@charset "UTF-8";
/* CSS Document */

/* ==================================================
全ページ共通
================================================== */
.cf::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clear {
	clear: both;
}
* {
	box-sizing: border-box;
	margin:0;
	padding:0;
}
html,
body {
  font-family: "M PLUS 2", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height:1.8;
	font-size:18px;
 -webkit-text-size-adjust: 100%;
	background:#ffffff;
  overflow-x: hidden;
}
a,
a img,
.hoverbtn{
  color: #a5609e;
  font-weight:bold;
	text-decoration: none;
	transition:.3s;
  cursor:pointer;
}
a:hover,
a:hover img,
.hoverbtn:hover {
	text-decoration: none;
	opacity:0.7;
}
.inner{
	width:900px;
	margin:0 auto;
}
.container {
	max-width: 1088px;
	margin: 0 auto;
}
.pc{display:block;}
.sp{display:none;}
.bf:after{
  content:"";
  display:inline-block;
  position:absolute;
}
.point {
  background-color: #F5F2E9;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  margin-top: 60px;
}
.point .point_ttl {
  color: #007048;
  font-weight: bold;
  margin-bottom: 20px;
}
.point .point_company {
	font-weight: bold;
}
.point_amex {
  width: 700px;
  margin: 60px auto 100px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 0;
}
.point_amex .point_ttl {
  color: inherit;
}
.shop_ttl {
	margin-bottom: 30px;
}
.shop_ttl p {
	background-color: #fdf2e8;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
	text-align:left;
}
.shop_ttl .shop_flex {
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	background-color: #fdf2e8;
	margin-bottom: 20px;
}
.shop_ttl .shop_flex img {
	width: 80px;
}
.shop_ttl .shop_flex p {
  font-size: 18px;
	text-align: left;
}
.shop_ttl .shop_flex p span {
  font-size: 14px;
	display: block;
	color: #007440;
}
.shop_ttl .shop_txt {
	font-size: 14px;
}
.shop_ttl .shop_link {
  font-size: 14px;
	text-decoration: underline;
	position: relative;
	padding-right: 30px;
	color: #007440;
}
.shop_ttl .shop_link::after {
  position: absolute;
	content: '';
	background-image: url(../img/link.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 18px;
	height: 18px;
	right: 0;
	bottom: -2px;
}


/* リンク先 ヘッダー分スペース*/
#limit {
	padding-top: 130px;
	margin-top: -130px;
}



@media screen and (max-width: 768px) {
  html,
  body {
    font-size:14px;
    line-height: 1.6;
  }
  .pc{display:none;}
  .sp{display:block;}
  .inner{
    width:auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  img{
    width:100%;
  }
  a:hover img{
    opacity:1;
  }
  a:hover {
    opacity: 1;
  }
	.point_amex {
		width: auto;
		margin: 50px 30px 10px;
		border-radius: 0;
		padding: 20px;
		font-size: 16px;
	}
	.point_amex .point_ttl {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.shop_wrap {
		padding: 20px 10px;
	}
	.shop_ttl .shop_flex {
		margin-bottom: 10px;
	}
	.shop_ttl .shop_flex img {
		width: 60px;
		padding: 0 0 20px 20px;
		box-sizing: content-box;
	}
	/* リンク先 ヘッダー分スペース*/
	#limit {
		padding-top: 80px;
		margin-top: -80px;
	}
}
/* h1Box
-------------------------------------------------*/
#fixedCta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #e8f4ce;
  padding: 19px 0;
  text-align: center;
  transition: transform .3s, bottom .3s ease-in-out;
  transform: translateY(100%)
}

#fixedCta.is_fixed {
  transform: translateY(0)
}

#fixedCta .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.8%
}

#fixedCta .entryBtn  {
  display: flex;
  gap: 10px; 
}

#fixedCta .entryBtn .entry,#fixedCta .entryBtn .document{
  flex: 1 1 auto;

}

#fixedCta .entryBtn a {
  position: relative;
  display: block;
  color: #fff;
  background: #ec9737;
  border: 2px solid #ec9737;
  text-decoration: none;
  border-radius: 100px;
  padding: 5px;
  transition: opacity .3s;
  line-height: 1.8;
  font-size: 30px;
  font-family: 'Zen Maru Gothic';
  font-weight: 700;
}

#fixedCta .entryBtn a:hover {
  opacity: .5
}

#fixedCta .entryBtn .entry a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #fff;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -0.3em;
}

#fixedCta .entryBtn .document{
  margin-top: 0 !important;
}

#fixedCta .entryBtn .document a{
  background-color: #FFF;
  color: #ec9737;
  border: 4px solid #ec9737;
}

#fixedCta .entryBtn .document a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #ec9737;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -0.3em;
}

.js_fixedCta {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  transition: all 0.3s ease;
}

.js_fixedCta.is_fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.js_fixedCta.is_bottom {
  bottom: 36px; 
}

@media screen and (max-width:767px) {
  #fixedCta {
    padding: 10px 0
}
#fixedCta .wrapper {
  padding: 0 2.5641025641vw
}

#fixedCta .entryBtn a {
  font-size: 15px;
  padding: 6px 6px;
}
#fixedCta .entryBtn .entry, #fixedCta .entryBtn .document{
  flex: 1 1 auto;
  min-width: 0;
}
#fixedCta .entryBtn .entry a::after{
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  margin-left: 6px;
  margin-top: -0.3em;
}
#fixedCta .entryBtn .document a{
  border: 2px solid #ec9737;
}    
#fixedCta .entryBtn .document a::after{
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #ec9737;
  margin-left: 6px;
  margin-top: -0.3em;
}
.fixedCta .entryBtn .entry a::after {
  margin-top: -0.3em;
}
}


/* gnavArea
================================================== */
.gnavArea{
	z-index:100;
}
.gnavArea .gnavTrg{
  position: absolute;
  z-index: 3;
	width: 28px;
	height:23px;
  top: 43px;
	left: 50px;
}
.gnavArea .gnavTrg .gnavTrgInner{
	width: 100%;
	height: 100%;
	position: relative;
}
.gnavArea.js-active .gnavTrg .gnavTrgInner{
	width:35px;
}
.gnavArea .gnavTrg .gnavTrgInner span{
	width:100%;
	height:4px;
	border-radius:2px;
	background:#000;
	position:absolute;
	left:0;
	margin:auto;
	transition-duration:.5s;
}
.gnavArea.js-active .gnavTrg .gnavTrgInner span{
	background:#000;
}
.gnavArea .gnavTrg .gnavTrgInner span:nth-child(1){
	top:0;
}
.gnavArea .gnavTrg .gnavTrgInner span:nth-child(2){
	top:0;
	bottom:0;
}
.gnavArea .gnavTrg .gnavTrgInner span:nth-child(3){
	bottom:0;
}
.gnavArea.js-active .gnavTrg .gnavTrgInner span:nth-child(1){
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
	top:0;
	bottom:0;
}
.gnavArea.js-active .gnavTrg .gnavTrgInner span:nth-child(2){
	-ms-transform:translateX(5px);
	-webkit-transform:translateX(5px);
	-moz-transform:translateX(5px);
	transform:translateX(5px);
	opacity:0;
}
.gnavArea.js-active .gnavTrg .gnavTrgInner span:nth-child(3){
	transform:rotate(-45deg);
	top:0;
	bottom:0;
}

#gnav{
  width: 82%;
  margin: 0 auto;
  text-align: left;
}
#gnav ul li:first-child a{
	border-top: 2px solid #a5609e;
}
#gnav ul li a{
	display: block;
	position: relative;
	padding: 13px 0;
	padding-left: 38px;
	border-bottom: 2px solid #a5609e;
	line-height: 1.3;
  font-size: 22px;
}
#gnav ul li a:after{
	width: 25px;
	height: 25px;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	margin:auto;
	background:url(../img/icon_aro_gr_right.svg)no-repeat center center/contain;
}
#gnav ul li a span{
	font-size:18px;
}
#gnav ul li a em{
	font-size:22px;
	font-weight:bold;
	display:block;
}
.gnavArea .gnavBg{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1;
	background:rgba(255,255,255,0.5);
	display:none;
}
.gnavArea.js-active .gnavBg{
	display:block;
}
@media screen and (max-width: 768px) {
	.gnavArea .gnavTrg{
		top: 24px;
		left: 15px;
		width: 20px;
		height: 16px;
	}
	.gnavArea .gnavTrg .gnavTrgInner{
		width:20px;
		height:16px;
	}
	.gnavArea.js-active .gnavTrg .gnavTrgInner{
		width:24px;
	}
  #gnav ul {
    width: 100%;
  }
	.gnavArea .gnavTrg .gnavTrgInner span{
		height:2px;
	}
	#gnav{
    width: 100%;
	}
#gnav ul li:first-child a,
#gnav ul li a{
    padding: 10px 0 10px 22px;
    font-size: 15px;
    border-width: 1px;
	}
#gnav ul li a span{
		font-size:16px;
	}
#gnav ul li a em{
		font-size:18px;
	}
