@charset "UTF-8";
body .site {
	font-size: 14px;
	color: #262626;
	line-height: 1.7;
	background: #fff;
	font-family: "ヒラギノ角ゴ ProN W3″", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
body a,
body a:visited,
body a:active,
body a:focus{
	color: #000;
}
body a:hover {
	text-decoration: none;
	color: #196836;
}
body .pagewidth {
	width: 1000px;
}
body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#site-logo a img,
div img {
	vertical-align: middle;
}
body .site a img {
	transition: 0.2s all linear;
}
body .site a:hover img {
	opacity: 0.7;
}

body #header {
	padding: 0;
}
body #site-description {
	position: relative;
	top: 0;
}
.site-description span {
	line-height: 1.7;
	padding: 0px;
	display: block;
	font-size: 10px;
	color: #9c9c9c;
	text-align: right;
	padding-top: 3px;
}
#header hgroup {
	overflow: hidden;
	position: relative;
	padding-top: 14px;
	padding-bottom: 15px;
}
.lb {
	float: left;
	padding-top: 5px;
}
.rb {
	float: right;
	overflow: hidden;
	text-align: right;
}
.head-tel {
	margin-bottom: 10px;
}
body #main-menu-container {
	border-top: 3px solid #60c7a0;
	text-align: center;
}
#main-menu {
	display: inline-block;
	position: relative;
}
#main-menu::after {
	content: "";
	width: 100%;
	clear: both;
	position: relative;
	display: block;
}
.main-menu li {
	font-size: 100%;
	float: left;
	margin-bottom: 0;
	position: relative;
}
#main-menu-container .main-menu > li.menu-item  > a {
	margin-right: 0px;
	font-size: 100%;
	height: 75px;
	padding: 0px;
	text-indent: 200%;
	overflow: hidden;
	white-space: nowrap;
	background: url(../../uploads/main-nav-menu_03.png) no-repeat;
	display: block;
}
#main-menu-container .main-menu > li:first-child > a {
	width: 161px;
	background-position: 0px 0px;
}
#main-menu-container .main-menu > li:nth-child(2) > a {
	width: 160px;
	background-position: -161px 0px;
}
#main-menu-container .main-menu > li:nth-child(3) > a {
	width: 160px;
	background-position: -321px 0px;
}
#main-menu-container .main-menu > li:nth-child(4) > a {
	width: 160px;
	background-position: -481px 0px;
}
#main-menu-container .main-menu > li:nth-child(5) > a {
	width: 200px;
	background-position: -641px 0px;
}
#main-menu-container .main-menu > li:nth-child(6) > a {
	width: 161px;
	background-position: -841px 0px;
}
.main-menu .sub-menu {
	margin: 0;
	padding: 0;
	position: absolute;
	background-color: #fff;
	z-index: 100;
	left: 0;
	top: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}
.main-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}
.main-menu li li {
	font-size: 13px;
	display: block;
	text-align: center;
	float: none;
}
.main-menu li li a {
	line-height: 1.7;
	font-size: 14px;
	text-decoration: underline;
	text-indent: 0px;
	text-align: center;
	background: none;
	height: auto;
	border-bottom: 0px;
	width: 100%;
	display: block;
	padding: 7px 5px;
}
.main-menu li li a,
.main-menu li li a:visited,
.main-menu li li a:active,
.main-menu li li a:focus {
	color: #262626;
}
.main-menu li li a:hover {
	color: #fe9d34;
	text-decoration: none;
}
#footerwrap {
	border-top: 1px solid #9c9c9c;
	padding-top: 60px;
}
body .row_inner {
	max-width: 1000px;
	width: 100%;
}
.module.footer-logo {
	margin-bottom: 15px;
}
.module.footer-info-text {
	margin-bottom: 18px;
}
.tb_text_wrap p:last-of-type {
	margin-bottom: 0;
}
.module.footer-table table {
	table-layout: fixed;
}
.module.footer-table table tr:first-child td {
	background: #33c08c;
	color: #fff;
	font-weight: bold;
}
.module.footer-table table tr td {
	border: 1px solid #d2d2d2;
	text-align: center;
	padding: 12px 5px;
	font-weight: bold;
}
.module.footer-table table tr td:first-child {
	width: 30%;
}
.module.footer-table {
	margin-bottom: 15px;
}
.module.footer-sub-text {
	margin-bottom: 15px;
}
body .footer-custom-menu {
	margin: 20px 0 0 0;
	background: #fff2d6;
	text-align: center;
	padding: 27px 0px 20px;
}
body .footer-nav {
	display: inline-block;
	width: 1000px;
	text-align: center;
	margin: 0;
}
.footer-nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 5px 0;
	line-height: 1.8;
	font-size: 12px;
	position: relative;
	color: #262626;
	padding: 0 0 0 2px;
}
.footer-nav > li:before {
	content: "|";
	margin-right: 4px;
}
.footer-nav li:first-child:before {
	display: none;;
}

