@import url("global.css");

#main {
	background: url(../../reason/img/main.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.cnt {
	padding-bottom: 0 !important;
}
.cnt section h2 {
	text-align: center;
	font-size: 26px;
	margin-bottom: 50px;
	position: relative;
}
.cnt section h2::after {
	content: "";
	width: 60px;
	height: 1px;
	background: #1282A1;
	position: absolute;
	left: 50%;
	bottom: -10px;
	display: inline-block;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.cnt section p.btn {
	width: 400px;
	margin: 20px auto;
}
.cnt section p.btn a,
.cnt section p.btn a::after {
	transition: all 0.2s cubic-bezier(.73,.01,.32,.99);
	-webkit-transition: all 0.2s cubic-bezier(.73,.01,.32,.99);
	-moz-transition: all 0.2s cubic-bezier(.73,.01,.32,.99);
}
.cnt section p.btn a {
	width: 100%;
	display: block;
	position: relative;
	padding: 15px 0;
	color: #000;
	border: 1px solid #000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #fff;
	text-align: center;
}
.cnt section p.btn a::after {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	background: #000;
}
.cnt section p.btn a span {
	position: relative;
	z-index: 2;
}
.cnt section p.btn a:hover::after {
	height: 100%;
}
.cnt section p.btn a:hover {
	color: #fff;
}

.cnt .block1 {
	padding: 0 0 60px;
}
.cnt .block1 h2 {
	opacity: 0;
}
.cnt .block1 > p {
	width: 900px;
	text-align: center;
	opacity: 0;
	margin: 0 auto 20px;
}
.cnt .block1 .flowarea {
	width: 800px;
	margin: 40px auto;
	position: relative;
}
.cnt .block1 .flowarea > span {
	width: 10px;
	height: 0;
	background-color: #ddd;
	position: relative;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -5px;
	opacity: 0;
}
.cnt .block1 .flowarea > span::after {
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 5px solid #ddd;
	position: absolute;
	left: 0;
	bottom: -10px;
}
.cnt .block1 .flowarea figure {
	opacity: 0;
}
.cnt .block1 .flowarea figure.general {
	width: 350px;
	float: left;
}
.cnt .block1 .flowarea figure.net {
	width: 340px;
	float: right;
}
.cnt .block1 .flowarea figure figcaption {
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	padding: 5px 0;
	background-color: #fff;
}
.cnt .block1 .flowarea figure figcaption span {
	display: block;
	font-size: 13px;
	font-weight: 400;
}
.cnt .block1 .flowarea figure.general figcaption {
	border: 1px solid #ddd;
}
.cnt .block1 .flowarea figure.net figcaption {
	border: 1px solid #DC123C;
}
.cnt .block1 .flowarea figure p {
	margin: 20px 0;
	text-align: center;
	line-height: 1.6;
}

.cnt .block2 {
	width: 100%;
	background: url(../../reason/img/block2_bg.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0;
	opacity: 0;
	color: #fff;
}

.cnt .block3 {
	background: #EBF0F1 url(../../reason/img/block3_bg.png) no-repeat center center;
	padding: 60px 0 20px;
	opacity: 0;
}
.cnt .block2 > p,
.cnt .block3 p {
	width: 900px;
	text-align: center;
	margin: 0 auto 20px;
}

.cnt .block3 figure.chart {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
.cnt .block3 figure.chart img {
	width: 400px;
}
.cnt .block3 figure figcaption {
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	padding: 5px 0;
}
.cnt .block3 figure.pyramid {
	width: 900px;
	margin: 0 auto 40px;
	text-align: center;
}
.cnt .block3 figure.pyramid ul li {
	height: 70px;
	line-height: 70px;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 1px;
	margin-bottom: 1px;
}
.cnt .block3 figure.pyramid ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.cnt .block3 figure.pyramid ul li img {
	width: 420px;
	float: left;
	display: block;
}
.cnt .block3 figure.pyramid ul li .text > span {
	display: none;
}
.cnt .block3 figure.pyramid ul li .text p {
	font-weight: 600;
	margin: 0;
}
.cnt .block3 hr {
	border-bottom: 1px solid #fff;
	margin: 50px 0;
}

	



/* ------------------------------------------------------------------------------------------------------------------------

/* 959px（タブレット縦）以下から 1カラム表示

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px){

.cnt .block1 h2 {
	opacity: 1;
}
.cnt .block1 > p {
	width: auto;
	opacity: 1;
}
.cnt .block1 .flowarea {
	width: auto;
}
.cnt .block1 .flowarea > span {
	height: 100%;
	opacity: 1;
}
.cnt .block1 .flowarea figure {
	opacity: 1;
}
.cnt .block1 .flowarea figure.general {
	width: 45%;
}
.cnt .block1 .flowarea figure.net {
	width: 44%;
}

.cnt .block2 {
	background-attachment: scroll;
	opacity: 1;
}
.cnt .block2 > p {
	width: auto;
	margin: 0 10px 20px;
}

.cnt .block3 {
	opacity: 1;
}
.cnt .block3 p {
	width: auto;
}

.cnt .block3 figure.chart {
	width: auto;
}
.cnt .block3 figure.pyramid {
	width: auto;
}
.cnt .block3 figure.pyramid ul li .text p {
	font-size: 13px;
}


	






}
	

	

	





/* ------------------------------------------------------------------------------------------------------------------------

/* 幅644px以下

------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 644px){

.cnt section h2 {
	font-size: 22px;
	margin-bottom: 40px;
}

.cnt section p.btn {
	width: 80%;
	text-align: center;
}

.cnt .block1 {
	padding: 0 0 40px;
}
.cnt .block1 > p {
	text-align: left;
}
.cnt .block1 .flowarea {
	width: 100%;
	margin: 20px auto;
}
.cnt .block1 .flowarea > span {
	display: none;
}

.cnt .block1 .flowarea figure figcaption {
	margin-bottom: 10px;
}
.cnt .block1 .flowarea figure.general {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
.cnt .block1 .flowarea figure.net {
	width: 100%;
	float: none;
}
.cnt .block1 .flowarea figure p {
	margin: 10px 0;
	text-align: center;
	line-height: 1.6;
}

.cnt .block2 {
	padding: 40px 0;
}

.cnt .block3 {
	padding: 40px 0 20px;
}
.cnt .block2 > p,
.cnt .block3 p {
	text-align: left;
}

.cnt .block3 figure.pyramid ul li {
	height: auto;
	line-height: 1.5;
	border-bottom: 1px dotted #ebebeb;
	padding-bottom: 1px;
	margin-bottom: 1px;
}
.cnt .block3 figure.pyramid ul li img {
	display: none
}
.cnt .block3 figure.pyramid ul li .text {
	padding: 10px 0;
}
.cnt .block3 figure.pyramid ul li .text > span {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto 10px;
	display: block;
	background-color: #1282A1;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
}
.cnt .block3 figure.pyramid ul li .text p {
	font-size: 16px;
	text-align: center;
}
.cnt .block3 hr {
	margin: 40px 0;
}






}










