@charset "utf-8";

body{
	margin:0px;
	padding:0px;
	color: #3E392E;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

a{text-decoration: none!important;
	color: #3E392E;
font-family: 'Zen Kaku Gothic New', sans-serif;
}

a:hover img{
 opacity:.5;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
 }

img {
	margin:0;
	padding:0;
	border: none;
    vertical-align: bottom;
}
p,li{
	color: #3E392E;
	font-size: 16px;
	line-height: 2!important;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
}
tr,th,td{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
}

h1,h2,h3,h4,h5,h6{color: #3E392E;font-family: 'Zen Kaku Gothic New', sans-serif;}

@media screen and (max-width:576px){
p,li{
	font-size: 14px!important;
}
}

/*==================mainBG==================*/

#mainbg{
	padding: 120px 0 0;
	background: url("../img/top/mainbg.webp"),rgba(253,248,235,1.00);
	background-repeat: no-repeat;
	background-size: 40%,auto;
	background-position: top left;
	overflow: hidden;
}
#mainbg p{position: relative;z-index: 1;}
@media screen and (max-width:991px){
#mainbg{
	padding: 0;
	background: url("../img/top/mainbgsp.webp"),rgba(253,248,235,1.00);
	background-repeat: no-repeat;
	background-size: 80%,auto;
	background-position: top 120vw left;
	overflow: hidden;
}
}

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

#slider-area{
	position: absolute;
	top:0;
	right: 0;
	margin:0;
	padding:0 ;
	z-index: 0;
    width:55vw;
    height: 1000px;
}
#slider-area::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/top/slidecut.webp");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#slider-area::before{
	content: "";
	position: absolute;
	top: 120px;
	left: 10%;
	width: 240px;
	height: 480px;
	background-image: url("../img/top/slidetxt.webp");
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 9;
}

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

@media screen and (max-width:1600px){
#slider-area{
    width:55vw;
    height: 800px;
}
#slider-area::before{
	top: 120px;
	left: 10%;
	width: 200px;
	height: 400px;
}
}

@media screen and (max-width:1300px){
#slider-area::before{
	top: 80px;
	left: 40px;
	width: 200px;
	height: 600px;
	background-image: url("../img/top/slidetxtsp.webp");
	background-repeat: no-repeat;
	background-size: contain;
}
}

@media screen and (max-width:991px){
#slider-area{
	position: relative;
	left: 0;
	padding:0 ;
    width:100%;
    height:120vw;
}
#slider-area::before{
	top: 60px;
	left: 60px;
	width: 200px;
	height: 600px;
}
}

@media screen and (max-width:576px){
#slider-area::before{
	top: 60px;
	left: 0;
	width: 140px;
	height: 420px;
}
}

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

.mainres{
	position: relative;
	display: block;
	padding: 1.2em 1em;
	text-align: left;
	background:url("../img/top/topres.webp");
	background-size: cover;
	background-position: center;
	border-radius: 20px;
	color:#fff!important;
	font-weight: 600;
	box-shadow: 4px 4px 16px -6px rgba(0,0,0,0.4);
}
.mainres::before,
.mainres::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  width: 45px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
}
.mainres::before {
  transform: rotate(45deg);
}
.mainres::after {
  transform: rotate(-45deg);
}
@media screen and (max-width:576px){
.mainres{
	position: relative;
	display: block;
	padding: 0.5em 1em;
	text-align: left;
	background:url("../img/top/topres.webp");
	background-size: cover;
	background-position: center;
	border-radius: 20px;
	color:#fff!important;
	font-weight: 600;
	box-shadow: 4px 4px 16px -6px rgba(0,0,0,0.4);
}
}

.mainlink{
	display: block;
	padding: 2em 0;
	text-align: center;
	border-radius: 20px;
	color:#fff!important;
}

/*==================onayami==================*/ 

ul.iconlist{
	list-style: none;
	padding-left: 1em;
	margin: 0 0 -0.8em;
}
ul.iconlist li{
	position: relative;
	padding-left: 1.4em;
	padding-bottom: 0.2em;
	font-size: 20px!important;
	line-height: 1.6!important;
	margin: 0 0 0.8em -1em;
	border-bottom: #E3E3E3 solid 1px;
	z-index: 1;
}
ul.iconlist li::before{
	content: "\f14a";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	color:#ea4531;
	left:0;
	top:0;
	font-weight: 900!important;
	z-index: 1;
}
@media screen and (max-width:576px){
ul.iconlist li{
	font-size: 18px!important;
}
}
/*==================about==================*/ 

