@charset "UTF-8";

/*
Theme Name: 黒松泌尿器科
*/
/*-----------------------------------------
default
-----------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html {
	font-family: 'Noto Sans JP', sans-serif, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	color: #000000;
	font-size: 20px;
}

.font-en {
	font-family: "Jost";
}

.font-serif {
	font-family: "Zen Antique";
}

a {
	transition: 0.3s linear all;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	transition: 0.3s;
}

li {
	list-style-type: none;
}

p,
th,
td,
li,
dt,
dd {
	line-height: 1.8em;
	font-size: 20px;
}

tbody {
	-webkit-text-size-adjust: 100%;
}

img {
	border: none !important;
	height: auto;
	max-width:100%;
}

.anchor {
	padding-top: 80px;
	margin-top: -80px;
	display: block;
}

/*-----------------------------------------
common
-----------------------------------------*/
.wrapper {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.wrapper main {
	display: block;
	padding-top: 80px;
}

.wrapper article {
	width: 100%;
	margin: 0 auto;
}

.wrapper section {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}

.wrapper section.top_link {
	padding: 20px 0 80px;
}

.wrapper section.top {
	padding: 70px 0 40px;
}

.wrapper section.top.recruit_none {
	padding: 70px 0;
}

.wrapper section.last {
	padding: 60px 0 100px;
}

.wrapper section .section_inner {
	width: 1480px;
	max-width: 90%;
	margin: 0 auto;
}

.wrapper section h2 {
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 50px;
	line-height: 1.3;
	border-bottom: 1px solid #77A5C5;
}

.wrapper section .h2_center {
	text-align: center;
}
.wrapper section h2.size12 {
	padding:10px 20px;
	margin-bottom:15px;
}

.wrapper section h3 {
	margin-bottom: 60px;
	font-weight: 600;
	line-height: 1.5;
}
.wrapper section h3.size12 {
	margin-bottom:10px;
}
.wrapper section h3.size12 {
	margin-bottom:0;
}

.wrapper section h4 {
	margin-top: 60px;
	margin-bottom: 20px;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.wrapper section h4::after {
	border-top: 1px solid #00406C;
	content: "";
	flex-grow: 1;
	margin-left: 0.7em;
}

.wrapper section div.btn a {
	display: block;
	position: relative;
	border-radius: 30px;
	background-image: url(./images/common/icon_arrow.svg);
	background-repeat: no-repeat;
	background-position: right 22px center;
	background-size: 15px;
	transition: 0.4s;
	padding: 16px 0px;
	width: 230px;
	box-sizing: border-box;
	margin: 0 auto;
}

.wrapper section div.btn a:hover {
	background: #00ACBA;
	background-image: url(./images/common/icon_arrow.svg);
	background-repeat: no-repeat;
	background-position: right 18px center;
	background-size: 15px;
	color: white;
}

.wrapper section div.btn a.bg_orange:hover {
	background: #FF7A00;
	background-image: url(./images/common/icon_arrow.svg);
	background-repeat: no-repeat;
	background-position: right 18px center;
	background-size: 15px;
}

.clear {
	clear: both;
	display: inline-block;
	width: 100%;
}

.underline {
	text-decoration: underline;
}

.underline:hover {
	text-decoration: underline;
	opacity: 0.9;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.fl_right {
	float: right;
}

.fl_left {
	float: left;
}

.blue {
	color: #00406C;
}

.lightblue {
	color: #77A5C5;
}

.orange {
	color: #FF7A00;
}

.pink {
	color: #F5617D;
}

.white {
	color: white;
}

.red {
	color: red;
}
.purple{
	color: #6f66ec;
}
.bg_blue {
	background: #00406C;
}

.bg_blue02 {
	background: #77A5C5;
}

.bg_lightblue02 {
	background: #F7F9FF;
}

.bg_lightblue {
	background: #C8DCEA;
}

.bg_orange {
	background: #FFA500;
}

.bg_lightorange {
	background: #FFF1D8;
}

.bg_lightpink {
	background: #FFF4F6;
}

.bg_green {
	background: #00ACBA;
}

.bg_green02 {
	background: #63BA54;
}

.bg_lightgreen {
	background: #F7FFF5;
}

.bg_pink {
	background: #F5617D;
}

.bg_gray {
	background: #F6F6F6;
}

.bg_purple {
	background: #E7E5FE;
}

.medium {
	font-weight: 500;
}

.bold {
	font-weight: 600;
}

.size10 {
	font-size: 10px;
}

.size11 {
	font-size: 11px;
}

.size12 {
	font-size: 12px;
}

.size13 {
	font-size: 13px;
}

.size14 {
	font-size: 14px;
}

.size16 {
	font-size: 16px;
}

.size18 {
	font-size: 18px;
}

.size21 {
	font-size: 21px;
}

.size22 {
	font-size: 22px;
}

.size24 {
	font-size: 24px;
}

.size28 {
	font-size: 28px;
}

.size30 {
	font-size: 30px;
}

.size35 {
	font-size: 35px;
}

.size40 {
	font-size: 40px;
}

.size45 {
	font-size: 45px;
}

/*-----------------------------------------
header
-----------------------------------------*/
.wrapper header {
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
}

.wrapper header .header_inner {
	width: 1480px;
	max-width: 95%;
	margin: 0 auto;
	overflow: hidden;
	height: 50px;
	padding: 15px 0;
	display:flex;
	justify-content:space-between;
}

.wrapper header .header_inner div.header_left {
	
}

.wrapper header .header_inner div.header_left h1 {
	font-weight: 200;
}

.wrapper header .header_inner div.header_left div.txt {
	float: left;
}

.wrapper header .header_inner ul.header_menu {
	overflow: hidden;
	display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper header .header_inner ul.header_menu li {
	overflow: hidden;
	float: left;
}

.wrapper header .header_inner ul.header_menu li.menu a {
	display: block;
	padding: 15px 10px;
	line-height: 1.3;
	transition: 0.4s;
	letter-spacing: 1px;
}

.wrapper header .header_inner ul.header_menu li.tel {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #77A5C5;
	line-height: 1.3;
}

.wrapper header .header_inner ul.header_menu li.tel a {
	position: relative;
	padding-left: 25px;
}

.wrapper header .header_inner ul.header_menu li.tel a::before {
	position: absolute;
	top: 2px;
	left: 0px;
	content: url(./images/common/icon_tel.svg);
	width: 20px;
}

.wrapper header .header_inner ul.header_menu li.menu_btn {
	margin-left: 15px;
}

.wrapper header .header_inner ul.header_menu li.menu_btn a {
	line-height: 1.3;
	display: block;
	position: relative;
	border-radius: 30px;
	background-image: url(./images/common/icon_calendar.svg);
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: 15px;
	transition: 0.4s;
	padding: 15px 0px 15px 43px;
	width: 115px;
	box-sizing: border-box;
}

.wrapper header .header_inner ul.header_menu li.menu_btn a:hover {
	background: #00ACBA;
	background-image: url(./images/common/icon_calendar.svg);
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: 15px;
	color: white;
}

.wrapper header .header_inner ul.header_menu li.menu a:hover {
	color: #00ACBA;
}

.wrapper header .header_inner .menu_sp {
	display: none;
}

/*-----------------------------------------
footer
-----------------------------------------*/
footer .footer_inner {
	width: 1480px;
	max-width: 95%;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 50px;
}

footer .footer_inner .footer_left {
	float: left;
	margin-right: 40px;
}

footer .footer_inner .footer_left div.logo img {
	width: 220px;
	margin-bottom: 25px;
}

footer .footer_inner .footer_left a.fax {
	pointer-events: none;
	color: white !important;
}

footer .footer_inner ul.footer_menu {
	float: right;
	display: flex;
}

footer .footer_inner ul.footer_menu li {
	margin: 0 25px 5px 0;
}

footer .footer_inner ul.footer_menu li a {
	transition: 0.4s;
}

footer .footer_inner ul.footer_menu li a:hover {
	color: #C8DCEA;
}

.pagetop {
	position: fixed;
	right: 20px;
	bottom: 25px;
	display: none;
	width: 45px;
	height: 45px;
	z-index: 999;
}

.page-recruit .pagetop {
	bottom: 88px;
}

.pagetop a {
	background: #77A5C5;
	padding: 13px;
	border-radius: 25px;
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.pagetop a:hover {
	background: #59829f；
}

/*-----------------------------------------
footer_top
-----------------------------------------*/
section.footer_top {
	padding: 90px 0;
}

section.footer_top .section_inner .btn {
	position: absolute;
	top: 0;
	right: 0;
}

section.footer_top iframe {
	float: left;
	margin-right: 3%;
	width: calc(100% - 580px - 5%);
	height: 450px;
}

section.footer_top div.info {
	position: relative;
	float: left;
	width: 580px;
}

section.footer_top div.info p.mt {
	margin-top: 20px;
}

section.footer_top div.info table.time {
	margin: 20px 0 -6px;
}

section.footer_top div.info table.time tr {
	border-bottom: 1px solid #77A5C5;
}

section.footer_top div.info table.time tr:last-child {
	border-bottom: none;
}

section.footer_top div.info table.time td {
	padding: 11px;
	width: 38px;
	text-align: center;

}

section.footer_top div.info table.time td.right {
	padding: 11px 0px;
}

section.footer_top div.info table.time th {
	text-align: left;
	padding: 10px 10px 10px 0;
}

section.footer_top div.info div.tablecomment,
.page-clinic .sec_information div.tablecomment {
	margin-bottom: 34px;
}
section.footer_top div.info div.link {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}

section.footer_top div.info .square_btn a {
	display: block;
	position: relative;
	transition: 0.4s;
	box-sizing: border-box;
	margin: 0 auto;
	height: 80px;
}

section.footer_top div.info .square_btn a:hover {
	background: #002B48;
	color: white;
}

section.footer_top div.info .square_btn.tel {
	line-height: 1.3;
	margin-right: 15px;
}

section.footer_top div.info .square_btn.tel a {
	padding: 10px 25px;
	display: flex;
    align-items: center;
    justify-content: center;
}

section.footer_top div.info .square_btn.tel p.size24 {
	position: relative;
	padding-left: 30px;
	line-height: 1.5;
	display: inline-block;
}

section.footer_top div.info .square_btn.tel p.size24::before {
	position: absolute;
	top: 4px;
	left: 0px;
	content: url(./images/common/icon_tel_w.svg);
	width: 18px;
}

section.footer_top div.info .square_btn.reserv {
	margin-right: 35px;
}

section.footer_top div.info .square_btn.reserv a {
	padding: 15px 25px;
}

section.footer_top div.info .square_btn.reserv p.size16 {
	position: relative;
	padding-left: 26px;
	line-height: 1.5;
	margin-bottom: 7px;
	display: inline-block;
}

section.footer_top div.info .square_btn.reserv p.size16::before {
	position: absolute;
	top: 3px;
	left: 0px;
	content: url(./images/common/icon_calendar.svg);
	width: 18px;
}

section.footer_top div.info div.insta img {
	width: 45px;
	padding-top: 17px;
}

section.footer_top div.info div.insta a {
	display: block;
}

/*-----------------------------------------
top
-----------------------------------------*/
/*------sec_mainimg------*/
.home section.sec_mainimg {
	position: relative;
	/*background: url(./images/index/mainimg_bg.webp) no-repeat center;
	background-size: cover;*/
	height: 600px;
	padding: 0;
}

div#n2-ss-2 .n2-ss-slide {
	width: 100%;
	height: 600px;
	object-fit: cover;
}

@media screen and (min-width: 1240px) {
	.home section.sec_mainimg {
		height: 720px;
		max-width: 1480px;
		margin: 0 auto;
	}

	div#n2-ss-2 .n2-ss-slide {
		height: 720px;
	}
}

.home section.sec_mainimg div.right {
	position: absolute;
	top: 40px;
	right: 2.5%;
	border-radius: 143px;
	background: orange;
	padding: 50px 0px;
	height: 240px;
	width: 240px;
	box-sizing: border-box;
}

.home section.sec_mainimg div.banner {
	position: absolute;
	bottom: 40px;
	right: 2.5%;
}

.home section.sec_mainimg div.banner a {
	padding: 10px 45px;
	box-sizing: border-box;
	border-radius: 67px;
	background: white;
	border: 3px solid #00406C;
	color: #00406C;
	display: block;
}

.home section.sec_mainimg div.banner p.sub {
	border-bottom: 1px solid white;
	display: inline-block;
}

.home section.sec_mainimg div.banner a:hover {
	opacity: 0.9;
}

/*------circle------*/
.home section.sec_feature_circle .section_inner ul{
    display: flex;
	justify-content: center;
	gap: 32px;
}
.home section.sec_feature_circle .section_inner ul li.circle-wrap{
    text-align: center;
    color: #FFFFFF;
	background-color: #00406C;
	border-radius: 50%;
	width: 300px;
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.home section.sec_feature_circle .section_inner ul li.circle-wrap p{
	font-size: 21px;
	line-height: 32px;
}
.home section.sec_feature_circle .section_inner ul li .icon {
	height: 100px;
	line-height: 100px;
	margin-bottom: 24px;
}
.home section.sec_feature_circle .section_inner ul li .icon img{
	height: 100px;
}
.home section.sec_feature_circle .section_inner ul li:nth-child(2) .icon img{
	width: 36%;
}
/*------sec_greeting------*/
.wrapper section.sec_message {
	padding: 100px 0 80px;
}

.home section.sec_message div.btn_list {
	margin: 60px 0 60px;
	display: flex;
	justify-content: center;
	gap: 30px;
}

/*------sec_treatment------*/
.home section.sec_treatment div.treatment_list {
	display: flex;
	justify-content: center;
	gap: 50px;
	padding: 0 30px;
	box-sizing: border-box;
}

.home section.sec_treatment div.treatment_list>div {
	flex: 1;
}

.home section.sec_treatment div.treatment_list h3 {
	padding: 13px 0;
	margin-bottom: 27px;
}

.home section.sec_treatment div.treatment_list div.bg_list {
	padding: 25px 35px;
	box-sizing: border-box;
	margin: 0 auto 45px;
	width: 100%;
	text-align: center;
	position: relative;
}

.home section.sec_treatment div.treatment_list div.bg_list::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -45px;
	border: 45px solid transparent;
	border-top: 25px solid #F6F6F6;
}

.home section.sec_treatment div.treatment_list div.bg_list ul {
	display: inline-block;
	text-align: left;
}

.home section.sec_treatment div.treatment_list .treatment_expense div.bg_list ul {
	display: flex;
	flex-wrap: wrap;
}

.home section.sec_treatment div.treatment_list .treatment_expense div.bg_list ul li {
	width: 49%;
	gap: 1%;
}

.home section.sec_treatment div.treatment_list .treatment_expense div.bg_list ul li.one {
	width: 100%;
}

.home section.sec_treatment div.treatment_list div.bg_list ul li {
	display: block;
	text-align: left;
	margin: 0 0 15px;
	width: auto;
	position: relative;
	padding-left: 1.7em;
	line-height: 1.5;
	box-sizing: border-box;
}

.home section.sec_treatment div.treatment_list .treatment_uro ul li::before {
	position: absolute;
	top: 4px;
	left: 0px;
	content: url(./images/common/icon_check.svg);
	width: 23px;
}

.home section.sec_treatment div.treatment_list .treatment_expense ul li::before {
	position: absolute;
	top: 4px;
	left: 0px;
	content: url(./images/common/icon_maru.svg);
	width: 18px;
}

.home section.sec_treatment div.btn {
	margin-top: 50px;
}

/*------sec_vaccine_info 追記------*/
.home .sec_vaccine_info .section_inner .vaccine_info_title .vaccine_title {
	padding-bottom: 12px;
    margin-bottom: 30px;
    border-bottom: 1px solid #77A5C5;
}
.home .sec_vaccine_info .section_inner .vaccine_info_title p {
	padding-bottom: 50px;
}

.home .sec_vaccine_info .section_inner .vaccine_info_wrap {
	display: flex;
	gap: 5%;
	justify-content:center;
}

.home .sec_vaccine_info .section_inner .vaccine_info_wrap .vaccine_info_box {
	background-color: #f6f6f6;
	padding: 30px 40px;
	width: calc((100% - 5%) / 2);
}

.home .sec_vaccine_info .section_inner .vaccine_info_wrap .vaccine_info_box .vaccine_list .vaccine_name {
	text-align: center;
	font-weight: 500;
}

.home .sec_vaccine_info .section_inner .vaccine_info_wrap .vaccine_info_box .vaccine_list .vaccine_name span {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #00406C;
	padding: 4px 10px;
	margin-right: 18px;
}

.home .sec_vaccine_info .section_inner .vaccine_info_wrap .vaccine_info_box .vaccine_link {
	text-align: center;
	margin-top: 30px;
}

.home .sec_vaccine_info .section_inner .vaccine_info_wrap .vaccine_info_box .vaccine_link a {
	color: #00406C;
	border-bottom: 1px solid #00406C;
}

/*------sec_feature------*/
.home section.sec_feature div.bg_lightblue02 {
	padding: 70px;
	box-sizing: border-box;
}

.home section.sec_feature ul.feature_list {
	display: flex;
	justify-content: center;
	gap: 45px;
}

.home section.sec_feature ul.feature_list li {
	flex: 1;
}

.home section.sec_feature ul.feature_list li img {
	vertical-align: bottom;
}

.home section.sec_feature ul.feature_list li div.txt {
	padding: 17px 0;
}

.home section.sec_feature ul.feature_list li div.txt p {
	line-height: 1.6;
}

/*------sec_news------*/
.home section.sec_news {
	padding: 0;
}

.home section.sec_news .section_inner {
	width: 1000px;
}

.home section.sec_news ul li {
	margin-bottom: 10px;
}

.home section.sec_news ul li a {
	padding: 15px 20px;
	display: block;
	color: #00406C;
	background: #f2f2f2;
}

.home section.sec_news ul li a:hover {
	opacity: 0.7;
}

.home section.sec_news ul li .date {
	float: left;
	margin-right: 1em;
	line-height: 2.1;
	font-size: 15px;
	color: #77A5C5;
}

.home section.sec_news ul li .title {
	overflow: auto;
	line-height: 1.5;
}

/*-----------------------------------------
内部共通
-----------------------------------------*/
/*------pageimg------*/
.wrapper .pageimg {
	width: 100%;
	overflow: hidden;
	background: url(./images/common/pageimg.webp) no-repeat center;
	background-size: cover;
	height: 240px;
}

.wrapper .pageimg .pageimg_inner {
	width: 1480px;
	max-width: 90%;
	margin: 0 auto;
	position: relative;
}

.wrapper .pageimg p.pagetitle {
	position: absolute;
	top: 85px;
	left: 0;
	letter-spacing: 2px;
	background: rgba(255, 255, 255, 0.8);
	padding: 7px 15px;
	display: inline-block;
	line-height: 1;
}

/*------breadcrumb------*/
.wrapper .breadcrumb {
	position: absolute;
	top: 10px;
	right: 0;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}

.wrapper .breadcrumb ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	justify-content: end;
}

.wrapper .breadcrumb ul li {
	letter-spacing: 1px;
	color: white;
	display: inline-block;
	white-space: nowrap;
	font-size: 12px;
}

.wrapper .breadcrumb ul li a {
	color: white;
}

/*------pagelink------*/
.wrapper section.pagelink ul {
	display: flex;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
}

.wrapper section.pagelink ul li a {
	display: block;
	position: relative;
	border-radius: 30px;
	border: 1px solid #00406C;
	background-image: url(./images/common/icon_anchor.svg);
	background-repeat: no-repeat;
	background-position: right 22px top 24px;
	background-size: 12px;
	transition: 0.4s;
	padding: 16px 0px;
	width: 230px;
	box-sizing: border-box;
	margin: 0 auto;
	line-height: 1;
}

.wrapper section.pagelink ul li a:hover {
	background: #F7F9FF;
	background-image: url(./images/common/icon_anchor.svg);
	background-repeat: no-repeat;
	background-position: right 22px top 26px;
	background-size: 12px;
}

/*-----------------------------------------
urology
-----------------------------------------*/
/*------sec_checklist------*/
.page section.sec_checklist {
	padding-bottom: 100px;
}

.page section.sec_checklist div.check_list {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	margin-bottom: 45px;
}

.page section.sec_checklist div.check_list>div {
	width: 49%;
	margin-bottom: 45px;
}

.page section.sec_checklist div.check_list p.title {
	background: #00406C;
	padding: 3px 0 5px;
	box-sizing: border-box;
	margin: 0px auto 30px;
	width: 100%;
	text-align: center;
	position: relative;
}

.page section.sec_checklist div.check_list p.title::before {
	content: "";
	position: absolute;
	top: 98%;
	left: 50%;
	margin-left: -45px;
	border: 45px solid transparent;
	border-top: 15px solid #00406C;
}

.page section.sec_checklist div.check_list p.sub {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 20px;
}

.page section.sec_checklist div.check_list p.sub:before,
.page section.sec_checklist div.check_list p.sub:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background-color: #77A5C5;
}

.page section.sec_checklist div.check_list p.sub:before {
	margin-right: 1em;
}

.page section.sec_checklist div.check_list p.sub:after {
	margin-left: 1em;
}

.page section.sec_checklist div.check_list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}

