﻿@charset "utf-8";
/* CSS Document */

/*test*/

/*---------------入試情報---------------*/
/*---------------------------------*/
/* オープンキャンパス */
/*---------------------------------*/
.caution_box {
  color: #CF3140;
  border: solid 7px #CF3140;
  padding: 20px;
  /*    text-align: center;*/
  font-size: 20px;
  font-weight: bold;
}

.base_table th {
  font-weight: bold;
  vertical-align: middle;
}

.base_table td {
  vertical-align: middle;
}

#opencampus .plain_ttl_s span {
  font-size: 80%;
}

#opencampus .plain_ttl_s span a:hover {
  text-decoration: underline;
}

/*-width540に修正　20170626--------------------------------*/
table#date_table {
  width: 670px;
  margin-bottom: 10px !important;
}

table#date_table tr td {
  border-right: 1px solid #9b9b9b;
}

table#program_table {
  width: 670px;
}

/* 20190529 追加 */
table#program_table tr td {
  border-right: 1px solid #9b9b9b;
  text-align: center;
}

table#program_table tr th#ttl_class {
  background: #fff;
  text-align: center;
}

table#program_table tr th#ttl_cooking {
  background: #d5f2fa;
}

table#program_table tr th#ttl_welfare {
  background: #fddbc9;
}

table#program_table tr th#ttl_sports {
  background: #e3f6c9;
}

table#program_table tr th#ttl_beauty {
  background: #f7dae4;
}

table#program_table tr th#ttl_it {
  background: #d8d2f4;
}

table#program_table tr th#ttl_confectionery {
  background: #fcedc8;
}

table#program_table tr th#ttl_sougou {
  background: #c9f2cc;
}

table#program_table tr th#ttl_standard {
  background: #fbd8d6;
}

table#sports_detail_table {
  border: 1px solid #99cc33;
  width: 670px;
  margin-bottom: 10px;
}

table#sports_detail_table tr th,
table#sports_detail_table tr td {
  padding: 5px 10px;
  border-bottom: 1px dotted #99cc33;
  border-left: 1px solid #99cc33;
  color: #4e7b02;
}

table#sports_detail_table tr th {
  background: #e3f6c9;
  white-space: nowrap;
  font-weight: bold;
}

div#application {
  padding-bottom: 30px;
  margin-bottom: 50px;
  /*	border-bottom: 1px solid #9C9C9C;*/
}

/*中止のための取り消し線20200710*/
.del {
  text-decoration: line-through;
  text-decoration-color: #CF3140;
}

/*生徒募集要項*/

.text_box {
  margin-left: 20px;
}

.text_box a {
  vertical-align: middle;
  color: #3bb2c3;
  text-decoration: underline;
}

.text_box a img {
  vertical-align: middle;
}

.left_indent {
  margin-left: 2em;
}

.bg_pink {
  background-color: #FDE3E3;
}

.dot_line {
  border-bottom: 2px dotted #3bb2c3;
}

/*
body#recruit table td,body#recruit_we table td{
	border-right: 1px solid #9b9b9b;
	border-top: 1px dotted #9b9b9b;
}
*/

#recruit table {
  border-collapse: separate;
  border-spacing: 0;
  border-right: none;
}

#recruit table.base_table tr:last-child td,
table.base_table tr:last-child th {
  border-bottom: none;
}

#recruit table.base_table tr th.th_last {
  border-bottom: none;
}

#recruit .base_table td {
  border-right: 1px solid #9b9b9b;
}

#positions_table {
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #9b9b9b;
}

#positions_table tr th {
  background-color: #e3e3e3;
  font-weight: bold;
  line-height: 2;
  border-right: 1px solid #9b9b9b;
}

#positions_table tr td {
  border-right: 1px solid #9b9b9b;
  border-top: 1px dotted #9b9b9b;
}

#positions_table tr:nth-child(2) td {
  font-size: 140%;
  line-height: 2;
}

#positions_table tr:nth-child(3) td {
  line-height: 3;
}

#kengaku_table th {
  background-color: #E9FBC4;
}

#kengaku_table td,
#jisyu_table td,
#scholarship_table td,
#section_04 td {
  border-right: 1px solid #9b9b9b;
}

#scholarship_table {
  text-align: center;
  table-layout: fixed;
  margin-bottom: 5px;
}

#weekend_table tr td {
  border-right: 1px solid #9b9b9b;
}

table#we_money {
  width: 400px;
}

table.mb10px {
  margin-bottom: 10px;
}

table.t_center {
  text-align: center;
}


