@charset "utf-8";
/*-------------------------------------------------
事務室案内
--------------------------------------------------*/
.h3.office {
 margin-bottom: 8px;
}
/*-------------------------------------------------
警報発令・電車運休時の対応
--------------------------------------------------*/
.contents-students-data {
 display: flex;
 flex-wrap: nowrap;
 justify-content: space-between;
 align-items: flex-start;
}
.contents-students-data .inner-data {
 width: 49%;
 /* padding: 10px; */
 background: url(/wp-content/themes/koseigirls/images/common/bg_noise_03.gif);
}
.contents-students-data .inner-data.inner-data-l {
 width: 100%;
 /* padding: 10px; */
 background: url(/wp-content/themes/koseigirls/images/common/bg_noise_03.gif);
}
.contents-students-data .inner-data .inner {
 margin: 24px;
 padding: 18px 12px 5px;
 background: #fff;
}
.sentence .num {
 position: absolute;
 left: -25px;
 top: 0;
 width: 26px;
 height: 26px;
 background: #111;
 color: #fff;
 display: inline-block;
 text-align: center;
 line-height: 26px;
 font-size: 1.6rem;
}
.sentence > li {
 position: relative;
 margin-bottom: 15px;
 padding: 0 0 0 10px;
 list-style: none;
}
/*-------------------------------------------------
各種届出用紙
--------------------------------------------------*/
.ly-link-area {
 display: flex;
 flex-wrap: wrap;
}
.ly-link-area a {

 background: #fff;
 color: #111;
}
.ly-link-area dl {
  position: relative;
 width: 32%;
 margin: 0 0.5% 10px;
 background: #fff;
}
.ly-link-area dt {
 width: 100%;
 padding: 0 8px;
 font-weight: bold;
}
.ly-link-area .dl-txt {
 margin-bottom: 20px;
 padding: 0 8px;
}
.contents-wrap.ly-topics-bg.ly-form::before {
 position: absolute;
 top: 22px;
 z-index: -1;
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 background: #f8f8f8;
}
/*-------------------------------------------------
卒業生の方へ
--------------------------------------------------*/
.li-box-center {
 width: 70%;
 margin: 0 auto 10px;
 padding: 12px 2%;
 border-top: 1px solid #111;
 border-bottom: 1px solid #111;
}
.li-box-center.alumni {
 margin-bottom: 50px;
}
.li-box-center li {
 padding: 4px 0;
}
a.btn-bnr-thumb-blank {
    display: inline-block;
    background: #e3f7ff;
    margin: 5px 0;
    padding: 2px 35px 2px 10px;
    border-radius: 20px;
}
.btn-bnr-thumb-blank .inner-txt {
    position: relative;
    color: #111;
}
.btn-bnr-thumb-blank .inner-txt::before {
    content: "";
    position: absolute;
    top: 0.1em;
    right: -1.15em;
    width: 12px;
    height: 12px;
    background: url(/wp-content/themes/koseigirls/images/common/icn_blank.svg) no-repeat;
    background-size: 100%;
}
a.btn-bnr-thumb-blank:hover {
    opacity: 0.7;
}
ul.circle-inline {
 margin-bottom: 0;
}
.box-dotted-01.alumni {
 width: 80%;
margin: 0 auto 2rem;
 text-align: center;
}
.yellow_line {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffffbc 0%) repeat scroll 0 0;
}

