@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&display=swap");
/***************************************************************
File name  　　　　 : 　　　common.css
Description 　　　　:　　　 共通スタイル定義
Date       　　　　 :      2021/09
**************************************************************/
/*mixin*/
/*-------------------------------------------------------------
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:top;*/
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /*vertical-align:top;*/ }

body {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6, address {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em; }

table, th, td {
  margin: 0;
  padding: 0;
  line-height: 1.5; }

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

th {
  text-align: left;
  font-weight: normal; }

img {
  vertical-align: top;
  border: 0; }

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.5; }

p {
  margin: 0;
  padding: 0;
  line-height: 1.5; }

input, select, textarea {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

input[type="text"], input[type="submit"], textarea {
  -webkit-appearance: none; }

/*-------------------------------------------------------------
common
-------------------------------------------------------------*/
h2, h3 {
  line-height: 1.4; }

h4, h5, h6, div {
  line-height: 1.6; }

p {
  line-height: 1.9; }

th, td {
  line-height: 1.6; }

a {
  color: #333;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.8s; }
  a:hover {
    cursor: pointer;
    opacity: 0.7; }
  a img {
    box-shadow: #000 0 0 0; }
    a img:hover {
      cursor: pointer;
      opacity: 0.7; }

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0; }

input {
  vertical-align: middle;
  position: relative;
  top: -1px;
  cursor: pointer; }

/*placeholder*/
:placeholder-shown {
  color: #999; }

::-webkit-input-placeholder {
  color: #999; }

:-moz-placeholder {
  color: #999;
  opacity: 1; }

::-moz-placeholder {
  color: #999;
  opacity: 1; }

:-ms-input-placeholder {
  color: #999; }

label {
  cursor: pointer;
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

body {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 16px;
  position: relative;
  min-width: 1140px;
  color: #181818;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background: url("../img/common/bg.png") top left repeat; }

.brSp {
  display: none; }

.brPc {
  display: block; }

.dispSp {
  display: none !important; }

.dispPc {
  display: block !important;
  margin: 0 auto; }

.wrap {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }

.section {
  width: 100%;
  padding: 120px 0; }

h2 {
  text-align: center;
  margin-bottom: 80px; }

header {
  position: absolute; }
  header h1 {
    position: absolute;
    top: 30px;
    left: 30px; }

#mv {
  padding: 50px 0 68px;
  text-align: center; }

#campaignBnr {
  background: rgba(255, 241, 0, 0.3);
  padding: 30px 0;
  text-align: center; }

#inspection #inspectionInfo {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #inspection #inspectionInfo li {
    width: 440px;
    margin-top: 80px; }
    #inspection #inspectionInfo li h3 {
      font-size: 33px;
      font-weight: bold;
      margin-bottom: 40px; }
      #inspection #inspectionInfo li h3 span {
        color: #ea7113; }
    #inspection #inspectionInfo li p {
      font-size: 18px;
      margin-top: 25px; }
      #inspection #inspectionInfo li p:nth-of-type(1) {
        margin-top: 0; }
    #inspection #inspectionInfo li picture {
      display: block;
      margin-top: 45px; }
    #inspection #inspectionInfo li:nth-child(1) {
      width: calc(100% - 440px);
      padding-right: 40px; }
    #inspection #inspectionInfo li:nth-child(4) {
      width: calc(100% - 440px);
      padding-left: 40px; }
    #inspection #inspectionInfo li:nth-child(5) {
      width: calc(100% - 440px);
      padding-right: 40px; }
    #inspection #inspectionInfo li:nth-child(-n+2) {
      margin-top: 0; }
#inspection #sticker {
  width: 100%;
  background: url("../img/common/border_dash_green.png") left top repeat-x;
  margin-top: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center; }
  #inspection #sticker li {
    padding-top: 70px; }
    #inspection #sticker li h3 {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 30px; }
    #inspection #sticker li:first-child {
      width: calc(100% - 330px);
      padding-right: 50px; }
    #inspection #sticker li:last-child {
      width: 330px; }

#amsMark {
  background: rgba(144, 132, 122, 0.1); }
  #amsMark ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center; }
    #amsMark ul li:first-child {
      order: 1;
      width: calc(100% - 330px);
      padding-right: 50px; }
    #amsMark ul li:last-child {
      order: 2;
      width: 330px; }