/*リスト様式*/
dl.syutugan_dl {
  margin: 10px 0 10px 30px;
}

dl.syutugan_dl dt {
  padding-top: 10px;
  font-weight: bold;
}

dl.syutugan_dl dd {
  padding: 5px 0 0px 20px;
}



ol.scholarship {
  margin-bottom: 40px;
}

ol.scholarship li {
  list-style-type: decimal;
  margin-left: 50px;
  margin-bottom: 15px;
}

ol.scholarship_02 li {
  /*list-style-type:lower-alpha;*/
  list-style-type: none;
  margin-left: 50px;
  margin-bottom: 5px;
}

ol.scholarship_03 li {
  /*list-style-type:upper-roman;*/
  list-style-type: none;
  margin-left: 50px;
  margin-bottom: 5px;
}

ol.scholarship_04 {
  margin-bottom: 30px;
}

ol.scholarship_04 li {
  /*list-style-type:upper-alpha;*/
  list-style-type: none;
  margin-left: 50px;
  margin-top: 15px;
  padding-left: 2.5em;
  text-indent: -2.5em;
}

ul.list_dot01 li {
  margin-left: 20px;
  list-style: circle;
  margin-bottom: 5px;
}

ul#caution {
  margin-bottom: 30px;
}

ul#caution li {
  padding-left: 1em;
  text-indent: -1em;
}

/*タイトルと単位*/
span.title_s {
  float: left;
  display: block;
  font-weight: bold;
}

span.yen {
  color: #4d4d4d;
  display: block;
  float: right;
}

.t_lay01 {
  background-color: #FEF9C5;
  font-weight: bold;
}

.t_lay02 {
  text-align: right;
}

.img_right {
  float: right;
}

.img_right img {
  padding-bottom: 10px;
}

/*一部変更箇所対応の為　20200908*/
.mrn {
  margin: 0;
}

/*一部変更箇所対応の為　20200908*/
.mrn {
  margin: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.indent2 {
  text-indent: -1.9em;
  padding-left: 2em;
}

.indent1 {
  text-indent: -0.9em;
  padding-left: 1em;
}

#recruit .corona_content {
  border: 2px solid #2A73BA;
  padding: 6px 12px;
  margin-bottom: 40px;
}

#recruit .couse_capacity_content {
  margin-bottom: 10px;
  border-bottom: 1px solid #000000;
  padding: 15px 15px 15px 15px;
  width: 70%;

}

#recruit .couse_capacity_content ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#recruit .couse_capacity_content ul li {
  display: inline-block;
}

#recruit .couse_capacity_content ul li span.couse_name {
  font-size: 140%;
  font-weight: bold;
  padding-right: 30px;
}

#recruit .couse_capacity_content .txt_space {
  letter-spacing: 19px;
}

#recruit .txt_nowrap {
  white-space: nowrap;
}

/*---------------------------*/
/*2022年募集要項*/
/*---------------------------*/

#recruit .couse {
  display: flex;
  margin-bottom: 40px;
}

#recruit .couse_box {
  width: 48%;
  height: auto;
  padding-left: 25px;
}

#recruit .couse_border {
  border-right: 1px solid #9b9b9b;
}

#recruit .couse_title {
  background-color: #0074BE;
  border-radius: 8px;
  width: 100px;
  height: 40px;
  color: #FFF;
  padding: 2px 14px;
  margin-right: 10px;
}

#recruit .couse_txt-s {
  font-size: 12px;
  margin-left: 30px;
}

#recruit .couse_titlebox {
  height: auto;
  min-height: 56px;
  font-size: 115%;
}

#recruit .couse_list {
  list-style: inside;
  line-height: 25px;
  padding-left: 40px;
}

#recruit .couse_bold {
  line-height: 30px;
}

#recruit .couse_txt-b {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px;
}

#recruit .couse_space {
  letter-spacing: 19px;
}

#recruit .ul-box {
  padding-left: 30px;
}

#recruit .border_e {
  border: none;
  width: 20px;
  background-color: #fff;
  border-right: none;
}

table.base_table.border_table {
  border: none;
  border-left: 1px solid #9b9b9b;
}

/*table.base_table.border_table tr th:last-child{
  border-right: none;
}*/

table.base_table.border_table tr:first-child th:nth-child(-n+7) {
  border-top: 1px solid #9b9b9b;
}

table.base_table.border_table tr:first-child th:last-child {
  border-top: 1px solid #9b9b9b;
}

#recruit table.base_table.border_table tr:first-child th:nth-child(8) {
  border-right: 1px solid #9b9b9b;
}

