/*
#overview
サービスサイト　基本スタイルガイド
*/

/*
#colors

@$clr1 #0095aa
@$clr2 #006573
@text #000000

@$jnr #67b65a
@$h1h2 #ef7d52
@$h3hg #eb6b92
*/

/*
#overview
レイアウト
*/

html,
body,
#wrapper {
	height: 100%;
}

html {
	overflow-y: scroll;
}

body > #wrapper {
	height: auto;
}

#wrapper {
	min-height: 100%;
	width: 100%;
	position: relative;
}

#main {
	width: 100%;
	padding-bottom: 400px;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#main {
	padding-top: 60px;
}

.course #main {
	padding-top: 120px;
}

.page-template-page-sah1h2 #main,
.page-template-page-sah3hg #main {
	padding-top: 120px;
}

#main .contents {
	padding-bottom: 6rem;
}

.btmBnr {
	display: none;
}

.btmBnr a {
	display: block;
	width: 100%;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 1.1em;
}

/*
#overview
パーツ
*/

h2,
h3,
h4 {
	color: #0095aa;
	margin-bottom: 3rem !important;
	font-weight: 400 !important;
}

/*
#styleguide
h2
```
<h2>見出し</h2>
```
*/

h2 {
	font-size: 1.5rem !important;
	letter-spacing: 2px;
}

h2 span {
	display: inline-block;
	line-height: 1.4;
}

/*
#styleguide
h3
```
<h3><span>見出しh3</span></h3>
```
*/

h3 {
	line-height: 1.8;
	padding-top: 5rem !important;
	font-size: 24px !important;
	font-weight: 400;
	letter-spacing: 2px; /*
  @media (max-width: 575px){
      margin-bottom: 3.5rem !important;
  }
  */
}

h3 span {
	display: inline-block;
	line-height: 1.4;
	font-size: 27px;
	font-weight: 400;
}

/*
#styleguide
背景色１

div.bg1
```
<div class="bg1">
背景色１
</div>
```
*/

.bg1 {
	background: #e2f1f3;
}

.bgimg {
	background-repeat: repeat;
	background-position: center;
	background-size: 100%;
}

.bgimg.elem {
	background-image: url(../image/bg_elem.jpg);
}

.bgimg.jnr {
	background-image: url(../image/bg_junior.jpg);
}

.bgimg.h1h2 {
	background-image: url(../image/bg_h1h2.jpg);
}

.bgimg.h3hg {
	background-image: url(../image/bg_h3hg.jpg);
}

.bgimg.nigate {
	background-image: url(../image/bg_nigate.jpg);
}

.hilite {
	display: inline;
	line-height: 1.7;
	padding: 0;
	background: #ffff00;
}

hr {
	margin: 5rem 0 !important;
	background: #0095aa;
}

.imgFull div {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/*
#styleguide
ボタン

.btn_round
角丸ボタン

@エレメント

```
<a href="" class="btn_round">ボタン</a>

```
*/

.btn_round {
	display: block;
	width: 300px;
	height: 30px;
	text-align: center;
	line-height: 29px;
	border-radius: 18px;
	margin: 0 auto 2rem;
	padding: 0 15px;
	color: #FFFFFF;
	background: #0095aa;
	transition: all 0.4s ease;
	text-decoration: none;
}

.btn_round:hover {
	color: #fff;
	background: #006573;
}

.btn_round.large {
	width: 380px;
	height: 40px;
	line-height: 38px;
	border-radius: 20px;
	font-size: 18px;
}

.btn_round.large::after {
	width: 28px;
	height: 28px;
	right: 12px !important;
}

.btn_round.seemore {
	position: relative;
	transition: inherit;
}

.btn_round.seemore::after {
	content: "";
	width: 22px;
	height: 10px;
	background-image: url(../image/arrow_wht.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	right: 15px;
	bottom: 10px;
}

.btn_round.seemore.active {
	color: #fff;
}

.btn_round.seemore.active::after {
	transform: rotate(180deg);
}

a.blank {
	position: relative;
}

a.blank::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../image/target_blank.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -15px;
}

a.blank.wht::after {
	background-image: url(../image/target_blank_wht.svg);
	right: 7px;
}

a.file {
	padding-left: 23px;
	position: relative;
}

a.file::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../image/icon_file.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

a.dl {
	padding-left: 23px;
	position: relative;
	color: #0095aa;
	font-weight: 500;
}

a.dl::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../image/icon_dl.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

section {
	padding: 60px 0 0;
	margin-top: -60px;
}

#course section {
	padding: 120px 0 0;
	margin-top: -120px;
}

p {
	margin-bottom: 1.3rem !important;
}

dl.data {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3rem;
}

dl.data dt,
dl.data dd {
	font-size: 15px;
	line-height: 2;
	margin-bottom: 0.5rem;
}

dl.data dt {
	display: flex;
	justify-content: space-between;
	width: 160px;
	padding-right: 50px;
	position: relative;
	font-weight: normal;
}

dl.data dt::after {
	content: "：";
	display: block;
	width: 10px;
	height: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 24px;
}

dl.data dd {
	width: calc(100% - 160px);
}

#modal-bg {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
}

#modal-bg::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(../image/icon_close_wht.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	bottom: 2rem;
	right: 2rem;
}

#modal-mv {
	width: 800px;
	height: 448px;
	margin: 0;
	border-width: 0;
	position: fixed;
	z-index: 13;
}

.xWrap {
	width: 90%;
	max-width: 1200px;
	height: 100%;
	margin: 0;
	position: fixed;
	z-index: 13;
}

.yWrap {
	width: 100%;
	height: 0;
	padding-top: 68.6%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#modal-cc {
	border-width: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#modal-main {
	width: 500px;
	height: 80vh;
	margin: 0;
	border-width: 0;
	position: fixed;
	z-index: 13;
}

#mdOverlay {
	display: none;
	width: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}

#mdWindow {
	display: none;
	width: 500px;
	height: 500px;
	background: #fff;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	z-index: 3;
}

#modalInclude {
	display: none;
}

ul.newsList {
	list-style-type: none;
	padding: 0;
	margin: 0 0 4rem;
	border-top: 1px solid #0095aa;
}

ul.newsList li {
	padding: 1.2rem 0;
	border-bottom: 1px solid #0095aa;
}

ul.newsList li h3,
ul.newsList li h4 {
	line-height: 1.8;
	margin: 0 0 3px !important;
	padding: 0;
	text-align: left;
	color: #000;
	font-weight: 500;
}

ul.newsList li h3 {
	padding: 0 !important;
	font-size: 15px;
}

ul.newsList li h4 {
	font-size: 15px;
}

ul.newsList li a > span {
	display: inline-block;
	padding-left: 13px;
	margin-bottom: 3px;
	position: relative;
	color: #0095aa;
	font-size: 12px;
}

ul.newsList li a > span::before {
	content: ">";
	color: #0095aa;
	position: absolute;
	left: 1px;
	top: 50%;
	transform: translateY(-50%);
}

ul.newsList li .meta {
	line-height: 20px;
	color: #0095aa;
	font-size: 12px;
}

ul.newsList li .meta span {
	display: inline-block;
	line-height: 18px;
	padding: 0 15px;
	margin-left: 5px;
	border: 1px solid #0095aa;
	border-radius: 10px;
}

ul.paging {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}

ul.paging li span,
ul.paging li a {
	display: block;
	width: 35px;
	line-height: 35px;
	border: 2px solid #0095aa;
	text-align: center;
	margin: 0 2.5px;
}

ul.paging li a {
	background: #0095aa;
	color: #fff;
	transition: all 0.4s ease;
}

ul.paging li a:hover {
	background: #006573;
	border-color: #006573;
}

ul.paging li span {
	color: #006573;
}

.eachWrap .each {
	margin-bottom: 6rem;
}

.eachWrap .each h4 {
	line-height: 35px;
	padding: 4px 10px 6px 45px;
	margin-bottom: 2rem !important;
	border-radius: 8px;
	color: #fff;
	font-size: 22px !important;
	letter-spacing: 1px;
	background: #0095aa;
	transition: all 0.4s ease;
	position: relative;
}

.eachWrap .each h4::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}

.eachWrap .each .hiddenSp p {
	padding-bottom: 1rem !important;
}

.eachWrap .each .hiddenSp p small {
	display: inline-block;
	line-height: 1.6;
	padding-top: 5px;
}

.eachWrap .each .hiddenSp figure img {
	width: 100%;
	height: auto;
}

.eachWrap .each:nth-child(1) h4::before {
	background-image: url(../image/no1.svg);
}

.eachWrap .each:nth-child(2) h4::before {
	background-image: url(../image/no2.svg);
}

.eachWrap .each:nth-child(3) h4::before {
	background-image: url(../image/no3.svg);
}

.eachWrap .each:nth-child(4) h4::before {
	background-image: url(../image/no4.svg);
}

.eachWrap .each:nth-child(5) h4::before {
	background-image: url(../image/no5.svg);
}

.eachWrap .each:nth-child(6) h4::before {
	background-image: url(../image/no6.svg);
}

.eachWrap .each:nth-child(7) h4::before {
	background-image: url(../image/no7.svg);
}

.eachWrap .each.expand h4 {
	background: #006573;
}

.eachWrap .each.expand h4::after {
	transform: rotate(180deg);
}

#nigate .eachWrap h4 {
	padding: 6px 10px;
	font-weight: bold !important;
}

#nigate .eachWrap h4::before {
	display: none;
}

.breadcrumb {
	display: none !important;
	justify-content: flex-start;
	list-style-type: none;
	background-color: transparent !important;
	padding: 0 !important;
	margin-bottom: 2rem !important;
}

.breadcrumb li a,
.breadcrumb li span {
	display: block;
	line-height: 25px;
	margin-right: 18px;
	font-size: 12px;
}

.breadcrumb li a {
	position: relative;
}

.breadcrumb li a::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../image/bc_arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	right: -14px;
	top: 50%;
	transform: translateY(-52%);
}

.breadcrumb li span {
	color: #000;
}

.selector {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.selector ul.zenkoku {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0.5rem 2rem;
	list-style-type: none;
	border: 2px solid #0095aa;
}

.selector ul.zenkoku.hokkaido li:nth-child(1) a {
	color: #0095aa;
}

.selector ul.zenkoku.shinetsu_hokuriku li:nth-child(2) a {
	color: #0095aa;
}

.selector ul.zenkoku.kanto li:nth-child(3) a {
	color: #0095aa;
}

.selector ul.zenkoku.tokai li:nth-child(4) a {
	color: #0095aa;
}

.selector ul.zenkoku.kinki li:nth-child(5) a {
	color: #0095aa;
}

.selector ul.zenkoku.chugoku_shikoku li:nth-child(6) a {
	color: #0095aa;
}

.selector ul.zenkoku.kyushu_okinawa li:nth-child(7) a {
	color: #0095aa;
}

.selector ul.zenkoku.overseas {
	margin-bottom: 1.5rem;
}

.selector ul.zenkoku.overseas li:nth-child(8) a {
	color: #0095aa;
}

.selector ul.zenkoku.online {
	margin-bottom: 1.5rem;
}

.selector ul.zenkoku.online li:nth-child(9) a {
	color: #0095aa;
}

.selector ul:nth-child(2) {
	display: flex;
	flex-wrap: wrap;
	padding: 0.5rem 2rem 1.5rem;
	margin-bottom: 0;
	list-style-type: none;
	border-bottom: 2px solid #0095aa;
}

.selector ul:nth-child(2) li {
	width: 20%;
	line-height: 2.5;
}

.selector ul:nth-child(2).hokkaido li:nth-child(1) a {
	color: #0095aa;
}

.selector ul:nth-child(2).aomori li:nth-child(2) a {
	color: #0095aa;
}

.selector ul:nth-child(2).iwate li:nth-child(3) a {
	color: #0095aa;
}

.selector ul:nth-child(2).miyagi li:nth-child(4) a {
	color: #0095aa;
}

.selector ul:nth-child(2).niigata li:nth-child(1) a {
	color: #0095aa;
}

.selector ul:nth-child(2).nagano li:nth-child(2) a {
	color: #0095aa;
}

.selector ul:nth-child(2).toyama li:nth-child(3) a {
	color: #0095aa;
}

.selector ul:nth-child(2).ishikawa li:nth-child(4) a {
	color: #0095aa;
}

.selector ul:nth-child(2).fukui li:nth-child(5) a {
	color: #0095aa;
}

.selector ul:nth-child(2).tokyo li:nth-child(1) a {
	color: #0095aa;
}

.selector ul:nth-child(2).kanagawa li:nth-child(2) a {
	color: #0095aa;
}

.selector ul:nth-child(2).saitama li:nth-child(3) a {
	color: #0095aa;
}

.selector ul:nth-child(2).chiba li:nth-child(4) a {
	color: #0095aa;
}

.selector ul:nth-child(2).ibaraki li:nth-child(5) a {
	color: #0095aa;
}

.selector ul:nth-child(2).aichi li:nth-child(1) a {
	color: #0095aa;
}

.selector ul:nth-child(2).gifu li:nth-child(2) a {
	color: #0095aa;
}

.selector ul:nth-child(2).shizuoka li:nth-child(3) a {
	color: #0095aa;
}

.selector ul:nth-child(2).mie li:nth-child(4) a {
	color: #0095aa;
}

.selector ul:nth-child(2).osaka li:nth-child(1) a {
	color: #0095aa;
}

.selector ul:nth-child(2).hyogo li:nth-child(2) a {
	color: #0095aa;
}

.selector ul:nth-child(2).kyoto li:nth-child(3) a {
	color: #0095aa;
}

.selector ul:nth-child(2).shiga li:nth-child(4) a {
	color: #0095aa;
}

.selector ul:nth-child(2).nara li:nth-child(5) a {
	color: #0095aa;
}

.selector ul:nth-child(2).shimane li:nth-child(1) a {
	color: #0095aa;
}

.selector ul:nth-child(2).okayama li:nth-child(2) a {
	color: #0095aa;
}

.selector ul:nth-child(2).hiroshima li:nth-child(3) a {
	color: #0095aa;
}

.selector ul:nth-child(2).yamaguchi li:nth-child(4) a {
	color: #0095aa;
}

.selector ul:nth-child(2).kagawa li:nth-child(5) a {
	color: #0095aa;
}

.selector ul:nth-child(2).fukuoka li:nth-child(1) a {
	color: #0095aa;
}

.selector ul:nth-child(2).saga li:nth-child(2) a {
	color: #0095aa;
}

.selector ul:nth-child(2).nagasaki li:nth-child(3) a {
	color: #0095aa;
}

.selector ul:nth-child(2).kumamoto li:nth-child(4) a {
	color: #0095aa;
}

.selector ul:nth-child(2).oita li:nth-child(5) a {
	color: #0095aa;
}

.selector ul:nth-child(2).miyazaki li:nth-child(6) a {
	color: #0095aa;
}

.selector ul:nth-child(2).kagoshima li:nth-child(7) a {
	color: #0095aa;
}

.selector ul:nth-child(2).okinawa li:nth-child(8) a {
	color: #0095aa;
}

ul.area_list {
	list-style-type: none;
	padding: 0 2rem;
	display: flex;
	flex-wrap: wrap;
}

ul.area_list li {
	width: 20%;
	margin-bottom: 10px;
}

.select a {
	color: #0095aa;
}

.idx_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-weight: 400;
	padding-top: 0 !important;
}

