@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*サイト全体の一括色指定*/
body {
  background-color: #fff;
}
.header-container, .main, .sidebar, .footer {
  background-color: #fff;  
color:#604c3f;
}
.site-name-text-link {
  color: #604c3f;  
}
.a-wrap {
  color: #604c3f;
}
.site-name-text-link {
  color: #604c3f;   
}
.sidebar {
  background-color: #fff;
}
.widget_recent_entries ul li a, 
.widget_categories ul li a, 
.widget_archive ul li a, 
.widget_pages ul li a, 
.widget_meta ul li a, 
.widget_rss ul li a, 
.widget_nav_menu ul li a {
color: #604c3f;
}
/*サイト全体の一括色指定ここまで↑↑↑*/

/*20231111_ヘッダー部分ボタン2つ追加
functions.phpに記述　アクションフック*/
/*----------------------------------*/
.logo-image span, .logo-image a {
  display: inline-block;
  max-width: 100%;
  display: block;
  /* text-align: left;
  padding:5px;
  padding-left: 15%; */
}

.header-in {
    display: flex;
}
.logo-image {
    padding: 25px 0 0;
    font-size: inherit;
    width: 45%;
}

.btn_head {
    width: 55%;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    padding-top: 50px;
}
.contact_btn {
  /* width: 250px; */
  color: #fff;
  padding: 2% 7% 0;
  height: 62px;
  font-size: 1rem;
  margin-left: 5%;
  background: linear-gradient(180deg, rgb(217, 239, 239) 0%, #67b3b8 100%);
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}

.contact_btn a {
  color: #2250a1;
  text-decoration: none;
}
.contact_head {
  line-height: 1.2;
  display: block;
}
/*----------------------------------*/






/*TOPページ*/
/*----------------------------------*/
.main{
  padding: 0;
}
.main_pc01 {
  text-align: center;
}
/* .main_pc01 img {
  width: 100%;
} */
.logo-image {
  padding: 35px 0 0;
  font-size: inherit;
}
.tagline {
  display: none;
}
/* ★★h1のheaderを非表示にする★★ */
.article-header.entry-header {
  display: none;
}
h1.site_catch {
  font-size: 0.8rem;
  text-align: center;
  color: #aeacac;
  font-weight: normal;
}
.row_about {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.frntp_content.fst {
  /* background-color: #deeaf7; */
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(202, 218, 235) 100%);
  padding: 0 0 7%;
}
.read_more_left {
  margin-top: 5%;
}
.box_01, .box_03 {
  width: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 3%;
  /* background-color: #ffffff61; */
}
.box_02, .box_04 {
  width: 50%;
  padding: 0 2%;
}
.conc1124 {
  position: relative;
/*  padding: 0 70px;*/
}
.conc1124:first-of-type,.conc1124:nth-of-type(2) {
  margin-bottom: 7%;
}
.conc1124 h2 {
  font-size: 2.3rem;
  text-align: center;
  color: #2250a1;
  font-family: 'Sorts Mill Goudy', serif;
}

.button018 {
  margin-top: 3%;
}
.bg_img img {
  width: 100%;
}
/* h1.entry-title {
  color: #eae6e6;
  font-size: 1.8rem;
  text-align: center;
  font-style: oblique;
} */
.tagline {
  text-align: center;
  font-size: 12px;
  margin: .6em 1em;
  color: #959393;
}
.top_rsn {
  display: block;
  text-align: left;
  font-size: 3rem;
  font-weight: bold;
  color: #2250a1;
  margin-bottom: 2%;
  font-size: 2.5rem;
  font-family: 'Sorts Mill Goudy', serif;
  border-bottom: dotted;
  border-bottom-color: currentcolor;
  border-bottom-width: medium;
  border-color: #2250a1;
  border-width: 2px;
}
.tit_sec {
  line-height: 1.1;
}
span.tit_brown {
  color: #2250a1;
  display: block;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 3rem;
  font-family: 'Sorts Mill Goudy', serif;
}

.top_sml_fnt {
  display: block;
  text-align: center;
}
.top_sml_fnt {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 1.2rem;
  color: #80807f;
  
}

h2.tit_sec::before {
  content: '';
  position: absolute;
  bottom: -15px;
  /* display: inline-block; */
  width: 180px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /* background-color: #64316b; */
  background: linear-gradient(90deg, rgb(43, 113, 236) 0%, rgb(222, 234, 247) 100%);
  border-radius: 2px;
}
h2.tit_sec {
  line-height: 1.1;
  position: relative;
  margin-bottom: 2%;
}
h2.tit_sec.about{
  line-height: 1.1;
  position: relative;
  /* margin-bottom: 8%; */
}
.article h2 {
  background-color: #fff; 
  margin-top: 0;
}
.tit_reason3 {
  text-align: center;
}
.reason.fnt_blu {
  color: #2250a1;
  font-size: 2rem;
  font-style: italic;
  text-align: center;
}
.fnt_bg {
  font-size: 7rem;
  font-weight: bold;
  font-family: "Sorts Mill Goudy", serif;
}

h3.special_el{
  font-size: 1.4rem;
  text-align: center;
  color: #2250a1;
  margin: 0 0 0 3% ;
}
h3.special_el.top,h3.special_el.system{
  color: #604c3f;
}
.smll {
  font-weight: normal;
  font-size: 1.1rem;
}
.special_el.txt_l {
  text-align: center;
}

.about_text {
  text-align: left;
}

.ab_myw {
  text-align: left;
}
.casar_ceo {
  font-size: 1rem;
  margin-top: 2.5%;
}
.ab_myw_thd {
  font-weight: bold;
  color: #804f44;
  font-size: 1.2rem;
}
.top_intro {
  padding: 12% 0 2%;
}
.intr_blue {
  color: #2250a1;
  text-align: center;
}
.intr_add {
  text-align: center;
}

/* 20221117追加分CSS　↓↓↓↓ */
.tit_brown.top {
  font-size: 2.5rem;
}
.txt_about_1117 {
  display: flex;
  padding: 4% 0;
  margin: 0 auto;
  border-radius: 30px;
  font-size: 1.25rem;
  color: #324b53;
  margin: 2em auto;
  width: 70%;
  color: #555555;
  /* background-color: #d9f7f2; */
  box-shadow: 0 0 20px 20px #d9f7f2;
}
.link_btn_banar {
  margin: 0 0 10%;
}
.tit_btn a {
  color: #1967d2;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 1.2rem;
}
.tit_btn a:hover {
  color: #0d1957;
}
.rht24.top {
  font-size: 2rem;
  color: #dd7f6a;
  line-height: 1.1;
}
.rht24.top.snd {
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 5%;
}
.abt_left {
  width: 50%;
}
.abt_right {
  width: 50%;
}
.fam_005 {
  width: 85%;
  margin: 3% auto 0;
}
.special_el.plan.top {
  text-align: center;
  margin-bottom: 5%;
}
.triangle {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 80px 0 80px;
  border-color: #72a3f9 transparent transparent transparent;
}
.ab_appli {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  padding: 4%;
  width: 100%;
  margin: 0 auto;
  /* background-color: #dd7f6a; */
  background: linear-gradient(0deg, rgba(221,127,106,1) 0%, rgba(247,193,181,1) 100%, rgba(255,255,255,1) 100%);
}
.img_top.f006 {
  width: 60%;
}
.addmsn_pln_rsn {
  width: 90%;
  margin: 0 auto;
}
.box_01_flw.pl.reson.order1 {
  width: 60%;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.9;
}
.box_02_flw.pl.reson.order2 {
  width: 40%;
}
.conclusion {
  padding: 6%;
  margin-top: 2%;
  background: linear-gradient(0deg, rgb(244, 179, 164) 0%, rgb(255, 245, 243) 100%, rgb(255, 255, 255) 100%);
}
.over-wrap {
  padding: 7% 0 5%;
  background: linear-gradient(180deg, rgb(252 248 252) 0%, rgb(222, 234, 247) 100%);
}
.addmsn_system{
  /* width: 75%; */
  margin: 0 auto;
}
.addmsn_system.scnd {
  margin-top: 10%;
}
.about_optn {
  margin-bottom: 3%;
}
.top_abt {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}

.qa_box {
  text-align: center;
  margin-top: 4rem;
}



/* ご挨拶背景画像 */
.bckg_gree {
  height: 400px;
  display: table;
  width: 100%;
  background-image: url(./img/greet_bk.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 5%;
}

.ab_text {
  /* width: 90%; */
  margin: 0 auto;
  display: flex;
}
.txt_about.gree {
  width: 65%;
  padding: 2% 2% 0;
  text-align: left;
}
.fam_pht.order1 img {
  width: 60%;
  margin: 0 auto;
}
.t_enjoy {
  font-weight: bold;
  color: #804f44;
  font-size: 1.2rem;
}
.ab_myw_enj {
  text-align: left;
}
.pht_about.gree {
  width: 35%;
  text-align: center;
}


.about_optn.reason {
  width: 90%;
  margin: 0 auto;
}
.ftwb {
  font-size: 1.2rem;
  font-weight: 600;
  color: #3c5780;
  line-height: 1.6;
  display: block;
}
.lnk_bnr {
  display: flex;
  flex-wrap: wrap;
  margin: 5% auto 2%;
  width: 90%;
  gap: 5%;

}
.brn_sml {
  width: 30%;   
}
/* .brn_sml:first-child, .brn_sml:nth-child(2),.brn_sml:nth-child(4),.brn_sml:nth-child(5){
  margin-right: 3%;
} */
.exp_lciq {
  width: 90%;
  margin: 0 auto;
  /* padding: 0 3%; */
}
.tit_pnk {
  /* display: block; */
  font-size: 1.5rem;
  color: #a75e9a;
  font-weight: bold;
}

.top_conc {
  font-size: 1.3rem;
}
.top_conc02 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 2%;
}
.fnt_wbg {
  font-size: 2.3rem;
}
.box_01_flw.pl.lciq.order1 {
  width: 65%;
}
.box_02_flw.pl.lciq.order2 {
  width: 35%;
  text-align: right;
}
p.cntct_white {
  font-size: 0.9rem;
  color: #24180c;
  text-align: left;
}


span.rsn_num {
  font-size: 2rem;
  font-weight: bold;
  font-style: oblique;
  display: block;
  text-align: left;
  color: #9f6b24;
}

/* JBA×Connect-ship */
#ex_system {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10%;
}
.box_01_flw.explan.order1 ,.box_02_flw.explan.order2 {
  width: 50%;
  text-align: center;
  padding: 0;
}
.box_01_flw.explan.order1 img, .box_02_flw.explan.order2 img {
  width: 90%;
}
/* .box_01_ab.order2 {
  width: 50%;
}
.box_02_ab.order1 {
  width: 50%;
}
.box_01_ab.order2 img {
  width: 75%;
}
.cnct_img img {
  width: 65%;
  display: block;
  margin: 0 auto;
} */
/* ホバー*/
.mouseHvr {
  opacity: 1;
}
.mouseHvr:hover {
  opacity: 0.7;
}
.top_campaign {
  margin-bottom: 10%;
}
.banar_cam {
  width: 65%;
  margin: 0 auto;
}
/* ブログ枠４件表示 */
.blog_wht-n {
  margin-top: 10%;
}
.container_blog {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  margin: 5% auto;
  width: 95%;
  gap: 5%;
  background-color: #f2f8f9;
  padding: 5%;
}
.box_date {
  width: 30%;
}
.box_title {
  width: 60%;
}
a:hover {
  color: #655553;
}
.banr_camp {
  margin-top: 8%;
}
.logo-footer.logo-image {
  width: 100%;
}

