@charset "utf-8";

/*-------------------------
import_css
---------------------------*/
@import url("./contents1280.css") screen and (min-width:751px);
@import url("./contents640.css") screen and (max-width:750px);

/*-------------------------
contents
---------------------------*/
article p em {
	color:#46ad70;
	font-size: 128%;
	font-style:normal;
}
#flick dl {
	position: relative;
}
#flick dt {
	background-repeat:no-repeat;
	background-position:center top;
	color:#46ad70;
	text-align:center;
	line-height:1.36;
}
#flick dd {
	padding-top:1em;
}
#title02 section {
	margin-top:2em;
	overflow:hidden;
}
#list01 h3,#list02 h3 {
	color:#46ad70;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#list03 h3 {
	background-color:#46ad70;
	color:#fff;
	text-align:center;
}
#flick dd a {
	display: block;
	background-color: rgba(255,255,255,0);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#flick dd a:hover {
	background-color: rgba(255,255,255,.8);
}
#flick dd a span {
	display: none;
}

/*-------------------------
LINE
---------------------------*/
#line {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
#line .flex dd {
	font-size: 80%;
	margin-top: 20px;
}
@media screen and (max-width: 750px) {
	#line .flex dd {
		margin-top: 60px;
	}
}
#line .flex dt+dd img {
	width: 60%;
	margin: 0 auto;
	border: 1px solid #c8c8c8;
}
#line2,
#line2 * {
	box-sizing: border-box;
}
#line2 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}
#line2 dt {
	width: 13em;
	color: #46ae70;
	text-align: right;
	margin-bottom: 1em;
}
#line2 dd {
	width: calc(100% - 13em);
	text-align: justify;
	padding-left: 1em;
	margin-bottom: 1em;
}
#line2 li {
	padding-left: 1em;
	position: relative;
}
#line2 li:before {
	content: "\25CF";
	color: #46ae70;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 750px) {
	#line2 dt {
		width: 100%;
		text-align: left;
		margin-bottom: 0;
	}
	#line2 dd {
		width: 100%;
		padding-left: 0;
	}
}