@charset "utf-8";
/**
 * base.css
 */

/* Bootstrap break point */
@media only screen and (max-width:1199px) {} /* xl */
@media only screen and (max-width:991px) {} /* lg */
@media only screen and (max-width:767px) {} /* md */
@media only screen and (max-width:565px) {} /* sm */
/* (mobile first) */
@media only screen and (min-width:566px) {}
@media only screen and (min-width:768px) {}
@media only screen and (min-width:992px) {}
@media only screen and (min-width:1200px) {}


/* V3.1  break point */
@media only screen and (max-width:959px) {} /* tablet */
@media only screen and (max-width:767px) {} /* smart phone */
/* (mobile first) */
@media only screen and (min-width:768px) {}
@media only screen and (min-width:960px) {}


/*--------------------------------------------------

 html, body

--------------------------------------------------*/
html {
	font-size: 62.5%;
}
html.big {
	font-size: 75%;
}

body {
	position: relative;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	line-break: strict;
}
ul,ol {
	padding-left: 1.1em;
}

.small, small {font-size:90%;font-weight:500;}
.btn {
    font-weight: 500;
	font-size: 1.6rem;
}


h1, h2, h3, h4, h5, h6 {line-height:1.7;}


/*--------------------------------------------------

 siteCommonStyle

--------------------------------------------------*/
/* selection */
::-moz-selection {
	background: #b2d7fe;
}
/*::selection {
	background: #b2d7fe;
}*/

/* a */
a {
	color: #1e90ff;
	text-decoration: none;
	word-break: break-all;
	font-weight: 700;
}
a:hover {
	text-decoration: underline;
}

/* cap */
.caption,
.cap {
	color: #333;
	font-size: 83.4%;
}
.cap {
	padding-top: 5px;
}

/* formText */
.formText {
	padding: 3px 2px;
	border: #ccc solid 1px;
}

/* img */
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-backface-visibility: hidden;
}

a:hover img {opacity: .7;}

/* sp pc */
.sp,
.sp_cont {
	display: none !important;
}
@media only screen and (max-width:767px) {
	.sp {
		display: block !important;
	}
	.sp_cont {
		display: inline-block !important;
	}
	.pc {
		display: none !important;
	}
	.anchor{
	padding-top:60px;
	margin-top:-60px;
	}
}

/* fade */
@media only screen and (min-width:768px) {
	.fade-area a:hover {
		opacity: 0.7;
	}
}

/* mintyo */
.mintyo {
	font-family: 'Hannari', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', '游明朝', YuMincho, serif;
}

/* noscript */
#noscript {
	position: relative;
	z-index: 5260;
	padding: 1em;
	border-bottom: #000000 solid 1px;
	background: #ffffff;
	color: #000000;
	text-align: center;
}
#noscript span {
	color: #ff0000;
}

/* clearfix */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}

/*.shadow {
	text-shadow:0px 0px 1px #fff,0 0 5px #fff,0 0 10px #fff,0 0 15px #fff,0 0 20px #fff,0 0 30px #fff,0 0 40px #fff;
}*/

/*#spMenu.on:before {
	margin-top: 0;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
#spMenu.on:after {
	margin-top: 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}*/


/*--------------------------------------------------

 wrapper

--------------------------------------------------*/
#wrapper{
	overflow: hidden;
	color: #111;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.7;
	text-align: left;
    letter-spacing: .01em;
    font-feature-settings: "palt";
}

/* 游ゴシック使用時、IE用フォント指定 */
_:-ms-lang(x)::-ms-backdrop, #wrapper {
    font-family: "Segoe UI", "BIZ UDGothic", "メイリオ", Meiryo, sans-serif;
    font-size: 1.5rem;
    letter-spacing: .05em;
    /*transform: rotate(0.001deg);*/
}
_:-ms-lang(x)::-ms-backdrop, img {
    /*transform: rotate(-0.001deg);*/
}
/*--------------------*/


.common-wrap {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	/* padding-top: 20px; */
	/* flex-direction: row-reverse; */
}

@media only screen and (max-width:767px) {
	#wrapper {
        font-size: 1.4rem;
        min-width: 320px;
        line-height: 1.92;
        letter-spacing: 0;
	}
    .common-wrap {
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
    }
    
    ol, ul, dl { margin: 1rem 0;}
    .parts-tab-body > p + p:not(.parts-tab-btn) {margin-top: 1.5rem;}
    th > *:last-child,
    td > *:last-child { margin-bottom: 0;}
    table {margin-bottom: 2rem;}
    .mian-column li {margin-bottom: .5rem;}
    h2 + h3.parts-title-03 {margin-top: 20px;}
}


/*--------------------------------------------------

 header

--------------------------------------------------*/
/*#header-include { height:95px;}*/
#header-include {height: 162px;/* box-shadow: 0 2px 3px rgba(0,0,0,.1); */} /* header2.html */

#header {
	/*overflow: hidden;*/
	position: relative;
	border-top: #1fa2b4 solid 5px;
	border-bottom: #dcdcdc solid 1px;
	background-color: #fff;
	z-index: 100;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
	height: 156px;
}
@media only screen and (min-width:960px) {
	#header.type02 .common-wrap {
		max-width: 1100px;
		padding: 0;
		box-shadow: none;
	}
}
@media only screen and (max-width:959px) {
	#header-include, #header2-include { height:0;}

	#header {
		position: fixed;
        height: 75px;
		top: 0;
		left: 0;
		width: 100%;
		border-top-width: 3px;
		z-index: 100;
        box-shadow: 0 2px 3px rgba(0,0,0,.1);
	}
	#header .common-wrap {
		max-width: none;
        padding: 0;
	}
}

@media only screen and (max-width:767px) {
	#header {
        height: 60px;
        min-width: 320px;
 }
}

/* site-title
------------------------------------*/
#header .site-title {position: absolute;margin: 0;padding: 15px 15px 15px 30px;height: 74px;z-index: 5;font-size: 3.3rem;}
#header .site-title a {
	display: block;
	color: #333;
	text-decoration: none;
	letter-spacing: 2px;
}
	#header .site-title img {
		width: auto;
		height: 52px;
	}

#header.type02 .common-wrap {
}
@media only screen and (max-width:959px) {
	#header .site-title {
		padding: 15px 0 10px 15px;
		line-height: 1.4;
		font-size: 2.4rem;
	}
	#header .site-title img {
		width: auto;
		height: 42px;
	}
}