#gnav ul li a:after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 374px) {
#gnav {
			width: 100%;
	}
}
/* kvArea
================================================== */
#container{
  margin-top: 110px;
}
.kvArea{
  height: 350px;
  position: relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
  margin-bottom: 30px;
}
.kvArea .inner{
  position: relative;
  height: 100%;
}
.kvArea .kvTxt{
  width: 325px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
	padding: 20px 0 50px;
	box-sizing: content-box;
}
.kvArea .kvTxt h2{
  padding-bottom: 18px;
  margin-bottom: 21px;
  border-bottom: 4px dashed #a5609e;
}
.kvArea .kvTxt img{
	width: 302px;
}
.kvBottom {
  margin-bottom: 32px;
}
.kvBottom .shareBlc {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border: 5px solid #af924e;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.kvBottom .lead{
	width: 50%;
  padding: 10px;
  text-align: center;
	background: #af924e;
}
.kvBottom .lead img{
	max-width: 382px;
	width: 100%;
}
.kvBottom .date{
	padding: 0 30px;
  font-weight: bold;
  flex: 1;
  margin-top: 5px;
}
.kvBottom .date .ttl{
	background: #af924e;
  font-size: 16px;
  padding: 0 25px;
  color: #fff;
	margin: 0 auto;
	margin-bottom: 4px;
	display: block;
	text-align: center;
}
.kvBottom .date dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3e3a39;
}
.kvBottom .date dt{
  width: 12em;
}
.kvBottom .date dd{
  flex: 1;
}
.kvBottom .date dd .small{
  font-size: 15px;
}
#container .navArea{
  padding: 34px 0 60px;
  background:url(../img/bg.jpg)repeat center center;
}
.navArea .introBox{
  padding: 30px 75px 60px;
  margin-bottom: 82px;
  background: #fff;
}
.navArea .introBox .ttl img {
  width: 395px;
  margin: 3px auto 27px;
}
.navArea .introBox .lead,
.navArea .introBox .flowBlc{
  padding: 0 25px;
}
.navArea .introBox .lead{
  margin-bottom: 30px;
}
@media screen and (min-width: 769px){}
.navArea .introBox .flowBlc .trigger.min {
    color: #fff;
  }

.navArea .introBox .lead{
  margin-bottom: 30px;
}
.navArea nav .navTtl{
  width: 454px;
  margin: 0 auto 37px;
  height: 58px;
  line-height: 58px;
  border-radius: 29px;
  text-align: center;
  font-size: 24px;
  background: #a5609e;
  color: #fff;
}
.navArea nav .navTtl em{
  padding-right: 50px;
  position: relative;
  display: inline-block;
}
.navArea nav .navTtl em span.pc{
  display: inline-block;
}
.navArea nav .navTtl em .icon{
  position: absolute;
  right: 0;
  top: 2px;
}
.navArea nav ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	width: 670px;
	margin: 0 auto;
}
.navArea nav li{
  width: 210px;
  margin: 0 20px 20px 0;
  font-size: 0;
}
.navArea nav li:nth-child(3n){
  margin-right: 0;
}
.navArea nav li img{
  width: 100%;
}
@media screen and (min-width: 769px) {
  .navArea nav li a:hover img{
    -webkit-filter: brightness(1.2);
    -moz-filter: brightness(1.2);
    -o-filter: brightness(1.2);
    -ms-filter: brightness(1.2);
    filter: brightness(1.2);
    opacity: 1;
  }
  .navArea nav li a:hover{
    opacity: 1;
  }
}
.btn{
  border-radius:20px;
  padding: 15px 70px;
  position:relative;
  display:block;
  margin-right:auto;
  margin-left:auto;
  background: #a5609e;
  box-shadow: 0 8px 0 #6b2a69;
  color: #fff;
  max-width: 700px;
  font-size: 22px;
}
.pdf_btn{
  border-radius: 20px;
  margin: 37px auto 0;
  padding: 10px 0;
  display: block;
  text-align: center;
  color: #a5609e;
  max-width: 460px;
  background-color: #fff;
  border: 2px solid #a5609e;
}

.btn > img{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 77px;
  margin-top: 17px;
}
@media screen and (min-width: 769px) {
.sec{
		min-width:900px;
		padding-bottom: 140px;
	}
}
.sec .contTtl{
  margin-bottom: 60px;
  font-size: 35px;
  line-height: 84px;
  height: 84px;
  font-weight: 500;
  background: #a5609e;
  color: #fff;
  text-align:center;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";

}
.sec .leadBlc {
  margin-bottom: 70px;
}
.sec .leadBlc .copy{
  text-align: center;
  font-weight:bold;
  font-size:26px;
  line-height: 1.6;
  margin-bottom: 42px;
  color: #a5609e;
}
.sec .leadBlc .cap{
  line-height: 2.2em;
}
.sec .leadBlc .cap a {
	text-decoration: underline;
}
.flowBlc .cont{
  display:none;
	padding:35px 0 0;
}
.flowBlc .cont .close{
	position:relative;
  max-width:790px;
	width:100%;
	height:56px;
	line-height:48px;
	margin: auto;
	border:4px solid #a5609e;
	border-radius: 5px;
	text-align:center;
	color:#a5609e;
	font-size:22px;
	font-weight:bold;
}
.flowBlc .cont .close img{
	width:28px;
	height:28px;
	position:absolute;
	right:320px;
	top:0;
	bottom:0;
	margin:auto;
}
.flowBlc.gr .cont .close {
	margin-top: 40px;
}
.flowBlc.gr .cont .close img {
	right: 270px;
}
.flowBlc.gr .cont .contInner h4 {
	color: #a5609e;
	font-size: 26px;
}
.flowBlc.gr .cont .contInner p {
	margin-top: 30px;
}
.flowBlc.gr .cont .contInner a {
	text-decoration: underline;
}
.flowBlc .trigger{
  font-size:22px;
  font-weight:bold;
  padding:18px 15px;
  border:4px solid #a5609e;
  border-right:0px;
  border-left:0px;
  position:relative;
  color:#a5609e;
}
.flowBlc.gr .trigger{border-color:#a5609e;color:#a5609e;}
.flowBlc .trigger.min{
  color:#fff;
  background:#a5609e;
}

@media screen and (min-width: 769px) {
  .flowBlc .trigger.min{
    color:#a5609e;
    background:#a5609e;
  }
}
.flowBlc .trigger span{
  position:absolute;
  right: 15px;
  top:0;
  bottom:0;
  margin:auto;
  display:inline-block;
  width:30px;
  height:30px;
  background:url(../img/icon_minus_ore.svg)no-repeat center center/contain;
	font-size: 0;
}
.flowBlc.gr .trigger span{background-image:url(../img/icon_minus_gr.svg);}
.flowBlc .trigger span img{
  width:100%;
  position: absolute;
  right: 0;
}
.flowBlc .trigger.min span img{
  opacity:0;
}
.tabArea .at{
  padding-left:1em;
	text-indent:-1em;
	font-size:16px;
}
.tabArea .tabBtnArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.tabArea .tabBtn{
  font-size:0;
	width:50%;
	border-radius:30px 30px 0 0;
	text-align:center;
	padding: 20px;
  background: #daadd0;
	border:0px;
	display:inline-block;
}
.tabArea .tabBtn:nth-child(2){
  background: #ffc5c7;
}
.tabArea .tabBtn.on{
  background:#a5609e;
}
.tabArea .tabBtn.on:nth-child(2){
  background:#ef9091;
}
.tabArea .tabBtn img{
  height: 21px;
}
.tabArea .tabCont{
	margin-bottom: 32px;
}
.tabArea .tabCont .detail{
	display:none;
	padding: 25px 40px 42px;
	border: 4px solid #a5609e;
	border-radius:0 0 40px 40px;
}
.tabArea .tabCont .detail.plan50{border-color:#ef9091;}
.tabArea .tabCont .detail.on{
	display:block;
}
.tabArea .tabCopy{
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabArea .tabCopy p{
  width: 50%;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #daadd0;
}
.tabArea .tabCopy p i{
  display: inline-block;
  width: 4px;
  height: 30px;
  margin: 0 5px;
  transform: rotate(25deg);
  background: #daadd0;
  margin-bottom: -6px;
}
.tabArea .tabCopy p em{
  width: 180px;
  display: inline-block;
}
.tabArea .tabCopy p i:first-child{
  transform: rotate(-25deg);
}
.tabArea .tabCopy p:last-child{
  color: #ffc5c7;
}
.tabArea .tabCopy p:last-child i{
  background: #ffc5c7;
}
.tabArea .tabCopy p.on{
  color: #a5609e;
}
.tabArea .tabCopy p.on i{
  background: #a5609e;
}
.tabArea .tabCopy p.on:last-child{
  color: #ef9091;
}
.tabArea .tabCopy p.on:last-child i{
  background: #ef9091;
}
.pointBlc{
  padding: 42px 45px 70px;
  background: #fdf2e8;
  border-radius: 40px;
  text-align: center;
}
.pointBlc .pointTtl{
  margin-bottom: 25px;
}
.pointBlc .pointTtl img{
  width: 132px;
}
.pointBlc .leadTxt{
  line-height: 2.2;
  margin-bottom: 30px;
}
.pointBlc ul{
  text-align: left;
}
.pointBlc li{
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2.2;
}
.grTxt{
  color: #a5609e;
}
#sec01 > section img{
  width: 100%;
}
#sec01 .leadBlc{
  padding: 0 100px;
}
#sec01 .btnBlc {
	padding: 40px 0;
}
#sec01 h4{
  font-size: 22px;
  text-align: center;
  margin-bottom: 78px;
}
#sec01 h4 span{
  font-size: 26px;
}
#sec01 .pointBlc {
	margin-bottom: 20px;
}
#sec01 .pointBlc h5{
  font-size: 24px;
}
#sec01 .pointBlc h5 + p{
	text-align: left;
}
#sec01 .introBlc {
  margin-bottom: 53px;
}
#sec01 .introBlc .imgs{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#sec01 .introBlc .imgs figure{
  width: 408px;
  margin: 0 10px;
}
#sec01 .introBlc .imgs figure img{
  width: 100%
}
#sec01 .tableBlc{
  padding: 0 100px;
}
#sec01 .tableBlc h4{
  margin-bottom: 40px;
}
#sec01 .tableBlc figure {
  margin-bottom: 42px;
}
#sec01 .tableBlc figure img{
  width: 100%
}
#sec01 .tableBlc .howTable{
  border: 2px solid #3e3a39;
	margin-bottom: 20px;
}
#sec01 .tableBlc .howTable h5 {
	display: block;
	text-align: center;
	font-size: 21px;
	padding: 9px;
	color: #fff;
	font-weight: 700;
	background: #787878;
	border-bottom: 2px solid #3e3a39;
}
#sec01 .tableBlc .howTable .cel{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 83px;
  padding-left: 170px;
  background: #f6eff6;
  font-size: 22px;
  color: #3e3a39;
  font-weight: 700;
}
#sec01 .tableBlc .howTable .cel i{
  display: inline-block;
  width: 60px;
  text-align: center;
  margin-right: 10px;
}
#sec01 .tableBlc .howTable .cel i img{
  height: 60px;
}
#sec01 .tableBlc .howTable .cel:nth-of-type(1) i img{
  width: 60px
}
#sec01 .tableBlc .howTable .cel:nth-of-type(2) i img{
  width: 66px
}
#sec01 .tableBlc .howTable .cel:nth-of-type(3) i img{
  width: 60px;
}
#sec01 .tableBlc .howTable .cel + .cel{
  border-top: 2px dotted #3e3a39;
}
#sec01 .btnBlc .at{
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
}
.opBox{
  border: 4px solid #a5609e;
  padding: 16px;
  text-align: center;
  color: #a5609e;
	background: #f6eff6;
  font-weight: 700;
  font-size: 28px;
  vertical-align: middle;
	margin-top: 20px;
}
#sec01 .tableBlc .opBox span{
  font-weight: 400;
  font-size: 16px;
  vertical-align: middle;
  color: #3e3a39;
  margin-left: 1em;
}
/* #sec01 .btnBlc{
  padding: 0 100px;
} */
#sec01 h4 a {
	text-decoration: underline;
}
#sec01 .btnBlc p{
  font-size: 22px;
  margin-bottom: 13px;
  line-height: 1.3;
}
#sec01 .btnBlc a + p{
  margin-top: 46px;
}
#sec01 {
  padding-bottom: 80px;
}
#sec01 .inner{
}
#sec01 .tabArea{
  margin-bottom: 40px;
}
#sec01 .tabArea .detail .lead{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.3;
}
#sec01 .tabArea .detail .lead .exam{
  margin-right: .5em;
}

