body{
    color: #333;
}

h1 {
    border: none;
    padding: 0!important;
}

h1 p {
    margin: 0;
    padding: 0;
}

h1 img{
    width: 100%;
}

h2 {
    font-weight: bold;
    color: #fff;
    background-color: #029945;
    border-left: none;
    font-size: 1.5em;
    padding: 10px;
}

h2::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f140";
    color: #fff;
    margin-right: .3em;
}

h3 {
    border-left: 5px solid #B1E9DE;
    background-color: #E8F3F1;
}

h3::before {
    border-left: 2px solid;
    z-index: -1;
}

h3::after {
    border-right: 2px solid;
}

p{
    margin: 0 auto 1rem;
    line-height: 1.8em;
    font-size: 15px;
}

img {
    display: block;
    width: 100%;
    margin: 0 auto 1rem;
}

td,th {
    padding:5px;
    line-height: 20px;
    border:solid 1px #B1E9DE;
}

td {
    text-align: center;
}

td img {
    width: 45%;
    margin: 0 auto;
}

th {
    background-color: #d0e4ec;
    width: 15%;
}

.reference{
    margin: -1rem auto 1rem;
    width: 70%;
    color: #999;
    font-size: .8em;
}

.red {
    font-weight: bold;
    color: #E64848;
}

.red .red {
    color: #D63838;
}

.red .red .red {
    color: #C62828;
}

.blue {
    font-weight: bold;
    color: #5800FF;
}

.marker {
    font-weight: bold;
    background: linear-gradient(transparent 50%, #ffefb4 50%);
}

.large {
    font-weight: bold;
    font-size: 1.2em;
}

.small{
    font-size: .7em;
}

.big {
    font-size: 1.5em;
    width: 50%;
}

.bold{
    font-weight: bolder;
}

.btn_comment{
    text-align: center;
    margin-bottom: 0;
}

.point_number {
    font-size: 2.5em;
    font-family: 'HiraMinProN-W6';
    font-style: italic;
    display: flex;
    align-items: center;
    line-height: 1;
}

.point {
    font-family: 'HiraMinProN-W6';
    font-size: 1.2em;
    font-style: italic;
    display: flex;
    align-items: center;
}

.point_text {
    font-family: 'HiraMinProN-W6';
    font-size: 1.1em;
    text-align: left;
    padding-left: 0.5em;
    display: flex;
    align-items: center;
}

.point_title {
    font-family: 'HiraMinProN-W6';
    font-size: 1.5em;
    padding-left: 0.5em;
    display: flex;
    align-items: center;
}

.no_margin{
    margin: 0;
}

.no_bottom {
    margin-bottom: 0;
}

.point_wrap1{
    display: flex;
    flex-direction: row;
    margin: 0;
}

.point_wrap2{
    display: flex;
    flex-direction: row;
    border-bottom: solid 1px #454545;
}

#blog ul{
    width: 100%;
    margin: 0 auto 1rem;
    padding: 1em 0.5em;
}

#blog ul li{
    list-style: none;
    font-weight: bold;
    text-indent: -1.5em;
    padding-left: 1.5em;
}

#blog ul li:not(:last-child){
    margin-bottom: .5em;
}

#blog .ul_bad{
    border: solid 2px #0D4C92;
    background-color: #d0e4ec;
}

#blog .ul_bad li::before{
    color: #0D4C92;
}

#blog .ul_comment {
    border: solid 2px #B1E9DE;
}

#blog .ul_good{
    border: solid 2px #F7829F;
}

#blog .ul_good li::before{
    font-family: 'Font Awesome 5 Free';
    content: "\f058";
    color: #F7829F;
    margin-right: .5em;
}

p.btn_wrap{
    text-align: center;
}

p.btn_wrap a img{
    width: 420px;
}

.example_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}

.example_wrap img{
    width: calc((100% - 5px) / 2);
    margin: 0;
}

.recommendPoint{
    width: 100%;
    border: solid 2px #F7829F;
    margin: 2rem auto 1rem;
}

.recommendPoint h3{
    margin: -1em auto .5em;
    border: none;
    color: #F7829F;
}

.recommendPoint li::before{
    font-family: 'Font Awesome 5 Free';
    content: "\f058";
    color: #F7829F;
    margin-right: .5em;
}

