/* ---------------------------------------------*/
/*ページブロックごとのタイトル*/
.c-blockTitle {
  margin: 0 auto;
  width: 800px;
  padding-top: 60px;
}

@media (max-width: 768px) {
  .c-blockTitle {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}

@media (max-width: 768px) {
  .c-blockTitle {
    padding-top: 50px;
  }
}

/*.c-blockTitle*/
.c-blockTitle__txt {
  display: block;
  text-align: center;
}

/*.c-blockTitle__txt*/
.c-blockTitle__txt__img--big {
  height: 47px;
}

@media (max-width: 768px) {
  .c-blockTitle__txt__img--big {
    height: 39px;
  }
}

/*.c-blockTitle__txt__img--big*/
.c-blockTitle__txt__img--big2 {
  height: 61px;
}

@media (max-width: 768px) {
  .c-blockTitle__txt__img--big2 {
    height: 50px;
  }
}

/*.c-blockTitle__txt__img--big*/
.c-blockTitle__txt__img--small_S {
  height: 20px;
  margin-top: 21px;
}

@media (max-width: 768px) {
  .c-blockTitle__txt__img--small_S {
    height: 14px;
    margin-top: 17px;
  }
}

/*.c-blockTitle__txt__img--small*/
.c-blockTitle__txt__img--small {
  height: 20px;
  margin-top: 21px;
}

@media (max-width: 768px) {
  .c-blockTitle__txt__img--small {
    height: 16px;
    margin-top: 17px;
  }
}

/*.c-blockTitle__txt__img--small*/
.c-blockTitle__txt__img--twoLine {
  height: 40px;
  margin-top: 21px;
}

@media (max-width: 768px) {
  .c-blockTitle__txt__img--twoLine {
    margin-top: 17px;
  }
}

/*.c-blockTitle__txt__img--twoLine*/
.c-blockTitle__txt--noImage {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .c-blockTitle__txt--noImage {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*.c-blockTitle__txt--noImage*/
/*ページブロックごとのタイトル*/
/* ---------------------------------------------*/

/* フッター*/
.c-footerArea__logo__img {
  width: 104px;
}

@media (max-width: 768px) {
  .c-footerArea__logo__img {
    margin-top: 11px;
  }
}

/*.c-footerArea__logo__img*/
.c-footerArea__contentLink {
  display: block;
  padding: 14px 0;
  border: 2px solid #f3f3f3;
  background: #f7f7f7;
  border-radius: 5px;
  margin-bottom: 5px;
}

.c-footerArea__copyRight {
  position: absolute;
  top: 22px;
  left: 147px;
}

@media (max-width: 768px) {
  .c-footerArea__copyRight {
    position: static;
    margin-top: 18px;
  }
}

/*.c-footerArea__copyRight*/
.c-footerArea__links {
  position: absolute;
  top: 22px;
  right: 4px;
}

.c-footerArea__links:after {
  display: block;
  content: "";
  clear: both;
}

@media (max-width: 768px) {
  .c-footerArea__links {
    margin-top: 23px;
    position: static;
  }
}

/*.c-footerArea__links*/
.c-footerArea__link {
  float: left;
  padding: 0 14px;
}

@media (max-width: 768px) {
  .c-footerArea__link {
    float: none;
  }
  .c-footerArea__link a {
    padding: 0 15px;
    border-left: 1px solid #a2a2a2;
    border-right: 1px solid #a2a2a2;
  }
}

.c-footerArea__link:first-of-type {
  border-right: 1px solid #808080;
}

@media (max-width: 768px) {
  .c-footerArea__link:first-of-type {
    margin-bottom: 13px;
    border-right: none;
  }
}

/*.c-footerArea__link*/
/* フッター*/
/* ---------------------------------------------*/
/* 文字色 */
.c-color__petit {
  color: #e72410;
}

.c-color__next {
  color: #e85f9d;
}

.c-color__pocket {
  color: #e85f9d;
}

.c-color__hop {
  color: #f29600;
}

.c-color__step {
  color: #6eb92b;
}

.c-color__jump {
  color: #786aae;
}

.c-bgColor__petit {
  background-color: #e72410;
}

.c-bgColor__next {
  background-color: #e85f9d;
}

.c-bgColor__pocket {
  background-color: #e85f9d;
}

.c-bgColor__hop {
  background-color: #f29600;
}

.c-bgColor__step {
  background-color: #6eb92b;
}

.c-bgColor__jump {
  background-color: #786aae;
}

/* 文字色 */
/* ---------------------------------------------*/
/* モーダル */
.c-modal__line__title {
  font-size: 17pxpx;
  font-size: 1.7pxrem;
  line-height: 1.5;
  text-align: center;
  margin: 15px;
  font-weight: bold;
}

.c-modal__line__lists {
  text-align: center;
  width: 700px;
}

@media (max-width: 768px) {
  .c-modal__line__lists {
    width: 258px;
  }
}

.c-modal__line__lists__list {
  display: inline-block;
  text-align: left;
}

@media (max-width: 768px) {
  .c-modal__line__lists__list {
    width: 100%;
  }
}

.c-modal__line__lists__list__link {
  display: inline-block;
  border: 4px solid #000;
  padding: 24px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 314px;
  margin: 10px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.c-modal__line__lists__list__link.withYear {
  padding: 18px 30px 19px;
}

.c-modal__line__lists__list__link:hover {
  background: #e8e7dd;
}

.c-modal__line__lists__list__link:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 768px) {
  .c-modal__line__lists__list__link {
    width: 100%;
    margin: 5px 0;
    padding: 15px;
    border: 3px solid #000;
    font-size: 14px;
    
  }
  .c-modal__line__lists__list__link.withYear {
    padding: 15px;
  }
}

.c-modal__line__lists__list__link.c-modal__line__2020_t {
  padding: 7px 30px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .c-modal__line__lists__list__link.c-modal__line__2020_t {
    margin: 5px 0;
    padding: 15px;
  }
}

.c-modal__line__lists__list__link.c-modal__line__2020_b {
  padding: 7px 30px;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .c-modal__line__lists__list__link.c-modal__line__2020_b {
    margin: 5px 0;
    padding: 15px;
  }
}

.c-modal__line__lists__list__link.c-modal__line__2020_th {
  padding: 58px 30px;
}

@media (max-width: 768px) {
  .c-modal__line__lists__list__link.c-modal__line__2020_th {
    padding: 15px;
  }
}

.c-modal__line__lists__list__link__detail {
  display: table;
}

.c-modal__line__lists__list__link__detail__logo {
  display: table-cell;
  vertical-align: middle;
  width: 70px;
}

.c-modal__line__lists__list__link__detail__logo img {
  width: 100%;
}

@media (max-width: 768px) {
  .c-modal__line__lists__list__link__detail__logo {
    width: 50px;
  }
}

.c-modal__line__lists__list__link__detail__text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
  line-height: 1.4;
}

/* コース選択モーダル（20190221更新） */
@media (max-width: 768px) {
  .c-modal__line__lists__list__link__detail .c-modal__line__lists__list__link__detail__logo {
    width: 60px;
  }
}

.c-modal__line__lists__list__link__detail .c-modal__line__lists__list__link__detail__logo p {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 2px;
  text-align: center;
}

@media (max-width: 768px) {
  .c-modal__line__lists__list__link__detail .c-modal__line__lists__list__link__detail__logo p {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

/* /コース選択モーダル（20190221更新） */
.c-modal__tel {
  width: 500px;
  margin: 20px 40px 0;
}

@media (max-width: 768px) {
  .c-modal__tel {
    width: 258px;
    margin: 0;
    margin-top: 25px;
  }
}

.c-modal__tel__title {
  font-size: 16px;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  margin: 10px 0;
  font-weight: bold;
  font-size: 17px;
}

.c-modal__tel__call {
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  border: 4px solid #000;
  padding: 20px;
  margin-bottom: 15px;
  pointer-events: none;
  font-size: 12px;
  
}

@media (max-width: 768px) {
  .c-modal__tel__call {
    border: 3px solid #000;
    font-size: 10px;
    
    padding: 15px 30px 15px 10px;
    position: relative;
    pointer-events: auto;
  }
  .c-modal__tel__call:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}

.c-modal__tel__call__number {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .c-modal__tel__call__number img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .c-modal__tel__call__number {
    margin-bottom: 10px;
  }
}

.c-modal__tel__textLink {
  margin-bottom: 10px;
  padding-left: 14px;
  font-size: 14px;
  
}

@media (max-width: 768px) {
  .c-modal__tel__textLink {
    font-size: 12px;
    
  }
}

.c-modal__tel__textLink:before {
  top: 3px;
  left: -3px;
}

.c-modal__tel__accTitle {
  font-size: 14px;
  
}

@media (max-width: 768px) {
  .c-modal__tel__accTitle {
    font-size: 12px;
    
  }
}

.c-modal__tel__accBody {
  font-size: 14px;
  
  margin-top: 10px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .c-modal__tel__accBody {
    font-size: 12px;
    
  }
}




/*ご受講に関するサポート*/
.c-supportArea {
  position: relative;
  background-image: url(/english/_common/img/bdtp.png);
  background-repeat: repeat-x;
  background-position: top;
  overflow: hidden;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .c-supportArea {
    padding-bottom: 50px;
  }
}

/*.c-supportArea*/
.c-footerMenu {
  position: relative;
  overflow: hidden;
  padding-bottom: 0px;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .c-footerMenu {
    padding-top: 60px;
    padding-bottom: 24px;
    margin-bottom: 20px;
  }
  .c-footerMenu.line {
    padding-top: 240px;
    padding-bottom: 24px;
  }
}

/*.c-footerMenu*/
.c-footerMenu__link {
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
  text-decoration: underline!important;
  line-height: 1.4;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-footerMenu__link:hover {
  opacity: 0.9;
}

.c-footerMenu__link02 {
  font-size: 14px;
  display: block;
  margin-top: 10px;
  text-decoration: underline!important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-footerMenu__link02:hover {
  opacity: 0.9;
}

.c-supportArea__note {
  font-size: 18px;
  text-align: center;
}

@media (max-width: 768px) {
  .c-supportArea__note {
    font-size: 14px;
    
    line-height: 20px;
  }
}

/*.c-supportArea__note*/
.c-supportArea__lists {
  margin: 0 auto 20px;
  width: 800px;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .c-supportArea__lists {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}

.c-supportArea__lists.oneColumnLists {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (max-width: 768px) {
  .c-supportArea__lists {
    margin-top: 21px;
    /* margin-bottom: 210px;*/
  }
}

/*.c-supportArea__lists*/
.c-supportArea__lists__list {
  position: relative;
  display: block;
  width: calc((100% - 40px) / 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #000;
  text-align: center;
  background-image: url(/english/_common/img/arrRightBk.png);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: right 34px top 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-supportArea__lists__list:hover {
  background-color: #e8e7dd;
}

.c-supportArea__lists__list.oneColumnList {
  width: 520px;
}

@media (max-width: 768px) {
  .c-supportArea__lists__list {
    width: 50%;
    height: 140px;
    border-width: 3px;
    background-position: right 13px top 50%;
  }
  .c-supportArea__lists__list.oneColumnList {
    height: 90px;
  }
  .c-supportArea__lists__list.oneColumnList:after {
    display: block;
    content: "";
    clear: both;
  }
}

.c-supportArea__lists__list:first-of-type {
  margin-right: 40px;
}

.c-supportArea__lists__list:first-of-type.oneColumnList {
  margin-right: 0;
}

@media (max-width: 768px) {
  .c-supportArea__lists__list:first-of-type {
    margin-right: 20px;
  }
}

/*.c-supportArea__lists__list*/
.c-supportArea__lists__list__img {
  position: absolute;
  height: 55px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 31px;
}

@media (max-width: 768px) {
  .c-supportArea__lists__list__img {
    height: 46px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 21px;
  }
  .c-supportArea__lists__list__img.oneColumnImg {
    float: left;
    margin: 0;
    left: 25px;
  }
}

/*.c-supportArea__lists__list__img*/
.c-supportArea__lists__list__txt {
  font-size: 16px;
  
  line-height: 110px;
}

@media (max-width: 768px) {
  .c-supportArea__lists__list__txt {
    position: absolute;
    width: 60%;
    top: 83px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 12px;
    
    line-height: 17px;
  }
  .c-supportArea__lists__list__txt.oneColumnTxt {
    top: 26px;
    font-size: 14px;
    
  }
}

/*.c-supportArea__lists__list__txt*/
/*トップよう灰色背景*/
.c-supportArea__nav {
  position: relative;
  margin: 0 auto;
  width: 800px;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .c-supportArea__nav {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}

/*.c-supportArea__nav*/
/*ライン用灰色背景*/
.c-supportArea__nav--line {
  margin-top: 20px;
  padding-bottom: 20px;
}

.c-supportArea__nav--line:after {
  position: absolute;
  content: "";
  width: 9999px;
  height: 350px;
  background: #e6e6e6;
  left: -1000px;
  top: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .c-supportArea__nav--line:after {
    display: none;
  }
}

.c-supportArea__nav--line:after {
  height: 520px;
}

@media (max-width: 768px) {
  .c-supportArea__nav--line {
    margin-top: 0;
  }
}

.c-supportArea__nav__title {
  padding-top: 30px;
  background: #EDEBD2;
  color: #000;
  font-weight: bold;
  position: relative;
  padding: 13px 0;
  text-align: center;
  font-size: 14px;
}

/*.c-supportArea__nav__title*/
.line .c-supportArea__nav__title {
  font-size: 16px;
  background: none;
  text-align: left;
  padding-top: 30px;
}

@media (max-width: 768px) {
  .line .c-supportArea__nav__title {
    position: relative;
    padding: 13px 0;
    color: #fff;
    font-size: 14px;
    
    text-align: center;
  }
  .line .c-supportArea__nav__title:after {
    position: absolute;
    content: "";
    width: 200%;
    height: 100%;
    background: #000;
    top: 0;
    left: -50%;
    z-index: -1;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .line .c-supportArea__nav__title:after {
    width: calc(100% + 30px);
    left: -15px;
  }
}

/*.c-supportArea__nav__title(ライン用)*/
/*トップメニュー用*/
.c-supportArea__nav__lists {
  margin-top: 0;
  background-color: #fff;
}

.c-supportArea__nav__lists:after {
  display: block;
  content: "";
  clear: both;
}

/*.c-supportArea__nav__lists*/
.c-supportArea__nav__list {
  float: left;
  padding: 0 14px;
  border-right: 1px solid #000;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 50%;
  height: 62px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(/english/_common/img/arrRightBk.png) no-repeat;
  background-size: 7px;
  background-position: top 50% right 8px;
  border-right: none;
  border-left: 3px solid #EDEBD2;
  border-bottom: 3px solid #EDEBD2;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}
.c-supportArea__nav__list:nth-child(even){
  border-right: 3px solid #EDEBD2;
}
.c-supportArea__nav__list:nth-child(5){
  border-bottom: 0px;
  border-right: 3px solid #EDEBD2;
  width: 50.7%;
}

.c-supportArea__nav__list:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .c-supportArea__nav__list {
    background-position: top 50% right 2px;
  }
}

/*.c-supportArea__nav__list*/
@media (max-width: 768px) {
  .c-supportArea__nav__list__link {
    display: block;
  }
}

/*.c-supportArea__nav__list__link*/
.c-supportArea__nav__list__link__sub {
  font-size: 10px;
}

/*.c-supportArea__nav__list__link*/
/*ライントップ用メニュー*/
.c-supportArea__navLine__lists {
  margin-top: 37px;
}

@media (max-width: 768px) {
  .c-supportArea__navLine__lists {
    margin-top: 0;
    margin-bottom: -24px;
  }
}

/*.c-supportArea__navLine__lists*/
.c-supportArea__navLine__lists__list {
  margin-top: 13px;
}

@media (max-width: 768px) {
  .c-supportArea__navLine__lists__list {
    margin-top: 0;
    font-size: 14px;
    
    line-height: 53px;
    font-weight: bold;
  }
}

/*.c-supportArea__navLine__lists__list*/
@media (max-width: 768px) {
  .c-supportArea__navLine__lists__list__link {
    display: block;
    width: calc(100% + 30px);
    height: 53px;
    min-height: 53px;
    margin-left: -15px;
    padding-left: 12px;
    border-bottom: 3px solid #000;
  }
  .c-supportArea__navLine__lists__list__link.c-supportArea__navLine__lists__list__link--2line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.5;
  }
}

/*.c-supportArea__navLine__lists__list__link*/
.c-supportArea__nav__login {
  position: relative;
  margin-top: 27px;
  text-align: center;
  display: block;
    width: 295px;
    margin: 0 auto;
    border: solid 3px;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 0px;
}
.c-supportArea__nav__login::after {
  position: absolute;
  content: '';
  background-image: url(/english/_common/img/arrRightBk.png);
  top: 50%;
    right: 15px;
    width: 7px;
    height: 11px;
    background-size: contain;
    transform: translate(0%, -50%);
}

@media (min-width: 769px) {
  .c-supportArea__nav__login {
    margin-top: 0px;
  }
}

.c-supportArea__nav__login + .c-supportArea__nav__login {
  margin-top: 10px;
}

/*.c-supportArea__nav__login*/
.line .c-supportArea__nav__login {
  text-align: left;
}

@media (max-width: 768px) {
  .line .c-supportArea__nav__login {
    text-align: center;
  }
}

/*.c-supportArea__nav__login(ライン用)*/
.c-supportArea__nav__login__img {
  width: 295px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 768px) {
  .c-supportArea__nav__login__img {
    width: 270px;
  }
}

/*.c-supportArea__nav__login__img*/
.c-supportArea__nav__login--line {
  margin-top: 32px;
}

/*.c-supportArea__nav__login--line */
.c-supportArea__chara {
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  line-height: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .c-supportArea__chara {
    width: 100%;
    position: relative;
  }
}

/*.c-supportArea__chara*/
.line .c-supportArea__chara {
  position: absolute;
  width: 800px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .line .c-supportArea__chara {
    width: 100%;
    position: relative;
  }
}

/*.c-supportArea__chara*/
@media (max-width: 768px) {
  .c-supportArea__chara__img {
    position: absolute;
    width: 225px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }
}

/*.c-supportArea__chara__img*/
.line .c-supportArea__chara__img {
  position: absolute;
  width: 450px;
  right: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .line .c-supportArea__chara__img {
    width: 225px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

/*.c-supportArea__chara__img*/
.c-supportArea__chara__txt {
  position: absolute;
  width: 105px;
}

@media (max-width: 768px) {
  .c-supportArea__chara__txt {
    width: 71px;
    left: 0;
    right: 0;
    padding-left: 120px;
    margin: auto;
    top: -180px;
  }
}

/*.c-supportArea__chara__txt*/
.c-supportArea__chara__txt--top {
  top: -308px;
  right: 47px;
}

@media (max-width: 768px) {
  .c-supportArea__chara__txt--top {
    left: 0;
    right: 0;
    padding-left: 120px;
    margin: auto;
    top: -180px;
  }
}

/*.c-supportArea__chara__txt--top*/
.c-supportArea__chara__txt--line {
  top: -308px;
  right: 295px;
}

@media (max-width: 768px) {
  .c-supportArea__chara__txt--line {
    left: 0;
    right: 0;
    padding-left: 120px;
    margin: auto;
    top: -180px;
  }
}

/*.c-supportArea__chara__txt--line*/
@media (min-width: 769px) {
  .c-rnsupportArea__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-rnsupportArea__nav__2col {
    width: 390px;
  }
}

/*ご受講に関するサポート*/
/* ---------------------------------------------*/








/* ---------------------------------------------*/
/*お知らせ*/
.c-info {
  background-image: url(/english/_common/img/bdtp.png);
  background-repeat: repeat-x;
  background-position: top;
}

.c-info__title {
  font-weight: bold;
  text-align: center;
  padding: 70px 0 40px;
  font-size: 24px;
  font-size: 2.4rem;
}

@media (max-width: 768px) {
  .c-info__title {
    padding: 50px 0 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.c-info__lists {
  width: 800px;
  margin: 0 auto;
  border-top: 1px solid #000;
}

@media (max-width: 768px) {
  .c-info__lists {
    width: auto;
    margin: 0 20px;
  }
}

.c-info__lists__list {
  border-bottom: 1px solid #000;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-info__lists__list:after {
  display: block;
  content: "";
  clear: both;
}

@media (max-width: 768px) {
  .c-info__lists__list {
    padding: 15px 0;
    display: block;
  }
}

.c-info__lists__list__date {
  display: block;
  width: 100px;
  background: #ddd;
  padding: 7px;
  border-radius: 4px;
  float: left;
  margin-right: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .c-info__lists__list__date {
    float: none;
    margin-bottom: 8px;
  }
}

.c-info__lists__list__link {
  font-size: 16px;
  display: block;
  padding: 0px 20px 0 0;
  overflow: hidden;
  text-decoration: underline;
  position: relative;
  line-height: 1.5;
  width: 100%;
}

.c-info__lists__list__link:hover {
  opacity: 0.7;
}

.c-info__lists__list__link:after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 768px) {
  .c-info__lists__list__link {
    font-size: 14px;
    overflow: visible;
    width: 92%;
  }
  .c-info__lists__list__link:after {
    right: 8px;
  }
}

/*お知らせ*/
/* ---------------------------------------------*/

/* ------------------------------------------------------*/
#l-footerArea {
  position: relative;
  padding: 10px 20px;
  color: #808080;
  background-color: #fff;
  border-top: 2px solid #000;
  font-size: 11px;
  font-size: 0.7rem;
}

@media (max-width: 768px) {
  #l-footerArea {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    font-size: 9px;
    font-size: 0.7rem;
  }
}


/* ---------------------------------------------*/
/* ---------------------------------------------*/
@media (min-width: 769px) {
  .u-spShow {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .u-pcShow {
    display: none !important;
  }
}

/* ---------------------------------------------*/


/* ---------------------------------------------*/
.u-InnContent {
  margin: 0 auto;
  width: 800px;
}

@media (max-width: 768px) {
  .u-InnContent {
    margin: 15px 15px;
    width: calc(100% - 30px);
  }
}

.u-width100 {
  width: 100% !important;
}


/* ------------------------------------------------------*/
#l-modal {
  display: none;
}

#l-modalBnr {
  display: none;
}

/* ---------------------------------------------*/
/* バナーエリア（モーダル・トグル）*/
.c-modalBnr {
  margin: 0 auto;
  width: 800px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .c-modalBnr {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}

@media (max-width: 768px) {
  .c-modalBnr {
    margin-bottom: 20px;
  }
}

.withMT30 .c-modalBnr {
  margin-top: 30px;
}

.noMB .c-modalBnr {
  margin-bottom: 0;
}

.withMT45 .c-modalBnr {
  margin-top: 45px;
}

.withMB30 .c-modalBnr {
  margin-bottom: 30px;
}

.c-modalBnr__mainWrapper {
  background: #f8ea01;
  background-image: url(/english/_common/img/member_bg2.png);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

@media (max-width: 768px) {
  .c-modalBnr__mainWrapper {
    padding: 20px;
  }
}

.c-modalBnr__title {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}

@media (max-width: 768px) {
  .c-modalBnr__title {
    text-align: center;
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.c-modalBnr__title__logo {
  width: 38px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .c-modalBnr__title__logo {
    display: inline-block;
    width: 19px;
  }
}

.c-modalBnr__title__date {
  width: 300px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .c-modalBnr__title__date {
    width: 225px;
  }
}

.c-modalBnr__mainGift {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .c-modalBnr__mainGift {
    display: block;
    margin-top: 10px;
  }
}

.c-modalBnr__mainGift__link {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-modalBnr__mainGift__link:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

@media (max-width: 768px) {
  .c-modalBnr__mainGift__link__imgFrame {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #cecccd;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 5px;
  }
  .c-modalBnr__mainGift__link__imgFrame img {
    width: 100%;
  }
}

.c-modalBnr__extraGift {
  margin-top: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-modalBnr__extraGift:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

@media (max-width: 768px) {
  .c-modalBnr__extraGift {
    margin-top: 10px;
  }
  .c-modalBnr__extraGift img {
    width: 100%;
  }
}

.c-modalBnr__noteTitle {
  font-size: 16px;
  font-size: 1.6rem;
  color: #0070cb;
  text-decoration: underline;
  margin-top: 22px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-modalBnr__noteTitle:hover {
  opacity: 0.8;
}

.whiteFont .c-modalBnr__noteTitle {
  color: #fff;
}

@media (max-width: 768px) {
  .c-modalBnr__noteTitle {
    margin-top: 11px;
    font-size: 12px;
    
  }
}

.c-modalBnr__notewrapper {
  display: none;
}

.c-modalBnr__noteLists {
  margin-top: 16px;
  font-size: 12px;
  
  line-height: 18px;
  text-indent: -2.8em;
  padding-left: 2.8em;
}

.whiteFont .c-modalBnr__noteLists {
  color: #fff;
}

@media (max-width: 768px) {
  .c-modalBnr__noteLists {
    font-size: 10px;
    
    line-height: 16px;
    margin-top: 10px;
  }
}

.c-modalBnr__toggle {
  position: relative;
}

.c-modalBnr__toggle:before {
  content: "+";
}

.c-modalBnr__toggle.open:before {
  content: "−";
}

.c-modalBnr__modal {
  position: relative;
  width: 100%;
  border: 6px solid #f0c600;
  border-radius: 10px;
  padding: 30px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-modalBnr__modal:after {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 3px solid #f0c600;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  margin: 2px;
}

@media (max-width: 768px) {
  .c-modalBnr__modal:after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    margin: 2px;
    border: 2px solid #f0c600;
    border-radius: 7px;
  }
}

@media (max-width: 768px) {
  .c-modalBnr__modal {
    padding: 20px;
    border: 3px solid #f0c600;
  }
}

@media (max-width: 768px) {
  .c-modalBnr__mainGift img {
    width: 100%;
  }
}

.c-modalBnr__modal.c-modalBnr__modal--201802 {
  position: relative;
  width: 100%;
  border: none !important;
  border-radius: 0px;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-modalBnr__modal.c-modalBnr__modal--201802:after {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: none !important;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  margin: 2px;
}

@media (max-width: 768px) {
  .c-modalBnr__modal.c-modalBnr__modal--201802:after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    margin: 2px;
    border: none !important;
    border-radius: 0px;
    padding: 0;
  }
}

.c-modalBnr__modal.c-modalBnr__modal--201802 .c-modalBnr__modal__title {
  background: #d9b300;
  color: #fff;
  font-size: 24px;
  padding: 20px;
}

.c-modalBnr__modal.c-modalBnr__modal--201802 .c-modalBnr__modal__title .icon {
  vertical-align: sub;
  margin-right: 14px;
}

@media (max-width: 768px) {
  .c-modalBnr__modal.c-modalBnr__modal--201802 .c-modalBnr__modal__title {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px !important;
  }
  .c-modalBnr__modal.c-modalBnr__modal--201802 .c-modalBnr__modal__title .icon {
    margin-right: 10px;
    width: 15px;
    vertical-align: sub;
  }
}

.c-modalBnr__modal.c-modalBnr__modal--201802 .c-modalBnr__modal__subtitle {
  font-size: 24px;
  padding-top: 30px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 768px) {
  .c-modalBnr__modal.c-modalBnr__modal--201802 .c-modalBnr__modal__subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
  }
}

.c-modalBnr__modal.c-modalBnr__modal--201802 .c-modalBnr__oneCol .c-modalBnr__modal__detail {
  width: 570px;
}

@media (max-width: 768px) {
  .c-modalBnr__modal.c-modalBnr__modal--201802 .c-modalBnr__oneCol .c-modalBnr__modal__detail {
    width: 100%;
  }
}

.c-modalBnr__modal.c-modalBnr__modal--201802 .l-modalBnr__201802__twoCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: dotted 1px #ccc;
}

.c-modalBnr__modal.c-modalBnr__modal--201802 .l-modalBnr__201802__twoCol .twoCol_content {
  width: 48%;
}

.c-modalBnr__modal.c-modalBnr__modal--201802 .l-modalBnr__201802__twoCol .c-modalBnr__modal__subtitle {
  padding-top: 0px !important;
  font-size: 18px !important;
  font-weight: bold;
}

@media (max-width: 768px) {
  .c-modalBnr__modal.c-modalBnr__modal--201802 .l-modalBnr__201802__twoCol .c-modalBnr__modal__subtitle {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
}

@media (max-width: 768px) {
  .c-modalBnr__modal.c-modalBnr__modal--201802 {
    padding: 0px;
    border: none !important;
  }
}

.c-modalBnr__modal__detail {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.c-modalBnr__modal__img {
  text-align: center;
}

@media (max-width: 768px) {
  .c-modalBnr__modal__img img {
    width: 100%;
  }
}

.c-modalBnr__modal__title {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 35px;
}

@media (max-width: 768px) {
  .c-modalBnr__modal__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 25px;
  }
}

.c-modalBnr__modal__detail {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
}

@media (max-width: 768px) {
  .c-modalBnr__modal__detail {
    font-size: 14px;
    
    line-height: 20px;
  }
}

/* 個別スタイル調整*/
.c-modalBnr__modal--christmas .c-modalBnr__modal__img {
  margin-top: -10px;
}

.c-modalBnr__modal--tramp .c-modalBnr__modal__detail {
  width: 253px;
  margin-top: 30px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .c-modalBnr__modal--tramp .c-modalBnr__modal__detail {
    width: 100%;
    margin-top: 15px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .c-modalBnr__modal--book .c-modalBnr__modal__img {
    width: 80%;
    margin: 0 auto;
  }
  .c-modalBnr__modal--book .c-modalBnr__modal__img img {
    width: 100%;
  }
}

/* ---------------------------------------------*/
/* アコーディオン */
.c-accTitle {
  padding-left: 18px;
  position: relative;
  text-decoration: underline;
}

.c-accTitle:before {
  content: "+";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 1px;
  left: 0;
  color: #fff;
  background: #000;
  text-align: center;
  line-height: 14px;
}

.c-accTitle.open:before {
  content: "-";
  line-height: 13px;
}

.c-accBody {
  display: none;
}

.c-accToggle:before {
  content: "+";
}

.c-accToggle.open:before {
  content: "−";
}

.c-prevAccTitle {
  padding-left: 18px;
  position: relative;
  text-decoration: underline;
}

.c-prevAccTitle:before {
  content: "+";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 1px;
  left: 0;
  color: #fff;
  background: #000;
  text-align: center;
  line-height: 14px;
}

.c-prevAccTitle.open:before {
  content: "-";
  line-height: 13px;
}

/* アコーディオン */
/* ---------------------------------------------*/

.modal_plusTopGird02 .title {
  font-size: 16px;
  text-align: center;
}
.modal_plusTopGird02 .tell {
  font-size: 24px;
    text-align: center;
}

@media only screen and (max-width: 860px) {
  .modal_plusTopGird02 .wrapBlock {
    max-width: 100%;
  }
}

@media only screen and (max-width: 860px) {
  .modal_plusTopGird02 .telBlock {
   
  }
}
.modal_plusTopGird02 .telBlock.alloffer {
  margin-top: 0;
}
.modal_plusTopGird02 .title {
  line-height: 1.857142857142857em;
  font-size: 1.4em;
  text-align: center;
}
.modal_plusTopGird02 .box {
  display: block;
  border-radius: 0.4em;
  background: #fff;
  margin: 0.8em 0 1.2em;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.833333333333333em;
}
@media only screen and (min-width: 860px) {
  .modal_plusTopGird02 .box {
    pointer-events: none;
  }
}
.modal_plusTopGird02 .box .tell {
  font-size: 2.666666666666667em;
  line-height: 1.2em;
  margin-bottom: 0.13em;
}

@media only screen and (max-width: 768px) {
.c-mt20-sp{
  margin-top: 20px;
}
}

/* --- ここからがボタンのCSS --- */
.pagescroll {
  /* 1. 右下に固定配置 */
  position: fixed;
  right: 20px;
  bottom: 20px;

  /* 2. 表示・非表示のスタイル */
  opacity: 0;
  visibility: hidden;scroll-snap-destination: ;
  
  /* 3. アニメーション効果 */
  transition: opacity 0.3s, visibility 0.3s;
  cursor: pointer;
}
.pagescroll.pagescroll--bottom{
  bottom: 120px;
}

/* JavaScriptによってこのクラスが付与されると表示状態になる */
.pagescroll.is-visible {
  opacity: 0.7;
  visibility: visible;
  z-index: 10;
}

/* 画像がpタグやaタグの余白の影響を受けないように調整 */
.pagescroll,
.pagescroll a {
  margin: 0;
  padding: 0;
  display: block; /* aタグのクリック範囲を広げる */
}
.pagescroll a{
  border-radius: 0.5em;
  background-color: #c7c0a3;
}
.pagescroll img {
  display: block; /* 画像下の余白対策 */
}
@media only screen and (max-width: 768px) {
  .pagescroll.pagescroll--bottom{
    bottom: 22vw;
  }
  .pagescroll img {
    width: 36px;
  }
}

.clor {
  color: #f04646;
}
.clor01 {
  color: #2aa0de;
}
.clor02 {
  color: #7a7a7a;
}
.clor03 {
  color: #212121;
}
.clor04 {
  color: #8f621f;
}
.clor05 {
  color: #e60012;
}
.line {
  text-decoration: underline;
}
.c-footer__lists__list-logo{
  width: 30px;
}
.sansuu_plus_logo{
  width: 140px;
}