.idx_area span {
	display: inline-block;
	font-size: 10px;
	color: #000;
	line-height: 10px;
	margin-top: 20px;
	border-bottom: none;
}

ul.juku_list {
	list-style-type: none;
	padding: 0;
	margin-top: 3rem;
	margin-bottom: 4rem;
}

ul.juku_list li {
	margin-bottom: 2.5rem;
}

ul.juku_list li .name {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #0095aa;
	line-height: 1;
	padding: 0 8px 0 13px;
	margin-bottom: 1rem;
}

ul.juku_list li .name h4 {
	line-height: 40px;
	margin: 0 !important;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

ul.juku_list li .name .btns {
	line-height: inherit !important;
}

ul.juku_list li .name .btns .btn {
	height: 25px;
	line-height: 1;
	background: #fff;
	color: #0095aa;
	margin-left: 4px;
	margin-top: 7px;
	font-weight: 500;
	cursor: inherit;
}

ul.juku_list li dl {
	display: flex;
	flex-wrap: wrap;
}

ul.juku_list li dl dt,
ul.juku_list li dl dd {
	font-size: 15px;
	line-height: 2;
	margin-bottom: 0;
}

ul.juku_list li dl dt {
	display: flex;
	justify-content: space-between;
	width: 160px;
	padding-right: 50px;
	position: relative;
	font-weight: normal;
}

ul.juku_list li dl dt::after {
	content: "：";
	display: block;
	width: 10px;
	height: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 24px;
}

ul.juku_list li dl dd {
	width: calc(100% - 160px);
	padding-left: 25px;
	word-break: break-word; /*
  &:nth-child(8){
      a{
          display: inline-block;
          line-height: 1.2;
          padding-top: 5px;
      }
  }
  */
}

ul.juku_list li dl dd a {
	text-decoration: underline;
}

ul.juku_list li dl dd.add,
ul.juku_list li dl dd.tel,
ul.juku_list li dl dd.url {
	position: relative;
}

ul.juku_list li dl dd.add::before,
ul.juku_list li dl dd.tel::before,
ul.juku_list li dl dd.url::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: calc(50% - 8px);
	left: 0;
}

ul.juku_list li dl dd.add::before {
	background-image: url(../image/icon_address.svg);
}

ul.juku_list li dl dd.tel::before {
	background-image: url(../image/icon_tel.svg);
}

ul.juku_list li dl dd.url::before {
	background-image: url(../image/icon_url.svg);
}

ul.paging {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}

ul.paging li span,
ul.paging li a {
	display: block;
	width: 35px;
	line-height: 35px;
	border: 2px solid #0095aa;
	text-align: center;
	margin: 0 2.5px;
}

ul.paging li a {
	background: #0095aa;
	color: #fff;
	transition: all 0.4s ease;
}

ul.paging li a:hover {
	background: #006573;
	border-color: #006573;
}

ul.paging li span {
	color: #006573;
}

/*
.bnr_sundai{
    display: flex;
    .inner{
        margin-left: auto;
        width: 30%;
        a{
            display: block;
            width: 100%;
            height: 0;
            padding-top: 32%;
            overflow: hidden;
            background: {
                image: url(../image/bnr_sundai_remote.svg);
                repeat: no-repeat;
                position: center;
                size: contain;
            }
            transition: $trans;
            &:hover{
                opacity: .6;
            }
        }
        @media (max-width: 575px){
            width: 100%;
        }
    }
}
*/

body {
	font-family: "Noto Sans JP", sans-serif !important;
	font-size: 14px !important;
	line-height: 2.2em !important;
	color: #000 !important;
}

body a {
	color: #000;
	transition: all 0.4s ease;
}

body a:hover {
	color: #0095aa;
	text-decoration: none;
}

header {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0;
	background: #fff;
	border-bottom: 3px solid #0095aa;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
}

.course header {
	border-bottom: none;
}

.page-template-page-sah1h2 header,
.page-template-page-sah3hg header {
	border-bottom: none;
}

header .menu_btn {
	display: none;
}

header h1 {
	width: 120px;
	min-width: 120px;
	line-height: 60px;
	margin: 0 0 0 2rem;
	font-size: 2em;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

header h1 a {
	display: block;
	width: 120px;
	height: 0;
	padding-top: 34px;
	line-height: 34px;
	overflow: hidden;
	margin: 10px 0 16px;
	background-image: url(../image/atamaplus_logo.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

header #Menu {
	width: 100%;
}

header #Menu nav#mainNav {
	width: 100%;
	position: relative;
}

header #Menu nav#mainNav ul.menu {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 60px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style-type: none; /*
  &.moshi{
      li{
          &:nth-child(2){
              a{
                  color: $clr1;
              }
          }
      }
  }
  */
}

header #Menu nav#mainNav ul.menu::before {
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	background: #0095aa;
	position: absolute;
	top: 60px;
	left: 0;
	transition: all 0.5s linear;
	visibility: hidden;
	opacity: 0;
}

header #Menu nav#mainNav ul.menu.ribbon::before {
	visibility: visible;
	opacity: 1;
}

header #Menu nav#mainNav ul.menu > li {
	height: 60px;
	line-height: 60px;
	position: relative;
}

header #Menu nav#mainNav ul.menu > li:hover {
	transition: all 0.4s ease;
}

header #Menu nav#mainNav ul.menu > li.current a {
	color: #0095aa;
}

header #Menu nav#mainNav ul.menu > li a {
	display: block;
	padding: 0 1.2rem;
	font-size: 14px;
}

header #Menu nav#mainNav ul.menu > li.menu__mega ul.menu__second-level {
	list-style-type: none;
	padding: 0;
	margin: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	width: 380px;
	height: 60px;
	padding: 0;
	box-sizing: border-box;
	transition: all 0.5s linear;
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
}

header #Menu nav#mainNav ul.menu > li.menu__mega ul.menu__second-level li a {
	display: block;
	line-height: 57px;
	padding: 0 1rem;
	color: #fff !important;
	transition: all 0.4s ease;
}

header #Menu nav#mainNav ul.menu > li.menu__mega ul.menu__second-level li a:hover {
	opacity: 0.6;
}

header #Menu nav#mainNav ul.menu > li.menu__mega ul.menu__second-level li .trig {
	display: none;
}

header #Menu nav#mainNav ul.menu > li.menu__mega ul.menu__second-level li ul.end {
	display: none;
}

header #Menu nav#mainNav ul.menu > li.menu__mega:hover ul.menu__second-level {
	top: 60px;
	visibility: visible;
	opacity: 1;
}

header #Menu nav#mainNav ul.menu > li .moshi2nd,
header #Menu nav#mainNav ul.menu > li .faq2nd {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
}

header #Menu nav#mainNav ul.menu.top li:nth-child(1) a {
	color: #0095aa;
}

header #Menu nav#mainNav ul.menu.faq li:nth-child(2) a {
	color: #0095aa;
}

header #Menu nav#mainNav ul.menu.juku li:nth-child(3) a {
	color: #0095aa;
}

header #Menu .hd_right {
	display: flex;
	justify-content: flex-end;
	width: 230px;
	height: 60px;
	padding-right: 2rem;
	position: absolute;
	top: 0;
	right: 0;
}

header #Menu .hd_right .toCosite {
	display: block;
	width: 148px;
	height: 22px;
	line-height: 20px;
	padding-left: 12px;
	margin-top: 17px;
	margin-right: 15px;
	font-size: 12px;
	background-color: #0095aa;
	color: #fff;
	border-radius: 25px;
	transition: all 0.4s ease;
}

header #Menu .hd_right .toCosite:hover {
	background-color: #006573;
}

header #Menu .hd_right > .btn_round {
	display: none;
}

header #Menu .hd_right .hd_sns {
	position: relative;
}

header #Menu .hd_right .hd_sns span {
	display: none;
}

header #Menu .hd_right .hd_sns .iconFB {
	display: block;
	width: 25px;
	height: 0;
	padding-top: 25px;
	overflow: hidden;
	line-height: 25px;
	background-image: url(../image/icon_sns_fb.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-top: 15px;
}

header #Menu .hd_right .hd_sns .hd_related {
	display: none;
}

header #Menu .hd_right .hd_sns .coInfo {
	display: none;
}

header #Menu .hd_right .hd_sns .headAdd {
	display: none;
}

#subNav {
	width: 100%;
	height: 60px;
	line-height: 60px;
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 1; /*
  &.nodisp{
      .inner{
          ul{
              li{
                  a, span{
                      opacity: 0;
                  }
              }
          }
      }
  }
  */
}

#subNav.jnr {
	background-color: #67b65a;
}

#subNav.h1h2,
#subNav.hantei {
	background-color: #ef7d52;
}

#subNav.h3hg,
#subNav.kyotsu {
	background-color: #eb6b92;
}

#subNav .inner {
	display: flex;
	justify-content: flex-start;
	max-width: 960px !important;
	line-height: 60px;
	margin: 0 auto;
}

#subNav .inner ul {
	width: 100%;
	display: flex;
	justify-content: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#subNav .inner ul li {
	line-height: 59px;
	padding: 0 1rem;
	position: relative;
}

#subNav .inner ul li:first-child .tab {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

#subNav .inner ul li:nth-child(2) span {
	display: block;
	width: 1px;
	height: 65%;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#subNav .inner ul li a {
	display: block;
	font-size: 14px;
	color: #fff;
	transition: all 0.4s ease;
}

#subNav .inner ul li a:hover {
	opacity: 0.6;
}

#subNav .inner h2 {
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	font-weight: 500 !important;
}

#subNav .inner h2 span {
	display: inline-block;
	color: #fff;
}

#subNav .inner h2 span:first-child {
	line-height: 59px;
	margin: 0 !important;
	text-align: center;
	font-size: 20px !important;
}

#subNav .inner h2 span:last-child {
	height: 18px;
	line-height: 16px;
	padding: 0 10px;
	margin: 2px 0 0 14px;
	font-size: 14px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #fff;
}

#subNav.elem {
	background-color: #f1ea0a;
}

#subNav.elem .inner ul li a {
	color: #0095aa !important;
}

#subNav.elem .inner ul li span {
	background: #0095aa !important;
}

footer {
	padding: 2.5rem 2rem;
	background: #f2f2f2;
}

footer .container-fluid {
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #0095aa;
}

footer a:hover {
	color: #006573 !important;
}

footer h4 {
	font-size: 20px;
}

