/*
Theme Name: tmp2018DAJ
Theme URI: 
Author: デンタルアトリエ自由が丘
Author URI: 
Version: 1.0
*/

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
header {
	margin-top: 0.5rem;
}
header h1, header .h1 {
	font-size: 12px;
}
header .logo {
	max-width: 492px;
	margin-top: 2rem;
}
header .header_tel {
	max-width: 328px;
	text-align: center;
}
.btn-link {
	color: #648daf;
	font-size: 38px;
	margin-top: -0.5rem;
	padding: 0;
}
.modal-header,
.modal-body {
	background: #dbeaf7;
}
.modal-body {
	padding: 0;
}
.modal-dialog {
	margin: 1.75rem auto 0;
}
.modal-backdrop {
	z-index: -1;
}
.modal-lg {
	width: 100%;
	max-width: 991.98px;
}
.menu_s {
	margin-bottom: 0;
}
.menu_s li .fas {
	float: right;
}
.menu_s li a {
	display: block;
	background: #dbeaf7;
	color: #313131;
	font-size: 16px;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
}
.menu_s li a:hover {
	background: #95c2e7;
	color: #f69b43;
	text-decoration: none;
}
.menu_s li ul li a {
	display: block;
	background: #f0f8fe;
	color: #313131;
	font-size: 14px;
	padding: 0.5rem;
	border-bottom: 1px solid #a0a0a0;
}
.clear{
clear:both;
}
@media (max-width: 480px) {
h5{
    font-size: 1rem;
}
	img{
    width: 90%;
    height: auto;
    margin: 10px 15px;
    text-align: center;
	}
	.box_equipcont div img {
    text-align: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
	.guide_block {
    position: relative;
    border: 3px solid #e5e9f6;
    background: #f9fbfc;
    padding: 3rem 2rem 1rem;
    margin: 3rem 1rem;
}
	.kakomi_title {
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: #e4e9f7;
    color: #598eb2;
    font-size: 0.8em;
    padding: 5px 0;
    font-weight: bold;
}
}
/* トップスライダー */
@media (max-width: 991.98px) {
	.pc_header {
		display: none;
	}
	.menu_pc {
		display: none;
	}
	.side_menu {
		display: none;
	}
}
.pc_header {
	margin-bottom: 2rem;
	position: relative;
	z-index: 3;
}
.smart_header {
	margin-bottom: 1rem;
	position: relative;
	z-index: 3;
}
@media (min-width: 992px) {
	.smart_header {
		display: none;
	}
}
.swiper-container {
	padding-bottom: 8rem !important;
}
.menu_block {
	position: absolute;
	top:5.8rem;
	margin: auto;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
}
.menu_block_b {
	position: absolute;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.swiper-container {
		padding-bottom: 4rem !important;
	}
	.menu_block_b {
		bottom: 1rem;
	}
}
@media (max-width: 575.98px) {
	.swiper-container {
		padding-bottom: 2rem !important;
	}
	.menu_block_b {
		bottom: 0;
	}
}
.menu_pc {
	position: absolute;
	top: 12.4rem;
	background: rgba(255,255,255,0.6);
	padding: 1rem 0;
	text-align: center;
	z-index: 10;
	width: 100%;
}
.menu_pc_2nd {
	background: url(../../../images/menu_pc_bg.jpg) repeat-x;
	padding: 1rem 0;
	text-align: center;
	margin: 1rem auto;
}
#dropmenu {
}
#dropmenu li {
	position: relative;
	width: 9%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#dropmenu li a {
	display: block;
	margin: 0;
	padding: 0;
	color: #313131;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
}
#dropmenu li ul {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
#dropmenu li:last-child ul {
	left: -100%;
	width: 100%
}
#dropmenu li ul li {
	overflow: hidden;
	width: 200%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	z-index: 9999;
}
#dropmenu li ul li a {
	padding: 13px 15px;
	background: #fff;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
