@charset "utf-8";

#lineup-font-size-sampler{
	display: none;
}

article a:not(.btn):hover, footer a:hover {
	opacity: 0.8;
	color: #f8a911;
}

.inner {
	width: 980px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
.inner {
	width: 90%;
	padding: 0 5%;
}
}

/* headder */

header {
	text-align: center;
}

#top-head {
	padding-top: 20px;
}

.logo {
	border-bottom: 1px solid #ffd75f;
}

.logo a {
	width: 145px;
	margin: 0 auto 20px;
	display: block;
}

nav ul {
	overflow: hidden;
}

nav li {
	float: left;
}

#global-nav{
	width: 980px;
	margin: 0 auto;
}

.header_nav1:after {
	width: 980px;
	margin-top: -4px;
	position: absolute;
	content: "";
	display: block;
	height: 4px;
	background: #ffd964;
	z-index: -1;
}

.header_nav1 ul {
	width: 776px;
	margin: auto;
}

.header_nav1 li {
	width: 194px;
	position: relative;
}

.header_nav1 li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	bottom: 10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

#top #nav_top a, #dr #nav_dr a, #dh #nav_dh a, #da #nav_da a {
	color: #f06c01;
}

.header_nav1 li:hover a {
	color: #f8a911;
}

#top #nav_top:after, #dr #nav_dr:after, #dh #nav_dh:after, #da #nav_da:after, .header_nav1 li:hover:after {
    background: #f8a911;
    bottom: 0;
}

.header_nav1 li a {
	padding: 18px 18px 22px;
	font-size: 17px;
	display: block;
}

.header_nav2 {
	padding: 10px 0;
	overflow: hidden;
}

.header_nav2 ul {
	overflow: hidden;
}

.header_nav2 li {
	border-right: 1px dotted #bbb;
	float: left;
}

.header_nav2 li:last-child {
	float: right;
}

.header_nav2 li:first-child {
	border-left: 1px dotted #bbb;
}

.header_nav2 li a {
	padding: 5px 25px;
	font-size: 14px;
	display: block;
}

.header_nav2 li:hover a {
	color: #f8a911;
}

.header_nav2 .nav_contact a {
	padding: 5px 40px;
	background: #f17b19;
	color: #fff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

#dr .header_nav2 .nav_contact a {
	background: #49a4db;
}

#dh .header_nav2 .nav_contact a {
	background: #38c8a7;
}

#da .header_nav2 .nav_contact a {
	background: #74c623;
}

.header_nav2 .nav_contact:hover a {
	color: #fff;
	opacity: 0.8;
}

/* Toggle Button */

#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}

#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}

#nav-toggle span:nth-child(2) {
	top: 11px;
}

#nav-toggle span:nth-child(3) {
	top: 22px;
}

@media screen and (max-width: 640px) {
#wrap {
	padding-top: 57px;
}

#global-nav{
	width: 100%;
}

#top-head {
	width: 100%;
	padding: 0;
	z-index: 999;
}

#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}

/* Fixed reset */

#top-head.fixed {
	padding-top: 0;
	background: transparent;
}

#mobile-head {
	background: rgba(255,255,255,0.95);
	border-bottom: 1px solid #F9C855;
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}

.logo {
	width: auto;
	height: 56px;
	border: none;
	position: absolute;
	left: 0;
	right: 0;
}

.logo a {
	width: auto;
	margin: 10px auto;
	display: inline-block;
}
.logo a img {
	width: auto;
	height: 36px;
}

#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	width: 100%;
	text-align: center;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 998;
}

.header_nav1 ul, .header_nav2 ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
}

.header_nav1 li, .header_nav2 li {
	width: 100%;
	float: none;
	position: static;
}

.header_nav1 li a, .header_nav2 li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 5px 0;
}

.header_nav2 li.nav_contact a {
	padding: 10px 0;
}

.header_nav1 {
	background-color: rgba(248,169,17,0.95);
	border: none;
}

.header_nav1 ul {
	width: auto;
}

.header_nav1 li:after {
	display: none;
}

