@charset "utf-8";

@media only screen and (max-width: 767px) {
    /*-----------------------------------------------------
        common
    -----------------------------------------------------*/
    body {
        font-size: 14px;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    img.sp,
    span.sp {
        display: inline-block;
    }
    .inner {
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }
    .btn_efc a:hover img {
        transform: translateY(1vw);
    }
    .tbl01,
    #contact table {
        font-size: 14px;
    }
    .tbl01 th,
    .tbl01 td,
    #contact th,
    #contact td {
        display: block;
        padding: 15px ;
        width: 100% !important;
        font-size: 13px;
        border: 0;
    }

    /* ラジオボタン
    -----------------------------------------------------*/
    input[type="radio"] + label::before {
        top: 1px;
    }
    input[type="radio"]:checked + label::after {
        top: 4px;
        left: 3px;
        width: 8px;
        height: 8px;
    }

    /* チェックボックス
    -----------------------------------------------------*/
    input[type="checkbox"]:checked + label:after {
        top: 3px;
    }

	/*-----------------------------------------------------
		header
	-----------------------------------------------------*/
	header:not(.fixed):not(.fixed_sp) {
		position: relative;
	}
	header:not(.fixed):not(.fixed_sp):not(.ws) {
		position: absolute;
	}
	header.fixed,
	header.fixed_sp {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		right: 0;
	}
	header .inner {
		height: auto;
	}
	header h1 {
		padding: 1vw 2% 1vw 2%;
	}
	header h1 img {
		height: 6vw;
	}
	header .info .tel {
		order: 1;
	}
	header .info p:nth-of-type(2) {
	    margin-left: 0;
	}
	header .info .button {
		order: 3;
	}
	header .info .button01 {
		order: 2;
	}
	header .info .tel img,
	header .info .button img {
		height: 13vw;
	}

    /*-----------------------------------------------------
        content
    -----------------------------------------------------*/
    #mainvisual,
    .sec,
    .cv {
        background: none !important;
    }
    #mainvisual {
        min-height: 125vw;
    }
    .sec,
    .cv {
        min-height: 33vw;
    }
    .ttlbox {
        background: none !important;
    }
	#sec03 {
		margin-top: -10vw;
	}

	#sec04 .toggle_btn{
		width: 2.5em;
		height: 2.5em;
		margin: 35px min(70px,4vw) 0 auto;
	}
	#sec04 .toggle_open{
		margin: 20px 3% 0;
	}

    /* .cv コンバージョンエリア
    -----------------------------------------------------*/
	.cv .tel,
	.cv .button {
		max-width: inherit;
	}
    .cv01 .tel {
        position: absolute;
        left: 4%;
        right: 4%;
        bottom: 5%;
    }
    .cv01 .button00 {
        position: absolute;
        left: 4%;
        right: 4%;
        bottom: 25.5%;
        margin: 0 auto;
    }
    .cv01 .button01 {
        position: absolute;
        left: 4%;
        right: 4%;
        bottom: 15%;
    }

	/* #reason 選ばれる理由
	-----------------------------------------------------*/
	#reason .ttlbox .inner {
		padding: 13vw 25% 6vw;
	}
	#reason .cntbox .inner {
		padding: 0 4% 10vw;
	}
	#reason .exp {
		margin-bottom: 10vw;
	}
	#reason .rsnbox .rsn {
		flex-direction: column;
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 53vw;
	}
	#reason .rsnbox .rsn:nth-of-type(n+2) {
		margin-top: 10vw;
	}
	#reason .rsnbox .rsn .txtbox {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#reason .rsnbox .rsn .txtbox .title {
		margin-bottom: 5vw;
	}
	#reason .rsnbox .rsn .txtbox .title dt {
		flex: 0 0 20%;
		max-width: 20%;
	}
	#reason .rsnbox .rsn .txtbox .title dd {
		font-size: 4.6vw;
	}
	#reason .rsnbox .rsn .txtbox .txt {
	    font-size: 3.5vw;
	    line-height: 1.8;
	    padding-right: 0;
	    margin: 11vw 0 0;
	    width: auto;
	}
	#reason .rsnbox.type-b .rsn .txtbox .title dd .cap {
		font-size: 3.8vw;
	}
	#reason .rsnbox.type-b .rsn .pic:after {
		right: -8vw;
		height: 52vw;
		width: 100%;
		top: 7vw;
	}
	#reason .rsnbox .rsn .txtbox .table {
		margin: 4vw 0 0;
	}

	/* タイプ別スタイル */
	#reason .rsnbox.type-b .rsn:nth-of-type(n+2) {
		margin-top: 9vw;
	}
	#reason .rsnbox.type-b .rsn .pic {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 2vw;
		left: 0;
		height: auto;
		position: relative;
		width: inherit;
		padding-right: 8%;
	}
	#reason .rsnbox.type-b .rsn .txtbox {
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 0;
	}
	#reason .rsnbox.type-b .rsn .txtbox .title {
		margin: 0;
	}
	#reason .rsnbox.type-b .rsn:nth-of-type(2n) .txtbox .title {
	    margin-left: 0;
	}
	#reason .rsnbox.type-b .rsn .txtbox .title dt {
		flex: 0 0 15%;
		max-width: 15%;
		margin-right: 3%;
		font-size: 11.5vw;
	}
	#reason .rsnbox.type-b .rsn .txtbox .title dd {
		flex: 0 0 80%;
		max-width: 80%;
	}
	#reason .rsnbox.type-b.altn .rsn:nth-of-type(2n) .txtbox {
		order: 1;
	}
	#reason .rsnbox.type-b.altn .rsn:nth-of-type(2n) .pic {
		order: 2;
	}
	#reason .rsnbox.type-b.rep-sp .rsn .txtbox {
		order: 2 !important;
		margin-top: 5vw;
	}
	#reason .rsnbox.type-b.rep-sp .rsn .pic {
		order: 1 !important;
		margin-top: 0;
	}

	/* #flow ～の流れ
	-----------------------------------------------------*/
	#flow .ttlbox .inner {
		padding: 10vw 4% 10vw;
	}
	#flow .cntbox .inner {
		padding: 10vw 4% 10vw;
	}
	#flow .exp {
		margin-bottom: 10vw;
	}
	#flow ol li:nth-child(n+2) {
		margin-top: 5vw;
	}
	#flow ol li:after {
		top: 50px;
		left: 22px;
		width: 2px;
	}
	#flow ol li .ini {
		padding: 3px 10px;
		width: 50px;
	    font-size: 13px;
	}
	#flow ol li .ini .min {
		font-size: 11px;
	}
	#flow ol li .flex {
	    padding: 5vw 3%;
	}
	#flow ol li .flex .txtbox {
		flex: 0 0 60%;
		max-width: 60%;
	}
	#flow ol li .flex .txtbox .title {
		margin-bottom: 2vw;
		font-size: 4.2vw;
    }
	#flow ol li .flex .txtbox .txt {
		font-size: 2.8vw;
	}
	#flow ol li .flex .pic {
		flex: 0 0 36%;
		max-width: 36%;
	}

	/* タイプ別スタイル */
	#flow ol.type-b li,
	#flow ol.type-d li {
		padding: 45px 0 0 50px;
	}
	#flow ol.type-b li .ini,
	#flow ol.type-c li .ini,
	#flow ol.type-d li .ini,
	#flow ol.type-e li .ini {
		width: 46px;
		height: 46px;
	}
	#flow ol.type-b li,
	#flow ol.type-d li {
		padding: 23px 0 0 23px;
	}
	#flow ol.type-c li,
	#flow ol.type-e li {
		padding: 0 0 0 23px;
	}
	#flow ol.type-b li .flex,
	#flow ol.type-d li .flex {
		padding: 7vw 5%;
	}
	#flow ol.type-c li .flex,
	#flow ol.type-e li .flex {
		padding: 30px 3% 30px 10%;
	}


	/* #faq よくある質問
	-----------------------------------------------------*/
	#faq .ttlbox .inner h2 {
		font-size: 7vw;
	}
	#faq .ttlbox .inner {
		padding-top: 14vw;
		padding-bottom: 10vw;
	}
	#faq .cntbox .inner {
		padding: 0 5% 12vw;
	}
	#faq .exp {
		margin-bottom: 20px;
	}
	#faq ul li {
		padding: 6vw 0;
	}
	#faq ul li:nth-child(n+2) {
		margin-top: 0;
	}
	#faq ul li .que {
		align-items: center;
	}
	#faq ul li .ans {
	    margin-top: 2vw;
	}
	#faq ul li .que .ini, #faq ul li .ans .ini {
		margin-right: 3%;
		flex: 0 0 11%;
	}
	#faq ul li .que .txt,
	#faq ul li .ans .txt {
		font-size: 3.6vw;
	}
	#faq ul li .que .txt {
		padding-top: 0;
	}
	#faq ul li .ans .txt {
		padding: 2.3vw 0;
	}
	#faq ul.pdown li .que:before, #faq ul.pdown li .que:after {
		right: 3%;
		width: 20px;
		height: 20px;
		background-size: 100% auto;
	}

    /* #contact フォーム
    -----------------------------------------------------*/
    #contact .cntbox .inner {
        padding: 10vw 4%;
        min-height: 400px;
    }
    #contact .exp {
        margin-bottom: 10vw;
    }
    #contact table {
        margin-bottom: 30px;
    }
    #contact tr {
        margin-bottom: 20px;
        padding: 0;
    }
    #contact tr:last-child {
        margin-bottom: 0;
    }
    #contact tr {
        display: block;
        margin: 0;
    }
    #contact th,
    #contact td {
        display: block;
        width: 100%;
    }
    #contact td input,
    #contact td input.lng,
    #contact td textarea {
        width: 100%;
    }
    #contact td select {
        width: 110px;
    }
    #contact button[type="submit"],
    #contact button[type="button"] {
        width: auto !important;
    }

    #contact td .note {
        font-size: 13px;
    }

	/* #info 医院のご案内 / #access 医院へのアクセス
	-----------------------------------------------------*/
	#info .ttlbox .inner h2 {
		font-size: 7vw;
	}
	#info .ttlbox .inner {
		padding: 17vw 4% 8vw;
	}
	#info .ttlbox h2 img,
    #law .ttlbox h2 img {
    	height: 5vw;
    }
	#info .cntbox .inner {
		padding: 0 4% 6vw;
	}
	#info .cntbox .logo {
		margin: 0 32% 6vw;
	}
	#info .cntbox .adr {
		font-size: 4vw;
	}
	#access .ttlbox .inner h2 {
		font-size: 7vw;
	}
	#access .ttlbox .inner {
		padding: 6vw 5% 10vw;
	}
	#access .cntbox .inner {
		padding: 0 5vw 12vw;
	}
	#access .gmap {
		margin: 0 -5vw 10vw;
	}
	#access .gmap iframe {
		height: 92vw;
	}
	#access .cntbox .txtbox {
		margin: 0 0% 6vw;
		text-align: left;
	}
	#access .cntbox .txtbox::after{
		top: 00vw;
		right: -5vw;
		height: 56vw;
		width:23vw;
	}
	#access .cntbox .cap {
		font-size: 3.6vw;
		margin-bottom: 3vw;
	}
	#access .cntbox .acc {
		font-size: 3.5vw;
		margin-bottom: 2vw;
	}
	#access .cntbox .txt {
		font-size: 2.8vw;
	}
	#access .cntbox .cmp {
		margin-bottom: 4vw;
	}
	#access .cntbox .tel {
		margin-bottom: 7vw;
	}
	#access .cntbox table {
		border-left: 1px solid #d6d6d6;
		border-top: 1px solid #d6d6d6;
	}
	#access .cntbox table tbody {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
	}
	#access .cntbox table tr,
	#access .cntbox table th,
	#access .cntbox table td {
		display: block;
	}
	#access .cntbox table tr {
		width: 35%;
	}
	#access .cntbox table tr:first-of-type {
		width: 30%;
	}
	#access .cntbox table th,
	#access .cntbox table td {
		width: 100%;
		border-left: 0;
		border-top: 0;
		font-size: 4vw;
	}
	#access .cntbox table th {
		padding: 6vw 2%;
		font-size: 3.4vw;
    }
	#access .cntbox table td {
		padding: 2.75vw 3%;
	}
	#access .cntbox .note {
		margin-top: 5vw;
		font-size: 2.9vw;
	}
	.tbl01 td, #contact td {
		border: 1px solid #d4d0c7;
		background: #fff;
	}
	.tbl01 th, #contact th {
		border: 1px solid #d4d0c7;
	}

	/*-----------------------------------------------------
		company 会社概要
	-----------------------------------------------------*/
	#company .cntbox .inner {
		padding: 10vw 4% 10vw;
	}

	/*-----------------------------------------------------
		privacy プライバシーポリシー
	-----------------------------------------------------*/
	#privacy .ttlbox .inner {
		padding: 10vw 4% 10vw;
	}
	#privacy .cntbox .inner {
		padding: 10vw 4% 10vw;
	}

    /*-----------------------------------------------------
        footer
    -----------------------------------------------------*/
	footer .sitemap {
		font-size: 14px;
		flex-wrap: wrap;
	}
	footer .sitemap .inner {
		padding: 3vw 4%;
	}
	footer .sitemap ul li {
		margin: 0.5em 0;
	}
    footer .sitemap ul li:before,
    footer .sitemap ul li:last-child:after {
        content: none;
    }
    footer .copyright {
        font-size: 10px;
    }
    footer .copyright .inner {
		padding: 3vw 4%;
	}
    #page-top {
        bottom: 18vw;
        width: 50px;
    }
    .floatbox:not(.fixed):not(.fixed_sp) {
        position: static;
    }
    .floatbox.fixed,
    .floatbox.fixed_sp {
        position: fixed;
        z-index: 9999;
        bottom: 0;
        left: 0;
        right: 0;
    }

	/* タイプ別スタイル */
	footer .inner.type-col {
		flex-direction: column;
	}

    /*-----------------------------------------------------
        confirm 内容確認 / thanks 送信完了
    -----------------------------------------------------*/
    .confirm #contact .exp,
    .thanks #contact .exp {
        text-align: left;
    }
    .confirm #contact .btnbox {
        display: block;
    }
    .confirm #contact button[type="submit"] {
        order: 1;
        margin-left: auto;
        margin-right: auto;
    }
    .confirm #contact button[type="button"] {
        order: 2;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }

	/*-----------------------------------------------------
		modal
	-----------------------------------------------------*/
	#modalForm {
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		width: auto !important;
		height: auto !important;
		padding: 8vw 3.5vw 12vw;
	}
	/*スクロールバー全体*/
	#modalForm::-webkit-scrollbar {
		width: 2.5vw;
	}
	#modalCloseArea span.modalClose {
		top: 0;
		right: 0;
		width: 12vw;
		max-width: 45px;
	}
}
@charset "utf-8";

