/*
Theme Name: らくらく登記簿データバンク
Author: 岡野相続有限会社
Template: nishiki
Version: 1.0.0
*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
body .grecaptcha-logo { visibility: hidden; }



body {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.03rem;
}
	
.grecaptcha-badge { visibility: hidden; }
body.scrolled #masthead.fixed {
    top: 0;
}
body.scrolled #masthead {
    top: 0;
}

/*電話番号リンクスマホのみ*/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none !important;
    color: inherit;
  }
}
.cv-tel .tel-txt a {
    color: #fff;
    text-decoration: none !important;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.pb010 {
  padding-bottom: 10px!important;
}
.pb020 {
  padding-bottom: 20px!important;
}
.magin_0 {
  margin: 0!important;
}
.price-ttl {
  font-size: 1.625rem!important;
  text-align: center;
  margin: 0 auto 20px;
}
.txt-red {
  color: #BC0000;
}
.price-ttl-red {
  font-size: 1.75rem!important;
  text-align: center;
  color: #BC0000;
  margin: 0 auto 20px;
}
/**/
.home .container {
	max-width: 100%;
	margin: 0 auto;
	width: 100%;
}
#masthead.fixed {
    background-color: #ddd!important;
}
#masthead.fixed #menu-collapse a {
    color: #51647A!important;
}
#masthead.fixed .icon {
    border-color: #51647A!important;
    color: #51647A!important;
}
/**/
.font-pc {
  font-size: 100%;
}
/**/
.pc-img {
  display: block;
}
.sp-img {
  display: none;
}
@media only screen and (max-width:480px) {
  .pc-img {
    display: none;
  }
  .sp-img {
    display: block;
  }
}
@media only screen and (max-width:768px) {
  .font-pc {
    font-size: 90%;
  }
}
@media only screen and (max-width:480px) {
  .font-pc {
    font-size: 80%;
  }
}
/**/

/*------------------------------------------------------
  ヘッダー
---------------------------------------------------------*/

#header{
	position: fixed;
	width:100%;
	z-index: 999;
	background-color: #fff;
  display: flex;
  flex-direction: column;
}
.site-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  border-bottom: 1px solid #B5BBC5;
}
.sitetitle {
  margin: 0;
  padding: 0 2rem;
  max-width: 535px;
}
.sitetitle img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.head_contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
.head_contact li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.head-member a {
  background-color: #E8E8E8;
  width: 170px;
  height: 100%;
  color: #313636;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-member a::before {
  font-family: bootstrap-icons;
  content: '\F47A';
  display: block;
  font-size: 2rem;
}
.head-tel {
  background-color: #31ADA1;
  font-size: 0.875rem;
  color: #fff;
  width: 270px;
  flex-direction: column;
}
.tel-txt {
  font-size: 1.875rem;
  font-weight: 600;
  display: block;
}
.tel-txt::before {
  font-family: bootstrap-icons;
  display: inline-block;
  content: '\F5B4';
  font-size: 1.4rem;
  padding-right: 6px;
  vertical-align: middle;
}
.head-form a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #424C77;
  width: 130px;
  height: 100px;
  color: #fff;
  padding: 0;
}
.head-form a::after {
  font-family: bootstrap-icons;
  display: block;
  content: '\F32C';
  font-size: 38px;
}
/*ページヘッダー調整*/
.single #main > header.page, .page #main > header.page {
    margin-top: 160px;
}
#masthead {
  border-bottom: 1px solid #B5BBC5;
}

body.header-overlay .page-header {
    padding: calc(3.5rem) 0 3.5rem;
}
.page header::after {
    background-image: url(images/page-header_bg.png); 
    background-repeat: no-repeat;
    background-size:  cover;
    background-position: center center;
    width: 100%;
    position: relative;
    margin-top: 0 auto;
}
/*ぱんくず*/
#breadcrumbs {
  background-color: #B5BBC5;
  width: 100%;
  margin: 0 auto;
  font-size: 0.875rem;
  font-weight: 500;
}
#breadcrumbs a {
  color: #424C77;
}
#breadcrumbs > span{
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}
#breadcrumbs span span{
  padding: 0 0.5rem 0;
}


/*ヘッダー幅の調整*/
@media only screen and (max-width:899px) {
  .head_contact {
    width: 100%;
    max-width: 50%;
    font-size: 0.875rem;
    letter-spacing: 0;
    text-align: center;
  }
  .head_contact li {
    width: 22%;
  }
  .head-member a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

  }
  .head-tel {
    width: 56%!important;
  }
  .tel-txt::before {
    font-size: 1rem;
  }
  .tel-txt {
      font-size: 1.5rem;
  }

}
@media only screen and (max-width:768px) {
  .head_contact {
    display: none;
  }
  .sitetitle {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    max-width: 280px;
    height: 60px;
  }
  #masthead .global-nav #menu-collapse-button {
    display: block;
    position: absolute;
    top: 1.1rem;
    right: 1rem;
  }
  #topmain-visual {
    margin: -100px auto 0;
  }
  #header {
    height: 76px;
  }
  .single #main > header.page, .page #main > header.page {
      margin-top: 77px;
  }
  #masthead {
      border-bottom: none;
  }
}

