@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;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 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;
}

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

a:visited {
	color: #464646;
}

a:hover {
	color: #464646;
}

a:active {
	color: #464646;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1320px;
	color: #464646;
	font-size: 16px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF3D9;
}

body p {
	line-height: 2.18;
}

#container {
	text-align: left;
	overflow: hidden;
	position: relative;
}

#main {
	padding-bottom: 205px;
}

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

.sp {
	display: none !important;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
}

@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	body.fixed {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
	}

	body p {
		line-height: 1.625;
	}


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

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

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

	#main {
		padding: 198px 0 97px;
	}



}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 20px 0 113px;
	position: relative;
	z-index: 10;
}

#gHeader h1 {
	margin: 0 auto 15px;
	width: 1300px;
	font-size: 13px;
	font-weight: normal;
}

#gHeader .comBox {
	max-width: 1300px;
}

#gHeader .logo {
	margin-top: 1px;
	float: left;
}

#gHeader .menuBox {
	display: none;
}


@media screen and (max-width: 767px) {
	#gHeader {
		padding: 21px 0 0;
		background-color: #fff;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 99;
	}

	#gHeader h1 {
		display: none;
	}

	#gHeader .logo {
		float: none;
		text-align: center;
	}

	#gHeader .logo img {
		width: 106px;
		height:auto;
	}

	.menu {
		position: absolute;
		right: 20px;
		top: 39px;
		z-index: 98;
	}

	.menu img {
		width: 33px;
	}

	.menu.close img {
		width: 25px;
	}

	.menu.close {
		right: 23px;
		top: 38px;
	}

	#gHeader .linkList {
		margin-top: 20px;
	}

	#gHeader .linkList li {
		width: 50%;
		display: table;
		float: left;
		position: relative;
		box-sizing: border-box;
		background-color: #F4B100;
	}

	#gHeader .linkList li:last-child {
		float: right;
	}

	#gHeader .linkList li a {
		padding: 11px 10px 10px;
		display: table-cell;
		color: #fff;
		font-size: 14px;
		text-align: center;
		vertical-align: middle;
		line-height: 1.2;
	}

	#gHeader .linkList li a img {
		width: 17px;
	}

	#gHeader .linkList li a span {
		display: block;
	}

	#gHeader .linkList li:before {
		height: 100%;
		width: 1px;
		position: absolute;
		top: 0;
		right: 0;
		background-color: #fff;
		content: '';
	}

	#gHeader .linkList li:last-child img {
		width: 16px;
	}

	#gHeader .linkList li:last-child:before {
		display: none;
	}

	#gHeader .menuBox {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 99;
		background-color: #F4B100;
		overflow-y: scroll;
	}

	#gHeader .menuBox .inner {
		padding: 122px 20px 30px;
	}

	#gHeader .menuBox .ttl {
		margin-bottom: 12px;
		color: #fff;
		font-size: 20px;
		text-align: center;
	}

	#gHeader .menuBox .link {
		margin-bottom: 42px;
		padding: 0 30px;
		background-color: #fff;
	}

	#gHeader .menuBox .link li {
		position: relative;
		border-bottom: 1px solid #eee;
	}

	#gHeader .menuBox .link li a {
		padding: 21px 64px 19px 0;
		display: block;
		font-size: 17px;
	}

	#gHeader .menuBox .link > li .arrow {
		width: 64px;
		height: 64px;
		position: absolute;
		right: 0;
		top: 0;
		background: url(../img/common/arrow01.png) no-repeat right center;
		background-size: 11px auto;
	}

	#gHeader .menuBox .innerUl {
		display: none;
	}


}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding-left: 56px;
	margin-top: 0;
	float: right;
	position: relative;
	background-color: #fff;
	border-radius: 42px 0 0 42px;
}

#gNavi > ul > li {
	margin-right: 30px;
	float: left;
	font-size: 15px;
	text-align: center;
}

#gNavi > ul > li > a {
	padding: 32px 5px 31px 7px;
	display: block;
	font-weight: bold;
}

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

#gNavi > ul > li span {
	display: block;
	color: #f3af00;
	font-size: 10px;
	font-weight: normal;
}

#gNavi > ul > li:last-child {
	margin-right: 0;
}

#gNavi:after {
	width: 9999px;
	height: 100%;
	position: absolute;
	left: 99.9%;
	top: 0;
	background-color: #fff;
	content: '';
}

#gNavi > ul > li {
	position: relative;
}

#gNavi .subBox {
	display: none;
	position: absolute;
	left: -29px;
	top: 102px;
}

#gNavi .subBox ul {
	margin-top: 11px;
	padding: 16px 28px 7px;
	position: relative;
	width: 320px;
	min-height: 373px;
	border-radius: 23px;
	background-color: #fff;
	box-sizing: border-box;
}

#gNavi .subBox li a {
	padding: 16px 0;
	color: #f4b000;
	display: block;
	font-size: 17px;
	text-align: left;
	font-weight: 500;
	background: url(../img/common/arrow01.png) no-repeat right center;
	background-size: 14px auto;
}

#gNavi .subBox li {
	border-bottom: 1px solid #eee;
}

#gNavi .subBox li:last-child {
	border-bottom: none;
}

#gNavi .subBox ul:before {
	position: absolute;
	width: 13px;
	height: 11px;
	left: 62px;
	top: -11px;
	background: url(../img/common/icon04.png) no-repeat left top;
	content: '';
}



@media screen and (max-width: 767px) {
	#gNavi {
		display: none;
	}
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 11px;
}

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

#pagePath li {
	display: inline;
	font-size: 13px;
}

#pagePath li a {
	color: #f5b100;
}

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


@media screen and (max-width: 767px) {
	#pagePath {
		display: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 140px 0 20px;
	position: relative;
	background-color: #F4B100;
}

#gFooter .logo {
	margin-bottom: 104px;
	text-align: center;
}

#gFooter .fNavi {
	margin: 0 -1px 88px 0;
}

#gFooter .fNavi > li {
	margin-right: 31px;
	width: 250px;
	float: left;
	color: #fff;
}

#gFooter .fNavi > li:last-child {
	width: 533px;
	margin-right: 0;
}

#gFooter .fNavi .ttl {
	margin-bottom: 20px;
	padding-bottom: 9px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

#gFooter .fNavi li a {
	color:#fff;
	display: inline-block;
	font-size: 15px;
	letter-spacing: 1px;
}

#gFooter .fNavi ul a {
	padding-left: 13px;
	background: url(../img/common/icon03.png) no-repeat left center;
}

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

#gFooter .fNavi ul li {
	margin-bottom: 17px;
}

#gFooter .fNavi >li > li {
	padding-left: 1em;
	margin-bottom: 11px;
	text-indent: -1em;
}

#gFooter .fNavi .innerUl > li {
	width: 50%;
	float: left;
}

#gFooter .fNavi .innerUl > li:last-child {
	float: right;
	padding-left: 20px;
	box-sizing: border-box;
}

#gFooter .fNavi .innerUl p a {
	padding-left: 13px;
	background: url(../img/common/icon03.png) no-repeat left center;
}

#gFooter .fNavi .innerUl p {
	margin-bottom: 11px;
}

#gFooter .fNavi .innerUl p a:hover {
	text-decoration: underline;
}

#gFooter .fNavi .innerUl li {
	margin-bottom: 11px;
}

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

#gFooter .fNavi .innerUl > li > ul > li > ul > li {
	margin-bottom: 15px;
}

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

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

#gFooter .copyRight {
	color: #fff;
	text-align: center;
	font-weight: bold;
}

#gFooter .pageTop {
	width: 100%;
	position: absolute;
	left: 0;
	top: -28px;
	text-align: center;
}

#gFooter .pageTop img {
	width: 55px;
	height:auto;
}

#gFooter .pageTop a:hover {
	opacity: 0.7;
}

#gFooter .contactLink {
	width: 150px;
	position: fixed;
	right: 13px;
	bottom: 7px;
}

#gFooter .contactLink li {
	margin-bottom: 7px;
}

#gFooter .contactLink li:last-child {
	margin-bottom: 0;
}

#gFooter .contactLink li a {
	display: block;
}

#gFooter .contactLink li a:hover {
	opacity: 0.7;
}

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

	#gFooter {
		padding: 46px 0 7px;
	}

	#gFooter .logo {
		margin-bottom: 24px;
	}

	#gFooter .logo img {
		width: 114px;
		height:auto;
	}

	#gFooter .pageTop {
		top: -21px;
	}

	#gFooter .pageTop img {
		width: 40px;
	}


/* add191210 */

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

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

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

	#gFooter .fNavi ul li {
		margin-bottom: 0;
		padding: 0;
		width: 50%;
		float: left;
		box-sizing: border-box;
	}
	#gFooter .fNavi > li:last-child{
		width: 100%;
	}
	#gFooter .fNavi ul 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;
		background: none;
	}

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

	#gFooter .fNavi ul .liStyle01 a{
		text-decoration: underline;
	}

	#gFooter .fNavi ul a span{
		position: relative;
		line-height: 1.25;
	}

	#gFooter .fNavi ul a span:before {
		content:"-";
		position: absolute;
		top: 0;
		left:-9px;
	}

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

    #gFooter .fNavi ul a:hover {
        text-decoration: none;
    }
	#gFooter .fNavi .innerUl {
        width: 100%;
        padding: 0;
        margin: 0;
    }
	#gFooter .fNavi .innerUl li {
        padding: 0;
        margin: 0 !important;
    }
	#gFooter .fNavi .innerUl p {
        padding: 0;
        margin: 0 !important;
    }
    #gFooter .fNavi .innerUl:last-child > li {
        padding: 0;
		border-left: 1px solid rgba(255, 255, 255, 0.2);
    }
	#gFooter .fNavi .innerUl li ul {
		margin: 0;
		padding: 0;
		width: 100%;
		float: none;
		box-sizing: border-box;
	}
	#gFooter .fNavi .innerUl li ul li{
        padding: 0;
        width: 100%;
    }
	#gFooter .fNavi .innerUl li ul li p{
        padding-left: 15px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    #gFooter .fNavi .innerUl li ul li p a{
		border-bottom: none;
    }
    #gFooter .fNavi .innerUl > li > ul > li > ul > li {
        margin-bottom: 0px;
    }
    /* end191210 */

	#gFooter .copyRight {
		font-size: 14px;
	}

	#gFooter .contactLink {
		display: none;
	}

}



