@font-face {
	font-family: "sampleFont";
	src: url("font.eot?") format('eot');
	src: url("font.eot?#iefix") format('embedded-opentype'),
		url("font.woff") format('woff'),
		url("font.ttf") format('truetype');
}

* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 100%;
	line-height: 180%;
	font-family: 'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*min-width: 1300px;*/
	box-sizing: border-box;
}

.pc {
	/* PC版のみに表示 */
	display: block;
}

.sp {
	display: none;
}

.mt03 {
	margin-top: 3px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt90 {
	margin-top: 90px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb90 {
	margin-bottom: 90px;
}

.ml50 {
	margin-left: 50px;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mr50 {
	margin-right: 50px;
}

.pt30 {
	padding-top: 30px;
}

.pt60 {
	padding-top: 60px;
}

.pt100 {
	padding-top: 100px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb60 {
	padding-bottom: 60px;
}

a {
	color: #0066cc;
}

a:hover {
	color: #989de6;
}

a[href^="tel:"] {
	pointer-events: none;
}

.red {
	color: #ff5959;
}


.fL {
	float: left;
}

.fR {
	float: right;
}

.tL {
	text-align: left;
}

.tR {
	text-align: right;
}

.tC {
	text-align: center;
}

.center {
	margin: 0 auto;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

p.indent-1 {
	padding-left: 1em;
	text-indent: -1em;
}

input[type=radio] {
	accent-color: #5c63ab;
	margin-right: 3px;
}

input[type=checkbox] {
	accent-color: #5c63ab;
	margin-right: 3px;
}

select {
	color: #333;
	width: 100%;
	border: none;
	outline: none;
	background: none;
	padding: 0 0 0 5px;
	margin-right: 5px;
	-webkit-appearance: none;
}

.selectbox {
	width: 40px;
	position: relative;
	border: 1px solid #bfc1d8;
	background-color: #fff;
	border-radius: 5px;
	margin-right: 5px;
	float: left;
}

.selectbox::after {
	font-size: 12px;
	position: absolute;
	top: 35%;
	right: 5%;
	margin-top: -8px;
	content: "▼";
	color: #5c63ab;
	pointer-events: none;
}

.selectbox_text {
	width: 130px;
	float: left;
}

#wrap {
	overflow: hidden;
}

header {
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

header #headline {
	background-color: #5c63ab;
	padding: 1px 10px;
}

header #headline #inner {
	width: 1500px;
	margin: 0 auto;
}

header #headline h1,
header #headline p {
	font-size: 13px;
	font-weight: normal;
	color: #fff;
}

header #head {
	padding: 10px 0px 0px;
	border-bottom: solid 1px #c2c4e2;
}

body.form header #head,
body.form2 header #head {
	border-bottom: 0;
	min-height: 70px;
}

header #head #inner {
	width: 1500px;
	margin: 0 auto;
}

header #head #logo {
	width: 280px;
	height: 40px;
	float: left;
	padding-top: 5px;
}

body.form header #head #logo,
body.form2 header #head #logo {
	float: inherit;
	margin: auto;
}

header #head #logo img {
	width: 100%;
	height: auto;
}

header #button_box {
	float: right;
	width: 1160px;
	height: 75px;
}

header #head .bt_request a {
	width: 230px;
	display: block;
	color: #fff;
	background: url("../images/common/icon_request.png") 15% 50% / 22px 17px no-repeat;
	background-color: #3cb371;
	padding: 12px 0px 12px 30px;
	margin-top: 3px;
	text-decoration: none;
	text-align: center;
	float: left;
	position: relative;
}

header #head .bt_request a:hover {
	color: #fff;
	background-color: #46d084;
}

header #head .bt_request a .count {
	position: absolute;
	background: #ff5959;
	display: flex;
	width: 1.8em;
	height: 1.8em;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: solid 2px #fff;
	top: -0.6em;
	left: -0.6em;
}

nav {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}

nav ul {
	float: left;

}

nav ul li {
	font-size: 16px;
	font-weight: bold;
	float: left;
	list-style-type: none;
	padding: 2px 0 0 40px;
	/*	margin-right: 70px;*/
	margin-right: 50px;
	1
}
nav ul li:nth-child(1) {
	background: url("../images/common/icon_gv_7.png") 0% 0% / 31px 28px no-repeat;
}
nav ul li:nth-child(2) {
	background: url("../images/common/icon_gv_2.png") 0% 0% / 31px 28px no-repeat;
}
/*
nav ul li:nth-child(2) {
	background: url("../images/common/icon_gv_3.png") 0% 0% / 31px 28px no-repeat;
}
*/
nav ul li:nth-child(3) {
	background: url("../images/common/icon_gv_4.png") 0% 0% / 31px 28px no-repeat;
}

nav ul li:nth-child(4) {
	background: url("../images/common/icon_gv_5.png") 0% 0% / 31px 28px no-repeat;
}

nav ul li:nth-child(5) {
	background: url("../images/common/icon_gv_6.png") 0% 0% / 31px 28px no-repeat;
}

nav ul li:last-child {
	background: url("../images/common/icon_gv_1.png") 0% 0% / 31px 28px no-repeat;
	margin-right: 0;
}

nav ul li a {
	color: #333;
	text-decoration: none;
}


header .spmenu_btn,
header .spmenu,
header #header_tel_sp,
header #header_request_sp {
	display: none;
}

header .spmenu_btn,
header .spmenu .navbox {
	display: none;
}

header .spmenu #banner_tel_hamburger {
	display: none;
}

/* スマホ下部固定バナー */
#fixedmenu_sp {
	display: none;
}

/* スマホ下部固定バナー end */





/* フッター */
footer {
	color: #fff;
	width: 100%;
	background-color: #5d62aa;
	margin-top: 90px;
	position: relative;
	text-align: center;
}

footer #inner {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

footer #inner #contact {
	margin-left: 80px;
}

footer #inner #contact .left {
	float: left;
	margin-right: 50px;
}

footer #inner #contact .left .text {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}

footer #inner #contact .right {
	float: left;
}

footer #copy {
	width: 100%;
	border-top: solid 1px #fff;
	font-size: 12px;
}

footer #copy a {
	color: #fff;
	text-decoration: none;
}

footer #copy #box {
	width: 1200px;
	margin: 0 auto;
	padding: 15px 0 30px;
}

footer #copy #box .left {
	float: left;
}

footer #copy #box .right {
	float: right;
}

footer ul {
	margin: 60px 0;
	display: inline-block;
}

footer ul li {
	list-style-type: none;
	float: left;
	margin-right: 30px;
}

footer ul li a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

footer ul li a:hover,
footer #copy #box a:hover {
	color: #989de6;
}

footer .bt_request a {
	width: 220px;
	display: block;
	color: #fff;
	padding: 15px 20px;
	text-decoration: none;
	text-align: center;
	border-radius: 40px;
	border: solid 1px #fff;
	position: relative;
}

footer .bt_request a:hover {
	color: #fff;
	background-color: #989de6;
}

footer .bt_request a:after {
	font-size: 12px;
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 600;
	padding-left: 10px;
	color: #fff;
	position: absolute;
	right: 5%;
}



.footer_search {
	width: 100%;
	border: solid 1px #5d62aa;
	background-color: #fff;
	border-radius: 10px;
	padding: 0px;
}

.footer_search .title {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #5d62aa;
	border-radius: 5px 5px 0px 0px;
	padding: 10px;
	text-align: center;
}

.footer_search .box {
	padding: 20px 25px 20px;
}

.footer_search .box ul li {
	width: 48%;
	float: left;
	list-style-type: none;
	margin-bottom: 5px;
}

.footer_search .box ul li:nth-child(odd) {
	margin-right: 4%;
}

.footer_search .box ul.single li {
	width: 100%;
}

.footer_search.area .title:before {
	content: url("../images/common/icon_w_area.png");
	position: relative;
	top: 5px;
	right: 5px;
}

.footer_search.monthly .title:before,
.footer_search.moving .title:before {
	content: url("../images/common/icon_w_cost.png");
	position: relative;
	top: 5px;
	right: 5px;
}

.footer_search.kinds .title:before {
	content: url("../images/common/icon_w_kinds.png");
	position: relative;
	top: 5px;
	right: 5px;
}

.footer_search.nusing .title:before {
	content: url("../images/common/icon_w_nursing.png");
	position: relative;
	top: 5px;
	right: 5px;
}

.footer_search .cate_area {
	font-size: 18px;
	font-weight: bold;
}

.footer_search .cate_area:before {
	content: url("../images/common/icon_marker.png");
	position: relative;
	top: 5px;
	right: 5px;
}

.footer_search .text {
	padding-left: 20px;
	margin-bottom: 10px;
}

.footer_search_flexbox {
	display: flex;
	margin: 20px auto 0;
	padding: 0px;
	width: 100%;
	justify-content: space-between;
}

.footer_search_flexbox .footer_search {
	margin-right: 1%;
	width: 25%;
	box-sizing: border-box;

}

.footer_search_flexbox .footer_search:nth-child(4n) {
	margin-right: 0;
}

#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: #898fcc;
	border-radius: 50%;
	z-index: 8;
}

#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	border-radius: 50%;
}

#page_top a:hover {
	background: #989de6;
	;
}

#page_top a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#page_top.none {
	background: #969bd5;
}

/* フッター end */


.container-100 {
	margin: 0px auto 0px;
	padding: 70px 0;
}

.container-100.gray {
	background-color: #f4f4f4;
}

.container-100.top_mv {
	background-color: #f4f4f4;
	margin-top: 180px;
	padding: 40px 0px 40px;
}

.container-100.under_mv {
	background-color: #f4f4f4;
	margin-top: 189px;
	padding: 0px 0px;
}

body.form .container-100.under_mv,
body.form2 .container-100.under_mv {
	margin-top: 110px;
}

.container-100.under_base {
	background-color: #f4f4f4;
	padding: 0px 70px;
}

.container-100.under_base.other {
	padding: 0px 70px 70px;
}

.container-100.footer {
	background-color: #f4f4f4;
	padding: 50px 0px 0px;
}

.main {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 1px;
}


.bt_center {
	margin: 30px auto 0;
	text-align: center;
}

.bt_center a {
	display: block;
	color: #fff;
	background-color: #5c63ab;
	padding: 20px 20px;
	text-decoration: none;
	text-align: center;
	border-radius: 40px;
	position: relative;
}

.bt_center a:hover {
	color: #fff;
	background-color: #989de6;
}

.bt_center a:after {
	font-size: 12px;
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 600;
	padding-left: 10px;
	color: #fff;
	position: absolute;
	right: 5%;
}






.bt_common_black a {
	width: 200px;
	display: block;
	color: #fff;
	background-color: #131313;
	padding: 12px 20px;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	transition: .6s;
}

.bt_common_black.glay a {
	background-color: #8c8c8c;
}

.bt_common_black a:hover,
.bt_common_black.glay a:hover {
	color: #fff;
	background-color: #e72418;
	transition: .3s;
}

.bt_common_black a:after {
	font-size: 12px;
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 600;
	padding-left: 10px;
	color: #fff;
	position: absolute;
	right: 5%;
}

.bt_common_black.glay a:after {
	font-size: 12px;
	font-family: "Font Awesome 5 Free";
	content: "\f053";
	font-weight: 600;
	padding-left: 10px;
	color: #fff;
	position: absolute;
	right: 92%;
}


/* ◆◆◆◆◆ TOPページ ◆◆◆◆◆ */

body#top #title_message {
	text-align: center;
}

body#top #title_message #h2box {
	display: inline-block;
	margin: 0 auto;
}

body#top #title_message #consulfree {
	width: 400px;
	float: left;
	margin-right: 15px;
}

body#top #title_message #consulfree img {
	width: 100%;
	height: auto;
}

body#top h2 {
	width: auto;
	font-size: 22px;
	color: #5c63ab;
	text-align: left;
	margin-bottom: 30px;
	padding-top: 10px;
	display: inline-block;
	float: right;
}
body#top h2 span
{
	color:#EB7080;
}
body#top h2 img{
    height: 23px;
    margin: -2px 5px;
}

body#top h3 {
	font-size: 30px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 30px;
}

body#top h3:before {
	content: url("");
}

.top_category {
	text-align: center;
	margin-bottom: 50px;
}

.top_category img {
	display: block;
	margin: 0 auto;
}

#search_menu_sp {
	display: none;
}





/* 掲載件数、フリーワード検索周り */
#num_institution {}

#num_institution #num {
	font-size: 16px;
	font-weight: bold;
	width: 90%;
	background-color: #fff;
	border-radius: 10px;
	padding: 3px 5%;
	text-align: center;
	float: left;
}

#num_institution #search {
	float: right;
}

#num_institution #search .text {
	font-size: 14px;
	float: left;
	margin-right: 15px;
	padding-top: 5px;
}

#num_institution #search .form {
	float: left;
	display: block;
	position: relative;
}

#num_institution #search .form input[type="text"] {
	width: 650px;
	padding: 8px 15px;
	display: block;
	background-color: #fff;
	border: solid 1px #ccc;
	border-radius: 10px;
}

#num_institution #search .form input::placeholder {
	font-size: 14px;
	color: #999;
}

#num_institution #search .form .bt {
	position: absolute;
	right: 15px;
	top: 55%;
	transform: translateY(-50%);
	border: 0px;
	background-color: #fff;
	cursor: pointer;
}

/* 掲載件数、フリーワード検索周り end */

/* 簡易検索タブ */
body#top .tab-area {
	width: 1200px;
	margin: 20px auto 30px;
}

body#top .tab-btn {
	display: none;
	/*タブの切り替えを制御するラジオボタンを非表示に*/
}

body#top .tab-list-wrap {
	padding: 0;
	/*デフォルトの値をクリア*/
	margin: 20px 0 0 0;
	list-style-type: none;
	/*デフォルトの値をクリア*/
	justify-content: space-between;
	/*ボタンを横幅いっぱいに配置*/
	float: left;

}

body#top .tab-list {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #5c63ab;
	width: 135px;
	padding: 50px 0 20px;
	margin-bottom: 2px;
	text-align: center;
	border-radius: 4px;
	background-color: #fff;
	box-sizing: border-box;
	/*borderの値を横幅に含める*/
	cursor: pointer;

}

body#top #tab-list1.tab-list {
	background: url("../images/top/icon_tabarea_1-off.png") 50% 15px / 35px 35px no-repeat;
	background-color: #fff;
}

body#top #tab-list2.tab-list {
	background: url("../images/top/icon_tabarea_2-off.png") 50% 15px / 35px 35px no-repeat;
	background-color: #fff;
}

body#top #tab-list3.tab-list {
	background: url("../images/top/icon_tabarea_2-off.png") 50% 15px / 35px 35px no-repeat;
	background-color: #fff;
}

body#top #tab-list4.tab-list {
	background: url("../images/top/icon_tabarea_3-off.png") 50% 15px / 35px 35px no-repeat;
	background-color: #fff;
}

body#top #tab-btn1:checked~.tab-list-wrap #tab-list1 {
	color: #fff;
	background: url("../images/top/icon_tabarea_1-on.png") 50% 15px / 35px 35px no-repeat;
	background-color: #5c63ab;
	/*対応するボタンにチェックが入ったときに背景を#5c63abに*/
}

body#top #tab-btn2:checked~.tab-list-wrap #tab-list2 {
	color: #fff;
	background: url("../images/top/icon_tabarea_2-on.png") 50% 15px / 35px 35px no-repeat;
	background-color: #5c63ab;
	/*対応するボタンにチェックが入ったときに背景を#5c63abに*/
}

body#top #tab-btn3:checked~.tab-list-wrap #tab-list3 {
	color: #fff;
	background: url("../images/top/icon_tabarea_2-on.png") 50% 15px / 35px 35px no-repeat;
	background-color: #5c63ab;
	/*対応するボタンにチェックが入ったときに背景を#5c63abに*/
}

body#top #tab-btn4:checked~.tab-list-wrap #tab-list4 {
	color: #fff;
	background: url("../images/top/icon_tabarea_3-on.png") 50% 15px / 35px 35px no-repeat;
	background-color: #5c63ab;
	/*対応するボタンにチェックが入ったときに背景を#5c63abに*/
}

body#top #tab-list1.tab-list:hover {
	color: #fff;
	background: url("../images/top/icon_tabarea_1-on.png") 50% 15px / 35px 35px no-repeat;
	background-color: #5c63ab;
}

body#top #tab-list2.tab-list:hover {
	color: #fff;
	background: url("../images/top/icon_tabarea_2-on.png") 50% 15px / 35px 35px no-repeat;
	background-color: #5c63ab;
}

body#top #tab-list3.tab-list:hover {
	color: #fff;
	background: url("../images/top/icon_tabarea_2-on.png") 50% 15px / 35px 35px no-repeat;
	background-color: #5c63ab;
}

body#top #tab-list4.tab-list:hover {
	color: #fff;
	background: url("../images/top/icon_tabarea_3-on.png") 50% 15px / 35px 35px no-repeat;
	background-color: #5c63ab;
}


body#top .tab-content {
	width: 1025px;
	height: 450px;
	float: left;
	background-color: #efefe7;
	border-radius: 20px;
	padding: 20px;
	display: none;
	/*初期状態を非表示に*/
}

body#top #tab-btn1:checked~.tab-content-wrap #tab-content1,
body#top #tab-btn2:checked~.tab-content-wrap #tab-content2,
body#top #tab-btn3:checked~.tab-content-wrap #tab-content3,
body#top #tab-btn4:checked~.tab-content-wrap #tab-content4 {
	display: block;
	/*対応するボタンにチェックが入ったときに表示*/
}

body#top #tab-content1 {
	background: url("../images/top/bg_top_map.png") 18px 22px / 1030px 445px no-repeat;
	background-color: #efefe7;
	position: relative;
}

body#top #tab-content1 .areabox {
	width: 350px;
	height: 170px;
	position: absolute;
}

body#top #tab-content1 .areabox.chubu {
	top: 32px;
	left: 30px;
}

body#top #tab-content1 .areabox.seibu {
	top: 247px;
	left: 30px;
	height: 200px;
}

body#top #tab-content1 .areabox.toubu {
	top: 32px;
	left: 685px;
}

body#top #tab-content1 .areabox.izu {
	top: 247px;
	left: 685px;
}

body#top #tab-content1 .areabox .title {
	font-size: 18px;
	font-weight: bold;
	color: #5d62aa;
	text-align: center;
	margin-bottom: 5px;
}

body#top #tab-content1 .areabox ul {}

body#top #tab-content1 .areabox ul li {
	font-size: 14px;
	list-style-type: none;
	width: 110px;
	float: left;
	position: relative;
	margin-bottom: 5px;
	margin-right: 10px;
}

body#top #tab-content1 .areabox ul li:nth-of-type(3n) {
	margin-right: 0px;
}

body#top #tab-content1 .areabox ul li a {
	color: #333;
	text-decoration: none;
}

body#top #tab-content1 .areabox ul li a:hover {
	color: #989de6;
}

body#top #tab-content1 .areabox ul li::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f054";
	font-size: 10px;
	color: #ff5959;
	position: absolute;
	width: 5px;
	height: 5px;
	top: 0px;
	bottom: 0;
	right: 0;
}

body#top .tab-content .link_inner {
	width: 900px;
	text-align: center;
	margin: 0 auto;
}

body#top .tab-content .link_inner .box {
	width: 30%;
	float: left;
	margin: 0 20px 20px 0px;
	text-align: center;
}

body#top .tab-content .link_inner .box:nth-child(3n) {
	margin-right: 0;
}

body#top .tab-content .link_inner .box a {
	color: #333;
	display: block;
	padding: 10px 0;
	text-decoration: none;
	background-color: #fff;
	border: solid 1px #ccc;
	border-radius: 20px;
}

body#top .tab-content .link_title {
	font-size: 20px;
	font-weight: bold;
	width: 200px;
	text-align: center;
	margin: 60px auto 30px;
	border-bottom: solid 2px #5c63ab;
	padding-bottom: 10px;
}

body#top .tab-content .link_inner .box a:hover {
	color: #fff;
	background-color: #989de6;
	;
}

/* 簡易検索タブ end */

/* 人気のキーワード */

#popular_keyword {
	text-align: center;
	padding-bottom: 15px;
}

#popular_keyword .wrapper {
	display: inline-block;
}

#popular_keyword .text {
	width: 170px;
	float: left;
	margin-top: -5px;
	text-align: left;
}

#popular_keyword .text:before {
	content: url("../images/common/icon_keyword.png");
	position: relative;
	top: 5px;
	right: 5px;
}

#popular_keyword .icon {
	width: 830px;
	float: right;
}

body#top #popular_keyword .icon {
	width: 550px;
	float: right;
}

#popular_keyword .item {
	font-size: 13px;
	line-height: 20px;
	border: solid 1px #c8c8c8;
	border-radius: 10px;
	text-align: center;
	background-color: #fff;
	float: left;
	margin: 0 5px 10px 0;
}

#popular_keyword .item a {
	display: block;
	padding: 0px 15px;
	color: #333;
	border-radius: 10px;
	text-decoration: none;
}

#popular_keyword .item a:hover {
	color: #fff;
	background-color: #989de6;
	border-radius: 15px;
}

/* 人気のキーワード end */

/* 条件を絞って探す */

body#top #conditions {
	background-color: #f9f9f9;
}

body#top #conditions .inner {
	padding: 30px;

}

body#top #conditions #title {
	font-size: 24px;
	font-weight: bold;
	border-left: solid 5px #5c63ab;
	padding-left: 15px;
}

body#top #conditions .cate_title {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #bfc1d8;
	border-radius: 10px;
	text-align: center;
	margin: 25px 0 20px;
	padding: 5px 0;
}

body#top #conditions .area_base {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 3px;
}

body#top #conditions .area_base .title {
	font-weight: bold;
	margin-bottom: 10px;
}

body#top #conditions .area_base .title:before {
	content: url("../images/common/icon_marker.png");
	position: relative;
	top: 5px;
	right: 5px;
}

body#top #conditions .area_base ul li {
	width: 150px;
	margin-right: 10px;
	list-style-type: none;
	float: left;
}

body#top #conditions .other_base {}

body#top #conditions .other_base .left {
	float: left;
	width: 48%
}

body#top #conditions .other_base .right {
	float: right;
	width: 48%;
}

body#top #conditions .other_base ul {
	padding: 0 20px;
}

body#top #conditions .other_base ul li {
	width: 150px;
	margin-right: 10px;
	list-style-type: none;
	float: left;
}

body#top #conditions .other_base ul.col2 li {
	/*	width: 230px;*/
	width: 255px;
	margin-right: 10px;
	list-style-type: none;
	float: left;
}

body#top #conditions .other_base .title_nusing {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 10px 20px;
}

body#top #conditions .other_base .bg_nusing {
	width: 1100px;
	margin: 20px auto 30px;
}

body#top #conditions .other_base .bg_nusing .title {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0 5px;
}

body#top #conditions .other_base .bg_nusing .box {
	width: 200px;
	margin-right: 10px;
	margin-bottom: 15px;
	float: left;
}

body#top #conditions .other_base .bg_nusing .box.adjust {
	margin-bottom: 0;
}

.selectbox_text.long {
	font-size: 14px;
	line-height: 20px;
}

body#top #conditions .other_base input[type="text"] {
	font-size: 16px;
	width: 1090px;
	padding: 8px 10px;
	border: solid 1px #ccc;
	border-radius: 10px;
}

body#top #conditions #js-body {
	padding: 0 30px;
}

body#top #conditions .toggle_link {
	color: #fff;
	background-color: #5c63ab;
	cursor: pointer;
}

body#top #conditions .toggle_link .js-text {
	text-align: center;
	background: url("../images/common/icon_top_toggle_1.png") 40% 50% / 22px 22px no-repeat;
	padding: 10px 0;
}

body#top #conditions .toggle_link .js-text2 {
	background: url("../images/common/icon_top_toggle_2.png") 40% 50% / 22px 22px no-repeat;
}

body#top .conditions_searchbox {
	display: inline-block;
}

body#top .bt_center.conditions {
	float: right;
	margin-left: 10px;
}

body#top .bt_center.conditions.clear {
	float: left;
	margin-right: 10px;
}

body#top .bt_center.conditions a {
	width: 200px;
}

body#top .bt_center.conditions.clear a {
	width: 200px;
	color: #6060aa;
	background-color: #fff;
	border: solid 1px #6060aa;
}

body#top .bt_center.conditions.clear a:hover {
	background-color: #d6d8f7;
}

body#top .bt_center.conditions.clear a:after {
	color: #6060aa;
}


/* 条件を絞って探す end */


/* こだわりの施設から探す */

.top_institution {
	flex-wrap: wrap;
	display: flex;
	margin: 20px auto 60px;
	padding: 0px;
	width: 100%;
	justify-content: space-between;
}

.top_institution .box {
	margin-right: 1%;
	margin-bottom: 30px;
	width: 48%;
	box-sizing: border-box;

}

.top_institution .box:nth-child(2n) {
	margin-right: 0;
}

.top_institution .box .img {
	width: 20%;
	float: left;
	margin-right: 5%;
}

.top_institution .box .img img {
	width: 100%;
}

.top_institution .box .text {
	width: 75%;
	float: left;
}

.top_institution .box .text a {
	font-size: 20px;
	margin-bottom: 10px;
	display: block;
}

/* こだわりの施設から探す end */


/* 最近見た施設 */

#top_recently ul {
	margin: 0;
	padding: 0;
}

#top_recently ul li {
	margin: 0 20px;
}

#top_recently ul li img {
	width: 100%;
	margin-bottom: 10px;
}

#top_recently ul li .box {}

#top_recently ul li .box .text {
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;
}

/* 最近見た施設 end */


/* 注目施設ランキングTOP5 */

.top_featured_facility {
	margin: 60px 0;
}

.top_featured_facility #title {
	margin-bottom: 60px;
	text-align: center;
}

.top_featured_facility .flex {
	width: 1150px;
	flex-wrap: wrap;
	display: flex;
	margin: 0 auto;
	padding: 0px;

	justify-content: space-between;
}

.top_featured_facility .inner {
	margin-right: 0%;
	margin-bottom: 30px;
	width: 17%;
	box-sizing: border-box;
}

.top_featured_facility .inner:nth-child(5n) {
	margin-right: 0;
}

.top_featured_facility .inner .oukan {
	text-align: center;
}

.top_featured_facility .inner .img {
	display: block;
}

.top_featured_facility .inner .img img {
	width: 100%;
}

.top_featured_facility .inner .box {
	display: block;
}

.top_featured_facility .inner .box .text {
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;
}

/* 注目施設ランキングTOP5 end */

/* エリア別　人気施設ランキング */

.top_area_ranking {
	margin: 60px 0;
}

.top_area_ranking #title {
	margin-bottom: 60px;
	text-align: center;
}

.top_area_ranking .flex {
	flex-wrap: wrap;
	display: flex;
	padding: 0px;
	width: 100%;
	justify-content: space-between;
}

