/* CSS Document */

/* PC/スマホ共通表示 */

.-----PC_MOBILE_COMMON_CSS_START----- {}

#page_title {
	margin-bottom: 0px;
}
#voice_1day .local_nav {
	display: block;
	background-color: #E2E6EB;
	padding-top: 28px;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
#voice_1day .local_nav ul {
	text-align: center;
}

#voice_1day .local_nav ul li {
	width: 234px;
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
	cursor: pointer;
}
#voice_1day .local_nav ul li .img {
	border: 5px solid #E2E6EB;
	margin-bottom: 4px;
	background-color: #000;
	line-height: 0px;
}
#voice_1day .local_nav ul li .current {
	border: 5px solid #FFF;
}
#voice_1day .local_nav ul li .img img {
	opacity:0.8;
}
#voice_1day .local_nav ul li .current img {
	opacity:1.0;
}

#voice_1day .local_nav ul li a {
	display: block;
	color: #1E9699;
	font-size: 20px;
	line-height: 26px;
	text-align: left;
	padding: 6px;
	text-decoration: none;
}
#voice_1day .local_nav ul li a:hover {
	text-decoration: none;
}
#voice_1day .local_nav ul li a em {
	font-size: 15px;
	font-style: normal;
}
#intro {
	background-repeat: no-repeat;
	background-position: left center;
	height: 329px;
	box-sizing: border-box;
	padding-top: 104px;
	padding-left: 400px;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	background-color: #F5F4F2;
}
#intro .section {
	border: 5px solid #FFF;
	background-color: #3EB034;
	color: #FFF;
	height: 114px;
	width: 114px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 57px;
	font-size: 15px;
	line-height: 120%;
	padding-top: 30px;
	font-weight: bold;
}
#intro .section strong {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}
#intro .catch {
	color: #1E9699;
	height: 114px;
	width: 470px;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 29px;
	line-height: 130%;
	font-weight: normal;
	letter-spacing: -2px;
}







#one_day .wrapper {
	width: 100%;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	padding: 20px;
	box-sizing:border-box;
}
#one_day .wrapper .img_box {
	width: 304px;

}
#one_day .wrapper .img_box img {
	margin-bottom: 10px;

}
#one_day .wrapper .flow {
	width: 610px;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
#one_day .wrapper .flow .time {
	width: 55px;
	font-size: 13px;
	line-height: 55px;
	font-weight: bold;
	color: #FFF;
	background-color: #3EB034;
	text-align: center;
	border-radius:27px;
}
#one_day .wrapper .flow .action {
	background-color: rgba(62,176,52,0.1);
	min-height: 55px;
	width: 545px;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 5px;
	box-sizing: border-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	line-height: 140%;
}
#one_day .wrapper .flow .arrow {
	width: 545px;
	background-image: url(../img/arrow01.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 9px;
	margin-right: 0px;
	margin-left: 70px;
}


.-----PC_MOBILE_COMMON_CSS_END----- {}

/* スマートフォン用CSS */
@media screen and (max-width: 640px) {
	
.-----MOBILE_ONLY_CSS_START----- {}


#voice_1day .local_nav {
	
	margin-bottom: 0px;
}
#voice_1day .local_nav ul {
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
}
#voice_1day .local_nav ul li {
	width: 244px;
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#voice_1day .local_nav ul li .img {
	width: 230px;
	border: 7px solid #E2E6EB;
}
#voice_1day .local_nav ul li .current {
	border: 7px solid #FFF;
}
#voice_1day .local_nav ul li .img img {
	width: 100%;
	height:auto;
}
#voice_1day .local_nav ul li .current img {
	opacity:1.0;
}
#voice_1day .local_nav ul li a {
	font-size: 24px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#voice_1day .local_nav ul li a:hover {

}
#voice_1day .local_nav ul li a em {
	font-size: 16px;
}


#intro {
	padding-top: 178px;
	padding-left: 50px;
}
#intro .section {

}
#intro .section strong {

}
#intro .catch {
	text-shadow: #FFF 1px 1px 10px, #FFF -1px 1px 10px,
    #FFF 1px -1px 10px, #FFF -1px -1px 10px;
	width: 440px;
	font-size:30px;
}
#one_day .wrapper{
	display:block;
}
#one_day .wrapper .img_box {
	width: auto;
	text-align: center;
	margin-bottom: 15px;
}
#one_day .wrapper .img_box br {
	display: none;
}
#one_day .wrapper .img_box img {
	width: 270px;
	height: auto;
	margin-right: 5px;
	margin-left: 5px;
}
#one_day .wrapper .flow {
	width: 590px;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-right: auto;
	margin-left: auto;
}
#one_day .wrapper .flow .time {
	width: 90px;
	font-size: 20px;
	line-height: 90px;
	font-weight: bold;
	color: #FFF;
	background-color: #3EB034;
	text-align: center;
	border-radius:45px;
}
#one_day .wrapper .flow .action {
	background-color: rgba(62,176,52,0.1);
	min-height: 90px;
	width: 490px;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 5px;
	box-sizing: border-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	line-height: 140%;
}
#one_day .wrapper .flow .arrow {
	width: 100%;
	background-image: url(../img/arrow01.png);
	background-repeat: no-repeat;
	background-position: 340px center;
	height: 30px;
	margin-right: 0px;
	margin-left: 0px;
}

.-----MOBILE_ONLY_CSS_END----- {}

}