#dropmenu li:hover > a {
	color: #f69b43;
}
#dropmenu li:hover ul li {
	overflow: visible;
	height: 38px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#dropmenu li:hover ul li:first-child {
	border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	#dropmenu li {
		width: 9%;
	}
	#dropmenu li a {
		font-size: 13px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	#dropmenu li {
		width: 9%;
	}
	#dropmenu li a {
		font-size: 10px;
	}
}
.swiper-wrapper img {
	width: 100%;
}
.info_block {
	position: absolute;
	left: 5%;
	bottom: 0;
	display: inline-block;
	background: #fff;
	border: #d6e4f0 solid 8px;
	z-index: 3;
}
.info_block .info_t {
	margin: 1rem 0;
}
.info_t img {
	max-width: 226px;
}
.info_text {
	margin:1rem 2rem;
	font-size: 14px;
	line-height: 1.5;
	color: #434343;
}
.info_text dt span {
	color: #648daf;
	display: block;
}
.info_text dd {
	border-bottom: 1px dotted #aaa;
	padding-bottom: 0.2rem;
}
.info_text dd a {
	color: #434343;
}
.info_text dd a:hover {
	color: #f69b43;
	text-decoration: none;
}
.infomore {
	border: 1px #648daf solid;
	display: inline-block;
	float: right;
	text-align: center;
	padding: 0.2rem 1.2rem;
	color: #648daf;
	margin: 0 0.5rem 0.5rem;
	font-size: 18px;
	background: #fff;
}
.infomore:hover {
	background: #648daf;
	color: #fff;
	text-decoration: none;
}
@media (max-width: 767.98px) {
	.info_block {
		position: static;
		display: block;
	}
	.infomore {
		display: block;
		float: none;
	}
}
.h01 {
	font-size: 28px;
	color: #648daf;
}
.symptom_block {
	background: #d5e4f0;
	padding: 0.5rem;
	text-align: center;
}
.symptom_block p {
	color: #434343;
	font-size: 18px;
	margin: 0.5rem 0 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.symptom_block p {
		font-size: 14px;
	}
}
@media (max-width: 575.98px) {
	.symptom_block p {
		font-size: 13px;
	}
}
.mt-10 {
	margin-top: 7rem;
}
.youtube_block {
	background: #e9e9e9;
	position: relative;
}
.tubeimg {
	float: left;
	margin: 0.5rem 0 0 0.5rem;
}
.tubetext {
	position: absolute;
	right: 2rem;
	top: 3rem;
	width: 47%;
}
.tubetext h2 {
	font-size: 21px;
	color: #434343;
	font-weight: bold;
	margin-bottom: 0.5rem;
	line-height: 1.3;
}
.tubetext p {
	font-size: 14px;
	color: #434343;
	line-height: 1.9;
}
.movie_icon {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
}
.moviemore {
	position: absolute;
	bottom: 0.5rem;
	right: 0.5rem;
	display: inline-block;
	background: #f00;
	padding: 0.2rem 0.6rem;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
}
.moviemore:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}
.moviemore::before {
	content: url(../../../images/moviemore_icon.png);
	padding-right: 0.2rem;
}
@media (min-width: 1200px) {
	.tubeimg img {
		max-width: 497px;
	}
	.movie_icon img {
		max-width: 98px;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.tubeimg img {
		max-width: 397px;
	}
	.tubetext {
		right: 2rem;
		top: 2rem;
		width: 48%;
	}
	.tubetext h2 {
		font-size: 18px;
		margin-bottom: 0.5rem;
		line-height: 1.3;
	}
	.tubetext p {
		font-size: 14px;
		line-height: 1.4;
	}
	.movie_icon img {
		max-width: 68px;
	}
	.moviemore {
		font-size: 16px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.tubeimg img {
		max-width: 327px;
	}
	.tubetext {
		right: 2rem;
		top: 1rem;
		width: 52%;
	}
	.tubetext h2 {
		font-size: 18px;
		margin-bottom: 0.5rem;
		line-height: 1.3;
	}
	.tubetext p {
		font-size: 13px;
		line-height: 1.2;
	}
	.movie_icon img {
		max-width: 58px;
	}
	.moviemore {
		font-size: 14px;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.youtube_block {
		padding-bottom: 0.5rem;
	}
	.tubeimg img {
		max-width: 100%;
		margin-bottom: 1rem;
	}
	.tubetext {
		position: static;
		margin: 0 1rem 1rem;
		width: 95%;
	}
	.movie_icon img {
		max-width: 78px;
	}
	.moviemore {
		position: static;
		display: block;
		margin: 0 1rem;
	}
}
@media (max-width: 575.98px) {
	.mt-10 {
		margin-top: 3rem;
	}
	.youtube_block {
		padding-bottom: 0.5rem;
	}
	.tubeimg img {
		max-width: 100%;
		margin-bottom: 1rem;
	}
	.tubetext {
		position: static;
		margin: 0 1rem 1rem;
		width: 95%;
	}
	.tubetext h2 {
		font-size: 18px;
	}
	.movie_icon img {
		max-width: 78px;
	}
	.moviemore {
		position: static;
		display: block;
		margin: 0 1rem;
	}
}
.o_white_block {
	margin: 3rem auto 6rem;
	position: relative;
}
.o_white_text {
	position: absolute;
	left: 19.5rem;
	top: 2rem;
	padding-right: 1rem;
}
.o_white_text h3 {
	color: #5ea5df;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 0.2rem;
}
.o_white_text p {
	color: #434343;
	font-size: 14px;
	line-height: 1.2;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.o_white_text {
		left: 15rem;
		top: 1.5rem;
		padding-right: 0.5rem;
	}
	.o_white_text h3 {
		font-size: 24px;
		margin-bottom: 0.2rem;
	}
	.o_white_text p {
		font-size: 12px;
		line-height: 1.2;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.o_white_text {
		left: 14rem;
		top: 1.5rem;
		padding-right: 0.2rem;
	}
	.o_white_text h3 {
		font-size: 21px;
		margin-bottom: 0.2rem;
	}
	.o_white_text p {
		font-size: 11px;
		line-height: 1.2;
	}
}
@media (max-width: 767.98px) {
	.o_white_text {
		position: static;
		padding-right: 0;
	}
	.o_white_text h3 {
		font-size: 24px;
		margin: 0.5rem 0;
	}
	.o_white_text p {
		font-size: 14px;
		line-height: 1.2;
	}
}
.medical_block {
	text-align: center;
	padding: 1rem;
	max-width: 1140px;
	margin: auto;
}
.medical_bnr,
.medical_bnr02 {
	border: 1px solid #648daf;
	text-align: center;
	color: #434343;
	font-size: 18px;
	position: relative;
	z-index: 1;
	padding: 1rem 0;
	width: 240px;
	display: inline-block;
	margin: 0 0.4rem 1rem;
}
.medical_bnr:hover,
.medical_bnr02:hover {
	background: rgba(255,255,255,0.6);
	color: #95c2e7;
	text-decoration: none;
	border: 1px solid #95c2e7;
}
.medical_bnr::after {
	content: url(../../../images/medical_icon01.png);
	display: block;
	position: absolute;
	top: 1.6rem;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.medical_bnr02::after {
	content: url(../../../images/medical_icon02.png);
	display: block;
	position: absolute;
	top: 1.6rem;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.medical_block {
		background: #f3f9fd;
	}
	.medical_bnr,
	.medical_bnr02 {
		background: #fff;
		font-size: 18px;
		padding: 2rem 0;
		width: 40%;
		margin: 0 -0.2rem -0.06rem;
	}
	.medical_bnr::after,
	.medical_bnr02::after{
		content: ">";
		display: inline-block;
		position: static;
		margin: 0 1rem 0 0;
		float: right;
		color: #a2bacd;
	}
}
@media (max-width: 575.98px) {
	.medical_block {
		background: #f3f9fd;
	}
	.medical_bnr,
	.medical_bnr02 {
		background: #fff;
		font-size: 14px;
		padding: 2rem 0;
		width: 50%;
		margin: 0 -0.2rem -0.06rem;
	}
	.medical_bnr::after,
	.medical_bnr02::after{
		content: ">";
		display: inline-block;
		position: static;
		margin: 0 1rem 0 0;
		float: right;
		color: #a2bacd;
	}
}
.blog_block {
	background: #eee;
}
.blog_block img {
	max-width: 135px;
	float: left;
	margin-right: 1rem;
}
.blog_text {
	padding: 1rem;
}
.blog_text dl {
	font-size: 12px;
	line-height: 1.8;
	color: #434343;
}
.blog_text dt span {
	display: block;
	font-weight: normal;
}
.blog_text dt a {
	color: #434343;
}
.blog_text dt a:hover {
	color: #f69b43;
	text-decoration: none;
}
.blogmore {
	display: inline-block;
	border: 1px solid #648daf;
	font-size: 12px;
	text-align: center;
	color: #648daf;
	padding: 0.2rem 1rem;
}
.blogmore:hover {
	background: #648daf;
	color: #fff;
	text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.blog_block img {
		max-width: 125px;
		margin-right: 1rem;
	}
	.blog_text {
		padding: 0.8rem 0.5rem 0.5rem;
	}
	.blog_text dl {
		font-size: 12px;
		line-height: 1.5;
	}
}
@media (max-width: 575.98px) {
	.blog_block img {
		max-width: 100px;
		margin-right: 1rem;
	}
	.blog_text {
		padding: 0.8rem 0.5rem 0.5rem;
	}
	.blog_text dl {
		font-size: 12px;
		line-height: 1.5;
		margin-bottom: 0;
	}
	.blogmore {
		display: block;
	}
}
.interview_block {
	position: relative;
	max-width: 842px;
	margin: auto;
}
.interview_img {
	position: absolute;
	top:0.5rem;
	left: 0.5rem;
}
.interview_img img {
	max-width: 400px;
}
.interview_text {
	position: absolute;
	top: 2rem;
	right: 1rem;
}
.interview_text h3 {
	font-size: 18px;
	font-weight: bold;
}
.interview_text p a {
	font-size: 12px;
	text-decoration: underline;
	color: #434343;
}
.interview_text p a:hover {
	text-decoration: none;
	color: #f69b43;
}
.interview_more {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	height: 20px;
	text-align: center;
	color: #fff;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	border-radius: 10px;
	background: #bf3c39;
	padding: 0.2rem 1rem;
	display: inline-block;
	font-size: 10px;
}
.interview_more:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.interview_img img {
		max-width: 320px;
	}
	.interview_text {
		top: 1rem;
		right: 1rem;
		width: 47%;
	}
}
@media (max-width: 767.98px) {
	.interview_block {
		background: url(../../../images/interview_bg_s.png);
		background-size: cover;
		padding:1rem 0;
	}
	.interview_img {
		position: static;
		text-align: center;
		background: rgba(255,255,255,0.6);
		padding: 1rem;
	}
	.interview_img img {
		max-width: 90%;
	}
	.interview_text {
		position: static;
		margin: 1rem;
	}
	.interview_more {
		position: static;
		display: block;
		margin: 0 1rem;
		padding: 0.2rem 1rem;
		font-size: 10px;
	}
}
.hr_blue {
	border-top: 1px solid #b5d0e5;
	max-width: 1140px;
	margin: auto;
}
.staff_block {
	position: relative;
	margin: 6rem auto 3rem;
	background: url(../../../images/staff_bg.jpg) no-repeat center;
	background-size: cove;
}
.staff_content {
	margin: 3rem 0;
}
.staff_movie {
	border: 20px solid #e5e5e5;
}
.staff_content h3 {
	font-size: 18px;
	font-weight: bold;
	margin:1rem auto 2rem;
}
.staff_content p {
	font-size: 16px;
}
@media (max-width: 767.98px) {
	.hr_blue {
		display: none;
	}
	.staff_block {
		margin: 1rem auto;
	}
	.staff_content {
		background: #e5e5e5;
		position: static;
		padding: 2rem 0 1rem;
	}
	.staff_movie {
		border: 10px solid #fff;
	}
}
footer {
	background: #eee;
	padding: 3rem 0 0;
    margin-top: 20px;
}
.footer_copy {
	max-width: 720px;
	margin: auto;
}
footer hr {
	border-top: 2px solid #fff;
	margin: 4rem auto 2rem;
}
.footer_logo {
	max-width: 282px;
	margin-bottom: 1rem;
}
footer dl {
	font-size: 12px;
}
footer dl dt {
	float: left;
	width: 6em;
}
footer dl dd {
	margin-left: 6em;
}
.googlemap {
	max-width: 168px;
	margin-left: 8.5rem;
}
.h02 {
	font-size: 20px;
}
.h02::before {
	content: url(../../../images/title_icon.png);
	padding: 0 0.5rem 0 0;
	vertical-align: middle;
	display: inline-block;
}
.schedule {
	font-size: 14px;
	color: #648daf;
	font-weight: bold;
}
.calendar_block {
	background: #fff;
	padding: 0.5rem 1rem;
	border-radius: 5px;
	margin-bottom: 0.5rem;
}
.footer_block {
	background: #e5e5e5;
	padding: 2rem 0;
}
.menu_title {
	font-size: 14px;
	font-weight: bold;
	color: #434343;
}
.footer_menu li a {
	font-size: 12px;
	color: #434343;
}
.footer_menu li::before {
	content: url(../../../images/menu_icon.png);
	padding: 0 0.4rem 0 0;
	vertical-align: top;
}
footer .list-inline-item {
	vertical-align: top;
	width: 120px;
}
.list-inline-item-w2 {
	display: inline-block;
	width: 317px;
}
.sns_btn {
	max-width: 28px;
}
.copy_block {
	background: #e5e5e5;
	padding: 0.1rem;
	text-align: center;
	color: #434343;
	font-size: 12px;
}
@media (max-width: 767.98px) {
	footer {
		margin-bottom: 3.75rem;
	}
	.copy_block {
		background: #c4dcf0;
		color: #fff;
	}
}
.contact_block {
	display: flex;
	width: 100%;
	position: fixed;
	bottom: 3px;
	left: 0;
	right: 0;
	z-index: 9999;
}
.contact_bnr {
	background: rgba(255,255,255,0.8);
    border: 1px solid #648daf;
    text-align: center;
    color: #648daf;
    font-size: 16px;
    padding: 1rem 0;
    width: 50.5%;
    display: inline-block;
    margin: 0 0.1rem -0.06rem;
}
.contact_bnr.full {width: 100%;}
.contact_bnr:hover {
	background: rgba(255,255,255,1);
	color: #95c2e7;
	text-decoration: none;
	border: 1px solid #95c2e7;
}
.contact_bnr::after {
	content: url(../../../images/contact_icon.png);
	display: inline-block;
	padding-left: 0.5rem;
	color: #648daf;
}
.second_header {
	background: #cfdfec;
	position: relative;
	margin: 2rem 0;
}
.header_catch {
	position: absolute;
	top: 31%;
	/*z-index: 8;*/
	width: 100%;
}
.header_catch::before {
	content: url(../../../images/catch_icon.png);
	float: left;
	padding-right: 0.8rem;
}
.header_catch h3 {
	font-size: 50px;
	font-weight: bold;
	line-height: 0.9;
	margin-top: 0.5rem;
}
.header_catch h3 small {
	display: block;
	font-size: 30px;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin: 10px 0 0 0.4rem;
}
.header_catch p {
	font-size: 12px;
	margin: 0 0 0 0.3rem;
}
.img_shadow {
	box-shadow:2px 2px 10px 0px hsla(0, 0%, 0%, 0.41);
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.header_catch {
		top: 24%;
	}
	.header_catch h3 {
		font-size: 24px;
		margin-top: 1rem;
	}
	.header_catch h3 small {
		font-size: 16px;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.header_catch {
		top: 15%;
	}
	.header_catch h3 {
		font-size: 24px;
		margin-top: 1rem;
	}
	.header_catch h3 small {
		font-size: 16px;
	}
}
@media (max-width: 575.98px) {
	.header_catch {
		top: 15%;
		width: 50%;
	}
	.header_catch::before {
		content: none;
		padding-right: 0;
	}
	.header_catch h3 {
		font-size: 18px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.header_catch h3 small {
		font-size: 14px;
	}
}
.h03 {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	margin: 1rem 0 3rem 1rem;
}
.h03::before {
	content: url(../../../images/title_icon02.png);
	position: absolute;
	top:-1rem;
	left: -1rem;
	z-index: -1;
}
.more_btn {
	border: 1px #648daf solid;
	display: inline-block;
	text-align: center;
	padding: 0.5rem 3rem;
	color: #648daf;
	font-size: 16px;
	background: #fff;
	position: relative;
}
.more_btn::after {
	content: "〉";
	position: absolute;
	right: 0;
}
.more_btn:hover {
	background: #648daf;
	color: #fff;
	text-decoration: none;
}
@media (max-width: 767.98px) {
	.more_btn {
		display: block;
	}
}
.p01 {
	color: #648daf;
}
.p02 {
	font-size: 10px;
	color: #313131;
	line-height: 1.5;
	margin-top: 0.2rem;
}
.p03 {
	background: linear-gradient(transparent 0%, #f9fbb5 0%);
	color: #648daf;
	line-height: 1.7;
}
.concept01 {
	max-width: 318px;
}
.movie_block {
	background: #eee;
	padding: 1rem 2rem;
	margin-top: 20px;
}
.h04 {
	font-size: 12px;
	font-weight: bold;
}
.h04::before {
	content: url(../../../images/title_icon03.png);
	padding-right: 0.5rem;
	display: contents;
	vertical-align: middle;
}
.h04 span {
	font-size: 11px;
	letter-spacing: -5px;
}
.movie_more {
	background: #648daf;
	padding: 0.3rem 1rem;
	display: inline-block;
	float: right;
	margin-top: 1rem;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
}
.movie_more:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}
.movie_more::before {
	content: url(../../../images/moviemore_icon.png);
	display: contents;
	vertical-align: middle;
	padding-right: 0.3rem
}
@media (max-width: 767.98px) {
	.movie_more {
		display: block;
		float: none;
	}
}
.guide_block {
	position: relative;
	border: 3px solid #e5e9f6;
	background: #f9fbfc;
	padding: 3rem 2rem 1rem;
	margin: 3rem auto;
}
.guide_block p {
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 16px;
}
.guide_block p strong {
	font-size: 18px;
	color: #da7e25;
	text-decoration: underline;
}
.guide_title {
	position: absolute;
	top:-21px;
	left: 1rem;
	background: #e5e9f6;
	height: 42px;
	border-radius: 21px;
	text-align: center;
	color: #648daf;
	font-size: 18px;
	font-weight: bold;
	padding: 0.5rem 1rem;
}
.guide_title2 {
	position: absolute;
	top:-21px;
	left: 1rem;
	background: #e5e9f6;
	height: 42px;
	border-radius: 21px;
	text-align: center;
	color: #648daf;
	font-size: 18px;
	font-weight: bold;
	padding: 0.5rem 1rem;
}
@media (max-width: 575.98px) {
	.guide_title {
		font-size: 15px;
	}
	.guide_title {
    position: absolute;
    top: -21px;
    left: 1rem;
    background: #e5e9f6;
    height: 38px;
    border-radius: 21px;
    text-align: center;
    color: #648daf;
    font-weight: bold;
    padding: 0.5rem 1rem;
}
	.guide_title2 {
	position: absolute;
    top: -21px;
    left: 1rem;
    background: #e5e9f6;
    height: 60px;
    border-radius: 21px;
    text-align: center;
    color: #648daf;
    font-size: 14px;
    font-weight: bold;
    padding: 0.5rem 1rem;
}
.guide_block {
    position: relative;
    border: 3px solid #e5e9f6;
    background: #f9fbfc;
    padding: 50px 3px;
    margin: 3rem auto;
}
}
.check_title p a {
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 20px;
	color: #648daf;
	margin-top: 1.9rem;
}
.check_title li.valign_t {
	vertical-align: top;
}
.check_title li.valign_b {
	vertical-align: bottom;
}
.check_title img {
	width: 111px;
}
.side_menu {
}
.side_menu h5 {
	padding: 1rem;
	background: #b6c0c8;
	color: #fff;
	font-size: 20px;
	display: block;
	margin-bottom: 0;
}
.side_menu ul li a {
	padding: 1rem;
	background: #f3f2f2;
	color: #434343;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #fff;
}
.side_menu ul li a:hover {
	background: #cfdfec;
	text-decoration: none;
}
.side_menu ul li a::before {
	content: url(../../../images/side_menu_icon.png);
	padding: 0 0.5rem 0 0;
	vertical-align: text-bottom;
}
/* 戻るアンカー */
#page-top {
	font-size: 0;
	position: fixed;
	bottom: 16px;
	right: 16px;
	opacity: 0;
	text-align: right;
}
#page-top.fade-in {
	color: #ddd;
	font-size: 60px;
	opacity: 1;
	transition: opacity 1s;
}
@media (max-width: 575.98px) {
	#page-top {
		bottom: 5rem;
	}
	#page-top.fade-in {
		font-size: 24px;
	}
}


/*---201809custom---*/
.side_menu ul#menu-footer_menu02,
.side_menu ul#menu-footer_menu03{
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.info_block {
		max-width: 416px;
	}
}
/*------------------------------------------------------
18_9_20追加
--------------------------------------------------------*/

/*両端線見出し*/
.h_m{
position: relative;
display: inline-block;
padding: 10px 55px;
}

.h_m:before, .h_m:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: #ccc;
}

