@charset "UTF-8";
/* -----------------------
  slickテーマ
----------------------- */
/* Slider */

.carousel {
  width: 100%;
  overflow: hidden;
}

.flickity-prev-next-button {
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}


.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* -----------------------
  トップページメインイメージ
----------------------- */
#main-image {
  clear: both;
  position: relative;
}

#main-image p {
  margin-bottom: 0;
}

#main-image-slider {
  padding: 0 10px;
}


#main-image-slider .slick-dots {
  margin-top: 1em;
  text-align: center;
  list-style-type: none;
  line-height: 1;
}

#main-image-slider .slick-dots li {
  display: inline-block;
  padding-left: 2em;
}

#main-image-slider .slick-dots li:first-of-type {
  padding-left: 0;
}

#main-image-slider .slick-dots li button {
  overflow: hidden;
  border: none;
  border-radius: 1em;
  width: 0.8em;
  height: 0.8em;
  text-indent: -5em;
  background: #666;
  display: none;
}

#main-image-slider .slick-dots li button:focus {
  outline: none;
}

#main-image-slider .slick-dots li.slick-active button {
  background: #006600;
}


/* -----------------------
  トップページレイアウト
----------------------- */
body {
  background: #edf2f8;
}

#main_TOP {
  width: 100%;
}

#main_TOP .contents {
  width: 100%;
  /*margin-top: 1.5em;
  margin-bottom: 1.5em;*/
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 0;
}

#main_TOP .contents-color-1 {
  background: #f0f0f0;
}

#main_TOP .contents-color-1-triangle {
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
}

#main_TOP .contents-color-1-triangle:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #f0f0f0 transparent transparent transparent;
}

#main_TOP .contents-color-1-triangle-onlypc {
  margin-bottom: 0;
}

#main_TOP .contents-color-1-triangle-onlypc:after {
  content: none;
}

#main_TOP .contents-color-2 {
  background: #fff;
}

#main_TOP .contents-color-2-triangle {
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
}

#main_TOP .contents-color-2-triangle:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #fff transparent transparent transparent;
}

#main_TOP .contents-color-2-triangle-onlypc {
  margin-bottom: 0;
}

#main_TOP .contents-color-2-triangle-onlypc:after {
  content: none;
}

#main_TOP .content-inner {
  padding: 15px;
  margin: -5px 0
}

#main_TOP .content-inner:last-of-type {
  padding-bottom: 5px;
}

/* -----------------------
  トップページコンポーネント
----------------------- */
.contents p {
  margin-bottom: 0;
  padding: 0;
  line-height: 1.5;
}

.contents-head {
  padding: 15px 0 15px 10px;
  background: #fff;
}

@media screen and (min-width: 375px) {
  .contents-head {
    padding: 15px 10px;
  }
}

@media screen and (min-width: 414px) {
  .contents-head {
    padding: 15px;
  }
}

.contents-head-triangle {
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
}

.contents-head-triangle:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #fff transparent transparent transparent;
}

.contents-head-title {
  display: table;
  margin: 0 auto;
/*  font-family: "游明朝", "YuMincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
  color: #006600;
}

.contents-head-title-image {
  display: table-cell;
  vertical-align: middle;

}

.contents-head-title-image img {
  margin-left: 5px;
  width: 100%;
  }

@media screen and (min-width: 375px) {
  .contents-head-title-image img {
    margin-right: 0.5em;
  }
}

.contents-head-title-text {
  display: table-cell;
  font-size: 0.65em;
  width: 83%;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
}

@media screen and (min-width: 375px) {
  .contents-head-title-text {
    font-size: 0.8em;
    width: 83%;
  }
}

@media screen and (min-width: 414px) {
  .contents-head-title-text {
    font-size: 0.9em;
    width: 83%;
  }
}

.contents-head-title-text-small {
  font-size: 0.65em;
  font-weight: normal;
}

@media screen and (min-width: 414px) {
  .contents-head-title-text-small {
    font-size: 0.675em;
  }
}

.content-bg {
  position: relative;
}

.content-bg-image {
  height: auto;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.1);
  background-blend-mode: color-burn;
}

.content-bg-title {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.content-bg-title .content-bg-title-sub {
  font-size: 0.825em;
  line-height: 1.5;
}

@media screen and (min-width: 375px) {
  .content-bg-title .content-bg-title-sub {
    font-size: 1.05em;
  }
}

.content-bg-title .content-bg-title-main {
  font-size: 1.25em;
  font-weight: bold;
}

@media screen and (min-width: 375px) {
  .content-bg-title .content-bg-title-main {
    font-size: 1.5em;
  }
}

.content-bg .content-bg-btn {
  margin-bottom: 0;
  padding: 15px;
}

.content-bg .content-bg-btn .link-btn {
  width: 100%;
  text-align: center;
  margin-top: 0;
  padding: 0.5em;
}

/* 既存スタイルとの競合をリセット */
#exp, #fourcontents {
  width: auto;
  border: none;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}

#exp .content-title-main, #fourcontents .content-title-main {
  width: auto;
  border: none;
  padding: 0;
  background: none;
  /*text-align: left;*/
}

.content-title {
  margin-right: 0;
  margin-bottom: 1em;
/*  font-family:"游明朝", "YuMincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
  color: #333366;
}

.content-title .content-title-main {
  font-size: 1.2em;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1.5em;
  margin: 5px 0 20px 0;
}


.content-title .content-title-main-small {
  font-size: 0.8em;
  font-weight: bold;
}

.content-title .content-title-sub {
  display: inline-block;
  margin: 1.0em 0em;
  font-size: 1em;
  font-weight: bold;
}

/* リンクボタン */
.btn-right .link-btn {
  width: 100%;
  text-align: center;
  padding: 0.5em;
  margin-top: 1.0em;
}

.link-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.5em;
  background: #006600;
  text-decoration: none;
  color: #fff;
  transition: 0.4s;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.1em;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  transition: 0.4s;
  box-sizing: border-box;
  text-align: center;
}

.link-btn:hover {
  background: #53b348;
}

/* ov-opacity */
.ov-opacity {
  transition: 0.4s;
}

.ov-opacity:hover {
  opacity: 0.7;
}

/* ページの先頭へボタン */
.fixed-return {
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 9999;
}

.fixed-return-btn {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: #9999b2;
  background: rgba(51, 51, 102, 0.5);
}

.fixed-return-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
}

.fixed-return-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 50%;
  height: 50%;
  margin-top: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.fixed-return-text {
  font-size: 0;
}

.cf:after {
  content: "";
  clear: both;
  display: table;
}

/* -----------------------
  トップページメインイメージ
----------------------- */
#main-image {
  background: #fff;
}

#main-image p {
  margin-bottom: 0;
}

