@charset "utf-8";

/*
Theme Name:東北大学教育系情報システム オンラインガイドWEBサイトテーマ
Author: Unigraphic
Description: 東北大学教育系情報システム オンラインガイドWEBサイトのテーマ

last edit: 2024.1.31
*/

/*フォント設定*/
html {
  font-size: 10px; /* initial 10px */
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  font-size: 1.6rem;
  /* default font-size 16px */
  font-weight: 400;
  line-height: 1.5;
  color: #404040;
}

/*** 要素はみ出しチェック用 ***/
/*
*{outline:1px solid #0000FF}
*/
/*----------------------------------------------------------
/* リセット・基本定義
-----------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
/* 段落 */
p {
  margin: 0.5em 0 1.5em 0;
}

/* アンカー */
a,
a:link,
a:visited,
a:active {
  text-decoration: underline;
  font-weight: bold;
  color: #F4981C;
}
a:active,
a:hover {
  text-decoration: none;
}

/*** 詳細以外のページリストスタイルリセット ***/
ul,
ul li,
ol,
ol li {
  margin: 0;
  padding: 0;
}


/*** イメージ ***/
img {
  max-width: 100%;
  height: auto;
}

/*** 汎用クラス ***/
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}

.indent1 {
  padding-left: 1em;
  text-indent: -1em;
}

/* ▲付ボタン */
.sankakuicon-btn {
  display: inline-block;
  width: 100px;
  height: 40px;
  margin: 0 0 0 0;
  line-height: 40px;
  text-align: center;
  border: solid 1px #e4e4e4;
  border-radius: 90px;
}
.sankakuicon-btn::before {
  display: inline-block;
  content: "▲";
  margin-right: 4px;
  color: #8965c9;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

/* スモールデバイスでボタンタップ時の枠線OFF */
*:focus {
  outline: none;
}



/*-------------------------------------------------------------------
/*  構造包含
--------------------------------------------------------------------*/
/* 全包含 */
#wrapper {
  margin: 0 auto 0;
  width: 100%;
}
/* コンテンツ包含 */
.cmn-content{
  margin: 0 auto 0;
  padding:0 15px 50px;
  width:100%;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
}
@media print, (min-width: 768px) {
}
@media screen and (min-width: 1280px) {
/* コンテンツ包含 */
.cmn-content{
  padding:0 0 100px;
}
}


/*-------------------------------------------------------------------
/*  見出し
--------------------------------------------------------------------*/
/* H1 */
#wrapper h1{
  margin: 0 auto 20px;
  padding:15px 10px;
  width:100%;
  line-height: 1.3;
  font-size:2.4rem;
  font-weight: bold;
  background-color: #F1F5F7;
}
#wrapper h1 span{
  display: block;
  margin: 0 auto 0;
  width:100%;
  max-width: 1000px;
}
/* オンラインガイドページ用H1 */
.single-online_guide #wrapper h1{
  position: relative;
  width:100%;
}
#wrapper h1 .inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto 0;
  width:100%;
  max-width: 1000px;
}
.single-online_guide #wrapper h1 .inner span:nth-of-type(1){
  width:50px;
}
.single-online_guide #wrapper h1 .inner span:nth-of-type(1) img{
  display: block;
}
.single-online_guide #wrapper h1 .inner span:nth-of-type(2){
  width:calc(100% - 60px);
}
@media screen and (max-width: 767px) {
}

@media print, (min-width: 768px) {
/* オンラインガイドページ用H1 */
.single-online_guide #wrapper h1 .inner span:nth-of-type(1){
  width:65px;
}
.single-online_guide #wrapper h1 .inner span:nth-of-type(2){
  width:calc(100% - 85px);
}
}

@media screen and (min-width: 1280px) {
#wrapper h1{
  margin: 0 auto 40px;
  padding:15px 0;
}
}


/*-------------------------------------------------------------------
/*  ヘッダー
--------------------------------------------------------------------*/
header{
  margin: 0 auto 30px;
  padding:0 0 0 0;
  background-color: #fff;
}
header .hd-inner{
  margin: 0 auto 0;
  padding:15px 0 0 0;
  width:100%;
  max-width: 1000px;
}
/* ロゴリンク */
.logolink{
  text-decoration: none !important;
  color: #404040 !important;
}
/* ロゴ */
.site-logo{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0 0 20px 0;
  padding:0 10px 25px 10px;
  width:100%;
}
.logomark{
  width:50px;
}
.site-logo .site-title{
  margin: 0 0 0 0;
  line-height: 1.2;
}
.site-logo .site-title > span{
  display: block;
}

/*** 言語切り替え・検索 ・更新履歴 ***/
.hd-toolsbox{
  width:100%;
}
/** 更新履歴 **/
.update-dsp{
  margin: 0 0 15px 0;
  width:100%;
  font-size:1.2rem;
}

/** 言語切り替え **/
.hd-toolsbox > ul{
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-around;
  margin: 0 0 0 0;
  padding: 0 10px;
  width:100%;
}
.hd-toolsbox > ul > li{
  list-style: none;
}
.hd-toolsbox> ul .lang-item{
  width:70px;
}
.hd-toolsbox> ul .lang-item a{
  text-decoration: none;
  display: block;
  width:70px;
  height:30px;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
  color:#fff;
  border-radius: 5px;
  transition: all .2s ease-out;
}
.hd-toolsbox> ul .lang-item a:hover{
  opacity: 0.7;
}
.hd-toolsbox> ul .lang-item-ja a{
  background-color:#7887AD;
}
.hd-toolsbox> ul .lang-item-en a{
  background-color: #741A1F;
}