#top #nav_top a, #dr #nav_dr a, #dh #nav_dh a, #da #nav_da a, .header_nav1 li:hover a {
	color: #fff;
}
.header_nav1 li a {
	font-size: 14px;
}

.header_nav1 li:first-child a {
	padding-top: 10px;
}

.header_nav1 li:last-child a {
	padding-bottom: 10px;
}

.header_nav2 {
	padding: 0;
	background-color: rgba(247,184,67,0.95);
}

.header_nav2 ul {
	float: none;
}

.header_nav2 li:hover a {
	color: #fff;
}

.header_nav2 li:first-child a {
	padding-top: 10px;
}

.header_nav2 li:nth-child(3) a {
	padding-bottom: 10px;
}

.header_nav2 li.nav_contact {
	background-color: rgba(73,164,219,0.95);
}

#nav-toggle {
	display: block;
}

/* #nav-toggle 切り替えアニメーション */

.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

/* #global-nav スライドアニメーション */

.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
}

/* footer */

footer {
	width: 100%;
	border-top: 4px solid #f8a911;
	margin-top: 90px;
}

footer .inner {
	overflow: hidden;
}

footer nav {
	padding: 18px 0;
	border-bottom: 1px dotted #cccccc;
}

footer nav ul {
	padding: 4px 0;
	display: inline-block;
}

footer nav ul li {
	margin: 0 45px;
}

footer nav ul:first-child li a, footer dl dd li a {
	font-size: 12px;
}

footer nav ul:first-child li a {
	font-size: 16px;
	font-weight: bold;
}

footer dt {
	color: #f06c01;
}

footer dl {
	float: left;
	width: 50%;
	padding: 6px 5% 6px 10%;
	margin: 14px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

footer dl:last-child {
	float: right;
	width: 50%;
	padding: 6px 10% 6px 5%;
	border-left: 1px dotted #cccccc;
}

.copyright {
	text-align:center;
	padding: 10px 0 24px;
}

.copyright small, .copyright small span {
	font-size: 12px;
	color: #898686;
}

#ptop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#ptop a {
	text-indent: -9999px;
	width: 40px;
	height: 40px;
}

.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}

.arrow::before,
.arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#ptop a::before {
	width: 40px;
	height: 40px;
	background: #f9c851;
}

#ptop a::after {
	left: 11px;
	top: 9px;
	width: 15px;
	height: 15px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (max-width: 640px) {
footer {
	border-top: none;
	padding-top: 30px;
	margin-top: 0;
}

footer nav {
	display: none!important;
}

footer dl {
	float: none;
	width: 100%;
	padding: 0 0 12px 0;
	margin: 0;
}

footer dl:last-child {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
	border-left: none;
}

.copyright {
	padding: 0 0 30px 0;
}

.copyright small {
	width: 100%;
}

#ptop {
	width: 100%;
	height: 40px;
	position: inherit;
	background: #f9c851;
	margin-top: 60px;
	overflow: hidden;
}

#ptop a {
	width: 100%;
	height: 40px;
}

#ptop a::after {
	left: 50%;
	margin-left: -15px;
}

#ptop a::before {
	height: 40px;
}

}

/* 見学ボタン */

.btn {
	width: 490px;
	padding: 22px;
	margin: 0 auto;
	text-align: center;
	border-radius: 10px;
	transition-property: border-bottom, margin-top;
	transition-duration: 0.04s;
	transition-timing-function: linear;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
a.btn , a.btn span {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.btn:hover {
	margin-top: 3px;
}

.btn::before, .btn::after {
	left: inherit;
	right: 10px;
}

.btn::before{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 6px solid transparent;
	border-left: 12px solid #fff;
}

@media screen and (max-width: 640px) {
.btn {
	width: 100%;
	padding: 12px 30px;
	line-height: 150%;
}

a.btn , a.btn span {
	font-size: 16px;
}

.btn::before {
	width: 10px;
	height: 10px;
	border: 5px solid transparent;
	border-left: 10px solid #fff;
}
}

/* dr ボタン */

#dr .btn {
	background: #49a4db;
	border-bottom: solid 5px #3a8cbd;
}

#dr .btn:hover {
	border-bottom: solid 2px #3a8cbd;
}

