@charset "UTF-8";
/*　全体の指定
---------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
  /* iPhone */
  width: 100%;
  font-size: 62.5%;
  /*10px*/ }

body {
  margin: 0;
  padding: 0;
  color: #000;
  letter-spacing: 0.1rem;
  font-family: 'Noto Sans Japanese', Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "メイリオ", Meirio, Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.8;
  text-align: left;
  text-justify: newspaper;
  background: #fff;
  	/* スマートフォン端末用
    	* 基本のフォントサイズを14pxにする。 */
  font-size: 1.4rem; }

@media only screen and (min-width: 992px) {
  html {
    	/* デスクトップ端末用
        * 基本のフォントサイズを15pxにする。
        * 15px / 1.4rem = 10.714......px */
    font-size: 10.71px; } }
header, nav, article, aside, section, footer {
  display: block; }

html, body {
  height: 100%;
  margin: 0px;
  padding: 0px; }

/*　header
---------------------------------------------*/
/* toggle-panel */
#panel-btn {
  position: absolute;
  top: 0;
  right: 1rem; }

#panel-btn a {
  display: block;
  position: relative;
  z-index: 999;
  color: #fff;
  padding: 1.5rem 1rem;
  font-size: 2.4rem;
  border: none;
 }

#panel-btn a:hover {
  text-decoration: none; }

#panel-menu {
  font-size: 1rem;
  margin: 2.3rem 0 0; }

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 0.3rem;
  margin: -1rem 0 0 -1.5rem;
  transition: .2s;
  background-color: #fff; }

#panel-btn:hover #panel-btn-icon {
  background-color: #fff; }

#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 0.3rem;
  margin-left: -1.5rem;
  background: #fff;
  transition: .3s; }

#panel-btn-icon:before {
  margin-top: -7px; }

#panel-btn-icon:after {
  margin-top: 5px; }

#panel-btn:hover #panel-btn-icon:before, #panel-btn:hover #panel-btn-icon:after {
  background-color: #fff; }

#panel-btn .close {
  background: transparent; }

#panel-btn:hover #panel-btn-icon.close {
  background: transparent; }

#panel-btn .close:before, #panel-btn .close:after {
  margin-top: 0; }

#panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

#panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg); }

#panel {
  display: none;
  width: 100%;
  background: #364675;
  position: absolute;
  top: 0;
  z-index: 100; }


/*　contents
---------------------------------------------*/

h1#pagetit {
  background-color: #666;
  text-align: center;
  width: 100%;
  padding: 15px;
  font-weight: bold;
  color: #fff;
  margin-top: 0px;
 margin-bottom: 50px;
font-size: 2.3em;
}

#pagecover {
  position: relative;
  left:0; top:0;
  height: 100%;
  max-height:900px !important;
   }

.secondpage #pagecover {
  height:400px;
}

@media only screen and (max-width: 992px) {
.secondpage #pagecover {
  height:300px;
}
  /* ★ヘッダやフッタなどを除いた本文部分を覆うブロック(必須) */
  #contents {
    padding-bottom: 0rem;
    /* フッタの高さ分だけ余白を設ける */ }


}
@media only screen and (max-width: 768px) {
h1#pagetit {
padding-top:100px;
font-size: 1.8em;
}
}
@media only screen and (max-width: 480px) {
  h1#pagetit {
padding-top:60px;
font-size: 1.4em;
}
}

#pankuzu {
margin: 0 0 2rem; }
#pankuzu li {
display: inline-block;
font-size: 1.2rem; }
#pankuzu li a {
text-decoration: none !important;
color: #000; }
#pankuzu li a:hover {
text-decoration: underline; }
#pankuzu span a { text-decoration: none !important;
color: #000; font-size: 1.2rem; }

.postmeta { text-align: right; border-radius: 5px; padding: 8px 12px;
background: #EEEBEB; margin: 0px 0px 40px 0px;
 }

 .pagenation { text-align: center; margin-top: 40px; }
 .pagenation a.page-numbers { margin: 2px 2px 2px 0; padding: 6px 9px 5px 9px; text-decoration: none; width: auto; color: #fff; background: #525282; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.pagenation a.page-numbers:hover { color: #fff; background: #797BC5; }
.pagenation span.current { padding: 6px 9px 5px 9px; color: #000; }

/*　footer
---------------------------------------------*/
#pagetop a {
  position: fixed;
  z-index: 100;
  bottom: 2rem;
  right: 2rem;
  width: 4.5rem;
  height: 4.5rem;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #364675;
  /* 円の色 */
  color: #fff;
  line-height: 0.1; }
  #pagetop a:hover {
    text-decoration: none;
    opacity: 0.7; }

.bg-foot01 {
  background: #c2c9dc;
  padding: 4rem 0 2rem; }

.bg-foot02 {
  background: #c2c9dc;
  padding: 2rem 0;
  color: #364675;
  text-align: center; }

