@charset "utf-8";
@media only screen and (max-width: 767px) {
/*---------------
 
 共通 Style
 
 --------------- */
#wrapper{ width: 100%; margin:0 auto; }
.container { box-sizing: border-box; padding: 0 10px; }
p {
	font-size: 14px !important;
}
.ttl-a {
	margin-bottom: 40px;
	padding: 0;
    font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
.ttl-a h2:after { border: 20px solid transparent; border-top: 20px solid var(--c-main);  }
.ttl-a h2 { font-size: 28px; line-height: 1.4; font-family: sans-serif; }
.ttl-a h2 span { font-size: 20px; }
.voice-container .ttl-a , #guide-container .ttl-a , #contact-container .ttl-a, #achievements .ttl-a { padding: 15px; }
.voice-container .ttl-a h2 , #guide-container .ttl-a h2 , #contact-container .ttl-a h2, #achievements .ttl-a h2 { font-size: 28px; }
.ttl-ribbon { width: 100%; font-size: 22px; }
.ttl-ribbon::before , .ttl-ribbon::after { content: none; }

 /*---------------

 共通 Style

 --------------- */
.main-visual {
	width: 100%;
	margin: 0 auto 35px;
}
.main-visual ul {
	display: block;
	margin: 0 15px 35px;
}
.main-visual li {
	width: 100%;
	margin-bottom: 10px;
}
.main-visual li a {
	border: 2px solid var(--c-main);
}
.main-visual li img {
	width: 25%;
}
.main-visual li p {
	padding: 0 15px;
    font-size: 14px;
}
#pankuzu { display: none; }
#intro-container .container { width: 100%; margin: 0 auto 40px; }
.point-container {
 	width: 100%;
 	padding: 75px 10px 10px; 
 	margin: 0 auto 48px;
 }
.point-container-box { margin-bottom: 20px; }

.point-container-box h3 span {
	font-size: 24px;
}
.point-container-box h3 strong {
	width: 44px;
	height: 44px;
	font-size: 32px;
}

.point-container-box-inner { padding: 15px; }
.point-container-txt-box { width: 100%; margin-bottom: 15px; }
.point-container-txt-box h4 { font-size: 20px; margin-bottom: 10px; }
.point-container-img-box { width: 70%; margin: 0 auto; }

.course-info-link { width: 100%; margin: 0 auto; }
.course-info-link ul {
	display: block;
}
.course-info-link li {
	width: 80%;
	margin: 0 auto 12px;
}
.course-info-btn {
	width: 100%;
	padding: 24px 16px 16px;
}
.course-info-btn::before {
	inset: 4px;
}
.course-info-btn__title {
	font-size: 20px;
}
.course-info-btn__title small {
	font-size: 16px;
}
.course-info-btn__text {
	margin-top: 8px;
	font-size: 16px;
	line-height: 1.6;
	padding-bottom: 0.4em;
}

/*---------------

 Course-Container Style

 --------------- */
.course-container .container {
	width: 100%;
	padding-bottom: 10px !important;
}
.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: 100%; margin: 0 auto 15px; }
.course-intro-txt h3 {
	font-size: 20px;
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
	line-height: 1.4;
}
.course-intro-img { width: 80%; margin: 0 auto; }

.course-intro-box.app2 {
	width: 100%;
	margin: 50px auto;
}
.course-intro-box.app2 .course-intro-txt {
	width: 100%;
}
.course-intro-box.app2 h3 {
	background-size: 38px auto;
	padding-left: 45px;
	text-align: left;
}
.course-intro-box.app2 h4 {
	font-size: 18px;
}
.course-intro-box.app2 .closing {
	font-size: 17px !important;
}
.course-intro-box.app2 img {
	width: 50%;
	margin: 0 auto;
	display: block;
}

.course-intro-date {
	margin-bottom: 35px;
}
.course-intro-date p { font-size: 15px; }
.course-intro-date span { font-size: 22px; }
.course-intro-date span:first-child { font-size: 22px; }
.course-info-ttl-box { margin-bottom: 20px; }
.course-info-ttl-box h3 { font-size: 28px; }
.course-info-ttl-box h3 span {
	font-size: 20px;
}

/*---------------

 ここが違う

 --------------- */
.different {
	margin-bottom: 35px;
}
.different-content-inner li:first-child {
	display: none;
}
.different-content-inner li:nth-child(2) {
	width: 100%;
}
.different-content-inner li:last-child {
	margin: auto;
}
.different-content .different-content-inner.last {
	margin-bottom: 10px;
}
.different-content h4 {
	font-size: 22px;
	margin-bottom: 10px;
	text-align: center;
}
.different-content p {
	margin-bottom: 1em;
}
.different-step dt {
	padding: 10px 40px 10px 10px;
}
.different-step dt h5 {
	font-size: 18px;
}
.different-step dt h5 span {
	padding: 5px 10px;
	margin-right: 10px;
}
.different-step dt span::before, .different-step dt span::after {
	right: 10px;
}
.different-step dd {
	padding: 13px;
}
.different-step dd figure {
	position: static;
	float: right;
	width: 100px;
	height: auto;
	margin: 0 0 10px 10px;
}
.different-step p {
	font-size: 13px;
	width: auto;
}
.different-step .case {
	clear: both;
	width: 100%;
}
.different-step .case li:last-child {
	font-size: 13px;
	width: calc(100% - 70px);
}

/*---------------

 学習内容

 --------------- */
.curriculum-example {
	margin-bottom: 35px;
}
.curriculum-example dt { padding: 15px  50px 15px 15px; }
.curriculum-example dt h4 { font-size: 18px; }
.curriculum-example dt h4 span { padding: 5px 10px; margin-right: 10px; }
.curriculum-example dt span::before, .curriculum-example dt span::after { width: 25px; right: 10px; }
.curriculum-example dd { padding: 25px 10px; }
.curriculum-example table th {
	width: 20%;
	padding: 10px 5px;
	font-size: 13px;
}
.curriculum-example table td {
	padding: 10px 5px;
	font-size: 13px;
}
.curriculum-example table td h5 {
	font-size: 15px;
}
.table-note { font-size: 18px; margin-top: 20px; }
.point-container-box .curriculum-example {
	padding: 0 15px 15px;
	margin-bottom: 0;
}

/*---------------

 コース・価格

 --------------- */
.course-price {
	margin-bottom: 35px;
}
.course-price-point, .course-worry {
	padding: 15px;
	margin-bottom: 15px;
}
.course-worry h3 {
    font-size: 20px;
}
.course-worry ul {
	width: 100%;
}
.course-worry li {
	background-size: 20px auto;
	padding: 0 0 0 25px;
	font-size: 14px;
	margin-bottom: 10px;
	width: 100%;
}
.wrapper-course-plan {
	padding: 10px 0;
	margin-bottom: 15px;
}
.wrapper-course-plan h4 {
	font-size: 20px;
}
.course-plan-content {
	padding-bottom: 15px;
	margin-bottom: 15px;
	width: 100%;
}
.course-plan-content.days3 {
	margin-top: 10px;
}
.wrapper-course-plan .course-plan-content {
	width: 100%;
}
.course-plan-content .sm-ttl {
	width: 100%;
	padding: 10px;
}
.wrapper-course-plan .sm-ttl {
	width: 100%;
}
.wrapper-course-plan.plan2 .sm-ttl {
	width: 100%;
}
.wrapper-course-plan.plan2 .course-plan-content {
	width: 100%;
}
.course-plan-content .sm-ttl h4, .wrapper-course-plan .course-plan-content .sm-ttl h5 {
	font-size: 20px;
	font-weight: bold;
}
.course-plan-content.standard .sm-ttl h4 {
	background-size: 40px auto;
	padding-right: 45px;
	margin-left: 27px;
}
.course-plan-content .sm-detail, .course-plan-content.days3 .sm-detail {
	width: 90%;
}
.plan2 .course-plan-content .sm-detail {
	width: 90%;
}
.course-plan-content .sm-for {
	font-size: 15px !important;
	margin-bottom: 5px;
}
.course-plan-content .sm-for2 {
	font-size: 16px !important;
}
.course-plan-content .sm-for2 span {
	font-size: 18px;
}
.course-plan-content .sm-price {
	font-size: 25px !important;
	margin-bottom: 5px;
}
.course-plan-content .sm-price span {
	font-size: 12px;
}
.course-plan-content dl {
	margin: 0 auto 10px;
	width: 80%;
}
.course-plan-content dt {
	font-size: 16px;
	padding: 7px;
}
.course-plan-content.standard dt {
/*	background-color: #0B368C;*/
}
.course-plan-content dt span {
	font-size: 18px;
}
.course-plan-content dd {
	padding: 7px;
	font-size: 13px;
}
.course-plan-content dd .sp-only {
	display: inline !important;
}
.course-plan-content h5.add, .course-plan-content h6 {
	font-size: 15px;
	margin-bottom: 5px;
}
.course-price .closing {
	margin-top: 0;
}

/*---------------

 Voice-Container Style

 --------------- */
.voice {
	margin-bottom: 35px;
}
.voice-container .container { width: 100%; margin: 0 auto 50px; }
.voice-box {
	display: inherit;
	display: -webkit-inherit;
	padding: 20px 15px;
}
.voice-txt { width: 100%; }
.voice-txt h4 {
	font-size: 18px;
	line-height: 1.4;
}
.voice-txt h5 {
	font-size: 16px;
	margin: 0 auto 15px;
	display: block;
	text-align: center;
}
.voice-txt h5 span { padding: 5px 10px; }
.voice-img { display: none; }
.voice-img-sp {
	display: block;
	width: 50%;
	margin: 0 auto 15px;
}

/*---------------

 成績アップ実績

 --------------- */
.sm-result {
	margin-bottom: 35px;
}
.sm-result .improve {
	margin-bottom: 15px;
}
.sm-result .improve p {
	font-size: 20px !important;
}
.lst-grades li {
	width: 48%;
	margin-bottom: 10px;
}
.lst-grades:after {
	width: 48%;
}
.wrap-achievements h4 {
	font-size: 20px;
	padding: 10px 25px;
	margin-bottom: 15px;
	line-height: 1.3;
}
.lst-grades {
	margin-bottom: 20px;
}
.lst-grades li {
	width: 48%;
	margin-bottom: 10px;
}
.lst-grades:after {
	width: 48%;
}

/*---------------

 CVボタン

 --------------- */
.band-cv {
 	padding: 35px 0;
}
.band-cv p {
	width: 90%;
}

/*---------------

 Achievements Style 20-12-7 追加

 --------------- */
#achievements .container { width: 100%; margin: 0 auto 50px; }
#achievements .ttl-a span { font-size: 18px; }
.wrap-achievements h3 {
	font-size: 20px;
	padding: 10px 25px;
	margin-bottom: 15px;
	line-height: 1.3;
}
.lst-grades { margin-bottom: 20px; }
.lst-grades li { width: 48%; margin-bottom: 10px; }
.lst-grades:after { width: 48%; }

/*---------------

 Guide-Container Style

 --------------- */
#guide-container .container { width: 100%; margin: 0 auto 50px; }
.self-study-room-box { width: 100%; padding: 80px 10px 15px; }
.self-study-room-inner { width: 100%; padding: 20px 15px; }
.self-study-room-txt { width: 100%; margin-bottom: 15px; }
.self-study-room-txt h4 {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.4!important;
}
.self-study-room-img { width: 70%; margin: 0 auto; }
.flow-box { width: 100%; padding: 80px 10px 10px; }
.flow-inner-box { width: 100%; }
.flow-inner-box h4 {
	font-size: 22px;
	padding: 10px 15px;
	line-height: 1.4!important;
}
.self-study-room-course h4 {
	font-size: 18px;
	padding: 0.25em;
}
.self-study-room-course .course-plan-content {
	width: 100%;
	padding-bottom: 0;
}
.self-study-room-course .course-plan-content .sm-ttl h5 {
	font-size: 17px;
}
.self-study-room-course .course-plan-content .sm-detail {
	padding: 1em 1em 0.5em;
}
.course-plan-content .sm-for {
	font-size: 14px;
}
.flow-inner-box-container { padding: 20px; }
.flow-inner-box-container h5 { font-size: 20px; margin-bottom: 10px; }
.flow-inner-box-container ul {
	display: inherit;
	display: -webkit-inherit;
	width: 100%;
}
.flow-inner-box-container ul li { width: 85%; margin: 0 auto 15px; }
.flow-inner-box-last:after { background-size: 35px; width: 35px; }
.flow-inner h5 { font-size: 22px; margin: 15px auto; }

.inquiries-by-phone a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
}
.inquiries-by-phone img {
	width: 20px;
	flex: 0 0 20px;
}
.inquiries-by-phone .tel__number {
	font-size: 24px;
}
.inquiries-by-phone .tel__info {
	width: 100%;
	padding-left: 30px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.5;
	white-space: normal;
}

