@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
:root{
  --white:#fff;
  --black:var(--black);
  --gray:#eee;
  --main:#7ba9e2;
  --light-main:#a4deb4;
  --dark-main:#33523b;
}
.mainH2 {
	background-color: #6fd6e2;
    color: #fff;
    overflow: hidden;
    position: relative;
    height: 50px;
    margin-bottom: 1em;
    font-size: 1.5em;
    padding: 0.5em;
    font-weight: 600;
    text-shadow: 1px 1px 0 #425c64;
	box-shadow: 2px 2px 2px #3b99a4;
}
.mainH2:before{
	background-color: #fff; /* 切り替わる色1 */
	content: '';
	display: block;
	opacity: 0.3; /* 不透明度 */
	transform: rotate(-50deg);
	position: absolute;
	bottom: -10px;
	right: -330px;
	width: 500px;
	height: 500px;
}
.mainH2:after{
	background-color: #fff; /* 切り替わる色2 */
	content: '';
	display: block;
	opacity: 0.3; /* 不透明度 */
	transform: rotate(-70deg);
	position: absolute;
	bottom: -100px;
	right: -500px;
	width: 500px;
	height: 500px;
}

.mainH2_2 {
  width: 100%;
  box-sizing: border-box;
  font-size: 1.4em;
  padding: 1rem;
  font-weight: bold;
  text-shadow: 1px 1px 0 #425c64;
  position: relative;
  margin: 0 auto 0.7rem;
  color: var(--black);
  border-bottom: solid 2px var(--gray);
  color: var(--white);
  background-color: #6fd6e2;
  text-align: center;
}


.mainH2 a {
  color: var(--white);
}

.mainH2 strong {
  color: #fff
}
@media screen and (max-width: 480px) {
  .mainH2 {
    font-size: 5vw;
    margin-bottom: 2vw;
	width: 98%;
	padding: 3.5%;
  }
  .mainH2_2 {
    font-size: 5.5vw;
  }
}

.large {
  font-size: 1.2em;
}

header {
  width: 100%;
  height: 73px;
  background: none;
}
header img {
  text-align: center;
  display: block;
  margin: 0px auto;
  width: 460px;
  padding-top: 15px;
}
#header_logo {
  background-color: var(--white);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
#header_logo .logo_box {
  width: 1000px;
  margin: 0 auto;
}
.nav_pc {
  width: 100%;
  background: #6fd6e2;
  padding: 0px 0 0 !important;
}
nav ul {
  display: flex;
  width: 1000px;
  margin: 0 auto;
}
nav ul li {
  width: 25%;
  line-height: 2.5em;
  text-align: center;
  font-weight: bold;
  border-left: solid 2px #fff;
  position: relative;
}
nav ul li:last-child {
  border-right: solid 2px #fff;
}
nav ul li a {
  color: var(--white) !important;
  display: block;
}
img.fv {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 480px) {
  nav {
    display: none;
  }
  #header_logo .logo_box {
    width: 100%;
  }
}
/*------------------------------------------------------------------------------- /ヘッダー -------------------------------------------------------------------------------*/
.container {
  width: 1000px;
  height: auto;
  margin: 0px auto 0;
}
/*------------------------------------------------------------------------------- left -------------------------------------------------------------------------------*/
.left {
  width: 780px;
  height: auto;
  float: left;
  background: var(--white);
  margin-top: 20px;
  padding-bottom: 0.5rem;
}

/*------------------------------------------ /left -------------------------------------*/

/* ---------------ランキングコンテナ-------------- */
.ranking {
  width: 96%;
  margin: 0 auto 2rem;
  background-color: var(--white);
  border: solid 2px var(--gray);
  border-radius: 36px;
  padding: .5rem 0;
}

.ranking h2 {
  font-size: 2.1rem;
  font-weight: bold;
  width: 96%;
  margin: 0 auto 0.5rem;
  padding: 0.5rem;
  position: relative;
  line-height: 1.5em;
  text-align: left;
  border-bottom: solid 2px var(--gray);
  padding-left: 4.5rem;
}

/* .ranking h2.rankIconNone {
  padding-left: 0.3em;
} */

.ranking h2::before {
  	position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 120%;
    height: 118%;
    left: -55%;
    top: -14%;
    transform: rotate(351deg);
}

.ranking h2.rankIcon1::before {
  background-image: url(/wp-content/themes/custom-theme/images/rankIcon/rank1.png);
	top: -14%;
    left: -0.5%;
    transform: rotate(350deg);
	width: 4.8rem;
    height: 4.8rem;
}
.ranking h2.rankIcon2::before {
  background-image: url(/wp-content/themes/custom-theme/images/rankIcon/rank2.png);
  top: -6%;
  left: 0;
  transform: rotate(350deg);
  width: 4.3rem;
  height: 4.3rem;
}
.ranking h2.rankIcon3::before {
  background-image: url(/wp-content/themes/custom-theme/images/rankIcon/rank3.png);
  top: -6%;
  left: 0;
  transform: rotate(350deg);
  width: 4.3rem;
  height: 4.3rem;
}
.ranking h2.rankIconNone::before {
  background-image: url(/wp-content/themes/custom-theme/images/rankIcon/rankNone.png);
}

.ranking .totalPoint_block {
  font-weight: bold;
}

.ranking .totalPoint_block .total_score {
  font-size: 1.5em;
}