.page section.sec_checklist div.check_list ul li {
	width: 49%;
	margin: 0 0 7px;
	position: relative;
	padding-left: 1.7em;
	box-sizing: border-box;
	line-height: 1.4;
}

.page section.sec_checklist div.check_list ul.one {
	gap: 0;
}

.page section.sec_checklist div.check_list ul.one li {
	width: 100%;
}

.page section.sec_checklist div.check_list ul li::before {
	position: absolute;
	top: 4px;
	left: 0px;
	content: url(./images/common/icon_check.svg);
	width: 23px;
}

/*------sec_disease------*/
.page section.sec_disease {
	padding: 70px 0;
}

.page section.sec_disease div.disease_list {
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
}

.page section.sec_disease div.disease_list>div {
	flex: 1;
}

.page section.sec_disease div.disease_list p.title {
	border-bottom: 1px solid #77A5C5;
	padding-bottom: 3px;
	margin-bottom: 15px;
}

.page-urology section div.btn.mt {
	margin-top: 65px;
}

.page-urology section.last {
	padding-top: 80px;
}

/*-----------------------------------------
clinic
-----------------------------------------*/
/*------sec_greeting------*/
.page section.sec_greeting div.greeting {
	display: flex;
	flex-direction: row-reverse;
	gap: 45px;
}

.page section.sec_greeting div.greeting div.imgbox img.portrait {
	width: 336.5px;
}

.page section.sec_greeting div.greeting div.imgbox img.name {
	width: 170px;
	float: right;
	margin-top: 20px;
}

.page section.sec_greeting div.greeting div.history_list {
	display: flex;
	gap: 40px;
	margin-top: 10px;
}

.page section.sec_greeting div.greeting div.history_list ul li {
	margin-bottom: 5px;
}

/*------sec_information------*/
.page section.sec_information div.slide {
	float: left;
	margin-right: 3%;
	width: calc(100% - 580px - 5%);
}

.page section.sec_information div.txt {
	float: left;
	width: 580px;
	max-width: 100%;
}

.page section.sec_information div.txt p.mt {
	margin-top: 20px;
}

.page section.sec_information div.txt table.time {
	margin-top: 30px;
}

.page section.sec_information div.txt table.time tr {
	border-bottom: 1px solid #77A5C5;
}

.page section.sec_information div.txt table.time tr:last-child {
	border-bottom: none;
}

.page section.sec_information div.txt table.time td {
	padding: 11px;
	width: 38px;
	text-align: center;

}

.page section.sec_information div.txt table.time th {
	text-align: left;
	padding: 10px 10px 10px 0;
}

.page section.sec_information div.txt div.link {
	display: flex;
	justify-content: left;
	margin-top: 25px;
}

.page section.sec_information div.txt .square_btn.tel {
	line-height: 1.3;
	margin-right: 15px;
}

.page section.sec_information div.txt .square_btn.tel a {
	padding: 7px 20px;
	position: relative;
	transition: 0.4s;
	box-sizing: border-box;
	margin: 0 auto;
	height: 80px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.page section.sec_information div.txt .square_btn.tel p.size28 {
	position: relative;
	padding-left: 30px;
	line-height: 1.3;
}

.page section.sec_information div.txt .square_btn.tel p.size28::before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: url(./images/common/icon_tel.svg);
	width: 20px;
}

.page section.sec_information div.txt .square_btn.fax p {
	padding: 0 20px;
	display: block;
	position: relative;
	transition: 0.4s;
	box-sizing: border-box;
	margin: 0 auto;
	height: 80px;
}

.page section.sec_information div.txt .square_btn.fax a {
	pointer-events: none;
	color: #00406C !important;
}

.page section.sec_information div.txt div.btn a {
	margin: 0;
}

.page section.sec_information .slide01_thum .slick-slide {
	margin: 10px 5px;
}

.page section.sec_information .slide01_thum .slick-current img {
	border: 1px solid #00406C !important;
}

.page section.sec_information .post {
	margin-top: 60px;
	transition: 0.1s linear all;
	padding: 20px 30px;
	box-sizing: border-box;
}

.page section.sec_information .post p {
	position: relative;
	line-height: 1.5;
}

.page section.sec_information .post p span {
	padding-left: 40px;
}

.page section.sec_information .post>p:before,
.page section.sec_information .post>p:after {
	position: absolute;
	left: 0px;
	top: 14px;
	content: "";
	width: 20px;
	height: 2px;
	background: #0a3553;
}

.page section.sec_information .post>p:after {
	transform: rotate(90deg);
	transition: 0.1s linear all;
}

.page section.sec_information .post>p.active:after {
	transform: rotate(0deg);
}

.page section.sec_information .post .post_inner {
	display: none;
	margin-bottom: 25px;
}

.page section.sec_information .post .post_inner p.blue {
	margin: 30px 0 10px;
}

/*------sec_equipment------*/
.page section.sec_equipment div.bg_gray {
	padding: 60px 0;
	margin: 60px 0;
}

.page section.sec_equipment div.equipment_slide {
	width: 700px;
	max-width: 80%;
	margin: 0 auto;
}

.page section.sec_equipment div.equipment_slide p.bg_blue {
	padding: 5px 15px;
	box-sizing: border-box;
	line-height: 1.3;
}

.page section.sec_equipment .slide02_thum .slick-slide {
	margin: 20px 5px;
}

.page section.sec_equipment .slide02_thum .slick-current img {
	border: 1px solid #00406C !important;
}

/*-----------------------------------------
access
-----------------------------------------*/
/*------sec_map------*/
.page section.sec_map p.add {
	display: table;
	margin: 40px auto 60px;
	padding: 6px 17px;
	box-sizing: border-box;
}

.page section.sec_map iframe {
	width: 900px;
	height: 300px;
	max-width: 100%;
	margin: 0px auto;
	display: block;
}

/*------sec_access------*/
.page section.sec_access ul.access_list {
	display: flex;
	flex-wrap: wrap;
	gap: 1%;
	margin: 70px 0 15px;
}

.page section.sec_access ul.access_list.hol {
	margin: 45px 0 0px;
}

.page section.sec_access ul.access_list li {
	width: 24%;
	margin-bottom: 40px;
}

.page section.sec_access ul.access_list li div.img {
	position: relative;
	margin-bottom: 5px;
}

.page section.sec_access ul.access_list li div.img p {
	position: absolute;
	top: 15px;
	left: 15px;
	border-radius: 30px;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.page section.sec_access ul.access_list.hol li div.img p {
	top: -25px;
	left: 0%;
	width: 100%;
	border-radius: 0;
}

.page section.sec_access ul.access_list li p {
	line-height: 1.5;
}

.page section.sec_access ul.access_list.flow02 {
	margin-top: 35px;
}

div.supplement {
	display: table;
	margin: 40px auto 60px;
	padding: 24px 35px;
	box-sizing: border-box;
}

/*-----------------------------------------
recruit
-----------------------------------------*/
/*------sec_recruitment------*/
.page section.sec_recruitment ul.recruitment_tab {
	border-bottom: 1px solid #00406C;
	margin: 60px 0;
}

.page section.sec_recruitment ul.recruitment_tab li {
	width: 200px;
	display: inline-block;
	margin-right: 5px;
	line-height: 43px;
	cursor: pointer;
}

.page section.sec_recruitment ul.recruitment_tab li {
	border-bottom: none;
	transition: 0.1s linear all;
}

.page section.sec_recruitment ul.recruitment_tab li.on,
.page section.sec_recruitment ul.recruitment_tab li:hover {
	background: #00406C;
	color: white;
}

.page section.sec_recruitment .tab_inner {
	display: none;
}

.page section.sec_recruitment .tab_inner.on {
	display: inline-block;
	margin-bottom: 100px;
	width: 100%;
}

.page section.sec_recruitment .tab_inner img {
	float: left;
	width: 301px;
	margin-right: 50px;
}

.page section.sec_recruitment .tab_inner table {
	width: 100%;
}

.page section.sec_recruitment table.default tr {
	border-bottom: 1px solid #77A5C5;
}

.page section.sec_recruitment table.default th {
	font-weight: normal;
	text-align: left;
	padding: 12px 0 12px 0;
	width: 10em;
}

.page section.sec_recruitment table.default td {
	padding: 10px;
	width:80%;
}

/*------sec_entry------*/
.page section.sec_entry {
	padding: 110px 0 90px;
}

.page section.sec_entry div.form {
	width: 1000px;
	max-width: 100%;
	margin: 70px auto 0px;
	display: block;
}

.page section.sec_entry div.form table {
	width: 100%;
	margin-bottom: 55px;
}

.page section.sec_entry div.form table.default tr {
	border-bottom: 1px solid #C8DCEA;
}

.page section.sec_entry div.form table th span {
	padding: 2px 6px;
	margin-left: 15px;
	line-height: 1;
}

.page section.sec_entry div.form table th {
	width: 17em;
	vertical-align: middle;
	padding: 10px 0;
	text-align: left;
}

.page section.sec_entry div.form table tr td {
	width: calc(100% - 17em);
	padding: 10px;
}

.page section.sec_entry div.form table tr td span {
	font-size: 18px;
}

.page section.sec_entry div.form table tr td span.birth {
	margin: 0 8px;
}

.page section.sec_entry div.form table tr td .wpcf7-list-item.first {
	margin-left: 0;
}

.page section.sec_entry div.form table tr td input[type="text"],
.page section.sec_entry div.form table tr td input[type="tel"],
.page section.sec_entry div.form table tr td input[type="email"],
.page section.sec_entry div.form table tr td textarea {
	padding: 12px;
	width: calc(100% - 20px);
	border: none !important;
	background: #F6F6F6;
}

.page section.sec_entry div.form table tr td.addnumber input[type="text"] {
	width: 200px;
	max-width: 100%;
}

.page section.sec_entry div.form table tr td select {
	padding: 12px;
	width: 100px;
	border: none !important;
	background: #F6F6F6;
}

.page section.sec_entry div.form table .wpcf7-list-item {
	margin: 0px 20px 0px 0;
	vertical-align: text-bottom;
}

span.wpcf7-list-item-label {
	vertical-align: middle;
	font-size: 14px;
	margin-left: 7px;
}

.page section.sec_entry div.form .submit {
	text-align: center;
	margin-top: 40px;
}

.page section.sec_entry div.form .submit input[type="submit"] {
	border: none;
	background: #00406C;
	color: white;
	width: 200px;
	line-height: 48px;
	border-radius: 32px;
	font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	transition: 0.4s;
	font-size: 20px;
}

.page section.sec_entry div.form .submit input[type="submit"]:hover {
	background: #00ACBA;
}

.page section.sec_entry div.form .submit .wpcf7-spinner {
	display: block;
}

.page section.sec_entry div.form .caution .wpcf7-form-control-wrap {
	margin-right: 10px;
}

/*------sec_policy------*/
.wrapper section.sec_policy {
	padding: 0px 0 100px;
}

.page .wrapper section.sec_policy div.policy {
	margin-top: 60px;
}

.page .wrapper section.sec_policy div.policy p.blue {
	margin: 25px 0 3px;
}

/*-----------------------------------------
expense
-----------------------------------------*/
.page-expense .wrapper section.pagelink ul li a.orange {
	border: 1px solid #FF7A00;
	background-image: url(./images/common/icon_anchor_orange.svg);
	background-repeat: no-repeat;
	width: 280px;
	padding: 16px 20px 16px 0px;
}

.page-expense .wrapper section.pagelink ul li a.orange:hover {
	background: #FFF1D8;
	background-image: url(./images/common/icon_anchor_orange.svg);
	background-repeat: no-repeat;
	background-position: right 22px top 26px;
	background-size: 12px;
}

.page-expense .wrapper section.pagelink ul li a.pink {
	border: 1px solid #F5617D;
	background-image: url(./images/common/icon_anchor_pink.svg);
	background-repeat: no-repeat;
	width: 280px;
	padding: 16px 20px 16px 0px;
}

.page-expense .wrapper section.pagelink ul li a.pink:hover {
	background: #FFF4F6;
	background-image: url(./images/common/icon_anchor_pink.svg);
	background-repeat: no-repeat;
	background-position: right 22px top 26px;
	background-size: 12px;
}

.page-expense .wrapper section.pagelink ul li a.green {
	border: 1px solid #63BA54;
	background-image: url(./images/common/icon_anchor_green.svg);
	background-repeat: no-repeat;
	padding: 16px 20px 16px 0px;
	padding: 16px 20px 16px 0px;
	color: #63BA54;
}

.page-expense .wrapper section.pagelink ul li a.green:hover {
	background: #F7FFF5;
	background-image: url(./images/common/icon_anchor_green.svg);
	background-repeat: no-repeat;
	background-position: right 22px top 26px;
	background-size: 12px;
}

.page-expense .wrapper section.pagelink ul li a.purple {
	border: 1px solid #6f66ec;
	background-image: url(./images/common/icon_anchor_purple.svg);
	background-repeat: no-repeat;
	padding: 16px 20px 16px 0px;
	padding: 16px 20px 16px 0px;
	color: #6f66ec;
}

.page-expense .wrapper section.pagelink ul li a.purple:hover {
	background: #E7E5FE;
	background-image: url(./images/common/icon_anchor_purple.svg);
	background-repeat: no-repeat;
	background-position: right 22px top 26px;
	background-size: 12px;
}
/*
.page-expense .wrapper section.pagelink ul li:nth-child(4) a {
	width: 280px;
	padding: 16px 20px 16px 0px;
}
*/
.page-expense .wrapper section.pagelink ul li a.blue {
    width: 280px;
	padding: 16px 20px 16px 0px;
}

.page-expense .wrapper section span.small {
	font-size: 12px;
}

/*------sec_place------*/
.page section.sec_place {
	padding-bottom: 20px;
}

.page section.sec_place .place_list {
	display: flex;
	gap: 2%;
}

.page section.sec_place table {
	width: 100%;
}

.page section.sec_place table th a {
	text-decoration: underline;
}

.page section.sec_place table.tbeauty .ml {
	margin-left: 1em;
}

.page section.sec_place table.tbeauty th,
.page section.sec_place table.tbeauty td {
	border: 1px solid #FF7A00;
	padding: 8px 15px;
	font-size: 18px;
}

.page section.sec_place table.tinspe th.pinkline,
.page section.sec_place table.tinspe td.pinkline {
	border: 1px solid #F5617D;
}

.page section.sec_place table.tinspe th.pinkline a {
	color: #F5617D;
}

.page section.sec_place table.tinspe th.greenline,
.page section.sec_place table.tinspe td.greenline {
	border: 1px solid #63BA54;
}

.page section.sec_place table.tinspe th.greenline a {
	color: #63BA54;
}

.page section.sec_place table.tinspe th{
	border: 1px solid #00406C;
	padding: 8px 15px;
	font-size: 18px;
	
}
.page section.sec_place table.tinspe td {
	border: 1px solid #00406C;
	padding: 8px 15px;
	font-size: 18px;
	
}

.page section.sec_place table th {
	text-align: left;
}

/*------sec_beauty------*/
.page .wrapper section.sec_beauty h4::after {
	border-top: 1px solid #FF7A00;
}

.page .wrapper section.sec_beauty div.content {
	padding: 7px 15px;
	background: #f6f6f6;
	margin: 10px 0 17px;
}

.page .wrapper section.sec_beauty div.content p {
	line-height: 1.6;
}

.page .wrapper section.sec_beauty div.content span {
	margin-right: 1em;
}

.page .wrapper section.sec_inspection span.time,
.page .wrapper section.sec_beauty span.time {
	display: inline-block;
	padding: 0px 10px 2px;
	line-height: 1.5;
}


.page .wrapper section.sec_beauty div.merit,
.page .wrapper section.sec_artMake div.merit {
	display: flex;
	gap: 20px;
}
.page .wrapper section.sec_inspection div.merit{
	display: flex;
	gap: 20px;
	margin-top:40px;	
}

.page .wrapper section.sec_beauty div.merit > div,
.page .wrapper section.sec_inspection div.merit > div {
	width: 50%;
	padding: 7px 15px;
	background: #f6f6f6;
}
.page .wrapper section.sec_beauty div.merit div {
	width: 50%;
	padding: 7px 15px;
	background: #f6f6f6;
}

.page .wrapper section.sec_beauty div.merit.cnone {
	margin-top: 17px;
}

.page .wrapper section.sec_beauty div.btn {
	margin-top: 30px;
}
.page .wrapper section.sec_beauty div.merit > div.scroll {
	padding:0;
	background:none;
}
.page .wrapper section.sec_beauty div.btn a {
	background-image: url(./images/common/icon_tab.svg);
	background-repeat: no-repeat;
	background-position: right 22px center;
	background-size: 15px;
}

.page .wrapper section.sec_beauty div.btn a.bg_green02:hover {
	background: url(./images/common/icon_tab.svg) #4EAF3D;
	background-repeat: no-repeat;
	background-position: right 18px center;
	background-size: 15px;
}

/*------sec_bijiris------*/
.page section.sec_bijiris img.img01 {
	max-width: 1200px;
	margin: 0 auto 50px;
	display: block;
}

.page section.sec_bijiris p.pinktitle {
	background: #F5617D;
	padding: 0;
	margin: 60px 0 40px;
}

.page section.sec_bijiris div.onayami_list {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	margin-bottom: 45px;
}

div.onayami_list>div {
	width: 49%;
	margin-bottom: 45px;
}

.page section.sec_bijiris div.onayami_list p.sub {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 20px;
}

.page section.sec_bijiris div.onayami_list p.sub:before,
.page section.sec_bijiris div.onayami_list p.sub:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background-color: #77A5C5;
}

