@charset "utf-8";




/*=============================

common

=============================*/

.page-fv {
    height: 360px;
	background: url("../img/pages/page_fv.jpg") no-repeat center;
    background-size: cover;
}

.pt0 {
	padding-top: 0 !important;
}

.color-main {
	font-weight: 500;
	color: var(--main-color) !important;
}
.color-red {
	font-weight: 500;
	color: #af4949 !important;
}
.color-imp {
	font-weight: 500;
	color: #1e40af !important;
}


/* パン屑ナビ */
#bread-nav {
    font-size: 12px;
    margin-top: 60px;
	padding: 0 20px;
}
#bread-nav li {
    display:inline-block;
	margin-left: 10px;
}
#bread-nav li:before {
    content: '>';
	margin-right: 10px;
}
#bread-nav li:first-child {
    margin-left:0;
}
#bread-nav li:first-child:before {
    display: none;
}
#bread-nav li a {
    color: var(--main-color);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/**/
.page-intro {
    margin-bottom: 150px;
}
.page-intro .cmn-subtitle {
    margin-bottom: 40px;
}
.page-box {
	padding: 70px 0;
	position: relative;
}
.page-box.-bg:after {
	content: '';
	width: 200vw;
	height: 100%;
	background: var(--bg-color);
	position: absolute;
	left: -50vw;
	top:0;
	z-index: -1;
}

/* slide */
.page-slick-slide {
    margin: 0 0 100px;
}
.page-slick-slide .slick-slide {
    margin-left: 20px;
    width: 300px;
}

@media (max-width: 815px) {


	.page-fv {
		height: 200px;
	}

	.page-box {
		padding: 40px 0;
	}
	.page-slick-slide .slick-slide {
		margin-left: 20px;
		width: 200px;
	}
}




/* ----------------

about

----------------- */
.about-intro {
    margin-bottom: 50px;
	padding: 70px;
	position: relative;
}
.about-intro:after {
	content: '';
	display: block;
	width: 200vw;
	height: 100%;
	background: url("../img/pages/about_main.jpg") no-repeat center;
	background-size: cover;
	position: absolute;
	left: -50vw;
	top:0;
	z-index: -1;
}
.about-intro-text {
    width: 50%;
}
.about-intro-text h3 {
    color: var(--main-color);
	font-size: 32px;
    font-weight: 500;
    font-family: var(--font-mincho);
    letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 40px;
}

.about-feature__list >li {
    display: flex;
    margin-bottom: 50px;
}
.about-feature__list >li .num {
    color: var(--main-color);
    font-size: 50px;
    font-weight: 500;
    font-family: var(--font-mincho);
    width: 70px;
    line-height: 1;
    margin-top: -10px;
}
.about-feature__list >li .text {
    width: calc(100% - 80px);
}
.about-feature__list >li .text h4 {
    color: var(--main-color);
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-mincho);
    margin-bottom: 20px;
}

.about-facility__list >li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.about-facility__list >li .img {
    width: 50%;
}
.about-facility__list >li .info {
    width: 45%;
}
.about-facility__list >li .info h4 {
    color: var(--main-color);
    font-size: 32px;
    font-weight: 500;
    font-family: var(--font-mincho);
    margin-bottom: 30px;
	position: relative;
}
.about-facility__list >li .info h4:after {
	content: '';
	display:block;
	width: 40px;
	height: 2px;
	background: var(--main-color);
	position: absolute;
	bottom: -10px;
}

#about-equipment:after {
	content: '';
	background: var(--bg-color);
	display: block;
	width: 200vw;
	height: 100%;
	position: absolute;
	left: -50vw;
	top:0;
	z-index: -1;
}
.about-equipment__list >li {
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-direction: row-reverse;
    margin-bottom: 40px;
	background: #fff;
	padding: 30px;
	border-radius:  5px;
}
.about-equipment__list >li .img {
    width: 40%;
}
.about-equipment__list >li .info {
    width: 55%;
}
.about-equipment__list >li .info h4 {
    color: var(--main-color);
    font-size: 32px;
    font-weight: 500;
    font-family: var(--font-mincho);
    margin-bottom: 30px;
	position: relative;
}
.about-equipment__list >li .info h4:after {
	content: '';
	display:block;
	width: 40px;
	height: 2px;
	background: var(--main-color);
	position: absolute;
	bottom: -10px;
}

