/* ====================
		mainArea
==================== */
#mainArea .catalogOuter01 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 {
    margin-bottom: 50px;
  }
}

#mainArea .catalogOuter01 .inner01 {
  margin: 0 auto;
  width: 960px;
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .inner01 {
    width: 100%;
    padding: 0 8%;
  }
}

#mainArea .catalogOuter01 .inner02 {
  margin: 0 auto;
  width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .inner02 {
    width: 100%;
    padding: 0 8%;
  }
}

#mainArea .catalogOuter01 .inner02 .leftBox01 {
  width: 600px;
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .inner02 .leftBox01 {
    width: 50%;
    padding-right: 3%;
  }
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .inner02 .leftBox01 .logBox {
    left: 0 !important;
  }
}

#mainArea .catalogOuter01 .inner02 .rightBox01 {
  margin-left: 50px;
  width: 310px;
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .inner02 .rightBox01 {
    margin-left: 0;
    width: 50%;
    padding-left: 3%;
  }
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .inner02 .rightBox01 .logBox {
    left: auto !important;
    right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .inner02 .rightBox01 .logBox:before {
    right: calc(40%) !important;
  }
}

#mainArea .catalogOuter01 .boxGrid01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  #mainArea .catalogOuter01 .boxGrid01 .catalogBox01 {
    margin-right: 73px;
  }
  #mainArea .catalogOuter01 .boxGrid01 .catalogBox01:nth-child(4n) {
    margin-right: 0;
  }
  #mainArea .catalogOuter01 .boxGrid01 .catalogBox01:nth-child(n+5) {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .boxGrid01 .catalogBox01 {
    width: 50%;
  }
  #mainArea .catalogOuter01 .boxGrid01 .catalogBox01:nth-child(odd) {
    padding-right: 3%;
  }
  #mainArea .catalogOuter01 .boxGrid01 .catalogBox01:nth-child(even) {
    padding-left: 3%;
  }
  #mainArea .catalogOuter01 .boxGrid01 .catalogBox01:nth-child(n+3) {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  #mainArea .catalogOuter01 .boxGrid01 .catalogBox02 {
    margin-right: 73px;
  }
  #mainArea .catalogOuter01 .boxGrid01 .catalogBox02:nth-child(4n) {
    margin-right: 0;
  }
  #mainArea .catalogOuter01 .boxGrid01 .catalogBox02:nth-child(n+5) {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .boxGrid01 .catalogBox02 {
    width: 50%;
  }
  #mainArea .catalogOuter01 .boxGrid01 .catalogBox02:nth-child(odd) {
    padding-right: 3%;
  }
  #mainArea .catalogOuter01 .boxGrid01 .catalogBox02:nth-child(even) {
    padding-left: 3%;
  }
  #mainArea .catalogOuter01 .boxGrid01 .catalogBox02:nth-child(n+3) {
    margin-top: 50px;
  }
}


#mainArea .catalogOuter01 .boxInner01 {
  padding: 0 0;
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .boxInner01 {
    padding: 0;
  }
}

#mainArea .catalogOuter01 .catalogBox01 {
  width: 185px;
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .catalogBox01 {
    width: 100%;
  }
}

#mainArea .catalogOuter01 .catalogBox02 {
  width: 230px;
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .catalogBox02 {
    width: 100%;
  }
}


#mainArea .catalogOuter01 .title01 {
  margin-bottom: 50px;
  padding-bottom: 10px;
  font-size: 34px;
  color: #404040;
  line-height: 1.5;
  border-bottom: 1px solid #686D70;
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .title01 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 5.6vw;
    text-align: center;
  }
}

#mainArea .catalogOuter01 .title02 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #404040;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .title02 {
    font-size: 3.7333333333333334vw;
    text-align: center;
  }
}

#mainArea .catalogOuter01 .title02.line02 {
  height: 54px;
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .title02.line02 {
    /*height: 44px;*/
    height: 60px;
  }
}

#mainArea .catalogOuter01 .image01 {
  margin: 0 10px 20px;
  border: 1px solid #9BA4A9;
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .image01 {
    margin: 0 14px 20px;
  }
}

#mainArea .catalogOuter01 .buttonBox {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .buttonBox {
    margin-bottom: 20px;
  }
}

