@charset "utf-8";

/*----------
	components override
----------*/

span.red {
	color: #c70000;
}
span.bold {
	font-weight: bold;
}
span.blue {
	color: #137dc7;
}

.l-title-lv4 {
  background-color: #EDF6FB;
}
.c-bg-rect::before {
  background: #EDF6FB;
}
.c-button__inner {
  border-color: #137DC7;
  color: #137DC7;
}

@media (min-width: 768px) {
  .c-button__inner:hover {
    background-color: #137DC7;
  }
  .c-imageset__image {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(35% - 16px);
		margin-right: 32px;
	}
  .l-title-lv4 {
		padding: 20px 0 40px;
	}
	.l-title-lv4__inner {
		padding-left: 32px;
		padding-right: 32px;
	}
}

/*----------
	講師紹介（一覧ページ）
----------*/
.l-layout-regular .l-section > [class^=c-] {
	margin-top: 40px;
}

/*----------
	講師紹介（詳細ページ）
----------*/
.lec-badge {
	display: inline-block;
	height: 32px;
	vertical-align: middle;
	background-color: #33b5e9;
  border-radius: 5px;
}
.lec-badge > span {
	display: block;
	max-width: 100%;
	min-width: 50px;
	padding: 10px 10px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 12px;
	color: #fff;
}
.lec-badge__gry {
  background-color: #e0e0e0;
  padding: 1px 10px;
}
.c-separator {
	display: block;
	margin: 10px auto;
	border-top: 1px solid #ddd;
}