.top_area_ranking .inner {
	margin-right: 1%;
	margin-bottom: 30px;
	padding: 20px;
	width: 22%;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 20px;
}

.top_area_ranking .inner:nth-child(5n) {
	margin-right: 0;
}

.top_area_ranking .inner .title_area {
	color: #fff;
	background-color: #eba5a5;
	border-radius: 20px;
	padding: 2px 20px;
	margin-bottom: 40px;
	text-align: center;
}

.top_area_ranking .inner .title_area.chubu {
	background-color: #bfd7b7;
}

.top_area_ranking .inner .title_area.toubu {
	background-color: #d8d1a7;
}

.top_area_ranking .inner .title_area.izu {
	background-color: #b1d3df;
}

.top_area_ranking .box {
	margin-bottom: 25px;
	position: relative;
	display: flex;
	align-items: center;
}

.top_area_ranking .box .oukan {
	position: absolute;
	top: -20px;
	left: -10px;
}

.top_area_ranking .box .img {
	width: 45%;
	float: left;
	margin-right: 5%;
}

.top_area_ranking .box .img img {
	width: 100%;
}

.top_area_ranking .box .text {
	font-size: 14px;
	line-height: 24px;
	width: 50%;
	float: right;
}

.top_area_ranking .box .text .sub {
	font-size: 12px;
	line-height: 16px;
	margin-top: 3px;
}

/* エリア別　人気施設ランキング end */

/* 介護お役立ち情報 */

.top_nursing_info {
	text-align: center;
}

.top_nursing_info .bg {
	flex-wrap: wrap;
	display: flex;
	margin: 25px auto 0;
	padding: 60px 45px;
	justify-content: space-between;
	background-color: #f4f4f4;
}

.top_nursing_info .bg .box {
	margin-right: 1%;
	margin-bottom: 25px;
	width: 48%;
	box-sizing: border-box;
	text-align: left;
}

.top_nursing_info .bg .box:nth-child(2n) {
	margin-right: 0;
}

.top_nursing_info .bg .box .img {
	width: 25%;
	float: left;
	margin-right: 5%;
}

.top_nursing_info .bg .box .img img {
	width: 100%;
}

.top_nursing_info .bg .box .text {
	width: 70%;
	float: left;
}

.top_nursing_info .bg .box .text a {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}

.top_nursing_info .category {
	text-align: center;
	display: inline-block;
}

.top_nursing_info .category .cate_title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.top_nursing_info .category .tag {
	float: left;
	margin: 0 5px;
}

.top_nursing_info .category .tag a {
	font-size: 13px;
	color: #333;
	padding: 0px 20px;
	margin-bottom: 10px;
	border: solid 1px #6b62b1;
	border-radius: 10px;
	float: left;
	text-decoration: none;
}

.top_nursing_info .category .tag a:hover {
	color: #fff;
	background-color: #989de6;
}

.bt_center.top_nursing_info a {
	width: 360px;
	margin: 0 auto;
}

/* 介護お役立ち情報 end */

/* お客様の声＆相談員のご紹介 */

.top_voice_counselor {
	flex-wrap: wrap;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.top_voice_counselor .bg {
	margin-right: 1%;
	padding: 40px 30px;
	width: 47%;
	box-sizing: border-box;
	text-align: left;
	background-color: #fff;
}

.top_voice_counselor .bg:nth-child(2n) {
	margin-right: 0;
}

.top_voice_counselor .bg .box {
	margin-bottom: 20px;
}

.top_voice_counselor .bg.counselor .box {
	margin-bottom: 30px;
}

.top_voice_counselor .bg .box .img {
	width: 25%;
	float: left;
	margin-right: 5%;
}

.top_voice_counselor .bg.voice .box .img {
	width: 18%;
	float: left;
	margin-right: 5%;
}

.top_voice_counselor .bg .box .img img {
	width: 100%;
}

.top_voice_counselor .bg .box .text {
	font-size: 14px;
	width: 70%;
	float: left;
}

.top_voice_counselor .bg.voice .box .text {
	font-size: 14px;
	width: 77%;
	float: left;
}

.top_voice_counselor .bg .box .text a {
	font-size: 18px;
	display: block;
}

.top_voice_counselor .bg .box .text .counselor_box {
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
}

.top_voice_counselor .bg .box .text .counselor_box .cate {
	font-size: 16px;
	width: 20%;
	padding: 0 5%;
	margin-right: 5%;
	background-color: #ecece4;
	border-radius: 10px;
	float: left;
	text-align: center;
}

.top_voice_counselor .bg .box .text .counselor_box .cont {
	font-size: 18px;
	width: 65%;
	float: right;
}

.top_voice_counselor .bg .box .text .counselor_box .cont.mini {
	font-size: 15px;
}

.top_voice_counselor .bg .box .text .counselor_box_text {
	font-size: 16px;
}

/* お客様の声＆相談員のご紹介 end */

/* お知らせ */

.top_news .bg {
	background-color: #f4f4f4;
	border-radius: 10px;
	padding: 50px 45px;
	margin-bottom: 60px;
}

.top_news .bg .box {
	margin-bottom: 20px;
}

.top_news .bg .box .day {
	width: 12%;
	float: left;
	margin-right: 3%;
}

.top_news .bg .box .text {
	width: 85%;
	float: left;
}

/* お知らせ end */

/* CTA */

.top_cta_request {
	width: 100%;
	position: relative;
	border: solid 1px #5c63ab;
	border-radius: 10px;
	background-color: #f3f4f9;
	padding: 20px 0;
}

.top_cta_request .img {
	position: absolute;
	bottom: -9px;
	left: 150px;
}

.top_cta_request .box {
	margin-left: 350px;
}

.top_cta_request .box .title {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}

.top_cta_request .box .title .left {
	display: none;
}

.top_cta_request .box .title .right {
	width: 100%;
}

.top_cta_request .box .title .right img {
	margin-bottom: 15px;
}

.top_cta_request .box .link {
	margin-top: 10px;
}

.top_cta_request .box .link .left {
	float: left;
	margin-right: 50px;
}

.top_cta_request .box .link .bt {
	margin-top: 10px;
}

.top_cta_request .box .link .bt a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #3cb371;
	border-radius: 30px;
	padding: 20px 100px;
	text-align: center;
	text-decoration: none;
	position: relative;
}

.top_cta_request .box .link .bt a:hover {
	color: #fff;
	background-color: #46d084;
}

.top_cta_request .box .link .bt a:after {
	font-size: 12px;
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 600;
	padding-left: 10px;
	color: #fff;
	position: absolute;
	right: 5%;
}

.top_cta_request .box .link .bt_tel {
	display: none;
}

.top_cta_support {
	margin-top: 15px;
}

.top_cta_support img {
	width: 100%;
}

/* CTA end */

/* ◆◆◆◆◆ TOPページ ◆◆◆◆◆ end */




/* ◆◆◆◆◆ 下層ページ ◆◆◆◆◆ */

body#under.list h1:not(.eyecatch_area_txt) {
	font-size: 36px;
	line-height: 48px;
	color: #5c63ab;
	text-align: center;
	padding: 75px 0;
}

body#under.other h1,
body#under.other p.page_title {
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
	color: #5c63ab;
	text-align: center;
	padding: 75px 0;
	padding: 50px 0 30px;
}

body#under #bredlist {
	font-size: 12px;
	line-height: 18px;
	background-color: #e7e7e7;
	padding: 10px 0;
}

body#under.other .explanatory_under {
	/*margin: -30px 0 40px 0;*/
	margin: 0 0 40px 0;
}

body#under .see_next {
	color: #5c63ab;
}

/* サイドナビ（下層一覧検索） */
body#under #side_nav {
	width: 170px;
	float: left;
	background-color: #fff;
	border-radius: 10px;
	padding: 15px 0 25px;
}

body#under #side_nav .title {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

body#under #side_nav .box {}

body#under #side_nav .box.cate_title {
	border-top: solid 1px #e7e7e7;
}

body#under #side_nav .box .inner {
	padding: 10px 10px 10px;

}

body#under #side_nav .box .inner .cate {
	font-size: 15px;
	font-weight: bold;
	color: #5d62aa;
	margin: 5px 0 0;
}

body#under #side_nav .box .inner .cate .text {
	width: 60px;
	float: left;
}

body#under #side_nav .box .inner .cate .bt {
	width: 75px;
	float: right;
}

body#under #side_nav .box .inner .text {
	font-size: 14px;
}

body#under #side_nav .box .title_free {
	font-size: 14px;
	font-weight: bold;
}

body#under #side_nav input[type="text"] {
	width: 90%;
	padding: 5%;
	margin-bottom: 30px;
	display: block;
	background-color: #fff;
	border: solid 1px #ccc;
	border-radius: 10px;
}

body#under #side_nav .bt_center {
	margin-top: 10px;
}

body#under #side_nav .bt_center a {
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
	border-radius: 10px;
}

body#under #side_nav .bt_center.clear a {
	color: #6060aa;
	background-color: #fff;
	border: solid 1px #6060aa;
}

body#under #side_nav .bt_center.clear a:hover {
	background-color: #d6d8f7;
}

body#under #side_nav .bt_center.clear a:after {
	color: #6060aa;
}

body#under #side_nav .bt_center a:after {
	top: 50%;
	transform: translateY(-50%) translateX(-5%);
	-webkit- transform: translateY(-50%) translateX(-5%);
}

body#under #side_nav ul li {
	font-size: 13px;
	list-style-type: none;
}

body#under #side_nav .title_correspond {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

body#under #side_nav .box_select {
	margin-bottom: 5px;
}

body#under #side_nav .box_select .left {
	float: left;
	width: 50px;
}

body#under #side_nav .box_select .right {
	font-size: 14px;
	line-height: 20px;
	float: left;
	width: 90px;
}

/* サイドナビ（下層一覧検索） end */

/* コンテンツエリア（下層一覧） */
body#under #contents_list {
	width: 1000px;
	float: right;
}

/* コンテンツエリア（下層一覧） end */

/* コンテンツエリア（下層詳細） */
body#under #contents_detail {
	width: 1000px;
	margin: 0 auto;
}

/* コンテンツエリア（下層詳細） end */


/* 人気のキーワード */

body#under.list #popular_keyword {
	text-align: left;
	padding-bottom: 5px;
}

/* 人気のキーワード end */

/* 並び替え */

#sort_list {
	font-weight: bold;
	margin-bottom: 20px;
}

#sort_list #num {
	margin-bottom: 20px;
}

#sort_list #num .all {
	font-size: 16px;
}

#sort_list #num .text {
	font-size: 14px;
}

#sort_list #button #title {
	font-size: 14px;
	color: #5c63ab;
	font-weight: bold;
	width: 6%;
	float: left;
	margin-right: 5%;
	padding-top: 5px;
}


#sort_list #button #box {
	width: 89%;
	float: left;
}

#sort_list #button #box .bt {
	font-size: 14px;
	color: #333;
	background-color: #fff;
	border-radius: 10px;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

#sort_list #button #box .bt.active {
	color: #fff;
	background-color: #5c63ab;
}

/* 並び替え end */


/* スマホ用検索エリア（下層一覧） */
#list_searcharea {
	display: none;
}

/* スマホ用検索エリア（下層一覧） end */


/* 施設 */
.box_institution {
	background-color: #fff;
	border-radius: 10px;
	padding: 40px 30px;
	margin: 0px 0px 50px;
	text-align: left;
	position: relative;
}

.box_institution .icon_viewed {
	position: absolute;
	top: 10px;
	right: 10px;
}

.institution_name .name {
	font-size: 30px;
	line-height: 36px;
	margin-right: 20px;
	float: left;
}

.institution_name .name h2 {
	/* 一覧施設名タイトル */
	font-size: 30px;
	text-align: left;
}
.institution_name .name h2 a {
	text-decoration: none;
}
.institution_name .name h2 a:hover,
.institution_name .name h2 a:active {
	color: #ff5959;
	text-decoration: underline;
}

body#under.detail .institution_name {
	margin-bottom: 30px;
}

body#under.detail .institution_name .name h1 {
	/* 詳細施設名タイトル */
	font-size: 30px;
	text-align: left;
}

.institution_name .kinds {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 3px 20px;
	background-color: #bfc1d8;
	border-radius: 20px;
	text-align: center;
	float: left;
	display: inline-block;
}

.institution_name .movie {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 3px 20px;
	background-color: #ffabab;
	border-radius: 20px;
	text-align: center;
	float: left;
	display: inline-block;
	margin-left: 1em;
	position: relative;
	padding-left: 3.5em;
}

.institution_name .movie:before {
	content: "";
	width: 2em;
	height: auto;
	display: block;
	position: absolute;
	left: 1em;
	background: url("../images/detail/icon_result_title1.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 1 / 1;
	filter: drop-shadow(1px 1px 0px #fff) brightness(100);
}

.box_institution .institution_content {
	margin-top: 30px;

}

.box_institution .institution_content .photo {
	width: 37%;
	margin-right: 3%;
	float: left;
}

body#under.detail .box_institution .institution_content .photo img {
	width: 100%;
	aspect-ratio: 4 / 3;
}

.box_institution .institution_content .content {
	width: 60%;
	float: left;
}



/* 画像スライド */
.box_institution .institution_content .photo .slider-area img {
	width: 100%;
	height: auto;
	display: block;
}

.box_institution .institution_content .photo .slider-area {
	overflow: hidden;
	width: 100%;
	margin: auto;
}
.box_institution .institution_content .photo .slider-item {
	position: relative;
}
.box_institution .institution_content .photo .slider-area a {
	position: absolute;
	display: block;
	width: 75%;
	height: 100%;
	top: 0;
	left: 15%;
}
.box_institution .institution_content .photo .slider-area:has(a:hover) img,
.box_institution .institution_content .photo .slider-area:has(a:active) img {
	opacity: 0.7;
	transition: all .2s linear;
}
.box_institution .institution_content .photo .slider-area .slider_photo > .slider-item + .slider-item {
	display: none;
}

.box_institution .institution_content .photo .thumnail {
	/* flex-wrap: wrap; */
	/* display: flex; */
	width: 100%;
	margin-top: 10px;
	/* justify-content: space-between; */
	aspect-ratio: 1400/123;
}

.box_institution .institution_content .photo .thumnail .slick-track {
	/* transform:unset!important; */
	/*
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
*/
}

/* flexの値を変更し列数を変更 */
.box_institution .institution_content .photo .thumnail .slick-slide {
	display: block;
}

.box_institution .institution_content .photo .thumnail .thumnail-item {
	width: 30%;
	margin-right: 3px;
	box-sizing: border-box;
	text-align: left;
	cursor: pointer;
	position: relative;
}
.box_institution .institution_content .photo .thumnail > .thumnail-item + .thumnail-item {
	display: none;
}
.box_institution .institution_content .photo .thumnail .thumnail-item.slick-current:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	border: 3px solid #5c63ab;
	background: rgb(92, 99, 171, 0.3);
}

.box_institution .institution_content .photo .thumnail .thumnail-item img {
	width: 100%;
	height: auto;
}

.box_institution .institution_content .photo .thumnail .thumnail_dots {
	display: flex;
	width: 100%;
	list-style: none;
	height: 5px;
}

.box_institution .institution_content .photo .thumnail .thumnail_dots li {
	flex: 1;
}

.box_institution .institution_content .photo .thumnail .thumnail_dots li button {
	width: 100%;
	border: none;
	height: 5px;
	padding-top: 5px;
	overflow: hidden;
	background: #ccc;
}

.box_institution .institution_content .photo .thumnail .thumnail_dots li.slick-active button {
	background: #aaa;
}

/* 画像スライド end */



.box_institution .institution_content .caption {
	color: #5c63ab;
	font-weight: bold;
	margin-bottom: 5px;
}

.box_institution .institution_content .content .cost {
	margin: 20px 0;
}

.box_institution .institution_content .content .cost .box .left {
	font-weight: bold;
	width: 20%;
	float: left;
}

.box_institution .institution_content .content .cost .box .right {
	width: 80%;
	float: left;
}

.box_institution .institution_content .content .cost .box .right .num {
	font-size: 18px;
	font-weight: bold;
	color: #ff5959;
	margin-right: 5px;
}

.box_institution .institution_content .content .cost .box .right .num:empty {
	display: none;
}

.box_institution .institution_content .content .favarite .title {
	color: #fff;
	background-color: #bfc1d8;
	border-radius: 5px;
	text-align: center;
	padding: 2px;
	margin-bottom: 20px;
}

.box_institution .institution_content .content .favarite .icon {
	width: 31%;
	height: 60px;
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #5c63ab;
	padding: 0px;
	margin-right: 2%;
	text-decoration: none;
	text-align: center;
	border: solid 1px #5c63ab;
	border-radius: 10px;
	float: left;
	position: relative;
}

.box_institution .institution_content .content .favarite .icon p {
	width: 95%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
}

.box_institution .institution_content .content .favarite .icon:nth-child(3) {
	margin-right: 0;
}

.box_institution .institution_graph {
	flex-wrap: wrap;
	display: flex;
	padding: 0px;
	margin-top: 30px;
	width: 100%;
	justify-content: space-between;
}

.box_institution .institution_graph .box {
	margin-right: 4%;
	margin-bottom: 30px;
	width: 48%;
	box-sizing: border-box;
	position: relative;
}

.box_institution .institution_graph .box:nth-child(2n) {
	margin-right: 0;
}

.box_institution .institution_graph .box .title_graph {
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}


/* はてな */

.help_area_outer {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 3%;
	left: 65%;
	transform: translateY(3%) translateX(-65%);
	-webkit- transform: translateY(3%) translateX(-65%);
	margin: auto;
}

.help_area {
	position: relative;
	text-align: center;
	margin: 0px;
}

.help_area a {
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}

.box_institution .institution_graph .box .help_area img {
	width: 20px;
	height: auto;
}

.tooltip {
	width: 250px;
	position: absolute;
	background-color: rgb(92, 99, 171, 0.9);
	color: white;
	border-radius: 0.3em;
	padding: 0;
	margin: 0.3em 0 0 0;
	display: none;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	animation-name: fade-in;
	animation-duration: 0.5s;
}

.tooltip:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid rgb(92, 99, 171, 0.9);
}

.tooltip_inner {
	font-size: 16px;
	line-height: 24px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 15px 20px 15px;
	flex-wrap: nowrap;
	text-align: left;
}

@keyframes fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* はてな end */



.box_institution .button_box {
	margin-top: 30px;
}

.box_institution .button_box .bt_request a,
.box_institution .button_box .bt_detail a {
	width: 420px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	padding: 20px 18px;
	position: relative;
}

.box_institution .button_box .bt_request a {
	background-color: #3cb371;
	float: left;
	border-bottom: 5px solid #1c9351;
	border-right: 5px solid #1c9351;
}

.box_institution .button_box .bt_detail a {
	color: #5c63ab;
	background-color: #fff;
	border: solid 1px #5c63ab;
	border-bottom: 5px solid #3c439b;
	border-right: 5px solid #3c439b;
	float: right;
	width: 100%;
	display: block;
	clear: both;
	box-sizing: border-box;
	padding: 19px 20px;
	margin-top: 20px;
}

.box_institution .button_box .bt_tel a {
	display: none;
}

.box_institution .button_box .bt_request a.add_list_btn,
.box_institution .button_box .bt_request a.del_list_btn {
	margin-right: 18px;
	padding: 19px 17px;
}

.box_institution .button_box .bt_request a.add_list_btn .pc,
.box_institution .button_box .bt_request a.del_list_btn .pc {
	display: inline;
}

.box_institution .button_box .bt_request a.add_list_btn {
	background: #fff;
	border: 1px solid #3cb371;
	color: #3cb371;
	border-bottom: 5px solid #1c9351;
	border-right: 5px solid #1c9351;
}

.box_institution .button_box .bt_request a.del_list_btn {
	background: #aaa;
	border: 1px solid #aaa;
	border-bottom: 5px solid #888;
	border-right: 5px solid #888;
}

.box_institution .button_box .bt_request a:hover {
	color: #fff;
	background-color: #46d084;
}

.box_institution .button_box .bt_detail a:hover {
	color: #fff;
	background-color: #989de6;
	border: solid 1px #989de6;
	border-bottom: 5px solid #3c439b;
	border-right: 5px solid #3c439b;
}

.box_institution .button_box .bt_request a.add_list_btn:hover {
	background: #3cb371;
}

.box_institution .button_box .bt_request a.del_list_btn:hover {
	background: #bbb;
}

.box_institution .button_box .bt_request a:after {
	font-size: 12px;
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 600;
	padding-left: 10px;
	color: #fff;
	position: absolute;
	right: 5%;
}

.box_institution .button_box .bt_detail a:after {
	font-size: 12px;
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 600;
	padding-left: 10px;
	color: #5c63ab;
	position: absolute;
	right: 5%;
}

.box_institution .button_box .bt_request a.add_list_btn:after,
.box_institution .button_box .bt_request a.del_list_btn:after {
	font-size: 20px;
}

.box_institution .button_box .bt_request a.add_list_btn:after {
	content: "\f0fe";
	color: #3cb371;
}

.box_institution .button_box .bt_request a.del_list_btn:after {
	content: "\f146";
}

.box_institution .button_box .bt_detail a:hover:after {
	color: #fff;
}

.box_institution .button_box .bt_request a.add_list_btn:hover:after {
	color: #fff;
}

body#under .neighborhood {
	border: solid 1px #5c63ab;
	border-radius: 10px;
	background-color: #fff;
	margin-bottom: 60px;
	padding: 30px;
}

body#under .neighborhood .title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

body#under .neighborhood .box .bt a {

	font-size: 13px;
	line-height: 24px;
	color: #333;
	display: block;
	padding: 2px 15px;
	margin: 0 10px 10px 0;
	background-color: #fff;
	border: solid 1px #5b62a9;
	border-radius: 10px;
	float: left;
	text-align: center;
	text-decoration: none;
}

body#under .neighborhood .box .bt a:hover {
	color: #fff;
	background-color: #989de6;
	border: solid 1px #989de6;
}



/* 施設 end */


/* 詳細ページ */

body#under.detail h2 {
	font-size: 30px;
	line-height: 40px;
	color: #5c63ab;
	margin: 30px 0 15px 45px;
}

body#under.detail h2:before {
	position: relative;
	top: 7px;
	right: 8px;
	margin-left: -45px;
}

body#under.detail h2.state:before {
	content: url("../images/detail/icon_result_title1.png");
}

body#under.detail h2.recommend:before {
	content: url("../images/detail/icon_result_title2.png");
	top: 12px;
}

body#under.detail h2.counselor:before {
	content: url("../images/detail/icon_result_title3.png");
}

body#under.detail h2.plan:before {
	content: url("../images/detail/icon_result_title4.png");
}

body#under.detail h2.detailbox:before {
	content: url("../images/detail/icon_result_title5.png");
}

body#under.detail h2.voice:before {
	content: url("../images/detail/icon_result_title6.png");
}

body#under.detail h2.info:before {
	content: url("../images/detail/icon_result_title7.png");
}

body#under.detail h2.access:before {
	content: url("../images/detail/icon_result_title8.png");
}



body#under.detail h3 {
	font-size: 24px;
	color: #333;
	border-left: solid 5px #5c63ab;
	padding-left: 10px;
}


#state .box_institution #movie {
	/* 施設の様子 */
	text-align: center;
}

#state .box_institution .flex {
	flex-wrap: wrap;
	display: flex;
	padding: 0px;
	/* margin-top: 30px; */
	width: 100%;
	gap: 30px 4%;
	justify-content: space-between;
}

#state .box_institution .flex .box {
	/* margin-right: 4%;
	margin-bottom: 30px; */
	width: 48%;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	font-size: min(16px, 3.8vw);
	line-height: 1.6;
}

#state .box_institution .flex .box:nth-child(2n) {
	/* margin-right: 0; */
}

#state .box_institution .flex .box img {
	width: 100%;
	height: auto;
}

.box_institution#recommend .title {
	/* この施設のおすすめポイント */
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}

.box_institution#recommend .title .img {
	width: 50px;
	float: left;
	margin-right: 20px;
}

.box_institution#recommend .title .text {
	/* width: 850px; */
	width: calc(90% - 75px);
	margin-top: 10px;
	float: left;
}

.box_institution#recommend .comment {
	/* width: 90%; */
	/* margin: 0 0 25px 72px; */
	width: calc(90% - 72px);
	margin: 15px 0 25px 72px;
}

.box_institution#counselor {
	/* この施設をお勧めする担当相談員 */

}

.box_institution#counselor .left {
	width: 15%;
	float: left;
	margin-right: 3%;
}

.box_institution#counselor .left img {
	width: 100%;
	height: auto;
}

.box_institution#counselor .right {
	width: 82%;
	float: left;
}

.box_institution#counselor .right .counselor_box {
	margin-bottom: 15px;
}

.box_institution#counselor .right .counselor_box .cate {
	font-size: 16px;
	width: 10%;
	padding: 0 2%;
	background-color: #ecece4;
	border-radius: 10px;
	float: left;
	text-align: center;
}

.box_institution#counselor .right .counselor_box .cont {
	width: 85%;
	float: right;
}

.box_institution#counselor .right .counselor_box .cont.mini {
	font-size: 15px;
}

.box_institution#plan .bg {
	/* 料金プラン */
	width: 94%;
	padding: 20px 3%;
	background-color: #f4f4f4;
	border-radius: 10px;
	margin-bottom: 20px;
}

.box_institution#plan .bg .title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.box_institution#plan .bg .inner {
	width: 49%;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 0px;
	float: left;
}

.box_institution#plan .bg .inner.first {
	margin-right: 2%;
}

.box_institution#plan .bg .inner .title {
	font-size: 16px;
	color: #fff;
	background-color: #bfc1d8;
	border-radius: 5px 5px 0px 0px;
	padding: 10px;
	text-align: center;
}

.box_institution#plan .bg .inner .cost {
	font-size: 18px;
	color: #ff5e59;
	margin-right: 5px;
}

.box_institution#plan .bg .inner .box {
	padding: 10px 0;
	text-align: center;
}

.box_institution#plan .bg .inner_text {
	width: 94%;
	background-color: #fff;
	border-radius: 5px;
	padding: 10px 3%;
}

body#under.detail .toggle_link {
	width: 240px;
	margin: 0 auto;
	padding: 20px 20px;
	color: #fff;
	border-radius: 40px;
	background-color: #5c63ab;
	cursor: pointer;
}

body#under.detail .toggle_link:hover {
	color: #fff;
	background-color: #989de6;
}

body#under.detail .toggle_link .js-text {
	text-align: center;
	position: relative;
}

body#under.detail .toggle_link .js-text:after {
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: 600;
	padding-left: 10px;
	color: #fff;
	position: absolute;
	right: 5%;
}

body#under.detail .toggle_link .js-text2:after {
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	content: "\f106";
	font-weight: 600;
	padding-left: 10px;
	color: #fff;
	position: absolute;
	right: 5%;
}