.page section.sec_bijiris div.onayami_list p.sub:after {
	margin-left: 1em;
}

.page section.sec_bijiris div.onayami_list p.sub:before {
	margin-right: 1em;
}

.page section.sec_bijiris div.onayami_list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	max-width: 530px;
	margin: 0 auto;
}

.page section.sec_bijiris div.onayami_list ul li {
	width: 49%;
	margin: 0 0 7px;
	position: relative;
	padding-left: 1.7em;
	box-sizing: border-box;
	line-height: 1.4;
}

.page section.sec_bijiris div.onayami_list ul li::before {
	position: absolute;
	top: 4px;
	left: 0px;
	content: url(./images/common/icon_check.svg);
	width: 23px;
}

.page section.sec_bijiris div.muscles {
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
}

.page section.sec_bijiris div.muscles p {
	width: 60%;
}

.page section.sec_bijiris div.muscles div.img {
	width: 35%;
}

.page section.sec_bijiris table {
	width: 345px;
	max-width: 100%;
	margin: 30px auto 0;
}

.page section.sec_bijiris table th {
	text-align: left;
}

.page section.sec_bijiris table th,
.page section.sec_bijiris table td {
	border: 1px solid #F5617D;
	padding: 5px 15px;
	font-size: 18px;
}

.page section.sec_movie {
	margin: 40px 0;
}

.page section.sec_movie iframe {
	width: 700px;
	height: 400px;
	max-width: 100%;
	margin: 0 auto 20px;
	display: block;
}

.page section.sec_movie p.pink {
	margin-bottom: 30px;
}

/*------sec_inspection------*/
.wrapper section.sec_inspection h2 {
	margin-bottom: 20px;
}

.page section.sec_inspection table{
	width: 100%;
	margin-top: 30px;	
}
.page section.sec_beauty table {
	width: 100%;
}

.page section.sec_beauty table th,
.page section.sec_beauty table td,
.page section.sec_inspection table th,
.page section.sec_inspection table td {
	border: 1px solid #00406C;
	padding: 5px 15px;
	font-size: 18px;
}

.page section.sec_beauty table th.line,
.page section.sec_beauty table td.line,
.page section.sec_inspection table th.line,
.page section.sec_inspection table td.line {
	border-bottom: 4px double #00406C;
}

.page section.sec_beauty table th,
.page section.sec_inspection table th {
	text-align: left;
}
.page section.sec_inspection ul.link,
.page section.sec_beauty ul.link{
	display:flex;
	gap:20px 2%;
	flex-wrap:wrap;
	margin:20px 0;
}
.page section.sec_inspection  ul.link li,
.page section.sec_beauty ul.link li{
	width:32%;
}
.page section.sec_inspection  ul.link li a,
.page section.sec_beauty ul.link li a{
	display:block;
	border:1px solid #00406c;
	padding:10px 25px;
	color:#00406c;
	border-radius:30px;
	font-size:18px;
	position:relative;
}
.page section.sec_inspection  ul.link li a:before,
.page section.sec_beauty ul.link a:before{
	content:"→";
	position:absolute;
	right:20px;
	top:10px;
}
.page section.sec_inspection  ul.link li a:hover,
.page section.sec_beauty ul.link a:hover{
	background:#00406c;
	color:white;
}
.page section.sec_inspection  ul.link li a:hover:before,
.page section.sec_beauty ul.link a:hover:before{
	color:white;
}

/*------sec_artMake------*/
.page .wrapper section.sec_beauty h4.purple::after {
	border-top: 1px solid #6f66ec;
}
.page .wrapper section.sec_beauty .section_inner .artMake_flex{
	display: flex;
	gap: 48px;
}
.page .wrapper section.sec_beauty .section_inner .artMake_flex .artMake_practitionerIntro{
	background-color: #f6f6f6;
	padding: 16px 24px;
	font-size: 16px;
	margin-bottom: 24px;
}
.page .wrapper section.sec_beauty .section_inner p:nth-of-type(2){
	margin-bottom: 60px;
}
.page .wrapper section.sec_beauty .section_inner .artMake_flex .artMake_list{
	margin-bottom: 24px;
}
.page .wrapper section.sec_beauty .section_inner .artMake_flex .artMake_list li{
font-size: 16px;
}
.page .wrapper section.sec_beauty .section_inner .artMake_flex .artMake_left .artMake_name{
	margin-bottom: 16px;
}
.page .wrapper section.sec_beauty .section_inner .artMake_flex .artMake_left .artMake_account li a{
	border-bottom: 1px solid #6f66ec;
}
.page .wrapper section.sec_beauty .section_inner .artMake_flex .artMake_right{
	width: 26%;
}
.page .wrapper section.sec_beauty .section_inner .artMake_price li:not(:last-child){
	margin-bottom: 16px;
}
.page section.sec_artMake table th{
	text-align: center;
}

/*-----------------------------------------
クリニック情報
-----------------------------------------*/
.page-clinic main article section.post_content .section_inner .post_block {
	margin-bottom: 50px;
}
.page-clinic main article section.post_content .section_inner .post_block ul li:last-child,
.page-clinic main article section.post_content .section_inner .post_block:last-child {
	margin-bottom: 0;
}
.page-clinic main article section.post_content .section_inner .post_block ul {
	padding-left: 1em;
	margin-top: 20px;
	margin-bottom: 20px;
}
.page-clinic main article section.post_content#other .section_inner .post_block ul{
	margin:10px 0;	
}
.page-clinic main article section.post_content#other .section_inner .post_block ul li ul{
	margin:0;	
}
.page-clinic main article section.post_content .section_inner .post_block ul li ul {
	margin-top: 0;
	margin-bottom: 0;
}
.page-clinic main article section.post_content .section_inner .post_block ul.int li {
	list-style: auto;
}
.page-clinic main article section.post_content .section_inner .post_block ul.dot li {
	list-style: disc;
}
.page-clinic main article section#other .section_inner{
	border:1px solid #ccc;
	padding:25px 50px;
	width:1380px;
	max-width:calc(90% - 100px);
}
.page-clinic main article section#other .section_inner .post_block {
	margin-bottom: 10px;
}



/*-----------------------------------------
お知らせ
-----------------------------------------*/
.archive .wrapper article section,
.single .wrapper article section {
	padding: 10px 0 100px;
}

.archive .wrapper article section .section_inner,
.single .wrapper article section .section_inner {
	width: 1000px;
}

.single .wrapper article,
.archive .wrapper article {
	margin: 50px 0 0;
}

.single .wrapper article section h3{
	margin-bottom:40px;
}
.single .wrapper article section ul{
	margin-left:1.25em;
}
.single .wrapper article section ul li{
	list-style-type:disc;
}

.single .wrapper img {
	width: auto;
	max-width: 100%;
}

.archive .wrapper article section ul.topics li {
	border-bottom: 1px solid #77A5C5;
}

.archive .wrapper article section ul.topics li:first-child {
	border-top: 1px solid #77A5C5;
}

.archive .wrapper article section ul.topics li a {
	padding: 15px 20px;
	display: block;
	color: #00406C;
}

.archive .wrapper article section ul.topics li a:hover {
	background: #eaeaea;
}

.archive .wrapper article section ul.topics li .date {
	float: left;
	margin-right: 1em;
	line-height: 2.1;
	font-size: 15px;
	color: #77A5C5;
}

.archive .wrapper article section ul.topics li .title {
	overflow: auto;
	line-height: 1.5;
}

.single .wrapper article section .date {
	font-size: 18px;
	color: #77A5C5;
	margin-bottom: 10px;
}

.single .wrapper article section p.title {
	margin: 0 0 35px;
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 20px;
	margin-bottom: 50px;
	line-height: 1.5;
	border-bottom: 1px solid #77A5C5;
}

.single .wrapper article section div.editor {
	padding: 40px 0 30px;
	margin-bottom: 60px;
}

.single .wrapper article section div.editor p {
	margin-bottom: 20px;
}
.single .wrapper article section p.anchor{
	padding-top:50px;
	margin-top:-50px;
}

/*------pagenavi------*/
.wp-pagenavi {
	margin-top: 50px;
	margin-bottom: 10px;
	padding-bottom: 1px;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	background-color: #00406C;
	border: 1px solid #00406C !important;
	color: white;
	padding: 5px 11px !important;
	font-size: 14px;
	transition: 0.4s
}

.wp-pagenavi span.current {
	background-color: #00ACBA;
	font-weight: normal !important;
	border: 1px solid #00ACBA !important;
}

.wp-pagenavi a:hover {
	background-color: #00ACBA;
	border: 1px solid #00ACBA !important;
}

/*-----------------------------------------
404
-----------------------------------------*/
.error404 section.error {
	padding: 100px 0;
}

/*-----------------------------------------
other
-----------------------------------------*/
.fix_menu01, .fix_menu02, .fix_menu03 {
	display: none;
}

.spbr,
.sp {
	display: none;
}

.pcbr,
.pc {
	display: inline;
}

.tabbr {
	display: none;
}

.tabonbr {
	display: none;
}

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

	/*-----------------------------------------
	header
	-----------------------------------------*/
	.wrapper header .header_inner ul.header_menu li.menu a {
		padding: 15px 6px;
		font-size:15px;
	}

	.wrapper header .header_inner ul.header_menu li.menu_btn.entry a {
		width: 100px;
	}
}

@media screen and (max-width: 1410px) {
	.wrapper header .header_inner ul.header_menu li.menu a {
		padding: 15px 6px;
	}
}

@media screen and (max-width: 1300px) {
	.wrapper header .header_inner ul.header_menu li.pcn {
		display: none;
	}
}

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

	/*-----------------------------------------
	header
	-----------------------------------------*/
	.wrapper header .header_inner div.header_left h1 {
		margin-bottom: 3px;
	}

	.wrapper header .header_inner {
		position: relative;
	}

	.wrapper header .header_inner ul.header_menu {
		display: none;
	}

	.wrapper header .header_inner .menu_sp {
		display: inline-block;
	}

	.wrapper header .header_inner .header_btn {
		width: 50px;
		z-index: 9999;
		height: 50px;
		position: absolute;
		cursor: pointer;
		background: #00406C;
		right: 0px;
		top: 16px;
	}

	.wrapper header .header_inner .header_btn.active {
		background: #77A5C5;
	}

	.wrapper header .header_inner .header_btn p {
		position: absolute;
		bottom: 5px;
		left: 10px;
		line-height: 1;
	}

	.menu__line {
		background: white;
		display: block;
		height: 2px;
		width: 24px;
		position: absolute;
		transition: transform .3s;
		left: 13px;
	}

	.menu__line--top {
		top: 11px;
	}

	.menu__line--center {
		top: 18px;
	}

	.menu__line--bottom {
		bottom: 0;
		top: 25px;
	}

	.menu__line--top.active {
		top: 18px;
		transform: rotate(35deg);
	}

	.menu__line--center.active {
		transform: scaleX(0);
	}

	.menu__line--bottom.active {
		top: 18px;
		transform: rotate(145deg);
	}

	.wrapper .menu_sp .spmenu {
		width: 380px;
		position: fixed;
		z-index: 9998;
		right: -100%;
		top: 0px;
		display: block;
		background-color: rgba(0, 64, 108, 0.98);
		padding: 80px 0 40px;
	}

	.wrapper .menu_sp .spmenu li {
		width: 88%;
		margin: 0 auto;
	}

	.wrapper .menu_sp .spmenu li.menu {
		border-bottom: dashed 1px #aaa;
	}

	.wrapper .menu_sp .spmenu li.reserv a {
		border-radius: 10px;
		line-height: 1.5;
		background: white;
		padding: 10px 0 15px;
		display: block;
	}

	.wrapper .menu_sp .spmenu li.reserv a:hover {
		background: white;
		color: #00406C;
		font-weight: bold;
	}

	.wrapper .menu_sp .spmenu li.menu a {
		display: block;
		padding: 12px 15px;
	}

	.wrapper .menu_sp .spmenu li.tel {
		line-height: 1.3;
		padding: 20px 0;
	}

	.wrapper .menu_sp .spmenu li.tel a {
		position: relative;
		padding-left: 28px;
	}

	.wrapper .menu_sp .spmenu li.tel a::before {
		position: absolute;
		top: 5px;
		left: 0px;
		content: url(./images/common/icon_tel_w.svg);
		width: 20px;
	}

	.wrapper .menu_sp .spmenu li.access p {
		margin-top: 30px;
		background: url(./images/common/icon_map.svg) no-repeat left 5px top 2px;
		display: inline-block;
		background-size: 18px;
		padding-left: 33px;
	}

	.wrapper header {
		box-shadow: none;
	}

	/*-----------------------------------------
	top
	-----------------------------------------*/
	.home section.sec_feature ul.feature_list {
		gap: 25px;
	}

	.home section.sec_treatment div.treatment_list {
		padding: 0;
		gap: 30px;
	}

	.home section.sec_feature div.bg_lightblue02 {
		padding: 70px 30px;
	}

	/*-----------------------------------------
	urology
	-----------------------------------------*/
	.page section.sec_disease div.disease_list {
		flex-wrap: wrap;
		gap: 30px 2%;
	}

	.page section.sec_disease div.disease_list>div {
		flex: none;
		width: 32%;
	}

	.page section.sec_checklist div.check_list ul li {
		width: 100%
	}

	/*-----------------------------------------
	clinic
	-----------------------------------------*/
	.page section.sec_greeting div.greeting div.imgbox img.portrait {
		width: 230px;
	}

	/*-----------------------------------------
	access
	-----------------------------------------*/
	.page section.sec_access ul.access_list {
		gap: 2%;
		margin: 70px 0 15px;
	}

	.page section.sec_access ul.access_list li {
		width: 32%;
	}
}

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

	/*-----------------------------------------
	top
	-----------------------------------------*/
	.home section.sec_treatment div.treatment_list .treatment_expense div.bg_list ul li {
		width: 100%;
	}
		/*-----------------------------------------
	expence
	-----------------------------------------*/
	.page .wrapper section.sec_artMake div.merit{
	display: block;
	}
	.page .wrapper section.sec_artMake div.merit div{
		width: 100%;
	}
}

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

	/*-----------------------------------------
	footer
	-----------------------------------------*/
	footer .footer_inner ul.footer_menu {
		display: none;
	}

	footer .footer_inner .footer_left {
		float: none;
		margin: 0 auto 60px;
	}

	footer .footer_inner .footer_left div.logo img {
		margin: 0 auto 30px;
		display: block;
	}

	footer .footer_inner .footer_left p,
	footer .footer_inner p.copyright {
		text-align: center;
	}

	/*------feature_circl 追記------*/
	.home section.sec_feature_circle .section_inner ul li.circle-wrap{
		width: 200px;
		height: 200px;
	}
	.home section.sec_feature_circle .section_inner ul li.circle-wrap p{
		font-size: 16px;
		line-height: 24px;
	}
	.home section.sec_feature_circle .section_inner ul li .icon{
		height: 70px;
		line-height: 70px;
		margin-bottom: 10px;
	}
	.home section.sec_feature_circle .section_inner ul li .icon img{
		width: 30%;
		height: 70px;
	}
}

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

	/*-----------------------------------------
	other
	-----------------------------------------*/
	.tabbr {
		display: block;
	}

	.tabonbr {
		display: block;
	}

	.pagetop {
		right: 0;
		width: 48px;
	}

	.pagetop a {
		border-radius: 5px 0 0 5px;
	}

	.fix_menu01 {
		position: fixed;
		right: 0;
		bottom: 240px;
		z-index: 999;
		display: block;
		width: 48px;
	}
	.fix_menu02 {
		position: fixed;
		right: 0;
		bottom: 185px;
		z-index: 999;
		display: block;
		width: 48px;
	}
	.fix_menu03 {
		position: fixed;
		right: 0;
		bottom: 130px;
		z-index: 999;
		display: block;
		width: 48px;
	}

	/*.page-recruit .fix_menu01 {
		bottom: 140px;
	}*/

	.fix_menu01 a {
		border-radius: 5px 0 0 5px;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		padding: 40px 15px 15px;
		letter-spacing: 2px;
		background-image: url(./images/common/icon_calendar.svg);
		background-repeat: no-repeat;
		background-position: center top 14px;
		background-size: 15px;
		transition: 0.4s;
		box-sizing: border-box;
	}

	.fix_menu01 a:hover {
		background: #008792;
		background-image: url(./images/common/icon_calendar.svg);
		background-repeat: no-repeat;
		background-position: center top 14px;
		background-size: 15px;
	}

	.fix_menu02 a {
		border-radius: 5px 0 0 5px;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		padding: 15px 15px 15px;
		transition: 0.4s;
		box-sizing: border-box;
	}
	.fix_menu02 a img {
		width: 20px !important;
	}

	.fix_menu03 a {
		border-radius: 5px 0 0 5px;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		padding: 15px 15px 15px;
		transition: 0.4s;
		box-sizing: border-box;
	}
	.fix_menu03 a img {
		width: 20px !important;
	}

	/*-----------------------------------------
	common
	-----------------------------------------*/
	p,
	th,
	td,
	li,
	dt,
	dd {
		font-size: 18px;
	}

	.wrapper section {
		padding: 40px 0;
	}

	.wrapper section.last {
		padding: 40px 0 70px;
	}

	.wrapper section h3 {
		margin-bottom: 45px;
	}

	.size35 {
		font-size: 25px;
	}

	.size40 {
		font-size: 30px;
	}

	.size45 {
		font-size: 35px;
	}

	.size28 {
		font-size: 23px;
	}

	.wrapper section.pagelink ul {
		gap: 20px;
	}

	/*-----------------------------------------
	footer_top
	-----------------------------------------*/
	section.footer_top iframe {
		float: none;
		margin-right: 0;
		width: 100%;
		height: 220px;
		margin-bottom: 35px;
	}

	section.footer_top div.info {
		float: none;
		width: 100%;
	}

	/*-----------------------------------------
	top
	-----------------------------------------*/
	.home section.sec_mainimg div.right {
		padding: 50px 0px;
		height: 210px;
		width: 210px;
	}

	.home section.sec_mainimg div.banner a {
		bottom: 30px;
		left: 2.5%;
	}

	.home section.sec_feature ul.feature_list {
		flex-wrap: wrap;
	}

	.home section.sec_feature ul.feature_list li {
		flex: none;
		width: 360px;
		max-width: 100%;
	}
	
	/*------sec_vaccine_info 追記------*/
	.home .sec_vaccine_info .section_inner .vaccine_info_wrap {
		flex-direction: column;
		gap: 20px;
	}

	.home .sec_vaccine_info .section_inner .vaccine_info_wrap .vaccine_info_box {
		width: 100%;
		box-sizing: border-box;
	}
	/*-----------------------------------------
	urology
	-----------------------------------------*/
	.page section.sec_checklist div.check_list>div {
		width: 100%;
	}

	.page section.sec_disease div.disease_list p.title {
		font-size: 21px;
	}

	/*-----------------------------------------
	clinic
	-----------------------------------------*/
	.page section.sec_greeting div.greeting div.imgbox {
		display: block;
		margin: 0 auto 40px;
	}

	.page section.sec_greeting div.greeting div.imgbox img.portrait {
		display: block;
		margin: 0 auto;
	}

	.page section.sec_greeting div.greeting div.imgbox img.name {
		float: none;
		display: block;
		margin: 20px auto 0;
	}

	.page section.sec_greeting div.greeting {
		display: block;
	}
	.page section.sec_greeting div.greeting .txtbox p{
		line-height:1.5;
	}

	.page section.sec_greeting div.greeting div.history_list {
		display: block;
	}

	.page section.sec_information div.slide {
		float: none;
		margin: 0 auto 55px;
		width: 500px;
		max-width: 100%;
	}

	.page section.sec_information div.txt {
		float: none;
		margin: 0 auto;
		display: table;
	}

	.page section.sec_information div.txt div.btn a {
		margin: 10px auto 0;
	}

	.slick-next {
		right: -20px !important;
		z-index: 100;
	}

	.slick-prev {
		left: -20px !important;
		z-index: 100;
	}

	/*-----------------------------------------
	access
	-----------------------------------------*/
	.page section.sec_access ul.access_list {
		gap: 4%;
	}

	.page section.sec_access ul.access_list li {
		width: 48%;
	}

	/*-----------------------------------------
	expense
	-----------------------------------------*/
	.page-expense .wrapper section.pagelink ul {
		display: block;
	}

	.page-expense .wrapper section.pagelink ul li a.orange {
		background-image: url(./images/common/icon_anchor_orange.svg);
		background-position: right 22px top 16px;
		background-size: 12px;
		padding: 10px 0;
		margin: 0 auto 15px;
	}

	.page-expense .wrapper section.pagelink ul li a.orange:hover {
		background-position: right 22px top 16px;
	}

	.page-expense .wrapper section.pagelink ul li a.pink {
		background-image: url(./images/common/icon_anchor_pink.svg);
		background-position: right 22px top 16px;
		background-size: 12px;
		padding: 10px 0;
		margin: 0 auto 15px;
	}

	.page-expense .wrapper section.pagelink ul li a.pink:hover {
		background-position: right 22px top 16px;
	}
