@charset "UTF-8";


/* input ----------
------------------*/
.main_contents .contact_flow {
	margin: 0 auto 50px;
}
@media screen and (max-width: 798px) {
	.main_contents .contact_flow img {
		width: 100%;
		height: auto;
	}
}
/* スクロールボックス */
.main_contents .scroll_block {
	width: 960px;
	margin: 0 auto 70px;
	border: 5px solid #dfdfdf;
	padding: 5px;
}
.main_contents .scroll_box {
	padding: 35px;
	height: 350px;
	overflow-y: auto;
}
.main_contents .scroll_box::-webkit-scrollbar {
	width: 12px;
}
.main_contents .scroll_box::-webkit-scrollbar-thumb {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #4087c2;
	height: 60px;
	margin: 10px;
}
.main_contents .scroll_box ol {
	padding: 0 0 0 20px;
	margin: auto;
}
.main_contents .scroll_box ol li {
	position: relative;
	line-height: 2;
	font-weight: 700;
	list-style: decimal;
	margin-bottom: 10px;
}
.main_contents .scroll_box ol li p {
	font-weight: 400;
	margin: 0 -20px;
}
.main_contents .scroll_box ol li p a {
	text-decoration: underline;
}
.main_contents .scroll_box ol ol li {
	font-weight: 400;
	margin: 0 -20px 3px;
}


@media screen and (max-width: 798px) {
	.main_contents .scroll_block {
		width: 100%;
		padding: 3px;
	}
	.main_contents .scroll_box {
		padding: 30px 8%;
	}
	.main_contents .scroll_box::-webkit-scrollbar {
		width: 8px;
	}
}

/* 2カラムブロック */
.main_contents .col2_block {
	width: 960px;
	margin: 0 auto 40px;
}
.main_contents .col2_block div {
	display: inline-block;
	vertical-align: top;
}
.main_contents .col2_block div + div {
	float: right;
}
.main_contents .col2_block p {
	line-height: 2;
}
.main_contents .col2_block p a {
	text-decoration: underline;
}
.main_contents .col2_block p.btn_link a {
	display: block;
	min-width: 280px;
	position: relative;
	padding: 13px 42px;
	border: 1px solid #0d3a91;
	line-height: 1.75;
	color: #0d3a91;
	font-size: 128.5%;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.main_contents .col2_block p.btn_link a:hover {
	opacity: .7;
	-webkit-opacity: .7;
}
.main_contents .col2_block p.btn_link a::after {
    content: "";
    display: block;
    right: 20px;
    width: 14px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../img/common/icon_blank_blue.svg) no-repeat;
    background-size: contain;
}

@media screen and (max-width: 798px) {
	.main_contents .col2_block {
		width: 100%;
	}
	.main_contents .col2_block div {
		display: block;
		margin: 0 auto 30px;
		float: none !important;
	}
}

/* テーブル */
.main_contents table {
	margin: 0 auto 80px;
}
.main_contents table tr:first-child th {
	border-top-color: #CC0000;
}
.main_contents table tr th.must::after {
	content: "※必須";
	margin-left: 4px;
	color: #da0000;
	font-size: 80%;
}

/* テキスト */
.main_contents table tr td input[type="text"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 4px 5px 3px;
	box-sizing: border-box;
	outline: none;
	width: 100%;
	border: 1px solid #dddfe4;
}
.main_contents table tr td input[type="text"].w5 {
	width: 50px;
}
.main_contents table tr td input[type="text"].w550 {
	width: 550px;
}
.main_contents table tr td input[type="text"]:focus {
	background: #f5f5f5;
}
.main_contents table tr td span {
	font-size: 92.8%;
}

/* テキストエリア */
.main_contents table tr td textarea {
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #dddfe4;
	padding: 5px 5px 3px;
	box-sizing: border-box;
	outline: none;
	resize: none;
}
.main_contents table tr td textarea:focus {
	background: #f5f5f5;
}

/* セレクトボックス */
.main_contents table tr td .select_box {
	border: 1px solid #dddfe4;
	display: inline-block;
	position: relative;
}
.main_contents table tr td select {
	outline:none;
	text-overflow: '';
	background: url("../img/contact/icon_select.png") no-repeat 98.5% center;
	background-size: 9px auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	padding: 10px 40px 10px 10px;
	line-height: 1;
	font-size: 86.6%;
	width: 100%;
	border: 1px solid #dddfe4;
}
.main_contents table tr td select.s_box,
.main_contents table tr td select.s_box_pc{
	width: 100px;
	margin-right: 10px;
	background-position: 94% center;
}
.main_contents table tr td input[type="radio"].s_radio{
	margin-left: 15px;
}
.main_contents table tr td select::-ms-expand {
	display: none;
}

/* ラジオボタン */
.main_contents table tr td ul li {
	display: inline-block;
	margin-right: 40px;
}
.main_contents table tr td input[type="radio"]{
	margin-right: 8px;
	width: 13px;
	height: 13px;
	border: 1px solid #dddfe4;
	border-radius: 50%;
	-webkit-order-radius: 50%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	vertical-align: middle;
}
.main_contents table tr td input[type="radio"]:checked {
    background: #fff;
	position: relative;
}
.main_contents table tr td input[type="radio"]:checked::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	background: #CC0000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 7px;
	height: 7px;
}

.main_contents .btn_group {
	margin: 0 auto 150px;
	text-align: center;
}
.main_contents .btn_group p {
	display: inline-block;
	vertical-align: middle;
	min-width: 280px;
	position: relative;
	padding: 13px 42px;
	border: 1px solid #0d3a91;
	line-height: 1.75;
	font-size: 1.285em;
	text-decoration: none;
	color: #fff;
	background: #0d3a91;
}
.main_contents .btn_group p input{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: none;
	border: none;
	outline: none;
}
.main_contents .btn_group .back {
    background: #b6c4de;
    border: none;
    color: #0d3a91;
	margin-right: 20px;
}
.main_contents .btn_group p::after {
	content: "";
	display: block;
	right: 15px;
	width: 13px;
	height: 26px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: url(../img/common/arrow_right.svg) no-repeat;
	background-size: contain;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.main_contents .btn_group p.back::after {
	left: 15px;
    background: url(../img/common/arrow_right_blue.svg) no-repeat;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main_contents .btn_group p:hover {
	opacity: .8;
    -webkit-opacity: .8;
}
.main_contents .btn_group p:hover::after {
	right: 8px;
}
.main_contents .btn_group p.back:hover::after {
	left: 8px;
}

@media screen and (max-width: 798px) {
	.main_contents table tr th {
		border-top: 1px solid #CC0000;
		padding: 22px 5%;
	}
	.main_contents table tr:first-child td {
		border-top: none;
	}
	.main_contents table tr td {
		padding: 0 5% 40px;
	}
	/*.main_contents table tr td .select_box {
		width: 100%;
	}*/
	.main_contents table tr td select,
	.main_contents table tr td select.s_box_pc {
	    padding: 10px 8% 10px 3%;
		width: 100%;
		margin: 10px auto;
		background-position: 98% center;
	}
	.main_contents .btn_group p.back {
		margin: 0 auto 20px;
	}
	.main_contents table tr td input[type="text"].w550 {
		width: 100%;
	}
	.main_contents table tr td select.s_box{
		width: 90%;
		margin: 0 3% 15px 0;
		background-position: 97% center;
	}
	.main_contents table tr td input[type="text"].w5 {
		margin-bottom: 10px;
	}
}

.col-input span div.third_break{
	display: inline-block;
	margin-right: 15px;
}