#campaign #aplMethod li {
  background: url("../img/common/border_dash_green.png") left bottom repeat-x;
  padding-bottom: 30px; }
  #campaign #aplMethod li div {
    text-align: center;
    margin-top: 45px; }
  #campaign #aplMethod li:last-child {
    padding-top: 37px;
    padding-bottom: 55px; }
#campaign #winner {
  padding-top: 70px;
  margin-bottom: 70px; }
  #campaign #winner h2 {
    text-align: center;
    margin-bottom: 50px; }
    #campaign #winner h2 span {
      font-size: 42px;
      font-weight: bold;
      line-height: 1.4;
      padding-bottom: 6px;
      border-bottom: 6px solid #ea7113; }
  #campaign #winner table {
    width: 100%;
    font-size: 16px; }
    #campaign #winner table tr th {
      vertical-align: top;
      width: 280px;
      padding: 25px 0; }
      #campaign #winner table tr th div {
        width: 100%;
        padding: 13px 15px;
        border: 3px solid #ea7113;
        font-size: 18px;
        font-weight: bold;
        border-radius: 5px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        text-align: center; }
    #campaign #winner table tr td {
      vertical-align: top;
      width: calc(100% - 280px);
      padding: 25px 0 25px 35px; }
      #campaign #winner table tr td div {
        font-size: 18px;
        font-weight: bold;
        color: #b55c88;
        margin-top: 30px; }
        #campaign #winner table tr td div:nth-of-type(1) {
          margin-top: 15px; }
      #campaign #winner table tr td ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -5px; }
        #campaign #winner table tr td ul li {
          width: 127px; }
          #campaign #winner table tr td ul li p {
            position: relative;
            font-size: 20px;
            font-weight: bold;
            line-height: 1.6;
            margin-top: 20px;
            padding-left: 17px; }
            #campaign #winner table tr td ul li p:after {
              content: "";
              width: 6px;
              height: 6px;
              background: #c17a9c;
              border-radius: 50%;
              position: absolute;
              top: 50%;
              left: 0;
              margin-top: -3px; }
    #campaign #winner table tr:first-child th, #campaign #winner table tr:first-child td {
      padding-top: 0; }
    #campaign #winner table tr:last-child th, #campaign #winner table tr:last-child td {
      padding-bottom: 0; }
#campaign #slider {
  width: 700px;
  margin: 0 auto 70px;
  position: relative; }
  #campaign #slider .slide-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -25px;
    transition: all 0.8s ease; }
  #campaign #slider .prev-arrow {
    left: -70px; }
  #campaign #slider .next-arrow {
    right: -70px; }
  #campaign #slider .slick-disabled {
    opacity: 0;
    z-index: -1;
    cursor: default; }
#campaign #tenkenkun {
  text-align: center;
  margin-bottom: 50px; }
#campaign #aplFormBtn {
  text-align: center; }

#quiz {
  margin: 70px auto 60px; }
  #quiz h3 {
    text-align: center;
    width: 100%;
    padding: 10px 0;
    background-color: #ea7113;
    border-style: solid;
    border-radius: 5px; }
  #quiz div {
    display: flex; }
    #quiz div .quizTxt {
      display: flex;
      flex-direction: column;
      margin: 40px 88px 70px 0; }
      #quiz div .quizTxt p {
        display: inline-block;
        margin-bottom: 40px; }
      #quiz div .quizTxt ol {
        counter-reset: li;
        margin: 0;
        border-radius: 10px;
        background-color: rgba(255, 241, 0, 0.3);
        padding: 10px 0;
        position: relative; }
        #quiz div .quizTxt ol:after {
          position: absolute;
          right: 60px; }
        #quiz div .quizTxt ol li {
          font-size: 22px;
          font-weight: bold;
          position: relative;
          margin: 10px 0 10px 64px;
          padding: 0;
          line-height: 1.5; }
          #quiz div .quizTxt ol li:before {
            position: absolute;
            font-weight: bold;
            counter-increment: li;
            content: counter(li) "";
            left: -44px;
            color: #fff;
            width: 34px;
            height: 34px;
            font-size: 22px;
            text-align: center;
            border-radius: 100%;
            box-sizing: border-box;
            background: #b55c88; }
      #quiz div .quizTxt .quiz1:after {
        content: url(../img/campaign/quiz1_tenkenkun.png);
        top: -26px; }
      #quiz div .quizTxt .quiz2:after {
        content: url(../img/campaign/quiz2_tenkenkun.png);
        top: 32px; }
    #quiz div .quizImg {
      align-items: center; }
  #quiz p {
    font-size: 18px;
    line-height: 1.9; }

