@charset "UTF-8";
/*---------------
 
 共通 Style
 
 --------------- */

/* ========== Tokens ========== */
:root{
  --c-main: #02308E;
  --c-sub: #0095D7;
  --c-premium: #01256E;
  --c-bg: #D6ECF9;
  --c-accent: #FF5E00;
}

#wrapper{ width: 100%; margin:0 auto; }
#main { width: 100%; margin: 0 auto; }
img {
 	vertical-align: bottom;
 	width: 100%;
 	height: auto;
}
p { font-size: 16px; line-height: 1.7; }
.mb10 { margin-bottom: 10px; }
.ttl-a {
 	color: #fff;
 	text-align: center;
    padding: 0;
    border-left: none!important;
    font-family: ;
    margin-bottom: 70px;
    line-height: 1.3;
    background-color: var(--c-main);
    box-sizing: border-box;
    padding: 10px;
    position: relative;
}
.ttl-a h2:after {
 	position: absolute;
 	content: '';
 	top: 100%;
 	left: 50%;
 	border: 30px solid transparent;
 	border-top: 30px solid var(--c-main);
 	width: 0;
 	height: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.ttl-a h2 {
	font-size: 50px;
	position: relative;
}
.ttl-a h2 span { font-size: 24px; }
.voice-container .ttl-a , #guide-container .ttl-a , #contact-container .ttl-a, #achievements .ttl-a { padding: 25px; }
.voice-container .ttl-a h2 , #guide-container .ttl-a h2 , #contact-container .ttl-a h2, #achievements .ttl-a h2 { font-size: 38px; }
.voice-container .ttl-a h2:after , #achievements .ttl-a h2:after { content: none; }
#guide-container .ttl-a h2:after, #contact-container .ttl-a h2:after {
	top: 125%;
}
.ttl-ribbon {
 	position: absolute;
 	padding: 10px;
 	background-color: var(--c-main);
 	color: #fff;
 	width: 1010px;
 	font-size: 34px;
 	text-align: center;
 	margin: 0 auto;
 	box-sizing: border-box;
 	top:20px;
 	left: 50%;
 	position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.ttl-ribbon::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #333;
}
.ttl-ribbon::after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #333;
}

 /*---------------

 共通 Style

 --------------- */
.main-visual {
	margin: 0 auto 30px;
	width: 980px;
}
.main-visual ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 70px;
}
.main-visual li {
	width: 475px;
}
.main-visual li a {
	border: 3px solid var(--c-main);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	text-decoration: none;
}
.main-visual li img {
	width: 150px;
}
.main-visual li p {
	padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    position: relative;
}
.main-visual li p::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid var(--c-main);
}

#intro-container .container { width: 1010px; margin: 0 auto 90px; }
.point-container {
 	width: 980px;
 	padding: 100px 10px 10px; 
 	margin: 0 auto 80px;
 	position: relative;
 	border: 3px solid var(--c-bg);
 	box-sizing: border-box;
 }
.point-container-box {
	border: 3px solid var(--c-sub);
	margin-bottom: 20px;
}

.point-container-box h3 {
 	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	background-color: var(--c-sub);
	padding: 8px;
	box-sizing: border-box;
	font-weight: bold;
	line-height: 1;
 }
.point-container-box h3 span {
 	font-size: 30px;
	color: #fff;
	letter-spacing: .05em;
 }
 .point-container-box h3 strong {
 	display: flex;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	background-color: var(--c-main);
	border-radius: 50%;
	font-size: 44px;
	color: #fff;
	line-height: 1;
	font-weight: bold;
 }

