@charset "utf-8";
/* ---------------------------------------------
	reset
--------------------------------------------- */
.staBox .mainttl h2 {
  color: #333;
  font-size: 2rem;
  font-weight: normal;
  background: transparent;
  padding: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
}
.pickupBox .pttl h2 {
  color: #333;
  font-size: 2rem;
  font-weight: normal;
  background: transparent;
  padding: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
}
.selectionttl h2 {
  color: #333;
  font-size: 2rem;
  font-weight: normal;
  background: transparent;
  padding: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
}
/* ---------------------------------------------
sta
--------------------------------------------- */
.sta {}
/* ---------------------------------------------
sta mainimg
--------------------------------------------- */
.sta .mainimg {}
.sta .mainimg img {
  width: 100%;
}
.sta .mainimg .txts .h1txt {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 767px) {
  .sta .mainimg .txts .h1txt {
    font-size: 1.8rem;
  }
}
/* ---------------------------------------------
sta mainimg
--------------------------------------------- */
.sta .lead {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 767px) {
  .sta .lead p {
    font-size: 1.4rem;
  }
}
/* ---------------------------------------------
sta pickupWrap
--------------------------------------------- */
.sta .pickupWrap {
  width: 600px;
  margin: 0 auto 50px auto;
  border: 3px #f56287 solid;
  border-radius: 12px;
}
.sta .pickupWrap .ttl {
  width: 100%;
  background-image: linear-gradient(0deg, rgba(254, 245, 248, 1) 95%, rgba(251, 199, 213, 1) 95.01%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px 9px 0 0;
  padding: 20px 0;
  position: relative;
}
.sta .pickupWrap .ttl::after {
  content: "";
  width: 74px;
  height: 81px;
  background: url("../images/sta/img_pickupman.png") no-repeat;
  position: absolute;
  right: 50px;
  bottom: 0px;
}
.sta .pickupWrap .ttl .ttltxt {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  color: #f56287;
  text-align: center;
}
.sta .pickupWrap .ttltxt::before {
  content: "";
  width: 81px;
  height: 85px;
  background: url("../images/sta/ico_pickup.png") no-repeat;
  position: absolute;
  left: -100px;
  top: -40px;
}
.sta .pickupWrap .ttl .ttltxt span {
  font-size: 2.4rem;
}
@media screen and (max-width: 1280px) {
  .sta .pickupWrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sta .pickupWrap {
    margin: 0 auto 30px auto;
    border-radius: 5px;
  }
  .sta .pickupWrap .ttl {
    border-radius: 4px 4px 0 0;
    padding: 10px 0;
  }
  .sta .pickupWrap .ttl::after {
    width: 54px;
    height: 71px;
    right: 10px;
    bottom: -10px;
    background-size: 100%;
  }
  .sta .pickupWrap .ttl .ttltxt {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .sta .pickupWrap .ttltxt::before {
    width: 56px;
    height: 57px;
    left: -50px;
    top: -20px;
    background-size: 100%;
  }
  .sta .pickupWrap .ttl .ttltxt span {
    font-size: 1.8rem;
  }
}
/* ---------------------------------------------
sta pickupBox
--------------------------------------------- */
.sta .pickupWrap .pickupBox {
  padding: 20px 30px;
  background: #fff;
  border-radius: 0 0 12px 12px;
}
.sta .pickupWrap .pttl .txth2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.sta .pickupWrap .pickupBox .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 767px) {
  .sta .pickupWrap .pickupBox {
    padding: 15px 10px;
    border-radius: 0 0 5px 5px;
  }
  .sta .pickupWrap .pttl .txth2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .sta .pickupWrap .pickupBox .img {
    margin: 0 auto 20px;
    width: 90%;
  }
}
/* ---------------------------------------------
sta point3
--------------------------------------------- */
.sta .pickupWrap .pickupBox .point3 {
  font-size: 1.8rem;
  font-weight: bold;
  background: #e1f2fc;
  padding: 20px;
  margin-bottom: 20px;
}
.sta .pickupWrap .pickupBox .point3 span {
  color: #00abeb;
  background-image: linear-gradient(0deg, #fdff4a 0.7em, transparent 0.3em);
}
.sta .pickupWrap .pickupBox .point3 ul li {
  margin-bottom: 13px;
  position: relative;
  padding: 0 0 0 25px;
}
.sta .pickupWrap .pickupBox .point3 ul li:last-child {
  margin-bottom: 0px;
}
.sta .pickupWrap .pickupBox .point3 ul li::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/sta/ico_chack01.png") no-repeat;
  position: absolute;
  left: 0px;
  top: 4px;
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 767px) {
  .sta .pickupWrap .pickupBox .point3 {
    font-size: 1.3rem;
    padding: 10px;
    margin-bottom: 20px;
  }
  .sta .pickupWrap .pickupBox .point3 ul li {
    margin-bottom: 13px;
    padding: 0 0 0 22px;
  }
  .sta .pickupWrap .pickupBox .point3 ul li:last-child {
    margin-bottom: 0px;
  }
  .sta .pickupWrap .pickupBox .point3 ul li::before {
    content: "";
    width: 16px;
    height: 16px;
    background-size: 100%;
    left: 0px;
    top: 1px;
  }
}
/* ==============================
links
============================== */
.sta .pickupWrap .pickupBox .links {
  display: flex;
  justify-content: space-between;
}
.sta .pickupWrap .pickupBox .osgdlink01 {
  text-align: center;
  width: 49%;
}
.sta .pickupWrap .pickupBox .osgdlink01 a {
  position: relative;
  background: #ffa03d;
  background: -moz-linear-gradient(top, #ffa03d 0%, #ff7906 100%);
  background: -webkit-linear-gradient(top, #ffa03d 0%, #ff7906 100%);
  background: linear-gradient(to bottom, #ffa03d 0%, #ff7906 100%);
  border-radius: 5px;
  box-shadow: 0px 5px #a0540d;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 2px #8f4100;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-size: 2rem;
  line-height: 1.3;
}
.sta .pickupWrap .pickupBox .osgdlink01 a span {
  font-size: 2.4rem;
}
.sta .pickupWrap .pickupBox .osgdlink01 a:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f08e";
  right: 15px;
  margin-top: 0px;
  height: auto;
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow: 1px 1px 2px transparent;
  filter: drop-shadow(1px 1px 1px #8f4100);
}
.sta .pickupWrap .pickupBox .osgdlink01 a.internal:after {
  content: "\f105" !important;
  font-size: 1.8rem;
}
.sta .pickupWrap .pickupBox .osgdlink02 {
  text-align: center;
  width: 49%;
}
.sta .pickupWrap .pickupBox .osgdlink02 a {
  position: relative;
  background: #5ebb08;
  background: -moz-linear-gradient(top, #5ebb08 0%, #4fa106 100%);
  background: -webkit-linear-gradient(top, #5ebb08 0%, #4fa106 100%);
  background: linear-gradient(to bottom, #5ebb08 0%, #4fa106 100%);
  border-radius: 5px;
  box-shadow: 0px 5px #3b5c1f;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 2px #2c7e08;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-size: 1.6rem;
  line-height: 1.4;
}
.sta .pickupWrap .pickupBox .osgdlink02 a span {
  font-family: noto-sans-jp-400, sans-serif;
  font-size: 2.8rem;
  display: inline-block;
}
.sta .pickupWrap .pickupBox .osgdlink02 a span:before {
  font-family: FontAwesome;
  content: "\f095";
  margin-top: 2px;
  height: auto;
  font-size: 2.2rem;
  font-weight: bold;
  text-shadow: 1px 1px 2px transparent;
  filter: drop-shadow(1px 1px 1px #3b5b1f);
}
@media screen and (max-width: 1280px) {
  .sta .pickupWrap .pickupBox .links {
    justify-content: space-between;
  }
  .sta .pickupWrap .pickupBox .osgdlink01 {
    width: 49%;
  }
  .sta .pickupWrap .pickupBox .osgdlink01 a {
    width: 100%;
    margin: 0;
  }
  .sta .pickupWrap .pickupBox .osgdlink02 {
    width: 49%;
  }
  .sta .pickupWrap .pickupBox .osgdlink02 a {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .sta .pickupWrap .pickupBox .links {
    margin-bottom: 0px;
    flex-wrap: wrap;
  }
  .sta .pickupWrap .pickupBox .osgdlink01 {
    width: 40%;
  }
  .sta .pickupWrap .pickupBox .osgdlink01 a {
    border-radius: 7px;
    width: 100%;
    height: 52px;
    font-size: 1.2rem;
    margin: 0 0 0px 0;
    padding-left: 10px;
    align-items: flex-start;
  }
  .sta .pickupWrap .pickupBox .osgdlink01 a span {
    font-size: 1.6rem;
  }
  .sta .pickupWrap .pickupBox .osgdlink01 a:after {
    right: 5px;
    font-size: 1.2rem;
  }
  .sta .pickupWrap .pickupBox .osgdlink01 a.internal:after {
    font-size: 1.4rem;
  }
  .sta .pickupWrap .pickupBox .osgdlink02 {
    width: 59%;
  }
  .sta .pickupWrap .pickupBox .osgdlink02 a {
    border-radius: 7px;
    width: 100%;
    height: 52px;
    font-size: 1.2rem;
    margin: 0 0 0px 0;
  }
  .sta .pickupWrap .pickupBox .osgdlink02 a span {
    font-size: 1.8rem;
    margin-left: 0px;
  }
  .sta .pickupWrap .pickupBox .osgdlink02 a span:before {
    margin-left: 0px;
    margin-top: 2px;
    font-size: 2.0rem;
  }
}
/* ==============================
/* ---------------------------------------------
selectionWrap
--------------------------------------------- */
.selectionWrap {
  background: url("../images/bg_selectionWrap02.png") no-repeat left top, #e1f2fc;
  padding: 40px 60px 40px;
  margin-bottom: 50px;
}
.selectionWrap .selectionttl {
  color: #fff;
  margin-bottom: 20px;
}
.selectionWrap .selectionttl p {
  font-size: 1.8rem;
  text-align: center;
}
.selectionWrap .selectionttl .ttl01 {
  color: #0a4fa8;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 20px;
}
.selectionWrap .selectionttl .ttl01 span {
  font-size: 3.8rem;
  display: inline-block;
}
.selectionWrap .selectionttl .ttl01 .ttlbgbl01 {
  font-size: 3.8rem;
  background: #0a4fa8;
  color: #FFFFFF;
  padding: 10px 8px;
  border-radius: 8px;
  line-height: 1;
  margin-right: 5px;
}
.selectionWrap .selectionttl .ttl01 .ttlbgbl02 {
  font-size: 3.8rem;
  background: #0096db;
  color: #FFFFFF;
  padding: 10px 8px;
  border-radius: 8px;
  line-height: 1;
  margin-right: 5px;
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 767px) {
  .selectionWrap {
    background: url("../images/bg_selectionWrap02_sp.png") no-repeat left top, #e1f2fc;
    background-size: 40%;
    padding: 40px 10px 40px;
    margin-bottom: 50px;
  }
  .selectionWrap .selectionttl {
    margin-bottom: 20px;
  }
  .selectionWrap .selectionttl p {
    font-size: 1.4rem;
    padding-left: 15px;
  }
  .selectionWrap .selectionttl .ttl01 {
    font-size: 2.0rem;
    padding-left: 15px;
  }
  .selectionWrap .selectionttl .ttl01 span {
    font-size: 2.6rem;
  }
}
/* ---------------------------------------------
selectionBox
--------------------------------------------- */
.selectionWrap .selectionBox {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
}
.selectionWrap .mmtop {
  margin-top: -17px;
}
.selectionWrap .selectionBox .ttl {
  display: flex;
  padding: 10px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  position: relative;
}
.selectionWrap .selectionBox .ttl:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f107 ";
  font-size: 2.6rem;
  font-weight: bold;
  color: #0a4fa8;
  top: 35%;
  right: 20px;
  margin: auto;
}
.selectionWrap .selectionBox .ttl.active:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f106 ";
  font-size: 2.6rem;
  font-weight: bold;
  color: #0a4fa8;
  top: 35%;
  right: 20px;
  margin: auto;
}
.selectionWrap .selectionBox .ttl .img {
  width: 150px;
  flex-shrink: 1;
}
.selectionWrap .selectionBox .ttl .h3txt {
  font-size: 2rem;
  font-weight: bold;
  color: #0a4fa8;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
  border-radius: 8px;
}
.selectionWrap .selectionBox .txt {
  font-size: 1.6rem;
  padding: 0 20px 20px 20px;
}
.selectionWrap .selectionBox .txt p:first-child {
  border-top: 1px #d8d8d8 dashed;
  padding-top: 20px;
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 767px) {
  .selectionWrap .selectionBox {
    border-radius: 8px;
    margin-bottom: 10px;
  }
  .selectionWrap .mmtop {
    margin-top: -17px;
  }
  .selectionWrap .selectionBox .ttl:after {
    font-size: 2.4rem;
    top: 34%;
    right: 10px;
  }
  .selectionWrap .selectionBox .ttl.active:after {
    font-size: 2.4rem;
    top: 34%;
    right: 10px;
  }
  .selectionWrap .selectionBox .ttl .img {
    width: 104px;
    flex-shrink: 0;
  }
  .selectionWrap .selectionBox .ttl .h3txt {
    font-size: 1.5rem;
    padding-left: 10px;
    border-radius: 8px;
  }
  .selectionWrap .selectionBox .txt {
    font-size: 1.4rem;
    padding: 0 10px 10px 10px;
  }
  .selectionWrap .selectionBox .txt p:first-child {
    padding-top: 10px;
  }
}
/* ---------------------------------------------
ank03stk
--------------------------------------------- */
.ankup.contentsBoxPage {}
.ank03stk {
  display: flex;
  background: #ffffff;
  border-bottom: 5px #1967d2 solid;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 40px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 860px;
  top: 0;
  left: -397px;
  right: 0;
  margin: auto;
  ;
  z-index: 999;
}
.ank03stk .ankbox {
  width: calc(100% / 3);
  height: 48px;
}
.ank03stk .ankbox a {
  height: 48px;
  border-top: 1px #1967d2 solid;
  border-right: 1px #1967d2 solid;
  font-size: 1.4rem;
  font-weight: bold;
  color: #1967d2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.ank03stk .ankbox:first-child a {
  border-left: 1px #1967d2 solid;
}
.ank03stk .ankbox a:hover {
  background: #1967d2;
  color: #fff;
}
.ank03stk .ankbox.on a {
  background: #1967d2;
  color: #fff;
}
.ank03stk .ankbox.on a:hover {
  background: #fff;
  color: #1967d2;
}
@media screen and (max-width: 1280px) {
  .ank03stk {
    margin-left: -15px;
    margin-right: -15px;
    width: 69.5%;
    left: 27px;
  }
}
@media screen and (max-width: 767px) {
  .ank03stk {
    border-bottom: 3px #1967d2 solid;
    margin-bottom: 30px;
    box-shadow: 0px rgba(0, 0, 0, 0.3);
    top: 69px;
    margin-left: -9px;
    margin-right: -10px;
    width: 90.7%;
  }
  .ank03stk .ankbox {
    height: 40px;
  }
  .ank03stk .ankbox a {
    height: 40px;
    font-size: 1.2rem;
    align-items: flex-start;
    padding: 10px 0 0 0;
  }
}
/* ==============================
.spanc
============================== */
.spanc01 {
  padding-top: 95px;
  margin-top: -95px;
}
@media screen and (max-width: 767px) {
  .spanc01 {
    padding-top: 130px;
    margin-top: -130px;
  }
}
/* ---------------------------------------------
	staBox
--------------------------------------------- */
.staBox {
  position: relative;
  margin-bottom: 50px;
}
.staBox .mainttl {
  margin-left: -30px;
  margin-right: -30px;
  background: #0a4fa8;
  height: 155px;
  border-bottom: 5px #0096db solid;
  margin-bottom: 28px;
}
.staBox .mainttl .ico {
  text-align: center;
}
.staBox .mainttl .ico img {
  margin-top: -30px;
}
.staBox .mainttl .h2txt {
  margin: 15px auto 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.staBox .mainttl .h2txt span {
  font-size: 3.4rem;
}
.staBox .entry h2 {
  color: #0096db;
  font-size: 2.8rem;
  font-weight: bold;
  background: #e1f2fc;
  padding: 25px 20px;
  border-radius: 0px;
  margin-bottom: 20px;
  border-top: 2px #0096db solid;
  border-bottom: 2px #0096db solid;
}
.staBox .entry h3 {
  border-left: 8px #0096db solid;
}
.staBox .tabledesign th {
  border-top: 1px #0096db solid;
  border-left: 1px #0096db solid;
  border-right: 1px #0096db solid !important;
  border-bottom: 1px #0096db solid !important;
  background: #e1f2fc;
  color: #333;
}
@media screen and (max-width: 1280px) {
  .staBox .mainttl {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .staBox {
    position: relative;
    margin-bottom: 50px;
  }
  .staBox .mainttl {
    margin-left: 0px;
    margin-right: 0px;
    background-size: 100%;
    height: 103px;
    margin-bottom: 20px;
  }
  .staBox .mainttl .ico {
    text-align: center;
  }
  .staBox .mainttl .ico img {
    margin-top: -20px;
  }
  .staBox .mainttl .h2txt {
    font-size: 1.6rem;
    margin: 10px auto 0;
  }
  .staBox .mainttl .h2txt span {
    font-size: 2.0rem;
  }
  .staBox .entry h2 {
    font-size: 2.0rem;
    padding: 15px 10px;
  }
  .staBox .entry h3 {
    border-left: 8px #0096db solid;
  }
}
/* ---------------------------------------------
ancTable 
--------------------------------------------- */
.ancTable {
  margin-bottom: 65px;
}
table th, table td {
  border: 0px;
}
.scrollTable table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0px 0px;
}
.ancTable table tr:nth-child(odd) {
  background: #f6f7fa;
}
.ancTable table tr th {
  padding: 10px;
  height: 44px;
  font-size: 1.4rem;
  text-align: center;
}
.ancTable table tr td {
  padding: 14px 18px;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
}
.ancTable table thead tr {}
.ancTable table thead tr th {
  background: #e1f2fc;
  border-top: 2px #0096db solid;
  border-right: 2px #0096db solid;
  border-bottom: 2px #0096db solid;
}
.ancTable table tr td {
  border-top: 1px #ccc solid;
  border-right: 1px #ccc solid;
}
.ancTable .tth00 {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #e1f2fc;
  border-left: 2px #0096db solid;
}
.ancTable .tth {
  text-align: left;
  font-weight: bold;
  padding-left: 45px;
  position: sticky;
  left: 0;
  z-index: 2;
  border-left: 1px #ccc solid;
}
.ancTable .no01.tth, .ancTable .no03.tth, .ancTable .no05.tth, .ancTable .no07.tth, .ancTable .no09.tth, .ancTable .no11.tth, .ancTable .no13.tth, .ancTable .no15.tth {
  background: #f6f7fa;
}
.ancTable .no02.tth, .ancTable .no04.tth, .ancTable .no06.tth, .ancTable .no08.tth, .ancTable .no10.tth, .ancTable .no12.tth, .ancTable .no14.tth {
  background: #FFF;
}
.ancTable .tth a {
  text-decoration: underline;
}
.ancTable .tth a:hover {
  text-decoration: none;
}
.ancTable .tth::before {
  content: "1";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 20px;
  height: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0096db;
  border-radius: 10px;
  margin: auto;
  line-height: 1;
}
.ancTable .no01::before {
  content: "1";
}
.ancTable .no02::before {
  content: "2";
}
.ancTable .no03::before {
  content: "3";
}
.ancTable .no04::before {
  content: "4";
}
.ancTable .no05::before {
  content: "5";
}
.ancTable .no06::before {
  content: "6";
}
.ancTable .no07::before {
  content: "7";
}
.ancTable .no08::before {
  content: "8";
}
.ancTable .no09::before {
  content: "9";
}
.ancTable .no10::before {
  content: "10";
}
.ancTable .no11::before {
  content: "11";
}
.ancTable .no12::before {
  content: "12";
}
.ancTable .no13::before {
  content: "13";
}
.ancTable .no14::before {
  content: "14";
}
.ancTable .no15::before {
  content: "15";
}
.ancTable .te01 {
  width: 198px;
}
.ancTable .te02 {
  width: 130px;
}
.ancTable .te03 {
  width: 108px;
}
.ratingBox {
  display: flex;
  justify-content: center;
}
.ancTable .rating {
  font-size: 1.4rem;
  font-weight: bold;
}
.ancTable .rate {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 18px;
  font-size: 18px;
  overflow-wrap: normal;
}
.ancTable .rate:before, .ancTable .rate:after {
  position: absolute;
  display: inline-block;
  height: 18px;
  content: '★★★★★';
  line-height: 18px;
  left: 0px;
}
.ancTable .rate:after {
  overflow: hidden;
  width: calc(var(--score) * 18px);
  color: #ffb906;
}
.ancTable .orangebig {
  font-size: 1.6rem;
  font-weight: bold;
  color: #f56287;
  line-height: 1;
}
.ancTable .txtblack {
  font-size: 1.6rem;
  font-weight: normal;
}
.ancTable .sttablebtn01 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 5px auto;
  border: 2px #0096db solid;
  color: #0096db;
  padding: 12px 0;
  text-align: center;
  width: 62.5%;
  border-radius: 7px;
  cursor: pointer;
  position: relative;
}
.sttablebtn01:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f107 ";
  font-size: 2.6rem;
  font-weight: bold;
  color: #0096db;
  top: 13%;
  right: 20px;
  margin: auto;
}
.sttablebtn01.active:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f106 ";
  font-size: 2.6rem;
  font-weight: bold;
  color: #0096db;
  top: 13%;
  right: 20px;
  margin: auto;
}
.sttablebtn01:hover {
  background: #e1f2fc;
}
.acoff {
  display: none;
}
.acon {
  display: table-row;
}
.grap {
  position: relative;
}
.grap .grapbox {
  position: absolute;
  height: 70px;
  top: -70px;
  left: 0;
  width: 1150px;
  z-index: 2;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0));
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 767px) {
  .ancTable table tr th {
    padding: 7px;
    font-size: 1.2rem;
    height: auto;
  }
  .ancTable table tr td {
    padding: 7px 5px;
    font-size: 1.2rem;
  }
.ancTable .tth::before {
  left: 5px;
}
  .ancTable .te01 {
    width: 130px;
  }
  .ancTable .te02 {
    width: 110px;
  }
  .ancTable .te03 {
    width: 90px
  }
  .grap .grapbox {
    width: 930px;
  }
  .ancTable .tth {
    padding-left: 30px;
  }
  .ancTable .rating {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .ancTable .rate {
    width: 80px;
    height: 16px;
    font-size: 16px;
  }
  .ancTable .rate:before, .ancTable .rate:after {
    height: 16px;
    line-height: 16px;
    left: 0px;
  }
  .ancTable .rate:after {
    overflow: hidden;
    width: calc(var(--score) * 16px);
    color: #ffb906;
  }
  .sttablebtn01 {
    font-size: 1.6rem;
  }
  .sttablebtn01:after {
    font-size: 2.6rem;
    top: 13%;
    right: 10px;
  }
  .sttablebtn01.active:after {
    font-size: 2.6rem;
    top: 13%;
    right: 10px;
  }
  .ancTable .sttablebtn01 {
    font-size: 1.6rem;
    padding: 9px 0;
    width: 68%;
  }
  .sttablebtn01:after {
    font-size: 2.6rem;
    top: 2%;
    right: 10px;
  }
  .sttablebtn01.active:after {
    font-size: 2.6rem;
    top: 2%;
    right: 10px;
  }
}
/* ---------------------------------------------
	statraderbox
--------------------------------------------- */
.statraderbox {
  border: 2px #0096db solid;
  border-radius: 10px;
  margin-bottom: 35px;
  box-shadow: 0px 8px #daecf4;
}
.statraderbox .stickyttl {
  position: sticky;
  height: 70px;
  top: 48px;
  background: url("../images/sta/ico_ttltr01.png") no-repeat left top, #FFF;
  display: flex;
  align-items: center;
  border-radius: 8px 8px 0 0;
  /* box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);*/
}
.sthead01::before {
  content: "1";
  color: #FFF;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-left: 28px;
}
.sthead02::before {
  content: "2";
  color: #FFF;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-left: 28px;
}
.sthead03::before {
  content: "3";
  color: #FFF;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-left: 28px;
}
.sthead04::before {
  content: "4";
  color: #FFF;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-left: 28px;
}
.sthead05::before {
  content: "5";
  color: #FFF;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-left: 28px;
}
.sthead06::before {
  content: "6";
  color: #FFF;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-left: 28px;
}
.sthead07::before {
  content: "7";
  color: #FFF;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-left: 28px;
}
.sthead08::before {
  content: "8";
  color: #FFF;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-left: 28px;
}
.sthead09::before {
  content: "9";
  color: #FFF;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-left: 28px;
}
.sthead10::before {
  content: "10";
  color: #FFF;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-left: 28px;
}
.sthead11::before {
  content: "11";
  color: #FFF;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-left: 28px;
}
.sthead12::before {
  content: "12";
  color: #FFF;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-left: 28px;
}
.sthead13::before {
  content: "13";
  color: #FFF;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-left: 28px;
}
.sthead14::before {
  content: "14";
  color: #FFF;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-left: 28px;
}
.sthead15::before {
  content: "15";
  color: #FFF;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-left: 28px;
}
.statraderbox .stickyttl .stattl01 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #0096db;
  padding-left: 50px;
}
.statraderbox .stickyttl .ico {
  position: absolute;
  right: 20px;
  top: -10px;
  width: 97px;
  height: 88px;
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 767px) {
  .statraderbox {
    border: 2px #0096db solid;
    border-radius: 10px;
    margin-bottom: 35px;
    box-shadow: 0px 8px #daecf4;
  }
  .statraderbox .stickyttl {
    height: 59px;
    top: 48px;
    background: url("../images/sta/ico_ttltr01sp.png") no-repeat left top, #FFF;
    background-size: auto 100%;
  }
  .sthead01::before {
    font-size: 2.8rem;
    padding-left: 12px;
  }
  .sthead02::before {
    font-size: 2.8rem;
    padding-left: 12px;
  }
  .sthead03::before {
    font-size: 2.8rem;
    padding-left: 12px;
  }
  .sthead04::before {
    font-size: 2.8rem;
    padding-left: 12px;
  }
  .sthead05::before {
    font-size: 2.8rem;
    padding-left: 12px;
  }
  .sthead06::before {
    font-size: 2.8rem;
    padding-left: 12px;
  }
  .sthead07::before {
    font-size: 2.8rem;
    padding-left: 12px;
  }
  .sthead08::before {
    font-size: 2.8rem;
    padding-left: 12px;
  }
  .sthead09::before {
    font-size: 2.8rem;
    padding-left: 12px;
  }
  .sthead10::before {
    font-size: 2.0rem;
    padding-left: 9px;
  }
  .sthead11::before {
    font-size: 2.0rem;
    padding-left: 9px;
  }
  .sthead12::before {
    font-size: 2.0rem;
    padding-left: 9px;
  }
  .sthead13::before {
    font-size: 2.0rem;
    padding-left: 9px;
  }
  .sthead14::before {
    font-size: 2.0rem;
    padding-left: 9px;
  }
  .sthead15::before {
    font-size: 2.0rem;
    padding-left: 9px;
  }
  .statraderbox .stickyttl .stattl01 {
    font-size: 2.0rem;
    padding-left: 22px;
  }
  .statraderbox .stickyttl .ico {
    position: absolute;
    right: 10px;
    top: -7px;
    width: 62px;
    height: 56px;
  }
}
/* ---------------------------------------------
	statraderbox stawrap
--------------------------------------------- */
.statraderbox .stawrap {
  padding: 20px 20px 25px;
}
.statraderbox .stawrap .stamain {
  display: flex;
  margin-bottom: 22px;
}
.statraderbox .stawrap .stamain .img {
  width: 40%;
  margin-right: 1.5%;
  text-align: center;
}
.statraderbox .stawrap .stamain .img span {
  font-size: 1.2rem;
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 767px) {
  .statraderbox .stawrap {
    padding: 10px;
  }
  .statraderbox .stawrap .stamain {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px;
  }
  .statraderbox .stawrap .stamain .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .statraderbox .stawrap .stamain .img span {
    font-size: 1.2rem;
  }
}
/* ---------------------------------------------
ostxt
--------------------------------------------- */
.statraderbox .stawrap .stamain .ostxt {
  width: 57.5%;
  font-size: 1.8rem;
  font-weight: bold;
  background: #e1f2fc;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.statraderbox .stawrap .stamain .ostxt ul li span {
  color: #00abeb;
  background-image: linear-gradient(0deg, #fdff4a 0.7em, transparent 0.3em);
}
.statraderbox .stawrap .stamain .ostxt ul li {
  margin-bottom: 13px;
  position: relative;
  padding: 0 0 0 25px;
}
.statraderbox .stawrap .stamain .ostxt ul li:last-child {
  margin-bottom: 0px;
}
.statraderbox .stawrap .stamain .ostxt ul li::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/sta/ico_chack01.png") no-repeat;
  position: absolute;
  left: 0px;
  top: 4px;
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 767px) {
  .statraderbox .stawrap .stamain .ostxt {
    width: 100%;
    font-size: 1.3rem;
    padding: 15px;
    margin-bottom: -12px;
  }
  .statraderbox .stawrap .stamain .ostxt ul li {
    margin-bottom: 13px;
    padding: 0 0 0 22px;
  }
  .statraderbox .stawrap .stamain .ostxt ul li:last-child {
    margin-bottom: 0px;
  }
  .statraderbox .stawrap .stamain .ostxt ul li::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../images/sta/ico_chack01.png") no-repeat;
    background-size: 100%;
    left: 0px;
    top: 1px;
  }
}
/* ==============================
links
============================== */
.statraderbox .stawrap .links {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
  width: 80%;
}
.statraderbox .stawrap .osgdlink01 {
  text-align: center;
  width: 49%;
}
.statraderbox .stawrap .osgdlink01 a {
  position: relative;
  background: #ffa03d;
  background: -moz-linear-gradient(top, #ffa03d 0%, #ff7906 100%);
  background: -webkit-linear-gradient(top, #ffa03d 0%, #ff7906 100%);
  background: linear-gradient(to bottom, #ffa03d 0%, #ff7906 100%);
  border-radius: 5px;
  box-shadow: 0px 5px #a0540d;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 2px #8f4100;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-size: 2rem;
  line-height: 1.3;
}
.statraderbox .stawrap .osgdlink01 a span {
  font-size: 2.4rem;
}
.statraderbox .stawrap .osgdlink01 a:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f08e";
  right: 15px;
  margin-top: 0px;
  height: auto;
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow: 1px 1px 2px transparent;
  filter: drop-shadow(1px 1px 1px #8f4100);
}
.statraderbox .stawrap .osgdlink01 a.internal:after {
  content: "\f105" !important;
  font-size: 1.8rem;
}
.statraderbox .stawrap .osgdlink02 {
  text-align: center;
  width: 49%;
}
.statraderbox .stawrap .osgdlink02 a {
  position: relative;
  background: #5ebb08;
  background: -moz-linear-gradient(top, #5ebb08 0%, #4fa106 100%);
  background: -webkit-linear-gradient(top, #5ebb08 0%, #4fa106 100%);
  background: linear-gradient(to bottom, #5ebb08 0%, #4fa106 100%);
  border-radius: 5px;
  box-shadow: 0px 5px #3b5c1f;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 2px #2c7e08;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-size: 1.6rem;
  line-height: 1.4;
}
.statraderbox .stawrap .osgdlink02 a span {
  font-family: noto-sans-jp-400, sans-serif;
  font-size: 2.8rem;
  display: inline-block;
}
.statraderbox .stawrap .osgdlink02 a span:before {
  font-family: FontAwesome;
  content: "\f095";
  margin-top: 2px;
  height: auto;
  font-size: 2.2rem;
  font-weight: bold;
  text-shadow: 1px 1px 2px transparent;
  filter: drop-shadow(1px 1px 1px #3b5b1f);
}
@media screen and (max-width: 1280px) {
  .statraderbox .stawrap .links {
    display: flex;
    margin: 0 auto 20px;
    width: 100%;
  }
  .statraderbox .stawrap .osgdlink01 {
    width: 49%;
  }
  .statraderbox .stawrap .osgdlink01 a {
    width: 100%;
    margin: 0;
  }
  .statraderbox .stawrap .osgdlink02 {
    width: 49%;
  }
  .statraderbox .stawrap .osgdlink02 a {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .statraderbox .stawrap .links {
    display: flex;
    margin: 0 auto 15px;
    width: 100%;
  }
  .statraderbox .stawrap .osgdlink01 {
    width: 40%;
  }
  .statraderbox .stawrap .osgdlink01 a {
    border-radius: 7px;
    width: 100%;
    height: 52px;
    font-size: 1.2rem;
    margin: 0 0 0px 0;
    padding-left: 10px;
    align-items: flex-start;
  }
  .statraderbox .stawrap .osgdlink01 a span {
    font-size: 1.6rem;
  }
  .statraderbox .stawrap .osgdlink01 a:after {
    right: 5px;
    font-size: 1.2rem;
  }
  .statraderbox .stawrap .osgdlink01 a.internal:after {
    font-size: 1.4rem;
  }
  .statraderbox .stawrap .osgdlink02 {
    width: 59%;
  }
  .statraderbox .stawrap .osgdlink02 a {
    border-radius: 7px;
    width: 100%;
    height: 52px;
    font-size: 1.2rem;
    margin: 0 0 0px 0;
  }
  .statraderbox .stawrap .osgdlink02 a span {
    font-size: 1.8rem;
    margin-left: 0px;
  }
  .statraderbox .stawrap .osgdlink02 a span:before {
    margin-left: 0px;
    margin-top: 2px;
    font-size: 2.0rem;
  }
}
/* ---------------------------------------------
	staTraderPoint
--------------------------------------------- */
.staTraderPoint {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
.staTraderPoint .box01 {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.staTraderPoint .box01 .ttl01 {
  width: 40%;
  border-top: 1px #0096db solid;
  border-left: 1px #0096db solid;
  border-right: 1px #0096db solid;
  background: #e1f2fc;
  font-size: 1.4rem;
  color: #0096db;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.staTraderPoint .box01 .txt01 {
  width: 60%;
  border-top: 1px #ccc solid;
  background: #FFF;
  font-size: 1.4rem;
  padding: 12px 14px;
  display: flex;
  align-items: center;
}
.staTraderPoint .bob {
  border-bottom: 1px #0096db solid;
}
.staTraderPoint .bob3 {
  border-bottom: 1px #0096db solid;
}
.staTraderPoint .bor {
  border-right: 1px #ccc solid;
}
.staTraderPoint .bob2 {
  border-bottom: 1px #ccc solid;
}
.staTraderPoint .bob2sp {
  border-bottom: 0px #ccc solid;
}
.staTraderPoint .bobsp {
  border-bottom: 0px #0096db solid;
}
.staTraderPoint .box02 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.staTraderPoint .box02 .ttl01 {
  width: 20%;
  border-top: 1px #0096db solid;
  border-left: 1px #0096db solid;
  border-right: 1px #0096db solid;
  background: #e1f2fc;
  font-size: 1.4rem;
  color: #0096db;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.staTraderPoint .box02 .txt01 {
  width: 80%;
  border-top: 1px #ccc solid;
  background: #FFF;
  font-size: 1.4rem;
  padding: 12px 14px;
  display: flex;
  align-items: center;
}
.staTraderPoint .pricetxt {
  color: #f56287;
  font-weight: bold;
}
.staTraderPoint .syosai {
  text-align: right;
  font-size: 1.2rem;
  margin: 0;
  padding: 5px 0 0 0;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 767px) {
  .staTraderPoint {
    margin-bottom: 0px;
  }
  .staTraderPoint .box01 {
    width: 100%;
  }
  .staTraderPoint .box01 .ttl01 {
    width: 30%;
    font-size: 1.3rem;
    padding: 8px;
    font-feature-settings: "palt";
  }
  .staTraderPoint .box01 .txt01 {
    width: 70%;
    font-size: 1.2rem;
    padding: 8px;
    border-right: 1px #ccc solid;
  }
  .staTraderPoint .box02 {
    width: 100%;
  }
  .staTraderPoint .box02 .ttl01 {
    width: 30%;
    font-size: 1.3rem;
    padding: 8px;
    font-feature-settings: "palt";
  }
  .staTraderPoint .box02 .txt01 {
    width: 70%;
    font-size: 1.4rem;
    padding: 8px;
  }
  .staTraderPoint .syosai {
    font-size: 1.2rem;
    padding: 5px 0 0 0;
    width: 100%;
  }
  .staTraderPoint .bob {
    border-bottom: 0px #0096db solid;
  }
  .staTraderPoint .bobsp {
    border-bottom: 1px #0096db solid;
  }
  .staTraderPoint .bob2sp {
    border-bottom: 1px #ccc solid;
  }
}
/* ---------------------------------------------
pays
--------------------------------------------- */
.staTraderPoint .pays {
  width: 100%;
}
.staTraderPoint .pays ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.staTraderPoint .pays li {
  width: 33%;
  padding: 6px 0;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 5px;
}
.staTraderPoint .pays li.on {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
  background: #4472c4;
}
.staTraderPoint .pays li.off {
  font-size: 1.4rem;
  font-weight: bold;
  color: #BBB;
  background: #f4f5f7;
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 767px) {
  .staTraderPoint .pays li {
    width: 49%;
    padding: 6px 0;
  }
  .staTraderPoint .pays li.on {
    font-size: 1.2rem;
  }
  .staTraderPoint .pays li.off {
    font-size: 1.2rem;
  }
}
/* ---------------------------------------------
staacbtn01
--------------------------------------------- */
.staacbtn01 {
  background: #9ea7c1;
  width: 50%;
  cursor: pointer;
  padding: 15px 0;
  border-radius: 25px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.staacbtn01:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f107" !important;
  right: 15px;
  margin-top: 0px;
  height: auto;
  font-size: 1.8rem;
  font-weight: bold;
}
.staacbtn02 {
  background: #9ea7c1;
  width: 50%;
  cursor: pointer;
  padding: 15px 0;
  border-radius: 25px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.staacbtn02:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f106" !important;
  right: 15px;
  margin-top: 0px;
  height: auto;
  font-size: 1.8rem;
  font-weight: bold;
}
.staacbtn01:hover {
  opacity: 0.7;
}
.staacbtn02:hover {
  opacity: 0.7;
}
.staacbtn01pc {
  display: block;
}
.staacbtn01sp {
  display: none;
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 767px) {
  .staacbtn01 {
    width: 80%;
    padding: 15px 0;
    font-size: 1.4rem;
  }
  .staacbtn01:after {
    right: 10px;
    font-size: 1.6rem;
  }
  .staacbtn02 {
    width: 80%;
    padding: 15px 0;
    font-size: 1.4rem;
  }
  .staacbtn02:after {
    right: 10px;
    font-size: 1.6rem;
  }
  .staacbtn01pc {
    display: none;
  }
  .staacbtn01sp {
    display: block;
    margin-top: 10px;
  }
}
/* ---------------------------------------------
	staacbox
--------------------------------------------- */
.staacbox {}
.staacbox .h4txt {
  font-size: 2.0rem;
  font-weight: bold;
  color: #0c2ca1;
  padding: 10px;
  border-left: 6px #0c2ca1 solid;
  margin-bottom: 15px;
}
.staacbox .txt {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 767px) {
  .staacbox {
    display: none;
    margin-top: 20px;
  }
  .staacbox .h4txt {
    font-size: 1.8rem;
    padding: 5px 10px;
    border-left: 8px #0c2ca1 solid;
    margin-bottom: 10px;
  }
  .staacbox .txt {
    font-size: 1.4rem;
    margin-bottom: 30px;
    border: 1px #CCC solid;
    padding: 10px 22px 10px 15px;
    overflow-y: auto;
    height: 265px !important;
  }
  /*　スクロールバーのツマミ部分の色を変えたい時　*/
  .simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 3px !important;
  }
  .simplebar-scrollbar:before {
    background: #bbb !important;
  }
  .reviewsttl {
    flex-wrap: wrap;
  }
  .reviewsttl .revlogo {
    width: 100%;
    margin-top: 5px;
  }
  .reviewsttl .revlogo .pl10 {
    padding-left: 0 !important;
  }
}
/* ==============================
table
============================== */
.staacbox .basicinfo {
  border-top: 1px #CCC solid;
  border-left: 1px #CCC solid;
  font-size: 1.6rem;
}
.staacbox .basicinfobox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.staacbox .basicinfobox .ttl {
  border-bottom: 1px #CCC solid;
  padding: 12px;
  background: #F4F5F7;
  width: 16%;
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: bold;
 font-feature-settings: "palt";
}
.staacbox .basicinfobox .txts {
  border-bottom: 1px #CCC solid;
  border-right: 1px #CCC solid;
  padding: 12px;
  background: #FFF;
  font-size: 1.4rem;
  width: 34%;
}
.staacbox .basicinfobox .txts.w100 {
  width: 84%;
}
@media screen and (max-width: 767px) {
  .staacbox .basicinfo {
    font-size: 1.4rem;
  }
  .staacbox .basicinfobox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .staacbox .basicinfobox .ttl {
    padding: 8px;
    width: 30%;
	   font-feature-settings: "palt";
	  text-align: left;
  }
  .staacbox .basicinfobox .txts {
    padding: 8px;
    min-width: 70%;
  }
  .staacbox .basicinfobox .txts.w100 {
    width: 70%;
  }
}
/* ---------------------------------------------
reviews
--------------------------------------------- */
.reviews {
  margin-bottom: 30px;
}
.staacbox .reviewsWrap .swiper {
  width: 90%;
  margin: 0 auto;
}
.swiper-pagination {
  bottom: -10px !important;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    margin-bottom: 0px;
    bottom: 0px !important;
  }
}
/* ---------------------------------------------
toolWrap
--------------------------------------------- */
.toolWrap {
  border: 2px #0096db solid;
  border-radius: 10px;
}
.toolWrap .ttl {
  padding: 30px 35px 27px 35px;
  position: relative;
  background: #e1f2fc;
  border-radius: 10px 10px 0 0;
}
.toolWrap .ttl .h3txt {
  color: #0096db;
  font-size: 1.8rem;
  font-weight: bold;
}
.toolWrap .ttl .h3txt span {
  font-size: 2.6rem;
}
.toolWrap .ttl .ico01 {
  position: absolute;
  top: -15px;
  left: 30px;
}
.toolWrap .ttl .ico02 {
  position: absolute;
  top: -15px;
  right: 30px;
}
.toolWrap .txts {
  padding: 28px;
}
.toolWrap .txts p {
  font-size: 1.6rem;
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 767px) {
  .toolWrap {}
  .toolWrap .ttl {
    padding: 20px 15px 15px 15px;
  }
  .toolWrap .ttl .h3txt {
    font-size: 1.4rem;
  }
  .toolWrap .ttl .h3txt span {
    font-size: 1.8rem;
  }
  .toolWrap .ttl .ico01 {
    position: absolute;
    top: -10px;
    left: 15px;
    width: 84px;
  }
  .toolWrap .ttl .ico02 {
    position: absolute;
    top: -15px;
    right: 5px;
    width: 70px;
  }
  .toolWrap .txts {
    padding: 10px;
  }
  .toolWrap .txts p {
    font-size: 1.4rem;
  }
}
/* ---------------------------------------------
	toolBox
--------------------------------------------- */
.toolBox {}
.toolBox table {
  width: 100%;
}
.toolBox table thead th {
  width: 100%;
  border: 1px #0096db solid;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 0;
  background: #71c6ea;
  color: #FFF;
}
.toolBox table tbody th {
  border: 1px #0096db solid;
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px;
  background: #e1f2fc;
  width: 14%;
}
.toolBox table tbody td {
  text-align: left;
  font-size: 1.4rem;
  padding: 10px;
  background: #FFF;
  width: 86%;
  border-bottom: 1px #CCC solid;
  border-right: 1px #CCC solid;
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 767px) {
  .toolBox table thead th {
    font-size: 1.6rem;
    padding: 10px 0;
  }
  .toolBox table tbody th {
    font-size: 1.4rem;
    padding: 6px 8px;
    width: 30%;
  }
  .toolBox table tbody td {
    font-size: 1.4rem;
    padding: 6px 8px;
    width: 70%;
  }
}
/* ---------------------------------------------
.tacbtn01
--------------------------------------------- */
.tacbtn01 {
  background: #9ea7c1;
  width: 100%;
  cursor: pointer;
  padding: 15px 0;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  position: relative;
  margin: 20px auto 0 auto;
}
.tacbtn01:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f107" !important;
  right: 15px;
  margin-top: 0px;
  height: auto;
  font-size: 1.8rem;
  font-weight: bold;
}
.tacbtn02 {
  background: #9ea7c1;
  width: 100%;
  cursor: pointer;
  padding: 15px 0;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  position: relative;
  margin: 20px auto 0 auto;
}
.tacbtn02:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f106" !important;
  right: 15px;
  margin-top: 0px;
  height: auto;
  font-size: 1.8rem;
  font-weight: bold;
}
.staacbtn01:hover {
  opacity: 0.7;
}
.staacbtn02:hover {
  opacity: 0.7;
}
.tscBox01 {
  display: none;
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 767px) {}
/* ---------------------------------------------
	staBox toc
--------------------------------------------- */
.staBox #toc .toc-h2 {
  display: flex;
  margin-bottom: 0;
}
.staBox #toc .toc-h2::before {
  content: url("../images/sta/ico_chack02.png");
  display: block;
  margin-right: 10px;
}
.staBox #toc .toc-h3 {
  display: flex;
  font-weight: normal;
  padding: 0 0 0 35px;
}
.staBox #toc .toc-h3::before {
  content: url("../images/sta/ico_chack03.png");
  display: block;
  margin-right: 10px;
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 767px) {}
/* ---------------------------------------------
stacorrespondence
--------------------------------------------- */
.stacorrespondence {
  border: 1px #9ea7c1 solid;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 10px;
}
.stacorrespondence .stttl {
  padding: 0;
  display: flex;
  position: relative;
}
.stacorrespondence .stttl:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f107 ";
  font-size: 2.6rem;
  font-weight: bold;
  color: #9ea7c1;
  top: 12%;
  right: 10px;
  margin: auto;
}
.stacorrespondence .stttl.active:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f106 ";
  font-size: 2.6rem;
  font-weight: bold;
  color: #9ea7c1;
  top: 12%;
  right: 10px;
  margin: auto;
}
.stacorrespondence .stttl .img {
  width: 87px;
  height: 47px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.stacorrespondence .stttl .txt {
  padding: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.stacoacbox01 {
  display: none;
}
.correspondence .entry-more02 {
  text-align: center;
  border-radius: 8px;
  padding: 12px 16px;
  background: #7e7e7e;
  color: #fff;
  margin: 12px auto 0;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.correspondence .entry-more02::after {
  content: "+";
  position: absolute;
  font-size: 2.6rem;
  font-weight: bold;
  color: #FFF;
  top: 13%;
  right: 20px;
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 767px) {
  .stacorrespondence {
    padding: 10px;
    margin-bottom: 10px;
  }
  .stacorrespondence .stttl {
    height: auto;
    padding: 0px 0;
  }
  .stacorrespondence .stttl:after {
    font-size: 2.0rem;
    top: 15%;
    right: 5px;
  }
  .stacorrespondence .stttl.active:after {
    font-size: 2.0rem;
    top: 15%;
    right: 5px;
  }
  .stacorrespondence .stttl .img {
    width: 80px;
    height: 40px;
    flex-shrink: 0;
    ;
  }
  .stacorrespondence .stttl .txt {
    padding: 8px;
    font-size: 1.6rem;
  }
  .correspondence .entry-more02 {
    padding: 12px 16px;
  }
  .correspondence .entry-more02::after {
    font-size: 2.0rem;
    top: 13%;
    right: 10px;
  }
}
/* ==============================
table
============================== */
.stacoacbox01 .basicinfo {
  border-top: 1px #CCC solid;
  border-left: 1px #CCC solid;
  font-size: 1.6rem;
  margin: 15px 0;
}
.stacoacbox01 .basicinfobox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.stacoacbox01 .basicinfobox .ttl {
  border-bottom: 1px #CCC solid;
  padding: 12px;
  background: #F4F5F7;
  width: 16%;
  flex-shrink: 0;
  font-weight: bold;
}
.stacoacbox01 .basicinfobox .txts {
  border-bottom: 1px #CCC solid;
  border-right: 1px #CCC solid;
  padding: 12px;
  background: #FFF;
  width: 34%;
}
.stacoacbox01 .basicinfobox .txts.w100 {
  width: 84%;
}
@media screen and (max-width: 767px) {
  .stacoacbox01 .basicinfo {
    font-size: 1.4rem;
    margin: 10px 0;
  }
  .stacoacbox01 .basicinfobox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .stacoacbox01 .basicinfobox .ttl {
    padding: 8px;
    width: 30%;
  }
  .stacoacbox01 .basicinfobox .txts {
    padding: 8px;
    min-width: 70%;
  }
  .stacoacbox01 .basicinfobox .txts.w100 {
    width: 70%;
  }
}
/* ==============================
links
============================== */
.stacoacbox01 .links {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 5px;
  width: 80%;
}
.stacoacbox01 .osgdlink01 {
  text-align: center;
  width: 49%;
}
.stacoacbox01 .osgdlink01 a {
  position: relative;
  background: #ffa03d;
  background: -moz-linear-gradient(top, #ffa03d 0%, #ff7906 100%);
  background: -webkit-linear-gradient(top, #ffa03d 0%, #ff7906 100%);
  background: linear-gradient(to bottom, #ffa03d 0%, #ff7906 100%);
  border-radius: 5px;
  box-shadow: 0px 5px #a0540d;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 2px #8f4100;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-size: 2rem;
  line-height: 1.3;
}
.stacoacbox01 .osgdlink01 a span {
  font-size: 2.4rem;
}
.stacoacbox01 .osgdlink01 a:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f08e";
  right: 15px;
  margin-top: 0px;
  height: auto;
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow: 1px 1px 2px transparent;
  filter: drop-shadow(1px 1px 1px #8f4100);
}
.stacoacbox01 .osgdlink01 a.internal:after {
  content: "\f105" !important;
  font-size: 1.8rem;
}
.stacoacbox01 .osgdlink02 {
  text-align: center;
  width: 49%;
}
.stacoacbox01 .osgdlink02 a {
  position: relative;
  background: #5ebb08;
  background: -moz-linear-gradient(top, #5ebb08 0%, #4fa106 100%);
  background: -webkit-linear-gradient(top, #5ebb08 0%, #4fa106 100%);
  background: linear-gradient(to bottom, #5ebb08 0%, #4fa106 100%);
  border-radius: 5px;
  box-shadow: 0px 5px #3b5c1f;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 2px #2c7e08;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-size: 1.6rem;
  line-height: 1.4;
}
.stacoacbox01 .osgdlink02 a span {
  font-family: noto-sans-jp-400, sans-serif;
  font-size: 2.8rem;
  display: inline-block;
}
.stacoacbox01 .osgdlink02 a span:before {
  font-family: FontAwesome;
  content: "\f095";
  margin-top: 2px;
  height: auto;
  font-size: 2.2rem;
  font-weight: bold;
  text-shadow: 1px 1px 2px transparent;
  filter: drop-shadow(1px 1px 1px #3b5b1f);
}
@media screen and (max-width: 1280px) {
  .stacoacbox01 .links {
    justify-content: space-between;
    width: 100%;
  }
  .stacoacbox01 .osgdlink01 {
    width: 49%;
  }
  .stacoacbox01 .osgdlink01 a {
    width: 100%;
    margin: 0;
  }
  .stacoacbox01 .osgdlink02 {
    width: 49%;
  }
  .stacoacbox01 .osgdlink02 a {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .stacoacbox01 .links {
    margin-bottom: 5px;
    flex-wrap: wrap;
  }
  .stacoacbox01 .osgdlink01 {
    width: 40%;
  }
  .stacoacbox01 .osgdlink01 a {
    border-radius: 7px;
    width: 100%;
    height: 52px;
    font-size: 1.2rem;
    margin: 0 0 0px 0;
    padding-left: 10px;
    align-items: flex-start;
  }
  .stacoacbox01 .osgdlink01 a span {
    font-size: 1.6rem;
  }
  .stacoacbox01 .osgdlink01 a:after {
    right: 5px;
    font-size: 1.2rem;
  }
  .stacoacbox01 .osgdlink01 a.internal:after {
    font-size: 1.4rem;
  }
  .stacoacbox01 .osgdlink02 {
    width: 59%;
  }
  .stacoacbox01 .osgdlink02 a {
    border-radius: 7px;
    width: 100%;
    height: 52px;
    font-size: 1.2rem;
    margin: 0 0 0px 0;
  }
  .stacoacbox01 .osgdlink02 a span {
    font-size: 1.8rem;
    margin-left: 0px;
  }
  .stacoacbox01 .osgdlink02 a span:before {
    margin-left: 0px;
    margin-top: 2px;
    font-size: 2.0rem;
  }
}
/* ---------------------------------------------
	toiletWrap
--------------------------------------------- */
.toiletWrap .iframe iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 767px) {
  .toiletWrap .iframe iframe {
    width: 100%;
    height: 300px;
  }
}
/* ---------------------------------------------
toiletWrap
--------------------------------------------- */
.toiletWrap {
  border: 2px #0096db solid;
  border-radius: 10px;
  margin-bottom: 50px;
}
.toiletWrap .ttl {
  padding: 30px 35px 27px 35px;
  background: #e1f2fc;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.toiletWrap .ttl .h3txt {
  color: #0096db;
  font-size: 1.8rem;
  font-weight: bold;
}
.toiletWrap .ttl .h3txt span {
  font-size: 2.6rem;
}
.toiletWrap .ttl .ico01 {
  position: absolute;
  top: -15px;
  left: 30px;
}
.toiletWrap .ttl .ico02 {
  position: absolute;
  top: -15px;
  right: 30px;
}
.toiletWrap .txts {
  padding: 28px;
}
.toiletWrap .txts p {
  font-size: 1.6rem;
}
.toiletWrap .iframe iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .toiletWrap {}
  .toiletWrap .ttl {
    padding: 20px 15px 15px 15px;
  }
  .toiletWrap .ttl .h3txt {
    font-size: 1.4rem;
  }
  .toiletWrap .ttl .h3txt span {
    font-size: 1.8rem;
  }
  .toiletWrap .ttl .ico01 {
    position: absolute;
    top: -10px;
    left: 15px;
    width: 84px;
  }
  .toiletWrap .ttl .ico02 {
    position: absolute;
    top: -30px;
    right: 5px;
    width: 70px;
  }
  .toiletWrap .txts {
    padding: 10px;
  }
  .toiletWrap .txts p {
    font-size: 1.4rem;
  }
  .toiletWrap .iframe iframe {
    height: 200px;
  }
}
/* ---------------------------------------------
	toiletMapBox
--------------------------------------------- */
.toiletMapBox {}
.toiletMapBox table {
  width: 100%;
}
.toiletMapBox table thead th {
  width: 100%;
  border: 1px #0096db solid;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 0;
  background: #71c6ea;
  color: #FFF;
}
.toiletMapBox table tbody th {
  border: 1px #0096db solid;
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px;
  background: #e1f2fc;
  width: 14%;
}
.toiletMapBox table tbody td {
  text-align: left;
  font-size: 1.4rem;
  padding: 10px;
  background: #FFF;
  width: 86%;
  border-bottom: 1px #CCC solid;
  border-right: 1px #CCC solid;
}
/* ---------------------------------------------
	toiletMapBox
--------------------------------------------- */
/* ▼タブ(共通装飾＋非選択状態の装飾) */
.staBox .tabbox .tab {
  display: inline-block;
  border-radius: 5px;
  background-color: #FFF;
  padding: 10px 26px;
  color: #13A0DC;
  border: 1px #4472c4 solid;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0px 5px #b4c7e7;
  margin-bottom: 15px;
  vertical-align: bottom;
}
/* ▼タブにマウスポインタが載った際の装飾 */
.staBox .tabbox .tab:hover {
  color: #FFF;
  background: #4472c4;
}
.staBox .tabbox .tab.non {
  border: 0;
  box-shadow: 0px 0px;
  background: #f4f5f7;
  color: #bbbbbb;
	cursor: default;
margin-bottom: 10px;
}
.staBox .tabbox .tab.non:hover  {
  background: #f4f5f7;
}
/* ▼チェックが入っているラジオボタンの隣にあるタブの装飾(＝選択状態のタブ) */
.staBox .tabbox input:checked + .tab {
  background-color: #FFF;
  position: relative;
  z-index: 10;
  color: #FFF;
  background: #4472c4;
  box-shadow: 0px 0px #b4c7e7;
  border: 1px #4472c4 solid;
  margin-bottom: 10px;
}
.staBox .tabbox .tabcontent {
  border: 1px #4472c4 solid;
  border-radius: 5px;
  max-height: 250px;
  overflow-y: auto;
}
.staBox .tabbox .tabcontent ul {}
.staBox .tabbox .tabcontent ul li {
  width: 20%;
}
.staBox .tabbox .tabcontent ul li a:before {
  content: url(../images/sta/ico_sta_area01.png);
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  .staBox .tabbox .tab {
    padding: 10px 20px;
    margin-bottom: 15px;
  }
  .staBox .tabbox .tabcontent {
    padding: 20px 10px 10px 10px;
  max-height: 200px;
  }
  .staBox .tabbox .tabcontent ul li {
    width: 27%;
    margin: 0 10px 15px 10px;
  }
  .staBox .tabbox .tabcontent ul li a {
    font-size: 1.4rem;
  }
}
.reviews .txt {
  height: auto !important;
  padding: 0;
  border: 0;
}
/* ---------------------------------------------
	shikutable2506
--------------------------------------------- */
.shikutablelead2506 {
  margin-bottom: 15px;
  height: 125px;
  background: url("../images/bg_shikutablelead.png") no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
}
.shikutablelead2506 .txts {
  margin-top: -17px;
}
.shikutablelead2506 .line01 {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}
.shikutablelead2506 .line01 span {
  font-size: 2.8rem;
}
.shikutablelead2506 .line02 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.shikutablelead2506 .line02 span {
  font-size: 2.8rem;
  color: #ffee30;
}
@media screen and (max-width: 767px) {
  .shikutablelead2506 {
    padding-top: 23.67%;
    height: 0px;
    background: url("../images/bg_shikutablelead_sp.png") no-repeat;
    background-size: 100%;
    position: relative
  }
  .shikutablelead2506 .txts {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .shikutablelead2506 .line01 {
    font-size: 1.6rem;
  }
  .shikutablelead2506 .line01 span {
    font-size: 2.0rem;
  }
  .shikutablelead2506 .line02 {
    font-size: 1.8rem;
  }
  .shikutablelead2506 .line02 span {
    font-size: 2.2rem;
  }
}
/* ---------------------------------------------
	shikutable2506
--------------------------------------------- */
.shikutable2506 table {
  border-collapse: separate;
  border-spacing: 0px 0px;
}
.shikutable2506 tr:nth-child(odd) {
  background: #f6f7fa;
}
.shikutable2506 th {
  color: #555 !important;
  background: #fef5f8 !important;
  border-bottom: 1px #f56287 solid;
  border-top: 1px #f56287 solid;
  border-right: 1px #f56287 solid;
}
.shikutable2506 th:first-child {
  border-left: 1px #f56287 solid;
}
.shikutable2506 table td {
  border-bottom: 1px #cccccc solid;
  border-right: 1px #cccccc solid;
  background: transparent !important;
  font-size: 1.4rem;
  color: #333;
  font-weight: normal;
}
.shikutable2506 td:first-child {
  border-left: 1px #cccccc solid;
}
.shikutable2506 table tr td.img {
  background: #FFFFFF !important;
}
.shikutable2506 table tr td.img .imgtxt {
  font-size: 1.6rem;
  text-decoration: underline;
}
.shikutable2506 table tr td.img .imgtxt:hover {
  text-decoration: none;
}
.shikutable2506 table tr:nth-child(odd) td.img {
  background: #f6f7fa !important;
}
.shikutable2506 table tr td.img picture, .shikutable2506 table tr td.img img {
  margin: 0;
  display: block;
  height: 80px;
  border: 1px #CCC solid;
  overflow: hidden;
}
.shikutable table td.orangebig {
  font-size: 1.6rem;
  font-weight: bold !important;
  color: #f56287;
  line-height: 1;
}
.txtblack {
  font-size: 1.6rem;
  color: #434343;
  font-weight: normal !important;
}
.spanc {
  padding-top: 63px;
  margin-top: -63px;
}
/* ---------------------------------------------
	.areagyotable
--------------------------------------------- */
.areagyotable {}
.areagyotable table {
  border-left: 1px #CCC solid;
  border-collapse: separate;
  border-spacing: 0px 0px;
}
.areagyotable tr:nth-child(odd) td:first-child {
  background-color: #fafbfc;
}
.areagyotable tr:nth-child(even) td:first-child {
  background-color: #FFF;
}
.areagyotable td:first-child {
  position: sticky;
  left: 0;
  z-index: 0;
}
.areagyotable tr:first-child td:first-child {
  z-index: 2;
  background: #e1f2fc;
}
.areagyotable tr:first-child td {
  border-top: 1px #0096db solid;
  border-right: 1px #0096db solid !important;
  border-bottom: 1px #0096db solid !important;
  background: #e1f2fc;
  color: #333;
  position: sticky;
  top: 0;
  z-index: 1;
}
.areagyotable tr:first-child td:first-child {
  border-left: 1px #0096db solid !important;
}
.areagyotable td {
  padding: 10px;
  font-size: 1.6rem;
  border: 0;
  border-bottom: 1px #CCC solid;
  border-right: 1px #CCC solid;
  vertical-align: middle;
}
.shikutable2506 table th.img {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .shikutable2506 table tr td.img .imgtxt {
    font-size: 1.2rem;
  }
  .shikutable2506 table tr td.img picture, .shikutable2506 table tr td.img img {
    height: 50px;
  }
  .shikutable2506 table td {
    padding: 10px 5px;
  }
  .shikutable2506 table th.img {
    width: 115px !important;
    font-size: 1.4rem;
  }
  .shikutable2506 table .btnsp {
    width: 140px !important;
  }
  .shikutable2506 table td .tradertel2212_01, .shikutable2506 table td .traderbtn2212_01 {
    width: 100%;
  }
  .shikutable2506 table td .traderbtn2212_01 {
    margin-bottom: 5px;
  }
  .shikutable2506 table th {
    width: 100px;
  }
  .shikutable2506 table td .tradertel2212_01 a span {
    font-size: 1.4rem;
  }
}
/* ---------------------------------------------
entry-more
--------------------------------------------- */
.entry-more {
  background: #9ea7c1;
  width: 100%;
  cursor: pointer;
  padding: 15px 0;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  position: relative;
  margin: 20px auto 0 auto;
}
.entry-more::before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f067" !important;
  right: 32px;
  left: auto;
  top: auto;
  margin-top: 0px;
  height: auto;
  font-size: 1.8rem;
  font-weight: normal;
}