@charset "utf-8";

.mainContents_area .one_pg p {
	font-size: 1em;
	line-height: 1.6;
	margin: 0;
}
.mainContents_area .one_pg.guide_txt p {
	font-size: 1.125em;
	margin: 0 0 0.5em;
}
@media screen and (max-width: 599px) {
	.mainContents_area .one_pg p {
	line-height: 1.5;
	}
}

.headT {
	text-align: center;
	margin: 0 auto 2em;
}
.bridge_img {
	margin: 0 auto 1.5em;
	width: 100%;
	background: #fff;
	padding: 5px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.bridge_img img {
	width: 100%;
}
.headT .tt1 {
	font-size:2.5em;
	margin: 0 auto 15px;
}
.headT .tt2 {
	font-size: 1.5em;
	margin: 0 auto ;
	color:#e33;
}

.topic1 {
	width: 100%;
	max-width: 650px;
	margin: 2em auto 4em;
	padding: 0 2em;
}

.topic1 p.check {
	font-size: 1.5em;
	line-height: 1.75;
}
.topic1 p.check:before {
	color: #e33;
	content: "\f00c";
	font-family: fontAwesome;
	margin-right: 0.25em;
}


@media screen and (max-width: 599px) {
	.headT .tt1 {
		font-size: 1.5em;
		margin: 0 auto 0.25em;
	}
	.headT .tt2 {
		font-size: 1em;
	}
	.topic1 {
		padding: 0 ;
		margin: 2em auto ;
	}
	.topic1 p {
		font-size: 0.875em;
		line-height: 1.5;
	}
	.topic1 p.check {
		font-size: 1.0em;
		line-height: 1.5;
	}
}




ul.smp_i {
	margin: 2em 0 1.5em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
ul.smp_i li {
	font-size: 1.25em;
	margin-right: 1em;
	font-weight: bold;
}
ul.smp_i li:before {
	font-size: 1.125em;
	color: #666;
	content: "\f10b";
	font-family: fontAwesome;
	margin-right: 0.25em;
}
@media screen and (max-width: 599px) {
	ul.smp_i {
	display: block;
	}
}


h2,h3 {
	margin: 0  ;
}
.img02 {
	margin: 2em auto;
	width: calc(100% - 100px);
	background: #fff;
	padding: 5px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.img02 img {
	width: 100%;
}

.mainContents_area .one_pg p.flow_lead {
	margin: 1.5em auto;
	font-size: 1.25em;
	text-align: center;
}
@media screen and (max-width: 599px) {
	.mainContents_area .one_pg p.flow_lead {
		margin: 1em auto;
		font-size: 1em;
		text-align: left;
	}
}


ul.flow {
	margin: 3em auto;
	width: 100%;
	max-width: 900px;
}
ul.flow li {
	border: 2px solid #b2e5e1;
	border-radius: 10px;
	padding: 1em 1.5em;
	background: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
@media screen and (max-width: 599px) {
	ul.flow li  {
	padding: 1em ;
	}
}
ul.flow li.arrow {
	display: block;
	border: none;
	border-radius: 0;
	padding: 0.5em;
	text-align: center;
	font-size: 2em;
	color: #b2e5e1;
	background: transparent;
}
ul.flow li .icon {
	min-width: 70px;
	color: #ccc;
	font-size: 52px;
}
ul.flow li h3 {
	font-size: 1.325em;
	color: #00a99d;
	margin: 0 0 0.25em;
}
@media screen and (max-width: 599px) {
	ul.flow li .icon {
		min-width: 57px;
		color: #ccc;
		font-size: 42px;
	}
	ul.flow li h3 {
		font-size: 1.125em;
		color: #00a99d;
		margin: 0 0 0.25em;
	}
}



a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

p.entry a {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
	border: 1px solid #fff;
	display: block;
	background: #e33;
	color: #fff;
	font-size: 24px;
	padding:  0.7em 0;
	text-align: center;
	border-radius: 8px;
	width: 16em;
	margin: 1em auto 2em;
}
p.entry a:before {
	content: "\f0a9";
	font-family: fontAwesome;
	margin-right: 0.25em;
}

@media screen and (max-width: 599px) {
	p.entry a {
	font-size: 18px;
	width: 100%;
	}
}
