@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage {
	margin-bottom: 10px;
}
#mainimage img.img-responsive{
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width:768px) {
#mainimage {
	margin-bottom: 50px;
}
}

/* intro */
#intro{
  margin-bottom: 50px;
}
#intro h2{
  margin: 0 auto 20px;
  padding: 20px 0;
  position: relative;
  background: url(../img/common_img/dot_line_ye.png) repeat-x 0 0;
}
#intro h2 img.img-responsive{
  margin: 0 auto;
  text-align: center;
}
#intro h2::after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/common_img/dot_line_ye.png) repeat-x 0 0;
}

#intro p.cts_p{
  font-size: 16px;
  line-height: 1.875em;
  margin-bottom: 1em;
}
#intro p.cts_p br{
  display: none;
}
#intro .em_tx_area{
  margin: 30px auto 0;
  padding: 30px 15px;
  background: #fff2d4;
  border-radius: 4px;
  text-align: center;
}
#intro .em_tx_area h3{
  margin: 0 auto 0.5em;
  font-size: 20px;
  font-weight: bold;
  color: #ff9c00;
}
#intro .em_tx_area p.cts_p{
  margin-bottom: 0;
}
#intro img.img-responsive{
  margin: 10px auto 0;
  text-align: center;
}
            @media print, screen and (min-width:992px) {
            #intro p.cts_p br{
              display:inline-block;
              }
              
              #intro .em_tx_area{

                padding: 30px 0;
              }
              #intro .em_tx_area h3{

                font-size: 22px;
              }
            }
/* #banner_area */
#banner_area{
  margin: 0 auto 35px;
  overflow-x: hidden;
}
#banner_area .bnr_box{
  margin: 0 10px 10px;
  padding-top: 10px;
  min-height: 250px;
  box-sizing: border-box;
  text-align: left;

}
#banner_area #bnr01{
  background: url(../img/index_img/bg_bnr01.jpg) no-repeat center top;
  background-size: 100% auto;
}
#banner_area #bnr02{
  background: url(../img/index_img/bg_bnr02.jpg) no-repeat center top;
  background-size:100% auto;
}
#banner_area #bnr03{
  background: url(../img/index_img/bg_bnr03.jpg) no-repeat center top;
  background-size:100% auto;
}
#banner_area #bnr04{
  background: url(../img/index_img/bg_bnr04.jpg) no-repeat center top;
  background-size:100% auto;
}


#banner_area div[id^="bnr0"]{
  overflow-x: hidden;
  box-sizing: border-box;

}
#banner_area .bnr_box h3{
  margin: 15px;
  padding-bottom: 20px;
  background: url(../img/common_img/dot_line_w.png) repeat-x left bottom;
  position: relative;
  text-align: left;
}

#banner_area .bnr_box h3::after{
  content: "";
  display: inline-block;
  width: 12px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 8px;
  background: url(../img/common_img/ico_arrow_w.png) no-repeat 0 0
}
#banner_area .bnr_box li{
  font-size: 15px;
  padding-left: 35px;
}
#banner_area .bnr_box li a{
  position: relative;
  color: #fff;
  text-shadow: 0 1px 0 #aa6800;
}
#banner_area .bnr_box li a::before{
  content: "";
  display: inline-block;
  width: 12px;
  height: 17px;
  position: absolute;
  left: -15px;
  top: 4px;
  background: url(../img/index_img/bnr_li_arrow.png) no-repeat 0 0
}

           @media print, screen and (min-width:768px) {
             #banner_area .bnr_box{
               margin: inherit;
              width:calc(100% / 2.1);
               margin:  0.5em;
               box-sizing: border-box;
             }
              #banner_area #bnr01{
                background: url(../img/index_img/bg_bnr01.jpg) no-repeat center top;
                background-size: cover ;
              }
              #banner_area #bnr02{
                background: url(../img/index_img/bg_bnr02.jpg) no-repeat center top;
                background-size:cover ;
              }
              #banner_area #bnr03{
                background: url(../img/index_img/bg_bnr03.jpg) no-repeat center top;
                background-size:cover ;
              }
              #banner_area #bnr04{
                background: url(../img/index_img/bg_bnr04.jpg) no-repeat center top;
                background-size:cover ;
              }
            #banner_area .bnr_box li a:hover{
              text-shadow: none;
              color: rgba(255,255,255,0.7);
            }
            }
            @media print, screen and (min-width:992px) {
              #banner_area .bnr_box{
                min-height: 250px;
                width:calc(100% / 4);
                box-sizing: border-box;
                text-align: left;
                margin:  0;
              }
              #banner_area #bnr01{
                background: url(../img/index_img/bg_bnr01.jpg) no-repeat center top;
                background-size: cover 250px;
              }
              #banner_area #bnr02{
                background: url(../img/index_img/bg_bnr02.jpg) no-repeat center top;
                background-size: cover 250px;
              }
              #banner_area #bnr03{
                background: url(../img/index_img/bg_bnr03.jpg) no-repeat center top;
                background-size:cover 250px;
              }
              #banner_area #bnr04{
                background: url(../img/index_img/bg_bnr04.jpg) no-repeat center top;
                background-size:cover 250px;
              }
            }
/*------------------------------------------------------------content*/
/* news */
#news{
  margin-bottom: 30px;
}

#news h2{
  margin: 0 auto 20px;
  padding: 20px 0;
  position: relative;
  background: url(../img/common_img/dot_line_ye.png) repeat-x left bottom;
}
#news h2 img.img-responsive{
  margin: 0 auto;
  text-align: center;
}
/*更新プログラム(TOP完結)フォーマット*/
#news02 {
	width: 100%;
  height: 250px;
  overflow-y: auto;
}
/*スクロールバー表示させる*/
#news02::-webkit-scrollbar{ 
    width:6px;
}
#news02#news02::-webkit-scrollbar-thumb{ 
    background: #ff9c00;
    border-radius:4px;
}
#news02::-webkit-scrollbar-track-piece:start{
    background: #e8e8e8;
}
#news02::-webkit-scrollbar-track-piece:end{
    background: #e8e8e8;
}
@media print, screen and (min-width:768px) {
#news02 .newsbox .newstitle br {
	display:none;
}
}
.newsbox {
	overflow: hidden;
}
#news02 .newsbox .newstitle {
	font-size: 14px;
	font-weight: bold;
	color: #89bb00;
	padding-left: 10px;
	margin-bottom: 10px;
  border-bottom: 1px solid #ffa200;
  text-align: left;
}
#news02 .newsbox .newstitle span {
	font-size: 12px;
  color: #666666;
}
.newsbox .news_text {
	overflow: hidden;/* for modern browser */
	zoom: 1;/*ie6*/
	line-height: 1.5;
  text-align: left;
  font-size: 14px;
  color: #333;
}
.newsbox img {
	margin-bottom: 10px;
}