/*------------------------------------------------------
  ヘッダー:グローバルナビ
---------------------------------------------------------*/

#masthead nav {
	
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
#masthead #menu-collapse ul {

    /*font-size: 1.25rem;*/
    font-size: 1.125rem;
}
#masthead nav a {
    color: #51647A;
}
#masthead nav a:nth-child(3) {
    color: #51647A;
}
#masthead nav a:hover {
    color: #23776F;
    font-weight: 700;
}
#masthead #menu-collapse > ul > li > a {
    height: 60px;
    padding: 0 1rem;
    line-height: 60px;
}
#masthead #menu-collapse #menu-item-971 a{
    font-weight:bold;
	color:crimson;
}
#masthead .current-menu-item a {
  /*color: #23776F;*/
  font-weight: 700;
}

/*スクロール*/
.header-hide {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:160px;
  z-index:7000;
  transition-duration:0.3s;
  -webkit-transition-duration:0.3s;
  -moz-transition-duration:0.3s;
  -o-transition-duration:0.3s;
  -ms-transition-duration:0.3s;
}
.header-hide.hide{
  top: -160px;
}
/*スマホ*/
@media (max-width:768px) {
  .header-hide {
    height:76px;
  }
  .header-hide.hide{
    top: -76px;
  }
 }

/*------------------------------------------------------
  トップページ
---------------------------------------------------------*/
#topmain-visual {
    background-color: #f7f7f7;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    padding-bottom: 250px;
}
.topmain-visual_inner {
    background-image: url(images/top-main.png); 
    background-repeat: no-repeat;
    background-size:  cover;
    background-position: center center;
    width: 100%;
    height: 920px;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 160px;
}
.topmain-ttl_area {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.topmain-ttl {
    margin: 90px auto 0;
    max-width: 880px;
    width: 94%;
}
.topmain-area {
  margin: 0 auto;
  max-width: 1400px;
  width: 94%;
  background-color: rgb(255 255 255 / 90%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 30px;
}
.topmain-area_txt {
  margin: 40px auto 0;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 1.5625rem;
  width: 94%;
}
.topmain-area_ttl {
  font-weight: 700;
  color: #31ada1;
  font-size: 1.875rem;
  margin: 0.5em auto 1em;
}
.topmain-area_list {
  margin: 0 auto 40px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  list-style-type: none;
  max-width: 1180px;
  height: 300px;
}
.topmain-area_list li {
  border: 4px solid #00D1B2;
  width:calc(100% / 3 - 1rem);
  border-radius: 40px;
  max-width: 360px;
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 10px 20px;
  background-color: #fff;
}
.topmain-area_list li div {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 32px auto;
}
.topmain-area_list li div::before {
  content: '';
  display: block;
  width: 120px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  vertical-align: middle;
  margin: 0 auto;
}
.topmain-area_list li.icn_down div::before {
  background-image: url(./images/icn_down.png);
}
.topmain-area_list li.icn_journal div::before {
  background-image: url(./images/icn_journal.png);
}
.topmain-area_list li.icn_yen div::before {
  background-image: url(./images/icn_yen.png);
}
.topmain-area_list li.icn_search div::before {
  background-image: url(./images/icn_search.png);
}
.topmain-area_list li span {
  font-size: 1.5rem;
  color: #31ADA1;
  display: block;
  font-weight: 600;
  padding: 6px 0;
}
/**/
.topsub-area {
  margin: 0 auto;
  background: linear-gradient(0deg, rgba(40,213,172,1) 0%, rgba(10, 201, 176, 1)100%);
  text-align: center;
  padding: 60px 20px;
}
.topsub-area_ttl {
  margin: 0 auto 50px!important;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  text-shadow: 1px 1px #31ada1;
}
.topsub-area_list {
  list-style: none;
  margin: 0 auto 60px;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
}
.topsub-area_list li {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3) ;
  flex-direction: column;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 35px 20px;
  border-radius: 8px;
  counter-increment: mycounter;
  position: relative;
}
.topsub-area_list li span::before {
    font-family: bootstrap-icons;
    content: '\F229';
    display: block;
    font-size: 1.25rem;
    color: #BC0000;
}
.topsub-area_list li span {
    font-size: 1.875rem;
    font-weight: 700;
    color: #424C77;
    display: block;
    padding: 0 15px;
    background: linear-gradient(transparent 80%, #ffff83 20%);
}
.topsub-area_list li::before {
    content: counter(mycounter);
    position: absolute;
    background-color: #424c77;
    font-size: 1.625rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    top: -22px;
    font-weight: 700;
    border: 4px solid #fff;
}
/**/
.topsub-area_check {
  margin: 0 auto;
  max-width: 800px;
  background-color: #424c77;
  padding: 40px 10px;
  border-radius: 10px;
}
.topsub-area_checklist {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 80%;
}
.topsub-area_checklist li {
  padding: 0.5em 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  border-top: 2px dotted #b5bbc5;
  width: 100%;
  line-height: 1.4;
}
.topsub-area_checklist li:last-child {
  border-bottom: 2px dotted #b5bbc5;
}
.topsub-area_checklist li::before {
  font-family: bootstrap-icons;
  content: '\F26C';
  margin-right: 10px;
  color: #87ffc3;
}

@media (max-width:768px) {
  #topmain-visual {
      padding-bottom: 0;
  }
  .topmain-visual_inner {
      height: auto;
      position: relative;
      margin: 60px auto;
  }
  .topmain-ttl {
      margin: 60px auto 120px;
      max-width: 100%;
      width: 84%;
  }
  .topmain-area {
      margin: -90px auto 0;
      max-width: 100%;
      width: 94%;
      border-radius: 16px;
      position: relative;
      padding-top: 40px;
  }
  .topmain-area_txt {
    padding: 0;
    font-size: 1.125rem;
    width: 90%;
    margin: 0 auto;
  }
  .topmain-area_ttl {
    margin: 0 auto;
    font-size: 1.25rem;
    padding: 20px 0;
    width: 90%;
  }
  .topmain-area_list {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    width: 90%;
    max-width: 100%;
    height: auto;
  }
  .topmain-area_list li {
    border: 4px solid #00D1B2;
    margin: 0 auto 20px;
    width: 100%;
    border-radius: 10px;
    max-width: 100%;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .topmain-area_list li div {
    font-size: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: 0px auto;
    width: 100%;
    text-align: left;
  }
  .topmain-area_list li div::before {
    content: '';
    display: block;
    width: 25%;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    vertical-align: middle;
    margin-right: 20px;
  }
    .topmain-area_list li div p {
    width: 70%;
  }
  .topsub-area_list {
    max-width: 100%;
    flex-direction: column;
    row-gap: 40px;
  }
  .topsub-area_list li {
    max-width: 100%;
    width: auto;
  }
}

@media (max-width:480px) {
  .topmain-area {
    border-radius: 16px;
    padding: 30px 0;
  }
  .topmain-area_txt {
    padding: 0;
    font-size: 1.25rem;
    width: 84%;
    margin: 0 auto;
    text-align: left;
  }
  .topmain-area_ttl {
    margin: 0 auto;
    font-size: 1.375rem;
    padding: 20px 0;
    line-height: 1.4;
  }
  .topmain-ttl {
    margin: 40px auto 120px;
    max-width: 100%;
    width: 84%;
  }
  .topsub-area_ttl {
    margin: 0 auto 30px !important;
    font-size: 1.75rem;
  }
  .topsub-area_checklist {
    font-size: 1.375rem;
    max-width: 90%;
  }
}

/*topコンテンツ*/
.topmain-area_list_under {
  margin: 0 auto;
  padding: 2.5rem 1.25rem 0.5rem;
}
.top-attention {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top-attention::after {
  font-family: bootstrap-icons;
  color: #59D999;
  content: '\F229';
  display: block;
  font-size: 2rem;
}
.top-attention p {
  margin: 0 auto!important;
  padding: 0;
  color: #424C77;
  font-weight: 700;
}
.txt-ft22 {
  font-size: 1.375em;
  line-height: 1.4!important;
}
.txt-ft24 {
  font-size: 1.5em;
  line-height: 1.4!important;
}
.txt-ft30 {
  font-size: 1.875em;
  line-height: 1.4!important;
}
.txt-mincho {
  font-family: serif;
  font-weight: 600;
}

/*コンバージョンエリア*/
.cv-area {
  margin: 0 auto;
  gap: 0;
  letter-spacing: 0!important;
}
.cv-area h2,
.toukibo .cv-area h2 {
  margin: 0 auto 2rem!important;
  padding: 0!important;
  line-height: 1.4!important;
  font-size: 1.875rem!important;
}
.toukibo .cv-area h2::after {
  content: unset;
}
.cv-mail {
  padding: 50px 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #424C77;
  background: rgb(10,201,176);
  background: linear-gradient(0deg, rgba(10,201,176,1) 0%, rgba(25,227,179,1) 100%);
}
.cv-tel {
  padding: 50px 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgb(75,82,113);
  background: linear-gradient(0deg, rgba(75,82,113,1) 0%, rgba(90,100,143,1) 100%);
}
.toukibo .cv-tel h2 {
  color: #fff!important;
}
.cv-tel p  {
  margin: 0 auto!important;
  padding: 0!important;
  line-height: 1;
}
.cv-tel .tel-txt  {
  font-size: 3em;
  margin-bottom: 2rem!important;
  color: #fff;
}
.cv-tel .tel-txt::before  {
    font-size: 2.5rem;
}
.cv-file {
  padding: 50px 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #424C77;
  background: rgb(10,201,176);
  background: linear-gradient(0deg, rgba(10,201,176,1) 0%, rgba(25,227,179,1) 100%);
}
/*CVボタン*/
.cv-btn .wp-block-button__link {
    color: #424C77;
    background-color: #fff;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(0.5em + 2px) calc(1.333em + 2px);
    font-size: 1.5625em;
    line-height: 1.1;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}
.cv-btn .wp-block-button__link .btn-arrow {
  content: '';
  background-image: url(./images/arrow-right.png);
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  vertical-align: middle;
  margin-left: 1rem;
  transition: 0.5s all;
}
.cv-btn .wp-block-button__link {
  transition: 0.5s all;
}
.cv-btn .wp-block-button__link:hover {
    background-color: #424C77;
    color: #fff;
}

/*コンテンツ内のボタンの場合*/
.cv-btn.page-inn_contact {
  max-width: 550px;
  margin: 3rem auto 5rem;
}
.cv-btn.page-inn_contact .wp-block-button__link {
    border-radius: 9999px;
    border: 2px solid #31ada1;
}
.cv-btn.page-inn_contact .wp-block-button__link:hover {
    border: 2px solid #424C77;
    background-color: #424C77;
}
.cv-btn.page-inn_contact .wp-block-button__link:hover {
  color: #fff;
}
@media only screen and (max-width: 1299px) {
  .cv-btn .wp-block-button__link {
      font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1199px) {
.cv-area h2,
.toukibo .cv-area h2 {
    font-size: 1.625rem!important;
  }
  .cv-btn .wp-block-button__link {
    font-size: 1.25em;
  }
  .cv-btn .wp-block-button__link .btn-arrow {
    width: 40px;
    height: 40px;
  }
  .cv-tel .tel-txt {
    font-size: 2.275em;
    margin-bottom: 2rem !important;
  }
  .cv-tel .tel-txt::before {
    font-size: 1.625rem;
  }
  .txt-ft22 {
      font-size: 1.375em;
      line-height: 1.4 !important;
  }
}
@media only screen and (max-width: 768px) {
  .topmain-visual_inner {
      margin-top: 77px;
  }
}
/*------------------------------------------------------
  footer
---------------------------------------------------------*/
#footer-toukibo {
  margin: 0 auto;
  width: 100%;
  background-color: #F7F7F7;
}
#footer-toukibo section.widget {
    margin-bottom: 0;
}
#footer-toukibo .footer-inner {
  margin: 0 auto;
  max-width: 1400px!important;
  padding: 70px 1.5rem!important;
  width: 100%;
  border-bottom: 1px solid #B5BBC5;
}
img.footer-logo {
  max-width: 450px;
  width: 100%;
  height: auto;
  /*margin-bottom: 1rem;*/
}
#footer-toukibo .tel-txt {
  color: white;/*#23776F*/
  font-size: 2.5rem;
}
#footer-toukibo .tel-txt::before {
    font-size: 2rem;
}
.footer-address {
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 500;
}
#footer-toukibo .widget_nav_menu ul {
    margin: 0;
    padding: 0;
}
#footer-toukibo .widget_nav_menu ul li {
    padding: 0.5rem 0;
    border: unset;
    font-size: 1.125rem!important;
    line-height: 1.7;
    font-weight: 500;
}
#footer-toukibo .widget_nav_menu ul li a:hover {
    text-decoration: underline;
}
#footer-toukibo .widget_nav_menu ul li::before {
  font-family: bootstrap-icons;
  display: inline-block;
  vertical-align: middle;
  content: '\F231';
  color: #31ADA1;
  padding-right: 6px;
}