/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

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

	*+html .clearfix {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comBox {
	margin: 0 auto;
	max-width: 1100px;
}

@media all and (max-width: 767px) {
	.comBox {
		padding: 0 20px;
	}
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 49px;
	font-size : 30px;
	letter-spacing : 2.5px;
	text-align: center;
}

.headLine01 span {
	padding-bottom: 1px;
	display: inline-block;
	border-bottom: 2px solid #f5b100;
}

@media all and (max-width: 767px) {
	.headLine01 {
		margin-bottom: 45px;
		font-size: 22px;
	}

	.headLine01 span {
		padding-bottom: 2px;
	}
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 51px;
	position: relative;
}

.headLine02 span {
	border: none;
}

.headLine02:after {
	margin-left: -100px;
	width: 200px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: -2px;
	background-color: #f5b100;
	content: '';
}

@media all and (max-width: 767px) {
	.headLine02 {
		margin-bottom: 47px;
	}

	.headLine02::after {
		margin-left: -72px;
		width: 150px;
		height: 1px;
	}
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 56px;
	font-size: 25px;
	text-align: center;
	position: relative;
}

.headLine03:after {
	margin-left: -40px;
	width: 80px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: -4px;
	background-color: #F5B100;
	content: '';
}

@media all and (max-width: 767px) {
	.headLine03 {
		margin-bottom: 40px;
		font-size: 19px;
	}

	.headLine03::after {
		margin-left: -25px;
		width: 50px;
		height: 1px;
		bottom: -8px;
	}
}

/*------------------------------------------------------------
	comMainImg
------------------------------------------------------------*/
.comMainImg {
	margin-bottom: 89px;
}

.comMainImg img {
	width: 100%;
}

@media all and (max-width: 767px) {
	.comMainImg {
		margin-bottom: 26px;
	}
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	width: 100%;
	line-height: 1.875;
	border-collapse: collapse;
}

.comTable th,
.comTable td {
	padding: 22px 20px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #bcbcbc;
}

.comTable th {
	width: 20%;
	font-weight: normal;
}

@media all and (max-width: 767px) {
	.comTable {
		line-height: 1.625;
		border-bottom: 1px solid #bcbcbc;
	}

	.comTable th,
	.comTable td {
		padding: 16px 10px;
		width: 100% !important;
		float: left;
		border-bottom: none;
		box-sizing: border-box;
	}

	.comTable th {

	}
}

/*------------------------------------------------------------
	comTable01
------------------------------------------------------------*/
.comTable01 {
	width: 100%;
	border-collapse: collapse;
}

.comTable01 {
	margin-bottom: 21px;
}

.comTable01 th,
.comTable01 td {
	padding: 16px 27px;
	text-align: center;
	color: #464646;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.comTable01 th {
	padding: 12px 16px 13px;
	color: #fff;
	font-weight: normal;
	background-color: #F5B100;
}

.comTable01 th:nth-child(n+2) {
	width: 9.5%;
}

.comTable01 td:first-child {
	text-align: left;
}

.comTable01 td .calc {
	color: #F5B100;
}
@media all and (max-width: 767px) {
	.comTable01 {
		margin-bottom: 9px;
		font-size: 13px;
	}

	.comTable01 th,
	.comTable01 td {
		padding: 10px 0 9px;
	}

	.comTable01 td:first-child {
		padding: 8px 12px;
	}

	.comTable01 th {
		padding: 4px 0 5px;
	}

	.comTable01 th:nth-child(n+2) {
		width: 9.1%;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto;
	text-align: center;
}

.comBtn a {
	padding: 14px 10px;
	display: inline-block;
	min-width: 320px;
	color: #F3AF00;
	text-align: center;
	background: #fff url(../img/common/arrow01.png) no-repeat right 15px center;
	border-radius: 22px;
	border: 2px solid #F3AF00;
	box-sizing: border-box;
	background-size: 14px auto;
}

.comBtn a:hover {
	color: #fff;
	background: #F3AF00 url(../img/common/arrow02.png) no-repeat right 15px center;
	background-size: 14px auto;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
}


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

	.comBtn a {
		min-width: 246px;
		padding: 12px 10px 12px;
		background-size: 11px auto;
		border: 1px solid #F3AF00;
		background-position: right 9px center;
	}

	.comBtn a:hover {
		color: #F3AF00;
		background: #fff url(../img/common/arrow01.png) no-repeat right 9px center;
		background-size: 11px auto;
	}

}

/*------------------------------------------------------------
	comlinkUl
------------------------------------------------------------*/

.comlinkUl {
	margin-bottom: 145px;
	padding: 56px 50px 57px;
	line-height: 2.1;
	background-color: #fff;
}

.comlinkUl li a {
	color: #F3AF00;
	font-weight: bold;
}

.comlinkUl li a:hover {
	text-decoration: underline;
}

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

	.comlinkUl {
		margin-bottom: 84px;
		padding: 1px 17px 0;
	}

	.comlinkUl li {
		border-bottom: 1px solid #eee;
	}

	.comlinkUl li a {
		padding: 18px 14px 17px 1em;
		text-indent: -1em;
		display: block;
		font-weight: 600;
		line-height: 1.625;
		background: url(../img/common/arrow01.png) no-repeat right center;
		background-size: 12px auto;
	}

	.comlinkUl li:last-child {
		border-bottom: none;
	}

	.comlinkUl li a:hover {
		text-decoration: none;
	}
}


/*------------------------------------------------------------
	comTextDl
------------------------------------------------------------*/
.comTextDl {
	padding-top: 24px;
	border-top: 1px solid #eee;
	line-height: 1.875;
}

.comTextDl dt {
	width: 127px;
	float: left;
}

.comTextDl dd {
	padding-left: 140px;
}

.comTextDl dt span {
	display: inline-block;
	vertical-align: middle;
}

.comTextDl dt .lTxt {
	max-width: 106px;
	float: left;
}

.comTextDl dt .rTxt {
	float: right;
	letter-spacing: -8px;
}

@media screen and (max-width: 767px) {
	.comTextDl {
		line-height: 1.625;
	}

}

/*------------------------------------------------------------
	comTextBox
------------------------------------------------------------*/
.comTextBox {
	margin-bottom: 31px;
	padding: 54px 50px 55px;
	background-color: #fff;
}

.comTextBox span {
	margin-top: 1px;
	display: block;
	font-weight: 500;
	color: #f5b100;
}

@media all and (max-width: 767px) {
	.comTextBox {
		margin-bottom: 22px;
		padding: 11px 17px 13px;
	}

	.comTextBox p {
		text-align: justify;
		letter-spacing: -0.2px;
	}

	.comTextBox span {
		margin-top: 27px;
	}

}

/*------------------------------------------------------------
	comTextUl
------------------------------------------------------------*/
.comTextUl li {
	margin-bottom: 29px;
}

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

.comTextUl li a {
	padding: 40px 60px 41px 47px;
	font-weight: bold;
	font-size: 20px;
	color: #f5b100;
	display: block;
	letter-spacing: 1.8px;
	border: 2px solid #f5b100;
	background: #fff url(../img/common/arrow01.png) no-repeat right 48px center;
	background-size: 15px auto;
}

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

@media all and (-ms-high-contrast:none){
	.comTextUl li a {
		padding: 44px 60px 37px 47px;
	}
}

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

	.comTextUl li {
		margin-bottom: 13px;
	}

	.comTextUl li a {
		padding: 19px 60px 19px 16px;
		font-size: 17px;
		border-width: 1px;
		letter-spacing: 0;
		background-size: 11px auto;
		background-position: right 15px center;
	}

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

}

/*------------------------------------------------------------
	comCaseBox
------------------------------------------------------------*/
.comCaseBox {
	margin-bottom: 101px;
}

.comCaseBox .innerBox {
	margin-bottom: 32px;
	padding: 41px 58px 86px;
	background: url(../img/common/icon05.png) no-repeat left 11px top 11px, url(../img/common/icon05.png) no-repeat right 11px top 11px, url(../img/common/icon05.png) no-repeat bottom 11px left 11px, url(../img/common/icon05.png) no-repeat right 11px bottom 11px;
}

.comCaseBox h3 {
	padding-bottom: 33px;
	margin-bottom: 64px;
	font-size: 20px;
	text-align: center;
	letter-spacing: 1.5px;
	border-bottom: 1px solid #eee;
}

.comCaseBox .whiteBox {
	background-color: #fff !important;
}

.comCaseBox .tableBox {
	margin: 0 66px;
}

.comCaseBox .tabBox ul {
	margin:  0 -10px;
	text-align: center;
	vertical-align: top;
}

.comCaseBox .tabBox li {
	margin: 0 10px;
	display: inline-block;
	width: 350px;
	text-align: center;
}

.comCaseBox .tabBox li a {
	padding: 20px 10px 19px;
	display: block;
	font-weight: bold;
	color: #969696;
	border-radius: 15px 15px 0 0;
	border: 1px solid #ebebeb;
	background-color: #ebebeb;
}

.comCaseBox .tabBox li a:hover,
.comCaseBox .tabBox li.on a {
	color: #fff;
	background-color: #f5b100;
	border-color: #f5b100;
	text-decoration: none;
}

.comCaseBox .tabBox .photo {
	padding: 51px 0 62px;
	background-color: #fff;
	text-align: center;
	border-top: 1px solid #eee;
}

.comCaseBox .tabBox .photo img {
	max-width: 642px;
	width: 100%;
}

@media all and (-ms-high-contrast:none){
	.comCaseBox .tabBox li a {
		padding: 22px 10px 17px;
	}
}

