@charset "UTF-8";
#customer_header *, #customer_footer * {
  box-sizing: border-box; }

#customer_header, #customer_footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #000000;
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }
  #customer_header .container, #customer_footer .container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    max-width: 1280px; }
  #customer_header ul, #customer_footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #customer_header ul li, #customer_footer ul li {
      margin: 0;
      padding: 0; }
  #customer_header ol, #customer_footer ol {
    margin: 0;
    padding: 0 0 0 1.2rem; }
  #customer_header .btn-a, #customer_footer .btn-a {
    display: inline-block;
    padding: 2px 0;
    font-size: 14px;
    color: #fff;
    border: none;
    cursor: pointer;
    outline: none;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px; }
  #customer_header a, #customer_footer a {
    color: #000000; }
  #customer_header a:hover, #customer_footer a:hover {
    text-decoration: underline; }
  #customer_header .btn-a:hover, #customer_footer .btn-a:hover {
    margin-top: 2px;
    margin-bottom: -2px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }
  #customer_header a:hover .btn-a, #customer_footer a:hover .btn-a {
    margin-top: 2px;
    margin-bottom: -2px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-weight: bold; }
  #customer_header .fL, #customer_footer .fL {
    position: relative;
    display: inline-block;
    float: left; }
  #customer_header .fR, #customer_footer .fR {
    position: relative;
    display: inline-block;
    float: right; }
  #customer_header .scale-img, #customer_footer .scale-img {
    overflow: hidden; }
  #customer_header .scale-img img, #customer_footer .scale-img img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
    overflow: hidden; }
  #customer_header a:hover .scale-img img, #customer_footer a:hover .scale-img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  #customer_header .btn-fb, #customer_footer .btn-fb {
    background-color: #5777bb;
    box-shadow: 0px 2px 0px 0px #3b5998;
    -moz-box-shadow: 0px 2px 0px 0px #3b5998;
    -webkit-box-shadow: 0px 2px 0px 0px #3b5998; }
  #customer_header .btn-tw, #customer_footer .btn-tw {
    background-color: #2fc2fb;
    box-shadow: 0px 2px 0px 0px #329dbe;
    -moz-box-shadow: 0px 2px 0px 0px #329dbe;
    -webkit-box-shadow: 0px 2px 0px 0px #329dbe; }
  #customer_header .btn-gl, #customer_footer .btn-gl {
    background-color: #da4836;
    box-shadow: 0px 2px 0px 0px #831d18;
    -moz-box-shadow: 0px 2px 0px 0px #831d18;
    -webkit-box-shadow: 0px 2px 0px 0px #831d18; }
  #customer_header .btn-brown, #customer_footer .btn-brown {
    background-color: #bfb7a1;
    box-shadow: 0px 2px 0px 0px #A8A18E;
    -moz-box-shadow: 0px 2px 0px 0px #A8A18E;
    -webkit-box-shadow: 0px 2px 0px 0px #A8A18E; }
  #customer_header .btn-blue, #customer_footer .btn-blue {
    background-color: #3da7ec;
    box-shadow: 0px 2px 0px 0px #0573bb;
    -moz-box-shadow: 0px 2px 0px 0px #0573bb;
    -webkit-box-shadow: 0px 2px 0px 0px #0573bb; }
  #customer_header .btn-gray, #customer_footer .btn-gray {
    background-color: #aaaaaa;
    box-shadow: 0px 2px 0px 0px #999999;
    -moz-box-shadow: 0px 2px 0px 0px #999999;
    -webkit-box-shadow: 0px 2px 0px 0px #999999; }