.footer-nav li ul {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.footer-nav li ul::before {
	content: "(";
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
.footer-nav li ul::after {
	content: ")";
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
.footer-nav li li {
	margin-bottom: 0;
}
.footer-nav > li li:before {
	content: "/";
	margin-right: 4px;
}
body .footer-custom-menu a,
body .footer-custom-menu a:visited,
body .footer-custom-menu a:active,
body .footer-custom-menu a:focus {
	color: #262626;
}
body .footer-custom-menu a:hover {
	color: #fe9d34;
}
body .copyright-container {
	color: #fff;
	font-size: 13px;
	background: #33c08c;
	padding: 12px 0px 11px 0px;
	text-align: center;
}
body #pc-backtop {
	width: auto;
	height: auto;
	bottom: 55px;
	right: 20px;
}
body .themify_builder_slider .slide-image,
body .module-slider {
	margin-bottom: 0;
}
body .module_row.fullwidth > .row_inner {
	max-width: 1000px;
	width: 100%;
}
body .module_row.fullwidth.home-main-row > .row_inner {
	max-width: 100%;
}
.module.news-title {
	padding: 15px 30px;
	border-bottom: 2px solid #039861;
}
.module.news-post .list-post {
	padding: 10px 30px;
	height: 270px;
	overflow: auto;
}
.col-full .news-post .post {
	margin-bottom: 0px;
	border-bottom: 1px dotted #c6c6c6;
	padding: 15px 0px;
}
.module.news-post .post-date {
	line-height: 1.7;
	margin-bottom: 0px;
	float: left;
	margin-right: 15px;
	color: #039861;
	font-size: 14px;
	font-weight: bold;
}
.module.news-post .post-title {
	line-height: 1.7;
	font-size: 14px;
}
.news-post .entry-content p:last-of-type {
	margin-bottom: 0px;
}
body .news-post a {
	text-decoration: underline;
}
body .news-post a:hover {
	text-decoration: none;
}
.big_ani_btn.module a img {
	transition: all .3s ease-in;
}
.big_ani_btn.module a:hover img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	transform: scale(1.08);
}
.module.home-banner {
	margin-bottom: 40px;
}
.yellow-row {
	background: #fff2d6;
}
.module.green-img-title {
	border-bottom: 1px solid #33c08c;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.module.home-img01, .module.home-btn {
	margin-bottom: 40px;
}
.sub-main-row.contact-row {
	background: url(../../uploads/contact-main-bg.jpg) no-repeat center center;
}
.sub-main-row {
	padding: 100px 0px 79px 0px;
}
.module.guide-greeting {
	text-align: center;
	color: #262626;
	font-size: 16px;
	font-weight: bold;
	background: url(../../uploads/guide-bg01.png) no-repeat left 30px top, url(../../uploads/guide-bg02.png) no-repeat right 30px top;
	padding: 26px 0px 20px 0px;
	margin-bottom: 60px;
}
.guide-row {
	background: #fff2d6;
	padding: 60px 0px;
	margin-bottom: 50px;
}
.guide-row .row_inner {
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 40px 70px;
}
.module.guide-table tr td {
	padding: 10px 0px;
	border-bottom: 1px dashed #d1d1d1;
	vertical-align: middle;
}
.module.guide-table tr td:first-child {
	font-weight: bold;
	width: 75px;
}
.module.guide-table tr td img {
	margin-bottom: 0px;
}
.module.guide-table tr td a {
	display: inline-block;
	margin-left: 80px;
	vertical-align: middle;
}
.module.guide-table {
	margin-bottom: 10px;
}
.module.guide-time-table tr td {
	border: 1px solid #c9d1ce;
	text-align: center;
	padding: 12px 4px;
	vertical-align: middle;
}
.module.guide-time-table tr:first-child td {
	font-weight: bold;
	color: #fff;
	background: #33c08c;
}
#body .module.contact_form .wpcf7 table {
	border-collapse: separate;
	border-spacing: 7px;
}
#body .module.contact_form .wpcf7 table tbody tr th, #body .module.contact_form .wpcf7 table tbody tr td {
	border: 1px solid #ccc;
}
#body .module.contact_form .wpcf7 table tbody tr th {
	color: #262626;
	width: 24%;
	background: url(../../uploads/green-arrow-icon.png) no-repeat left 15px center,#fff2d6;
	padding: 14px 3px 14px 35px;
	text-align: left;
}
#body .module .wpcf7 table tbody tr th span {
	color: #ff0000;
	font-size: 10px;
	font-size: 0.625rem;
}
#body .module .wpcf7 table tbody tr td {
	background: #fff2d69c;
}
body .wpcf7 table tr td input[type="text"], 
body .wpcf7 table tr td input[type="password"], 
body .wpcf7 table tr td input[type="date"], 
body .wpcf7 table tr td input[type="datetime"], 
body .wpcf7 table tr td input[type="datetime-local"], 
body .wpcf7 table tr td input[type="month"], 
body .wpcf7 table tr td input[type="week"], 
body .wpcf7 table tr td input[type="email"], 
body .wpcf7 table tr td input[type="number"], 
body .wpcf7 table tr td input[type="search"], 
body .wpcf7 table tr td input[type="tel"], 
body .wpcf7 table tr td input[type="time"], 
body .wpcf7 table tr td input[type="url"], 
body .wpcf7 table tr td input[type="color"], 
body .wpcf7 table tr td textarea {
	margin-bottom: 0px;
	background-color: #fff;
	border-radius: 0;
}
body span.wpcf7-list-item {
	margin-left: 5px;
}
#body .module.contact_form .wpcf7 input[type=submit] {
	height: 60px;
	margin-top: 50px;
	max-width: 270px;
	background: url(../../uploads/muiten.png)right 46px center no-repeat #fe9d34;
	border: 1px solid #ccc;
	transition: all 0.7s ease;
	color: #fff;
	box-shadow: 1px 1px 2px #ccc;
	border-radius: 5px;
}
#body .module.contact_form .wpcf7 input[type=submit]:hover {
	opacity: 0.7;
}
.module.btn-title h3.module-title {
	background: url(../../uploads/game-pad-icon.png) no-repeat left top 3px;
	font-size: 21px;
	color: #039861;
	padding: 0px 0px 10px 35px;
	border-bottom: 1px solid #039861;
}
.module.btn-title.color-black h3.module-title {
	color: #262626;
}
.sub-main-row.beginner-row {
	background: url(../../uploads/beginners-main-bg.jpg) no-repeat center center;
}
.title_img {
	border-bottom: 1px solid #039861;
}
.contact-rows {
	background: #fff2d6;
	padding: 40px 0px;
}
.contact-rows > .row_inner {
	background: #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 25px;
	max-width: 876px;
}
.module.yellow-check-list ul li {
	background: #fff2d6 url(../../uploads/checked-icon.png) no-repeat left 17px center;
	padding: 12px 10px 12px 55px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 15px;
}
.module.border-green-text {
	border: 2px solid #33c08c;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 16px 20px 17px 20px;
	line-height: 1.8;
}
.module.footer-table table {
	table-layout: fixed;
}
.module.image-circle .image-wrap img {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.hospital-row {
	background: #fff2d6;
	padding: 60px 0px 30px 0px;
}
.hospital-row .hospital-white-row {
	background: #fff;
	margin-bottom: 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 35px 40px 35px 0;
}
.sub-main-row.doctor-row {
	background: url(../../uploads/doctor-main-bg.jpg) no-repeat center center;
}
.mental-row {
	background: url(../../uploads/mentalcare-main-bg.jpg) no-repeat center center;
}
.module.mentaldisorder-img-title {
	border-bottom: 1px solid #039861;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.mentaldisorder-yellow-row {
	background: #fff2d6;
}
.mentaldisorder-yellow-row > .row_inner {
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 30px 30px 30px 30px;
	margin-bottom: 30px;
}
.mentaldisorder-patten-row {
	background: url(../../uploads/guide-bg01.png) no-repeat left 30px bottom, url(../../uploads/guide-bg02.png) no-repeat right 30px bottom;
	padding-top: 30px;
}
.module.mentaldisorder-cnt h3.module-title {
	font-size: 21px;
	color: #039861;
	border-bottom: 1px solid #039861;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.module.mentaldisorder-cnt {
	margin-bottom: 70px;
}
.mentalcare-row {
	background: #fff2d6;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 30px 30px 30px 30px;
	margin-bottom: 60px;
}
.recruit-row {
	background: url(../../uploads/recruit-main-bg.jpg) no-repeat center center;
}
.recruit-yellow-row {
	background: #fff2d6;
	padding: 60px 0px 20px 0px;
	margin-bottom: 100px;
}
.module.center-line-title .module-title {
	text-align: center;
	font-size: 21px;
	color: #262626;
	text-align: center;
	margin-bottom: 55px;
}
.module.center-line-title .module-title {
	border-bottom: 2px solid #fe9d34;
	padding-bottom: 10px;
	max-width: 484px;
	margin-left: auto;
	margin-right: auto;
}
.module.center-line-title.color-orange .module-title {
	border-bottom: 2px solid #fe9d34;
}
body .module.link-text-btn a, 
body .module.link-text-btn a:visited {
	border: 1px solid #9c9c9c;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #fff url(../../uploads/green-arrow-icon-1.png) no-repeat left 19px center;
	max-width: 226px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 20px 20px 40px;
	margin-bottom: 40px;
}
body .site .module.link-text-btn.color-orange a, 
body .site .module.link-text-btn.color-orange a:visited {
	background: #fff url(../../uploads/orange-arrow-icon.png) no-repeat left 19px center;
}
body .module.link-text-btn a:hover, 
body .module.link-text-btn.color-orange a:hover {
	opacity: 0.7;
	color: #262626;
}
body .module.unlink a {
	pointer-events: none;
	filter: brightness(0.72);
}
body .module.news-post .post-title a, 
body .module.news-post .post-title a:visited {
	line-height: 1.7;
	color: #039861;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
body .module.news-post .post-title a:hover {
	color: #fe9d34;
}
body .loops-wrapper.list-post > .post {
	margin-bottom: 0;
}
.single #content {
	padding-top: 70px;
}
.single .post-title {
	color: #039861;
	font-size: 15px;
	border-bottom: 1px solid #039861;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.single .history-back-container {
	text-align: center;
	padding: 50px 0;
} 
.module.module-post.board-posts .builder-posts-wrap .post .post-content .post-title {
	font-size: 14px;
	font-size: 0.875rem;
}
body .module.board-posts a {
	text-decoration: underline;
}
body .module.board-posts a:hover {
	text-decoration: none;
}
body .module-accordion .module-accordion .accordion-title {
	background-color: unset;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0.45)),color-stop(100%,rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.45) 0,rgba(255,255,255,0) 100%);
	background-image: linear-gradient(to bottom,rgba(255,255,255,0.45) 0,rgba(255,255,255,0) 100%);
}
body .ui.module-accordion {
	border-color: rgba(0,0,0,.1);
}
body .ui.module-accordion .accordion-content {
	background: #fff;
	color: #333;
}
.module.module-post.recruit-info-post .builder-posts-wrap .post .post-content .post-title {
	font-size: 21px;
	text-align: center;
	color: #262626;
	border-bottom: 1px solid #039861;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.module.recruit-info-post .entry-content table tr td {
	border: 1px solid #d4d4d4;
	padding: 14px 20px;
	vertical-align: top;
}
.module.recruit-info-post .entry-content table tr td:first-child {
	background: #60c7a0;
	font-weight: bold;
}
body .recruit-info-post .loops-wrapper.list-post > .post {
	margin-bottom: 50px;
}
/* =============================================
mobile menu settings
=============================================　*/
/* Mobile Menu Button */
#menu-button{
	visibility:hidden;
	opacity:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 900;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background-color: #fafafa;
}
#menu-button.nav-on {
	visibility:visible;
	opacity:1;
}
#menu-button .ham-lines {
	position: relative;
	margin: 0 auto;
	width: 32px;
	height: 32px;
}
#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	position: absolute;
	display: block;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 28px;
	height: 2px;
	background-color: #111;
	border-radius: 1px;
}
#menu-button .ham-lines span {
	bottom: 15px;
	transition: all .25s .25s;
	opacity: 1;
}
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	content: "";
}
#menu-button .ham-lines::before{
	bottom: 24px;
	animation: menu-bar01 .75s forwards;
}
#menu-button .ham-lines::after {
	bottom: 6px;
	animation: menu-bar03 .75s forwards;
}
#menu-button .ham-text {
	font-size: 12px;
	line-height: 1;
}
#menu-button.is-active .ham-lines span {
	opacity: 0;
}
#menu-button.is-active .ham-lines::before {
	animation: active-menu-bar01 .5s forwards;
}
#menu-button.is-active .ham-lines::after {
	animation: active-menu-bar03 .5s forwards;
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(9px) rotate(45deg);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar03 {
	0% {
		transform: translateY(-9px) rotate(-45deg);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(9px) rotate(45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(-9px) rotate(-45deg);
	}
}
/* Mobile Menu Button end */

/* by fujimoto */
.category-recruitment-information time, .history-back-container {
	display: none;
}

.category-recruitment-information .post-title {
    font-size: 21px;
    text-align: center;
    color: #262626;
    border-bottom: 1px solid #039861;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.category-recruitment-information table tr td {
  border: 1px solid #d4d4d4;
  padding: 14px 20px;
  vertical-align: top;
}

.category-recruitment-information table tr td:first-child {
  background: #60c7a0;
  font-weight: bold;
  width: 358px;
}

body #main-menu-container li:first-child a:hover {
    background-position: 0px bottom;
}