#footer-toukibo .widget_nav_menu ul li.menu-small {
    padding: 0.2rem 0;
    font-size: 1rem!important;
}
#footer-toukibo .widget_nav_menu ul li.menu-small::before {
  content: '\F309';
  padding-right: 6px;
  color: #424c77;
}
#footer-toukibo .widget_nav_menu ul li.menu-small.top {
    padding-top: 2rem;
}
.footer-okanolink {
  margin: 0 auto;
  max-width: 1400px!important;
  width: 100%;
  padding: 20px 40px;
}
.footer-okanolink a {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #111;
  font-size: 1.125em;
}
.footer-okanolink a p {
  margin: 0 auto!important
}

.footer-okanolink img {
  max-width: 350px!important;
  width: 100%;
}
.copyright {
  height: 60px;
  padding: 0 40px!important;
  line-height: 1.4;
  background-color: #51647A;
  margin: 0 auto;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*------------------------------------------------------
  固定ページ
---------------------------------------------------------*/
.container.column {
    zoom: 1;
    margin: 4.375rem auto 0;
}
.single #main > header .page-header h1, .page #main > header .page-header h1 {
    margin: 0 auto;
    font-size: 2.5rem;
    line-height: 1.4;
    letter-spacing: 0.07rem;
}
ul,ol {
    margin: 0 auto 2em;
    padding: 0 30px 0 50px;
}
.single .entry-content ul li, 
.single .entry-content ol li, 
.page .entry-content ul li, 
.page .entry-content ol li {
  margin: 0 auto 0.8em;
  line-height: 1.6;
}
/*ページ内リンクのリスト*/
.page-link {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  gap: 1.2em;
  margin: 0 auto;
  padding: 0;
}
.page-link li a {
    background-color: #fff;
    border: 2px solid #31ada1;
    border-radius: 4px;
    color: #424C77;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 16px 18px!important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none !important;
    line-height: 1.4;
}
.page-link li a:hover {
    background-color: #31ada1;
    border: 2px solid #31ada1;
    color: #fff;
}
.page-link li a::after {
    font-family: bootstrap-icons;
    color: #59D999;
    content: '\F118';
    display: block;
    font-size: 1.25rem;
    margin-left: 2em;
}
.page-link li a:hover::after {
    color: #fff;
}

