/*
Theme Name: 鍵の出張サービス
*/

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html, body {
  height: 100%;
}
html {
  font-size: 62.5%;
}
body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form, input, figure {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: left;
  color: #222222;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
  hanging-punctuation: allow-end;
}
a {
  text-decoration: none;
  color: #222222;
}
a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span, img, figure {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  word-break: break-all;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, p {
  text-align: justify;
  text-justify: distribute;
  line-height: 1.5;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

select::-ms-expand {
  display: none;
}

/* 共通 */
.wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.en {
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 1001px){
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1000px){
  .pc {
    display: none;
  }
  .wrap {
    padding: 0 15px;
  }
}

/* 省略 */
.line-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* ヘッダー */
.header_top {
  height: 120px;
}
.header_nav {
  background-color: #DE1B2B;
  height: 68px;
  padding: 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.header_inner {
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.header_inner > div {
  width: 100%;
}
.header_links > ul {
  display: flex;
  justify-content: flex-end;
  padding-top: 12px;
}
.header_links > ul > li:not(:last-child) {
  margin-right: 17px;
}
.header_links li img {
  padding-right: 6px;
}
.header_links a {
  font-size: 1.2rem;
}
.header_logo {
  width: 328px;
}
.header_btns {
  display: flex;
  justify-content: flex-end;
}
.header_btn_wrap {
  display: flex;
}
.header_btn_wrap > a:not(:last-child) {
  margin-right: 10px;
}
.header_nav .header_inner {
  max-width: 1100px;
  justify-content: center;
}
.header_nav > ul {
  height: 100%;
}
.header_nav > ul > li {
  display: block;
  border-left: 1px solid #e85f6b;
  box-sizing: border-box;
}
.header_nav > ul > li:first-child {
  border-left: none;
}
.header_nav a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 11px 15px;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .header_nav {
    font-size: 1.3rem;
  }
  .header_nav a {
    padding: 11px 8px;
  }
}
@media screen and (min-width: 1001px){
  body {
    padding-top: 0 !important;
  }
  .header_nav .sp {
    display: none !important;
  }
  .header_nav > ul > li:first-child a {
    padding-left: 0;
  }
  .header_nav > ul > li:last-child a {
    padding-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  header {
    background: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 100;
  }
  .header {
    padding: 0;
    position: relative;
  }
  .header_top {
    box-shadow: 0px 7px 10px rgba(0,0,0,0.1);
    height: auto;
  }
  .header_inner {
    align-items: center;
    padding: 0;
  }
  .header_nav {
    background-color: white;
    height: 100vh;
    position: relative;
    overflow-y: scroll;
  }
  .header_nav::before {
    content: "";
    width: 100%;
    height: 10px;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -8px;
    left: 0;
  }
  .header_nav a {
    color: #222222;
    font-size: 1.5rem;
    padding: 18px 0 18px 45px;
    text-align: left;
    font-weight: bold;
    position: relative;
  }
  .header_nav a:before {
    background: url(img/common/nav_icon.svg) no-repeat center center;
    background-size: 8px 13px;
    content: "";
    position: absolute;
    top: 19px;
    left: 23px;
    width: 8px;
    height: 13px;
  }
  .header_btn {
    width: 168px;
    height: 55px;
    padding-top: 6px;
    padding-left: 36px;
  }
  .header_btn a {
    font-size: 1.7rem;
  }
  .header_nav > ul > li:first-child {
    border-top: 1px solid #E3E3E3;
  }
  .header_nav > ul > li {
    border-bottom: 1px solid #E3E3E3;
  }
  .header_nav .header_inner {
    display: block;
    height: auto;
  }
  .header_logo {
    width: 54.6666%;
    margin-left: 5.33333%;
  }
  .header_inner > div {
    width: inherit;
  }
  .header_btn_wrap {
    margin: 0 auto;
  }
  .header_btn_tel, 
  .header_btn_mail {
    margin: 0 10px;
  }
  .header_btn_tel a, 
  .header_btn_mail a {
    padding: 0;
  }
  .header_btn_tel a:before, 
  .header_btn_mail a:before {
    content: none;
  }
  .header_btn_tel img, 
  .header_btn_mail img {
    width: 100%;
  }
  .header_btn_tel {
    margin-top: 12px;
  }
  .header_btn_mail {
    margin-top: 2px;
  }
  .sp-disable {
    display: none;
  }
  .sp_target {
    display: none;
  }
  .sp_target.active {
    display: block;
  }
  .hd_tel dl {
    justify-content: center;
  }
  .hd_tel a {
    padding: 20px;
  }
  .sp_menu {
    cursor: pointer;
    position: relative;
    padding: 10px 10px;
    background-color: #DE1B2B;
    height: 60px;
  }
  .sp_menu span {
    background: #fff;
    display: block;
    width: 40px;
    height: 3px;
    margin: 8px 0;
    transition-duration: .3s;
  }
  .sp_menu.active span:nth-child(1) {
    transform: translate(0, 11px) rotate(45deg);
  }
  .sp_menu.active span:nth-child(2) {
    opacity: 0;
  }
  .sp_menu.active span:nth-child(3) {
    transform: translate(0, -11px) rotate(-45deg);
  }
  .close {
    text-align: center;
  }
  .close a {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    background: #DE1B2B;
    width: 80%;
  }
}

/* フッター */
.ft_menu {
  background: #DE1B2B;
  padding: 20px 10px;
}
.ft_menu .ft_inner {
  max-width: 1040px;
  margin: 0 auto;
}
.ft_menu ul {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.ft_menu ul + ul {
  margin-top: 10px;
}
.ft_menu a {
  display: block;
  padding: 4px 17px;
  color: #fff;
  font-weight:bold;
}
.ft_menu ul li {
  border-left: 1px solid #e85f6b;
  box-sizing: border-box;
}
.ft_logo_area {
  padding: 44px 10px 30px;
  text-align: center;
}
.ft_logo {
  width: 328px;
  margin: 0 auto;
}
.ft_logo_area .ft_contact {
  font-size: 1.5rem;
  text-decoration: underline;
  letter-spacing:0.48px;
  margin-top:30px;
}
.copyright {
  background: #FFFFFF;
  font-size: 1.2rem;
  padding: 15px 10px;
  text-align: center;
}
.navigation {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 90;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.navigation.none {
  opacity: 0;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .ft_menu ul {
    font-size: 1.4rem;
  }
  .ft_menu a {
    padding: 4px 14px;
  }
}
@media screen and (min-width: 1001px){
  .ft_menu ul li:first-child {
    border-left: none;
  }
  .ft_menu li:first-child a {
    padding-left: 0;
  }
  .ft_menu li:last-child a {
    padding-right: 0;
  }
  .navigation {
    bottom: 20px;
    right: 20px;
  }
  .navigation_btn {
    margin-bottom: 10px;
  }
  .navigation_btn:last-child {
    margin-bottom: 0;
  }
  .navigation_btn img {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 1000px) {
  .ft_menu {
    background: #DE1B2B;
    padding: 25px 15px;
  }
  .ft_menu ul.pc {
    display: none;
  }
  .ft_menu ul {
    display: block;
  }
  .ft_menu a {
    padding: 10px 0 10px 30px;
    position: relative;
  }
  .ft_menu a:before {
    background: url(img/common/nav_icon02.svg) no-repeat center center;
    background-size: 8px 13px;
    content: "";
    position: absolute;
    top: 10px;
    left: 9px;
    width: 8px;
    height: 13px;
  }
  .ft_menu ul li {
    border: none;
  }
  .ft_logo_area {
    padding: 20px 10px;
  }
  .ft_logo {
    width: 72%;
  }
  .copyright {
    font-size: 1.1rem;
  }
  .navigation {
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    width: 100%;
  }
  .navigation_btn.mail {
    width: 68vw;
  }
  .navigation_btn.tel {
    width: 32vw;
  }
}

/* TOP */
.top_about {
  background: url(img/top/about_bg.svg) no-repeat center top;
  padding: 30px 0 95px;
}
.top_about .ttl {
  text-align: center;
}
.about_list {
  margin-top: 70px;
}
.about_list li {
  text-align: center;
  border: 3px solid #DE1B2B;
  position: relative;
}
.about_list li .ttl {
  position: absolute;
  top: -35px;
  width: 100%;
}
.about_list .text_wrap {
  padding: 30px;
}
.about_list .text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
}
@media screen and (min-width: 1001px){
  .about_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 62px 2%;
  }
  .about_list li {
    width: 49%;
  }
}
@media screen and (max-width: 1000px) {
  .top_about {
    background-image: url(img/top/about_bg_sp.svg);
    background-size: contain;
    padding: 12px 0 50px;
  }
  .about_list {
    margin-top: 48px;
  }
  .about_list li + li {
    margin-top: 48px;
  }
  .about_list li .ttl {
    top: -30px;
  }
  .about_list li .ttl img {
    height: 60px;
  }
  .about_list .text_wrap {
    padding: 20px 25px;
  }
  .about_list .text {
    font-size: 1.6rem;
  }
}
.top_security {
  background: url(img/top/security_bg.jpg) no-repeat;
  background-size: cover;
  padding: 0 0 90px;
}
.top_security .ttl {
  margin-bottom: 15px;
}
.top_security .ttl img {
  position: relative;
  margin-top: -12px;
}
.top_security .ttl_sub {
  margin-bottom: 55px;
}
.security_list li + li {
  margin-top: 30px;
}
.security_list li .band {
  text-align: center;
  height: 126px;
  position: relative;
  z-index: 2;
}
.security_list li .band p {
  color: #FFF03A;
  font-size: 5.7rem;
  font-weight: bold;
  line-height: 0.51;
  text-align: center;
  position: relative;
  margin-top: -90px;
}
.security_list li .band p span.large01 {
  font-size: 7rem;
}
.security_list li .band p span.large02 {
  font-size: 6rem;
  padding: 0 0.2em;
}
.security_list li .band p span.short01 {
  font-size: 5rem;
}
.security_list li .band p span.short02 {
  font-size: 4.5rem;
}
.security_list .text_wrap {
  background: #fff;
  border: 5px solid #DE1B2B;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.16);
  margin: -6px 28px 0;
  padding: 43px 35px 30px;
  position: relative;
  z-index: 1;
}
.security_list .text h3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
.security_list .text h3 span {
  background: linear-gradient(transparent 70%, #FFF03A 70%);
}
.security_list .text p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 1001px){
  .top_security {
    background-attachment: fixed;
  }
  .security_list {
    margin: 0 -8px;
  }
  .security_list .text_wrap {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse nowrap;
  }
  .security_list .text_wrap .img {
    width: 45.9770115%;
  }
  .security_list .text_wrap .text {
    width: 50.574713%;
  }
}
@media screen and (max-width: 1000px) {
  .top_security .ttl {
    margin-bottom: 10px;
  }
  .top_security .ttl img {
    margin-top: -11px;
    width: 100%;
  }
  .top_security .ttl_sub {
    margin-bottom: 12px;
  }
  .security_list li + li {
    margin-top: 30px;
  }
  .security_list li .band {
    display: inline;
    height: auto;
  }
  .security_list li .band img {
    width: 100%;
    height: auto;
  }
  .security_list li .band p {
    display: none;
  }
  .security_list li .band p span.large01 {
    font-size: 3.4rem;
  }
  .security_list li .band p span.large02 {
    font-size: 2.9rem;
  }
  .security_list li .band p span.short01 {
    font-size: 2.5rem;
  }
  .security_list li .band p span.short02 {
    font-size: 2.3rem;
  }
  .security_list .text_wrap {
    border: 3px solid #DE1B2B;
    margin: -22px 8px 0;
    padding: 22px 10px 25px;
  }
  .security_list .text_wrap .text {
    margin-top: 22px;
  }
  .security_list .text h3 {
    font-size: 2rem;
    margin-bottom: 18px;
  }
  .security_list .text h3 span {
    background: linear-gradient(transparent 70%, #FFF03A 70%);
  }
  .security_list .text p {
    font-size: 1.6rem;
  }
}
.top_flow {
  background: url(img/top/flow_bg_pc.svg) no-repeat center top;
  padding: 0 0 90px;
}
.top_flow .ttl {
  text-align: center;
}
.top_flow .ttl img {
  position: relative;
  margin-top: -18px;
}
.flow_list li {
  position: relative;
}
.flow_list li:last-child::before {
  content: none;
}
.flow_list li::before {
  background: url(img/top/icon_arrow.svg) no-repeat center center;
  background-size: 23px 40px;
  content: "";
  position: absolute;
  top: 50%;
  right: -23px;
  width: 23px;
  height: 40px;
  margin-top: -20px;
}
.flow_list li .box {
  overflow: hidden;
  position: relative;
}
.flow_list li .inner {
  border: 3px solid #DE1B2B;
  position: relative;
  z-index: 1;
}
.flow_list li .box::after {
  background: #fff;
  content: '';
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  border: 3px solid #DE1B2B;
  box-sizing: border-box;
  transform: rotate(-45deg);
  z-index: 2;
}
.flow_list .num {
  position: absolute;
  left: 0;
  top: 0;
}
.flow_list .flow_text_wrap {
  padding: 20px 10px 26px;
}
.flow_list .flow_text_wrap > p {
  text-align: center;
}
.flow_list .text_main {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.41;
  margin-bottom: 14px;
}
.flow_list .text_sub {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.55;
}
@media screen and (min-width: 1001px){
  .flow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 3.5%;
  }
  .flow_list li {
    width: 31%;
  }
}
@media screen and (max-width: 1000px) {
  .top_flow {
    background-image: url(img/top/flow_bg_sp.svg);
    background-size: contain;
    padding-bottom: 55px;
  }
  .top_flow .ttl img {
    position: relative;
    margin-top: -10px;
  }
  .flow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 6.087%;
  }
  .flow_list li {
    width: 46.9565%;
  }
  .flow_list li::before {
    background-size: 12px 20px;
    right: -12px;
    width: 12px;
    height: 20px;
    margin-top: -10px;
  }
  .flow_list li .box::after {
    bottom: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
  }
  .flow_list li .inner {
    background: #fff;
  }
  .flow_list .num img {
    width: 55px;
  }
  .flow_list .text_main {
    font-size: 1.6rem;
    margin-bottom: 14px;
  }
  .flow_list .text_sub {
    font-size: 1.4rem;
  }
}
.top_post {
  background: #FFD23A;
  padding: 0 0 85px;
  position: relative;
  z-index: 1;
}
.top_post::before {
  content: "";
  background: #FFE13B;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 84px;
  width: 100%;
  z-index: -1;
}
.top_post .ttl {
  text-align: center;
}
.top_post .ttl img {
  position: relative;
  margin-top: -13px;
}
.top_post .btn {
  text-align: center;
  margin-top: 35px;
}
@media screen and (max-width: 1000px){
  .top_post {
    padding-bottom: 50px;
  }
  .top_post::before {
    height: 37px;
  }
  .top_post .wrap {
    padding: 0;
  }
  .top_post .ttl {
    margin-bottom: 25px;
    padding-left: 15px;
  }
  .top_post .ttl img {
    margin-top: -11px;
    width: 100%;
  }
  .top_post .blog_post_wrap {
    padding: 0 15px;
  }
  .top_post .btn {
    margin-top: 15px;
    padding: 0 7px;
  }
  .top_post .btn img {
    width: 100%;
  }
}

.top_faq {
  background: #F4F4F4;
  padding: 30px 0 90px;
}
.top_faq .ttl {
  text-align: center;
  margin-bottom: 28px;
}
.faq_wrap .faq_item {
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 50%, #E6E6E6 100%);
  border: 2px solid #E5E5E5;
  border-radius: 10px;
  padding: 20px 25px 30px;
}
.faq_wrap .faq_item + .faq_item {
  margin-top: 15px;
}
.faq_wrap .faq_item dt {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.47;
  padding: 12px 0 32px 80px;
  position: relative;
}
.faq_wrap .faq_item dt:before {
  background: url(img/top/faq_q.svg) no-repeat center center;
  background-size: 65px 65px;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 65px;
  height: 65px;
}
.faq_wrap .faq_item dd {
  border-top: 2px solid #E5E5E5;
  font-size: 2rem;
  line-height: 1.6;
  padding: 22px 0 0 72px;
  position: relative;
}
.faq_wrap .faq_item dd:before {
  background: url(img/top/faq_a.svg) no-repeat center center;
  background-size: 50px 50px;
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 1001px){
  .top_faq .faq_wrap {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1000px) {
  .top_faq {
    padding: 20px 0 50px;
  }
  .top_faq .ttl {
    width: 81.1594%;
    margin: 0 auto 22px;
  }
  .faq_wrap .faq_item {
    padding: 20px 25px 30px;
  }
  .faq_wrap .faq_item + .faq_item {
    margin-top: 12px;
  }
  .faq_wrap .faq_item dt {
    font-size: 1.9rem;
    padding: 12px 0 17px 50px;
  }
  .faq_wrap .faq_item dt:before {
    background-size: 40px 40px;
    top: 10px;
    width: 40px;
    height: 40px;
  }
  .faq_wrap .faq_item dd {
    font-size: 1.6rem;
    padding: 20px 0 0 48px;
  }
  .faq_wrap .faq_item dd:before {
    background-size: 32px 32px;
    top: 20px;
    width: 32px;
    height: 32px;
  }
}

.top_voice {
  background: url(img/top/voice_bg.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0 85px;
}
.top_voice .ttl {
  text-align: center;
  margin-bottom: 62px;
}
.voice_list .voice_item {
  background: #fff;
  padding: 25px 35px 30px;
  position: relative;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
}
.voice_list .voice_item img {
  position: absolute;
  top: -30px;
  left: 28px;
}
.voice_list .voice_title {
  color: #16609C;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 24px;
  padding-left: 140px;
}
.voice_list .voice_text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (min-width: 1001px){
  .voice_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 2.6%;
  }
  .voice_list .voice_item {
    width: 48.7%;
  }
}
@media screen and (max-width: 1000px) {
  .top_voice {
    background-image: url(img/top/voice_bg_sp.jpg);
    padding: 30px 0 55px;
  }
  .top_voice .ttl {
    width: 84.058%;
    margin: 0 auto 30px;
  }
  .voice_list .voice_item {
    padding: 22px 22px 25px;
  }
  .voice_list .voice_item + .voice_item {
    margin-top: 22px;
  }
  .voice_list .voice_item img {
    top: -7px;
    left: 18px;
    width: 60px;
  }
  .voice_list .voice_title {
    font-size: 1.7rem;
    margin-bottom: 18px;
    padding-left: 105px;
  }
  .voice_list .voice_text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .voice_list .voice_item img {
    top: -7px;
    left: 18px;
    width: 80px;
  }
}
.top_payment {
  background: #FFF8EC;
  padding: 90px 0;
}
.top_payment .payment_box {
  position: relative;
}
.top_payment .payment_box .ttl {
  position: relative;
  margin-bottom: -125px;
}
.top_payment .payment_box .box_in {
  background: #fff;
  border: 5px solid #D7B549;
  max-width: 960px;
  margin: 0 auto;
  padding: 135px 35px 35px;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.16);
}
.top_payment .payment_box dl {
  border-bottom: 1px dotted #222222;
  margin-bottom: 35px;
  padding-bottom: 35px;
}
.top_payment .payment_box dl:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.top_payment .payment_box dl dt {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.top_payment .payment_box dl dt span {
  margin-left: 25px;
}
.top_payment .payment_box dl dt em {
  color: #DE1B2B;
  font-size: 4rem;
  font-style: normal;
}
.top_payment .payment_box dl dd {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.65;
}
.top_payment .payment_box dl dd img {
  display: block;
  margin-top: 18px;
}
@media screen and (max-width: 1000px) {
  .top_payment {
    padding: 40px 0;
  }
  .top_payment .wrap {
    padding: 0;
  }
  .top_payment .payment_box .ttl {
    margin: 0 8px -21vw;
  }
  .top_payment .payment_box .ttl img {
    width: 100%;
  }
  .top_payment .payment_box .box_in {
    border: 3px solid #D7B549;
    margin: 0 15px;
    padding: 24vw 20px 30px;
  }
  .top_payment .payment_box dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .top_payment .payment_box dl dt {
    font-size: 2.3rem;
    margin-bottom: 15px;
  }
  .top_payment .payment_box dl dt span {
    margin-left: 12px;
  }
  .top_payment .payment_box dl dt em {
    font-size: 2.3rem;
  }
  .top_payment .payment_box dl dt img {
    width: 40px;
  }
  .top_payment .payment_box dl dd {
    font-size: 1.6rem;
  }
  .top_payment .payment_box dl dd img {
    margin-top: 14px;
  }
}

/* コンバージョン */
.contact_parts {
  padding: 90px 0;
}
.contact_parts .box {
  background: linear-gradient(to right, #A81327 0%, #C7182D 25%, #DE1B2B 50%, #C7182D 75%, #A81327 100%);
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 8px 8px;
  position: relative;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.16);
}
.contact_parts .box_in {
  background: #fff;
  margin-top: 20px;
  padding: 20px 30px;
  position: relative;
}
.contact_parts .box .ttl {
  margin-left: 30px;
}
.contact_parts .box .tel {
  margin-bottom: 6px;
}
.contact_parts .box .mail {
  text-align: center;
  margin-right: 128px;
}
.contact_parts .box .img01, 
.contact_parts .box .img02 {
  position: absolute;
}
.contact_parts .box .img01 {
  bottom: 7px;
  right: 5px;
}
.contact_parts .box .img02 {
  bottom: 0;
  right: 0;
}
.contact_parts.lower {
  margin-top: 55px;
  padding: 0;
}
.page_contents .contact_parts.lower img {
  margin: 0;
}
.contact_parts.lower .box {
  max-width: 710px;
  padding: 18px 8px 8px;
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.16);
}
.contact_parts.lower .box_in {
  margin-top: 13px;
  padding: 10px 20px;
}
.contact_parts.lower .box .img01 {
  bottom: 5px;
  right: 3px;
}
.contact_parts.lower .box .ttl {
  margin-left: 20px;
}
@media screen and (max-width: 1000px) {
  .contact_parts {
    padding: 40px 0;
  }
  .contact_parts .box {
    padding: 0 8px 8px;
  }
  .contact_parts .box_in {
    margin-top: 0;
    padding: 10px 8px;
  }
  .contact_parts .box .ttl {
    margin-left: 0;
    width: 100%;
  }
  .contact_parts .box .ttl img {
    width: 100%;
    position: relative;
    margin-top: -17px;
  }
  .contact_parts .box .tel {
    text-align: center;
    margin-bottom: 6px;
  }
  .contact_parts .box .mail {
    text-align: center;
    margin-right: 0;
  }
  .contact_parts .box .tel img, 
  .contact_parts .box .mail img {
    width: 100%;
  }
  .contact_parts.lower .box {
    padding: 0 8px 8px;
  }
  .contact_parts.lower .box_in {
    margin-top: 0;
    padding: 10px 8px;
  }
  .contact_parts.lower .box .ttl {
    margin-left: 0;
    width: 100%;
  }
}
/* 下層 */
.fv_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  background: url(img/lower/fv_bg.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 90px;
}
.fv_title h1 {
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.page_column {
  max-width: 1000px;
  margin: 0 auto;
}
.page_contents h2 {
  color: #fff;
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 1.48;
  margin-bottom: 20px;
  padding: 17px 22px;
  position: relative;
}
.page_contents h2::before {
  content: "";
  background: linear-gradient(to bottom, #DE1B2B 0%, #BF1624 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
}
.page_contents h2::after {
  content: "";
  background: linear-gradient(to bottom, #A81320 0%, #E61E2E 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
}
.page_contents p + h2 {
  margin-top: 1.65em;
}
.page_contents ul + h2 {
  margin-top: 1.65em;
}
.page_contents h3 {
  border-bottom: 3px solid #CBCBCB;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.46;
  margin-bottom: 20px;
  padding: 0 0 14px 15px;
  position: relative;
}
.page_contents h3::before {
  content: "";
  background: #DE1B2B;
  height: 3px;
  width: 60px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.page_contents p + h3 {
  margin-top: 2em;
}
.page_contents ul + h3 {
  margin-top: 2em;
}
.page_contents p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 1em 0;
  padding: 0 0.5em;
}
.page_contents ul {
  margin: 1em 0;
}
.page_contents ul li {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: .5em;
}
.page_contents img {
  margin: 1em 0;
}
.page_contents .price_list {
  margin-bottom: 70px;
}
.page_contents .price_list li {
  border: 4px solid #DE1B2B;
  margin-bottom: 10px;
  padding: 20px 30px;
}
.page_contents .price_list li:last-child {
  margin-bottom: 0;
}
.page_contents .price_list li .txt {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-left: 37px;
  position: relative;
}
.page_contents .price_list li .txt:before {
  background: url(img/lower/icon_price.svg) no-repeat center center;
  background-size: 26px 26px;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 26px;
  height: 26px;
}
.page_contents .price_list li .price {
  color: #DE1B2B;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.46;
}
.page_contents .price_list li .price span {
  font-size: 2.2rem;
}
@media screen and (min-width: 1001px){
  .page_column {
    display: flex;
    justify-content: space-between;
  }
  .page_column .page_contents {
    max-width: 710px;
    width: 71%;
  }
  .page_column .page_side {
    max-width: 250px;
    width: 25%;
  }
}
@media screen and (max-width: 1000px){
  .fv_title {
    height: 200px;
    margin-bottom: 50px;
  }
  .fv_title h1 {
    font-size: 2.8rem;
  }
  .page_column .page_side {
    margin-top: 50px;
    padding: 0 15px;
  }
  .page_contents .contents_inner {
    padding: 0 15px;
  }
  .page_contents h2 {
    font-size: 2.5rem;
    margin-bottom: 16px;
    padding: 14px 18px;
  }
  .page_contents h3 {
    border-bottom: 2px solid #CBCBCB;
    font-size: 2.1rem;
    margin-bottom: 15px;
    padding: 0 0 11px 12px;
  }
  .page_contents h3::before {
    height: 2px;
    width: 50px;
    bottom: -2px;
  }
  .page_contents p {
    font-size: 1.6rem;
  }
  .page_contents ul li {
    font-size: 1.6rem;
  }
  .page_contents .price_list {
    margin-bottom: 40px;
  }
  .page_contents .price_list li {
    border: 3px solid #DE1B2B;
    margin-bottom: 8px;
    padding: 12px 15px;
  }
  .page_contents .price_list li .txt {
    font-size: 1.8rem;
    margin-bottom: 6px;
    padding-left: 37px;
  }
  .page_contents .price_list li .txt:before {
    background: url(img/lower/icon_price.svg) no-repeat center center;
    background-size: 26px 26px;
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 26px;
    height: 26px;
  }
  .page_contents .price_list li .price {
    font-size: 2.9rem;
  }
  .page_contents .price_list li .price span {
    font-size: 1.8rem;
  }
}
.blog_post_wrap {
  display: flex;
  flex-wrap: wrap;
}
.blog_post_wrap .blog_post {
  background: #fff;
}
.blog_post_wrap .blog_post img {
  margin: 0;
}
.blog_post_wrap .blog_post .text {
  padding: 15px 20px 22px;
}
.blog_post_wrap .blog_post .info {
  margin-top: 18px;
}
.blog_post_wrap .blog_post .date {
  font-size: 1.4rem;
  font-weight: bold;
  color: #A7A7A7;
  margin: 0;
  padding: 0;
}
.blog_post_wrap .blog_post .tl {
  margin: 12px 0 0;
  padding: 0;
}
.blog_post_wrap .blog_post .tl a {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.67;
}
.blog_post_wrap .blog_post .cate {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 5px;
}
.blog_post_wrap .blog_post .cate a {
  border: 1px solid #DE1B2B;
  color: #DE1B2B;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 9px 12px;
  border-radius: 15px;
}
.content_pagenavi {
  margin-top: 30px;
  text-align: center;
}
.content_pagenavi .pagenavi {
  text-align: center;
  margin-top: 20px;
}
.content_pagenavi .pagenavi a, 
.content_pagenavi .pagenavi span {
  border: none;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  margin: 2px;
}
.content_pagenavi .pagenavi a {
  background-color: #222222;
}
.content_pagenavi .pagenavi span {
  background-color: #222222;
}
.content_pagenavi .pagenavi span.current {
  background-color: #DE1B2B;
}
.blog_post_single .info {
  margin-bottom: 28px;
  border-bottom: 1px solid #4E4847;
  padding-bottom: 20px;
}
.blog_post_single .date {
  font-size: 1.4rem;
  font-weight: bold;
  color: #A7A7A7;
  margin: 0;
  padding: 0;
}
.blog_post_single h1 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #DE1B2B;
  margin-bottom: 22px;
}
.blog_post_single .btn a {
  border: 1px solid #DE1B2B;
  background: #DE1B2B;
  background: linear-gradient(to right, #A81327 0%, #C7182D 25%, #DE1B2B 50%, #C7182D 75%, #A81327 100%);
  color: #fff;
  display: block;
  max-width: 300px;
  margin: 70px auto 0;
  font-size: 1.6rem;
  width: 90%;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
@media screen and (min-width: 1001px){
  .blog_post_wrap {
    gap: 30px 2.3%;
  }
  .blog_post_wrap .blog_post {
    width: 31.8%;
  }
  .content_pagenavi .pagenavi a, 
  .content_pagenavi .pagenavi span {
    font-size: 1.5rem;
    padding: 12px 20px;
  }
  .content_pagenavi .pagenavi.pager a, 
  .content_pagenavi .pagenavi.pager span {
    padding: 6px 12px;
  }
}
@media screen and (max-width: 1000px){
  .blog_post_wrap {
    gap: 15px 2.6086%;
  }
  .blog_post_wrap .blog_post {
    width: 48.6957%;
  }
  .blog_post_wrap .blog_post .text {
    padding: 13px 16px 20px;
  }
  .blog_post_wrap .blog_post .info {
    margin-top: 13px;
  }
  .blog_post_wrap .blog_post .date {
    font-size: 1.2rem;
  }
  .blog_post_wrap .blog_post .tl a {
    font-size: 1.5rem;
  }
  .blog_post_wrap .blog_post .cate {
    gap: 4px 3px;
  }
  .blog_post_wrap .blog_post .cate a {
    font-size: 1.1rem;
    padding: 9px 11px;
  }
  .content_pagenavi {
    margin-top: 25px;
  }
  .content_pagenavi .pagenavi a, 
  .content_pagenavi .pagenavi span, 
  .content_pagenavi .pagenavi.pager a, 
  .content_pagenavi .pagenavi.pager span {
    font-size: 1.4rem;
    padding: 10px 12px;
  }
}

/* サイドバー */
.page_side h2 {
  border-top: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.48;
  padding: 17px 22px;
  text-align: center;
  position: relative;
}
.page_side h2::before {
  content: "";
  background: linear-gradient(to bottom, #FFFFFF 0%, #C4C4C4 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
}
.page_side h2::after {
  content: "";
  background: linear-gradient(to bottom, #DCDCDC 0%, #FFFFFF 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
}
.page_side ul + h2 {
  margin-top: 35px;
}
.page_side ul li a {
  border-bottom: 1px solid #E0E0E0;
  color: #222222;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 19px 0 20px 30px;
  text-align: left;
  position: relative;
}
.page_side ul li a:before {
  background: url(img/common/side_icon.svg) no-repeat center center;
  background-size: 8px 11px;
  content: "";
  position: absolute;
  top: 19px;
  left: 10px;
  width: 8px;
  height: 11px;
}
.side_btn_wrap {
  margin-top: 30px;
}
.side_btn {
  margin-bottom: 15px;
}
.side_btn:last-child {
  margin-bottom: 0;
}
.side_btn img {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1000px){
  .page_side h2 {
    font-size: 2.1rem;
    padding: 13px 20px;
  }
  .page_side ul + h2 {
    margin-top: 25px;
  }
  .page_side ul li a {
    font-size: 1.3rem;
    padding: 19px 0 20px 30px;
  }
  .page_side ul li a:before {
    top: 19px;
  }
  .side_btn img {
    width: 100%;
  }
}
.p-li ol{
	list-style-type: decimal;
}
.p-li li{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6;
    margin: 1em 0;
    padding: 0 0.5em;
    margin-left: 30px;
    list-style-type: decimal;
}
.p-li1 li{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6;
    margin: 1em 0;
    padding: 0 0.5em;
    margin-left: 30px;
    list-style-type:circle;
}
.wpcf7 input[type="text"] {
    border: 1px solid #ddd;
    padding: 10px;
    width: auto;
    font-size: 1em;
    margin-bottom: 20px;
}
.wpcf7 input[type="email"]{
    border: 1px solid #ddd;
    padding: 10px;
    width: auto;
    font-size: 1em;
    margin-bottom: 20px;
}
.wpcf7 input[type="tel"]{
    border: 1px solid #ddd;
    padding: 10px;
    width: auto;
    font-size: 1em;
    margin-bottom: 20px;
}
.wpcf7 input[type="submit"] {
    border-radius: 4px;
    font-size: 1em;
    padding: 10px 155px;
}
.wpcf7-form-control-wrap textarea{
	min-width:460px;
}
.required {
font-size: 0.6em;
padding: 2px;
background: #cc0000;
color: #ffffff;
border-radius: 2px;
margin-left: 10px;
margin-bottom: 2px;
display: inline-block;
}
.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
color: #cc0000;
font-weight: bold;
}
span.wpcf7-list-item {
	display: block;
	width:auto;
}
@media screen and (max-width: 1000px) {
	.wpcf7 input[type="text"] {
    border: 1px solid #ddd;
    padding: 10px;
    width: auto;
    font-size: 1em;
    margin-bottom: 20px;
	width:100%;
}
.wpcf7 input[type="email"]{
    border: 1px solid #ddd;
    padding: 10px;
    width: auto;
    font-size: 1em;
    margin-bottom: 20px;
	width:100%;
}
.wpcf7 input[type="tel"]{
    border: 1px solid #ddd;
    padding: 10px;
    width: auto;
    font-size: 1em;
    margin-bottom: 20px;
	width:100%;
}
	.wpcf7 input[type="submit"] {
    border-radius: 4px;
    font-size: 1em;
    text-align: center;
	width:100%;
	padding: 10px 0px;
}
	.wpcf7-form-control-wrap textarea{
	min-width:100%;
}
}
