@charset "utf-8";
/*
実践女子大学　受験サイト
入試情報 */


:root{
	--white:#ffffff;
	--text:#000000;
	--text2:#231815;
	--text3:#555555;
	--gray:#969696;
	--bggray:#f2f2f2;
	--lightgray:#c8c8c8;
	--palegray:#c5c6c6;
	--bggray:#F8F8F8;
	--purple:#8b70bc;
	--darkpurple: #382b7f;
	--darkblue:#036EB8;
	--paleblue:#69b1ed;
	--bgblue:#eff2ff;
	--red: #F14D4D;
}


/* header
-------------------------------------------------------------- */
header.site-header{
    border-bottom: 2px solid var(--text);
}
.navbar-wrapper{
    background-color: #6390cb;
}

.page-template-page-school_inspection .navbar-toggler{
	background-color: #6390cb;
    border-left: 2px solid var(--text);
}
.page-template-page-school_inspection .navbar-toggler-icon span,
.page-template-page-school_inspection .navbar-toggler-icon::after{
	background-color: var(--white);
}

header.site-header nav .oc-menu-areaItem a:hover{
	background-color: #72c6cf;
	transition: .3s ease-in-out;
}
header.site-header nav .oc-menu-areaItem:nth-child(2) a:hover{
	background: #f7d86f;

}
header.site-header nav .oc-menu-areaItem:nth-child(3) a:hover{
	background: #ee9f90;

}
header.site-header nav .oc-menu-areaItem:nth-child(4) a:hover{
	background: #c0a8db;

}
header.site-header nav .oc-menu-areaItem a::after{
	content: '';
	display: block;
	width: 29px;
	height: 29px;
	border-radius: 14.5px;
	background: #72c6cf url(../img/opencampus/icon-nav02.png) no-repeat center center;
	background-size: 15px auto;
	position: absolute;
	right: 6px;
	top: 5px;
	transition: .3s ease-in-out;
}
header.site-header nav .oc-menu-areaItem:nth-child(2) a::after{
	background: #f7d86f url(../img/opencampus/icon-nav02.png) no-repeat center center;
	background-size: 15px auto;

}
header.site-header nav .oc-menu-areaItem:nth-child(3) a::after{
	background: #ee9f90 url(../img/opencampus/icon-nav02.png) no-repeat center center;
	background-size: 15px auto;

}
header.site-header nav .oc-menu-areaItem:nth-child(4) a::after{
	background: #c0a8db url(../img/opencampus/icon-nav02.png) no-repeat center center;
	background-size: 15px auto;

}
header.site-header nav .oc-menu-areaItem a:hover::after,
header.site-header nav .oc-menu-areaItem:nth-child(2) a:hover::after,
header.site-header nav .oc-menu-areaItem:nth-child(3) a:hover::after,
header.site-header nav .oc-menu-areaItem:nth-child(4) a:hover::after{
	background: var(--white) url(../img/opencampus/icon-nav02.png) no-repeat center center;
	background-size: 15px auto;

}