/*
	.page-expense .wrapper section.pagelink ul li a.green {
		background-image: url(./images/common/icon_anchor_green.svg);
		background-position: right 22px top 16px;
		background-size: 12px;
		padding: 10px 0;
		margin: 0 auto 15px;
	}

	.page-expense .wrapper section.pagelink ul li a.green:hover {
		background-position: right 22px top 16px;
	}

	.page-expense .wrapper section.pagelink ul li:nth-child(4) a {
		background-image: url(./images/common/icon_anchor.svg);
		background-position: right 22px top 16px;
		background-size: 12px;
		padding: 10px 0;
		margin: 0 auto 15px;
	}
*/
.page-expense .wrapper section.pagelink ul li a.blue {
		background-image: url(./images/common/icon_anchor.svg);
		background-position: right 22px top 16px;
		background-size: 12px;
		padding: 10px 0;
		margin: 0 auto 15px;
	}

	.page-expense .wrapper section.pagelink ul li a.blue:hover {
		background-position: right 22px top 16px;
	}

	.page section.sec_place .place_list {
		display: block;
	}

	.page section.sec_place .place_list table th {
		width: 18em;
	}

	.page section.sec_place .place_list table.tbeauty {
		margin-bottom: 30px;
	}

	.page section.sec_movie iframe {
		width: 500px;
		height: 280px;
	}

	.page section.sec_bijiris div.onayami_list ul li {
		width: 100%;
	}

	.page section.sec_beauty div.scroll,
	.page section.sec_inspection div.scroll {
		overflow: auto;
		white-space: nowrap;
		width: 100%;
	}
}

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

	/*-----------------------------------------
	other
	-----------------------------------------*/
	.spbr,
	.sp {
		display: inline-block;
	}

	.pcbr,
	.pc {
		display: none;
	}

	.tabonbr {
		display: none;
	}

	/*-----------------------------------------
	common
	-----------------------------------------*/
	.size24 {
		font-size: 21px;
	}

	.size40 {
		font-size: 25px;
	}

	.size45 {
		font-size: 30px;
	}

	.center.spleft {
		text-align: left;
	}

	.wrapper .pageimg {
		height: 145px;
	}

	.wrapper .pageimg p.pagetitle {
		top: 50px;
	}

	.wrapper section.pagelink ul {
		display: block;
	}

	.wrapper section.pagelink ul li a {
		background-image: url(./images/common/icon_anchor.svg);
		background-repeat: no-repeat;
		background-position: right 22px top 16px;
		background-size: 12px;
		padding: 10px 0;
		margin: 0 auto 15px;
		width: 280px;
	}

	.wrapper .pageimg .pageimg_inner {
		max-width: 95%;
	}

	.wrapper section h2 {
		padding-bottom: 15px;
		margin-bottom: 35px;
	}

	.wrapper section h3 {
		margin-bottom: 45px;
	}

	.wrapper main {
		padding-top: 50px;
	}

	/*-----------------------------------------
	header
	-----------------------------------------*/
	.wrapper header {
		background: white;
	}

	.wrapper header .header_inner {
		max-width: 100%;
		padding: 0;
		height: 50px;
	}

	.wrapper header .header_inner div.header_left {
		margin-left: 5%;
		margin-top: 5px;
	}

	.wrapper header .header_inner div.header_left p.name {
		font-size: 20px;
		line-height: 1.6;
	}

	.wrapper header .header_inner .header_btn {
		top: 0px;
	}

	.wrapper .menu_sp .spmenu li {
		width: 270px;
	}

	.wrapper .menu_sp .spmenu li.access {
		width: 330px;
	}

	.wrapper header .header_inner div.header_left h1 {
		font-size: 10px;
		margin-bottom: 0px;
	}

	.wrapper .menu_sp .spmenu {
		width: 100%;
		right: -100%;
		padding: 50px 0 40px;
	}

	.wrapper .menu_sp .spmenu li.menu a {
		padding: 8px 10px;
	}

	.wrapper .menu_sp .spmenu li a span.mb {
		margin-bottom: 5px;
	}

	.wrapper .menu_sp .spmenu li.tel a.size24 {
		font-size: 24px;
	}

	/*-----------------------------------------
	footer
	-----------------------------------------*/
	footer .footer_inner .footer_left div.logo img {
		width: 160px;
	}

	footer .footer_inner {
		padding: 40px 0 25px;
	}

	footer .footer_inner p.copyright {
		font-size: 12px;
	}

	/*-----------------------------------------
	footer_top
	-----------------------------------------*/
	section.footer_top div.info table.time th {
		font-size: 14px;
		padding: 10px 0;
	}
	section.footer_top div.info table.time td {
		padding: 6px 0;
		width: 36px;
	}
	section.footer_top div.info table.time td span {
		font-size: 10px;
	}
	section.footer_top div.info {
		padding-top: 80px;
		text-align: center;
	}

	section.footer_top .section_inner .btn {
		position: absolute;
		top: 20px;
		left: 50%;
		right: auto;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	section.footer_top div.info .square_btn.reserv {
		margin-right: 0px;
		width: 29%;
	}

	section.footer_top div.info div.insta img {
		width: 40px;
	}

	section.footer_top div.info .square_btn.tel {
		margin-right: 3%;
		width: 68%;
	}

	section.footer_top div.info div.insta {
		margin: 20px auto 0;
	}

	section.footer_top div.info table.time {
		margin: 30px auto -8px;
	}
	section.footer_top div.info div.tablecomment {
		text-align: left;
	}
	section.footer_top div.info div.tablecomment p {
		font-size: 12px;
	}
	section.footer_top div.info .square_btn.tel a {
		padding: 13px 0px;
	}

	section.footer_top div.info .square_btn.reserv a {
		padding: 15px 0px;
	}

	section.footer_top div.info p.mt {
		margin-top: 10px;
		font-size: 16px;
	}

	section.footer_top div.info table.time td.right {
		text-align: center;
	}

	/*-----------------------------------------
	top
	-----------------------------------------*/
	/*------feature_circl 追記------*/
	.home section.sec_feature_circle .section_inner ul{
		gap: 8px;
	}
	.home section.sec_feature_circle .section_inner ul li.circle-wrap{
		width: 110px;
		height: 110px;
	}
	.home section.sec_feature_circle .section_inner ul li.circle-wrap p{
		font-size: 9.5px;
		line-height: normal;
	}
	.home section.sec_feature_circle .section_inner ul li .icon{
		height: 50px;
		line-height: 50px;
		margin-bottom: 0;
	}
	.home section.sec_feature_circle .section_inner ul li .icon img{
		height: 50px;
	}
	.home section.sec_feature_circle .section_inner ul li:first-child .icon img{
		width: 21%;
	}
	.home section.sec_mainimg {
		height: 400px;
	}

	div#n2-ss-2 .n2-ss-slide {
		height: 400px;
	}

	.home section.sec_mainimg div.right {
		bottom: -100px;
		top: auto;
		right: -15px;
		border-radius: 150px;
		height: 250px;
		width: 250px;
		padding: 35px 0;
	}

	.home section.sec_mainimg div.right p.font-en {
		font-size: 28px;
	}

	.home section.sec_mainimg div.banner a {
		display: none;
	}

	.home section.sec_treatment div.treatment_list {
		display: block;
	}

	.home section.sec_message div.btn_list {
		margin-top: 50px;
		display: block;
	}

	.home section.sec_message div.btn_list div.btn {
		margin-top: 20px;
	}

	.home section.sec_treatment div.btn {
		margin-top: 30px;
	}

	.home section.sec_treatment div.treatment_list .treatment_expense {
		margin-top: 100px;
	}

	.wrapper section.sec_message {
		padding: 70px 0 45px;
	}

	.home section.sec_feature div.bg_lightblue02 {
		padding: 45px 20px;
	}

	/*------sec_vaccine_info 追記------*/
	.home .sec_vaccine_info .section_inner .vaccine_info_wrap .vaccine_info_box .vaccine_list .vaccine_name span {
		display: block;
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.home .sec_vaccine_info .section_inner .vaccine_info_wrap .vaccine_info_box .vaccine_link {
		margin-top: 18px;
	}

	/*-----------------------------------------
	urology
	-----------------------------------------*/
	.page section.sec_checklist div.check_list p.sub {
		margin-bottom: 10px;
	}

	.page section.sec_checklist div.check_list p.title::before {
		margin-left: -25px;
		border: 25px solid transparent;
		border-top: 12px solid #00406C;
	}

	.page section.sec_disease div.disease_list>div {
		width: 100%;
	}

	.page section.sec_disease {
		padding: 40px 0 60px;
	}

	/*-----------------------------------------
	clinic
	-----------------------------------------*/
	.page section.sec_information .post p span:before,
	.page section.sec_information .post p span:after {
		top: 15px;
	}

	.page section.sec_information div.txt div.link {
		display: block;
	}

	.page section.sec_information div.txt {
		display: block;
		text-align: center;
	}

	.page section.sec_information div.txt .square_btn.tel {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.page section.sec_information div.txt .square_btn.tel a {
		text-align: center;
	}

	.page section.sec_information div.txt .square_btn.tel p.size30 {
		display: inline-block;
	}

	.page section.sec_information div.txt table.time {
		margin: 30px auto -8px;
	}

	.page section.sec_information .post {
		margin-top: 50px;
		padding: 15px 30px;
	}

	.page section.sec_information div.txt table.time th {
		font-size: 14px;
		padding: 10px 0;
	}
	.page section.sec_information div.txt table.time td {
		padding: 6px 0;
		width: 36px;
	}
	.page section.sec_information div.txt table.time td span {
		font-size: 10px;
	}
	.page section.sec_information div.txt div.tablecomment {
		text-align: left;
	}
	.page section.sec_information div.txt div.tablecomment p {
		font-size: 12px
	}
	.page section.sec_equipment div.bg_gray {
		padding: 35px 0;
		margin: 35px 0;
	}

	.page section.sec_equipment div.equipment_slide p.bg_blue {
		font-size: 18px;
	}

	/*-----------------------------------------
	access
	-----------------------------------------*/
	.page section.sec_access ul.access_list li {
		width: 300px;
		margin: 0 auto 40px;
		max-width: 100%;
	}

	.page section.sec_map p.add {
		display: block;
	}

	div.supplement {
		display: block;
		margin: 40px auto;
		padding: 19px 25px;
	}

	/*-----------------------------------------
	recruit
	-----------------------------------------*/
	.page section.sec_recruitment ul.recruitment_tab {
		margin: 15px 0 20px;
		display: inline-block;
		width: 100%;
	}

	.page section.sec_recruitment ul.recruitment_tab li {
		width: 46%;
		float: left;
		margin: 0 2%;
	}

	.page section.sec_recruitment .tab_inner img {
		width: 180px;
		float: none;
		margin: 30px auto;
		display: block;
	}

	.page section.sec_recruitment .tab_inner.on {
		margin-bottom: 50px;
	}

	.page section.sec_recruitment .tab_inner table {
		width: 100%;
	}

	.page section.sec_recruitment table.default th {
		display:block;
		width:100%;
		padding:12px 10px 0 10px;
	}
	.page section.sec_recruitment table.default td{
		display:inline-block;
		width:calc(100% - 20px);
		font-size:16px;
		padding:10px !important;
	}
	.page section.sec_recruitment table.default td.line2{
		width:calc(100% - 20px);
	}

	.page section.sec_entry div.form {
		margin: 50px auto 0px;
	}

	.page section.sec_entry div.form table th {
		padding: 10px 0 0;
		width: 100%;
		display: block;
	}

	.page section.sec_entry div.form table tr td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 7px 0 10px;
	}

	.page section.sec_entry div.form table {
		margin-bottom: 40px;
	}

	.page section.sec_entry div.form .submit input[type="submit"] {
		width: 160px;
	}

	.page section.sec_entry div.form table tr td select {
		width: 70px;
	}

	.page .wrapper section.sec_policy div.policy {
		margin-top: 35px;
	}

	.wrapper section.sec_policy h4 {
		margin-top: 0px;
	}

	/*-----------------------------------------
	expense
	-----------------------------------------*/
	.page section.sec_place table.tbeauty th,
	.page section.sec_place table.tbeauty td,
	.page section.sec_place table.tinspe th,
	.page section.sec_place table.tinspe td {
		padding: 4px 15px;
		display: block;
		box-sizing: border-box;
		width: auto;
	}

	.page section.sec_place table.tbeauty td,
	.page section.sec_place table.tinspe td,
	.page section.sec_place table.tinspe td.pinkline {
		border-bottom: 0;
		border-top: 0;
	}

	.page section.sec_place table.tbeauty td.spbb {
		border-bottom: 1px solid #FF7A00;
	}

	.page section.sec_place table.tinspe td.spbb {
		border-bottom: 1px solid #00406C;
	}

	.page section.sec_place table.tinspe td.pinkline.spbb {
		border-bottom: 1px solid #F5617D !important;
	}

	.page section.sec_place table.tinspe td.spmb {
		margin-bottom: 30px;
	}

	.page .wrapper section.sec_beauty span.time {
		padding: 0px 10px 0px;
	}

	.page section.sec_bijiris div.onayami_list {
		display: block;
	}

	div.onayami_list>div {
		width: 90%;
		margin: 0 auto 45px;
	}

	.page section.sec_bijiris div.onayami_list ul {
		max-width: 13em;
	}

	.page section.sec_bijiris div.muscles {
		display: block;
	}

	.page section.sec_bijiris div.muscles p {
		width: 100%;
		margin-bottom: 30px;
	}

	.page section.sec_bijiris div.muscles div.img {
		width: 100%;
	}

	.page section.sec_movie iframe {
		width: 340px;
		height: 190px;
	}

	.page section.sec_inspection table tr.top,
	.page section.sec_inspection table.tcheck td.spnone {
		display: none;
	}

	.page section.sec_inspection table.tcheck th,
	.page section.sec_inspection table.tcheck td {
		padding: 4px 15px;
		display: block;
		box-sizing: border-box;
		width: auto;
	}

	.page section.sec_inspection table.tcheck td {
		border-bottom: 0;
		border-top: 0;
	}

	.page section.sec_inspection table.tcheck td.spbb {
		border-bottom: 1px solid #00406C;
	}

	.page section.sec_place table.tbeauty .ml {
		margin-left: 0em;
	}

	.page .wrapper section.sec_beauty div.merit {
		display: block;
	}

	.page .wrapper section.sec_beauty div.merit div {
		width: 100%;
		padding: 7px 15px;
		box-sizing: border-box;
	}

	.page .wrapper section.sec_beauty div.merit div:first-child {
		padding: 7px 15px 0;
	}

	.page section.sec_place table.tbeauty .ml {
		margin-left: 0;
	}

	.wrapper .breadcrumb ul {
		justify-content: flex-start;
	}
	.page .wrapper section.sec_beauty .section_inner .artMake_flex{
		flex-direction: column-reverse;
	}
	.page .wrapper section.sec_beauty .section_inner .artMake_flex .artMake_right{
		width: 100%;
	}
	.page .wrapper section.sec_beauty .section_inner .merit .artMake_precaution{
		margin-top: 40px
	}

	/*-----------------------------------------
	news
	-----------------------------------------*/
	.archive .wrapper article section ul.topics li a {
		padding: 15px 5px;
	}

	.archive .wrapper article section ul.topics li .date {
		float: none;
		margin-right: 0em;
		line-height: 1.6;
		font-size: 14px;
		margin-bottom: 5px;
	}

	.home section.sec_news ul li .date {
		float: none;
		margin-right: 0em;
		line-height: 1.6;
		font-size: 14px;
		margin-bottom: 5px;
	}
	.page .wrapper section.sec_inspection div.merit{
		display:block;
	}
	.page .wrapper section.sec_beauty div.merit > div, .page .wrapper section.sec_inspection div.merit > div{
		display:block;
	}
	.page .wrapper section.sec_beauty div.merit > div, .page .wrapper section.sec_inspection div.merit > div{
		width:calc(100% - 30px);
	}
.page section.sec_inspection  ul.link li,
.page section.sec_beauty ul.link li{
	width:100%;
}
	.page section.sec_bijiris img.img01{
		width:100%;
	}
	.page-clinic main article section#other .section_inner{
		padding:20px;
		max-width:calc(90% - 40px);
	}
}


/* 20260610追加
投稿のコラムのみ適用 */
/* ===========================================
   コラム投稿の H3 見出しスタイル
   =========================================== */

body.is-column h3 {
    display: flex;
    align-items: center;
    background-color: #77A5C5;
    color: #ffffff;
    padding: 14px 18px;
    border-left: 6px solid #2A4D6E;
    border-radius: 4px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.03em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    margin: 30px 0 20px;
    line-height: 1.6;
}

body.is-column h3 .h3-num {
    flex-shrink: 0;
    margin-right: 4px;
}

body.is-column h3 .h3-text {
    flex: 1;
}

@media screen and (max-width: 768px) {
    body.is-column h3 {
        font-size: 18px;
        padding: 12px 14px;
        border-left-width: 5px;
        margin: 24px 0 16px;
        letter-spacing: 0.02em;
    }
}

@charset "UTF-8";

