@charset "utf-8";
/************************************************************************************************************************************
	全ページ共通
************************************************************************************************************************************/
/** .form_table *****************************************************************/
table.form_table {
	width: 100%;
	margin: 0 auto 25px;
}

table.form_table tbody th, 
table.form_table tbody td {
	vertical-align: middle;
	padding: 8px 15px;
	border: solid 1px #122a88;
}

table.form_table tbody th {
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	white-space: nowrap;
	width: 211px;
	padding: 12px 19px;
	background-color: #DBE1FB;
}

table.form_table tbody td {
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
}
table.form_table tbody tr th.vertical_top {
	vertical-align: top;
}
table.form_table tbody tr th.pad_none {
	padding: 0 18px;
}


table.form_table tbody .required {
	color: #ff0000;
}


@media screen and (max-width: 767px) {
	table.form_table:not(.break_none), 
	table.form_table:not(.break_none) tbody, 
	table.form_table:not(.break_none) tbody tr, 
	table.form_table:not(.break_none) tbody tr th, 
	table.form_table:not(.break_none) tbody tr td {
		display: block;
	}
	table.form_table:not(.break_none) tbody th {
		box-sizing: border-box;
		text-align: left;
		width: 100%;
		padding: 5 18px;
		border: none;
	}
	table.form_table:not(.break_none) tbody td {
		box-sizing: border-box;
		width: 100%;
		padding: 1em 1em 1em;
		border: none;
	}
	table.form_table:not(.break_none) tbody tr:last-child td:last-child {
		border-bottom: solid 1px #122a88;
	}
}




/** form input text
*********************/
.form_table input[type="text"], 
.form_table input[type="email"], 
.form_table input[type="password"], 
.form_table input[type="url"], 
.form_table input[type="telephone"], 
.form_table input[type="number"], 
.form_table input[type="datetime"] {
	box-sizing: border-box;
	font-size: 14px;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	width: 100%;
	max-width: 320px;
	padding: 0.25em 0.5em;
	background-color: #fafbfe;
	border: 1px solid #122a88;
	border-radius: 0;
	border-radius: 2px;
	-webkit-appearance: none;
	box-shadow: none;
}

.form_table textarea {
	resize: none;
	box-sizing: border-box;
	font-size: 14px;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	width: 100%;
	max-width: 565px;
	padding: 0.25em 0.5em;
	background-color: #fafbfe;
	border: 1px solid #122a88;
	border-radius: 0;
	border-radius: 2px;
	-webkit-appearance: none;
	box-shadow: none;
}


@media screen and (max-width: 767px) {
	.form_table input[type="text"], 
	.form_table input[type="email"], 
	.form_table input[type="password"], 
	.form_table input[type="url"], 
	.form_table input[type="telephone"], 
	.form_table input[type="number"], 
	.form_table input[type="datetime"] {
		max-width: none;
	}
	.form_table textarea {
		max-width: none;
	}
}




/*- select
 -----------------------------*/
.select_box {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	overflow: hidden;
	position: relative;
	z-index: 10;
	display: inline-block;
	vertical-align: middle;
	color: #333333;
	font-size: 14px;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	letter-spacing: 1;
	vertical-align: middle;
	width: 100%;
	max-width: 320px;
	background: none;
	background-color: #FFF;
	border-radius: 0;
	border-radius: 2px;
	border: 1px solid #122a88;
}

.select_box::after {
	content: ' ';
	box-sizing: border-box;
	position: absolute;
	z-index: 12;
	right: 0;
	bottom: 0;
	width: 32px;
	height: 100%;
	background-color: #dbe1fb;
	background-image: url('../img/common/pc/form-search-icon.png');
	background-size: 7px 8px;
	background-position: center;
	background-repeat: no-repeat;
	border-left: 1px solid #122a88;
}
.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;
	color: #333333;
	font-size: 14px;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	width: 100%;
	padding: 0.25em 0.5em;
	background-color: transparent;
	border: none;
	border-radius: 0px;
	.select_box select::-ms-expand {
		display: none;
}}
.select_box select option {
	box-sizing: border-box;
	color: #333333;
	color: #333333;
	font-size: 14px;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}







/** .check_box *****************************************************************/
input.check_box[type="checkbox"] {
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
	top: 2px;
	vertical-align: inherit;
	width: 14px;
	height: 14px;
	margin-right: 4px;
	background: none;
	background-color: transparent;
	border: none;
	border-radius: none;
	border: solid 1px #122a88;
	border-radius: 2px;
	background-color: #fafbfe;
}
/*input.check_box[type="checkbox"]:checked {
	background-color: #122a88;
}*/
input.check_box[type="checkbox"]:checked:before {
	display: block;
	position: absolute;
	left: 1px;
	top: 8px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	content: "";
	width: 4px;
	height: 2px;
	background: #122a88;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right center;
}
input.check_box[type="checkbox"]:checked:after {
	display: block;
	position: absolute;
	left: 4px;
	top: 9px;
	content: "";
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	width: 10px;
	height: 2px;
	background: #122a88;
	-webkit-transform: rotate(-53deg);
	-webkit-transform-origin: left center;
}





/** .radio *****************************************************************/
input.radio[type="radio"] {
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
	top: 2px;
	vertical-align: inherit;
	width: 14px;
	height: 14px;
	margin-right: 3px;
	background: none;
	background-color: transparent;
	border: none;
	border-radius: none;
	border: solid 1px #122a88;
	border-radius: 2px;
	background-color: #fafbfe;
}
/*input.radio[type="radio"]:checked {
	background-color: #122a88;
}*/
input.radio[type="radio"]:checked:before {
	display: block;
	position: absolute;
	left: 1px;
	top: 8px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	content: "";
	width: 4px;
	height: 2px;
	background: #122a88;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right center;
}
input.radio[type="radio"]:checked:after {
	display: block;
	position: absolute;
	left: 4px;
	top: 9px;
	content: "";
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	width: 10px;
	height: 2px;
	background: #122a88;
	-webkit-transform: rotate(-53deg);
	-webkit-transform-origin: left center;
}





/** .form_button *****************************************************************/
.form_button_wrap {
	text-align: center;
	letter-spacing: normal;
	width: 100%;
}
.form_button_wrap .form_button {
	position: relative;
	display: inline-block;
	text-decoration: none;
	width: 100%;
}
.form_button_wrap .form_button button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;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: 15px;
	font-weight: 600;
	font-family: "Rounded Mplus 1c";	/* font-weight: 200/300/400/500/600/700/900; */
	transform: rotate(0.05deg);
	line-height: 1.2;
	width: 100%;
	max-width: 420px;
	padding: 8px 5px 7px;
	margin: 0 auto;
	background-color: #122a88;
	border-bottom: solid 5px #00135b;
	border-radius: 5px;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


/** .form_button *****************************************************************/
.pp_area {
	overflow-y: scroll;
	width:  80%;
	height:  150px;
	margin: 0 auto 15px;
	border: solid 1px #CCC;
}
.pp_area .pp_text {
	font-size: 13px;
	padding: 20px;
}
.pp_area .pp_text p:not(:last-child) {
	margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
	.pp_area {
		width:  100%;
	}
	.pp_area .pp_text {
		padding: 20px 10px;
	}
}