.btn_sns{
  display: flex;
  /* flex-wrap: wrap; */
  margin: 5% auto 2%;
  width: 90%;
  gap: 5%;
}
.icon_sn{
  width: 50%;
  text-align: center;
}
.btn_instag{
  width: 16%;
  margin: 0 auto;
  display: block;
}

/* Youtubed動画埋め込み */
.youtube {
  width: 70%;
  aspect-ratio: 16 / 9;
  margin: 0 auto 3rem;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}









/*会社概要ページ*/
/*----------------------------------*/
/* .box {
  padding: 0 10%;
} */
.breadcrumb {
  /* text-align: left; */
  display: none;
}
/* .box_privacy.com {
  padding: 8% 10%;
} */
.greet {
  padding: 8% 4% 4%;
}

/******相談所について表*********/

.com_txt {
 padding: 2% 5%;
}
.com_txt p {
  text-align: left;
}
.aboutus{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #c4c2c2;
	padding:0;
	margin:10px auto;
}
/* .aboutus tr{
	border:1px solid #c4c2c2;
	padding:5px;
} */
.aboutus td{
	padding:13px;
	text-align:center;
	border-left:1px solid #c4c2c2;
  border: 1px solid #bdbcbc;
	background: #FAFBFF;
}
.aboutus th {
  padding: 10px;
  text-align: center;
  letter-spacing: 1px;
  background-color: #e3ecf5;
  color: #4f4d4d;
  width: 32%;
  border: 1px solid #bdbcbc;
}
.prf_okd {
  font-size: 1rem;
}
.txt_about.gree.mrt {
  padding: 0 5%;
}