#mainArea .catalogOuter01 .buttonBox:last-child {
  margin-bottom: 0;
}

#mainArea .catalogOuter01 .buttonBox .button01 {
  position: relative;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .buttonBox .button01 {
    margin-bottom: 12px;
  }
}

#mainArea .catalogOuter01 .buttonBox .button01:last-child {
  margin-bottom: 0;
}

#mainArea .catalogOuter01 .buttonBox .button01 .checkClose {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}

#mainArea .catalogOuter01 .buttonBox .logBox {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  background-color: #CDD6DD;
  display: none;
  z-index: 300;
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .buttonBox .logBox {
    width: 130%;
  }
}

#mainArea .catalogOuter01 .buttonBox .logBox:before {
  content: "";
  position: absolute;
  top: -19px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 20px 11px;
  border-color: transparent transparent #CDD6DD transparent;
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .buttonBox .logBox:before {
    right: calc(70%);
  }
}

#mainArea .catalogOuter01 .buttonBox .button02 {
  margin: 0 0 10px;
}

#mainArea .catalogOuter01 .buttonBox .button02 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 46px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #008DAB;
  text-align: center;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .buttonBox .button02 a {
    font-size: 3.466666666666667vw;
  }
}

@media screen and (min-width: 768px) {
  #mainArea .catalogOuter01 .buttonBox .button02 a:hover {
    color: #fff;
    background-color: #008DAB;
    text-decoration: none;
    opacity: 0.7;
  }
}

#mainArea .catalogOuter01 .buttonBox .button03 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 46px;
  font-size: 14px;
  line-height: 1;
  color: #686D70;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #F0F3F5;
  text-align: center;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .buttonBox .button03 a {
    font-size: 3.466666666666667vw;
  }
}

@media screen and (min-width: 768px) {
  #mainArea .catalogOuter01 .buttonBox .button03 a:hover {
    color: #686D70;
    background-color: #F0F3F5;
    text-decoration: none;
    opacity: 0.7;
  }
}

#mainArea .catalogOuter01 .button01 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 46px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #606060;
  text-align: center;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .button01 a {
    font-size: 3.466666666666667vw;
    height: 32px;
  }
}

@media screen and (min-width: 768px) {
  #mainArea .catalogOuter01 .button01 a:hover {
    text-decoration: none;
    background-color: #404040;
  }
}

#mainArea .catalogOuter01 .button01 input[type="checkbox"] {
  display: none;
}

#mainArea .catalogOuter01 .button01 input[type="checkbox"] + label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  width: 100%;
  height: 46px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #606060;
  text-align: center;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .button01 input[type="checkbox"] + label {
    font-size: 3.466666666666667vw;
    height: 32px;
  }
}

#mainArea .catalogOuter01 .button01 input[type="checkbox"] + label:hover {
  background-color: #404040;
}

#mainArea .catalogOuter01 .button01 input[type="checkbox"]:checked + label {
  color: #202020;
  background-color: #E7C370;
}

#mainArea .catalogOuter01 .button01 input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}

#mainArea .catalogOuter01 .button01 input[type="checkbox"] + label:before {
  position: absolute;
  bottom: 50%;
  left: 13px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #707070;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .button01 input[type="checkbox"] + label:before {
    left: 10px;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
  }
}

#mainArea .catalogOuter01 .button01 input[type="checkbox"]:checked + label:before {
  width: 10px;
  bottom: calc(50% - 7px);
  left: 21px;
  border-radius: 0;
  opacity: 1;
  border: 3px solid #707070;
  background-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .button01 input[type="checkbox"]:checked + label:before {
    width: 5px;
    bottom: calc(50% - 3px);
    left: 13px;
    border-radius: 0;
    opacity: 1;
    border: 1px solid #707070;
    background-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media screen and (max-width: 767px) {
  #mainArea .catalogOuter01 .catalogBox01:nth-child(even) .buttonBox .logBox {
    left: auto;
    right: 0;
  }
  #mainArea .catalogOuter01 .catalogBox01:nth-child(even) .buttonBox .logBox:before {
    right: calc(40%);
  }
}

#mainArea #formArea .formBox {
  margin: 0 auto 40px;
  width: 800px;
}

