body {
  color: #333;
}

body {
  /* win:游ゴシック優先、mac:ヒラギノ角ゴシック優先 */

  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans',
    'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo,
    'ＭＳ Ｐゴシック', 'MS PGothic';

  /* 標準のフォントサイズを 1.6rem=16pxに設定 */
  font-size: 16px;
  letter-spacing: 0.05em;
  background-image: url(../img/hougan.jpg);
  background-repeat: repeat;
}

@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Medium');
  font-weight: 100;
}

@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Medium');
  font-weight: 200;
}

@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Medium');
  font-weight: 300;
}

@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Medium');
  font-weight: 400;
}

@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Bold');
  font-weight: bold;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  height: 100%;
  margin: 0;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
th,
td,
dt,
dd {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.content-main .title-primary:first-of-tye {
  margin-bottom: 50px;
}

.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

.clear {
  clear: both;
}

.container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.title-main {
  text-align: center;
}

/*------------------------------------

  Sample03 : アコーディオン

------------------------------------*/

.box-open {
  display: none;
}

.close-button {
  line-height: 1;
  margin-bottom: 0;
  background-color: #f5f5f5;
  display: inline-block;
  padding: 25px 25px;
}

.btn-basic {
  display: block;
  transition: none;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  padding: 0.5em 1em;
  border-radius: 5px;
}

.btn-basicApplication-type01 {
  border: 1px solid #cc1338;
  background-color: #dc143c;
  background-image: linear-gradient(to bottom, #dc143c, #cc1338);
}

/*------------------------------------

  Sample04 : タブメニュー

------------------------------------*/

.tab-menu .tab-ul {
  padding: 0;
}

.tab-menu .tab-ul li {
  float: left;
  list-style-type: none;
  width: 25%;
}

.tab-menu .tab-ul li a {
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 9%;
  text-align: center;
  width: 100%;
  background: #0f4c85;
  border: 1px solid #fff;
  border-bottom: none;
}

.tab-menu .tab-ul li a:hover {
  background: #1878d1;
  color: #fff;
}

.tab-menu .tab-ul li a.current {
  background: white;
  color: #fff;
  background-color: #1878d1;
}

.tab-menu #contents {
  clear: both;
}

.tab-menu #contents div {
  padding: 5%;
  background: white;
  text-align: center;
  border: 1px solid #0f4c85;
  border-top: none;
}

.tab-menu #contents p {
  margin-top: 20px;
  line-height: 2em;
  color: blue;
}

.tab-menu #contents strong {
  font-size: 2em;
  font-weight: bold;
  color: #0f4c85;
  text-decoration: underline;
}

/*ここからメインコンテンツ*/
p {
  font-size: 18px;
}

h2 {
  font-size: 38px;
}

.container section {
  margin: 0 auto;
}

/*強調用*/
.greenbold {
  font-weight: bold;
  color: #05a490;
}

/*どう変えるかのコンテンツ*/

#how_change {
  width: 1000px;
  margin-top: 30px;
}

#how_change h2 {
  font-size: 48px;
  text-align: center;
  font-weight: bold;
  text-shadow: #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px,
    #fff -2px -2px 0px;
  float: left;
  width: 700px;
}

.how_change_midasi {
  margin: 0 auto;
}

.how_change_hatena {
  width: 70px;
  float: left;
}

.how_change_detail {
  margin-top: 40px;
  text-align: center;
}

.how_change_detail p {
  width: 950px;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 40px;
}

.how_change_midasi {
  width: 800px;
}

/*AO推薦の導線のコンテンツ*/

.container .navi_ao {
  background-color: #ececec;
  padding: 20px 0;
  text-align: center;
  margin-top: 60px;
}

.navi_ao p {
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
  margin-top: 10px;
}

.navi_ao img {
  width: 700px;
  box-shadow: 4px 4px #999;
}

.navi_ao img:hover {
  box-shadow: none;
  margin-top: 2px;
  margin-bottom: -2px;
  opacity: 0.9;
}

/*3つのポイント*/

#three_point {
  width: 1000px;
}

#three_point h2 {
  text-align: center;
  font-weight: bold;
  font-size: 60px;
  margin-bottom: 6px;
}

#three_point h2 span {
  font-size: 80px;
}

.three_point_navi {
  width: 1000px;
  margin: 0 auto;
}