.hd-toolsbox > ul .hd-keywordform{
  margin-left: 10px;
  width:calc(100% - 156px);
}
.hd-toolsbox> ul .lang-item:nth-of-type(2){
  margin-left: 6px;
}

/** 検索窓 **/
.hd-keywordform form {
  width: 100%;
}
.hd-keywordform form {
  position: relative;
  background-color: #e8e8e8;
  border-radius: 5px;
}
#searchform input#s {
  box-sizing: border-box;
  display: inline-block;
  padding: 4px 8px;
  width: calc(100% - 45px);
  height: 30px;
  font-size:1.4rem;
  color:#404040;
  border-radius: 5px;
  background-color: #e8e8e8;
  border: none;
}
#searchsubmit {
  position: absolute;
  top: 2px;
  right: 2px;
  box-sizing: border-box;
  display: block;
  width: 40px;
  height: 26px;
  background: url("./img/common/searchbtn-icon.svg") center center / 22px no-repeat;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}



@media screen and (max-width: 767px) {
/* ロゴ */
  .site-logo .site-title{
  padding-left: 10px;
  width:calc(100% - 50px);
}
  .site-logo .site-title > span:nth-child(1){
  font-size:1.8rem;
  font-weight: bold;
}
.site-logo .site-title > span:nth-child(2){
  position: absolute;
  bottom:0;
  left:10px;
  font-size:1.2rem;
}
/*** 言語切り替え・検索 ・更新履歴 ***/
.hd-toolsbox{
  background-color: #F1F5F7;
}
/** 更新履歴 **/
.update-dsp{
  margin: 0 0 10px 0;
  padding:5px;
  text-align: center;
  color:#fff;
  background-color: #4D81F7;
}

}

@media print, (min-width: 768px) {
header{
  margin: 0 auto 60px;
}
header .hd-inner{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  padding:15px 0;
}
/* ロゴリンク */
.logolink{
  display: block;
  width:53%;
}
/* ロゴ */
.site-logo{
  align-items: center;
  margin: 0 0 0 0;
  padding-bottom:0;
  width:100%;
}
.logomark{
  width:70px;
}
.site-logo .site-title{
  margin: 0 0 0 0;
  padding-left: 15px;
  width:calc(100% - 70px);
}
.site-logo .site-title > span:nth-child(1){
  font-size:2.2rem;
  font-weight: bold;
}
.site-logo .site-title > span:nth-child(2){
  font-size:1.5rem;
}
/*** 言語切り替え・検索 ・更新履歴 ***/
.hd-toolsbox{
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding:0 10px 0 0;
  width:45%;
}
/** 更新履歴 **/
.update-dsp{
  margin: 0 0 0 0;
  text-align: right;
  font-size:1.5rem;
  color:#707070;
}
/** 言語切り替え **/
.hd-toolsbox > ul{
  padding: 0 0 0 0;
}
.hd-toolsbox > ul .hd-keywordform{
  margin-left: 20px;
  width:calc(100% - 170px);
}
.hd-toolsbox> ul .lang-item{
  width:70px;
}
.hd-toolsbox> ul .lang-item a{
  width:70px;
}
.hd-toolsbox> ul .lang-item:nth-of-type(2){
  margin-left: 10px;
}
}

@media screen and (min-width: 1280px) {
/* ロゴ */
.site-logo .site-title > span:nth-child(1){
  font-size:2.4rem;
}
/*** 言語切り替え・検索 ・更新履歴 ***/
.hd-toolsbox{
  padding:0 0 0 0;
}
/** 言語切り替え **/
.hd-toolsbox > ul .hd-keywordform{
  margin-left: 20px;
  width:calc(100% - 214px);
}
.hd-toolsbox> ul .lang-item{
  width:92px;
}
.hd-toolsbox> ul .lang-item a{
  width:92px;
}
.hd-toolsbox> ul .lang-item:nth-of-type(2){
  margin-left: 10px;
}

}





/*-------------------------------------------------------------------
/*  GLナビ／スモールデバイス
--------------------------------------------------------------------*/
/*----------------------------------------------------------
/* ヘッダー／SPメニュー
-----------------------------------------------------------*/
@media screen and (max-width: 767px) {

/* ボタン */
.sdmenu-btn {
  position: fixed;
  /* デバッグ用暫定上位置 */
  top:41px;
  right:5px;
  cursor: pointer;
  background: url("./img/common/sdbtn_close.svg") center center / cover no-repeat;
  border:solid 5px #fff;
  border-radius: 3px;
  opacity: 0.7;
  z-index: 10;
}
.sdmenu-btn:hover{
  opacity: 1;
}
.sdmenu-btn img {
  transition: all 0.2s ease;
}
.sdmenu-btn.active {
  opacity: 1;
}
.sdmenu-btn.active img {
  opacity: 0;
}
/** ウインドウオープン **/
.menu-global-navi-container.active,
.menu-global-navi-en-container.active {
  transform: translateX(0%);
  opacity: 1;
  z-index: 1;
}
/** 基本設定／メニュー包含 **/
.menu-global-navi-container,
.menu-global-navi-en-container{
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px 0 20px 0;
  width: 100%;
  height: calc(100vh - 80px);
  text-align: center;
  background: rgba(50, 101, 181, 0.9);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  box-shadow: 0px 6px 14px -6px rgba(0, 0, 0, 0.3);
  z-index: -1;
}
/*** メニュー ***/
/* 包含 */
.menu-global-navi-container > ul,
.menu-global-navi-en-container > ul {
  margin: 0 auto;
  width: 90%;
}
.menu-global-navi-container > ul,
.menu-global-navi-en-container > ul {
  padding-left: 0 !important;
}
.menu-global-navi-container > ul,
.menu-global-navi-container > ul li,
.menu-global-navi-en-container > ul,
.menu-global-navi-en-container > ul li {
  list-style: none !important;
}
.menu-global-navi-container > ul li,
.menu-global-navi-en-container > ul li {
  border-bottom: solid 1px #4D81F7;
}

.menu-global-navi-container > ul > li:nth-of-type(n + 2),
.menu-global-navi-en-container > ul > li:nth-of-type(n + 2) {
  margin-top: 10px;
}
.menu-global-navi-container > ul > li a,
.menu-global-navi-en-container > ul > li a{
  text-decoration: none;
  display: block;
  padding: 14px;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  transition: all 0.2s ease;
}
.menu-global-navi-container > ul > li a:hover,
.menu-global-navi-en-container > ul > li a:hover{
  text-decoration: none;
  background-color: #4D81F7;
}

}
@media print, (min-width: 768px) {
}
@media screen and (min-width: 1280px) {
}


