@charset "utf-8";
/* キャンペーン内容 */
.fw-500 {
	font-weight: 500;
}
.campaign-wrap{
    box-sizing: border-box;
    background-color: #fff;
    border-left: 2px solid #0091DB;
    border-right: 2px solid #0091DB;
    border-bottom: 2px solid #0091DB;
}
.campaign-wrap.uodu-campaign-wrap{
	border-left: 2px solid #E95377;
    border-right: 2px solid #E95377;
    border-bottom: 2px solid #E95377;
}
.campaign-wrap.tonami-campaign-wrap{
	border-left: 2px solid #00B6EE;
    border-right: 2px solid #00B6EE;
    border-bottom: 2px solid #00B6EE;
}
.campaign-ttl-wrap {
	background-color: #0091DB;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 5px;
}
.uodu-campaign-wrap .campaign-ttl-wrap{
	background-color: #E95377;
}
.tonami-campaign-wrap .campaign-ttl-wrap{
	background-color: #00B6EE;
}
.gachiharu-logo-wrap {
	width: 70%;
	max-width: 375px;
	padding-top: 12px;
}
.gachiharu-logo-wrap_uozu {
	width: 70%;
	max-width: 355px;
}
.gachiharu-logo-wrap_uozu img {
	width: 100%;
}
.gachiharu-logo {
	width: 100%;
}
.senchaku-wrap {
	width: 120px;
	max-width: 30%;
	padding-left: 9px;
}
.img-shadow {
	filter: drop-shadow(3px 3px 5px rgba(34,24,21,.7));
}
.campaign-catchcopy {
	font-size: 16px;
	width: max-content;
	margin-top: 5px;
	color: #fff;
	text-shadow: 3px 3px 5px rgba(34,24,21,.7);
	font-weight: 900;
	line-height: 1.3;
}
.campaign-catchcopy_large {
	font-size: 1.25em;
}
.campaign-wrap-inner{
	background-color: #FFFCDB;
	padding: 1rem;
}
.uodu-campaign-wrap .campaign-wrap-inner{
	background-color: #fff;
}
.tonami-campaign-wrap .campaign-wrap-inner{
	background-color: #fff;
}
.gachiharu-logo-wrap_uozu_namerikawa{
	width: 80%;
	max-width: 100%;
}
.senchaku-wrap--uozu_namerikawa{
	width: 20%;
}
.senchaku-wrap--uozu_namerikawa img{
	width: 100%;
}
.campaign-wrap-inner--uozu_namerikawa{
	background-color: #fff;
}
.campaign-wrap--uozu_namerikawa{
	border-color: #00B6EE;
}
.campaign-ttl-wrap--uozu_namerikawa{
	background-color: #00B6EE;
}
.campaign-catchcopy--uozu_namerikawa{
	text-align: center;
}
 .campaign-wrap-inner--uozu_namerikawa .pricebox .price-dl-wrap dd {
        font-size: 1.5rem;
    }
