@import"https://fonts.googleapis.com/css?family=Roboto:400,700";
@import"https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese";
@charset "UTF-8";
@font-face {
    font-family: aderans_mens-fonts;
    src: url('/mens/common/rn-font//aderans_mens-fonts.eot');
    src: url('/mens/common/rn-font//aderans_mens-fonts.eot?#iefix') format("eot"), url('/mens/common/rn-font//aderans_mens-fonts.woff') format("woff"), url('/mens/common/rn-font//aderans_mens-fonts.ttf') format("truetype"), url('/mens/common/rn-font//aderans_mens-fonts.svg#aderans_mens-fonts') format("svg")
}

a:hover,
a img:hover {
	opacity: 0.7 !important;
}

main {
	position: relative;
}

img {
	transition:all 0.3s ease;
}

.pc {
		display: block;
	}
	
.sp {
		display: none;
}

section {
	margin-bottom: 180px;
}

.mainimg h1 img {
	width: 100%;
	text-align: center;
}

.btn-conv {
	margin: 50px auto 100px auto;
	display: block;
	text-align: center;
}

.btn-conv img {
	margin: 0 auto;
}

section.moya h2 {
	margin: 30px auto 20px auto;
	text-align: center;
	width: 1220px;
}

section.moya h2 img {
	width: auto;
    margin: 0 auto;
}

section.moya ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;	
}

section.moya ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 1220px;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 auto;
}

section.moya ul li {
}

section.moya ul li .moya-inner {
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border: 3px dotted #16b7aa;
	width: 374px;
	min-height: 330px;
	position: relative;
}

section.moya .note {
	width: 374px;
	margin: 1.5em auto 0 auto;
}

section .note {
	font-size: 1.15rem;
}

section.moya ul li .moya-inner img {
	text-align: center;
	margin: 20px auto 20px auto;
}

section.moya ul li .moya-inner p {
	padding: 0 2em;
	line-height: 1.8em;
}

section.moya ul li .moya-inner:after {
	content: "";
	width: 123px;
	height: 31px;
	background: url("../../images/kaiketsu.jpg") no-repeat;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
}

section.moya ul li .cloud {
	text-align: center;
	margin: 0 auto 30px auto;
}

section h2 {
	text-align: center;
	margin: 0 auto 30px auto;
	display: table;
}

section h2 img {
	text-align: center;
}

section.kaiketsu,
section.counceling,
section.qa {
	width: 1220px;
	margin: 0 auto 180px auto;
}

section.counceling {
	margin: 0 auto 0 auto;
}

section.kaiketsu .youtube {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

section.kaiketsu .youtube iframe {
	width: 100%;
}

section.counceling p.lead {
	text-align: center;
	line-height: 1.6em;
	font-size: 2.2rem;
	margin-bottom: 50px;
}

section.counceling ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 1220px;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
	flex-wrap: wrap;
}

section.counceling ul li {
	width: calc(100% / 2 - 60px );
	margin-bottom: 50px;
}

section.counceling ul li dl dt {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 2px dotted #ccc;
	margin-bottom: 20px;
}

section.counceling ul li dl dt img {
	margin: 0 auto;
}