#aplInfo {
  background: rgba(144, 132, 122, 0.1); }
  #aplInfo table {
    font-size: 16px; }
    #aplInfo table tr th {
      vertical-align: top;
      width: 280px;
      padding: 25px 0; }
      #aplInfo table tr th div {
        width: 100%;
        padding: 13px 15px;
        border: 3px solid #ea7113;
        font-size: 18px;
        font-weight: bold;
        border-radius: 5px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        text-align: center; }
    #aplInfo table tr td {
      vertical-align: top;
      width: calc(100% - 280px);
      padding: 25px 0 25px 35px; }
      #aplInfo table tr td div {
        font-size: 18px;
        font-weight: bold;
        color: #b55c88;
        margin-top: 30px; }
        #aplInfo table tr td div:nth-of-type(1) {
          margin-top: 15px; }
      #aplInfo table tr td p {
        position: relative;
        line-height: 1.6;
        margin-top: 15px;
        padding-left: 15px; }
        #aplInfo table tr td p:after {
          content: "";
          width: 6px;
          height: 6px;
          background: #c17a9c;
          border-radius: 50%;
          position: absolute;
          top: 10px;
          left: 0; }
        #aplInfo table tr td p a {
          text-decoration: underline;
          color: #b55c88; }
    #aplInfo table tr:first-child th, #aplInfo table tr:first-child td {
      padding-top: 0; }
    #aplInfo table tr:last-child th, #aplInfo table tr:last-child td {
      padding-bottom: 0; }

footer {
  padding: 80px 0 50px;
  text-align: center; }
  footer p {
    margin-top: 50px; }

#pageTop {
  display: none;
  opacity: 0;
  position: fixed;
  bottom: 19px;
  right: 19px;
  z-index: 30;
  width: 81px;
  height: 75px; }
  #pageTop a {
    width: 100%;
    height: 100%;
    display: block; }

