@media screen and (min-width:1290px) { 
	.styleBr{display: none;}
}

#keyvisual{
	width: 100%; height: 527px; position: relative;
}

#keyvisual div{
	position: absolute; top: 180px; left: 0; right: 0; margin: auto;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
}

#keyvisual h1{
	display: block; transform: scale(0); animation: scale-move 3s forwards 1s;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
}

#keyvisual h1 span:nth-of-type(1){
	display: block;
	font-family: 'Poppins', sans-serif !important; font-weight: 600; color: #fff; font-size: 40px; 
	margin: 0 auto 20px;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
}

#keyvisual h1 span:nth-of-type(2){
	display: block; color: #fff; margin: 0 auto;
	font-family: fot-tsukuardgothic-std, sans-serif !important; font-weight: 700; font-size: 24px; 
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
}

@keyframes scale-move {
	from {
		transform: scale(0);
	}

	to {
		transform: scale(1);
	}
}

#keyvisual .bg_mountain{
	width: 100%; height: auto; position:absolute; top: unset; left: 0; right: 0; bottom: 0; margin: auto;
	transform: translateY(200px); animation: mountain-move 1s forwards 2s;
}

@keyframes mountain-move {
	from {
		transform: translateY(200px);
	}

	to {
		transform: translateY(0);
	}
}


#breadcrumb{
	float: right;
    width: fit-content;
    width: -ms-fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: -o-fit-content;
    height: fit-content;
    height: -ms-fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: -o-fit-content;
    margin: 20px 5% 30px 0;
    text-align: right;
	opacity: 0; -webkit-opacity: 0;
	animation: bread-move 1s forwards 3s;
}

@keyframes bread-move {
	from {
		opacity: 0;
		-webkit-opacity: 0;
	}

	to {
		opacity: 1;
		-webkit-opacity: 1;
	}
}

#breadcrumb a, #breadcrumb span, #breadcrumb i{font-size: 14px;}
#breadcrumb .bclink{color: #16695f;}

#breadcrumb i{margin: 0 10px;}


/* About */

#secAbout{
	padding: 0 0 100px;
}

.img_about{float: left; position: relative; width: 580px; height: 486px;}

.aboutBody{
	position: absolute;
    width: calc(100% - 580px);
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    height: -ms-fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: -o-fit-content;
}

.aboutBody span{display: block; font-size: 20px; margin-bottom: 20px; font-weight: 600; line-height: 24px;}
.aboutBody p{
	display: block; font-size: 16px; line-height: 34px;
}

#secAbout .bg_snowmountain{
	display: block;
    position: absolute;
    width: 348px;
    height: 79px;
    left: unset;
    bottom: unset;
    right: 15%;
    top: 20%;
}

img.icon_about {
    width: 73px;
    height: 115px;
    left: unset;
    bottom: unset;
    top: 20%;
    right: 5%;
}

#secAboutFoot{
	display: flex; align-items: center; width: 100%; height: 345px !important; overflow: hidden;
}

#secAboutFoot:before{
	transform: rotate(180deg); z-index: 1;
	display: block; position: absolute; content: ""; top: 0px; left: 0; right: 0; margin: auto; width: 100%; height: 20px;
	background: -webkit-linear-gradient(bottom left, #fff 50%, transparent 52%), -webkit-linear-gradient(bottom right, #fff 50%, transparent 52%);
	background: -o-linear-gradient(bottom left, #fff 50%, transparent 52%), -o-linear-gradient(bottom right, #fff 50%, transparent 52%);
	background: linear-gradient(to top right, #fff 50%, transparent 52%), linear-gradient(to top left, #fff 50%, transparent 52%);
	background-size: 24px 24px;
}

#secAboutFoot img{position: relative; float: left;}
#secAboutFoot img:nth-of-type(1), #secAboutFoot img:nth-of-type(4){width: 34%;}
#secAboutFoot img:nth-of-type(2), #secAboutFoot img:nth-of-type(3){width: 16%;}

/* features */

#secfeatures{
	padding: 0 0 100px;
}

.img_features{float: left; position: relative; width: 578px; height: 436px;}

.featuresBody{
	position: absolute;
    width: calc(100% - 678px);
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    height: -ms-fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: -o-fit-content;
}

.featuresBody span{display: block; font-size: 20px; margin-bottom: 20px; font-weight: 600; line-height: 24px;}
.featuresBody p{
	display: block; font-size: 16px; line-height: 34px;
}

#secfeatures .bg_snowmountain{
	display: block;
    position: absolute;
    width: 348px;
    height: 79px;
    left: unset;
    bottom: unset;
    right: 15%;
    top: 20%;
}