/*-------------------------------------------------------------------
/*  GLナビ／ラージデバイス
--------------------------------------------------------------------*/
@media print, (min-width: 768px) {
.menu-global-navi-container,
.menu-global-navi-en-container{
  margin: 0 auto 0;
  background-color: #3265B5;
  box-shadow: 0px 8px 9px 0px rgba(150,150,150,0.4);
}
.menu-global-navi-container > ul,
.menu-global-navi-en-container > ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto 0;
  width:100%;
  max-width: 1000px;
  background-color: #4D81F7;
}
.menu-global-navi-container > ul > li,
.menu-global-navi-en-container > ul > li{
  list-style: none;
  width:16.6%;
}
.menu-global-navi-container > ul > li:nth-of-type(n+2),
.menu-global-navi-en-container > ul > li:nth-of-type(n+2){
  margin-top: 0;
}
.menu-global-navi-container > ul li a,
.menu-global-navi-en-container > ul li a{
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0 0 0 0;
  width:100%;
  height:50px;
  font-size:1.5rem;
  font-weight: normal;
  color:#fff;
  transition: all .2s ease-out;
}
.menu-global-navi-container > ul li a:hover,
.menu-global-navi-en-container > ul li a:hover{
  background-color: #153785;
}
}



/*-------------------------------------------------------------------
/*  ホーム画面
--------------------------------------------------------------------*/
.home{
  background-color: #F1F5F7;
}
/*** お知らせ ***/
.oshirase-wrapbox{
  margin: 0 auto 30px;
  padding: 15px;
  width:100%;
  background-color: #fff;
  border-radius: 10px;
}
/* タイトル */
.oshirase-titlebox{
  position: relative;
  margin: 0 auto 0;
  width:100%;
  text-align: center;
}
.oshirase-titlebox .oshirase-title{
  margin: 0 auto 0;
  width:100%;
  font-size:2rem;
  font-weight: bold;
  color:#000;
  text-align: center;
}
.oshirase-titlebox .oshirase-title img{
  display: inline-block;
  margin:0 5px 4px 0;
}
/* 一覧ボタン */
.oshirase-list-btn{
  text-decoration: none !important;
  display: inline-block;
  padding:2px 8px;
  text-align: center;
  font-size:1.4rem;
  color:#fff !important;
  background-color: #707070;
  border-radius: 5px;
  transition: all .2s ease-out;
}
.oshirase-list-btn:hover{
  opacity: 0.7;
}




/*** メインセンターメニュー ***/
.top-center-navi{
  margin: 0 auto 0;
  width:100%;
}
.top-center-navi .top-center-menu{
  list-style: none;
  margin: 0 auto 0 !important;
  padding: 0 0 0 0 !important;
  width:100%;
}
.top-center-navi .top-center-menu > li{
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0 0 0 0 !important;
  width:100%;
}
.top-center-navi .top-center-menu > li:nth-of-type(n+2){
  margin-top: 0 !important;
}
.top-center-navi .top-center-menu > li::before{
  content:none !important;
}
.top-center-navi .top-center-menu > li a{
  text-decoration: none !important;
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width:100%;
  color:#404040;
  background-color: #fff;
  transition: all .2s ease-out;
}
.top-center-navi .top-center-menu > li a:hover{
  background-color: #E7ECF7;
}

.top-center-navi .top-center-menu > li .menu-inner .menutitle{
  margin: 0 0 0 0;
  font-size:1.6rem;
  font-weight: bold;
}
.top-center-navi .top-center-menu > li .menu-inner .menuguide,
.top-center-navi .top-center-menu > li .menu-inner .menuguide p{
  margin: 0 0 0 0;
  line-height: 1.3;
  font-size:1.3rem;
}

/* サムネイル */
.top-center-navi .top-center-menu > li .menu-inner .thumbbox{
  text-align: center;
}

