@charset "utf-8";
/* CSS Document */

.bg_blue {
  background-color: #e6f7ff;
  padding: 30px;
}

.icon_link_txt {
    text-decoration: underline;
    font-size: 16px;
}
.icon_link_txt::before {
    content: "?";
    background-color: #137dc7;
    padding: 1px 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    color: #fff;
}
.entry_tuitionPage .c-qa__a {}
.entry_tuitionPage .c-qa__a .f_txt {
    font-size: 16px;
    color: #c7011b;
    font-weight: bold;
    margin-bottom: 10px;
}
.entry_tuitionPage .c-qa__a::before {
    color: #c7011b;
}
 
/**SP**/
@media (max-width: 767px) {
.bg_blue {
    padding: 6vmin 3.13%;
}  
.icon_link_txt {
    font-size: 16px;
}  
.icon_link_txt::before {} 
  
.entry_tuitionPage .c-qa__a {}
.entry_tuitionPage .c-qa__a .f_txt {}
.entry_tuitionPage .c-qa__a::before {}  
	.entry_tuitionPage .c-embox {
		padding: 18px 18px;
	}
}

/* --------------------------------------------------------------------
/* CTA
-------------------------------------------------------------------- */
.entry_tuitionPage .ctaArea {
    /* padding: 10px 0; */
}
.entry_tuitionPage .ctaArea .box .btn {
    margin-bottom: 5px;
}
.entry_tuitionPage .ctaArea .box .btn.btn02 {}
.entry_tuitionPage .ctaArea .box .txt {
    margin-bottom: 5px;
}
.entry_tuitionPage .ctaArea .box .txt span {
    font-size: 16px;
}

.entry_tuitionPage .ctaArea.ctaArea02 {
    padding: 20px 0;
}
.entry_tuitionPage .ctaArea.ctaArea02 .box.flexBox {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.entry_tuitionPage .ctaArea.ctaArea02 .box .btnFlex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 10px;
}
.entry_tuitionPage .ctaArea.ctaArea02 .box .btnFlex .btn {
    margin-bottom: 0;
}
.entry_tuitionPage .ctaArea.ctaArea02 .box .txtBtn {
    color: #fff;
    /* border: 1px solid; */
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px;
    border-radius: 4px;
}
.entry_tuitionPage .ctaArea.ctaArea02 .box .txtBtn a {
    color: #fff;
    border: 1px solid;
    width: 280px;
    display: block;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    position: relative;
}
.entry_tuitionPage .ctaArea.ctaArea02 .box .txtBtn a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    left: 15px;
    top: 43%;
    transform: rotate(45deg);
}
.entry_tuitionPage .ctaArea.ctaArea02 .box .txtBtn a span {
    font-size: 18px;
    position: relative;
    left: 7px;  
}
/**SP**/
@media (max-width: 767px) {
.entry_tuitionPage .ctaArea {
    /* padding: 1vmin 0 2vmin; */
}
.entry_tuitionPage .ctaArea .box .btn {}  
.entry_tuitionPage .ctaArea .box .btn.btn02 {
    margin: auto;
}  
.entry_tuitionPage .ctaArea .box .txt {
    margin-bottom: 2vmin;
}
.entry_tuitionPage .ctaArea .box .txt span {}
.entry_tuitionPage .ctaArea.ctaArea02 {
    padding: 3vmin 0;
}  
.entry_tuitionPage .ctaArea.ctaArea02 .box.flexBox {
    display: block;
}  
.entry_tuitionPage .ctaArea.ctaArea02 .box .btnFlex {
    display: block;
    text-align: center;
}
.entry_tuitionPage .ctaArea.ctaArea02 .box .txtBtn {
    text-align: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 80%;
    margin: 3vmin auto;
}
.entry_tuitionPage .ctaArea.ctaArea02 .box .txtBtn a {}
.entry_tuitionPage .ctaArea.ctaArea02 .box .txtBtn a::before {}  
.entry_tuitionPage .ctaArea.ctaArea02 .box .txtBtn a span {
    font-size: 3.6vmin;
}  
.cta_type02 .ctaArea .box.flexBox .medal {
    width: 20%;
}  
.cta_type02 .ctaArea .box.flexBox .txtArea .txt:first-of-type {
    width: 70%;
    margin-left: auto;
    text-align: left !important;
}  
}