.about{
	position: relative;
	z-index: 1;
	background-image: url("../img/top/messbg.webp");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 50%;
}

.about::before{
	content: "";
	position: absolute;
	top:0;
	right: 0;
	width: 40vw;
	height: 100%;
	background-image: radial-gradient(circle, rgba(103,189,237,0.2) 5px, transparent 5px), radial-gradient(circle, rgba(255,109,189,0.2) 5px, transparent 5px), radial-gradient(circle, rgba(255,109,189,0.2) 5px, transparent 5px), radial-gradient(circle, rgba(103,189,237,0.2) 5px, transparent 5px);
	background-position: 0 0, 30px 0, 15px 30px, 45px 30px;
	background-size: 60px 60px;
	z-index: -1;
}
@media screen and (max-width:576px){
.about{
	position: relative;
	z-index: 1;
	background-image: url("../img/top/messbg.webp");
	background-position: top 30% left;
	background-repeat: no-repeat;
	background-size: 100%;
}

.about::before{
	top:0;
	right: 0;
	width: 40vw;
	height: 30%;
	background-image: radial-gradient(circle, rgba(103,189,237,0.1) 5px, transparent 5px), radial-gradient(circle, rgba(255,109,189,0.1) 5px, transparent 5px), radial-gradient(circle, rgba(255,109,189,0.1) 5px, transparent 5px), radial-gradient(circle, rgba(103,189,237,0.1) 5px, transparent 5px);
	background-position: 0 0, 30px 0, 15px 30px, 45px 30px;
	background-size: 60px 60px;
	z-index: -1;
}
}

/*==================comp==================*/ 

.table-comp {
  width: 100%; 
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-comp table {
  border-collapse: collapse;
  width: 100%;
  white-space: nowrap;
}

.table-comp th, .table-comp td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: center;
}

.table-comp th {
  position: sticky;
  left: 0;
  background-color: #f2f2f2;
  z-index: 1;
}


/*==================Feature==================*/ 

.concbg{
	position: relative;
}

#conc1bg,#conc2bg,#conc3bg,#conc4bg{
	position: relative;
	background-repeat: no-repeat;
	background-size: 40% auto;
	z-index: 1;
}
#conc1bg{
	background-image: url("../img/top/conrbg.webp");
	background-position:top 40px left
}
#conc2bg{
	background-image: url("../img/top/conlbg.webp");
	background-position:top 40px right;
}
#conc3bg{
	background-image: url("../img/top/conrbg.webp");
	background-position:top 40px left;
}
#conc4bg{
	background-image: url("../img/top/conlbg.webp");
	background-position:top 40px right;
}

#conc1,#conc2,#conc3,#conc4{
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position:center center!important;
    position: absolute;
    bottom: 0;
	opacity: 0.2;
	z-index: -1;
}

#conc1,#conc3{right: 0;}
#conc2,#conc4{left: 0;}

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

#conc1bg,#conc3bg{
	background-repeat: no-repeat;
	background-position: top 60vw center;
	background-size: 100%;
}
#conc2bg,#conc4bg{
	background-repeat: no-repeat;
	background-position: top 60vw right;
	background-size: 100%;
}
#conc1,#conc2,#conc3,#conc4{
	width: 100%;
	height: 400px;
    top: 0;
}
}

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

#conc1bg,#conc3bg{
	background-repeat: no-repeat;
	background-position: top 60vw center;
	background-size: 200%;
}
#conc2bg,#conc4bg{
	background-repeat: no-repeat;
	background-position: top 60vw right;
	background-size: 200%;
}
	
#conc1,#conc2,#conc3,#conc4{
	height: 200px;
}
}

/*==================eq==================*/ 

.eq{
	position: relative;
	background-image: url("../img/top/eqbgl.webp"),url("../img/top/eqbgr.webp");
	background-repeat: repeat-y;
	background-position:top left,top right;
	background-size: 20%;
}
.eqt{
  position: relative;
  padding: 0.5em;
	width: calc(100% + 80px);
	left: -40px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	border: 2px solid #fff;
	z-index: 1;
}
@media only screen and (max-width:576px){
.eqt {
	width: calc(100% + 60px);
	left: -30px;
}
}