img.icon_features {
    width: 73px;
    height: 115px;
    left: unset;
    top: unset;
    bottom: -30%;
    right: 5%;
}

#secfeaturesMainimg{
	display: flex; align-items: center; width: 100%; height: 549px !important; overflow: hidden;
	margin-bottom: 50px;
}

#secfeaturesTxt {
	display: block;
	padding: 0 0px 100px;
	width: 880px; 
	margin: 100px auto 50px!important;
}

#secfeaturesTxt span.featurestit{display: block; font-size: 20px; margin-bottom: 20px; font-weight: 600; line-height: 34px;}
#secfeaturesTxt p{
	display: block; font-size: 16px; line-height: 34px;
	margin-bottom: 20px;
}
#secfeaturesTxt .sign{
	display: block; font-size: 16px; line-height: 34px;
	margin-top: 40px;
	text-align: right;
}
#secfeaturesTxt .sign span {
	font-size: 20px;
	margin-left: 15px;
	font-weight: 600;
}

/* Access */

#secAccess{
	padding: 0 0 100px;
}

#secAccess .bg_snowmountain{
	display: block;
    position: absolute;
    width: 348px;
    height: 79px;
    left: unset;
    bottom: unset;
    right: 10%;
    top: 6%;
}

img.icon_access {
    width: 183px;
    height: 111px;
    left: unset;
    bottom: 8%;
    top: unset;
    right: 15%;
}




#secAccess iframe{
	margin-bottom: 40px;	
}


.accessBox{overflow: hidden;}

.bodyHalf {
    width: 48%;
    float: left;
    padding: 20px 25px 50px 25px;
}


.directionTitle {
    padding: 10px 0 10px 25px;
    position: relative;
}

.directionTitle:before {
    display: block;
    position: absolute;
    content: "";
    background-image: url(/_common/img/access/ico_map.png);
    left: 0;
    top: 0;
    width: 38px;
    height: 58px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: left top;
}


.memoBox {
    border-radius: 10px;
    background-color: rgb(247, 248, 245);
    width: 552px;
    overflow: hidden;
    padding: 15px;
    margin-top: 40px;
}

.memoTitle {
    position: relative;
    padding: 10px 0 10px 25px;
    font-size: 18px;
    font-weight: 700;
    font-family: fot-tsukuardgothic-std, sans-serif !important;
}

.memoTitle:before {
    display: block;
    position: absolute;
    content: "";
    background-image: url(/_common/img/access/ico_memo.png);
    left: 0;
    top: 0;
    width: 20px;
    height: 27px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}




/*** お問い合わせ ***/

section#contact{padding: 0 0 100px;}

div.contents_box{
	width: 880px; margin: 0 auto; overflow: hidden; position: relative;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
}