.h_m:before {left:0;}
.h_m:after {right: 0;}

/*丸3色見出し*/
.midashi_{
position:relative;
margin: 25px 0 45px;
}
.midashi{
position:relative;
width:30px;
height:30px;
border-radius:50%;
background:#f7c4c5;
opacity: 0.7;
z-index:1;
}
.midashi:before{
content:'';
position:absolute;
    top: 15px;
    left: -5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #c9f0ef;
    opacity: 0.7;
    z-index:2;
}
.midashi:after{
content:'';
position:absolute;
    top: 10px;
    left: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #dff0d8;
    opacity: 0.7;
    z-index:0;
}
.midashi_text{
    position: absolute;
    top: 10px;
    left: 60px;
}
/*下線見出し*/
.under_m {
  position: relative;
  padding: 0 .4em .1em;
}
.under_m::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 10px;
  background-color: #a8e7e8;
}
@media (max-width: 575.98px) {
.under_m {
    position: relative;
    padding: 0;
    font-size: 0.9rem;
    background: #b4edf5;
}
	.under_m::after {
  display:none;
}
}
/*-ボーダー左と下の見出し*/
.border_m {
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #cfdfec;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.2rem;
}
/*囲み枠*/
.kakomi{
 position: relative;
    margin: 2em auto;
    padding: 2.5em 1em 1em;
    width: 100%;
    border-style: solid;
    border-color: #cbdfed;
    border-width: 5px 1px 1px;
    background-color: #f8fbfc;
    color: #666;
    box-shadow: 1px 1px 3px #e4e9f7;
}
.kakomi_title{
     position: absolute;
    top: 8px;
    left: 15px;
    background-color: #e4e9f7;
    color: #598eb2;
    font-size: 1.1em;
    font-weight: bold;
}
@media (max-width: 560px) {
.sp_medical_block_ iframe {
 width:100%;
 height:auto;
}
}
@media (max-width: 480px) {
	.kakomi {
    position: relative;
    margin: 2em auto;
    padding: 3.5em 1em 1em;
    width: 100%;
    border-style: solid;
    border-color: #cbdfed;
    border-width: 5px 1px 1px;
    background-color: #f8fbfc;
    color: #666;
    box-shadow: 1px 1px 3px #e4e9f7;
}
	.kakomi_title {
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: #e4e9f7;
    color: #598eb2;
    font-size: 0.8em;
    padding: 5px 0;
    font-weight: bold;
}
}
/*囲み枠の中のテーブル*/
.table2 th {
	width: 35%!important;
	vertical-align: middle;
	text-align: right;
}
/*囲み枠のリスト*/
.g_ul li{
    padding: 10px 0;
}

