@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: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, 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;
}
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;
}
.pc{display:block;}
.sp{display:none;}
.bf:after{
  content:"";
  display:inline-block;
  position:absolute;
}
  img{
	max-width:100%;
	vertical-align:bottom;
  }
.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;
}


.shop_ttl {
	margin-bottom: 30px;
}
.shop_ttl p {
	border-radius: 10px;
	background-color: #fdf2e8;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
	text-align: center;
}
/* リンク先 ヘッダー分スペース*/
#limit {
	padding-top: 130px;
	margin-top: -130px;
}

.button_wrap{ margin:80px auto 50px; width:900px;}
.button_wrap .button_one,
.button_wrap .button_tow{ display:inline-block; width:50%; vertical-align:top; box-sizing:border-box;}
.button_wrap .button_one{padding:0  2.5% 0 0;}
.button_wrap .button_tow{padding:0 0 0 2.5%;}
.bottom.button_wrap{margin:60px auto 30px; }
.middle.button_wrap{ position:relative; left:-55px;}
/*
.button_wrap .button_one{background:url(../images/senior/button1_on.png) no-repeat center center; background-size:contain;}
.button_wrap .button_tow{}

.button_wrap .button_one img:hover{ opacity:0;}
.button_wrap .button_tow{background:url(../images/senior/button2_on.png) no-repeat center center; background-size:contain;}
.button_wrap .button_tow img:hover{ opacity:0;}
*/





@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%;
	max-width:100%;
	vertical-align:bottom;
  }
  a:hover img{
    opacity:1;
  }
  a:hover {
    opacity: 1;
  }
	/* リンク先 ヘッダー分スペース*/
	#limit {
		padding-top: 80px;
		margin-top: -80px;
	}
}
/* headArea
================================================== */
#headArea{
	padding:8px 50px 20px;
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
	background:#fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
  box-shadow: 0 0 20px 1px rgba(0,0,0,.1);
}

/*header上部追加*/
#headArea .top_header{
	width:100%;
	font-size:11px;
	margin-bottom:10px;
	line-height:1.4;
}
#headArea .top_header .header_left{
	display:inline-block;
	vertical-align:top;
	float:left;
	text-align:left;
}
#headArea .top_header .header_left h1{
	width:130px;
}
#headArea .top_header .header_right{
	display:inline-block;
	vertical-align:top;
	float:right;
}
#headArea .top_header .header_right div{
	width:120px;
	padding:5px 0;
}

#headArea .hoken_logo{
	font-size:10px;
	line-height:1.6;
	width:54%;
	margin:0 auto 0 2em;
	padding-right:1em;
	box-sizing:border-box;
}
#headArea .hoken_logo br{ display:none;}

#headArea .hoken_logo h2{
	width:180px;
	margin: -1.2em 0 0.4em;
}

@media screen and (min-width: 1270px) {
#headArea .hoken_logo{ margin:auto;max-width:900px;width:auto;padding-right: 250px;box-sizing: content-box; font-size:11px}
#headArea .hoken_logo br{ display:block;}
#headArea .hoken_logo h2{ width:220px;}
}

#headArea .logo{
	font-size:0;
}
#headArea .note{
	margin-left:30px;
}
#headArea .logo img{
	height: 70px;
}
@media screen and (max-width: 768px) {
	#headArea{
		padding:10px;
	}
	
#headArea .top_header .header_left,#headArea .top_header .header_left h1{
	width:80px;
}
#headArea .top_header .header_right,#headArea .top_header .header_right div{
	width:72px;
	padding:0;
}
#headArea .top_header p{
	display:none;
}



#container .hoken_logo{
	font-size:11px;
	line-height:1.6;
	width:96%;
	margin:auto;
	padding:2em 0 1em;
	box-sizing:border-box;
}
#container .hoken_logo br{ display:none;}

#container .hoken_logo h2{
	width:200px;
	margin:0 auto 0.4em;
}
	
	
	#headArea .logo img {
		height: 44px;
		width: auto;
	}
}
/* gnavArea
================================================== */
.gnavArea{
	position:relative;
	z-index:100;
}
.gnavArea .gnavTrg{
  position: absolute;
  z-index: 3;
	width: 28px;
	height:23px;
  top: 23px;
  right: 0;
}

/*.gnavArea.js-active .gnavTrg{top: -23px;transition-duration: 1s;transition-property:top;}*/

