/* --------------- content --------------- */

.content {
	padding: 50px 0 100px 0;
}

.contact {
	width: 100%;
	max-width: 915px;
	margin: 0 auto;
}

.contact_line {
	width: 100%;
	display: table;
	margin-bottom: 7px;
	table-layout: fixed;
	padding-bottom: 7px;
	border-bottom: 1px solid #dfdfdf;
}

.contact_line01 {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.contact_type {
	width: 30%;
	padding: 10px 30px 10px 0;
	display: table-cell;
	vertical-align: top;
}

.contact_type_inner {
	width: 100%;
	display: table;
}

.contact_tit {
	width: auto;
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
	padding-top: 3px\0;
	font-weight: bold;
	font-size: 1.8rem;
	color: #414141;
}

.must {
	width: 46px;
	display: table-cell;
	vertical-align: top;
	padding-top: 3px;
}

.must span {
	display: block;
	background: #f38630;
	color: #FFFFFF;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.2\0;
	padding: 2px 0\0;
}

.contact_write {
	width: 70%;
	display: table-cell;
	vertical-align: middle;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #b2b2b2;
	font-size: 1.4rem;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #b2b2b2;
	font-size: 1.4rem;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #b2b2b2;
	font-size: 1.4rem;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #b2b2b2 !important;
	font-size: 1.4rem !important;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif "微软雅黑";
}

input.input_text,
textarea#message {
	display: block;
	color: #414141;
	width: 100%;
	border: none;
	background: #eeeeee;
	border: none;
	font-size: 1.4rem;
	line-height: normal;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
	height: 45px;
	padding: 15px;
	padding: 14px 15px 12px 15px\0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	outline: none;
	vertical-align: middle;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	border-radius: 0;
}

textarea#message {
	height: auto;
	resize: none;
}

.contact_btn {
	width: 100%;
	margin-top: 50px;
}

.input_btn {
	display: block;
	text-align: center;
	width: 100%;
	border: none;
	outline: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2.5rem;
	line-height: 1;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
	padding: 23px 10px;
	padding: 25px 10px 21px 10px\0;
	cursor: pointer;
	background: #f38630;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.input_btn:hover {
	background-color: #223A70;
}

.contact_policy {
	width: 100%;
	margin: 65px auto 30px auto;
	color: #414141;
}

.contact_policy_inner {
	width: 100%;
	height: 300px;
	overflow-y: scroll;
	margin-top: 20px;
	padding: 10px 30px;
	border: 2px solid #dfdfdf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.contact_list {
	width: 100%;
}

.contact_list li {
	width: 100%;
	padding: 20px 10px;
	border-bottom: 1px solid #dfdfdf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.contact_list li:last-of-type {
	border-bottom: none;
}

.contact_policy_tit {
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 5px;
}

.contact_policy_txt {
	font-size: 1.4rem;
}

.contact_policy_txt a {
	color: #414141;
	text-decoration: underline;
}
.contact_mark{
	margin-top: 5px;
	font-size: 1.4rem;
	text-indent: -1em;
	padding-left: 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#sel_mark{
	display: none;
	color: #ff0000;
	font-weight: bold;
}
.contact_write_mail{
	font-size: 0;
}
input.input_mail{
	width: calc(50% - 20px);
	display: inline-block;
	vertical-align: middle;
}
.mail_span{
	width: 40px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
}
.choose_select {
	display: block;
	width: 100%;
	max-width: 300px;
	height: 42px;
	color: #414141;
	font-size: 1.6rem;
	padding: 8px 55px 8px 15px;
	padding: 10px 55px 6px 15px\0;
	background: url(../img/ico_select.png) no-repeat right 5px center #FFFFFF;
	border: 1px solid #afafaf;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
}

.choose_select::-ms-expand {
	display: none;
}

.choose_select option::-ms-expand {
	display: none;
}

