@charset "UTF-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans Japanese", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
}

img {
  vertical-align: bottom;
  border: none;
}

a {
  text-decoration: underline;
  color: #fff;
}
a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

#wrapper {
  width: 100%;
  background: #F4F6F4;
  padding: 0 0;
}

header {
  text-align: center;
  margin-bottom: 0;
  background: #76a1b8;
  padding: 1%;
}
header .headerArea {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
header .headerArea .banner {
  position: absolute;
  right: 0;
  top: 20%;
  width: 15%;
}
header .headerArea .banner a {
  display: block;
  border: 1px solid #fff;
  text-decoration: none;
  box-sizing: border-box;
  padding: 2%;
}
header .headerArea .banner a:hover {
  background: #fff;
  color: #76a1b8;
}
header h1 {
  color: #fff;
  font-weight: normal;
  font-size: 3rem;
}
header h2 {
  color: #fff;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  header {
    margin-bottom: 15%;
  }
  header .headerArea {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  header .headerArea .banner {
    margin-top: 2%;
    position: static;
    display: block;
    width: 100%;
  }
  header .headerArea .banner a {
    padding: 1%;
  }
  header .headerArea .banner a:hover {
    background: #fff;
    color: #76a1b8;
  }
}
/*============================
boxWrap
===============================*/
.boxWrap {
  background: #fff;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
}
.boxWrap .leftBox {
  width: 30%;
  background: #f3f3f3;
}
.boxWrap .leftBoxInner {
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}
.boxWrap .checkbox {
  background: #ebebeb;
}
.boxWrap .link {
  padding-top: 5%;
}
.boxWrap .resultBox {
  width: 70%;
}

@media (max-width: 768px) {
  .boxWrap {
    flex-wrap: wrap;
  }
  .boxWrap .leftBox {
    width: 100%;
  }
  .boxWrap .leftBoxInner {
    position: static;
  }
  .boxWrap .resultBox {
    width: 100%;
  }
  .boxWrap .link {
    display: none;
  }
}
/*******************note**************************/
.noteArea {
  max-width: 800px;
  width: 90%;
  margin: 0 auto 5%;
  padding: 1%;
  border: 2px solid #c9be72;
  box-sizing: border-box;
}
.noteArea h2 {
  font-size: 2.2rem;
  margin-bottom: 1%;
  color: #c9be72;
  letter-spacing: 1px;
}
.noteArea dl {
  border-bottom: 1px solid #c9be72;
  margin-bottom: 1%;
  padding-bottom: 1%;
}
.noteArea dl:nth-last-of-type(1) {
  border: none;
  margin: 0;
  padding: 0;
}
.noteArea dd {
  width: 100%;
}

#app {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 5%;
}

/*-----------------------------------
textArea
---------------------------------------*/
.textArea {
  padding: 5%;
}
.textArea .dropArea {
  border-radius: 10px;
  border: 2px dotted #999;
  padding: 5%;
}
.textArea .dropArea.active {
  border: 2px dotted #666;
  background: #D8DBD8FF;
}
.textArea .dropArea p {
  margin-bottom: 3%;
}
.textArea .dropArea label > input {
  display: none;
  /* アップロードボタンのスタイルを無効にする */
}
.textArea .dropArea label {
  border: 1px solid #666;
  padding: 1%;
  color: #fff;
  background: #666;
}

/*******************section**************************/
.section {
  padding: 5%;
  position: relative;
  border-bottom: 1px solid #fff;
}
.section .step {
  font-family: "Caveat", cursive;
  font-size: 2rem;
  color: #c9be72;
  position: absolute;
  top: -10px;
}
.section .step span {
  font-size: 4rem;
}
.section h1 {
  font-size: 2.4rem;
  margin-bottom: 1%;
  text-align: center;
  letter-spacing: 1.5px;
  color: #76a1b8;
}
.section h2 {
  font-weight: normal;
  text-align: center;
  color: #666;
  margin-bottom: 3%;
}

@media (max-width: 768px) {
  .section {
    margin-bottom: 10%;
  }
  .section:nth-last-of-type(2) {
    margin-bottom: 15%;
  }

  .noteArea {
    margin-bottom: 15%;
  }
}
/*----------howto----------*/
.howto {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 5%;
  border: 1px solid #76a1b8;
  padding: 1%;
  text-align: center;
  color: #666;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .howto {
    margin: 0 auto 15%;
  }
}
/*------チェックボックス-------*/
.checkbox ul li {
  color: #aaa;
  margin-bottom: 3px;
}
.checkbox ul li label {
  display: flex;
  align-items: center;
  background: #fff;
  font-size: 1.8rem;
  padding: 2%;
  justify-content: space-around;
}
.checkbox ul li label span {
  display: block;
  width: 80%;
}