.price-note{
	font-size: 11px;
	font-weight: 400;
	margin-bottom: 10px;
	padding: 0 .25rem;
}
@media all and (min-width: 576px) {
	.campaign-catchcopy {
    font-size: 25px;
  }
   .campaign-wrap-inner--uozu_namerikawa .pricebox .price-dl-wrap dd {
        font-size: 2.3rem;
    }
}
@media all and (min-width: 768px) {
	.campaign-ttl-wrap {
		padding: 15px;
	}
}
@media all and (min-width: 992px) {
	.campaign-ttl-wrap {
		flex-wrap: nowrap;
	}
	.campaign-catchcopy {
    font-size: 22px;
    padding-left: 15px;
	}
	  .campaign-catchcopy--uozu_namerikawa{
	font-size: 1.75rem;
  }
	.campaign-ttl-wrap--uozu_namerikawa{
		flex-wrap: wrap;
	}
	.campaign-wrap-inner--uozu_namerikawa .pricebox .price-dl-wrap dd {
        font-size: 1.75rem;
    }
}
@media all and (min-width: 1200px) {
	.campaign-catchcopy {
    font-size: 26px;
  }
  .campaign-catchcopy--uozu_namerikawa{
	font-size: 2.25rem;
  }
  .gachiharu-logo-wrap_uozu:not(.gachiharu-logo-wrap_uozu_namerikawa) {
  	max-width: 479px;
  }
  .campaign-wrap-inner--uozu_namerikawa .pricebox .price-dl-wrap dd {
        font-size: 2.3rem;
    }
}
@media all and (min-width: 1400px) {
}
/* 情報対策 */
.information-study-wrap {
	background-color: #fff;
	border: 2px solid #1E2678;
	padding: 10px;
}
.text-darkblue {
	color: #1E2678;
}
.information-study-1 {
	text-align: center;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3px 10px;
	align-items: center;
}
.information-study-1_support {
	font-size: 18px;
}
.information-study-1_number {
	font-size: 16px;
	border-radius: 20px;
	color: #fff;
	background-color: #1E2678;
	display: inline-block;
	padding: 3px 15px;
}
.information-study-2 {
	font-size: 20px;
	text-align: center;
	color: #E60044;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	background-color: #1E2678;
	padding: 10px;
  line-height: 1.4;
}
.fit-center {
	width: max-content;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.information-study-3 {
	font-size: 14px;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #1E2678;
}
.information-study-4 {
	font-size: 18px;
}
.information-study-5 {
	font-size: 15px;
	color: #fff;
	background-color: #1E2678;
	padding: 5px 12px;
}
.information-study-6 {
	font-size: 14px;
}
@media all and (min-width: 576px) {
	.information-study-4 {
		display: flex;
	}
	.information-study-4_dt {
		width: 127px;
    padding-right: 15px;
	}
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
	.information-study-2 {
    font-size: 30px;
    padding: 10px 24px;
  }
  .information-study-1_support {
    font-size: 22px;
  }
  .information-study-3 {
    font-size: 17px;
  }
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* //情報対策 */
/* 魚津 */
.uodu-price-wrap {
	/*border: 2px solid #E60012;
	border-radius: 15px;
	padding: 10px;*/
}
.uodu_ttl-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 15px;
}
.uodu_ttl {
	font-size: 24px;
  line-height: 1.3;
  text-align: center;
}
.uodu_keihi {
	font-size: 14px;
	margin-bottom: 4px;
}
.uodu_gensoku{
	font-size: 1rem;
	padding: 4px 8px;
	font-weight: 700;
	color: #fff100;
	background-color: #e95377;
	width: max-content;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 16px;
}
@media all and (min-width: 400px) {
	.uodu_gensoku{
	font-size: 1.125rem;
}
}
@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
	.uodu_ttl {
	  font-size: 30px;
	}
		.uodu_gensoku{
	font-size: 1.25rem;
	}
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
	/*.uodu-price-wrap {
	  padding: 21px;
	}*/
	.uodu_ttl {
	  font-size: 45px;
	}
}
@media all and (min-width: 1400px) {
}
/* //魚津 */
/* //キャンペーン内容 */
.fv-titlebox {
	background: #E95377;
	padding: 25px 0;
}
.fv-titlebox img {
	filter: drop-shadow(3px 5px 7px rgba(0,0,0,.6));
}
.fv-title-1_1 {
	font-size: 1.75rem;
	color: #fff;
	text-align: center;
	text-shadow: 3px 3px 5px rgb(35 24 21);
}
.fv-title-1_2 {
	font-size: 3rem;
	line-height: 1.4;
	color: #fff;
	text-shadow: 3px 3px 5px rgba(35,24,21,1);
	font-weight: 900;
}
.fv-title-1_2 .fv-title-1_2_small {
	font-size: .8em;
}
.fv-img-wrap {
	position: relative;
	padding-right: 3rem;
}
.fv-img {
	width: 100%;
}
.fv-title-balloon {
	position: absolute;
	top: -0.5rem;
	right: -3rem;
	width: 100px;
}
.fv-title-balloon img {
	width: 100%;
}
.guide-ttl {
	font-size: 2rem;
	padding: .5em 1em;
	color: #fff;
	text-align: center;
}
.pricebox {
	background: #fff;
	box-shadow: 3px 3px 6px rgba(000,000,000,.4);
	border-radius: 10px;
	padding: 12px 12px 2px 12px;
	height: 100%;
	position: relative;
}
.pricebox-elemental {
	border: 3px solid #37BEF0;
}
.pricebox-elemental.icon::before{
	content: "";
	position: absolute;
    top: -5px;
    right: -5px;
    width: 100px;
    height: 39px;
	background: url(/katekyo/lp_gachinatsu2025/takaoka/images/icon-elemental.png) no-repeat center center / contain;
}
.pricebox-junior {
	border: 3px solid #00AF84;
}
.pricebox-high {
	border: 3px solid #EB6D8E;
}
.pricebox-high.icon::before {
	content: "";
	position: absolute;
    top: -5px;
    right: -5px;
    width: 125px;
    height: 39px;
	background: url(/katekyo/lp_gachinatsu2025/takaoka/images/icon-high.png) no-repeat center center / contain;
}
.pricebox-violet {
    border: 3px solid #7484C1;
}
.pricebox-violet.icon::before {
	content: "";
	position: absolute;
    top: -5px;
    right: -5px;
    width: 126px;
    height: 39px;
	background: url(/katekyo/lp_gachinatsu2025/takaoka/images/icon-violet.png) no-repeat center center / contain;
}
.pricebox-violet h2 {
	color: #7484C1;
}
.pricebox-violet dt {
	background-color: #7484C1;
}
.fv-class-wrap {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid #5C5A5A;
}
.gradefor {
	font-size: 1.25rem;
	text-align: center;
	margin-bottom: 3px;
}
.gradefor_blue {
	color: #37BEF0;
}
.gradefor_pink {
	color: #EB6D8E;
}
.gradefor_violet {
	color: #7484C1;
}
.pricebox h2 {
	font-size: 1.75rem;
	text-align: left;
	margin-bottom: 0;
}
.accordion_inner_takaoka .pricebox h2 {
    font-size: 1.25rem;
}
.pricebox h2 span {
	font-size: 1.5em;
}
.taxincluded {
	font-size: 14px;
	color: #5C5A5A;
	font-weight: 500;
}
.pricebox-elemental h2 {
	color: #37BEF0;
}
.pricebox-junior h2 {
	color: #00AF84;
}
.pricebox-high h2 {
	color: #EB6D8E;
}
.price-dl-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pricebox dl {
	text-align: center;
	width: 48%;
	margin-bottom: 0px;
}
.pricebox dt {
	font-size: 1.25rem;
	color: #fff;
	padding: 3px;
}
.pricebox-elemental dt {
	background-color: #37BEF0;
}
.pricebox-junior dt {
	background-color: #00AF84;
}
.pricebox-high dt {
	background-color: #EB6D8E;
}
.pricebox dd {
	font-size: 1.4rem;
	padding-top: 2px;
	margin-bottom: 10px;
	color: #636262;
}
.pricebox .price-dl-wrap_takaoka dl {
	width: 100%;
	display: flex;
	align-items: center;
	gap: .5rem;
}
.pricebox .price-dl-wrap_takaoka dt {
	min-width: 130px;
}
.fv-cta a.to-freediyal-btn {
	color: #FFFFFF;
	background: #E82214;
	border: none;
}
.fv-cta a.to-freediyal-btn span::before {
  background: url(../images/gachiharu/tel-white.png) no-repeat center center/contain;
}
.fv-cta a.to-mailform-btn {
	color: #FFFFFF;
	background: #005BAB;
	border: none;
}
.fv-cta a.fv-mail-bt .to-mailform {
	color: #FFFFFF;
}
.fv-cta a.to-mailform-btn span::before {
  background: url(../images/gachiharu/mail-white.png) no-repeat center center/contain;
}
.fv-reason-1 span, .fv-reason-2 span {
	display: inline-block;
}
.fv-title-img {
	max-width: 100%;
}
.fv-specialty-wrap {
	padding-top: .5rem;
	display: flex;
	justify-content: center;
}
.fv-specialty-item {
	padding: 0 .5rem;
	width: 175px;
	max-width: 50%;
}
.fv-specialty-inner {
	font-size: 1.1rem;
	padding: 4px 1rem;
	text-align: center;
	background-color: #fff;
	color: #E95377;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
}
@media all and (min-width: 992px) {
	

}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {

}

