@charset "UTF-8";
html {
  background-color: transparent;
  background-image: none;
}

body {
  font-size: 14px;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #333333;
}
body a {
  color: #333333;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}

/*----------------------------------------------------- */
/*  base           */
/*----------------------------------------------------- */
.inner {
  margin: auto;
}

img {
  max-width: 100%;
}

.sp {
  display: none;
}

.btn {
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  outline: none;
  text-align: center;
  display: block;
  font-size: 18px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: relative;
  background: #fc92a5;
  color: #fff;
  width: 360px;
  height: 60px;
  line-height: 60px;
  margin: auto;
}
.btn rt {
  font-size: 10px;
}
.btn::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .2s ease-out;
  animation-duration: .2s;
  animation-fill-mode: forwards;
}
.btn:hover {
  text-decoration: none;
}
.btn:hover::after {
  right: 3%;
}

.btn:disabled{
	background: #ccc;
}

.italic {font-style: italic;}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }

  .btn {
    width: 80%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }

  .inner {
    padding: 0 4%;
  }
}
/*----------------------------------------------------- */
/*  kv           */
/*----------------------------------------------------- */
.kv {
  background: #e7f3ff;
}
.kv .inner {
  max-width: 960px;
}
.kv .header {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.kv .logo {
  max-width: 174px;
  margin-right: 10px;
}
.kv h1 {
  max-width: 942px;
  margin: -35px auto 0;
}

@media screen and (max-width: 768px) {
  .kv .header {
    padding-top: 5px;
    justify-content: space-between;
  }
  .kv .logo {
    max-width: 120px;
    margin-right: 10px;
  }
  .kv .logo + p {
    font-size: 10px;
  }
  .kv h1 {
    max-width: 100%;
    margin: 10px auto 0;
  }
}
/*----------------------------------------------------- */
/*  intro           */
/*----------------------------------------------------- */
.intro {
  background: #ffeaee;
  font-size: 24px;
  text-align: center;
  padding: 25px 0;
  position: relative;
}
.intro:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ffeaee transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

@media screen and (max-width: 768px) {
  .intro {
    font-size: 14px;
    padding: 10px 0;
  }
}
/*----------------------------------------------------- */
/*  check           */
/*----------------------------------------------------- */
.check {
  padding: 60px 0;
}
.check .inner {
  max-width: 960px;
}
.check h2 {
  max-width: 340px;
  background: #fc92a5;
  color: #fff;
  font-size: 28px;
  letter-spacing: 5px;
  padding: 5px 0;
  text-align: center;
  margin: 0 auto 20px;
}
.check h2 + p {
  text-align: center;
  color: #ff8ea3;
  font-size: 18px;
  margin-bottom: 50px;
}
.check ul {
  margin-bottom: 40px;
}
.check ul .num {
  font-size: 50px;
  color: #fc92a5;
  font-style: italic;
  vertical-align: middle;
  margin-right: 30px;
}
.check ul li {
  display: flex;
  align-items: center;
  font-size: 18px;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  padding-left: 60px;
  position: relative;
}
input[type="checkbox"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #ccc;
}
input[type="checkbox"]:checked + label::after {
  display: block;
  content: '';
  position: absolute;
  top: 1px;
  left: 11px;
  width: 10px;
  height: 15px;
  border-right: 4px solid #fc92a5;
  border-bottom: 4px solid #fc92a5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .check {
    padding: 30px 0;
  }
  .check h2 {
    max-width: 75%;
    font-size: 16px;
    letter-spacing: 5px;
    padding: 5px 0;
    margin: 0 auto 10px;
  }
  .check h2 + p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .check ul {
    margin-bottom: 30px;
  }
  .check ul .num {
    font-size: 16px;
    margin-right: 10px;
  }
  .check ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    border-bottom: 1px solid #cccccc;
    padding: 15px 0;
  }

  input[type="checkbox"] {
    display: none;
  }
  input[type="checkbox"] + label {
    padding-left: 35px;
    position: relative;
  }
  input[type="checkbox"] + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
  }
  input[type="checkbox"]:checked + label::after {
    display: block;
    content: '';
    position: absolute;
    top: 1px;
    left: 7px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #fc92a5;
    border-bottom: 3px solid #fc92a5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/*----------------------------------------------------- */
/*  advice           */
/*----------------------------------------------------- */
.advice .wrap {
  box-sizing: border-box;
  max-width: 840px;
  border: 8px solid #fbb8c4;
  padding: 30px;
  margin: 0 auto 60px;
  font-size: 16px;
  line-height: 1.8;
}
.advice .wrap h3 {
  font-size: 28px;
  color: #fc92a5;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .advice .wrap {
    box-sizing: border-box;
    max-width: 840px;
    border: 4px solid #fbb8c4;
    padding: 20px;
    margin: 0 auto 30px;
    font-size: 14px;
    line-height: 1.8;
  }
  .advice .wrap h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
/*----------------------------------------------------- */
/*  author           */
/*----------------------------------------------------- */
.author {
  background: #e7f3ff;
}
.author .inner {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
}
.author .pic {
  max-width: 232px;
  margin-top: 20px;
  align-self: flex-end;
}
.author .txt {
  padding: 40px 0px 40px 60px;
  line-height: 1.8;
  font-size: 16px;
}
.author .txt h3 {
  margin-bottom: 20px;
}
.author .txt em {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .author .inner {
    max-width: 960px;
    display: flex;
    justify-content: space-between;
  }
  .author .pic {
    width: 36%;
    margin-top: 0px;
    align-self: flex-end;
  }
  .author .txt {
    width: 64%;
    box-sizing: border-box;
    padding: 20px 0px 20px 0px;
    line-height: 1.8;
    font-size: 12px;
  }
  .author .txt h3 {
    margin-bottom: 10px;
  }
  .author .txt em {
    font-size: 14px;
  }
}
/*----------------------------------------------------- */
/*  yogurt           */
/*----------------------------------------------------- */
.yogurt01 {
  background: #ffeaee;
  padding: 20px 0;
}
.yogurt01 .inner {
  max-width: 960px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yogurt01 .pic {
  max-width: 122px;
  margin-right: 60px;
}
.yogurt01 p {
  font-size: 24px;
  color: #fc92a5;
  font-weight: bold;
}
.yogurt01 p rt {
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .yogurt01 {
    padding: 20px 0;
  }
  .yogurt01 .inner {
    flex-direction: column;
  }
  .yogurt01 .pic {
    max-width: 28%;
    margin: 0px 0 15px;
  }
  .yogurt01 p {
    font-size: 16px;
    text-align: center;
  }
}
.yogurt02 {
  padding: 60px 0;
}
.yogurt02 .inner {
  max-width: 960px;
}
.yogurt02 .txt {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.yogurt02 h2 {
  color: #fc92a5;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.yogurt02 h2 span {
  font-size: 24px;
}
.yogurt02 h2 rt {
  font-size: 12px;
}
.yogurt02 .lkm512 {
  max-width: 466px;
  margin: 0 auto 30px;
  padding-left: 200px;
}
.yogurt02 .lkm512 + p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
}
.yogurt02 table {
  max-width: 680px;
  margin: 0 auto 10px;
  border: 8px solid #fbb8c4;
}
.yogurt02 table th {
  background: #fbb8c4;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 10px;
}
.yogurt02 table td {
  padding: 20px;
  line-height: 1.8;
}
.yogurt02 table .txt01 {
  text-align: center;
}
.yogurt02 ul {
  max-width: 680px;
  margin: 0 auto 60px;
}
.yogurt02 ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
}
.yogurt02 ul li::before {
  content: '○';
  position: absolute;
  top: 3px;
  left: 2px;
}
.yogurt02 h3 {
  max-width: 680px;
  background: #fbb8c4;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 6px 0;
  margin: 0 auto 20px;
}
.yogurt02 h3 + p {
  max-width: 680px;
  margin: 0 auto 60px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .yogurt02 {
    padding: 30px 0;
  }
  .yogurt02 .txt {
    font-size: 18px;
  }
  .yogurt02 h2 {
    color: #fc92a5;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .yogurt02 h2 span {
    font-size: 18px;
  }
  .yogurt02 h2 rt {
    font-size: 10px;
  }
  .yogurt02 .lkm512 {
    max-width: 80%;
    margin: 0 auto 20px;
    padding-left: 0px;
  }
  .yogurt02 .lkm512 + p {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .yogurt02 table {
    max-width: 680px;
    margin: 0 auto 10px;
    border: 4px solid #fbb8c4;
  }
  .yogurt02 table th {
    background: #fbb8c4;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 5px;
  }
  .yogurt02 table td {
    padding: 10px;
    line-height: 1.8;
  }
  .yogurt02 table .txt01 {
    text-align: center;
  }
  .yogurt02 ul {
    max-width: 680px;
    margin: 0 auto 30px;
  }
  .yogurt02 ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 5px;
  }
  .yogurt02 ul li::before {
    content: '○';
    position: absolute;
    top: 3px;
    left: 2px;
  }
  .yogurt02 h3 {
    font-size: 16px;
    color: #fff;
    padding: 6px 0;
    margin: 0 auto 20px;
  }
  .yogurt02 h3 + p {
    margin: 0 auto 30px;
  }
}
/*----------------------------------------------------- */
/*  link           */
/*----------------------------------------------------- */
.link {
  background: #ffeaee;
  padding: 60px 0;
  text-align: center;
}
.link h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
}
.link .comingsoon {
  font-size: 24px;
  text-align: center;
  color: #999;
}