@media screen and (max-width: 767px) {
/* タイトル */
.oshirase-titlebox{
  margin: 0 auto 15px;
}
/* 一覧ボタン */
.oshirase-list-btn{
  position: absolute;
  top:3px;
  right:0;
}

/* 一覧ボタン */
.oshirase-list-btn{
  text-decoration: none !important;
  display: inline-block;
  padding:2px 8px;
  text-align: center;
  font-size:1.4rem;
  color:#fff !important;
  background-color: #707070;
  border-radius: 5px;
}

/*** メインセンターメニュー ***/
.top-center-navi .top-center-menu{
  margin: 0 auto 0;
  padding: 20px 15px;
  width:100%;
  background-color: #fff;
  border-radius: 10px;
}
.top-center-navi .top-center-menu > li{
  border-bottom: solid 2px #153785;
}
.top-center-navi .top-center-menu > li .menu-inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width:100%;
}
.top-center-navi .top-center-menu > li .menu-inner::before{
  order:3;
  content:url('./img/common/icon_yajirushi-migi.svg');
  width:12px;
  margin-right: 5px;
}
.top-center-navi .top-center-menu > li .menu-inner .thumbbox{
  order:1;
  width:60px;
}
.top-center-navi .top-center-menu > li .menu-inner .thumbbox img{
  margin: 0 auto 0;
  width:86%;
}
.top-center-navi .top-center-menu > li .menu-inner .menutitle{
  order:2;
  padding-left: 10px;
  width:calc(100% - 80px);
  line-height: 1.3;
  font-size:1.4rem;
}
}
@media print, (min-width: 768px) {
/*** お知らせ ***/
.oshirase-wrapbox{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 60px;
  width:100%;
}
/* タイトル */
.oshirase-titlebox{
  margin: 0 0 0 0;
  width:20%;
}
/* タイトル */
.oshirase-titlebox .oshirase-title{
  margin: 0 auto 14px;
}

/*** メインセンターメニュー ***/
.top-center-navi .top-center-menu{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width:100%;
}
.top-center-navi .top-center-menu::before,
.top-center-navi .top-center-menu::after{
  content:'';
  width:24%;
  height:0;
}
.top-center-navi .top-center-menu::before{
  order:1;
}
.top-center-navi .top-center-menu > li{
  width:24%;
}
.top-center-navi .top-center-menu > li a{
  padding: 10px;
  border-radius: 10px;
}

/* サムネイル */
.top-center-navi .top-center-menu > li .menu-inner .thumbbox{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  padding: 10px 0;
  border-bottom: solid 1px #153785;
}
.top-center-navi .top-center-menu > li .menu-inner .thumbbox::before{
  content:url('./img/common/icon_yajirushi-migi.svg');
  position: absolute;
  right:10px;
  bottom:10px;
  width:12px;
  transition: all .2s ease-out;
}
.top-center-navi .top-center-menu > li a:hover .menu-inner .thumbbox::before{
  right:0;
}
.top-center-navi .top-center-menu > li .menu-inner .thumbbox img{
  width:40%;
}

}

@media screen and (min-width: 1280px) {
/*** お知らせ ***/
.oshirase-wrapbox{
  padding:15px 30px;
}
}


/*-------------------------------------------------------------------
/*  お知らせ一覧表示部分／トップ、お知らせ一覧ページ基本共通
--------------------------------------------------------------------*/
/*** お知らせリスト ***/
.oshirase{
  list-style: none;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  width:100%;
}
.oshirase > li{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 0 0;
  padding: 0 0 0 0 !important;
  width:100%;
}
.oshirase > li::before{
  content:none !important;
}

.oshirase > li:nth-of-type(n+2){
  margin-top: 14px;
}
.oshirase > li .oshirase-date{
  display: inline-block;
  margin: 0 0 0 0;
  width:100%;
}
.oshirase > li .oshirase-title{
  position: relative;
  margin: 0 0 0 0;
  font-size:1.4rem;
  width:100%;
}
/* リンクテキスト表示位置 */
.oshirase > li .oshirase-title > a{
  display: inline-block;
  margin-left: 2em;
  font-size:1.2rem;
}

/*** お知らせ一覧ページ ***/
.blog .oshirase{
  list-style: none;
  margin: 0 0 0 0;
  width:100%;
}

/* ページナビ ／ pagenavi-css.css override */
.blog .wp-pagenavi{
  margin: 50px 0 0 0;
  padding:30px 0 0 0;
  border-top: solid 2px #4D81F7;
}
.blog .wp-pagenavi span,
.blog .wp-pagenavi a{
  display: inline-block;
  margin-top: 8px;
  padding:4px 8px;
  vertical-align: middle;
}
.blog .wp-pagenavi .current{
  padding:4px 8px;
  font-size:2rem;
}
.blog .wp-pagenavi span:nth-of-type(n+2),
.blog .wp-pagenavi a{
  margin-left: 8px;
}


@media screen and (max-width: 767px) {
}

@media print, (min-width: 768px) {
/*** お知らせリスト ***/
.oshirase{
  margin: 0 0 0 0;
  width:75%;
}
.oshirase > li:nth-of-type(n+2){
  margin-top: 16px;
}
.oshirase > li .oshirase-date{
  width:18%;
}
.oshirase > li .oshirase-title{
  width:82%;
}
}

@media screen and (min-width: 1280px) {
/*** お知らせリスト ***/
.oshirase > li .oshirase-date{
  width:13%;
}
.oshirase > li .oshirase-title{
  width:87%;
}

}




/*-------------------------------------------------------------------
/*  
--------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
}
@media print, (min-width: 768px) {
}
@media screen and (min-width: 1280px) {
}




/*-------------------------------------------------------------------
/*  検索結果画面
--------------------------------------------------------------------*/
.cmncont-inner.search {
  min-height: 100px;
}
.search-results-sent {
  font-size: 1.8rem;
  font-weight: bold;
}
.search-word {
  font-size: 2.4rem;
  font-weight: bold;
  color: #4588e6;
}
/* リスト表示 */
.search-results-list {
  list-style: none;
  width: 100%;
}
.search-results-list li {
  list-style: none;
}
.search-results-list > li:nth-of-type(n + 2) {
  margin-top: 12px;
}
/* 空のpタグ表示off */
.search-results-list li p:empty{
  display: none;
}
/* 検索単語のマークング色 */
mark.hilite{
  background-color: #f6ff74;
}
@media screen and (max-width: 767px) {
}
@media print, (min-width: 768px) {
  .cmncont-inner.search {
    min-height: 300px;
  }
}