/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

/*デスクトップまで*/
@media all and (max-width: 1360px) {
	.fv-title-img {
		width: 495px;
		display: inline-block;
	}
	.fv-title-balloon {
		right: 0;
	}
}
@media all and (max-width: 1299px) {
	.fv-title-1_1 {
		font-size: 1.2rem;
	}
	.fv-title-1_2 {
    font-size: 2.8rem;
  }
  .pricebox .price-dl-wrap_takaoka dt {
      font-size: 15px;
      min-width: 120px;
  }
  .pricebox .price-dl-wrap_takaoka dd {
      font-size: 1.1rem;
  }
}
@media all and (max-width: 1219px) {
	.fv-title-img {
		width: 450px;
	}
}
@media all and (max-width: 1199px) {
	.fv-title-1_2 {
    font-size: 1.9rem;
  }
	.pricebox dt {
    font-size: 1.15rem;
  }
  .pricebox dd {
    font-size: 1.4rem;
  }
  .sec1-whitebox .pricebox dt {
    font-size: 1.06rem;
  }
  .sec1-whitebox .pricebox dd {
    font-size: 1.2rem;
  }

}


@media all and (max-width: 991px) {
	.fv-title-1_2 {
	    font-size: 1.7rem;
	    padding-bottom: 11px;
	    text-align: center;
	}
	.fv-title-balloon {
	    top: -1rem;
	    right: -2rem;
	    width: 80px;
	}
	.guide-ttl {
		font-size: 1.5rem;
	}
}