.recommendPoint h3 span{
    background-color: #fff;
    padding: 0 .5em;
}

#blog .recommendPoint ul{
    padding-top: 0;
    margin-bottom: 0;
}

.officialBtn{
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 2rem;
}

.officialBtn a{
    display: block;
    width: 60%;
    margin: 0 auto;
    background-color: #ff5400;
    background: linear-gradient(-45deg,#ff5400 65% ,#ebaf8e 70%,#ff5400 75%);
    background-size: 500% 500%;
    animation: bright 3s infinite;
    color: #fff;
    padding: .7em 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 0 5px 0 #9e2714;
    position: relative;
}

.officialBtn a::after{
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
}

.officialBtn_kenshin a{
    background-color: #f3f81e;
    background: linear-gradient(-45deg,#f3f81e 65% ,#feffc7 70%,#f3f81e 75%);
    background-size: 500% 500%;
    animation: bright 3s infinite;
    color: #333;
    box-shadow: 0 5px 0 #d8dc12;
}

.small_sup{
    font-size: .3em;
    vertical-align: top;
    position: relative;
    top: -1em;
}
@keyframes bright {
    0% {
        background-position: 100% 50%;
    }
    50%{
        background-position: 0% 50%;
    }
}

.footer_menu{
    text-align: center;
}

.footer_menu a{
    color: #777;
}

.point_number::before{
    position: absolute;
    width: 85px;
    height: 85px;
    margin-top: 40px;
    margin-left: 25px;
    border-radius: 50%;
    background: #87D7E8;
    transform: translate(-50%, -50%);
    content: '';
    z-index: -1;
}

@media screen and (max-width : 480px) {
    h2{
        font-size: 1.2em;
    }
    img{
        width: 100%;
    }

    .reference{
        width: 100%;
    }

    p.calory .calory_wrap{
        font-size: 4.5vw;
        padding: 1em;
    }

    p.btn_wrap a img{
        width: 100%;    
    }

    .example_wrap img{
        width: 100%;
    }

    .officialBtn a{
        width: 100%;
    }

    #container{
        padding: 0;
    }

    #hairConstruction{
        width: 100%;
        border: solid 1px #454545;
        padding: 0.5em;
    }


}

.top-box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #19CAAB;
}

.top-box .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #19CAAB;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.ranking .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
}

.ranking .swiper-button-next,
.ranking .swiper-button-prev {
  height: 27px;
}

.swiper-slide {
	height:auto !important;
    margin: 0 auto;
}

.swiper-slide img {
  width: 55%;
  margin: 0 auto;
  margin-top: 1em;
}

@media screen and (max-width: 480px) {
  .swiper-slide img {
    width: 80%;
  }
}

.swiper-pagination {
	position: relative !important;
}

.swiper-pagination-bullets {
  width: 100px;
}

.swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important;
  margin: 0 0 0 10px !important;
  background-color: #959490 !important;
}

@media screen and (max-width: 480px) {
  .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 3px !important;
}

@media screen and (max-width: 480px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 3px !important;
  }
}

/* .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "none" !important;
} */

.swiper-button-prev,
.swiper-button-next {
  height: 20px !important;
  width: 20px !important;
  top: 50% !important;
}

@media screen and (max-width: 480px) {
.big {
    font-size: 1.1em;
    width: 50%;
}

  .swiper-button-prev,
  .swiper-button-next {
    height: 16px !important;
    width: 16px !important;
  }
}

/* .swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
} */

.swiper-button-prev::after {
  background-image: url(/gakken/img/hidari.png);
}

.swiper-button-next::after {
  background-image: url(/gakken/img/migi.png);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 2em !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 2em !important;
}

@media screen and (max-width: 480px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 14px !important;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 14px !important;
  }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    border: solid 1.5px #19CAAB;
    border-radius: 10px;
}

.topColumn_compare {
    margin: 0 auto;
}

#review_img {
    width: 25%;
    margin: 0 auto;
    margin-top: 1em;
}

h5 {
    font-size: 1.6em;
    margin: 1em;
    text-align: center;
}

@media screen and (max-width: 480px) {
    #review_img {
        width: 30%;
    }

    h5 {
        font-size: 1.2em;
        margin: 1em;
        text-align: inherit;
    }
}

.topColumn_compare p {
    margin: 1em;
}