footer .f_left h4 {
	margin-bottom: 0 !important;
}

footer .f_left h4 a {
	display: block;
	width: 110px;
	height: 0;
	padding-top: 40px;
	line-height: 40px;
	overflow: hidden;
	background-image: url(../image/atamaplus_logo.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 0.6rem !important;
}

footer .f_left p {
	line-height: 1.8;
	margin-bottom: 2rem;
	padding-left: 4px;
	font-size: 12px;
	color: #0095aa;
}

footer .col-lg-2 h4 {
	margin-bottom: 1rem !important;
}

footer .col-lg-2 h4 a {
	color: #0095aa;
}

footer .col-lg-2 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

footer .col-lg-2 ul li a {
	color: #0095aa;
}

footer .f_right {
	width: 200px;
}

footer .f_right h4 {
	margin-bottom: 0.8rem !important;
}

footer .f_right .link_press {
	margin-bottom: 2.5rem !important;
}

footer .f_right .link_press a {
	color: #0095aa;
}

footer .f_right .ft_btns {
	display: none;
}

footer .ftLinks {
	display: flex;
	justify-content: space-between;
	align-content: center;
	margin-bottom: 1.2rem;
}

footer .ftLinks .ft_coInfo {
	display: none;
}

footer .ftLinks .btn_round {
	line-height: 28px;
	margin: 0 1rem 0 0;
	padding: 0 25px 0 10px;
	font-size: 14px;
}

footer .ftLinks .btn_round:hover {
	color: #fff !important;
}

footer .ftLinks .btn_round:nth-child(1) {
	width: 280px;
}

footer .ftLinks .btn_round:nth-child(2) {
	width: 240px;
}

footer .ftLinks .ft_sns {
	display: flex;
	margin-right: 2rem;
	margin-left: auto;
}

footer .ftLinks .ft_sns h4 {
	display: block;
	line-height: 25px;
	padding-top: 5px;
	margin-right: 0.8rem;
	margin-bottom: 0 !important;
	font-size: 1rem;
}

footer .ftLinks .ft_sns a.icon_sns_fb {
	display: block;
	width: 30px;
	height: 0;
	padding-top: 25px;
	overflow: hidden;
	line-height: 25px;
	margin-top: 3px;
	background-image: url(../image/icon_sns_fb.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

footer .ftLinks .ft_related {
	display: flex;
}

footer .ftLinks .ft_related span {
	display: block;
	line-height: 24px;
	padding-top: 6px;
	margin-bottom: 0 !important;
	margin-right: 0.5rem;
	font-size: 1rem;
	color: #0095aa;
}

footer .ftLinks .ft_related .logo_edtech {
	display: block;
	margin-bottom: 0 !important;
	padding-top: 5px;
}

footer .ftLinks .ft_related .logo_edtech a {
	display: block;
	width: 95%;
	height: 0;
	padding-top: 25px;
	line-height: 25px;
	overflow: hidden;
	background-image: url(../image/EdTechBlog_logo.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

footer .addWrap {
	width: 100%;
	padding: 0 2rem 0 0; /*
  position: absolute;
  bottom: 0;
  left: 0;
  */
}

footer .addWrap address {
	padding-left: 4px;
	margin: 0;
	font-size: 10px;
	color: #0095aa;
}

footer .addWrap address a {
	display: inline-block;
	line-height: 12px;
	border-left: 1px solid #0095aa;
	margin-left: 5px;
	padding-left: 5px;
	color: #0095aa;
}

.container {
	max-width: 875px !important;
}

.header_img {
	padding: 0;
	margin-top: 0;
}

.header_img > div {
	width: 100%;
	height: 0;
	padding-top: 47.34%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

#toppage .header_img div {
	background-image: url(../image/hd_img_toppage.jpg);
}

#course.elem .header_img div {
	background-image: url(../image/hd_img_elementary.jpg);
}

#course.jnr .header_img div {
	background-image: url(../image/hd_img_junior.jpg);
}

#course.h1h2 .header_img div {
	background-image: url(../image/hd_img_h1h2.jpg);
}

#course.h3hg .header_img div {
	background-image: url(../image/hd_img_h3hg.jpg);
}

#moshiTop .header_img div {
	background-image: url(../image/hd_img_moshi.jpg);
}

#moshi.hantei .header_img div {
	background-image: url(../image/hd_img_hantei.jpg);
}

#moshi.kyotsu .header_img div {
	background-image: url(../image/hd_img_kyotsu.jpg);
}

#nigate .header_img div {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
}

#nigate .header_img div img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

#nigate .header_img .vWrap {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

#nigate .header_img .vWrap video {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

#vWrap {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
}

#vWrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 1px solid #e5e5e5; /*
  &#nigateV{
      @media (max-width: 991px){
          display: none;
      }
  }
  */
}

#vWrap #mute {
	width: 40px;
	height: 0;
	padding-top: 40px;
	line-height: 40px;
	overflow: hidden;
	background-image: url(../image//nigate/sound_off.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: transparent;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1;
	border: none;
	outline: none;
}

#vWrap #mute.sound {
	background-image: url(../image//nigate/sound_on.svg);
}

.header_copy {
	margin-top: 0;
}

#toppage .header_copy .container {
	padding-top: 3rem;
}

#toppage .header_copy .container h2 {
	width: 94%;
	margin-bottom: 5.5rem !important;
}

#toppage .header_copy .container h2 span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 30.81%;
	overflow: hidden;
	background-image: url(../image/ss_hd_copy.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border-bottom: none;
}

#toppage .header_copy .container p {
	margin-bottom: 6rem !important;
	font-size: 15px;
}

#toppage .header_copy .container p small {
	font-size: 12px;
}

#toppage #topSelector .container {
	text-align: center; /*
  hr{
      margin-bottom: 0 !important;
  }
  */
}

#toppage #topSelector .container ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin-bottom: 6rem;
	list-style-type: none;
}

#toppage #topSelector .container ul li {
	width: 24%;
}

#toppage #topSelector .container ul li a {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 2px;
	transition: all 0.4s ease;
}

#toppage #topSelector .container ul li a:hover {
	opacity: 0.6;
}

#toppage #topSelector .container ul li:nth-child(1) a {
	background: #f1ea0a;
	color: #0095aa;
}

#toppage #topSelector .container ul li:nth-child(2) a {
	background: #67b65a;
}

#toppage #topSelector .container ul li:nth-child(3) a {
	background: #ef7d52;
}

#toppage #topSelector .container ul li:nth-child(4) a {
	background: #eb6b92;
}

#toppage #topSelector .container .toJuku {
	text-align: center;
}

#toppage #topSelector .container .toJuku .btn_round {
	width: 60%;
	height: 48px;
	line-height: 48px;
	margin: 0 auto 2rem;
	border-radius: 24px;
	font-size: 20px;
}

#toppage #topSelector .container .toJuku p {
	width: 58%;
	margin: 0 auto 5rem !important;
	text-align: left;
	font-size: 15px;
}

#toppage #topSelector .container .ctaWrap .btn_round {
	margin: 0 0 0 auto;
	background-color: #929292;
}

#toppage #topSelector .container .cm {
	margin-bottom: 5rem;
}

#toppage #topSelector .container .cm .idx_cm {
	line-height: 30px;
	margin-bottom: 2rem !important;
	text-align: left;
	font-size: 20px;
	letter-spacing: 2px;
	color: #0095aa;
}

#toppage #topSelector .container .cm #vWrap {
	margin-bottom: 5rem;
}

#toppage #topSelector .container .cm #vWrap iframe {
	border: 1px solid #e5e5e5;
}

#toppage #topSelector .container .cm .toNigateScan {
	text-align: center;
}

#toppage #topSelector .container .cm .toNigateScan .btn_round {
	width: 60%;
	height: 48px;
	line-height: 48px;
	margin: 0 auto 2rem;
	border-radius: 24px;
	font-size: 20px;
}

#toppage #topSelector .container .cm .toNigateScan p {
	width: 58%;
	margin: 0 auto 5rem !important;
	text-align: left;
	font-size: 15px;
}

#toppage #topSelector .container .topAward {
	clear: both;
}

#toppage #topSelector .container .topAward img {
	float: left;
	width: 16%;
	height: auto;
	margin-right: 1rem;
}

#toppage #topSelector .container .topAward h3 {
	padding: 0 !important;
	margin: 0 0 8px !important;
	color: #000;
	font-size: 20px;
	text-align: left;
}

#toppage #topSelector .container .topAward p {
	line-height: 1.6;
	margin-bottom: 0 !important;
	font-size: 12px;
	text-align: left;
}

#toppage #topSelector .container .topAward p a {
	text-decoration: none;
}

#toppage #topSelector .container .topAward p a span {
	text-decoration: underline;
}

#toppage #clients .container {
	margin-bottom: 5rem; /*
  img{
      margin-bottom: 4rem;
      @media (max-width: 767px){
          margin-bottom: 2rem;
      }
  }
  */
}

#toppage #clients .container h3 {
	margin-bottom: 3rem !important;
}

#toppage #clients .container h3 small {
	font-size: 16px;
}

#toppage #clients .container ul.jukulogos {
	list-style-type: none;
	padding: 0;
	margin: 0 0 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#toppage #clients .container ul.jukulogos::after {
	content: "";
	display: block;
	width: 27%;
}

#toppage #clients .container ul.jukulogos li {
	width: 27%;
}

#toppage #clients .container ul.jukulogos li .logowrap {
	width: 100%;
	height: 0;
	padding-top: 53.19%;
	position: relative;
}

#toppage #clients .container ul.jukulogos li .logowrap img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

#toppage #clients .container .toJuku {
	padding-top: 4rem;
	text-align: center;
}

#toppage #clients .container .toJuku .btn_round {
	width: 60%;
	height: 48px;
	line-height: 48px;
	margin: 0 auto 2rem;
	border-radius: 24px;
	font-size: 20px;
}

#toppage #clients .container .toJuku p {
	width: 58%;
	margin: 0 auto 5rem !important;
	text-align: left;
	font-size: 15px;
}

#course .header_img {
	margin-bottom: 3rem;
}

#course .header_copy .container {
	padding-top: 3rem;
}

#course .header_copy .container h2 {
	margin-bottom: 5.5rem !important;
}

#course .header_copy .container h2 span {
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#course.elem .header_copy {
	padding-bottom: 4rem;
}

#course.elem h2 {
	width: 97%;
}

#course.elem h2 span {
	padding-top: 19.44%;
	background-image: url(../image/copy_elem_pc.svg);
}

#course.jnr h2 {
	width: 97%;
}

#course.jnr h2 span {
	padding-top: 19.44%;
	background-image: url(../image/copy_jnr_pc.svg);
}

#course.h1h2 h2 {
	width: 97%;
}

#course.h1h2 h2 span {
	padding-top: 19.44%;
	background-image: url(../image/copy_h1h2_pc.svg);
}

#course.h3hg h2 {
	width: 77%;
}

#course.h3hg h2 span {
	padding-top: 39.58%;
	background-image: url(../image/copy_h3hg_pc.svg);
}

#course #structure {
	margin-bottom: 5rem;
}

#course #structure .thumb_mv {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
}

#course #structure .thumb_mv a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../image/thumb_mv_lg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

#course #whatis .container {
	padding-bottom: 6rem;
}

#course #whatis .container.elem {
	padding-bottom: 0;
}

#course #whatis .container h3 {
	margin-bottom: 5rem !important;
}

#course #whatis .container .eachWrap.elem .each:last-child {
	margin-bottom: 3rem;
}

#course #whatis .container .bfaf h4.scnd {
	padding-left: 17px;
}

#course #whatis .container .bfaf img {
	width: 100%;
	height: auto;
}

#course #whatis .bf_anchor {
	padding-top: 6rem;
	padding-bottom: 0;
}

#course #elem_ex .container {
	padding-bottom: 6rem;
}

#course #elem_ex .container h3 {
	margin-bottom: 3rem !important;
}

#course #elem_ex .container img {
	width: 100%;
	height: auto;
}

#course #elem_ex .container .tablets {
	margin-bottom: 2rem;
	padding: 1rem 0 0;
}

#course #elem_ex .container .tablets .col-12:first-child {
	text-align: right;
}

#course #elem_ex .container .tablets .col-12:last-child {
	text-align: left;
}

#course #elem_ex .container .tablets figure {
	margin-bottom: 1rem;
}

#course #elem_ex .container .tablets figure img {
	width: 99%;
}

#course #elem_ex .container .hiddenSp {
	padding-top: 1rem;
}

#course #elem_ex .container .hiddenSp p {
	margin-bottom: 3rem !important;
}

#course #elem_ex .container .hiddenSp .row {
	margin-bottom: 3rem;
}

#course #elem_ex .container .moreOpn {
	display: none;
}

#course #elem_ex .container .bfaf h4.scnd {
	padding-left: 17px;
}

#course #elem_ex .container .bfaf img {
	width: 100%;
	height: auto;
}

