@charset "UTF-8";
/* CSS Document */




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

	
.header h1 img {
	height: 42px;
}

.header h3 {
	font-size: 12px;
	letter-spacing: 0em;
}
	
	
/* main-img-top */

#main-img-top {
	width:100%;
}

#main-img-top > img {
	width: 100%;
height: 290px;
}

	
	
/* contents-top */

.contents-top {
	width: 100%;
}

/* contents01 */

.contents01 {
	width: 100%;
	height: auto;
	padding: 0px;
	padding-bottom: 60px;
	background-image: url("top/images/back01-sp.jpg");
}

.contents01 .box-in {
	position: static;
   -webkit-transform: translate(0%, 0%);
   transform: translate(0%, 0%);
	width: 92%;
	background-color: rgba(255,255,255,0.7);
	padding: 35px 20px;
}

.contents01 p, .contents02 p, .contents03 p {
	line-height: 2;
}
	
.contents01 p {
	padding-top: 25px;
	width: 100%;
}
	
.contents01 h3 {
	text-align: center;
}
	
.contents01 h3 img {
	width: 100%;
height: auto;
}



/* contents02 */

.contents02 {
	width: 100%;
	height: auto;
	display: block;
	background-image: url("top/images/back02-sp.jpg");
	padding: 0px 0px 40px;
}

.contents02 .box-in {
	width: 88%;
	margin: auto;
	padding: 50px 25px;
	border-radius: 35px;
}

.contents02 .box-in::before {
	width: 100%;
	height: 90px;
	margin-left: -20px;
	margin-top: -50px;
}

.contents02 h3 {
	font-size: 30px;
	text-indent: -20px;
	margin-bottom: 25px;
}


/* contents03 */

.contents03 {
	width: 100%;
	background-image: none;
	margin-bottom: 50px;
	padding-top: 20px;
}

.contents03 h3 {
	margin-top: 140px;
}
	
.contents03 h3 img {
	height: 50px;
	width: auto;
}

.contents03 h3::before {
	height: 120px;
	margin-top: -140px;
}

.contents03 h4 {
	margin: 25px 20px 120px;
	font-size: 16px;
line-height: 1.6;
}

.contents03 .box01 {
	width: 90%;
	display: block;
	margin-bottom: 40px;
}

.contents03 .box01 .box {
	width: 100%;
	margin: 0px auto;
	padding: 80px 25px 35px;
	margin-top: 100px;
}

.contents03 .box01 .box::before {
	height: 160px;
	margin-top: -90px;
}
	
.contents03 .box02 {
	width: 90%;
	margin: auto;
}
	
	
/* contents04 */

.contents04 {
	width: 100%;
	height: auto;
	padding-bottom: 60px;
}


.contents04 .box-in {
	width: 85%;
	display: block;
}

.contents04 .box01 {
	width: 300px;
	margin: auto;
	position: relative;
	margin-bottom: 70px;
}

.contents04 .box01 img {
	width: 100%;
height: auto;
}

.contents04 .box01::after {
	content: "";
	position: absolute;
right: 0px;
bottom: 0px;
	background-image: url("top/images/name.svg");
background-position: center bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 25px;
	margin-right: 0px;
	margin-bottom: -40px;
}


.contents04 h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.contents04 h4 {
	font-size: 32px;
	margin-right: 0px;
}

.contents04 h6 {
	font-size: 20px;
	margin-bottom: 20px;
}

.contents04 .box {
	margin-bottom: 25px;
	display: block;
}

.contents04 table td {
line-height: 1.6;
	padding: 5px 0px;
}

.contents04 table td:first-child {
	white-space: nowrap;
	padding-right: 20px;
}

.contents04 p {
	line-height: 2;
}
	
.contents04 .box001 {
	margin-bottom: 30px;
}


/* dfbox */
 .dfbox{
	width: 98%;
	height: auto;
	position: relative;
    margin-bottom: 30px;
}

.dfbox .doctors-file{
    justify-content: center;
    flex-wrap: wrap;
}    

	
/* contents05 */

.contents05 {
	padding: 40px 0px 40px;
}
	
.contents05 h3 {
	margin-bottom: 25px;
}
	
.contents05 h3 img {
	height: 40px;
	width: auto;
}

.contents05 .box-in {
	width: 92%;
}
	
.contents05 .box {
	margin-bottom: 15px;
}

.faq-box {
	padding: 16px;
	padding-left: 55px;
}

.faq-box::before {
left: 15px;
top: 15px;
	height: 30px;
}

.faq {
	padding: 12px 50px;
	padding-right: 40px;
background-position: left 15px center;
	background-size: auto 22px;
}

.faq  h6 {
	font-size: 16px;
}



    .pc-view {
        display: none;
    }
    .sp-view {
        display: inline-block;
    }
   
}