#customer_header {
  width: 100%;
  z-index: 500;
  -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
  background-color: #ffffff; }
  #customer_header .container {
    position: relative; }
  @media (max-width: 982px) {
    #customer_header {
      text-align: center; } }
  #customer_header nav {
    margin: 0 auto; }
  #customer_header .header-logo {
    display: block;
    position: absolute;
    width: 25%;
    max-width: 280px;
    left: 15px;
    bottom: 10px;
    z-index: 999; }
    @media (max-width: 982px) {
      #customer_header .header-logo {
        width: 20%; } }
    @media (max-width: 780px) {
      #customer_header .header-logo {
        position: relative;
        top: 0;
        left: -15px;
        width: 200px;
        float: left; } }
    #customer_header .header-logo img {
      width: 100%; }
  #customer_header .navbar-toggler {
    position: relative;
    display: block;
    z-index: 999;
    margin-top: 20px;
    margin-right: -15px;
    float: right;
    color: #cccccc;
    outline: none; }
  #customer_header #navbar-header {
    position: relative;
    padding-top: 2rem;
    width: 75%;
    float: right; }
    @media (max-width: 982px) {
      #customer_header #navbar-header {
        width: 80%; } }
    @media (max-width: 780px) {
      #customer_header #navbar-header {
        padding: 0;
        margin-bottom: 15px;
        clear: both;
        float: none;
        width: 100%; } }
  #customer_header #sNav {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: -10px;
    font-size: 100%; }
    #customer_header #sNav a:hover {
      background-color: #fff; }
    @media (max-width: 780px) {
      #customer_header #sNav {
        margin-top: 5px;
        position: relative;
        top: 0;
        right: 0; } }
    @media (max-width: 780px) {
      #customer_header #sNav li {
        float: left;
        width: 33%;
        text-align: center;
        border-right: dotted 1px #cccccc;
        letter-spacing: -0.1em;
        font-size: 80%; } }
    @media (max-width: 780px) {
      #customer_header #sNav li:last-child {
        border-right: none; } }
    #customer_header #sNav li i {
      margin-right: 5px; }
  #customer_header #gNav {
    clear: both;
    float: right; }
    @media (max-width: 780px) {
      #customer_header #gNav {
        border: none;
        float: none; } }
    #customer_header #gNav li {
      padding: 0;
      margin: 0;
      border-left: dotted 1px #cccccc;
      text-align: center;
      overflow: hidden; }
      @media (max-width: 1202px) {
        #customer_header #gNav li {
          font-size: 80%;
          padding: 0; } }
      @media (max-width: 982px) {
        #customer_header #gNav li {
          padding: 0; } }
      @media (max-width: 780px) {
        #customer_header #gNav li {
          width: 100%;
          border: none;
          text-align: left;
          padding: 10px 10px;
          border-bottom: dotted 1px #cccccc; } }
      #customer_header #gNav li span {
        display: block;
        margin: 0 0px -5px;
        padding-bottom: 5px;
        font-size: 80%; }
        @media (max-width: 780px) {
          #customer_header #gNav li span {
            float: right; } }
      #customer_header #gNav li a:hover {
        text-decoration: none;
        background-color: #fff; }
      #customer_header #gNav li a span {
        border-bottom: solid 2px #ffffff; }
      #customer_header #gNav li a:hover span {
        border-bottom: solid 2px #EE9714; }
      #customer_header #gNav li i {
        margin-right: 15px; }
    @media (max-width: 982px) {
      #customer_header #gNav li:first-child {
        letter-spacing: -1px; } }
    @media (max-width: 982px) {
      #customer_header #gNav li:first-child span {
        letter-spacing: 0; } }
    #customer_header #gNav li:last-child {
      border-right: dotted 1px #cccccc; }
      @media (max-width: 780px) {
        #customer_header #gNav li:last-child {
          border-right: none; } }
  #customer_header #searchNav {
    clear: both;
    text-align: left;
    color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.51, #EE9714), color-stop(0.5, #EFBB6D));
    background: -webkit-linear-gradient(top, #EFBB6D 50%, #EE9714 51%);
    background: -moz-linear-gradient(top, #EFBB6D 50%, #EE9714 51%);
    background: -o-linear-gradient(top, #EFBB6D 50%, #EE9714 51%);
    background: -ms-linear-gradient(top, #EFBB6D 50%, #EE9714 51%);
    background: linear-gradient(to bottom, #EFBB6D 50%, #EE9714 51%); }
    @media (max-width: 1202px) {
      #customer_header #searchNav {
        font-size: 80%; } }
    #customer_header #searchNav form {
      position: relative;
      float: left;
      padding: 0.5rem 0;
      margin: 0 0 -1rem; }
      #customer_header #searchNav form label span {
        margin-left: 5px; }
      #customer_header #searchNav form strong {
        font-size: 110%;
        margin-right: 5px;
        padding-right: 5px;
        border-right: 1px solid #fff; }
      #customer_header #searchNav form .submit-btn {
        float: right;
        margin-left: 10px; }
        #customer_header #searchNav form .submit-btn .btn-a {
          text-align: center;
          width: 4.5em; }
          #customer_header #searchNav form .submit-btn .btn-a i {
            margin-right: 5px; }
    #customer_header #searchNav .search-btn {
      float: left;
      padding: 0.5rem 0 0; }
      #customer_header #searchNav .search-btn .btn-a {
        float: left;
        text-align: center;
        width: 7em; }
        #customer_header #searchNav .search-btn .btn-a i {
          margin-right: 5px; }
    #customer_header #searchNav #child-detail {
      color: #fff; }
    #customer_header #searchNav #child-input-area {
      display: none;
      position: absolute;
      top: 2.8em;
      right: 0;
      padding: 15px;
      border: 1px solid #ccc;
      border-radius: 5px;
      background-color: #fff;
      color: #000;
      z-index: 9999; }
      #customer_header #searchNav #child-input-area label {
        display: block;
        text-align: right; }
      #customer_header #searchNav #child-input-area input {
        text-align: center;
        border: 1px solid #ccc;
        background: none;
        color: #000;
        font-weight: normal;
        font-size: 100%;
        width: 1.5em; }
      #customer_header #searchNav #child-input-area .btn-area {
        text-align: center;
        margin: 30px auto 0; }
    #customer_header #searchNav .plan-btn {
      padding: 0.5rem 0;
      font-weight: bold; }
      #customer_header #searchNav .plan-btn .btn-a {
        float: right;
        margin-left: 10px;
        text-align: center;
        width: 9em;
        height: 2em;
        font-size: 20px; }
        #customer_header #searchNav .plan-btn .btn-a i {
          margin-right: 5px; }
        @media (max-width: 780px) {
          #customer_header #searchNav .plan-btn .btn-a {
            font-size: 16px; } }
        @media (max-width: 540px) {
          #customer_header #searchNav .plan-btn .btn-a {
            font-size: 14px; } }