/*個人情報保護ページ*/
.privacy-policy ol li {
  margin-bottom: 1.5rem;
}
.privacy-policy ol li ul {
  margin: 1rem 0;
  list-style: disc;
}
.privacy-policy ol li ul li{
  margin-bottom: 0;
}
.inner-1000 {
  margin: 0 auto!important;
  max-width: 1000px!important;
}
.inner-800 {
  margin: 0 40px!important;
  max-width: 1080px;
}
.pd-inner-800 {
  margin: 0 40px!important;
  max-width: 1080px;
  padding: 50px 100px 80px;
}

/*toukiboテンプレート*/
.toukibo h2 {
  font-size: 2.5rem!important;
  color: #424C77;
  text-align: center!important;
  margin: 0 auto!important;
  /*padding: 0 1rem 1.5rem!important;*/
  padding: 0 1rem!important;
  border: none!important;
  line-height: 1.4;
}
.toukibo h2::after {
  font-family: bootstrap-icons;
  font-size: 1.75rem;
  display: block;
  content: '\F229';
  color: #59D999;
  padding-top: 30px;
}
/*テキストの上下にライン*/
.ttl-line {
  font-size: 1.75rem!important;
  color: #424C77;
  text-align: center!important;
  margin: 0 auto 1.5em!important;
  padding: 30px 0!important;
  line-height: 1.4;
  position: relative;
}
.ttl-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #424C77 15%, #424C77 85%, transparent);
    background-image: linear-gradient(to right, transparent, #424C77 15%, #424C77 85%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}
.ttl-line::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #424C77 25%, #424C77 75%, transparent);
    background-image: linear-gradient(to right, transparent, #424C77 25%, #424C77 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}
/*テキストの横にライン*/
.ttl-sideline {
  font-size: 1.75rem!important;
  color: #424C77;
  line-height: 1.4;
  position: relative;
  display: flex;
  align-items: center;
  margin: 1em 40px 1.6em;
}
.ttl-sideline:before,
.ttl-sideline:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #424C77;
}
 
.ttl-sideline:before {
    margin-right: 1.6rem;
}
 
.ttl-sideline:after {
    margin-left: 1.6rem;
}

.toukibo :where(.wp-block-columns) {
    margin-bottom: 0;
}
.read-txt {
  margin: 0 auto 65px!important;
  font-size: 1.375rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
}
.bg-gray {
  background-color: #F7F7F7;
}
.bg-wt {
  background-color: #fff;
}
.ttl-top {
  padding-top: 4.375rem;
}
/*ｐ大き目フォント18px*/
.txt-sslarge {
  font-size: 1.125em;
  line-height: 1.4;
}
p.txt-sslarge {
  font-size: 1.125em;
  line-height: 1.8;
}
/*ｐ大き目フォント20px*/
.txt-slarge {
  font-size: 1.25em;
  line-height: 1.4;
}
/*ｐ大き目フォント24px*/
.txt-large {
  font-size: 1.5em;
  line-height: 1.4;
}
/*ｐ spは左よせ*/
.txt-spleft {
  text-align: center;
}
/*table*/
.single .entry-content table,
.page .entry-content table {
    /*display: inline-block;*/
    display: table;
    margin: 0 auto;
}
.single .entry-content table th, 
.single .entry-content table td, 
.page .entry-content table th, 
.page .entry-content table td {
    border-color: #ccc;
}
.single .entry-content table th,
.page .entry-content table th {
  font-weight: 600;
  background-color: #DFE2EE;
}
.col-th th {
  width: 20%;
  text-align: center!important
}
.col-th td {
  width: 80%;
}
th {
  text-align: center!important
}

@media screen and (max-width: 767px) {
  .inner-1000 {
    margin: 0 auto!important;
    max-width: 100%;
  }
  .pd-inner-800 {
    margin: 0 20px!important;
    max-width: 100%;
    padding: 30px 20px;
  }
  ul {
    margin: 0 auto 1.6em;
  }
  .single #main > header .page-header h1, .page #main > header .page-header h1 {
      font-size: 2rem;
  }
  .toukibo h2 {
      font-size: 1.75rem !important;
  }
  .toukibo h2::after {
      font-family: bootstrap-icons;
      font-size: 1.5rem;
      padding-top: 12px;
  }
  .ttl-line {
    font-size: 1.5rem!important;
    padding: 20px 0!important;
  }
  .txt-spleft {
    text-align: left;
  }
  .ttl-sideline {
    font-size: 1.4rem !important;
    margin: 0 40px 1.6em;
  }
  .ttl-sideline:before {
      margin-right: 1rem;
  }
  .ttl-sideline:after {
      margin-left: 1rem;
  }
    /*ページ内リンク*/
  .page-link {
    flex-direction: column;
    padding: 0;
  }
  .page-link li {
    width: 100%;
    max-width: 480px;
  }
}
/*ご利用開始までの流れ*/
.flow-box-area {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  background-color: #F7F7F7;
  border: 3px solid #51647A;
  border-radius: 6px;
  position: relative;
  padding: 40px 0 60px;
  max-width: 860px;
  margin: 0 auto 120px;
  gap: 1em!important;
  position: relative;
}
.flow-box-area::after {
  content: '';
  background-image: url(./images/arrow-down.png);
  display: block;
  width: 70px;
  height: 70px;
  display: block;
  margin: auto;
  position: absolute;
  bottom: -100px;
  left:50%;
  transform: translateX(-50%);
}
.flow-box {
  max-width: 860px;
  margin: 0 auto!important;
}
.flow-box-area.last::after {
    content: unset;
}
.flow-box span.flow-no{
  position: absolute;
  top: -18px;
  left: -20px;
  background-color:#424C77;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 2.125em;
  padding: 8px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 60px;
}
.flow-box span.flow-no span {
  font-size: 12px;
  letter-spacing: 2px;
}
.toukibo h2.flow-box_ttl {
    font-size: 2.5rem !important;
    color: #424C77;
    text-align: left !important;
    margin: 0 0 30px!important;
    padding: 0 !important;
    border: none !important;
    line-height: 1.4;
    position: relative;
}
.toukibo h2.flow-box_ttl:has(> span) {
    margin: 0 0 30px 90px !important;
    display: flex;
    align-items: center;
}
.toukibo h2.flow-box_ttl span {
    position: absolute;
    background-color: #BC0000;
    font-size: 1.25rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin-left: -90px;
}
.toukibo h2.flow-box_ttl::after {
    content: unset;
}
.toukibo .flow-box_sttl {
    font-size: 1.5rem !important;
    color: #424C77;
    text-align: left !important;
    margin: 0 0 30px!important;
    padding: 0 !important;
    border: none !important;
    line-height: 1.4;
}
.wp-block-columns.flow-box-area_box {
  display: flex;
  align-items: center!important;
  justify-content: center;
  background-color: #fff;
  height: 300px;
  border-radius: 10px;
  margin: 0 auto 40px;
}
.flow-box {
    max-width: 820px;
    width: 100%;
    padding: 0 20px;
}
.flow-box_left {
  height: 100% !important;
}
.flow-box_left figure {
  height: 100% !important;
}
.flow-box_left img {
  height: 100% !important;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}