.flow-inner-box-container .contact-btn-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}
.flow-inner-box-container .contact-btn-list li {
	width: 100%;
	margin: 0;
}
.contact-btn,
.contact-btn:link,
.contact-btn:visited {
	min-height: 64px;
	padding: 16px 48px 16px 52px;
	border-radius: 6px;
	font-size: 15px;
}
.contact-btn__icon {
	left: 16px;
	width: 26px;
}
.contact-btn::after {
	right: 16px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 7px;
}

/*---------------

 Contact-Container Style

 --------------- */
 #contact-container .container { width: 100%; margin: 0 auto 50px; }
.contact-container-box { padding: 10px; margin-bottom: 25px; }
.contact-container-box h3 {
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 1.4!important;
}
.contact-container-box p { margin-bottom: 20px; }
.contact-container-box .line-qr { width: 100%; }
.contact-container-box .line-qr li {
	border: 1px solid var(--c-main);
	width: 31%;
	margin-bottom: 15px;
}
.contact-container-box .line-qr li:last-child {
	display: none;
}
.contact-container-box .line-qr li img {
	width: 90%;
	margin: 0 auto 5px;
}
.contact-container-box .line-qr li a {
	padding: 10px 5px 5px;
}
.contact-container-box .line-qr li p { margin-bottom: 0; }
.contact-container-box-02 img { width: 85%; }
#formBox {
	width: 100%;
	padding: 0 ;
	box-sizing: border-box;
}
#formBox {
	width: 100%;
	padding: 0 ;
	box-sizing: border-box;
	overflow: hidden!important;
}
#formBox table { width: 100%; display: block; }
#formBox table tr th { width: 100%!important; display: block; }
#formBox table tr td {
	width: 100% !important;
	display: block;
	box-sizing: border-box;
}
input {
	font-size: 16px !important;
	height: auto;
	margin-top: 0;
}
.sp_select {
	margin-top: 0;
}
textarea { font-size: 16px !important; }
#formBox table tr td .flex {
	flex-direction: row;
	margin-top: 0;
}