header .nav-sns.footer-nav-sns{
    margin-top: 20px;
}
.nav-request{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* sp */
@media only screen and (max-width: 767px) {
.page-template-page-school_inspection .navbar-toggler{
    height: 52px;
}
}




/* Posts/Articles
-------------------------------------------------------------- */
.page-template-page-school_inspection .container{
    width: 1250px;
}
.inspection-frame-pink{
    background-color: #ee9f90;
    color: var(--white);
    font-size: 18px;
    font-weight: bold;
    padding: 0 8px 2px;
}

.inspection-title{
    text-align: center;
    margin: 30px auto 40px;
}
.inspection-title img{
    width: 73%;
    max-width: 715px;
}
.inspection-header_title{
    position: relative;
    padding-bottom: 30px;
}
.inspection-header_title img:last-child{
    position: absolute;
    right: 3.6%;
    top: -44px;
    width: 10%;
}
.inspection-pagenav{
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    justify-content: center;
    align-items:flex-end;
}
.inspection-pagenav_item{
    width: 19.5%;
}


/* pc,tab */
@media only screen and (min-width: 768px) {
.main-fluid{
	background: #94b1e1 url(../img/inspection/bg-inspection.png) no-repeat center top;
    background-size: 100% auto;
}
.inspection-title{
    margin: 95px auto 68px;
}
.inspection-title img{
    width: 57%;
    max-width: 715px;
}
.inspection-header_title img:last-child{
    position: absolute;
    right: 3.6%;
    top: -44px;
    width: 10%;
}
.inspection-pagenav{
    gap:25px;
}
.inspection-pagenav_item{
    width: 19.5%;
}
}

/* sp */
@media only screen and (max-width: 767px) {
.main-fluid{
	background: #94b1e1 url(../img/inspection/bg-inspection-sp.png) no-repeat left top;
    background-size: 100% auto;
}
.inspection-pagenav_item{
    width: calc(50% - 10px);
}
}

.inspection-content{
    background: #fff url(../img/inspection/bg-inspection2.png) repeat right bottom;
    background-size: 425px auto;
    padding: 50px 20px;
    margin-top: 45px;
}

.inspection-topic{
    padding-bottom: 25px;
}
.inspection-topic h3{
    font-size: 24px;
    margin-bottom: 20px;
}
.inspection-topic h3 img{
    height: 36px;
    width: auto;
    margin-bottom: 15px;
}
.inspection-topic h3 + p{
    font-weight: 300;
    text-align: center;
    line-height: 1.75;
    margin-bottom: 38px;
}
.inspection-topic h3 + p a{
    text-decoration: underline;
}
.inspection-topic h3 + p span{
    background-color: #f8f09b;
}
.inspection-frame {
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 10px;
}
.inspection-frame:before, .inspection-frame:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.inspection-frame:before{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 5px;
}

/* pc,tab */
@media only screen and (min-width: 768px) {
.inspection-content{
    background-size: 850px auto;
    padding: 42px 55px;
    margin-top: 100px;
}
.inspection-topic{
    padding-bottom: 75px;
}
.inspection-topic h3{
    font-size: 44px;
    margin-bottom: 45px;
}
.inspection-topic h3 img{
    height: 68px;
    margin-bottom: 35px;
}
.inspection-topic1_list{
    display: flex;
    gap:10px;
    justify-content: center;
    margin-bottom: 30px;
}
.inspection-frame {
  font-size: 25px;
  margin-bottom: 16px;
}
.inspection-frame:before, .inspection-frame:after {
  width: 35px;
}
.inspection-schedule{
    display: flex;
    gap: 24px;
    width: 100%;
    margin-bottom: 52px;
}
}

/* sp */
@media only screen and (max-width: 767px) {
.inspection-topic h3 + p{
    font-size: 14px;
}
.inspection-topic1_item{
    margin-bottom: 15px;
}
article .the-content .inspection-topic1_item img{
    max-width: 230px;
}
.inspection-schedule{
    margin-bottom: 42px;
}
.inspection-schedule div{
    margin-bottom: 10px;
}
}

.inspection-section{
    margin-bottom: 43px;
}
.inspection-section_title{
    position: relative;
    background-color: #80d1cf;
    margin: 0 -20px 48px;
    padding-top: 20px;
}
.inspection-section02 .inspection-section_title{
    background-color: #f7d86f;
}
.inspection-section03 .inspection-section_title{
    background-color: #ee9f90;
}
.inspection-section04 .inspection-section_title{
    background-color: #c0a8db;
}
.inspection-section_title a{
    position: absolute;
    right: 3px;
    bottom: -30px;
    width: 118px;
}

.inspection-section h2 + p{
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 34px;
}
.inspection-section h2 + p span{
    font-size: 18px;
    font-weight: 900;
}
.inspection-section h2 + p a{
    text-decoration: underline;
}

/* pc,tab */
@media only screen and (min-width: 768px) {
.inspection-section{
    margin-bottom: 90px;
}
.inspection-section_title{
    margin: 0 -55px 48px;
    text-align: center;
}
.inspection-section_title > picture img{
    width: 65%;
}
.inspection-section_title a{
    right: 6.4%;
    bottom: -50px;
    width: 130px;
}
.inspection-section h2 + p{
    font-size: 19px;
    margin-bottom: 48px;
}
.inspection-section h2 + p span{
    font-size: 25px;
}
}

/* sp */
@media only screen and (max-width: 767px) {
article .inspection-section_title > picture img{
    height: 154px;
    width: auto;
    object-fit: contain;
}
}

.section01-item{
    position: relative;
    background-color: var(--white);
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 1);
    text-align: center;
    padding: 32px 25px;
}
.section01-item_iconset{
    position: absolute;
    left: 0;
    top: -14px;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
}
.section01-item_red,
.section01-item_blue{
    display: inline-block;
    background-color: #ea5532;
    border-radius: 7px;
    padding: 2px 10px 6px;
    color: var(--white);
    font-size: 19px;
    font-weight: bold;
    line-height: 1;
}
.section01-item_blue{
    background-color: #6390cb;
}
.section01-item_white{
    background-color: var(--white);
    border: 1px solid #e62f87;
    color: #e62f87;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 5px 5px;
    line-height: 1;
}
.section01-item_shoulder,
.section02-item_shoulder{
    font-size: 11px;
    font-weight: bold;
}
.section01-item2 .section01-item_shoulder{
    display: flex;
}
.section01-item2 .section01-item2_shoulder{
    width: 50%;
    color: #72c6cf;
}
.section01-item_shoulder span,
.section02-item_shoulder span{
    background: url(../img/inspection/bg-section01-item_title.png) no-repeat center bottom;
    background-size: 158px auto;
    min-width: 158px;
    padding: 0 0 16px;
    display: inline-block;
}
.section02-item_shoulder span{
    background: url(../img/inspection/bg-section02-item_title.png) no-repeat center bottom;
    background-size: 158px auto;
}
.section01-item2_shoulder span{
    background: url(../img/inspection/bg-section01-item_title2.png) no-repeat center bottom;
    background-size: 99px auto;
    min-width: 99px;
    padding: 0 0 20px;
    display: inline-block;
    font-size: 10px;
    color: var(--text);
}
.section01-item_title{
    margin-bottom: 14px;
}
.section01-item_title span{
    font-size: 19px;
    background:linear-gradient(transparent 70%, #f8f09b 70%);
}
.section01-item2 .section01-item_title span{
    font-size: 14px;
}
article .section01-item img{
    height: 55px;
    width: auto;
}
.section01-item_text{
    font-size: 9px;
    margin-top: 9px;
}

.section-schedule{
    position: relative;
    margin-top: 60px;
}
.section02-schedule,
.section04-schedule{
    max-width: 890px;
    margin-right: auto;
    margin-left: auto;
}
.section-schedule_title{
    margin-bottom: 30px;
}
.section02-schedule_title{
    font-size: 17px;
    font-weight: 900;
}
.section02-schedule_title:before{
    content: '●';
    color: #f4c440;
    margin-right: 0.5em;
    margin-bottom: 15px;
}

/* pc,tab */
@media only screen and (min-width: 768px) {
.section01-content{
    display: flex;
    gap: 45px 40px;
    flex-wrap: wrap;
    justify-content: center;
}
.section01-item{
    width: calc(50% - 20px);
    max-width: 480px;
    padding: 45px 20px;
}
.section01-item_red,
.section01-item_blue{
    border-radius: 11px;
    padding: 4px 14px 6px;
    font-size: 30px;
}
.section01-item_white{
    font-size: 21px;
    padding: 5px;
}
.section01-item_shoulder,
.section02-item_shoulder{
    font-size: 17px;
}
.section01-item_title span{
    font-size: 30px;
}
.section01-item_shoulder span,
.section02-item_shoulder span{
    background-size: 248px auto;
    min-width: 248px;
    padding: 0 15px 25px;
}
.section01-item2_shoulder span{
    background-size: 164px auto;
    min-width: 164px;
    padding: 0 5px 20px;
    font-size: 13px;
}
article .section01-item img{
    height: 88px;
}
.section01-item2 .section01-item_title span{
    font-size: 24px;
}
.section-schedule_title img{
    width: 78%;
}
.section01-item_text{
    font-size: 11px;
    margin-top: 18px;
}
.section02-schedule_title{
    font-size: 25px;
}
}

/* sp */
@media only screen and (max-width: 767px) {
.section01-item{
    padding: 32px 0;
    margin-bottom: 25px;
}
.section01-schedule-content{
    overflow-x: scroll;
}
article .section01-schedule-content img{
    height: 260px;
    width: auto;
    max-width: none;
}
.section02-schedule_title{
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 10px;
}
.section02-schedule_title:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '●';
    color: #f4c440;
}
}

