@charset "utf-8";
/* -- COMMON -- */

*{ font-size: 13px; font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif}
.core{ max-width: 980px; padding-left: 10px; padding-right: 10px; margin-left: auto; margin-right: auto;}
.core1200{ max-width: 1220px; padding-left: 10px; padding-right: 10px; margin-left: auto; margin-right: auto;}
[class*="row-"]{ margin-top: 60px;}
[class*="inRow-"]{ margin-top: 40px;}
.row-01{ margin-top: 0;}
.flex{ display: flex; justify-content: space-between;}
.min{ font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;}
.cap{ font-size: 10px;}
/*a{ transition: all .3s; -webkit-transition: all .3s;}*/
.colL{ order: 1;}
.colR{ order: 2;}
figure{ text-align: center;}
figcaption{ font-size: 12px; text-align: right; margin-top: .3em;}
figure.inCap{ position: relative;}
figure.inCap figcaption{ font-size: 10px; color: #fff; margin-top: 0; position: absolute; bottom: 5px; right: 5px;}
img{ max-width: 100%;}
/**:first-letter{ font-feature-settings: "palt" 1;}*/

/* main */
.main{
	padding-top: 40px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 60px;
}
.topics{ margin-top: 60px;}
.topicsBox{ align-items: center; border: 1px solid #D1D2D2;}
.topicsBox>div{ padding: 15px; font-size: 15px;}
.topicsBox .titBox{ flex-basis: 200px; text-align: center; background: #000; color: #fff;}
.topicsBox .txtBox{ flex-basis: calc(100% - 200px);}
.topicsBox .txtBox a{ text-decoration: underline;}

.contactWrap{ background: #E8E7DD; padding: 60px 0; font-size: 13px; text-align: center}
.contactWrap .tit{ font-size: 24px; line-height: 1.4; font-weight: bold; margin-bottom: 10px;}
.contactWrap .inner{ margin: 20px 0 0;}
.contactWrap .inner>div{ flex-basis: 48%; background: #fff; padding: 30px 15px; text-align: center;}
.contactWrap .telWrap{ justify-content: center; align-items: center; margin: 15px 0; font-size: 12px; line-height: 1em;}
.contactWrap .telWrap .telBox{ margin-left: 10px;}

.ftCapWrap{ margin-top: 60px;}
.ftCapWrap li{ position: relative; padding-left: 1em; font-size: 12px;}
.ftCapWrap li:before{ content: '※'; position: absolute; top: 0; left: 0;}

/* fade-setting */
.lodingfade { animation: lodingfade 1s ease .5s both;}
@keyframes lodingfade {
  from { opacity: 0;}
  to { opacity: 1;}
}
.fadeIn { opacity : 0; transform: translateY(0); transition: all 1s;}
.fadeInUp { opacity : 0; transform: translateY(20px); transition: all 1s;}
.fadeInDown { opacity : 0; transform: translateY(-20px); transition: all 1s;}
.fadeInRight { opacity : 0; transform: translateX(20px); transition: all 1s;}
.fadeInLeft { opacity : 0; transform: translateX(-20px); transition: all 1s;}


/* FOOTER */
footer{ background: #6E6A64; }
footer .inner{ text-align: center; padding: 30px 10px;}
footer *{ color: #fff; font-size: 10px;}
footer .ftMenu{ margin: 15px 0;}
footer .ftMenu ul.flex{ justify-content: center;}
footer .ftMenu li{ border-right: 1px solid #fff;}
footer .ftMenu li a{ display: inline-block; padding: 0 1em;}

.mainCap{padding: 25px 0;  margin:50px  auto 10px}
.mainCap li {
padding-left:1em;
text-indent:-1em;
margin-bottom: 3px;
font-size: 10px;
}

	
@media only screen and (max-width: 840px){
	.flextb{ display: flex; justify-content: space-between;}
}

@media only screen and (min-width: 768px){
	.spv{ display: none!important;}
	.flexpc{ display: flex; justify-content: space-between;}
	.contactWrap .colR{ margin-left: 4%;}
	.telBox a{ pointer-events: none;}
	footer .ftMenu li{ border-right: 1px solid #fff;}
	footer .ftMenu li a { word-break: keep-all;}
	footer .ftMenu li:first-child{ border-left: 1px solid #fff;}
}
@media only screen and (max-width: 767px){
	.pcv{ display: none!important;}
	.flexsp{ display: flex; justify-content: center;}
/*	[class*="row-"]{ margin-top: 40px;}*/
	.topics { margin-top: 40px;}
	.contactWrap{ padding: 40px 0;}
	.contactWrap .tit{ font-size: 24px; margin-bottom: 5px;}
	.contactWrap .colR{ margin-top: 15px;}
	.contactWrap .telWrap img{ max-width: 180px;}
	footer .ftMenu li{ flex-basis: calc(100% / 3);}
	footer .ftMenu li:last-child{ border-right: none;}
	.ftCapWrap li{ font-size: 10px;}
	.contactWrap .tit{ font-size: 5vw; }
}