.officialBtn_box {
  width: 96%;
  margin: 2rem auto;
  text-align: center;
}

.officialBtn_box a {
  font-size: 1.1em;
  display: block;
  margin: 0 auto;
  width: 70%;
  border-radius: 16px;
  background: #54b318;
  border: solid 2px #1d9d12;
  box-shadow: 0 5px 0 #189828;
  color: var(--white);
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  position: relative;
  overflow: hidden;
}

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

.officialBtn_box > .btn_top_comment {
  font-size: 1rem !important;
}

.officialBtn_box > .btn_bottom_comment {
  margin-top: 0.5em;
}

@keyframes shiny {
  0% {
    left: -20%;
  }
  30% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.officialBtn_box a::before {
  position: absolute;
  top: -10%;
  left: -20%;
  width: 30px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 0.5) 100%,
    rgba(255, 255, 255, 0) 0%
  );
  content: "";

  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.detailBtn_box {
  text-align: center;
  margin: -0.5rem auto 1rem;
}

.detailBtn_box a {
  color: var(--gray);
}
.btn_top_comment {
	font-weight: bold;
	text-shadow: 1px 1px 0 #dabdbe;
}
.btn_top_comment span.comment2{
	font-size: .95em
}
	
@media screen and (max-width: 480px) {
  .ranking h2 {
    padding-left: 14vw;
  }

  .btn_top_comment {
    font-size: 3.5vw;
  }
  .officialBtn_box > .btn_top_comment {
    font-size: 1rem !important;
  }
	.btn_top_comment span.comment2{
		font-size: 3vw;
   }
}

.reason {
  width: 96%;
  margin: 2rem auto 1rem;
  padding: 0 0 1px;
  border: solid 1px #6fd6e2;
}

.reason h3 {
  font-weight: bold;
  margin-top: -1em;
  line-height: 2em;
}

.reason h3 > span {
  background: #9dd7df;
  color: var(--white);
  padding: .5em 1em;
  border-radius: 4px;
  margin-left: 1em;
  font-size: 1.2rem;
  text-shadow: 1px 1px 0 #425c64;
}

.reason p {
  line-height: 1.8em;
  margin: 0 auto 1em;
  width: 90%;
}

.reason img {
  width: 70%;
  margin: 0 auto 1rem;
  display: block;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .ranking h2 {
    font-size: 5.5vw;
  }

  .ranking h2.rankIcon1::before {
    bottom: 0;
	left: 1.2%;
	width: 13vw;
    height: 15vw;
  }
  .ranking h2.rankIcon2::before {
    bottom: 0;
	left: 1.2%;
	width: 13vw;
    height: 13vw;
  }
   .ranking h2.rankIcon3::before {
    bottom: 0;
	left: 1.2%;
	width: 13vw;
    height: 13vw;
  }
	
  .ranking .totalPoint_block {
    font-size: 4vw;
  }

  .officialBtn_box {
    margin: 1rem auto;
  }

  .officialBtn_box a {
    width: 96%;
    line-height: 1.2em;
    padding: .75em 0;
  }

  .ranking .content_block h3 {
    font-size: 4.5vw;
  }

  .ranking .content_block h4 span {
    font-size: 4vw;
  }
  .reason h3 span{
    font-size: 4.2vw;
    margin-left: .5em;
  }
  .reason img {
    width: 100%;
  }
  .reason p {
    font-size: 3.8vw;
  }

  .reason_container {
    padding-top: .5em;
  }
}