#main-title {
  padding: 10px 0px 5px 5px ;
  font-size: 1.05em;
  font-family: /* "游明朝", "YuMincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif */ sans-serif;
  font-weight: bold;
  color: #333366;
}

#main-message {
  margin: 0;
  padding: 5px;
  background: #f0f0f0;
  font-size: 0.85em;
  line-height: 1.5;
}

/* -----------------------
  トップページ 不安と戸惑いを解決
----------------------- */
#faq {
  padding: 15px;
}

.faq-item {
  margin-top: 2em;
  margin-bottom: 1em;
}

.faq-item:first-of-type {
  margin-top: 0;
}

.faq-item-head {
  position: relative;
}

.faq-item-head-title {
  background: #fff;
  margin-left: 20px;
  margin-right: -15px;
  padding: 0.5em 0.5em 0.5em 30px;
  color: #333366;
/*  font-family: "游明朝", "YuMincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
  font-size: 0.925em;
}

.faq-item-head-title img{
  width: 30px;
  margin-left: 5px;
}

.faq-item-head-title-icon {
  position: absolute;
  top: 10px;
  left: 0;
}

.faq-item-head-title-strong {
  font-size: 1.5em;
}

.faq-item-head-title-image {
  display: none;
}

.faq-item-body {
  display: table;
  width: 100%;
  padding-top: 1.5em;
}

.faq-item-body-col:last-of-type {
  text-align: right;
}

.faq-item-body-icon {
  position: absolute;
  left: -50px;
}

.faq-item-body-left {
  position: relative;
  margin-left: 50px;
  color: #000;
}

.faq-item-body-left img{
  width: 25px;
  margin-left: 10px;
}


.faq-item-body-left p {
  font-size: 0.85em;
  line-height: 1.5;
}

.faq-item-body-link {
  position: relative;
  display: inline-block;
  margin-top: 0.5em;
  padding-left: 1em;
  color: #006600;
  text-decoration: none;
  border-bottom: 1px solid #006600;
  font-size: 0.85em;
}

.faq-item-body-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #006600;
  border-right: 2px solid #006600;
  margin-top: -1px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.faq-item-body-link:hover {
  border-bottom: 1px solid transparent;
}

/* -----------------------
  トップページ アメリカ留学の基礎知識
----------------------- */
#successpoint {
  background: none;
  width: auto;
  height: auto;
  padding: 0;
}

.know-bg {
  background-image: url(../img/top/kiso.jpg);
}

/* 4つのポイント */
.know-point {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #333366;
  font-weight: bold;
}

.know-point li {
  position: relative;
  margin-top: 0.75em;
  padding-left: 1.5em;
  font-size: 0.85em;
  font-weight: normal;
}

.know-point li:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background: #333366;
}

.know-point li a {
  color: #333366;
}

.know-point li a:hover {
  text-decoration: none;
}

.link-bnr {
  margin: 0 -15px;
}

.link-bnr-item {
  margin: 1em 0;
  text-align: center;
}

.link-bnr-item p {
  margin-bottom: 0;
}

/* -----------------------
  トップページ Q&Aコーナー
----------------------- */
.qa-right {
  margin-top: 15px;
  background: #f2f2f2;
}

.qa-link {
  margin: 0 -7px;
  padding: 0;
}

.qa-link li {
  float: left;
  width: 50%;
  margin-top: 0;
  padding: 0 7px;
  box-sizing: border-box;
  list-style-type: none;
}

.qa-link li:first-of-type {
  margin-top: 0;
}

.qa-link li a {
  display: block;
  position: relative;
  padding: 15px 0;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  text-decoration: none;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.qa-link li a.qa-link-upgrade {
  background: #333366;
}

.qa-link li a.qa-link-high {
  background: #006600;
}

.qa-link li a .qa-link-vm {
  text-align: center;
}

.qa-category-title {
  padding: 0.5em 18px;
  text-align: center;
  color: #333366;
  font-size: 1em;
}

.qa-category-list {
  margin: 0;
  padding: 0 5px 5px;
}

.qa-category-list li {
  float: left;
  width: 33.33%;
  padding: 5px;
  text-align: center;
  list-style-type: none;
  box-sizing: border-box;
}

.qa-category-list li.long-word {
  font-size: 0.9em;
}

.qa-category-list li a {
  display: block;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #333366;
  font-size: 0.75em;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  transition: 0.4s;
}

.qa-category-list li a:hover {
  background: #333366;
  color: #fff;
}

/* -----------------------
  トップページ 留学体験談
----------------------- */
.voice-item {
  width: auto;
  margin-top: 2em;
  box-sizing: border-box;
}

.voice-item:first-of-type {
  margin-top: 0;
}

.voice-item a {
  text-decoration: none;
}

.voice-item-image {
  float: left;
  width: 40%;
}

.voice-item-image img {
  width: 100%;
  height: auto;
}

.voice-item-body {
  float: right;
  width: 55%;
}

.voice-item-body p {
  font-size: 0.85em;
  line-height: 1.5;
}

/* -----------------------
  トップページ どんなアメリカ留学をめざしていますか
----------------------- */
#fourcontents {
  width: auto;
  margin-bottom: 1em;
}

.four-content {
  margin: 10px  -5px 0 -5px;
  padding: 0;
  list-style-type: none;
}

.four-content li {
  position: relative; 
  float: left;
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
}

.four-content li a {
  display: block;
  background: #fff;
  text-align: center;
}

.four-content li a img {
  transition: 0.4s;
  border : solid 1px #f0f0f0;  
}

.four-content li a:hover img {
  opacity: 0.7;
}

.four-content li h3{
  position: absolute;
  font-size: 1.2em;
  font-weight: normal;
  color: #333366;
  top : 63%;
  left: 0;
  right: 0;
}
.four-content li p{
  position: absolute;
  font-size: 0.6em;
  font-weight: normal;
  color: #333;
  top : 80%;
  left: 0;
  right: 0;
}







/* -----------------------
  トップページ 留学の最新情報はここでチェック！
----------------------- */
.news {
  margin: 0;
  padding: 0;
}

.news li {
  margin-top: 1em;
  padding-left: 0;
  list-style-type: none;
}

.news li p {
  font-size: 0.875em;
  margin-bottom: 0;
}

.news li a:hover {
  text-decoration: none;
}

.news-date {
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.news-title {
  line-height: 1.5;
}

.news-title a {
  color: #000;
}

/* -----------------------
  トップページ アメリカ留学への第一歩
----------------------- */
/* 既存スタイルの上書き */
#counseling p, #lec_semi p, #mokuteki_semi p {
  font-size: 0.825em;
}

#counseling.support, #lec_semi.support, #mokuteki_semi.support {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
/*  border: 2px solid #333366; */
  padding: 10px 15px;
  box-sizing: border-box;
}

#counseling.support:first-of-type, #lec_semi.support:first-of-type, #mokuteki_semi.support:first-of-type {
  margin-top: 0;
}

