@charset "utf-8";

/*
@font-face {
	font-family: 'myFont';
	src:url("../font/fot-tsukuardgothic-std.woff") format('woff');
}
*/


/* RESET */
a,img,ul,li,table,tr,td,p,h1,h2,h3,h4,h5,h6,ol,div,body,html,dl,dt,dd,h1,h2,h3,h4,h5,h6,hr,iframe {
	padding:0px;
	margin:0px;
	border:none;
	list-style:none;
	font-weight:inherit;
	font-size:1em;
}
img { vertical-align:middle; max-width:100%; height:auto; -webkit-backface-visibility: hidden; }
a img { border:none; }

/*font-style
---------------------------------------*/

body {
	overflow-x:hidden;
	position: relative;
	font-size:12px; 
	line-height:1.8; 
	
	-webkit-text-size-adjust:100%; /* NEW! */
	text-size-adjust:100%; /* NEW! */
}

body.mobile{
	
}

body *{box-sizing: border-box;}
body *.bs_cb{box-sizing: content-box;}
.bold { font-weight:bold; }
.nobold { font-weight:normal; }

/*fontfamily-style
---------------------------------------*/
.tikushi{
	/*font-family:'myFont',fot-tsukuardgothic-std, sans-serif;*/
	font-family:'fot-tsukuardgothic-std', sans-serif;
	font-weight: 700;
	font-style: normal;
	/*-ms-font-feature-settings: "normal";*/
}


/*fontsize-style
---------------------------------------*/
.text24 { font-size:24px; }
.text22 { font-size:22px; }
.text20 { font-size:20px; }
.text18 { font-size:18px; }
.text16 { font-size:16px; }
.text14 { font-size:14px; }
.text12 { font-size:12px; }
.text10 { font-size:10px; }