div.contents_box h6{
	display: block; font-weight: 700; font-size: 26px; line-height: 34px; letter-spacing: .05em; text-align: left; margin: 30px 0; 
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
}
div.contents_box h6 div{display: block; width: 64px; height: 20px; background-color: #957b40; position: relative; margin-bottom: 5px;}
div.contents_box h6 div span{
	display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; font-size: 12px; letter-spacing: .05em; color: #fff;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif !important; 
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
}

div.contents_box img{width: 100%; border-radius: 20px;}

div.contents_box p{
	display: block; margin: 30px auto 45px !important; text-align: left; font-weight: 500; font-size: 16px; line-height: 34px; letter-spacing: .05em; clear: both;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif !important; 
}


.contact_tel_box{
	width: 100%; padding: 40px 0 35px; border-top: 1px #ccc solid; border-bottom: 1px #ccc solid; margin-bottom: 20px;
	transition: all .4s ease-in; opacity: 1; -webkit-opacity: 1;
}

.contact_tel_box a{
	display: block; margin: 0 auto;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
}

.contact_tel_box a div:nth-of-type(1){
	display: flex; align-items: center; margin: 0 auto 15px;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
}

.contact_tel_box a div:nth-of-type(1) i, .contact_tel_box a div:nth-of-type(1) span{
	color: #16695f; font-size: 46px; letter-spacing: .05; line-height: 1em; font-weight: 600;
}
.contact_tel_box a div:nth-of-type(1) i{margin-right: 24px; }
.contact_tel_box a div:nth-of-type(1) span{font-family: 'Poppins', sans-serif !important;}

.contact_tel_box a div:nth-of-type(2){
	font-size: 16px; margin: 0 auto;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif !important;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
}
.contact_tel_box a:hover{opacity: .6 !important; -webkit-opacity: .6 !important;}
.contact_tel_box a:hover i{animation: tel-move .2s linear infinite;}

@keyframes tel-move {
	0% {
		transform: rotate(5deg);
	}
	
	25% {
		transform: rotate(0deg);
	}
	
	50% {
		transform: rotate(-5deg);
	}
	
	75% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(5deg);
	}
}

/*** お知らせ ***/

.paging{
	display: flex; align-items: center; margin: 45px auto 0;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
}
.btnPrev, .btnNext, .page{
	display: block; width: 28px; height: 28px; border-radius: 50%;
	background-color: #333333; position: relative;
}

.paging a.btnPrev i, .paging a.btnNext i, .paging a.page span{
	display:block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; color: #fff; font-size: 12px; font-weight: 600;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
}

.paging a.page{margin: 0 10px;}
.paging a.selected, .paging a.page:hover, .paging a.btnPrev:hover, .paging a.btnNext:hover{background-color: #248471;}
.paging a.btnPrev:hover{transform: translateX(-5px);}
.paging a.btnNext:hover{transform: translateX(5px);}
.paging a.selected span, .paging a.page:hover span{color: #fff;}

.paging a.dots{
	margin: 0 20px;
    font-size: 12px;
    padding-top: 7px;
}

.paging a.btnPrevPost, .paging a.btnNextPost{display: block; position: relative; width: 93px; height: 40px; background-color: #fff; border: 1px #ccc solid; border-radius: 20px;}
.paging a.btnPrevPost span, .paging a.btnNextPost span{
	display: block; position: absolute; top: 0; bottom: 0; font-family: 'Poppins', sans-serif !important; font-weight: 600; font-size: 14px; margin: auto;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
}
.paging a.btnPrevPost i, .paging a.btnNextPost i{
	display: block; position: absolute; top: 0; bottom: 0; font-size: 13px; color: #248471; margin: auto;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
	transition: all .3s ease-in;
}
.paging a.btnNextPost span, .paging a.btnPrevPost i{left: 15px;}
.paging a.btnPrevPost span, .paging a.btnNextPost i{right: 15px;}

.paging .recCenterBtn{width:158px; height: 40px; margin: 0 10px !important;}

.paging a.btnPrevPost:hover, .paging a.btnNextPost:hover{background-color: #957b40;}
.paging a.btnPrevPost:hover span, .paging a.btnNextPost:hover span,
.paging a.btnPrevPost:hover i, .paging a.btnNextPost:hover i{color: #fff;}
.paging a.btnPrevPost:hover i{transform: translateX(-5px);}
.paging a.btnNextPost:hover i{transform: translateX(5px);}


#secNews{
	padding: 0 0 100px;
}

#secNews #newsBox .newsBox{overflow: visible;}
#secNews #newsBox .newsBox p{font-size: 20px; margin: 30px auto 0;}
#secNews .bg_snowmountain{
	left: unset !important;
    bottom: unset !important;
    right: 8% !important;
    top: 8% !important;
}
#secNews #newsBox .newsBox a.detaiLink {
    width: fit-content;
    float: right;
}
#secNews #newsBox .newsBox span {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    margin: 20px 0 20px 10px;
    color: #248471;
}
#secNews #newsBox .newsBox a.detaiLink i {
    color: #248471;
}


