@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;}
.mt52  { margin-top	: 52px !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;}

.mlauto{
	margin-left: auto;
}

/* --- 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;}

.nowrap { white-space : nowrap;}

#crumb {
	margin		: 4px 0 8px;
	text-align	: left;
}

	#crumb li {
		display			: inline;
		line-height		: 110%;
		list-style-type	: none;
		font-size		: 85%;
	}


/* --- display --- */

.block	{ display : block;}
.inline { display : inline;}

.fltbox { margin : 0 auto;}
.flt_r  { float : right !important;}
.flt_l  { float : left !important;}
.flt_n  { float : none !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;
}


.bl_none{
	border-left: none !important;
}

.kome{
	font-size: 15px !important;
	line-height: 1.6 !important;
}

.fnt_w{
	font-weight: bold;
}

.bd_b.fnt_w{
	font-weight: bold;
	text-decoration: underline;
}

.e_none{
	pointer-events: none;
}


.moreBtn{
	background: #23abe8;
	width: 100%;
	max-width: 270px;
}

	.moreBtn a{
		display: block;
		padding: 10px;
		color: #fff;
		text-decoration: none;
		position: relative;
	}
	
	.moreBtn a:after{
		content: "\f105";
		font-family: 'FontAwesome';
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 10px;
	}
	
	.moreBtn a:hover{
		opacity: 0.8;
	}
	
sup{
	vertical-align: super;
}

sub{
	vertical-align: sub;
}



/* Heading
--------------------------------------------------------------------------- */

.opa a:hover{
	opacity: 0.8;
}

.disnon{
	display: none;
}

.hissu{
	color: #99291f;
	border: 1px solid #99291f;
	background: #fff;
	padding: 2px 5px;
	margin-left: 7px;
	display: inline-block;
}
.nini{
	color: #333;
	background: #fff;
	padding: 2px 5px;
	margin-right: 7px;
	display: inline-block;
}

.hd02{
	color: #AD0A18;
	font-size: 20px;
	text-align: left;
}

.more_btn{
	background: #23abe8;
	width: 33%;
	max-width: 320px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
	.more_btn a{
		text-decoration: none;
		color: #fff;
		display: block;
		padding: 10px;
		position: relative;
	}
	
	.more_btn a:after{
		content: "\f105";
		font-family: 'FontAwesome';
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 10px;
	}
	
	.more_btn a:hover{
		opacity: 0.8;
	}

.ttl_hd01{
	font-size: 22px;
	text-align: left;
	margin-bottom: 20px;
}

	.ttl_hd01:before{
		content: "―";
		color: #23abe8;
	}

.h02{
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
}

.h05{
	background: #4d4d4d;
	color: #fff;
	font-size: 18px;
	padding: 10px;
	border-left: 5px solid #23abe8;
}
	.h05:before{
		display: none;
	}

.h01 {
	border-bottom: solid 3px 
	#e6e6e6;
	position: relative;
	text-align: left;
	font-size: 28px;
	padding-bottom: 10px;
}

.h01::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #23abe8;
	bottom: -3px;
	width: 14%;
}

.scroll table{
	width: 100% !important;
	border-collapse:collapse;
}
.scroll table tr,.scroll table td{
	border: 1px solid #dcdcdc;
    padding: 4px 2px !important;
}

@media screen and (max-width: 768px) {
	.scroll{
		overflow: auto;
		/* white-space: nowrap; */
	}
	
	.more_btn{
		width: 50%;
	}
}

@media screen and (max-width: 479px) {

}

.icn_pdf {
	position: relative;
}

.icn_pdf::after {
	content: "";
	width: 14px;
	height: 27px;
	background: url(../img/icon/icon_pdf.png) no-repeat;
	position: absolute;
	top: 5px;
	right: -20px;
}

