.rtcCover_bg {
  height: 0;
  padding-top: 33.07%;
  background: no-repeat center top;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .rtcCover-xs .rtcCover_bg {
    height: 180px;
  }
}

.rtcCoverinr {
  display: block;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .rtcCoverinr {
    margin: auto;
    padding: 0 20px;
    max-width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .rtcCoverinr {
    padding: 0 15px;
  }
}

.rtcMain_bg {
  background-image: url("../img/ibs_kunitachi/main.jpg");
}

.rtcMain_cover {
  position: absolute;
  top: 12%;
  left: 150px;
  width: 32%;
  max-width: 396px;
  display: inline-block;
}

@media screen and (max-width: 450px) {
  .rtcMain_cover {
    top: 23%;
    left: 22px;
    width: 50%;
    margin: 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 451px) {
  .rtcMain_cover {
    top: 27%;
    left: 55px;
    width: auto;
    margin: 0;
  }
}

@media screen and (min-width: 1245px) {
  .rtcMain_cover {
    left: 275px;
  }
}

@media screen and (min-width: 1600px) {
  .rtcMain_cover {
    top: 16%;
    left: 410px;
  }
}

.rtcMain_pcLogo {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .rtcMain_pcLogo {
    display: none;
  }
}

.rtcMain_spLogo {
  display: none;
}

@media screen and (max-width: 767px) {
  .rtcMain_spLogo {
    display: inline-block;
  }
}

.rtcBlock_bg {
  transition: all .8s;
  transition-timing-function: ease-out;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.rtcBlock_bg.is-shown {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.rtcBlock_bg1 {
  background-image: url("../img/cnt1_mv.jpg");
}

.rtcBlock_bg2 {
  background-image: url("../img/cnt2_mv.jpg");
}

.rtcBlock_bg3 {
  background-image: url("../img/cnt3_mv.jpg");
}

.rtcBlock_bg4 {
  background-image: url("../img/cnt4_mv.jpg");
}

.rtcBlock_bg5 {
  background-image: url("../img/cnt5_mv.jpg");
}

.rtcMain_cnt {
  padding: 80px 20px 130px 20px;
  text-align: center;
}

.rtcMain_cnt h1 {
  color: #034ea2;
  font-size: 46px;
  font-weight: normal;
}

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

@media screen and (max-width: 767px) {
  .rtcMain_cnt {
    padding: 35px 10px 40px 10px;
  }
  .rtcMain_cnt h1 {
    font-size: 22px;
  }
  .rtcMain_cnt p {
    text-align: left;
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.7;
  }
  .rtcMain_cnt p br {
    display: none;
  }
}

.rtcBlock {
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .rtcBlock {
    padding-bottom: 45px;
  }
}

.rtcBlock_copy {
  height: 0;
  position: relative;
  z-index: 1;
  transition: all .8s;
  transition-timing-function: ease-out;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.rtcBlock_copy.is-shown {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.rtcBlock_copy img {
  position: absolute;
  top: -60px;
  left: 0;
}

.rtcBlock_copy img.rtcBlock_copyup {
  top: -73px;
}

.rtcBlock_copy img.rtcBlock_copydwn {
  top: -50px;
}

@media screen and (max-width: 767px) {
  .rtcBlock_copy {
    height: auto;
    position: relative;
    z-index: 1;
    padding-top: 45px;
    text-align: center;
    padding-bottom: 20px;
    margin: 0 10px;
    border-top: 1px solid #cccccc;
  }
  .rtcBlock_copy:before {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 1px solid #cccccc;
    content: '';
  }
  .rtcBlock_copy img {
    position: relative;
    top: 0;
    zoom: 0.75;
    padding-top: 75px;
  }
  .rtcBlock_copy img.rtcBlock_copyup {
    top: 0;
  }
  .rtcBlock_copy img.rtcBlock_copydwn {
    top: 0;
  }
}

.rtcBlock_txt {
  position: absolute;
  top: 70px;
  left: 0;
  width: 40px;
  color: #034ea2;
  font-size: 26px;
  line-height: 1;
}

.rtcBlock_txtwht {
  color: #ffffff;
}

.rtcBlock_txtinr {
  position: relative;
  padding: 10px 5px;
  display: block;
}

.rtcBlock_txtinr:before {
  position: absolute;
  top: -10px;
  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 2px;
}

.rtcBlock_txtinr:after {
  position: absolute;
  bottom: -10px;
  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 2px;
}

.rtcBlock_txtinrwht:after {
  background: linear-gradient(to right, #ffffff, #ffffff 1px, transparent 1px, transparent 3px) repeat-x bottom;
  background-size: 4px 2px;
}

.rtcBlock_txtinrwht:before {
  background: linear-gradient(to right, #ffffff, #ffffff 1px, transparent 1px, transparent 3px) repeat-x bottom;
  background-size: 4px 2px;
}

.rtcBlock_txtinr span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  .rtcBlock_txt {
    top: 45px;
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
  }
  .rtcBlock_txtwht {
    color: #034ea2;
  }
  .rtcBlock_txtinr {
    position: relative;
    padding: 10px 5px;
    display: block;
  }
  .rtcBlock_txtinr:before {
    display: none;
  }
  .rtcBlock_txtinr:after {
    display: none;
  }
  .rtcBlock_txtinrwht:after {
    display: none;
  }
  .rtcBlock_txtinrwht:before {
    display: none;
  }
  .rtcBlock_txtinr span {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

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

.rtcBlock_cnt h2 {
  color: #034ea2;
  font-size: 36px;
  font-weight: normal;
}

.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: 35px 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;
  }
  .rtcBlock_cnt p {
    text-align: left;
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.7;
  }
  .rtcBlock_cnt h2 + p br {
    display: 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;
}

.rtcCnt > :last-child {
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .rtcCnt > :last-child {
    padding-bottom: 45px;
  }
}

.rtcWrap {
  display: block;
}

.rtcWrap.is-hidden {
  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;
  }
}

.rtcReal_ttl {
  text-align: center;
  font-size: 36px;
}

.rtcReal_ttl img, .rtcReal_ttl span {
  vertical-align: middle;
}

.rtcReal_ttl img {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .rtcReal_ttl {
    font-size: 17px;
    text-align: center;
  }
  .rtcReal_ttl img, .rtcReal_ttl span {
    display: inline-block;
  }
  .rtcReal_ttl img {
    zoom: 0.5;
    margin: 10px;
  }
}

.rtcReal_msg {
  margin-top: 25px;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .rtcReal_msg {
    margin: 20px 10px 0 10px;
    text-align: left;
    line-height: 1.6;
  }
  .rtcReal_msg br {
    display: none;
  }
}

.rtcReal_btn {
  margin-top: 30px;
  overflow: hidden;
}

.rtcReal_btn ul {
  text-align: center;
  margin-left: -40px;
  margin-right: -40px;
}

.rtcReal_btn ul li {
  margin: 20px 17px;
  display: inline-block;
}

.rtcReal_btn ul a {
  background: #034ea2 url("../img/bg_q.png") no-repeat 50% 50%;
  color: #ffffff;
  width: 220px;
  height: 220px;
  display: table;
  border-radius: 110px;
  text-align: center;
  font-size: 16px;
  position: relative;
}

.rtcReal_btn ul span {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 10px;
}

.rtcReal_btn ul i {
  position: absolute;
  bottom: 30px;
  left: 50%;
  font-size: 20px;
  margin-left: -10px;
}

.g-html-cursor .rtcReal_btn ul li a:hover {
  text-decoration: none;
  background-color: #4e83be;
}

.rtcReal_btn ul li.rtcReal_br {
  display: none;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 1031px) {
  .rtcReal_btn ul li.rtcReal_br {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .rtcReal_btn {
    margin-top: 30px;
  }
  .rtcReal_btn ul {
    margin: 0 -15px 0 -15px;
  }
  .rtcReal_btn ul li {
    margin: 2px;
  }
  .rtcReal_btn ul a {
    background: #034ea2 url("../img/bg_q.png") no-repeat 50% 50%;
    background-size: 47px 64px;
    width: 140px;
    height: 140px;
    border-radius: 70px;
    font-size: 12px;
  }
  .rtcReal_btn ul i {
    bottom: 15px;
    font-size: 14px;
    margin-left: -7px;
  }
}

.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;
}


.rtcBlock_cnt_list-p {
  padding: 80px 0 20px;
  text-align: center;
}

.list-paragraph {
  background-color:#f0f7ff;
  margin-top: 30px;
  font-size: 20px;
  text-align: left;
}

.list-paragraph dl {
  max-width: 1000px;
  background-color:#f0f7ff;
  padding: 25px;
  border-bottom:1px solid #d2e5fa;
  position: relative;
}

.list-paragraph dl:first-of-type {
  border-top:1px solid #d2e5fa;
}

.list-paragraph dt {
  display: inline-block;
  padding-left: 5px;
  width: 19%;
}

.list-paragraph dt {
  border-top: 1px;
}

.list-paragraph dd {
  display: inline;
  vertical-align: top;
}

span.time-required {
  font-size: 14px;
  display: inline-block;
  position: absolute;
  right: 20px;
}

.no-btn{
  cursor: default;
}

.g-html-cursor .no-btn:hover {
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .g-media_h span {
    font-weight: normal;
    font-size: 18px;
  }
  .g-media_h span.g-label {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .g-btn.g-btn-fixed2 > .g-i-arrow-d {
    margin-left: 10px;
    font-size: 13px;
  }
  .mv_btn {
    position: absolute;
    bottom: 10%;
    left: 150px;
  }
  .mv_btn02 {
    left: 280px;
  }
}
@media screen and (min-width: 1245px) {
  .mv_btn {
    bottom: 20%;
    left: 275px;
  }
  .mv_btn02 {
    left: 405px;
  }
}
@media screen and (min-width: 1600px) {
  .mv_btn {
    bottom: 30%;
    left: 410px;
  }
  .mv_btn02 {
    left: 540px;
  }
}
@media screen and (max-width: 767px) {
  .g-btn.g-btn-fixed2 > .g-i-arrow-d {
    margin-left: 8px;
    font-size: 10px;
  }
  .g-area.g-grid.g-grid-2{
    margin-top: 0;
  }
  h1{
    margin-bottom: 20px;
  }
  .g-grid.g-grid-keep{
    margin-bottom: 10px;
  }
  .g-main .g-grid{
    justify-content: center;
  }
  .g-grid-2.g-grid > *{
    margin-left: 20px;
    width: calc(50% - 25px);
  }
  .g-link.g-link-xl span{
    font-weight: bold;
  }
}
.g-tabs_body.g-tabs_active{
  background-color: #fff;
}

/*合格実績下のテーブル調整*/
.logo_area .ibs_link{
  color: #b00031;
  text-decoration: underline;
}
.logo_area .ee_link{
  color: #ff7200;
  text-decoration: underline;
}
.logo_area{
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .ee-table .g-table th{
    background-color: #d9d9d9;
  }
  .ee-table .g-table th, .ee-table .g-table td{
    border: 1px solid #fff;
  }
  .ee-table .g-table tbody td{
    text-align: center;
    vertical-align: middle;
  }
  .ee-table .g-table-cross tbody tr:not(:last-child):not(.g-table_lastRow) th:not(.g-table_th) {
  border-bottom-color: #fff;
  }
  .ee-table .g-table-cross tbody tr:first-child th,.ee-table .g-table-cross tbody tr:first-child td{
    background-color: #f3d9e0;
  }
  .ee-table .g-table-cross tbody tr:nth-child(2) th,.ee-table .g-table-cross tbody tr:nth-child(2) td{
    background-color: #f6f2a8;
  }
  .ee-table .g-table-cross tbody tr:nth-child(3) th,.ee-table .g-table-cross tbody tr:nth-child(3) td{
    background-color: #ffe6cc;
  }
  .ee-table .g-table_cell3 .logo_area{
    text-align: center;
  }
  .ee-table .g-table_cell3 .logo_area p{
    display: block;
    vertical-align: middle;
  }
  .ee-table .g-table_cell3 .logo_area p:first-child{
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 965px) {
  .logo_area .g-img{
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .ee-table .g-table .g-table_th{
    background-color: #d9d9d9;
    text-align: center;
    vertical-align: middle;
  }
  .ee-table .g-table th, .ee-table .g-table td{
    border: 1px solid #fff;
  }
  .ee-table .g-table-sm tbody th{
    width: 5%;
  }
  .ee-table .g-table-sm tbody td{
    width: 25%;
  }
  .ee-table .g-table-sm tbody tr td:nth-child(2){
    background-color: #f3d9e0;
  }
  .ee-table .g-table-sm tbody tr td:nth-child(3){
    background-color: #f6f2a8;
  }
  .ee-table .g-table-sm tbody tr td:nth-child(4){
    background-color: #ffe6cc;
  }
  .ee-table .g-table .logo_area p:first-child{
    margin-bottom: 15px;
  }
  .logo_area .ibs_link{
    font-size: 12px;
  }
  .logo_area .ee_link{
    font-size: 12px;
  }
  .logo_area{
    height: 20%;
    text-align: center;
  }
  .ee-table .g-table.g-sp tr:nth-child(2) td{
    vertical-align: middle;
  }
  .logo_area .g-img{
    width: 50%;
  }
  .ee-table .g-table tbody td.cv_area{
    vertical-align: middle;
  }
}