@charset "UTF-8";
:root {
  --main-color: #0071A1;
  --main-c-color: #CA6213;
  --sub-color: #44A3CC;
  --sub-c-color: #EA9A5D;
  --point-color-red: #D4391D;
  --point-color-orange: #E06D15;
  --point-color-yellow: #FFE600;
  --bg-trans-color: rgba(238, 238, 238, 0.8);
  --border-radius: 10px;
  --border-radius-small: 8px;
}

.text--main-color {
  color: #0071A1;
}
.text--main-c-color {
  color: #CA6213;
}
.text--sub-color {
  color: #44A3CC;
}
.text--sub-c-color {
  color: #EA9A5D;
}
.text-link {
  color: #0071A1 !important;
  text-decoration: underline !important;
  transition: all 0.3s;
}
.text-link:hover {
  color: #44A3CC !important;
}

/* レイアウトのためのCSS */
@media screen and (min-width: 768px) {
  .for_mobile {
    display: none;
  }
}
body {
  background: #eee;
  font-family: "Sawarabi Gothic", sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  text-align: justify;
}

@media screen and (max-width: 1200px) {
  body {
    font-size: 0.96rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.93rem;
  }
}
@media screen and (max-width: 450px) {
  body {
    font-size: 0.9rem;
  }
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}

* {
  box-sizing: border-box;
}

/* area */
html {
  overflow-x: hidden;
  /*IE11用*/
}

/*レイアウトのためのCSS*/
.container {
  padding: 0 100px;
  margin: auto;
  max-width: 1500px;
}

#wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#main-area {
  width: 70%;
}

#sub-area {
  width: 24%;
  position: relative;
  z-index: 1;
}

/*1020px以下の見え方*/
@media screen and (max-width: 1020px) {
  .container {
    padding: 0;
  }

  #main-area,
#sub-area {
    width: 100%;
    padding: 0 1em;
  }

  #sub-area {
    margin: 0 0 80px 0;
  }
}
/*modal*/
.modaal-container {
  border-radius: var(--border-radius);
}

/* heading */
.modaal-container h2,
#ranking h2,
#newitems h2,
.contact_form h2,
section.section h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: var(--main-color);
  margin: 100px 0 50px 0;
}

@media screen and (max-width: 768px) {
  .modaal-container h2,
#ranking h2,
#newitems h2,
.contact_form h2,
section.section h2 {
    margin: 50px 0;
  }
}
.modaal-container h2 {
  margin: 0 0 30px 0;
}

.modaal-container h2 span,
#ranking h2 span,
#newitems h2 span,
section.section h2 span {
  position: relative;
  padding: 0 70px;
}

@media screen and (max-width: 550px) {
  .modaal-container h2,
#ranking h2,
#newitems h2,
section.section h2 {
    font-size: 1.2em;
  }

  .modaal-container h2 span,
#ranking h2 span,
#newitems h2 span,
section.section h2 span {
    padding: 0 50px;
  }
}
.modaal-container h2 span,
#ranking h2 span,
#newitems h2 span,
section.section h2 span,
.top_promotion__header span {
  background: url("https://best-amma.jp/img/bg_header_01.png") no-repeat left, url("https://best-amma.jp/img/bg_header_02.png") no-repeat right !important;
  background-size: 1.4em 1.4em !important;
  padding: 6px 33px !important;
  white-space: nowrap;
}
@media screen and (max-width: 350px) {
  .modaal-container h2 span,
#ranking h2 span,
#newitems h2 span,
section.section h2 span,
.top_promotion__header span {
    background: transparent !important;
    padding: 6px 6px !important;
  }
}
@media screen and (min-width: 768px) {
  .modaal-container h2 span,
#ranking h2 span,
#newitems h2 span,
section.section h2 span,
.top_promotion__header span {
    background-size: 1.5em 1.5em !important;
    padding: 10px 60px !important;
  }
}

@media screen and (max-width: 450px) {
  .modaal-container h2 span,
#ranking h2 span,
#newitems h2 span,
section.section h2 span {
    background-size: 27px 27px;
    padding: 6px 36px;
  }
}
/* newitems */
#newitems {
  margin: 0 0 50px 0;
}

#newitems li {
  position: relative;
}

#newitems .choice-btn li {
  border-radius: var(--border-radius);
}

span.small_info_tag {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #fff;
  padding: 2px 10px;
  border-radius: var(--border-radius);
}

#newitems .choice-btn li .detail-cap {
  border-radius: var(--border-radius);
}

/* news */
#news {
  background: #fff;
  border-radius: var(--border-radius);
  padding: 20px 0;
  margin: 0 0 50px 0;
}

#news h2 {
  padding: 0 20px 0 40px;
  color: var(--main-color);
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 550px) {
  #news h2 {
    font-size: 1.2rem;
    text-align: center;
    padding: 0;
  }
}
/* sub-area */
@media screen and (max-width: 1020px) {
  .sub-btn-list,
.sidebar_ranking {
    display: none !important;
  }
}
.sidebar_title {
  text-align: center;
  color: var(--main-color);
  margin-bottom: 0.3em;
}

.sub-btn-list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
}

.sub-btn-list li {
  width: 48%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8em;
}

.sub-btn-list li img {
  width: 30px;
}

.sub-btn-list li a {
  color: #fff;
  display: block;
  border-radius: var(--border-radius);
  padding: 20px;
}

.inner-cap {
  padding: 10px;
}

.tab-area .area li a {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 10px 10px 10px 20px;
  transition: all 0.3s;
}

.tab-area .area li a:hover {
  background: #efefef;
}

/* footer */
#footer {
  /* padding:400px 70px 0 70px;
  background:url("/img/bg_footer.png") no-repeat center top;
  background-size: contain; */
  padding: 20px 70px 0 70px;
  background-color: rgba(196, 212, 220, 0.9);
}

.footer-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  color: var(--main-color);
}

.footer-area a {
  color: var(--main-color);
  transition: all 0.3s;
}

.footer-area a:hover {
  color: var(--main-c-color);
}

.footer-area ul,
.footer-area dl {
  width: 25%;
  line-height: 2;
}