body#under.detail .bt_center.conditions a {
	width: 200px;
	margin: 0 auto;
}



.box_institution.detailbox {
	/* 施設詳細 */
	margin-top: 20px;
}

.box_institution.detailbox ul li {
	margin-right: 5px;
	list-style-type: none;
	float: left;
}

.box_institution.detailbox ul li img {
	width: 68px;
	height: 67px;
}

.box_institution.detailbox .medical_care .flex {
	flex-wrap: wrap;
	display: flex;
	padding: 0px;
	width: 100%;
	justify-content: space-between;
}

.box_institution.detailbox .medical_care .flex:after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}

.box_institution.detailbox .medical_care .flex .box {
	font-size: 16px;
	line-height: 20px;
	margin-right: 1%;
	padding: 10px 20px 10px 45px;
	margin-bottom: 10px;
	width: 32.5%;
	box-sizing: border-box;
	border-radius: 10px;
	display: flex;
	align-items: center;
}


.box_institution.detailbox .medical_care .flex .box:nth-child(3n) {
	margin-right: 0;
}

.box_institution.detailbox .medical_care .flex .box.maru {
	background: url("../images/detail/icon_detailbox_status_maru.png") 5% 50% / 21px 21px no-repeat;
	background-color: #f4f4f4;
}

.box_institution.detailbox .medical_care .flex .box.batsu {
	background: url("../images/detail/icon_detailbox_status_batsu.png") 5% 50% / 21px 21px no-repeat;
	background-color: #f4f4f4;
}

.box_institution.detailbox .medical_care .flex .box.sankaku {
	background: url("../images/detail/icon_detailbox_status_sankaku.png") 5% 50% / 21px 21px no-repeat;
	background-color: #f4f4f4;
}

.box_institution.detailbox .medical_care .explanation {
	font-size: 14px;
	margin-bottom: 10px;
}

.box_institution.detailbox .medical_care .explanation .box {
	float: left;
	margin-right: 10px;
	padding-left: 20px;
}

.box_institution.detailbox .medical_care .explanation .box.maru {
	background: url("../images/detail/icon_detailbox_status_maru.png") 5% 50% / 14px 14px no-repeat;
}

.box_institution.detailbox .medical_care .explanation .box.batsu {
	background: url("../images/detail/icon_detailbox_status_batsu.png") 5% 50% / 14px 14px no-repeat;
}

.box_institution.detailbox .medical_care .explanation .box.sankaku {
	background: url("../images/detail/icon_detailbox_status_sankaku.png") 5% 50% / 14px 14px no-repeat;
}

.box_institution.detailbox .medical_care .cat_title {
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 10px;
}




.box_institution#alliance {
	/* 提携医療期間 */
	margin-top: 20px;
}

.box_institution#alliance ul li {
	margin-right: 5px;
	list-style-type: none;
	float: left;
}

.box_institution#alliance .flex {
	flex-wrap: wrap;
	display: flex;
	padding: 0px;
	width: 100%;
	justify-content: space-between;
}

.box_institution#alliance .title {
	font-weight: bold;
	border-bottom: solid 1px #e5e5e5;
	margin-bottom: 20px;
	text-align: center;
}

.box_institution#alliance .title .flex .box {
	margin-bottom: 10px;
}

.box_institution#alliance .flex:after {
	content: "";
	display: block;
	width: 23%;
	height: 0;
}

.box_institution#alliance .flex .box {
	font-size: 16px;
	line-height: 20px;
	margin-right: 1%;
	padding: 0px;
	margin-bottom: 40px;
	width: 23%;
	box-sizing: border-box;
}

.box_institution#alliance .flex .box:nth-child(4n) {
	margin-right: 0;
	text-align: center;
}




.box_institution#voice .box {
	/* お客様の声 */
	margin-bottom: 20px;
}

.box_institution#voice .box .left {
	width: 10%;
	margin-right: 3%;
	float: left;
}

.box_institution#voice .box .left img {
	width: 100%;
	height: auto;
}

.box_institution#voice .box .right {
	width: 87%;
	float: left;
}

.box_institution#voice .box .right .caption {
	font-weight: bold;
}

.box_institution#voice .box .right .name {
	font-size: 14px;
}

.box_institution#voice .box .right .comment {
	margin-top: 5px;
}

.box_institution#info .box {
	/* 基本情報 */
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: solid 1px #e5e5e5;
}

.box_institution#info .box .title {
	width: 15%;
	margin-right: 5%;
	padding-left: 5%;
	float: left;
}

.box_institution#info .box .text {
	width: 75%;
	float: left;
}

.box_institution#access .box {
	/* アクセス */
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: solid 1px #e5e5e5;
}

.box_institution#access .box .title {
	width: 15%;
	margin-right: 5%;
	float: left;
}

.box_institution#access .box .text {
	width: 75%;
	float: left;
}
.box_institution#access iframe {
  max-width: 100%;
}
.box_institution#recommend_shortly2,
.box_institution#recommend_shortly {
	/* 同エリアのおすすめ施設 */

}

.box_institution#recommend_shortly2 .flex,
.box_institution#recommend_shortly .flex {
	flex-wrap: wrap;
	display: flex;
	padding: 0px;
	margin-top: 30px;
	width: 100%;
	justify-content: space-between;
}
.box_institution#recommend_shortly2 .flex .inner,
.box_institution#recommend_shortly .flex .inner {
	margin-right: 4%;
	margin-bottom: 30px;
	width: 22%;
	box-sizing: border-box;
	position: relative;
	text-align: left;
}

.box_institution#recommend_shortly2 .flex::after,
.box_institution#recommend_shortly .flex::after {
	display: block;
	content: "";
	width: 22%;
}

.box_institution#recommend_shortly2 .flex .inner:nth-child(4n),
.box_institution#recommend_shortly .flex .inner:nth-child(4n) {
	margin-right: 0;
}

.box_institution#recommend_shortly2 .flex .inner img,
.box_institution#recommend_shortly .flex .inner img {
	width: 100%;
	height: auto;
}

.box_institution#recommend_shortly2 .flex .inner .box .text,
.box_institution#recommend_shortly .flex .inner .box .text {
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;
}

#share {
	text-align: center;
	margin: 60px auto 0;
}

#share .inner {
	display: inline-block;
}

#share .title {
	margin-bottom: 10px;
}

#share .title:before {
	position: relative;
	top: 7px;
	right: 8px;
	content: url("../images/detail/img_share_line_l.png");
}

#share .title:after {
	position: relative;
	top: 7px;
	left: 8px;
	content: url("../images/detail/img_share_line_r.png");
}

#share .inner a.tw {
	margin-right: 5px;
}

#share .inner a.fb {
	margin-left: 5px;
}

/* 詳細ページ end */


/* CTA（詳細ページ用） */

.result_cta_request {
	width: 100%;
	position: relative;
	border: solid 1px #5c63ab;
	border-radius: 10px;
	background-color: #f3f4f9;
	padding: 20px 0 10px;
}
.result_cta_request .celebration_img {
	width: 90%;
	margin-inline: auto;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
	border-right: 5px solid #ce636e;
	border-bottom: 5px solid #ce636e;
	background: #ee838e;
}
.result_cta_request .celebration_img a {
	display: block;
}
.result_cta_request .celebration_img img {
	display: block;
}
.result_cta_request .img {
	position: absolute;
	bottom: -9px;
	left: 50px;
}

.result_cta_request .img img {
	width: 72%;
}

.result_cta_request .box {
	margin-left: 200px;
}

.result_cta_request .box .title {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}

.result_cta_request .box .title .left {
	display: none;
}

.result_cta_request .box .title .right {
	width: 100%;
}

.result_cta_request .box .link {
	margin-top: 10px;
	display: flex;
	align-items: center;
}

.result_cta_request .box .link .left {
	float: left;
	margin-right: 50px;
}

.result_cta_request .box .link .left>img {
	margin-top: 10px;
}

.result_cta_request .box .link .bt {
	margin-top: 10px;
}

.result_cta_request .box .link .bt a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #3cb371;
	border-radius: 10px;
	padding: 10px 70px;
	text-align: center;
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
}

.result_cta_request .box .link .bt a:hover {
	color: #fff;
	background-color: #46d084;
}

.result_cta_request .box .link .bt a:after {
	font-size: 12px;
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 600;
	padding-left: 10px;
	color: #fff;
	position: absolute;
	right: 5%;
}

.result_cta_request .box .link .bt a.add_list_btn {
	border: 1px solid #3cb371;
	background: #fff;
	color: #3cb371;
}

.result_cta_request .box .link .bt a.add_list_btn:after {
	font-size: 20px;
	content: "\f0fe";
	color: #3cb371;
}

.result_cta_request .box .link .bt a.del_list_btn {
	border: 1px solid #aaa;
	background: #aaa;
	color: #fff;
}

.result_cta_request .box .link .bt a.del_list_btn:after {
	font-size: 20px;
	content: "\f146";
	color: #fff;
}
.result_cta_request .box .link .bt a.add_list_btn {
	border-bottom: 5px solid #1c9351;
	border-right: 5px solid #1c9351;
}
.result_cta_request .box .link form .bt a {
	border-bottom: 5px solid #1c9351;
	border-right: 5px solid #1c9351;
	display: flex;
	align-items: center;
	padding: 10px 30px 10px 0;
}
.result_cta_request .box .link form .bt a img {
	flex-basis: 40%;
	width: 40%;
	display: block;
	position: relative;
	height: auto;
	left: -3%;
}
.result_cta_request .box .link form .bt a .txt {
	flex-basis: 60%;
	width: 60%;
	font-size: 20px;
	letter-spacing: 0.1em;
}
.result_cta_request .box .link form .bt a .txt span {
	font-size: 120%;
}
.result_cta_request .box .link .bt_tel {
	display: none;
}

.result_cta_support {
	margin-top: 15px;
}

.result_cta_support img {
	width: 100%;
}

/* CTA（詳細ページ用） end */



/* お客様の声 */
body#under.other.voice .box {
	margin-bottom: 50px;
}

body#under.other.voice .box .left {
	width: 10%;
	float: left;
	margin-right: 3%;
}

body#under.other.voice .box .left img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

body#under.other.voice .box .right {
	width: 87%;
	float: left;
}

body#under.other.voice .box .right .title a {
	font-size: 18px;
	font-weight: bold;
}

body#under.other.voice .box .right .name {
	font-size: 15px;
	font-weight: bold;
	margin-top: 2px;
	float: left;
}

body#under.other.voice .box .right .name .movingin .ttl {
	font-size: 14px;
	float: left;
	border-radius: 10px;
	background-color: #ecece4;
	padding: 0px 15px;
	margin-right: 5px;
	text-align: center;
}

body#under.other.voice .box .right .name .movingin .text {
	font-size: 14px;
	float: left;
}

body#under.other.voice .box .right .bt_voice_box {
	width: 20%;
	float: right;
	margin-top: 8px;
}

body#under.other.voice .box .right .bt_voice_box .bt_voice a {
	font-size: 14px;
	display: block;
	color: #fff;
	background-color: #5c63ab;
	padding: 10px 20px;
	margin-top: 0px;
	text-decoration: none;
	text-align: center;
	border-radius: 40px;
	position: relative;
}

body#under.other.voice .box .right .bt_voice_box .bt_voice a:hover,
body#under.other.voice .box .bt_voice_sp a:hover {
	color: #fff;
	background-color: #989de6;
}

body#under.other.voice .box .right .bt_voice_box .bt_voice a:after,
body#under.other.voice .box .bt_voice_sp a:after {
	font-size: 12px;
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 600;
	padding-left: 10px;
	color: #fff;
	position: absolute;
	right: 5%;
}


body#under.other.voice #voice_caption {
	margin-bottom: 30px;
}

body#under.other.voice #voice_caption h1 {
	font-size: 26px;
	line-height: 36px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
}

body#under.other.voice #voice_img {
	display: table;
	width: 100%;
	margin: 30px 0 20px;
}

body#under.other.voice #voice_img #img {
	width: 10%;
	display: table-cell;
	vertical-align: middle;
}

body#under.other.voice #voice_img #name {
	width: 88%;
	display: table-cell;
	vertical-align: top;
	padding-left: 2%;
	font-weight: bold;
}

body#under.other.voice #voice_img #img_detail {
	width: 10%;
	display: table-cell;
	vertical-align: middle;
}

body#under.other.voice #voice_img #institution {
	width: 12%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 1%;
}

body#under.other.voice #voice_img #name_detail {
	width: 75%;
	display: table-cell;
	vertical-align: top;
	padding-left: 2%;
	font-weight: bold;
}

body#under.other.voice #voice_img #name .movingin .ttl,
body#under.other.voice #voice_img #name_detail .movingin .ttl {
	font-size: 14px;
	float: left;
	border-radius: 10px;
	background-color: #ecece4;
	padding: 0px 15px;
	margin-right: 5px;
	text-align: center;
}

body#under.other.voice #voice_img #name .movingin .text,
body#under.other.voice #voice_img #name_detail .movingin .text {
	font-size: 14px;
	float: left;
}


/* お客様の声 end */

/* 介護お役立ち情報 */
body#under.other.voice #popular_keyword {
	text-align: left;
	margin: 0px auto 0px;
}

body#under.other.voice #popular_keyword .icon {
	width: 830px;
}

body#under.other.voice .box.nursing_info .left {
	width: 15%;
}

body#under.other.voice .box.nursing_info .right {
	width: 82%;
}

body#under.other.voice .box .right .info_text {
	font-size: 16px;
	margin-top: 5px;
}

body#under.other.voice .box .right .cate_text {
	font-size: 13px;
	line-height: 24px;
	margin-top: 10px;
}

body#under.other.voice .box .right .cate_text a {
	font-size: 14px;
	font-weight: normal;
}

body#under.other.voice .box .right .cate_text .cate {
	float: left;
	color: #5c63ab;
}

body#under.other.voice .box .right .cate_text .writer {
	float: left;
	position: relative;
	padding-left: 20px;
	margin-right: 15px;
}

body#under.other.voice .box .right .cate_text .writer:before {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 13px;
	line-height: 24px;
	font-family: "Font Awesome 5 Free";
	content: "\f4ff";
	font-weight: 600;
	color: #5c63ab;
}

body#under.other.voice .box .right .cate_text .time {
	float: right;
	position: relative;
	padding-left: 16px;
	margin-right: 15px;
}

body#under.other.voice .box .right .cate_text .time:before {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 13px;
	line-height: 24px;
	font-family: "Font Awesome 5 Free";
	content: "\f017";
	font-weight: 600;
	color: #5c63ab;
}


body#under.other.voice #nursing_info_time {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	padding-left: 18px;
	margin-bottom: 5px;
	position: relative;
}

body#under.other.voice #nursing_info_time:before {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	line-height: 24px;
	font-family: "Font Awesome 5 Free";
	content: "\f017";
	font-weight: 600;
	color: #5c63ab;
}

body#under.other.voice #box_profile {
	float: left;
	margin-bottom: 30px;
	clear: both;
}

body#under.other.voice #nursing_info_writter {

	font-size: 14px;
	line-height: 24px;
	color: #666;
	float: left;
	padding-left: 22px;
	position: relative;
}

body#under.other.voice #nursing_info_writter:before {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	line-height: 24px;
	font-family: "Font Awesome 5 Free";
	content: "\f4ff";
	font-weight: 600;
	color: #5c63ab;
}

body#under.other.voice #category {
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #5c63ab;
	margin-left: 15px;
}

body#under.other.voice #nursing_info_writter .ttl {
	font-weight: bold;
	color: #5c63ab;
}

body#under.other.voice #nursing_info_profile {
	background-color: #f3f4f9;
	border-radius: 10px;
	margin: 30px 0 60px;
	padding: 30px;
}

body#under.other.voice #nursing_info_profile #title {
	display: inline-block;
	color: #5c63ab;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border-radius: 20px;
	padding: 5px 30px;
	margin-bottom: 15px;
}

body#under.other.voice #nursing_info_profile #title p {
	padding-left: 25px;
	margin: 0;
	position: relative;
}

body#under.other.voice #nursing_info_profile #title p:before {
	position: absolute;
	left: 0px;
	top: 2px;
	font-size: 18px;
	line-height: 24px;
	font-family: "Font Awesome 5 Free";
	content: "\f4ff";
	font-weight: 600;
	color: #5c63ab;
}

body#under.other.voice #nursing_info_profile .name {
	font-weight: bold;
	margin-bottom: 10px;
}

body#under.other.voice #nursing_info_profile .comment .left {
	float: left;
	width: 16%;
	margin-right: 2%;
}

body#under.other.voice #nursing_info_profile .comment .left img {
	width: 100%;
}

body#under.other.voice #nursing_info_profile .comment .right {
	float: right;
	width: 82%;
}

body#under.other.voice .box_related {
	flex-wrap: wrap;
	display: flex;
	padding: 0px;
	margin-bottom: 30px;
	width: 100%;
	justify-content: space-between;
}

body#under.other.voice .box_related .box {
	width: 48%;
	margin-bottom: 10px;
}

body#under.other.voice .box_related .box .img {
	width: 18%;
	margin-right: 2%;
	float: left;
}

body#under.other.voice .box_related .box .img img {
	width: 100%;
	padding: 0;
}

body#under.other.voice .box_related .box .text {
	width: 80%;
	float: left;
}

body#under.other.voice #nursing_info_contents #eyecatch {
	width: 100%;
	margin: 0 auto 30px;
}

body#under.other.voice #nursing_info_contents #eyecatch img {
	width: 100%;
}

body#under.other.voice #nursing_info_contents .outline {
	border: solid 1px #5c63ab;
	border-radius: 5px;
	margin-bottom: 30px;
}

body#under.other.voice #nursing_info_contents .outline .inner .title {
	font-size: 18px;
	color: #fff;
	background-color: #5c63ab;
	border-radius: 5px 5px 0px 0px;
	padding: 10px;
	text-align: center;
}

body#under.other.voice #nursing_info_contents .outline .inner .box {
	padding: 10px 20px 0;
	margin: 0 0 20px 0;
}

body#under.other.voice #nursing_info_contents .outline .inner .box ol {
	margin: 0;
}


/* 目次H3、H4フォント変更 */
body#under.other.voice #nursing_info_contents .outline ol ol li a {
	font-size: 90%;
	background: url("../images/common/icon_dott.png") 0% 50% / 8px 8px no-repeat;
	padding-left: 18px;
}

body#under.other.voice #nursing_info_contents .outline ol li ol li ol li a {
	font-size: 80%;
	background: url("") 0% 50% / 15px 15px no-repeat;
	padding-left: 0px;
}

body#under.other.voice #nursing_info_contents .outline ol li ol li {
	padding-left: 0px;
	margin-left: 1.2em;
	text-indent: -1.2em;
}

body#under.other.voice #nursing_info_contents .outline ol li ol li ol li {
	padding-left: 0px;
	margin-left: 15px;
	text-indent: 0;
}

body#under.other.voice #nursing_info_contents .outline ol li ol li:before {
	background: #fff;
	color: #fff;
	font-size: 1px;
	left: 0;
	width: 0px;
	height: 0px;
	line-height: 22px;
	top: 0px;
}

body#under.other.voice #nursing_info_contents .outline ol li ol li ol li:before {
	background: #fff;
	color: #fff;
	font-size: 1px;
	left: 0;
	width: 0px;
	height: 0px;
	line-height: 22px;
	top: 0px;
}



body#under.other.voice #nursing_info_contents #share.inblog {
	margin: 30px 0;
}

/* WP投稿部分 */
body#under.other #nursing_info_contents p {
	margin: 0 0 30px 0;
}

body#under.other #nursing_info_contents .b {
	font-weight: bold;
}

body#under.other #nursing_info_contents .marker {
	font-weight: bold;
	padding-bottom: 5px;
	background: linear-gradient(transparent 75%, #ffd700 75%);
}

body#under.other #nursing_info_contents h2 {
	font-size: 24px;
	line-height: 36px;
	border-left: solid 4px #5c63ab;
	padding-left: 15px;
	margin-bottom: 30px;
}

body#under.other #nursing_info_contents h3 {
	font-size: 20px;
	line-height: 24px;
	border-bottom: solid 1px #5c63ab;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

body#under.other #nursing_info_contents h4 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 30px;
}

body#under.other #nursing_info_contents ul {
	margin-bottom: 30px;
}

body#under.other #nursing_info_contents ul li {
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 0.9em;
	text-indent: -0.9em;
}

body#under.other #nursing_info_contents ul li:before {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #d3d3d3;
	border-radius: 50%;
	position: relative;
	top: -1px;
	margin-right: 5px;
}

body#under.other #nursing_info_contents ol {
	counter-reset: num;
	list-style-type: none !important;
	padding: 0;
	margin: 0 0 30px 0;
}

body#under.other #nursing_info_contents ol li {
	position: relative;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
}

body#under.other #nursing_info_contents ol li:before {
	position: absolute;
	counter-increment: num;
	content: counter(num);
	display: inline-block;
	background: #5c63ab;
	color: #fff;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	font-size: 16px;
	border-radius: 50%;
	left: 0;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	top: 10px;
}

body#under.other #nursing_info_contents ol li .list {
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 3em;
	text-indent: -3em;
}

body#under.other #nursing_info_contents .table-scroll {
	overflow-x: auto;
	white-space: nowrap;
	margin-bottom: 30px;
}

body#under.other #nursing_info_contents .table-scroll::-webkit-scrollbar {
	height: 15px;
}

body#under.other #nursing_info_contents .table-scroll::-webkit-scrollbar-track {
	background: #f3f4f9;
}

body#under.other #nursing_info_contents .table-scroll::-webkit-scrollbar-thumb {
	background: #5c63ab;
}

body#under.other #nursing_info_contents table {
	border-collapse: collapse;
}

body#under.other #nursing_info_contents table td {
	border: solid 1px #ccc;
	padding: 10px 10px;
}

body#under.other #nursing_info_contents dl {
	margin-bottom: 30px;
	padding: 0 20px 20px;
	border: solid 1px #ccc;
	border-radius: 10px;
}

body#under.other #nursing_info_contents dl dt {
	color: #5c63ab;
	font-weight: bold;
	margin: 20px 0;
	padding-bottom: 5px;
	border-bottom: solid 1px #ccc;
}

body#under.other #nursing_info_contents img.left {
	float: left;
	padding: 0 20px 20px 0;
}

body#under.other #nursing_info_contents img.right {
	float: right;
	padding: 0 0 20px 20px;
}

body#under.other #nursing_info_contents img.center {
	padding: 0 0 20px 0;
	display: block;
}

body#under.other #nursing_info_contents .bt_free {
	display: flex;
}

body#under.other #nursing_info_contents .bt_free a {
	display: inline-block;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin: 0px auto 40px;
	padding: 20px 50px;
	border-radius: 60px;
	text-align: center;
	background: url(../images/common/icon_ya_w.png) 95% 50% / 8px 13px no-repeat;
	background-color: #5c63ab;
	box-shadow: 0px 5px 0 #42488a;
	transition: .3s;
}

body#under.other #nursing_info_contents .bt_free a:hover {
	box-shadow: none;
	background: url(../images/common/icon_ya_w.png) 95% 50% / 8px 13px no-repeat;
	background-color: #42488a;
	transform: translate3d(0, 5px, 0);
}

body#under.other #nursing_info_contents .wp-block-image img {
	width: auto;
	height: auto;
}

body#under.other #nursing_info_contents .wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* WP投稿部分 end */

/* 介護お役立ち情報 end */

/* 著者一覧 */
body#under.other.writer h2 {
	font-size: 24px;
	line-height: 20px;
	color: #5c63ab;
	border-left: solid 5px #5c63ab;
	padding-left: 12px;
	margin-bottom: 25px;
}

body#under.other.voice #writer_list .inner {
	margin-bottom: 30px;
}

body#under.other.voice #writer_list .inner .title {
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 1px #5b62a9;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

body#under.other.voice #writer_list .inner .comment .left {
	width: 15%;
	float: left;
	margin-right: 3%;
}

body#under.other.voice #writer_list .inner .comment .left img {
	width: 100%;
}

body#under.other.voice #writer_list .inner .comment .right {
	width: 82%;
	float: right;
}

/* 著者一覧 end */

/* ご相談・見学予約 */
body#under.other.form input[type="text"],
body#under.other.form input[type="tel"],
body#under.other.form input[type="email"],
body#under.other.form select {
	font-size: 16px;
	width: 300px;
	padding: 8px 10px;
	border: solid 1px #ccc;
	border-radius: 10px;
	font-family: 'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

body#under.other.form select {
	background-image: linear-gradient(-45deg, transparent 0%, transparent 50%, #ccc 50%, #ccc 100%), linear-gradient(45deg, transparent 0%, transparent 50%, #ccc 50%, #ccc 100%);
	background-position: right 0.5em center, right 1em center;
	background-size: 0.5em 0.5em, 0.5em 0.5em;
	background-repeat: no-repeat, no-repeat;
	padding-right: 2em;
	width: auto;
	font-size: 14px;
}

body#under.other.form select option[value=""] {
	display: none;
}

body#under.other.form select:invalid:not(:focus) {
	color: #ccc;
}

body#under.other.form .tel_time_msg {
	font-size: 80%;
	margin-top: 10px;
}

body#under.other.form input[type="text"].s,
body#under.other.form input[type="tel"].s,
body#under.other.form input[type="email"].s {
	width: 100px;

}

body#under.other.form input[type="text"].l,
body#under.other.form input[type="tel"].l,
body#under.other.form input[type="email"].l {
	width: 95%;
}

body#under.other.form textarea {
	font-size: 16px;
	width: 95%;
	height: 100px;
	padding: 8px 5px;
	border: solid 1px #ccc;
	border-radius: 10px;
	font-family: 'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

body#under.other.form input[type="checkbox"] {
	width: 16px;
	height: 16px;
	padding: 10px;
	vertical-align: -2px;
}

body#under.other.form input[type="radio"] {
	width: 16px;
	height: 16px;
	padding: 10px;
	margin-right: 5px;
	vertical-align: -2px;
}

body#under.other.form h2 {
	font-size: 20px;
	line-height: 20px;
	color: #5c63ab;
	border-left: solid 5px #5c63ab;
	padding-left: 12px;
	margin-bottom: 25px;
}

body#under.other.form #explanatory_text {
	font-size: 80%;
	line-height: 1.6;
	margin-bottom: 30px;
}

body#under.other.form .form_inputbox {
	margin-bottom: 0px;
}

body#under.other.form .form_inputbox .box {
	margin-bottom: 20px;
}

body#under.other.form .form_inputbox .box:after {
	content: "";
	display: block;
	clear: both;
}

body#under.other.form .form_inputbox .box .left {
	width: 20%;
	font-weight: bold;
	float: left;
	margin-right: 5%;
}

body#under.other.form .form_inputbox .box .right {
	width: 75%;
	float: left;
}