#counseling .support-head-title, #lec_semi .support-head-title, #mokuteki_semi .support-head-title {
  font-size: 0.8em;
  color: #333366;
  font-family: sans-serif
}

.support {
  position: relative;
  padding: 10px 15px 0px;
  background: #fff;
  margin-bottom: 10px;
}

.support-head-box {
  position: relative;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0px;
  height: 70px;
  background: #fff;
  border-bottom: solid 1px #333366;
  border-top: solid 1px #e6e6e6;
  border-left: solid 1px #e6e6e6;
  border-right: solid 1px #e6e6e6;
}

.support-head-box:first-child {
  position: relative;
  margin-top: -10px;
  margin-bottom: 0px;
  padding: 0px;
  height: 70px;
  background: #fff;
  border-bottom: solid 1px #333366;
  border-top: solid 1px #e6e6e6;
  border-left: solid 1px #e6e6e6;
  border-right: solid 1px #e6e6e6;
}

.support-num {
/*  position: absolute;
  top: -15px;
  left: 15px; */
  margin: 0;
  padding: 0;
  width: 40px;
  height: 70px;
  background: #333366;
  
}
.support-num img{
    width: 40px;
    height: auto;
    margin-top: 15px;
}


.support-chip {
  position: absolute;
  top: 32px;
  left: 235px;
  width: 70px;
  height: auto;
  margin: 0;
}

.support-head-title {
  padding-top: 0px;
  padding-left: 55px;
  margin-top: -60px;
  font-size: 0.7em !important;
  font-weight: bold;
  color: #333366;
}

.support-head-title-main {
  font-size: 1.5em;
  font-family: sans-serif;
  line-height: 1.8em;
}

.support-head-title-main-small {
  font-size: 0.7em;
}

.support-head-title-sub {
  font-size: 0.9em;
}

.support-main {
  margin-top: 1em;
}

.support-main-title {
  margin: 1.0em;
  font-size: 1.0em;
  font-weight: bold;
  color: #333366;
  text-align: center;
}

.support-head-title-main2 {
  font-size: 1.4em;
  line-height: 2.4em;
}


.support-main-body p {
  margin-bottom: 15px;
  font-size: 1.375em;
  line-height: 1.5;
  color: #000;
}

.support-main-body-ltext p {
  font-size: 0.825em;
}

.support-main-left img {
  width: 100%;
  height: auto;
}

.support-main-left-img-title {
  width: 75px;
}

.support-main-right img {
  width: 100%;
  height: auto;
}

.support-main-under p{
}


.support-main-link {
  margin: 1em 0 0;
  padding: 0;
  list-style-type: none;
}

.support-main-link li {
  margin-top: 1em;
}

.support-list{
    margin-top: 10px;
    color: #000;
}

.support-list li{
   position: relative; 
   list-style-type: none;
   font-size: 0.9em;
   margin: 10px 30px;       
}

.support-list li::after {
  display: block;
  content: '';
  position: absolute;
  top: 0.5em;
  left: -1em;
  width: 8px;
  height: 3px;
  border-left: 3px solid #3498db;
  border-bottom: 3px solid #3498db;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.support-list2{
    margin 0;
}

.support-list2 li{
   position: relative; 
   list-style-type: none;
   font-size: 0.8em;
   margin: 10px 20px ;       
}

.support-list2 li::after {
  
  display: block;
  content: '';
  position: absolute;
  top: 0.5em;
  left: -1em;
  width: 8px;
  height: 8px;
  background: #ff0;  
    
}









.seminar-date img{
  width:80px;
  margin-bottom: 10px;
}


#mokuteki_semi .support-chip {
  margin: 0;
}

#mokuteki_semi .support-seminar {
  margin-top: 0.5em;
}

#mokuteki_semi .support-seminar-data {
  margin-top: 0.5em;
}

#mokuteki_semi .support-seminar-data-title {
  position: relative;
  padding-left: 25px;
  font-size: 1.05em;
  font-weight: normal;
}

#mokuteki_semi .support-seminar-data-title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/top/chip_see.png) no-repeat left top/cover;
}

#mokuteki_semi .support-seminar-data-list {
  margin: 0;
  padding: 0 0 0 25px;
  list-style-type: none;
}

#mokuteki_semi .support-seminar-data-list li {
  margin: 0;
  padding-left: 0;
  background: none;
}

#mokuteki_semi .support-seminar-data-list li a {
  color: #000;
  font-size: 0.875em;
}

#mokuteki_semi .support-seminar-data-list li a:hover {
  color: #bb1010;
  text-decoration: none;
}

/* -----------------------
  トップページ アメリカ進学プログラム
----------------------- */
.program-head {
  padding: 15px;
  background: #333366;
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
}

.program-head:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #333366 transparent transparent transparent;
}

.program-head-title {
  text-align: center;
  color: #fff;
  font-size: 0.75em;
}

@media screen and (min-width: 375px) {
  .program-head-title {
    font-size: 0.825em;
  }
}

.program-head-title-large {
  margin-left: 0.25em;
  font-size: 1.125em;
}

.program-box {
  margin-top: 1.5em;
  text-align: center;
}

.program-box:first-of-type {
  margin-top: 0;
}

.program-box .program-box-head {
  margin-bottom: 1.9em;
}

.program-box .program-box-head-title {
  font-size: 1.2em;
/*  font-family: "游明朝", "YuMincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
  font-weight: bold;
  color: #333366;
  margin-bottom: 5px;
}

.program-box .program-box-head-title-sub {
  font-size: 1.05em;
/*  font-family: "游明朝", "YuMincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
  color: #333366;
}

.program-box-image img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

/* -----------------------
  トップページ 留学書籍
----------------------- */
.book-title {
  font-size: 1.425em;
/*  font-family: "游明朝", "YuMincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
  font-weight: bold;
  color: #333366;
}

.book-info {
  margin-top: 0.5em;
}

.book-info-item {
  display: table;
  width: 100%;
  margin-top: 1.5em;
}

.book-info-item:first-of-type {
  margin-top: 0;
}

.book-info-item-left {
  display: table-cell;
  width: 90px;
  vertical-align: top;
}

.book-info-item-right {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}

.book-info-item .book-info-item-image img {
  width: 100%;
  height: auto;
}

.book-info-item .book-info-item-name {
  font-size: 0.925em;
}

.book-info-item .book-info-item-name a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

.book-info-item .book-info-item-name a:hover {
  color: #bb1010;
}

.book-info-item .book-info-item-price {
  margin: 0.5em 0;
  font-size: 0.825em;
}

.book-info-item .book-info-item-description {
  font-size: 0.7em;
}

/* -----------------------
  トップページ バナー
----------------------- */
.bnr-item {
  margin-top: 15px;
  text-align: center;
}

/* -----------------------
  トップページ ヘッダー
----------------------- */
.globNav-row {
  margin-top: 0;
  margin-bottom: 0;
}

.sidr {
  -webkit-overflow-scrolling: touch;
}

/* -----------------------
  トップページ フッター
----------------------- */
.about {
  margin-bottom: 0;
}

.about img {
  height: auto;
}


#topcsite {
  width: auto;
  height: auto;
  margin: 0;
  text-align: center;
}

#topcsite input {
  display: inline-block;
  margin: 0;
  border: none;
  padding: 0;
  background: none;
  color: #006600;
  text-decoration: underline;
  font-size: 1.05em;
}