.footer-area ul li::before {
  content: "-";
  padding: 0 10px;
}

.footer-area dt {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 10px 0;
}

small {
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 60px 0 50px 0;
}

@media screen and (max-width: 1090px) {
  #footer {
    padding: 20px 30px 0 30px;
  }

  .footer-area {
    margin: auto;
    margin-right: 0;
    width: 800px;
    max-width: 100%;
  }

  .footer-area ul {
    width: 50%;
    margin: 0 0 50px 0;
  }

  .footer-area dl {
    border: none;
    width: 50%;
    padding: 0 0 0 10px;
    margin: 0 0 50px 0;
    text-align: left;
    line-height: 2;
  }
}
@media screen and (max-width: 545px) {
  #footer {
    padding: 20px 30px 0 30px;
  }

  .footer-area ul,
.footer-area dl {
    border-top: 1px solid var(--main-color);
    width: 100%;
    margin: 0 0 30px 0;
    padding: 30px 0 0 0;
    line-height: 2.5;
  }

  .footer-area dl {
    text-align: center;
  }
}
.header {
  position: relative;
  z-index: 99;
}
.header div.container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.header--center_content {
  padding: 0.6rem 0;
}
@media screen and (min-width: 768px) {
  .header--center_content {
    padding: 30px 0;
  }
}
.header--center_content h1 {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.header--center_content h1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
}
.header--center_content h1 a img {
  width: 210px;
}
@media screen and (min-width: 768px) {
  .header--center_content h1 a img {
    width: 360px;
  }
}
.header--center_content p {
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: var(--main-c-color);
  font-size: 0.7rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .header--center_content p {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .header--center_content p {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .header--center_content p {
    font-size: 1rem;
  }
}
.header--side_content {
  display: none;
  justify-content: space-around;
  align-items: center;
  width: 270px;
  max-width: 21%;
}
@media screen and (min-width: 400px) {
  .header--side_content {
    display: flex;
  }
}
.header--side_content > div {
  height: 2rem;
  width: 1px;
  margin: 0;
  border: none !important;
  border-left: solid 1px #666 !important;
}
.header--side_content a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 1em;
  color: #666;
  transition: 0.3s;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .header--side_content a {
    font-size: 1rem;
  }
}
.header--side_content a i {
  font-size: 1.8em;
}
.header--side_content a span {
  font-size: 0.6em;
  font-weight: bold;
  display: none;
}
@media screen and (min-width: 768px) {
  .header--side_content a span {
    display: inline;
  }
}
.header--side_content a:hover {
  color: var(--sub-color);
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .header div.container {
    display: none;
  }
  .header div.for_mobile {
    height: 48px;
    width: 100%;
    background-color: var(--main-color);
  }
  .header div.for_mobile .openbtn--for_mobile_nav {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 50px;
    height: 100%;
  }
  .header div.for_mobile .openbtn--for_mobile_nav span {
    display: inline-block;
    transition: all 0.4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    width: 45%;
  }
  .header div.for_mobile .openbtn--for_mobile_nav span:nth-of-type(1) {
    top: 17px;
  }
  .header div.for_mobile .openbtn--for_mobile_nav span:nth-of-type(2) {
    top: 23px;
  }
  .header div.for_mobile .openbtn--for_mobile_nav span:nth-of-type(3) {
    top: 29px;
  }
  .header div.for_mobile .openbtn--for_mobile_nav.active span:nth-of-type(1) {
    top: 16px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .header div.for_mobile .openbtn--for_mobile_nav.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header div.for_mobile .openbtn--for_mobile_nav.active span:nth-of-type(3) {
    top: 28px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  .header div.for_mobile h1 {
    height: 100%;
  }
  .header div.for_mobile h1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-bottom: 3px;
  }
  .header div.for_mobile h1 a img {
    border-radius: 0;
    height: 30px;
  }
}

#top_nav {
  position: relative;
  width: 100%;
  background-color: var(--main-color);
  color: #fff;
  margin-bottom: 1rem;
  font-weight: bold;
  transition: 0.3s;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  #top_nav {
    display: none;
  }
}
#top_nav:hover {
  background-color: var(--sub-color);
}
#top_nav ul {
  display: flex;
  justify-content: center;
}
#top_nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
  min-width: 80px;
}
@media screen and (min-width: 1000px) {
  #top_nav ul li {
    min-width: 120px;
  }
}
#top_nav ul li:hover {
  background-color: var(--main-color);
}
#top_nav ul li a {
  margin: 0;
  padding: 1em 1.5rem;
  height: 100%;
  width: 100%;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  display: block;
  color: #fff;
}
#top_nav ul li .is-child {
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: var(--main-color);
  z-index: 99;
  font-size: 0.9rem;
}
#top_nav ul li .is-child div.container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
  text-align: left;
}
#top_nav ul li .is-child div.container ul {
  display: block;
  margin: 0;
  padding: 0 1.5rem;
  min-width: 180px;
}
#top_nav ul li .is-child div.container ul p {
  color: var(--sub-c-color);
  margin: 0;
}
#top_nav ul li .is-child div.container ul li a {
  color: #fff;
  padding: 0.6em 0;
  text-align: left;
}
#top_nav ul li .is-child div.container ul li a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  width: 1.2em;
  text-align: center;
  display: inline-block;
  color: var(--sub-c-color);
}
#top_nav ul li .is-child div.container ul li a:hover {
  color: var(--sub-c-color);
}
#top_nav ul li.has-child {
  transition: 0.3s;
}
#top_nav ul li.has-child:hover .is-child {
  visibility: visible;
  animation: 0.3s linear 0s 1 normal both running fadeIn;
}

@keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#mobile_top_nav {
  position: fixed;
  z-index: 999;
  top: 42px;
  left: -120%;
  width: 100%;
  height: 100%;
  background: var(--bg-trans-color);
  background: var(--main-color);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.6s;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