.spr_dtl {
  width: 45%;
  margin-bottom: 3%;
}

/* ------------------------------ */
/*FLOW のページ*/
/* ------------------------------ */
.about_flow {
  box-shadow: 0 17px 18px 0 rgb(189 195 213 / 26%);
  border: 1px solid #dedddd;
  padding: 1.2rem;
  margin: 2% 0 2%;
  /*box-shadow: 0 10px 18px 0 rgb(0 0 0 / 26%);*/
}
.main_fl{
  height: 500px;
  display: table;
  width: 100%;
  background-image: url(./img/fllow_main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* .flow_box {
  padding: 0 5%;
} */

.box_01_flw{
  width: 50%;
  padding: 0 3%;
}
.box_01_flw.order1 ul {
  list-style: none;
  padding-left: 0;
}
.box_02_flw {
  width: 50%;
  text-align: right;
}
.box_02_flw img {
  width: 80%;
}
.recent_flw01 {
  display: flex;
  width: 50%;
  height: 100px;
}
h2.special_el.pln {
  line-height: 3rem;
  text-align: center;
  font-size: 2rem;
}
.blu_circle {
  width: 25%;
}
.tit_flw {
  width: 75%;
  margin-top: auto;
}
.tit_flw h2 {
  font-size: 3.3rem;
}
.service-point_circle.s-p_circle1 {
  width: 4em;
  height: 4em;
  color: #ffffff;
  background-color: #94abce;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.35rem;
  border-radius: 50%;
  cursor: pointer;
}
.f-step1 {
  font-size: 2.5em;
  font-weight: 500;
  font-style: italic;
}
/* .about_flow:last-child {
  border: none;
  padding: 4%;
  background-color: #d6eef8;
  box-shadow: 0 0 0 8px #d6eef8;
  border: 2px dashed #ffffff;
} */
.row_about {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
h4.special_el.flw {
  font-size: 1.6rem;
  color: #604c3f;
  line-height: 1.4;
  text-align: center;
}
h4.special_el.flw.sml {
  font-size: 1.5rem;
}
.flw_myw {
  text-align: left;
  margin: 5% 0;
}
.btn:hover, .ranking-item-link-buttons a:hover, .btn-wrap > a:hover {
  filter: opacity(0.7);
  opacity: 1;
  color: #685346;
}

/* アコーディオンメニュー */

.accordion {
  margin: 3em auto;
  max-width: 75vw;
  }
  .toggle {
  display: none;
  }
  .option {
  position: relative;
  margin-bottom: 1em;
  text-align: left;
  }
  .title,
  .content_anser {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  }
  .title {
  border: solid 1px #ccc;
  padding: 1em;
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 1rem;
  background-color: #e6e6e6;
  }
  .title::after,
  .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
  }
  .title::after {
  transform: rotate(90deg);
  }
  .content_anser {
  max-height: 0;
  overflow: hidden;
  }
  .content_anser p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
  }
  .toggle:checked + .title + .content_anser {
  max-height: 500px;
  transition: all 1.5s;
  }
  .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
  }


