@charset "UTF-8";
@import url("Normalize.css");
@import url("reset.css");
@import url("base.css");

/*-------------------FONT-------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400,700&subset=japanese');
/* CSS Document */


/*============================================================
    +Display
============================================================*/
body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
main.page-content-all {
    padding: 0px 0 100px
}
section {
    margin: 0 auto 70px
}
.sp {
    display: none;
}
.pc {
    display: block;
}
.br_sp {
    display: none;
}
.sab-page {
  margin: 40px auto;
}
@media (max-width:768px) {
.wrapper {
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}
section {
    margin: 0 auto 50px
}
.sp {
    display: block;
}
.pc {
    display: none;
}
}

@media (max-width:768px) {
.wrapper {
    padding: 0 15px;
}
}
/*==============================
    +COLOR
==============================*/
.color_r {
    color: #df0000;
}
/*==============================
    +TITLE
==============================*/
.h3title_01 {
    font-size: 40px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: bold;
    font-style: italic;
    box-sizing: border-box;
    color: #df0000;
}
.h3title_01 span {
    font-size: 14px;
    color: #000;
    font-style: normal
}
.head-title {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #CCC;
    padding: 20px 0;
}
.sab-TT {
  font-size: 24px;
  font-weight: 500;
  margin: 0 auto 20px;
}



@media (max-width:768px) {
    .h3title_01 {
        font-size: 36px;
    }
    .h3title_01 span {
        font-size: 14px;
    }
}
/*==============================
    +TOP_HEADER
==============================*/
.header {
    padding: 20px 0 0;
    height: 127px;
    position: relative;
    border-bottom: 2px solid #cccccc;
    box-sizing: border-box;
}
.top_logo {
    float: left;
    z-index: 10000;
    position: relative;
    /* margin: -6px 0 -4px; */
    margin:0;
}
.header h1 {
    float: left;
    font-weight: 300;
    font-size: 11px;
    color: #251a17;
    width: auto;
    margin: 14px 0 0 10px;
}
.header-link {
    float: right;
    margin: 5px 0px 0 0;
    min-width: 350px;
}
.header-link li {
    display: inline-block;
    width: auto;
    font-weight: 300;
    margin: 0 0px 0 10px;
}
.header-link li a {
    color: #7e7e7e;
}
.header-link li a:hover {
    color: #cf1126;;
}
.header-link li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    padding: 0 10px;
    color: #e53435;
}
.header-link li:last-child:before {
    content: " ";
}
.header-link li:last-child a {
    font-size: 24px;
    color: #3f3f3f;
}
.header-link li:last-child a:hover {
    color: #cf1126;;
}

