﻿.linkStyle {
color: #6db37b;
}

/*page3 box_img追加------------------------*/
#page3 .cate .box_wrap .box .box_img {
	text-align: center;
	padding-top: 10px;
}


/*黄緑背景部分文字色変更-----------------*/
.bg_color3 {
color: #006837;
}
#page3 .cate .box_wrap .box .box_title::before {
background-color: #006837;
}
#page3 .cate .box_wrap .box .box_title {
border-color: #006837;
}

#page9 .box_wrap .box p a {
color: #006837;
}

#page10 .box_wrap ul li a {
color: #006837;
}


/*バナー追加*/
#movie {
	margin-bottom: 100px;
	text-align: center;
}
#movie .top_cms_title{
	font-size: 36px;
	display: inline-block;
	position: relative;
	margin-bottom: 50px;
	line-height: 1.3;
	text-align: left;
}
#movie .top_cms_title::after{
	content: "";
	display: block;
	position: absolute;
	width: 60%;
	height: 3px;
	bottom: 0;
	left: 20%;
	background: #6db57c;
}
#movie figure {
	width: 50%;
	float: left;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}
#movie figure img {
	max-width: 600px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#movie figure a {
	transition: .5s;
}
#movie figure a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 780px){
#movie .top_cms_title{
	font-size: 40px;
	margin-bottom: 30px;
}
#movie {
	padding: 0 20px;
}
#movie figure {
	width: 100%;
	float: none;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
#movie figure img {
	max-width: 100%;
}
}
@media screen and (max-width: 700px){
#movie .top_cms_title{
	font-size: 20px;
	margin-bottom: 30px;
}
}