/*-------------------------------------------------------------------
/*  フッター
--------------------------------------------------------------------*/
footer {
  margin: 0 auto 0;
  padding:30px 15px;
  background-color: #fff;
  border-top:solid 2px #3C80FF;
}
/* メニュー */
.ft-links{
  margin: 0 auto 30px;
  width:100%;
}
.ft-links > ul{
  list-style: none;
  margin: 0 auto 30px;
  width:100%;
}
.ft-links > ul > li{
  list-style: none;
  position: relative;
  margin: 0 10px;
  padding-left: 18px;
}
.ft-links > ul > li::before{
  content:'●';
  position: absolute;
  top:0;
  left:0;
  color:#9D3338;
}
.ft-links > ul > li a{
  display: inline-block;
  text-decoration: none !important;
  line-height: 1.2;
  font-weight: normal;
  color:#000;
  border-bottom: solid 1px #fff;
}
.ft-links > ul > li a:hover{
  border-bottom: solid 1px #000;
}
.ft-links > ul > li a::after{
  content:url('./img/common/icon_external-link.svg');
  display: inline-block;
  margin-left: 2px;
  width:16px;
  vertical-align: middle;
}

.ft-copy {
  margin: 0 auto 0;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  font-size: 1.3rem;
}
/* ページTOPボタン */
.pagetop-btn {
  display: none;
  position: fixed;
  right:10px;
  bottom:26%;
  opacity: 0.7;
  transition: all 0.2s ease-out;
}
.pagetop-btn img{
  width:40px;
}
.pagetop-btn:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
/* メニュー */
  .ft-links > ul > li:nth-of-type(n+2){
    margin-top: 8px;
  }

}
@media print, (min-width: 768px) {
/* メニュー */
.ft-links > ul > li{
  display: inline-block;
  margin-top: 8px;
}
/* ページTOPボタン */
.pagetop-btn {
  right:5%;
}
.pagetop-btn img{
  width:60px;
}

}
@media screen and (min-width: 1280px) {
}























/*-------------------------------------------------------------------
/*  ページ内INDEX
--------------------------------------------------------------------*/
/* 包含 */
.cmn-content #toc_container{
  position: relative;
  margin: 0 auto 0;
  padding:15px 20px;
  width:100% !important;
  background-color: #F8F8F8 !important;
  border:none;
  border-left:solid 5px #D0DDFA;
}
/* クローズ状態のサイズ */
.cmn-content #toc_container.contracted{
  width:100% !important;
}
.cmn-content #toc_container::before{
  content:'';
  position: absolute;
  top:0;
  left:0;
  width:5px;
  height:20px;
  background-color: #3265B5;
}
/* 見出し、クローズボタン */
.cmn-content #toc_container .toc_title{
  margin: 0 0 15px 0;
  text-align: left;
  font-size:2rem;
  font-weight: bold;
}
.cmn-content #toc_container .toc_title .toc_toggle{
  position: absolute;
  top:-5px;
  right:5px;
}
.cmn-content #toc_container .toc_title .toc_toggle a{
  text-decoration: none !important;
  font-size:2.6rem;
  font-weight: bold;
  color:#3265B5;
}
.cmn-content #toc_container .toc_title .toc_brackets{
  display: none;
}
/* リスト */
.cmn-content #toc_container .toc_list{
  list-style-type: none !important;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0;
  width:100%;
}
.cmn-content #toc_container .toc_list > li{
  padding: 0 0 0 0 !important;
}
.cmn-content #toc_container .toc_list > li::before{
  content:none !important;
}
.cmn-content #toc_container .toc_list li a{
  color:#404040 !important;
}
.cmn-content #toc_container .toc_list li ul{
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
}
@media print, (min-width: 768px) {
/* 包含 */
.cmn-content #toc_container{
  width:66% !important;
}
/* クローズ状態のサイズ */
.cmn-content #toc_container.contracted{
  width:66% !important;
}
}
@media screen and (min-width: 1280px) {
}




/*-------------------------------------------------------------------
/*  基本スタイル／エディター対応、投稿・ページ共通
--------------------------------------------------------------------*/
/*** 見出し ***/
/* 概要はトグルなし */
.gaiyou-title{
  position: relative;
  text-indent: 0 !important;
  pointer-events: none !important;
  margin: 3em 0 1em 0;
  padding: 0 0 0 0;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: bold;
  border:none !important;
}
.gaiyou-title::after{
  content: none !important;
}

/* 基本H2はトグルボタン */
h2 {
  position: relative;
  cursor: pointer;
  text-indent: -1.1em;
  margin: 3em 0 0 0;
  padding: 0 0 10px 1.5em;
  line-height: 1.2;
  letter-spacing: -0.05em;
  font-size: 2rem;
  font-weight: bold;
  border-left: solid 4px #3265B5;
  border-bottom: solid 2px #3C80FF;
}
h2::after {
  content:url('./img/common/btn_chapter-close.svg');
  display: block;
  position: absolute;
  text-indent: 0;
  right:5px;
  bottom:0;
  width:40px;
  transition: all .2s ease-out;
}
h2.open::after {
  content:url('./img/common/btn_chapter-open.svg');
}
h2:hover::after {
  opacity: 0.6;
}

