*{	
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
	box-sizing: border-box;
	word-break: break-all;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: justify;
}

.mincho{ font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", yu-mincho-pr6, sans-serif; font-weight: 400; font-style: normal; }

/****
Yu Mincho Pr6 R
font-family: yu-mincho-pr6, sans-serif;
font-weight: 400;
font-style: normal;
***/

a{ transition: .3s; }
a:hover{ opacity: .7; }

br{ line-height: inherit; }

span, a, strong, small{ color: inherit; font-size: inherit; font-family: inherit; font-weight: inherit; letter-spacing: inherit; }

body{ padding-right: 60px; }

.wrap{ width: 1000px; margin: 0 auto; }
.wrap.large{ width: 1000px; }

.shadow{ box-shadow: 0px 6px 20px -6px rgba(50,50,65,0.3); }

.linkwrap{ width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; z-index: 10; }
.body-wrap{ overflow: hidden; position: relative; }

.sp{ display: none; }

a.btn{ width: 400px; height: 80px; background: #004880; display: flex; justify-content: center; align-items: center; font-size: 15px; color: #fff; max-width: 100%; }
a.btn:hover{ opacity: 1; background: #002151; }
a.btn span{ padding-right: 28px; background: url(../images/common/arrow02.png) no-repeat; background-size: 7px; background-position: top 50% right 0; }

header{ position: absolute; top: 40px; left: 50%; transform: translateX(-50%); width: 100%; z-index: 10; }
header ul{ display: flex; width: 100%; justify-content: center; }
header ul li{ font-size: 13px; color: #fff; }
header ul li:not(:last-of-type):after{ content: '・'; margin: 0.8em; }

.side-bar{ width: 60px; height: 100%; background: #b1b1b6; position: fixed; top: 0; right: 0; display: flex; justify-content: center; align-items: center; }
.side-bar ul li:nth-of-type(1){ padding-bottom: 65px; border-bottom: solid 1px #004880; margin-bottom: 65px; }
.side-bar a{ -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; /*display: block;*/ font-weight: 700; color: #004880; padding-bottom: 20px; background: url(../images/common/arrow01.png) no-repeat; background-size: 8px; background-position: bottom 0 left 50%; position: relative; }
.side-bar a.tel{ padding-top: 30px; }
/*.side-bar a.tel:before{ content: ''; width: 23px; height: 23px; background: url(../images/common/icon-tel01.png) no-repeat; background-size: contain; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }*/
.side-bar a.tel:before{ content: ''; width: 23px; height: 23px; background: url("../images/common/icon-clinic01.png") no-repeat; background-size: contain; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
.side-bar a.contact{ padding-top: 27px; }
.side-bar a.contact:before{ content: ''; width: 25px; height: 18px; background: url(../images/common/icon-mail01.png) no-repeat; background-size: contain; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }

.worry-list{ display: flex; flex-wrap: wrap; }
.worry-list li{ width: calc(100% / 3); padding-left: 138px; position: relative; min-height: 50px; display: flex; align-items: center; background: url(../images/common/icon-check01.png) no-repeat; background-size: 30px; background-position: top 50% left 0; transition: .3s; }
.worry-list li:hover{ opacity: .7; }
.worry-list li p{ position: relative; padding-left: 1em; }
.worry-list li p:before{ content: '-'; position: absolute; left: 0; }
.worry-list li:nth-of-type(n+4){ margin-top: 50px; }
.worry-list li img{ width: 100px; position: absolute; left: 37px; top: 50%; transform: translateY(-50%); }

.contact-box{ background: url(../images/common/bg-contact01.jpg) no-repeat; background-attachment: fixed; background-size: cover; padding: 80px 0 100px; }
.contact-box .wrap{ width: 810px; }
.contact-box h2{ font-size: 30px; font-weight: 600; color: #fff; text-align: center; margin-bottom: 1em; }
.contact-box h2 + p{ max-width: 600px; margin: 0 auto 40px; color: #fff; }
/*.contact-box .two-btn{ display: flex; justify-content: space-between; }*/
.contact-box .two-btn{ display: flex; justify-content: center; }
.contact-box .two-btn a{ display: flex; justify-content: center; align-items: center; width: 400px; height: 80px; font-size: 25px; font-weight: 700; color: #004880; background: #fff; }
.contact-box .two-btn a:hover{ opacity: 1; background: #dfdfdf; }
/*.contact-box .two-btn a:nth-of-type(1) span{ padding: 0 23px 0 40px; background: url(../images/common/icon-tel01.png), url(../images/common/arrow03.png); background-repeat: no-repeat, no-repeat; background-size: 23px, 7px; background-position: top 50% left 0, top 50% right 0; }*/
.contact-box .two-btn a:nth-of-type(1) span{ padding: 0 23px 0 40px; background: url("../images/common/icon-clinic01.png"), url(../images/common/arrow03.png); background-repeat: no-repeat, no-repeat; background-size: 23px, 7px; background-position: top 50% left 0, top 50% right 0; }
.contact-box .two-btn a:nth-of-type(2) span{ padding: 0 23px 0 45px; background: url(../images/common/icon-mail01.png), url(../images/common/arrow03.png); background-repeat: no-repeat, no-repeat; background-size: 25px, 7px; background-position: top 50% left 0, top 50% right 0; }

.case.wrap{ width: 750px; padding-top: 90px;}
.case h2{ font-size: 40px; font-weight: 600; color: #004880; text-align: center; margin-bottom: .8em; }
.case h2 + p{ text-align: center; line-height: 2; margin-bottom: 40px; }
.case .flex{display: flex; justify-content: space-between; flex-wrap: wrap;}
.case p strong{font-size: 1.1em; font-weight: 600; color: rgb(0, 72, 128);;}
.case .flex .half{width: calc(50% - 10px);}
.case .flex .half h4{font-size:18px; margin: 0 auto; width: 100%; text-align: center; font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", yu-mincho-pr6, sans-serif; font-weight: 600; display: table; color: rgb(255, 255, 255); background: rgb(0, 72, 128); padding: 0px 0.6em;}
.case .btn{margin: 45px auto;}

.group.wrap{ width: 750px; padding-top: 90px; padding-bottom: 100px; }
.group h2{ font-size: 40px; font-weight: 600; color: #004880; text-align: center; margin-bottom: .8em; }
.group h2 + p{ text-align: center; line-height: 2; margin-bottom: 40px; }
.group ul li{ display: flex; align-items: center; padding-left: 210px; padding-right: 40px; height: 190px; position: relative; z-index: 2; transition: .3s; }
.group ul li:hover{ opacity: .7; }
.group ul li + li{ margin-top: 10px; }
.group ul li:before{ content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1;
	 background: rgb(0,39,97); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(0,39,97,1) 0%, rgba(0,72,128,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(0,39,97,1) 0%,rgba(0,72,128,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(0,39,97,1) 0%,rgba(0,72,128,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002761', endColorstr='#004880',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
.group ul li:after{ content: ''; width: 700px; height: 90px; background: url(../images/index/shadow01.png) no-repeat; background-size: contain; position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%); z-index: -2; }
.group ul li .icon{ width: 150px; position: absolute; top: 50%; left: 30px; transform: translateY(-50%); }
.group ul li span:after{ content: ''; width: 11px; height: 13px; background: url(../images/common/arrow02.png) no-repeat; background-size: 7px; position: absolute; top: 50%; right: 24px; transform: translateY(-50%); }
.group ul li span img{ display: block; width: 470px; }

.foot-info .wrap{ width: 850px; position: relative; }
.foot-info .content{ width: 440px; position: relative; z-index: 1; padding: 70px 0 60px; }
.foot-info .content:before{ content: ''; width: calc(50vw + 240px); height: 100%; background: #dfdfdf; position: absolute; top: 0; left: calc(-50vw + 425px); z-index: -1; }
.foot-info dl{ margin-bottom: .8em; }
.foot-info ul{ padding-left: 43px; background: url(../images/common/icon-train01.png) no-repeat; background-size: 25px; background-position: top 50% left 4px; }
.foot-info ul li{ font-size: 13px; color: #004880; padding-left: 1em; position: relative; }
.foot-info ul li:before{ content: '・'; position: absolute; left: 0; }
.foot-info .map{ width: 400px; height: 350px; position: absolute; top: 50%; right: -40px; transform: translateY(-50%); z-index: 2; }
.foot-info .map iframe{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; filter:grayscale(100%); -webkit-filter:grayscale(100%); }

.hour-table{ width: 100%; table-layout: fixed; }
.hour-table *{ font-weight: 700; color: #004880; text-align: center; padding: .5em 0; }
.hour-table thead{ background: #cbcbcb; border-bottom: solid 1px; }
.hour-table thead th{ width: 120px; }
.hour-table tbody{ background: #fff; }
.hour-table tr *:not(:last-child){ border-right: solid 1px; }
.hour-table + p{ font-size: 13px; margin: .2em 0 1.4em; }

footer{ padding: 295px 0 30px; margin-top: -200px; background: url(../images/common/bg-footer01.jpg) no-repeat; background-size: cover; background-attachment: fixed; }
footer .wrap{ width: 1000px; border-bottom: solid 1px #fff; padding-bottom: 85px; margin-bottom: 35px; }
footer .logo{ display: block; width: 400px; margin: 0 auto 40px; }
footer .site-map{ width: 667px; margin: 0 auto; display: flex; justify-content: space-between; }
footer .site-map dl dt{ font-size: 13px; color: #fff; line-height: 2; }
footer .site-map dl dt.parent:after{ transition: .4s; }
footer .site-map dl dt.parent.active:after{ transform: rotate(90deg); }
footer .site-map dl dd ul li{ font-size: 13px; color: #fff; padding-left: 1em; line-height: 2; position: relative; }
footer .site-map dl dd ul li:before{ content: '-'; position: absolute; left: 0; }
footer .copy{ font-size: 13px; color: #fff; text-align: center; }

.menu-btn{ width: 120px; height: 110px; background: #004880; position: fixed; top: 0; right: 0; z-index: 10000; cursor: pointer; }
.menu-btn .inner{ width: 60px; height: 21px; position: relative; margin: 35px auto 10px; }
.menu-btn .inner span{ width: 100%; height: 1px; background: #fff; position: absolute; left: 0; transition: .3s; }
.menu-btn .inner span:nth-of-type(1){ top: 0; }
.menu-btn .inner span:nth-of-type(2){ top: 50%; transform: translateY(-50%); }
.menu-btn .inner span:nth-of-type(3){ bottom: 0; }
.menu-btn.active .inner span:nth-of-type(1){ transform: rotate(19deg) translate(3px, 9px); }
.menu-btn.active .inner span:nth-of-type(2){ opacity: 0; }
.menu-btn.active .inner span:nth-of-type(3){ transform: rotate(-19deg) translate(3px, -10px); }
.menu-btn p{ font-size: 13px; text-align: center; color: #fff; }

.hamburger{ width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 9998; display: flex; justify-content: center; align-items: center; transition: .3s; opacity: 0; visibility: hidden;
	background: rgb(0,70,131); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(0,70,131,1) 0%, rgba(0,26,75,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(0,70,131,1) 0%,rgba(0,26,75,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(0,70,131,1) 0%,rgba(0,26,75,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004683', endColorstr='#001a4b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }
.hamburger.active{ opacity: 1; visibility: visible; }
.hamburger .inner{ width: 790px; display: flex; justify-content: space-between; align-items: center; }
.hamburger:before{ content: ''; width: 100%; height: 100%; background: url(../images/common/bg-dot02.png); position: absolute; top: 0; left: 0; z-index: -1; }
.hamburger .left .logo{ display: block; width: 400px; margin: 0 auto 30px; }
.hamburger .left .logo + p{ font-size: 13px; text-align: center; color: #fff; }
.hamburger .right ul{ padding-left: 40px; border-left: solid 1px #fff; }
.hamburger .right ul li{ font-size: 20px; color: #fff; line-height: 2.2; }
.hamburger .right ul li a{ display: block; padding-right: 25px; background: url(../images/common/arrow02.png) no-repeat; background-size: 7px; background-position: top 50% right 0; }


small{font-size: .9em;}

@media(max-width: 768px){
	*{ font-size: 3.6777vw; }

	.sp{ display: block; }
	.pc{ display: none !important; }

	.wrap{ width: 100%; }

	body{ padding-right: 0; }

	a.btn{ width: 80vw; height: 12vw; margin-left: auto; margin-right: auto; font-size: 3.733vw; }
	a.btn span{ background-size: 1.333vw; padding-right: 4.26vw; }

	.side-bar{ width: 100%; height: auto; bottom: 0; top: auto; z-index: 9997; display: block; }
	.side-bar ul{ display: flex; }
/*	.side-bar ul li{ width: 50%; }*/
    .side-bar ul li {width: 100%;}
	.side-bar ul li:nth-of-type(1){ padding: 0; margin: 0; border-bottom: none; position: relative; }
	.side-bar ul li:nth-of-type(1):after{ content: ''; width: 1px; height: 10.666vw; background: #004880; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
	.side-bar a{ -webkit-writing-mode: horizontal-tb; -ms-writing-mode: lr-tb; writing-mode: horizontal-tb; font-size: 4vw; width: 100%; height: 14.66vw; display: flex; justify-content: center; align-items: center; padding: 0; background: no-repeat; }
	.side-bar a.tel:before, .side-bar a.contact:before{ content: none; }
	.side-bar a.tel, .side-bar a.contact{ padding-top: 0; }
/*	.side-bar a.tel span{ padding: 0 3.333vw 0 4.933vw; background: url(../images/common/icon-tel01.png), url(../images/common/arrow03.png); background-repeat: no-repeat, no-repeat; background-size: 3.066vw, 1.33vw; background-position:  top 50% left 0, top 50% right 0; }*/
	.side-bar a.tel span{ padding: 0 3.333vw 0 4.933vw; background: url("../images/common/icon-clinic01.png"), url(../images/common/arrow03.png); background-repeat: no-repeat, no-repeat; background-size: 3.066vw, 1.33vw; background-position:  top 50% left 0, top 50% right 0; }
	.side-bar a.contact span{ padding: 0 3.333vw 0 5.466vw; background: url(../images/common/icon-mail01.png), url(../images/common/arrow03.png); background-repeat: no-repeat, no-repeat; background-size: 3.333vw, 1.33vw; background-position: top 50% left 0, top 50% right 0; }

	.menu-btn{ width: 16vw; height: 14.66vw; }
	.menu-btn .inner{ width: 10.66vw; height: 2.8vw; margin: 5vw auto 0.5vw; }
	.menu-btn .inner span{ height: 0.26vw; }
	.menu-btn.active .inner span:nth-of-type(1){ transform: rotate(13deg) translate(.2vw, 1.4vw); }
	.menu-btn.active .inner span:nth-of-type(3){ transform: rotate(-13deg) translate(.2vw, -1.1vw); }
	.menu-btn p{ font-size: 2.4vw; }

	.worry-list li{ width: 50%; min-height: 7.733vw; padding-left: 22.6vw; background-size: 5.33vw; }
	.worry-list li:nth-of-type(n+3){ margin-top: 6.66vw; }
	.worry-list li img{ width: 16vw; left: 6.66vw; }
	.worry-list li p{ line-height: 1.5; font-size: 3.73vw; letter-spacing: .05em; white-space: nowrap; }

	.contact-box{ padding: 11.2vw 0 13.33vw; background-image: url(../images/common/bg-contact01-sp.jpg); }
	.contact-box .wrap{ width: 100%; }
	.contact-box h2{ font-size: 6.66vw; line-height: 1.5; }
	.contact-box h2 + p{ max-width: 80vw; margin-bottom: 5.33vw; }
	.contact-box .two-btn{ width: 80vw; margin: 0 auto; flex-wrap: wrap; }
	.contact-box .two-btn a{ width: 100%; height: 12vw; font-size: 4.66vw; }
	.contact-box .two-btn a + a{ margin-top: 1.33vw; }
	.contact-box .two-btn a:nth-of-type(1) span{ padding: 0 4vw 0 6.66vw; background-size: 4vw, 1.333vw; }
	.contact-box .two-btn a:nth-of-type(2) span{ padding: 0 4vw 0 6.66vw; background-size: 4vw, 1.333vw; }
	
	.case.wrap{ width: 100%; padding: 12vw 6vw 0vw; }
	.case h2{ font-size: 6.66vw; margin-bottom: .6em; }
	.case h2 + p{ margin-bottom: 5.33vw; }
	.case .flex .half{width: calc(50% - 5px);}
	.case .flex .half h4{font-size: 4vw;}
	.case .btn{margin: 5vw auto 0;}

	.group.wrap{ width: 100%; padding: 12vw 0 11.33vw; }
	.group h2{ font-size: 6.66vw; margin-bottom: .6em; }
	.group h2 + p{ margin-bottom: 5.33vw; }
	.group ul{ width: 80vw; margin: 0 auto; }
	.group ul li{ width: 100%; height: 20.26vw; padding-left: 22vw; padding-right: 4vw; }
	.group ul li:after{ width: 100%; height: 11.333vw; bottom: -4.5vw; opacity: .6; }
	.group ul li span img{ width: 48vw; }
	.group ul li span:after{ width: 1.2vw; height: 1.333vw; background-size: contain; }
	.group ul li .icon{ width: 16vw; left: 3.2vw; }

	.foot-info .wrap{ width: 100%; }
	.foot-info .map{ position: relative; transform: none; top: 0; right: 0; width: 90.66vw; height: 79.33vw; margin: 0 auto; }
	.foot-info .content{ width: 100%; padding: 18.66vw 10vw 13.33vw; background: #dfdfdf; margin-top: -6.66vw; }
	.foot-info .content:before{ content: none; }
	.foot-info ul{ padding-left: 9.066vw; background-size: 6vw; }
	.foot-info ul li{ font-size: 3.06vw; }
	.foot-info dl{ margin-bottom: 1em; }

	.hour-table thead th{ width: 26.66vw; }
	.hour-table *{ padding: .4em 0; }
	.hour-table + p{ font-size: 3.06vw; margin-top: .6em; margin-bottom: 1em; }

	footer{ padding: 13.33vw 0 18.66vw; margin-top: 0; background-image: url(../images/common/bg-footer01-sp.jpg); }
	footer .wrap{ width: 90.66vw; margin: 0 auto 4vw; padding-bottom: 11.733vw; }
	footer .logo{ width: 53.33vw; margin-bottom: 12vw; }
	footer .site-map{ width: 100%; flex-wrap: wrap; }
	footer .site-map dl{ width: 100%; }
	footer .site-map dl dt{ font-size: 3.667vw; text-align: center; line-height: 2.3; }
	footer .site-map dl dt.parent:after{ content: ''; width: 1.33vw; height: 1.733vw; background: url(../images/common/arrow02.png) no-repeat; background-size: contain; display: inline-block; margin-left: 1em; }
	footer .site-map dl dd{ display: none; }
	footer .site-map dl dd ul li{ font-size: 3.5vw; text-align: center; padding-left: 0; line-height: 2.3; }
	footer .site-map dl dd ul{ padding-bottom: 2.5em; }
	footer .site-map dl dd ul li:before{ position: static; margin-right: .3em; }
	footer .copy{ font-size: 2.4vw; letter-spacing: 0; }

	.hamburger{ overflow: scroll; display: block; }
	.hamburger .inner{ width: 100%; display: block; }
	.hamburger .left .logo{ width: 40vw; margin: 13.33vw auto 5.33vw; }
	.hamburger .left .logo + p{ font-size: 2.4vw; }
	.hamburger .right ul{ display: table; margin: 12vw auto 13.33vw; padding-left: 6.66vw; }
	.hamburger .right ul li{ font-size: 3.5vw; }
	.hamburger .right ul li a{ padding-right: 4.93vw; background-size: 1.333vw; }
    
	.contact-box .side-img{ flex-wrap: wrap; margin: 8vw 0; padding-left: 6.66vw; padding-right: 6.66vw;}
	.contact-box .side-img .img{ width: 80%; order: 1; margin: 0 auto 5vw; }
	.contact-box .side-img .content{ width: 100%; order: 2; }
	.contact-box .side-img .content h3{font-size: 5.33vw;}
	.contact-box .side-img .content p{margin-bottom: .667em;}
}

.container.group table th {
    padding: 1em;
    background: #dedede;
    color: rgb(1 32 98);
}


.contact-box .side-img{ display: flex; justify-content: space-between; margin: 50px 0; }
.contact-box .side-img .img{ width: 275px; }
.contact-box .side-img .img img{ display: block; width: 100%; }
.contact-box .side-img .content{ width: 500px; }
.contact-box .side-img .content h3{font-size: 25px; font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", yu-mincho-pr6, sans-serif; font-weight: 600; color: #004880; border-bottom: solid 1px; margin-bottom: 1em; color: #fff;}
.contact-box .side-img .content p{color: #fff;}

.container.staff_container h2{
	  position: relative;
	  }
	    .container.staff_container h2 .interstate{
	  position: absolute;
	      bottom: 0;
    right: 100px;
	  
	  }
	  .container.staff_container h2{
	  margin:0 0 40px;
	      line-height: 0.7;
	  }


	
	@media all and (max-width: 768px) {
	   .container.staff_container h2 .interstate{
	  bottom: -4px;
    right: 10px;
	  }
	   .container.staff_container h2 .interstate img{
	  width: 27px;
	  }
	
	  
	  }


