@charset "utf-8";

/* ****************************************************************************************************
   * 建設業経理士って？
**************************************************************************************************** */

#section-1 {
  padding-top: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #section-1 {
    min-height: 600px;
    margin-top: -65px;
    padding-top: 140px;
    background: url(../image/section-1-bg.png) center top no-repeat;
    position: relative;
    z-index: 2;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 内容
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #section-1 div.content {
    width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

}

/* -------------------------------------------------------------------------------------------------
   * キャッチコピー
/* ---------------------------------------------------------------------------------------------- */

#section-1 div.content .catchcopy {
  padding-bottom: 17px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: url(../image/icon-line-2.png) left bottom repeat-x;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #section-1 div.content .catchcopy {
    font-size: 22px;
  }

}

/* ****************************************************************************************************
   * ネットスクールのWEB講座
**************************************************************************************************** */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#section-2 div.list {
  margin-top: -17%;
  padding-top: 22%;
  background-color: #f4f1e5;
  overflow: hidden;
}

#section-2 div.list div.item {
  padding: 5.63%;
  background-color: #fff;
}

#section-2 div.list div.item ~ div.item {
  margin-top: 15px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #section-2 div.list {
    margin: -6.60% 0 -30px;
    padding-top: 8.49%;
  }

  #section-2 div.list div.body {
    max-width: 1090px;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: -0.4em;
  }

  #section-2 div.list div.body > * {
    letter-spacing: normal;
  }

  #section-2 div.list div.item {
    width: 33.333%;
    margin-bottom: 30px;
    padding: 20px 15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    background-color: transparent;
    vertical-align: top;
    display: inline-block;
    position: relative;
    z-index: 1;
  }

  #section-2 div.list div.item::after {
    content: '';
    background-color: #fff;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  #section-2 div.list div.item ~ div.item {
    margin-top: 0;
  }

}

/* -------------------------------------------------------------------------------------------------
   * アイコン
/* ---------------------------------------------------------------------------------------------- */

#section-2 div.list div.item .icon {
  margin-bottom: -1.75em;
  text-align: center;
}

/* -------------------------------------------------------------------------------------------------
   * タイトル
/* ---------------------------------------------------------------------------------------------- */

#section-2 div.list div.item .title-3 {
  margin-left: auto;
  margin-right: auto;
  font-weight: 900;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #section-2 div.list div.item .title-3 {
    font-size: 22px;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一般教育訓練給付制度対象
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#section-2 div.kyufuseido {
  margin-top: 0 !important;
  padding-top: 6.34%;
  padding-bottom: 6.34%;
  background-color: #f4f1e5; 
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #section-2 div.kyufuseido {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #section-2 div.kyufuseido div.body {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 画像
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#section-2 div.kyufuseido div.image {
  margin-bottom: 15px;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #section-2 div.kyufuseido div.image {
    margin-bottom: 0;
    vertical-align: top;
    display: table-cell;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 内容
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#section-2 div.kyufuseido div.content {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #section-2 div.kyufuseido div.content {
    padding-left: 2em;
    vertical-align: middle;
    display: table-cell;
  }

}

/* -------------------------------------------------------------------------------------------------
   * リスト
/* ---------------------------------------------------------------------------------------------- */

#section-2 div.kyufuseido div.content ul.style-1 {
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: bold;
  display: table;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #section-2 div.kyufuseido div.content ul.style-1 {
    font-size: 22px;
    display: block;
  }

}

/* ****************************************************************************************************
   * 合格までを徹底サポート
**************************************************************************************************** */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#section-3 div.list div.item {
  padding: 5.63%;
  border: 1px solid #cdc796;
  background-color: #f8f8f0;
}

#section-3 div.list div.item ~ div.item {
  margin-top: 15px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #section-3 div.list {
    max-width: none;
    margin-bottom: -30px;
    margin-left: -15px;
    margin-right: -15px;
    letter-spacing: -0.4em;
    overflow: hidden;
  }

  #section-3 div.list > * {
    letter-spacing: normal;
  }

  #section-3 div.list div.item {
    width: 33.333%;
    margin-bottom: 30px;
    padding: 20px 30px 30px;
    border: none;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    background-color: transparent;
    vertical-align: top;
    display: inline-block;
    position: relative;
    z-index: 1;
  }

  #section-3 div.list div.item::after {
    content: '';
    border: 1px solid #cdc796;
    background-color: #f8f8f0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  #section-3 div.list div.item ~ div.item {
    margin-top: 0;
  }

}