.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;
}
.gnavArea #gnav{
	max-width:490px;
	width:70%;
	height:100vh;
	-ms-transform:translateX(100%);
	-webkit-transform:translateX(100%);
	-moz-transform:translateX(100%);
	transform:translateX(100%);
	overflow: auto;
	position:fixed;
	top:0;
	right:0;
	z-index:2;
	background:#fff;
	padding:173px 50px 0 60px;
	transition-duration: .5s;
}
.gnavArea #gnav ul{
  width: 386px;
  display: block;
}
.gnavArea.js-active #gnav{
	-ms-transform:translateX(0);
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	transform:translateX(0);
	overflow:scroll;
}
.gnavArea #gnav ul li:first-child a{
	border-top: 2px solid #a5609e;
}
.gnavArea #gnav ul li a{
	display: block;
	position: relative;
	padding: 13px 0;
	padding-right: 30px;
	border-bottom: 2px solid #a5609e;
	line-height: 1.3;
  font-size: 22px;
}
.gnavArea #gnav ul li a:after{
	width: 25px;
	height: 25px;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	margin:auto;
	background:url(../images/senior/icon_aro_gr_right.svg)no-repeat center center/contain;
}
.gnavArea #gnav ul li a span{
	font-size:18px;
}
.gnavArea #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: 18px;
    width: 20px;
    height: 16px;
	}
	
	.gnavArea .gnavTrg .gnavTrgInner{
		width:20px;
		height:16px;
	}
	.gnavArea.js-active .gnavTrg .gnavTrgInner{
		width:24px;
	}
  .gnavArea #gnav ul {
    width: 100%;
  }
	.gnavArea .gnavTrg .gnavTrgInner span{
		height:2px;
	}
	.gnavArea #gnav{
    width: 100%;
		padding:100px 15px 0 30px;
	}
	.gnavArea #gnav ul li:first-child a,
	.gnavArea #gnav ul li a{
    padding: 10px 0;
    font-size: 15px;
    border-width: 1px;
	}
	.gnavArea #gnav ul li a span{
		font-size:16px;
	}
	.gnavArea #gnav ul li a em{
		font-size:18px;
	}
  .gnavArea #gnav ul li a:after {
    width: 20px;
    height: 20px;
  }
  
.button_wrap{ margin:10% auto 10%; width:100%;}
.button_wrap .button_one,
.button_wrap .button_tow{ display:block; width:90%; max-width:400px; margin:auto; vertical-align:top; box-sizing:border-box;}
.button_wrap .button_one{padding:0; margin-bottom:4%}
.button_wrap .button_tow{padding:0;}
  
.bottom.button_wrap{margin:8% auto 8%; }
.middle.button_wrap{ position:relative; left:0;}
  
}
@media screen and (max-width: 374px) {
	.gnavArea #gnav {
			width: 100%;
	}
}
/* kvArea
================================================== */
#container{
  margin-top: 183px;
}
.kvArea{
  height: 350px;
  position: relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
  background-image:url(../images/senior/mv_ph.jpg);
  margin-bottom: 30px;
}
.kvArea .inner{
  position: relative;
  height: 100%;
}
.kvArea .kvTxt{
  position:absolute;
  width: 325px;
	top: 0;
  background: #fff;
  bottom: 0;
	right: 0;
  text-align: center;
	padding: 20px 20% 0 50px;
	box-sizing: content-box;
	padding-right: calc((100% - 900px)/2);
}
.kvArea .kvTxt:after{
  content:"";
  background: url(../images/senior/mv_left.png)no-repeat center center/contain;
  position:absolute;
  display: block;
  width: 88px;
  height: 350px;
	top: 0;
	left: -50px;
}
.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;
}
#container .navArea{
  padding: 34px 0 100px;
  background:url(../images/senior/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 .navTtl em .icon img{
	vertical-align:baseline;
}
.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;
  text-align:center;
}
.btn > img{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 77px;
  margin: auto;
}
@media screen and (min-width: 769px) {
.sec{
		min-width:900px;
		padding-bottom: 140px;
    padding-top: 183px;
    margin-top: -183px;
	}
}
.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(../images/senior/icon_minus_ore.svg)no-repeat center center/contain;
	font-size: 0;
}
.flowBlc.gr .trigger span{background-image:url(../images/senior/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: 47px;
  text-align: center;
  margin-right: 25px;
}
#sec01 .tableBlc .howTable .cel i img{
  height: 49px;
}
#sec01 .tableBlc .howTable .cel:nth-of-type(1) i img{
  width: 47px
}
#sec01 .tableBlc .howTable .cel:nth-of-type(2) i img{
  width: 49px
}
#sec01 .tableBlc .howTable .cel:nth-of-type(3) i img{
  width: 39px;
}
#sec01 .tableBlc .howTable .cel + .cel{
  border-top: 2px dotted #3e3a39;
}
.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 .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(../images/senior/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: flex-end;
}
#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;
}
#sec05 .bnrBlc .bnr{
  display: block;
  width: 648px;
  margin: 0 auto 38px;
}
#sec05 .bnrBlc .bnr img{
  width: 100%;
}
#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;
}
#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;
}