.section02-schedule_date{
    font-size: 21px;
    font-weight: 900;
    display: flex;
    align-items: center;
}
.section02-schedule_date > span:first-child{
    display: inline-block;
    font-size: 17px;
    padding: 23px 10px;
    background-color: #f4c440;
    line-height: 1;
    color: var(--white);
    font-weight: bold;
    margin-right: 15px;
}
.section02-schedule_date span.en{
    font-size: 42px;
    font-weight: 500;
}
.section02-schedule_list dl{
    display: flex;
    gap: 15px;
    align-items: center;
}
.section02-schedule_list dt{
    border: 1px solid var(--text);
    font-size: 12px;
    font-weight: bold;
    padding: 0 6px;
}
.section02-schedule_list dd{
    font-size: 15px;
    font-weight: bold;
}
.section02-schedule_item3 dd{
    display: flex;
    text-align: center;
}
.section02-schedule_item3 dd div:first-child{
    border-right: 1px solid var(--text);
    padding-right: 8px;
    margin-right: 8px;
}
.section02-schedule_item3 dd div span:first-child{
    display: block;
    background-color: var(--text);
    color: var(--white);
    font-size: 10px;
    font-weight: bold;
    border-radius: 999px;
    padding: 0 8px;
    min-width: 77px;
}
.section02-schedule p,
.section04-schedule p{
    font-size: 9.5px;
    font-weight: 300;
    margin-bottom: 25px;
}