.three_point_navi p {
  font-weight: bold;
  text-align: left;
}

.three_point_navi div {
  padding-left: 20px;
}

.three_point_navi>li {
  display: block;
  float: left;
  width: 330px;
  height: 160px;
  text-align: center;

  padding: 0;
}

.three_point_navi>li:nth-child(1) {
  background-image: url(../img/point_midasi1_h2.jpg);
}

.three_point_navi>li:nth-child(2) {
  background-image: url(../img/point_midasi2_h2.jpg);

  margin: 0 5px;
}

.three_point_navi>li:nth-child(3) {
  background-image: url(../img/point_midasi3_h2.jpg);
}

.three_point_navi>li.select:nth-child(1) {
  background-image: url(../img/point_midasi1_select_h2.jpg);
}

.three_point_navi>li.select:nth-child(2) {
  background-image: url(../img/point_midasi2_select_h2.jpg);

  margin: 0 5px;
}

.three_point_navi>li.select:nth-child(3) {
  background-image: url(../img/point_midasi3_select_h2.jpg);
}

.three_point_navi p {
  line-height: 1.2;

  margin-left: 30px;

  margin-top: 8px;

  font-size: 16px;
}

.three_point_navi h3 {
  color: #05a490;

  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px,
    #fff -1px -1px 0px;

  font-weight: bold;

  font-size: 22px;

  margin-top: 20px;

  margin-left: 20px;

  text-align: left;
}

.three_point_navi .select h3 {
  color: #fff;

  text-shadow: none;
}

.ChangeElem_Panel {
  display: none;
}

#point_1 {
  display: block;
}

.point_common {
  margin: 0 auto;

  margin-top: 30px;
}

.point_common h3 {
  width: 100%;

  background-color: #05a490;

  padding-top: 10px;

  padding-bottom: 10px;

  color: #fff;

  font-size: 48px;

  font-weight: bold;

  margin: 0 auto;

  padding-left: 100px;

  text-align: left;

  padding: 10px 0 10px 110px;

  position: relative;
}

.point_common .point_number {
  position: absolute;

  font-size: 110px;

  top: -8px;

  left: 30px;

  color: #b8ddd7;

  line-height: 1;

  font-weight: lighter;
}

.point_common .box-open {
  width: 960px;

  margin: 0 auto;
}

.point_detail_common {
  margin-top: 40px;
}

.point_detail_common h4 {
  font-weight: bold;

  font-size: 28px;

  margin-bottom: 20px;
}

.point_detail_left,
.point_detail_right {
  width: 48%;

  margin: 0 1%;

  float: left;
}

.point_detail {
  text-align: center;
}

.point_detail img {
  width: 920px;
}

.point_2_midasi {
  margin: 20px auto;

  width: 920px;
}

/*高1生は何をすべきか*/

#what_do {
  margin-top: 60px;
}

#what_do h2 {
  margin: 0 auto;

  text-align: center;

  font-size: 72px;

  color: #fff;

  font-weight: bold;

  text-shadow: #05a490 2px 2px 0px, #05a490 -2px 2px 0px, #05a490 2px -2px 0px,
    #05a490 -2px -2px 0px;
}

/*#what_do h2 span{

  font-size: 106px;

}*/

#what_do .what_answer {
  margin: 0px auto 20px auto;

  color: #fcff00;

  font-weight: bold;

  font-size: 48px;

  text-align: center;

  letter-spacing: 0px;
}

#what_do .what_answer span {
  font-size: 36px;

  letter-spacing: -4px;

  display: inline-block;

  margin-left: -4px;
}

.midasi {
  width: 0;

  height: 0;

  margin: 0 auto;

  border-style: solid;

  border-width: 100px 1000px 0px 0;

  border-color: transparent #05a490 transparent transparent;
}

.what_do_detail {
  margin: 0 auto;

  padding-bottom: 30px;
}

.what_do_detail>p {
  color: #fff;

  font-size: 16px;

  width: 1000px;

  margin: 0 auto;

  margin-top: 30px;
}

.what_do_detail span {
  font-weight: bold;

  color: yellow;
}

.what_do_main {
  background-color: #05a490;

  padding-top: 20px;

  margin: 0 auto;
}

.what_do_check_common {
  margin-top: 30px;
}

.what_do_check_former {
  position: relative;

  width: 1000px;

  height: 100px;

  margin: 0 auto;

  background-color: #fff;

  margin-bottom: 20px;
}

