@charset "UTF-8";
/* *****************************
 *
 * Import file to Scss or Sass.
 *
 **************************** */
/****************************
           common
*****************************/
.btn-style01, .btn-style01--rev, .btn-style01--min, .btn-style01--white, .btn-style01--yellow {
  text-align: center;
  margin: 0 auto;
}

.btn-style01 a, .btn-style01--rev a, .btn-style01--min a, .btn-style01--white a, .btn-style01--yellow a {
  font-size: 20px;
  font-weight: bold;
  color: #454545;
  background: #fff;
  display: inline-block;
  min-width: 180px;
  padding: 15px 70px 15px 50px;
  border-radius: 45px;
  transition: .3s;
  position: relative;
  border: 2px solid #bd3127;
}

.btn-style01 a::after, .btn-style01--rev a::after, .btn-style01--min a::after, .btn-style01--white a::after, .btn-style01--yellow a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  transition: .3s;
}

.btn-style01 a::before, .btn-style01--rev a::before, .btn-style01--min a::before, .btn-style01--white a::before, .btn-style01--yellow a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 36px;
  height: 36px;
  transition: .3s;
  background: #bd3127;
  border-radius: 50%;
}

.btn-style01 a:hover, .btn-style01--rev a:hover, .btn-style01--min a:hover, .btn-style01--white a:hover, .btn-style01--yellow a:hover {
  color: #fff;
  background: #bd3127;
}

.btn-style01 a:hover::after, .btn-style01--rev a:hover::after, .btn-style01--min a:hover::after, .btn-style01--white a:hover::after, .btn-style01--yellow a:hover::after {
  border-color: #bd3127;
}

.btn-style01 a:hover::before, .btn-style01--rev a:hover::before, .btn-style01--min a:hover::before, .btn-style01--white a:hover::before, .btn-style01--yellow a:hover::before {
  background: #fff;
}

.btn-style01--rev a {
  color: #fff;
  background: #bd3127;
}

.btn-style01--rev a::before {
  background: #fff;
}

.btn-style01--rev a::after {
  border-color: #bd3127;
}

.btn-style01--rev a:hover {
  color: #bd3127;
  background: #fff;
}

.btn-style01--rev a:hover::before {
  background: #bd3127;
}

.btn-style01--rev a:hover::after {
  border-color: #fff;
}

.btn-style01--min a {
  font-size: 16px;
  min-width: 120px;
  padding: 10px 50px 10px 30px;
}

.btn-style01--min a::after {
  right: 24px;
  width: 6px;
  height: 6px;
}

.btn-style01--min a::before {
  right: 14px;
  width: 26px;
  height: 26px;
}

.btn-style01--white a {
  color: #fff;
  border-color: #fff;
}

.btn-style01--white a:hover {
  color: #000;
  background: #fff;
}

.btn-style01--yellow a {
  font-size: 16px;
  color: #454545;
  border-color: #ffd94a;
  background: #ffd94a;
  padding: 10px 62px 10px 30px;
}

.btn-style01--yellow a::after {
  right: 30px;
  border-top: 3px solid #ffd94a;
  border-right: 3px solid #ffd94a;
}

.btn-style01--yellow a::before {
  right: 18px;
  width: 30px;
  height: 30px;
  background: #fff;
}

.btn-style01--yellow a:hover {
  color: #454545;
  background: #fff;
}

.btn-style01--yellow a:hover::before {
  background: #ffd94a;
}

.btn-style01--yellow a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.lp__h2-style {
  font-family: "M PLUS 1", sans-serif;
  color: #555;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 18px;
  line-height: 2.5;
  margin-bottom: 60px;
  margin-left: 18px;
}

.lp__h2-style span {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "Helvetica", "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-left: -18px;
  line-height: 1;
  letter-spacing: 1px;
  color: #bd3127;
}

.bg-pink {
  background: #fffbfb;
}

.small {
  font-size: 14px;
}

.red {
  color: #f00;
}

.list-rhombus li {
  text-align: left;
  margin-bottom: 10px;
  text-indent: 0px;
  padding: 0 0 0 24px;
  position: relative;
}

.list-rhombus li:before {
  content: "◆";
  color: #abb5e6;
  margin-right: 12px;
  background-size: contain;
  vertical-align: top;
  font-size: 16px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.list-rhombus li:last-of-type {
  margin-bottom: 0;
}

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

.js-slide-in-up-late,
.js-slide-in-up,
.js-fade-in-up,
.js-fade-in {
  opacity: 0;
}

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

.animated.delay-06 {
  animation-delay: .6s;
}

/****************************
			TOP
*****************************/
.mainvisual {
  text-align: center;
  position: relative;
}

.mainvisual img {
  width: 100%;
  height: auto;
}

.mainvisual__inner {
  height: auto;
  margin: 0 auto;
}

.btn-intro {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.section__inner, .section__inner--mtzero, .section__inner--mbzero {
  width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
}

.section__inner--wide {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}

.section__inner--mtzero {
  padding-top: 0 !important;
}

.section__inner--mbzero {
  padding: 80px 0 0;
}

.about-section {
  color: #fff;
  position: relative;
  background: #111;
}

.about-section .section__inner, .about-section .section__inner--mtzero, .about-section .section__inner--mbzero {
  position: relative;
  z-index: 10;
}

.about-section h2 {
  color: #fff;
}

.about-section h3 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}

.about-section h4 {
  color: #b69333;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.about-section:before {
  content: "";
  display: block;
  width: 485px;
  height: 357px;
  background: url(../images/bg_shikoku.png) no-repeat center;
  position: absolute;
  top: 80px;
  left: 0px;
  opacity: .18;
}

.about-section:after {
  content: "";
  display: block;
  width: 439px;
  height: 413px;
  background: url(../images/bg_nokyocho.png) no-repeat center;
  position: absolute;
  bottom: 20px;
  right: 30px;
  transform: rotate(5deg) scale(0.8);
  opacity: .4;
}

.about-wrap {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

.about-wrap h3 {
  color: #bd3127;
  font-size: 24px;
  text-align: center;
  margin: 60px 0 30px;
}

.worries-section {
  background: #f7f7f7;
  position: relative;
  padding-bottom: 50px;
}

.worries-section .section__inner, .worries-section .section__inner--mtzero, .worries-section .section__inner--mbzero {
  padding-bottom: 0;
}

.worries-wrap h3 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 40px;
}

.worries__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.worries__img {
  width: 53%;
}

.worries__img img {
  border-radius: 25px;
}

.worries__img img {
  width: 100%;
  height: auto;
}

.worries-list {
  width: 50%;
  text-align: left;
  margin: 0 0 0 -3%;
}

.worries-list li {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 15px 20px 15px 50px;
  margin: 0 0 5px 0;
  background: #bd3127;
  border-radius: 10px;
  border-bottom: 1px solid #fff;
  position: relative;
}

.worries-list li:before, .worries-list li:after {
  content: "";
  display: block;
  position: absolute;
}

.worries-list li:before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  left: 15px;
  top: 20px;
}

.worries-list li:after {
  border-left: 3px solid #bd3127;
  border-bottom: 3px solid #bd3127;
  width: 8px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 21px;
  top: 27px;
}

.worries-line {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 120px solid #f7f7f7;
}

.worries-answer {
  text-align: center;
  padding: 200px 0 80px;
  background-color: #f7f1f1;
}

.worries-answer .worries-answer__heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  margin: -50px 0 50px;
}

.worries-answer .worries-answer__heading span {
  font-size: 28px;
  color: #bd3127;
  font-weight: bold;
}

.worries-profile {
  width: 650px;
  margin: 50px auto 0;
  position: relative;
}

.worries-profile:before, .worries-profile:after {
  content: "";
  display: block;
  width: 600px;
  height: 350px;
  opacity: .1;
  position: absolute;
  z-index: 1;
  border-radius: 30px;
}

.worries-profile:before {
  background: #82e7b1;
  right: -200px;
  top: 520px;
}

.worries-profile:after {
  background: #8cc0ec;
  left: -200px;
  top: 420px;
}

.worries-profile .profile-detail {
  position: relative;
  z-index: 10;
}

.worries-profile p {
  margin-bottom: 40px;
}

.worries-profile h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}

.profile-photo {
  width: 500px;
  margin: 0 auto 30px;
}

.profile-photo img {
  border-radius: 50px;
}

.profile-photo img {
  width: 100%;
  height: auto;
}

.recommend-section {
  background: #f7f7f7;
  counter-reset: number;
}