/*** 見出し ***/
/* トグルなし指定H2 */
.no-toggle-title{
  position: relative;
  pointer-events: none !important;
  text-indent: -1.1em;
  margin: 3em 0 0 0;
  padding: 0 0 10px 1.5em;
  line-height: 1.2;
  letter-spacing: -0.05em;
  font-size: 2rem;
  font-weight: bold;
  border-left: solid 4px #3265B5;
  border-bottom: solid 2px #3C80FF;
}
.no-toggle-title::after{
  content: none !important;
}

h3 {
  text-indent: -1em;
  margin: 2em 0 1em 0;
  padding: 1px 0 1px 1.4em;
  letter-spacing: -0.05em;
  font-size: 2rem;
  font-weight: bold;
  background-color: #F1F5F7;
  border-left: solid 4px #3265B5;
}
h4 {
  margin: 2.5em 0 1em 0;
  font-size: 1.8rem;
  font-weight: bold;
}
h5 {
  text-indent: -1em;
  margin: 2.5em 0 1em 0;
  padding-left:1em;
  font-size: 1.6rem;
  font-weight: normal;
}
h5::before {
  content:'■';
  margin: 1em 0 1em 0;
  font-size: 1.6rem;
}
h6 {
  text-indent: -1em;
  margin: 2.5em 0 1em 0;
  padding-left:1em;
  font-size: 1.6rem;
  font-weight: normal;
}
h6::before {
  content:'◇';
  margin: 1em 0 1em 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
/* H2はトグルボタン */
h2 {
  padding-right: 58px;
}
}
@media print, (min-width: 768px) {
h2::after {
  width:50px;
}
}
@media screen and (min-width: 1280px) {
}


/*-------------------------------------------------------------------
/*  下層ページ、オンラインガイド詳細ページ共通
/*  章 ※トグル用BOX 、初期表示閉じてる状態
/*--------------------------------------------------------------------*/
.chapter-box{
  margin: 0 auto 40px;
  padding:15px 0;
  width:100%;
  /* 閉じてる状態を初期表示にする場合にイキ
  display: none;
  */
}
@media print, (min-width: 768px) {
.chapter-box{
  margin: 0 auto 60px;
  padding:15px 0;
}
}

/*** 段落 ***/
p {
  margin: 0.5em 0 1.5em 0;
}

/*** テーブル（表） ***/
table {
  margin: 1em 0 1.5em 0;
  border: solid 1px #e4e4e4;
}
table tr th,
table tr td {
  padding: 8px;
  border: solid 1px #e4e4e4;
}
table tr th {
  background-color: #F1F5F7;
}

/*** 注意書き ***/
.attention-sent{
  position: relative;
  margin: 2em 0 2em 0;
  padding:0 0 0 30px;
  font-weight: bold;
  color:#9D3338;
}
.attention-sent::before{
  display: block;
  position: absolute;
  top:1px;
  left:0;
  content:url('./img/common/icon_attention.svg');
  margin: 0 0 0 0;
  padding:0 0 0 0;
  width:14px;
}

/* 表スライド用包含 */
.common-table-slide_wrap {
  margin: 5px 0 15px 0;
  width: 100%;
  overflow-x: auto;
}
.common_table-slide_wrap::-webkit-scrollbar {
  height: 4px;
}
.common_table-slide_wrap::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 2px;
}
.common_table-slide_wrap::-webkit-scrollbar-track-piece {
  background: #efefef;
}

/*** リスト 投稿・固定ページ内表示 ***/
#wrapper ul,
#wrapper ol {
  margin: 2em 0 1.5em 0;
  padding:0 0 0 0;
}
#wrapper ul li:nth-of-type(n+2),
#wrapper ol li:nth-of-type(n+2){
  margin-top: 1em;
}

/*** ulリスト ***/
#wrapper ul{
  list-style-type: none !important;
}
#wrapper ul > li{
  position: relative;
  padding-left:22px;
}
#wrapper ul > li::before{
  position: absolute;
  top:2px;
  left:0;
  content:'●';
  display: block;
  line-height: 1.6;
  font-size:1.3rem;
  font-weight: bold;
  color:#414040;
}

/*** olリスト ***/
#wrapper ol{
  list-style-type: none !important;
}
#wrapper ol > li{
  counter-increment: bangou;
  position: relative;
  padding-left:35px;
}
#wrapper ol > li::before{
  position: absolute;
  top:2px;
  left:0;
  content:counter(bangou);
  display: block;
  width:22px;
  height:22px;
  text-align: center;
  font-size:1.4rem;
  font-weight: bold;
  color:#fff;
  background-color: #3265B5;
}

/*** Step付きリスト ***/
#wrapper .step-list{
  list-style-type: none !important;
  margin: 2em 0 1.5em 0;
}
#wrapper .step-list > li{
  list-style: none !important;
  counter-increment: bangou;
  position: relative;
  padding-left:60px;
}
#wrapper .step-list > li::before{
  position: absolute;
  top:0;
  left:0;
  content:'Step'counter(bangou);
  display: block;
  padding-bottom: 1px;
  font-size:1.6rem;
  font-weight: bold;
  color:#741A1F;
  border-bottom: solid 2px #741A1F;
}

/*** 汎用パラグラフ1／薄水色背景（引用などで使用） ***/
.paragraph-blue {
  margin: 1.5em 0 1.5em 0;
  padding: 1.5em;
  background-color: #F2FBFF;
}

/*** 汎用パラグラフ2／薄オレンジ色背景（引用などで使用） ***/
.paragraph-orange {
  margin: 1.5em 0 1.5em 0;
  padding: 1.5em;
  background-color: #FFEFD5;
}