/*------------------------------------------------------------------------------- footer -------------------------------------------------------------------------------*/
img.footerLogo {
  width: 460px;
  text-align: center;
  margin: 0px auto 0;
  display: block;
}
footer {
  width: 100%;
  background: var(--main);
  text-align: center;
  padding: 0.5rem 0;
}
footer p {
  color: var(--white);
  font-size: 0.875em;
  text-align: center;
}
footer p a {
  color: #2f2f2f !important;
}
div#footer_logo {
  width: 1000px;
  text-align: left;
  margin: 0 auto 1rem;
}
.footerMenu {
  width: 100%;
  height: auto;
  background: var(--white);
  padding: 10px 0 25px;
  margin-top: 30px;
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 481px) {
  .footer_container {
    width: 1000px;
    margin: 0 auto 1rem;
    display: flex !important;
    flex-wrap: wrap;
    border-radius: 10px;
  }
  .footer_container > div {
    width: 25%;
    padding: 0 1em;
    border-left: solid 1px var(--gray);
  }

  .footer_container > div:last-child {
    border-right: solid 1px var(--gray);
  }
  .footer_container h2 {
    text-align: center;
    height: 3em;
    font-weight: bold;
    line-height: 3em;
    margin-bottom: 1rem;
  }
  .footer_container a {
    color: var(--black);
    padding: 0.5em 0;
    display: block;
    height: 3em;
  }
  .footer_container a:hover {
    text-decoration: none;
  }
  .footer_container h2 a {
    color: var(--black);
  }
  .footer_container ul li {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 480px) {
  .footerMenu {
    padding-bottom: 0;
  }
  div#footer_logo {
    width: 100%;
    text-align: center;
  }
  div#footer_logo img {
    margin: 0;
    width: 60%;
    height: auto;
  }
  .footer_container_sp {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 1rem;
  }
  .footer_container_sp h2 {
    font-size: 4.5vw;
    font-weight: bold;
    padding: 0 1em;
    line-height: 2.2em;
    border-bottom: solid 1px var(--white);
    position: relative;
    color: var(--black);
  }
  .footer_container_sp h2::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    top: 0;
    right: 1em;
    content: "\2b";
    color: var(--main);
  }
  .footer_container_sp .footerSp_btn_list li:first-child h2::after {
    content: "\f064";
    transform: scaleX(-1);
  }
  .footer_container_sp .footerSp_btn_list li h2.footerMenu_open::after {
    content: "\f068";
  }
  .footer_container_sp .footerSp_btn_list li:first-child h2 {
    border-top: solid 1px var(--white);
  }
  .footer_container_sp h2 a {
    color: var(--black);
    display: block;
  }
  .footer_container_sp .footerSp_btn_list {
    margin-bottom: 1rem;
  }
  .footer_container_sp .footerSp_list {
    display: none;
    width: 96%;
    margin: 0 auto;
    padding: 1em;
  }
  .footer_container_sp .footerSp_list li a {
    display: block;
    line-height: 2em;
    color: var(--black);
    font-size: 4vw;
  }
  .footer_container_sp .footerSp_list li a::before {
    content: "・";
    margin-right: 0.5em;
  }

  ul.footerSp_menu {
    width: 96%;
    margin: 0 auto;
  }

  ul.footerSp_menu li {
    display: inline;
    font-size: 3vw;
  }
  ul.footerSp_menu li a {
    display: inline-block;
    height: auto;
    padding: 0;
    text-indent: 0;
    color: var(--black);
  }
  ul.footerSp_menu li a::before {
    content: "/";
    padding: 0 0.5em;
  }
  .footer_box_top h2 a {
    padding: 0;
    color: var(--white);
  }
  .footer_container_sp h2.footerMenu_open {
    background-color: var(--main);
    color: var(--white);
  }

  .footer_container_sp h2.footerMenu_open::after {
    color: var(--white);
  }
}
/*------------------------------------------------------------------------------- /footer -------------------------------------------------------------------------------*/

/**********************************/
.searchBox {
  width: 100%;
  margin: 0 auto 1rem;
  background-color: var(--white)6eb;
  font-size: 1em;
  padding-bottom: 1rem;
}
.searchTitle {
  background-color: var(--main);
  color: var(--white);
  font-size: 1.3rem;
  padding: .5em;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 16px;
}
.searchTitle::before {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  margin-right: 1em;
}
.searchTitle::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-color: var(--main) transparent transparent transparent;
  border-width: 8px 390px 0;
  bottom: -7.5px;
  left: 0;
}
@media screen and (max-width : 780px) {
  .searchTitle::after {
    border-width: 8px 50vw 0;
  }
}
.searchForm {
  width: 86%;
  margin: 2rem auto 0;
}
.searchForm dl {
  margin-bottom: 10px;
}
.searchForm .select_dl {
  display: flex;
}
.searchForm dt {
  text-align: left;
  font-weight: bold;
  line-height: 2em;
  color: var(--black);
  margin-bottom: 8px;
}
.searchForm .select_dl dt,
.searchForm .select_dl dd {
  width: 50%;
  margin-bottom: 0;
}
.searchForm .select_dl dt {
  background: linear-gradient(transparent 48%,var(--main) 48% , var(--main) 51% , transparent 51%);
}
.searchForm .select_dl dt > span {
  background-color: var(--white)6eb;
  padding-right: .5em;
}
.searchForm dt .search_dt_index {
  font-size: 1.2em;
  color: var(--main);
}
.searchForm dd {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.searchForm dd label {
  width: calc((100% - 10px * 3) / 4);
  border: solid 1px var(--black);
  padding: 0.5em;
  border-radius: 999px;
  background-color: var(--white);
}
.searchForm p {
  text-align: center;
}
.searchForm p button {
  padding: 0.5em 0;
  width: 250px;
  background-color: var(--main);
  color: var(--white);
  border: solid 2px var(--white);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 16px;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
}

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

.searchForm p button:hover {
  cursor: pointer;
  background-color: var(--white);
  color: var(--main);
  border-color: var(--main);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.searchSort_title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  padding: 0.5em 0;
  margin-bottom: 2px;
  background-color: var(--gray);
}

.searchSort_container {
  width: 96%;
  margin: 0 auto 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.searchSort_container .searchSort_button {
  display: block;
  width: 32%;
  text-align: center;
  padding: .75em 0;
  border-radius: 8px;
  background-color: var(--gray);
  border: solid 2px var(--gray);
  color: var(--black);
  font-weight: bold;
}

.searchSort_container .searchSort_button::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f884";
  margin-left: .5em;
}

.searchSort_container .searchSort_button.searchSort_button_active {
  background-color: var(--main);
  color: var(--white);
  border-color: var(--main);
}


.searchForm .select_wrap dl dd select {
  width: 100%;
  padding: 0 1em;
  border: solid 1px var(--black);
  border-radius: 999px;
  background-color: var(--white);
  font-size: 1em;
  color: var(--black);
  line-height: 2em;
}

.searchForm .select_wrap dl.select_active dd select ,
.searchForm .select_wrap dl.select_active dd label {
  animation: 1.5s infinite ease-in-out flash;
}

.btn_active button {
  animation: 1.5s infinite ease-in-out flash;
}

@keyframes flash {
  0% , 100% {
    outline: solid 2px transparent;
  }

  50% {
    outline: solid 3px #FB4C67;
  }
}

@media screen and (max-width: 480px) {
  .searchTitle {
    font-size: 4.5vw;
  }
  .searchForm dd label {
    width: calc((100% - 10px * 1) / 2);
    padding: .75em .5em;
  }

  .select_wrap {
    font-size: 3.7vw;
  }

  .searchSort_title {
    width: 100%;
    font-size: 3.5vw;
  }

  .searchSort_container .searchSort_button {
    font-size: 3.3vw;
  }

  .searchForm dt {
    line-height: 3em;
  }

  .searchForm .select_wrap dl dd select {
    line-height: 3em;
  }
}

/**********************************/

/* クリアフィックスハック */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: inline-block;
}
/* Mac版IE除外 \*/
.clearfix {
  display: block;
}