/* --------------------------------------------------------------------
/* アビタスのパック料金
-------------------------------------------------------------------- */
.packBox {
    margin: 60px 0;
}
.packBox .__ttl {
    position: relative;
    top: -50px;
    text-align: center;
    background-color: #137dc7;
    color: #fff;
    padding: 5px 10px;
    font-size: 24px;
    max-width: 540px;
    margin: auto;
    width: 100%;
    border-radius: 10px;
}
.packBox .c-figure {
    margin-bottom: 30px;
}
.packBox .linkTxt {
    text-align: center;
    margin-bottom: 30px;
}
.packBox .linkTxt a {
    background-color: #fff;
    padding: 20px 30px;
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
}
.packBox .c-remark {}
.packBox .c-remark a {
    text-decoration: underline;
}
.packNotAreaBtn {}
.packNotAreaBtn .c-button__inner {
    color: #fff;  
  background-color: #004896;
}
/**SP**/
@media (max-width: 767px) {
.packBox {}
.packBox .__ttl {
    font-size: 4vmin;
    width: auto;
    top: -9vmin;
}
.packBox .c-figure {
    margin-bottom: 0;
}  
.packBox .linkTxt {
    margin-bottom: 4vmin;
    width: 90%;
    margin: 5vmin auto 3vmin;
}
.packBox .linkTxt a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    padding: 3vmin 4vmin;
}
.packBox .c-remark {}
.packBox .c-remark a {}  
}

/* --------------------------------------------------------------------
/* USCPA スクール比較
-------------------------------------------------------------------- */
.voiceBox {
    border: 1px solid #dddddd;
    padding: 30px;
    margin: 60px 0;
}
.voiceBox .__ttl {
    color: #137dc7;
    font-size: 24px;
    border-bottom: 1px solid;
    padding-bottom: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}
