@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;
  font-family: 'Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
}

h1 {
  font-size: 1.4rem;
  /* 24px*/
  line-height: 1.5;
}

h2 {
  font-size: 2rem;
  /* 20px*/
  line-height: 1.5;
}

h3 {
  font-size: 1.8rem;
  /* 18px*/
  line-height: 1.5;
}

p {
  font-size: 1.45rem;
  line-height: 1.8;
  margin-bottom: 1px;
}

.txtlink{
  color: #f2ce3a;
  font-size: 110%;
  font-weight: bold;
}

.pink {
  color: #ff6a85;
}
.br {
  color: #856332;
}
.or {
  color: #f37235;
}
@media (min-width: 768px) {
  /* 1200px以上*/
  h1 {
    font-size: 2.5rem;
    /* 36px*/
  }
  h2 {
    font-size: 2.4rem;
    /* 24px*/
  }
  h3 {
    font-size: 2.2rem;
    /* 22px*/
  }
  p {
    font-size: 1.6rem;
    line-height: 2;
  }
}

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: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

a:hover {
  text-decoration: none;
  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;
}

/* ========================================================
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-blue{
  color: #3ca2f9 !important;
}

/* 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;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.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(.95); opacity:1}
  90%{opacity:.1}to{transform:scale(1.2,1.5); opacity:0}
}
.anime-wapper{
  position: relative;
  transition: .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%;
}

.content {
  width: 100%;
  margin-top: 20px;
  padding: 0 1rem;
}

.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;
  /*bottom: -29px;
    */
  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;
}

.figure {
  max-width: 100%;
  margin-bottom: 20px;
}

.article-block {
  margin: 20px 0;
}

.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: .5rem 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: .5rem 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: 80%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.back-o-link a{
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
  padding: 0.75rem 2.5rem;
  background-image: linear-gradient( 135deg, #32CCBC 10%, #32CCBC 100%);
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  text-decoration: none;
}
.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 .table-of-contents ol {
  margin: 10px 0 10px;
  width: 50%;
}

.article-block .table-of-contents ol li {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

.article-block__ttl {
  margin-bottom: 10px;
  border-left: 5px solid #40311c;
  background-color: #fff9f0;
  padding: 0.75rem 1.25rem;
  font-weight: bold;
}

.article-block__ttl02 {
  margin-top: 20px;
  margin-bottom: 10px;
  border-left: 5px solid #ff6a85;
  padding: 0.75rem 1.25rem;
  font-weight: bold;
  color: #ff6a85;
}

.article-block .img {
  margin-bottom: 20px;
}

.article-block ul {
  margin-bottom: 10px;
}

.article-block ul li {
  font-weight: bold;
  font-size: 110%;
}

.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: .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%);
}
@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: 1.8rem;
}

.article-block__ttl02 {
  font-size: 1.6rem;
}

.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{
  width: 100%;
}
.official-img{
  width: 80%;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  /* border-bottom: 2px solid #969696;
  transition: all 0.3s ease 0s; */
}
/* .official-img:hover{
  border-bottom-color: transparent;
  transform: translateY(0.1875em);
} */

.arrow-img{
  width: 30%;
  display: block;
  margin: 0 auto;
}

footer {
  padding: 10px 0;
  background: #fff9e6;
  color: #856332;
}

footer .footer-inr {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

footer .footer-inr .txt {
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.5;
}

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;
}

/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* ▼PC用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media screen and (min-width: 768px) {
  .wrapper {
    width: 100%;
  }
  .content {
    width: 740px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .img {
    width: 80%;
    margin: 16px auto 0;
  }
  .img-link{
    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%;
  }

  .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: 20%;
    margin-right: 10px;
  }
  .article-block .writer-box .writer-box-content__right {
    width: 75%;
  }
  .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;
  }
  .bnr-block__item a {
    margin-bottom: 10px;
  }
  .bnr-block__item02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .bnr-block__item02 a {
    margin-bottom: 10px;
  }
  .bnr-block__item02 a:first-child {
    margin-right: 10px;
  }
  footer {
    padding: 10px 0;
    background: #fff9e6;
    color: #856332;
  }
  footer .footer-inr {
    width: 740px;
    margin: 0 auto;
  }
  footer .footer-inr .txt {
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.5;
  }
  footer .copy {
    text-align: center;
    font-size: 1.4rem;
  }
  footer .search-footer .txt {
    width: 70%;
    margin: 0 auto 10px;
  }
}


/* 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;
  }
}

.flex-wrap{
  margin: 0 auto;
  width: 100%
}
.flex-inner{
  text-align: center;
  padding-top: 10px;
}
.flex-inner-top{
  text-align: center;
}
@media screen and (min-width: 768px){
  .flex-wrap{
    width: 80%;
  }
}

.ranking-ttl{
  padding-bottom: 10px;
}

.flex_box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 8px;
}
.flex_box .flex-left {
  width: 30%;
}
.flex_box .flex-right {
  margin-left: 8px;
}
.flex_box .flex-right h4 {
  font-weight: bold;
  color: #ff6a85;
}
.flex_box .flex-right p {
  font-size: 1.3rem;
}

/* comporment */
.comporment-wapper{
  flex-wrap: wrap;
  justify-content: flex-start !important;
}
.comporment-wapper .comporment-box{
  background: #f2ce3a;
  font-weight: 400;
  color: #fff;
  margin: 2px;
  padding: 0px 8px;
}
@media (min-width: 576px){
  .comporment-wapper{
    justify-content: center !important;
    width: 85%;
    margin: 0 auto;
  }
  .comporment-wapper .comporment-box{
    padding: 8px 16px;
  }
}

