
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 1rem;
  color: #4E4E4E;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", serif;
}


h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
  color: #4E4E4E;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: "Zen Kaku Gothic New", serif;
}


h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.75rem;
}


h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #4E4E4E;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}


h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
  color: #4E4E4E;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

em,
li {
  font-size: 1rem;
  font-weight: 500;
  color: #4E4E4E;
}

em > a,
li > a {
  color: #4E4E4E;
}

em > a:hover,
li > a:hover {
  color: #4E4E4E;
}

small {
  color: #4E4E4E;
}

label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #705939;
  margin-bottom: .25rem;
}

i {
  line-height: 1;
}

/* Paragraph */
p {
  font-size: 1rem;
  color: #4E4E4E;
  line-height: 2;
	letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
}
@media only screen and (max-width: 1200px) {
p {
  font-size: 0.875rem;
}
ul {
	padding-left: 25px;	
}	
em,
li {
	font-size: 0.875rem;
	font-weight: 500;
	color: #4E4E4E;
}	
}

/* Links */
a {
  color: #4E4E4E;
  text-decoration: none;
	transition: 0.5s;
}
a:hover {
  opacity: 0.5;
}

a:focus, a:hover {
  color: #4E4E4E;
  text-decoration: none;
}

a:focus {
  outline: none;
}

