@charset "UTF-8";

/*================================================
 *  一般・共通設定
 ================================================*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?d985t9");
  src:
    url("fonts/icomoon.eot?d985t9#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?d985t9") format("truetype"),
    url("fonts/icomoon.woff?d985t9") format("woff"),
    url("fonts/icomoon.svg?d985t9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" fa-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-star:before {
  content: "\e9d9";
  font-size: 1.4rem;
}

body {
  width: 100%;
  margin: 0 auto;
  font-size: 1.2rem;
  font-weight: 600;
  color: #898989;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.6;
  letter-spacing: 0px;
  -webkit-text-size-adjust: 100%;
  margin-bottom: 1rem;
}

a {
  color: #695447;
  text-decoration: none;
}
a:hover {
  color: #e88e00;
  opacity: 80%;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

hr {
  content: ".";
  display: block;
  border: none;
  height: 0;
  margin: 0;
  clear: both;
}
p {
  margin: 0 0 1em 0;
}

img {
  vertical-align: middle;
  width: 100%;
}

em {
  font-weight: bold;
}

strong {
  font-weight: bold;
  font-size: 110%;
}

pre {
  margin: 1em 0;
  padding: 1em;
}

.UzVA6QT9 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fffefe;
  height: 6rem;
  max-width: 768px;
  margin: 0 auto;
}
.uUxK5HzV {
  width: 60%;
}
.uUxK5HzV img {
  padding: 0.5rem 0;
  max-height: 130px;
  max-width: 500px;
}
.R8lBbKmB {
  position: relative;
  top: 0px;
  right: 0px;
  display: flex;
  height: 6rem;
  width: 6rem;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: #65a4ff;
}
.R8lBbKmB span,
.R8lBbKmB span:before,
.R8lBbKmB span:after {
  content: "";
  display: block;
  height: 8px;
  width: 4rem;
  border-radius: 8px;
  background-color: #fffefe;
  position: absolute;
}
.R8lBbKmB span:before {
  bottom: 1.5rem;
}
.R8lBbKmB span:after {
  top: 1.5rem;
}
#menu-btn-check:checked ~ .R8lBbKmB span {
  background-color: rgba(
    255,
    255,
    255,
    0
  ); /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .R8lBbKmB span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .R8lBbKmB span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}
#menu-btn-check:checked ~ .mMAQSz3S {
  left: 0; /*メニューを画面内へ*/
}
.mMAQSz3S {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #65a4ff;
  transition: all 0.5s; /*アニメーション設定*/
}
.mMAQSz3S ul {
  padding: 70px 10px 0;
}
.mMAQSz3S ul li {
  border-bottom: solid 1px #fffefe;
  list-style: none;
}
.mMAQSz3S ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #fffefe;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.mMAQSz3S ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fffefe;
  border-right: solid 2px #fffefe;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

/*================================================
 *  フッター
 ================================================*/