#mobile_top_nav.panelactive {
  left: 0;
}
#mobile_top_nav ul {
  display: block;
  margin: 0;
  padding: 1rem 0;
  min-width: 180px;
  width: 100%;
  height: 100%;
}
#mobile_top_nav ul > p {
  font-size: 1.2em;
  color: var(--sub-c-color);
  font-weight: bold;
  margin: 1rem auto 0;
  text-align: left;
  padding: 0;
  padding-left: 1rem;
  width: 90%;
  min-width: 320px;
}
#mobile_top_nav ul > p:not(:nth-child(1)) {
  margin-top: 2.7rem;
}
#mobile_top_nav ul > div {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin: auto;
  width: 90%;
  min-width: 320px;
}
#mobile_top_nav ul > div#mobile_top_nav--site_nav_box > li {
  width: 50%;
}
#mobile_top_nav ul > div#mobile_top_nav--ranking_box .is-child ul > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin: auto;
  width: 90%;
  min-width: 320px;
}
#mobile_top_nav ul > div#mobile_top_nav--ranking_box .is-child ul > div li {
  width: 33%;
}
#mobile_top_nav ul > div#mobile_top_nav--top_page_link > li, #mobile_top_nav ul > div#mobile_top_nav--other_box > li {
  width: 100%;
}
#mobile_top_nav ul > div#mobile_top_nav--top_page_link > li a::before, #mobile_top_nav ul > div#mobile_top_nav--other_box > li a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  width: 1.2em;
  text-align: center;
  display: inline-block;
  color: var(--sub-c-color);
  font-weight: bold;
}
#mobile_top_nav ul > div#mobile_top_nav--top_page_link li {
  padding-bottom: 0;
}
#mobile_top_nav ul > div#mobile_top_nav--top_page_link li a {
  padding-left: 0.7rem;
}
#mobile_top_nav ul li {
  padding: 0.5rem 0;
}
#mobile_top_nav ul li > a {
  color: #fff;
  text-align: left;
  font-weight: bold;
  padding-left: 1rem;
}
#mobile_top_nav ul li > a:hover {
  color: var(--sub-c-color);
}
#mobile_top_nav ul li.has-child > a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  width: 1.2em;
  text-align: center;
  display: inline-block;
  color: var(--sub-c-color);
}
#mobile_top_nav ul li.has-child .is-child {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 120%;
  transition: all 0.6s;
  width: 0;
  height: 100%;
  background-color: var(--sub-color);
  padding-bottom: 5rem;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
#mobile_top_nav ul li.has-child .is-child .btn-close_child {
  display: block;
  color: #fff;
  font-size: 1.5em;
  padding: 1rem 0 0 1rem;
  margin: 0;
}
#mobile_top_nav ul li.has-child .is-child .btn-close_child::before {
  display: none;
}
#mobile_top_nav ul li.has-child .is-child .btn-close_child i {
  animation: slideMoving 1.5s infinite;
}
#mobile_top_nav ul li.has-child .is-child ul {
  padding: 1rem;
}
#mobile_top_nav ul li.has-child .is-child ul p {
  color: var(--main-color);
  text-align: left;
  font-size: 1rem;
  padding-left: 0;
}
#mobile_top_nav ul li.has-child .is-child ul li a {
  color: #fff;
  padding: 0.6em 0;
  text-align: left;
  font-weight: bold;
}
#mobile_top_nav ul li.has-child .is-child ul li a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  width: 1.2em;
  text-align: center;
  display: inline-block;
  color: var(--sub-c-color);
}
#mobile_top_nav ul li.has-child .is-child ul li a:hover {
  color: var(--sub-c-color);
}
#mobile_top_nav ul li.has-child.active .is-child {
  left: 0;
  width: 100%;
}