.what_do_left {
  width: 50%;

  float: left;
}

.what_do_left p {
  margin: 0 auto;

  width: 92%;

  font-weight: bold;

  margin-top: 24px;

  font-size: 22px;
}

.what_do_left p span {
  color: #05a490;
}

.what_do_right {
  width: 50%;

  float: left;
}

.check_common {
  position: absolute;

  top: -12px;

  left: 10px;
}

.check_common>img {
  float: left;

  width: 30px;
}

.check_common>p {
  float: left;

  color: #05a490;

  font-weight: bold;

  margin-left: 10px;

  font-size: 20px;

  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px,
    #fff -1px -1px 0px;
}

.what_do_taisaku {
  width: 80%;

  border-bottom: 1px solid #000;

  margin: 0 auto;

  padding-left: 16px;

  margin-top: 10px;
}

.what_do_taisaku p {
  float: left;

  font-size: 16px;

  font-weight: bold;

  margin-right: 3px;
}

.what_do_taisaku img {
  float: left;

  margin-top: 3px;
}

.what_do_taisaku_detail {
  width: 80%;

  margin: 0 auto;

  margin-top: 10px;
}

.what_do_taisaku_detail div {
  border-radius: 3px;

  padding: 4px;

  box-shadow: 3px 3px #a4a3a3;
}

.what_do_taisaku_detail div:hover {
  box-shadow: none;

  margin-top: 2px;

  margin-bottom: -2px;

  opacity: 0.9;
}

.accordion-button-1:hover {
  margin-top: 8px;

  margin-bottom: 2px;
}

.what_do_check_1 .what_do_taisaku_detail div:nth-child(2):hover {
  margin-top: 12px;
}

.what_do_check_1 .what_do_check_former {
  height: 140px;
}

.what_do_check_common .what_do_taisaku_detail p {
  color: #fff;

  text-align: center;

  font-weight: bold;
}

.what_do_check_1 .what_do_taisaku_detail div:nth-child(1) {
  background-color: #d56ca2;

  width: 70%;

  margin-left: 10px;
}

.what_do_check_1 .what_do_taisaku_detail div:nth-child(2) {
  background-color: #0d0752;

  width: 70%;

  margin-left: 10px;

  margin-top: 10px;
}

.what_do_check_2 .what_do_taisaku_detail div:nth-child(1) {
  float: left;

  width: 30%;

  background-color: #6cd5c2;

  margin-left: 10px;

  margin-right: 15px;
}

.ronbun_detail>p {
  margin-top: 60px;

  margin-bottom: 20px;
}

.ronbun_detail div {
  margin-top: 10px;
}

..ronbun_detail {
  font-size: 16px;
}

.ronbun_detail div p:nth-child(1) {
  text-decoration: underline;
}

.ronbun_detail div p:nth-child(2) {
  font-size: 14px;

  margin-top: 6px;
}

.what_do_check_3 .what_do_check_former {
  height: 140px;
}

.what_do_check_3 .what_do_taisaku_detail div:nth-child(1) {
  float: left;

  width: 50%;

  background-color: #6c8ed5;

  margin-left: 10px;

  margin-right: 15px;
}

.what_do_check_3 .what_do_taisaku_detail div:nth-child(2) {
  float: left;

  width: 30%;

  background-color: #59af9f;
}

.what_do_check_3 .what_do_taisaku_detail div:nth-child(3) {
  float: left;

  width: 60%;

  background-color: #36760b;

  margin-left: 10px;

  margin-top: 10px;
}

.what_do_check_4 .what_do_taisaku_detail div {
  margin-left: 10px;

  width: 30%;

  background-color: #d57b6c;
}

.what_do_check_latter {
  background-color: #fff;

  width: 1000px;

  margin: 0 auto;

  margin-top: -20px;

  display: none;

  padding-bottom: 20px;
}

.what_do_check_latter h3 {
  font-size: 22px;

  font-weight: bold;

  margin-right: 5px;
}

.what_do_content {
  width: 90%;

  margin: 0 auto;

  padding-top: 10px;
}

.what_do_content_left {
  float: left;

  width: 56%;

  margin: 0 2%;
}

.what_do_content_left p {
  font-size: 16px;

  margin-top: 6px;
}