/* 最下部　お問い合わせ枠 */
.container.ftr {
  display: flex;
  width: 100%;
  margin-top: 5%;
}
.ctct_left {
  background-color: #5b87d3;
  width: 50%;
  padding: 80px 32px 75px;
  text-align: center;
  opacity: .9;
}
.ctct_right {
  background-color: #2b58a6;
  width: 50%;
  padding: 80px 32px 75px;
  text-align: center;
  opacity: .9;
}
.ctct_right dt.fnt_wht a {
  color: #2250a1!important;
  text-decoration: none;
  font-size: 1.5rem;
  display: block;
  padding: 2%;
  border: solid 0.5px;
  letter-spacing: 0.12em;
}

.container.ftr ul {
  list-style: none;
  color: #2250a1;
  padding: 5% 4%;
  /*width: 70%;*/
  margin: 0 auto;
  background-color: #fff;
}

.ctct_left dt, .ctct_right dt {
  /* font-size: 1.3em; */
  /*border-bottom: 1px solid;*/
  text-align: center;
  /* margin-bottom: 4%; */
}
dt.fnt_m a {
  color: #2250a1;
  text-decoration: none;
  margin-bottom: 2%;
  display: block;
}
dt.fnt_wht {
  background-color: #fff;
  /*padding: 2% 0;*/
  width: 100%;
  margin: 0 auto 2%;
}
dt.fnt_wht:hover {
background-color: #fcf8e3;
}
.row.wks {
  border: solid 1px #0f7471;
  padding: 3% 4% 0 4%;
}


.ctct_left dt.fnt_wht a {
  color: #2250a1!important;
  text-decoration: none;
  font-size: 1.5rem;
  display: block;
  padding: 2%;
  border: solid 0.5px;
  /* font-family: 'Poiret One', cursive; */
  letter-spacing: 0.12em;
}
.container.ftr {
  background-color: #fff;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #5e5c5c;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a::before {
  font-family: FontAwesome;
  content: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*.entry02 {
  margin: 5% 0;
}*/
.row.wks.ft02 {
  border: none;
  padding: 2%;
}
.ftr1216 img {
  display: block;
  margin: 0 auto;
  padding-bottom: 3%;
  width: 45%;
}
.ftr1216 ul {
  list-style: none;
  padding: 0;
  font-size: 0.85em;
  text-align: left;
  display: inline-block;
}
.ftr1216 li a {
 color: #fff;
}

ul.ftr03.sns {
  overflow: hidden;
  padding: 0 35%;
  margin-bottom: 3%;

}
ul.ftr03.sns li {
  width: 50%;
  display: inline-block;
}
ul.ftr03.sns li img {
  width: 40%;
}
.container_clk_btn_ftr {
  display: flex;
  flex-direction: column;
}
ul.ftr03 li:nth-child(2) {
  font-size: 1.8rem;
}
.disclaimer {
  text-align: center;
  display: block;
}
.disclaimer p {
  text-align: left;
  display: inline-block;
}




/* ------------------------------ */
/*料金プラン のページ*/
/* ------------------------------ */
table.aboutus.plan04 {
  width: 100%;
}
.aboutus {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #c4c2c2;
  padding: 0;
  margin: 10px auto;
}
table.aboutus.plan04 th, table.aboutus.plan05 th {
  background-color: #e3ecf5;
  color: #5a5a5a;
  width: 45%;
}
 table.aboutus.plan05 th {
  background: #e6e2dc;
  color: #5a5a5a;
  width: 45%;
}
table.aboutus.plan04 td, table.aboutus.plan05 td {
  background-color: #f7f5eb;
}
.txt_spm {
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.3;
  display: block;
}
/* .box-in{
  padding: 0 5% 5%;
} */
.plan_tax {
  text-align: right;
  font-size: 0.9rem;
}

.pln_stmnt p {
  text-align: left;
  margin-bottom: 3%;
}
h4.special_el.plan {
  color: #604c3f;
  text-align: left;
  font-size: 1.3rem;
  margin-bottom: 1%;
}
.special_el.plan.sys {
  text-align: center;
  margin-bottom: 5%;
}
.box_01_flw.pl.order1 {
  padding: 0;
  text-align: left;
}
/* .addmsn_pln {
  margin: 5% 0;
} */
.tx_coupon {
  text-align: left;
  color: #1f509d;
  font-weight: bold;
}
#plan_addm {
  margin-top: 10%;
}
.aboutus.new_list.plan td.matsu {
  background-color: #efd46f;
}
.aboutus.new_list.plan td.take {
  background-color: #b3c6b0;
}
.aboutus.new_list.plan td.ume {
  background-color: #dbbaba;
}
.aboutus.new_list.plan {
  font-size: 1rem;
}
.aboutus.new_list.plan th {
  background-color: #eae7e7;
}
.special_el {
  text-align: center;
}