@media all and (max-width: 767px) {
	.comCaseBox {
		margin-bottom: 60px;
	}

	.comCaseBox .innerBox {
		margin-bottom: 34px;
		padding: 21px 17px 56px;
		background: url(../img/common/icon05.png) no-repeat left 7px top 7px, url(../img/common/icon05.png) no-repeat right 7px top 7px, url(../img/common/icon05.png) no-repeat bottom 7px left 7px, url(../img/common/icon05.png) no-repeat right 7px bottom 7px;
		background-size: 9px auto;
	}

	.comCaseBox h3 {
		padding-bottom: 28px;
		margin-bottom: 33px;
		font-size: 19px;
	}

	.comCaseBox .tableBox {
		margin: 0 6px;
	}

	.comCaseBox .tabBox ul {
		margin: 0 -1%;
	}

	.comCaseBox .tabBox li {
		margin: 0 1%;
		width: 30%;
	}

	.comCaseBox .tabBox li a {
		padding: 3px 5px 3px 5px;
		letter-spacing: 1px;
		border-radius: 8px 8px 0 0;
	}

	.comCaseBox .tabBox li a:hover {
		color: #969696;
		background-color: #ebebeb;
		border: 1px solid #ebebeb;
	}

	.comCaseBox .tabBox li.on a:hover {
		color: #fff;
		background-color: #f5b100;
		border-color: #f5b100;
	}

	.comCaseBox .tabBox .photo {
		padding: 29px 23px 31px;
		border: none;
	}


	.comCaseBox .tabBox .photo img {
		width: 100%;
	}

	.comCaseBox .tabBox .photo img {
		width: 100%;
	}

}

@media all and (max-width: 350px) {
	.comCaseBox .tabBox ul {
		margin: 0 -4px;
	}

	.comCaseBox h3 {
		margin: 0 -15px 28px;
	}
}

/*------------------------------------------------------------
	comTable03
------------------------------------------------------------*/
.comTable03 {
	width: 100%;
	color: #505050;
	line-height: 1.56;
	border: 1px solid #eee;
	border-collapse: collapse;
}

.comTable03 th,
.comTable03 td {
	padding: 5px 5px 6px 14px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #eee;
}

.comTable03 th {
	padding: 29px 10px 30px 16px;
	width: 17%;
	font-weight: normal;
	background-color: #F5F5F5;
}

.comTable03 td {
	width: 33%;
	letter-spacing: -0.5px;
}

.comTable03 span {
	color: #FF6187;
}

@media all and (max-width: 767px) {
	.comTable03.sp {
		display: table !important;
	}

	.comTable03 th, .comTable03 td {
		padding: 4px 2px 4px 14px;
		border: 1px solid #eee;
		line-height: 1.875;
	}

	.comTable03 th {
		padding: 13px 10px 12px 15px;
		width: 42%;
	}

	.comTable03 td {
		width: 58%;
		letter-spacing: -1px;
	}

	.comTable03 .wide td {
		padding: 10px 2px 11px 14px;
		letter-spacing: -0.8px;
	}

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

/*------------------------------------------------------------
	comTxtImg
------------------------------------------------------------*/
.comTxtImg {
	margin-top: 96px;
	text-align: center;
}

.comTxtImg img {
	max-width: 1500px;
	width: 100%;
}

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

	.comTxtImg {
		margin-top: 60px;
	}

	.comTxtImg img {
		width: 100%;
		max-width: 750px;
	}
}

.mBot #main {
	padding-bottom: 0;
}


/*------------------------------------------------------------
	comPhotoUl01
------------------------------------------------------------*/
.comPhotoUl01 li{
	display: flex;
	padding: 72px 0 74px;
	border-bottom: 1px solid #bcbcbc;
}

.comPhotoUl01 .photo{
	margin-right: 37px;
	flex: none;
}

.comPhotoUl01 .ttl01{
	font-size: 20px;
	font-weight: bold;
	color: #F3AF00;
	margin-bottom: 10px;
}

.comPhotoUl01 .txtBox02{
	background: #FFF4DA;

}

@media all and (max-width: 767px) {
.comPhotoUl01 li{
	display: block;
	padding: 31px 0 36px;
	border-bottom: 1px solid #bcbcbc;
}

	.comPhotoUl01 .photo{
		margin: 0 auto 20px;
		width: 48%;
	}
	.comPhotoUl01 .photo img{
		width: 100%;
		height:auto;
	}

	.comPhotoUl01 .ttl01{
		font-size: 19px;
		text-align: center;
		margin-bottom: 17px;
	}

	.comPhotoUl01 .txtBox02{
		background: #FFF4DA;

	}

}

/*------------------------------------------------------------
	comPhotoUl02
------------------------------------------------------------*/
.comPhotoUl02 li{
	background: #FFF4DA;
	margin-bottom: 104px;
	padding: 44px 50px;
	display: flex;
	align-items: center;
	position: relative;
}

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

.maifuku .comPhotoUl02 li:after{
	content: "";
	position: absolute;
	background: #FFCC99;
	width: 2px;
	height: 60px;
	bottom: -81px;
	left: 50%;
	margin-left: -1px;
}

.comPhotoUl02 li:last-child:after{
	content: none;
}


.comPhotoUl02 li .photo{
	margin-right: 50px;
	flex: none;
	text-align: center;
}

.comPhotoUl02 li .ttl span{
	color: #F5B100;
}

.comPhotoUl02 li .ttl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

@media all and (max-width: 767px) {
	.comPhotoUl02 li{
		margin-bottom: 27px;
		padding: 30px 20px;
		display: block;
	}

	.comPhotoUl02 li:after{
		content: none;
	}

	.comPhotoUl02 li .photo{
		margin: 0 auto 24px;
		width: 48%;
	}

	.comPhotoUl02 li .photo img{
		width: 100%;
		height:auto;
	}

	.comPhotoUl02 li .ttl {
		font-size: 19px;
		text-align: center;
		margin-bottom: 18px;
	}
}

/*------------------------------------------------------------
	comPhotoUl03
------------------------------------------------------------*/
.comPhotoUl03 li{
	background: #fff;
	height: 256px;
	display: table;
	align-items: center;
	position: relative;
	border-bottom: 1px solid #bcbcbc;
}

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

.comPhotoUl03 li .ttl span{
	color: #F5B100;
	font-weight: bold;
}

.comPhotoUl03 li .ttl {
	font-size: 18px;
	margin-bottom: 10px;
}

.comPhotoUl03 .photo{
	width: 180px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.comPhotoUl03 .txtBox{
	display: table-cell;
	padding-left: 33px;
	vertical-align: middle;
}

@media all and (max-width: 767px) {
	.comPhotoUl03 li{
		display: block;
		padding: 34px 0;
		height: auto;
	}

	.comPhotoUl03 li .photo{
		width: 45%;
		display: block;
		margin: 0 auto;
	}

	.comPhotoUl03 li .photo img{
		width: 100%;
		height:auto;
	}

	.comPhotoUl03 li .ttl {
		font-size: 19px;
		text-align: center;
		margin-bottom: 18px;
	}

	.comPhotoUl03 .txtBox{
		display: block;
		padding-left: 0;
	}
}

/*------------------------------------------------------------
	comCaseLink
------------------------------------------------------------*/

.comCaseLink {
	background: #F5F5F5;
	padding: 90px 0;
}

.comCaseLink .comBox{
	background: #fff;
	box-sizing: border-box;
	padding: 62px 71px 84px;
}

.comCaseLink ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.comCaseLink li a{
	background: #F5B100 url("../img/common/icon06.png") no-repeat right 20px center;
	border: 2px solid #FFE7C7;
	display: block;
	box-sizing: border-box;
	padding: 22px 0;
	width: 450px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-indent: -1em;
	border-radius: 33px;
}

.comCaseLink li:nth-child(3),
.comCaseLink li:nth-child(4){
	margin-top: 27px;
}

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

@media all and (max-width: 767px) {
	.comCaseLink {
		padding: 41px 20px ;
	}

	.comCaseLink .comBox{
		padding: 32px 22px 36px;
	}

	.comCaseLink ul{
		display: block;
	}

	.comCaseLink ul li{
		margin-bottom: 25px;
	}

	.comCaseLink li:nth-child(3),
	.comCaseLink li:nth-child(4){
		margin-top: 0;
	}

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

	.comCaseLink li a{
		background: #F5B100 url("../img/common/icon06.png") no-repeat right 11px center;
		background-size: 12px auto;
		padding: 14px 0;
		width: 100%;
		text-align: left;
		text-indent: 2.5em;
		font-size: 15px;
		font-weight: bold;
	}

}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/

.comLink a{
	background: #F5B100 url("../img/common/icon06.png") no-repeat right 20px center;
	border: 2px solid #FFE7C7;
	display: block;
	box-sizing: border-box;
	margin: 0 auto;;
	padding: 22px 0;
	width: 450px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-indent: -1em;
	border-radius: 33px;
}

.comLink a:hover{
	opacity: 0.7;
}

@media all and (max-width: 767px) {
	.comLink a{
		background: #F5B100 url("../img/common/icon06.png") no-repeat right 11px center;
		background-size: 12px auto;
		padding: 14px 0;
		width: 100%;
		text-indent: 0;
/*
		text-align: left;
		text-indent: 2.5em;
*/
		margin: 0 auto;
		font-size: 15px;
		font-weight: bold;
	}
}

/*------------------------------------------------------------
	comTxtUl
------------------------------------------------------------*/

.comTxtUl{
	width: 600px;
	margin: 0 auto;
	padding: 30px 0;
}

.comTxtUl li{
	float: left;
	text-indent: 3em;
	width: 50%;
}

.comTxtUl li:first-child,
.comTxtUl li:nth-child(2){
	margin-bottom: 25px;
}

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

	.comTxtUl{
		width: 100%;
		padding: 23px 0 12px 22px;
	}

	.comTxtUl li{
		float: none;
		text-indent: 0;
		width: 100%;
		font-weight: bold;
	}

	.comTxtUl li{
		margin-bottom: 20px !important;
	}
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.index #main {
	padding-bottom: 0;
}

.index #gHeader {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.index h1 {
	color: #fff;
}

.index .mainImg {
	margin-bottom: 102px;
}

.index .mainImg img {
	width: 100%;
	height:auto;
}

.index .newsUl {
	margin-bottom: 117px;
	border-bottom: 1px solid #bcbcbc;
}

