@charset "UTF-8";
/* ------------ font ------------ */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;800&display=swap);
/* ------------ css reset ------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ------------ SP ------------ */
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    height: 100%; }

  /* ------------ spmaterial-i ------------ */
  .spmaterial-i, #sp_nav #g_nav ul li a:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    vertical-align: middle; }

  /* ------------ header ------------ */
  #header {
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    background: #fff;
    display: flex;
    justify-content: space-between; }
    #header h1 {
      text-indent: -9999px;
      margin: 12px 0 0 7px; }
      #header h1 a {
        background: url(../img/01.png) no-repeat;
        background-size: contain;
        width: 162.5px;
        height: 25.5px;
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #header h1 a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
    #header .r_box {
      display: flex;
      justify-content: space-between; }
      #header .r_box ul {
        display: flex;
        margin: 0 0 0 auto; }
        #header .r_box ul li {
          list-style: none; }
          #header .r_box ul li:nth-child(1) {
            font-size: 14px;
            line-height: 1;
            font-weight: 400;
            font: 400 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 800;
            font-family: "Nanum Gothic", sans-serif;
            color: #2a4e83;
            align-self: center;
            margin: 0 5px 0 0; }
          #header .r_box ul li:nth-child(2) {
            display: none; }
          #header .r_box ul li:nth-child(3) .bars {
            position: relative;
            top: 0;
            right: 0;
            width: 50px;
            height: 50px;
            cursor: pointer;
            z-index: 3000;
            background: #2a4e83; }
            #header .r_box ul li:nth-child(3) .bars .bar {
              position: absolute;
              top: 50%;
              left: 50%;
              width: 30px;
              height: 2px;
              background: #fff;
              border-radius: 1px;
              transition: all 0.25s ease-in-out 0s;
              -moz-transition: all 0.25s ease-in-out 0s;
              -webkit-transition: all 0.25s ease-in-out 0s;
              -ms-transition: all 0.25s ease-in-out 0s;
              -o-transition: all 0.25s ease-in-out 0s; }
            #header .r_box ul li:nth-child(3) .bars .bar-1 {
              margin: -9px 0 0 -13px; }
            #header .r_box ul li:nth-child(3) .bars .bar-2 {
              margin: -1px 0 0 -13px; }
            #header .r_box ul li:nth-child(3) .bars .bar-3 {
              margin: 7px 0 0 -13px; }
          #header .r_box ul li:nth-child(3) .bars.step-1 .bar-1 {
            transform: translate3d(0, 8px, 0);
            -moz-transform: translate3d(0, 8px, 0);
            -webkit-transform: translate3d(0, 8px, 0);
            -ms-transform: translate3d(0, 8px, 0);
            -o-transform: translate3d(0, 8px, 0); }
          #header .r_box ul li:nth-child(3) .bars.step-1 .bar-2 {
            transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg); }
          #header .r_box ul li:nth-child(3) .bars.step-1 .bar-3 {
            transform: translate3d(0, -8px, 0);
            -moz-transform: translate3d(0, -8px, 0);
            -webkit-transform: translate3d(0, -8px, 0);
            -ms-transform: translate3d(0, -8px, 0);
            -o-transform: translate3d(0, -8px, 0); }
          #header .r_box ul li:nth-child(3) .bars.step-2 .bar-1 {
            transform: translate3d(0, 8px, 0) rotate(135deg);
            -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
            -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
            -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
            -o-transform: translate3d(0, 8px, 0) rotate(135deg); }
          #header .r_box ul li:nth-child(3) .bars.step-2 .bar-2 {
            transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg); }
          #header .r_box ul li:nth-child(3) .bars.step-2 .bar-3 {
            transform: translate3d(0, -8px, 0) rotate(135deg);
            -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
            -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
            -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
            -o-transform: translate3d(0, -8px, 0) rotate(135deg); }
      #header .r_box a.button {
        display: none; }

  /* ------------ sp_nav ------------ */
  #sp_nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s; }
    #sp_nav .bg {
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.9);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    #sp_nav #g_nav {
      width: 90%;
      margin: 0 auto; }
      #sp_nav #g_nav ul li {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        list-style: none;
        border-bottom: 1px dotted #2a4e83; }
        #sp_nav #g_nav ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 15px 0 15px 20px;
          display: block;
          position: relative; }
          #sp_nav #g_nav ul li a:link, #sp_nav #g_nav ul li a:visited, #sp_nav #g_nav ul li a:active {
            text-decoration: none;
            color: #000; }
          #sp_nav #g_nav ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #sp_nav #g_nav ul li a:before {
            content: 'arrow_right';
            position: absolute;
            color: #2a4e83;
            left: 0;
            top: 14px;
            font-size: 2.6rem; }
    #sp_nav.open {
      opacity: 1;
      visibility: visible;
      transition: all 0.7s;
      -moz-transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -ms-transition: all 0.7s;
      -o-transition: all 0.7s; }

  /* ------------ top_content_box ------------ */
  #top_content_box {
    background: url(../img/14.gif) repeat center center;
    margin: 50px 0 0 0;
    padding: 50px 0; }
    #top_content_box #main_nav {
      width: 90%;
      margin: 0 auto; }
      #top_content_box #main_nav Ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #top_content_box #main_nav Ul li {
          list-style: none;
          margin: 15px 0 0 0; }
          #top_content_box #main_nav Ul li a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #top_content_box #main_nav Ul li a img {
              width: 100%;
              margin: 0 auto; }
            #top_content_box #main_nav Ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
          #top_content_box #main_nav Ul li:nth-child(6) {
            width: 100%;
            order: 1;
            margin: 0; }
            #top_content_box #main_nav Ul li:nth-child(6) img {
              width: 60%;
              display: block;
              margin: 0 auto;
              vertical-align: bottom; }
          #top_content_box #main_nav Ul li:nth-child(1) {
            width: 31%;
            order: 2;
            margin: 50px 0 0 0; }
            #top_content_box #main_nav Ul li:nth-child(1) img {
              width: 100%;
              vertical-align: bottom; }
          #top_content_box #main_nav Ul li:nth-child(2) {
            width: 31%;
            order: 3;
            margin: 50px 0 0 0; }
            #top_content_box #main_nav Ul li:nth-child(2) img {
              width: 100%;
              vertical-align: bottom; }
          #top_content_box #main_nav Ul li:nth-child(3) {
            width: 31%;
            order: 4;
            margin: 50px 0 0 0; }
            #top_content_box #main_nav Ul li:nth-child(3) img {
              width: 100%;
              vertical-align: bottom; }
          #top_content_box #main_nav Ul li:nth-child(4) {
            width: 31%;
            order: 5; }
            #top_content_box #main_nav Ul li:nth-child(4) img {
              width: 100%;
              vertical-align: bottom; }
          #top_content_box #main_nav Ul li:nth-child(5) {
            width: 31%;
            order: 6; }
            #top_content_box #main_nav Ul li:nth-child(5) img {
              width: 100%;
              vertical-align: bottom; }
          #top_content_box #main_nav Ul li:nth-child(7) {
            width: 31%;
            order: 7; }
            #top_content_box #main_nav Ul li:nth-child(7) img {
              width: 100%;
              vertical-align: bottom; }
          #top_content_box #main_nav Ul li:nth-child(8) {
            width: 31%;
            order: 8; }
            #top_content_box #main_nav Ul li:nth-child(8) img {
              width: 100%;
              vertical-align: bottom; }
          #top_content_box #main_nav Ul li:nth-child(9) {
            width: 100%;
            background: #fff;
            border: 1px solid #dbdbdc;
            box-sizing: border-box;
            padding: 10px;
            order: 11; }
            #top_content_box #main_nav Ul li:nth-child(9) p {
              font-size: 14px;
              line-height: 2;
              font-weight: 400;
              font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000;
              text-align: center;
              margin: 10px 0 0 0; }
              #top_content_box #main_nav Ul li:nth-child(9) p.title {
                font-size: 16px;
                line-height: 1.5;
                font-weight: 400;
                font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                font-family: "Nanum Gothic", sans-serif;
                font-weight: 400;
                color: #2a4e83;
                margin: 0; }
          #top_content_box #main_nav Ul li:nth-child(10) {
            width: 31%;
            order: 9; }
            #top_content_box #main_nav Ul li:nth-child(10) img {
              width: 100%;
              vertical-align: bottom; }
          #top_content_box #main_nav Ul li:nth-child(11) {
            width: 31%;
            order: 10; }
            #top_content_box #main_nav Ul li:nth-child(11) img {
              width: 100%;
              vertical-align: bottom; }
    #top_content_box #top_facebook_box_sp {
      width: 90%;
      margin: 50px auto 0; }
      #top_content_box #top_facebook_box_sp figure {
        width: 102.5px; }
        #top_content_box #top_facebook_box_sp figure img {
          width: 100%;
          vertical-align: bottom; }
      #top_content_box #top_facebook_box_sp .facebook_inline_sp {
        background: #fff;
        box-shadow: 0 0 5px #ccc;
        padding: 20px; }
        #top_content_box #top_facebook_box_sp .facebook_inline_sp iframe {
          margin: 0 auto;
          display: block; }

  /* ------------ footer ------------ */
  #footer {
    background: #fff;
    border-top: 1px solid #333; }
    #footer #f_nav {
      display: none; }
    #footer .wrap_box {
      width: 98%;
      margin: 0 auto;
      padding: 15px 0; }
      #footer .wrap_box .copy_box {
        display: none; }
      #footer .wrap_box .tel_box {
        display: flex;
        justify-content: flex-end; }
        #footer .wrap_box .tel_box ul {
          margin: 0 10px 0 0;
          align-self: center; }
          #footer .wrap_box .tel_box ul li {
            list-style: none;
            text-align: right;
            font-size: 12px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000; }
        #footer .wrap_box .tel_box figure {
          align-self: center; }
          #footer .wrap_box .tel_box figure.img_01 {
            width: 40px;
            margin: 0 10px 0 0; }
            #footer .wrap_box .tel_box figure.img_01 img {
              width: 100%;
              vertical-align: bottom; }
          #footer .wrap_box .tel_box figure.img_02 {
            width: 68px; }
            #footer .wrap_box .tel_box figure.img_02 img {
              width: 100%;
              vertical-align: bottom; }

  /* ------------ page_title ------------ */
  #page_title {
    height: 100px;
    margin: 50px 0 0 0;
    position: relative; }
    #page_title.p_01 {
      background: url(../about/img/01.jpg) no-repeat top center;
      background-size: cover; }
      #page_title.p_01 h2 {
        background: url(../about/img/02.png) no-repeat;
        background-size: contain;
        width: 295px;
        height: 54px;
        display: block;
        text-indent: -9999px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    #page_title.p_02 {
      background: url(../flow/img/01.jpg) no-repeat top center;
      background-size: cover; }
      #page_title.p_02 h2 {
        background: url(../flow/img/02.png) no-repeat;
        background-size: contain;
        width: 300px;
        height: 41px;
        display: block;
        text-indent: -9999px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    #page_title.p_03 {
      background: url(../type/img/01.jpg) no-repeat top center;
      background-size: cover; }
      #page_title.p_03 h2 {
        background: url(../type/img/02.png) no-repeat;
        background-size: contain;
        width: 186px;
        height: 49px;
        display: block;
        text-indent: -9999px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    #page_title.p_04 {
      background: url(../cost/img/01.jpg) no-repeat top center;
      background-size: cover; }
      #page_title.p_04 h2 {
        background: url(../cost/img/02.png) no-repeat;
        background-size: contain;
        width: 186px;
        height: 49px;
        display: block;
        text-indent: -9999px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    #page_title.p_05 {
      background: url(../repair/img/01.jpg) no-repeat top center;
      background-size: cover; }
      #page_title.p_05 h2 {
        background: url(../repair/img/02.png) no-repeat;
        background-size: contain;
        width: 186px;
        height: 49.5px;
        display: block;
        text-indent: -9999px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    #page_title.p_06 {
      background: url(../close/img/01.jpg) no-repeat top center;
      background-size: cover; }
      #page_title.p_06 h2 {
        background: url(../close/img/02.png) no-repeat;
        background-size: contain;
        width: 296px;
        height: 54.5px;
        display: block;
        text-indent: -9999px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    #page_title.p_07 {
      background: url(../performance/img/01.jpg) no-repeat top center;
      background-size: cover; }
      #page_title.p_07 h2 {
        background: url(../performance/img/02.png) no-repeat;
        background-size: contain;
        width: 219px;
        height: 54.5px;
        display: block;
        text-indent: -9999px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    #page_title.p_08 {
      background: url(../qa/img/01.jpg) no-repeat top center;
      background-size: cover; }
      #page_title.p_08 h2 {
        background: url(../qa/img/02.png) no-repeat;
        background-size: contain;
        width: 257px;
        height: 54.5px;
        display: block;
        text-indent: -9999px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    #page_title.p_09 {
      background: url(../contact/img/01.jpg) no-repeat top center;
      background-size: cover; }
      #page_title.p_09 h2 {
        background: url(../contact/img/02.png) no-repeat;
        background-size: contain;
        width: 219px;
        height: 54.5px;
        display: block;
        text-indent: -9999px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }

  /* ------------ content_box ------------ */
  #content_box {
    background: url(../img/14.gif) repeat-y top center;
    padding: 30px 0;
    /* ------------ about_box ------------ */
    /* ------------ about_box ------------ */
    /* ------------ type_box ------------ */
    /* ------------ cost_box ------------ */
    /* ------------ repair_box ------------ */
    /* ------------ close_box ------------ */
    /* ------------ performance_box ------------ */
    /* ------------ qa_box ------------ */
    /* ------------ contact_box ------------ */ }
    #content_box .top_title {
      width: 90%;
      margin: 0 auto;
      border: 1px solid #ccc;
      box-shadow: 3px 3px 0 #666;
      padding: 10px;
      box-sizing: border-box; }
      #content_box .top_title h3 {
        font-size: 18px;
        line-height: 1;
        font-weight: 400;
        font: 400 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        text-align: center; }
    #content_box .common_title {
      border: 1px solid #ccc;
      box-shadow: 3px 3px 0 #666;
      padding: 10px;
      box-sizing: border-box;
      margin: 30px 0 0 0; }
      #content_box .common_title h3 {
        font-size: 18px;
        line-height: 1;
        font-weight: 400;
        font: 400 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        text-align: center; }
    #content_box .r_box {
      padding: 20px 0; }
    #content_box .end_box {
      display: none; }
    #content_box h4 {
      font-size: 18px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      border-bottom: solid 3px #9d9e9e;
      position: relative;
      padding: 0 0 5px 0;
      margin: 30px 0 0 0 !important; }
      #content_box h4::after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 3px #cc5520;
        bottom: -3px;
        width: 20%; }
      #content_box h4:first-of-type {
        margin: 0; }
    #content_box .about_box {
      width: 90%;
      margin: 0 auto; }
      #content_box .about_box .box_01 p {
        font-size: 14px;
        line-height: 2;
        font-weight: 400;
        font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000; }
      #content_box .about_box .box_01 figure {
        width: 70%;
        margin: 20px auto 0; }
        #content_box .about_box .box_01 figure img {
          width: 100%;
          vertical-align: bottom; }
      #content_box .about_box .box_02 {
        text-align: center; }
        #content_box .about_box .box_02 p {
          font-size: 16px;
          line-height: 2;
          font-weight: 400;
          font: 400 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
          #content_box .about_box .box_02 p.s_text {
            font-size: 14px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            margin: 15px 0 0 0; }
      #content_box .about_box .box_03 p {
        font-size: 14px;
        line-height: 2;
        font-weight: 400;
        font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        margin: 20px 0 0 0; }
      #content_box .about_box .box_03 figure {
        width: 70%;
        margin: 0 auto; }
        #content_box .about_box .box_03 figure img {
          width: 100%;
          vertical-align: bottom; }
      #content_box .about_box .box_04 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #content_box .about_box .box_04 ul li {
          list-style: none;
          width: 48%; }
          #content_box .about_box .box_04 ul li img {
            width: 100%;
            vertical-align: bottom; }
          #content_box .about_box .box_04 ul li P {
            font-size: 12px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            text-align: center;
            margin: 5px 0 0 0; }
          #content_box .about_box .box_04 ul li:nth-child(n+3) {
            margin: 20px 0 0 0; }
      #content_box .about_box .box_05 dl {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        border-bottom: 1px solid #cacaca;
        padding: 10px 0; }
        #content_box .about_box .box_05 dl dt {
          width: 25%; }
        #content_box .about_box .box_05 dl dd {
          width: 75%; }
          #content_box .about_box .box_05 dl dd a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #content_box .about_box .box_05 dl dd a:link, #content_box .about_box .box_05 dl dd a:visited, #content_box .about_box .box_05 dl dd a:active {
              color: #009ee5; }
            #content_box .about_box .box_05 dl dd a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
      #content_box .about_box .box_05 .g_map {
        margin: 30px auto 0; }
    #content_box .flow_box {
      width: 90%;
      margin: 0 auto; }
      #content_box .flow_box .box_01 ul li {
        display: flex;
        justify-content: space-between;
        border: 2px solid #009ee5;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        list-style: none;
        background: #fff; }
        #content_box .flow_box .box_01 ul li .number_box {
          background: #009ee5;
          font-size: 24px;
          line-height: 1;
          font-weight: 400;
          font: 400 2.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #fff;
          font-family: "Nanum Gothic", sans-serif;
          font-weight: 800;
          display: flex;
          justify-content: center;
          width: 15%; }
          #content_box .flow_box .box_01 ul li .number_box p {
            align-self: center; }
        #content_box .flow_box .box_01 ul li .text_box {
          padding: 10px;
          width: 85%;
          box-sizing: border-box; }
          #content_box .flow_box .box_01 ul li .text_box p {
            font-size: 14px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            margin: 5px 0 0 0; }
            #content_box .flow_box .box_01 ul li .text_box p.title {
              font-size: 18px;
              line-height: 1.2;
              font-weight: 400;
              font: 400 1.8rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000;
              font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
            #content_box .flow_box .box_01 ul li .text_box p a {
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #content_box .flow_box .box_01 ul li .text_box p a:link, #content_box .flow_box .box_01 ul li .text_box p a:visited, #content_box .flow_box .box_01 ul li .text_box p a:active {
                color: #009ee5; }
              #content_box .flow_box .box_01 ul li .text_box p a:hover {
                opacity: 0.7;
                filter: alpha(opacity=70); }
      #content_box .flow_box .box_01 ul figure {
        width: 30px;
        margin: 15px auto;
        display: block; }
        #content_box .flow_box .box_01 ul figure img {
          width: 100%;
          vertical-align: bottom; }
    #content_box .type_box {
      width: 90%;
      margin: 0 auto; }
      #content_box .type_box .box_01 .wrap_box {
        margin: 30px 0 0 0; }
        #content_box .type_box .box_01 .wrap_box figcaption {
          width: 80%;
          margin: 0 auto; }
          #content_box .type_box .box_01 .wrap_box figcaption p {
            font-size: 14px;
            line-height: 2;
            font-weight: 400;
            font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            margin: 5px 0 0 0; }
            #content_box .type_box .box_01 .wrap_box figcaption p.title {
              font-size: 18px;
              line-height: 1.5;
              font-weight: 400;
              font: 400 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000;
              font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              margin: 10px 0 0 0; }
        #content_box .type_box .box_01 .wrap_box figure {
          width: 80%;
          margin: 0 auto; }
          #content_box .type_box .box_01 .wrap_box figure img {
            width: 100%;
            vertical-align: bottom; }
        #content_box .type_box .box_01 .wrap_box:first-of-type {
          margin: 0; }
      #content_box .type_box .box_02 ul li {
        list-style: none;
        width: 80%;
        margin: 30px auto 0;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000; }
        #content_box .type_box .box_02 ul li img {
          width: 100%;
          vertical-align: bottom; }
        #content_box .type_box .box_02 ul li P {
          font-size: 18px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          margin: 5px 0; }
      #content_box .type_box .box_03 ul li {
        list-style: none;
        width: 80%;
        margin: 30px auto 0; }
        #content_box .type_box .box_03 ul li img {
          width: 100%;
          vertical-align: bottom; }
        #content_box .type_box .box_03 ul li P {
          font-size: 14px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          margin: 5px 0 0 0; }
    #content_box .cost_box {
      width: 90%;
      margin: 0 auto; }
      #content_box .cost_box .box_01 p {
        font-size: 14px;
        line-height: 2;
        font-weight: 400;
        font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000; }
      #content_box .cost_box .box_01 figure {
        width: 100%;
        margin: 20px auto 0; }
        #content_box .cost_box .box_01 figure img {
          width: 100%;
          vertical-align: bottom; }
      #content_box .cost_box .box_01 ul li {
        list-style: none;
        width: 70%;
        margin: 30px auto 0; }
        #content_box .cost_box .box_01 ul li img {
          width: 100%;
          vertical-align: bottom; }
        #content_box .cost_box .box_01 ul li P {
          text-align: center;
          font-size: 16px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          margin: 5px 0; }
      #content_box .cost_box .box_01 table {
        width: 100%;
        margin: 20px auto 5px;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        text-align: center; }
        #content_box .cost_box .box_01 table th {
          background: #cc5520;
          padding: 5px;
          color: #fff;
          border: 1px solid #ccc;
          font-weight: 700; }
        #content_box .cost_box .box_01 table td {
          padding: 5px;
          color: #000;
          background: #fff;
          border: 1px solid #ccc;
          font-weight: 700; }
      #content_box .cost_box .box_02 dl {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #000;
        border-bottom: 1px solid #cacaca;
        padding: 10px 0; }
        #content_box .cost_box .box_02 dl dt {
          width: 70%; }
        #content_box .cost_box .box_02 dl dd {
          width: 30%;
          text-align: right; }
      #content_box .cost_box .box_02 a.button img {
        display: block;
        margin: 30px auto 0;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #content_box .cost_box .box_02 a.button img:hover {
          opacity: 0.9;
          filter: alpha(opacity=90); }
    #content_box .repair_box {
      width: 90%;
      margin: 0 auto; }
      #content_box .repair_box .box_01 .wrap_box {
        margin: 30px 0 0 0; }
        #content_box .repair_box .box_01 .wrap_box figcaption {
          width: 80%;
          margin: 0 auto; }
          #content_box .repair_box .box_01 .wrap_box figcaption p {
            font-size: 14px;
            line-height: 2;
            font-weight: 400;
            font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            margin: 5px 0 0 0; }
            #content_box .repair_box .box_01 .wrap_box figcaption p.title {
              font-size: 18px;
              line-height: 1.5;
              font-weight: 400;
              font: 400 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000;
              font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              margin: 10px 0 0 0; }
        #content_box .repair_box .box_01 .wrap_box figure {
          width: 80%;
          margin: 0 auto; }
          #content_box .repair_box .box_01 .wrap_box figure img {
            width: 100%;
            vertical-align: bottom; }
        #content_box .repair_box .box_01 .wrap_box:first-of-type {
          margin: 0; }
      #content_box .repair_box .box_01 ul li {
        list-style: none;
        margin: 30px auto 0; }
        #content_box .repair_box .box_01 ul li p {
          font-size: 14px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
          #content_box .repair_box .box_01 ul li p.title {
            font-size: 20px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            margin: 0 0 5px 0; }
          #content_box .repair_box .box_01 ul li p.price {
            font-size: 14px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            margin: 5px 0 0 0; }
      #content_box .repair_box .box_01 a.button img {
        display: block;
        margin: 30px auto 0;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #content_box .repair_box .box_01 a.button img:hover {
          opacity: 0.9;
          filter: alpha(opacity=90); }
    #content_box .close_box {
      width: 90%;
      margin: 0 auto; }
      #content_box .close_box .box_01 .wrap_box {
        margin: 30px 0 0 0; }
        #content_box .close_box .box_01 .wrap_box figcaption {
          width: 80%;
          margin: 0 auto; }
          #content_box .close_box .box_01 .wrap_box figcaption p {
            font-size: 14px;
            line-height: 2;
            font-weight: 400;
            font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            margin: 5px 0 0 0; }
            #content_box .close_box .box_01 .wrap_box figcaption p.title {
              font-size: 18px;
              line-height: 1.5;
              font-weight: 400;
              font: 400 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000;
              font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              margin: 10px 0 0 0; }
        #content_box .close_box .box_01 .wrap_box figure {
          width: 80%;
          margin: 0 auto; }
          #content_box .close_box .box_01 .wrap_box figure img {
            width: 100%;
            vertical-align: bottom; }
        #content_box .close_box .box_01 .wrap_box:first-of-type {
          margin: 0; }
      #content_box .close_box .box_01 ul li {
        list-style: none;
        margin: 30px auto 0; }
        #content_box .close_box .box_01 ul li p {
          font-size: 14px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
          #content_box .close_box .box_01 ul li p.title {
            font-size: 20px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            margin: 0 0 5px 0; }
          #content_box .close_box .box_01 ul li p.price {
            font-size: 14px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            margin: 5px 0 0 0; }
      #content_box .close_box .box_02 p {
        font-size: 14px;
        line-height: 2;
        font-weight: 400;
        font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000; }
      #content_box .close_box .box_02 figure {
        width: 100%;
        margin: 20px auto 0; }
        #content_box .close_box .box_02 figure img {
          width: 100%;
          vertical-align: bottom; }
      #content_box .close_box .box_02 table {
        width: 100%;
        margin: 20px auto 0;
        font-size: 12px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        text-align: center; }
        #content_box .close_box .box_02 table th {
          background: #cc5520;
          padding: 10px;
          color: #fff;
          border: 1px solid #ccc; }
        #content_box .close_box .box_02 table td {
          padding: 10px;
          color: #000;
          background: #fff;
          border: 1px solid #ccc;
          vertical-align: middle; }
          #content_box .close_box .box_02 table td.item_01 {
            color: #fff;
            background: #3e6db4; }
      #content_box .close_box .box_03 ul li {
        display: flex;
        justify-content: space-between;
        border: 2px solid #3e6db4;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        list-style: none;
        background: #fff; }
        #content_box .close_box .box_03 ul li .number_box {
          background: #3e6db4;
          font-size: 24px;
          line-height: 1;
          font-weight: 400;
          font: 400 2.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #fff;
          font-family: "Nanum Gothic", sans-serif;
          font-weight: 800;
          display: flex;
          justify-content: center;
          width: 15%; }
          #content_box .close_box .box_03 ul li .number_box p {
            align-self: center; }
        #content_box .close_box .box_03 ul li .text_box {
          padding: 15px;
          width: 85%;
          box-sizing: border-box; }
          #content_box .close_box .box_03 ul li .text_box p {
            font-size: 14px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            margin: 5px 0 0 0; }
            #content_box .close_box .box_03 ul li .text_box p.title {
              font-size: 18px;
              line-height: 1.2;
              font-weight: 400;
              font: 400 1.8rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000;
              font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
            #content_box .close_box .box_03 ul li .text_box p a {
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #content_box .close_box .box_03 ul li .text_box p a:link, #content_box .close_box .box_03 ul li .text_box p a:visited, #content_box .close_box .box_03 ul li .text_box p a:active {
                color: #009ee5; }
              #content_box .close_box .box_03 ul li .text_box p a:hover {
                opacity: 0.7;
                filter: alpha(opacity=70); }
      #content_box .close_box .box_03 ul figure {
        width: 30px;
        margin: 15px auto;
        display: block; }
        #content_box .close_box .box_03 ul figure img {
          width: 100%;
          vertical-align: bottom; }
    #content_box .performance_box {
      width: 90%;
      margin: 0 auto; }
      #content_box .performance_box .box_01 .wrap_box {
        margin: 30px 0 0 0; }
        #content_box .performance_box .box_01 .wrap_box figcaption {
          width: 80%;
          margin: 0 auto; }
          #content_box .performance_box .box_01 .wrap_box figcaption p {
            font-size: 14px;
            line-height: 2;
            font-weight: 400;
            font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            margin: 5px 0 0 0; }
            #content_box .performance_box .box_01 .wrap_box figcaption p.title {
              font-size: 18px;
              line-height: 1.5;
              font-weight: 400;
              font: 400 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000;
              font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              margin: 10px 0 0 0; }
          #content_box .performance_box .box_01 .wrap_box figcaption a.button img {
            display: block;
            margin: 20px auto 0;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #content_box .performance_box .box_01 .wrap_box figcaption a.button img:hover {
              opacity: 0.9;
              filter: alpha(opacity=90); }
        #content_box .performance_box .box_01 .wrap_box figure {
          width: 80%;
          margin: 0 auto; }
          #content_box .performance_box .box_01 .wrap_box figure img {
            width: 100%;
            vertical-align: bottom; }
        #content_box .performance_box .box_01 .wrap_box:first-of-type {
          margin: 0; }
      #content_box .performance_box .box_01 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 30px 0 0 0; }
        #content_box .performance_box .box_01 ul li {
          list-style: none;
          width: 48%;
          font-size: 12px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
          #content_box .performance_box .box_01 ul li img {
            width: 100%;
            vertical-align: bottom; }
          #content_box .performance_box .box_01 ul li P {
            font-size: 16px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #000;
            margin: 5px 0; }
          #content_box .performance_box .box_01 ul li:nth-child(n+3) {
            margin: 30px 0 0 0; }
    #content_box .qa_box {
      width: 90%;
      margin: 0 auto; }
      #content_box .qa_box .box_01 P {
        font-size: 14px;
        line-height: 2;
        font-weight: 400;
        font: 400 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        margin: 10px 0 0 0; }
      #content_box .qa_box .box_01 a.button img {
        display: block;
        margin: 20px auto 0;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #content_box .qa_box .box_01 a.button img:hover {
          opacity: 0.9;
          filter: alpha(opacity=90); }
    #content_box .contact_box {
      width: 90%;
      margin: 0 auto; }
      #content_box .contact_box .box_01 form dl {
        padding: 10px 0;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000; }
        #content_box .contact_box .box_01 form dl dt {
          font-weight: 700; }
        #content_box .contact_box .box_01 form dl dd {
          margin: 5px 0 0 0; }
          #content_box .contact_box .box_01 form dl dd input[type="text"] {
            width: 100%;
            border: 1px solid #ccc;
            font-size: 14px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            box-sizing: border-box;
            padding: 5px; }
            #content_box .contact_box .box_01 form dl dd input[type="text"].w50 {
              width: 50%; }
            #content_box .contact_box .box_01 form dl dd input[type="text"].w25 {
              width: 50%; }
          #content_box .contact_box .box_01 form dl dd input:focus {
            outline: none; }
          #content_box .contact_box .box_01 form dl dd select {
            width: 50%;
            font-size: 14px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            padding: 5px;
            outline: none;
            text-overflow: '';
            background: #fff transparent;
            vertical-align: middle;
            border: 1px solid #ccc; }
      #content_box .contact_box .box_01 form textarea {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        width: 100%;
        height: 200px;
        resize: none;
        border: 1px solid #ccc;
        padding: 5px;
        color: #000;
        margin: 20px 0 0 0;
        box-sizing: border-box; }
      #content_box .contact_box .box_01 form .submit_box {
        margin: 20px auto 0;
        text-align: center; }
        #content_box .contact_box .box_01 form .submit_box p {
          background: #efefef;
          padding: 10px;
          box-sizing: border-box;
          font-size: 14px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #content_box .contact_box .box_01 form .submit_box p a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #content_box .contact_box .box_01 form .submit_box p a:link, #content_box .contact_box .box_01 form .submit_box p a:visited, #content_box .contact_box .box_01 form .submit_box p a:active {
              color: #009ee5; }
            #content_box .contact_box .box_01 form .submit_box p a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
        #content_box .contact_box .box_01 form .submit_box .submit_button {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          margin: 20px auto 0; }
          #content_box .contact_box .box_01 form .submit_box .submit_button:hover {
            opacity: 0.8;
            filter: alpha(opacity=80);
            cursor: pointer; }
        #content_box .contact_box .box_01 form .submit_box .back_button {
          width: 250px;
          margin: 0 20px 0 0;
          padding: 15px 0;
          background-color: #dcdcdc;
          display: inline-block;
          font-size: 16px;
          line-height: 1;
          font-weight: 400;
          font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          text-align: center;
          text-decoration: none;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          cursor: pointer; }
          #content_box .contact_box .box_01 form .submit_box .back_button:hover {
            opacity: 0.8;
            filter: alpha(opacity=80);
            cursor: pointer; }

  /* ------------ privacy_box ------------ */
  #privacy_box {
    max-width: 90%;
    margin: 20px auto;
    padding: 10px;
    box-sizing: border-box; }
    #privacy_box h4 {
      font-size: 20px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      text-align: center; }
    #privacy_box h5 {
      font-size: 14px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      font-weight: 700;
      margin: 20px 0 0 0; }
    #privacy_box p {
      font-size: 12px;
      line-height: 2;
      font-weight: 400;
      font: 400 1.2rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      margin: 10px 0 0 0; }

  /* ------------ page_top ------------ */
  a.page_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 1000; }
    a.page_top img {
      width: 40px;
      vertical-align: bottom;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      a.page_top img:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }

  /* ------------ facebook_inline ------------ */
  #facebook_box {
    display: none; }

  /* ------------SP END ------------ */ }
