@charset "utf-8";
/* CSS Document */
.paagetitle{
	background:url(../common/image/apply/bn_02.jpg) center top no-repeat;
	background-size:cover;
	height:380px;
}
.btn_dc{
    width: 480px;
	margin:80px auto 120px;
	cursor:pointer;
}
#footer{
	border-top:1px solid #bfbfbf;
}
.c-wrapper{
	max-width:760px;
	margin:0 auto;
	font-size:16px;
}


input, select {
    vertical-align: middle;
}

input, textarea {
    margin: 0;
    padding: 0;
}

input, textarea, select, option {
    font-size: 1.4rem;
    padding: 0.5em;
}

.form input, .form textarea {
    font-size: 1.6rem;
}
.form input[type="text"], .form input[type="email"], .form textarea, .form select {
    border: 2px solid #ccc;
    border-radius: 0;
    transition: all 0.2s ease 0s;
    width: 100%;
	box-sizing:border-box;
}
.form .control-label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.3em;
	line-height:2em;
}
.c-form .col-sm-3, .c-form .col-sm-8 {
    display: block !important;
    float: none !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

.customFormGroup_ttl_required:after {
    background-color: #e31f1f;
    border-radius: 3px;
    color: #fff;
    content: "必須";
    font-size: 80%;
    font-weight: normal;
    margin: 0 0 0 5px;
    padding: 2px 3px;
}
.form .form-group:not(:first-child) {
    margin-top: 20px;
}

.section_sl{
	margin-bottom:80px;
	padding:calc(50px + 1vw) 15px 0;
}
.section_sl .s_stl_01{
	font-size:22px;
	text-align:center;
	position:relative;
	line-height:1.8;
}
.section_sl .s_stl_01:after{
	content:'';
	border-bottom:2px solid #7fadd5;
	position:absolute;
	left:50%;
	width:4em;
	bottom:0;
	margin-left:-2em;
}
.section_sl .s_summary_01{
	font-size:16px;
	line-height:1.8;
	text-align:center;
	margin:1.5em 0 3em;
}

.section_sl .s_bd_01{
	margin:0 auto;
	border:2px solid #aadfc1;
	padding:5px 30px;
	font-size:14px;
	line-height:1.8;
	box-sizing:border-box;
	border-radius:20px;
	margin:3em auto 0;
}
@media screen and ( max-width: 800px ) {
	.paagetitle{
		background-size:cover;
		height:190px;
	}
	.btn_dc{
		width:inherit;
		max-width:480px;
		margin:40px auto 50px;
	}
.section_sl{
		padding:calc(30px + 1vw) calc(20px + 0.5vw);
		margin-bottom:0;
	}
	.section_sl .s_bd_01{
		width:inherit;
	}
}