@charset "utf-8"; 
/* ------------------------------------------------------------------------ */

/*  Parts

/* ------------------------------------------------------------------------ */

/* Layout
--------------------------------------------------------------------------- */

/* --- margin --- */

.auto  { margin-right : auto; margin-left : auto;}

.mt0   { margin-top	: 0 !important;}
.mt5   { margin-top	: 5px !important;}
.mt10  { margin-top	: 10px !important;}
.mt15  { margin-top	: 15px !important;}
.mt20  { margin-top	: 20px !important;}
.mt25  { margin-top	: 25px !important;}
.mt30  { margin-top	: 30px !important;}
.mt35  { margin-top	: 35px !important;}
.mt40  { margin-top	: 40px !important;}
.mt45  { margin-top	: 45px !important;}
.mt50  { margin-top	: 50px !important;}

.mr0   { margin-right : 0 !important;}
.mr5   { margin-right : 5px !important;}
.mr10  { margin-right : 10px !important;}
.mr15  { margin-right : 15px !important;}
.mr20  { margin-right : 20px !important;}
.mr25  { margin-right : 25px !important;}
.mr30  { margin-right : 30px !important;}
.mr35  { margin-right : 35px !important;}
.mr40  { margin-right : 40px !important;}
.mr45  { margin-right : 45px !important;}
.mr50  { margin-right : 50px !important;}

.mb0   { margin-bottom : 0 !important;}
.mb5   { margin-bottom : 5px !important;}
.mb10  { margin-bottom : 10px !important;}
.mb15  { margin-bottom : 15px !important;}
.mb20  { margin-bottom : 20px !important;}
.mb25  { margin-bottom : 25px !important;}
.mb30  { margin-bottom : 30px !important;}
.mb35  { margin-bottom : 35px !important;}
.mb40  { margin-bottom : 40px !important;}
.mb45  { margin-bottom : 45px !important;}
.mb50  { margin-bottom : 50px !important;}

.ml0   { margin-left : 0 !important;}
.ml5   { margin-left : 5px !important;}
.ml10  { margin-left : 10px !important;}
.ml15  { margin-left : 15px !important;}
.ml20  { margin-left : 20px !important;}
.ml25  { margin-left : 25px !important;}
.ml30  { margin-left : 30px !important;}
.ml35  { margin-left : 35px !important;}
.ml40  { margin-left : 40px !important;}
.ml45  { margin-left : 45px !important;}
.ml50  { margin-left : 50px !important;}

.m0   { margin : 0 !important;}
.m10  { margin : 10px !important;}
.m15  { margin : 15px !important;}
.m20  { margin : 20px !important;}
.m25  { margin : 25px !important;}
.m30  { margin : 30px !important;}
.m35  { margin : 35px !important;}
.m40  { margin : 40px !important;}
.m45  { margin : 45px !important;}
.m50  { margin : 50px !important;}


/* --- padding --- */

.pt0  { padding-top : 0 !important;}
.pt5  { padding-top : 5px !important;}
.pt10 { padding-top : 10px !important;}
.pt15 { padding-top : 15px !important;}
.pt20 { padding-top : 20px !important;}

.pr0  { padding-right : 0 !important;}
.pr5  { padding-right : 5px !important;}
.pr10 { padding-right : 10px !important;}
.pr15 { padding-right : 15px !important;}
.pr20 { padding-right : 20px !important;}

.pl0  { padding-left : 0 !important;}
.pl5  { padding-left : 5px !important;}
.pl10 { padding-left : 10px !important;}
.pl15 { padding-left : 15px !important;}
.pl20 { padding-left : 20px !important;}

.pb0  { padding-bottom : 0 !important;}
.pb5  { padding-bottom : 5px !important;}
.pb10 { padding-bottom : 10px !important;}
.pb15 { padding-bottom : 15px !important;}
.pb20 { padding-bottom : 20px !important;}

.pb0   { padding : 0  !important;}
.pb5   { padding : 5px !important;}
.pb10  { padding : 10px !important;}
.pb15  { padding : 15px !important;}
.pb20  { padding : 20px !important;}

.nowrap { white-space : nowrap;}

/* --- width --- */

.w_auto {
	width: auto !important;
}
.w5{
	width: 5%;
}
.w8{
	width: 5%;
}
.w15 {
    width: 15%;
}
.w20 {
    width: 20%!important;
}
.w25 {
	width: 25%!important;
}
.w30 {
	width: 30%!important;
}
.w35 {
	width: 35%!important;
}
.w40 {
	width: 40%!important;
}
.w45 {
	width: 45%!important;
}
.w55 {
	width: 55%!important;
}
.w60 {
	width: 60%;
}
.w65 {
	width: 65%;
}
.w70 {
	width: 70%;
}
.w75 {
	width: 75%!important;
}
.w80 {
	width: 80%!important;
}
.w90 {
	width: 90%;
}