#course #elem_ex .bf_anchor {
	padding-top: 6rem;
	padding-bottom: 0;
}

#course #atjuku .container {
	padding-bottom: 2rem;
}

#course #atjuku.elem .container {
	padding-bottom: 0;
}

#course #atjuku h3 {
	margin-bottom: 5rem !important;
}

#course #results .container {
	padding-bottom: 4rem;
}

#course #results .container ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#course #results .container ul li {
	width: 48.5%;
	height: 190px;
	padding: 1.4rem 1.8rem;
	background: #fff;
	margin-bottom: 25px;
}

#course #results .container ul li h4 {
	line-height: 1.6;
	display: inline-block;
	margin-bottom: 1rem !important;
	border-bottom: 1px solid #0095aa;
	font-size: 20px;
	font-weight: 500;
}

#course #results .container ul li p {
	line-height: 0.8;
	margin-bottom: 0 !important;
	font-size: 7em;
	font-weight: 500;
	color: #0095aa;
	letter-spacing: 7px;
	text-align: center;
}

#course #results .container ul li p span {
	font-size: 0.7em;
}

#course #results .container ul.kouka.elem li {
	width: 32%;
	height: 170px;
}

#course #results .container ul.kouka.elem li h4 {
	font-size: 17px;
	margin-bottom: 1.5rem !important;
}

#course #results .container ul.kouka.elem li p {
	letter-spacing: 1px;
	font-size: 5em;
}

#course #results .container ul.kouka.elem li p span {
	padding-left: 5px;
}

#course #results .container ul.kouka.h3hg li h4 {
	position: relative;
}

#course #results .container ul.kouka.h3hg li h4::before {
	font-size: 10px;
	color: #000;
	line-height: 20px;
	position: absolute;
	right: -24px;
	bottom: 0;
}

#course #results .container ul.kouka.h3hg li:nth-child(1) h4::before {
	content: "＊1";
}

#course #results .container ul.kouka.h3hg li:nth-child(2) h4::before {
	content: "＊2";
}

#course #results .container ul.kouka.h3hg li:nth-child(2) .cell {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#course #results .container ul.kouka.h3hg li:nth-child(2) .cell div {
	display: table-cell;
	vertical-align: middle;
	line-height: 45px;
	width: 50%;
	font-size: 3em;
	font-weight: 500;
	text-align: center;
	color: #0095aa;
}

#course #results .container ul.kouka.h3hg li:nth-child(2) .cell div sup {
	display: inline-block;
	margin-right: 10px;
	line-height: 24px;
	padding: 0 4px 2px;
	background: #0095aa;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

#course #results .container ul.kouka.h3hg li:nth-child(3) h4::before {
	content: "＊3";
}

#course #results .container ul.kouka.h3hg li:nth-child(4) h4::before {
	content: "＊3";
}

#course #results .container p small {
	display: inline-block;
	line-height: 1.6;
}

#course #results .container:nth-child(2) {
	padding-top: 5rem;
}

#course #results .container:nth-child(2) ul li {
	padding: 1.2rem 1.4rem;
	background-repeat: repeat;
	background-position: center;
	background-size: 260%;
}

#course #results .container:nth-child(2) ul li h4 {
	line-height: 1.5;
	display: block;
	padding-left: 90px;
	margin-bottom: 2.4rem !important;
	border-bottom: none;
	font-weight: 500 !important;
	position: relative;
}

#course #results .container:nth-child(2) ul li h4::before,
#course #results .container:nth-child(2) ul li h4::after {
	content: "";
	display: block;
	position: absolute;
}

#course #results .container:nth-child(2) ul li h4::before {
	width: 80px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

#course #results .container:nth-child(2) ul li h4::after {
	width: 0;
	height: 0;
	border-top: 16px solid #0095aa;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	left: calc(50% - 9px);
	bottom: -27px;
}

#course #results .container:nth-child(2) ul li p {
	line-height: 1.8;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	letter-spacing: inherit;
}

#course #results .container:nth-child(2) ul li:nth-child(1) h4::before {
	background-image: url(../image/icon_seito1.svg);
}

#course #results .container:nth-child(2) ul li:nth-child(2) h4::before {
	background-image: url(../image/icon_seito2.svg);
}

#course #results .container:nth-child(2) ul li:nth-child(3) h4::before {
	background-image: url(../image/icon_seito3.svg);
}

#course #results .container:nth-child(2) ul li:nth-child(4) h4::before {
	background-image: url(../image/icon_seito4.svg);
}

#course #results .container:nth-child(2) ul li:nth-child(5) h4::before {
	background-image: url(../image/icon_seito5.svg);
}

#course #results .container:nth-child(2) ul li:nth-child(6) h4::before {
	background-image: url(../image/icon_seito6.svg);
}

#course #results .container:nth-child(2) ul.elem li {
	background-image: url(../image/bg_elem.jpg);
}

#course #results .container:nth-child(2) ul.jnr li {
	background-image: url(../image/bg_junior.jpg);
}

#course #results .container:nth-child(2) ul.h1h2 li {
	background-image: url(../image/bg_h1h2.jpg);
}

#course #results .container:nth-child(2) ul.h3hg li {
	background-image: url(../image/bg_h3hg.jpg);
}

#course #forSuch .container {
	padding-top: 5rem;
}

#course #forSuch .container ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0 0 4rem;
	margin: 0;
}

#course #forSuch .container ul li {
	width: 48.5%;
	height: auto;
	background: #fff;
	margin-bottom: 25px;
	padding: 1.2rem 1.4rem;
	background-repeat: repeat;
	background-position: center;
	background-size: 260%;
}

#course #forSuch .container ul li h4 {
	line-height: 1.5;
	display: block;
	padding-left: 90px;
	margin-bottom: 2.4rem !important;
	border-bottom: none;
	font-size: 20px;
	font-weight: 500 !important;
	letter-spacing: 1.5px;
	position: relative;
}

#course #forSuch .container ul li h4::before,
#course #forSuch .container ul li h4::after {
	content: "";
	display: block;
	position: absolute;
}

#course #forSuch .container ul li h4::before {
	width: 80px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

#course #forSuch .container ul li h4::after {
	width: 0;
	height: 0;
	border-top: 16px solid #0095aa;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	left: calc(50% - 9px);
	bottom: -27px;
}

#course #forSuch .container ul li p {
	line-height: 1.8;
	margin-bottom: 0 !important;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	letter-spacing: inherit;
}

#course #forSuch .container ul li:nth-child(1) h4::before {
	background-image: url(../image/icon_elem_seito1.svg);
}

#course #forSuch .container ul li:nth-child(2) h4::before {
	background-image: url(../image/icon_elem_seito2.svg);
}

#course #forSuch .container ul li:nth-child(3) h4::before {
	background-image: url(../image/icon_elem_seito3.svg);
}

#course #forSuch .container ul li:nth-child(4) h4::before {
	background-image: url(../image/icon_elem_seito4.svg);
}

#course #forSuch .container ul li:nth-child(5) h4::before {
	background-image: url(../image/icon_elem_seito5.svg);
}

#course #forSuch .container ul li:nth-child(6) h4::before {
	background-image: url(../image/icon_seito6.svg);
}

#course #voices .container h3 {
	margin-bottom: 5rem !important;
}

#course #voices .container h3.elem {
	margin-bottom: 3rem !important;
}

#course #voices .container h3 span {
	display: inline-block;
	line-height: 37px;
	float: right;
	text-align: right;
	font-size: 10px;
	color: #000;
	letter-spacing: 0;
}

#course #voices .col-12 {
	margin-bottom: 2rem;
}

#course #voices .col-12 .each_comment,
#course #voices .col-12 .each_comment__h3hg,
#course #voices .col-12 .each_comment__h1h2,
#course #voices .col-12 .each_comment__jnr,
#course #voices .col-12 .each_comment__elem {
	width: 100%;
	line-height: 2;
	padding: 1.3rem 1.8rem 1.5rem;
	background: #fff;
	border-radius: 10px;
	position: relative;
	font-size: 13px;
}

#course #voices .col-12 .each_comment::after,
#course #voices .col-12 .each_comment__h3hg::after,
#course #voices .col-12 .each_comment__h1h2::after,
#course #voices .col-12 .each_comment__jnr::after,
#course #voices .col-12 .each_comment__elem::after {
	content: "";
	width: 23px;
	height: 0;
	border-top: 23px solid #fff;
	border-left: 11.5px solid transparent;
	border-right: 11.5px solid transparent;
	position: absolute;
	bottom: -17px;
	left: 50%;
	transform: translateX(-50%);
}

#course #voices .col-12 .each_comment__elem {
	height: 170px;
	background-image: url(../image/bg_elem.jpg);
	background-repeat: repeat;
	background-position: center;
	background-size: 260%;
}

#course #voices .col-12 .each_comment__elem.childs {
	height: 120px;
}

#course #voices .col-12 .each_comment__elem::after {
	content: "";
	width: 23px;
	height: 23px;
	background: url(../image/fukidashi_elem.png); /*
  height: 0;
  border-top: 23px solid #fff;
  border-left: 11.5px solid transparent;
  border-right: 11.5px solid transparent;
  */
	border: none;
	position: absolute;
	bottom: -17px;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
}

#course #voices .col-12 .each_comment__jnr {
	height: 174px;
}

#course #voices .col-12 .each_comment__h1h2 {
	height: 174px;
}

#course #voices .col-12 .each_comment__h3hg {
	height: 174px;
}

#course #voices .hidden {
	display: none;
}

#course #voices .btn_round {
	margin-top: 2rem;
	margin-bottom: 0;
}

#course #subjects .container {
	margin-bottom: 5rem;
}

#course #subjects ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0 0 2rem;
}

#course #subjects ul li {
	line-height: 40px;
	width: 24%;
	margin-bottom: 14px;
	text-align: center;
	color: #0095aa;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 2px;
	background-size: 500% !important;
}

#course #subjects p {
	line-height: 1.6;
}

#course #bottom .container .linkBtns {
	text-align: center;
}

#course #bottom .container .linkBtns .btn_round {
	width: 60%;
	height: 48px;
	line-height: 48px;
	margin: 0 auto 2rem;
	border-radius: 24px;
	font-size: 20px;
}

#course #bottom .container .linkBtns p {
	width: 58%;
	margin: 0 auto 5rem !important;
	text-align: left;
	font-size: 15px;
}

.moshi_copy {
	line-height: 1.6;
	margin: 0 0 4.5rem !important;
	color: #000;
	font-size: 57px !important;
	letter-spacing: 4px;
}

#moshiTop .header_img {
	margin-bottom: 4rem;
}

#moshiTop .moshiSelector {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

#moshiTop .moshiSelector li {
	width: 48%;
}

#moshiTop .moshiSelector li a h3 {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 16% !important;
	margin-bottom: 0 !important;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all 0.4s ease;
}

#moshiTop .moshiSelector li a h3:hover {
	opacity: 0.5;
}

#moshiTop .moshiSelector li:nth-child(1) a h3 {
	background-image: url("../image//btn_pc_hantei.png");
}

#moshiTop .moshiSelector li:nth-child(2) a h3 {
	background-image: url("../image//btn_pc_kyotsu.png");
}

#moshi .header_copy {
	padding-top: 5rem;
	padding-bottom: 4rem;
}

#moshi .header_copy .hd_copy {
	width: 100%;
	height: 0;
	padding-top: 17.8%;
	line-height: 2;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#moshi .header_copy .hd_copy.hantei {
	background-image: url(../image//copy_hantei.svg);
}

#moshi .header_copy .hd_copy.kyotsu {
	background-image: url(../image//copy_kyotsu.svg);
}

#moshi .header_copy h3 {
	padding-top: 0 !important;
	margin-bottom: 3rem !important;
	font-size: 28px !important;
}

#moshi .header_copy p {
	margin-bottom: 5rem !important;
}

#moshi .header_copy .toEntry {
	display: flex;
	justify-content: flex-end;
}

#moshi .header_copy .toEntry.sah1h2 .btn_round {
	margin: 0 0 2rem 1rem;
}

#moshi .header_copy .toEntry.sah3hg .btn_round {
	margin: 0 0 2rem 1rem;
	padding-left: 22px;
	text-align: left;
}

#moshi #moshiBg .container {
	padding-top: 6rem;
	padding-bottom: 2rem;
}

#moshi #moshiBg .each {
	margin-bottom: 6rem;
}

#moshi #moshiBg .each h2 {
	line-height: 35px;
	padding: 4px 15px 6px;
	margin-bottom: 2rem !important;
	border-radius: 8px;
	color: #fff;
	font-size: 22px !important;
	font-weight: 500 !important;
	letter-spacing: 1px;
	background: #0095aa !important;
}

#moshi #moshiBg .each h3.sml {
	margin-bottom: 1rem !important;
	padding-top: 0 !important;
	color: #000;
	font-size: 14px !important;
	letter-spacing: inherit;
}

