@charset "UTF-8";
/*------------------------------------------------------------------------------
ブラウザスタイル初期化設定
------------------------------------------------------------------------------*/
body {
	font-size: 16px;
	letter-spacing: 0.5px;
}
p,ul,dd{
	line-height: 1.5;
}


/************************************************************************************************************************************
 .clearfix
************************************************************************************************************************************/
/*for IE 5.5-7*/
.clr, .f_box {
	zoom: 1;
	display: inline-table;
}
/*for modern browser*/
.clr::after, .f_box::after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
* html .clr, * html .f_box {
	height: 1%;
	display:inline-table;
	/*\*/display:block;/**/
}
/* Hides from IE-mac \*/
* html .clr, .* html .f_box  {
	height: 1%;
}
.clr, .f_box {
	display: block;
}
/** displayの強制指定 *****************************************************************/
.tb-show { display: none !important; }
br.tb-show { display: none !important; }
span.tb-show { display: none !important; }
.sp-show { display: none !important; }
br.sp-show { display: none !important; }
span.sp-show { display: none !important; }
.sp_min-show { display: none !important; }
br.sp_min-show { display: none !important; }
span.sp_min-show { display: none !important; }

@media screen and (max-width: 1024px) {
	.tb-hide { display: none !important; }
	.tb-show { display: block !important; }
	br.tb-show { display: inline !important; }
	span.tb-show { display: inline !important; }
}
@media screen and (max-width: 767px) {
	.sp-hide, br.sp-hide { display: none !important; }
	.sp-show { display: block !important; }
	br.sp-show { display: inline !important; }
	span.sp-show { display: inline !important; }
}
@media screen and (max-width: 360px) {
	.sp_min-hide, br.sp_min-hide { display: none !important; }
	.sp_min-show { display: block !important; }
	br.sp_min-show { display: inline !important; }
	span.sp_min-show { display: inline !important; }
}


/* google_conversion_frameが高さを持っているため非表示（画面最下部に不要な余白になる） */
iframe[name=google_conversion_frame] {
	display: none;
}
/** iOS用のhover設定 *****************************************************/
.ios button:hover,
.ios a:hover {
      opacity: 1 !important;
}
.ios .search_button button:hover::after,
.ios .ap_button a:hover::before,
.ios .pnavi a:hover::before,
.ios .rank_list a:hover::before {
      display: none !important;
}
/*------------------------------------------------------------------------------
コンテンツ共通パーツ
------------------------------------------------------------------------------*/
/* ttl00 ------------------------------------------------------------------------------*/
.ttl00 {
	box-sizing: border-box;
	position: relative;
	color: #333!important;
/*	font-size: 32px;*/
	font-size: 28px!important;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	line-height: 1;
	width: 100%;
	padding: 0 0 17px 0;
	margin: 0 0 10px 0!important;
	background: transparent;
	border-bottom: solid 5px #cccccc;
}
.ttl00::after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: -5px;
	display: block;
	width: 110px;
	height: 5px;
	background-color: #014aac;
}
.ttl00 + *{
	margin-top: 0!important;
}

/* ttl01 ------------------------------------------------------------------------------*/
.ttl01 {
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	color: #333;
	font-size: 24px!important;
	font-weight: bold!important;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	vertical-align: bottom;
	width: 100%;
	min-height: 40px;
	padding: 9px 45px 10px 0;
  margin: 21px 0 0px;
}
.ttl01.unique_01 {
	padding: 9px 27px 9px 30px;
	margin: 0;
	background-image: url('../img/frontpage/ttl01_icon_1.png');
	background-size: 27px 27px;
	background-position: left center;
	background-repeat: no-repeat;
}
.ttl01.unique_02 {
	font-size: 22px;
	padding: 9px 27px 9px 30px;
	background-image: url('../img/frontpage/ttl01_icon_2.png');
	background-size: 27px 27px;
	background-position: left center;
	background-repeat: no-repeat;
}
.ttl01.unique_03 {
	font-size: 22px;
	padding: 9px 27px 9px 30px;
	background-image: url('../img/frontpage/ttl01_icon_3.png');
	background-size: 30px 25px;
	background-position: left top 10px;
	background-repeat: no-repeat;
}
.ttl01::before {
	content: "－";
	box-sizing: border-box;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	color: #014aac;
	font-size: 22px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	text-align: center;
/*	line-height: 22px;
*/
	line-height: 0;
	width: 28px;
	height: 29px;
	padding: 13px 0 0;
	margin: auto 0;
	background-color: #FFF;
	border: solid 1px #999;
	border-radius: 6px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}