@media screen and (max-width: 480px) {
  .wrap {
    width: 480px;
    overflow: hidden;
  }
  /*------------------------------------------------------------------------------- ヘッダー -------------------------------------------------------------------------------*/
  header {
    width: 100%;
    height: auto;
    background: var(--white)deb;
    border: 1px solid var(--gray);
  }
  header img {
    text-align: center;
    display: block;
    margin: 0px auto;
    width: 90%;
    padding: 15px 0;
  }
  nav {
    width: 100%;
    background-size: 1000px 51px;
  }
  nav table {
    width: 300px;
    margin: 0 auto;
  }
  nav table td {
    width: 100px;
    text-align: center;
    height: auto;
  }
  nav table td a {
    width: 100px;
    font-size: 0.75em;
    display: block;
    line-height: 2.7em;
  }
  nav table td:last-child a {
    width: 120px;
    height: 30px;
    font-size: 0.75em;
    display: block;
    line-height: 2.7em;
  }
  img.fv {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  #header_logo {
    padding: 5px 0;
    border-bottom: solid 4px var(--main);
  }
  #header_logo img {
    width: 50%;
    height: auto;
  }
  .container {
    width: 100%;
    height: auto;
    margin: 0px auto 20px;
  }
  .left {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
  }
  .right {
    display: none;
  }
}

h2.contentsTitle {
  width: 100%;
  font-weight: 700;
  font-size: 1.875em;
  background: var(--white);
  padding: 10px 0.5em;
}

.contentsTitle__span {
  font-size: 0.7em;
}

.sortButton {
  font-size: 0;
}
.sortButton__button {
  width: 12%;
  width: calc(100% / 8);
  height: 35px;
  border: var(--white) solid 1px;
  background: linear-gradient(to bottom, #8baad0, #049);
  color: var(--white);
  font-size: 0.75rem;
}

.sortButton__button img {
  width: 25px;
  margin-left: 5px;
}

@media screen and (max-width: 480px) {
  h2.contentsTitle {
    width: 100%;
    font-weight: 700;
    font-size: 5vw;
    line-height: 1.5em;
    padding: 0.2em 0;
  }

  .sortButton__button {
    height: 65px;
    position: relative;
  }

  .sortButton__button img {
    width: 25px;
    margin-left: unset;
    display: block;
    bottom: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 480px) {
  .ranking__itemImage {
    width: 100%;
  }
}

/*=============== タブレット対応用 ================*/
/*============== トップページ ================*/
@media screen and (max-width: 1000px) {
  .container {
    width: 100%;
  }
  #tabs,
  .topTopic {
    max-width: 780px;
    margin: 0 auto;
  }
  .right {
    display: none;
  }
  .button {
    width: 90%;
  }
  .button a {
    width: 100%;
    background-size: 100% 100%;
  }
  .button a::before {
    width: calc(95% - 64%);
    left: 2%;
    height: 100%;
    top: 0;
    background-position: center;
  }
  .button a::after {
    width: calc(95% - 31%);
    height: 100%;
    top: 0;
    background-position: center;
  }
  a.cardtype__link {
    padding: 0;
  }
}

/*============= ランキングページ ==============*/
@media screen and (max-width: 1000px) {
  table.sp {
    display: block;
    width: 100%;
    max-width: 780px;
  }
  ul.pc,
  a.pc {
    display: none;
  }
}

/*============= スマホで口コミの影非表示 ==============*/
@media screen and (max-width: 480px) {
  .swiper-container-cube .swiper-cube-shadow {
    display: none;
  }
}

/* -----------------リダイレクトページ------------------- */
.redirectImg {
  width: 60%;
  max-width: 480px;
  margin: 1rem auto;
}

.redirectImg img {
  width: 100%;
}

.redirectParagraph_wrap {
  text-align: center;
  line-height: 1.7em;
  margin-bottom: 2rem;
}

.loader {
  text-align: center;
  line-height: 2em;
  height: 4rem;
}

h1 {
  font-family: "Actor", sans-serif;
  color: var(--black);
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
}
.loader span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  -webkit-animation: 3s infinite linear;
  -moz-animation: 3s infinite linear;
  -o-animation: 3s infinite linear;
}

.loader span:nth-child(2) {
  background: var(--main);
  -webkit-animation: kiri 1.2s infinite linear;
  -moz-animation: kiri 1.2s infinite linear;
  -o-animation: kiri 1.2s infinite linear;
}
.loader span:nth-child(3) {
  background: var(--main);
  z-index: 100;
}
.loader span:nth-child(4) {
  background: var(--main);
  -webkit-animation: kanan 1.2s infinite linear;
  -moz-animation: kanan 1.2s infinite linear;
  -o-animation: kanan 1.2s infinite linear;
}

@-webkit-keyframes kanan {
  0% {
    -webkit-transform: translateX(20px);
  }

  50% {
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(20px);
    z-index: 200;
  }
}
@-moz-keyframes kanan {
  0% {
    -moz-transform: translateX(20px);
  }

  50% {
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(20px);
    z-index: 200;
  }
}
@-o-keyframes kanan {
  0% {
    -o-transform: translateX(20px);
  }

  50% {
    -o-transform: translateX(-20px);
  }

  100% {
    -o-transform: translateX(20px);
    z-index: 200;
  }
}

@-webkit-keyframes kiri {
  0% {
    -webkit-transform: translateX(-20px);
    z-index: 200;
  }
  50% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(-20px);
  }
}

