@charset "UTF-8";
/* ------------------------------
　　ベース
------------------------------ */
body{
font-family: YakuHanJP, "Roboto", "Sawarabi Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic Gothic Medium, "メイリオ", "Meiryo", sans-serif;
}
/* ------------------------------
　　ヘッダー
------------------------------ */
@media (min-width: 1024px){
.header-logo {
    width: 30%;
}}

@media (min-width: 1024px){
.header-nav {
    width: 70%;
}}
.navbar-side {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;/*フォントサイズのみカスタマイズ*/
    text-align: right;
}

.site-name-text {
    display: inline;
    vertical-align: middle;
      color: #13448f;  
}
.site-name a:hover, .site-name a:focus, .site-name a:active, .site-name a:visited {
    color: #13448f;
}
.head-wrapper{
background-color: rgba(255, 255, 255);
}

@media screen and (min-width: 768px){
.main-visual {
    height: 600px;
    padding: 50px 0;
}}

/* ------------------------------
　　フッター
------------------------------ */
.foot-wrapper {
    padding: 30px 0;
    background: #CC6600;/*当年度のメインカラーより濃い目の色に変更*/
}
.footer-nav-list a{
    color: #fff;
}
/* ------------------------------
　　グローバルナビ
------------------------------ */

@media (min-width: 1024px){
.navbar li.stay a {
    border-bottom: 4px solid #EE7800;/*当年度のメインカラー・変更*/
}}
@media (min-width: 1024px) {
  .navbar li:hover a {
    /* 一階層目のリンクのみ */
    border-bottom: 4px solid #CC6600;/*当年度のメインカラーより濃い目の色に変更*/
  }}
/* ------------------------------
　　メインビジュアル
------------------------------ */
  .main-visual{
    color: #000;
  }
  @media screen and (min-width: 768px){
.main-visual-title {
    font-size: 40px;
      text-shadow:  2px  2px 10px #fff,
               -2px  2px 10px #fff,
                2px -2px 10px #fff,
               -2px -2px 10px #fff;
}}
@media screen and (min-width: 768px){
.main-visual-text {
    font-size: 30px;
    font-weight: bold;
}}

/* ------------------------------
　　リンクボタン
------------------------------ */
@media (min-width: 1024px){
.navbar a.btn-attention {
    background: #f36861;/*淡い赤色*//*カラーのみカスタマイズ*/
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    border: 0;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 3px;
    border: 0;
}}

.btn-attention-block-large {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #f36861;/*淡い赤色*//*カラーのみカスタマイズ*/
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    border: 0;
    display: inline-block;
    padding: 15px 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    -webkit-transition: background-color .25s linear;
    transition: background-color .25s linear;
}

.btn-attention-block-large:hover {
  background: #EE7800;/*メインカラー*/
}
.btn-attention-block-large:active, .btn-attention-block-large:focus {
  background: #EE7800;/*メインカラー*/
}

.navbar-side-list {
    display: inline-block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    background: #0000FF;/*当年度のメインカラーに変更*/
    border-radius: 0 0 4px 4px;
}



/* ------------------------------
　　見出し
------------------------------ */
/*エントリータイトル*/
.acms-page-header {
    border-bottom-style: none;
}
h1.entry-title{
    color: #13448f;
    font-size:2.4rem;
    text-align: center;
}
.entry-title a {
    color: #13448f;
}
/*見出し中*/
.entry-style h3 {
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
  background: none;
  margin-top: 10px;
  margin-bottom: 30px;
}
.entry-style h3::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #EE7800;/*当年度のメインカラーに変更*/
}
@media (min-width: 768px){
 .entry-style h3{
font-size: 24px;
 }}
 .entry-style h4 {
    font-size: 18px;
    color: #13448f;
}
@media (min-width: 768px){
  .entry-style h4 {
    font-size: 20px;
}}
.module-header {
    border-bottom: 2px solid #EE7800;/*当年度のメインカラーに変更*/
}
.card-title {
color:#0243d2;
}

/* ------------------------------
　　table
------------------------------ */

@media (min-width: 768px){
.entry-style th, .entry-style td {
    border: 1px solid #dfdfdf;
    background-color: #fff;
}}
.entry-style th{
    color:#0A2651;
}
/* ------------------------------
　　ユニット・色々
------------------------------ */
/*定義リスト・ニュースリスト*/
dl.news-list {
padding: 15px 0;
}

.news-list dd {
border-bottom: 1px dotted #ccc;
}

@media screen and (min-width: 768px) {
.news-list dt {
clear: left;
float: left;
width: 25%;
border-bottom-style: none;
}
.news-list dd {
padding-left: 25%;
padding-bottom: 10px;
border-bottom: 1px dotted #ccc;
}}