@media only screen and (max-width:767px) {
	#header .site-title {
		padding: 16px 12px;
		line-height: 1.4;
		font-size: 2rem;
	}
    #header .site-title {
    height: 50px;
}
	#header .site-title img {
		width: auto;
        height: 30px;
	}
}

h1.site-title:after {content: attr(sub-title);font-size: 1.3rem;position: absolute;white-space: nowrap;top: 66px;font-family: arial, sans-serif;color: #999;letter-spacing: 2px;}
@media only screen and (max-width:959px) {
	h1.site-title:after {top: 46px;font-size: 0.9rem;}
}
@media only screen and (max-width:767px) {
	h1.site-title:after {display:none;}
}


/* gnav
------------------------------------*/
#gnav {
	float: right;
    position: relative;
}
#gnav td > *:last-child { padding: inherit; border-radius: inherit;}

@media only screen and (min-width:960px) {
	.type02 #gnav {
		width: 100%;
}

/* height 1pxの場合はgnavのborder-top */
	.type02 #gnav:before {
		position: absolute;
		top: 100px;
		left: 50%;
		display: block;
		content: '';
		width: 110vw;
		height: 50px;
		transform: translateX(-50%);
		-webkit-overflow-scrolling: touch;
		/* background: #0097cc; */
		z-index:-10;
		/* border-bottom: 2px solid #005a9d; */
		/* border-top: 2px solid #005a9d; */
	}
}

@media only screen and (max-width:959px) {
	#gnav {
		overflow: hidden;
		position: fixed;
		top: 0;
		/* right: -80%; */
		float: none;
		height: 100%;
		width: 0;
		background-color: #fff;
		z-index: 100;
		padding-top: 55px;
		/* transition: 0.4s; */
	}
	.open #gnav {
		right: 0;
		width: 85vw;
		max-width: 500px;
	}
}

/* size-search */
#gnav .size-search {
	float: left;
	width: 205px;
	padding: 10px 15px 0 0;
	line-height: 1.1;
}

@media only screen and (min-width:960px) {
	.type02 #gnav .size-search {
		position: absolute;
		top: 15px;
		right: 0;
		float: none;
	}
	#gnav #gNavInfo {display:none;}
}
@media only screen and (max-width:959px) {
	#gnav .size-search {
		float: none;
		width: auto;
		padding: 30px 0 10px;
	}
}



#gnav #access {
	text-align: right;
	margin-right: 10px;
	position: absolute;
	right: 390px;
	top: 15px;
	width: 160px;
}

#gnav #access a {color: #1fa2b4; text-decoration: none;}
#gnav #access a:hover {opacity: .6;}

#gnav #access:before {
  margin-right: 4px;
  font-family: 'icomoon';
  content: "\e947";
  color: #1fa2b4;
  font-size: 1.6rem;
  font-weight: 500;
}


/* size-search - language */
#gnav #language {
	text-align: right;
	margin-right: 10px;
	position: absolute;
	right: 210px;
	top: 2px;
	width: 200px;
}

@media only screen and (max-width:959px) {
#gnav #language {top: 40px;left: 45%;right: 0;transform: translateX(-50%);}
	#gnav #access {
	text-align: right;
	margin-right: 10px;
	position: absolute;
	right: 200px;
	top: 18px;
	/* width: 100px; */
}
}

@media only screen and (max-width: 640px) {
	#gnav #access {right: calc(85vw - 60%);}
	#gnav #language {left: 40%;transform: translateX(-50%);}
}

.lang_Jp #gnav #language a.f-en {visibility:hidden;}

#gnav #language > * {
	display: inline-block;
	margin-left: 5px;
	vertical-align: bottom;
	text-decoration: none;
	line-height: 1.1;
}
#gnav #language span {
	font-size: 15px;
	transform: scale(0.9, 1);
}
#gnav #language a {
	margin-top: 10px;
	padding: 3px 8px;
	color: #404040;
    border: solid 1px #dbdbdb;
    font-family:"Lucida Sans Unicode", "Lucida Grande", "sans-serif";
}

#gnav #language a:hover {opacity: .6;}


#gnav #language a.on,
.en #gnav #language .f-en {
	color: #fff;
	background-color: #1fa2b4;
	box-shadow: 0px 0px 0px 1px #dbdbdb;
	border: solid 1px #FFF;
}
.en #gnav #language .f-jp {
	color: #404040;
	background-color: #fff;
}
#gnav #language .f-jp,#gnav #language .f-en {
	font-size: 13px;
}


/* size-search - fontsize */
#gnav #fontsize {
	margin-bottom: 10px;
	text-align: right;
	display:none;
}
#gnav #fontsize > * {
	display: inline-block;
	margin-left: 5px;
	vertical-align: bottom;
	text-decoration: none;
	line-height: 1.1;
}
#gnav #fontsize span {
	font-size: 15px;
}
#gnav #fontsize a {
	padding: 2px;
	color: #009fa2;
	border: #009fa2 solid 1px;
}
#gnav #fontsize a.on,
.big #gnav #fontsize .f-big {
	color: #fff;
	background-color: #009fa2;
}
#gnav #fontsize .f-mid {
	font-size: 16px;
}
.big #gnav #fontsize .f-mid {
	color: #009fa2;
	background-color: #fff;
}
#gnav #fontsize .f-big {
	font-size: 22px;
}
@media only screen and (max-width:959px) {
	#gnav #fontsize {
		display: none;
	}
	#union-side-include {/* display: none; */}
}

/* size-search - search-area */
#gnav #search-area {
	position: relative;
	max-width: 190px;
}
#gnav #search-area form {
	position: relative;
	display: block;
	margin: 0;
}
#gnav #search-area table {
	margin: 0;
	border-collapse: collapse;
	width: 100%;
}
#gnav #search-area table th,
#gnav #search-area table td {
	margin: 0;
	padding: 0;
	/* width: 100%; */
}
.gsc-input-box {
	border: none;
}
.gsib_b {
	width:0;
	height: 0;
}
#gnav #search-area table.gsc-search-box td.gsc-input {
}
#gnav #search-area .cse .gsc-search-button-v2,
#gnav #search-area .gsc-search-button-v2 {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	/*outline: none;*/
	appearance: none;
}
#gnav #search-area .gsc-search-button {
	width: 28px;
	height: 28px;
	background: url(../img/pc/page/icon_search_bl.svg) no-repeat center center/13px;
	cursor: pointer;
	position: absolute;
	right: 0px;
}