.voiceBox .__subttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.voiceBox .boxIn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex: 120px;
}
.voiceBox .boxIn .txtArea {
    flex: 1;
}
.voiceBox .boxIn .imgArea {
    width: 12.7944%;
    margin-left: 21px;
    margin-top: -45px;
}
/**SP**/
@media (max-width: 767px) {
.voiceBox {
    margin: 12vmin 0;
    padding: 4vmin;
}
.voiceBox .__ttl {
    font-size: 5.3vmin;
    padding-bottom: 4vmin;
    margin-bottom: 4vmin;
}
.voiceBox .__subttl {
    font-size: 3.6vmin;
}
.voiceBox .boxIn {}
.voiceBox .boxIn .txtArea {}
.voiceBox .boxIn .imgArea {
    margin-top: 0;
    width: 27%;
    margin-left: 3vmin;
}
}
/* --------------------------------------------------------------------
/* 教育訓練給付金
-------------------------------------------------------------------- */
.benefitsBox {
    background-color: #e6f7ff;
    padding: 30px;
    margin: 40px 0;
}
.benefitsBox .boxIn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.benefitsBox .boxIn .imgArea {
    max-width: 400px;
    width: 42.555%;
    margin-right: 20px;
}
.benefitsBox .boxIn .imgArea img {}
.benefitsBox .boxIn .imgArea .c-remark {
    margin-top: 10px;
}
.benefitsBox .boxIn .txtArea {
    flex: 1;
}
.benefitsBox .boxIn .txtArea .txt {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.benefitsBox .boxIn .txtArea .txt span {}
.benefitsBox .boxIn .txtArea .txt02 {
    font-size: 16px;
    margin-bottom: 10px;
}
.benefitsBox .boxIn .link {
    text-align: right;
}
.benefitsBox .boxIn .link a {
    text-decoration: underline;
}
/**SP**/
@media (max-width: 767px) {
.benefitsBox {
    padding: 6vmin 4vmin;
    margin: 4vmin 0;
}
.benefitsBox .boxIn {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.benefitsBox .boxIn .imgArea {
    width: 100%;
    margin: 0;
}
.benefitsBox .boxIn .imgArea img {}
.benefitsBox .boxIn .imgArea .c-remark {}
.benefitsBox .boxIn .txtArea {
    width: 100%;
    margin-bottom: 3vmin;
}
.benefitsBox .boxIn .txtArea .txt {
    font-size: 5.4vmin;
}
.benefitsBox .boxIn .txtArea .txt span {}  
.benefitsBox .boxIn .txtArea .txt02 {}
.benefitsBox .boxIn .txtArea .link {}
.benefitsBox .boxIn .txtArea .link a {}  
}

/* --------------------------------------------------------------------
/* お得なセット割
-------------------------------------------------------------------- */
.setBlock {
    margin: 30px 0;
}
.setBlock .js-toggle {
    margin: 30px 0;
}
.setBlock .js-toggle .js-toggle__toggle {
    background-color: #ed963e;
    text-align: center;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
    position: relative;
}
.setBlock .js-toggle.toggle02 .js-toggle__toggle {background-color: #e39348;}
.setBlock .js-toggle.toggle03 .js-toggle__toggle {background-color: #55689f;}
.setBlock .js-toggle.toggle04 .js-toggle__toggle {background-color: #34b597;}
.setBlock .js-toggle.toggle05 .js-toggle__toggle {background-color: #656565;}
.setBlock .js-toggle.toggle06 .js-toggle__toggle {background-color: #548235;}
.setBlock .js-toggle.toggle07 .js-toggle__toggle {background-color: #656565;}
.setBlock .js-toggle .js-toggle__toggle::after {
  content: "";
  font-family: "iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: "\e916";
  display: block;
  /* width: 24px; */
  /* height: 24px; */
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 2.8rem;
  -webkit-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
  color: #fff;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.setBlock .js-toggle .js-toggle__toggle + dd {
    height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    font-size: 1.4rem;
    transition: opacity 0.2s, visibility 0.2s;
}
.setBlock .js-toggle .js-toggle__toggle + dd .list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 2%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    margin-bottom: 20px;
}
.setBlock .js-toggle .js-toggle__toggle + dd .list li {
    width: 32%;
}
.setBlock .js-toggle .js-toggle__toggle + dd .list li.txtArea {
    flex: 1;
}
.setBlock .js-toggle .js-toggle__toggle + dd .list li.txtArea .txt {
    font-size: 18px;
}
.setBlock .js-toggle .js-toggle__toggle + dd .list li img {}

.setBlock .js-toggle .js-toggle__toggle + dd .list li.list-p-blk {
    width: 1000px;
    margin: -10px 0 0 0;
    text-align: center;
}
.setBlock .js-toggle .js-toggle__toggle + dd .list li.list-p-blk span {
    color:#FF0000;
}

.setBlock .js-toggle.active {}
.setBlock .js-toggle.active .js-toggle__toggle {}
.setBlock .js-toggle.active .js-toggle__toggle::after {
    content: "\e917";
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.setBlock .js-toggle.active .js-toggle__toggle + dd {
    height: auto;
    padding-top: 30px;
    padding-bottom: 0;
    border-top-width: 1px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.setBlock .c-cautionbox {
    background-color: #faeaea;
    border: none;
    padding: 30px;
    border-radius: 10px;
}
.setBlock .c-cautionbox .c-cautionbox__title {
    font-size: 22px;
    margin-bottom: 20px;
}
.setBlock .c-cautionbox .c-cautionbox__content {}

.setBlock_tile02 {
  text-align: center;
  border: 5px solid #e39348;
  border-radius: 10px;
  background: linear-gradient(
	180deg,
	transparent 0%,
	transparent 50%,
	#e39348 50%);
  line-height: 2.3;
  padding-top: 5px;
}

.setBlock_tile02-full {
  text-align: center;
  border: 5px solid #e39348;
  border-radius: 10px;
  background-color: #e39348;
  padding: 30px 0;
}

.setBlock_tile02 .explain {
  font-size: 24px;
  color: #e39348;
  font-weight: 500;
  padding-top: 5px;
}

.setBlock_tile02-full .explain_white {
  font-size: 24px;
  color: white;
  font-weight: 500;
  padding-top: 5px;
}

.setBlock_tile02 .discount {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
}

.setBlock_tile03 {
  text-align: center;
  border: 5px solid #55689f;
  border-radius: 10px;
  background: linear-gradient(
	180deg,
	transparent 0%,
	transparent 50%,
	#55689f 50%);
  line-height: 2.3;
  padding-top: 5px;
}

.setBlock_tile03-full {
  text-align: center;
  border: 5px solid #55689f;
  border-radius: 10px;
  background-color: #e55689f;
  padding: 30px 0;
}

.setBlock_tile03 .explain {
  font-size: 24px;
  color: #55689f;
  font-weight: 500;
  padding-top: 5px;
  line-height: 2.7;
}

.setBlock_tile03 .explain_2lines {
  font-size: 24px;
  color: #55689f;
  font-weight: 500;
  padding-top: 5px;
  line-height: 0;
}

.setBlock_tile03-full .explain_white {
  font-size: 24px;
  color: white;
  font-weight: 500;
  padding-top: 5px;
}

.setBlock_tile03 .discount {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
}

.setBlock_tile07 {
  text-align: center;
  border: 5px solid #656565;
  border-radius: 10px;
  background: linear-gradient(
	180deg,
	transparent 0%,
	transparent 50%,
	#656565 50%);
  line-height: 2.5;
  padding-top: 10px;
}

.setBlock_tile07-full {
  text-align: center;
  border: 5px solid #656565;
  border-radius: 10px;
  background-color: #e55689f;
  padding: 30px 0;
}

.setBlock_tile07 .explain {
  font-size: 24px;
  color: #656565;
  font-weight: 500;
  padding-top: 5px;
}

.setBlock_tile07-full .explain_white {
  font-size: 24px;
  color: white;
  font-weight: 500;
  padding-top: 5px;
}

.setBlock_tile07 .discount {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
}

.setBlock_tile07 .discount_2lines {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
  line-height: 0;
}

.setBlock_tile07 .discount_2lines_small {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

.setBlock_tile08 {
  text-align: center;
  border: 5px solid #656565;
  border-radius: 10px;
  /**
  background: linear-gradient(
	180deg,
	transparent 0%,
	transparent 50%,
	#656565 50%);
  line-height: 2.5;
  **/
  padding: 10px;
  min-width: 320px;
}

.setBlock_tile08_large {
  text-align: center;
  border: 5px solid #656565;
  border-radius: 10px;
  background: linear-gradient(
	180deg,
	transparent 0%,
	transparent 50%,
	#656565 50%);
  line-height: 2;
  padding-top: 10px;
  min-width: 320px;
}

.setBlock_tile08-full {
  text-align: center;
  border: 5px solid #656565;
  border-radius: 10px;
  background-color: #656565;
  padding: 30px 0;
  min-width: 320px;
}

.setBlock_tile08 .explain {
  font-size: 24px;
  color: #656565;
  font-weight: 500;
  padding-top: 5px;
}

.setBlock_tile08_large .explain {
  font-size: 24px;
  color: #656565;
  font-weight: 500;
  padding-top: 5px;
}

.setBlock_tile08-full .explain_white {
  font-size: 24px;
  color: white;
  font-weight: 500;
  padding-top: 5px;
}

.setBlock_tile08 .discount {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  background-color: #656565;
  padding: 4px 30px 6px; 
  line-height: 240%;
  border-radius: 5px;
}

.setBlock_tile08 .discount_2lines {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
  line-height: 0;
}

.setBlock_tile08_large .discount_2lines {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
  line-height: 0;
}

.setBlock_tile08 .discount_2lines_small {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

.setBlock_tile08_large .discount_2lines_small {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

.setBlock_tile09 {
  text-align: center;
  border: 5px solid #e39348;
  border-radius: 10px;
  /**
  background: linear-gradient(
	180deg,
	transparent 0%,
	transparent 50%,
	#656565 50%);
  line-height: 2.5;
  **/
  padding: 5px;
  min-width: 320px;
}

.setBlock_tile09_large {
  text-align: center;
  border: 5px solid #e39348;
  border-radius: 10px;
  background: linear-gradient(
	180deg,
	transparent 0%,
	transparent 50%,
	#e39348 50%);
  line-height: 2;
  padding-top: 10px;
  min-width: 320px;
}

.setBlock_tile09-full {
  text-align: center;
  border: 5px solid #e39348;
  border-radius: 10px;
  background-color: #e39348;
  padding: 30px 0;
  min-width: 320px;
}

.setBlock_tile09 .explain {
  font-size: 24px;
  color: #e39348;
  font-weight: 500;
  padding-top: 5px;
}

.setBlock_tile09_large .explain {
  font-size: 24px;
  color: #e39348;
  font-weight: 500;
  padding-top: 5px;
}

.setBlock_tile09-full .explain_white {
  font-size: 24px;
  color: white;
  font-weight: 500;
  padding-top: 5px;
}

.setBlock_tile09 .discount {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  background-color: #e39348;
  padding: 4px 30px 6px; 
  line-height: 240%;
  border-radius: 5px;
}

.setBlock_tile09 .discount_2lines {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
  line-height: 0;
}

.setBlock_tile09_large .discount_2lines {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
  line-height: 0;
}

.setBlock_tile09 .discount_2lines_small {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

.setBlock_tile09_large .discount_2lines_small {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}


/**SP**/
@media (max-width: 767px) {
  .setBlock {
      margin: 3vmin 0;
  }
  .setBlock .js-toggle {
      margin: 4vmin 0;
  }
  .setBlock .js-toggle .js-toggle__toggle {
      font-size: 4vmin;
  }
  .setBlock .js-toggle .js-toggle__toggle::after {}
  .setBlock .js-toggle .js-toggle__toggle + dd {}
  .setBlock .js-toggle .js-toggle__toggle + dd .list {
      gap: 2vmin 2%;
  }
  .setBlock .js-toggle .js-toggle__toggle + dd .list li {}
  .setBlock .js-toggle .js-toggle__toggle + dd .list li img {}
  .setBlock .js-toggle .js-toggle__toggle + dd .list li.txtArea {flex: 1;}
  .setBlock .js-toggle .js-toggle__toggle + dd .list li.txtArea .txt {
      font-size: 3vmin;
  }  
  
  .setBlock .js-toggle.active {}
  .setBlock .js-toggle.active .js-toggle__toggle {}
  .setBlock .js-toggle.active .js-toggle__toggle::after {}
  .setBlock .js-toggle.active dd {}  
  
  .setBlock .c-cautionbox {
      padding: 4vmin;
  }
  .setBlock .c-cautionbox .c-cautionbox__title {
      font-size: 4.3vmin;
  }
  .setBlock .c-cautionbox .c-cautionbox__content {}  
  
  .setBlock_tile02 {
    text-align: center;
    border: 4px solid #e39348;
    border-radius: 10px;
    background: linear-gradient(
  	180deg,
  	transparent 0%,
  	transparent 50%,
  	#e39348 50%);
    line-height: 1.4;
    padding-top: 5px;
  }
  
  .setBlock_tile02-full {
    text-align: center;
    border: 5px solid #e39348;
    border-radius: 10px;
    background-color: #e39348;
    padding: 15px 0;
  }
  
  .setBlock_tile02 .explain {
    font-size: 16px;
    color: #e39348;
    font-weight: 500;
    padding-top: 5px;
  }
  
  .setBlock_tile02-full .explain_white {
    font-size: 18px;
    color: white;
    font-weight: 500;
    padding-top: 5px;
  }
  
  .setBlock_tile02 .discount {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
  }
  
  .setBlock_tile03 {
    text-align: center;
    border: 4px solid #55689f;
    border-radius: 10px;
    background: linear-gradient(
  	180deg,
  	transparent 0%,
  	transparent 50%,
  	#55689f 50%);
    line-height: 1.4;
    padding: 5px 0;
  }
  
  .setBlock_tile03-full {
    text-align: center;
    border: 5px solid #55689f;
    border-radius: 10px;
    background-color: #55689f;
    padding: 30px 0;
  }
  
  .setBlock_tile03 .explain {
    font-size: 16px;
    color: #55689f;
    font-weight: 500;
    padding-top: 5px;
    line-height: 1.4;
  }
  
  .setBlock_tile03 .explain_2lines {
    font-size: 16px;
    color: #55689f;
    font-weight: 500;
    padding-top: 5px;
    line-height: 0;
  }
  
  .setBlock_tile03-full .explain_white {
    font-size: 16px;
    color: white;
    font-weight: 500;
    padding-top: 5px;
  }
  
  .setBlock_tile03 .discount {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.4;
  }
  
  .setBlock_tile07 {
    text-align: center;
    border: 5px solid #656565;
    border-radius: 10px;
    background: linear-gradient(
  	180deg,
  	transparent 0%,
  	transparent 35%,
  	#656565 35%);
    line-height: 1.4;
    padding-top: 10px;
  }
  
  .setBlock_tile07-full {
    text-align: center;
    border: 5px solid #656565;
    border-radius: 10px;
    background-color: #656565;
    padding: 30px 0;
  }
  
  .setBlock_tile07 .explain {
    font-size: 16px;
    color: #656565;
    font-weight: 500;
    padding-top: 5px;
  }
  
  .setBlock_tile07-full .explain_white {
    font-size: 16px;
    color: white;
    font-weight: 500;
    padding-top: 5px;
  }
  
  .setBlock_tile07 .discount {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
  }
  
  .setBlock_tile07 .discount_2lines {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 0;
  }
  
  .setBlock_tile07 .discount_2lines_small {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
  }

  .setBlock_tile08 {
    text-align: center;
    border: 5px solid #656565;
    border-radius: 10px;
    /*
    background: linear-gradient(
  	180deg,
  	transparent 0%,
  	transparent 50%,
  	#656565 50%);
    line-height: 1.4;
    */
    padding: 10px 0px 8px;
    min-width: 107px;
    min-height: 148px;
  }

  .setBlock_tile08_large {
    text-align: center;
    border: 5px solid #656565;
    border-radius: 10px;
    background: linear-gradient(
  	180deg,
  	transparent 0%,
  	transparent 35%,
  	#656565 35%);
    line-height: 1.4;
    padding-top: 10px;
    min-width: 107px;
  }
  
  .setBlock_tile08-full {
    text-align: center;
    border: 5px solid #656565;
    border-radius: 10px;
    background-color: #656565;
    padding: 25px 0;
    min-width: 107px;
  }
  
  .setBlock_tile08 .explain {
    font-size: 14px;
    color: #656565;
    font-weight: 500;
    padding-top: 5px;
    letter-spacing: -0.05em;
  }

  .setBlock_tile08_large .explain {
    font-size: 16px;
    color: #656565;
    font-weight: 500;
    padding-top: 5px;
  }
  
  .setBlock_tile08-full .explain_white {
    font-size: 16px;
    color: white;
    font-weight: 500;
    padding-top: 5px;
  }
  
  .setBlock_tile08 .discount {
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    padding: 4px 5px 6px; 
  }
  
  .setBlock_tile08 .discount_2lines {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 0;
  }

  .setBlock_tile08_large .discount_2lines {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 0;
  }
  
  .setBlock_tile08 .discount_2lines_small {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
  }

  .setBlock_tile08_large .discount_2lines_small {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
  }

  .setBlock_tile09 {
    text-align: center;
    border: 5px solid #e39348;
    border-radius: 10px;
    /*
    background: linear-gradient(
  	180deg,
  	transparent 0%,
  	transparent 50%,
  	#656565 50%);
    line-height: 1.4;
    */
    padding: 10px 3px 8px;
    min-width: 107px;
    min-height: 128px;
  }

  .setBlock_tile09_large {
    text-align: center;
    border: 5px solid #e39348;
    border-radius: 10px;
    background: linear-gradient(
  	180deg,
  	transparent 0%,
  	transparent 35%,
  	#e39348 35%);
    line-height: 1.4;
    padding-top: 10px;
    min-width: 107px;
  }
  
  .setBlock_tile09-full {
    text-align: center;
    border: 5px solid #e39348;
    border-radius: 10px;
    background-color: #e39348;
    padding: 25px 0;
    min-width: 107px;
  }
  
  .setBlock_tile09 .explain {
    font-size: 14px;
    color: #e39348;
    font-weight: 500;
    padding-top: 5px;
  }

  .setBlock_tile09_large .explain {
    font-size: 16px;
    color: #e39348;
    font-weight: 500;
    padding-top: 5px;
  }
  
  .setBlock_tile09-full .explain_white {
    font-size: 16px;
    color: white;
    font-weight: 500;
    padding-top: 5px;
  }
  
  .setBlock_tile09 .discount {
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    padding: 4px 5px 6px; 
  }
  
  .setBlock_tile09 .discount_2lines {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 0;
  }

  .setBlock_tile09_large .discount_2lines {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 0;
  }
  
  .setBlock_tile09 .discount_2lines_small {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
  }

  .setBlock_tile09_large .discount_2lines_small {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
  }


}


/* --------------------------------------------------------------------
/* お得なセット割
-------------------------------------------------------------------- */
.paymentBlock {}
.paymentBlock .b_Area {
    margin: 10px 0;
}
.paymentBlock .link {
    text-align: right;
}
.paymentBlock .link a {
    text-decoration: underline;
}
.paymentBlock .c-embox__content {}
.paymentBlock .c-embox__content .flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
}
.paymentBlock .c-embox__content .flex table {
    width: 50%;
    font-size: 18px;
    background-color: #fff;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.paymentBlock .c-embox__content .flex table tr {}
.paymentBlock .c-embox__content .flex table tr th,
.paymentBlock .c-embox__content .flex table tr td {
    padding: 10px;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.paymentBlock .c-embox__content .flex table tr th {
}
.paymentBlock .c-embox__content .flex table tr td {
    font-size: 14px;
}
.paymentBlock .c-embox__content .flex table tr td span.c_red {
    font-size: 18px;
}
.paymentBlock .c-button-container {
    max-width: 510px;
    width: 100%;
    margin: auto;
}
/**SP**/
@media (max-width: 767px) {
.paymentBlock {}
.paymentBlock .b_Area {}
.paymentBlock .b_Area .link {
    margin-top: 3vmin;
}
.paymentBlock .b_Area .link a {}
.paymentBlock .c-embox__content {}
.paymentBlock .c-embox__content .flex {
    display: block;
}
.paymentBlock .c-embox__content .flex table {
    width: 100%;
}
.paymentBlock .c-embox__content .flex table tr {}
.paymentBlock .c-embox__content .flex table tr th,
.paymentBlock .c-embox__content .flex table tr td {
    font-size: 3.4vmin;
    padding: 2vmin;
}
.paymentBlock .c-embox__content .flex table tr th {
    width: 25vmin;
}
.paymentBlock .c-embox__content .flex table tr td {
    font-size: 3vmin;
}
.paymentBlock .c-embox__content .flex table tr td span.c_red {
    font-size: 4vmin;
} 
.paymentBlock .c-button-container {}  
}

/* table */

#compare .table_wrap {
    margin-top: 90px;
  }

  #compare h3 {
    font-size: 58px;
    letter-spacing: 0;
    line-height: 1.3em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #compare .lead {
    font-size: 26px;
    line-height: 1.8em;
    text-align: center;
    font-weight: bold;
  }
  #compare span.medium {
    font-size: 32px;
    padding: 0 15px;
    color: #fff;
    background: #000;
  }
  #compare table {
    margin: 0 auto;
    width: 900px;
    box-sizing: border-box;
  }
  #compare table, #compare td, #compare th {
      border: 1px solid #595959;
      border-collapse: collapse;
    font-size: 18px;
  }
  #compare table th {
    color: #fff;
      border: 1px solid #fff;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    height: 100px;
    min-height: 100px;
  }
  #compare table th.heading_l {
    /* width: 12em; */
      background: #fff;
    width: 20%;
  }
  #compare table th.heading_s {
    width: 7em;
  }
  #compare table th.vertical span {
    writing-mode: tb-rl;
  }
  #compare td, #compare th {
    padding: 18px;
    text-align: center;
  }
  #compare th {
      background: #383838;
  }
  #compare table td {
    vertical-align: middle;
  }
  #compare table td span.main, #compare table td span.central,#compare table td span.sub, #compare table td span.mark {
    display: block;
  }
  #compare table td span.main {
    font-size: 18px;
  }
  #compare table td span.central {
    font-size: 14px;
  }
  #compare table td span.sub {
    font-size: 12px;
  }
  #compare table td span.mark {
    font-size: 28px;
    font-weight: bold;
  }
  #compare table td span.small {
    font-size: 12px;
  }
  #compare table td ul.list_s {
    margin: 0 auto;
    width: 8em;
  }
  #compare table td ul li {
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
    font-size: 13px;
  }
  #compare table .abitus {
    color: #fff;
      background: #004896;
      border: 1px solid #fff;
    width: 43%;
  }
  #compare table .abitus {
    position: relative;
    color: #000;
    background: #fff;
    border: 1px solid #666;
  }

  #compare td {
    background: #ddd;
}

  #compare table .abitus a {
    color: #fff;
  }
  #compare table .abitus a:hover {
    text-decoration: none;
  }
  /***/
  #compare table td .rw2 {
    display: flex;
    align-items: center;
  }
  #compare table td .rw2 .main {
    display: inline-block;
    text-align: left;
    width: 85%;
  }
  #compare table td .rw2 .main.t-ct {
    width: 100%;
  }
  #compare table td .rw2 .main.t-sm {
    line-height: 1.2;
  }
  #compare table td .rw2 .main .t-sl {
    line-height: 1.6;
    display: inline-block;
    text-align: left;
  }
  #compare table td .rw2 .main small {
    font-size: 12px;
  }
  #compare table td .rw2 .main .i-tx {
    text-align: center;
  }
  #compare table td .rw2 .ico_m {
    width: 15%;
    font-size: 30px;
  }
  .material-symbols-outlined {
    font-size: 14px;
    text-decoration: none;
  }
  #compare table th.abitus:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    background: #004896;
  }
  #compare table th.abitus img {
    margin: -20px auto 20px;
    width: 180px;
    height: 64px;
  }
  #compare table .other {
      border: 1px solid #383838;
    width: 37%;
  }
  
  #compare .notice {
    margin: 30px 0 0;
    font-size: 16px;
    text-align: left;
    padding: 0 50px;
  }
  #compare .arrow {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  #compare .arrow::before {
    animation: arrow 2.5s infinite;
    border: solid #000;
    border-width: 0 0 2px 2px;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 20px;
    transform: rotate(-45deg);
    width: 60px;
    height: 60px;
  }
  @keyframes arrow {
    0% {
      transform: rotate(-45deg) translate(0, 0);
    }
    60% {
      transform: rotate(-45deg) translate(-30px, 30px);
    }
    0%, 60%, 100% {
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
  }
  #compare .pass {
    margin-top: 20px;
    text-align: center;
  }
  #compare .pass figure,
  #compare .pass dl {
    display: inline-block;
    vertical-align: middle;
  }
  #compare .pass figure {
    width: 280px;
  }
  #compare .pass dl {
    margin-left: 20px;
  }
  #compare .pass dl dt {
    position: relative;
    padding: 0 30px;
    color: #fff;
    font-size: 30px;
    background: #004a9b;
  }
  #compare .pass dl dt:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border: 10px solid transparent;
    border-top: 10px solid #004a9b;
  }
  #compare .pass dl dd {
    padding-top: 30px;
    font-size: 28px;
    text-align: center;
    line-height: 1.3em;
  }
  #compare .pass dl dd span {
    font-size: 56px;
    font-family: 'Poppins', sans-serif;
  }
  
  @media screen and (max-width:768px){
    #compare .table_wrap {
      margin-top: 90px;
    }

    #compare h3 {
      font-size: 28px;
      letter-spacing: 0;
      line-height: 1.3em;
      margin-bottom: 10px;
      text-align: center
    }

    #compare .lead {
      margin-top: 3px;
      font-size: 1.8rem;
    }
    #compare span.medium {
      font-size: 2rem;
    }
    #compare table, #compare td, #compare th {
      font-size: 1rem;
    }
    #compare table th {
      font-size: 1rem;
      height: 60px;
      min-height: 60px;
    }
    #compare table th.vertical {
      width: 2em;
      padding: 0;
    }
    #compare table th.vertical span {
      writing-mode: vertical-rl;
      white-space: pre;
      display:inline-block;
    }
    #compare td, #compare th {
      padding: 3% 1%;
    }
    #compare table td span.main {
      font-size: 1.2rem;
    }
    #compare table td span.central {
      font-size: 1rem;
    }
    #compare table td span.sub {
      font-size: 0.9rem;
    }
    #compare table td span.mark {
      font-size: 1.4rem;
    }
    #compare table td span.small {
      font-size: 1rem;
    }
    #compare table td ul li {
      font-size: 0.9rem;
    }
    #compare table td ul.list_s {
      width: 10em;
    }
    .material-symbols-outlined {
      font-size: 1rem;
    }
    #compare table th.abitus:before {
      top: -40px;
      left: 0;
      width: 100%;
      height: 40px;
    }
    #compare table th.abitus img {
      position: relative;
      width: 60%;
      height: auto;
      margin: -20px auto 20px;
      z-index: 1;
    }
  
    #compare .notice {
      margin: 10px 0 0;
      font-size: 1.1rem;
      padding: 0;
    }
    #compare .arrow {
      width: 50px;
      height: 50px;
    }
    #compare .arrow::before {
      width: 30px;
      height: 30px;
      left: 11px;
    }
    #compare .pass figure,
    #compare .pass dl {
      display: block;
    }
    #compare .pass figure {
      width: 50%;
      margin: 0 auto;
    }
    #compare .pass dl {
      margin-top: 10px;
      margin-left: 0;
    }
    #compare .pass dl dt {
      padding: 10px 0;
      font-size: 4vw;
    }
    #compare .pass dl dd {
      padding-top: 20px;
      font-size: 5vw;
      text-align: center;
      line-height: 1.3em;
    }
    #compare .pass dl dd span {
      font-size: 8vw;
    }
  
    #compare table {
      width: 100%;
    }
    #compare table td .rw2 {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column;
    }
    #compare table td .rw2 .main {
      display: inline-block;
      text-align: left;
      width: 100%;
    }
    #compare table td .rw2 .main small {
      font-size: 10px;
    }
    #compare table td .rw2 .main .i-tx {
      text-align: center;
    }
    #compare table td .rw2 .main small {
      font-size: 10px;
      text-align: left;
    }
    #compare table td .rw2 .ico_m {
      width: 100%;
      font-size: 20px;
    }
  }