.flex_ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flex_ttl .flex_inner_ttl {
  font-size: 1.4rem;
  padding-left: 12px;
}
.flex_ttl .flex_inner_ttl span{
  font-size: 1.4rem;
}

.price {
  font-weight: 500;
  text-align: center;
  line-height: 160%;
  margin-top: 40px;
}
.price .price_score {
  padding: 0 8px;
  font-size: 3rem;
}

.hikaku-ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  background: #f2ce3a;
  color: #fff;
  line-height: 1.3;
  padding: 12px;
}


/* アコーディオン */
.accordion-box {
  position: relative;
}
.accordion-box label {
  height: 240px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  position: absolute!important;
  bottom: 0;
  width: 100%;

  /* 以下グラデーションは「背景が白」に併せて設定しています */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.accordion-box input.acMore:checked + label {
  background: inherit; /* 開いた時には背景グラデーションを消す */
}
.accordion-box label:after {
  content: "続きをよむ"; /* ラベルの文字 */
  padding: 10px;
  font-size: 2rem;
  letter-spacing: .05em;
  line-height: 2.5rem;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
  background-color: #333;
  width: 50%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.accordion-box label:before {
 display: none!important;
}
.accordion-box input.acMore {
  display: none;
}
.accordion-box .accordion-container {
  overflow: hidden;
  height: 300px; /* 開く前に見えている部分の高さ */
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}


.accordion-box input.acMore:checked + label {
  /* display: none ; 閉じるボタンは要らないとき */
}
.accordion-box input.acMore:checked + label:after {
  content: "閉じる"!important;
  /**/
  left: 50%!important;
  height: unset!important;
  margin-top: unset!important;
  border-left: unset!important;
  border-bottom: unset!important;
  -webkit-transform: translate(-50%, 0)!important;
  transform: translate(-50%, 0)!important;
  top: unset!important;
  display: unset!important;
}
.accordion-box input.acMore:checked ~ .accordion-container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.content-ttl{
  margin-top: 20px;
}
.content-ttl_sub {
  display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	text-align: center;
  color: #40311c;
  font-weight: bold;
}
.content-ttl_sub::before,
.content-ttl_sub::after {
	content: '';
	width: 2px;
	height: 30px;
	background-color: #40311c;
}

.content-ttl_sub::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.content-ttl_sub::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
.content-ttl_main {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  background-color: #40311c;
  color: #fff;
  padding: 10px 0;
}
@media (max-width: 575.98px) {
  .content-ttl_sub {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-align: center;
    color: #40311c;
    font-weight: bold;
  }
  .content-ttl_sub::before,
  .content-ttl_sub::after {
    content: '';
    width: 2px;
    height: 20px;
    background-color: #40311c;
  }
  
  .content-ttl_sub::before {
    margin-right: 20px;
    transform: rotate(-35deg)
  }
  .content-ttl_sub::after {
    margin-left: 20px;
    transform: rotate(35deg)
  }
  .content-ttl_main {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #40311c;
    color: #fff;
    padding: 10px 0;
  }
}

.point-ttl {
  position: relative;
  padding: .8rem 0;
  text-align: center;
  background: #40311c;
  font-weight: bold;
  color: #fff;
  margin-top: 50px;
  font-size: 16px;
}

.point-ttl:before,
.point-ttl:after {
  position: absolute;
  content: '';
}

.point-ttl:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  
  border-radius: 50%;
  background: #40311c;
}

.point-ttl:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #40311c;
}

.point-ttl i {
  font-size: 30px;
  font-size: 2.5rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
  color: #fff;
}

.point-ttl span {
  position: relative;
  z-index: 1;
}
.point-num-ttl {
  position: relative;
  padding-left: 3.5em;
  font-size: 18px;
  font-weight: bold;
  color: #40311c;

  margin-bottom: 5px;
}

.point-num-ttl span {
  position: absolute;
  top: 5px;
  left: 0;
  padding: 0 1.4rem;
  font-size: 14px;
  background: #40311c;
  color: #fff;
}

.point-num-ttl span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -7px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #40311c;
}
.point-box {
  padding: 1rem;
  border: 1px solid #40311c;
  border-top: none;
}
.point-text {
  margin-bottom: 20px;
}


.summary__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #f37235;
  padding: 1.5rem 0;
  margin-bottom: 10px;
}
.summary__ttl::before,
.summary__ttl::after {
  content: '';
  width: 2px;
  height: 20px;
  background-color: #fff;
}

.summary__ttl::before {
  margin-right: 20px;
  transform: rotate(-35deg)
}
.summary__ttl::after {
  margin-left: 20px;
  transform: rotate(35deg)
}