<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 737px) {

/* contents-about */

.contents-about {
	margin-bottom: 0px;
}

.text-about {
	padding: 30px 25px 70px;
	text-align: left;
}
	
	
/* contents01 */
	
.contents01 {
	margin-bottom: 70px;
}
	
.contents01 img {
	border-radius: 20px;
}

.contents01 .layout-flow {
	padding-top: 50px;
}
	
.contents01 .layout01 {
	padding: 50px 0px;
}

.contents01 .layout01 .box-inner {
	width: 88%;
	justify-content: center;
	gap:40px 4%;
}

.contents01 .layout01 .box-inner .box {
	width: 48%;
}
	
@media screen and (max-width: 500px) {
	.contents01 .layout01 .box-inner .box {
	width: 350px;
}
}

.contents01 .layout01 h3 {
	font-size: 20px;
	margin-bottom: 40px;
}

.contents01 .layout01 h5 {
	font-size: 20px;
}


/* treatment-title */

.treatment-title {
	border-radius: 15px;
}

.layout01 .box:nth-child(even) .treatment-title {
	background-color: #75A6A6;
}

.treatment-title h4 {
	letter-spacing: 0.15em;
	font-size: 30px;
}

.treatment-title h4::after {
	content: "Treatment point";
	display: block;
	font-size: 16px;
letter-spacing: 0.2em;
	padding-top: 5px;
}


	
	

/* contents02 */

.contents02 .layout01 {
	width: 88%;
}

.contents02 .layout01 .box:not(:last-child) {
	margin-bottom: 40px;
}

.contents02 .layout01 .box h5, .contents02 .layout01 .box h6 {
	font-size: 18px;
letter-spacing: 0.1em;
	line-height: 1.4;
}

.contents02 .layout01 .box h5 {
	padding: 12px 20px;
}
	
.contents02 .layout01 &gt; h6 {
	font-size: 20px;
letter-spacing: 0.1em;
	margin-bottom: 30px;
}

.contents02 .layout01 .box p {
	text-align: left;
}

/* contents02 layout02 */

.contents02 .layout02 {
	width: 88%;
}

.contents02 .layout02 .box-inner:not(:last-child) {
	margin-bottom: 70px;
}

.contents02 .layout02 .box-inner &gt; div:not(:last-child) {
	margin-bottom: 40px;
}

.contents02 .layout02 .box01 {
	justify-content: center;
	width: 100%;
	max-width: 470px;
	gap:60px 0px;
}

.contents02 .layout02 .box01 .box:last-child::before {
	background-image: url("../common/images/arrow01.svg");
background-position: center top;
	background-size: auto 100%;
	width: 100%;
	height: 20px;
	margin-left: 0px;
	margin-top: -37px;
}

.contents02 .layout02 .box03 .box {
	padding: 15px 25px;
}

.contents02 .layout02 .box03 .box:not(:last-child) {
	margin-bottom: 15px;
}

.contents02 .layout02 .box-inner h4 {
	font-size: 20px;
	margin-bottom: 25px;
}

.contents02 .layout02 .box-inner h5 {
	font-size: 20px;
}

.contents02 .layout02 .box-inner h6 {
	font-size: 18px;
	line-height: 1.4;
}

/* contents02 layout03 */

.contents02 .layout03 {
	width: 88%;
	padding-top: 70px;
}

.contents02 .layout03 h6 a {
border-width : 3px;
	padding: 20px 0px;
	font-size: 20px;
}


/* layout-flow */

.layout-flow .box02 {
	padding: 20px 25px;
}

.layout-flow .box03, .contents02 .layout02 .box02 {
border-width : 3px;
	padding: 0px;
	border-radius: 15px;
  justify-content: center;
}

.layout-flow .box03 .box001, .contents02 .layout02 .box02 .box001 {
	width: 100%;
	padding-top: 25px;
	border-right-style : none;
}

.layout-flow .box03 .box002, .contents02 .layout02 .box02 .box002 {
	width: 100%;
	padding: 20px 25px;
}

.layout-flow .box03 h5 {
	font-size: 20px;
}


    .pc-view {
        display: none;
    }
    .sp-view {
        display: inline-block;
    }
   
}
</pre></body></html>