@charset "utf-8";
#wrap_btn {
	/* [disabled]margin-top: 100px; */
	/* [disabled]margin-bottom: 100px; */
	font-size: 24px;
	/* [disabled]padding-top: 100px; */
	/* [disabled]padding-bottom: 100px; */
}
.btn_taiken img {
		width: 34px;
		height: auto;
		vertical-align: middle;
		margin-right: 15px;
		margin-bottom: 5px;
}
.btn_taiken {
		width: 560px;
		margin-left: auto;
		margin-right: auto;
		color: #FFFFFF;
		background-color: #223e82;
		text-align: center;
		padding-top: 16px;
		padding-bottom: 12px;
		padding-left: 25px;
		padding-right: 25px;
		margin-bottom: 50px;
		display: block;
}
.btn_form {
		width: 560px;
		margin-left: auto;
		margin-right: auto;
		color: #FFFFFF;
		background-color: #f08336;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 15px;
		padding-left: 25px;
		padding-right: 25px;
		margin-bottom: 50px;
		display: block;
		max-width: 100%;
		font-size: 24px;
}
#application .btn_form {
	padding-top: 8px;
	padding-bottom: 8px;
	min-height: 69px;
}

#wrap_btn a:hover {
		color: #FFFFFF;
}
a.btn_form:hover {
		background-color: #F09D35;
}
a.btn_taiken:hover {
		background-color: #3159BC;
}


.wrap_abroad {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 1.7;
}
.wrap_abroad strong {
	font-weight: bold;
}
.wrap_abroad h3 {
	font-size: 24px;
	color: #F08336;
	text-align: center;
	margin-bottom: 0px;
	font-weight: bold;
	border-bottom-width: 0px;
	letter-spacing: normal;
}
.btn_form#btn_ryu {
	background-image: url(../images/common/text_ryu_01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 87% auto;
}
.btn_form#btn_form {
	background-image: url(../images/common/text_form_01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 87% auto;
}
a.btn_form#btn_ryu:hover, .btn_form#btn_form:hover {
	cursor: pointer;
}
.btn_form#btn_ryu.selected {
	background-image: url(../images/common/text_ryu_02.png);
}
.btn_form#btn_form.selected {
	background-image: url(../images/common/text_form_02.png);
}
.wrap_abroad, #wrap_form {
	display: none;
}
a#btn_line {
	background-color: #00a55d;
}
a#btn_line:hover {
	background-color: #00CB72;
}


@media screen and (max-width:767px) {
.btn_taiken, .btn_form {
		width: auto;
		font-size: 16px;
		margin-bottom: 30px;
}
#application img {
	max-width: 100%;
	width: auto;
	height: auto;
}
#application .btn_form {
	min-height: 0px;
}	
#contact td {
	vertical-align: top;
}


}