/*==================flow==================*/

.List-Item-Content {
	position: relative;
	margin: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: #65aadd;
	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: 50%;
	width: 70px;
	height: 70px;
	line-height: 64px;
	text-align: center;
	background: #65aadd;
	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;
}
}


/*==================info==================*/ 

.gallery{
	width: 100%;
	overflow: hidden;
}

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

.time {
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
}
.time tr {
	border-bottom: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
}
.time tr:first-child {
	border-bottom: none;
}
.time th {
	background-color: #e9db06;
	padding:.5em 2px;
	word-break: break-all;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
}
.time td {
	padding:.5em 2px;
	word-break: break-all;
	font-size: 1.2em;
	text-align: center;
	letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
	.time tr {
		font-size: .9em;
		letter-spacing: 0;
	}
	.time th {
		font-size: 1em;
		letter-spacing: 0;
		padding:.5em 2px;
	}
	.time td {
		padding:.5em 2px;
		font-size: 1em;
		text-align: center;
		letter-spacing: 0;
	}
}

/*==================map==================*/ 

#map {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius:10px ;
	overflow: hidden;
}
@media only screen and (max-width:991px){
#map {
	height: 450px;
}
}

/*==================footer==================*/

footer {
	clear: both;
	position: relative;
	font-size: 12px;
	text-align: center;
	z-index: 999;
}
footer .pr {display: block;font-size: 80%;}


footer {
position: relative;
	z-index: 1;
}

.fmenu{
	margin:0;
	padding:0;
	display: none;
	}

@media only screen and (max-width:576px){
footer {
padding: 0;
	z-index: 99999;
}
.fmenu {
	display: flex;
	margin:0;
	position: fixed;
    bottom:0;
	padding:0;
	transition: 1s;
}
.fmenu.active{
    bottom:0;
}
}

#sidenet{
	position: fixed;
	margin:0;
	padding:0;
	opacity: 0.95;
    z-index: 99!important;
}

#net1 {
	display: flex;
	flex-direction: column;
	right:0;
	position: fixed;
	z-index: 99!important;
	top: 120px;
}
#net1 img{
	margin: 0 0 10px;
}

@media screen and (max-width:576px){
	#sidenet,#net1{display: none;}
}

/*==================back top==================*/

#back-top{
	position: fixed;
	bottom: 5vh;
	right: 3%;
	z-index: 9999;
}
#back-top a{
	width: 40px;
	height: 40px;
	background: rgba(74,74,74,0.60);
	display: block;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	text-decoration: none;
}

@media screen and (max-width:576px){
#back-top{
	bottom: 10vh;
}
}

/*==================common==================*/

.fontg1 {font-family: 'Zen Kaku Gothic New', sans-serif!important;}
.fontg2 {font-family: "Noto Serif JP", serif!important; }
.lidisc{list-style: disc;}
.marker {
	display: inline;
	background-image: linear-gradient(rgba(0,0,0,0) 70%, rgba(255,239,57,0.8) 70%);
}
.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;}

.btn1,.btn2 {
  position: relative;
  display: inline-block;
  padding: 0.25em 5%;
	margin:0;
  text-decoration: none;
  transition: .4s;
	width: 100%;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 1px;
	z-index: 99;
}
.btn1::after,.btn2::after {
position: absolute;
content: "";
border-top: 2px solid #FFF;
border-right: 2px solid #FFF;
width: 8px;
height: 8px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
right: 20px;
top: 16px;
}

.btn1{
	background: rgb(119,173,228);
background: linear-gradient(-45deg, rgba(119,173,228,1) 26%, rgba(170,198,232,1.00) 76%);
}

.btn2{
	background: rgb(214,129,174,1.00);
background: linear-gradient(-45deg, rgba(221,144,184,1.00) 26%, rgba(239,201,222,1.00) 76%);
}