.choose_select option {
	font-size: 1.4rem;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #414141;
}
.contact_line_agree{
	border-bottom: none;
	text-align: center;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.agree {
	position: relative;
	display: inline-block;
}
.agree_left {
	width: 18px;
	display: table-cell;
	vertical-align: top;
	padding-top: 2px;
}
.agree input.input_chb {
	width: 14px;
	height: 14px;
	opacity: 0;
}

.agree label {
	position: absolute;
	left: 0;
	top: 3px;
	margin: auto;
	width: 14px;
	height: 14px;
	cursor: pointer;
	border: 1px solid #aaaaaa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.agree input.input_chb:checked+label {
	background: #f38630;
}

.agree input.input_chb:checked+label::after {
	content: "";
	position: absolute;
	left: 2px;
	bottom: 5px;
	width: 6px;
	height: 3px;
	border: 2px solid #FFFFFF;
	border-top: none;
	border-right: none;
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.agree_right {
	width: auto;
	display: table-cell;
	padding-left: 3px;
	vertical-align: top;
	color: #414141;
	font-size: 1.4rem;
}
.check_txt02{
	font-size: 1.6rem;
	margin-bottom: 20px;
}


/*--------------- formCheck ---------------*/

.formCheck {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10000;
	color: #000000;
}

.check_content {
	width: 995px;
	overflow: auto;
	max-height: 80%;
	background: #FFFFFF;
	padding: 50px 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.check_txt {
	font-size: 1.4rem;
	background: #EEEEEE;
	padding: 15px;
}

pre#check_message {
	font-size: 1.4rem;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
	white-space: pre-wrap;
	word-wrap: break-word;
	margin: 0;
	background: #EEEEEE;
	padding: 15px;
}

.check_btn {
	width: 100%;
	margin-top: 50px;
}

.check_btn li {
	width: 48%;
	float: right;
	margin-left: 4%;
}

.check_btn li:last-of-type {
	margin-left: 0;
}

#btn_prev {
	background: #b2b2b2;
}


/*--------------- thankapage ---------------*/

.thankspage_txt {
	text-align: center;
	font-size: 2rem;
	line-height: 2;
	font-weight: bold;
	color: #414141;
}

.btn_top {
	display: block;
	width: 360px;
	background: #f38630;
	color: #FFFFFF;
	text-align: center;
	margin: 50px auto 0 auto;
	padding: 23px 10px;
	padding: 25px 10px 21px 10px\0;
	font-size: 2.5rem;
	line-height: 1;
	font-weight: bold;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.btn_top:hover {
	background-color: #223A70;
}

@media only screen and (max-width: 1220px) {
	/* --------------- content --------------- */
	.content {
		padding-bottom: 90px;
	}
	.input_btn:hover {
		background-color: #f38630;
	}
	/*--------------- formCheck ---------------*/
	/*--------------- thankapage ---------------*/
	.btn_top:hover {
		background-color: #f38630;
	}
}

@media only screen and (max-width: 1023px) {
	/* --------------- content --------------- */
	.contact_type {
		padding-right: 20px;
	}
	.input_btn {
		font-size: 2.2rem;
	}
	.contact_policy {
		margin: 45px auto 20px auto;
	}
	.contact_policy_inner {
		padding: 10px 20px;
	}
	.contact_btn {
		margin-top: 40px;
	}
	/*--------------- formCheck ---------------*/
	.check_content {
		max-width: 100%;
		padding: 50px 5%;
	}
	/*--------------- thankapage ---------------*/
	.thankspage_txt {
		font-size: 1.8rem;
	}
	.btn_top {
		font-size: 2.2rem;
	}
}

@media only screen and (max-width: 767px) {
	/* --------------- content --------------- */
	.content {
		padding: 30px 0 60px 0;
	}
	.contact_line {
		width: 100%;
		display: block;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.contact_line01 {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.contact_type {
		width: 100%;
		padding: 0;
		display: block;
	}
	.contact_tit {
		font-size: 1.4rem;
	}
	.must {
		vertical-align: middle;
		padding-top: 0;
	}
	.must span {
		font-size: 1.2rem;
	}
	.contact_write {
		width: 100%;
		display: block;
		margin-top: 10px;
	}
	.input_btn {
		font-size: 2rem;
	}
	.contact_policy_tit {
		font-size: 1.4rem;
	}
	.contact_policy_txt {
		font-size: 1.2rem;
	}
	/*--------------- formCheck ---------------*/
	.check_btn {
		margin-top: 40px;
	}
	.check_btn li {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.check_btn li:last-of-type {
		margin-left: 0;
		margin-top: 30px;
	}
	/*--------------- thankapage ---------------*/
	.thankspage_txt {
		font-size: 1.7rem;
	}
	.btn_top {
		width: 100%;
		margin-top: 30px;
		font-size: 2rem;
	}
}

@media only screen and (max-width: 480px) {
	/* --------------- content --------------- */
	
	.input_btn {
		font-size: 1.8rem;
	}
	.contact_policy_inner {
		padding: 10px;
	}
	.choose_select{
		max-width: 100%;
	}
	.check_txt02{
		font-size: 1.4rem;
		margin-bottom: 15px;
	}
	/*--------------- formCheck ---------------*/
	.check_btn li:last-of-type{
		margin-top: 20px;
	}
	/*--------------- thankapage ---------------*/
	.thankspage_txt {
		font-size: 1.6rem;
	}
	.btn_top {
		font-size: 1.8rem;
	}
}