/*パネル*/
.paneru{
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin: 50px 0;
}
.paneru_dt{
    padding: 10px 15px;
    background: #dfebf4;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #eee;
}
.paneru_dd{
        padding: 20px 15px;
}
/*メリットデメリット*/
.merit{
    border: 6px solid #dfebf4;
    border-radius: 3px;
    padding: 10px 10px 5px;
}
.merit ul{
    list-style: none;
    padding: 0;
}
.merit ul li{
    padding:10px 0 10px 1em;
    text-indent:-1em;
    border-bottom: 1px dashed #999;
    font-size: 14px;
    }
/*下矢印*/
.yajirushi {
     display: block;
    width: 25px;
    height: 25px;
    border-radius: 0 0 0 3rem;
    border-top: solid 5px #89c3ea;
    border-right: solid 5px #17a2b8;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 0 auto;
}

/*table CSS*/
.table {
	margin-bottom: 1rem;
	border: none;
}
.table th {
	width: 25%;
	vertical-align: middle;
	text-align: right;
}
.table-block .table th {
	background-color: #deebf4;
	text-align: center;
}
.schedule .table th {
	width: inherit;
	background: #ebf7f7;
	text-align: center;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f7fbfb;
}
.company table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
}
.company th {
    width: 25%;
    padding: 10px;
    vertical-align: top;
    border-bottom: solid 1px #ccc;
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4rem;
}
.company th:after {
	position: absolute;
	height: 23px;
	width: 1px;
	content: "";
	background: #ccc;
	right: 0;
	top: 14px
}
.company td {
	padding: 10px 0 10px 34px;
	border-bottom: solid 1px #ccc;
	font-size: 1.4rem;
}
.table td {
    vertical-align: inherit;
	text-align: center;
}
.pback {
	background: #e1ebf3;
    margin: 10px;
    padding: 10px;
    color: #000;
    border-radius: 10px 10px 10px 10px;
}
.marbo {
	margin-bottom: 15px;
}
.h4 {
    font-size: 1.3rem;
    color: #16b165;
    font-weight: bold;
}
.table3 {
	margin-bottom: 1rem;
	border: none;
}
.table3 th {
	vertical-align: middle;
	text-align: right;
	padding: 10px 0;
}
.table-block .table3 th {
	background-color: #deebf4;
	text-align: center;
}
.schedule .table3 th {
	width: inherit;
	background: #ebf7f7;
	text-align: center;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f7fbfb;
}
.table3 td {
    vertical-align: inherit;
	text-align: center;
}
@media (max-width: 640px) {
.table-block .table th, .table-block .table td,.box_equipcont,.box_equipcont div {
	width: 100%;
	display: block;
}
.table-block .table th {
	text-align: center;
	}
.company th {
	background: whitesmoke;
}
.company th:after {
	content: none;
}
.company td {
	padding: 10px;
	text-align: center;
}
}
@media (min-width: 768px) {
.col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    /*text-align: center;*/
	}
	}