.c-imageset__title {
  line-height: 3rem;
}
.c-button--enter .c-button__inner {
  background-color: #137DC7;
}
.c-qa::before {
  background-color: #EDF6FB;
}
.c-qa__a::before {
  color: #137DC7;
}
.c-button-tab__item > a, .c-button-tab__item > button {
  border-bottom-color: #137DC7;
  font-weight: bold;
}
.c-button-tab__item > a.active, .c-button-tab__item > button.active {
  background-color: #137DC7;
}
.c-infosession-list__title {
  color: #137DC7;
}
.c-infosession-list__cond > li.active > button {
  border-bottom-color: #137DC7;
  color: #137DC7;
}
.c-infosession-list__cond > li.active > button::before {
  background-color: #137DC7;
}
@media (min-width: 768px) {
  .c-infosession-list {
    border-top-color: #137DC7;
  }
}
/*----------
	uscpa header & nav
----------*/
@media (min-width: 768px) {
  .l-mainnav-uscpa__global > ul > li > a.current, .l-mainnav-uscpa__global > ul > li > a:hover {
    background-color: #137DC7;
  }
}
/*--------------------
	uscpa common layout
---------------------*/
.c-infosession-list__cond > li > button > span {
  color: inherit;
}
.l-mainheader__gdpr {
	/*margin-top: -22px;*/
}
 .l-fixed-cvn {
  opacity: 0;
}
.l-backhead {
  opacity: 0;
}
.lb-data .lb-number {
    display: none !important;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.c-text {
    font-size: 1.6rem;
    line-height: 1.6;
}

a:hover img {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.8;
}
a:hover, button:hover {
    color: #2C87E9;
}
.c_blue {
  color: #1976ba;
  font-weight: bold;
}
.c_red {
  color: #cc0000;
  font-weight: bold;
}
.c_yellow {
  color: #fff20d;
  font-weight: bold;
}
.c_skyblue {
  color: #137dc7;
  font-weight: bold;
}
.f-sz1_4 {
  font-size: 1.4rem;
}
.inInner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.c-button__inner > span {
  font-size: 1.6rem;
}
.checkList {}
.checkList li {
  font-size: 16px;
  margin: 20px 0 0;
  background: url(../img/check.icon.png) no-repeat;
  padding-left: 30px;
}
/**タブ**/
.tab-panel {
  margin: 30px 0 0;
}
.tab-group {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: auto;
  font-weight: bold;
}
.tab {
  flex-grow: 1;
  padding: 15px 10px;
  list-style: none;
  border: solid 1px #CCC;
  border-bottom: none;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  flex: 1;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.panel-group {
  /* height:100px; */
  /* border:solid 1px #CCC; */
  border-top: solid 4px #137dc7;
  background: #eee;
  padding: 30px 0;
}
.panel {
  display: none;
}
.tab.is-active {
  background: #137dc7;
  color: #FFF;
  transition: all 0.2s ease-out;
  border: none;
}
.panel.is-show {
  display: block;
  margin: 30px 0;
}
.ctaArea a:hover {
opacity: 0.7;     /* 透過レベル */
filter: alpha(opacity=80);
}

.c-crossfade-carousel__nav__prev button:hover {
opacity: 0.7;     /* 透過レベル */
filter: alpha(opacity=80);
}
.c-crossfade-carousel__nav__next button:hover {
opacity: 0.7;     /* 透過レベル */
filter: alpha(opacity=80);
}
.tab-group li:hover {
	opacity: 0.7;     /* 透過レベル */
filter: alpha(opacity=80);
}
.pageLinkWrap .pageLink li a:hover {
	background-color: #137dc7;
	color: #fff;

}
.pageLinkWrap .pageLink li a:hover::after {
	border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  .l-content {
    overflow: hidden;
  }

  .checkList {}
  .checkList li {
    font-size: 3.8vmin;
  }
  /**タブ**/
  .tab-panel {}
  .tab-group {
    width: 90%;
  }
  .tab {
    font-size: 3.6vmin;
    padding: 2vmin 3vmin;
  }
  .panel-group {
    padding: 5vmin 0;
  }
  .panel {}
  .tab.is-active {}
  .panel.is-show {
    margin: 4vmin 0;
  }
		.l-mainheader.gdpr-active {
		/*height: 184px;*/
	}
}
/* --------------------------------------------------------------------
/* MV
-------------------------------------------------------------------- */
.s-subhome-kv.kvBlock01 {background-color: #004896;}
.s-subhome-kv.kvBlock01 .s-subhome-kv__carousel {}
.s-subhome-kv.kvBlock01 .s-subhome-kv__bnrArea {}
@media (min-width: 768px) {
  .s-subhome-kv.kvBlock01 .s-subhome-kv__carousel {
    /*flex:0 0 55.95555555%;*/
        flex: 0 0 56%;
    background-color: #fff;
  }
  .s-subhome-kv.kvBlock01 .s-subhome-kv__bnrArea {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .s-subhome-kv.kvBlock01 {background-color: unset;}
  .s-subhome-kv.kvBlock01 .s-subhome-kv__carousel {
    padding: 4vmin 0 0;
  }
  .s-subhome-kv.kvBlock01 .c-crossfade-carousel__slides {
    width: 90%;
    height: 0;
    padding-bottom: 71.666667%;
    position: relative;
    overflow: hidden;
    margin: auto;
  }
  .s-subhome-kv.kvBlock01 .s-subhome-kv__bnrArea {}
}
/* --------------------------------------------------------------------
/* CTA
-------------------------------------------------------------------- */
.ctaAreaWrap {
  margin-bottom: 30px;
}
.ctaArea {
  background-color: #004896;
  padding: 20px 0 30px;
}
.ctaArea .box {}
.ctaArea .box.flexBox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ctaArea .box.flexBox .medal {
  margin-right: 15px;
  width: 25%;
  text-align: center;
}
.ctaArea .box.flexBox .medal img {
  width: auto;
}
.ctaArea .box.flexBox .txtArea {}
.ctaArea .box .txt {
  font-size: 26px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.ctaArea .box .txt span {
  font-size: 20px;
  display: block;
  font-weight: normal;
}
.ctaArea .box .txt span sup {
	font-size: 10px;
	position: relative;
	top: -9px;
}
.ctaArea .box .btn {
  text-align: center;
  margin-bottom: 15px;
}
.ctaArea .box .btn img {
  max-width: 100%;
  width: auto;
}
.ctaArea .box .linkBox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 550px;
  margin: auto;
}
.ctaArea .box .linkBox .txtBtn {
  color: #fff;
}
.ctaArea .box .linkBox .txtBtn span {
	font-size: 18px;
	position: relative;
	left: 7px;
}
.ctaArea .box .linkBox .txtBtn a {
  color: #fff;
  border: 1px solid;
  width: 280px;
  display: block;
  text-align: center;
  border-radius: 4px;
  padding: 7px 10px;
  position: relative;
}
.ctaArea .box .linkBox .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);
}
.ctaArea .box .linkBox .whatTxt {}
.ctaArea .box .linkBox .whatTxt::before {
  content: "?";
  background-color: #fff;
  padding: 3px 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}
.ctaArea .box .linkBox .whatTxt a {
  color: #fff;
  text-decoration: underline;
	font-size: 16px;
}
.ctaAreaWrap .campaignArea {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  margin-bottom: 10px;
}
.ctaAreaWrap .campaignArea .l_txt {
  width: 55%;
  text-align: right;
  padding: 10px 30px;
  font-size: 24px;
  background-color: #137dc7;
  color: #fff;
  font-weight: bold;
  position: relative;
  height: 50px;
  display: flex;
  justify-content: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ctaAreaWrap .campaignArea .l_txt::before {
  content: "";
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 20px solid #137dc7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
}
.ctaAreaWrap .campaignArea .l_txt span {
  font-size: 34px;
}
.ctaAreaWrap .campaignArea .r_txt {
  width: 45%;
  text-align: left;
  padding: 10px 30px;
  padding-left: 50px;
  font-size: 24px;
  font-weight: bold;
  height: 50px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}
.ctaAreaWrap .b_txt {
  font-size: 12px;
  color: #666666;
}
@media (max-width: 767px) {
  /**CTA**/
  .ctaAreaWrap {}
  .ctaArea {
    padding: 3vmin 0 4vmin;
  }
  .ctaArea .box {}
  .ctaArea .box.flexBox {
    position: relative;
  }
  .ctaArea .box.flexBox .medal {
    position: absolute;
    top: -30px;
    left: 0;
    width: 24vmin;
    display: block;
  }
  .ctaArea .box.flexBox .medal img {
    max-width: 100%;
  }
  .ctaArea .box.flexBox .txtArea {}
  .ctaArea .box.flexBox .txtArea .txt {
    text-align: right;
    position: relative;
    font-size: 5.6vmin;
    right: 2%;
  }
  .ctaArea .box.flexBox .txtArea .txt span {
    font-size: 3.6vmin;
    position: relative;
    left: 1.5%;
  }
  .ctaArea .box .txt {
    font-size: 6vmin;
  }
  .ctaArea .box .txt span {
    font-size: 4vmin;
  }
  .ctaArea .box .btn {}
  .ctaArea .box .btn img {}
  .ctaArea .box .linkBox {
    display: block;
    text-align: center;
  }
  .ctaArea .box .linkBox .txtBtn {}
  .ctaArea .box .linkBox .txtBtn a {
    margin: 0 auto 3vmin;
    padding: 5px 0 5px 0;
    width: 78%;
  }
	.ctaArea .box .linkBox .txtBtn span {
		font-size: 4vmin;
	}
  .ctaArea .box .linkBox .txtBtn a::before {}
  .ctaArea .box .linkBox .whatTxt {}
  .ctaArea .box .linkBox .whatTxt::before {}
  .ctaArea .box .linkBox .whatTxt a {
    font-size: 14px;
}
  .ctaAreaWrap .campaignArea {}
  .ctaAreaWrap .campaignArea .l_txt {
    font-size: 3.4vmin;
    padding: 1vmin;
    width: 65%;
  }
  .ctaAreaWrap .campaignArea .l_txt::before {
    content: "";
  }
  .ctaAreaWrap .campaignArea .l_txt span {
    font-size: 5.8vmin;
    display: inline-block;
    vertical-align: middle;
    line-height: 2;
    margin-bottom: 1.5vmin;
  }
  .ctaAreaWrap .campaignArea .r_txt {
    font-size: 4vmin;
    padding: 3vmin;
    padding-left: 9vmin;
    width: 35%;
  }
  .ctaAreaWrap .b_txt {
    font-size: 2.4vmin;
  }
}
/* --------------------------------------------------------------------
/* ページリンク
-------------------------------------------------------------------- */
.pageLinkWrap {
  margin-top: 41px;
}
.pageLinkWrap .pageLink {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-right: 1px solid #137dc7;
  border-top: 1px solid #137dc7;
  margin-bottom: 60px;
}
.pageLinkWrap .pageLink li {
  flex: 1;
  text-align: center;
  border-left: 1px solid #137dc7;
  border-bottom: 1px solid #137dc7;
  background: #e6f7ff;
}
.pageLinkWrap .pageLink li a {
  display: block;
  width: 100%;
  padding: 10px;
  padding-bottom: 30px;
  color: #137dc7;
  font-size: 1.6rem;
  position: relative;
  font-weight: 500;
}
.pageLinkWrap .pageLink li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #137dc7;
  border-right: solid 2px #137dc7;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  bottom: -25px;
  transform: rotate(135deg);
}
@media (max-width: 767px) {
  .pageLinkWrap {
    margin-top: 7vmin;
  }
  .pageLinkWrap .pageLink {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 7vmin;
	border: none;
  }
  .pageLinkWrap .pageLink li {
    width: 49%;
    margin-bottom: 2vmin;
    border: 1px solid #137dc7;
    flex: none;
  }
  .pageLinkWrap .pageLink li a {
    font-size: 3.3vmin;
    text-align: center;
    padding-bottom: 5vmin;
    padding-left: 0;
    padding-right: 0;
  }
  .pageLinkWrap .pageLink li a::after {
    bottom: -5vmin;
}
}
/* --------------------------------------------------------------------
/* アビタス帯
-------------------------------------------------------------------- */
.abitusTtlBlock {
  background-color: #137dc7;
  padding: 20px 0 15px 0;
  text-align: center;
  margin-bottom: 30px;
}
.abitusTtlBlock .logo {
  margin-bottom: 20px;
}
.abitusTtlBlock .logo img {
  max-width: 100%;
  width: auto;
}
.abitusTtlBlock .txt {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.abitusTtlBlock .txt .__sub {
  display: block;
  font-size: 20px;
  font-weight: normal;
}
.abitusTtlBlock .txt .__num {
  font-size: 40px;
}
@media (max-width: 767px) {
  .abitusTtlBlock {
    padding: 3vmin 0 2vmin 0;
  }
  .abitusTtlBlock .logo {}
  .abitusTtlBlock .logo img {}
  .abitusTtlBlock .txt {
    font-size: 6vmin;
  }
  .abitusTtlBlock .txt .__sub {
    font-size: 4vmin;
  }
  .abitusTtlBlock .txt .__num {
    font-size: 7vmin;
  }
}
/* --------------------------------------------------------------------
/* アビタスが選ばれる理由
-------------------------------------------------------------------- */
.s-subhome-reason-block {
  margin-top: 60px;
  margin-bottom: 60px;
}
.s-subhome-reason-block .flexHalfBlock {}
.s-subhome-reason-block .flexHalfBlock .boxWrap {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 40px;
  margin: 40px 0;
}
.s-subhome-reason-block .flexHalfBlock .boxWrap:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.s-subhome-reason-block .flexHalfBlock .boxWrap .ttlTop {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
}
.s-subhome-reason-block .flexHalfBlock .boxWrap .ttlTop .__num {
  display: inline-block;
  font-size: 18px;
  background-color: #137dc7;
  color: #fff;
  padding: 10px 5px 12px 10px;
  font-weight: normal;
  margin-right: 25px;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  height: 40px;
}
.s-subhome-reason-block .flexHalfBlock .boxWrap .ttlTop .__num::after {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 12px solid #137dc7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -12px;
}
.s-subhome-reason-block .flexHalfBlock .boxWrap .ttlTop .__txt {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
}
.s-subhome-reason-block .flexHalfBlock .box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.s-subhome-reason-block .flexHalfBlock .box.f_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s-subhome-reason-block .flexHalfBlock .box .txtBox {
  flex-basis: 50%;
  flex-basis: calc(50% - 20px);
}
.s-subhome-reason-block .flexHalfBlock .box .txtBox .ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.s-subhome-reason-block .flexHalfBlock .box .txtBox .txt {
  font-size: 16px;
}
.s-subhome-reason-block .flexHalfBlock .box .txtBox .img {
    margin-top: 30px;
}
.s-subhome-reason-block .flexHalfBlock .box .txtBox .img img {}
.s-subhome-reason-block .flexHalfBlock .box .txtBox .checkList {}
.s-subhome-reason-block .flexHalfBlock .box .txtBox .checkList li {}
.s-subhome-reason-block .flexHalfBlock .box .imgBox {
  text-align: center;
  flex-basis: 50%;
  flex-basis: calc(50% - 20px);
}
.s-subhome-reason-block .flexHalfBlock .box .imgBox img {
  max-width: 100%;
  width: auto;
}
.s-subhome-reason-block .flexHalfBlock .box .imgBox .ttl {
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  border-left: 4px;
  position: relative;
  padding-left: 13px;
  margin-bottom: 30px;
}
.s-subhome-reason-block .flexHalfBlock .box .imgBox .ttl::before {
  content: "";
  width: 6px;
  height: 83%;
  display: inline-block;
  background: -moz-linear-gradient(top, #FFC778, #FFF);
  background: -webkit-linear-gradient(left, rgba(242, 236, 214, 1) 0%, rgba(242, 236, 214, 1) 50%, rgba(224, 224, 224, 1) 51%, rgba(224, 224, 224, 1) 100%);
  background: -webkit-linear-gradient(top, #024795 0%, #024795 50%, #137dc7 51%, #137dc7 100%);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 10%;
}
.s-subhome-reason-block .flexHalfBlock .box .imgBox .flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.s-subhome-reason-block .flexHalfBlock .box .imgBox .flex .__box {
  flex-basis: 50%;
  flex-basis: calc(50% - 20px);
}
.s-subhome-reason-block .flexHalfBlock .box.cycleBox {
  display: block;
}
.s-subhome-reason-block .flexHalfBlock .box.cycleBox .ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
.s-subhome-reason-block .flexHalfBlock .box.cycleBox .__box {
  margin: 30px 0;
}
.s-subhome-reason-block .flexHalfBlock .box.cycleBox .__box .ttltop {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 20px 0;
  margin-bottom: 30px;
  background-color: #f6e746;
  min-height: 90px;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 5px solid #d4c41b;
}
.s-subhome-reason-block .flexHalfBlock .box.cycleBox .__box:first-of-type .ttltop {
  background-color: #37455e;
  color: #fff;
  border-top: 5px solid #111a2a;
}
.s-subhome-reason-block .flexHalfBlock .box.cycleBox .__box .ttltop .sub {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
.s-subhome-reason-block .flexHalfBlock .box.cycleBox .__box .img {
  text-align: center;
}
.s-subhome-reason-block .flexHalfBlock .box.cycleBox .__box .img img {
  max-width: 100%;
  width: auto;
}
.s-subhome-reason-block .flexHalfBlock .box.cycleBox .__box .txt {
  margin-top: 30px;
  font-size: 16px;
  margin-bottom: 20px;
}
.s-subhome-reason-block .flexHalfBlock .box.cycleBox .__box .caution {
  font-size: 12px;
  color: #666666;
}
@media (max-width: 767px) {
  .s-subhome-reason-block {
    margin: 12vmin 0;
  }
  .s-subhome-reason-block .flexHalfBlock {}
  .s-subhome-reason-block .flexHalfBlock .boxWrap {
    margin: 8vmin 0;
    padding-bottom: 8vmin;
  }
  .s-subhome-reason-block .flexHalfBlock .boxWrap .ttlTop {
    margin-bottom: 6vmin;
  }
  .s-subhome-reason-block .flexHalfBlock .boxWrap .ttlTop .__num {
    font-size: 4vmin;
    padding: 2.2vmin 7px 4vmin 10px;
  }
  .s-subhome-reason-block .flexHalfBlock .boxWrap .ttlTop .__num::after {
    content: "";
  }
  .s-subhome-reason-block .flexHalfBlock .boxWrap .ttlTop .__txt {
    width: 73%;
    font-size: 4.8vmin;
  }
  .s-subhome-reason-block .flexHalfBlock .box {
    /*flex-direction: column-reverse;*/
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .s-subhome-reason-block .flexHalfBlock .box .txtBox {
    margin-bottom: 6vmin;
    flex-basis: auto;
    width: 100%;
  }
  .s-subhome-reason-block .flexHalfBlock .box .txtBox .ttl {
    font-size: 4.4vmin;
  }
  .s-subhome-reason-block .flexHalfBlock .box .txtBox .txt {
    font-size: 1.6rem;
  }
  .s-subhome-reason-block .flexHalfBlock .box .txtBox .img {}
  .s-subhome-reason-block .flexHalfBlock .box .txtBox .img img {}
  .s-subhome-reason-block .flexHalfBlock .box .imgBox {
    flex-basis: auto;
    width: 100%;
  }
  .s-subhome-reason-block .flexHalfBlock .box .imgBox img {
    display: block;
    margin: auto;
  }
  .s-subhome-reason-block .flexHalfBlock .box .imgBox .ttl {
    font-size: 1.8rem;
    text-align: left;
    display: inline-block;
  }
	  .s-subhome-reason-block .flexHalfBlock .box .imgBox .sp_left {
   position: relative;
    left: -25%;
  }

  .s-subhome-reason-block .flexHalfBlock .box .imgBox .flex {}
  .s-subhome-reason-block .flexHalfBlock .box .imgBox .flex .__box {}
  .s-subhome-reason-block .flexHalfBlock .box.cycleBox {}
  .s-subhome-reason-block .flexHalfBlock .box.cycleBox .ttl {
    font-size: 5vmin;
    margin-bottom: 3vmin;
  }
  .s-subhome-reason-block .flexHalfBlock .box.cycleBox .__box {
    margin: 0 0 4vmin;
  }
  .s-subhome-reason-block .flexHalfBlock .box.cycleBox .__box .ttltop {
    font-size: 4.4vmin;
    padding: 4vmin 0;
  }
  .s-subhome-reason-block .flexHalfBlock .box.cycleBox .__box .ttltop .sub {
    font-size: 4.4vmin;
  }
  .s-subhome-reason-block .flexHalfBlock .box.cycleBox .__box .img {}
  .s-subhome-reason-block .flexHalfBlock .box.cycleBox .__box .img img {}
  .s-subhome-reason-block .flexHalfBlock .box.cycleBox .__box .txt {}
  .s-subhome-reason-block .flexHalfBlock .box.cycleBox .__box .caution {}
}
/* --------------------------------------------------------------------
/* 合格者の声
-------------------------------------------------------------------- */
.s-subhome-voice {margin-top: 80px;}
.s-subhome-voice .voiceBox {}
.s-subhome-voice .voiceBox .voiceTop {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.s-subhome-voice .voiceBox .voiceTop .img {
  margin-right: 30px;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  max-width: 130px;
}
.s-subhome-voice .voiceBox .voiceTop .img img {}
.s-subhome-voice .voiceBox .voiceTop .txt {
  font-size: 1.6rem;
}
.s-subhome-voice .voiceBox .voiceList {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s-subhome-voice .voiceBox .voiceList .img {
  margin: 10px 0;
}
.s-subhome-voice .voiceBox .voiceList .img img {}
.s-subhome-voice .voiceBox .voiceList .box {
  background-color: #fff;
  padding: 20px;
  flex-basis: 50%;
  flex-basis: calc(50% - 20px);
  margin: 10px 0;
}
.s-subhome-voice .voiceBox .voiceList .box a {
  color: #333;
}
.s-subhome-voice .voiceBox .voiceList .box a:hover {
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    opacity: 0.8;
}
.s-subhome-voice .voiceBox .voiceList .box .nameBox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.s-subhome-voice .voiceBox .voiceList .box .nameBox .imgArea {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 140px;
  margin-right: 15px;
}
.s-subhome-voice .voiceBox .voiceList .box .nameBox .imgArea img {}
.s-subhome-voice .voiceBox .voiceList .box .nameBox .txtArea {}
.s-subhome-voice .voiceBox .voiceList .box .nameBox .txtArea .ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.s-subhome-voice .voiceBox .voiceList .box .nameBox .txtArea .age {
  background-color: #137dc7;
  display: inline-block;
  color: #fff;
  padding: 3px 7px;
  vertical-align: top;
  width: 15%;
  margin-right: 2%;
  margin-top: 5px;
  text-align: center
}
.s-subhome-voice .voiceBox .voiceList .box .nameBox .txtArea .name {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 80%;
}
.s-subhome-voice .voiceBox .voiceList .box .tag {
  margin-top: 15px;
}
.s-subhome-voice .voiceBox .voiceList .box .tag li {
  background-color: #e6f7ff;
  display: inline-block;
  margin-right: 10px;
  padding: 3px 5px;
}
.s-subhome-voice .voiceBox .caution {
  font-size: 1.2rem;
  color: #666666;
}
@media (max-width: 767px) {
  .s-subhome-voice {
    margin-top: 7vmin;
  }
  .s-subhome-voice .voiceBox {}
  .s-subhome-voice .voiceBox .voiceTop {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
  .s-subhome-voice .voiceBox .voiceTop .img {
    -ms-flex: 0 0 20%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-right: 4vmin;
  }
  .s-subhome-voice .voiceBox .voiceTop .img img {
}

  .s-subhome-voice .voiceBox .voiceList {}
  .s-subhome-voice .voiceBox .voiceList .img {}
  .s-subhome-voice .voiceBox .voiceList .img img {}
  .s-subhome-voice .voiceBox .voiceList .box {
    flex-basis: 100%;
    flex-basis: auto;
  }
  .s-subhome-voice .voiceBox .voiceList .box .nameBox {}
  .s-subhome-voice .voiceBox .voiceList .box .nameBox .imgArea {}
  .s-subhome-voice .voiceBox .voiceList .box .nameBox .imgArea img {}
  .s-subhome-voice .voiceBox .voiceList .box .nameBox .txtArea {}
  .s-subhome-voice .voiceBox .voiceList .box .nameBox .txtArea .ttl {
    font-size: 1.6rem;
  }
  .s-subhome-voice .voiceBox .voiceList .box .nameBox .txtArea .age {
    font-size: 2.8vmin;
    width: 20%;
    margin-top: 1vmin;
  }
  .s-subhome-voice .voiceBox .voiceList .box .nameBox .txtArea .name {
    width: 75%;
    font-size: 2.8vmin;
  }
  .s-subhome-voice .voiceBox .voiceList .box .tag {}
  .s-subhome-voice .voiceBox .voiceList .box .tag li {
    font-size: 2.8vmin;
    margin-right: 1.5%;
    margin-bottom: 1%;
  }
}
.s-subhome-voice .voiceBox .voiceList .box .nameBox .imgArea figure {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}

.s-subhome-voice .voiceBox .voiceList .box .nameBox .imgArea figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/* --------------------------------------------------------------------
/* USCPA スクール比較
-------------------------------------------------------------------- */
.s-subhome-comparison-block {
  margin: 60px 0;
}
.s-subhome-comparison-block .t_comparisonWrap {}
.s-subhome-comparison-block .t_comparison {
  width: 100%;
  border-bottom: 1px solid #dbd8d8;
  border-right: 1px solid #dbd8d8;
  margin-bottom: 20px;
  table-layout: fixed;
  margin-top: 60px;
}
.s-subhome-comparison-block .t_comparison thead {}
.s-subhome-comparison-block .t_comparison thead th {
  color: #fff;
  padding: 15px;
  font-size: 16px;
  vertical-align: middle;
  position: relative;
}
.s-subhome-comparison-block .t_comparison thead th.m_01 {
  background-color: #004896;
}
.s-subhome-comparison-block .t_comparison thead th.m_02 {
  background-color: #666666;
}
.s-subhome-comparison-block .t_comparison thead th .img {
  position: absolute;
  left: 0;
  right: 0;
  top: -32px;
}
.s-subhome-comparison-block .t_comparison thead th .img img {
  width: auto;
}
.s-subhome-comparison-block .t_comparison tbody tr {}
.s-subhome-comparison-block .t_comparison tbody th, .s-subhome-comparison-block .t_comparison tbody td {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #dbd8d8;
  border-left: 1px solid #dbd8d8;
  vertical-align: middle;
}
.s-subhome-comparison-block .t_comparison tbody th {
  width: 230px;
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 16px;
}
.s-subhome-comparison-block .t_comparison tbody td {
  width: 440px;
}
.s-subhome-comparison-block .t_comparison tbody td .__icon {
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
  color: #004896;
  margin-bottom: 10px;
}
.s-subhome-comparison-block .t_comparison tbody td .__icon {}
.s-subhome-comparison-block .t_comparison tbody td.m_02 .__icon {
  color: #c6c6c6;
}
.s-subhome-comparison-block .t_comparison tbody td .__icon.icon01 {
  color: #004896;
}
.s-subhome-comparison-block .t_comparison tbody td .list {
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: normal;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s-subhome-comparison-block .t_comparison tbody td .list li { /* flex-basis: 50%; */ flex-basis: calc(50% - 20px);
}
.s-subhome-comparison-block .t_comparison tbody td .txt {
  font-weight: bold;
}
.s-subhome-comparison-block .t_comparison tbody td .sp_font_large {
    font-size: 1.8rem;
  }
.s-subhome-comparison-block .t_comparison tbody td .sub {
  display: block;
  font-size: 13px;
  font-weight: normal;
}
.s-subhome-comparison-block .t_comparison tbody td.m_01 {
  background-color: #e8f3ff;
}
.s-subhome-comparison-block .t_comparison tbody td.m_02 {}
.s-subhome-comparison-block .caution {
  font-size: 12px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .s-subhome-comparison-block .c-button-container__item {
    max-width: none;
    flex: unset;
  }
}
@media (max-width: 767px) {
  .s-subhome-comparison-block {
    margin: 8vmin 0;
  }
  .s-subhome-comparison-block .ttlWrap {}
  .s-subhome-comparison-block h2.ttl {
    font-size: 5vmin;
    padding: 4vmin 0;
  }
  .s-subhome-comparison-block .txtTop {
    font-size: 3.8vmin;
    margin-bottom: 10vmin;
  }
  .s-subhome-comparison-block .t_comparisonWrap {}
  .s-subhome-comparison-block .t_comparison {
    table-layout: auto;
  }
  .s-subhome-comparison-block .t_comparison thead {}
  .s-subhome-comparison-block .t_comparison thead th {
    font-size: 3vmin;
    padding: 2vmin;
  }
  .s-subhome-comparison-block .t_comparison thead th.m_01 {}
  .s-subhome-comparison-block .t_comparison thead th.m_02 {}
  .s-subhome-comparison-block .t_comparison thead th .img {
    width: 85%;
    display: block;
    margin: auto;
    top: -7vmin;
  }
  .s-subhome-comparison-block .t_comparison thead th .img img {
    max-width: 100%;
  }
  .s-subhome-comparison-block .t_comparison tbody tr {}
  .s-subhome-comparison-block .t_comparison tbody th, .s-subhome-comparison-block .t_comparison tbody td {
    font-size: 3vmin;
    padding: 2vmin 1vmin;
  }
  .s-subhome-comparison-block .t_comparison tbody th {
    width: 20%;
  }
  .s-subhome-comparison-block .t_comparison tbody td {
    vertical-align: top;
  }
  .s-subhome-comparison-block .t_comparison tbody td .__icon {
    font-size: 9vmin;
  }
  .s-subhome-comparison-block .t_comparison tbody td .__icon.icon01 {}
  .s-subhome-comparison-block .t_comparison tbody td .list {
    display: block;
    text-align: left;
  }
  .s-subhome-comparison-block .t_comparison tbody td .list li {}
  .s-subhome-comparison-block .t_comparison tbody td .txt {
    font-size: 2.9vmin;
  }
	.s-subhome-comparison-block .t_comparison tbody td .sp_font_large {
    font-size: 1.5rem;
    position: relative;
    top: 2vmin;
  }

  .s-subhome-comparison-block .t_comparison tbody td .sub {
    font-size: 2vmin;
  }
  .s-subhome-comparison-block .t_comparison tbody td.m_01 {}
  .s-subhome-comparison-block .t_comparison tbody td.m_02 {}
  .s-subhome-comparison-block .caution {}
}
/* --------------------------------------------------------------------
/* 説明会・体験講義 スケジュール
-------------------------------------------------------------------- */
.s-subhome-infosession__budge {
	width: 100px;
    height: 100px;
    top: 40px;
    right: 165px;
}

.s-subhome-infosession__budge > span {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #024796;
}

.s-subhome-infosession-block {}
.s-subhome-infosession-block .infosessionBlock {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 30px;
}
.s-subhome-infosession-block .infosessionBlock .__box {
  flex-basis: 50%;
  flex-basis: calc(50% - 20px);
  border: 1px solid #dcdcdc;
  padding: 20px;
}
.s-subhome-infosession-block .infosessionBlock .__box h3 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.s-subhome-infosession-block .infosessionBlock .__box .topArea {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
.s-subhome-infosession-block .infosessionBlock .__box .topArea .tag {
  flex-basis: 50%;
  flex-basis: calc(50% - 10px);
}
.s-subhome-infosession-block .infosessionBlock .__box .topArea .tag li {
  font-size: 1.5rem;
  background-color: #e6f7ff;
  text-align: center;
  margin-bottom: 10px;
}
.s-subhome-infosession-block .infosessionBlock .__box .topArea .img {
  flex-basis: 50%;
  flex-basis: calc(50% - 20px);
}
.s-subhome-infosession-block .infosessionBlock .__box .topArea .img img {}
.s-subhome-infosession-block .infosessionBlock .__box .list {
  padding-left: 20px;
}
.s-subhome-infosession-block .infosessionBlock .__box .list li {
  list-style: disc;
}
@media (max-width: 767px) {
	.s-subhome-infosession__budge {
    width: 80px;
    height: 80px;
    top: 30px;
    right: 0px;
}
	.s-subhome-infosession__budge > span {
    font-size: 1.4rem;
    line-height: 1.2;
}
  .s-subhome-infosession-block {}
  .s-subhome-infosession-block .infosessionBlock {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 6vmin;
  }
  .s-subhome-infosession-block .infosessionBlock .__box {
    flex-basis: 100%;
    flex-basis: auto;
    width: 100%;
    padding: 4vmin;
    margin: 2vmin 0;
  }
  .s-subhome-infosession-block .infosessionBlock .__box h3 {
    font-size: 5vmin;
  }
  .s-subhome-infosession-block .infosessionBlock .__box .topArea {}
  .s-subhome-infosession-block .infosessionBlock .__box .topArea .tag {}
  .s-subhome-infosession-block .infosessionBlock .__box .topArea .tag li {
    font-size: 3vmin;
  }
  .s-subhome-infosession-block .infosessionBlock .__box .topArea .img {}
  .s-subhome-infosession-block .infosessionBlock .__box .topArea .img img {}
  .s-subhome-infosession-block .infosessionBlock .__box .list {}
  .s-subhome-infosession-block .infosessionBlock .__box .list li {}
  .s-subhome-infosession-block .tab-panel {
    margin: 0;
  }
}
/* --------------------------------------------------------------------
/* ニュース
-------------------------------------------------------------------- */
.s-subhome-news {
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 4rem;
    max-width: 1000px;
    margin: 0 auto;
  	margin-bottom: 0px;
}
@media (max-width: 767px) {
  .s-subhome-news {
    margin-bottom: 0rem;
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 3rem;
    max-width: 90%;
}
}
/* --------------------------------------------------------------------
/* モーダルウィンドウ
-------------------------------------------------------------------- */
.modaal-container {
  /*2025.07.11 サイズ変更
  width: 470px !important;*/
  width: 700px !important;
}
.modal_bf_session {
  margin: 0 auto;
}
.modal_bf_session h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
.modal_bf_session .point {
  display: inline-block;
  float: left;
}
.modal_bf_session .point ul {
  margin-bottom: 15px;
}
.modal_bf_session .point ul li {
  background-color: #e6f7ff;
  padding: 5px;
  text-align: center;
  width: 190px;
  margin-bottom: 7px;
}
.modal_bf_session .img {
  width: 200px;
  display: inline-block;
  float: right;
}
.modal_bf_session .img img {}
.modal_bf_session .txt {
  clear: both;
  margin-top: 16px;
}
.modal_bf_session .txt ul {}
.modal_bf_session .txt ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.modal_bf_session .txt ul li::before {
  content: "・";
  color: #004896;
}
.modaal-close {
  position: absolute !important;
  right: -15px !important;
  top: -15px !important;
}
.modaal-wrapper .modaal-close {
  background-color: #137dc7 !important;
  border-radius: unset !important;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #edff00 !important;
}
@media (max-width: 767px) {
  .modaal-container {
    width: 100% !important;
  }
  .modal_bf_session {}
  .modal_bf_session h3 {}
  .modal_bf_session .point {}
  .modal_bf_session .point ul {}
  .modal_bf_session .point ul li {}
  .modal_bf_session .img {
    width: 53%;
  }
  .modal_bf_session .img img {}
  .modal_bf_session .txt {}
  .modal_bf_session .txt ul {}
  .modal_bf_session .point ul li {
    width: 100%;
  }
}
/* TOP隙間調整 */
.s-subhome-infosession__inner {
  padding-bottom: 30px;
  padding-top: 50px;
}
/* スライダーボタン  */
.c-carousel-indicator {

}
.c-crossfade-carousel__nav__next button {
	display: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  right: 0px;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}
.c-crossfade-carousel__nav__next button::before {
	display: none;
  content: url(/uscpa/images/home/bt_slide_next.png);
  width: 40px;
  background-repeat: no-repeat;
  height: 70px;

}
.c-crossfade-carousel__nav__prev button {
	display: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  left: 0px;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}
.c-crossfade-carousel__nav__prev button::before {
	display: none;
  content: url(/uscpa/images/home/bt_slide_prev.png);
  width: 40px;
  background-repeat: no-repeat;
  height: 70px;

}


.c-crossfade-carousel__nav__next button.active {
display: block;
}
.c-crossfade-carousel__nav__next button.active::before {
display: block;
}
.c-crossfade-carousel__nav__prev button.active {
	display: block;
}
.c-crossfade-carousel__nav__prev button.active::before {
	display: block;
}







@media (max-width: 767px) {
	.c-crossfade-carousel__nav__next button {
		/*top:33%;*/
	}
	.c-crossfade-carousel__nav__prev button {
		/*top:33%;*/
	}
	.s-subhome-infosession__inner {
  padding-top: 5vmin;
}
}


/* columnCTAエリア */
.column_bnr {
	margin: 30px 0;
	text-align: center;
}

.column_bnr img {
    width: 75%;
    margin: 0 auto;
}

.column_voice_ctaArea .ctaArea .box .linkBox .txtBtn a {
    color: #fff;
    border: 1px solid;
    width: 200px;
    display: block;
    text-align: center;
    border-radius: 4px;
    padding: 7px 10px;
    position: relative;
}
.column_voice_ctaArea .ctaArea .box .linkBox .whatTxt a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
}
.column_voice_ctaArea .ctaArea .box .linkBox .whatTxt::before {
    content: "?";
    background-color: #fff;
    padding: 0px 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}

/* 019 */
.column_voice_ctaArea .button019 p {
	text-align: center;
	margin-top: 4vmin;
	font-size: 14px;
	color: #004896;
}

.column_voice_ctaArea .button019 a {
    background: #fff;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 330px;
    border: 1px solid #137DC7;
    padding: 15px 25px;
    color: #137DC7;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    margin-top: 30px;
}
.column_voice_ctaArea .button019 a:after {
  content: "";
  position: absolute;
  top: 53%;
  bottom: 0;
  right: 1.6rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.column_voice_ctaArea .ctaArea .box.flexBox .medal {
    width: 23%;
	margin-top: 1%;
}
.column_voice_ctaArea .button019 a:hover {
  background: #137DC7;
  color: #FFF;
}
.column_voice_ctaArea .button019 a:hover:after {
  right: 1.4rem;
}
.column_voice_ctaArea .box.flexBox .medal {
	margin-right: 30px;
}
.column_voice_ctaArea .b_txt {
  font-size: 11px;
  color: #666666;
}
.column_voice_ctaArea .ctaArea {
    padding: 10px 0 20px;
}
.column_voice_ctaArea .ctaArea .box .linkBox .txtBtn span {
    font-size: 16px;
    position: relative;
    left: 7px;
}
.column_voice_ctaArea .ctaArea .box.flexBox .medal img {
	width: 100%;
}
@media (max-width: 767px) {
	.column_bnr {
	margin: 30px 0;
	text-align: center;
}
	.column_bnr img{
	width: 90%;
	margin: 0 auto;
}
	.column_voice_ctaArea .ctaArea .box .txt span sup {
	font-size: 10px;
	position: relative;
	top: -3px;
}
	.column_voice_ctaArea .ctaArea .box .btn img {
    width: 68%;
}
	.column_voice_ctaArea .ctaArea .box .linkBox {
    display: block;
    text-align: center;
    position: relative;
    left: 17.5%;
}
	.column_voice_ctaArea .ctaArea .box .btn {
    position: relative;
    left: 34%;
    margin-bottom: 5%;
}
	.column_voice_ctaArea .ctaArea .box.flexBox .medal {
    width: 31%;
    top: 1%;
    left: -1%;
}
	.column_voice_ctaArea .ctaArea .box.flexBox .txtArea .txt {
    text-align: right;
    position: relative;
    font-size: 5vmin;
    right: 2%;
    line-height: 1.4;
    margin-bottom: 2%;
}
	.column_voice_ctaArea .ctaArea .box.flexBox .txtArea .txt span {
    font-size: 3.1vmin;
    position: relative;
    left: 1.5%;
}
	.column_voice_ctaArea .ctaArea .box .linkBox .txtBtn span {
    font-size: 15px;
}
	.column_voice_ctaArea .ctaArea .box .linkBox .txtBtn a {
    color: #fff;
    border: 1px solid;
    display: block;
    text-align: center;
    border-radius: 4px;
    width: 66%;
    padding: 5px 10px;
    margin-top: 1%;
    position: relative;
}
	.column_voice_ctaArea .ctaArea .box .linkBox .whatTxt {
    position: relative;
    right: 17%;
}
	.column_voice_ctaArea .ctaArea {
    padding: 10px 0 13px;
}
}


.column_voice_kanren .c-article-column--pccard .c-article-column__title {
    -webkit-line-clamp: unset;
    height: unset;
}

.__bnr_area {
    text-align: center;
    max-width: 800px;
    margin: auto;
}

@media (max-width: 768px) {
.__bnr_area {
    max-width: 90%;
    margin: auto;
}
	}

.c-step .c-stp-2cl {
  display: flex;
}
.c-step .c-stp-2cl .c-stp-2cl-l {
  width: 70%;
}
.c-step .c-stp-2cl .c-stp-2cl-l .u-pr-10 {
  padding-right: 10px;
}
.c-step .c-stp-2cl .c-stp-2cl-l .c-stp-inr-l {
  display: block;
  width: auto;
  margin:20px auto 0;
}
.c-step .c-stp-2cl .c-stp-2cl-l .c-contentfooter-cvn__item.c-stp-inr-l {
  padding: 0 0 16px;
}
.c-step .c-stp-2cl .c-stp-2cl-l .c-stp-inr-l .c-stp-btn {
  display: block;
  margin: auto;
}
.c-step .c-stp-2cl .c-stp-2cl-l .c-stp-inr-l .c-btn-lnk {
  width: 280px;
  text-decoration: none;
}
.c-step .c-stp-2cl .c-stp-2cl-l .c-stp-inr-l .c-stp-nte {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 5px;
}
.c-step .c-stp-2cl .c-stp-2cl-l .c-stp-inr-l .u-stp-lnk {
  text-decoration: none;
}
.c-step .c-stp-2cl .c-stp-2cl-l .c-stp-inr-l .c-dis-l {
  display: block;
}
.c-step .c-stp-2cl .c-stp-2cl-r {
  width: 30%;
}
.c-step .c-stp-2cl .c-stp-2cl-r p {
  /* padding: 0 0 0 35px; */
  width: 240px;
  margin: auto;
}
.c-step .c-stp-2cl .u-stp-mt-10 {
  margin-top: 0;
}

@media (max-width: 768px) {
  .c-step .c-stp-2cl {
    flex-direction: column;
  }
  .c-step .c-stp-2cl .c-stp-2cl-l {
    width: 100%;
  }
  .c-step .c-stp-2cl .c-stp-2cl-r {
    width: 100%;
  }
  .c-step .c-stp-2cl .u-stp-mt-10 {
    margin-top: 10px;
  }
  .c-step .c-stp-2cl .c-stp-2cl-l .c-stp-inr-l .c-dis-l {
    display: none;
  }
}






/***************

TOP 202302月修正エリア追記CSS

************************/

#courseArea .__bnr_area {
	margin-top: 50px;
}
#courseArea .link_box {
	flex-basis: 50%;
	flex-basis: calc(45% - 20px);
	background: #e6f7ff;
	padding: 20px 20px;
}
#courseArea .link_box li {
	margin-bottom: 15px;
}
#courseArea .link_box .c-button-container__item {
	margin: auto;
}
#courseArea .link_box li:last-child {
	margin-bottom: 0px;
}
/*#courseArea .link_box li a {
	color: #1d7fc8;
	display: block;
	margin: auto;
	text-align: center;
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
	min-height: 64px;
	line-height: 64px;
}*/
#courseArea p.txt {
	line-height: 1.8;
}
#reasonArea {
	margin-top: 50px;
}

#reasonArea .abitusTtlBlock {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
#reasonArea .txtBox {
	background: #e6f7ff;
	padding: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#reasonArea .box .txtBox {
	background: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
#reasonArea .txtBox p {
	line-height: 1.8;
}
#voiceArea .txt_box {
	background: #e6f7ff;
	padding: 20px 30px;
	margin-top: 25px;
	margin-bottom: 25px;
}


@media (max-width: 767px) {
#courseArea .txtBox {
    background: #e6f7ff;
    padding: 20px;
    margin-top: 0;
    margin-bottom: 50px;
}
#courseArea .link_box {
    flex-basis: 50%;
    flex-basis: calc(100% - 0px);
    background: #e6f7ff;
    padding: 15px 20px;
    margin-top: 5vmin;
}
#courseArea .link_box li a {
}
#courseArea .link_box li {
    margin-bottom: 4vmin;
}
#courseArea .__bnr_area {
    margin-top: 5vmin;
    margin-bottom: 5vmin;
	max-width: 100%;
}
#reasonArea {
    margin-top: 0;
}
#reasonArea .txtBox {
    margin-top: 8vmin;
    margin-bottom: 5vmin;
}
#reasonArea .box .txtBox {
	margin-top: 6vmin;margin-bottom: 0vmin;
}

}

