/* SP共通 */

.pcOnly{display: none !important;}

/*====== HEADER / FOOTER =====*/

header{display: flex; align-items: center; justify-content: space-between; height: 40px;}
header *{font-size: 12px;} header div a, header div span{margin: 0 10px;} 
header a{color: #fff;}
header a:hover{opacity: .8;}

footer{display: flex; position: absolute; bottom: 0; align-items: center; justify-content: center; height: 30px;}
footer span{font-size: 10px;}

/*====== Body =====*/

.main_conatiner{
	width: 90%; margin: 0 auto;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
}

/*====== Section1 =====*/



/*====== Section2 =====*/

section:nth-of-type(2){height: calc(100dvh - 40px); display: flex; align-items: center; justify-content: center;}
section:nth-of-type(2) img{width: 90%;}

section:nth-of-type(2) h3{font-size: 30px; margin: 0 auto 40px; line-height: 42px; text-align: center; font-weight: bolder;}

section:nth-of-type(2) span{font-size: 18px; margin: 0 auto 30px; line-height: 24px; text-align: center;}
section:nth-of-type(2) span:last-of-type{margin: 0 auto 40px;}


/*====== Section3 =====*/