.index .newsUl li {
	padding: 27px 0 32px;
	border-top: 1px solid #bcbcbc;
}

.index .newsUl li dl {
	color: #505050;
}

.index .newsUl li dl dt {
	margin-top: 3px;
	width: 130px;
	float: left;
	font-size: 14px;
	letter-spacing: 1.3px;
}

.index .newsUl li dl dd {
	padding-left: 137px;
}

.index .newsUl li dl dd span{
	font-weight: bold;
}

.index .newsUl li dl dd a:hover {
	text-decoration: underline;
}

.index .headLine01 {
	margin-bottom: 72px;
	font-size: 25px;
	letter-spacing: 1px;
}

.index .headLine01 span {
	padding-bottom: 4px;
}

.index .topTxt {
	margin-bottom: 57px;
	text-align: center;
}

.index .comBtn {
	margin-bottom: 130px;
}

.index .comBtn a {
	background-size: 14px auto;
}

.index .comBtn a:hover {
	background-size: 14px auto;
}

.index .photoUl {
	margin-bottom: 146px;
	background-color: #fff;
}

.index .photoUl li {
	padding: 29px 38px 20px;
	width: 33.33%;
	float: left;
	position: relative;
	box-sizing: border-box;
}

.index .photoUl li a {
	padding-bottom: 50px;
	display: block;
	background: url(../img/common/arrow01.png) no-repeat bottom 7px center;
	background-size: 20px auto;
}

.index .photoUl li a:hover {
	opacity: 0.7;
}

.index .photoUl li .photo {
	margin: 0 auto 23px;
	width: 180px;
	box-sizing: border-box;
	border-radius: 50%;
	overflow: hidden;
}

.index .photoUl li .ttl {
	margin-bottom: 19px;
	font-weight: bold;
	text-align: center;
}

.index .photoUl li p {
	line-height: 1.625;
}

.index .photoUl li:after {
	width: 1px;
	height: 79.6%;
	position: absolute;
	right: 0;
	top: 10.2%;
	background-color: #eee;
	content: '';
}

.index .photoUl li:last-child:after {
	display: none;
}

.index .photoList {
	margin: -25px 0 152px;
}

.index .photoList li a {
	padding: 37px 37px 64px;
	display: block;
	background: #fff url(../img/common/arrow01.png) no-repeat bottom 35px center;
	background-size: 20px auto;
}

.index .photoList li a:hover {
	opacity: 0.7;
}

.index .photoList li {
	margin: 25px 25px 0 0;
	width: 350px;
	float: left;
}

.index .photoList li:nth-child(3n) {
	margin-right: 0;
}

.index .photoList li .photo {
	margin: 0 auto 23px;
	width: 160px;
}

.index .photoList li p {
	line-height: 1.875;
}

.index .photoList li .ttl {
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
}

.index .h2Ttl01 {
	margin-bottom: 58px;
}

.index .h2Ttl02 {
	margin-bottom: 58px;
}

.index .whiteBox {
	padding: 96px 0 149px;
	background-color: #fff;
}

.index .whiteBox .headLine01 {
	margin-bottom: 49px;
}

.index .lBox {
	width: 538px;
	float: left;
}

.index .rBox {
	margin-top: 7px;
	width: 538px;
	float: right;
}

.index .lBox span {
	display: block;
	font-weight: bold;
}

.index .lBox p {
	margin-bottom: 12px;
}

.index .lBox .tel {
	margin-bottom: 48px;
}

.index .lBox .tel a {
	padding-left: 45px;
	display: inline-block;
	font-size : 26px;
	font-weight: bold;
	letter-spacing : 0.65px;
	color : #F4B000;
	background: url(../img/index/icon.png) no-repeat left center;
}

.index .comTextDl {
	padding: 0;
	border: none;
}

.index .lBox .ttl {
	margin-bottom: -2px;
}

.index .comTextDl dt .lTxt {
	display: inline-block;
	font-weight: normal;
}

.index .comTextDl dt .rTxt {
	font-weight: normal;
}

.index .comTable01 td {
	padding: 16px 15px 16px;
}

.tdSpace {
	height: 80px;
}

@media all and (max-width: 767px) {
	.tdSpace {
		height: 64px;
	}
}

.index .comTable01 td:first-child {
	padding-left: 22px;
}

.index .comTable01 {
	margin-bottom: 5px;
}

.index .rBox p {
	text-align: right;
}

.index .infoBox {
	margin-bottom: 60px;
}

.index .map iframe {
	height: 330px !important;
	width: 100% !important;
}

.index .whiteBox .linkUl li {
	width: 538px;
	float: left;
}

.index .whiteBox .linkUl li a {
	display: block;
}

.index .whiteBox .linkUl li:last-child {
	float: right;
}

.index .whiteBox .linkUl li a:hover {
	opacity: 0.7;
}

.index .whiteBox .map {
	margin-bottom: 61px;
}

@media all and (-ms-high-contrast:none){
	.index .lBox .tel a {
		background-position: left top 11px;
	}
}


@media screen and (max-width: 767px) {
	.index #gHeader {
		position: fixed;
	}

	.index #main {
		padding: 155px 0 0;
	}

	.index .mainImg {
		margin-bottom: 48px;
	}

	.index .headLine01 {
		margin-bottom: 57px;
	}

	.index .headLine01 span {
		font-size: 20px;
		line-height: 2.1;
		display: inline;
		letter-spacing: 3px;
	}

	.index .topTxt {
		margin-bottom: 45px;
		text-align: left;
		letter-spacing: -0.5px;
	}

	.index .comBtn {
		margin-bottom: 83px;
	}

	.index .photoUl li {
		padding: 0;
		width: 100%;
		float: none;
	}

	.index .photoUl li .photo {
		margin: 0 auto 17px;
		width: 90px;
	}

	.index .photoUl li .photo img {
		width: 100%;
		height:auto;
	}

	.index .photoUl li .ttl {
		margin-bottom: 17px;
	}

	.index .photoUl li a {
		padding: 22px 18px 44px;
		background-size: 11px auto;
		background-position: bottom 19px center;
	}

	.index .photoUl li::after {
		width: 90%;
		height: 1px;
		top: auto;
		left: 5%;
		bottom: 0;
	}

	.index .photoUl {
		margin-bottom: 80px;
	}

	.index .h2Ttl01 {
		margin-bottom: 25px;
	}

	.index .h2Ttl01 span {
		font-size: 22px;
	}

	.index .photoList {
		margin: 0 0 50px;
	}

	.index .photoList li {
		margin: 0 0 16px;
		width: auto;
		float: none;
	}

	.index .photoList li .photo {
		margin: 0 auto 16px;
	}

	.index .photoList li .photo img {
		width: 100%;
	}

	.index .photoList li a {
		padding: 22px 16px 76px;
	}

	.index .photoList li .ttl {
		margin-bottom: 18px;
	}

	.index .h2Ttl02 span {
		font-size: 23px;
	}

	.index .photoList li a {
		padding: 22px 16px 47px;
		background-size: 11px auto;
		background-position: bottom 21px center;
	}

	.index .photoList {
		margin-bottom: 67px;
	}

	.index .h2Ttl02 {
		margin-bottom: 21px;
	}

	.index .newsUl li dl dt {
		margin: 0 0 5px;
		width: auto;
		float: none;
	}

	.index .newsUl li dl dd {
		padding-left: 0;
	}

	.index .newsUl li {
		padding: 22px 0 24px;
	}

	.index .newsUl li dl dd a:hover {
		text-decoration: none;
	}

	.index .newsUl {
		margin-bottom: 67px;
	}

	.index .whiteBox .headLine01 span {
		font-size: 22px;
	}

	.index .whiteBox {
		padding: 58px 0 76px;
	}

	.index .whiteBox .headLine01 {
		margin-bottom: 21px;
	}

	.index .lBox p {
		margin-bottom: 26px;
		text-align: center;
	}

	.index .lBox {
		width: auto;
		float: none;
	}

	.index .rBox {
		width: auto;
		float: none;
	}

	.index .lBox p:first-child span {
		margin-bottom: 2px;
	}

	.index .lBox .ttl {
		margin-bottom: 8px;
		text-align: left;
	}

	.index .lBox .tel {
		max-width: 246px;
		margin: 0 auto 44px;
	}

	.index .lBox .tel a {
		color: #fff;
		display: block;
		background: none;
		font-size: 16px;
		font-weight: normal;
		background-color: #F3AF00;
	}

	.index .lBox .tel span {
		padding: 0 30px;
		display: inline-block;
		background: url(../img/common/icon01.png) no-repeat left center;
		background-size: 19px auto;
	}

	.index .comTextDl {
		margin-bottom: 47px;
	}

	.index .comTable01 td:first-child {
		padding-left: 10px;
	}

	.index .comTable01 td {
		padding: 12px 9px;
	}

	.index .comTable01 th {
		padding: 6px 0 5px;
		min-width: 32px;
	}

	.index .comTable01 th:nth-child(n+2) {
		width: 6.1%;
	}

	.index .rBox p {
		font-size: 12px;
		text-align: left;
		letter-spacing: -1px;
	}

	.index .whiteBox .map {
		margin: 0 -20px 23px;
	}

	.index .infoBox {
		margin-bottom: 41px;
	}

	.index .map iframe {
		height: 190px !important;
	}

	.index .whiteBox .linkUl li {
		margin-bottom: 13px;
		width: auto;
		float: none;
	}

	.index .whiteBox .linkUl li:last-child {
		margin-bottom: 0;
		float: none;
	}

	.index .whiteBox .linkUl li img {
		width: 100%;
		height:auto;
	}

}

/*------------------------------------------------------------
	access
------------------------------------------------------------*/
.access {
}

.access .tableBox {
	margin-bottom: 30px;
	padding: 54px 50px 52px;
	background-color: #fff;
}

.access h3 {
	margin-bottom: 60px;
	font-size: 25px;
	text-align: center;
	letter-spacing: 2.5px;
}


.access .mapBox {
	padding: 54px 50px 55px;
	background-color: #fff;
}

.access .map iframe {
	height: 330px !important;
	width: 100% !important;
}

