@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  word-break: break-word;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-word;
  font-size: inherit;
  width: 100%;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  vertical-align: middle;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-size: inherit;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
  font-size: 70%;
}
sub {
  vertical-align: text-bottom;
  font-size: 70%;
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input, textarea, select {
  font-size: 100%;
}
legend {
  color: #000;
}
pre, code, kbd, samp, tt {
  font-family: monospace;
  font-size: 108%;
  line-height: 100%;
}
.aligncenter {
  text-align: center;
}
img {
  vertical-align: bottom;
  line-height: 1;
  margin: 0;
}
a {
  text-decoration: none;
  color: #131313;
}
* {
  outline: none;
}
/* common item ---------------------------------------*/
.clearfix:after, .inner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  height: 100%;
}
*, *::before, *::after {
  box-sizing: border-box;
}
body {
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  height: 100%;
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}
a {
  text-decoration: none;
  transition: all .1s ease;
  font-size: 15px;
}
a:hover {
  opacity: 0.7;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  font-size: 15px;
  line-height: 1.6;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a {
  color: #1c619c;
  text-decoration: underline;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a:hover {
  text-decoration: none;
}
strong {
  font-weight: bold;
}
table {
  font-size: 15px;
}
td a {
  color: #1c619c;
  text-decoration: underline;
}
td a:hover {
  text-decoration: none;
}
p, ul, ol, table {
  margin-bottom: 20px;
}
hr {
  height: 1px;
  background-color: #e8e8e8;
  border: none;
  margin: 20px 0;
}
.ovh {
  overflow: hidden !important;
}
.ovv {
  overflow: visible !important;
}
.disnone {
  display: none;
}
.list-inline > li {
  display: inline-block;
}
.sp {
  display: none !important;
}
.text-red {
  color: #F61F45;
}
/* header ---------------------------------------*/
header {
  height: 130px;
  text-align: center;
  background: #FC0F3A;
}
.index header {
  height: 58px;
}
.rulelist-container header {
  height: auto;
}
.headerLogo {
  text-indent: -99em;
  overflow: hidden;
  background: url(../images/common/logo.png?20241111) no-repeat center center;
  background-size: 100%;
  width: 300px;
  height: 72px;
  margin: 0 auto;
  display: block;
}
.l-header-inner {
  width: auto;
  background: #fff;
  position: relative;
  height: 58px;
  padding-top: 15px;
}
.header-logo-lp {
  display: block;
  background: url(/common_c/images/common/logo.svg) no-repeat left top;
  background-size: 128px 26px;
  width: 128px;
  height: 26px;
  padding: 0px;
  margin: 0px auto 38px;
  text-indent: -99em;
  overflow: hidden;
}
.title {
  width: 430px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.title a {
  display: block;
}
.sns-area {
  padding: 60px 0 35px;
  color: #000;
  text-align: center;
  background: #fff
}
.sns-area ul {
  margin-bottom: 6px
}
.sns-area ul li {
  display: inline-block;
  width: 40px
}
.footer {
  padding-top: 15px;
  height: 55px;
  background-color: #fff;
}
.footer .copyright {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  color: #111;
  font-size: 10px;
}
@media (max-width: 768px) {
  p, a, ul, ol, table {
    font-size: 13px;
  }
  p, ul, ol, table {
    margin-bottom: 15px;
  }
  hr {
    margin: 15px 0;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  * {
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
  }
  header {
    height: 110px;
  }
  .headerLogo {
    background: url(../images/common/logo_sp.png?20241111) no-repeat center center;
    background-size: 300px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
  }
  .header-logo-lp {
    background-size: 117px 26px;
    width: 117px;
  }
  .sns-area {
    padding: 20px 0
  }
  .sns-area ul li {
    width: 46px
  }
}
/* index ---------------------------------------*/
.top-wrapper {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 150px;
}
.top-kv {
  height: 369px;
  margin: 0 auto 30px;
  text-align: center;
  background: #FC0F3A;
}
.top-kv .wrap {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 75px 20px 85px;
}
.top-kv .wrap .kv {
  margin-bottom: 50px;
}
.top-kv .sv {
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.02em;
    margin-bottom: 0;
}
.top-kv .sv .svF {
  font-weight: bold;
  color: #FC0F3A;
  background-color: #FFF;
  border-radius: 3em;
  font-size: 28px;
  padding: 0.25em 0.5em;
}
.top-kv .sv .svS {
  font-size: 36px;
}
.top-kv .sv .svT {
  font-size: 24px;
}

@media (max-width: 768px) {
.top-kv .wrap {
  padding: calc(25 / 390 * 100vw) calc(30 / 390 * 100vw) calc(15 / 390 * 100vw);
}
.top-kv .wrap .kv {
  margin-bottom: calc(15 / 390 * 100vw);
}
.top-kv .sv {
  font-size: calc(13 / 390 * 100vw);
}
.top-kv .sv .svF {
  border-radius: 3em;
  font-size: calc(13 / 390 * 100vw);
  padding: 0.25em 0.5em;
}
.top-kv .sv .svS {
  font-size: calc(16 / 390 * 100vw);
}
.top-kv .sv .svT {
  font-size: calc(11 / 390 * 100vw);
}
    
}
.top-kv img {
  height: 100%;
  object-fit: cover;
}
.top-kv-sub {
  max-width: 600px;
  width: calc(100% - 40px);
  padding-top: 5px;
  margin: 0 auto 60px;
}
.top-lead {
  width: 100%;
  text-align: center;
  margin: 60px auto 90px;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.8;
}
.top-rule-title {
  text-indent: -999em;
  overflow: hidden;
  background: url(../images/index/title_rulebook.png?20231109) no-repeat left top;
  text-align: center;
  width: 860px;
  height: 20px;
  margin: 0 auto 80px;
}
.top-rule {}
.top-rule-list {}
.top-rule-list li {
  margin-bottom: 50px;
}
.top-rule-list-title {
  color: #FC0F3A;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.0;
  padding: 7px 0 7px 20px;
  position: relative;
  margin-bottom: 20px;
}
.top-rule-list-title:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FC0F3A;
  width: 6px;
  height: 100%;
  border-radius: 3px;
}
.top-rule-list p {
  font-size: 20px;
  line-height: 1.8;
  padding: 0 0 0 10px;
  margin-bottom: 30px;
}
.top-startbtn-area {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  line-height: 1.0;
  padding: 15px 20px 28px;
}
.top-startbtn-area-txt {
  color: #FFF;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  margin-bottom: 15px;
}
.top-startbtn-list {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.top-startbtn {
  display: inline-block;
  width: 100%;
  background: #FC0F3A;
  border-radius: 8px;
  box-shadow: 0 5px 0 #c01031;
  padding: 15px;
  position: relative;
}
.top-startbtn::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-right: 3px #FFF solid;
  border-bottom: 3px #FFF solid;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: center center;
}
.top-startbtn > img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
  object-position: center top;
}
.top-startbtn > span {
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  font-size: 26px;
  margin-top: 10px;
}
.top-startbtn + .top-startbtn {
  margin-left: 15px;
}
@media (max-width: 768px) {
  .top-kv {
    width: 100%;
    height: auto;
    padding-top: 0;
    margin: 0 auto 15px;
  }
  .top-kv-sub {
    padding-top: 0;
    margin: 0 auto 30px;
  }
  .top-kv img {
    width: 100%;
  }
  .top-wrapper {
    width: 100%;
    padding: 0 20px 19vw;
  }
  .top-lead {
    margin: 20px auto 40px;
    font-size: calc(100vw * 15 / 375);
  }
  .top-rule-title {
    background: url(../images/index/title_rulebook_sp.png?20231109) no-repeat left top;
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 4%;
    margin: 0 auto 40px;
  }
  .top-rule-list li {
    margin-bottom: 30px;
  }
  .top-rule-list-title {
    font-size: 17px;
    padding: 1px 0 1px 12px;
    margin-bottom: 15px;
  }
  .top-rule-list-title:before {
    width: 3px;
    border-radius: 2px;
  }
  .top-rule-list p {
    font-size: 16px;
    padding: 0 0 0 5px;
    margin-bottom: 30px;
  }
  .top-startbtn-area {
    padding: calc(7 / 430 * 100vw) calc(10 / 430 * 100vw) calc(14 / 430 * 100vw);
  }
  .top-startbtn-area-txt {
    font-size: calc(14 / 430 * 100vw);
    margin-bottom: 5px;
  }
  .top-startbtn + .top-startbtn {
    margin-left: calc(10 / 430 * 100vw);
  }
  .top-startbtn {
    padding: calc(100vw * 5 / 375);
    position: relative;
  }
  .top-startbtn::after {
    width: calc(100vw * 10 / 375);
    height: calc(100vw * 10 / 375);
    border-right: calc(100vw * 2 / 375) #FFF solid;
    border-bottom: calc(100vw * 2 / 375) #FFF solid;
    right: calc(100vw * 10 / 375);
  }
  .top-startbtn > img {
    height: calc(100vw * 30 / 375);
    object-fit: contain;
    object-position: center top;
  }
  .top-startbtn > span {
    display: inline-block;
    color: #FFF;
    font-weight: bold;
    font-size: calc(100vw * 14 / 375);
    margin-top: calc(100vw * 4 / 375);
  }
}
/* examination ---------------------------------------*/
.countdown {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.examination-container {
  display: none;
}
.examination-container header {
  /*position: fixed;*/
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 5;
}
.examination-title {
  color: #FC0F3A;
  text-align: center;
  font-weight: bold;
  /*position:fixed;*/
  left: 0px;
  top: 128px;
  width: 100%;
  background: #fff;
  z-index: 6;
  border-bottom: 4px solid #FC0F3A;
}
.examination-number {
  display: inline-block;
  line-height: 1.0;
  width: 250px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: 8px 0;
  font-size: 21px;
}
.examination-number .now {
  font-size: 40px;
}
.examination-number .separate {
  font-size: 30px;
}
.examination-number .all {
  font-size: 30px;
}
.examination-wrapper {
  /*margin-top: 210px;*/
}
.examination-inner {
  position: relative;
}
.examination-page {
  display: none;
  /*
  position: absolute;
  left:0px;
  top:0px;
	*/
  width: 100%;
}
.examination-question {
  width: 860px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}
.examination-question-text p {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.8;
}
.examination-question-image, .examination-commentary-image-full {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  height: 398px;
}
.examination-question-image img {
  height: 100%;
}
.examination-selecter {}
.examination-selecter-list {
  display: flex;
  flex-wrap: wrap;
  color: #FC0F3A;
}
.examination-selecter-list li {
  width: 48.5%;
  margin-bottom: 10px;
  position: relative;
}
.examination-selecter-list li:nth-child(2n) {
  margin-left: 3%;
}
.examination-selecter-list li:after {
  display: block;
  content: '';
  background: url(../images/common/btn_shadow.png?20231109) repeat left top;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -5px;
  bottom: -5px;
  border-radius: 8px;
}
.examination-selecter-list .selecter-btn {
  height: 100%;
  border: 4px solid #FC0F3A;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px;
  position: relative;
  z-index: 5;
  background: #fff;
  cursor: pointer;
  transition: all .25s ease;
}
.examination-selecter-list .selecter-btn:hover {
  transform: translate(5px, 5px);
}
.examination-selecter-list .selecter-btn.is-selected {
  transform: translate(5px, 5px);
  background: #FC0F3A;
  color: #fff;
}
.examination-selecter-list .selecter-btn p {
  font-size: 23px;
  line-height: 1.5;
  padding: 13px 10px 13px 20px;
  margin: 0 0 0 60px;
  border-left: 3px solid #FC0F3A;
  height: 100%;
}
.pageChild .examination-selecter-list .selecter-btn p {
  line-height: 1.8;
}
.examination-selecter-list .selecter-btn.is-selected p {
  border-color: #fff;
}
.selecter-btn .btn {
  position: absolute;
  left: 0%;
  top: 50%;
  width: 65px;
  text-align: center;
  transform: translate(0%, -50%);
  font-size: 28px;
  font-family: 'Oxygen', sans-serif;
}
.examination-answerbtn-area {
  text-align: center;
  padding: 10px 0 50px;
}
.examination-answerbtn {
  display: inline-block;
  width: 320px;
  cursor: pointer;
  opacity: 0.2;
}
.examination-answerbtn.active {
  opacity: 1.0;
}
.examination-sns-area {
  padding-bottom: 30px;
}
.examination-sns-area > ul {
  text-align: center;
  margin-bottom: 0;
}
.examination-sns-area > ul > li {
  width: 40px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.examination-sns-area > ul > li:first-child {
  color: #FC0F3A;
  font-weight: bold;
  width: 90px;
}
.examination-sns-area > ul > li > a {
  display: inline-block;
  width: 100%;
}
.examination-answer-head {
  padding-top: 40px;
  text-align: center;
  border-bottom: 2px dashed #FC0F3A;
  color: #FC0F3A;
  padding-bottom: 28px;
  max-width: 840px;
  margin: 0 auto;
}
.examination-answer-head-correct {
  width: 840px;
  margin: 0 auto;
}
.examination-answer-head-correct > img {
  height: 81px;
  padding: 3px 99px 3px 0;
  background: url(../images/examination/illust_correct.png?20231109) no-repeat right center / 75px 80px;
}
.examination-answer-head-incorrect {
  width: 840px;
  margin: 0 auto;
}
.examination-answer-head-incorrect > img {
  height: 81px;
  padding: 3px 99px 3px 0;
  background: url(../images/examination/illust_incorrect.png?20231109) no-repeat right center / 75px 80px;
}
.examination-answer-list {
  margin-top: 24px;
}
.examination-answer-list::before {
  content: '\7B54\3048';
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 16px;
  display: block;
}
.pageChild .examination-answer-list {
  line-height: 1.8;
}
.examination-answer-list-inner ul {
  text-align: left;
  margin-bottom: 0;
}
.examination-answer-list-inner li {
  text-indent: -25px;
  margin-left: 25px;
}
.examination-answer-list-inner span {
  font-size: 22px;
  font-weight: bold;
  display: inline;
  margin-right: 10px;
  font-family: 'Oxygen', sans-serif;
}
.examination-answer-list-inner p {
  font-size: 22px;
  font-weight: bold;
  display: inline;
}
.pageChild .examination-answer-list-inner p {
  line-height: 1.8;
}
.examination-commentary {
  width: 840px;
  margin: 0 auto;
  padding-top: 28px;
}
.examination-commentary::before {
  content: '\89E3\8AAC';
  font-size: 24px;
  font-weight: bold;
  color: #FC0F3A;
  display: block;
  margin-bottom: 16px;
}
.examination-commentary-title p {
  line-height: 1.7;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.examination-commentary-title p.examination-commentary-imagetext {
  width: 73%;
}
.examination-commentary-title p small {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.7;
  display: inline-block;
  padding-top: 5px;
}
.examination-commentary-image {
  width: 25%;
  margin-left: 2%;
}
.examination-commentary-text p {
  font-size: 20px;
  line-height: 1.7;
  margin: 0;
}
.pageChild .examination-commentary-text p {
  line-height: 1.8;
}
.examination-nextbtn-area {
  text-align: center;
  padding: 50px 0;
}
.examination-nextbtn {
  display: inline-block;
  width: 320px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .examination-container header {
    height: auto;
  }
  .rulelist-container header {
    height: auto;
  }
    .title {
 max-width: 375px;
}
  .examination-container .examination-title {
    top: 55px;
    border-bottom: 2px solid #FC0F3A;
  }
  .examination-number {
    width: 150px;
    border-radius: 7px 7px 0 0;
    font-size: 16px;
  }
  .examination-number .now {
    font-size: 22px;
  }
  .examination-number .separate {
    font-size: 17px;
  }
  .examination-number .all {
    font-size: 18px;
  }
  .examination-wrapper {
    /*height:calc(100% - 135px);*/
    overflow: hidden;
    /*margin-top: 135px;*/
  }
  .examination-scroll {
    width: 3000px;
    height: calc(100%);
    transform: translate(0px, 0);
    transition: all .55s ease;
  }
  .examination-inner {
    height: 100%;
  }
  .examination-page {
    float: left;
    width: 375px;
    height: 100%;
    overflow: auto;
    /*display: block;*/
    position: static;
    -webkit-overflow-scrolling: touch;
  }
  .examination-question {
    width: auto;
    padding: 24px 20px 0;
  }
  .examination-question-text p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 20px 0;
  }
  .examination-question-image, .examination-commentary-image-full {
    margin: 0 0 20px;
    padding: 0px 20px 0;
    height: auto;
  }
  .examination-question-image img, .examination-commentary-image-full img {
    height: auto;
  }
  .examination-selecter-list {
    display: block;
  }
  .examination-selecter-list li {
    width: auto;
    height: auto;
  }
  .examination-selecter-list li:nth-child(2n) {
    margin-left: 0;
  }
  .examination-selecter-list li:after {
    background: url(../images/common/btn_shadow_sp.png?20231109) repeat left top;
    background-size: 4px;
    right: -3px;
    bottom: -3px;
    border-radius: 5px;
  }
  .examination-selecter-list .selecter-btn {
    border: 2px solid #FC0F3A;
    border-radius: 5px;
    padding: 4px;
  }
  .examination-selecter-list .selecter-btn:hover {
    transform: none;
  }
  .examination-selecter-list .selecter-btn:active {
    transform: translate(3px, 3px);
  }
  .examination-selecter-list .selecter-btn.is-selected {
    transform: translate(3px, 3px);
  }
  .examination-selecter-list .selecter-btn p {
    font-size: 16px;
    padding: 8px 8px 8px 10px;
    margin: 0 0 0 40px;
    border-left: 2px solid #FC0F3A;
  }
  .selecter-btn .btn {
    width: 45px;
    font-size: 20px;
  }
  .examination-answerbtn-area {
    padding: 5px 0 35px;
  }
  .examination-answerbtn {
    width: 250px;
  }
  .examination-sns-area > ul > li {
    width: 35px;
    margin-right: 5px;
  }
  .examination-sns-area > ul > li:first-child {
    width: 75px;
  }
  .examination-answer-head {
    border-bottom: 1px dashed #FC0F3A;
    padding-bottom: 20px;
    margin: 0 15px;
    padding-top: 22px;
  }
  .examination-answer-head-correct {
    width: auto;
  }
  .examination-answer-head-correct > img {
    height: 60px;
    padding: 5px 80px 5px 0;
    background: url(../images/examination/illust_correct.png?20231109) no-repeat right center / 56px 60px;
  }
  .examination-answer-head-incorrect {
    width: auto;
  }
  .examination-answer-head-incorrect > img {
    height: 60px;
    padding: 5px 80px 5px 0;
    background: url(../images/examination/illust_incorrect.png?20231109) no-repeat right center / 56px 60px;
  }
  .examination-answer-list::before {
    font-size: 16px;
  }
  .examination-answer-list-inner li {
    text-indent: -14px;
    margin-left: 14px;
  }
  .examination-answer-list-inner span {
    font-size: 14px;
    margin-right: 5px;
  }
  .examination-answer-list-inner p {
    font-size: 14px;
  }
  .examination-commentary {
    width: auto;
    padding: 20px 15px;
  }
  .examination-commentary::before {
    font-size: 16px;
  }
  .examination-commentary-title p {
    background: none;
    line-height: 1.5;
    font-size: 16px;
    padding: 0px 0 0 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .examination-commentary-title p.examination-commentary-imagetext {
    width: 63%;
    margin-bottom: 0;
  }
  .examination-commentary-title p.examination-commentary-imagetext small, .examination-commentary-title p small {
    font-size: 14px;
    line-height: 1.6;
    display: inline-block;
    font-weight: normal;
    padding-top: 5px;
  }
  .examination-commentary-text p {
    font-size: 15px;
    line-height: 1.6;
  }
  .examination-nextbtn-area {
    text-align: center;
    padding: 10px 0 20px;
  }
  .examination-nextbtn {
    display: inline-block;
    width: 225px;
    cursor: pointer;
  }
}
/* おつかれさまでした ---------------------------------------*/
.questionnaire {
  width: 860px;
  margin: 0 auto;
  padding: 50px 0 0 0;
  display: none;
  /*
  position: absolute;
  left: 50%;
  top: 70px;
  margin-left: -430px;
	*/
}
.questionnaire-title {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin: 0 auto 40px;
}
.questionnaire-title > span {
  font-size: 40px;
}
.questionnaire-box {
  margin-bottom: 20px;
  border: 4px solid #000;
  border-radius: 15px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.questionnaire-box-title {
  line-height: 1.4;
  border-bottom: 4px solid #000;
  font-size: 23px;
  font-weight: bold;
  padding: 7px 0;
}
.questionnaire-box-title p {
  font-size: 23px;
  line-height: 1.3;
  padding-top: 5px;
  margin: 0 0 5px 0;
}
.questionnaire-box-inner {
  padding: 23px;
}
.questionnaire-box-1 .questionnaire-box-title {
  background: url(../images/questionnaire/img_number_01.png?20231109) no-repeat 15px 10px;
}
.questionnaire-box-2 .questionnaire-box-title {
  background: url(../images/questionnaire/img_number_02.png?20231109) no-repeat 15px 10px;
}
.questionnaire-box-3 .questionnaire-box-title {
  background: url(../images/questionnaire/img_number_03.png?20231109) no-repeat 15px 10px;
}
.questionnaire-box-4 .questionnaire-box-title {
  background: url(../images/questionnaire/img_number_04.png?20231109) no-repeat 15px 10px;
}
.questionnaire-box-5 .questionnaire-box-title {
  background: url(../images/questionnaire/img_number_05.png?20231109) no-repeat 15px 10px;
}
.form-select-wrapper {
  position: relative;
}
.form-select-label {
  padding: 8px 10px;
  font-size: 23px;
  background: url(../images/questionnaire/icon_arrow.png?20231109) no-repeat 95% center;
  background-size: 25px;
  display: block;
  position: relative;
}
.form-select {
  width: 100%;
  padding: 8px 10px;
  font-size: 23px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  border: none;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}
select::-ms-expand {
  display: none;
}
.form-radio {
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
  font-size: 27px;
  position: relative;
}
.form-radio-sex .form-radio {
  margin: 0 50px;
}
.form-radio-list {
  text-align: left;
  padding: 10px 20px 0;
  overflow: hidden;
}
.form-radio-list .form-radio {
  width: 50%;
  text-align: left;
  margin: 0 0;
  float: left;
}
.form-radio label {
  background: url(../images/questionnaire/radio_off.png?20231109) left center no-repeat;
  background-size: 40px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 1.4;
  min-height: 32px;
  margin: 0px 0;
  padding: 3px 0 3px 50px;
  position: relative;
  vertical-align: top;
}
.form-radio input[type="radio"] {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.form-radio input:checked + label {
  background-image: url(../images/questionnaire/radio_on.png?20231109);
}
.form-radio input:disabled + label {
  opacity: 0.7;
}
.form-radio-list .form-radio label {
  height: 80px;
  position: relative;
  width: 100%;
}
.form-radio-list .form-radio label span {
  display: block;
  position: absolute;
  width: 100%;
  left: 50px;
  top: 50%;
  transform: translate(0%, -50%);
}
.questionnaire-btn-area {
  text-align: center;
  padding: 20px 0;
}
.questionnaire-btn {
  text-indent: -99em;
  overflow: hidden;
  background: url(../images/questionnaire/btn_confirmation.png?20231109) no-repeat left top;
  display: inline-block;
  width: 320px;
  height: 70px;
  opacity: 0.2;
}
.questionnaire-btn.active {
  opacity: 1.0;
}
@media (max-width: 768px) {
  .questionnaire {
    width: auto;
    padding: 30px 20px 0;
    /*position: absolute;
    left:0px;*/
    top: 55px;
    margin: 0;
  }
  .questionnaire.static {
    position: static;
  }
  .questionnaire-title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto 25px;
  }
  .questionnaire-title > span {
    font-size: 26px;
  }
  .questionnaire-box {
    margin-bottom: 15px;
    border: 2px solid #000;
    border-radius: 8px;
  }
  .questionnaire-box-title {
    line-height: 1.4;
    border-bottom: 2px solid #000;
    font-size: 14px;
    padding: 5px 0;
  }
  .questionnaire-box-title p {
    font-size: 14px;
    margin: 0 0 3px 0;
  }
  .questionnaire-box-inner {
    padding: 10px;
  }
  .questionnaire-box-1 .questionnaire-box-title {
    background: url(../images/questionnaire/img_number_01.png?20231109) no-repeat 8px 6px;
    background-size: 18px;
  }
  .questionnaire-box-2 .questionnaire-box-title {
    background: url(../images/questionnaire/img_number_02.png?20231109) no-repeat 8px 6px;
    background-size: 18px;
  }
  .questionnaire-box-3 .questionnaire-box-title {
    background: url(../images/questionnaire/img_number_03.png?20231109) no-repeat 8px 6px;
    background-size: 18px;
  }
  .questionnaire-box-4 .questionnaire-box-title {
    background: url(../images/questionnaire/img_number_04.png?20231109) no-repeat 8px 6px;
    background-size: 18px;
  }
  .questionnaire-box-5 .questionnaire-box-title {
    background: url(../images/questionnaire/img_number_05.png?20231109) no-repeat 8px 6px;
    background-size: 18px;
  }
  .form-select-label {
    padding: 4px 10px;
    font-size: 15px;
    background: url(../images/questionnaire/icon_arrow.png?20231109) no-repeat 95% center;
    background-size: 16px;
  }
  .form-select {
    padding: 4px 10px;
    font-size: 14px;
  }
  .form-radio {
    margin-right: 0px;
    font-size: 15px;
  }
  .form-radio-sex .form-radio {
    margin: 0 20px;
  }
  .form-radio-list {
    text-align: left;
    padding: 10px 0px 0 15%;
    overflow: hidden;
    display: inline-block;
  }
  .form-radio-list .form-radio {
    width: 100%;
    text-align: left;
    margin: 0 0;
    float: left;
  }
  .form-radio label {
    background: url(../images/questionnaire/radio_off.png?20231109) left center no-repeat;
    background-size: 22px;
    min-height: 23px;
    padding: 1px 0 1px 30px;
  }
  .form-radio input[type="radio"] {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
  }
  .form-radio input:checked + label {
    background-image: url(../images/questionnaire/radio_on.png?20231109);
  }
  .form-radio input:disabled + label {
    opacity: 0.7;
  }
  .form-radio-list .form-radio label {
    height: auto;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .form-radio-list .form-radio label span {
    position: static;
    display: inline;
  }
  .questionnaire-btn-area {
    padding: 10px 0;
  }
  .questionnaire-btn {
    background: url(../images/questionnaire/btn_confirmation_sp.png?20231109) no-repeat left top;
    background-size: 100%;
    width: 225px;
    height: 45px;
  }
}
/* 結果 ---------------------------------------*/
.result-ready {
  position: absolute;
  left: 0%;
  top: 50%;
  width: 100%;
  transform: translate(0%, -50%);
  z-index: 10;
}
.result-container {
  display: none;
}
.result-wrapper {
  border-right: 15px solid #F91940;
  border-left: 15px solid #F91940;
  padding: 0 5%;
}
.result-wrapper:last-child {
  border-bottom: 15px solid #F91940;
}
.result-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 0 60px;
}
.result-inner.pt0 {
  padding-top: 0;
}
.result-ready-image {
  display: block;
  text-indent: -99em;
  overflow: hidden;
  background: url(../images/result/result_ready.png?20231109);
  background-repeat: no-repeat;
  width: 376px;
  height: 393px;
  margin: 0 auto;
}
.result-main {
  text-align: center;
  color: #F91940;
  background: #fff;
}
.result-message {
  display: block;
  text-indent: -99em;
  overflow: hidden;
  margin: 0 auto 50px;
  width: 820px;
  height: 166px;
}
.result-message-passed {
  background-image: url(../images/result/message_passed.png?20231109);
}
.result-message-a {
  background-image: url(../images/result/message_passed_a.png?20231109);
}
.result-message-b {
  background-image: url(../images/result/message_passed_b.png?20231109);
}
.result-message-c {
  background-image: url(../images/result/message_passed_c.png?20231109);
}
.result-message-d {
  background-image: url(../images/result/message_passed_d.png?20231109);
}
.result-message-e {
  background-image: url(../images/result/message_passed_e.png?20231109);
}
.pageChild .result-message-a {
  background-image: url(../images/result/message_passed_child_a.png?20231109);
}
.pageChild .result-message-b {
  background-image: url(../images/result/message_passed_child_b.png?20231109);
}
.pageChild .result-message-c {
  background-image: url(../images/result/message_passed_child_c.png?20231109);
}
.pageChild .result-message-d {
  background-image: url(../images/result/message_passed_child_d.png?20231109);
}
.pageChild .result-message-e {
  background-image: url(../images/result/message_passed_child_e.png?20231109);
}
.result-judgement {
  display: block;
  text-indent: -99em;
  overflow: hidden;
  margin: 0 auto 50px;
  width: 768px;
  height: 288px;
}
.result-judgement-a {
  background-image: url(../images/result/judgement_a.png?20231109);
}
.result-judgement-b {
  background-image: url(../images/result/judgement_b.png?20231109);
}
.result-judgement-c {
  background-image: url(../images/result/judgement_c.png?20231109);
}
.result-judgement-d {
  background-image: url(../images/result/judgement_d.png?20231109);
}
.result-judgement-e {
  background-image: url(../images/result/judgement_e.png?20231109);
}
.pageChild .result-judgement-a {
  background-image: url(../images/result/judgement_child_a.png?20231109);
}
.pageChild .result-judgement-b {
  background-image: url(../images/result/judgement_child_b.png?20231109);
}
.pageChild .result-judgement-c {
  background-image: url(../images/result/judgement_child_c.png?20231109);
}
.pageChild .result-judgement-d {
  background-image: url(../images/result/judgement_child_d.png?20231109);
}
.pageChild .result-judgement-e {
  background-image: url(../images/result/judgement_child_e.png?20231109);
}
.result-correctnumber {
  margin-bottom: 50px;
}
.result-correctrate-breakdown {
  display: inline-block;
  font-weight: bold;
  position: relative;
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
}
.result-correctrate-time {
  display: inline-block;
  font-weight: bold;
  position: relative;
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin-left: 20px;
  padding: 0 20px;
}
.result-correctrate-time:before, .result-correctrate-time:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  width: 15px;
  height: 43px;
}
.result-correctrate-time:before {
  left: 0px;
  background: url(../images/result/bracket_left.png?20231109) 0 0 no-repeat;
}
.result-correctrate-time:after {
  right: 0px;
  background: url(../images/result/bracket_right.png?20231109) 0 0 no-repeat;
}
.result-correctrate-breakdown span {
  font-size: 28px;
}
.result-correctrate-breakdown .num {
  font-size: 50px;
}
.result-correctrate-breakdown .separate {
  font-size: 40px;
}
.result-correctrate-time span {
  font-size: 20px;
  line-height: 43px;
  vertical-align: middle;
}
.result-correctrate-time .time {
  margin-left: 10px;
  font-size: 35px;
  line-height: 43px;
  vertical-align: middle;
}
.result-rank {
  font-size: 0px;
  line-height: 1.0;
}
.result-rank-japan, .result-rank-city {
  background: url(../images/result/bg_ranking.png?20231109);
  background-size: 100%;
  width: 48%;
  height: 0;
  padding-bottom: 26%;
  position: relative;
  padding-top: 0px;
  display: inline-block;
}
.result-rank-city {
  margin-left: 4%;
}
.result-rank-title {
  display: inline-block;
  width: 180px;
  height: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 40px;
  padding-top: 0.8%;
}
.result-rank-number {
  width: 100%;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 37%;
  line-height: 1.0;
  margin: 0;
  font-family: 'Oxygen', sans-serif;
}
.result-rank-all {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 75%;
  line-height: 1.0;
  margin: 0;
  font-family: 'Oxygen', sans-serif;
}
.result-sns {
  text-align: center;
}
.result-sns-title {
  margin-bottom: 30px;
}
.result-sns-list {
  font-size: 0px;
  padding: 10px 0;
  border-top: 4px solid #FC0E38;
  border-bottom: 4px solid #FC0E38;
}
.result-sns-list li {
  display: inline-block;
  width: 33.33%;
  box-sizing: border-box;
  border-left: 4px solid #FC0E38;
  vertical-align: top;
}
.result-sns-list li:first-child {
  border-left: none;
}
.result-sns-list li a {
  display: block;
  height: 60px;
  position: relative;
}
.result-sns-list li a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.result-savebtn-area {
  padding: 20px 0;
}
.result-savebtn {
  display: block;
  text-indent: -99em;
  overflow: hidden;
  background: url(../images/result/btn_save.png?20231109) no-repeat left top;
  width: 350px;
  height: 80px;
  margin: 0 auto;
}
.result-rulelist-wrapper {
  border-right: 15px solid #F91940;
  border-left: 15px solid #F91940;
  text-align: center;
  color: #fff;
  padding: 20px 0 10px;
}
.result-rulelist-inner {
  background: url(../images/result/bg_rulelist.png?20231109) no-repeat center top;
  min-height: 362px;
  padding-top: 50px;
  margin-bottom: 60px;
}
.result-rulelist-title {
  text-indent: -99em;
  overflow: hidden;
  background: url(../images/result/title_makerule.png?20231109);
  background-size: contain;
  background-repeat: no-repeat;
  width: 630px;
  height: 97px;
  display: inline-block;
  margin-bottom: 20px;
}
.result-rulelistbtn {
  text-indent: -99em;
  overflow: hidden;
  background: url(../images/result/btn_makerule.png?20241111) no-repeat center center / contain;
  width: 609px;
  height: 162px;
  display: inline-block;
  margin-bottom: 2px;
}
.result-checkanswer-title {
  text-indent: -99em;
  overflow: hidden;
  background: url(../images/result/title_checkanswer.png?20231109) no-repeat center center #F3244A;
  width: auto;
  height: 55px;
  display: block;
  border-radius: 10px 10px 0 0;
}
.checkanswer-list {}
.checkanswer-list-item {
  padding: 15px 0;
  border-bottom: 2px dotted #F3244A;
}
.checkanswer-list-item-summery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.checkanswer-list-item-summery .num {
  width: 80px;
  text-align: center;
  position: relative;
}
.checkanswer-list-item-summery .num img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.checkanswer-list-item-summery .judgement {
  width: 120px;
  text-align: center;
  position: relative;
}
.checkanswer-list-item-summery .judgement img {
  width: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.checkanswer-list-item-summery .text {
  min-height: 150px;
  width: calc(100% - 360px);
  position: relative;
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.checkanswer-list-item-summery .text p {
  width: 100%;
  font-size: 20px;
  color: #888888;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0;
}
.checkanswer-list-item.correct .checkanswer-list-item-summery .text p {
  color: #F61F45;
}
.checkanswer-list-item-summery .open {
  text-indent: -99em;
  overflow: hidden;
  background: url(../images/result/btn_commentary.png?20231109);
  width: 72px;
  height: 72px;
  margin-left: 50px;
}
.checkanswer-list-item-summery .open.is-open {
  background-image: url(../images/result/btn_commentary_on.png?20231109);
}
.checkanswer-list-item-detail {
  padding: 25px 0;
  margin-left: 90px;
  display: none;
}
.checkanswer-list-item-inner {
  background: #FAFAFA;
  padding: 20px;
  border-radius: 10px;
  color: #F61F45;
  display: flex;
  flex-wrap: wrap;
}
.checkanswer-list-item-detail-judgement {
  width: 170px;
  font-weight: bold;
  line-height: 1.0;
  text-align: center;
  padding-top: 15px;
}
.checkanswer-list-item-detail-judgement p {
  font-size: 30px;
  margin: 0 0 20px;
  line-height: 1.0;
}
.checkanswer-list-item-detail-judgement strong {
  display: block;
  font-size: 40px;
}
.checkanswer-list-item-detail-explain {
  width: calc(100% - 200px);
  padding: 10px 0 5px 30px;
  border-left: 2px solid #F61F45;
}
.checkanswer-list-item-detail-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.checkanswer-list-item-detail-text {
  font-size: 20px;
  margin: 0;
  line-height: 1.4;
}
.result-bottom {
  text-align: center;
}
.result-bottombnr-list {
  padding-bottom: 10px;
}
.result-bottombnr-list li {
  margin-bottom: 45px;
}
.result-bottombnr-list li h3 {
  margin-bottom: 20px;
}
.restul-bottombtn-list {
  padding-bottom: 30px;
}
.restul-bottombtn-list li {
  margin-bottom: 25px;
}
.result-bottombnr-list .fukidashi-01, .result-bottombnr-list .fukidashi-02, .result-bottombnr-list .fukidashi-03, .result-bottombnr-list .fukidashi-04, .result-bottombnr-list .restul-bottombnr-gakuwari, .result-bottombnr-list .restul-bottombnr-children, .result-bottombnr-list .restul-bottombnr-searchshop, .result-bottombnr-list .restul-bottombnr-onlinestore, .restul-bottombtn-list .restul-bottombtn-retry, .restul-bottombtn-list .restul-bottombtn-top {
  text-indent: -99em;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.result-bottombnr-list .fukidashi-01 {
  background: url(../images/result/fukidashi_01.png?20231109);
  width: 400px;
  height: 107px;
}
.result-bottombnr-list .fukidashi-02 {
  background: url(../images/result/fukidashi_02.png?20231109);
  width: 400px;
  height: 111px;
}
.result-bottombnr-list .fukidashi-03 {
  background: url(../images/result/fukidashi_03.png?20231109);
  width: 400px;
  height: 89px;
}
.result-bottombnr-list .fukidashi-04 {
  background: url(../images/result/fukidashi_04.png?20231109);
  width: 400px;
  height: 86px;
}
.result-bottombnr-list .restul-bottombnr-gakuwari {
  background: url(../images/result/btn_gakuwari.png?20231109);
  width: 440px;
  height: 110px;
}
.result-bottombnr-list .restul-bottombnr-children {
  background: url(../images/result/btn_children.png?20231109);
  width: 440px;
  height: 110px;
}
.result-bottombnr-list .restul-bottombnr-searchshop {
  background: url(../images/result/btn_searchshop.png?20231109?2020-11-28);
  width: 440px;
  height: 110px;
}
.result-bottombnr-list .restul-bottombnr-onlinestore {
  background: url(../images/result/btn_onlinestore.png?20231109);
  width: 440px;
  height: 120px;
}
.restul-bottombtn-list .restul-bottombtn-retry {
  background: url(../images/result/btn_retry.png?20231109);
  width: 350px;
  height: 80px;
}
.restul-bottombtn-list .restul-bottombtn-top {
  background: url(../images/result/btn_ymtop.png?20231109);
  width: 350px;
  height: 80px;
}
@media (max-width: 1000px) {
  .result-message-passed {
    background: url(../images/result/message_passed.png?20231109) no-repeat center top;
    background-size: 100%;
    width: 90%;
    height: 0px;
    padding-bottom: 19%;
  }
  .result-judgement-a {
    background: url(../images/result/judgement_a.png?20231109) no-repeat center top;
    background-size: 100%;
    width: 90%;
    height: 0;
    padding-bottom: 35%;
  }
  .result-rank-title {
    height: auto;
    font-size: 2vw;
    line-height: 1.0;
    padding-top: 3.2%;
  }
  .result-rank-number {
    font-size: 4vw;
    top: 37%;
  }
  .result-rank-all {
    font-size: 3vw;
    top: 75%;
  }
}
@media (max-width: 768px) {
  .result-wrapper {
    border-right: 5px solid #F91940;
    border-left: 5px solid #F91940;
    padding: 0 3%;
  }
  .result-wrapper:last-child {
    border-bottom: 5px solid #F91940;
  }
  .result-inner {
    padding: 30px 0;
  }
  .result-ready {
    position: absolute;
    left: 0%;
    top: 50%;
    width: 100%;
    transform: translate(0%, -50%);
    z-index: 10;
  }
  .result-ready-image {
    background: url(../images/result/result_ready.png?20231109) no-repeat center center;
    background-size: 100%;
    width: 50%;
    height: 0;
    padding-bottom: 55%;
    display: block;
  }
  .result-message {
    margin: 0 auto 10px;
    background-size: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 27%;
  }
  .result-message-passed {
    background-image: url(../images/result/message_passed_sp.png?20231109) no-repeat left top;
  }
  .result-message-a {
    background-image: url(../images/result/message_passed_a_sp.png?20231109);
  }
  .result-message-b {
    background-image: url(../images/result/message_passed_b_sp.png?20231109);
  }
  .result-message-c {
    background-image: url(../images/result/message_passed_c_sp.png?20231109);
  }
  .result-message-d {
    background-image: url(../images/result/message_passed_d_sp.png?20231109);
  }
  .result-message-e {
    background-image: url(../images/result/message_passed_e_sp.png?20231109);
  }
  .pageChild .result-message-a {
    background-image: url(../images/result/message_passed_child_a_sp.png?20231109);
  }
  .pageChild .result-message-b {
    background-image: url(../images/result/message_passed_child_b_sp.png?20231109);
  }
  .pageChild .result-message-c {
    background-image: url(../images/result/message_passed_child_c_sp.png?20231109);
  }
  .pageChild .result-message-d {
    background-image: url(../images/result/message_passed_child_d_sp.png?20231109);
  }
  .pageChild .result-message-e {
    background-image: url(../images/result/message_passed_child_e_sp.png?20231109);
  }
  .result-judgement {
    margin: 0 auto 10px;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
  }
  .result-judgement-a {
    background-image: url(../images/result/judgement_a_sp.png?20231109);
  }
  .result-judgement-b {
    background-image: url(../images/result/judgement_b_sp.png?20231109);
  }
  .result-judgement-c {
    background-image: url(../images/result/judgement_c_sp.png?20231109);
  }
  .result-judgement-d {
    background-image: url(../images/result/judgement_d_sp.png?20231109);
  }
  .result-judgement-e {
    background-image: url(../images/result/judgement_e_sp.png?20231109);
  }
  .pageChild .result-judgement-a {
    background-image: url(../images/result/judgement_child_a.png?20231109);
  }
  .pageChild .result-judgement-b {
    background-image: url(../images/result/judgement_child_b_sp.png?20231109);
  }
  .pageChild .result-judgement-c {
    background-image: url(../images/result/judgement_child_c_sp.png?20231109);
  }
  .pageChild .result-judgement-d {
    background-image: url(../images/result/judgement_child_d_sp.png?20231109);
  }
  .pageChild .result-judgement-e {
    background-image: url(../images/result/judgement_child_e_sp.png?20231109);
  }
  .result-correctnumber {
    margin-bottom: 30px;
  }
  .result-correctrate-breakdown {
    height: 25px;
    line-height: 25px;
  }
  .result-correctrate-time {
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
    padding: 0 10px;
  }
  .result-correctrate-time:before, .result-correctrate-time:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    width: 8px;
    height: 25px;
  }
  .result-correctrate-time:before {
    background: url(../images/result/bracket_left.png?20231109) 0 0 no-repeat;
    background-size: 100%;
  }
  .result-correctrate-time:after {
    background: url(../images/result/bracket_right.png?20231109) 0 0 no-repeat;
    background-size: 100%;
  }
  .result-correctrate-breakdown span {
    font-size: 14px;
  }
  .result-correctrate-breakdown .num {
    font-size: 25px;
  }
  .result-correctrate-breakdown .separate {
    font-size: 20px;
  }
  .result-correctrate-time span {
    font-size: 13px;
    line-height: 25px;
  }
  .result-correctrate-time .time {
    margin-left: 5px;
    font-size: 20px;
    line-height: 25px;
  }
  .result-rank {
    margin-bottom: 0;
  }
  .result-rank-japan, .result-rank-city {
    background: url(../images/result/bg_ranking_sp.png?20231109) no-repeat center top;
    background-size: 100%;
    width: 48%;
    height: 0;
    padding-bottom: 37%;
  }
  .result-rank-title {
    height: auto;
    width: 60%;
    font-size: 3.3vw;
    padding-top: 3.5%;
  }
  .result-rank-number {
    font-size: 6vw;
    top: 37.5%;
  }
  .result-rank-all {
    font-size: 4.5vw;
    top: 75%;
  }
  .result-sns-title {
    margin-bottom: 15px;
  }
  .result-sns-title img {
    width: 50%;
  }
  .result-sns-list {
    font-size: 0px;
    padding: 5px 0;
    border-top: 2px solid #FC0E38;
    border-bottom: 2px solid #FC0E38;
    margin-bottom: 10px;
  }
  .result-sns-list li {
    border-left: 2px solid #FC0E38;
  }
  .result-sns-list li:first-child {
    border-left: none;
  }
  .result-sns-list li a {
    height: 43px;
  }
  .result-sns-list li a img {
    height: 22px;
  }
  .result-savebtn-area {
    padding: 0px 0;
  }
  .result-savebtn {
    background: url(../images/result/btn_save_sp.png?20231109) no-repeat left top;
    background-size: 100%;
    width: 170px;
    height: 40px;
  }
  .result-rulelist-wrapper {
    padding: 15px 3% 5px;
    border-right: 5px solid #F91940;
    border-left: 5px solid #F91940;
    width: 100%;
  }
  .result-rulelist-inner {
    background: url(../images/result/bg_rulelist_sp.png?20231109) no-repeat center top;
    background-size: contain;
    min-height: auto;
    padding-top: 66%;
    position: relative;
    margin-bottom: 30px;
  }
  .result-rulelist-title {
    background: url(../images/result/title_makerule.png?20231109) no-repeat center center;
    background-size: 100%;
    width: 93%;
    height: 0;
    padding-bottom: 14%;
    margin-bottom: 10px;
    position: absolute;
    top: 15%;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
  }
  .result-rulelistbtn {
    background: url(../images/result/btn_makerule.png?20241111) no-repeat center center / contain;
    background-size: 100%;
    width: 85%;
    height: 0;
    padding-bottom: 29%;
    margin-bottom: 0px;
  }
  .result-rulelistbtn-area {
    position: absolute;
    top: 47%;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
  }
  .result-checkanswer-title {
    background: url(../images/result/title_checkanswer.png?20231109) no-repeat center center #F3244A;
    background-size: 60px;
    height: 30px;
    border-radius: 5px 5px 0 0;
  }
  .checkanswer-list {}
  .checkanswer-list-item {
    padding: 8px 0;
    border-bottom: 1px dotted #F3244A;
  }
  .checkanswer-list-item-summery .num {
    width: 30px;
  }
  .checkanswer-list-item-summery .num img {
    height: 15px;
  }
  .checkanswer-list-item-summery .judgement {
    width: 60px;
    text-align: center;
    position: relative;
  }
  .checkanswer-list-item-summery .judgement img {
    width: 50px;
  }
  .checkanswer-list-item-summery .text {
    height: auto;
    width: calc(100% - 150px);
    margin-left: 10px;
  }
  .checkanswer-list-item-summery .text p {
    position: static;
    transform: translate(0%, 0%);
    font-size: 12px;
    color: #888888;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .checkanswer-list-item-summery .open {
    background: url(../images/result/btn_commentary.png?20231109);
    background-size: 100%;
    width: 36px;
    height: 36px;
    margin-top: 18px;
    margin-left: 5px;
  }
  .checkanswer-list-item-detail {
    padding: 1px 0;
    margin-left: 0px;
  }
  .checkanswer-list-item-inner {
    padding: 10px 10px 10px 5px;
    border-radius: 5px;
  }
  .checkanswer-list-item-detail-judgement {
    width: 80px;
    padding-top: 5px;
  }
  .checkanswer-list-item-detail-judgement p {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .checkanswer-list-item-detail-judgement strong {
    font-size: 20px;
  }
  .checkanswer-list-item-detail-explain {
    width: calc(100% - 80px);
    padding: 5px 0 5px 13px;
    border-left: 1px solid #F61F45;
  }
  .checkanswer-list-item-detail-title {
    font-size: 12px;
  }
  .checkanswer-list-item-detail-text {
    font-size: 12px;
  }
  .result-bottombnr-list {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .result-bottombnr-list li {
    margin-bottom: 25px;
  }
  .result-bottombnr-list li h3 {
    margin-bottom: 10px;
  }
  .restul-bottombtn-list {
    padding-bottom: 30px;
  }
  .restul-bottombtn-list li {
    margin-bottom: 10px;
  }
  .result-bottombnr-list .fukidashi-01 {
    background: url(../images/result/fukidashi_01_sp.png?20231109) no-repeat center top;
    background-size: 100%;
    width: 220px;
    height: 63px;
    padding-bottom: 0;
  }
  .result-bottombnr-list .fukidashi-02 {
    background: url(../images/result/fukidashi_02_sp.png?20231109) no-repeat center top;
    ;
    background-size: 100%;
    width: 220px;
    height: 64px;
    padding-bottom: 0;
  }
  .result-bottombnr-list .fukidashi-03 {
    background: url(../images/result/fukidashi_03_sp.png?20231109) no-repeat center top;
    ;
    background-size: 100%;
    width: 220px;
    height: 48px;
    padding-bottom: 0;
  }
  .result-bottombnr-list .fukidashi-04 {
    background: url(../images/result/fukidashi_04_sp.png?20231109) no-repeat center top;
    ;
    background-size: 100%;
    width: 220px;
    height: 64px;
    padding-bottom: 0;
  }
  .result-bottombnr-list .restul-bottombnr-gakuwari {
    background: url(../images/result/btn_gakuwari_sp.png?20231109) no-repeat center top;
    background-size: 100%;
    width: 300px;
    height: 65px;
    padding-bottom: 0%;
  }
  .result-bottombnr-list .restul-bottombnr-children {
    background: url(../images/result/btn_children_sp.png?20231109) no-repeat center top;
    background-size: 100%;
    width: 300px;
    height: 65px;
    padding-bottom: 0%;
  }
  .result-bottombnr-list .restul-bottombnr-searchshop {
    background: url(../images/result/btn_searchshop_sp.png?20231109?2020-11-28) no-repeat center top;
    background-size: 100%;
    width: 300px;
    max-width: 100%;
    height: 65px;
    padding-bottom: 0%;
  }
  .result-bottombnr-list .restul-bottombnr-onlinestore {
    background: url(../images/result/btn_onlinestore_sp.png?20231109) no-repeat center top;
    background-size: 100%;
    width: 300px;
    max-width: 100%;
    height: 65px;
    padding-bottom: 0%;
  }
  .restul-bottombtn-list .restul-bottombtn-retry {
    background: url(../images/result/btn_retry_sp.png?20231109) no-repeat center top;
    background-size: 100%;
    width: 250px;
    height: 50px;
    padding-bottom: 0%;
  }
  .restul-bottombtn-list .restul-bottombtn-top {
    background: url(../images/result/btn_ymtop_sp.png?20231109) no-repeat center top;
    background-size: 100%;
    width: 250px;
    height: 50px;
    padding-bottom: 0%;
  }
}
/* ルールリスト ---------------------------------------*/
.rulelist-container {
  opacity: 0;
  transition: all .25s ease;
}
.rulelist-container.is-active {
  opacity: 1;
}
.rulelist-step1, .rulelist-step2, .rulelist-step3 {
  position: absolute;
  left: 0px;
  top: 140px;
  width: 100%;
}
.rulelist-step2 {
  display: none;
}
.rulelist-step3 {
  display: none;
  padding-bottom: 200px;
}
.rulelist-main {
  padding: 50px 0 0 0;
}
.rulelist-main-title {
  background: url(../images/rulelist/title.png?20231109) no-repeat center top;
  width: 442px;
  height: 104px;
  text-indent: -99em;
  overflow: hidden;
  margin: 0 auto 50px;
}
.rulelist-main-image {
  background: url(../images/rulelist/kv.png?20241111) no-repeat center top / contain;
  max-width: 952px;
  height: 333px;
  text-indent: -99em;
  overflow: hidden;
  margin: 0 auto 40px;
}
.rulelist-input {
  text-align: center;
  margin-bottom: 30px;
}
.rulelist-input-lead {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.0;
  margin-bottom: 40px;
}
.rulelist-input-title {
  font-size: 0px;
}
.form-text {
  border: 3px solid #F91940;
  border-radius: 7px;
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 1.0;
  padding: 3px 20px;
  vertical-align: middle;
}
.form-text::-webkit-input-placeholder {
  color: #FECAD0;
}
.form-text:-moz-placeholder {
  color: #FECAD0;
}
.form-text:placeholder-shown {
  color: #FECAD0;
}
.rulelist-input-title input {
  display: inline-block;
  width: 245px;
  text-align: center;
}
.rulelist-input-title span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.0;
  font-size: 25px;
  margin-left: 10px;
  font-weight: bold;
}
.rulelist-form {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.rulelist-form-title {
  color: #fff;
  background: url(../images/rulelist/icon_check.png?20231109) no-repeat 30px center #F61F45;
  font-size: 25px;
  padding: 22px 0 22px 80px;
  line-height: 1.0;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
}
.rulelist-form-wrapper {
  border-right: 6px solid #F61F45;
  border-left: 6px solid #F61F45;
  border-bottom: 6px solid #F61F45;
  margin-bottom: 40px;
  border-radius: 0 0 10px 10px;
}
.rulelist-form-table {
  margin-bottom: 0;
}
.rulelist-form-table th, .rulelist-form-table td {
  border-bottom: 4px solid #F61F45;
  padding: 10px 0;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.3;
}
.rulelist-form-table tr:last-child th, .rulelist-form-table tr:last-child td {
  border-bottom: none;
}
.rulelist-form-table th {
  width: 100px;
}
.rulelist-form-table td p {
  font-size: 23px;
  margin: 0;
  line-height: 1.3;
}
.form-rule-line {
  border-left: dashed 2px #F3244A;
  padding: 20px 35px;
}
.rulelist-form-select-wrapper {
  display: inline-block;
  width: 110px;
  border: 3px solid #F3244A;
  border-radius: 5px;
  margin: 0 10px;
}
.rulelist-form-select-wrapper .form-select-label {
  text-align: center;
  color: #F3244A;
  padding: 5px 40px 5px 10px;
  background: url(../images/rulelist/icon_arrow.png?20231109) no-repeat 90% center;
  background-size: 17px;
}
.form-rule-checkbox {
  display: inline-block;
  line-height: 1;
  margin-right: 0px;
  font-size: 27px;
  position: relative;
}
.form-rule-checkbox label {
  background: url(../images/rulelist/check_box_off.png?20231109) center center no-repeat;
  background-size: 42px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 1.4;
  min-height: 42px;
  margin: 0px 0;
  padding: 0px 0 0px 0px;
  position: relative;
  vertical-align: top;
  width: 100px;
}
.form-rule-checkbox input[type="checkbox"] {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.form-rule-checkbox input:checked + label {
  background-image: url(../images/rulelist/check_box_on.png?20231109);
}
.form-rule-checkbox input:disabled + label {
  opacity: 0.7;
}
.form-rule-checkbox-list {
  font-size: 0px;
  margin-bottom: 10px;
}
.form-rule-checkbox-list li {
  display: inline-block;
  font-size: 25px;
  min-width: 200px;
  margin-top: 30px;
  vertical-align: top;
}
.form-rule-checkbox-list .form-rule-checkbox label {
  padding-left: 50px;
  background-position: left center;
  width: 100%;
  vertical-align: middle;
  line-height: 42px;
}
.form-rule-checkbox-list .form-text {
  width: 360px;
}
.form-rule-original {}
.form-rule-original .form-text {
  width: 100%;
}
.rulelist-form-btn-area {
  text-align: center;
  padding-bottom: 50px;
}
.rulelist-form-btn {
  text-indent: -99em;
  display: inline-block;
  background: url(../images/rulelist/btn_makerule.png?20231109) no-repeat center center;
  width: 350px;
  height: 70px;
  overflow: hidden;
  cursor: pointer;
  transition: all .25s ease;
}
.rulelist-form-btn:hover {
  opacity: 0.8;
}
.rulelist-form-btn.disabled {
  opacity: 0.5;
}
/* デザインを選ぶ */
.rulelist-design-title {
  text-indent: -99em;
  margin: 60px auto 50px;
  background: url(../images/rulelist/title_choice.png?20231109) no-repeat center center;
  width: 292px;
  height: 41px;
  overflow: hidden;
}
.rulelist-design-image-wrapper {
  width: 860px;
  margin: 0 auto;
  padding: 0 0 30px;
  position: relative;
  height: 1300px;
}
.rulelist-design-image {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.rulelist-design-image.is-print {
  width: 1040px;
}
.rulelist-design-image.is-active {
  display: block;
}
.rulelist-design-image > img {
  width: 100%;
  max-width: 100%;
}
.rulelist-design-image .input-name {
  line-height: 1.1;
  font-weight: bold;
  position: absolute;
  text-align: left;
  font-size: 1.5em;
  left: 29%;
  top: 15.9%;
  width: 49%;
  height: 0;
  padding-bottom: 5%;
}
.rulelist-design-image.is-print .input-name {
  font-size: 2em;
}
.rulelist-design-image .input-name span {
  width: 100%;
  display: block;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  text-align: center;
}
.rulelist-design-image .input-check {
  overflow: hidden;
  text-indent: -99em;
  position: absolute;
  margin-bottom: 0;
}
.rulelist-design-image .input-check {
  background: url(../images/rulelist/icon_check_print_01.png?20231109) no-repeat center center;
  background-size: 100%;
  width: 3.4%;
  height: 0;
  padding-bottom: 3%;
  left: 12.1%;
}
.rulelist-design-image .input-check.disabled {
  display: none;
}
.rulelist-design-image .input-text {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  line-height: 1.0;
  text-align: center;
}
/* デザイン1 */
.rulelist-design-image #check01 {
  top: 27.5%;
}
.rulelist-design-image #check02 {
  top: 33.1%;
}
.rulelist-design-image #check03 {
  top: 36.6%;
}
.rulelist-design-image #check04 {
  top: 40.0%;
}
.rulelist-design-image #check04-01 {
  top: 42.3%;
  left: 15.6%;
}
.rulelist-design-image #check04-02 {
  top: 42.3%;
  left: 25%;
}
.rulelist-design-image #check04-03 {
  top: 42.3%;
  left: 39.4%;
}
.rulelist-design-image #check04-04 {
  top: 42.3%;
  left: 52.8%;
}
.rulelist-design-image #check04-05 {
  top: 42.3%;
  left: 64%;
}
.rulelist-design-image #check05 {
  top: 45.6%;
}
.rulelist-design-image #check06 {
  top: 50.7%;
}
.rulelist-design-image #check07 {
  top: 55.9%;
}
.rulelist-design-image #check08 {
  top: 59.4%;
}
.rulelist-design-image #check09 {
  top: 64.6%;
}
.rulelist-design-image #check10 {
  top: 69.7%;
}
.rulelist-design-image #check11 {
  top: 73.3%;
}
.rulelist-design-image #check12 {
  top: 76.7%;
}
.rulelist-design-image #check13 {
  top: 80.2%;
}
.rulelist-design-image #text01-1 {
  left: 20.5%;
  top: 30.8%;
  width: 3.6%;
}
.rulelist-design-image #text01-2 {
  left: 37.5%;
  top: 30.8%;
  width: 3.6%;
}
.rulelist-design-image #text03 {
  left: 20.5%;
  top: 35.5%;
  width: 3.6%;
}
.rulelist-design-image #text04 {
  left: 68.7%;
  top: 43.6%;
  width: 17%;
  font-size: 13px;
  text-align: left;
}
.rulelist-design-image.is-print #text04 {
  font-size: 16px;
}
.rulelist-design-image #text12 {
  left: 16%;
  top: 77%;
  width: 65%;
  font-size: 16px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5;
}
.rulelist-design-image #text13 {
  left: 16%;
  top: 80.5%;
  width: 65%;
  font-size: 16px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5;
}
.rulelist-design-image.is-print #text12, .rulelist-design-image.is-print #text13 {
  font-size: 21px;
}
/* デザイン2 */
/*
.rulelist-design-image.design2 .input-name{
  font-size: 1em;
  left: 25.7%;
  top: 22%;
  width: 21%;
  height: 0;
  padding-bottom: 6%;
  text-align: center;
}

.rulelist-design-image.design2.is-print .input-name{font-size:1.2em;}

.rulelist-design-image.design2 .input-check{
  background: url(../images/rulelist/icon_check_print_02.png?20231109) no-repeat center center;
  background-size: 100%;
  width: 1.8%;
  height: 0;
  padding-bottom: 3%;
  left: 19.2%;
}

.rulelist-design-image.design2 .input-text{
  color:#E4358B;
}

.rulelist-design-image.design2 #check01{top:32.9%;}
.rulelist-design-image.design2 #check02{top:36.2%;}
.rulelist-design-image.design2 #check03{top:39.4%;}
.rulelist-design-image.design2 #check04{top:42.7%;}
.rulelist-design-image.design2 #check05{top:46%;}
.rulelist-design-image.design2 #check06{top:49.3%;}
.rulelist-design-image.design2 #check06-01{top:51.3%;left:22.7%;}
.rulelist-design-image.design2 #check06-02{top:51.3%;left:30.4%;}
.rulelist-design-image.design2 #check06-03{top:51.3%;left:40.6%;}
.rulelist-design-image.design2 #check06-04{top:51.3%;left:53%;}
.rulelist-design-image.design2 #check07{top:54.5%;}
.rulelist-design-image.design2 #check08{top:59.5%;}
.rulelist-design-image.design2 #check09{top:64.5%;}
.rulelist-design-image.design2 #check10{top:68%;}
.rulelist-design-image.design2 #check11{top:71%;}
.rulelist-design-image.design2 #check12{top:74.3%;}
.rulelist-design-image.design2 #check13{top:77.6%;}

.rulelist-design-image.design2 #text01{
  left: 26%;
  top: 33.9%;
  width: 10%;
}

.rulelist-design-image.design2 #text03{
  left: 30.3%;
  top: 40.5%;
  width: 10%;
}

.rulelist-design-image.design2 #text06{
  left: 57%;
  top: 52.3%;
  width: 13%;
  font-size: 12px;
}

.rulelist-design-image.design2.is-print #text06{font-size:16px;}

.rulelist-design-image.design2 #text12{
  left: 22.5%;
  top: 75.3%;
  width: 48%;
  font-size: 16px;
  text-align: left;
}

.rulelist-design-image.design2 #text13{
  left: 22.5%;
  top: 78.5%;
  width: 48%;
  font-size: 16px;
  text-align: left;
}

.rulelist-design-image.design2.is-print #text12,
.rulelist-design-image.design2.is-print #text13{font-size:20px;}
*/
/* デザイン3 */
/*
.rulelist-design-image.design3 .input-name{
  font-size: 1.2em;
  left: 13%;
  top: 22%;
  width: 26%;
  height: 0;
  padding-bottom: 8%;
  text-align: center;
}

.rulelist-design-image.design3.is-print .input-name{font-size:1.5em;}

.rulelist-design-image.design3 .input-check{
  background: url(../images/rulelist/icon_check_print_02.png?20231109) no-repeat center center;
  background-size: 100%;
  width: 1.8%;
  height: 0;
  padding-bottom: 3%;
  left: 14.2%;
}

.rulelist-design-image.design3 .input-text{
  color:#E43482;
}

.rulelist-design-image.design3 #check01{top:33.5%;}
.rulelist-design-image.design3 #check02{top:38.5%;}
.rulelist-design-image.design3 #check03{top:41.9%;}
.rulelist-design-image.design3 #check04{top:45.5%;}
.rulelist-design-image.design3 #check05{top:49%;}
.rulelist-design-image.design3 #check06{top:52.4%;}
.rulelist-design-image.design3 #check06-01{top:54.9%;left:18%;}
.rulelist-design-image.design3 #check06-02{top:54.9%;left:26.5%;}
.rulelist-design-image.design3 #check06-03{top:54.9%;left:37.8%;}
.rulelist-design-image.design3 #check06-04{top:54.9%;left:51.8%;}
.rulelist-design-image.design3 #check07{top:58.3%;}
.rulelist-design-image.design3 #check08{top:63.3%;}
.rulelist-design-image.design3 #check09{top:68.5%;}
.rulelist-design-image.design3 #check10{top:72%;}
.rulelist-design-image.design3 #check11{top:75.5%;}
.rulelist-design-image.design3 #check12{top:79%;}
.rulelist-design-image.design3 #check13{top:82.5%;}

.rulelist-design-image.design3 #text01{
  left: 20.8%;
  top: 34.3%;
  width: 9%;
}

.rulelist-design-image.design3 #text03{
  left:24.8%;
  top:42.8%;
  width:9%;
}

.rulelist-design-image.design3 #text06{
  left:57%;
  top:55.8%;
  width:13%;
  font-size:12px;
}

.rulelist-design-image.design3.is-print #text01,
.rulelist-design-image.design3.is-print #text03{font-size:20px;}

.rulelist-design-image.design3.is-print #text06{font-size:17px;}

.rulelist-design-image.design3 #text12{
  left: 17.5%;
  top: 79.9%;
  width: 58%;
  font-size: 20px;
  text-align: left;
}

.rulelist-design-image.design3 #text13{
  left: 17.5%;
  top: 83%;
  width: 57%;
  font-size: 20px;
  text-align: left;
}

.rulelist-design-image.design3.is-print #text12,
.rulelist-design-image.design3.is-print #text13{font-size:24px;}
*/
/* テンプレート選択 */
.rulelist-design-choice {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 0;
  text-align: center;
  font-size: 0px;
}
.rulelist-design-choice-list {
  display: inline-block;
  width: 500px;
  margin: 0;
  vertical-align: top;
}
.rulelist-design-choice-list li {
  width: 24%;
  margin-left: 8%;
  display: inline-block;
  vertical-align: top;
  box-sizing: content-box;
  cursor: pointer;
  position: relative;
}
.rulelist-design-choice-list li:first-child {
  margin-left: 0;
}
.rulelist-design-choice-list li.is-active:after {
  display: block;
  content: '';
  border: 5px solid #F91940;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0%;
}
.rulelist-design-choice-action {
  width: 320px;
  display: inline-block;
  padding-top: 30px;
  vertical-align: top;
  margin-left: 70px;
}
.rulelist-design-choice-action .change-rule {
  color: #fff;
  display: inline-block;
  font-size: 22px;
  background: url(../images/rulelist/icon_arrow_back.png?20231109) no-repeat left center;
  padding: 0px 0 0 25px;
  margin-bottom: 30px;
  line-height: 1.0;
  cursor: pointer;
}
.rulelist-design-choice-btn {
  text-indent: -99em;
  display: inline-block;
  background: url(../images/rulelist/design_decision_btn.png?20231109) no-repeat center center;
  width: 320px;
  height: 70px;
  overflow: hidden;
  cursor: pointer;
  transition: all .25s ease;
}
.rulelist-design-choice-btn:hover {
  opacity: 0.8;
}
/* 保存 */
.rulelist-save-title {
  text-indent: -99em;
  margin: 60px auto 50px;
  background: url(../images/rulelist/title_save.png?20231109) no-repeat center center;
  width: 490px;
  height: 170px;
  overflow: hidden;
}
.rulelist-sabe-btn-wrapper {
  margin-bottom: 50px;
  text-align: center;
}
.rulelist-save-image {
  width: 860px;
  margin: 0 auto 50px;
}
.rulelist-save-btn-wrapper {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px 0;
  text-align: center;
  font-size: 0px;
}
.rulelist-save-btn-title {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.0;
}
.rulelist-sabe-btn {
  text-indent: -99em;
  display: inline-block;
  background: url(../images/rulelist/btn_gakuwari.png?20231109) no-repeat center center;
  width: 500px;
  height: 70px;
  overflow: hidden;
  cursor: pointer;
  transition: all .25s ease;
}
.rulelist-design-choice-btn:hover {
  opacity: 0.8;
}
.rulelist-overlay {
  position: fixed;
  background: #fff;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  display: none;
}
.rulelist-overlay.active {
  display: block;
}
@media (max-width: 768px) {
  .rulelist-step3 {
    padding-bottom: 150px;
  }
  .rulelist-main {
    padding: 20px 0 0 0;
  }
  .rulelist-main-title {
    background: url(../images/rulelist/title.png?20231109) no-repeat center top;
    background-size: 100%;
    width: 70%;
    height: 0px;
    padding-bottom: 17%;
    margin: 0 auto 20px;
  }
  .rulelist-main-image {
    background: url(../images/rulelist/kv.png?20241111) no-repeat center top / contain;
    background-size: 100%;
    width: 92%;
    height: 0px;
    padding-bottom: 44%;
    margin: 0 auto 20px;
  }
  .rulelist-input {
    margin-bottom: 20px;
  }
  .rulelist-input-lead {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .form-text {
    border: 2px solid #F91940;
    border-radius: 4px;
    font-size: 16px;
    padding: 3px 10px;
    line-height: 1;
  }
  .rulelist-input-title input {
    width: 145px;
  }
  .rulelist-input-title span {
    font-size: 20px;
    margin-left: 5px;
  }
  .rulelist-form {
    width: 92%;
    margin: 0 4%;
    padding: 0;
  }
  .rulelist-form-title {
    background: url(../images/rulelist/icon_check.png?20231109) no-repeat 13px center #F61F45;
    background-size: 21px;
    font-size: 16px;
    padding: 10px 0 10px 40px;
    border-radius: 10px 10px 0 0;
  }
  .rulelist-form-wrapper {
    border-right: 3px solid #F61F45;
    border-left: 3px solid #F61F45;
    border-bottom: 3px solid #F61F45;
    margin-bottom: 20px;
  }
  .rulelist-form-table th, .rulelist-form-table td {
    border-bottom: 2px solid #F61F45;
    padding: 5px 0;
    font-size: 15px;
    line-height: 1.4;
  }
  .rulelist-form-table th {
    width: 45px;
  }
  .rulelist-form-table td p {
    font-size: 15px;
    line-height: 1.4;
  }
  .form-rule-line {
    border-left: dotted 1px #F3244A;
    padding: 10px 5px 10px 10px;
  }
  .rulelist-form-select-wrapper {
    width: 75px;
    border: 2px solid #F3244A;
    margin: 0 2px;
  }
  .rulelist-form-select-wrapper.mb10 {
    margin-bottom: 10px;
  }
  .rulelist-form-select-wrapper .form-select-label {
    padding: 3px 20px 3px 10px;
    background: url(../images/rulelist/icon_arrow.png?20231109) no-repeat 90% center;
    background-size: 12px;
  }
  .form-rule-checkbox {
    font-size: 17px;
  }
  .form-rule-checkbox label {
    background: url(../images/rulelist/check_box_off.png?20231109) center center no-repeat;
    background-size: 21px;
    line-height: 1.4;
    min-height: 21px;
    width: 45px;
  }
  .form-rule-checkbox input[type="checkbox"] {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
  }
  .form-rule-checkbox input:checked + label {
    background-image: url(../images/rulelist/check_box_on.png?20231109);
  }
  .form-rule-checkbox input:disabled + label {
    opacity: 0.7;
  }
  .form-rule-checkbox-list {
    font-size: 0px;
    margin-bottom: 10px;
  }
  .form-rule-checkbox-list li {
    font-size: 15px;
    min-width: 50%;
    margin-top: 15px;
    vertical-align: middle;
  }
  .form-rule-checkbox-list li:nth-child(5) {
    width: 80px;
    min-width: 80px;
  }
  .form-rule-checkbox-list li:nth-child(6) {
    width: calc(100% - 90px);
  }
  .form-rule-checkbox-list .form-rule-checkbox label {
    font-size: 14px;
    padding-left: 30px;
    line-height: 21px;
  }
  .form-rule-checkbox-list .form-text {
    width: 100%;
  }
  .rulelist-form-btn-area {
    padding-bottom: 30px;
  }
  .rulelist-form-btn {
    background: url(../images/rulelist/btn_makerule_sp.png?20231109) no-repeat center center;
    background-size: 100%;
    width: 250px;
    height: 0px;
    padding-bottom: 15%;
  }
  /* デザインを選ぶ */
  .rulelist-design-title {
    margin: 25px auto 22px;
    background: url(../images/rulelist/title_choice.png?20231109) no-repeat center center;
    background-size: 100%;
    width: 40%;
    height: 0px;
    padding-bottom: 7%;
  }
  .rulelist-design-image-wrapper {
    width: 100%;
    padding: 0 0px 30px;
    height: 560px;
  }
  .rulelist-design-image {
    display: none;
    position: absolute;
    left: 5%;
    top: 0px;
    width: 90%;
  }
  .rulelist-design-image .input-name {
    font-size: 3vw;
    left: 30%;
    top: 15.7%;
    width: 42vw;
    height: 5vw;
  }
  .rulelist-design-image.is-print .input-name {
    font-size: 7vw;
  }
  .rulelist-design-image.design1 .input-check {
    width: 3.4%;
    height: 0;
    padding-bottom: 3%;
    left: 11.8%;
  }
  .rulelist-design-image .input-text {
    font-size: 2vw;
  }
  .rulelist-design-image.is-print .input-text {
    font-size: 4.5vw;
  }
  /* デザイン1 */
  .rulelist-design-image #check01 {
    top: 27.5%;
  }
  .rulelist-design-image #check02 {
    top: 33.1%;
  }
  .rulelist-design-image #check03 {
    top: 36.6%;
  }
  .rulelist-design-image #check04 {
    top: 40.0%;
  }
  .rulelist-design-image #check04-01 {
    top: 42.3%;
    left: 15.6%;
  }
  .rulelist-design-image #check04-02 {
    top: 42.3%;
    left: 25%;
  }
  .rulelist-design-image #check04-03 {
    top: 42.3%;
    left: 39.4%;
  }
  .rulelist-design-image #check04-04 {
    top: 42.3%;
    left: 52.8%;
  }
  .rulelist-design-image #check04-05 {
    top: 42.3%;
    left: 64%;
  }
  .rulelist-design-image #check05 {
    top: 45.6%;
  }
  .rulelist-design-image #check06 {
    top: 50.7%;
  }
  .rulelist-design-image #check07 {
    top: 55.9%;
  }
  .rulelist-design-image #check08 {
    top: 59.4%;
  }
  .rulelist-design-image #check09 {
    top: 64.6%;
  }
  .rulelist-design-image #check10 {
    top: 69.7%;
  }
  .rulelist-design-image #check11 {
    top: 73.3%;
  }
  .rulelist-design-image #check12 {
    top: 76.7%;
  }
  .rulelist-design-image #check13 {
    top: 80.2%;
  }
  .rulelist-design-image #text01-1 {}
  .rulelist-design-image #text01-2 {}
  .rulelist-design-image #text03 {}
  .rulelist-design-image #text04 {
    font-size: 1.5vw;
  }
  .rulelist-design-image.is-print #text04 {
    top: 42%;
    font-size: 3vw;
  }
  .rulelist-design-image #text12 {
    left: 16%;
    top: 77%;
    width: 65%;
    font-size: 2vw;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
  }
  .rulelist-design-image #text13 {
    left: 16%;
    top: 80.5%;
    width: 65%;
    font-size: 2vw;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
  }
  .rulelist-design-image.is-print #text12, .rulelist-design-image.is-print #text13 {
    font-size: 5vw;
  }
  /* デザイン2 */
  /*
  .rulelist-design-image.design2 .input-name{
    font-size: 1.6vw;
    left: 26%;
    top: 22.2%;
    width: 19vw;
    height: 5vw;
    text-align: center;
  }

  .rulelist-design-image.design2.is-print .input-name{font-size:2.1vw;}

  .rulelist-design-image.design2 .input-check{
    width: 1.8%;
    height: 0;
    padding-bottom: 3%;
    left: 19.2%;
  }

  .rulelist-design-image.design2 #check01{top:32.9%;}
  .rulelist-design-image.design2 #check02{top:36.2%;}
  .rulelist-design-image.design2 #check03{top:39.4%;}
  .rulelist-design-image.design2 #check04{top:42.7%;}
  .rulelist-design-image.design2 #check05{top:46%;}
  .rulelist-design-image.design2 #check06{top:49.3%;}
  .rulelist-design-image.design2 #check06-01{top:51.5%;left:22.5%;}
  .rulelist-design-image.design2 #check06-02{top:51.5%;left:30%;}
  .rulelist-design-image.design2 #check06-03{top:51.5%;left:40%;}
  .rulelist-design-image.design2 #check06-04{top:51.5%;left:53%;}
  .rulelist-design-image.design2 #check07{top:54.5%;}
  .rulelist-design-image.design2 #check08{top:59.5%;}
  .rulelist-design-image.design2 #check09{top:64.5%;}
  .rulelist-design-image.design2 #check10{top:68%;}
  .rulelist-design-image.design2 #check11{top:71%;}
  .rulelist-design-image.design2 #check12{top:74.3%;}
  .rulelist-design-image.design2 #check13{top:77.6%;}

  .rulelist-design-image.design2 #text01{
    left: 26%;
    top: 33.6%;
    width: 10%;
  }

  .rulelist-design-image.design2 #text03{
    left: 30.5%;
    top: 40.2%;
    width: 10%;
  }

  .rulelist-design-image.design2 #text06{
    left: 57%;
    top: 52.3%;
    width: 13%;
    font-size: 1.5vw;
  }

  .rulelist-design-image.design2.is-print  #text06{font-size:4vw;}

  .rulelist-design-image.design2 #text12{
    left: 22.5%;
    top: 75.3%;
    width: 48%;
    font-size: 1.8vw;
    text-align: left;
  }

  .rulelist-design-image.design2 #text13{
    left: 22.5%;
    top: 78.5%;
    width: 48%;
    font-size: 1.8vw;
    text-align: left;
  }

  .rulelist-design-image.design2.is-print  #text12,
  .rulelist-design-image.design2.is-print  #text13{font-size:5vw;}
*/
  /* デザイン3 */
  /*
  .rulelist-design-image.design3 .input-name{
    font-size: 2.1vw;
    left: 13%;
    top: 22%;
    width: 24vw;
    height: 7vw;
  }

  .rulelist-design-image.design3.is-print .input-name{font-size:9vw;}


  .rulelist-design-image.design3 .input-check{
    width: 1.8%;
    height: 0;
    padding-bottom: 3%;
    left: 14.2%;
  }

  .rulelist-design-image.design3 #check01{top:33%;}
  .rulelist-design-image.design3 #check02{top:38.2%;}
  .rulelist-design-image.design3 #check03{top:41.7%;}
  .rulelist-design-image.design3 #check04{top:45.5%;}
  .rulelist-design-image.design3 #check05{top:48.8%;}
  .rulelist-design-image.design3 #check06{top:52.4%;}
  .rulelist-design-image.design3 #check06-01{top:54.8%;left:18%;}
  .rulelist-design-image.design3 #check06-02{top:54.8%;left:26.5%;}
  .rulelist-design-image.design3 #check06-03{top:54.8%;left:37.8%;}
  .rulelist-design-image.design3 #check06-04{top:54.8%;left:51.8%;}
  .rulelist-design-image.design3 #check07{top:58.1%;}
  .rulelist-design-image.design3 #check08{top:63.3%;}
  .rulelist-design-image.design3 #check09{top:68.5%;}
  .rulelist-design-image.design3 #check10{top:72%;}
  .rulelist-design-image.design3 #check11{top:75.5%;}
  .rulelist-design-image.design3 #check12{top:79%;}
  .rulelist-design-image.design3 #check13{top:82.5%;}

  .rulelist-design-image.design3 #text01{
    left: 21%;
    top: 34%;
    width: 9%;
  }

  .rulelist-design-image.design3 #text03{
    left:24%;
    top:43%;
    width:9%;
  }

  .rulelist-design-image.design3 #text06{
    left:57%;
    top:56%;
    width:13%;
    font-size:1.5vw;
  }

  .rulelist-design-image.design3.is-print #text01,
  .rulelist-design-image.design3.is-print #text03{font-size:7vw;}
  .rulelist-design-image.design3.is-print #text06{font-size:4vw;}

  .rulelist-design-image.design3 #text12{
    left: 17.5%;
    top: 79.9%;
    width: 58%;
    font-size: 2.3vw;
    text-align: left;
  }

  .rulelist-design-image.design3 #text13{
    left: 17.5%;
    top: 83.5%;
    width: 57%;
    font-size: 2.3vw;
    text-align: left;
  }

  .rulelist-design-image.design3.is-print  #text12,
  .rulelist-design-image.design3.is-print  #text13{font-size:7vw;}
*/
  /* テンプレート選択 */
  .rulelist-design-choice {
    padding: 15px;
  }
  .rulelist-design-choice-list {
    display: block;
    width: auto;
  }
  .rulelist-design-choice-list li {
    width: 22%;
    margin-left: 4%;
  }
  .rulelist-design-choice-list li:first-child {
    margin-left: 0;
  }
  .rulelist-design-choice-list li.is-active:after {
    border: 4px solid #F91940;
  }
  .rulelist-design-choice-action {
    width: auto;
    display: block;
    padding-top: 10px;
    margin-left: 0px;
    overflow: hidden;
  }
  .rulelist-design-choice-action .change-rule {
    float: left;
    width: 40%;
    font-size: 3.5vw;
    background: url(../images/rulelist/icon_arrow_back.png?20231109) no-repeat left center;
    background-size: 10px;
    padding: 0px 0 0 20px;
    margin-bottom: 0px;
    margin-top: 3.7vw;
    text-align: left;
    line-height: 1.0;
  }
  .rulelist-design-choice-btn {
    float: right;
    width: 55%;
    background: url(../images/rulelist/design_decision_btn.png?20231109) no-repeat center center;
    background-size: 100%;
    height: 0px;
    padding-bottom: 12%;
  }
  .rulelist-design-choice-btn:hover {
    opacity: 10
  }
  /* 保存 */
  .rulelist-save-title {
    margin: 25px auto 10px;
    background: url(../images/rulelist/title_save_sp.png?20231109) no-repeat center center;
    background-size: 100%;
    width: 70%;
    height: 0px;
    padding-bottom: 27%;
  }
  .rulelist-save-image {
    width: auto;
    margin: 0 10%;
  }
  .rulelist-save-btn-wrapper {
    padding: 25px 0;
  }
  .rulelist-save-btn-title {
    font-size: 20px;
  }
  .rulelist-sabe-btn {
    background: url(../images/rulelist/btn_gakuwari_sp.png?20231109) no-repeat center center;
    background-size: 100%;
    width: 90%;
    max-width: 335px;
    height: 0px;
    padding-bottom: 12%;
  }
  .rulelist-design-choice-btn:hover {
    opacity: 1.0;
  }
}
/* campaign ---------------------------------------*/
.campaign-wrapper {
  width: 860px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.campaign-kv {
  width: 960px;
  padding-top: 80px;
  margin: 0 auto 80px;
}
.campaign-copy-1 {
  text-indent: -999em;
  overflow: hidden;
  background: url(../images/campaign/copy_student_1.png?20231109) no-repeat left top;
  text-align: center;
  width: 960px;
  height: 220px;
  margin: 0 auto 50px;
}
.campaign-copy-2 {
  text-indent: -999em;
  overflow: hidden;
  background: url(../images/campaign/copy_student_2.png?20231109) no-repeat left top;
  text-align: center;
  width: 500px;
  height: 189px;
  margin: 0 auto 20px;
}
.campaign-student-note {
  width: 500px;
  margin: 0 auto 40px;
}
.campaign-student-note-list {
  margin-left: 20px;
}
.campaign-student-note-list > li {
  list-style: disc;
  font-size: 12px;
}
.campaign-student-btn-wrapper {
  text-align: center;
  margin-bottom: 60px;
}
.campaign-student-btn {
  display: inline-block;
  text-indent: -999em;
  overflow: hidden;
  background: url(../images/campaign/btn_student.png?20231109) no-repeat left top;
  text-align: center;
  width: 500px;
  height: 70px;
}
.bg-honeyworks {
  background: url(../images/campaign/bg_honeyworks.png?20231109) no-repeat left top;
  width: 860px;
  height: 725px;
  position: relative;
  margin-bottom: 60px;
}
.bg-honeyworks a {
  display: inline-block;
  text-indent: -999em;
  overflow: hidden;
  background: url(../images/campaign/btn_detail.png?20231109) no-repeat left top;
  width: 300px;
  height: 70px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -150px;
}
.campaign-retry-btn-wrapper {
  text-align: center;
  margin-bottom: 60px;
}
.campaign-retry-btn {
  display: inline-block;
  text-indent: -999em;
  overflow: hidden;
  background: url(../images/result/btn_retry.png?20231109) no-repeat left top;
  text-align: center;
  width: 350px;
  height: 80px;
}
.campaign-welcome {
  text-indent: -999em;
  overflow: hidden;
  background: url(../images/campaign/message_welcome.png?20231109) no-repeat left top;
  text-align: center;
  width: 538px;
  height: 73px;
  margin: 0 auto 40px;
}
.campaign-bottombnr-list {
  width: 440px;
  margin: 0 auto;
}
.campaign-bottombnr-list li {
  margin-bottom: 20px;
}
.campaign-bottombnr-list li a {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background: url(../images/campaign/btn_onlinestore.png?20231109) no-repeat left top;
  text-align: center;
  width: 440px;
  height: 120px;
}
.campaign-bottombnr-list li a.campaign-bottombnr-searchshop {
  background: url(../images/campaign/btn_searchshop.png?20231109?2020-11-28) no-repeat left top;
  height: 110px;
}
@media (max-width: 768px) {
  .campaign-kv {
    width: 100%;
    padding: 30px 15px 0;
    margin: 0 auto 30px;
  }
  .campaign-kv img {
    width: 100%;
  }
  .campaign-wrapper {
    width: 100%;
    padding: 0 20px 40px;
  }
  .campaign-copy-1 {
    background: url(../images/campaign/copy_student_1_sp.png?20231109) no-repeat left top;
    background-size: 100%;
    width: calc(100% - 30px);
    height: 0px;
    padding-bottom: 46%;
    margin: 0 auto 20px;
  }
  .campaign-copy-2 {
    background: url(../images/campaign/copy_student_2_sp.png?20231109) no-repeat left top;
    background-size: 100%;
    width: 72%;
    height: 0px;
    padding-bottom: 32%;
    margin: 0 auto 0px;
  }
  .campaign-student-note {
    width: 100%;
    margin: 0 auto 20px;
  }
  .campaign-student-note-list {
    margin-left: 10px;
  }
  .campaign-student-note-list > li {
    font-size: 8px;
  }
  .campaign-student-btn-wrapper {
    margin-bottom: 50px;
  }
  .campaign-student-btn {
    background: url(../images/campaign/btn_student_sp.png?20231109) no-repeat left top;
    background-size: 100%;
    width: 300px;
    max-width: 100%;
    height: 55px;
  }
  .bg-honeyworks {
    background: url(../images/campaign/bg_honeyworks_sp.png?20231109) no-repeat left top;
    background-size: 100%;
    width: 100%;
    height: 0px;
    padding-bottom: 110%;
    margin-bottom: 30px;
  }
  .bg-honeyworks a {
    background: url(../images/campaign/btn_detail_sp.png?20231109) no-repeat left top;
    background-size: 100%;
    width: 44%;
    height: 0px;
    padding-bottom: 11%;
    bottom: 5vw;
    margin-left: 0px;
    transform: translate(-50%, 0);
  }
  .campaign-retry-btn-wrapper {
    margin-bottom: 20px;
  }
  .campaign-retry-btn {
    background: url(../images/result/btn_retry_sp.png?20231109) no-repeat left top;
    background-size: 100%;
    width: 250px;
    height: 50px;
  }
  .campaign-welcome {
    background: url(../images/campaign/message_welcome_sp.png?20231109) no-repeat left top;
    background-size: 100%;
    width: 269px;
    height: 37px;
    margin: 0 auto 20px;
  }
  .campaign-bottombnr-list {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
  }
  .campaign-bottombnr-list li {
    margin-bottom: 15px;
  }
  .campaign-bottombnr-list li a {
    background: url(../images/campaign/btn_onlinestore_sp.png?20231109) no-repeat left top;
    background-size: 100%;
    width: 300px;
    height: 65px;
    max-width: 100%;
  }
  .campaign-bottombnr-list li a.campaign-bottombnr-searchshop {
    background: url(../images/campaign/btn_searchshop_sp.png?20231109?2020-11-28) no-repeat left top;
    background-size: 100%;
    height: 65px;
    width: 300px;
    max-width: 100%;
  }
}
@media (max-width: 340px) {
  .examination-answer-head-incorrect > img {
    height: 40px;
  }
}
.questionnaire_attention {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .questionnaire_attention {
    font-size: 13px;
  }
}
.notes {
  font-size: 14px;
  color: #888;
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .notes {
    font-size: 13px;
    margin-top: 5px;
  }
}
/* ルールリストページYMロゴ追加,下部親子割遷移ボタン追加 */
.header-ym-logo {
  background: #FFF;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-ym-logo a {
  display: inline-block;
  width: 132px;
  height: 26px;
}
.rulelist-save-btn-banner {
  width: calc(100% - 20px);
  max-width: 658px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .header-ym-logo {
    height: 57px;
  }
  .header-ym-logo a {
    width: 123px;
    height: 24px;
  }
  .rulelist-step1, .rulelist-step2, .rulelist-step3 {
    top: 112px;
  }
  .rulelist-container header {
    height: auto;
  }
  .rulelist-save-btn-banner {
    max-width: 273px;
  }
}
.dot-list {
  font-size: 16px;
}
.dot-list > li {
  font-size: inherit;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
}
.top-rule-list-flex {
  display: flex;
}
.top-rule-list-flex .img {
  flex-shrink: 0;
  width: 150px;
}
.top-rule-list-flex .img p {
  text-align: center;
}
.top-rule-list-flex img {
  width: 100%;
  object-fit: contain;
  object-position: center top;
  display: inline-block;
}
.top-rule-list-flex .text {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .top-rule-list-flex .img {
    width: 100px;
  }
}
.result-inner_bnr {
  padding-top: 0;
  max-width: 750px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .result-inner_bnr {
    margin-top: 30px;
  }
}