@charset "UTF-8";


.title {
	line-height: 1.6;
}

body {
	background: url("../common/img/bg.svg") no-repeat top center;
	background-size: 100%;
}


/* mainTitle
--------------------- */
#mainTitle {
	padding-top: 150px;
	height: calc((50vw / 16 * 10) + 150px);
	margin-bottom: 100px;
}

	#mainTitle {
		position: relative;
	}
	#mainTitle .title {
		margin-bottom: 50px;
	}
	#mainTitle .title h1 {
		font-size: 5rem;
		font-weight: 700;
		letter-spacing: 0.2em;
	}
	#mainTitle .title p {
		font-size: 3.8rem;
		font-weight: 500;
	}

	#mainTitle .text {
		width: 40%;
		position: absolute;
		top: 200px;
		left: 100px;
	}
	#mainTitle .pht {
		width: 50%;
		position: absolute;
		top: 100px;
		right: 0;
		z-index: -100;
	}



.article ul {
	text-align: center;
	margin-bottom: 50px;
}
	.article ul li {
		display: inline;
		font-size: 2.8rem;
		margin: 0 30px;
	}


.article .read {
	font-size: 2.8rem;
	margin-bottom: 50px;
	text-align: center;
}

#cc {
	border: solid 1px #000;
	padding: 50px;
}
#cc p {
	margin-bottom: 20px;
}

#cc dl {
	border-bottom: solid 1px #000;
	padding: 20px 0;
}
	* html #cc dl {
		zoom: 100%;
	}
	*:first-child+html #cc dl {
		display: inline-block;
	}
	#cc dl:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}

#cc dl dt {
	float: left;
	font-weight: 700;
	padding-top: 10px;
	font-size: 2rem;
}
	#cc dl dt span {
		background: #B90101;
		color: #FFF;
		font-size: 1.2rem;
		line-height: 1;
		margin-left: 10px;
		padding: 3px 15px;
	}
#cc dl dd {
	float: right;
	width: 60%;
}
#cc dl dd.rc {
	padding: 15px 0;
}
	#cc dl dd input {
		border: none;
		background: #eee;
	}
	#cc dl dd input.txt {
		width: 100%;
		padding: 20px 10px;
		border-radius: 10px;
	}
	#cc dl dd textarea {
		width: 100%;
		height: 300px;
		border: none;
		padding: 20px 10px;
		border-radius: 10px;
		background: #eee;
	}

#cc .mfp_buttons {
	text-align: center;
	padding-top: 50px;
}
	#cc .mfp_buttons input {
		width: 280px;
		margin: 0 auto;
		background: #B90101;
		color: #FFF;
		font-size: 1.8rem;
		font-weight: 700;
		padding: 15px 0;
		border: none;
		cursor: pointer;
		transition: 0.3s;
		-webkit−transition: 0.3s;
	}
	#cc .mfp_buttons input:hover {
		background: #FFF;
		color: #24587f;
	}







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



}





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





/* mainTitle
--------------------- */
#mainTitle {
	padding-top: 100px;
	height: auto;
	margin-bottom: 10%;
}

	#mainTitle {
		position: relative;
	}
	#mainTitle .title {
		margin-bottom: 5%;
	}
	#mainTitle .title h1 {
		font-size: 3rem;
		font-weight: 700;
		letter-spacing: 0.2em;
	}
	#mainTitle .title p {
		font-size: 1.6rem;
		font-weight: 500;
	}

	#mainTitle .text {
		width: 90%;
		position: relative;
		top: 0;
		left: 0;
		margin: 0 auto;
	}
	#mainTitle .pht {
		width: 100%;
		position: relative;
		top: 0;
		right: 0;
		z-index: -100;
		margin-top: 5%;
	}



	
	
.article ul {
	text-align: center;
	margin-bottom: 50px;
}
	.article ul li {
		display: block;
		font-size: 1.6rem;
		margin: 0;
	}

.article .read {
	font-size: 1.6rem;
	margin-bottom: 50px;
	text-align: left;
}
	
	
#cc {
	border: solid 1px #000;
	padding: 5%;
}
	
	
	
#cc dl {
	padding: 20px 0;
}

#cc dl dt {
	float: none;
	font-weight: 700;
	padding-top: 0px;
	margin-bottom: 15px;
}
	#cc dl dt span {
		color: #FFF;
		font-size: 1.2rem;
		line-height: 1;
		margin-left: 10px;
		padding: 3px 15px;
	}
#cc dl dd {
	float: none;
	width: 100%;
}

#cc .mfp_buttons {
	padding-top: 5%;
}
	#cc .mfp_buttons button {
		width: 100%;
		margin: 0 auto;
		background: #000a46;
		color: #FFF;
		font-size: 1.8rem;
		font-weight: 700;
		padding: 15px 0;
		border-radius: 0 !important;
	}

.box {
	background: #e9eeef;

	padding:5%;
}
#thanks {

	padding: 20% 0;
	text-align: left;
}


}