@charset "utf-8";
/*  header  */
.header{
  width: 100%;
  height: 90px;
  position:absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  background-color: #FFF;
}
.header_inner{
  position: relative;
}
.header_logo{
  width: 230px;
  margin: auto;
}
.header_logo a{
  display: flex;
  align-items: center;
  height: 90px;
}


.menu_btn{
  cursor: pointer;
  position:absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu_btn_inner{
  width: 32px;
  height:26px;
  position: relative;
}
.menu_btn span{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  background-image: url(/img2/cmn/menu_line.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.menu_btn.on span{
  background-color: #000;
}
.menu_btn span:nth-child(1) {
  top: 0px;
}
.menu_btn  span:nth-child(2) {
  top: 12px;
}
.menu_btn span:nth-child(3) {
  bottom:0px;
}


/*  menu  */
.menu{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 1440px;
  z-index: 10000;
  display: none;
  pointer-events: none;
}
.menu.on{
  display: block;
}
.menu_close{
  position: absolute;
  right: 20px;
  top: 27px;
  width: 30px;
  height: 30px;
  z-index: 2;
  cursor: pointer;
}
.menu_close:before,.menu_close:after{
  content: "";
  height: 3px;
  width: 30px;
  background-color: #000;
  position: absolute;
  right: 1px;
  top: 13px;
}
.menu_close:before{
  transform: rotate(45deg);
}
.menu_close:after{
  transform: rotate(-45deg);
}
.menu_outer{
  max-width: 520px;
  background-color: #F4F4F4;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events:auto;
}
.menu_inner{
  padding: 20px 0;
  padding-top: 85px;
}
.menu_head{
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 1440px;
    z-index: 10;
}
.menu_head_inner{
  position: absolute;
  max-width: 520px;
  width: 100%;
  right: 0;
  top: 0;
  background-color: #F4F4F4;
  padding: 20px 0;
}
.menu_ttl{
  font-size: 26px;
  text-align: center;
}
.menu_block{
  margin-top: 20px;
}
.menu_block.margin{
  margin-top: 40px;
}
.menu_block_ttl{
  font-size: 22px;
  padding-left: 15px;
}
.menu_block_link{
  background-color: #FFF;
}
.menu_block_link_block a{
  display: block;
  padding: 15px 20px;
  color: #3E3A39;
  font-size: 18px;
}
.menu_block_link_block a:hover{
  opacity: .5;
}
.menu_block_link_block a:before{
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #595757;
  margin-right: 10px;
}
.menu_block_select{
  
}
.menu_block_select_ttl{
  background-color: #FFF;
  padding: 15px 20px;
  font-size: 18px;
  background-color: #FFF;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-image: url(/img2/cmn/arrow_g_b.png);
  cursor: pointer;
}
.menu_block_select_ttl .text{
  display: block;
}
.menu_block_select_ttl.on{
  background-image: url(/img2/cmn/arrow_g_t.png);
}
.menu_block_select_ttl.on .text{
  visibility: hidden;
}
.menu_block_select_list{
  background-color: #FFF;
  display: none;
}
.menu_block_select_list.on{
  display: block;
}
.menu_block_select_list > li{
  border-bottom: 1px dotted #B5B5B6;
}
.menu_block_select_list > li > a{
  display: block;
  padding: 15px 20px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-image: url(/img2/cmn/arrow_g_r.png);
}
.menu_block_select_list > li > a.on{
  background-image: url(/img2/cmn/arrow_g_b.png);
  background-size: 15px auto;
  border-bottom: 1px dotted #B5B5B6;
}
.menu_block_select_list > li > a:hover{
  opacity: .5;
}
.menu_block_select_sublist{
  display: none;
}
.menu_block_select_sublist.on{
  display:block;
}
.menu_block_select_sublist li a{
  display: block;
  padding: 15px 20px;
  color: #3E3A39;
  font-size: 18px;
}
.menu_block_select_sublist li a:hover{
  opacity: .5;
}
.menu_block_select_sublist li a:before{
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #595757;
  margin-right: 10px;
}



/*  footer  */
.footer{
  margin-top: 50px;

}
.footer_top_inner.inner{
  margin-bottom: 10px;
}
.footer_msg{
  font-size: 10px;
}
.footer_bottom{
  background-color: #231815;
}
.footer_bottom_inner{
  display: flex;
  height: 60px;
  align-items: center;
  position: relative;
}
.footer_logo{
  width: 50px;
}
.footer_link{
  position: absolute;
  right: 0;
  bottom: 5px;
}
.footer_link li{
  display: inline-block;
  margin-left: 30px;
}
.footer_link li a{
  display: block;
  font-weight: bold;
  color: #FFF;
  font-size: 11px;
}
.footer_link li a:before{
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-right: 5px;
  width: 9px;
  height: 9px;
  background-color: #FFF;
}
.footer_link li a:hover{
  opacity: .5;
}


/*  contents  */
.wrapper{
  margin:auto;
  max-width: 1440px;
  padding-top: 90px;
  position: relative;
}

.contents{
}
.contents.padding{
}
.contents_inner{
  position: relative;
}
.contents_inner.padding{
  padding-top: 70px;
}
.contents_ttl{
  text-align: center;
  font-size: 24px;
}
.contents_lead{
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
.inner{
  margin:auto;
  width: 96%;
}
a{
  color: #000;
}
a,.link{
}

.pankuzu{
  background-color: #EFEFEF;
  padding: 5px 0;
}
.pankuzu_para{
  font-size: 12px;
}
.pankuzu_para a{
  text-decoration:none;
  color: #000;
}

.anchor{
}
.gotop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 50px;
  /* background-color: #862300; */
  background: url(/img2/cmn/gopagetop.png) no-repeat 0 0;
  z-index: 1000;
}
.gotop a {
    display: block;
    width: 50px;
    height: 50px;
}


@media screen and (max-width:980px) { 
  
}
@media screen and (max-width:750px) { 
/*  header  */
.header{
  height: 60px;
}
.header_logo{
  width: 120px;
}
.header_logo a{
  height: 60px;
}


.menu_btn{
  width: 30px;
  height: 60px;
}
.menu_btn_inner{
  width: 20px;
  height:17px;
}
.menu_btn span{
}
.menu_btn span:nth-child(1) {
  top: 0px;
}
.menu_btn  span:nth-child(2) {
  top: 7px;
}
.menu_btn span:nth-child(3) {
  bottom:0px;
}


/*  menu  */
.menu{
}
.menu_close{
  right: 10px;
  top: 21px;
  width: 30px;
  height: 30px;
}
.menu_close:before,.menu_close:after{
  content: "";
  height: 3px;
  width: 25px;
  background-color: #000;
  position: absolute;
  right: 2px;
  top: 13px;
}
.menu_ttl{
  font-size: 18px;
}
.menu_block{
  margin-top: 20px;
}
.menu_block.margin{
  margin-top: 40px;
}
.menu_block_ttl{
  font-size: 16px;
  padding-left: 10px;
}
.menu_block_link_block a{
  font-size: 14px;
}
.menu_block_link_block a:before{
  border-width: 5px 0 5px 8px;
  margin-right: 10px;
}
.menu_block_select{
  
}
.menu_block_select_ttl{
  padding: 15px 20px;
  font-size: 14px;
  background-size: 15px auto;
}
.menu_block_select_ttl.on{
  background-size: 12px auto;
}
.menu_block_select_list > li > a{
  background-size: 8px auto;
}
.menu_block_select_list > li > a.on{
  background-size: 12px auto;
}

.menu_block_select_sublist li a{
  font-size: 14px;
}
.menu_block_select_sublist li a:before{
  border-width: 5px 0 5px 8px;
}



/*  footer  */
.footer{
  margin-top: 20px;
}
.footer_msg{
  font-size: 10px;
  margin-bottom: 10px;
}
.footer_bottom{
}
.footer_bottom_inner{
  display: flex;
  height: 60px;
  align-items: center;
  position: relative;
}
.footer_logo{
  width: 45px;
}
.footer_link{
  bottom: 5px;
}
.footer_link li{
  margin-left: 10px;
}
.footer_link li a{
  font-size: 10px;
}



/*  contents  */
.wrapper{
  padding-top: 60px;
}
.contents{
}
.contents.padding{
}
.contents_inner{
}
.contents_inner.padding{
}
.contents_ttl{
  text-align: center;
  font-size: 17px;
}
.contents_lead{
  font-size: 14px;
}

}