@charset "utf-8";
/* Reset
------------------------------------------------------------*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
em {
    font-style: normal;
}

/*table { border-collapse: collapse;border-spacing: 0; }*/

th {
    font-weight: normal;
    text-align: left;
}

legend {
    display: none;
}

img,
fieldset {
    border: 0;
}

li {
    list-style-type: none;
}

/* HTML5
------------------------------------------------------------*/

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}

/* scrollbug for FF
------------------------------------------------------------*/

html {
    overflow-y: scroll;
}

/* Fonts
------------------------------------------------------------*/

body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* Media
------------------------------------------------------------*/

img {
    max-width: 100%;
    vertical-align: bottom;
    font-size: 0;
    line-height: 0;
}

/* link
------------------------------------------------------------*/

a {
    color: #002f7b;
    text-decoration: underline;
}

a:hover {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    opacity: .6;
}

/*--20230830追加--*/
a.new::after {
  content: 'New!';           /* 最後に入れたい任意の文字を入力 */
  font-size: 11px;           /* 文字サイズを11pxに指定 */
  font-weight: bold;         /* 太文字に指定 */
  display: inline-block;     /* line-heightの背景にも色を入れるため */
  color: #fff;               /* 文字色を白に指定 */
  line-height: 1.3;          /* 行間を指定 */
  background: #F00;          /* 背景色を赤に指定 */
  border-radius: 15px;       /* 楕円形にするため角丸 */
  padding: 0 6px;            /* 上下左右に少し余白 */
  margin-left: 10px;         /* これを指定すれば上寄せや下寄せが可能 */
  vertical-align: top;  /* これを指定すれば上寄せや下寄せが可能 */
  animation: newAnime .9s infinite alternate;
}

/*--20231222追加--*/
.font-l a.new2::after {
  content: 'New!';           /* 最後に入れたい任意の文字を入力 */
  font-size: 11px;           /* 文字サイズを11pxに指定 */
  font-weight: bold;         /* 太文字に指定 */
  display: inline-block;     /* line-heightの背景にも色を入れるため */
  color: #fff;               /* 文字色を白に指定 */
  line-height: 1.3;          /* 行間を指定 */
  background: #F00;          /* 背景色を赤に指定 */
  border-radius: 15px;       /* 楕円形にするため角丸 */
  padding: 0 6px;            /* 上下左右に少し余白 */
  margin-left: 10px;         /* これを指定すれば上寄せや下寄せが可能 */
  margin-top: 4px;         /* これを指定すれば上寄せや下寄せが可能 */
  vertical-align: top;  /* これを指定すれば上寄せや下寄せが可能 */
  animation: newAnime .9s infinite alternate;
}

@keyframes newAnime {
   0% { color      : #ff0000;          /* ブリンク時の文字色      */
        background : #ffffff;          /* ブリンク時の背景色      */
      }
 100% { color      : #ffffff;          /* ブリンク時の文字色      */
        background : #ff0000;          /* ブリンク時の背景色      */
      }
}

/*=========================================================
=========================================================*/

#content p {
    margin-bottom: 1em;
    line-height: 1.6;
    font-size: 1.1em;
}

table {
    width: 100%;
}

/*--------Outline--------*/

/*サイドなし*/

body {
    background: #F8F7F3;
    font-family: arial, sans-serif;
    font-size: 0.75em;
    color: #000;
}

#con-outer {
    position: relative;
    margin: 0 auto;
    width: 930px;
    border-left: 1px solid #D1D5DA;
    border-right: 1px solid #D1D5DA;
    background: #ffffff;
    box-sizing: border-box;
}

#wrapper {
    /*    position: relative;*/
    margin: 0 10px;
}

#container {
    width: 890px;
    margin: 0 auto;
    padding: 0;
}

#content {
    float: left;
    width: 660px;
}

.exam_content,
.univ_content,
.nyushi_content,
.faculty_content {
    width: 98%;
    margin: 0 auto;
}

/*サイドあり*/

/*--------Outline--------*/

#about #content,
#student #content {
    float: left;
    width: 660px;
}

#about div#side,
#student div#side {
    float: right;
    width: 210px;
}

.f16 {
	font-size: 16px;
	font-weight: bold;
}

/*SP*/