#moshi #moshiBg .each hr {
	margin: 3rem 0 !important;
}

#moshi #moshiBg .each ol.charas {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}

#moshi #moshiBg .each ol.charas li {
	width: calc(33% - 10px);
	line-height: 1;
	margin-bottom: 1rem;
	padding-bottom: 2px;
	border-width: 1.5px;
	border-style: solid;
	border-color: #0095aa;
	color: #000;
	text-align: center;
	font-size: 1.6em;
	background: #fff;
}

#moshi #moshiBg .each ol.charas li a {
	display: block;
}

#moshi #moshiBg .each ol.charas li a span {
	display: inline-block;
	line-height: 40px;
	margin: 0 auto;
	padding: 0 0 0 25px;
	font-size: 16px !important;
	font-weight: 400;
	font-family: inherit;
	color: #000;
	letter-spacing: 0;
	position: relative;
}

#moshi #moshiBg .each ol.charas li a span::before {
	content: "";
	display: block;
	width: 22px;
	height: 0;
	padding-top: 22px;
	line-height: 1;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-45%);
	left: 0;
}

#moshi #moshiBg .each ol.charas li:nth-child(1) a span::before {
	background-image: url(../image/no1_grn.svg);
}

#moshi #moshiBg .each ol.charas li:nth-child(2) a span::before {
	background-image: url(../image/no2_grn.svg);
}

#moshi #moshiBg .each ol.charas li:nth-child(3) a span::before {
	background-image: url(../image/no3_grn.svg);
}

#moshi #moshiBg .charas #ch1,
#moshi #moshiBg .charas #ch2,
#moshi #moshiBg .charas #ch3 {
	padding-top: 120px;
	margin-top: -120px;
}

#moshi #moshiBg .charas .chara .no {
	display: inline-block;
	padding-right: 22px;
	margin-bottom: 10px;
	color: #0095aa;
	font-size: 16px;
}

#moshi #moshiBg .charas .chara h3 {
	width: 30%;
	line-height: 1 !important;
	padding: 0 0 2px !important;
	margin-bottom: 2rem !important;
	text-align: center;
	border: 1.5px solid #0095aa;
	background: #fff;
}

#moshi #moshiBg .charas .chara h3 span {
	display: inline-block;
	line-height: 40px;
	margin: 0 auto;
	padding: 0 0 0 25px;
	font-size: 16px !important;
	font-weight: 400;
	font-family: inherit;
	color: #000;
	letter-spacing: 0;
	position: relative;
}

#moshi #moshiBg .charas .chara h3 span::before {
	content: "";
	display: block;
	width: 22px;
	height: 0;
	padding-top: 22px;
	line-height: 1;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-45%);
	left: 0;
}

#moshi #moshiBg .charas .chara.ch1 h3 span::before {
	background-image: url(../image//no1_grn.svg);
}

#moshi #moshiBg .charas .chara.ch2 h3 span::before {
	background-image: url(../image//no2_grn.svg);
}

#moshi #moshiBg .charas .chara.ch2 small {
	display: block;
	line-height: 1.6;
}

#moshi #moshiBg .charas .chara.ch2 small:nth-child(6) {
	margin-bottom: 5rem;
}

#moshi #moshiBg .charas .chara.ch2 h4 {
	width: 105px;
	line-height: 35px;
	margin-bottom: 2rem !important;
	background: #0095aa;
	color: #fff;
	text-align: center;
	font-size: 16px;
}

#moshi #moshiBg .charas .chara.ch2 .untilnow {
	margin-bottom: 3rem;
	position: relative;
}

#moshi #moshiBg .charas .chara.ch2 .untilnow .icon {
	width: 42%;
	position: absolute;
	top: -15px;
	right: 8px;
}

#moshi #moshiBg .charas .chara.ch2 .untilnow .icon span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 50%;
	background-image: url(../image//icon1_pc.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

#moshi #moshiBg .charas .chara.ch2 .untilnow .table_wrap {
	width: 60%;
}

#moshi #moshiBg .charas .chara.ch2 .untilnow .table_wrap .sp_txt {
	display: none;
}

#moshi #moshiBg .charas .chara.ch2 .untilnow .table_wrap span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 57%;
	background-image: url(../image//table1_pc.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}

#moshi #moshiBg .charas .chara.ch2 .fromnow {
	position: relative;
}

#moshi #moshiBg .charas .chara.ch2 .fromnow .icon {
	width: 31%;
	position: absolute;
	top: -45%;
	right: 0px;
}

#moshi #moshiBg .charas .chara.ch2 .fromnow .icon span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 115%;
	background-image: url(../image//icon2_pc.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

#moshi #moshiBg .charas .chara.ch2 .fromnow .table_wrap {
	width: 100%;
}

#moshi #moshiBg .charas .chara.ch2 .fromnow .table_wrap .sp_txt {
	display: none;
}

#moshi #moshiBg .charas .chara.ch2 .fromnow .table_wrap span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 44%;
	background-image: url(../image//table2_pc.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}

#moshi #moshiBg .charas .chara.ch3 {
	margin-bottom: 6rem;
}

#moshi #moshiBg .charas .chara.ch3 h3 span::before {
	background-image: url(../image//no3_grn.svg);
}

#moshi #moshiBg .charas .chara.ch3 .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3rem;
}

#moshi #moshiBg .charas .chara.ch3 .flex .txt {
	width: 63%;
}

#moshi #moshiBg .charas .chara.ch3 .flex .triangle {
	width: 32%;
	margin-bottom: 4rem;
}

#moshi #moshiBg .charas .chara.ch3 .flex .triangle span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 92%;
	background-image: url(../image//triangle.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#moshi .div_btm .container dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4rem;
}

#moshi .div_btm .container dl dt,
#moshi .div_btm .container dl dd {
	font-size: 15px;
	line-height: 2;
	margin-bottom: 2.5rem;
}

#moshi .div_btm .container dl dt {
	display: flex;
	justify-content: space-between;
	width: 160px;
	padding-right: 50px;
	position: relative;
	font-weight: normal;
}

#moshi .div_btm .container dl dt::after {
	content: "：";
	display: block;
	width: 10px;
	height: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 24px;
}

#moshi .div_btm .container dl dd {
	width: calc(100% - 160px);
}

#moshi .div_btm .container .btn_round {
	width: 380px;
	height: 40px;
	line-height: 38px;
	text-align: left;
	padding-left: 25px;
	border-radius: 20px;
	font-size: 18px;
}

#moshi .div_btm .container .btn_round::after {
	width: 28px;
	height: 28px;
	right: 12px !important;
}

#moshi .div_btm .container .sah1h2 .btn_round {
	text-align: center;
	padding-left: 10px;
}

#moshi .div_btm .container .sah3hg .btn_round {
	padding-left: 22px;
	text-align: left;
}

#faq {
	padding-top: 1.5rem;
}

#faq .header_copy .container h2 {
	margin-bottom: 3rem !important;
}

#faq .faqSelector {
	margin-bottom: 4rem;
}

#faq .faqSelector ul {
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#faq .faqSelector ul::after {
	content: "";
	display: block;
	width: 24%;
	line-height: 45px;
}

#faq .faqSelector ul li {
	width: 24%; /*
  &:nth-child(4){
      a{
          color: $moshi;
          border-color: $moshi;
          &.focus{
              background-color: $moshi;
              color: #fff;
          }
      }
  }
  */
}

#faq .faqSelector ul li a {
	display: block;
	line-height: 45px;
	text-align: center;
	font-weight: 500;
	border-width: 3px;
	border-style: solid;
}

#faq .faqSelector ul li:nth-child(1) a {
	color: #0095aa;
	border-color: #f1ea0a;
}

#faq .faqSelector ul li:nth-child(1) a.focus {
	background-color: #f1ea0a;
}

#faq .faqSelector ul li:nth-child(2) a {
	color: #67b65a;
	border-color: #67b65a;
}

#faq .faqSelector ul li:nth-child(2) a.focus {
	background-color: #67b65a;
	color: #fff;
}

#faq .faqSelector ul li:nth-child(3) a {
	color: #ef7d52;
	border-color: #ef7d52;
}

#faq .faqSelector ul li:nth-child(3) a.focus {
	background-color: #ef7d52;
	color: #fff;
}

#faq .faqSelector ul li:nth-child(4) a {
	color: #eb6b92;
	border-color: #eb6b92;
}

#faq .faqSelector ul li:nth-child(4) a.focus {
	background-color: #eb6b92;
	color: #fff;
}

#faq dl.faqList dt,
#faq dl.faqList dd {
	padding-top: 4px;
	padding-left: 65px;
	position: relative;
}

#faq dl.faqList dt::before,
#faq dl.faqList dd::before {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 36px;
	font-size: 1.1em;
	position: absolute;
	top: 0;
	left: 0;
}

#faq dl.faqList dt {
	margin-bottom: 1.5rem;
	color: #0095aa;
	font-size: 1.1em;
	font-weight: normal;
}

#faq dl.faqList dt::before {
	content: "Q";
	background: #0095aa;
	color: #fff;
}

#faq dl.faqList dd {
	margin-bottom: 3rem;
}

#faq dl.faqList dd::before {
	content: "A";
	background: #fff;
	border: 2px solid #0095aa;
	color: #0095aa;
}

#faq dl.faqList dd a {
	text-decoration: underline;
	transition: all 0.4s ease;
}

#faq dl.faqList dd a:hover {
	color: #0095aa;
}

#juku {
	padding-top: 1.5rem;
}

#juku h2 {
	padding-top: 60px;
}

#nigate h2,
#nigate h3 {
	font-weight: bold !important;
}

#nigate p small {
	display: inline-block;
	line-height: 1.6;
}

#nigate .header_copy {
	padding-top: 6rem !important;
}

#nigate .header_copy h2 {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 17.8%;
	overflow: hidden;
	background-image: url(../image//nigate/hd_copy.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 4.5rem !important;
}

#nigate .header_copy h3 {
	padding-top: 0 !important;
	padding-right: 140px !important;
	margin-bottom: 5.5rem !important;
	position: relative;
	font-size: 27px !important;
}

#nigate .header_copy h3::after {
	content: "";
	display: block;
	width: 145px;
	height: 145px;
	background-image: url(../image//nigate/badge_cm.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -0.8rem;
}

#nigate .aboutNigate .bgimg {
	padding-top: 6rem;
}

#nigate .aboutNigate .eachWrap .each:nth-last-child(4) {
	margin-bottom: 5rem !important;
}

#nigate .aboutNigate .eachWrap .each:nth-last-child(4) .hiddenSp img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#nigate .aboutNigate .eachWrap .each:nth-last-child(3) {
	margin-bottom: 5rem !important;
}

#nigate .aboutNigate .eachWrap .each:nth-last-child(3) .hiddenSp img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#nigate .aboutNigate .eachWrap .each:nth-last-child(2) {
	margin-bottom: 5rem !important;
}

#nigate .aboutNigate .eachWrap .each:nth-last-child(2) .hiddenSp img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#nigate .aboutNigate .eachWrap .each .col-12 > p {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

#nigate .aboutNigate .result {
	padding-bottom: 5rem;
}

#nigate .aboutNigate .result h3 {
	font-size: 27px !important;
}

#nigate .aboutNigate hr {
	margin: 6rem 0 !important;
}

#nigate .nigateSelector ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin-bottom: 6rem;
	list-style-type: none;
}

#nigate .nigateSelector ul li {
	width: 24%;
}

#nigate .nigateSelector ul li a {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 2px;
	transition: all 0.4s ease;
}

#nigate .nigateSelector ul li a:hover {
	opacity: 0.6;
}

#nigate .nigateSelector ul li:nth-child(1) a {
	background: #f1ea0a;
	color: #0095aa;
}

#nigate .nigateSelector ul li:nth-child(2) a {
	background: #67b65a;
}

#nigate .nigateSelector ul li:nth-child(3) a {
	background: #ef7d52;
}

#nigate .nigateSelector ul li:nth-child(4) a {
	background: #eb6b92;
}

#nigate .nigateSelector .toJuku {
	text-align: center;
}

#nigate .nigateSelector .toJuku .btn_round {
	width: 60%;
	height: 48px;
	line-height: 48px;
	margin: 0 auto 2rem;
	border-radius: 24px;
	font-size: 20px;
}

#nigate .nigateSelector .toJuku p {
	width: 58%;
	margin: 0 auto 5rem !important;
	text-align: left;
	font-size: 15px;
}

#nigate .nigateSelector .ctaWrap .btn_round {
	margin: 0 0 0 auto;
	background-color: #929292;
}

@media (max-width: 575px) and (min-width: 321px) {

#moshi #moshiBg .charas .chara.ch2 .untilnow .icon {
	width: 32%;
	top: -20px;
	right: 5px;
}

#moshi #moshiBg .charas .chara.ch2 .untilnow .icon span {
	padding-top: 115%;
	background-image: url(../image//icon1_sp.png);
}

