@charset "UTF-8";

.w_dream_itmtxt h3 {
  color: #000;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .w_dream_itmtxt h3{
    margin-bottom: 25px;
  }
}

.rtcBlock_cnt {
  padding: 20px 20px 0 20px;
  text-align: center;
}

.rtcBlock_cnt h2 {
  color: #8e7e07;
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 50px;
}

.rtcBlock_cnt h2 span {
  font-size: 46px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-left: -3px;
  margin-right: -3px;
}

.rtcBlock_cnt h2 span:before {
  position: absolute;
  content: '';
  bottom: 8px;
  left: 13px;
  right: 13px;
  border-bottom: 16px solid #ffee00;
  z-index: -1;
}

.rtcBlock_cnt h2 span.markerB {
  margin-left: 0;
  margin-right: 0;
}

.rtcBlock_cnt h2 span.markerB:before {
  left: 0;
  right: 0;
}

.rtcBlock_cnt h2 .rtcBlock_line {
  margin: 0;
  font-size: 36px;
  font-weight: normal;
}

.rtcBlock_cnt h2 .rtcBlock_line:before {
  content: none;
}

.rtcBlock_cnt p {
  margin-top: 30px;
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .rtcBlock_cnt {
    padding: 0 10px 0 10px;
  }
  .rtcBlock_cnt h2 {
    font-size: 18px;
    text-align: center;
  }
  .rtcBlock_cnt h2 span {
    font-size: 23px;
  }
  .rtcBlock_cnt h2 span:before {
    bottom: 5px;
    left: 8px;
    right: 8px;
    border-bottom: 10px solid #ffee00;
  }
  .rtcBlock_cnt h2 .rtcBlock_line {
    font-size: 18px;
  }
  .w_dream_itmtxt h3{
    font-size: 16px;
  }
  .rtcBlock_cnt p {
    text-align: left;
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.7;
  }
  .rtcBlock_cnt h2 + p br {
    display: none;
  }
}


/* 早稲アカの魅力モーダル用 */

.rtcModal {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  z-index: 1000;
  opacity: 0;
}

.rtcModal.is-active {
  opacity: 1;
}