@media screen and (max-width: 767px) {
  #mainArea #formArea .formBox {
    width: 100%;
  }
}

#mainArea #formArea .formBox th {
  padding-top: 20px;
  width: 160px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #3B4043;
}

@media screen and (max-width: 767px) {
  #mainArea #formArea .formBox th {
    padding-top: 15px;
    width: 100%;
    display: block;
    font-size: 16px;
  }
}

#mainArea #formArea .formBox th label {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  #mainArea #formArea .formBox th label {
    font-size: 16px;
  }
}

#mainArea #formArea .formBox td {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #3B4043;
}

@media screen and (max-width: 767px) {
  #mainArea #formArea .formBox td {
    padding-top: 10px;
    width: 100%;
    display: block;
    font-size: 16px;
  }
}

#mainArea #formArea .formBox td input {
  width: 100%;
  height: 35px;
  padding: 0 10px;
  font-size: 18px;
  border: 1px solid #9BA4A9;
}

#mainArea #formArea .formBox td input.input01 {
  width: 350px;
}

@media screen and (max-width: 767px) {
  #mainArea #formArea .formBox td input.input01 {
    width: 50%;
  }
}

#mainArea #formArea .formBox td .btnAuto {
  margin-left: 17px;
  display: inline-block;
  line-height: 1;
}

#mainArea #formArea .formBox td .btnAuto button {
  padding: 6px 10px;
  display: inline-block;
  color: #008DAB;
  border: 2px solid #008DAB;
  border-radius: 6px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  #mainArea #formArea .formBox td .btnAuto button:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

#mainArea #formArea .formBoxC {
  margin: 0 auto 40px;
  width: 800px;
}

@media screen and (max-width: 767px) {
  #mainArea #formArea .formBoxC {
    width: 100%;
  }
}

#mainArea #formArea .formBoxC th {
  background-color: #F0F3F5;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #3B4043;
}

@media screen and (max-width: 767px) {
  #mainArea #formArea .formBoxC th {
    padding-top: 15px;
    width: 100%;
    display: block;
    font-size: 16px;
  }
}

#mainArea #formArea .formBoxC th label {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  #mainArea #formArea .formBox th label {
    font-size: 16px;
  }
}

#mainArea #formArea .formBoxC td {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #3B4043;
}

@media screen and (max-width: 767px) {
  #mainArea #formArea .formBoxC td {
    padding-top: 10px;
    width: 100%;
    display: block;
    font-size: 16px;
  }
}

#mainArea #formArea .formBoxC td .btnAuto {
  margin-left: 17px;
  display: inline-block;
  line-height: 1;
}

#mainArea #formArea .formBoxC td .btnAuto button {
  padding: 6px 10px;
  display: inline-block;
  color: #008DAB;
  border: 2px solid #008DAB;
  border-radius: 6px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  #mainArea #formArea .formBoxC td .btnAuto button:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}


#mainArea #formArea .privacyText {
  margin: 0 auto 37px;
  width: 800px;
  padding: 30px 0;
  font-size: 18px;
  color: #3B4043;
  text-align: center;
  border-top: 1px solid #686D70;
  border-bottom: 1px solid #686D70;
}

@media screen and (max-width: 767px) {
  #mainArea #formArea .privacyText {
    margin: 0 auto 25px;
    padding: 20px 0;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
  }
}

#mainArea #formArea .formButtonArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#mainArea #formArea .formButtonArea li {
  width: 250px;
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  #mainArea #formArea .formButtonArea li {
    width: 50%;
    margin: 0;
  }
  #mainArea #formArea .formButtonArea li:nth-child(odd) {
    padding-right: 10px;
  }
  #mainArea #formArea .formButtonArea li:nth-child(even) {
    padding-left: 10px;
  }
}

#mainArea #formArea .formButtonArea li button {
  width: 230px;
}

@media screen and (max-width: 767px) {
  #mainArea #formArea .formButtonArea li button {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #mainArea #formArea .formButtonArea li button:hover {
    width: 250px;
  }
}

#mainArea #formArea .formButtonArea li a {
  width: 230px;
}

@media screen and (max-width: 767px) {
  #mainArea #formArea .formButtonArea li a {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #mainArea #formArea .formButtonArea li a:hover {
    width: 250px;
  }
}