.flow-box_right {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 1.4em;
  margin-right: 30px!important;
}
.flow-box_right a {
    color: #424C77;
    background-color: #fff;
    border: 2px solid #424C77;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0.7em 1em !important;
    margin: 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none !important;
    width: 100%;
    max-width: 480px;
    box-sizing: border-box;
    line-height: 1.4;
}
/*同じボタンをセンターにしたい場合*/
.flow-box_center {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.flow-box_center a {
    color: #424C77;
    background-color: #fff;
    border: 2px solid #424C77;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0.7em 1em !important;
    margin: 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none !important;
    width: 100%;
    max-width: 480px;
}
.flow-box_center a::after,
.flow-box_right a::after {
    font-family: bootstrap-icons;
    color: #424C77;
    content: '\F133';
    display: block;
    font-size: 1.5rem;
    margin-left: 1em;
}
.flow-box_center a:hover::after,
.flow-box_right a:hover::after {
    color: #fff;
}
.flow-box_center a:hover,
.flow-box_right a:hover {
    color: #fff;
    background-color: #424C77;
}
.flow-box_right p {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 !important;
  line-height: 1.5;
}

.flow-box_use-box {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 10px;
  flex-direction: column;
  gap: 20px;
  padding: 20px 20px 30px;
}
.flow-box_use-box i {
  font-size: 5rem;
  color: #59D999;
  line-height: 1;
  margin: 0 auto;
}
.flow-box_use-box p {
  font-size: 1.5rem;
  margin: 0 auto!important;
  padding: 0;
  color: #424C77;
  line-height: 1.4;
  text-align: center;
}
.wp-block-columns.flow-box-area_box,
.wp-block-columns.flow-box_use {
    flex-wrap: nowrap!important;
 }

@media screen and (max-width: 767px) {
  .flow-box {
      flex-direction: column;
      padding: 0 20px;
  }
  .flow-box_ttl {
    margin: 0 auto 20px;
  }
  .flow-box_right {
    width: 100%;
    gap: 1em;
  }
  .flow-box.last {
    padding: 40px 20px;
  }
  .flow-box.last img {
    object-fit: cover;
    height: 210px;
    width: 100%;
    max-width: 380px;
  }
  .flow-box_right a {
    font-size: 1.375rem;
    padding: 0.7em !important;
  }
  .flow-box_use-box p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-columns.flow-box-area_box {
    flex-wrap: wrap!important;
    height: auto;
    margin: 0 auto 2em;
  }
  .flow-box-area {
    padding: 40px 0 20px;
    max-width: 100%;
    margin: 0 auto 80px;
  }
  .flow-box-area::after {
    width: 50px;
    height: 50px;
    bottom: -68px;
    background-size: contain;
}
  .flow-box_left img {
    height: 100% !important;
    border-radius: 10px 10px 0 0;
  }
  .flow-box_right {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 1.4em;
    padding: 0 20px;
    margin: 0 auto 40px!important;
  }
  .flow-box_use-box i {
    font-size: 4rem;
  }
  .flow-box_use-box {
    gap: 10px;
  }
  .wp-block-columns.flow-box_use {
    flex-direction: column;
 }
  .toukibo h2.flow-box_ttl br {
    display: none;
  }
  .toukibo .flow-box_sttl {
    font-size: 1.25rem !important;
  }
  .flow-box_left img {
    object-fit: cover;
    height: 200px!important;
  }
  .flow-box_right a {
    font-size: 1.125rem;
  }
  .toukibo h2.flow-box_ttl {
    font-size: 1.5rem !important;
  }
  .toukibo h2.flow-box_ttl:has(> span) {
    margin: 0 0 30px 75px !important;
  }
  .toukibo h2.flow-box_ttl span {
    height: 65px;
    width: 65px;
    font-size: 1rem;
    margin-left: -75px;
  }
}

/*よくある質問*/
.qa-block {
  margin: 0 auto 2em;
  border-bottom: 1px solid #B5BBC5;
}
.q-ttl {
  color: #424C77;
  display: flex;
  align-items: center;
  line-height: 1.4;
  position: relative;
  padding-left: 60px;
}
.q-ttl::before {
  color: #fff;
  content: 'Q';
  font-size: 1.5rem;
  background-color:#31ada1;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 12px 0 0;
  border-radius: 45px;
  position: absolute;
  left: 0;
}
.q-ttl_inttl {
  color: #424C77;
  display: block;
  align-items: center;
  line-height: 1.4;
  position: relative;
  padding-left: 60px;
  margin-bottom: 10px;
}
.qa-block p {
  margin-left: 3.7rem;
  line-height: 1.6;
}
.qa-block ul {
  list-style: none;
  margin: 0 0 0 1.2rem;
}
.qa-block ul li {
  display: flex;
}
.qa-block ul li i {
  color: #424C77;
  font-size: 1.4rem;
  padding-right: 6px;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .q-ttl {
    padding-left: 40px;
  }
.q-ttl::before {
    font-size: 1.2rem;
    width: 35px;
    height: 35px;
    border-radius: 35px;
  }
  .q-ttl_inttl {
      padding-left: 0;
  }
  .qa-block p {
    margin: 0 auto;
  }
  .qa-block ul {
      padding: 0;
      margin: 0;
  }
}
/*利用規約の読み込みファイル用*/

.terms .entry-content section h2 {
    margin-top: 3.5rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem 0 1.4rem;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

/*機能ページ*/
.system-box .wp-block-column {
  background-color: #eef0f3;
  border-radius: 10px;
}
.system-box .wp-block-column p {
  padding: 0 1.5rem 1em;
}
.system-box_ttl {
  color: #424C77;
  background: linear-gradient(0deg, rgb(112 239 190) 0%, rgb(88 236 187) 100%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  padding: 3em 0 3.6em;
}
.system-box h3{
  color: #424C77;
  font-size: 1.5rem!important;
  line-height: 1;
  margin: 0 auto;
  padding: 14px 0 0;
}
.system-box span.number{
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  text-shadow: 1px 1px #88dfc1;
}
.system-box span.rakup {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding-bottom: 5px;
  line-height: 1;
  text-align: center;
  text-shadow: 1px 1px #88dfc1;
}
.system-footer {
  margin: 0 auto;
  padding: 50px 0;
  background: linear-gradient(0deg, rgb(3 182 173 / 90%) 0%, rgb(3 182 173) 100%);
}
.system-footer h3 {
  margin: 0 auto 1em;
  font-size: 1.875rem!important;
  line-height: 1.4;
  color: #fff;
  width: 90%;
}
.system-footer_btn-area {
  margin: 0 auto 1.6em;
  width: 90%;
}
.system-footer_btn {
  background-color: #fff;
  border: 2px solid #424C77;
  border-radius: 4px;
}
.system-footer_btn a {
  color: #424C77;
  font-size: 1.375rem;
  padding: 1.2rem 1em!important;
  margin: 0!important;
  display: flex;
  justify-content: space-between;
  text-decoration: none!important;
}
.system-footer_btn a:hover {
  color: #fff;
  background-color:#424C77;
}
.system-footer_btn a::after {
  font-family: bootstrap-icons;
  color: #424C77;
  content: '\F133';
  display: block;
  font-size: 1.5rem;
}
.system-footer_btn a:hover::after {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .system-box span {
      font-size: 2.5rem;
  }
  .system-box_ttl {
      padding: 1.8em 0 2.2em;
  }
  .system-footer h3 {
    font-size: 1.5rem!important;
  }
  .system-footer_btn a {
      font-size: 1.25rem;
      padding: 1rem 1em !important;
  }
}

/**/
.page-footer-txt {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0 0.5rem;
}
.page-footer-txt p {
  margin: 0 auto;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 600;
  color: #111;
}
.page-footer-txt p::after {
  font-family: bootstrap-icons;
  color: #BC0000;
  content: '\F229';
  display: block;
  font-size: 2rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .page-footer-txt p {
      font-size: 1.5rem;
  }
}


/*------------------------------------------------------
  お問い合わせフォーム
---------------------------------------------------------*/
/*dlのリセット*/
dl, dt, dd {
  margin: 0;
  padding: 0;
}

.page-in .tel-txt {
    color: #23776F;
    font-size: 2.5rem;
}

.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 30px 0;
  gap: 1em;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.125rem;
  border-top: 1px solid #ddd;
}
.cf7__list.last {
  border-bottom: 1px solid #ddd;
  margin-bottom: 3em;
}
.form-wrap ul {
  padding-left: 1.4em;
}
.form-wrap ul li {
  font-size: 1rem;
  line-height: 1.5!important;
  padding-bottom: 4px;
}

.cf7__list dt {
  width: 32%;
  padding: 10px 0;
}
.cf7__list dd {
  width: 63%;
  padding: 10px 0;
}
.thinly {
  color: #888;
  font-size: 1rem;
}
/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 5px 16px;
  color: #fff;
  font-size: 14px;
  vertical-align: 1px;
  font-weight: 600;
  border-radius: 30px;
}
.cf7__required {
  background: #31ada1;
}
.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}
.form-txt {
  font-size: 1rem;
  line-height: 1.4;
  display: inline-block;
  margin: 10px 0;
}
.example-txt {
  font-size: 1rem;
  line-height: 1.4;
  display: inline-block;
  margin: 10px 0;
}
.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #a5a5a5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  /*padding: 15px 0 10px;*/
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid #bbb;
  vertical-align: -8px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 8px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/*送信ボタン*/