@media (max-width: 815px) {

	.about-intro {
		padding: 20px 0;
	}
	.about-intro:after {
		background-position: center right 40%;
		opacity: 0.5;
	}
	.about-intro-text {
		width: 100%;
	}
	.about-intro-text h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.about-feature__list >li .num {
		font-size: 30px;
		width: 50px;
		margin-top: -3px;
	}
	.about-feature__list >li .text {
		width: calc(100% - 50px);
	}
	.about-feature__list >li .text h4 {
		font-size: 18px;
	}

	.about-facility__list >li {
		display: block;
	}
	.about-facility__list >li .img {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.about-facility__list >li .info {
		width: 100%;
	}
	.about-facility__list >li .info h4 {
		font-size: 24px;
	}

	.about-equipment__list >li {
		display: block;
		padding: 20px;
	}
	.about-equipment__list >li .img {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.about-equipment__list >li .info {
		width: 100%;
	}
	.about-equipment__list >li .info h4 {
		font-size: 24px;
	}

}


/* ----------------

first-time

----------------- */
.first-time-info {
    display: flex;
    flex-wrap: wrap;
}
.f-t-i-card {
    width: 49%;
    background: var(--bg-color);
    padding: 30px 20px;
    margin: 0 0 2% 2%;
    border-radius: 10px;
}
.f-t-i-card:nth-of-type(2n+1) {
    margin-left: 0;
}
.f-t-i-card h3 {
    color: var(--main-color);
    font-size: 30px;
    font-weight: 500;
    font-family: var(--font-mincho);
    margin-bottom: 50px;
	position: relative;
	text-align: center;
}
.f-t-i-card h3:after {
	content: '';
	display:block;
	width: 40px;
	height: 2px;
	background: var(--main-color);
	position: absolute;
	bottom: -16px;
	left: calc(50% - 20px);
}
.f-t-i-card h4 {
	line-height: 2;
	margin-bottom: 30px;
	text-align: center;
}
.f-t-i-card h4 span {
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-mincho);
	border-bottom: solid 1px;
}
.f-t-i-card h5 {
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-mincho);
	text-align: center;
	margin-bottom:20px;
}
.f-t-i-card h6 {
    font-size: 22px;
    font-weight: 500;
    font-family: var(--font-mincho);
	text-align: center;
	margin-bottom:20px;
}
.f-t-i-card .address {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.f-t-i-card .access-in {
    display: flex;
    align-items: center;
}
.f-t-i-card .access-in .title {
    font-size: 14px;
    border: solid 1px;
    width: 85px;
    padding: 0 5px;
}
.f-t-i-card .access-in ul li {
    font-size: 15px;
}

.f-t-i-card .img {
    text-align: center;
    margin-bottom: 20px;
}

.f-t-i-card .btn {
    text-align: center;
}
.f-t-i-card .btn a {
    color: #fff;
    display: block;
    font-size: 24px;
    border: solid 1px;
    border-radius: 10000px;
    line-height: 1;
    padding: 15px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.f-t-i-card .btn a:after {
    content: '';
    width: 14px;
    height: 14px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    top: calc(50% - 7px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.f-t-i-card .box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}

.f-t-i-card .tel {
	text-align: center;
}
.f-t-i-card .tel a {
	color: #fff;
	font-size: 38px;
    font-weight: 500;
	letter-spacing: 0.1em;
}
.f-t-i-card .tel a span {
	font-size: 115%;
	margin-left: 10px;
}
.f-t-i-card .web {
	margin-top: 10px;
}
.f-t-i-card .web a {
	color: var(--main-color);
	font-size: 24px;
    letter-spacing: 0.1em;
	display: flex;
	align-items: center;
	padding:10px 20px;
	background: #fff;
	border-radius: 10px;
}
.f-t-i-card .web a i {
	display: inline-block;
    width: 35px;
    height: 37px;
	background: url("../img/icon/reserve_grn.png") no-repeat center;
	background-size: contain;
    margin-right: 20px;
}
.f-t-i-card .web a .t1 {
	font-weight: 500;
}
.f-t-i-card .web a .t2 {
	line-height: 1;
	padding: 3px 10px;
	border:solid 1px;
	margin-left: 20px;
}
.f-t-i-card .web a .arrow {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: var(--main-color);
    border-radius: 1000px;
    position: relative;
    margin-left: auto;
}
.f-t-i-card .web a .arrow:after {
    content: '';
    color: #fff;
    width: 10px;
    height: 10px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    position: absolute;
    left: 9px;
    top: 11px;
}
.f-t-i-card .open {
    font-size: 14px;
	margin-top: 20px;
}
.f-t-i-card .open table {
    width: 100%;
    border-collapse: collapse;
}
.f-t-i-card .open table th {
	font-weight: normal;
	padding: 10px;
	border-right: solid 1px #bfbfbf;
}
.f-t-i-card .open table td {
	text-align: center;
	padding: 10px;
	border-right: solid 1px #bfbfbf;
}

.f-t-i-card.green {
	color: #fff;
	background: var(--main-color);
}
.f-t-i-card.green h3 {
	color: #fff;
}
.f-t-i-card.green h3:after {
	background: #fff;
}

.flow__list >li {
    display: flex;
    justify-content: space-between;
	padding-bottom: 40px;
	position: relative;
}
.flow__list >li:not(:last-child):after {
	content: '';
	width: 1px;
	height:100%;
	background: var(--main-color);
	position: absolute;
	left: 46px;
	top:0;
	z-index: -1;
}
.flow__list >li .num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    color: var(--main-color);
    font-size: 50px;
    font-family: var(--font-mincho);
	background: #fff;
    border: solid 1px;
    border-radius: 1000px;
    margin-top: -30px;
}
.flow__list >li .info {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 110px);
}
.flow__list >li .info .info-text {
    width: 65%;
}
.flow__list >li .info .info-text h4 {
    color: var(--main-color);
    font-size: 24px;
    font-family: var(--font-mincho);
    font-weight: 500;
    margin-bottom: 20px;
}
.flow__list >li .info .info-img {
    width: 32%;
}
.flow__list >li .info .info-img.-bg {
	padding :20px;
	background: #fff;
}

@media (max-width: 815px) {

	.first-time-info {
		display: block;
	}
	.f-t-i-card {
		width: 100%;
		margin: 0 0 10px;
	}
	.f-t-i-card h3 {
		font-size: 24px;
		margin-bottom: 40px;
	}
	.f-t-i-card h4 {
		margin-bottom: 20px;
		text-align: left;
	}
	.f-t-i-card h4 span {
		font-size: 18px;
	}
	.f-t-i-card h5 {
		font-size: 18px;
	}
	.f-t-i-card .tel a {
		font-size: 24px;
	}
	.f-t-i-card .web a {
		font-size: 13px;
	}
	.f-t-i-card .web a i {
		width: 20px;
		height: 21px;
		margin-right: 15px;
	}
	.f-t-i-card .web a .t2 {
		margin-left: 10px;
	}
	.f-t-i-card .web a .arrow {
		width: 24px;
		height: 24px;
	}
	.f-t-i-card .web a .arrow:after {
		width: 8px;
		height: 8px;
		left: 5px;
		top: 8px;
	}
	.f-t-i-card .open {
		font-size: 10px;
	}
	.f-t-i-card .address {
		font-size: 14px;
	}
	.f-t-i-card .access-in {
		display: block;
	}
	.f-t-i-card .access-in .title {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.f-t-i-card .btn a {
		font-size: 14px;
	}
	.f-t-i-card .btn a:after {
		width: 10px;
		height: 10px;
		top: calc(50% - 5px);
	}

	.flow__list >li:not(:last-child):after {
		left: 24px;
	}
	.flow__list >li .num {
		width: 50px;
		height: 50px;
		font-size: 30px;
		margin-top: -12px;
	}
	.flow__list >li .info {
		display: block;
		width: calc(100% - 65px);
	}
	.flow__list >li .info .info-text {
		width: 100%;
	}
	.flow__list >li .info .info-text h4 {
		font-size: 18px;
	}
	.flow__list >li .info .info-img {
		width: 100%;
		margin-top: 30px;
	}


}


/* ----------------

doctor

----------------- */
.doctor-main {
	height: 500px;
	margin-bottom: 70px;
	position: relative;
}
.doctor-main:after {
	content: '';
	display: block;
	width: 200vw;
	height: 100%;
	background: url("../img/pages/_old/doctor_main.jpg") no-repeat center;
	background-size: cover;
	position: absolute;
	left: -50vw;
	top:0;
	z-index: -1;
}
.doctor-intro .msg {
	line-height: 2;
	margin-bottom: 20px;
}
.doctor-info {
    text-align: right;
    margin-top: 50px;
}
.doctor-info .position {
	font-size: 14px;
}
.doctor-info h3 {
	font-size: 22px;
	font-weight: 500;
    font-family: var(--font-mincho);
	margin-bottom: 10px;
}

@media (max-width: 815px) {



}



/* ----------------

treatment

----------------- */
.treatment-nav {
	padding: 70px 0;
	position: relative;
}
.treatment-nav:after {
	content: '';
	width: 200vw;
	height: 100%;
	background: var(--bg-color);
	position: absolute;
	left: -50vw;
	top:0;
	z-index: -1;
}
.treatment-nav h3 {
    color: var(--main-color);
	font-size: 36px;
    font-weight: 500;
    font-family: var(--font-mincho);
    margin-bottom: 60px;
	text-align: center;
}
.treatment-nav__list {
    display: flex;
    flex-wrap: wrap;
}
.treatment-nav__list >li {
    width: 30%;
    padding-top: 30%;
    position: relative;
    margin: 0 0 5% 5%;
}
.treatment-nav__list >li:nth-child(3n+1) {
    margin-left: 0;
}
.treatment-nav__list >li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0;
    background: #fff;
    border-radius: 20px;
    border: solid 1px transparent;
    box-shadow: 0 0 7px 1px #ccc;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}
.treatment-nav__list >li a:hover {
	border: solid 1px var(--main-color);
}
.treatment-nav-in {
    width: 100%;
}
.treatment-nav__list >li .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 140px;
	margin-bottom: 10px;
}
.treatment-nav__list >li p {
	font-size: 22px;
    color: var(--main-color);
    font-family: var(--font-mincho);
	line-height: 1.4;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 3em;
}


/* 共通パーツ */
.treatment-parts-imgtext {
	
}
.treatment-parts-imgtext-flex {
	display:flex;
	justify-content: space-between;
    margin-top: 70px;
}
.treatment-parts-imgtext-flex .text {
	width: 48%;
}
.treatment-parts-imgtext-flex .text h4 {
    color: var(--main-color);
    font-size: 30px;
    font-weight: 500;
    font-family: var(--font-mincho);
    margin-bottom: 50px;
	position: relative;
}
.treatment-parts-imgtext-flex .text h4:after {
	content: '';
	display:block;
	width: 40px;
	height: 2px;
	background: var(--main-color);
	position: absolute;
	bottom: -16px;
}
.treatment-parts-imgtext-flex .img {
	width: 48%;
}
.treatment-parts-imgtext-flex.-re {
	flex-direction: row-reverse;
}

/* list ver */
.treatment-parts-imgtext__list >li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.treatment-parts-imgtext__list >li .img {
    width: 40%;
}
.treatment-parts-imgtext__list >li .text {
    width: 55%;
}
.treatment-parts-imgtext__list >li .text .title {
    color: var(--main-color);
    font-size: 30px;
    font-family: var(--font-mincho);
    margin-bottom: 30px;
    padding-left: 20px;
    border-left: solid 5px;
}
.treatment-parts-imgtext__list >li .text .title h5 {
    font-size: 70%;
    margin-top: 10px;
}

.treatment-parts-imgtext__list.-has-dm >li {
	display: block;
}
.treatment-parts-imgtext__list-in {
    display: flex;
    justify-content: space-between;
}

.treatment-subbox {
    background: #fff;
    padding: 50px;
}
.treatment-subbox.-bg {
	background: var(--bg-color);
}
.treatment-subbox h4 {
    color: var(--main-color);
    font-size: 30px;
    font-family: var(--font-mincho);
    margin-bottom: 30px;
	padding-bottom: 10px;
    border-bottom: solid 1px;
}

.treatment-subbox__list >li {
    margin-bottom: 30px;
}
.treatment-subbox__list >li h5 {
    font-size: 25px;
    color: var(--main-color);
    font-family: var(--font-mincho);
    margin-bottom: 10px;
	padding-left: 15px;
	border-left: solid 3px;
}


/* list */
.treatment-info__list >li {
    margin-top: 60px;
}
.treatment-info__list >li h4 {
    color: var(--main-color);
    font-size: 30px;
    font-weight: 500;
    font-family: var(--font-mincho);
    margin-bottom: 50px;
	position: relative;
	text-align: center;
}
.treatment-info__list >li h4:after {
	content: '';
	display:block;
	width: 40px;
	height: 2px;
	background: var(--main-color);
	position: absolute;
	bottom: -16px;
	left: calc(50% - 20px);
}

.treatment-info-sub {
    margin-top: 70px;
}
.treatment-info-sub h5 {
    color: var(--main-color);
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-mincho);
    text-align: center;
    margin-bottom: 30px;
}
.treatment-info-sub h5:before,
.treatment-info-sub h5:after {
    content: '';
    display: inline-block;
    width: 150px;
    height: 2px;
    background: var(--main-color);
    vertical-align: 7px;
}
.treatment-info-sub h5:before {
    margin-right: 10px;
}
.treatment-info-sub h5:after {
    margin-left: 10px;
}
.treatment-info-sub__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.treatment-info-sub__list >li {
    width: 49%;
	padding: 30px;
	margin: 0 0 50px 2%;
	background: #fff;
	border-radius: 5px;
}
.treatment-info-sub__list >li:nth-child(2n+1) {
    margin-left: 0;
}
.treatment-info-sub__list >li h6 {
    color: var(--main-color);
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-mincho);
    margin-bottom: 40px;
	text-align: center;
	position:  relative;
}
.treatment-info-sub__list >li h6:after {
	content: '';
	display:block;
	width: 40px;
	height: 2px;
	background: var(--main-color);
	position: absolute;
	bottom: -16px;
	left: calc(50% - 20px);
}