@-moz-keyframes kiri {
  0% {
    -moz-transform: translateX(-20px);
    z-index: 200;
  }
  50% {
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes kiri {
  0% {
    -o-transform: translateX(-20px);
    z-index: 200;
  }
  50% {
    -o-transform: translateX(20px);
  }
  100% {
    -o-transform: translateX(-20px);
  }
}

@media screen and (max-width: 480px) {
  .redirectImg {
    width: 75%;
  }
}

/* ---------------トップに戻る------------ */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: -50px;
  bottom: 5px;
  background: var(--white);
  opacity: 0.7;
  border-radius: 10px;
  z-index: 9999;
  box-shadow: 0 0 5px var(--gray);
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d8";
  font-size: 25px;
  color: var(--gray);
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* ------------------------------
バーガー中身
---------------------------------*/
.header-nav {
  display: block;
  list-style: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 45vw;
  height: 100vh;
  background-color: rgba(34, 34, 34, 95);
  z-index: 12;
  text-align: center;
  padding: 120px 0 0;
  color: var(--white);
  /*　透明にして表示を消しています　 */
  opacity: 0;
  /*　X（右）方向に100％ずらして画面外に移動させています。　*/
  transform: translateX(100%);
  /* 　スライドで出てくる秒数と表示される秒数を指定　*/
  transition: transform 0.3s, opacity 0.3s;
}
.header-nav .nav-list {
  display: block;
  width: 100%;
  margin-top: 3rem;
}
.header-nav .nav-list li {
  width: 100%;
  margin: 0;
  border: none;
}

.header-nav .nav-list li a {
  color: var(--white) !important;
  text-shadow: none;
  line-height: 1.2em;
  padding: 1em 0;
  border-bottom: solid 1px var(--white);
}
.nav-item {
  margin-bottom: 30px;
}
.nav-item:first-of-type {
  margin-bottom: 40px;
}
.nav-item:last-of-type {
  margin-bottom: 0;
}
.header-nav a {
  color: var(--white);
}

/* ------------------------------
BURGER
---------------------------------*/
.burger-btn {
  display: none; /* 　ハンバーガーメニューとmenuを横並びに　*/
  align-items: center;
  position: fixed;
  top: 5vw;
  right: 4vw;
  z-index: 13; /* 　他の指数よりも大きくして一番前面に表示　*/
}
/* 　ここでハンバーガーメニューの大きさや色を変更　*/
.bar {
  display: block;
  background-color: var(--black);
  height: 2px;
  width: 22px;
  border-radius: 1px;
  box-shadow: 0 0 2px var(--white);
}
/*　topとbottomをY方向に移動させて3本の線に。秒数はバツから戻る時の秒数　 */
.bar-top {
  transform: translateY(-4px);
  transition: transform 0.3s;
}
.bar-bottom {
  transform: translateY(4px);
  transition: transform 0.3s;
}
.menu {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: var(--black);
  font-weight: bold;
  margin-left: 5px;
  text-shadow: 0 0 1px var(--black);
}
/* ハンバーガーボタンを押した後のバツの記述
rotateで角度を決める事ができるので好きなバツを作れます */
.bar.cross.bar-top {
  transform: translateY(2px) rotate(30deg);
  transition: 0.3s;
}
.bar.cross.bar-mid {
  opacity: 0;
  transition: opacity 0.3s;
}
.bar.cross.bar-bottom {
  transform: translateY(-2px) rotate(-30deg);
  transition: 0.5s;
}
/* メニューが開いた時に画面をスクロールしないようにする記述。
jQueryと組み合わせます。 */
body.noscroll {
  overflow: hidden;
}
/* 　開いた時にX(0)で元の位置へ。
openというクラスをjQueryでつけます。　*/
.header-nav.open {
  transform: translateX(0);
  opacity: 1;
  transform: transform 0.3s, opacity 0.3s;
}
/* 　薄暗い画面の記述　*/
.burger-musk {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 480px) {
  .burger-btn {
    display: flex;
  }
}

.table_annotation {
  caption-side: bottom;
  text-align: left;
  color: #777;
  margin-top: 0.3em;
}

@media screen and (max-width: 480px) {
  .table_annotation {
	  font-size: 2.1vw;
	  line-height: .9rem;
	  margin-top: .7rem;
  }
}

/* ポップアップ */
.popup-button {
  box-shadow: 0 4px 0 #e55776;
  background: linear-gradient(
    -45deg,
    #f56786 25%,
    #ff7796 25%,
    #ff7796 50%,
    #f56786 50%,
    #f56786 75%,
    #ff7796 75%
  ) !important;
  background-size: 15px 15px !important;
}

.flex {
  width: 98%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px dotted var(--gray);
}
.totalPointKg {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .flex {
    display: block;
    border-bottom: none;
  }
}

.texts {
  margin-top: 1em;
  padding: 1em 0.5em;
  border: 1px solid var(--gray);
  box-sizing: border-box;
  border-radius: 5px;
}
.text_item {
  margin-bottom: 1em;
}
.pr {
  text-align: center;
  font-size: 0.5em;
  line-height: 70%;
}
.sp-pr {
  display: block;
}
@media screen and (max-width: 480px) {
  .sp-pr {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .tableH2 {
    font-size: 1.2em;
    margin-bottom: 2vw;
  }
}

.tableH2 {
  color: var(--white);
  background-color: var(--main);
  padding: 0.5em 0;
  text-align: center;
  font-weight: bold;
  width: 96%;
  margin: 3px auto;
  font-size: 1.7em;
}

.tr_name td p {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 480px) {
  .tr_name td p {
    font-size: 3vw;
    margin-bottom: 0.3em;
    margin-top: 1.5em;
  }
}

.offer_banner img {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.topTable{
	line-height:140%;
}
.topTable table tr .table_btn {
  vertical-align: bottom;
  padding-bottom: 1.2em;
}

/* 人気の特集記事 */
.cardtype {
  width: 96%;
  margin: 1em auto;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.cardtype__article {
  position: relative;

  width: calc((100% - 10px * 3) / 3);
  border-radius: 2px;
  background: var(--white);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: 0.2s ease-in-out;
  padding: 0.7em 0.7em 0;
}
.cardtype__article:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
  transition: 1;
}
.cardtype__article:hover img {
  transition: 1;
}
.cardtype__link {
  display: block;
  color: var(--black);
  text-decoration: none;
  cursor: pointer;
}
.cardtype__link:hover {
  color: var(--black);
  text-decoration: none;
}
.cardtype__img {
  margin: 0;
  overflow: hidden;
  height: 0;
  padding-bottom: 65%;
  margin: 0 auto;
}
.cardtype h3 {
  display: flex;
  align-items: center;
  min-height: calc(17px * 2);
  margin: 0.7em 0;
  color: var(--black);
  font-size: 1em;
  font-weight: bold;
  text-align: left;
}
.cardtype time {
  display: block;
  margin: 13px 13px 8px;
  color: var(--gray);
  font-size: 0.8125em;
  font-weight: bold;
}
.cardtype time:before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  padding-right: 4px;
  font-weight: normal;
  font-size: 12.5px;
}
@media (max-width: 480px) {
  .cardtype__article {
    width: calc((100% - 15px * 1) / 2);
  }
  .cardtype__article:nth-of-type(5),
  .cardtype__article:nth-of-type(6) {
    display: none;
  }

  .cardtype h3 {
    font-size: 3.3vw;
  }
}
.column_article > article {
  width: 96%;
  margin: 0 auto;
  line-height: 1.6;
}
.column_article > artcle > h1 {
  text-align: center;
  font-weight: bold;
}
.areaWrap {
  background-color: var(--white);
}
.areaWrap dd {
  font-size: 13px;
  color: var(--black);
  margin-bottom: 1rem;
  padding-left: 1em;
}
.areaWrap dt {
  font-size: 15px;
  color: var(--black);
  font-weight: bold;
  border-bottom: 2px dashed var(--gray);
  margin-bottom: 0.5em;
  position: relative;
  line-height: 2em;
}

.areaWrap p {
  font-size: 13px;
  color: var(--black);
  margin-bottom: 30px !important;
  padding-left: 1em;
}
.areaWrap input.wpcf7-submit {
  padding: 2px 15px;
  background-color: var(--main);
  color: var(--white);
}
.textArea {
  width: 95%;
  margin: 0 auto;
}

.fv_scroll{
  width: 100%;
  height: 32px;
  overflow: hidden;
}

.fv_scroll_wrap{
  width: 2580px;
  height: 32px;
  overflow: hidden;
  -webkit-animation: infinitescroll 30s linear infinite;
  -moz-animation: infinitescroll 30s linear infinite;
  -ms-animation: infinitescroll 30s linear infinite;
  -o-animation: infinitescroll 30s linear infinite;
  animation: infinitescroll 30s linear infinite;
}

.fv_scroll_wrap img{
  display: inline;
}

@keyframes infinitescroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1280px);
  }
}

