@charset "UTF-8";


/* ==========================================================================
   About
========================================================================== */
#mv .txtBox {
	padding-right: 100px;
	padding-left: 100px;
}

.cont1 .entry__content p {
	font-size: 2rem;
}

.cont2 .entry__content .ttl {
	font-size: 2rem;
    border-bottom: solid 1px #000;
    padding-bottom: 20px;
}


#story .cont2 .section-padding {
	padding-bottom: 118px;
}


#next-stage .cont1 .section-padding {
	padding-top: 60px;
	padding-bottom: 60px;
}
#next-stage .cont2 {
	width: 100%;
	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-pack: justify;
	justify-content: space-between;
}
#next-stage .cont2 > div {
	display: block;
	width: 100%;
}
#next-stage .cont3 .section {
	margin-top: 100px;
}