@charset "UTF-8";
/*
 * CSS base.css
 */

body {
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  font-family: "游ゴシック", "Yu Gothic",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Arial,Helvetica,Tahoma,Verdana,sans-serif;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.001em;
  max-height: 999999px;
  background: url(../img/common/bg_body.png);
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

a {
    color: #1a1a1a;
    text-decoration: underline;
}
a:hover, a:active, a:focus {
  color: #4d4d4d;
  text-decoration: none;
}



/* ---------------------------------------
wrapper
--------------------------------------- */
.wrapper{
  overflow: hidden;
}


#header{
  margin-bottom: 30px;
  position: relative;
}
#header .logo{
  width: 96px;
  position: absolute;
  top: 40px; left: 47px;
}
#header .logo_txt{
  width: 182px;
  position: absolute;
  top: 210px; left: 0;
}
#header .h_txt1{
  padding: 40px 0 20px;
  width: 100%;
  text-align: center;
}
#header .h_txt1 img{
  width: 556px;
}
#header .h_txt2{
  padding-top: 10px;
  font-size: 1.5em;
  font-weight: bold;
}
#header .campaign_box{
  line-height: 1;
  padding: 58px 35px;
  text-align: center;
  position: absolute;
  top: 50px; right: 0;
  background: #FFF;
}
#header .campaign_box img{
  height: 63px;
}
#header .h_btm{
  position: relative;
}
#header .h_btm .txt1{
  color: #008094;
  font-size: .9em;
  font-weight: bold;
  position: absolute;
  top: 25px; left: 0;
}
#header .h_btm .txt2{
  color: #E9607C;
  font-size: .9em;
  font-weight: bold;
  position: absolute;
  top: 25px; right: 0;
}
#header #btn_logout{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #ec6c00;
  color: #fff;
  width: 90px;
  padding-left: 35px;
  border-radius: 0 0 5px 5px;
  text-decoration: none;
  line-height: 34px;
  z-index: 100;
}
#header #btn_logout:before{
  content:"";
  position:absolute;
  top:50%;
  left: 10px;
  display: block;
  width: 16px;
  height: 18px;
  background: url(../img/common/h_btn2.png) no-repeat 0 0;
  background-size:contain;
  margin-top:-9px;
}
#index #header #btn_logout{
  display: none;
}
#header #btn_device{
    position: absolute;
    top: 5px;
    right: 140px;
}
#index #header #btn_device{
    right: 0px;
}


@media screen and (max-width: 767px) {
  #header .logo{
    width: 10%;
    position: absolute;
    top: 50px;
    left: 5%;
  }
  #header .logo_txt{
    width: 25%;
    position: absolute;
    top: 26%;
    left: 0%;
    display: none;
  }
  #header .campaign_box{
    padding: 3% 3%;
    width: 20%;
    box-sizing: border-box;
    top: 50px;
    right: 0;
  }
  #header .campaign_box img{
    height: auto;
  }
  #header .h_txt1{
    padding: 50px 0px 10px;
  }
  #header .h_txt1 img{
    width: 50%;
  }
  #header .h_txt2{
    font-size: 1em;
  }
  #header .h_btm{
    width: 100%;
    overflow: hidden;
  }
  #header .h_btm img{
    width: 200%;
    max-width: 200%;
    margin-left: -48%;
  }
  #header .h_btm .txt1{
    top: 28%; left: 0;
  }
  #header .h_btm .txt2{
    top: 28%; right: 0;
  }
}
@media screen and (max-width: 361px) {
    #header .logo_txt{
      top: 35%;
    }
}



#content #cnt{
  padding: 70px;
  padding: 40px 50px;
  border-radius: 20px;
  background: #FFF;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #content #cnt{
    padding: 20px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
  }
}


#pagetop{
  width: 40px;
  position: fixed;
  bottom: 120px;
  right: 80px;
  z-index: 10;
}




#footer{
  padding-bottom: 70px;
}
#footer #device .f_txt4{
  margin-bottom: 3px;
  text-align: center;
  font-weight: bold;
}
#footer #device .f_txt5{
  margin-bottom: 30px;
  text-align: center;
}

#footer .f_cnt{
  padding: 10px 0;
  border: 3px solid #FFF;
}
#footer .f_cnt dt{
  width: 180px;
  font-weight: bold;
  font-size: 1.2em;
  padding: 5px 15px;
  text-align: center;
  border-right: 1px solid #FFF;
}
#footer .f_cnt dd{
  line-height: 1;
  padding: 5px 15px;
}
#footer .f_cnt dd p{
  display: inline-block;
}
#footer .f_cnt dd .f_txt1{
  font-size: 1.4em;
  position: relative;
  top: -5px;
  margin-right: 15px;
  font-weight: bold;
}
#footer .f_cnt dd .f_txt2{
  width: 298px;
  margin-right: 15px;
}
#footer .f_cnt dd .f_txt3{
  font-size: .9em;
  line-height: 1.5;
  font-weight: bold;
}
#footer .f_cnt dd .f_mail{
  margin-left: 235px;
  padding-top: 3px;
}

#footer .f_cnt dd .f_mail a{
  font-size: 1.2em;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  color: #008193;
}
#footer .f_cnt dd .f_mail a:hover{
  text-decoration: underline;
}

@media screen and (max-width: 767px) {

  #pagetop{
    width: 35px;
    bottom: 5px;
    right: 20px;
  }

  #footer{
    padding-bottom: 50px;
  }
  #footer #device .f_txt5{
    margin-bottom: 20px;
    text-align: left;
  }
  #footer .f_cnt dt{
    width: 94%;
    margin: 0 auto 10px;
    padding: 5px 0 7px;
    border-right: none;
    border-bottom: 1px solid #FFF;
  }
  #footer .f_cnt dd p{
    display: block;
  }
  #footer .f_cnt dd .f_txt1{
    font-size: 1.3em;
    top: 0;
    margin: 0 0 10px;
    text-align: center;
  }
  #footer .f_cnt dd .f_txt2{
    max-width: 298px;
    width: 94%;
    margin: 0 auto 15px;
  }
  #footer .f_cnt dd .f_txt3{
    text-align: center;
  }
  #footer .f_cnt dd .f_mail{
    margin-left: 0px;
    padding-top: 10px;
    text-align: center;
  }

  #footer .f_cnt dd .f_mail a{
    display: inline-block;
    padding: 5px;
  }
}