@charset "UTF-8";
@media screen and (min-width: 769px) {
  /* PC 769px以上 */
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  /* タブレット 768px以下 */
}
@media screen and (max-width: 480px) {
  /* スマートフォン 480px以下 */
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
}

p {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

.wrap {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.content_wrap {
  padding-left: 1rem;
  padding-right: 1rem;
}

.f-14 {
  font-size: 0.875rem;
}

.red {
  color: #E00000;
}

.lightgray {
  color: #999;
}

.p-0 {
  padding: 0;
}

.mt-3 {
  margin-top: 3rem;
}

/* header/footer
=================================== */
header h1 {
  background: #101112;
  padding: 1.625rem 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
header .mv_point_txt {
  margin-top: 3px;
  margin-bottom: 24px;
  color: #049947;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
header .header_desc {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 22px;
  font-feature-settings: "palt";
  letter-spacing: 0.6px;
}

footer p {
  background: #333;
  padding: 1.2rem 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.7rem;
}

/* about
=================================== */
.about {
  padding: 27px 0 1.25rem;
}
.about__ttl {
  position: relative;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  padding: 14px 0;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #5C5C5C;
  border-radius: 8px;
}
.about__ttl span {
  display: block;
  width: 19px;
  height: 19px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  right: 1rem;
  top: calc(50% - 10px);
}
.about__ttl span:before, .about__ttl span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 11px;
  background: #5C5C5C;
}
.about__ttl span:before {
  transform: translate(-50%, -50%) rotate(0deg);
  transition: all 0.2s ease 0s;
}
.about__ttl span:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.about__ttl.is-active span:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.about__accordion {
  display: none;
  opacity: 0;
}
.about__accordion.is-active {
  display: block;
  opacity: 1;
}
.about dl {
  margin-top: 28px;
  line-height: 1.5em;
}
.about dl dt {
  font-weight: 700;
}
.about dl dd {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 400;
}
.about dl dd ul {
  margin-top: 2rem;
}
.about dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}

/*-- 応募期間 --*/
.period-list {
  text-align: center;
}

.period-list dt {
  background: #F2F2F2;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.8rem;
}

@media screen and (min-width: 769px) {
  .period-list dt {
    font-size: 20px;
    padding: 10px;
  }
}
.period-list dd {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1rem;
}

@media screen and (min-width: 769px) {
  .period-list dd {
    font-size: 28px;
    padding: 10px;
  }
}
.period-list dd small {
  font-size: 0.6em;
}

.period-list dd span {
  color: #FFF;
  display: inline-block;
  font-size: 0.6em;
  line-height: 1;
  position: relative;
  top: -0.15em;
}

.period-list dd span::after {
  background: #333;
  border-radius: 100%;
  content: "";
  display: block;
  height: 1.5em;
  left: 50%;
  position: absolute;
  display: block;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.5em;
  z-index: -1;
}

.period-list dd span:nth-of-type(1) {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.period-list dd span:nth-of-type(2) {
  margin-left: 0.5em;
}

/* subscription
=================================== */
.upload-btn {
  text-align: center;
}

.image_cancel__btn {
  background: #36B6F5;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  margin: 0.5rem;
  text-align: center;
  color: #fff;
}
.image_cancel__btn:hover {
  filter: brightness(110%);
}

.subscription__ttl {
  display: flex;
  flex-direction: column;
  width: calc(100% - 20px);
  min-height: 64px;
  margin-left: 10px;
  padding: 2px 0 3px;
  font-size: 24px;
  font-weight: 700;
  line-height: 43px;
  text-align: center;
  background: #049947;
  border-radius: 45px;
}
.subscription__ttl .en {
  font-size: 36px;
  font-weight: 700;
  color: #FFCE00;
}
.subscription__ttl .ja {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}
.subscription__ttl.is-upload {
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #000;
  background: #E4E4E4;
}
.subscription__ttl.is-small {
  margin-top: 32px;
  margin-bottom: 24px;
}
.subscription__ttl.is-small .ja {
  font-size: 20px;
}
.subscription__img {
  padding: 0 0 1rem;
  text-align: center;
  width: 75%;
  margin: 0 auto;
}
.subscription__Inn {
  padding: 0 0 2.125rem;
}
.subscription__Inn .is-confirm {
  padding: 25px 0;
}
.subscription__Inn dl {
  padding-bottom: 1rem;
}
.subscription__Inn dl dt {
  background: #F6F6F6;
  padding: 0.5rem 1rem;
  line-height: 24px;
  font-weight: 500;
  font-size: 14px;
}
.subscription__Inn dl dd {
  padding: 1rem;
  font-weight: 500;
  font-size: 14px;
}
.subscription__Inn dl dd .ques li {
  padding: 0.35rem 0;
}
.subscription__Inn dl dd .ques_row {
  display: flex;
  flex-wrap: wrap;
}
.subscription__Inn dl dd .ques_row > li {
  flex: 0 0 50%;
  width: 50%;
}
.subscription__Inn__itemList {
  padding: 15px 0;
}
.subscription__Inn__itemList:nth-child(1) {
  background: url(../images/item01.png) 15px -10px no-repeat;
  background-size: auto 98px;
}
.subscription__Inn__itemList:nth-child(2) {
  background: url(../images/item02.png) 15px -10px no-repeat;
  background-size: auto 98px;
}
.subscription__Inn__itemList:nth-child(3) {
  background: url(../images/item03.png) 15px -10px no-repeat;
  background-size: auto 98px;
}
.subscription__Inn__itemList:nth-child(4) {
  background: url(../images/item04.png) 15px -10px no-repeat;
  background-size: auto 98px;
}
.subscription__Inn__itemList:nth-child(5) {
  background: url(../images/item05.png) 15px -10px no-repeat;
  background-size: auto 98px;
}
.subscription__Inn__itemList:nth-child(6) {
  background: url(../images/item06.png) 15px -10px no-repeat;
  background-size: auto 98px;
}
.subscription__Inn__itemList:nth-child(7) {
  background: url(../images/item07.png) 15px -10px no-repeat;
  background-size: auto 98px;
}
.subscription__Inn__itemList:nth-child(8) {
  background: url(../images/item08.png) 15px -10px no-repeat;
  background-size: auto 98px;
}
.subscription__Inn__itemList:nth-child(9) {
  background: url(../images/item09.png) 15px -10px no-repeat;
  background-size: auto 98px;
}
.subscription__Inn__itemList:nth-child(10) {
  background: url(../images/item10.png) 15px -10px no-repeat;
  background-size: auto 98px;
}
.subscription__Inn__itemList:nth-child(11) {
  background: url(../images/item11.png) 20px 8px no-repeat;
  background-size: auto 60px;
}
.subscription__Inn__itemList:nth-child(12) {
  background: url(../images/item12.png) 20px 8px no-repeat;
  background-size: auto 60px;
}
.subscription__Inn__itemList:nth-child(13) {
  background: url(../images/item13.png) 20px 8px no-repeat;
  background-size: auto 60px;
}
.subscription__Inn__itemList:nth-child(14) {
  background: url(../images/item14.png) 20px 8px no-repeat;
  background-size: auto 60px;
}
.subscription__Inn__itemList:nth-child(15) {
  background: url(../images/item15.png) 20px 8px no-repeat;
  background-size: auto 60px;
}
.subscription__Inn__itemList:nth-child(16) {
  background: url(../images/item16.png) 20px 8px no-repeat;
  background-size: auto 60px;
}
.subscription__Inn__itemList:nth-child(17) {
  background: url(../images/item17.png) 20px 8px no-repeat;
  background-size: auto 60px;
}
.subscription__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.4em;
}
.subscription__row > * {
  height: 100%;
}
.subscription__label_row {
  display: flex;
  width: 100%;
  align-items: center;
}
.subscription__label_row p {
  width: 60%;
  padding-right: 0;
  line-height: 24px;
  font-weight: 700;
  font-size: 14px;
}
.subscription__label_row p .subscription__label_row_caption {
  width: 100%;
  font-size: 11px;
  font-weight: 400;
}
.subscription__label_row__img {
  width: 40% !important;
}
.subscription__label_row__img.is-small {
  padding: 16px;
}
.subscription__label_row__itemName {
  width: 60% !important;
  padding-left: 20px;
}
.subscription__label_row__itemNum {
  font-size: 20px !important;
  padding-right: 10px;
}
.subscription__label_row span {
  display: inline-block;
  width: 40%;
}
.subscription__btnArea {
  padding: 0 0 43px;
}
.subscription__btn {
  display: block;
  width: 100%;
  max-width: 340px;
  background: #36B6F5;
  border-radius: 2.5rem;
  padding: 1rem;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
}
.subscription__btn:hover {
  filter: brightness(110%);
}
.subscription__coution__ttl {
  margin-bottom: 22px;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
}
.subscription__coution ul {
  line-height: 21px;
  font-feature-settings: "palt";
  font-weight: 400;
  font-size: 14px;
}
.subscription__coution ul li {
  padding-left: 0;
  text-indent: 0;
  font-weight: 400;
  font-feature-settings: normal;
  font-size: 14px;
}
.subscription__coution ul li .is-bold {
  font-weight: 700;
}
.subscription__coution ul li .is-red {
  color: #FF0000;
}

.number, .input_select, .input-text {
  border: solid #707070 1px;
  border-radius: 4px;
  padding: 11px;
  appearance: auto;
  -moz-appearance: auto;
  -webkit-appearance: auto;
}
.number:focus-visible, .input_select:focus-visible, .input-text:focus-visible {
  border-color: #36B6F5;
}

.input-text {
  width: 100%;
  min-height: 50px;
  font-weight: 400;
}

.wrap_select {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.wrap_select:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 18px;
  width: 20px;
  height: 10px;
  background: url(../images/arrow_bottom.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  pointer-events: none; /* クリック・タッチを無効化 */
}

.input_select {
  width: 100%;
  min-height: 50px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /* デフォルトの矢印を非表示 */
  color: #000;
}

.wrap_radio {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.wrap_radio .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrap_radio label {
  margin: 0;
  display: block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}
.wrap_radio input {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.wrap_radio .outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #707070;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
}
.wrap_radio .inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #535353;
  left: 3px;
  top: 3px;
  transform: scale(0, 0);
}
.no-transforms .wrap_radio .inside {
  left: auto;
  top: auto;
  width: 0;
  height: 0;
}
.wrap_radio input {
  /*  &:focus, &:active {
        + .outside {
          border-color: $almost-black;
        }
      }*/
}
.wrap_radio input:checked + .outside .inside {
  animation: radio-select 0.1s linear;
  transform: scale(1, 1);
}
.no-transforms .wrap_radio input:checked + .outside .inside {
  width: 20px;
  height: 20px;
}

.wrap_radio input {
  color: #000;
}

.form-err-message {
  color: #F00;
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 0.8rem;
}

/*-- ラジオ --*/
.radio-list {
  line-height: 1.2;
}

.radio-list li {
  margin-bottom: 6vw;
  margin-right: 4vw;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .radio-list li {
    margin-bottom: 1.5em;
    margin-right: 1em;
  }
}
.radio-list li input[type=radio] {
  display: none;
  line-height: 1;
}

.radio-list li label {
  cursor: pointer;
  padding-left: 1.5em;
  position: relative;
}

.radio-list li input[type=radio] + label::before {
  background: #FFF;
  border: 2px solid #707070;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.2em;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 1.2em;
}

.radio-list li input[type=radio] + label::after {
  border-radius: 50%;
  background: #36B6F5;
  position: absolute;
  content: "";
  display: block;
  height: 0.6em;
  opacity: 0;
  left: 0.3em;
  transform: translateY(-50%);
  transition: 0.2s;
  top: 50%;
  width: 0.6em;
}

.radio-list li input[type=radio]:checked + label::after {
  opacity: 1;
}

/*-- チェック --*/
.check-list {
  line-height: 1.2;
}

.check-list li {
  margin-right: 4vw;
}

@media only screen and (min-width: 769px) {
  .check-list li {
    margin: 0;
  }
}
.check-list li input[type=checkbox] {
  display: none;
}

.check-list li label {
  cursor: pointer;
  padding-left: 1.6em;
  position: relative;
}

.check-list li input[type=checkbox] + label::before {
  background: #FFF;
  border: 2px solid #707070;
  border-radius: 0.2rem;
  content: "";
  display: block;
  height: 1.2em;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 1.2em;
}

.check-list li input[type=checkbox] + label::after {
  border-right: 3px solid #36B6F5;
  border-bottom: 3px solid #36B6F5;
  position: absolute;
  content: "";
  display: block;
  height: 0.6em;
  opacity: 0;
  left: 0.4em;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s;
  top: calc(50% - 0.05em);
  width: 0.4em;
}

.check-list li input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.check-list li.mg-r0 {
  margin-right: 0;
}

/*-- セレクト --*/
.select-list {
  border: 2px solid #707070;
  border-radius: 0.04rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6vw;
  padding: 1.2em 2em;
  text-align: center;
  width: 100%;
}

.select-text {
  border: 2px solid #707070;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: 1.2em 2em;
  width: 100%;
}
.select-text:focus-visible {
  border-color: #36B6F5;
}

::-moz-placeholder {
  color: #999999;
}

::placeholder {
  color: #999999;
}

select {
  color: #999999;
}

option {
  color: #000;
}
option:first-child {
  color: #ccc;
}

@media only screen and (min-width: 769px) {
  .select-list {
    font-size: 16px;
    margin-bottom: 1.5em;
  }
}
textarea {
  border: 2px solid #707070;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: 1.2em 1em;
  width: 100%;
}
textarea:focus-visible {
  border-color: #36B6F5;
}

label {
  padding: 0.75rem;
  position: relative;
  font-weight: 700;
  font-size: 1rem;
}

.math {
  width: 45%;
}

.item_math, .item_math_right {
  max-width: 76px;
  width: 100%;
  font-weight: 700;
  font-size: 1rem;
}
.item_math input, .item_math_right input {
  width: 100%;
}

.item_math_right {
  text-align: right;
}

.ques2th_view {
  display: none;
}

/*-- 注釈 --*/
.anotation {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 0.8rem;
}
.anotation ul {
  line-height: 1.6em;
}
.anotation ul li {
  padding-left: 1em;
  font-size: 11px;
  text-indent: -1em;
  font-feature-settings: "palt";
}

/*-- サムネイル画像 --*/
.item-image {
  width: 35%;
}

@media screen and (min-width: 769px) {
  .item-image {
    width: 90px;
  }
}
/* accordion
=================================== */
.accordion {
  margin-bottom: 1rem;
}
.accordion__ttl {
  position: relative;
  background: #000;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  line-height: 24px;
  font-weight: 700;
  font-size: 20px;
}
.accordion__ttl:after {
  content: "\e145";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  font-family: "Material Icons";
  font-size: 1.5rem;
}
.accordion__ttl.is-active:after {
  content: "\e15b";
}
.accordion__contents {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.4s;
}
.accordion__contents.is-open {
  padding: 1.625rem 1rem 0;
  line-height: normal;
  height: auto;
  opacity: 1;
}
.accordion__block {
  box-shadow: 0 0 0.75rem #ccc;
  border-radius: 1rem;
  padding: 1.125rem;
  margin-bottom: 1.625rem;
}
.accordion__ex_ttl {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.accordion__ex_ttl__img {
  flex: 0 0 100px;
  width: 84px;
  text-align: center;
}
.accordion__ex_ttl__txt {
  padding: 0;
  line-height: 28px;
  font-weight: 700;
  font-size: 14px;
}
.accordion__ex_ttl__txt .is-red {
  color: #FF0000;
}
.accordion__ex_ttl__txt.u-font-18 {
  font-size: 18px;
}
.accordion__ex_img {
  width: 47%;
  margin: 0 auto;
  padding: 32px 0;
  text-align: center;
}
.accordion__ex_img.is-small {
  width: 50%;
}
.accordion__ex_txt {
  line-height: 28px;
  width: calc(60% - 8px);
  font-weight: 700;
  font-size: 18px;
}
.accordion__ex_txt ul li {
  font-size: 10px;
  line-height: 24px;
  padding-left: 14px;
  position: relative;
}
.accordion__ex_txt ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.accordion__ex_txt ul li .is-red {
  color: #FF0000;
}
.accordion__ex_caption {
  margin: 20px 0;
}
.accordion__ex_caption_ttl {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 16px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  color: #FFF;
  background: #707071;
}
.accordion__ex_caption_img {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.accordion__ex_caption_desc {
  font-size: 16px;
  color: #101112;
  margin-bottom: 16px;
}
.accordion__ex_caption_desc.is-bold {
  font-weight: 700;
}
.accordion__ex_ng_row {
  display: flex;
  justify-content: space-between;
}
.accordion__ex_ng_row.is-center {
  justify-content: center;
}
.accordion__ex_ng_col {
  width: 47%;
  max-width: 172px;
}
.accordion__ex_ng_img {
  margin: 1rem auto 0.5rem;
  text-align: center;
}
.accordion__ex_ng_txt {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}

/* terms
=================================== */
.terms__ttl {
  background: #E4E4E4;
  padding: 20px;
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
.terms__Inn {
  height: 412px;
  overflow-y: scroll;
  padding: 1rem;
  margin: 1rem auto;
  line-height: 20px;
  color: #353639;
  font-weight: 400;
  font-size: 14px;
}
.terms__Inn p {
  margin-bottom: 1rem;
}
.terms__Inn ul {
  margin-bottom: 1rem;
}
.terms__Inn ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.terms__Inn a {
  text-decoration: underline;
}
.terms__Inn .ac-conts {
  background: #E6E6E6;
  border-radius: 8px;
  font-size: 14px;
  font-size: 3.3816425121vw;
  padding: 1em;
  color: #4A3D34;
}
.terms__Inn .ac-conts .dl-list:not(:last-child) {
  margin-bottom: 1em;
}
.terms__Inn .ac-conts .dl-list-term dt {
  margin-bottom: 0.2em;
  color: #000;
  font-weight: 700;
}
.terms__Inn .ac-conts .dl-list-term dd {
  margin-left: 0;
}
.terms__Inn .ac-conts .dl-list-term ol, .terms__Inn .ac-conts .dl-list-term ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.terms__Inn .ac-conts .dl-list-term .note-list-item {
  padding-left: 1em;
  text-indent: -1em;
}
.terms__Inn .ac-conts .dl-list-term .note-list-item:not(:last-child) {
  margin-bottom: 0.2em;
}
.terms__Inn .ac-conts .dl-list-term .dot-list-item {
  padding-left: 1em;
  text-indent: -1em;
}
.terms__Inn .ac-conts .dl-list-term .dot-list-item:not(:last-child) {
  margin-bottom: 0.2em;
}
.terms__Inn .ac-conts .dl-list-term .mark-list {
  margin-top: 0.2em;
}
.terms__Inn .ac-conts .mg-b-1 {
  margin-bottom: 1em !important;
}
.terms__Inn .ac-conts .mg-b-2 {
  margin-bottom: 2em !important;
}
.terms__btnArea {
  padding: 2.5rem 1rem;
}
.terms__btnArea02 {
  padding: 0 1rem;
}
.terms__btnAgree {
  width: 80%;
  background: #E4E4E4;
  border-radius: 2.5rem;
  padding: 1rem 0;
  margin: 0 auto;
  text-align: center;
}
.terms__btn, .terms__btn02 {
  margin: 2rem auto;
  width: 100%;
  max-width: 340px;
  text-align: center;
}
.terms__btn__confirm + .terms__btn__confirm, .terms__btn__confirm + .terms__btn02__confirm, .terms__btn02__confirm + .terms__btn__confirm, .terms__btn02__confirm + .terms__btn02__confirm {
  margin-top: 1.5rem;
}
.terms__btn02 {
  margin: 0 auto;
}
.terms__btnApply {
  display: block;
  background: #E4E4E4;
  border-radius: 2.5rem;
  padding: 1rem 0;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  pointer-events: none;
}
.terms__btnApply_color {
  display: block;
  background: #36B6F5;
  border-radius: 2.5rem;
  padding: 1rem 0;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
}
.terms__btnApply_back {
  display: block;
  background: #E4E4E4;
  border-radius: 2.5rem;
  padding: 1rem 0;
  width: 100%;
  color: #101112;
  font-weight: 700;
  font-size: 1.125rem;
}

/* work sheet
=================================== */
.work_sheet {
  padding: 16px 0 0;
}
.work_sheet__ttl {
  width: calc(100% - 2rem);
  margin: 0 auto;
  margin-bottom: 2rem;
}
.work_sheet__ttl.is_border {
  text-align: center;
  margin-top: 18px;
  border: 2px solid #000;
  padding: 19px 0;
  background: #EDEDED;
  font-size: 22px;
  font-weight: 700;
}
.work_sheet__desc {
  padding: 0 1rem;
  margin-bottom: 35px;
  text-align: center;
}
.work_sheet dl {
  padding-bottom: 1rem;
}
.work_sheet dl dt {
  background: #F6F6F6;
  padding: 0.5rem 1rem;
  line-height: 24px;
  font-weight: 500;
  font-size: 14px;
}
.work_sheet dl dd {
  padding: 1rem;
  font-weight: 700;
  font-size: 1rem;
}
.work_sheet dl dd .ques li {
  padding: 0.35rem 0;
}
.work_sheet dl dd .ques_row {
  display: flex;
  flex-wrap: wrap;
}
.work_sheet dl dd .ques_row > li {
  flex: 0 0 50%;
  width: 50%;
}
.work_sheet .form_text {
  padding-bottom: 0;
}
.work_sheet .form_text dt {
  padding: 1rem;
}
.work_sheet .form_text__note {
  margin-bottom: 1rem;
  font-size: 0.75rem;
}
.work_sheet_head {
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  padding: 10px 0;
}

.item_select_desc {
  padding: 0 1rem;
  margin-top: 30px;
}
.item_select_desc_ttl {
  margin-top: 30px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.item_select_desc_caution {
  font-size: 18px;
  background: #EF1111;
  padding: 8px;
  text-align: center;
  width: 79%;
  margin: 0 auto;
  margin-bottom: 22px;
  color: #fff;
}
.item_select_desc_body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.item_select_desc_body p .is-red {
  color: #FF0000;
  font-weight: 700;
}

.selection-group input[type=radio],
.selection-group input[type=checkbox] {
  display: none;
}

.selection-group input[type=radio]:checked + label,
.selection-group input[type=checkbox]:checked + label {
  background: #0AD856;
  position: relative;
}

.selection-group input[type=radio]:checked + label:after,
.selection-group input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 2px solid #0EB73C;
  border-radius: 5px;
}

.selection-group label {
  display: block;
  padding: 8px 9px;
  margin-bottom: 16px;
  border-radius: 5px;
  border: 1px solid #707070;
}
.selection-group label .wrapper_selection-group_label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.selection-group label .wrapper_selection-group_label .wrapper_selection-group_label_txt {
  width: 58%;
  padding: 0 0 0 12px;
  font-feature-settings: "palt";
}
.selection-group label .wrapper_selection-group_label img {
  width: 42%;
}
.selection-group label .wrapper_selection-group_label span {
  font-size: 14px;
  font-weight: 700;
}

.selection-group_caption {
  margin-top: 28px;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
}

.selection_desc_txt {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
  letter-spacing: 0.6px;
}
.selection_desc_txt.is-red {
  color: #FF0000;
}
.selection_desc_txt.is-bold {
  font-weight: 700;
}

.selection_desc_img {
  width: 100%;
}
.selection_desc_img label .wrapper_selection-group_label {
  margin-bottom: 0;
}

#preview_area {
  padding: 0;
}

.subscription_confirm_ttl {
  margin-bottom: 2rem;
  padding: 25px 1rem 25px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: #E0E0E0;
  min-height: 64px;
}

.subscription_confirm_desc {
  width: calc(100% - 2rem);
  margin: 0 auto;
  margin-bottom: 3rem;
  font-size: 15px;
  line-height: 22px;
}

.confirm_label_no-category {
  padding: 0;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}

.confirm_caution {
  font-size: 16px;
  font-weight: 700;
  padding: 16px 0;
}

.comp_id {
  width: calc(100% - 2rem);
  margin: 0 auto;
  margin-top: 32px;
  padding: 20px;
  text-align: center;
  line-height: 1.6;
  background: #D9D9D9;
  font-size: 22px;
  font-weight: 700;
}
.comp_id_ttl {
  font-size: 20px;
  color: #FF0000;
}
.comp_id_body {
  font-size: 22px;
  padding: 8px 0;
}
.comp_id_date {
  font-size: 14px;
  font-weight: 500;
}
.comp_id_date span {
  font-size: 15px;
  font-weight: 700;
}

.comp__ttl {
  width: calc(100% - 30px);
  margin: 0 auto;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  color: #353639;
}

.comp_desc li {
  padding-left: 0 !important;
  text-indent: 0 !important;
  margin-bottom: 30px;
}

.mgb26 {
  margin-bottom: 26px;
}

.mv_point {
  width: 100%;
  padding: 10px 0 0;
  text-align: center;
}
.mv_point img {
  width: calc(100% - 30px);
}

.cp_desc {
  margin-top: 24px;
}
.cp_desc_txt span {
  font-size: 18px;
  text-decoration: underline;
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.cp_desc_img {
  margin: 15px 0;
}
.cp_desc_img.is_plus {
  max-width: 75px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.step_img {
  margin-bottom: 24px;
}

.category_img {
  margin-bottom: 24px;
}

.category_desc p:not(last-child) {
  margin-bottom: 20px;
}

.comp_desc_item p {
  margin-bottom: 24px;
}

.wrap_img_ok {
  display: flex;
  justify-content: space-between;
}

.img_ok_item {
  width: calc(40% - 8px);
}

.term_box {
  background: #D9D9D9;
  padding: 32px 16px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.8;
}
.term_box p {
  font-size: 14px;
  line-height: 1.8;
}
.term_box_ttl {
  font-size: 18px;
  margin: 24px 0 8px;
}

.is_bold {
  font-weight: 700;
}

.is_red {
  color: #FF0000;
}

#Ques_04-error {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: block;
}/*# sourceMappingURL=style.css.map */