#icatch{
	padding: 200px 0;
	text-align: center;
	background: url(../img/mv.jpg) no-repeat center center;
	background-size: cover;
}
#icatch h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 90px;
	color: #fff;
}
#icatch h1 span{
	font-size: 30px;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: lighter;
	letter-spacing: 0.1em;
}
#read{
	padding: 10% 0;
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
	background: url(../img/maps.png) no-repeat center center #fff;
	background-size:auto 90%;
}
#flow{
	background: #f2f2f2;
	padding: 5% 0 0 0;
}
#flow h2{
	font-size: 48px;
	text-align: center;
	color: #49c5b6;
	margin: 0 0 40px 0;
	font-weight: lighter;
}
#flow section{
	width: 960px;
	margin: 0 auto;
	background: url(../img/flow_section_line.png) repeat-y 35px bottom;
	padding:0 0 5% 0;
}
#flow section article{
	padding: 0 0 0 10%;
	box-sizing: border-box;
	font-size: 24px;
	line-height: 1.8;
	margin: 0 0 5% 0;
}
#flow section article h3{
	font-size: 36px;
	margin: 0 0 20px 0;
}
#flow section article dl{
	width: 780px;
}
#flow section article dl dt{
	padding: 0 0 20px 0;
}
#flow section article dl dt img{
	display: block;
	margin: 0 auto;
}
#flow section article dl dd{
	text-align: justify;
}
#flow section article dl dd a{
	display: block;
	width: 300px;
	margin: 20px auto 0 auto;
	padding: 10px 0;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-align: center;
	font-size: 24px;
	background: url(../img/arrow_w.png) no-repeat 85% center #49c5b6;
	background-size:auto 15px;
	border-radius: 150px;
}
#flow section article:nth-child(1){
	background: url(../img/step01.png) no-repeat left top;
	background-size:70px auto;
}
#flow section article:nth-child(2){
	background: url(../img/step02.png) no-repeat left top;
	background-size:70px auto;
}
#flow section article:nth-child(3){
	background: url(../img/step03.png) no-repeat left top;
	background-size:70px auto;
}

#concept{
	padding: 5% 0;
	background: url(../img/concept.jpg) no-repeat center center;
	background-size:cover;
	color: #fff;
	text-align: center;
	line-height: 1.8;
	font-size: 24px;
}
#concept h2{
	font-size: 48px;
}
#footlinks{
	padding: 5% 20px;
	box-sizing: border-box;
	background: #4d4d4d;
}
#footlinks ul{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
}
#footlinks ul li{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	lign-items: stretch;
}
#footlinks ul li a{
	color: #fff;
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
}
#footlinks ul li dl{
	
}
#footlinks ul li dl dt{
	padding: 0 0 20px 0;
}
#footlinks ul li dl dd p{
	display: block;
	width: 300px;
	margin: 20px auto 0 auto;
	padding: 10px 0;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-align: center;
	font-size: 24px;
	background: url(../img/arrow_w.png) no-repeat 85% center #49c5b6;
	background-size:auto 15px;
	border-radius: 150px;
}

@media (max-width: 768px){
#icatch{
	padding: 70px 0;
	text-align: center;
	background: url(../img/mv.jpg) no-repeat center center;
	background-size: cover;
}
#icatch h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #fff;
}
#icatch h1 span{
	font-size: 14px;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: lighter;
	letter-spacing: 0.1em;
}