/*中デバイスまで*/
@media all and (max-width: 767px) {
	.fv-titlebox {
	    padding: 10px 0;
	}
}

/*小デバイス(横向きモバイル)まで*/

@media all and (max-width: 575px) {
	.fv-img-wrap {
	    padding-right: 4rem;
	}
	.fv-title-balloon {
	    top: -0.5rem;
	    right: 0;
	    width: 3.75rem;
	}
	.pricebox dt {
	    font-size: 1rem;
	}
	.pricebox dd {
	    font-size: 1.2rem;
	}
	.fv-specialty-inner {
    font-size: 14px;
    padding: 3px 0.5rem;
  }
  .sec1-whitebox .pricebox dt {
      font-size: 15px;
  }
  .sec1-whitebox .pricebox dd {
  	font-size: 1.05rem;
  }
}

@media all and (max-width: 480px) {
  
 
}
@media all and (max-width: 400px) {
	.fv-title-1_1 {
		font-size: 1rem;
	}
	.fv-title-1_2 {
	    font-size: 1.5rem;
	}
}

@media all and (max-width: 380px) {

}
@media all and (max-width: 360px) {

}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}
@media all and (min-width: 1250px) {
	.accordion_inner_takaoka .pricebox h2 {
	    font-size: 1.75rem;
	}
}
/* お試し２回パック */
.font-gray {
	color: #3E3A39;
}
.twice-pack-box {
	background-color: #FFFABC;
	border: 3px solid #E60012;
	border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
	width: max-content;
	max-width: 100%;
	padding: 1rem;
}
.twice-pack-ttl {
	display: flex;
	align-items: center;
	justify-content: center;
}
.twice-pack-ttl-1 {
	font-size: 1.5rem;
	display: inline-block;
	text-align: center;
	padding: 2px .75rem;
	border-radius: 5px;
	color: #fff;
	background-color: #E60012;	
}
.twice-pack-ttl-2 {
	padding-left: 7px;
}
.twice-pack-ttl-2_1 {
	font-size: 2rem;
}
.twice-pack-ttl-2_2 {
	font-size: 1.75rem;
}
.twice-pack-copy {
	font-size: 1.1rem;
	text-align: center;
	background-color: #E4E4E5;
	padding: 5px;
}
.twice-price-box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -7.5px;
}
.year-common {
	font-size: 1.5rem;
	padding: 0 7.5px;
}
.twice-price-cource {
	padding: 0 7.5px;
	line-height: 1.2;
}
.twice-times {
	font-size: 1.25rem;
}
.twice-price {
	font-size: 2rem;
}
.twice-price small {
	font-size: .5em;
}
.twice-price small span {
	font-size: 14px;
}
.twice-pack-descbox {
	background-color: #fff;
	border: 1px solid #E60012;
	border-radius: 5px;
}
.twice-pack-desc-ttl {
	font-size: 1.25rem;
	text-align: center;
	margin-bottom: 0;
	padding: 5px 10px;
	border-bottom: 1px solid #E60012;
}
.twice-pack-desc {
	padding: 10px;
}
.twice-pack-desc-item {
	font-size: 1.1rem;
	padding-left: 1.15em;
	position: relative;
	line-height: 1.3;
}
.twice-pack-desc-item::before {
	content: '◎';
	position: absolute;
	top: 0;
	left: 0;
}
.twice-pack-desc-item .noto {
	font-size: .75em;
}
.twice-pack-desc-item:not(:last-child) {
	margin-bottom: 5px;
}
.combined-use {
	font-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
@media all and (max-width: 1199px) {

}
@media all and (max-width: 991px) {
	
}
@media all and (max-width: 767px) {
	.twice-price-box {
		flex-wrap: wrap;
    row-gap: 5px;
	}
	.year-common {
		text-align: center;
		width: 100%;
	}
}
@media all and (max-width: 575px) {
	.twice-pack-box {
		padding: .75rem;
	}
	.twice-pack-ttl {
		flex-wrap: wrap;
	}
	.twice-pack-ttl-1 {
    font-size: 15px;
    width: 100%;
    margin-bottom: .25rem;
  }
  .twice-pack-ttl-2 {
  	padding-left: 0;
  }
  .twice-pack-ttl-2_1 {
  	font-size: 1.8rem;
  }
  .twice-pack-ttl-2_2 {
  	font-size: 1.4rem;
  }
	.twice-pack-copy {
    font-size: 14px;
  }
  .twice-times {
    font-size: 1.1rem;
  }
  .twice-pack-desc-ttl {
    font-size: 1.1rem;
  }
  .twice-pack-desc-item {
  	font-size: 15px;
  }
  .twice-pack-desc-item .noto {
      font-size: 14px;
  }
}
/* //お試し２回パック */


/* 特典 */
.privilege-section {
	background-color: #E0F0FC;
}
.privilege-box {
	max-width: 520px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #E60012;
	padding: 1rem;
	background-color: #fff;
}
.privilege-box h2 {
	color: #FFF100;
	border-bottom: 1px solid #595757;
	padding-bottom: .5rem;
	margin-bottom: 1rem;
	-webkit-text-stroke: 1px #1D2088;
	text-stroke: 1px #1D2088;
}
.privilege-box p {
	font-size: 1.25rem;
}
.privilege-box p strong {
	font-size: 1.5em;
}
.quocard-wrap {
	min-width: 145px;
}
.quocard {
	filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3))
}
@media all and (max-width: 575px) {
	.privilege-box p {
	    font-size: 1rem;
	}
}
/* //特典 */