.rtcModal_html {
  transition: opacity 1.2s;
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.rtcModal_html.is-active {
  opacity: 1;
}

.rtcModal_inr {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.rtcModal_inr > :first-child {
  margin-top: 0;
  padding-top: 0;
}

.rtcModal_inr > :first-child:before {
  display: none;
}

.rtcModal_ttl {
  padding: 70px 0 50px;
  border-bottom: 1px solid #034ea2;
  text-align: center;
  background: #ffffff;
  position: relative;
}

.rtcModal_ttl h2 {
  color: #034ea2;
  font-size: 46px;
  font-weight: normal;
  margin-top: 13px;
}

.rtcModal_ttl_nowrap {
  display: inline-block;
}

.rtcModal_ttl p {
  margin-top: 15px;
  line-height: 2;
}

.rtcModal_ttl:before {
  position: absolute;
  display: block;
  content: '';
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #034ea2;
  z-index: 2;
}

.rtcModal_ttl:after {
  position: absolute;
  display: block;
  content: '';
  bottom: -11px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ffffff;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .rtcModal_ttl {
    padding: 50px 0 30px;
  }
  .rtcModal_ttl img {
    zoom: 0.5;
  }
  .rtcModal_ttl h2 {
    font-size: 23px;
    margin-top: 10px;
    text-align: center;
  }
  .rtcModal_ttl p {
    margin-top: 13px;
    line-height: 1.6;
    text-align: left;
    font-size: 13px;
  }
  .rtcModal_ttl:before {
    bottom: -12px;
    margin-left: -6px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #034ea2;
  }
  .rtcModal_ttl:after {
    bottom: -11px;
    margin-left: -6px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #ffffff;
  }
}

.rtcModal_ttls {
  padding-left: 8%;
  margin-bottom: 60px;
}

.rtcModal_cnt {
  padding: 60px 0;
}

.rtcModal_cnt:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  background-image: linear-gradient(transparent 64.25%, #f5f5f5 64.25%, #f5f5f5 75%, transparent 75%);
  background-size: 10px 10px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .rtcModal_cnt {
    padding: 25px 0 40px 0;
  }
  .rtcModal_cnt:before {
    background-image: linear-gradient(transparent 60.25%, #fafafa 60.25%, #fafafa 75%, transparent 75%);
    background-size: 10px 10px;
  }
}

.rtcModal_itm {
  position: relative;
  margin-top: 40px;
  padding-top: 40px;
  display: table;
}

.rtcModal_itm:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 2px;
  background: linear-gradient(to right, #034ea2, #034ea2 1px, transparent 1px, transparent 3px) repeat-x bottom;
  background-size: 4px 1px;
}

@media screen and (max-width: 767px) {
  .rtcModal_itm {
    margin-top: 35px;
    padding-top: 35px;
  }
}

.rtcModal_itmimgL,
.rtcModal_itmimgR,
.rtcModal_itmtxt {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .rtcModal_itmimgL,
  .rtcModal_itmimgR,
  .rtcModal_itmtxt {
    display: block;
  }
}

.rtcModal_itmimgL {
  padding-right: 6.12%;
  width: 38.06%;
}

.rtcModal_itmimgL img {
  width: 100%;
}

.rtcModal_itmimgR {
  padding-left: 6.12%;
  width: 38.06%;
}

.rtcModal_itmimgR img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .rtcModal_itm {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .rtcModal_itmimgL,
  .rtcModal_itmimgR {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    text-align: center;
    -webkit-order: 0;
            order: 0;
    display: block;
  }
  .rtcModal_itmimgL img,
  .rtcModal_itmimgR img {
    width: 200px;
  }
  .rtcModal_itmtxt {
    -webkit-order: 1;
            order: 1;
  }
}

.rtcModal_itmtxt h3 {
  color: #034ea2;
  font-size: 30px;
  font-weight: normal;
  margin-top: 10px;
}

.rtcModal_itmtxt h3 span.rtcModal_blk {
  display: inline-block;
}

.rtcModal_itmtxt h3 span.rtcModal_line {
  position: relative;
  display: inline-block;
}

.rtcModal_itmtxt h3 span.rtcModal_line:before {
  position: absolute;
  content: '';
  bottom: 5px;
  left: 0;
  right: 0;
  border-bottom: 16px solid #ffee00;
  z-index: -1;
}

.rtcModal_itmtxt p {
  margin-top: 20px;
  line-height: 2;
}

.rtcModal_itmtxt p span {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .rtcModal_itmtxt h3 {
    font-size: 19px;
    margin-top: 25px;
    text-align: center;
  }
  .rtcModal_itmtxt h3 span.rtcModal_line:before {
    border-bottom: 8px solid #ffee00;
  }
  .rtcModal_itmtxt p {
    margin-top: 10px;
    line-height: 1.6;
    font-size: 13px;
  }
}

.rtcModal_btn {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .rtcModal_btn {
    margin-top: 25px;
  }
  .rtcModal_btn a {
    width: 150px;
    margin: 0 auto;
  }
}


.rtcModalqa_ovr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #333333;
  display: none;
  opacity: 0.7;
  z-index: 1001;
}

.rtcModalqa_ovr.is-active {
  display: block;
}

.rtcModalqa_html {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  max-width: 90%;
  height: auto;
  display: block;
  background: #ffffff;
  display: none;
  z-index: 1001;
}

.rtcModalqa_html.is-active {
  display: block;
}

.rtcModal_qa {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
}

.rtcModal_qa > :first-child {
  margin-top: 0;
}

.rtcModal_q {
  padding-right: 60px;
}

.rtcModal_q,
.rtcModal_a {
  font-size: 30px;
  text-align: left;
  line-height: 1.5 !important;
}

@media screen and (max-width: 767px) {
  .rtcModal_q,
  .rtcModal_a {
    font-size: 13px;
  }
}

.rtcModal_ico {
  float: left;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .rtcModal_ico {
    padding-right: 10px;
  }
}

.rtcModal_ico img {
  vertical-align: middle;
  height: 50px;
}

.rtcModal_txt {
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .rtcModal_txt {
    font-weight: bold;
    font-size: 18px;
  }
}

.rtcModal_qacnt {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
}

.rtcModal_qacnt p {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .rtcModal_qacnt p {
    line-height: 1.6;
    font-size: 13px;
  }
}

.rtcModal_fixclose {
  position: fixed;
  right: 0;
  top: -70px;
  width: 70px;
  height: 70px;
  background: #034ea2;
  z-index: 1001;
  display: block;
  cursor: pointer;
  transition: background-color .2s;
}

.rtcModal_fixclose span {
  position: relative;
  width: 47px;
  height: 2px;
  background: #ffffff;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .rtcModal_fixclose span {
    width: 34px;
  }
}

.rtcModal_fixclose span:nth-child(1) {
  top: 21px;
  left: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .rtcModal_fixclose span:nth-child(1) {
    top: 12px;
    left: 8px;
  }
}

.rtcModal_fixclose span:nth-child(2) {
  top: 1px;
  left: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .rtcModal_fixclose span:nth-child(2) {
    top: -9px;
    left: 8px;
  }
}

@media screen and (max-width: 767px) {
  .rtcModal_fixclose {
    width: 50px;
    height: 50px;
  }
}

.g-html-cursor .rtcModal_fixclose:hover {
  background-color: #4e83be;
}

.rtcModal.is-active .rtcModal_fixclose {
  top: 0;
}

.rtcModalqa_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background: #034ea2;
  z-index: 1001;
  display: block;
  cursor: pointer;
  transition: background-color .2s;
}

.rtcModalqa_close span {
  position: relative;
  width: 47px;
  height: 2px;
  background: #ffffff;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .rtcModalqa_close span {
    width: 34px;
  }
}

.rtcModalqa_close span:nth-child(1) {
  top: 21px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .rtcModalqa_close span:nth-child(1) {
    top: 10px;
    left: 0;
  }
}