.treatment-merit__list {
    display: flex;
    flex-wrap: wrap;
}
.treatment-merit__list >li {
    width: 49%;
	padding: 30px;
	margin: 0 0 2% 2%;
	background: #fff;
	border-radius: 5px;
}
.treatment-merit__list >li:nth-child(2n+1) {
    margin-left: 0;
}
.treatment-merit__list.border >li {
	border: solid 1px #ccc;
}
.treatment-merit__list >li h4 {
    color: var(--main-color);
    font-size: 30px;
    font-weight: 500;
    font-family: var(--font-mincho);
    margin-bottom: 20px;
	text-align: center;
}


.implant-merit__list.list-2 >li {
    width: 48%;
    margin: 0 0 4% 4%;
}
.implant-merit__list.list-2 >li:nth-child(3n+1) {
    margin: 0 0 4% 4%;
}
.implant-merit__list.list-2 >li:nth-child(2n+1) {
    margin-left: 0;
}


.treatment-img__list {
    display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.treatment-img__list >li {
    width: 48%;
	margin: 0 0 4% 4%;
	text-align: center;
}
.treatment-img__list >li:nth-child(2n+1) {
    margin-left: 0;
}

.treatment-merit-num {
    margin-bottom: 70px;
}
.treatment-merit-num-title {
    line-height: 1;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}
.treatment-merit-num-title span {
    display: inline-block;
    color: var(--main-color);
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-mincho);
    background: #fff;
    padding: 0 10px;
	position: relative;
	z-index: 1;
}
.treatment-merit-num-title:after {
    content: '';
    background: var(--main-color);
    width: 90%;
    height: 2px;
    position: absolute;
    top: 53%;
    left: 5%;
}
.treatment-merit-num__list >li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.treatment-merit-num__list >li:last-child {
	margin-bottom: 0;
}
.treatment-merit-num__list >li .num {
    color: var(--main-color);
    font-size: 40px;
    font-family: var(--font-mincho);
    line-height: 1;
    width: 55px;
	margin-top: 5px;
}
.treatment-merit-num__list >li .info {
    width: calc(100% - 55px);
}
.treatment-merit-num__list >li .info h5 {
    font-size: 24px;
    font-family: var(--font-mincho);
    color: var(--main-color);
    margin: 10px 0;
}