#sec01 .tabArea .detail .pictBox{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#sec01 .tabArea .detail .pictBox figure{
	width: 393px;
}
#sec01 .tabArea .detail .pictBox figure img{
  width: 100%;
}
#sec01 .tabArea .detail .pictBox .chara{
  padding-bottom: 55px;
  text-align: center;
}
#sec01 .tabArea .detail .pictBox .chara .cap{
  font-size: 24px;
  font-weight: 700;
  color: #a5609e;
  line-height: 1.5;
  margin-top: 15px;
}
#sec01 .tabArea .detail.plan50 .pictBox .chara .cap {
  margin-top: 5px;
}
#sec01 .tabArea .detail.plan50 .pictBox .chara .cap{
  color: #ef9091;
}
#sec01 .pointBlc .caseBox h4{
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
#sec01 .pointBlc .caseBox h4:after{
  width: 100%;
  height: 4px;
  content: "";
  display: inline-block;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
#sec01 .pointBlc .caseBox h4 em{
  display: inline-block;
  padding: 0 15px;
  background: #fdf2e8;
  position: relative;
  z-index: 1;
}
#sec01 .pointBlc .caseBox h4 em img{
	width: 242px;
}
#sec01 .pointBlc .table img{
	width: 610px;
	margin: 0 auto;
}
#sec01 .pointBlc .caseLimit i{
	color: #a5609e;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
}
#sec01 .pointBlc .caseLimit span{
	font-size: 22px;
	font-weight: bold;
	display: block;
}

#sec03 {
  padding-bottom: 105px;
}
#sec03 .inner {
	padding: 0 80px;
}
#sec03 .contTtl {
  margin-bottom: 50px;
}
#sec03 .examBlc .caseBox{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sec03 .examBlc .caseBox .state{
	width: 63%;
}
#sec03 .examBlc .caseBox .state:last-child{
	width: 35%;
	text-align: center;
}
#sec03 .examBlc .caseBox .detail{
  flex: 1;
}
#sec03 .examBlc .caseBox .state .txt dl{
	text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}
#sec03 .examBlc .caseBox .state .txt dl + dl{
  margin-top: 17px;
}
#sec03 .examBlc .caseBox .state .txt dt{
  width: 106px;
  text-align: center;
  padding: 3px;
  line-height: 1;
  margin-right: 15px;
  border: 2px solid #a5609e;
  color: #a5609e;
  border-radius: 20px;
}
#sec03 .examBlc .caseBox .state .txt dd{
  flex: 1;
  font-size: 21px;
  color: #3e3a39;
}
#sec03 .examBlc .caseBox .detail .point{
  background: #d1e4db;
  padding: 20px 40px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 22px;
  border-radius: 20px;
  line-height: 1.5;
}
#sec03 .examBlc .caseBox .detail .table img{
  width: 100%;
}
#sec03 .examBlc .resultBox{
}
#sec03 .examBlc .resultBox i{
  display: block;
  text-align: center;
  padding: 20px 0 10px;
}
#sec03 .examBlc .resultBox h4{
  padding: 7px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background: #f39800;
  color: #fff;
  border-radius: 30px;
}
#sec03 .examBlc .resultBox .table img{
  width: 100%;
}
#sec03 .at{
  font-size: 16px;
}
#sec04 .contTtl {
  margin-bottom: 88px;
}
#sec04 .secCont{
  margin-bottom: 140px;
}
#sec04 .leadBlc .copy{
	margin-top: 50px;
}
#sec04 .leadBlc .copy span{
  font-weight: normal;
  font-size: 21px;
}
#sec04 .opBox{
	margin: 0 80px 30px;;
}
#sec04 .opBox span{
  font-size: 21px;
}
#sec04 .flowBlc{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #000;
}
#sec04 .flowBlc:first-child{
  border-top: 2px solid #000;
}
#sec04 .flowBlc .trigger{
  border: 0px;
  padding: 0 0 0 54px;
  width: 310px;
  background: #f6eff6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#sec04 .flowBlc .trigger p i{
  margin-right: 20px;
  width: 39px;
}
#sec04 .flowBlc .trigger p{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.5;
}
#sec04 .flowBlc .cont{
  flex: 1;
  padding: 34px 43px;
}
#sec04 .flowBlc .cont .lead{
  display: inline-block;
  line-height: 1;
  padding: 5px 15px;
  margin-bottom: 10px;
  border-radius: 20px;
  border: 2px solid #a5609e;
  font-weight: 700;
  color: #a5609e;
}
#sec04 .flowBlc .cont .at{
  font-size: 16px;
  margin-top: 10px;
}
#sec04 .flowBlc .cont ul li{
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2.2;
}

@media screen and (min-width: 769px) {

  #sec04 .flowBlc .cont{
    display: block!important;
  }
  .flowBlc .trigger span.sp {
    display: none;
  }
  #sec04 .flowBlc .trigger{
    pointer-events: none;
  }
}
#sec04 .infactArea{
  padding: 52px 0 60px;
  background:url(../img/bg.jpg)repeat center center;
}
#sec04 .infactArea article{
  padding: 40px 58px 70px;
  background: #fff;
}
#sec04 .infactArea h3{
  margin-bottom: 28px;
  color: #a5609e;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