@keyframes slideMoving {
  0% {
    transform: translateX(0%);
  }
  70% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.top_news {
  padding: 14px;
  border: solid 1px var(--main-color);
  border-radius: var(--border-radius);
  background-color: #ffffffaa;
}
.top_news > div {
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
}
.top_news > div dl {
  font-size: 14px;
  position: relative;
  margin: 0;
  padding: 10px 50px 8px 20px;
  cursor: pointer;
  border-bottom: 1px solid #333;
}
.top_news > div dl::before {
  position: absolute;
  top: 18px;
  right: 21px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.top_news > div dl.open::before {
  transform: rotate(-45deg);
}
.top_news > div dl dt {
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.top_news > div dl dt span {
  font-size: 0.8em;
  margin-right: 1rem;
}
.top_news > div dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 1em 0;
  padding: 0;
}
.top_news > div dl dd p {
  margin: 6px 0 0;
}
.top_news > div dl dd p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .top_news dl {
    font-size: 14px;
    padding: 6px 30px 5px 10px;
  }
  .top_news dl::before {
    top: 15px;
    right: 12px;
  }
  .top_news dl dd {
    margin: 10px 0 0;
  }
}
.top_promotion__header {
  margin-bottom: 1.5em !important;
  -webkit-box-reflect: unset !important;
}
.top_promotion__icons {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: auto;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .top_promotion__icons {
    width: 90%;
  }
}
.top_promotion__icons--item {
  display: block;
  color: var(--main-color) !important;
  background-color: transparent;
  text-align: center;
  text-decoration: none !important;
  padding: 0 0 1rem 0;
  margin: 2%;
  width: 46%;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top_promotion__icons--item {
    width: 23.4%;
    margin: 0%;
  }
}
.top_promotion__icons--item::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  left: -75%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.top_promotion__icons--item:hover::before {
  animation: shine 0.9s;
}
.top_promotion__icons--item * {
  width: 99%;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 auto !important;
}
.top_promotion__icons--item img {
  height: auto;
  border-radius: 0 !important;
}
.top_promotion__icons--item h5 {
  font-size: 1.1em;
  line-height: 1;
}
.top_promotion__icons--item p {
  font-size: 0.75em;
  margin-top: 0.3em !important;
}
.top_promotion__sentence {
  margin: auto;
  width: 100%;
  margin-top: 2rem;
  padding: 0 1%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .top_promotion__sentence {
    width: 90%;
  }
}
.top_promotion__sentence span {
  font-weight: bold;
  padding: 0 0.2em;
  margin: 0 0.2em;
  background: linear-gradient(transparent 60%, var(--sub-c-color) 60%);
}
@media screen and (min-width: 400px) {
  .top_promotion__sentence {
    max-width: 700px;
  }
}
.top_promotion__btn {
  display: block;
  width: 14em;
  margin: 1.5rem auto;
  border-radius: var(--border-radius-small);
  transition: all 0.3s;
  line-height: 1;
  padding: 1em 1.5em;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  background-color: var(--sub-color);
  font-size: 1rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 400px) {
  .top_promotion__btn {
    font-size: 1.2rem;
  }
}
.top_promotion__btn:hover {
  opacity: 0.8;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.top_promotion__icons:hover + .top_promotion__sentence + .top_promotion__btn {
  opacity: 1 !important;
  transform: scale(1.2, 1.2) !important;
  transition: 1s all !important;
}

.ranking--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: number;
}
.ranking--list li {
  font-size: 0.9em;
  position: relative;
  z-index: 1;
  width: 30%;
  margin: 20px 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 550px) {
  .ranking--list li {
    width: 48%;
  }
}
.ranking--list li::before {
  background: var(--main-color);
  border-radius: 50%;
  color: #fff;
  content: counter(number);
  counter-increment: number;
  display: inline-block;
  left: -0.5em;
  position: absolute;
  text-align: center;
  top: -0.5em;
  z-index: 2;
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-size: 1.1em;
}
@media screen and (min-width: 768px) {
  .ranking--list li::before {
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    font-size: 1.2em;
  }
}
.ranking--list li:nth-child(1), .ranking--list li:nth-child(2), .ranking--list li:nth-child(3) {
  width: 100%;
  margin: 0.25rem auto 2rem;
}
.ranking--list li:nth-child(1):nth-child(3), .ranking--list li:nth-child(2):nth-child(3), .ranking--list li:nth-child(3):nth-child(3) {
  padding-bottom: 2rem;
  border-bottom: 1px solid #dee2e6 !important;
}
.ranking--list li:nth-child(1)::before, .ranking--list li:nth-child(2)::before, .ranking--list li:nth-child(3)::before {
  opacity: 0;
}
.ranking--list li:nth-child(1) > p, .ranking--list li:nth-child(2) > p, .ranking--list li:nth-child(3) > p {
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.ranking--list li:nth-child(1) .ranking_box, .ranking--list li:nth-child(2) .ranking_box, .ranking--list li:nth-child(3) .ranking_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.ranking--list li:nth-child(1) .ranking_box .ranking_chart_box, .ranking--list li:nth-child(2) .ranking_box .ranking_chart_box, .ranking--list li:nth-child(3) .ranking_box .ranking_chart_box {
  margin-left: 0.5rem;
  width: 50% !important;
}
@media screen and (min-width: 576px) {
  .ranking--list li:nth-child(1) .ranking_box .ranking_chart_box, .ranking--list li:nth-child(2) .ranking_box .ranking_chart_box, .ranking--list li:nth-child(3) .ranking_box .ranking_chart_box {
    width: 33% !important;
  }
}
.ranking--list li:nth-child(1) .ranking_box .ranking_chart_box .ranking_chart, .ranking--list li:nth-child(2) .ranking_box .ranking_chart_box .ranking_chart, .ranking--list li:nth-child(3) .ranking_box .ranking_chart_box .ranking_chart {
  box-shadow: 0 0 3px var(--main-color);
}
.ranking--list li:nth-child(1) .ranking_box .ranking_chart_box p, .ranking--list li:nth-child(2) .ranking_box .ranking_chart_box p, .ranking--list li:nth-child(3) .ranking_box .ranking_chart_box p {
  padding-top: 0.25rem;
  text-align: center;
  font-size: 0.6rem;
  line-height: 1;
}
.ranking--list li:nth-child(1) .ranking_box .ranking_sp_sentence, .ranking--list li:nth-child(2) .ranking_box .ranking_sp_sentence, .ranking--list li:nth-child(3) .ranking_box .ranking_sp_sentence {
  display: none;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .ranking--list li:nth-child(1) .ranking_box .ranking_sp_sentence, .ranking--list li:nth-child(2) .ranking_box .ranking_sp_sentence, .ranking--list li:nth-child(3) .ranking_box .ranking_sp_sentence {
    display: -webkit-box;
  }
}
.ranking--list li:nth-child(1) .ranking_box .ranking_element_table_box, .ranking--list li:nth-child(2) .ranking_box .ranking_element_table_box, .ranking--list li:nth-child(3) .ranking_box .ranking_element_table_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.ranking--list li:nth-child(1) .ranking_box .ranking_element_table_box table, .ranking--list li:nth-child(2) .ranking_box .ranking_element_table_box table, .ranking--list li:nth-child(3) .ranking_box .ranking_element_table_box table {
  width: 100%;
  font-size: 0.8rem !important;
}
@media screen and (min-width: 400px) {
  .ranking--list li:nth-child(1) .ranking_box .ranking_element_table_box table, .ranking--list li:nth-child(2) .ranking_box .ranking_element_table_box table, .ranking--list li:nth-child(3) .ranking_box .ranking_element_table_box table {
    font-size: 0.9rem !important;
  }
}
@media screen and (min-width: 768px) {
  .ranking--list li:nth-child(1) .ranking_box .ranking_element_table_box table, .ranking--list li:nth-child(2) .ranking_box .ranking_element_table_box table, .ranking--list li:nth-child(3) .ranking_box .ranking_element_table_box table {
    width: 50%;
    font-size: 0.9rem !important;
  }
}
.ranking--list li:nth-child(1) .ranking_box .ranking_element_table_box table tr td, .ranking--list li:nth-child(2) .ranking_box .ranking_element_table_box table tr td, .ranking--list li:nth-child(3) .ranking_box .ranking_element_table_box table tr td {
  text-align: left;
}
.ranking--list li:nth-child(1) .ranking_box .ranking_element_table_box table tr td:first-child, .ranking--list li:nth-child(2) .ranking_box .ranking_element_table_box table tr td:first-child, .ranking--list li:nth-child(3) .ranking_box .ranking_element_table_box table tr td:first-child {
  width: 7em;
}
.ranking--list li:nth-child(1) .ranking_box .ranking_element_table_box table tr td:first-child::before, .ranking--list li:nth-child(2) .ranking_box .ranking_element_table_box table tr td:first-child::before, .ranking--list li:nth-child(3) .ranking_box .ranking_element_table_box table tr td:first-child::before {
  content: "■";
  color: var(--main-c-color);
}
.ranking--list li:nth-child(1) .ranking_box .ranking_element_table_box table tr td:nth-child(2), .ranking--list li:nth-child(2) .ranking_box .ranking_element_table_box table tr td:nth-child(2), .ranking--list li:nth-child(3) .ranking_box .ranking_element_table_box table tr td:nth-child(2) {
  font-weight: bold;
}
.ranking--list li:nth-child(1) .ba-btn, .ranking--list li:nth-child(2) .ba-btn, .ranking--list li:nth-child(3) .ba-btn {
  font-size: 0.8rem;
}
@media screen and (min-width: 400px) {
  .ranking--list li:nth-child(1) .ba-btn, .ranking--list li:nth-child(2) .ba-btn, .ranking--list li:nth-child(3) .ba-btn {
    font-size: 1rem;
  }
}
.ranking--list li.empty::before {
  opacity: 0;
}

.ranking--list .ranking-cap {
  margin: 10px 0 0 0;
  text-align: center;
  display: block;
}

/*==================================================
/*　スクロールすると位置が固定して追従*/
/*===================================*/
/*ナビゲーションの固定*/
.sub-fix-block {
  position: sticky;
  top: 20px;
}
@media screen and (max-width: 1020px) {
  .sub-fix-block {
    position: relative;
    top: 0;
  }
}

/*====================================*/
/*	ホバー時、押し込まれる（円が縮小）　*/
/*====================================*/
.pushcircle {
  position: relative;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pushcircle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  border-radius: var(--border-radius);
  transform: translate(-50%, -50%) scale(1.1);
  transition: 0.3s ease;
}

.sub-btn-list li:first-child a {
  background: var(--sub-color);
}
.sub-btn-list li:first-child a.pushcircle:after {
  border: 1px solid var(--sub-color);
}
.sub-btn-list li:last-child a {
  background: var(--main-color);
}
.sub-btn-list li:last-child a.pushcircle:after {
  border: 1px solid var(--main-color);
}
.sub-btn-list li a.pushcircle:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.sub-btn-list li a.pushcircle:hover:after {
  transform: translate(-50%, -50%) scale(1);
  border-color: rgba(255, 255, 255, 0.8);
}

/*======================================*/
/* ページの指定の高さを超えたら下から出現 */
/*======================================*/
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #666;
  border-radius: var(--border-radius-small);
  width: 45px;
  height: 45px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
@media screen and (min-width: 400px) {
  #page-top a {
    width: 60px;
    height: 60px;
  }
}
#page-top a:hover {
  background: #777;
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/*==================================================
/* タブメニュー*/
/*===================================*/
/*tabの形状*/
.tab-area {
  background: #fff;
  border-radius: var(--border-radius);
  padding: 20px;
}

.tab {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 20px 0;
}

.tab li {
  width: 33.33%;
  text-align: center;
  white-space: nowrap;
}

.tab li a {
  display: block;
  border-bottom: transparent 2px solid;
  padding: 10px 0;
}

/*liにactiveクラスがついた時の形状*/
.tab li.active a {
  border-color: var(--main-color);
}

/*エリアの表示非表示と形状*/
.area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
  background: #fff;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active,
.always-active {
  display: block;
  /*表示*/
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*==================================================
  複数画像を中央に注目させて見せる
===================================*/
.slider {
  position: relative;
  z-index: 1;
}

.slider img,
.slider .chart_box {
  width: 50vw;
  /*スライダー内の画像を50vwにしてレスポンシブ化*/
  height: auto;
  border-radius: var(--border-radius);
}

.slider .slick-slide {
  transform: scale(0.85);
  /*左右の画像のサイズを85%に*/
  transition: all 0.5s;
  /*拡大や透過のアニメーションを0.5秒で行う*/
}

@media screen and (max-width: 1020px) {
  .slider img {
    width: 70vw;
    /*スライダー内の画像を55vwにしてレスポンシブ化*/
  }
}
@media screen and (max-width: 768px) {
  .slider img {
    width: 96vw;
    /*スライダー内の画像を55vwにしてレスポンシブ化*/
  }
}
.slider .slick-slide.slick-center {
  transform: scale(1);
  /*中央の画像のサイズだけ等倍に*/
  opacity: 1;
  /*透過なし*/
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;
  /*矢印の色*/
  border-right: 2px solid #666;
  /*矢印の色*/
  height: 15px;
  width: 15px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: var(--main-color);
  /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: var(--main-c-color);
  /*ドットボタンの現在地表示の色*/
}

/*==================================================
  サムネイルをクリックすると、メイン画像が切り替わる
===================================*/
/*画像の横幅を100%にしてレスポンシブ化*/
#newitems img {
  width: 100% !important;
  height: auto;
  vertical-align: bottom;
  /*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/
.gallery {
  margin: 0 0 20px 0;
  width: 100%;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #fff;
  /*矢印の色*/
  border-right: 2px solid #fff;
  /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/
.choice-btn li {
  cursor: pointer;
  outline: none;
  width: 23% !important;
  margin: 0 1%;
}

@media screen and (max-width: 350px) {
  .choice-btn li {
    width: 48% !important;
    margin: 0 1% 10px 1%;
  }
}
.choice-btn li img {
  opacity: 0.6;
}

.choice-btn li.slick-current img {
  opacity: 1;
}

/*==================================================
/* ページを開くと、モーダル表示*/
/*===================================*/
/*infoエリアをはじめは非表示*/
#info {
  display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container {
  max-width: 600px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close {
  background-color: var(--main-color) !important;
}

.modaal-close:after,
.modaal-close:before {
  background: #fff;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: var(--main-c-color);
}

/* ふわっ（下から） */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ふわっ（上から）*/
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スマホ表示用。flipRightTriggerを指定している親要素に指定しないとうまく動かない*/
#ranking {
  transform: translate3d(0, 0, 0);
}

/* パタッ（右へ） */
.flipRight {
  animation-name: flipRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  perspective-origin: right center;
  opacity: 0;
}

@keyframes flipRightAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.flipRightTrigger,
.fadeUpTrigger,
.fadeDownTrigger {
  opacity: 0;
}

/* くるっ（ Y 軸（横へ）） */
.rotateY {
  animation-name: rotateYAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateYAnime {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(-360deg);
  }
}
/*==================================================
/*画像リンクの動き*/
/*===================================*/
/*　回転＋テキスト（Y 軸）
   ----------------------------- */
/* スマホ表示用。flipYを指定している親要素に指定しないとうまく動かない*/
.choice-btn {
  transform: translate3d(0, 0, 0);
}

.flipY a {
  /*テキストの基点となる位置を定義*/
  position: relative;
  display: block;
}

.flipY img {
  transition: all 0.35s;
  /*移り変わる速さを変更したい場合はこの数値を変更*/
  backface-visibility: hidden;
  /*三次元になった際に裏面を可視化させない*/
}

.flipY:hover img {
  /*hoverした時の変化*/
  transform: rotateY(-180deg);
  opacity: 0 !important;
}

.flipY span.detail-cap {
  /*ここからエリアの絶対配置の指定*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*ここまでエリアの絶対配置の指定*/
  transition: all 0.35s ease;
  /*移り変わる速さを変更したい場合はこの数値を変更*/
  transform: rotateY(90deg);
  /*横軸に回転*/
  transform-origin: 50% 0%;
  /*回転する基点*/
  opacity: 0;
  background: #666;
  /*背景色*/
  color: #fff;
  /*テキストの色を変えたい場合はここを修正*/
  /*ここからテキスト中央寄せの指定*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*ここまでテキスト中央寄せの指定*/
}

.flipY:hover span.detail-cap {
  /*hoverした時の変化*/
  transform: rotateY(0);
  /*横軸に回転*/
  opacity: 1;
  transition-delay: 0.15s;
  /*移り変わる速さを変更したい場合はこの数値を変更*/
}

/* キラッ　*/
.shine span.mask {
  position: relative;
  display: block;
  overflow: hidden;
}
.shine span.mask::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  left: -75%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.shine span.mask:hover::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
/********************************
            FAQ
********************************/
.accordion dl,
.faq-list dl {
  position: relative;
  margin: 0;
  padding: 21px 80px 21px 30px;
  cursor: pointer;
  border-bottom: 1px solid #333;
}
.accordion dl:first-child,
.faq-list dl:first-child {
  border-top: 1px solid #333;
}
.accordion dl::before,
.faq-list dl::before {
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.accordion dl.open::before,
.faq-list dl.open::before {
  transform: rotate(-45deg);
}
.accordion dl dt,
.faq-list dl dt {
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
}
.accordion dl dd,
.faq-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 18px 0 0;
  padding: 0;
}
.accordion dl dd p,
.faq-list dl dd p {
  margin: 6px 0 0;
}
.accordion dl dd p:first-child,
.faq-list dl dd p:first-child {
  margin-top: 0;
}

.faq-list dt {
  padding: 0 0 0 45px !important;
}
.faq-list dt::before {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: "Q.";
  color: var(--main-color);
}
.faq-list dd {
  padding: 0 0 0 45px !important;
}
.faq-list dd::before {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 2px;
  display: block;
  content: "A.";
  font-weight: bold;
  color: var(--main-color);
}

@media screen and (max-width: 767px) {
  .accordion dl,
.faq-list dl {
    padding: 15px 40px 15px 10px;
  }
  .accordion dl::before,
.faq-list dl::before {
    top: 20px;
    right: 20px;
  }
  .accordion dl dt,
.faq-list dl dt {
    font-size: 14px;
  }
  .accordion dl dd,
.faq-list dl dd {
    margin: 10px 0 0;
    font-size: 14px;
  }

  .faq-list dt {
    padding: 0 0 0 30px !important;
  }
  .faq-list dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
  }
  .faq-list dd {
    padding: 0 0 0 30px !important;
  }
  .faq-list dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
  }
}
.ba-btn {
  display: inline-block;
  border-radius: var(--border-radius);
  transition: all 0.3s;
  margin: 0 0.25rem;
  line-height: 1;
  font-size: 1rem;
  padding: 1em 1.5em;
  text-align: center;
  text-decoration: none !important;
}
.ba-btn.small {
  font-size: 0.75rem;
  border-radius: var(--border-radius-small);
}
.ba-btn.ba-btn--main {
  color: #fff;
  background-color: var(--main-color);
}
.ba-btn.ba-btn--main:hover {
  background-color: var(--sub-color);
}
.ba-btn.ba-btn--main_c {
  color: #fff;
  background-color: var(--main-c-color);
}
.ba-btn.ba-btn--main_c:hover {
  background-color: var(--sub-c-color);
}
.ba-btn.ba-btn--sub {
  color: #fff;
  background-color: var(--sub-color);
}
.ba-btn.ba-btn--sub:hover {
  opacity: 0.8;
}
.ba-btn.ba-btn--sub_c {
  color: #fff;
  background-color: var(--sub-c-color);
}
.ba-btn.ba-btn--sub_c:hover {
  opacity: 0.8;
}