@media screen and (max-width: 600px) {
    body {
        font-size: 0.9em;
    }
    #con-outer {
        width: 95%;
        border-bottom: 3px solid #ffffff;
        overflow: hidden;
    }
    #container {
        width: 100%;
        margin: 0 auto;
    }
    #content,
    #about #content,
    #student #content {
        width: 100%;
        float: none;
    }
    #about div#side,
    #student div#side {
        float: none;
        width: 100%;
        margin: 0 auto 30px;
    }
    .noticeText {
        color: #CF6B14
    }
    /*.forSpScrollTable{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}*/
    .forSpHSchroll {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        border-right: 10px solid #ddd;
    }
}

/*--------Outline_End--------*/

/*table*/

table.tHead {
    margin-bottom: 1.0em;
    border-collapse: collapse;
    border-spacing: 0;
}

table.tHead thead tr th {
    font-weight: bold;
}

/* vertical align */

.tHead td {
    vertical-align: middle;
}

/* cell padding */

.tHead th,
.tHead td {
    padding: 5px 12px;
    font-size: 110%;
    line-height: 1.6;
    text-align: left;
}

table.tBorder {
    margin-bottom: 1.0em;
    border-collapse: collapse;
    border-spacing: 0;
}

/* cell padding */

.tBorder th,
.tBorder td {
    vertical-align: top;
    font-size: 110%;
    line-height: 1.6;
    text-align: left;
    border-bottom: 1px solid #c4c4c4;
    /*    background:url(../images/for_brdd_bg.gif) repeat-x bottom;*/
}

table.tvtop {
    margin-bottom: 1.0em;
    border-collapse: collapse;
    border-spacing: 0;
}

/* vertical align */

.tvtop td {
    vertical-align: top;
}

/* cell padding */

.tvtop th,
.tvtop td {
    padding: 5px 12px;
    font-size: 110%;
    line-height: 1.6;
    text-align: left;
}

/* 2. table style
=========================================================*/

/* tHead
---------------------------------------------------------*/

table.tHead,
table.tvtop,
.tHead th,
.tHead td,
.tvtop th,
.tvtop td {
    border: 1px solid #29d0d1;
}

.tHead th,
.tvtop th {
    background-color: #FFF1F0;
    font-weight: bold;
}

.tBorder th {
    padding: 10px 0 10px;
    font-weight: bold;
}

.tBorder td {
    padding: 10px 0;
}


/* 3. cell color
=========================================================*/

/* cell color */

.tCol1 th,
.tCol1 td,
th.tCol1,
td.tCol1 {
    border-bottom: 1px solid #999999;
}

td.none {
    border-bottom: none;
}


/*module*/

/* margin
---------------------------------------------------------*/

.mg5 {
    margin: 5px !important;
}

.mg10 {
    margin: 10px !important;
}

.mg15 {
    margin: 15px !important;
}

.mg20 {
    margin: 20px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr40 {
    margin-right: 10px !important;
}

.mb1 {
    margin-bottom: 1px !important;
}

.mb3 {
    margin-bottom: 3px !important;
}

.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;
}

.mb0 {
    margin-bottom: 0 !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.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;
}

.mb0 {
    margin-bottom: 0 !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml44 {
    margin-left: 44px !important;
}

/* padding
---------------------------------------------------------*/

.pd5 {
    padding: 5px !important;
}

.pd10 {
    padding: 10px !important;
}

.pd15 {
    padding: 15px !important;
}

.pd20 {
    padding: 20px !important;
}

.pt3 {
    padding-top: 3px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pt3 {
    padding-top: 3px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}


/* vertical-align
---------------------------------------------------------*/

.vTop {
    vertical-align: top !important;
}

.vMiddle {
    vertical-align: middle !important;
}

.vBottom {
    vertical-align: bottom !important;
}

.vBase {
    vertical-align: baseline !important;
}

/* text-align
---------------------------------------------------------*/

.alLeft {
    text-align: left !important;
}

.alRight {
    text-align: right !important;
}

.alCent {
    text-align: center !important;
}

/* font style
---------------------------------------------------------*/

.b {
    font-weight: bold !important;
}

.u {
    text-decoration: underline !important;
}

.i {
    font-style: italic !important;
}

.s {
    text-decoration: line-through !important;
}

/* font size
---------------------------------------------------------*/

.f120 {
    font-size: 120% !important;
}

.f115 {
    font-size: 115% !important;
}

.f110 {
    font-size: 110% !important;
}

.f105 {
    font-size: 105% !important;
}

.f95 {
    font-size: 95% !important;
}

.f90 {
    font-size: 90% !important;
}

.f85 {
    font-size: 85% !important;
}

.f80 {
    font-size: 80% !important;
}

.f_red {
    color: red !important;
}

.f_blue {
    color: blue !important;
}