#sec04 .infactArea .lead{
  color: #4f4946;
  margin-bottom: 80px;
  font-size: 21px;
}
#sec04 .infactArea h4{
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}
#sec04 .infactArea .cont{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
}
#sec04 .infactArea .cont figure{
  width: 360px;
  margin-right: 35px;
  text-align: center;
}
#sec04 .infactArea .cont figure img{
  width: 100%;
}
#sec04 .infactArea .cont p{
  flex: 1;
  font-size: 21px;
  color: #4f4946;
}
#sec04 .infactArea .caseBlc + .caseBlc{
  margin-top: 66px;
}
#sec04 .infactArea .caseBlc:nth-of-type(3) .cont{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#sec04 .infactArea .caseBlc:nth-of-type(4) .cont{
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#sec04 .infactArea .caseBlc:nth-of-type(3){
  margin-top: 98px;
}
#sec04 .infactArea .caseBlc:nth-of-type(4){
  margin-top: 65px;
}
#sec04 .infactArea .caseBlc:nth-of-type(4) figure{
  padding-top: 27px;
}
#sec05{
  padding-bottom: 85px;
}
#sec05 .secCont{
  padding: 0 55px;
}
#sec05 .leadBlc .copy{
  margin-bottom: 0;
}
#sec05 .contTtl {
  margin-bottom: 55px;
}
#sec05 .leadBlc{
  margin-bottom: 36px;
}
#sec05 .leadBlc .tags{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0;
}
#sec05 .leadBlc .tags li{
  width:180px;
  height: 49px;
  margin-right: 10px;
  line-height: 49px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #f39800;
  border-radius: 25px;
}
#sec05 .pointBlc{
  margin-bottom: 60px;
}

/* 240209追記：見積りボタンレイアウト変更 */
.cs_btn {
  border-radius: 20px;
  margin: 0 auto;
  padding: 10px 70px 15px;
  position: relative;
  display: block;
  text-align: center;
  background: #a5609e;
  box-shadow: 0 8px 0 #6b2a69;
  color: #fff;
  max-width: 700px;
  font-size: 22px;
  line-height: 1;
}
.cs_btn span {
  padding: 0 4px;
  font-size: 44px;
  vertical-align: baseline !important;
}
@media screen and (max-width: 768px) {
  .cs_btn span {
    font-size: 26px;
  }
}

#sec05 .bnrBlc .btn span{
  vertical-align: middle;
}
#sec05 .bnrBlc .btn span i{
  vertical-align: middle;
  display: inline-block;
  padding-left: 10px;
  line-height: 1;
  margin-top: -5px;
}
#sec05 .bnrBlc .btn span i{
  vertical-align: middle;
  display: inline-block;
  padding-left: 10px;
  line-height: 1;
  margin-top: -5px;
}
#sec06 {
  padding-bottom: 45px;
}
#sec06 .contTtl{
  margin-bottom: 87px;
}
#sec06 .secCont{
  padding: 0 55px;
}
#sec06 .flowBlc.gr .trigger{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
  min-height: 100px;
  padding: 0 40px;
  border-color: #000;
  border-width: 2px;
  background: #f6eff6;
  line-height: 1.3;
  letter-spacing: -1px;
}
#sec06 .flowBlc.gr .trigger p{
  padding-left: 2em;
  text-indent: -2em;
}
#sec06 .flowBlc.gr .cont{
  padding-top: 25px;
  padding-bottom: 54px;
  line-height: 2;
}
#sec06 .flowBlc.gr .cont p{
  padding: 0 44px;
}
#sec06 .flowBlc.gr .cont p span{
  font-weight: 700;
  color: #a5609e;
}
#sec06 .flowBlc.gr .cont .pointBlc{
  margin-top: 50px;
  padding: 34px 45px 60px;
  margin-bottom: 12px;
}
#sec06 .flowBlc.gr .cont .pointBlc .pointTtl{
  margin-bottom: 12px;
}
#sec06 .flowBlc.gr .cont .pointBlc p{
  text-align: left;
  padding: 0;
}
#sec06 .flowBlc.gr .cont .at{
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  #sec06 .flowBlc.gr .trigger {
    pointer-events: none;
  }
  #sec06 .flowBlc.gr .cont {
    display: block!important;
  }
}
#sec07{
  padding-bottom: 0;
}
#sec07 .contTtl{
  margin-bottom: 80px;
}
#sec07 .secCont{
  padding: 0 100px;
}
#sec07 .leadBlc:first-child {
  margin-bottom: 65px;
}
#sec07 .leadBlc .copy {
  margin-bottom: 30px;
}
#sec07 .leadBlc .copy:nth-child(2) {
  margin-bottom: 20px;
}
#sec07 .leadBlc .txt{
  line-height: 2.2;
}
#sec07 .leadBlc figure{
  margin-top: 30px;
  text-align: center;
}
#sec07 .leadBlc:nth-child(3) figure {
  margin-top: 40px;
}
#sec07 .leadBlc:first-child figure img{
	width: 362px;
  margin: 0 auto
}
#sec07 .leadBlc .atBox{
  color: #3e3a39;
  font-size: 16px;
  margin-top: 20px;
}
#sec07 .leadBlc:nth-child(3) .atBox {
  margin-top: 12px;
}
#sec07 .leadBlc:nth-child(3){
  margin-bottom: 0;
}
#sec07 .leadBlc:nth-child(3) figure img{
  width: 700px;
  margin: 0 auto
}
#sec07 .leadBlc:nth-child(3) figure + p{
  margin-top: 34px;
}
/* insBtn
-------------------------------------------------*/
#sec07 .insBtn{
  margin: 50px auto 0;
	width: 1140px;
}
#sec07 .insBtn ul{
  display: flex;
  justify-content: center;
  max-width: 100%;
  padding: 0;

}
#sec07 .insBtn li:nth-child(even){
	margin-left: 20px;
}
#sec07 .insBtn li {
  box-sizing: border-box;
}

#sec07 .insBtn img {
  max-width: 560px;
  height: auto;
}
#sec07 .txt_link {
  margin: 5px auto 20px;
	max-width: 1140px;
}
#sec07 .txt_link .aR{
  text-align: right;
}
#sec07 .txt_link a {
  color: #666;
  text-decoration: underline;
  font-size: 14px;
  font-weight: normal;
}
#sec07 .txt_link .links_icon img {
  vertical-align: middle;
  padding: 0 0 .2em .5em;
}
#sec07 .num {
  margin-top: 4rem;
  text-align: right;
  font-size: 20px;
  padding-right: 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1139px){
  #sec07 .insBtn{
    padding: 0 2.8%;
    margin: 30px auto 10px;
  }
  #sec07 .txt_link{
    padding: 0 2.8%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #sec07 .insBtn,#sec07 .txt_link{
    width: 95%;
    max-width: 560px;
  }  
  #sec07 .insBtn ul{
    display: block;
  }
  #sec07 .insBtn li:nth-child(even){
    margin-left: 0px;
    margin-top: 15px;
  }
  #sec07 .txt_link .links_icon img {
    width: 1em;
    height: 1em;
    padding: 0;
    margin-left: .5em;
  }
  #sec07 .num {
    margin-top: 2.5rem;
    font-size: 14px;
    padding-right: 1em;
  }
}

/* ==================================================
フッター
================================================== */
#info_box #dlpo_footer{
  width: 900px;
  margin: 0 auto;
}
#info_box{
  background: #f5f3e5;
}
#info_box #annotation{
  background-color: #FFFFFF;
  padding-top: 70px;
}
#info_box .annotation_inner{
  width: 900px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 30px 40px;
  text-align: left;
  border: 4px solid #007a48;
  background-color: #ffffff;
  font-size: 23px;
}
#info_box .annotation_ttl{
  text-align: center;
}
#info_box .annotation_ttl span{
  text-align: center;
  position: relative;
  padding-left: 30px;
  display: inline-block;
  color: #007a48;
  font-weight: bold;
}
#info_box  .annotation_ttl  span::after {
  position: absolute;
  background: url(../img/annotation_ttl.svg) no-repeat center;
  background-size: cover;
  left: 0;
  top: 9px;
  content: '';
  width: 25px;
  height: 25px;
}

#info_box #agency_info{
  background-color: #FFFFFF;
  padding: 50px 0;
}
#info_box #agency_info .point_inner{
  width: 900px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 30px 40px;
  text-align: left;
  background-color: #F5F2E9;
  font-size: 23px;
}
footer .point{
  border-radius: 0;
  margin-top: 0;
}
footer .point .point_ttl {
  color: inherit;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 23px;
}
footer .point .point_company{
  font-weight: bold;
}

#info_box #company {
  padding: 20px 0 30px;
  text-align: center;
  border-bottom: 1px solid #3d3d3d;
}

#info_box #company h2 {
  font-size: 25px;
  padding: .5rem 0;
  background: #fff;
  font-weight: 600;
}

#info_box #company .logo {
  margin-top: 20px;
  display: block;
}

#info_box #company .logo img {
  width: 250px;
}

#info_box #company .address {
  margin-top: 20px;
  font-size: 20px;
}


#info_box .m_box_fixed {
  position: relative;
  padding-bottom: 80px;
}

#info_box em {
    font-weight: 700;
    font-style: normal;
    color: inherit;
    text-decoration: none;
}

#info_box #contact {
  padding: 2.5rem 0;
  text-align: center;
}

#info_box #contact .no a {
  color: #34784c;
  font-weight: 700;
  font-size: 38px;
}

#info_box #contact .no a:before {
  content: '';
  display: inline-block;
  position: relative;
  top: .3rem;
  width: 38px;
  height: 38px;
  margin-right: 12px;
  background: url(../img/icon_tel.png) no-repeat center;
  background-size: 100% auto;
}

#info_box #contact .time h3 {
  font-size: 18px;
  margin: 18px auto 10px;
  font-weight: 400;
}