.l-section .c-fig-001 {
  width: 612px;
  margin: auto;
}
.l-section .c-fig-003 {
  width: 619px;
  margin: auto;
}
.l-section .c-fig-004 {
  width: 620px;
  margin: auto;
}
.l-section .c-fig-005 {
  width: 618px;
  margin: auto;
}
.l-section .c-fig-006 {
  width: 617px;
  margin: auto;
}
.l-section .c-fig-007 {
  width: 615px;
  margin: auto;
}
.l-section .c-fig-008 {
  width: 616px;
  margin: auto;
}
.l-section .c-fig-009 {
  width: 822px;
  margin: auto;
}

.l-section .c-mgn-r-001 {
  margin-right: 30px;
}

.l-section .c-mgn-002 {
  margin: 0 0 0 680px;
}

.l-section .b-notes {
  display: flex;
}

.l-section .b-notes .note-nml,
.l-section .b-notes .note-eng {
  list-style: none;
}

.l-section .b-notes .note-nml {
  width: 700px;
  padding-left: 15px;
  box-sizing: border-box;
}

.l-section .b-notes .note-nml li,
.l-section .b-notes .note-eng li {
  font-size: 12px;
  text-indent: -14px;
}

/* .l-section .note-eng li {
  font-size: 12px;
  text-indent: -14px;
} */