section.counceling ul li dl dd {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

section.counceling ul li dl dd div {
	width: 30%;
}

section.counceling ul li dl dd p {
	width: 65%;
	font-size: 1.6rem;
}

section.counceling img.mochi {
	text-align: center;
	margin: 0 auto;
	width: auto;
}

section.flow {
	width: 100%;
	padding-bottom: 50px;
	background: url("../../images/bg_flow.jpg") repeat;
}

section.flow .inner {
	width: 1220px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

section.flow .prepare {
	background: #16b7aa;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding: 25px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

section.flow .prepare p {
	text-align: center;
	width: 100%;
	font-size: 1.7rem;
	color: white;
	margin-top: 40px;
	letter-spacing: 0.1em;
}

section.flow h2 {
	margin: 0 auto 50px auto;
}

section.flow p.note {
	text-align: center;
	margin: 20px auto 100px auto;
}

section.flow ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

section.flow ul li {
    border: 2px solid #16b7aa;
    background-color: white;
    border-radius: 5px;
    padding: 3em 1.2em 1.2em 1.2em;
    position: relative;
    width: calc(100% / 3 - 30px);
}
section.flow ul li:after {
    content: "";
    width: 0;
    height: 0;
    display: table;
    border-style: solid;
    border-width: 25px 0 25px 30px;
    border-color: transparent transparent transparent #16b7aa;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}
section.flow ul li:last-child:after {
    content: none;
}
section.flow ul li .step-tab {
    position: absolute;
    top: -1em;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    left: 50%;
    right: 0;
}
section.flow ul li .step-tab img {
    margin: 0 auto;
}
section.flow ul li dt {
    background-repeat: no-repeat;
    margin: 0 auto 20px auto;
    background-position: center;
    border-bottom: 3px dotted #8b6142;
    font-weight: 900;
    font-size: 2rem;
    line-height: 1;
    padding-bottom: 0.5em;
    display: block;
    color: #8b6142;
    text-align: center;
}
section.flow ul li dd .img {
    margin-bottom: 1em;
}
section.flow ul li dd .img img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
}

section.flow ul li dd .txt {
	width: 100%;
}
section.flow ul li dd .txt p {
    line-height: 1.5;
    text-align: left;
    margin: 0.3em auto 0 auto;
    font-size: 1.5rem;
}
section.flow ul li:first-child dd .txt a {
    display: table;
    margin: 0 auto;
}
section.flow ul li dd a img {
	margin-top: 15px;
}
section.flow .tel {
	color: rgb(22, 183, 170);
	text-align: center;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 30px !important;
    margin: 0 auto;
    text-align: center !important;
}
section.qa {
	background: url(../../images/img_zomoqa_06.png) repeat;
	width: 100%;
	text-align: center;
}

section.qa dl {
	width: 870px;
	margin: 0 auto;
	padding-bottom: 50px;
	font-size: 20px;
	line-height: 1.6em;
	text-align: left;
}

section.qa dt {
	display:block;
	width: 100%;
	padding: 1.5em 1.5em 1.5em 90px;
	box-sizing: border-box;
	border:#fff 1px solid;
	cursor:pointer;
	color: white;
	background: #656565 url(../../images/qa_02.png) no-repeat 20px 50%;
	position: relative;
	border-right: 70px solid #b2b2b2;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

section.qa dt:after {
	content: "";
	width: 21px;
	height: 11px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -45px;
	margin: auto;
	background: url(../../images/qa_04.png) no-repeat;
	transition: all .3s ease;
}

section.qa dt.mouseon:after {
	transform: rotateX(180deg);
	width: 21px;
	height: 11px;
}

section.qa dd {
	background: #fff url(../../images/qa_03.png) no-repeat 20px 50%;
	width: 100%;
	padding: 1.5em 1.5em 1.5em 90px;
	box-sizing: border-box;
	line-height: 1.6em;
	display: none;
	border-bottom: 2px solid #656565;
	border-right: 2px solid #656565;
	border-left: 2px solid #656565;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}

section.qa .zomoqa-img-01 {
	width: 100%;
	padding: 60px 0;
}

section.qa .zomoqa-img-01 img {
	width: auto;
}

footer {
	width: 100%;
	background: #f2f2f2;
	padding: 50px 0;
	text-align: center;
}

footer h2 {
	margin: 0 auto 25px auto;
}

footer img {
	width: auto;
	margin: 0 auto;
}

footer .lead,
footer .open {
	font-size: 2rem;
	margin-bottom: 30px;
}

footer .tel,
footer .tel a {
	color: #16b7aa;
	font-weight: bold;
	font-size: 40px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

footer .flogo {
	background: #656565;
	padding: 15px 0;
	position: absolute;
	width: 100%;
	bottom: 0;
}

footer .flogo a {
	
}

footer .flogo a img {
	width: 130px;
	height: auto;
	vertical-align: middle;
}

footer .apply {
	display: block;
	margin-bottom: 50px;
}
section.can #modal-1,
section.can #modal-2,
section.can #modal-3,
section.can #modal-4,
section.can #modal-5,
section.can #modal-6 {
    display: none;
}
section.can {
    margin-bottom: 0;
}
section.can .wrap {
    background-size: auto auto;
    background-color: rgba(177, 232, 222, 1);
    background-image: repeating-linear-gradient(140deg, transparent, transparent 12px, rgba(188, 235, 227, 1) 12px, rgba(188, 235, 227, 1) 23px );
    padding: 10em 0 8em 0;
    position: relative;
}
section.can .wrap:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 58px 152.5px 0 152.5px;
    border-color: #ffffff transparent transparent transparent;
    content: "";
    position: absolute;
    top: 0;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    left: 50%;
    right: 0;
}
section.can .wrap:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 58px 152.5px 0 152.5px;
    border-color: #bcebe3 transparent transparent transparent;
    content: "";
    position: absolute;
    bottom: -58px;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    left: 50%;
    right: 0;
}
section.can .lead {
    font-size: 3rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 2em;
}
section.can .box {
    max-width: 1220px;
    margin: 0 auto 5em auto;
    background: white;
    border-radius: 5px;
    padding: 4em 0 5em 0;
    box-sizing: border-box;
    position: relative;
}
section.can .pointnum {
    width: 187px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -2.5em;
    left: 50%;
    right: 0;
    display: table;
    text-indent: -999em;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px); 
}
section.can .box:first-child .pointnum {
    background-image: url(../../images/oc_can_point1_m.png);
}
section.can .box:nth-child(2) .pointnum {
    background-image: url(../../images/oc_can_point2_m.png);
}
section.can .box:nth-child(3) .pointnum {
    background-image: url(../../images/oc_can_point3_m.png);
}
section.can .box:nth-child(4) .pointnum {
    background-image: url(../../images/oc_can_point4_m.png);
}
section.can .catch {
    width: 90%;
    text-align: center;
    font-weight: 900;
    font-size: 2.5rem;
    color: #8b6142;
    margin: 0 auto 3em auto;
}
section.can .box li .catch {
    margin: 4em auto 1.5em auto;
}
section.can .box li .catch p {
    color: black;
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
}
section.can .box li .catch:before,
section.can .box li .catch:after {
    content: "";
    width: 55%;
    height: 6px;
    display: block;
    margin: 0 auto;
    position: relative;
    background-size: auto auto;
    background-color: rgba(247, 247, 247, 1);
    background-image: repeating-linear-gradient(125deg, transparent, transparent 4px, rgba(129, 204, 198, 1) 4px, rgba(129, 204, 198, 1) 8px );
}
section.can .box li .catch:before {
    top: -0.5em;
}
section.can .box li .catch:after {
    bottom: -0.5em;
}
section.can .box li .catch p:first-child {
    font-size: 70%;
    color: #16b6aa;
}
section.can .catch span {
    color: #16b6aa;
    border-bottom: 4px dotted;
    padding-bottom: 0.1em;
}
section.can ul {
    display: flex;
    justify-content: space-between;
}
section.can ul.one {
    justify-content: center;
}
section.can ul li {
    position: relative;
    width: 50%;
    min-height: 525px;
}
section.can ul li:after {
    content: "";
    min-width: 525px;
    height: 525px;
    background: #eee;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    /* margin: auto; */
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
}
section.can ul li p,
section.can ul li img,
section.can ul li div,
section.can ul li a {
    z-index: 2;
    position: relative;
}
section.can .case {
    width: 102px;
    height: 102px;
    position: absolute;
    top: -2em;
    left: 0;
    right: 0;
    margin: auto;
    text-indent: -999em;
    background-repeat: no-repeat;
    background-size: contain;
}
section.can .box:first-child li .case {
    background-image: url(../../images/oc_can_num_case1_m.png);
}
section.can .box:nth-child(2) li:first-child .case {
    background-image: url(../../images/oc_can_num_case2_m.png);
}
section.can .box:nth-child(2) li:nth-child(2) .case {
    background-image: url(../../images/oc_can_num_case3_m.png);
}
section.can .box:nth-child(3) li .case {
    background-image: url(../../images/oc_can_num_case4_m.png);
}
section.can .box:nth-child(4) li .case {
    background-image: url(../../images/oc_can_num_case5_m.png) !important;
}
section.can .box li a {
    width: 102px;
    height: 31px;
    background: url(../../images/oc_can_btn_big_m.png) no-repeat;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 450px;
    position: absolute;
    text-indent: -999em;
}
section.can .box.two {
    width: 48%;
    max-width: initial;
    margin: 0 0 0 0;
}
section.can .box.two ul li {
    width: 100%;
}
section.can ul li:before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 15em;
    width: 387px;
    height: 213px;
    display: table;
    z-index: 2;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px); 
    left: 50%;
    right: 0;
}
section.can .box:first-child li:first-child:before {
    background-image: url("../../images/sp1.png");
}
section.can .box:nth-child(2) li:first-child:before {
    background-image: url("../../images/sp3.png");
}
section.can .box:nth-child(2) li:nth-child(2):before {
    background-image: url("../../images/sp4_m.png");
}
section.can .box:nth-child(3) li:before {
    background-image: url("../../images/sp5.png");
}
section.can .box:nth-child(4) li:before {
    background-image: url("../../images/sp6.png");
}
section.can .box.two ul li img {
    min-width: 100%;
}
section.can .box:first-child li:first-child img {
    max-width: 649px;
    left: -18px;
}
section.can .box:first-child li:nth-child(2) img {
    max-width: 674px;
    left: 19px;
}
section.can .box:nth-child(2) li:first-child img {
    max-width: 645px;
}
section.can .box:nth-child(2) li:nth-child(2) img {
    max-width: 633px;
    left: 24px;
}
section.can .box:nth-child(3) li img {
    min-width: 575px;    
    left: -25px;
}
section.can .box:nth-child(4) li img {
    max-width: 640px;
    left: 10px;
}
section.can .last {
    background: url(../../images/oc_can_last_m.png) no-repeat bottom;
    background-size: contain;
    text-indent: -999em;
    display: table;
    margin: 100px auto 0 auto;
    min-width: 913px;
    min-height: 397px;
}
.m-wrap {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.modaal-fullscreen .modaal-close {
    background: transparent url(../../images/close.png) no-repeat !important;
    width: 41px;
    height: 61px;
    display: table;
    border-radius: 0;
}
.modaal-fullscreen .modaal-close:hover {
    opacity: 0.7;
}
.modaal-close:after, .modaal-close:before {
    content: none !important;
}
section.can .note {
    text-align: center;
    margin: 6em auto 0 auto;
    font-size: 1.2rem;
}


/* ====================================== */
/* media query */
@media screen and (max-width : 2360px) {
    section.can .box li img {
        max-width: 100% !important;
        left: 0 !important;
        right: 0;
    }    
}
@media screen and (max-width : 64em) {
	
	section {
		margin-bottom: 40px;
	}
	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	.btn-conv {
		width: 90%;
		margin: 50px auto;
	}
	
	.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	
	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		max-width: 100% !important;
		width: 100% !important;
		height: 100% !important;
	}
	
	section.moya ul {
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	
	section.moya ul li {

	}
	
	section.moya ul li .cloud {
		width: calc(100vw - 50%);
		margin: 0 auto 55px auto;
	}
	
	section.moya ul li .moya-inner {
		width: 100%;
		min-height: auto;
		margin-bottom: 30px;
		padding-bottom: 1em;
	}
	
	section.moya ul li .moya-inner p {
		font-size: 2rem;
	}
	
	section.moya ul li .moya-inner img {
		width: 60%;
	}
	
	section.moya .note {
		width: 90%;
		margin: 0 auto;
	}	

	section.moya h2 {
		width: 90%;
		margin: 0 auto 30px;
	}
	
	section.qa h2,
	footer h2 {
		width: 60%;
	}

	section h2 img {
		width: 100%;
	}
	
	section.kaiketsu,
	section.counceling,
	section.qa {
		width: 90%;
		margin: 0 auto 40px auto;
	}
	
	section.counceling p.lead {
		font-size: 1.4rem;
		margin-bottom: 30px;
	}
	
	section.counceling ul {
		display: block;
		width: 100%;
	}	
	section.counceling ul li {
		width: 100%;
	}	
	section.counceling ul li dl dd div img {
		width: 100%;
	}	
	section.flow .inner {
		width: 90%;
		padding: 30px 0 0 0;
	}	
	section.flow ul dl {
	}	
	section.flow .prepare {
		display: block;
	}	
	section.flow .prepare img {
	    margin: 0 auto 20px auto;
	}	
	section.flow .prepare p {
		margin-top: 0;
		font-size: 1.5rem;
	}	
	section.flow h2 {
		margin: 0 auto 30px auto;
	}	
	section.flow p.note {
		margin: 20px auto 50px auto;
	}	
	section.flow ul li dt {
        font-size: 1.6rem; 
	}	
	section.flow ul li {
		width: calc(100% / 3 - 20px);
        margin-bottom: 3em;
        padding: 3em 1em 1em 1em;
	}	
	section.flow ul li dd .txt {
	}	
	section.flow ul li dd .img img {
		width: 90%;
		margin: 0 auto;
	}	
	section.flow .tel {
		font-size: 40px;
		margin: 1em auto 0 auto;
		width: 100%;
	}	
	section.flow .tel a {
		color: rgb(22, 183, 170);
	}	
	section.qa dl {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 30px;
		font-size: 2rem;
	}	
	section.qa dt {
		padding: 1em 1em 1em 50px;
		background-size: 20px;
		border-right: 50px solid #b2b2b2;
	}	
	section.qa dt:after {
		right: -35px;
	}	
	section.qa dd {
		padding: 1em 1em 1em 50px;
		background-size: 20px;
	}	
	footer {
		padding: 2em 0;
	}	
	footer .lead,
	footer .open{
		font-size: 2rem;
		margin-bottom: 20px;
	}	
	footer .tel {
		
	}	
	footer .tel {
		font-size: 2rem;
		margin-bottom: 10px;
	}	
	footer .flogo {
		padding: 10px 0;
	}	
	footer .inner {
		width: 90%;
		margin: 0 auto;
	}	
	section.flow {
		padding-bottom: 30px;
	}	
	footer .apply {
		margin-bottom: 70px;
	}	
	section.moya ul li .moya-inner:after {
		width: 200px;
		height: 60px;
		top: -40px;
		background-size: contain;
	}
    section.can .lead {
        font-size: 3vw;
    }
	section.can .box {
        max-width: 90%;
        padding: 3em 3em 5em 3em;
    }
    section.can .catch {
        font-size: 3vw;
    }
    section.can .wrap {
        padding: 10em 0 3em 0;
    }    
    section.can .box li .catch {
        font-size: 3vw;
        top: 20%;
        margin: 0 auto;
    }
    section.can ul {
        display: block;
    } 
    section.can ul li {
        width: 525px;
        height: 525px;
        margin: 0 auto;
    }
    section.can .box:nth-child(2) li:first-child {
        margin: 0 auto 5em auto;
    }    
    section.can .box li .catch,
    section.can .box li .case,
    section.can .box li img,
    section.can .box li a {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }  
    section.can .box li img {
        top: 14em;
        left: 50% !important;
        right: 0;
        transform: translate(-50%, 0px);
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
    }
    section.can .box li img.pc {
        display: block;
    }
    section.can .box li img.sp {
        display: none;
    }
    section.can .box.two {
        width: 90%;
        margin: 0 auto 2em auto;
    }
    section.can .last {
        background: url(../../images/oc_can_last_m_sp.png) no-repeat bottom;
        background-size: contain;
        min-width: initial;
        min-height: initial;
        padding-top: 43.4830230011%;
        height: 0;
        width: 90%;
    } 
    section.can .note {
        font-size: 2vw;
        margin: 3em auto 0 auto;
    }    
	
}

@media screen and (max-width : 42em) {	
	
	section.moya h2 {
		width: 100%;
		margin: 0 auto 20px auto;
	}
	
	section.moya h2 img {
		width: 100%;
		height: auto;
	}
	section.flow ul li {
        width: 100%;
        margin-bottom: 3em;
    }
    section.flow ul li dt {
        font-size: 5vw;
    }
	section.flow ul li dd .txt {
        font-size: 1.3rem;
        width: 100%;
        margin-top: 10px;
        line-height: 1.5em;
    }
    section.flow ul li .step-tab img {
        width: 30vw;
    }
    section.flow ul li:after {
        border-width: 20px 30px 0 30px;
        border-color: #16b7aa transparent transparent transparent;
        top: initial;
        bottom: -20px;
        transform: translate(-50%, 0px);
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        left: 50%;
        right: initial;
    }
	
	section.flow .tel {
		font-size: 2.8rem;
		margin: 1em auto 0 auto;
	}	
	
	section.moya ul li .moya-inner:after {
			width: 123px;
			height: 31px;
			top: -20px;
		}	
	
	section.moya ul li .moya-inner img {
		width: 70%;
		margin: 20px auto 10px auto;
	}
	
	section.moya ul li .cloud {
		margin: 0 auto 30px auto;
	}
	
	section.moya ul li .moya-inner p {
		line-height: 1.5em;
	}
	
	section.moya ul li .moya-inner p {
		font-size: 1.3rem;
	}
	
	section.qa dl {
		font-size: 1.3rem;
	}
	
	footer .apply {
		margin-bottom: 50px;
	}
	
	footer .lead,
	footer .open{
		font-size: 1.3rem;
	}	
    section.can .lead {
        font-size: 4vw;
    }
    section.can .wrap {
        padding: 10em 0 3em 0;    
    }
    section.can .wrap:before,
    section.can .wrap:after {
        border-width: 2em 30vw 0 30vw;
    }
    section.can .wrap:after {
        bottom: -2em;
    } 
    section.can .catch {
        font-size: 3.8vw;
    }
    section.can .box li .catch p {
        font-size: 4vw;
    }
    section.can .catch span {
        border-bottom: 2px dotted;
    }
    section.can ul li:after {
        min-width: 90%;
        height: 90%;
        padding: 45%;
    }    
    section.can .case {
        width: 15vw;
        height: 15vw;
    }
    section.can .box:first-child .case {
        background-image: url(../../images/oc_can_num_case1_m_sp.png);
    }
    section.can .box:nth-child(2) .case {
        background-image: url(../../images/oc_can_num_case2_m_sp.png);
    }
    section.can .box:nth-child(3) .case {
        background-image: url(../../images/oc_can_num_case3_m_sp.png);
    }
    section.can .box:nth-child(4) .case {
        background-image: url(../../images/oc_can_num_case4_m_sp.png);
    }
    section.can .box:nth-child(5) .case {
        background-image: url(../../images/oc_can_num_case5_m_sp.png);
    }
    section.can .box li img.pc {
        display: none;
    }
    section.can .box li img.sp {
        display: block;
    }
    section.can .box li img {
        top: 32%;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    section.can .box li .catch {
        top: 15%;
    }
    section.can ul li {
        width: 100%;
        height: auto;
        padding: 50%;
    }
    section.can .box li {
        max-width: 100%;
        min-height: initial;
    }
    section.can ul li:before {
        width: calc(100% - 30%);
        height: 90%;
        padding-top: 55.0515463918%;
        top: 35%;
        display: block;
    }
    section.can .box:nth-child(3) ul li {
        margin: 0 auto 0 auto;
    }
    section.can .box li a {
        bottom: -1em;
        top: initial;
    }
    section.can .pointnum {
        zoom: 0.6;
    }
    section.can .wrap {
        padding: 5em 0 1em 0;    
    }
    section.can .box li .catch:before,
    section.can .box li .catch:after {
        height: 3px;
        background-image: repeating-linear-gradient(125deg, transparent, transparent 3px, rgba(129, 204, 198, 1) 3px, rgba(129, 204, 198, 1) 6px );    
    }
    section.can .box:first-child li:first-child:before {
        background-image: url("../../images/sp1_sp.png");
    }
    section.can .box:nth-child(2) li:first-child:before {
        background-image: url("../../images/sp3_sp.png");
    }
    section.can .box:nth-child(2) li:nth-child(2):before {
        background-image: url("../../images/sp4_m_sp.png");
    }
    section.can .box:nth-child(3) li:before {
        background-image: url("../../images/sp5_sp.png");
    }
    section.can .box:nth-child(4) li:before {
        background-image: url("../../images/sp6_sp.png");
    }
    section.can .note {
        font-size: 3vw;
    }
    section.can .box {
        padding: 3em 0 3em 0;
    }
    section.can .box:nth-child(2) ul li:first-child {
        margin: 0 auto 5em auto;
    }
    section.can .box:first-child li:first-child,
    section.can .box:nth-child(4) li:first-child {
        margin: 0 auto 0 auto;
    } 
    section.can .box:nth-child(3) {
        padding: 3em 0 0 0;
    } 
    section.can .box:nth-child(4) {
        padding: 3em 0 2em 0;
        margin: 0 auto 2em auto;
    }
    section.can .last {
        margin: 1em auto 0 auto;
    }  
}


	
	