#info_box #contact .notes {
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #container{
    margin-top: 32px;
    overflow: hidden;
  }
  .kvArea{
    height: auto;
    background: none;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .kvArea .kvTxt{
    position: static;
    width: 80%;
    min-width: 290px;
    padding-top: 0;
    margin: 0 auto;
    font-size: 15px;
		padding: 0;
  }
  .kvArea .kvTxt:after{
    display: none;
  }
  .kvArea .kvTxt h2{
    border-width: 2px;
    padding-bottom: 15px;
    margin-bottom: 17px;
    border-style: none none dotted;
  }
	.kvArea .kvTxt img{
		width: 75%;
		max-width: 306px;
	}
  .kvBottom {
    margin-bottom: 30px;
  }
  .kvBottom .shareBlc {
    display: block;
    border-width: 2px;
  }
  .kvBottom .lead{
    width: 100%;
  }
  .kvBottom .lead:after{
    display: none;
  }
  .kvBottom .date{
    padding: 0 0 15px;
    width: 19em;
    margin: 0 auto;
  }
  .kvBottom .date .ttl{
    /* width: 150px; */
    display: block;
    margin: 15px auto 5px;
  	padding: 8px;
    text-align: center;
    font-size: 12px;
  }
  .kvBottom .date dl {
    font-size: 14px;
  }
  .kvBottom .date dd .small{
    font-size: 12px;
  }
  #container .navArea{
    padding: 20px 0 30px;
  }
  .navArea .introBox{
    padding: 20px 15px;
    margin-bottom: 30px;
  }
  .navArea .introBox .ttl {
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }
  .navArea .introBox .ttl img {
    width: 100%;
    max-width: 545px;
    margin: 3px auto 27px;
  }
  .navArea .introBox .lead,
  .navArea .introBox .flowBlc{
    padding: 0;
    width: 100%;
  }
  .navArea .introBox .lead{
    margin-bottom: 20px;
  }
  .navArea nav .navTtl{
    width: 100%;
    margin: 0 auto 20px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
  }
  .navArea nav .navTtl em span.pc{
    display: none
  }
  .navArea nav .navTtl em span.sp{
    display: inline-block;
  }
  .navArea nav .navTtl em{
    padding-right: 40px;
  }
  .navArea nav .navTtl em .icon img{
    width: 34px;
    height: 24px;
  }
	.navArea nav ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
		width: auto;
  }
  .navArea nav li:nth-child(4n),
  .navArea nav li{
    width: 48%;
    margin: 0 4% 15px 0;
  }
  .navArea nav li:last-child{
    margin-bottom: 0;
  }
  .navArea nav li:nth-child(3n){
    margin: 0 4% 15px 0;
  }
  .navArea nav li:nth-child(2n){
    margin-right: 0;
  }
  .navArea nav li img{
    width: 100%;
  }
	.inner{
		padding: 0 15px;
	}
  .btn{
    border-radius: 10px;
    padding: 10px 25px 10px 10px;
    box-shadow: 0 4px 0 #6b2a69;
    max-width: 700px;
    font-size: 16px;
  }
  .btn > img{
    right: 15px;
    width: 10px;
    height: 12px;
  }
  .sec{
    padding-bottom: 80px;
  }
  .sec .contTtl{
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 60px;
    height: 60px;
  }
  .sec .leadBlc {
    margin-bottom: 40px;
  }
  .sec .leadBlc .cap {
    line-height: 2;
  }
  .sec .leadBlc .copy{
    font-size:20px;
    margin-bottom: 20px;
  }
	.flowBlc .cont{
		padding:20px 0 0;
	}
	.flowBlc .cont .close{
		height: 43px;
		line-height: 37px;
		font-size: 18px;
		border-width: 3px;
	}
	.flowBlc .cont .close img{
		right:10px;
		width:22px;
		height:22px;
	}
	.flowBlc .trigger{
		font-size:14px;
		padding: 10px 35px 10px 5px;
    line-height: 1.3;
		border-width:2px;
	}
	.flowBlc .trigger span{
		right:10px;
		width:22px;
		height:22px;
	}
	.flowBlc.gr .cont .close {
		margin-top: 20px;
	}
	.flowBlc.gr .cont .close img {
		right: 20px;
	}
	.flowBlc.gr .cont {
    padding-bottom: 10px;
    padding-top: 20px;
	}
	.flowBlc.gr .cont .contInner {
		padding:0;
	}
	.flowBlc.gr:not(:last-child) .cont {
			border-width:2px;
	}
	.flowBlc.gr .tabArea .at{
		font-size:14px;
	}
	.tabArea .tabCont .priceBlc .type {
		max-width: 150px;
		width: 40%;
		margin-right:30px;
	}
	.tabArea .tabBtn{
    padding: 14px 18px;
    border-radius: 15px 15px 0 0;
	}
	.tabArea .tabBtn img{
    width: auto;
	}
	.tabArea .tabCont .detail{
		padding:15px 15px 21px;
		border-width:2px;
		border-radius:0 0 30px 30px;
	}
  .tabArea .at {
    font-size: 13px;
  }
  .tabArea .tabCopy p em {
    max-width: 180px;
    width: calc( 100% - 40px);
    font-size: 15px;
  }
  .tabArea .tabCopy p i {
    width: 2px;
    height: 15px;
    margin-bottom: -2px;
  }
  .tabArea .tabCopy {
    margin-bottom: 5px;
  }
  .pointBlc{
    padding: 15px 15px 30px;
    border-radius: 20px;
  }
  .pointBlc .pointTtl{
    margin-bottom: 10px;
  }
  .pointBlc .pointTtl img{
    width: 100px;
  }
  .pointBlc li {
    line-height: 2;
  }
	#sec01 {
		padding-bottom: 0;
	}
	#sec01 .pointBlc h5 {
		font-size: 16px;
		margin-bottom: 15px;
		line-height: 1.4;
	}
  #sec01 .leadBlc{
    padding: 0;
  }
  #sec01 h4{
    font-size: 16px;
    margin-bottom: 30px;
  }
  #sec01 h4 span{
    font-size: 19px;
  }
  #sec01 .introBlc {
    margin-bottom: 40px;
  }
  #sec01 .introBlc .imgs{
    display: block;
  }
  #sec01 .introBlc .imgs figure{
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #sec01 .introBlc .imgs figure + figure{
    margin-top: 20px;
  }
  #sec01 .tableBlc{
    padding: 0;
		margin-bottom: 20px;
  }
  #sec01 .tableBlc h4{
    margin-bottom: 35px;
  }
  #sec01 .tableBlc figure img{
    width: 100%;
    max-width: 700px;
  }
  #sec01 .tableBlc figure {
    margin-bottom: 30px;
  }
  #sec01 .tableBlc .howTable{
    border: 2px solid #3e3a39;
    margin-bottom: 30px;
  }
  #sec01 .btnBlc .at{
    font-size: 14px;
  }
  #sec01 .tableBlc .howTable h5{
    font-size: 18px;
    padding: 7px;
  }
  #sec01 .tableBlc .howTable .cel{
    min-height: 60px;
    padding-left: 15px;
    font-size: 16px;
  }
  #sec01 .tableBlc .howTable .cel i{
    display: inline-block;
    width: 48px;
    text-align: center;
  }
  #sec01 .tableBlc .howTable .cel i img{
    height: 48px;
  }
  #sec01 .tableBlc .howTable .cel:nth-of-type(1) i img{
    width: 48px
  }
  #sec01 .tableBlc .howTable .cel:nth-of-type(2) i img{
    width: 52px
  }
  #sec01 .tableBlc .howTable .cel:nth-of-type(3) i img{
    width: 48px;
  }
  #sec01 .tableBlc .opBox{
    border: 2px solid #a5609e;
    padding: 10px 0;
    font-size: 20px;
  }
  #sec01 .tableBlc .opBox span{
    font-size: 14px;
    margin-left: 0;
    display: block;
    text-align: center;
  }
  #sec01 .btnBlc{
    padding: 20px 0;
  }
  #sec01 .btnBlc p{
    font-size: 14px;
  }
  #sec01 .btnBlc a + p{
    margin-top: 25px;
  }
  #sec02 .contTtl {
    margin-bottom: 20px;
  }
	#sec01 .inner{
    padding: 0 15px;
  }
  #sec01 .tabArea{
    padding: 0;
  }
  #sec01 .tabArea .detail .lead{
    font-size: 14px;
    margin-bottom: 20px;
  }
  #sec01 .tabArea .detail .lead .exam{
    margin-right: .5em;
  }
  #sec01 .tabArea .detail .pictBox{
    display: block;
  }
  #sec01 .tabArea .detail .pictBox figure{
    width: 100%;
    margin-bottom: 5px;
  }
  #sec01 .tabArea .detail .pictBox .chara{
    padding-bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  #sec01 .tabArea .detail .pictBox .chara img{
    width: 104px;
    margin-right: 20px;
  }
  #sec01 .tabArea .detail .pictBox .chara .cap{
    font-size: 16px;
    margin-top: 15px;
  }
  #sec01 .tabArea .detail .pictBox .chara img{
    width: 82px;
    margin-right: 20px;
  }
  #sec01 .pointBlc .leadTxt {
    text-align: center;
    line-height: 2;
  }
  #sec01 .pointBlc .caseBox h4{
    margin-bottom: 15px;
  }
  #sec01 .pointBlc .caseBox h4:after{
    height: 3px;
  }
  #sec01 .pointBlc .caseBox h4 em img{
    width: 170px;
  }
	#sec01 .pointBlc .table img {
		width: 100%;
	}
  #sec03 {
    padding-bottom: 80px;
  }
	#sec03 .inner {
		padding: 0 15px;
	}
  #sec03 .contTtl {
    margin-bottom: 30px;
  }
  #sec03 .examBlc{
    margin-bottom: 60px;
  }
  #sec03 .examBlc:last-of-type{
    margin-bottom: 0;
  }
  #sec03 .examBlc .caseBox{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
  }
  #sec03 .examBlc .caseBox .state{
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }
  #sec03 .examBlc .caseBox .state figure{
    margin-bottom: 10px;
  }
  #sec03 .examBlc .caseBox .state .txt dl + dl{
    margin-top: 10px;
  }
  #sec03 .examBlc .caseBox .state .txt dt{
    width: 80px;
    border-radius: 10px;
    border-width: 1px;
    font-size: 14px;
  }
  #sec03 .examBlc .caseBox .state .txt dd{
    flex: 1;
    font-size: 15px;
  }
  #sec03 .examBlc .caseBox .detail .point{
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 12px;
    margin-bottom: 20px;
  }
  #sec03 .examBlc .resultBox{
    padding: 0;
  }
  #sec03 .examBlc .resultBox i{
    padding: 20px 0;
  }
  #sec03 .examBlc .resultBox i img{
    width: 25px;
    height: 22px;
  }
  #sec03 .examBlc .resultBox h4{
    padding: 5px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 18px;
    border-radius: 15px;
  }
  #sec03 .examBlc .resultBox .table img{
    width: 100%;
  }
  #sec03 .at{
    font-size: 14px;
  }
	#sec04 .opBox {
		margin: 0 0 30px;
		font-size: 20px;
	}
  #sec04 .opBox span{
    font-size: 15px;
  }
  #sec04 .contTtl {
    margin-bottom: 30px;
  }
  #sec04 .secCont{
    margin-bottom: 35px;
  }
  #sec04 .leadBlc{
    margin-bottom: 30px;
  }
  #sec04 .leadBlc .copy span{
    font-size: 15px;
  }
  #sec04 .flowBlc{
    display: block;
    border-width: 0;
  }
  #sec04 .flowBlc:first-child{
    border-width: 0;
  }
  #sec04 .flowBlc .trigger{
    border-top: 2px solid #a5609e;
    padding: 0 35px 0 15px;
    width: 100%;
    min-height: 80px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #sec04 .flowBlc:last-child .trigger{
    border-bottom: 2px solid #a5609e;
  }
  #sec04 .flowBlc .trigger.min{
    background: #a5609e;
  }
  #sec04 .flowBlc .trigger p i{
    margin-right: 15px;
    width: 30px;
  }
  #sec04 .flowBlc .trigger p {
    font-size: 15px;
  }
  #sec04 .flowBlc .trigger.min p i img{
    opacity: 0;
  }
  #sec04 .flowBlc .trigger p i.bottle,
  #sec04 .flowBlc .trigger p i.bottle img{
    width: 22px;
    height: 39px;
    margin-right: 13px;
    margin-left: 2px;
  }
  #sec04 .flowBlc .trigger p i.bottle{
    background: url(../img/icon_bottle_wh.svg)no-repeat center center/contain;
  }
  #sec04 .flowBlc .trigger p i.inject,
  #sec04 .flowBlc .trigger p i.inject img{
    width: 27px;
    height: 26px;
  }
  #sec04 .flowBlc .trigger p i.inject{
    background: url(../img/icon_inject_wh.svg)no-repeat center center/contain;
  }
  #sec04 .flowBlc .trigger p i.aid,
  #sec04 .flowBlc .trigger p i.aid img{
    width: 27px;
    height: 27px;
  }
  #sec04 .flowBlc .trigger p i.aid{
    background: url(../img/icon_aid_wh.svg)no-repeat center center/contain;
  }
  #sec04 .flowBlc .trigger p i.scope,
  #sec04 .flowBlc .trigger p i.scope img{
    width: 25px;
    height: 33px;
  }
  #sec04 .flowBlc .trigger p i.scope{
    background: url(../img/icon_scope_wh.svg)no-repeat center center/contain;
  }
  #sec04 .flowBlc .trigger p i.house,
  #sec04 .flowBlc .trigger p i.house img{
    width: 25px;
    height: 19px;
  }
  #sec04 .flowBlc .trigger p i.house{
    background: url(../img/icon_house_wh.svg)no-repeat center center/contain;
  }
  #sec04 .flowBlc .cont{
    flex: 1;
    padding: 25px 0;
  }
  #sec04 .flowBlc .cont .lead{
    display: inline-block;
    line-height: 1;
    padding: 5px 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    border-width: 1px;
  }
  #sec04 .flowBlc .cont .at{
    font-size: 14px;
    margin-top: 5px;
    padding: 0 15px;
  }
  #sec04 .flowBlc .cont ul {
    padding: 0 15px;
  }
  #sec04 .flowBlc .cont ul li {
    line-height: 2;
  }
  #sec04 .flowBlc .cont .close {
    margin-top: 20px;
  }
  #sec04 .infactArea{
    padding: 25px 0 30px;
  }
  #sec04 .infactArea article{
    padding: 30px 15px 50px;
  }
  #sec04 .infactArea h3{
    margin-bottom: 25px;
    font-size: 20px;
  }
  #sec04 .infactArea .lead{
    margin-bottom: 40px;
    font-size: 14px;
  }
  #sec04 .infactArea h4{
    margin-bottom: 30px;
    font-size: 15px;
  }
  #sec04 .infactArea .cont{
    display: block;
  }
  #sec04 .infactArea .cont figure{
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #sec04 .infactArea .cont figure img{
    max-width: 100%;
    width: auto;
  }
  #sec04 .infactArea .cont p{
    font-size: 14px;
  }
  #sec04 .infactArea .caseBlc + .caseBlc{
    margin-top: 50px;
  }
  #sec04 .infactArea .caseBlc:nth-of-type(3){
    margin-top: 50px;
  }
  #sec04 .infactArea .caseBlc:nth-of-type(4){
    margin-top: 50px;
  }
  #sec04 .infactArea .caseBlc:nth-of-type(4) figure{
    padding-top: 10px;
  }
  #sec05{
    padding-bottom: 80px;
  }
  #sec05 .secCont{
    padding: 0 15px;
  }
  #sec05 .contTtl {
    margin-bottom: 30px;
  }
  #sec05 .leadBlc{
    margin-bottom: 30px;
  }
  #sec05 .leadBlc .tags{
    margin: 20px 0 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #sec05 .leadBlc .tags li{
    width:48%;
    margin-right: 4%;
    margin-bottom: 15px;
    line-height: 35px;
    height: 35px;
    font-size: 18px;
    border-radius: 20px;
  }
  #sec05 .leadBlc .tags li:nth-child(2n){
    margin-right: 0;
  }
  #sec05 .pointBlc{
    margin-bottom: 40px;
  }
  #sec05 .bnrBlc .bnr{
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  #sec05 .bnrBlc .bnr img{
    width: 100%;
  }
  #sec05 .bnrBlc .btn > img{
    width: 20px;
    height: 20px;
    margin-top: 12px;
  }
  #sec05 .bnrBlc .btn span i img{
    width: 20px;
    height: 26px;
  }
  #sec06 {
    padding-bottom: 80px;
  }
  #sec06 .contTtl{
    margin-bottom: 40px;
  }
  #sec06 .secCont{
    padding: 0 15px;
  }
  #sec06 .flowBlc.gr .trigger{
    padding: 10px 40px 10px 15px;
    border-color: #a5609e;
    background: #fff;
    border-top: 2px solid;
    border-bottom: 0px;
    min-height: 5em;
  }
  #sec06 .flowBlc.gr .trigger p {
    padding-left: 1em;
    text-indent: -1em;
  }
  #sec06 .flowBlc.gr .trigger.min{
    border-color: #a5609e;
    background: #a5609e;
  }
  #sec06 .flowBlc.gr:last-child .trigger{
    border-bottom: 2px solid;
  }
  #sec06 .flowBlc.gr .cont{
    padding-bottom: 40px;
  }
  #sec06 .flowBlc.gr:last-child .cont{
    padding-bottom: 0;
  }
  #sec06 .flowBlc.gr .cont p{
    padding: 0 15px;
  }
  #sec06 .flowBlc.gr .cont .pointBlc{
    margin-top: 20px;
    padding: 15px 15px 30px;
    margin-bottom: 0;
  }
  #sec06 .flowBlc.gr .cont .pointBlc .pointTtl{
    margin-bottom: 12px;
  }
  #sec06 .flowBlc.gr .cont .at{
    margin-top: 5px;
    font-size: 13px;
  }
  #sec06 .flowBlc .cont .close {
    margin-top: 30px;
  }
  #sec07 .contTtl{
    margin-bottom: 30px;
  }
  #sec07 .secCont{
    padding: 0 15px;
  }
  #sec07 .leadBlc:first-child,
  #sec07 .leadBlc {
    margin-bottom: 50px;
  }
  #sec07 .leadBlc:nth-child(2) .copy {
    margin-bottom: 30px;
  }
  #sec07 .leadBlc .txt{
    line-height: 2;
  }
  #sec07 .leadBlc figure{
    margin-top: 20px;
  }
  #sec07 .leadBlc:nth-child(3) figure {
    margin-top: 20px;
  }
  #sec07 .leadBlc:first-child figure img{
    max-width: 657px;
    width: 100%;
  }
  #sec07 .leadBlc .atBox{
    font-size: 13px;
    margin-top: 10px;
  }
  #sec07 .leadBlc:nth-child(3) .atBox {
    margin-top: 10px;
  }
  #sec07 .leadBlc:nth-child(3) figure img{
    max-width: 700px;
    width: 100%;
  }
  #sec07 .leadBlc:nth-child(3) figure + p{
    margin-top: 30px;
  }

	/* ==================================================
	フッター
	================================================== */
    #info_box #dlpo_footer{
      width: 90%;
      margin: 0 auto;
    }
    #info_box .annotation_inner{
      padding: 20px;
      font-size: 14px;
      border: 3px solid #007a48;
      width: 90%;
    }
    #info_box .annotation_ttl span{
      padding-left: 25px;
    }
    #info_box .annotation_ttl  span::after {
      left: 0;
      top: 0px;
      width: 21px;
      height: 21px;
    }
    
    #info_box #agency_info .point_inner{
      padding: 20px;
      font-size: 14px;
      width: 90%;
    }
    #info_box .point .point_ttl {
      margin-bottom: 10px;
      font-size: 14px;
    }
    #info_box .point {
      margin-top: 0;
    }
    
    #info_box #company h2 {
      font-size: 15px;
      padding: 5px 0;
    }
    
    #info_box #company .logo {
      margin-top: 15px
    }
    
    #info_box #company .logo img {
      width: 140px;
    }
    
    #info_box #company .address {
      font-size: 14px;
    }
    #info_box .m_box_fixed {
      padding-bottom: 60px;
    }

    #info_box #contact .no a {
      font-size: 25px;
    }
  
    #info_box #contact .no a:before {
      width: 25px;
      height: 25px;
    }
  
    #info_box #contact .time h3 {
      font-size: 14px;
      margin-bottom: 0;
    }
  
    #info_box #contact .notes {
      font-size: 10px;
      margin-top: 10px;
    }
    
  
}