a.btn1,a.btn2{color: #fff!important;}

/*----------------------------------
  Button
------------------------------------*/
.s-btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  border: none;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn:focus, .s-btn:hover {
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn.focus {
  text-decoration: none;
}

.s-btn:active, .s-btn.active {
  background-image: none;
  outline: 0;
}

.s-btn.disabled, .s-btn:disabled,
fieldset[disabled] .s-btn {
  cursor: not-allowed;
  opacity: .65;
}

.s-btn__element--left, .s-btn__element--right {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

/* Sizes
------------------------------ */
.s-btn--xs {
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
}

.s-btn--sm {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.75rem 1.25rem;
}

.s-btn--md {
  font-size: 0.8125rem;
  font-weight: 400;
  padding: .5rem 2.5rem;
}

.s-btn-icon--md {
  font-size: 1rem;
  padding: 0.9375rem 1.5625rem 0.75rem;
}

/* Styles
------------------------------ */
.s-btn--white-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
}

.s-btn--white-brd:focus, .s-btn--white-brd:hover {
  color: #222324;
  background: #fff;
  border-color: #fff;
}

.s-btn--white-bg {
  color: #222324;
  background: rgba(255,255,255,0.9);
	border: 1px solid #ccc;
}

.s-btn--white-bg:focus, .s-btn--white-bg:hover {
  color: #F39800;
  background: #fff;
	border: 1px solid #F39800;
}

.s-btn--dark-bg {
  color: #fff;
  background: #222324;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-bg:focus, .s-btn--dark-bg:hover {
  color: #fff;
  background: #13b1cd;
  border-color: #13b1cd;
}

.s-btn--dark-brd {
  color: #222324;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-brd:focus, .s-btn--dark-brd:hover {
  color: #fff;
  background: #222324;
  border-color: #222324;
}

.s-btn--primary-bg {
  color: #fff;
  background: #65aadd;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #65aadd;
}
.s-btn--primary-bg:focus, .s-btn--primary-bg:hover {
  color: #fff;
  background: #aac6e8;
  border-color: #65aadd;
}
.s-btn--pink-bg {
  color: #fff;
  background: #E8A2C2;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #E8A2C2;
}
.s-btn--pink-bg:focus, .s-btn--pink-bg:hover {
  color: #fff;
  background: #F0C3D8;
  border-color: #E8A2C2;
}
.s-btn--wine {
  color: #fff;
  background: #bf776e;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #bf776e;
}
.s-btn--wine:focus, .s-btn--wine:hover {
  color: #fff;
  background: #E9D0CD;
  border-color: #bf776e;
}
.s-btn--blue {
  color: #fff;
  background: #4baac5;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #4baac5;
}
.s-btn--blue:focus, .s-btn--blue:hover {
  color: #fff;
  background: #C3DBE3;
  border-color: #70abbe;
}

.s-btn--primary-bg2 {
  color: #fff;
  background: #B0A98F;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #B0A98F;
}

.s-btn--primary-bg2:focus, .s-btn--primary-bg2:hover {
  color: #fff;
  background: #D8D2BD;
  border-color: #B0A98F;
}

.s-btn--primary-brd {
  color: #fff;
  background: #5F4B22;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #5F4B22;
	border-radius: 6px;
}

.s-btn--primary-brd:focus, .s-btn--primary-brd:hover {
  color: #5F4B22;
  background: rgba(255,255,255,0.9);
}

.s-btn--primary-brd2 {
  color: #90C700;
  background: rgba(255,255,255,0.9);
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #90C700;
}

.s-btn--primary-brd2:focus, .s-btn--primary-brd2:hover {
  color: #fff;
  background: #90C700;
  border-color: #90C700;
}

.s-btn-icon--white-brd {
  border-left: none;
}

.s-btn-icon--dark-brd {
  border-left: none;
}

/*==================内部ページ==================*/

#title{
	position: relative;
	padding: 190px 3% 100px;
	background: rgb(208,220,232);
	background: url("../img/top/tbg.webp"),linear-gradient(172deg, rgba(208,220,232,1) 30%, rgba(255,242,249,1) 100%);
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
}
#title p{
	font-weight: 700;
}
@media only screen and (max-width:1400px){
#title{
	background: url("../img/top/tbg.webp"),linear-gradient(172deg, rgba(208,220,232,1) 30%, rgba(255,242,249,1) 100%);
	background-position: left 40% center,center;
	background-repeat: no-repeat;
}
}
@media only screen and (max-width:1200px){
#title{
	background: url("../img/top/tbg.webp"),linear-gradient(172deg, rgba(208,220,232,1) 30%, rgba(255,242,249,1) 100%);
	background-position: left 30% center,center;
	background-repeat: no-repeat;
}
}
@media only screen and (max-width:991px){
#title{
	background: url("../img/top/tbg.webp"),linear-gradient(172deg, rgba(208,220,232,1) 30%, rgba(255,242,249,1) 100%);
	background-position: left 20% center,center;
	background-repeat: no-repeat;
}
}
@media only screen and (max-width:576px){
#title{
	padding: 140px 3% 80px;
	background: url("../img/top/tbgsp.webp"),linear-gradient(172deg, rgba(208,220,232,1) 30%, rgba(255,242,249,1) 100%);
	background-position: 100% auto;
	background-size: contain;
	background-repeat: no-repeat;
}
}

