@charset "UTF-8";
@import url("//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
/*-----------------------------------

toto.scss

------------------------------------*/
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

body.purchase, body.edit {
  background: #000;
  color: #fff;
}

.main {
  font-family: "Noto Sans JP", sans-serif;
}
.main a {
  color: #000;
}
.main a:hover {
  text-decoration: none;
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three, .CLM__four {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wraps: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  -ms-justify-contents: left;
  justify-content: left;
  -ms-align-items: top;
  align-items: top;
}
.CLM__half img, .CLM__three img, .CLM__four img {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100 {
  width: 100% !important;
}
.CLM__half > li, .CLM__half > article, .CLM__half > figure {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n) {
  margin-right: 0;
}
.CLM__four > li, .CLM__four > article {
  width: 23.5%;
  margin-right: 2%;
}
.CLM__four > li:nth-child(4n), .CLM__four > article:nth-child(4n) {
  margin-right: 0;
}

.nowrapCLM {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wraps: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-contents: space-between;
  justify-content: space-between;
  -ms-align-items: top;
  align-items: top;
}
.nowrapCLM > li,
.nowrapCLM > article {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child,
.nowrapCLM > article:last-child {
  margin-right: 0;
}
.nowrapCLM > li img,
.nowrapCLM > article img {
  width: 100%;
}
.nowrapCLM > li a,
.nowrapCLM > article a {
  display: block;
}

.txt__honbun {
  font-size: 1.4rem;
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 1em;
}
.txt__size16 {
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1em;
}
.txt__size18 {
  font-size: 1.8rem;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size20 {
  font-size: 2rem;
  font-size: 20px;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size22 {
  font-size: 2.2rem;
  font-size: 22px;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size26 {
  font-size: 2.6rem;
  font-size: 26px;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__bold {
  font-weight: bold !important;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__center {
  text-align: center;
}
.txt__blue {
  color: #59acd8;
}

.textlink__right {
  text-align: right;
}
.textlink__right a {
  color: #000;
}
.textlink__down:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f104";
  font-size: 150%;
  position: relative;
  top: 2px;
  margin-left: 5px;
  margin-top: 10px;
}

.list__style {
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}

.arrow__Underlink {
  position: relative;
  color: #000;
}
.arrow__Underlink:after {
  display: block;
  font-family: "ionicons";
  content: "\f104";
  font-size: 150%;
  position: relative;
  top: -10px;
  height: 1em;
}

#main .btn, .toto .btn {
  font-size: 1.8rem;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  box-sizing: border-box;
  padding-right: 0;
  width: 450px;
  background: #000;
  color: #fff;
  margin: auto;
  padding: 20px;
  display: block;
  text-align: center;
  position: relative;
}
#main .btn:after, .toto .btn:after {
  font-size: 3rem;
  font-size: 30px;
  right: 10%;
  transition: 0.3s ease-in-out;
  font-family: "ionicons";
  content: "\f125";
  font-weight: normal;
  right: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#main .btn__red, .toto .btn__red {
  background: red;
}
#main .btn__close, .toto .btn__close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  right: 5px;
}
#main .btn__close:after, .toto .btn__close:after {
  font-size: 3.5rem;
  font-size: 35px;
  font-family: "ionicons";
  content: "\f2d7";
  color: #000;
  transition: 0.3s ease-in-out;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main .btn__favorit, .toto .btn__favorit {
  margin: 30px auto;
}
#main .btn__favorit:after, .toto .btn__favorit:after {
  font-size: 2rem;
  font-size: 20px;
}

.sec {
  text-align: center;
}
.sec__inner900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1100 {
  width: 100%;
  min-width: 980px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1200 {
  width: 100%;
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__innerWide {
  width: 100%;
  min-width: 980px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner__gray {
  margin: 450px auto 60px;
}
.sec__inner__gray:before {
  top: -200px;
  padding-bottom: 0;
}
.sec__inner__gray.left:before {
  width: 90%;
  left: 10%;
}

.heading__main .jpn_S {
  font-size: 3rem;
  font-size: 30px;
}
.heading__main .eng_L {
  font-size: 10rem;
  font-size: 100px;
}
.heading__main:after {
  width: 5%;
  left: -20px;
  height: 5px;
  top: 20px;
}
.heading__sub {
  font-size: 4rem;
  font-size: 40px;
  padding: 10px 50px;
}
.heading__S {
  font-size: 5rem;
  font-size: 50px;
}
.heading__left {
  text-align: left;
}

.kome {
  display: block;
}

.borderwrap {
  border: 1px solid #000;
  padding: 3% 5%;
  text-align: left;
}

.second .content {
  overflow: inherit;
}

.totoenjoyArea {
  margin-bottom: 10px;
}

.secondPageTitl {
  border-left: 5px solid #61b0da;
}

/* ==========================================================================
   .totoenjoyKv　KV
========================================================================== */
.totoenjoyKv img {
  margin-bottom: 10px;
}
.totoenjoyKv > p {
  line-height: 1.3;
}

#floating {
  position: fixed;
  bottom: -500px;
  left: 0;
  width: 100%;
  z-index: 11111111;
  transition: bottom 0.5s ease;
}
#floating.active {
  bottom: 0;
}
#floating .totofloating__wrap {
  background: #59acd8;
  color: #fff;
  padding: 15px;
}
#floating a {
  margin: auto;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wraps: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-contents: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  height: 45px;
  max-resolution: 0 auto;
  width: 300px;
  background: #fff;
  position: relative;
  padding-right: 20px;
  color: #59acd8;
}
#floating a:after {
  font-size: 1.5rem;
  font-size: 15px;
  right: 10px;
  position: absolute;
  font-family: "ionicons";
  content: "\f125";
  color: #59acd8;
  transition: 0.3s ease-in-out;
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* ==========================================================================
   .totoenjoyAnkr　Ankr
========================================================================== */
.totoenjoyAnkr {
  margin: 30px 0;
}
.totoenjoyAnkr__wrap {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wraps: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-contents: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.totoenjoyAnkr__list {
  position: relative;
  background: #000;
  width: calc((100% - 1px) / 2);
  text-align: center;
  box-sizing: border-box;
}
.totoenjoyAnkr__list:first-child {
  border-right: 1px solid #fff;
}
.totoenjoyAnkr__list a {
  color: #fff;
  padding: 20px;
  display: block;
}
.totoenjoyAnkr__list:after {
  font-family: "ionicons";
  content: "\f35d";
  right: 16px;
  font-size: 1.4rem;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* ==========================================================================
   .totoenjoyHowto　楽しみ方
========================================================================== */
.totoenjoyHowto {
  margin: 30px 0;
}
.totoenjoyHowto__mokuji {
  border: solid 1px #d6e7f0;
  background: #ecf4f8;
  padding: 30px;
}
.totoenjoyHowto__mokuji--title {
  font-weight: bold;
  color: #59acd8;
  text-align: center;
  font-size: 2rem;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
.totoenjoyHowto__mokuji--title span {
  width: 30px;
  height: 30px;
  position: relative;
  background: #59acd8;
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  margin-right: 10px;
}
.totoenjoyHowto__mokuji--title span:after {
  font-family: "ionicons";
  content: "\f453";
  font-size: 2rem;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
}
.totoenjoyHowto__mokuji--list {
  margin-bottom: 15px;
  font-size: inherit !important;
}
.totoenjoyHowto__mokuji--list:last-child {
  margin-bottom: 0;
}
.totoenjoyHowto__mokuji--list::marker {
  color: #59acd8;
}
.totoenjoyHowto__mokuji--list a {
  color: #59acd8;
  position: relative;
}
.totoenjoyHowto__mokuji--list a:after {
  right: -20px;
  font-family: "ionicons";
  content: "\f123";
  font-size: 1.4rem;
  font-size: 14px;
  color: #59acd8;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.totoenjoyHowto__title {
  border-bottom: 3px solid #e0e0e0;
  margin: 0;
  position: relative;
  font-size: 1.8rem;
  font-size: 18px;
  margin: 50px 0 10px;
  padding-bottom: 10px;
}
.totoenjoyHowto__title span {
  width: 30px;
  height: 30px;
  position: relative;
  background: #59acd8;
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  margin-right: 10px;
}
.totoenjoyHowto__title span:after {
  content: "？";
  font-size: 2rem;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  text-align: center;
}
.totoenjoyHowto__title:before {
  content: "";
  position: absolute;
  width: 100px;
  bottom: -3px;
  border-bottom: 3px solid #59acd8;
}
.main .totoenjoyHowto__btn {
  background: #000;
  padding: 20px;
  color: #fff;
  padding: 20px 20px;
  width: 320px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  display: block;
  position: relative;
}
.main .totoenjoyHowto__btn:after {
  font-family: "ionicons";
  content: "\f3d1";
  right: 16px;
  font-size: 1.8rem;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.totowhatArea__wrap {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wraps: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-contents: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.totowhatArea__wrap--con {
  width: 49%;
}
.totowhatArea__wrap--title {
  background: #000;
  padding: 15px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.totowhatArea__wrap--txt {
  background: #fff;
  padding: 15px;
  line-height: 1.5;
}

.totohowArea__pattern__ttl {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  background: #000;
  display: inline-block;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0;
}
.totohowArea__pattern__ttl i {
  font-size: 3.3rem;
  font-size: 33px;
  font-weight: bold;
  margin: 0 5px;
  line-height: 1;
  font-style: normal;
}
.totohowArea__pattern__wrap {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wraps: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-contents: space-between;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  background: #fff;
  padding: 20px;
}
.totohowArea__pattern__home, .totohowArea__pattern__away, .totohowArea__pattern__draw {
  width: 31%;
}
.totohowArea__pattern__home ul li {
  background: #ea7916;
}
.totohowArea__pattern__home .ttl {
  color: #ea7916;
}
.totohowArea__pattern__draw ul li {
  background: #707070;
}
.totohowArea__pattern__draw .ttl {
  color: #707070;
}
.totohowArea__pattern__away ul li {
  background: #53a2d9;
}
.totohowArea__pattern__away .ttl {
  color: #53a2d9;
}
.totohowArea__pattern .ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-size: 18px;
}
.totohowArea__pattern ul li {
  margin-bottom: 7px;
}
.totohowArea__pattern ul li p {
  font-weight: bold;
  font-size: 1.6rem;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  padding: 10px;
  text-align: center;
  color: #fff;
}

.totosubjectArea ul {
  background: #fff;
  padding: 20px;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wraps: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-contents: flex-start;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}
.totosubjectArea ul li {
  line-height: 2;
  font-size: 1.4rem;
  font-size: 14px;
  margin-left: 2em;
  margin-right: 10px;
}

.totooddsArea__img {
  text-align: center;
  margin-top: 20px;
}
.totooddsArea__img img + img {
  margin-top: 10px;
}

.banattention {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wraps: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-contents: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.banattention img {
  height: 60px;
  margin-right: 10px;
}
.banattention p {
  line-height: 1.3;
}

/* ==========================================================================
   .totoenjoyEligible　対象試合
========================================================================== */
.totoenjoyEligible .leagAccTit {
  background: none;
  border: none;
  padding-left: 0;
  font-size: 1.8rem;
  font-size: 18px;
  height: inherit;
  line-height: inherit;
  margin-top: 20px;
}
.totoenjoyEligible .leagAccTit h5 {
  font-weight: bold;
  display: table-cell;
  padding: 5px 0 5px 0px;
  vertical-align: middle;
}
.totoenjoyEligible .leagAccTit + .leftRedTit {
  margin-top: 5px;
}
.totoenjoyEligible .leftRedTit {
  margin: 20px 0 10px;
  border-left: none;
  padding-left: 0;
}
.totoenjoyEligible select {
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /* デフォルトの矢印を非表示 */
  border: 1px solid #cecece;
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  color: #000;
}
.totoenjoyEligible .select {
  border-radius: 5px;
  position: relative;
  margin: 30px auto;
  display: block;
  width: 60%;
  text-align: center;
  background: #fff;
  color: #000;
}
.totoenjoyEligible .select:after {
  font-family: "ionicons";
  content: "\f123";
  right: 16px;
  font-size: 1.4rem;
  font-size: 14px;
  color: #000;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.totoenjoyEligible__matchtitle {
  padding: 15px 70px 15px 20px;
  position: relative;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wraps: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-contents: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.accordionIndex.active .totoenjoyEligible__matchtitle:after {
  content: "\f2f4";
}
.totoenjoyEligible__matchtitle:hover:after {
  opacity: 0.7;
}
.totoenjoyEligible__matchtitle:after {
  font-family: "ionicons";
  content: "\f2c7";
  right: 0px;
  font-size: 2.4rem;
  font-size: 24px;
  color: #000;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #eee;
  height: 100%;
  width: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wraps: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-contents: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.totoenjoyEligible__matchtitle--wrap {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wraps: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  -ms-justify-contents: left;
  justify-content: left;
  -ms-align-items: center;
  align-items: center;
  width: calc(100% - 220px);
}
.totoenjoyEligible__matchtitle--wrap .left, .totoenjoyEligible__matchtitle--wrap .right {
  width: 110px;
  text-align: center;
}
.totoenjoyEligible__matchtitle--wrap .left .embM, .totoenjoyEligible__matchtitle--wrap .right .embM {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.totoenjoyEligible__matchtitle--wrap .left .name, .totoenjoyEligible__matchtitle--wrap .right .name {
  font-weight: bold;
  vertical-align: middle;
}
.totoenjoyEligible__matchtitle--wrap .center {
  font-size: 2rem;
  font-size: 20px;
  line-height: 1;
  margin: 0 25px;
}
.toto .totoenjoyEligible__matchtitle--btn {
  background: #d6e7f0;
  width: 220px;
  padding: 5px 10px;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wraps: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-contents: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  color: #000;
  border: none;
  font-weight: bold;
  font-size: 1.4rem;
  font-size: 14px;
  line-height: 35px;
}
.toto .totoenjoyEligible__matchtitle--btn img {
  height: 35px;
}
.toto .totoenjoyEligible__matchtitle--btn span {
  font-weight: bold;
  font-size: 1.4rem;
  font-size: 14px;
}
.toto .totoenjoyEligible__matchtitle--btn:after {
  color: #000;
  font-size: 1.4rem;
  font-size: 14px;
  right: 10px;
  font-family: "ionicons";
  content: "\f3d1";
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.totoenjoyEligible__list {
  border: solid 1px #ccc;
  background: #fff;
  border-bottom: none;
}
.totoenjoyEligible__list .accordionIndex {
  padding: 0;
  border-bottom: 0;
}
.totoenjoyEligible__list + .totoenjoyEligible__list {
  margin-top: 10px;
}
.totoenjoyEligible__list .btn__winner {
  width: calc(100% - 40px);
  margin: 30px auto;
}
.totoenjoyEligible__list .matchWinnerArea .winnerAnkr .accordionList, .totoenjoyEligible__list .winnerTopics__list {
  padding: 0 20px;
}
.totoenjoyEligible__list .winnerAnkr__list {
  margin-top: 0;
}

/* ==========================================================================
   購入サイト選択
========================================================================== */
.siteselectArea .sec__inner980 {
  margin: 100px auto;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}
.siteselectArea__attention {
  text-align: center;
  color: #000;
}
.siteselectArea__ttl {
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 3rem;
  font-size: 30px;
  line-height: 1.75;
}
.siteselectArea__ttl span {
  font-size: 1.6rem;
  font-size: 16px;
  display: block;
}
.siteselectArea__sitewrap {
  width: 700px;
  margin: 50px auto;
}
.siteselectArea__sitewrap li {
  margin-bottom: 20px;
  position: relative;
}
.siteselectArea__sitewrap li:last-child a .name {
  width: auto;
}
.siteselectArea__sitewrap li a, .siteselectArea__sitewrap li label, .siteselectArea__sitewrap li button {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wraps: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-justify-contents: flex-start;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  border: 2px solid #000;
  position: relative;
  height: 90px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}
.siteselectArea__sitewrap li a:after, .siteselectArea__sitewrap li label:after, .siteselectArea__sitewrap li button:after {
  font-size: 2rem;
  font-size: 20px;
  right: 20px;
  position: absolute;
  font-family: "ionicons";
  content: "\f125";
  color: #000;
  transition: 0.3s ease-in-out;
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.siteselectArea__sitewrap li label {
  margin: 2px 0;
}
.siteselectArea__sitewrap li label:hover {
  border: 2px solid red;
  margin: 0;
}
.siteselectArea__sitewrap li label:hover .name {
  color: red;
}
.siteselectArea__sitewrap li label:after {
  content: none;
}
.siteselectArea__sitewrap li .radiobutton {
  display: none;
}
.siteselectArea__sitewrap li .radiobutton:checked + label {
  border: 4px solid red;
  border-radius: 3px;
  margin: 0;
}
.siteselectArea__sitewrap li .radiobutton:checked + label .name {
  color: red;
}
.siteselectArea__sitewrap li .img {
  width: 30%;
  padding-left: 20px;
  box-sizing: border-box;
}
.siteselectArea__sitewrap li .img img {
  max-height: 60px;
  width: 100%;
}
.siteselectArea__sitewrap li .name {
  width: 70%;
  font-size: 2rem;
  font-size: 20px;
  color: #000;
  text-align: left;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wraps: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-justify-contents: flex-start;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  padding-left: 20px;
}
.siteselectArea__sitewrap li .name br {
  display: none;
}
body.edit .siteselectArea__sitewrap li .name {
  width: 230px;
}
.siteselectArea__sitewrap li .name.txt__center {
  text-align: center;
}
.siteselectArea__sitewrap li .name img {
  height: 30px;
  margin: 0 5px;
}
body.purchase .siteselectArea__sitewrap li:last-child a .name {
  width: auto;
}
body.purchase .siteselectArea .btn:after {
  font-size: 2rem;
  font-size: 20px;
}
body.edit .siteselectArea .btn__red {
  border: none;
}
body.edit .siteselectArea .btn__red:after {
  content: none;
}
.siteselectArea .btn + .btn {
  margin-top: 20px;
}

/* ==========================================================================
   ETC
========================================================================== */
.pcDISP {
  display: initial !important;
}

.spDISP {
  display: none !important;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 10px;
}

.margT20 {
  margin-top: 20px;
}

.margT30 {
  margin-top: 30px;
}

.margT40 {
  margin-top: 40px;
}

.margT50 {
  margin-top: 50px;
}

.margT60 {
  margin-top: 60px;
}

.margT70 {
  margin-top: 70px;
}

.margT80 {
  margin-top: 80px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 10px;
}

.margB20 {
  margin-bottom: 20px;
}

.margB30 {
  margin-bottom: 30px;
}

.margB40 {
  margin-bottom: 40px;
}

.margB50 {
  margin-bottom: 50px;
}

.margB60 {
  margin-bottom: 60px;
}

.margB70 {
  margin-bottom: 70px;
}

.margB80 {
  margin-bottom: 80px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 10px;
}

.paddT20 {
  padding-top: 20px;
}

.paddT30 {
  padding-top: 30px;
}

.paddT40 {
  padding-top: 40px;
}

.paddT50 {
  padding-top: 50px;
}

.paddT60 {
  padding-top: 60px;
}

.paddT70 {
  padding-top: 70px;
}

.paddT80 {
  padding-top: 80px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 10px;
}

.paddB20 {
  padding-bottom: 20px;
}

.paddB30 {
  padding-bottom: 30px;
}

.paddB40 {
  padding-bottom: 40px;
}

.paddB50 {
  padding-bottom: 50px;
}

.paddB60 {
  padding-bottom: 60px;
}

.paddB70 {
  padding-bottom: 70px;
}

.paddB80 {
  padding-bottom: 80px;
}

.fade-up,
.fade-from-left,
.fade-from-right {
  transition: opacity 0.7s;
  transition: transform 0.5s;
}