@charset "utf-8";
/* CSS Document */
@import url("page.css");

#t-box h1 {
	background-image: url(../images/newcustomer/title_sp.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	padding-top: 28.85%;
	height: 0;
	width: 100%;
}

#counseling01 {
	display: block;
	margin: 50px auto;
	width: 96%;
}

#counseling02 {
	display: block;
	margin: 50px auto;
	width: 96%;
}

#ct_co {
	display: block;
	margin: 30px auto;
	width: 100%;
}

#flow {
	display: block;
	margin: 40px auto;
	width: 96%;
}

#flow h3 {
	display: block;
	margin: 0 0 30px;
	width: 100%;
}

#flow h3 img {
	height: auto;
	width: 100%;
}

#flow ul {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 96%;
}

#flow01 {
	background-image: url(../images/newcustomer/flow01_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding-top: 24.51%;
	height: 0;
	width: 100%;
}

#flow02 {
	background-image: url(../images/newcustomer/flow02_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 30px 0;
	padding-top: 23.92%;
	height: 0;
	width: 100%;
}

#flow03 {
	background-image: url(../images/newcustomer/flow03_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 0 30px;
	padding-top: 23.14%;
	height: 0;
	width: 100%;
}

#flow04 {
	background-image: url(../images/newcustomer/flow04_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding-top: 49.22%;
	height: 0;
	width: 100%;
}

#btn-laugh {
	display: block;
	margin: 20px auto 40px;
	width: 280px;
}
#btn-laugh a {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
	width: 100%;
	border: solid 1px #4C3826;
	border-radius: 20px;
	box-sizing: border-box;
}

#btn-laugh a::after {
  content: url(../images/newcustomer/pt_flarrow.png);
  margin: 5px 0 0 10px;
}

#cure {
	display: block;
	margin: 30px auto;
	width: 96%;
}

#ph_cure {
	display: block;
	margin: 30px 0 0;
	width: 100%;
}

#ph_cure img {
	height: auto;
	width: 100%;
}

#cure p {
	font-size: 16px;
	line-height: 1.8em;
	display: block;
	margin: 0 0 1em;
}

@media only screen and (min-width: 769px) {
#t-box h1 {
	background-image: url(../images/newcustomer/title.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	padding-top: 0;
	height: 150px;
	width: 1015px;
}

#counseling01 {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin: 100px auto;
	width: 1015px;
}

#counseling02 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 100px auto;
	width: 1015px;
}

#ct_co {
	display: block;
	margin: 50px 0 0;
	width: 511px;
}

#flow {
	display: block;
	margin: 40px auto 100px;
	width: 1015px;
}

#flow h3 {
	display: block;
	margin: 0 auto 30px;
	width: 413px;
}

#flow ul {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 96%;
}

#flow01 {
	background-image: url(../images/newcustomer/flow01.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 0;
	height: 163px;
	width: 790px;
}

#flow02 {
	background-image: url(../images/newcustomer/flow02.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 50px auto;
	padding-top: 0;
	height: 162px;
	width: 790px;
}

#flow03 {
	background-image: url(../images/newcustomer/flow03.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 50px;
	padding-top: 0;
	height: 165px;
	width: 790px;
}

#flow04 {
	background-image: url(../images/newcustomer/flow04.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 0;
	height: 394px;
	width: 790px;
}

#btn-laugh {
	display: block;
	margin: 80px auto;
	width: 280px;
}

#cure {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin: 100px auto;
	width: 1015px;
}

#ph_cure {
	display: block;
	margin: 0;
	width: 450px;
}

#cure p {
	font-size: 16px;
	line-height: 1.8em;
	display: block;
	margin: 0 0 1em;
	width: 450px;
}

}