@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	line-height: 1;
}

html {
	font-size: 62.5%;
}

body, table, input, textarea, select, option {
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	max-width: 100%;
}

a,
a:link {
	color: #464646;
	text-decoration: none;
}

a:visited {
	color: #464646;
}

a:hover {
	color: #464646;
}

a:active {
	color: #464646;
}

@font-face {
    font-family: 'Arial Narrow';
    src: url('../../fonts/ARIALN.TTF');
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #464646;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 0;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

#container {
	text-align: left;
}

#main {
	width: 1100px;
	margin: 0 auto;
}

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

.txt{
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 16px;
	line-height: 1.875;
}

.an{
	font-family: 'Arial Narrow',Arial Narrow, Helvetica, "sans-serif";
}

.ti {
	text-indent: -1em;
	margin-left: 1em;
}


@media all and (min-width: 767px) {
	.sp {
		display: none !important;
	}

	.spBox {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	body {
		min-width: 100%;
		font-size: 1.6rem;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.pc {
		display: none !important;
	}

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

	#main {
		width: auto ;
		margin: 0 20px;
	}

	#container {
		padding-bottom: 50px;
		position: relative;
		overflow-x: hidden;
	}
	.txt{
		line-height: 1.625;
	}

}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
}

h1 {
	position: absolute;
	width: 100%;
	top: 18px;
	letter-spacing: 1px;
	z-index: 100;
}

h1 .info {
	color: #373737;
	display: block;
	width: 1280px;
	margin: 0 auto;
	font-size: 1.3rem;
	font-weight: 500;
}

#gHeader .hInner {
	width: 1280px;
	margin: 0 auto 45px;
	padding-top: 65px;
	position: relative;
}

#gHeader .logo {
}

#gHeader .logo img {
	float: left;
}

#gHeader .hBox {
	position: relative;
	width: 1280px;
	margin: 0 auto;
}

#gHeader .rBox {
	position: absolute;
	right: 0;
	top: 48px;
	text-align: right;
}

#gHeader .rBox .tel {
	font-weight: bold;
	font-size: 3.1rem;
	margin-bottom: 13px;
}

#gHeader .rBox .tel img{
	vertical-align:inherit;
	margin-right: 13px;
	padding-bottom: 1px
}

#gHeader .rBox .holiday {
	font-size: 14px;
	font-family: "SourceHanSansJP","源ノ角ゴシック","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.4;
}

@media all and (max-width: 767px) {
	#gHeader {
		margin-bottom: 0;
	}

	h1 {
		display: none;
	}

	#gHeader .hInner {
		width: auto;
		padding: 19px 20px 18px;
		text-align: center;
		margin-bottom: 0;
	}

	#gHeader .logo {
		padding: 0;
		display: inline-block;
	}

	#gHeader .logo img {
		width: 125px;
		float: none;
		margin-left: 0px;
	}

	#gHeader .menu {
		padding-top: 25px;
		float: right;
		position: relative;
	}

	#gHeader .menu img {
		width: 45px;
		position: fixed;
		top:0;
		right: 0;
		z-index: 100;
	}

	#gHeader .rBox {
		display: none;
	}

	.spUl {
		display: flex;
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 50px;
		z-index: 1000;
	}

	.spUl li {
		width: 100%;
	}

	.spUl li a {
		height: 50px;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		font-size: 12px;
		color: #fff;
		background-color: #2e70b0;
		letter-spacing: 1px;
		padding-top: 27px;
		font-family: "源真ゴシック","源ノ角ゴシック JP", "Source Sans Pro", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3";
	}

	.spUl li:nth-child(1) a {
		background: #333333;
	}

	.spUl li:nth-child(2) a {
		background: #ef6100;
	}

	.spUl li:nth-child(3) a {
		background: #2e70b0;
	}

	.spUl li span {
		display: inline-block;
		position: relative;
	}

	.spUl li:first-child span:before {
		position: absolute;
		background: url(../img/sp_mail.png) no-repeat ;
		background-size: 14px auto;
		height:10px;
		width: 14px;
		left:50%;
		margin-left: -7px;
		top:-18px;

		content: "";
	}

	.spUl li:nth-child(2) span:before {
		position: absolute;
		background: url(../img/sp_tel.png) no-repeat ;
		background-size: 12px auto;
		height:12px;
		width: 12px;
		left:50%;
		margin-left: -6px;
		top:-19px;

		content: "";
	}

	.spUl li:last-child span:before {
		position: absolute;
		background: url("../img/sp_treatment.png") no-repeat ;
		background-size: 13px auto;
		height:13px;
		width: 13px;
		left:50%;
		margin-left: -7px;
		top:-19px;

		content: "";
	}

	.spBox {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		background-color: #2e70b0;
		z-index: 1000;
	}

	.spBox .close {
		padding: 14px 14px 70px 0;
		text-align: right;
	}

	.spBox .close img {
		width: 24px;
	}

	.spBox .linkUl {
		margin: 0 38px 41px;
	}

	.spBox .linkUl li {
		float: left;
		width: 100%;
	}

	.spBox .linkUl li a {
		padding: 24px 0 24px;
		color: #fff;
		font-size: 1.7rem;
		display: block;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		background: url("../img/icon06.png") no-repeat center right;
		background-size: 6px 10px;
		font-weight: bold;
	}

	/*ラベル*/
	.spBox .linkUl label {
		padding: 24px 0 24px;
		color: #fff;
		font-size: 1.7rem;
		display: block;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		background: url("../img/icon06.png") no-repeat center right;
		background-size: 6px 10px;
		font-weight: bold;
		cursor :pointer;
		transition: 0.5s;
	}

	/*チェックは隠す*/
	.spBox .linkUl input {
		display: none;
	}

	/*中身を非表示にしておく*/
	.spBox .linkUl .showLink li{
		height: 0;
		padding: 0;
		overflow: hidden;
		opacity: 0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		transition: all 0.5s;
	}

	.spBox .linkUl .showLink li a{
		border-bottom: none;
		background: none;
		padding: 18px;
	}


	/*クリックで中身表示*/
	.acc:checked + label {
		border-bottom: none;
		background: url("../img/icon09.png") no-repeat center right;
		background-size: 10px 6px;
	}

	.acc:checked + label + .showLink li{
		height: auto;
		opacity: 1;
	}

	.spBox .linkUl li ul a{
		font-weight: normal;
	}

	.spBox .linkBox01 a{
		width: 100%;
		height: 55px;
		font-size: 1.7rem;
		box-sizing: border-box;
		font-weight: bold;
		background: #fff;
		background-size: 5px 8px;
		color: #2e70b0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.spBox .linkBox01 a img{
		margin-right: 10px;
		width: 18px;
		height: auto;
		padding-bottom: 3px;
	}
	.spBox .linkBox01 {
		margin: 0 38px 12px;
	}
	.spBox .bgIcon a{
		background: #fff url("../img/icon08.png") no-repeat center right 18px;
		background-size: 5px 8px;
	}
	.spBox .linkBox02 {
		margin: 40px 0 77px;
	}

	.spBox .linkBox02 a{
		width: 215px;
		height: 75px;
		margin: 0 auto;
		box-sizing: border-box;
		font-size: 1.7rem;
		font-weight: bold;
		background: #fff;
		color: #2e70b0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		line-height: 1.5;
	}
	.spBox .linkBox02 a span{
		display: block;
		font-weight: normal;
		font-size: 8px;
		padding: 4px 10px;
		background: #66b4e2;
		color: #fff;
		border-radius: 50px;
	}
}