.youtube_embed {
  width: 90%;
  margin: auto;
  aspect-ratio: 16/9;
  margin-bottom: 1rem;
}
.youtube_embed iframe {
  width: 100%;
  height: 100%;
}

#balloon-for_quick_start {
  position: relative;
  padding: 1rem;
  background-color: var(--sub-c-color);
  color: #fff;
  display: inline-block;
  border-radius: var(--border-radius);
  font-size: 1rem;
  font-weight: bold;
}
#balloon-for_quick_start::before {
  content: "";
  position: absolute;
  left: 20px;
  top: -15px;
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-bottom: 15px solid var(--sub-c-color);
  border-left: 15px solid transparent;
}

.h-0 {
  height: 0 !important;
}

.w-0 {
  width: 0 !important;
}

/*
フルカバー君 吹き出し 
*/
/* 吹き出し本体 */
.furukabakun_balloon,
.kabakochan_balloon {
  position: relative;
  margin: 3rem 0;
  padding: 1.5em;
  border-radius: 10px;
  color: #fff;
  min-height: 80px;
}

/* 吹き出し本体 */
.furukabakun_balloon {
  margin-left: 100px;
  background-color: var(--sub-color);
}

.kabakochan_balloon {
  margin-right: 100px;
  background-color: #cc435f;
}

