@charset "utf-8";
/* CSS Document */

body {
  font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size:16px;
  line-height:1.1em;
  color:#333;
  min-width:1200px;
}

.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-100{margin-top:100px !important;}

.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mb-40{margin-bottom:40px;}

.pt-5{padding-top:5px;}
.pt-10{padding-top:10px;}
.pt-20{padding-top:20px;}
.pt-30{padding-top:30px;}
.pt-40{padding-top:40px;}

.pb-5{padding-bottom:5px;}
.pb-10{padding-bottom:10px;}
.pb-20{padding-bottom:20px;}
.pb-30{padding-bottom:30px;}
.pb-40{padding-bottom:40px;}

.sp-only {
  display:none;
}

.sp-br {
  display:none;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a {
  color:#000;
  text-decoration:none;
}

a:hover {
  text-decoration:none;
}

.edge {
  margin-right:0 !important;
}

.top_btn_01 a:hover img,
.top_btn_02 a:hover img{
  opacity: 1;
   filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}


.top_btn_01 a,
.top_btn_02 a{
transition: all 0.5s ease;
}

/*header*/

header {
  width:100%;
  background:url(../images/header_bg.png) no-repeat;
  background-size:cover;
  border-bottom:3px solid #f08932;
  position:absolute;
  z-index:99;
  min-width:1200px;
}

.headerLogo {
  text-align:center;
}

nav {
  position:relative;
}

.gNav {
  width:100%;
  text-align:center;
}

.gNav li {
  display:inline-block;
  margin:0 10px;
}

.gNav li img {
  width:100%;
}

.nav_01 {
  width:90px;
}
.nav_02 {
  width:160px;
}
.nav_03 {
  width:177px;
}
.nav_04 {
  width:215px;
}
.nav_05 {
  width:109px;
}
.nav_06 {
  width:140px;
}
.nav_07 {
  width:87px;
}

.headerFb {
  display:block;
  position:absolute;
  right:5px;
  top:7px;
}

.headerText {
  position:absolute;
  right:5px;
  top:-30px;
  font-size:14px;
  color:#ed6c00;
}

.mainImg img {
  width:100%;
}



/*topCont1*/

.topCont1 {
  width:100%;
  background:url(../images/top_pagebg.png) repeat-x;
  height:245px;
}

.topCont1_inner {
  position:relative;
  padding-right:500px;
  min-width:600px;
}

.topCont1_inner_L {
  text-align:center;
}

.topCont1_inner_L img {
/*  margin-top:36px;*/
margin: 10px 0;
}

.topCont1_inner_L p {
/*  margin-top:16px;*/
  color:#fff;
}

.topCont1_inner_R {
  position:absolute;
  top:0;
  right:0;
}



/*topCont2*/

.topCont2 {
  width:100%;
  background:url(../images/top_bg_01.png) no-repeat;
  background-size:cover;
  background-position:center bottom;
  padding-top:60px;
  padding-bottom:280px;
}

.topCont2 h2 {
  display:block;
  width:40%;
  margin:0 auto;
}

.topCont2 h2 img {
  width:100%;
}

.newsBox {
  width:850px;
  padding:30px 70px;
  background:url(../images/header_bg.png) no-repeat;
  background-size:cover;
  margin:0 auto;
  position:relative;
}

.moreBtn {
  position:absolute;
  bottom:20px;
  right:10px;
}

.newsBox p {
  display:inline-block;
  margin-right:15px;
}

.newsBox li {
  margin-bottom:30px;
}

.newsBox li:last-child {
  margin-bottom:0;
}

.news_tit a {
  color:#ed6c00;
}

.topCont3 {
  width:100%;
  padding-top:80px;
  background:url(../images/top_bg_02.png) no-repeat;
  background-size:cover;
  background-position:center top;
}

.topCont3 h2 {
  width:40%;
  margin:0 auto;
  display:block;
}

.topCont3 h2 img {
  width:100%;
}

.topCont3_inner {
  width:1200px;
  margin:0 auto;
  padding-bottom:60px;
  padding-top:30px;
}

.topCont3_cont {
  width:250px;
  float:left;
  margin-right:66px;
}

.topCont3_cont_box {
  width:185px;
  color:#fff;
  margin-top:-30px;
  margin-bottom:40px;
  position:relative;
  z-index:10;
}

.topCont3_cont_box_L {
  text-align:center;
  float:left;
  width:120px;
  padding:7px 0 5px 0;
  background-color:#000;
}

.topCont3_cont_box_R {
  text-align:center;
  float:left;
  width:65px;
  padding:7px 0 5px 0;
  background-color:#ed6c00;
}

.top_pageBot {
  width:1200px;
  margin:0 auto;
  padding-bottom:40px;
}

.top_pageBot_L {
  float:left;
  margin-top:40px;
}

.top_pageBot_R {
  float:right;
}

/*footer*/

.footerMenu {
  background-color:#ed6c00;
  padding:30px 0;
  text-align:center;
}

.footerMenu li a {
  color:#fff;
}

.footerMenu li {
  display:inline-block;
  font-size:14px;
  margin:0 10px;
  padding-right:20px;
  border-right:2px solid #fff; 
}

.crText {
  text-align:center;
  padding:15px 0 20px 0;
  font-size:12px;
  color:#000;
}

.topCont3_cont img {
  width: 250px;
  border-radius: 250px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
}

.top_tit_text {
  text-align:center;
  padding-bottom:40px;
}

.tit_icon {
  text-align:center;
}


  
  







/*SP-----------------------------------------------------------------------------*/

@media all and (min-width: 0) and (max-width: 768px) {
  
body {
  overflow:hidden;
  min-width:100%;
}

img {
  width:100%
}

.pc-only {
  display:none !important;
}

.sp-only {
  display:block;
}

header {
  padding:5px 3%;
  width:94%;
  position:fixed;
  min-width:94%;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 65% !important;
	margin-top: -16px;
	outline: 0;
	width: 20px !important;
	height: 31px !important;
  background-size:contain;
	text-indent: -9999px;
	z-index: 9999;
}

.spHeader_L {
  float:left;
  width:55px;
  margin-top:5px;
}

.spHeader_R {
  float:right;
  font-size:10px;
  color:#ed6c00;
}

.headerBtns {
  width:55px;
  float:right;
  margin-top:5px;
}

.headerBtns_L {
  float:left;
  width:25px;
  display:block;
}

.headerBtns_R {
  float:right;
  width:25px;
  display:block;
}

.sp-menu {
  display:none;
  position:absolute;
  z-index:100;
  background-color:#fff;
  left:0;
  top:67px;
  width:100%;
  border-bottom:2px solid #ed6c00;
}

.sp-menu li {
  border-bottom:1px solid #ed6c00;
  padding:13px 30px;
  margin-bottom:10px;
  color: #ed6c00;
}
.sp-menu li a {
	  color: #ed6c00 !important;
}

.sp-menu li:last-child {
  border-bottom:none;
}

.topCont1 {
  height:auto;
  margin-bottom: -4px;
}

.topCont1_inner {
  padding:0;
  min-width:100%;
}

.topCont1_inner_L {
  width:100%;
  float:none;
  margin-left:0;
  text-align:center;
}

.topCont1_inner_L img {
  width:94%;
  padding:0 3%;
  background-color:#fff;
}

.topCont1_inner_L p {
  background-color:#ed6c00;
  font-size:10px;
  text-align:center;
  padding:0;
  margin-top:0;
}

.topCont1_inner_R {
  position:inherit;
}

.newsBox {
  width:86%;
  padding:4%;
  margin:0 auto;
  font-size:12px;
}

.news_date {
  display:block;
  width:100%;
}

.newsBox li {
  margin-bottom:10px;
}

.moreBtn {
  position:inherit;
  display:block;
  width:70%;
  margin:40px auto 0 auto;
  right:0 !important;
}

.topCont2 {
  background:url(../images/sp_top_bg_01.png) no-repeat;
  background-position:center bottom;
  background-size:cover;
  padding-top:30px;
  padding-bottom:130px;
}



.topCont3 {
  width:96%;
  padding:0 2%;
  padding-top:30px;
}

.topCont3_inner {
  width:100%;
  padding-bottom:0;
}

.topCont3_cont {
  width:40%;
  padding:0 5%;
  margin:0 0 20px 0;
}

.topCont3_cont_box {
  width:100%;
  font-size:10px;
  margin-top:-25px;
  margin-bottom:10px;
}

.topCont3_cont_box_L {
  text-align: center;
  float: left;
  width: 70%;
  padding: 3px 0 3px 0;
  background-color: #000;
}

.topCont3_cont_box_R {
  text-align: center;
  float: left;
  width: 30%;
  padding: 3px 0 3px 0;
  background-color: #ed6c00;
}

.topCont3_text {
  font-size:10px;
}

.top_pageBot {
  width:100%;
  padding-bottom:10px;
}

.top_pageBot_L {
  float:none;
  text-align:center;
  margin-top:0;
}

.top_pageBot_L img {
  width:50%;
}

.top_pageBot_R {
  width:20%;
  margin-top:-20px;
}

.footerLogo {
  width:14%;
  margin:0 auto;
}

.footerMenu {
  background-color: #ed6c00;
  padding: 5px 0;
  text-align: center;
}

.crText {
  font-size:10px;
  width:94%;
  padding:10px 2%;
}

.topCont3_cont img {
  width: 100%;
  height:auto;
}



.top_tit_text {
  padding-bottom:20px;
}

.tit_icon {
  width:20%;
  margin:auto;
  margin-top:20px;
}

.mainImg {
  overflow:inherit;
  height:auto;
}










}