@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ==========================================================
 html5 elements
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section
{ display: block;}
/* ==========================================================
 reseting
========================================================== */
body {
  color: #333;
  font-size: 14px;
  line-height: 2.1;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
body {
  font-size: 13px;
  line-height: 2;
}
}
body, input, textarea, select, button {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  /* 明朝フォント
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;*/
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
input, textarea, select
{ /*-webkit-appearance: none;*/}
textarea
{ resize: none;}
button
{ border: none; overflow: visible; background: none; vertical-align: top;  font-size: 100%; color: inherit; cursor: pointer; -webkit-appearance: none;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ height: auto; vertical-align: top;}
address, caption, code, em, th
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6, strong, em
{ font-size: 100%; font-weight: normal;}
a, input
{/* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/}
sup, sub
{ font-size: 63%;}
sup
{ vertical-align: top;}
sub
{ vertical-align: baseline;}
*
{ -webkit-box-sizing: border-box; box-sizing: border-box; }
/* ==========================================================
 base Link
========================================================== */
a {
  color: #333;
  outline: none;
  text-decoration: none;
}
a:hover { text-decoration: underline;}

.txt-link-01 {
  color: #e60012;
  text-decoration: underline;
}
.txt-link-01:hover { text-decoration: none; }

/* ==========================================================
 clearfix
========================================================== */
.clearfix:before, .clearfix:after,
.contents:before, .contents:after
{
  content: "";
  display: table;
}
.clearfix:after,
.contents:after
{
  clear: both;
}
/* For IE 6/7
---------------------------------------------------------- */
.clearfix,
.contents
{
  *zoom: 1;
}
/* ==========================================================
 layout
========================================================== */
html { overflow-y: scroll;}
body { text-align: center;}
html, body { height: 100%; }

/* ==========================================================
 wrapper
========================================================== */
.wrapper {
  width: 100%;
  min-height: 100%;
  min-width: 1052px;
  padding-bottom: 130px;
  background: #f9f7f1;
}

@media screen and (max-width: 768px) {
html, body { height: auto; }
html.is-screen-locked {
  position: fixed;
  width: 100%;
}
.wrapper {
  min-width: 0;
  min-height: 0;
  padding: 0;
}
}

/* ==========================================================
 header
========================================================== */
.header {
  position: relative;
  width: 100%;
  min-width: 1052px;
}
.header.wave:after {
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  height: 45px;
  background: url(/common/img/bg_header_wave.png) top center no-repeat;
  z-index: 3;
  content: "";
}
  .header-top {
    overflow: hidden;
    background: #e60012;
  }
    .header-in {
      width: 980px;
      height: 90px;
      margin: 0 auto;
      text-align: left;
    }
    .header-logo {
      float: left;
      margin-top: 10px;
    }
    .header-logo:hover { opacity: 0.7; }
    .header-utility {
      overflow: hidden;
      float: right;
      margin-right: -19px;
    }
      .header-contact {
        float: left;
        position: relative;
        display: block;
        margin-top: 28px;
        padding: 2px 28px;
        border-radius: 7px;
        border: 3px solid #c90010;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
      }
        .header-contact:hover {
          opacity: 0.7;
          text-decoration: none;
        }
        .header-contact:after {
          position: absolute;
          top: 50%;
          right: 6px;
          width: 5px;
          height: 8px;
          margin-top: -4px;
          background: url(../img/ico_arrow_wh_right_01.png) no-repeat;
          content: "";
        }
      .header-sns {
        overflow: hidden;
        float: left;
        margin-left: 19px;
      }
        .header-sns li {
          float: left;
          position: relative;
          z-index: 0;
          width: 81px;
          height: 73px;
          padding: 22px 0 0 5px;
          background: url(../img/bg_header_sns.png) no-repeat;
        }
        .header-sns li:last-child {
          z-index: 0;
          margin-left: -14px;
        }
          .header-sns li a {
            display: inline-block;
            cursor: pointer;
          }
          .header-sns li a:hover { opacity: 0.7; }
          .header-sns li img { width: 46px; }
          
      .header-btn-menu { display: none; }
      
@media screen and (max-width: 768px) {
.header {
  min-width: 0;
  height: 60px;
}
  .header.wave:after { display: none; }
  .header-top {
    overflow: visible;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    -webkit-backface-visibility: hidden;
  }
    .header-in {
      width: auto;
      height: 60px;
    }
    .header-logo { margin: 12px 0 0 10px; }
    .header-logo:hover { opacity: 1; }
      .header-logo img { width: 187px; }
    .header-utility {
      float: right;
      margin-right:0;
    }
      .header-contact { display: none; }
      .header-sns { margin-left: 0; }
        .header-sns li {
          width: 51px;
          height: 46px;
          padding: 14px 0 0 2px;
          background: url(../img/bg_header_sns_sp.png) no-repeat;
          background-size: 51px 46px;
        }
        .header-sns li:last-child { margin-left: -10px; }
          .header-sns li a:hover { opacity: 1; }
          .header-sns li img { width: 29px; }

  .header-btn-menu {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin: 10px 10px 0 0;
    border: 1px solid #fff;
    border-radius: 6px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    cursor: pointer;
  }
    .header-btn-menu span {
     display: block;
     position: absolute;
     left: 7px;
     width: 24px;
     height: 4px;
     background: #fff;
     border-radius: 3px;
     opacity: 1;
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: .3s ease-in-out;
     transition: .3s ease-in-out;
    }
    .header-btn-menu span:nth-child(1) { top: 7px; }
    .header-btn-menu span:nth-child(2), 
    .header-btn-menu span:nth-child(3) { top: 17px; }
    .header-btn-menu span:nth-child(4) { top: 26px; }
    .header-btn-menu.is-active span:nth-child(1) {
      top: 11px;
      width: 0%;
      left: 50%;
    }
    .header-btn-menu span:nth-child(2) { opacity: 0; }
    .header-btn-menu.is-active span:nth-child(2) {
      opacity: 1;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .header-btn-menu.is-active span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    .header-btn-menu.is-active span:nth-child(4) {
      top: 11px;
      width: 0%;
      left: 50%;
    }
}

@media screen and (max-width: 360px) {
.header-logo { margin-top: 15px; }
  .header-logo img { width: 140px; }
}

/* ==========================================================
 nav-global
========================================================== */
.nav-global-wrap {
  position: relative;
  background: #dc0011;
}
  .nav-global {
    width: 980px;
    margin: 0 auto;
  }
    .nav-global ul {
      overflow: hidden;
      height: 60px;
      padding: 0 9px 0;
    }
      .nav-global li {
        position: relative;
        float: left;
      }
      .nav-global li:after,
      .nav-global li:last-child:before {
        position: absolute;
        top: 4px;
        left: 0;
        width: 1px;
        height: 52px;
        background: #cc0010;
        content: "";
      }
      .nav-global li:last-child:before {
        left: auto;
        right: 0;
      }
      .nav-global li.is-active { background: #c90010; }
      .nav-global li.nav01 { width: 193px; }
      .nav-global li.nav02 { width: 187px; }
      .nav-global li.nav03 { width: 189px; }
      .nav-global li.nav04 { width: 214px; }
      .nav-global li.nav05 { width: 179px; }
        .nav-global li a {
          display: block;
          height: 60px;
          padding-top: 12px;
          color: #fff;
          font-size: 14px;
          text-align: center;
          line-height: 1.4;
        }
          .nav-global li a span {
            display: block;
            font-size: 11px;
          }
        .nav-global li a:hover {
          opacity: 0.7;
          text-decoration: none;
        }

@media screen and (max-width: 768px) {
.nav-global-wrap {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background: rgba(230,0,18,0.85);
  -webkit-backface-visibility: hidden;
}
  .nav-global { width: auto; }
    .nav-global ul {
      height: auto;
      padding: 0 10px;
    }
      .nav-global li {
        float: none;
        width: 100% !important;
        border-left: none;
        border-bottom: 1px dotted #fff;
        background: none !important;
      }
      .nav-global li:before,
      .nav-global li:after { display: none !important; }
        .nav-global li a {
          position: relative;
          height: 45px;
          padding: 11px 25px;
          font-size: 18px;
          font-weight: bold;
          line-height: 1.1;
          opacity: 1 !important;
        }
        .nav-global li a:after {
          position: absolute;
          top: 50%;
          right: 10px;
          width: 10px;
          height: 16px;
          background: url(../img/ico_gnav_arrow.png) no-repeat;
          background-size: 10px 16px;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          content: "";
        }
          .nav-global li a span { display: none; }
}

/* ==========================================================
 nav-local
========================================================== */
/* nav-local
---------------------------------------------------------- */
.nav-local {
  width: 980px;
  margin: 0 auto 45px;
  padding: 0 10px;
  border-bottom: 3px solid #dc0011;
}
  .nav-local .list-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -18px;
  }
    .nav-local .list-nav .item {
      width: 145px;
      height: 43px;
      margin-left: 18px;
      border-radius: 8px 8px 0 0;
      border-top: 3px solid #dc0011;
      border-left: 3px solid #dc0011;
      border-right: 3px solid #dc0011;
    }
      .nav-local .list-nav .item a {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        height: 100%;
        color: #e60012;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        line-height: 1.4;
        text-decoration: none;
      }
      .nav-local .list-nav .item a:hover,
      .nav-local .list-nav .item a.is-active {
        background: #dc0011;
        color: #fff;
      }

@media screen and (max-width: 768px) {
.nav-local {
  overflow: hidden;
  width: auto;
  margin: 0 18px 45px;
  padding: 0;
  border: 2px solid #dc0011;
  border-radius: 7px;
}
  .nav-local .list-nav { margin-left: 0; }
    .nav-local .list-nav .item {
      width: 50%;
      height: 45px;
      margin-left: 0;
      border-radius: 0;
      border: none;
      border-top: 2px solid #dc0011;
    }
    .nav-local .list-nav .item:first-child, .nav-local .list-nav .item:nth-child(2) { border-top: none; }
    .nav-local .list-nav .item:nth-child(2n) { border-left: 2px solid #dc0011; }
    .nav-local .list-nav .item a,
    .nav-local .list-nav .item a:hover {
      position: relative;
      padding: 0 20px;
      background: none;
      color: #dc0011;
    }
      .nav-local .list-nav .item a:after {
        position: absolute;
        top: 50%;
        right: 10px;
        width: 6px;
        height: 9px;
        background: url(/common/img/ico_arrow_red_right_02.png) no-repeat;
        background-size: 6px 9px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
      }
      .nav-local .list-nav .item a.is-active {
        background: #dc0011;
        color: #fff;
      }
        .nav-local .list-nav .item a.is-active:after {
          background: url(../img/ico_arrow_wh_right_03.png) no-repeat;
          background-size: 6px 9px;
        }
}
    
/* ==========================================================
 nav-breadcrumb
========================================================== */
.nav-breadcrumb {
  width: 980px;
  margin: 0 auto 20px;
  padding: 10px 10px 0;
  text-align: left;
}
  .nav-breadcrumb ul { overflow: hidden; } 
    .nav-breadcrumb li {
      float: left;
      color: #e60012;
    }
    .nav-breadcrumb li:after {
      padding: 0 5px;
      content: "\003e";
    }
    .nav-breadcrumb li:last-child:after { display: none; }
      .nav-breadcrumb li a {
        color: #e60012;
      }

@media screen and (max-width: 768px) {
.nav-breadcrumb {
  width: auto;
  margin-bottom: 8px;
  padding: 13px 20px 0;
  font-size: 12px;
}
}

/* ==========================================================
 nav-pagination
========================================================== */
.nav-pagination {
  width: 980px;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
  .nav-pagination .page-numbers {
    width: 42px;
    height: 42px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    color: #e5e4de;
    background-color: #fff;
    border: 2px solid #e5e4de;
    margin: 0 3px;
  }
  .nav-pagination a.page-numbers:hover { 
    opacity: 0.7;
    text-decoration: none;
  }
  .nav-pagination .page-numbers.current {
    border: 4px solid #e60012;
    color: #e60012;
    line-height: 34px;
  }
@media screen and (max-width: 768px) {
.nav-pagination { width: auto;}
  .nav-pagination .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 37px;
    margin-bottom: 10px;
  }
  .nav-pagination .page-numbers.current { border: 3px solid #e60012;}
}
    
/* ==========================================================
 contents
========================================================== */
.contents {
  margin: 0 auto;
  text-align: left;
}

/* ==========================================================
 footer
========================================================== */
.footer {
  position: relative;
  width: 100%;
  margin-top: -130px;
  min-width: 1052px;
  background: #dc0011;
}
.footer.wave:before {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 50px;
  background: url(/common/img/bg_footer_wave.png) top center no-repeat;
  content: "";
}
  .footer-in {
    width: 980px;
    height: 70px;
    margin: 0 auto;
    text-align: center;
  }
    .footer-links {
      padding-top: 27px;
      line-height: 1.1;
    }
      .footer-links li {
        position: relative;
        display: inline-block;
        padding: 0 15px;
      }
        .footer-links li:before {
          position: absolute;
          top: 50%;
          left: 0;
          width: 1px;
          height: 13px;
          background: #fff;
          margin-top: -4.5px;
          content: "";
        }
        .footer-links li:first-child:before { display: none; }
        .footer-links li a {
          color: #fff;
          font-weight: bold;
          font-size: 12px;
        }
  .footer-copyright {
    height: 60px;
    padding-top: 23px;
    background: #c90010;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.7px;
  }

@media screen and (max-width: 768px) {
.footer {
  min-width: 0;
  margin: 0;
  background: #dc0011;
}
.footer.wave:before { display: none; }
  .footer-in {
    width: auto;
    height: auto;
    text-align: left;
  }
    .footer-links { padding: 0 15px 0; }
      .footer-links li {
        display: block;
        padding: 0;
        border-bottom: 1px solid #ca000c;
      }
      .footer-links li:last-child { border-bottom: none; }
        .footer-links li:before { display: none; }
        .footer-links li a {
          position: relative;
          display: block;
          padding: 13px 20px 13px 5px;
          font-size: 14px;
          text-decoration: none;
        }
        .footer-links li a:after {
          position: absolute;
          top: 50%;
          right: 0;
          width: 10px;
          height: 16px;
          background: url(../img/ico_gnav_arrow.png) no-repeat;
          background-size: 10px 16px;
          font-size: 13px;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          content: "";
        }
  .footer-copyright {
    height: 56px;
    padding-top: 23px;
    font-size: 9px;
  }
}

/* ==========================================================
 section
========================================================== */
/* sec-cmn
---------------------------------------------------------- */
.sec-cmn-01,
.sec-cmn-02 {
  width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}
.sec-cmn-03 {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
.sec-cmn-01 { width: auto; }
.sec-cmn-02 {
  width: auto;
  padding: 0 20px;
}
.sec-cmn-03 {
  width: auto;
  padding: 0 10px;
}
}

/* ==========================================================
 box
========================================================== */
/* box-head-cmn-01
---------------------------------------------------------- */
.box-head-cmn-01 {
  margin-bottom: 45px;
  padding-bottom: 20px;
  border-bottom: 6px solid #dc0011;
}
  .box-head-cmn-01 .box-head-cmn-in {
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
  }
    .box-head-cmn-01 .ttl-main {
      margin-bottom: 5px;
      color: #e60012;
      font-weight: bold;
      font-size: 27px;
      line-height: 1.2;
      letter-spacing: 1px;
    }
    .box-head-cmn-01 .ttl-sub {
      color: #323232;
      font-weight: bold;
      font-size: 36px;
      line-height: 1.3;
      letter-spacing: 1px;
    }

@media screen and (max-width: 768px) {
.box-head-cmn-01 {
  padding-bottom: 15px;
  border-bottom: 6px solid #dc0011;
}
  .box-head-cmn-01 .box-head-cmn-in {
    width: auto;
    margin: 0 auto;
    padding: 0 20px;
  }
    .box-head-cmn-01 .ttl-main {
      margin-bottom: 10px;
      font-size: 15px;
    }
    .box-head-cmn-01 .ttl-sub {
      font-size: 21px;
      line-height: 1.5;
      letter-spacing: -0.5px;
    }
}

/* box-cmn-01
---------------------------------------------------------- */
.box-cmn-01 {
  background-color: #fff;
  border-radius: 6px;
  padding: 35px 25px 48px;
  margin-bottom: 48px;
}
  .box-cmn-01.type-01 { 
    padding: 47px 20px 74px;
    margin-bottom: 40px;
  }
  .box-cmn-01 .figure-main {margin-bottom: 15px;}
  .box-cmn-01 img { width: 100%;}
  .box-cmn-01 .title-01 {
    font-size: 36px;
    font-weight: bold;
    line-height: 2.2;
    color: #e60012;
    text-align: center;
    background: url(/img/quality/ico_arrow_down_01.png) no-repeat top center;
  }
    .box-cmn-01 .title-01.type-01 {
      display: inline-block;
      line-height: 1;
      margin-bottom: 28px;
    }
      .box-cmn-01 .title-01.type-01 span {
        display: block;
        font-size: 12px;
        padding: 11px 0 2px 9px;
        text-align: left;
      }
    .box-cmn-01 .title-01.type-02 { 
      line-height: 2.1;
      padding-top: 2px;
    }
  .box-cmn-01 .title-02 {
    font-size: 30px;
    font-weight: bold;
    color: #e60012;
  }
  .box-cmn-01 .text-01 { padding: 0 20px;}
    .box-cmn-01 .text-01.type-01 { margin-bottom: 24px;}
  .box-cmn-01 .list-01 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 41px;
  }
    .box-cmn-01 .list-01.type-01 { margin-top: 50px;}
    .box-cmn-01 .list-01 .item {
      width: 430px;
      margin-bottom: 30px;
    }  
      .box-cmn-01 .list-01.type-01 .item { margin-bottom: 24px;
      }
    .box-cmn-01 .list-01 .item:last-child,
    .box-cmn-01 .list-01 .item:nth-last-child(2) {
      margin-bottom: 0;
    }
      .box-cmn-01 .list-01 .item .figure { margin-bottom: 20px;}
        .box-cmn-01 .list-01.type-01 .item .figure { margin-bottom: 9px;}
      .box-cmn-01 .list-01 .item .title {
        font-size: 20px;
        font-weight: bold;
        color: #e60012;
        padding: 0 10px;
        letter-spacing: 1px;
      }
      .box-cmn-01 .list-01 .item .text { padding: 0 15px;}
        .box-cmn-01 .list-01.type-01 .item .text { 
          padding: 0 10px;
          letter-spacing: 1px;
        }
@media screen and (max-width: 768px) {
.box-cmn-01 {
  padding: 26px 10px 30px;
  margin-bottom: 20px;
}
  .box-cmn-01.type-01 { padding: 27px 10px;}
  .box-cmn-01 .figure-main {margin-bottom: 15px;}
  .box-cmn-01 .text-01.type-01 { margin-bottom: 13px;}
  .box-cmn-01 .title-01 {
    font-size: 21px;
    -webkit-background-size: 14px 7px;
    background-size: 14px 7px;
    margin-bottom: 8px;
  }
    .box-cmn-01 .title-01.type-01 { margin-bottom: 10px;}
      .box-cmn-01 .title-01.type-01 span {
        font-size: 6px;
        padding: 6px 0 2px 9px;
      }
    .box-cmn-01 .title-01.type-02 { margin-bottom: 0;}
  .box-cmn-01 .title-02 { 
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 7px;
  }
  .box-cmn-01 .text-01 { padding: 0;}
  .box-cmn-01 .list-01 { margin-top: 23px;}
    .box-cmn-01 .list-01.type-01 { margin-top: 30px;}
    .box-cmn-01 .list-01 .item {
      width: 100%;
      margin-bottom: 30px;
    }  
    .box-cmn-01 .list-01 .item,
    .box-cmn-01 .list-01 .item:nth-last-child(2) {
      margin-bottom: 23px;
    }
    .box-cmn-01 .list-01 .item:last-child { margin-bottom: 0;}
      .box-cmn-01 .list-01 .item .figure { margin-bottom: 13px;}
        .box-cmn-01 .list-01.type-01 .item .figure { margin-bottom: 9px;}
      .box-cmn-01 .list-01 .item .title {
        font-size: 15px;
        padding: 0 0 5px 0;
      }
      .box-cmn-01 .list-01 .item .text,
      .box-cmn-01 .list-01.type-01 .item .text { 
        padding: 0;
      }
}

/* ==========================================================
 list
========================================================== */
/* list-cmn-01
---------------------------------------------------------- */
.list-cmn-01 { margin-bottom: 40px;}
  .list-cmn-01 .item {
    border-bottom: 1px dashed #e5e4de;
    padding: 20px 10px 22px;
  }
    .list-cmn-01 .item:last-child { border: none;}
    .list-cmn-01 .item .title {
      font-size: 24px;
      font-weight: bold;
      color: #323232;
      letter-spacing: 0.5px;
      background: url(/common/img/ico_nut_01.png) no-repeat left top 13px;
      -webkit-background-size: 21px 27px;
      background-size: 21px 27px;
      padding-left: 30px;
      margin-bottom: 9px;
    }
@media screen and (max-width: 768px) {
.list-cmn-01 { margin-bottom: 47px;}
  .list-cmn-01 .item .title {
    font-size: 18px;
    -webkit-background-size: 18px 25px;
    background-size: 18px 25px;
    background-position: left top 3px;
    padding: 0 0 7px 27px;
    margin-bottom: 0;
    line-height: 1.5;
    letter-spacing: -0.5px;
  }
}
/* ==========================================================
 table
========================================================== */
/* table-cmn-form
---------------------------------------------------------- */
.table-cmn-form { line-height: 1.6; }
  .table-cmn-form th {
    width: 255px;
    padding: 18px 0;
    color: #000;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
  }
    .table-cmn-form th sup { color: #df1524; }
  .table-cmn-form td {
    width: 460px;
    padding: 18px 0;
    vertical-align: top;
    word-break: break-word;
  }
  .table-cmn-form td.no-events { pointer-events: none; }
  .table-cmn-form .text-error {
    padding-top: 8px;
    color: #e60012;
  }

@media screen and (max-width: 768px) {
.table-cmn-form { width: 100%; }
  .table-cmn-form th {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
  .table-cmn-form td {
    display: block;
    width: 100%;
    margin-bottom: 28px;
    padding: 0;
  }
}

/* ==========================================================
 button
========================================================== */
/* btn-cmn
---------------------------------------------------------- */
.btn-cmn-01 {
  position: relative;
  display: inline-block;
  min-height: 45px;
  padding: 11px 30px 10px;
  background: #e60012;
  border-radius: 22px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
  .btn-cmn-01:after {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 9px;
    height: 13px;
    background: url(../img/ico_arrow_wh_right_03.png) no-repeat;
    background-size: 9px 13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
  }
  .btn-cmn-01:hover {
    opacity: 0.7;
    text-decoration: none;
  }
.btn-cmn-01.medium {
  min-height: 36px;
  padding: 8px 25px 7px;
  font-size: 14px;
}
  .btn-cmn-01.medium:after {
    width: 7px;
    height: 10px;
    background: url(/common/img/ico_arrow_wh_right_02.png) no-repeat;
  }

@media screen and (max-width: 768px) {
.btn-cmn-01 {
  min-height: 44px;
  padding: 11px 30px 10px;
  border-radius: 22px;
}
  .btn-cmn-01:hover { opacity: 1; }
.btn-cmn-01.medium {
  min-height: 30px;
  padding: 8px 18px 7px;
  font-size: 11px;
}
}

.btn-cmn-02 {
  position: relative;
  display: inline-block;
  min-height: 28px;
  padding: 4px 22px;
  border: 2px solid #323232;
  border-radius: 14px;
  background: #fff;
  line-height: 1.2;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
  .btn-cmn-02:after {
    position: absolute;
    top: 50%;
    right: 7px;
    width: 6px;
    height: 9px;
    background: url(../img/ico_arrow_bl_right_01.png) no-repeat;
    background-size: 6px 9px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
  }
  .btn-cmn-02:hover {
    opacity: 0.7;
    text-decoration: none;
  }
.btn-cmn-02.type-02 {
  min-height: 36px;
  padding: 7px 22px;
  border: 2px solid #de1020;
  border-radius: 18px;
  color: #de1020;
  font-size: 14px;
}
  .btn-cmn-02.type-02:after {
    width: 9px;
    height: 12px;
    background: url(/common/img/ico_arrow_red_right_01.png) no-repeat;
  }
.btn-cmn-02.type-03 {
  padding: 12px 54px 14px;
  border: solid 3px #dc0011;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #de1020;
  font-size: 18px;
  font-weight: bold;
}
  .btn-cmn-02.type-03:after {
    width: 10px;
    height: 14px;
    right: 13px;
    background: url(/common/img/ico_arrow_red_right_03.png) no-repeat;
    -webkit-background-size: 10px 14px;
    background-size: 10px 14px;
  }
.btn-cmn-02.type-04 {
  padding: 12px 50px 13px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
}
  .btn-cmn-02.type-04:after {
    width: 10px;
    height: 16px;
    right: 13px;
    background: url(../img/ico_arrow_bl_right_01.png) no-repeat;
    -webkit-background-size: 10px 16px;
    background-size: 10px 16px;
  }

@media screen and (max-width: 768px) {
.btn-cmn-02 {
  min-height: 32px;
  padding: 7px 18px;
  border: 1px solid #323232;
  border-radius: 16px;
  font-size: 12px;
}
  .btn-cmn-02:hover { opacity: 1; }
.btn-cmn-02.type-02 {
  min-height: 21px;
  padding: 5px 11px;
  border: 1px solid #de1020;
  font-size: 9px;
}
  .btn-cmn-02.type-02:after {
    width: 4px;
    height: 6px;
    background: url(/common/img/ico_arrow_red_right_01.png) no-repeat;
    background-size: 4px 6px;
  }
.btn-cmn-02.type-03 {
  width: 100%;
  border: solid 2px #dc0011;
  padding: 6px 0;
  line-height: 1.4;
}
  .btn-cmn-02.type-03:after {
    width: 8px;
    height: 12px;
    -webkit-background-size: 8px 12px;
    background-size: 8px 12px;
  }
.btn-cmn-02.type-04 {
  padding: 7px 39px;
  font-size: 14px;
}
  .btn-cmn-02.type-04:after {
    width: 6px;
    height: 9px;
    right: 11px;
    -webkit-background-size: 6px 9px;
    background-size: 6px 9px;
  }
}

/* ==========================================================
 form
========================================================== */
/* form-cmn-input-01
---------------------------------------------------------- */
.form-cmn-input-01 {
  width: 100%;
  padding: 8px 12px;
  border-radius: 5px;
	border: 2px solid #e9e8e2;
  background: #fff;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  -webkit-appearance: none;
}
  .form-cmn-input-01::-webkit-input-placeholder { color: #d2d1cb;  }
  .form-cmn-input-01::-moz-placeholder { color: #d2d1cb; }
  .form-cmn-input-01:-ms-input-placeholder { color: #d2d1cb; }
  .form-cmn-input-01:-moz-placeholder { color: #d2d1cb; }

/* form-cmn-radio-01
---------------------------------------------------------- */
.form-cmn-radio-01 {
  position: relative;
  display: inline-block;
}
  .form-cmn-radio-01 input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .form-cmn-radio-01 span {
    display: inline-block;
    padding-left: 20px;
    background: url(../img/ico_check_01_no.png) 0 5px no-repeat;
    background-size: 12px 12px;
  }
  .form-cmn-radio-01 input:checked + span {
    background: url(../img/ico_check_01_on.png) 0 5px no-repeat;
    background-size: 12px 12px;
  }
    
@media screen and (max-width: 768px) {
.form-cmn-radio-01 span,
.form-cmn-radio-01 input:checked + span {
  padding-left: 17px;
  background-position: 0 4px;
}
}

/* form-cmn-checkbox-01
---------------------------------------------------------- */
.form-cmn-checkbox-01 {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
  .form-cmn-checkbox-01 span {
    display: inline-block;
    padding-left: 5px;
  }

/* form-cmn-textaera-01
---------------------------------------------------------- */
.form-cmn-textarea-01 {
  width: 100%;
  height: 148px;
  padding: 8px 12px;
  border: 2px solid #e9e8e2;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
}

@media screen and (max-width: 768px) {
.form-cmn-textarea-01 { height: 125px; }
}

/* form-cmn-select-01
---------------------------------------------------------- */
.form-cmn-select {
  width: 100%;
  padding: 7px 8px;
  border-radius: 5px;
	border: 2px solid #e9e8e2;
  background: #fff;
  font-family: inherit;
  font-size: inherit;
  outline: none;
}

/* ==========================================================
 is
========================================================== */
/* opacity hover
---------------------------------------------------------- */
.is-opacity
{
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
}
.is-opacity:hover
{
  -ms-filter: 'alpha( opacity=70)';
  filter: alpha( opacity=70);
  opacity: 0.7;
}
/* css animation 
---------------------------------------------------------- */
.is-animate
{
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* ==========================================================
 style
========================================================== */
.s-fw-n     { font-weight: normal;}
.s-fw-b     { font-weight: bold;}
.s-ta-l     { text-align: left !important;}
.s-ta-c     { text-align: center !important;}
.s-ta-r     { text-align: right !important;}
.s-va-t     { vertical-align: top !important;}
.s-va-m     { vertical-align: middle !important;}
.s-va-b     { vertical-align: bottom !important;}
.s-ov-h     { overflow: hidden;}
.s-clear    { clear: both;}
.s-hide     { display: none;}
.s-txt-hide { text-indent: 100%; white-space: nowrap; overflow: hidden;}
.s-bg-n     { background: none !important;}
.s-mt-00    { margin-top: 0 !important;}
.s-mb-00    { margin-bottom: 0 !important;}
.s-ml-00    { margin-left: 0 !important;}
.s-mr-00    { margin-right: 0 !important;}
/* ==========================================================
 rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
.only-pc {}
.only-sp,
.no-pc { display: none !important;}
.no-sp {}

/* sp
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
.only-pc,
.no-sp { display: none !important;}
.only-sp,
.no-pc { display: block !important;}
img.only-sp,
img.no-pc { display: inline-block !important;}
}

