@charset "UTF-8";
/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
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, ion, 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: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

address {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

html {
  overflow-y: scroll;
}

body {
  background: #fad7d1 url("../img/bg-check.png");
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  letter-spacing: -0.03em;
  color: #333;
  font-family: 'ヒラギノ角ゴシック Pro',Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
}

img {
  max-width: 100%;
}

a {
  color: #81374F;
}
a:hover {
  text-decoration: none;
}

.col-base {
  padding: 0.5rem 1.25rem 1.25rem;
  text-align: center;
}

.col-flex {
  margin-bottom: 1rem;
}

@media screen and (min-width: 31.42em) {
  .base {
    box-sizing: border-box;
    margin: 0 auto;
    width: 1000px;
  }

  .col-flex {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
  }

  .col-left,
  .col-right {
    box-sizing: border-box;
  }
}
@media screen and (min-width: 31.42em) {
  .list-wrap, .layout-qa-list > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .list-wrap > li, .layout-qa-list > ul > li {
    width: 50%;
  }
}

.button-link, .link a, .footer .logo a {
  margin: 0 15px 15px;
  display: block;
  border-radius: 60px;
  background: linear-gradient(to top, #ea1f49 0%, #ee4e6f 30%);
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  box-shadow: 0 1px 2px #000;
  line-height: 1.25;
  transition: all 0.25s ease 0s;
  border: 2px dashed white;
  box-shadow: inset 0 0px 1px 1px #ea1f49, 0 0 0 7px #ee4e6f, 0 1px 7px 7px rgba(0, 0, 0, 0.5);
}
.button-link:hover, .link a:hover, .footer .logo a:hover {
  -webkit-transform: scale(1.01);
  -webkit-animation: scale .5s ease-in-out;
  animation: scale .5s ease-in-out;
}

@-webkit-keyframes scale {
  50% {
    -webkit-transform: scale(1.1);
  }
}
@keyframes scale {
  50% {
    transform: scale(1.1);
  }
}
.cf, .header .base > .col-flex > ul, .area-link ul, #top .top-link {
  *zoom: 1;
}
.cf:after, .header .base > .col-flex > ul:after, .area-link ul:after, #top .top-link:after {
  content: "";
  display: table;
  clear: both;
}

.link {
  margin: 30px auto;
}
.link a {
  display: inline-block;
  padding: 15px 45px;
}

.area-text, .area-link, .description, .layout-qa-list {
  border-radius: 20px;
  background: #fff;
  border: 2px dashed #f2a6b7;
  box-shadow: inset 0 0px 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 7.5px #fff, 0 0 3.75px 7.5px rgba(0, 0, 0, 0.25);
  padding: 15px;
  text-align: left;
  line-height: 1.5;
  color: #DA2661;
}

@media screen and (min-width: 31.42em) {
  .flex-center, .layout-quiz > ul.area-question .your-answer ul, .layout-result > ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.flex-left, .layout-qa li dl.question {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-right, .layout-qa li dl.answer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header {
  background: #fff;
  padding-top: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.header .base > .col-flex {
  align-items: flex-end;
}
.header .base > .col-flex > ul {
  margin-left: auto;
}
.header .base > .col-flex > ul li {
  margin: 7.5px 7.5px 0;
  text-align: center;
  display: inline-block;
}
.header .base > .col-flex > ul li.current {
  box-sizing: border-box;
  width: 8em;
  padding: 15px 30px;
  color: #81374F;
  background: #fad7d1 url("../img/bg-check.png");
  border-radius: 20px 20px 0 0;
}
.header .base > .col-flex > ul a {
  box-sizing: border-box;
  width: 8em;
  padding: 15px 30px;
  display: inline-block;
  text-decoration: none;
  background: #c4748e;
  border-radius: 20px 20px 0 0;
  color: #fff;
}
.header .base > .col-flex > ul a:hover {
  transition: all 0.4s;
  background: #fad7d1 url("../img/bg-check.png");
  color: #81374F;
}
@media screen and (min-width: 31.42em) {
  .header {
    padding: 0;
  }
}

.area-link {
  margin: 30px 0;
}
.area-link h2 {
  margin-bottom: 7.5px;
  font-size: 20px;
}
.area-link ul li {
  margin-left: 15px;
  float: left;
}

.footer {
  margin-top: 45px;
  padding: 15px 0 30px;
  color: #DA2661;
  letter-spacing: 0.02em;
}
.footer li {
  margin-top: 15px;
}
.footer a {
  color: #DA2661;
  text-decoration: none;
}
.footer .toponly {
  display: none;
}
#top .footer .toponly {
  display: block;
  color: #333;
  font-size: 12px;
}
.footer .logo {
  margin-top: 30px;
}
.footer .logo a {
  display: inline-block;
  padding: 7.5px 30px;
}

#page-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
}
#page-top a {
  display: block;
  padding: 15px;
  border-radius: 60px;
  color: #fff;
  background: rgba(129, 55, 79, 0.5);
  text-decoration: none;
  text-align: center;
}
#page-top a:hover {
  background: #81374F;
}