/* --- display --- */

.block	{ display : block;}
.inline { display : inline;}

.fltbox { margin : 0 auto;}
.flt_r  { float : right !important;}
.flt_l  { float : left !important;}

.txt_r { text-align : right !important;} 
.txt_c { text-align : center !important;} 
.txt_l { text-align : left !important;} 

.psn { position : relative;}

.none {
	background	: none !important;
	border		: none !important;
}

.flex{
	display: flex;
}

.pcStyle{
	display: block;	
}

.spStyle{
	display: none;
}

@media only screen and (max-width:940px) {
	.pcStyle{
		display: none;
	}
	
	.spStyle{
		display: block;
	}
}

/* Heading
--------------------------------------------------------------------------- */

.hd02{
	font-size: 3.2rem;
	font-weight: 400;
}

.hd03{
	background-color:#008ce9;
	color:#ffffff;
	font-size: 2rem;
	padding:10px 0 7px 10px;
	border-radius: 8px;
	margin-top:20px;
}


.hd04{
	margin-top:60px;
	color:#008ce9;
	font-size: 18px;
	border-bottom: 2px solid #d9d9d9;
}

.hd05{
	font-weight: bold;
	border-bottom: 1px solid #008ce9;
	padding: 0 0 5px 10px;
	margin-top: 40px;
}

.hd06{
	font-size: 1.8rem;
}

.hd06-02{
	font-size: 1.8rem;
	color: #663c14;
	margin-top: 20px;
}

.underlayer_hd{
	border-bottom: 2px solid #008ce9;
    padding: 30px 0;
}

.underlayer_hd h2{
	font-size: 3.0rem;
}

@media screen and (max-width: 940px){
	.hd04{
		margin-top: 30px;
	}
	
	.underlayer_hd h2{
    	font-size: 3.6rem;
	}
}