/* ミドル再婚コース背景画像 */
.bckg_senior {
  height: 320px;
  display: table;
  width: 100%;
  background-image: url(./img/middle_bk.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 5%;
}
.k_suport {
  /* display: flex;
  flex-wrap: wrap; */
  margin-bottom: 10%;
  background-color: #e6e2dc;
  padding: 3%;
}
/* .spt_p {
  width: 45%;
} */
.spr_dtl {
  width: 47%;
}
.aftr_sprt {
  padding: 0 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto; 
}
.spt_p ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.spt_p li {
  font-size: 1rem;
  margin-bottom: 2%;
  width: 45%;
}
.ftw_b {
  font-weight: bold;
  color: #5a5a5a;
  font-size: 1.1rem;
  display: block;
}
  .sprt_tit {
    font-size: 1.2rem;
    font-weight: bold;
  }

.spt_tit {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 5% 0;
  text-decoration: underline;
}
.aft_spt {
  font-size: 0.9rem;
  display: block;
}
.plan_campaign {
  font-size: 0.9rem;
  color: #e25b5b;
}
.plan_register {
  font-size: 0.9rem;
  font-weight: normal;
}
.plan_fnt_s {
  font-size: 0.9rem;
}

.comment_red {
  font-weight: bold;
  color: #e25b5b;
}
h3.hukuri {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 5%;
}

/* 20240106更新_サービス内容*/
.my-parts5 {
  display: inline-block;
  max-width: 98%;
  /* margin: 20px; */
  border: 1px solid #34c3d9;
  border-radius: 0px;
  padding: 1.6em .8em .8em;
  position: relative;
  text-align: left;
  line-height: 160%;
}
.my-parts5 .my-parts-title {
  padding: 0;
  font-size: 1.1em;
  font-weight: bold;
  color: #273361;
  position: absolute;
  top: -.8em;
  left: .8em;
  background: #fff;
}
.icon.color5 {
  display: inline-block;
  position: relative;
  bottom: 2px;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: linear-gradient(#fff, #eee);
  color: #000;
}
.icon.color6 {
  display: inline-block;
  position: relative;
  bottom: 2px;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: linear-gradient(#fff, #a8cdef);
  color: #044e79;
}
.icon {
  display: inline-block;
  position: relative;
  bottom: 2px;
  font-size: 17px;
  padding: 0 5px;
  margin: 2px 0;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.my-parts5 {
  text-align: left;
  line-height: 160%;
}
#main p + p {
  margin-top: -5px
}
.list p {
  padding: 0 !important;
}
p.mb10 {
  margin-bottom: 10px !important;
}
.pr {
  font-size: 10px;
}

.box-in.fadeUpTrigger.fadeUp
{
  width: 85%;
  margin: 0 auto;
}

/* ★★★お試し新しい表  20240203★★★*/
.design10 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  /* margin-bottom: 4rem; */
 }
table.design10.fourth{
  margin-top: 6rem;
}

 .design10 th {
  padding: 10px;
  border-bottom: solid 4px #90a5c0;
  color: #475d75;
  font-size: 1.6rem;
 }
 .fnt_small {
  font-size: 1.2rem;
  font-weight: normal;
}
 .design10 td {
  padding: 10px;
  border-bottom: solid 1px #778ca3;
  border-right: none !important;
  border-left: none !important;
 }
.c_white{
   background-color: #fff;
   border: none;
  }
.b_non{
  /* border: none!important; */
  border-bottom: solid 1px #778ca3;
}
.b_non.rouge{
  color: rgb(214, 68, 68);
}
.numb_b {
  font-size: 1.6rem;
}
.b_non.right {
  text-align: right;
}


/* お試し新しい表 ★テストページのみ20240201 */
table.new_feb{
  width: 100%;
  border-collapse: collapse;
}
table.new_feb tr{
  border-bottom: solid 2px white;
}
table.new_feb tr:last-child{
  border-bottom: none;
}
table.new_feb th{
  position: relative;
  text-align: left;
  width: 35%;
  background-color: #dbbaba;
  color: #604c3f;
  text-align: center;
  padding: 10px 0;
}
table.new_feb.light th{
  background-color: #b3c6b0;
}
table.new_feb.basic th{
  background-color: #efd46f;
}
table.new_feb th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #dbbaba;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
table.new_feb.light th:after{
  border-left: 10px solid #b3c6b0;
}
table.new_feb.basic th:after{
  border-left: 10px solid #efd46f;
}
table.new_feb td{
  text-align: left;
  width: 65%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}
.fnt_sml{
  font-size: 1rem;
}
.caution_service {
  text-align: center;
  margin-bottom: 3rem;
}
.sv_select {
  color: #e86262;
}
.trial_box {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.t_box.a {
  width: 40%;
}
.t_box.b {
  width: 60%;
}

/* ------------------------------ */
/*プライバシーポリシーのページ*/
/* ------------------------------ */
.box_privacy {
  padding: 5%;
}

.box_privacy .box-in p {
  text-align: left;
  margin-bottom: 20px;
}

.box_privacy .text2 {
  border-left: 5px solid #2250a1;
  background: #E4E7F5;
  padding: 0 0 0 10px;
  margin: 40px 0 0 0;
}

/* ------------------------------ */
/*お問い合わせ*/
/* ------------------------------ */

/* 追加 ご希望予約日時  */
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
padding: 11px;
margin-left: 3px;
}

.txt_box {
padding: 0 12%;
text-align: center;
margin: 0 auto 3%;
}
p.exp_con {
font-family: 'Cinzel', serif;
font-size: 1.8rem;
display: inline-block;
text-align: left;
line-height: 1.5;
}
@-moz-document url-prefix() {
p.exp_con {
  line-height: 1;
}
}
.thanks_p{
  text-align: center;
}
p.spam_c {
  text-align: center;
  margin: 3% 0;
}
.modoru {
  text-align: center;
  font-size: 1.3rem;
}
.wpcf7-form-control.wpcf7-previous {
  padding: 0.5rem 1rem;
}

  /* ------------------------------ */
/*ブログページ*/
/* ------------------------------ */
  .widget h2 {
    font-size: 18px;
  }

/*ReadMoreボタン*/
.read_more {
  max-width: 350px;
  margin: 5% auto;
}
a.btn_07 {
display: flex;
justify-content: center;
align-items: center;
background: #fff;
border: 1px solid #865a1e;
box-sizing: border-box;
max-width: 350px;
height: 65px;
padding: 0 25px;
color: #865a1e;
font-size: 16px;
text-align: left;
text-decoration: none;
position: relative;
transition-duration: 0.2s;
}
a.btn_07:hover {
background: #865a1e;
border: 1px solid #865a1e;
color: #fff;
}
a.btn_07:before {
content: "";
position: absolute;
right: 0;
bottom: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 40px 50px;
border-color: transparent transparent #865a1e transparent;
}
a.btn_07 span {
  position: absolute;
  bottom: 12px;
  right: 20px;
  display: inline-block;
}
a.btn_07 span:before {
  content: '';
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}
a.btn_07 span:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 2px solid #865a1e;
  border-right: 2px solid #865a1e;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -3px;
}

a.btn_07.flw {
height: 55px;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/


/* ------------------------------ */
@media screen and (min-width: 1200px) {
  /* ------------------------------ */
  /* table.inquiry {
      margin: 0 auto 3%;
      width: 70%;
  }
  .cnt_inr {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 5%;
  } */
  /* ------------------------------ */
  }
/* ------------------------------ */
@media screen and (max-width: 1200px) {
/* ------------------------------ */
  .cnt_inr {
    padding: 0 5%;
  }
  /* .conc1124 h2 {  
    font-size: 3rem;
    position: static;
  } */
/* ------------------------------ */
}
/* ------------------------------ */

  /*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
  .recent_flw01, .recent_flw01_abt {
    width: 100%;
    flex-flow: column;
    height: auto;
  }
  .addmsn_system {
    /* width: 80%; */
    margin: 0 auto;
  }
.fam_pht.order1 img {
  width: 75%;
  margin: 0 auto;
  }
  .lnk_bnr {
    width: 90%;
  }
  .container.ftr {
    width: 100%;
    flex-direction: column;
  }
  .ctct_left, .ctct_right {
    width: 100%;
    padding: 55px 32px 50px;
    font-size: 1.1em;
  }
  .main_pc01 img {
    width: 100%;
  }
  .slicknav_menu {
    background: #6897eb;
  }
  .slicknav_btn {
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    border-radius: 4px;
    background-color: #2250a1;
  }
  .slicknav_menu .slicknav_menutxt {
    text-shadow: 0 1px 3px #515050;
  }
  .contact_btn {
    display: none;
  }
  /* .otameshi img {
    width: 90%;
  } */


}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  main.main {
    padding: 0;
  }
  /* div.sidebar{
    padding: 4%;
  } */
  .recent_flw01 {
    width: 100%;
  }
  .box_02_flw img {
    width: 100%;
}
  table th, table td {
    font-size: 1em;
  }
  .tit_brown.top {
    font-size: 2rem;
  }
  .trial_box {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .t_box.a,.t_box.b {
    width: 100%;
  }
}