.point-container-box-inner {
	width: 100%;
	padding: 25px;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.point-container-txt-box { width: 600px; }
.point-container-txt-box h4 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.point-container-txt-box p { font-size: 16px; line-height: 1.7; }

.course-info-link {
	width: 980px;
	margin: auto;
}
.course-info-link ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.course-info-link li {
	width: 475px;
}
.course-info-btn {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 475px;
	min-height: 134px;
	padding: 28px 20px 20px;
	box-sizing: border-box;
	border-radius: 12px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.course-info-btn::before {
	content: "";
	position: absolute;
	inset: 5px;
	border: 1px solid rgba(255,255,255,1);
	border-radius: 9px;
	pointer-events: none;
}
.course-info-btn::after {
	content: "";
	width: 0;
	height: 0;
	margin-top: 12px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #fff;
}
.course-info-btn--corezemi {
	background-color: #DB0082;
}
.course-info-btn--9pal {
	background-color: #3093C7;
}
.course-info-btn__title,
.course-info-btn__text {
	position: relative;
	z-index: 1;
	color: #fff;
	font-weight: bold;
	line-height: 1.3;
}
.course-info-btn__title {
	font-size: 28px;
}
.course-info-btn__title small {
	font-size: 20px;
}
.course-info-btn__text {
	margin-top: 12px;
	font-size: 21px;
	border-bottom: 1px solid #fff;
}
.course-info-btn:hover {
	opacity: 0.8;
}

/*---------------

 Course-Container Style

 --------------- */
.course-container { background-color: var(--c-bg); }
.course-container .container {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.course-intro-box {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 45px;
}
.course-intro-txt { width: 457px; }
.course-intro-txt h3 {
	font-size: 24px;
	margin-bottom: 25px;
}
.course-intro-txt dt {
	background-color: var(--c-main);
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	padding: 0.5em;
}
.course-intro-txt dd {
	border: 3px solid var(--c-main);
	background-color: #fff;
	padding: 1em;
}
.course-intro-txt dd li {
    margin-bottom: 0.5em;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.7;
}
.course-intro-txt dd li:before {
    content: "";
    background-color: var(--c-main);
    position: relative;
    top: -2px;
    left: 0;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    margin-right: 6px;
}
.course-intro-txt dd li:last-child {
	margin-bottom: 0;
}
.course-intro-img { width: 500px; }

.course-intro-box.app2 {
	width: 980px;
	margin: 100px auto;
}
.course-intro-box.app2 .course-intro-txt {
	width: 700px;
}
.course-intro-box.app2 .course-intro-img {
	width: 243px;
}
.course-intro-box.app2 .course-intro-img p {
	text-align: center;
	margin-top: 0.25em;
}
.course-intro-box.app2 h3 {
	background-image: url(img/ico-app.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 50px auto;
	padding-left: 60px;
	box-sizing: border-box;
}
.course-intro-box.app2 h4 {
	font-size: 20px;
	color: var(--c-accent);
	margin-bottom: 1em;
}
.course-intro-box.app2 .closing {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 1em;
}
.course-intro-box.app2 .closing span {
	background: linear-gradient(transparent 65%, #FFF8B3 30%);
}

.course-intro-date {
	background-color: #fff;
	margin-bottom: 50px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}
.course-intro-date p { font-size: 20px; }
.course-intro-date span { font-size: 30px; }
.course-intro-date span:first-child { color: var(--c-main); font-size: 20px; }
.course-info-ttl-box { margin-bottom: 30px; }
.course-info-ttl-box h3 {
	font-size: 40px;
	color: #000;
	text-align: center;
}
.course-info-ttl-box p {
	font-size: 15px;
	color: #000;
	text-align: center;
	background-color: inherit!important;
}
.course-info-ttl-box h3 span {
	font-size: 30px;
}

/*---------------

 ここが違う

 --------------- */
.different {
	margin-bottom: 70px;
}
.different-content {
	padding: 20px;
	background-color: #fff;
}
.different-content.even {
	background-color: var(--c-bg);
}
.different-content ul {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.different-content li:first-child {
	width: 92px;
}
.different-content li:nth-child(2) {
	width: 540px;
}
.different-content li:last-child {
	width: 250px;
}
.different-content h4 {
	color: var(--c-main);
	font-size: 32px;
	margin-bottom: 20px;
	line-height: 1.5;
}

/*---------------

 学習内容

 --------------- */
.curriculum-example {
	margin-bottom: 70px;
}
.curriculum-example dl { margin-bottom: 10px;}
.curriculum-example dt {
	background-color: var(--c-main);
	padding: 20px 25px;
	position: relative;
}
.curriculum-example dt h4 {
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
}
.curriculum-example dt h4 span {
	color: var(--c-main);
	background-color: #fff;
	padding: 7px 15px;
	margin-right: 15px;
}
.curriculum-example dt:hover { cursor: pointer; opacity: 0.8; }
.curriculum-example dt span::before, .curriculum-example dt span::after {
  content: '';
  display: block;
  width: 35px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.curriculum-example dt span::after {
  background-color: #fff;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.2s;
}
.curriculum-example .active span::after { transform: rotate(0); transition: 0.5s; }
.curriculum-example dd { padding: 25px 15px; background-color: #fff; }
.curriculum-example .note {
	margin-bottom: 1em;
}
.curriculum-example table { border-collapse: collapse; width: 100%; }
.curriculum-example table th {
	background-color: var(--c-bg);
	color: #000;
	text-align: center;
	font-weight: bold;
	width: 175px;
	border: 1px solid var(--c-main);
	padding: 10px 15px 10px 20px;
	line-height: 1.5;
	box-sizing: border-box;
	font-size: 15px;
}
.curriculum-example table td {
	border: 1px solid var(--c-main);
	padding: 10px 10px 10px 15px;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.7;
	box-sizing: border-box;
}
.curriculum-example table td h5 {
	font-size: 17px;
	color: var(--c-main);
	margin-bottom: 0.5em;
}
.curriculum-example table td p {
	font-size: 14px;
}
.table-th { vertical-align: top; background-color: #fff!important; }
.table-note {
	text-align: center;
	font-size: 20px;
	line-height: 1.3;
	margin-top: 25px;
}
.point-container-box .curriculum-example {
	padding: 0 25px 25px;
	margin-bottom: 0;
}

/*---------------

 コース・価格

 --------------- */
.course-price {
	margin-bottom: 70px;
}

.wrapper-course-plan {
	background-color: var(--c-bg);
	padding: 20px 0;
	margin-bottom: 30px;
}
.wrapper-course-plan.last {
	margin-bottom: 0;
}
.wrapper-course-plan h4 {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 0.5em;
}
.course-plan {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.course-plan-content {
	background-color: #fff;
	text-align: center;
	padding-bottom: 30px;
	width: 480px;
}
.wrapper-course-plan .course-plan-content {
	width: 313px;
}
.course-plan-content .sm-ttl {
	position: relative;
	display: inline-block;
	margin-bottom: 25px;
	padding: 10px;
	width: 480px;
	box-sizing: border-box;
	color: #fff;
	background-color: var(--c-sub);
}
.wrapper-course-plan .sm-ttl {
	width: 313px;
}
.course-plan-content.standard .sm-ttl {
	background-color: var(--c-premium);
}
.course-plan-content.regular .sm-ttl {
	background-color: var(--c-main);
}
.course-plan-content .sm-ttl:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid var(--c-sub);
}
.course-plan-content.standard .sm-ttl:before {
	border-top: 15px solid var(--c-premium);
}
.course-plan-content.regular .sm-ttl:before {
	border-top: 15px solid var(--c-main);
}
.course-plan-content .sm-ttl h4, .wrapper-course-plan .course-plan-content .sm-ttl h5 {
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
}
/*.course-plan-content.standard .sm-ttl h4 {
	background-image: url(img//img-recommended.png);
	background-repeat: no-repeat;
	background-size: 79px auto;
	background-position: top 5px right;
	padding-right: 85px;
	margin-left: 43px;
}*/
.course-plan-content .sm-detail {
	width: 260px;
	margin: auto;
}
.course-plan-content .sm-for {
	font-size: 18px;
	margin-bottom: 10px;
}
.course-plan-content .sm-price {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.course-plan-content .sm-price span {
	font-size: 23px;
}
.course-plan-content dl {
	margin: 0 auto 20px;
	width: 350px;
}
.wrapper-course-plan .course-plan-content dl {
	width: 100%;
}
.course-plan-content dt {
	background-color: var(--c-sub);
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding: 5px;
}
.course-plan-content.standard dt {
	background-color: var(--c-premium);
}
.course-plan-content.regular dt {
	background-color: var(--c-main);
}
.course-plan-content dt span {
	font-size: 27px;
}
.course-plan-content dd {
	border: 1px solid var(--c-sub);
	padding: 10px;
	font-size: 17px;
	text-align: center;
}
.course-plan-content.standard dd {
	border: 1px solid var(--c-premium);
}
.course-plan-content.regular dd {
	border: 1px solid var(--c-main);
}
.course-plan-content h5.add, .course-plan-content h6 {
	border-bottom: 1px solid var(--c-sub);
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	color: var(--c-sub);
	display: inline-block;
}
.course-plan-content.standard h5.add {
	border-bottom: 1px solid var(--c-premium);
	color: var(--c-premium);
}
.course-plan-content.regular h6 {
	border-bottom: 1px solid var(--c-main);
	color: var(--c-main);
}
.course-plan-content.standard h6 {
	border-bottom: 1px solid var(--c-premium);
	color: var(--c-premium);
}
.course-price .closing {
	text-align: center;
	margin-top: 20px;
}

/*---------------

 Voice-Container Style

 --------------- */
.voice {
	margin-bottom: 70px;
}
.voice-container .container { width: 980px; margin: 0 auto 90px; }
.voice-box {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 40px;
	border: 3px solid #e1ede4;
	box-sizing: border-box;
	padding: 30px 25px;
}
.voice-box2 {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 40px;
	border: 2px solid var(--c-main);
	background-color: #fff;
	box-sizing: border-box;
	padding: 30px 25px;
}
.voice-box2.last {
	margin-bottom: 0;
}
.voice-txt { width: 675px; }
.voice-txt p { font-size: 16px; }
.voice-txt h4 {
	font-size: 24px;
	color: #000;
	margin-bottom: 10px;
}
.voice-txt h5 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 15px;
	display: inline-block;
}
.voice-txt h5 span {
	display: inline-block;
	padding: 5px 12px;
	border: 1px solid var(--c-main);
}
.voice-txt h5 span:first-child { background-color: var(--c-main); }
/*.voice-txt h5 span { background-color: var(--c-main); }*/
.voice-txt h5 span:last-child {
    color: var(--c-main);
}
.voice-img { width: 200px; }
.voice-img-sp { display: none; }

/*---------------

 成績アップ実績

 --------------- */
.sm-result {
	margin-bottom: 70px;
}
.sm-result .improve {
	background-color: var(--c-bg);
	text-align: center;
	padding: 10px;
	margin-bottom: 30px;
}
.sm-result .improve p {
	color: var(--c-main);
	font-size: 27px;
	font-weight: bold;
}
.lst-grades {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	-webkit-justify-content: space-between;
  	-ms-justify-content: space-between;
  	justify-content: space-between;
}
.lst-grades li {
	width: 314px;
	margin-bottom: 20px;
}
.lst-grades:after {
	display: block;
	content:"";
	width: 314px;
}

/*---------------

 CVボタン

 --------------- */
.band-cv {
 	background-color: color-mix(in srgb, var(--c-sub) 40%, transparent);
 	padding: 70px 0;
}
.band-cv p {
	width: 960px;
	margin: auto;
}

/*---------------

 Achievements Style 20-12-7 追加

 --------------- */
#achievements .container { width: 980px; margin: 0 auto 90px; }
#achievements .ttl-a span { font-size: 30px; }
.wrap-achievements h3 {
	font-size: 24px;
	text-align: center;
	color: #fff;
	background-color: var(--c-main);
	position: relative;
	padding: 10px 45px;
	display: inline-block;
	margin-bottom: 17px;
}
.wrap-achievements h3:after {
 	position: absolute;
 	content: '';
 	top: 100%;
 	left: 50%;
 	border: 12px solid transparent;
 	border-top: 12px solid var(--c-main);
 	width: 0;
 	height: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.bund-achievements { text-align: center; }
.lst-grades {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	-webkit-justify-content: space-between;
  	-ms-justify-content: space-between;
  	justify-content: space-between;
  	margin-bottom: 40px;
}
.lst-grades li { width: 314px; margin-bottom: 20px; }
.lst-grades:after {
	display: block;
	content:"";
	width: 314px;
}

/*---------------

 Guide-Container Style

 --------------- */
#guide-container .container { width: 1010px; margin: 0 auto 90px; }
.self-study-room-box {
	width: 980px;
 	padding: 100px 10px 10px; 
 	margin: 0 auto 40px;
 	position: relative;
 	border: 3px solid var(--c-bg);
 	box-sizing: border-box;
}
.self-study-room-inner {
	width: 950px;
	border: 3px solid var(--c-main);
	box-sizing: border-box;
	padding: 30px 25px;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.self-study-room-txt { width: 590px; }
.self-study-room-txt h4 {
	font-size: 24px;
	color: #000;
	margin-bottom: 22px;
}
.self-study-room-img { width: 250px; }

.self-study-room-course {
	width: 100%;
}
.self-study-room-course h4 {
	background-color: var(--c-main);
	color: #fff;
	text-align: center;
	font-size: 24px;
	padding: 0.5em;
	margin: 1em 0;
}
.self-study-room-course .course-plan {
	margin-top: 1em;
}
.self-study-room-course .course-plan-content {
	width: 49%;
}
.self-study-room-course .course-plan-content .sm-ttl {
	width: 100%;
	margin-bottom: 0;
}
.self-study-room-course .course-plan-content .sm-ttl h5 {
	font-size: 22px;
}
.self-study-room-course .course-plan-content .sm-detail {
	width: 100%;
	background-color: var(--c-bg);
	padding: 1.5em 1em 1em;
	box-sizing: border-box;
}
.self-study-room-course .course-plan-content .sm-price {
	margin-bottom: 0;
}
.course-plan-content .sm-for {
	margin-bottom: 0;
	font-size: 16px;
}

.flow-box {
	width: 980px;
	margin: 0 auto;
	border: 3px solid var(--c-bg);
	padding: 100px 10px 10px;
	box-sizing: border-box;
	position: relative; 
}
.flow-inner-box {
	width: 950px;
	border: 3px solid var(--c-sub);
	box-sizing: border-box;
	margin-bottom: 30px;
	position: relative;
}
.flow-inner-box h4 {
	background-color: var(--c-sub);
	color: #fff;
	font-size: 30px;
	padding: 15px 30px 10px;
}
.flow-inner-box-container { padding: 25px; }
.flow-inner-box-container h5 {
	font-size: 20px!important;
	margin-bottom: 10px;
	color: #000!important;
	text-align: left!important;
	margin: 0 0 10px!important;
}
.flow-inner-box-container ul {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 622px;
}
.flow-inner-box-container.flex {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0 auto;
}
.flow-inner-box-container.flex img {
	width: 96px;
	height: 72px;
	flex-shrink: 0;  
}
.flow-inner-box-container.flex .flow-content {
	flex: 1;
	margin: 0;
}
.flow-inner h5 {
	text-align: center;
	font-size: 30px;
	color: var(--c-main);
	margin: 8px auto 0;
	display: block;
}

.inquiries-by-phone {
	margin-bottom: 20px;
}
.inquiries-by-phone a {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
}
.inquiries-by-phone img {
	display: block;
	width: 24px;
	flex: 0 0 24px;
}
.inquiries-by-phone .tel__number {
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
	color: #2d2590;
	letter-spacing: .02em;
}
.inquiries-by-phone .tel__info {
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	color: #000;
	white-space: nowrap;
}

.flow-inner-box-container .contact-btn-list {
	display: flex;
	justify-content: center;
	gap: 20px;
	width: 700px;
}
.contact-btn-list li {
	width: 340px;
}
.contact-btn, .contact-btn:link, .contact-btn:visited {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 20px 20px 40px;
	box-sizing: border-box;
	border-radius: 8px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
}
.contact-btn--line {
	background: #06c755;
}
.contact-btn--mail {
	background: #2d208e;
}
.contact-btn__icon {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	display: block;
	width: 32px;
	height: auto;
}
.contact-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #fff;
}
.contact-btn:hover {
	opacity: 0.7;
}

.arrow-down {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 30px solid var(--c-main);
}

/*---------------

 Contact-Container Style

 --------------- */
#contact-container .container { width: 980px; margin: 0 auto 90px; }
.contact-container-box {
 	border: 3px solid var(--c-bg);
 	box-sizing: border-box;
 	padding: 10px;
 	margin-bottom: 25px;
}
.contact-container-box .inquiries-by-phone a {
	justify-content: center;
}
.contact-container-box h3 {
 	font-size: 32px;
 	color: #fff;
 	text-align: center;
 	background-color: var(--c-main);
 	margin-bottom: 25px;
 	padding: 10px;
}
.contact-container-box p {
 	text-align: center;
 	margin-bottom: 25px;
 	font-weight: bold;
}
.contact-container-box .line-qr {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 890px;
	margin: 0 auto;
	box-sizing: border-box;
}
.contact-container-box .line-qr li {
	width: 25%;
	text-align: center;
	border-top: 1px solid var(--c-main);
	border-left: 1px solid var(--c-main);
	display: block;
	box-sizing: border-box;
}
.contact-container-box .line-qr li:nth-child(4n) { border-right: 1px solid var(--c-main); }
.contact-container-box .line-qr li:nth-child(n+5) { border-bottom: 1px solid var(--c-main); }
.contact-container-box .line-qr li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 10px 0;
}
.contact-container-box .line-qr li img {
	width: 190px;
	display: block;
	margin: 0 auto;
}

#formBox { width: 880px; margin:0 auto 40px; }
#formBox table {
	width: 880px;
	margin: 0px auto 10px;
	border-collapse: collapse;
}
#formBox table tr th {
	font-size: 16px;
	text-align: left;
	border: none;
	border-bottom: 2px solid #43C6A4;
	width: 290px;
	color: #000;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
#formBox table tr td {
	width: 580px;
	text-align: left;
	border: none;
	border-bottom: 2px solid #E6E6E6;
	padding-bottom: 15px;
}
#formBox #button { border-style: none; }
#formBox #label_contact_type { background:url(../2017shin_chu1kouza/img/hissu.gif) no-repeat 135px; background-color: #E6F7F1; }
#formBox #label_name { background: url(../2017shin_chu1kouza/img/hissu.gif) no-repeat 100px; background-color: #E6F7F1; }
#formBox #label_kana {background:url(../2017shin_chu1kouza/img/hissu.gif) no-repeat 150px; background-color: #E6F7F1; }
#formBox #label_gender {background:url(../2017shin_chu1kouza/img/hissu.gif) no-repeat 85px; background-color: #E6F7F1; }
#formBox #label_grade { background:url(../2017shin_chu1kouza/img/hissu.gif) no-repeat 85px; background-color: #E6F7F1; }
#formBox #label_course { background:url(../2017shin_chu1kouza/img/hissu.gif) no-repeat 115px; background-color: #E6F7F1; }
#formBox #label_school { background:url(../2017shin_chu1kouza/img/hissu.gif) no-repeat 85px; background-color: #E6F7F1; }
#formBox #label_mail { background:url(../2017shin_chu1kouza/img/hissu.gif) no-repeat 145px; background-color: #E6F7F1; }
#formBox #label_address { background:url(../2017shin_chu1kouza/img/hissu.gif) no-repeat 80px; background-color: #E6F7F1; }
#formBox #label_tel { background:url(../2017shin_chu1kouza/img/hissu.gif) no-repeat 100px; background-color: #E6F7F1; }
input {
	margin-top: 25px;
	font-size: 18px;
}
#formBox input[type="text"], #formBox input[type="email"], #formBox input[type="number"], #formBox textarea {
	padding: 8px;
	font-size: 18px;
	line-height: 1.6;
}
select {
	margin-top: 18px;
	height: 45px;
	font-size: 18px;
	background-color: #fff;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
}
#formBox input#name, #formBox input#kana, #formBox input#tel {
	width: 300px;
}
#formBox input#school, #formBox input#mail {
	width: 400px;
}
#formBox input#addr21, #formBox textarea, #formBox input#searchwords {
	width: 95%;
}
#formBox table tr td .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}
input[type="radio"] {
	width: 20px;
	height: 20px;
	margin: 0 0.25em 0 0;
}
#formBox table tr td .flex .for-radio {
	margin-right: 1em;
	font-size: 18px;
}
#button {
	font-size: 20px;
	width: 320px;
	height: 66px;
	background-color: #3CC8A3;
	color: #fff;
	padding: 20px 120px;
	box-sizing: border-box;
	border-radius: 10px;
}
input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
.essential_message {
	font-size: 12px;
	color: #EC793F;
	display: none;
	padding-top: 5px;
}
#error_message {
	background-color: #fff;
	border: 2px solid #EC793F;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: -250px auto 0;
	padding: 15px;
	width: 280px;
	line-height: 1.4;
	z-index: 1;
}
#error_message a {
	font-size: 12px;
	font-weight: bold;
	color: #EC793F;
	text-decoration: none;
}
.contentsBorder {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin-bottom: 50px;
	padding: 30px 18px 19px 17px;
}
#formBox table{ width: 100%; }
#formBox table tr th{ width: 200px; }
#zip21, #zip22 {
	width: 100px;
}
#addr21 {
	margin-top: 0;
}

