@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: 40px;
}

@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 767px) {
.sta .lead {
  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/sta/bg_selectionWrap.png") no-repeat left top,
    #40bd67;
  padding: 62px 60px 40px;
  margin-bottom: 50px;
}

.selectionWrap .selectionttl {
  color: #fff;
  margin-bottom: 20px;
}
.selectionWrap .selectionttl p {
  font-size: 1.8rem;
  color: #fff;
}

.selectionWrap .selectionttl .ttl01 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}
.selectionWrap .selectionttl .ttl01 span {
  font-size: 3.4rem;
}


@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 767px) {
.selectionWrap {
  background: url("../images/sta/bg_selectionWrap_sp.png") no-repeat left top,
    #40bd67;
    background-size: 100%;
  padding: 30px 10px 25px;
}

.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: #30af58;
  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: #30af58;
  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: #30af58;
  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
--------------------------------------------- */
.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: sticky;
  top: 0;
  left: 0;
  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;
  }
}
@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: -10px;
    margin-right: -10px;
  }
  .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: url("../images/sta/bg_h201.png") no-repeat;
  background-size: 100%;
  height: 194px;
  margin-bottom: 28px;
}
.staBox .mainttl .ico {
  text-align: center;
}
.staBox .mainttl .ico img {
  margin-top: -20px;
}
.staBox .mainttl .h2txt {
  margin: 0 auto;
  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) {

}
@media screen and (max-width: 767px) {
.staBox {
  position: relative;
  margin-bottom: 50px;

}
.staBox .mainttl {
  margin-left: 0px;
  margin-right: 0px;
  background: url("../images/sta/bg_h201sp.png") no-repeat;
  background-size: 100%;
  height: 110px;
  margin-bottom: 20px;
}
.staBox .mainttl .ico {
  margin: 0px auto;
  text-align: center;
  width: 40px;
  height: 30px;
}
.staBox .mainttl .ico img {
  margin-top: -10px;

}
.staBox .mainttl .h2txt {
  font-size: 2.0rem;

}
.staBox .mainttl .h2txt span {
  font-size: 2.4rem;
}
.staBox .entry h2 {
    font-size: 2.0rem;
    padding: 15px 10px;
}
.staBox .entry h3 {
    border-left: 8px #0096db solid;
}
}
/* ---------------------------------------------
ancTable 
--------------------------------------------- */
.ancTable {
  margin-bottom: 50px;
}
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;
  position: relative;
  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: #FFF;
}
.ancTable .no02.tth ,.ancTable .no04.tth ,.ancTable .no06.tth ,.ancTable .no08.tth ,.ancTable .no10.tth ,.ancTable .no12.tth ,.ancTable .no14.tth{
   background: #f6f7fa;
}


.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:  1302px;
  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;
  font-size: 1.2rem;
}


.ancTable .te01 {
  width: 150px;
}
.ancTable .te02 {
  width: 130px;
}
.ancTable .te03 {
  width: 110px
}
.grap .grapbox {
  width: 1200px;
}

.ancTable .tth {
    padding-left: 40px;
}
.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: 10px;
}
.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;

}

}




/* ---------------------------------------------
	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:-10px;
  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: 0px;
}
.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_chack02.png") no-repeat;
  background-size: 100%;;
  left: 0px;
  top: 2px;
}
}

/* ==============================
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 20px;
  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 .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: 20px;
}
.staTraderPoint .box01{
  width: 100%;
}
.staTraderPoint .box01 .ttl01{
width: 30%;
font-size: 1.4rem;
padding: 8px;

}

.staTraderPoint .box01 .txt01{
width: 70%;
font-size: 1.4rem;
padding: 8px;
border-right: 1px #ccc solid;
}

.staTraderPoint .box02{
  width: 100%;
}
.staTraderPoint .box02 .ttl01{
width: 30%;
font-size: 1.4rem;
padding: 8px;
}
.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;
}
}

/* ---------------------------------------------
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;
}

@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;
}


}
/* ---------------------------------------------
	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 .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 15px ;
overflow-y: auto;
  height: 265px !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;
}
.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%;
  }
  .staacbox .basicinfobox .txts {
    padding: 8px;
    min-width: 70%;
  }
  .staacbox .basicinfobox .txts.w100 {
    width: 70%;
  }
}
/* ---------------------------------------------
reviews
--------------------------------------------- */
.reviews{
  margin-bottom: 30px;
}

/* ---------------------------------------------
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;
    position: relative;
}
.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{
  width: 100%;
  border: 1px #0096db solid;
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px ;
  background: #e1f2fc;
  width: 14%;
}
.toolBox table tbody td{
  width: 100%;
  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: 10px 20px;
margin-bottom: 10px;
}

.stacorrespondence .stttl{
  height: 68px;
padding: 10px 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: 25%;
  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: 25%;
  right: 10px;
  margin: auto;
}

.stacorrespondence .stttl .img{
width: 87px;
height: 47px;
overflow: hidden;
}
.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;
    text-align: center;
    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: 25%;
  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-bottom: 30px;
}
.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;
  }
  .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 40px;
  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: 0px;
    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;
  position: relative;
  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{
  width: 100%;
  border: 1px #0096db solid;
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px ;
  background: #e1f2fc;
  width: 14%;
}
.toiletMapBox table tbody td{
  width: 100%;
  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 28px;
  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 input:checked + .tab {
  background-color: #FFF;
  position: relative;
  z-index: 10;
    border: 0px;
    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;
}
.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;
  padding: 0;
  border: 0;
}