#gnav #search-area form input {
	display: block;
	margin: 0!important;
	padding: 0!important;
	/* background: none!important; */
	border: none!important;
	/* border-radius: 0!important; */
	/*outline: none!important;*/
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
}
#gnav #search-area form input[type="text"] {
	display: block;
	width: 100%;
	height: 28px !important;
	padding: 5px 5px 5px 10px !important;
	font-size: 13px;
	border: #e1e1e1 solid 1px !important;
	/* line-height: 28px; */
	border-radius: 4px;
	background-color: #fff;
}
#gnav #search-area ::-webkit-input-placeholder {
	color: #999;
	font-size:13px;
}
#gnav #search-area :-moz-placeholder {
	color: #999;
	font-size:13px;
}
#gnav #search-area ::-moz-placeholder {
	color: #999;
	font-size:13px;
}
#gnav #search-area :-ms-input-placeholder {
	color: #999;
	font-size:13px;
}


#gnav #search-area form input[type="submit"] {
	/* position: absolute; */
	/* top: 0; */
	/* right: 0; */
	/* width: 30px; */
	/* height: 30px; */
	text-indent: -9999px;
	/* background: url(../img/pc/page/icon_search.png) no-repeat center center; */
	/* cursor: pointer; */
}
@media only screen and (max-width:1199px) {
	#gnav #search-area {
		max-width: 90%;
		margin: 0 auto;
	}
	#gnav #search-area form input[type="text"] {
		/* border-color: transparent; */
	}
}



input.search-box-search-button{
	background-image: url(../img/pc/page/icon_search_bl.svg);
	background-color: transparent!important;
	text-indent: -9999px;
	border: none!important;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: center;
	min-width: 30px!important;
	}

div.search-box-clear-button {display:none!important
;}


/* navs */
#gnav .navs {
	float: right;
	width: 540px;
	padding: 0;
}
#gnav .navs ul {
	padding: 0;
	margin: 0;
	width: 100%;
	/* margin-left: 35%; */
}
#gnav .navs li {
	height: 100%;
	padding: 0;
	text-align: center;
	list-style: none;
	border-right: #dfdfdf solid 1px;
}
#gnav .navs li:nth-child(1){
	border-left: none;
}
#gnav .navs li:nth-child(n+8){
	border-right: none;
}

#gnav .navs li a {
	display: block;
	padding-bottom: 5px;
	/* margin: 0 5px; */
	color: #333;
	font-size:14px;
	text-decoration: none;
	position: relative;
	height: 100%;
	font-weight: 700;
	padding-top: 6px;
}

#gnav .navs li .icon {
	/* display: none; */
	margin: 6px 0;
	height: 28px;
}

#gnav .navs li .icon img {width: auto;height: 22px;}

#gnav .navs li .txt {
	display: table;
	width: 100%;
	height: 30px;
	line-height: 1.2;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	z-index:10;
	padding-top: 6px;
}
#gnav .navs li .txt span {
	display: table-cell;
	vertical-align: middle;
}

#gnav .navs li + li .txt span:before {
    content: "";
    /*border-right: 1px solid #fff;*/
    position: absolute;
    left: -5px;
    top: 5px;
    height: 20px;
}

/*#gnav .navs li:hover .txt span:before,
#gnav .navs li:hover + li .txt span:before,
#gnav .navs li:first-child .txt span:before {
    border-right:none;
}*/

@media only screen and (min-width:960px) {
	.type02 #gnav .navs {
		float: none;
		width: auto;
		margin: 8px 0 0;
}

#gnav .navs li.col-xl > a:after {
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	margin-left:0;
	height: 100%;
	width:100%;
	background-color: #ffffd0;
	/* border-radius: 30px; */
	z-index:-1;
	opacity:0;
	background-image: linear-gradient(to top, #ffffd0, #ffffd8, #ffffe0, #ffffe8, #fffff0);
}

#gnav .navs li.col-xl > a:hover {
  opacity:1;
  transition: .3s ease;
}

#gnav .navs li.col-xl > a:hover::after,
#gnav .navs li.col-xl.nav_open > a::after {
  visibility: visible;
  opacity:1;
  transition: .3s ease;
}


.bOutline #gnav .navs li#gNavOutline > a:after,
.bBenefit #gnav .navs li#gNavBenefit > a:after,
.bHealth #gnav .navs li#gNavHealth > a:after,
.bCheckup #gnav .navs li#gNavCheckup > a:after,
.bClinic #gnav .navs li#gNavClinic > a:after,
.bApplication #gnav .navs li#gNavApplication > a:after,
.bForm #gnav .navs li#gNavForm > a:after, 
.bQuestion #gnav .navs li#gNavQuestion > a:after {
    opacity:1;
    visibility: visible;
}


.bOutline #gnav .navs li#gNavOutline > a:after,
.bBenefit #gnav .navs li#gNavBenefit > a:after,
.bHealth #gnav .navs li#gNavHealth > a:after,
.bCheckup #gnav .navs li#gNavCheckup > a:after,
.bClinic #gnav .navs li#gNavClinic > a:after,
.bApplication #gnav .navs li#gNavApplication > a:after,
.bForm #gnav .navs li#gNavForm > a:after, 
.bQuestion #gnav .navs li#gNavQuestion > a:after {
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	margin-left:0;
	height: 70px;
	width:100%;
	/* background-color: #e3f2f4; */
	/* border-radius: 30px; */
	z-index:-1;
}
}

.bOutline #gnav .navs li#gNavOutline > a,
.bBenefit #gnav .navs li#gNavBenefit > a,
.bHealth #gnav .navs li#gNavHealth > a,
.bCheckup #gnav .navs li#gNavCheckup > a,
.bClinic #gnav .navs li#gNavClinic > a,
.bApplication #gnav .navs li#gNavApplication > a,
.bForm #gnav .navs li#gNavForm > a, 
.bQuestion #gnav .navs li#gNavQuestion > a {
    color: #333;
}

/*.bOutline #gnav .navs li#gNavOutline .txt span:before,
.bOutline #gnav .navs li#gNavOutline + li .txt span:before,
.bBenefit #gnav .navs li#gNavBenefit .txt span:before,
.bBenefit #gnav .navs li#gNavBenefit + li .txt span:before,
.bHealth #gnav .navs li#gNavHealth .txt span:before,
.bHealth #gnav .navs li#gNavHealth  + li .txt span:before,
.bApplication #gnav .navs li#gNavApplication .txt span:before,
.bApplication #gnav .navs li#gNavApplication + li .txt span:before,
.bForm #gnav .navs li#gNavForm .txt span:before,
.bForm #gnav .navs li#gNavForm + li .txt span:before {
    border-right: none;
}*/