.l-section .b-notes .note-nml li::before {
  content: "※";
  width: 12px;
  height: 12px;
  color: #333333;
  margin-right: 3px;
}

.l-section .b-notes .note-eng li::before {
  content: "※";
  width: 12px;
  height: 12px;
  color: #FF0000;
  margin-right: 3px;
}

@media (max-width: 767px) {
  .l-section .c-fig-001,
  .l-section .c-fig-002,
  .l-section .c-fig-003,
  .l-section .c-fig-004,
  .l-section .c-fig-005,
  .l-section .c-fig-006,
  .l-section .c-fig-007,
  .l-section .c-fig-008 {
    width: 100%;
    margin: auto;
  }

  .l-section .c-mgn-r-001 {
    margin: 0 auto 16px;
  }

  .l-section .c-mgn-002 {
    margin: 0;
  }

  .l-section .b-notes {
    display: block;
  }

  .l-section .b-notes .note-nml {
    margin: 0;
  }
  .l-section .b-notes .note-eng {
    margin: 0 0 0 15px;
  }

}


/*---------------------------------------------------------------------
/* teidan
----------------------------------------------------------------------*/
.p-link-seco {
  margin-top: 60px;
}
.d-heading-seco {
  margin-top: 60px;
  margin-bottom: 32px;
}
.d-heading-seco p {
  margin-top: 24px;
}
.c-lead--xsmall {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8;
}
.image-sec-01 {
  margin-top: 24px;
  text-align: center;
}
.image-size-01 {
  width: 484px;
  height: auto;
}
.image-sec-01 img {
  width: 400px;
  height: auto;
}
.l-sec-img {
  float: left;
  margin: 0 20px 20px 0;
}
.l-section.type-01::after {
  content: '';
  display: block;
  clear: both;
}
.t-link {
  color: #333333;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.8;
  padding-left: 24px;
}
.b-img-l {
  float: left;
}
.b-img-l img {
  width: 400px;
  height: auto;
}
.i-lt {
  float: left;
  width: 400px;
  height: auto;
  margin: 0 18px 18px 0;
}
.i-rt {
  float: right;
  width: 400px;
  height: auto;
  margin: 0 0 18px 18px;
}
.b-fx {
  display: flex;
}
/* .b-pr {
  float: left;
} */
/* .b-pr::after {
  content: '';
  display: block;
  clear: both;
} */
.l-section#sec-01::after {
  content: '';
  display: block;
  clear: both;
}
.c-text-article--dialog__name.d-name-b{
  text-indent: 0;
}
.d-name-b {
  white-space: nowrap;
  width: 115px;
  text-align: right;
  /* float: left; */
}
.c-td-spn {
  padding-left: 37px;
  display: block;
  /* float: left; */
  text-indent: 0;
  margin-top: -30px;
}
.c-td-spn.bld {
  font-weight: bold;
}
.t-int {
  display: block;
  text-indent: -80px;
  /* padding-left: 40px; */
  margin-left: 80px;
  margin-bottom: 24px;
}
.t-ind {
  display:block;
  text-indent: -80px;
  /* padding-left: 0; */
  margin-left: 480px;
}
.t-note {
  font-size: 1.2rem;
}

