@charset "utf-8";

/* COMMON
---------------------------------------------------------------------------- */	
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Raleway&display=swap);


body{
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    color:#333;
}
.mac body{
    font-size: 15px;
}
a{
    text-decoration:underline; 
    color: #59493f;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a:hover{ text-decoration: none; }

@media screen and (max-width:768px){
    body{
        font-size: 14px;
    }
}

/* 分類：幅調整モジュール
----------------------------------------------------------------------------- */
.w5{ width:5% !important; }
.w10{ width:10% !important; }
.w15{ width:15% !important; }
.w20{ width:20% !important; }
.w25{ width:25% !important; }
.w30{ width:30% !important; }
.w35{ width:35% !important; }
.w40{ width:40% !important; }
.w45{ width:45% !important; }
.w50{ width:50% !important; }
.w55{ width:55% !important; }
.w60{ width:60% !important; }
.w65{ width:65% !important; }
.w70{ width:70% !important; }
.w75{ width:75% !important; }
.w80{ width:80% !important; }
.w85{ width:85% !important; }
.w90{ width:90% !important; }
.w95{ width:95% !important; }
.w100{ width:100% !important; }

/* header
---------------------------------------------------------------------------- */
.h100{ height:100vh !important; }

/* SP メニュー */
@media screen and (max-width:768px){
    
}


/* wrap
---------------------------------------------------------------------------- */
.wrap{
    
}
@media screen and (max-width:768px){
    .wrap{
        
    }
}

/* mv
---------------------------------------------------------------------------- */
.mv{

}


/* topicPath
---------------------------------------------------------------------------- */
.topicpath{
}
@media screen and (max-width:768px){
    .topicpath{
    
    }
}

/* main
---------------------------------------------------------------------------- */
.main{
    
}
@media screen and (max-width:768px){
    .main{
        
    }
}

/* footer
---------------------------------------------------------------------------- */
.footer{
    
}
@media screen and (max-width:768px){
    .footer{
        
    }
}

/*====================================================================================================
  CONTENT
====================================================================================================*/

#content { clear:both; width:100%; }


/*** PAGER *******************************************************************/
#pager { 
	display: flex; 
	justify-content: center; 
	margin: 45px 0 63px; 	
}
#pager div {
	width: 25.8px;
	height: 25.8px;
	border-radius: 50%;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.08);
	text-align: center;
	color: #C7C8C9;
	font-size: 75%;
	cursor: pointer;
	margin: 3px 5px;
}
#pager div.active {
	width: 34.41px;
	height: 34.41px;
	border: 1px solid;
	color: #A5C9FF;
	font-size: 87.5%;
	margin-top: 0;
}