body#under.other.form .form_inputbox .box .title {
	float: left;
	margin-right: 10px;
}

body#under.other.form .form_inputbox .box .required {
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
	float: left;
	color: #fff;
	background-color: #5c63ab;
	border-radius: 5px;
	padding: 0px 6px;
	margin-top: 2px;
}

body#under.other.form .form_inputbox .institution {
	display: table;
	width: 100%;
}

body#under.other.form .form_inputbox .institution #img {
	width: 15%;
	display: table-cell;
	vertical-align: middle;
}

body#under.other.form .form_inputbox .institution #name {
	font-size: 14px;
	line-height: 24px;
	width: 83%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 2%;
}

body#under.other.form .form_inputbox .institution #name .title {
	font-size: 16px;
	font-weight: bold;
}

body#under.other.form .form_inputbox li {
	list-style-type: none;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

body#under.other.form .form_inputbox ul.nursing li {
	width: 19%;
	margin-right: 1%;
}

body#under.other.form .form_inputbox ul.time li {
	width: 19%;
	margin-right: 1%;
}

body#under.other.form #privacy {
	text-align: center;
	padding-bottom: 30px;
}

body#under.other.form #privacy p {
	margin-top: 25px;
}

body#under.other.form .bt_center.form_submit a {
	width: 400px;
	background-color: #ffa500;
	margin: 0 auto;
}

body#under.other.form .bt_center.conf_submit a {
	background-color: #ffa500;
}

body#under.other.form .bt_center.form_back a {
	width: 360px;
	margin: 0 auto;
	color: #5c63ab;
	background-color: #fff;
	border: solid 1px #5c63ab;
}

body#under.other.form .bt_center.form_submit a:hover,
body#under.other.form .bt_center.conf_submit a:hover {
	background-color: #ffd600;
}

body#under.other.form .bt_center.form_back a:hover {
	background-color: #d6d8f7;
}

body#under.other.form .bt_center.form_back a:after {
	color: #5c63ab;
}

body#under.other.form #add_search {
	margin-left: 10px;
	display: inline-block;
}

body#under.other.form #add_search a {
	font-size: 13px;
	background-color: #5c63ab;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
	padding: 9px 12px;
}

body#under.other.form #add_search a:hover {
	background-color: #989de6;
}

body#under.other.form .progressbar {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

body#under.other.form .progressbar .item {
	position: relative;
	/* width: 33%; */
	width: 25%;
	text-align: center;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 24px 0;
	line-height: 1.5;
	background: #fff;
	color: #999;
	text-indent: 1em;
}

body#under.other.form .progressbar .item:not(:last-child)::before,
body#under.other.form .progressbar .item:not(:last-child)::after {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 100%;
	content: '';
	border: 37px solid transparent;
	border-left: 20px solid #fff;
	margin: auto;
}

body#under.other.form .progressbar .item:not(:last-child)::before {
	margin-left: 1px;
	border-left-color: #ccc;
}

/* active */
body#under.other.form .progressbar .item.active {
	z-index: 1;
	background: #5c63ab;
	color: #fff;
}

body#under.other.form .progressbar .item.active:not(:last-child)::after {
	border-left-color: #5c63ab;
}

body#under.other.form .progressbar .item.active:not(:last-child)::before {
	border-left: none;
}

body#under.other.form .freetext {
	font-weight: bold;
	color: #ff5959;
}

body#under.other.form #eyecatch {
	width: 940px;
	margin: 0 auto;
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
}

body#under.other.form #eyecatch .left {
	float: left;
	width: 60%;
}

body#under.other.form #eyecatch .right {
	float: right;
	width: 36%;
	font-size: 20px;
	font-weight: bold;
}


/* ご相談・見学予約 end */

/* サイトマップ */
body#under.other.sitemap .box_link {
	border-bottom: solid 1px #5c63ab;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

body#under.other.sitemap .box_link:after {
	content: "";
	display: block;
	clear: both;
}

body#under.other.sitemap .box_link a {
	font-size: 18px;
	line-height: 24px;
	padding-left: 24px;
	position: relative;
}

body#under.other.sitemap .box_link.column2 a {
	width: 45%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}

body#under.other.sitemap .box_link a:before {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 18px;
	line-height: 24px;
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: 600;
	color: #5c63ab;
}

body#under.other.sitemap .box_link .child {
	margin-top: 20px;
	padding-left: 25px;
}

body#under.other.sitemap .box_link .child a {
	font-size: 16px;
	line-height: 24px;
	width: 45%;
	margin-right: 2%;
	margin-bottom: 10px;
	position: relative;
	float: left;
}

body#under.other.sitemap .box_link .child a:before {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 16px;
	line-height: 24px;
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 600;
	color: #ccc;
}

/* サイトマップ end */

/* サービスの流れ */

body#under.other #flow-image {
	margin-bottom: 50px;
}

body#under.other #flow-image img {
	width: 100%;
}

body#under.other #flow-image #title {
	color: #fff;
	background-color: #bfc1d8;
	text-align: center;
	margin-bottom: 20px;
	padding: 5px 0;
}

body#under.other #nursing_info_contents .service_line {
	position: relative;
	border-bottom: 1px solid #5b62a9;
	color: #000;
	text-align: center;
	font-size: 24px;
	margin: 70px 0;
}

body#under.other #nursing_info_contents .service_line:after {
	border: 24px solid transparent;
	border-top-color: #5b62a9;
	border-bottom-width: 0;
	bottom: -24px;
	content: "";
	display: block;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	position: absolute;
	width: 0;
}

body#under.other.service #nursing_info_contents h2 {
	border-left: solid 0px;
	padding-left: 0;
}

body#under.other.service #nursing_info_contents h2 .step {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	color: #5b62a9;
	background-color: #fff;
	padding: 5px 30px;
	margin-right: 15px;
	border-radius: 30px;
	border: solid 2px #5b62a9;
}

body#under.other.service #nursing_info_contents .box {}

body#under.other.service #nursing_info_contents .box:after {
	content: "";
	display: block;
	clear: both;
}

body#under.other.service #nursing_info_contents .box .left {
	width: 65%;
	margin-right: 5%;
	float: left;
}

body#under.other.service #nursing_info_contents .box .right {
	width: 30%;
	float: right;
}

body#under.other.service #nursing_info_contents .box .left img {
	margin-top: 20px;
}

body#under.other.service #nursing_info_contents .box .right img {
	width: 100%;
}

body#under.other.service #nursing_info_contents .box .title_contact,
body#under.other.faq #nursing_info_contents .title_contact {
	font-size: 18px;
	font-weight: bold;
	border-left: solid 5px #5c63ab;
	padding-left: 10px;
}

body#under.other.service #nursing_info_contents .box .bt_center.service {
	width: 480px;
	margin: 20px 0;
}

body#under.other.service #nursing_info_contents .box .tel_outer {
	margin: 20px 0;
	text-align: left;
}

body#under.other.service #nursing_info_contents .box .tel_outer a,
body#under.other.faq #nursing_info_contents .tel_outer a {
	color: #5c63ab;
	text-decoration: none;
}

body#under.other.service #nursing_info_contents .box .tel,
body#under.other.faq #nursing_info_contents .tel {
	font-size: 36px;
	font-weight: bold;
	color: #5c63ab;
	float: left;
}

body#under.other.service #nursing_info_contents .box .tel:before,
body#under.other.faq #nursing_info_contents .tel:before {
	content: url("../images/common/img_freedial.png");
	position: relative;
	top: 0px;
	right: 5px;
}

body#under.other.service #nursing_info_contents .box .time,
body#under.other.faq #nursing_info_contents .time {
	font-size: 13px;
	float: left;
	margin-left: 10px;
}

/* サービスの流れ end */

/* よくある質問 */
body#under.other.faq #nursing_info_contents dl.ac {
	border: solid 0;
	padding: 0;
	margin: 0 0 15px 0;
}

body#under.other.faq #nursing_info_contents dl dt {
	height: auto;
	border-bottom: solid 1px #ccc;
	padding: 20px 0;
	margin: 0 0 20px 0;
}

body#under.other.faq #nursing_info_contents dt .faq_box {
	width: 95%;
	display: block;
}

body#under.other.faq #nursing_info_contents dl.ac:after,
body#under.other.faq #nursing_info_contents dt .faq_box:after {
	content: "";
	display: block;
	clear: both;
}

body#under.other.faq #nursing_info_contents dt .ttl {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #ff5959;
	width: 5%;
	float: left;
	display: block;
}

body#under.other.faq #nursing_info_contents dt .text {
	width: 95%;
	float: left;
	display: block;
	font-size: 20px;
	line-height: 30px;
}

body#under.other.faq #nursing_info_contents dd {
	background-color: #fff;
}

body#under.other.faq #nursing_info_contents dd.ac-child {
	padding: 0;
}

body#under.other.faq #nursing_info_contents dd .ttl {
	font-size: 20px;
	font-weight: bold;
	color: #1e90ff;
	width: 5%;
	float: left;
}

body#under.other.faq #nursing_info_contents dd .text {
	width: 95%;
	float: left;
}

body#under.other.faq #nursing_info_contents .bt_center.faq {
	width: 300px;
	float: left;
	margin: 0 30px 0 0;
}

body#under.other.faq #nursing_info_contents .bt_center.faq a {
	padding: 10px 2px;
}

body#under.other.faq #nursing_info_contents .tel_outer.faq {
	display: inline-block;
	float: left;
	margin: 10px 0 0 0;
}

body#under.other.faq #nursing_info_contents .tel_outer.faq .time {
	margin: 0;
}

body#under.other.faq #ancher_link {
	margin-bottom: 60px;
}

body#under.other.faq #ancher_link .bt {
	width: 48%;
	float: left;
}

body#under.other.faq #ancher_link .bt:nth-child(2) {
	width: 48%;
	float: right;
}

body#under.other.faq #ancher_link .bt a {
	display: block;
	color: #fff;
	background-color: #5c63ab;
	text-align: center;
	text-decoration: none;
	padding: 20px;
	border-radius: 10px;
	position: relative;
}

body#under.other.faq #ancher_link .bt a:before {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translate(5%, -50%);
	-webkit-transform: translate(5%, -50%);
	-ms-transform: translate(5%, -50%);
	font-size: 16px;
	line-height: 24px;
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	font-weight: 600;
	color: #fff;
}

/* よくある質問 end */

/* 運営会社 */
body#under.other.company #nursing_info_contents .box {
	border-bottom: solid 1px #ccc;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

body#under.other.company #nursing_info_contents .box:after {
	content: "";
	display: block;
	clear: both;
}

body#under.other.company #nursing_info_contents .box .ttl {
	font-weight: bold;
	width: 30%;
	float: left;
}

body#under.other.company #nursing_info_contents .box .text {
	width: 70%;
	float: left;
}

body#under.other.company #nursing_info_contents .box_writer {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: dotted 1px #ccc;
}

body#under.other.company #nursing_info_contents .box_writer:after {
	content: "";
	display: block;
	clear: both;
}

body#under.other.company #nursing_info_contents .box_writer .left {
	width: 15%;
	float: left;
	margin-right: 3%;
}

body#under.other.company #nursing_info_contents .box_writer .left img {
	width: 100%;
}

body#under.other.company #nursing_info_contents .box_writer .right {
	width: 82%;
	float: left;
}

body#under.other.company #nursing_info_contents .box_writer .right .name {
	font-size: 18px;
	font-weight: bold;
}

body#under.other.company #nursing_info_contents .box_writer .right .qualification {
	font-size: 14px;
	color: #5c63ab;
	margin-bottom: 10px;
}

body#under.other.company .box_institution.simple.thought {
	background: url("../images/company/img_company_thought_bg.png") 0% 350px no-repeat;
	background-color: #fff;
}

body#under.other.company .box_institution.simple.thought img {
	width: 100%;
}

body#under.other.company .box_institution.simple.thought #box_thought {
	margin: 30px 90px;
	line-height: 36px;
}

body#under.other.company .fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 1.2s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

body#under.other.company .fadeUpTrigger {
	opacity: 0;
}

/* 運営会社 end */

/* 掲載をご希望の施設様 */
body#under.other.publish #nursing_info_contents h2 {
	border-left: solid 0;
	padding: 0;
	margin: 40px 0 20px 0;
}

body#under.other.publish #nursing_info_contents h2:after {
	content: "";
	display: block;
	clear: both;
}

body#under.other.publish #nursing_info_contents h2 .num {
	display: block;
	width: 5%;
	font-weight: normal;
	color: #fff;
	background-color: #5c63ab;
	margin: 0 2% 0 0;
	text-align: center;
	float: left;
}

body#under.other.publish #nursing_info_contents h2 .text {
	display: block;
	width: 93%;
	float: left;
}

body#under.other.publish #nursing_info_contents .publish_box .img {
	width: 15%;
	float: left;
}

body#under.other.publish #nursing_info_contents .publish_box .img img {
	width: 100%;
}

body#under.other.publish #nursing_info_contents .publish_box .text {
	width: 82%;
	float: right;
}

body#under.other.publish #nursing_info_contents .caption_website {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	text-align: center;
	background-color: #5c63ab;
	margin: 30px 0 20px;
	padding: 5px 30px;
	border-radius: 10px;
}

body#under.other.publish .caution_rf {
	display: inline-block;
	margin: 10px auto 0;
	font-size: 14px;
	background: linear-gradient(transparent 70%, #d8bfd8 70%);
}


/* 掲載をご希望の施設様 end */

/* 家族負担ゼロ */
body#under.other.moving_support .moving_support_box {
	margin-bottom: 50px;
}

body#under.other.moving_support .moving_support_box:after {
	content: "";
	display: block;
	clear: both;
}

body#under.other.moving_support .moving_support_box .left {
	width: 48%;
	float: left;
}

body#under.other.moving_support .moving_support_box .right {
	width: 48%;
	float: right;
}

body#under.other.moving_support h2.special {
	color: #fff;
	background-color: #5c63ab;
	border-left: solid 0px #5c63ab !important;
	padding: 10px 20px;
}

/* 家族負担ゼロ end */

/* こだわりの施設紹介 */
body#under.other.committed_facility .flexbox_committed_facility {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	align-items: top;
}

body#under.other.committed_facility .flexbox_committed_facility .box {
	width: 48%;
	padding: 16px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

body#under.other.committed_facility .flexbox_committed_facility:after {
	content: "";
	display: block;
	width: 48%;
	height: 0;
}

body#under.other.committed_facility .flexbox_committed_facility .box .img {
	width: 30%;
	float: left;
	margin-right: 5%;
}

body#under.other.committed_facility .flexbox_committed_facility .box .img img {
	width: 100%;
}

body#under.other.committed_facility .flexbox_committed_facility .box .text {
	width: 65%;
	float: left;
}

body#under.other.committed_facility .flexbox_committed_facility .box .text .link {
	font-size: 20px;
	margin-bottom: 10px;
}

body#under.list #explanatory_under_committed_facility {
	width: 1200px;
	margin: 0 auto;
	margin: -30px 0 50px 0;
	text-align: center;
}

body#under.list h1.committed_facility img {
	width: 600px;
}

/* こだわりの施設紹介 end */

/* 404 */
body#under.page404 #contents_detail.box_404 {
	padding: 100px 0;
	text-align: center;
}

body#under.page404 #contents_detail.box_404 .title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

body#under.page404 #contents_detail.box_404 .text {
	text-align: center;
	margin-bottom: 50px;
}

/* 404 end */

/* ページャー */

.pager {
	text-align: center;
}

.pager .inner {
	display: inline-block;
}

.pager .bt {
	float: left;
}

.pager .bt a {
	font-size: 13px;
	color: #333;
	display: block;
	padding: 2px 15px;
	margin: 0 10px 10px 0;
	background-color: #fff;
	border: solid 1px #5b62a9;
	border-radius: 5px;
	float: left;
	text-align: center;
	text-decoration: none;
	position: relative;
}

.pager .bt.prev a,
.pager .bt.next a {
	padding: 2px 30px;
}

.pager .bt.prev a:after {
	font-size: 12px;
	font-family: "Font Awesome 5 Free";
	content: "\f053";
	font-weight: 600;
	padding-left: 5px;
	color: #5d62aa;
	position: absolute;
	top: 3px;
	left: 5%;
}

.pager .bt.next a:after {
	font-size: 12px;
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 600;
	padding-right: 5px;
	color: #5d62aa;
	position: absolute;
	top: 3px;
	right: 5%;
}

.pager .bt a:hover {
	color: #fff;
	background-color: #989de6;
	border: solid 1px #989de6;
}

.pager .bt.prev a:hover:after,
.pager .bt.next a:hover:after {
	color: #fff;
}

.pager .bt a.current {
	color: #fff;
	background-color: #5b62a9;
}

/* ページャー end */




/* アコーディオン */

.ac-parent {
	font-size: 14px;
	font-weight: bold;
	position: relative;
	height: 60px;
	line-height: 60px;
	text-align: left;
	background-color: #fff;
	border-bottom: solid 1px #e7e7e7;
	cursor: pointer;
	transition: .3s;
	padding-left: 10px;
}

/* アイコン画像を使う場合 */
/*
.ac-parent:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 8px;
	background: url(./images/common/icon_top_toggle_1.png) 0% -15% / 32px 30px no-repeat; 
    padding-right: 15px;
	width: 24px;
	height: 24px;
}
// クリックしたとき
.ac-parent.open:after {
     background: url(./images/common/icon_top_toggle_2.png) 0% -15% / 32px 30px no-repeat; 
}
*/
/* アイコン画像を使う場合 end */


.ac-parent:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	/*横線*/
	width: 15px;
	height: 2px;
	background: #333;
}

.ac-parent:after {
	content: "";
	position: absolute;
	top: 50%;
	/* 8px+12px-1px(幅2pxの半分) */
	right: 19px;
	transform: translateY(-50%);
	transition: all .3s;
	/*縦線*/
	width: 2px;
	height: 15px;
	background: #333;
}

/* 縦線（after）だけ縦回転させる */
.ac-parent.open:after {
	top: 25%;
	transform: rotate(90deg);
	opacity: 0;
}

.ac-child {
	padding: 10px 10px;
	background-color: #efefe7;
}

/* アコーディオン end */


/* ◆◆◆◆◆ 下層ページ ◆◆◆◆◆ end */