/*color-style
---------------------------------------*/
.color_red { color:#990000; }
.color_blue { color:#000099; }
.color_green { color:#009900; }
.color_yellow { color:#FFFF00; }

/*link-style
---------------------------------------*/
a { text-decoration:none;  color:inherit; } /* NEW! */

.pos_re{position:relative;}

body>img,body>iframe{
	display:none;
}

.caption{
	font-size:10px;
}

/*** CLEAR-FIX ***/
.clearfix:after { content: ""; display: block; clear: both; height:0; }
.clearfix { zoom:1; }

 /* ふんわりアルファオーバー */

.alpha a img{
	transition:all 0.5s ease-in-out;
}

.alpha a:hover img{
	opacity:0.7;
}

.alpha2 a img{
	transition:all 0.3s ease-in-out 0s;
}

.alpha2 a:hover img{
	opacity:0.7;
}

/* fade utility  ふんわりマウスオーバー画像置換 */
.fade a{
	display:inline-block;
	position:relative;
}
.fade a img{
	transition:all 0.5s linear;
}

.fade a img.off{
	position:relative;
	z-index:1;
}

.fade a:hover img.off{
	opacity:0;
}

.fade a:hover img.on{
	opacity:1;
}

.fade a img.on{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
}

/*** FLOAT ***/
.fl_r { float:right; }	
.fl_l { float:left; }
.fl_n { float:none; }

.fl_ul { zoom:1; } /* NEW! */
.fl_ul:after { content: ""; display: block; clear: both; height:0; }
.fl_ul li { float:left; }

.cl_b{clear:both;} /* NEW! */


/*caption*/

.cap_l{
	text-align:left;
	font-size:10px;
}
.cap_r{
	text-align:right;
	font-size:10px;
}

.center{
	margin-left:auto !important;
	margin-right:auto !important;
}

/*** ALIGN ***/
.ta_c { text-align:center; }
.ta_c_pc { text-align:center; }
.ta_r { text-align:right; }
.ta_l { text-align:left; }


/* Table Class */
.table1 {
	border-top:1px solid #d1d1d1;
	border-left:1px solid #d1d1d1;
	background:#f5f5f5;
	border-collapse:collapse;
	padding:0;
	width:100%;
}

.table1 td {
	border-bottom:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	padding:8px;
	background:#fff;
}
.table1 th {
	border-bottom:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	width:200px;
	padding:8px;
	text-align:left;
}
.table1 td table td { border:none; }


/* col(n) - リストをグリッド並べ -  */

/* clearfix不要 */

.ul_col3{
	zoom:1;
}

.ul_col3:after { content: ""; display: block; clear: both; height:0; }

.ul_col3 li{
	float:left;
	width:32%;  /* リスト幅 */
	margin-right:2%; /* 横マージン */
	margin-bottom:2%;/* 縦マージン */
}

.ul_col3 li:nth-child(3n){ /* 3の倍数だけ横マージン殺し */
	margin-right:0;
}

.ul_col4{
	zoom:1;
}

.ul_col4:after { content: ""; display: block; clear: both; height:0; }

.ul_col4 li{
	float:left;
	width:22%;  /* リスト幅 */
	margin-right:4%; /* 横マージン */
	margin-bottom:4%;/* 縦マージン */
}

.ul_col4 li:nth-child(4n){ /* 4の倍数だけ横マージン殺し */
	margin-right:0;
}

.ul_col4 li:nth-child(4n+1){
	clear:both;
}




@media screen and (max-width: 768px){

	.text24 { font-size:18px; }
	.text22 { font-size:17px; }
	.text20 { font-size:16px; }
	.text18 { font-size:15px; }
	.text16 { font-size:14px; }
	.text14 { font-size:13px; }
	.text12 { font-size:12px; }
	.text10 { font-size:10px; }


	.ul_col4 li{
		width:48%;
		margin-right:4%;
		margin-bottom:4%;
	}
	
	.ul_col4 li:nth-child(2n){ /* 2の倍数も横マージン殺し */
		margin-right:0;
	}
	
	.ul_col4 li:nth-child(2n+1){
		clear:both;
	}
		
	.ul_col3 li{
		width:auto;
		float:none;
		margin-right:0;
	}

	.ta_c_pc { text-align:left; }
	
}

.vpc1200{}
.vsp1200{display:none;}

@media screen and (max-width:1200px){
	.vpc1200{display:none;}
	.vsp1200{display:block;}
}
@media screen and (max-width: 1260px){
	.vpc1260{display:none;}
}
@media not screen, screen and (min-width: 1261px){
	.vsp1260{display:none;}
}


@media screen and (max-width: 900px){
	.vpc900{display:none;}
}
@media not screen, screen and (min-width: 901px){
	.vsp900{display:none;}
}

@media not screen, screen and (min-width: 768px){
	.vsp{display:none;}
}

@media screen and (max-width: 600px){


	.ul_col4 li{
		width:auto;
		float:none;
		margin-right:0;
	}
	
	.vpc600{display:none;}
	
}


.vpc960{}
.vsp960{display:none;}

@media screen and (max-width:960px){
	.vpc960{display:none;}
	.vsp960{display:block;}
}

@media not screen, screen and (min-width:941px){
	.vsp940{display:none;}
}
@media screen and (max-width:940px){
	.vpc940{display:none;}
}
@media not screen, screen and (min-width:737px){
	.vsp736{display:none;}
}
@media screen and (max-width:736px){
	.vpc736{display:none;}
}

.vpc860{}
.vsp860{display:none;}

@media screen and (max-width:860px){
	.vpc860{display:none;}
	.vsp860{display:block;}
}


.vpc{}
.vsp{display:none;
}

@media screen and (max-width:768px){
	.vpc{display:none;}
	.vsp{display:block;}
}

.vpc640{}
.vsp640{display:none;}

@media screen and (max-width:640px){
	.vpc640{display:none;}
	.vsp640{display:block;}
}

.vpc600{}
.vsp600{display:none;}

@media screen and (max-width:600px){
	
	.vpc600{display:none;}
	.vsp600{display:block;}
	
}


.vpc480{}
.vsp480{display:none;}

@media screen and (max-width:480px){
	.vpc480{display:none;}
	.vsp480{display:block;}
}


.vpc414{}
.vsp414{display:none;}

@media screen and (max-width:414px){
	.vpc414{display:none;}
	.vsp414{display:block;}
}


.vpc375{}
.vsp375{display:none;}

@media screen and (max-width:375px){
	.vpc375{display:none;}
	.vsp375{display:block;}
}


@media not screen,screen and (min-width: 601px){

	.vsp600{display:none;}
	
}

/*///////////////////////////////////////////
				Shiny CSS
				MUTO 2016
///////////////////////////////////////////*/


.shiny a {
    display: inline-block;
	max-width:100%;
    position: relative;
    overflow: hidden;
}
.shiny a:before {
    display: block;
    position: absolute;
    z-index: 10;
    left: -100%;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);
	background: linear-gradient(135deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);
	animation: shiny 4s infinite linear;
}

/*光の起点と終点の指定*/
@keyframes shiny {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}


/* 重要なお知らせ */

.important-news{
    border-top: 1px solid #c6c9d3;
    border-bottom: 1px solid #c6c9d3;
    background-color: #ffebeb;
    }

.important-news .important-news-inner {
    max-width: 1122px;
    margin: 0 auto;
    padding: 10px 30px;
}

.important-news .important-news-inner a {
    line-height: 1.5;
    display: block;
    -webkit-transition: color .2s ease 0s;
    transition: color .2s ease 0s;
    color: #dc3838;
    font-size: 100%;
}

.important-news .category {
    font-size: 12px;
    line-height: 1.1;
    display: block;
    float: left;
    box-sizing: border-box;
    width: 110px;
    margin: 1px 10px 0 0;
    padding: 3px 0 4px;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background-color: #fb5656;
    }
    
.important-news .text-inner {
    font-size: 14px;
    }
    
@media screen and (max-width: 760px) {

.important-news .important-news-inner {
    padding: 10px 15px;
    }

.important-news .category {
    font-size: 10px;
    display: block;
    float: none;
    width: 80px;
    margin: 0 0 5px;
    }
    
}