/* -------------------------------------------------------------------------------------------------
   * アイコン
/* ---------------------------------------------------------------------------------------------- */

#section-3 div.list div.item .icon {
  margin-bottom: -0.5em;
  text-align: center;
}

/* -------------------------------------------------------------------------------------------------
   * タイトル
/* ---------------------------------------------------------------------------------------------- */

#section-3 div.list div.item .title-3 {
  margin-left: auto;
  margin-right: auto;
  font-weight: 900;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #section-3 div.list div.item .title-3 {
    font-size: 22px;
  }

}

/* ****************************************************************************************************
   * どの級を受験すればいいの？
**************************************************************************************************** */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 図表
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#section-4 div.chart div.content {
  max-width: none;
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #section-4 div.chart div.content img {
    width: 100%;
  }

}

/* -------------------------------------------------------------------------------------------------
   * ボタン
/* ---------------------------------------------------------------------------------------------- */

#section-4 div.chart .button {
  width: 24.717%;
  padding-bottom: 8.962%;
  line-height: 0;
  font-size: 0;
  text-indent: -200%;
  overflow: hidden;
  vertical-align: top;
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 86.093%;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: rgba(255, 255, 255, 0.0);
}

#section-4 div.chart .button:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

#section-4 div.chart .button-1 {
  left: 1.415%;
}

#section-4 div.chart .button-2 {
  left: 37.641%;
}

#section-4 div.chart .button-3 {
  left: 74.056%;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 注釈
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #section-4 .note {
    text-align: center;
  }

}

/* ****************************************************************************************************
   * 各講座（1級、2級） 共用
**************************************************************************************************** */