/* inSubMenu
------------------------------------*/
/* overlay */
body {
    position: relative;
}
body:after {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
}
body.nav_overlay:after {
    opacity: 1;
    z-index: 50;
    height:100vh;
}

/* inSubMenu */
#gnav .inSubBtn {
	position: static;
}
.type02 #gnav .navs {
	position: relative;
	height: 32px;
	letter-spacing: 0;
	margin-top: 85px;
	width: 100%;
	/* border-top: 2px solid #999; */
}



#gnav div.inSubMenu { display: none; }
#gnav .nav_open div.inSubMenu {
	display: flex;
	opacity: 1;
	animation-duration: .2s;
	animation-name: fade-in;
	-moz-animation-duration: .2s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: .2s;
	-webkit-animation-name: fade-in;
}
@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@-moz-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@-webkit-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

/*#gnav .inSubMenu:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #dcdcdc;
}*/
#gnav .inSubMenu .inSubMenuTtl {
	font-weight: 700;
	width: 15vw;
	/* max-width: 1050px; */
	margin-left: 3vw;
	margin-right: auto;
	background-color: #fff;
	/* flex-grow: 1; */
	min-height: 200px;
}
#gnav .inSubMenu .inSubMenuTtl > a {
	padding: 4px 10px;
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 20px;
	text-align: center;
	position:relative;
	padding: 5px;
	width: 100%;
	margin-bottom: 10px;
	z-index:10;
}

#gnav .inSubMenu .inSubMenuTtl > a:after {
	content: '';
	background-image: url("../img/pc/page/2492304.png");
	background-size: 70%;
	background-position: center bottom;
	background-repeat:no-repeat;
	width:100%;
	height: 100%;
	display:block;
	position:absolute;
	bottom:0;
	z-index:-1;
}

#gnav .inSubMenuLst{margin-left: 2vw; width: 80vw;}
#gnav .inSubMenu ul {
	display: flex;
	flex-wrap: wrap;
	/*border-top: #dcdcdc solid 1px;*/
	/* width: 85vw; */
	/* max-width: 1050px; */
	/* margin-left: 2vw; */
	/* margin-right: auto; */
	margin-bottom: 10px;
}
#gnav .inSubMenu li {
	display: flex;
	align-items: center;
	/* background-color: #fff; */
	margin: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	flex-basis: calc(75vw / 5);
	max-width: calc(75vw / 5);
	border-radius:4px;
}

#gnav .inSubMenu .inSubMenuTtl_sub {
    font-weight: 700;
    color: #fff;
    background-color: #0078d7;
    display: inline;
    padding: 2px 15px;
    font-size: 14px;
}
/*#gnav .inSubMenu .inSubMenuTtl > a:before {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: #fff solid 2px;
	border-right: #fff solid 2px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}*/

@media only screen and (max-width:1199px) {
	#gnav .inSubMenu li {
	flex-basis: calc(75vw / 3);
	max-width: calc(75vw / 3);
	/* padding: 2px 0; */
	}
}

#gnav .inSubMenu li:last-child {
}

#gnav .inSubMenu li a small {
font-size: 100%;
font-weight:700;
}

#gnav .inSubMenu li a:hover {
opacity:0.6;
}

#gnav .inSubMenu li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 6px 20px 4px 15px;
	text-align: left;
	line-height: 1.2;
	color: #fff;
}
#gnav .inSubMenu li a:before {
	position: absolute;
	top: 53%;
	left: 0;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: #3cacff solid 2px;
	border-right: #3cacff solid 2px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

@media only screen and  (min-width: 960px){
#gnav .inSubMenu {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	display: none;
	background: #005977;
	top: 47px;
	text-align: left;
	/*width: 100%;
	left: 0;*/
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 20px 0;
	/* min-height:400px; */
}

.col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
}

@media only screen and (max-width:959px) {
		#gnav .navs {
		float: none;
		width: auto;
		border-top: #dcdcdc solid 1px;
	}
    
    #gnav .navs ul {width: 100%; margin-left: 0;}
    
	#gnav .navs li,
	#gnav .navs li:last-child {
		border: none;
		border-bottom: #e1e1e1 dotted 1px;
		height: auto;
		/* padding: 4px; */
		position: relative;
	}
	#gnav .navs li a {
		display: table;
		width: 100%;
		padding: 8px 4px;
		height: auto;
		margin: 0;
		color: #333;
		position: relative;
	}
	#gnav .navs li .icon,
	#gnav .navs li .txt {
		display: table-cell;
		margin: 0;
		vertical-align: middle;
		padding-left: 12px;
	}
#gnav .navs li:last-child .txt {padding-left: 25px;}
	
	#gnav .navs li .icon img {
		position: absolute;
		top: 18px;
		left: 12px;
		right: 0;
		max-width: 16px;
		max-height: 16px;
	}
	#gnav .navs li .txt span {
		display: block;
		text-align: left;
		padding-left: 10px;
	}
	#gnav .navs li .txt span br {
		display: none;
	}

	#gnav .navs li + li .txt span:before {
    border-right: none;
	}
	#gnav .inSubMenu li {
	flex-basis: 100%;
	max-width: 100%;
	}

	#gnav .inSubBtn {
		position: static;
	}
	#gnav .inSubBtn > a {
		position: relative;
	}
	#gnav .inSubBtn > a:before {
		position: absolute;
		top: 50%;
		right: 15px;
		display: block;
		content: '';
		width: 8px;
		height: 8px;
		margin-top: -5px;
		border-bottom: #1fa2b4 solid 2px;
		border-right: #1fa2b4 solid 2px;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
	}
	#gnav .inSubBtn a.on:before {
		margin-top: -3px;
		transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
	}
	#gnav .inSubMenu {
		position: static;
		width: auto;
		height: auto;
		padding: 5px 10px;
		background-color: #ddd;
	}
	#gnav .inSubMenu:before {
		display: none;
	}
	#gnav .inSubMenu .inSubMenuTtl {
		padding: 8px 0 0 8px;
		font-size: 14px;
		width: auto;
		text-align: left;
		color: #333;
		background-color: inherit;
		margin-left: auto;
		min-height: inherit;
	}
	#gnav .inSubMenu .inSubMenuTtl > a {
		display: block;
		box-shadow: none;
		border: none;
		background-color: #1fa2b4;
		width: auto;
		margin: 0 auto;
		color: #fff;
		background-image: none;
		font-size: 14px;
	}