#topcsite input:hover {
  margin: 0;
  border: none;
  padding: 0;
  background: none;
  color: #006600;
  text-decoration: none;
  font-size: 1.05em;
}

/* -----------------------
  トップページ CTA
----------------------- */
.fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

.fixed-cta-row {
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

/* 初期値
.fixed-cta-col {
  display: table-cell;
  border-left: 2px solid #fff;
  border-left: 2px solid transparent;
  vertical-align: middle;
  text-align: center;
}

.fixed-cta-col:first-of-type {
  border-left: 0;
}

.fixed-cta-col a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 44px;
  background: #9999b2;

  background: rgba(51, 51, 102, 0.5);
  font-size: 0.75em;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
*/

.fixed-cta-col {
  display: table-cell;
  border-left: 1px solid #fff;
  vertical-align: middle;
  text-align: center;
}

.fixed-cta-col:first-of-type {
  border-left: 0;
}

.fixed-cta-col a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 44px;
  background: #343365;
  /* フォールバック */
  /*background: rgba(51, 51, 102, 0.5);*/
  font-size: 0.75em;
  font-weight: bold;
  color: #f2f2f2;
  text-decoration: none;
  vertical-align: middle;
  border-top:1px solid #e3e3e3;
  
}


.fixed-cta-col a .fixed-cta-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1.25;
  letter-spacing: 2.5px;
}

.fixed-cta-col a img {
  width: 35px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

img.online_c_img {
  margin: 25px auto 0 auto !important;
  display: block;
  width: 90%;
}

/* --------------------------
  第２階層トップページコンポーネント
----------------------------- */
#main-image2{
  position: relative;  
  margin-top: 0px;
  margin-bottom: -15px;
  padding: 0;
  background-image: 
}

#main-image3{
  position: relative;  
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  background-image: 
}


#main-image2 img{
   margin-top: 0px;
   width: 100%;
}
#high_btn2{
  text-align: center;
  padding:10px 0px;
  list-style: none;
}

#high_btn2 li{
   padding: 5px 0px;
}

#high_btn2 img{
  width: 100%;
}

#high_btn2 img:hover{
    opacity:0.6;
}

#high_btn3{
  text-align: center;
  margin: 1.0em 0; 
}

#high_btn3 img{
  width:  95%;
}

#high_btn3 img:hover{
    opacity:0.6;
}


#ugrad_keymsg{
  position: absolute;
  top: 13%;
  left: 7%;
  color: #002967;
  font-size: 2.0em;
  letter-spacing: 0.1em;

}

#ugrad_keymsg_txt{
  position: absolute;
  top: 22%;
  left: 9%;
  color: #002967;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 120%;
}

#high_keymsg{
  position: absolute;
  top: 38%;
  left: 60%;
  color: #fff;
  font-size: 1.5em;
  letter-spacing: 0.1em;
}

#trans_keymsg{
  position: absolute;
  top: 39%;
  left: 55%;
  color: #001792;
  font-size: 1.4em;
  white-space: nowrap;
  letter-spacing: 0em;
  font-weight: bold
}

#trans_keymsg_txt{
  position: absolute;
  top: 28%;
  left: 53%;
 color: #001792; 
font-weight: bold;
  font-size: 0.7em;
}



#high_keymsg_txt{
  position: absolute;
  top: 56% !important;
  left: 60%;
/*  color: #043287; */
  color: #fff; 
  font-size: 0.8em;
  font-weight: bold
}


.high_title1 {
    position: relative;
    background: #90d192;
	background-repeat: no-repeat;
	background-position:right 25% bottom;
	background-size: contain;
    color: #FFF;
    text-align: center;
	font-weight: normal;
    font-size:1.2em;
    padding: 20px 0;
    margin: 0;
	margin-bottom: 1.5em;
}
/* 下三角 */ 
.high_title1:after {
	border: 20px solid transparent;
	border-top-color: #90d192;
	border-bottom-width: 0;
	bottom: -18px;
	content: "";
	display: block;
	left: 43%;
	position: absolute;
	width: 0;
}

.high_title2 {
    position: relative;
    background: #90b3d1;
	background-repeat: no-repeat;
	background-position:right 25% bottom;
	background-size: contain;
    color: #FFF;
    text-align: center;
	font-weight: normal;
    font-size:1.2em;
    padding: 20px 0;
    margin: 0;
	margin-bottom: 1.5em;
}
/* 下三角 */ 
.high_title2:after {
	border: 20px solid transparent;
	border-top-color: #90b3d1;
	border-bottom-width: 0;
	bottom: -18px;
	content: "";
	display: block;
	left: 43%;
	position: absolute;
	width: 0;
}

.high_title3 {
    position: relative;
    background: #ffb977;
	background-repeat: no-repeat;
	background-position:right 25% bottom;
	background-size: contain;
    color: #FFF;
    text-align: center;
	font-weight: normal;
    font-size:1.2em;
    padding: 20px 0;
    margin: 0;
	margin-bottom: 1.5em;
}
/* 下三角 */ 
.high_title3:after {
	border: 20px solid transparent;
	border-top-color: #ffb977;
	border-bottom-width: 0;
	bottom: -18px;
	content: "";
	display: block;
	left: 43%;
	position: absolute;
	width: 0;
}

.high_title4 {
    position: relative;
    background: #e2cfb3;
	background-repeat: no-repeat;
	background-position:right 25% bottom;
	background-size: contain;
    color: #FFF;
    text-align: center;
	font-weight: normal;
    font-size:1.2em;
    padding: 20px 0;
    margin: 0;
	margin-bottom: 1.5em;
}
/* 下三角 */ 
.high_title4:after {
	border: 20px solid transparent;
	border-top-color: #e2cfb3;
	border-bottom-width: 0;
	bottom: -18px;
	content: "";
	display: block;
	left: 43%;
	position: absolute;
	width: 0;
}

.high_boxd{
    margin-top: -50px;
	padding:50px 30px 10px; 
	text-align: left;
}
.high_boxs{
    margin-top: -50px;
	padding:50px 30px 10px; 
	text-align: left;
}
.high_lead{
    font-size: 1.0em;
    font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}