@media screen and (max-width: 767px){
	.hd03{
		border-radius: 4px;
		font-size: 1.6rem;
		padding: 10px;
	}
	
	.hd06-02{
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 540px){
	.underlayer_hd{
		padding: 15px 0;
	}
	
	.underlayer_hd h2{
    	font-size: 2.0rem;
	}
}


/* image
--------------------------------------------------------------------------- */

img.image	{ border: solid 1px #d9d9d9; padding : 1px; background : #FFF;}

.imgbox	{
	margin		: 0 0 30px;
	_zoom		: 1;
	overflow	: hidden;
}

.imgL { float : left;  margin : 0 10px 5px 0; }
.imgR { float : right; margin : 0 0 5px 10px; }

.imgbox p {
	overflow	: hidden;
	_zoom		: 1;
}


/* table
--------------------------------------------------------------------------- */

.tableStyle01{
	margin-top: 20px;
}

.tableStyle01 table{
	width: 100%;
    border-collapse: collapse;
	border: 1px solid #aaa;
}

.tableStyle01 th{
	width: 30%;
    background: #f3f3f3;
    border: 1px solid #aaa;
    font-size: 100%;
    padding: 15px;
    text-align: left;
}

.tableStyle01.cell_w50 th{
	width: 50%;
}

.tableStyle01 td{
	border: 1px solid #aaa;
	background-color: #fff;
    padding: 15px;
}

.tableStyle02{
	margin-top: 20px;
}

.tableStyle02 table{
	width: 100%;
    border-collapse: collapse;
	border: 1px solid #aaa;
}

.tableStyle02 th{
	width: 50%;
    background: #f3f3f3;
    border: 1px solid #aaa;
    font-size: 100%;
    padding: 15px;
    text-align: left;
}

.w-auto th{
	width: auto;
}

.tableStyle02.cell_w25 th{
	width: 25%;
}

.tableStyle02 th span{
	font-size: 1.3rem;
}

.tableStyle02 td{
	border: 1px solid #aaa;
    padding: 15px;
	word-break: break-all;
}

.tableStyle03{
	margin-top: 20px;
}

.tableStyle03 table{
	width: 100%;
    border-collapse: collapse;
	border: 1px solid #aaa;
}

.tableStyle03 th{
    background: #f3f3f3;
    border: 1px solid #aaa;
    font-size: 100%;
    padding: 10px;
    text-align: left;
}

.tableStyle03.cell_w25 th{
	width: 25%;
}

.tableStyle03 td{
	border: 1px solid #aaa;
    padding: 10px;
}

table .no,
table .yes{
	padding-left: 55px!important;
}

table .no{
	background: #fff url(../img/pc/page/bg_yes_or_no_no.gif) no-repeat left center;
}

table .yes{
	background: #fff url("../img/pc/page/bg_yes_or_no_yes.gif") no-repeat left center;
}

th.step_top {
    vertical-align: top;
}

@media screen and (max-width: 767px){
	.tableStyle01 th,
	.tableStyle01.cell_w50 th{
		display: block;
		width: 100%;
		border: none;
	}
	
	.tableStyle01 td{
		display: block;
		width: 100%;
		border-right: none;
		border-left: none;
	}
	
	.tableStyle01 tr:last-of-type td{
		border-bottom: none;
	}
	
	.tableStyle01 th,
	.tableStyle02 th,
	.tableStyle03 th{
		padding: 10px 8px 6px;
		font-size: 1.3rem;
	}
	
	.tableStyle01 td,
	.tableStyle02 td,
	.tableStyle03 td{
		padding: 8px;
		font-size: 1.3rem;
	}
}
	
/* list
--------------------------------------------------------------------------- */

.olStyle01{
	margin-top:20px;
}

.olStyle01 li{
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 1.3em;
    text-indent: -1.3em;

}
.ulStyle01 {
	margin	: 8px 0 0;
}

.ulStyle01 li {
	margin: 0 0 4px;
    padding: 0;
    text-align: left;
    padding-left: 1.4em;
    text-indent: -1.4em;
	list-style: none;
}
.ulStyle02 {
    margin-top: 20px;
	padding-left: 1.4em;
}

.ulStyle02 li {
    list-style-type: disc;
}

.ulStyle02 li a{
	color: #333;
	text-decoration: underline;
}

.ulStyle02 li a:hover{
	text-decoration: none;
}

/* --- caution--- */

.caution_list {
	margin-top: 10px;
}

.caution_list li{
	font-size: 1.3rem;
	padding-left: 1em;
    text-indent: -1em;
	list-style: none;
}

.caution_list li a{
	text-decoration: underline;
	color: #333;
}

.caution_list li a:hover{
	text-decoration: none;
}

/* text
--------------------------------------------------------------------------- */

/* --- size --- */

.txt10 { font-size : 1rem !important;   font-size:10px !important;}
.txt12 { font-size : 1.2rem !important; font-size:12px !important;}
.txt14 { font-size : 1.4rem !important; font-size:14px !important;}

.font_s{
	font-size: 12px;
}

/* --- color --- */

.red	{ color : #CC2727;}
.col01	{ color : #996633;}
.must   { color : #cc2727;}
.must2  { color : #cc2727;}


/* --- lineheight --- */

.height18 { line-height : 1.8;}
.height19 { line-height : 1.9;}
.height20 { line-height : 2;}


.mText{
	margin-top: 14px;
}

.linkStyle01{
	position: relative;
	color: #333;
	text-decoration: underline;
	padding-left: 15px;
}

.linkStyle01:hover{
	text-decoration: none;
}

.linkStyle01:before{
	content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 10px;
    height: 16px;
	background-color: #a7dcff;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.blue_link{
	position: relative;
    display: inline-block;
    padding-left: 2rem;	
	color:#008ce9!important;
}
.blue_link:before {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -1rem;
    background-color: #008ce9;
    border-radius: 50%; 
}
.blue_link:before,
.blue_link::after{
    position: absolute;
    top: 1.4rem;
    left: 0;
    display: block;
    content: '';
}
.blue_link:after {
    width: 0.5rem;
    height: 0.5rem;
    margin: -0.6rem 0 0 0.25rem;
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.ind{
	padding-left: 1em;
	text-indent: -1em;
}

.ind02{
	padding-left: 2.6em!important;
    text-indent: -2.6em!important;
}

/* アイコン
--------------------------------------------------------------------------- */

.pdf_icon{
	position: relative;
    min-height: 19px;
    padding: 0px 0px 0px 20px;
	color: #333;
}

.pdf_icon:before{
	content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 17px;
    height: 17px;
    background-image: url(../img/all/icon/icon_pdf.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

/* ------------------------------------------------------------------------ */

/*  Form

/* ------------------------------------------------------------------------ */

.formStyle01 {
	margin			: 0 auto;
	border			: 1px solid #D1D1D1;
	border-collapse	: collapse;
	border-spacing	: 0;
	empty-cells		: show;
}

	.formStyle01 th{
		border		: 1px solid #D1D1D1;
		padding		: 6px 8px;
		background	: #EDEDED;
		font-size	: 75%;
		font-weight	: normal;
	}

	.formStyle01 td{
		border		: 1px solid #D1D1D1;
		padding		: 6px 8px;
		font-size	: 75%;
	}

	.formStyle01 .txt10 { color:#444;}

	.wid20  { width : 20px; margin-bottom : 2px !important;}
	.wid40  { width : 40px; margin-bottom : 2px !important;}
	.wid60  { width : 60px; margin-bottom : 2px !important;}
	.wid80  { width : 80px; margin-bottom : 2px !important;}
	.wid100 { width : 100px; margin-bottom : 2px !important;}
	.wid120 { width : 120px; margin-bottom : 2px !important;}
	.wid140 { width : 140px; margin-bottom : 2px !important;}
	.wid160 { width : 160px; margin-bottom : 2px !important;}
	.wid180 { width : 180px; margin-bottom : 2px !important;}
	.wid200 { width : 200px; margin-bottom : 2px !important;}
	.wid220 { width : 220px; margin-bottom : 2px !important;}
	.wid240 { width : 240px; margin-bottom : 2px !important;}
	.wid260 { width : 260px; margin-bottom : 2px !important;}
	.wid280 { width : 280px; margin-bottom : 2px !important;}
	.wid300 { width : 300px; margin-bottom : 2px !important;}
	.wid400 { width : 400px; margin-bottom : 2px !important;}
	
	.txtarea01 { width : 100%; height : 120px; margin-bottom : 2px !important;}

	.must  { margin-left : 2px;}
	.must2 {
		float					: right;
		padding					: 5px 8px;
		margin-left				: 2px;
		background				: #cc2727;
		color					: #FFF;
		line-height				: 1;
		font-size				: 87%;
		border-radius			: 3px;
		-webkit-border-radius	: 3px;
		-moz-border-radius		: 3px;		
	}
	
	.free {
		float					: right;
		padding					: 5px 8px;
		margin-left				: 2px;
		background				: #6bc059;
		color					: #FFF;
		line-height				: 1;
		font-size				: 87%;
		border-radius			: 3px;
		-webkit-border-radius	: 3px;
		-moz-border-radius		: 3px;		
	}
	

	span.example { display:block; margin-top:5px; color:#666 !important;}

	label { margin : 0 0 0 -2px; padding:1px 0 0; cursor : pointer; vertical-align:middle;}
	label:hover { text-decoration:underline;}

	input:focus,
	textarea:focus {
		background-color : #f7fdeb;
	}

	input.txt {
		border-bottom	: 1px solid #CCC;
		border-left		: 1px solid #999;
		border-right	: 1px solid #CCC;
		border-top		: 1px solid #999;
		padding			: 4px;
	}
	
	textarea.txtarea {
		border-bottom	: 1px solid #CCC;
		border-left		: 1px solid #999;
		border-right	: 1px solid #CCC;
		border-top		: 1px solid #999;
		padding			: 4px;
	}
	
	input[type="radio"]{
		margin-top: -3px;
	}
	
	input[type="checkbox"]{
		margin-top: -3px;
	}

	select::-ms-expand {
		display: none;
	}

/* 背景色
--------------------------------------------------------------------------- */

.bg_blue{
	background-color: #d6efff;
	padding:20px;
	border-radius: 8px;
	margin: 20px 0 0;
}

.bg_blue p{
	margin-top: 14px;
}

.bg_red{
	border: 3px solid #f76392;
    padding: 12px;
    background-color: #fde4ec;
	margin-top: 20px;
}

.box_gray {
    background-color: #f5f5f5;
    padding: 20px;
    margin-bottom: 1em;
}

.caution_icon{
	position: relative;
	padding-left: 35px;
    padding-top: 5px;
    border-bottom: 1px solid #f76392;
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 0;
}

.caution_icon:before{
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
    background: url("../img/all/icon/icon_caution.png") 0 0 no-repeat;
    background-size: contain;
	width: 34px;
    height: 26px;
}

@media screen and (max-width: 940px){
	.bg_blue{
		padding: 10px;
	}
}

@media screen and (max-width: 767px){
	.box_gray{
		padding: 20px 10px;
		border-radius: 4px;
	}
	
	.bg_blue{
		padding: 10px;
		border-radius: 4px;
	}
	
	.box_gray > .inner{
		padding: 0!important;
	}
	
	.caution_icon{
		font-size: 1.6rem;
	}
}

/* 参考リンク
--------------------------------------------------------------------------- */

.tab_reference{
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.tab_reference dt{
	font-weight: bold;
	transform: translateY(2px);
	white-space: nowrap;
}

.tab_reference dt::after{
	content:"";
	display: inline-block;
	width:10px;
	height:10px;
	background:url("../img/all/icon/icon_arrow02.png") no-repeat;
	background-size: contain;
	margin-left: 12px;
	transform: translateY(0);
}

.tab_reference ul li a{
	color:#008ce9;
	border-bottom: 2px solid #b0d1f5;
}

.tab_reference ul li a:hover{
	border: none;
	text-decoration: none;
}

.tab_bottomarea{
	padding:10px 20px;
}

.mReference a{
	color: #008ce9!important;
}

@media screen and (max-width: 940px){
	.tab_reference{
		justify-content: flex-start;
	}
}

/* menu_list
--------------------------------------------------------------------------- */

.menu_list{
	margin-top: 25px;
}

.menu_list > ul{
	display: flex;
	flex-wrap: wrap;
}

.menu_list > ul > li{
	width: 49%;
	background-color: #fff;
	margin-bottom: 2%;
}

.menu_list > ul > li:not(:nth-child(2n)){
	margin-right: 2%;
}

.menu_list .menu_ttl a{
	position: relative;
	display: block;
	background-color: #008ce9;
	color: #fff;
	padding: 8px 10px 4px 25px;
}

.menu_list .menu_ttl a:before{
	content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: translateY(-50%) rotate(-45deg) translate(0,0);
    transform-origin: center center;
}

.menu_body{
	padding: 8px 10px 20px;
}

.menu_body .flex{
	margin-top: 20px;
}

.menu_body figure{
	width: 32%;
	text-align: center;
	margin-right: 3%;
}

.menu_body .menu_text{
	margin-top: 15px;
}

.menu_body .menu_sub_list{
	width: 65%;
}

.menu_body .menu_sub_list li{
	padding-left: 20px;
}

.menu_body .menu_sub_list li a{
	position: relative;
	font-size: 1.3rem;
	color: #333;
	text-decoration: underline;
}

.menu_body .menu_sub_list li a:before{
	content: "";
    position: absolute;
    top: 6px;
    left: -15px;
    width: 6px;
    height: 6px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    transform: rotate(-45deg);
    transform-origin: center center;
}

.menu_body .menu_sub_list li a:hover{
	text-decoration: none;
}

@media screen and (max-width: 540px){
	.menu_list > ul{
		display: block;
	}
	
	.menu_list > ul > li{
		width: 100%;
		margin-bottom: 10px;
	}
}

/* pageNav
--------------------------------------------------------------------------- */

.page_nav{
	background-color: #edf8ff;
	padding: 15px 15px 12px;
}

.page_nav ul li{
	margin-bottom: 5px;
	padding-left: 1.3em;
    text-indent: -1.3em;
}

.page_nav ul li a{
	color: #333;
	background: url("../img/all/icon/icon_arrow03.png") no-repeat left center;
	padding-left: 20px;
	text-decoration: underline;
}

.page_nav ul li a:hover{
	text-decoration: none;
}

/* 下層basic
--------------------------------------------------------------------------- */

.flexarea{
	display: flex;
	justify-content: space-between;
}
.blockarea{
	display: block;
}
.main_column{
	display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin-right: 20px;
}

.main_column .hd_wrap{
	display: flex;
    flex-direction: column;
	padding: 0 0 0 10px;
}

.main_column .inner{
	padding: 0 10px;
}

.main_column .hd_inner{
	border-radius: 0 8px 8px 8px;
	max-width: 700px;
	border:1px solid #a7dcff;
	padding:40px 30px;
	background-color: #fff;
}

.main_column p a{
	text-decoration: underline;
	color: #333;
}

.main_column p a:hover{
	text-decoration: none;
}

.main_column .w73{
	width: 73%;
    margin: 26px auto 0;
}

.point_area{
	display: flex;
	justify-content: space-between;
	gap:calc(10px);
}

.point_area .point_mark{
	background-color: #f76392;
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	color:#fff;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
}

.point_area .point_detail{
	background-color: #fde4ec;
	border-radius: 8px;
	width: 86%;
}

.point_area .point_detail ul{
	padding:20px 20px 10px;
}

.point_area .point_detail ul li{
	padding-left: 1.8em;
	text-indent: -1.8em;
}

.point_area .point_detail ul li::before{
	content:"";
	display: inline-block;
	width:20px;
	height:20px; background:url("../img/all/icon/icon_check.png") no-repeat;
	background-size: contain;
	margin-right: 8px;
	transform: translateY(4px);
}

.main_column .tab_box img{
	max-width: 446px;
	width: 100%;
	margin: 30px auto 0;
	display: block;
}

/* -- タブ -- */

.uiTab{
	margin-top: 40px;
}

.uiTab li {
    display: inline-block;
    margin-right: 9px;
    vertical-align: bottom;
	max-width: 220px;
    width: 100%;
}

.uiTab li a{
	display: block;
	width: 100%;
	background: #e0e0e5;
    max-height: 40px;
    font-size: 1.8rem;
    padding: 5px 0 10px;
    border-radius: 8px 8px 0 0;
	color: #333;
    text-align: center;
	transition: all .3s;
}

.uiTab li a.selected{
	background-color: #a7dcff;
}

.uiTab li a:hover{
	background-color: #a7dcff;
	text-decoration: none;
}

@media screen and (max-width: 767px){
	.uiTab li a{
		font-size: 1.6rem;
		padding: 7px 0 3px;
		border-radius: 4px 4px 0 0;
	}
}

/* -- イラスト -- */

.figure01{
	display: table;
    width: 100%;
    margin: 20px 0;
    font-size: 2rem;
    line-height: 1.4;
}

.figure01 > div{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.figure01 .textBox{
	background-color: #fff;
    border: 3px solid #d4d4d4;
    padding: 20px 10px;
    font-weight: bold;
    font-size: 1.9rem;
    text-align: center;
    text-indent: inherit;
	width: 26%;
}

.figure01 .bg_color{
	border: none;
	background-color: #3c88dc;
	color: #fff;
}

.figure01 .equal{
	font-size: 5rem;
    font-weight: bold;
    text-align: center;
    color: #ed6161;
    padding-left: 0;
    text-indent: inherit;
}

.figure01 .plus{
	font-size: 5rem;
    font-weight: bold;
    text-align: center;
    color: #ed6161;
    padding-left: 0;
    text-indent: inherit;
}

.figure01 .textBox .small{
	font-size: 80%;
    font-weight: 400;
}

.figure02{
	display: table;
    width: 100%;
    margin: 20px 0;
    font-size: 2rem;
    line-height: 1.4;
}

.figure02 > div{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.figure02 .textBox{
	background-color: #fff;
    border: 3px solid #d4d4d4;
    padding: 20px 10px;
    font-weight: bold;
    font-size: 1.9rem;
    text-align: center;
    text-indent: inherit;
	width: 40%;
}

.figure02 .bg_color{
	border: none;
	background-color: #3c88dc;
	color: #fff;
}

.figure02 .equal{
	font-size: 5rem;
    font-weight: bold;
    text-align: center;
    color: #ed6161;
    padding-left: 0;
    text-indent: inherit;
}

.figure02 .plus{
	font-size: 5rem;
    font-weight: bold;
    text-align: center;
    color: #ed6161;
    padding-left: 0;
    text-indent: inherit;
}

.figure02 .textBox .small{
	font-size: 80%;
    font-weight: 400;
}
.outBox {
    margin: 20px auto 0;
}

.parts-table-retire01 {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 1em;
    border-collapse: separate;
    border-spacing: 5px;
}

.parts-table-retire01 th {
    padding: 6px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
    background-color: #008ce9;
    line-height: 1.4;
}

.parts-table-retire01 td {
    padding: 6px;
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
    line-height: 1.4;
}

.parts-table-retire01 td.cell-border {
    border: 3px solid #d4d4d4;
    background-color: #fff;
}

.parts-retire_box02 {
    background-color: #fff;
    border: 3px solid #d4d4d4;
    padding: 10px;
}

.parts-retire_box02 div {
    text-align: left;
    margin-left: 2em;
    text-indent: -1.75em;
}

.parts-retire_box {
    font-size: 2rem;
    color: #FFF;
    background-color: #eb6d6e;
    padding: 10px;
    font-weight: bold;
}

.vertical {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    display: inline-block;
    min-height: 5em;
    line-height: 1.2;
}

div.triangle {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 10px solid transparent;
    border-left: 15px solid #008ce9;
    border-bottom: 10px solid transparent;
}

/* .parts_step_table */

.parts_step_table {
  margin: 30px 0 0;
  padding: 15px 10px;
  border-spacing: 0;
}
.parts_step_table th {
  width: 116px;
  height: 111px;
}
.parts_step_table th img {
  padding-bottom: 10px;
}
.parts_step_table td {
  width: calc(100% - 118px);
  padding-left: 20px;
}
.parts_step_table td span {
  font-size: 2.0rem;
  font-weight: 700;
  color: #268708;
}
.parts-step-ttl {
  position: relative;
  width: 100%;
  margin: 30px 0 40px 0px;
  padding: 10px 0 10px 0px;
}
.parts-step-ttl .head {
  position: absolute;
  top: 0;
  left: 0;
  width: 116px;
  height: 116px;
  margin-top: -50px;
}
.parts-step-ttl .head:before {
  position: absolute;
  top: 65px;
  left: 67px;
  display: block;
  content: '';
  width: 65px;
  height:65px;
  margin: -35px 0 0 -43px;
  border: 1px solid #268708;
  background-color: #e4f0c2;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.parts-step-ttl .head > div {
  position: relative;
  top: 34%;
   left: 0; 
  width: 100%;
  height: 100%;
  color: #268708;
  text-align: center;
}
.parts-step-ttl .head > div > span {
  color: #268708;
  font-size: 2.8rem;
  line-height: 1.2;
}
.parts_step_table th.arrow {
  height: 40px;
}

@media screen and (max-width: 767px){
	.parts-table-retire01 th,
	.parts-table-retire01 td,
	.parts-retire_box{
		font-size: 1.2rem;
	}
	
	div.triangle{
		border-top: 8px solid transparent;
		border-left: 10px solid #008ce9;
		border-bottom: 8px solid transparent;
	}
	
	.parts_step_table{
		padding: 10px;
	}
	
	.parts_step_table th {
		width: 70px;
		height: 70px;
		vertical-align: top;
	}
	
	.parts-step-ttl {
		margin: 0 0 0;
		padding: 0;
		width: 100%;
	}
	
	.parts-step-ttl .head {
		top: -40px;
		left: 50%;
		width: 70px;
		height: 70px;
		margin: 0 0 0 -38px;
		font-size: 2.0rem;
	}
	
	.parts-step-ttl .head:before {
		left: 70%;
		top: 85px;
		width: 50px;
		height: 50px;
		margin: -30px 0 0 -36px;
		vertical-align: top;
	}
	
	.parts-step-ttl .head > div {
		top: 80%;
		left: 72%;
		margin: 5px 0 0 -47px;
		font-size: 1.0rem;
	}
	
	.parts-step-ttl .head > div > span {
    	font-size: 2.0rem;
	}
	
	.parts_step_table td{
		vertical-align: middle;
	}
	
	.parts_step_table td span{
		font-size: 1.6rem;
	}
}

/*--- コラム ---*/

.column_area{
	border: 3px solid #d5e997;
    background: #fcfcf5;
    padding: 15px 20px;
    margin: 30px 0 0;
}

.column_ttl > p{
	position: relative;
	font-weight: 700;
    font-size: 2.0rem;
	padding-left: 30px;
}

.column_ttl > p:before{
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	background-color: #268708;
	transform: rotate(45deg);
}

.column_ttl > p span{
	font-size: 1.4rem;
	color: #ccc;
	padding-left: 8px;
}

.column_area h4{
	font-size: 2.0rem;
	color: #268708;
	margin-top: 5px;
}

.column_area .hd04{
	margin-top: 20px;
	font-size: 1.8rem;
}

@media screen and (max-width: 767px){
	.column_area{
		padding: 15px 10px;
	}
	
	.column_ttl > p{
		font-size: 1.8rem;
		padding-left: 22px;
	}
	
	.column_ttl > p:before{
		top: 6px;
		width: 14px;
		height: 14px;
	}
	
	.column_area h4{
		font-size: 1.7rem;
	}
	
	.column_area .hd04{
		font-size: 1.5rem;
	}
}

/* -- rightareaがない場合 ---*/
.blockarea .main_column{
	max-width: none;
}
.blockarea .main_column .hd_inner{
	max-width: 100%;
}
.blockarea figure img{
	display: block;
	margin-left:auto;
	margin-right: auto;
}
/*--- rightarea ---*/

.column_aside{
	margin-top: 20px;
    max-width: 230px;
    width: 100%;
}

.column_aside .aside_ttl h2{
	background-color: #008ce9;
    color: #ffffff;
    font-size: 1.8rem;
    max-width: 230px;
    padding: 10px 0 10px 20px;
    border-radius: 8px 8px 0 0;
}

.aside_list{
	border:2px solid #008ce9;
	border-radius: 0 0 8px 8px;
	padding: 0 0 6px;
    background-color: #fff;
}

.aside_list li{
	background-color: #fff;
	padding: 11px 20px;
	border-bottom: 1px solid #d9d9d9;
}

.aside_list li a{
	display: block;
	color:#008ce9;
}

.aside_list li.active > a{
	color:#333333;
	font-weight: bold;
}

.aside_list li.active > a:hover{
	text-decoration: none;
}

.aside_list li{
	background-color: #fff;
	padding: 11px 20px;
}

.aside_list li:last-child{
	border-bottom: none;
	border-radius: 0 0 8px 8px;
}

.aside_list li .aside_sublist li{
	padding: 5px 15px;
	border-left:1px solid #e5e5e5;
}

/* -- video -- */

.video-container {
	position: relative;
	overflow: hidden;
	aspect-ratio: 5 / 3;
	margin-top: 30px;
}

.video-container iframe{
	position: absolute;
	top: 0;
	left: 0;
}
/* -- benefitディレクトリ  -- */										
.benefit_redbox{
	border: 3px solid #D04444;
	padding: 10px;
	font-weight: 700;
	font-size: 2.0rem;
}
.benefit_redbox span{
	color:#D04444;
}
/*--table-cell--*/
.benefit_tableStyle01 {
  	display: table;
  	width: 100%;
  	margin-bottom: 1em;
  	font-size: 2rem;
	color:#fff;
  	line-height: 1.4;
	margin: 0 auto;
}
ul.benefit_tableStyle01 {
 	 padding-left: 0;
}
.benefit_tableStyle01_td {
 	display: table-cell;
  	vertical-align: middle;
  	text-align: center;
	font-weight: 700;
	padding: 20px;
}
.benefit_tableStyle01 span.red {
 	 color: #D04444;
}
.benefit_list01{
	background-color: #2874C8;
}
.benefit_list02 {
    color: #FFF;
    background-color: #2874C8;
    padding: 10px;
    font-weight: 700;
    font-size: 1.6rem;
    border-left: 2px dotted #fff;
}

.benefit_list03 {
    background-color: #b9d5f2;
    padding: 30px 20px;
    font-weight: 700;
	color:#111;
}
.benefit_list04 {
    color: #FFF;
    background-color: #2874C8;
    padding: 10px;
    font-weight: 700;
    font-size: 1.6rem;
    border-right: 2px dotted #fff;
}
/*---給付図　tableレイアウト---*/
.benefit_tableStyle02 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-top: #ddd solid 1px;
	border-left: #ddd solid 1px;
	margin-top: 1em;
	margin-bottom: 1em;
	border-collapse: collapse;
}
.benefit_tableStyle02 th, .benefit_tableStyle02 td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	border-bottom: #ddd solid 1px;
	border-right: #ddd solid 1px;
}
.benefit_tableStyle02 th {
  padding: 10px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  background-color: #2874C8;
  line-height: 1.4;
}
.benefit_tableStyle02 td {
  padding: 20px;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}
.benefit_tableStyle02 td span {
  color: #2874C8;
}
.benefit_tableStyle02 td span.red {
  color: #D04444;
}
.square {
    position: relative;
    padding-left: 2em;
    color: #000;
}
.square::after {
    position: absolute;
    top: 0.5em;
    left: 0.4em;
    z-index: 2;
    content: '';
    width: 1rem;
    height: 1rem;
    background-color: #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 767px){
	.flexarea{
		display: block;
	}
	.main_column{
		width: 100%;
	}
	
	.main_column .hd_wrap{
		padding: 0;
	}
	
	.main_column .hd_inner{
		max-width: none;
    	padding: 20px 10px;
	}
	.main_column figure.w73{
		width: 100%;
	}
	
	.point_area .point_detail{
		width: 81%;
		border-radius: 4px;
	}
	
	.point_area .point_mark{
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 1.4rem;
	}
	
	.point_area .point_detail ul{
		padding: 10px;
	}
	
	.point_area .point_detail ul li {
		padding-left: 1.5em;
		text-indent: -1.5em;
	}
	
	.point_area .point_detail ul li::before{
		width: 14px;
		height: 14px;
	}
	
	.uiTab li{
		max-width: 150px;
		width: 21%;
	}
	
	.figure01 .textBox{
		font-size: 1.4rem;
		padding: 10px 5px;
	}
	
	.figure01 .equal,
	.figure01 .plus{
		font-size: 3.0rem;
	}
	
	.column_aside{
		width: 100%;
		max-width: none;
		margin-top: 40px;
	}
	
	.column_aside .aside_ttl h2{
		max-width: none;
		font-size: 1.6rem;
		border-radius: 4px 4px 0 0;
	}
	
	.aside_list{
		border-radius: 0 0 4px 4px;
	}
	
	.aside_list li{
		padding: 15px 14px;
	}
	
	.aside_list li.has-child{
		padding: 14px 20px 0;
	}
	
	.aside_list li .aside_sublist li {
    	padding: 14px 20px;
		border-left: none;
	}
	
	.aside_list li .aside_sublist li:last-of-type{
		padding: 14px 20px 0;
	}
	
	.aside_list li .aside_sublist li:first-of-type{
		padding: 0 20px 14px;
	}
	
	/* -- benefitディレクトリ  -- */
	
	.benefit_redbox{
		font-size: 1.6rem;
	}
	
	/*---給付図　tableレイアウト---*/
	
	.benefit_tableStyle01,
	.benefit_tableStyle02 th,
	.benefit_tableStyle02 td{
		font-size: 1.4rem;
	}
	
	
}