#gnav .inSubMenu .inSubMenuTtl > a:before {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: #fff solid 2px;
	border-right: #fff solid 2px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
	
	#gnav .inSubMenu ul {
		display: flex;
		border-top: none;
		width: auto;
		margin: 5px;
	}
	#gnav .inSubMenu li {
		display: block;
	}
	#gnav .inSubMenu li,
	#gnav .inSubMenu li:last-child {
		width: 100%;
		border: none;
		background-color: #fff;
	}
	#gnav .inSubMenu li + li {
		border-top: #dcdcdc solid 1px !important;
	}
	#gnav .inSubMenu li a {
		width: 100%;
		padding: 10px 40px 10px 20px;
		font-size: 12px;
		color: #333;
	}

	#spMenu, #spMenu-text {
		display: block;
	}

.bOutline #gnav .navs li#gNavOutline > a,
.bBenefit #gnav .navs li#gNavBenefit > a,
.bHealth #gnav .navs li#gNavHealth > a,
.bCheckup #gnav .navs li#gNavCheckup > a,
.bApplication #gnav .navs li#gNavApplication > a,
.bForm #gnav .navs li#gNavForm > a, 
.bQuestion #gnav .navs li#gNavQuestion > a {
	color: #333;
	}
#gnav .inSubMenu li a:before {
	position: absolute;
	top: 55%;
	right: 15px;
	left:auto;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: #1fa2b4 solid 2px;
	border-right: #1fa2b4 solid 2px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
#gnav .inSubMenuLst{margin-left: 0;width: inherit;}

#gnav .inSubMenu .inSubMenuTtl > a:after {
	background-image:none;
}

}


/* spMenu
------------------------------------*/
#spMenu {
	position: absolute;
	top: 0;
	right: 5px;
	display: none;
	width: 55px;
	height: 100%;
	cursor: pointer;
	z-index: 15;
}
#spMenu span,
#spMenu:before,
#spMenu:after {
	position: absolute;
	top: 38%;
	left: 50%;
	display: block;
	content: '';
	width: 32px;
	height: 2px;
	margin-left: -15px;
	background-color: #0078d4;
}
#spMenu span {
	margin-top: -2px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
#spMenu:before {
	margin-top: -11px;
}
#spMenu:after {
	margin-top: 7px;
}

#spMenu-text {
    position: absolute;
    right: 16px;
    top: 60%;
    display: none;
    font-size: 10px;
    font-weight: 700;
    z-index: 5;
}

@media only screen and (max-width:959px) {
	#spMenu, #spMenu-text {
		display: block;
	}

}
@media only screen and (max-width:767px) {
	#spMenu, #spMenu-text {
		display: block;
	}
}

/* spMenu
------------------------------------*/
#spMenu {
	position: absolute;
	top: 0;
	right: 5px;
	display: none;
	width: 55px;
	height: 100%;
	cursor: pointer;
	z-index: 15;
}
#spMenu span,
#spMenu:before,
#spMenu:after {
	position: absolute;
	top: 38%;
	left: 50%;
	display: block;
	content: '';
	width: 32px;
	height: 2px;
	margin-left: -15px;
	background-color: #1fa2b4;
}
#spMenu span {
	margin-top: -2px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
#spMenu:before {
	margin-top: -11px;
}
#spMenu:after {
	margin-top: 7px;
}

#spMenu-text {
    position: absolute;
    right: 16px;
    top: 60%;
    display: none;
    font-size: 10px;
    font-weight: 700;
    z-index: 5;
}

@media only screen and (max-width:959px) {
	#spMenu, #spMenu-text {
		display: block;
	}

}
@media only screen and (max-width:767px) {
	#spMenu, #spMenu-text {
		display: block;
	}
}

/* sp-close
------------------------------------*/
#sp-close, #spClose-text {
	display: none;
}
@media only screen and (max-width:959px) {
.type02	#gnav .navs {
    margin-top: 20px;
    position: absolute;
    overflow-y: auto;
    height: calc( 100vh - 180px );
}

.type02	#gnav .navs > ul {padding-bottom:80px;}

	#sp-close {
		position: absolute;
		top: 0;
		right: -70px;
		width: 55px;
		height: 100%;
		display: block;
		cursor: pointer;
		/*transition: 0.4s;*/
		z-index: 95;
	}
	.open #sp-close {
		right: 5px;
		z-index: 110;
	}
	
	.open #spClose-text {
	right: 16px;
	z-index: 105;
	}
    
	#sp-close span,
    #sp-close:before,
	#sp-close:after {
		position: absolute;
		top: 38%;
		left: 50%;
		display: block;
		content: '';
		width: 32px;
		height: 2px;
		margin-left: -15px;
		background-color: #1fa2b4;
	}
    
    #sp-close span {
	margin-top: -2px;
	/*transition: 0.3s;
	-webkit-transition: 0.3s;*/
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);

}

	#sp-close:before {
	margin-top: -2px;
	-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
	transform: rotate(-45deg);        

	}
	#sp-close:after {
		margin-top: 7px;
        display: none;

	}
	
	#spClose-text  {
    position: absolute;
    right: -80px;
    top: 60%;
    display: block;
    font-size: 10px;
    font-weight: 700;
    z-index: 5;
}
}

#spMenu-text,
#spClose-text {
font-family: -apple-system, BlinkMacSystemFont, Arial, "sans-serif";
color:#222;
}



/* overlay
------------------------------------*/
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0,0,0,0.7);
	z-index: 90;
}



/*--------------------------------------------------

 container

--------------------------------------------------*/
#container {
	margin: 20px 0 30px 0;
}
.main-columns {
	padding-top: 20px;
}
@media only screen and (max-width:959px) {
	#container {
		padding: 70px 5px 0 5px;
	}
}
@media only screen and (max-width:767px) {
	#container {
    padding: 70px 5px 0 5px;
    margin-bottom: 0;
    /* background-color: #fff; */
 }
	.main-columns {
		padding-top: 0;
		margin-bottom: 40px
	}
}

/* side-area
------------------------------------*/
.side-area {
	/* padding-right: 30px; */
	padding-left: 30px;
}
.side-area .widget-box .ttl {
	display: table;
	width: 100%;
	padding: 17px 20px 17px 20px;
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
	background-color: #1fa2b4;
	position:relative;
}

