
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

#main{
	width: 100%;
	position: relative;
}

#main dt{
	width: 100%;
	position: absolute;
	z-index: 2;
	display: flex;
	height: 100%;
	align-items: center;
}

#main dt h2{
	width: 100%;
	text-align: center;
	font-size: 52px;
	color: #fff;
	letter-spacing: 4px;
	font-weight: 600;
}



#main dd{
	width: 100%;
	height: auto;
}


#main dd img{
	width: 100%;
	height: auto;
	display: block;
}


article{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}


#lead{
	width: 100%;
	padding-bottom: 60px;
	font-size: 32px;
	line-height: 48px;
	letter-spacing: 2px;
	font-weight: 400;
	border-bottom: #ddd 1px solid;
	margin-bottom: 60px;
}


h3{
	width: 100%;
	margin-bottom: 60px;
	padding-bottom: 30px;
	font-size: 42px;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 500;
	position: relative;
}

h3 span{
	font-size: 18px;
	line-height: 28px;
	display: block;
	text-align: center;
	padding-top: 20px;
}


h3::after {
    content: '';
    display: block;
    background: #00bcfa;
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: 0px;
    z-index: 1;
	left: 50%;
margin-left: -50px;
}

#komon{
	width: 100%;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px #ddd solid;
}

#komon dt {
    width: 48%;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 2px;
}

#komon dd{
	width: 50%;
}

#komon dd img{
	width: 100%;
	height: auto;
}





#company{
	width: 100%;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px #ddd solid;
}

#company dt {
    width: 48%;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 2px;
}

#company dd{
	width: 50%;
}

#company dd img{
	width: 100%;
	height: auto;
}



h4{
	width: 100%;
	margin-bottom: 30px;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 500;
}


#zu01{
	width: 100%;
	margin-bottom: 60px;
}

#zu01 img{
	width: 100%;
	height: auto;
}

#zu02{
	width: 100%;
	margin-bottom: 40px;
}

#zu02 img{
	width: 100%;
	height: auto;
}

#zuTxt{
	width: 100%;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	margin-bottom: 60px;
}


#zuTxt dl{
	width: 48%;
	margin-bottom: 30px;
}

#zuTxt dl dt{
	width: 100%;
	margin-bottom: 20px;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	align-items: center;
}

#zuTxt dl dt strong{
	width: 15%;
	background-color: #00bcfa;
	display: block;
	font-size: 24px;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
}

#zuTxt dl dt p{
	width: 82%;
	font-size: 18px;
	letter-spacing: 2px;
}

#zuTxt dl dd{
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 2px;
}






#icoArea{
	width: 100%;
}


#icoArea dl{
	width: 100%;
	margin-bottom: 40px;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	align-items: center;
}

#icoArea dl dt{
	width: 20%;
}

#icoArea dl dt img{
	width: 100%;
	height: auto;
}

#icoArea dl dd{
	width: 78%;
}

#icoArea dl dd strong{
	font-size: 18px;
	display: block;
	margin-bottom: 15px;
}
#icoArea dl dd p{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 2px;
}




@media all and (max-width: 700px) {


article {
    padding: 30px 20px;
    box-sizing: border-box;
}
	
#lead {
    width: 100%;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 2px;
    font-weight: 400;
    border-bottom: #ddd 1px solid;
    margin-bottom: 30px;
}
	
#lead br{
	display: none;
}
	
h3 {
    margin-bottom: 30px;
	font-size: 24px;
}
	
#komon dt {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}	
	
#komon dd {
    width: 100%;
}
	
#company{
	margin-bottom: 30px;
	padding-bottom: 30px;
}
	
#komon{
	margin-bottom: 30px;
	padding-bottom: 30px;
}	
	
#company dt {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    margin-bottom: 30px;
	order: 1;
}	
	
#company dd {
    width: 100%;
	order: 2;
}	
	
#zuTxt dl {
    width: 100%;
    margin-bottom: 30px;
}	
	
#zuTxt dl dt strong {
    font-size: 18px;
}

#iconArea dl {
    width: 48%;
    margin-bottom: 30px;
}	
	
#iconArea dl dt {
    margin-bottom: 20px;
}	
}







