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


@media screen and (max-width: 767px) {
	
	.price .midashi-box {
		margin-bottom: 0px;
	}

    .box-kome {
        margin-bottom: 20px;
    }
	
	.box-kome p {
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: var(--base-weight);
}
	
	.layout02 {
        padding-top: 50px;
    }

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

    
    .layout02 .inner {
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
    }

   
    .layout02 table {
        width: 1000px;
    }

    .layout02 table tr:first-child td {
        font-size: 18px;
    }

    .layout02 h6 {
        font-size: 22px;
        margin-bottom: 20px;
    }
	
	.layout02 table td.price-summary{
   font-size: 16px;
}
	
	/*移管*/
    .contents03 .midashi-box {
        margin-bottom: 25px;
    }
	
	 /* layout03 */

    .layout03 {
        padding: 0px 6%;
        background-size: 100% auto;
        background-position: center 15%;
    }

    .layout03 .box-title {
        margin-bottom: 35px;
    }

    .layout03 .box-text {
        margin-bottom: 40px;
    }

    .layout03 .box-detail {
        width: 100%;
        border-radius: 20px;
    }

    .layout03 .box-detail .lay01 {
        padding: 30px 8% 40px;
    }

    .layout03 .box-detail .lay02,
    .layout03 .box-detail .lay03 {
        padding: 30px 8%;
    }

    .layout03 .box-title h3 {
        font-size: 22px;
        letter-spacing: 0.1em;
        margin-bottom: 20px;
    }

    .layout03 .box-title h4 {
        font-size: 14px;
        letter-spacing: 0.1em;
        padding: 12px 40px 6px;
    }

    .layout03 .box-text p {
        line-height: 2.2;
        letter-spacing: 0.05em;
        text-align: left;
    }

    .layout03 .box-detail h5 {
        font-size: 18px;
        letter-spacing: 0.1em;
        min-width: 250px;
        padding: 15px 0px;
    }

    .layout03 .box-detail p {
        letter-spacing: 0.05em;
    }

    .layout03 .box-detail .lay02 p,
    .layout03 .box-detail .lay03 p {
        font-size: 16px;
    }

    .layout03 .box-detail .lay01 h6 {
        font-size: 20px;
        letter-spacing: 0.2em;
        margin-bottom: 25px;
    }

    .layout03 .box-detail .lay02 h6,
    .layout03 .box-detail .lay03 h6 {
        font-size: 18px;
        letter-spacing: 0.2em;
        min-width: 90%;
    }

    /* 角丸の内側で背景色をクリップして、はみ出しを止める */
    .layout03 .box-detail {
        overflow: hidden;
        /* ← visible にしてたら、ここで戻す */
    }

    /* SP：グループは折り返しOK */
    .layout03 .box-detail .terms span.group {
        white-space: normal;
    }

    /* 疾患名・治療名は途中で切らない */
    .layout03 .box-detail .terms span.group i {
        font-style: normal;
        white-space: nowrap;
    }
	
	.contents02 {
		margin-bottom: 60px;
	}
	
	 /*price*/
    .pricebtn {
        width: 92%;
        height: auto;
        margin-top: 30px;
        text-align: center;
    }

    .pricebtn img {
        width: 92%;
        height: auto;
    }

.left {
	width: 100%;
}

.left01 {
	width: 100%;
}
	
	
	

    .pc-view {
        display: none;
    }

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

}
