/* カスタマイズ用CSS */
/* トップページ */
a.btn-radius-solid {
    border: 1px solid #ccc;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  padding: 10px 16px;
  text-decoration: none;
  color: black;
  display: block;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 300px;
}

a.btn-radius-solid:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
/*    color: black;*/
}
/* tradelaw（特商法表記） */
.ec-borderedDefs table{
    width: 100%;
/*    height: 50%;*/
    border-style: solid;
    border-width: 1px;
} 
.ec-borderedDefs table th{
    text-align: center;
    border-style: solid;
    border-width: 1px;
    background-color: #99FFFF;
} 
.ec-borderedDefs table td{
    text-align: center;
    border-style: solid;
    border-width: 1px;
} 
/* PreEntry, EntryCourse */
#agreebody {
    width: 100%;
/*    text-align: center;*/
    align-content: center;/**/
    font-weight: bold;
}
#agreebody .Coolingoff {
    margin-top: 5em;
    margin-bottom: 2em;
}
#agreebody .Coolingoff h2 {
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  position: relative;
  border: 2px solid red;
  text-align: left;
  color: red;
  line-height: 1.5em;
}
#agreebody .Coolingoff h2::before {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: -46px;
  left: -2px;
  line-height: 24px;
  padding: 10px 15px;
  content: attr(data-letter);
  color: #FFF;
  background-color: red;
  letter-spacing: 2px;
}
.sp {
    display: none;
}
#agreebody .Coolingoff h3 {
    font-weight: bold;
}
#agreebody .title{
    font-size: 12px;
}
#agreebody ol.noList,ul.noList{
  list-style-type: none;
}
#agreebody .lines {
  line-height: 1.6em;
  padding-left: 0;
  line-height: 1.6em;
}
#agreebody .pre_toi {
    width: 60%;
    margin: auto;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
}
div.ec-off1Grid__cell h2 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  /*border-left: solid 5px #7db4e6;左線*/
  border-left: solid 5px #ff8c00;/*左線*/
  font-size: 18px;
}
div.ec-off1Grid__cell li{
    padding-bottom:0.5em
}
div.ec-off1Grid__cell p{
    padding-left: 1em;
    padding-bottom:0.5em
}
#agreebody ul.coursesel li {
    list-style:none;
    margin: 1em 0;
}
/* PrivacyPolicy */
.nodot li
{
    list-style: none;
}
/*Shopping Guide*/
.main_guide{
  width: 80%;
  /* 水平方向の中央揃え */
  margin: 0 auto;
}
p.guide__detail{
    padding-left: 1em;
    line-height: 1.8em;
    font-weight: bold;
}
p.guide__detail .marker_yr{
    background:linear-gradient(transparent 55%, #FFFF00 0%);/* マーカー風にラインを引く */
}
p.guide_image_area img{
    float: left;
}
div.clear{
    clear: both;
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 10px;
  margin: 5px 0 5px 50%;
}

.arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px black;
  border-right: solid 1px black;
  position: absolute;
  left: 10px;
  top: 8px;
}

.arrow.arrow-top::before {
  transform: rotate(-45deg);
  top: 10px;
}

.arrow.arrow-bottom::before {
  transform: rotate(135deg);
}

.arrow.arrow-left::before {
  transform: rotate(-135deg);
}

.arrow.arrow-right::before {
  transform: rotate(45deg);
}
div.main_guide h2 {
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
  font-size: 18px;
  font-weight:bold;
}

div.main_guide h2:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
/* プライバシーポリシー */
ul.nolist {
  list-style-type: none;
}
ul.tablelayout {
    display: flex;
    flex-wrap: wrap;
}
ul.tablelayout li {
    margin-right: 40px;
}
div.ec-off1Grid__cell ul, ol, p {
    line-height: 1.8em;
}
.google_link {
    display: block;
    font-style: italic;
}
p.google_link span{
    font-weight: bold;
 /*   background:linear-gradient(transparent 55%, #FFFF00 0%);*/
}
/* タグ形式のヘッダ */
.tag_headline {
  color: #FFF;
  padding: .5em;
/*  background: linear-gradient(90deg, rgba(28,144,224,1) 0%, rgba(118,193,245,1) 100%);*/
  background: linear-gradient(90deg, rgba(28,144,224,1) 0%, rgba(28,144,224,1) 100%);
  transform: skew(-20deg);
}
/* Cookieに関する表示 */
.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  color: #fff;
  background: rgba(0,0,0,.7);
  padding: 3.5em;
  box-sizing: border-box;
  z-index: 100;
  visibility: hidden;
}
.cookie-consent.is-show {
  visibility: visible;
}
.cookie-consent a {
  color: #fff !important;
}
.cookie-agree {
  color: #fff;
  background: dodgerblue;
  padding: 1.5em 2.5em;
  width: 250px;
  text-align: center;
}
.cookie-agree:hover {
  cursor: pointer;
}
/* パッと消える */
.cc-hide1 {
  display: none;
}
/* ゆっくり消える */
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}
  .cookie-text {
    margin-bottom: 0;
    margin-right: 2em;
  }
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* マイページ */
.mypage_as_main {
    line-height: 2.5em;
}
.mypage_as_main span.contact {
    margin-left: 25vw;
    font-weight: bold;
    font-size: 16px;
}
.mypage_as_main span.example {
    margin-left: 25vw;
    font-weight: bold;
    font-size: 14px;
}
.mypage_as_main span.example > ol li {
    font-size: 14px;
    padding-left: .5em;
}
.point {
  position: relative;
  padding: 10px;
/*  text-align: center;*/
  border: 1px solid #000;
  font-size: 14px;
  top: 10px;
  left: 1.5em;
  display: inline-block;
  line-height: 1.8em;
  top: 30px;
  font-weight: bold;
}

.point:before {
  position: absolute;
  top: -34px;
  left: -1px;
/*  height: 24px;*/
  padding: 10px;
  content: attr(data-letter);
  color: #fff;
  background: #000;
  line-height: 1em;
}
.point .red {
    color: red;
}
/* 画面幅が769px以下の時 */
@media only screen and (max-width:769px) {
  .cookie-consent {
    flex-direction: column;
  }
  .cookie-text {
    margin-bottom: 1em;
    margin-right: 0;
  }
.mypage_as_main span.contact {
    margin-left: 30vw;
  }
.mypage_as_main span.example {
    margin-left: 30vw;
  }
}
/* 画面幅が449px以下の時 */
@media only screen and (max-width:449px) {
#agreebody .Coolingoff2 h2::before {
  top: -70px;
}
.sp {
    display: block;
}
#agreebody ul.coursesel {
    padding-left:0;
}
}
  /* 画面幅が269px以下の時 */
@media only screen and (max-width:269px) {
#agreebody .Coolingoff h2::before {
  top: -94px;
}
}