/* CSS Document */
*{
	margin:0;
	padding:0;
}
html{
	font-family: -apple-system, BlinkMacSystemFont, "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "Yu Gothic M", "ŸàƒSƒVƒbƒN Medium", "Yu Gothic Medium", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ƒqƒ‰ƒMƒmŠpƒS ProN", "Hiragino Kaku Gothic ProN", "ƒqƒ‰ƒMƒmŠpƒS Pro", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #000;
	font-size: 14px;	
}
table th,table td{
    font-size: 14px;
	-webkit-text-size-adjust: 100%;
}
.center{
    text-align: center;
}
.mini{
    font-size: 12px;
}
.white{
    color:white;
}
.wrapper{
	width:100%;
	overflow:hidden;
}
main{
    padding-top:70px;
}
.wrapper header {
    /*background: url(../images/header_bg.gif) repeat;*/
	background: white;
    position: fixed;
    width: 100%;
    z-index: 9998;
	height: 70px;
	
}
.wrapper header .header_inner{
	width:95%;
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.wrapper header .h1{
	background: url(../images/header_bg.png) no-repeat;
    background-size: cover;
    margin-bottom: 3px;
    /*overflow: auto;
    white-space: nowrap;*/
}
.wrapper header .h1 h1 {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 11px;
    color: #3F2622;
    padding: 5px 0;
    font-weight: normal;
	position: relative;
	z-index: 1;
}
.wrapper header .h1 h1 span{
	position: absolute;
    color:#66ccff;
	left:0;
	top:3px;
	z-index: -1;
}
.wrapper header .header_inner .header_left {
    float: left;
    margin-right:20px;
}
.wrapper header .header_inner .logo img {
    width: 260px;
    height: auto;
}
.wrapper header .header_inner .header_menu {
    display: flex;
    display: flex;
    float: right;
	align-items: center;
	margin-top: 2px;
}
.wrapper header .header_inner .header_menu li a {
    color: #3f2622;
    display: block;
    text-align: center;
    padding: 7px 9px 0px;
    line-height: 1.3;
    transition: 0.4s;
    letter-spacing: 1px;
    text-decoration: none;
}
.wrapper header .header_inner ul.header_menu li a.system {
    color: white;
    display: block;
    font-weight: normal;
    position: relative;
    border-radius: 23px;
    /* background: #3d2723; */
    background: #00a3d7;
    background-image: url(../images/icon_system.svg);
    background-repeat: no-repeat;
    background-position: left 16px center;
    background-size: 20px;
    transition: 0.4s;
    padding: 4px 17px 1px 45px;
    margin-left: 10px;
    border: 4px double #223a70;
}
.wrapper header .header_inner ul.header_menu a.system:hover {
    opacity: 0.9;
}
.wrapper header .header_inner .header_menu li a.tel img{
    width:130px;
}
.wrapper header .header_inner .header_menu li a.tel{
	padding: 0px 9px 0px;
}
/*.wrapper header .header_inner .header_menu li a.tel {
    color: #00a3d7;
    padding: 0;
    line-height: 1;
    transition: 0.4s;
    text-decoration: none;
	margin-bottom: 3px;
    font-size: 15px;
	font-weight: bold;
}
.wrapper header .header_inner .header_menu li a.tel span{
    font-size: 13px;
	margin-right:3px;
}
.wrapper header .header_inner .header_menu li a.tel:hover {
    color: #3f2622;
}*/
.wrapper header .header_inner .header_menu li a:hover {
    color: #00a3d7;
}
.wrapper header .header_inner .menu_sp{
	display:none;
}
.wrapper footer {
    background: #ffc617;
    padding: 25px 0 20px;
}
.wrapper footer .footer_inner{
	text-align: center;
}
.wrapper footer .footer_inner{
	text-align: center;
}
.wrapper footer .footer_inner p.name{
	font-weight: bold;
	margin-bottom:10px;
}
.wrapper footer .footer_inner p a{
	text-decoration: none;
	color: black;
}
.wrapper footer .footer_inner p.copy{
	font-size: 12px;
	margin-top:30px;
}
.wrapper main article{
    margin: 0;
    padding: 0;
}
.wrapper section p span.red {
    color: red;
    font-weight: bold;
}
.wrapper section {
    padding: 30px 0;
}
.wrapper section.sec_clinic,
.wrapper section.sec_drc{
	padding: 50px 0 30px;
}
.wrapper section.sec_medical {
    padding: 25px 0 50px;
    background: #f9fff7 !important;
}
.wrapper section.sec_info{
    background: #ffc617;
}
.wrapper section.sec_white{
    background: #a5e8d9;
}
.wrapper section.sec_clinic{
    background: #ffd0e7;
}
.wrapper section.sec_aten{
    background: #f9f5ff;
}
.wrapper section.sec_new {
    padding: 0px;
}
.wrapper section .section_inner {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px 0;
}
.wrapper section.mainimg .section_inner {
    max-width: none;
}
.wrapper section.mainimg {
    width: 100%;
    background: url(../images/mainimg.jpg) no-repeat center;
    background-size: cover;
    height: 500px;
    position: relative;
}
.wrapper section.mainimg .message{
    position: absolute;
    top:0px;
}
/*.wrapper section.mainimg .message .ms a {
	background:white;
    margin-bottom: 10px;
    padding: 11px 15px 9px;
    box-sizing: border-box;
    max-width: 100%;
    display: block;
    text-decoration: none;
    color: #3d2723;
    border-radius: 10px;
    line-height: 1.4;
    border: 1px solid #66ccff;
    font-size: 15px;
}*/
.wrapper section.mainimg .message .ms a {
    background: url(../images/bg_ms.png) no-repeat center;
    margin-bottom: 10px;
    padding: 13px 12px 10px;
    box-sizing: border-box;
    width: 240px;
    height: 61px;
    background-size: cover;
    max-width: 100%;
    display: block;
    text-decoration: none;
    color: white;
    line-height: 1.3;
    font-size: 14px;
}
.wrapper section.mainimg .message .ms.cozy a {
    margin-top: 50px;
}
.wrapper section.mainimg .message .ms.alice a {
    background: url(../images/bg_ms2.png) no-repeat center;
    background-size: cover;
    text-align: center;
    font-size: 20px;
    padding: 7px 12px 5px;
    width: 150px;
    height: 38px;
    position: fixed;
    z-index: 999;
}
.wrapper section.mainimg .message .ms a:hover {
    opacity: 0.9;
}
.wrapper section.mainimg .message .ms{
    position: relative;
}
.wrapper section.mainimg .message .ms p.more{
	position: absolute;
    font-size: 12px;
    right:15px;
	top:13px;
	font-weight: bold;
}
.wrapper section.mainimg .bnr_sakae{
    position: absolute;
    bottom:30px;
    right:0;
}
.wrapper section.mainimg .bnr_sakae a {
    background: #d76fa0;
    padding: 6px 11px;
    box-sizing: border-box;
    max-width: 100%;
    display: block;
    text-decoration: none;
    color: white;
    line-height: 1.4;
    font-size: 16px;
	width: 280px;
}
.wrapper section.mainimg .bnr_sasashima{
    position: absolute;
    bottom:100px;
    right:0;
}
.wrapper section.mainimg .bnr_sasashima a {
    background: #37a3c7;
    padding: 6px 11px;
    box-sizing: border-box;
    max-width: 100%;
    display: block;
    text-decoration: none;
    color: white;
    line-height: 1.4;
    font-size: 16px;
	width: 280px;
}
.wrapper section.mainimg .bnr_sasashima a span.arrow {
    margin-left: 2.6em;
}
.wrapper section.mainimg a span.arrow {
    font-size: 13px;
    margin-left: 1em;
    vertical-align: middle;
}
.wrapper section.mainimg .bnr_sakae a span.small{
    font-size: 14px;
}
.wrapper section.mainimg .bnr_sakae a:hover,
.wrapper section.mainimg .bnr_sasashima a:hover{
    opacity: 0.9;
}
.wrapper section .section_inner .left_contents,
.wrapper section .section_inner .right_contents{
	width:48.7%;
	background: white;
	box-shadow: 0px 0px 5px lightgray;
}
.wrapper section .section_inner .left_contents {
    float: left;
}
.wrapper section .section_inner .right_contents{
	float:right;
}
.wrapper section.sec_new {
    display: flex;
	justify-content:center;
	max-width: 90%;
    width: 860px;
    margin: 40px auto 0;
	gap:20px;
}
.wrapper section.sec_new p.whatnew{
    color: #223a70;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 1.5em;
    vertical-align: top;
    font-size: 23px;
	font-family: serif;
}
.wrapper section.sec_new table th{
    padding:15px 10px 15px 20px;
	font-weight: normal;
}
.wrapper section.sec_new table td {
    padding:15px 20px;
    line-height: 1.5em;
    vertical-align: middle;
	border-top: 1px solid #66ccff;
	box-sizing: border-box;
}
.wrapper section.sec_new table tr {
	border-top: 1px solid #66ccff;
}
.wrapper section.sec_new table tr.last {
	border-bottom: 1px solid #66ccff;
}
.wrapper section.sec_drc,
.wrapper section.sec_dra,
.wrapper section.sec_medical{
	background:white;
}
.wrapper section.sec_drc .section_inner div.drimg,
.wrapper section.sec_dra .section_inner div.drimg {
    display: flex;
    width: 100%;
    justify-content: center;
	position: relative;
}
.wrapper section.sec_drc .section_inner div.drimg img,
.wrapper section.sec_dra .section_inner div.drimg img{
    float: left;
	object-fit: contain;
}
.wrapper section .section_inner div.drimg img.drtxt{
    width:390px;
}
.wrapper section .section_inner div.heading {
    margin: 20px 0;
}
.wrapper section.sec_drc .section_inner div.heading p{
	background: #ebf6fa;
	font-size: 20px !important;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	line-height: 1.7;
	border-radius: 10px;
	font-family: "Ÿà–¾’©‘Ì", YuMincho, "Ÿà–¾’©", "Yu Mincho", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ƒqƒ‰ƒMƒm–¾’© ProN", "Hiragino Mincho ProN", "ƒqƒ‰ƒMƒm–¾’© Pro", "Hiragino Mincho Pro", "HGS–¾’©E", "‚l‚r ‚o–¾’©", "MS PMincho";
}
.wrapper div.medical_heading p{
	background: #e0f8d8;
    /*background: #eafae5;*/
	font-size: 20px !important;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	line-height: 1.7;
	border-radius: 10px;
}
.wrapper div.medical_heading {
    position: relative;
    padding-top: 100px;
    width: 700px;
    margin: 0 auto;
    max-width: 100%;
}
.wrapper div.medical_heading img {
    position: absolute;
    width: 300px;
    top: 30px;
}
section .section_inner ul.sns {
    display: flex;
	position: absolute;
	bottom: 30px;
	left:20%;
}
section .section_inner ul.sns li {
    width: 30px;
    margin: 0 5px;
}
section .section_inner ul.sns li img{
    width:100%;
}
section .section_inner div.menu {
    width: 100%;
    display: flex;
    clear: both;
    justify-content: center;
    flex-wrap: wrap;
}
.wrapper section .section_inner div.menu .menu_list {
    width: 33%;
    margin: 15px 0 0;
    border-right: 1px dotted #66ccff;
    box-sizing: border-box;
    padding: 0 1%;
	display: flex;
    flex-direction: column;
}
.wrapper section.sec_dra .section_inner div.menu .menu_list {
    border-right: 1px dotted #ff7200;
}
.wrapper section.sec_medical .section_inner div.menu .menu_list {
    border-right: 1px dotted #6fa14b;
}
.wrapper section.sec_drc .section_inner div.menu .menu_list:last-child{
        border-right: none !important;
    }
.wrapper section .section_inner div.menu .menu_list:nth-child(3n) ,
.wrapper section .section_inner div.menu .menu_list.bnone{
    border-right: none;
}
.wrapper section .section_inner div.menu .menu_list a{
	text-decoration: none;
}
.wrapper section .section_inner div.menu .menu_list div.title{
	display: table;
	width: 100%;
	background: #ebf6fa;
	height: 50px;
}
.wrapper section .section_inner div.menu .menu_list div.title p{
	display: table-cell;
	vertical-align: middle;
    color:#00a3d7;
	font-weight: bold;
	font-size:20px;
	text-align: center;
	line-height: 1.5;
}
.wrapper section.sec_dra .section_inner div.menu.orange .menu_list div.title{
    background: #fff1e3;
}
.wrapper section.sec_dra .section_inner div.menu.orange .menu_list div.title p{
    color: orange;
}
.wrapper section.sec_dra .section_inner div.menu.orange .menu_list div.box_text a:hover {
    background: #ff7200;
	transition-duration: 0.3s;
}
.wrapper section.sec_medical .section_inner div.menu .menu_list div.title{
    background: #e0f8d8;
}
.wrapper section.sec_medical .section_inner div.menu .menu_list div.title p{
    color: #7db853;
}
.wrapper section .section_inner div.menu .menu_list div.box_text {
    padding: 18px 10px 20px 10px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.5;
    color: black;
    flex-grow: 1;
    margin: 0px auto;
    display: block;
}
.wrapper section .section_inner div.menu .menu_list div.box_text.double {
    padding: 18px 45px 20px;
}
.wrapper section .section_inner div.menu .menu_list p.btnn{
	margin-bottom: 20px;
	padding: 8px 0;
}
.wrapper section .section_inner div.menu .menu_list div.box_text p{
    text-align: left;
}
.wrapper section .section_inner div.menu .menu_list div.box_text span.lineh{
    margin-bottom: 12px;
	display: block;
}
.wrapper section .section_inner div.menu .menu_list div.box_text ul li {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}
.wrapper section .section_inner div.menu .menu_list div.box_text ul li.double {
    text-indent: -2em;
    padding-left: 2em;
}
.wrapper section .section_inner div.menu .menu_list div.box_text ul li.four {
    text-indent: -5em;
    padding-left: 5em;
}
.wrapper section .section_inner div.menu .menu_list div.box_text ul li.specialty {
    text-align: center;
    background: #f2f2f2;
    margin-bottom: 8px;
    border-radius: 17px;
    border: 1px solid gray;
    line-height: 1.5;
    padding: 2px 13px 0 13px;
    text-indent: 0em;
}
.wrapper section .section_inner div.menu .menu_list div.box_text p.pccenter,
.wrapper section .section_inner div.menu .menu_list div.box_text p.center{
    text-align: center;
}
.wrapper section .section_inner div.menu .menu_list div.box_text p.center.mt{
    margin-top:12px;
}
.wrapper section .section_inner div.menu .menu_list div.btn {
    margin-bottom: 20px;
    display: block;
}
.wrapper section .section_inner div.menu .menu_list div.btn a {
    padding: 8px 0;
    background: #2fc7f8;
    color: white;
    border-radius: 20px;
    position: relative;
    width: 130px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.wrapper section.sec_dra .section_inner div.menu.orange .menu_list div.btn a {
    background:orange;
}
.wrapper section.sec_medical .section_inner div.menu .menu_list div.btn a {
    background: #7db853;
}
.wrapper section .section_inner div.menu .menu_list div.btn a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    right: 20px;
    top: calc(50% - 1px);
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);
    color: inherit;
}
.wrapper section .section_inner div.menu .menu_list div.btn a:hover {
    background: #00a3d7;
	transition-duration: 0.3s;
}
.wrapper section.sec_dra .section_inner div.menu .menu_list div.btn a:hover {
    background: #d76fa0;
	transition-duration: 0.3s;
}
.wrapper section.sec_medical .section_inner div.menu .menu_list div.btn a:hover {
    background: #6fa14b;
	transition-duration: 0.3s;
}
.wrapper section.sec_aten .section_inner .wide_contents {
    box-shadow: 0px 0px 5px lightgray;
    background: white;
    display: inline-block;
    width: 100%;
}
.wrapper section.sec_aten.second .section_inner .wide_contents{
    background: none;
}
.wrapper section.sec_aten .section_inner .wide_contents h3 {
    background:rgba(195, 186, 226, 0.5);
}
.wrapper section.sec_aten.second .section_inner .wide_contents h3 {
    background: rgba(255,255,255,0.8);
}
.wrapper section.sec_aten .section_inner .wide_contents p.title {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.8;
    margin:40px auto 40px;
}
.wrapper section.sec_aten .section_inner .wide_contents .img{
    text-align: center;
    background: rgba(249,245,255,0.6);
    padding: 33px 0;
}
.wrapper section.sec_aten.second .section_inner .wide_contents .img {
    background: rgba(255,255,255,0.8);
}
.wrapper section.sec_aten .section_inner .wide_contents .img img{
    max-width: 100%;
}
.wrapper section.sec_aten .section_inner .wide_contents .publish{
    margin: 40px auto 10px;
    width: 90%;
	text-align: center;
}
.wrapper section.sec_aten .section_inner .wide_contents p.txt{
    line-height: 1.5;
}
.wrapper section.sec_aten .section_inner .wide_contents .link{
    width:200px;
	display: inline-block;
    clear: both;
}
.wrapper section.sec_aten .section_inner .wide_contents .link a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 0;
    transition: 0.1s linear all;
    text-align: center;
    background: #c3bae2;
	color:white;
    margin: 15px 7px;
}
.wrapper section.sec_aten .section_inner .wide_contents .link a:hover {
    background: white;
	color:#b1a7d3;
}
.wrapper section.sec_aten .section_inner .wide_contents .bg {
    width:100%;
	display: inline-block;
}
.wrapper section.sec_aten .section_inner .wide_contents .bg01 {
    height: 350px;
    float: left;
    width: 57%;
    margin: 0 auto 35px;
    position: relative;
    background: url(../images/bg01.png) no-repeat center;
    background-size: contain;
}
.wrapper section.sec_aten .section_inner .wide_contents .bg01 h4{
    margin-bottom: 5px;
	font-family: "Ÿà–¾’©‘Ì", YuMincho, "Ÿà–¾’©", "Yu Mincho", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ƒqƒ‰ƒMƒm–¾’© ProN", "Hiragino Mincho ProN", "ƒqƒ‰ƒMƒm–¾’© Pro", "Hiragino Mincho Pro", "HGS–¾’©E", "‚l‚r ‚o–¾’©", "MS PMincho";
}
.wrapper section.sec_aten .section_inner .wide_contents .bg01 p{
    line-height: 1.5;
}
.wrapper section.sec_aten .section_inner .wide_contents .bg01 p span.line{
	color:#8a68d8;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
.wrapper section.sec_aten .section_inner .wide_contents .bg01 .left_top p span.line{
	padding-left:1em;
}
.wrapper section.sec_aten .section_inner .wide_contents .bg01 .left_top p span.pl{
	padding-left:2em;
}
.wrapper section.sec_aten .section_inner .wide_contents .bg01 .left_top p,
.wrapper section.sec_aten .section_inner .wide_contents .bg01 .right_bottom p{
	padding-left:1em;
}
.wrapper section.sec_aten .section_inner .wide_contents .bg01 p span.line::after{
	content: "";
	display: block;
	height: 4px;
	background: -webkit-linear-gradient(to right, rgb(195, 186, 226), transparent);
	background: linear-gradient(to right, rgb(195, 186, 226), transparent);
}
.wrapper section.sec_aten .section_inner .wide_contents .bg01 .left_top{
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
    width: 50%;
}
.wrapper section.sec_aten .section_inner .wide_contents .bg01 .right_bottom{
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
    width: 30%;
}
.wrapper section.sec_aten .section_inner .wide_contents .bg02{
    float: right;
    width: 43%;
	background: url(../images/bg02.png) no-repeat center;
    background-size: cover;
}
.wrapper section.sec_aten .section_inner .wide_contents .bg02 p.main{
    font-size: 23px !important;
	text-align: center;
	font-weight: bold;
	margin:20px auto 20px;
	color:#004b76;
	font-family: "Ÿà–¾’©‘Ì", YuMincho, "Ÿà–¾’©", "Yu Mincho", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ƒqƒ‰ƒMƒm–¾’© ProN", "Hiragino Mincho ProN", "ƒqƒ‰ƒMƒm–¾’© Pro", "Hiragino Mincho Pro", "HGS–¾’©E", "‚l‚r ‚o–¾’©", "MS PMincho";
}
.wrapper section.sec_aten .section_inner .wide_contents .bg02 div.imgc{
	text-align: center;
	margin-bottom:30px;
}
.wrapper section.sec_aten .section_inner .wide_contents .bg02 div.imgc img {
    width: 380px;
    max-width: 90%;
}
.wrapper section.sec_aten .section_inner .wide_contents .bg02 p.sub{
    text-align: center;
	margin: 10px auto;
	line-height: 1.6;
	color:#004b76;
	font-weight: bold;
}
.wrapper section.sec_white .section_inner .left_contents{
	background: #ffe0f5;
	background: -moz-linear-gradient(left,#ffe0f5 0%,#ffe0f5 50%,#d3fdfc 50%,#d3fdfc 50%,#d3fdfc 100%);
	background: -webkit-linear-gradient(left,#ffe0f5 0%,#ffe0f5 50%,#d3fdfc 50%,#d3fdfc 50%,#d3fdfc 100%);
	background: linear-gradient(to right,#ffe0f5 0%,#ffe0f5 50%,#d3fdfc 50%,#d3fdfc 50%,#d3fdfc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe0f5', endColorstr='#d3fdfc',GradientType=1 );
}
.wrapper section .section_inner .left_contents .box_text,
.wrapper section .section_inner .right_contents .box_text{
	margin:40px 0;
}
.wrapper section .section_inner .left_contents .box_text,
.wrapper section .section_inner .right_contents .box_text{
	margin:30px 0px 75px;
}
.wrapper section.sec_white .section_inner .right_contents .box_text {
    margin: 30px 0px 40px;
}
.wrapper section.sec_clinic .section_inner .left_contents .box_text{
	margin:30px 0 110px;
}
.wrapper section.sec_clinic .section_inner .left_contents .box_text{
	margin:30px 0 85px;
}
.wrapper section.sec_white .section_inner .left_contents .box_text{
	margin:40px 0 101px;
}
.wrapper section .section_inner .left_contents .box_text p,
.wrapper section .section_inner .right_contents .box_text p{
	line-height:1.5em;
}
.wrapper section .section_inner .left_contents .box_text p.mb,
.wrapper section .section_inner .right_contents .box_text p.mb{
	margin-bottom:1.5em;
}
.wrapper section .section_inner .right_contents .box_text p .text_small{
	font-size:12px;
}
.wrapper section .section_inner .right_contents .box_text p.text_big{
	text-align:center;
	font-size:32px;
	margin:30px 0;
}

.wrapper section .section_inner .left_contents .box_text .btn,
.wrapper section .section_inner .right_contents .box_text .btn{
	width:33%;
	margin:60px auto 0;
	border:1px solid darkgray;
}
 .wrapper section .section_inner .wide_contents .btn {
    width: 200px;
    margin: 0px auto 65px;
    border: 1px solid darkgray;
}
.wrapper section.sec_white .section_inner .left_contents .box_text .btn {
    margin: 531px auto 0px;
}
.wrapper section .section_inner .left_contents .box_text .btn a,
.wrapper section .section_inner .right_contents .box_text .btn a,
.wrapper section .section_inner .wide_contents .btn a{
    display: block;
    border: 4px solid white;
    color: #111;
    font-weight: bold;
    text-decoration: none;
    padding: 7px 0 6px;
    font-size: 18px;
    transition: 0.1s linear all;
    text-align: center;
}
.wrapper section .section_inner .wide_contents .btn a{
	background: #e9e2f5;
}
.wrapper section .section_inner .wide_contents .btn a:hover{
	background: #ffd0e7;
}
.wrapper section .section_inner .right_contents .box_text .btn a,
.wrapper section.sec_clinic .section_inner .left_contents .box_text .btn a,
.wrapper section .section_inner .left_contents .box_text .btn a:hover{
	background:#ffd0e7;
}
.wrapper section .section_inner .left_contents .box_text .btn a,
.wrapper section.sec_clinic .section_inner .left_contents .box_text .btn a:hover,
.wrapper section .section_inner .right_contents .box_text .btn a:hover{
	background:#5ddfff;
}
.wrapper section.sec_white .section_inner .left_contents .image img{
	max-width:100%;
	height:auto;
}
.wrapper section h3{
	background: rgba(255, 255, 255, 0.7);
	color:black;
	text-align:center;
	line-height:1.5em;
	padding:15px 0;
	font-size:21px;
}
.text_purple{
	color:#d8267d;
}
.text_pink{
	color:#ff2f92;
}
.text_orange{
	color:#e32400;
}
.wrapper section.sec_white .section_inner .left_contents table{
	width:100%;
}
.wrapper section.sec_white .section_inner .left_contents table tr td{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}
.wrapper section.sec_white .section_inner .left_contents table tr td span.vertical{
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	height: 12em;
}
.wrapper section.sec_white .section_inner .left_contents table tr td.text_pink{
	color: #d64e90;
}
.wrapper section.sec_white .section_inner .left_contents table tr td.text_blue{
	color: #00a3d7;
}
.wrapper section.sec_white .section_inner .left_contents table tr td.text_pink,
.wrapper section.sec_white .section_inner .left_contents table tr td.text_blue{
	width:40%;
}
.wrapper section.sec_white .section_inner .left_contents .text_graduate{
	font-size:18px;
	color:#f44d63;
	background:-webkit-linear-gradient(90deg, #976487, #f44d63);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	font-weight:bold;
	text-align:center;
	margin:82px 0 -120px;
}
.wrapper section.sec_clinic .section_inner .right_contents .link {
    width: 90%;
    margin: 20px auto 0;
    overflow: hidden;
}
.wrapper section .section_inner p.new_txt {
    margin-top: 23px;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    padding: 7px 0;
    font-size: 18px;
}
.wrapper section .section_inner ul.facility_list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.wrapper section .section_inner ul.facility_list li{
	width: calc(33.3% - 2px);
	margin: 1px;
}
.wrapper section .section_inner ul.facility_list li p{
    font-size: 14px;
	margin:7px 0 11px;
}
.wrapper section .section_inner ul.facility_list li p span{
    font-size: 13px;
}
.wrapper section .section_inner ul.facility_list li img {
    width: 100%;
    vertical-align: bottom;
}

.wrapper section.sec_clinic .section_inner .right_contents .link li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
}
.wrapper section.sec_clinic .section_inner .right_contents .link li:nth-child(5),
.wrapper section.sec_clinic .section_inner .right_contents .link li:nth-child(6){
	margin-bottom:0px;
}
.wrapper section.sec_clinic .section_inner .right_contents .link li:nth-child(2n){
	margin-right:0;
}
.wrapper section.sec_clinic .section_inner .right_contents .link li a {
    display: block;
    color: white;
    background: #333;
    text-align: center;
    font-weight: bold;
    padding: 8px 0;
    border-radius: 5px;
    font-size: 15px;
    text-decoration: none;
    transition: 0.1s linear all;
}
.wrapper section.sec_clinic .section_inner .right_contents .link li.ln a{
	color:gray;
}
.wrapper section.sec_clinic .section_inner .right_contents .link li a:hover{
	background:#333;
}
.wrapper section.sec_clinic .section_inner .left_contents .box_text .btn {
    margin: 179px  auto 25px;
}
.wrapper section.sec_clinic .section_inner .right_contents .box_text .btn {
    width: 240px;
    margin: 20px auto 15px;
}
.wrapper section.sec_clinic .section_inner .right_contents .box_text .btn.map {
    margin: 0px auto 25px;
}
.wrapper section.sec_clinic .section_inner .right_contents .img_calendar{
	text-align:center;
}
.wrapper section.sec_clinic .section_inner .right_contents .img_calendar a{
	transition:0.1s linear all;
}
.wrapper section.sec_clinic .section_inner .right_contents .img_calendar a:hover{
	opacity:0.8;
}
.wrapper section.sec_info .section_inner .bg_white{
	padding:25px 30px;
	background:white;
}
.wrapper section.sec_info .section_inner .bg_white h4{
	color:#3f2622;
	padding:0 1% 10px;
	border-bottom:1px solid #3f2622;
	font-size:18px;
}
.wrapper section.sec_info .section_inner .bg_white table{
	margin:30px auto;
}
.wrapper section.sec_info .section_inner .bg_white table tr th{
	color:#66ccff;
}
.wrapper section.sec_info .section_inner .bg_white table tr th,
.wrapper section.sec_info .section_inner .bg_white table tr td {
    padding: 5px;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    line-height: 1.5em;
}
.wrapper section.sec_info .section_inner .bg_white table tr td{
	color:#3f2622;
    font-weight: bold;
}
.wrapper section.sec_info .section_inner .bg_white table tr td span{
	font-weight: normal;
}
.wrapper section.sec_info .section_inner .bg_white table tr td a{
	color: blue;
	text-decoration:none;
}
.wrapper section.sec_info .section_inner .bg_white table tr td a:hover{
	text-decoration:underline;
}
.wrapper section.sec_info .section_inner .bg_white table tr .w10{
	width:120px;
}
.wrapper section.sec_info .section_inner .bg_white table tr .w65{
	width:65%;
}
.wrapper section.sec_info .section_inner .bg_white table tr td p.ind{
    padding-left:1.3em;
	position: relative;
}
.wrapper section.sec_info .section_inner .bg_white table tr td p.ind::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width:0.7em;
    height: 0.7em;
    border-radius: 100%;
    background: white;
    border: 1px solid black;
}
.wrapper section.sec_info .section_inner .bg_white table tr .w35{
	width:35%;
}
.wrapper section.sec_info .section_inner .bg_white table tr td img{
	width:100%;
}
.wrapper section.sec_info .section_inner .bg_white .keyword{
	border:1px solid #3f2622;
	padding:20px;
}
.wrapper section.sec_info .section_inner .bg_white .keyword h5{
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px solid #3f2622;
	margin-bottom:15px;
}
.wrapper section.sec_info .section_inner .bg_white .keyword p{
	line-height:1.5em;
	text-align:center;
	font-size: 14px;
}
.wrapper section.sec_white .section_inner .right_contents .box_text,
.wrapper section.sec_clinic .section_inner .left_contents .box_text{
    padding:0 20px;
}
.wrapper section.sec_white .section_inner .right_contents{
    background: #fff7a1;
}
.wrapper section.sec_clinic .section_inner .right_contents{
	background: #5ddfff;
}
.wrapper section.sec_clinic .section_inner .left_contents{
	background: #ffdaea;
}
.wrapper section.sec_white .section_inner .right_contents .box_text .imgleft,
.wrapper section.sec_white .section_inner .right_contents .box_text .imgright,
.wrapper section.sec_clinic .section_inner .left_contents .box_text .imgleft,
.wrapper section.sec_clinic .section_inner .left_contents .box_text .imgright{
	clear: both;
	display: inline-block;
	width:100%;
}
.wrapper section.sec_white .section_inner .right_contents .box_text .mb,
.wrapper section.sec_clinic .section_inner .left_contents .box_text .mb{
	margin-bottom:20px;
}
.wrapper section.sec_white .section_inner .box_text p.title{
	margin-bottom:10px;
	font-size: 18px !important;
	font-weight: bold;
	border-bottom: 1px solid;
}
.wrapper section .section_inner .box_text .imgleft img{
	float: left;
	width:40%;
	margin-right:3%;
}
.wrapper section .section_inner .box_text .imgleft .txt{
	float: right;
	width:57%;
}
.wrapper section .section_inner .box_text .imgright img{
	float: right;
	width:40%;
}
.wrapper section .section_inner .box_text .imgright .txt{
	float: left;
	width:57%;
	margin-right:3%;
}
.wrapper section.sec_info .section_inner .bg_white table tr th.jp {
    text-align: right;
    padding: 5px 17px 5px 5px;
}
.wrapper section.sec_info .section_inner .bg_white table tr td.eventbtn a {
    padding: 8px 0;
    background: #2fc7f8;
    color: white;
    border-radius: 20px;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.wrapper section.sec_info .section_inner .bg_white table tr td.eventbtn a:hover {
    background: #00a3d7;
	transition-duration: 0.3s;
}
.wrapper section.sec_info .section_inner .bg_white table tr td.eventbtn a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    right: 20px;
    top: calc(50% - 1px);
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);
    color: inherit;
}
div.top_btn_list {
	margin-bottom: 30px;
}
div.top_btn a {
    width: 11em;
    margin: 0px auto 13px;
    border: 4px solid white;
    color: #111;
    font-weight: bold;
    text-decoration: none;
    padding: 7px 0 7px;
    font-size: 14px;
    transition: 0.1s linear all;
    text-align: center;
    display: block;
}

.pc{display: inline-block;}
.spimg{display: none;}
br.spbr{display: none;}
br.pcbr{display: block;}


@media screen and (max-width: 1250px){
	.wrapper header .header_inner .logo img {
    width: 220px;
    height: auto;
	margin-top: 5px;
	}
}

@media screen and (max-width: 1200px){
	.wrapper header .header_inner .header_menu li a {
    padding: 7px 8px 0px;
	}
}
@media screen and (max-width: 1120px){
	.wrapper header {
    height: 68px;
	}
	.wrapper header .header_inner .logo img {
	margin-top: 0px;
	}
	main {
    padding-top: 68px;
	}
	.wrapper header .header_inner {
    position: relative;
	}
	.wrapper header .header_inner div.system a {
	color: white;
    display: block;
    font-weight: normal;
    position: relative;
    border-radius: 7px;
    /*background: #3d2723;*/
	background: #00a3d7;
	transition: 0.4s;
	text-decoration: none;
	padding: 10px 10px;
	font-size: 13px;
	height: 39px;
	box-sizing: border-box;
	border: 2px solid #b5e8fa;
	margin-top: 7px;
    }
    .wrapper .menu_sp .spmenu div.system a:hover {
    background: #00a3d7;
    }
    .wrapper header .header_inner .header_menu {
	display: none;
	}
	.wrapper header .header_inner .menu_sp {
	display: inline-block;
	}
	.wrapper header .header_inner .menu_sp .toptel {
        position: absolute;
        right: 40px;
        font-size: 14px;
        top: 6px;
        width: auto;
    }
	.wrapper header .header_inner .menu_sp .toptel img{
        width: 90px;
    }
	/*.wrapper header .header_inner .menu_sp .toptel a{
        text-decoration: none;
		color: #00a3d7;
		line-height: 1;
		transition: 0.4s;
		font-weight: bold;
    }
	.wrapper header .header_inner .menu_sp .toptel span{
        font-size: 12px;
		margin-right:3px;
	}*/
	.wrapper header .header_inner .header_btn {
        width: 28px;
        z-index: 9999;
        height: 20px;
        position: absolute;
        right: 0;
        top: 10px;
    }
	.menu__line {
	background: #333333;
	display: block;
	height: 2px;
	position: absolute;
	transition: transform .3s;
	width: 100%;
	}
	.menu__line--center {
	top: 9px;
	}
	.menu__line--bottom {
	bottom: 0;
	}
	.menu__line--top.active {
    top: 7px;
    transform: rotate(20deg);
	}
	.menu__line--center.active {
	transform: scaleX(0);
	}
	.menu__line--bottom.active {
    bottom: 12px;
    transform: rotate(160deg);
	}
	.wrapper .menu_sp .spmenu {
	width: 70%;
	position: fixed;
	z-index: 9998;
	right: -80%;
	top: 0px;
	padding: 80px 0 45px;
	display: block;
	background-color: rgba(255, 255, 255, 0.98);
	box-shadow: 1px 1px 24px rgba(0,0,0,0.1);
	border-radius: 0 0 0 30px;
    }
    .wrapper .menu_sp .spmenu li {
    width: 90%;
    border-bottom: 1px dotted #ddd;
    font-size: 14px;
    margin: 0 auto;
    }
    .wrapper .menu_sp .spmenu li:last-child {
    border-bottom: none;
    margin-top: 20px;
    }
	.wrapper .menu_sp .spmenu li a {
    color: #3f2622;
    display: block;
    padding: 15px 30px;
    line-height: 1.3;
    transition: 0.4s;
    letter-spacing: 1px;
    text-decoration: none;
    }
    .wrapper .menu_sp .spmenu li a:hover {
    color: #00a3d7;
    }
    .wrapper .menu_sp .spmenu li a.system {
    color: white;
    display: block;
    font-weight: normal;
    position: relative;
    border-radius: 7px;
	background: #00a3d7;
    background-image: url(../images/icon_system.svg);
    background-repeat: no-repeat;
    background-position: left 16px center;
    background-size: 20px;
    transition: 0.4s;
	width: 200px;
	margin: 0 auto;
	text-align: center;
    }
    .wrapper .menu_sp .spmenu li a.system:hover {
    opacity: 0.9;
    }
	.wrapper .menu_sp .spmenu li a.tel {
    color: #00a3d7;
    padding: 0;
    line-height: 1;
    transition: 0.4s;
    text-decoration: none;
	margin-bottom: 20px;
    font-size: 15px;
	font-weight: bold;
	text-align: center;
	}
	.wrapper .menu_sp .spmenu li a.tel span{
    font-size: 13px;
	margin-right:3px;
	}
	.wrapper .menu_sp .spmenu li a.tel:hover {
    color: #3f2622;
	}
}	
@media screen and (max-width: 1040px){
	br.pcbr{display: none;}
	.wrapper header .header_inner .text h1 {
    font-size: 14px;
    line-height: 1.3em;
	}
	.wrapper header .header_inner .text{
	margin:10px 15px;
	}
    .wrapper section .section_inner {
    width: 95%;
    }
    .wrapper section .section_inner .left_contents, .wrapper section .section_inner .right_contents {
    width: 100%;
    }
    .wrapper section .section_inner .left_contents{
    margin-bottom:30px;
    }
    .wrapper section .section_inner .left_contents .box_text,
    .wrapper section .section_inner .right_contents .box_text{
    padding: 0 5%;
    box-sizing: border-box;
    }
    .wrapper section h3 {
    font-size: 18px;
    }
    .wrapper section .section_inner .left_contents .box_text .btn,
    .wrapper section .section_inner .right_contents .box_text .btn {
    width: 60%;
    }
	.wrapper section.sec_white .section_inner .left_contents .box_text .btn{
    margin: 25px auto 80px;
	}
	.wrapper section.sec_clinic .section_inner .right_contents .img_calendar {
    margin-bottom: 0px;
	}
    .wrapper section .section_inner .left_contents .box_text .btn a,
    .wrapper section .section_inner .right_contents .box_text .btn a {
    font-size: 16px;
    }
    .wrapper section.sec_white .section_inner .left_contents table tr td {
    font-size: 23px;
    }
    .wrapper section.sec_clinic .section_inner .right_contents .link {
    width: 100%;
    }
    .wrapper section.sec_clinic .section_inner .right_contents .link li {
    width: 100%;
    margin-bottom: 10px !important;
    }
    .wrapper section.sec_clinic .section_inner .right_contents .img_calendar img{
    width:100% !important
    }
    .wrapper section.sec_info .section_inner .bg_white table {
    width: 100%;
    }
    .wrapper section.sec_info .section_inner .bg_white table tr th,
    .wrapper section.sec_info .section_inner .bg_white table tr td {
    display: block;
    }
    .wrapper section.sec_info .section_inner .bg_white table tr .w65 {
    width: 100%;
    }
    .wrapper section.sec_info .section_inner .bg_white .keyword p {
    font-size: 13px;
    }
    .wrapper section.sec_info .section_inner .bg_white {
    padding: 25px 18px;
    }
    .wrapper section.sec_info .section_inner .bg_white .keyword {
    padding: 15px 15px;
    }
    .wrapper section.sec_info .section_inner .bg_white table tr th,
    .wrapper section.sec_info .section_inner .bg_white table tr td {
    padding: 2px 0px;
    }
    .wrapper section.sec_info .section_inner .bg_white table tr th.jp {
    text-align: left;
    padding: 2px 0px;
    }
    .wrapper section.sec_info .section_inner .bg_white table tr td.eventbtn a {
    margin: 0 auto 25px;
    }
	.wrapper section.sec_white .section_inner .left_contents .box_text {
    margin: 40px 0 40px;
	}
	.wrapper section.sec_aten .section_inner .wide_contents .bg01 {
    width: 100%;
	margin-bottom:0px;
	}
	.wrapper section.sec_aten .section_inner .wide_contents .bg02 {
    width: 100%;
	margin-bottom:30px;
	}
	.wrapper section.sec_aten .section_inner .wide_contents .btn a{
    font-size: 16px;
	}
    .wrapper section.sec_clinic .section_inner .left_contents .box_text {
    margin: 30px 0 50px;

    }
    .wrapper section.sec_clinic .section_inner .right_contents .box_text {
    margin: 30px 0;
    }
}
@media screen and (max-width: 896px){
    .wrapper section .section_inner div.menu .menu_list {
    width: 50%;
    padding: 0 1.5%;
    }
	.wrapper section .section_inner div.menu .menu_list div.box_text,
    .wrapper section .section_inner div.menu .menu_list div.box_text.double{
	padding: 15px 5px 10px;
	}
	.mini {
    font-size: 10px;
	}
	.wrapper section .section_inner div.menu .menu_list:nth-child(2n),
	.wrapper section .section_inner div.menu .menu_list:last-child{
    border-right: none !important;
	}
	.wrapper section .section_inner div.menu .menu_list:nth-child(3n) {
    border-right: none;
	border-right: 1px dotted #66ccff;
	}
	.wrapper section.sec_dra .section_inner div.menu .menu_list:nth-child(3n) {
    border-right: 1px dotted #ff7200;
	}
	.wrapper section.sec_medical .section_inner div.menu .menu_list:nth-child(3n) {
    border-right: 1px dotted #6fa14b;
	}
	section .section_inner ul.sns {
	left:30px;
	}
}
@media screen and (max-width: 640px){
	.pc{display: none;}
    .pccenter{
    text-align: left;
    }
	br.spbr{display: inline-block;}
	.spimg{display: inline-block;}
	.spimg img{
		width:100%;
	}
	.wrapper header .h1 h1 {
	font-size: 7px;
	padding: 4px 0;
	line-height: 1;
    }
	.wrapper header .h1 {
    margin-bottom: 6px;
	}
	main {
    padding-top: 67px;
	}
	.wrapper header {
    height: 67px;
	}
	.wrapper .menu_sp .spmenu li a.system {
    width: 140px;
    }
	.wrapper header .header_inner .header_left {
    margin-top: 0px;
	}
	.wrapper header .header_inner .logo img {
    margin-top: 3px;
	width: 210px;
    }
	.wrapper header .header_inner div.system {
	position: absolute;
	top:0;
	right:45px;
    }
	.wrapper header .header_inner div.system a {
	margin-top: 0px;
	padding: 3px 10px;
    height: auto;
    }
    .wrapper .menu_sp .spmenu li a {
    font-size: 14px;
    padding: 8px 20px;
    }
	.wrapper .menu_sp .spmenu li a {
    font-weight: 600;
	}
    .wrapper section.mainimg {
    height: 400px;
    }
	.wrapper section .section_inner div.menu .menu_list div.box_text ul li{
    padding-left:1em;
	text-indent: -1em;
    }
    .wrapper section.sec_drc .section_inner div.drimg,
    .wrapper section.sec_dra .section_inner div.drimg {
    display: block;
    width: 100%;
    }
    .wrapper section.sec_drc .section_inner div.drimg img,
    .wrapper section.sec_dra .section_inner div.drimg img {
    float: none;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    }
	.wrapper section.sec_new {
	display: block;
    }
	.wrapper section.sec_new p.whatnew{
	font-size: 18px;
	width: 100%;
	margin-bottom: 15px;
    }
	.wrapper section.sec_new table th {
    padding: 15px 20px 15px 0px;
	}
	.wrapper section.sec_new table td {
	padding: 15px 0px 15px 0px;
	overflow-wrap: break-word;
	word-break: break-all;
    }
	.wrapper section.sec_info .section_inner .bg_white table tr .w10 {
    width: 100%;
	}
	p,li{
	font-size:14px !important;
	}
	.wrapper section.sec_info .section_inner .bg_white th,
	.wrapper section.sec_info .section_inner .bg_white td{
    font-size:14px !important;
	}
	.wrapper section h3 {
    font-size: 17px;
	}
	.wrapper header .header_inner .text {
    margin: 10px auto 20px;
    width: 100%;
	text-align: center;
	}
	.wrapper section.mainimg .message .ms a {
    padding: 13px 12px 10px;
    width: 225px;
    height: 57px;
	}
	.wrapper section.mainimg .message .ms.alice a {
    padding: 7px 12px 10px;
	}
	.wrapper section.mainimg .message .ms.alice a {
    padding: 7px 12px 10px;
    font-size: 17px;
    width: 135px;
    height: 34px;
	}
	.wrapper section.mainimg .message .ms a p{
	font-size: 13px !important;
	}
	.wrapper section.mainimg .message .ms p.more {
	font-size: 12px !important;
	}
	.wrapper div.medical_heading img {
	width: 220px;
	top: 0px;
    }
	.wrapper section .section_inner .box_text .imgleft img,
	.wrapper section .section_inner .box_text .imgright img {
    width: 100%;
    margin-right: 0%;
	}
	.wrapper section .section_inner .box_text .imgleft .txt,
	.wrapper section .section_inner .box_text .imgright .txt {
    width: 100%;
	margin-bottom: 15px;
	}
	.wrapper section.sec_white .section_inner .right_contents .box_text p.title {
    margin-top:10px;
	}
	.wrapper section.sec_clinic .section_inner .left_contents .box_text p.title {
    margin-top:10px;
	}
	.wrapper footer .footer_inner p {
    line-height: 1.4;
	}
	.wrapper section.sec_clinic .section_inner .right_contents .box_text .btn {
    width: 80%;
	}
	.wrapper section.sec_aten .section_inner .wide_contents .link a{
    margin: 15px 7px 0;
	}
	.wrapper section.sec_aten .section_inner .wide_contents .bg01 {
    position: static;
    background: none;
	margin: 30px auto 35px;
	height: auto;
	}
	.wrapper section.sec_aten .section_inner .wide_contents .bg01 .left_top{
    position: static;
    width: 100%;
    box-sizing: border-box;
	}
	.wrapper section.sec_aten .section_inner .wide_contents .bg01 .right_bottom{
	position: static;
    width: 100%;
	box-sizing: border-box;
	}
	.wrapper section.sec_aten .section_inner .wide_contents p.title {
    font-size: 23px !important;
    margin: 45px auto 40px;
	}
	.wrapper section.sec_aten .section_inner .wide_contents .bg02 {
    margin-bottom: 0px;
    margin-top: 30px;
    padding: 20px 0;
	}
    .wrapper section.sec_info .section_inner .bg_white table tr td {
    padding: 2px 0px 6px 1em;
    }
	.wrapper section .section_inner div.menu .menu_list div.btn a {
    padding: 6px 0;
    width: 110px;
	}
	section .section_inner ul.sns {
    top: 130px;
	}
    .wrapper section.sec_clinic .section_inner .right_contents .link li a {
    padding: 9px 0;
    width: 70%;
    margin: 0 auto;
    }
    .wrapper section .section_inner div.menu .menu_list div.box_text {
    margin: 0px;
    }
    .wrapper section .section_inner div.menu .menu_list div.box_text ul li.specialty {
    padding: 2px 0px 0px 0px;
    }
	.wrapper section.sec_dra .section_inner div.menu .menu_list:first-child{
    border-right: 0;
	width: 51%;
	}
	.wrapper section.sec_dra .section_inner div.menu .menu_list:nth-child(2n){
	border-right: 1px dotted #ff7200 !important;
	}
	.wrapper section.sec_info .section_inner .bg_white .keyword {
	padding: 15px 15px 0px 15px;
    }
	.wrapper section .section_inner .left_contents .box_text,
	.wrapper section .section_inner .right_contents .box_text,
	.wrapper section.sec_clinic .section_inner .right_contents .box_text {
        margin: 40px 0 65px;
   
	}
	.wrapper section .section_inner .left_contents .box_text .btn,
	.wrapper section .section_inner .right_contents .box_text .btn {
    margin: 40px auto 0;
	}
	.wrapper section.sec_clinic .section_inner .left_contents .box_text .btn {
    margin: 40px auto 25px;
	}
	.wrapper section.sec_white .section_inner ul.facility_list li {
    width: calc(50% - 2px);
	}
}