#recruit table.base_table.border_table tr:last-child th:first-child,
#recruit table.base_table.border_table tr:last-child td:last-child {
  border-bottom: 1px solid #9b9b9b;
}


#recruit table.base_table.border_table tr:last-child td:nth-child(-n+7) {
  border-bottom: 1px solid #9b9b9b;
}


/*---------------------------------*/
/* 週末コース募集要項2022 */
/*---------------------------------*/

.couse {
  margin-bottom: 40px;
}

.couse_box {
  width: 48%;
  padding-left: 25px;
}

.couse_title {
  background-color: #0074BE;
  border-radius: 8px;
  width: 100px;
  height: 40px;
  color: #FFF;
  padding: 2px 14px;
  margin-right: 10px;
}

.couse_txt-s {
  font-size: 12px;
  margin-left: 151px;
}

.couse_titlebox {
  height: 50px;
  font-size: 115%;
}

.couse_list {
  list-style: inside;
  line-height: 25px;
  padding-left: 40px;
}

.couse_bold {
  line-height: 30px;
}

.couse_txt-b {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px;
}

.couse_space {
  letter-spacing: 19px;
}

.ul-box {
  padding-left: 30px;
}

/*---------------------------------*/
/* 資料請求 */
/*---------------------------------*/

#reference_index {
  width: 300px;
  float: right;
  margin-bottom: 20px;
}

img#book_img {
  float: left;
}

.reference_box {
  clear: both;
  padding: 0 20px;
  margin: 20px 0 40px 0;
}

.reference_box h3 {
  margin-bottom: 15px;
  font-size: 16px;
}

.over_ttl span.ttl {
  font-size: 20px;
  color: #000;
}

p#ex_link_btn,
p#reference_btn {
  min-width: 300px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
}

p#ex_link_btn a,
p#reference_btn a {
  padding: 10px 0;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  border: 1px solid transparent;
}

p#ex_link_btn a {
  background: #818181;
}

p#reference_btn a {
  font-weight: bold;
  background: #23bae7;
}

p#reference_btn a span {
  font-size: 20px;
}

p#ex_link_btn a:hover {
  background-color: #6c6c6c;
}

p#reference_btn a:hover {
  background-color: #00a8da;
}

.partition {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

/*---------------------------------*/
/* オープンキャンパスNEW */
/*---------------------------------*/
body#opencampus {
  min-width: 1280px;
}

#opencampus .bold {
  font-weight: bold;
}

#opencampus .contents {
  width: 100%;
  overflow-x: hidden;
}

#opencampus .contents h2 {
  margin-top: 55px;
  height: 775px;
  position: relative;
}

#opencampus .contents h2 img {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
}

#opencampus .contents h2 img.mv_min {
  display: none;
}

#opencampus h4.plain_ttl_s {
  margin-bottom: 10px;
}

#opencampus .contents #bread_crumb {
  width: 960px;
  margin-left: calc(50vw - 480px);
}

@media screen and (max-width:1280px) {
  #opencampus .contents {
    overflow-x: visible;
  }

  #opencampus .contents h2 img {
    left: 0;
    transform: none;
  }

  #opencampus .contents h2 img.mv {
    display: none;
  }

  #opencampus .contents h2 img.mv_min {
    display: block;
  }

  #opencampus .contents #bread_crumb {
    margin-left: 170px;
  }
}

#opencampus .contents .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}

#opencampus .notes {
  display: table;
  margin: 0 auto;
  max-width: 856px;
}

#opencampus .contents .info {
  /* border: 3px solid #E60000; */
  padding: 25px 20px;
  margin: 25px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 2;
}

#opencampus .caution {
  color: #E60000;
}

#opencampus .contents .btn a {
  background: #CF3140;
  color: #fff;
  font-size: 0.9rem;
  width: 300px;
  display: flex;
  text-align: center;
  height: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin: 30px 0 5px;
  position: relative;
}

#opencampus .contents .btn a::after {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all .3s;
}

#opencampus .contents .btn a:hover::after {
  right: 25px;
}

#opencampus .contents .nav {
  margin: 30px 0 0;
  width: 100%;
}

#opencampus .contents .nav ul {
  display: flex;
  justify-content: space-between;
}

#opencampus .contents .nav ul li {
  width: 19.5%;
}

#opencampus .contents .nav ul li a {
  border: 1px solid #929292;
  width: 100%;
  display: flex;
  align-items: center;
  height: 78px;
  padding-left: 0.8rem;
  font-weight: bold;
  font-size: 1.02rem;
  position: relative;
}