.side-area .widget-box .ttl.caution {
	display:block;
	padding:0;
	margin-bottom:10px;
	background-color:inherit;
	font-size: 1.4rem;
}

.side-area .widget-box .ttl.caution a {
	display:block;
	padding: 10px 10px 10px 30px;
	background-color: #cc0000;
}

.side-area .widget-box .ttl.caution a:hover {opacity:.7;}

.side-area .widget-box .ttl.caution:after {
  border:none;
}

.side-area .widget-box .ttl:before {
	font-family: 'icomoon';
	content: "\e91f";
	color:#fff;
	margin-right:5px;
	font-weight: 500;
}

.side-area .widget-box .ttl.caution:before {display:none;}

.side-area .widget-box .ttl.caution a:before {
	font-family: 'icomoon';
	content: "\f071";
	position:absolute;
	top:8px;
	left:10px;
}

.side-area .widget-box .ttl:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: #fff #fff #ace8f0;
}

.side-area .widget-box .ttl a {
color: #fff;
text-decoration:none;
}

.side-area .widget-box .ttl > * {
	display: inline-block;
	/* vertical-align: middle; */
}
.side-area .widget-box .ttl.icon > *:first-child {
	width: 42px;
}
.side-area .widget-box .ttl.icon {
	padding: 10px 10px 10px 20px;
}
.side-area.bg-none {
	background: transparent;
}
@media only screen and (max-width:767px) {
.side-area {
	display:block;
	padding-right: 0;
	margin-top: 50px;
	padding-left: 0;
}

.side-area ul.parts-widget-list01 {
	display:flex;
	flex-wrap: wrap;
	padding: 20px 10px;
}
.side-area ul.parts-widget-list01 li {
    flex-basis: 33%;
}
.side-area ul.parts-widget-list01 li.parts-title-10 {
    flex-basis: 100%;
}



.side-area ul.parts-widget-list01 li a:before {
    position: absolute;
    top: 2rem;
    left: 0;
    display: block;
    content: '';
    width: 5px;
    height: 5px; 
    border-top: #aaa solid 1px;
    border-right: #aaa solid 1px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.side-area ul.parts-widget-list01 li a small {
    margin-left: 0;
}
	.side-area .widget-box .ttl {
		display: block;
		padding: 10px 0;
		text-align: center;
	}
	.side-area .widget-box .ttl > * {
		display: inline-block;
		font-size: 15px;
}

}
.side-secure {
	margin-top: 25px;
	text-align: center;
}
@media only screen and (max-width:767px) {
	.side-secure {
		display: none;
	}
}

/*--------------------------------------------------

 font-size

--------------------------------------------------*/
.f15 {
	font-size: 1.5rem;
}
.f14 {
	font-size: 1.4rem;
}



/*--------------------------------------------------

 footer

--------------------------------------------------*/
#footer {
	position: relative;
	padding-top: 15px;
	border-top: none;
}
#footer .fsecur {
	display: none;
}
#footer .fnav {
	max-width: 1100px;
	margin: 20px auto;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
#footer .fnav .pmark {margin-left: 20px;}
#footer .fnav .pmark img {width: 60px;height:auto;}
@media only screen and (max-width:991px) {
	#footer .fnav .pmark{display:none;}
}

#footer .pmark_sp {display:none;}
@media only screen and (max-width:991px) {
	#footer .pmark_sp {display:block;margin: 16px 0;}
	#footer .pmark_sp img {width: 60px;height:auto;}
}


#footer .fnav li {
	display: inline-block;
	padding: 0 10px;
	line-height: 1;
	border-right: 1px solid #ddd;
}

#footer .fnav li:last-child {border-right:none;}

#footer .fnav li a {
	display: block;
	color: #1fa2b4;
	font-size: 1.2rem;
	text-decoration: none;
	font-weight: 700;
}
#footer .fnav li a:hover {
	opacity:0.6;
}

#footer .flogo {
	margin: 40px auto;
	text-align: center;
	line-height: 0;
}
#footer #copyright {
	padding: 14px 0;
	font-size: 13px;
	text-align: center;
	background-color: #d5edf1;
	font-family: -apple-system, BlinkMacSystemFont, "游ゴシック", "Yu Gothic", sans-serif;
	color: #111;
}
@media only screen and (max-width:767px) {
	#footer {
		padding-top: 0;
		border-top: 1px solid #ddd;
	}
	#footer .fsecur {
		display: none;
		width: 50px;
		margin: 0 auto 10px;
        }
	#footer .fnav {
    margin: 0 auto 0px;
    padding-top: 0;
    /* display: none; */
 }
    #footer .fnav ul {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    /* flex-grow: 1; */
    }   
    
	#footer .fnav li {
		margin: 0;
		line-height: 1.2;
		text-align: left;
		flex-basis: 50%;
		max-width: 50%;
		border-bottom: 1px solid #ddd;
		flex-grow: 0;
	}

	#footer .fnav li:nth-child(2n-1) {
		border-right: 1px solid #ddd;
	}

	#footer .fnav li a {
		font-size: 1.1rem;
		padding: 1em;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#footer .flogo {
		margin: 20px 10px;
		text-align: center;
	}
	#footer .flogo img {
		max-width: 215px;
	}
	#footer #copyright {
		padding: 10px 0;
		font-size: 10px;
	}
}


#pagetop {
	position: fixed;
	bottom: -110px;
	right: 0;
	z-index: 80;
	transition: 0.3s;
}
#pagetop.up {
	bottom: 0;
}
#pagetop.up.stop {
	position: fixed;
	bottom: 0;
	/* top: 100px; */
}
/*#pagetop > div {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	padding: 20px 10px;
}*/
#pagetop a {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	margin: 15px;
	background: url(../img/pc/page/pagetop.png) no-repeat center center;
	background-size: 100% auto;
	opacity: 0.7;
	filter: grayscale(1);
}


@media only screen and (max-width:767px) {
	#pagetop.up.stop {
	top: inherit;
	position: fixed;
	}
	#pagetop a {
		width: 50px;
		height: 50px;
	}
}


/*--マージン確保--*/
p + div,
p + table {
  margin-top: 2rem;
}