#moshi #moshiBg .charas .chara.ch2 .untilnow .table_wrap {
	width: 100%;
}

#moshi #moshiBg .charas .chara.ch2 .untilnow .table_wrap .sp_txt {
	display: block;
	line-height: 1.6;
	margin-bottom: 1rem !important;
	padding-right: 30%;
	font-size: 14px;
	color: #0095aa;
}

#moshi #moshiBg .charas .chara.ch2 .untilnow .table_wrap span {
	background-image: url(../image//table1_sp.png);
}

#moshi #moshiBg .charas .chara.ch2 .fromnow .icon {
	width: 30%;
	top: -12px;
	right: 5px;
}

#moshi #moshiBg .charas .chara.ch2 .fromnow .icon span {
	padding-top: 115%;
	background-image: url(../image//icon2_sp.png);
}

#moshi #moshiBg .charas .chara.ch2 .fromnow .table_wrap {
	width: 100%;
}

#moshi #moshiBg .charas .chara.ch2 .fromnow .table_wrap .sp_txt {
	display: block;
	line-height: 1.6;
	margin-bottom: 1rem !important;
	padding-right: 30%;
	font-size: 14px;
	color: #0095aa;
}

#moshi #moshiBg .charas .chara.ch2 .fromnow .table_wrap span {
	padding-top: 110%;
	background-image: url(../image//table2_sp.png);
}

}

@media (max-width: 767px) and (min-width: 321px) {

#modal-mv {
	width: 340px;
	height: 190.4px;
}

.xWrap {
	width: 100%;
}

}

@media (max-width: 767px) and (min-width: 576px) {

#moshi #moshiBg .charas .chara h3 {
	width: 32%;
}

}

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

h3 {
	line-height: 1.4;
	font-size: 22px !important;
}

#subNav .inner ul li {
	padding: 0 10px;
}

#toppage #topSelector .container .toJuku .btn_round {
	font-size: 18px;
}

#toppage #topSelector .container .cm .toNigateScan .btn_round {
	font-size: 18px;
}

#toppage #clients .container .toJuku .btn_round {
	font-size: 18px;
}

#moshi #moshiBg .charas .chara h3 {
	width: 32%;
}

#nigate .nigateSelector .toJuku .btn_round {
	font-size: 18px;
}

}

@media (max-width: 1199px) and (min-width: 992px) {

header #Menu nav#mainNav ul.menu > li a {
	padding: 0 0.8rem;
}

footer .ftLinks .btn_round:nth-child(1) {
	width: 240px;
	font-size: 12px;
}

footer .ftLinks .btn_round:nth-child(2) {
	width: 220px;
	font-size: 12px;
}

footer .ftLinks .ft_sns {
	margin-right: 1rem;
}

footer .ftLinks .ft_sns h4 {
	font-size: 14px;
}

footer .ftLinks .ft_related span {
	font-size: 14px;
}

}

@media (max-width: 991px) {

#main {
	padding-bottom: 0;
}

#footer {
	position: inherit;
}

.btmBnr {
	display: block;
	width: 100%;
	height: 60px;
	background: #0095aa;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.eachWrap .each h4 {
	line-height: 28px;
	padding: 6px 10px 10px 45px;
}

header {
	box-sizing: content-box;
	border-bottom: 3px solid #0095aa;
	background-color: transparent;
}

.course header {
	border-bottom: none;
}

header .menu_btn {
	width: 25px;
	height: 20px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
	overflow: hidden;
	z-index: 2;
}

header .menu_btn a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

header .menu_btn a span {
	display: block;
	width: 100%;
	height: 1px;
	background: #0095aa;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-0.5px);
}

header .menu_btn a::before,
header .menu_btn a::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #0095aa;
	position: absolute;
	left: 0;
}

header .menu_btn a::before {
	top: 0;
}

header .menu_btn a::after {
	bottom: 0;
}

header .menu_btn a.on span {
	display: none;
}

header .menu_btn a.on::before {
	top: calc(50% - 0.5px);
	transform: rotate(-135deg);
}

header .menu_btn a.on::after {
	bottom: calc(50% - 0.5px);
	transform: rotate(135deg);
}

header h1 {
	width: 100%;
	height: 60px;
	margin: 0;
	background: #fff;
	position: absolute;
	top: 0;
	z-index: 1;
}

header h1 a {
	margin: 10px auto 16px;
}

header #Menu {
	display: none;
	width: 100%;
	height: 100vh;
	background: #fff;
	margin-top: 60px;
	padding-bottom: 60px;
	border-top: 3px solid #0095aa;
	position: absolute;
	left: 0;
	top: -100vh;
	transition: all 0.4s ease;
	-webkit-overflow-scrolling: touch;
}

header #Menu.active {
	display: block;
	top: 0;
	overflow-y: scroll;
}

header #Menu nav#mainNav {
	width: 100%;
	text-align: center;
}

header #Menu nav#mainNav ul.menu {
	display: inherit;
	height: auto;
}

header #Menu nav#mainNav ul.menu li {
	height: auto;
	line-height: 60px;
}

header #Menu nav#mainNav ul.menu li:last-child a {
	font-weight: normal;
}

header #Menu nav#mainNav ul.menu li a {
	display: block;
	padding: 0 20px;
	font-size: 20px;
	letter-spacing: 2px;
	color: #0095aa;
	border-bottom: 1px solid #e2f1f3;
}

header #Menu nav#mainNav ul.menu li ul.menu__second-level {
	display: inherit !important;
	width: 100% !important;
	height: auto !important;
	position: inherit !important;
	top: inherit !important;
	visibility: visible !important;
	opacity: 1 !important;
	background: transparent !important;
}

header #Menu nav#mainNav ul.menu li ul.menu__second-level.accordion li > a {
	display: none;
}

header #Menu nav#mainNav ul.menu li ul.menu__second-level.accordion li span.trig {
	display: block;
	line-height: 37px;
	font-size: 15px;
	color: #0095aa;
	border-bottom: 1px solid #e2f1f3;
}

header #Menu nav#mainNav ul.menu li ul.menu__second-level.accordion li ul.end {
	display: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

header #Menu nav#mainNav ul.menu li ul.menu__second-level.accordion li.expand .end li a {
	display: block !important;
	font-size: 13px !important;
	line-height: 32px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header #Menu nav#mainNav ul.menu li ul.menu__second-level.accordion li.expand .end.elem {
	background: #f1ea0a;
}

header #Menu nav#mainNav ul.menu li ul.menu__second-level.accordion li.expand .end.elem li a {
	color: #0095aa !important;
}

header #Menu nav#mainNav ul.menu li ul.menu__second-level.accordion li.expand .end.jnr {
	background: #67b65a;
}

header #Menu nav#mainNav ul.menu li ul.menu__second-level.accordion li.expand .end.h1h2 {
	background: #ef7d52;
}

header #Menu nav#mainNav ul.menu li ul.menu__second-level.accordion li.expand .end.h3hg {
	background: #eb6b92;
}

header #Menu nav#mainNav ul.menu li ul.menu__second-level.moshi li a {
	display: block;
	line-height: 37px;
	font-size: 15px;
	color: #0095aa !important;
}

header #Menu nav#mainNav ul.menu li .moshi2nd,
header #Menu nav#mainNav ul.menu li .faq2nd {
	display: block;
}

header #Menu nav#mainNav ul.menu li .moshi2nd li a,
header #Menu nav#mainNav ul.menu li .faq2nd li a {
	line-height: 37px;
	font-size: 15px;
	color: #0095aa !important;
	letter-spacing: 0;
}

header #Menu nav#mainNav > ul > li {
	padding-top: 1rem;
}

header #Menu .hd_right {
	display: inherit;
	width: 100%;
	height: auto;
	padding-right: 0;
	padding-top: 2rem;
	text-align: center;
	position: static;
	top: inherit;
	right: inherit;
}

header #Menu .hd_right .toCosite {
	width: 240px;
	margin: 0 auto 1rem;
	text-align: left;
}

header #Menu .hd_right > .btn_round {
	display: block;
	width: 210px;
	height: 22px;
	line-height: 20px;
	padding-left: 13px;
	text-align: left;
	font-size: 12px;
}

header #Menu .hd_right .hd_sns {
	width: 100%;
	padding: 0.5rem 0 0;
	border-top: 1px solid #e2f1f3;
}

header #Menu .hd_right .hd_sns span {
	display: block;
	height: 55px;
	color: #0095aa;
	font-size: 20px;
}

header #Menu .hd_right .hd_sns .iconFB {
	position: inherit;
	margin: 0 auto 2rem;
	top: inherit;
	transform: none;
	right: inherit;
}

header #Menu .hd_right .hd_sns .hd_related {
	display: block;
	line-height: 1.2;
	margin-bottom: 1.5rem;
}

header #Menu .hd_right .hd_sns .hd_related span {
	display: block;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}

header #Menu .hd_right .hd_sns .hd_related a {
	display: inline-block;
	width: 80%;
	height: 0;
	padding-top: 20px;
	line-height: 30px;
	overflow: hidden;
	margin: 0 auto;
	background-image: url(../image/EdTechBlog_logo.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

header #Menu .hd_right .hd_sns .coInfo {
	display: block;
	padding: 1.5rem 20px 20px;
	border-top: 1px solid #e2f1f3;
}

header #Menu .hd_right .hd_sns .coInfo p {
	line-height: 1.8;
	margin-bottom: 0 !important;
	text-align: center;
	font-size: 12px;
	color: #0095aa;
}

header #Menu .hd_right .hd_sns .headAdd {
	display: block;
	font-size: 10px;
	color: #0095aa;
}

header #Menu .hd_right .hd_sns .headAdd a {
	color: #0095aa;
}

footer {
	padding: 1rem 0 3rem;
	text-align: center;
}

footer .container-fluid {
	border: none;
	margin: 0;
	padding: 0;
}

footer .col-12 {
	margin-bottom: 0.5rem;
}

footer .col-12 h4 {
	line-height: 3;
	border-bottom: 1px solid #dbeaec;
	margin-bottom: 0 !important;
}

footer .col-12 h4 a {
	letter-spacing: 2px;
}

footer .col-12 ul li {
	border-bottom: 1px solid #dbeaec;
}

footer .col-12 ul li a {
	line-height: 37px;
}

footer .col-12.f_right {
	width: 100%;
	margin-bottom: 1rem;
}

footer .col-12.f_right .link_press {
	margin-bottom: 2rem !important;
}

footer .col-12.f_right .ft_btns {
	display: block;
	border-bottom: 1px solid #dbeaec;
}

footer .col-12.f_right .ft_btns p {
	display: none;
	line-height: 1.8;
	margin-bottom: 20px !important;
	font-size: 12px;
	color: #0095aa;
}

footer .col-12.f_right .ft_btns > .btn_round {
	height: 22px;
	line-height: 20px;
	padding-left: 13px;
	text-align: left;
	font-size: 12px;
}

footer .col-12.f_right .ft_btns > .btn_round:hover {
	color: #fff !important;
}

footer .col-12.f_right .ft_btns > .btn_round:first-child {
	width: 240px;
	margin-bottom: 1rem;
}

footer .col-12.f_right .ft_btns > .btn_round:last-child {
	width: 210px;
}

footer .col-12.f_right .ft_btns > .btn_round.atNigate {
	width: 240px !important;
	margin-bottom: 2rem;
}

footer .ftLinks {
	display: inherit;
}

footer .ftLinks .ft_coInfo {
	display: block;
	padding-top: 1.5rem;
	border-top: 1px solid #dbeaec;
}

footer .ftLinks .ft_coInfo p {
	line-height: 1.8;
	margin-bottom: 20px !important;
	font-size: 12px;
	color: #0095aa;
}

footer .ftLinks .btn_round {
	display: none;
}

footer .ftLinks .ft_sns {
	display: inherit;
	margin: 0 0 1.5rem;
}

footer .ftLinks .ft_sns h4 {
	line-height: 2;
	border-bottom: none !important;
	font-size: 20px;
	margin: 0 !important;
	padding: 0;
	letter-spacing: 1px;
}

footer .ftLinks .ft_sns a.icon_sns_fb {
	width: 25px;
	padding-top: 25px;
	margin: 0 auto 1.5rem;
}

footer .ftLinks .ft_related {
	display: inherit;
	margin-bottom: 1.5rem;
}

footer .ftLinks .ft_related span {
	display: block;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0.4rem !important;
	font-size: 12px;
}

footer .ftLinks .ft_related .logo_edtech {
	line-height: inherit;
	border-bottom: none;
}

footer .ftLinks .ft_related .logo_edtech a {
	display: inline-block;
	width: 80%;
	height: 0;
	padding-top: 20px;
	line-height: 30px;
	overflow: hidden;
	margin: 0 auto;
}

footer .addWrap {
	padding: 0 0 2.5rem;
}

footer .addWrap address {
	padding-left: 0;
}

