@charset "UFT-8";

@media only screen and (max-width: 768px) {}
@media only screen and (min-width: 769px) and (max-width: 960px),print {}
@media only screen and (min-width: 961px) and (max-width: 1400px) {}
@media only screen and (min-width: 1401px) {}


/*MAIN*/

#MAIN {
	/*	margin-top: 116px;*/
	width: 100%;
	min-height: 500px;
	background: #fff;
	position: relative;
}

#MAIN:before {
	content: "";
	width: 100%;
	background: #9badc6;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
}

@media only screen and (max-width: 768px) {}

@media only screen and (min-width: 769px) and (max-width: 960px),
print {}

@media only screen and (min-width: 961px) and (max-width: 1400px) {}

@media only screen and (min-width: 1401px) {
	#MAIN:before {
		height: 590px;
	}
}

/*mainVisual*/

#mainVisual {
	overflow: hidden;
	width: 100%;
}

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

@media only screen and (max-width: 768px) {}

@media only screen and (min-width: 769px) and (max-width: 960px),
print {
	#mainVisual {
		width: 960px;
	}
}

@media only screen and (min-width: 961px) and (max-width: 1400px) {
	#mainVisual {
		width: 100%;
	}
}

@media only screen and (min-width: 1401px) {
	#mainVisual {
		width: 1400px;
		margin: 0 auto;
	}
}


#MAIN p {
	padding: 1em 0;
}

#MAIN p.big {
	padding: 60px 0 20px;
	font-size: 180%;
	font-weight: bolder;
	color: #63A1D2;
	text-align: center;
}
#MAIN p.big.green {
	color: #50ADA6;
}
#MAIN p.big.emerald {
	color: #00b2bc;
}

#MAIN .history {
	margin-top: 80px;
}
#MAIN .history ul{
	background: #EFF6FA;
	display: flex;
	flex-direction: column;
	padding: 1em 2em;
}
#MAIN .history li{
	display: flex;
	flex-direction: row;
	border-bottom: 2px solid #63A1D2;
}
#MAIN .history li:last-of-type,
#MAIN .history.green li:last-of-type,
#MAIN .history.emerald li:last-of-type{
	border: 0;
}
#MAIN .history span.big{
	font-size: 120%;
}
#MAIN .history li p:first-of-type{
	color: #63A1D2;
	width: 12em;
	font-weight: bold;
}
#MAIN .history span.big{
	font-size: 120%;
}

#MAIN .history.green ul{
	background: #EDF7F6;
}
#MAIN .history.green li{
	border-bottom: 2px solid #50ADA6;
}
#MAIN .history.green li p:first-of-type{
	color: #50ADA6;
}

#MAIN .history.emerald ul{
	background: #e5f7f8;
}
#MAIN .history.emerald li{
	border-bottom: 2px solid #00b2bc;
}
#MAIN .history.emerald li p:first-of-type{
	color: #00b2bc;
}

#MAIN .message {
		background: #EFF6FA;
	padding: 15px 2em;
	margin-top: 4em;
}
#MAIN .message ul{
	display: flex;
	flex-direction: column;
	padding: 1em 2em;
	color: #033257;
}
#MAIN .message li{
	text-align: left;
	padding: 1em 0 0;
	line-height: 1.8;
}
#MAIN .message li:first-of-type{
	padding: 0 0 1em;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #63A1D2;
}

#MAIN .message.green ul{
	background: #EDF7F6;
	color: #075751;
}
#MAIN .message.green li:first-of-type{
	border-bottom: 1px solid #50ADA6;
}
#MAIN .message.emerald ul{
	background: #e5f7f8;
	color: #0c544f;
}
#MAIN .message.emerald li:first-of-type{
	border-bottom: 1px solid #00b2bc;
}