::selection {
  color: #fff;
  background: #A3BCC7;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #A3BCC7;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

img {
	max-width: 100%;
	height: auto;
	margin:0;
	padding:0;
	border: none;
    vertical-align: bottom;
}
.imgc{display: block; margin:0 auto!important;}

.flbox{
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flend{
	align-self: flex-end;
}

.flcenter{
  align-self: center;
}

.fontg1{font-family: "Zen Kaku Gothic New", serif!important;}
.fontg2{font-family: "Zen Maru Gothic", sans-serif!important;}
.fontg3{font-family: "Shippori Mincho", serif!important;}
.marker{
  background: linear-gradient(transparent 70%, rgba(255,231,73,0.80) 70%);
}

.btn1{
	position: relative;
	border-bottom: 1px solid #fff;
	padding: 3px 3em 5px 0;
	color:#fff;
}
.btn1::after{
	content: "";
	position: absolute;
	bottom: -1px;
	right: 0;
	height: 1px;
	width: 20px;
	background-color: #fff;
	transform: rotate(35deg);
	transform-origin:bottom right;
}
.btn1::before{
	content: "";
	position: absolute;
	bottom: 10px;
	right: 16px;
	height: 1px;
	width: 12px;
	background-color: #fff;
	transform: rotate(-35deg);
	transform-origin:bottom right;
}

.btn1-w{
	position: relative;
	padding: 0 3em 5px 0;
	border-bottom: 1px solid #173684;
	color: #173684;
	/*border-bottom: 1px solid #9ED6DF;
	color: #77BCC7;*/
	
}
.btn1-w::after{
	content: "";
	position: absolute;
	bottom: -1px;
	right: 0;
	height: 1px;
	width: 20px;
	/*background-color: #9ED6DF;*/
	background-color: #173684;
	transform: rotate(35deg);
	transform-origin:bottom right;
}
.btn1-w::before{
	content: "";
	position: absolute;
	bottom: 10px;
	right: 16px;
	height: 1px;
	width: 12px;
	/*background-color: #9ED6DF;*/
	background-color: #173684;
	transform: rotate(-35deg);
	transform-origin:bottom right;
}


.btn2{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}
.btn2::after{
	content: "";
	position: absolute;
	pointer-events: none;
	top:10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: solid 1px #1F3E8C;
}
.btn2::before{
	content: "";
	position: absolute;
	right: 4px;
	bottom: 9px;
	width:0;
	height:0;
	border-style:solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #1F3E8C transparent;
	 transform: rotate(135deg);
}

/* imgchange */
.pc { display: block !important;
margin:0 auto;}
.sp { display: none !important; }
 
/* spimgchange */
@media only screen and (max-width: 576px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/* imgchange */
.pc2 { display: block !important;
margin:0 auto;}
.sp2 { display: none !important; }
 
/* spimgchange */
@media only screen and (max-width: 768px) {
    .pc2 { display: none !important; }
    .sp2 { display: block !important; }
}


/*==================header==================*/

header {
	position: absolute;
	margin-bottom: 0;
	width: 100%;
	height: auto;
	top: 0;
	font-weight: 600!important;
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
	justify-content:space-between;
	z-index: 99;
}

h1{
	font-size:10px!important;
	margin: 0!important;
	padding-bottom: 4px;
	color: #fff;
}

.logo{
	text-align: left;
	padding-left: 10px;
  transition-duration: 500ms;
  transition-property: all;
}
.logo img{
	position: relative;
	top:0;
	left: 0;
	width: 450px;
	text-align: left;
}
@media screen and (max-width:1800px){
.logo img{
	width: 350px;
}
}
@media screen and (max-width:1600px){
.logo img{
	width: 300px;
}
}
@media screen and (max-width:576px){
.logo img{
	top: 0;
	width:290px;
}
}

/*==================menu==================*/

.menu{
	position: fixed;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	top:0;
	right: 0;
	z-index: 9999;
}

.restel{
	top:0;
	right: 0;
}
.reseve,.htel,.hinsta{
	position: relative;
	display: flex;
	align-items: center;
	height: 80px;
	text-align: center;
	font-weight: 500;
}
.reseve::after,.htel::after,.hinsta::after{
	content: "";
	position: absolute;
	pointer-events: none;
	top:10px;
	height: calc(100% - 20px);
	border: 1px solid rgba(255,255,255,0.5);
}
.htel::after{left: 10px;width: calc(100% - 16px);}
.reseve::after{right: 5px;width: calc(100% - 10px);}
.hinsta::after{right: 10px;width: calc(100% - 16px);}
	
.reseve{
	background-color: #23408A;
	background-repeat: no-repeat;
	background-size: cover;
}
.reseve:hover{
	transition: .5s;
}
a.reseve,a.reseve:hover{
	color: #fff!important;
	line-height: 1.4;
  font-family: "Zen Kaku Gothic New", serif;
}
.htel{
	background-color: #23408A;
	background-repeat: no-repeat;
	background-size: cover;
}
.htel:hover{
	transition: .5s;
}
a.htel,a.htel:hover{
	color: #fff!important;
	line-height: 1.2;
  font-family: "Zen Kaku Gothic New", serif;
}
.hinsta{
	background: #23408A;
}
.hinsta:hover{
	transition: .5s;
}
a.hinsta,a.hinsta:hover{
	color: #fff!important;
}
@media only screen and (max-width: 1399px) {
.restel{
	right: 80px;
}
.hinsta{padding: 0 10px;}
a.reseve,a.htel{
	display: block;
	text-decoration: none;
	color: #705C54;
	padding:14px;
	transition:all .3s;
}	
li.reseve,li.htel,li.hinsta{display: none;}
}
@media only screen and (max-width: 576px) {
.restel{
	display: none;
}
}


/*==================slide==================*/

#slider-area{
	position: relative;
    width:100%;
    height: 100%;
	overflow: hidden;
	background-color: #fff;
	z-index: 0;
}

#slider-area #slider{
	position: relative;
	z-index: 0;
    width:100%;
    height:100vh;
	overflow: hidden;
}
#slider-area #slider::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color:rgba(102,102,102,0.20);
}

.scon{
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 2;
}

.stime{
	position: absolute;
	text-align: center;
	bottom: 40%;
	width: 100%;
}