.footer {
  text-align: center;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .link {
    padding: 30px 0;
  }
  .link h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .footer {
    font-size: 12px;
  }
}
/*----------------------------------------------------- */
/*  TOPへ戻る           */
/*----------------------------------------------------- */
#page-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
}
#page-top a {
  display: block;
  width: 50px;
  height: 50px;
  background: #fc92a5;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: relative;
}
#page-top::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateX(50%) translateY(-25%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  #page-top {
    bottom: 4%;
    right: 4%;
  }
}
/*----------------------------------------------------- */
/*  result           */
/*----------------------------------------------------- */
.result {
  box-sizing: border-box;
  padding: 40px 40px 0;
}
.result h2 {
  width: 350px;
  margin: 0 auto 40px;
  font-size: 28px;
  color: #fff;
  background: #fbb8c4;
  text-align: center;
}
.result p {
  font-size: 18px;
  line-height: 1.8;
}
.result em {
  color: #fbb8c4;
  text-decoration: underline;
}

#cboxLoadedContent {
  border: 8px solid #fbb8c4;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .result {
    box-sizing: border-box;
    padding: 30px 20px;
  }
  .result h2 {
    width: 80%;
    margin: 0 auto 20px;
    font-size: 18px;
  }
  .result p {
    font-size: 14px;
    line-height: 1.8;
  }

  #cboxLoadedContent {
    border: 4px solid #fbb8c4;
    background: #fff;
  }
}