@media (max-width: 768px) {
  .checkbox ul li label {
    display: block;
  }
}
/*----------resultArea----------*/
.resultArea ul {
  margin: 0 auto 10%;
  max-width: 700px;
}
.resultArea ul li h3 {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 2%;
}
.resultArea ul li h3:after {
  content: "";
  background: #000;
  width: 30px;
  height: 1px;
  display: block;
  margin-top: 10px;
}
.resultArea ul li li {
  margin-bottom: 1%;
  padding-bottom: 1%;
  border-bottom: 1px solid #ccc;
}
.resultArea ul li li dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.resultArea ul li li dl dt {
  width: 10%;
  color: #c9be72;
}
.resultArea ul li li dl dd {
  width: 89%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.resultArea ul li li dl dd span {
  width: 8%;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.2rem;
  border-radius: 5px;
  color: #fff;
  background: #c9be72;
  padding: 0.5%;
  text-align: center;
}

.post {
  margin-bottom: 2%;
}

.textBox {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 5%;
  border: 1px solid #76a1b8;
  box-sizing: border-box;
  padding: 2%;
}
.textBox h2 {
  font-size: 2.4rem;
  margin-bottom: 2%;
  text-align: center;
  letter-spacing: 1.5px;
  color: #76a1b8;
  font-weight: normal;
}
.textBox ul li {
  list-style: disc;
  margin-bottom: 2%;
}
.textBox strong {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #c9be72 70%);
}

@media (max-width: 768px) {
  .textBox {
    width: 90%;
    padding: 5% 10%;
  }
}
/*----------snsArea----------*/
.snsArea {
  position: fixed;
  top: 20%;
  right: 5%;
  text-align: center;
}
.snsArea h1 {
  color: #76a1b8;
  margin-bottom: 1%;
}
.snsArea p a {
  background: #76a1b8;
  padding: 25% 2%;
  display: block;
  color: #fff;
  border-radius: 50%;
}
.snsArea p a:hover {
  background: #fff;
  color: #76a1b8;
}

@media (max-width: 768px) {
  .snsArea {
    top: 45%;
  }
  .snsArea p a {
    border: 1px solid #76a1b8;
  }
}
footer {
  background: #76a1b8;
  padding: 2%;
  color: #fff;
  text-align: center;
}

/*******************checkbox**************************/
.checkbox-input {
  display: none;
}

.checkbox-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}

.checkbox-input:checked + .checkbox-parts {
  color: #000;
  font-weight: 500;
}

.checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #76a1b8;
  border-right: 3px solid #76a1b8;
}

/*=======================================================
amazonリンク
=======================================================*/
.amzon_link {
  width: 80%;
  max-width: 1000px;
  border: 2px solid #c9be72;
  background: #fff;
  padding: 1%;
  margin: 3% auto 0;
  box-sizing: border-box;
}
.amzon_link h3 {
  text-align: center;
  margin-bottom: 3%;
  font-size: 2.4rem;
  letter-spacing: 1px;
  font-weight: normal;
}
.amzon_link img {
  max-width: 100%;
  max-height: 90px;
}
.amzon_link a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 3%;
  height: 100%;
}
.amzon_link a:hover {
  background: #ebebeb;
}
.amzon_link ul {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
}
.amzon_link ul li {
  width: 25%;
  text-align: center;
}
.amzon_link ul li dl dt {
  margin-bottom: 5%;
}
.amzon_link ul li p {
  background: #e2833d;
  padding: 2%;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  width: 50%;
  margin: 5% auto 0;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .amzon_link {
    width: 90%;
    padding: 5%;
  }
  .amzon_link h3 {
    font-size: 2rem;
  }
  .amzon_link img {
    max-width: 100%;
    max-height: 130px;
  }
  .amzon_link a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 3%;
    height: 100%;
  }
  .amzon_link a:hover {
    background: #ebebeb;
  }
  .amzon_link ul {
    display: block;
    max-width: 100%;
  }
  .amzon_link ul li {
    width: 100%;
    text-align: left;
    margin-bottom: 5%;
  }
  .amzon_link ul li dl {
    display: flex;
    justify-content: space-between;
  }
  .amzon_link ul li dl dt {
    width: 30%;
    margin-bottom: 0%;
  }
  .amzon_link ul li dl dd {
    width: 65%;
  }
  .amzon_link ul li p {
    text-align: center;
    width: 90%;
    margin: 5% auto 0;
  }
}
.admax-ads {
  position: fixed;
  width: 10% !important;
  bottom: 10px;
  left: 0;
}

/*# sourceMappingURL=base.css.map */