@media (max-width:768px) {
.header {
    padding: 0.5em 0;
    height: 60px;
    border-bottom: 2px solid #cccccc;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    top: 0;
    z-index: 9999;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.top_logo {
  margin: 3px 0px 0 -8px;
}
.top_logo img {
    width: 130px;
}
.header h1 {
    display: none
}
.header-link {
    display: none
  }
}
/*==============================
    +G_NAV
==============================*/
.global_nav {
}
.global_nav {
    text-align: center;
    margin: 17px auto 0;
}
.global_nav li {
    float: left;
}
.global_nav li a {
    display: block;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    color: #1a1a1a;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    font-weight: bold;
    font-size: 0.9375rem;
    letter-spacing: 2px;
    position: relative;
    padding: 0.8rem 1.56rem 0.8rem; /* 0.8rem 1.8rem 0.8rem */
    border-bottom: 2px solid #cfd9d9;
}
.global_nav li a:hover, .global_nav li .active {
    border-color: #cf1126;
    border-width: 4px;
    color: #cf1126;
}
.active {
  border-color: #cf1126;
  border-width: 4px;
  color: #cf1126;
}

@media (max-width:768px) {
.global_nav {
  display: none;
  text-align: center;
  margin: 0;
  position: fixed;
  top: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
}
.global_nav ul {
  margin: 58px 0 0 ;
  border-top: 2px solid #cccccc;
  width: 100%;
}
.global_nav li {
    float: none;
}
.hamburger {
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    padding-top: 0.75rem;
    z-index: 10001;
    text-decoration: none;
    width: 58px;
    height: 58px;
    background: #081590;
    line-height: 1;
    color: #fff;
}
.hamburger img {
    width: 26px;
}
.hamburger span {
    display: block;
    text-align: center;
    font-size: 0.6875rem;
    padding-top: 0.4375rem;
    color: #fff;
  }
  .header-login {
    position: absolute;
    right: 70px;
    top: 7px;
    text-align: center;
    z-index: 10001;
    text-decoration: none;
    width: 45px;
    height: 45px;
    background: #dd1515 !important;
    line-height: 45px;;
    color: #fff;
  }
  .header-login a {
    display: block;;
    width: 100%;
    height: 100%;
    padding-top: 0px;;
    text-align: center;
    color: #fff;
    line-height: 0  !important;
    font-size: 1.7em;
    padding: 10px 0 0
  }
  .header-login a span {
      text-align: center;
      line-height: 0.5;
      font-size: 11px !important;
      padding-top: 0;
      color: #fff;
  }
}
/*--------------- breadcrumb --------------- */
.breadcrumb {
    background: #f3f3f3;
    padding: 4px;
}
.breadcrumb a {
    font-size: 12px;
    font-weight: 100;
    color: #898989;
}
.breadcrumb a::after {
    content: '❯';
    padding: 0 4px;
    color: #898989 !important;
}
.breadcrumb a:last-child::after {
    content: '';
}
.breadcrumb span {
  color: #df0000;
  font-size: 12px;
  padding-left: 5px;
}
.breadcrumb a:hover {
    color: #df0000;
}

/*==============================
    +FOOTER
==============================*/
.bg-footer {
    background: #4c4c4c;
}
.content-footer {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-items: center; */
    padding: 15px 0px;
}
.content-footer .footer-logo {
    width: 20%;
    display: block;
    margin: auto;
    text-align: center;
    max-width: 170px;
}
.content-footer .footer-menu {
    width: 100%;
    display: block;
}
.footer-menu .list-menu {
    display: block;
    font-weight: 100;
    margin: 10px auto 0;
    text-align: center;
}
.footer-menu .list-menu li {
    display: inline-block;
    border-right: 1px solid #ffffff;
    text-align: center;
    width: 18%;
    margin: 4px 0;
}
.footer-menu .list-menu li:last-child {border-right: none;}
.footer-menu .list-menu li a {
    color: #fff;
}
.footer-menu .privacy-menu {
    font-weight: 100;
    font-size: 12px;
    margin: 18px auto;
}
.footer-menu .privacy-menu li {
    display: inline-block;
    margin: 4px 0;
    width: 16%;
}
.footer-menu .privacy-menu li a {
    color: #fff;
}
.footer-menu .privacy-menu i {
    padding-right: 4px;
}
.copy-right {
    font-size: 12px;
    text-align: center;
    padding: 8px;
    background: #353535;
    color: #FFF;
}
.footer-menu ul li a:hover {
    color: #fff100;
}


.footer_link{
    display: flex;
    justify-content: space-between;
    margin: 30px 0 30px;
}
.footer_link dl{
  width:20%;
  border-right:1px solid #ececec;
  text-align:center;
  padding:10px 0;
 
}
.footer_link dl dt{
  font-weight:bold;
  margin:0 0 10px;
  font-size:16px;
}
.footer_link dl dd{
  margin:0 0 5px;
  font-size: 13px;
}
.footer_link dl:last-child{
  border-right:none;

}
.footer_link dl dd a:hover{
  color:#e40214;
}


@media (max-width:768px) {
.bg-footer {
    padding: 3px 0 0;
}
.content-footer .footer-menu {
    width: 100%;
}
.content-footer {
    padding: 10px 0px 8px;
}
.footer-menu .list-menu {margin: 5px 0 0;}

.footer-menu .list-menu li {
    display: inline-block;
    border-right: 1px solid #ffffff;
    text-align: center;
    width: auto;
    padding: 0 15px 0;
    margin: 4px 0;
}
.content-footer .footer-logo {
    width: 50%;
    max-width: 200px;
    display: block;
}
.footer-menu .privacy-menu {
    display: block;
    width: 100% !important;
    font-weight: 100;
    font-size: 12px;
    margin: 20px auto;
    text-align: center;
}
.footer-menu .privacy-menu li {
    display: inline-block;
    margin: 4px 0;
    width: 30%;
}
.footer-menu .privacy-menu li a {
    color: #fff;
}
.footer-menu .privacy-menu i {
    padding-right: 4px;
}




}

@media (max-width:480px) {
  .footer-menu .privacy-menu li {
      display: inline-block;
      margin: 4px 7px;
      width: auto;
  }
  .footer_link{
    flex-wrap:wrap;
    display: none;
  }
  .footer_link dl{
    width: 100%;
  }


}
/*--------------- back to top --------------- */
.back-to-top {
    position: relative;
}
.back-to-top a {
    display: block;
    z-index: 9;
    position: fixed;
    right: 100px;
    bottom: 0;
}
.back-to-top a img {
    width: 40px;
}


/*==============================
    +BUTTON
==============================*/
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
.btn-submit,
#send_Bt1 {
    width: 280px;
    height: 69px;
    background-color: #f03333!important;
    background-image: url(../images/bt/big-red.jpg)!important;
    background-position: center right!important;
    background-repeat: no-repeat!important;
    color: #fff!important;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    box-sizing: border-box;
    border-bottom: 2px solid #c61010!important;
    padding: 0 0 0 105px;
}
.btn_block,
#clear_Bt1 {
    width: 280px;
    height: 69px;
    background-color: #0362cc;
    background-image: url(../images/bt/big-blue.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    box-sizing: border-box;
    border-bottom: 2px solid #034997;
    padding: 0 0 0 105px;
}
@media (max-width:480px) {
    #clear_Bt1 {
        margin: 15px auto;
    }
}

.pc_merumaga{ display: block;}
.sp_merumaga{ display: none;}

@media (max-width:768px) {
    .pc_merumaga{ display: none;}
    .sp_merumaga{ display: block;}
    
}