@media only screen and (max-width: 767px) {
    /*-----------------------------------------------------
        common
    -----------------------------------------------------*/
    body {
        font-size: 14px;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    img.sp,
    span.sp {
        display: inline-block;
    }
    .inner {
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }
    .btn_efc a:hover img {
        transform: translateY(1vw);
    }
    .tbl01,
    #contact table {
        font-size: 14px;
    }
    .tbl01 th,
    .tbl01 td,
    #contact th,
    #contact td {
        display: block;
        padding: 15px ;
        width: 100% !important;
        font-size: 13px;
        border: 0;
    }

    /* ラジオボタン
    -----------------------------------------------------*/
    input[type="radio"] + label::before {
        top: 1px;
    }
    input[type="radio"]:checked + label::after {
        top: 4px;
        left: 3px;
        width: 8px;
        height: 8px;
    }

    /* チェックボックス
    -----------------------------------------------------*/
    input[type="checkbox"]:checked + label:after {
        top: 3px;
    }

	/*-----------------------------------------------------
		header
	-----------------------------------------------------*/
	header:not(.fixed):not(.fixed_sp) {
		position: relative;
	}
	header:not(.fixed):not(.fixed_sp):not(.ws) {
		position: absolute;
	}
	header.fixed,
	header.fixed_sp {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		right: 0;
	}
	header .inner {
		height: auto;
	}
	header h1 {
		padding: 1vw 2% 1vw 2%;
	}
	header h1 img {
		height: 6vw;
	}
	header .info .tel {
		order: 1;
	}
	header .info p:nth-of-type(2) {
	    margin-left: 0;
	}
	header .info .button {
		order: 3;
	}
	header .info .button01 {
		order: 2;
	}
	header .info .tel img,
	header .info .button img {
		height: 13vw;
	}

    /*-----------------------------------------------------
        content
    -----------------------------------------------------*/
    #mainvisual,
    .sec,
    .cv {
        background: none !important;
    }
    #mainvisual {
        min-height: 125vw;
    }
    .sec,
    .cv {
        min-height: 33vw;
    }
    .ttlbox {
        background: none !important;
    }
	#sec03 {
		margin-top: -10vw;
	}

    /* .cv コンバージョンエリア
    -----------------------------------------------------*/
	.cv .tel,
	.cv .button {
		max-width: inherit;
	}
    .cv01 .tel {
        position: absolute;
        left: 4%;
        right: 4%;
        bottom: 5%;
    }
    .cv01 .button00 {
        position: absolute;
        left: 4%;
        right: 4%;
        bottom: 25.5%;
        margin: 0 auto;
    }
    .cv01 .button01 {
        position: absolute;
        left: 4%;
        right: 4%;
        bottom: 15%;
    }

	/* #reason 選ばれる理由
	-----------------------------------------------------*/
	#reason .ttlbox .inner {
		padding: 13vw 25% 6vw;
	}
	#reason .cntbox .inner {
		padding: 0 4% 3vw;
	}
	#reason .exp {
		margin-bottom: 10vw;
	}
	#reason .rsnbox .rsn {
		flex-direction: column;
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 53vw;
	}
	#reason .rsnbox .rsn:nth-of-type(n+2) {
		margin-top: 10vw;
	}
	#reason .rsnbox .rsn .txtbox {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#reason .rsnbox .rsn .txtbox .title {
		margin-bottom: 5vw;
	}
	#reason .rsnbox .rsn .txtbox .title dt {
		flex: 0 0 20%;
		max-width: 20%;
	}
	#reason .rsnbox .rsn .txtbox .title dd {
		font-size: 4.6vw;
	}
	#reason .rsnbox .rsn .txtbox .txt {
	    font-size: 3.5vw;
	    line-height: 1.8;
	    padding-right: 0;
	    margin: 11vw 0 0;
	    width: auto;
	}
	#reason .rsnbox .rsn:nth-of-type(2n) .txtbox .txt {
	    margin-left: 0;
	}
	#reason .rsnbox.type-b .rsn .txtbox .title dd .cap {
		font-size: 3.8vw;
	}
	#reason .rsnbox.type-b .rsn .pic:after {
		right: -8vw;
		height: 52vw;
		width: 100%;
		top: 7vw;
	}
	#reason .rsnbox .rsn .txtbox .table {
		margin: 4vw 0 0;
	}

	/* タイプ別スタイル */
	#reason .rsnbox.type-b .rsn:nth-of-type(n+2) {
		margin-top: 11vw;
	}
	#reason .rsnbox.type-b .rsn .pic {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 2vw;
		left: 0;
		height: auto;
		position: relative;
		width: inherit;
		padding-right: 8%;
	}
	#reason .rsnbox.type-b .rsn .txtbox {
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 0;
	}
	#reason .rsnbox.type-b .rsn .txtbox .title {
		margin: 0;
	}
	#reason .rsnbox.type-b .rsn:nth-of-type(2n) .txtbox .title {
	    margin-left: 0;
	}
	#reason .rsnbox.type-b .rsn .txtbox .title dt {
		flex: 0 0 15%;
		max-width: 15%;
		margin-right: 3%;
		font-size: 11.5vw;
	}
	#reason .rsnbox.type-b .rsn .txtbox .title dd {
		flex: 0 0 80%;
		max-width: 80%;
	}
	#reason .rsnbox.type-b.altn .rsn:nth-of-type(2n) .txtbox {
		order: 1;
	}
	#reason .rsnbox.type-b.altn .rsn:nth-of-type(2n) .pic {
		order: 2;
	}
	#reason .rsnbox.type-b.rep-sp .rsn .txtbox {
		order: 2 !important;
		margin-top: 5vw;
	}
	#reason .rsnbox.type-b.rep-sp .rsn .pic {
		order: 1 !important;
		margin-top: 0;
	}

	/* #flow ～の流れ
	-----------------------------------------------------*/
	#flow .ttlbox .inner {
		padding: 10vw 4% 10vw;
	}
	#flow .cntbox .inner {
		padding: 10vw 4% 10vw;
	}
	#flow .exp {
		margin-bottom: 10vw;
	}
	#flow ol li:nth-child(n+2) {
		margin-top: 5vw;
	}
	#flow ol li:after {
		top: 50px;
		left: 22px;
		width: 2px;
	}
	#flow ol li .ini {
		padding: 3px 10px;
		width: 50px;
	    font-size: 13px;
	}
	#flow ol li .ini .min {
		font-size: 11px;
	}
	#flow ol li .flex {
	    padding: 5vw 3%;
	}
	#flow ol li .flex .txtbox {
		flex: 0 0 60%;
		max-width: 60%;
	}
	#flow ol li .flex .txtbox .title {
		margin-bottom: 2vw;
		font-size: 4.2vw;
    }
	#flow ol li .flex .txtbox .txt {
		font-size: 2.8vw;
	}
	#flow ol li .flex .pic {
		flex: 0 0 36%;
		max-width: 36%;
	}

	/* タイプ別スタイル */
	#flow ol.type-b li,
	#flow ol.type-d li {
		padding: 45px 0 0 50px;
	}
	#flow ol.type-b li .ini,
	#flow ol.type-c li .ini,
	#flow ol.type-d li .ini,
	#flow ol.type-e li .ini {
		width: 46px;
		height: 46px;
	}
	#flow ol.type-b li,
	#flow ol.type-d li {
		padding: 23px 0 0 23px;
	}
	#flow ol.type-c li,
	#flow ol.type-e li {
		padding: 0 0 0 23px;
	}
	#flow ol.type-b li .flex,
	#flow ol.type-d li .flex {
		padding: 7vw 5%;
	}
	#flow ol.type-c li .flex,
	#flow ol.type-e li .flex {
		padding: 30px 3% 30px 10%;
	}


	/* #faq よくある質問
	-----------------------------------------------------*/
	#faq .ttlbox .inner h2 {
		font-size: 6.2vw;
	}
	#faq .ttlbox .inner {
		padding: 8vw 4% 10vw;
	}
	#faq .cntbox .inner {
		padding: 0 5% 12vw;
	}
	#faq .exp {
		margin-bottom: 20px;
	}
	#faq ul li {
		padding: 4.25vw 0;
	}
	#faq ul li:nth-child(n+2) {
	}
	#faq ul li .que {
		align-items: center;
	}
	#faq ul li .ans {
	    margin-top: 2vw;
	}
	#faq ul li .que .ini, #faq ul li .ans .ini {
		margin-right: 3%;
		flex: 0 0 11%;
	}
	#faq ul li .que .txt,
	#faq ul li .ans .txt {
		font-size: 3.6vw;
	}
	#faq ul li .que .txt {
		padding-top: 0;
	}
	#faq ul li .ans .txt {
		padding: 2.3vw 0;
	}
	#faq ul.pdown li .que:before, #faq ul.pdown li .que:after {
		right: 3%;
		width: 20px;
		height: 20px;
		background-size: 100% auto;
	}

    /* #contact フォーム
    -----------------------------------------------------*/
    #contact .cntbox .inner {
        padding: 10vw 4%;
        min-height: 400px;
    }
    #contact .exp {
        margin-bottom: 10vw;
    }
    #contact table {
        margin-bottom: 30px;
    }
    #contact tr {
        margin-bottom: 20px;
        padding: 0;
    }
    #contact tr:last-child {
        margin-bottom: 0;
    }
    #contact tr {
        display: block;
        margin: 0;
    }
    #contact th,
    #contact td {
        display: block;
        width: 100%;
    }
    #contact td input,
    #contact td input.lng,
    #contact td textarea {
        width: 100%;
    }
    #contact td select {
        width: 110px;
    }
    #contact button[type="submit"],
    #contact button[type="button"] {
        width: auto !important;
    }

    #contact td .note {
        font-size: 13px;
    }

	/* #info 医院のご案内 / #access 医院へのアクセス
	-----------------------------------------------------*/
	#info .ttlbox .inner h2 {
		font-size: 6.2vw;
	}
	#info .ttlbox .inner {
		padding: 15vw 4% 7vw;
	}
	#info .ttlbox h2 img,
    #law .ttlbox h2 img {
    	height: 5vw;
    }
	#info .cntbox .inner {
		padding: 0 4% 6vw;
		flex-direction: column;
	}
	#info .cntbox .info {
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	#info .cntbox .logo {
		margin: 0 32% 6vw;
	}
	#info .cntbox .adr {
		font-size: 2.8vw;
	}
	#access .ttlbox .inner h2 {
		font-size: 6.2vw;
	}
	#access .ttlbox .inner {
		padding: 7vw 5% 10vw;
	}
	#access .cntbox .inner {
		padding: 0 0 5vw;
		flex-direction: column;
	}
	#access .gmap {
		margin: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#access .gmap iframe {
		height: 92vw;
	}
	#access .info {
	    flex: 0 0 100%;
	    max-width: 100%;
	    padding: 9vw 4% 0;
	}
	#access .cntbox .txtbox {
		margin: 0 0 6vw;
		text-align: left;
	}
	#access .cntbox .cap {
		font-size: 3.8vw;
		margin-bottom: 3vw;
	}
	#access .cntbox .acc {
		font-size: 3.6vw;
		margin-bottom: 2vw;
	}
	#access .cntbox .txt {
		font-size: 2.8vw;
	}
	#access .cntbox .cmp {
		margin-bottom: 4vw;
	}
	#access .cntbox .tel {
		margin-bottom: 8vw;
	}
	#access .cntbox .timetable {
	margin: 0 6%;
	}
	#access .cntbox table {
		border-left: 1px solid #d6d6d6;
		border-top: 1px solid #d6d6d6;
	}
	#access .cntbox table tbody {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
	}
	#access .cntbox table tr,
	#access .cntbox table th,
	#access .cntbox table td {
		display: block;
	}
	#access .cntbox table tr {
		width: 65%;
	}
	#access .cntbox table tr:first-of-type {
		width: 35%;
	}
	#access .cntbox table th,
	#access .cntbox table td {
		width: 100%;
		border-left: 0;
		border-top: 0;
		font-size: 4vw;
	}
	#access .cntbox table th {
		padding: 7vw 2%;
		font-size: 3.4vw;
		}
	#access .cntbox table td {
		padding: 2.65vw 3%;
	}
	#access .cntbox .note {
		margin-top: 5vw;
		font-size: 2.9vw;
	}
	.tbl01 td, #contact td {
		border: 1px solid #d4d0c7;
		background: #fff;
	}
	.tbl01 th, #contact th {
		border: 1px solid #d4d0c7;
	}

	/*-----------------------------------------------------
		company 会社概要
	-----------------------------------------------------*/
	#company .cntbox .inner {
		padding: 10vw 4% 10vw;
	}

	/*-----------------------------------------------------
		privacy プライバシーポリシー
	-----------------------------------------------------*/
	#privacy .ttlbox .inner {
		padding: 10vw 4% 10vw;
	}
	#privacy .cntbox .inner {
		padding: 10vw 4% 10vw;
	}

    /*-----------------------------------------------------
        footer
    -----------------------------------------------------*/
	footer .sitemap {
		font-size: 14px;
		flex-wrap: wrap;
	}
	footer .sitemap .inner {
		padding: 3vw 4%;
	}
	footer .sitemap ul li {
		margin: 0.5em 0;
	}
    footer .sitemap ul li:before,
    footer .sitemap ul li:last-child:after {
        content: none;
    }
    footer .copyright {
        font-size: 10px;
    }
    footer .copyright .inner {
		padding: 3vw 4%;
	}
    #page-top {
        bottom: 18vw;
        width: 50px;
    }
    .floatbox:not(.fixed):not(.fixed_sp) {
        position: static;
    }
    .floatbox.fixed,
    .floatbox.fixed_sp {
        position: fixed;
        z-index: 9999;
        bottom: 0;
        left: 0;
        right: 0;
    }

	/* タイプ別スタイル */
	footer .inner.type-col {
		flex-direction: column;
	}

    /*-----------------------------------------------------
        confirm 内容確認 / thanks 送信完了
    -----------------------------------------------------*/
    .confirm #contact .exp,
    .thanks #contact .exp {
        text-align: left;
    }
    .confirm #contact .btnbox {
        display: block;
    }
    .confirm #contact button[type="submit"] {
        order: 1;
        margin-left: auto;
        margin-right: auto;
    }
    .confirm #contact button[type="button"] {
        order: 2;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }

	/*-----------------------------------------------------
		modal
	-----------------------------------------------------*/
	#modalForm {
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		width: auto !important;
		height: auto !important;
		padding: 8vw 3.5vw 12vw;
	}
	/*スクロールバー全体*/
	#modalForm::-webkit-scrollbar {
		width: 2.5vw;
	}
	#modalCloseArea span.modalClose {
		top: 0;
		right: 0;
		width: 12vw;
		max-width: 45px;
	}
}