@media screen and (min-width: 681px){
  /* -----PC SP 改行-------- */
  .pc { display:block; }
  .sp { display:none; }

/*  スマホの追随ボタン記述*/
  div#sp-fixed-menu {
    display: none;
  }
 
}
/* ------------------------------ */
@media screen and (max-width: 680px) {
/* ------------------------------ */
   .pc { display:none; }
   .sp { display:block; }
    
   .ab_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .txt_about.gree {
    width: 100%;
    text-align: left;
    order: 2;
  }
  .pht_about.gree {
    width: 100%;
    text-align: center;
    order: 1;
  }
  .lnk_bnr {
    margin: 5% auto;
    flex-direction: column;
    text-align: center;
  }
  .fam_pht.order1 img {
    width: 70%;
    /* margin-top: 10%; */
  }
  .brn_sml:first-child{
    order: 1;
  }
  .brn_sml:nth-child(2){
    order: 2;
  }
  .brn_sml:nth-child(3){
    order: 3;
  }
  .brn_sml:nth-child(4){
    order: 6;
  }
  .brn_sml:nth-child(5){
    order: 4;
  }
  .brn_sml:last-child{
    order: 5;
  }
  .brn_sml {
    width: 100%;
    margin-bottom: 3%;
  }
  .txt_about_1117 {
    flex-direction: column;
    padding: 7% 4%;
    width: 95%;
  }
  .abt_left,.abt_right {
    width: 100%;
  }
  .fam_005 {
    width: 100%;
  }
  .box_01_flw.pl.reson.order1,.box_02_flw.pl.reson.order2 {
    width: 100%;
  }
  .img_top.f006 {
    width: 68%;
    display: block;
    margin: 0 auto;
  }
  .ab_appli {
    font-size: 1.3rem;
    line-height: 1.4;
    width: 100%;
    margin: 0 auto;
  }
  .box_01_flw.pl.reson.order1 {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 8%;
  }
  .ab_appli {
    font-size: 1.3rem;
    padding: 7% 4%;
  }
  .rht24.top {
    font-size: 1.7rem;
  }
  .top_conc {
    font-size: 1.1rem;
  }
  .top_conc02 {
    font-size: 1.3rem;
  }
  .conclusion {
    padding: 10%;
  }
  .txt_about_1117 {
    background-color: #d9f7f2;
    box-shadow: 0 0 10px 10px #d9f7f2;
  }
  .box_01_flw.pl.lciq.order1 {
    width: 100%;
  }
  .box_02_flw.pl.lciq.order2 {
    width: 100%;
    text-align: right;
  }
  .box_02_flw.pl.lciq.order2 img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .fnt_wbg {
    font-size: 1.8rem;
  }
  .addmsn_pln_rsn {
    width: 100%;
    margin: 0 auto;
  }
  .reason.fnt_blu {
    font-size: 1.1rem;
    text-align: center;
  }
  .box_01_flw.explan.order1 ,.box_02_flw.explan.order2 {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .banar_cam {
    width: 100%;
  }
  
  .btn_instag{
  width: 33%;
  }
  .youtube {
    width: 100%;
  }
  .cnt_btn {
  text-align: center;
  }

  /******相談所について表*********/
  .aboutus {
    width: 100%;
  }
  .aboutus th {
    padding: 7px 5%;
    width: 100%;
    display: block;
  }
  .aboutus td {
    padding: 10px 5%;
    width: 100%;
    display: block;
  }
  .special_el{
    text-align: center;
  }
/******ご成婚迄のながれ*********/
  .row_about {
    flex-direction: column;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .order3 {
    order: 3;
  }
  .box_01, .box_02, .box_03, .box_04, .box_01_flw, .box_02_flw, .box_01_ab.order2, .box_02_ab.order1, .box_03_ab, .box_04_ab {
    width: 100%;
  }
  .tit_flw {
    width: 100%;
    padding-top: 7%;
  }
/******料金プラン*********/
 
  table.aboutus.plan04 th,table.aboutus.plan05 th {
    width: 100%;
  }
  .spt_p ul {
    flex-direction: column;
  }
  .spt_p li {
    width: 100%;
  }
  .aftr_sprt {
    flex-flow: column;
    justify-content: center;
  }
  .spr_dtl {
    width: 100%;
  }
  .spr_dtl img {
    width: 100%;
  }
  
  
  table.aboutus.new_list.plan tr {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
  }
  .aboutus.new_list.plan td {
    padding: 3% 1%;
    width: 25%;
  } 
  .aboutus.new_list.plan th {
    padding: 10px 5%;
    width: 25%;
    padding: 3% 1%;
    font-weight: normal;
  }
  td.cell_al {
    width: 75%!important;
  }
  .box-in.fadeUpTrigger.fadeUp{
  width: 95%;
  margin: 0 auto;
  }
  .design10 th {
    line-height: 1.7rem;
  }
  /*スマホ固定問い合わせボタン */

  div#sp-fixed-menu{
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    opacity: 0.9;
    z-index: 99;
 }
  div#sp-fixed-menu p {
    background: #024e50;
  }

/*ボタンを調整*/
  div#sp-fixed-menu p a{
    color: #fff;
    text-align: center;
    display: block;
    padding:18px;
    font-size: 1.3rem;
    text-decoration: none;
  }
  
}