/* CUSTOMIZE THE FOOTER*/
#customer_footer {
  margin-top: 80px; }
  #customer_footer #footerNav {
    border-top: 4px solid #EE9714; }
    #customer_footer #footerNav a:hover {
      text-decoration: none;
      background-color: #fff; }
    #customer_footer #footerNav ul {
      margin: 10px -15px;
      width: 90%; }
      @media (max-width: 1202px) {
        #customer_footer #footerNav ul {
          font-size: 80%; } }
      @media (max-width: 780px) {
        #customer_footer #footerNav ul {
          width: 100%;
          margin: 0; } }
    #customer_footer #footerNav li {
      width: 20%;
      border-left: 1px solid #cccccc;
      text-align: center;
      margin-left: 0; }
      @media (max-width: 780px) {
        #customer_footer #footerNav li {
          width: 100%;
          border: none;
          text-align: left;
          padding: 5px 10px;
          border-bottom: dotted 1px #cccccc; } }
      #customer_footer #footerNav li i {
        margin-right: 10px; }
    #customer_footer #footerNav li:last-child {
      border-right: 1px solid #cccccc; }
      @media (max-width: 780px) {
        #customer_footer #footerNav li:last-child {
          border: none; } }
  #customer_footer #footerContents {
    border-top: 1px solid #cccccc; }
    #customer_footer #footerContents .contents-box {
      border-right: 1px dotted #cccccc; }
      @media (max-width: 780px) {
        #customer_footer #footerContents .contents-box {
          border: none; } }
    #customer_footer #footerContents .informatin-area {
      padding: 15px 15px;
      border-left: 1px dotted #cccccc; }
      @media (max-width: 780px) {
        #customer_footer #footerContents .informatin-area {
          border: none; } }
      #customer_footer #footerContents .informatin-area strong {
        display: block;
        line-height: 1.6;
        padding: 0 5px;
        margin: 0 0 10px;
        font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
        #customer_footer #footerContents .informatin-area strong i {
          margin-right: 7px; }
      #customer_footer #footerContents .informatin-area th {
        width: 8em;
        padding: 7px 0 7px 7px;
        background-color: #f2f2f2;
        border-bottom: 1px solid #fff;
        font-size: 70%; }
      #customer_footer #footerContents .informatin-area td {
        padding: 5px;
        font-size: 80%; }
        #customer_footer #footerContents .informatin-area td span {
          display: block;
          font-size: 80%; }
    @media (max-width: 780px) {
      #customer_footer #footerContents .topix-area {
        border-top: 1px dotted #cccccc; } }
    #customer_footer #footerContents .topix-area a {
      margin: 0 -15px;
      padding: 15px 15px;
      display: block;
      line-height: 1.8; }
      #customer_footer #footerContents .topix-area a p {
        margin-bottom: 0px; }
      #customer_footer #footerContents .topix-area a .img-area {
        display: inline-table;
        margin: 7px -10px;
        float: left;
        width: 31%;
        border: none;
        overflow: hidden; }
        #customer_footer #footerContents .topix-area a .img-area img {
          vertical-align: center;
          width: 100%; }
      #customer_footer #footerContents .topix-area a .text-area {
        float: left;
        width: 65%;
        margin: 10px 0 0 20px;
        border: none;
        font-size: 90%; }
        #customer_footer #footerContents .topix-area a .text-area strong {
          display: block;
          margin-bottom: 10px; }
          #customer_footer #footerContents .topix-area a .text-area strong img {
            margin: 0 5px 0 0; }
        #customer_footer #footerContents .topix-area a .text-area span {
          display: block;
          text-align: right; }
          #customer_footer #footerContents .topix-area a .text-area span i {
            color: #EE9714;
            margin-right: 3px; }
        @media (max-width: 982px) {
          #customer_footer #footerContents .topix-area a .text-area {
            width: 100%;
            margin: 10px 0 0; } }
    #customer_footer #footerContents .topix-area a:first-child {
      border-bottom: 1px dotted #cccccc; }
    #customer_footer #footerContents .other-area {
      padding: 15px; }
      #customer_footer #footerContents .other-area strong {
        display: block;
        line-height: 1.6;
        padding: 0 5px;
        margin: 0;
        font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
        #customer_footer #footerContents .other-area strong i {
          margin-right: 7px; }
      #customer_footer #footerContents .other-area a {
        margin: 0 -15px;
        display: block;
        padding: 15px 15px; }
        #customer_footer #footerContents .other-area a .img-area {
          display: inline-table;
          margin: 0;
          float: left;
          width: 25%;
          border: none;
          overflow: hidden;
          text-align: right; }
          #customer_footer #footerContents .other-area a .img-area img {
            vertical-align: center;
            width: 100%;
            max-width: 80px; }
        #customer_footer #footerContents .other-area a .text-area {
          float: left;
          width: 66%;
          margin: 10px 0 0 20px;
          border: none;
          font-size: 90%; }
          #customer_footer #footerContents .other-area a .text-area img {
            margin-top: -10px;
            vertical-align: center;
            width: 100%;
            max-width: 150px; }
      #customer_footer #footerContents .other-area a:last-child {
        border-top: 1px dotted #cccccc; }
      @media (max-width: 780px) {
        #customer_footer #footerContents .other-area {
          border-top: 1px dotted #cccccc; } }
  #customer_footer #footerBottom {
    display: block;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #cccccc; }
    #customer_footer #footerBottom .sns-btn-group {
      padding: 0.5rem 0;
      font-weight: bold; }
    #customer_footer #footerBottom .sns-btn {
      margin-left: 5px;
      text-align: center;
      width: 2.5rem;
      height: 1.75rem; }

/*# sourceMappingURL=grandview-iwai-yoyaku.css.map */