/* dh ボタン */

#dh .btn {
	background: #38c8a7;
	border-bottom: solid 5px #2da186;
}

#dh .btn:hover {
	border-bottom: solid 2px #2da186;
}

/* da ボタン */

#da .btn {
	background: #74c623;
	border-bottom: solid 5px #60a31d;
}

#da .btn:hover {
	border-bottom: solid 2px #60a31d;
}

/* タイトル */

.h2_box {
	margin: 90px 0 40px;
	text-align: center;
}

.h2_box h2, .h2_box h2 span {
	font-size: 30px;
	font-weight: bold;
	line-height: 150%;
}

.h2_box h2:after {
	content: '';
	width: 120px;
	height: 2px;
	margin: 10px auto 15px;
	background: #1f1f20;
	display: block;
}

.h2_box p, .h2_box p span {
	font-size: 18px;
}

.h3_box {
	margin: 0 0 5px;
	text-align: center;
}

.h3_box h3, .h3_box h3 span {
	font-size: 26px;
	font-weight: bold;
	line-height: 150%;
}

.h3_box h3:after {
	content: '';
	width: 100%;
	height: 2px;
	margin: 10px auto 15px;
	background: #1f1f20;
	display: block;
}

.h3_box p, .h3_box p span {
	font-size: 18px;
}

.h3st {
	color: #f8a911;
}

#mail .h3_box p, #mail .h3_box p span {
	font-weight: bold;
	font-size: 16px;
}

@media screen and (max-width: 640px) {
.h2_box {
	margin: 60px 0 40px;
	text-align: center;
}

.h2_box h2, .h2_box h2 span {
	font-size: 24px;
}

.h2_box p, .h2_box p span {
	font-size: 16px;
}

.h3_box h3, .h3_box h3 span {
	font-size: 22px;
}

.h3_box p, .h3_box p span {
	font-size: 16px;
}

}

/* コンテンツリンク */

