@charset "UTF-8";


.container {
    width: 100%;
    padding-top: 100px;
}

.content {
    margin: 0 auto;
    width: 960px;
}

.nopc {
  display: none;
}


.c-block {
    padding: 30px 0 50px;
    border-bottom: solid 1px #a6a6a7;
}


.c-block:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.c-gray-content {
    margin-top: 20px;
    background: #f0f0f0;
    padding: 20px;
}


strong {
  font-weight: 600;
}

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

  .content {
      width: 90%;
  }

  .nopc {
    display: block;
  }

  .nosp {
    display: none!important;
  }

  .container {
    padding-top: 64px;
  }

  .c-block {
    padding: 50px 0;
  }

  .c-gray-content {
    padding: 10px;
  }


}


/*------------------------ 分類：タイトル系 ------------------------*/
.c-page-head {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: solid 6px #5080bc;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #515151;
}

.c-ttl {
    padding-bottom: 10px;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600;
    color: #617fb3;
}

.c-subhead {
    background: #e6f1fc;
    padding: 10px 15px;
    margin-top: 60px;
    color: #5080bc;
    font-size: 2.2rem;
    font-weight: 600;
}

.c-subhead-pink {
    background: #ffecf5;
    padding: 10px 15px;
    margin-top: 60px;
    color: #ce4c83;
    font-size: 2.2rem;
    font-weight: 600;
}

.c-subhead-orange {
    background: #ffeac9;
    padding: 10px 15px;
    margin-top: 60px;
    color: #d26800;
    font-size: 2.2rem;
    font-weight: 600;
}

.c-catch {
    padding: 30px 0;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600;
}


.c-head {
    padding: 19px 0;
    background: #fbf3e4;
    min-height: 80px;
}

.c-head-ttl {
    position: relative;
    padding-left: 65px;
    float: left;
    color: #f29839;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.2em;
}

.c-head-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/common/icn_page.png)no-repeat;
  background-size: cover;
  width: 50px;
  height: 38px;
  left: 0;
  top: 0;
}

#school .c-head {
    background: #fef2f1;
}

#school .c-head-ttl {
  color: #ec6d74;
}

#school .c-head-ttl::before {
  width: 44px;
  top: 2px;
  background: url(../img/common/icn_page_books.png)no-repeat;
}

.c-head-books {
    margin-top: 2px;
    width: 255px;
    float: right;
    background: #f39939;
    text-align: center;
    font-weight: 600;
    border-radius: 30px;
}

.c-head-books a {
    position: relative;
    display: block;
    padding: 6px 0 6px 10px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
}

.c-head-books a::before {
  position: absolute;
  content: "";
  background: url(../img/common/icn_books.png)no-repeat;
  background-size: cover;
  width: 33px;
  height: 26px;
  left: 18px;
  top: 6px;
}

.c-head-books a::after {
  position: absolute;
  content: "";
  background: url(../img/common/icn_arrow_orange.png)no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  right: 6px;
  top: 7px;
}

.c-head-books a:hover {
    opacity: .7;
}


.c-cat {
    margin-bottom: 20px;
}

.c-cat-head {
    padding: 0 0 0 30px;
    font-size: 24px;
    font-weight: 600;
    color: #f29839;
    letter-spacing: 0.2em;
}


.c-head-ict {
    margin-top: 2px;
    width: 255px;
    float: right;
    background: #eb6d74;
    text-align: center;
    font-weight: 600;
    border-radius: 30px;
}

.c-head-ict a {
    position: relative;
    display: block;
    padding: 6px 0 6px 10px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
}

.c-head-ict a::before {
  position: absolute;
  content: "";
  background: url(../img/common/icn_school.png)no-repeat;
  background-size: cover;
  width: 30px;
  height: 24px;
  left: 16px;
  top: 7px;
}

.c-head-ict a::after {
  position: absolute;
  content: "";
  background: url(../img/common/icn_arrow_pink.png)no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  right: 6px;
  top: 7px;
}