/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	position: absolute;
	bottom: 0;
	right: 0;
}

#gNavi > ul > li {
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
}

#gNavi > ul > li > a {
	padding: 0 25px 0 20px;
	color: #3C3C3C;
	border-right: 1px solid #373737;
}

#gNavi > ul > li:last-child > a {
	padding-right: 0;
	border-right: none;
}

#gNavi li a:hover {
	opacity: 0.7;
}

#gNavi li .menuBox {
	display: none;
	position: absolute;
	left: 15px;
	top: 56px;
	width: 460px;
	background-color: #00B89A;
	z-index: 1010;
}

#gNavi li .menuBox .info {
	position: relative;
}

#gNavi li .menuBox .info:before {
	width: 13px;
	height: 11px;
	background: url(../img/icon13.png) no-repeat left top;
	position: absolute;
	top: -8px;
	left: 77px;
	content: "";
}

#gNavi li .menuBox .info > ul {
	padding: 31px 10px 10px 30px;
}

#gNavi li .menuBox .info > ul > li {
	float: left;
	text-align: left;
	width: 202px;
	font-weight: 500;
}

#gNavi li .menuBox .info > ul > li > ul > li {
	padding-bottom: 22px;
}

#gNavi li .menuBox .info > ul > li > ul > li a {
	color: #fff;
}

@media all and (max-width: 767px) {
	#gNavi {
		display: none;
	}
}

/*------------------------------------------------------------
	gSidebar
------------------------------------------------------------*/
#gSidebar {
	position: relative;
}

#gSidebar .sideUl{
	position: absolute;
	right: 0;
	top: 173px;
	z-index: 10;
}

#gSidebar .sideUl.fixed{
    position: fixed;
	top: 218px;
}

#gSidebar .sideUl li{
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

#gSidebar .sideUl li a{
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	width: 65px;
	box-sizing: border-box;
	height: 190px;
}

#gSidebar .sideUl li a:hover{
	opacity: 0.7;
}

#gSidebar .sideUl li a img{
	margin-bottom: 13px;
	margin-left: 2px;
}

#gSidebar .sideUl .mail a{
	background: #2e70b0;
	padding: 50px 23px 35px;
}

#gSidebar .sideUl .recruit a{
	background: #1c8dcb;
	padding: 40px 23px 41px;
}

@media all and (max-width: 767px) {
	#gSidebar {
		display: none;
	}
}


/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto;
	padding: 27px 0 82px;
}

#pagePath ul {
	width: 1100px;
	margin: 0 auto;
}

#pagePath li {
	display: inline;
	color: #464646;
	font-size: 1.4rem;
}

#pagePath a {
	margin-right: 4px;
	color: #2e70b0;
	font-size: 1.4rem;
}

#pagePath a:hover {
	text-decoration: underline;
}

@media all and (max-width: 767px) {
	#pagePath {
		display: none;
	}
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	float: right;
	width: 735px;
}

@media all and (max-width: 767px) {
	#conts {
		width: auto;
		float: none;
	}
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	float: left;
	width: 301px;
	margin-bottom: 197px;
}

#sideBar .search {
	margin-bottom: 12px;
}

#sideBar .search a{
	width: 300px;
	height: 180px;
	box-sizing: border-box;
	border: 10px solid #eef3f9;
	padding: 32px 30px;
	display: block;
}

#sideBar .search a:hover{
	opacity: 0.7;
}

#sideBar .search .ttl{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-bottom: 18px;
	margin-bottom: 16px;
	border-bottom: 1px solid #e7e7e7;
	color: #2e70b0;
	letter-spacing: 1px
}

#sideBar .search .ttl img{
	margin-right: 10px;
	width: 20px;
	height: 20px;
}

#sideBar .search .ttl .an{
	font-size: 16px;
	display: block;
	margin-top:5px;
}

#sideBar .search .txt{
	font-size: 14px;
	letter-spacing: 0.6px;
}

#sideBar .banner {
	margin-bottom: 12px;
	background: #eef3f9;
}

#sideBar .banner a {
	display: block;
	position: relative;
	font-weight: bold;
}

#sideBar .banner a:hover {
    opacity: 0.7;
}

#sideBar .banner .info {
	display: block;
	position: absolute;
	top: 47px;
	left: 127px;
	font-size: 1.7rem;
	letter-spacing: 1px;
}

#sideBar .banner .txt01{
	font-size: 1.8rem;
}

