@charset "utf-8";

/* 내용관리 */
#ctt {width:1000px; margin:0 auto; padding:20px;background:#fff}
.ctt_admin {text-align:right;display: none;}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

section.section .tit{
	font-size: 66px;
	font-family: "pb";
	line-height: 1.3;
	font-weight: normal;
}

section.section .conTxt{
	text-align: center;
}

/* section1 */
.section.section1{
	padding-bottom: 100px;
}

/* section2 */
.section.section2{
	background: url(/include/img/sub0403_section1_bg.jpg) no-repeat center / cover;
}

.section.section2 .tit{
	margin-bottom: 30px;
	padding-left: 55px;
	position: relative;
	text-align: left;
}

.section.section2 .conTxt.line{
	display: inline-block;
	border-top: 2px solid var(--mainCol);
	border-bottom: 2px solid var(--mainCol);
	margin: 50px 0;
	padding:  10px 0;
}

/* section3 */
.section.section3.diaCon .tit{
	margin-bottom: 60px;
}

.section.section3 .conTxt{
	color: #fff;
	font-family: "pl" !important;
}

/* section4 */
.section.section4.diaCon .tit{
	margin-bottom: 80px;
}

.section.section4.diaCon dl{
	margin: 50px 0;
}

.section.section4.diaCon dl dt{
	font-size: 26px;
	color: #fff;
	font-family: "pb";
	line-height: 1.3;
	margin-bottom: 15px;
	padding-left: 20px;
	position: relative;
}

.section.section4.diaCon dl dt::before{
	content: '·';
	position: absolute;
	top: 0;
	left: 0;
}

.section.section4.diaCon dl dd{
	font-size: 26px;
	font-family: "pl";
	line-height: 1.3;
	padding-left: 20px;
	color: #d1d1d1;
}

.section.section4.diaCon dl dd + dt{
	margin-top: 60px;
}

.section.section4.diaCon .txt2{
	color: #fff;
	font-size: 26px;
	font-family: "pm";
	line-height: 1.7;
}

/* section5 */
.section.section5 .imgBox{
	margin-bottom: 80px;
}

/* section6 */
.section.section6.diaCon .tit{
	margin-bottom: 60px;
}

.section.section6 ol{
	padding: 0;
	margin: 0;
	list-style: none;
}

.section.section6 ol li{
	color: #d1d1d1;
	font-size: 26px;
	line-height: 1.5;
	font-family: "pl";
	box-sizing: border-box;
	padding-left: 30px;
	position: relative;
}

.section.section6 ol li::before{
	content: '1.';
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-family: "pb";
}

.section.section6 ol li + li{
	margin-top: 15px;
}

.section.section6 ol li:nth-child(2)::before{
	content: '2.';
}

.section.section6 ol li:nth-child(3)::before{
	content: '3.';
}

.section.section6 ol li:nth-child(4)::before{
	content: '4.';
}

.section.section6 ol li:nth-child(5)::before{
	content: '5.';
}

/* section8 */
.section.section8 .tit{
	margin-bottom: 80px !important;
}

.section.section8 .imgBox{
	text-align: left;
}

.section.section8 .imgBox img{
	margin: 0;
}

.section.section8 .txt1{
	font-family: "pl";
	color: #d1d1d1;
	font-size: 26px;
	line-height: 1.7;
	margin-top: 80px;
}

.section.section8 .txt1 strong{
	color: var(--mainCol);
	font-family: "pb";
}

/* section9 */
.section.section9{
	background: url(/include/img/sub030503_section9_bg.jpg) no-repeat center / cover;
}

/* section10 */
section.section.section10 .tit{
	margin-bottom: 70px;
}

.section.section10 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.section.section10 ul li{
	width: calc(100%/4 - 90px/4);
	margin-right: 30px;
	margin-top: 30px;
}

.section.section10 ul li:nth-child(4n),
.section.section10 ul li:last-child{
	margin-right: 0;
}

.section.section10 ul li:nth-child(-n+4){
	margin-top: 0;
}

.section.section10 ul li img{
	max-width: 100%;
}

.section.section10 ul li h3{
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin-top: 15px;
	line-height: 1.3;
}

.section.section10 ul li p{
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	margin-top: 5px;
	opacity: 0.7;
	line-height: 1.3;
}




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


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

section.section .tit{
	font-size: 7vw;
}

.section.diaCon .conTxt{
	font-size: 3.5vw !important;
}

/* section1 */
.section.section1{
	padding-bottom: 12vw;
}

/* section2 */
.section.section2{
	background: url(/include/img/sub040202_section1_bg.jpg) no-repeat center / cover;
}

.section.section2 .tit{
	margin-bottom: 5vw;
	padding-left: 7vw;
}

.section.section2 .conTxt.line{
	margin: 7vw 0;
	padding:  2vw 0;
}

/* section3 */
.section.section3.diaCon .tit{
	margin-bottom: 5vw;
}

.section.section3 table td{
	font-size: 4vw;
	padding: 3vw 0;
}

.section.section3 .small{
	font-size: 3vw;
	margin: 8vw 0 5vw;
}

/* section4 */
.section.section4.diaCon .tit{
	margin-bottom: 7vw;
}

.section.section4.diaCon dl{
	margin: 7vw 0;
}

.section.section4.diaCon dl dt{
	font-size: 4vw;
	margin-bottom: 3vw;
	padding-left: 3vw;
}

.section.section4.diaCon dl dd{
	font-size: 3.5vw;
	padding-left: 3vw;
}

.section.section4.diaCon dl dd + dt{
	margin-top: 7vw;
}

.section.section4.diaCon .txt2{
	font-size: 4vw;
}

/* section5 */
.section.section5 .imgBox{
	margin-bottom: 10vw;
}

/* section6 */
.section.section6.diaCon .tit{
	margin-bottom: 8vw;
}

.section.section6.diaCon .tit::before{
	top: 0;
	transform: translate(0,2.5vw) rotate(45deg);
}

.section.section6 ol li{
	font-size: 3.5vw;
	padding-left: 6vw;
}

.section.section6 ol li + li{
	margin-top: 3vw;
}

/* section8 */
.section.section8 .tit{
	margin-bottom: 10vw !important;
}

.section.section8.diaCon .tit::before{
	top: 0;
	transform: translate(0,2.5vw) rotate(45deg);
}

.section.section8 .txt1{
	font-size: 4vw;
	margin-top: 10vw;
}

/* section10 */
section.section.section10 .tit{
	margin-bottom: 5vw;
}

.section.section10 ul li{
	width: calc(100%/2 - 3vw/2);
	margin-top: 3vw !important;
	margin-right: 3vw;
}

.section.section10 ul li:nth-child(2n),
.section.section10 ul li:last-child{
	margin-right: 0;
}

.section.section10 ul li:nth-child(-n+2){
	margin-top: 0 !important;
}

.section.section10 ul li h3{
	font-size: 3.5vw;
	margin-top: 2vw;
}

.section.section10 ul li p{
	font-size: 3vw;
	margin-top: 1vw;
}




}