.c-head-ict a:hover {
    opacity: .7;
}




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

  .c-page-head {
      font-size: 2rem;
  }

  .c-ttl {
    padding-bottom: 20px;
    font-size: 1.8rem;
  }

  .c-subhead,
  .c-subhead-pink,
  .c-subhead-orange {
    margin-top: 50px;
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .c-catch {
    padding: 0 0 10px;
    font-size: 1.8rem;
  }

  .c-head {
  padding: 10px 0;
  margin-bottom: 50px;
  text-align: center;
  min-height: inherit;
}

.c-head-ttl {
  padding-left: 50px;
  float: inherit;
  text-align: center;
  font-size: 20px;
  display: inline-block;
}

.c-head-ttl::before {
  width: 37px;
  height: 28px;
}

.c-head-books {
  margin-top: 7px;
  float: left;
  width: 180px;
}

.c-head-books a::before {
  display: none;
}

.c-head-books a::after {
  background: url(../img/common/icn_arrow_white.png)no-repeat;
  width: 10px;
  height: 15px;
  top: 11px;
  right: 10px;
}

.c-head-books a {
  font-size: 16px;
  padding: 5px 14px 5px 5px;
}


  .c-head-ict {
    margin-top: 7px;
    float: left;
    width: 180px;
  }

  .c-head-ict a::before {
    display: none;
  }

  .c-head-ict a::after {
    background: url(../img/common/icn_arrow_white.png)no-repeat;
    width: 10px;
    height: 15px;
    top: 11px;
    right: 10px;
  }

  .c-head-ict a {
    font-size: 16px;
    padding: 5px 14px 5px 5px;
  }

  #school .c-head {
    margin-bottom: 30px;
  }

  #school .c-head-ttl::before {
    width: 36px;
    height: 31px;
    background-size: cover;
    top: 0;
  }

  .c-cat-head {
      font-size: 18px;
  }



}


/*------------------------ 分類：アイコン系------------------------*/
.c-pdf {
    display: inline-block;
    padding-left: 30px;
    background: url(../img/common/icn_pdf.png)no-repeat;
    background-position: left center;
}

.c-window {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../img/common/icn_window.png)no-repeat;
    background-position: center;
    vertical-align: text-bottom;
}
.c-link {
    display: inline-block;
    padding-left: 30px;
    background: url(../img/common/icn_link.png)no-repeat;
    background-position: left center;
}
.c-map {
    display: inline-block;
    margin-left: 20px;
    background: #5080bc;
    line-height: 1;
    vertical-align: middle;
}

.c-map a {
    display: block;
    color: #fff;
    padding: 5px 7px;
}

.c-map a:hover {
  opacity: .7;
}


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

  .c-map {
    margin-left: 10px;
  }

}



/*------------------------ 分類：文字系------------------------*/
.c-lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
}

.c-txt-blue {
  color: #3b73b8;
}

.c-detail {
    font-size: 16px;
    font-size: 1.6rem;
}

.c-detail dt {
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 1.8rem;
  text-indent: -0.5em;
}

.c-detail:first-child {
    margin-bottom: 20px;
}

.c-detail dd {
    line-height: 2;
}

.c-indent {
    padding-left: 30px;
}

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

  .c-lead {
    font-size: 1.4rem;
  }

  .c-detail {
    font-size: 1.4rem;
  }

  .c-detail dd {
    line-height: 1.8;
  }

  .c-detail dt {
    font-size: 1.6rem;
  }


}

/*------------------------ 分類：リンク系------------------------*/
.c-nav-list {
    margin: 50px 0;
    background: #5080bc;
    text-align: center;
    font-size: 0;
    padding: 8px 0;
}

.c-nav-list li {
    position: relative;
    display: inline-block;
    padding: 0 25px;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}

.c-nav-list li:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 15px;
    right: 0;
    top: 5px;
}

.c-nav-list li a {
    display: block;
    color: rgba(255, 255, 255, 0.6)
}

