@charset "utf-8";
/* CSS Document */
.taC {
	text-align: center;
}
.outer {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	}
.outer85 {
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
	}
.shadow {box-shadow: 5px 5px 10px #666;
    -webkit-box-shadow: 5px 5px 10px #666;
    -moz-box-shadow: 5px 5px 10px #666;
}
.font_small {
	font-size:0.8em;
	line-height:1.4;
	}

.font_small2{
	font-size:0.4em;
	line-height:1.2;
	}

#mv-top {
	background:#cdcdcd;
	/*border:1px solid #333;*/
	padding:1.5rem;
	margin-bottom:2rem;
	}
	
#mv-top h3{
	color:#FFFFFF;
	font-size:2rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom:0;
	letter-spacing:0.2rem;
	line-height:1.6;
	}
	
.contents-mv {
	max-width:1096px;
	margin-left:auto;
	margin-right:auto;
	}

.outer2 {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 8rem;
	margin-top: 6rem;
	}

/*　インフォメーション　*/
.top_info{
	max-width:1024px;
	margin:3rem auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;	
	}
.top_info li{
	flex-basis:90%;
	font-size:1.2rem;
	line-height:1.4;
	margin:2%;
	text-align:center;
	}
.top_info img{
	margin-bottom:0.5rem;	
	}

/* pickup */

#pickup ul {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	/* Safari */
}

#pickup ul li {
	width: 45%;
	margin-bottom: 0.5rem;
}

		

.fx-btw_rn{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	-webkit-justify-content: space-between; /* Safari */
	}
.wd48s24p {
	flex-basis: 48%;
	}
.wd48 {
	width: 48%;
	}
/* footer */
.l-footer .raijyo {
    display: block;
    margin-bottom: 20px;
    padding: 8px;
/*	background:#ea5f00;*/
	background:#00552f;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-size: 1.1rem;
}

.mt01 {
	margin-top: 0.1rem ;
	}

.mt00 {
	margin-top: 0 ;
	}
	
@media print, screen and (min-width : 768px){

/*　インフォメーション　*/
.top_info{
	margin:3rem auto;	
	}
.top_info li{
	flex-basis:30%;
	/*flex-basis:23%;*/	
	font-size:1.4rem;
	margin:1%;
	}
.top_info img{
	margin-bottom:1rem;
	}
/* footer */
.l-footer .raijyo {
    margin-bottom: 35px;
    padding: 6px 0;
    font-size: 24px;
    font-size: 2rem;
}

/* flexBox
--------------------------------------*/

.fx {
	display: flex;
	flex-wrap: wrap;
}

.fx-btw{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	-webkit-justify-content: space-between; /* Safari */
	}
	
.fx-end{
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-end;
	-webkit-justify-content: flex-end; /* Safari */
	}
	
.fx-ct{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	-webkit-justify-content: center; /* Safari */	
	}
	
.fx-ar{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	-webkit-justify-content: space-around; /* Safari */	
	}
	
/*2カラム*/
	
.fx2-one{
	width:48%;
	}

/*3カラム*/

.fx3-one{
	width:31%;
	}
	
.fx3-two{
	width:66.6%;
	}
	
/*4カラム*/

.fx4-one{
	width:24%;
	}
	
.fx4-two{
	width:48%;
	}
	
/*5カラム*/

.fx5-one{
	width:19%;
	}
	
.fx5-two{
	width:39%;
	}
	
.fx5-three{
	width:57%;
	}
	
.fx5-four{
	width:78%;
	}
	
/*6カラム*/

.fx6-one{
	width:15%;
	}

/* pickup */

#pickup ul li {
		width: 33%;
	}
	
	.mt01 {
	margin-top: 0.1rem ;
	}

.mt00 {
	margin-top: 0 ;
	}
	
}

