@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	box-sizing: border-box;
	word-break:break-all;
	overflow-wrap : break-word;
}
body {
	font-size: 16px;
	line-height: 1.6;
	font-feature-settings: "palt";
	color: #333333;
	position: relative;
}
textarea::placeholder, 
input::placeholder {
	color:#C8C8C8;
}

a {
	transition: background-color 300ms 0s ease, color 300ms 0s ease;
}

.lh12 {line-height: 1.2;}
br.sp {display: none;}
@media screen and (max-width: 767px) {
	br.sp {display: block;}
}

@font-face {
  font-family: 'ForkAwesome';
  src: url('../vendor/Fork-Awesome-1.1.7/fonts/forkawesome-webfont.eot?v=1.1.7');
  src: url('../vendor/Fork-Awesome-1.1.7/fonts/forkawesome-webfont.eot?#iefix&v=1.1.7') format('embedded-opentype'), url('../vendor/Fork-Awesome-1.1.7/fonts/forkawesome-webfont.woff2?v=1.1.7') format('woff2'), url('../vendor/Fork-Awesome-1.1.7/fonts/forkawesome-webfont.woff?v=1.1.7') format('woff'), url('../vendor/Fork-Awesome-1.1.7/fonts/forkawesome-webfont.ttf?v=1.1.7') format('truetype'), url('../vendor/Fork-Awesome-1.1.7/fonts/forkawesome-webfont.svg?v=1.1.7#forkawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* メインのコンテンツ幅 */
.mw {
	width: 1040px;
	padding: 0 20px;
	margin: auto;
}
@media screen and (max-width: 1060px) {
	.mw {
		width: 100%;
		max-width: 100%;
		padding: 0 2vw;
		margin: auto;
		overflow: hidden;
	}
}


/* 共通見出しデザイン */
.head2::before {
	content: '';
	border-left: solid 5px #ff9ed1;
	margin-right: 15px;
}


/* 共通で使うフォントの処理 */
.red { color: #DB0003; }
.err-text .red { font-size: 14px; }
.err-text p.red:first-child { padding-top: 5px; }
.err-text .red::before { content: '※'; }

input[type="password"], 
input[type="text"],
textarea, 
select {
	font-size: 16px;
	padding: 5px 10px;
	background-color: #ffffff;
	max-width: 100%;

	border: solid 1px #9d9d9d;
}
input[type=text]:disabled,
input[type=password]:disabled {
	background-color: #ebebe4;
}


select {
    padding: 3px 5px 7px 5px;
}
textarea {
	width: 100%;
	vertical-align: text-top;
}
/* 入力文字数による想定幅(数字入力) */
.iw3n{ width: 32px; }
.iw4n{ width: 45px; }
.iw5n{ width: 52px; }


.spbr {
	display: none;
}
@media screen and (max-width: 760px) {
	.spbr {
		display: inline;
	}
}

/* コンテンツ共通 */
main {
	display: block;
	padding-bottom: 100px;
	font-size: 16px;
	min-height: 800px;
}
@media screen and (max-width: 760px) {
	main {
		min-height: 120vw;
	}
}
/* フリーワード検索 */
.search_box {
	margin-bottom: 50px;
	margin-top: 50px;
}
.search_box form{
	display: block;
	margin: auto;
	width: 520px;
	display: flex;
	align-items: center;
}
.search_box form input {
	height: 48px;
	width: 460px;
	margin-right: 10px;
	-webkit-appearance: none;
}
.search_box form button {
	height: 48px;
	width: 48px;
	background-image: url(../img/global/bg_1.png);
	border: none;
	cursor: pointer;
}
.search_box form button::after {
	content: '';
	height: 48px;
	width: 48px;
	display: block;
	background-image: url(../img/global/icon_search.png);
	background-size: cover;
	background-repeat: no-repeat;
	border: none;
}
@media screen and (max-width: 760px) {
	.search_box {
		margin-bottom: 9vw;
		padding: 2vw;
	}
	.search_box form{
		max-width: 100%;
		width: 100%;
		overflow: hidden;
	}
	.search_box form input {
		max-width: 100%;
		width: 100%;
		height: 10vw;
		border-radius: 0;
	}
	.search_box form button {
		min-width: 10vw;
		height: 10vw;
		width: 10vw;
		background-position: center center;
	}
	.search_box form button::after {
		width: 10vw;
		height: 10vw;
	}
}



/* ------------------------------------------------------------ */
/* ヘッダー */
/* ------------------------------------------------------------ */
header {
	border-top: solid 6px #ff9ed1;
	margin-bottom: 10px;
}
header .haed {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 68px;
}
header .haed .logo {
	display: flex;
	align-items: center;
}
header .haed .logo h1 {
	margin-right: 15px;
}
header .haed .logo p {
	font-size: 14px;
	line-height: 1.4;
}
header .haed .logo p strong {
	font-weight: bold;
}
header .haed ul {
	list-style: none;
	display: flex;
	align-items: center;
}
header .haed ul li {
	margin-left: 25px;
}
header .haed .head_user_link a,
header .haed .head_user_link .login_img {
	text-decoration: none;
	display: block;
	color: #333333;
}
header .haed .head_user_link a.icon_1,
header .haed .head_user_link a.icon_2,
header .haed .head_user_link .login_img {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-left:30px;
}
header .haed .head_user_link a.icon_1 {
	background-image: url(../img/global/h_icon_1.png);
}
header .haed .head_user_link a.icon_2 {
	background-image: url(../img/global/h_icon_2.png);	
}

header .haed .head_user_link a.login_img {
	background-image: url(../img/global/login_icon.png);
}
header .haed .head_user_link a.icon_2.logout_img {
	background-image: url(../img/global/logout.svg);	
}

header .haed .head_user_link .login_now {
	background-image: url(../img/global/login_icon.png);
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-left: 30px;
}
header .haed .head_user_link .login_now a span,
header .haed .head_user_link .login_now .login_img span {
	display: inline-block;
	border-bottom: dotted 2px #AAAAAA;
	color: #333333;
	padding: 0 0 3px 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
}

header .haed .head_user_link a span,
header .haed .head_user_link .login_img span {
	display: inline-block;
	border-bottom: dotted 2px #AAAAAA;
	color: #333333;
	padding:0 0 3px 0 ;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
}
header .haed .sp_menu {
	display: none;
}
.sp_global_nav_body .nav_box .logout {
	font-size: 3.4vw;
	padding: 4vw 3vw;
	color: #333;
	border: solid 1px #dddddd;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	line-height: 1;
}
.sp_global_nav_body .nav_box .logout::before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 21px;
	background: url(/assets/img/hospital_admin/acount_rock.png) no-repeat;
	background-size: contain;
	margin-right: 6px;
}
.sp_global_nav_body .nav_box .member_logout {
	padding: 0% 3%;
	display: block;
}
@media screen and (max-width: 810px) {
	header .haed .head_user_link .icon_2.logout_img {
		display: none;
	}
}

@media screen and (max-width: 760px) {
	.head_user_link .sp_none {
		display: none;
	}
	main {
		margin-top: 20.6vw;
	    padding-bottom: 5vw;
	}
	header {
		border-top: solid 6vw #ff9ed1;
		margin-bottom: 0vw;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background-color: #FFFFFF;
		z-index: 220;
	    box-shadow: 0 0 6px 0px #DDDDDD;
	}
	header .haed {
		height: 14vw;
	}
	header .haed .logo {
		display: flex;
		align-items: center;
	}
	header .haed .logo h1 {
		margin-right: 0;
	}
	header .haed .logo img {
		width: 33vw;
		display: block;
	}
	header .haed .logo p {
		font-size: 3.4vw;
		padding: 0.5vw 1vw;
		color: #FFFFFF;
		line-height: 1.4;
		position: fixed;
		left: 0;
		top: 0;
	}
	header .haed .logo p br {
		display: none;
	}
	header .haed .head_user_link a span {
		padding: 0 0 1vw 0;
		font-size: 2.5vw;
	}
	header .haed ul li {
	    margin-left: 2vw;
	}
	header .haed ul li:first-child {
		margin-left: 0;
	}
	header .haed .sp_menu {
		display: block;
		background-image: url(../img/global/open.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 10vw;
		height: 9vw;
		cursor: pointer;
		margin-left: 4vw;
	}
	header .haed .head_user_link a.icon_1, 
	header .haed .head_user_link a.icon_2 {
		padding-left: 5.2vw;
		height: 6vw;
		display: flex;
		align-items: center;
	}
}
@media screen and (max-width: 375px) {
	header .haed .head_user_link .login_img {
		padding-left: 7vw;
	}
	header .haed .head_user_link .login_img span {
		font-size: 3.4vw;
	}
}





/* ------------------------------------------------------------ */
/* パンくずリスト */
/* ------------------------------------------------------------ */
.breadcrumb_area {
    /* background-color: #f4f4f4; */
    border-bottom: solid 1px #f1f1f1;
    overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.breadcrumb {
	display: flex;
	list-style: none;
	white-space: nowrap;
	color: #5a5a5a;
	text-shadow: 1px 1px #ffffff;
}
.breadcrumb li {
	padding: 10px 0;
	line-height: 1;
	font-size: 12px;
	display: flex;
	align-items: center;
}
.breadcrumb li:last-of-type {
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	margin-top: 2px;
}
.breadcrumb li:not(:last-of-type)::after {
	content: '\f105';
	padding: 0 10px 0 10px;
	font-family: 'ForkAwesome';
	font-size: 120%;
	vertical-align: top;
}
.breadcrumb li:first-child a::before {
	content: '\f015';
	font-family: 'ForkAwesome';
	font-size: 120%;
}
.breadcrumb li a {
	text-decoration: none;
	color: #333333;
}
.breadcrumb li a:hover {
	color: #fd5fa1;
}
@media screen and (max-width: 760px) {
	.breadcrumb_area .mw{
	    overflow-x: auto;
	}
	.breadcrumb_area {
		margin-bottom: 4vw;
	}
	.breadcrumb li > a, 
	.breadcrumb li > span {
		max-width: inherit;
		overflow: visible;
	}
}

/* ------------------------------------------------------------ */
/* 下層のビジュアル表示 */
/* ------------------------------------------------------------ */
.under_visual {
	height: 260px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.under_visual > div {
	color: #FFFFFF;
	text-align: left;
	text-shadow: 1px 1px 0px #949494;
}
.under_visual > div span {
	font-size: 14px;
	line-height: 1;
	font-weight: normal;
    letter-spacing: 2px;
	margin-bottom: 20px;
	display: block;
}
.under_visual > div h1 {
    line-height: 1;
    letter-spacing: 4px;
    font-size: 36px;
    font-weight: normal;
	margin-bottom: 10px;
	margin-top: 15px;
    font-family: "Sawarabi Gothic";
}
.under_visual > div p {
	font-size: 18px;
    font-family: "Sawarabi Gothic";
}

/* ------------------------------------------------------------ */
/* グローバルナビゲーション */
/* ------------------------------------------------------------ */
.global_nav {
	background-color: #f4f4f4;
}
.global_nav_link {
	list-style: none;
	display: flex;
	align-items: center;
	padding: 10px 20px;
}
.global_nav_link li{
	width: 100%;
	flex-grow: auto;
	border-right: solid 2px #FFFFFF;
	text-align: center;
}
.global_nav_link li:first-child {
	text-align: left;
}
.global_nav_link li:last-child {
	border-right: none;
	text-align: right;
}
.global_nav_link li a{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: inherit;
	padding: 15px 0;
	font-size: 18px;
}
.global_nav_link li a span{
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.global_nav_link li a span::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.global_nav_link li a.active span::after,
.global_nav_link li a:hover span::after {
  transform: scale(1, 1);
}

.global_nav_link li.nav_1 { width: 9.3%;  color: #ee4b60; }
.global_nav_link li.nav_2 { width: 11.1%; color: #2babc4; }
.global_nav_link li.nav_3 { width: 18%;   color: #2cb534; }
.global_nav_link li.nav_4 { width: 13.1%; color: #f1962b; }
.global_nav_link li.nav_5 { width: 24.6%; color: #3c75f6; }
.global_nav_link li.nav_6 { width: 14.5%; color: #f284da; }
.global_nav_link li.nav_7 { width: 9.4%;  color: #b45ade; }

.global_nav_link li.nav_1 a span::after { background: #ee4b60; }
.global_nav_link li.nav_2 a span::after { background: #2babc4; }
.global_nav_link li.nav_3 a span::after { background: #2cb534; }
.global_nav_link li.nav_4 a span::after { background: #f1962b; }
.global_nav_link li.nav_5 a span::after { background: #3c75f6; }
.global_nav_link li.nav_6 a span::after { background: #f284da; }
.global_nav_link li.nav_7 a span::after { background: #b45ade; }

.sp_global_nav {
	display: none;
}
.close_sp_menu {
	display: none;
}
.search_info_case {
	color: #888888;
	background-color: #fffbe8;
	display: flex;
	align-items: center;
	line-height: 1.1;
    border-bottom: solid 1px #f1f1f1;
	margin-bottom: 30px;
}
.search_info_inner {
	padding-top: 14px;
	padding-bottom: 20px;
}
.search_info_inner .all_case {
	font-size: 24px;
	font-weight: bold;
	color: #ff9fd1;
}
@media screen and (max-width: 1020px) {
	.global_nav_link li a{
		font-size: 1.6vw;
	}
}

@media screen and (max-width: 760px) {
	.global_nav {
		margin-bottom: 0;
	}
	.global_nav_link {
		display: none;
		margin-bottom: 0px;
	}
	
	/* スマホメニュー */
	.sp_global_nav {
		display: block;
		position: fixed;
		right: -100vw;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 10000;
		transition: all 300ms 0s ease;
	}
	body.open .sp_global_nav {
		right: 0vw;
	}
	.sp_global_nav_body {
		position: relative;
		height: 100vh;
		overflow: scroll;
	}
	body.open .sp_global_nav_body {
		transition: all 300ms 300ms ease;
		background-color: rgba(0, 0, 0, 0.7);
	}
	.sp_global_nav ul {
		list-style: none;
	}
	.sp_global_nav .main_nav_link,
	.sp_global_nav .nav_link_v2 {
		width: 80vw;
		margin-left: auto;
		background-color: #FFFFFF;
		padding-bottom: 0;
	}
	.sp_global_nav .nav_link_v2 {
		padding: 4vw;
	}
	.sp_global_nav .main_nav_link a,
	.sp_global_nav .nav_link_v2 a {
		font-size: 3.4vw;
		text-decoration: none;
	}
	.sp_global_nav .main_nav_link a {
		display: block;
		/*border-left: solid 1px #dddddd;*/
	}
	.sp_global_nav .nav_link_v2 a {
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #333;
		line-height: 1;
	}
	.sp_global_nav .main_nav_link a span,
	.sp_global_nav .nav_link_v2 a span {
		display: flex;
		align-items: center;
	}

	.nav_link_v2 .logout,
	.nav_link_v2 .inquiry {
		padding: 8px 25px;
	}
	.nav_link_v2 .logout {
		font-size: 1.4rem;
	}
	.nav_link_v2 .logout::before {
		content: '';
		display: inline-block;
		width: 22px;
		height: 21px;
		background: url(/assets/img/global/logout.svg) no-repeat;
		background-size: contain;
		margin-right: 6px;
	}
	.nav_link_v2 .btn.btn_4.btn_rd.inquiry {
		margin-bottom: 2vw;
	}
	.nav_link_v2 .btn.btn_4.btn_rd.inquiry::before {
		content: "\f003";
		font-family: 'ForkAwesome';
		display: inline-block;
		font-size: 1.3rem;
		margin-right: 6px;
		font-weight: normal;
	}
	.nav_link_v2 .btn_4 {
		background-color: #fff;
		border: 2px solid #ffc6e4;
	}

	.sp_global_nav .main_nav_link li a {
		color: #333333;
		border-bottom: solid 1px #DDDDDD;
		display: flex;
		padding: 3vw 4vw;
		justify-content: space-between;
		align-items: center;
	}
	.sp_global_nav .main_nav_link li span:before {
		content:"";
		display:inline-block;
		width:2em;
		height:2em;
		margin-right: 1em;
	}
	
	.sp_global_nav_body .fa-angle-right {
		position: absolute;
		right: 4vw;
		font-size: 4vw;
		line-height: 1;
	}
	.sp_global_nav .main_nav_link li.nav_1 span:before {background:url(/assets/img/global/nav_icon_1.svg) no-repeat; background-size: contain;}
	.sp_global_nav .main_nav_link li.nav_2 span:before {background:url(/assets/img/global/nav_icon_2.svg) no-repeat; background-size: contain;}
	.sp_global_nav .main_nav_link li.nav_3 span:before {background:url(/assets/img/global/nav_icon_6.svg) no-repeat;background-size: contain;}
	.sp_global_nav .main_nav_link li.nav_4 span:before {background:url(/assets/img/global/nav_icon_3.svg) no-repeat;background-size: contain;}
	.sp_global_nav .main_nav_link li.nav_5 span:before {background:url(/assets/img/global/nav_icon_4.svg) no-repeat;background-size: contain;}
	.sp_global_nav .main_nav_link li.nav_6 span:before {background:url(/assets/img/global/nav_icon_5.svg) no-repeat;background-size: contain;}
	.sp_global_nav .main_nav_link li.nav_7 span:before {background:url(/assets/img/global/nav_icon_7.svg) no-repeat; background-size: contain;}	
	/*
	.sp_global_nav .main_nav_link li.nav_1 a { color: #ee4b60; border-left: solid 2vw #ee4b60; }
	.sp_global_nav .main_nav_link li.nav_2 a { color: #2babc4; border-left: solid 2vw #2babc4; }
	.sp_global_nav .main_nav_link li.nav_3 a { color: #2cb534; border-left: solid 2vw #2cb534; }
	.sp_global_nav .main_nav_link li.nav_4 a { color: #f1962b; border-left: solid 2vw #f1962b; }
	.sp_global_nav .main_nav_link li.nav_5 a { color: #3c75f6; border-left: solid 2vw #3c75f6; }
	.sp_global_nav .main_nav_link li.nav_6 a { color: #f284da; border-left: solid 2vw #f284da; }
	.sp_global_nav .main_nav_link li.nav_7 a { color: #b45ade; border-left: solid 2vw #b45ade; }
	*/
	.sp_global_nav .sub_nav_link {
		width: 80vw;
		margin-left: auto;
		background-color: #eaeaea;
		border-bottom: solid 1px #Dddddd;
		border-left: solid 1px #Dddddd;
		display: flex;
		justify-content: space-between;
		padding: 6% 3%;
	}
	.sp_global_nav a {
		text-decoration: none;
	}
	.sp_global_nav .auth_user .ttl_welcome {
		width: 80vw;
		padding: 3vw 3vw 3vw 4vw;
		display: flex;
		align-items: center;
		margin-left: auto;
		background-color: #303030;
		color: #ffffff;
		font-size: 4vw;
		font-weight: bold;
		height: 80px;
	}
	.sp_global_nav .auth_user .ttl_welcome:before {
		content:"";
		display:inline-block;
		width:2em;
		height:2em;
		background:url(/assets/img/global/menu_icon_8.png) no-repeat;
		background-size: contain;
		margin-right: 1em;
	}
	.sp_global_nav .sub_nav_link li {
		width: 48.1%;
	}
	.sp_global_nav .sub_nav_link li:first-child {
		border-right: solid 1px #Dddddd;
	}
	.sp_global_nav .sub_nav_link li.auth_user {
		border-right: none;
		width: 100%;
	}
	.sp_global_nav .sub_nav_link li a {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 3.4vw;
		padding: 3.2vw 3vw;
		text-align: center;
		background-color: #ffffff;
		color: #333333;
		border: 1px solid #303030;
	}
	.sp_global_nav .sub_nav_link .auth_user a::before {
		content: '';
		display: inline-block;
		width: 15px;
		height: 21px;
		background: url(/assets/img/global/mypage_icon.png) no-repeat;
		background-size: contain;
		margin-right: 6px;
	}
	.close_sp_menu.close_btn {
		width: 80vw;
		margin-left: auto;
		background-color: #FFFFFF;
		position: static;
		background-image: unset;
		font-size: 3.4vw;
		padding: 0% 3%;
	}
	.close_sp_menu.close_btn span {
		border: solid 1px #dddddd;
		padding: 4vw 3vw;
		display: flex;
		justify-content: center;
	}
	.sp_global_nav_body .nav_box {
		width: 80vw;
		margin-left: auto;
		padding-bottom: 4.7%;
		background-color: #ffffff;
		min-height: calc(100vh - 80px);
	}
	.sp_global_nav .sub_nav_link li span {
		display: flex;
		align-items: flex-end;
	}
	.sp_global_nav .sub_nav_link li .icon_1 span:before {
		content:"";
		display:inline-block;
		width:2em;
		height:2em;
		background:url(/assets/img/global/h_icon_1.png) no-repeat;
		background-size:contain;
		margin-right: 2px;
	}
	.sp_global_nav .sub_nav_link li .icon_2 span:before {
		content:"";
		display:inline-block;
		width:2em;
		height:2em;
		background:url(/assets/img/global/h_icon_2.png) no-repeat;
		background-size:contain;
		margin-right: 2px;
	}
	.close_sp_menu {
		display: none;
		position: absolute;
		left: 7vw;
		top: 3vw;
		font-size: 15vw;
		line-height: 1;
		height: 10vw;
		width: 10vw;
		background-image: url(../img/global/close.png);
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	body.open .close_sp_menu{
		display: block;
	}
}



/* ------------------------------------------------------------ */
/* フッターのデザイン */
/* ------------------------------------------------------------ */
footer {
	background-color: #ffc4e4;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: solid 1px #f5afd5;
}
.footer_link {
	display: flex;
	justify-content: space-between;
}
.footer_link ul{
	display: flex;
	list-style: none;
	font-weight: bold;
}
.footer_link small {
	font-size: 11px;
	font-weight: bold;
}
.footer_link ul.footer_link_global {
	width: 480px;
	margin-bottom: 20px;
}
.footer_link ul.footer_link_global li {
	border-right: 1px solid #000000;
	text-align: center;
}
.footer_link ul.footer_link_global li:first-child {
	text-align: left;
}
.footer_link ul.footer_link_global li:last-child {
	border: none;
	text-align: right;
}
.footer_link ul.footer_link_global li a {
	display: block;
	padding: 10px 0;
	line-height: 1;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}
.footer_link ul.footer_link_global li a:hover {
	color: #ff61b7;
}
.footer_link ul.footer_link_global li.nav_1 { width: 17.91%; }
.footer_link ul.footer_link_global li.nav_2 { width: 35.83%; }
.footer_link ul.footer_link_global li.nav_3 { width: 23.95%; }
.footer_link ul.footer_link_global li.nav_4 { width: 23.75%; }
.footer_link a.icon_1 {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom left;
	padding-left:32px;
	display: inline-block;
	margin-bottom: 10px;
	text-decoration: none;
}
.footer_link a.icon_1 {
	background-image: url(../img/global/f_icon_1.jpg);
    margin-right: 10px;
}
.footer_link a span{
	line-height: 1;
	display: block;
	border-bottom: dotted 2px #AAAAAA;
	color: #333333;
	padding:3px 0 6px 0 ;
	font-weight: bold;
	font-size: 14px;
}
.footer_link a:hover span{
	color: #ff61b7;
	border-bottom: dotted 2px #ff61b7;
}
.social {
	display: flex;
	justify-content: flex-end;
}
.social li {
	margin-left: 20px;
}
.social li a {
	color: #000000;
}
.social li a:hover {
	color: #ff61b7;
}
.social i{
	font-size: 30px;
}
.social i.fa-facebook {
	font-size: 24px;
}

.footer_right {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
/*	align-items: center; */
}

.p_mark {
	width: 90px;
	margin-left: 20px;
}
.p_mark a {
	display: block;
}
.p_mark a:hover {
	opacity: .7;
}
.p_mark img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 925px) {
	footer {
		padding: 0 0 3vw 0;
	}
	.mw.footer_link {
		padding: 0;
	}
	.footer_link {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.footer_link ul.footer_link_global {
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 3vw;
	}
	.footer_link ul.footer_link_global {
		border-top: solid 1px #444444;
	}
	.footer_link ul.footer_link_global li:last-child, 
	.footer_link ul.footer_link_global li {
		margin: 0;
		border: none;
		width: 50%;
		text-align: center;
		border-right:solid 1px #666666;
		border-bottom: solid 1px #666666;
	}
	.footer_link ul.footer_link_global li:nth-child(2n) {
		border-right: none;
	}
	.footer_link ul.footer_link_global li.nav_1, 
	.footer_link ul.footer_link_global li.nav_2, 
	.footer_link ul.footer_link_global li.nav_3, 
	.footer_link ul.footer_link_global li.nav_4 {
		width: 50%;
		text-align: center;
	}
	.footer_link ul.footer_link_global li a {
		padding: 4vw 0;
	}
	.footer_link small {
		display: block;
		text-align: center;
	}
	.footer_right {
		padding: 3vw 3vw 2vw 3vw;
		justify-content:space-between;
	}
	.f_info {
		display: flex;
		align-items: center;
	}
	.p_mark {
		width: 12vw;
		height: 12vw;
		margin-left: 0;
	}
}

@media screen and (max-width: 760px) {
	.footer_link ul.footer_link_global li a {
		font-size: 3vw;
	}
	.footer_link a span {
		font-size: 3vw;
	}
	.footer_link a span {
	    padding: 0 0 1.7vw 0;
	}
	.footer_link a.icon_1 {
		background-position: center left;
		height: 4vw;
	    padding-left: 5vw;
	}
	.social .fa-twitter {
	    position: relative;
    	top: -0.7vw;
	}
	.footer_link small {
		font-size: 2vw;
	}
}


/* ------------------------------------------------------------ */
/* ページング */
/* ------------------------------------------------------------ */
.pagination_nav {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	margin-top: 20px;
}
.pagination_nav li.now, 
.pagination_nav li a{
    min-width: 30px;
    height: 30px;
	font-size: 14px;
    margin: 0 5px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: normal;
    transition: all 300ms 0s ease;
    color: #333333;
	padding: 0 5px;
}
.pagination_nav li a:hover {
	background-color: #ff82b7;
	color: #FFFFFF;
}
.pagination_nav li.now {
	background-color: #ff82b7;
	color: #FFFFFF;
}
.pagination_nav li.prev a::after{
	/* content: '\f053'; */
	content: '前へ';
	font-family: 'ForkAwesome';
	padding: 0 10px;
}
.pagination_nav li.next a::after{
	/* content: '\f054'; */
	content: '次へ';
	font-family: 'ForkAwesome';
	padding: 0 10px;
}


.pc_pg { display: block; }
@media screen and (max-width: 767px) {
	.breadcrumb li:last-of-type {
		overflow: inherit;
		padding-right: 2vw;
	}
	.pc_pg {
		padding-bottom: 5vw;
	}
	.pc_pg li {
		display: none;
	}
	.pc_pg .prev, 
	.pc_pg .next, 
	.pc_pg .sp_view, 
	.pc_pg .now {
		display: inline;
	}
	
}





/* ------------------------------------------------------------ */
/* 共通テーブルスタイル */
/* ------------------------------------------------------------ */
table { border-collapse: collapse; }
table tbody tr th, table tbody tr td {
	border:solid 1px #d4d4d4;
	padding: 10px;
	vertical-align: text-top;
}
.form_table {
	width: 100%;
}
.form_table th{
	background-color: rgba(255,239,245,1.00);
	width: 200px;
	text-align: left;
}
.form_table th, 
.form_table td {
	padding: 15px;
}




/* ---------------------------------------- */
/* 共通検索エリア */
/* ---------------------------------------- */
.area_search_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.area_search_head > span i {
	text-decoration: none;
	font-style: normal;
    display: inline-block;
    border-bottom: dotted 2px #AAAAAA;
    color: #333333;
    padding: 0 0 3px 0;
    font-weight: bold;
    font-size: 14px;
}
.search_page .radio02-input+label::before {
    display: none;
}
.search_page .radio02-input:checked+label::after {
    display: none;
}
.search_page .radio02 {
    display: flex;
    flex-wrap: wrap;
}
.search_page .radio02-input+label {
	margin-bottom: 15px;
    padding-left: 0;
    margin-right: 0;
}
.search_page label:nth-child(3n) .radio02-parts {
    margin-right: 0;
}

.search_page .full_size .radio02 label:nth-child(3n) .radio02-parts {
    margin-right: 15px;
}

.search_page .full_size .radio02 label:nth-child(12n) .radio02-parts {
    margin-right: 0px;
}
.search_page .full_size .radio02-parts, 
.search_page .full_size .checkbox01-parts {
    width: 144px;
}
.search_page .full_size label{
	margin-bottom: 15px;
}

.search_page .radio02-parts,
.search_page .checkbox01-parts {
	line-height: 1.4;
	text-align: center;
 	width: 136px;
    height: 92px;
    border: 2px solid #2cacc3;
    color: #2cacc3;
    padding: 0 10px;
    position: relative;
    margin-right: 14px;
    font-size: 18px;
    font-weight: bold;
	display: flex;
    justify-content: center;
    align-items: center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	cursor: pointer;
}

.search_page .radio02-input:checked+label .radio02-parts {
	background-color: #2cacc3 !important;
    color: #ffffff;
}
.search_page .radio02-parts:hover {
    background-color: #dcf7fb;
    color: #2cacc3;
}
/*
.search_page .radio02-parts:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
*/
.search_page .radio02-parts::after {
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
    background: #2cacc3;
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.search_page .area.search_list .radio02-parts {
	font-size: 16px;
	width: 132px;
    height: 36px;
	background-color: #FFFFFF;
}
.search_page .radio02-input:checked+label .radio02-parts:hover {
    background-color: #2cacc3;
    color: #ffffff;
}


/* 中エリア・小エリアの指定 */
.search_page .sub_radio dt span {
	background-color: #2cacc3;
    color: #ffffff;
}
.search_page dd.sub_radio ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.search_page dd.sub_radio ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.search_page dd.sub_radio ul li:nth-child(3n){
	margin-right: 0;
}
.search_page dt {
	margin-bottom: 10px;
}
.search_page dt.head_radio input, 
.search_page dd.sub_radio ul li input {
	display: none;
}
.search_page dt.head_radio label, 
.search_page dd.sub_radio ul li label {
    line-height: 1.4;
    text-align: center;
    width: 100%;
    height: 36px;
    border: 2px solid #2cacc3;
    color: #2cacc3;
    padding: 0 0px;
    position: relative;
    margin-right: 14px;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.search_page dt.head_radio label:hover, 
.search_page dd.sub_radio ul li label:hover {
	background-color: #dcf7fb;
    color: #2cacc3;
}

.search_page dd.sub_radio ul li label.long_name {
	font-size: 12px;
}

.search_page dt.head_radio label {
	width: 100%;
}
.search_page dt.head_radio input:checked+label, 
.search_page dd.sub_radio ul li input:checked+label {
	background-color: #2cacc3;
    color: #ffffff;
}


.search_page .map_img {
    width: 100%;
    display: block;
}
.search_page .btnBox .serch_btn {
	margin-right: 16px;
	color: #2a2a2a;
	background-image: url(../img/global/bg_1.png);
    border: none;
    cursor: pointer;
}
.search_page .btnBox {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffc7e4;
	margin-bottom: 34px;
}
.search_page .exec_btn {
	font-weight: bold;
	color: #888888;
	text-decoration: none;
	background-color: #ffffff;
	width: 200px;
	height: 50px;
	display: flex;
	align-items: center;
    justify-content: center;
	border: none;
	cursor: pointer;
}


.search_page .checkbox01-parts:hover {
    background-color: #dcf7fb;
    color: #2cacc3;
}
.search_page .checkbox01-input:checked+.checkbox01-parts {
	background-color: #2cacc3;
    color: #ffffff;
}
.search_page .checkbox01-parts::after {
	height: 0;
    left: 50%;
    top: 50%;
    width: 0;
    background: #2cacc3;
    content: '';
    position: absolute;
    z-index: -1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*
.search_page .checkbox01-parts:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
*/
.search_page .checkbox01 {
    display: flex;
    flex-wrap: wrap;
}
.search_page .checkbox01 label {
	margin-bottom: 15px;
	min-width: unset;
}
.search_page .checkbox01-parts::before {
    display: none;
}
.search_page .checkbox01-input:checked+.checkbox01-parts::after {
    display: none;
}
.search_page label:nth-child(3n) .checkbox01-parts {
    margin-right: 0;
}
.h_search_box .search_inner:first-child {
	margin-bottom: 0px;
	padding-top: 0;
}
.h_search_box .search_inner:first-child .search_list {
	padding-top: 0;
}
.h_search_box {
	padding: 30px;
    border: 2px solid #e2e2e2;
	border-bottom: none;
}
.search_inner {
	display: flex;
	justify-content: space-between;
    border-bottom: 1px dotted #d6d6d6;
}
.h_search_box .search_inner:nth-child(2){
	padding-bottom: 30px;
}
.ttl_tmp {
	font-size: 24px;
    height: 58px;
    padding-left: 18px;
    display: flex;
    align-items: center;
    color: #2cacc3;
    background-color: #e5fafe;
    border-bottom: 2px solid #2cacc3;
    margin: 20px 0;
}
.ttl_tmp:before {
	margin-right: 7px;
    margin-top: -2px;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(/assets/img/search/Jobinfo.png) no-repeat;
    background-size: contain;
}
.typettl_tmp {
	font-size: 20px;
    display: flex;
    align-items: center;
	font-weight: normal;
}
.typettl_tmp span {
	display: flex;
    margin-right: 10px;
}
.search_list {
	position: relative;
	flex: 1;
	margin-right: 30px;
    padding-top: 30px;
	padding-bottom: 15px;
}

.full_size .hospital.search_list {
	margin-right: 0;
}

.search_list:nth-child(2n) {
	margin-right: 0;
	border-left: dotted 1px #dddddd;
	padding-left: 30px;
}
.search_page .contents_list li {
    width: 30%;
    margin-right: 20px;
    margin-bottom: 50px;
}
.search_page .contents_list li figure {
    margin-bottom: 18px;
    position: relative;
}
.search_page .contents_list li figure img {
    max-width: 100%;
    display: block;
}
.search_page .title_01 {
	font-size: 24px;
	color: #333333;
	border-bottom: 1px solid #000000;
	padding-bottom: 14px;
	margin-bottom: 20px;
	line-height: 1;
	display: flex;
}
.search_page .title_01:before {
	content: '';
    display: inline-block;
    background: #ff82b7;
    height: 22px;
    width: 6px;
    margin-right: 10px;
}
.search_page .contents_list {
	padding: 0 30px 0 50px;
	overflow: hidden;
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.search_page .contents_list li a {
	font-size: 20px;
    color: #333333;
    display: block;
    text-decoration: none;
	cursor: pointer;
	outline: none;
}

.search_page .contents_list li a:hover {
	opacity: .8;
}

.search_page .contents_list li dt {
	font-weight: bold;
}
.search_page .contents_list li .type {
    font-size: 16px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-left: 35px;
    background-size: contain;
}
.search_page .contents_list li .type i {
    text-decoration: none;
    font-style: normal;
    border-bottom: dotted 2px;
    padding-bottom: 4px;
    display: inline-block;
    line-height: 1;
}
.search_page .contents_list li .date {
    font-size: 16px;
}
.search_page .item_foot {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

/* 地図の親 */
.map_area_box {
	position: relative;
}
.search_page .map_area {
	position: relative;
	background-color: #FFFFFF;
	background-image: url(/assets/img/search/area_map.png);
	background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
	height: 335px;
	z-index: 3;
}
.map_area_box .map_area_2 {
	display: none;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.map_area_box .map_area_3 {
	display: none;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.search_page .map_area.radio02 {
	display: block;
	
}


.search_page .map_area.radio02{
    position: relative;
}
.map_area .radio02-input+label {
	position: unset;
	display: block;
    width: 31%;
    height: 36px;
}
.search_page .area.search_list .map_area .radio02-parts {
    font-size: 16px;
    width: 100%;
    height: 36px;
    background-color: #FFFFFF;
    display: flex;
	margin: 0;
}
.search_page .area.search_list .radio02-parts:hover {
	background-color: #dcf7fb;
	color: #2cacc3;
}
#return_area_btn {
	cursor: pointer;
}
#return_area_btn:hover {
	opacity: .8;
}
.search_page .area_1 {
	position: absolute !important;
	left: 48%;
	top: 2%;
}
.search_page .area_2 {
	position: absolute !important;
	left: 12%;
    top: 26%;
}
.search_page .area_3 {
	position: absolute !important;
	left: 45.5%;
    top: 26%;
}
.search_page .area_4 {
	position: absolute !important;
	left: 0%;
    bottom: 0%;
}
.search_page .area_5 {
	position: absolute !important;
	left: 33.5%;
    bottom: 0%;
}
.search_page .area_6 {
	position: absolute !important;
	left: 67%;
    bottom: 0%;
}
.search_page .serch_btn:hover {
    color: #ffa010;
}
.search_page .exec_btn.exec.disable.clearbtn:hover {
	background-color: #333333;
	color: #ffffff;
}
.search_page .slick-prev:before, .slick-next:before {
    font-size: 42px;
	opacity: 1;
    color: #ff82b7;
}
.search_page .slick-prev, 
.search_page .slick-next {
    width: 42px;
    height: 42px;
    z-index: 100;
    border-radius: 50%;
	top: 32%;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.search_page .search_box div.search_freeword {
    width: auto;
    display: flex;
	justify-content: center;
	align-items: center;
}
.search_page .search_box div.search_freeword input {
    height: 34px;
    width: 68%;
    margin-right: 0;
}
.search_page .key_word {
    font-size: 20px;
    margin: 0 8px;
    display: block;
}
.search_page input[type="password"],
.search_page input[type="text"],
.search_page textarea, .search_page select {
    font-size: 16px;
}
.search_page .search_box {
	margin-bottom: 0px;
    margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #d6d6d6;
}
.search_page .keyword_column {
    display: flex;
}

.add_favorite:before {
	content: '★';
	display: inline-block;
	font-size: 22px;
	margin-top: -3px;
}

.add_favorite.active:before {
	content: '★';
	display: inline-block;
	font-size: 22px;
	color: #ffb54b;
}

@media screen and (max-width: 1000px) {
	.ttl_tmp {
		font-size: 5vw;
		height: auto;
	    padding: 2vw 3vw;
		margin: 0 0 4vw 0;
	}
	.search_page .area.search_list .map_area .radio02-parts {
		font-size: 1.4vw;
	}
	.search_page .area_1 {
		position: absolute !important;
		left: 19vw;
		top: 2%;
	}
	.search_page .area_2 {
		top: 28%;
	}
	.search_page .area_3 {
		top: 28%;
	}
}


/* さらに詳しく選ぶ */
.add_search {
	border-right: 2px solid #e2e2e2;
	border-left: 2px solid #e2e2e2;
	padding: 0 30px 30px 30px;
}
.add_search_body {
	background-color: #ffeff9;
	padding: 10px;
}
.add_search_body .input_form {
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 20px;
}
.add_search_body h2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	line-height: 1;
	padding: 10px;
	cursor: pointer;
}
.add_search_body h2:hover {
	color: #ff67b6;
}
.ac_arrow {
	background-image: url(../img/global/ac_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	display:block;
	width: 26px;
	height: 26px;
}
.open .ac_arrow {
	-moz-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.add_search_body .input_form {
	display: none;
}

.add_search_body .input_form h3 {
	line-height: 1;
	font-size: 16px;
	margin-bottom: 10px;
	border-left: solid 5px #ff83b9;
	padding-left: 6px;
}

.input_form_area {
	border-bottom: dotted 1px #dddddd;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.input_form_area:last-child {
	border: none;
    margin-bottom: -10px;
	padding-bottom: 0;
}

.input_form_area .radio02-parts {
	background-color: #f3f3f3;
    line-height: 1.4;
    text-align: center;
    width: auto;
    height: auto;
    border: none;
	padding: 10px 20px;
    color: #333333;
    position: relative;
    margin-right: 10px;
    font-size: 16px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.search_page .input_form_area label:nth-child(3n) {
    margin-right: 10px;
}
.search_page .input_form_area label {
    margin-bottom: 10px;
    min-width: unset;
	display: inline-block;
}
.input_form_area .radio02-parts:hover {
    background-color: #dcf7fb;
    color: #2cacc3;
}
.search_page .input_form_area .radio02-input:checked+.radio02-parts {
    background-color: #ff9ed1;
    color: #ffffff;
}



/* トップページの検索エリア */
.search {
	border: none;
	border-radius: 13px;
	padding: 5px;
	display: block;
	position: fixed;
	bottom: 55px;
	right: 10px;
	z-index: 5;
}
.search form {
	display: block;
	background-color: #FFFFFF;
	border-radius: 8px;
}

.search_head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.search_head .search_info {
	padding-bottom: 5px;
	font-weight: bold;
}
.search_head .search_info strong {
	font-size: 24px;
	color: #ff8bbc;
}
.search_head .search_info span {
	font-size: 12px;
	color: #AAAAAA;
}
.search_titel {
	line-height: 1;
	font-weight: normal;
	font-size: 16px;
	color: #ffffff;
	font-family: "Sawarabi Gothic";
	position: relative;
	align-items: center;
	cursor: pointer;
	background-color: #ff82b7;
	padding: 10px 20px;
	display: block;
}
.search_titel:hover {
	color: #ffffff;
}
.search_titel i {
	display: block;
	text-align: center;
	margin-right: 0;
	margin-bottom: 10px;
}
.search_titel span {
	color: #ffffff;
	display: block;
	text-align: center;
	margin-bottom: 8px;
}
.search form dl {
	margin-bottom: 20px;
}
.search_titel::after {
	display: none;
}



.search form dl dt {
	font-size: 20px;
	font-family: "Sawarabi Gothic";
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	padding-left: 0px;
}
.search form dl dt::before {
	content: ' ';
    display: block;
    width: 4px;
    height: 20px;
    margin-right: 8px;
}
.search_titel::after {
	content: '\f106';
	font-family: 'ForkAwesome';
	position: absolute;
	right: 20px;
	font-size: 30px;
	line-height: 1;
}
.search_detail {
	display: none;
	border: solid 2px #ff9fd1;
	padding: 20px 20px;
	margin: 0;
}
.color_0 dt{ /* color: #09bd74; */ } .color_0 dt::before{ background-color: #09bd74;}
.color_1 dt{ /* color: #ffb40a; */ } .color_1 dt::before{ background-color: #ffb40a;}
.color_2 dt{ /* color: #3476cc; */ } .color_2 dt::before{ background-color: #3476cc;}
.color_3 dt{ /* color: #ee4b60; */ } .color_3 dt::before{ background-color: #ee4b60;}
.color_4 dt{ /* color: #b45adf; */ } .color_4 dt::before{ background-color: #b45adf;}
.color_5 dt{ /* color: #2babc4; */ } .color_5 dt::before{ background-color: #2babc4;}
.color_6 dt{ /* color: #3476cc; */ } .color_6 dt::before{ background-color: #3476cc;}
.search_flex_dl {
	display: flex;
}
.search_flex_dl dl:first-child {
	margin-right: 40px;
}
.search_btns {
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}
.search_btns a, 
.search_btns button {
	background-image: url(../img/global/bg_1.png);
	position: relative;
	margin: 0 15px;
    font-size: 16px;
    font-weight: bold;
	outline: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	/*
	border-radius: 6px;
    border: solid 1px #ffef8c;
    box-shadow: 0 4px 0 0 #e8e6ad;
	transition: all 100ms 0ms ease;
	*/
	top: 0;
	color: #444444;
	height: 48px;
	min-width: 200px;
	font-family: "Sawarabi Gothic";
	text-align: center;
	text-decoration: none;
}
.search_btns a:hover, 
.search_btns button:hover {
	/*
    box-shadow: 0 0px 0 0 #e8e6ad;
	top: 4px;
	*/
}

.search_btns button i.search_icon {
	display: inline-block;
	height: 40px;
	width: 40px;
	background-image: url(../img/global/icon_search.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.modal_open:hover {
	opacity: .8;
}

/* css checkbox01 */
.checkbox01-input {
	display: none;
}
.checkbox01-parts {
	padding-left: 28px;
    position: relative;
    margin-right: 20px;
    line-height: 1;
    font-size: 15px;
}
.checkbox01-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	width: 20px;
    height: 20px;
	border: 1px solid #999;
	border-radius: 0px;
}
.checkbox01-input:checked+.checkbox01-parts {
	color: #009a9a;
}
/*
.color_0 .checkbox01-input:checked+.checkbox01-parts {color: #09bd74; }
.color_1 .checkbox01-input:checked+.checkbox01-parts {color: #ffb40a; }
.color_2 .checkbox01-input:checked+.checkbox01-parts {color: #3476cc; }
.color_3 .checkbox01-input:checked+.checkbox01-parts {color: #ee4b60; }
.color_4 .checkbox01-input:checked+.checkbox01-parts {color: #b45adf; }
.color_5 .checkbox01-input:checked+.checkbox01-parts {color: #3476cc; }
*/
.color_0 .checkbox01-input:checked+.checkbox01-parts, 
.color_1 .checkbox01-input:checked+.checkbox01-parts, 
.color_2 .checkbox01-input:checked+.checkbox01-parts, 
.color_3 .checkbox01-input:checked+.checkbox01-parts, 
.color_4 .checkbox01-input:checked+.checkbox01-parts, 
.color_5 .checkbox01-input:checked+.checkbox01-parts {color: #333333; }


.checkbox01-input:checked+.checkbox01-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 6px;
    width: 7px;
    height: 14px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 3px solid #ff9fd1;
    border-right: 3px solid #ff9fd1;
}
/*
.color_0 .checkbox01-input:checked+.checkbox01-parts::after { border-color: #09bd74; }
.color_1 .checkbox01-input:checked+.checkbox01-parts::after { border-color: #ffb40a; }
.color_2 .checkbox01-input:checked+.checkbox01-parts::after { border-color: #3476cc; }
.color_3 .checkbox01-input:checked+.checkbox01-parts::after { border-color: #ee4b60; }
.color_4 .checkbox01-input:checked+.checkbox01-parts::after { border-color: #b45adf; }
.color_5 .checkbox01-input:checked+.checkbox01-parts::after { border-color: #3476cc; }
*/
.checkbox01 label {
	margin-bottom: 7px;
	display: inline-block;
	min-width: 200px;
}
.checkbox120 label{ min-width: 120px; display: inline-block; }
.checkbox130 label{ min-width: 130px; display: inline-block; }
.checkbox190 label{ min-width: 190px; display: inline-block; }
.checkbox300 label{ min-width: 300px; display: inline-block; }
.check_select {
	background-color: #009489;
	color: #FFFFFF;
	font-size: 14px;
	display: inline-block;
	padding: 4px 8px;
	border-radius: 6px;
	margin: 3px 10px 3px 0px;
}
.check_select i {
	margin-right: 6px;
}
/*css radio02*/
.radio02-input {
	display: none;
}
.radio02-input+label {
	padding-left: 24px;
	position: relative;
	margin-right: 20px;
}
.radio02-input+label::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0px;
	width: 16px;
	height: 16px;
	border: 1px solid #999;
	border-radius: 50%;
}
.radio02-input:checked+label {
	color: #009a9a;
}
.radio02-input:checked+label::after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 4px;
	width: 10px;
	height: 10px;
	background: #009a9a;
	border-radius: 50%;
}
.sp_block {
	display: none;
}
@media screen and (min-width: 1020px) {
	.search_page {
		width: 1000px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1015px) {
	.search_page .map_area {
		height: 31vw;
	}
	.search_page {
		padding: 0 2vw;
	}
	.search_page .radio02 label {
		width: 30.8%;
   		margin-right: 13px;
	}
	.search_page .radio02-parts {
		font-size: 1.8vw;
    	width: 100%;
		height: 92px;
	}
	.search_page .radio02 label:nth-child(3n) {
		margin-right: 0;
	}
	.search_page .checkbox01 label {
		width: 30.8%;
   		margin-right: 13px;
	}
	.search_page .input_form_area .checkbox01 label {
		width: auto;
   		margin-right: 13px;
	}
	.search_page .checkbox01 label:nth-child(3n) {
		margin-right: 0;
	}
	.search_page .checkbox01-parts {
		font-size: 1.8vw;
		width: 100%;
		height: 92px;
	}
	
	
	.search_page .add_search_body .input_form {
		margin-top: 1vw;
		padding: 2vw;
	}
	.search_page .add_search_body .radio02-parts::after {
		display: none;
	}
	.search_page .add_search_body label .radio02-parts,
	.search_page .add_search_body label:nth-child(3n) .radio02-parts {
		display: block;
	}
	.search_page .add_search_body .input_form_area {
		margin-left: -2%;
		margin-right: 0;
	}
	.search_page .add_search_body .radio02-input+label,
	.search_page .add_search_body .checkbox01 label, 
	.search_page .add_search_body label,
	.search_page .add_search_body label:nth-child(3n) {
	    margin-left: 2%;
		margin-right: 0;
		white-space: nowrap;
		flex-grow: 1;
	}
	.search_page .add_search_body .radio02-input+label span,
	.search_page .add_search_body .checkbox01 label span, 
	.search_page .add_search_body label span,
	.search_page .add_search_body label:nth-child(3n) span {
	    margin: 0;
	    width: 100%;
		display: block;
	    padding: 2vw 1vw;
	}
	.search_page .add_search_body .input_form_area {
	    display: flex;
    	flex-wrap: wrap;
	}
	.search_page .add_search_body .radio02-parts, 
	.search_page .add_search_body .checkbox01-parts {
		padding: 1vw 4%;
		height: auto;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.search_page .input_form_area .checkbox01-parts {
		height: auto;
		padding: 2vw 1vw;
		font-size: 4vw;
		display: inline-block;
	}
	.search_page .map_img {
		height: 25.5vw;
	}
	.search_page .area.search_list .radio02-parts.area_1 {
		font-size: 1.5vw;
		width: 30%;
		height: 36px;
	}
	.search_page .area.search_list .radio02-parts.area_2 {
		font-size: 1.5vw;
		width: 30%;
		height: 36px;
	}
	.search_page .area.search_list .radio02-parts.area_3 {
		font-size: 1.5vw;
		width: 30%;
		height: 36px;
	}
	.search_page .area.search_list .radio02-parts {
		width: 100%;
		font-size: 1.6vw;
	}
	.search_page .area_4,
	.search_page .area_5,
	.search_page .area_6 {
		top: auto;
		bottom: 0;
	}
	
	.search_page .full_size .radio02-parts, 
	.search_page .full_size .checkbox01-parts {
	    width: 100%;
	}
	
	.search_page .full_size .radio02 label {
		width: 15.8%;
	}
	.search_page .full_size .radio02 label, 
	.search_page .full_size .radio02 label:nth-child(3n) {
		margin-right: 1%;
	}
	.search_page .full_size .radio02 label:nth-child(3n) .radio02-parts {
		margin-right: 0%;
	}
	.search_page .full_size .radio02 label:nth-child(12n) {
		margin-right: 0%;
	}
}
@media screen and (max-width: 980px) {
	.search_page .contents_list li .type {
		font-size: 1.5vw;
	}
	.search_page .contents_list li .date {
		font-size: 1.6vw;
	}
}
@media screen and (max-width: 866px) {
	.search_list:nth-child(2n) {
		border-left:none;
		padding-left: 0;
	}
	.search_page .search_box {
		padding-top: 30px;
		border-top: 1px dotted #d6d6d6;
	}
	.search_page .contents_list li .type,
	.search_page .contents_list li .date {
		font-size: 16px;
	}
	.search_page .area.search_list .radio02-parts.area_1 {
		font-size: 1.9vw;
		width: 170px;
	}
	.search_page .area.search_list .radio02-parts.area_2 {
		font-size: 1.9vw;
		width: 170px;
		top: 26%;
		left: 15%;
	}
	.search_page .area.search_list .radio02-parts.area_3 {
		font-size: 1.9vw;
		width: 170px;
		top: 26%;
	}
	.search_page .radio02-parts {
		font-size: 18px;
	}
	.search_page .checkbox01-parts {
		font-size: 18px;
	}
	.search_page .area.search_list .radio02-parts {
		font-size: 16px;
	}
	.search_page .checkbox01 label {
		width: 32%;
    	margin-right: 2%;
	}
	.search_page .radio02 label {
		width: 32%;
		margin-right: 2%;
		z-index: 4;
	}
	.search_inner {
		display: block;
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0px !important;
	}
	.search_list {
		margin-bottom: 2vw;
		margin-right: 0;
	}
	.search_page .map_img {
		background-size: unset;
		background-position: top center;
		height: 266px;
	}
	.search_page .map_area {
	    height: 64vw;
	}
	.map_area_box {
		margin-bottom: 5vw;
	}
	.search_page .area.search_list .map_area .radio02-parts {
		font-size: 2.8vw;
		height: 7vw;
	}
	
	.search_page .area_1 {
		left: 38vw;
	}
	.search_page .area_2,
	.search_page .area_3 {
    	top: 19vw;
	}
	.search_page .area_4,
	.search_page .area_5,
	.search_page .area_6 {
		top: inherit;
		bottom: 0;
	}
	
	.search_page .full_size .radio02-parts, 
	.search_page .full_size .checkbox01-parts {
	    width: 100%;
	}
	
	.search_page .full_size .radio02 label {
		width: 32%;
		margin-right: 2%;
	}
	.search_page .full_size .radio02 label, 
	.search_page .full_size .radio02 label:nth-child(3n) {
		margin-right: 2% !important;
	}
	.search_page .full_size .radio02 label:nth-child(3n) .radio02-parts {
		margin-right: 0%;
	}
	.search_page .full_size .radio02 label:nth-child(6n) {
		margin-right: 0% !important;
	}
	.search_inner.full_size {
		padding-top: 5vw;
	}
}
@media screen and (max-width: 767px) {
	.search_page {
    	padding: 4vw 2vw 0 2vw;
	}
	.search_titel {
		padding: 6px;
	}
	.search_titel.search_head strong {
		display: block;
		text-align: center;
		line-height: 1.4;
	}
	.search_titel span {
		margin-bottom: 2px;
	}
	.sp_block {
		display: block;
	}
	.search_page .search_box form input {
		width: 100%;
		margin-top: 6px;
	}
	.search_page .search_box form {
		display: block;
	}
	.search_page .slick-prev, .search_page .slick-next {
		top: 50%;
		margin-top: -90px;
	}
	.search_page .checkbox01-parts:hover {
		background-color: unset;
		color: #2cacc3;
	}
	.search_page .input_form_area .checkbox01-parts:hover {
		background-color: #f3f3f3;
		color: #333333;
	}
	.add_search_body {
		padding: 1vw;
	}
	.add_search_body h2 {
		font-size: 4.8vw;
		padding: 2vw;
	}
	.add_search_body h2:hover {
		color: #333333;
	}
	.ac_arrow {
		width: 5vw;
		height: 5vw;
	}

	.h_search_box {
		padding: 4%;
	}
	.add_search {
		padding: 4%;
	}
	.search_page .area.search_list .radio02-parts {
		font-size: 2vw;
	}
	.search_page .area.search_list .radio02-parts.area_1,
	.search_page .area.search_list .radio02-parts.area_3 {
		font-size: 2vw;
		width: 26%;
	}
	.search_page .area.search_list .radio02-parts.area_2 {
		font-size: 2vw;
		width: 26%;
		left: 13%;
	}
	.search_page .radio02-parts, .search_page .checkbox01-parts {
		padding: 0 4%;
	}
	.search_page .radio02-parts,
	.search_page .checkbox01-parts {
		font-size: 2.3vw;
	}
	
	.search_page .radio02-parts:hover {
		background-color: #FFFFFF;
	}
	.add_search_body .input_form h3 {
		font-size: 4vw;
		margin-bottom: 2vw;
		border-left: solid 1vw #ff83b9;
		padding-left: 1.5vw;
	}
	.area_search_head {
		margin-bottom: 2vw;
	}
	.search_list {
		padding-top: 0vw;
    	padding-bottom: 0vw;
	}
	.h_search_box .search_inner:nth-child(2) {
		padding-bottom: 1.5vw;
	}
	.search_page .input_form_area .checkbox01 label {
		margin-bottom: 2vw;
		min-width: unset;
	}
	.search_page .input_form_area .checkbox01 label, 
	.search_page .input_form_area .checkbox01 label:nth-child(3n) {
		margin-right: 2vw;
	}
	.search_page .radio02-input+label, 
	.search_page .checkbox01 label {
		margin-bottom: 2%;
	}
	.search_page .map_area {
		height: 70vw;
	}	
	.search_page .search_box {
		margin-bottom: 0px;
		margin-top: 0vw;
		padding: 5vw 0 5vw 0;
		border-bottom: 1px dotted #d6d6d6;
	}
	.search_page .search_box:last-child {
		border-bottom: none;
	}
	.search_page .search_box div.search_freeword{
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	
	.search_page .search_box div.search_freeword input {
		height: 13vw;
		font-size: 5vw;
		width: 100%;
		-webkit-appearance: none;
	}
	.search_page .btnBox {
    	height: 19vw;
	}
	.search_page .exec_btn {
		font-size: 3.5vw;
	}
}
@media screen and (max-width: 684px) {
	.search_page .contents_list {
		padding: 0 0px 0 20px;
	}
}
@media screen and (max-width: 520px) {
	.search_titel.search_head strong {
		font-size: 3.2vw;
	}
	.search_page .radio02-parts, .search_page .checkbox01-parts {
		font-size: 3.2vw;
	}
	.search_page .area.search_list .radio02-parts {
		font-size: 3vw;
		height: 30px;
	}
	.search_page .area.search_list .radio02-parts.area_1,
	.search_page .area.search_list .radio02-parts.area_3 {
		font-size: 3vw;
		width: 30%;
		height: 30px;
	}
	.search_page .area.search_list .radio02-parts.area_2 {
		font-size: 3vw;
		width: 30%;
		left: 8%;
		height: 30px;
	}
	.search_page .map_img {
		background-size: contain;
		height: 73.5vw;
	}
}
@media screen and (max-width: 480px) {
	.search_page .btnBox {
		padding: 0 4%;
	}
}
@media screen and (max-width: 360px) {
	.search_page .area.search_list .radio02-parts.area_1,
	.search_page .area.search_list .radio02-parts.area_3 {
		height: 26px;
		padding: 0 3%;
	}
	.search_page .area.search_list .radio02-parts.area_2 {
   		height: 26px;
		padding: 0 3%;
	}
	.search_page .area.search_list .radio02-parts {
		height: 26px;
	}
}



/* カレンダーの期間指定 */
.sp_search_datepicker {
	display: none;
}
.search_datepicker{
	padding: 40px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: dotted 1px #DDDDDD;
	font-size: 16px;
}
.search_datepicker i{
	padding: 0 15px;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	font-style: normal;
}
.search_datepicker input {
	width: 100%;
}
.search_datepicker .pull-left {
	display: none;
}
@media screen and (min-width: 760px) {
	#ui-datepicker-div {
		z-index: 10 !important;
		position: fixed;
    	z-index: 336 !important;
		width: 34em;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		background-color: #FFFFFF;

		left: 50% !important;
		margin-left: -290px !important;
	}
}
.ui-datepicker-calendar .highlight a {
	background-color: #2172ba !important;
	color: white !important;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #000000 !important;
	background-color: #2172ba;
	border: medium none !important;
    text-align: center;
}
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	background: none !important;
	background-color: aqua;
	font-size: 12px;
	padding: 8px;
	border: medium none !important;
	font-family: "open-sans", "Helvetica Neue", Helvetica, Calibri, Arial, "Lucida Grande", sans-serif !important;
	color: #000;
	font-weight: normal;
	text-align: center;
}
.ui-red > .ui-state-default {
	border: 0px solid #ddd !important;
	background-color: #003057 !important;
	font-weight: bold;
	color: white;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	background: none !important;
	background-image: none;
	border: 1px solid #ddd !important;
	background-color: #003057 !important;
	font-weight: bold;
	text-align: center;
	color: white;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #0073ea;
	background-color: #0d409c !important;
	font-weight: bold;
	color: #fff;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {

	background-image: none;
    background-color: #bdebff;
}
.ui-widget-header {
	border: medium none;
	background: none;
	font-weight: normal;
}
.ui-widget {
	font-family: Calibri;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
    display: none;
}
.ui-datepicker th,
.ui-datepicker td {
	border: solid 1px #DDDDDD;
	padding: 0;
	text-align: center;
}




@media screen and (max-width: 760px) {
	.search_datepicker {
		display: none;
	}
	.sp_search_datepicker {
		display: block;
		padding: 5vw 0 0 0;
	    border-top: 1px dotted #d6d6d6;
	    margin-top: 5vw;
	}
	#ui-datepicker-div {
		flex-direction: column;
		z-index: 200;
	    width: 88%;
	    left: 6.5% !important;
	}
	#body_event_search_ #ui-datepicker-div {
		z-index: 200 !important;
	}
	.input_datepicker {
		display: flex;
		font-size: 4vw;
		justify-content: center;
		align-items: center;
	}
	.input_datepicker span {
		min-width: 12%;
	}
	.input_datepicker i {
		flex-grow: 1;
		text-align: center;
		text-decoration: none;
		font-style: normal;
	}
	.input_datepicker div {
		width: 40%;
	}
	.input_datepicker div input {
		width: 100%;
		font-size: 3vw;
		-webkit-appearance: none;
	}
}


.slick-slider .slick-track, 
.slick-slider .slick-list {
    width: 100%;
}


/* 検索が無い時の表示 */
.sp_br {
	display: none;
}
.notfound_search {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 100px 0;
	font-size: 20px;
}
.notfound_text {
	margin-bottom: 40px;
}
.notfound_body .modal_open img {
	display: block;
}
.notfound_body .modal_open span:first-child {
	margin: 0;
	margin-right: 10px;
}
.notfound_body .modal_open{
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex !important;
	opacity: 1 !important;
	width: 340px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: normal;
	padding: 20px 0;
}
.notfound_body .modal_open strong.text {
	font-weight: normal;
}
@media screen and (max-width: 760px) {
	.notfound_text {
		margin-bottom: 40px;
		text-align: center;
		font-weight: bold;
	}
	.sp_br {
		display: inherit;
	}
	.search_info_case {
		margin-top: -4vw;
		margin-bottom: 2vw;
	}
}



/* コンテンツページ共通 */
.contents_page_main {
	padding-top: 40px;
}



/**
 * 404
 */
.err_404 h3 {
	font-size: 28px;
}
.err_404 .btn {
	background-color: #ff82b7;
	color: #fff;
	width: 340px;
	padding: 20px 10px;
	font-size: 24px;
	text-decoration: none;
}
.err_404 .sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.err_404 .sp {
		display: block;
	}
	.err_404 {
		text-align: center;
	}
	.err_404 h3 {
		font-size: 5.2vw;
	}
	.err_404 p {
		font-size: 4vw;
	}
}