@charset "UTF-8";
/*　sass ベースファイルのインポート　/　*/
/* common sass / */
/* / common sass */
/*　/ sass ベースファイルのインポート　*/
/*--=== SP ONLY max-width: 767px ===-- / */
@media screen and (max-width: 767px) {
  html {
    background-color: #fff; }

  body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #333;
    line-height: 1.6em; }

  img {
    max-width: 100%;
    height: auto; }

  strong {
    font-weight: bold; }

  *, *:before, *:after {
    box-sizing: border-box; }

  a {
    color: #323232; }

  header {
    margin: 0 auto;
    background-image: url(../images/l2_mainimage.jpg);
    height: 110px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center; }
    header .back2top {
      position: absolute;
      right: 0;
      top: 0;
      width: 32%; }
      header .back2top a {
        display: block;
        background-color: #00a99f;
        padding: 5px 5px; }
    header h1 {
      padding-top: 10px;
      text-align: center;
      width: 90px;
      display: inline-block; }

  .contents_ctn {
    padding: 2.5%;
    margin: 3em 2.5% 3em 2.5%;
    background-color: #fff;
    position: relative;
    background-color: #fffcec;
    padding: 15px 0; }
    .contents_ctn h2 {
      background-color: #00a99f;
      font-size: 18px;
      color: #fff;
      font-weight: bold;
      padding: 8px 2.5%;
      width: 97.5%; }
    .contents_ctn .contents {
      margin: 5px 2.5%; }
      .contents_ctn .contents .detail_img {
        text-align: center;
        background-color: #fff; }
        .contents_ctn .contents .detail_img p {
          text-align: left;
          font-size: 12px;
          padding: 8px; }
      .contents_ctn .contents p {
        font-size: 12px;
        line-height: 1.6em; }
    .contents_ctn #technology_txt {
      margin-bottom: 1.6em; }
      .contents_ctn #technology_txt h3 {
        margin-top: 1.6em;
        font-weight: bold;
        font-size: 16px;
        position: relative;
        background-image: linear-gradient(to bottom, rgba(208, 200, 143, 0) 0%, rgba(208, 200, 143, 0) 97%, #d0c88f 98%, #d0c88f 100%);
        background-size: 100% 2.0em;
        line-height: 2.0em; }
      .contents_ctn #technology_txt p {
        font-size: 12px;
        position: relative;
        background-image: linear-gradient(to bottom, rgba(208, 200, 143, 0) 0%, rgba(208, 200, 143, 0) 97%, #d0c88f 98%, #d0c88f 100%);
        background-size: 100% 2.0em;
        line-height: 2.0em; }
    .contents_ctn #technology_img_ctn {
      text-align: center; }
    .contents_ctn .technology_img {
      display: table;
      margin: 20px auto;
      text-align: center; }
      .contents_ctn .technology_img h3 {
        font-size: 16px;
        font-weight: bold;
        background-color: #00a99f;
        padding: 8px;
        color: #fff;
        text-align: center; }
      .contents_ctn .technology_img h4 {
        font-size: 14px;
        font-weight: bold;
        color: #00a99f;
        text-align: left; }
      .contents_ctn .technology_img p.comments {
        text-align: right !important;
        font-size: 12px;
        margin-top: 8px; }
      .contents_ctn .technology_img .detail_img2 {
        background-color: #fff;
        padding: 10px; }
        .contents_ctn .technology_img .detail_img2:after {
          content: ".";
          display: block;
          height: 0;
          font-size: 0;
          clear: both;
          visibility: hidden; }
        .contents_ctn .technology_img .detail_img2 li {
          margin-bottom: 1em; }
          .contents_ctn .technology_img .detail_img2 li img {
            margin-bottom: 0.5em; }
          .contents_ctn .technology_img .detail_img2 li p {
            font-size: 12px;
            text-align: left; }
      .contents_ctn .technology_img .detail_img3 {
        background-color: #fff;
        padding: 10px; }
        .contents_ctn .technology_img .detail_img3 p {
          font-size: 12px;
          text-align: left; }
    .contents_ctn ul.contents_ul > li {
      font-size: 123.1%;
      position: relative;
      background-image: linear-gradient(to bottom, rgba(208, 200, 143, 0) 0%, rgba(208, 200, 143, 0) 97%, #d0c88f 98%, #d0c88f 100%);
      background-size: 100% 2.0em;
      line-height: 2.0em;
      margin-bottom: 1.6em; }
      .contents_ctn ul.contents_ul > li:before {
        display: inline-block;
        font-family: 'FontAwesome';
        content: "\f0da";
        margin-right: 0.5em;
        font-weight: normal; }
      .contents_ctn ul.contents_ul > li > ul li {
        list-style: outside disc;
        margin-left: 1.6em; }
    .contents_ctn span.answer {
      color: #f00;
      font-weight: bold; }
      .contents_ctn span.answer:before {
        display: inline-block;
        font-family: 'FontAwesome';
        content: "\f061";
        margin-right: 0.5em;
        font-weight: normal; }
    .contents_ctn .detail_img3 li {
      background-color: #fff;
      padding: 10px;
      margin-bottom: 20px; }
      .contents_ctn .detail_img3 li .detail_img3_pic {
        margin-top: 0.5em; }
      .contents_ctn .detail_img3 li .detail_img3_txt h3 {
        font-size: 16px;
        font-weight: bold;
        background-color: #00a99f;
        padding: 8px;
        color: #fff;
        margin-bottom: 0.5em; }

  footer {
    width: 100%;
    text-align: center;
    padding: 20px;
    background-color: #ebebeb; }
    footer img {
      width: 80%; }

  /* common class / */
  .sp_none {
    display: none !important; }

  .common_table {
    width: 100%;
    font-size: 12px;
    line-height: 1.6em; }
    .common_table th {
      padding: 8px;
      border: 1px solid #333;
      background-color: #4eb9c6; }
    .common_table th.th_cl2 {
      padding: 8px;
      border: 1px solid #333;
      background-color: #c7f9ff; }
    .common_table td {
      padding: 8px;
      border: 1px solid #333; }

  p.comments {
    text-align: right !important;
    font-size: 12px !important;
    margin-top: 8px; }

  p.attention {
    font-size: 10px !important; }

  #support_car_s_attention_pc {
    display: none; }

  #support_car_s_attention_sp {
    background-color: #00a99f;
    color: #fff;
    margin: 10px auto 10px auto !important;
    font-size: 12px;
    width: 95%;
    padding: 8px; }

  #support_car_s_attention_sp + .contents_ctn {
    margin-top: 10px !important; }

  /* / common class */ }
/*--=== / SP ONLY max-width: 767px ===-- */
/*--=== PC ONLY min-width: 768px ===-- / */
@media print, screen and (min-width: 768px) {
  html {
    background-color: #fff; }

  body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #333;
    line-height: 1.6em;
    box-sizing: border-box;
    border-top: #00a99f 8px solid; }

  img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom; }

  strong {
    font-weight: bold; }

  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

  a {
    color: #323232; }

  header {
    margin: 0 auto;
    background-image: url(../images/l2_mainimage.jpg);
    max-width: 1200px;
    height: 220px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center; }
    header .back2top {
      position: absolute;
      right: 2%;
      top: 0;
      width: 25%; }
      header .back2top a {
        display: block;
        background-color: #00a99f;
        padding: 8px 30px; }
    header h1 {
      padding-top: 15px;
      text-align: center;
      width: 190px;
      display: inline-block; }

  .contents_ctn {
    max-width: 1200px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    margin: 3em auto 3em auto;
    background-color: #fff;
    position: relative;
    background-color: #fffcec;
    padding: 30px 0; }
    .contents_ctn h2 {
      background-color: #00a99f;
      font-size: 167%;
      color: #fff;
      font-weight: bold;
      padding: 8px 2.5%;
      width: 97.5%; }
    .contents_ctn .contents {
      margin: 1.6em 2.5%; }
      .contents_ctn .contents .detail_img {
        text-align: center;
        background-color: #fff; }
        .contents_ctn .contents .detail_img p {
          text-align: left;
          font-size: 108%;
          padding: 8px; }
        .contents_ctn .contents .detail_img p.comments {
          padding: 0 8px 8px 0; }
      .contents_ctn .contents p {
        font-size: 123.1%;
        line-height: 1.6em; }
    .contents_ctn #technology_txt {
      margin-bottom: 1.6em; }
      .contents_ctn #technology_txt h3 {
        margin-top: 1.6em;
        font-weight: bold;
        font-size: 123.1%;
        position: relative;
        background-image: linear-gradient(to bottom, rgba(208, 200, 143, 0) 0%, rgba(208, 200, 143, 0) 97%, #d0c88f 98%, #d0c88f 100%);
        background-size: 100% 2.0em;
        line-height: 2.0em; }
      .contents_ctn #technology_txt p {
        font-size: 123.1%;
        position: relative;
        background-image: linear-gradient(to bottom, rgba(208, 200, 143, 0) 0%, rgba(208, 200, 143, 0) 97%, #d0c88f 98%, #d0c88f 100%);
        background-size: 100% 2.0em;
        line-height: 2.0em; }
    .contents_ctn #technology_img_ctn {
      text-align: center; }
    .contents_ctn .technology_img {
      display: table;
      margin: 20px auto;
      text-align: center; }
      .contents_ctn .technology_img h3 {
        font-size: 138.5%;
        font-weight: bold;
        background-color: #00a99f;
        padding: 8px;
        color: #fff;
        text-align: center; }
      .contents_ctn .technology_img h4 {
        font-size: 123.1%;
        font-weight: bold;
        color: #00a99f; }
      .contents_ctn .technology_img .detail_img2 {
        background-color: #fff;
        padding: 10px; }
        .contents_ctn .technology_img .detail_img2:after {
          content: ".";
          display: block;
          height: 0;
          font-size: 0;
          clear: both;
          visibility: hidden; }
        .contents_ctn .technology_img .detail_img2 li {
          float: left;
          width: 49%;
          margin-right: 2%; }
          .contents_ctn .technology_img .detail_img2 li:nth-child(2) {
            margin-right: 0; }
          .contents_ctn .technology_img .detail_img2 li img {
            margin-bottom: 0.5em; }
          .contents_ctn .technology_img .detail_img2 li p {
            font-size: 108%;
            text-align: left; }
      .contents_ctn .technology_img .detail_img3 {
        background-color: #fff;
        padding: 10px; }
        .contents_ctn .technology_img .detail_img3 p {
          font-size: 108%;
          text-align: left; }
    .contents_ctn ul.contents_ul > li {
      font-size: 123.1%;
      position: relative;
      background-image: linear-gradient(to bottom, rgba(208, 200, 143, 0) 0%, rgba(208, 200, 143, 0) 97%, #d0c88f 98%, #d0c88f 100%);
      background-size: 100% 2.0em;
      line-height: 2.0em;
      margin-bottom: 1.6em; }
      .contents_ctn ul.contents_ul > li:before {
        display: inline-block;
        font-family: 'FontAwesome';
        content: "\f0da";
        margin-right: 0.5em;
        font-weight: normal; }
      .contents_ctn ul.contents_ul > li > ul li {
        list-style: outside disc;
        margin-left: 1.6em; }
    .contents_ctn span.answer {
      color: #f00;
      font-weight: bold; }
      .contents_ctn span.answer:before {
        display: inline-block;
        font-family: 'FontAwesome';
        content: "\f061";
        margin-right: 0.5em;
        font-weight: normal; }
    .contents_ctn .shasenitsudatsu {
      width: 500px;
      margin: auto; }
    .contents_ctn .detail_img3 li {
      background-color: #fff;
      padding: 10px;
      margin-bottom: 20px; }
      .contents_ctn .detail_img3 li:after {
        content: ".";
        display: block;
        height: 0;
        font-size: 0;
        clear: both;
        visibility: hidden; }
      .contents_ctn .detail_img3 li .detail_img3_pic {
        float: right;
        width: 40%; }
      .contents_ctn .detail_img3 li .detail_img3_txt {
        float: left;
        width: 56%; }
        .contents_ctn .detail_img3 li .detail_img3_txt h3 {
          font-size: 138.5%;
          font-weight: bold;
          background-color: #00a99f;
          padding: 8px;
          color: #fff;
          margin-bottom: 0.5em; }

  footer {
    width: 100%;
    text-align: center;
    padding: 40px;
    background-color: #ebebeb; }
    footer img {
      width: 36.83%; }

  /* common class / */
  .pc_none {
    display: none !important; }

  .common_table {
    width: 100%;
    font-size: 123.1%;
    line-height: 1.6em; }
    .common_table th {
      padding: 8px;
      border: 1px solid #333;
      background-color: #4eb9c6; }
    .common_table th.th_cl2 {
      padding: 8px;
      border: 1px solid #333;
      background-color: #c7f9ff; }
    .common_table td {
      padding: 8px;
      border: 1px solid #333; }

  p.comments {
    text-align: right !important;
    font-size: 12px !important;
    margin-top: 8px;
    margin-bottom: 1.6em; }

  p.attention {
    font-size: 12px !important; }

  #support_car_s_attention_pc {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 35%;
    text-align: left !important;
    font-size: 93%;
    background-color: #00a99f;
    padding: 8px;
    color: #fff; }

  #support_car_s_attention_sp {
    display: none; }

  /* / common class */ }
/*--=== / PC ONLY min-width: 768px ===-- */