body #main-menu-container li:nth-child(2) a:hover {
  background-position: -161px bottom;
}

body #main-menu-container li:nth-child(3) a:hover {
  background-position: -321px bottom;
}

body #main-menu-container li:nth-child(4) a:hover {
  background-position: -481px bottom;
}

body #main-menu-container li:nth-child(5) a:hover {
  background-position: -641px bottom;
}

body #main-menu-container li:nth-child(6) a:hover {
  background-position: -841px bottom;
}

/* =============================================

Media Query

============================================= */
@media screen and (max-width: 1400px) { /* for iPad pro landscapes */

}

@media screen and (max-width: 1180px) { /* for tablet landscapes */

	#pagewrap {
		position: relative;
		padding-bottom: 51px;
	}

	#header.header {
		padding-top: 0;
	}

	/* module menu button visible */
	#menu-button{
		visibility:visible;
		opacity:1;
	}

	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */
	#main-menu-container {
		position: fixed;
		z-index: 700;
		top: 0;
		left: -100vw;
		right: auto;
		bottom: auto;
		overflow-y: auto;
		background-color: #91e8c7;
		display:block;
		width: 100vw;
		height: 100vh;
		transition: .3s linear;
	}
	#main-menu-container.is-active{
		left: 0;	
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.is-active .main-menu li {
		float: none;
		text-align: center;
		display: block;
		padding: 7px 0;
	}
	#main-menu-container.is-active .main-menu > li.menu-item > a {
		width: auto;
		height: auto;
		background: none;
		text-align: center;
		text-indent: 0;
		white-space: normal;
		color: #fff;
		font-size: 14px;
		line-height: 1.7;
	}
	.is-active .main-menu .sub-menu {
		position: relative;
		opacity: 1;
		visibility: visible;
		background: none;
		padding: 0;
		margin: 0;
	}
	.is-active .main-menu li li {
		padding-bottom: 0;
		padding-top: 3px;
	}
	.is-active .main-menu li li a {
		padding: 0;
		text-decoration: none;
		font-size: 12px;
	}
	.is-active .main-menu li li a, 
	.is-active .main-menu li li a:visited, 
	.is-active .main-menu li li a:active, 
	.is-active .main-menu li li a:focus {
		color: #fff;
	}
	.is-active .main-menu .sub-menu > li:first-child {
		display: none;
	}
	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */

}