.ribbon {
  max-width: 25%;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media screen and (min-width: 31.42em) {
  .ribbon {
    max-width: 100%;
  }
}

@media screen and (min-width: 31.42em) {
  #top .main-title {
    margin-top: 15px;
  }
  #top .main-title img {
    max-width: 65%;
  }
}
#top .top-link li {
  float: left;
  width: 50%;
}
#top .top-link a {
  margin-bottom: 15px;
  transition: all 0.25s ease 0s;
}
#top .top-link a img {
  max-width: 65%;
}
#top .top-link a:hover {
  -webkit-transform: scale(1.01);
  -webkit-animation: scale .5s ease-in-out;
  animation: scale .5s ease-in-out;
}
@media screen and (min-width: 31.42em) {
  #top .top-link a {
    margin-top: -90px;
    display: block;
  }
  #top .top-link a img {
    max-width: 100%;
  }
}

.description {
  margin: 15px 0;
}

.subpage .page-title {
  margin-bottom: 15px;
}
@media screen and (min-width: 31.42em) {
  .subpage .page-title {
    margin: 15px 0 30px;
  }
}

.layout-quiz > ul {
  border-radius: 20px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.25);
  border: 3px dashed #EC7993;
  box-shadow: inset 0 0px 1px 5px rgba(0, 0, 0, 0.05), 0 0 0 7.5px #fff, 0 0 3.75px 7.5px rgba(0, 0, 0, 0.25);
  padding-bottom: 15px;
}
.layout-quiz > ul.area-question .question dl dt {
  margin: 15px;
  font-size: 20px;
  display: inline-block;
  position: relative;
  height: 50px;
  /*リボンの高さ*/
  line-height: 50px;
  /*リボンの高さ*/
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;
  /*横の大きさ*/
  background: #dd889b;
  /*塗りつぶし色*/
  color: #fff;
  /*文字色*/
  box-sizing: border-box;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.25);
}
.layout-quiz > ul.area-question .question dl dt:before, .layout-quiz > ul.area-question .question dl dt:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.layout-quiz > ul.area-question .question dl dt:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.layout-quiz > ul.area-question .question dl dt:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.layout-quiz > ul.area-question .question dl dd {
  font-size: 24px;
  line-height: 1.5;
  padding: 0 7.5px;
}
.layout-quiz > ul.area-question .your-answer {
  font-size: 20px;
  border-radius: 0 0 20px 20px;
}
.layout-quiz > ul.area-question .your-answer ul {
  box-flex: 1;
}
.layout-quiz > ul.area-question .your-answer ul li {
  box-sizing: border-box;
}
.layout-quiz > ul.area-question .your-answer ul label {
  display: inline-block;
  box-sizing: border-box;
  width: 8em;
  border-radius: 60px;
  border: 2px solid #EC7993;
  padding: 15px;
  background: #fff;
  color: #EC7993;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -0.1em;
}
.layout-quiz > ul.area-question .your-answer ul label:hover {
  background: #EC7993;
  color: #fff;
  transition: all 0.4s;
}
.layout-quiz > ul.area-question .your-answer ul input[type=radio] {
  display: none;
}
.layout-quiz > ul.area-question .your-answer ul input[type=radio]:checked ~ label {
  border-color: #EC7993;
  text-decoration: none;
  color: #EC7993;
  font-weight: bold;
  background: #fff;
}
.layout-quiz > ul.area-question .your-answer ul select {
  font-size: 24px;
}
.layout-quiz > ul.area-question .your-answer ul .disabled {
  transition: all 0.4s;
  -ms-user-select: text;
  -webkit-user-select: auto;
  -moz-user-select: text;
  background: #F5F5F5;
  border-color: #F5F5F5;
  color: #cfcfcf;
}
.layout-quiz > ul.area-question .your-answer ul .disabled:hover {
  Transform: none !important;
  text-shadow: none;
  background: #F5F5F5;
  border-color: #F5F5F5;
  color: #cfcfcf;
}
.layout-quiz > ul.area-question .your-answer ul.select-answer li {
  padding: 15px 15px 7.5px;
}
.layout-quiz > ul.area-answer {
  margin-top: 30px;
  background: #fce9ee;
  border: 3px dashed #d294a2;
  box-shadow: inset 0 0px 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 7.5px #fce9ee, 0 0 3.75px 7.5px rgba(0, 0, 0, 0.25);
}
.layout-quiz > ul.area-answer .correct-answer {
  padding: 15px 0 0;
  font-size: 20px;
}
.layout-quiz > ul.area-answer .correct-answer strong {
  margin: 0 7.5px 0;
  padding: 15px 0;
  display: inline-block;
  box-sizing: border-box;
  width: 8em;
  border-radius: 60px;
  border: 2px solid #EC7993;
  background: #fff;
  color: #EC7993;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -0.1em;
}
.layout-quiz > ul.area-answer .correct-answer dl {
  /* 					dd{ */
  /* 						display: inline-block; */
  /* 						box-sizing: border-box; */
  /* 						width: 8em; */
  /* 						padding: $size $size*3; */
  /* 						border-radius: $radius-moon; */
  /* 						border: 2px solid darken($color-sub,25%); */
  /* 						background: #fff; */
  /* 						color: darken($color-sub,25%); */
  /* 						font-weight: bold; */
  /* 						box-shadow: inset 0 0px 1px 5px rgba(#000,0.05); */
  /* 					} */
}
.layout-quiz > ul.area-answer .commentary .text {
  padding: 15px 30px;
  text-align: left;
  line-height: 1.5;
  font-size: 20px;
}
.layout-quiz > ul .enquete-item {
  margin-bottom: 15px;
  font-size: 20px;
}
.layout-quiz > ul .enquete-item h2 {
  padding: 15px;
  font-weight: bold;
  color: #EC7993;
  font-size: 20px;
}
.layout-quiz > ul .enquete-item .next {
  margin-top: 30px;
}
.layout-quiz > ul .area-select {
  display: inline-block;
  padding: 7.5px 30px 7.5px 7.5px;
  border: 2px solid #EC7993;
  border-radius: 120px;
  background: #fff;
  border-sizing: boder-box;
}
.layout-quiz > ul select {
  border-sizing: boder-box;
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  vertical-align: middle;
  color: #333;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  background: url("../img/icn-arrow-bottom.png") no-repeat right;
  padding: 7.5px 45px 7.5px 15px;
  font-size: 20px;
}
.layout-quiz > ul select option {
  background: #fff;
  color: #333;
}
.layout-quiz > ul select::-ms-expand {
  display: none;
}
.layout-quiz > ul select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #F5F5F5;
}
.layout-quiz > ul .next button {
  min-width: 10em;
  padding: 15px 30px;
  border-radius: 60px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  box-shadow: 0 1px 2px #000;
  line-height: 1.25;
  transition: all 0.25s ease 0s;
  border: none;
  background: linear-gradient(to top, #923e51 0%, #b44f66 30%);
  border: 2px dashed white;
  box-shadow: inset 0 0px 1px 1px #923e51, 0 0 0 6px #b44f66, 0 1px 6px 6px rgba(0, 0, 0, 0.5);
}
.layout-quiz > ul .next button:hover {
  -webkit-transform: scale(1.01);
  animation: scale .5s ease-in-out;
}

.layout-result {
  border-radius: 20px;
}
.layout-result .comment {
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  text-align: left;
  width: 80%;
  box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.25);
}
.layout-result .comment:after, .layout-result .comment:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 100%;
}
.layout-result .comment:after {
  border-color: rgba(220, 220, 220, 0);
  border-width: 10px;
  margin-left: -10px;
  border-top-color: #fff;
}
.layout-result .comment:before {
  border-color: rgba(220, 220, 220, 0);
  border-width: 12px;
  margin-left: -12px;
  border-top-color: #fff;
}
@media screen and (min-width: 31.42em) {
  .layout-result .comment {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .layout-result .comment:after, .layout-result .comment:before {
    left: 100%;
    top: 50%;
  }
  .layout-result .comment:after {
    margin-left: 0;
    margin-top: -10px;
    border-top-color: #fad7d1;
    border-left-color: #fff;
  }
  .layout-result .comment:before {
    margin-left: 0;
    margin-top: -12px;
    border-top-color: #fad7d1;
    border-left-color: #fff;
  }
}
.layout-result .comment dt {
  margin-bottom: 15px;
  font-size: 20px;
}
.layout-result .comment dt strong {
  color: #EC7993;
  font-size: 24px;
}
.layout-result .comment dd {
  line-height: 1.5;
  font-size: 20px;
}

.layout-qa-list {
  margin-bottom: 15px;
  text-align: left;
}

.layout-qa {
  padding-top: 15px;
  text-align: left;
}
.layout-qa li dl {
  margin-bottom: 30px;
  line-height: 1.5;
}
.layout-qa li dt {
  border-radius: 100%;
}
.layout-qa li dd {
  padding: 15px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  text-align: left;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.25);
}
.layout-qa li dd:after, .layout-qa li dd:before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.layout-qa li dd:after {
  border-color: rgba(220, 220, 220, 0);
  border-width: 10px;
  margin-top: -10px;
}
.layout-qa li dd:before {
  border-color: rgba(220, 220, 220, 0);
  border-width: 12px;
  margin-top: -12px;
}
.layout-qa li dd p {
  padding-bottom: 15px;
}
.layout-qa li dl.question dd {
  margin-left: 15px;
  width: 50%;
  font-size: 20px;
  font-weight: bold;
  border: 2px solid #c91d43;
  color: #fff;
  background: #c91d43;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.25);
}
.layout-qa li dl.question dd:after, .layout-qa li dl.question dd:before {
  right: 100%;
}
.layout-qa li dl.question dd:after {
  border-right-color: #c91d43;
}
.layout-qa li dl.question dd:before {
  border-right-color: #c91d43;
}
.layout-qa li dl.answer dd {
  margin-right: 15px;
  width: 75%;
}
.layout-qa li dl.answer dd:after, .layout-qa li dl.answer dd:before {
  left: 100%;
}
.layout-qa li dl.answer dd:after {
  border-left-color: #fff;
}