/*
Theme Name: 黒松泌尿器科
*/
/*-----------------------------------------
default
-----------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html {
	font-family: 'Noto Sans JP', sans-serif, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	color: #000000;
	font-size: 20px;
}

.font-en {
	font-family: "Jost";
}

.font-serif {
	font-family: "Zen Antique";
}

a {
	transition: 0.3s linear all;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	transition: 0.3s;
}

li {
	list-style-type: none;
}

p,
th,
td,
li,
dt,
dd {
	line-height: 1.8em;
	font-size: 20px;
}

tbody {
	-webkit-text-size-adjust: 100%;
}

img {
	border: none !important;
	height: auto;
	max-width:100%;
}

.anchor {
	padding-top: 80px;
	margin-top: -80px;
	display: block;
}

/*-----------------------------------------
common
-----------------------------------------*/
.wrapper {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.wrapper main {
	display: block;
	padding-top: 80px;
}

.wrapper article {
	width: 100%;
	margin: 0 auto;
}

.wrapper section {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}

.wrapper section.top_link {
	padding: 20px 0 80px;
}

.wrapper section.top {
	padding: 70px 0 40px;
}

.wrapper section.top.recruit_none {
	padding: 70px 0;
}

.wrapper section.last {
	padding: 60px 0 100px;
}

.wrapper section .section_inner {
	width: 1480px;
	max-width: 90%;
	margin: 0 auto;
}

.wrapper section h2 {
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 50px;
	line-height: 1.3;
	border-bottom: 1px solid #77A5C5;
}

.wrapper section .h2_center {
	text-align: center;
}
.wrapper section h2.size12 {
	padding:10px 20px;
	margin-bottom:15px;
}

.wrapper section h3 {
	margin-bottom: 60px;
	font-weight: 600;
	line-height: 1.5;
}
.wrapper section h3.size12 {
	margin-bottom:10px;
}
.wrapper section h3.size12 {
	margin-bottom:0;
}

.wrapper section h4 {
	margin-top: 60px;
	margin-bottom: 20px;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.wrapper section h4::after {
	border-top: 1px solid #00406C;
	content: "";
	flex-grow: 1;
	margin-left: 0.7em;
}

.wrapper section div.btn a {
	display: block;
	position: relative;
	border-radius: 30px;
	background-image: url(./images/common/icon_arrow.svg);
	background-repeat: no-repeat;
	background-position: right 22px center;
	background-size: 15px;
	transition: 0.4s;
	padding: 16px 0px;
	width: 230px;
	box-sizing: border-box;
	margin: 0 auto;
}

.wrapper section div.btn a:hover {
	background: #00ACBA;
	background-image: url(./images/common/icon_arrow.svg);
	background-repeat: no-repeat;
	background-position: right 18px center;
	background-size: 15px;
	color: white;
}

.wrapper section div.btn a.bg_orange:hover {
	background: #FF7A00;
	background-image: url(./images/common/icon_arrow.svg);
	background-repeat: no-repeat;
	background-position: right 18px center;
	background-size: 15px;
}

.clear {
	clear: both;
	display: inline-block;
	width: 100%;
}

.underline {
	text-decoration: underline;
}

.underline:hover {
	text-decoration: underline;
	opacity: 0.9;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.fl_right {
	float: right;
}

.fl_left {
	float: left;
}

.blue {
	color: #00406C;
}

.lightblue {
	color: #77A5C5;
}

.orange {
	color: #FF7A00;
}

.pink {
	color: #F5617D;
}

.white {
	color: white;
}

.red {
	color: red;
}
.purple{
	color: #6f66ec;
}
.bg_blue {
	background: #00406C;
}

.bg_blue02 {
	background: #77A5C5;
}

.bg_lightblue02 {
	background: #F7F9FF;
}

.bg_lightblue {
	background: #C8DCEA;
}

.bg_orange {
	background: #FFA500;
}

.bg_lightorange {
	background: #FFF1D8;
}

.bg_lightpink {
	background: #FFF4F6;
}

.bg_green {
	background: #00ACBA;
}

.bg_green02 {
	background: #63BA54;
}

.bg_lightgreen {
	background: #F7FFF5;
}

.bg_pink {
	background: #F5617D;
}

.bg_gray {
	background: #F6F6F6;
}

.bg_purple {
	background: #E7E5FE;
}

.medium {
	font-weight: 500;
}

.bold {
	font-weight: 600;
}

.size10 {
	font-size: 10px;
}

.size11 {
	font-size: 11px;
}

.size12 {
	font-size: 12px;
}

.size13 {
	font-size: 13px;
}

.size14 {
	font-size: 14px;
}

.size16 {
	font-size: 16px;
}

.size18 {
	font-size: 18px;
}

.size21 {
	font-size: 21px;
}

.size22 {
	font-size: 22px;
}

.size24 {
	font-size: 24px;
}

.size28 {
	font-size: 28px;
}

.size30 {
	font-size: 30px;
}

.size35 {
	font-size: 35px;
}

.size40 {
	font-size: 40px;
}

.size45 {
	font-size: 45px;
}

/*-----------------------------------------
header
-----------------------------------------*/
.wrapper header {
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
}

.wrapper header .header_inner {
	width: 1480px;
	max-width: 95%;
	margin: 0 auto;
	overflow: hidden;
	height: 50px;
	padding: 15px 0;
	display:flex;
	justify-content:space-between;
}

.wrapper header .header_inner div.header_left {
	
}

.wrapper header .header_inner div.header_left h1 {
	font-weight: 200;
}

.wrapper header .header_inner div.header_left div.txt {
	float: left;
}

.wrapper header .header_inner ul.header_menu {
	overflow: hidden;
	display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper header .header_inner ul.header_menu li {
	overflow: hidden;
	float: left;
}

.wrapper header .header_inner ul.header_menu li.menu a {
	display: block;
	padding: 15px 10px;
	line-height: 1.3;
	transition: 0.4s;
	letter-spacing: 1px;
}

.wrapper header .header_inner ul.header_menu li.tel {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #77A5C5;
	line-height: 1.3;
}

.wrapper header .header_inner ul.header_menu li.tel a {
	position: relative;
	padding-left: 25px;
}

.wrapper header .header_inner ul.header_menu li.tel a::before {
	position: absolute;
	top: 2px;
	left: 0px;
	content: url(./images/common/icon_tel.svg);
	width: 20px;
}

.wrapper header .header_inner ul.header_menu li.menu_btn {
	margin-left: 15px;
}

.wrapper header .header_inner ul.header_menu li.menu_btn a {
	line-height: 1.3;
	display: block;
	position: relative;
	border-radius: 30px;
	background-image: url(./images/common/icon_calendar.svg);
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: 15px;
	transition: 0.4s;
	padding: 15px 0px 15px 43px;
	width: 115px;
	box-sizing: border-box;
}

.wrapper header .header_inner ul.header_menu li.menu_btn a:hover {
	background: #00ACBA;
	background-image: url(./images/common/icon_calendar.svg);
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: 15px;
	color: white;
}

.wrapper header .header_inner ul.header_menu li.menu a:hover {
	color: #00ACBA;
}

.wrapper header .header_inner .menu_sp {
	display: none;
}

/*-----------------------------------------
footer
-----------------------------------------*/
footer .footer_inner {
	width: 1480px;
	max-width: 95%;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 50px;
}

footer .footer_inner .footer_left {
	float: left;
	margin-right: 40px;
}

footer .footer_inner .footer_left div.logo img {
	width: 220px;
	margin-bottom: 25px;
}

footer .footer_inner .footer_left a.fax {
	pointer-events: none;
	color: white !important;
}

footer .footer_inner ul.footer_menu {
	float: right;
	display: flex;
}

footer .footer_inner ul.footer_menu li {
	margin: 0 25px 5px 0;
}

footer .footer_inner ul.footer_menu li a {
	transition: 0.4s;
}

footer .footer_inner ul.footer_menu li a:hover {
	color: #C8DCEA;
}

.pagetop {
	position: fixed;
	right: 20px;
	bottom: 25px;
	display: none;
	width: 45px;
	height: 45px;
	z-index: 999;
}

.page-recruit .pagetop {
	bottom: 88px;
}

.pagetop a {
	background: #77A5C5;
	padding: 13px;
	border-radius: 25px;
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.pagetop a:hover {
	background: #59829f；
}

/*-----------------------------------------
footer_top
-----------------------------------------*/
section.footer_top {
	padding: 90px 0;
}

section.footer_top .section_inner .btn {
	position: absolute;
	top: 0;
	right: 0;
}

section.footer_top iframe {
	float: left;
	margin-right: 3%;
	width: calc(100% - 580px - 5%);
	height: 450px;
}

section.footer_top div.info {
	position: relative;
	float: left;
	width: 580px;
}

section.footer_top div.info p.mt {
	margin-top: 20px;
}

section.footer_top div.info table.time {
	margin: 20px 0 -6px;
}

section.footer_top div.info table.time tr {
	border-bottom: 1px solid #77A5C5;
}

section.footer_top div.info table.time tr:last-child {
	border-bottom: none;
}

section.footer_top div.info table.time td {
	padding: 11px;
	width: 38px;
	text-align: center;

}

section.footer_top div.info table.time td.right {
	padding: 11px 0px;
}

section.footer_top div.info table.time th {
	text-align: left;
	padding: 10px 10px 10px 0;
}

section.footer_top div.info div.tablecomment,
.page-clinic .sec_information div.tablecomment {
	margin-bottom: 34px;
}
section.footer_top div.info div.link {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}

section.footer_top div.info .square_btn a {
	display: block;
	position: relative;
	transition: 0.4s;
	box-sizing: border-box;
	margin: 0 auto;
	height: 80px;
}

section.footer_top div.info .square_btn a:hover {
	background: #002B48;
	color: white;
}

section.footer_top div.info .square_btn.tel {
	line-height: 1.3;
	margin-right: 15px;
}

section.footer_top div.info .square_btn.tel a {
	padding: 10px 25px;
	display: flex;
    align-items: center;
    justify-content: center;
}

section.footer_top div.info .square_btn.tel p.size24 {
	position: relative;
	padding-left: 30px;
	line-height: 1.5;
	display: inline-block;
}

section.footer_top div.info .square_btn.tel p.size24::before {
	position: absolute;
	top: 4px;
	left: 0px;
	content: url(./images/common/icon_tel_w.svg);
	width: 18px;
}

section.footer_top div.info .square_btn.reserv {
	margin-right: 35px;
}

section.footer_top div.info .square_btn.reserv a {
	padding: 15px 25px;
}

section.footer_top div.info .square_btn.reserv p.size16 {
	position: relative;
	padding-left: 26px;
	line-height: 1.5;
	margin-bottom: 7px;
	display: inline-block;
}

section.footer_top div.info .square_btn.reserv p.size16::before {
	position: absolute;
	top: 3px;
	left: 0px;
	content: url(./images/common/icon_calendar.svg);
	width: 18px;
}

section.footer_top div.info div.insta img {
	width: 45px;
	padding-top: 17px;
}

section.footer_top div.info div.insta a {
	display: block;
}

/*-----------------------------------------
top
-----------------------------------------*/
/*------sec_mainimg------*/
.home section.sec_mainimg {
	position: relative;
	/*background: url(./images/index/mainimg_bg.webp) no-repeat center;
	background-size: cover;*/
	height: 600px;
	padding: 0;
}

div#n2-ss-2 .n2-ss-slide {
	width: 100%;
	height: 600px;
	object-fit: cover;
}

@media screen and (min-width: 1240px) {
	.home section.sec_mainimg {
		height: 720px;
		max-width: 1480px;
		margin: 0 auto;
	}

	div#n2-ss-2 .n2-ss-slide {
		height: 720px;
	}
}

.home section.sec_mainimg div.right {
	position: absolute;
	top: 40px;
	right: 2.5%;
	border-radius: 143px;
	background: orange;
	padding: 50px 0px;
	height: 240px;
	width: 240px;
	box-sizing: border-box;
}

.home section.sec_mainimg div.banner {
	position: absolute;
	bottom: 40px;
	right: 2.5%;
}

.home section.sec_mainimg div.banner a {
	padding: 10px 45px;
	box-sizing: border-box;
	border-radius: 67px;
	background: white;
	border: 3px solid #00406C;
	color: #00406C;
	display: block;
}

.home section.sec_mainimg div.banner p.sub {
	border-bottom: 1px solid white;
	display: inline-block;
}

.home section.sec_mainimg div.banner a:hover {
	opacity: 0.9;
}

/*------circle------*/
.home section.sec_feature_circle .section_inner ul{
    display: flex;
	justify-content: center;
	gap: 32px;
}
.home section.sec_feature_circle .section_inner ul li.circle-wrap{
    text-align: center;
    color: #FFFFFF;
	background-color: #00406C;
	border-radius: 50%;
	width: 300px;
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.home section.sec_feature_circle .section_inner ul li.circle-wrap p{
	font-size: 21px;
	line-height: 32px;
}
.home section.sec_feature_circle .section_inner ul li .icon {
	height: 100px;
	line-height: 100px;
	margin-bottom: 24px;
}
.home section.sec_feature_circle .section_inner ul li .icon img{
	height: 100px;
}
.home section.sec_feature_circle .section_inner ul li:nth-child(2) .icon img{
	width: 36%;
}
/*------sec_greeting------*/
.wrapper section.sec_message {
	padding: 100px 0 80px;
}

.home section.sec_message div.btn_list {
	margin: 60px 0 60px;
	display: flex;
	justify-content: center;
	gap: 30px;
}

/*------sec_treatment------*/
.home section.sec_treatment div.treatment_list {
	display: flex;
	justify-content: center;
	gap: 50px;
	padding: 0 30px;
	box-sizing: border-box;
}

.home section.sec_treatment div.treatment_list>div {
	flex: 1;
}

.home section.sec_treatment div.treatment_list h3 {
	padding: 13px 0;
	margin-bottom: 27px;
}

.home section.sec_treatment div.treatment_list div.bg_list {
	padding: 25px 35px;
	box-sizing: border-box;
	margin: 0 auto 45px;
	width: 100%;
	text-align: center;
	position: relative;
}

.home section.sec_treatment div.treatment_list div.bg_list::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -45px;
	border: 45px solid transparent;
	border-top: 25px solid #F6F6F6;
}

.home section.sec_treatment div.treatment_list div.bg_list ul {
	display: inline-block;
	text-align: left;
}

.home section.sec_treatment div.treatment_list .treatment_expense div.bg_list ul {
	display: flex;
	flex-wrap: wrap;
}

.home section.sec_treatment div.treatment_list .treatment_expense div.bg_list ul li {
	width: 49%;
	gap: 1%;
}

.home section.sec_treatment div.treatment_list .treatment_expense div.bg_list ul li.one {
	width: 100%;
}

.home section.sec_treatment div.treatment_list div.bg_list ul li {
	display: block;
	text-align: left;
	margin: 0 0 15px;
	width: auto;
	position: relative;
	padding-left: 1.7em;
	line-height: 1.5;
	box-sizing: border-box;
}

.home section.sec_treatment div.treatment_list .treatment_uro ul li::before {
	position: absolute;
	top: 4px;
	left: 0px;
	content: url(./images/common/icon_check.svg);
	width: 23px;
}

.home section.sec_treatment div.treatment_list .treatment_expense ul li::before {
	position: absolute;
	top: 4px;
	left: 0px;
	content: url(./images/common/icon_maru.svg);
	width: 18px;
}

.home section.sec_treatment div.btn {
	margin-top: 50px;
}

/*------sec_vaccine_info 追記------*/
.home .sec_vaccine_info .section_inner .vaccine_info_title .vaccine_title {
	padding-bottom: 12px;
    margin-bottom: 30px;
    border-bottom: 1px solid #77A5C5;
}
.home .sec_vaccine_info .section_inner .vaccine_info_title p {
	padding-bottom: 50px;
}

.home .sec_vaccine_info .section_inner .vaccine_info_wrap {
	display: flex;
	gap: 5%;
	justify-content:center;
}

.home .sec_vaccine_info .section_inner .vaccine_info_wrap .vaccine_info_box {
	background-color: #f6f6f6;
	padding: 30px 40px;
	width: calc((100% - 5%) / 2);
}

.home .sec_vaccine_info .section_inner .vaccine_info_wrap .vaccine_info_box .vaccine_list .vaccine_name {
	text-align: center;
	font-weight: 500;
}

.home .sec_vaccine_info .section_inner .vaccine_info_wrap .vaccine_info_box .vaccine_list .vaccine_name span {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #00406C;
	padding: 4px 10px;
	margin-right: 18px;
}

.home .sec_vaccine_info .section_inner .vaccine_info_wrap .vaccine_info_box .vaccine_link {
	text-align: center;
	margin-top: 30px;
}

.home .sec_vaccine_info .section_inner .vaccine_info_wrap .vaccine_info_box .vaccine_link a {
	color: #00406C;
	border-bottom: 1px solid #00406C;
}

/*------sec_feature------*/
.home section.sec_feature div.bg_lightblue02 {
	padding: 70px;
	box-sizing: border-box;
}

.home section.sec_feature ul.feature_list {
	display: flex;
	justify-content: center;
	gap: 45px;
}

.home section.sec_feature ul.feature_list li {
	flex: 1;
}

.home section.sec_feature ul.feature_list li img {
	vertical-align: bottom;
}

.home section.sec_feature ul.feature_list li div.txt {
	padding: 17px 0;
}

.home section.sec_feature ul.feature_list li div.txt p {
	line-height: 1.6;
}

/*------sec_news------*/
.home section.sec_news {
	padding: 0;
}

.home section.sec_news .section_inner {
	width: 1000px;
}

.home section.sec_news ul li {
	margin-bottom: 10px;
}

.home section.sec_news ul li a {
	padding: 15px 20px;
	display: block;
	color: #00406C;
	background: #f2f2f2;
}

.home section.sec_news ul li a:hover {
	opacity: 0.7;
}

.home section.sec_news ul li .date {
	float: left;
	margin-right: 1em;
	line-height: 2.1;
	font-size: 15px;
	color: #77A5C5;
}

.home section.sec_news ul li .title {
	overflow: auto;
	line-height: 1.5;
}

/*-----------------------------------------
内部共通
-----------------------------------------*/
/*------pageimg------*/
.wrapper .pageimg {
	width: 100%;
	overflow: hidden;
	background: url(./images/common/pageimg.webp) no-repeat center;
	background-size: cover;
	height: 240px;
}

.wrapper .pageimg .pageimg_inner {
	width: 1480px;
	max-width: 90%;
	margin: 0 auto;
	position: relative;
}

.wrapper .pageimg p.pagetitle {
	position: absolute;
	top: 85px;
	left: 0;
	letter-spacing: 2px;
	background: rgba(255, 255, 255, 0.8);
	padding: 7px 15px;
	display: inline-block;
	line-height: 1;
}

/*------breadcrumb------*/
.wrapper .breadcrumb {
	position: absolute;
	top: 10px;
	right: 0;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}

.wrapper .breadcrumb ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	justify-content: end;
}

.wrapper .breadcrumb ul li {
	letter-spacing: 1px;
	color: white;
	display: inline-block;
	white-space: nowrap;
	font-size: 12px;
}

.wrapper .breadcrumb ul li a {
	color: white;
}

/*------pagelink------*/
.wrapper section.pagelink ul {
	display: flex;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
}

.wrapper section.pagelink ul li a {
	display: block;
	position: relative;
	border-radius: 30px;
	border: 1px solid #00406C;
	background-image: url(./images/common/icon_anchor.svg);
	background-repeat: no-repeat;
	background-position: right 22px top 24px;
	background-size: 12px;
	transition: 0.4s;
	padding: 16px 0px;
	width: 230px;
	box-sizing: border-box;
	margin: 0 auto;
	line-height: 1;
}

.wrapper section.pagelink ul li a:hover {
	background: #F7F9FF;
	background-image: url(./images/common/icon_anchor.svg);
	background-repeat: no-repeat;
	background-position: right 22px top 26px;
	background-size: 12px;
}

/*-----------------------------------------
urology
-----------------------------------------*/
/*------sec_checklist------*/
.page section.sec_checklist {
	padding-bottom: 100px;
}

.page section.sec_checklist div.check_list {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	margin-bottom: 45px;
}

.page section.sec_checklist div.check_list>div {
	width: 49%;
	margin-bottom: 45px;
}

.page section.sec_checklist div.check_list p.title {
	background: #00406C;
	padding: 3px 0 5px;
	box-sizing: border-box;
	margin: 0px auto 30px;
	width: 100%;
	text-align: center;
	position: relative;
}

.page section.sec_checklist div.check_list p.title::before {
	content: "";
	position: absolute;
	top: 98%;
	left: 50%;
	margin-left: -45px;
	border: 45px solid transparent;
	border-top: 15px solid #00406C;
}

.page section.sec_checklist div.check_list p.sub {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 20px;
}

.page section.sec_checklist div.check_list p.sub:before,
.page section.sec_checklist div.check_list p.sub:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background-color: #77A5C5;
}

.page section.sec_checklist div.check_list p.sub:before {
	margin-right: 1em;
}

.page section.sec_checklist div.check_list p.sub:after {
	margin-left: 1em;
}

.page section.sec_checklist div.check_list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}