.st,.st-2{
	display: inline-block;
	position: relative;
	line-height: 1.5;
	padding:0.6em 1.2em 0.6em 0;
	color: #FFFFFF;
	z-index:1;
}
.st::before,.st-2::before{
	content: "";
	position: absolute;
	width:100vw;
	height: 100%;
	top: 0;
	right: 0;
	border-radius: 0 1.5em 0 0;
	z-index: -1;
}
.st::before{background: rgb(119,173,228);background: linear-gradient(-45deg, rgba(119,173,228,1) 0%, rgba(170,198,232,1.00) 40%);}
.st-2::before{background: rgb(119,173,228);background: linear-gradient(-45deg, rgba(217,153,188,1.00) 0%, rgba(239,202,220,1.00) 40%);}
@media only screen and (max-width:576px){
.st::before{background: linear-gradient(-45deg, rgba(119,173,228,1) 26%, rgba(170,198,232,1.00) 76%);}
.st-2::before{background: linear-gradient(-45deg, rgba(217,153,188,1.00) 26%, rgba(239,202,220,1.00) 76%);}
}

.st2,.st2-2,.st2-3 {
  overflow: hidden;
  text-align: center;
	position: relative;
	padding:1em 0.7em;
	letter-spacing: 0.05em;
	font-weight: 500;
}
.st2::before,.st2::after,.st2-2::before,.st2-2::after,.st2-3::before,.st2-3::after{
     position: absolute;
     left: 0;
     content: '';
     width: 100%;
     height: 7px;
     box-sizing: border-box;
}
.st2::before {
     top: 0;
     border-top: 3px solid #765F52;
     border-bottom: 1px solid #765F52;
}
.st2::after {
     bottom: 0;
     border-top: 1px solid #765F52;
     border-bottom: 3px solid #765F52;
}
.st2-2::before {
     top: 0;
     border-top: 3px solid #fff;
     border-bottom: 1px solid #fff;
}
.st2-2::after {
     bottom: 0;
     border-top: 1px solid #fff;
     border-bottom: 3px solid #fff;
}
.st2-3::before {
     top: 0;
     border-top: 3px solid #65aadd;
     border-bottom: 1px solid #65aadd;
}
.st2-3::after {
     bottom: 0;
     border-top: 1px solid #65aadd;
     border-bottom: 3px solid #65aadd;
}