#formBox .contactCheck p {
	font-size: 14px;
	padding: 8px 0;
}
.contactCheck__item, .mediaCheck__item {
  font-size: 14px;
}

#grobalNavi { display: none!important; }
#pankuzu { display: none!important; }
#footer { padding-bottom: 10px!important; }
#forstud { display: none; }
#headerRight .tel { display: none!important; }
#headerRight .pamphlet { display: none!important; }
#headerRight .faq {display: none;}

/* アプリ */
.app {
	width: 100%;
	margin: 0 auto 50px;
}
.app dt {
	background-image: none;
	height: auto;
}
.app h2 {
	font-size: 14px !important;
	font-family: sans-serif !important;
	padding: 5px 40px 0 10px;
	line-height: 1.5;
}
.app h2 span {
	font-size: 18px;
	margin-bottom: 0;
}
.app dt .ac-btn {
	background-size: 30px auto;
	top: 40%;
	right: 5px;
	width: 30px;
	height: 30px;
}
.app dd {
	padding: 13px 13px 0;
}
.app dd p {
	font-size: 14px;
}
.app dd h3 {
	font-size: 15px;
	font-family: sans-serif;
}
.app dd h3 span {
	font-size: 18px;
}
.app dd li {
	font-size: 12px;
}

/* .acc-campaign */
.acc-campaign {
	margin-bottom: 24px;
}
.acc-campaign dt {
	width: 100%;
	height: auto;
	padding: 8px 60px 8px 8px;
	box-sizing: border-box;
}
.acc-campaign dt img {
	width: 100%;
	margin: 0;
}
.acc-campaign dt .ac-btn {
  background-size: 36px auto;
  right: 12px;
  width: 36px;
  height: 36px;
}