.access .map {
	margin-bottom: 22px;
}

.access .mapBox p {
	margin-bottom: 22px;
}


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

	.access .tableBox {
		margin-bottom: 21px;
		padding: 29px 12px 28px;
	}

	.access .tableBox p {
		font-size: 13px;
	}

	.access h3 {
		margin-bottom: 29px;
		font-size: 18px;
	}

	.access .mapBox {
		padding: 29px 17px 28px;
	}

	.access .map iframe {
		height: 165px !important;
	}

	.access .map {
		margin-bottom: 18px;
	}

	.access .mapBox p {
		margin-bottom: 26px;
	}



}

/*------------------------------------------------------------
	concept
------------------------------------------------------------*/
.concept {
}

.concept h3 {
	margin-bottom: 47px;
	font-size : 20px;
	letter-spacing : 1px;
	text-align: center;
}

.concept h3 span {
	margin: 0 5px;
	font-size : 60px;
	line-height : 1;
	color : #F5B100;
	font-style: italic;
	vertical-align: -7px;
}

.concept .photoUl li {
	margin-bottom: 147px;
	padding: 40px 50px 38px;
	position: relative;
	background-color: #fff;
}

.concept .photoUl li .photo {
	margin-left: -90px;
	width: 180px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: -90px;
}

.concept .photoUl li .ttl {
	margin-bottom: 28px;
	color: #F3AF00;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.concept .photoUl li .ttl span {
	margin-bottom: 7px;
	font-size : 45px;
	display: block;
}

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

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

	.concept .comMainImg {
		margin-bottom: 40px;
	}

	.concept h3 {
		margin: 0 30px 24px;
		font-size: 19px;
	}

	.concept h3 span {
		font-size: 45px;
		line-height: 1.3;
	}

	.concept .photoUl li {
		margin-bottom: 82px;
		padding: 40px 17px 29px;
	}

	.concept .photoUl li .photo {
		margin-left: -45px;
		width: 90px;
		top: -41px;
	}

	.concept .photoUl li .photo img {
		width: 100%;
		height:auto;
	}

	.concept .photoUl li .ttl span {
		margin-bottom: 18px;
		font-size: 22.5px;
	}

	.concept .photoUl li .ttl {
		margin: -8px 0 28px;
		line-height: 1.4;
	}

	.concept .photoUl li p {
		letter-spacing: -0.5px;
		text-align: justify;
	}

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

}

/*------------------------------------------------------------
	doctor
------------------------------------------------------------*/
.doctor h3 {
	margin-bottom: 30px;
	padding-top: 2px;
	font-size : 28px;
	text-align: center;
	letter-spacing: 2px;
}

.doctor h3 span {
	margin-bottom: 2px;
	display: block;
	font-size: 20px;
}

.doctor .tableBox {
	margin-bottom: 26px;
	padding: 50px 50px 48px;
	position: relative;
	background-color: #fff;
}

.doctor .tableBox:after {
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/doctor/arrow.webp) no-repeat left top;
	content: '';
}

.doctor .textUl li {
	padding: 32px 50px 52px;
	position: relative;
	width: 100%;
	float: left;
	box-sizing: border-box;
	background-color: #fff;
}

.doctor .textUl li .ttl {
	margin-bottom: 29px;
	font-weight : bold;
	font-size : 18px;
	letter-spacing : 1.26px;
	color : #F3AF00;
}

.doctor .textUl li:last-child {
	float: right;
}

.doctor .textUl li:after {
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/doctor/arrow.png) no-repeat left top;
	content: '';
}

@media screen and (max-width: 767px) {
	.doctor h3 span {
		margin-bottom: 0;
		font-size: 17px;
	}

	.doctor h3 {
		font-size: 20px;
	}

	.doctor .comMainImg {
		margin-bottom: 39px;
	}

	.doctor .tableBox {
		padding: 15px 18px 16px;
	}

	.doctor .tableBox::after {
		background-size: 13px auto;
	}

	.doctor .textUl li {
		margin-bottom: 25px;
		padding: 24px 18px 18px;
		width: auto;
		float: none;
	}

	.doctor .textUl li:last-child {
		float: none;
	}

	.doctor .textUl li::after {
		background-size: 13px auto;
	}

	.doctor .textUl li .ttl {
		margin-bottom: 26px;
		text-align: center;
	}

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

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contact .telBox {
	margin-bottom: 30px;
	padding: 50px 50px 55px;
	text-align: center;
	background-color: #FFF;
}

.contact .telBox span {
	display: block;
	margin-bottom: 29px;
	font-weight : bold;
	font-size : 18px;
	color : #505050;
}

.contact .formBox {
	padding: 56px 50px;
	background-color: #FFF;
}

.contact .formBox p {
	margin-bottom: 70px;
}

.contact .formBox .must {
	color: #F3AF00;
}

.contact .formDl dt {
	margin-bottom: 10px;
}

.contact .formDl dd {
	color: #505050;
	margin-bottom: 35px;
}

.contact .formDl a {
	font-size: 14px;
	color: #F3AF00;
}

.contact .formDl dd a:hover {
	text-decoration: underline;
}

.contact .mailForm input[type="text"],
.contact .mailForm input[type="tel"],
.contact .mailForm input[type="email"] {
	padding: 0 5px;
	font-size: 16px;
	height: 33px;
	width: 348px;
	color: #969696;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #EBEBEB;
	box-sizing: border-box;
}

.contact .mailForm input[type="text"].wid01 {
	margin: 0 5px 15px;
	width: 114px;
}

.contact .mailForm input[type="text"].wid02 {
	width: 798px;
}

.contact .mailForm input[type="email"] {
	width: 598px;
}

.contact .mailForm .radioUl li {
	padding: 5px 50px 0 0;
	float: left;
}

.contact .mailForm textarea {
	width: 998px;
	height: 198px;
	padding: 5px;
	color: #969696;
	font-size: 16px;
	border: 1px solid #EBEBEB;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	resize: none;
}

.contact .errorMsg {
	margin-bottom: 50px;
	color: #F00;
}

.contact .confirm dt {
	margin-bottom: 19px;
	font-weight: bold;
}

.contact .submit {
	margin: 50px auto 0;
	width: 520px;
}

.contact .submit li {
	float: right;
}

.contact .submit li:last-child {
	float: left;
}

select::-ms-expand { display: none; }

.contact .submit input {
	padding: 12px;
	width: 250px;
	color: #F3AF00;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	background: #FFF url(../img/contact/arrow.png) no-repeat right 15px center;
	border: 2px solid #F3AF00;
	border-radius: 20px;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}

.contact .submit input:hover {
	color: #fff;
	background: #F3AF00 url(../img/common/arrow02.png) no-repeat right 15px center;
	background-size: 14px auto;
}

.contact .submit input.reset {
	color: #505050;
	background: #E6E6E6;
	border-color: #E6E6E6;
}

.contact .submit input.reset:hover {
	opacity: 0.7;
}

.contact .thanksBox {
	padding: 56px 30px 64px;
	background-color: #fff;
}

.contact .thanksBox p {
	margin-bottom: 39px;
	line-height: 2.1;
	text-align: center;
}

.contact .thanksBox p:last-child {
	margin-bottom: 0;
}

.contact .comBtn {
	margin-top: 73px;
}

@media screen and (max-width: 767px) {
	.contact .telBox {
		margin-bottom: 21px;
		padding: 30px 45px 33px;
	}

	.contact .telBox span {
		margin-bottom: 25px;
	}

	.contact .telBox a {
		padding: 18px 20px;
		display:  block;
		background-color: #F2AF00;
		border-radius: 23px;
	 }

	.contact .telBox a img {
		margin:  0 auto;
		width: 92px;
	}

	.contact .formBox {
		padding: 22px 17px;
	}

	.contact .formBox p {
		margin-bottom: 37px;
		letter-spacing: -1px;
	}

	.contact .formDl dt {
		margin-bottom: 2px;
	}

	.contact .formDl dd {
		margin-bottom: 22px;
	}

	.contact .formDl a {
		font-size: 14px;
	}

	.contact .formDl dd a:hover {
		text-decoration: none;
	}

	.contact .mailForm input[type="text"],
	.contact .mailForm input[type="tel"],
	.contact .mailForm input[type="email"] {
		font-size: 16px;
		height: 28px;
		width: 100%;
	}

	.contact .mailForm input[type="text"].wid02 {
		width: 100%;
	}

	.contact .mailForm input[type="email"] {
		width: 100%;
	}

	.contact .mailForm .radioUl li {
		padding: 5px 20px 0 0;
	}

	.contact .mailForm textarea {
		width: 100%;
		height: 125px;
		padding: 5px;
	}

	.contact .submit {
		margin-top: 0;
		width: auto;
	}

	.contact .submit li {
		margin: 0 0 10px;
		float: none !important;
		text-align: center;
	}

	.contact .submit input {
		padding: 11px;
		width: 244px;
		border-width: 1px;
		background-position: right 10px center;
		background-size: 10px auto;
		border-radius: 20px;
	}

	.contact .submit li:first-child input:hover {
		color: #F3AF00;
		background: #fff url(../img/common/arrow01.png) no-repeat right 10px center;
		background-size: 10px auto;
	}

	.contact .thanksBox {
		padding: 20px 14px 34px;
	}

	.contact .thanksBox p {
		margin-bottom: 26px;
		line-height: 1.625;
	}

	.contact .thanksBox p:last-child {
		margin-bottom: 0;
	}

	.contact .thanksBox .comBtn {
		margin-top: 31px;
	}

	.contact .mailForm input[type="text"].wid01 {
		width: 135px;
	}
}

/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
.recruit .tableBox {
	margin-bottom: 29px;
	padding: 54px 50px 50px;
	background-color: #fff;
}

.recruit .tableBox h3 {
	margin-bottom: 60px;
	font-size: 25px;
	letter-spacing: 2px;
	text-align: center;
}

.recruit .tableBox .comTable {
	margin-bottom: 52px;
}

.recruit .tableBox .comTable th {
	width: 15%;
	font-weight: bold;
}

.recruit .tableBox .comTable td li {
	padding-left: 1em;
	text-indent: -1em;
}

.recruit .tableBox p {
	margin-bottom: 47px;
	letter-spacing: -0.5px;
}

.recruit .tableBox .textUl {
	margin-bottom: 35px;
}

.recruit .tableBox .textUl li {
	padding-left: 1em;
	line-height: 2.18;
	text-indent: -1em;
}

.recruit .tableBox01 h3 {
	margin-bottom: 52px;
}

.recruit .tableBox .txt {
	margin-bottom: 0;
}

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

	.recruit .tableBox {
		margin-bottom: 21px;
		padding: 30px 17px 30px;
	}


	.recruit .tableBox h3 {
		margin-bottom: 30px;
		font-size: 17px;
	}

	.recruit .tableBox td a {
		color: #f5b100;
		font-weight: 500;
	}

	.recruit .tableBox .comTable {
		margin-bottom: 30px;
	}

	.recruit .tableBox .textUl li {
		line-height: 1.625;
	}

	.recruit .tableBox01 h3 {
		margin-bottom: 25px;
	}

	.recruit .tableBox .textUl {
		margin-bottom: 25px;
	}

	.recruit .tableBox01 p {
		margin-bottom: 38px;
	}


}