.high_sugoi{
   margin: 10px 0px;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content: center;
}

.sugoi_box{
    width: 100%;
}

.sugoi_box p{
    top:60%;
    padding: 5px 0px;
}

.high_point{
   margin: 20px 0px;
}

.point_box{
   text-align: center;
   margin: 15px 0px;
   width: 100%;
   background-color: #fff;
   border : solid 1px #a9a9a9 ;
}

.point_box img{
   width: 90%;
   margin-top: 10px;
}
    
.point_box p{
   margin: 10px;
   color: #000;
   text-align: left;
}

.point_box a{
   text-decoration: none;
}

.point_box:hover{
    opacity:0.6;
}

.topic_box{
   background-color:  #90d192;
   padding: 20px 20px;
   width: 83%;
   margin: 10px auto 20px;
   border-radius: 8px;
}

.topic_box p{
   font-size: 1.1em;
   color: #fff;
   margin-bottom: 5px;
   text-align: center;
}


.Mark{
	font-size: 1.1em;
	background: linear-gradient(transparent 60%, yellow 60%);
	font-weight: bold;
	padding: 5px;
}

#high_keymsg, .high_title1, .high_title2, .high_title3, .high_title4, .high_lead,.high_boxd, .high_boxs, #ulayer_keymsg, #ulayer_keymsg2, #ulayer_keymsg_txt, #ulayer_keymsg_txt2,.ulayer_title1,.ulayer_title2,.ulayer_lnavi1, .ulayer_lnavi2, .ulayer_box, .ulayer_boxg, .ulayer_boxw, .ulayer_box_ul, #breadc_list {
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

/* --------------------------
  第３階層以下コンポーネント
----------------------------- */

#main-image4{
  position: relative;
  padding: 0;
  margin: 0;
}

#main-image4 img{
  margin-top: -26px;
}

#main-image4i{
  position: relative;
  padding: 0;
  margin: 0;
}



#main-image4i img{
  margin-top: 0px;
}


#ulayer_keymsg{
  color: #fff;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  position: absolute;
  top:15%;
  left:5%;
  background-color: #33cc66;
  padding:  0.5% 1%;
}

#ulayer_keymsg2{
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  position: absolute;
  top:35%;
  left:5%;
  width: 90%;
  background-color: #33cc66;
  padding:  0.5% 1%;
}

#ulayer_keymsg_txt{
  position: absolute;
  top:60%;
  left:5%;
  color: #fff;
  font-size: 1.0em;
  background-color: #33cc66;
  padding: 0.5% 1%;
}

#ulayer_keymsg_txt2{
  position: absolute;
  top:8%;
  left:5%;
  color: #fff;
  font-size: 0.8em;
  background-color: #33cc66;
  padding: 0.5% 1%;
}



#breadc_list{
  margin-bottom: -2%;
  padding: 5px 0;
  background-color: #f5f5f5;
}
#breadc_list li{
  display: inline;
  list-style: none;
  font-weight: bold;
}

#breadc_list li:after{
  content: '>';
  padding: 0 10px;
  color: #555;
}
#breadc_list li:last-child:after {
  content: '';
}

#breadc1_list li a {
  text-decoration: none;
  color: #008000;
}

#breadc_list li a:hover {
  text-decoration: underline;
}

.ulayer_title1{
  text-align: center;
  font-size: 1.1em;
  border-bottom: solid 3px #33cc66;
  padding: 5% 0 0.5em;
  margin: 0 2em 1em;
}

.ulayer_title2{
  font-size: 1.1em;
  border-bottom: solid 3px #33cc66;
  padding: 5% 0 0.5em;
  margin: 0 0 1em;
}

.ulayer_title3{
  font-size: 1.0em;
  margin-bottom: 0.5em;
}



.ulayer_box{

  padding: 0 5% 10%; 
}

.ulayer_boxw{
   padding: 0 5% 10%;
}

.ulayer_box_ul{
   margin:0 5% 10%;
   padding: 0 0 10%;
   border-bottom: solid 10px #33cc66; 
}

.ulayer_box_ul p{
margin-bottom: 10%;
}

.ulayer_box_ul ul{
padding-left: 5%;
padding-bottom: 5%;
}


.ulayer_boxg{
    margin-bottom: 10%;
    background-color: #99ff99;
    background-image: 
    -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #ccffcc), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #ccffcc),color-stop(.75, #ccffcc), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px;
}

.ulayer_boxb{
    margin-top: -5%;
    margin-bottom: 0%;
    padding: 5%;
    background-color: #FAF0E6;
    background-image: 
    -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px;
}



.ulayer_lnavi1{     
 margin: 0vw 2vw 3vw;
 padding: 2vw;
 display: inline-block;
 display: flex;
 flex-direction: column;   
}

.ulayer_lnavi1 p{
  font-size: 0.9em;
  padding-top: 1.0em;
  color: #009900;
}

.ulayer_lnavi1_menu{
 position: relative;
 width: 100%;
 height: 25%;
 overflow: hidden;    
 background-color: #fff;
 margin: 1% 0;
}

.ulayer_lnavi1_menu img{
 width: 25%;
 float: left;
 margin-right: 1vw;
}
.ulayer_lnavi1_menu p{
 padding-top:  9%;
    
}

.ulayer_lnavi1_menu a{
 text-decoration: none;
 color: #333;
}

.ulayer_lnavi1_menu:hover{
 background-color: #ccffcc;
}


.ulayer_lnavi1_menu a::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #009900;
  border-right: 2px solid #009900;
  transform: rotate(45deg);
  margin-top: -5px;
}

.ulayer_lnavi1_2{
 display: inline-block;
 display: flex;
 -webkit-justify-content: center; 
 justify-content: center;
 flex-wrap: wrap;
}

.ulayer_lnavi1_2 p{
  font-size: 1.3em;
  padding-top: 1.0em;
  color: #333;
  text-align: left;
}

.ulayer_lnavi1_menu2{
 position: relative;
 width: 100%;
 height: 25%;
 overflow: hidden;    
 background-color: #fff;
 margin: 1% 0;

}

.ulayer_lnavi1_menu2 img{
 width: 38%;
 float: left;
 margin: 10px;
}
.ulayer_lnavi1_menu2 p{
 font-size: 0.8em;
 padding: auto;  
}

.ulayer_lnavi1_menu2 a{
 text-decoration: none;
 color: #009900;
}

.ulayer_lnavi1_menu2:hover{
 background-color: #ccffcc;
}









.ulayer_lnavi2_menu{
  margin-top: 5%;
}

