@charset "UTF-8";

/* リセット
---------------------------------------------------------- */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, select, option, textarea, p, table, th, td, button, hr {
    margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

img {
	border: 0;
	vertical-align:bottom;
}

ol ,
ul {
	list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

address {
	font-style: normal;
}

html {
	height: 100%;
}

body {
	height: 100%;
}

* html div#wrapper {
	height: 100%;
}

div#wrapper {
	min-height: 100%;
	position: relative;
}

body > #wrapper {
	height: auto;
}
/* リセットここまで
----------------------------------------*/



/* スタイル
---------------------------------------------------------- */
body {
	color: #333333;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height: 1.7;
	background: #ffffff;
	min-width: 1020px;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
img {
	max-width:100%;
}
h2 {
}

hr {
	height: 1px;
	background-color:#000;
	border: 0;
	margin: 50px 0;
}

/* a */
a {
	font-weight: bold;
	position: relative;
}
a:link, a:visited {
	color: #1685df;
	text-decoration: none;
}
a:hover, a:active {
	color: #e70014;
	text-decoration: none;
}
a:focus, *:focus {
	outline:none;
}

select,
input[type="text"],input[type="number"],input[type="tel"],input[type="email"],input[type="password"],
input[type="checkbox"],input[type="radio"] {
	padding:5px;
	margin-right: 5px;
	border: 1px #ccc solid;
}

/* プレースホルダ文字色 */
input::-webkit-input-placeholder{
	color: #444;
}
input:-ms-input-placeholder{
	color: #444;
}
input::-moz-placeholder{
	color: #444;
}
input[type="button"]{
	padding:6px 10px;
	border-radius: 4px;
	background:#f1f1f1;
	color: #666666;
    box-shadow: 0px 1px 0px 1px #a9a9a9; 
    -moz-box-shadow: 0px 1px 0px 1px #a9a9a9; 
    -webkit-box-shadow: 0px 1px 0px 1px #a9a9a9; 
}

/* dl dt dd */
dt {
	padding-top:10px;;
	padding-left:21px;
	font-weight: bold;
	font-size:130%;
}
dd{
	padding-left:20px;
	padding-bottom:15px;
	border-bottom: 2px #D6D6D6 solid;
}

@media screen and (max-width: 736px) {
	body {
		min-width: 300px;
		height: 100%;
		font-size: 12px;
	}
	img {
		width: 100%;
	}
}

/* 汎用クラス
---------------------------------------------------------- */
@media screen and (min-width: 736px) {
/* SPだけ表示 */
	.visible_s {
		display: none !important;
	}
}
@media screen and (max-width: 736px) {
/* PCだけ表示 */
	.visible_l {
		display: none !important;
	}
}
/* clearfix */
.clearfix { zoom:1; }
.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
/* float */
.float_l {
	float: left;
	*display: inline;
	*zoom: 1;
}
.float_r {
	float: right;
	*display: inline;
	*zoom: 1;
}
.align_l { text-align: left !important; }
.align_c { text-align: center !important; }
.align_r { text-align: right !important; }

/*font-size*/
.font10 { font-size: 77% !important; }
.font11 { font-size: 85% !important; }
.font12 { font-size: 93% !important; }
.font13 { font-size: 100% !important; }
.font14 { font-size: 108% !important; }
.font15 { font-size: 116% !important; }
.font16 { font-size: 123.1% !important; }
.font17 { font-size: 131% !important; }
.font18 { font-size: 138.5% !important; }
.font19 { font-size: 146.5% !important; }
.font20 { font-size: 153.9% !important; }
.font21 { font-size: 161.6% !important; }
.font22 { font-size: 167% !important; }
.font23 { font-size: 174% !important; }
.font24 { font-size: 182% !important; }
.font25 { font-size: 189% !important; }
.font26 { font-size: 197% !important; }
.fontn { font-weight: normal !important; }
.fontb { font-weight: bold !important; }

.color_red {color:#e70014 !important;}
.color_blue {color:#255099 !important;}

.bg_white {background-color:#FFF !important;}

.bg_gray {background-color:#eee !important;}

.req_mark {
	background: #f10b00;
	padding: 0px 5px;
	font-size: 14px;
}

p.p_circle{
	padding-left:15px;
	font-weight: bold;
	margin-bottom:4px;
}
p.p_circle:before {
	content: '●';
	font-size:150%;
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	left: -5px;
	top: -0.25em;
	color:#1f6fac;
}

/* 横並び分割表示 共通 */
.col2_box:after ,
.col3_box:after ,
.col4_box:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.col2_box .col_box:nth-child(2n) ,
.col3_box .col_box:nth-child(3n) ,
.col4_box .col_box:nth-child(4n) {
	margin-right:0;
}
.col2_box img ,
.col3_box img ,
.col4_box img {
	max-width: 100%;
}

/* 横並びに2分割された表示 */
.col2_box .col_box {
	float:left;
	width: 50%;
	*display: inline;
    *zoom: 1;
}

/* 横並びに3分割された表示 */
.col3_box .col_box {
	float:left;
	width: 32.3333333%;
	margin-right:1.5%;
	*display: inline;
    *zoom: 1;
}

/* 横並びに4分割された表示 */
.col4_box .col_box {
	float:left;
	width: 23.875%;
	margin-right:1.5%;
	*display: inline;
    *zoom: 1;
}

/* button装飾 */
button{
	cursor: pointer;
}
button.button_white,
button.button_red {
	padding:5px 10px;
	max-width:45%;
	font-weight: bold;
	font-size:130%;
	border: 1px solid #e70014;
	border-radius: 6px;
}
button.button_white {
	color:#333;
	background: #FFF;
	border-color:#ccc;
}
button.button_red {
	color:#FFF;
	background: #e70014;
	border-color:#e70014;
}


/*余白
----------------------------------------*/
/*top*/
.mt0{ margin-top: 0px !important; }
.mt03{ margin-top: 3px !important; }
.mt05{ 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; }
.mt40{ margin-top: 40px !important; }
.mt45{ margin-top: 45px !important; }
.mt50{ margin-top: 50px !important; }
.pt0{ padding-top: 0px !important; }
.pt05{ padding-top: 5px !important; }
.pt10{ padding-top: 10px !important; }
.pt15{ padding-top: 15px !important; }
.pt20{ padding-top: 20px !important; }
.pt25{ padding-top: 25px !important; }
.pt30{ padding-top: 30px !important; }
.pt40{ padding-top: 40px !important; }
.pt50{ padding-top: 50px !important; }

/*bottom*/
.mb0{ margin-bottom: 0px !important; }
.mb05{ 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; }
.mb40{ margin-bottom: 40px !important; }

/*right*/
.mr05 { 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; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.mr1em{ margin-right: 1em !important; }
.mr2em{ margin-right: 2em !important; }

/*left*/
.ml05 { 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; }
.pl05 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.ml1em{ margin-left: 1em !important; }
.ml2em{ margin-left: 2em !important; }


/*サイズ
----------------------------------------*/
.w35per {width: 35% !important;}
.w50per {width: 50% !important;}
.w100per {width: 100% !important;}


/* 固有クラス
---------------------------------------------------------- */
#wrapper {
}

#contents {
	width:1020px;
	margin:0 auto;
	margin-bottom: 60px;
	text-align: center;
}

h2 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	background: #00276c;
	padding: 15px;
	margin-bottom: 30px;
}

@media screen and (max-width: 736px) {
	#contents {
		width: 100%;
	}

	h2 {
		font-size: 25px;
	}
}

/* エントリーフォーム
---------------------------------------------------------- */
.entry_inner {
	min-height: 800px;
	text-align: left;
	font-size: 16px;
}

.entry_inner .table_block table {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.entry_inner .table_block table th,
.entry_inner .table_block table td {
	padding: 15px;
	text-align: left;
	/*border-bottom: solid 1px #fff;*/
}

.entry_inner .table_block table th {
	width: 25%;
	color: #fff;
	background: #00276c;
	font-weight: bold;
}

.entry_inner .table_block table td {
	background: #e8ecf1;
	word-break: break-all;
}

.entry_inner label {
	margin-right: 15px;
}

.entry_inner input.text_input_l {
	width: 100%;
}

.entry_inner input.text_input_m {
	width: 50%;
}

.entry_inner input.text_input_s {
	width: 20%;
}

.entry_inner .priv_block {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 16px;
}

.entry_inner .attention {
	margin-bottom: 40px;
	font-size: 15px;
}

.btn_block {
	text-align: center;
}

.btn_block .btn_approval,
.btn_block .btn_denial {
	background: #00276c;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 70px;
	border: none;
}

@media screen and (max-width: 736px) {
	.entry_inner {
		width: 98%;
		margin: 0 auto;
		font-size: 15px;
	}

	.entry_inner .table_block table th,
	.entry_inner .table_block table td {
		display: block;
		width: 100%;
	}

	.entry_inner .table_block table th {
		border-bottom: none;
	}

	.entry_inner .table_block table td {
		margin-bottom: 20px;
	}

	.btn_block .btn_approval,
	.btn_block .btn_denial {
		font-size: 18px;
		padding: 12px 50px;
	}

}



/* 個人情報保護方針
---------------------------------------------------------- */
.poricy .txt_area {
	width: 95%;
	margin: 0 auto;
	text-align: left;
}

.poricy .txt_area .midashi_ttl {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.poricy .main_txt {
	font-size: 20px;
	margin-bottom: 40px;
	margin-left: 40px;
}

/* フッター
---------------------------------------------------------- */
.footer {
	width: 100%;
	border-top: solid #000 2px;
	font-size: 18px;
}

.footer .footer_inner {
	width: 1020px;
	margin: 0 auto;
	padding: 20px 0 40px 0;
	text-align: left;
}

@media screen and (max-width: 736px) {
	.footer {
		font-size: 15px;
	}

	.footer .footer_inner {
		width: 100%;
	}
}