#vWrap #mute {
	display: none;
}

#course #results .container ul.kouka.h3hg li:nth-child(1) p {
	padding-top: 10px;
	font-size: 6em;
}

#course #results .container:nth-child(2) ul.h3hg li:last-child p {
	letter-spacing: -1px;
}

#course #voices .col-12 .each_comment__h1h2 {
	height: 200px;
}

#course #bottom .container .linkBtns .btn_round {
	font-size: 18px;
}

.moshi_copy {
	font-size: 52px !important;
}

#moshi .header_copy h3 {
	line-height: 1.7;
}

#moshi #moshiBg .each h2 {
	line-height: 28px;
	padding: 6px 10px 10px 15px;
}

#moshi #moshiBg .each ol.charas {
	width: 100%;
}

#faq {
	padding-top: 0;
}

#juku {
	padding-top: 0;
}

#nigate .header_copy h3 {
	line-height: 1.6;
	font-size: 25px !important;
}

#nigate .header_copy h3::after {
	right: -5px;
}

}

@media (max-width: 768px) {

#nigate .header_copy h3 {
	font-size: 22px !important;
}

#nigate .header_copy h3::after {
	right: 0px;
}

}

@media (max-width: 767px) {

.course #main {
	padding-top: 90px;
}

.page-template-page-sah1h2 #main,
.page-template-page-sah3hg #main {
	padding-top: 90px;
}

h2,
h3,
h4 {
	margin-bottom: 2rem !important;
}

h3 {
	line-height: 1.4;
	font-size: 20px !important;
	letter-spacing: 0;
	padding-top: 3rem !important;
}

h3 span {
	display: inline;
	line-height: 1.7;
	font-size: 22px;
}

.bgimg {
	background-size: 260%;
}

hr {
	margin: 3rem 0 !important;
}

.btn_round.large {
	display: none;
}

#course section {
	padding: 90px 0 0;
	margin-top: -90px;
}

#modal-bg::after {
	bottom: 1.5%;
	right: 5%;
}

#modal-main {
	width: 90%;
	height: 90%;
}

ul.newsList {
	margin: 0 0 3rem;
}

ul.newsList li h3 {
	font-size: 13px;
}

ul.newsList li h4 {
	font-size: 13px;
}

.eachWrap .each h4 {
	line-height: 1.5;
	font-size: 20px;
	padding: 8px 40px 8px 45px;
	margin-bottom: 1.5rem !important;
	position: relative;
}

.eachWrap .each h4::after {
	content: "";
	width: 24px;
	height: 12px;
	background-image: url(../image/arrow_wht.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	right: 10px;
	bottom: calc(50% - 6px);
}

.eachWrap .each {
	margin-bottom: 2rem;
}

.eachWrap .each h4 {
	font-size: 15px !important;
	letter-spacing: 0;
}

.eachWrap .each .hiddenSp {
	display: none;
	padding-bottom: 1rem;
}

.eachWrap .each .hiddenSp p {
	padding-bottom: 0 !important;
}

.eachWrap .each .hiddenSp figure + p {
	line-height: 1.5;
}

#subNav {
	height: 30px;
}

#subNav .inner {
	display: inherit;
}

#subNav .inner ul {
	display: inherit;
}

#subNav .inner ul li {
	line-height: 29px;
	text-align: center;
	transition: all 0.4s ease;
}

#subNav .inner ul li:not(:first-child) {
	display: none;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#subNav .inner ul li:not(:first-child) a {
	font-size: 12px;
}

#subNav .inner ul li:not(:first-child).on {
	display: block;
}

#subNav .inner ul li:first-child {
	padding: 0 10px;
}

#subNav .inner ul li:first-child .tab {
	position: relative;
	font-size: 14px;
	letter-spacing: 2px;
}

#subNav .inner ul li:first-child.active .tab span::after {
	display: none;
}

#subNav .inner ul li:nth-child(2) {
	border-top: none;
}

#subNav .inner ul li:nth-child(2) span {
	display: none;
}

#subNav .inner h2 span:first-child {
	line-height: 29px;
	font-size: 16px !important;
}

#subNav .inner h2 span:last-child {
	height: 16px;
	line-height: 14px;
	padding: 0 8px;
	margin: 2px 0 0 8px;
	font-size: 12px;
}

#subNav.jnr ul li {
	background: #67b65a;
}

#subNav.h1h2 ul li {
	background: #ef7d52;
}

#subNav.h3hg ul li {
	background: #eb6b92;
}

#toppage .header_copy .container {
	padding-top: 0;
}

#toppage .header_copy .container h2 {
	margin-bottom: 3rem !important;
}

#toppage .header_copy .container p {
	margin-bottom: 3rem !important;
	font-size: 14px;
}

#toppage #topSelector .container ul {
	margin-bottom: 5rem;
}

#toppage #topSelector .container ul.aboveCta_sp {
	margin-bottom: 2.5rem;
}

#toppage #topSelector .container ul li a {
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	letter-spacing: 1px;
}

#toppage #topSelector .container .toJuku {
	display: none;
}

#toppage #topSelector .container .ctaWrap .btn_round {
	width: 220px;
	height: 22px;
	padding-left: 20px;
	line-height: 20px;
	text-align: left;
	font-size: 12px;
}

#toppage #topSelector .container .cm .toNigateScan .btn_round {
	width: 300px;
	height: 30px;
	line-height: 29px;
	border-radius: 18px;
	font-size: 14px;
}

#toppage #topSelector .container .cm .toNigateScan p {
	width: 100%;
	text-align: center;
}

#toppage #topSelector .container .topAward {
	clear: inherit;
}

#toppage #topSelector .container .topAward img {
	width: 27%;
	margin-bottom: 8px;
}

#toppage #topSelector .container .topAward h3 {
	line-height: 1.4;
	padding-top: 8px !important;
	font-size: 18px !important;
	margin: 0 0 10px !important;
}

#toppage #topSelector .container .topAward p {
	clear: both;
	margin-bottom: 5px !important;
}

#toppage #topSelector .container .topAward p a {
	text-decoration: underline;
}

#toppage #clients .container {
	margin-bottom: 3rem;
}

#toppage #clients .container h3 {
	margin-bottom: 2rem !important;
}

#toppage #clients .container h3 small {
	display: block;
	text-align: right;
	font-size: 12px;
}

#toppage #clients .container ul.jukulogos {
	padding: 0 4px;
}

#toppage #clients .container ul.jukulogos::after {
	display: none;
}

#toppage #clients .container ul.jukulogos li {
	width: 45%;
}

#toppage #clients .container .toJuku {
	display: none;
}

#course .header_copy .container {
	padding-top: 0.5rem;
}

#course .header_copy .container h2 {
	width: 92%;
	margin-bottom: 3rem !important;
}

#course .header_copy .container h2 span {
	padding-top: 46.85%;
}

#course.elem .header_copy {
	padding-bottom: 2rem;
}

#course.elem h2 {
	width: 77% !important;
}

#course.elem h2 span {
	background-image: url(../image/copy_elem_sp.svg);
	background-position: left !important;
}

#course.jnr h2 span {
	background-image: url(../image/copy_jnr_sp.svg);
}

#course.h1h2 h2 span {
	background-image: url(../image/copy_h1h2_sp.svg);
}

#course.h3hg h2 span {
	background-image: url(../image/copy_h3hg_sp.svg);
}

#course #structure {
	margin-bottom: 3rem;
}

#course #whatis .container {
	padding-bottom: 3rem;
}

#course #whatis .container h3 {
	margin-bottom: 3rem !important;
}

#course #whatis .container .eachWrap.elem {
	padding-bottom: 2rem;
}

#course #whatis .container .eachWrap.elem .each:last-child {
	margin-bottom: 0;
}

#course #whatis .container .bfaf h4 {
	font-size: 17px;
}

#course #whatis .container .bfaf h4.scnd {
	padding-left: 0;
}

#course #whatis .bf_anchor {
	padding-top: 3rem;
	padding-bottom: 0;
}

#course #elem_ex .container {
	padding-bottom: 3rem;
}

#course #elem_ex .container h3 {
	margin-bottom: 2rem !important;
}

#course #elem_ex .container figure {
	margin-bottom: 2rem;
}

#course #elem_ex .container .tablets {
	margin-bottom: 0;
	text-align: center;
}

#course #elem_ex .container .tablets .col-12 {
	text-align: inherit !important;
}

#course #elem_ex .container .tablets figure img {
	width: 90%;
	margin: 0 auto;
}

#course #elem_ex .container .hiddenSp p {
	margin-bottom: 2rem !important;
}

#course #elem_ex .container .hiddenSp {
	display: none;
}

#course #elem_ex .container .moreOpn {
	display: block;
	margin-top: 2rem;
}

#course #elem_ex .container .bfaf h4 {
	font-size: 17px;
}

#course #elem_ex .container .bfaf h4.scnd {
	padding-left: 0;
}

#course #elem_ex .bf_anchor {
	padding-top: 3rem;
	padding-bottom: 0;
}

#course #atjuku.elem .container {
	padding-bottom: 2rem;
}

#course #atjuku.elem .container .each:last-child {
	margin-bottom: 0;
}

#course #atjuku h3 {
	margin-bottom: 3rem !important;
}

#course #results .container {
	padding-bottom: 3rem;
}

#course #results .container ul.kouka.elem li {
	width: 100%;
}

#course #results .container ul.kouka.elem li h4 {
	line-height: 1.6;
	display: inline-block;
	margin-bottom: 1rem !important;
	border-bottom: 1px solid #0095aa;
	font-size: 20px;
	font-weight: 500;
}

#course #results .container ul.kouka.elem li p {
	line-height: 0.8;
	margin-bottom: 0 !important;
	font-size: 5.5em;
	font-weight: 500;
	color: #0095aa;
	letter-spacing: 5px;
	text-align: center;
}

#course #results .container ul.kouka.elem li p span {
	font-size: 0.5em;
}

#course #results .container ul.kouka.h3hg li:nth-child(2) h4 {
	margin-bottom: 10px !important;
}

#course #results .container ul.kouka.h3hg li:nth-child(2) .cell div sup {
	margin-right: 6px;
}

#course #results .container ul li {
	width: 100%;
	height: 170px;
	margin-bottom: 20px;
}

#course #results .container ul li p {
	font-size: 6em;
}

#course #results .container ul li p span {
	font-size: 0.6em;
}

#course #results .container ul.kouka.h3hg li:nth-child(1) p {
	padding-top: 0;
}

#course #results .container:nth-child(2) {
	padding-top: 2rem;
}

#course #results .container:nth-child(2) h4 {
	font-size: 20px;
}

#course #results .container:nth-child(2) ul li h4 {
	line-height: 1.3;
	font-size: 19px;
	margin-bottom: 2.4rem !important;
}

#course #results .container:nth-child(2) ul li h4::after {
	bottom: -28px;
}

#course #results .container:nth-child(2) ul li p {
	font-size: 13px;
}

#course #forSuch .container {
	padding-top: 3rem;
}

#course #forSuch .container h4 {
	font-size: 20px;
}

#course #forSuch .container ul {
	padding-bottom: 2rem;
}

#course #forSuch .container ul li {
	width: 100%;
}

#course #forSuch .container ul li h4 {
	line-height: 1.3;
	font-size: 19px;
	margin-bottom: 2.4rem !important;
}

#course #forSuch .container ul li h4::after {
	bottom: -28px;
}

#course #forSuch .container ul li p {
	font-size: 13px;
}

#course #voices .container h3 {
	margin-bottom: 2rem !important;
}

#course #voices .col-12 .each_comment,
#course #voices .col-12 .each_comment__h3hg,
#course #voices .col-12 .each_comment__h1h2,
#course #voices .col-12 .each_comment__jnr,
#course #voices .col-12 .each_comment__elem {
	line-height: 1.9;
	padding: 1rem 1.2rem;
}

#course #voices .col-12 .each_comment__elem.childs {
	height: 108px;
}

#course #voices .col-12 .each_comment__elem {
	height: 156px;
}

#course #voices .col-12 .each_comment__jnr {
	height: 156px;
}

#course #voices .col-12 .each_comment__h1h2 {
	height: 180px;
}

#course #voices .col-12 .each_comment__h3hg {
	height: 154px;
}

#course #voices .btn_round {
	margin-top: 1rem;
}

#course #subjects ul {
	margin-bottom: 1rem;
}

#course #subjects ul li {
	width: 49%;
	margin-bottom: 8px;
}

#course #bottom .container .linkBtns .btn_round {
	width: 300px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

#course #bottom .container .linkBtns p {
	width: 95%;
}

.moshi_copy {
	font-size: 42px !important;
	margin-bottom: 4rem;
}

#moshiTop .moshiSelector li a h3 {
	padding-top: 37.3% !important;
}

#moshiTop .moshiSelector li:nth-child(1) a h3 {
	background-image: url("../image//btn_sp_hantei.png");
}