/* ==================================================
	保険料を調べる
================================================== */
header .head_link {
	display: block;
	background-color: #a5609e;
	text-align: center;
	width: 160px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1.2;
}
header .head_link a {
	color: #ffffff;
	display: block;
	padding: 34px 0;
}
.check {
  display: none;
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 100;
  background-color: #FCF1F1;
  text-align: center;
}
.check.js-open {
  display: block;
  overflow: scroll;
  height: 100%;
	top: 0;
}

.check_header {
  height: 80px;
  color: #ffffff;
  background-color: #a5609e;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: relative;
}
.check_header .container {
  position: relative;
  height: 100%;
}
.check_header p {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  right: 15px;
  top: 50%;
  margin-top: -15px;
}
.check_header p span {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 4px;
  background-color: #ffffff;
  width: 18px;
  height: 2px;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.check_header p span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.check_header h2 {
  font-size: 26px;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding: 27px 0 0 0;
  margin-left: 15px;
  text-align: center;
}
.check_header h2::after {
  position: absolute;
  content: '';
  bottom: -27px;
  left: -120px;
  width: 110px;
  height: 60px;
  background-image: url(../img/check_chara.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}
.check_header h2 span {
  display: block;
  margin-bottom: 5px;
}

.nav_header.check_header {
  background-color: #007048;
}
.nav_header.check_header h2 {
  padding: 15px 0 0 0;
  font-size: 26px;
}
.nav_header.check_header h2::after {
  bottom: -13px;
  left: -105px;
  width: 95px;
  height: 68px;
  background-image: url(../img/nav_chara.png);
}
.nav_header.check_header h2 span {
  font-size: 21px;
  display: block;
  margin-bottom: 5px;
}

.check_content .check_inner {
  background-color: #F5F2E9;
}
.check_content h2 {
  font-size: 26px;
}
.check_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1080px;
  padding: 40px 0;
  margin: 0 auto;
}
.check_content ul li {
  margin: 10px 15px;
  width: calc(50% - 30px);
}
.check_content ul li span {
  font-weight: bold;
  display: block;
  font-size: 24px;
  margin-bottom: 5px;
}
.check_content ul li a img {
  width: 100%;
}
.check_content .check_contact {
  padding: 30px 15px;
}
.check_content .check_contact a img {
  width: 100%;
}
.check_content .check_contact p span {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
  display: block;
}
.check_content .check_contact.check_online ul {
  margin: 0 auto;
  width: 510px;
}
.check_content .check_contact.check_online ul li {
  margin: 0;
  width: auto;
}
.check_content .check_contact.check_online ul li span {
  position: relative;
  margin-bottom: 5px;
}
.check_content .check_contact.check_online .tel {
  font-size: 24px;
}
.check_content .check_contact.check_online .tel p {
  text-align: center;
  color: #6B2A69;
  font-weight: bold;
}
.check_content .check_contact.check_online .tel i {
  width: 4em;
  display: inline-block;
  font-style: normal;
  text-align: left;
}
.check_content .check_contact.check_online .tel i:nth-of-type(2) {
  margin-left: 6em;
}
.check_content .check_contact.check_online .tel span {
  margin-bottom: 20px;
  display: block;
}
.check_content .check_contact .check_chord {
  text-align: left;
  background-color: #ffffff;
  padding: 2px 10px;
  border-radius: 10px;
  max-width: 335px;
  width: 100%;
  margin: 0 auto;
}
.close_btn {
	margin: 0 auto 40px;
  max-width: 524px;
  width: 50%;
}
.close_btn a {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	background-color: #A5609E;
	width: 100%;
	height: 78px;
	line-height: 78px;
	border-radius: 39px;
	position: relative;
  text-align: center;
}
.fixed_btn {
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 10;
  text-align: center;
}
.fixed_btn a {
  width: 188px;
  height: 60px;
  padding: 10px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  border-radius: 30px;
  background-color: #a5609e;
  color: #ffffff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}


@media screen and (max-width: 768px) {
	header .head_toggle, header .head_link {
		width: 70px;
		font-size: 12px;
		height: 64px;
	}
	header .head_link a {
		padding: 18px 5px 12px;
	}
	/* ==================================================
  保険料を調べる
  ================================================== */
  .check_header {
    height: 60px;
  }
  .check_header h2 {
    font-size: 18px;
    padding: 22px 0 0 0;
  }
  .check_header h2::after {
    bottom: -20px;
    left: -102px;
    width: 90px;
    height: 50px;
  }

  .nav_header.check_header h2 {
    padding: 10px 0 0 0;
    font-size: 21px;
  }
  .nav_header.check_header h2::after {
    bottom: -10px;
    left: -75px;
    width: 65px;
    height: 58px;
  }
  .nav_header.check_header h2 span {
    font-size: 14px;
  }

  .check_content h2 {
    padding: 8px 0 0 0;
    font-size: 18px;
  }
  .check_content h2 span {
    font-size: 12px;
  }
  .check_content h2::after {
    bottom: -20px;
    left: -102px;
    width: 90px;
    height: 50px;
  }
  .check_content ul {
    width: auto;
    display: block;
    padding: 20px 0;
  }
  .check_content ul li {
    width: auto;
  }
  .check_content ul li span {
    font-size: 16px;
  }
  .check_content .check_contact.check_online {
    padding: 10px 15px;
  }
  .check_content .check_contact.check_online ul {
    width: auto;
    display: block;
  }
  .check_content .check_contact.check_online ul li {
    width: auto;
  }
  .check_content .check_contact.check_online ul li span {
    font-size: 16px;
  }
  .check_content .check_contact.check_online .tel {
    font-size: 16px;
  }
	.close_btn {
    margin-bottom: 20px;
    width: calc(100% - 30px);
  }
  .close_btn a {
    text-align: center;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
		font-size: 16px;
  }
	.fixed_btn {
		bottom: 30px;
		right: 0;
	}
	.fixed_btn a {
		width: 100px;
		height: 60px;
		font-size: 14px;
		border-radius: 25px 0 0 25px;
		-webkit-box-shadow: none;
						box-shadow: none;
		padding: 15px;
	}
}

.hokensho img{
  width: 100%;
}
.h1Box{background:#ffffff;}
.h1Wrap{
	margin: 0 auto;
	padding:0.5rem 4rem;
}
.hokensho .logo{
  width: 116px;
  height: 53px;
}
#mainVisual{
  position: relative;
  width: 100vw;
}
#mainVisual figure{
  position: absolute;
  width: 40%;
  max-width: 680px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -31%) translate(24vw, 12vw);
}
#dlpo_contents{
	margin-top: -1px;
}
#contents{
	width: 100%;
	font-weight: 300;
}
#intro{
	width: 100%;
	font-weight: 300;
	background:#ebdab1;
	margin: 0 auto;
  padding:2rem 0;
}
#intro .introInner{
    display: flex;
    justify-content:space-around;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