.ttl01 + *{
	margin-top: 0!important;
}
.ttl01::after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 3px;
	background-color: #014aac;
}
.ttl01.is_close::before {
	content: "＋"
}


.ttl01.not-accordion {
	cursor: default;
}
.ttl01.not-accordion::before {
	display: none;
}


/* ttl02 ------------------------------------------------------------------------------*/
.ttl02 {
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	width: 100%;
	margin: 20px 0 0;
	padding: 11px 45px 11px 7px;
	border-left: solid 3px #014aac;
	background-color: #d9e4f3;
}
.ttl02::before {
	content: "－";
	box-sizing: border-box;
	position: absolute;
	top: 1px;
	bottom: 0;
	right: 15px;
	color: #014aac;
	font-size: 22px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	text-align: center;
/*	line-height: 20px;
*/
	line-height: 0;
	width: 28px;
	height: 29px;
	padding: 13px 0 0;
	margin: auto 0;
	background-color: #FFF;
	border: solid 1px #999;
	border-radius: 6px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}
.ttl02 + *{
	margin-top: 0!important;
}

.ttl02.is_close::before {
	content: "＋"
}


.ttl02.not-accordion {
	cursor: default;
}
.ttl02.not-accordion::before {
	display: none;
}


/* ttl03 ------------------------------------------------------------------------------*/
.ttl03 {
	box-sizing: border-box;
	position: relative;
	color: #333;
	font-size: 20px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	width: 100%;
	padding: 6px 10px 6px 23px;
	margin: 20px 0 0 0;
	border: solid 1px #014aac;
	background-color: #FFF;
}
.ttl03.uq_01 {
	color: #67a624;
	font-size: 20px;
	font-weight: bold;
	padding: 29px 10px 10px 23px;
}
.ttl03.uq_01 .red {
	position: absolute;
	top: 10px;
	left: 9px;
	font-size: 14px;
	font-weight: normal;
}
.ttl03::before {
	content: " ";
	position: absolute;
	top: 8px;
	left: 9px;
	width: 3px;
	height: 1em;
	background-color: #014aac;
}
.ttl03.uq_01::before {
	top: 31px;
}
.ttl03 {
	cursor: pointer;
	padding-right: 26px;
}
.ttl03::after {
	content: "－";
	box-sizing: border-box;
	position: absolute;
	top: 0;
	bottom: 1px;
	right: 8px;
	color: #014aac;
	font-size: 22px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	text-align: center;
/*	line-height: 20px;
*/
	line-height: 0;
	width: 28px;
	height: 29px;
	padding: 13px 0 0;
	margin: auto 0;
	background-color: #FFF;
	border: solid 1px #999;
	border-radius: 6px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

.ttl03.is_close::after {
	content: "＋"
}




/* ttl04 ------------------------------------------------------------------------------*/
.ttl04 {
	position: relative;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	border-bottom: solid 2px #014aac;
	margin: 20px 0 0 0;
	padding: 0 0 1px 20px;
}
.ttl04::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "■";
	color: #014aac;
}


/* ttl05 ------------------------------------------------------------------------------*/
.ttl05 {
	box-sizing: border-box;
	position: relative;
	color: #333;
	font-size: 20px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	width: 100%;
	padding: 10px 10px 10px 23px;
	margin: 15px 0px 0px 0;
	border: solid 1px #014aac;
	background-color: #FFF;
}
.ttl05::before {
	content: " ";
	position: absolute;
	top: 0.6em;
	left: 9px;
	width: 3px;
	height: 1em;
	background-color: #014aac;
}
.ttl05 .red {
	color: #cc0000;
}
.ttl05 .red::before {
	content: "：";
	color: #333;
}