@media screen and (min-width: 481px){
  .step_sp {
    display: none;
  }
  /* table.inquiry {
    margin: 0 auto;
    width: 90%;
  } */
  .main_pc02undr.cntct {
    margin-bottom: 8%;
  }
}
/* ------------------------------ */



/* ------------------------------ */

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  
  h3.special_el{
    text-align: left;
    line-height: 1.6;
  }
  .casa_about.bkg_g {
    background-image: none;
    /* background-image: url(./img/left_casa.png);
    background-position: left 5px top 259px;
    background-repeat: no-repeat, no-repeat;
    background-size: 335px; */
  }
  h2.tit_sec,h2.tit_sec.about{
    margin-bottom: 15%;
  }
  .top_abt {
    font-size: 1.1rem;
    text-align: left;
  }
  
  .bckg_gree {
    height: 200px;
  }
  .special_el.gree {
    text-align: center;
  }
  .txt_about {
    text-align: left;
  }
  .ab_myw_sec {
    margin: 6% 0;
  }
  .top_intro {
    padding: 20% 0 10%;
  }
  .special_el.top {
    font-size: 1.1rem;
    margin-top: 6%;
  }
  .intr_blue {
    text-align: left;
  }
  .intr_add {
    text-align: left;
  }
  .box {
    padding: 0;
  }
  h1.site_catch {
    font-size: 0.9rem;
    padding: 0 2%;
  }
  .com_txt {
    padding: 0 2% 5%;
  }
  .com_txt p {
    text-align: left;
  }
  .flow_box {
    padding: 0;
  }
  table.aboutus.plan04 td, table.aboutus.plan05 td{
    text-align: center;
    font-size: 1.2rem;
  }
  .box-in{
    padding: 0;
  }
  .addmsn_pln {
    margin: 12% 0;
  }
  .accordion {
    margin: 3em auto;
    max-width: 95vw;
  }
  .title {
    font-size: 0.9rem;
  }
  .aboutus td {
    background: #FFF;
  }
  .service-point_circle.s-p_circle1 {
    display: none;
    /* width: 3.5em;
    height: 3.5em;
    font-size: 1.3rem; */
  }
  .f-step1 {
    font-size: 1.2em;
  }
  table.aboutus.plan04 td, table.aboutus.plan05 td {
    background-color: #fffef6;
  }

  .step_sp {
    font-size: 2.5rem;
    color: #93b2d9;
    font-family: 'Sorts Mill Goudy', serif;
  }
  .about_flow {
    padding: 0 2% 10%;
  }
  .step_sp.nwline {
    display: block;
  }
  .ctct_left, .ctct_right {
    padding: 55px 10px 50px;
  }
  .box_01_flw.explan.order1 img, .box_02_flw.explan.order2 img {
    width: 100%;
  }
  .frntp_content.fst {
    padding: 0 0 15%;
  }
 