.cpa-color {
  color: #137DC7;
}

.th-std-bg {
  background-color: #381aee !important;
  color: #ffffff;
  font-weight: bold;
}

.th-stn-bg {
  background-color: #eeeeee !important;
  font-weight: bold;
}

.th-nml {
  background-color: #ffffff !important;
}

.fs-12 {
  font-size: 12px;
}

.fs-16 {
  font-size: 16px;
}

.ld-std-01 {
  font-size: 20px;
  text-align: center;
}

.ld-std-02 {
  font-size: 20px;
  margin-bottom: 30px;
}

.cl-lh-1 {
  line-height: 1;
}

.fs-10 {
  font-size: 10px;
}

.c-nml {
  flex-basis: 100% !important;
  text-align: left;
}

.cl_bld {
  border-top: 3px #dbd8d8 solid !important;
  border-bottom: 3px #dbd8d8 solid !important;
}

.cl_bld_l {
  border-left: 3px #dbd8d8 solid !important;
}

.cl_bld_r {
  border-right: 3px #dbd8d8 solid !important;
}

@media (max-width: 767px) {
  .p-link-seco {
      margin-top: 40px;
      margin-bottom: 50px;
  }
  .d-heading-seco {
      margin-top: 30px;
      margin-bottom: 50px;
  }
  .l-sec-img {
      margin: 0 0 20px 0;
  }
  .image-size-01 {
      width: 100%;
  }
  .image-sec-01 img {
      width: 100%;
  }
  .i-lt {
      width: 100%;
  }
  /* .b-pr {
      padding-right: 5.3333333333%;
  } */
  .c-td-spn {
    padding-left: 0;
    /* display: block;
    text-indent: 0; */
    margin-top: 0;
  }
  .i-lt {
      float: none;
      width: 100%;
      margin: 0 0 18px 0;
  }
  .i-rt {
      float: none;
      width: 100%;
      margin: 0 0 18px 0;
  }
  .t-ind {
      display:inline-block;
      text-indent: 0;
      /* padding-left: 0; */
      margin-left: 0;
  }
  .t-int {
      display:inline-block;
      text-indent: 0;
      margin-left: 0;
      margin-bottom: 24px;
  }
  .d-name-b {
      text-align: left;
  }

  .s-subhome-comparison-block .t_comparison thead th .img.lg-img {
    top: 0;
  }
}