.fv_bottom {
	text-align: center;
	padding: .5em  0;
	background-color: var(--main);
	color: var(--white);
	font-weight: bold;
	font-size: 1.5rem;
}

@media (max-width: 480px) {
	.fv_bottom {
		font-size: 4vw;
	}
}

.ankerLink {
  text-align: right;
  color: #00f;
  text-decoration: underline;
}

.shindan_title {
  background-color: var(--white)6eb;
  text-align: center;
}

.shindan_title img {
  width: 100%;
  max-width: 600px;
}



.searchResult {
  background-color: var(--white);
}

.searchResult_title {
  background-color: var(--white);
  padding-bottom: 1px;
}

.searchResult_title h2 {
  background: var(--main);
  color: var(--white);
  font-size: 1.2rem;
  text-align: center;
}

.searchResult_title h2 .red {
  color: #FDE93C;
}

.searchResult_title p {
  margin: 1em auto 0;
  line-height: 1.75em;
  text-align: left;
  width: 96%;
}

.searchResult_title img {
  display: block;
  width: 96%;
  max-width: 580px;
  margin: 0 auto;
}

.topRank {
  width: 100%;
  margin: 3.5rem auto 1rem;
  border-collapse: separate;
  border-spacing: 8px 0;
}

.topRank th,
.topRank td {
  width: calc(100% / 3);
}

