@charset "utf-8";

body{
	border-top:5px #E40037 solid;
}

/* ──────────────────────────────────────── */

#mainvisual{
	margin:0 auto;
	width:960px;
}

#container{
	padding:40px 0 0;
}

/* ──────────────────────────────────────── */

#selection{
	background:#FDF2F5;
	padding:40px 0;
	position:relative;
}

#selection h2{
	margin:0 auto;
	width:960px;
}

#selection ul{
	margin:30px auto 0;
	width:960px;
}

#selection ul:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
	/*モダンブラウザ隙間対策*/
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
#selection ul{display:inline-block;}
html[xmlns] #selection ul{display:block;}
* html #selection ul{height:1%;}


#selection li{
	float:left;
	position:relative;
	width:168px;
}

#selection li + li{
	margin-left:30px;
}

#selection li img{
	width:168px;
	height:auto;
}

#selection li h3{
	font-weight:bold;
	margin-top:0.5em;
}

#selection li .new{
	height:40px;
	width:40px;
	position:absolute;
	top:-20px; left:-20px;
}

#selection .more{
	margin-left:420px;
	position:absolute;
	top:40px; left:50%;
}

/* ──────────────────────────────────────── */

#information{
	border:5px #EDEDED solid;
	float:left;
	margin-bottom:30px;
	padding:20px;
	width:580px;
}

#information h2{
	margin-bottom:20px;
}

#information ul:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
	/*モダンブラウザ隙間対策*/
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
#information ul{display:inline-block;}
html[xmlns] #information ul{display:block;}
* html #information ul{height:1%;}


#information li{
	display:block;
	float:left;
	width:172px;
}

#information li + li{
	margin-left:30px;
}

#information .photo{
	height:120px;
	overflow:hidden;
	margin-bottom:10px;
	width:170px;
}

#information .photo img{
	height:auto;
	min-height:120px;
	min-width:170px;
	width:100%;
}

#information h3 a{
	font-weight:bold;
	text-decoration:none;
	color:#333;
}

#information p{
	text-align:center;
	margin-top:10px;
	line-height:0;
}

#information p a{
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #F6AC18;
	color: #FFF;
	display: block;
	text-decoration: none;
	vertical-align: bottom;
	padding: 0.3em 0;
}

#information p a:after {
	background:url(../img/news/arrow.png) no-repeat bottom right;
	content:"";
	display:inline-block;
	width:10px;
	height:1em;
}

/* ──────────────────────────────────────── */

#flyer{
	background:url(../img/flyer/body.gif) repeat-y;
	float:right;
	margin-bottom:30px;
	width:300px;
	position:relative;
}

#flyer:before {
	content:url(../img/flyer/head.gif);
	background:#FFF;
	display:block;
}

#flyer:after {
	content:url(../img/flyer/foot.gif);
	background:#FFF;
	display:block;
}

#flyer h2{
	padding:0 20px;
	margin-bottom:15px;
}

#flyer img.photo{
	display:block;
	margin:0 auto 0.5em;
	height:auto;
	width:120px ;
}

#flyer ul{
	display:table;
	text-align:	center;
	width:100%;
}

#flyer li{
	display:table-cell;
	width:120px;
	padding:0 20px;
}

#flyer li + li{
	padding:0 20px 0 0;
}

#flyer li a{
	text-decoration:none;
	color:#333;
}

#flyer p.date{
	background:#EDEDED;
	color:#E50038;
	font-weight:bold;
	position:absolute;
	top:20px; right:20px;
	padding:0.2em 0.5em;
}

#flyer p.none{
	text-align:center;
	padding:90px 20px;
}

/* ──────────────────────────────────────── */

#pickup{
	clear:both;
	margin-bottom:30px;
    display: flex;
    justify-content: space-between;
}

#pickup li{
	display:block;
	width:225px;
}

#pickup li img{
    max-width: 100%;
    height: auto;
	vertical-align:bottom;
}

#pickup li.sns{
    border: 1px #CCC solid;
    width: 225px;
}

#pickup li.sns ul{
    display: flex;
    justify-content:center;
}

#pickup li.sns ul li + li{
    margin-left:2em;
}

#pickup li.sns img{
    width: 40px;
    height: auto;
}

#pickup li.sns a{
    transition: all ease 0.3s;
}

#pickup li.sns a:hover{
    opacity: 0.6;
}

#pickup li.sns li{
    width: 40px;
}

#pickup li.sns p{
    box-sizing: border-box;
    padding: 1em 1em 0.5em;
    text-align: center;
    font-weight: bold;
    width: 100%;
}

#pickup li.btnset{
    width:calc(225px * 2 + 2em) ;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pickup li.btnset p{
    font-size: 1.4em;
    width: auto;
    margin-right: 1em;
}

/* ──────────────────────────────────────── */

#link{
	font-size:0;
	line-height:0;
}

#link li{
	vertical-align:bottom;
}

#link li{
	border:5px #EEE solid;
	background:#EEE;
	display:inline-block;
	margin-left:15px;
	height:50px;
	width:170px;
}

#link li:first-child {
	margin-left:0;
}

#link li a{
	display:block;
	background:#FFF;
}

/* ──────────────────────────────────────── */

#SNSpolicy {
    padding:20px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
    margin: 40px 0 0;
}

#SNSpolicy h2{
    font-size: 24px;
    font-weight: bold;
}

#SNSpolicy h2 {
    cursor: pointer;
    position: relative;
}

#SNSpolicy h2::after{
    color: #666666;
    margin: -0.75em 0 0;
    position: absolute;
    right: 0;
    top:50%;
    content: "▼";
}

#SNSpolicy div{
    display: none;
}
#SNSpolicy h2.active::after {
    color: #333;
    content: "▲";
}


#SNSpolicy h3{
    font-size: 1.25em;
    margin: 2em 0 0;
    font-weight: bold;
}

#SNSpolicy p{
    margin: 1em 0 0;
    line-height: 1.8;
}

#SNSpolicy p:first-of-type{
    font-weight: bold;
    margin: 1em 0 0;
}

#SNSpolicy ul{
    margin: 1em 0 0 1.5em;
    list-style-type: disc;
    line-height: 1.8;
}

/* ──────────────────────────────────────── */

#actplan{
	font-size: 1.2em;
	margin: 40px 0 0;
}

#actplan a{
	display: block;
	color: #333;
    font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	padding:20px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
    margin: 40px 0 0;
	position: relative;
}

#actplan a::before{
    content: "▼";
	display: inline-block;
	transform: rotate(-90deg);
    margin: -0.75em 0 0;
    position: absolute;
    right: 20px;
    top:50%;
}