/* ◆付きリスト */
.cmncont-inner .list-icon-rhombus li {
  list-style: none;
  position: relative;
  padding-left: 1.2em;
}
.cmncont-inner .list-icon-rhombus li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background: #c3dde6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 数字付きリスト／ブラウザ標準のolスタイルは使わない */
.cmncont-inner ol {
  position: relative;
  padding-left: 1.8em;
  list-style: none;
  counter-reset: item;
}
.cmncont-inner ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  font-weight: bold;
  position: absolute;
  left: 0;
}

/*** 写真とテキスト横並びレイアウト ***/
/*** レイアウト包含 ***/
.photo-text-Parallel{
  margin: 15px auto 30px auto;
  padding:0;
  width: 100%;
}
.photo-text-Parallel > li{
  list-style: none;
}
.cmncont-inner .photo-text-Parallel > li:nth-of-type(n+2){
  margin-top: 30px;
}
/* SDでは画像幅100% */
.photo-text-Parallel > li > img{
  display: block;
  margin: 0 auto 8px;
}

/*** 左寄せ・右寄せ・センタリング ***/
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}

/*** 水平線 ***/
hr.common-hr {
  margin: 30px 0;
  height: 1px;
  border: none;
  border-top: solid 1px #0a3f6b;
}

@media screen and (max-width: 767px) {
  /*** レイアウト ***/
  /* PC2列・SP1列 */
  .layout-pc2-sp1 > li:nth-of-type(n + 2),
  .layout-pc3-sp1 > li,
  .layout-pc4-sp1 > li {
    margin-top: 15px;
    width: 100%;
  }
  /*** テーブル（表）／SP表示 ***/
  table {
    width: 600px !important;
  }
  /* スライドアナウンス */
  .sp_slide-announce {
    margin: 0 0 -15px 0 !important;
    text-align: right;
  }
  .sp_slide-announce::before {
    display: inline-block;
    content: "→→";
    font-size: 1.4rem;
    font-weight: 400;
  }
}
@media print, (min-width: 768px) {
  /*** レイアウト ***/
  /* PC2列・SP1列 */
  .layout-pc2-sp1 > li {
    width: 48%;
  }
  /* PC3列・SP1列 */
  .layout-pc3-sp1 > li {
    width: 31%;
  }
  .layout-pc3-sp1::after {
    display: block;
    content: "";
    width: 31%;
    height: 0;
  }
  /* PC4列・SP1列 */
  .layout-pc4-sp1::before,
  .layout-pc4-sp1::after {
    display: block;
    content: "";
    width: 23%;
    height: 0;
  }
  .layout-pc4-sp1::before {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .layout-pc4-sp1 > li {
    width: 23%;
  }
  .layout-pc2-sp1 > li:nth-of-type(n + 3),
  .layout-pc3-sp1 > li:nth-of-type(n + 4),
  .layout-pc4-sp1 > li:nth-of-type(n + 5) {
    margin-top: 15px;
  }

  /*** 写真とテキスト横並びレイアウト ***/
  /* 写真フロート対応clearfix */
  .photo-text-Parallel > li::after{
    content: '';
    display: block;
    clear: both;
  }
  /* 画像とテキストの比率 3:7 */
  .photo-text-Parallel > li > img{
    float:left;
    margin:0 10px 0 0;
    max-width:30%;
  }

  /*** テーブル（表）SP表示用アナウンス非表示 ***/
  table {
    width: 100%;
  }
  .sp_slide-announce {
    display: none;
  }
}


/*-------------------------------------------------------------------
/*  メールフォーム　2023.12～
/* 求人情報登録フォーム／ID2131
/* インターンシップ情報登録フォーム／ID2170
--------------------------------------------------------------------*/
/*** ファイル添付時のテキスト表示処置 ***/
/* ファイル添付している時は、アップロードボタンを非表示にする */
#file-uploads-box1:has(.mw-wp-form_file) #tenpufile1,
#file-uploads-box2:has(.mw-wp-form_file) #tenpufile2,
#file-uploads-box3:has(.mw-wp-form_file) #tenpufile3,
#file-uploads-box4:has(.mw-wp-form_file) #tenpufile4{
  display: none !important;
}

/*** フォーム ***/
/* 包含 */
.career-form{
	margin:0 0 0 0;
	width:100%;
}
/* 見出し */
.career-form h4{
  margin: 40px 0 -20px 0 !important;
}

/* 各入力欄 */
.career-form > dl{
	margin:0 0 0 0;
	padding:10px 0;
	width:100%;
	border-bottom:solid 1px #c3dde6;
}
.career-form > dl:nth-of-type(n+2){
  margin-top: 30px;
}
.career-form > dl:last-of-type{
  margin-bottom: 30px;
}
/* 項目名 */
.career-form > dl > dt,
.career-form > dl > dd{
  width:100%;
}
/* 自動整形でPタグがご挿入された場合の処置 */
.career-form > dl > dd p{
  margin: 0;
}

/* 入力欄 */
.career-form > dl > dt{
  position: relative;
	margin:0 0 10px 0;
	padding:0 0 0 0;
  font-size:1.8rem;
  font-weight: normal;
	color:#343434;
}
.career-form > dl > dt span.fmhissu{
  display: inline-block;
  margin-left: 10px;
  padding:2px 10px;
	font-size:1.2rem;
  font-weight: bold;
	color:#fff;
  background-color: #C60F0F;
  border-radius: 4px;
}
/* 選択欄・入力欄 */
.career-form > dl{
	display: block;
}
.career-form > dl > dd input[type=text],
.career-form > dl > dd div input[type=text],
.career-form > dl > dd div input[type=email]{
  width:100%;
}

/* プルダウン（セレクト）調整 */
.career-form > dl > dd select{
  width:100%;
}


