@charset "UTF-8";
/* CSS Document */

body .tehai-wrap *{
	text-align: justify;
	text-justify: inter-ideograph;
	font-feature-settings: "palt";
	list-style-type: none;
	text-decoration: none;
}

.tehai-wrap .element{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}

.pc{
	display: block;
}

.tablet,.sp{
	display: none;
}

.tehai-wrap h2{
	background-color: #b60005;
	color: #ffffff;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	width: 100%;
	padding: 20px 0;
	margin: 50px 0;
}

.tehai-wrap img{
	width: 100%;
}

.tehai-wrap .tehai-catch{
	padding: 50px 0;
	background-image: url("../img/top_bg.jpg");
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tehai-wrap .tehai-question{
	background-color: #eeeeee;
	text-align: center;
	padding: 50px 0;
}

.tehai-wrap .tehai-question h3{
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 30px;
	text-align: center;
}

.tehai-wrap .tehai-question div{
	display: flex;
}

.tehai-wrap .tehai-question div ul{
	width: 85%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.tehai-wrap .tehai-question div img{
	width: 7.5%;
	height: 100%;
}

.tehai-wrap .tehai-question div ul li{
	width: calc(50% - 20px);
	display: inline-block;
	background-color: #ffffff;
	border-radius: 15px;
	height: 75px;
	vertical-align: top;
	padding: 10px;
	margin-bottom: 25px;
}

.tehai-wrap .tehai-question div ul li p{
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 18px;
}

.tehai-wrap .tehai-question div ul li:nth-child(odd){
	margin-right: 10px;
}

.tehai-wrap .tehai-question div ul li:nth-child(even){
	margin-left: 10px;
}

.tehai-wrap .contents01 .catch{
	display: flex;
	padding: 30px 0;
}
.tehai-wrap .contents01 .catch img{
	width: 50%;
	height: 100%;
	margin-left: auto;
}

.tehai-wrap .contents01 .catch p{
	font-size: 48px;
	font-weight: bold;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.tehai-wrap .contents01 .list{
	border: 5px solid #b60005;
	border-radius: 15px;
}

.tehai-wrap .contents01 .list h3{
	text-align: center;
	background-color: #b60005;
	color: #ffffff;
	padding: 15px 0;
	font-size: 24px;
}

.tehai-wrap .contents01 .list img{
	width: 10%;
	display: inline-block;
	vertical-align: bottom;
	margin: 15px auto 0 100px;
}

.tehai-wrap .contents01 .list ul{
	display: inline-block;
	vertical-align: bottom;
	margin-left: 50px;
	margin-bottom: 25px;
}

.tehai-wrap .contents01 .list ul li{
	list-style-type: none;
	font-weight: bold;
	font-size: 18px;
}

.tehai-wrap .contents01 .list ul li p span{
	font-size: 36px;
	color: #b60005;
	background: linear-gradient(transparent 50%, #f7ee13 50%);
}



.tehai-wrap .menu ul{
	display: flex;
	padding: 0;
	margin-top: 30px;
}

.tehai-wrap .menu ul li{
	width: 300px;
	height: 300px;
	margin-right: auto;
}

.tehai-wrap .menu ul li:last-child{
	margin-right: 0;
}

.tehai-wrap .menu ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #b60005;
	border-radius: 150px;
	border: 5px solid #b60005;
}

.tehai-wrap .menu ul li a:hover{
	color: #ffffff;
	background-color: #b60005;
	text-decoration: none;
	transition: 0.5s;
}

.tehai-wrap .menu ul li p{
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin-top: 125px;
}

.tehai-wrap .menu ul li:first-child p{
	margin-top: 105px;
}


.tehai-wrap .procedure ul{
	padding: 15px 30px;
	background-color: #eeeeee;
	border-radius: 15px;
	display: flex;
	flex-flow: row wrap;
	margin-top: 30px;
}

.tehai-wrap .procedure ul li{
	display: flex;
	padding: 15px;
	background-color: #ffffff;
	border-radius: 15px;
	width: calc(50% - 15px);
	margin-top: 15px;
	margin-bottom: 15px;
}

.tehai-wrap .procedure ul li:nth-child(even){
	margin-left: auto;
}
.tehai-wrap .procedure ul li img{
	width: 30%;
	height: 100%;
}

.tehai-wrap .procedure ul li .text{
	margin-left: auto;
	width: 65%;
}

.tehai-wrap .procedure ul li .text h3{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #b60005;
}

.tehai-wrap .procedure ul li .text h3 span{
	color: #000000;
	background: linear-gradient(transparent 50%, #f7ee13 50%);
	margin-left: 10px;
}

.tehai-wrap .procedure ul li .text p{
	font-weight: bold;
	font-size: 16px;
}


.tehai-wrap .procedure ul li .text p span{
	font-weight: bold;
	font-size: 12px;
}



.tehai-wrap .table table , td, th {
	border: 1px solid #666666;
	border-collapse: collapse;
	font-size: 18px;
}
.tehai-wrap .table td, th {
	padding: 5px;
	height: 25px;
}

.tehai-wrap .table .name{
	background: #666666;
	color: #ffffff;
}

.tehai-wrap .table .name td{
	text-align: center;
	font-weight: bold;
}

.tehai-wrap .table .blue{
	background: #eaf6fd;
}

.tehai-wrap .table .headline{
	width: 15%;
	vertical-align: middle;
	font-weight: bold;
}

.tehai-wrap .table .content{
	width: 65%;
	vertical-align: middle;
}

.tehai-wrap .table .nomal{
	width: 10%;
	text-align: center;
	vertical-align: middle;
}

.tehai-wrap .table .option{
	width: 10%;
	text-align: center;
	vertical-align: middle;
}

.tehai-wrap .case p{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 48px;
}

.tehai-wrap .case p span{
	font-size: 36px;
	color: #b60005;
}

.tehai-wrap .case p .big{
	font-size: 48px;
	line-height: 80px;
	margin-left: 5px;
}

.tehai-wrap .case .women div img, .tehai-wrap .case .men div img{
	height: 100%;
}

.tehai-wrap .case .women{
	border: 5px solid #b60005;
	border-radius: 15px;
	padding: 15px;
	margin-top: 30px;
}

.tehai-wrap .case .women h3{
	width: 20%;
	text-align: center;
	margin: -30px auto 15px auto;
	font-size: 24px;
	font-weight: bold;
	background-color: #ffffff;
	color: #b60005;
}

.tehai-wrap .case .women div{
	display: flex;
}

.tehai-wrap .case .women div ul{
	margin-top: 20px;
}

.tehai-wrap .case .women div img{
	width: 15%;
}

.tehai-wrap .case .women div p{
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}


.tehai-wrap .case .men{
	border: 5px solid #004e9c;
	border-radius: 15px;
	padding: 15px;
	margin-top: 50px;
}

.tehai-wrap .case .men h3{
	width: 20%;
	text-align: center;
	margin: -30px auto 15px auto;
	font-size: 24px;
	font-weight: bold;
	background-color: #ffffff;
	color: #004e9c;
}

.tehai-wrap .case .men div{
	display: flex;
}

.tehai-wrap .case .men div ul{
	margin-top: 20px;
}

.tehai-wrap .case .men div img{
	width: 15%;
}

.tehai-wrap .case .men div p{
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}



.tehai-wrap .case h2{
	border-radius: 15px;
	font-size: 24px;
}

.tehai-wrap .case .scene{
	display: flex;
	color: #b60005;
	padding: 0;
	text-align: center;
}

.tehai-wrap .case .scene li{
	width: calc(25% - 20px);
}

.tehai-wrap .case .scene li:first-child{
	margin-right: auto;
}

.tehai-wrap .case .scene li:nth-child(2),.tehai-wrap .case .scene li:nth-child(3){
	margin: 0 auto;
}

.tehai-wrap .case .scene li:last-child{
	margin-left: auto;
}

.tehai-wrap .case .scene h3{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.tehai-wrap .case .scene hr{
	border-bottom: 2px solid #b60005;
}

.tehai-wrap .case .scene p{
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
}


.tehai-wrap .quote p,.tehai-wrap .quote h3{
	text-align: center;
	font-weight: bold;
}

.tehai-wrap .quote p{
	font-size: 18px;
}

.tehai-wrap .quote h3{
	border: 5px solid #b60005;
	border-radius: 15px;
	color: #b60005;
	font-size: 30px;
	padding: 20px;
	margin-top: 50px;
}

.tehai-wrap .quote h3:hover{
	background: #b60005;
	color: #ffffff;
	transition: 0.5s;
}



@media (max-width: 1200px){
    .tehai-wrap .element{
        max-width: 1100px;
        padding: 0 10px;
    }
    .tehai-wrap .tehai-catch h1{
    	width: 80%;
    	margin: 0 auto;
    }
    .tehai-wrap .case .women div img,.tehai-wrap .case .men div img{
    	height: 100%;
    }
    .tehai-wrap .procedure ul li img{
    	width: 35%;
    }
    .tehai-wrap .procedure ul li .text{
    	width: 60%;
    }
    .tehai-wrap .case .women div img{
    	margin-top: 40px;
    }
    .tehai-wrap .case p .big{
    	font-size: 45px;
    }
}


@media (max-width: 992px){
    .tehai-wrap .element{
        max-width: 960px;
        padding: 0 10px;
    }
    .tehai-wrap .menu ul li{
    	width: 200px;
    	height: 200px;
    }
    .tehai-wrap .menu ul li p{
    	margin-top: 75px;
    }
    .tehai-wrap .menu ul li:first-child p{
    	margin-top: 55px;
    }
    .tehai-wrap .procedure ul li .text h3{
    	font-size: 28px;
    }
    .tehai-wrap .procedure ul li .text p{
    	font-size: 14px;
    }
    .tehai-wrap .procedure ul li img{
    	width: 35%;
    }
    .tehai-wrap .contents01 .list ul{
    	margin-left: 0;
    }
    .tehai-wrap .contents01 .list img{
    	width: 12%;
    	margin: 15px auto 0 25px;
    }
    .tehai-wrap .table .nomal{
    	width: 7.5%;
    }
    .tehai-wrap .table .option{
    	width: 12.5%;
    }
    .tehai-wrap .case p{
    	font-size: 18px;
    }
    .tehai-wrap .case .scene h3{
    	font-size: 22px;
    }
	.tehai-wrap .case .scene p{
		font-size: 14px;
	}
}


@media (max-width: 768px){
    .tehai-wrap .element{
        max-width: 700px;
        padding: 0 10px;
    }
    .tablet{
    	display: block;
    }
    .tehai-wrap .contents01 .catch p{
    	font-size: 36px;
    }
    .tehai-wrap .tehai-question div ul li{
    	width: 100%;
    	display: block;
    }
    .tehai-wrap .tehai-question div ul li:nth-child(odd),.tehai-wrap .tehai-question div ul li:nth-child(even){
    	margin: 15px auto;
    }
    .tehai-wrap .tehai-question div img{
    	width: 15%;
    	margin-top: 15%;
    }
    .tehai-wrap .contents01 .list ul{
    	width: 80%;
    }
    .tehai-wrap .menu ul li{
    	width: 200px;
    	height: 200px;
    }
    .tehai-wrap .menu ul li a{
    	background: #b60005;
    	color: #ffffff;
    }
    .tehai-wrap .menu ul li p{
    	font-size: 24px;
    	margin-top: 80px;
    }
    .tehai-wrap .menu ul li:first-child p{
		margin-top: 60px;
    }
    .tehai-wrap .procedure ul{
    	display: block;
    }
    .tehai-wrap .procedure ul li{
    	width: 100%;
    }
    .tehai-wrap .procedure ul li .text h3{
    	font-size: 36px;
    }
    .tehai-wrap .procedure ul li .text p{
    	font-size: 18px;
    }
    .tehai-wrap .procedure ul li .text p span{
    	font-size: 14px;
    }
    .tehai-wrap .table .content{
    	width: 60%;
    }
    .tehai-wrap .table .nomal{
    	width: 10%;
    }
    .tehai-wrap .table .option{
    	width: 15%;
    }
    .tehai-wrap .case p{
    	text-align: left;
    	font-size: 18px;
    }
    .tehai-wrap .case p span{
    	font-size: 30px;
    }
    .tehai-wrap .case p .big{
    	font-size: 35px;
    	line-height: 30px;
    }
    .tehai-wrap .case .women h3,.tehai-wrap .case .men h3{
    	width: 35%;
    }
    .tehai-wrap .case .women div p,.tehai-wrap .case .men div p{
    	font-size: 18px;
    	font-weight: bold;
    	line-height: 24px;
    }
    .tehai-wrap .case .men div img{
    	margin-top: 30px;
    }
    .tehai-wrap .case .scene{
	    display: -webkit-flex;
	    display: flex;
	    -webkit-justify-content: flex-start;
	    justify-content: flex-start;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.tehai-wrap .case .scene h3{
		font-size: 30px;
	}
	.tehai-wrap .case .scene p{
		font-size: 18px;
		text-align: center;
		margin-bottom: 20px;
	}
	.tehai-wrap .case .scene li{
		width: calc(50% - 20px);
	}
	.tehai-wrap .case .scene li:nth-child(1), .tehai-wrap .case .scene li:nth-child(3){
		margin: 15px auto 15px 0;
	}
	.tehai-wrap .case .scene li:nth-child(2), .tehai-wrap .case .scene li:nth-child(4){
		margin: 15px 0 15px auto;
	}
	.tehai-wrap .quote h3{
		background: #b60005;
		color: #ffffff;
	}
}


@media (max-width: 576px){
    /*それ以下padding: 0 10px;*/
    .tehai-wrap .element{
        max-width: 540px;
        margin: 0 auto;
    }
    .pc{
    	display: none!important;
    }
    .sp{
    	display: block;
    }
    .tehai-wrap h2{
    	font-size: 24px;
    	margin: 20px auto;
    }
    .tehai-wrap .tehai-question{
    	padding: 30px 0;
    }
    .tehai-wrap .tehai-question h3{
    	font-size: 18px;
    	padding-bottom: 15px;
    }
    .tehai-wrap .tehai-question div img{
    	width: 12.5%;
    	margin-top: 30%;
    }
    .tehai-wrap .tehai-question div ul{
    	width: 80%;
    }
    .tehai-wrap .tehai-question div ul li{
    	height: 60px;
    }
    .tehai-wrap .tehai-question div ul li p{
    	font-size: 14px;
    	font-weight: bold;
    }
    .tehai-wrap .contents01 .catch img{
    	width: 40%;
    }
    .tehai-wrap .contents01 .catch p{
    	font-size: 24px;
    }
    .tehai-wrap .contents01 .list h3{
    	font-size: 18px;
    	font-weight: bold;
    	line-height: 24px;
    }
    .tehai-wrap .contents01 .list ul{
    	width: 100%;
    	padding: 0 10px;
    	margin: 10px 0;
    }
    .tehai-wrap .contents01 .list ul li p span{
    	font-size: 28px;
    }
    .tehai-wrap .menu ul{
    	margin-top: 20px;
    }
    .tehai-wrap .menu ul li{
    	width: 100px;
    	height: 100px;
    }
    .tehai-wrap .menu ul li p{
    	font-size: 14px;
    	line-height: 12px;
    	margin-top: 38.5px;
    	text-align: center;
    }
    .tehai-wrap .menu ul li:first-child p{
    	margin-top: 25px;
    	line-height: 18px;
    }
    .tehai-wrap .menu ul li p span{
    	text-align: center;
    }
	.tehai-wrap .procedure ul{
		padding: 1px 10px;
	}
	.tehai-wrap .procedure ul li .text h3{
		font-size: 24px;
	}
	.tehai-wrap .procedure ul li .text p{
		font-size: 12px;
	}
	.tehai-wrap .procedure ul li .text p span{
		font-size: 10px;
	}
	.tehai-wrap .procedure ul li img{
		font-size: 30%;
	}
	.tehai-wrap .table .headline,.tehai-wrap .table .content,.tehai-wrap .table .nomal,.tehai-wrap .table .option{
		font-size: 14px;
		font-weight: bold;
	}
	.tehai-wrap .table .content{
		width: 55%;
	}
	.tehai-wrap .table .option{
		width: 17%;
	}
	.tehai-wrap .table .headline{
		width: 20%;
	}
	.tehai-wrap .case p{
		font-size: 14px;
		line-height: 30px;
	}
	.tehai-wrap .case p span{
		font-size: 18px;
	}
	.tehai-wrap .case p .big{
		font-size: 18px;
		line-height: 24px;
	}
	.tehai-wrap .case .women h3, .tehai-wrap .case .men h3{
		width: 60%;
		font-size: 18px;
		margin-top: -28px;
	}
	.tehai-wrap .case .women div p, .tehai-wrap .case .men div p{
		font-size: 14px;
	}
	.tehai-wrap .case .women div img{
		margin-top: 80px;
	}
	.tehai-wrap .case .men div img{
		margin-top: 65px;
	}
	.tehai-wrap .case h2{
		font-size: 16px;
	}
	.tehai-wrap .case .scene h3{
		font-size: 16px;
	}
	.tehai-wrap .case .scene p{
		font-size: 12px;
	}
	.tehai-wrap .case .scene li{
		width: calc(50% - 5px);
	}
	.tehai-wrap .quote p{
		font-size: 14px;
		text-align: left;
	}
	.tehai-wrap .quote h3{
		font-size: 18px;
		padding: 10px;
		margin-top: 30px;
	}
}