@charset "utf-8";




/*----------------------------------------
	for PC
----------------------------------------*/
@media screen and (min-width: 768px){
.headlineArea{
	margin-top: 60px;
}
}
@media screen and (min-width: 641px){

.headlineArea{
	background:#000 url(../img/head.jpg) center center;
	background-size:100%;
	padding-top:45%;
	position:relative;
	background-size: cover;
}

.content{
	max-width:1000px;
	margin:0 auto;
	padding:70px 0 50px;
	width: 90%;
}


.headingLv1{height:0;opacity:0;}

	.headingLv2 {
	    margin: 63px 0 36px;
	    padding: 0 0 18px 40px;
	    font-size: 24px;
	    font-weight: 300;
	    line-height: 1.7;
	    text-indent: -38px;
	    letter-spacing: 2px;
	    border-bottom: 2px solid #c00;
	}

	.headingLv2:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -2px;
    width: 26px;
    height: 16px;
    margin-right: 14px;
    vertical-align: middle;
    background-image: url(../img/icon_heading.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 100%;
}

.tableWrapper {
    overflow: hidden;
    margin-bottom: 35px;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
		width: 100%;
}

.stylingTable th{
	padding: 28px 40px;
	 background-color: #faf4ed;
	 border-right: 1px solid #e3e3e3;
		border-top: 1px solid #e3e3e3;
}

.stylingTable td{
	padding: 28px 40px;
  border-top: 1px solid #e3e3e3;
}

.stylingTable tr:first-child th, .stylingTable tr:first-child td{
	border-top: 0px solid #e3e3e3;
}

.centering{
	text-align:center;
}

.btn_form{
	border-radius:15px;
	background-color:#800;
	color:#fff;
	display:inline-block;
	padding:20px 100px;
	font-size:20px;
}

footer{
	text-align:center;
	padding:100px 0 0;
}

p .text-b{font-weight:800;}

.wrap__images{
	display:flex;
	width:100%;
	justify-content:space-between;
	margin-top:3em;
}

.wrap__images .images__block{
	display:block;
	width:49%;
}

.wrap__images .images__block img{
display:block;
width:100%;
border-radius:15px;
box-shadow:0 0 15px rgba(0,0,0,0.2);
}

.wrap__images .images__block .caption{
	text-align:center;
	display: block;
	font-size:14px;
	color:#666;
	text-align:center;
	padding-top:0.5em;
}

}










/*----------------------------------------
	for SP
----------------------------------------*/


@media screen and (max-width: 640px) {

	.headlineArea{
		background:#000 url(../img/head_sp.jpg) center center;
		background-size:100%;
		padding-top:67%;
		width:100%;
		display:block;
	}

	.content{
		width:auto;
		margin:0 auto;
		padding:30px 5% 50px;
	}

	.headingLv1{height:0;opacity:0;padding:0!important;}

	.logo{width:22%;}

	.headingLv1{
		font-size: 23px;
		font-weight: 500;
		text-align:center;
		line-height:1.3;
		padding:0em 5% 10px;
		width:auto;
		color:#000;
		font-weight:800;
		text-shadow:0 0 14px rgba(255,255,255,0.7),0 0 14px rgba(255,255,255,0.7);
	}
	.headingLv1 nobr{
		font-size:1em!important;
		font-weight:800!important;
	}

	.headingLv1 .text-b{
	font-size:1.3em;font-weight:800;
	}

		.headingLv2 {
		    margin: 63px 0 36px;
		    padding: 0 0 18px 40px;
		    font-size: 24px;
		    font-weight: 300;
		    line-height: 1.3;
		    text-indent: -38px;
		    letter-spacing: 2px;
		    border-bottom: 2px solid #c00;
		}

		.headingLv2:before {
	    content: '';
	    display: inline-block;
	    position: relative;
	    top: -2px;
	    width: 26px;
	    height: 16px;
	    margin-right: 14px;
	    vertical-align: middle;
	    background-image: url(../img/icon_heading.svg);
	    background-repeat: no-repeat;
	    background-position: 0 0;
	    background-size: auto 100%;
	}

	.tableWrapper {
	    overflow: hidden;
	    margin-bottom: 35px;
	    border: 1px solid #e3e3e3;
	    border-radius: 15px;
	}

	table {
	    border-spacing: 0;
	    border-collapse: collapse;
			width: 100%;
	}

	.stylingTable th{
		padding: 28px 4px;
		font-size:13px;
		 background-color: #faf4ed;
		 border-right: 1px solid #e3e3e3;
			border-top: 1px solid #e3e3e3;
	}

	.stylingTable td{
		padding: 28px 15px;
	  border-top: 1px solid #e3e3e3;
	}

	.stylingTable tr:first-child th, .stylingTable tr:first-child td{
		border-top: 0px solid #e3e3e3;
	}

	.centering{
		text-align:center;
	}

	.btn_form{
		border-radius:15px;
		background-color:#800;
		color:#fff;
		display:inline-block;
		padding:20px 0px;
		width:100%;
	}

	footer{
		text-align:center;
		padding:80px 0 0;
		font-size:12px;
	}

	p .text-b{font-weight:800;}

	.wrap__images{
		display:flex;
		width:100%;
		justify-content:space-between;
		margin-top:2em;
	}

	.wrap__images .images__block{
		display:block;
		width:49%;
	}

	.wrap__images .images__block img{
	display:block;
	width:100%;
	border-radius:15px;
	box-shadow:0 0 15px rgba(0,0,0,0.2);
	}

	.wrap__images .images__block .caption{
		text-align:center;
		display: block;
		font-size:12px;
		color:#666;
		text-align:center;
		padding-top:0.5em;
	}


}