/* ttl06 ------------------------------------------------------------------------------*/
.ttl06 {
	box-sizing: border-box;
	position: relative;
	display: block;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	width: 100%;
	padding-left: 1.5em;
	border-bottom: dotted 1px #014aac;
}
.ttl06 span {
	position: absolute;
	top: 0;
	left: 0;
	color: #014aac;
}

/* 見出し直後のマージン設定 ------------------------------------------------------------------------------*/
*[id^="accordion_tg"] > *:first-child{
	margin-top: 20px!important;
}
*[id^="accordion_tg"] > p:first-child{
	margin-top: 10px!important;
}
*[id^="accordion_tg"] > ul:first-child{
	margin-top: 15px!important;
}
.frontpage *[id^="accordion_tg"] > .inner_wrap:first-child{
	margin-top: 10px!important;
}
.frontpage .f_box *[id^="accordion_tg"] > .inner_wrap:first-child{
	margin-top: 15px!important;
}
*[id^="accordion_tg"] > .clr:first-child{
	margin-top: 10px!important;
}

/* list01 ------------------------------------------------------------------------------*/
.list01 {
	display: table;
	width: 100%;
}
.list01 li {
	display: table-row;
	/*font-size: 14px;*/
	line-height: 1.5;
}
.list01 li .title {
	display: table-cell;
	padding: 0 20px 15px 0;
	max-width: 160px;
	box-sizing: border-box;
}
.list01 li:first-child .title {
	padding-top: 0;
}
.list01 li .title span {
	box-sizing: border-box;
	display: block;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 140px;
	padding: 10px 5px 8px 5px!important;
	background-color: #014aac;
	border-radius: 5px;
}
.list01 li .title.line2 span {
	padding: 0;
}
.list01 li .text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 15px 0;
}
.list01 li:first-child .text {
	padding-top: 0;
}


/* list01-2 ------------------------------------------------------------------------------*/
.list01-2 {
	display: table;
	font-size: 14px;
	width: 100%;
}
.list01-2 .title {
	display: table-cell;
	width: 240px;
	padding: 10px 20px 10px 0;
}
.list01-2 .title span {
	box-sizing: border-box;
	display: block;
	color: #FFF;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	max-width: 240px;
	padding: 10px 0 8px;
	background-color: #014aac;
	border-radius: 5px;
}
.list01-2 .title.line2 span {
	padding: 0;
}
.list01-2 .text {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 10px 0;
}


/* list03 ------------------------------------------------------------------------------*/
.list03 {
	padding: 15px;
	border: solid 1px #cccccc;
	border-radius: 5px;
}
.list03 li {
	color: #333;
}
.list03 li .title {
	font-weight: bold;
	padding: 5px 5px 5px 40px;
	margin: 10px 0;
	background-color: #f4f9fd;
	background-image: url('../img/list03_icon.gif');
	background-size: 21px auto;
	background-position: left 10px top 5px;
	background-repeat: no-repeat;
}
.list03 li:first-child .title {
	margin-top: 0;
}

.list03 li .title .right {
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}
.list03 li .text { margin: 5px 0;}


/* list05 ------------------------------------------------------------------------------*/
.list05 {
}
.list05 li {
	position: relative;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	padding: 0.25em 0;
	padding-left: 1.25em;
}
.list05 li::before {
	content: "・";
	display: block;
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 1em;
	height: 1em;
	margin: auto;
}


/* list07 ------------------------------------------------------------------------------*/
.list07 dt {
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	letter-spacing: normal;
	vertical-align: top;
	text-align: center;
	background-color: #014aac;
	width: 4.5em;
	height: 2em;
	padding: 1.25em 0 1.25em;
	border-radius: 100%;
}
.list07 dd {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	width: calc(100% - 95px);
	margin-left: 15px;
}
.list07 dd .title {
	color: #014aac;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin: 0px 0px 6px;
}