.treatment-merit-num.-bg {
	padding: 50px 0;
	background: #f5f5f5;
}
.treatment-merit-num.-bg .treatment-merit-num-title span {
	background: #f5f5f5;
}


/**/
.treatment-recommend {
    padding: 30px;
    background: #fff;
    margin: 30px 0;
    border-radius: 10px;
}
.treatment-recommend h4 {
    font-size: 24px;
    font-family: var(--font-mincho);
	font-weight: 500;
    color: var(--main-color);
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: solid 1px;
}
.treatment-recommend__list {
	display: flex;
	flex-wrap:wrap;
}
.treatment-recommend__list >li {
	width: 48%;
	padding-left: 30px;
	position: relative;
	margin: 0 0 10px 4%;
}
.treatment-recommend__list >li:nth-child(2n+1) {
	margin-left: 0;
}
.treatment-recommend__list >li i {
    width: 16px;
    height: 16px;
    border: solid 1px;
    position: absolute;
    left: 0;
    top: 5px;
}
.treatment-recommend__list >li i:before {
    content: '';
    color: var(--sub-color1);
    width: 8px;
    height: 16px;
    border-right: solid 3px;
    border-bottom: solid 3px;
    transform: rotate(45deg);
    position: absolute;
    left: 3px;
    top: -7px;
}

/**/
.treatment-caution {
    padding: 30px;
    background: #fff;
    margin: 30px 0;
    border-radius: 10px;
}
.treatment-caution h4 {
    font-size: 20px;
    font-family: var(--font-mincho);
	font-weight: 500;
    color: var(--main-color);
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: solid 1px;
}
.treatment-caution__list >li {
	padding-left: 20px;
	position: relative;
	margin: 0 0 10px;
}
.treatment-caution__list >li .num{
    position: absolute;
    left: 0;
}
.treatment-caution.-bg {
	background: var(--bg-color);
}

/* qa */
.qa__list >li {
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.qa-item-title {
    cursor: pointer;
    font-size: 24px;
    font-family: var(--font-mincho);
    color: var(--main-color);
    position: relative;
    padding-left: 45px;
    background: #fff;
    padding: 10px 40px 10px 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.qa-item-title:after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px;
	border-right: solid 2px;
	transform: rotate(135deg);
    position: absolute;
	right: 20px;
	top: calc(50% - 5px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.qa-item-ans {
	font-size: 18px;
    position: relative;
    padding-left: 50px;
    max-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.qa__list >li span {
    font-size: 30px;
    font-family: var(--font-mincho);
    font-weight: 400;
    position: absolute;
    left: 10px;
}
.qa-item-title span {
    top: 5px;
}
.qa-item-ans span {
    color: var(--sub-color1);
    top: -17px;
}

.qa__list >li.active {
    background: #fff;
    padding-bottom: 20px;
    border-radius: 10px;
}
.qa__list >li.active .qa-item-title {
	color: #fff;
    background: var(--main-color);
}
.qa__list >li.active .qa-item-title:after {
	transform: rotate(-45deg);
}
.qa__list >li.active .qa-item-ans {
    max-height: 10000px;
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
}



/* bnr */
.treatment-site-bnr {
    margin-bottom: 100px;
}
.treatment-site-bnr a {
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    background: var(--main-color);
}
.treatment-site-bnr a .img {
    width: 50%;
}
.treatment-site-bnr a .img img {
    width: 100%;
}

.treatment-site-bnr a .info {
    width: 50%;
    padding: 3%;
}
.treatment-site-bnr a .info .t1 {
    font-size: 28px;
    font-family: var(--font-mincho);
    line-height: 1.2;
}
.treatment-site-bnr a .info .t2 {
    font-size: 40px;
    font-family: var(--font-mincho);
    line-height: 1.2;
    margin-top: 10px;
}
.treatment-site-bnr a .info .btn {
    display: inline-block;
    font-size: 15px;
    padding: 10px;
	width: 100%;
    max-width: 260px;
    text-align: center;
    margin-top: 30px;
    border: solid 1px;
    border-radius: 1000px;
}
.treatment-site-bnr a .info .btn:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    margin-left: 10px;
    vertical-align: 1px;
}

/* root-canal-treatment */
.root-canal-treatment-bnr a {
	background: #073d48;
}
/* implant  */
.implant-bnr a {
	background: #1a6351;
}
/* periodontal-disease  */
.periodontal-disease-bnr a {
	background: #4b7b2f;
}
/* preventive-dentistry */
.preventive-dentistry-bnr {
	background: #8ca500;
}


/* implant */
.implant-achievements__list {
    margin-top: 30px;
}
.implant-achievements__list >li {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    background: var(--bg-color);
    padding: 5px 5px 5px 50px;
	position: relative;
}
.implant-achievements__list >li:before {
    content: '';
    color: var(--main-color);
    width: 8px;
    height: 16px;
    border-right: solid 3px;
    border-bottom: solid 3px;
    transform: rotate(45deg);
    position: absolute;
    left: 20px;
    top: calc(50% - 10px);
}
.implant-achievements__list.white >li {
	background: #fff;
}
.implant-achievements__list.center >li {
	text-align: center;
	padding: 5px;
}
.implant-achievements__list.center >li:before {
	display: none;
}
.implant-achievements__list.inline >li {
	display: inline-block;
	padding: 5px 50px;
}


.implant-achievements-icon__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.implant-achievements-icon__list >li {
    width: 48%;
    text-align: center;
    padding: 15px;
    border: solid 1px var(--main-color);
    border-radius: 5px;
    margin: 4% 0 0 4%;
}
.implant-achievements-icon__list >li:nth-child(2n+1) {
    margin-left: 0;
}
.implant-achievements-icon__list >li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}
.implant-achievements-icon__list >li .icon img {
    max-height: 50px;
	width: auto;
}
.implant-achievements-icon__list >li h5 {
    font-size: 20px;
    font-weight: 500;
    color: var(--main-color);
}
.implant-achievements-icon__list >li p {
    line-height: 1;
    font-size: 14px;
    margin-top: 10px;
}

.implant-merit__list {
    display: flex;
    flex-wrap: wrap;
}
.implant-merit__list >li {
    width: 32%;
    padding: 15px;
    border: solid 1px var(--main-color);
    border-radius: 5px;
    margin: 0 0 2% 2%;
}
.implant-merit__list >li:nth-child(3n+1) {
    margin-left: 0;
}
.implant-merit__list >li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
	margin-bottom: 10px;
}
.implant-merit__list >li .icon img {
    max-height: 50px;
	width: auto;
}
.implant-merit__list >li h4 {
    font-size: 18px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    background: var(--main-color);
    color: #fff;
}
.implant-merit__list >li h5 {
    font-size: 24px;
    font-weight: 500;
    color: var(--main-color);
	text-align: center;
}
.implant-merit__list >li p {
    line-height: 1.6;
	min-height: 5em;
    font-size: 14px;
    margin-top: 15px;
}
.implant-merit__list >li p.price  {
	min-height: auto;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
.implant-merit__list >li p.desc  {
	min-height: auto;
	font-size: 16px;
	text-align: center;
}

.implant-guide {
    display: flex;
    flex-wrap: wrap;
}
.implant-guide-box {
    width: 32%;
    margin-left: 2%;
    padding: 15px;
    border: solid 1px var(--main-color);
    border-radius: 5px;
}
.implant-guide-box:first-of-type {
    margin-left: 0;
}
.implant-guide-box h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}
.implant-guide__list >li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
}
.implant-guide__list >li:before {
    content: '';
    color: var(--main-color);
    width: 6px;
    height: 15px;
    border-right: solid 3px;
    border-bottom: solid 3px;
    transform: rotate(45deg);
    position: absolute;
    left: 7px;
    top: 2px;
}