/* アイコン配置 */
.furukabakun_balloon .icon,
.kabakochan_balloon .icon {
  position: absolute;
  top: 0;
  width: 90px;
  height: auto;
}

.furukabakun_balloon .icon {
  text-align: left;
  left: -100px;
}

.kabakochan_balloon .icon {
  text-align: right;
  right: -100px;
}

/* 三角アイコン */
.furukabakun_balloon::before,
.kabakochan_balloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 24px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.furukabakun_balloon::before {
  left: -15px;
  border-right: 15px solid var(--sub-color);
}

.kabakochan_balloon::before {
  right: -15px;
  border-left: 15px solid #cc435f;
}

.furukabakun_balloon .icon img,
.kabakochan_balloon .icon img {
  display: inline-block;
  margin: 0;
  width: 100%;
  height: auto;
}

.furukabakun_balloon a,
.kabakochan_balloon a,
.general_section .furukabakun_balloon a,
.general_section .kabakochan_balloon a {
  color: white !important;
  font-weight: bold;
}

.furukabakun_balloon a:hover,
.kabakochan_balloon a:hover,
.general_section .furukabakun_balloon a:hover,
.general_section .kabakochan_balloon a:hover {
  color: blue !important;
  transition: 0.6s;
}

@media screen and (max-width: 758px) {
  /*
  フルカバー君 吹き出し 
  */
  /* 吹き出し本体 */
  .furukabakun_balloon,
.kabakochan_balloon {
    margin: 2.4rem 0;
    min-height: 60px;
    padding: 1em;
    font-size: 0.9rem;
  }

  /* 吹き出し本体 */
  .furukabakun_balloon {
    margin-left: 70px;
    background-color: var(--sub-color);
  }

  .kabakochan_balloon {
    margin-right: 70px;
    background-color: #cc435f;
  }

  /* アイコン配置 */
  .furukabakun_balloon .icon,
.kabakochan_balloon .icon {
    position: absolute;
    top: 0;
    width: 60px;
    height: auto;
  }

  /* 三角アイコン */
  .furukabakun_balloon::before,
.kabakochan_balloon::before {
    top: 15px;
  }

  .furukabakun_balloon .icon {
    text-align: left;
    left: -70px;
  }

  .kabakochan_balloon .icon {
    text-align: right;
    right: -70px;
  }
}
.contact_form h2 {
  margin: 0 0 1.5em;
  margin-top: 1.2em !important;
  padding-top: 3em;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  position: relative;
  /* color: #6eb0f9; */
  line-height: 1.4;
  -webkit-box-reflect: below -10px -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3));
}