/*-------------------------------------------------
個人情報保護方針
--------------------------------------------------*/
.policy-accsess {
 text-align: right;
}
.policy-accsess img {
 position: relative;
 top: 5px;
 display: inline-block;
 max-width: 44px;
 margin-right: 12px;
 margin-bottom: 16px;
}
.policy-accsess dt {
 position: relative;
 font-family: 'Noto Serif Japanese', serif;
 font-weight: 600;
 font-size: 2.5rem;
 letter-spacing: 4px;
}
.policy-accsess dt.fs-s {
 font-size: 98%;
 letter-spacing: 1px;
}
.policy-accsess-inner {
 position: absolute;
 top: 32px;
 right: 0;
 display: block;
 font-weight: 400;
 font-size: 1.25rem;
 letter-spacing: 0.8px;
}
.policy-accsess dd {
 margin-bottom: 0;
 padding: 0 0 0 5px;
}
/*-------------------------------------------------
資料請求・お問い合わせ
--------------------------------------------------*/
select::-ms-expand {
    display: none;
}
.nav-contact > ul {
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
 align-items: stretch;
 align-content: center;
 width: 100%;
 max-width: 100%;
}
.nav-contact > ul > li {
 text-align: center;
 width: calc(100% / 3);
 margin-bottom: 2px;
}
.nav-contact li a:hover {
 border: 1px solid #111;
 background: #fff;
 color: #111;
}
.nav-contact li a {
 position: relative;
 display: block;
 height: 100%;
 margin-right: 1px;
 /* margin-bottom: 2px; */
 padding: 5px 25px 4px 6px;
 border: 1px solid #111;
 background: #111;
 color: #fff;
 line-height: 1.4;
}
.nav-contact li a:hover::before{
 content: "";
 background: url(/wp-content/themes/koseigirls/images/common/icn_arrow_dod_01_dark.svg) no-repeat;
 background-size: 100%;
}
.nav-contact li a::before {
 content: "";
 position: absolute;
 top: 9px;
 right: 11px;
 width: 7px;
 height: 11px;
 background: url(/wp-content/themes/koseigirls/images/common/icn_arrow_dod_01_thin.svg) no-repeat;
 background-size: 100%;
}
@media only screen and (max-width: 768px) {
  .nav-contact > ul {
    flex-flow: column;
    justify-content: center;
  }
  .nav-contact li.current-menu-item,
  .nav-contact > ul > li {
    width: 100%;
    margin: 0 auto 2px;
  }
  .nav-contact li a {
    margin-right: 0;
    padding: 5px 0;
  }
}
.nav-contact li.current-menu-item {
 padding: 5px 2px 4px;
 border: 1px solid #111;
 background: #fff;
 color: #111;
 line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .nav-contact li.current-menu-item {
    padding: 5px 0;
  }
}
.contact-form-kosei-g {
 width: 100%;
 margin: 0 auto;
 overflow: hidden;
}
.contact-form-kosei-g dt {
 clear: both;
 width: 25%;
 float: left;
 border-bottom: 1px solid #c6c6ce;
 padding: 30px 20px 5px 0;
 text-align: right;
 overflow: hidden;
}
.contact-form-kosei-g dd {
 width: 75%;
 float: right;
 padding: 15px 0 5px 2%;
}
.contact-form-kosei-g label {
 display: block;
}
.contact-form-kosei-g .form-inner {
 margin-top: -15px;
}
.contact-form-kosei-g .form-inner dt {
 border-bottom: none;
}
.contact-form-kosei-g input, .contact-form-kosei-g textarea {
 width: 100%;
 padding: 10px 6px;
 border: 1px solid #c6c6ce;
 background: #f9fbfe;
 -webkit-appearance: none;
}
.contact-form-kosei-g input[type=submit] {
 width: 100%;
 padding: 10px;
 margin-top: 25px;
 border: 1px solid #e6e6e6;
 background: #88aadb;
 color: #fff;
}
.contact-form-kosei-g input[type=submit]:hover {
 box-shadow: 0 0 8px rgba(165, 165, 165, 0.4) inset;
 border: 1px solid #88aadb;
 background: #f9fbfe;
 color: #222;
}
.select-btn {
 display: inline-block;
 width: 200px;
 padding: 0.65em 2em 0.5em 1em;
 -webkit-appearance: none;
 outline: none;
 cursor: pointer;
 border: 1px solid #c6c6ce;
 background: #f9fbfe;
 color: #222;
}
span.form-btn {
 position: relative;
}
span.form-btn::after {
 position: absolute;
 top: 0.35em;
 right: 10px;
 display: block;
 content: " ";
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 5px 5px 0 5px;
 border-color: #88aadb transparent transparent transparent;
}
.continu {
 margin-top: 40px;
 padding-top: 4px;
 padding-bottom: 12px;
 border-top: 1px solid #88aadb;
 text-align: center;
 color: #f6208b;
}
.contact-form-kosei-g dt.form-adjust {
 padding-top: 50px;
}
.check-item {
 display: flex;
 flex-wrap: nowrap;
 justify-content: center;
 width: 100%;
 margin-top: 60px;
}
.check-item li {
 position: relative;
 padding-left: 1.25em;
 margin-right: 30px;
 padding-bottom: 4px;
 border-bottom: 1px dotted #88aadb;
}
.check-item li:nth-last-child(1) {
 margin-right: 0;
}
.check-item li::before {
 content: "";
 position: absolute;
 top: 3.5px;
 left: 0;
 display: block;
 width: 14px;
 height: 16px;
 background: url(/wp-content/themes/koseigirls/images/common/icn_check_blue.svg) no-repeat;
 background-size: 100%;
}
.form-txt-adjust {
 position: relative;
 top: 20px;
}
.form-inner dt.form-txt-adjust {
 width: 20%;
}
.form-inner dd.adjust-right {
 width: 80%;
}
.form-txt-adjust .form-txt-inner {
 position: absolute;
 display: block;
 top: 0;
 left: 0;
 text-align: left;
 line-height: 1.3;
}
/*-------------------------------------------------
screen-reader-text
--------------------------------------------------*/
.screen-reader-text {
 position: absolute !important;
 overflow: hidden;
 clip: rect(1px, 1px, 1px, 1px);
 width: 1px;
 height: 1px;
}
/*-------------------------------------------------
サイト内検索
--------------------------------------------------*/
.search-form {
 display: flex;
 flex-wrap: nowrap;
 justify-content: center;
 width: 80%;
 margin: 20px auto 50px;
}
.search-form label {
 width: 80%;
  margin-right: 1px;
 margin-bottom: 0;
}
.search-form input[type=search] {
  width: 100%;

 padding: 10px;
 border: 1px solid #c6c6ce;
 background: #f9fbfe;
 -webkit-appearance: none;
}
input.search-submit {
 width: 15%;
 padding: 10px;
 border: 1px solid #88aadb;
 background: #88aadb;
 -webkit-appearance: none;
 color: #fff;
}
/*-------------------------------------------------
教職員採用情報
--------------------------------------------------*/
/*reset-table*/
.ly-table-sutudent .contents-students-data .inner-data .inner {
 	padding: 20px 25px 10px;
}