/*------------------------------------------------------------
	device
------------------------------------------------------------*/
.device {
}

.device .comMainImg {
	margin-bottom: 95px;
}

.device .topBox {
	margin-bottom: 28px;
	padding: 56px 50px 57px;
	background-color: #fff;
}

.device .comlinkUl {
	margin: 0;
	padding: 0;
}

.device .topBox p {
	margin-bottom: 37px;
}

.device .photoUl {
}

.device .photoUl li {
	margin-bottom: 26px;
	padding: 66px 50px;
	width: 100%;
	display: table;
	background-color: #fff;
	box-sizing: border-box;
}

.device .photoUl li .text,
.device .photoUl li .photo {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}

.device .photoUl li .photo {
	width: 300px;
}

.device .photoUl li .photo img {
	width: 100%;
}

.device .photoUl li .text {
	padding-left: 54px;
}

.device .photoUl li .ttl {
	margin-bottom: 27px;
	color : #F3AF00;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.device .comMainImg {
		margin-bottom: 25px;
	}

	.device .topBox {
		margin-bottom: 40px;
		padding: 19px 17px 14px;
	}

	.device .comlinkUl {
		border-top: 1px solid #eee;
	}

	.device .topBox p {
		margin-bottom: 28px;
		text-align: justify;
		letter-spacing: -0.3px;
	}

	.device .photoUl li {
		margin-bottom: 23px;
		padding: 25px 17px;
		display: block;
	}

	.device .photoUl li .photo {
		margin: 0 auto 37px;
		width: 150px;
	}

	.device .photoUl li .photo img {
		width: 100%;
		height:auto;
	}

	.device .photoUl li .text, .device .photoUl li .photo {
		display: block;
	}

	.device .photoUl li .text {
		padding: 0;
	}

	.device .photoUl li .ttl {
		margin-bottom: 29px;
		text-align: center;
	}

	.device .photoUl li p {
		text-align: justify;
	}

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

}


/*------------------------------------------------------------
	merit
------------------------------------------------------------*/
.merit {
}

.merit .comMainImg {
	margin-bottom: 95px;
}

.merit .content {
	padding: 54px 50px 72px;
	background-color: #fff;
	box-sizing: border-box;
}

.merit .topTxt {
	margin-bottom: 59px;
}

.merit .photoUl {
	border-top: 1px solid #bcbcbc;
}

.merit .photoUl li {
	padding: 55px 0;
	display: table;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #bcbcbc;
}

.merit .photoUl li .photoBox,
.merit .photoUl li .textBox {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.merit .photoUl li .photoBox {
	width: 180px;
	border-radius: 50%;
	overflow: hidden;
}

.merit .photoUl li .textBox {
	padding-left: 40px;
}

.merit .photoUl li p {
	margin-bottom: 30px;
}

.merit .photoUl li p:last-child {
	margin-bottom: 0;
}

.merit .photoUl li .textBox .ttl {
	margin-bottom: 24px;
	color: #f3af00;
	font-size: 18px;
	font-weight: bold;
}

.merit .photoUl li .textBox .ttl .note {
	min-width: 112px;
	margin-right: 13px;
	padding: 4px 0 4px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	vertical-align: 3px;
	background-color: #f3af00;
	border-radius: 10px;
	line-height: 1.3;
}
@media all and (-ms-high-contrast:none){
	.merit .photoUl li .textBox .ttl .note {
		padding: 6px 0 2px;
	}
}


@media screen and (max-width: 767px) {
	.merit .comMainImg {
		margin-bottom: 26px;
	}

	.merit .content {
		padding: 20px 17px 0;
		margin: 0 20px;
	}

	.merit .topTxt {
		margin-bottom: 24px;
	}

	.merit .photoUl li {
		padding: 27px 0 31px;
		display: block;
	}

	.merit .photoUl li .photoBox, .merit .photoUl li .textBox {
		display: block;
	}

	.merit .photoUl li .photoBox {
		display: none;
	}

	.merit .photoUl li .textBox .ttl .note {
		margin: 0 0 14px;
		font-size: 13px;
		padding: 4px 0 5px;
	}

	.merit .photoUl li .textBox {
		padding: 0;
	}

	.merit .photoUl li p {
		margin-bottom: 25px;
	}


	.merit .photoUl li .textBox .ttl {
		margin-bottom: 20px;
		text-align: center;
	}

	.merit .photoUl li .textBox .img  {
		margin: 0 auto 16px;
		width: 90px;
		border-radius: 50%;
		overflow: hidden;
	}

	.merit .photoUl li .textBox .img img {
		width: 100%;
		height:auto;
	}

	.merit .photoUl li:last-child {
		border-bottom: none;
	}

}


/*------------------------------------------------------------
	price
------------------------------------------------------------*/
.price .tableBox {
	margin-bottom: 32px;
	padding: 54px 50px 52px;
	background-color: #fff;
}

.price .tableBox .topTxt {
	margin-bottom: 63px;
}

.price .tableBox .comTable th {
	width: 78%;
}

.price .tableBox .comTable td {
	text-align: right;
}

.price .tableBox .comTable {
	margin-bottom: 21px;
}

.price .tableBox .textUl li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 2.18;
}

.price .tableBox .textUl li span {
	color: #f3af00;
}

.price .textBox {
	padding: 56px 50px 55px;
	background-color: #fff;
}

.price .textBox p {
	margin-bottom: 35px;
}

.price .textBox .ttl {
	margin-bottom: 16px;
	color: #f3af00;
	font-weight : bold;
	font-size : 18px;
}

.price .textBox p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.price .tableBox {
		margin-bottom: 24px;
		padding: 19px 16px 23px;
	}

	.price .tableBox .comTable {
		margin-bottom: 29px;
	}

	.price .tableBox .topTxt {
		margin-bottom: 38px;
		text-align: justify;
		letter-spacing: -0.5px;
	}

	.price .comTable th,
	.price .comTable td {
		float: none;
		width: auto !important;
	}

	.price .comTable td {
		padding-left: 5px;
	}

	.price .tableBox .comTable th {
		width: 63% !important;
	}

	.price .tableBox .textUl li {
		line-height: 1.625;
	}

	.price .textBox {
		padding: 35px 16px 23px;
	}

	.price .textBox p {
		margin-bottom: 26px;
		text-align: justify;
		letter-spacing: -0.2px;
	}

	.price .textBox .ttl {
		margin-bottom: 34px;
		text-align: center;
	}
}

/*------------------------------------------------------------
	faq
------------------------------------------------------------*/
.faq .comlinkUl {
	margin-bottom: 30px;
}

.faq .textUl li {
	margin-bottom: 30px;
	padding: 65px 50px 56px;
	background-color: #fff;
}

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

.faq .textUl li .question {
	margin-bottom: 38px;
	color : #F3AF00;
	font-size: 18px;
	font-weight: bold;
}

.faq .textUl li .question span {
	margin-right: 14px;
	vertical-align: -1px;
	display: inline-block;
}

.faq .textUl li .answer {
	margin-bottom: 7px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.faq .comlinkUl {
		margin-bottom: 23px;
	}

	.faq .textUl li {
		margin-bottom: 24px;
		padding: 26px 17px 25px;
	}


	.faq .textUl li .question {
		margin-bottom: 28px;
		font-size: 18px;
		text-align: center;
		line-height: 1.45;
	}

	.faq .textUl li .question span {
		margin: 0 0 20px;
		vertical-align: auto;
		display: block;
		text-align: center;
	}

	.faq .textUl li .answer {
		margin-bottom: 9px;
		padding-left: 1em;
		text-indent: -1.1em;
	}

	.faq .textUl li p {
		text-align: justify;
		letter-spacing: -0.3px;
	}

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

}

/*------------------------------------------------------------
	sitemap
------------------------------------------------------------*/
.sitemap .content {
	padding: 54px 50px 43px;
	background-color: #fff;
	box-sizing: border-box;
}

.sitemap .content .ttl {
	margin-bottom: 16px;
	padding-bottom: 12px;
	font-size : 18px;
	font-weight : bold;
	border-bottom: 1px solid #bcbcbc;
}

.sitemap .content .linkUl {
	margin-bottom: 67px;
}

.sitemap .content .linkUl li {
	margin-bottom: 5px;
	line-height: 2.185;
}

.sitemap .content .linkUl li a {
	padding-left: 13px;
	color: #f5b100;
	font-weight: 600;
	display: inline-block;
	background: url(../img/sitemap/icon01.webp) no-repeat left center;
}

.sitemap .content .linkUl > li {
	float: left;
	width: 33.33%;
}

.sitemap .content .linkUl li a:hover {
	text-decoration: underline;
}

.sitemap .content .ttl01 {
	margin-bottom: 28px;
}

.sitemap .content .linkUl01 > li {
	width: 100%;
	float: none;
}

.sitemap .content .innerUl li {
	float: left;
	width: 33.33%;
}

.sitemap .content .innerUl li:first-child a {
	background-image: url(../img/sitemap/icon02.webp);
}