.cont_list02 {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

.cont_list02.col1 {
	width: 306px;
}

.cont_list02 a {
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 31px;
}

.cont_list02 a:last-child {
	margin-right: 0;
}

.cont_list02 .cont_img {
	width: 306px;
}

.cont_list02 .cont_txt {
	display: block;
	width: 306px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #ffffff;
}

.cont_list02 .cont_txt p {
	color: #ffffff;
	width: 306px;
	padding: 8px 0;
	font-size: 18px;
	line-height: 150%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.detail::before, .btn::after {
	left: inherit;
	right: 10px;
}

.detail::before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 6px solid transparent;
}

.cont_list02 .detail::before {
	border-left: 10px solid #ffffff;
}

.cont_list02 .cont_item01 .cont_txt {
	background: rgba(241,123,25,0.8);
}

.cont_list02 .cont_item02 .cont_txt {
	background: rgba(248,169,17,0.8);
}

.cont_list02 .cont_item03 .cont_txt {
	background: rgba(250,103,70,0.8);
}

@media screen and (max-width: 640px) {
.cont_list02, .cont_list02.col1 {
	width: 100%;
}

.cont_list02 a {
	float: none;
	margin-right: 0;
	margin-bottom: 1px;
}

.cont_list02 .cont_txt p {
	font-size: 16px;
}

.cont_list02 .cont_img, .cont_list02 .cont_txt, .cont_list02 .cont_txt p {
	width: 100%;
}
}

/* 募集状況 */

.tabs {
	width: 360px;
	margin: 0 auto;
	overflow: hidden;
}

.tabs li {
	width: 180px;
	height: 50px;
	margin-bottom: 30px;
	line-height: 50px;
	border: 1px solid #aaa;
	text-align: center;
	float: left;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.tabs li:hover, .tabs li:hover a {
	opacity: 0.8;
}

.tabs li.active {
	background: #aaa;
}

.tabs li a, .tabs li a:hover {
	color: #1f1f20;
	font-size: 18px;
}

.tabs li.active a, .tabs li.active a:hover {
	color: #fff;
}

.situation_item {
	margin: 0 auto 30px;;
	text-align: center;
	overflow: hidden;
}

.h2_box + .situation_item, .situation_item:first-child {
	margin-bottom: 10px;
}

.situation_list .situation_item.tokyo {
	width: 980px;
}

.situation_list .situation_item.kanagawa {
	width: 784px;
}

.situation_item li {
	height: 50px;
	margin: 0 auto;
	display: table;
}

.situation_item li p {
	width: 100%;
	line-height: 120%;
	display: table-cell;
	vertical-align: middle;
}

.situation_item01 {
	background: #fff6d9;
	overflow: hidden;
	float: left;
}

.situation_item01 li {
	width: 196px;
}

.situation_item01 li:first-child p {
	color: #f06c01;
	font-size: 18px;
	font-weight: bold;
}

.situation_item02 {
	background: #fff6d9;
	overflow: hidden;
	float: left;
}

.situation_item02 li {
	width: 196px;
	float: left;
}

.situation_item02 p {
	letter-spacing: 0;
}

.situation_item03 {
	background: #fff;
	overflow: hidden;
	float: left;
}

.situation_item03 li {
	width: 196px;
	float: left;
}

.situation_item03 li {
	background: #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.situation_item03 p {
	color: #fff;
	font-size: 18px;
}

.situation_item03 .active {
	background: #f8a911;
}

.situation_item03 .active.hurriedly {
	background: #f17b19;
}

.situation_item03 .active.part {
	background: #f9c851;
	font-size: 14px;
}

.situation_item03 .active.part p, .situation_item03 .active.part p span {
	color: #fff;
	font-size: 14px;
}


@media screen and (max-width: 640px) {
.tabs {
	width: 100%;
}

.tabs li {
	width: 50%;
}

.h2_box + .situation_item, .situation_item:first-child {
	margin-bottom: 30px;
}

.situation_list .situation_item.tokyo {
	width: auto;
}

.situation_list .situation_item.kanagawa {
	width: auto;
}

.situation_item li p {
	padding: 0 5px;
}

.situation_item01 {
	width: 100%;
	background: #ffedb9;
}

.situation_item01 li {
	width: 50%;
	float: left;
}

.situation_item01 li:last-child p, .situation_item01 li:last-child p span {
	font-weight: bold;
}

.situation_item02 {
	width: 50%;
}

.situation_item02 li {
	width: 100%;
	float: none;
}

.situation_item03 {
	width: 50%;
}

.situation_item03 li {
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #fff;
	float: none;
}
}

/* 見てみたい */

.area_visit {
	background: #fff6d9;
}

.area_visit .h2_box {
	margin-bottom: -43px;
	padding-bottom: 70px;
}

.area_visit h2 {
	padding-top: 32px;
}

@media screen and (max-width: 640px) {
.area_visit .h2_box {
	margin-bottom: -30px;
	padding-bottom: 57px;
}
}

/* バイブル */

.area_bible {
	background: #fff6d9;
}

#inner_bible {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0;
}

#bible {
	width: 62.24%;
	float: left;
}

#mail {
	width: 33.67%;
	float: right;
}

#mail form input {
	height: 40px;
	padding: 0 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#mail form input, #mail p {
	display: block;
	width: 100%;
	font-size: 16px;
}

.pst, #mail .pst {
	font-size: 16px;
	color: #f17b19;
}

#mail .h3_box p {
	text-align: center;
}

#mail form p {
	text-align: left;
	padding: 7px 0 4px 0;
}

#mail .AGENTMAIL__submit {
	text-align: center;
	background: #f06c01;
	color: #ffffff;
	margin-top: 24px;
	cursor: pointer;
}
.AGENTMAIL__submit:hover {
	opacity: 0.8;
}

@media screen and (max-width: 640px) {
#inner_bible {
	width: 90%;
	padding: 40px 5%;
}