/* .sm-detail-more */
.course-plan-content .sm-detail-more {
	width: 96%;
	padding: 12px;
}
.course-plan-content .sm-detail-more .different-step {
	margin-top: 12px;
}
.schedule-table {
	font-size: 12px;
}
.schedule-table th,
.schedule-table td {
	padding: 8px;
}

/* ライトコース */
.wrapper-course-plan.wrapper-light {
	margin-bottom: 8px;
}
.course-plan-content.light .sm-detail {
	width: 90%;
}
.course-plan-content .sm-for-ex {
	padding: 12px;
	margin-bottom: 12px;
}
.course-plan-content .sm-for-ex strong {
	font-size: 16px;
}
.wrapper-course-plan.top-high {
	margin-top: 24px;
}
.course-plan-content .sm-report {
	padding: 8px;
}

/* 成績アップ事例 */
.score-case-item {
	padding-bottom: 20px;
}
.score-case-item + .score-case-item {
	margin-top: 20px;
}
.score-case-title {
	gap: 8px;
	margin-bottom: 12px;
	font-size: 18px;
}
.score-case-title img {
	display: block;
	width: 28px;
	flex: 0 0 28px;
}
.score-case-title small {
	font-size: 14px;
}

/* 周船寺リンク */
.susenji-link .link-btn {
	gap: 10px;
	font-size: 19px;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.susenji-link .link-btn .icon {
	width: 19px;
  height: 19px;
}

}