#sideBar .banner .info .an{
	display: block;
	font-size: 1.4rem;
	margin-top: 4px;

}

#sideBar .banner .txt01 .an{
	color: #2e70b0;
}

#sideBar .banner .txt02{
	color: #fff;
}

#sideBar .title {
	padding: 23px 0 24px;
	color: #fff;
	font-weight: bold;
	font-size: 1.7rem;
	text-align: center;
	background-color: #2e70b0;
}

#sideBar .sNavi {
	margin-bottom: 12px;
	background: #eef3f9;
	padding: 0 25px;
}

#sideBar .sNavi li {
	width: 100%;
}

#sideBar .sNavi li a {
	position: relative;
	padding: 26px 0 26px 19px ;
	display: block;
	background: url("../img/icon08.png") no-repeat left center;
	background-size: 6px auto;
	border-bottom: 1px solid #d7d7d7;
	font-size: 1.6rem;
	letter-spacing: -0.2px;
}

#sideBar .sNavi li a:hover {
	opacity: 0.7;
	text-decoration: underline;
}

#sideBar .sNavi li:last-child a{
	border-bottom: none;
}

#sideBar .sNavi li.contact a img{
	padding-top: 4px;
	margin-right: 10px;
}

#sideBar .sBox li{
	background: #eef3f9;
	margin-bottom: 12px;
}
#sideBar .sBox a{
	width: 300px;
	height: 100px;
	display: flex;
	box-sizing: border-box;
	align-items: center;
	padding-left: 25px;
	font-size: 1.7rem;
	font-weight: bold;
}

#sideBar .sBox a:hover{
	opacity: 0.7;
}

#sideBar .sBox a img{
	width: 52px;
	height: 52px;
	margin-right: 16px;
}

#sideBar .blog a{
	display: block;
	width: 300px;
	height: 180px;
	box-sizing: border-box;
	border: 1px solid #e7e7e7;
	text-align: center;
	padding-top: 22px;
	margin-bottom: 12px;
}

#sideBar .blog a:hover{
	opacity: 0.7;
}

#sideBar .blog .ttl{
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 1px;
	margin-bottom: 18px;
}

#sideBar .blog .ttl .an{
	font-size: 1.4rem;
	color: #2e70b0;
	display: block;
	margin-top: 6px;
}

#sideBar .blog a{
}

#sideBar .contact a{
	width: 300px;
	height: 100px;
	background-color: #2e70b0;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

#sideBar .contact a:hover{
	opacity: 0.7;
}

#sideBar .contact a img{
	margin-right: 16px;
	width: 23px;
	height: 16px;
}

@media all and (max-width: 767px) {
	#sideBar {
		display: none;
		margin-bottom: 60px;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.pageTop {
	position: fixed;
	right: 28px;
	bottom: 25px;
	z-index: 500;
}

.pageTop img {
	width: 58px;
}

.pageTop a:hover img {
    opacity: 0.7;
}

#gFooter {
	background:url("../img/bg_fotter.jpg");
	background-size: cover;
}

#gFooter .infoBox {
	padding: 130px 0 20px;
	margin: 0 auto;
	width: 1100px;
}

#gFooter .clinicBox{
	display: flex;
	justify-content: space-between;
	margin-bottom: 106px;
}

#gFooter .clinicInfo {
	width: 340px;
}

#gFooter .clinicInfo img{
	margin-bottom: 28px;
}

#gFooter .title {
	margin-bottom: 28px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 2px;
}

#gFooter .txt {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.75;
	letter-spacing: 0.5px;
}

#gFooter .txt a {
	color: #fff;
}

#gFooter .comDateBox {
	margin-top: 23px;
	width: 685px;
}

#gFooter .comDateTab th,
#gFooter .comDateTab td {
	border-color: #C2C2C2;
}

#gFooter .comDateTab th {
	padding: 12px 17px;
}
#gFooter .infoBox .fNavi {
	margin-bottom: 60px;
}

#gFooter .infoBox .fNavi p {
	font-size: 16px;
	margin-bottom: 26px;
	padding-bottom: 18px;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	letter-spacing: 1px;
}

#gFooter .fNavi > li {
	margin-right: 30px;
	float: left;
	width: 260px;
}

#gFooter .fNavi > .liStyle01 {
	width: 520px;
}

#gFooter .fNavi > .liStyle02 {
	margin: 0;
	width: 254px;
}

#gFooter .fNavi > li > ul > li {
	padding-bottom: 24px;
	color: #fff;
}

#gFooter .fNavi > li > ul > li > a {
	color: #fff;
	font-size: 1.4rem;
	margin-left: 12px;
}

#gFooter .fNavi > li > ul > li > a span{
	position: relative;
}

#gFooter .fNavi > li > ul > li > a span:before {
	content:"-";
	position: absolute;
	top: 2px;
	left:-12px;
}

#gFooter .fNavi > li > ul > li > a:hover {
    text-decoration: underline;
}

#gFooter .fNavi .infoUl > li {
	width: 230px;
	float: left;
}

#gFooter .fNavi .infoUl > li:last-child {
	float: right;
	width: 260px;
}

#gFooter .fNavi .infoUl > li > ul > li {
	padding-bottom: 24px;
}

#gFooter .fNavi .infoUl li a {
	color: #fff;
	font-size: 1.4rem;
	margin-left: 12px;
}

#gFooter .fNavi .infoUl li a:hover {
    text-decoration: underline;
}

#gFooter .fNavi .infoUl li a span{
	position: relative;
}

#gFooter .fNavi .infoUl li a span:before {
	content:"-";
	position: absolute;
	top: 2px;
	left:-12px;
}

#gFooter .copyright {
	color: #323232;
	background: #fff;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
	padding: 21px 0 23px;
}