/* アコーディオン  */
.acc-wrap .accordion_one {
  width: 100%;
}
.acc-wrap .accordion_one:not(:last-child) {
	margin-bottom: .25rem;
}
.acc-wrap .accordion_one .accordion_header {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  background-color: #F28CAA;
}
.acc-wrap .accordion_one .accordion_header:hover {
  opacity: .8;
}
.acc-wrap .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  margin-top: -12px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.acc-wrap .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.acc-wrap .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.acc-wrap .accordion_one .accordion_header .i_box .one_i:before, .acc-wrap .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.acc-wrap .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.acc-wrap .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.acc-wrap .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.acc-wrap .accordion_one .accordion_inner {
  display: none;
  padding: 1rem;
  box-sizing: border-box;
  background-color: #fff;
  border-left: 2px solid #F28CAA;
  border-right: 2px solid #F28CAA;
  border-bottom: 2px solid #F28CAA;
}
.acc-wrap .accordion_one .accordion_inner .box_one {
  height: auto;
}
.acc-wrap .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media all and (max-width: 1199px) {
	.acc-wrap .accordion_one .accordion_header {
    font-size: 18px;
  }
}
@media all and (max-width: 991px) {
	.acc-wrap .accordion_one .accordion_header {
	  font-size: 20px;
	}
	.acc-wrap .accordion_one .accordion_inner {
		padding: 10px;
	}
}
@media all and (max-width: 767px) {
	.acc-wrap .accordion_one .accordion_header {
	  font-size: 16px;
	  text-align: left;
    padding: 15px 60px 15px 15px;
	}
}
@media all and (max-width: 576px) {
	
}
/* //アコーディオン  */