#opencampus .contents .nav ul li a:hover {
  color: #3A73D4;
}

#opencampus .contents .nav ul li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #3a73d4 transparent transparent transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#opencampus .contents h3 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #000;
  position: relative;
  margin: 50px 0;
  text-align: center;
  line-height: 2.4;
}

#opencampus .contents h3 span {
  display: block;
  margin-top: -30px;
}

#opencampus .contents h3::after {
  content: "";
  width: 150px;
  height: 4px;
  position: absolute;
  background: #CF3140;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#opencampus .contents h3 span {
  font-size: 1.8rem;
}

#opencampus .date {
  margin-bottom: 20px;
}

#opencampus .date li {
  border-bottom: 3px dotted #efefef;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 2;
  padding: 5px 20px;
}

#opencampus .date li p {
  font-size: .9rem;
}

.ml-p {
  margin-left: 120px;
}

#opencampus .date li.end {
  color: #999;

}

#opencampus .date li:last-child {
  border-bottom: none;
}

#opencampus .date li span {
  display: inline-block;
}

#opencampus .date li span:first-child {
  margin-right: 10px;
    width: 4.5em; /*COMING SOONの時に使用*/
}

#opencampus .date li span:nth-child(2) {
  width: 8em;
}

#opencampus .course {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  justify-content: space-between;
}

#opencampus .course li {
  width: 362px;
  height: auto;
  margin-bottom: 50px;
}

#opencampus .course li img {
  width: 100%;
}

#opencampus .course li h4 {
  font-size: 1.1rem;
  margin: 5px 0;
}

#opencampus .course li h4 span {
  padding-right: 10px;
}

#opencampus .course li p {
  font-size: 1rem;
}

#opencampus .time_table {
  display: flex;
  flex-wrap: wrap;
}

#opencampus .club_exp {
  width: 1200px;
}

#opencampus .club_exp .notes {
  margin: 30px auto;
  max-width: 1000px;
}

#opencampus .time_table {
  display: flex;
  flex-wrap: wrap;
}

#opencampus .time_table table {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 50px;
  align-self: flex-start;
}

#opencampus .time_table table:nth-child(3n) {
  margin-right: 0;
}

#opencampus .time_table table tr:first-child th {
  background: #3A73D4;
  height: 50px;
  color: #fff;
  vertical-align: middle;
  text-align: left;
  padding-left: 20px;
  font-weight: bold;
  font-size: 1.1rem;
}

#opencampus .time_table table tr:first-child th span {
  font-size: 0.8rem;
  padding-left: 1rem;
}

#opencampus .time_table table tr {
  border-left: 1px solid #3A73D4;
  border-bottom: 1px solid #3A73D4;
  border-right: 1px solid #3A73D4;
}

#opencampus .time_table table tr:nth-child(n + 2) th {
  border-right: 1px solid #3A73D4;
  background: #f1f1f1;
  height: 80px;
  width: 97px;
  vertical-align: middle;
}

#opencampus .time_table table tr td {
  vertical-align: middle;
  padding: 0 10px;
}

#opencampus .time_table table tr td span {
  display: block;
}

#opencampus .time_table table tr td span a {
  color: #3a73d4;
  text-decoration: underline;
}

#opencampus .time_table table tr td span:first-child {
  font-size: 1.02rem;
}

/*野球*/
#opencampus .time_table table tr.link_note {
  border: none;
}

#opencampus .time_table table tr.link_note th {
  border: none;
  background: none;
  height: 30px;
  text-align: left;
}

#opencampus .time_table table tr.link_note th p {
  margin-top: 5px;
}

/*サッカー*/
#opencampus .time_table table tr td.sc {
  height: 80px;
}

#opencampus .info_form {
  margin-bottom: 100px;
}

#opencampus .info_form>p {
  text-align: center;
  font-weight: bold;
}

#opencampus .info_form .btn {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

#opencampus .info_form .notes p {
  margin-bottom: 30px;
}

#opencampus .info_session {
  display: flex;
  flex-direction: column;
  width: 900px; /*20240909 数値変更*/
  margin: 0 auto;
}

#opencampus .info_session .notes {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 40px;
  margin-bottom: 40px;
}

#opencampus .info_session .notes_dtl {
  margin-left: 1rem;
}

#opencampus .info_session .notes_dtl li::before {
  content: "・";
}


#opencampus .info_session .session_date {
  display: flex;
}

#opencampus .info_session .session_date table {
  width: 47.5%; /*20240909 数値変更*/
}

#opencampus .info_session .session_date table:first-child {
  margin-right: 3%;
}