.recommend__item {
  width: 1000px;
  margin: 0 auto 30px;
  padding: 40px 60px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.recommend__item:last-child {
  margin-bottom: 0;
}

.recommend__content {
  width: 46%;
  padding-top: 70px;
  position: relative;
}

.recommend__content h3 {
  color: #ffb660;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}

.recommend__content p {
  font-weight: bold;
}

.recommend__content::before {
  font-size: 60px;
  left: 0;
  top: 0;
  position: absolute;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  color: #ffe9cf;
  -webkit-text-stroke: 1px #ffb660;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  line-height: 0.8;
}

.recommend__img {
  width: 46%;
  height: auto;
}

.recommend__img img {
  border-radius: 20px;
}

.recommend__img img {
  width: 100%;
  height: auto;
}

.service-section {
  background: #ebf2f9;
}

.service-wrap {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.service__item {
  width: 48%;
  padding: 0 30px 30px 30px;
  margin-bottom: 40px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 10px #dde8e9;
}

.service__content p {
  font-size: 15px;
  font-weight: bold;
}

.service__content .small {
  font-weight: bold;
}

.service__top__text {
  font-size: 15px;
  display: block;
  background: #58d2d6;
  width: 90%;
  max-width: 290px;
  margin: 0 auto 20px;
  padding: 10px 0;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.service__heading {
  color: #58d2d6;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.service__img img {
  width: 100%;
  height: auto;
}

.service__img img {
  border-radius: 30px;
}

.service__different {
  margin-top: 80px;
}

.service__different h3 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 40px;
}

.plan-section h3 {
  font-size: 22px;
  margin: 50px 0 40px;
  color: #513d3a;
  text-align: center;
  position: relative;
}

.plan-section h3 span {
  position: relative;
  background: #fff;
  padding: 0 30px;
}

.plan-section h3 small {
  font-size: 18px;
}

.plan-section h3:before {
  content: "";
  display: block;
  border-top: 1px solid #513d3a;
  width: 100%;
  position: absolute;
  top: 50%;
}

.plan-wrap {
  margin-bottom: 80px;
}

.plan-wrap:last-child {
  margin-bottom: 0;
}

.plans,
.plans * {
  box-sizing: border-box;
}

.plans {
  background: #ffd84a;
  border-radius: 40px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  border: 3px solid #f7d65c;
  overflow: hidden;
}

.plans__title {
  font-size: 32px;
  font-weight: bold;
  padding: 20px 0;
}

.plans__wrapper {
  display: flex;
  background: #fff;
}

.plan {
  flex: 1 1 0;
  background: #ffffff;
  position: relative;
  border-right: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plan:last-child {
  border: none;
}

.plan__name {
  padding: 15px 0;
}

.plan__name h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 800;
  margin-top: 20px;
  margin-bottom: 18px;
  display: block;
}

.plan__name h4 span {
  font-family: "M PLUS 1", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #bbb;
  display: block;
}

.plan__name.premium-color {
  color: #b69333;
}

.plan__price {
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
  background: #fffbeb;
}

.plan__price span {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  margin: 0 3px;
}

.plan__price .std-price {
  font-weight: bold;
}

.plan__price .std-price span {
  text-decoration: line-through;
}

.plan__price .discount-price {
  font-weight: bold;
}

.plan__price .discount-price span {
  color: #ff5d8f;
}

.plan__detail {
  padding: 20px 30px 25px;
}

.plan__term {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.plan__term span {
  font-size: 22px;
  font-weight: bold;
}

.plan__desc {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}

.btn__line {
  width: 100%;
  padding: 25px 0;
  background: #fffbeb;
}

.plan__label {
  width: 80px;
  height: 80px;
  background: #ff5656;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  z-index: 10;
  top: -24px;
  right: -14px;
}

.plan__label p {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}

.plan__label span {
  font-family: "M PLUS 1", sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.plan__noted {
  margin: 40px 0;
  text-align: center;
}

.plan__noted p {
  font-size: 14px;
  margin: 0;
}

.free-service {
  margin-top: 60px;
}

.free-service h4 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.free-service__count {
  font-family: "M PLUS 1", sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  padding-top: 13px;
  line-height: 1;
  border-radius: 50%;
  background: #bd3127;
}

.free-service__count:after {
  content: "";
  display: block;
  width: 30px;
  margin: 10px auto 0;
  border-bottom: 3px solid #fff;
}

.free-service__subtitle {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.free-service__main .free-service__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.free-service__main .free-service__img {
  width: 55%;
  overflow: hidden;
}

.free-service__main .free-service__img img {
  max-width: 100%;
  height: auto;
  border-radius: 40px;
}

.free-service__main .free-service__detail {
  width: 35%;
}

.free-service__sub {
  margin-top: 80px;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
}

.free-service__sub h4 {
  font-size: 18px;
}

.free-service__sub .free-service__item {
  width: 33.3333%;
  padding: 30px 30px 0 30px;
  border-right: 1px solid #ccc;
}

.free-service__sub .free-service__item:last-child {
  border: none;
}

.free-service__sub .free-service__item img {
  width: 100%;
  height: auto;
}

.free-service__sub .free-service__count {
  font-size: 24px;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  padding-top: 13px;
}

.free-service__sub .free-service__count:after {
  width: 24px;
  margin: 6px auto 0;
}

.free-service__sub .free-service__img {
  margin-bottom: 30px;
}

.flow-section {
  background: #fbf6f6;
  position: relative;
}

.flow-wrap {
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.flow-step, .flow-step--last {
  width: 330px;
  padding: 0 18px 25px;
  margin-bottom: 65px;
  background: #fff;
  position: relative;
  text-align: center;
  border-radius: 8px 60px 8px 8px;
}

.flow-step.ad-icon, .ad-icon.flow-step--last {
  position: relative;
}

.flow-step.ad-icon .flow-step-icon, .ad-icon.flow-step--last .flow-step-icon {
  width: 150px;
  position: absolute;
  right: -100px;
  bottom: -20px;
}

.flow-step.ad-icon .flow-step-icon img, .ad-icon.flow-step--last .flow-step-icon img {
  width: 100%;
  height: auto;
}

.flow-step--last {
  width: 650px;
  margin: 0 auto;
  text-align: center;
}

.flow-step__num {
  font-family: "M PLUS 1", sans-serif;
  text-align: center;
  top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin: auto;
  color: #fff;
  position: relative;
}

.flow-step__num span {
  font-weight: 700;
  position: absolute;
  top: 9px;
  left: 15px;
}

.flow-step__title {
  font-weight: bold;
  color: #bd3127;
  margin-bottom: 15px;
  font-size: 18px;
}

.flow-step__desc {
  font-size: 15px;
}

.flow-step__desc p {
  margin-bottom: 0;
}

.flow-step__num {
  background: #ccc;
}

.flow-step__num.step1 {
  background: #abb5e6;
}

.flow-step__num.step2 {
  background: #beb4ea;
}

.flow-step__num.step3 {
  background: #c9add3;
}

.flow-step__num.step4 {
  background: #d787b3;
}

.flow-step__num.step5 {
  background: #d85f5f;
}

.flow-step__num.step6 {
  background: #bd3127;
}

.flow-step__num.step7 {
  background: #b69333;
}

.compensation-wrap {
  width: 60%;
  margin: 0 auto;
  padding: 30px 40px 15px;
  border: 3px solid #ce991e;
  position: relative;
  z-index: 10;
  background-image: linear-gradient(90deg, #f1e8cd, #fffded 48%, #eee2c9);
}

.compensation-wrap h3 {
  color: #2a3e61;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}

.compensation-wrap p {
  margin-bottom: 15px;
}

.compensation-wrap p span {
  font-weight: bold;
}

.compensation-circle {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}

.compensation-circle li {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  margin-right: 15px;
  display: inline-block;
  text-align: center;
  background-image: linear-gradient(153deg, #cd9c5a, #f4ead2 48%, #cd9c5a);
  display: flex;
  align-items: center;
  justify-content: center;
}

.compensation-circle li span {
  font-size: 30px;
  font-weight: bold;
  background: radial-gradient(circle, #824b3b 0%, #b28348 33%, #8c4d2c 66%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.compensation-btn {
  width: 100%;
  background: #2a3e61;
  padding: 10px 135px 10px 0;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 30px;
  text-align: right;
}

.compensation-btn a {
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 7px 18px;
  transition: .3s;
}

.compensation-btn a:hover {
  color: #2a3e61;
  background: #fff;
}

.compensation_ico {
  width: 100px;
  position: absolute;
  z-index: 10;
  right: 20px;
  bottom: 0;
}

.compensation_ico img {
  width: 100%;
  height: auto;
}

.faq-section {
  position: relative;
  background: #ebf2f9;
}

.faq-category__wrap {
  width: 900px;
  margin: 60px auto;
}

.faq-category__wrap ol {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
}

.faq-category__wrap ol li {
  font-size: 16px;
  width: 300px;
  border: 1px solid #ddd;
  list-style: none;
  margin: 0 -1px -1px 0;
}

.faq-category__wrap ol li a {
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  padding: 22px 30px;
  position: relative;
  background: #fff;
  text-decoration: none !important;
  transition: .3s;
}

.faq-category__wrap ol li a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #bd3127;
  border-right: 2px solid #bd3127;
  transform: rotate(45deg);
  transition: .3s;
}

.faq-category__wrap ol li a:hover {
  color: #fff;
  font-weight: bold;
  background: #bd3127;
}

.faq-category__wrap ol li a:hover::after {
  border-color: #fff;
}

.faq-content {
  margin-bottom: 70px;
}

.faq-wrap {
  width: 800px;
  margin: 0 auto 50px;
}

.faq-wrap h2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

.faq-wrap h2 span {
  font-weight: bold;
  position: relative;
  background: #fff;
  padding: 0 30px;
}

.faq-wrap h2:before {
  content: "";
  display: block;
  border-top: 2px solid #bd3127;
  width: 100%;
  position: absolute;
  top: 50%;
}

.faq-wrap p {
  font-size: 15px;
  text-align: center;
}

.faq-wrap p a {
  color: #bd3127;
  font-weight: bold;
  text-decoration: underline;
}

.faq-wrap p a:hover {
  color: #bd3127;
  text-decoration: none;
}

.faq-item {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
}

.faq-item__answer,
.faq-item__question {
  padding: 20px 70px 10px;
  position: relative;
}

.faq-item__answer::before,
.faq-item__question::before {
  font-size: 30px;
  line-height: 1;
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
  position: absolute;
  left: 20px;
  top: 19px;
}

.faq-item__question {
  cursor: pointer;
  transition: .3s;
}

.faq-item__question h3 {
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  vertical-align: text-bottom;
}

.faq-item__question:hover {
  background: #fff6f5;
}

.faq-item__question::after, .faq-item__question::before {
  font-family: "M PLUS 1", sans-serif;
}

.faq-item__question::before {
  content: "Q";
  font-weight: bold;
  color: #fff;
  font-size: 17px;
  padding: 9px;
  min-width: 18px;
  text-align: center;
  background: #bd3127;
  border-radius: 50%;
}

.faq-item__question::after {
  font-size: 32px;
  color: #bd3127;
  line-height: 0.9;
  text-align: center;
  width: 38px;
  height: 38px;
  content: "+";
  position: absolute;
  background: #bd3127;
  right: 20px;
  top: 16px;
  background: #fff6f5;
  border-radius: 50%;
}

.faq-item__question.is-active::after {
  content: "−";
}

.faq-item__answer {
  display: flex;
  border-radius: 0 0 15px 15px;
  border-top: 1px solid #dad3d3;
}

.faq-item__answer p {
  font-size: 16px;
  margin-bottom: 25px;
  text-align: left;
  display: inline-block;
  vertical-align: text-bottom;
}

.faq-item__answer p:last-child {
  margin-bottom: 0;
}

.faq-item__answer ul {
  padding: 10px 0 0 20px;
}

.faq-item__answer li {
  list-style-type: disc;
}

.faq-item__answer::before {
  font-family: "M PLUS 1", sans-serif;
  color: #bd3127;
  content: "A";
  font-size: 20px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  padding: 8px;
  min-width: 20px;
  text-align: center;
  border-radius: 50%;
}

.faq-under {
  text-align: center;
}

.faq-contact {
  margin-top: 50px;
}

.faq-contact p {
  margin-bottom: 0;
}

.faq-contact a {
  color: #bd3127;
  font-weight: bold;
  text-decoration: underline;
}

.faq-contact a:hover {
  color: #bd3127;
  text-decoration: none;
}

.news-section {
  padding-top: 80px;
}

.news-section .section__inner, .news-section .section__inner--mtzero, .news-section .section__inner--mbzero {
  background: #fff5f5;
  border-radius: 80px;
  padding: 50px 0;
}

.news-wrap {
  width: 800px;
  margin: 0 auto 50px;
}

.news-item {
  background: #fff;
  border-bottom: 3px solid #fff6f5;
}

.news-item a {
  display: block;
  padding: 20px;
  transition: .3s;
}

.news-item a:hover {
  background: #f7f7f7;
}

.news-item a:hover .news-item__title {
  text-decoration: underline;
}

.news-item dt {
  margin-right: 20px;
  display: inline-block;
  width: 13%;
  vertical-align: top;
}

.news-item dd {
  display: inline-block;
  width: 83%;
}

.news-item__title {
  font-weight: bold;
}

.bg-full-img img {
  width: 100%;
}

.donation__bnr {
  width: 600px;
  max-width: 100%;
  display: block;
  margin: 60px auto 0;
  padding: 20px 20px 20px 100px;
  border: 1px solid #fff7ea;
  border-radius: 8px;
  box-shadow: 5px 5px 11px -3px #aaa;
  background: url(../images/donation_icon.png) no-repeat left 15px top 50%;
  background-size: 70px;
  background-color: #F7F3EA;
  position: relative;
  box-sizing: border-box;
  transition: .3s;
}

.donation__bnr:hover {
  opacity: .8;
}

.donation__bnr h4 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.donation__bnr p {
  margin: 5px 0 0 0;
}

.donation__bnr span {
  font-weight: bold;
  position: absolute;
  right: 20px;
  bottom: 15px;
}

.cta-wrap {
  width: 800px;
  margin: 0 auto;
  border-radius: 3rem;
  padding: 20px 3rem;
  background: #bd3127;
  position: relative;
}

.cta-wrap h2 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.cta-wrap p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

.cta_ico {
  position: absolute;
  right: 40px;
  bottom: 0;
}

.cta_btn {
  display: block;
}

.cta_btn .btn-style01, .cta_btn .btn-style01--rev, .cta_btn .btn-style01--min, .cta_btn .btn-style01--white, .cta_btn .btn-style01--yellow {
  display: inline-block;
}

.cta_btn .btn-style01 a, .cta_btn .btn-style01--rev a, .cta_btn .btn-style01--min a, .cta_btn .btn-style01--white a, .cta_btn .btn-style01--yellow a {
  font-size: 18px;
  padding: 12px 30px;
  min-width: 190px;
  margin-right: 20px;
  border: 1px solid #bd3127;
}

.cta_btn .btn-style01 a:hover, .cta_btn .btn-style01--rev a:hover, .cta_btn .btn-style01--min a:hover, .cta_btn .btn-style01--white a:hover, .cta_btn .btn-style01--yellow a:hover {
  border: 1px solid #fff;
}

.cta_btn .btn-style01 a:hover::after, .cta_btn .btn-style01--rev a:hover::after, .cta_btn .btn-style01--min a:hover::after, .cta_btn .btn-style01--white a:hover::after, .cta_btn .btn-style01--yellow a:hover::after {
  border-color: #bd3127;
}

.cta_btn .btn-style01 a:after, .cta_btn .btn-style01--rev a:after, .cta_btn .btn-style01--min a:after, .cta_btn .btn-style01--white a:after, .cta_btn .btn-style01--yellow a:after {
  width: 6px;
  height: 6px;
  right: 27px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.cta_btn .btn-style01 a:before, .cta_btn .btn-style01--rev a:before, .cta_btn .btn-style01--min a:before, .cta_btn .btn-style01--white a:before, .cta_btn .btn-style01--yellow a:before {
  width: 24px;
  height: 24px;
}

.content__header {
  text-align: center;
}

.h1-style {
  font-size: 30px;
  font-weight: bold;
}

.word-en {
  font-family: "M PLUS 1", sans-serif;
  display: block;
  color: #f7d3d0;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 18px;
  margin-left: 20px;
  line-height: .5;
  text-transform: uppercase;
}

.main-thumbnail__wrap .h1-style {
  margin-bottom: 0;
}

.main-thumbnail {
  width: 1100px;
  margin: 30px auto 0;
}

.main-thumbnail img {
  width: 100%;
  height: auto;
}

.main-thumbnail img {
  border-radius: 50px;
}

.breadcrumbs {
  font-size: 14px;
  width: 1100px;
  margin: 20px auto;
}

.breadcrumbs a:hover {
  color: #bd3127;
  text-decoration: underline;
}

.beaka {
  font-size: 9px;
  margin: 0 6px;
  color: #000;
  vertical-align: 1px;
}

.section__intro {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}

.page-service {
  counter-reset: number;
}

.page-service .service-section {
  background: #fff;
}

.page-service .service-wrap {
  display: block;
}

.page-service .service__item {
  width: 100%;
  margin-bottom: 70px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-direction: row-reverse;
}

.page-service .service__content {
  width: 56%;
  position: relative;
  padding-top: 60px;
}

.page-service .service__content p {
  font-size: 16px;
}

.page-service .service__top__text {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  font-size: 16px;
}

.page-service .service__heading::before {
  font-size: 90px;
  right: -10px;
  top: -10px;
  position: absolute;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  color: #e4feff;
  -webkit-text-stroke: 1px #58d2d6;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  line-height: 0.8;
}

.page-service .service__img {
  width: 38%;
  max-height: initial;
  overflow: hidden;
}

.page-plan h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 30px;
}

.page-plan h2 span {
  font-family: "M PLUS 1", sans-serif;
  color: #bbb;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  display: block;
}

.page-plan .plan-item__title {
  font-family: "Noto Sans JP", sans-serif;
  background: #eee;
  padding: 40px 0 60px;
  margin-bottom: 30px;
  border-radius: 0 0 20px 20px;
  border-top: 20px solid #000;
  position: relative;
}

.page-plan .plan-item__title h2 {
  font-size: 46px;
  margin: 0;
}

.page-plan .plan-item__title h2 span {
  font-family: "M PLUS 1", sans-serif;
  color: #bbb;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: bold;
  display: block;
}

.page-plan .plan-item__title p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-plan .plan-item__title p:after, .page-plan .plan-item__title p:before {
  content: "";
  display: inline-block;
  border: 1px solid #000;
  width: 15px;
  vertical-align: 3px;
}

.page-plan .plan-item__title p:before {
  margin-right: 7px;
  transform: rotate(60deg);
}

.page-plan .plan-item__title p:after {
  margin-left: 7px;
  transform: rotate(-60deg);
}

.page-plan .plan-item__title:after, .page-plan .plan-item__title:before {
  content: "";
  display: inline-block;
  width: 200px;
  height: 150px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-plan .plan-item__title:before {
  bottom: 0;
  left: 0;
}

.page-plan .plan-item__title:after {
  bottom: 0;
  right: 0;
}

.page-plan .plan-tab__wrap {
  text-align: center;
}

.page-plan .plan-tab {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  width: 250px;
  display: inline-block;
  padding: 10px 0 15px 0;
  border: 4px solid #ffd84a;
  border-top: 15px solid;
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  transition: .3s;
  cursor: pointer;
}

.page-plan .plan-tab:hover {
  color: #fff;
  background: #ffd84a;
}

.page-plan .plan-tab span {
  font-size: 16px;
  font-weight: bold;
}

.page-plan .plan-tab.active {
  color: #fff;
}

.page-plan .plan-tab.active.tab-01 {
  background: #ffd84a;
}

.page-plan .plan-tab.active.tab-02 {
  background: #113c8b;
}

.page-plan .plan-tab.active.tab-03 {
  background: #b69333;
}

.page-plan .plan-tab.active.tab-04 {
  background: #bd3127;
}

.page-plan .plan-tab.tab-01 {
  border-color: #ffd84a;
}

.page-plan .plan-tab.tab-01:hover {
  color: #fff;
  background: #ffd84a;
}

.page-plan .plan-tab.tab-02 {
  border-color: #113c8b;
}

.page-plan .plan-tab.tab-02:hover {
  color: #fff;
  background: #113c8b;
}

.page-plan .plan-tab.tab-03 {
  border-color: #b69333;
}

.page-plan .plan-tab.tab-03:hover {
  color: #fff;
  background: #b69333;
}

.page-plan .plan-tab.tab-04 {
  border-color: #bd3127;
}

.page-plan .plan-tab.tab-04:hover {
  color: #fff;
  background: #bd3127;
}

.page-plan .plan-item {
  display: none;
  text-align: center;
  border: 4px solid #eee;
  border-radius: 15px;
  padding: 50px 20px 0;
}

.page-plan .plan-item.active {
  display: block;
}

.page-plan .plan-item--light {
  border-color: #ffd84a;
}

.page-plan .plan-item--light .plan-item__title {
  background: #fffbeb;
  border-color: #ffd84a;
}

.page-plan .plan-item--light .plan-item__title:before {
  background-image: url(../images/compensation_ico.png);
}

.page-plan .plan-item--light .service-item__list {
  background: #ffd84a;
  border-color: #ffd84a;
}

.page-plan .plan-item--std {
  border-color: #113c8b;
}

.page-plan .plan-item--std .plan-item__title {
  background: #f2f7ff;
  border-color: #113c8b;
}

.page-plan .plan-item--std .plan-item__title:before {
  background-image: url(../images/icon_ohenro.png);
}

.page-plan .plan-item--std .service-item__list {
  color: #fff;
  background: #113c8b;
  border-color: #113c8b;
}

.page-plan .plan-item--premium {
  border-color: #b69333;
}

.page-plan .plan-item--premium .plan-item__title {
  background: #faefd1;
  border-color: #b69333;
}

.page-plan .plan-item--premium .plan-item__title h2 {
  color: #b69333;
}

.page-plan .plan-item--premium .plan-item__title:before {
  background-image: url(../images/icon_ohenro03.png);
}

.page-plan .plan-item--premium .plan-item__title:after {
  background-image: url(../images/icon_ohenro02.png);
}

.page-plan .plan-item--premium .service-item__list {
  color: #fff;
  background: #b69333;
  border-color: #b69333;
}

.page-plan .plan-item__upline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
}

.page-plan .plan-item__main {
  width: 80%;
  margin: 0 auto;
}

.page-plan .plan-item__main .plan__price {
  width: 80%;
  background: none;
  border: 2px solid #606060;
  border-radius: 20px;
  padding: 35px 0;
  margin-bottom: 40px;
}

.page-plan .plan-item__detail {
  margin: 60px auto;
}

.page-plan .plan-item__detail h3 {
  font-size: 24px;
  font-weight: bold;
}

.page-plan .plan-item__detail h3:before {
  display: none;
}

.page-plan .incluce-service {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2%;
}

.page-plan .service-item__list {
  width: 23.5%;
  background: #ccc;
  border: 5px solid #ccc;
  border-radius: 15px;
  margin-bottom: 30px;
}

.page-plan .service-item__list h4 {
  font-size: 17px;
  font-weight: bold;
  padding: 8px 0;
}

.page-plan .service-item__list h4 span {
  font-weight: bold;
}

.page-plan .service-item__list img {
  border-radius: 10px;
}

.page-plan .service-item__list img {
  width: 100%;
  height: auto;
}

.page-plan .plan-table {
  width: 90%;
  margin: 0 auto;
  border: none;
  border-bottom: 3px solid #e9e8e5;
}

.page-plan .plan-table tr {
  border: none;
  border-top: 3px solid #e9e8e5;
}

.page-plan .plan-table th,
.page-plan .plan-table td {
  text-align: left;
  padding: 20px;
  border: none;
}

.page-plan .plan-table th {
  width: 25%;
  font-weight: bold;
  background: #fff7ef;
}

.page-plan .plan-option-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.option-list {
  width: 960px;
  margin: 0 auto;
  border: none;
  margin-bottom: 40px;
}

.option-list dl,
.option-list dt,
.option-list dd {
  border: none;
}

.option-list dl {
  border-top: 2px solid #000;
  display: flex;
}

.option-list dl:last-child {
  border-bottom: 2px solid #000;
}

.option-list dt,
.option-list dd {
  padding: 20px;
  display: flex;
  align-items: center;
}

.option-list dt {
  font-weight: 600;
  background: #fff6f5;
  width: 27%;
}

.option-list dd {
  width: 57%;
  text-align: left;
}

.option-list dd p {
  margin-bottom: 0 !important;
}

.option-list .price {
  font-weight: 600;
  color: #bd3127;
  width: 16%;
  padding: 20px 0;
}

.pay-wrap {
  width: 800px;
  text-align: center;
  background: #fff6f5;
  margin: 0 auto 60px;
  padding: 40px 0;
  border-radius: 40px;
}

.pay-wrap li {
  font-weight: bold;
  display: inline-block;
  border: 2px solid #bd3127;
  border-radius: 15px;
  padding: 10px 15px;
  margin: 0 5px;
  background: #fff;
}

.page-faq .faq-section,
.page-gift .faq-section {
  background: #fff;
}

.page-faq .faq-wrap,
.page-gift .faq-wrap {
  margin-top: 50px;
}

.page-faq .faq-item,
.page-gift .faq-item {
  border: 1px solid #bd3127;
}

.page-flow .flow-section {
  background: #fff;
}

.page-flow .flow-wrap {
  width: 900px;
  display: block;
  margin-top: 90px;
}

.page-flow .flow-step, .page-flow .flow-step--last {
  width: 100%;
  padding: 30px 20px;
  margin-bottom: 80px;
  background: #fff6f5;
  box-shadow: 0px 0px 10px -5px #bfbfbf;
}

.page-flow .flow-step.ad-icon .flow-step-icon, .page-flow .ad-icon.flow-step--last .flow-step-icon {
  right: -70px;
  bottom: -70px;
}

.page-flow .flow-step .flow-step__wrap, .page-flow .flow-step--last .flow-step__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
}

.page-flow .flow-step__img {
  width: 40%;
  border-radius: 15px;
  overflow: hidden;
}

.page-flow .flow-step__img img {
  width: 100%;
  height: auto;
}

.page-flow .flow-step__num {
  font-size: 20px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
}

.page-flow .flow-step__num span {
  top: 11px;
  left: 18px;
}

.page-flow .flow-step__title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 25px;
}

.page-flow .flow-step__desc {
  font-size: 16px;
  width: 52%;
  text-align: left;
}

.page-flow .flow-step__desc a {
  color: #bd3127;
  font-weight: bold;
  text-decoration: underline;
}

.page-flow .flow-step__desc a:hover {
  text-decoration: none;
  opacity: .8;
}

.contact-wrap {
  width: 800px;
  margin: 0 auto;
}

.contact-wrap .entry__content p {
  margin-bottom: 10px;
}

.contact-wrap .entry__content .contact-notice {
  font-size: 14px;
}

.contact-form {
  width: 100%;
  margin: 50px auto 0;
}

.contact-form dl {
  margin-bottom: 40px;
}

.contact-form dl p {
  font-size: 17px;
  margin-bottom: 10px;
}

.contact-form .required {
  display: inline-block;
  margin-left: 10px;
  text-align: center;
  line-height: 1;
  padding: 6px 8px;
  font-size: 13px;
  background: #bd3127;
  color: #fff;
  border-radius: 5px;
}

.contact-form input,
.contact-form textarea {
  font-size: 16px;
  line-height: 1.5;
  color: #454545;
  width: 100%;
  display: block;
  border: none;
  padding: 20px 15px;
  border-radius: 20px;
  background: #fffaf7;
  border: 2px solid #bd3127;
  transition: .2s;
  box-sizing: border-box;
}

.contact-form textarea {
  height: 250px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 0;
  /*    background: #fbfaf9;*/
  box-shadow: 5px 5px 15px -5px #bfbfbf;
}

.input-short input {
  width: 30%;
}

.submit-btn {
  text-align: center;
  margin: 0 auto 50px;
}

.submit-btn button,
.submit-btn input {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  min-width: 220px;
  margin: 0 10px;
  padding: 15px 40px;
  border-radius: 45px;
  transition: .3s;
  position: relative;
  border: 2px solid #bd3127;
  background: #bd3127;
  cursor: pointer;
}

.submit-btn button:hover,
.submit-btn input:hover {
  color: #bd3127;
  background: #fff;
}

.mw_wp_form_confirm .contact-form dl {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.terms-section .section__inner, .terms-section .section__inner--mtzero, .terms-section .section__inner--mbzero,
.privacy-section .section__inner,
.privacy-section .section__inner--mtzero,
.privacy-section .section__inner--mbzero {
  width: 800px;
}

.terms-section h2,
.privacy-section h2 {
  color: #bd3127;
  font-size: 24px;
  font-weight: bold;
  margin: 50px 0 15px;
}

.terms-section h3,
.privacy-section h3 {
  color: #bd3127;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 10px;
}

.terms-section h4,
.privacy-section h4 {
  color: #bd3127;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 10px;
}

.terms-section ol,
.terms-section ul,
.privacy-section ol,
.privacy-section ul {
  margin: 0 0 30px 25px;
}

.terms-section ol li,
.terms-section ul li,
.privacy-section ol li,
.privacy-section ul li {
  margin-bottom: 10px;
}

.terms-section ol li:last-of-type,
.terms-section ul li:last-of-type,
.privacy-section ol li:last-of-type,
.privacy-section ul li:last-of-type {
  margin-bottom: 0;
}

.terms-section ul li,
.privacy-section ul li {
  list-style: disc;
}

.terms-section a,
.privacy-section a {
  color: #bd3127;
  text-decoration: underline;
}

.terms-section a:hover,
.privacy-section a:hover {
  text-decoration: none;
  opacity: .7;
}

.guide-section .section__inner, .guide-section .section__inner--mtzero, .guide-section .section__inner--mbzero {
  width: 700px;
  margin: 0 auto;
}

.guide-section h2 {
  color: #bd3127;
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0 15px;
}

.guide-section table {
  width: 100%;
  margin-bottom: 20px;
}

.guide-section table th {
  min-width: 160px;
  text-align: left;
}

.guide-section table th,
.guide-section table td {
  font-size: 14px;
  padding: 15px;
}

.guide-section a {
  font-weight: bold;
  color: #287dc5;
  text-decoration: underline;
}

.guide-section a:hover {
  text-decoration: none;
  opacity: .7;
}

.terms-box {
  max-width: 700px;
  margin: 0 auto;
}

.terms-box__content {
  height: 200px;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #ccc;
  background: #fafafa;
  overflow-y: auto;
  font-size: 14px;
  line-height: 1.7;
}

.terms-box__content ul {
  margin: -15px 0 30px 20px;
}

.terms-box__content li {
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: disc;
}

.page-blog-top .heading__wrap {
  padding-bottom: 10px;
}

.page-blog-top .heading__wrap h1 {
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
}

.page-blog-single .h1-style {
  color: #000;
  font-size: 28px;
  width: 100%;
  min-height: 180px;
  left: 0;
  bottom: initial;
  top: 60px;
  background: rgba(250, 250, 250, 0.85);
}

.search-form-pt01 input[type=text] {
  width: 87%;
  height: 40px;
  padding-left: 10px;
  margin-right: -6px;
  font-size: 14px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #999;
  border-right: none;
  vertical-align: top;
  box-sizing: border-box;
  transition: .2s;
  border-radius: 10px 0 0 10px;
}

.search-form-pt01 input[type=text]:hover {
  background: #f7f7f7;
}

.search-form-pt01 input[type=submit]:focus,
.search-form-pt01 input[type="text"]:focus {
  outline: none;
}

.search-form-pt01 button[type=submit] {
  width: 13%;
  height: 40px;
  background: #eee;
  border-radius: 0;
  cursor: pointer;
  border: 1px solid #999;
  box-sizing: border-box;
  border-radius: 0 10px 10px 0;
}

.search-form-pt01 button[type=submit]::before {
  color: #333;
  font-size: 16px;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f002';
}

.archive-topics {
  background: #f7f7f7;
  display: flex;
  justify-content: space-between;
}

.archive-topics__list {
  width: 31%;
  background: #f7f7f7;
  box-shadow: 0 0 10px #dde8e9;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.archive-topics__list::before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  z-index: 1;
  transition: .3s;
}

.archive-topics__list:hover::before {
  color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.archive-topics__list .archive-topics__post {
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  display: flex;
}

.archive-topics__list .archive-topics__post::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.archive-topics__contents {
  z-index: 2;
}

.archive-topics__contents h3 {
  font-weight: bold;
}

.archive__item {
  color: #7b7b7b;
  width: calc(50% - 10px);
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7b8b3;
}

.archive__item img {
  width: 100%;
  height: auto;
}

.archive__item:last-child {
  padding-bottom: 0;
  border: none;
}

.archive__item .eyecatch {
  position: relative;
  overflow: hidden;
  margin: 0 0 15px;
  border-radius: 12px;
}

.archive__item .eyecatch::before {
  content: "";
  display: block;
  padding-top: 60%;
}

.archive__item .eyecatch img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.thumbnail__noimg {
  background: #858fa2;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thumbnail__noimg span {
  color: #bd3127;
  font-family: "Red Hat Text", sans-serif;
  font-size: 20px;
  font-weight: bold;
  content: "No Image";
  line-height: 1;
  text-shadow: #bd3127 0 0 25px;
}

.archive-post__detail {
  font-size: 14px;
  margin: 10px 0 30px;
}

.archive-post__date {
  display: inline-block;
  margin-right: 15px;
}

.archive-post__cat {
  display: inline-block;
}

.archive-post__cat ul {
  display: inline-block;
}

.archive-post__cat a:hover {
  color: #aaa;
}

.archive-post__title {
  font-size: 18px;
  font-weight: bold;
  transition: .3s;
}

.archive-post__title:hover {
  text-decoration: underline;
  color: #bd3127;
}

.archive-post__description {
  margin-bottom: 40px;
}

.no-entry {
  width: 100%;
  text-align: center;
}

.page-single .h1-style {
  color: #000;
  font-size: 28px;
  width: 100%;
  min-height: 180px;
  left: 0;
  bottom: initial;
  top: 60px;
  background: rgba(250, 250, 250, 0.85);
}

.heading__wrap {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.heading__wrap h1 {
  font-size: 28px;
  font-weight: 600;
}

.article__section {
  padding: 30px 0 80px;
  background: #f7f7f7;
}

.article__section .section__inner, .article__section .section__inner--mtzero, .article__section .section__inner--mbzero {
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.article-main {
  width: calc(70% - 30px);
  min-height: 300px;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 0px 10px -5px #bfbfbf;
}

.article-main .breadcrumbs {
  width: 100%;
  font-size: 12px;
  margin: 0 0 15px;
  padding: 0;
}

.article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

article {
  font-size: 17px;
}

article h1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 20px;
}

article h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin: 80px 0 40px;
  padding: 14px;
  padding-left: 20px;
  border-left: 12px solid #bd3127;
  background: linear-gradient(to right, #fff3f3, #fff);
  box-shadow: 0 0 10px #dde8e9;
  border-radius: 5px 10px 10px 5px;
}

article h2:first-of-type {
  margin-top: 40px;
}

article h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  margin: 80px 0 30px;
  position: relative;
  padding-bottom: 12px;
}

article h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  z-index: 10;
  width: 100%;
  height: 3px;
  background: #bd3127;
}

article h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 6px;
  background: #ccc;
}

article h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin: 80px 0 35px;
  position: relative;
  padding: 5px 0 5px 25px;
}

article h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #bd3127;
}

article h4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 5px;
  height: 100%;
  background: #eee;
}

article > p {
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 55px;
}

article > p:last-child {
  margin-top: 0;
}

article > p > img {
  margin-bottom: -20px;
}

article > p a > img {
  margin-bottom: -20px;
}

article img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

article ol,
article ul {
  list-style: none;
}

article ol li,
article ul li {
  position: relative;
  margin-bottom: 10px;
}

article ol li:last-child,
article ul li:last-child {
  margin-bottom: 0;
}

article ul li {
  padding-left: 1.4em;
}

article ul li::before {
  color: #555;
  content: "●";
  font-weight: 500;
  transform: scale(0.45);
  display: inline-block;
  position: absolute;
  left: 0;
}

article ul.ico--check li::before {
  color: #69a365;
  content: "\f00c";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  transform: scale(0.9);
}

article ol {
  counter-reset: number;
}

article ol li {
  padding-left: 1.8em;
}

article ol li::before {
  color: #fff;
  display: inline-block;
  counter-increment: number;
  content: counter(number);
  background: #fff;
  border: 1px solid #555;
  background: #333;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px;
}

article .meta-wrap {
  margin-bottom: 30px;
}

article .meta-wrap.have-thumbnail {
  margin-bottom: 10px;
}

article .tag-list,
article .date-list {
  font-size: 12px;
  display: inline-block;
}

article .date-list__item {
  display: inline-block;
  margin-right: 10px;
  padding-left: 16px;
}

article .date-list__item::before {
  transform: scale(1);
}

article .date-list__item .post-categories li {
  padding-left: 0;
}

article .date-list__item .post-categories a {
  color: #7b7b7b;
  font-weight: normal;
}

article .date-list__item .post-categories a:hover {
  text-decoration: none;
}

article .date-list__item li:first-child::before {
  display: none;
}

article .post-main-thumbnail {
  margin-bottom: 50px;
  box-shadow: 5px 5px 11px -3px #aaa;
  border-radius: 30px;
  overflow: hidden;
}

article .post-main-thumbnail img {
  width: 100%;
  height: auto;
}

article .tag-list:before {
  display: inline-block;
  margin-right: 0;
}

article .tag-list a {
  color: #7b7b7b;
  font-weight: normal;
  margin: 0 5px;
}

article .wp-caption {
  max-width: 100%;
  margin-bottom: 10px;
}

article .wp-caption-text {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 10px;
}

article .border-style__list {
  padding: 10px 20px 10px 35px;
  margin-bottom: 20px;
}

article .border-style__list li {
  border-bottom: 1px dotted #ccc;
  padding: 2px 0 10px 0;
  list-style-type: disc;
}

article .border-style__list li:before {
  display: none;
}

article a {
  color: #337ab7;
  font-weight: 600;
}

article a:hover {
  opacity: .8;
  text-decoration: underline;
}

article a:hover .sitecard__subtitle {
  opacity: 1;
}

article .btn-style01 a:hover, article .btn-style01--rev a:hover, article .btn-style01--min a:hover, article .btn-style01--white a:hover, article .btn-style01--yellow a:hover {
  opacity: 1;
  text-decoration: none;
}

article pre {
  font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo, Osaka","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: 400;
  margin: 2rem 0 60px;
  padding: 20px;
  background-color: #F2F2F2;
  border-left: solid 5px #191919;
  color: #7F7F7F;
  overflow: auto;
}

article iframe {
  max-width: 100%;
}

article iframe.instagram-media {
  max-width: 300px !important;
}

article .check-point {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

article .check-point::before {
  color: #cf7272;
  font-size: 18px;
  content: "\f00c";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

article .ep-box, article .ep-pointbox, article .ep-box--attention, article .ep-box--question, article .ep-box--tag, article .ep-box--border, article .box__ribbon, article .box__merit, article .box__demerit {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  padding: 25px 20px;
  margin-bottom: 60px;
  border-radius: 10px;
}

article .ep-box p, article .ep-pointbox p, article .ep-box--attention p, article .ep-box--question p, article .ep-box--tag p, article .ep-box--border p, article .box__ribbon p, article .box__merit p, article .box__demerit p {
  margin-bottom: 30px;
}

article .ep-box p:last-child, article .ep-pointbox p:last-child, article .ep-box--attention p:last-child, article .ep-box--question p:last-child, article .ep-box--tag p:last-child, article .ep-box--border p:last-child, article .box__ribbon p:last-child, article .box__merit p:last-child, article .box__demerit p:last-child {
  margin-bottom: 0;
}

article .ep-pointbox, article .ep-box--attention, article .ep-box--question {
  background: none;
  padding: 20px 20px 20px 65px;
  position: relative;
}

article .ep-pointbox::before, article .ep-box--attention::before, article .ep-box--question::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  background: #000;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
  text-indent: 2px;
}

article .ep-box--attention {
  border-color: #c70a0f;
}

article .ep-box--attention::before {
  content: "!";
  background: #c70a0f;
}

article .ep-box--question {
  border-color: #005293;
}

article .ep-box--question::before {
  content: "?";
  background: #005293;
}

article .ep-box--tag {
  border-color: #fef5e8;
  background: #fef5e8;
  padding: 20px 20px 20px 65px;
  position: relative;
}

article .ep-box--tag::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 600;
  line-height: 1;
}

article .ep-box--border {
  background: #fff6f5;
  border-radius: 10px;
  border: solid 1px #c78585;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

article .box__ribbon {
  padding-top: 60px;
}

article .box__merit {
  background: #fff3ec;
  border: none;
  padding-top: 60px;
}

article .box__merit .ribbon__title {
  background: #bd3939;
}

article .box__merit .ribbon__title:before {
  border-right: solid 10px #996161;
}

article .box__merit ol li::before {
  border-color: #bd3939;
  background: #bd3939;
}

article .box__demerit {
  background: #e8f2f7;
  border: none;
  padding-top: 60px;
}

article .box__demerit .ribbon__title {
  background: #444ba1;
}

article .box__demerit .ribbon__title:before {
  border-right: solid 10px #5b5e7e;
}

article .box__demerit ol li::before {
  border-color: #444ba1;
  background: #444ba1;
}

article .ribbon__title {
  position: absolute;
  left: 0;
  top: 12px;
  box-sizing: border-box;
  padding: 7px 15px;
  margin: 0 0 0 -10px;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 0 10px #dde8e9;
  background: #333;
  border-radius: 5px 5px 5px 0;
}

article .ribbon__title:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 8px transparent;
  border-right: solid 10px #787878;
}

article .balloon {
  margin-bottom: 60px;
  position: relative;
}

article .balloon:after, article .balloon:before {
  clear: both;
  content: "";
  display: block;
}

article .balloon .balloon__img,
article .balloon .balloon__img-left div,
article .balloon .balloon__img-right div {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

article .balloon .balloon__name {
  font-size: 0.8rem;
  text-align: center;
  line-height: 1;
}

article .balloon .balloon__img-left div {
  background-image: url("../images/person_left.jpg");
}

article .balloon .balloon__img-right div {
  background-image: url("../images/person_right.jpg");
}

article .balloon .balloon__img-left div,
article .balloon .balloon__img-right div {
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
  border-radius: 50%;
}

article .balloon .balloon__text {
  position: relative;
  padding: 0.6rem 15px;
  margin: 0;
  border-radius: 5px;
  max-width: calc(100% - 75px);
  display: inline-block;
  background: #fffafa;
  border: 2px solid;
  border-color: #bd3127;
  color: #191919;
  max-width: calc(100% - 200px);
}

article .balloon .balloon__text::after, article .balloon .balloon__text::before {
  content: "";
  position: absolute;
  display: block;
  top: 15px;
  border: 10px solid transparent;
}

article .balloon .balloon__text-right::before {
  border-right-color: #fffafa;
  left: -20px;
  border-right: 10px solid #bd3127;
}

article .balloon .balloon__text-right::after {
  border-right: 12px solid #fffafa;
  left: -18px;
}

article .balloon .balloon__text-left::before {
  border-left-color: #fff9f9;
  right: -20px;
  border-left: 10px solid #bd3127;
}

article .balloon .balloon__text-left::after {
  border-left: 12px solid #fff9f9;
  right: -18px;
}

article .balloon .balloon__text-right {
  float: left;
}

article .balloon .balloon__text-left {
  float: right;
}

article .balloon__img-left {
  float: left;
  margin-right: 20px;
}

article .balloon__img-right {
  float: right;
  margin-left: 20px;
}

article .title-box {
  margin: 50px 0;
}

article .title-box p:last-child {
  margin-bottom: 0;
}

article .box-title {
  background-color: #314d90;
  line-height: 1.6;
  display: inline-block;
  line-height: 1.7;
  padding: 5px 9px 3px;
  color: #fff;
}

article .box-content {
  border: solid 2px #314d90;
  background-color: #f3f5f9;
  padding: 1.3em 1em;
}

article .tableScroll {
  overflow: auto;
  margin-bottom: 40px;
}

article .tableScroll table {
  margin-bottom: 0;
}

article .nowrap-table {
  white-space: nowrap;
}

article table {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
  margin-bottom: 40px;
  width: 100%;
  max-width: 100%;
  color: #191919;
  border-top-color: #E5E5E5;
  border-left-color: #E5E5E5;
}

article table tr:nth-child(odd) td {
  background: #fbfbfb;
}

article table th {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #d18e87;
  border-right-color: #ddd;
  border-bottom-color: #ddd;
  padding: 10px;
  vertical-align: middle;
}

article table td {
  background: #ffffff;
  padding: 10px;
  vertical-align: middle;
}

article table p {
  font-size: 14px;
}

article table small {
  font-size: 12px;
}

article .scroll-hint-icon {
  background-color: #bd3127 !important;
}

article .scroll-hint-text {
  margin-top: 0;
}

article .huto {
  font-weight: bold;
}

article .quote {
  font-size: 12px;
}

article .quote a {
  color: #777;
}

article .quote a:hover {
  opacity: 1;
  text-decoration: none;
}

article .sitecard a {
  color: #555;
  border: 1px solid #eee;
  padding: 12px;
  margin: 40px 0 30px 0;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-shadow: 0 0 10px #dde8e9;
  border-radius: 10px;
  transition: .3s;
}

article .sitecard a:hover {
  opacity: 1;
  box-shadow: none;
  border-color: #bd3127;
  background: #fff6f5;
}

article .sitecard a:hover img {
  opacity: 1;
}

article .sitecard__subtitle {
  display: inline-block;
  color: #fff;
  position: absolute;
  left: 20px;
  top: -15px;
  padding: 0 20px;
  border-radius: 20px;
  background: #bd3127;
}

article .sitecard__contents {
  width: 75%;
  max-width: calc(100% - 115px);
  padding-top: 15px;
}

article .sitecard__contents .heading {
  font-weight: bold;
}

article .sitecard__eyecatch {
  width: calc(25% - 15px);
  margin-left: 15px;
  min-width: 100px;
}

article .sitecard__eyecatch-link {
  display: block;
  position: relative;
  overflow: hidden;
}

article .sitecard__eyecatch-link::before {
  content: "";
  display: block;
  padding-top: 65%;
}

article .sitecard__eyecatch-link img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
}

article .aftag-box {
  margin-bottom: 40px;
}

article .aftag-box p {
  margin-bottom: 10px;
}

article .aftag-box__content .ep-box, article .aftag-box__content .ep-pointbox, article .aftag-box__content .ep-box--attention, article .aftag-box__content .ep-box--question, article .aftag-box__content .ep-box--tag, article .aftag-box__content .ep-box--border, article .aftag-box__content .box__ribbon, article .aftag-box__content .box__merit, article .aftag-box__content .box__demerit {
  background: none;
  border: 1px dashed #777;
  padding: 20px;
}

article .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

article blockquote {
  color: #191919;
  border: 2px solid #eee;
  padding: 20px 20px 20px 70px;
  margin-bottom: 50px;
  position: relative;
  z-index: 100;
  border-radius: 10px;
}

article blockquote::before {
  font-size: 30px;
  color: #f1dddb;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f10e";
  position: absolute;
  top: 5px;
  left: 20px;
}

article blockquote::after {
  content: "";
  border: 2px solid #8f8f8f;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 8px;
}

article blockquote a {
  font-weight: normal !important;
  color: #777 !important;
  text-decoration: none !important;
}

article blockquote a:hover {
  opacity: .8;
}

article blockquote p {
  margin-bottom: 25px;
  position: relative;
  z-index: 10;
}

article blockquote p:last-child {
  margin-bottom: 0;
}

article .btn-center {
  text-align: center;
}

article .btn a {
  font-size: 17px;
  line-height: 1.6;
  padding: 10px 70px 10px 50px;
}

article .btn a:hover {
  text-decoration: none;
}

@keyframes btn-shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.marker--blue,
.marker--red,
.marker--yellow {
  font-weight: bold;
}

.marker--blue {
  background: linear-gradient(transparent 35%, #cce5ff 35%);
}

.marker--red {
  background: linear-gradient(transparent 35%, #FFC6C6 35%);
}

.marker--yellow {
  background: linear-gradient(transparent 35%, #ffffbc 35%);
}

.nowrap-table {
  white-space: nowrap;
}

.tableScroll table td,
.tableScroll .tableScroll table th {
  min-width: 100px;
}

.ranking-table th,
.ranking-table td {
  min-width: 50px;
}

.ranking-table th {
  line-height: 1.2;
}

.ranking-table p {
  margin: 0 !important;
}

.ranking-table img {
  max-width: initial;
}

.ranking-table .btn-center {
  margin-top: 0;
}

.ranking-table .btn--small {
  color: #fff;
  font-size: 11px;
  min-width: 104px;
  margin-top: 5px;
  line-height: 1;
}

.ranking-table .btn--small a {
  padding: 10px 8px 10px 0;
}

.ranking-table .btn--small a::before {
  display: none;
}

.ranking-table .btn--small a::after {
  font-size: 9px;
  right: 0.5em;
  height: 10px;
  transform: scale(0.8);
}

.ranking-table .txt-circle {
  color: #f00;
  font-size: 30px;
}

.ranking-table .txt-cross {
  color: #000;
  font-size: 26px;
  text-shadow: 0px 0px 1px #a1a1a1a1, 0px 0px 1px #a1a1a1a1, 0px 0px 1px #a1a1a1a1, 0px 0px 1px #a1a1a1a1;
}

.ranking-table .txt-triangle {
  font-size: 24px;
  text-shadow: 0px 0px 1px #3fa2c3a1, 0px 0px 1px #3fa2c3a1, 0px 0px 1px #3fa2c3a1, 0px -0px 1px #3fa2c3a1;
}

.ranking-table .txt-highlight {
  text-shadow: 0px 0px 1px #ff2020a1, 0px 0px 1px #ff2020a1, 0px 0px 1px #ff2020a1, 0px -0px 1px #ff2020a1;
}

.sticky-table th {
  position: sticky;
  left: 0px;
  min-width: 100px;
  z-index: 1;
}

.th-fixed {
  position: sticky;
  left: -1px;
  min-width: 100px;
  z-index: 1;
}

.apps-icon img {
  border: 1px solid #ddd;
  border-radius: 12px;
}

.rank-icon {
  background: #84b3d8;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
}

.rank__th {
  color: #fff;
  background: #626060;
}

.rank__th--no1,
.rank__th--no2,
.rank__th--no3 {
  color: #fff;
  font-size: 14px;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.content table th.rank__th--no1 {
  background: url("../images/ranking_1.png") no-repeat center 55%;
  background-size: 70%;
  background-color: #d89d2c;
}

.content table th.rank__th--no2 {
  background: url("../images/ranking_2.png") no-repeat center 55%;
  background-size: 70%;
  background-color: #888888;
}

.content table th.rank__th--no3 {
  background: url("../images/ranking_3.png") no-repeat center 55%;
  background-size: 70%;
  background-color: #a17051;
}

/* 記事内googlemap調整 */
@media only screen and (max-width: 768px) {
  .article-main iframe,
  .article-main iframe {
    max-width: 100%;
    /*max-height: 250px;*/
  }
  .article-main iframe.googlemap,
  .article-main iframe.googlemap {
    max-height: 300px;
  }
}

/* instagram表示調整 */
.article-main .instagram-media {
  max-width: 320px !important;
  width: 320px !important;
  margin: 2rem auto 0 !important;
}

@media only screen and (max-width: 768px) {
  .article-main .instagram-media {
    max-width: 100% !important;
    min-width: initial !important;
  }
}

/*タイムラインボックス*/
.timeline-box {
  margin-bottom: 20px;
  padding-top: 10px;
  box-sizing: border-box;
}

.timeline-box > ul > li:before {
  content: "";
}

.timeline {
  list-style: none;
  padding: 0 0 6px 0;
  margin: 0;
}

.timeline > ul {
  margin-bottom: 20px;
}

.timeline > li {
  margin-bottom: 60px;
}

.timeline > li.timeline-item {
  margin: 0;
  padding-left: 0;
  position: relative;
}

.timeline-title {
  display: none;
  width: 0;
  height: 0;
}

.timeline-item-content {
  margin-top: 0;
  padding: 7px 0 20px 20px;
}

.timeline-item-snippet {
  margin-top: .5em;
  padding: 0 0 15px;
  border-bottom: dashed 1px #ccd5db;
}

.timeline-item-snippet p:last-of-type {
  margin-bottom: 0;
}

.timeline-item-label {
  color: #807e7e;
  font-weight: bold;
  font-size: 13px;
  margin-left: 20px;
  letter-spacing: 1px;
  padding-top: 1px;
}

.timeline-item-title {
  color: #454545;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}

.timeline-item:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  left: -10px;
  top: 1px;
  border-radius: 50%;
  border: solid 4px #69a365;
}

.timeline-item:after {
  content: "";
  width: 3px;
  background: #ccd5db;
  display: block;
  position: absolute;
  top: 25px;
  bottom: 0;
  left: 0;
}

.timeline-item:last-of-type:before, .timeline-item:first-of-type:before {
  background: #69a365;
}

.timeline-item:last-of-type:after {
  background: 0 0;
}

/*目次調整*/
#ez-toc-container {
  border-top: 1px solid #bd3127;
  border-bottom: 1px solid #bd3127;
  padding: 15px 0 0;
  margin: 60px 0 50px;
}

.ez-toc-title-container {
  text-align: center;
  position: relative;
}

.ez-toc-title-container {
  padding-bottom: 15px;
}

.ez-toc-title {
  margin: 0;
  display: inline-block;
}

.ez-toc-title-toggle {
  display: none;
}

.ez-toc-title-toggle > a:hover {
  text-decoration: none;
}

.ez-toc-icon-toggle {
  display: inline-block;
}

.ez-toc-icon-toggle::before {
  height: 20px;
  display: inline-block;
  transform: skewX(162deg);
  border-right: 1px solid #bd3127;
  content: "";
  margin-left: 10px;
  vertical-align: -3px;
}

.ez-toc-icon-toggle::after {
  color: #777;
  content: "\f0c9";
  font-weight: 800;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  padding: 5px;
  margin-left: 10px;
  cursor: pointer;
}

.ez-toc-list {
  border-top: 1px solid #bd3127;
  padding: 30px 0;
}

.ez-toc-list li a {
  color: #555;
  letter-spacing: 1.6px;
}

.ez-toc-list li {
  padding-left: 0;
}

.ez-toc-list li::before {
  position: relative;
  transform: scale(1);
}

.ez-toc-list ul > li::before {
  display: none;
}

.ez-toc-list > li {
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 20px 0;
  counter-increment: counter-no;
}

.ez-toc-list > li::before {
  font-size: 13px;
  color: #bd3127;
  content: "" counter(counter-no, decimal-leading-zero);
  order: 1;
}

.ez-toc-list > li::after {
  width: 12px;
  height: 1px;
  margin: -2px 8px 0;
  content: "";
  background: #bd3127;
  order: 2;
}

.ez-toc-list > li > a {
  order: 3;
  flex: 1;
}

.ez-toc-list-level-3 {
  order: 4;
  color: #999;
  font-size: 14px;
  margin: 10px 0 0 50px;
  display: block;
  width: 100%;
}

.ez-toc-heading-level-3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ez-toc-heading-level-3 > a {
  flex: 1;
}

.ez-toc-list-level-3 .ez-toc-heading-level-3::before {
  display: block;
  width: 10px;
  height: 1px;
  margin: 0 14px 0 0;
  content: "";
  background: #bbb;
}

/*導入分調整*/
.author-box {
  position: relative;
  padding: 25px 20px 20px;
  margin: 65px 0 50px;
  border: solid 1px #555;
}

.author-title {
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  width: 185px;
  margin: auto;
  padding: 0 10px;
  color: #666;
  font-size: 15px;
  font-weight: bold;
  background-color: #fff;
}

.author-title::before {
  content: "\f305";
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.content .author-box__detail {
  /*position: relative;*/
  display: flex;
  margin: 0;
}

.author-img {
  max-width: 80px;
  width: 15%;
  border-radius: 50%;
}

.author-img figure {
  border-radius: 50%;
  overflow: hidden;
}

.content .author-img li {
  padding: 0;
}

.content .author-img li:before {
  display: none;
}

.author-img .widgetProfile__snsList {
  margin-top: 10px;
}

.author-img .widgetProfile__snsItem {
  margin: 0 4px;
}

.author-img .widgetProfile__snsItem,
.author-img .widgetProfile__snsLink {
  color: #947878;
}

.author-img .widgetProfile__snsItem a {
  text-decoration: none;
}

.content .author-info {
  margin: 0 0 0 15px;
  width: 85%;
}

.author-name {
  font-size: 14px;
  margin-bottom: 3px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.content .author-ruby {
  color: #999;
  font-size: 12px;
  margin: 0 0 3px;
}

.content .author-profile {
  font-size: 13px;
  margin: 0;
}

.social-bottom {
  margin-top: 80px;
}

.social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.social-list__item {
  width: 80px;
  margin-right: 2%;
}

.social-list__item:last-child {
  margin-right: 0;
}

.social-list__link {
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 10px 0;
  line-height: 1;
  border: solid 1px #e9e9e9;
  box-shadow: 0px 0px 10px -5px #bfbfbf;
  overflow: hidden;
  position: relative;
  z-index: 0;
  text-align: center;
  border-radius: 30px;
}

.social-list__link:hover i {
  color: #ccc;
}

.fa-hatena::before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
  font-style: normal;
}

a.icon-facebook {
  background: #3B5998;
}

a.icon-x-twitter {
  background: #000;
}

a.icon-hatenabookmark {
  background: #008FDE;
}

a.icon-line {
  background: #00C300;
}

.share-text {
  font-family: "M PLUS 1", sans-serif;
  display: block;
  color: #f7d3d0;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 14px;
  margin-left: 14px;
  line-height: .5;
}

.fb_iframe_widget {
  margin: 0 0 0 -6px;
}

.rectangle {
  margin-top: 80px;
}

.rectangle__item {
  width: 48%;
  height: auto;
}

.rectangle__item img {
  width: 100%;
  height: auto;
}

.rectangle__item-left {
  float: left;
  margin-right: 2%;
}

.rectangle__item-right {
  float: right;
  margin-left: 2%;
}

.rectangle__title {
  clear: both;
  display: block;
  text-align: center;
  font-size: 12px;
  padding-top: 10px;
  letter-spacing: 2px;
}

.related-post {
  margin-top: 80px;
}

.heading-sub {
  font-size: 20px;
  margin-bottom: 40px;
  padding-left: 15px;
  border-radius: 6px 0 0 6px;
  border-left: 12px solid #bd3127;
}

.recommend-post {
  margin-top: 40px;
}

.related__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.related__list .related__item {
  width: calc(100% / 4 - 1.5%);
  margin: 0 2% 40px 0;
  position: relative;
}

.related__list .related__item:nth-of-type(4n) {
  margin-right: 0;
}

.related__list .related__item a {
  position: relative;
  z-index: 10;
}

.related__list .related__item a:hover .related__text {
  color: #bd3127;
  text-decoration: underline;
}

.hb-effect-blog {
  display: block;
}

.hb-effect-blog .related__img,
.hb-effect-blog .eyecatch {
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hb-effect-blog:hover .related__img,
.hb-effect-blog:hover .eyecatch {
  transform: scale(0.95);
  box-shadow: 0 0 10px #dde8e9;
}

.hb-effect-blog:hover .hb-effect-blog__text {
  background-position: 0 30%;
}

.hb-effect-blog .hb-effect-blog__text {
  display: inline;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  transition: .3s;
}

.related__text {
  line-height: 1.4;
  font-size: 14px;
}

.related__cat {
  font-size: 12px;
  margin: 0 0 5px 2px;
  display: inline-block;
}

.related__cat ul {
  display: inline-block;
}

.related__cat:hover {
  opacity: .8;
  text-decoration: underline;
}

.related__img {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.related__img img {
  width: 100%;
  height: auto;
}

.related__img::before {
  content: "";
  display: block;
  padding-top: 65%;
}

.related__img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
}

.related__date {
  color: #aaa;
  font-size: 12px;
}

.category-under {
  margin-top: 40px;
}

.category__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.category__item a {
  display: block;
  width: 32%;
  height: 100px;
  margin: 0 2% 2% 0;
  background: #ccc;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category__item a img {
  width: 100%;
  height: auto;
}

.category__item a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}

.category__item a h3 {
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  position: absolute;
  z-index: 10;
}

.category__item a h3 span {
  display: block;
  font-size: 11px;
}

.category__item a:nth-of-type(3n) {
  margin-right: 0;
}

.article-sidebar {
  width: 30%;
}

.widget-side {
  background: #fff;
  padding: 15px 15px 20px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 10px -5px #bfbfbf;
  border-radius: 12px;
}

.widget-side:last-child {
  margin-bottom: 0;
}

.widget-side__inner {
  max-width: 300px;
  text-align: center;
}

.widget-side__inner .widget-heading {
  text-align: left;
}

.widget-side__inner img {
  max-width: 300px;
  height: auto;
}

.widget-side__inner img {
  width: 100%;
  height: auto;
}

.widget-heading {
  color: #fff;
  font-weight: bold;
  padding: 10px 10px 10px 20px;
  margin: -15px -15px 20px;
  background: #bd3127;
  border-radius: 12px 12px 0 0;
}

.widget-profile {
  text-align: center;
  padding: 10px 0;
}

.widget-profile__img {
  width: 150px;
  height: auto;
  margin: 0 auto 30px;
}

.widget-profile__img img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 50%;
}

.widget-profile__name {
  margin-bottom: 30px;
  display: inline-block;
  border-bottom: 1px solid #000;
}

.widget-profile__text {
  font-size: 14px;
  text-align: left;
}

.widget-profile__links {
  margin: 30px 0;
}

.widget-profile__links a {
  font-size: 14px;
}

.widget-profile__sns {
  margin-top: 30px;
}

.category-list {
  border-top: 1px solid #eee;
}

.category-list li a {
  display: block;
  padding: 10px;
  border: 1px solid #eee;
  border-top: none;
}

.new-post-list {
  position: relative;
  padding: 25px 0 20px;
}

.new-post-list a {
  display: flex;
  align-items: flex-start;
}

.new-post-list .eyecatch {
  width: 45%;
  height: auto;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.new-post-list .eyecatch img {
  width: 100%;
  height: auto;
}

.new-post-list .eyecatch::before {
  content: "";
  display: block;
  padding-top: 65%;
}

.new-post-list .eyecatch img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.new-post-list .eyecatch__cat {
  font-size: 12px;
  position: absolute;
  top: 0px;
}

.new-post-list .eyecatch__cat ul {
  display: inline-block;
}

.new-post-list .eyecatch__cat:hover {
  color: #aaa;
}

.new-post__contents {
  width: 50%;
  line-height: 1.4;
  margin: 0 0 0 5%;
}

.new-post__contents .date-list {
  margin-bottom: 5px;
}

.new-post__contents .date-list__item {
  font-size: 12px;
  color: #aaa;
}

.new-post__contents .new-post__title {
  font-size: 14px;
  margin-bottom: 10px;
}

.icon-clock::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  margin-right: 5px;
  content: '\f017';
}

.icon-home::before,
.icon-tag::before,
.icon-search::before,
.icon-folder::before,
.icon-update::before,
.icon-info::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  font-style: initial;
}

.icon-update::before {
  content: '\f1da';
}

.icon-folder::before {
  content: '\f07b';
}

.icon-search::before {
  content: '\f002';
}

.icon-tag::before {
  content: '\f02b';
}

.icon-home::before {
  content: '\f015';
}

.icon-info::before {
  content: "\f05a";
}

.populur-post-list {
  margin-bottom: 30px;
  text-align: center;
}

.populur-post-list a:hover h3 {
  color: #bd3127;
  text-decoration: underline;
}

.populur-post-list .eyecatch {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.populur-post-list .eyecatch img {
  width: 100%;
  height: auto;
}

.populur-post-list .eyecatch::before {
  content: "";
  display: block;
  padding-top: 65%;
}

.populur-post-list .eyecatch img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.populur-post-list .eyecatch__link {
  display: block;
}

.populur-post__title {
  font-size: 15px;
}

ins {
  background: none;
}

/****************************
		pagenavi
*****************************/
.pagenavi-wrap {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.wp-pagenavi {
  margin: 0 0 15px;
  text-align: center;
  line-height: 1;
}

.wp-pagenavi a {
  display: inline-block;
  margin: 0 7px;
  min-width: 24px;
  padding: 10px 0;
  color: #000;
  line-height: 1;
  position: relative;
}

.wp-pagenavi a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #bd3127;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.wp-pagenavi a:hover {
  color: #bd3127;
}

.wp-pagenavi a:hover::after {
  transform-origin: right top;
  transform: scale(0, 1);
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  vertical-align: top;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  padding: 10px 0px;
}

.wp-pagenavi .current {
  margin: 0 7px;
  display: inline-block;
  min-width: 24px;
  padding: 7px 0;
  line-height: 1;
  position: relative;
}

.wp-pagenavi .current::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #bd3127;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .wp-pagenavi .current {
    padding: 1px 10px\0;
  }
  *::-ms-backdrop, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    padding: 7px 8px 7px\0;
  }
}

/****************************
		scroll to top
*****************************/
#page-top {
  position: fixed;
  z-index: 100;
  right: 30px;
}

#page-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 10px;
  width: 32px;
  height: 32px;
  border: 1px solid #bd3127;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.2s linear;
}

#page-top a:hover {
  text-decoration: none;
  opacity: .6;
  border: 1px solid #fff;
  background: #bd3127;
  transform: translate(0, -5px);
}

#page-top a:hover .icon-up {
  border: 1px solid #fff;
  border-right: none;
  border-bottom: none;
}

#page-top .icon-up {
  position: relative;
  top: 2px;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #bd3127;
  transform: rotate(45deg);
  border-right: none;
  border-bottom: none;
}