@media screen and (max-width: 800px) {
	/* スマートフォン用のスタイル記述 */

	.pc {
		display: none;
	}

	.sp {
		/* PC版のみに表示 */
		display: block;
	}

	a[href^="tel:"] {
		pointer-events: initial;
	}

	header {
		width: 100%;
		height: 95px;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #fff;
	}

	header #headline #inner {
		width: 100%;
	}

	header #headline h1 {
		font-size: 12px;
	}

	header #head {
		padding: 0px 0px 0px;
		border-bottom: solid 0px #fff;
	}

	header #head #logo {
		width: 280px;
	}

	header #head #inner {
		max-width: 100%;
	}

	header #button_box {
		display: none;
	}

	header #head .bt_request {
		display: none;
	}


	nav {
		display: none;
	}

	header #header_tel_sp {
		display: block;
		position: fixed;
		top: 46px;
		right: 65px;
		width: 30px;
		height: 30px;
	}

	header #header_tel_sp img {
		width: 100%;
		height: auto;
	}

	header #header_request_sp {
		display: block;
		position: fixed;
		top: 44px;
		right: 63px;
		width: 34px;
		height: 34px;
	}

	header #header_request_sp a {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 4px;
		background: #3cb371;
		color: #fff;
		padding: 15%;
		box-sizing: border-box;
	}

	header #header_request_sp img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center;
		display: block;
	}

	header #header_request_sp .count {
		position: absolute;
		background: #ff5959;
		display: flex;
		width: 1.8em;
		height: 1.8em;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		border: solid 2px #fff;
		top: -1em;
		left: -1.4em;
		font-size: 13px;
	}

	/*  スマホ用メニュー */
	header .spmenu_btn {
		display: block;
		position: fixed;
		top: 50px;
		right: 15px;
		width: 30px;
		height: 22px;
		background: #333;
		border-top: 10px solid #fff;
		border-bottom: 10px solid #fff;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		cursor: pointer;
		z-index: 10;
	}

	header .spmenu_btn:before {
		content: '';
		position: absolute;
		width: 30px;
		height: 2px;
		background: #000;
		top: -9px;
		right: 0;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	header .spmenu_btn:after {
		content: '';
		position: absolute;
		width: 30px;
		height: 2px;
		background: #000;
		bottom: -9px;
		right: 0;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	header .spmenu_btn.active {
		background: #FFF;
	}

	header .spmenu_btn.active:before {
		-moz-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		top: 0;
		right: 0;
	}

	header .spmenu_btn.active:after {
		-moz-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		bottom: 0;
		right: 0;
	}

	header .spmenu {
		display: none;
		position: fixed;
		top: 90px;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;

	}

	header .spmenu .navbox {
		width: 95%;
		display: block;
		width: 100%;
		margin: 0px auto 30px;
		background-color: #fff;
	}

	header .spmenu ul li {
		width: 49%;
		list-style-type: none;
		float: left;
	}

	header .spmenu ul li:nth-child(odd) {
		margin-right: 1%;
	}

	header .spmenu ul li.font_s {
		font-size: 14px;
	}

	header .spmenu ul li a {
		display: block;
		text-decoration: none;
	}

	header .navbox li a {
		display: block;
		font-size: 3.5vw;
		width: 100%;
		color: #000;
		padding: 15px 2px 15px 30px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}

	header .navbox li a:hover {
		color: #fff;
		background-color: #989de6;
	}

	header .navbox li a:before {
		font-size: 12px;
		font-family: "Font Awesome 5 Free";
		content: "\f054";
		font-weight: 600;
		padding-left: 0px;
		color: #5d62aa;
		position: absolute;
		left: 5%;
	}

	header .navbox li a:hover:before {
		color: #fff;
	}

	header .spmenu #banner_tel_hamburger {
		display: block;
		width: 95%;
		margin: 0px auto;
	}

	header .spmenu #banner_tel_hamburger img {
		width: 100%;
	}

	/*  スマホ用メニュー end */



	/* スマホ下部固定バナー */
	#fixedmenu_sp {
		display: block;
		position: fixed;
		bottom: 0px;
		padding: 45px 0px 10px;
		width: 100%;
		background-color: #fff;
		z-index: 10;
	}

	#fixedmenu_sp .message {
		width: 100%;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin-top: 0px;
		position: absolute;
		top: -20px;
		left: 50%;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
		margin: auto;
	}

	#fixedmenu_sp .message:before {
		content: url("../images/common/img_fixedmenu_sp_woman.png");
		position: relative;
		top: 13px;
		right: 10px;
	}

	#fixedmenu_sp .box {
		margin: 0px 0;
	}

	#fixedmenu_sp .box .tel a,
	#fixedmenu_sp .box .request a {
		display: block;
		font-size: 14px;
		width: 47%;
		color: #fff;
		background-color: #5d62aa;
		border-radius: 5px;
		padding: 3% 0%;
		text-align: center;
		text-decoration: none;
	}

	#fixedmenu_sp .box .tel a:hover {
		color: #fff;
		background-color: #989de6;
	}

	#fixedmenu_sp .box .request a {
		background-color: #3cb371;
	}

	#fixedmenu_sp .box .request a:hover {
		background-color: #46d084;
	}

	#fixedmenu_sp .box .tel a {
		float: left;
		margin-left: 6px;
		padding: 1% 0% 2%;
		/* free */
		position: relative;
	}

	#fixedmenu_sp .box .tel a span {
		/*position: absolute;*/
		/*bottom: 1%;*/
		display: block;
		text-align: center;
		width: 100%;
		font-size: 9px;
		line-height: 1;
	}

	#fixedmenu_sp .box .request a {
		float: right;
		margin-right: 6px;
	}

	#fixedmenu_sp .box .tel a:before {
		/*content: url("../images/common/icon_tel_w.png");*/
		position: relative;
		top: 4px;
		right: 2px;
		width: 38px;
		content: url("../images/common/freedial.svg");
		/* free */
		display: inline-block;
		vertical-align: middle;
	}

	#fixedmenu_sp .box .request a:before {
		content: url("../images/common/icon_request.png");
		position: relative;
		top: 4px;
		right: 2px;
	}


	body#under.list #fixedmenu_sp {
		/* 一覧ページ用 */
		display: block;
		position: fixed;
		bottom: 0px;
		padding: 15px 0px 10px;
		width: 100%;
		background-color: #fff;
		z-index: 10;
	}

	body#under.list #fixedmenu_sp .box .change a {
		/* 一覧ページ用 */
		display: block;
		font-size: 14px;
		width: 98%;
		margin: 0 auto;
		color: #fff;
		background-color: #5d62aa;
		border-radius: 5px;
		padding: 3% 0%;
		text-align: center;
		text-decoration: none;
	}

	body#under.list #fixedmenu_sp .tel,
	body#under.list #fixedmenu_sp #form1 {
		display: none;
	}


	/* スマホ下部固定バナー end */


	/* フッター */
	footer {
		color: #fff;
		width: 100%;
		background-color: #5d62aa;
		margin-top: 90px;
		position: relative;
		text-align: center;
	}

	footer #inner {
		width: 100%;
		margin: 0 auto;
		padding: 60px 0;
	}

	footer #inner #contact {
		width: 95%;
		margin: 0 auto 30px;
	}

	footer #inner #contact .left {
		float: none;
		margin-right: 0px;
		margin-bottom: 30px;
		text-align: left;
	}

	footer #inner #contact .left .text {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
		text-align: left;
	}

	footer #inner #contact .left img {
		width: 100%;
	}

	footer #inner #contact .right {
		float: none;
	}

	footer #copy {
		width: 100%;
		text-align: left;
	}

	footer #copy #box {
		width: 95%;
		margin: 0 auto;
		padding: 15px 0 30px;
	}

	footer #copy #box .left {
		float: none;
		margin-bottom: 30px;
	}

	footer #copy #box .right {
		float: none;
		text-align: center;
	}

	footer ul {
		width: 80%;
		margin: 50px 0 30px;
	}

	footer ul li {
		width: 50%;
		float: left;
		margin-right: 0px;
		margin-bottom: 20px;
		text-align: left;
	}

	footer .bt_request a {
		width: 100%;
		padding: 20px 0px;
	}

	.footer_search {
		width: 100%;
	}

	.footer_search .title {
		font-size: 18px;
		border-radius: 5px 5px 0px 0px;
		padding: 10px;
	}

	.footer_search .box {
		font-size: 14px;
		padding: 20px 10px 20px;
	}

	.footer_search .box ul li {
		width: 30%;
		margin-right: 2%;
		float: left;
		list-style-type: none;
		margin-bottom: 5px;
	}

	.footer_search .box ul li:nth-child(odd) {
		margin-right: 2%;
	}

	.footer_search .box ul.single li {
		width: 100%;
	}

	.footer_search .cate_area {
		font-size: 18px;
	}

	.footer_search .cate_area:before {
		top: 5px;
		right: 5px;
	}

	.footer_search .text {
		padding-left: 0px;
	}

	.footer_search_flexbox {
		display: block;
		margin: 20px auto 0;
		padding: 0px;
		width: 100%;
		justify-content: start;
	}

	.footer_search_flexbox .footer_search {
		margin-right: 0%;
		margin-bottom: 30px;
		width: 100%;
	}

	.footer_search_flexbox .footer_search:nth-child(4n) {
		margin-right: 0;
	}

	#page_top {
		right: 10px;
		bottom: 110px;
	}

	/* フッター end */








	.container-100 {
		padding: 30px 0;
	}

	.container-100.gray {
		padding: 30px 0;
	}

	.container-100.top_mv {
		margin-top: 100px;
		padding: 0px 0px 0px;
	}

	.container-100.under_mv {
		margin-top: 100px;
		padding: 0px 0px;
	}

	.container-100.under_base {
		padding: 0px 0px;
	}

	.container-100.under_base.other {
		padding: 0px 0px;
	}

	.container-100.footer {
		padding: 50px 0px 115px;
	}

	body#under.list .container-100.footer {
		padding: 50px 0px 60px;
	}

	body#under.form .container-100.footer {
		padding: 50px 0px 0px;
	}

	.main {
		width: 95%;
		margin: 0 auto;
	}

	/* ◆◆◆◆◆ TOPページ ◆◆◆◆◆ */

	.top_category {
		margin-bottom: 10px;
	}

	.top_category img {
		display: none;
	}

	body#top .container-100.top_mv .main {
		width: 100%;
	}

	body#top #title_message {
		background-color: #fff;
	}

	body#top #title_message #h2box {
		display: block;
		margin-bottom: 10px;
	}

	body#top #title_message #consulfree {
		width: 95%;
		float: none;
		margin: 0px auto;
		padding: 0px 0 10px;
	}

	body#top h2 {
		width: 98%;
		font-size: 4.1vw;
		text-align: left;
		margin-top: 15px;
		margin-bottom: 10px;
		padding: 0;
		float: none;
		text-align: center;
		letter-spacing: 0;
	}
	body#top h2 br{
		display: none;
	}
	body#top h2 img{
		margin: -3px 5px;
		height: 21px;
	}

	body#top h3 {
		font-size: 26px;
		/*margin-bottom: 30px;*/
		margin-bottom: 20px;
	}

	body#top h3:before {
		content: url("../images/common/icon_headline_1.png");
		position: relative;
		top: 5px;
		right: 5px;
	}

	body#top h3.recently:before {
		content: url("../images/common/icon_headline_2.png");
	}

	body#top h3.nursing_info:before {
		content: url("../images/common/icon_headline_3.png");
	}

	body#top h3.voice:before {
		content: url("../images/common/icon_headline_4.png");
	}

	body#top h3.counselor:before {
		content: url("../images/common/icon_headline_5.png");
	}

	body#top h3.news:before {
		content: url("../images/common/icon_headline_6.png");
	}

	.tab-area {
		display: none;
	}

	#search_menu_sp {
		width: 95%;
		display: flex;
		margin: 0 auto 20px;
		justify-content: space-between;
	}

	#search_menu_sp .bt {
		background-color: #fff;
		border: solid 1px #5d62aa;
		border-radius: 5px;
		margin-right: 0.5%;
		width: 32.5%;
		box-sizing: border-box;
		text-align: center;
	}

	#search_menu_sp .bt:nth-child(3n) {
		margin-right: 0;
	}

	#search_menu_sp .bt a {
		font-size: 14px;
		line-height: 20px;
		font-weight: bold;
		color: #5d62aa;
		display: block;
		padding: 55px 0 15px;
		text-decoration: none;
	}

	#search_menu_sp .bt.area a {
		background: url("../images/common/icon_search_menu_sp_1.png") 50% 15px / 36px 38px no-repeat;
	}

	#search_menu_sp .bt.cost a {
		background: url("../images/common/icon_search_menu_sp_2.png") 50% 15px / 36px 38px no-repeat;
	}

	#search_menu_sp .bt.conditions a {
		background: url("../images/common/icon_search_menu_sp_3.png") 50% 15px / 36px 38px no-repeat;
	}

	/* 掲載件数、フリーワード検索周り */
	#num_institution #num {
		width: 75%;
		margin: 20px auto 20px;
		font-size: 16px;
		float: none;
	}

	#num_institution #search {
		float: none;
	}

	#num_institution #search .text {
		display: none;
	}

	#num_institution #search .form {
		width: 95%;
		margin: 0 auto;
		float: none;
	}

	#num_institution #search .form input[type="text"] {
		width: 90%;
		padding: 15px 15px;
	}

	#num_institution #search .form input::placeholder {
		font-size: 14px;
	}

	/* 掲載件数、フリーワード検索周り end */


	/* 人気のキーワード */

	#popular_keyword {
		width: 95%;
		text-align: center;
		margin: 10px auto 0;
	}

	#popular_keyword .wrapper {
		position: relative;
	}

	#popular_keyword .wrapper .bt_open {
		cursor: pointer;
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 30px;
		background: url("../images/common/bt_popular_keyword_sita.png") 0% 0px / 30px 30px no-repeat;
	}

	#popular_keyword .wrapper .bt_open.open {
		background: url("../images/common/bt_popular_keyword_ue.png") 0% 0px / 30px 30px no-repeat;
	}

	#popular_keyword .text {
		width: 100%;
		float: none;
		text-align: left;
		margin-bottom: 10px;
	}

	#popular_keyword .icon,
	body#top #popular_keyword .icon {
		width: 100%;
		height: 60px;
		float: none;
		overflow-y: scroll;
		white-space: nowrap;
	}

	#popular_keyword .icon.open,
	body#top #popular_keyword .icon.open {
		height: auto;
	}

	/* 人気のキーワード end */



	body#top #conditions {
		display: none;
	}

	body#top #conditions+.tC {
		display: none;
	}

	.bt_conditions_search {
		display: none;
	}

	body#top .bt_center.conditions a {
		display: none;
	}


	/* こだわりの施設から探す */

	.top_institution {
		margin: 20px auto 20px;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-y: hidden;
		overflow-x: scroll;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
	}

	.top_institution .box {
		/*margin-right: 0%;*/
		/*width: 100%;*/
		margin-right: 3vw;
		position: relative;
		width: 60vw;
		min-width: 60vw;
		scroll-snap-align: center;
		background: #f3f4f9;
		padding-top: 38vw;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
		border-radius: 5px;
		overflow: hidden;
	}

	.top_institution .box:nth-child(2n) {
		/*margin-right: 0;*/
		margin-right: 3vw;
	}

	.top_institution .box>a {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: block;
	}

	.top_institution .box .img {
		width: 100%;
		height: 38vw;
		margin: 0;
		float: none;
	}

	.top_institution .box .img img {
		object-fit: cover;
		object-position: center;
		display: block;
		width: 100%;
		height: 100%;
	}

	.top_institution .box .text {
		width: 100%;
		float: none;
		padding: 2.5vw;
		box-sizing: border-box;
		font-size: 3.2vw;
		line-height: 1.6;
	}

	.top_institution .box .text a {
		font-size: 3.8vw;
		margin-bottom: 2vw;
	}

	/* こだわりの施設から探す end */


	/* 注目施設ランキングTOP5 */

	.top_featured_facility {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.top_featured_facility #title {
		margin-bottom: 10px;
	}

	.top_featured_facility #title img {
		width: 95%;
	}

	.top_featured_facility .flex {
		width: 100%;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-y: hidden;
		overflow-x: scroll;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
		padding-top: 5vw;
	}

	.top_featured_facility .inner {
		/*margin-right: 0%;*/
		/*width: 100%;*/
		background: #fff;
		margin-right: 3vw;
		position: relative;
		width: 60vw;
		min-width: 60vw;
		scroll-snap-align: center;
		padding-top: 38vw;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
		border-radius: 5px;
	}

	.top_featured_facility .inner .oukan {
		position: absolute;
		top: -5vw;
		left: 0;
		z-index: 2;
		width: 100%;
	}

	.top_featured_facility .inner .img {
		/*width: 30%;*/
		/*margin-right: 5%;*/
		/*float: left;*/
	}

	.top_featured_facility .inner .img a {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: block;
		border-radius: 5px;
		overflow: hidden;
	}

	.top_featured_facility .inner .img img {
		display: block;
		width: 100%;
		height: 38vw;
		object-fit: cover;
		object-position: center;
	}

	.top_featured_facility .inner .box {
		/*width: 65%;*/
		/* float: right; */
		padding: 2.5vw;
		font-size: 3.8vw;
		line-height: 1.6;
	}

	.top_featured_facility .inner .box .text {
		font-size: 3.2vw;
		margin-top: 2vw;
		line-height: 1.6;
	}


	/* 注目施設ランキングTOP5 end */

	/* エリア別　人気施設ランキング */


	.top_area_ranking {
		margin: 0px 0;
	}

	.top_area_ranking #title {
		margin-bottom: 10px;
	}

	.top_area_ranking #title img {
		width: 95%;
	}

	.top_area_ranking .flex {
		flex-wrap: wrap;
		display: flex;
		padding: 0px;
		width: 100%;
		justify-content: space-between;
	}

	.top_area_ranking .inner {
		/*margin-right: 1%;*/
		margin-bottom: 30px;
		/*padding: 20px;*/
		width: 100%;
		box-sizing: border-box;
		background-color: #fff;
		border-radius: 20px;
	}

	.top_area_ranking .inner>div:not(.title_area) {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-y: hidden;
		overflow-x: scroll;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
		padding-top: 5vw;
		margin: 0 0 30px;
		display: flex;
		position: relative;
	}

	.top_area_ranking .inner:nth-child(5n) {
		margin-right: 0;
	}

	.top_area_ranking .inner .title_area {
		color: #fff;
		background-color: #eba5a5;
		border-radius: 20px;
		padding: 2px 20px;
		margin-bottom: 40px;
		text-align: center;
	}

	.top_area_ranking .box {
		/*margin-bottom: 25px;*/
		position: relative;

		margin-bottom: 30px;
		background: #fff;
		margin-right: 3vw;
		position: relative;
		width: 60vw;
		min-width: 60vw;
		scroll-snap-align: center;
		padding-top: 38vw;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
		border-radius: 5px;
		display: block;
	}

	.top_area_ranking .box .oukan {
		/* position: static; */
		/* top: 0px; left: 0px; */
		/* width: 15%; */
		/* float: left; */
		/* margin-top: 0px; */

		position: absolute;
		top: -5vw;
		left: 0;
		z-index: 2;
		width: 100%;
		text-align: center;
	}

	.top_area_ranking .box .oukan img {
		width: 40px;
		height: auto;
	}

	.top_area_ranking .box .img {
		/* width: 35%; */
		/* float: left; */
		/* margin-right: 5%; */
		width: auto;
		float: none;
		margin: 0;
	}

	.top_area_ranking .box .img a {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: block;
		border-radius: 5px;
		overflow: hidden;
	}

	.top_area_ranking .box .img img {
		width: 100%;
		display: block;
		height: 38vw;
		object-fit: cover;
		object-position: center;
	}

	.top_area_ranking .box .text {
		/* font-size: 14px; */
		/* line-height: 24px; */
		/* width: 45%; */
		/* float: right; */
		width: 100%;
		float: none;
		padding: 2.5vw;
		font-size: 3.8vw;
		line-height: 1.6;
		box-sizing: border-box;
	}

	.top_area_ranking .box .text a {
		display: block;
		/* margin-bottom: 5px; */
		margin-bottom: 0;
	}

	.top_area_ranking .box .text .sub {
		/* font-size: 14px; */
		/* line-height: 20px; */
		font-size: 3.2vw;
		margin-top: 2vw;
	}

	/* エリア別　人気施設ランキング end */

	/* 介護お役立ち情報 */

	.top_nursing_info {
		text-align: center;
	}

	.top_nursing_info .bg {
		/* margin: 20px auto 0; */
		/* padding: 60px 0%; */
		width: 100%;

		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-y: hidden;
		overflow-x: scroll;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
		padding: 5vw 20px 30px;
	}

	.top_nursing_info .bg .box {
		/* margin: 0 auto 20px; */
		/* padding: 0 20px; */
		width: 100%;
		box-sizing: border-box;
		text-align: left;


		background: #fff;
		margin: 0 3vw 0 0;
		position: relative;
		width: 60vw;
		min-width: 60vw;
		scroll-snap-align: center;
		padding-top: 38vw;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
		border-radius: 5px;
		overflow: hidden;
	}

	.top_nursing_info .bg .box:nth-child(2n) {
		/* margin-right: 0; */
		margin-right: 3vw;
	}

	.top_nursing_info .bg .box>a {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: block;
	}

	.top_nursing_info .bg .box .img {
		/* width: 25%; */
		/* float: left; */
		/* margin-right: 5%; */
		width: 100%;
		height: 38vw;
		margin: 0;
		float: none;
	}

	.top_nursing_info .bg .box .img img {
		object-fit: cover;
		object-position: center;
		display: block;
		width: 100%;
		height: 100%;
	}

	.top_nursing_info .bg .box .text {
		/* width: 70%; */
		width: 100%;
		float: none;
		padding: 2.5vw;
		box-sizing: border-box;
		font-size: 3.2vw;
		line-height: 1.6;
	}

	.top_nursing_info .bg .box .text a {
		font-size: 3.8vw;
		margin-bottom: 2vw;
	}

	.bt_center.top_nursing_info a {
		width: 90%;
		margin: 0 auto;
	}

	body#under.other.voice #nursing_info_profile .comment .left {
		float: none;
		width: 100%;
		margin-right: 0%;
	}

	body#under.other.voice #nursing_info_profile .comment .right {
		float: none;
		width: 100%;
	}

	/* 介護お役立ち情報 end */

	/* お客様の声＆相談員のご紹介 */

	.top_voice_counselor .bg {
		margin-right: 0%;
		padding: 40px 15px;
		width: 100%;
	}

	.top_voice_counselor .bg .box {
		margin-bottom: 20px;
	}

	.top_voice_counselor .bg .box .img {
		width: 25%;
		float: left;
		margin-right: 5%;
	}

	.top_voice_counselor .bg .box .text {
		font-size: 14px;
		width: 70%;
		float: left;
	}

	.top_voice_counselor .bg .box .text .counselor_box .cate {
		width: 30%;
	}

	.top_voice_counselor .bg .box .text .counselor_box .cont {
		width: 55%;
	}

	/* お客様の声＆相談員のご紹介 end */

	/* お知らせ */

	.top_news .bg {
		padding: 60px 15px;
	}

	.top_news .bg .box .day {
		width: 35%;
		margin-right: 5%;
	}

	.top_news .bg .box .text {
		width: 60%;
	}

	/* お知らせ end */

	/* CTA */

	.top_cta_request {
		width: 90%;
		padding: 20px 5% 30px;
	}

	.top_cta_request .img {
		display: none;
	}

	.top_cta_request .box {
		margin-left: 0px;
	}

	.top_cta_request .box .title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.top_cta_request .box .title .left {
		display: block;
		float: left;
		width: 10%;
		margin-right: 5%;
	}

	.top_cta_request .box .title .left img {
		width: 100%;
	}

	.top_cta_request .box .title .right {
		float: left;
		width: 85%;
	}

	.top_cta_request .box .link {
		margin-top: 10px;
	}

	.top_cta_request .box .link .left {
		float: none;
		margin-right: 0px;
	}

	.top_cta_request .box .link .left.tel img {
		display: none;
	}

	.top_cta_request .box .link .bt {
		margin-top: 30px;
	}

	.top_cta_request .box .link .bt a {
		width: 100%;
		border-radius: 10px;
		padding: 20px 0px;
	}

	.top_cta_request .box .link .bt_tel a {
		font-size: 20px;
		color: #5c63ab;
		display: block;
		background-color: #fff;
		border: solid 1px #5c63ab;
		border-radius: 10px;
		padding: 10px;
		text-align: center;
		text-decoration: none;
	}

	.top_cta_request .box .link .bt_tel a:before {
		content: url("../images/common/icon_tel.png");
		position: relative;
		top: 5px;
		right: 5px;
	}

	.top_cta_request .box .link .bt_tel .time {
		font-size: 14px;
		color: #333;
	}

	.top_cta_request .box .link .bt_tel {
		display: block;
	}

	/* CTA end */


	/* ◆◆◆◆◆ TOPページ ◆◆◆◆◆ end */


	/* ◆◆◆◆◆ 下層ページ ◆◆◆◆◆ */

	body#under.list h1:not(.eyecatch_area_txt) {
		font-size: 26px;
		line-height: 40px;
		padding: 30px 0;
		text-align: left;
	}

	body#under.other h1,
	body#under.other p.page_title {
		font-size: 26px;
		line-height: 40px;
		padding: 30px 0;
	}

	body#under #bredlist {
		font-size: 12px;
		line-height: 18px;
		background-color: #e7e7e7;
		padding: 10px 0;
	}

	body#under #bredlist .main {
		overflow-x: scroll;
		white-space: nowrap;
	}

	body#under.other .explanatory_under {
		margin: 0px 0 40px 0;
	}

	/* サイドナビ（下層一覧） */
	body#under #side_nav {
		display: none;
	}

	/* サイドナビ（下層一覧） end */

	/* コンテンツエリア（下層一覧） */
	body#under #contents_list {
		width: 100%;
		float: none;
	}

	/* コンテンツエリア（下層一覧） end */

	/* コンテンツエリア（下層詳細） */
	body#under #contents_detail {
		width: 100%;
	}

	/* コンテンツエリア（下層詳細） end */

	/* 並び替え */
	#sort_list {
		margin-top: 20px;
	}

	#sort_list #button #title {
		display: none;
	}

	#sort_list #button #box {
		width: 100%;
	}

	#sort_list #button #box .bt {
		width: 30%;
		font-size: 12px;
		padding: 5px 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}

	/* 並び替え end */



	/* スマホ用検索エリア（下層一覧） */
	#list_searcharea {
		display: block;
		margin-bottom: 20px;
	}

	#list_searcharea .box {
		font-size: 14px;
		line-height: 20px;
		background-color: #fff;
		border-radius: 20px;
		padding: 10px 20px 5px;
		margin-bottom: 10px;
	}

	#list_searcharea .box .title {
		width: 30%;
		float: left;
		padding-left: 25px;
	}

	#list_searcharea .box.area .title {
		background: url("../images/common/icon_search_menu_sp_1.png") 0% 0% / 20px 21px no-repeat;
	}

	#list_searcharea .box.cost .title {
		background: url("../images/common/icon_search_menu_sp_2.png") 0% 0% / 20px 21px no-repeat;
	}

	#list_searcharea .box.conditions .title {
		background: url("../images/common/icon_search_menu_sp_3.png") 0% 0% / 20px 21px no-repeat;
	}

	#list_searcharea .box .title a {
		color: #333;
	}

	#list_searcharea .box .form {
		width: 50%;
		float: left;
		border-left: solid 1px #c8c8c8;
		padding: 0 3%;
	}

	#list_searcharea .box .form .empty {
		color: #999;
	}

	#list_searcharea .box .bt {
		width: 5%;
		float: right;
		text-align: right;
	}


	/* スマホ用検索エリア（下層一覧） end */



	/* 施設 */


	body#under .box_institution {
		padding: 30px 15px;
		text-align: left;
	}

	.box_institution .icon_viewed img {
		width: 45px;
		height: auto;
	}

	body#under.list .institution_name {
		margin-bottom: 30px;
	}

	.institution_name .name {
		font-size: 24px;
		width: 90%;
		margin-right: 0px;
		margin-bottom: 10px;
		float: none;
	}

	.institution_name .name h3 {
		font-size: 30px;
	}

	.institution_name .kinds {
		font-size: 12px;
		padding: 3px 20px;
	}

	.institution_name .movie {
		font-size: 12px;
		margin-left: 0.5em;
	}

	.box_institution {
		margin: 0px 0px 30px;
	}

	.box_institution.simple {
		margin: 0px 0px 0px;
	}

	.box_institution .institution_content {
		margin-top: 0px;

	}

	.box_institution .institution_content .photo {
		width: 100%;
		margin-right: 0%;
		float: none;
	}

	.box_institution .institution_content .content {
		width: 100%;
		float: none;
	}




	/* 画像スライド */
	.box_institution .institution_content .photo .slider-area .slick-prev,
	.box_institution .institution_content .photo .slider-area .slick-next {
		display: block;
		width: 38px;
		height: 38px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit- transform: translateY(-50%);
		cursor: pointer;
		border: solid 0px;
		text-indent: -9999px;
		z-index: 2;
	}

	.box_institution .institution_content .photo .slider-area .slick-prev {
		background: url('../images/common/img_slide_prev.png') no-repeat;
		left: 0px;
	}

	.box_institution .institution_content .photo .slider-area .slick-next {
		background: url('../images/common/img_slide_next.png') no-repeat;
		right: 0;
	}

	.box_institution .institution_content .photo .thumnail {
		/* display: none; */
	}

	/* 画像スライド end */






	.box_institution .institution_content .caption {
		margin: 5px 0 10px;
	}

	.box_institution .institution_content .content .cost {
		margin: 20px 0;
	}

	.box_institution .institution_content .content .cost .box .left {
		width: 30%;
	}

	.box_institution .institution_content .content .cost .box .right {
		width: 70%;
	}

	.box_institution .institution_content .content .cost .box .right .num {
		font-size: 18px;
		margin-right: 5px;
	}

	.box_institution .institution_content .content .favarite .title {
		padding: 2px;
		margin-bottom: 20px;
	}

	.box_institution .institution_content .content .favarite .icon {
		height: 70px;
	}



	.box_institution .institution_graph {
		padding: 0px;
		margin-top: 30px;
		width: 100%;
	}

	.box_institution .institution_graph .box {
		margin-right: 0%;
		margin-bottom: 10px;
		width: 100%;
	}

	.box_institution .institution_graph .box img {
		width: 100%;
	}

	.box_institution .institution_graph .box:nth-child(2n) {
		margin-right: 0;
	}


	.box_institution .button_box {
		margin-top: 30px;
	}

	.box_institution .button_box .bt_request a,
	.box_institution .button_box .bt_detail a {
		width: calc(48.5% - 10px);
		font-size: min(2.8vw, 13px);
		/* padding: 20px 10px 20px 0; */
		padding: 20px 6px 20px 0;
		line-height: 1.4;
	}

	.box_institution .button_box .bt_request a.add_list_btn,
	.box_institution .button_box .bt_request a.del_list_btn {
		margin-right: 2%;
		/* padding: 19px 10px 19px 0; */
		padding: 19px 6px 20px 0;
	}

	.box_institution .button_box .bt_request a.add_list_btn .pc,
	.box_institution .button_box .bt_request a.del_list_btn .pc {
		display: none;
	}

	.box_institution .button_box .bt_request a::after {
		right: 2%;
	}

	.box_institution .button_box .bt_request a.add_list_btn::after,
	.box_institution .button_box .bt_request a.del_list_btn::after {
		font-size: 14px;
	}

	.box_institution .button_box .bt_tel a {
		display: block;
		width: 100%;
		margin: 10px 0 0;
		float: left;
		background: #5c63ab;
		color: #fff;
		text-decoration: none;
		text-align: center;
		line-height: 1.4;
		padding: 6px;
		box-sizing: border-box;
		border-radius: 10px;
		border-bottom: 5px solid #3c439b;
		border-right: 5px solid #3c439b;
	}

	.box_institution .button_box .bt_tel a .text,
	.box_institution .button_box .bt_tel a .num {
		display: table;
		margin: 0 auto;
	}

	.box_institution .button_box .bt_tel a .text {
		font-size: 12px;
	}

	.box_institution .button_box .bt_tel a .num {
		font-size: 26px;
		font-weight: bold;
		letter-spacing: 0.1em;
		position: relative;
		text-indent: 1em;
	}

	.box_institution .button_box .bt_tel a .num:before {
		position: absolute;
		bottom: 0px;
		right: calc(100% + 5px);
		display: block;
		/*font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 600;
    transform: scale(-1, 1);
    font-size: 30px;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;*/
		content: url("../images/common/freedial.svg");
		/* free */
		width: 38px;
	}

	.box_institution .button_box .bt_tel a .note {
		display: table;
		margin: 0 auto;
		font-size: 14px;
	}

	.box_institution .button_box .bt_detail a {
		margin-top: 10px;
		width: 100%;
		font-size: 16px;
	}

	/* 施設 end */


	/* 詳細ページ */
	body#under.detail h2 {
		font-size: 26px;
	}

	body#under.detail h3 {
		font-size: 26px;
		line-height: 40px;
	}

	#state .box_institution #movie {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}

	#state .box_institution #movie iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

	.box_institution#recommend .title {
		/* この施設のおすすめポイント */
		font-size: 20px;
		line-height: 30px;
	}

	.box_institution#recommend .title .img {
		width: 10%;
		margin-right: 2.5%;
	}

	.box_institution#recommend .title .text {
		width: 85%;
		margin-top: 0px;
		font-size: 18px;
	}

	.box_institution#recommend .comment {
		width: 100%;
		margin: 15px 0 0 0;
	}

	.box_institution#counselor {
		/* この施設をお勧めする担当相談員 */

	}

	.box_institution#counselor .left {
		width: 25%;
		margin-right: 5%;
	}

	.box_institution#counselor .right {
		width: 70%;
	}

	.box_institution#counselor .right .counselor_box {
		margin-bottom: 15px;
	}

	.box_institution#counselor .right .counselor_box .cate {
		font-size: 16px;
		width: 35%;
		padding: 0 2%;
	}

	.box_institution#counselor .right .counselor_box .cont {
		font-size: 18px;
		width: 55%;
	}



	.box_institution.detailbox {
		/* 施設詳細 */
	}

	.box_institution.detailbox .medical_care .flex:after {
		width: 48%;
	}

	.box_institution.detailbox .medical_care .flex .box {
		width: 48%;
	}

	.box_institution.detailbox .medical_care .flex .box:nth-child(2n) {
		margin-right: 0;
	}

	.box_institution#voice .box {
		/* お客様の声 */
	}

	.box_institution#voice .box .left {
		width: 20%;
		margin-right: 3%;
	}

	.box_institution#voice .box .right {
		width: 77%;
	}

	.box_institution#voice .box .bt_sponly a {
		display: block;
		text-decoration: none;
		font-size: 14px;
		color: #fff;
		background-color: #5c63ab;
		border-radius: 10px;
		margin-top: 10px;
		padding: 2px 25px;
		float: right;
	}

	.box_institution#voice .box .bt_sponly a:hover {
		color: #fff;
		background-color: #989de6;
	}

	.box_institution#voice .box .bt_sponly a:after {
		font-size: 12px;
		font-family: "Font Awesome 5 Free";
		content: "\f054";
		font-weight: 600;
		padding-left: 10px;
		color: #fff;
		position: absolute;
		right: 5%;
	}

	.box_institution#info .box {
		/* 基本情報 */
	}

	.box_institution#info .box .title {
		width: 20%;
	}

	.box_institution#info .box .text {
		width: 70%;
	}

	.box_institution#recommend_shortly2,
	.box_institution#recommend_shortly {
		/* 同エリアのおすすめ施設 */

	}

	.box_institution#recommend_shortly2 .flex .inner,
	.box_institution#recommend_shortly .flex .inner {
		margin-right: 4%;
		margin-bottom: 30px;
		width: 46%;
	}

	.box_institution#recommend_shortly2 .flex::after,
	.box_institution#recommend_shortly .flex::after {
		width: 46%;
		;
	}


	.box_institution#recommend_shortly2 .flex .inner:nth-child(2n),
	.box_institution#recommend_shortly .flex .inner:nth-child(2n) {
		margin-right: 0;
	}


	/* CTA（詳細ページ） */

	.result_cta_request {
		width: 90%;
		padding: 20px 5% 30px;
	}
	.result_cta_request .celebration_img {
		width: 100%;
	}
	.result_cta_request .img {
		display: none;
	}

	.result_cta_request .box {
		margin-left: 0px;
	}

	.result_cta_request .box .title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.result_cta_request .box .title .left {
		display: block;
		float: left;
		width: 10%;
		margin-right: 5%;
	}

	.result_cta_request .box .title .left img {
		width: 100%;
	}

	.result_cta_request .box .title .right {
		float: left;
		width: 85%;
	}

	.result_cta_request .box .link {
		margin-top: 10px;
		display: block;
	}

	.result_cta_request .box .link .left {
		float: none;
		margin-right: 0px;
	}

	.result_cta_request .box .link .left.tel img {
		display: none;
	}

	.result_cta_request .box .link .bt {
		margin-top: 20px;
	}

	.result_cta_request .box .link .bt a {
		width: 100%;
		border-radius: 10px;
		padding: 20px 0px;
	}
	.result_cta_request .box .link form .bt a img {
	}
	.result_cta_request .box .link form .bt a .txt {
		font-size: 18px;
	}
	
	.result_cta_request .box .link .bt_tel a {
		font-size: 26px;
		font-weight: bold;
		color: #5c63ab;
		display: block;
		background-color: #fff;
		border-radius: 10px;
		padding: 10px;
		text-align: center;
		text-decoration: none;
		border: solid 1px #5c63ab;
		border-bottom: 5px solid #3c439b;
  		border-right: 5px solid #3c439b;
	}

	.result_cta_request .box .link .bt_tel a:before {
		content: url("../images/common/icon_tel.png");
		position: relative;
		top: 5px;
		right: 5px;
	}

	.result_cta_request .box .link .bt_tel .time {
		font-size: 14px;
		color: #333;
	}

	.result_cta_request .box .link .bt_tel {
		display: block;
	}

	/* CTA（詳細ページ） end */



	/* お客様の声 */
	body#under.other.voice .box .left {
		width: 15%;
		margin-right: 3%;
	}

	body#under.other.voice .box .right {
		width: 82%;
	}

	body#under.other.voice .box .right .name {
		margin-bottom: 20px;
		width: 100%;
	}

	body#under.other.voice .box .right .name .movingin .ttl {
		width: 25%;
	}

	body#under.other.voice .box .right .name .movingin .text {
		width: 60%;
	}

	body#under.other.voice #voice_img #img {
		width: 20%;
	}

	body#under.other.voice #voice_img #name {
		width: 78%;
	}


	body#under.other.voice #voice_img #img_detail {
		width: 15%;
		display: table-cell;
		vertical-align: middle;
	}

	body#under.other.voice #voice_img #institution {
		width: 15%;
		display: table-cell;
		vertical-align: middle;
		padding-left: 1%;
	}

	body#under.other.voice #voice_img #name_detail {
		width: 67%;
		display: table-cell;
		vertical-align: top;
		padding-left: 2%;
		font-weight: bold;
	}

	body#under.other.voice #voice_img #name .movingin .ttl,
	body#under.other.voice #voice_img #name_detail .movingin .ttl {
		width: 30%;
	}

	body#under.other.voice #voice_img #name .movingin .text,
	body#under.other.voice #voice_img #name_detail .movingin .text {
		width: 50%;
	}

	body#under.other.voice .box .bt_voice_sp a {
		font-size: 14px;
		display: block;
		color: #fff;
		background-color: #5c63ab;
		padding: 10px 20px;
		text-decoration: none;
		text-align: center;
		border-radius: 40px;
		position: relative;
		clear: both;
	}

	body#under.other.voice .box .right .bt_voice_box {
		display: none;
	}


	/* お客様の声 end */

	/* 介護お役立ち情報 */
	body#under.other.voice .box.nursing_info .left {
		width: 32%;
		float: left;
	}

	body#under.other.voice .box.nursing_info .right {
		width: 65%;
		float: left;
	}

	body#under.other.voice .box .right .info_text {
		display: none;
	}

	body#under.other.voice .box .right .cate_text .cate {
		float: none;
		margin-bottom: 5px;
	}

	body#under.other.voice .box .right .cate_text .writer {
		display: none;
	}

	body#under.other.voice .box .right .cate_text .time {
		float: none;
	}

	body#under.other.voice #popular_keyword .icon {
		width: 100%;
	}

	body#under.other.voice #nursing_info_time {
		float: left;
	}

	body#under.other.voice #box_profile {
		float: left;
	}

	body#under.other.voice #nursing_info_writter {
		float: none;
		margin-bottom: 5px;
	}

	body#under.other.voice #category {
		float: none;
		margin-left: 0px;
	}

	body#under.other.voice #nursing_info_profile {
		padding: 20px 15px;
	}

	body#under.other.voice .box_related .box {
		width: 100%;
	}

	body#under.other.voice #nursing_info_contents #eyecatch {
		width: 100%;
	}

	/* WP投稿部分 */

	body#under.other #nursing_info_contents .wp-block-image img {
		width: 100%;
		height: auto;
	}

	/* WP投稿部分 end */

	/* 介護お役立ち情報 end */


	/* 著者一覧 */
	body#under.other.voice #writer_list .inner .title {
		border-bottom: solid 0;
	}

	body#under.other.voice #writer_list .inner .comment .left {
		width: 100%;
		float: none;
		margin-right: 0%;
	}

	body#under.other.voice #writer_list .inner .comment .right {
		width: 100%;
		float: none;
	}

	/* 著者一覧 end */


	/* ご相談・見学予約 */
	body#under.other.form input[type="text"],
	body#under.other.form input[type="tel"],
	body#under.other.form input[type="email"] {
		width: 90%;
		padding: 8px 3%;
	}

	body#under.other.form input[type="text"].l,
	body#under.other.form input[type="tel"].l,
	body#under.other.form input[type="email"].l {
		width: 90%;
	}

	body#under.other.form .tel_time_msg+div.formError {
		transform: translateX(130px);
	}

	body#under.other.form textarea {
		width: 90%;
		padding: 8px 3%;
	}

	body#under.other.form .form_inputbox .box {
		margin-bottom: 30px;
	}

	body#under.other.form .form_inputbox .box .left {
		width: 100%;
		float: none;
		margin-right: 0%;
		margin-bottom: 15px;
		padding-bottom: 5px;
		border-bottom: solid 1px #5d62aa;
	}

	body#under.other.form .form_inputbox .box .left:after {
		content: "";
		display: block;
		clear: both;
	}

	body#under.other.form .form_inputbox .box .right {
		width: 100%;
		float: none;
	}

	body#under.other.form .form_inputbox .institution #img {
		width: 25%;
	}

	body#under.other.form .form_inputbox .institution #name {
		width: 73%;
	}

	body#under.other.form .form_inputbox li {}

	body#under.other.form .form_inputbox ul.nursing li {
		width: 30%;
		margin-right: 1%;
	}

	body#under.other.form .form_inputbox ul.time li {
		width: 48%;
		margin-right: 1%;
	}

	body#under.other.form .bt_center.form_submit a {
		font-size: 14px;
		width: 90%;
	}

	body#under.other.form .bt_center.form_back a {
		width: 90%;
	}
	body#under.other.form .progressbar {
		overflow-x: scroll;
		white-space: nowrap;
	}

	body#under.other.form .progressbar .item {
		font-size: max(10px, 2.3vw);
		line-height: 1.4;
		padding: 18px 0;
		min-height: 48px;
    	box-sizing: border-box;
	}

	body#under.other.form .progressbar .item:not(:last-child)::before,
	body#under.other.form .progressbar .item:not(:last-child)::after {
		border-width: 25px;
		border-left-width: 12px;
	}

	body#under.other.form #eyecatch {
		width: 85%;
		padding: 20px 5%;
	}

	body#under.other.form #eyecatch .left {
		float: none;
		width: 100%;
	}

	body#under.other.form #eyecatch .right {
		float: none;
		width: 100%;
		font-size: 18px;
	}

	/* ご相談・見学予約 end */


	/* サイトマップ */
	body#under.other.sitemap .box_link.column2 a {
		width: 90%;
	}

	body#under.other.sitemap .box_link .child a {
		width: 90%;
	}

	/* サイトマップ end */


	/* サービスの流れ */
	body#under.other.service #nursing_info_contents .box .left {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 20px;
		float: none;
	}

	body#under.other.service #nursing_info_contents .box .left img {
		width: 100%;
	}

	body#under.other.service #nursing_info_contents .box .right {
		width: 100%;
		float: none;
	}

	body#under.other.service #nursing_info_contents .box .tel_outer {
		width: 95%;
		padding: 10px 0;
	}

	body#under.other.service #nursing_info_contents .box .bt_center.service {
		width: 100%;
	}

	body#under.other.service #nursing_info_contents .box .tel {
		float: none;
	}

	body#under.other.service #nursing_info_contents .box .time {
		float: none;
		margin-left: 0px;
		margin-top: 10px;
	}

	body#under.other.service #nursing_info_contents h2 {
		font-size: 22px;
	}

	body#under.other.service #nursing_info_contents h2 .step {
		font-size: 22px;
		padding: 5px 15px;
		margin-right: 5px;
	}

	/* サービスの流れ end */

	/* よくある質問 */
	body#under.other.faq #nursing_info_contents dt .faq_box {
		width: 90%;
	}

	body#under.other.faq #nursing_info_contents dt .ttl {
		width: 10%;
		float:
	}

	body#under.other.faq #nursing_info_contents dt .text {
		width: 90%;
	}

	body#under.other.faq #nursing_info_contents dd .ttl {
		width: 10%;
	}

	body#under.other.faq #nursing_info_contents dd .text {
		width: 90%;
		float:
	}

	body#under.other.faq #nursing_info_contents img.banner {
		width: 100%;
	}

	body#under.other.faq #nursing_info_contents .bt_center.faq {
		width: 100%;
		float: none;
		margin: 0 0px 20px 0;
	}

	body#under.other.faq #nursing_info_contents .tel_outer.faq {
		float: none;
		margin: 0px 0 0 10px;
	}

	body#under.other.faq #nursing_info_contents .tel_outer.faq .time {
		margin-left: -10px !important;
	}

	body#under.other.faq #ancher_link .bt {
		width: 49%;
	}

	body#under.other.faq #ancher_link .bt:nth-child(2) {
		width: 49%;
	}

	body#under.other.faq #ancher_link .bt a {
		font-size: 14px;
		line-height: 18px;
		padding: 10px 10px;
	}

	/* よくある質問 end */

	/* 運営会社 */
	body#under.other.company #nursing_info_contents .box .ttl {
		width: 100%;
		float: none;
	}

	body#under.other.company #nursing_info_contents .box .text {
		width: 100%;
		float: none;
	}

	body#under.other.company #nursing_info_contents .box_writer .left {
		width: 100%;
		float: none;
		margin-right: 0%;
		margin-bottom: 10px;
	}

	body#under.other.company #nursing_info_contents .box_writer .right {
		width: 100%;
		float: none;
	}

	body#under.other.company .box_institution.simple.thought {
		background: url("../images/company/img_company_thought_bg.png") 0% 150px repeat-y;
		margin-bottom: 60px;
	}

	body#under.other.company .box_institution.simple.thought #box_thought {
		margin: 30px 20px;
	}

	body#under.company .toggle_link {
		width: 240px;
		margin: 30px auto 0;
		padding: 20px 20px;
		color: #fff;
		border-radius: 40px;
		background-color: #5c63ab;
		cursor: pointer;
	}

	body#under.company .toggle_link .js-text_company {
		text-align: center;
		position: relative;
	}

	body#under.company .toggle_link .js-text_company:after {
		font-size: 14px;
		font-family: "Font Awesome 5 Free";
		content: "\f107";
		font-weight: 600;
		padding-left: 10px;
		color: #fff;
		position: absolute;
		right: 5%;
	}

	body#under.company .toggle_link2 {
		display: none;
	}

	body#under.company .bt_center.conditions a {
		width: 200px;
		margin: 0 auto;
	}



	/* 運営会社 end */

	/* 掲載をご希望の施設様 */
	body#under.other.publish #nursing_info_contents h2:after {
		content: "";
		display: block;
		clear: both;
	}

	body#under.other.publish #nursing_info_contents h2 .num {
		display: block;
		width: 10%;
		font-weight: normal;
		color: #fff;
		background-color: #5c63ab;
		margin: 0 2% 0 0;
		text-align: center;
		float: left;
	}

	body#under.other.publish #nursing_info_contents h2 .text {
		display: block;
		width: 88%;
		float: left;
	}

	body#under.other.publish #nursing_info_contents .publish_box .img {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}

	body#under.other.publish #nursing_info_contents .publish_box .text {
		width: 100%;
		float: none;
	}

	/* 掲載をご希望の施設様 end */

	/* 家族負担ゼロ */
	body#under.other.moving_support .moving_support_box .left {
		width: 100%;
		float: none;
	}

	body#under.other.moving_support .moving_support_box .right {
		width: 100%;
		float: none;
	}

	/* 家族負担ゼロ end */

	/* こだわりの施設紹介 */
	body#under.other.committed_facility .flexbox_committed_facility .box {
		width: 100%;
	}

	body#under.other.committed_facility .flexbox_committed_facility:after {
		width: 100%;
	}

	body#under.list #explanatory_under_committed_facility {
		width: 100%;
		margin: 0 auto;
		margin: 0px 0 30px 0;
		text-align: left;
	}

	body#under.list h1.committed_facility img {
		width: 100%;
	}

	/* こだわりの施設紹介 end */

	/* 404 */
	body#under.page404 #contents_detail.box_404 {
		padding: 50px 0 100px;
	}

	body#under.page404 #contents_detail.box_404 .text {
		text-align: left;
	}

	/* 404 end */

	/* ◆◆◆◆◆ 下層ページ ◆◆◆◆◆ end */

	/* ページャー */

	.pager .bt.prev a,
	.pager .bt.next a {
		padding: 2px 10px;
	}

	.pager .bt.prev a:after {
		left: 20%;
	}

	.pager .bt.next a:after {
		right: 20%;
	}

	/* ページャー end */

}