.topRank th {
  padding: 1em 0 0;
  border-radius: 8px 8px 0 0;
  border-style: solid;
  border-width: 2px 2px 0 2px;
  border-color: var(--gray);
  position: relative;
  line-height: 2em;
  font-weight: bold;
}

.topRank th::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3.5rem;
  left: 0;
  top: -3.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.topRank th:nth-of-type(1):before {
  background-image: url(/wp-content/themes/custom-theme/images/tableIcon/rank1.png);
  top: -3.6rem;
}
.topRank th:nth-of-type(2):before {
  background-image: url(/wp-content/themes/custom-theme/images/tableIcon/rank2.png);
  top: -3.65rem;
}
.topRank th:nth-of-type(3):before {
  background-image: url(/wp-content/themes/custom-theme/images/tableIcon/rank3.png);
  top: -3.5rem;
}

.topRank .topRank_card:nth-of-type(1) {
  border-color: #D1C25B;
  background-color: var(--white)cec;
}

.topRank .topRank_card:nth-of-type(2) {
  border-color: #9E9E9F;
  background-color: #f4f4f4;
}

.topRank .topRank_card:nth-of-type(3) {
  border-color: #B99464;
  background-color: #fcf4e9;
}

.topRank th a {
  color: var(--black);
  text-decoration: underline;
}

.topRank th a img {
  width: 90%;
  text-align: center;
}

.topRank td {
  padding: 0 0 .5em;
}

.topRank td.topRank_card {
  border-radius: 0 0 8px 8px;
  padding: 0 1em 1em;
  border-style: solid;
  border-width: 0 2px 2px 2px;
  border-color: var(--gray);
}

tr .topRank_card {
  background-color: #fafafa;
}

.topRank td .topRank_btn {
  display: block;
  margin: 0 auto;
  width: 100%;
  border-radius: 8px;
  background: #FB4C67;
  border: solid 2px #d4324a;
  box-shadow: 0 5px 0 #c21e36;
  color: var(--white);
  font-weight: bold;
  text-align: center;
  padding: .5em 0;
  position: relative;
  overflow: hidden;
}

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

.topRank td .topRank_btn::before {
  position: absolute;
  top: -10%;
  left: -20%;
  width: 30px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 0.5) 100%,
    rgba(255, 255, 255, 0) 0%
  );
  content: "";

  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes shiny {
  0% {
    left: -20%;
  }
  30% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@media screen and (max-width : 480px) {
  .topRank {
    margin-top: 10vw;
    border-spacing: 1vw 0;
  }
  .topRank th {
    padding-top: 2vw;
    font-size: 3.2vw;
    line-height: 1.2em;
  }
  .topRank th::before {
    height: 10vw;
    top: -10vw;
  }
  .topRank td.topRank_card {
    padding: 0 2vw 2vw;
    font-size: 3vw;
  }
  .topRank td .topRank_btn::before {
    left: -50%;
  }
}


/* --------------------------コラムページ--------------------- */
#column .column_article{
  width: 96%;
  margin: 0 auto 1rem;
}
#column .column_article h3{
  color: #79B4B7;
  border-bottom: solid 2px #79B4B7;
  font-size: 1.2rem;
  margin: 2rem auto 1rem;
  font-weight: bold;
}
#column .column_article h4{
  font-size: 1rem;
  border-bottom: dashed 2px #ddd;
  margin: 1em auto;
}
#column .column_article p{
  width: 96%;
  margin: 0 auto 1rem;
  line-height: 2em;
  font-size: .8rem;
  color: var(--black);
  margin-bottom: 2em;
}
#column .column_article ul{
  font-size: .8rem;
  color: var(--black);
  line-height: 1.5em;
  border: solid 1px #ddd;
  border-radius: 10px;
  width: 100%;
  margin: 0 auto 2em;
  padding: .5em;
}

#column .column_img img{
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 1rem;
  height: auto;
}

.reason_container{
  padding:16px 0;
  box-sizing: border-box;
}

.sp{
  display: none;
}
@media screen and (max-width:480px){
  .sp{
    display: block;
  }
  .reason_container{
  padding: 3vw;
  }
}
/* トップコラム */
.topColumn{
	letter-spacing:1.6px;
	line-height:160%;
}
.topColumn_inner table{
	width:100%;
	table-layout:fixed;
}
.topColumn_inner th,
.topColumn_inner td{
	padding:4px 0 ;
	line-height:1.4;
	text-align:center;
	box-sizing:border-box;
}

.topColumn .topColumn_inner .swiper-pagination-bullet-active {
  transform: scale(1.3);
}
.topColumn_inner>.item>.title {
	margin: 2em 0 1em 0;
    position: relative;
    background: #9dd7df;
    box-shadow: 0px 0px 0px 5px #9dd7df;
    border: dashed 2px #ffffff;
    padding: 0.2em 0.5em;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1.5px #416f75;
    height: 50px;
    font-size: 1.3em;
    width: 100%;
    left: 10px;
}