/* 魚津系統3校 */
.uodu-price-wrap {
	box-shadow: 3px 3px 6px rgba(000,000,000,.4);
	border: 3px solid #fff;
	background-color: #F19CA6;
	padding: 1rem;
	border-radius: 15px;
}
.uodu-price-box {
	display: flex;
	flex-wrap: wrap;
	row-gap: 1rem;
}
.uodu-price-item {
	width: 100%;
}
.uodu_ttl_1, .uodu_ttl_2 {
	display: block;
}
.uodu_ttl_1 {
	color: #fff;
	text-shadow: 3px 3px 3px #3E3A39, -3px -3px 3px #3E3A39,
	-3px 3px 3px #3E3A39,  3px -3px 3px #3E3A39,
	3px 0 3px #3E3A39, -3px  0 3px #3E3A39,
	0 3px 3px #3E3A39,  0 -3px 3px #3E3A39;
	font-size: 1.1em;
}
.uodu_ttl_2 {
	font-size: .75em;
}
.uodu_ttl_2, .uodu_keihi {
	color: #3E3A39;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.uodu-price-dl, .uodu-price-dl dd {
	margin-bottom: 0;
}
.uodu-price-dl dt {
	font-size: 1.25rem;
	color: #00B6EE;
	border: 2px solid #00B6EE;
	background-color: #fff;
	border-radius: 3px;
	text-align: center;
	width: 100%;
	padding: 2px;
	margin-bottom: 0.06rem;
}
.uodu-price-dl dd {
	color: #00B6EE;
	text-align: center;
	font-size: 2rem;
	margin-top: 4px;
}
.uodu-price {
	padding-right: 0.25rem;
	position: relative;
	display: inline-block;
	-webkit-text-stroke: 7px #fff;
	z-index: 10;
}
.uodu-price-unit {
	position: relative;
	display: inline-block;
	font-size: .75em;
	-webkit-text-stroke: 7px #fff;
}
.uodu-price::before, .uodu-price-unit::before {
	content: attr(data-text);
	position: absolute;
	color: #00B6EE;
	-webkit-text-stroke: 2px #000;
}
.dif-point-ttl {
	font-size: 1.15rem;
	padding: 10px 15px;
	color: #fff;
	background-color: #00B6EE;
	text-align: center;
}
.dif-point-contents {
	padding: 10px 15px;
	color: #00B6EE;
	border-right: 2px solid #00B6EE;
	border-bottom: 2px solid #00B6EE;
	border-left: 2px solid #00B6EE;
}
.before-round {
	display: block;
	position: relative;
	padding-left: 1.07em;
}
.before-round:not(:last-child) {
	margin-bottom: .5em;
}
.before-round::before {
	content: '◎';
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
}
.before-asterisk {
	position: relative;
	padding-left: 1em;
}
.before-asterisk::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
}
@media all and (min-width: 520px) {
	.uodu-price-item {
		width: 50%;
		padding: 0 7.5px;
	}
}
@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
  
}
@media all and (min-width: 992px) {
	.uodu-price-item {
	  width: 25%;
	}
	.dif-point-wrap {
		display: flex;	
    margin-right: auto;
		margin-left: auto;
    width: max-content;
    max-width: 100%;
	}
	.dif-point-ttl {
		display: flex;
		align-items: center;
		min-width: fit-content;
		text-align: left;
	}
	.dif-point-contents {
		border-top: 2px solid #00B6EE;
		border-left: none;
	}
}
@media all and (min-width: 1200px) {
  .uodu-price-dl dt {
    font-size: 1.5rem;
  }
  .uodu-price-dl dd {
    font-size: 2.25rem;
  }

  .dif-point-ttl {
    font-size: 1.5rem;
  }
  .dif-point-contents {
  	font-size: 1.06rem;
  }
}