@-webkit-keyframes ball-grid-pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0.7;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes ball-grid-pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0.7;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.ball-grid-pulse {
	width: 48px;
}

.ball-grid-pulse>div:nth-child(1) {
	-webkit-animation-delay: 0.22s;
	animation-delay: 0.22s;
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
}

.ball-grid-pulse>div:nth-child(2) {
	-webkit-animation-delay: 0.64s;
	animation-delay: 0.64s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.ball-grid-pulse>div:nth-child(3) {
	-webkit-animation-delay: -0.15s;
	animation-delay: -0.15s;
	-webkit-animation-duration: 0.63s;
	animation-duration: 0.63s;
}

.ball-grid-pulse>div:nth-child(4) {
	-webkit-animation-delay: -0.03s;
	animation-delay: -0.03s;
	-webkit-animation-duration: 1.24s;
	animation-duration: 1.24s;
}

.ball-grid-pulse>div:nth-child(5) {
	-webkit-animation-delay: 0.08s;
	animation-delay: 0.08s;
	-webkit-animation-duration: 1.37s;
	animation-duration: 1.37s;
}

.ball-grid-pulse>div:nth-child(6) {
	-webkit-animation-delay: 0.43s;
	animation-delay: 0.43s;
	-webkit-animation-duration: 1.55s;
	animation-duration: 1.55s;
}

.ball-grid-pulse>div:nth-child(7) {
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
}

.ball-grid-pulse>div:nth-child(8) {
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
	-webkit-animation-duration: 0.97s;
	animation-duration: 0.97s;
}

.ball-grid-pulse>div:nth-child(9) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-duration: 0.63s;
	animation-duration: 0.63s;
}

.ball-grid-pulse>div {
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
	float: left;
	-webkit-animation-name: ball-grid-pulse;
	animation-name: ball-grid-pulse;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-delay: 0;
	animation-delay: 0;
}

/******************************************
* art add / counselor
*******************************************/


.flex_box {
	display: flex;
	flex-wrap: wrap;
}

body#under .flex_box #contents_detail.single_counselor {
	width: calc(50% - 20px);
	margin: 10px;
}

body#under .flex_box #contents_detail.single_counselor .box_institution {
	padding: 20px;
	margin-bottom: 0;
	height: 100%;
	box-sizing: border-box;
}

body#under.other.company #contents_detail.single_counselor #nursing_info_contents .box_writer {
	margin: 0;
	border: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

body#under.other.company #contents_detail.single_counselor #nursing_info_contents .box_writer .left {
	width: 30%;
	margin: 0;
}

body#under.other.company #contents_detail.single_counselor #nursing_info_contents .box_writer .right {
	width: 70%;
	padding-left: 15px;
	box-sizing: border-box;
}

body#under.other.company #contents_detail.single_counselor #nursing_info_contents .box_writer .right .qualification {
	line-height: 1.5;
}

body#under.other.company #contents_detail.single_counselor #nursing_info_contents .box_writer .right .txt_content {
	font-size: 86%;
	line-height: 1.6;
}

body#under.other.company #contents_detail.single_counselor #nursing_info_contents .box_writer .right a.sp_counselor_detail {
	display: none;
}

@media (max-width: 767px) {

	body#under.other.company #contents_detail.single_counselor #nursing_info_contents .box_writer .left,
	body#under.other.company #contents_detail.single_counselor #nursing_info_contents .box_writer .right {
		width: 100%;
	}

	body#under .flex_box #contents_detail.single_counselor {
		width: calc(50% - 10px);
		margin: 5px;
	}

	body#under .flex_box #contents_detail.single_counselor .box_institution {
		padding: 10px;
		position: relative;
	}

	body#under.other.company #contents_detail.single_counselor #nursing_info_contents .box_writer .right {
		padding-left: 0;
		padding: 5px;

	}

	body#under.other.company #contents_detail.single_counselor #nursing_info_contents .box_writer .right .txt_content {
		display: none;
	}

	body#under.other.company #contents_detail.single_counselor #nursing_info_contents .box_writer .right .qualification {
		font-size: 13px;
		margin-bottom: 50px;
	}

	body#under.other.company #contents_detail.single_counselor #nursing_info_contents .box_writer .right a.sp_counselor_detail {
		display: block;
		border: 1px solid #5c63ab;
		color: #5c63ab;
		text-decoration: none;
		text-align: center;
		padding: 0.25em;
		position: absolute;
		bottom: 15px;
		font-size: 15px;
		width: 75%;
		left: 50%;
		transform: translateX(-50%);
	}

	body#under.other.company #contents_detail.single_counselor #nursing_info_contents .box_writer .right a.sp_counselor_detail::after {
		content: "＞";
		margin-left: 0.5em;
	}

	body#under.other .explanatory_under {
		font-size: 86%;
		line-height: 1.6;
		margin-bottom: 20px;
	}
}


/********************
* art add / under_area
*********************/
.under_area {
	background: #f4f4f4;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contents_list > .under_area {
	padding-top: 0;
}
.under_mv + .under_area {
	padding-top: 0;
}
.u_area_wrap.main {
	max-width: 100%;
}
.under_area .u_area_wrap>div {}

.under_area .u_area_wrap .u_area_free {
	background: #FFF;
}


.under_area .u_area_wrap .u_area_free .free_2in1 {
	display: flex;
	flex-wrap: wrap;
}

.under_area .u_area_wrap .u_area_free .free_2in1.reserve {
	flex-direction: row-reverse;
}


.under_area .u_area_wrap .u_area_free .free_2in1:nth-child(1) {
	padding-top: 2em;
}

.under_area .u_area_wrap .u_area_free .free_2in1 .text {
	width: calc(60% - 10px);
	padding-right: 2em;
	box-sizing: border-box;
}
.under_area .u_area_wrap .u_area_free .free_2in1 .text:only-child {
	width: 100%;
}
.under_area .u_area_wrap .u_area_free .free_2in1 .text p {
	margin-bottom: 0.75em;
}

.under_area .u_area_wrap .u_area_free .free_2in1 .text a,
.under_area .u_area_wrap .u_area_ranking .rkg_facilities .facilities_item a.fct_btn {
	background: #3cb371;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	padding: 0.75em 2em;
	display: table;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
}

.under_area .u_area_wrap .u_area_free .free_2in1 .image {
	width: calc(40% - 10px);
}

.under_area .u_area_wrap .u_area_free .free_2in1 .image img {
	width: 100%;
}

/*---*/

.under_area .u_area_wrap .u_area_ranking .rkg_facilities {
	display: flex;
	justify-content: center;
}

.under_area .u_area_wrap .u_area_ranking .rkg_facilities .facilities_item {
	width: calc(33.333% - 30px);
	margin: 10px 15px;
	position: relative;
}

.under_area .u_area_wrap .u_area_ranking .rkg_facilities .facilities_item:before {
	position: absolute;
	left: 10px;
	top: 5px;
	z-index: 1;
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.under_area .u_area_wrap .u_area_ranking .rkg_facilities .facilities_item:after {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 60px 70px 0 0;
	left: 0;
	top: 0;
}

.under_area .u_area_wrap .u_area_ranking .rkg_facilities .facilities_item:nth-child(1):before {
	content: "1";
}

.under_area .u_area_wrap .u_area_ranking .rkg_facilities .facilities_item:nth-child(1):after {
	border-color: #d1b856 transparent transparent transparent;
}

.under_area .u_area_wrap .u_area_ranking .rkg_facilities .facilities_item:nth-child(2):before {
	content: "2";
}

.under_area .u_area_wrap .u_area_ranking .rkg_facilities .facilities_item:nth-child(2):after {
	border-color: #b6b5ae transparent transparent transparent;
}

.under_area .u_area_wrap .u_area_ranking .rkg_facilities .facilities_item:nth-child(3):before {
	content: "3";
}

.under_area .u_area_wrap .u_area_ranking .rkg_facilities .facilities_item:nth-child(3):after {
	border-color: #be9268 transparent transparent transparent;
}

.under_area .u_area_wrap .u_area_ranking .rkg_facilities.nonum .facilities_item:before,
.under_area .u_area_wrap .u_area_ranking .rkg_facilities.nonum .facilities_item:after {
	content: none;
}

.under_area .u_area_wrap .u_area_ranking .rkg_facilities .facilities_item .rkg_image img {
	width: 100%;
}

.under_area .u_area_wrap .u_area_ranking .rkg_facilities .facilities_item .rkg_name {
	text-align: center;
	font-weight: bold;
	font-size: 116%;
	display: table;
	margin: auto;
	padding: 0.25em 1em;
}

.under_area .u_area_wrap .u_area_ranking .rkg_facilities .facilities_item .rkg_name a,
.under_area .u_area_surrounding .surrounding_fct .surrounding_item .name a {
	color: inherit;
	text-decoration: none;
	position: relative;
	display: block;
}

.under_area .u_area_wrap .u_area_ranking .rkg_facilities .facilities_item .rkg_name a:after,
.under_area .u_area_surrounding .surrounding_fct .surrounding_item .name a:after {
	content: "→";
	background: #5d62aa;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	padding: 0.2em 0.4em;
	line-height: 1.5;
	display: flex;
	position: absolute;
	top: 50%;
	right: -2.5em;
	transform: translateY(-50%);
	border-radius: 50%;
}

.under_area .u_area_wrap .u_area_ranking .rkg_facilities .facilities_item .rkg_king {
	color: #5d62aa;
	text-align: center;
	font-size: 83%;
	display: table;
	margin: auto;
	border: 1px solid #5d62aa;
	border-radius: 6px;
	padding: 0.0em 0.75em;
}

/*---*/

.under_area .u_area_wrap .u_area_surrounding .surrounding_fct {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.under_area .u_area_wrap .u_area_surrounding .surrounding_fct .surrounding_item {
	margin: 10px;
	width: calc(25% - 20px);
}

.under_area .u_area_wrap .u_area_surrounding .surrounding_fct .surrounding_item .image img {
	width: 100%;
}

.under_area .u_area_wrap .u_area_surrounding .surrounding_fct .surrounding_item .name {
	text-align: center;
	color: #5d62aa;
	font-weight: bold;
	border-bottom: 1px solid #5d62aa;
	display: table;
	margin: auto;
	padding: 0.25em 1em;
	margin-bottom: 0.5em;
}

.under_area .u_area_wrap .u_area_surrounding .surrounding_fct .surrounding_item .address {
	font-size: 87%;
	text-align: center;
	line-height: 1.5;
}

.under_area .u_area_wrap .u_area_free .free_2in1 table {
	border-collapse: collapse;
}

.under_area .u_area_wrap .u_area_free .free_2in1 table tr th,
.under_area .u_area_wrap .u_area_free .free_2in1 table tr td {
	border: 2px solid #ccc;
	padding: 0.5em 1em;
}

.under_area .u_area_wrap .u_area_free .free_2in1 .text table tr th a,
.under_area .u_area_wrap .u_area_free .free_2in1 .text table tr td a {
	background: none;
	color: inherit;
	font-weight: normal;
	display: inline;
	padding: 0;
	font-size: 100%;
}


@media (max-width: 767px) {

	.under_area .u_area_wrap .u_area_free .free_2in1 {
		flex-direction: column-reverse;
	}

	.under_area .u_area_wrap .u_area_free .free_2in1.reserve {
		flex-direction: column-reverse;
	}

	.under_area .u_area_wrap .u_area_free .free_2in1:nth-child(1) {
		padding-top: 1em;
	}

	.under_area .u_area_wrap .u_area_free .free_2in1>.text,
	.under_area .u_area_wrap .u_area_free .free_2in1>.image {
		width: 100%;
		padding: 0;
		margin-bottom: 1em;
	}

	.under_area .u_area_wrap .u_area_ranking .rkg_facilities {
		flex-wrap: wrap;
	}

	.under_area .u_area_wrap .u_area_ranking .rkg_facilities .facilities_item {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin-top: 5px;
	}

	.under_area .u_area_wrap .u_area_ranking .rkg_facilities .facilities_item .rkg_image {
		width: 40%;
	}

	.under_area .u_area_wrap .u_area_ranking .rkg_facilities .facilities_item .mb_right {
		width: 60%;

	}

	.under_area .u_area_wrap .u_area_ranking .rkg_facilities .facilities_item .rkg_king {
		padding: 0.0em 0.5em;
		line-height: 1.6;
		border-radius: 4px;
		font-size: 74%;
	}

	.under_area .u_area_wrap .u_area_surrounding .surrounding_fct .surrounding_item {
		margin: 10px;
		width: calc(50% - 20px);
	}

	.under_area .u_area_wrap .u_area_ranking .rkg_facilities .facilities_item .rkg_name a,
	.under_area .u_area_surrounding .surrounding_fct .surrounding_item .name a {
		padding: 0;

	}

	.under_area .u_area_wrap .u_area_ranking .rkg_facilities .facilities_item a.fct_btn {
		padding: 0.2em 1em;
	}

	.under_area .u_area_wrap .u_area_free .free_2in1 .text a {
		font-size: 116%;
	}

	.under_area .u_area_wrap .u_area_free .free_2in1 table {
		width: 100%;
	}

}

/***********************************
* scroll table
************************************/
.scroll-hint-icon {
	height: auto !important;
}

.scroll_table_wrap {
	width: 100%;
	max-width: 100%;
	overflow: scroll hidden;
	margin: 0 0 15px;
	-webkit-overflow-scrolling: touch;
	min-height: 150px;
}

.scroll_table_wrap table {
	width: max-content;
	border: solid 1px #ccc;
	margin: 0 0 5px;
}

.scroll_table_wrap table th,
.scroll_table_wrap table td {
	width: max-content;
	max-width: min(500px, 70vw);
}

.scroll_table_wrap::-webkit-scrollbar {
	height: 5px;
}

.scroll_table_wrap::-webkit-scrollbar:vertical {
	display: none;
}

.scroll_table_wrap::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}

.scroll_table_wrap::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}