#intro .introInner figure{
  width: 500px;
}
#intro .introInner p{
  font-size:16px;
  color: #a07d37;
}
@media screen and (max-width: 768px) {
  #mainVisual figure{
    position: static;
    width: 90%;
    max-width: 680px;
    transform: none;
    margin: 0 auto 20px;
  }
  
  #intro .introInner{
    display: block;
    width: 100%;
    padding: 0 2rem;
    max-width: 630px;
  }
  #intro .introInner figure{
    width: 100%;
    margin: 0 auto;
  }
  #intro .introInner p{
    font-size:10px;
  }
}
.bgColor02{background:#FFFFFF; }
section .contWrap{
	padding-bottom:9rem;
}
section#SecNotes .contWrap{
  padding-bottom:3rem;
}
.contWrap{
  max-width:1200px;
  margin:0 auto;
  padding:0 2.8%;
}
.contTop{
	padding-bottom:4rem;
}
.contTop figure{
	max-width:1040px;
	margin:0 auto;
}
.contTop .notes{
	max-width:960px;
	margin:0 auto;
}
.contTop{font-size: 22px; }
.pt-1{ padding-top: 10px !important; }
.pb-2{ padding-bottom: 20px !important; }
.notes{
	width: 100%;
	padding-top:0.5rem;
  font-size:16px;
  line-height:1.5;
}
.contPoint{
	max-width:1140px;
	margin:0 auto;
	background:#fff;
}
.contPoint{font-size: 22px; }
.mt-1{ margin-top: 10px !important; }
.mt-4{ margin-top: 40px !important; }
.mb-1{ margin-bottom: 10px !important; }
.SecPay_text{
	max-width: 800px;
	margin: 50px auto 0;
	font-size: 22px;
}
.bgColor01{background:#faf8e9; }
.SecVoice__wrapper{
	max-width: 1140px;
	margin: 0 auto;
}
.SecVoice__img{
	max-width: 1140px;
	margin: 0 auto;
}
#SecVoice{
  padding: 90px 0 50px;
}
#SecVoice p{
	max-width: 800px;
	margin: 0 auto 50px;
	font-size: 22px;
}
/* layout Parts : END
========================================== */
	/* 202304
========================================== */
#SecPay{
	max-width: 1120px;
	margin: 60px auto;
}
#SecPay .contWrap{
	padding: 0;
}
#SecPay h2{
	max-width: 760px;
	margin: 0 auto 20px;
}
#SecPay .SecPay_notes{
	display: block;
	margin: -25px auto 0;
	max-width: 588px;
	padding-top: 0;
}
#SecPay .contTop figure.SecPay_fig01{
	max-width: 897px;
}
#SecPay .contTop figure.SecPay_fig02{
	max-width: 782px;
	margin-top: 100px;
}
.subPoint{
		max-width: 639px;
		margin: 50px auto 0;
	}
	.txt_pu{
		background: linear-gradient(transparent 50%, #E5CFEA 20%); 
		font-weight: 700;
	}
	#SecVoice h2 {
		max-width: 960px;
		margin: 0 auto 30px;
	}
	

