@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------
タグ初期化
------------------------------------------------- */
*{ margin:0; padding:0; }
html{ margin:0; padding:0; font-size: 62.5%; }
img { border:none; vertical-align:top; }
strong{ font-weight:bold; }
a { color:inherit; text-decoration:underline; outline:none; }

body{
	color: #000000;
	font-family : YuGothic, 'Yu Gothic', sans-serif;
	line-height: 1.6;
}
super{font-size:0.7em; vertical-align:super;}

/* -----------------------------------------------
汎用クラス
------------------------------------------------- */

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.img{
	text-align: center;
}

.img img{
	max-width: 100%;
}

.img02 img{
	max-width: 100%;
}

.aln_r{
	text-align: right;
}

/* -----------------------------------------------
メインビジュアル
------------------------------------------------- */

.logo{
	position: absolute;
}

.main_v__img01,.main_v__img02{
	text-align: center;
}



/* -----------------------------------------------
section4 campaign画像
------------------------------------------------- */
.section_04 .section_box .inner{padding: 0 0 3% 0 !important;}

	.section_04 .campaign{
		background:url(../images/180927/4/bg_img.png) no-repeat;
		margin:4% auto;		background-size: 100% 100%;
	}
	.section_04 .campaign img{
		max-width:100%;}
	.section_04 .campaign .camp_ttl{ width:100%;background: #FFF;}
		
	
	.section_04 .campaign p.num_wrap{ width:96%; text-align:center; margin:2% auto;}
	.section_04 .campaign .camp_img{width:96%; display:block; text-align:center; margin:2% auto; padding:0;}
	.section_04 .campaign .camp_img img{ max-width:100%}


@media screen and (max-width: 768px){
	.section_04 .campaign{
		background:url(../images/180927/sp/4/bg_img.png) no-repeat;background-size: 100% 100%;}
	.section_04 .campaign p.num_wrap{ margin:4% auto;}
	.section_04 .campaign .camp_img{width:98%;margin:2% auto; } 
	
}



/* -----------------------------------------------
SPサイズ　button配置
------------------------------------------------- */


@media screen and (max-width: 768px){
.button_wrap{
		width:100%;
		margin:6% auto;
		overflow:hidden;
	}
	.button_wrap .padding_wrap{
		padding:0 2%;
		}
		
	.button_wrap .button_img00{ display:none;	}
	
	.button_wrap .button_img01{
		display: block;
		float:none;
		margin:0 auto;
		width: 100%
	}
	
	.button_wrap .button_img02{
		display: block;
		float:none;
		margin:1em auto 0;
		width: 100%
	}

	.button_wrap .button_img00 img,.button_wrap .button_img01 img,.button_wrap .button_img02 img{
		width: 100%;
		height: auto
	}
	
}



/* -----------------------------------------------
バナー
------------------------------------------------- */
.fixed{
	background: rgba(11,49,143,0.8);
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	box-sizing: border-box;
	transition: 0.8s;
}

.fixed a{
	display: inline-block;
}

.fixed a:hover{
	opacity: 0.7;
}

/* -----------------------------------------------
section汎用
------------------------------------------------- */

.section_band{
	background: #e54a81;
	text-align: center;
}

.section_band .inner{
	position: relative;
}

.section_h3{
}

.bg_y{
	background:linear-gradient(transparent 25%, #FDFE1F 25%);
	font-weight: bold;
}

.caption_02{
	margin-left: 2em;
	text-indent: -2em;
}

/* common
--------------------------------------------------*/
.benesse-header,
.benesse-footer {
	background-color: #fff;
	color: #000;
	font: 12px/1.231 "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

.benesse-header a,
.benesse-footer a {
	color: #0070cb;
	text-decoration: underline;
}

.benesse-header__inner,
.benesse-footer__inner {
	margin-right: auto;
	margin-left: auto;
	max-width: 926px; /* 950px - 12px * 2 */
	padding: 12px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	*zoom: 1; /* IE6,7 */
}

/* Clearfix */
.benesse-header__inner:before,
.benesse-header__inner:after,
.benesse-footer__inner:before,
.benesse-footer__inner:after {
	content: "";
	display: block;
	overflow: hidden;
}
.benesse-header__inner:after,
.benesse-footer__inner:after {
	clear: both;
}

.benesse-header__link,
.benesse-footer__link {
	margin: 0 0 0 -12px;
	padding: 0;
	list-style-type: none;
}

.benesse-header__link li,
.benesse-footer__link li {
	display: inline;
	margin-left: 12px;
}

.benesse-header__link a,
.benesse-footer__link a {
	display: inline-block;
	padding: 4px 0 4px 10px;
	background: url(../images/180927/footer/icon-arrow@2x.png) left center / 6px 6px no-repeat;
}

/* benesse-header
--------------------------------------------------*/
.benesse-header {
	padding-bottom: 0;
}

.benesse-header__inner {
	padding-bottom: 0;
}

.benesse-header__logo {
	float: left;
	display: inline; /* IE6 */
	margin: -12px 0 0 -12px;
}

.benesse-header__logo a {
	display: inline-block;
}

.benesse-header__logo img {
	display: block;
	width: 130px;
	height: 43px;
	border: none;
}

.benesse-header__link {
	float: right;
	margin-top: -1px;
	margin-bottom: 8px;
	margin-left: 0;
}

@media screen and (max-width: 480px) {

	.benesse-header__link li {
		display: block;
		text-align: right;
	}
}

/* benesse-footer
--------------------------------------------------*/
.benesse-footer {
}

.benesse-footer__link {
	float: left;
	display: inline; /* IE6 */
}

.benesse-footer__copyright {
	float: right;
	margin: 0 0 0 12px;
	padding: 4px 0;
	color: #666;
	font-size: 11px;
	text-align: right;
}

@media screen and (max-width: 480px) {

	.benesse-footer__copyright {
		clear: left;
		float: none;
		margin-left: 0;
		text-align: left;
	}
}


@media screen and (min-width: 769px){
	
	sup{
		font-size: 0.7em;
	}

	.sp{
		display: none;
	}
	
	.inner{
		width: 1060px;
		position: relative;
		margin: 0 auto;
	}
	
	.mb-pc-sp{
		margin-bottom: 30px;
	}
	
/* -----------------------------------------------
メインビジュアル
------------------------------------------------- */

	.main_v{
		background: #f8f7f8 url(../images/180927/main_v/main_bg.png) top center no-repeat;
		padding-bottom:80px;
	}
	
	.main_v .inner{
		padding-top: 140px;
	}
	
	.logo{
		top: 40px;
		right: 0;
	}
	
	.logo img{
		width: 301px;
		height: 62px;
	}
	
	.main_v__img01{
		
	}

	.main_v__img01 img{
		width: 1060px;
		height: 651px;
	}
	

	.main_v__img02{
		margin-bottom: 20px;
	}
	
	.main_v__txt{
		font-size: 2rem;
	}
	
/* -----------------------------------------------
バナー
------------------------------------------------- */
	.fixed{
		padding: 10px 0;
	}	

	.fixed_inner{
		width: 1060px;
		text-align:center;
		margin: 0 auto;
	}

	.fixed a.fixed_img01{
		margin-right: 28px;
		position: relative;
	}
	/*
	.fixed a.fixed_img01::before{
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		background: url(../images/180927/fixed/cam.png) left top no-repeat;
		width: 307px;
		height: 75px;
	}
	*/
/* -----------------------------------------------
section汎用
------------------------------------------------- */

	.section_band{
		padding: 25px 0;
	}
	
	.section_h3{
		margin-bottom: 30px;
	}
	
	.section_txt{
		font-size: 2.8rem;
		margin-bottom: 40px;
	}
	
	.section_txt_c{
		font-size: 2.8rem;
		margin-bottom: 10px;
		text-align: center;
	}
	
	
	.caption{
		font-size: 2rem;
		margin-bottom: 50px;
	}
	
	.caption_02{
		font-size: 2rem;
	}
	
	
	.section_box{
		margin-bottom: 60px;
	}
	
	.check__img{
		margin-top: 20px;
	}
	
	
/* -----------------------------------------------
section01
------------------------------------------------- */
	
	.section_band_type01::before{
		position: absolute;
		display: block;
		content: url(../images/180927/1/h2_title_img.png);
		top: -44px;
		left: 40px;
	}	
	
	.section_img01{
		margin-bottom: 7px;
	}
	
	.flo_l_01{
		float: left;
		width: 640px;
		margin-right: 20px;
	}
	
	.flo_r_01{
		float: right;
		width: 400px;
	}
	
	.flo_l_03{
		float: left;
		width: 730px;
		margin-right: 23px;
	}
	
	.flo_r_03{
		float: right;
		width: 307px;
	}
	
	.two_column{
		padding-bottom: 80px;
	}
	
	.two_column_l{
		width: 480px;
		margin-right: 50px;
		float: left;
	}
	
	.two_column_r{
		width: 480px;
		float: left;
	}	
	
	.two_column__img{
		text-align: center;
	}
	
	.two_column__img img{
		width: 474px;
		height: 199px;
	}
	
	.two_column02{
		padding: 50px 0 80px;
	}
	
	.two_column_02_l{
		width: 500px;
		margin-right: 60px;
		float: left;
	}
	
	.two_column_02_r{
		width: 500px;
		float: left;
	}		
	
	.two_column__img02{
		text-align: center;
		margin-bottom: 14px;
	}
	
	.two_column__img02 img{
		width: 500px;
		height: 284px;
	}
	
	
	.two_column__txt_01{
		font-size: 3.4rem;
	}
	
	.two_column__txt_02{
		font-size: 2rem;
	}
	
	.check-wrap{
		margin-bottom: 40px;		
	}
	.check-wrap .kome{
		font-size:2rem;
	}
	
	.check{
		background: url(../images/180927/1/check.png) left top 40px no-repeat;
		padding: 40px 0 40px 100px;
		font-weight: bold;
		border-bottom: 1px solid #e54a81;

	}
	
	.check:first-child{
		background: url(../images/180927/1/check.png) left top no-repeat;
		padding: 0 0 40px 100px;
	}
	
	.check_txt{
		font-size: 3.6rem;
		padding-top: 6px;
	}
	
	.check_txt_02{
		margin-left: 24px;
		font-size: 2.3rem;
	}
	
	.check_txt_03{
		font-size: 2rem;
	}
	
	.check_txt_04{
		font-size: 2.3rem;
	}
	.check__img{
		margin-bottom:10px
	}
	
	
	
/* -----------------------------------------------
section02
------------------------------------------------- */
	
	.section_band_type02::before{
		position: absolute;
		display: block;
		content: url(../images/180927/2/h2_title_img.png);
		top: -85px;
		right: -30px;
	}
	
	.section_img02{
		margin-top: 60px;
		margin-bottom: 50px;
	}
	
	.section_img03{
		margin-bottom: 30px;
	}

	.section_img04{
		margin-bottom: 5px;
	}
	
	/*--------------200617-----------------*/
	.sub_text{text-indent: 1em;}
	.kakko_text{font-size: 2rem; padding-left:40px;}
	.kakko{display:block; float:left;}
	.kakko img{padding:0 0 0 25px;}
	
/* -----------------------------------------------
section03
------------------------------------------------- */
	
	.section_03 .section_band{
		padding: 54px 0;
	}
	
	.section_03 .section_box .inner{
		padding-top: 80px;
	}
	
	.section_band_type03::before{
		position: absolute;
		display: block;
		content: url(../images/180927/3/h2_title_img.png);
		top: -91px;
		right: 10px;
	}
	
	.section_voice{
		margin-bottom: 40px;
	}
	
	.section_voice_img_01{
		float: left;
		width: 318px;
	}
	
	.section_voice_title_01,.section_voice_txt_01{
		float: right;
		width: 720px;
	}
	
	.section_voice_img_02{
		float: right;
		width: 318px;
	}
	
	.section_voice_title_02,.section_voice_txt_02{
		float: left;
		width: 720px;
	}
	
	.section_voice_title_01,.section_voice_title_02{
		background: url(../images/180927/3/icon_nikukyu.png) left top no-repeat;
		padding-left: 40px;
		font-weight: bold;
		color: #ea6d8d;
		font-size: 2.6rem;
		box-sizing: border-box;
	}
	
/* -----------------------------------------------
section04
------------------------------------------------- */
	
	.section_band_type04::before{
		position: absolute;
		display: block;
		content: url(../images/180927/4/h2_title_img.png);
		top: -44px;
		left: 10px;
	}
	
	
	.section_04 .section_box .inner{
	}

	
/* -----------------------------------------------
footer
------------------------------------------------- */
	
.footer{
	margin: 0 auto;
	width: 960px;
	font-size: 14px;
	padding-bottom: 100px;
}	
	
.footer #tel{
	background: #eaffe1;
	padding-bottom: 20px;
	}

.footer #tel p{
	text-align: left;
	font-size: 20px;
	padding-left: 5%;
	padding-top: 20px;
	}
	
.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: 18px;
	}

.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){

	.pc{
		display: none;
	}	
	
	.sp_inner{
		padding: 0 15px;
	}
	
	.mb-pc-sp{
		margin-bottom: 10px;
	}
	
	
	
/* -----------------------------------------------
メインビジュアル
------------------------------------------------- */
	
	.main_v{
		background:#f8f7f8 url(../images/180927/sp/main_v/main_bg.jpg) top center no-repeat;
		background-size: 100% auto;
		padding-bottom: 30px;
	}
	
	.main_v .inner{
		padding-top: 80px;
	}
	
	.logo{
		top: 15px;
		right: 20px;
	}
	
	.logo img{
		width: 187px;
		height: auto;		
	}
	
	.main_v__img01 img{
		width: 95.31%;
		margin-bottom: 14px;
	}
	
	.main_v__img02{
		margin-bottom: 15px;
		padding: 0 15px;
	}
	
	.main_v__img02 img{
		width: 100%;
		height: auto;
	}
	
	.main_v__txt{
		padding: 0 15px;
		font-size: 1rem;
	}
	
/* -----------------------------------------------
バナー
------------------------------------------------- */
	.fixed{
		display:none;
		padding: 10px 0 6px 2.76%;
	}
	
	.fixed .fixed_img00{
		width: 15.36%;
		margin-right:0.38%;
	}
	
	.fixed .fixed_img01{
		margin-right: 2.76%;
		width: 45.28%
	}
	
	.fixed .fixed_img02{
		margin-right: 2.76%;
		width: 33.3%
	}

	.fixed .fixed_img00 img,.fixed .fixed_img01 img,.fixed .fixed_img02 img{
		width: 100%;
		height: auto
	}
	
	
/* -----------------------------------------------
section汎用
------------------------------------------------- */

	.section_band{
		padding: 15px 0;
	}
	
	.section_title{
		height: 40px;
		width: auto;
	}
	
	.section_h3{
		margin-bottom: 10px;
	}
	
	.section_txt{
		font-size: 1.4rem;
		margin-bottom: 15px;		
	}
	
	.section_txt_c{
		font-size: 1.4rem;
		margin-bottom: 15px;
		text-align: center;
	}
	
	.section_box{
		margin-bottom: 50px;
	}
	
	.caption_02{
		font-size: 1rem;
	}
	
	
	
/* -----------------------------------------------
section01
------------------------------------------------- */
	
	.section_band_type01::before{
		position: absolute;
		display: block;
		content: "";
		width: 43px;
		height: 75px;
		background: url(../images/180927/1/h2_title_img.png) left top no-repeat;
		background-size: 43px 75px;
		top: -20px;
		left: 10px;
	}	
	
	.section_img01{
		margin-bottom: 7px;
	}
	
	.flo_r_02{
		float: right;
		width: 150px;
		height: auto;	
		margin-bottom: 15px;
	}
	
	.flo_r_05{
		float: right;
		width: 132px;
		height: 96px;	
		margin-bottom: 15px;
	}
	
	.two_column{
	}
	
	.two_column_l{
		margin-bottom: 15px;
		padding: 0 15px;
	}
	
	.two_column_r{
		margin-bottom: 15px;
		padding: 0 15px;
	}	
	
	.two_column__img{
		text-align: center;
	}
	
	.two_column__img img{
		width: 100%;
		height: auto;
		
	}
	
	.two_column__txt_01{
		font-size: 1.8rem;
	}
	
	.two_column__txt_02{
		font-size: 1em;
	}	
	
	.check-wrap{
		margin-bottom: 10px;		
	}
	.check-wrap .kome{
		font-size:1.4rem;
	}
	
	.check{
		background: url(../images/180927/1/check.png) left top 15px no-repeat;
		background-size: 35px;
		padding: 15px 0 15px 40px;
		font-weight: bold;
		border-bottom: 1px solid #e54a81;

	}
	
	.check:first-child{
		background: url(../images/180927/1/check.png) left top no-repeat;
		background-size: 35px;		
		padding: 0 0 15px 40px;

	}
	
	.check_txt{
		font-size: 1.7rem;
		padding-top: 6px;
	}
	
	.check_txt_02{
		font-size: 1.4rem;
	}
	
	.check_txt_04{
		font-size: 1.4rem;
	}	
	
	.check__img{
		margin: 10px auto 5px;
	}
	
/* -----------------------------------------------
section02
------------------------------------------------- */
	
	.section_band_type02::before{
		position: absolute;
		display: block;
		content: "";
		width: 66px;
		height: 77px;
		background: url(../images/180927/2/h2_title_img.png) left top no-repeat;
		background-size: 66px 77px;
		top: -23px;
		right: -5px;
	}	
	
	.two_column02{
		padding-top: 30px;
	}
	
	.two_column_02_l{
		margin-bottom: 15px;
		padding: 0 15px;
	}
	
	.two_column_02_r{
		margin-bottom: 15px;
		padding: 0 15px;
	}	
	
	.two_column__img02{
		text-align: center;
		margin-bottom: 10px;
	}
	
	.two_column__img02 img{
		width: 100%;
		height: auto;
		
	}
	
	.two_column__txt_01{
		font-size: 1.8rem;
	}
	
	.two_column__txt_02{
		font-size: 1em;
	}		

	.section_img02{
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
	.section_img03{
		margin-bottom: 15px;
	}
	
	.section_img04{
		margin-bottom: 5px;
	}
	
			/*--------------200617-----------------*/
	.sub_text{text-indent: 0em;}
	.kakko_text{font-size: 1rem; padding-left:20px;}
	.kakko{; height:0px;}
	.kakko img{padding:0px 0 0 10px; height:30px}
	
/* -----------------------------------------------
section03
------------------------------------------------- */
	
	.section_band_type03::before{
		position: absolute;
		display: block;
		content: "";
		width: 56px;
		height: 65px;
		background: url(../images/180927/3/h2_title_img.png) left top no-repeat;
		background-size: 56px 65px;
		top: -30px;
		right: 10px;
	}	
	
	.section_03 .section_box .inner{
		padding-top: 20px;
	}	
	
	.section_band_type03 .section_title{
		height: 25px;
		width: auto;
	}
	
	.section_voice{
		margin-bottom: 20px;
	}
	
	.section_voice_img_01{
		float: left;
		width: 144px;
	}
	
	.section_voice_img_01 img,.section_voice_img_02 img{
		width: 144px;
		height: 144px;
		margin-bottom: 10px;
	}
	
	.section_voice_title_01{
		float: left;
        width : -webkit-calc(100% - 159px);
        width : calc(100% - 159px);		
		margin-left: 15px;
	}
	
	.section_voice_img_02{
		float: right;
		width: 144px;
	}
	
	.section_voice_title_02{
		float: left;
        width : -webkit-calc(100% - 159px);
        width : calc(100% - 159px);		
		margin-right: 15px;
	}
	
	.section_voice_title_01,.section_voice_title_02{
		padding-top: 30px;
		font-weight: bold;
		color: #ea6d8d;
		font-size: 1.3rem;
		box-sizing: border-box;
	}
	
	.section_voice_title_01::before,.section_voice_title_02::before{
		background: url(../images/180927/3/icon_nikukyu.png) left top no-repeat;
		background-size: 16px;
		content: "";
		display: inline-block;
		height: 16px;
		width: 16px;
		margin-right: 5px;
	}
	
/* -----------------------------------------------
section04
------------------------------------------------- */
	
	.section_band_type04::before{
		position: absolute;
		display: block;
		content: "";
		width: 62px;
		height: 71px;
		background: url(../images/180927/4/h2_title_img.png) left top no-repeat;
		background-size: 62px 71px;
		top: -20px;
		left: 10px;
	}	
	
	.section_04 .section_box .inner{
		padding: 20px 0 0;
	}
	
	.section_04 .section_box{
		margin-bottom: 0;
	}
	
	
/* -----------------------------------------------
footer
------------------------------------------------- */
	
.footer{
	font-size: 14px;
	padding: 10px 10px 92px;
}	
	
.footer #tel{
	background: #eaffe1;
	}

.footer #tel p{
    font-size: 10px;
    padding: 5px 0 4px 5%;
    margin: 2px 0;
	}
	
.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{
    margin: 8px 2% 14px;
    padding: 4px 4%;
    text-align: center;	
    border: 2px solid #ccc;
    border-radius: 20px;	
	}

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

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

.footer .company_left{
	}

.footer .company_right{
	}

.footer .attention_02{
	}	
	
	/*--------0610追加------*/
	.caption{
		text-indent:-1em;
		padding-left:1em;
		font-size:12px;
		margin-bottom: 10px;}
}