#formBox .contactCheck p {
	width: auto;
	margin: auto;
	padding: 16px 0 8px;
	text-align: left;
	font-weight: normal;
}
.contactCheck__label {
  display: inline-block;
  margin-bottom: 10px;
}
.contactCheck__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 12px;
}
.contactCheck__item {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  font-size: 16px;
}
.mediaCheck__item {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  font-size: 16px;
  margin: 4px 0;
}
#formBox .contactCheck__item input[type="checkbox"],
#formBox .mediaCheck__item input[type="checkbox"] {
  margin: 0;
  height: auto;
}
#searchwordsColumn {
	display: none;
}

/* アプリ */
.app {
	border: 2px solid #9A0009;
	background-color: #FEF1D5;
	width: 980px;
	margin: 0 auto 100px;
	box-sizing: border-box;
}
.app dt {
	position: relative;
	background-image: url(../2022summer/img/img-app.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 100px;
}
.app dt:hover {
	cursor: pointer;
	opacity: 0.8;
}
.app h2 {
	font-size: 24px;
	line-height: 1.25;
	padding: 10px 0 0 130px;
	text-align: left;
	color: #000;
}
.app h2 span {
	font-size: 32px;
	color: #FF0066;
}
.app dt .ac-btn {
	background-image: url(../2022summer/img/btn-plus-app.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
	position: absolute;
	top: 30px;
	right: 20px;
	display: inline-block;
	width: 40px;
	height: 40px;
}
.app dt.active .ac-btn {
	background-image: url(../2022summer/img/btn-minus-app.png);
}
.app dd {
	padding: 10px 25px 0;
	border-top: 1px solid #9A0009;
}
.app dd h3 {
	font-size: 20px;
	color: #FF0066;
	margin: 0.5em 0 1em;
}
.app dd img {
	float: right;
	display: inline-block;
	margin: 0 0 1em 1em;
	width: auto;
}
.app dd p {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 1em;
}
.app dd p span {
	font-size: 80%;
}
.app dd ol {
	background-color: #FFFEFB;
	padding: 1em;
	margin-bottom: 1em;
}
.app dd li {
	margin: 0 0 0.5em 2em;
	font-size: 16px;
	font-weight: bold;
	list-style: decimal;
	line-height: 1.5;
}
.app dd li:last-child {
	margin-bottom: 0;
}

/* .acc-campaign */
.acc-campaign {
	margin-bottom: 40px;
}
.acc-campaign dt {
	width: 980px;
	height: 100px;
	background-color: var(--c-main);
	position: relative;
}
.acc-campaign dt img {
	width: 863px;
	margin: 5px 0 0 13px;
}
.acc-campaign dt:hover {
  cursor: pointer;
  opacity: 0.8;
}
.acc-campaign dt .ac-btn {
  background-image: url(../2026summer/img/campaign_acc_plus.png);
  background-repeat: no-repeat;
  background-size: 60px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  width: 60px;
  height: 60px;
}
.acc-campaign dt.active .ac-btn {
  background-image: url(../2026summer/img/campaign_acc_minus.png);
}

/* 成績アップ事例 */
.score-case-item {
	padding-bottom: 32px;
	border-bottom: 2px dotted var(--c-sub);
}
.score-case-item:last-of-type {
	border-bottom: none;
}
.score-case-item + .score-case-item {
	margin-top: 32px;
}
.score-case-title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	color: var(--c-main);
}
.score-case-title img {
	display: block;
	width: 48px;
	flex: 0 0 48px;
}
.score-case-title small {
	font-size: 20px;
}
.score-case-image img {
	display: block;
	width: 100%;
	height: auto;
}

/* 周船寺リンク */
.susenji-link .link-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background-color: #fff;
	color: var(--c-main);
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	padding: 20px 40px;
	border-radius: 0;
	transition: opacity 0.3s;
	margin-bottom: 30px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid var(--c-main);
}
.susenji-link .link-btn:hover {
	opacity: 0.8;
}
.susenji-link .link-btn .list-arrow {
	display: inline-block;
	position: relative;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--c-main);
	vertical-align: middle;
}
.susenji-link .link-btn .list-arrow:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #fff;
}
