@charset "utf-8";

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}

/*----- Layout Style ------*/

body {
  line-height: 1.6;
  font-size: 16px;
  width: 100%;
  max-width: 840px;
  -webkit-text-size-adjust: 100%;
  font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 auto;
  background-color: #d3fef7;
}
img{
	display: block;
	text-align: center;
	margin: 0 auto;
}


h1,h2,h3,h4 , ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}

section{
	width: 840px;
	background-color: #fff;
}

.contact{
	padding: 0 75px;
	width: 840px;
	background-color: #999;
	margin: 0 auto;
	text-align: center;
	background: url('../img/border_L.png') repeat-y left 60px top,url('../img/border_R.png') repeat-y right 60px top;
	padding-top: 2em;
	padding-bottom: 0em;
}

.contact.Part2{
	background: none;
}


h2{
	width: 722px;
	margin: 0 auto;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	text-align: left;
	padding: 0 35px;
	margin-top: 40px;
	background: url('../img/ttlBg.png') no-repeat no-repeat center center;
	text-shadow: 1px 1px 0px #666;
	font-weight: normal;
	border-radius: 7px;
}

.mgA{
	margin: 0 46px;
}

.AreaWrap_A{
	width: 722px;
	margin: 0 auto;
	display: block;
	padding-top: 16px;
}

.AreaWrap_A > div{
	display: inline-block;
	width: 430px;
	vertical-align: top;
}

.AreaWrap_A > div > p.Ttl{
	color: #00a281;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0;
}

.AreaWrap_A > div > p.lead{
}
.AreaWrap_A > img{
	display: inline-block;
	width: 249px;
	margin-left: 32px;
}
hr{
	border-top: 1px dotted #d4c5a0;
	margin: 0 auto;
	padding: 0;
}

.AreaWrap_B{
	display: block;
	width: 722px;
	margin:0 auto;
}
.AreaWrap_B > div{
	display: inline-block;
	vertical-align: top;
	width: 273px;
	margin-top: 20px;
}
.AreaWrap_B > div > p.Ttl{
	background-color: #ff4696;
	color: #fff;
	border-radius: 6px;
	padding: 3px 6px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 19px;
	font-weight: bold;
}
.AreaWrap_B > div > p.lead{
	font-size: 17px;
	font-weight: bold;
	color: #ff4696;
	margin: 0.5em 0;
	line-height: 1.4;
}
.AreaWrap_B > div > p.Txt{
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
}
.AreaWrap_B > img{
	width: 431px;
	display: inline-block;
	vertical-align: top;
	margin-left:11px;
}


.stepArea {
	display: table;
	margin: 0 auto;
}

.stepWrap{
	display: table-cell;
	vertical-align: top;
	width: 311px;
	text-align: left;
}

.stepWrap:last-child{
	padding-left: 18px;
}

.stepWrap > img{
	display: inline-block;
}
.stepWrap > p.Ttl span{
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	background-color: #ff4696;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}
.stepWrap > p.Ttl{
	margin: 0.5em 0;
	font-size: 22px;
	font-weight: bold;
	color: #000;
}

.stepWrap > p.Detail{
	margin: 0.5em 0;
}

.stepFlow{
	width: 640px;
	text-align: center;
	margin: 0 auto;
}
.stepFlow p.Ttl{
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	color: #ff4696;
	margin: 0;
	text-align: left;
}
.stepFlow > div{
	text-align: left;
	margin-top:0.5em; 
}
.stepFlow span.flow{
	background-color: #00a281;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 auto;
	padding: 3px 8px;
	border-radius: 6px;
	text-align: left;
	display: inline-block;
}

.stepFlow p{
	text-align: left;
	margin: 0 auto;
	margin-top: 0.5em;
}




.howto_StepArea{
	position: relative;
	background-color: #00c7ca;
	display: block;
	width: 722px;
	margin:0 auto;
	padding: 0.5em 1em 2em 1em;
}

.howto_stepWrap{
	display: table;
	text-align: center;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 38px 15px;
}

.howto_stepWrap .detail{
	display: table-cell;
	vertical-align: top;
	background-color: #fff;
	padding: 1em;
	width: 286px;
	text-align: left;
	box-shadow: 4px 2px 10px 1px rgba(0,0,0,0.3);
}


.howto_stepWrap .detail:nth-child(2){
	margin-left: 30px;
}


a:hover{
	opacity: 0.9;
}

footer{
	width: 840px;
	margin: 0 auto;
	padding: 10px 58px;
	font-size: 13px;
	text-align: center;
	background-color: #fff;
}
footer a{
	color: #000;
	text-decoration: none;
}

footer ul,footer li{
	font-size: 14px;
	list-style: none;
}
footer ul{
	display: block;
	border-top: 1px dotted #999;
	padding-top: 20px;
}

footer ul li {
	display: inline-block;
}

footer ul li:first-child:after{
	content: "|";
	margin-right: 20px;
	padding-left: 20px;
}
footer p{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.dib{display: inline-block;}
.pt05 { padding-top: 5px }
.pt07 { padding-top: 7px }
.pt10 { padding-top: 10px }
.mt10 { margin-top: 10px }
.mt20 { margin-top: 20px }
.ml3{margin-left: 3px !important;}
.mr3{margin-right: 3px !important;}
.mt10m{margin-top: -10px;}
.mb20m{margin-bottom:-20px;}