@media all and (max-width: 767px) {
	.pageTop {
		right: 11px;
		bottom: 60px;
	}

	.pageTop img {
		width: 40px;
	}

	#gFooter .txt {
		margin-bottom: 42px;
		letter-spacing: 0;
	}

	#gFooter .infoBox {
		padding: 45px 20px;
		margin: 0 auto;
		width: auto;
	}

	#gFooter .clinicBox{
		display: block;
		margin-bottom: 37px;
	}

	#gFooter .clinicInfo {
		width: 100%;
		text-align: center;
	}

	#gFooter .clinicInfo .txt{
		text-align: center;
		font-size: 1.6rem;
	}

	#gFooter .clinicInfo img{
		margin-bottom: 43px;
		width: 125px;
	}

	#gFooter .comDateBox .txt{
		line-height: 1.66;
	}

	#gFooter .title {
		margin-bottom: 21px;
		font-size: 18px;
	}

	#gFooter .infoBox .fNavi {
		margin: 0 -20px ;
        overflow: hidden;
	}

	#gFooter .fNavi > li {
		width: 100%;
        margin: 0;
	}

	#gFooter .copyright {
		font-size: 14px;
		padding: 19px 0 21px;
        clear: both;
	}

	#gFooter .infoBox .fNavi p {
		margin: 0;
		font-size: 1.6rem;
		padding: 51px 20px 10px;
		letter-spacing: 2px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	#gFooter .fNavi > li > ul > li {
		padding: 0;
		width: 50%;
		float: left;
		box-sizing: border-box;
	}

	#gFooter .fNavi > li > ul > li > a {
		display: flex;
		height: 63px;
		padding-left: 30px;
		align-items: center;
		border-right: 1px solid rgba(255, 255, 255, 0.2);
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		margin-left: 0;
	}

	#gFooter .fNavi > li > ul > li > a span{
		line-height: 1.25;
	}

	#gFooter .fNavi > li > ul > li > a span:before {
		top: 0;
		left:-9px;
	}


	#gFooter .fNavi > li > ul > li:nth-child(2n) > a {
		border-right: none;
	}

	#gFooter .fNavi .infoUl > li {
		width: 100%;
		float: none;
	}

	#gFooter .fNavi .infoUl > li:last-child {
		width: 100%;
		float: none;
	}

	#gFooter .fNavi .infoUl > li > ul > li {
		padding: 0;
		float: left;
		width: 50%;
	}

	#gFooter .fNavi .infoUl li a {
		display: flex;
		height: 63px;
		padding-left: 30px;
		align-items: center;
		border-right: 1px solid rgba(255, 255, 255, 0.2);
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		margin-left: 0;
	}

	#gFooter .fNavi .infoUl li a span{
		line-height: 1.25;
	}

	#gFooter .fNavi .infoUl li a span:before {
		top: 0;
		left:-9px;
	}

	#gFooter .fNavi > .liStyle01 {
		width: 100%;
	}

	#gFooter .fNavi > .liStyle02 {
		width: 100%;
	}

    #gFooter .fNavi > li:last-child ul {
        margin: 0;
    }

    #gFooter .fNavi > li > ul > li > a:hover {
        text-decoration: none;
    }

    #gFooter .fNavi .infoUl li a:hover {
        text-decoration: none;
    }
	#gFooter .comDateBox {
		margin-top: 0;
		width: 100%;
	}
	#gFooter .comDateTab th {
		padding: 7px 4px;
	}
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
    color: #373737;
    margin-bottom: 58px;
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
	display: flex;
	flex-direction: column;
	letter-spacing: 1.5px;
}

#main .headLine01 span{
	font-family: 'Arial Narrow',Arial Narrow, Helvetica, "sans-serif";
	color: #2e70b0;
	margin-top: 10px;
	font-size: 20px;
}

@media all and (max-width: 767px) {
	#main .headLine01 {
		margin-bottom: 38px;
		font-size: 2.2rem;
		letter-spacing: 1.2px;
	}

	#main .headLine01 span{
		margin-top: 6px;
		font-size: 13px;
	}
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	font-size:  2.4rem;
	letter-spacing: 1px;
	margin-bottom: 68px;
	position: relative;
}

#main .headLine02:after{
	position: absolute;
	content: "";
	width: 48px;
	border-bottom: 2px solid #2e70b0;
	left: 0;
	bottom: -20px;
}

@media all and (max-width: 767px) {
	#main .headLine02 {
		font-size:  1.9rem;
		letter-spacing: 0;
		margin-bottom: 48px;
		line-height: 1.55;
	}

	#main .headLine02:after{
		width: 40px;
		bottom: -18px;
	}
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
#main .headLine03 {
	font-size:  2.0rem;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 18px;
	border-left: 3px solid #2e70b0;
	margin-bottom: 23px;
}

@media all and (max-width: 767px) {
	#main .headLine03 {
		font-size: 1.8rem;
		padding-left: 12px;
	}
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
#main .headLine04 {
	font-weight: bold;
	font-size: 1.7rem;
	position: relative;
	padding-left: 22px;
	vertical-align: middle;
	margin-bottom: 30px;
}

#main .headLine04:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #2e70b0;

	content: "■";
}

@media all and (max-width: 767px) {
	#main .headLine04 {
		margin-bottom: 26px;
	}

	#main .headLine04:before {
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	width: 1280px;
	margin: 0 auto;
	display: table;
	height: 420px;
	table-layout: fixed;
	background: url(../img/page_title_bg01.jpg) no-repeat center center;
	background-size: cover;
}

.pageTitle .inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.pageTitle h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0 auto;
	width: 600px;
	height: 150px;
	background-color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 1px;
}

.pageTitle h2 .an {
	margin-top: 12px;
	color: #2e70b0;
	display: block;
	font-size: 1.8rem;
	letter-spacing: 1px;
	font-weight: bold;
}

@media all and (max-width: 767px) {
	.pageTitle {
		width: 100%;
		margin-bottom: 45px;
		height: 175px;
		background-image: url(../img/sp_page_title_bg01.jpg);
	}

	.pageTitle .inner {
		padding-bottom: 3px;
	}

	.pageTitle h2 {
		width: 300px;
		height: 90px;
		font-size: 2rem;
		letter-spacing: 0px;
	}

	.pageTitle h2 .an {
		margin-top: 5px;
		font-size: 1.1rem;
		letter-spacing: 1px;
	}

}