#bible, #mail {
	width: 100%;
	float: none;
}

#bible {
	padding-bottom: 40px;
}

#mail form input, #mail p {
	display: block;
	width: 100%;
	font-size: 16px;
}

.pst, #mail .pst {
	font-size: 16px;
	color: #f17b19;
}

#mail .h3_box p {
	text-align: center;
}

#mail form p {
	text-align: left;
	padding: 7px 0 4px 0;
}

#mail .AGENTMAIL__submit {
	text-align: center;
	background: #f06c01;
	color: #ffffff;
	margin-top: 24px;
}
}

/* 下層共通 */

/* メイン */

.sub_box {
	overflow: hidden;
	width: 100%;
	min-width: 980px;
}

.sub_box .img_box, .sub_box .h1_box {
	width: 50%;
	float: left;
	text-align: left;
}

.sub_box .h1_box h1 {
	width: 80%;
	pddding: 0 10%;
	margin: 0 auto;
	color: #ffffff;
	font-size: 42px;
	font-weight: bold;
	line-height: 150%;
}

.sub_box .h1_box h1 span {
	color: #ffffff;
	font-size: 42px;
	font-weight: bold;
	line-height: 150%;
}

.sub_box .h1_box h1:last-child, .sub_box .h1_box h1:last-child span {
	font-size: 24px;
	line-height: 180%;
}

#main_img_sub01 .h1_box {
	background: #f17b19;
}

#main_img_sub02 .h1_box {
	background: #f8a911;
}

#main_img_sub03 .h1_box {
	background: #fa6746;
}

#dr #main_img_sub_visit .h1_box {
	background: #49a4db;
}

#dh #main_img_sub_visit .h1_box {
	background: #38c8a7;
}

#da #main_img_sub_visit .h1_box {
	background: #74c623;
}

@media screen and (max-width: 640px) {
.sub_box {
	width: 100%;
	min-width: inherit;
}

.sub_box .img_box, .sub_box .h1_box {
	width: 100%;
	float: none;
}

.sub_box .h1_box {
	padding: 20px 0;
}

.sub_box .h1_box h1 {
	font-size: 24px;
}

.sub_box .h1_box h1 span {
	font-size: 24px;
}

.sub_box .h1_box h1:last-child, .sub_box .h1_box h1:last-child span {
	font-size: 16px;
}
}

/* タイトル */

.circle {
	height: 140px;
	width: 140px;
	border-radius: 50%;
	background: #ffd964;
	padding: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	margin: 0 auto;
}

.circle p {
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	color: #444444;
	line-height: 320%;
	font-weight: bold;
	height: 132px;
	width: 132px;
	border-radius: 50%;
	background: #ffffff;
	display: table-cell;
}

.circle p span {
	font-size: 48px;
	color: #f8a911;
	line-height: 50%;
	font-weight: bold;
}

.h3_sub {
	font-size: 24px;
	color: #f8a911;
	text-align: center;
	font-weight: bold;
	padding: 40px 0;
}

.h3_sub span {
	font-size: 24px;
	color: #f8a911;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
.circle {
	height: 110px;
	width: 110px;
}

.circle p {
	font-size: 14px;
	line-height: 275%;
	height: 102px;
	width: 102px;
}

.circle p span {
	font-size: 32px;
	line-height: 0;
	font-weight: bold;
}

.h3_sub {
	font-size: 18px;
	padding: 30px 0;
}

.h3_sub span {
	font-size: 18px;
}
}

/* 本文 */

/* .innerの中で使う */

.w840 {
	width: 840px;
	margin: 0 auto;
}

.w760 {
	width: 760px;
	margin: 0 auto;
}

.w680 {
	width: 680px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
.w840, .w680, .w760 {
	width: 100%;
}
}

/* 共通画像BOX */

.last_img {
	width: 100%;
	background: #eeeeee;
	margin-top: 60px;
}