@media only screen and (min-width: 769px) and (max-width: 1139px){
#SecVoice .txt_link,
.SecVoice__img,
#SecPay .contWrap,
#SecVoice h2{
	padding: 0 2.8%;
	margin: 0 auto;
}
#SecVoice h2{
	margin-bottom: 50px;
}
}

@media screen and (max-width: 768px) {
.h1Wrap{
  width: 100%;
  margin: 0 auto;
  padding: 0.5rem 4%;
}
.hokensho .logo{
  width: 25%;
  height: auto;
}
.contWrap{
  width: 90%;
  margin: 0 auto;
}
#SecPay .SecPay_notes{
  font-size: 16px;
  padding: 0;
  display: block;
  margin-top: -5px;
}
#SecPay .contTop figure.SecPay_fig02{
  margin-top: 56px;
}
.contTop{
  padding-bottom: 0;
  margin-top: 24px;
}
.SecPay_text{
  font-size: 14px;
  margin-bottom: 10px
}
#SecVoice{
  padding: 30px 0 25px;
}
#SecVoice p{
  width: 90%;
  margin: 0 auto;  
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 24px;
}
.SecVoice__content{
  margin: 0 auto 16px;
  width: 74.6666666667%;
}

}
#dlpo_contents{
	margin-top: -1px;
}


/* 240208追記：対応病院数テキスト化 */
.hospital{
  text-align: center;
  color: #a5609e;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: 'Zen Maru Gothic';
}
.hospital .small {
  font-size: 1.8rem;
}
.hospital .number {
  font-size: 3rem;
}
.hospital .year {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .hospital {
    font-size: 2rem;
    line-height: 1.1;
  }
  .hospital .small {
    font-size: 1.6rem;
  }
  .hospital .number {
    font-size: 2.6rem;
  }
}

/* 240213追記：ナビ上下へ変更 */
.naviMenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  pointer-events: none;
  padding-top: 10px;
}
.naviMenu .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
  padding: 0 2.8%;
}
.naviMenu p a {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  background: #fff;
  border: 2px solid #eaf1d4;
  border-radius: 10px;
  box-shadow: 0 1px 0 rgba(119,119,119,.2);
  font-size: 10px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  padding-top: 35px;
  text-align: center;
  pointer-events: auto;
}
.naviMenu p a i {
  position: absolute;
  top: 12px;
  left: 13px;
  width: 30px;
  height: 2px;
  background: #007947;
}
.naviMenu p a i:nth-child(2) {
  top: 20px;
}
.naviMenu p a i:nth-child(3) {
  top: 28px;
}
@media screen and (max-width: 768px) {
  .naviMenu {
    padding: 0;
  }
  .naviMenu .wrapper {
    padding: 0;
  }
  .naviMenu p a {
    border-radius: 0 0 0 10px;
    border-top: none;
    border-right: none;
    width: 55px;
    height: 55px;
    padding-top: 32px;
  }
  .naviMenu p a i {
    top: 11px;
    left: 15px;
    width: 25px;
  }
  .naviMenu p a i:nth-child(2) {
    top: 18px;
  }
  .naviMenu p a i:nth-child(3) {
    top: 25px;
  }
}
	/* ==================================================
  かんたん比較早見表
  ================================================== */
  .hidden {
    display: none;
  }
  .hikaku_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1140px;
    max-height: 95vh;
    background: #fff;
    padding: 30px 20px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    overflow: auto;
    line-height: 1.2;
  }
  .modal-close {
    position: absolute;
    top: 0;
    right: 10px;
    background: none;
    border: none;
    font-size: 2.5em;
    cursor: pointer;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(43, 46, 56, .9);
    z-index: 1000;
  }
  .contModal {
    padding: 20px;
    background: #fff;
  }
  .modalTtl {
    text-align: center;
    color: #007a48;
    border-top: 4px solid #007a48;
    border-bottom: 4px solid #007a48;
    margin: 0 0 20px;
  }
  .modalTtl p {
    padding: 10px 0;
    vertical-align: middle;
    line-height: 1;
  }
  .modalTtl img {
    max-width: 100%;
    height: auto;
  }
  .compList {
    width: 100%;
  }
  .compList span.mark {
    padding: 0 .4em
  }
  /* アイコン画像のスタイル */
  .compList .mark img {
    margin: 0 auto;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    padding: 0
  }
  
  /* テーブル */
  .compList .tSmall {
    font-size: 14px;
  }
  .compList thead th {
    width: 25%;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #999;
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
    color: #fff
  }
  .compList tbody th {
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0;
    background: #e8e8e8;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    vertical-align: middle;
  }
  .compList tbody td {
    padding: 10px 0;
    border-bottom: 1px solid #999;
    vertical-align: middle;
    text-align: center;
  }
  .compList tbody td .tSmall {
    vertical-align: bottom;
  }
  .compList tbody td:last-child {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999
  }
  .compList tbody td.tInd01 {
    text-indent: 1.2rem
  }
  
  /* 各プランの背景色 */
  .bgFamily {
    background-color: #007a48;
  }
  .bgPetit {
    background-color: #f39700;
  }
  .bgSenior {
    background-color: #7c7497;
  }
  
  /* 備考リスト */
  .contModal .notes {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    padding-top: 10px;
  }
  
  @media only screen and (max-width: 768px) {
      .hikaku_modal {
          width: 95%;
          max-width: 600px;
          max-height: 85vh;
          padding-top: 50px;
          overflow-y: auto; /* 縦スクロールを有効化 */
      }
      .contModal{
          padding: 0;
      }
      .modalTtl {
        margin-bottom: 15px;
      }
      /* アイコン画像のスタイル */
      .compList .mark img {
          width: 13px;
          height: 13px;
      }
      .compList .tSmall {
          font-size: 60%;
      }
      .compList thead th {
          font-size: 80%;
    }
      .compList tbody th {
          width: 30%;
          font-size: 70%;
          padding: 5px;
    }
    .compList tbody td {
          line-height: 0.9;
    }
    .hikaku_modal .notes {
        font-size: 0.8rem;
    }
  }
  