/*------------------------------------------------------------
	comDateTab
------------------------------------------------------------*/
.comDateBox {
}

.comDateBox .bgTable{
	background: #fff;
	padding: 14px;
	margin-bottom: 25px;
}

.comDateTab {
	width: 100%;
	border-collapse: collapse;
}

.comDateTab th,
.comDateTab td {
	padding: 10px 14px;
	width: 93px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	background-color: #fff;
}

.comDateTab td {
	padding: 24px 0 28px;
	line-height: 0.75;
}

.comDateTab td span{
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	margin: 9px 0;
}

.comDateTab th {
	font-weight: 500;
}

.comDateTab th:last-child,
.comDateTab td:last-child {
	border-right: none;
}

.comDateTab tr:last-child th,
.comDateTab tr:last-child td {
	border-bottom: none;
}

.comDateTab .trStyle01 th,
.comDateTab .trStyle01 td {
	padding: 12px 10px 13px;
}

.comDateBox .txt{
	font-size: 15px;
	color: #fff;
	line-height: 1.75;
}

@media all and (max-width: 767px) {
	.comDateBox .bgTable{
		width: auto;
		padding: 9px 7px;
		margin-bottom: 18px;
	}

	.comDateBox .txt{
		text-indent: -1em;
		margin-left: 1em;
	}

	.comDateTab {
		width: 100%;
		border-collapse: collapse;
		margin: 0 auto;
	}

	.comDateTab th,
	.comDateTab td {
		width: 14%;
		font-size: 12px;
	}

	.comDateTab td {
		padding: 10px 0 7px;
		line-height: 0.75;
	}

	.comDateTab td span{
	  -webkit-writing-mode: vertical-rl;
		  -ms-writing-mode: tb-rl;
			  writing-mode: vertical-rl;
		margin: 5px 0;
	}

	.comDateTab th {
		font-weight: 500;
	}

	.comDateTab .trStyle01 th,
	.comDateTab .trStyle01 td {
		box-sizing: border-box;
		padding: 7px 5px;
	}

	.comDateBox .txt{
		font-size: 15px;
		line-height: 1.75;
	}
	#gFooter .comDateBox .mb0{
		margin-bottom: 0;
	}
}

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	text-align: center;
}

.comBtn a {
	padding: 20px 0;
	width: 330px;
	display: inline-block;
	color: #FFF;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	background: #2e70b0 url(../img/icon06.png) no-repeat right 23px center;
	background-size: 6px 10px;
	border-radius: 50px;
}

.comBtn a:hover {
	opacity: 0.7;
}

@media all and (-ms-high-contrast:none){
	.comBtn a {
		padding: 14px 20px 10px;
	}
}
@media all and (max-width: 767px) {
	.comBtn {
	}

	.comBtn a {
		margin: 0 auto;
		padding: 15px 0px 17px;
		width: 75%;
		max-width: 340px;
		display: block;
		font-size: 1.6rem;
		background-position: right 19px center;
		background-size: 5px 8px;
	}
}

/*------------------------------------------------------------
	comBtn02
------------------------------------------------------------*/
.comBtn02 {
	text-align: center;
}

.comBtn02 a {
	padding: 12px 40px 13px;
	display: inline-block;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	background: #2e70b0 url(../img/icon06.png) no-repeat right 20px center;
	background-size: 6px 10px;
	border-radius: 50px;
}

.comBtn02 a:hover {
	opacity: 0.7;
}

@media all and (-ms-high-contrast:none){
	.comBtn02 a {
		padding: 14px 20px 10px;
	}
}
@media all and (max-width: 767px) {
	.comBtn02 {
	}

	.comBtn02 a {
		margin: 0 auto;
		padding: 14px 0px 15px;
		width: 100%;
		max-width: 340px;
		display: block;
		font-size: 1.6rem;
		background-position: right 19px center;
		background-size: 5px 8px;
	}
}


/*------------------------------------------------------------
	comMenuList
------------------------------------------------------------*/
.comMenuList {
}

.comMenuList li {
	width: 530px;
	float: left;
	padding-bottom: 34px;
	margin-bottom: 34px;
	border-bottom: 1px solid #e7e7e7;
}

.comMenuList li:last-child {
	margin-bottom: 0;
}

.comMenuList li:nth-child(2n) {
	float: right;
}

.comMenuList li a {
	display: flex;
	align-items:flex-start;
	-webkit-align-items: center;
	box-sizing: border-box;
}

.comMenuList li a:hover {
	opacity: 0.7;
}

.comMenuList li .rTxt{
	box-sizing: border-box;
	width: 262px;
	height: 150px;
	padding-top: 12px;
}


.comMenuList li span {
	display: block;
}

.comMenuList li .pho {
	margin-right: 22px;
}

.comMenuList li .pho img {
	width: 230px;
}

.comMenuList li .ttl {
	width: auto;
	color: #2e70b0;
	font-weight: bold;
	font-size: 1.7rem;
	letter-spacing: 1px;
	margin-bottom: 25px;
}

.comMenuList li .ttl > span{
	display: inline-block;
	font-size: 15px;
}

.comMenuList li .txt {
	line-height: 1.625;
	font-size: 16px;
}

@media all and (max-width: 767px) {
	.comMenuList li {
		width: 100%;
		padding-bottom: 24px;
		margin-bottom: 28px;
		float: none;
	}

	.comMenuList li:last-child {
	}

	.comMenuList li:nth-child(2n) {
		float: none;
	}

	.comMenuList li a {
		display: block;
	}

	.comMenuList li a:hover {
	}

	.comMenuList li .rTxt{
		box-sizing: border-box;
		width: auto;
		height: auto;
		padding-top: 0;
	}


	.comMenuList li span {
	}

	.comMenuList li .ttl {
		width: auto;
		letter-spacing: 0;
		margin-bottom: 25px;
		display: flex;
		align-items: center;
		line-height: 1.35;
	}

	.comMenuList li .ttl > span{
		display: inline-block;
	}

	.comMenuList li .ttl img{
		width: 35%;
		margin-right: 15px;
	}

	.comMenuList li .txt {
	}
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    width: 1100px;
    margin: 0 auto;
}