.bckg_senior {
  height: 200px;
} 
.box_privacy.com {
  padding: 8% 3%;
}
.addmsn_system {
  width: 100%;
  margin: 10% auto 5%;
}
.special_el.txt_l {
  text-align: left;
}
.box_01_ab.order2 {
  width: 100%;
}
.box_02_ab.order1 {
  width: 100%;
}
/* .txt_about.gree.rsn {
  background-color: #f9e5dc;
  padding: 6% 6% 9%;
} */

.fam_pht.order1 img {
  width: 50%;
}
p.ab_myw {
  line-height: 1.5;
  /* margin: 7% 0 10%; */
}
.over-wrap {
  background: linear-gradient(90deg, rgb(254 254 254) 0%, rgb(222, 234, 247) 100%);
}
.about_optn.reason {
  width: 95%;
  margin: 0 auto;
}
.txt_about.gree {
  width: 95%;
}
dd.ft1118 {
  line-height: 1.4;
  font-size: 1rem;
}
p.m_about {
  margin: 8% 0;
}
.txt_about.gree.mrt {
  padding: 0;
  width: 100%;
}

.conc1124:first-of-type, .conc1124:nth-of-type(2) {
  margin-bottom: 15%;
}

.container_blog {
 
  flex-direction: column;
  margin: 5% auto;
  width: 100%;
  gap: 5%;
  background-color: #f2f8f9;
  padding: 5%;
}
.box_date {
  width: 100%;
}
.box_title {
  width: 100%;
}
.top_campaign {
  margin-bottom: 17%;
}
img.btn_otm {
  width: 95%;
}
.cnt_inr.plan{
  padding: 0 2%;
 }
 .b_Instagram img {
  width: 15%;
}


/* ------------------------------ */
}
/* ------------------------------ */