.yBhx3Ty8 {
  width: 100%;
  text-align: center;
  padding-bottom: 0.8rem;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.ol82MS0q {
  position: fixed;
  bottom: 15px;
  right: 15px;
}
.ol82MS0q a {
  display: block;
  text-decoration: none;
}
.ol82MS0q img {
}
.ol82MS0q img:hover {
}
.e4nDZ1dB {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}

/*================================================
 *  サーチボックス
 ================================================*/

.r2ZfUFpP {
  background: #ff9b9d;
}

.CAGXA4Qk {
  max-width: 768px;
  margin: 0 auto;
  padding: 1% 2%;
}

.B71PWRKs .KznNcqrj {
  list-style: none;
  margin: 0;
}

label {
  cursor: pointer;
}

.c9CUeyiJ {
  display: none;
}

.c9CUeyiJ + .KznNcqrj {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-out;
  position: relative;
  top: 4px;
  margin-bottom: -10px;
}

.c9CUeyiJ:checked + .KznNcqrj {
  max-height: 2000px;
  transition: all 0.4s ease-in;
}

.B71PWRKs {
  background: #ff9b9d;
  overflow: hidden;
  margin: 1rem 0;
}

.KznNcqrj {
  margin: 32px 8px;
  padding: 8px;
}

.W2IHt9eP {
}

.VWxPVsLN {
}

.rmg0DBaU {
  position: relative;
}

.rmg0DBaU:before {
  z-index: 1;
  position: absolute;
  right: 15px;
  top: 0;
  content: "\e900";
  font-family: "icomoon";
  line-height: 43px;
  color: #fe8a90;
  pointer-events: none;
}

.VWxPVsLN table {
  width: 100%;
  margin: 0;
  border-radius: 8px;
  box-sizing: border-box;
}

.VWxPVsLN table td {
  text-align: center;
  padding: 4px;
  width: calc(100% / 3);
  font-size: 0.6rem;
}

.VWxPVsLN table td input {
  font-size: 0.8rem;
  width: 100%;
  box-sizing: border-box;
  border: 3px solid #fe8a90;
  background: #fffefe;
  height: 45px;
  line-height: 45px;
  padding: 12px 12px;
  border-radius: 15px;
  vertical-align: middle;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.VWxPVsLN table td select {
  width: 100%;
  box-sizing: border-box;
}

.VWxPVsLN table td select {
  font-size: 0.8rem !important;
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 45px;
  padding: 12px 12px;
  border: 3px solid #fe8a90;
  background: #fffefe;
  color: #838b9b;
  width: 100%;
  border-radius: 15px;
}

.VWxPVsLN table td select option {
  background-color: #fffefe;
  color: #343234;
}

.VWxPVsLN table td select::-ms-expand {
  display: none;
}

.VWxPVsLN table td select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #838b9b;
}

.UMZihIss {
  margin: 0;
  padding-bottom: 24px;
}

.HG667JMh {
  background: linear-gradient(#fe8a90, #fe8a90);
  border: 4px solid #fffefe;
  border-radius: 25px;
  display: block;
  color: #fffefe;
  text-decoration: none;
  padding: 1%;
  width: 50%;
  margin: 15px auto 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

/*================================================
 *  トップページ
 ================================================*/
.GMX49WSd {
  background-color: #fffce3;
}

.GqcSd7I4,
aside h2,
aside ol,
.NvOqbZZr,
.hYZ1SS87,
.d8gDzeel,
.u3lRWv73 {
  margin: 0 auto;
  max-width: 768px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

aside {
  width: 100%;
  background-color: #febbb9;
}

aside ol {
  display: flex;
}

aside ol li {
  width: 32%;
  margin: 0 0.6% 1rem;
  float: left;
  background: #fffefe;
  padding: 4rem 0 0;
  display: flex;
  flex-direction: column;
  color: #fec128;
}

aside ol li .JIcjvDTt {
  flex-grow: 1;
}

aside ol li:nth-child(1),
aside ol li:nth-child(2),
aside ol li:nth-child(3) {
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 28%;
  border-radius: 15px;
}

aside ol li:nth-child(1) {
  background-image: url("../images/c661bc62dad9012900a77b48a2392d89.webp");
  color: #fe8a90;
}

aside ol li:nth-child(2) {
  background-image: url("../images/e06e2bf27c15c32234145264eb6a1fc9.webp");
  color: #ff9c8c;
}

aside ol li:nth-child(3) {
  background-image: url("../images/cc9befc70be3c02ffd0eadc41065dec2.webp");
  color: #ffa58a;
}

aside ol li picture {
  display: flex;
  margin-bottom: 0.8rem;
  padding: 8% 6% 0;
}

aside ol li picture img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  aspect-ratio: 1 / 1;
}

aside ol li dl .RFERQ79K {
  height: 4rem;
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  place-items: center center;
}

aside ol li dl p {
  font-size: 1rem;
  line-height: 1.4rem;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
}

aside ol li dl dt {
  background: #ffd1bb;
  color: #fffefe;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
  padding: 0.4rem 0;
  margin-top: 0.6rem;
}

aside ol li dl dd {
  text-align: center;
  font-size: 1rem;
  line-height: 1rem;
  padding: 1rem 0 0.4rem;
}

aside ol li dl .VGQPtYRP {
  font-size: 2rem;
  padding: 1rem 0 0.3rem;
}

aside ol li dl .VGQPtYRP small {
  font-size: 1.6rem;
}

aside ol li dl .dA7VQg6q {
  font-size: 4rem;
  line-height: 0.5rem;
  padding: 0.3rem 0;
}

aside ol li dl .dA7VQg6q .WynWUh9C {
  font-size: 4rem;
  line-height: 4rem;
}

aside ol li dl .dA7VQg6q .SmjNmkGy {
  color: #fe8a90;
  font-weight: 300;
}

aside ol li dl .dA7VQg6q small {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: bold;
}

aside ol li dl .v9AQgnBv {
  color: #fffefe;
  font-size: 1.6rem;
  letter-spacing: -1px;
  padding: 1.6rem 0 1rem;
  /* line-height: 4.5rem; */
  color: #fec128;
}

aside ol li dl dd img {
  width: 80%;
  text-align: center;
}

aside ol li .pbRnQ9dj {
  width: 100%;
}

aside ol li .pbRnQ9dj a {
  display: block;
  text-align: center;
  width: 92%;
  padding: 1rem 4% 0.8rem;
}

.hu0dlTyw h2 span {
  display: block;
  width: 80%;
  background: #fffefe;
  text-align: center;
  padding: 0.3rem 1rem;
  margin: 0 auto 2rem;
  border-radius: 25px;
  color: #fe8a90;
}

#ranking {
  background: #ff9b9d;
}

#ranking h2 {
  max-width: 900px;
  margin: 0 auto;
}

.ferMwNMI {
  border: 7px solid #ff757c;
  border-radius: 15px;
  margin: 0 auto 1rem;
  background: #fffefe;
  max-width: 768px;
  padding: 0 0.6rem;
}

.ferMwNMI:last-of-type {
  margin-bottom: 0;
}

.ferMwNMI heaedr {
  display: block;
  padding: 0.6rem 0;
}

.ferMwNMI heaedr a {
}

.ferMwNMI heaedr h2 {
  max-width: 768px;
  color: #7d7d7f;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.4rem 0;
  border-bottom: 2px solid #adafad;
}

.ferMwNMI heaedr .Dm55kShf {
  width: 16%;
  padding-left: 1%;
}

.ferMwNMI heaedr .OrqrSliz {
  width: 75%;
  font-size: 1.7rem;
  text-align: left;
}

.ferMwNMI heaedr h2 .wAhZcT2N {
  width: 5%;
  font-size: 0.7rem;
  line-height: 0.7rem;
  color: #fed301;
}

.ferMwNMI heaedr .Dm55kShf img {
  width: 80%;
}

.ferMwNMI heaedr h2 .wAhZcT2N span {
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.H3Cl94Dc {
  display: flex;
}

.H3Cl94Dc picture {
  width: 37%;
}

.H3Cl94Dc picture img {
  border: 1px solid #cdcdcd;
}

.H3Cl94Dc table {
  margin-left: 2%;
  width: 60%;
}

.H3Cl94Dc table th {
  width: 40%;
  background: #abceff;
  color: #fffefe;
  padding: 0.4rem 0;
  vertical-align: middle;
  border-bottom: 4px solid #fffefe;
}

.H3Cl94Dc table td {
  width: 60%;
  vertical-align: middle;
  padding: 0.4rem;
  font-weight: 200;
}

.H3Cl94Dc table td img {
  width: 80%;
}

.H3Cl94Dc table .v9AQgnBv {
  color: #ffbc43;
  letter-spacing: -1px;
}

.H3Cl94Dc table small {
  font-size: 1rem;
  color: #898989;
}

.H3Cl94Dc table strong {
  font-size: 1.6rem;
  color: #898989;
}

.vaehatoy {
  display: flex;
  width: 96%;
  margin: 0 auto;
}

.vaehatoy dl {
  background: #4750c2;
  padding: 0.3rem;
  text-align: center;
  width: 32%;
  margin: 1rem 0.8%;
  display: flex;
  flex-direction: column;
}

.vaehatoy dl dt {
  color: #fffefe;
  padding: 0.6rem 0;
}

.vaehatoy dl dd {
  background: #fffefe;
  letter-spacing: -1px;
  font-weight: 300;
  padding: 1rem 0.2rem;
  flex-grow: 1;
}

.vaehatoy dl dd p {
  margin-bottom: 0.3rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.vaehatoy dl dd span {
  font-size: 5rem;
  line-height: 6rem;
  color: #ff7f3e;
}

.vaehatoy dl dd strong {
  line-height: 1.6rem;
  font-size: 1.4rem;
  color: #ff7f3e;
}

.vaehatoy dl dd small {
  font-size: 0.8rem;
}

.NvOqbZZr {
  text-align: center;
  background: #fffefe;
}

.NvOqbZZr .dwqviwxg ul {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin: 1rem 0;
  padding: 0 0.5rem 0.5rem;
  width: 100%;
}

.NvOqbZZr .dwqviwxg ul li {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  background: #69acfe;
  color: #fffefe;
  font-size: 0.9rem;
}

.NvOqbZZr h3 {
  font-size: 1.5rem;
  padding: 0.6rem 0;
  color: #fffefe;
}

.NvOqbZZr p {
  font-size: 1rem;
  margin-bottom: 0;
}

.NvOqbZZr picture img {
  border: 1px solid #ededed;
  width: 95%;
}

.cTGJYeki {
  background: #ffbba6;
  border-radius: 15px;
  width: 86%;
  margin: 1rem auto 0;
  padding: 1rem 2rem;
  text-align: left;
}

.cTGJYeki h3 {
  color: #fe9876;
  display: inline-block;
  background: #fffefe url("../images/a298a14981709b1b858f529b67ba4196.webp") no-repeat 0.5rem;
  background-size: 2rem;
  padding: 0.2rem 1rem 0.2rem 2.8rem;
  border-radius: 2px;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.cTGJYeki ul {
  border-radius: 15px;
  color: #fffefe;
  font-size: 1.4rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.5rem;
}

.cTGJYeki ul li {
  padding: 1rem 0;
  text-align: left;
  background-image: url(../images/3e959b9945b5747c20d9364ea043ee9e.webp);
  background-position: top 1rem left;
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding-left: 30px;
  line-height: 20px;
  width: 92%;
}

.cTGJYeki ul li span {
  background: linear-gradient(transparent 70%, #fff48f 30%);
}

.NvOqbZZr p span {
  color: #f1861a;
}

.TcQ7o5Qx {
  width: 93%;
  border: 6px solid #fec128;
  border-radius: 5px;
  margin: 1rem auto;
  color: #ff7f3e;
}

.TcQ7o5Qx .D9sNS45i {
  display: flex;
  font-size: 1.8rem;
  line-height: 3.6rem;
  color: #fffefe;
  background: #fec128;
  padding: 1rem 1.2rem;
}

.TcQ7o5Qx h3 {
  text-align: left;
  padding-left: 2rem;
  background-image: url(../images/cont02_icon01.png);
  background-position: top 1rem left;
  background-repeat: no-repeat;
  background-size: auto 2rem;
  padding-left: 3rem;
}
.TcQ7o5Qx .v9AQgnBv {
  margin-left: auto;
  padding-top: 0.5rem;
  color: #fe2c2e;
}
.TcQ7o5Qx .v9AQgnBv .fa-star:before {
  font-size: 2rem;
}

.TcQ7o5Qx .v9AQgnBv span {
  color: #fffefe;
}

.TcQ7o5Qx .v9AQgnBv small {
  color: #616762;
  font-size: 1rem;
}

.TcQ7o5Qx .v9AQgnBv .JlZ124SZ {
  color: #676765;
}

.NvOqbZZr .TcQ7o5Qx figure {
  width: 100%;
  padding: 0 0;
  display: flex;
  align-items: center;
  padding: 1rem 0 0.5rem;
}

.NvOqbZZr .TcQ7o5Qx .SVuhL5NZ {
  width: 100%;
  float: none;
  text-align: left;
  padding: 0 0 1.5rem;
}

.NvOqbZZr .TcQ7o5Qx ul {
}

.NvOqbZZr .TcQ7o5Qx ul li {
  border-bottom: 3px dotted #fec128;
  padding: 0 1rem;
}

.NvOqbZZr .TcQ7o5Qx ul li:last-of-type {
  border-bottom: none;
}

.NvOqbZZr .TcQ7o5Qx .HtXt9ukl {
  font-size: 0.6rem;
  text-align: right;
  color: #9a9a98;
}

.NvOqbZZr .TcQ7o5Qx figure img {
  width: 21%;
  padding-left: 1%;
}

.NvOqbZZr .TcQ7o5Qx figcaption {
  padding-left: 0.6rem;
}

.NvOqbZZr .xco1MOeH {
  width: 92%;
  background: #fffefe;
  border: 8px solid #ff9b9d;
  border-radius: 15px;
  color: #ff9b9d;
  margin: 1rem auto;
}

.NvOqbZZr .xco1MOeH h3 {
  color: #fffefe;
  background: #ff9b9d url("../images/ab650b24cbe7d3690b3191f7625c3b8b.webp") no-repeat 1.5rem;
  background-size: 2rem;
  text-align: left;
  padding-left: 4rem;
}

.NvOqbZZr .xco1MOeH p {
  font-size: 1.4rem;
}

.NvOqbZZr .xco1MOeH ul {
  padding: 0 4% 0 4%;
}

.NvOqbZZr .xco1MOeH figure {
  width: 100%;
  padding: 0 0;
  display: flex;
  align-items: center;
  padding: 1rem 0 0.5rem;
}

.NvOqbZZr .xco1MOeH figure img {
  width: 20%;
  padding-left: 1%;
}

.NvOqbZZr .xco1MOeH figcaption {
  padding-left: 0.6rem;
  font-size: 1.8rem;
}

.NvOqbZZr .xco1MOeH .SVuhL5NZ {
  width: 100%;
  float: none;
  text-align: left;
  padding: 0.5rem 0 1.5rem;
}

.ferMwNMI footer {
  margin: 0 auto;
  padding: 0 0 1rem;
  width: 90%;
}

.hYZ1SS87 p {
  font-size: 1rem;
  font-weight: 200;
  padding-left: 2rem;
  padding-top: 1rem;
  margin-bottom: 0;
}

.hYZ1SS87 h4 {
  font-size: 1rem;
  color: #bcbabc;
  font-weight: 300;
  text-align: center;
}

.hYZ1SS87 h4::before {
  content: url(../images/cont02_lineicon.png);
  vertical-align: middle;
}

.d8gDzeel img {
  display: block;
  width: 60%;
  margin: 0.5rem auto;
}

.qDGwPSxT .D2AkE9vK {
  background: #ff757c;
}

.qDGwPSxT .D2AkE9vK ul {
  max-width: 768px;
  margin: 0 auto;
  padding: 1rem 0;
}

.qDGwPSxT .D2AkE9vK ul li {
  list-style: none;
  float: none;
  padding-left: 2rem;
  color: #fffefe;
  font-size: 1rem;
  font-weight: 200;
}

.qDGwPSxT .D2AkE9vK ul li a {
  color: #fffefe;
}

.qDGwPSxT .u3lRWv73 {
  color: #bcbabc;
  width: 94%;
  margin: 0.8rem auto 0;
}

.qDGwPSxT .u3lRWv73 h5 {
  font-size: 0.8rem;
}

.qDGwPSxT .u3lRWv73 p {
  font-size: 0.7rem;
  font-weight: 200;
  margin-bottom: 0.2rem;
}

img.move {
  animation: anime1 0.4s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime1 {
  from {
    transform: scale(1.02, 1.02);
  }
  to {
    transform: scale(1, 1);
  }
}

.Y3G7GRIV header {
  background: #fffefe;
}

.oQtqpNSo header {
  background: #fffefe;
  border-bottom: 2px solid #cdcdcd;
}

.XUNzrV2o,
.BtTglPek {
  max-width: 768px;
  margin: 0 auto;
}

.XUNzrV2o h1 {
  color: #fe9876;
  font-size: 1.4rem;
  text-align: center;
  padding: 1.4rem 0;
}

.XUNzrV2o h1 img {
  width: 70%;
  margin: 0 auto;
}

.BtTglPek {
  padding: 0 0.5rem;
}

.BtTglPek h2 {
  padding: 0.3em 0.4em;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  color: #fe9876;
  background: #fffefe;
  border-left: solid 8px #fe9876;
  border-bottom: solid 3px #d6d8d8;
}

.BtTglPek h3 {
  font-size: 1rem;
  color: #4750c2;
  border-bottom: 2px solid #4750c2;
  margin: 0.5rem 0;
}

.BtTglPek ul {
  color: #4750c2;
  margin-bottom: 2rem;
}

.BtTglPek p,
.BtTglPek dd {
  margin-bottom: 2rem;
  font-size: 0.9rem;
  font-weight: 400;
}

.BtTglPek dt {
  font-size: 1.2rem;
  color: #fe9876;
  border-bottom: 2px solid #fe9876;
}

.Iu9TuaKA img {
  display: block;
  width: 70%;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  header {
    height: 4.5rem;
  }
  .uUxK5HzV {
    width: 75%;
  }
  .uUxK5HzV img {
    max-height: 65px;
    max-width: 250px;
  }
  .R8lBbKmB {
    height: 4.5rem;
    width: 4.5rem;
  }
  .R8lBbKmB span,
  .R8lBbKmB span:before,
  .R8lBbKmB span:after {
    content: "";
    display: block;
    height: 4.5px;
    width: 2.5rem;
    border-radius: 4.5px;
    background-color: #fffefe;
    position: absolute;
  }
  .R8lBbKmB span:before {
    bottom: 0.9rem;
  }
  .R8lBbKmB span:after {
    top: 0.9rem;
  }
  aside ol li {
    padding: 2.8rem 0 0;
  }
  aside ol li picture {
    margin-bottom: 0.4rem;
    padding: 0 6% 0.2rem;
  }
  aside ol li dl .RFERQ79K {
    height: 3rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  aside ol li dl .dA7VQg6q small {
    font-size: 0.9rem;
  }
  .H3Cl94Dc {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .H3Cl94Dc picture {
    width: 100%;
  }
  .H3Cl94Dc table {
    margin: 1rem 0 0;
    width: 100%;
  }
  .vaehatoy {
    width: 100%;
  }

  .vaehatoy dl {
    border-radius: 7px;
    width: 33%;
    margin: 1rem 0.3%;
  }

  .vaehatoy dl dt {
    padding: 0.3rem 0;
    font-size: 1rem;
  }

  .vaehatoy dl dd {
    padding: 0.3rem 0 0;
  }

  .vaehatoy dl dd p {
    margin-bottom: 0.3rem;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }

  .vaehatoy dl dd span {
    font-size: 3.4rem;
    line-height: 4rem;
    color: #fe2c2e;
  }

  .vaehatoy dl dd strong {
    line-height: 1.2rem;
    font-size: 0.9rem;
    color: #fe2c2e;
  }
  .cTGJYeki {
    width: 92%;
    padding: 3%;
  }
  .cTGJYeki h3 {
    padding: 0.2rem 1rem 0.2rem 2.7rem;
    font-size: 1.2rem;
  }
  .cTGJYeki ul li {
    padding: 0.6rem 0;
    background-position: top 0.6rem left;
    background-repeat: no-repeat;
    background-size: auto 18px;
    padding-left: 1.5rem;
    line-height: 1.2rem;
    font-size: 1rem;
  }

  .TcQ7o5Qx {
    width: 96%;
    border-radius: 2px;
  }

  .TcQ7o5Qx .D9sNS45i {
    display: flex;
    font-size: 1rem;
    line-height: 1.8rem;
    padding: 0.5rem 0.5rem;
  }

  .TcQ7o5Qx h3 {
    text-align: left;
    padding-left: 1rem;
    background-image: url(../images/cont02_icon01.png);
    background-position: top 1rem left;
    background-size: auto 1rem;
    padding-left: 1.5rem;
  }
  .TcQ7o5Qx .v9AQgnBv {
    margin-left: auto;
    padding-top: 0.6rem;
    color: #fe2c2e;
  }
  .TcQ7o5Qx .v9AQgnBv .fa-star:before {
    font-size: 1rem;
  }

  .TcQ7o5Qx .v9AQgnBv small {
    font-size: 0.6rem;
  }

  .TcQ7o5Qx dl {
    margin: 0.6rem 0.5rem;
  }

  .TcQ7o5Qx dl dd {
    padding-left: 0.6rem;
  }

  .TcQ7o5Qx dl dd h4 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .TcQ7o5Qx dl dd p {
    font-size: 0.8rem;
    letter-spacing: 0.5px;
  }

  .TcQ7o5Qx .OkCRO1AP {
    margin: 1rem 1.2rem;
  }

  .TcQ7o5Qx .OkCRO1AP h5 {
    font-size: 1rem;
  }

  .TcQ7o5Qx .OkCRO1AP p {
    font-size: 1rem;
  }

  .TcQ7o5Qx .OkCRO1AP a {
    width: 90%;
  }

  .ferMwNMI footer {
    width: 100%;
  }

  .hYZ1SS87 p {
    font-size: 0.65rem;
    padding-left: 0.3rem;
    padding-top: 0;
    margin-bottom: 0;
  }

  .hYZ1SS87 h4 {
    font-size: 0.9rem;
  }

  .NvOqbZZr .xco1MOeH p {
    font-size: 1rem;
  }

  .NvOqbZZr .xco1MOeH figcaption {
    padding-left: 0.6rem;
    font-size: 1.3rem;
  }
  .NvOqbZZr .xco1MOeH h3 {
    background: #ffa971 url("../images/ab650b24cbe7d3690b3191f7625c3b8b.webp") no-repeat 0.5rem;
    background-size: 2rem;
    padding-left: 2.5rem;
  }
  .hu0dlTyw h2 span {
    width: 86%;
    font-size: 0.8rem;
  }
}

.S5MGTPAi {
  margin: 8px;
  padding: 0;
  text-align: center;
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  color: #fffefe;
}