/* list09 ------------------------------------------------------------------------------*/
.list09 {
	overflow: hidden;
}
.list09 .title {
	color: #FFF;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	padding: 9px 15px 6px;
	background-color: #67a624;
	border-radius: 10px 10px 0 0;
}
.list09 ul {
	box-sizing: border-box;
	width: 100%;
	padding: 10px 15px 10px 30px;
	border: solid 1px #67a624;
	border-radius: 0 0 10px 10px;
}
.list09 ul li {
	list-style-type:disc;
}
.list09 ul li.normal {
	list-style-type: none;
	margin-top:10px;
}
.list09 ul li:last-child {
	margin-bottom: 0;
}


/* link01 ------------------------------------------------------------------------------*/
.link01 {
	font-size: 16px;
	margin-bottom: 15px!important;
}
.link01:first-child {
	margin-top: 15px!important;
}
.link01 a {
	position: relative;
	display: inline-block;
	color: #1d3994;
	vertical-align: middle;
	padding: 0 0 0 21px;
}
/*.link01 a::before {
	content: " >";
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Helvetica,Arial,Verdana,sans-serif;
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-indent: 2px;
	line-height: 18px;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background-color: #1d3994;
}*/

.link01 a::before{
position: absolute;
top: 2px;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
background: #1d3994;
}
.link01 a::after{
position: absolute;
top: 7px;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
background: #1d3994;
}
.link01 a::before{
box-sizing: border-box;
width: 18px;
height: 18px;
border: 1px solid #1d3994;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.link01 a::after{
left: 3.5px;
width: 6px;
height: 6px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

/* caution ------------------------------------------------------------------------------*/
.kome{
	font-size: 12px;
	margin-top: 5px!important;
	padding-left: 1em!important;
	text-indent: -1em!important;
}
.kome02{
	font-size: 12px;
	margin-top: 5px!important;
	padding-left: 1.9em!important;
	text-indent: -1.9em!important;
}
.kome03{
	font-size: 12px;
	margin-top: 5px!important;
	padding-left: 3.7em!important;
	text-indent: -3.7em!important;
}


/* block01 ------------------------------------------------------------------------------*/
.block01 {
	box-sizing: border-box;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	padding: 11px 16px;
	margin: 20px 0 15px;
	background-color: #ffffe5;
}
.block01 .red {
	color: #cc0000;
}
.block01 .arrow::after {
	content: " ";
	box-sizing: border-box;
	display: block;
	margin: 15px auto;
	width: 0;
	height: 0px;
	border-top: 32px solid #F9A100;
	border-right: 150px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 150px solid transparent;
}


/* block02 ------------------------------------------------------------------------------*/
.block02 {
	padding: 0 15px;
	background-color: #ffffe5;
}
.block02 .title {
	color: #F0A034;
	font-size: 16px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.7;
	padding: 15px 0 10px;
}
.block02 .title span {
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	line-height: 1.3;
	vertical-align: middle;
	padding: 0.35em 0.8em 0.25em;
	margin: 0 0.25em 0 0;
	background-color: #FF9B00;
	border-radius: 5px;
}
.block02 .text {
	padding: 0 0 15px;
}


/*- inner_acd_wrap ------------------------------------------------------------------------------*/
.inner_acd_wrap {
	/*margin-top: 40px !important;*/
}


/*- common_wrap_01 ------------------------------------------------------------------------------*/
.common_wrap_01 {
	/*margin-top: 40px !important;*/
}
.ttl00+.common_wrap_01 {
	margin-top: 35px !important;
}
.lead+.common_wrap_01 {
	margin-top: 21px !important;
}


/*- select ------------------------------------------------------------------------------*/
.select_box {
	overflow: hidden;
	position: relative;
	z-index: 10;
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	width: 50%;
	background: none;
	background-color: #FFF;
	border-radius: 0;
	border-radius: 2px;
	border: 1px solid #666666;
}
.select_box.age {
	width: 6em;
}
.select_box.age_2 {
	width: 9em;
}
.select_box.hoken_type {
	width: 15em;
}

.select_box::after {
	content: ' ';
	box-sizing: border-box;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 100%;
	background-color: #666666;
	background-image: url('../img/search_select_icon.png');
	background-size: 10px 10px;
	background-position: center;
	background-repeat: no-repeat;
	border-left: 1px solid #666666;
}

.select_box select {
	appearance: button;
	-o-appearance: button;
	-ms-appearance: button;
	-moz-appearance: none;
	-webkit-appearance: button;
	position: relative;
	z-index: 15;
	cursor: pointer;
	box-sizing: border-box;
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	vertical-align: middle;
	line-height: 1;
	letter-spacing: normal;
	width: 100%;
	width: 120%\9;/*IE9サポート*/
	padding: 10px 20px 8px 0.5em;
	padding: 4px 20px 4px 0.5em\9;/*IE9サポート*/
	background: none;
	border: none;
}
.snav-search .select_box select{ 
	width: 125%\9;/*IE9サポート*/
}
.search_banner .search_area .selecrt_age .select_box select {
	width:140%\9;/*IE9サポート*/
}
@-moz-document url-prefix() {
	.select_box select {
		padding: 5px 20px 3px 0.5em;
	}
}
@media all and (-ms-high-contrast:none) {
	.search_banner .search_area .selecrt_age{
		padding: 3px 0
	}
	.selecrt_hoken_type select{
		padding: 8px 20px 6px 0.5em;
	}
	.selecrt_age select{
		padding: 8px 20px 6px 0.5em;
	}
}
.select_box select::-ms-expand {
	display: none;
}
.select_box select option {
	box-sizing: border-box;
	font-size: 16px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	padding: 0 0.5em;
}


/*- radio_button ------------------------------------------------------------------------------*/
input.radio_button[type="radio"] {
	display: none;
	outline:none;
	appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
input.radio_button[type="radio"] + .inner_label {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	width: 17px;
	height: 17px;
	margin-right: 5px;
	background-color: #FFF;
	background:-webkit-radial-gradient(center, circle cover, #fefefe 37%, #c4c4c4 100%);
	background:-moz-radial-gradient(center, circle cover, #fefefe 37, #c4c4c4 100%);
	background:-o-radial-gradient(center, circle cover, #fefefe 37, #c4c4c4 100%);
	background:radial-gradient(#fefefe 37, #c4c4c4 100%);

	border: 1px solid #9a9a9a;
	border-radius: 50%;
	-webkit-box-shadow:0 0 6px 2px rgba(200,200,200,0.2) inset;
	-moz-box-shadow:0 0 6px 2px rgba(200,200,200,0.2) inset;
	box-shadow:0 0 6px 2px rgba(200,200,200,0.2) inset;
}
input.radio_button[type="radio"]:checked + .inner_label:after {
	display: block;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 11px;
	height: 11px;
	margin: auto;
	border-radius: 50%;
	background: #000;
}



/*- check_box -----------------------------*/
input.check_box[type="checkbox"] {
	display: none;
	outline:none;
	appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
input.check_box[type="checkbox"] + .inner_label {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	background-color: #E2E2E2;
	background: linear-gradient(top, #FFFFFF, #E2E2E2);
	background: -o-linear-gradient(top, #FFFFFF, #E2E2E2);
	background: -ms-linear-gradient(top, #FFFFFF, #E2E2E2);
	background: -moz-linear-gradient(top, #FFFFFF, #E2E2E2);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E2E2E2));
	border: 1px solid #AAAAAA;
	border-radius: 3px;
}
input.check_box[type="checkbox"]:checked + .inner_label:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: " ";
	width: 100%;
	height: 100%;
	background-image: url('../img/medical/rank_checked_icon.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}



/* .search_banner ------------------------------------------------------------------------------*/
.search_banner {
	margin: 50px 0 0;
	border: solid 1px #cccccc;
}

.list-btn + .search_banner {
	margin-top: 10px;
}
.list-btn {
	margin-top: 50px;
}

.search_banner .banner_title {
	width: 100%;
	margin-bottom: -1.3888888888888888888888888888889%;	/* 10/720*100 */
}
.search_banner .search_area {
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	padding: 10px 9px 9px 9px;
	background-color: #ffcc00;
	display: table;
}
.search_banner .search_area .selecrt_hoken_type {
	box-sizing: border-box;
	width: 223px;
	height: 50px;
	padding: 7px 11px 7px 0;
	padding: 9px 11px 7px 0\9;/*IE9対応*/
	margin: 0 0 0;
	background-image: url('../img/common/search_banner/serch_banner_bg_arrow_01.png');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	display: table-cell;
	float: left;
}
.search_banner .search_area .selecrt_hoken_type .select_box {
	width: 190px;
	overflow: hidden;
}
.search_banner .search_area .selecrt_age {
	box-sizing: border-box;
	width: 220px;
	height: 50px;
	text-align: center;
	padding:6px 0 0 0;
	padding: 3px 0 0 0\9;/*IE9対応*/
	margin: 0 0 0 -10px;
	background-image: url('../img/common/search_banner/serch_banner_bg_arrow_02.png');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	display: table-cell;
	float: left;
}
.search_banner .search_area .selecrt_age .select_box {
	vertical-align: middle;
	width: 70px;
}
.search_banner .search_area .selecrt_age .search_radio {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.search_banner .search_area .selecrt_age .search_radio label, 
.search_banner .search_area .selecrt_age .search_radio label .inner_label {
	display: inline-block;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	vertical-align: middle;
}
.search_banner .search_area .selecrt_age .search_radio label:last-child, 
.search_banner .search_area .selecrt_age .search_radio label .inner_label:last-child {
	margin-left: 10px;
}
.search_banner .search_area .selecrt_age .search_radio label input.radio_button[type="radio"] + .inner_label {
	margin-right: 0;
	margin-bottom: 4px;
}
.search_banner .search_area .search_button {
	display: inline-block;
	vertical-align: middle;
	width: 240px;
	height: 100%;
	margin: 0 0 0 6px;
}
.search_banner .search_area .search_button button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	display:inline-block;
	cursor: pointer;
	padding: 0;
	background: none;
	background-color: transparent;
	border: none;
	border-radius: 0;
	color: #FFF;
	font-size: 30px;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 4px rgba(0,0,0, 0.7);
	line-height: 51px;
	width: 100%;
	height: 53px;
	padding-left: 20px;
	background-color: #2db86b;
	border: solid 1px #106f00;
	border-bottom: solid 4px #106f00;
	border-radius: 10px;
	background-image:  url('../img/common/search_banner/serch_banner_bg_icon_btn.png');
	background-size: 15.416666666666666666666666666667% auto;	/* 37/240*100 */
	background-position: 10px 3px;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
.search_banner .search_area .search_button button:hover{
	border: solid 1px #70a167 !important;
	border-bottom: solid 4px #70a167 !important;
}
.search_banner .search_area .search_button button:hover::after {
	position: absolute;
	top: 0;
	left: 0;
	content: " "; 
	display: block;
	width: 150%;
	height: 160%;
	background-color: rgba(255, 255, 255, 0.4);
}
.search_banner .search_area .item-inactive{
	opacity: 0.3;
}
/*
@media all and (-ms-high-contrast:none) {
	.search_banner .search_area .selecrt_age,
	.select_box select {
		padding: 8px 0 8px 8px;
	}
	.search_banner .search_area .selecrt_hoken_type{
		padding:12px 11px 7px 0;
	}
}
*/
/* .application_banner ------------------------------------------------------------------------------*/
.application_banner {
	margin-top: 10px;
	position: relative;
}
.application_banner .banner_img {
	width: 100%;
}
.application_banner .banner_img img {
	width: 100%;
	height: auto;
}
.application_banner .ap_button {
	position: absolute;
	right: 9px;
	bottom: 7px;
}
.application_banner .ap_button a {
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	display: block;
	color: #FFF;
	font-size: 19px;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 1px #bd6400, -1px 1px 1px #bd6400, 1px -1px 1px #bd6400, -1px -1px 1px #bd6400;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	width: 211px;
	height: 38px;
	background-color: #fc8600;
	border: solid 1px #bf6000;
	border-bottom: solid 4px #bf6000;
	border-radius: 8px;
}
.application_banner .ap_button a:hover::before {
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	display: block;
	width: 150%;
	height: 160%;
	background-color: rgba(255, 255, 255, 0.4);
}