/*table2*/
.table2{
    text-align: center;
    width: 100%;
}
.table2 tr{
    border-bottom: 1px dashed #999;
}
.table2 tr th{
    text-align: center;
    padding: 15px 0;
}
@media (max-width: 480px) {
.table2 tr th {
    text-align: center;
    padding: 15px 0;
    font-size: .8rem;
}
.table2 tr td {
    font-size: 1rem;
    letter-spacing: 0.2rem;
}
}
/*設備紹介*/
.box_equipcont {
    margin: 0 0 10px;
    display: table;
    border-collapse: separate;
    border-spacing: 10px 0;
}
.box_equipcont div {
    background: #f7f7f7;
    border-radius: 10px;
    margin: 0 20px 20px 0;
    padding: 20px 50px 0;
    text-align: center;
    width: 315px;
    display: table-cell;
}
.box_equipcont div h5{
     background: #cbdfed;
    border-radius: 10px;
}
.box_equipcont div p {
    text-align: left;
    line-height:2;
}
@media (max-width: 992px) {
.box_equipcont div {
    background: #f3f2f2;
    border-radius: 10px;
    margin: 0 20px 20px 0;
    padding: 20px 20px 0;
    text-align: center;
    width: 315px;
    display: table-cell;
}
}
@media (max-width: 768px) {
	.box_equipcont,.box_equipcont div {
	width: 100%;
	display: block;
}
.box_equipcont div img {
    text-align: center;
    width: 100%;
    height: auto;
}
}