.bg-foot02 .col-sm-12 {
  line-height: 100px;
}

.bg-foot03 {
  background: #364675;
  padding: 1rem 0;
  color: #fff;
  text-align: center;
  font-size: 1.1rem; }

#fnav {
  border-bottom: 1px solid #364675;
  padding: 0 0 2rem; }
  #fnav a {
    color: #000; }
    #fnav a i {
      color: #364675; }
  #fnav li {
    font-weight: bold;
    font-size: 1.4rem; }
    #fnav li ul li {
    padding: 0 1rem 0 1.5rem;
    text-indent: -0.5rem;
    font-size: 1.15rem;
    font-weight: normal;
    letter-spacing: -0.5px;
      margin: 0; }

.fnav01 li,
.fnav02 li {
  font-size: 1.2rem; }
  .fnav01 li a,
  .fnav02 li a {
    color: #3e3670; }

@media only screen and (max-width: 767px) {
  .topicsttl img{
  max-width: 70px;
  height: auto;
  }
.bg-foot02 .col-sm-12 {
  line-height: 20px !important;
  font-size: 0.8em !important;
}
  #fnav li {
    margin: 0 0 2rem; }
   }
.fnav01 li {
  padding: 0 1rem;
  display: inline-block;
  border-right: 1px solid #364675; }
  .fnav01 li:first-child {
    padding: 0 1rem 0 0; }
  .fnav01 li:last-child {
    border: none; }

.fnav02 li {
  margin: 0 1rem 0 0; }

@media only screen and (min-width: 768px) {
  .fnav02 li {
    display: inline-block;
    text-align: right; } }
@media only screen and (min-width: 768px) {
  #panel-btn {
    display: none; } }
@media only screen and (max-width: 767px) {
.bg-foot02 .col-sm-12 {
  line-height: 1.2em;
}
.bg-foot02 .col-sm-12 span {
  display: block;
}
#kousentop {
  position: absolute;
  top:0px;
  left:0;
  width: 100%;
  background-color: #364675;
  padding: 0px;
}
  #kousentop .rightcol,
  #gnav_l-wrap,   #gnav_ltop {
    display: none; }
  #gnav_s {
    padding: 4rem 0 0; }
    #gnav_s li a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      display: block;
      padding: 1rem 1.5rem;
      color: #fff; }
      #gnav_s li a:hover {
        text-decoration: none; }
  #kousentop .topleftcol img {
    max-width: 40% !important;
    height: auto;
  }
    #kousentop {
      padding: 10px;
    }
    #kousentop .topleftcol {
      text-align: left;
      margin-left: 15px;
    }
      }
@media only screen and (min-width: 768px) {


#kousentop {
  position: absolute;
  top:-200px;
  left:0;
  width: 100%;
  background-color: #364675;
  padding: 10px 0px 0px 0px;
}
.secondpage #kousentop {
  position: relative;
  top:0px;
  left:0;
  width: 100%;
  background-color: #364675;
  padding: 10px 0px 0px 0px;
}

#kousentop .toplogo {
  padding:1.5em 0;
}

/*変更点*/
#pagecover header{
margin-top: 200px;
}

.secondpage #pagecover header{
margin-top: 0px;
}

.topleftcol {
  float: left;
}
.topleftcol img {
  width: 344px;
  height: auto;
  margin-top: 5px;
  display: block;
}
.rightcol {
  float: right;
  margin-bottom: 10px;
}

#gnav_ltop {
  background-color: #fff;
  padding:0px;
  width: 100%;
}
#gnav_ltop li {
      float: left;
      width: 16.6%;
      text-align: center;
    }
#gnav_ltop li:last-child {

}
#gnav_ltop li a {
  color: #364675;
  display: block;
  padding: 2rem 0;
}
#gnav_ltop li a:hover {
  color: #666;
  text-decoration: none;
  background: url(../images/common/nav_u.png) repeat-x bottom center;
  }
  .rightcol, .rightcol a, .rightcol p {
    color: #fff;
    font-size: 12px;
  }
  .rightcol p {
    text-align: right;
  }
  .topsubmenus li {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 10px;
  }


  #gnav_l-wrap {
    background: rgba(62, 54, 112, 0.8);
    position: relative;
    top: 0;
    width: 100%; }

  #gnav_l {
    margin: 0 auto; }
    #gnav_l li {
      float: left;
      width: 16.6%;
      text-align: center; }
      #gnav_l li a {
        color: #fff;
        display: block;
        padding: 2.5rem 0;
        border-left: 1px solid rgba(255, 255, 255, 0.3); }
      #gnav_l li:last-child {
        border-right: 1px solid rgba(255, 255, 255, 0.3); }

  #gnav_l .active,
  #gnav_l li a:hover {
    text-decoration: none;
    background: #242461; } }


    input[type="submit"] {
    background-color: #394671;
    color: #fff;
    font-size: 1.1em;
    padding: 10px 40px;
    border-radius: 10px;
}