/*
カスタムエリアのスタイル
*/
.general_section {
  color: #444;
  padding: 0 0 3rem;
  border-radius: 0 0 0.3em 0.3em;
  background-color: rgba(255, 255, 255, 0.3);
}
.general_section.full_width > div {
  max-width: 1100px;
  margin: auto !important;
  padding: 1rem;
}
.general_section h2,
.general_section h3,
.general_section h4 {
  font-weight: bold;
  color: var(--main-color);
  margin: 3em 0 1em 0;
}
.general_section h2 {
  margin: 0 0 1.5em;
  margin-top: 1.2em !important;
  padding-top: 3em;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  position: relative;
  /* color: #6eb0f9; */
  line-height: 1.4;
  -webkit-box-reflect: below -10px -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3));
}
.general_section h3 {
  font-size: 1.2rem;
  color: #666;
  border-bottom: solid 3px var(--sub-color);
  position: relative;
  line-height: 1.5;
}
.general_section h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px var(--main-color);
  bottom: -3px;
  width: 20%;
}
.general_section h4 {
  font-size: 1.2rem;
}
.general_section ol {
  list-style: decimal;
  margin: 0.6em 1em 0.6em 0;
  padding-left: 1.5em;
}
.general_section a:not(.ba-btn) {
  color: var(--main-color);
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.3s;
}
.general_section a:not(.ba-btn)[target=_blank] {
  font-weight: normal;
}
.general_section a:not(.ba-btn):hover {
  color: var(--sub-color);
}
.general_section .make_account_btn a {
  color: #fff !important;
  text-decoration: none;
}
.general_section img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 1rem auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .general_section img {
    max-width: 80%;
  }
}
.general_section table {
  width: 100%;
  max-width: 100% !important;
  border-collapse: collapse;
  border-spacing: 0;
}
.general_section table tr {
  width: 100%;
}
.general_section table th {
  padding: 10px;
  background: #44a3cc33;
  border: solid 1px #778ca3;
  text-align: center;
}
.general_section table td {
  padding: 10px;
  border: solid 1px #778ca3;
  text-align: justify;
  word-break: break-all !important;
}

#news a {
  color: var(--main-color);
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.3s;
}
#news a:hover {
  color: var(--sub-color);
}

.fas.fa-question-circle {
  font-size: 0.8em;
  padding: 0 0.3em;
  display: inline-block;
}

.tab-area {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 3px rgba(100, 100, 100, 0.1);
  border: solid 1px var(--main-color);
}

.tab-area * {
  background: transparent;
}

.user_action_btns {
  background: #fff;
}

.make_account_btn {
  width: 400px;
  max-width: 90%;
  margin: auto;
}

.make_account_btn a {
  display: block;
  margin: auto;
  padding: 0.6em;
  width: 100%;
  text-decoration: none;
  background: var(--sub-color);
  text-align: center;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 758px) {
  .make_account_btn a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 360px) {
  .make_account_btn a {
    font-size: 1rem;
  }
}
.make_account_btn a:hover {
  background: #55ccff;
  color: #ffffff;
  margin-left: 0px;
  margin-top: 0px;
  box-shadow: none;
}