.contents-students-data table.reset-table {
	display: block;
    margin-bottom: 15px;
	border-top: 1px solid #808080!important;
	    border-collapse: collapse!important;
	
}
.contents-students-data table.reset-table th {
	position: relative;
    width: 20%;
    height: 100%!important;
    padding: .5em;
    border-bottom: 1px solid #808080;
    vertical-align: middle;
			background-color: #e3f7ff;
}

.contents-students-data table.reset-table th span {
	    position: relative;
    display: table;
    width: 100%;
    height: 100%!important;
    padding: 0;
    font-weight: 700;

}
.contents-students-data table.reset-table td {
     padding: .5em;
	    border-left: 1px dashed #808080!important;
    border-bottom: 1px solid #808080!important;
}

/*-------------------------------------------------
サイトマップ
--------------------------------------------------*/
.contents-wrap.sitemap-bg::before {
 position: absolute;
 top: 70px;
 z-index: -1;
 content: "";
 display: block;
 width: 100%;
 height: 97%;
 background: url(/wp-content/themes/koseigirls/images/common/bg_noise_04_blue.png);
 opacity: 1;
}
.sitemap-area-3col {
 display: flex;
 justify-content: space-between;
}
.sitemap-col {
 width: 31%;
}
.sitemap-col dt {
 display: inline-block;
 width: 100%;
 margin-bottom: 10px;
 padding: 0 0 6px 0;
 border-bottom: 1px dotted #ccc;
 font-weight: 500;
}
.sitemap-flower-pink dt {
 position: relative;
 text-indent: 1.3em;
}
.sitemap-flower-pink {
 margin-bottom: 30px;
 padding: 16px 16px 5px 16px;
 background: #fff;
}
.sitemap-flower-pink dt::before {
 content: "";
 position: absolute;
 top: 2.5px;
 left: 0;
 display: block;
 width: 14px;
 height: 16px;
 background: url(/wp-content/themes/koseigirls/images/common/list_icn_flowe_pink_hard.svg) no-repeat;
 background-size: 100%;
 animation: ani-trans-rotate 20.5s linear infinite;
 -webkit-animation: ani-trans-rotate 20.5s linear infinite;
}
.sitemap-flower-pink dd {
 position: relative;
 padding: 3px 0 3px 1.4em;
}
.sitemap-flower-pink dd a {
 position: relative;
 color: #111;
}
.sitemap-flower-pink dd a:hover {
 color: #f6208b;
}
.sitemap-flower-pink dd a:hover::after {
 content: "";
 display: inline-block;
 position: absolute;
 left: 0;
 top: 4px;
 width: 100%;
 height: 100%;
 border-bottom: 1px dotted #f6208b;
}
.sitemap-flower-pink dd::before {
 content: "";
 display: block;
 position: absolute;
 width: 6px;
 height: 1px;
 background: #d4d4d4;
 top: 0.95em;
 left: 0.4em;
}
.sitemap-bunri {
 font-size: 1.2rem;
 display: block;
 line-height: 1.2;
}
/*就学支援金*/
.li-box-center.subsidy {
 text-align: center;
}