/***************

コラム 202311月監修者情報

************************/

.superVision {
  background-color: #3b9ae326;
  padding: 16px 24px;
  margin-top: 24px;
}

.superVision__title {
  font-size: 2rem;
  font-weight: bold;
  color: #217bcd;
}

.superVision__inner {
  display: flex;
  gap: 32px;
  margin-top: 16px;
}

.superVision__image {
  max-width: 30%;
}

.superVision__image img {
  object-fit: cover;
  max-height: 150px;
  height: 100%;
}

.superVision__text {
  max-width: 70%;
}

.superVision__name {
  font-weight: bold;
  font-size: 2.4rem;
}

.superVision__sentence {
  letter-spacing: .05em;
}

.superVision h3.c-button-cnv--seco {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .superVision__inner {
    flex-direction: column;
  }

  .superVision__image {
    max-width: 100%;
    margin: 0 auto;
  }

  .superVision__image img {
    max-height: 200px;
    object-position: top;
  }

  .superVision__text {
    max-width: 100%;
  }
}

/** 2024.2.16 
    about feature update **/

.c-article-voice__inner.tp2 {
  color: rgb(44, 135, 233);
}

@media (max-width: 767px) {
  .c-heading-prim {
    font-size: 2.0rem;
    line-height: 1.3;
  }

  .l-title-lv4 {
    padding: 30px 0px;
  }

  .ctaArea .box.flexBox .txtArea .txt.tp2 {
    text-align: center;
    padding-left: 20%;
    line-height: 1.4;
  }

  .ctaArea .box.flexBox .txtArea .txt.tp3 {
    text-align: center;
    padding-left: 25%;
    line-height: 1.4;
  }

  .box.flexBox .txtArea .txt span {
    padding-top: 3px;
  }
}

