@charset "utf-8";
/* 背景 */
#wrapper {
  /*background-color: rgba(248, 213, 218, 1.00);*/
 /* background-image: url("../img/back_r_p.png"), url("../img/back_l_p.png");
  background-size:
    50%, 50%;
  background-repeat:
    repeat-y, repeat-y;
  background-position:
    100% 10%, 0% 10%;*/
}
/*


/* ふきだしここから */
h6 {
  font-size: 1.5em;
  text-align: center;
  color: white;
  position: relative;
  margin-bottom: 2em;
  padding: 1.5rem 2rem;
  border-radius: 50px;
  background: #EA6F8A;
}
h6:before, h6:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #EA6F8A;
}
h6:before {
  right: 30px;
  bottom: -15px;
  width: 30px;
  height: 30px;
}
h6:after {
  right: 50px;
  bottom: -30px;
  width: 15px;
  height: 15px;
}
/* 背景 ここから */
.bgc_gray {
  background: rgba(248, 248, 248, 1.00);
  position: relative;
}
.bgc_pnk {
  background: #fcece9;
  padding-top: 150px;
}
@media screen and (max-width: 767px){
  .bgc_pnk {
  padding-top: 20px;
}
}
.bgc_white {
  background: #fff;
border-radius:32px;
}
/* ポイント　ここから　*/
.sectMerit {
  background-color: var(--color-bg2);
  padding: 60px 0 100px;
}
.sectMerit_icon {
  width: 87px;
  margin: 0 auto 40px;
  display: block;
}
.sectMerit_title {
  margin-bottom: 100px;
}
.sectMerit_list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sectMerit_list_item p {
  color: #5f2f1a;
}
@media screen and (min-width: 768px), print {
  .sectMerit_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.sectMerit_list_item {
  width: 360px;
  padding: 38px 30px 30px;
  border: #ee729e solid 3px;
  border-radius: 10px;
  position: relative;
  background-color: #FFFFFF;
}
.sectMerit_list_icon {
  width: 76px;
  height: 76px;
  background-color: #ee729e;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;*/
  font-size: 1.1rem;
  border-radius: 100%;
  position: absolute;
  left: -38px;
  top: -38px;
  padding-top: 5px;
}
.sectMerit_list_number {
  font-size: 2.3rem;
}
.sectMerit_list_title {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.8;
}
.sectMerit_list_title::after {
  content: "";
  width: 57px;
  height: 5px;
  background-color: #ee729e;
  border-radius: 6px;
  margin: 17px auto 22px;
  display: block;
}
@media screen and (max-width: 767px) {
  .sectMerit {
    padding: 50px 0 70px;
  }
  .sectMerit_list_item {
    width: 100%;
    padding: 55px 20px 30px;
    border: #ee729e solid 2px;
  }
  .sectMerit_list_item + .sectMerit_list_item {
    margin-top: 50px;
  }
  .sectMerit_list_icon {
    font-size: 0.625rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .sectMerit_list_number {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .panel-box > *.sp-col1 {
    width: calc(100% - 30px);
  }
}

/*　リボン　ここから　*/
.ribbon {
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 1em 100px 1em;
  padding: 0 2rem;
  text-align: center;
  color: #5f2f1a;
  background: #fff000;
}
.ribbon:before, .ribbon:after {
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 30px solid #fff000;
}
.ribbon:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}
.ribbon:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}
.ribbon span {
  position: relative;
  display: block;
}
/*　見出し（h2）　ここから　*/
/*.section-inner {
  text-align: center;
}
h2 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #fff000;
  color: #5f2f1a;
  display: inline-block;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  h2 {
    width: 80%;
  }
}
h2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #5f2f1a;
}
.component-area h2::after {
  background-color: none;
  bottom: inherit;
  content: none;
  height: inherit;
  left: inherit;
  position: none;
  width: inherit;
}*/
/*　リンクボタン　ここから　*/
/*.link-button {
  background-color: #fff000;
  border: 3px solid #5f2f1a;
}*/
/*　ページ内リンクナビゲーション　ここから　*/
.horizontal-link-list li::before, .horizontal-link-list li::after {
  background-color: #5f2f1a;
}
.horizontal-link-list a[href^="#"]::after {
  border-right: 1px solid #5f2f1a;
  border-top: 1px solid #5f2f1a;
}
/*　テキストボックス　ここから　*/
.border-box {
  border: #5f2f1a 3px solid;
}
/*　テキストカラー　ここから　*/
.border-box p, .link-button span, .link-button, .section-inner p,.item-title,.step-number,#contents a {
  color: #5f2f1a;
}
/*　申し込みカラー　ここから　*/
.step-flow-list .item-head::after {
  background-color: #fff000;
  height: 5px;
}



/* ===== 白カード ===== */
.img_rl{
  position:relative;
  max-width:1200px;
  margin:auto;
  margin-top: 100px;
  background:#fff;
  border-radius:32px;
  padding:20px 40px 10px;
  text-align:center;
}
.img_rl_2{
	position:relative;
  max-width:1200px;
  margin:auto;
	margin-top: 50px;
	padding:10px 40px 10px;
	background:#fff;
  border-radius:32px;
	text-align:center;
}
/* ===== 画像 ===== */
.img_ab{
  position:absolute;
  top:-220px;
  left:50%;
  transform:translateX(-50%);
  width:1200px;
  border-radius:24px;
  overflow:hidden;
}

.img_ab img{
  width:100%;
  display:block;
}

/* ===== スマホ ===== */
@media(max-width:768px){
  .img_rl{
	margin:70px 20px 0px; 
    padding:10px 20px 40px;
  }
	.img_rl_2{
		margin:20px 20px 0px; 
    padding:10px 20px 10px;
	}

  .img_ab{
    /*width:300px;*/
	width: 100%;
    top:-90px;
  }

	.media-box{margin-bottom: 0;}
}
@media(max-width:468px){
  .img_ab{
	width: 100%;
    top:-70px;
  }

}



.shibusawa_btn {
  position: fixed;
  width: 130px;
  z-index: 99999;
  bottom: 10px;
  right: 10px;
  padding: 6px 5px;
}
.shibusawa_btn.js_close {
  display: none;
}


/* ===== 今すぐお手続き ===== */

.goto-apply{
	position:fixed;bottom:0;width:100%;padding:0 20px;z-index:1000;opacity:0;visibility:hidden;-webkit-transition:opacity .38s, visibility 0s 0s;-o-transition:opacity .38s, visibility 0s 0s;transition:opacity .38s, visibility 0s 0s;-webkit-transition-delay:0s, .38s;-o-transition-delay:0s, .38s;transition-delay:0s, .38s
}
.goto-apply a{
	position:absolute;right:2%;bottom:30px;display:inline-block;margin:auto;
}
.goto-apply a:hover,.goto-apply a:active{opacity:.8}

@media (max-width: 767.98px){
	.goto-apply a{max-width:335px;}
}
.scrollsticky .goto-apply{
	opacity:1;visibility:visible;-webkit-transition-delay:0s, 0s;-o-transition-delay:0s, 0s;transition-delay:0s, 0s}