/* faq */
.gachinatsu-faq{
	background-color: #C8E4C7;
}
.gachinatsu-faq-titlewrap{
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 2rem;
}
.row.gachinatsu-faq-row{
	row-gap: 1rem;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.row.gachinatsu-faq-row > *{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.gachinatsu-faq-item{
	border-radius: 25px;
	background-color: #FFFCD1;
	padding: 1rem 1.25rem;
	height: 100%;
}

.border-green{
	border: 3px solid #92C527;
}
.border-pink{
	border: 3px solid #E85298;
}
.border-lightorange{
	border: 3px solid #F49C00;
}
.border-lightpink{
	border: 3px solid #EF93BB;
}
.border-purple{
	border: 3px solid #8B5AA2;
}
.border-yellow{
	border: 3px solid #FFF100;
}
.border-orange{
	border: 3px solid #EE7800;
}

.gachinatsu-faq-title{
	font-size: 1.125rem;
	font-weight: 700;
	padding-left: 1.5rem;
	position: relative;
	margin-bottom: .75rem;
}
.gachinatsu-faq-title::before{
	content: "Q.";
	position: absolute;
	top: 0;
	left: 0;
}
.gachinatsu-faq-katekyo{
	position: relative;
	border-radius: 15px;
	border: 2px solid #E60012;
	color: #1D2088;
	background-color: #fff;
	padding: 0.5rem 0.5rem 0.5rem 3.25rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 0.75rem;
}
.gachinatsu-faq-katekyo::before{
    content: "";
    position: absolute;
    left: -10px;
    top: -6px;
    width: 50px;
    height: 50px;
    z-index: 10;
    background: url(/katekyo/lp_gachinatsu2025/toyama/images/icon-katekyo.svg) no-repeat center center / contain;
}
.gachinatsu-faq-simple{
	position: relative;
	border-radius: 15px;
	border: 2px solid #727171;
	background-color: #DCDDDD;
	padding: 0.5rem 0.5rem 0.5rem 3rem;
	font-weight: 700;
	line-height: 1.3;
}
.gachinatsu-faq-simple::before{
    content: "";
    position: absolute;
    left: -10px;
    top: -6px;
    width: 50px;
    height: 50px;
    z-index: 10;
    background: url(/katekyo/lp_gachinatsu2025/toyama/images/icon-simple.svg) no-repeat center center / contain;
}
.gachinatsu-faq-why{
  position: relative;
  border-radius: 15px;
  border: 2px solid #E60012;
  color: #1D2088;
  background-color: #fff;
  padding: 4.5rem 1rem 1rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 4rem;
}
.gachinatsu-faq-why::before{
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 170px;
  height: 95px;
  z-index: 10;
  background: url(/katekyo/lp_gachinatsu2025/toyama/images/faq-hukidashi2.png) no-repeat center center / contain;
}
@media all and (min-width: 576px) {
	.gachinatsu-faq-item{
		padding: 1rem 0.75rem;
	}
	.gachinatsu-faq-katekyo{
    padding: 0.5rem 0.5rem 0.5rem 3rem;
  }
}
@media all and (min-width: 768px) {
  .gachinatsu-faq-why {
    margin-top: 2.5rem;
    padding: 1rem 1rem 1rem 11rem;
}
  .gachinatsu-faq-why::before {
    top: -15px;
    left: -15px;
    transform: unset;
    -webkit-transform: unset;
}
}
/* faq */

/* CTA */
.form.float{
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  transition: 0.3s;
}
.float .to-freediyal-btn, .float .to-mailform-btn {
  height: 40px;
  font-size: 16px;
  border-radius: 36px;
}
.float .to-freediyal-btn span, .float .to-mailform-btn span {
  padding-left: 40px;
}
.float .to-freediyal-btn span::before {
  width: 28px;
  height: 21px;
}
.float .to-mailform-btn span::before {
  width: 27px;
  height: 34px;
}
@media screen and (max-width: 575px) {
  .float .to-freediyal-btn {
      margin-bottom: 4px;
  }
  .float .to-freediyal-btn, .float .to-mailform-btn {
    height: 30px;
    font-size: 14px;
}
}
/* CTA */

/* 夏季集中指導のご案内 */
.font-blue{
	color: #0070C0;
}
.fw-700{
	font-weight: 700;
}
.guid-titlewrap{
	text-align: center;
	margin-bottom: 1.5rem;
}
.guid-title{
	font-size: 1.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
	column-gap: 8px;
}
.guid-title span{
	font-size: 14px;
    border: 1px solid #000;
    padding: 1px 4px;
    display: inline-block;
}
.guid-desc{
	margin-bottom: 3rem;
}
.guid-fee-title{
	font-size: 1.5rem;
}
.guid-fee-title span{
	font-size: 1rem;
	display: inline-block;
}
.guid-feewrap{
	margin-bottom: 1rem;
	overflow-x: scroll;
}
.guid-fee-titlewrap{
	margin-bottom: 0.5rem;
}
.guid-fee-title-desc{
	font-size: 14px;
}
.guid-feewrap table {
	border-collapse: collapse;
	width: 100%;
	border: 3px solid red;
	width: 100%;
	min-width: 690px;
}
.guid-feewrap th, .guid-feewrap td {
	border: 1px solid #000;
	text-align: center;
	padding: 10px;
}
.guid-feewrap th{
	display: table-cell;
	width: auto!important;
}
.guid-feewrap th, .guid-feewrap tr td:first-of-type  {
	background-color: #f2f2f2;
}
.guid-fee-list{
	padding-left: 0;
	margin: 0;
	list-style: none;
}
.guid-fee-list li{
	position: relative;
	padding-left: 1rem;
	margin-bottom: 3px;
}
.guid-fee-list li::before{
	content: "＊";
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (min-width: 768px) {
	.guid-title {
		font-size: 2.5rem;
	}
	.guid-subtitle{
		font-size: 1.25rem;
	}
	.guid-fee-title{
		font-size: 2.5rem;
	}
	.guid-fee-title span {
		font-size: 1.25rem;
	}
	.guid-feewrap{
		overflow-x: unset;
	}
}
/* 夏季集中指導のご案内 */



/* 砺波小杉 */
.uodu-price-wrap.tonami-price-wrap, .uodu-price-box.tonami-price-box{
	background-color: #00B6EE;
}
.tonami-faqwrap{
	border: 2px solid #00B6EE;
	padding: 1rem;
	border-radius: 20px;
}
.tonami-faq-item dt{
	color: #00B6EE;
	position: relative;
	padding-left: 1rem;
	margin-bottom: 4px;
}
.tonami-faq-item dt::before{
	content: "Q.";
	position: absolute;
	left: 0;
	top: 0;
}
.tonami-faq-item dd{
	position: relative;
	padding-left: 1rem;
}
.tonami-faq-item dd::before{
	content: "A.";
	position: absolute;
	left: 0;
	top: 0;
}
.tonami-faq-icon img{
	width: 80px;
}
@media screen and (min-width: 768px) {
	.tonami-faq-icon img{
		width: 130px;
	}
}
/* 砺波小杉 */