/*----------
table　24/03/01
----------*/
.exam-table table {
	width: 100%;
	text-align: left;
	border: none;
	font-size: 1.4rem;
	line-height: 1.6;
}
.exam-table th,
.exam-table td {
	padding: 16px;
	border: 1px solid #ddd;
	vertical-align: middle;
	text-align: center;
	
}
.exam-table th {
	background-color: #5a76b2;
	font-weight: bold;
	color: #FFFFFF;
}
.exam-table thead th {
	background-color: #5a76b2;
	border-color: #fff;
}
.exam-table--min-s::before, .exam-table--min-l::before, .exam-table--min-full::before {
	content: "";
	display: none;
	width: 240px;
	height: 32px;
	margin-bottom: 16px;
	position: -webkit-sticky;
	position: sticky;
	left: 24px;
	background: url(/common/images/table-swipe.svg) no-repeat center;
	background-size: contain;
}
.exam-table--min-s {
	overflow-x: auto;
}
.exam-table--min-s table {
	min-width: 450px;
}
@media (max-width: 503px) {
	.exam-table--min-s::before {
		display: block;
	}
}
.exam-table--min-l {
	overflow-x: auto;
}
.exam-table--min-l table {
	min-width: 650px;
}
@media (max-width: 727px) {
	.exam-table--min-l::before {
		display: block;
	}
}
.exam-table--min-full {
	overflow-x: auto;
}
.exam-table--min-full table {
	min-width: 1000px;
}
@media (max-width: 1063px) {
	.exam-table--min-full::before {
		display: block;
	}
}
/*----------
table　24/03/01
----------*/
.exam-table2 table {
	width: 100%;
	text-align: left;
	border: none;
	font-size: 1.4rem;
	line-height: 1.6;
}
.exam-table2 th,
.exam-table2 td {
	padding: 1px;
	border: 1px solid #ddd;
	vertical-align: middle;
	text-align: center;
	
}
.exam-table2 th {
	background-color: #5a76b2;
	font-weight: bold;
	color: #FFFFFF;
}
.exam-table2 thead th {
	background-color: #5a76b2;
	border-color: #fff;
}
.exam-table2--min-s::before, .exam-table2--min-l::before, .exam-table2--min-full::before {
	content: "";
	display: none;
	width: 240px;
	height: 32px;
	margin-bottom: 16px;
	position: -webkit-sticky;
	position: sticky;
	left: 24px;
	background: url(/common/images/table-swipe.svg) no-repeat center;
	background-size: contain;
}
.exam-table2--min-s {
	overflow-x: auto;
}
.exam-table2--min-s table {
	min-width: 450px;
}
@media (max-width: 503px) {
	.exam-table2--min-s::before {
		display: block;
	}
}
.exam-table2--min-l {
	overflow-x: auto;
}
.exam-table2--min-l table {
	min-width: 650px;
}
@media (max-width: 727px) {
	.exam-table2--min-l::before {
		display: block;
	}
}
.exam-table2--min-full {
	overflow-x: auto;
}
.exam-table2--min-full table {
	min-width: 1000px;
}
@media (max-width: 1063px) {
	.exam-table2--min-full::before {
		display: block;
	}
}


/*----------
	24/03/21 mine
----------*/
/* パソコンで見たときは"c-figure_pc"のclassがついた画像が表示される */
.c-figure_pc { display: block !important; }
.c-figure_sp { display: none !important; }
 
/* スマートフォンで見たときは"c-figure_sp"のclassがついた画像が表示される */
@media only screen and (max-width: 727px) {
    .c-figure_pc { display: none !important; }
    .c-figure_sp { display: block !important; }
}

/*----------
sp header　24/03/27→25/07/17改修
----------*/
@media (max-width: 767px) {
  .l-mainheader__logo > a > em.upa-tx {
    display: none;
  }
  .l-mainheader__logo > a > span.upa-pass-no {
    visibility: visible;
    width: auto;
    height: auto;
    color: #333;
    font-weight: bold;
    font-size: 12px;
  }
  .l-mainheader.sp-header-compact .l-mainheader__logo > a > span.upa-pass-no {
    font-size: 11px;
  }
}

@media (min-width: 767px) {
  .s-subhome-kv {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .s-subhome-kv.kvBlock01 .s-subhome-kv__carousel {
    flex: 0 0 56.3%;
  }
}

.c-tm {
  display: table;
}
.t-tm {
  font-size: 10px;
  vertical-align: top;
}


.l-mainheader__cnv > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 88px;
  padding-top: 42px;
  position: relative;
  /* background-color: #F6E746; */
  background-color: #024796;
  text-align: center;
  transition: background-color 0.2s;
  color: #fff;
}
.l-mainheader__cnv > li > a:hover {
  /* background-color: #FFF590; */
  background-color: #2475CD;
}
.l-mainheader__cnv > li > a > [class^=icon-] {
  width: 24px;
  height: 24px;
  margin: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  font-size: 24px;
  line-height: 24px;
}
.l-mainheader__cnv > li > a > span {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  /* color: #333; */
  color: #fff;
}
.l-mainheader__cnv > li:last-child > a {
  /* background-color: #024796;
  color: #fff; */
  background-color: #F6E746;
  color: #024796;
}
.l-mainheader__cnv > li:last-child > a:hover {
  /* background-color: #2475CD; */
  background-color: #FFF590;
}
.l-mainheader__cnv > li:last-child > a > [class^=icon-] {
  /* color: #fff; */
  color: #024796;
}
.l-mainheader__cnv > li:last-child > a > span {
  /* color: #fff; */
  color: #024796;
}
.l-mainheader__cnv > li + li {
  border-left: 1px solid #fff;
}

.l-fixed-cvn {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 25;
}
.l-fixed-cvn > ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.l-fixed-cvn > ul > li {
	width: 33.3333333333%;
	height: 40px;
	flex: 1 0 33.3333333333%;
}
.l-fixed-cvn > ul > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	/* background-color: #F6E746; */
  background-color: #024796;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.6rem;
	/* color: #024796; */
  color: #fff;
}
.l-fixed-cvn > ul > li > a > [class^=icon-] {
	font-size: 1.6rem;
	margin-right: 5px;
}
.l-fixed-cvn > ul > li + li {
	border-left: 1px solid #fff;
}
.l-fixed-cvn > ul > li:last-child > a {
	/* background-color: #024796; */
  background-color: #F6E746;
	/* background-image: linear-gradient(90deg, #004896 0%, #0864C7 100%); */
  background-image: none;
	/* color: #fff; */
  color: #024796;
}
.l-fixed-cvn > ul > li:last-child > a > [class^=icon-] {
	/* color: #fff; */
  color: #024796;
}

.icon-calendar:before {
  color: #fff;
}
.icon-document:before {
  color: #fff;
}
.icon-counseling:before {
  content: "\e918";
}