.page section.sec_checklist div.check_list ul li {
	width: 49%;
	margin: 0 0 7px;
	position: relative;
	padding-left: 1.7em;
	box-sizing: border-box;
	line-height: 1.4;
}

.page section.sec_checklist div.check_list ul.one {
	gap: 0;
}

.page section.sec_checklist div.check_list ul.one li {
	width: 100%;
}

.page section.sec_checklist div.check_list ul li::before {
	position: absolute;
	top: 4px;
	left: 0px;
	content: url(./images/common/icon_check.svg);
	width: 23px;
}

/*------sec_disease------*/
.page section.sec_disease {
	padding: 70px 0;
}

.page section.sec_disease div.disease_list {
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
}

.page section.sec_disease div.disease_list>div {
	flex: 1;
}

.page section.sec_disease div.disease_list p.title {
	border-bottom: 1px solid #77A5C5;
	padding-bottom: 3px;
	margin-bottom: 15px;
}

.page-urology section div.btn.mt {
	margin-top: 65px;
}

.page-urology section.last {
	padding-top: 80px;
}

/*-----------------------------------------
clinic
-----------------------------------------*/
/*------sec_greeting------*/
.page section.sec_greeting div.greeting {
	display: flex;
	flex-direction: row-reverse;
	gap: 45px;
}

.page section.sec_greeting div.greeting div.imgbox img.portrait {
	width: 336.5px;
}

.page section.sec_greeting div.greeting div.imgbox img.name {
	width: 170px;
	float: right;
	margin-top: 20px;
}

.page section.sec_greeting div.greeting div.history_list {
	display: flex;
	gap: 40px;
	margin-top: 10px;
}

.page section.sec_greeting div.greeting div.history_list ul li {
	margin-bottom: 5px;
}

/*------sec_information------*/
.page section.sec_information div.slide {
	float: left;
	margin-right: 3%;
	width: calc(100% - 580px - 5%);
}

.page section.sec_information div.txt {
	float: left;
	width: 580px;
	max-width: 100%;
}

.page section.sec_information div.txt p.mt {
	margin-top: 20px;
}

.page section.sec_information div.txt table.time {
	margin-top: 30px;
}

.page section.sec_information div.txt table.time tr {
	border-bottom: 1px solid #77A5C5;
}

.page section.sec_information div.txt table.time tr:last-child {
	border-bottom: none;
}

.page section.sec_information div.txt table.time td {
	padding: 11px;
	width: 38px;
	text-align: center;

}

.page section.sec_information div.txt table.time th {
	text-align: left;
	padding: 10px 10px 10px 0;
}

.page section.sec_information div.txt div.link {
	display: flex;
	justify-content: left;
	margin-top: 25px;
}

.page section.sec_information div.txt .square_btn.tel {
	line-height: 1.3;
	margin-right: 15px;
}

.page section.sec_information div.txt .square_btn.tel a {
	padding: 7px 20px;
	position: relative;
	transition: 0.4s;
	box-sizing: border-box;
	margin: 0 auto;
	height: 80px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.page section.sec_information div.txt .square_btn.tel p.size28 {
	position: relative;
	padding-left: 30px;
	line-height: 1.3;
}

.page section.sec_information div.txt .square_btn.tel p.size28::before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: url(./images/common/icon_tel.svg);
	width: 20px;
}

.page section.sec_information div.txt .square_btn.fax p {
	padding: 0 20px;
	display: block;
	position: relative;
	transition: 0.4s;
	box-sizing: border-box;
	margin: 0 auto;
	height: 80px;
}

.page section.sec_information div.txt .square_btn.fax a {
	pointer-events: none;
	color: #00406C !important;
}

.page section.sec_information div.txt div.btn a {
	margin: 0;
}

.page section.sec_information .slide01_thum .slick-slide {
	margin: 10px 5px;
}

.page section.sec_information .slide01_thum .slick-current img {
	border: 1px solid #00406C !important;
}

.page section.sec_information .post {
	margin-top: 60px;
	transition: 0.1s linear all;
	padding: 20px 30px;
	box-sizing: border-box;
}

.page section.sec_information .post p {
	position: relative;
	line-height: 1.5;
}

.page section.sec_information .post p span {
	padding-left: 40px;
}

.page section.sec_information .post>p:before,
.page section.sec_information .post>p:after {
	position: absolute;
	left: 0px;
	top: 14px;
	content: "";
	width: 20px;
	height: 2px;
	background: #0a3553;
}

.page section.sec_information .post>p:after {
	transform: rotate(90deg);
	transition: 0.1s linear all;
}

.page section.sec_information .post>p.active:after {
	transform: rotate(0deg);
}

.page section.sec_information .post .post_inner {
	display: none;
	margin-bottom: 25px;
}

.page section.sec_information .post .post_inner p.blue {
	margin: 30px 0 10px;
}

/*------sec_equipment------*/
.page section.sec_equipment div.bg_gray {
	padding: 60px 0;
	margin: 60px 0;
}

.page section.sec_equipment div.equipment_slide {
	width: 700px;
	max-width: 80%;
	margin: 0 auto;
}

.page section.sec_equipment div.equipment_slide p.bg_blue {
	padding: 5px 15px;
	box-sizing: border-box;
	line-height: 1.3;
}

.page section.sec_equipment .slide02_thum .slick-slide {
	margin: 20px 5px;
}

.page section.sec_equipment .slide02_thum .slick-current img {
	border: 1px solid #00406C !important;
}

/*-----------------------------------------
access
-----------------------------------------*/
/*------sec_map------*/
.page section.sec_map p.add {
	display: table;
	margin: 40px auto 60px;
	padding: 6px 17px;
	box-sizing: border-box;
}

.page section.sec_map iframe {
	width: 900px;
	height: 300px;
	max-width: 100%;
	margin: 0px auto;
	display: block;
}

/*------sec_access------*/
.page section.sec_access ul.access_list {
	display: flex;
	flex-wrap: wrap;
	gap: 1%;
	margin: 70px 0 15px;
}

.page section.sec_access ul.access_list.hol {
	margin: 45px 0 0px;
}

.page section.sec_access ul.access_list li {
	width: 24%;
	margin-bottom: 40px;
}

.page section.sec_access ul.access_list li div.img {
	position: relative;
	margin-bottom: 5px;
}

.page section.sec_access ul.access_list li div.img p {
	position: absolute;
	top: 15px;
	left: 15px;
	border-radius: 30px;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.page section.sec_access ul.access_list.hol li div.img p {
	top: -25px;
	left: 0%;
	width: 100%;
	border-radius: 0;
}

.page section.sec_access ul.access_list li p {
	line-height: 1.5;
}

.page section.sec_access ul.access_list.flow02 {
	margin-top: 35px;
}

div.supplement {
	display: table;
	margin: 40px auto 60px;
	padding: 24px 35px;
	box-sizing: border-box;
}

/*-----------------------------------------
recruit
-----------------------------------------*/
/*------sec_recruitment------*/
.page section.sec_recruitment ul.recruitment_tab {
	border-bottom: 1px solid #00406C;
	margin: 60px 0;
}

.page section.sec_recruitment ul.recruitment_tab li {
	width: 200px;
	display: inline-block;
	margin-right: 5px;
	line-height: 43px;
	cursor: pointer;
}

.page section.sec_recruitment ul.recruitment_tab li {
	border-bottom: none;
	transition: 0.1s linear all;
}

.page section.sec_recruitment ul.recruitment_tab li.on,
.page section.sec_recruitment ul.recruitment_tab li:hover {
	background: #00406C;
	color: white;
}

.page section.sec_recruitment .tab_inner {
	display: none;
}

.page section.sec_recruitment .tab_inner.on {
	display: inline-block;
	margin-bottom: 100px;
	width: 100%;
}

.page section.sec_recruitment .tab_inner img {
	float: left;
	width: 301px;
	margin-right: 50px;
}

.page section.sec_recruitment .tab_inner table {
	width: 100%;
}

.page section.sec_recruitment table.default tr {
	border-bottom: 1px solid #77A5C5;
}

.page section.sec_recruitment table.default th {
	font-weight: normal;
	text-align: left;
	padding: 12px 0 12px 0;
	width: 10em;
}

.page section.sec_recruitment table.default td {
	padding: 10px;
	width:80%;
}

/*------sec_entry------*/
.page section.sec_entry {
	padding: 110px 0 90px;
}

.page section.sec_entry div.form {
	width: 1000px;
	max-width: 100%;
	margin: 70px auto 0px;
	display: block;
}

.page section.sec_entry div.form table {
	width: 100%;
	margin-bottom: 55px;
}

.page section.sec_entry div.form table.default tr {
	border-bottom: 1px solid #C8DCEA;
}

.page section.sec_entry div.form table th span {
	padding: 2px 6px;
	margin-left: 15px;
	line-height: 1;
}

.page section.sec_entry div.form table th {
	width: 17em;
	vertical-align: middle;
	padding: 10px 0;
	text-align: left;
}

.page section.sec_entry div.form table tr td {
	width: calc(100% - 17em);
	padding: 10px;
}

.page section.sec_entry div.form table tr td span {
	font-size: 18px;
}

.page section.sec_entry div.form table tr td span.birth {
	margin: 0 8px;
}

.page section.sec_entry div.form table tr td .wpcf7-list-item.first {
	margin-left: 0;
}

.page section.sec_entry div.form table tr td input[type="text"],
.page section.sec_entry div.form table tr td input[type="tel"],
.page section.sec_entry div.form table tr td input[type="email"],
.page section.sec_entry div.form table tr td textarea {
	padding: 12px;
	width: calc(100% - 20px);
	border: none !important;
	background: #F6F6F6;
}

.page section.sec_entry div.form table tr td.addnumber input[type="text"] {
	width: 200px;
	max-width: 100%;
}

.page section.sec_entry div.form table tr td select {
	padding: 12px;
	width: 100px;
	border: none !important;
	background: #F6F6F6;
}

.page section.sec_entry div.form table .wpcf7-list-item {
	margin: 0px 20px 0px 0;
	vertical-align: text-bottom;
}

span.wpcf7-list-item-label {
	vertical-align: middle;
	font-size: 14px;
	margin-left: 7px;
}

.page section.sec_entry div.form .submit {
	text-align: center;
	margin-top: 40px;
}

.page section.sec_entry div.form .submit input[type="submit"] {
	border: none;
	background: #00406C;
	color: white;
	width: 200px;
	line-height: 48px;
	border-radius: 32px;
	font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	transition: 0.4s;
	font-size: 20px;
}

.page section.sec_entry div.form .submit input[type="submit"]:hover {
	background: #00ACBA;
}

.page section.sec_entry div.form .submit .wpcf7-spinner {
	display: block;
}

.page section.sec_entry div.form .caution .wpcf7-form-control-wrap {
	margin-right: 10px;
}

/*------sec_policy------*/
.wrapper section.sec_policy {
	padding: 0px 0 100px;
}

.page .wrapper section.sec_policy div.policy {
	margin-top: 60px;
}

.page .wrapper section.sec_policy div.policy p.blue {
	margin: 25px 0 3px;
}

/*-----------------------------------------
expense
-----------------------------------------*/
.page-expense .wrapper section.pagelink ul li a.orange {
	border: 1px solid #FF7A00;
	background-image: url(./images/common/icon_anchor_orange.svg);
	background-repeat: no-repeat;
	width: 280px;
	padding: 16px 20px 16px 0px;
}

.page-expense .wrapper section.pagelink ul li a.orange:hover {
	background: #FFF1D8;
	background-image: url(./images/common/icon_anchor_orange.svg);
	background-repeat: no-repeat;
	background-position: right 22px top 26px;
	background-size: 12px;
}

.page-expense .wrapper section.pagelink ul li a.pink {
	border: 1px solid #F5617D;
	background-image: url(./images/common/icon_anchor_pink.svg);
	background-repeat: no-repeat;
	width: 280px;
	padding: 16px 20px 16px 0px;
}

.page-expense .wrapper section.pagelink ul li a.pink:hover {
	background: #FFF4F6;
	background-image: url(./images/common/icon_anchor_pink.svg);
	background-repeat: no-repeat;
	background-position: right 22px top 26px;
	background-size: 12px;
}

.page-expense .wrapper section.pagelink ul li a.green {
	border: 1px solid #63BA54;
	background-image: url(./images/common/icon_anchor_green.svg);
	background-repeat: no-repeat;
	padding: 16px 20px 16px 0px;
	padding: 16px 20px 16px 0px;
	color: #63BA54;
}

.page-expense .wrapper section.pagelink ul li a.green:hover {
	background: #F7FFF5;
	background-image: url(./images/common/icon_anchor_green.svg);
	background-repeat: no-repeat;
	background-position: right 22px top 26px;
	background-size: 12px;
}

.page-expense .wrapper section.pagelink ul li a.purple {
	border: 1px solid #6f66ec;
	background-image: url(./images/common/icon_anchor_purple.svg);
	background-repeat: no-repeat;
	padding: 16px 20px 16px 0px;
	padding: 16px 20px 16px 0px;
	color: #6f66ec;
}

.page-expense .wrapper section.pagelink ul li a.purple:hover {
	background: #E7E5FE;
	background-image: url(./images/common/icon_anchor_purple.svg);
	background-repeat: no-repeat;
	background-position: right 22px top 26px;
	background-size: 12px;
}
/*
.page-expense .wrapper section.pagelink ul li:nth-child(4) a {
	width: 280px;
	padding: 16px 20px 16px 0px;
}
*/
.page-expense .wrapper section.pagelink ul li a.blue {
    width: 280px;
	padding: 16px 20px 16px 0px;
}

.page-expense .wrapper section span.small {
	font-size: 12px;
}

/*------sec_place------*/
.page section.sec_place {
	padding-bottom: 20px;
}

.page section.sec_place .place_list {
	display: flex;
	gap: 2%;
}

.page section.sec_place table {
	width: 100%;
}

.page section.sec_place table th a {
	text-decoration: underline;
}

.page section.sec_place table.tbeauty .ml {
	margin-left: 1em;
}

.page section.sec_place table.tbeauty th,
.page section.sec_place table.tbeauty td {
	border: 1px solid #FF7A00;
	padding: 8px 15px;
	font-size: 18px;
}

.page section.sec_place table.tinspe th.pinkline,
.page section.sec_place table.tinspe td.pinkline {
	border: 1px solid #F5617D;
}

.page section.sec_place table.tinspe th.pinkline a {
	color: #F5617D;
}

.page section.sec_place table.tinspe th.greenline,
.page section.sec_place table.tinspe td.greenline {
	border: 1px solid #63BA54;
}

.page section.sec_place table.tinspe th.greenline a {
	color: #63BA54;
}

.page section.sec_place table.tinspe th{
	border: 1px solid #00406C;
	padding: 8px 15px;
	font-size: 18px;
	
}
.page section.sec_place table.tinspe td {
	border: 1px solid #00406C;
	padding: 8px 15px;
	font-size: 18px;
	
}

.page section.sec_place table th {
	text-align: left;
}

/*------sec_beauty------*/
.page .wrapper section.sec_beauty h4::after {
	border-top: 1px solid #FF7A00;
}

.page .wrapper section.sec_beauty div.content {
	padding: 7px 15px;
	background: #f6f6f6;
	margin: 10px 0 17px;
}

.page .wrapper section.sec_beauty div.content p {
	line-height: 1.6;
}

.page .wrapper section.sec_beauty div.content span {
	margin-right: 1em;
}

.page .wrapper section.sec_inspection span.time,
.page .wrapper section.sec_beauty span.time {
	display: inline-block;
	padding: 0px 10px 2px;
	line-height: 1.5;
}


.page .wrapper section.sec_beauty div.merit,
.page .wrapper section.sec_artMake div.merit {
	display: flex;
	gap: 20px;
}
.page .wrapper section.sec_inspection div.merit{
	display: flex;
	gap: 20px;
	margin-top:40px;	
}

.page .wrapper section.sec_beauty div.merit > div,
.page .wrapper section.sec_inspection div.merit > div {
	width: 50%;
	padding: 7px 15px;
	background: #f6f6f6;
}
.page .wrapper section.sec_beauty div.merit div {
	width: 50%;
	padding: 7px 15px;
	background: #f6f6f6;
}

.page .wrapper section.sec_beauty div.merit.cnone {
	margin-top: 17px;
}

.page .wrapper section.sec_beauty div.btn {
	margin-top: 30px;
}
.page .wrapper section.sec_beauty div.merit > div.scroll {
	padding:0;
	background:none;
}
.page .wrapper section.sec_beauty div.btn a {
	background-image: url(./images/common/icon_tab.svg);
	background-repeat: no-repeat;
	background-position: right 22px center;
	background-size: 15px;
}

.page .wrapper section.sec_beauty div.btn a.bg_green02:hover {
	background: url(./images/common/icon_tab.svg) #4EAF3D;
	background-repeat: no-repeat;
	background-position: right 18px center;
	background-size: 15px;
}

/*------sec_bijiris------*/
.page section.sec_bijiris img.img01 {
	max-width: 1200px;
	margin: 0 auto 50px;
	display: block;
}

.page section.sec_bijiris p.pinktitle {
	background: #F5617D;
	padding: 0;
	margin: 60px 0 40px;
}

.page section.sec_bijiris div.onayami_list {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	margin-bottom: 45px;
}

div.onayami_list>div {
	width: 49%;
	margin-bottom: 45px;
}

.page section.sec_bijiris div.onayami_list p.sub {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 20px;
}

.page section.sec_bijiris div.onayami_list p.sub:before,
.page section.sec_bijiris div.onayami_list p.sub:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background-color: #77A5C5;
}

.page section.sec_bijiris div.onayami_list p.sub:after {
	margin-left: 1em;
}

.page section.sec_bijiris div.onayami_list p.sub:before {
	margin-right: 1em;
}