/* ==================================================
フッター
================================================== */
/* --footer-- */
	
.footer{
	max-width: 960px;
	margin: 0 auto;
	font-size: 14px;
}	
	
.footer #tel{
	background: #eaffe1;
	padding-bottom: 20px;
	}

.footer #tel p{
	text-align: left;
	font-size: 18px;
	padding-left: 3%;
	padding-top: 10px;
	}
	
.footer #tel img{
	width: 100%;
	}

.footer div.hoken_information{
	background: #fff;
	padding: 20px 0;
	}

.footer .code{
	text-align: right;
	font-size: 20px;
	margin-top: 8px;
	}

.footer .attention{
	border: 2px solid #ccc;
	border-radius: 20px;
	margin: 10px 2%;
	padding: 20px 4%;
	text-align: center;
	}

.footer .attention p{
	font-size: 17px;
	}

.footer .company_wrap{
	overflow: hidden;
	margin: 20px 0;
	}

.footer .company_left{
	position: relative;
	width: 48%;
	float: left;
	text-align: left;
	padding-left: 2%;
	}

.footer .company_right{
	position: relative;
	width: 50%;
	float: left;
	}

.footer .attention_02{
	text-align: left;
	width: 96%;
	margin: 0 auto;
	}
	
	
@media screen and (max-width: 768px) {
  #container{
    margin-top: 100px;
    overflow: hidden;
  }
  .kvArea{
    height: auto;
    background: none;
    margin-bottom: 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;
  }
  .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;
  }
  #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;
	vertical-align:baseline;
  }
	.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;
    padding-top: 100px;
    margin-top: -100px;
  }
  .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 .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: 38px;
    text-align: center;
    margin-right: 15px;
  }
  #sec01 .tableBlc .howTable .cel i img{
    height: 38px;
  }
  #sec01 .tableBlc .howTable .cel:nth-of-type(1) i img{
    width: 37px
  }
  #sec01 .tableBlc .howTable .cel:nth-of-type(2) i img{
    width: 38px
  }
  #sec01 .tableBlc .howTable .cel:nth-of-type(3) i img{
    width: 30px;
  }
  #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 .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(../images/senior/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(../images/senior/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(../images/senior/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(../images/senior/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(../images/senior/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;
  }
  #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;
  }

	/* ==================================================
	フッター
	================================================== */
/* --footer-- */
	
.footer{
	clear:both;
	font-size: 12px;
	padding: 0 4% 10px;
}	
	
.footer #tel{
	background: #eaffe1;
	padding-bottom: 10px;
	}

.footer #tel p{
    font-size: 10px;
    padding: 5px 0 0 3%;
    margin: 2px 0;
	}
	
.footer #tel img{
	width: 100%;
	}

.footer div.hoken_information{
	background: #fff;
	padding: 0 0;
	}

.footer .code{
	text-align: right;
	font-size: 16px;
	margin-top: 8px;
	}

.footer .attention{
    margin: 8px 0% 14px;
    padding: 16px 4%;
    text-align: center;	
    border: 2px solid #ccc;
    border-radius: 16px;	
	}

.footer .attention p{
	font-size: 100%;
	 width:100%;
	}

.footer .company_wrap{
	overflow: hidden;
	margin: 20px 0;   
	 border-bottom: 1px solid #c4c4c4;
	 padding-bottom: 3.125%;
	}

.footer .company_left{
	position: relative;
	width: 100%;
	float: left;
	text-align: left;
	padding-left: 2%;
	margin-bottom:1em;
	}

.footer .company_right{
	position: relative;
	width: 96%;
	margin:auto;
	float:none
	}
}


.benesse-footer__link a{ font-weight:normal;}



/******************************************************************
campaign
******************************************************************/

.campaign{ margin:8% auto 10%;}
.campaign h3{ background:#A5609E; text-align:center; padding:2.2% 0 1.8%;width:100%;}
.campaign h3 img{ display:block; width:80%; margin:auto; max-width:400px;}
.campaign p{}

	
@media screen and (max-width: 768px) {
.campaign{ margin:12% auto 14%;}
.campaign h3{ padding:4% 0 3%;}
.campaign h3 img{ max-width:300px; width:84%;}
	
	}