@charset "utf-8";

/*---------------------------------------------

listスタイル

-----------------------------------------------*/

@media print, screen and (min-width: 768px) {

/* ▼検索タイトルPC */
#search_title .inner {
	padding: 80px 0 35px 0;
	border-bottom: solid 1px #c8c7c4;
}

#search_title p {
	text-align: center;
	font-size: 30px; font-size: 3.0rem;
	font-feature-settings: "palt" 1;
	line-height: 1.3;
	color: #4d4d4d;
}

#search_title p span {
	display: block;
	font-size: 14px; font-size: 1.4rem;
	font-feature-settings: "palt" 1;
	color: #9d9d9e;
	font-weight: bold;
	padding-top: 8px;
	letter-spacing: 1px;
}

/* ▼住所検索PC */
#search01 .inner {padding: 30px 0 0 0;}

#search01 h1 {
	text-align: center;
	font-size: 32px; font-size: 3.2rem;
	font-feature-settings: "palt" 1;
	line-height: 1.3;
	color: #908fbb;
	margin-bottom: 20px;
}

#search01 h1 img {
	width: 49px;
	margin-right: 10px;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: middle;
}

.areatitle {
	width: 235px;
	margin: 0 auto 6px auto;
	border-radius: 9999px;
	padding: 6px 0;
	text-align: center;
	font-size: 31px; font-size: 3.1rem;
	font-feature-settings: "palt" 1;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: none;
	color: #4d4d4d;
	border: solid 6px #908fbb;
	box-sizing: border-box;
	background: #f0f0f6;
}

/* ▼診療科目検索PC */
#search02 .inner {padding: 30px 0 0 0;}

#search02 h1 {
	text-align: center;
	font-size: 32px; font-size: 3.2rem;
	font-feature-settings: "palt" 1;
	line-height: 1.3;
	color: #908fbb;
	margin-bottom: 26px;
}

#search02 h1 img {
	width: 49px;
	margin-right: 10px;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: middle;
}

.sinryotitle {
	text-align: center;
	font-size: 33px; font-size: 3.3rem;
	font-feature-settings: "palt" 1;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 8px;
}

/* ▼共通PC */
.aiueo {
	text-align: center;
	font-size: 20px; font-size: 2.0rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	margin-bottom: 15px;
	color: #4d4d4d;
}

.itemlist > li {
	border-top: solid 4px #908fbb;
	border-bottom: solid 4px #908fbb;
	display: flex;
	margin-bottom: 35px;
}

.itemt_left {width: 500px;}

.itemt_left td {
	background: #f0f0f6;
	box-sizing: border-box;
	vertical-align: middle;
}

.itemt_left td.item_name {
	background: #f0f0f6 url("../img/list/arrow.png") left 30px center no-repeat;
	background-size: 10px;
}

.itemt_left td.item_cate {vertical-align: top;}

.item_name {
	font-size: 25px; font-size: 2.5rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	padding: 30px 25px 30px 50px;
	border-bottom: solid 1px #908fbb;
	font-weight: bold;
	height: 100px;
}

.item_hospital {
	font-size: 20px; font-size: 2.0rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	padding: 12px 25px 12px 50px;
	border-bottom: solid 1px #908fbb;
	font-weight: bold;
}

.item_cate {padding: 12px 25px 12px 50px;}

.item_cate > p {
	font-size: 25px; font-size: 2.5rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 8px;
}

.item_cate > ul li {
	font-size: 17px; font-size: 1.7rem;
	font-feature-settings: "palt" 1;
	list-style: disc;
	margin: 0 0 5px 20px;
}

.itemt_right {width: 500px;}

.itemt_right td {
	background: #fff;
	box-sizing: border-box;
	vertical-align: middle;
}

.itemt_add {
	padding: 12px 25px 12px 25px;
	border-bottom: solid 1px #908fbb;
}

.itemt_add > p {
	font-size: 17px; font-size: 1.7rem;
	font-feature-settings: "palt" 1;
	line-height: 1.3;
}

.itemt_tel {
	padding: 8px 25px 8px 25px;
	border-bottom: solid 1px #908fbb;
	font-size: 17px; font-size: 1.7rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
}

.itemt_url {
	padding: 8px 25px 8px 25px;
	border-bottom: solid 1px #908fbb;
	font-size: 17px; font-size: 1.7rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
}

.itemt_free {padding: 8px 25px 8px 25px;}

.itemt_free p {
	font-size: 17px; font-size: 1.7rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
}

.noitem {
	text-align: center;
	font-size: 20px; font-size: 2.0rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	padding-top: 30px;
}

/* ▼検索カテゴリPC */
#search_cate .inner {padding: 70px 0 120px 0;}

#search_cate ul {
	display: flex;
	width: 920px;
	margin: 0 auto;
	justify-content: space-between;
}