.ulayer_lnavi2_title{
  width:87%; 
  font-size: 1.0em;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.2em 1em;
  margin-bottom: 1em;
  text-decoration: none;
  border-left: solid 4px #33cc66;
  border-right: solid 4px #33cc66;
  color: #000;
  text-shadow: 0 0 5px white;
  padding: 0.5em 1em;
  background: repeating-linear-gradient(-45deg, #99ff99, #ccffcc 3px,#ccffcc 3px, #ccffcc 7px);
  transition: .4s;  
  
}
/*
.ulayer_lnavi2_title:hover{
 background:#33cc66;
 color: #fff;
 text-shadow:none;   
}
*/
.ulayer_lnavi2_menu li{
    margin-left: 5%;
    line-height: 1.8em;
}

.ulayer_lnavi2_menu li a{
    text-decoration: none;
    color: #008000;
}

.ulayer_lnavi2_menu li a:hover{
    text-decoration: underline;
}


.ulayer_tbl th,td{
  border: solid 1px #333;
  padding: 0.5em 0.5em;
  font-size: 16px;

}
.ulayer_tbl th{
  background: #f5f5f5;    
    
}


/* --------------------------
  アメリカ進学プログラム desing_pcから移植
----------------------------- */
.contents_gray{
    background-color: #f5f5f5;
    padding: 5vw 0;
    margin: 5vw 0;
}

.pg_ttl_txtl_lp {
    font-size: 2.6rem;
    color: #fff;
    margin: 10px 5px 20px;
    font-weight: bold;
    font-family: serif;
    z-index: 100;
    opacity: 1;
    line-height: 1.2;
}

.pg_ttl_txtl_lp span {
	font-size: 1.9rem;
}

#pg_ttl_lp{
 position: absolute;
 top: 25%;
 left:0%;
background-color: rgb(0,0,0,0.4);
 padding: 0 5px;
 z-index: 1
}

#as_toptitle_box{
   position: absolute; 
   background-color: #fff;
   opacity: 0.8;
   left: 0;
   right: 0;
   width:80%;
   margin: auto;
   top: 10px;
   text-align: center;
   padding: 1vw;
}

#as_toptitle_box p{
   font-size: 0.7em;
   margin-bottom: 0;
}

#as_toptitle{
   font-size: 1.0em;
   letter-spacing: 1em;
   margin-left: 1em;
   color: red;
}

#as_toptitle2{
   letter-spacing: 0.5em;
   color: #1e90ff;
   margin-left: -0.5em;
}


#as_title_txt{
  position: absolute;
  top: 20%;
  left: 5%;
  color: #000;
  font-size: 1.0em;
  letter-spacing: 0.1em;
  font-family: serif;
  text-shadow:
  1px 1px 0 #FFF,
  -1px -1px 0 #FFF,
  -1px 1px 0 #FFF, 
  1px -1px 0 #FFF,
  0px 1px 0 #FFF,
  0-1px 0 #FFF,
  -1px 0 0 #FFF,
  1px 0 0 #FFF;
}

#as_title{
  width:300px;   
  font-size: 1.5em;
  letter-spacing: 0.3em; 
    
}

.as_toplead_l{
  text-align: center;
  font-size: 1.1em;
  color: #333366;
  padding: 2vw 4vw 1vw;
}  

.as_toplead_s{
  font-size: 1.0em;
  color: #000;
  padding: 2vw 4vw;
}

.as_topsubtitle_l{
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #333366;
  padding: 2vw 1vw 1vw;
}

.as_topsubtitle_m{
  text-align: center;  
  font-size: 1.0em;
  color: #333366;
  padding: 0vw 4vw 1vw;
}

.as_topsubtitle_s{  
  font-size: 1.0em;
  color: #000;
  padding: 0vw 4vw 1vw;
}

@media screen and (max-width: 320px) {

 .as_toplead_l{
  font-size: 18px;      
    }  
    
 .as_topsubtitle_l{
  font-size: 18px;     
  }   
 .as_topsubtitle_m{
  font-size: 15px;     
  }      
}


.as_flow_head {
  padding: 0.5em;
  /*background: #f5f5f5;
  position: relative;
  z-index: 3;
  margin-bottom: 50px;*/
}

.as_flow_head:after {
  /*position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #f5f5f5 transparent transparent transparent;*/
}

.as_flow{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 2vw;
}




.as_hashira{
  position: relative;
  width: 95%;
  margin: 3vw auto;
}

.as_hashira_title_l{
  position: absolute;
  top: 10%;
  left: 1vw;
  font-size: 1em;
  font-weight: bold;
  color: #333366;
  padding-left: 2vw;
  padding-right: 1vw;
  width: 95%;
}





@media screen and (max-width: 320px) {
    
 .as_hashira_title_l{
     font-size: 15px;
    }
 .as_hashira_txt_l{
     font-size: 15px;
    }
 .as_hashira_title_r{
     font-size: 15px;
    }
 .as_hashira_txt_r{
     font-size: 15px;
    }  
}


#as_btn{
  width:80%;
  margin: 2vw auto;

}

.as_couns{
 text-align: center;
 margin: 2vw auto;
}

.as_couns img{
 width: 40%;
 margin: 1vw;
}

.as_seminar{

}

.as_seminar_block{
 padding: 2vw;
 width: 95%;
}

.as_seminar_title{
 font-size: 1.1em;
 font-weight: bold;
 color: #333366;
 border-bottom: solid 3px #333366;
 margin-bottom: 1vw;
}

.as_seminar_txt{
 font-size: 1.0em;
}
.as_seminar_img{
 width: 95%;
 margin: 2vw auto;
}

@media screen and (max-width: 320px) {
 .as_seminar_title{
  font-size: 16px;
 }

}

.as_tool{
 padding: 2vw;
}

.as_tool_block{
 margin-bottom: 2vw;
 padding: 2vw 5%;
 width: 90%;
 background-color: #fff;
}

.as_tool_block img{
 float: left;
 width: 40%;
 margin-right: 4vw;
}

.as_tool_title{
 font-size: 1.1em;
 font-weight: bold;
 color: #333366;
 margin-bottom: 2vw;
}

.as_tool_txt{
 font-size: 1.0em;
}

.as_seminar2{
  padding: 2vw 1vw;
}


.as_seminar2 img{
  width: 100%;

}


.as_ins_title{
  margin-top: 4vw;
  padding: 2vw;
  font-size: 17px;
  font-weight: bold;
  text-align: left;  
  color: #333366;
  border-bottom: solid 1px #333366;
  display: block;
  margin: 0 auto
}

.as_ins_title span {
	font-size: 12px
}

.as_ins_txt{
 margin-top: 1vw;
 padding: 2vw;
 font-size:14px;
 font-weight: normal;
 text-align: left;
}

.as_faq{
 margin: 1vw;    
}

.as_faq_q{
 display: flex;
 background-color: #f5f5f5;
 padding: 1px;
 margin-top: 1vw;
}

.as_faq_q img{  
 width: 10%;
 height: 10%;
 margin: 2vw;
}