.last_img div {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

.last_img div img {
	float: left;
	width: 490px;
}

@media screen and (max-width: 640px) {
.last_img {
	background: none;
	margin-top: 40px;
}

.last_img div {
	width: 100%;
}

.last_img div img {
	float: none;
	width: 100%;
}
}

/* 共通テキスト・画像BOX */

.ti_box div {
	overflow: hidden;
	padding-bottom: 40px;
}

.ti_box div:last-child {
	padding-bottom: 0;
}

.ti_box div:nth-child(odd) p, .ti_box div:nth-child(even) img {
	float: left;
}

.ti_box div:nth-child(odd) img, .ti_box div:nth-child(even) p {
	float: right;
}

.ti_box div:nth-child(odd) p {
	padding-right: 3.5%;
}

.ti_box div:nth-child(even) p {
	padding-left: 3.5%;
}

.ti_box p {
	width: 64.5%;
}

.ti_box img {
	width: 32%;
	height: auto;
}

.wide_txt {
	width: 100%!important;
}

@media screen and (max-width: 640px) {
.ti_box div {
	padding-bottom: 30px;
}

.ti_box div:last-child {
	padding-bottom: 0;
}

.ti_box div:nth-child(odd) p, .ti_box div:nth-child(even) img {
	float: none;
}

.ti_box div:nth-child(odd) img, .ti_box div:nth-child(even) p {
	float: none;
}

.ti_box div:nth-child(odd) p {
	padding-right: 0;
}

.ti_box div:nth-child(even) p {
	padding-left: 0;
}

.ti_box p {
	width: 100%;
	padding-bottom: 15px;
}

.ti_box img {
	width: 100%;
	height: auto;
}
}

/* テーブル */

tr {
	border-bottom: 1px dotted #cccccc;
}

td {
	font-size: 16px;
	padding: 18px 10px;
}

td span {
	font-size: 16px;
}

table {
	width: 100%;
}

@media screen and (max-width: 640px) {
td, td span {
	font-size: 14px;
}
}

/* クリニックリンク */

.clinic_list h3 {
	font-size: 20px;
	font-weight: bold;
	color: #f17b19;
	line-height: 150%;
	margin-bottom: 2px;
	width: 85%;
}

.clinic_list h3 span {
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
	color: #f17b19;
}

.clinic_list p {
	font-size: 16px;
	color: #ffffff;
}

section .clinic_list .clinic_item01, section .clinic_list .clinic_item02 {
	margin-bottom: 15px;
}

.clinic_list .detail {
	font-size: 16px;
	margin-top: 14px;
}

.clinic_list .item {
	overflow: hidden;
	display: block;
	width: 980px;
	margin: 0 auto;
}

.clinic_list .clinic_img, .clinic_list .clinic_txt {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.clinic_list .clinic_item01 .clinic_img, .clinic_list .clinic_item03 .clinic_img, .clinic_list .clinic_item02 .clinic_txt {
	float: right;
}

.clinic_list .clinic_img, .clinic_list .clinic_item01 .clinic_txt, .clinic_list .clinic_item03 .clinic_txt {
	float: left;
}

.clinic_list .clinic_img {
	width: 61.22%;
}

.clinic_list .clinic_txt {
	width: 38.78%;
}

.clinic_list .clinic_item01 div {
	background: #eeeeee;
}

.clinic_list .clinic_item02 div {
	background: #eeeeee;
}

.clinic_list .clinic_item03 div {
	background: #eeeeee;
}

.clinic_list .clinic_item01 .detail {
	background: #f17b19;
	color: #ffffff;
	padding: 3px 35px 3px 16px;
	display: inline-block;
}

.clinic_list .clinic_item01 .detail::before {
	border-left: 10px solid #ffffff;
}

.clinic_list .clinic_item02 .detail {
	background: #f17b19;
	color: #ffffff;
	padding: 3px 35px 3px 16px;
	display: inline-block;
}

.clinic_list .clinic_item02 .detail::before {
	border-left: 10px solid #ffffff;
}

.clinic_list .clinic_item03 .detail {
	background: #f17b19;
	color: #ffffff;
	padding: 3px 35px 3px 16px;
	display: inline-block;
}

.clinic_list .clinic_item03 .detail::before {
	border-left: 10px solid #ffffff;
}

.clinic_list .clinic_txt {
	display: table;
}

.clinic_list .clinic_txt div {
	display: table-cell;
	vertical-align: middle;
	padding-left: 7%;
}

.h2_box .h3_sub {
	padding: 0;
}

.kng {
	padding-top: 50px;
}

@media screen and (max-width: 640px) {
.clinic_list .clinic_item01, .clinic_list .clinic_item02 {
	margin-bottom: 1px;
}

.clinic_list h3 {
	width: 100%;
}

.clinic_list h3, .clinic_list h3 span {
	font-size: 18px;
}

.clinic_list p {
	font-size: 14px;
	color: #ffffff;
}

.clinic_list .detail {
	font-size: 16px;
}

.clinic_list .item {
	width: 100%;
}

.clinic_list .clinic_item01 .clinic_img, .clinic_list .clinic_item03 .clinic_img, .clinic_list .cont_item02 .clinic_txt {
	padding: 10px 10px 0 10px;
	width: 100%;
}

.clinic_list .clinic_img, .clinic_list .cont_item01 .clinic_txt, .clinic_list .cont_item03 .clinic_txt, #dh .clinic_list .cont_item03 .clinic_img, #dh .clinic_list .cont_item03 .clinic_txt, #da .clinic_list .cont_item03 .clinic_img, #da .clinic_list .cont_item03 .clinic_txt {
	padding: 10px 10px 0 10px;
	width: 100%;
}

.clinic_list .clinic_txt {
	padding: 10px 10px 0 10px;
	width: 100%;
}

.clinic_list .clinic_txt div {
	padding-left: 2%;
	padding-bottom: 18px;
}
}

/* 電話リスト */
.tel_list {
	background: #fff9ec;
}

.tel_list dl {
	overflow: hidden;
	background: #fee996;
	width: 980px;
	margin: 0 auto;
}

.tel_list dl * {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.tel_list dt, .tel_list span, .tel_list a {
	color: #f06c01;
}

.tel_list dt {
	background: #fff9ec;
	padding: 4px 0;
}

.tel_list dd {
	float: left;
	margin: 15px 0;
	border-right: 1px solid #ffffff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
}

.tel_list dl dd:last-child {
	border-right: none;
}

.tel_list:last-child dd {
	width: 33.33%;
}

.tel_list:last-child {
	margin-top: 20px;
}

@media screen and (max-width: 640px) {
	.tel_list dl {
		width: 100%;
	}
	
	.tel_list dt {
		background: #fff9ec;
		padding: 4px 0;
	}
	
	.tel_list dd {
		float: none;
		margin: 0;
		padding: 15px 0;
		width: 100%;
		border-top: 1px solid #ffffff;
	}
	
	.tel_list:last-child dd {
		width: 100%;
	}
	
	.tel_list dl a {
		color: #f06c01;
		text-decoration: underline;
	}
	.pc_hide {
		display:none !important;
	}

}

/* da,dhのPCセクション */

@media screen and (min-width: 641px) {
.half_sec01, .half_sec02 {
	width: 50%;
	float: left;
	overflow: hidden;
}

.w980 {
	min-width: 980px;
	overflow: hidden;
}

.half_sec01 .inner, .half_sec02 .inner {
	width: 445px;
}

.half_sec01 .inner {
	float: right;
}

.half_sec02 .inner {
	float: left;
}
.sp_hide {
	display:none !important;
}
}


@media screen and (min-width: 641px) {

	.ttvl .new01 {
		width: 32%;
		float: left;
		margin-right: 1%;
	}

	.text01{
		font-size: 20px;
		font-weight: bold;
		line-height: 150%;
		text-align: center;
	}
}
@media screen and (max-width: 640px) {

	.text01{
		font-size: 20px;
		font-weight: bold;
		line-height: 150%;
		text-align: center;
	}
}