.icon-imp {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 10px;
}
.icon-imp.denture {
    background-image: url("../img/icon/treatment_denture.png");
}
.icon-imp.bridge {
    background-image: url("../img/icon/treatment_periodontal-disease.png");
}
.icon-imp.imp {
    background-image: url("../img/icon/treatment_implant.png");
}



.implant-nav__list {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
}
.implant-nav__list >li {
    width: 48%;
    margin: 0 0 20px 4%;
}
.implant-nav__list >li:nth-child(2n+1) {
    margin-left: 0;
}
.implant-nav__list >li a {
    display: block;
    font-size: 18px;
    color: var(--main-color);
    border: solid 1px;
    border-radius: 5px;
    padding: 15px 30px 15px 15px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
}
.implant-nav__list >li a:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    margin-left: 15px;
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}
.implant-nav__list >li a:hover {
	color: #fff;
	background: var(--main-color);
}


.implant-step__list {
    display: flex;
    justify-content: space-between;
}
.implant-step__list >li {
    width: 23%;
    text-align: center;
    padding: 20px;
    border: solid 1px var(--main-color);
	border-radius: 5px;
	position: relative;
}
.implant-step__list >li:not(:last-child):after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent var(--main-color);
    border-width: 20px 0px 20px 20px;
    position: absolute;
    right: -25px;
    top: calc(50% - 20px);
}
.implant-step__list >li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin-bottom: 10px;
}
.implant-step__list >li .icon img {
    max-height: 50px;
	width: auto;
}
.implant-step__list >li h5 {
    font-size: 20px;
    font-weight: 500;
    color: var(--main-color);
}
.implant-step__list >li p {
    line-height: 1;
    font-size: 14px;
    margin-top: 10px;
}

/**/
.implant-assignment {
	color: #B91C1C;
    margin-top: 30px;
    padding: 20px;
    border: solid 1px #ccc;
    border-radius: 10px;
    background: #fff;
}
.implant-assignment h5 {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--font-mincho);
	margin-bottom: 20px;
	padding-bottom: 5px;
    border-bottom: solid 1px;
}
.implant-assignment__list >li {
	margin-bottom: 5px;
	padding-left: 30px;
	position: relative;
}
.implant-assignment__list >li:before {
    content: '!';
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #B91C1C;
    text-align: center;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 1px;
}

.implant-comparison-data {
	margin-top: 50px;
}
.implant-comparison-data .ic-data-title {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--font-mincho);
	margin-bottom: 20px;
}
.implant-comparison-data table {
	width: 100%;
	border-collapse: collapse;
	border-top: solid 1px;
	border-left: solid 1px;
}
.implant-comparison-data table th {
    border-bottom: solid 1px var(--base-color);
    border-right: solid 1px var(--base-color);
    padding: 10px;
	background: #eee;
}
.implant-comparison-data table td {
    border-bottom: solid 1px var(--base-color);
    border-right: solid 1px var(--base-color);
    padding: 10px 20px;
}
.implant-comparison-data table thead {
}
.implant-comparison-data table thead th {
	background: #fff;
}
.implant-comparison-data table tbody {
}
.implant-comparison-data table tbody th {
}
.implant-comparison-data table tbody td {
}
.implant-comparison-data table tbody td.td01 {
    background: #fef2f2;
    color: #af4949;
}
.implant-comparison-data table tbody td.td02 {
    background: #ecfdf5;
    color: #307d83;
}
.implant-comparison-data table tbody td.td01 i {
    display: inline-block;
    margin-right: 5px;
    font-style: normal;
}
.implant-comparison-data table tbody td.td02 i {
    display: inline-block;
    width: 8px;
    height: 14px;
    border-bottom: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    margin-right: 10px;
}
.implant-comparison-data table tbody td.td03 {
    background: #eff6ff;
}