.rtcModalqa_close span:nth-child(2) {
  top: 1px;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .rtcModalqa_close span:nth-child(2) {
    top: -11px;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .rtcModalqa_close {
    top: -50px;
    width: 50px;
    height: 50px;
  }
}

.g-html-cursor .rtcModalqa_close:hover {
  background-color: #4e83be;
}

/* モーダル調整 */
@media screen and (max-width: 767px) {
  .rtcModal_cnt {
    padding: 0 0 40px 0;
  }
  .rtcModal_cnt > div {
    margin-top: 50px;
  }
}
.rtcModal_cnt::before {
  background-image: none;
}

.rtcPic {
  margin-top: 40px;
}

.rtcPic ul {
  margin-top: -20px;
  text-align: center;
}

.rtcPic ul li {
  vertical-align: top;
  display: inline-block;
  margin: 20px 35px;
}

.g-html-cursor .rtcPic ul li a:hover {
  opacity: 0.4;
}

.rtcPic ul li span {
  margin-top: 13px;
  display: block;
  font-size: 16px;
}

.rtcPic ul li img {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .rtcPic {
    margin-top: 25px;
  }
  .rtcPic ul {
    margin-top: -5px;
  }
  .rtcPic ul li {
    display: block;
    margin: 25px 0 0 0;
  }
  .rtcPic ul li img {
    width: 150px;
  }
  .rtcPic ul li span {
    margin-top: 10px;
    font-size: 15px;
  }
}

.rtcPic_ico {
  margin-top: -3px;
  font-size: 20px;
  margin-right: 5px;
}

/*  メインビジュアル調整  --------------------*/
.g-board-lg .g-board_bg{
  background: url("../img/consistent/board_M_el_consistent.jpg") left top no-repeat;
  margin-bottom: 0;
  padding-top: 32%;
  background-size: contain;
  position: relative;
  height: auto;
}
/* pcのみ */
@media screen and (min-width: 768px){
  .g-board-lg .g-board_bg {
    margin-bottom: 0;
  }
  .g-board_label {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px){
  .g-board-lg .g-board_bg {
    background: url("../img/consistent/board_M_el_consistent_sp.jpg") left top no-repeat;
    background-size: cover;
    padding-top: 52%;
  }
  .g-board_label {
    margin-bottom: 6px;
    font-size: 16px;
  }
}

.g-board_h{
  top: 50%;
  left: 41%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: rgba(255,255,255,0.7);
  padding: 20px 20px 16px;
}
@media screen and (max-width: 999px){
  .g-board_h{
    font-size: 26px;
    left: 43%;
  }
}
@media screen and (max-width: 767px){
  .g-board_h{
    padding: 10px 10px 6px;
    min-width: 190px;
    font-size: 21px;
    left: 62%;
  }
}


/*  アコーディオン調整  --------------------*/
.g-accordion_btn {
  text-align: center;
}

@media screen and (min-width: 768px){
  .g-accordion_btn {
    padding: 10px 55px;
  }
}

.accordion-disable{
  pointer-events: none;
  cursor: default;
}

.accordion-disable p,
.accordion-disable .accordion-ex_button{
  pointer-events: auto;
  cursor: auto;
}

#flow .g-accordion_btn {
  background-color: #d2e5fa;
  text-align: center;
}

.accordion-ex{
  padding: 10px 134px;
}

@media screen and (max-width: 767px){
  .accordion-ex{
    padding: 10px 100px 10px 10px;
  }
}

.accordion-ex_text{
  margin-top: 10px;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px){
  .accordion-ex_text{
    margin-top: 5px;
    margin-bottom: 4px;
  }
}

.accordion-ex_button{
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.accordion-ex_button .g-btn > i {
  margin-left: 0;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .accordion-ex_button .g-btn > i {
    margin-right: 3px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-ex_button .g-btn > span{
    min-height: 30px;
    font-size: 11px;
    padding-right: 2px;
  }
}
/* アコーディオン内テーブル用 */
.g-accordion .g-table thead th {
  background-color: #d2e5fa;
}
.g-table thead th:nth-last-child(n+2){
  border-right-color: #fff;
}

/* キャンペーン用
.g-pane-border {
  border: 2px solid #034ea2;
}
*/

/* ペインモジュールのカラー調整 */
#toudai .g-pane, #soukei-jyochi .g-pane {
  background-color: #d3e5f9;
}

/*  体験記用パネルモジュール  */
.g-pane-pink {
  background-color: #FFF2F6;
}
.g-pane-bg {
  background-image: url("/assets/img/bg_goukaku.png");
  background-position: top 20px right 20px;
  background-size: 100px;
  background-repeat: no-repeat;
}
.rtcModal_inr .g-pane-bg {
  background-size: 100px;
  background-position: top 20px right 20px;
}
@media screen and (min-width: 768px) and (max-width: 840px) {
  .g-pane-bg {
    background-size: 13%;
  }
}
@media screen and (max-width: 767px) {
  .g-pane-bg {
    background-size: 80px;
    background-position: top 220px right 15px;
  }
  .rtcModal_inr .g-pane-bg {
    background-size: 80px;
    background-position: top 220px right 10px;
  }
}