/*-------------------------------------------------
ブレークポイント
--------------------------------------------------*/
@media only screen and (max-width: 767px) {
.li-box-center {
 width: 100%;
}
/*各種届出用紙*/
 
.ly-link-area {
 flex-direction: column;
}
.ly-link-area dl {
 width: 100%;
 margin-bottom: 5px;
}
/*警報発令・電車運休時の対応*/
 
.contents-students-data {
 flex-direction: column;
}
.contents-students-data .inner-data {
 width: 100%;
}
.contents-students-data .inner-data .inner {
  margin: 0;
 /*margin: 24px 24px 0 24px;*/
}
.contents-students-data div:nth-child(even) .inner {
 /*margin: 0 24px 24px 24px;*/
 margin: 0;
 padding: 0 12px 5px;
}

/*個人情報保護方針*/
 .contents-students-data .inner-data.inner-data-l .inner {
 margin: 0;
}
.policy-accsess {
 text-align: center;
}
.policy-accsess dt {
 font-size: 2rem;
 letter-spacing: 0;
 margin-bottom: 18px;
}
.policy-accsess dt.fs-s {
 font-size: 95%;
 letter-spacing: 0;
 margin-bottom: 0;
}
.policy-accsess img {
 top: 3px;
 max-width: 30px;
 margin-right: 3px;
 margin-bottom: 10px;
}
.policy-accsess-inner {
 top: 34px;
 font-size: 1rem;
 letter-spacing: 0;
}
/*サイト内検索*/

.search-form {
 width: 100%;
}
.search-form label{
 width: 75%;
}
input.search-submit {
 width: 20%;
}
 
 /*卒業生の方へ*/
 .box-dotted-01.alumni {
 width: 100%;
  padding: 10px 4px;
}
.alumni ul.circle-inline li {
    margin-right: 2px;
}
 
/*資料請求*/
 
.contact-form-kosei-g dt {
 padding: 30px 0px 5px 0;
}
.contact-form-kosei-g dd.sp-adjust {
 float: none;
 width: 100%;
}
.form-txt-adjust {
 top: 26px;
}
.form-inner dt.form-txt-adjust {
 width: 25%;
}
.form-inner dd.adjust-right {
 width: 75%;
}
.check-item {
 flex-wrap: wrap;
 margin-top: 30px;
}
.check-item li {
 width: 80%;
 margin-right: 0;
 margin-bottom: 14px;
}
.check-item li:nth-last-child(1) {
 margin-right: 0;
 margin-bottom: 0;
}
/*-------------------------------------------------
教職員採用情報
--------------------------------------------------*/
/*reset-table*/
.ly-table-sutudent .contents-students-data .inner-data .inner {
 	padding: 5px;
}
/*サイトマップ　*/
.sitemap-area-3col {
 flex-wrap: wrap;
}
.sitemap-col {
 width: 49%;
}
.sitemap-col.sp-sitemap {
 width: 100%;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
.sitemap-col.sp-sitemap dl {
 width: 49%;
}
}