@media all and (max-width: 767px) {
    .content {
        width: 92%;
        margin: 0 auto;
    }
}

/*------------------------------------------------------------
	comPriceTab
------------------------------------------------------------*/
#main .comPriceTab {
	margin-bottom: 60px;
	width: 100%;
	border-collapse: collapse;
}

#main .comPriceTab th,
#main .comPriceTab td {
	padding: 21px 18px 19px;
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.7;
	vertical-align: middle;
	box-sizing: border-box;
	word-break: break-all;
	border: 1px solid #E0E0E0;
}

#main .comPriceTab th {
	width: 52%;
	font-weight: 500;
}

#main .comPriceTab .price {
	padding-left: 0px;
	width: 26%;
	text-align: right;
}

@media all and (max-width: 767px) {
	#main .comPriceTab {
		margin-bottom: 50px;
	}

	#main .comPriceTab th,
	#main .comPriceTab td {
		padding: 15px 8px 16px;
		line-height: 1.7;
	}

	#main .comPriceTab th {
		padding-bottom: 17px;
		width: 42%;
	}

	#main .comPriceTab .price {
		width: 30%;
	}

	#main .comPriceTab tr:last-child td {
		border-bottom: 1px solid #E0E0E0;
	}

}

@media all and (max-width: 374px) {


    #gFooter .comDateTab th {
        padding-left: 5px;
    }

    .comDateTab th,
    .comDateTab td {
        padding: 8px 5px 7px;
    }
}

@media all and (-ms-high-contrast:none){
	#main .headLine02::before {
		margin-top: -9px;
	}
}

/*------------------------------------------------------------
	comBgBox01
------------------------------------------------------------*/

#conts .comBgBox01{
	padding: 30px;
	background: #f7f7f7;
	margin-bottom: 38px;
}

#conts .comBgBox01 .ttl{
	text-align: center;
	font-size: 18px;
	padding-bottom: 26px;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 27px;
}

#conts .comBgBox01 ul{
	display: flex;
	flex-wrap: wrap;
}

#conts .comBgBox01 ul li{
	width: 50%;
	margin-bottom: 20px;
	display: flex;
}

#conts .comBgBox01 ul li:last-child{
	margin-bottom: 0;
}

#conts .comBgBox01 ul li:nth-last-child(2){
	margin-bottom: 0;
}

#conts .comBgBox01 ul li .num{
	display: inline-block;
	background: #ff8293;
	width: 22px !important;
	height: 22px !important;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-right: 10px;
	box-sizing: border-box;
	vertical-align: middle;
	padding-top: 1px;
}
@media all and (max-width: 767px) {
	#conts .comBgBox01{
		padding: 24px;
		margin-bottom: 28px;
	}

	#conts .comBgBox01 .ttl{
		font-size: 17px;
		padding-bottom: 22px;
		margin-bottom: 24px;
	}

	#conts .comBgBox01 ul{
		display: block;
	}

	#conts .comBgBox01 ul li{
		width: 100%;
		margin-bottom: 16px;
	}

	#conts .comBgBox01 ul li:last-child{
		margin-bottom: 0;
	}

	#conts .comBgBox01 ul li:nth-last-child(2){
		margin-bottom: 16px;
	}

	#conts .comBgBox01 ul li .num{
	}
}
/*------------------------------------------------------------
	comBgBox02
------------------------------------------------------------*/
#conts .comBgBox02{
	background: #ffeff1;
	padding: 35px 32px 19px;
}

#conts .comBgBox02 .ttl{
	text-align: center;
	font-size: 18px;
	padding-bottom: 26px;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 27px;
}

#conts .comBgBox02 ul li{
	margin-bottom: 16px;
}

#conts .comBgBox02 ul li .num{
	display: inline-block;
	background: #ff8293;
	width: 22px !important;
	height: 22px !important;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-right: 10px;
	box-sizing: border-box;
	padding-top: 1px;
}

@media all and (max-width: 767px) {
	#conts .comBgBox02{
		padding: 21px 25px 19px;
	}

	#conts .comBgBox02 .ttl{
		font-size: 17px;
		padding-bottom: 20px;
		margin-bottom: 23px;
	}

	#conts .comBgBox02 ul li{
		text-indent: -2em;
		margin-left: 2em;
	}

	#conts .comBgBox02 ul li .num{
		text-indent:0;
		margin-right: 9px;
	}
}
/*------------------------------------------------------------
	comPhotoBox
------------------------------------------------------------*/
#conts .comPhotoBox{
	display: flex;
	justify-content: space-between;
}

#conts .comPhotoBox img{
	max-width: inherit;
}

#conts .comPhotoBox .txtBox{
	width: 100%;
}


#conts .comPhotoBox .rPhoto{
	margin-left: 50px;
	order: 1;
	height: 100%;
}

#conts .comPhotoBox .lPhoto{
	height: 100%;
	margin-right: 45px;
}

#conts .comPhotoBox ul{
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 16px;
}

#conts .comPhotoBox ul li{
	display: flex;
	padding-bottom: 43px;
	margin-bottom: 43px;
	border-bottom: 1px solid #e7e7e7;
}

@media all and (max-width: 767px) {
	#conts .comPhotoBox{
		display: block;
		margin-bottom: 37px;
	}

	#conts .comPhotoBox img{
		max-width: 100%;
	}

	#conts .comPhotoBox .rPhoto{
		display: block;
		margin: 0 auto 28px;
		width: 55%;
	}

	#conts .comPhotoBox .lPhoto{
		display: block;
		margin: 0 auto 28px;
		width: 55%;
	}

	#conts .comPhotoBox ul{
		display: block;
		font-size: 17px;
	}

	#conts .comPhotoBox ul li{
		margin-bottom: 10px;
	}
}