.as_faq_q p{
 text-align: left;
 font-size: 0.75em;
 font-weight: normal;
 margin: 2vw;
}

.as_faq_a{
 display: flex;
 padding: 1px;
 margin-top: 1vw;
 margin-bottom: 2vw;
}

.as_faq_a img{
 float:left;
 width: 10%;
 height: 10%;
 margin: 2vw;
}

.as_faq_a p{
 text-align: left;
 font-size: 0.75em;
 font-weight: normal;
 margin: 2vw;
}

.as_lead_txt{
 position: relative;
 margin-top: 1vw;
 padding: 2vw;
}

.as_lead_txt_r{
 position: absolute;
 left: 60vw;
 bottom: 4vw;
}


.as_lead_txt{
 position: relative;
 margin-top: 1vw;
 padding: 2vw;
}

.as_lead_txt_r{
 position: absolute;
 left: 2vw;
 top: 20vw;
 
}

.as_lead_txt p{
  font-size: 1.1em;
}

.as_lead_txt_r p{
  font-size: 0.9em;
}

.as_lead_name{
    font-size: 1.2em;
}

@media screen and (max-width: 320px) {

.as_lead_txt{
 position: relative;
 margin-top: 1vw;
 padding: 2vw;
}

.as_lead_txt_r{
 position: absolute;
 left: 2vw;
 top: 28vw;
 
}
    
.as_lead_txt p{
  font-size: 1.0em;
}

.as_lead_txt_r p{
  font-size: 0.9em;
}

.as_lead_name{
    font-size: 1.2em;
}

}


.case_interview{
 margin-top: 20vw;
 padding: 0 3vw 3vw 3vw;
}

.interview_ask{
 padding-top: 5vw;
 padding-bottom: 0.5vw;
 margin-top: 1vw;
 
}

.interview_ask p{
 font-weight: bold;
 font-size: 1.0em;
 color: #6495ed;
 padding-bottom: 0.5em;
}


.as_point{
 position: relative;
 margin: 10vw 3vw 3vw;
 padding: 5vw 2vw 2vw;
 border: medium solid #6495ed;
}

.as_point_title{
 position: absolute;
 top: -4vw;
 padding: 1vw 3vw;
 font-weight: bold;
 font-size: 1.1em;
 color: #fff;
 background-color: #6495ed; 
}

.case_lnavi{
 background-color: #f5f5f5;     
 margin: 0vw 2vw;
 padding: 2vw;
 display: flex;
 flex-direction: column;
}

.case_lnavi_title{
 font-size: 1.4em;
 padding: 3vw;
}

.case_lnavi_txt p{
 font-size: 1.0em;
 padding: 3vw;
}


#yokomessage2 ul li, #counseling ul li, #lec_semi ul li, #mokuteki_semi ul li {
    background-image: url(/img/icn_arrow_red.jpg);
    background-repeat: no-repeat;
    padding-left: 19px;
    background-position: 0 5px;
    margin: 5px 0;
    list-style: none;
    }


.link_case{
 width: 98%;
 height: auto;
 overflow: hidden;    
 background-color: #fff;
 margin: 0.5vw 1vw;
}

.link_case img{
 width: 30%;
 float: left;
 margin-right: 2vw;
}
.link_case p{
 margin: 1vw;
 font-size: 0.8em;
}

.link_case a{
 text-decoration: none;
 color: #333;
}

.link_case_title{
 font-size: 1.2em;
 font-weight: bold;
}

.link_case:hover{
 opacity: 0.5;
}

@media screen and (max-width: 320px) {
    
.link_case p{
 margin: 1vw;
 font-size: 0.65em;
}  
    
}

/* 進学プログラム内にあったコード */

/*------------------------------------------
PROG desing_pcから移植
------------------------------------------*/

	h3.mdl_ttl {
		font-size: 2.6rem;
		font-weight: bold;
		text-align: center;
		margin: -10px 0 -20px 0
	}
	
	.mdl_ttl span { color: #00aae9
		
	}
	
	.txt_ctr {
		font-weight: bold;
		display: block;
		margin: -10px  auto 0;
		text-align: center
	}
	
	.gotous {background: #00aae9;
		vertical-align: middle;
		padding: 10px 20px;
		text-align: center;
		color: #fff;
		border-radius: 10px;
		font-size: 1.8em;
		font-weight: bold;
		display: block;
		margin: 0 3%;
		position: relative}
		
			.startlife {background: #ff4444;
		vertical-align: middle;
		padding: 10px 20px;
		text-align: center;
		color: #fff;
		border-radius: 10px;
		font-size: 1.8em;
		font-weight: bold;
		display: block;
		margin: 0 3%;
		position: relative}
		
			.gotous img {
		width:96px;
		position: absolute;
		right:-25px;
		top:10px;
		margin-right: 20px
	}
	
	.cong {background: #00aae9;
	
		height: 60px;
		vertical-align: middle;
		padding: 10px 20px;
		text-align: center;
		color: #fff;
		border-radius: 10px;
		font-size: 1.7em;
		font-weight: bold;
		display: block;
		margin: 0 3%;
		position: relative;
		line-height: 130%
		
	}
	
	.cong img {
		width:52px;
		position: absolute;
		left:10px;
		top:8px;
		margin-right: 20px
	}
	
	.cong span {
		font-size: 1.2rem;
		vertical-align: middle
	}
	.flow_box3,
.flow_box2,
	.flow_box {display: block;
		margin: 20px 0 20px 15px;
		
	}
	

	

	.flow_box h3 {
		font-size: 2.5rem !important;
		margin: -30px 0 2px 0 !important;
		white-space: nowrap !important;
		text-align: left !important

	}
	
	
		.flow_box2 h3{
		font-size: 2.5rem !important;
		white-space: nowrap !important;
		margin: -5px 0 0 0 !important;

	}
	
	.flow_box3 h3 {
		font-size: 2.5rem;

	}
	
	.flow_box2 p,
	.flow_box p {
		margin: 5px 0 0 0;
	}
	
		.flow_box3 p{

	}
	.maru,.maru6 {

float: left;
height:40px;
  width:40px;
  border-radius:50%;
  line-height:40px;
  text-align:center;
  background:#00e267;
  font-size:27px;
  font-weight: bold;
  margin-left:20px;
  vertical-align: middle;
		color: #fff;
		margin: 16px 13px 20px 0;
		font-family: sans-serif;
		
	}
	
	
	.chart,
	.chart2{
		clear: both;
		position: relative;
		
	}

		
	.chart3 img,
	.chart2 img,
	.chart img {
		width: 25%;
		float: left;
		display: block;
		margin: 0 10px 30px 0;
		clear: both;
	}
	
	
	.detail_box {
	width: 70%;
	float: left;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important
}
		.detail_box p {
				margin: -5px 0 0 0 !important;
	padding: 0 0 0 0 !important;
	line-height: 150%
		}
	
	
	.arrow {
		width: 45px;
		display: block;
		margin: 25px auto
	}
	
	.arrow_short {width: 45px;
		display: block;
		margin: 15px auto
	}