#news_content{
	width: 880px; margin: 0 auto;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
}

#news_content div#news_title{
	font-family: fot-tsukuardgothic-std, sans-serif !important; font-weight: 600; font-size: 26px; line-height: 42px;
}

#news_content img{
	display: block;
    position: relative;
    width: 100%;
    margin: 40px auto 0;
    border: 10px #e9e2d3 solid;
}

#news_content p{
	display: block; width: 100%; margin: 40px auto 0; font-size: 16px; line-height: 34px;
}


/*** Styles ***/

section#secStyle{padding: 0 0 100px;}

#secStyle .bg_snowmountain{
	display: block;
    position: absolute;
    width: 348px;
    height: 79px;
    left: unset;
    bottom: unset;
    right: 2%;
    top: 6%;
}

#secStyle p{
	display: block; margin: 0 auto 80px; width: 98%; max-width: 1200px; min-width: 880px;
	font-size: 16px; line-height: 34px;
}

.buttonBox{
	display: flex; align-items: center; justify-content: space-between;
	margin: 0 auto; width: 98%; max-width: 1200px; min-width: 880px; overflow: hidden;
}

.buttonBox a{
	margin: 0; width: 18% !important;
}

.styleSec{
	background-color: #f7f8f5;
}

.styleSec .styleTitleBox{
	width: 100%; height: 540px; position: absolute;
	top: 0; left: 0; right: 0; margin: auto;
}

.styleSec .styleTitleBox .styleTitle{
	width: 100%; height: 465px; position: relative;
}

.styleSec .styleTitleBox .ico_bicycle{
	display: block; width: 93px; height: 72px; position: absolute;
	left: 14%; bottom: 0; right: unset; top: unset;
}

.styleSec .styleTitleBox .pic_style{
	display: block; width: 28%; height: auto; position: absolute;
	right: 5%; bottom: 0; left: unset; top: unset;
	z-index: 2!important;
}
@media screen and (max-width:1280px){
	.styleSec .styleTitleBox .pic_style{
		right: 1%;
	}	
}


.styleSec .styleTitleBox .styleTitle h3 {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    margin: auto;
}
.styleSec .styleTitleBox .styleTitle h3:before{left: -52px; width: 35px; height: 37px;}
.styleSec .styleTitleBox .styleTitle h3:after{right: -52px; width: 35px; height: 37px;}
.styleSec .styleTitleBox .styleTitle h3 span:nth-of-type(1){font-size: 34px; margin: 0 auto 20px;}
.styleSec .styleTitleBox .styleTitle h3 span:nth-of-type(2){font-size: 42px; margin: 0 auto;}
.styleSec .styleTitleBox .styleTitle h4 {
    display: block;
    font-size: 46px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 170px;
    margin: auto;
}
.styleSec .styleTitleBox .styleTitle h5 {
    display: block;
	text-align: center;
	color: #FFF;
    font-size: 16px;
	font-weight: bold;
	line-height: 22px;
    position: absolute;
    left: 0;
    right: 0;
    top: 320px;
    margin: auto;
	z-index: 200!important;
}

.styleTitleSubtext {
    display: block;
	text-align: center;
	color: #FFF;
    font-size: 20px;
	z-index: 200!important;
	margin-top: -200px;
	
}

.styleSec .styleTitleBox .styleTitle{
	background-position: bottom; background-size: cover; background-repeat: no-repeat;
}

#sec01 .styleTitle{background-image: url("/_common/img/styles/header01.png");}
#sec02 .styleTitle{background-image: url("/_common/img/styles/header02.png");}
#sec03 .styleTitle{background-image: url("/_common/img/styles/header03.png");}
#sec04 .styleTitle{background-image: url("/_common/img/styles/header04.png");}


.styleBody{
	width: 75%; max-width: 1200px; min-width: 880px; overflow: hidden; padding: 500px 30px 100px 30px;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
	background-color: #fff; margin: 0 auto;
}

.styleBody h6{
	display: block; width: 100%; height: 60px; border-radius: 10px; position: relative;
	margin: 60px auto 55px; background-color: #248471; overflow: hidden;
}