@media (min-width: 768px) {
	.scroll_table_wrap::-webkit-scrollbar {
		height: 5px;
	}
}

.facility_request_tbl {
	width: 100%;
}

.facility_request_tbl th,
.facility_request_tbl td {
	border: 1px solid #ccc;
}

.facility_request_tbl th {
	background: #bfc1d8;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	padding: 5px;
}

.facility_request_tbl td .fr_chk {
	text-align: center;
}

.facility_request_tbl td .fr_shisetsu {
	display: flex;
	padding: 10px;
}

.facility_request_tbl td .img {
	width: 100px;
	margin-right: 15px;
}

.facility_request_tbl td .img img {
	width: 100%;
	height: auto;
}

.facility_request_tbl td .fr_price {
	padding: 10px;
}

@media (max-width: 767px) {

	/* テーブルスクロール */
	.facility_request_tbl_wrap {
		width: 100%;
		max-width: 100%;
		overflow: scroll hidden;
		margin: 0 0 15px;
		-webkit-overflow-scrolling: touch;
	}

	.facility_request_tbl_wrap table {
		width: max-content;
		border: solid 1px #ccc;
		margin: 0 0 5px;
	}

	.facility_request_tbl_wrap table th,
	.facility_request_tbl_wrap table td {
		width: max-content;
		max-width: 500px;
	}

	.facility_request_tbl_wrap::-webkit-scrollbar {
		height: 5px;
	}

	.facility_request_tbl_wrap::-webkit-scrollbar:vertical {
		display: none;
	}

	.facility_request_tbl_wrap::-webkit-scrollbar-track {
		border-radius: 5px;
		background: #eee;
	}

	.facility_request_tbl_wrap::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #666;
	}
}

/*********************************
* お祝い金：流れ
**********************************/

#listing_flow .flow_item {
	position: relative;
	padding-left: 25px;
	display: flex;
	width: 90%;
	margin: auto;
	max-width: 100%;
	table-layout: fixed;
	padding-top: 50px;
	gap: 5%;
	justify-content: space-between;
}

#listing_flow .flow_item:before {
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	background: #717DD1;
	position: absolute;
	top: 63px;
	left: 3px;
	z-index: 3;
}

#listing_flow .flow_item:after {
	content: "";
	display: block;
	height: 14px;
	width: 14px;
	border: 1px solid #ccc;
	background: #fff;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 2;
}


#listing_flow .flow_item .item_content {
	width: 100%;

}

#listing_flow .flow_item .item_image {
	max-width: 290px;
}

#listing_flow .flow_item .item_image img {
	width: 100%;
}

#listing_flow .flow_item .num {
	color: #717DD1;
	font-size: 36px;
	font-weight: bold;
	display: inline-block;
}

#listing_flow .flow_item .item_title {
	display: inline-block;
	font-size: 24px;
	padding: 0 0.5em 0.5em;
	font-weight: bold;
}

#listing_flow .flow_item .item_text {
	padding-left: 1em;
	padding-bottom: 1em;
}

#listing_flow .flow_item .item_note {
	background: #EEEFF6;
	padding: 1em;
	margin-left: 1em;
	border-radius: 8px;
}

#listing_flow .flow_item .item_content:after {
	content: "";
	display: block;
	height: 100%;
	width: 1px;
	border-left: 1px dotted #a3a3a3;
	background: transparent;
	position: absolute;
	top: 65px;
	left: 7px;
	z-index: 1;
}

#listing_flow .flow_item:last-child .item_content:after {
	content: none;
}

#listing_flow .flow_item:last-child {
	padding-bottom: 50px;
}



@media (max-width: 767px) {
	#listing_flow .flow_item .item_title {
		font-size: 18px;
		max-width: 84%;
		display: inline-flex;
	}

	#listing_flow .flow_item {
		width: 100%;
		flex-direction: column;
		box-sizing: border-box;
	}

	#listing_flow .flow_item .item_content {
		padding-left: 0.5em;
		padding-bottom: 1.5em;
		padding-right: 0.5em;
		font-size: 14px;
		width: 85%;
	}

	#listing_flow .flow_item .item_content:after {
		left: 14px;
	}

	#listing_flow .flow_item:after {
		left: 7px;
	}

	#listing_flow .flow_item:before {
		left: 10px;
	}

	#listing_flow .flow_item .item_image {
		width: 100%;
		max-width: 95%;
	}
}



/****************************************
* celebration
*****************************************/

.celebration_mv {
	background-image: url("../images/celebration/celebration_head_bg.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.celebration_mv .clb_mv_img {
	max-width: 1040px;
	margin: auto;
	padding: 40px 0px 15px;

	opacity: 0;
	animation-name: fadein;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	animation-delay: 0.5s;
}

@keyframes fadein {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}




#top_faq .contents {
	/*    margin-bottom: 80px;*/
	padding: 40px;
}

@media (max-width: 767px) {
	#top_faq .contents {

		padding: 24px;
		position: relative;
	}

	#top_faq .contents:after {
		width: 100%;
		height: 1px;
		content: "";
		display: block;
		margin: auto;
		margin-top: 35px;
		border-bottom: 1px dotted #CCC;
	}
}

#top_faq .contents>div {
	display: flex;
	align-items: flex-start
}

#top_faq .contents>div .icon {
	width: 100px;
	flex-shrink: 0;
	border-radius: 50%;
	overflow: hidden;
	height: 100px;
}

@media (max-width: 992px) and (min-width:768px) {
	#top_faq .contents>div .icon {
		width: 80px
	}
}

@media (max-width: 767px) {
	#top_faq .contents>div .icon {
		width: 60px;
		height: 60px;
	}
}

#top_faq .contents>div .icon img {
	width: 100%
}

#top_faq .contents>div .text_contents {
	display: flex;
	position: relative;
	padding: 20px 30px;
	border-radius: 10px;
	max-width: calc(100% - 350px);
	width: 100%;
}

@media (max-width: 992px) and (min-width:768px) {
	#top_faq .contents>div .text_contents {
		max-width: calc(100% - 250px)
	}
}

@media (max-width: 767px) {
	#top_faq .contents>div .text_contents {
		max-width: calc(100% - 70px);
		font-size: 12px;
		padding: 10px 15px;
		border-radius: 5px
	}
}

#top_faq .contents>div .text_contents::after {
	content: "";
	position: absolute;
	top: 15px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent
}

@media (max-width: 767px) {
	#top_faq .contents>div .text_contents::after {
		top: 10px;
		border-top-width: 10px;
		border-bottom-width: 10px
	}
}

#top_faq .contents>div.question .text_contents {
	margin-left: 30px;
	background-color: #f8f8f8;

}

@media (max-width: 767px) {
	#top_faq .contents>div.question .text_contents {
		margin-left: 20px
	}
}

#top_faq .contents>div.question .text_contents::before {
	content: "Q";
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 1.75em;
	height: 1.75em;
	margin-right: 0.75em;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	border-radius: 5px;
	background: #5d62aa;
}

@media (max-width: 767px) {
	#top_faq .contents>div.question .text_contents::before {
		font-size: 125%
	}
}

#top_faq .contents>div.question .text_contents::after {
	border-right: 15px solid #f8f8f8;
	right: 100%
}

@media (max-width: 767px) {
	#top_faq .contents>div.question .text_contents::after {
		border-right-width: 10px
	}
}

#top_faq .contents>div.question .text_contents .text {
	align-self: center
}

#top_faq .contents>div.answer {
	align-items: flex-start;
	justify-content: flex-end;
	margin-top: -25px;
}

@media (max-width: 992px) and (min-width:768px) {
	#top_faq .contents>div.answer {
		margin-top: -15px
	}
}

@media (max-width: 767px) {
	#top_faq .contents>div.answer {
		margin-top: 10px
	}
}

#top_faq .contents>div.answer .text_contents {
	background-color: #e8edf9;
	margin-right: 30px;
	border: 2px solid #fff
}

#top_faq .contents>div.answer .text_contents ul {
	margin-top: 15px;

}

#top_faq .contents>div.answer .text_contents ul li {
	margin-bottom: 0.25em;
	list-style-type: none;
	position: relative;
}

#top_faq .contents>div.answer .text_contents ul li:before {
	content: "";
	background: #5d62aa;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	top: 0.75em;
	left: -10px;
}


@media (max-width: 767px) {
	#top_faq .contents>div.answer .text_contents {
		margin-right: 20px
	}

}

#top_faq .contents>div.answer .text_contents::before {
	content: "A";
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: flex-start;
	flex-shrink: 0;
	margin-right: 0.5em;
	font-size: 200%;
	line-height: 1;
	font-weight: bold;
	background: #5d62aa;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

@media (max-width: 767px) {
	#top_faq .contents>div.answer .text_contents::before {
		font-size: 150%
	}
}

#top_faq .contents>div.answer .text_contents::after {
	border-left: 15px solid #e8edf9;
	left: 100%
}

@media (max-width: 767px) {
	#top_faq .contents>div.answer .text_contents::after {
		border-left-width: 10px
	}

	#top_faq .contents>div .text_contents .text {
		line-height: 1.7;
		font-size: 15px;
	}

}

.center_text {
	text-align: center;
}

@media (max-width: 767px) {
	.center_text {
		text-align: left;
	}

	.center_text br {
		display: none;
	}
}

.common_txt_box p {
	margin-bottom: 15px;
}

.common_txt_box p u {
	text-decoration: underline;
	text-decoration-color: currentcolor;
	text-decoration-thickness: auto;
	text-decoration-thickness: 0.5em;
	text-decoration-color: #8adbae;
	text-underline-offset: -0.2em;
	text-decoration-skip-ink: none;
	font-weight: bold;
}

table.c_center,
table.c_center tr th,
table.c_center tr td {
	border: none !important;
	border-bottom: 5px solid #FFF !important;
}


table.c_center {
	margin-top: 25px;
	border-collapse: separate;
	border-spacing: 0 10px;
}

table.c_center tr th {
	background: #333;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
}

table.c_center tr td {
	background: #f2f3fd;

}
table.c_center tr td .note {
	font-size: 80%;
	line-height: 1;
}

@media (max-width: 767px) {

	table.c_center tr th,
	table.c_center tr td {
		display: block;
	}
}

.under_area .u_area_wrap .u_area_free.center_place {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 10px;
}

.under_area .u_area_wrap .u_area_free .free_2in1.center_comment {
	background: #daf1e4;
}

.under_area .u_area_wrap .u_area_free .free_2in1.center_comment {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 25px;
	margin-top: 15px;
	padding-bottom: 0px;
	border-radius: 12px;
}

.under_area .u_area_wrap .u_area_free .free_2in1.center_comment .image img {
	height: calc(100% - 20px);
	object-fit: cover;
	object-position: right;
}


@media (min-width: 768px) {

	.under_area .u_area_wrap .u_area_free .free_2in1.center_comment .image {
		width: calc(25% - 10px);
	}

	.under_area .u_area_wrap .u_area_free .free_2in1.center_comment .text {
		width: calc(75% - 10px);
	}
}

.center_contact_box {
	border: 3px double #5d62aa;
	display: table;
	margin: auto;
	padding: 2em 3em;
	background: #FFF;
	margin-top: 2em;
	border-radius: 8px;
}

.center_contact_box .head_txt {
	font-size: 20px;
	font-weight: bold;
	color: #5d62aa;
}

.center_contact_box .head_txt span {
	background: #5d62aa;
	color: #FFF;
	padding: 0.25em 0.5em;
	margin-right: 0.5em;
	letter-spacing: 0.05em;
}

.center_contact_box .center_tel {
	margin-top: 20px;
	font-size: 36px;
	font-weight: bold;
}

.center_contact_box .center_tel a {
	text-decoration: none;
	color: #333;
}

.center_contact_box .center_tel img {
	height: 30px;
	margin-right: 10px;
}

.center_contact_box .center_note {
	margin-top: 10px;
}

@media (max-width: 767px) {
	.center_contact_box {
		padding: 1em;
	}

	.center_contact_box .head_txt {
		text-align: center;
	}

	.center_contact_box .head_txt span {
		display: inline-block;
		margin-bottom: 10px;
	}

	.center_contact_box .center_tel {
		font-size: 9vw;
		text-align: center;
	}

	.center_contact_box .center_tel img {
		height: 22px;
	}

	.center_contact_box .center_note {
		font-size: 3.5vw;
		text-align: center;
	}

	.center_contact_box .center_tel {
		margin-top: 10px;
	}
}

.three_in_one,
.four_in_one {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.three_in_one.reverse,
.four_in_one.reverse {
	flex-direction: row-reverse;
}

.four_in_one>div {
	width: calc(100% / 4);
}

.three_in_one>div {
	width: calc(100% / 3);
}

.three_in_one>div img,
.four_in_one>div img {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	object-fit: cover;
	height: 200px;
}

@media (width <=768px) {

	.three_in_one>div,
	.four_in_one>div {
		width: 100%;
	}
}



/*****************************************
* 2023tvcm
******************************************/

body#top #title_message #consulfree {
	position: relative;
}

body#top #title_message #consulfree img.tvcm_baloon {
	position: absolute;
	height: 28px;
	top: -14px;
	right: 15px;
	animation: fuwafuwa 1.5s ease-in-out infinite alternate;
	transition: all 0.5s;
}

body#top #title_message #consulfree img.tvcm_baloon:hover {
	opacity: 0.6;
	transition: all 0.5s;
}

body#top #title_message #h2box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
}

body#top #title_message #consulfree {
	width: 520px;
	max-width: 100%;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

@keyframes fuwafuwa {
	0% {
		transform: translate(0, 0) rotate(0deg);
	}

	50% {
		transform: translate(0, -4px) rotate(0deg);
	}

	100% {
		transform: translate(0, 0) rotate(0deg);
	}
}

@keyframes fadeup {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}

	80% {
		opacity: 1;
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}




@media (max-width: 767px) {

	body#top #title_message #h2box {
		flex-direction: column;
		gap: 15px;
	}

	body#top #title_message #consulfree {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	body#top #title_message #consulfree img.tvcm_baloon {
		top: -17px;
	}

}

header #head .bt_request a:after {
	content: "";
	background: url(../images/mascot/mascot_detail_contact.svg);
	width: 40px;
	height: 70px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -24px;
	right: -9px;
}

.box_institution .button_box .bt_request a.add_list_btn:before {
	content: "";
	background: url(../images/mascot/mascot_area_listadd.svg);
	width: 60px;
	height: 93px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 24px;
}

.box_institution .button_box .bt_request a:not([class]):before {
	content: "";
	background: url(../images/mascot/mascot_area_contact.svg);
	width: 60px;
	height: 93px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 24px;
}

@media (max-width: 767px) {
	.box_institution .button_box .bt_request a {
		z-index: 0;
	}

	.box_institution .button_box .bt_request a.add_list_btn:before {
		bottom: 100%;
		left: 50%;
		transform: translateX(-50%);
		background-size: cover;
		width: 30px;
		height: 40px;
	}

	.box_institution .button_box .bt_request a:not([class]):before {
		bottom: 100%;
		left: 50%;
		transform: translateX(-50%);
		background-size: cover;
		width: 30px;
		height: 40px;
	}
}

.top_cta_request .box .link .left.tel,
.result_cta_request .box .link .left.tel {
	position: relative;
}

.top_cta_request .box .link .left.tel:before,
.result_cta_request .box .link .left.tel:before {
	content: "";
	background: url(../images/mascot/mascot_detail_contact.svg);
	width: 47px;
	height: 85px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	right: -23px;
}

@media (max-width: 767px) {

	.top_cta_request .box .link .left.tel:before,
	.result_cta_request .box .link .left.tel:before {
		right: -10px;
	}

}

body#under.detail .toggle_link {
	position: relative;
}

body#under.detail .toggle_link:before {
	content: "";
	background: url(../images/mascot/mascot_detail_plan.svg);
	width: 53px;
	height: 72px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 8px;
	left: -5px;
}




/**************************************
* モーダル表示
***************************************/


.top_modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0px;
	width: 100%;
	left: 0;
	z-index: 10;
}

.top_modal__bg {
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}

.top_modal__content {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	padding: 30px;
	border-radius: 20px;
	width: auto;
	display: table;
}

.youtube iframe {
	border-radius: 20px;
}

@media (max-width: 767px) {
	.youtube {}

	.youtube iframe {
		max-width: 100%;

	}

	.top_modal__content {
		margin-left: 10px;
		margin-right: 10px;
	}
}



@media (min-width: 768px) {

	body#under.other #nursing_info_contents figure.wp-block-gallery-is-layout-flex {
		display: flex;
	}

	body#under.other #nursing_info_contents figure.wp-block-gallery-is-layout-flex figure {
		flex: 1;
	}

	body#under.other #nursing_info_contents figure.wp-block-gallery-is-layout-flex figure img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}


}


body#under.other #nursing_info_contents figure.wp-block-image {
	margin-bottom: 3em;
}

body#under.other #nursing_info_contents .wp-block-image img {
	max-width: 100%;
}




/*  */
.top_qanda_wrap {
	margin-top: 30px;
}

.top_qanda_item {
	margin-bottom: 30px;
	border: solid 1px #5c63ab;
	border-radius: 5px;
	background-color: #f3f4f9;
	padding: 15px;
}

.top_qanda_item .faq_box {
	display: flex;
}

.top_qanda_item_q {
	margin-bottom: 5px;
}

.top_qanda_item_q .ttl {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #ff5959;
	width: 5%;
	flex-basis: 5%;
	display: block;
}

.top_voice_counselor .bg.voice .top_qanda_item_q .faq_box .text {
	width: 95%;
	flex-basis: 95%;
	padding: 0 10px;
	float: none;
	color: #5c63ab;
	font-weight: bold;
	font-size: 16px;
}

.top_qanda_item_a {
	display: flex;
}

.top_qanda_item_a .ttl {
	font-size: 20px;
	font-weight: bold;
	color: #1e90ff;
	width: 5%;
	flex-basis: 5%;
	display: block;
}

.top_voice_counselor .bg.voice .top_qanda_item_a .text {
	width: 95%;
	flex-basis: 95%;
	padding: 0 10px;
	float: none;
	line-height: 1.6;
}

/*  */
.sptab-area input {
	display: none;
}

.sptab-list-wrap {
	display: flex;
	list-style: none;
	overflow-x: scroll;
	width: 100%;
}

.sptab-list-wrap li {
	margin: 0 -0.5vw;
}

#sptab-btn1:checked~.sptab-list-wrap #sptab-list1,
#sptab-btn2:checked~.sptab-list-wrap #sptab-list2,
#sptab-btn3:checked~.sptab-list-wrap #sptab-list3,
#sptab-btn4:checked~.sptab-list-wrap #sptab-list4,
#sptab-btn5:checked~.sptab-list-wrap #sptab-list5 {
	font-weight: bold;
	color: #5d62aa;
	background: #efefe7;
	position: relative;
}

.sptab-list-wrap li label {
	white-space: nowrap;
	/* font-size: 12px; */
	font-size: 2.8vw;
	display: block;
	padding: 1vw 2vw;
	background: #fff;
	border-radius: 5px 5px 0 0;
	border: 1px solid #ccc;
	border-bottom: none;
	letter-spacing: -0.02em;
}

.sptab-content-wrap {
	background: #efefe7;
	padding: 2.5vw 2.5vw 7.5vw;
}

.sptab-content {
	display: none;
}

#sptab-btn1:checked~.sptab-content-wrap #sptab-content1,
#sptab-btn2:checked~.sptab-content-wrap #sptab-content2,
#sptab-btn3:checked~.sptab-content-wrap #sptab-content3,
#sptab-btn4:checked~.sptab-content-wrap #sptab-content4,
#sptab-btn5:checked~.sptab-content-wrap #sptab-content5 {
	display: block;
}

.sptab-content-wrap .link_title {
	font-weight: bold;
	border-bottom: 2px solid #5d62aa;
	margin: 1em auto;
	padding: 0 1em;
	width: fit-content;
}

.sptab-content-wrap .link_inner {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.sptab-content-wrap .link_inner .areabox .title {
	padding: 0.8vw 4vw;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.sptab-content-wrap .link_inner .areabox .title:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	width: 15px;
	height: 2px;
	background: #333;
}

.sptab-content-wrap .link_inner .areabox .title:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 19px;
	transform: translateY(-50%);
	transition: all .3s;
	width: 2px;
	height: 15px;
	background: #333;
}

.sptab-content-wrap .link_inner .areabox .title.open:after {
	top: 25%;
	transform: rotate(90deg);
	opacity: 0;
}

.sptab-content-wrap .link_inner .areabox ul {
	display: none;
}

.sptab-content-wrap .link_inner .areabox .title.open+ul {
	/*	display: block;*/
}

.sptab-content-wrap .link_inner .areabox ul li {
	list-style: none;
}

.sptab-content-wrap .link_inner .areabox ul li a,
.sptab-content-wrap .link_inner>div a {
	padding: 0.6vw 4vw;
	border-bottom: 1px solid #ccc;
	display: block;
	text-decoration: none;
	color: #333;
}

.sptab-content-wrap .link_inner .areabox ul li a {
	text-indent: 1em;
}

@media (min-width: 768px) {
	.sptab-area {
		display: none;
	}
}

.new_movie {
	background: #efefe7;
}

body#top .new_movie h3:before {
	content: url("");
}

.new_movie .top_movie {
	text-align: center;
}

.new_movie .top_movie_name {
	text-align: center;
}

@media screen and (max-width: 800px) {
	.new_movie {
		padding-top: 10px;
	}

	.new_movie .top_category {
		margin-bottom: 10px;
	}

	body#top .new_movie .top_category h3 {
		margin-top: 0;
		margin-bottom: 10px;
	}

	body#top .new_movie h3:before {
		content: url("../images/detail/icon_result_title1.png");
	}

	.new_movie .top_movie {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}

	.new_movie .top_movie iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

	.new_movie .top_nursing_info {
		margin-top: 10px;
	}
}

/* 関連記事 */
.related_article_wrap h2 {
	font-size: 24px;
	line-height: 36px;
	border-left: solid 4px #5c63ab;
	padding-left: 15px;
	margin-bottom: 30px;
}

.related_article_wrap .cate .item {
	font-size: 13px;
	line-height: 20px;
	border: solid 1px #c8c8c8;
	border-radius: 10px;
	text-align: center;
	background-color: #fff;
	float: right;
	margin: 0 5px 10px 0;
}

.related_article_wrap .cate .item a {
	display: block;
	padding: 0px 15px;
	border-radius: 10px;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

/* 記事の並び順*/
.manual_order_wrap {
	font-size: 13px;
}

.manual_order_wrap ul {
	margin: 0 0 0 auto;
	display: flex;
	width: fit-content;
	list-style: none;
}

.manual_order_wrap ul li {
	position: relative;
	margin: 0 1em;
}

.manual_order_wrap ul li:not(:last-child):after {
	content: "";
	position: absolute;
	top: 25%;
	right: -1em;
	display: block;
	width: 1px;
	height: 50%;
	background: #ccc;
}

.manual_order_wrap ul li a {
	text-decoration: none;
	color: #5d62aa;
}

.manual_order_wrap ul li a.current {
	font-weight: bold;
	color: #333;

}

/* 目次 TOC+ */
#toc_container {
	border: solid 1px #5c63ab;
	border-radius: 5px;
	margin-bottom: 30px;
}

#toc_container .toc_title {
	font-size: 18px;
	color: #fff;
	background-color: #5c63ab;
	border-radius: 5px 5px 0px 0px;
	padding: 10px;
	text-align: center;
}

#toc_container ul {
	padding: 10px 20px 0;
	margin: 0 0 20px 0;
}

body#under.other #nursing_info_contents #toc_container ul li {
	position: relative;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
	margin: 0;
	text-indent: 0;
}

body#under.other #nursing_info_contents #toc_container ul li::before {
	content: none;
}

#toc_container ul li .toc_depth_1 {
	position: absolute;
	counter-increment: num;
	content: counter(num);
	display: inline-block;
	background: #5c63ab;
	color: #fff;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	font-size: 16px;
	border-radius: 50%;
	left: 0;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	top: 10px;
}

#toc_container ul li .toc_depth_2,
#toc_container ul li .toc_depth_3,
#toc_container ul li .toc_depth_4,
#toc_container ul li .toc_depth_5,
#toc_container ul li .toc_depth_6 {
	display: none;
}

body#under.other #nursing_info_contents #toc_container ul ul {
	padding: 0;
	margin: 0;
}

body#under.other #nursing_info_contents #toc_container ul ul li {
	padding-left: 0px;
	margin-left: 1.2em;
	text-indent: -1.2em;
}

#toc_container ul ul li a {
	font-size: 90%;
	background: url("../images/common/icon_dott.png") 0% 50% / 8px 8px no-repeat;
	padding-left: 18px;
}

body#under.other #nursing_info_contents #toc_container ul ul ul li {
	text-indent: 0;
	margin-left: 15px;
}

#toc_container ul ul ul li a {
	font-size: 80%;
	background: url("") 0% 50% / 15px 15px no-repeat;
	padding-left: 0px;
}