/*------------------------------------------------------------
	comPhotoBox02
------------------------------------------------------------*/
#conts .comPhotoBox02{
	display: flex;
	justify-content: space-between;
}

#conts .listUl {
	margin-bottom: 75px;
}

#conts .listUl > li{
	padding-bottom: 27px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 50px;
}

#conts .comPhotoBox02 img{
	width: 100%;
	height: auto;
}

#conts .comPhotoBox02 .rPhoto{
}

#conts .comPhotoBox02 .lPhoto{
	width: 210px;
	margin-right: 45px;
}

#conts .comPhotoBox02 .txtBox{
	width: 100%;
}

#conts .comPhotoBox02 .txtBox .time{
	font-size: 1.4rem;
	margin-bottom: 22px;
}

#conts .comPhotoBox02 .txtBox .ttl {
	margin-bottom: 30px;
}

#conts .comPhotoBox02 .txtBox .ttl a{
	font-size: 1.7rem;
	font-weight: bold;
	color: #2e70b0;
}

#conts .comPhotoBox02 .txtBox .txt{
	font-size: 1.6rem;
	margin-bottom: 33px;
}

#conts .comPhotoBox02 ul{
	display: flex;
	flex-wrap: wrap;
}

#conts .comPhotoBox02 ul li{
	width: 110px;
	text-align: center;
	font-size: 1.4rem;
	background: #2e70b0;
	margin-right: 6px;
	margin-bottom: 6px;
}

#conts .comPhotoBox02 ul li a{
	width: 110px;
	padding: 7px 0;
	color: #fff;
	box-sizing: border-box;
	display: block;
}

#conts .comPhotoBox02 a:hover{
	opacity: 0.7;
}

#conts .comPhotoBox02 .ttl a:hover{
	text-decoration: underline;
}

@media all and (max-width: 767px) {
	#conts > .listUl {
		margin-bottom: 45px;
	}

	#conts > .listUl > li{
		padding-bottom: 35px;
		border-bottom: 1px solid #e7e7e7;
		margin-bottom: 40px;
	}

	#conts .comPhotoBox02{
		display: block;
		margin-bottom: 0;
	}

	#conts .comPhotoBox02 img{
		width: 33%;
		height: auto;
		float: left;
		margin-right: 25px;
		margin-bottom: 25px;
	}

	#conts .comPhotoBox02 .ttlBox{
		float: left;
	}

	#conts .comPhotoBox02 .txt{
		clear: both;
		word-break: break-all;
	}

	#conts .comPhotoBox02 ul{
	}

	#conts .comPhotoBox02 ul li{
		width: 100px;
		font-size: 1.3rem;
		margin-right: 3px;
		margin-bottom: 3px;
	}

	#conts .comPhotoBox02 ul li a{
		width: 100px;
	}

	#conts .comPhotoBox02 a:hover{
	}

	#conts .comPhotoBox02 .ttl a:hover{
	}
}

/*------------------------------------------------------------
	comtxtUl01
------------------------------------------------------------*/
#conts .comTxtUl01 {
	border: 1px solid #e7e7e7;
	padding: 43px 58px 0 48px;
}

#conts .comTxtUl01 li .ttl{
	font-size: 1.8rem;
	font-weight: bold;
	color: #2e70b0;
	display: flex;
	align-items: center;
	margin-bottom: 23px;
}

#conts .comTxtUl01 li .num{
	font-family: "A-OTF 新丸ゴ Pro";
	font-weight: normal;
	width: 40px;
	height: 40px;
	background: #1c8dcb;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	flex: none;
	box-sizing: border-box;
	margin-right: 26px;
}

#conts .comTxtUl01 li .txt{
	position: relative;
	padding: 25px 0 25px 54px;
	margin-bottom: 20px;
	margin-left: 16px;
	border-left: 8px solid #eef3f9;
}

@media all and (max-width: 767px) {
	#conts .comTxtUl01 {
		border: 1px solid #e7e7e7;
		padding: 26px 20px 0 16px;
	}

	#conts .comTxtUl01 li .ttl{
		font-size: 1.7rem;
		margin-bottom: 22px;
	}

	#conts .comTxtUl01 li .num{
		width: 30px;
		height: 30px;
		margin-right: 9px;
	}

	#conts .comTxtUl01 li .txt{
		position: relative;
		padding: 0 0 0 22px;
		margin-bottom: 28px;
		border-left: 6px solid #eef3f9;
		margin-left: 11px;
	}
}

/*------------------------------------------------------------
	comtxtUl02
------------------------------------------------------------*/
#conts .comTxtUl02 .box01{
	display: flex;
	align-items:center;
}

#conts .comTxtUl02 .txt01{
	width: 193px;
	color: #fff;
	font-weight: bold;
	font-size: 1.7rem;
	line-height: 1.6;
	text-align: center;
	padding-top: 2px;
	margin-right: 15px;
}

#conts .comTxtUl02 .txt02{
	font-size: 1.7rem;
	letter-spacing:3px;
	font-weight: bold;
}

#conts .comTxtUl02 .merit{
	margin-bottom: 50px;
}

#conts .comTxtUl02 .merit .txt01{
	background: #ff9933;
}

#conts .comTxtUl02 .merit .txt02{
	color: #ff9933;
}

#conts .comTxtUl02 .demerit .txt01{
	background: #333333;
}

#conts .comTxtUl02 .demerit .txt02{
	color: #999999;
}

#conts .comTxtUl02 .box02{
	border: 10px solid #eef3f9;
	padding: 38px 22px 10px 11px;
}

#conts .comTxtUl02 .box02 li{
	margin-bottom: 26px;
	line-height: 2;
	font-size: 1.6rem;
	text-indent: -1.4rem;
	margin-left: 1.4rem;
}

#conts .comTxtUl02 .box02 li span{
	font-size: 10px;
	vertical-align: middle;
}

#conts .comTxtUl02 .merit .box02 li span{
	color: #ff9933;
}