/* 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;
}

img {
	-webkit-backface-visibility: hidden;
}


/* table
--------------------------------------------------------------------------- */
.tableStyle01{
	border-collapse		: separate;
	*border-collapse	: collapse; /* for IE6,7 */
	border-spacing		: 0;
	empty-cells			: show;
	border-top			: 1px solid #D5D5D5;
	border-right		: none;
	border-bottom		: none;
	border-left			: 1px solid #D5D5D5;
	margin				: 20px auto;
	width				: 100%;
}

	.tableStyle01 th,
	.tableStyle01 td {
		border-top		: none;
		border-right	: 1px solid #D5D5D5;
		border-bottom	: 1px solid #D5D5D5;
		border-left		: none;		
		font-weight		: normal;
	}

	.tableStyle01 th{ 
		margin			: 0; 
		padding			: 10px;
		background		: #eaeaea;
		background-size	: 4px 4px;
	}

	.tableStyle01 td{
		padding		: 6px;
	}
	
		.tableStyle01 table{
			margin			: 10px 0 0;
			border-bottom	: 1px solid #D5D5D5;
			border-collapse: separate;
			*border-collapse: collapse;
			border-spacing: 0;
			empty-cells: show;
		}
				
			.tableStyle01 table th{
				border-top		: 1px solid #D5D5D5;
				border-left		: 1px solid #D5D5D5;
				border-bottom	: none;
				padding			: 5px 6px;
			}
	
			.tableStyle01 table td{
				border-top		: 1px solid #D5D5D5;
				border-bottom	: none;
				padding			: 5px 6px;
				line-height		: 1.6;
			}
	
				.tableStyle01 table td p{
					margin:0;
				}
	