.s_02 .accordion_one .accordion_header {
  background-color: #ffffff;
    color: #4574a0;
    font-weight: bold;
    padding: 1rem;
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    border: 3px solid #4574a0;
    border-radius: 15px;
    font-size: 1.1em;
}
.s_02 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_02 .accordion_one .accordion_header .i_box {
  display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 55%;
    right: 4%;
    width: 35px;
    height: 35px;
    border: 1px solid #4574a0;
    margin-top: -20px;
    box-sizing: border-box;
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.s_02 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_02 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  background: #fff;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
	background: #fff;
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
    content: '';
    background-color: #4574a0;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_02 .accordion_one .accordion_header.open{
	background-color: #4574a0;
    color: #ffffff;
}
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.s_02 .accordion_one .accordion_inner {
  display: none;
  padding: 1rem;
}
.s_02 .accordion_item {
	margin-bottom: 10px;
}
.topColumn_inner .item .img img.graph {
	width: 65%;
}
@media (max-width: 480px) {
	.topColumn_inner .item .img img.graph {
	width: 96%;
}
	.topColumn_inner>.item>.title {
	width: 95%
	}
}

.topColumn p,
.topColumn li{
  font-size:16px;
}
.topColumn_inner table{
	margin:1em auto;
	width:96%;
}
.topColumn table td,
.topColumn table th{
	border:1px solid #777;
	padding:8px 4px;
	box-sizing:border-box;
}
table thead tr th:nth-of-type(1) {
	background: #fff; }
.topColumn table.feature thead tr th.header_1 {

	width: 45%;
    background: #ffb2a4;
    color: white;
    font-weight: 600;
	font-size: 1.1em;
}
.topColumn table.feature thead tr th.header_2 {
	width: 45%;
    background: #4574a0;
    color: white;
    font-weight: 600;
	font-size: 1.1em;
}
table.feature tbody tr th {
	background: #fffce4;
	font-weight: 600;
	vertical-align: middle;
}
table.feature tbody tr td:nth-of-type(1) {
	background: #fff2ef; 
	vertical-align: middle;
}
table.feature tbody tr td:nth-of-type(2) {
	background: #f6f9fb;
	vertical-align: middle;
}
table.feature tbody tr th.cost {
	position: relative;
	z-index: 10;
}
table.feature tbody tr th.cost::before {
	content: "";
    display: inline-block;
    width: 45px;
    height: 45px;
    background-image: url(../images/topColumn/topColumn_cost.png);
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 35%;
    left: -5%;
    transform: rotate(348deg);
	opacity: 0.6;
	z-index: -1;
}
table.feature tbody tr th.time {
	position: relative;
	z-index: 10;
}
table.feature tbody tr th.time::before {
	content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url(../images/topColumn/topColumn_time.png);
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 45%;
    left: -5%;
    transform: rotate(348deg);
    opacity: 0.6;
    z-index: -1;
}
table.feature tbody tr th.discovery {
	position: relative;
	z-index: 10;
}
table.feature tbody tr th.discovery::before {
	content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/topColumn/topColumn_discovery.png);
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 43%;
    left: -10%;
    transform: rotate(348deg);
    opacity: 0.6;
    z-index: -1;
}
@media (max-width: 480px) {
	table.feature tbody tr th.cost::before {
    content: "";
    display: inline-block;
    width: 10vw;
    height: 10vw;
    background-image: url(../images/topColumn/topColumn_cost.png);
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 62%;
    left: -5%;
    transform: rotate(348deg);
    opacity: 0.6;
    z-index: -1;
	}
	table.feature tbody tr th.time::before {
    content: "";
    display: inline-block;
    width: 8.5vw;
    height: 8.5vw;
    background-image: url(../images/topColumn/topColumn_time.png);
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 60%;
    left: -1%;
    transform: rotate(348deg);
    opacity: 0.6;
    z-index: -1;
	}
	table.feature tbody tr th.discovery::before {
    content: "";
    display: inline-block;
    width: 10vw;
    height: 10vw;
    background-image: url(../images/topColumn/topColumn_discovery.png);
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 71%;
    left: -16%;
    transform: rotate(348deg);
    opacity: 0.6;
    z-index: -1;
	}
	table.feature tbody tr td {
		font-size: 4vw;
	}
}

.kit {
	color: #ff785e;
	font-weight: 600;
}
.big {
	font-size: 1.2em;
}
.bold{
	font-weight:bold;
}
.point-title{
	text-align:center;
	border:3px solid #40657f;
	border-radius:40px;
	color: #40657f;
	font-weight:bold;
	font-size:1.1em;
	padding:8px 0;
	box-sizing:border-box;
}
td.top_care_body {
    text-align: left;
}
.img{
	text-align:center;
	margin:1em auto;
}
.recommend_point{
	margin:0 auto;
	width:96%;
	line-height:160%;
	letter-spacing:1.8px;
}
.swiper {
  width: 96%;
  height: auto;
}

.swiper img {
	width: 100%!important;
}

.href{
	margin: .5em auto;
}
.href > a{
	border-bottom:1px solid #2020ef;
	color:#2020ef;
}