#search_cate li a {
	display: block;
	width: 283px;
	height: 84px;
	background: url("../img/search_btn.png");
	background-size: cover;
	color: #fff;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	padding: 29px 10px 10px 4px;
	font-size: 22px; font-size: 2.2rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
}

#search_cate li a:hover {
	background: url("../img/search_btn_hover.png");
	background-size: cover;
}

}

@media only screen and (max-width: 767px) {

/* ▼検索タイトルSP */
#search_title .inner {
	padding: 14vw 0 8vw 0;
	border-bottom: solid 1px #c8c7c4;
}

#search_title p {
	text-align: center;
	font-size: 6.5vw;
	font-feature-settings: "palt" 1;
	line-height: 1.3;
	color: #4d4d4d;
}

#search_title p span {
	display: block;
	font-size: 3vw;
	font-feature-settings: "palt" 1;
	color: #9d9d9e;
	font-weight: bold;
	padding-top: 2vw;
	letter-spacing: 0.2vw;
}

/* ▼住所検索SP */
#search01 .inner {padding: 6vw 0 0 0;}

#search01 h1 {
	text-align: center;
	font-size: 6.5vw;
	font-feature-settings: "palt" 1;
	line-height: 1.3;
	color: #908fbb;
	margin-bottom: 4vw;
}

#search01 h1 img {
	width: 11%;
	margin-right: 2%;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: middle;
}

.areatitle {
	width: 48%;
	margin: 0 auto 1.5vw auto;
	border-radius: 9999px;
	padding: 1.5vw 0;
	text-align: center;
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: none;
	color: #4d4d4d;
	border: solid 1vw #908fbb;
	box-sizing: border-box;
	background: #f0f0f6;
}

/* ▼診療科目検索SP */
#search02 .inner {padding: 6vw 0 0 0;}

#search02 h1 {
	text-align: center;
	font-size: 6.5vw;
	font-feature-settings: "palt" 1;
	line-height: 1.3;
	color: #908fbb;
	margin-bottom: 4vw;
}

#search02 h1 img {
	width: 11%;
	margin-right: 2%;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: middle;
}

.sinryotitle {
	text-align: center;
	font-size: 6vw;
	font-feature-settings: "palt" 1;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 3vw;
}

/* ▼共通SP */
.aiueo {
	text-align: center;
	font-size: 4.5vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	margin-bottom: 4vw;
	color: #4d4d4d;
}

.itemlist > li {
	border-top: solid 4px #908fbb;
	border-bottom: solid 4px #908fbb;
	margin-bottom: 35px;
}

.itemt_left {width: 100%;}

.itemt_left td {
	background: #f0f0f6;
	box-sizing: border-box;
	vertical-align: middle;
}

.itemt_left td.item_name {
	background: #f0f0f6 url("../img/list/arrow.png") left 4vw center no-repeat;
	background-size: 2vw;
}

.itemt_left td.item_cate {vertical-align: top;}

.item_name {
	font-size: 6vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	padding: 4.5vw 4vw 4.5vw 9vw;
	border-bottom: solid 1px #908fbb;
	font-weight: bold;
}

.item_hospital {
	font-size: 4.5vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	padding: 3vw 4vw 3vw 9vw;
	border-bottom: solid 1px #908fbb;
	font-weight: bold;
}

.item_cate {padding: 3vw 4vw 3vw 9vw;}

.item_cate > p {
	font-size: 5.5vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 2vw;
}

.item_cate > ul li {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	list-style: disc;
	margin: 0 0 2vw 4vw;
}

.itemt_right {width: 100%;}

.itemt_right td {
	background: #fff;
	box-sizing: border-box;
	vertical-align: middle;
}

.itemt_add {
	padding: 3vw 4vw 3vw 4vw;
	border-bottom: solid 1px #908fbb;
}

.itemt_add > p {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.5;
}

.itemt_tel {
	padding: 3vw 4vw 3vw 4vw;
	border-bottom: solid 1px #908fbb;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
}

.itemt_url {
	padding: 3vw 4vw 3vw 4vw;
	border-bottom: solid 1px #908fbb;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
}

.itemt_free {padding: 3vw 4vw 3vw 4vw;}

.itemt_free p {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
}

.noitem {
	text-align: center;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	padding-top: 5vw;
}

/* ▼検索カテゴリSP */
#search_cate .inner {padding: 10vw 0 18vw 0;}

#search_cate ul {
	width: 62.3vw;
	margin: 0 auto;
	justify-content: space-between;
}

#search_cate li {margin-bottom: 4vw;}

#search_cate li a {
	display: block;
	width: 100%;
	height: 18.5vw;
	background: url("../img/search_btn.png");
	background-size: cover;
	color: #fff;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	padding: 6vw 4% 4vw 2%;
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
}

}