.styleBody h6:after{
	display: block; content: ""; position: absolute; bottom: -10px; right: 30px;
	width: 52px; height: 54px; background-image: url(/_common/img/styles/ico_tree.png);
	background-repeat: no-repeat; background-size: cover;
}

.styleBody h6 span{
	display: block; position: absolute; left: 26px; top: 0; bottom: 0; margin: auto;
	font-size: 22px; font-weight: 700; color: #fff;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
}

.styleBox{overflow: hidden;}

.styleBox .styleBoxImg{
	display: block; float: left; width: 418px; height: 280px; border-radius: 10px; position: relative;
	overflow: hidden;
}
.styleBox .styleBoxImg.alignTop img{
	bottom: unset;
    top: 0;
    height: auto;
}

.styleBox .styleBoxImg.alignBottom img{
	bottom: 0;
    top: unset;
    height: auto;
}

.styleBox .styleBoxImg2{
	height: 550px!important;
}

.styleBox .styleContent{
	float: right; width: calc(100% - 418px); overflow: hidden; padding-left: 30px;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
}

.styleBox .styleContent p{
	display: block; font-size: 16px; line-height: 34px; margin-bottom: 45px;
}

.styleBox .styleContent .styleFeatureBox{
	width: 100%; padding: 35px 38px; border-radius: 10px; background-color: #f7f8f5;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
}

.styleBox .styleContent .styleFeatureBox div{
	display: flex; align-items: center; width: 100%; position: relative; padding: 5px 0;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
}
.styleBox .styleContent .styleFeatureBox div.styleFeatureBoxlong {
	min-height: 650px;
}
.styleBox .styleContent .styleFeatureBox div.styleFeatureBoxlong2 {
	margin-bottom: 300px;
}

.styleBox .styleContent .styleFeatureBox div span{
	font-size: 16px; white-space: nowrap; line-height: 24px;
	text-align: right;
}
.styleBox .styleContent .styleFeatureBox div span.rap2 {
	white-space: normal!important; text-align: left;
}
div span.smalltxt{
	display: block; font-size: 12px; white-space: nowrap; line-height: 12px!important; margin-bottom: -15px;
}
.styleBox .styleContent .styleFeatureBox div.styleFeatureTop {
	align-items: flex-start!important;
}
hr{border: none; border-top: 1px #f2efeb solid; margin: 0 10px;}

.styleBox .styleContent .styleFeatureBox div.styleFeatureTop hr {
	margin-top: 10px;
}

.styleBox .styleContent .styleSubtitle{font-size: 16px; font-weight: 700; margin: 40px 0 20px;}

.styleBox div:not(.styleContent) {
    margin-top: 20px;
}
.styleBox div:not(.styleContent):first-of-type{margin-top: 0 !important;}

.tbl_stl01 {
	width: 350px;
	margin-left: calc(100% - 350px)!important;
}
.tbl_stl01 strong {
	font-weight: bold;
}

.tbl_stl02 {
	width: 350px;
	margin-left: calc(100% - 350px)!important;
}
.tbl_stl02 td:last-child {text-align: right!important;}

.tbl_stl03 {
	width: 350px!important;
	margin-left: calc(100% - 320px)!important;
}
.tbl_stl03 td:last-child {text-align: right!important;}

.tbl_stl01 span,
.tbl_stl02 span,
.tbl_stl03 span { font-size: 12px!important;}

.pc_mb1 { margin-bottom: 700px!important;}

.table_pool {
  border-collapse: collapse;
  width: 100%;
}
.table_pool th, .table_pool td {
  border: 2px solid #fff;
  background-color: #EFEFEF;
  padding: 0.5em;
  font-weight: bold;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}
.table_pool th {
  background-color: #C7C7C7;
  color: #333;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 3em;
	font-size: 12px;
}
.table_pool th.tit {
	font-size: 16px;
	padding: 1em;
}
.table_pool td.txt {
	text-align: left;
	background: #fff;
	line-height: 16px!important;
	font-size: 12px!important;
}
.table_pool td strong {
	font-weight: bold;
}

.strong_border {
	border: solid 1px #000;
}