/* 確認画面の入力値フォーカス */
.page-jobform-confirm .career-form > dl > dd,
.page-internform-confirm .career-form > dl > dd,
.page-eventform-confirm .career-form > dl > dd{
  padding:10px;
  background-color: #d4eff9;
}
/* 確認画面では入力欄の注釈非表示 */
.page-jobform-confirm .career-form > dl > dd .form-nyuryoku-notes,
.page-internform-confirm .career-form > dl > dd .form-nyuryoku-notes,
.page-eventform-confirm .career-form > dl > dd .form-nyuryoku-notes{
  display: none;
}

/* 入力説明文 */
.career-form > dl .support-sent{
  margin: 8px 0 0 0;
  width:100%;
  font-size:1.4rem;
	font-weight: normal;
}

/* ラジオボタン・チェックボックス用 */
.career-form > dl > dd input{
	padding:6px 10px 6px 10px;
  border:solid 1px #ccc;
}

/* ラジオボタン、チェックボックス 共通 */
.cmn-radiobox,
.cmn-checkbox{
  margin: 10px 0 10px 0;
}
.cmn-radiobox .mwform-radio-field,
.cmn-checkbox .mwform-checkbox-field{
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1.3;
}
.mw_wp_form .cmn-radiobox .mwform-radio-field.horizontal-item,
.mw_wp_form .cmn-checkbox .mwform-checkbox-field.horizontal-item{
  margin-right: 1.2em;
}
.mw_wp_form .cmn-radiobox .mwform-radio-field.horizontal-item:last-of-type,
.mw_wp_form .cmn-checkbox .mwform-checkbox-field.horizontal-item:last-of-type{
  margin-right: 0;
}
.mw_wp_form .cmn-radiobox .mwform-radio-field.horizontal-item,
.mw_wp_form .cmn-checkbox .mwform-checkbox-field.horizontal-item{
  margin-left: 0;
}

.cmn-radiobox .mwform-radio-field label input,
.cmn-checkbox .mwform-checkbox-field label input{
  transform: scale(1.2);
}

/* テキストエリア */
.career-form > dl > dd.toibox div > textarea{
	padding:6px 10px;
	width:100%;
}

/** 連絡先の入力欄レイアウト **/
.toibox.renrakusaki > div{
  width:100%;
}
.toibox.renrakusaki > div span{
  display: block;
  margin: 0 0 8px 0;
}
.toibox.renrakusaki > div:nth-of-type(n+2){
  margin-top: 15px;
}


/*** ファイルアップロード ***/
.career-form > dl .file-uploads-box > input{
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
  padding:0 0 10px 0;
  width:auto;
  border: none !important;
}
/* ファイル削除ボタン */
.career-form > dl .file-uploads-box .mwform-file-delete{
  display: inline-block;
  padding:4px;
  font-size:1.4rem;
  color:#666;
  border:solid 1px #666;
  border-radius: 6px;
}
.career-form > dl .file-uploads-box .mwform-file-delete::after{
  display: inline-block;
  content:'ファイル削除';
  font-size:1.4rem;
}
/* アップロードファイル名表示 */
.career-form > dl .file-uploads-box .mw-wp-form_file{
  display: inline-block;
  margin-left: 20px;
}
/* 確認画面でのアップロードファイル名表示の際は左余白を消す */
.page-jobform-confirm .career-form > dl .file-uploads-box .mw-wp-form_file,
.page-internform-confirm .career-form > dl .file-uploads-box .mw-wp-form_file,
.page-eventform-confirm .career-form > dl .file-uploads-box .mw-wp-form_file{
  margin-left: 0;
}

/* 必須エラー表示 */
.career-form > dl > dd .error{
	display: block;
	margin:5px 0 0 0;
	padding:2px 2px 2px 4px;
  width:60%;
	font-size:1.6rem;
	color:#ff0000;
	background-color:#fcd2d7;
	border-left:solid 5px #ff0000;
}

/** 半角・英数字入力注釈 **/
.career-form > dl > dd .form-nyuryoku-notes{
  margin: 4px 0 0 0;
  font-size:1.2rem;
  color:#ff0000;
}
/* 確認画面では注釈非表示にする */
.confirmation2 .form-nyuryoku-notes{
  display: none !important;
}

/** 入力見本（placeholder）色 **/
.career-form > dl > dd input::placeholder{
  color:#888;
}

/* 自動整形のゴミタグ表示OFF */
.career-form > dl p:empty,
.career-form > dl dt p:empty,
.career-form > dl dd p:empty{
  display: none !important;
}

/* 送信・確認・戻るボタン */
.form-button input{
  display: block;
  width:160px;
}
.form-button > input:nth-of-type(n+2){
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
/* プルダウン（セレクト）文字サイズ調整 */
.career-form > dl .gyousyu2-select select{
  font-size:1.2rem;
}
}

@media (min-width:1200px){
	/* フォーム部 */
.career-form > dl{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
	margin:0 0 0 0;
	width:100%;
}
.career-form > dl > dt{
	width:30%;
}
.career-form > dl > dd{
	width:67%;
}
/* 必須マーク */
.career-form > dl > dt span.fmhissu{
  position: absolute;
  top:8px;
  right:0;
}
/* 入力説明文 */
.career-form > dl .support-sent{
  width:80%;
}

/** 連絡先の入力欄レイアウト **/
.toibox.renrakusaki > div{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.toibox.renrakusaki > div span{
  display: inline-block;
  width:14%;
}
.toibox.renrakusaki > div input{
  width:calc(100% - 14%) !important;
}
.toibox.renrakusaki > div:nth-of-type(n+2){
  margin-top: 15px;
}
}