.implant-dm {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
	margin-bottom: 150px;
}
.implant-dm-box {
	width: 48%;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
}
.implant-dm-box h5 {
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-mincho);
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: solid 1px;
    text-align: center;
}
.implant-dm-box.implant-dm-demerit {
	color: #af4949;
}
.implant-dm__list >li {
    padding-left: 25px;
    position: relative;
	margin-bottom: 5px;
}
.implant-dm__list >li i {
    display: inline-block;
    position: absolute;
    left: 0;
}
.implant-dm-box.implant-dm-merit .implant-dm__list >li i {
    width: 8px;
    height: 14px;
    border-bottom: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    left: 5px;
}
.implant-dm-box.implant-dm-demerit .implant-dm__list >li i {
	color: #af4949;
	font-weight: bold;
    font-style: normal;
}




@media (max-width: 815px) {

	.treatment-nav {
		padding: 40px 0;
	}
	.treatment-nav h3 {
		font-size: 20px;
		margin-bottom: 40px;
	}
	.treatment-nav__list >li {
		width: 32%;
		padding-top: 32%;
		margin: 0 0 2% 2%;
	}
	.treatment-nav__list >li:nth-child(3n+1) {
		margin-left: 0;
	}
	.treatment-nav__list >li .icon {
		height: 50px;
	}
	.treatment-nav__list >li .icon img {
		max-width: 40px;
	}
	.treatment-nav__list >li p {
		font-size: 11px;
		min-height: auto;
	}
	
/* 下層共通 */
	.treatment-parts-imgtext-flex {
		display: block;
		margin-top: 40px;
	}
	.treatment-parts-imgtext-flex .text {
		width: 100%;
	}
	.treatment-parts-imgtext-flex .text h4 {
		font-size: 18px;
		margin-bottom: 40px;
	}
	.treatment-parts-imgtext-flex .img {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.treatment-parts-imgtext__list >li {
		display: block;
		margin-bottom: 40px;
	}
	.treatment-parts-imgtext__list >li .img {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}	
	.treatment-parts-imgtext__list >li .text {
		width: 100%;
	}	
	.treatment-parts-imgtext__list >li .text .title {
		font-size: 20px;
		margin-bottom: 20px;
		padding-left: 15px;
	}

	.treatment-parts-imgtext__list-in {
		display: block;
	}
	

	.treatment-info__list >li {
		margin-top: 40px;
	}
	.treatment-info__list >li h4 {
		font-size: 18px;
		margin-bottom: 40px;
	}
	.treatment-info__list >li h4:after {
		bottom: -10px;
	}

	.treatment-merit__list {
		display: block;
	}
	.treatment-merit__list >li {
		width: 100%;
		padding: 20px;
		margin: 0 0 20px;
	}
	.treatment-merit__list >li h4 {
		font-size: 18px;
	}

	.treatment-merit-num__list >li .num {
		font-size: 20px;
		width: 35px;
		margin-top: 3px;
	}
	.treatment-merit-num__list >li .info {
		width: calc(100% - 35px);
	}
	.treatment-merit-num__list >li .info h5 {
		font-size: 18px;
		margin: 0 0 10px;
	}

	.treatment-subbox {
		padding: 30px 20px;
	}
	.treatment-subbox h4 {
		font-size: 20px;
	}
	.treatment-subbox__list >li h5 {
		font-size: 18px;
		border-left: solid 3px;
	}

	.treatment-recommend {
		padding: 20px;
	}
	.treatment-recommend h4 {
		font-size: 18px;
	}
	.treatment-recommend__list {
		display: block;
	}
	.treatment-recommend__list >li {
		margin: 0 0 10px;
		width: 100%;
	}

	.treatment-caution {
		padding: 20px;
	}
	.treatment-caution h4 {
		font-size: 16px;
	}

	.qa-item-title {
		font-size: 18px;
		padding-left: 45px;
		padding: 10px 40px;
	}
	.qa-item-ans {
		font-size: 14px;
		padding-left: 40px;
	}
	.qa__list >li span {
		font-size: 20px;
	}
	.qa-item-title span {
		top: 8px;
	}
	.qa-item-ans span {
		top: -7px;
	}

	.treatment-site-bnr a .info .t1 {
		font-size: 18px;
	}
	.treatment-site-bnr a .info .t2 {
		font-size: 24px;
	}

	.implant-achievements-icon__list >li h5 {
		font-size: 16px;
	}
	.implant-achievements-icon__list >li p {
		font-size: 12px;
	}
	
	.implant-merit__list {
		display: block;
	}
	.implant-merit__list >li,
	.implant-merit__list.list-2 >li,
	.implant-merit__list.list-2 >li:nth-child(3n+1){
		width: 100%;
		padding: 15px 10px;
		margin: 0 0 20px;
	}
	.implant-merit__list >li h5 {
		font-size: 16px;
	}
	.implant-merit__list >li p {
		font-size: 12px;
		min-height: auto;
	}

	.implant-nav__list {
		display: block;
	}
	.implant-nav__list >li {
		width: 100%;
		margin: 0 0 10px;
	}
	.implant-nav__list >li a {
		font-size: 14px;
	}
	
	.implant-achievements__list {
		margin-top: 10px;
	}

	.implant-dm {
		margin-top: 30px;
		margin-bottom: 100px;
		display: block;
	}
	.implant-dm-box {
		width: 100%;
		padding: 30px 20px;
		background: #fff;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	.implant-dm-box h5 {
		font-size: 20px;
	}
	
	.implant-comparison-data table th {
		padding: 5px 0;
	}
	.implant-comparison-data table td {
		padding: 5px 10px;
	}
	
	.implant-merit__list >li h4 {
		font-size: 16px;
	}

	.implant-assignment h5 {
		font-size: 16px;
		text-align: center;
	}

	.implant-guide {
		display: block;
	}
	.implant-guide-box {
		width: 100%;
		margin: 0 0 20px;
	}

	.implant-step__list {
		display: block;
	}
	.implant-step__list >li {
		width: 100%;
		margin-bottom: 50px;
	}
	.implant-step__list >li:not(:last-child):after {
		top: auto;
		bottom: -35px;
		border-color: var(--main-color) transparent transparent transparent;
		border-width: 20px 20px 0px 20px;
	}

}

@media (max-width: 640px) {

	.treatment-site-bnr a {
		display: block;
		text-align: center;
	}
	.treatment-site-bnr a .img {
		width: 100%;
	}
	.treatment-site-bnr a .info {
		width: 100%;
		padding: 20px;
	}
	.treatment-site-bnr a .info .t1 {
		font-size: 14px;
	}
	.treatment-site-bnr a .info .t2 {
		font-size: 20px;
	}
	.treatment-site-bnr a .info .btn {
		display: block;
		margin: 20px auto 0;
	}

}

/* ----------------

access

----------------- */
.access-intro {
    max-width: 740px;
	margin: 0 auto 150px;
}
.access-intro table {
	width: 100%;
	border-collapse: collapse;
	border-top: solid 1px #84a89f;
	border-left: solid 1px #84a89f;
	margin: 20px auto 50px;
}
.access-intro table th {
	font-weight: 500;
	color: #fff;
	width: 180px;
	padding: 15px;
	background: var(--main-color);
	border-right: solid 1px #84a89f;
	border-bottom: solid 1px #84a89f;
}
.access-intro table td {
	padding: 15px;
	border-right: solid 1px #84a89f;
	border-bottom: solid 1px #84a89f;
}

.access-parking__list {
	display: flex;
	flex-wrap: wrap;
}
.access-parking__list >li {
	color: #fff;
	width: 48%;
	margin: 0 0 4% 4%;
	padding: 40px;
	background: var(--main-color);
	border-radius: 10px;
	text-align:center;
}
.access-parking__list >li:nth-child(2n+1) {
	margin-left: 0;
}
.access-parking__list >li p {
    font-size: 24px;
	line-height: 1.8;
    font-family: var(--font-mincho);
	margin-top: 30px;
}

@media (max-width: 815px) {



}




/* ----------------

case

----------------- */
.case-nav {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}
.case-nav h3 {
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}
#case_cat {
    font-size: 16px;
    font-family: var(--font-mincho);
    height: 50px;
    text-indent: 1em;
}