.section02-schedule-content img{
    margin-bottom: 50px;
}
.section04-schedule-content img{
    margin-bottom: 38px;
}

.section02-subcontent h3,
.section04-subcontent h3{
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    color: #ee9f90;
    margin-bottom: 6px;
}
.section04-subcontent h3{
    color: #9065bf;
}
.section02-subcontent h3 + .text-center{
    text-align: center;
    margin-bottom: 10px;
}
article .section02-subcontent p{
    text-align: center;
}
article .section02-subcontent p a {
    text-decoration: underline;
    transition: color 0.3s ease;
}
article .section02-subcontent p a:hover {
    color: #94b1e1 !important;
    opacity: 1 !important;
}
.section02-discount_img{
    max-width: 906px;
    position: relative;
    margin: 0 auto;
}
.section02-subject{
    text-align: center;
}
.section02-subject_img{
    margin: 30px auto 60px;
}
.section02-english{
    margin-bottom: 30px;
}
article .the-content .section02-subcontent_strong{
    text-align: left;
    margin: 0 auto;
    font-size: 15px;
    margin-bottom: 0.5em;
    font-weight: 600;
    max-width: 750px;
}

table.section02-subcontent_table {
    width: 100%;
    /* 隣り合うボーダーを重ねて、隙間をなくすのがポイント */
    background-color: var(--white); /* テーブル全体の背景（白線を見やすくするため） */
    border: none;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px 10px 0 0; /* 左上 右上 右下 左下 の順 */
    overflow: hidden; /* ★重要：中身（thの背景）が角からはみ出すのを防ぐ */
  }

  /* 1行目（見出し）の設定 */
table.section02-subcontent_table thead{
    border-bottom: 1px solid #8e8ead;
}
table.section02-subcontent_table th {
    background-color: #8e8ead; /* 背景を暗くすると白線が映えます */
    color: var(--white);
    padding: 10px;
    /* 1行目の仕切り線：白 / 2px */
    border: none;
    border-right: 2px solid white;
    vertical-align: middle;
  }
  table.section02-subcontent_table th[colspan="2"]{
    border-bottom: 2px solid var(--white);
  }