#top_nav,
#g-nav {
  position: sticky;
  top: 0;
}

/***************************************************
 ***************************************************
                SP詳細ページ
***************************************************
***************************************************/
h3.line {
  color: #666;
  border-bottom: solid 3px var(--sub-color);
  position: relative;
  margin: 2em auto 1em auto;
}

h3.line::before {
  content: "　";
  font-size: 0.8em;
}

h3.line::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px var(--main-color);
  bottom: -3px;
  width: 20%;
}

/* レーダーチャート */
.radarChart-container {
  position: relative;
  width: 20%;
  min-width: 120px;
  height: auto;
  overflow: hidden;
  margin: 1em 1.5em;
  float: left;
}

@media screen and (max-width: 768px) {
  .radarChart-container {
    margin: 0.6rem;
  }
}
@media screen and (max-width: 400px) {
  .radarChart-container {
    float: none !important;
    width: 210px;
    height: 210px;
    margin: auto;
  }
}
.top_sentence {
  margin: 1em 0;
}

/* 基本情報とボタン */
#basic_info {
  width: 99%;
  margin: 0 auto 2rem;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: nowrap;
}

#basic_info > div {
  width: 100%;
  margin: 0.3rem;
}

#basic_info > div:first-child {
  border-radius: 0.3em;
  background-color: rgba(210, 210, 210, 0.6);
  padding: 0.6em;
}

#basic_info__header {
  color: #444;
  padding-left: 1em;
  font-weight: bold;
}

#basic_info__list {
  padding: 0.6em 0.1em;
  font-size: 0.96em;
}

#basic_info__list li span {
  font-weight: bold;
  font-size: 0.96em;
  color: #444;
}

#basic_info__list li span::after {
  content: " 　:　 ";
}

#basic_info__list th,
#basic_info__list td {
  padding: 0.18em 0;
}

#basic_info__list th {
  min-width: 7em;
  font-size: 0.96em;
  color: #444;
}

#basic_info__list th + td:not(.empty)::after {
  content: " :　";
}

.user_action_btn {
  display: inline-block;
  padding: 0.5em;
  width: 150px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  transition: 0.4s;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.user_action_btn.orange {
  color: var(--point-color-orange);
  border: 2px solid var(--point-color-orange);
}

.user_action_btn.orange:hover {
  background: var(--point-color-orange);
  color: #fff;
}

.user_action_btn.red {
  color: var(--point-color-red);
  border: 2px solid var(--point-color-red);
}

.user_action_btn.red:hover {
  background: var(--point-color-red);
  color: #fff;
}

.user_action_btn.gray {
  color: #666;
  border: 2px solid #666;
}

.user_action_btn.gray:hover {
  background: #666;
  color: #fff;
}

.user_action_btns {
  padding: 1em;
  width: 300px !important;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  border: solid 3px #ddddddaa;
  border-radius: 0.3em;
}

@media screen and (max-width: 768px) {
  #basic_info {
    flex-direction: column;
  }

  .user_action_btns {
    width: auto !important;
    margin: auto;
  }

  .user_action_btns > p {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .user_action_btn.gray {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .user_action_btns {
    padding: 0.6em;
  }

  .user_action_btn {
    width: 48%;
  }
}
/* 期間毎のタブ */
.detail_tab {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.detail_tab li {
  color: #666;
  font-weight: bold;
  border-radius: 0.3em 0.3em 0 0;
  display: block;
  margin-right: 0.3em;
  margin-bottom: 0;
  padding: 0.3em 1em;
  cursor: pointer;
}

.detail_tab li.select {
  color: var(--main-color);
  background-color: rgba(255, 255, 255, 0.6);
  border-bottom: solid 1px var(--main-color);
  padding-bottom: 0;
  font-size: 1.5em;
}

.detail_tab_content {
  padding: 0.3em;
  padding-bottom: 1em;
  border-radius: 0 0 0.3em 0.3em;
  background-color: rgba(255, 255, 255, 0.6);
  display: none;
}

.detail_tab_content.select {
  display: block;
}

/* メインチャート（残高推移） */
.detail_main_chart_box {
  padding: 0.6em 0.3em;
}

/* 取引成績 */
.result_table {
  margin: auto 6px;
  padding: 1em;
  background-color: rgba(144, 173, 186, 0.3);
  border-radius: 0.3em;
  font-size: 0.9em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.result_table table {
  width: 50%;
  border-collapse: collapse;
}

.result_table th,
.result_table td {
  padding: 0.4em 1em;
  text-align: initial;
  border-bottom: solid 1px #aaa;
}

.result_table th {
  width: 67%;
}

.result_table th::before {
  content: "■";
  color: var(--main-c-color);
}

.result_table td {
  width: 33%;
  padding-left: 0;
}

.result_table td::before {
  content: ": ";
}

@media screen and (max-width: 768px) {
  .result_table table {
    width: 100% !important;
  }

  .result_table th {
    width: 60%;
  }

  .result_table td {
    width: 40%;
  }
}
@media screen and (max-width: 400px) {
  .result_table th,
.result_table td {
    padding: 0.3em 0;
  }
}
/*詳細グラフ*/
.detail_sub_chart_boxes {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-content: center;
}

.detail_sub_chart_boxes > div {
  width: 45%;
  margin: 1rem 0;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .detail_sub_chart_boxes > div {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .detail_sub_chart_boxes > div {
    width: 96%;
  }
}
#new_account_bottom_of_sp_detail a {
  margin: 0 auto;
  padding: 10px;
  width: 290px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  text-align: center;
  border: 2px solid var(--point-color-orange);
  background: url(/img/sub_items/arrow_contact_btn.png) no-repeat right center var(--point-color-orange);
  display: block;
  transition: all 0.3s ease;
}

#new_account_bottom_of_sp_detail a:hover {
  color: var(--point-color-orange) !important;
  background: url(/img/sub_items/arrow_contact_btn_gray_on.png) no-repeat right center #fff;
}