.sitemap .content .innerUl {
	margin-bottom: -5px;
}

.sitemap .content .linkUl01 {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.sitemap .content {
		margin: 0 20px;
		padding: 27px 18px 0 20px;
	}

	.sitemap .content .ttl {
		margin-bottom: 0;
		padding-bottom: 18px;
		font-size: 17px;
		text-align: center;
	}

	.sitemap .content .linkUl > li {
		margin-bottom: 0;
		width: auto;
		float: none;
	}

	.sitemap .content .linkUl li a {
		padding: 15px 30px 15px 11px;
		display: block;
	}

	.sitemap .content .linkUl li a:hover {
		text-decoration: none;
	}

	.sitemap .content .linkUl li {
		margin-bottom: 0;
		border-bottom: 1px solid #bcbcbc;
		background: url(../img/common/arrow01.png) no-repeat right center;
		background-size: 11px auto;
	}

	.sitemap .content .linkUl {
		margin-bottom: 53px;
	}

	.sitemap .content .innerUl li {
		float: none;
		width: auto;
	}

	.sitemap .content .innerUl li:first-child a {
		padding-left: 12px;
		background: url(../img/sitemap/icon01.webp) no-repeat left center;
		background-size: 4px auto;
	}

	.sitemap .content .innerUl li a {
		padding-left: 20px;
		background: url(../img/sitemap/icon03.webp) no-repeat left 5px top 25px;
		background-size: 9px auto;
	}

	.sitemap .content .linkUl01 > li {
		border: none;
		background: none;
	}

	.sitemap .content .innerUl {
		margin-bottom: 0;
	}

	.sitemap .content .linkUl01 {
		margin-bottom: 0;
	}

	.sitemap .innerUl01 li:last-child {
		border: none;
	}
}

/*------------------------------------------------------------
	flow
------------------------------------------------------------*/
.flow .comMainImg {
	margin-bottom: 95px;
}

.flow .topTxt {
	margin-bottom: 84px;
	padding: 54px 50px;
	background-color: #fff;
}

.flow  .textUl li {
	margin-bottom: 122px;
	padding: 66px 50px 47px;
	position: relative;
	background-color: #fff;
}

.flow  .textUl li .ttl {
	padding-bottom: 31px;
	margin: 0 0 32px;
	font-weight : bold;
	font-size : 18px;
	letter-spacing : 1.26px;
	color : #F3AF00;
	text-align: center;
	border-bottom: 1px solid #bcbcbc;
}

.flow  .textUl li .num {
	padding: 8px 5px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: -30px;
	display: block;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #f3af00;
}

.flow  .textUl li .txt {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
}

.flow  .textUl li:after {
	position: absolute;
	margin-left: -10px;
	width: 20px;
	height: 73px;
	left: 50%;
	top: 100%;
	background: url(../img/flow/icon.webp) no-repeat left top;
	content: '';
}

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

.flow  .textUl li:last-child:after {
	display: none;
}

@media screen and (max-width: 767px) {
	.flow .comMainImg {
		margin-bottom: 25px;
	}

	.flow .topTxt {
		margin-bottom: 60px;
		padding: 20px 17px 24px;
	}

	.flow .textUl li .num {
		margin-left: -20px;
		width: 40px;
		height: 40px;
		font-size: 14px;
		top: -20px;
	}

	.flow .textUl li p {
		text-align: justify;
		letter-spacing: -0.3px;
	}

	.flow .textUl li {
		margin-bottom: 89px;
		padding: 44px 17px 29px;
	}

	.flow .textUl li .ttl {
		margin: 0 0 20px;
		padding-bottom: 20px;
	}

	.flow .textUl li .txt {
		font-size: 17px;
	}

	.flow .textUl li:after {
		margin-left: -9px;
		width: 18px;
		height: 52px;
		background: url(../img/flow/sp_icon.webp) no-repeat left top;
		background-size: 18px auto;
	}
}


/*------------------------------------------------------------
	souseiChange
------------------------------------------------------------*/

.souseiChange .comMainImg {
	margin-bottom: 104px;
}

@media screen and (max-width: 767px) {
	.souseiChange .comMainImg {
		margin-bottom: 25px;
	}
}


/*------------------------------------------------------------
	zentotsuChild
------------------------------------------------------------*/
.zentotsuChild .comCaseBox01 .photo {
	padding-bottom: 88px;
}

@media screen and (max-width: 767px) {
	.zentotsuChild .comCaseBox01 .photo {
		padding-bottom: 32px;
	}
}

/*------------------------------------------------------------
	kougouChild
------------------------------------------------------------*/

.kougouChild .comMainImg {
	margin-bottom: 104px;
}

@media screen and (max-width: 767px) {
	.kougouChild .comMainImg {
		margin-bottom: 25px;
	}
}

/*------------------------------------------------------------
	henniChild
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.henniChild .comCaseBox .tabBox li a {
		padding: 3px 0;
		letter-spacing: -0.5px;
	}
}


@media screen and (max-width: 365px) {
	.henniChild .comCaseBox .tabBox li a {
		font-size: 14px;
	}
}


/** add 200205 **/

/*------------------------------------------------------------
	maifuku
------------------------------------------------------------*/
.maifuku #main{
	padding-bottom: 0;
}

.maifuku .comMainImg{
	margin-bottom: 0;
}

.maifuku .sec01{
	background:#fff;
}

.maifuku .sec01 .comTextBox{
	margin-bottom: 56px;
}

.maifuku .sec02{
	padding-bottom: 102px;
}

.maifuku .sec02 h4{
	font-size: 20px;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #bcbcbc;
}

.maifuku .sec02 .txtBox01 > .wpTxt{
	margin-bottom: 24px;
}

.maifuku .sec02 .txtBox02{
	padding: 24px;
}

.maifuku .sec02 .ttl02{
	padding-bottom: 12px;
	border-bottom: 1px solid #bcbcbc;
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: bold;
}

.maifuku .sec02 .comPhotoUl01{
	margin-bottom: 24px;
}

.maifuku .sec02 .comTextBox > .wpTxt{
	text-align: center;
}

.maifuku .sec02 .comTextBox{
	padding-bottom: 102px;
}

.maifuku .sec03{
	background: #fff;
	padding: 70px 0 205px;
}

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

	.maifuku .sec01 {
		padding-top: 40px;
	}

	.maifuku .sec01 .comTextBox{
		margin-bottom: 47px;
		padding-bottom: 32px;
	}
	.maifuku .sec01 .comBox{
		padding: 0;
	}

	.maifuku .sec02{
		padding-bottom: 41px;
	}

	.maifuku .sec02 h4{
		padding: 25px 0 16px;
		font-size: 19px;
		border-bottom: none;
	}

	.maifuku .sec02 .txtBox01 > .wpTxt{
		margin-bottom: 27px;
	}

	.maifuku .sec02 .txtBox02{
		padding: 20px;
	}

	.maifuku .sec02 .ttl02{
		padding-bottom: 13px;
		border-bottom: 1px solid #bcbcbc;
		margin-bottom: 18px;
		font-size: 19px;
		text-align: center;
	}

	.maifuku .sec02 .comPhotoUl01{
		margin-bottom: 30px;
	}

	.maifuku .sec02 .comTextBox{
		padding-bottom: 35px;
	}

	.maifuku .sec03{
		padding: 46px 0 97px;
	}

	.maifuku .sec03 .comBox{
		padding: 0
	}
}

/*------------------------------------------------------------
	kougou
------------------------------------------------------------*/
.kougou #main{
	padding-bottom: 0;
}

.kougou .comMainImg{
	margin-bottom: 0;
}

.kougou .sec01{
	background:#fff;
}

.kougou .sec01 .comTextBox{
	margin-bottom: 56px;
}

.kougou .sec02{
	padding-bottom: 88px;
}

.kougou .sec02 .comTextBox{
	padding: 40px 60px 83px;
}

.kougou .sec02 .comTextBox:last-of-type{
	margin-bottom: 0;
}

.kougou .sec02 h4{
	font-size: 20px;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #bcbcbc;
}

.kougou .sec02 .comLink{
	border-top: 1px solid #bcbcbc;
	padding-top: 40px;
}

.kougou .sec03{
	background: #fff;
	padding: 70px 0 205px;
}

.kougou .sec03 .comPhotoUl02 li{
	margin-bottom: 34px;
}

.kougou .sec03 .comBox > .wpTxt{
	text-align: center;
}

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

	.kougou .sec01{
		padding-top: 40px;
	}

	.kougou .sec01 .comBox{
		padding: 0;
	}

	.kougou .sec01 .comTextBox{
		margin-bottom: 47px;
		padding-bottom: 32px;
	}

	.kougou .sec02{
		padding-bottom: 44px;
	}

	.kougou .sec02 h4{
		padding: 25px 0 16px;
		font-size: 19px;
	}

	.kougou .sec02 .comTextBox{
		padding: 0px 20px 35px;
	}

	.kougou .sec02 .comLink{
		padding-top: 37px;
	}

	.kougou .sec03{
		padding: 40px 0 97px;
	}

	.kougou .sec03 .comBox{
		padding: 0
	}

	.kougou .sec03 .comPhotoUl02 li{
		margin-bottom: 27px;
	}

	.kougou .sec03 .comBox > .wpTxt{
		padding: 0 20px;
	}

}

/*------------------------------------------------------------
	kaikou
------------------------------------------------------------*/
.kaikou #main{
	padding-bottom: 0;
}

.kaikou .comMainImg{
	margin-bottom: 0;
}

.kaikou .sec01{
	background:#fff;
}

.kaikou .sec01 .comTextBox{
	margin-bottom: 56px;
}

.kaikou .sec02{
	padding-bottom: 88px;
}

.kaikou .sec02 .comTextBox{
	padding: 40px 60px 83px;
}

.kaikou .sec02 .comTextBox:last-of-type{
	margin-bottom: 0;
}

.kaikou .sec02 h4{
	font-size: 20px;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #bcbcbc;
}

.kaikou .sec02 .comPhotoUl03 li{
	height: 290px;
}