/*引用*/
.entry-style blockquote {
    border-left: 5px solid #83A1CF;
}

/*pager*/
.pager li.cur {
    background: #83A1CF;
 }
/*本文（大）*/
 p.font-large-01{
    color: #011827;
    font-weight: bold;
    font-size: 1.2rem;
 }
 @media screen and (min-width: 768px) {
   p.font-large-01{
    font-size: 1.8rem;
 }}
 /*本文（中）*/
 p.font-large-02{
    color: #011827;
    font-weight: bold;
    font-size: 1rem;
 }
 @media screen and (min-width: 768px) {
   p.font-large-02{
    font-size: 1.6rem;
 }}
/*トップページ・本文リード文*/
 .entry-style p.entry-lead-text{
    color: #011827;
    font-weight: bold;
 }
  @media screen and (min-width: 768px) {
    .entry-style p.entry-lead-text{
        font-size: 28px;    
    }}

dl.line{
 margin-left: auto;
 margin-right:auto;
   text-align: center;
}
dl.line dt {
    color: #011827;
  position: relative;
  display: inline-block;
  padding: 0 50px;
}

dl.line dt:before, dl.line dt:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 1px;
  border-top: solid 1px #011827;
}

dl.line dt:before {
  left:0;
}
dl.line dt:after {
  right: 0;
}
dl.line dd{
    padding-bottom: 20px;
}
/* ------------------------------
　　番号付きリスト
------------------------------ */
/* 初期設定 */
.entry-style ol {
      counter-reset: li;
  position: relative;
  margin: 0 10px 25px 10px;
  padding: 0 10px 0 6px;
  list-style: none;
  font-weight: bold;
}
.entry-style ol li {
  position: relative;
  margin: 12px 20px 0 10px;
  padding: 0 0 0 20px;
  line-height: 1.5;
}


.entry-style ol > li:before {
   position: absolute;
  font-weight: bold;
  counter-increment: li;
  content: counter(li) "";
  left: -15px;
  top: -1px;
  color: #fff;
  width: 24px;
  height: 24px;
  font-size: 14px;
  text-align: center;
  border-radius: 100%;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1;
  background: #13448f;
  padding: 6px 0;
}

/* スマホ設定 */
@media screen and (max-width: 768px) {
  .entry-style ol {
    padding: 0 10px 0 20px;
    font-size: 14px;
  }
  .entry-style ol li {
     margin: 6px 20px 0 8px;
    padding: 0;
  }
  .entry-style ol > li:before {
    font-size: 12px;
    left: -30px;
    top: 0px;
    padding: 4px 0;
    width: 20px;
    height: 20px;
  }}
/* ------------------------------
　　箇条書きリスト
------------------------------ */
/* 初期設定 */
.entry-style ul {
  position: relative;
  margin: 0 10px 25px 10px;
  padding: 0 10px 4px 6px;
  list-style: none;
  font-weight: bold;
}
.entry-style ul li {
  position: relative;
  margin: 12px 20px 0 22px;
  padding: 0;
  line-height: 1.5;
}


/* ul デザイン */
.entry-style ul > li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #13448f;
  border-radius: 100%;
  left: -23px;
  top: 8px;
}

/* スマホ設定 */
@media screen and (max-width: 768px) {
.entry-style ul {
    padding: 0 10px 0 6px;
    font-size: 14px;
  }
.entry-style ul li {
    margin: 6px 20px 0 12px;
    padding: 0;
  }
.entry-style ul > li::before {
    left: -16px;
  }}

.btn {
    background: #13448f;
}

.entry-style .entry-btn-default, .entryFormLiteEditor .entry-btn-default {
    background: #436DAF;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    border: 0;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 3px;
}

.serial-nav .serial-nav-item-prev ,
.serial-nav .serial-nav-item-next {
 font-weight: bold;   
}
@media screen and (min-width: 768px){
.serial-nav .serial-nav-item-prev a,.serial-nav .serial-nav-item-next a {
border: 2px solid #13448f;
border-radius:50px;
padding: 10px 15px;
}}

/* ------------------------------
　　スマホ用設定
------------------------------ */
/* ヘッダー */
.site-header {
    border-top: 4px solid #EE7800;/*当年度のメインカラーに変更*/
}
/* フッターナビの表示 */
.footer-nav{
    display: block;
}
/* フッターナビ・1カラム表示 */
@media screen and (max-width: 480px){
.footer-nav-item {
    width: 100%;
}}
/* フッターナビ・タイトルとリストのfontサイズ */
@media screen and (max-width: 480px){
    .footer-nav-title {
    font-size: 18px;
}
.footer-nav-list a{
font-size: 18px;
}}