/* 241121追加分 */

.bullet-point {
  display: block; 
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 10px;
  line-height: 1.6;
  text-align: left;
}

.bullet-point::before {
  content: "•"; 
  position: absolute;
  left: 10px;
  color: #000; 
  font-weight: bold;
}

.bullet-point2 {
  display: block; 
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 10px;
  line-height: 1.6;
  text-align: left;
}

.bullet-point2::before {
  content: "•"; 
  position: absolute;
  left: 10px;
  color: #000; 
  font-weight: bold;
}

/* 250702追加分 */

.bg_white {
  background-color: #ffffff;
  padding: 30px 20px 0px;
  margin: 30px 0;
}

.bg_white-tit {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 24px;
}

.bg_white-text {
  color: #6a77ae;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width:768px){
  .bg_white {
    background-color: #ffffff;
    padding: 20px 20px 0px;
    margin: 20px 0;
  }

  .bg_white-tit {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
  }

  .bg_white-text {
    color: #6a77ae;
    font-weight: bold;
    font-size: 16px;
  }

  .packBox .c-figure {
     margin-bottom: 20px;
  }  
}

/* 202511追加分 */

.price_area {
  background-color: #f3f3f3;
  padding: 15px 30px;
  display: flex;
}

.price_course{
  display: flex;
  flex-flow: column;
}

.price_course p{
  font-size: 16px;
  color: white;
  background-color: #c20404;
  padding: 3px 30px;
  margin-bottom: 5px;
  text-align: center;
}

.price_offer {
 margin: 0 auto;
 display: flex;
 align-items: center;
}

.price_offer p{
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.price_offer p span{
  font-size: 18px;
  font-weight: 600;
}

.bnr_area {
  max-width: 600px;
  margin: 50px auto;
}


@media screen and (max-width:768px){

  .price_area {
    background-color: #f3f3f3;
    padding: 15px 30px;
    display: block;
  }

  .price_offer {
    margin: 0 auto;
    display: block;
    align-items: center;
  }

}

.setBlock .list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 2%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}