.case__list >li:not(:last-child) {
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: dotted 1px #ccc;
}
.case-icons {
	margin-left: -10px;
}
.case-icons span {
    color: #fff;
    font-size: 14px;
    background: var(--main-color);
    display: inline-block;
    line-height: 1;
    margin: 0 0 10px 10px;
    padding: 3px 10px;
    border-radius: 1000px;
}
.case__list-title {
    color: var(--main-color);
    font-size: 24px;
    font-family: var(--font-mincho);
    font-weight: 500;
    border-bottom: solid 1px;
    margin-bottom: 20px;
}


.case-ba-img {
    text-align: center;
}

/* single */
#case-single .case-ba-img {
    margin-bottom: 70px;
}
.case-detail {
    margin-bottom: 40px;
}
.case-detail-title {
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    margin-bottom: 15px;
    color: var(--main-color);
    background: var(--bg-color);
}



@media (max-width: 815px) {

	.case__list >li:not(:last-child) {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: dotted 1px #ccc;
	}
	.case__list-title {
		font-size: 18px;
	}
	.case-icons span {
		font-size: 11px;
		margin: 0 0 5px 10px;
	}

}


/* ----------------

payment
price

----------------- */
.payment-title {
	color: var(--main-color);
	font-size: 24px;
	font-weight: 500;
	font-family: var(--font-mincho);
	text-align: center;
	margin-bottom: 60px;
}
.payment-title:before,
.payment-title:after {
	content: '';
	display: inline-block;
	width: 150px;
	height: 2px;
	background: var(--main-color);
    vertical-align: 7px;
}
.payment-title:before {
	margin-right: 10px;
}
.payment-title:after {
	margin-left: 10px;
}
.credit-cards {
    text-align: center;
}

.price-table {
	width: 100%;
	max-width: 740px;
	border-collapse: collapse;
	border-top: solid 1px #84a89f;
	border-left: solid 1px #84a89f;
	margin: 0 auto;
}
.price-table th {
	font-weight: 500;
	color: var(--main-color);
	width: 330px;
	padding: 15px;
	background: var(--bg-color);
	text-align: left;
	border-right: solid 1px #84a89f;
	border-bottom: solid 1px #84a89f;
}
.price-table td {
	text-align: right;
	padding: 15px;
	border-right: solid 1px #84a89f;
	border-bottom: solid 1px #84a89f;
}


@media (max-width: 815px) {

	.payment-title {
		font-size: 18px;
		margin-bottom: 40px;
	}
	.payment-title:before,
	.payment-title:after {
		width: 50px;
		height: 1px;
		vertical-align: 6px;
	}
	.price-table th {
		width: 40%;
		padding: 10px;
	}
	.price-table td {
		padding: 10px;
	}
}


/* ----------------

standards

----------------- */
.standards__list >li {
	margin-bottom: 40px;
}
.standards__list >li h3 {
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	margin-bottom: 15px;
	color: var(--main-color);
	background: var(--bg-color);
}
.standards__list >li p {
	
}



@media (max-width: 815px) {



}


/* ----------------

expense-deduction

----------------- */
.expense-deduction-sub {
    margin: 20px 0;
    padding: 20px;
    border: solid 1px;
    border-radius: 5px;
}
.expense-deduction-sub .t2,
.expense-deduction-example .t2 {
    font-size: 80%;
}
.expense-deduction-example .t1 a {
    color: var(--main-color);
    border-bottom: solid 1px;
}

#expense-deduction-caution:after {
    content: '';
    width: 200vw;
    height: 100%;
    background: var(--bg-color);
    position: absolute;
    left: -50vw;
    top: 0;
    z-index: -1;
}
.expense-deduction-caution__list >li {
	margin-bottom:10px;
	line-height: 1.6;
	padding-left: 20px;
	position:relative
}
.expense-deduction-caution__list >li:before {
	content: '・';
	position: absolute;
	left: 0;
	top: 0;
}


@media (max-width: 815px) {



}

/* ----------------

cmn-post

----------------- */

.post__list {
    display: flex;
    flex-wrap: wrap;
}
.post__list >li {
	width: 48%;
	margin: 0 0 50px 4%;
}
.post__list >li:nth-child(2n+1) {
	margin-left: 0;
}
.post__list >li a {
    color: var(--base-color);
    display: block;
}
.post__list >li a .blog-thumb {
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.blog-info-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
}
.blog-info-date {
    display: inline-block;
    color: #fff;
    border-radius: 100px;
    padding: 4px 20px 5px;
    margin-top: 10px;
    line-height: 1;
    background-image: linear-gradient(0deg, #3d84f8, #a662c5);
}

/* pager */
#cmn-pager {
    margin-top: 100px;
}
#cmn-pager .wp-pagenavi {
    clear: both;
    display: flex;
    justify-content: center;
}
#cmn-pager .wp-pagenavi a,
#cmn-pager .wp-pagenavi span {
    color: var(--main-color);
    display: flex;
    flex-wrap: wrap;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #bbc4c0;
}
#cmn-pager .wp-pagenavi a:hover,
#cmn-pager .wp-pagenavi span.current {
    color: #fff;
    background: var(--main-color);
}

