<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
html,body {
  margin: 0;
  padding: 0;
  color: #444;
  font: 13px "メイリオ","ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
  line-height: 1.4;
}
/*------------------------------------
  リセット
--------------------------------------*/

 div,  p,  pre,  h1,  h2,  h3,  h4,  h5,  h6,  table,  form,
 caption,  ul,  ol,  li,  dl,  dt,  dd,  img {
  margin: 0;
  padding: 0;
  border: 0;
}

 ul,  ol, li {
  list-style: none;
}

 em {
  font-style: normal;
}

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

 input,  button,  textarea,  select,  optgroup,  option,  address {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
 input,  button,  textarea,  select {
  *font-size: 100%;
}

 a {
  color: #3067bb;
}
 a:visited {
  color: #3067bb;
}
 a:hover {
  color: #3067bb;
  text-decoration: none;
}
 a:active {
  color: #bbb930;
}


/*------------------------------------
  ヘッダー
--------------------------------------*/

 .l-header {
  width: 100%;
  margin: 0 0 10px;
}

 .mod-header {
  width: 950px;
  margin: 0 auto 10px;
}
 .mod-header-text {
  font-size: 10px;
  font-weight:normal;
  line-height:1;
  padding: 10px 0;
}

 .mod-header-box {
  display:table;
  width: 100%;
  height:50px;
}

 .mod-header-boxLeft {
  display: table-cell;
  width: 450px;
  height:inherit;
  vertical-align: top;
}

 .mod-header-boxRight {
  display: table-cell;
  width: 500px;
  height:inherit;
  vertical-align: top;
}
 .mod-header-logo {
  display: inline-block;
  padding:8px 0 0;
  height:inherit;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
 .mod-header-link {
  display: block;
  font-size: 0;
  line-height: 0;
  text-align: right;
}
 .mod-header-link li {
  display: inline-block;
  width: 25%;
  height: 50px;
  border-right:1px solid #ccc;
  padding:0 4px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
 .mod-header-link li:first-child {
  border-left:1px solid #ccc;
}
 .mod-header-link li a {
  display: block;
  position: relative;
  height: 100%;
  border-radius: 3px;
  color:#333;
  text-decoration: none;
}
 .mod-header-link li a:hover {
  color:#333;
  background:#e9f4ff;
}

 .mod-header-link li a span {
  display: block;
  position: absolute;
  width: 100%;
  font-size: 11px;
  text-align: center;
  line-height: 1;
  top:35px;
  left: 0;
}
 .mod-header-link li a::before {
  content:"";
  display: block;
  position: absolute;
  background-image:url(/img/common/link_ic_sprite.png);
  background-repeat:no-repeat;
}
.mod-header-link-shiryou a::before {
  width:18px;
  height: 23px;
  background-position: 0 0;
  margin: 0 auto;
  top:6px;
  right: 0;
  left: 0;
}
 .mod-header-link-oc a::before {
  width:24px;
  height: 19px;
  background-position: -18px 0;
  margin: 0 auto;
  top:8px;
  right: 0;
  left: 0;
}
 .mod-header-link-taiken a::before {
  width:19px;
  height: 26px;
  background-position: -42px 0;
  margin: 0 auto;
  top:4px;
  right: 0;
  left: 0;
}
 .mod-header-link-kobetsu a::before {
  width:32px;
  height: 23px;
  background-position: -61px 0;
  margin: 0 auto;
  top:5px;
  right: 0;
  left: 0;
}

.mod-pankuzu {
	margin: 20px auto 0;
  width: 950px;
	height: 28px;
	font-size: 10px;
	line-height: 11px;
}
.mod-pankuzu ul li{
	display:inline;
}

.mod-pankuzu strong {
  font-weight: bold;
}

 .mod-side-bn {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -189px;
  width: 83px;
  height: 378px;
  z-index: 210;
}
 .mod-side-bn:hover {
  opacity: .8;
}

/*------------------------------------
  グローバルナビ
--------------------------------------*/
 .mod-gNav {
  width: 100%;
  height:50px;
  background:#003586;
  border-top:4px solid #005fb7;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

 .mod-gNav-list {
  display: flex;
  width: 950px;
  height: 50px;
  margin: -4px auto 0;
}
 .mod-gNav-list li {
  height: 50px;
  width: 12.5%;
  border-right:1px solid #fff;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
 .mod-gNav-list li:first-child {
  border-left:1px solid #fff;
}
 .mod-gNav-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  color:#fff;
  background:#003586;
  border-top:4px solid #005fb7;
  text-decoration: none;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

 .mod-gNav-list li a:hover {
  border-top:4px solid #007bd0;
  background:#0052ac;
}
/*------------------------------------
  フッター
--------------------------------------*/
.l-footer {
  width:100%;
}
.l-footer__followNav {
  padding:0 0 60px;
}
 .mod-pageTop {
  width:950px;
  margin: 30px auto 15px;
  text-align: right;
}

 .mod-footer-inq {
  width: 100%;
  padding: 20px 0;
  border-top:1px solid #ccc;
}
 .mod-footer-inq-box {
  display: table;
  width: 923px;
  margin: 0 auto;
}

 .mod-footer-inq-web {
  display:table-cell;
  width:497px;
  padding:0 35px 0 0; 
}
 .mod-footer-inq-tel {
  display:table-cell;
  border-left:1px dotted #555;
  width: 360px;
  padding:0 0 0 30px;
}

 .mod-footer-inq-box dl {
  width:100%;
}
 .mod-footer-inq-box dt {
  width:100%;
  text-align: center;
  margin:0 0 13px;
}
 .mod-footer-inq-box dd {
  width:100%;
  text-align: center;
}

 .mod-footer-inq-web-btn {
  display: table;
  width: 100%;
}
 .mod-footer-inq-web-btn li {
  display:table-cell;
  width: 50%;
  text-align: center;
}
 .mod-footer-inq-web-btn li a {
  display: inline-block;
  width: 239px;
  height: 44px;
  border-radius:4px;
  color:#fff;
  font-size:14px;
  line-height:44px;
  font-weight:bold;
  text-decoration: none;
  box-shadow:0 1px 3px #707070
}
 .mod-footer-inq-web-btn li a:hover {
  opacity:.8;
}

 .mod-footer-inq-web-btn li a em {
  font-size:20px;
  font-style:italic;
  font-weight:bold;
}
 .mod-footer-inq-web-btn li a::before {
  content:"▲";
  font-size: 11px;
  display:inline-block;
  width: 14px;
  height:14px;
  background:#fff;
  line-height: 14px;
  text-align: center;
  margin: 0 5px 0 0;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  transform:rotate(90deg);
}
 .mod-footer-inq-web-btn-shiryou a {
  background:#f66219;
  border:1px solid #e34b00;
}
 .mod-footer-inq-web-btn-shiryou a::before {
  color:#f66219;
}
 .mod-footer-inq-web-btn-setsumeikai a {
  background:#1ea6eb;
  border:1px solid #0098e3;
}
 .mod-footer-inq-web-btn-setsumeikai a::before {
  color:#1ea6eb;
}
 .mod-footer-inq-tel dd {
  padding: 8px 0 0;
}
 .mod-footer-bn {
  text-align: center;
  margin: 10px auto 30px;
  width: 774px;
  height: 138px;
  background:url(/img/common/bn_shien.png) no-repeat 0 0;
}
 .mod-footer-link {
  width: 100%;
  line-height: 1;
  background:#f7f7f7;
  border-top:1px solid #efefef;
  padding:30px 0;
  margin: 0 0 20px;
}

 .mod-footer-link-column {
  width: 950px;
  display: table;
  margin: 0 auto;
}

 .mod-footer-link-columnList {
  display:table-cell;
  width: 25%;
}
 .mod-footer-link-detail {
  width: 100%;
  margin: 0 0 30px;
}
 .mod-footer-link-detail:last-child {
  margin: 0;
}

 .mod-footer-link-detail dt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  padding:0 0 0 8px;
  border-left:3px solid #003586;
}
 .mod-footer-link-detail dd {
  padding: 0 0 0 11px;
  margin:14px 0 0;
}

 .mod-footer-link-detail dd a {
  font-size:14px;
  color:#333;
  text-decoration: none;
}

 .mod-footer-link-detail dd a:hover {
  text-decoration:underline;
}
 .mod-footer-link-detail__pref dd {
  display: table;
  width: 100%;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
 .mod-footer-link-detail__pref ul {
  display:table-cell;
  width: 33%;
}
 .mod-footer-link-detail__pref ul li {
  margin: 0 0 14px;
}
 .mod-footer-group {
  width:100%;
  margin: 0 0 30px;
}

 .mod-footer-group ul {
  width:1010px;
  margin: 0 auto;
  text-align:center;
}

 .mod-footer-group ul li {
  display: inline-block;
  margin:0 0 0 10px;
  vertical-align: top;
}

 .mod-footer-group ul li a {
  text-decoration:none;
}

 .mod-footer-group ul li span {
  display: block;
  text-align: center;
  font-size: 10px;
  color:#333;
  height: 2.4em;
  margin:0 0 10px;
}
 .mod-footer-group ul li a:hover img {
  opacity: .8;
}

 .mod-footer-group-1 img {
  width: 200px;
}
 .mod-footer-group-2 img {
  width: 184px;
}
 .mod-footer-group-3 img {
  width: 186px;
}
 .mod-footer-group-4 img {
  width: 165px;
}
 .mod-footer-group-5 img {
  width: 69px;
}
 .mod-footer-group-6 img {
  width: 88px;
}
 .mod-footer-group-7 img {
  width: 118px;
}
 .mod-footer-group-8 img {
  width: 120px;
}

 .mod-footer-group-9 img {
  width: 120px;
}
 .mod-footer-group-10 img {
  width: 125px;
}

 .mod-footer-copyright {
  width:100%;
  border-top: 1px solid #efefef;
  font-size:10px;
  font-weight: bold;
  line-height:1;
  padding: 15px 0;
  text-align: center;
  color: #bbb;
}
 .mod-footer-copyright img {
   margin: 0 0 10px;
 }

.mod-search {
  width: 950px;
  height: 250px;
  margin: 30px auto;
  border:1px solid #ddd;
  border-radius: 10px;
  background:url(/img/common/searchbg.png) no-repeat 151px 12px #f6f6f6;
  /* padding: 0 0 0 205px; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mod-search-content {
  text-align: center;
}
.mod-search-tx1 {
  font-size: 32px;
  font-weight: bold;
  color: #003586;
  margin: 50px 0 10px;
}
.mod-search-tx2 {
  font-size:20px;
  font-weight: bold;
  margin: 0 0 25px;
}
.mod-search-search {
  font-size: 0;
}
.mod-search-search form {
  display: inline-block;
}
.mod-search-bt {
  display: inline-block;
  width: 300px;
  height: 50px;
  padding: 0 35px 0 0;
  position: relative;
  vertical-align: top;
}
.mod-search-bt::after {
  content:"";
  display: block;
  width: 1px;
  height: 44px;
  background:#ccc;
  position: absolute;
  top:0;
  right: 0;
  bottom:0;
  margin: auto 0 ;
}
.mod-search-bt a {
  display: block;
  width: 300px;
  height: 50px;
  border-radius: 5px;
  color: #003586;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  position: relative;
  background:#fff;
  text-decoration: none;

  -webkit-box-shadow: 0 1px 5px 0 #b7b7b7;
  -moz-box-shadow: 0 1px 5px 0 #b7b7b7;
  box-shadow: 0 1px 5px 0 #b7b7b7;
}
.mod-search-bt a:hover {
  opacity:.8;
}
.mod-search-bt a::after {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 15px;
  background: url(/img/common/link_arrw.png) no-repeat 0 -21px;
  margin: auto 0;
  top: 0;
  right: 15px;
  bottom: 0;
}

.mod-search-pref {
  display: inline-block;
  width: 300px;
  height: 50px;
  margin: 0 5px 0 35px;
  border-radius: 5px 0 0 5px;
  background:#fff;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  -webkit-box-shadow: 0 1px 5px 0 #b7b7b7;
  -moz-box-shadow: 0 1px 5px 0 #b7b7b7;
  box-shadow: 0 1px 5px 0 #b7b7b7;
}
.mod-search-pref::after {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 15px;
  background: url(/img/common/link_arrw.png) no-repeat 0 -21px;
  margin: auto 0;
  top: 0;
  right: 15px;
  bottom: 0;
  z-index: 0;
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  transform:rotate(90deg);
}
.mod-search-pref:hover {
  opacity: .8;
}
.mod-select-pref-select {
  width: 360px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #003586;
  border-radius: 5px 0 0 5px;
  background:transparent;
  border:none;
  cursor: pointer;
  padding: 0 0 0 15px;
  position: relative;
  z-index: 1;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}
.mod-select-pref-select option{
  color: #333;
}
.mod-search-submit {
  width: 60px;
  height: 50px;
  display: inline-block;
  font-size: 15px;
  line-height: 50px;
  color: #fff;
  background:#003586;
  border:none;
  border-radius: 0 5px 5px 0;
  vertical-align: top;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 5px 0 #b7b7b7;
  -moz-box-shadow: 0 1px 5px 0 #b7b7b7;
  box-shadow: 0 1px 5px 0 #b7b7b7;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}
.mod-search-submit:hover {
  opacity: .8;
}
/*------------------------------------
  追従ナビゲーション
--------------------------------------*/
 .mod-followNav {
  position: fixed;
  bottom:0;
  left: 0;
  width: 100%;
  height:60px;
  background:#0f3e8c;
  z-index:100;
}
 .mod-followNav ul {
  width: 950px;
  height:60px;
  display:table;
  margin:0 auto;
}
 .mod-followNav ul li {
  display:table-cell;
  width: 125px;
  height:inherit;
  text-align:center;
  border-right:1px solid #fff;
  vertical-align: middle;
}
 .mod-followNav ul li:first-child {
  border-left:1px solid #fff;
}
 .mod-followNav ul li a {
  color:#fff;
  text-decoration:none;
  display: block;
  height:inherit;
  font-size:11px; 
  background:#0f3e8c;
  position: relative;
}

 .mod-followNav ul li a:hover {
  background:#0052ac;
}
 .mod-followNav ul li a span {
  display:block;
  position:absolute;
  width: 100%;
  top:40px;
  left:0;
}

 .mod-followNav ul li a::before {
  content:"";
  background-image:url(/img/common/link_ic_sprite.png);
  background-repeat:no-repeat;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
}
 ul li.mod-followNav-shiryou a {
  background:#f96a01;
}

 ul li.mod-followNav-shiryou a:hover {
  background:#ff8126;
}

 ul li.mod-followNav-shiryou a::before {
  width: 18px;
  height: 23px;
  background-position:-93px 0;
  top:11px;
}

 ul li.mod-followNav-oc a::before {
  width: 24px;
  height: 19px;
  background-position:-111px 0;
  top:13px;
}

 ul li.mod-followNav-taiken a::before {
  width: 19px;
  height: 26px;
  background-position:-135px 0;
  top:9px;
}

 ul li.mod-followNav-kobetsu a::before {
  width: 32px;
  height: 23px;
  background-position:-154px 0;
  top:10px;
}
 ul li.mod-followNav-campus a::before {
  width: 14px;
  height: 23px;
  background-position:-186px 0;
  top:11px;
}
 .mod-followNav ul li.mod-followNav-tel {
  width: 325px;
  color:#fff;
}

 ul li.mod-followNav-tel span {
  vertical-align: middle;
  margin:0 10px 0 0;
}

 ul li.mod-followNav-tel span::before {
  content:"";
  background:url(/img/common/link_ic_sprite.png) no-repeat -200px 0;
  display:inline-block;
  width: 21px;
  height: 21px;
  vertical-align:middle;
  margin:0 5px 0 0;
}
 ul li.mod-followNav-tel strong {
  font-size:28px;
  font-weight: bold;
  vertical-align:middle;
}
/*------------------------------------
  本文
--------------------------------------*/
.l-container {
  width:100%;
}
.l-cont__sitemap,.l-cont__gaiyou {
  width:950px;
  margin: 0 auto;
}

/* 共通見出し */
.com-kv {
padding: 32px 0 0 28px;
border: 1px solid #babcbe;
border-top: 7px solid #232272;
height: 70px;
background-repeat: no-repeat;
background-position: right top;
}
.com-kv-subtitle{
margin:-10px 0 0 0;
padding:0 0 3px 0;
font-size:14px;
}
.com-kv h1{
top: inherit;
left: inherit;
width: 100% !important;
height: inherit;
}
.com-kv-title {
font-size: 28px;
}

 .mod-contCenter {
  width: 950px;
  margin: 0 auto 30px;
}

 .mod-contTitle {
  font-size: 32px;
  font-weight: normal;
  color:#003586;
  margin:0 0 20px;
}
 .mod-beltTitle {
  background:#003686;
  color:#fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  padding: 6px 13px;
  margin: 0 0 15px;
}

.mod-titleLine {/*両サイドにライン付き*/
  width: 950px;
  font-size: 24px;
  font-weight: bold;
  color: #002b6d;
  line-height: 1;
  text-align: center;
  position: relative;
  margin: 0 auto 30px;
  background:inherit;
}
.mod-titleLine::before {
  content:"";
  width: 100%;
  display: block;
  height: 0;
  border-top:1px solid #002b6d;
  position: absolute;
  margin: auto 0;
  top:0;
  bottom: 0;
  z-index: 0;
}
.mod-titleLine span {
  display: inline-block;
  padding: 0 20px;
  background:inherit;
  position: relative;
  z-index: 1;
}

/* ページ途中お問い合わせ導線 */
 .subinq{
margin: 0 0 30px;
padding: 8px 13px 10px 15px;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
background: #f3f4f6;
}
 .subinq-l{
float: left;
width: 330px;
}
 .subinq-l a{
background: url(/common/images/top/btn.png) no-repeat scroll 0 0 transparent;
display: block;
height: 65px;
padding: 0;
text-indent: -9999px;
width: 330px;
}
 .subinq-l a:hover{
background-position: 0 -65px;
}
 .subinq-r{
padding: 7px 0 0 0;
float: right;
width: 330px;
}

/*------------------------------------
  イベント
--------------------------------------*/

/*トップとブログ用*/

.mod-eventLink-box {
  padding:30px 0 0;
}
 .mod-eventLink {
  width: 100%;
  background:url(/img/top/event_bg.png) repeat 0 0;
  margin: 0 0 30px;
}

 .mod-eventLink dl {
  width: 950px;
  margin: 0 auto;
  position:relative;
  padding: 20px 0;
  font-size: 0;
}

 .mod-eventLink dt {
  display: inline-block;
  width:149px;
  height:149px;
  background:#ef3796;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  padding: 45px 0 0;
  vertical-align: middle;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
 .mod-eventLink dd {
  display: inline-block;
  width: 380px;
  height: 145px;
  margin:0 0 0 20px;
  background:#fff;
  vertical-align: middle;
  -webkit-box-shadow:0 1px 2px rgba(112,112,112,.8);
  -moz-box-shadow:0 1px 2px rgba(112,112,112,.8);
  box-shadow:0 1px 2px rgba(112,112,112,.8);
}

 .mod-eventLink dd a {
  display: block;
  position: relative;
  height:inherit;
  text-align: right;
  padding: 10px 10px 10px 180px;
  text-decoration:none;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
 .mod-eventLink dd a::after {
  content:"";
  position: absolute;
  display: block;
  width:14px;
  height: 21px;
  background: url(/img/common/link_arrw.png) no-repeat 0 0;
  right:10px;
  bottom:10px;
}
 .mod-eventLink dd a:hover {
  opacity:.8;
}

 .mod-eventLink dd a span {
  display:inline-block;
  font-size: 14px;
  font-weight: bold;
  background:#0f3e8c;
  color:#fff;
  margin:0 0 20px;
  padding:2px 10px;
  line-height: 1.5;
  border-radius: 13px;
}

 .mod-eventLink dd a em {
  color:#0f3e8c;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}

 .mod-eventLink dd a em strong {
  font-size: 18px;
  color:inherit;
  font-weight: inherit;
}

.mod-eventLink-oc {
  background:url(/img/top/event_ph_oc.jpg) no-repeat 0 0;
}

.mod-eventLink-taiken {
  background:url(/img/top/event_ph_taiken.jpg) no-repeat 0 0;
}

/*トップページデザイン変更*/
 .mod-eventLink2 {
  width: 100%;
  background:url(/img/top/event_bg.png) repeat 0 0;
  margin: 0 0 30px;
}
.mod-eventLink2__mg0 {
  margin: 0 !important;
}
 .mod-eventLink2 dl {
  width: 950px;
  margin: 0 auto;
  position:relative;
  padding: 20px 0 0;
  font-size: 0;
  text-align: center;
}

 .mod-eventLink2 dt {
  display: block;
  background:#ef3796;
  height: 34px;
  border-radius: 17px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 34px;
  margin: 0 0 20px;
}
 .mod-eventLink2 dd {
  display: inline-block;
  width: 304px;
  height: 195px;
  overflow: hidden;
  margin:0 19px 19px 0;
  background:#fff;
  text-align: left;
  vertical-align: middle;
  -webkit-box-shadow:0 1px 2px rgba(112,112,112,.8);
  -moz-box-shadow:0 1px 2px rgba(112,112,112,.8);
  box-shadow:0 1px 2px rgba(112,112,112,.8);
}
.mod-eventLink2 dd:nth-child(3n+1) {
  margin:0 0 19px 0;
}
 .mod-eventLink2 dd a {
  display: block;
  position: relative;
  height:inherit;
  text-decoration:none;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
 .mod-eventLink2 dd a::after {
  content:"";
  position: absolute;
  display: block;
  width:10px;
  height: 14px;
  background: url(/img/common/link_arrw.png) no-repeat 0 -21px;
  right:10px;
  bottom:52px;
}
 .mod-eventLink2 dd a:hover {
  opacity:.8;
}

.mod-eventLink2-item-text {
  padding: 10px;
}
.mod-eventLink2-item-text span {
  display:inline-block;
  font-size: 14px;
  font-weight: bold;
  background:#0f3e8c;
  color:#fff;
  margin:0 0 10px;
  padding:2px 10px;
  line-height: 1.5;
  border-radius: 13px;
}


 .mod-eventLink2-item-text em {
  color:#0f3e8c;
  font-weight: bold;
  font-size: 13px;
}

 .mod-eventLink2-item-text strong {
  font-size: 18px;
  color:inherit;
  font-weight: inherit;
}

.mod-eventLink2-item-text i {
  font-size: 13px;
  font-style: normal;
  color: #d8071b;
}

/*下位ページのイベント*/

.mod-event {
  width:100%;
  background: url(/common/images/bg_stripe_pink.png) repeat 0 0;
  text-align: center;
  padding: 20px 0;
  margin: 0 0 30px;
}
 .mod-event-ttl {
  display: inline-block;
  width: 149px;
  height: 149px;
  background:#ef3796;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0 15px 0 0;
  padding:41px 0 0;
  vertical-align: middle;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
 .mod-event-link-box {
  display: inline-block;
  width: 480px;
  height: 145px;
  background: #fff;
  vertical-align: middle;
}
 .mod-event-link-box__tokushin {/*特進科用*/
  width: 380px;
}
 .mod-event-link {/*デフォルトはオープンキャンパス*/
  position: relative;
  display: inline-block;
  width: inherit;
  height: 145px;
  vertical-align: middle;
  background:url(/common/images/bn_opc_big.png) no-repeat 0 0 #fff;
  text-align: left;
  text-decoration: none;
  padding: 20px 0 0 190px;
  color:#003586;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-box-shadow: 0 0 5px 2px rgba(100,100,100,.3);
  -moz-box-shadow: 0 0 5px 2px rgba(100,100,100,.3);
  box-shadow: 0 0 5px 2px rgba(100,100,100,.3);
}

 .mod-event-link-box__tokushin .mod-event-link {/*特進科用*/
  background:url(/img/shingaku/event_ph_advance.jpg) no-repeat 0 0 #fff;
}
.mod-event-link-box__taiken .mod-event-link {/*先輩の体験談用*/
  background:url(/common/images/bn_exp_big.jpg) no-repeat 0 0 #fff;
}
 .mod-event-link:after {
  content:"";
  position: absolute;
  display: block;
  width: 14px;
  height: 22px;
  background:url(/common/images/ic_arr_bl.png) no-repeat 0 0;
  right: 15px;
  bottom:20px;
}
 .mod-event-link:hover {
  color:#003586;
  opacity: .8;
}
 .mod-event-link span {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  color:#fff;
  background: #003586;
  line-height: 1;
  padding:4px 8px 3px;
  border-radius: 15px;
  margin: 0 0 10px;
}
 .mod-event-link em {
  font-size: 22px;
  color:#003586;
}
 .mod-event-link:hover,  .mod-event-link:visited,  .mod-event-link:active {
    color: #003586;
}
.mod-protect {
  position: relative;
}
.mod-protect:after {
  content:"";
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
}

.mod-areaSeminarTable{
	
}
.mod-areaSeminarTable table{
	border: 1px solid #ccc;
	width: 100%;
  background:#fff;
}
.mod-areaSeminarTable tr{
	border-bottom: 1px solid #ccc;
}
.mod-areaSeminarTable th,td{
	padding: 15px;	
}
.mod-areaSeminarTable th:first-child{
	padding: 15px 10px 15px 20px;
	
}
.mod-areaSeminarTable td:last-child{
	padding: 15px 20px 15px 0;
}
.mod-areaSeminar-shimekiri{
	text-align: left;
}
.mod-areaSeminar-shimekiri span{
	display: inline-block;
	padding: 4px 10px 2px;
	background: #cc0000;
	color:#fff;
	border-radius: 20px;
	font-size: 11px;
	font-weight: bold;
}
.mod-areaSeminar-syuryo{
	text-align: center;
}
.mod-areaSeminar-syuryo span{
	width: 131px;
	display: inline-block;
	padding: 10px 15px 5px;
	border: 1px solid #cc0000;
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	box-sizing: border-box;
}

.mod-areaSeminar-date{
	width: 320px;
    box-sizing: border-box;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.3;
  text-align: left;
}
.mod-areaSeminar-day{
	font-size: 18px;
	font-weight: bold;
	color: #0066cc;
}
.mod-areaSeminar-day__end{
	text-decoration: line-through;
}
.mod-areaSeminar-tag{
	float: right;
	width: 80px;
    box-sizing: border-box;
	padding: 2px 5px 0;
	margin: 0 0 0 5px;
	background: #fff;
	color: #3eac89;
	border: 1px solid #3eac89;
    text-align: center;
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
	vertical-align: text-top;
}


.mod-areaSeminar-address{
	width: 419px;
    box-sizing: border-box;
	line-height: 1.5;
	font-size: 14px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.mod-areaSeminar-class{
	font-weight: bold;
	font-size: 16px;
}


.mod-areaSeminar-map{
	padding: 0 0 0 23px;
	background: url(/common/images/event/ic_map.png) no-repeat left center;
	font-weight: bold;
	font-size: 13px;
	color: #011658;
	text-decoration: underline;
}


.mod-areaSeminar-bt{
	width: 161px;
	box-sizing: border-box;
}

.mod-btInq{
	text-align: center;
}
.mod-btInq a {
    border: 1px solid #003972;
    display: inline-block;
    color: #fff;
    font-size: 22px;
    border-radius: 3px;
    font-weight: bold;
    padding: 10px 35px 10px 75px;
    position: relative;
    text-decoration: none;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    background: #0066cc;
    background: -moz-linear-gradient(top, #0066cc 1%, #0059b2 100%);
    background: -webkit-linear-gradient(top, #0066cc 1%,#0059b2 100%);
    background: linear-gradient(to bottom, #0066cc 1%,#0059b2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066cc', endColorstr='#0059b2',GradientType=0 );
}

.mod-btInq__small {
  position: relative;
  z-index: 1;
}

.mod-btInq__small i{
  position: absolute;
  display: inline-block;
  line-height: 1;
  right: -13px;
  top: -16px;
  padding: 4px 8px;
  border-radius: 3px;
  background: #dc0304;
  text-shadow: none;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  z-index: 2;
}

.mod-btInq__small i:after{
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 10px 4px 0 4px;
  border-color: #dc0303 transparent transparent transparent;
  bottom: -7px;
  right: 46px;
  transform: rotate(30deg);
}

.mod-btInq__small a {
    font-size: 16px;
    padding: 10px 20px 10px 45px;
}

.mod-btInq a:before {
    position: absolute;
    content: "";
    background: #0050a0 url(/common/images/event/ic_arrow.png) no-repeat center center;
    background: url(/common/images/event/ic_arrow.png) no-repeat center center, -moz-linear-gradient(top, #0050a0 1%, #004284 100%);
    background: url(/common/images/event/ic_arrow.png) no-repeat center center, -webkit-linear-gradient(top, #0050a0 1%,#004284 100%);
    background: url(/common/images/event/ic_arrow.png) no-repeat center center, linear-gradient(to bottom, #0050a0 1%,#004284 100%);
    width: 40px;
    top: 0;
    left: 0;
    height: 100%;
    border-right: 1px solid #007ffc;
}
.mod-btInq a:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
	opacity: 0.7;
}

.mod-btInq__small a:before {
    width: 25px;
}
.mod-btInq-box {
/*  display: table;*/
  text-align: center;
  width: 100%;
  font-size: 0;
}
.mod-area-placeList-note .mod-btInq-box {
  margin: 20px 0 0;
}
.mod-btInq__2aqua {
/*  display: table-cell;*/
  display: inline-block;
/*  width:50%;*/
  vertical-align: top;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.mod-btInq-box &gt; div:first-child {
  padding: 0 10px 0 0;
  text-align: right;
}
.mod-btInq-box &gt; div:last-child {
  padding: 0 0 0 10px;
  text-align: left;
}
.mod-btInq__2aqua a {
  font-size: 14px;
  text-align: center;
  width:200px;
  color:#003062;
  border: 1px solid #80c2e8;
  background: #b7e0ff;
  padding: 8px 15px 8px 40px;
  background: -moz-linear-gradient(top, #d9efff 1%, #b7e0ff 100%);
  background: -webkit-linear-gradient(top, #d9efff 1%, #b7e0ff 100%);
  background: linear-gradient(to bottom, #d9efff 1%, #b7e0ff 100%);
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

.mod-btInq__2aqua a:before {
    width: 25px;
    background: #ccc url(/common/images/event/ic_arrow.png) no-repeat center center;
    background: url(/common/images/event/ic_arrow.png) no-repeat center center, -moz-linear-gradient(top, #c3d5e3 1%, #8ebee3 100%);
    background: url(/common/images/event/ic_arrow.png) no-repeat center center, -webkit-linear-gradient(top, #c3d5e3 1%,#8ebee3 100%);
    background: url(/common/images/event/ic_arrow.png) no-repeat center center, linear-gradient(to bottom, #c3d5e3 1%,#8ebee3 100%);
    border-right: 1px solid #80c2e8;
}
/* フッターCVエリア */
.mod-footerInq2 {
  background:#ecf7fb;
  border-top:1px solid #003586;
  padding: 28px 0 35px;
}
.mod-footerInq2Inner {
  width:950px;
  margin:0 auto;
}
.mod-footerInq2-list {
  width:950px;
  font-size: 0;
  text-align: center;
  margin:0 0 40px;
}
.mod-footerInq2-list-item {
  width: 296px;
  display: inline-block;
  background:#fff;
  padding: 30px 30px 20px 30px;
  vertical-align: top;
  box-shadow:0 1px 5px rgba(72,105,139,.6);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mod-footerInq2-list-item:not(:last-child) {
  margin: 0 31px 0 0;
}
.mod-footerInq2-list-item-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.27;
  height: 68px;
}
.mod-footerInq2-list-item-image {
  margin:0 0 15px;
  text-align: center;
}
.mod-footerInq2-list-item-text {
  font-size: 14px;
  line-height: 1.4;
  height: 105px;
  text-align: left;
}
.mod-footerInq2-list-item-btn {
  height: 56px;
}
.mod-footerInq2-list-item-btn a {
  display: block;
  overflow: hidden;
  font-size:17px;
  line-height: 1.17;
  font-weight: bold;
  color:#fff;
  text-decoration: none;
  border-radius: 6px;
  height: 53px;
  background:black;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mod-footerInq2-list-item-btn a:hover {
  opacity: .8;
}
.mod-footerInq2-list-item-btn a span {
  color:#f6ff00;
}
.mod-footerInq2-list-item__1 .mod-footerInq2-list-item-title {
  color:#88b70f;
}
.mod-footerInq2-list-item__1 .mod-footerInq2-list-item-btn a {
  background:#88b70f;
  /*line-height:53px;*/
  box-shadow: 0 3px 0 0 #72990d;
  border:1px solid #82af0e;
  padding: 8px 0 0;
}
.mod-footerInq2-list-item__1,.mod-footerInq2-list-item__2{
  padding: 30px 30px 58px 30px;
}

.mod-footerInq2-list-item__2 .mod-footerInq2-list-item-title {
  color:#f66219;
}
.mod-footerInq2-list-item__2 .mod-footerInq2-list-item-btn a {
  background:#f66219;
  box-shadow: 0 3px 0 0 #ba3e00;
  border:1px solid #e37944;
  padding: 8px 0 0;
}
.mod-footerInq2-list-item__3 .mod-footerInq2-list-item-title {
  color:#1ea6eb;
}
.mod-footerInq2-list-item__3 .mod-footerInq2-list-item-btn a {
  background:#1ea6eb;
  box-shadow: 0 3px 0 0 #007dba;
  border:1px solid #0098e3;
  padding: 8px 0 0;
}
.mod-footerInq2-list-item-bottomtext{
  font-size:17px;
  padding-top: 15px;
  color: #d8071b;
  font-weight: bold;
}
.mod-footerInq2-tel-title {
  font-size: 32px;
  color:#0f3e8c;
  text-align:center;
  font-weight: normal;
}
.mod-footerInq2-tel-lead {
  font-size: 18px;
  text-align:center;
  position: relative;
  margin: 0 0 60px;
}
.mod-footerInq2-tel-lead::after {
  content:"";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 26px 27px 0;
  border-style: solid;
  border-color:#0f3e8c transparent transparent transparent;
  margin:0 auto;
  right:0;
  bottom:-40px;
  left:0;
}
.mod-footerInq2-tel-box {
  width: 640px;
  margin:0 auto;
  background:#fff;
  padding: 28px 0 ;
  text-align: center;
}
.mod-footerInq2-tel-boxIn {
  display: inline-block;
}
.mod-footerInq2-tel-number {
  font-size: 48px;
  font-weight: bold;
  color: #d8071b;
  line-height: 1;
}
.mod-footerInq2-tel-number::before {
  content:"";
  display: inline-block;
  width: 28px;
  height: 40px;
  margin: 0 5px 0 0;
  background: url(/img/common/ic_tel_big.png) no-repeat 0 0;
}
.mod-footerInq2-tel-time {
  color:#333;
  font-size: 23px;
  font-weight: bold;
  border-top:3px solid #000;
  padding: 3px 0 0;
}
.mod-footerInq2-tel-time small {
  font-weight: normal;
  font-size: 16px;
}
/* イベント表示非表示
・common.cssにも設定してください
*/
.mod-eventAppear {
  /* イベント表示期間はdisplay設定をコメントアウトしてください　※blockにしない！ */
  /*display: none !important;*/
}

.mod-eventDisappear {
  /* イベント【非】表示期間はdisplay設定をコメントアウトしてください　※blockにしない！ */
  display: none !important;
}

sup {
	bottom: -.25em;
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
</pre></body></html>