@media screen and (max-width: 1024px) { /* for tablet landscape */

	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/
	.wpcf7 table tr th,
	.wpcf7 table tr td{
		width:100%;
		display:block;
		padding: 10px 0px;
	}
	.wpcf7 table tr th{
		padding-bottom:0;
	}
	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/
	body .pagewidth {
		max-width: 94%;
	}
	body #pagewrap {
		padding-bottom: 0;
	}
	.default_width #layout .sub-main-row .row_inner,
	.default_width #layout .guide-row .row_inner,
	.default_width #layout .contact-rows > .row_inner,
	.default_width #layout .mentaldisorder-yellow-row > .row_inner {
		max-width: 94%;
	}


}

@media screen and (max-width: 980px) { /* for mobile landscape */

	#footer .sp-footer-icons-container {
		display: flex;
	}
}

@media screen and (max-width: 768px) { /* for mobile  */
	body #pagewrap {
		padding-bottom: 50px;
	}

	.site-description span {
		text-align: center;
	}
	#header hgroup {
		padding: 10px 30px 10px 0;
	}
	.module.news-post .list-post {
		padding: 10px 0;
	}
	body.default_width #layout .row_inner {
		max-width: 100%;
	}
	body.default_width #layout .fullwidth .row_inner {
		max-width: 94%;
	}
	body .footer-content.pagewidth {
		max-width: 100%;
	}
	body .footer-custom-menu {
		padding-left: 3%;
		padding-right: 3%;
		box-sizing: border-box;
	}
	body .footer-nav {
		max-width: 100%;
	}
	body #footer .sp-footer-icons-container a {
		background-color: #33c08c;
		color: #fff;
		border-color: #fff;
	}
	body #footer .sp-footer-icons-container a svg {
		fill: #fff;
	}
	body #pc-backtop {
		display: none;
	}
	#body .module.contact_form .wpcf7 table tbody tr th,
	#body .module.contact_form .wpcf7 table tbody tr td {
		width: 100%;
		display: block;
		box-sizing: border-box;
		border-bottom: 0;
	}
	#body .module.contact_form .wpcf7 table tbody tr:last-child td {
		border: 1px solid #ccc;
	}
	#body .module.contact_form .wpcf7 table {
		border-spacing: 0;
	}
}