.page section.sec_bijiris div.onayami_list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	max-width: 530px;
	margin: 0 auto;
}

.page section.sec_bijiris div.onayami_list ul li {
	width: 49%;
	margin: 0 0 7px;
	position: relative;
	padding-left: 1.7em;
	box-sizing: border-box;
	line-height: 1.4;
}

.page section.sec_bijiris div.onayami_list ul li::before {
	position: absolute;
	top: 4px;
	left: 0px;
	content: url(./images/common/icon_check.svg);
	width: 23px;
}

.page section.sec_bijiris div.muscles {
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
}

.page section.sec_bijiris div.muscles p {
	width: 60%;
}

.page section.sec_bijiris div.muscles div.img {
	width: 35%;
}

.page section.sec_bijiris table {
	width: 345px;
	max-width: 100%;
	margin: 30px auto 0;
}

.page section.sec_bijiris table th {
	text-align: left;
}

.page section.sec_bijiris table th,
.page section.sec_bijiris table td {
	border: 1px solid #F5617D;
	padding: 5px 15px;
	font-size: 18px;
}

.page section.sec_movie {
	margin: 40px 0;
}

.page section.sec_movie iframe {
	width: 700px;
	height: 400px;
	max-width: 100%;
	margin: 0 auto 20px;
	display: block;
}

.page section.sec_movie p.pink {
	margin-bottom: 30px;
}

/*------sec_inspection------*/
.wrapper section.sec_inspection h2 {
	margin-bottom: 20px;
}

.page section.sec_inspection table{
	width: 100%;
	margin-top: 30px;	
}
.page section.sec_beauty table {
	width: 100%;
}

.page section.sec_beauty table th,
.page section.sec_beauty table td,
.page section.sec_inspection table th,
.page section.sec_inspection table td {
	border: 1px solid #00406C;
	padding: 5px 15px;
	font-size: 18px;
}

.page section.sec_beauty table th.line,
.page section.sec_beauty table td.line,
.page section.sec_inspection table th.line,
.page section.sec_inspection table td.line {
	border-bottom: 4px double #00406C;
}

.page section.sec_beauty table th,
.page section.sec_inspection table th {
	text-align: left;
}
.page section.sec_inspection ul.link,
.page section.sec_beauty ul.link{
	display:flex;
	gap:20px 2%;
	flex-wrap:wrap;
	margin:20px 0;
}
.page section.sec_inspection  ul.link li,
.page section.sec_beauty ul.link li{
	width:32%;
}
.page section.sec_inspection  ul.link li a,
.page section.sec_beauty ul.link li a{
	display:block;
	border:1px solid #00406c;
	padding:10px 25px;
	color:#00406c;
	border-radius:30px;
	font-size:18px;
	position:relative;
}
.page section.sec_inspection  ul.link li a:before,
.page section.sec_beauty ul.link a:before{
	content:"→";
	position:absolute;
	right:20px;
	top:10px;
}
.page section.sec_inspection  ul.link li a:hover,
.page section.sec_beauty ul.link a:hover{
	background:#00406c;
	color:white;
}
.page section.sec_inspection  ul.link li a:hover:before,
.page section.sec_beauty ul.link a:hover:before{
	color:white;
}

/*------sec_artMake------*/
.page .wrapper section.sec_beauty h4.purple::after {
	border-top: 1px solid #6f66ec;
}
.page .wrapper section.sec_beauty .section_inner .artMake_flex{
	display: flex;
	gap: 48px;
}
.page .wrapper section.sec_beauty .section_inner .artMake_flex .artMake_practitionerIntro{
	background-color: #f6f6f6;
	padding: 16px 24px;
	font-size: 16px;
	margin-bottom: 24px;
}
.page .wrapper section.sec_beauty .section_inner p:nth-of-type(2){
	margin-bottom: 60px;
}
.page .wrapper section.sec_beauty .section_inner .artMake_flex .artMake_list{
	margin-bottom: 24px;
}
.page .wrapper section.sec_beauty .section_inner .artMake_flex .artMake_list li{
font-size: 16px;
}
.page .wrapper section.sec_beauty .section_inner .artMake_flex .artMake_left .artMake_name{
	margin-bottom: 16px;
}
.page .wrapper section.sec_beauty .section_inner .artMake_flex .artMake_left .artMake_account li a{
	border-bottom: 1px solid #6f66ec;
}
.page .wrapper section.sec_beauty .section_inner .artMake_flex .artMake_right{
	width: 26%;
}
.page .wrapper section.sec_beauty .section_inner .artMake_price li:not(:last-child){
	margin-bottom: 16px;
}
.page section.sec_artMake table th{
	text-align: center;
}

/*-----------------------------------------
クリニック情報
-----------------------------------------*/
.page-clinic main article section.post_content .section_inner .post_block {
	margin-bottom: 50px;
}
.page-clinic main article section.post_content .section_inner .post_block ul li:last-child,
.page-clinic main article section.post_content .section_inner .post_block:last-child {
	margin-bottom: 0;
}
.page-clinic main article section.post_content .section_inner .post_block ul {
	padding-left: 1em;
	margin-top: 20px;
	margin-bottom: 20px;
}
.page-clinic main article section.post_content#other .section_inner .post_block ul{
	margin:10px 0;	
}
.page-clinic main article section.post_content#other .section_inner .post_block ul li ul{
	margin:0;	
}
.page-clinic main article section.post_content .section_inner .post_block ul li ul {
	margin-top: 0;
	margin-bottom: 0;
}
.page-clinic main article section.post_content .section_inner .post_block ul.int li {
	list-style: auto;
}
.page-clinic main article section.post_content .section_inner .post_block ul.dot li {
	list-style: disc;
}
.page-clinic main article section#other .section_inner{
	border:1px solid #ccc;
	padding:25px 50px;
	width:1380px;
	max-width:calc(90% - 100px);
}
.page-clinic main article section#other .section_inner .post_block {
	margin-bottom: 10px;
}



/*-----------------------------------------
お知らせ
-----------------------------------------*/
.archive .wrapper article section,
.single .wrapper article section {
	padding: 10px 0 100px;
}

.archive .wrapper article section .section_inner,
.single .wrapper article section .section_inner {
	width: 1000px;
}

.single .wrapper article,
.archive .wrapper article {
	margin: 50px 0 0;
}

.single .wrapper article section h3{
	margin-bottom:40px;
}
.single .wrapper article section ul{
	margin-left:1.25em;
}
.single .wrapper article section ul li{
	list-style-type:disc;
}

.single .wrapper img {
	width: auto;
	max-width: 100%;
}

.archive .wrapper article section ul.topics li {
	border-bottom: 1px solid #77A5C5;
}

.archive .wrapper article section ul.topics li:first-child {
	border-top: 1px solid #77A5C5;
}

.archive .wrapper article section ul.topics li a {
	padding: 15px 20px;
	display: block;
	color: #00406C;
}

.archive .wrapper article section ul.topics li a:hover {
	background: #eaeaea;
}

.archive .wrapper article section ul.topics li .date {
	float: left;
	margin-right: 1em;
	line-height: 2.1;
	font-size: 15px;
	color: #77A5C5;
}

.archive .wrapper article section ul.topics li .title {
	overflow: auto;
	line-height: 1.5;
}

.single .wrapper article section .date {
	font-size: 18px;
	color: #77A5C5;
	margin-bottom: 10px;
}

.single .wrapper article section p.title {
	margin: 0 0 35px;
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 20px;
	margin-bottom: 50px;
	line-height: 1.5;
	border-bottom: 1px solid #77A5C5;
}

.single .wrapper article section div.editor {
	padding: 40px 0 30px;
	margin-bottom: 60px;
}

.single .wrapper article section div.editor p {
	margin-bottom: 20px;
}
.single .wrapper article section p.anchor{
	padding-top:50px;
	margin-top:-50px;
}

/*------pagenavi------*/
.wp-pagenavi {
	margin-top: 50px;
	margin-bottom: 10px;
	padding-bottom: 1px;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	background-color: #00406C;
	border: 1px solid #00406C !important;
	color: white;
	padding: 5px 11px !important;
	font-size: 14px;
	transition: 0.4s
}

.wp-pagenavi span.current {
	background-color: #00ACBA;
	font-weight: normal !important;
	border: 1px solid #00ACBA !important;
}

.wp-pagenavi a:hover {
	background-color: #00ACBA;
	border: 1px solid #00ACBA !important;
}

/*-----------------------------------------
404
-----------------------------------------*/
.error404 section.error {
	padding: 100px 0;
}

/*-----------------------------------------
other
-----------------------------------------*/
.fix_menu01, .fix_menu02, .fix_menu03 {
	display: none;
}

.spbr,
.sp {
	display: none;
}

.pcbr,
.pc {
	display: inline;
}

.tabbr {
	display: none;
}

.tabonbr {
	display: none;
}

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

	/*-----------------------------------------
	header
	-----------------------------------------*/
	.wrapper header .header_inner ul.header_menu li.menu a {
		padding: 15px 6px;
		font-size:15px;
	}

	.wrapper header .header_inner ul.header_menu li.menu_btn.entry a {
		width: 100px;
	}
}

@media screen and (max-width: 1410px) {
	.wrapper header .header_inner ul.header_menu li.menu a {
		padding: 15px 6px;
	}
}

@media screen and (max-width: 1300px) {
	.wrapper header .header_inner ul.header_menu li.pcn {
		display: none;
	}
}

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

	/*-----------------------------------------
	header
	-----------------------------------------*/
	.wrapper header .header_inner div.header_left h1 {
		margin-bottom: 3px;
	}

	.wrapper header .header_inner {
		position: relative;
	}

	.wrapper header .header_inner ul.header_menu {
		display: none;
	}

	.wrapper header .header_inner .menu_sp {
		display: inline-block;
	}

	.wrapper header .header_inner .header_btn {
		width: 50px;
		z-index: 9999;
		height: 50px;
		position: absolute;
		cursor: pointer;
		background: #00406C;
		right: 0px;
		top: 16px;
	}

	.wrapper header .header_inner .header_btn.active {
		background: #77A5C5;
	}

	.wrapper header .header_inner .header_btn p {
		position: absolute;
		bottom: 5px;
		left: 10px;
		line-height: 1;
	}

	.menu__line {
		background: white;
		display: block;
		height: 2px;
		width: 24px;
		position: absolute;
		transition: transform .3s;
		left: 13px;
	}

	.menu__line--top {
		top: 11px;
	}

	.menu__line--center {
		top: 18px;
	}

	.menu__line--bottom {
		bottom: 0;
		top: 25px;
	}

	.menu__line--top.active {
		top: 18px;
		transform: rotate(35deg);
	}

	.menu__line--center.active {
		transform: scaleX(0);
	}

	.menu__line--bottom.active {
		top: 18px;
		transform: rotate(145deg);
	}

	.wrapper .menu_sp .spmenu {
		width: 380px;
		position: fixed;
		z-index: 9998;
		right: -100%;
		top: 0px;
		display: block;
		background-color: rgba(0, 64, 108, 0.98);
		padding: 80px 0 40px;
	}

	.wrapper .menu_sp .spmenu li {
		width: 88%;
		margin: 0 auto;
	}

	.wrapper .menu_sp .spmenu li.menu {
		border-bottom: dashed 1px #aaa;
	}

	.wrapper .menu_sp .spmenu li.reserv a {
		border-radius: 10px;
		line-height: 1.5;
		background: white;
		padding: 10px 0 15px;
		display: block;
	}

	.wrapper .menu_sp .spmenu li.reserv a:hover {
		background: white;
		color: #00406C;
		font-weight: bold;
	}

	.wrapper .menu_sp .spmenu li.menu a {
		display: block;
		padding: 12px 15px;
	}

	.wrapper .menu_sp .spmenu li.tel {
		line-height: 1.3;
		padding: 20px 0;
	}

	.wrapper .menu_sp .spmenu li.tel a {
		position: relative;
		padding-left: 28px;
	}

	.wrapper .menu_sp .spmenu li.tel a::before {
		position: absolute;
		top: 5px;
		left: 0px;
		content: url(./images/common/icon_tel_w.svg);
		width: 20px;
	}

	.wrapper .menu_sp .spmenu li.access p {
		margin-top: 30px;
		background: url(./images/common/icon_map.svg) no-repeat left 5px top 2px;
		display: inline-block;
		background-size: 18px;
		padding-left: 33px;
	}

	.wrapper header {
		box-shadow: none;
	}

	/*-----------------------------------------
	top
	-----------------------------------------*/
	.home section.sec_feature ul.feature_list {
		gap: 25px;
	}

	.home section.sec_treatment div.treatment_list {
		padding: 0;
		gap: 30px;
	}

	.home section.sec_feature div.bg_lightblue02 {
		padding: 70px 30px;
	}

	/*-----------------------------------------
	urology
	-----------------------------------------*/
	.page section.sec_disease div.disease_list {
		flex-wrap: wrap;
		gap: 30px 2%;
	}

	.page section.sec_disease div.disease_list>div {
		flex: none;
		width: 32%;
	}

	.page section.sec_checklist div.check_list ul li {
		width: 100%
	}

	/*-----------------------------------------
	clinic
	-----------------------------------------*/
	.page section.sec_greeting div.greeting div.imgbox img.portrait {
		width: 230px;
	}

	/*-----------------------------------------
	access
	-----------------------------------------*/
	.page section.sec_access ul.access_list {
		gap: 2%;
		margin: 70px 0 15px;
	}

	.page section.sec_access ul.access_list li {
		width: 32%;
	}
}

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

	/*-----------------------------------------
	top
	-----------------------------------------*/
	.home section.sec_treatment div.treatment_list .treatment_expense div.bg_list ul li {
		width: 100%;
	}
		/*-----------------------------------------
	expence
	-----------------------------------------*/
	.page .wrapper section.sec_artMake div.merit{
	display: block;
	}
	.page .wrapper section.sec_artMake div.merit div{
		width: 100%;
	}
}

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

	/*-----------------------------------------
	footer
	-----------------------------------------*/
	footer .footer_inner ul.footer_menu {
		display: none;
	}

	footer .footer_inner .footer_left {
		float: none;
		margin: 0 auto 60px;
	}

	footer .footer_inner .footer_left div.logo img {
		margin: 0 auto 30px;
		display: block;
	}

	footer .footer_inner .footer_left p,
	footer .footer_inner p.copyright {
		text-align: center;
	}

	/*------feature_circl 追記------*/
	.home section.sec_feature_circle .section_inner ul li.circle-wrap{
		width: 200px;
		height: 200px;
	}
	.home section.sec_feature_circle .section_inner ul li.circle-wrap p{
		font-size: 16px;
		line-height: 24px;
	}
	.home section.sec_feature_circle .section_inner ul li .icon{
		height: 70px;
		line-height: 70px;
		margin-bottom: 10px;
	}
	.home section.sec_feature_circle .section_inner ul li .icon img{
		width: 30%;
		height: 70px;
	}
}

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

	/*-----------------------------------------
	other
	-----------------------------------------*/
	.tabbr {
		display: block;
	}

	.tabonbr {
		display: block;
	}

	.pagetop {
		right: 0;
		width: 48px;
	}

	.pagetop a {
		border-radius: 5px 0 0 5px;
	}

	.fix_menu01 {
		position: fixed;
		right: 0;
		bottom: 240px;
		z-index: 999;
		display: block;
		width: 48px;
	}
	.fix_menu02 {
		position: fixed;
		right: 0;
		bottom: 185px;
		z-index: 999;
		display: block;
		width: 48px;
	}
	.fix_menu03 {
		position: fixed;
		right: 0;
		bottom: 130px;
		z-index: 999;
		display: block;
		width: 48px;
	}

	/*.page-recruit .fix_menu01 {
		bottom: 140px;
	}*/

	.fix_menu01 a {
		border-radius: 5px 0 0 5px;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		padding: 40px 15px 15px;
		letter-spacing: 2px;
		background-image: url(./images/common/icon_calendar.svg);
		background-repeat: no-repeat;
		background-position: center top 14px;
		background-size: 15px;
		transition: 0.4s;
		box-sizing: border-box;
	}

	.fix_menu01 a:hover {
		background: #008792;
		background-image: url(./images/common/icon_calendar.svg);
		background-repeat: no-repeat;
		background-position: center top 14px;
		background-size: 15px;
	}

	.fix_menu02 a {
		border-radius: 5px 0 0 5px;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		padding: 15px 15px 15px;
		transition: 0.4s;
		box-sizing: border-box;
	}
	.fix_menu02 a img {
		width: 20px !important;
	}

	.fix_menu03 a {
		border-radius: 5px 0 0 5px;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		padding: 15px 15px 15px;
		transition: 0.4s;
		box-sizing: border-box;
	}
	.fix_menu03 a img {
		width: 20px !important;
	}

	/*-----------------------------------------
	common
	-----------------------------------------*/
	p,
	th,
	td,
	li,
	dt,
	dd {
		font-size: 18px;
	}

	.wrapper section {
		padding: 40px 0;
	}

	.wrapper section.last {
		padding: 40px 0 70px;
	}

	.wrapper section h3 {
		margin-bottom: 45px;
	}

	.size35 {
		font-size: 25px;
	}

	.size40 {
		font-size: 30px;
	}

	.size45 {
		font-size: 35px;
	}

	.size28 {
		font-size: 23px;
	}

	.wrapper section.pagelink ul {
		gap: 20px;
	}

	/*-----------------------------------------
	footer_top
	-----------------------------------------*/
	section.footer_top iframe {
		float: none;
		margin-right: 0;
		width: 100%;
		height: 220px;
		margin-bottom: 35px;
	}

	section.footer_top div.info {
		float: none;
		width: 100%;
	}

	/*-----------------------------------------
	top
	-----------------------------------------*/
	.home section.sec_mainimg div.right {
		padding: 50px 0px;
		height: 210px;
		width: 210px;
	}

	.home section.sec_mainimg div.banner a {
		bottom: 30px;
		left: 2.5%;
	}

	.home section.sec_feature ul.feature_list {
		flex-wrap: wrap;
	}

	.home section.sec_feature ul.feature_list li {
		flex: none;
		width: 360px;
		max-width: 100%;
	}
	
	/*------sec_vaccine_info 追記------*/
	.home .sec_vaccine_info .section_inner .vaccine_info_wrap {
		flex-direction: column;
		gap: 20px;
	}

	.home .sec_vaccine_info .section_inner .vaccine_info_wrap .vaccine_info_box {
		width: 100%;
		box-sizing: border-box;
	}
	/*-----------------------------------------
	urology
	-----------------------------------------*/
	.page section.sec_checklist div.check_list>div {
		width: 100%;
	}

	.page section.sec_disease div.disease_list p.title {
		font-size: 21px;
	}

	/*-----------------------------------------
	clinic
	-----------------------------------------*/
	.page section.sec_greeting div.greeting div.imgbox {
		display: block;
		margin: 0 auto 40px;
	}

	.page section.sec_greeting div.greeting div.imgbox img.portrait {
		display: block;
		margin: 0 auto;
	}

	.page section.sec_greeting div.greeting div.imgbox img.name {
		float: none;
		display: block;
		margin: 20px auto 0;
	}

	.page section.sec_greeting div.greeting {
		display: block;
	}
	.page section.sec_greeting div.greeting .txtbox p{
		line-height:1.5;
	}

	.page section.sec_greeting div.greeting div.history_list {
		display: block;
	}

	.page section.sec_information div.slide {
		float: none;
		margin: 0 auto 55px;
		width: 500px;
		max-width: 100%;
	}

	.page section.sec_information div.txt {
		float: none;
		margin: 0 auto;
		display: table;
	}

	.page section.sec_information div.txt div.btn a {
		margin: 10px auto 0;
	}

	.slick-next {
		right: -20px !important;
		z-index: 100;
	}

	.slick-prev {
		left: -20px !important;
		z-index: 100;
	}

	/*-----------------------------------------
	access
	-----------------------------------------*/
	.page section.sec_access ul.access_list {
		gap: 4%;
	}

	.page section.sec_access ul.access_list li {
		width: 48%;
	}

	/*-----------------------------------------
	expense
	-----------------------------------------*/
	.page-expense .wrapper section.pagelink ul {
		display: block;
	}

	.page-expense .wrapper section.pagelink ul li a.orange {
		background-image: url(./images/common/icon_anchor_orange.svg);
		background-position: right 22px top 16px;
		background-size: 12px;
		padding: 10px 0;
		margin: 0 auto 15px;
	}

	.page-expense .wrapper section.pagelink ul li a.orange:hover {
		background-position: right 22px top 16px;
	}

	.page-expense .wrapper section.pagelink ul li a.pink {
		background-image: url(./images/common/icon_anchor_pink.svg);
		background-position: right 22px top 16px;
		background-size: 12px;
		padding: 10px 0;
		margin: 0 auto 15px;
	}

	.page-expense .wrapper section.pagelink ul li a.pink:hover {
		background-position: right 22px top 16px;
	}
	.page-expense .wrapper section.pagelink ul li a.purple {
		background-image: url(./images/common/icon_anchor_purple.svg);
		background-position: right 22px top 16px;
		background-size: 12px;
		padding: 10px 0;
		margin: 0 auto 15px;
	}

	.page-expense .wrapper section.pagelink ul li a.purple:hover {
		background-position: right 22px top 16px;
	}