/* single */
.post-header {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: solid 1px;
}
.post-header .post-date {
    color: var(--sub-color1);
	line-height: 1;
}
.post-header .post-title {
	font-size: 24px;
	margin-top: 10px;
}
.post-header .post-subtitle {
    font-size: 16px;
    color: var(--main-color);
    margin-top: 10px;
}

#post-body {
	line-height: 2;
}
#post-body h2 {
    font-size: 24px;
    padding-left: 20px;
    margin-bottom: 50px;
    border-left: solid 7px var(--main-color);
    line-height: 1.3;
}
#post-body h3 {
    font-size: 20px;
    color: var(--main-color);
    margin-bottom: 20px;
}
#post-body h4 {
    font-size: 18px;
    color: var(--main-color);
    margin-bottom: 20px;
}
#post-body .aligncenter {
    display: block;
    text-align: center;
    margin: auto;
}
#post-body p {
	margin-bottom: 1em;
}
#post-body p b,
#post-body p strong {
    color: var(--base-color);
    background: linear-gradient(transparent 70%, yellow 0%);
}

.wp-caption {
    max-width: 100%;
}
#post-pager {
    display: flex;
    margin-top: 100px;
	position: relative;
}
#post-pager .prev {
    margin-right: auto;
}
#post-pager .next {
    margin-left: auto;
}
#post-pager .prev a,
#post-pager .next a {
    font-weight: 500;
	color: var(--main-color);
}
#post-pager .return {
    margin: auto;
    width: 200px;
    text-align: center;
    position: absolute;
    left: calc(50% - 100px);
}
#post-pager .return a {
    color: var(--main-color);
}

/* blog-parts */
.blog-parts {
	margin-bottom: 50px;
}
.blog-parts-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.blog-parts__list >li {
	padding-left: 30px;
	margin-bottom: 10px;
	position:relative;
}
.blog-parts__list >li i {
    width: 20px;
    height: 20px;
    border: solid 1px;
    position: absolute;
    left: 0;
    top: 7px;
}
.blog-parts__list >li i:before {
    content: '';
    display: block;
    width: 10px;
    height: 20px;
    border-top: solid 5px var(--main-color);
    border-left: solid 5px var(--main-color);
    transform: rotate(-135deg);
    position: absolute;
    top: -10px;
    left: 4px;
}

.blog-toc {
    display: inline-block;
    background: #f1f1f1;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 50px;
    border: solid 1px #eee;
}
.blog-toc-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.blog-toc-title i {
    display: inline-block;
	width: 30px;
	height: 30px;
	background: var(--base-color);
	background-image: url("../img/icon/icon_toc.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	border-radius: 1000px;
	vertical-align: middle;
	margin-right: 10px;
}
.blog-toc__list >li:not(:last-child){
	margin-bottom: 5px;
}
.blog-toc__list >li a {
	color:var(--base-color);
	border-bottom: solid 1px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.blog-toc__list >li a:hover {
	color: var(--main-color);
	border-bottom: solid 1px var(--main-color);
}

@media (max-width: 815px) {

	.post-contents {
		width: 100%;
		min-height: 100%;
        margin-bottom: 60px;
	}
    .post-header .post-title {
        font-size: 18px;
    }
	.post-header .post-subtitle {
		font-size: 14px;
	}
    #post-body h2 {
        font-size: 18px;
		padding-left: 15px;
        line-height: 1.5;
    }
    #post-body h3 {
        font-size: 16px;
    }
	#cmn-pager {
		margin-top: 50px;
	}

	.post__list {
		display: block;
	}
	.post__list >li {
		width: 100%;
		margin: 0 0 30px;
	}
	.post__list >li a .blog-thumb {
		margin-bottom: 10px;
	}

	.blog-parts__list >li i {
		top: 4px;
	}
	.blog-toc {
		padding: 30px 20px;
	}

}



/*---------------------------------

contact

----------------------------------*/
.required {
    color: #dd0000;
}
.contact-form {
    margin-top: 50px;
}
.contact-form th {
	vertical-align: middle;
}
.contact-form table th .hissu {
    color: #fff;
    background: #dd0000;
    font-size: 80%;
    line-height: 1;
    display: inline-block;
    padding: 2px 10px 3px;
    margin-left: 10px;
}

.cmn-input,
.cmn-input-s,
.cmn-input-m,
.cmn-select,
.cmn-select-s,
.cmn-textarea {
    width: 100%;
	font-size: 16px;
    border: none;
	background: var(--bg-color);
}

.cmn-input {
    height: 60px;
    text-indent: 10px;
}
.cmn-input-s {
    width: 30%;
    height: 60px;
    text-indent: 10px;
}
.cmn-input-m {
    width: 60%;
    height: 60px;
    text-indent: 10px;
}
.cmn-select {
    height: 60px;
}
.cmn-textarea {
    height: 200px;
    padding: 10px;
}
.contact-form ::placeholder{
  color:#ccc
}

.has-check .wpcf7-list-item-label {
    display: none;
}
.check-policy {
    text-align: center;
    margin: 50px 0;
	line-height: 1.6;
}
.check-policy a {
    text-decoration: underline;
	color: var(--base-color);
}
.check-policy .wpcf7-list-item-label {
    display: none;
}

.hidden-form {
    display: none;
}

#btn-send {
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 500;
    max-width: 350px;
    width: 100%;
    text-align: center;
    line-height: 1;
    padding: 25px 0;
    margin: 40px auto 0;
    color: var(--main-color);
    background: #fff;
    border: solid 2px var(--main-color);
    border-radius: 10000px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#btn-send:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    vertical-align: 2px;
    margin-left: 10px;
}
#btn-send:hover {
    color: #fff;
    background: var(--main-color);
}


.contact-caution {
    margin-top: 80px;
    padding: 30px;
    border: solid 1px #ccc;
    border-radius: 5px;
}
.contact-caution h3 {
    font-size: 18px;
    font-weight: 500;
    border-bottom: solid 1px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.contact-caution__list >li {
    margin-top: 30px;
}
.contact-caution__list >li h4 {
    font-size: 16px;
    border-left: solid 5px;
    padding-left: 10px;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {

    .contact-form table {
        font-size: 13px;
        border-top: none;
        margin-bottom: 30px;
    }
    .contact-form table th {
        display: block;
        width: 100%;
        border-bottom: none;
        background: no-repeat;
        padding: 0;
    }
    .contact-form table td {
        display: block;
        padding: 20px 0 30px;
        width: 100%;
        border-bottom: none;
    }

    #btn-send {
        font-size: 14px;
        padding: 20px 0;
    }

	.check-policy {
		margin-top: 30px;
		text-align: left;
	}

}