/*--Print--*/
@media print {
#header-include, #header2-include, #header {height: 90px;}
	#header .site-title {
		/*width: 340px;
		padding-bottom: 20px;*/
	}
	#gnav,
	#spMenu,
	#spMenu span,
	#spMenu:before,
	#spMenu:after,
	#switch_css,
	#pagetop {
		display: none;
	}
	#container:after {
    content: '';
    display: block;
    height: 30px;
	}
}


/*--------------------------------------------------

index card

--------------------------------------------------*/
.index-cards .row > div {
	margin:10px;
	flex-basis: calc((100% - 62px) / 3);
	max-width: calc((100% - 62px) / 3);
	flex-grow: 1;
	flex-shrink: 0;
	border:none;
	box-shadow: 0px 1px 8px rgba(0,0,0,0.2);
}


.index-cards .row  > div#clinic_wrap   {
	flex-basis: calc(100% - 40px);
	max-width: calc(100% - 40px);
}

#clinic .list-group {
  display: flex;
  flex-direction: row;
  flex-wrap:wrap
}


@media only screen and (max-width:959px) {
.index-cards .row > div {
	margin:10px;
	flex-basis: calc((100% - 62px) / 2);
	max-width: calc((100% - 62px) / 2);
}
}

@media only screen and (max-width:565px) {
.index-cards .row > div {
	margin:10px 20px;
	flex-basis:calc(100% - 40px);
	max-width:calc(100% - 40px);
}
}


.parts-breadcrumb li:first-child a:before {
	content: "\e900";
	font-family: 'icomoon';
	margin-right:4px
}

.index-cards .row > div.streched:hover {
		box-shadow: 0 1px 12px rgba(102,102,255,0.5);
}


.stretched-link::after{
  position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)
}

.streched .text-link{
  position: relative; z-index: 2;
}

/* f_footer
--------------------------------------------------*/

.f_footer_wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.f_footer_wrap .f_footer {
	display:flex;
	flex-basis:calc(100% / 5);
	max-width:calc(100% / 5);
}

.f_footer ul {display: flex;flex-direction: column;}
.f_footer ul li { padding: 10px 0;}
#footer .f_footer li.parent a{color: #ce3d3d;font-size: 1.6rem;margin-bottom: 1rem;}

#footer .f_footer_wrap .fnav2 {
	display:none;
}

@media only screen and (max-width:767px) {
	.f_footer_wrap {margin: auto;}
	.f_footer_wrap .f_footer {display:none;}
	#footer .f_footer_wrap .fnav2 {
		display:flex;
		margin-bottom:0;
		width: 100%;
		}

}



.card-body .list-group,
.card-body .links {
	padding:5px 20px;
}

@media only screen and (max-width:767px) {
#clinic_wrap .card-body .list-group,
.card-body .links {
	padding:5px;
}
}

@media only screen and (min-width:960px) {
.pc_Hide {display: none;}
} 


/*
.photo_liblary {display: flex;justify-content: space-around;align-items: center;flex-wrap: wrap;}
.photo_liblary div {margin: 20px 10px;align-items: center;justify-content: space-between;}
.photo_liblary div img {max-width: 200px;height: auto;}
.photo_liblary div p.cap {font-size:12px; text-align:center; margin-top: 5px; margin-bottom: 0; max-width:200px;}

@media only screen and (max-width:565px) {
	.photo_liblary div {justify-content: center;}
}
*/


/*--------------------------------------------------

under line

--------------------------------------------------*/