@media only screen and (max-width: 768px) {
	#MAIN h2 {
		background: #63A1D2;
		color: #FFF;
	}
	#MAIN h2.bg_green {
		background: #50ADA6;
	}
	#MAIN h2.bg_emerald {
		background: #00b2bc;
	}
	#MAIN h2 span {
		letter-spacing: 2px;
		line-height: 1.5;
		padding: 5%;
		display: block;
	}
	#MAIN p,
	#MAIN h2,
	#MAIN h3 {
		text-align: left;
	}
	#MAIN p {
		padding: 6% 5%;
	}
	#MAIN p.big {
		font-size: 130%;
		padding: 40px 0 0;
	}
	#MAIN p.img {
		padding: 10px 5%;
		margin: 0;
	}

	#MAIN .history {
		margin-top: 1em;
		padding: 1em;
	}
	#MAIN .history ul{
		padding: 1em;
	}
	#MAIN .history li{
		background: #EFF6FA;
		flex-direction: column!important;
		padding: 0.5em 0 0.8em;
	}
	#MAIN .history p{
		padding: 0;
		line-height: 1.5;
		padding-top: 5px;
	}
	#MAIN .history span.big{
		font-size: 120%;
	}
	#MAIN .history li p:first-of-type{
		width: 100%!important;
	}

	#MAIN .message {
		padding:1em!important;
		margin-top: 4em!important;
		padding: 1em!important;
		background: #fff;
	}
	#MAIN .message ul{
		padding: 0;
		background: #EFF6FA;
		padding: 1em;
	}
	#MAIN .message li{
		text-align: left;
		padding: 1em 0 0;
	}
	#MAIN .message li:first-of-type{
		padding: 5px 0 15px;
		text-align: center;
		font-size: 120%;
		font-weight: bold;
		border-bottom: 1px solid #63A1D2;
	}

}

@media only screen and (min-width: 769px) and (max-width: 960px),
print {}

@media only screen and (min-width: 961px) and (max-width: 1400px) {}

@media only screen and (min-width: 1401px) {}

#sec01 p.bin {
	text-align: center
}

@media only screen and (max-width: 768px) {
	#sec01 p.bin {
		text-align: left;
	}
}

@media only screen and (min-width: 769px) and (max-width: 960px),
print {}

@media only screen and (min-width: 961px) and (max-width: 1400px) {}

@media only screen and (min-width: 1401px) {}


#sec02 {
	background: #63A1D2;
	width: 100%;
	margin-top: 60px;
	color: #fff;
}
#sec02.bg_green {
	background: #50ADA6;
}
#sec02.bg_emerald {
	background: #00b2bc;
}

#sec02 .flex {
	align-content: center;
	align-items: center;
}

#sec02 span.big {
	font-size: 150%;
	display: block;
	padding: 0 0 1em;
	font-weight: bold;
	color: #fff;
}

#sec02 p.img {
	background: #fff;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	margin: 40px;
	width: 305px;
	flex:0 0 285px;
}

@media only screen and (max-width: 768px) {
	#sec02 {
		margin-top: 20px;
	}
	#sec02 > div.flex {
		display: block;
	}
	#sec02 p.big {
		color: #fff;
		text-align: center;
		font-size: 150%;
		padding: 20px;
	}
	#sec02 p.img {
		margin-top: 0;
		margin: 0 auto;
	}
	
}

@media only screen and (min-width: 769px) and (max-width: 960px),
print {}

@media only screen and (min-width: 961px) and (max-width: 1400px) {}

@media only screen and (min-width: 1401px) {}



#sec03.flex {
	margin: 100px auto 20px;
	align-content: center;
	align-items: center;
}

#sec03 p {
	text-align: center;
	vertical-align: middle;
}

#sec03 a {
	display: inline-block;
	background: #ccc;
	width: 100%;
	color: #000;
	padding: 10px 3em;
	width: auto;
	white-space: nowrap;
	background: url(../img/common/ico_arrow_right_black.png) right center no-repeat #ccc;
}

#sec03 p:first-of-type a {
	background: url(../img/common/ico_arrow_left_black.png) left center no-repeat #ccc;
}

#sec03 span.big {
	font-size: 150%;
	font-weight: bold;
	line-height: 1.5;
}

#sec03 a:hover {
	opacity: 0.8;
}

@media only screen and (max-width: 768px) {
	#sec03.flex {
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 20px 5px 0;
	}
	#MAIN #sec03 p {
		flex: 1;
		padding: 0 !important;
	}
	#sec03 span {
		display: block;
	}
	#sec03 a {
		font-size: 80%;
		color: #000;
		padding: 10px 0;
		width: 100%;
		background-position: right 5px;
		background-size:1.5em;
		line-height: 0.8;
	}
	#sec03 p:first-of-type a {
		padding: 10px 0;
		background-position: left 5px;
		background-size:1.5em;
	}
	#sec03 p {
		font-size: 90%;
	}
	#sec03 span.big {
		font-size: 120%;
		line-height: 1.8;
	}
	#MAIN p.big {
	font-size: 110%;
	}
	#MAIN p.big100 {
	font-size: 100%;
	}
}

@media only screen and (min-width: 769px) and (max-width: 960px),
print {}

@media only screen and (min-width: 961px) and (max-width: 1400px) {}

@media only screen and (min-width: 1401px) {}
#MAIN #sec02 span.small{
	font-size: 80%;
	line-height: 1.5;
	display: block;
	padding-top: 2em;
}