#conts .comTxtUl02 .demerit .box02 li span{
	color: #333333;
}

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

	#conts .comTxtUl02 .box01{
		justify-content: center;
	}

	#conts .comTxtUl02 .txt01{
		width: 190px;
		margin-right: 17px;
	}

	#conts .comTxtUl02 .box02{
		margin: 0 -20px;
		border: 20px solid #eef3f9;
		padding: 27px 8px 18px 22px;
	}

	#conts .comTxtUl02 .box02 li{
		margin-bottom: 32px;
		line-height: 1.56;
		text-indent: -2rem;
		margin-left: 2rem;
	}

	#conts .comTxtUl02 .box02 li:last-child{
		margin-bottom: 0;
	}

	#conts .comTxtUl02 .box02 li span{
		font-size: 1.6rem;
		vertical-align: middle;
	}

	#conts .comTxtUl02 .merit .box02 li span{
		color: #ff9933;
	}

	#conts .comTxtUl02 .demerit .box02 li span{
		color: #333333;
	}
}

/*------------------------------------------------------------
	comCaseTbl
------------------------------------------------------------*/
#conts .comCaseTbl {
	border: 1px solid #e5e5e5;
	border-bottom: none;
	width: 100%;
	font-size: 1.6rem;
	margin-bottom: 50px;
}

#conts .comCaseTbl th{
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 28px 21px 31px ;
	box-sizing: border-box;
	width: 218px;
	font-weight: normal;
}

#conts .comCaseTbl td{
	padding: 0 21px;
	border-bottom: 1px solid #e5e5e5;
}

#conts .comCaseTbl td a{
	color: #2e70b0;
	text-decoration: underline;
}

#conts .comCaseTbl td a:hover{
	opacity: 0.7;
}

@media all and (max-width: 767px) {
	#conts .comCaseTbl table{
		margin-bottom: 45px;
	}

	#conts .comCaseTbl th{
		padding: 18px 12px 21px ;
		width: 40%;
		line-height: 1.625;
		vertical-align: top;
	}

	#conts .comCaseTbl td{
		padding: 14px;
		line-height: 1.625;
	}

	#conts .comCaseTbl td a{
	}
}

/*------------------------------------------------------------
	comRiskUl
------------------------------------------------------------*/

#conts .comPhotoBox .comRiskUl li{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
	line-height: 2;
}

#conts .comPhotoBox .comRiskUl li span{
	font-size: 10px;
	color:#2e70b0;
	padding-top: 11px;
	margin-right: 6px;
}

@media all and (max-width: 767px) {
	#conts .comPhotoBox .comRiskUl li{
		line-height: 1.625;
	}

	#conts .comPhotoBox .comRiskUl li span{
		padding-top: 9px;
		margin-right: 8px;
	}
}


/*================================
-250502 add
=================================*/

/*================================
-フォームのお断り文章
=================================*/

.common-reservation {
	border: 10px solid #eef3f9;
	padding: 48px min(5.33vw, 56px);
}

.common-reservation-box {
	>.headline {
		font-size: min(5.06vw, 24px);
		position: relative;
		text-align: center;
		margin-bottom: 48px;

		&::before {
			content: "";
			position: absolute;
			bottom: -20px;
			left: 50%;
			transform: translateX(-50%);
			width: 48px;
			height: 2px;
			background-color: #2e70b0;
		}
	}

	>.text {
		font-size: min(3.73vw, 15px);
		line-height: 1.875;
		margin-bottom: 24px;
		display: block;
		text-align: justify;

		&:last-of-type {
			margin-bottom: 0;
		}
	}

	>.list,
	>.list-nega {
		display: grid;
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 40px 0;
		margin-bottom: 40px;
		border-top: .5px dashed #C2C2C2;
		border-bottom: .5px dashed #C2C2C2;
		font-weight: 600;

		>li {
			position: relative;
			padding-left: min(calc(5.33vw * 1.5), calc(20px * 1.5));
			font-size: min(3.73vw, 15px);
			line-height: 1.625;
			text-align: justify;

			&::before,
			&::after {
				position: absolute;
				left: 0;
			}
		}
	}

	>.list-nega {

		>li {

			&::before,
			&::after {
				top: 50%;
				transform: translateY(-50%);
				display: flex;
				width: min(5.33vw, 20px);
				height: min(5.33vw, 20px);
				line-height: min(5.33vw, 20px);
			}

			&::before {
				content: "…";
				z-index: 1;
				color: #2e70b0;
				text-align: center;
				display: flex;
				justify-content: center;
				align-items: center;
				left: 2px;
			}

			&::after {
				content: "";
				border: 2px solid #ededed;
				border-radius: 8px;
			}
		}
	}

	>.list {
		>li {

			&::before,
			&::after {
				content: "";
				left: 2px;
				top: 6px;
				width: 10px;
				height: 5px;
				border-left: 2px solid #1c8dcb;
				border-bottom: 2px solid #1c8dcb;
				transform: rotate(-45deg);
			}
		}
	}

	b,
	strong {
		color: #2e70b0;
	}

	strong {
		background: linear-gradient(transparent 70%, #ffeeb0 70%);
	}
}

@media screen and (max-width: 767px) {
	.common-reservation-box {
		>.text {
			line-height: 1.625;
		}
	}
}

.common-reservation-check {
	margin: 80px auto 0;
	padding-top: 40px;
	border-top: .5px solid #ccc;
	display: flex;
	justify-content: center;
}

.common-reservation-check-box {
	display: inline-block;
	font-size: min(3.73vw, 15px);
	font-weight: 600;
	text-align: center;
	cursor: pointer;

	input {
		margin-right: 8px;
		cursor: pointer;
	}
}

.common-reservation-button {
	opacity: 0.7;
    pointer-events: none;
	user-select: none;
}



/*================================
-余白
=================================*/

.common-mb0 {
	margin-bottom: 0 !important;
}

.common-mb40 {
	margin-bottom: 40px !important;
}

.common-mb80 {
	margin-bottom: 80px !important;
}