@import url("global.css");

#main {
	background: url(../../flow/img/main.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.cnt h2 {
	text-align: center;
	font-size: 26px;
	margin-bottom: 50px;
	position: relative;
	opacity: 0;
}
.cnt 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 > ul {
	width: 80%;
	margin: 0 auto;
	opacity: 0;
}
.cnt > ul li {
	font-size: 16px;
	margin-bottom: 20px;
	clear: both;
}
.cnt > ul li span {
	width: 25px;
	display: block;
	float: left;
	font-style: italic;
	font-size: 26px;
	font-weight: 100;
	color: #1282A1;
	margin-top: -10px;
}
.cnt > ul li i {
	display: block;
	font-style: normal;
	margin-left: 30px;
	line-height: 1.3;
}
.process {
	width: 900px;
	clear: both;
	margin: 0 auto 30px;
	padding-top: 60px;
	opacity: 0;
}
.process p.first {
	background-color: #3595AF;
	color: #fff;
	text-align: center;
	height: 70px;
	line-height: 1.3;
	margin-bottom: 30px;
	font-size: 17px;
	font-weight: 600;
	position: relative;
	padding-top: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.process p.first::after {
	content: "";
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top: 20px solid #3595AF;
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -30px;
}
.process .sec1,
.process .sec2,
.process .sec3 {
	display: table;
	width: 100%;
}
.process .sec2,
.process .sec3 {
	padding-top: 30px;
}
.process .sec1 .poc {
	display: table-cell;
	width: 90px;
	background-color: #78B3CF;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	position: relative;
}
.process .sec1 .poc::after {
	content: "";
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top: 20px solid #78B3CF;
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -30px;
}

.process .sec1 .step {
	display: table-cell;
	padding: 0 0 30px 30px;
}
.process .sec1.last .step {
	padding: 0 0 0 30px;
}
.process .sec1 .step h3 {
	width: 160px;
	display: table-cell;
	background-color: #A4D3D0;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
	font-size: 20px;
	font-style: italic;
	font-weight: 200;
	color: #fff;
	padding: 30px 0;
	position: relative;
}
.process .sec1 .step h3::after {
	content: "";
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top: 20px solid #A4D3D0;
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -30px;
}
.process .sec1 .step h3 span {
	display: block;
	font-style: normal;
	font-size: 17px;
	font-weight: 600;
}
.process .sec1 .step h3.color2 {
	background-color: #3595AF;
}
.process .sec1 .step h3.color2::after {
	border-top: 20px solid #3595AF;
}

.process .sec2 h3,
.process .sec3 h3 {
	width: 280px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
	font-style: normal;
	font-size: 17px;
	font-weight: 600;
	padding: 30px 0;
	color: #fff;
	position: relative;
}
.process .sec2 h3::after,
.process .sec3 h3::after {
	content: "";
	width: 0;
	height: 0;
	border: 30px solid transparent;
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -30px;
}
.process .sec2 h3 {
	background-color: #828FC0;
}
.process .sec2 h3::after {
	border-top: 20px solid #828FC0;
}
.process .sec3 h3 {
	background-color: #E13559;
}
.process .sec3 h3::after {
	border-top: 20px solid #E13559;
}

.process .text {
	width: 590px;
	display: table-cell;
	padding: 5px 0 10px 30px;
}
.process .text > p {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
}
.process .text .box {
	background-color: #f3f3f3;
	padding: 20px 20px 20px 0;
}
.process .text dl {
	float: left;
	width: 50%;
}
.process .text dl.full {
	width: 100%;
}
.process .text dl dt {
	padding-left: 20px;
	font-weight: 600;
}
.process .text dl dd {
	padding-left: 20px;
}
.process .text dl dd ul li {
	padding-left: 1em;
	line-height: 1.5;
	margin-top: 8px;
	position: relative;
}
.process .text dl dd ul li::before {
	content: "●";
	font-size: 10px;
	color: #1282A1;
	padding-right: 5px;
}
.process .text dl dd ul li span {
	display: block;
}

.process .sec3 .text dl dt {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 0;
}
.process .sec3 .text dl dd {
	padding-left: 0;
}









/* ------------------------------------------------------------------------------------------------------------------------

/* 959px（タブレット縦）以下から 1カラム表示

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px){

.cnt h2 {
	opacity: 1;
}

.cnt > ul {
	width: 90%;
	opacity: 1;
}

.process {
	width: 100%;
	opacity: 1;
}
.process .sec1 .poc {
	width: 10%;
}

.process .sec1 .step {
	width: 85%;
	padding: 0 0 30px 5%;
}
.process .sec1.last .step {
	padding: 0 0 0 5%;
}
.process .sec1 .step h3 {
	width: 100%;
	display: block;
	padding: 10px 0;
	margin-bottom: 30px;
}
.process .sec2 h3,
.process .sec3 h3 {
	width: 100%;
	display: block;
	padding: 20px 0;
	margin-bottom: 30px;
}

.process .text {
	width: 100%;
	display: block;
	padding: 0;
}
.process .text > p {
	text-align: center;
}



}
	

	

	





/* ------------------------------------------------------------------------------------------------------------------------

/* 幅644px以下

------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 644px){

.cnt h2 {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 30px;
}

.cnt ul {
	width: 100%;
}

.process {
	margin: 0 auto 0;
	padding-top: 40px;
}
.process p.first {
	height: auto;
	line-height: 1.3;
	padding: 10px;
	font-size: 16px;
	text-align: left;
}
.process p.first::after {
	content: "";
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 10px solid #3595AF;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -20px;
}
.process .sec1 .poc {
	width: 15%;
}
.process .sec1 .poc::after {
	content: "";
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 10px solid #78B3CF;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -20px;
}
.process .sec1 .step {
	width: 80%;
	display: table-cell;
	padding: 0 0 30px 5%;
}
.process .sec1.last .step {
	padding: 0 0 0 5%;
}

.process .sec1 .step h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
.process .sec1 .step h3::after {
	content: "";
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 10px solid #A4D3D0;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -20px;
}
.process .sec1 .step h3 span {
	font-size: 16px;
}
.process .sec1 .step h3.color2::after {
	border-top: 10px solid #3595AF;
}

.process .sec2 h3,
.process .sec3 h3 {
	font-size: 16px;
	padding: 10px 0;
	margin-bottom: 20px;
}
.process .sec2 h3::after,
.process .sec3 h3::after {
	content: "";
	width: 0;
	height: 0;
	border: 20px solid transparent;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -20px;
}
.process .sec2 h3::after {
	border-top: 10px solid #828FC0;
}
.process .sec3 h3::after {
	border-top: 10px solid #E13559;
}

.process .text > p {
	font-size: 17px;
}
.process .text .box {
	background-color: #f3f3f3;
	padding: 0 10px 10px 0;
}
.process .text dl {
	float: none;
	width: 100%;
	padding-top: 15px;
}
.process .text dl dt {
	padding-left: 10px;
	line-height: 1.3;
}
.process .text dl dd {
	padding-left: 10px;
}
.process .text dl dd ul li {
	padding-left: 0;
	line-height: 1.3;
}
.process .sec3 .text dl dt {
	font-size: 17px;
}




}