.cf7__button button,
.cf7__button input[type="button"], 
.cf7__button input[type="reset"], 
.cf7__button input[type="submit"] {
    max-width: 360px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    letter-spacing: 1px;
    background-color: #31ada1;
    color: #fff;
    border: 2px solid #31ada1;
    padding: 16px;
    border-radius: 50vh;
    font-size: 1.8rem;
    cursor: pointer;
    text-transform: uppercase;
    transition: .3s ease-in-out;
}
.cf7__button button:hover, 
.cf7__button button:focus, 
.cf7__button input[type="button"]:hover, 
.cf7__button input[type="button"]:focus, 
.cf7__button input[type="reset"]:hover, 
.cf7__button input[type="reset"]:focus, 
.cf7__button input[type="submit"]:hover, 
.cf7__button input[type="submit"]:focus {
    cursor: pointer;
    background-color: #fff;
    color: #111;
    border: 2px solid #31ada1;
}
input[type="submit"][disabled] {
    pointer-events: auto;
}
/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}
.pp-check {
  text-align: center;
  margin: 0 auto 3em!important;
  font-size: 1.125rem;
}
.form-att {
    background-color: #eff9f8;
    padding: 10px 30px;
    margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .cf7__list {
    gap: unset;
    /*margin-bottom: 1em;*/
  }

  .cf7__list dt {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    font-weight: 600;
  }

  .cf7__list dd {
    width: 100%;
    /*border-bottom: 1px solid #eef0f3;*/
    /*margin: 0 auto 1em;
    padding-bottom: 1.5em;*/
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 0;
  }

}
/*クリックで開くForm※契約申込*/
.terms-area {
  height: 300px;
  overflow-y: scroll;
  font-size: 94%;
  margin: 0 auto 60px;
  border: 1px solid #B5BBC5;
  padding: 0 1em;
}
.toukibo .terms-area h2{
    font-size: 1rem !important;
    color: #424C77;
    text-align: left !important;
    margin: 0 auto !important;
    padding: 0 1rem !important;
    border: none !important;
    line-height: 1.4;
}
.toukibo .terms-area  h2::after {
    content: unset;
}

.registration_form {
  display:none;
}
.agree-btn label {
  max-width: 360px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  letter-spacing: 1px;
  background-color: #31ada1;
  color: #fff;
  border: 2px solid #31ada1;
  padding: 16px;
  border-radius: 50vh;
  font-size: 1.8rem;
  cursor: pointer;
  text-transform: uppercase;
  transition: .3s ease-in-out;
  cursor: pointer;
}

input[type="checkbox"]{
 display:none;
}

.form-wrap input[type="checkbox"]{
 display: inline-block;
}

label[for="agree"]{
  display:flex;
}

#agree:checked + .registration_form {
  display:block;
}
.registration_form input[type="checkbox"], 
.registration_form input[type="radio"] {
    display: inline-block;
}
/*送信ボタンを個人情報にチェック入れないとグレーにする*/
input[type="submit"][disabled] {
    pointer-events: auto;
    background-color: #999;
    border: 2px solid #999;
}
input[type="submit"][disabled]:hover {
    cursor: pointer;
    color: #fff;
    background-color: #999;
    border: 2px solid #999;
}
/*------------------------------------------------------
  投稿ページ
---------------------------------------------------------*/
.single #main > header {
    margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .single #main > header {
      margin-top: 77px;
  }
}