.dropdown:hover > .dropdown-menu{
  display: block;
}
/*181009追加*/
.calendar_block {
	background: #fff;
	padding: 0.5rem 1rem;
	border-radius: 5px;
	margin-bottom: 0.5rem;
	max-width: 100%;
	margin: auto;
}
.responsive-iframe-container {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.responsive-iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 300px !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.responsive-iframe-container {
		padding-bottom: 90%;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.responsive-iframe-container {
		padding-bottom: 105%;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.responsive-iframe-container {
		padding-bottom: 75%;
	}
}
@media (max-width: 575.98px) {
	.calendar_block {
		padding: 0.5rem 0;
		margin: auto;
	}
	.responsive-iframe-container {
		position: relative;
		padding-bottom: 93.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	.responsive-iframe-container iframe,
	.responsive-iframe-container object,
	.responsive-iframe-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
.label label-danger {
	color: red!important;
}
p.movie_txt {text-align:center;}
@media screen and (max-width:640px){
	p.movie_txt {text-align:left;}
}
/*19.6/14追加　求人フォーム*/
.form_table{
border: 1px solid #deebf4;
    padding: 25px 30px;
    border-radius: 5px;
}
@media (max-width: 575.98px){
.guide_title_sp {
    position: absolute;
    top: -21px;
    left: 1rem;
    background: #e5e9f6;
    height: 55px;
    border-radius: 21px;
    text-align: center;
    color: #648daf;
    font-weight: bold;
    padding: 0.5rem 1rem;
}
.g_ul{
list-style: none;
    padding: 0 10px;
}
}
.recruit img.sp_recruit{
	display: none;
}
@media (max-width: 1200px){
.recruit img{
	width:100%;
}
}
@media (max-width: 767px){
.recruit img.pc_recruit{
	display: none;
}
.recruit img.sp_recruit{
	display: block;
	margin: 0 auto;
}
}
.red {
	color:red;
	font-weight: bold;
}


.mb-5 {margin-bottom: 5rem;}


a.side-first {
display: block;
color: #434343;
text-decoration: none;
background: #cfdfec;
border-bottom: 1px solid #fff;
font-size: 16px;
padding: 1rem;
}
a.side-first::before {
content: url(../../../images/side_menu_icon.png);
padding: 0 0.5rem 0 0;
vertical-align: text-bottom;
}
a.side-first:hover {background: #f3f2f2;}


/* 201016追加 */
.img-half {width: 50%;}


/* 201029追加 */
ul.strong li {
color: #16b165;
font-weight: bold;
font-size: 1.2rem;
}

/*FB*/
.fb-page{
	top: 5rem;
}
@media (max-width: 767px){
.fb-page {
    top: 0;
}
}

/* 220322追加 */
.list-category {
	margin: 0.5rem auto 1rem;
	background: #eee;
	padding: 0.7rem 1rem;
	text-align: center;
	border-radius: 0.3rem;
}

/* 231129追加 */
.table-case th,
.table-case td {
	text-align: left !important;
}
.table-case th {
	white-space: nowrap;
}

/* 240205追加 */
ul.btn-list {
padding: 0;
list-style: none;
}
ul.btn-list::after {
content: "";
display: block;
clear: both;
}
ul.btn-list li {
width: 50%;
float: left;
padding: 5px;
}
ul.btn-list li a {
background: #648daf;
display: block;
text-decoration: none;
color: #fff;
text-align: center;
padding: 10px;
font-size: 1.2em;
}
@media (max-width: 767px){
ul.btn-list li {
width: 100%;
float: none;
}
	.swiper-container {
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		list-style: none;
		padding: 0;
		z-index: 1;
	}
	.contact_bnr.full {
		width: 95%;
	}
	.swiper-wrapper img {
		margin: 0;
	}
}
.staff_content .embed-responsive-16by9::before {
	padding-top:0;
}

.banner-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	margin-top: 30px;
}
.banner-grid img {
	width: 100%;
	max-width: auto;
	margin: 0;
}
.main-visual {
	position: relative;
}
.main-visual-content {
	position: absolute;
	left: 50%;
	top: 0;
	max-width: 1050px;
	transform: translate(-50%);
	height: 100%;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: 0px;
	flex-wrap: wrap;
	width: 100%;
}
.main-visual-title {
	color: #648daf;
	font-size: 40px;
	text-shadow: 
	white 2px 0px 2px, white -2px 0px 2px,
	white 0px -2px 2px, white -2px 0px 2px,
	white 2px 2px 2px, white -2px 2px 2px,
	white 2px -2px 2px, white -2px -2px 2px,
	white 1px 2px 2px, white -1px 2px 2px,
	white 1px -2px 2px, white -1px -2px 2px,
	white 2px 1px 2px, white -2px 1px 2px,
	white 2px -1px 2px, white -2px -1px 2px,
	white 1px 1px 2px, white -1px 1px 2px,
	white 1px -1px 2px, white -1px -1px 2px;
}
.main-visual-circle {
	width: 700px;
	align-self: flex-end;
	margin-top: 100px;
	position: relative;
	top: 50px;
}
.main-visual-circle img {
	width: 100%;
}
@media (min-width:768px) and (max-width: 1315px){
	.main-visual-circle {
		width: 500px;
	}
}
@media (min-width:768px) and (max-width: 1000px){
	.main-visual-title {
		position: relative;
		top: -100px;	
	}
	.main-visual-circle {
		display: none;
	}
}
@media (max-width: 767px){
	.banner-grid {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 15px;
		margin-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}
	.banner-grid img {
		width: 100%;
		margin: 0;
	}
	.main-visual {
		position: relative;
	}
	.main-visual-content {
		position: absolute;
		left: 50%;
		top: 0;
		max-width: 1050px;
		transform: translate(-50%);
		height: 100%;
		z-index: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		top: 0px;
		flex-wrap: wrap;
		width: 100%;
	}
	.main-visual-title {
		color: #648daf;
		font-size: 24px;
		padding-left: 30px;
		text-shadow: 
		white 2px 0px 2px, white -2px 0px 2px,
		white 0px -2px 2px, white -2px 0px 2px,
		white 2px 2px 2px, white -2px 2px 2px,
		white 2px -2px 2px, white -2px -2px 2px,
		white 1px 2px 2px, white -1px 2px 2px,
		white 1px -2px 2px, white -1px -2px 2px,
		white 2px 1px 2px, white -2px 1px 2px,
		white 2px -1px 2px, white -2px -1px 2px,
		white 1px 1px 2px, white -1px 1px 2px,
		white 1px -1px 2px, white -1px -1px 2px;
	}
	.main-visual-circle {
		display: none;
	}
}