.st3,.st3-2 {
  position: relative;
  overflow: hidden;
  padding: 0 0.5em 0 0;
	letter-spacing: 0.05em;
	font-weight: 500;
}
.st3 span,.st3-2 span{
	padding:0.4em 0.7em 0.5em;
	margin: 0 0.2em 0 0;
	display: inline-block;
	border-radius:0 1em 0 0 ;
	color: #fff;
}
.st3 span i,.st3-2 span i{font-size: 1.2em}
.st3 {border-bottom: 2px solid #6C9FC6;color: #6C9FC6;}
.st3-2 {border-bottom: 2px solid #ea4531;}
.st3 span{background-color:#76b4e3;}
.st3-2 span{background-color:#ea4531;}

.st4{
     position: relative;
     color: white;
     padding:0.6em 0.7em 0.6em 1.5em;
     background-color: #65aadd;
	font-weight: 500;
	border-radius: 0 100px 100px 0;
}
.st4::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 1.1em;
     height:2px;
     background-color:white;
}
@media only screen and (max-width:991px){
.st4{
     position: relative;
     color: white;
     padding:0.6em 0.7em 0.6em 1.5em;
     background-color: #65aadd;
	font-weight: 500;
	border-radius: 0 0 20px 0;
}
}

.st5 {
     position: relative;
     padding:0.5em 0;
	font-weight: 600;
	border-bottom: 2px solid #e9db06;
}
.st5::after {
     position: absolute;
     bottom: -2px;
     left:0;
     content: '';
	width: 50%;
	height: 2px;
	background-color: #ea4531;
}

.st6 {
  position: relative;
	left: -20px;
  display: block;
  padding: 1rem 2rem 1rem 2rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: linear-gradient(45deg, rgba(119,173,228,1) 26%, rgba(170,198,232,1.00) 76%);
}

.st6:before {
  position: absolute;
  top: calc(50% - 9px);
  left: 8px;
  width: 18px;
  height: 18px;
  content: '';
  border-radius: 50%;
  background: #fff;
}
.st6:after {
  position: absolute;
  top: calc(50% - 3px);
  left: -60px;
  width: 80px;
  height: 6px;
  content: '';
  border-radius: 30px;
  background: #9A8F85;
}

@media screen and (max-width:991px) {
.st6 {
	left: -10px;
  padding: 1rem 2rem 1rem 2rem;
  border-radius: 100vh 0 0 100vh;
}

.st6:before {
  top: calc(50% - 7px);
  left: 8px;
  width: 14px;
  height: 14px;
}
.st6:after {
  top: calc(50% - 2px);
  left: -25px;
  width: 40px;
  height: 4px;
  border-radius: 30px;
}
}

.st7 {
	display: block;
  position: relative;
  text-align: center;
  background: #E98CBE;
	color:#fff;
	z-index: 1;
	padding: 0.5em;
}
.st7:before,
.st7:after {
  position: absolute;
  content: '';
	z-index: -1;
}
.st7:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #E98CBE;
	z-index: -1;
}
.st7i {
  line-height: 60px;
  position: absolute;
  z-index: 2;
  top: -1.2em;
  left: calc(50% - 38px);
  width: 80px;
  height: 60px;
  text-align: center;
	font-size: 1.5em;
	color:#fff;
}

a.st7:hover {color:#fff;}

.st8{
	display: inline-block;
	position: relative;
	color:#fff;
	z-index: 1;
	padding: 1em 2em;
}
.st8::before{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	background-color: rgba(234,69,49,0.8);
	width: 100vw;
	height: 100%;
	z-index: -1;
}
.st8::after{
	content: "";
	position: absolute;
	bottom:-20px;
	right: 0;
	background-color: rgba(234,69,49,0.8);
	width: 100vw;
	height: 100%;
	z-index: -2;
}

.st9{
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
.st9:before, .st9:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #EA7631;
}
.st9:before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.st9:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.stf{
    position: relative;
    padding: 0.5em 0.7em;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #fff;
	z-index: 1;
}
.stf:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.5em 1.4em 1.5em 1.4em;
	position: absolute;
	bottom:-2em;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}

.stfc1{background-color: #559FD6;}.stfc1:before{border-color:  #559FD6 transparent transparent transparent;}
.stfc2{background-color: #ED7FBC;}.stfc2:before{border-color:  #ED7FBC transparent transparent transparent;}
.stfc3{background-color: #e9db06;}.stfc3:before{border-color:  #e9db06 transparent transparent transparent;}
.stfc4{background-color: #ea4531;}.stfc4:before{border-color:  #ea4531 transparent transparent transparent;}
.stfc5{background-color: #67625D;}.stfc5:before{border-color:  #67625D transparent transparent transparent;}
.stfcw{background-color: #fff;}.stfcw:before{border-color:  #fff transparent transparent transparent;}

table.com,table.comno{
	margin:0 auto;
	padding:4px;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc
}
.com th,.comno th{
	letter-spacing:1px;
	padding:1em 0;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	color:#333;
	text-align: center;
	vertical-align: middle!important;
}
.com td,.comno td{
	color:#333;
	padding:1em;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	vertical-align: middle!important;
}

table.com2,table.com2no{
	margin:0 auto;
	padding:0;
	width:100%;
    border-collapse:separate;
    border-spacing:4px;
	empty-cells:show;
}
.com2 th,.com2no th{
	font-size:16px;
	letter-spacing:1px;
	padding:1em .5em;
	color:#333;
	text-align: center;
	vertical-align: middle!important;
}
.com2 td,.com2no td{
	font-size:15px;
	color:#333;
	padding:1em;
	vertical-align: middle!important;
}

table.prof{
	margin:0;
	width:100%;
    border-collapse:separate;
    border-spacing:4px;
	empty-cells:show;
}
.prof td{
	font-size:14px;
	color:#333;
	padding:0.5em;
	vertical-align: middle!important;
}

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

#doc,#doc2{
	position: relative;
}
#doc::before,#doc2::before{
	content: "";
	position: absolute;
	top:0;
	right: -100px;
	height: 100%;
	width: 300px;
	background-repeat: repeat-y;
	background-size: contain;
	background-position: top;
}
#doc::before{background-image:url("../img/doc/ddcbg1.webp");}
#doc2::before{background-image:url("../img/doc/ddcbg2.webp");}
@media only screen and (max-width:576px){
#doc::before,#doc2::before{
	top:0;
	right: 0;
	height: 100%;
	width: 150px;
}
}


.list-box {
	position: relative;
	margin: 20px 0 0;
	width: 100%;
	height: 100%;
    background-color: rgba(255,255,255,1.00);
	box-shadow: -15px 15px 30px 0 rgba(100,100,100,0.3);
}

.list-box:before {
	top:10px;
	right: 10px;
	position: absolute;
	content: "";
	border: 4px double #aecfe8;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	pointer-events: none;
}


.infobox{
	position: relative;
	top:-40px;
	z-index: 1;
	margin: 0 30px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.4);
	overflow: hidden;
}

.infoboxt{
	position: relative;
	z-index: 1;
	text-align: center;
}
.infoboxt::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 2px;
	background-color: #B4CEE1;
	z-index: -1;
}

.infoboxt span{
	position: relative;
	padding: 0 20px;
	background-color: #fff;
	color: #6393B7;
}
.infoboxt span::before,.infoboxt span::after{
	content: '●';
	top: calc(50% - 13px);
	position: absolute;
	font-size: 14px;
	color: #B4CEE1;
}
.infoboxt span::before{
	left: -2px;
}
.infoboxt span::after{
	right: -2px;
}

/*tab*/


.tab-panels ul {
	margin: 0;
	padding: 0;
}
.tab-panels ul li{
	position: relative;
	list-style-type: none;
	display: inline-block;
	background: #8C8C8C;
	margin: 0;
	padding: .7em 2em .7em 1em;
	border-radius: .5em .5em 0 0;
	color: #fff;
	font-weight: 50;
	cursor: pointer;
	font-weight: bold;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.tab-panels ul li:hover {
	color: #fff;
	background: #7DB4D8;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.tab-panels ul li::after {
position: absolute;
content: "";
border-top: 2px solid #FFF;
border-right: 2px solid #FFF;
width: 8px;
height: 8px;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
right: 10px;
top: 24px;
}

.tab-panels ul li.active::after {
position: absolute;
content: "";
border-top: 2px solid #4E4E4E;
border-right: 2px solid #4E4E4E;
width: 8px;
height: 8px;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
right: 10px;
top: 24px;
}
.tab-panels ul li.active {
	color: #4E4E4E;
	background: #E2F0F9;           
}

.tab-panels .panel  {
	display:none;
	background: #E2F0F9;
	color: black;
	padding: 10px;
}

.tab-panels .panel.active {
display:block;
}

.res{
	background-color: #e9db06;
	background-image: repeating-linear-gradient(90deg, rgba(255,255,255,0.1), rgba(255,255,255,0.1) 7px, transparent 7px, transparent 21px);
}
.btndeco {
	display: block;
	position: relative;
	border-radius: 10px;
	z-index: 1;
}
.btndeco::after{
	content: "";
	position: absolute;
	bottom: 10px;
	right: 10px;
	width:0 ;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color:transparent transparent #fff transparent;
	z-index: 1;
}
.btndeco::before{
	content: "";
	position: absolute;
	top:5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: #fff solid 1px;
	border-radius: 5px;
}

.reasonbg{
	position: relative;
	background-color: #FDF8EB;
	z-index: 1;
}
.reasonbg::before{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	background-color: #e9db06;
	background-image: repeating-linear-gradient(90deg, rgba(255,255,255,0.1), rgba(255,255,255,0.1) 7px, transparent 7px, transparent 21px);
	width: 100%;
	height: 400px;
	z-index: -2;
}
.reasonbg::after{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	background-image: url("../img/top/reasontbg.webp");
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position:center top;
	background-size: auto;
	background-attachment: scroll;
	z-index: -1;
}
@media only screen and (max-width:576px){
.reasonbg::before{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	background-color: #e9db06;
	background-image: repeating-linear-gradient(90deg, rgba(255,255,255,0.1), rgba(255,255,255,0.1) 7px, transparent 7px, transparent 21px);
	width: 100%;
	height: 200px;
	z-index: -2;
}
.reasonbg::after{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	background-image: url("../img/top/reasontbgsp.webp");
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position:center top;
	background-size: contain;
	background-attachment: scroll;
	z-index: -1;
}
}

.flow{
	position: relative;
	background: linear-gradient(0deg,rgba(224,236,244, 1) 0%, rgba(255,255,255, 1) 50%);
}
.flow::before{
	content: "";
	position: absolute;
	top:0;
	right: 0;
	width: 20vw;
	height: 100%;
	background-image: radial-gradient(circle, rgba(103,189,237,0.2) 5px, transparent 5px), radial-gradient(circle, rgba(255,109,189,0.2) 5px, transparent 5px), radial-gradient(circle, rgba(255,109,189,0.2) 5px, transparent 5px), radial-gradient(circle, rgba(103,189,237,0.2) 5px, transparent 5px);
	background-position: 0 0, 30px 0, 15px 30px, 45px 30px;
	background-size: 60px 60px;
}
.flow::after{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	width: 20vw;
	height: 100%;
	background-image: radial-gradient(circle, rgba(103,189,237,0.2) 5px, transparent 5px), radial-gradient(circle, rgba(255,109,189,0.2) 5px, transparent 5px), radial-gradient(circle, rgba(255,109,189,0.2) 5px, transparent 5px), radial-gradient(circle, rgba(103,189,237,0.2) 5px, transparent 5px);
	background-position: 0 0, 30px 0, 15px 30px, 45px 30px;
	background-size: 60px 60px;
}

.flowin{
	position: relative;
	background: linear-gradient(0deg,rgba(224,236,244, 1) 0%, rgba(224,236,244, 0) 100%);
	z-index: 1;
}
@media screen and (max-width: 576px) {
.flow::before{
	display: none;
}
.flow::after{
	content: "";
	position: absolute;
	top:0;
	right: 0;
	width: 40vw;
	height: 100%;
	background-image: radial-gradient(circle, rgba(103,189,237,0.1) 5px, transparent 5px), radial-gradient(circle, rgba(255,109,189,0.1) 5px, transparent 5px), radial-gradient(circle, rgba(255,109,189,0.1) 5px, transparent 5px), radial-gradient(circle, rgba(103,189,237,0.1) 5px, transparent 5px);
	background-position: 0 0, 30px 0, 15px 30px, 45px 30px;
	background-size: 60px 60px;
}.flowin{
	position: relative;
	background: linear-gradient(0deg,rgba(224,236,244, 1) 0%, rgba(224,236,244, 0) 50%);
	z-index: 1;
}
}

.fee{
	position: relative;
	background-image: linear-gradient(rgba(59,10,10,0.03) 1px, transparent 1px), linear-gradient(to right, rgba(59,10,10,0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    background-color: #fff;
    background-position: -14px 14px;
	overflow: hidden;
}
.fee::after{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:linear-gradient(-20deg,rgba(233,219,6,0.00) 85%, rgba(233,219,6,0.10) 85%, rgba(233,219,6, 0.1) 100%), linear-gradient(20deg,rgba(233,219,6, 0) 85%, rgba(233,219,6, 0.1) 85%, rgba(233,219,6, 0.1) 100%);
}
@media screen and (max-width: 576px) {
.fee::after{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:linear-gradient(-25deg,rgba(233,219,6,0.00) 97%, rgba(233,219,6,0.10) 97%, rgba(233,219,6, 0.1) 100%), linear-gradient(25deg,rgba(233,219,6, 0) 97%, rgba(233,219,6, 0.1) 97%, rgba(233,219,6, 0.1) 100%);
}
}

.doc{
	background-image: url("../img/top/docbgl.webp"), url("../img/top/docbgr.webp");
	background-repeat: no-repeat;
	background-position: top left,top right;
	background-size: 40%;
}
@media screen and (max-width: 576px) {
.doc{
	background-image: url("../img/top/docbgr.webp");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 100%;
}
}


