@charset "UTF-8";

.mainvisual_page {
    margin-bottom: 0;
}
.line {
    padding-bottom: 10px;
}
h2 {
    font-size: 3.8rem;
}
h3 {
    font-size: 2.1rem;
    margin-bottom: 20px;
    font-weight: 400;
}
h4 {
    font-weight: 400;
}
strong {
    font-weight: 400;
}
.page section {
    margin-top: 165px;
}
.page section:first-of-type {
    margin-top: 0;
} 
.center {
    text-align: center;
}
.blue-link {
    color: #3FA9F5;
    text-decoration: underline;
}
.page {
	overflow-x:hidden;
}
.page a {
    color: #0077cc;         
    text-decoration: underline;
}
.page #header a,.page .footer a,.page .about_menu a, .news a,.archive a{
	color: #333;     
    text-decoration: none;
}
.btn_blue a {
	color: #FFF;  
	text-decoration: none;
}
.attention {
    margin: 30px auto 0;
    width: 564px;
}
.attention p {
    text-align: left;
}
.square-blue h3{
    position: relative;
    padding-left: 18px;
}
.square-blue h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: #3FA9F5;
    transform: translateY(-50%);
}
.pcBr {
    display: block;
}
.spBr {
    display: none;
}
/* 入試結果ページ用 */
.wrapper-667 {
    max-width: 667px;
    margin: 0 auto;
}
/*-------------------------------------------
左:画像 / 右:テキスト
-------------------------------------------*/
.activity-block {
  margin-bottom: 80px;
}
.activity-flex {
  display: flex;
  gap: 90px;
}
.activity-images {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr;
}
.activity-images img {
  width: 100%;
  height: auto;
}
.activity-text {
  width: 55%;
  display: grid;
  gap: 80px;
}
.activity-text p {
  margin-top: 10px;
}
/*-------------------------------------------
header
-------------------------------------------*/
.logo {
    width: 360px;
    margin: 2rem auto;
}
/*-------------------------------------------
mainvisual
-------------------------------------------*/
.mainvisual_page picture,
.mainvisual_page img {
  width: 100%;
}
/*-------------------------------------------
パンくずリスト
-------------------------------------------*/
.breadcrumb {
    margin: 1rem auto 35px;
    font-size: 1.4rem;
    font-weight: 500;
}
.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "＞";
    margin: 0 0.5em;
    text-decoration: none;
}
.breadcrumb-link {
    text-decoration-line: underline;
}
.breadcrumb-item:last-child {
  text-decoration: none;
}
/*-------------------------------------------
メニュー
-------------------------------------------*/
.about_menu {
    display: flex;
    justify-content: center;
    gap: 88px;
    margin: 35px auto 124px;
    border-bottom: solid 1px #808080;
    padding-bottom: 10px;
}
.about_menu span {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}
.about_menu span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 12px;   
    height: 12px;  
    transform: translateX(-50%) rotate(45deg);
    border-right: 1px solid #3FA9F5; 
    border-bottom: 1px solid #3FA9F5;
}
.about_menu li {
    display: grid;
}
.about_menu li span {
    margin-bottom: 15px;
}
/*-------------------------------------------
access
-------------------------------------------*/
.access .info .line {
    border-top: 1px solid #808080;
    border-bottom: none;
    max-width: 100%;
    margin: 0;
    padding: 15px 0;
    display: flex;
}
.access .info .line:last-of-type {
    border-bottom: 1px solid #808080;
}
.info {
    margin-bottom: 41px;
}
.info dt {
  width: 30%;
  font-weight: bold;
}
.info dd {
  margin: 0;
  width: 70%;
}
.map {
    display: flex;
    margin: 0 auto;
    width: 100%;
}

.news-detail .btn_blue {
  margin-top: 5rem;
}

/*-------------------------------------------
研究関係
-------------------------------------------*/
.research-volume {
	margin-bottom:48px;
}
.research-volume-title {
	margin-bottom:16px;
}
.research-ssh h3 {
    font-size: 1.8rem;
    margin-bottom: 8px;
}
.research-ssh-box {
    margin-bottom: 45px;
}
.research-ssh-grid {
    display: grid;
    gap: 8px;
}
.research-category {
  margin-top: 16px;
}
.research-category h4 {
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
  margin-bottom: 10px;
  margin-top:12px;
}
.research-detail ul li {
  font-size: 14px;
  list-style-type: disc;
  line-height: 1.6;
}
.research-detail ul {
  padding-left: 22px;
}

/*-------------------------------------------
教育実践研究集会
-------------------------------------------*/
.education-practice-conference h1 {
	display:;
}
.education-practice-conference img {
	margin:0 auto;
	display:block;
}
.education-practice-conference section {
    margin-top: 65px;
}	
.education-practice-conference .text-red {
	color:red;
}
.entry-list {
  border-top: 1px solid #ddd;
}

.entry-item {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
}

.entry-item dt {
  width: 200px;
  font-weight: bold;
}

.entry-item dd {
  margin: 0;
  flex: 1;
}

.entry-link {
  color: #005BAC;
  text-decoration: underline;
}

.entry-note {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.8;
}
/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 767px) {
    /*--------------
    common
    ---------------*/ 
    h2 {
        font-size: 3.5rem;
    }
    h3 {
        margin: 0;
    }
    .attention {
        width: 100%;
    }
    /* 入試結果ページ用 */
    .wrapper-667 {
        padding: 0 16px;
    }
    .pcBr {
        display: none;
    }
    .spBr {
        display: block;
    }
    /*--------------
    hesder
    ---------------*/ 
    .logo {
        width: 275px;
        margin: auto 0;
    }   
    /*--------------
    メニュー
    ---------------*/    
    .about_menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding-bottom: 50px;
        margin-bottom: 80px;
    }
    .about_menu li {
        display: grid; 
        margin: 0 auto;
        font-size: 14px;
    }
    .about_menu li span {
        margin-bottom: 0;
    }
}    