/* ------------ PC ------------ */
@media screen and (min-width: 768px), print {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%; }

  /* ------------ material-i ------------ */
  .material-i {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    vertical-align: middle; }

  /* ------------ header ------------ */
  #header {
    min-width: 1125px;
    height: 70px;
    background: #fff;
    display: flex;
    justify-content: space-between; }
    #header h1 {
      width: 325px;
      height: 51px;
      text-indent: -9999px;
      margin: 10px 0 0 20px; }
      #header h1 a {
        background: url(../img/01.png) no-repeat;
        background-size: contain;
        width: 325px;
        height: 51px;
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #header h1 a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
    #header .r_box {
      display: flex;
      justify-content: space-between; }
      #header .r_box ul {
        margin: 0 20px 0 0; }
        #header .r_box ul li {
          list-style: none;
          text-align: right;
          font-size: 16px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
          #header .r_box ul li:first-child {
            font-size: 26px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 2.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: "Nanum Gothic", sans-serif;
            font-weight: 800;
            color: #2a4e83; }
      #header .r_box a.button {
        padding: 0 30px;
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        font-weight: 400;
        font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        line-height: 70px;
        text-align: center;
        background: #2a4e83;
        color: #fff;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        text-decoration: none; }
        #header .r_box a.button:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }

  /* ------------ g_nav ------------ */
  #g_nav {
    background: #000;
    min-width: 1125px; }
    #g_nav ul {
      display: flex;
      justify-content: center;
      padding: 10px 0; }
      #g_nav ul li {
        font-size: 15px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.5rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        list-style: none; }
        #g_nav ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #g_nav ul li a:link, #g_nav ul li a:visited, #g_nav ul li a:active {
            text-decoration: none;
            color: #fff; }
          #g_nav ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #g_nav ul li::after {
          content: '|';
          margin: 0 10px;
          color: #fff; }
        #g_nav ul li:last-child::after {
          content: '';
          margin: 0; }

  /* ------------ top_content_box ------------ */
  #top_content_box {
    background: url(../img/14.gif) repeat center center;
    padding: 70px 0;
    min-width: 1125px; }
    #top_content_box #main_nav {
      width: 1000px;
      margin: 0 auto; }
      #top_content_box #main_nav Ul {
        display: flex;
        flex-wrap: wrap; }
        #top_content_box #main_nav Ul li {
          list-style: none;
          width: 237px;
          margin: 0 17px 0 0; }
          #top_content_box #main_nav Ul li a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #top_content_box #main_nav Ul li a img {
              width: 100%;
              margin: 0 auto; }
            #top_content_box #main_nav Ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
          #top_content_box #main_nav Ul li:nth-child(4) {
            margin: 0; }
          #top_content_box #main_nav Ul li:nth-child(5) {
            margin: 17px 17px 0 0; }
          #top_content_box #main_nav Ul li:nth-child(6) {
            width: 490px;
            margin: 17px 17px 0 0; }
            #top_content_box #main_nav Ul li:nth-child(6) img {
              display: block;
              margin: 0 auto; }
          #top_content_box #main_nav Ul li:nth-child(7) {
            margin: 17px 0 0 0; }
          #top_content_box #main_nav Ul li:nth-child(8) {
            margin: -12px 17px 0 0; }
          #top_content_box #main_nav Ul li:nth-child(9) {
            width: 490px;
            background: #fff;
            border: 1px solid #dbdbdc;
            box-sizing: border-box;
            padding: 20px;
            margin: 30px 17px 0 0; }
            #top_content_box #main_nav Ul li:nth-child(9) p {
              font-size: 16px;
              line-height: 2;
              font-weight: 400;
              font: 400 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000;
              text-align: center;
              margin: 20px 0 0 0; }
              #top_content_box #main_nav Ul li:nth-child(9) p.title {
                font-size: 18px;
                line-height: 1.5;
                font-weight: 400;
                font: 400 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                font-family: "Nanum Gothic", sans-serif;
                font-weight: 400;
                color: #2a4e83;
                margin: 0; }
          #top_content_box #main_nav Ul li:nth-child(10) {
            margin: -12px 0 0 0; }
          #top_content_box #main_nav Ul li:nth-child(11) {
            display: none; }
    #top_content_box #top_facebook_box_sp {
      display: none; }

  /* ------------ footer ------------ */
  #footer {
    min-width: 1125px;
    margin: 0 auto; }
    #footer #f_nav {
      background: #000; }
      #footer #f_nav ul {
        display: flex;
        justify-content: center;
        padding: 10px 0; }
        #footer #f_nav ul li {
          font-size: 14px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          list-style: none; }
          #footer #f_nav ul li a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #footer #f_nav ul li a:link, #footer #f_nav ul li a:visited, #footer #f_nav ul li a:active {
              text-decoration: none;
              color: #fff; }
            #footer #f_nav ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
          #footer #f_nav ul li::after {
            content: '|';
            margin: 0 10px;
            color: #fff; }
          #footer #f_nav ul li:last-child::after {
            content: '';
            margin: 0; }
    #footer .wrap_box {
      width: 98%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      padding: 10px 0; }
      #footer .wrap_box .copy_box {
        align-self: flex-end; }
        #footer .wrap_box .copy_box p {
          font-size: 12px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
      #footer .wrap_box .tel_box {
        display: flex;
        justify-content: space-between;
        padding: 10px 0; }
        #footer .wrap_box .tel_box ul {
          margin: 0 20px 0 0;
          align-self: center; }
          #footer .wrap_box .tel_box ul li {
            list-style: none;
            text-align: right;
            font-size: 16px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000; }
        #footer .wrap_box .tel_box figure {
          align-self: center; }
          #footer .wrap_box .tel_box figure.img_01 {
            width: 40px;
            margin: 0 20px 0 0; }
            #footer .wrap_box .tel_box figure.img_01 img {
              width: 100%;
              vertical-align: bottom; }
          #footer .wrap_box .tel_box figure.img_02 {
            width: 80px; }
            #footer .wrap_box .tel_box figure.img_02 img {
              width: 100%;
              vertical-align: bottom; }

  /* ------------ page_title ------------ */
  #page_title {
    min-width: 1125px;
    height: 300px;
    position: relative; }
    #page_title.p_01 {
      background: url(../about/img/01.jpg) no-repeat top center;
      background-size: cover; }
      #page_title.p_01 h2 {
        background: url(../about/img/02.png) no-repeat;
        background-size: contain;
        width: 590px;
        height: 108px;
        display: block;
        text-indent: -9999px;
        position: absolute;
        top: -100px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    #page_title.p_02 {
      background: url(../flow/img/01.jpg) no-repeat top center;
      background-size: cover; }
      #page_title.p_02 h2 {
        background: url(../flow/img/02.png) no-repeat;
        background-size: contain;
        width: 798px;
        height: 108px;
        display: block;
        text-indent: -9999px;
        position: absolute;
        top: -100px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    #page_title.p_03 {
      background: url(../type/img/01.jpg) no-repeat top center;
      background-size: cover; }
      #page_title.p_03 h2 {
        background: url(../type/img/02.png) no-repeat;
        background-size: contain;
        width: 372px;
        height: 98px;
        display: block;
        text-indent: -9999px;
        position: absolute;
        top: -90px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    #page_title.p_04 {
      background: url(../cost/img/01.jpg) no-repeat top center;
      background-size: cover; }
      #page_title.p_04 h2 {
        background: url(../cost/img/02.png) no-repeat;
        background-size: contain;
        width: 372px;
        height: 98px;
        display: block;
        text-indent: -9999px;
        position: absolute;
        top: -95px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    #page_title.p_05 {
      background: url(../repair/img/01.jpg) no-repeat top center;
      background-size: cover; }
      #page_title.p_05 h2 {
        background: url(../repair/img/02.png) no-repeat;
        background-size: contain;
        width: 372px;
        height: 99px;
        display: block;
        text-indent: -9999px;
        position: absolute;
        top: -95px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    #page_title.p_06 {
      background: url(../close/img/01.jpg) no-repeat top center;
      background-size: cover; }
      #page_title.p_06 h2 {
        background: url(../close/img/02.png) no-repeat;
        background-size: contain;
        width: 592px;
        height: 109px;
        display: block;
        text-indent: -9999px;
        position: absolute;
        top: -100px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    #page_title.p_07 {
      background: url(../performance/img/01.jpg) no-repeat top center;
      background-size: cover; }
      #page_title.p_07 h2 {
        background: url(../performance/img/02.png) no-repeat;
        background-size: contain;
        width: 438px;
        height: 109px;
        display: block;
        text-indent: -9999px;
        position: absolute;
        top: -100px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    #page_title.p_08 {
      background: url(../qa/img/01.jpg) no-repeat top center;
      background-size: cover; }
      #page_title.p_08 h2 {
        background: url(../qa/img/02.png) no-repeat;
        background-size: contain;
        width: 514px;
        height: 109px;
        display: block;
        text-indent: -9999px;
        position: absolute;
        top: -100px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    #page_title.p_09 {
      background: url(../contact/img/01.jpg) no-repeat top center;
      background-size: cover; }
      #page_title.p_09 h2 {
        background: url(../contact/img/02.png) no-repeat;
        background-size: contain;
        width: 438px;
        height: 109px;
        display: block;
        text-indent: -9999px;
        position: absolute;
        top: -100px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }

  /* ------------ content_box ------------ */
  #content_box {
    width: 1125px;
    min-width: 1125px;
    margin: -80px auto 80px;
    position: relative;
    z-index: 100;
    /* ------------ about_box ------------ */
    /* ------------ about_box ------------ */
    /* ------------ type_box ------------ */
    /* ------------ cost_box ------------ */
    /* ------------ repair_box ------------ */
    /* ------------ close_box ------------ */
    /* ------------ performance_box ------------ */
    /* ------------ qa_box ------------ */
    /* ------------ contact_box ------------ */ }
    #content_box .top_title {
      background: url(../img/15.png) no-repeat;
      width: 1085px;
      height: 137px; }
      #content_box .top_title h3 {
        font-size: 42px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 4.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        text-align: center;
        line-height: 110px;
        margin: 0 40px 0 0; }
    #content_box .common_title {
      background: url(../img/16.png) no-repeat;
      width: 1085px;
      height: 137px; }
      #content_box .common_title h3 {
        font-size: 42px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 4.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        text-align: center;
        line-height: 110px;
        margin: 0 40px 0 0; }
    #content_box .end_box {
      margin: 0 0 0 35px; }
    #content_box .r_box {
      padding: 40px 85px 40px 75px; }
    #content_box h4 {
      font-size: 30px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      border-bottom: solid 3px #9d9e9e;
      position: relative;
      padding: 0 0 10px 0;
      margin: 50px 0 0 0; }
      #content_box h4::after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 3px #cc5520;
        bottom: -3px;
        width: 20%; }
      #content_box h4:first-of-type {
        margin: 0; }
    #content_box .about_box {
      width: 1085px;
      background: url(../img/17.gif) repeat-y top right; }
      #content_box .about_box .box_01 {
        display: flex;
        justify-content: space-between; }
        #content_box .about_box .box_01 p {
          width: 50%;
          font-size: 16px;
          line-height: 2;
          font-weight: 400;
          font: 400 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
        #content_box .about_box .box_01 figure {
          width: 440px; }
          #content_box .about_box .box_01 figure img {
            width: 100%;
            vertical-align: bottom; }
      #content_box .about_box .box_02 {
        text-align: center; }
        #content_box .about_box .box_02 p {
          font-size: 24px;
          line-height: 2.5;
          font-weight: 400;
          font: 400 2.4rem/2.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
          #content_box .about_box .box_02 p.s_text {
            font-size: 16px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            margin: 50px 0 0 0; }
      #content_box .about_box .box_03 {
        display: flex;
        justify-content: space-between; }
        #content_box .about_box .box_03 p {
          width: 50%;
          font-size: 16px;
          line-height: 2;
          font-weight: 400;
          font: 400 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
        #content_box .about_box .box_03 figure {
          width: 440px; }
          #content_box .about_box .box_03 figure img {
            width: 100%;
            vertical-align: bottom; }
      #content_box .about_box .box_04 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #content_box .about_box .box_04 ul li {
          list-style: none;
          width: 290px; }
          #content_box .about_box .box_04 ul li img {
            width: 100%;
            vertical-align: bottom; }
          #content_box .about_box .box_04 ul li P {
            font-size: 16px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            text-align: center;
            margin: 10px 0 0 0; }
          #content_box .about_box .box_04 ul li:nth-child(n+4) {
            margin: 25px 0 0 0; }
      #content_box .about_box .box_05 dl {
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        border-bottom: 1px solid #cacaca;
        padding: 15px 0; }
        #content_box .about_box .box_05 dl dt {
          width: 20%; }
        #content_box .about_box .box_05 dl dd {
          width: 80%; }
          #content_box .about_box .box_05 dl dd a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #content_box .about_box .box_05 dl dd a:link, #content_box .about_box .box_05 dl dd a:visited, #content_box .about_box .box_05 dl dd a:active {
              color: #009ee5; }
            #content_box .about_box .box_05 dl dd a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
      #content_box .about_box .box_05 .g_map {
        margin: 50px auto 0; }
    #content_box .flow_box {
      width: 1085px;
      background: url(../img/17.gif) repeat-y top right; }
      #content_box .flow_box .box_01 ul {
        width: 620px;
        margin: 0 auto; }
        #content_box .flow_box .box_01 ul li {
          display: flex;
          justify-content: space-between;
          border: 3px solid #009ee5;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          list-style: none;
          background: #fff; }
          #content_box .flow_box .box_01 ul li .number_box {
            background: #009ee5;
            font-size: 40px;
            line-height: 1;
            font-weight: 400;
            font: 400 4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #fff;
            font-family: "Nanum Gothic", sans-serif;
            font-weight: 800;
            display: flex;
            justify-content: center;
            width: 15%; }
            #content_box .flow_box .box_01 ul li .number_box p {
              align-self: center; }
          #content_box .flow_box .box_01 ul li .text_box {
            padding: 15px;
            width: 85%;
            box-sizing: border-box; }
            #content_box .flow_box .box_01 ul li .text_box p {
              font-size: 16px;
              line-height: 1.5;
              font-weight: 400;
              font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000;
              margin: 5px 0 0 0; }
              #content_box .flow_box .box_01 ul li .text_box p.title {
                font-size: 24px;
                line-height: 1.2;
                font-weight: 400;
                font: 400 2.4rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #000;
                font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
              #content_box .flow_box .box_01 ul li .text_box p a {
                transition: all 0.5s;
                -moz-transition: all 0.5s;
                -webkit-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s; }
                #content_box .flow_box .box_01 ul li .text_box p a:link, #content_box .flow_box .box_01 ul li .text_box p a:visited, #content_box .flow_box .box_01 ul li .text_box p a:active {
                  color: #009ee5; }
                #content_box .flow_box .box_01 ul li .text_box p a:hover {
                  opacity: 0.7;
                  filter: alpha(opacity=70); }
        #content_box .flow_box .box_01 ul figure {
          width: 60px;
          margin: 25px auto;
          display: block; }
          #content_box .flow_box .box_01 ul figure img {
            width: 100%;
            vertical-align: bottom; }
    #content_box .type_box {
      width: 1085px;
      background: url(../img/17.gif) repeat-y top right; }
      #content_box .type_box .box_01 .wrap_box {
        display: flex;
        justify-content: space-between;
        margin: 40px 0 0 0; }
        #content_box .type_box .box_01 .wrap_box figcaption {
          width: 48%; }
          #content_box .type_box .box_01 .wrap_box figcaption p {
            font-size: 16px;
            line-height: 2;
            font-weight: 400;
            font: 400 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            margin: 10px 0 0 0; }
            #content_box .type_box .box_01 .wrap_box figcaption p.title {
              font-size: 26px;
              line-height: 1.5;
              font-weight: 400;
              font: 400 2.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000;
              font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              margin: 0; }
        #content_box .type_box .box_01 .wrap_box figure {
          width: 440px; }
          #content_box .type_box .box_01 .wrap_box figure img {
            width: 100%;
            vertical-align: bottom; }
        #content_box .type_box .box_01 .wrap_box:first-of-type {
          margin: 0; }
      #content_box .type_box .box_02 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 30px 0 0 0; }
        #content_box .type_box .box_02 ul li {
          list-style: none;
          width: 290px;
          font-size: 16px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
          #content_box .type_box .box_02 ul li img {
            width: 100%;
            vertical-align: bottom; }
          #content_box .type_box .box_02 ul li P {
            font-size: 20px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            margin: 10px 0; }
          #content_box .type_box .box_02 ul li:nth-child(n+4) {
            margin: 25px 0 0 0; }
      #content_box .type_box .box_03 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 30px 0 0 0; }
        #content_box .type_box .box_03 ul li {
          list-style: none;
          width: 440px; }
          #content_box .type_box .box_03 ul li img {
            width: 100%;
            vertical-align: bottom; }
          #content_box .type_box .box_03 ul li P {
            font-size: 16px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            margin: 10px 0 0 0; }
          #content_box .type_box .box_03 ul li:nth-child(n+3) {
            margin: 35px 0 0 0; }
    #content_box .cost_box {
      width: 1085px;
      background: url(../img/17.gif) repeat-y top right; }
      #content_box .cost_box .box_01 p {
        font-size: 16px;
        line-height: 2;
        font-weight: 400;
        font: 400 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000; }
        #content_box .cost_box .box_01 p.standard_text {
          width: 500px;
          margin: 0 auto; }
      #content_box .cost_box .box_01 figure {
        width: 616px;
        margin: 40px auto 0; }
        #content_box .cost_box .box_01 figure img {
          width: 100%;
          vertical-align: bottom; }
      #content_box .cost_box .box_01 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 40px 0; }
        #content_box .cost_box .box_01 ul li {
          list-style: none;
          width: 290px; }
          #content_box .cost_box .box_01 ul li img {
            width: 100%;
            vertical-align: bottom; }
          #content_box .cost_box .box_01 ul li P {
            text-align: center;
            font-size: 18px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            margin: 5px 0; }
      #content_box .cost_box .box_01 table {
        width: 500px;
        margin: 20px auto 5px;
        font-size: 18px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        text-align: center; }
        #content_box .cost_box .box_01 table th {
          background: #cc5520;
          padding: 15px;
          color: #fff;
          border: 1px solid #ccc;
          font-weight: 700; }
        #content_box .cost_box .box_01 table td {
          padding: 15px;
          color: #000;
          background: #fff;
          border: 1px solid #ccc;
          font-weight: 700; }
      #content_box .cost_box .box_02 dl {
        width: 500px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #000;
        border-bottom: 1px solid #cacaca;
        padding: 15px 0; }
        #content_box .cost_box .box_02 dl dt {
          width: 80%; }
        #content_box .cost_box .box_02 dl dd {
          width: 20%;
          text-align: right; }
      #content_box .cost_box .box_02 a.button img {
        display: block;
        margin: 40px auto 0;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #content_box .cost_box .box_02 a.button img:hover {
          opacity: 0.9;
          filter: alpha(opacity=90); }
    #content_box .repair_box {
      width: 1085px;
      background: url(../img/17.gif) repeat-y top right; }
      #content_box .repair_box .box_01 .wrap_box {
        display: flex;
        justify-content: space-between;
        margin: 40px 0; }
        #content_box .repair_box .box_01 .wrap_box figcaption {
          width: 48%; }
          #content_box .repair_box .box_01 .wrap_box figcaption p {
            font-size: 16px;
            line-height: 2;
            font-weight: 400;
            font: 400 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            margin: 10px 0 0 0; }
            #content_box .repair_box .box_01 .wrap_box figcaption p.title {
              font-size: 26px;
              line-height: 1.5;
              font-weight: 400;
              font: 400 2.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000;
              font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              margin: 0; }
        #content_box .repair_box .box_01 .wrap_box figure {
          width: 440px; }
          #content_box .repair_box .box_01 .wrap_box figure img {
            width: 100%;
            vertical-align: bottom; }
      #content_box .repair_box .box_01 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #content_box .repair_box .box_01 ul li {
          width: 48%;
          list-style: none;
          margin: 40px 0 0 0; }
          #content_box .repair_box .box_01 ul li p {
            font-size: 16px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000; }
            #content_box .repair_box .box_01 ul li p.title {
              font-size: 26px;
              line-height: 1.5;
              font-weight: 400;
              font: 400 2.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              margin: 0 0 10px 0; }
            #content_box .repair_box .box_01 ul li p.price {
              font-size: 18px;
              line-height: 1.5;
              font-weight: 400;
              font: 400 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              margin: 5px 0 0 0; }
      #content_box .repair_box .box_01 a.button img {
        display: block;
        margin: 40px auto 0;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #content_box .repair_box .box_01 a.button img:hover {
          opacity: 0.9;
          filter: alpha(opacity=90); }
    #content_box .close_box {
      width: 1085px;
      background: url(../img/17.gif) repeat-y top right; }
      #content_box .close_box .box_01 .wrap_box {
        display: flex;
        justify-content: space-between;
        margin: 40px 0; }
        #content_box .close_box .box_01 .wrap_box figcaption {
          width: 48%; }
          #content_box .close_box .box_01 .wrap_box figcaption p {
            font-size: 16px;
            line-height: 2;
            font-weight: 400;
            font: 400 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            margin: 10px 0 0 0; }
            #content_box .close_box .box_01 .wrap_box figcaption p.title {
              font-size: 26px;
              line-height: 1.5;
              font-weight: 400;
              font: 400 2.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000;
              font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              margin: 0; }
        #content_box .close_box .box_01 .wrap_box figure {
          width: 440px; }
          #content_box .close_box .box_01 .wrap_box figure img {
            width: 100%;
            vertical-align: bottom; }
      #content_box .close_box .box_01 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #content_box .close_box .box_01 ul li {
          width: 48%;
          list-style: none;
          margin: 40px 0 0 0; }
          #content_box .close_box .box_01 ul li p {
            font-size: 16px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000; }
            #content_box .close_box .box_01 ul li p.title {
              font-size: 26px;
              line-height: 1.5;
              font-weight: 400;
              font: 400 2.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              margin: 0 0 10px 0; }
            #content_box .close_box .box_01 ul li p.price {
              font-size: 18px;
              line-height: 1.5;
              font-weight: 400;
              font: 400 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              margin: 5px 0 0 0; }
      #content_box .close_box .box_02 p {
        font-size: 16px;
        line-height: 2;
        font-weight: 400;
        font: 400 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000; }
      #content_box .close_box .box_02 figure {
        width: 616px;
        margin: 40px auto 0; }
        #content_box .close_box .box_02 figure img {
          width: 100%;
          vertical-align: bottom; }
      #content_box .close_box .box_02 table {
        width: 780px;
        margin: 40px auto 0;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        text-align: center; }
        #content_box .close_box .box_02 table th {
          background: #cc5520;
          padding: 15px;
          color: #fff;
          border: 1px solid #ccc; }
        #content_box .close_box .box_02 table td {
          padding: 15px;
          color: #000;
          background: #fff;
          border: 1px solid #ccc;
          vertical-align: middle; }
          #content_box .close_box .box_02 table td.item_01 {
            color: #fff;
            background: #3e6db4; }
      #content_box .close_box .box_03 ul {
        width: 620px;
        margin: 0 auto; }
        #content_box .close_box .box_03 ul li {
          display: flex;
          justify-content: space-between;
          border: 3px solid #3e6db4;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          list-style: none;
          background: #fff; }
          #content_box .close_box .box_03 ul li .number_box {
            background: #3e6db4;
            font-size: 40px;
            line-height: 1;
            font-weight: 400;
            font: 400 4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #fff;
            font-family: "Nanum Gothic", sans-serif;
            font-weight: 800;
            display: flex;
            justify-content: center;
            width: 15%; }
            #content_box .close_box .box_03 ul li .number_box p {
              align-self: center; }
          #content_box .close_box .box_03 ul li .text_box {
            padding: 15px;
            width: 85%;
            box-sizing: border-box; }
            #content_box .close_box .box_03 ul li .text_box p {
              font-size: 16px;
              line-height: 1.5;
              font-weight: 400;
              font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000;
              margin: 5px 0 0 0; }
              #content_box .close_box .box_03 ul li .text_box p.title {
                font-size: 24px;
                line-height: 1.2;
                font-weight: 400;
                font: 400 2.4rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #000;
                font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
              #content_box .close_box .box_03 ul li .text_box p a {
                transition: all 0.5s;
                -moz-transition: all 0.5s;
                -webkit-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s; }
                #content_box .close_box .box_03 ul li .text_box p a:link, #content_box .close_box .box_03 ul li .text_box p a:visited, #content_box .close_box .box_03 ul li .text_box p a:active {
                  color: #009ee5; }
                #content_box .close_box .box_03 ul li .text_box p a:hover {
                  opacity: 0.7;
                  filter: alpha(opacity=70); }
        #content_box .close_box .box_03 ul figure {
          width: 60px;
          margin: 25px auto;
          display: block; }
          #content_box .close_box .box_03 ul figure img {
            width: 100%;
            vertical-align: bottom; }
    #content_box .performance_box {
      width: 1085px;
      background: url(../img/17.gif) repeat-y top right; }
      #content_box .performance_box .box_01 .wrap_box {
        display: flex;
        justify-content: space-between;
        margin: 40px 0; }
        #content_box .performance_box .box_01 .wrap_box figcaption {
          width: 48%; }
          #content_box .performance_box .box_01 .wrap_box figcaption p {
            font-size: 16px;
            line-height: 2;
            font-weight: 400;
            font: 400 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            margin: 10px 0 0 0; }
            #content_box .performance_box .box_01 .wrap_box figcaption p.title {
              font-size: 26px;
              line-height: 1.5;
              font-weight: 400;
              font: 400 2.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #000;
              font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              margin: 0; }
          #content_box .performance_box .box_01 .wrap_box figcaption a.button img {
            display: block;
            margin: 20px auto 0;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #content_box .performance_box .box_01 .wrap_box figcaption a.button img:hover {
              opacity: 0.9;
              filter: alpha(opacity=90); }
        #content_box .performance_box .box_01 .wrap_box figure {
          width: 440px; }
          #content_box .performance_box .box_01 .wrap_box figure img {
            width: 100%;
            vertical-align: bottom; }
      #content_box .performance_box .box_01 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 30px 0 0 0; }
        #content_box .performance_box .box_01 ul li {
          list-style: none;
          width: 440px;
          font-size: 16px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000; }
          #content_box .performance_box .box_01 ul li img {
            width: 100%;
            vertical-align: bottom; }
          #content_box .performance_box .box_01 ul li P {
            font-size: 22px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 2.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #000;
            margin: 10px 0; }
          #content_box .performance_box .box_01 ul li:nth-child(n+3) {
            margin: 35px 0 0 0; }
    #content_box .qa_box {
      width: 1085px;
      background: url(../img/17.gif) repeat-y top right; }
      #content_box .qa_box .box_01 P {
        font-size: 16px;
        line-height: 2;
        font-weight: 400;
        font: 400 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        margin: 30px 0 0 0; }
      #content_box .qa_box .box_01 a.button img {
        display: block;
        margin: 40px auto 0;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #content_box .qa_box .box_01 a.button img:hover {
          opacity: 0.9;
          filter: alpha(opacity=90); }
    #content_box .contact_box {
      width: 1085px;
      background: url(../img/17.gif) repeat-y top right; }
      #content_box .contact_box .box_01 p.end_text {
        font-size: 16px;
        line-height: 2;
        font-weight: 400;
        font: 400 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        text-align: center; }
      #content_box .contact_box .box_01 form dl {
        padding: 15px 0;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        text-align: left;
        display: flex;
        justify-content: space-between; }
        #content_box .contact_box .box_01 form dl dt {
          width: 15%;
          align-self: center; }
        #content_box .contact_box .box_01 form dl dd {
          width: 85%;
          align-self: center; }
          #content_box .contact_box .box_01 form dl dd input[type="text"] {
            width: 100%;
            border: 1px solid #ccc;
            font-size: 16px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #000;
            box-sizing: border-box;
            padding: 10px; }
            #content_box .contact_box .box_01 form dl dd input[type="text"].w50 {
              width: 50%; }
            #content_box .contact_box .box_01 form dl dd input[type="text"].w25 {
              width: 25%; }
          #content_box .contact_box .box_01 form dl dd input:focus {
            outline: none; }
          #content_box .contact_box .box_01 form dl dd select {
            width: 25%;
            font-size: 16px;
            line-height: 1.5;
            font-weight: 400;
            font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            padding: 10px;
            outline: none;
            text-overflow: '';
            background: #fff transparent;
            vertical-align: middle;
            border: 1px solid #ccc; }
      #content_box .contact_box .box_01 form textarea {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        width: 100%;
        height: 250px;
        resize: none;
        border: 1px solid #ccc;
        padding: 10px;
        color: #000;
        margin: 30px 0 0 0; }
      #content_box .contact_box .box_01 form .submit_box {
        margin: 30px auto 0;
        text-align: center; }
        #content_box .contact_box .box_01 form .submit_box p {
          background: #efefef;
          padding: 20px;
          box-sizing: border-box;
          font-size: 16px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #content_box .contact_box .box_01 form .submit_box p a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #content_box .contact_box .box_01 form .submit_box p a:link, #content_box .contact_box .box_01 form .submit_box p a:visited, #content_box .contact_box .box_01 form .submit_box p a:active {
              color: #009ee5; }
            #content_box .contact_box .box_01 form .submit_box p a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
        #content_box .contact_box .box_01 form .submit_box .submit_button {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          margin: 30px auto 0;
          border: none;
          background: none; }
          #content_box .contact_box .box_01 form .submit_box .submit_button:hover {
            opacity: 0.8;
            filter: alpha(opacity=80);
            cursor: pointer; }
        #content_box .contact_box .box_01 form .submit_box .back_button {
          width: 270px;
          margin: 20px auto 0;
          padding: 15px 0;
          background-color: #dcdcdc;
          display: inline-block;
          font-size: 16px;
          line-height: 1;
          font-weight: 400;
          font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          text-align: center;
          text-decoration: none;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          cursor: pointer;
          border: none; }
          #content_box .contact_box .box_01 form .submit_box .back_button:hover {
            opacity: 0.8;
            filter: alpha(opacity=80);
            cursor: pointer; }
      #content_box .contact_box .box_01 table {
        margin: 30px auto 0;
        width: 100%; }
        #content_box .contact_box .box_01 table th {
          padding: 20px;
          border-bottom: 1px solid #dcdcdc;
          font-size: 16px;
          line-height: 1;
          font-weight: 400;
          font: 400 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          width: 240px;
          text-align: left;
          color: #000;
          font-weight: 700;
          box-sizing: border-box; }
        #content_box .contact_box .box_01 table td {
          padding: 20px;
          border-bottom: 1px solid #dcdcdc;
          font-size: 16px;
          line-height: 1.5;
          font-weight: 400;
          font: 400 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          text-align: left;
          color: #000;
          box-sizing: border-box; }

  /* ------------ privacy_box ------------ */
  #privacy_box {
    max-width: 50%;
    margin: 0 auto;
    padding: 50px;
    box-sizing: border-box; }
    #privacy_box h4 {
      font-size: 32px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 3.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-family: Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      text-align: center; }
    #privacy_box h5 {
      font-size: 18px;
      line-height: 1.5;
      font-weight: 400;
      font: 400 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      font-weight: 700;
      margin: 30px 0 0 0; }
    #privacy_box p {
      font-size: 16px;
      line-height: 2;
      font-weight: 400;
      font: 400 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      margin: 10px 0 0 0; }

  /* ------------ facebook_inline ------------ */
  #facebook_box {
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 300;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap; }
    #facebook_box #facebook_inline {
      width: 380px;
      height: 540px;
      background: #fff;
      padding: 20px;
      display: none;
      box-sizing: border-box;
      box-shadow: 0 0 5px #ccc; }
      #facebook_box #facebook_inline .box {
        display: block; }
    #facebook_box #facebook_tab {
      cursor: pointer; }
      #facebook_box #facebook_tab img {
        vertical-align: bottom; }

  /* ------------ page_top ------------ */
  a.page_top {
    position: fixed;
    bottom: 80px;
    right: 50px;
    display: none;
    z-index: 1000; }
    a.page_top img {
      vertical-align: bottom;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      a.page_top img:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }

  /* ------------ //PC ------------ */ }
/* ------------ PRINT ------------ */
@media print {
  /* ------------ PRINT END ------------ */ }