.kaikou .sec02 .comLink{
	border-top: 1px solid #bcbcbc;
	padding-top: 40px;
}

.kaikou .sec03{
	background: #fff;
	padding: 70px 0 205px;
}

.kaikou .sec03 .comPhotoUl02 li{
	margin-bottom: 34px;
}

.kaikou .sec03 .comBox > .wpTxt{
	text-align: center;
	padding: 0;
}

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

	.kaikou .sec01{
		padding-top: 40px;
	}
	.kaikou .sec01 .comBox{
		padding: 0;
	}

	.kaikou .sec01 .comTextBox{
		margin-bottom: 47px;
		padding-bottom: 32px;
	}

	.kaikou .sec02{
		padding-bottom: 44px;
	}

	.kaikou .sec02 h4{
		padding: 25px 0 16px;
		font-size: 19px;
	}

	.kaikou .sec02 .comTextBox{
		padding: 0px 20px 35px;
	}

	.kaikou .sec02 .comPhotoUl03 li{
		height: auto;
	}

	.kaikou .sec02 .comLink{
		padding-top: 37px;
	}

	.kaikou .sec03{
		padding: 40px 0 97px;
	}

	.kaikou .sec03 .comBox{
		padding: 0
	}

	.kaikou .sec03 .comPhotoUl02 li{
		margin-bottom: 27px;
	}

	.kaikou .sec03 .comBox > .wpTxt{
		padding: 0 20px;
	}
}

/*------------------------------------------------------------
	henni
------------------------------------------------------------*/
.henni #main{
	padding-bottom: 0;
}

.henni .comMainImg{
	margin-bottom: 0;
}

.henni .sec01{
	background:#fff;
}
.henni .sec01 .comTextBox{
	margin-bottom: 56px;
}

.henni .sec02{
	padding-bottom: 88px;
}

.henni .sec02 .comTextBox{
	padding: 40px 60px 83px;
}

.henni .sec02 .comTextBox:last-of-type{
	margin-bottom: 0;
}

.henni .sec02 h4{
	font-size: 20px;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #bcbcbc;
}

.henni .sec02 .comPhotoUl03 li{
	height: auto;
	padding: 45px 0;
}

.henni .sec02 .comPhotoUl03 .txtBox{
	vertical-align: top;
}

.henni .sec02 .comLink{
	border-top: 1px solid #bcbcbc;
	padding-top: 40px;
}

.henni .sec03{
	background: #fff;
	padding: 70px 0 205px;
}

.henni .sec03 .comPhotoUl02 li{
	margin-bottom: 34px;
}
.henni .sec03 .comPhotoUl02 li .photo{
	width: 300px;
}
.henni .sec03 .comBox > .wpTxt{
	text-align: center;
}

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

	.henni .sec01{
		padding-top: 40px;
	}

	.henni .sec01 .comBox{
		padding: 0;
	}

	.henni .sec01 .comTextBox{
		margin-bottom: 47px;
		padding-bottom: 32px;
	}

	.henni .sec02{
		padding-bottom: 44px;
	}

	.henni .sec02 h4{
		padding: 25px 0 16px;
		font-size: 19px;
	}

	.henni .sec02 .comTextBox{
		padding: 0px 20px 35px;
	}

	.henni .sec02 .comPhotoUl03 li{
		height: auto;
		padding: 28px 0 18px;
	}

	.henni .sec02 .comLink{
		padding-top: 37px;
	}

	.henni .sec03{
		padding: 40px 0 97px;
	}

	.henni .sec03 .comBox{
		padding: 0
	}

	.henni .sec03 .comPhotoUl02 li {
		margin-bottom: 27px;
	}

	.henni .sec03 .comPhotoUl02 li .photo{
		width: 47%;
	}

	.henni .sec03 .comPhotoUl02 li .photo img{
		width: 100%;
	}

	.henni .sec03 .comBox > .wpTxt{
		padding: 0 20px;
	}
}

/*------------------------------------------------------------
	zentotsu
------------------------------------------------------------*/
.zentotsu #main{
	padding-bottom: 0;
}

.zentotsu .comMainImg{
	margin-bottom: 0;
}

.zentotsu .sec01{
	background:#fff;
}

.zentotsu .sec01 .comTextBox{
	margin-bottom: 56px;
}

.zentotsu .sec02{
	padding-bottom: 88px;
}

.zentotsu .sec02 .comTextBox{
	padding: 40px 60px 83px;
}

.zentotsu .sec02 .comTextBox:last-of-type{
	margin-bottom: 0;
}

.zentotsu .sec02 h4{
	font-size: 20px;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #bcbcbc;
}

.zentotsu .sec02 .comPhotoUl03 li{
	height: 290px;
}

.zentotsu .sec02 .comTxtUl li:nth-child(4){
	margin-bottom: 25px;
}

.zentotsu .sec02 .comLink{
	border-top: 1px solid #bcbcbc;
	padding-top: 40px;
}

.zentotsu .sec03{
	background: #fff;
	padding: 70px 0 205px;
}

.zentotsu .sec03 .comPhotoUl02 li{
	margin-bottom: 34px;
}

.zentotsu .sec03 .comBox > .wpTxt{
	text-align: center;
}

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

	.zentotsu .sec01{
		padding-top: 40px;
	}

	.zentotsu .sec01 .comBox{
		padding: 0;
	}

	.zentotsu .sec01 .comTextBox{
		margin-bottom: 47px;
		padding-bottom: 32px;
	}

	.zentotsu .sec02{
		padding-bottom: 44px;
	}

	.zentotsu .sec02 h4{
		padding: 25px 0 16px;
		font-size: 19px;
	}

	.zentotsu .sec02 .comTextBox{
		padding: 0px 20px 35px;
	}

	.zentotsu .sec02 .comPhotoUl03 li{
		height: auto;
	}

	.zentotsu .sec02 .comLink{
		padding-top: 37px;
	}

	.zentotsu .sec03{
		padding: 40px 0 97px;
	}

	.zentotsu .sec03 .comBox{
		padding: 0
	}

	.zentotsu .sec03 .comPhotoUl02 li{
		margin-bottom: 27px;
	}

	.zentotsu .sec03 .comBox > .wpTxt{
		padding: 0 20px;
	}
}

/*------------------------------------------------------------
	sousei
------------------------------------------------------------*/
.sousei #main{
	padding-bottom: 0;
}

.sousei .comMainImg{
	margin-bottom: 0;
}

.sousei .sec01{
	background:#fff;
}

.sousei .sec01 .comTextBox{
	margin-bottom: 56px;
}

.sousei .sec02{
	padding-bottom: 80px;
}

.sousei .sec02 .comBox > .wpTxt{
	margin-bottom: 54px;
}

.sousei .sec02 ul{
	position: relative;
	background:#fff;
	padding: 57px 105px 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sousei .sec02 ul:before{
	position: absolute;
	content: "";
	background: url("../img/case-sousei/icon02.png");
	height: 24px;
	width: 25px;
	left: 0;
	top: 0;
}

.sousei .sec02 li{
	width: 243px;
	margin-bottom: 43px;
	border-bottom: 1px solid #bcbcbc;
}

.sousei .sec02 li .photo{
	text-align: center;
	margin-bottom: 20px;
}

.sousei .sec02 li .wpTxt{
	display: flex;
	align-items: center;
	letter-spacing: -1px;
	font-weight: bold;
	padding-bottom: 8px;
}

.sousei .sec02 li .wpTxt img{
	margin-right: 14px;
}

.sousei .sec03{
	background: #fff;
	padding: 60px 0 ;
}

.sousei .sec03 .comPhotoUl03{
	border-top: 1px solid #bcbcbc;
	margin-bottom: 55px;
}

.sousei .sec04 {
	padding: 70px 0 205px;
}

.sousei .sec04 .comPhotoUl02 li{
	margin-bottom: 34px;
	background: #fff;
}

.sousei .sec04 .comBox > .wpTxt{
	text-align: center;
}

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

	.sousei .sec01{
		padding-top: 40px;
	}

	.sousei .sec01 .comBox{
		padding: 0;
	}

	.sousei .sec01 .comTextBox{
		margin-bottom: 47px;
		padding-bottom: 32px;
	}

	.sousei .sec02{
		padding-bottom: 46px;
	}

	.sousei .sec02 .comBox > .wpTxt{
		margin-bottom: 30px;
	}

	.sousei .sec02 ul{
		padding: 38px 0 10px;
		display: block;
	}

	.sousei .sec02 ul:before{
		background: url("../img/case-sousei/icon02.png");
		background-size: 17px 17px;
		height: 17px;
		width: 17px;
	}

	.sousei .sec02 li{
		width: 225px;
		margin: 0 auto 38px;
	}

	.sousei .sec02 li .photo{
		margin-bottom: 16px;
	}

	.sousei .sec02 li .wpTxt{
		font-size: 15px;
		font-weight: bold;
		padding-bottom: 12px;
	}

	.sousei .sec02 li .wpTxt img{
		margin-right: 10px;
	}

	.sousei .sec03{
		padding: 68px 0 56px;
	}

	.sousei .sec03 .comPhotoUl03 .photo{
		margin-bottom: 20px;
	}

	.sousei .sec04{
		padding: 40px 0 97px;
	}

	.sousei .sec04 .comPhotoUl02 li{
		margin-bottom: 28px;
	}

	.sousei .sec04 .comBox > .wpTxt{
	}
}

/** end 200205 **/

/*症例ページのリスク、副作用  201105 add*/

.riskUl li{
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.8;
}
.riskUl li::before{
    content: "・"
}
.riskUl .comment::before{
    content: "※"
}
@media screen and (max-width: 767px) {
}





.btn-tatami { height:auto; }
.btn-tatami small { display:block; padding:10px; font-size:80%; }
.btn-tatami-on { height:240px !important; overflow-y:hidden; position:relative; cursor:pointer; }
.btn-tatami-on:before { content:"▼"; position:absolute; bottom:0; left:50%; font-size:16px; font-weight:bold; color:#000; z-index:2; }
.btn-tatami-on:after { content:""; position:absolute; bottom:0; left:0; width:100%; height:80px; background:linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); z-index:1; }