#opencampus .session_date table tr:first-child th {
  background: #3A73D4;
  height: 50px;
  color: #fff;
  vertical-align: middle;
  text-align: left;
  padding-left: 20px;
  font-weight: bold;
  font-size: 1.1rem;
}



#opencampus .session_date table tr {
  border-left: 1px solid #3A73D4;
  border-bottom: 1px solid #3A73D4;
  border-right: 1px solid #3A73D4;
}

#opencampus .session_date table tr:nth-child(n + 2) th {
  border-right: 1px solid #3A73D4;
  background: #f1f1f1;
  width: 97px;
  vertical-align: middle;
  padding: 20px;
}

#opencampus .session_date table tr td {
  vertical-align: middle;
  padding: 10px;
}

#opencampus .session_date table tr td span {
  display: block;
}

#opencampus .info_session .session_date.night {
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#opencampus .info_session .session_date.night table {
  margin-bottom: 30px;
  width: 48.5%;
}

#opencampus .info_session .session_date.night table:nth-child(3) {
  margin-right: 3%;
}

#opencampus .place {
  margin: 20px 0;
}

#opencampus .link {
  color: #3A73D4;
}

#opencampus .link span {
  color: #333;
}

#opencampus .link::after {
  content: "";
  background: url(../support/images/outer_link.png) no-repeat;
  width: 18px;
  height: 15px;
  display: inline-block;
  margin: 0 0 -2px 1px;
  padding-right: 5px;
}

/*20211007 入試・サポート情報　バナー下にてリスト*/

ul.ducument_file_list li {
  list-style: inside;
  line-height: 25px;
  margin-left: 1em;
}

ul.ducument_file_list li a {
  color: #3bb2c3;
  text-decoration: underline;
}

/*20220426 オープンキャンパス情報*/

.schedule_parent .opencampus2022 li {
  font-size: 1.3rem;
}

.schedule_parent .opencampus2022 li span:first-child {
  width: 5.5em;
}

.schedule_parent .opencampus2022 li span:nth-child(2) {
  width: 10em;
}


.schedule_parent .campus2022_date ul.date {
  max-width: 900px; /*COMING SOONの時に使用*/
  /* max-width: 800px; */
}

.schedule_parent .campus2022_date ul.date li {
  line-height: 1.5;
  margin-bottom: 10px;
  padding-bottom: 15px;
  display: flex;
}

.schedule_parent .campus2022_date ul.date li p {
  font-size: 1.1rem;
}

.schedule_parent .campus2022_date ul.date li .schedule {
  width: 7.5em;  /*COMING SOONの時に使用*/
  /* width: 10em; */
  margin-right: 10px;
}

.schedule_parent .campus2022_date ul.date li .time span {
  display: block;
  font-size: .9rem;
  width: 100%;
}

#opencampus .comming_txt {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
}

#opencampus .contents .nav ul li {
  width: 18%;
}

#opencampus .contents .nav ul li:nth-child(2) {
  width: 25%;
}

#opencampus .contents .campus2022_nav ul li:nth-child(2) a {
  text-align: center;
}

/*top_event2023*/
.bar_mini {
  width: 100px;
  height: 4px;
  margin: 3% 0 5% 0;
  background-color: #6BD7EE;
  margin-left: auto;
  margin-right: auto;
}
.bar_school {
  width: 100px;
  height: 4px;
  margin: 3% 0 5% 0;
  background-color: #9adec2;
  margin-left: auto;
  margin-right: auto;
}
.event2023 {
  display: flex;
  justify-content: center;
  text-align: center;
  color: #1F296A;
}

.eventbox_mini {
  font-size: 1.8rem;
  width: 505px;
  padding: 3% 0% 2% 0%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #E9FBFF;
  border: 2px solid #6BD7EE;
  margin:1% 
}
.eventbox_school {
  font-size: 1.8rem;
  width: 505px;
  padding: 3% 0% 2% 0%;
  margin: 1%;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 2px solid #9adec2;
  background-color: #E8FFF6
}
.top_event{
  font-size: 1.8rem;
  margin: 50px;
}

.top_fontsize{
  font-size: 1.5rem;
}
.eventday{
  font-size: xxx-large;
  text-align:right
}

/*20240909 オープンキャンパス追記*/
.p-opencampus__indent4{
  text-indent: -4em;
  padding-left: 4em;
}
/* 20251121 綾羽高校　書類ダウンロード用CSS追加 */
ul.ducument_file_list li a.no-link {
  color: #4d4d4d;
  text-decoration: none;
  cursor: default;
}