.c-nav-list li a:hover {
    color: #fff;
}

.c-nav-list li:last-child:before {
    display: none;
}


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

  .c-nav-list {
    margin: 30px 0 10px;
    background: none;
    padding: 0;
    text-align: left;
  }

  .c-nav-list li {
    background: #5080bc;
    width: 50%;
    border: solid 2px #fff;
    padding: 3px 10px;
    text-align: center;
  }

  .c-nav-list li:before {
    display: none;
  }

}

/*------------------------ 分類：テーブル系------------------------*/

.c-table {
    margin-top: 30px;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2;
}

.c-table tr:first-child th {
    padding: 15px 20px;
    background: #ebebeb;
    text-align: center;
    font-weight: 600;
    border-right: solid 1px #a6a6a7;
}

.c-table tr {
    border-bottom: solid 1px #a6a6a7;
}

.c-table tr:first-child {
    border-bottom: none;
}

.c-table tr:first-child th:last-child {
    border-right: none;
}

.c-table td {
    padding: 15px 20px;
    border-right: solid 1px #a6a6a7;
}

.c-table td:last-child {
    border-right: none;
}

.c-table td:first-child {
    text-align: center;
}

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

  .c-table {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0;
  }


  .c-table td:first-child {
      text-align: left;
    }


}


/*------------------------ 分類：検索系 ------------------------*/

.c-select {
    padding: 25px 0 70px;
}

.c-select-list {
    float: left;
}

.c-sns {
    width: 220px;
    padding: 5px 0 2px 0;
    float: right;
    border: solid 1px #f29839;
    border-radius: 30px;
    height: 60px;
    text-align: center;
}

.c-select-list li {
  position: relative;
  margin-right: 6px;
  width: 140px;
  background: #f29839;
  height: 60px;
  float: left;
  border-radius: 30px;
  color: #fff;
}

.c-select-list li::before {
  position: absolute;
  content: "";
  width: 94%;
  height: 88%;
  border: solid 2px #fff;
  border-radius: 50px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-select-list li a {
    position: relative;
    display: block;
    padding: 11px 30px 10px 22px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
}

.c-select-list li a::before {
  position: absolute;
  content: "";
  background: url(../img/common/icn_arrow_orange.png)no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  right: 13px;
  top: 18px;
}

.c-select-list li.is-current:before {
    border: solid 1px #f29839;
    width: 96%;
    height: 91%;
    left: 1px;
}

.c-select-list li.is-current {
    background: #fff;
    border: solid 2px #f29839;
}

.c-select-list li.is-current a {
  pointer-events: none;
    color: #f29839;
}

.c-select-list li.is-current a::before {
  background: url(../img/common/icn_arrow_orange_on.png)no-repeat;
  background-size: cover;
}

.c-select-list li:first-child a, .c-select-list li:nth-child(2) a {
    padding: 20px 30px 20px 22px;
}
.c-select-list li:last-child a {
    padding: 20px 30px 20px 18px;
}

.c-select-list li a:hover {
    opacity: .7;
}

.c-select-list li:last-child {
    margin: 0;
}

.c-sns-head {
    display: inline-block;
    color: #f29839;
    font-size: 15px;
    letter-spacing: 0.1em;
    vertical-align: middle;
	line-height: 1.2;
}

.c-sns-list {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
}

.c-sns-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 4px;
}

.c-sns-list li a {
    display: block;
}
.c-sns-list li a img {
    width:90%;
}
.c-sns-list li a:hover {
    opacity: .7;
}

.c-sns-list li:last-child {
    margin: 0;
}

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

  .c-select {
    display: none;
  }
}


  .brsp {
    display: block;
  }
.brsp_only {
    display: none;
  }
@media screen and (max-width: 767px){

   .brsp {
    display: none;
  }
.brsp_only {
    display: none;
  }
}
@media screen and (max-width: 320px){

  .brsp {
    display: block;
  }
.brsp_only {
    display: block;
  }
}