@charset "UTF-8";


.title {
	line-height: 1.6;
}




/* mainTitle
--------------------- */
#mainTitle {
	padding-top: 150px;
	height: 800px;
	margin-bottom: 150px;
}
	#mainTitle ul {
		margin-left: 20%;
		margin-bottom: 60px;
		width: 80%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: right;
	}

	#mainTitle ul li {
		margin-right: 2%;
		text-align: center;
	}
		#mainTitle ul li a {
			padding: 0 30px;
			font-size: 2rem;
			font-weight: 700;
			color: #b90101;
			display: block;
			border: solid 1px #000000;
		}
		#mainTitle ul li a:hover,
		#mainTitle ul li a.on {
			font-size: 2rem;
			font-weight: 700;
			color: #FFF;
			display: block;
			border: none;
			background: #b90101;
		}


	#mainTitle .inner {
		position: relative;
	}
	#mainTitle .inner h1 {
		font-size: 4rem;
		font-weight: 700;
		margin-bottom: 30px;
	}
	#mainTitle .inner p {
		font-size: 1.5rem;
		font-weight: 500;
	}

	#mainTitle .pht {
		width: 65%;
		position: absolute;
		top: 100px;
		right: 0;
		z-index: -100;
	}
	#mainTitle .title {
		width: 40%;
	}
		#mainTitle .title p {
			line-height: 2.6;
		}



/* tit
--------------------- */
#tit {
	background: #f5e2d8;
	text-align: center;
	color: #b90101;
	padding: 50px 0;
}
	#tit h3 {
		font-weight: 700;
		font-size: 4.3rem;
		position: relative;
	}
	#tit h3 strong {
	}

	#tit h3:before {
		content:"";
		display:inline-block;
		width:18px;
		height:90px;
		background-color:#b90101;
		position: absolute;
		top: 13px;
		left:50%;
		margin-left: -385px;
	}
	#tit h3:after {
		content:"";
		display:block;
		width:770px;
		height:1px;
		background-color:#000000;
		position:absolute;
		bottom:0;
		left:50%;
		margin-left: -385px;
	}



.cell {
	padding: 50px 0;
}
	.cell dl {
		max-width: 1200px;
		width: 90%;
		margin: 0 auto;
		position: relative;
		margin-bottom: 60px;
		border-right: solid 1px #000;
	}
	.cell dl dt {
		display: block;
		position: absolute;
		top: 50px;
		right: 0;
		width: 80%;
		font-size: 4rem;
		font-weight: 700;
		color: #b90101;
		writing-mode: vertical-rl;
	}



	.cell dl dd {
		width: 80%;
	}




.box {
	font-size: 2.4rem;
	line-height: 1.4;
	width: 96%;
	margin: 0 auto;
	background: #f5f5f5;
	padding: 50px 0;
}
	.box .inner {
		max-width: 90%;
	}
	.box .inner p {
		margin-bottom: 50px;
	}
	.box .inner p:last-child {
		margin-bottom: 0px;
	}







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



}





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





/* mainTitle
--------------------- */
#mainTitle {
	padding-top: 100px;
	margin-bottom: 0%;
	height: auto;
}
	#mainTitle ul {
		margin-left: 0%;
		margin-bottom: 5%;
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: left;
		
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	}

	#mainTitle ul li {
		width: 48%;
		text-align: center;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	#mainTitle ul li:nth-child(2n) {
		margin-right: 0%;
	}
		#mainTitle ul li a {
			padding: 10px 30px;
			font-size: 1.4rem;
			font-weight: 700;
			color: #b90101;
			display: block;

		}
		#mainTitle ul li a:hover,
		#mainTitle ul li a.on {
			font-size: 1.4rem;
			font-weight: 700;
			color: #FFF;
			display: block;
			border: none;
			background: #b90101;
		}


	#mainTitle .inner {
		position: relative;
	}
	#mainTitle .inner h1 {
		font-size: 3rem;
		font-weight: 700;
		margin-bottom: 5%;
	}
	#mainTitle .inner p {
		font-size: 1.5rem;
		font-weight: 500;
	}

	#mainTitle .pht {
		width: 100%;
		position: relative;
		top: 0;
		right: 0;
		z-index: -100;
	}
	#mainTitle .title {
		width: 100%;
	}
		#mainTitle .title p {
			line-height: 2.6;
		}


/* tit
--------------------- */
#tit {
	background: #f5e2d8;
	text-align: center;
	color: #b90101;
	padding:5% 0;
}
	#tit h3 {
		font-weight: 700;
		font-size: 2rem;
		position: relative;
	}
	#tit h3 strong {
	}

	#tit h3:before {
		content: none;
	}
	#tit h3:after {
		content: none;
	}



.cell {
	padding: 5% 0;
}
	.cell dl {
		max-width: 1200px;
		width: 90%;
		margin: 0 auto;
		position: relative;
		margin-bottom: 0px;
		border-right: none;
	}
	.cell dl dt {
		text-align: center;
		display: block;
		position: relative;
		top: 0px;
		right: 0;
		width: auto;
		font-size: 2rem;
		writing-mode: horizontal-tb;
	}



	.cell dl dd {
		width: 100%;
	}




.box {
	font-size: 1.6rem;
	width: 100%;
	margin: 0 auto;
	background: #f5f5f5;
	padding: 50px 0;
}
	.box .inner {
		max-width: 90%;
	}
	.box .inner p {
		margin-bottom: 50px;
	}
	.box .inner p:last-child {
		margin-bottom: 0px;
	}



}