table.section02-subcontent_table th:last-child {
    border-right: none;
  }

  /* 2行目以降（データ）の設定 */
table.section02-subcontent_table td {
    padding: 10px;
    background-color: var(--white);
    /* 2行目以降の仕切り線：黒 / 1px */
    border: none;
    border-right: 1px solid #8e8ead; /* 縦線 */
    border-bottom: 1px solid #8e8ead; /* 横線 */
  }
table.section02-subcontent_table tr:nth-child(2n) td{
    background-color: #f4f4f7;
}

table.section02-subcontent_table td:first-child {
    border-left: 1px solid #8e8ead; /* 横線 */
}
.inspection-btn_toggle{
    background-color: var(--white);
    border: 1px solid var(--text);
    font-size: 18px;
    font-weight: 600;
    width: 452px;
    max-width: 100%;
    padding: 15px 20px;
    margin: 20px auto 15px;
}
.inspection-btn_toggle::after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 11px;
    background: url(../img/inspection/icon-toggle.svg) no-repeat;
    background-size: contain;
    transition: .3s;
}
.inspection-btn_toggleOuter.open .inspection-btn_toggle::after{
    transform: rotate(-180deg);
}
.inspection-btn_toggleOuter + *{
    display: none;
}
article .the-content .section02-subcontent_tableOuter + p{
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}


/* pc,tab */
@media only screen and (min-width: 768px) {
.sp-year{
    font-size: 48px;
}
.section02-schedule_date{
    font-size: 28px;
}
.section02-schedule_date > span:first-child{
    font-size: 20px;
    padding: 30px 35px;
    margin-right: 30px;
}
.section02-schedule_date span.en{
    font-size: 58px;
}
.section02-schedule_list dt{
    font-size: 13px;
    padding: 0 10px;
}
.section02-schedule_list dd{
    font-size: 17px;
}
.section02-schedule_list dd .en{
    font-size: 19px;
}
.section02-schedule_list{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.section02-schedule_item3 dd div span:first-child{
    font-size: 13px;
}
.section02-schedule p,
.section04-schedule p{
    font-size: 17px;
    margin-bottom: 35px;
}
.section02-subcontent h3,
.section04-subcontent h3{
    font-size: 30px;
    margin-bottom: 10px;
}
article .the-content .section02-subcontent_strong{
    font-size: 23px;
}
.section02-discount_img div.fukidashi{
    position: absolute;
    right: -25px;
    top: -66px;
}
article .the-content .section02-discount_img p{
    text-align: right;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
}
.inspection-footer-list{
    display: flex;
    gap: 30px;
    flex-wrap:wrap;
    align-items: flex-end;
    justify-content: center;
    margin-top: 75px;
}
article .the-content .section02-subcontent_tableOuter + p{
    font-size: 17px;
}
}

/* sp */
@media only screen and (max-width: 767px) {
.sp-year{
    font-size: 21px;
}
.section02-schedule_date span.en{
    line-height: .9;
    margin-top: -.6em;
    margin-right: 10px;
}
.section02-schedule_list dl{
    margin-top: 15px;
}
.section02-schedule_list dt{
    width: 75px;
}
.inspection-frame-pink{
    display: inline-block;
    font-size: 14px;
}
.section02-subcontent h3 + .text-center{
    font-size: 14px;
}
.section02-subcontent_tableOuter{
    overflow: scroll;
}

.inspection-footer-list{
    margin-top: 17px;
}
.inspection-footer-item{
    margin: 30px auto 0;
    text-align: center;
}
article .inspection-footer-item img{
    max-width: 247px;
}
.text-scroll,
article .section02-subcontent p.text-scroll{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
}
.section02-schedule-content picture img{
    margin-bottom: 30px;
}
.section02-schedule-content picture:last-child img{
    margin-bottom: 10px;
}
article .the-content .section02-discount_img p{
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 10px;
}
article .the-content .fz14{
    font-size: 14px;
}
}