#main
.section-koza .column-course {
  max-width: none;
  margin-left: -10px;
  margin-right: -10px;
  padding: 30px 10px 37px;
  background-color: #f8f8f0;
  background-image: url(../image/icon-line-2.png);
  background-position: left bottom;
  background-repeat: repeat-x;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #main
  .section-koza .column-course {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 50px 40px 47px;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * タイトル
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#main
.section-koza .section-title {
  margin-bottom: 20px;
  padding: 0.5em 1em;
  line-height: 1.3;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #main
  .section-koza .section-title {
    margin-bottom: 30px;
    padding: 1em;
    font-size: 30px;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 紹介文
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* -------------------------------------------------------------------------------------------------
   * 各講座（1級、2級）
/* ---------------------------------------------------------------------------------------------- */

#main
.section-koza div.koza-message {
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  display: table;
}

#main
.section-koza div.koza-message .note {
  font-size: 14px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #main
  .section-koza div.koza-message {
    text-align: center;
  }

  #main
  .section-koza div.koza-message .note {
    text-align: center;
  }

}

/* -------------------------------------------------------------------------------------------------
   * 各コース
/* ---------------------------------------------------------------------------------------------- */

#main
.section-koza div.course-message {
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: bold;
  display: table;
}

/* -------------------------------------------------------------------------------------------------
   * コース リスト
/* ---------------------------------------------------------------------------------------------- */

#main
.section-koza ul.course-list {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: 0;
  display: table;
}

#main
.section-koza ul.course-list li {
  list-style: none;
  font-weight: bold;
}

#main
.section-koza ul.course-list li ~ li {
  margin-top: 0.125em;
}

#main
.section-koza ul.course-list li a {
  text-decoration: none;
}

#main
.section-koza ul.course-list li a:hover {
  text-decoration: underline;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #main
  .section-koza ul.course-list {
    margin-bottom: -0.5em;
    letter-spacing: -0.4em;
    text-align: left;
    display: block;
    overflow: hidden;
  }

  #main
  .section-koza ul.course-list li {
    margin-bottom: 0.25em;
    padding-left: 1em;
    padding-right: 1em;
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
  }

  #main
  .section-koza ul.course-list li ~ li {
    margin-top: 0;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 各コース内容
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #main
  .section-koza .column-course div.contents {
    width: 100%;
    display: table;
  }

}

/* -------------------------------------------------------------------------------------------------
   * 講師写真
/* ---------------------------------------------------------------------------------------------- */

#main
.section-koza .column-course div.contents div.image {
  margin: 0 auto 20px;
  display: table;
}

#main
.section-koza .column-course div.contents div.image img {
  max-width: 200px;
  border-radius: 100%;
  box-shadow: 5px 5px 0 0 #000;
}

#main
.section-koza .column-course div.contents div.image .name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #main
  .section-koza .column-course div.contents div.image {
    width: 270px;
    vertical-align: top;
    display: table-cell;
  }

  #main
  .section-koza .column-course div.contents div.image img {
    max-width: 100%;
  }

}

/* -------------------------------------------------------------------------------------------------
   * 内容
/* ---------------------------------------------------------------------------------------------- */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #main
  .section-koza .column-course div.contents div.content {
    padding-left: 4em;
    vertical-align: top;
    display: table-cell;
  }

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 各コース ボタン
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#main
.section-koza .column-course div.button ul.list {
  margin: 0;
  padding: 0;
  text-align: center;
}

#main
.section-koza .column-course div.button ul.list li {
  margin: 0;
  padding: 0;
  padding: 5px;
  letter-spacing: -0.4em;
  list-style: none;
  vertical-align: top;
  display: inline-block;
}

#main
.section-koza .column-course div.button ul.list li ~ li {
  margin-top: 10px;
}

#main
.section-koza .column-course div.button ul.list li > * {
  letter-spacing: normal;
}

#main
.section-koza .column-course div.button ul.list li a {
  width: 50%;
  padding: 5px;
  vertical-align: top;
  display: inline-block;
}

#main
.section-koza .column-course div.button ul.list li .kyufuseido {
  margin-bottom: 5px;
  text-align: center;
  display: block;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #main
  .section-koza .column-course div.button ul.list {
    letter-spacing: -0.4em;
  }

  #main
  .section-koza .column-course div.button ul.list li {
    width: 50%;
    padding: 0;
    vertical-align: bottom;
  }

  #main
  .section-koza .column-course div.button ul.list li ~ li {
    margin-top: 10px;
  }

}

/* ****************************************************************************************************
   * 2級講座
**************************************************************************************************** */

#koza-2kyu a {
  color: #ff7f01;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * タイトル
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#koza-2kyu .section-title {
  background-color: #f9d45f;
}

#koza-2kyu .title-2 {
  color: #f9d45f;
}

#koza-2kyu .title-3 span::after {
	border-color: #f9d45f;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 各コース内容
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* -------------------------------------------------------------------------------------------------
   * 講師写真
/* ---------------------------------------------------------------------------------------------- */

#koza-2kyu.section-koza .column-course div.contents div.image img {
  box-shadow: 5px 5px 0 0 #f9d45f;
}

/* -------------------------------------------------------------------------------------------------
   * 日程表【PDF】
/* ---------------------------------------------------------------------------------------------- */

#koza-2kyu.section-koza .column-course div.contents div.link .button {
  font-size: 16px;
  text-align: right;
}

#koza-2kyu.section-koza .column-course div.contents div.link .button a {
  padding: 0.25em 1em;
  color: inherit;
  border-radius: 6px;
  vertical-align: top;
  display: inline-block;
  background-color: #fedf77;
}

/* ****************************************************************************************************
   * 1級講座
**************************************************************************************************** */

#koza-1kyu a {
  color: #fe7174;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * タイトル
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#koza-1kyu .section-title {
  background-color: #fd9d9f;
}

#koza-1kyu .title-2 {
  color: #fd9d9f;
}

#koza-1kyu .title-3 span::after {
	border-color: #fd9d9f;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 各コース内容
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* -------------------------------------------------------------------------------------------------
   * 講師写真
/* ---------------------------------------------------------------------------------------------- */

#koza-1kyu.section-koza .column-course div.contents div.image img {
  box-shadow: 5px 5px 0 0 #fd9d9f;
}

/* -------------------------------------------------------------------------------------------------
   * 日程表【PDF】
/* ---------------------------------------------------------------------------------------------- */

#koza-1kyu.section-koza .column-course div.contents div.link .button {
  font-size: 16px;
  text-align: right;
}

#koza-1kyu.section-koza .column-course div.contents div.link .button a {
  padding: 0.25em 1em;
  color: inherit;
  border-radius: 6px;
  vertical-align: top;
  display: inline-block;
  background-color: #ffb1b4;
}