.u_line_mark_y {background:linear-gradient(transparent 60%, #f5e56b 0%);}



@media screen and (min-width: 0\0) and (min-resolution: .001dpcm) {
.u_line_mark_y {
background:#ff6;
}
}
.u_line_mark_y {
background:linear-gradient(transparent 60%, #ff6 0%);
}


.photo_liblary {display: flex;flex-wrap: wrap;}
.photo_liblary > div {margin: 0;justify-content: flex-start;align-items: center;}
.photo_liblary > div > div {margin: 0 0 20px 0;flex-basis: calc(100% / 3);text-align: center;max-width: calc(100% / 3);}
.photo_liblary div img {max-width: 210px;height: auto;}
.photo_liblary div p.cap {font-size:12px;text-align:center;margin-top: 5px;margin-bottom: 0;color: #111;width: 200px;display: inline-block;}


@media only screen and (max-width:959px) {
.photo_liblary > div > div {flex-basis: calc(100% / 2); max-width: calc(100% / 2);}
}

@media only screen and (max-width:565px) {
.photo_liblary > div > div {flex-basis: 100%;max-width:100%;display: flex;flex-direction: column;align-items: center;}	
}


.btn01 a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	max-width: 400px;
/*	height: 40px;*/
    margin: 20px 0;
    padding: 6px 30px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
}

.btn01 a:hover {
	color: #f2f2f2;
}

.btn07 a {
	background-color: #025e9f;
	border: 1px solid transparent;
    border-radius: 50px;
}

.btn07 a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
}

.btn07 a:after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 27px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #fff #fff transparent transparent;
}

.btn07 a:hover {
	background-color: #6bb6ff;
	border: 1px solid #fff;
}

.btn07 a:hover:before {
	border: 1px solid #f2f2f2;
}

.btn07 a:hover:after {
	border-color: #f2f2f2 #f2f2f2 transparent transparent;
}



.gallaly_wrap { display: flex;}
.img_area {flex-basis: 320px; max-width: 320px;}
.click_area {flex-basis:320px; max-width: 320px; margin-right: 20px;}


.main_gallaly,
.main_gallaly li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main_gallaly {
border: 3px solid #aaa;
border-radius: 10px;
}
.main_gallaly li {
  overflow: hidden;
  text-align: center;
}
.main_gallaly li.item2,
.main_gallaly li.item3,
.main_gallaly li.item4,
.main_gallaly li.item5,
.main_gallaly li.item6,
.main_gallaly li.item7,
.main_gallaly li.item8,
.main_gallaly li.item9 {
  display: none;
}

.main_gallaly .img_title {font-weight: 700; text-align: center; padding:10px 10px; display: block;}
.main_gallaly img {display: block; margin: 5px auto; max-width: 225px; height: auto;}
.main_gallaly .img_caption {text-align:left; padding: 10px; display: block;}

@media only screen and (max-width:565px) {
.main_gallaly img {max-width: 150px; height: auto;}
}

.thumb,
.thumb li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thumb li {
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
  margin-bottom: 1em;
  color: #1e90ff;
  font-weight: 700;
}

.thumb li:before {
	font-family: 'icomoon';
	margin-right:4px;
    content: "\f0da";
}

.thumb li:after {
	font-family: 'icomoon';
	margin-right:4px;
    margin-left: 2em;
    content: "\f063";
    display: block;
    color: #aaa;
}

.thumb li:last-child:after{content: none;}



/* お問合せ先
--------------------------------------------------*/

.flex-wrap {display:flex; flex-wrap: wrap;}
.flex-wrap .flex-parts {margin: 5px; padding: 10px; box-sizing: border-box; border: 2px solid #ccc; flex-basis:calc((100% - 30px) / 3); }
.flex-wrap .flex-parts.noborder {padding: 0; box-sizing: border-box; border: 0;}
.flex-wrap .flex-parts.w-100 {margin: 0 0 10px 0; padding: 10px; flex-basis:100%;}
.flex-wrap .flex-parts.w-100:last-child {margin-bottom: 0;}
.flex-wrap .flex-parts h3 {font-weight: 700; border-bottom: 1px solid #ccc; font-size: 1.6rem; line-height: 1.8;  margin-bottom: 1.5em; padding-bottom: .5em;}
.flex-wrap .flex-parts p {font-size: 1.6rem; line-height: 1.8; margin: 0;}
.flex-wrap .flex-parts p.mText {margin-bottom: 1em;}
.flex-wrap .flex-parts ul {font-size: 1.4rem; line-height: 1.8; margin: 0; padding-left: 2em;}


@media only screen and (max-width:959px) {
.flex-wrap .flex-parts {flex-basis:calc((100% - 30px) / 2); }
}

@media only screen and (max-width:565px) {
.flex-wrap .flex-parts {flex-basis:100%; }
}




.index-cards .card-body img {width: 180px;height: 110px;object-fit: contain;}
.index-cards .card-body img.large {max-width: 300px;width: 100%;height: 100%;max-height: 200px;}
.index-cards .card-body {display:flex; flex-direction:column; justify-content:space-evenly;}


#newstopic3 {height:220px; overflow-y:scroll}
@media only screen and (max-width:767px) {
	   #newstopic3 {
	   height: auto;
	   overflow: inherit;
	   }
}

/* glightbox
--------------------------------------------------*/

.glightbox-clean .gslide-title {
    font-size: 1.6rem;
    font-weight:500;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.glightbox-mobile .glightbox-container .gslide-title {
    color: #fff;
    font-size: 1.6rem;
}


/* その他
--------------------------------------------------*/

/* .list-group-item:has(a) {border-bottom:none;} */
.list-group-flush:last-child .list-group-item:last-child {border-bottom:1px solid rgba(0,0,0,.125);}

.btn-light:not(:disabled):not(.disabled).active {background-color:#ebeef1;}
#clinic_wrap .list-group-item a.parts-arw01 {margin-left:1em;}


.parts-title-09 {
	background-color: #025e9f;
	color: #fff;
	overflow: hidden;
	margin: 8px 0 0 0;
	padding: 10px 14px;
	position: relative;
	font-weight:700;
}


.parts-widget-list01 li.parts-title-10 {
	background-color: #d5edf1;
	/* color: #fff; */
	overflow: hidden;
	/* margin: 8px 0 0 0; */
	padding: 10px 14px;
	position: relative;
	font-weight:700;
	font-size: 13px;
}

.parts-title-11 {
	background-color: #d5edf1;
	/* color: #fff; */
	overflow: hidden;
	margin: 8px 0 0 0;
	padding: 10px 14px;
	position: relative;
	font-weight:700;
	margin-bottom: 10px;
}

.parts-widget-list01 li.parts-title-12 {
	background-color: #ffcaca;
	/* color: #fff; */
	overflow: hidden;
	/* margin: 8px 0 0 0; */
	padding: 10px 14px;
	position: relative;
	font-weight:700;
	font-size: 13px;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
	color: #111;
  }
}

@media(max-width: 767px){
a[href^="tel:"]{white-space:nowrap;}
}


details {
  --arrow-size: 18px;
  --anime-speed: 0.3s;
}

details summary {
  box-sizing: border-box;
  position: relative;
  display: block;
  cursor: pointer;
}

details summary::-webkit-details-marker {
  display: none;
}

details summary .ico {
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  display: block;
  width: var(--arrow-size);
  height: calc(var(--arrow-size) * 0.6);
  margin: auto;
  background: #fff;
  clip-path: polygon(100% 13%, 50% 100%, 0 13%, 8% 0, 50% 73%, 92% 0);
  transition: transform var(--anime-speed);
}

details[open] summary .ico {
  transform: rotate(180deg);
}

.bClinic #textArticleArea01 table {width: 100%!important;}
.bClinic #textArticleArea01 table td {border:1px solid #ddd;}
.bClinic #textArticleArea01 table td:has(table) {border:none;}
.bClinic #textArticleArea01 table:nth-of-type(13) td {border:none;}

#Sengen-List .sengen-list-table {
  width:100%;
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
  font-size:15px;
  border-collapse:collapse;
}

#Sengen-List .sengen-list-table th {
  padding:5px;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
  vertical-align:top;
  background-color:#ddd;
  font-weight:bold;
}

#Sengen-List .sengen-list-table td {
  padding:5px;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
  vertical-align:top;
  line-height:26px;
}

#Sengen-List .sengen-list-table td:first-child {
  border-bottom:none;
  text-align:center;
  width:25px;
}

#Sengen-List .sengen-list-table td:nth-of-type(2) {
  border-right:none;
  width: 50px;
  text-align:center;
}

#Sengen-List .sengen-list-table tr:last-child td{
  border-bottom:1px solid #ccc;
}



#Sengen-List .sengen-list-table img,
#Sengen-List .sengen-list_caption img {vertical-align:bottom;}

#Sengen-List p.sengen-list_caption {text-align:right;}



.inspection_wrap p:first-child {flex-basis: 80%;}
.img_sm_250 {min-width: 250px; height: auto;}
@media only screen and (max-width:767px) {
.inspection_wrap p:first-child {flex-basis: 100%;}
.img_sm_250 {min-width: inherit; height: auto;}
}

/* ダークモード用色指定
--------------------------------------------------*/

#Search-btn-Area .parts-tab-body {background-color: #d5edf1;}
#Search-btn-Area .parts-box-btns .row > div { background-color:#fff;}

/*--News title--*/
.newsList li a,
.news-topics .index-btn a{
	color:#535353;
}

.newsList li {
	border-bottom: #dfdddd dotted 1px;
}