.stime table{
	width: 100%;
	margin: 0 auto 10px;
	font-weight: 600;
}
.stime th {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	font-weight: 600;
	font-size: 18px!important;
	color: #fff;
	letter-spacing: .2em;
	border-bottom: 1px solid #fff;
}
.stime td {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	font-size: 18px!important;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
}
@media only screen and (max-width: 991px) {
.stime th {
	padding:5px 2px;
	font-size: 14px!important;
}
.stime td {
	padding:5px 2px;
	font-size: 14px!important;
}
}

.scrolldown{
	position:absolute;
	bottom:30px;
	left:50%;
}

.scrolldown span{
	position: absolute;
	left:10px;
	bottom:70px;
	color: rgba(255,255,255,0.8);
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.scrolldown:before {
    content: "";
    position: absolute;
    bottom:0;
    left:-4px;
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#eee;
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
      0%{bottom:95px;}
     100%{bottom:-5px;}
 }
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

.scrolldown:after{
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	width:2px;
	height: 100px;
	background:#eee;
}
@media only screen and (max-width: 991px) {
.scrolldown{
	position:absolute;
	bottom:80px;
	left:50%;
}
}

/*==================main==================*/

.main{
	position: relative;
}
.main::after{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/top/mainbg2.png");
	background-position: top 20% right -100px;
	background-repeat: no-repeat;
	background-size: 1000px;
	pointer-events: none;
}

.maint{
	position:relative;
}
.maint::after{
	content: "";
	position:absolute;
	top:-60px;
	left: -120px;
	background-image: url("../img/top/maint2.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 180px;
	height: 216px;
}

.mainname{
	position:absolute;
	bottom: -0.35em;
	right: -0.1em;
	text-align: right;
	color:#fff;
	letter-spacing: .0625em;
	line-height: 1.3;
}

@media only screen and (max-width: 576px) {
.main::after{
	background-image: url("../img/top/mainbg2.png");
	background-position: top 28% right -100px;
	background-repeat: no-repeat;
	background-size: 600px;
}

.maint{
	margin: 0 0 0 20px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
   white-space: nowrap;
}
.maint::after{
	top:-40px;
	left: -50px;
	width: 90px;
	height: 108px;
}
}

/*==================point==================*/

.point{
	position: relative;
	z-index: 1;
	padding: 0 20px;
}
.point::before{
	content: "";
	position: absolute;
	top:120px;
	left: 120px;
	width: calc(100% - 240px);
	height: calc(100% - 240px);
	background-color: rgba(244,244,244,1.00);
	z-index: -1;
}
@media only screen and (max-width: 576px) {
.point::before{
	content: "";
	position: absolute;
	top:80px;
	left: 40px;
	width: calc(100% - 80px);
	height: calc(100% - 100px);
	background-color: rgba(244,244,244,1.00);
	z-index: -1;
}
}


/*==================infiniteslide==================*/

.clinicg{
	position: relative;
	height: 500px;
	overflow: hidden;
}

.clinicgbtn{
	display: inline-block;
	align-content: center;
	background-color: rgba(244,244,244,0.9);
	text-align: center;
	padding: 0 100px;
	height: 500px;
	line-height: 2;
	z-index: 9;
}

.infiniteslide ul{
	margin: 0;
	padding: 0
}
.infiniteslide li{
	position: relative;
	list-style: none;
	float: left;
	margin: 0 2px 0 0;
}

@media only screen and (max-width: 576px) {
.clinicg{
	position: relative;
	height: 300px;
}

.clinicgbtn{
	padding: 0 40px;
	height: 300px;
	background-color: rgba(255,255,255,0.95);
	margin:auto;
}
.infiniteslide ul{
	height: 300px;
	overflow: hidden;
	margin: 0;
	padding: 0
}
.infiniteslide li{
	margin: 0 5px 0 0;
	width: 255px;
}
.infiniteslide li img{
	position: relative;
	bottom: 30px;
}
}

/*==================Treatment==================*/

.treat{
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.treatt{
	position: relative;
	margin: 30px 0 0;
}
.treatt::after,.treatt::before{
	content: "";
	position: absolute;
	left:0;
	width: 100%;
	height: 20px;
}
.treatt::after{
	top:-30px;
	border-top:2px solid #ccc;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
}
.treatt::before{
	bottom:-30px;
	border-bottom:2px solid #ccc;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
}

.fb {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	align-items:center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
	margin: 0 0 -10px;
}
.fbitem{
	width: calc(100% / 4);
	box-sizing: border-box;
	margin: 0 0 10px;
}
@media only screen and (max-width: 576px) {
	.fbitem{
		width: calc(100% / 2);
	}
}

.icon{
	padding: 10px;
	border-radius: 14px;
}
.icon img{
	padding: 0 20px 10px;
}
.icon div{
	font-weight: 500;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	text-align: center;
	font-size: 18px;
	color:#666 ;
}
.icon div i{
	position: relative;
	 bottom:2px;
	margin: 0 0 0 5px!important;
	font-size: 14px;
	color:#8D8D8D ;
}

@media only screen and (max-width: 1200px) {
.icon img{
	padding: 0 10px 10px;
}
.icon div{
	font-size: 18px;
}
}

@media only screen and (max-width: 576px) {
.icon{
	padding: 5px;
}
.icon img{
	padding: 10px;
}
.icon div{
	font-size: 16px;
}
}

/*==================Conusering==================*/

.coun{
	position: relative;
}
.coun::before{
	content: "";
	position: absolute;
	right: 0;
	top:0;
	width: 100vw;
	height: 100%;
	background-color: rgba(244,244,244,1.00);
	z-index: -1;
	border-radius: 0 40px 0 0;
}
.coun .js__fullwidth-img{
	position: relative;
	border-radius: 0 40px 0 0;
}

@media only screen and (max-width: 576px) {
.coun::before{
	border-radius: 0 0 40px 0;
}
.coun .js__fullwidth-img{
	position: relative;
	border-radius: 0 0 40px 0;
}
}

/*==================Equipment==================*/

.eq{
	position: relative;
	z-index:1;
	overflow: hidden;
}
.eq::before,.eq::after{
	content: "";
	position: absolute;
	width: 700px;
	height: 700px;
	background-color: #F1F4F9;
	z-index: -1;
}
.eq::before{
	top:30%;
	right: 0;
}
.eq::after{
	top:60%;
	left: 0;
}

.eqt{
	border-left: 2px solid #819DD8;
	padding: 0 0 0 20px;
}

@media only screen and (max-width: 576px) {
.eq::before,.eq::after{
	content: "";
	position: absolute;
	width: 64%;
	height: 15%;
	background-color: #F1F4F9;
	z-index: -1;
}
.eq::before{
	top:35%;
	height: 14%;
	right: 0;
}
.eq::after{
	top:63%;
	height: 12%;
	left: 0;
}
}

/*==================contact==================*/

.contact{
	background-image: url("../img/top/contactbg2.png");
	background-position: center;
	background-size: cover;
}
@media only screen and (max-width: 576px) {
.contact{
	background-image: url("../img/top/contactbgsp2.png");
	background-position: center;
	background-size: cover;
}
}


/*==================Info==================*/

.time,.time2 {
	width: 100%;
	margin: 0 auto 10px;
	font-weight: 600;
}
.time th,.time2 th {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #666;
	letter-spacing: .2em;
}
.time td,.time2 td {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	font-size: 16px;
	color: #666;
	font-weight: 500;
}
.time th {border-bottom: 1px solid #ccc;}
.time td {border-bottom: 1px solid #ccc;}
.time2 th {border-bottom: 1px solid #fff;}
.time2 td {border-bottom: 1px solid #fff;}

@media only screen and (max-width: 991px) {
	.time th,.time2 th {
		padding:10px 2px;
		font-size: 14px!important;
		letter-spacing: 0.2;
	}
	.time td,.time2 td {
		padding:10px 2px;
		font-size: 14px!important;
	}
}


.fmenu{
	margin:0;
	padding:0;
	display: none;
	}
@media only screen and (max-width:576px){
footer {
padding: 0 0 18%;
}
.fmenu {
	display: inline;
	margin:0;
	position: fixed;
    bottom:-80px;
	padding:0;
	z-index: 99999;
	transition: 0.5s;
}

.fmenu.active{
    bottom:0;
}

.footb1{
	width:32.5%;
}
.footb2{
	width:17.5%;
}
}

.back-top{
	position: fixed;
	bottom: 20px;
	right: 0;
	z-index: 9999;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.back-top a{
	width: 80px;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

@media screen and (max-width:1200px){
.back-top a{
	width: 60px;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
}

@media screen and (max-width:576px){
	.back-top{
		display: none;
	}
}


.title {
	width: 100%;
	height: 500px;
	position: relative;
	z-index: 0;
	background-position: center!important;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width:1024px){
.title {
	height: 400px;
}
}
@media screen and (max-width:480px){
.title {
	height: 300px;
}
}

.subtitle{
	position: relative;
	background: rgba(35,64,138,1);
	z-index: 999;
	width: 30%;
	height: 100%;
}
@media screen and (max-width: 480px) {
.subtitle{	width: 47%; } 
}

.titlein{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%; 
	text-align: center;
	color: rgba(255,255,255,0.5);
	font-size: 30px;
	line-height: 1.3;
	font-weight: 500;
	font-family: "Outfit", sans-serif!important;
	}
.titlein h2 {
	color:#fff;
	text-align:center ;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: .05em;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

@media screen and (max-width: 1400px) {
.titlein{
	font-size: 24px;
	}
.titlein h2 {
	font-size: 28px;
}
}
	
@media screen and (max-width: 768px) {
.titlein{
	font-size: 20px;
	}
.titlein h2 {
	font-size: 20px;
}
}

.conbg,.conbg2{
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position:top left,top right;
	background-size: 500px;
}
.conbg{
	background-color: #fff;
	background-image: url("../img/top/conbg1-1.png"),url("../img/top/conbg1-2.png");
}
.conbg2{
	background-color: rgba(106,57,6,0.20);
	background-image: url("../img/top/conbg2-1.png"),url("../img/top/conbg2-2.png");
}
@media screen and (max-width:576px){
.conbg,.conbg2{
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position:top left,top right;
	background-size: 65%;
}
}

.st{
	position: relative;
	line-height: 1.5;
	font-weight: 600;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	margin: 0;
}
.st::after{
	content: "";
	position: absolute;
	margin: auto;
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	width: 1px;
	height: 70px;
	background-color: #B4B4B4;
}
.st::before{
	content: attr(data-en);
	position: absolute;
	width: 100vw;
	top: -0.8em;
	left: 50%;
	transform: translate(-50%, 0);
	color: rgba(0,0,0,0.05);
	font-size: 1.5em;
	z-index: -1;
	
}

.st2 {
    position: relative;
    text-align: center;
    color: #fff;
	font-weight: 500;
    letter-spacing:0.1em;
	padding:15px;
	background: #4b4b4b;
}

.st2::before {
	position: absolute;
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: #fff solid 1px;
	top: 0;
	bottom:0;
	right: 0;
	left: 0;
	margin:auto ;
}

.st3 {
  position: relative;
  margin-bottom: 1em;
}
.st3::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #173684;
  border-radius: 2px;
}

.st4{
	position: relative;
	z-index: 1;
	padding: 0.5em;
	text-align: center;
	font-weight:500;
	line-height: 1.5;
	background-color: #C0AC2B;
}
.st4::before{
  content: "";
  position: absolute;
	height: 2px;
	width: 100%;
  bottom: -5px;
	left: 0;
	background-color: #C0AC2B;
	font-weight:500;
}
.st4::after{
  content: "";
  position: absolute;
  top: calc(100% + 3px);
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #C0AC2B;
}

.st4-2{
	position: relative;
	z-index: 1;
	padding: 0.5em;
	text-align: center;
	font-weight:500;
	line-height: 1.5;
	background-color: #623C15;
}
.st4-2::before{
  content: "";
  position: absolute;
	height: 2px;
	width: 100%;
  bottom: -5px;
	left: 0;
	background-color: #623C15;
	font-weight:500;
}
.st4-2::after{
  content: "";
  position: absolute;
  top: calc(100% + 3px);
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #623C15;
}

.st5 {
	padding: .3em 0;
  border-bottom: 3px solid #7E7C7B;
  position: relative;
	line-height: 1.5;
	font-weight:500;
}
.st5::after {
  content: '';
  background-color: #1E3292;
  width: 30%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}

.stf {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-bottom: 1em;
	width: 100%;
}
.stf::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 0.8rem 1rem 0.8rem;
	position: absolute;
	bottom:-26px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}
.stfc1{background-color: #173684;}
.stfc1::before{border-color:  #173684 transparent transparent transparent;}
.stfc2{background-color: #819DD8;}
.stfc2::before{border-color:  #819DD8 transparent transparent transparent;}
.stfc3{background-color: #ACB3B8;}
.stfc3::before{border-color:  #ACB3B8 transparent transparent transparent;}
.stfc4{background-color: #5b5b5b;}
.stfc4::before{border-color:  #5b5b5b transparent transparent transparent;}

.sttip{
	position: relative;
	margin: -2.1em 0.5em 0.5em;
}
.sttip span{
	display: inline-block;
	position: relative;
	background-color: #fff;
	border: 2px solid #694928;
	padding: 10px 20px 15px;
	line-height: 1.5;
}
.sttip span::before {
  position: absolute;
  content: '';
  top: -2px;
  left: -12px;
  border: none;
  border-top: solid 1.2em transparent;
  border-right: solid 10px #694928;
}
@media only screen and (max-width: 576px) {
.sttip{
	margin: 0 0 0.8em -1.7em;
}
.sttip span{
	background-color: #fff;
	border: 2px solid #694928;
	padding: 0.8em 0.8em 0.8em 1.2em;
}
.sttip span::before {
  position: absolute;
  content: '';
  top: 100%;
  left: -0.1em;
  border: none;
  border-bottom: solid 1em transparent;
  border-right: solid 0.7em #694928;
}
}

.com{
	margin:0;
	width:100%;
    border-collapse:separate;
	border-spacing:4px;
	empty-cells:show;
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
}
.com th,.com td{
	font-weight: 500;
    padding:10px;
}
.com th{
	text-align: center;
}

table.comno{
	margin:0;
	padding: 4px;
	width:100%;
    border-collapse:separate;
    border-spacing:4px;
    empty-cells:show;
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
}
.comno th,.comno td{
	font-weight: 500;
    padding:5px;
}

table.comd{
	margin:0;
	width:100%;
    border-collapse:separate;
    empty-cells:show;
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
}
.comd th,.comd td{
	font-weight: 500;
	font-size: 14px;
	padding:5px 0; 
}

.com2{
	font-size: 0.9375rem;
	margin:0;
	padding: 4px;
	width:100%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
}
.com2 th,.com2 td{
	font-weight: 500;
    padding:10px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.com2no{
	font-size: 0.9375rem;
	margin:0;
	padding: 4px;
	width:100%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
}
.com2no th,.com2no td{
	font-weight: 500;
    padding:10px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

@media only screen and (max-width: 1200px) {
.com td,.com th,.com2 td,.com2 th {
	font-size: 14px;
}
}

@media only screen and (max-width: 576px) {
.com td,.com th,.com2 td,.com2 th {
	width: 100%;
	display: block;
	padding: 10px;
	font-size: 14px;
}
}

table.price{
	margin:0 auto;
	width:100%;
    border-collapse:separate;
    border-spacing:5px;
	empty-cells:show;
}
.price th{
	font-size:16px;
	color: #fff;
	letter-spacing: 0.5px;
	padding:12px 10px;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
}
.price td{
	font-size:15px;
	color:#333;
	padding:8px;
	vertical-align: middle!important;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif!important;
	letter-spacing: 0.5px;
}
@media only screen and (max-width:1200px){
.price td,.price th{
	font-size: 13px;
}
}
@media only screen and (max-width:580px){
.price td,.price th{
	width:100%;
	display:block;
	padding:10px;
	font-size: 13px;
}
}



.flow{
	position: relative;
	padding:20px 15px;
	background-color: #FFFFFF;
	margin: 0 0 40px
}
.flow::after {
  position: absolute;
  top: 100%;
  left: calc(50% - 30px);
  content: '';
  width: 0;
  height: 0;
  border: 30px solid transparent;
	border-top: 30px solid #fff;
}

.flow2{
	position: relative;
	padding:20px 15px;
	background-color: #F2EEE5;
	margin: 0 0 40px
}
.flow2::after {
  position: absolute;
  top: 100%;
  left: calc(50% - 30px);
  content: '';
  width: 0;
  height: 0;
  border: 30px solid transparent;
	border-top: 30px solid #F2EEE5;
}

.docp{
	position: relative;
	background:url("../img/doc/bg.png"),linear-gradient(120deg,rgba(0,0,0,0.00) 50%, rgba(0,0,0, 0.03) 50%, rgba(0,0,0, 0.03) 80%, rgba(0,0,0, 0) 80%);
	background-size:50%,auto;
	background-position:top left,center;
	background-repeat: no-repeat;
	z-index: 1;
	overflow: hidden;
}
@media only screen and (max-width: 576px) {
.docp{
	background:url("../img/doc/bgsp.png"),linear-gradient(120deg,rgba(0,0,0,0.00) 10%, rgba(0,0,0, 0.03) 10%, rgba(0,0,0, 0.03) 40%, rgba(0,0,0, 0) 40%);
	background-size:100%,auto;
	background-position:bottom left,center;
	background-repeat: no-repeat;
}
}

.bgbox {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 40px;
	margin-top: -30px;
}

@media screen and (max-width: 768px) {
.bgbox {
	padding: 30px 15px 15px;
	margin-top: -25px;
}
}

.boxbg{
    padding: 40px;
	margin-top: -20px;
}

@media only screen and (max-width:768px){
.boxbg{
    padding: 40px 20px 20px;
	margin-top: -5px;
}
}

.txtbox2 {
	background-color: #fff;
	padding: 15px 15px;
}


.List-Item-Content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	z-index: 1;
}

.List-Item-Content .col-2{
	position: relative;
}
.List-Item-Content .col-2::before {
	content: "";
	position: absolute;
	top: 50.5%!important;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translate(-50%,-50%);
	width: 2px;
	height: 100%;
	background: #173684;
	z-index: -1;
}

@media screen and (max-width: 540px) {
.List-Item-Content { flex-wrap: wrap; }
}

.List-Item-Content-Number {
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 5px;
	width: 70px;
	height: 70px;
	line-height: 64px;
	text-align: center;
	background: #173684;
	color: #fff;
	font-size: 36px;
}
@media screen and (max-width: 480px) {
.List-Item-Content-Number {
	width: 50px;
	height: 50px;
	line-height: 46px;
	font-size: 28px;
}
}

.kind{

	background: #f4f4f4 ;
	position: relative;
}
.kind::before{
	position: absolute;
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: solid 1px #5b5b5b;
	top: 10px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.infobox{
	position: relative;
	top:0;
	z-index: -1;
	margin: 0 20px;
	padding: 15px;
	background-color: #f4f4f4;
	overflow: hidden;
}

.infoboxt{
	position: relative;
	bottom:0;
	z-index: -1;
	margin: 0 20px;
	padding: 10px;
	text-align: center;
	background-color: #f4f4f4;
	font-weight: 600;
}