.tableStyle02{
	border-collapse		: separate;
	*border-collapse	: collapse; /* for IE6,7 */
	border-spacing		: 0;
	empty-cells			: show;
	border-top			: 1px solid #D5D5D5;
	border-right		: none;
	border-bottom		: none;
	border-left			: 1px solid #D5D5D5;
	margin				: 5px auto 0;
	width				: 98%;
}

	.tableStyle02 th,
	.tableStyle02 td {
		border-top		: none;
		border-right	: 1px solid #D5D5D5;
		border-bottom	: 1px solid #D5D5D5;
		border-left		: none;		
		font-weight		: normal;
		padding: 10px;
	}

	.tableStyle02 th{ 
		margin			: 0; 
		padding			: 10px;
		background		: #f7f7f7;
		background		: -webkit-gradient(linear, left top, right bottom, from(#eaeaea), color-stop(0.25, #eaeaea), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #eaeaea), color-stop(0.75, #eaeaea), color-stop(0.75, white), to(white));
		background		: -moz-linear-gradient(-45deg, #eaeaea 25%, white 25%, white 50%, #eaeaea 50%, #eaeaea 75%, white 75%, white);
		background		: linear-gradient(-45deg, #eaeaea 25%, white 25%, white 50%, #eaeaea 50%, #eaeaea 75%, white 75%, white);
		background-size	: 4px 4px;		
	}

@media screen and (max-width: 768px) {
	.tblStyle01 th,
	.tblStyle01 td{
		font-size: 13px;
		padding: 10px;
	}
	
	.tblStyle01 th{
		width: 33%;
	}
	
	.tblStyle01 td{
		width: 64%;
	}
	
	.scroll{
		overflow: auto;
		/* white-space: nowrap; */
	}
	.scroll::-webkit-scrollbar{
		 width: 5px;
		 height: 4px;
		 background: #dbdbdb;
		 border-radius: 4px;
	}
	.scroll::-webkit-scrollbar-track{
		 background: #fff;
	}
	.scroll::-webkit-scrollbar-thumb {
		 background: #BCBCBC;
		 border-radius: 5px;
	}
	
	.tblStyle01{
		font-size: 13px;
	}
}

@media screen and (max-width: 767px) {
	.txtarea01 { width : 100% !important; height : 120px; margin-bottom : 2px !important; font-size:14px}

	.wid200,
	.wid300,
	.wid400{
		width: 100% !important;
		margin-bottom: 2px !important;
	}
	
	.wid30{
		width: 30%;
	}
}

@media screen and (max-width: 479px) {
}

.h03 {
    border-left: 4px solid #AD0A18;
    margin: 0 0 15px;
    padding: 2px 0 0 10px;
    text-align: left;
    font-size: 125%;
	color: #333;
}

	.h03:before{
		display: none;
	}

.h04 {
	margin-bottom: 5px;
	text-align: left;
	color: #AD0A18;
	font-weight: bold;
	font-size: 115%;
}

/* list
--------------------------------------------------------------------------- */
.ulStyle01 {
}

	.ulStyle01 li {
		list-style: disc;
		margin		: 0 0 3px;
		padding		: 0;
		text-align	: left;
		font-size	: 14px;
	}

.ulStyle02 {
	margin	: 0 10px 15px;
}

	.ulStyle02 li {
		list-style	: none;
		margin		: 0 15px 5px;
		padding		: 0;
		text-align	: left;
		line-height	: 1.6;
	}


.olStyle01 {
	margin	: 0 35px 10px;
}

	.olStyle01 li {
		list-style		: decimal;
		margin-bottom	: 3px;
		padding			: 0;
		text-align		: left;
	}

/* 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;}


/* --- color --- */

.red	{ color : #F00;}
.col01	{ color : #996633;}
.must   { color : #cc2727;}
.must2  { color : #cc2727;}


/* --- lineheight --- */

.height18 { line-height : 1.8;}
.height19 { line-height : 1.9;}
.height20 { line-height : 2;}

.submenu_ttl{
	font-size: 11.5px;
}


/* ------------------------------------------------------------------------ */

/*  Form

/* ------------------------------------------------------------------------ */

.formStyle01 {
	margin			: 0 auto;
	border			: 1px solid #D1D1D1;
	border-collapse	: collapse;
	border-spacing	: 0;
	empty-cells		: show;
	width: 100%;
}

	.formStyle01 th,
	.formStyle01 td{
		text-align: left;
	}
	
	.formStyle01 th{
		border		: 1px solid #D1D1D1;
		padding		: 15px 8px;
		background	: #EDEDED;
		/*font-size	: 75%;*/
		font-weight	: normal;
		width: 24%;
	}

	.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;}
	
	.w_box{ width: 60%;}
	.w80{ width: 80%; height: 150px;}

	.txtarea01 { width : 100%; height : 160px; margin-top : 10px !important; border:1px solid #cccccc;}

	.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;
	}

	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; margin-right: 20px; margin-left: 2px; font-size: 15px;}
	label:hover { text-decoration:underline;}

	/*input:focus,
	textarea:focus {
		background-color : #f7fdeb;
	}*/
	
	textarea.txtarea01 {
		padding			: 4px;
		border-radius: 5px;
	}
	
	input{
		border: 1px solid #ccc;
		padding: 10px;
		height: 40px;
		font-size: 16px;
		border-radius: 5px;
	}
	
	input[type="radio"]{
		margin-top: 2px;
	}

	/*input[type="checkbox"]{
		margin-top: -3px;
	}*/
	
	select{
		height: 40px;
	}
	
	select::-ms-expand {
		display: none;
	}
	
	button {
		background: none;
		border: none;
		display: inline;
		font-family: sans-serif;
		cursor: pointer;
	}

@media screen and (max-width: 768px) {
	.olStyle01{
		margin: 10px 35px 10px;
	}
	
	.tblStyle02 th,
	.tblStyle02 td{
		display: block;
		border-bottom: none;
	}
	.tblStyle02 td{
		width: 100%;
	}
	
	#td_matter label,
	.hope label{
		display: block;
	}
	
		#td_matter label input,
		.hope label input{
			height: auto;
			margin: 0;
		}
		
		#td_matter label,
		.hope label{
			height: auto;
			margin: 0 0 10px 0;
		}
	
	.tokusei_r .ulStyle02{
		margin: 0 0 15px;
	}
	
	.tokusei_r .ulStyle02 li{
		margin: 0;
	}
	
	.formStyle01 th,
	.formStyle01 td{
		display: block;
		width: 100%;
	}
	
}