@media (min-width: 768px) {
	.l-fixed-cvn {
		width: 46px;
		/* width: 64px; */
		bottom: auto;
		top: 500px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.l-fixed-cvn > ul {
		display: block;
	}
	.l-fixed-cvn > ul > li {
		width: 100%;
		height: 184px;
	}
	.l-fixed-cvn > ul > li > a {
		display: block;
		padding-top: 34px;
		font-size: 1.6rem;
		transition: background-color 0.2s;
	}
	.l-fixed-cvn > ul > li > a > span {
		display: block;
		width: 18px;
		margin: 4px auto 0;
	}
	.l-fixed-cvn > ul > li > a > [class^=icon-] {
		display: block;
		width: 24px;
		height: 24px;
		margin: 0 auto;
		font-size: 2.4rem;
	}
	.l-fixed-cvn > ul > li > a:hover {
		/* background-color: #FFF590; */
    background-color: #2475CD;
	}
  .l-fixed-cvn > ul > li:last-child > a:hover {
    background-color: #FFF590;
  }
	.l-fixed-cvn > ul > li + li {
		border-left: 0;
		border-top: 1px solid #fff;
	}
}
#std-pk .th-nml .t-spr {
  display: inline-block;
  padding: 0 5px;
  background-color: #f00;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}
#std-pk .u-txt-center .t-stg {
  font-size: 20px;
  font-weight: bold;

}
.l-section .c-spt {
  width: 100%;
  color: #333;
  margin: 50px auto 30px;
}
.l-section .c-spt h2 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom:20px;
}
.l-section .c-spt .c-spt-bx {
  width: 100%;
  border-radius: 30px;
  border: 2px solid #024796;
  box-sizing: border-box;
  padding: 30px 30px 0;
  margin-top: 100px;
}
.l-section .c-spt .c-spt-bx h3 {
  font-size: 30px;
  font-weight: bold;
  margin: -58px auto 20px;
  text-align: center;
  width: 540px;
  background-color: #fff;
}
.l-section .c-spt .c-spt-bx h3 span {
  font-size: 26px;
  font-weight: bold;
  color: #FFF590;
  padding: 4px 15px 6px;
  margin: -58px auto 20px;
  text-align: center;
  background-color: #024796;
}
.l-section .c-spt .c-spt-bx .t-ld {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.l-section .c-spt .c-spt-bx .c-spt-in {
  display: flex;
  flex-wrap: wrap;
  width: 880px;
  margin: auto;
}
.l-section .c-spt .c-spt-bx .c-spt-in li {
  display: flex;
  align-items: center;
  width: 420px;
  border: 2px solid #024796;
  border-radius: 15px;
  margin-bottom: 50px;
  box-sizing: border-box;
  padding-left: 20px;
  box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}
.l-section .c-spt .c-spt-bx .c-spt-in li:nth-child(odd) {
  margin-right: 40px;
}
.l-section .c-spt .c-spt-bx .c-spt-in li figure {
  width: 96px;
  height: 98px;
  margin-top: -30px;
}
.l-section .c-spt .c-spt-bx .c-spt-in li p {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  width: 298px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .l-section .c-spt {
      width: 100%;
      margin: 50px auto 10px;
  }
  .l-section .c-spt h2 {
      font-size: 22px;
      margin-bottom:0px;
  }
  .l-section .c-spt .c-spt-bx {
      width: 100%;
      border: none;
      padding: 20px 0 0;
      margin-top: 50px;
  }
  .l-section .c-spt .c-spt-bx h3 {
      font-size: 26px;
      margin: 1px auto 20px;
      width: auto;
  }
  .l-section .c-spt .c-spt-bx .t-ld {
      font-size: 18px;
  }
  .l-section .c-spt .c-spt-bx .c-spt-in {
      flex-wrap: nowrap;
      flex-flow: column;
      width: 100%;
  }
  .l-section .c-spt .c-spt-bx .c-spt-in li {
      width: 100%;
      margin: 0 auto 30px;
      padding: 10px 0 10px 20px;
  
  }
  .l-section .c-spt .c-spt-bx .c-spt-in li:nth-child(odd) {
      margin-right: 0;
  }
  .l-section .c-spt .c-spt-bx .c-spt-in li figure {
      width: 20%;
      height: auto;
      margin-top: -30px;
  }
  .l-section .c-spt .c-spt-bx .c-spt-in li:last-child {
      margin-bottom: 0;
  }
  .l-section .c-spt .c-spt-bx .c-spt-in li p {
      font-size:18px;
      width: 80%;
  }
}

/* Gnav */
.l-fullnav__cat .l-fullnav__subcat .n-l2 {
  padding: 0;
  margin: 20px 0 0 !important;
  position: relative;
}
.l-fullnav__cat .l-fullnav__subcat .n-l2::after {
  display: block;
  content: "∟";
  position: absolute;
  top: 20px;
  left: 0;
}
.l-fullnav__cat .l-fullnav__subcat .n-l2 .n-l3 {
  display: inline-block;
  margin: -30px 0 10px 20px;
  padding: 0;
}
.l-fullnav__cat .l-fullnav__subcat .n-l2 .n-l3 a {
  color: #333;
  text-decoration: none;
  font-size: 12px;
}
.l-fullnav__cat .l-fullnav__subcat .n-l2 .n-l3 a:hover {
  color:#2C87E9;
}

/* foot */
.l-subfooter .l-fullnav__cat .l-fullnav__subcat .n-l2 {
  padding: 0;
  margin: 5px 0 0 !important;
}
.l-subfooter .l-fullnav__cat .l-fullnav__subcat .n-l2 .n-l3 {
  display: inline-block;
  margin: 1px 0 0 20px;
  padding: 0;
}
.l-subfooter .l-fullnav__cat .l-fullnav__subcat .n-l2 .n-l3 a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.l-subfooter .l-fullnav__cat .l-fullnav__subcat .n-l2 .n-l3 a:hover {
  opacity: 0.6;
}
.l-subfooter__fullnav .l-fullnav__footersitemap-pc.l-fst  {
  margin-top: 0;
}

@media (max-width: 767px) {
  .l-fullnav__cat .l-fullnav__subcat .n-l2 {
    padding: 0;
    margin: 0 !important;
    background-color: #eee;
    position: relative;
  }
  .l-fullnav__cat .l-fullnav__subcat .n-l2::after {
    display: block;
    content: "∟";
    position: absolute;
    top: 5vh;
    left: 9vw;
  }
  .l-fullnav__cat .l-fullnav__subcat .n-l2 .n-l3 {
    display: block;
    margin: -30px 0 10px 20px;
    padding: 0;
    background-color: #eee;
  }
  .l-fullnav__cat .l-fullnav__subcat .n-l2 .n-l3 li,
  .l-fullnav__cat .l-fullnav__subcat .n-l2 .n-l3 li a {
    margin: 0;
    padding: 0 0 0 20px;
  }
  .l-fullnav__cat .l-fullnav__subcat .n-l2 .n-l3 a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
  }
  .l-fullnav__cat .l-fullnav__subcat .n-l2 .n-l3 a:hover {
    color:#2C87E9;
  }

  .l-subfooter .l-fullnav__cat .l-fullnav__subcat .n-l2 {
    padding: 0;
    margin: 0 !important;
    background-color: #333;
  }
  .l-subfooter .l-fullnav__cat .l-fullnav__subcat .n-l2 .n-l3 {
    display: block;
    /* margin: 5px 0 10px 20px; */
    margin: -30px 0 10px 20px;
    padding: 0;
    background-color: #333;
  }
  .l-subfooter .l-fullnav__cat .l-fullnav__subcat .n-l2 .n-l3 li,
  .l-subfooter .l-fullnav__cat .l-fullnav__subcat .n-l2 .n-l3 li a {
    margin: 0;
    padding: 0 0 0 20px;
    background-color: #333;
  }
  .l-subfooter .l-fullnav__cat .l-fullnav__subcat .n-l2 .n-l3 a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
  }
  .l-subfooter .l-fullnav__cat .l-fullnav__subcat .n-l2 .n-l3 a:hover {
    opacity: 0.6;
  }
}

/* map */
.c-sitemap-list > li + li.c-sitemap-list__seco.l-i2 {
  margin-top: 0;
}
.c-sitemap-list > li + li.c-sitemap-list__seco.l-sec {
  padding-left: 1.8em;
}
.c-sitemap-list__third {
  padding-left: 3.0em;
  font-size: 1.2rem;
  margin-top: 12px !important;
}
.c-sitemap-list__third a {
  color: #333;
}
.c-sitemap-list__third a:hover {
  color:#2C87E9;
}

@media (max-width: 767px) {
  .c-sitemap-list__third {
    margin-top: 8px !important;
  }
}

/* footer */

@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.graph .pc {
  width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
}

.graph .sp {
  width: 344px;
  margin: 0 auto;
  padding-top: 30px;
}

/*--------------------
	2025.9 追記（見出し）
---------------------*/

.heading-blue {
	padding: 12px 26px;
	position: relative;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.6;
  color: white;
  background-color: #024796;
  margin-top: 80px;
  background: linear-gradient(to right, #2C87E9 0%, #2C87E9 1%, #024796 1%, #024796 100%);
}

@media only screen and (max-width: 768px) {
  .heading-blue {
  	font-size: 2rem;
  }
}


/*--------------------
	2025.9 追記（テーブル）
---------------------*/

.c-table .c-table-item {
  text-align: center;
  border: 1px solid #ddd;
}

.c-table .c-table-main {
  text-align: center;
  color: white;
  background-color: #024796;
  border: 1px solid #ddd;
}

.c-table .c-table-other {
  text-align: center;
  background-color: #f8f6e7;
  border: 1px solid #ddd;
}

.c-table .c-table-income {
  text-align: center;
  background-color: #137DC7;
  color: white;
  border: 1px solid #ddd;
}

/*--------------------
	2025.9 追記（合格者の声）
---------------------*/

.c-article-voice .c-article-voice__back {
  padding: 15px;
  background-color: #f7f6fb;
}

.c-article-voice .c-article-voice__lead {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  border-bottom: solid 1px #c5c5c5;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .c-article-voice .c-article-voice__lead {
  font-size: 12px;
  font-weight: 600;
  color: #666;
  border-bottom: solid 1px #c5c5c5;
  margin-bottom: 8px;
}
}


/*--------------------
	2025.9 追記（リスト）
---------------------*/

.c-orderlist_circle {
  font-size: 14px;
  color: #333;
  line-height: 32px;
}

.c-list__back {
  padding: 15px 20px;
  background-color: #f7f6fb;
}

/*--------------------
	2025.9/26 追記
---------------------*/

.t-fs {
    font-size: 22px;
    line-height: 1;
}

@media (max-width: 767px) {
    .t-fs {
        font-size: 18px;
    }
}