/*---------- - - - - - - - - - ----------*/
/*----------    mediaQuery     ----------*/
/*---------- - - - - - - - - - ----------*/
@media only screen and (max-width: 1100px) {
  .breadcrumbs,
  .content__header {
    padding-right: 3%;
    padding-left: 3%;
  }
  .section__inner, .section__inner--mtzero, .section__inner--mbzero {
    width: 100%;
    padding: 70px 3%;
  }
  .section__inner--mbzero {
    padding: 70px 0 0;
  }
  .main-thumbnail,
  .faq-wrap {
    width: 100%;
  }
  .recommend__item {
    width: 100%;
  }
  .article__section .section__inner, .article__section .section__inner--mtzero, .article__section .section__inner--mbzero,
  .article__section .section__inner--mbzero {
    padding: 0 15px;
  }
  .breadcrumbs,
  .breadcrumbs__inner {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .option-list {
    width: 100%;
  }
  .compensation-wrap {
    width: 90%;
  }
  .page-plan .plan-item__main {
    width: 100%;
  }
  .page-plan .plan-tab {
    width: 30%;
    max-width: 250px;
  }
  .guide-section .section__inner, .guide-section .section__inner--mtzero, .guide-section .section__inner--mbzero {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .plan__name h4 {
    font-size: 25px;
  }
  .plan__price {
    padding: 30px 2.4%;
  }
  .plan__price span {
    font-size: 36px;
  }
  .about-wrap {
    width: 100%;
  }
  .page-flow .flow-wrap {
    width: 100%;
  }
  .contact-wrap {
    width: 100%;
  }
  .article-main {
    padding: 15px 15px 30px 15px;
    width: calc(70% - 2.5%);
  }
  .page-blog-top .heading__wrap {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .btn-style01 a, .btn-style01--rev a, .btn-style01--min a, .btn-style01--white a, .btn-style01--yellow a {
    font-size: 17px;
    padding: 12px 50px 12px 30px;
  }
  .btn-style01 a::after, .btn-style01--rev a::after, .btn-style01--min a::after, .btn-style01--white a::after, .btn-style01--yellow a::after {
    right: 24px;
    width: 8px;
    height: 8px;
  }
  .btn-style01 a::before, .btn-style01--rev a::before, .btn-style01--min a::before, .btn-style01--white a::before, .btn-style01--yellow a::before {
    right: 12px;
    width: 30px;
    height: 30px;
  }
  .btn-style01--yellow a {
    font-size: 15px;
    padding: 8px 50px 8px 30px;
  }
  .btn-style01--yellow a::after {
    right: 24px;
  }
  .btn-style01--yellow a::before {
    right: 14px;
    width: 26px;
    height: 26px;
  }
  .btn-style01--min a {
    font-size: 14px;
    min-width: 80px;
    padding: 8px 40px 8px 20px;
  }
  .btn-style01--min a::after {
    right: 18px;
    width: 5px;
    height: 5px;
  }
  .btn-style01--min a::before {
    right: 10px;
    width: 22px;
    height: 22px;
  }
  .btn-intro a {
    font-size: 16px;
    padding: 8px 42px 8px 22px;
  }
  .lp__h2-style {
    font-size: 22px;
    letter-spacing: 12px;
    margin-left: 6px;
    margin-bottom: 40px;
  }
  .lp__h2-style span {
    margin-left: -6px;
  }
  .section__inner, .section__inner--mtzero, .section__inner--mbzero {
    padding: 40px 3.5%;
  }
  .section__inner--mbzero {
    padding: 40px 0 0 0;
  }
  .about-section:before {
    width: 300px;
    background-size: contain;
    top: -5%;
    left: -15%;
  }
  .about-section:after {
    width: 300px;
    background-size: contain;
    bottom: 0;
    right: -10%;
  }
  .about-section h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .about-section h4 {
    font-size: 23px;
  }
  .about-wrap {
    width: 100%;
  }
  .about-wrap h3 {
    font-size: 18px;
  }
  .worries-section {
    padding-bottom: 10px;
  }
  .worries-wrap h3 {
    font-size: 20px;
  }
  .worries-line {
    border-top: 70px solid #f7f7f7;
  }
  .worries-answer {
    padding: 120px 3% 50px;
  }
  .worries-answer h3 {
    font-size: 18px;
    line-height: 1.9;
  }
  .worries-answer h3 span {
    font-size: 22px;
  }
  .worries-answer .worries-answer__heading {
    font-size: 20px;
    margin: -30px 0 30px;
  }
  .worries-answer .worries-answer__heading span {
    font-size: 24px;
  }
  .worries-profile {
    width: 100%;
    margin: 50px auto 0;
  }
  .worries-profile:before, .worries-profile:after {
    width: 300px;
    height: 300px;
    opacity: .1;
    border-radius: 50%;
  }
  .worries-profile:before {
    right: -70px;
    top: 330px;
  }
  .worries-profile:after {
    left: -70px;
    top: 420px;
  }
  .worries-profile .profile-detail {
    width: 96%;
    margin: 0 auto;
  }
  .worries-profile p {
    margin-bottom: 30px;
  }
  .worries-profile h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .profile-photo {
    width: 80%;
    margin: 0 auto 20px;
  }
  .profile-photo img {
    border-radius: 30px;
  }
  .worries__content {
    display: block;
  }
  .worries__img {
    width: 90%;
    margin: 0 auto;
  }
  .worries-list {
    width: 90%;
    margin: 0 auto;
  }
  .worries-list li {
    font-size: 15px;
    line-height: 1.7;
    padding: 10px 15px 10px 43px;
    margin: 0 0 6px 0;
  }
  .worries-list li:before {
    width: 20px;
    height: 20px;
    left: 12px;
    top: 13px;
  }
  .worries-list li:after {
    width: 8px;
    height: 5px;
    left: 16px;
    top: 18px;
  }
  .recommend__item {
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px 5%;
    display: block;
  }
  .recommend__content {
    width: 100%;
    padding-top: 55px;
  }
  .recommend__content h3 {
    font-size: 22px;
  }
  .recommend__content p {
    margin-bottom: 20px;
  }
  .recommend__content::before {
    font-size: 48px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .recommend__img {
    width: 100%;
  }
  .service-wrap {
    margin-bottom: 20px;
    display: display;
  }
  .service__item {
    width: 100%;
    padding: 0 5% 20px;
    margin-bottom: 20px;
  }
  .service__content p {
    margin-bottom: 20px;
  }
  .service__top__text {
    font-size: 14px;
    width: 80%;
    margin: 0 auto 15px;
    padding: 8px 0;
  }
  .service__heading {
    font-size: 21px;
  }
  .plan-section h3 {
    font-size: 19px;
    margin: 50px 0 20px;
  }
  .plan-section h3 span {
    font-weight: 600;
    padding: 0 15px;
  }
  .plan-wrap {
    margin-bottom: 50px;
  }
  .plans {
    border-radius: 30px;
    overflow: initial;
  }
  .plans__title {
    font-size: 22px;
    padding: 10px 0;
  }
  .plans__wrapper {
    display: block;
    border-radius: 30px;
  }
  .plan {
    border: none;
    display: block;
  }
  .plan:last-child {
    border-radius: 0 0 27px 27px;
  }
  .plan__name {
    padding: 20px 0;
  }
  .plan__name h4 {
    font-size: 22px;
    margin: 0;
    line-height: 1.6;
  }
  .plan__name h4 span {
    font-size: 15px;
  }
  .plan__price {
    width: 100%;
    padding: 20px 0;
  }
  .plan__price span {
    font-size: 36px;
    margin: 0 3px;
  }
  .plan__detail {
    padding: 15px 20px 20px;
  }
  .plan__term {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .plan__term span {
    font-size: 20px;
  }
  .btn__line {
    padding: 20px 0;
    border-radius: 0 0 30px 30px;
  }
  .plan__label {
    width: 74px;
    height: 74px;
    top: 13px;
    right: -10px;
  }
  .plan__label span {
    font-size: 15px;
  }
  .plan__noted {
    margin: 30px 0;
  }
  .free-service {
    margin-top: 20px;
  }
  .free-service h4 {
    font-size: 19px;
  }
  .free-service__count {
    font-size: 22px;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    padding-top: 15px;
  }
  .free-service__count:after {
    width: 20px;
    margin: 6px auto 0;
  }
  .free-service__subtitle {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.4;
  }
  .free-service__main {
    width: 94%;
    margin: 0 auto;
  }
  .free-service__main .free-service__item {
    display: block;
    margin-bottom: 30px;
  }
  .free-service__main .free-service__img {
    width: 80%;
    margin: 0 auto 20px;
  }
  .free-service__main .free-service__detail {
    width: 100%;
  }
  .free-service__sub {
    margin-top: 0;
    display: block;
    border: none;
  }
  .free-service__sub h4 {
    font-size: 18px;
  }
  .free-service__sub .free-service__item {
    width: 94%;
    margin: 0 auto;
    padding: 20px 0 0 0;
    border: none;
    border-top: 1px solid #ccc;
  }
  .free-service__sub .free-service__item:last-child {
    border-top: 1px solid #ccc;
  }
  .free-service__sub .free-service__count {
    font-size: 22px;
    margin: 0 auto 10px;
    padding-top: 15px;
  }
  .free-service__sub .free-service__count:after {
    width: 20px;
  }
  .free-service__sub .free-service__img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .flow-wrap {
    margin: 60px auto 40px;
    display: block;
  }
  .flow-step, .flow-step--last {
    width: 100%;
    margin-bottom: 40px;
  }
  .flow-step.ad-icon .flow-step-icon, .ad-icon.flow-step--last .flow-step-icon {
    width: 110px;
    right: -47px;
    bottom: -35px;
  }
  .flow-step--last {
    width: 100%;
  }
  .flow-step--last .flow-step__desc p {
    padding-right: 15px;
  }
  .flow-step__title {
    margin: -15px 0 10px;
  }
  .compensation-wrap {
    width: 100%;
    padding: 25px 15px 105px;
  }
  .compensation-wrap h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .compensation-wrap p {
    margin-bottom: 10px;
  }
  .compensation-circle {
    width: 100%;
    padding: 0 30px;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .compensation-circle li {
    width: 76px;
    height: 76px;
    margin-right: 0;
  }
  .compensation-circle li span {
    font-size: 22px;
  }
  .compensation-btn {
    padding: 13px 125px 13px 0;
    bottom: 25px;
  }
  .compensation-btn a {
    padding: 9px 18px;
  }
  .compensation_ico {
    width: 80px;
    right: 10px;
  }
  .faq-category__wrap {
    width: 100%;
  }
  .faq-category__wrap ol li {
    width: 100%;
  }
  .faq-category__wrap ol li a {
    font-size: 15px;
    padding: 16px 40px;
  }
  .faq-category__wrap ol li a::after {
    right: 20px;
  }
  .faq-content {
    margin-bottom: 40px;
  }
  .faq-wrap {
    width: 100%;
    margin: 0 auto 30px;
  }
  .faq-wrap h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .faq-wrap h2 span {
    padding: 0 15px;
  }
  .faq-wrap p {
    font-size: 14px;
  }
  .faq-item {
    margin-bottom: 14px;
  }
  .faq-item__answer,
  .faq-item__question {
    padding: 17px 45px 7px;
  }
  .faq-item__answer::before,
  .faq-item__question::before {
    font-size: 30px;
    margin-right: 12px;
  }
  .faq-item__question h3 {
    font-size: 15px;
    width: 100%;
    line-height: 1.7;
  }
  .faq-item__question::before {
    font-size: 15px;
    padding: 6px 7px 8px 7px;
    min-width: 15px;
    left: 8px;
    top: 14px;
  }
  .faq-item__question::after {
    font-size: 24px;
    width: 30px;
    height: 30px;
    right: 8px;
    top: 14px;
  }
  .faq-item__answer {
    padding: 12px 15px 10px 35px;
  }
  .faq-item__answer p {
    font-size: 15px;
  }
  .faq-item__answer::before {
    font-size: 18px;
    width: 12px;
    height: 12px;
    padding: 8px;
    min-width: 12px;
    margin: -4px 12px 0 0;
    left: 5px;
    top: 12px;
  }
  .faq-contact {
    margin-top: 25px;
  }
  .news-section {
    padding-top: 30px;
  }
  .news-section .section__inner, .news-section .section__inner--mtzero, .news-section .section__inner--mbzero {
    border-radius: 30px;
    padding: 25px 3% 30px;
  }
  .news-wrap {
    width: 100%;
    margin: 0 auto 25px;
  }
  .news-item a {
    display: block;
    padding: 12px 15px;
  }
  .news-item dt {
    margin: 0;
    display: block;
    width: 100%;
  }
  .news-item dd {
    display: block;
    width: 100%;
  }
  .bg-full-img img {
    width: 160%;
    margin-left: -100px;
  }
  .donation__wrap {
    width: 100%;
    padding: 0 3%;
  }
  .donation__bnr {
    width: 100%;
    margin: 40px auto 0;
    padding: 10px 10px 35px 10px;
    background-size: 50px;
    background-position: 8px 15px;
  }
  .donation__bnr h4 {
    font-size: 16px;
    padding: 0 0 10px 57px;
    line-height: 1.7;
    min-height: 60px;
  }
  .donation__bnr span {
    bottom: 6px;
  }
  .cta-wrap {
    width: 100%;
    border-radius: 2rem;
    padding: 20px 1rem 160px;
    text-align: center;
  }
  .cta-wrap h2 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.7;
  }
  .cta-wrap p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .cta_ico {
    width: 100px;
    right: 120px;
  }
  .cta_ico img {
    width: 100%;
    height: auto;
  }
  .cta_btn .btn-style01, .cta_btn .btn-style01--rev, .cta_btn .btn-style01--min, .cta_btn .btn-style01--white, .cta_btn .btn-style01--yellow {
    display: block;
  }
  .cta_btn .btn-style01 a, .cta_btn .btn-style01--rev a, .cta_btn .btn-style01--min a, .cta_btn .btn-style01--white a, .cta_btn .btn-style01--yellow a {
    font-size: 17px;
    margin: 0 0 15px 0;
  }
  .cta_btn .btn-style01 a:after, .cta_btn .btn-style01--rev a:after, .cta_btn .btn-style01--min a:after, .cta_btn .btn-style01--white a:after, .cta_btn .btn-style01--yellow a:after {
    right: 21px;
  }
  .h1-style {
    font-size: 22px;
  }
  .word-en {
    font-size: 20px;
    margin-left: 15px;
    line-height: .7;
  }
  .main-thumbnail {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
  }
  .main-thumbnail img {
    border-radius: 10px;
    margin: 0px 0 0 -40%;
    text-align: center;
    height: 100%;
    width: auto;
  }
  .breadcrumbs {
    width: 100%;
    font-size: 13px;
    padding: 0 3%;
    margin: 15px auto 25px;
  }
  .beaka {
    margin: 0 5px;
  }
  .section__intro {
    width: 100%;
    margin-bottom: 50px;
  }
  .page-service .service-wrap {
    display: block;
  }
  .page-service .service-wrap p {
    margin-top: 25px;
  }
  .page-service .service__item {
    width: 100%;
    margin-bottom: 35px;
    padding: 0 5% 20px;
    display: block;
  }
  .page-service .service__content {
    width: 100%;
    padding-top: 0;
  }
  .page-service .service__content p {
    font-size: 15px;
  }
  .page-service .service__top__text {
    position: relative;
    top: 0;
    font-size: 14px;
  }
  .page-service .service__heading {
    margin-bottom: 0;
    line-height: 1.7;
  }
  .page-service .service__heading::before {
    font-size: 60px;
    right: -20px;
    top: -15px;
  }
  .page-service .service__img {
    width: 100%;
  }
  .page-plan h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .page-plan h2 span {
    font-size: 15px;
  }
  .page-plan .plan-item__title {
    padding: 25px 0 60px;
    border-top: 14px solid #000;
  }
  .page-plan .plan-item__title h2 {
    font-size: 32px;
  }
  .page-plan .plan-item__title h2 span {
    font-size: 17px;
  }
  .page-plan .plan-item__title p {
    font-size: 16px;
    line-height: 1.7;
    position: relative;
    display: inline-block;
  }
  .page-plan .plan-item__title p:after, .page-plan .plan-item__title p:before {
    width: 20px;
    position: absolute;
  }
  .page-plan .plan-item__title p:before {
    left: -30px;
    top: 25px;
    margin: 0;
  }
  .page-plan .plan-item__title p:after {
    right: -30px;
    top: 25px;
    margin: 0;
  }
  .page-plan .plan-item__title:after, .page-plan .plan-item__title:before {
    width: 90px;
    height: 76px;
  }
  .page-plan .plan-tab {
    font-size: 16px;
    line-height: 1.5;
    width: 32.1%;
    padding: 15px 0;
    border-width: 3px;
    border-top: 12px solid;
    border-bottom: none;
  }
  .page-plan .plan-tab span {
    font-size: 13.5px;
    display: block;
  }
  .page-plan .plan-item {
    border-width: 3px;
    padding: 30px 3% 0;
    border-radius: 0 0 15px 15px;
  }
  .page-plan .plan-item__upline {
    display: block;
  }
  .page-plan .plan-item__main {
    width: 100%;
  }
  .page-plan .plan-item__main .plan__price {
    width: 98%;
    padding: 25px 0;
    margin-bottom: 30px;
  }
  .page-plan .plan-item__detail {
    margin: 40px auto;
  }
  .page-plan .plan-item__detail h3 {
    font-size: 20px;
    line-height: 1.7;
  }
  .page-plan .incluce-service {
    gap: 3%;
  }
  .page-plan .service-item__list {
    width: 48.5%;
    border-radius: 12px;
    margin-bottom: 15px;
  }
  .page-plan .service-item__list h4 {
    font-size: 14px;
    padding: 6px 0 8px;
    letter-spacing: 0.6px;
  }
  .page-plan .service-item__list h4 .sp-ls {
    letter-spacing: -0.6px;
  }
  .page-plan .plan-table {
    width: 100%;
  }
  .page-plan .plan-table th,
  .page-plan .plan-table td {
    display: block;
    width: 100%;
    padding: 15px 20px;
  }
  .page-plan .plan-option-wrap {
    text-align: center;
    margin-bottom: 80px;
  }
  .option-list {
    width: 100%;
    margin-bottom: 30px;
  }
  .option-list dl {
    display: block;
  }
  .option-list dt {
    font-size: 16px;
  }
  .option-list dt,
  .option-list dd {
    display: block;
    width: 100%;
    padding: 15px 0;
  }
  .option-list .price {
    font-size: 16px;
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
  .pay-wrap {
    width: 100%;
    margin: 0 auto 30px;
    padding: 20px 0 30px;
    border-radius: 30px;
  }
  .pay-wrap li {
    width: 90%;
    display: block;
    padding: 10px 15px;
    margin: 0 auto 15px;
  }
  .page-flow .flow-wrap {
    width: 100%;
    margin-top: 50px;
  }
  .page-flow .flow-step, .page-flow .flow-step--last {
    width: 100%;
    padding: 35px 3% 20px;
    margin-bottom: 30px;
  }
  .page-flow .flow-step.ad-icon .flow-step-icon, .page-flow .ad-icon.flow-step--last .flow-step-icon {
    right: -30px;
    bottom: -20px;
  }
  .page-flow .flow-step .flow-step__wrap, .page-flow .flow-step--last .flow-step__wrap {
    display: block;
  }
  .page-flow .flow-step__img {
    width: 80%;
    margin: 0 auto 30px;
  }
  .page-flow .flow-step__num {
    font-size: 18px;
    width: 50px;
    height: 50px;
    top: -26px;
  }
  .page-flow .flow-step__num span {
    top: 6px;
    left: 14px;
  }
  .page-flow .flow-step__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page-flow .flow-step__desc {
    font-size: 15px;
    width: 100%;
  }
  .contact-wrap {
    width: 100%;
  }
  .contact-form {
    width: 100%;
  }
  .contact-form dl {
    margin-bottom: 30px;
  }
  .contact-form dl p {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .contact-form .required {
    padding: 5px 6px;
  }
  .contact-form input,
  .contact-form textarea {
    font-size: 15px;
    padding: 16px 15px;
    border-radius: 15px;
  }
  .contact-form textarea {
    height: 180px;
  }
  .input-short input {
    width: 65%;
  }
  .submit-btn {
    margin: 0 auto 40px;
  }
  .submit-btn input.wpcf7-form-control {
    font-size: 16px;
    max-width: 220px;
    padding: 12px 60px;
  }
  
  .privacy-section .section__inner,
  .privacy-section .section__inner--mtzero,
  .privacy-section .section__inner--mbzero {
    width: 100%;
  }
  .privacy-section h2 {
    font-size: 18px;
    margin: 30px 0 10px;
  }
  .privacy-section h3 {
    font-size: 17px;
    margin: 25px 0 10px;
  }
  .privacy-section h4 {
    font-size: 16px;
    margin: 20px 0 10px;
  }
  .privacy-section p {
    margin-bottom: 20px;
  }
  .guide-section .section__inner, .guide-section .section__inner--mtzero, .guide-section .section__inner--mbzero {
    width: 100%;
  }
  .guide-section h2 {
    font-size: 18px;
    margin: 0 0 20px;
    text-align: center;
  }
  .guide-section table {
    width: 100%;
  }
  .guide-section table th,
  .guide-section table td {
    display: block;
    padding: 15px 3%;
    border: none;
  }
  .guide-section table th {
    font-size: 15px;
    font-weight: bold;
    background: #fff6f5;
    line-height: 1.5;
    border-bottom: 1px solid #ffe5e3;
  }
  .guide-section table td {
    font-size: 14px;
  }
  /****************************
				common
	*****************************/
  .scroll-table {
    overflow: auto;
    white-space: nowrap;
  }
  /****************************
				page
	*****************************/
  .breadcrumbs {
    overflow-x: auto;
    margin: 0 0 40px;
    padding-top: 15px;
  }
  .breadcrumbs .breadcrumbs__list {
    position: static;
    display: table;
  }
  .breadcrumbs .breadcrumbs__list > span:not(.beaka) {
    display: table-cell;
    white-space: nowrap;
  }
  .breadcrumbs__inner {
    position: static;
    overflow: auto;
  }
  .page-single .breadcrumbs {
    margin-bottom: 15px;
  }
  .archive-topics {
    display: flex;
    flex-wrap: wrap;
  }
  .archive-topics__list {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .archive-topics__list::before {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    z-index: 1;
    transition: .3s;
  }
  .archive-topics__list:hover::before {
    color: #000;
    background-color: rgba(0, 0, 0, 0.15);
  }
  .archive-topics__list .archive-topics__post {
    padding: 20px 10px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    display: flex;
  }
  .archive-topics__list .archive-topics__post::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .archive-topics__contents {
    z-index: 2;
  }
  .archive__item {
    width: 100%;
    padding-bottom: 30px;
  }
  .archive__item .eyecatch {
    margin-bottom: 15px;
  }
  .archive__item .eyecatch::before {
    padding-top: 60%;
  }
  .archive-post__detail {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .archive-post__date:nth-of-type(2n) {
    margin-left: 15px;
  }
  .archive-post__title {
    font-size: 17px;
  }
  .archive-post__description {
    font-size: 13px;
    margin-bottom: 30px;
  }
  .page-single .h1-style {
    font-size: 20px;
    top: initial;
    bottom: 80px;
    padding: 20px 5%;
    min-height: auto;
  }
  .page-single .h1-style::after {
    height: calc(100% - 40px);
  }
  .heading__wrap {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .heading__wrap h1 {
    font-size: 20px;
  }
  .article__section {
    padding: 0 0 40px;
    background: none;
  }
  .article__section .section__inner, .article__section .section__inner--mtzero, .article__section .section__inner--mbzero {
    display: block;
    padding: 0;
  }
  .article-main {
    width: 100%;
    min-height: 150px;
    margin-bottom: 30px;
  }
  .article-list {
    display: block;
  }
  article {
    font-size: 16px;
  }
  article h1 {
    font-size: 20px;
  }
  article h2 {
    font-size: 20px;
    margin: 65px 0 30px;
    padding-left: 14px;
  }
  article h2:first-of-type {
    margin-top: 30px;
  }
  article h3 {
    font-size: 18px;
    margin: 65px 0 30px;
    padding-bottom: 8px;
  }
  article h4 {
    font-size: 17px;
    margin: 65px 0 30px;
    padding: 0 0 0 30px;
  }
  article > p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 40px;
  }
  article ol {
    padding: 0 0 0 3px;
  }
  article .border-style__list {
    padding: 10px 10px 10px 25px;
    line-height: 1.6;
  }
  article .check-point {
    font-size: 16px;
  }
  article .ep-box, article .ep-pointbox, article .ep-box--attention, article .ep-box--question, article .ep-box--tag, article .ep-box--border, article .box__ribbon, article .box__merit, article .box__demerit {
    padding: 15px 10px;
    margin-bottom: 40px;
  }
  article .ep-box--question,
  article .ep-box--attention {
    padding: 10px 10px 10px 50px;
  }
  article .ep-box--question::before,
  article .ep-box--attention::before {
    top: 10px;
    left: 13px;
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
  article .ep-box--tag {
    padding: 10px 10px 10px 45px;
  }
  article .ep-box--tag::before {
    font-size: 24px;
    top: 10px;
    left: 13px;
  }
  article .box__ribbon,
  article .box__demerit,
  article .box__merit {
    font-size: 16px;
    padding-top: 56px;
  }
  article .ribbon__title {
    font-size: 16px;
  }
  article table {
    font-size: 13.2px;
  }
  article .balloon {
    margin-bottom: 50px;
  }
  article .balloon .balloon__img,
  article .balloon .balloon__img-left div,
  article .balloon .balloon__img-right div {
    width: 60px;
    height: 60px;
  }
  article .balloon .balloon__name {
    font-size: 0.7rem;
  }
  article .balloon .balloon__text {
    max-width: calc(100% - 75px);
  }
  article .balloon__img-left {
    margin-right: 15px;
  }
  article .balloon__img-right {
    margin-left: 15px;
  }
  article .tableScroll td {
    min-width: 80px;
  }
  article .sitecard a {
    padding: 0 10px;
    line-height: 1.5;
    display: block;
  }
  article .sitecard__subtitle {
    font-size: 15px;
    left: 10px;
    padding: 2px 15px;
  }
  article .sitecard__eyecatch {
    display: none;
  }
  article .sitecard__eyecatch-link::before {
    padding-top: 100%;
  }
  article .sitecard__contents {
    width: 100%;
    max-width: 100%;
    padding: 19px 0 12px;
  }
  article .sitecard__contents .heading {
    font-size: 15px;
  }
  article .box-content {
    padding: 1em 0.7em;
  }
  article pre {
    margin-bottom: 40px;
  }
  article .btn {
    max-width: 100%;
  }
  article .date-list__item {
    margin: 0 5px 5px 0;
  }
  article .post-main-thumbnail {
    margin-bottom: 40px;
  }
  .popularity-list li a {
    display: block;
  }
  .popularity-list li > div {
    font-size: 14px;
    margin-bottom: 5px;
    padding: 3px 14px;
  }
  /*タイムラインボックス*/
  .timeline-item-content {
    padding: 7px 0 20px 15px;
  }
  .timeline-item-snippet p {
    font-size: 15px;
  }
  .timeline-item-label {
    margin-left: 16px;
  }
  .timeline-item-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  /*目次調整*/
  #ez-toc-container {
    margin-bottom: 30px;
  }
  .ez-toc-list > li {
    font-size: 14px;
  }
  .ez-toc-list > li::before {
    font-weight: bold;
    margin-right: 2px;
  }
  .ez-toc-list-level-3 {
    margin: 10px 0 0 29px;
  }
  .ez-toc-list-level-3 a {
    font-weight: normal;
  }
  /*導入分調整*/
  .author-box {
    padding: 20px 10px 10px;
  }
  .author-img {
    width: 18%;
  }
  .content .author-info {
    width: 82%;
  }
  .author-img .widgetProfile__snsList {
    margin-top: 20px;
  }
  .author-img .widgetProfile__snsItem {
    margin-bottom: 10px;
  }
  .social-bottom {
    margin-top: 60px;
  }
  .rectangle {
    margin-top: 60px;
  }
  .rectangle__item {
    width: 100%;
  }
  .rectangle__item-left {
    float: none;
    margin-right: 0;
  }
  .rectangle__item-right {
    display: none;
  }
  .related-post {
    margin-top: 60px;
  }
  .heading-sub {
    margin-bottom: 30px;
  }
  .related__list {
    justify-content: space-between;
  }
  .related__list .related__item {
    width: calc(100% / 2 - 2%);
    margin: 0 0 40px 0;
  }
  .related__text {
    margin-top: 5px;
  }
  .category__item {
    justify-content: space-between;
  }
  .category__item a {
    width: 48%;
    height: 80px;
    margin: 0 0 4% 0;
  }
  .category__item a h3 {
    font-size: 3.6vw;
    letter-spacing: 1px;
  }
  .article-sidebar {
    width: 100%;
    padding: 0 3%;
  }
  .populur-post-list {
    margin-bottom: 40px;
  }
  .populur-post-list:last-child {
    margin-bottom: 10px;
  }
  .populur-post__title {
    font-size: 14px;
  }
  .widget-side__inner {
    width: 100%;
    max-width: 100%;
  }
  .widget-profile__name {
    margin-bottom: 20px;
  }
  .widget-profile__img {
    margin: 0 auto 20px;
    width: 100px;
    height: 100px;
  }
  .widget-profile__text {
    font-size: 14px;
  }
  .widget-profile__links {
    margin: 15px 0;
  }
  .widget-profile__links a {
    font-size: 14px;
  }
  #page-top {
    right: 10px;
  }
  #page-top a {
    width: 20px;
    height: 20px;
  }
  #page-top a:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #bd3127;
    transform: translate(0);
  }
  #page-top a:hover .icon-up {
    border: 1px solid #bd3127;
    border-right: none;
    border-bottom: none;
  }
}
