@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-color: #b5ccf1;
    padding-bottom: 10px;
    padding-right: 3%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  header #header_text_ctn {
    padding: 2.5%;
  }
  header h1 {
    padding-top: 20px;
  }
  header #header_logo {
    margin-top: 15px;
    text-align: center;
  }
  header #header_logo li {
    display: inline-block;
    margin: 0 2%;
    width: 40%;
  }
  header #header_txt {
    margin-top: 15px;
    background-color: #fff;
    border: 2px solid #00a99f;
    padding: 12px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em;
    color: #00a99f;
  }

  #buttons_ctn {
    background-color: #ebebeb;
  }
  #buttons_ctn #buttons {
    padding: 2.5%;
  }
  #buttons_ctn #buttons li {
    background-color: #fff;
    margin-bottom: 2em;
  }
  #buttons_ctn #buttons li a {
    display: block;
    text-decoration: none;
    position: relative;
    padding-bottom: 1em;
  }
  #buttons_ctn #buttons li a h2 {
    background-color: #00a99f;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0 8px 80px;
    position: relative;
  }
  #buttons_ctn #buttons li a h2:before {
    content: " ";
    display: block;
    background-size: contain;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 10px;
    top: -15px;
  }
  #buttons_ctn #buttons li a h2.icon1:before {
    background-image: url(../images/supportcar_icon1.png);
  }
  #buttons_ctn #buttons li a h2.icon2:before {
    background-image: url(../images/supportcar_icon2.png);
  }
  #buttons_ctn #buttons li a p.image {
    margin-top: 15px;
    text-align: center;
  }
  #buttons_ctn #buttons li a p.image img {
    width: 95%;
  }
  #buttons_ctn #buttons li a p.button {
    background-color: #00a99f;
    width: 90%;
    margin: 20px auto;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    outline: #00a99f 2px solid;
    border: 2px solid #fff;
  }
  #buttons_ctn #buttons li a p.button:after {
    display: inline-block;
    font-family: "FontAwesome";
    content: "";
    margin-left: 1em;
    font-weight: normal;
  }

  .contents_ctn {
    padding: 2.5%;
    margin: 1em 2.5% 2em 2.5%;
    background-color: #fff;
    position: relative;
    background-color: #fffcec;
    padding: 15px 0;
  }
  .contents_ctn h2 {
    background-color: #00a99f;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding: 8px 2.5%;
    width: 97.5%;
  }
  .contents_ctn .contents {
    margin: 1.6em 2.5%;
  }
  .contents_ctn .contents p {
    font-size: 12px;
    line-height: 1.6em;
  }
  .contents_ctn ul.contents_ul > li {
    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% 2em;
    line-height: 2em;
    margin-bottom: 1.6em;
  }
  .contents_ctn ul.contents_ul > li:before {
    display: inline-block;
    font-family: "FontAwesome";
    content: "";
    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: "";
    margin-right: 0.5em;
    font-weight: normal;
  }

  #link_button {
    margin: 20px auto 40px auto;
  }
  #link_button a {
    display: block;
    background-color: #00a99f;
    text-decoration: none;
    margin: 0 auto;
    line-height: 1.6em;
    width: 80%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    outline: #00a99f 2px solid;
    border: 2px solid #fff;
  }
  #link_button a:after {
    display: inline-block;
    font-family: "FontAwesome";
    content: "";
    margin-left: 1em;
    font-weight: normal;
  }

  footer {
    width: 100%;
    text-align: center;
    padding: 20px;
    background-color: #ebebeb;
  }
  footer img {
    width: 80%;
  }

  #top_sp_area {
    padding: 2.5%;
    padding: 25px 2.5%;
  }
  #top_sp_area #top_sp_youtube {
    margin-bottom: 25px;
  }
  #top_sp_area #top_sp_jamablog a {
    box-shadow: 0px 0px 15px -5px #c0c0c0;
  }
  #top_sp_area #top_sp_jamablog a img {
    height: auto;
    width: 100%;
    border-radius: 20px;
  }
  #top_sp_area .youtube_ctn {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #top_sp_area .youtube_ctn iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  /* 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 img {
    width: 102px;
  }
  .common_table th.th_cl2 {
    padding: 8px;
    border: 1px solid #333;
    background-color: #c7f9ff;
    text-align: center;
  }
  .common_table th.th_cl2 img {
    width: 30px;
    display: inline-block;
  }
  .common_table th.th_cl2 p {
    font-size: 12px;
  }
  .common_table td {
    padding: 8px;
    border: 1px solid #333;
  }

  .table1 thead th {
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .table1 thead th img {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  .table1 thead th p {
    display: inline-block;
    vertical-align: middle;
    font-size: 108%;
  }

  .contents1 > p {
    margin-bottom: 1.6em;
  }

  /* / 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/mainimage.jpg);
    padding-bottom: 10px;
    padding-right: 3%;
    max-width: 1200px;
    height: 440px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  header #header_text_ctn {
    position: absolute;
    top: 15px;
    right: 2%;
    width: 50%;
  }
  header h1 {
    padding-top: 20px;
  }
  header #header_logo {
    margin-top: 15px;
    text-align: center;
  }
  header #header_logo li {
    display: inline-block;
    margin: 0 2%;
    width: 28%;
  }
  header #header_txt {
    margin-top: 15px;
    background-color: #fff;
    border: 2px solid #00a99f;
    padding: 12px;
    border-radius: 10px;
    font-size: 108%;
    font-weight: bold;
    line-height: 1.6em;
    color: #00a99f;
  }

  #buttons_ctn {
    background-color: #ebebeb;
  }
  #buttons_ctn #buttons {
    max-width: 1200px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    padding: 50px 0 30px 0;
  }
  #buttons_ctn #buttons:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #buttons_ctn #buttons li {
    background-color: #fff;
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  #buttons_ctn #buttons li:nth-child(2) {
    margin-right: 0;
  }
  #buttons_ctn #buttons li a {
    display: block;
    text-decoration: none;
    position: relative;
  }
  #buttons_ctn #buttons li a:hover p.button {
    background-color: #fff;
    color: #00a99f;
  }
  #buttons_ctn #buttons li a h2 {
    background-color: #00a99f;
    color: #fff;
    font-size: 167%;
    font-weight: bold;
    padding: 8px 0 8px 110px;
    position: relative;
  }
  #buttons_ctn #buttons li a h2:before {
    width: 92px;
    position: absolute;
    left: 10px;
    top: -35px;
  }
  #buttons_ctn #buttons li a h2.icon1:before {
    content: url(../images/supportcar_icon1.png);
  }
  #buttons_ctn #buttons li a h2.icon2:before {
    content: url(../images/supportcar_icon2.png);
  }
  #buttons_ctn #buttons li a p.image {
    margin-top: 15px;
    text-align: center;
  }
  #buttons_ctn #buttons li a p.image img {
    width: 90%;
  }
  #buttons_ctn #buttons li a p.button {
    background-color: #00a99f;
    width: 50%;
    margin: 20px auto;
    text-align: center;
    font-size: 153.9%;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    outline: #00a99f 2px solid;
    border: 2px solid #fff;
  }
  #buttons_ctn #buttons li a p.button:after {
    display: inline-block;
    font-family: "FontAwesome";
    content: "";
    margin-left: 1em;
    font-weight: normal;
  }

  .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 p {
    font-size: 123.1%;
    line-height: 1.6em;
  }
  .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% 2em;
    line-height: 2em;
    margin-bottom: 1.6em;
  }
  .contents_ctn ul.contents_ul > li:before {
    display: inline-block;
    font-family: "FontAwesome";
    content: "";
    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: "";
    margin-right: 0.5em;
    font-weight: normal;
  }

  #link_button {
    margin: 20px auto 40px auto;
  }
  #link_button a {
    display: block;
    background-color: #00a99f;
    text-decoration: none;
    margin: 0 auto;
    line-height: 1.6em;
    width: 60%;
    text-align: center;
    font-size: 123.1%;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    outline: #00a99f 2px solid;
    border: 2px solid #fff;
  }
  #link_button a:after {
    display: inline-block;
    font-family: "FontAwesome";
    content: "";
    margin-left: 1em;
    font-weight: normal;
  }

  footer {
    width: 100%;
    text-align: center;
    padding: 40px;
    background-color: #ebebeb;
  }
  footer img {
    width: 36.83%;
  }

  #top_sp_area {
    max-width: 1200px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
  }
  #top_sp_area #top_sp_youtube {
    width: 49%;
  }
  #top_sp_area #top_sp_jamablog {
    width: 49%;
  }
  #top_sp_area #top_sp_jamablog a {
    box-shadow: 0px 0px 15px -5px #c0c0c0;
  }
  #top_sp_area #top_sp_jamablog a img {
    height: auto;
    width: 100%;
    border-radius: 20px;
  }
  #top_sp_area .youtube_ctn {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #top_sp_area .youtube_ctn iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  /* 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 img {
    width: 102px;
  }
  .common_table th.th_cl2 {
    padding: 8px;
    border: 1px solid #333;
    background-color: #c7f9ff;
    vertical-align: middle;
  }
  .common_table th.th_cl2 img {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  .common_table th.th_cl2 p {
    display: inline-block;
    vertical-align: middle;
    font-size: 108%;
  }
  .common_table td {
    padding: 8px;
    border: 1px solid #333;
  }

  .table1 thead th {
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .table1 thead th img {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  .table1 thead th p {
    display: inline-block;
    vertical-align: middle;
    font-size: 108%;
  }

  .contents1 > p {
    margin-bottom: 1.6em;
  }

  /* / common class */
}
/*--=== / PC ONLY min-width: 768px ===-- */

/*# sourceMappingURL=common.css.map */