.white_box .as_faq_a p {
    text-align: left;
    font-size: 0.9em !important;
    font-weight: normal;
    margin: 3px 0 0 6px;
}

.white_box .as_faq_q p {
    text-align: left;
    font-size: 0.9em;
    margin: 3px 0 0 6px;
    font-weight: bold !important
}
	
#prg_hashira .as_hashira {


}
	
	#prg_hashira .as_hashira img {
		margin: -10px;
	}
	
#prg_hashira .as_hashira_txt_l,
#prg_hashira .as_hashira_txt_r {
display: block;
}
	
#prg_hashira .as_hashira_title_l,
#prg_hashira .as_hashira_title_r {
    position: absolute;
    top: 5%;
    left: 2.2em;
    font-size: 1.3em;
    font-weight: bold;
    color: #333366;
    padding-left: 3%;
    padding-right: 1%;
    width: 82%;
    font-family:serif
}
	
#as_btn img {
	margin: 0px 0 10px 0  !important
}

#as_btn {
	margin-top: 30px !important;
}



/*
.sakaemethodbox {
  width: 99%;
  text-align: center;
}
.sakaemethodbox a img {
  width: 49%;
  margin: 5px 0;
}
table.details ul {
  list-style-type: none;
}

table.details th,
table.details td{
  border: none !important;
}
table.details li{
  background-image: url(/img/li_20.png);
  background-repeat: no-repeat;
  background-position-y: 3px;
  padding-left: 20px;
  margin: 10px;
  font-size: 14px;
}
*/
html,
#prg {
overflow-x: hidden!important;
 overflow-y: scroll;
 -webkit-overflow-scrolling: touch;
}


#prg .as_topsubtitle_l {
	text-align: center;
    font-size: 1em !important;
    font-weight: bold;
    color: #333366;
    padding: 1vw 0 0 0;
    white-space: nowrap;
}

#prg .as_topsubtitle_l span {
	text-align: center;
    font-size: 1.3em !important;
    font-weight: bold;
    color: #333366;
    padding: 2vw 1vw 1vw;
}






div.prg h2.gttl:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20%;
  height: 4px;
  content: '';
  background: #00cc5d;
  }

h2.gttl span {
  color:#18aae8;
}



.cv_btn2,
.cv_btn_tel{
  padding: 0;
  margin: 3rem auto;
  position: relative;
  font-size: 0.8em
}
.cv_btn2 a {
  width: 95%;
  margin: 0 auto;
  display: block;
  background: #ff7800;
  border: 1px solid #ff7800;
  border-radius: 10px;
  padding: 2rem ;
  font-weight: bold;
  font-size: 1.25em;
  box-sizing: border-box;
  color: #fff!important;
  text-align: center;
  box-shadow: 3px 5px 5px rgba(0,0,0,0.2);
}

#as_title_txt{
  font-size: 2rem;
}
#breadc_list{
  margin: 0;
  padding: 0.5rem 2rem;
  background:#fff;
  font-size: 1.2rem;
}
.as_lead_txt_r {
  width: 100%;
}
.interview_ask{
  padding-top: 0;
  padding-bottom: 0;
}
.interview_ask p{
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.7rem;
}


.flex_box{
  display: block;
  width: 100%;
  }
.box_wrap{
  width: 100%;
  box-sizing: border-box;
  margin-right: 0;
}
.lp_image{
  width: 100%;
  min-height: 300px;
}
/*
.white_box{
  width: 90%;
  margin: 2rem auto 0;
}
*/
.pg_ttl_txtl{
  font-size: 2.5rem;
}
.lp_image2{
  width: 100%;
  padding-top: 56.25%;
}
.lp_image2 iframe{
  height:100%;
}
.mini img{
  margin-top: 2rem;
  width: 80%;
}

div.program_box{
  width: 100%;
  float: none;
}

.counseling_box{
  width: 100%;
}
.margin_left p,
.counseling_box h3{
  margin: 0;
}
.cv_button_2{
  width: 95%;
}



/*追加分 */


.no-wrp {
	white-space: nowrap
}
.prog1 h2 {
	color: #024b9f !important;
	font-size: 1.33em;
	padding-top: 25px;
	text-align: center;
}



p.pd20 {
	padding: 0 20px;
}

.as_hashira_title_r{
  position: absolute;
  top: 10%;
  left: 1vw;
  font-size: 1em;
  font-weight: bold;
  color: #333366;
  padding-left: 2vw;
  padding-right: 1vw;
  width: 95%;
}

.as_hashira_txt_l,
.as_hashira_txt_r {
display: block !important;
padding: 15px;
margin-top: -75px
}

.hashira_img {
	width: 75% !important;
	display: block !important;
	margin: -40px auto 20px auto !important
}





.prg_detail_btn {
	background: #e8e8e8;
	border: 1px solid #bababa;
	padding: 3px 10px;
	border-radius: 5px;
	color: #333 !important;
	display: block;
	text-align: center;
	font-size: 0.9em;
	margin: 5px 0 0 0;
	position: relative;
	bottom: -6px
	}
	
	
.d_txt ul {
	padding-left: 45px;
}	
	
.d_txt {
	border: 1px solid #e6e6e6;
	border-top:none !important;
	width: 93%;
	display: block;
	margin: 0 auto 35px auto;
	padding: 5px 5px 10px 0;
	
}

h3.d_ttl_1 {	
	
	background:#e2e2e2;
	border: 1px solid #bababa;
	
	color: #333;
	padding: 10px;
	text-align: ;
	width: 88%;
	display: block;
	margin: 0 auto 0 auto;
}

.d_txt h4 {
	font-size: 1em;
	font-weight: bold;
	padding: 10px;
	color: #333;

}


.d_txt h5 {
	padding-left: 20px;
	font-size: 1em;
	font-weight:normal !important ;
	margin: 5px 0 0px 0px;
}

.d_txt h5:last-child {
	margin-bottom: 30px
}


.as_tool_block h3 {
	text-align: left;
	margin-left: 0 !important;
	padding-left: 0 !important
}

h2.underline_01 {
	text-align: center;
}


article h3 {
    font-size: 1.7rem !important;
    line-height: 2.6rem;
}

.article p {
	margin: 0px !important;
	padding: -2% 0 0  0px !important
}


.m_flowlist p span {
	font-weight: bold;
}

.m_flowlist p {
	padding: 0  5% !important
}

.m_flowlist h4 {color: #333 !important}


.bbox {
	margin: 10px auto 15px !important
}

.as_flow_head h3 {
	white-space: nowrap !important
}


#cstdy img {
	margin-bottom: 30px;
}