#read{
	padding: 10% 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	background: url(../img/maps.png) no-repeat center center #fff;
	background-size:auto 60%;
}
#flow{
	background: #f2f2f2;
	padding: 5% 0 0 0;
}
#flow h2{
	font-size: 30px;
	text-align: center;
	color: #49c5b6;
	margin: 0 0 20px 0;
	font-weight: lighter;
}
#flow section{
	width: auto;
	margin: 0 auto;
	background: url(../img/flow_section_line.png) repeat-y 45px bottom;
	padding:0 20px 5% 20px;
	box-sizing: border-box;
}
#flow section article{
	padding: 0 0 0 60px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 15% 0;
}
#flow section article h3{
	font-size: 21px;
	margin: 0 0 20px 0;
}
#flow section article dl{
	width: auto;
}
#flow section article dl dt{
	padding: 0 0 20px 0;
}
#flow section article dl dt img{
	display: block;
	margin: 0 auto;
}
#flow section article dl dd a{
	display: block;
	width: 80%;
	margin: 20px auto 0 auto;
	padding: 10px 0;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-align: center;
	font-size: 21px;
	background: url(../img/arrow_w.png) no-repeat 85% center #49c5b6;
	background-size:auto 15px;
	border-radius: 150px;
}
#flow section article:nth-child(1){
	background: url(../img/step01.png) no-repeat left top;
	background-size:50px auto;
}
#flow section article:nth-child(2){
	background: url(../img/step02.png) no-repeat left top;
	background-size:50px auto;
}
#flow section article:nth-child(3){
	background: url(../img/step03.png) no-repeat left top;
	background-size:50px auto;
}

#concept{
	padding: 10% 20px;
	box-sizing: border-box;
	background: url(../img/concept.jpg) no-repeat center center;
	background-size:cover;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
}
#concept h2{
	font-size: 21px;
}
#footlinks{
	padding: 5% 10px;
	box-sizing: border-box;
	background: #4d4d4d;
}
#footlinks ul{
display:block;
	padding: 10px;
	box-sizing: border-box;
}
#footlinks ul li{
	padding: 10px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #aaa;
}
#footlinks ul li a{
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}
#footlinks ul li dl{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
background: url(../img/arrow_w.png) no-repeat right center;
background-size: auto 15px;
}
#footlinks ul li dl dt{
	width: 30%;
	padding: 0;
}
#footlinks ul li dl dd{
		width: 68%;
	padding: 0 10% 0 0;
	box-sizing: border-box;
	}
#footlinks ul li dl dd p{
	display: none;
	}
}

@media (min-width: 767px){
.blogBody {
    padding-bottom: 60px;
    padding-top: 60px;
	width: 780px;
}

.blogBlock {
	border-radius: 10px;
    background-color: #fff;
    float: left;
    margin-right: 15px;
    padding: 15px;
    width: 220px;
}


.blogBlock_last {
	border-radius: 10px;
    background-color: #fff;
    float: left;
    padding: 15px;
    width: 220px;
}

.blogBlockTitle {
    color: #334d5c;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 15px;
}

.blogBlockTitle span {
    display: block;
    font-size: 13px;
    font-weight: normal;
}

.blogBlockTxt {
    background-color: #f1f1f1;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    height: 75px;
    line-height: 1.4;
    padding: 15px;
}

.blogBlockPayment {
    background-color: #49c5b6;
    border-radius: 0 0 5px 5px;
     font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 15px;
    vertical-align: middle;
    text-align: center;
}

.blogBlockPayment  a{
color: #fff;
}

h4{
	width: 780px;
    text-align: center;
    padding: 15px 0;
}
.spbr{
display:none;
}

}


@media (max-width: 768px){
.blogBody {
    padding-bottom: 10px;
    padding-top: 10px;
}

.blogBlock {
	border-radius: 10px;
    background-color: #fff;
    float: left;
	margin: 0 15px 10px 0;
    padding: 15px;
    width: 90%;
}


.blogBlock_last {
	border-radius: 10px;
    background-color: #fff;
    float: left;
    padding: 15px;
    width: 90%;
}

.blogBlockTitle {
    color: #334d5c;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 15px;
}

.blogBlockTitle span {
    display: block;
    font-size: 13px;
    font-weight: normal;
}

.blogBlockTxt {
    background-color: #f1f1f1;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    height: 75px;
    line-height: 1.4;
    padding: 15px;
}

.blogBlockPayment {
    background-color: #49c5b6;
    border-radius: 0 0 5px 5px;
     font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 15px;
    vertical-align: middle;
    text-align: center;
}

.blogBlockPayment  a{
color: #fff;
}

h4{
    text-align: center;
    padding: 15px 0;
}

.spbr{
display:block;
}

}

@media (min-width: 767px) {
.pconly{
display:inline!important;
}


}

@media (max-width: 768px) {
.pconly{
display:none!important;
}
}