/*
	.page-expense .wrapper section.pagelink ul li a.green {
		background-image: url(./images/common/icon_anchor_green.svg);
		background-position: right 22px top 16px;
		background-size: 12px;
		padding: 10px 0;
		margin: 0 auto 15px;
	}

	.page-expense .wrapper section.pagelink ul li a.green:hover {
		background-position: right 22px top 16px;
	}

	.page-expense .wrapper section.pagelink ul li:nth-child(4) a {
		background-image: url(./images/common/icon_anchor.svg);
		background-position: right 22px top 16px;
		background-size: 12px;
		padding: 10px 0;
		margin: 0 auto 15px;
	}
*/
.page-expense .wrapper section.pagelink ul li a.blue {
		background-image: url(./images/common/icon_anchor.svg);
		background-position: right 22px top 16px;
		background-size: 12px;
		padding: 10px 0;
		margin: 0 auto 15px;
	}

	.page-expense .wrapper section.pagelink ul li a.blue:hover {
		background-position: right 22px top 16px;
	}

	.page section.sec_place .place_list {
		display: block;
	}

	.page section.sec_place .place_list table th {
		width: 18em;
	}

	.page section.sec_place .place_list table.tbeauty {
		margin-bottom: 30px;
	}

	.page section.sec_movie iframe {
		width: 500px;
		height: 280px;
	}

	.page section.sec_bijiris div.onayami_list ul li {
		width: 100%;
	}

	.page section.sec_beauty div.scroll,
	.page section.sec_inspection div.scroll {
		overflow: auto;
		white-space: nowrap;
		width: 100%;
	}
}

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

	/*-----------------------------------------
	other
	-----------------------------------------*/
	.spbr,
	.sp {
		display: inline-block;
	}

	.pcbr,
	.pc {
		display: none;
	}

	.tabonbr {
		display: none;
	}

	/*-----------------------------------------
	common
	-----------------------------------------*/
	.size24 {
		font-size: 21px;
	}

	.size40 {
		font-size: 25px;
	}

	.size45 {
		font-size: 30px;
	}

	.center.spleft {
		text-align: left;
	}

	.wrapper .pageimg {
		height: 145px;
	}

	.wrapper .pageimg p.pagetitle {
		top: 50px;
	}

	.wrapper section.pagelink ul {
		display: block;
	}

	.wrapper section.pagelink ul li a {
		background-image: url(./images/common/icon_anchor.svg);
		background-repeat: no-repeat;
		background-position: right 22px top 16px;
		background-size: 12px;
		padding: 10px 0;
		margin: 0 auto 15px;
		width: 280px;
	}

	.wrapper .pageimg .pageimg_inner {
		max-width: 95%;
	}

	.wrapper section h2 {
		padding-bottom: 15px;
		margin-bottom: 35px;
	}

	.wrapper section h3 {
		margin-bottom: 45px;
	}

	.wrapper main {
		padding-top: 50px;
	}

	/*-----------------------------------------
	header
	-----------------------------------------*/
	.wrapper header {
		background: white;
	}

	.wrapper header .header_inner {
		max-width: 100%;
		padding: 0;
		height: 50px;
	}

	.wrapper header .header_inner div.header_left {
		margin-left: 5%;
		margin-top: 5px;
	}

	.wrapper header .header_inner div.header_left p.name {
		font-size: 20px;
		line-height: 1.6;
	}

	.wrapper header .header_inner .header_btn {
		top: 0px;
	}

	.wrapper .menu_sp .spmenu li {
		width: 270px;
	}

	.wrapper .menu_sp .spmenu li.access {
		width: 330px;
	}

	.wrapper header .header_inner div.header_left h1 {
		font-size: 10px;
		margin-bottom: 0px;
	}

	.wrapper .menu_sp .spmenu {
		width: 100%;
		right: -100%;
		padding: 50px 0 40px;
	}

	.wrapper .menu_sp .spmenu li.menu a {
		padding: 8px 10px;
	}

	.wrapper .menu_sp .spmenu li a span.mb {
		margin-bottom: 5px;
	}

	.wrapper .menu_sp .spmenu li.tel a.size24 {
		font-size: 24px;
	}

	/*-----------------------------------------
	footer
	-----------------------------------------*/
	footer .footer_inner .footer_left div.logo img {
		width: 160px;
	}

	footer .footer_inner {
		padding: 40px 0 25px;
	}

	footer .footer_inner p.copyright {
		font-size: 12px;
	}

	/*-----------------------------------------
	footer_top
	-----------------------------------------*/
	section.footer_top div.info table.time th {
		font-size: 14px;
		padding: 10px 0;
	}
	section.footer_top div.info table.time td {
		padding: 6px 0;
		width: 36px;
	}
	section.footer_top div.info table.time td span {
		font-size: 10px;
	}
	section.footer_top div.info {
		padding-top: 80px;
		text-align: center;
	}

	section.footer_top .section_inner .btn {
		position: absolute;
		top: 20px;
		left: 50%;
		right: auto;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	section.footer_top div.info .square_btn.reserv {
		margin-right: 0px;
		width: 29%;
	}

	section.footer_top div.info div.insta img {
		width: 40px;
	}

	section.footer_top div.info .square_btn.tel {
		margin-right: 3%;
		width: 68%;
	}

	section.footer_top div.info div.insta {
		margin: 20px auto 0;
	}

	section.footer_top div.info table.time {
		margin: 30px auto -8px;
	}
	section.footer_top div.info div.tablecomment {
		text-align: left;
	}
	section.footer_top div.info div.tablecomment p {
		font-size: 12px;
	}
	section.footer_top div.info .square_btn.tel a {
		padding: 13px 0px;
	}

	section.footer_top div.info .square_btn.reserv a {
		padding: 15px 0px;
	}

	section.footer_top div.info p.mt {
		margin-top: 10px;
		font-size: 16px;
	}

	section.footer_top div.info table.time td.right {
		text-align: center;
	}

	/*-----------------------------------------
	top
	-----------------------------------------*/
	/*------feature_circl 追記------*/
	.home section.sec_feature_circle .section_inner ul{
		gap: 8px;
	}
	.home section.sec_feature_circle .section_inner ul li.circle-wrap{
		width: 110px;
		height: 110px;
	}
	.home section.sec_feature_circle .section_inner ul li.circle-wrap p{
		font-size: 9.5px;
		line-height: normal;
	}
	.home section.sec_feature_circle .section_inner ul li .icon{
		height: 50px;
		line-height: 50px;
		margin-bottom: 0;
	}
	.home section.sec_feature_circle .section_inner ul li .icon img{
		height: 50px;
	}
	.home section.sec_feature_circle .section_inner ul li:first-child .icon img{
		width: 21%;
	}
	.home section.sec_mainimg {
		height: 400px;
	}

	div#n2-ss-2 .n2-ss-slide {
		height: 400px;
	}

	.home section.sec_mainimg div.right {
		bottom: -100px;
		top: auto;
		right: -15px;
		border-radius: 150px;
		height: 250px;
		width: 250px;
		padding: 35px 0;
	}

	.home section.sec_mainimg div.right p.font-en {
		font-size: 28px;
	}

	.home section.sec_mainimg div.banner a {
		display: none;
	}

	.home section.sec_treatment div.treatment_list {
		display: block;
	}

	.home section.sec_message div.btn_list {
		margin-top: 50px;
		display: block;
	}

	.home section.sec_message div.btn_list div.btn {
		margin-top: 20px;
	}

	.home section.sec_treatment div.btn {
		margin-top: 30px;
	}

	.home section.sec_treatment div.treatment_list .treatment_expense {
		margin-top: 100px;
	}

	.wrapper section.sec_message {
		padding: 70px 0 45px;
	}

	.home section.sec_feature div.bg_lightblue02 {
		padding: 45px 20px;
	}

	/*------sec_vaccine_info 追記------*/
	.home .sec_vaccine_info .section_inner .vaccine_info_wrap .vaccine_info_box .vaccine_list .vaccine_name span {
		display: block;
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.home .sec_vaccine_info .section_inner .vaccine_info_wrap .vaccine_info_box .vaccine_link {
		margin-top: 18px;
	}

	/*-----------------------------------------
	urology
	-----------------------------------------*/
	.page section.sec_checklist div.check_list p.sub {
		margin-bottom: 10px;
	}

	.page section.sec_checklist div.check_list p.title::before {
		margin-left: -25px;
		border: 25px solid transparent;
		border-top: 12px solid #00406C;
	}

	.page section.sec_disease div.disease_list>div {
		width: 100%;
	}

	.page section.sec_disease {
		padding: 40px 0 60px;
	}

	/*-----------------------------------------
	clinic
	-----------------------------------------*/
	.page section.sec_information .post p span:before,
	.page section.sec_information .post p span:after {
		top: 15px;
	}

	.page section.sec_information div.txt div.link {
		display: block;
	}

	.page section.sec_information div.txt {
		display: block;
		text-align: center;
	}

	.page section.sec_information div.txt .square_btn.tel {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.page section.sec_information div.txt .square_btn.tel a {
		text-align: center;
	}

	.page section.sec_information div.txt .square_btn.tel p.size30 {
		display: inline-block;
	}

	.page section.sec_information div.txt table.time {
		margin: 30px auto -8px;
	}

	.page section.sec_information .post {
		margin-top: 50px;
		padding: 15px 30px;
	}

	.page section.sec_information div.txt table.time th {
		font-size: 14px;
		padding: 10px 0;
	}
	.page section.sec_information div.txt table.time td {
		padding: 6px 0;
		width: 36px;
	}
	.page section.sec_information div.txt table.time td span {
		font-size: 10px;
	}
	.page section.sec_information div.txt div.tablecomment {
		text-align: left;
	}
	.page section.sec_information div.txt div.tablecomment p {
		font-size: 12px
	}
	.page section.sec_equipment div.bg_gray {
		padding: 35px 0;
		margin: 35px 0;
	}

	.page section.sec_equipment div.equipment_slide p.bg_blue {
		font-size: 18px;
	}

	/*-----------------------------------------
	access
	-----------------------------------------*/
	.page section.sec_access ul.access_list li {
		width: 300px;
		margin: 0 auto 40px;
		max-width: 100%;
	}

	.page section.sec_map p.add {
		display: block;
	}

	div.supplement {
		display: block;
		margin: 40px auto;
		padding: 19px 25px;
	}

	/*-----------------------------------------
	recruit
	-----------------------------------------*/
	.page section.sec_recruitment ul.recruitment_tab {
		margin: 15px 0 20px;
		display: inline-block;
		width: 100%;
	}

	.page section.sec_recruitment ul.recruitment_tab li {
		width: 46%;
		float: left;
		margin: 0 2%;
	}

	.page section.sec_recruitment .tab_inner img {
		width: 180px;
		float: none;
		margin: 30px auto;
		display: block;
	}

	.page section.sec_recruitment .tab_inner.on {
		margin-bottom: 50px;
	}

	.page section.sec_recruitment .tab_inner table {
		width: 100%;
	}

	.page section.sec_recruitment table.default th {
		display:block;
		width:100%;
		padding:12px 10px 0 10px;
	}
	.page section.sec_recruitment table.default td{
		display:inline-block;
		width:calc(100% - 20px);
		font-size:16px;
		padding:10px !important;
	}
	.page section.sec_recruitment table.default td.line2{
		width:calc(100% - 20px);
	}

	.page section.sec_entry div.form {
		margin: 50px auto 0px;
	}

	.page section.sec_entry div.form table th {
		padding: 10px 0 0;
		width: 100%;
		display: block;
	}

	.page section.sec_entry div.form table tr td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 7px 0 10px;
	}

	.page section.sec_entry div.form table {
		margin-bottom: 40px;
	}

	.page section.sec_entry div.form .submit input[type="submit"] {
		width: 160px;
	}

	.page section.sec_entry div.form table tr td select {
		width: 70px;
	}

	.page .wrapper section.sec_policy div.policy {
		margin-top: 35px;
	}

	.wrapper section.sec_policy h4 {
		margin-top: 0px;
	}

	/*-----------------------------------------
	expense
	-----------------------------------------*/
	.page section.sec_place table.tbeauty th,
	.page section.sec_place table.tbeauty td,
	.page section.sec_place table.tinspe th,
	.page section.sec_place table.tinspe td {
		padding: 4px 15px;
		display: block;
		box-sizing: border-box;
		width: auto;
	}

	.page section.sec_place table.tbeauty td,
	.page section.sec_place table.tinspe td,
	.page section.sec_place table.tinspe td.pinkline {
		border-bottom: 0;
		border-top: 0;
	}

	.page section.sec_place table.tbeauty td.spbb {
		border-bottom: 1px solid #FF7A00;
	}

	.page section.sec_place table.tinspe td.spbb {
		border-bottom: 1px solid #00406C;
	}

	.page section.sec_place table.tinspe td.pinkline.spbb {
		border-bottom: 1px solid #F5617D !important;
	}

	.page section.sec_place table.tinspe td.spmb {
		margin-bottom: 30px;
	}

	.page .wrapper section.sec_beauty span.time {
		padding: 0px 10px 0px;
	}

	.page section.sec_bijiris div.onayami_list {
		display: block;
	}

	div.onayami_list>div {
		width: 90%;
		margin: 0 auto 45px;
	}

	.page section.sec_bijiris div.onayami_list ul {
		max-width: 13em;
	}

	.page section.sec_bijiris div.muscles {
		display: block;
	}

	.page section.sec_bijiris div.muscles p {
		width: 100%;
		margin-bottom: 30px;
	}

	.page section.sec_bijiris div.muscles div.img {
		width: 100%;
	}

	.page section.sec_movie iframe {
		width: 340px;
		height: 190px;
	}

	.page section.sec_inspection table tr.top,
	.page section.sec_inspection table.tcheck td.spnone {
		display: none;
	}

	.page section.sec_inspection table.tcheck th,
	.page section.sec_inspection table.tcheck td {
		padding: 4px 15px;
		display: block;
		box-sizing: border-box;
		width: auto;
	}

	.page section.sec_inspection table.tcheck td {
		border-bottom: 0;
		border-top: 0;
	}

	.page section.sec_inspection table.tcheck td.spbb {
		border-bottom: 1px solid #00406C;
	}

	.page section.sec_place table.tbeauty .ml {
		margin-left: 0em;
	}

	.page .wrapper section.sec_beauty div.merit {
		display: block;
	}

	.page .wrapper section.sec_beauty div.merit div {
		width: 100%;
		padding: 7px 15px;
		box-sizing: border-box;
	}

	.page .wrapper section.sec_beauty div.merit div:first-child {
		padding: 7px 15px 0;
	}

	.page section.sec_place table.tbeauty .ml {
		margin-left: 0;
	}

	.wrapper .breadcrumb ul {
		justify-content: flex-start;
	}
	.page .wrapper section.sec_beauty .section_inner .artMake_flex{
		flex-direction: column-reverse;
	}
	.page .wrapper section.sec_beauty .section_inner .artMake_flex .artMake_right{
		width: 100%;
	}

	/*-----------------------------------------
	news
	-----------------------------------------*/
	.archive .wrapper article section ul.topics li a {
		padding: 15px 5px;
	}

	.archive .wrapper article section ul.topics li .date {
		float: none;
		margin-right: 0em;
		line-height: 1.6;
		font-size: 14px;
		margin-bottom: 5px;
	}

	.home section.sec_news ul li .date {
		float: none;
		margin-right: 0em;
		line-height: 1.6;
		font-size: 14px;
		margin-bottom: 5px;
	}
	.page .wrapper section.sec_inspection div.merit{
		display:block;
	}
	.page .wrapper section.sec_beauty div.merit > div, .page .wrapper section.sec_inspection div.merit > div{
		display:block;
	}
	.page .wrapper section.sec_beauty div.merit > div, .page .wrapper section.sec_inspection div.merit > div{
		width:calc(100% - 30px);
	}
.page section.sec_inspection  ul.link li,
.page section.sec_beauty ul.link li{
	width:100%;
}
	.page section.sec_bijiris img.img01{
		width:100%;
	}
	.page-clinic main article section#other .section_inner{
		padding:20px;
		max-width:calc(90% - 40px);
	}
}


/* 20260610追加
投稿のコラムのみ適用 */
/* ===========================================
   コラム投稿の H3 見出しスタイル
   =========================================== */

body.is-column h3 {
    display: flex;
    align-items: center;
    background-color: #77A5C5;
    color: #ffffff;
    padding: 14px 18px;
    border-left: 6px solid #2A4D6E;
    border-radius: 4px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.03em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    margin: 30px 0 20px;
    line-height: 1.6;
}

body.is-column h3 .h3-num {
    flex-shrink: 0;
    margin-right: 4px;
}

body.is-column h3 .h3-text {
    flex: 1;
}

@media screen and (max-width: 768px) {
    body.is-column h3 {
        font-size: 18px;
        padding: 12px 14px;
        border-left-width: 5px;
        margin: 24px 0 16px;
        letter-spacing: 0.02em;
    }
}

.page section.sec_place table.tinspe th.bg_lightorange{
	border: 1px solid #FF7A00;
}
.page section.sec_place table.tinspe th.bg_lightorange + td {
	border: 1px solid #FF7A00;
}
.page section.sec_place table.artMakeTopList th{
	border: 1px solid #6f66ec;
}
.page section.sec_place table.artMakeTopList td{
	border: 1px solid #6f66ec;
}
.page section.sec_place .artMakeTopList_wrapper{
	margin-bottom: 60px;
}










