@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  word-wrap: break-word;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.5rem;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  margin: 0;
}

h2 {
  font-size: 2rem;
  line-height: 1.5;
}

h3 {
  font-size: 1.8rem;
  /* 18px*/
  line-height: 1.5;
}

p {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 1px;
  color: #444;
}

.txtlink {
  color: #f2ce3a;
  font-size: 110%;
  font-weight: bold;
}

.br-sp {
  display: none;
}
@media (min-width: 768px) {
  /* 1200px以上*/

  h2 {
    font-size: 2.4rem;
    /* 24px*/
  }
  h3 {
    font-size: 2.2rem;
    /* 22px*/
  }
  p {
    font-size: 1.8rem;
    line-height: 2;
  }
  .br-sp {
    display: block;
  }
}

ul li {
  font-size: 1.6rem;
  line-height: 1.5;
}

ol li {
  font-size: 1.6rem;
  line-height: 1.8;
}

a {
  color: inherit;
  text-decoration: underline;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

a:hover {
  text-decoration: none;
  filter: brightness(110%);
  -webkit-filter: brightness(110%);
}

img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
}

:focus {
  outline: none;
}

table p {
  font-size: 1.6rem;
  line-height: 1.4;
}

.ub {
  background: linear-gradient(transparent 70%, #ffee1185 70%);
  font-size: 1.5rem;
}

@media screen and (min-width: 576px) {
  .ub {
    font-size: 1.75rem;
  }
}

.yellow {
  color: #fbd43e;
}
.forSP {
  display: block;
}
.forPC {
  display: none;
}
@media screen and (min-width: 768px) {
  .forPC {
    display: block;
  }
  .forSP {
    display: none;
  }
}

/* ========================================================
FONT
=========================================================*/
.fs010 {
  font-size: 1rem !important;
}

.fs011 {
  font-size: 1.1rem !important;
}

.fs012 {
  font-size: 1.2rem !important;
}

.fs013 {
  font-size: 1.3rem !important;
}

.fs014 {
  font-size: 1.4rem !important;
}

.fs015 {
  font-size: 1.5rem !important;
}

.fs016 {
  font-size: 1.6rem !important;
}

.fs017 {
  font-size: 1.7rem !important;
}

.fs018 {
  font-size: 1.8rem !important;
}

.fs019 {
  font-size: 1.9rem !important;
}

.fs020 {
  font-size: 2rem !important;
}

.fs025 {
  font-size: 2.5rem !important;
}

.fs030 {
  font-size: 3rem !important;
}

.fs035 {
  font-size: 3.5rem !important;
}

.fs040 {
  font-size: 4rem !important;
}

.fs045 {
  font-size: 4.5rem !important;
}

.fs050 {
  font-size: 5rem !important;
}

.fs055 {
  font-size: 5.5rem !important;
}

.fs060 {
  font-size: 6rem !important;
}

.f-small {
  font-size: 90% !important;
}

.f-normal {
  font-size: 100% !important;
}

.f-large {
  font-size: 130% !important;
}

.f-large02 {
  font-size: 150% !important;
}

.f-bold {
  font-weight: bold !important;
}

.f-line010 {
  line-height: 100% !important;
}

.f-line011 {
  line-height: 110% !important;
}

.f-line012 {
  line-height: 120% !important;
}

.f-line013 {
  line-height: 130% !important;
}

.f-line014 {
  line-height: 140% !important;
}

.f-line015 {
  line-height: 150% !important;
}

.f-line016 {
  line-height: 160% !important;
}

.f-line017 {
  line-height: 170% !important;
}

.f-line018 {
  line-height: 180% !important;
}

.f-line019 {
  line-height: 190% !important;
}

.f-line020 {
  line-height: 200% !important;
}

.f-under {
  text-decoration: underline !important;
}

.f-under:hover {
  text-decoration: none !important;
}

/* ========================================================
color
=========================================================*/
.f-red {
  color: #ff0000 !important;
}
.f-pink {
  color: #f76a8c;
}
.f-blue {
  color: #3ca2f9 !important;
}
.f-bro {
  color: #a28449;
}
/* BLANK
##################################### */
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pt-05 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-99 {
  padding-top: 99px !important;
}

.block {
  display: block !important;
}

.i-block {
  display: inline-block !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.star {
  color: #f37235;
}

.w-050 {
  width: 50% !important;
}

.w-060 {
  width: 60% !important;
}

.w-070 {
  width: 70% !important;
}

.w-080 {
  width: 80% !important;
}

.w-090 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

/* ========================================================
button
=========================================================*/
button {
  font-size: 1.6rem;
}

.btn_wrap {
  position: relative;
  display: block;
}

.lp_btn {
  width: 720px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@keyframes aura {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  to {
    transform: scale(1.2, 1.5);
    opacity: 0;
  }
}
.anime-wapper {
  position: relative;
  transition: 0.2s;
}
.anime-wapper:before,
.anime-wapper:after {
  content: '';
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 32px;
  background: #ffaaae;
  border: 1px solid #ff999e;
  transform: translate3d(0, 0, 0);
}
.anime-wapper:before {
  animation: aura 2s ease-out infinite;
}
.anime-wapper:after {
  animation: aura 2s ease-out 1s infinite;
}
.anime-wapper a {
  display: block;
}

/* ========================================================
ttl
=========================================================*/
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
/* -----------------------------------------------------
    Main Contents
  ----------------------------------------------------- */
.wrapper {
  width: 100%;
}
.wrapper-sub {
  position: relative;
  padding-bottom: 300px;
  box-sizing: border-box;
  min-height: 100vh;
}

.box_01 {
  position: relative;
  font-size: 1.2rem;
  display: inline-block;
  padding: 3px 9px;
  padding-left: 30px;
}

.box_01::after {
  border: 1px solid transparent;
  border-bottom-width: 0;
  top: 1px;
  content: '';
  display: block;
  left: -6px;
  position: absolute;
  width: 0;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

.article-ttl01 {
  margin: 10px 10px;
}

.article-ttl01 h1 {
  font-size: 2.4rem;
}
@media screen and (max-width: 575.98px) {
  .article-ttl01 h1 {
    font-size: 1.8rem;
  }
}

.article-ttl01 h2 {
  font-size: 2rem;
}

.article-block {
  margin: 20px 0;
  background: #fff;
}

.article-block:last-child {
  margin-bottom: 0;
}

.yellow-bg {
  background: #fbffe1;
  position: relative;
  left: -1.8rem;
  width: calc(100% + 3.6rem);
  padding: 0 1.8rem;
}

.blue-bg {
  position: relative;
  left: -1.8rem;
  background: #ccf0f4;
  width: calc(100% + 3.6rem);
  padding: 0 1.6rem 2rem 1.6rem;
}

.article-block .writer-box {
  margin: 10px 0 20px;
  padding: 0 10px 10px;
  background: #ffedf1;
}

.article-block .writer-box h3 {
  font-size: 1.5rem;
  padding: 8px;
}

.article-block .writer-box .writer-box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article-block .writer-box .writer-box-content__left {
  width: 35%;
  margin-right: 10px;
}

.article-block .writer-box .writer-box-content__right {
  width: 65%;
}

.article-block .writer-box .writer-box-content__right .name {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ff6a85;
}

.back-y-link {
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.back-y-link a {
  width: 80%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  padding: 1.75rem 2.5rem;
  background: #ff6a86;
  box-shadow: 0 5px #a74557;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  text-decoration: none;
}
.back-g-link {
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.back-g-link a {
  width: 80%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  padding: 1.75rem 2.5rem;
  background: #f2ce3a;
  box-shadow: 0 5px #dab008;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  text-decoration: none;
}
.article-block .back-b-link {
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.article-block .back-b-link a {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
  padding: 0.75rem 2.5rem;
  background: linear-gradient(to bottom, #74befd 0%, #3ca2f9 100%);
  box-shadow: 3px 3px #4591d2;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  text-decoration: none;
}
.back-o-link {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.back-o-link a {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 1.75rem 0.5rem;
  background: #f08302;
  border-top: solid 3px #f08302;
  border-right: solid 3px #dd6704;
  border-bottom: solid 3px #dd6704;
  border-left: solid 3px #f08302;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  text-decoration: none;
}
.cta-dclinic a {
  background: none;
  border: none;
  padding: 0;
}
.cta-dclinic img {
  filter: drop-shadow(8px 8px 3px rgb(0, 0, 0, 0.3));
  animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
  0% {
    transform: translate(0px, 2px);
  }
  5% {
    transform: translate(0px, -2px);
  }
  10% {
    transform: translate(0px, 2px);
  }
  15% {
    transform: translate(0px, -2px);
  }
  20% {
    transform: translate(0px, 2px);
  }
  25% {
    transform: translate(0px, -2px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
@media (min-width: 768px) {
  .back-o-link a {
    padding: 1.75rem 1.5rem;
    font-size: 1.8rem;
  }
  .cta-dclinic a {
    padding: 0;
  }
}
.article-block .txt-link {
  color: #ffac3b;
  font-weight: bold;
}

.article-block .table-of-contents {
  margin-top: 20px;
}

.article-block .table-of-contents h3 {
  text-align: center;
  border-bottom: 2px dashed #ff6a85;
  padding: 8px;
}

.article-block__ttl04 {
  background: #e8554d;
  color: #fff;
  padding: 16px;
  font-weight: bold;
}

.article-block .img {
  margin-bottom: 20px;
}

.article-block ul li {
  font-size: 100%;
}

.article-block .blue-back {
  padding: 10px;
  margin: 10px 0;
  background: #dbefff;
}

.article-block .blue-back p {
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.article-block .blue-back p span {
  font-weight: bold;
  font-size: 1.8rem;
}

.article-block .comparison-table {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.6rem;
  border-collapse: collapse;
  border-spacing: 0px;
}

.article-block .comparison-table td,
.article-block .comparison-table th {
  width: calc(100% / 3);
  border: 1px dashed #ff7177;
  padding: 5px 0;
  line-height: 1.4;
}

.article-block .comparison-table .rank {
  padding: 8px 0;
  text-align: center;
}

.article-block .comparison-table .ttl {
  text-align: center;
  padding: 10px 0;
  background: #fff !important;
}

.article-block .comparison-table .sub-ttl {
  padding: 1px 0;
  background: #ffeded;
}

.article-block .comparison-table .pkimg {
  text-align: center;
  padding: 10px 0;
}

.article-block .comparison-table .pkimg img {
  max-width: 100px;
}

.article-block .comparison-table .link {
  text-align: center;
  background: #ff7177;
}

.article-block .comparison-table .link:hover {
  opacity: 0.8;
}

.article-block .comparison-table .link a {
  width: 100%;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding-right: 10px;
}

.article-block .comparison-table .link a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  margin-left: 5px;
  width: 0;
  height: 0;
  border-top: solid 8px transparent;
  border-right: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-left: solid 8px #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.article-block__box {
  background: #fff;
  padding: 8px;
}
.article-block__box h2 {
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 575.98px) {
  .article-block .table-of-contents ol {
    margin: 10px 0 10px;
    width: 50%;
  }

  .article-block .table-of-contents ol li {
    width: 95%;
    margin: 0 auto;
    text-align: left;
    font-size: 1rem;
    line-height: 2;
  }
  .article-block .table-of-contents h3 {
    font-size: 1.4rem;
  }
}
.article-block__ttl {
  font-size: 2rem;
}

.article-block__ttl02 {
  font-size: 1.8rem;
}

.bnr-block {
  width: 100%;
}

.bnr-block__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}

.bnr-block__item a {
  margin-bottom: 10px;
}

.bnr-block__item02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.bnr-block__item02 a {
  margin-bottom: 10px;
}

.article-review {
  border: 1px dashed #ff7177;
}

.article-review .img {
  padding: 0 10px;
  text-align: center;
  margin: 10px auto;
}

.article-review__ttl {
  line-height: 1.5;
  margin-bottom: 10px;
  background-color: #ffeded;
  padding: 0.75rem 1.25rem;
  font-weight: bold;
  text-align: center;
}

.article-review p {
  padding: 0 10px;
}
.official-img {
  width: 80%;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.arrow-img {
  width: 30%;
  display: block;
  margin: 0 auto;
}

footer {
  color: #fff;
  padding: 10px 0;
  background: #d3381b;
  text-align: center;
}
.footer-dk {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #4a4b4d;
}

footer .footer-inr {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}

footer .footer-inr .txt {
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.5;
}

footer .footer-inr .u-link {
  color: #fff;
}

footer .copy {
  text-align: center;
  font-size: 1.4rem;
}
footer .search-footer {
  flex-flow: column nowrap;
}
footer .search-footer .txt {
  width: 100%;
  margin: 0 auto 10px;
}

footer .footer-line {
  background: #1b3664;
  width: 100%;
  height: 60px;
}

/* アコーディオン */
/*ボックス全体*/
.accbox {
  margin: 1em 0;
  padding: 0;
  cursor: pointer;
}
/* -------------------------------------------- */
/* ▼アコーディオン */
/* -------------------------------------------- */
/*ラベル*/
.accbox label {
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.recbox-wrapper .accbox .article-block__ttl:before {
  color: #f46d90;
}

/*チェックは隠す*/
.accbox input {
  display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
  height: auto;
  padding: 5px;
  opacity: 1;
}

/*アイコンを入れ替える*/
.cssacc:checked + label .article-block__ttl:before {
  top: 50%;
  right: 0;
  content: '+';
  padding-right: 6px;
  transform: translate(-3px, -67%) rotate(315deg);
  -webkit-transform: translate(-3px, -67%) rotate(315deg);
  -moz-transform: translate(-3px, -67%) rotate(315deg);
  -ms-transform: translate(-3px, -67%) rotate(315deg);
  -o-transform: translate(-3px, -67%) rotate(315deg);
}

/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* ▼PC用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media screen and (min-width: 768px) {
  .wrapper {
    width: 100%;
  }
  .content {
    max-width: 740px;
    margin: 0 auto;
  }
  .img {
    width: 80%;
    margin: 16px auto 0;
  }
  .img-link,
  .img-link-top {
    width: 100%;
  }
  .img-link-top {
    width: 100%;
  }
  .article-ttl01 {
    margin: 0 10px;
  }
  .article-ttl01 h1 {
    font-size: 2.5rem;
    /* 36px*/
  }
  .article-ttl01 h2 {
    font-size: 2.4rem;
    /* 24px*/
  }
  .article-ttl01 h3 {
    font-size: 2.2rem;
    /* 22px*/
  }
  .back-y-link {
    width: 500px;
  }
  .back-y-link a {
    font-size: 2rem;
    line-height: 1.5;
    width: 100%;
  }
  .back-g-link {
    width: 500px;
  }
  .back-g-link a {
    font-size: 2rem;
    line-height: 1.5;
    width: 100%;
  }

  footer {
    color: #fff;
  }
  footer .footer-inr {
    width: 740px;
    margin: 0 auto;
  }
}

/* 20190903 */
.c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c--jStart {
  justify-content: flex-start;
}
.c--jEnd {
  justify-content: flex-end;
}
.c--jBetween {
  justify-content: space-between;
}
.c--jEvenly {
  justify-content: space-evenly;
}
.c--jAround {
  justify-content: space-around;
}
.c--aStart {
  align-items: flex-start;
}
.c--aEnd {
  align-items: flex-end;
}
.c--aStrech {
  align-items: stretch;
}
.c--col {
  flex-direction: column;
}
.c--colRev {
  flex-direction: column-reverse;
}
.c--rowRev {
  flex-direction: row-reverse;
}
.c--wrap {
  flex-wrap: wrap;
}
.c__fix {
  flex: 0 0 0;
}
.c__flex {
  flex: 1 1 100%;
}
span.ex {
  font-size: 2.5rem;
  color: #f8525d;
}
span.go {
  font-size: 2.5rem;
  color: #7cd0dd;
}
span.so {
  font-size: 2.5rem;
  color: #f5c132;
}
span.ba {
  font-size: 2.5rem;
  color: #7a7a7a;
}
@media (max-width: 575.98px) {
  span.ex {
    font-size: 1.5rem;
  }
  span.go {
    font-size: 1.5rem;
  }
  span.so {
    font-size: 1.5rem;
  }
  span.ba {
    font-size: 1.5rem;
  }
}

.inner-title {
  padding: 10px;
  background: #d3381b;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.6;
}

.inner-title span {
  font-size: 1.6rem;
}

h1 {
  padding: 16px 0;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #d3381b;
  line-height: 0.8;
}
h1 span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #000;
}
h1 span::before,
h1 span::after {
  content: '';
  height: 2px;
  background: #000;
  max-width: 10px;
  width: 100%;
}
header {
  max-width: 740px;
  margin: 0 auto;
}

.point {
  position: relative;
  background: #fee7be;
  margin-top: 58px;
  padding-top: 64px;
}

.point::before {
  content: '審査通過率アップのポイント';
  position: absolute;
  top: -24px;
  left: 0;
  padding: 10px 32px;
  background: #f08302;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
}
.point::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #f08302 transparent transparent;
  position: absolute;
  top: 16px;
  left: 99px;
}

.point li + li {
  margin-top: 16px;
}

.point_number {
  color: #dd6704;
  font-size: 2rem;
}

.point dt {
  color: #dd6704;
  font-size: 1.6rem;
  font-weight: bold;
}

.point dd {
  font-size: 1.4rem;
}

.detail-wrap {
  background: #feeef2;
}

.detail_inner-head {
  display: grid;
  grid-template-columns: 30% 1fr;
  align-items: center;
}

.detail_inner-head .check-wrap li + li {
  margin-top: 8px;
}

.detail_inner-head li mark {
  width: 100%;
  padding: 10px;
  background: #ffff99;
  font-size: 14px;
}

.detail_inner-head li mark::before {
  content: '✔︎';
  display: block;
  margin-right: 8px;
}

.detail_inner-frame h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  max-width: 400px;
  height: 54px;
  margin: 0 auto;
  /* padding: 10px; */
  background: #a9cf53;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

.detail_inner-frame .frame {
  position: relative;
  border: solid 2px #a9cf53;
  padding: 40px 10px 10px;
}

.detail_inner-frame dl + dl {
  border-top: solid 1px #ccc;
  padding-top: 16px;
  margin-top: 16px;
}

.review {
  height: 350px;
  overflow-y: auto;
}

.detail_inner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  border-top: solid 2px #d9d9d9;
  border-right: solid 2px #d9d9d9;
}

.detail_inner-grid dt,
.detail_inner-grid dd {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 2px #d9d9d9;
  border-left: solid 2px #d9d9d9;
}

.detail_inner-grid dt {
  background: #f2f2f2;
}

.detail_inner-grid dd {
  min-height: 70px;
  font-weight: bold;
  line-height: 1.6;
  font-size: 1.3rem;
}

.annotation {
  font-size: 1.5rem;
  font-weight: bold;
}

.annotation dl {
  background: #d9d9d9;
}

.annotation li {
  font-size: 1.3rem;
  font-weight: normal;
}

.annotation li::before {
  content: '※';
  color: #d3381b;
}

.annotation li + li {
  margin-top: 8px;
}
.container-space {
  padding-left: 10px;
  padding-right: 10px;
}

.content {
  width: 100%;
  margin-top: 20px;
  padding: 0 1.8rem;
}
@media screen and (min-width: 768px) {
  .content {
    width: 740px;
    margin: 0 auto;
    padding: 0 1rem;
  }
}
