@charset "utf-8";

/* subvisual */
.subvisual{
	background-image: url(/include/img/subvisual_about.png);
}

/* intro */
.intro ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.intro ul li{
	width: 48%;
}

.intro ul li img{
	width: 100%;
}

/* interior */
.interior{
	padding-top: 0 !important;
}

.interior h2{
	margin-bottom: 40px;
}

/* selfForm */
.selfForm{
	max-width: 1000px;
	margin: 120px auto;
}

.selfForm .personalBox{
	box-sizing: border-box;
	background: #f7f7f7;
	padding: 30px 5%;
}

.selfForm .personalBox p{
	line-height: 1.3;
	font-size: 14px;
	white-space: pre-wrap;
	height: 250px;
	overflow-y: auto;
}

.selfForm .per{
	display: flex;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 50px;
	font-size: 15px;
	line-height: 1;
}

.selfForm .per input{
	margin-right: 5px;
}

.selfForm .formUl > li + li{
	margin-top: 30px;
}

.selfForm .formUl > li h5{
	font-size: 20px;
	margin-bottom: 10px;
	width: 100%;
}

.selfForm .formUl > li h5 .red{
	color: #f00;
}

.selfForm .formUl > li .redTxt{
	color: #f00;
	font-size: 13px;
	margin-top: 5px;
	text-align: right;
	display: block;
}

.selfForm .formUl > li.partLi{
	display: flex;
	flex-wrap: wrap;
}

.selfForm .formUl > li.partLi input{
	display: none;
}

.selfForm .formUl > li.partLi label{
	background: #f7f7f7;
	color: #333;
	transition: all 0.3s;
	width: calc(100%/2 - 20px/2);
	height: 50px;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	cursor: pointer;
}

.selfForm .formUl > li.partLi label:last-child{
	margin-right: 0;
}

.selfForm .formUl > li.partLi input:checked + label{
	background: #cdc081;
	color: #fff;
}

.selfForm .formUl > li .inputBox input[type="text"],
.selfForm .formUl > li .inputBox input[type="tel"]{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 0;
	box-sizing: border-box;
	background: #f7f7f7;
	padding-left: 10px;
	padding-right: 50px;
	font-size: 16px;
}

.selfForm .formUl > li .inputBox ul{
	display: flex;
	flex-wrap: wrap;
}

.selfForm .formUl > li .inputBox ul li{
	width: calc(100%/3 - 40px/3);
	margin-right: 20px;
	margin-top: 20px;
}

.selfForm .formUl > li .inputBox ul li:nth-child(-n+3){
	margin-top: 0;
}

.selfForm .formUl > li .inputBox ul li:nth-child(3n),
.selfForm .formUl > li .inputBox ul li:last-child{
	margin-right: 0;
}

.selfForm .formUl > li .inputBox ul li label{
	background: #f7f7f7 url(/include/img/icon_check2_off.png) no-repeat left 10px center / 20px auto;
	display: block;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	padding-left: 40px;
	/* justify-content: center; */
	font-size: 16px;
	transition: all 0.3s;
	cursor: pointer;
}

.selfForm .formUl > li .inputBox ul li input:checked + label{
	background-image: url(/include/img/icon_check2_on.png);
}

.selfForm .formUl > li .inputBox ul li input{
	display: none;
}

.selfForm .formUl > li .inputDiv{
	position: relative;
}

.selfForm .formUl > li .inputDiv span{
	position: absolute;
	right: 20px;
	top: 50%;
	font-size: 16px;
	font-weight: 500;
	transform: translate(0,-50%);
}

.selfForm .btnBox a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	background: #cdc081;
	margin-top: 50px;
}



/* ---------------------------------------------------------- 720 */
@media screen and (max-width: 720px){

body .visual{
	height: 40vw !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}

body .visual p {
    padding-top: 0px;
    font-size: 3vw;
    line-height: 1.5;
	width: 100%;
}

body .visual strong {
    margin-bottom: 3vw;
    font-size: 7vw;
}

/* selfForm */
.selfForm{
	margin: 12vw auto;
}

.selfForm .personalBox{
	padding: 5vw 5%;
}

.selfForm .personalBox p{
	font-size: 2.5vw;
	height: 30vw;
}

.selfForm .per{
	margin-top: 2vw;
	margin-bottom: 7vw;
	font-size: 2.5vw;
}

.selfForm .per input{
	width: 3vw;
}

.selfForm .formUl > li + li{
	margin-top: 6vw;
}

.selfForm .formUl > li h5{
	font-size: 4.5vw;
	margin-bottom: 3vw;
}

.selfForm .formUl > li .redTxt{
	font-size: 3vw;
	margin-top: 1vw;
}

.selfForm .formUl > li.partLi label{
	width: calc(100%/2 - 3vw/2);
	height: 12vw;
	font-size: 3.5vw;
	margin-right: 3vw;
}

.selfForm .formUl > li .inputBox input[type="text"],
.selfForm .formUl > li .inputBox input[type="tel"]{
	height: 12vw;
	line-height: 12vw;
	padding-left: 2vw;
	padding-right: 5vw;
	font-size: 3.5vw;
}

.selfForm .formUl > li .inputBox ul li{
	width: calc(100%);
	margin-right: 0vw;
	margin-top: 3vw !important;
}

.selfForm .formUl > li .inputBox ul li:nth-child(-n+1){
	margin-top: 0 !important;
}

.selfForm .formUl > li .inputBox ul li label{
	background: #f7f7f7 url(/include/img/icon_check2_off.png) no-repeat left 3vw center / 5vw auto;
	width: 100%;
	height: 12vw;
	padding-left: 10vw;
	font-size: 3.5vw;
}

.selfForm .formUl > li .inputDiv span{
	right: 5%;
	top: 50%;
	font-size: 3.5vw;
}

.selfForm .btnBox a{
	height: 12vw;
	font-size: 3.5vw;
	margin-top: 6vw;
}



}