.what_do_content_right {
  float: left;

  width: 36%;

  margin: 0 2%;
}

.what_do_content_right img {
  width: 100%;
}

.what_detail_left {
  width: 44%;

  margin: 2%;

  float: left;
}

.what_detail_left img {
  width: 100%;
}

.what_detail_right {
  width: 44%;

  margin: 2%;

  float: left;
}

.what_detail_right p {
  font-size: 16px;

  margin-top: 150px;

  line-height: 1.2;
}

.what_detail_right .jirei {
  margin-top: 10px;
}

.what_detail_right h4 {
  font-size: 16px;

  font-weight: bold;

  margin-top: 6px;
}

/*速報*/

#sokuhou {
  width: 1000px;

  margin-top: 50px;
}

#sokuhou h2 {
  font-size: 48px;

  text-align: center;

  font-weight: bold;

  margin-bottom: 20px;
}

.sokuhou_no1 {
  color: #05a490;

  margin-right: 30px;

  position: relative;
}

.sokuhou_bikou {
  font-size: 24px;

  position: absolute;

  top: -5px;

  right: -35px;

  color: #000;
}

.note {
  vertical-align: super;

  font-size: 14px;
}

.sokuhou_detail {
  margin-top: 40px;

  width: 900px;

  margin: 0 auto;
}

.sokuhou_detail .sokuhou_small1 {
  margin-top: 14px;

  font-size: 14px;
}

.sokuhou_detail .sokuhou_small2 {
  margin-bottom: 30px;

  font-size: 14px;
}

.sokuhou_detail img {
  width: 100%;
}

/*4つの理由*/

#reason {
  width: 1000px;

  margin-top: 50px;

  margin-bottom: 40px;
}

#reason h2 {
  font-weight: bold;

  width: 940px;

  text-align: left;

  margin: 0 auto;
}

.reason_content {
  width: 900px;

  margin: 0 auto;
}

.reason_common {
  width: 44%;

  float: left;

  margin: 1%;
}

.reason_common img {
  width: 100%;
}

.reason_midasi span {
  color: #05a490;

  border-top: 4px solid #05a490;

  display: block;

  float: left;

  font-size: 120px;
}

.reason_midasi {
  margin-top: 30px;
}

.reason_midasi h3 {
  float: left;

  font-size: 22px;

  margin-top: 25px;

  margin-right: 10px;

  font-weight: bold;
}

.reason_detail p {
  font-size: 16px;
}

/*合格者の声*/

#voice {
  background-color: #ededed;

  padding-bottom: 40px;

  padding-top: 20px;

  background: linear-gradient(to bottom, #ededed 80%, #05a490 80% 100%);
}

#voice h2 {
  border-bottom: 3px solid #05a490;

  font-weight: bold;

  width: 220px;

  text-align: center;

  font-size: 26px;

  margin: 0 auto;
}

#voice h2 span {
  color: #05a490;

  font-size: 54px;
}

.voice_content {
  width: 1000px;

  margin: 0 auto;
}

.voice_content>p {
  text-align: center;

  margin: 10px auto 20px auto;
}

.voice_common {
  background-color: #fff;

  width: 45%;

  float: left;

  padding: 10px 0 30px 0;

  height: 900px;
}

.voice_left {
  margin-left: 4%;

  margin-right: 2%;
}

.voice_common h3 {
  color: #05a490;

  font-size: 30px;

  text-align: center;
}

.voice_midasi img:nth-child(1) {
  margin-left: 70px;

  width: 50%;
}

.voice_midasi {
  position: relative;

  margin-bottom: 30px;
}

.voive_midasi_1_2 {
  position: absolute;

  width: 35%;

  top: 80%;

  right: 8%;

  transform: rotate(8deg);
}

#voice .name p {
  font-weight: bold;

  font-size: 27px;
}

#voice .name {
  padding-left: 46px;

  margin-top: -10px;
}

#voice .name span {
  font-size: 18px;

  margin-left: 5px;
}

.voice_detail {
  width: 90%;

  margin: 0 auto;
}

.voice_detail h4 {
  color: #05a490;

  font-weight: bold;

  font-size: 20px;

  margin: 20px auto 40px auto;
}

/*開催中のイベント*/

/*.content-nine {

    background: #fff;

}*/

.title-first {
  color: #fff;

  padding: 45px 0;

  background-color: #05a490;
}