/* aboutページ */
.about_mv {
	width: 100%;
	max-width: 1200px;
	margin-inline: auto;
}

.about_mv img {
	width: 100%;
	display: block;
}

.about_upper {
    color: #fff;
    background-size: auto auto;
    background-color: #6259aa;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, #7F76BF 3px, #7F76BF 6px);
    padding-top: 20px;
}

.about_catch {
    margin-bottom: 0.5em;
}

.about_catch p {
	font-size: min(4.2vw, 30px);
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	margin-top: 0.5em;
}

.about_catch .bgw {
	background: #fff;
	color: #6259aa;
	display: inline-block;
	/*margin: 0 0.3em;*/
	padding: 4px 10px 6px;
	vertical-align: middle;
	margin-bottom: 7px;
}

.about_catch .bgw img {
	height: 35px;
	display: block;
}

.about_upper .common_txt_box {
	padding: 0 15px;
}

.about_feature_wrap {
	padding: 0 15px 30px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.about_feature_card {
	background: #fff;
	border-radius: 10px;
	container-type: inline-size;
	position: relative;
}

.about_feature_card:nth-child(1) {
	z-index: 2;
}

.about_feature_card:nth-child(1):before,
.about_feature_card:nth-child(1):after {
	content: "";
	display: block;
	position: absolute;
	bottom: -22px;
	left: calc(50% - 5cqw);
	width: 10cqw;
	height: 1cqw;
	background: #fff;
	z-index: 2;
}

.about_feature_card:nth-child(1):before {
	transform: rotate(45deg);
}

.about_feature_card:nth-child(1):after {
	transform: rotate(-45deg);
}

.about_feature_card:nth-child(1) .about_feature_txt:before {
	content: "";
	display: block;
	position: absolute;
	bottom: calc(-20px - 8cqw - 2px);
	left: calc(50% - 8cqw - 2px);
	width: 16cqw;
	aspect-ratio: 1 / 1;
	background: #5c63ab;
	border-radius: 50%;
	border: 2px solid #fff;
}

.about_feature_img {
	width: 90%;
	margin: 5cqw auto;
}

.about_feature_img img {
	display: block;
	width: 100%;
	background: #ccc;
}

.about_feature_txt {
	color: #333;
}

.about_feature_sub {
	color: #5c63ab;
	font-size: min(4.4cqw, 16px);
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
}

.about_feature_title {
	font-weight: bold;
	text-align: center;
	font-size: min(5cqw, 22px);
}

.about_feature_desc {
	padding: 5cqw;
}

.about_feature_desc p {
	font-size: min(4.4cqw, 16px);
	line-height: 1.8;
	margin-bottom: 1em;
}

.about_feature_card.result {
	margin-top: 20px;
	margin-inline: -10px;
}

.about_feature_card.result:before {
	content: "";
	display: block;
	position: absolute;
	top: -40px;
	left: 25%;
	width: 50%;
	aspect-ratio: 8/ 1;
	clip-path: polygon(50% 100%, 66% 0, 84% 100%, 100% 0, 1% 0, 16% 100%, 33% 0);
	background: #fff;
}

.about_feature_card.result:after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 2px solid #898fcc;
	border-radius: 5px;
}

.about_feature_card.result .about_feature_sub {
	font-size: min(5cqw, 22px);
	margin-top: 15px;
}

.about_feature_card.result .about_feature_title {
	font-size: min(7cqw, 34px);
	width: fit-content;
	margin-inline: auto;
	position: relative;
	line-height: 1.6;
}

.about_feature_card.result .about_feature_title:before,
.about_feature_card.result .about_feature_title:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10%;
	width: 2px;
	height: 100%;
	background: #898fcc;
}

.about_feature_card.result .about_feature_title:before {
	left: -1em;
	transform: rotate(-15deg);
}

.about_feature_card.result .about_feature_title:after {
	right: -1em;
	transform: rotate(15deg);
}

.about_feature_card.result .about_feature_desc {
	padding: 8cqw;
}

.about_feature_card.result .about_feature_img:after,
.about_feature_card.result .about_feature_img:before {
	content: "";
	background-repeat: no-repeat;
	width: 15cqw;
	aspect-ratio: 1/2;
	display: block;
	position: absolute;
	bottom: -12cqw;
	z-index: 1;
}

.about_feature_card.result .about_feature_img:before {
	background-image: url("../images/about/mascot_suggestion_1.svg");
	left: -4%;
}

.about_feature_card.result .about_feature_img:after {
	background-image: url("../images/about/mascot_suggestion_2.svg");
	right: -4%;
}

@media (min-width: 768px) {
	.container-100.under_base.other.about_mv_wrap {
		padding: 0;
	}

	.about_feature_wrap {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 1000px;
		margin-inline: auto;
	}

	.about_feature_card {
		width: calc(50% - 20px);
	}

	.about_feature_card:nth-child(1):before,
	.about_feature_card:nth-child(1):after {
		right: calc(-20px - 5cqw);
		top: 50%;
		left: inherit;
		bottom: inherit;
	}

	.about_feature_card:nth-child(1) .about_feature_txt::before {
		right: calc(-20px - 8cqw - 2px);
		top: calc(50% - 8cqw);
		bottom: inherit;
		left: inherit;
	}

	.about_feature_card.result {
		display: flex;
		flex-direction: row-reverse;
		width: 98%;
		padding: 20px 30px;
		box-sizing: border-box;
		margin-top: 50px;
	}

	.about_feature_card.result::before {
		width: 30%;
		left: 35%;
		top: -50px;
	}

	.about_feature_card.result .about_feature_img {
		width: 40%;
	}

	.about_feature_card.result .about_feature_img::after,
	.about_feature_card.result .about_feature_img::before {
		width: 8cqw;
		bottom: -8cqw;
	}

	.about_feature_card.result .about_feature_txt {
		container-type: inline-size;
		width: 60%;
	}

	.about_feature_card.result .about_feature_desc {
		padding-bottom: 0;
	}
}

#contents_detail.about_contents {
	padding: 50px 15px 0;
	box-sizing: border-box;
}

.about_contents .footer_search {
	border-width: 2px;
	margin-bottom: 50px;
}

.about_contents .footer_search:last-child {
	margin-bottom: 0;
}

.about_fairness_box {
	padding: 30px 15px;
}

.about_fairness_box .text_head {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 1em;
}

.about_fairness_box .text p {
	margin-bottom: 1em;
}

.about_fairness_box .image {
	width: 90%;
	margin-inline: auto;
}

.about_fairness_box .image img {
	display: block;
	width: 100%;
}

@media (min-width: 768px) {
	.about_fairness_2in1 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.about_fairness_2in1 .text {
		width: calc(70% - 30px);
	}

	.about_fairness_2in1 .image {
		width: calc(30% - 30px);
	}

	.about_fairness_box .text_head {
		font-size: 22px;
	}
}

.full_width {
	margin-inline: calc(50% - 50vw);
	width: 100vw;
}

.about_comp {
	background: #f2efff;
	padding-block: 50px;
}

.about_comp .comp_title {
	color: #5c63ab;
	font-weight: bold;
	text-align: center;
	font-size: min(4.5vw, 26px);
	line-height: 1.8;
}

.about_comp .comp_desc {
	padding: 30px 15px;
	text-align: center;
}

.about_comp .comp_table table {
	width: 100%;
	max-width: 920px;
	margin: auto;
	box-sizing: border-box;
}

.about_comp .comp_table table * {
	box-sizing: border-box;
}

.about_comp .comp_table table th {
	width: 20%;
	color: #fff;
	position: relative;
	z-index: 1;
	white-space: nowrap;
	margin-right: auto;
	container-type: inline-size;
}

.about_comp .comp_table table th>div {
	font-size: 12cqw;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #444;
	height: 100%;
	line-height: 1.6;
}

.about_comp .comp_table table td {
	width: 34%;
	background-color: #fff;
	text-align: center;
	margin-right: auto;
	box-shadow: 5px 0px 5px -6px rgb(0 0 0 / 20%), -5px 0px 5px -6px rgb(0 0 0 / 20%);
}

.about_comp .comp_table table thead th {
	background-color: transparent;
}

.about_comp .comp_table table tr {
	display: flex;
}

.about_comp .comp_table table thead tr {
	align-items: flex-end;
}

.about_comp .comp_table table thead tr>td {
	font-size: 23px;
	color: #fff;
	font-weight: bold;
	padding: 30px 15px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	line-height: 1.6;
	;
}

.about_comp .comp_table table thead tr>td img {
	display: block;
	width: 85%;
	margin-inline: auto;
	margin-block: 10px;
}

.about_comp .comp_table table thead tr>td span {
	position: relative;
	font-size: 70%;
	display: block;
	width: fit-content;
	margin: auto;
	padding: 0 0.5em;
	margin-bottom: 10px;
}

.about_comp .comp_table table thead tr>td span::before,
.about_comp .comp_table table thead tr>td span::after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #fff;
}

.about_comp .comp_table table thead tr>td span::before {
	left: 0;
	transform: rotate(-15deg);
}

.about_comp .comp_table table thead tr>td span::after {
	right: 0;
	transform: rotate(15deg);
}

.about_comp .comp_table table thead tr>td:nth-child(2) {
	background-color: #5d62aa;
}

.about_comp .comp_table table thead tr>td:nth-child(3) {
	background-color: #888888;
}

.about_comp .comp_table table tbody tr {
	position: relative;
	z-index: 1;
}

.about_comp .comp_table table tbody tr::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	width: 96%;
	height: calc(100% - 40px);
	background-color: #f7f7f7;
	opacity: 0.8;
	z-index: 0;
}

.about_comp .comp_table table tbody tr>* {
	padding: 20px 0;
}

.about_comp .comp_table table tbody tr>*>div.inner {
	padding: 20px 0;
}

.about_comp .comp_table table tbody tr>td>div {
	position: relative;
	z-index: 2;
}

.about_comp .comp_table table tbody tr>td>div>div.icon {
	font-size: min(60px, 5.8vw);
	line-height: 1;
}

.about_comp .comp_table table tbody tr>td>div.circle>div.icon {
	color: #3cb371;
}

.about_comp .comp_table table tbody tr>td>div>div.text {
	margin-top: 15px;
	line-height: 1.6;
	font-weight: bold;
}

.about_comp .comp_table table tbody tr>td>div>div.text.small {
	font-size: 86%;
	font-weight: inherit;
}

@media screen and (max-width: 800px) {
	.about_comp .comp_desc {
		text-align: left;
	}

	.about_comp .comp_table table th {
		font-size: 3vw;
	}

	.about_comp .comp_table table th {
		width: 22%;
	}

	.about_comp .comp_table table td {
		width: 36%;
	}

	.about_comp .comp_table table thead tr>td span {
		font-size: 2.5vw;
		margin-bottom: 5px;
	}

	.about_comp .comp_table table thead tr>td {
		font-size: 3.5vw;
		padding: 5px 0;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}

	.about_comp .comp_table table tbody tr>td>div>div.text {
		font-size: 3vw;
	}

	.about_comp .comp_table table tbody tr>td>div>div.text.small {
		font-size: 2.5vw;
	}

	.about_comp .comp_table table tbody tr>td>div>div.text br {
		display: none;
	}

	.about_comp .comp_table table tbody tr>td>div>div.icon {
		font-size: min(90px, 10vw);
	}

	.about_comp .comp_table table tbody tr::before {
		width: 98%;
	}

	.about_catch .bgw {
		margin-top: 5px;
	}

	.about_fairness_box .text_head {
		font-size: 3.9vw;
		text-align: center;
		color: #5c63ab;
	}
	.about_fairness_box .text_head span{
		font-size: 6vw;
		color: #000;
	}
}

.about_voice_wrap {
	padding: 30px 15px;
}

.about_voice_item {
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
}

.about_voice_title {
	font-weight: bold;
	position: relative;
	padding-left: 1em;
	line-height: 1.5;
	;
}

.about_voice_title:before {
	content: "";
	display: block;
	width: 5px;
	height: 1.5em;
	background: #898fcc;
	position: absolute;
	top: 0;
	left: 0;
}

.about_voice_info {
	display: flex;
	gap: 0.5em;
	padding-left: 1em;
	margin-bottom: 1em;
}

.about_voice_info>div:not(:last-child):after {
	content: "/";
	margin-left: 0.5em;
}

.about_voice_2in1 {}

.about_voice_2in1 .text {
	flex-basis: 70%;
	padding-inline: 10px;
	font-size: 14px;
	line-height: 1.8;
}

.about_voice_2in1 .text p {
	margin-bottom: 1em;
}

.about_voice_2in1 .img {
	flex-basis: 30%;
	max-width: 80%;
	margin-inline: auto;
}

.about_voice_2in1 .img img {
	display: block;
	width: 100%;
}

@media (min-width: 768px) {
	.about_voice_item {
		margin-bottom: 30px;
	}

	.about_voice_2in1 {
		display: flex;
	}

	.about_voice_title {
		font-size: 18px;
	}
}

.about_present_wrap {
	padding: 30px 15px;
}

.about_present_txt p {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 1em;
}

.about_present_item {
	margin-block: 30px;
}

.about_present_title {
	font-weight: bold;
	text-align: center;
}

.about_present_img {
	width: 100%;
	margin-inline: auto;
	border-radius: 15px;
	overflow: hidden;
}

.about_present_img.bg {
	background-image: url("../images/celebration/celebration_head_bg.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	aspect-ratio: 3/2;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	overflow: hidden;
}

.about_present_img img {
	display: block;
	width: 100%;
}

.about_present_img.bg img {
	width: 110%;
	height: 110%;
	object-fit: contain;
	margin-block: auto;
	margin-inline: -5%;
	object-position: center center;
}

@media (min-width: 768px) {
	.about_present_box {
		display: flex;
		justify-content: space-around;
	}

	.about_present_txt p {
		text-align: center;
		;
	}

	.about_present_item {
		width: calc(50% - 20px);
	}

	.about_present_img {
		width: 95%;
	}
}

.about_movie {
	background-color: #fff;
	padding-block: 50px;
	margin-bottom: 50px;
}

.about_movie h2 {
	color: #5c63ab;
	font-weight: bold;
	text-align: center;
	font-size: min(4.5vw, 26px);
	line-height: 1.8;
}

.about_movie_txt {
	margin-bottom: 1em;
	font-size: 12px;
	text-align: center;
}

.about_youtube {
	border-radius: 15px;
	overflow: hidden;
	max-width: 800px;
	margin-inline: auto;
}

.about_youtube iframe {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

.about_committed_wrap {
	padding: 30px 15px;
}

.about_committed_txt {
	margin-bottom: 30px;
}

.about_committed_txt p {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 1em;
}

.about_committed_box {}

.about_committed_box .item {
	display: flex;
	margin-bottom: 30px;
}

.about_committed_box .item .img {
	width: 30%;
	margin-right: 5%;
}

.about_committed_box .item .img img {
	display: block;
	width: 100%;
}

.about_committed_box .item .text {
	width: 65%;
	line-height: 1.6;
	font-size: 14px;
}

@media (min-width: 768px) {
	.about_committed_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.about_committed_txt {
		text-align: center;
	}

	.about_committed_box .item {
		width: calc(50% - 10px);
	}

	.about_committed_box .item .img {
		margin-right: 0%;
	}
}

.about_upper .common_txt_box.lb_text p {
	font-weight: bold;
	font-size: 130%;
	line-height: 1.7;
}

@media (max-width: 767px) {
	.about_upper .common_txt_box.lb_text p {
		font-size: 103%;
	}
}

/* 施設詳細スライダー */
.facility_detail .slick-slide {
	position: relative;
}

.facility_detail .slide_caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background: #5c63ab;
	display: block;
	margin: 0 !important;
	color: #fff !important;
	font-size: 80%;
	overflow: hidden;
	text-align: center;
	font-weight: normal !important;
	opacity: 0.8;
}
.institution_content  .slick-arrow,
.facility_detail .slick-arrow {
	width: 30px;
	height: 30px;
	background: #5c63ab;
	position: absolute;
	top: calc(50% - 15px);
	z-index: 99;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0.8;
}
.institution_content  .slick-arrow:before,
.institution_content  .slick-arrow:after,
.facility_detail .slick-arrow:before,
.facility_detail .slick-arrow:after {
	content: "";
	width: 1px;
	height: 10px;
	display: block;
	background: #fff;
	position: absolute;
	right: 50%;
}

.institution_content  .slick-arrow:before,
.facility_detail .slick-arrow:before {
	top: 50%;
	transform: rotate(-30deg);
}

.institution_content  .slick-arrow:after,
.facility_detail .slick-arrow:after {
	bottom: 50%;
	transform: rotate(30deg);
}

.institution_content .prev_btn.slick-arrow,
.facility_detail .prev_btn.slick-arrow {
	left: 5px;
}

.institution_content .next_btn.slick-arrow,
.facility_detail .next_btn.slick-arrow {
	right: 5px;
	transform: rotate(180deg);
}

.facility_detail .thumnail .slick-track {
	/* transform: unset !important;
	width: 100% !important;
	display: flex;
	flex-flow: row wrap;
	gap: 3px 0; */
}

.facility_detail .thumnail .slick-slide:nth-child(4n) {
	/* margin: 0 !important; */
}

.facility_detail .thumnail .slick-slide.slick-cloned {
	display: none;
}

.recommend_box {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;

}

.recommend_box img {
	max-width: 100%;
}

@media (min-width: 768px) {
	.recommend_box {
		display: flex;
		flex-direction: row-reverse;
	}

	.recommend_box_left {
		width: 40%;
	}

	.recommend_box_right {
		width: 60%;
	}

	.recommend_box_right:only-child {
		width: 100%;
	}
}
/* エリア×種別のアイキャッチ画像 */
.eyecatch_area_wrap {
    position: relative;
    container-type: inline-size;
    background-size: auto auto;
    background-color: #d7eeff;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, #d7eeff 3px, #cadee7 6px);
    padding: 30px 20px 40px;
    display: flex;
    flex-direction: row-reverse;
    border-radius: 12px;
    border: 3px solid #529ec1;
    margin: 2em auto 1em;
    overflow: hidden;
	max-width: 1200px;
	box-sizing: border-box;
}
.eyecatch_area_wrap:before {
    content: "";
    background: url(../images/mascot/bg_areaxtype_boxbg.svg);
    position: absolute;
    height: 60px;
    width: 100%;
    left: 0;
    background-repeat: repeat-x;
    bottom: 0;
    z-index: 0;
	filter: drop-shadow(1px 1px rgba(0, 0, 0, 0.2));
}

.eyecatch_area_img {
    width: 35%;
	position: relative;
    /* aspect-ratio: 4 / 1; */
}
.eyecatch_area_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    /* aspect-ratio: 2 / 1; */
	aspect-ratio: 5 / 3;
}
.eyecatch_area_txt {
    position: relative;
    /* top: 15%; */
    /* left: 5%; */
    color: #5c63ab;
    font-weight: bold;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
    font-weight: bold;
    width: 85%;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 40px;
}
.eyecatch_area_txt .area {
	display: block;
	font-size: 2.75cqi;
	line-height: 1.4;
	color: #333;
}
.eyecatch_area_txt .ftype {
    display: block;
    font-size: 3.25cqi;
    line-height: 1.4;
    color: #2590c3;
    position: relative;
    display: table;
    margin: auto;
}
.eyecatch_area_txt .ftype br {
	display: none;
}
.eyecatch_area_txt .ftype:before {
    content: "";
    background: url(../images/mascot/msc_areaxtype_left.webp);
    width: 60px;
    height: 93px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -15px;
    left: -70px;
}
.eyecatch_area_txt .ftype:after {
    content: "";
    background: url(../images/mascot/msc_areaxtype_right.webp);
    width: 60px;
    height: 93px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
	bottom: -15px;
    right:-70px;

}
@media (max-width: 767px) {

	.eyecatch_area_wrap {
		flex-direction: column;
		padding: 0;
		margin: 0 calc(((100vw - 100%) / 2)* -1) 1em;
		border: none;
		border-radius: 0;
		flex-direction: row-reverse;
		position: relative;
		padding: 20px 0 35px;
		overflow: visible;
	}
	.eyecatch_area_wrap > div{
		/* width:100%; */
	}
	.eyecatch_area_img {
		width: 45%;
	}
	.eyecatch_area_img img {
		border-radius: 0;
		position: absolute;
		/* width: 55%; */
		width: calc(100% - 15px);
		height: auto;
		right: 15px;
		top: 20px;
		border-radius: 10px;
		aspect-ratio: auto;
	}
	
	.eyecatch_area_txt .area {
		font-size: 4.25cqi;
	}
	.eyecatch_area_txt .ftype {
		font-size: 6.75cqi;
		width: 8em;
		position: static;
		/* display: block; */
		display: inline-block;
		min-height: 2.8em;
	}
	.eyecatch_area_txt .ftype br {
		display: inherit;
	}

	.eyecatch_area_txt .ftype:first-line{
		letter-spacing: 1px;;
	}

	.eyecatch_area_txt {
		margin-top: 0px;
		margin-bottom: 35px;
		position: static;
		margin-left: 20px;
		text-align: left;
		z-index: 1;
		width: 55%;
	}
	.eyecatch_area_txt .ftype:before {
		width: 44px;
		height: 69px;
		bottom: 4px;
		left: 160px;
	}
	.eyecatch_area_txt .ftype:after {
		width: 54px;
		height: 68px;
		bottom: 5px;
		right: 0;
	}
}


@media screen and (min-width: 801px) {
	.result_cta_request .img {
		left: 20px;
	}
	.result_cta_request .box {
		margin-left: 150px;
	}
	.result_cta_request .box .link {
		display: grid;
		grid-template-columns: 440px 1fr;
		row-gap: 10px;
		column-gap: 20px;
		padding: 10px;
	}
	.result_cta_request .box .link .left {
		display: contents;
	}
	.result_cta_request .box .link .left > img {
		display: none;
	}
	.result_cta_request .box .link .bt_tel {
		display: block;
		grid-area: 2 / 2 / 3 / 3;
	}
	.result_cta_request .box .link .bt {
		grid-area: 1 / 2 / 2 / 3;
		margin: 0;
		height: 100%;
		display: grid;
	}
	.result_cta_request .box .link .left form {
		grid-area: 1 / 1 / 3 / 2;
		height: 100%;
	}
	.result_cta_request .box .link .left.tel::before {
		bottom: 10px;
		right: 15px;
	}
	.result_cta_request .box .link .bt_tel a {
		font-size: 26px;
		font-weight: bold;
		color: #5c63ab;
		display: block;
		background-color: #fff;
		border-radius: 10px;
		padding: 5px;
		text-align: center;
		text-decoration: none;
		border: solid 1px #5c63ab;
	}
	.result_cta_request .box .link .bt_tel a::before {
		content: url("/yaya/assets/images/common/icon_tel.png");
		position: relative;
		top: 5px;
		right: 5px;
	}
	.result_cta_request .box .link .bt_tel .time {
		font-size: 12px;
		color: #333;
		display: block;
		line-height: 1.5;
	}
	.result_cta_request .box .link .bt a {
		padding: 10px;
	}
	.result_cta_request .box .link form .bt a .txt {
		font-size: 26px;
		flex-basis: 55%;
		width: 55%;
	}
	.result_cta_request .box .link form .bt a img {
		flex-basis: 45%;
		width: 45%;
	}
}


body#under.other h1.form_title {

}
@media screen and (max-width: 800px) {
	body#under.other h1.fotm_title {
	  font-size: min(24px, 6vw);
	  line-height: 1;
	  padding: 30px 0 10px ;
	}
}

#first_step p.first_step_text {
	line-height: 1.6;
	margin-bottom: 1em;
	@media screen and (max-width: 800px) {
		font-size: 80%;
	}
}
body#under.other.form #first_step h2 {
	margin-bottom: 0;
}

.kind_box .text {
}
.kind_box .text .title {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 0.5em;
	@media screen and (max-width: 800px) {
		font-size: 16px;
		margin-bottom: 0.1em;
	}
}
.kind_box .text .sub {
	@media screen and (max-width: 800px) {
		font-size: 80%;
	}
}
.kind_box .checkbox_wrap input[type="checkbox"] {
    display: none;
}
.kind_box .checkbox_wrap ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.kind_box .checkbox_wrap ul li {
	list-style-type: none;
	width: calc(50% - 10px);
	position: relative;
	font-size: 120%;
	@media screen and (max-width: 800px) {
		font-size: 16px;
	}
}
.kind_box .checkbox_wrap ul li:has( input[type="checkbox"]:checked ):after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
	pointer-events: none;	
}
.kind_box .checkbox_wrap ul li input[type="checkbox"]:checked + label {
	position: relative;
}
.kind_box .checkbox_wrap ul li input[type="checkbox"]:checked + label:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 50px;
	height: 50px;
	border: 5px solid #3cb371;
	z-index: 2;
	pointer-events: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	@media screen and (max-width: 800px) {
		width: 30px;
		height: 30px;
		border-width: 3px;
	}
}

.kind_box .checkbox_wrap ul li input[type="checkbox"]:checked + label span:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	width: 30px;
	height: 20px;
	border-bottom: 5px solid #3cb371;
	z-index: 2;
	pointer-events: none;
	border-left: 5px solid #3cb371;
	transform: rotate(-45deg);
	@media screen and (max-width: 800px) {
		top: 18px;
      	left: 16px;
	  	width: 10px;
		height: 5px;
		border-width: 3px;
	}
}
.kind_box .checkbox_wrap ul li:last-child input[type="checkbox"]:checked + label:before {
	top: -20px;
	left: -30px;
}
.kind_box .checkbox_wrap ul li:last-child input[type="checkbox"]:checked + label span:after {
	top: -10px;
	left: -20px;
	@media screen and (max-width: 800px) {
		top: -8px;
		left: -18px;
	}
}
.kind_box .checkbox_wrap ul li:last-child {
	width: auto;
	margin-block: 2em;
	margin-inline: auto;
}
.kind_box .checkbox_wrap ul li label[for="kinds_1"] img,
.kind_box .checkbox_wrap ul li label[for="kinds_2"] img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 8/5;
	object-fit: cover;
	object-position: center;
}
.kind_box .checkbox_wrap ul li label[for="kinds_1"] span,
.kind_box .checkbox_wrap ul li label[for="kinds_2"] span {
	background: #3cb371;
	display: block;
	color: #fff;
	text-align: center;
	padding: 0.2em;
}
.kind_box .checkbox_wrap ul li label[for="kinds_1"] {
}
.kind_box .checkbox_wrap ul li label[for="kinds_2"] {
}

.kind_box .checkbox_wrap ul li label[for="kinds_3"] {
	display: block;
	padding: 0.5em 2.5em;
	color: #3cb371;
	cursor: pointer;
	text-align: center;
	border: 2px solid;
	transition: 0.3s;
	font-weight: bold;
	width: fit-content;
	margin-inline: auto;
	@media screen and (max-width: 800px) {
		padding: 0.3em 2em;
		border-width: 1px;
	}
}