@media screen and (max-width: 460px) { /* for mobile small  */
	body #site-description {
		padding: 0 50px
	}
	#header hgroup {
		padding: 10px 0;
	}
	.lb {
		padding: 0 0 10px;
		text-align: center;
		float: none;
		width: 100%;
	}
	body #site-logo a {
		display: inline-block;
	}
	.rb {
		float: none;
		text-align: center;
	}
	.head-tel {
		margin-bottom: 5px;
	}
	.head-info-text {
		font-size: 12px;
	}
	.module.news-title {
		padding: 15px 0 10px;
	}
	body .loops-wrapper.list-post > .post {
		margin-bottom: 0;
	}
	.module.home-img01 {
		margin-bottom: 20px;
	}
	.module.footer-logo,
	.module.footer-btn {
		text-align: center;
	}
	.module.footer-btn {
		margin-bottom: 20px;
	}
	.module.guide-greeting {
		background: none;
	}
	.guide-row .row_inner {
		padding: 40px 10px;
	}
	.module.guide-title-img01 {
		margin-top: 0px;
		text-align: center;
		margin-bottom: 30px;
	}
	.module.guide-table tr td,
	.module.guide-table tr td:first-child{
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.module.guide-table tr td a {
		display: block;
		margin-left: 0px;
		vertical-align: middle;
		text-align: center;
		margin-top: 5px;
	}
	.module.guide-map {
		margin-bottom: 20px;
	}
	.module.btn-title h3.module-title {
		font-size: 18px;
		padding-top: 2px;
	}
	.outpatient-tbl table {
		width: 700px;
	}
	.outpatient-tbl .tb_text_wrap {
		padding: 0;
		overflow-x: auto;
	}
	.module.hospital-icon {
		margin-bottom: 15px;
	}
	.hospital-row .hospital-white-row {
		padding: 35px 15px;
	}
	.mentaldisorder-yellow-row > .row_inner {
		padding: 15px;
	}
	.mentaldisorder-patten-row {
		background: none;
	}
	.module.mentaldisorder-cnt {
		margin-bottom: 30px;
	}
	.mentalcare-row {
		padding: 30px 15px;
	}
	.board-posts .post-image {
		text-align: center;
	}
	.module.recruit-info-post .entry-content table tr td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	
/* 	by fujimoto */
	.footer-custom-menu {
		display: none;
	}

	body #pagewrap #footerwrap .sp-footer-tel, body #pagewrap #footerwrap .sp-footer-backtop {
		background: #91e8c7;
	}
	

	#footerwrap #footer .sp-footer-icons-container a {
		padding: 14px 0 10px;
	}

	.copyright-container {
		margin-top: 50px;
	}

	#footer .sp-footer-icons-container svg {
		height: 17px;
	}
	
	.single-post .entry-content table tr td:first-child {
		border-bottom: 0px;
	}

	.single-post .entry-content table tr td, .single-post .entry-content table tr td:first-child {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
}



