@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------------------------
ページヘッダースペース設定
-------------------------------------------------------------------- */
main {
	padding-top: 100px;
}
/* --------------------------------------------------------------------
メインの設定
-------------------------------------------------------------------- */
.box_container_p2{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.mainvisual {
  overflow-x: hidden;
}
.top-wrapper{
	width: 100%;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/news_event/news_event_back01.png);
	color: #000;
}
.main_text_p1{
	width: 100%;
	overflow: hidden;
}
.main_text_box{
	max-width: 980px;
	margin: 0 auto;
	overflow: hidden;
	padding: 200px 0;
}
.main_phototext_p01{
	max-width: 800px;
	overflow: hidden;
	margin: 0 auto;
}
.main_text01_title{
	overflow: hidden;
	color: #fff;
	font-family:Helvetica, Arial,"sans-serif";
	font-size: 36px;
	text-align: center;
	font-weight: normal;
	margin: 0 auto;
	line-height: 1em;
	letter-spacing: 0.1em;
	display: block;
	padding: 0;
}
.main_text01{
	overflow: hidden;
	color: #fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	line-height: 1em;
	letter-spacing: 0.3em;
	display: block;
	padding: 8px 0;
}
.photo_text{
	width: 100%;
	margin:0 auto;
}
/* --------------------------------------------------------------------
ニュース内容の設定
-------------------------------------------------------------------- */
.box_container{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.box_container_p2{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.news_o_wrapper{
	max-width: 1000px;
	margin: 100px auto;
	overflow: hidden;
}

#newsbox_said{
	width: 25%;
	height: auto;
	float: left;
	overflow: hidden;
}
.newsbox_main{
	width: 68%;
	float: right;
	overflow: hidden;
}
/* --------------------------------------------------------------------
ニュースサイドバーの設定
-------------------------------------------------------------------- */
.newsbox_said_m1{
	overflow: hidden;
	max-width: 250px;
	margin-bottom: 50px;
}
.rist-menu {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	float: left;
}
.rist-menu li {
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}
.rist-menu li+ li{
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 0;
	border-bottom: 1px solid #CACACA;
}
.rist-menu li a {
	display: block;
	position: relative;
	z-index: 10;
	height: 45px;
	margin: 0;
	padding: 0px 10px 0px 50px;
	background: #EFEFEF;
	color: #000;
	font-size: 14px;
	line-height: 45px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.rist-menu li a:hover {
	background: #00592E;
	color: #fff;
	opacity: 1 ;
}

/* --------------------------------------------------------------------
ニュースサイドバー2の設定
-------------------------------------------------------------------- */
.rist-menu2 {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	float: left;
}
.rist-menu2 li {
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}
.rist-menu2 li+ li{
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 0;
	border-bottom: 1px solid #CACACA;
}
.rist-menu2 li a {
	display: block;
	position: relative;
	z-index: 10;
	height: 45px;
	margin: 0;
	padding: 0px 10px 0px 50px;
	background: #EFEFEF;
	color: #000;
	font-size: 14px;
	line-height: 45px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.rist-menu2 li h1 {
	display: block;
	position: relative;
	z-index: 10;
	height: 45px;
	margin: 0;
	padding: 0px 10px 0px 50px;
	background: #00592E;
	color: #fff;
	font-size: 14px;
	line-height: 45px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.rist-menu2 li a:hover {
	background: #00592E;
	color: #fff;
	opacity: 1 ;
}
#list2_2 li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 38%;
	left: 15px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #00592E;
	border-right: 1px solid #00592E;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#list2_2 li h1:before {
	display: block;
	content: "";
	position: absolute;
	top: 38%;
	left: 15px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#list2_2 li a:hover:after {
	display: block;
	content: "";
	position: absolute;
	top: 38%;
	left: 15px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rist-menu2 li h1 {
	display: block;
	position: relative;
	z-index: 10;
	height: 45px;
	margin: 0;
	padding: 0px 10px 0px 50px;
	background: #00592E;
	color: #fff;
	font-size: 14px;
	line-height: 45px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

/* --------------------------------------------------------------------
ニュースサイドバーリストマークの設定
-------------------------------------------------------------------- */
#list2 li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 38%;
	left: 15px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #00592E;
	border-right: 1px solid #00592E;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#list2 li a:hover:after {
	display: block;
	content: "";
	position: absolute;
	top: 38%;
	left: 15px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* --------------------------------------------------------------------
ニュースサイド_ボタン設定
-------------------------------------------------------------------- */
.newsbox_said_m1_2{
	overflow: hidden;
	max-width: 250px;
	margin-bottom: 30px;
}
.news_said_b_text_box{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background: #EFEFEF;
}
.news_said_b_text_p01{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background: #EFEFEF;
	padding: 10px 0;
}
.news_said_b_text01{
	overflow: hidden;
	color: #000;
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	line-height: 1.5em;
	display: block;
}
.news_said_b_text02{
	overflow: hidden;
	color: #000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	margin: 0 auto;
	line-height: 1.5em;
	display: block;
}
.news_said_b_photo01{
	width: 90%;
	overflow: hidden;
	margin: 10px auto 0 auto;
}
.news_said_b_photo{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

/* --------------------------------------------------------------------
ニュースメインの設定
-------------------------------------------------------------------- */
.newsbox_main h1{
	position: relative;
	text-align: left;
	padding: 0.8em 1em 0.8em 1.5em;
	border: 1px solid #CACACA;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.1em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}
.newsbox_main h1::after {
  position: absolute;
  top: 0em;
  left: 0em;
  content: '';
  width: 10px;
  height: -webkit-calc(100% );
  height: calc(100% );
  background-color: #00592E;
}
.news_tpix{
	overflow: hidden;
	padding: 0 0 50px 0;
	border-bottom: 1px solid #CACACA;
}

.tp_an{
	margin-top: -120px;
	padding-top: 160px;
}
.tp_an_s02{
	margin-top: 0px;
	padding-top: 40px;
}
.newsbox_main h3{
  text-align: left;
  margin: 0 0 10px 0;
  font-size: 14px;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}
.newsbox_main h4{
	text-align: left;
	padding-bottom: 0.5em;
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 1.8em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}
.news_text {
	overflow: hidden;
}
.news_text p{
	font-size: 12px;
	text-align: left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 0 10px 0;
	overflow: hidden;
}
.news_text a{
	font-size: 12px;
	text-align:center;
	color: #333;
}
.news_text a:hover{
	overflow: hidden;
	font-size: 12px;
	text-align:center;
}
.photo_linep2 {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px 0;
	clear:both;
}
.news_photo1 {
	width: 100%;
}
.news_photo1_box1 {
	width: 33.2%;
	float: left;
	margin: 0;
}
.pop_text_1{
	color: #00592E;
}
.photo_news_box1{
	mwidth: 100%;
	overflow: hidden;
	margin: 10px 0;
}
.photo_news_box2{
	max-width: 300px;
	overflow: hidden;
}
.photo_news_box3{
	width: 24%;
	overflow: hidden;
	float: left;
}
.news_o_photo_co1{
	width: 100%;
	border: solid 1px #BDBEBF;
}
.photo_news_box1_magen_p1{
	margin: 0 1% 0 0;
}

.top_bo_oubo{
	display: block;
	overflow: hidden;
	max-width: 200px;
	font-size: 12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2.5em;
	font-weight: bold;
	text-align:center;
	margin: 15px 0 5px 0;
	background: #fff;
	border: solid 1px #999;
	color: #333;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
.top_bo_oubo:hover{
	background: #00592E;
	border: solid 1px #00592E;
	color: #fff;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	opacity: 1;
}

/*----  ニュースボタン  ------*/
.container_news_buttun{
	width: auto;	/*全体のボックスサイズ*/
	padding: 0;
	margin: 0 auto 40px auto;
	max-width: 1000px;
	overflow: hidden;
}
.news_button_t1{
	margin: 0 auto;
	max-width: 320px;
	background: #fff;
}
/*----  ニュース エフェクト設定  ------*/
.button_link_news1 {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 15px;
	font-weight: bold;
	background: #fff;
	text-align:center;
	color: #333;
	border: solid 1px #333;
}
.button_link_news1:hover{
	background: #00592E;
	color: #fff;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	opacity: 1;
	border: solid 1px #00592E;
}
/* --------------------------------------------------------------------
画面幅1680px以下の設定
-------------------------------------------------------------------- */
@media screen and (max-width:1680px){
}

/* --------------------------------------------------------------------
画面幅1280px以下の設定
-------------------------------------------------------------------- */
@media screen and (max-width:1280px){
.box_container_p2{
	width: 90%;
}
.main_text01_title{
	font-size: 28px;
}
}

/* --------------------------------------------------------------------
画面幅960px以下の設定
-------------------------------------------------------------------- */
@media screen and (max-width:960px){
/* --------------------------------------------------------------------
ページヘッダースペース設定
-------------------------------------------------------------------- */
main {
	padding-top: 60px;
}
.main_text_box{
	margin: 0 auto;
	padding: 100px 0;
}
.newsbox_main{
	width: 100%;
}
.news_button_t1{
	max-width: 100%;
}
.news_o_wrapper{
	margin: 50px auto 50px auto;
}
.main_phototext_p01{
	max-width: 400px;
}
}

/* --------------------------------------------------------------------
画面幅600px以下の設定
-------------------------------------------------------------------- */
@media screen and (max-width:600px){

.newsbox_main h4{
	font-size: 16px;
}
.photo_news_box3{
	width: 48%;
	overflow: hidden;
	float: left;
}
.photo_news_box1_magen_p1{
	margin: 1%;
}
.main_phototext_p01{
	max-width: 348px;
}
}

/* --------------------------------------------------------------------
画面幅480px以下の設定
-------------------------------------------------------------------- */
@media screen and (max-width:480px){
.main_text_box{
	margin: 0 auto;
	padding: 50px 0;
}
.main_phototext_p01{
	max-width: 268px;
}
}