@media screen and (max-width: 480px) {
  a:hover {
    opacity: 1; }
  a img:hover {
    opacity: 1; }

  body {
    min-width: 0px; }

  .wrap {
    width: 100%;
    padding: 0 20px; }

  .brSp {
    display: block; }

  .brPc {
    display: none; }

  .dispSp {
    display: block !important; }

  .dispPc {
    display: none !important; }

  .section {
    padding: 60px 0; }

  h2 {
    margin-bottom: 40px; }
    h2 img {
      width: 335px;
      height: auto; }

  header {
    position: static;
    height: 80px; }
    header h1 {
      position: absolute;
      top: 20px;
      left: 20px; }
      header h1 img {
        width: 180px;
        height: auto; }

  #mv {
    padding: 0 20px 30px; }
    #mv img {
      width: 100%;
      height: auto; }

  #campaignBnr {
    padding: 20px; }
    #campaignBnr img {
      width: 100%;
      height: auto; }

  #inspection #inspectionInfo {
    margin-top: -30px; }
    #inspection #inspectionInfo li {
      width: 100%;
      margin-top: 20px; }
      #inspection #inspectionInfo li h3 {
        font-size: 20px;
        margin-bottom: 20px; }
      #inspection #inspectionInfo li p {
        margin-top: 15px;
        font-size: 16px; }
      #inspection #inspectionInfo li picture {
        margin-top: 30px; }
      #inspection #inspectionInfo li > img {
        max-width: 70%;
        display: block;
        margin: 0 auto; }
      #inspection #inspectionInfo li img {
        width: 100%;
        height: auto; }
      #inspection #inspectionInfo li:nth-child(1) {
        width: 100%;
        padding-right: 0px;
        order: 2; }
      #inspection #inspectionInfo li:nth-child(2) {
        order: 1;
        margin-bottom: 20px; }
      #inspection #inspectionInfo li:nth-child(3) {
        order: 3; }
      #inspection #inspectionInfo li:nth-child(4) {
        width: 100%;
        padding-left: 0px;
        order: 4; }
      #inspection #inspectionInfo li:nth-child(5) {
        width: 100%;
        padding-right: 0px;
        order: 6; }
      #inspection #inspectionInfo li:nth-child(6) {
        order: 5; }
      #inspection #inspectionInfo li:nth-child(-n+2) {
        margin-top: 20px; }
      #inspection #inspectionInfo li:first-child {
        margin-top: 0; }
  #inspection #sticker {
    margin-top: 50px; }
    #inspection #sticker li {
      padding-top: 0px; }
      #inspection #sticker li h3 {
        font-size: 20px;
        margin-bottom: 20px; }
      #inspection #sticker li img {
        width: 100%;
        height: auto; }
      #inspection #sticker li:first-child {
        width: 100%;
        padding-top: 50px;
        padding-right: 0px;
        margin-bottom: 30px; }
      #inspection #sticker li:last-child {
        width: 100%; }

  #amsMark ul li:first-child {
    order: 2;
    width: 100%;
    padding-right: 0px; }
  #amsMark ul li:last-child {
    order: 1;
    width: 100%;
    margin-bottom: 30px; }
    #amsMark ul li:last-child img {
      width: 100%;
      height: auto; }

  #campaign #aplMethod img {
    width: 100%;
    height: auto; }
  #campaign #winner {
    padding-top: 55px;
    margin-bottom: 35px; }
    #campaign #winner h2 {
      margin-bottom: 40px; }
      #campaign #winner h2 span {
        font-size: 26px;
        border-bottom: 3px solid #ea7113; }
    #campaign #winner table {
      font-size: 16px; }
      #campaign #winner table tr th {
        width: 100%;
        display: block;
        padding: 15px 0 0; }
        #campaign #winner table tr th div {
          margin-bottom: 25px; }
      #campaign #winner table tr td {
        width: 100%;
        display: block;
        padding: 0 0 20px; }
        #campaign #winner table tr td div {
          margin-top: 20px; }
          #campaign #winner table tr td div:nth-of-type(1) {
            margin-top: 15px; }
        #campaign #winner table tr td ul {
          margin-top: -5px; }
          #campaign #winner table tr td ul li {
            width: 33.333333%; }
            #campaign #winner table tr td ul li p {
              position: relative;
              font-size: 16px;
              margin-top: 20px; }
  #campaign #slider {
    width: calc(100% - 40px);
    margin-bottom: 100px; }
    #campaign #slider li img {
      width: 100%;
      height: auto; }
    #campaign #slider .slide-arrow {
      cursor: pointer;
      position: absolute;
      top: 50%;
      z-index: 1;
      margin-top: -25px;
      transition: all 0.8s ease; }
    #campaign #slider .prev-arrow {
      left: -70px; }
    #campaign #slider .next-arrow {
      right: -70px; }
    #campaign #slider .slick-disabled {
      opacity: 0;
      cursor: default; }
    #campaign #slider .slick-dots {
      bottom: -45px; }
  #campaign #tenkenkun {
    margin-bottom: 30px; }
    #campaign #tenkenkun img {
      width: 335px;
      height: auto; }
  #campaign #aplFormBtn img {
    width: 335px;
    height: auto; }

  #quiz {
    margin: 50px auto 0; }
    #quiz h3 {
      padding: 15px 0; }
      #quiz h3 img {
        width: 160px;
        height: auto; }
    #quiz div {
      flex-direction: column-reverse; }
      #quiz div .quizTxt {
        margin: 40px 0 70px 0; }
        #quiz div .quizTxt ol {
          padding: 10px 15px; }
          #quiz div .quizTxt ol li {
            font-size: 17px;
            margin: 10px 0 10px 30px; }
            #quiz div .quizTxt ol li:before {
              left: -36px;
              width: 26px;
              height: 26px;
              font-size: 16px; }
        #quiz div .quizTxt .quiz1:after {
          content: none; }
        #quiz div .quizTxt .quiz2:after {
          content: none; }
      #quiz div .quizImg {
        margin-top: 40px; }
        #quiz div .quizImg img {
          width: 70%;
          height: auto; }

  #aplInfo table {
    font-size: 16px; }
    #aplInfo table tr th {
      width: 100%;
      display: block;
      padding: 15px 0 0; }
      #aplInfo table tr th div {
        margin-bottom: 25px; }
    #aplInfo table tr td {
      width: 100%;
      display: block;
      padding: 0 0 20px; }
      #aplInfo table tr td div {
        margin-top: 20px; }
        #aplInfo table tr td div:nth-of-type(1) {
          margin-top: 15px; }

  footer {
    padding: 50px 20px 14px;
    text-align: center; }
    footer img {
      width: 100%;
      height: auto; }
    footer p {
      font-size: 14px;
      line-height: 1.6;
      margin-top: 47px;
      text-align: left; }

  #pageTop {
    bottom: 10px;
    right: 10px;
    width: 61px;
    height: 56px; }
    #pageTop img {
      width: 100%;
      height: auto; } }