#moshiTop .moshiSelector li:nth-child(2) a h3 {
	background-image: url("../image//btn_sp_kyotsu.png");
}

#moshi #moshiBg .each h2 {
	line-height: 1.3;
	font-size: 18px !important;
	padding: 8px 13px;
	margin-bottom: 1.5rem !important;
}

#faq .faqSelector ul li {
	width: 49%;
	margin-bottom: 8px;
}

#faq .faqSelector ul li a {
	line-height: 39px;
}

#nigate .header_copy {
	padding-top: 3.5rem !important;
}

#nigate .header_copy h2 {
	margin-bottom: 2rem !important;
}

#nigate .header_copy h3 {
	line-height: 1.8;
	margin-bottom: 3.5rem !important;
	font-size: 18px !important;
	letter-spacing: 0.7px;
	padding-right: 90px !important;
}

#nigate .header_copy h3::after {
	width: 100px;
	height: 100px;
	right: 0;
}

#nigate .aboutNigate .bgimg {
	padding-top: 3.5rem;
}

#nigate .aboutNigate .eachWrap .each:nth-last-child(4) {
	margin-bottom: 2rem !important;
}

#nigate .aboutNigate .eachWrap .each:nth-last-child(4) .hiddenSp img {
	width: 80%;
}

#nigate .aboutNigate .eachWrap .each:nth-last-child(3) {
	margin-bottom: 2rem !important;
}

#nigate .aboutNigate .eachWrap .each:nth-last-child(3) .hiddenSp img {
	width: 80%;
}

#nigate .aboutNigate .eachWrap .each:nth-last-child(2) {
	margin-bottom: 2rem !important;
}

#nigate .aboutNigate .eachWrap .each:nth-last-child(2) .hiddenSp img {
	width: 90%;
}

#nigate .aboutNigate .eachWrap .each .col-12 > p {
	margin-bottom: 1rem !important;
}

#nigate .aboutNigate .result {
	padding-bottom: 2rem;
}

#nigate .aboutNigate .result h3 {
	font-size: 19px !important;
}

#nigate .aboutNigate hr {
	margin: 4rem 0 !important;
}

#nigate .nigateSelector ul {
	margin-bottom: 2.5rem !important;
}

#nigate .nigateSelector ul {
	margin-bottom: 5rem;
}

#nigate .nigateSelector ul li a {
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	letter-spacing: 1px;
}

#nigate .nigateSelector .toJuku {
	display: none;
}

#nigate .nigateSelector .ctaWrap .btn_round {
	width: 220px;
	height: 22px;
	padding-left: 20px;
	line-height: 20px;
	text-align: left;
	font-size: 12px;
}

}

@media (max-width: 575px) {

#main .contents {
	padding-bottom: 3rem;
}

h3 span {
	font-size: 20px;
}

dl.data {
	margin-bottom: 3rem;
}

dl.data dt,
dl.data dd {
	font-size: 12px;
}

dl.data dt {
	width: 100px;
	padding-right: 20px;
}

dl.data dt::after {
	right: 6px;
}

dl.data dd {
	width: calc(100% - 100px);
}

.eachWrap .each h4 {
	font-size: 18px;
}

.breadcrumb {
	display: none !important;
}

.selector {
	margin: 2rem 0 2.5rem;
}

.selector ul.zenkoku {
	padding: 0.5rem 1rem;
}

.selector ul.zenkoku::after {
	content: "";
	display: block;
	width: 33%;
}

.selector ul.zenkoku li {
	width: 33%;
}

.selector ul:nth-child(2) {
	padding: 0.5rem 1rem 1.5rem;
}

.selector ul:nth-child(2) li {
	width: 33%;
}

ul.area_list {
	padding: 0 1rem;
}

ul.area_list li {
	width: 50%;
}

ul.juku_list li .name {
	display: inherit;
	padding: 3px 8px 3px 10px;
}

ul.juku_list li .name h4 {
	line-height: 35px;
	font-size: 16px;
}

ul.juku_list li .name .btns .btn {
	height: 18px;
	line-height: 15px;
	padding: 0 8px;
	margin: 0 3px 8px 0;
	font-size: 10px;
}

ul.juku_list li dl dt,
ul.juku_list li dl dd {
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 3px;
}

ul.juku_list li dl dt {
	width: 120px;
	padding-right: 35px;
}

ul.juku_list li dl dt::after {
	right: 13px;
}

ul.juku_list li dl dd {
	width: calc(100% - 120px);
	padding-left: 20px;
}

ul.juku_list li dl dd.add::before,
ul.juku_list li dl dd.tel::before,
ul.juku_list li dl dd.url::before {
	width: 16px;
	height: 16px;
	top: 3px;
}

footer .f_left {
	margin-bottom: 3rem;
}

#toppage #topSelector .container ul li {
	width: 49%;
	margin-bottom: 8px;
}

.moshi_copy {
	font-size: 35px !important;
	letter-spacing: 3.5px;
	margin-bottom: 4rem;
}

#moshi .header_copy {
	padding-top: 3rem;
	padding-bottom: 3.5rem;
}

#moshi .header_copy h3 {
	line-height: 1.6;
	margin-bottom: 1.5rem !important;
	font-size: 21px !important;
}

#moshi .header_copy p {
	margin-bottom: 2.5rem !important;
}

#moshi .header_copy .toEntry {
	display: inherit;
	text-align: center;
}

#moshi .header_copy .toEntry.sah1h2 .btn_round {
	margin: 0 auto 1.5rem;
	padding-left: 10px;
}

#moshi .header_copy .toEntry.sah3hg .btn_round {
	margin: 0 auto;
}

#moshi #moshiBg .container {
	padding-top: 3rem;
}

#moshi #moshiBg .each {
	margin-bottom: 3rem;
}

#moshi #moshiBg .each h2 {
	line-height: 1.5;
	font-size: 16px !important;
}

#moshi #moshiBg .each ol.charas li {
	width: 70%;
	margin-right: 0;
	text-align: left;
}

#moshi #moshiBg .each ol.charas li a {
	padding-left: 10px;
	pointer-events: none;
	cursor: default;
}

#moshi #moshiBg .charas #ch1,
#moshi #moshiBg .charas #ch2,
#moshi #moshiBg .charas #ch3 {
	padding-top: 90px;
	margin-top: -90px;
}

#moshi #moshiBg .charas .chara h3 {
	width: 70%;
	text-align: left;
	padding-left: 10px !important;
}

#moshi #moshiBg .charas .chara.ch2 h4 {
	width: 90px;
	line-height: 28px;
	font-size: 13px;
	margin-bottom: 1rem !important;
}

#moshi #moshiBg .charas .chara.ch3 {
	margin-bottom: 3.5rem;
}

#moshi #moshiBg .charas .chara.ch3 .flex {
	display: inherit;
}

#moshi #moshiBg .charas .chara.ch3 .flex .txt {
	width: 100%;
}

#moshi #moshiBg .charas .chara.ch3 .flex .triangle {
	width: 60%;
	margin: 0 auto 4rem;
}

#moshi .div_btm .container dl {
	margin-bottom: 2rem;
}

#moshi .div_btm .container dl dt,
#moshi .div_btm .container dl dd {
	font-size: 14px;
	margin-bottom: 1.5rem;
}

#moshi .div_btm .container dl dt {
	width: 125px;
}

#moshi .div_btm .container dl dd {
	width: calc(100% - 125px);
}

#moshi .div_btm .container .btn_round {
	display: block;
	width: 300px;
	height: 30px;
	text-align: left;
	line-height: 29px;
	border-radius: 18px;
	margin: 0 auto 1rem;
	padding: 0 15px 0 20px;
	color: #FFFFFF;
	background: #0095aa;
	transition: all 0.4s ease;
	text-decoration: none;
	font-size: 14px;
}

#moshi .div_btm .container .btn_round::after {
	width: 20px;
	height: 20px;
	right: 7px !important;
}

#moshi .div_btm .container .sah1h2 .btn_round {
	margin-bottom: 1.5rem;
}

#faq dl.faqList dt,
#faq dl.faqList dd {
	padding-left: 58px;
}

#nigate .nigateSelector ul li {
	width: 49%;
	margin-bottom: 8px;
}

}

@media (max-width: 375px) {

#nigate .header_copy h3 {
	font-size: 17px !important;
}

}

@media (max-width: 320px) {

.btmBnr a {
	font-size: 14px;
}

.btn_round {
	width: 290px;
}

#modal-mv {
	width: 300px;
	height: 168px;
}

.xWrap {
	width: 100%;
}

.selector ul.zenkoku li {
	width: 50%;
}

.selector ul:nth-child(2) li {
	width: 50%;
}

ul.area_list li {
	width: 50%;
}

body {
	font-size: 12px !important;
	line-height: 2em !important;
}

header #Menu nav#mainNav ul li a {
	font-size: 18px !important;
}

#toppage .header_copy .container p {
	line-height: 1.8;
	font-size: 12px;
}

#toppage #topSelector .container .topAward h3 {
	font-size: 16px !important;
}

#course #whatis .container .bfaf h4 {
	font-size: 16px;
}

#course #elem_ex .container .bfaf h4 {
	font-size: 16px;
}

#course #results .container ul.kouka.elem li h4 {
	font-size: 16px;
}

#course #results .container ul li h4 {
	font-size: 16px;
}

#course #results .container ul.kouka.h3hg li:nth-child(1) p {
	padding-top: 15px;
	font-size: 5em;
	letter-spacing: 3px;
}

#course #results .container ul.kouka.h3hg li:nth-child(2) .cell div {
	font-size: 2em;
}

#course #results .container:nth-child(2) ul li h4 {
	padding-left: 60px;
	font-size: 16px;
}

#course #results .container:nth-child(2) ul li h4::before {
	width: 50px;
	height: 40px;
}

#course #results .container:nth-child(2) ul li p {
	font-size: 12px;
}

#course #forSuch .container ul li h4 {
	padding-left: 60px;
	font-size: 16px;
}

#course #forSuch .container ul li h4::before {
	width: 50px;
	height: 40px;
}

#course #forSuch .container ul li p {
	font-size: 12px;
}

#course #voices .col-12 .each_comment,
#course #voices .col-12 .each_comment__h3hg,
#course #voices .col-12 .each_comment__h1h2,
#course #voices .col-12 .each_comment__jnr,
#course #voices .col-12 .each_comment__elem {
	line-height: 1.8;
	font-size: 12px;
}

#course #voices .col-12 .each_comment__elem {
	height: 160px;
}

#course #voices .col-12 .each_comment__jnr {
	height: 160px;
}

#course #voices .col-12 .each_comment__h1h2 {
	height: 180px;
}

#course #voices .col-12 .each_comment__h3hg {
	height: 140px;
}

#course #bottom .container .linkBtns .btn_round {
	width: 290px;
}

.moshi_copy {
	font-size: 29px !important;
	letter-spacing: 3px;
	margin-bottom: 4rem;
}

#moshi .header_copy h3 {
	font-size: 17px !important;
}

#moshi #moshiBg .each ol.charas li {
	width: 90%;
}

#moshi #moshiBg .charas .chara h3 {
	width: 90%;
}

#moshi #moshiBg .charas .chara.ch2 .untilnow .icon {
	width: 32%;
	top: 10px;
	right: 0;
}

#moshi #moshiBg .charas .chara.ch2 .untilnow .icon span {
	padding-top: 115%;
	background-image: url(../image//icon1_sp.png);
}

#moshi #moshiBg .charas .chara.ch2 .untilnow .table_wrap {
	width: 100%;
}

#moshi #moshiBg .charas .chara.ch2 .untilnow .table_wrap .sp_txt {
	display: block;
	line-height: 1.6;
	margin-bottom: 1rem !important;
	padding-right: 30%;
	font-size: 12px;
	color: #0095aa;
}

#moshi #moshiBg .charas .chara.ch2 .untilnow .table_wrap span {
	background-image: url(../image//table1_sp.png);
}

#moshi #moshiBg .charas .chara.ch2 .fromnow .icon {
	width: 32%;
	top: -8px;
	right: 0;
}

#moshi #moshiBg .charas .chara.ch2 .fromnow .icon span {
	padding-top: 115%;
	background-image: url(../image//icon2_sp.png);
}

#moshi #moshiBg .charas .chara.ch2 .fromnow .table_wrap {
	width: 100%;
}

#moshi #moshiBg .charas .chara.ch2 .fromnow .table_wrap .sp_txt {
	display: block;
	line-height: 1.6;
	margin-bottom: 1rem !important;
	padding-right: 30%;
	font-size: 12px;
	color: #0095aa;
}

#moshi #moshiBg .charas .chara.ch2 .fromnow .table_wrap span {
	padding-top: 110%;
	background-image: url(../image//table2_sp.png);
}

#moshi .div_btm .container .btn_round {
	width: 290px;
	padding-left: 15px;
}

#moshi .div_btm .container .btn_round:after {
	right: 9px !important;
}

}

