@charset utf-8;

/* --------------------------------------------------
 * common styles
 */

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 0.3rem;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}

a:hover {}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

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

.target {
  pointer-events: none;
}



/* --------------------------------------------------
 * layout, common-parts
 */

.pc {
  display: none !important;
}

.wrap-all {
  width: 100%;
}

.wrap-all.on {
  position: fixed;
}

.wrap,
.contents-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.site-header {
  padding: 0 0 0.49rem;
  background: linear-gradient(#ffffff 0%, #ffffff 93%, #f4f5f5 100%);
  border-bottom: 1px solid #e6edf0;
}

.site-header .logo {
  margin: 0 0 0 0.45rem;
  padding: 0.34rem 0 0;
}

.site-header .logo img {
  width: 3.86rem;
  height: auto;
}

.site-header .btn {
  position: absolute;
  top: 0.44rem;
  right: 0.4rem;
  width: 1.2rem;
  height: 1rem;
  border: 0.04rem solid #000;
  border-radius: 0.04rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1rem;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.site-header .btn.on {
  color: #1c4790;
  border: 0.04rem solid #1c4790;
}

.site-header nav {
  display: none;
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 2rem);
  background: #fff;
  border-top: 1px solid #1c4790;
  background: #fff;
  z-index: 1000;
}

.site-header .gnav li {
  border-bottom: 1px solid #1c4790;
}

.site-header .gnav li a {
  display: block;
  padding: 0.1rem 0.2rem;
  color: #030303;
  font-size: 0.3rem;
  line-height: 0.5rem;
}

.site-header .gnav li.on a {
  color: #1c4790;
  font-weight: bold;
}

body>div.news .site-header .gnav li:nth-child(1) a,
body>div.greetingmsg .site-header .gnav li:nth-child(2) a,
body>div.board .site-header .gnav li:nth-child(3) a,
body>div.convention .site-header .gnav li:nth-child(4) a,
body>div.club .site-header .gnav li:nth-child(5) a {
  color: #1c4790;
  font-weight: bold;
}

.site-header .subnav {
  overflow: hidden;
  border-bottom: 1px solid #1c4790;
}

.site-header .subnav li {
  float: left;
  width: 50%;
  text-align: center;
}

.site-header .subnav .backnumber {
  border-right: 1px solid #1c4790;
}

.site-header .subnav li a {
  display: block;
  padding: 0.1rem 0.2rem;
  color: #030303;
  font-size: 0.3rem;
  line-height: 0.5rem;
}

.site-header .close {
  position: relative;
  width: 100%;
  padding: 0.1rem 0.2rem;
  cursor: pointer;
  text-align: center;
  color: #030303;
  font-size: 0.3rem;
  line-height: 0.5rem;
  border-bottom: 1px solid #1c4790;
}

.site-header .close span {
  position: relative;
  display: inline-block;
}

.site-header .close span:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0.1rem;
  left: -0.2rem;
  width: 1px;
  height: 0.3rem;
  background: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-header .close span:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0.1rem;
  left: -0.2rem;
  width: 1px;
  height: 0.3rem;
  background: #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.site-footer {
  padding: 0.52rem 0 0;
  background: #f1f4f5;
}

.site-footer .pagetop {
  margin: 0 0 0.5rem;
  text-align: center;
}

.site-footer .pagetop img {
  width: 2.37rem;
}

.site-footer nav {
  margin: 0;
}

.site-footer nav ul {
  margin: 0 0.2rem;
}

.site-footer nav ul li {
  border-bottom: 1px solid #535353;
}

.site-footer nav ul li a {
  display: block;
  width: 100%;
  padding: 0 0 0 0.25rem;
  background: url(/img/common/footer-arrow2.png) no-repeat right 0.3rem center;
  background-size: 0.17rem auto;
  color: #363535;
  font-size: 0.32rem;
  line-height: 0.9rem;
}

.site-footer nav ul.subnav {
  margin: 0.9rem 0 0.38rem;
  text-align: center;
}

.site-footer nav ul.subnav li {
  display: inline-block;
  margin: 0 0.13rem;
  border-bottom: none;
}

.site-footer nav ul.subnav li a {
  padding: 0;
  background: none;
}

.site-footer nav ul.subnav li img {
  width: 0.82rem;
}

.site-footer .logo {
  padding: 0 0 0.57rem;
  text-align: center;
}

.site-footer .logo img {
  width: 4.26rem;
}

.site-footer .copyright {
  padding: 0.32rem 0 0.32rem;
  background: #ffffff;
  color: #929494;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: 0.12rem;
  text-align: center;
}


.contents {}


/* --------------------------------------------------
 * lower
 */

.lower .contents {}


/* --------------------------------------------------
 * top
  --------------------------------- */

#top .contents .mv-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#top .contents .mv-wrap:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  background: url(/img/top/mv_bg.png) no-repeat top center;
  background-size: auto 8rem;
  z-index: 50;
}

#top .contents .mv {
  position: relative;
  padding: 0 0.44rem;
  z-index: 100;
}

#top .contents .mv img {
  width: 6.7rem;
  margin: 1.69rem 0 0.1rem;
}

#top .contents .mv h2 {
  margin: 0 0 0.3rem;
  font-family: "繝偵Λ繧ｮ繝取�譛� ProN W3", "HiraMinProN-W3", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", "MS 譏取悃", serif;
  color: #1b1b1b;
  font-size: 0.56rem;
  line-height: 0.6rem;
  font-weight: normal;
}

#top .contents .mv p {
  margin: 0 0 1.2rem;
  position: relative;
  font-family: "繝偵Λ繧ｮ繝取�譛� ProN W3", "HiraMinProN-W3", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", "MS 譏取悃", serif;
  color: #1b1b1b;
  font-size: 0.3rem;
}

#top .contents .mv p:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 30px;
  width: 40px;
  height: 2px;
  margin: 0 20px 0 0;
  background: #393939;
  border-bottom: 1px solid #c2c1c1;
  vertical-align: top;
}

#top .contents .mv p:after {
  content: " ";
  display: inline-block;
  position: relative;
  top: 30px;
  width: 40px;
  height: 2px;
  margin: 0 0 0 20px;
  background: #393939;
  border-bottom: 1px solid #c2c1c1;
  vertical-align: top;
}

#top .contents .slider {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 0;
  width: 12rem;
  z-index: 5;
}

#top .contents .slider .slide {
  position: relative;
  width: 100%;
  height: auto;
}

#top .contents .slider img {
  width: 100%;
  height: auto;
}

#top .contents .banner {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

#top .contents .banner img {
  margin: 0;
  width: 95% !important;
}

#top .contents .news {
  position: relative;
  width: 7.1rem;
  margin: 0 auto 0.49rem;
  padding: 0.52rem 0 0;
  background: url(/img/top/news-bg-sp.png) repeat-x left top;
  background-size: 0.1rem auto;
  box-shadow: 0 0 2px #8a8989;
  z-index: 100;
}

#top .contents .news h2 {
  margin: 0 0 0.35rem;
  background: #2784dc;
  color: #ffffff;
  font-size: 0.42rem;
  line-height: 1.05rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

#top .contents .news h2::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1.02rem 7.1rem;
  border-color: transparent transparent #0d6cc5 transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#top .contents .news .about {
  position: relative;
  text-align: center;
  padding: 0 0 0.4rem;
}

#top .contents .news .about p {
  color: #535353;
  font-size: 0.29rem;
  line-height: 0.46rem;
}

#top .contents .news .list {
  padding: 0.45rem 0 0.86rem;
  background: rgba(255, 255, 255, 0.88);
}

#top .contents .news .list .inner {
  margin: 0 0.3rem 0.3rem;
  padding: 0 0 0.2rem;
  border-bottom: 1px dashed #9fa1a3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#top .contents .news .list .image_area {
  width: 82%;
  margin: 0.15rem auto;
  display: block;
}

#top .contents .news .list .image_area img {
  width: 100%;
  height: 46.5vw;
  -o-object-fit: cover;
  object-fit: cover;
}

#top .contents .news .list dl {}

#top .contents .news .list dt {}

#top .contents .news .list dt time {
  color: #2e2e2d;
  font-size: 0.24rem;
  line-height: 0.33rem;
  vertical-align: middle;
}

#top .contents .news .list dt span {
  display: inline-block;
  min-width: 1.45rem;
  margin: 0 0 0 0.2rem;
  padding: 0 0.1rem;
  background: #535353;
  color: #ffffff;
  font-size: 0.23rem;
  line-height: 0.33rem;
  vertical-align: middle;
  text-align: center;
}

#top .contents .news .list dt span.cat1 {
  background: #535353;
}

#top .contents .news .list dt span.cat2 {
  background: #1c4790;
}

#top .contents .news .list dd {}

#top .contents .news .list dd a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.1rem 0;
  color: #030303;
  font-size: 0.3rem;
  line-height: 0.52rem;
}

#top .contents .news .list .btn {
  width: 3.73rem;
  height: 0.86rem;
  margin: 0.8rem auto 0;
  text-align: center;
}

#top .contents .news .list .btn a {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  border-radius: 0.08rem;
  color: #010101;
  font-size: 0.24rem;
  line-height: 0.86rem;
}

#top .contents .news .list .btn a span {
  display: inline-block;
  padding: 0 0 0 0.26rem;
  background: url(/img/top/news-arrow.png) no-repeat left center;
  background-size: 0.1rem auto;
}



.contents .information {
  padding: 0.75rem 0 0.6rem;
  /* background: #1c4790; */
  background: url(/img/top/bg-information.jpg) no-repeat center / cover;
  text-align: center;
}

#top .contents .information {
  margin: 0 0 0.28rem;
}

.contents .information h2 {
  margin: 0 0 0.4rem;
  color: #ffffff;
  font-size: 0.48rem;
  line-height: 0.5rem;
}

.contents .information p {
  color: #ffffff;
  font-size: 0.3rem;
  line-height: 0.47rem;
  margin: 0 0.5rem 0.6rem;
  text-align: left;
}

.contents .information ul {
  position: relative;
  overflow: hidden;
}

.contents .information ul li {
  position: relative;
  float: left;
  display: table;
  width: 3.46rem;
  height: 2.84rem;
  margin: 0 0 0.18rem 0.2rem;
  overflow: hidden;
  border-radius: 0.05rem;
  /* background: url(/img/top/information-bg.png); */
  background: rgb(197, 225, 244);
  background: linear-gradient(0deg, rgba(197, 225, 244, 1) 0%, rgba(255, 255, 255, 1) 14%, rgba(255, 255, 255, 1) 100%);
}

.contents .information ul li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.contents .information ul li.info01 img {
  top: 0.93rem;
  width: 0.5rem;
}

.contents .information ul li.info02 img {
  top: 0.81rem;
  width: 0.51rem;
}

.contents .information ul li.info03 img {
  top: 0.89rem;
  width: 0.78rem;
}

.contents .information ul li.info04 img {
  top: 0.84rem;
  width: 0.62rem;
}

.contents .information ul li.info05 img {
  top: 0.71rem;
  width: 0.55rem;
}

.contents .information ul li.info06 img {
  top: 0.87rem;
  width: 0.51rem;
}

.contents .information ul li.info07 img {
  top: 0.84rem;
  width: 0.47rem;
}

.contents .information ul li.info08 img {
  top: 0.97rem;
  width: 0.45rem;
}

.contents .information ul li a {
  display: table-cell;
  padding: 1.5rem 0 0;
  border-bottom: 0.12rem solid #234f98;
  color: #303031;
  font-size: 0.3rem;
  line-height: 0.42rem;
  vertical-align: middle;
}


#top .contents .banners {
  width: 6.5rem;
  margin: 0 auto 0.35rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

#top .contents .banners .facebook {
  margin: 0 0 0.5rem;
  width: 100%;
  height: 9rem;
}

#top .contents .banners .facebook * {
  max-height: 100%;
}

#top .contents .banners .facebook iframe {
  width: 100%;
}

#top .contents .banners .list li {
  margin: 0 0 0.23rem;
}

/* 縺雁撫縺�粋繧上○繝輔か繝ｼ繝� */
.form_area {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}

.form_area .headline {
  margin-bottom: 20px;
  text-align: center;
}

.form_area .headline h2 {
  font-size: 0.48rem;
  color: #06a2fb;
}

.form_area .headline p {
  margin-top: 5px;
  font-size: 14px;
}

.form_area .headline p span {
  color: red;
}

.form_area .screen-reader-response {
  display: none;
}

.form_area .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 14px;
  color: red;
  display: inline-block;
}

.form_area .wpcf7-response-output {
  margin: 0 !important;
  font-size: 14px;
  text-align: center;
}

.form_box {
  margin-bottom: 20px;
  display: block;
}

.form_box p {
  margin-bottom: 8px;
  font-size: 16px;
}

.form_box .required {
  margin-left: .5em;
  color: red;
}

.form_control {
  width: 100%;
  padding: 19px 15px;
  font-size: 16px;
  background-color: #f7f7f3;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  vertical-align: bottom;
}

textarea.form_control {
  max-width: 100%;
  height: 160px;
}

.submit-botton input {
  width: 3.73rem;
  margin: 5px auto 0;
  padding: 11px 0 11px 10px;
  display: block;
  font-size: 0.24rem;
  background: #FFF url(/img/top/news-arrow.png) no-repeat 1.2rem center / 0.1rem auto;
  border: 2px solid #434343;
  border-radius: 5px;
}


.lower .article header {
  display: table;
  width: 100%;
  height: 1.5rem;
  min-height: 1.5rem;
  background: #123f90;
  text-align: center;
  color: #ffffff;
}

.lower .article header .title {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 0.4rem;
}

.lower .breadcrumb {
  margin-bottom: 0.3rem;
  background: #000;
}

.lower .breadcrumb ul {
  padding: 0 0.2rem;
}

.lower .breadcrumb ul li {
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.3rem;
  display: inline-block;
}

.lower .breadcrumb ul li:before {
  content: ">";
  position: relative;
  top: -1px;
  display: inline-block;
  margin: 0 0.05rem;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.3rem;
}

.lower .breadcrumb ul li:first-child:before {
  display: none;
}

.lower .breadcrumb ul li img {
  width: 0.17rem;
  vertical-align: baseline;
}

.lower .breadcrumb ul li a {
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.3rem;
}

.lower .content-wrap {
  margin-bottom: 1rem;
  overflow: hidden;
}

.lower .content-wrap #content {
  margin: 0.1rem 0.1rem 1rem;
  padding: 0.35rem;
  box-shadow: 0 0 0.1rem #bbbaba;
}

.lower .content-wrap #content .category time {
  display: inline-block;
  margin: 0 0.1rem 0 0;
  color: #2e2e2d;
  font-size: 0.24rem;
  line-height: 0.33rem;
}

.lower .content-wrap #content .category span,
.lower .content-wrap #content .category a {
  display: inline-block;
  min-width: 1.5rem;
  margin: 0 0.02rem;
  padding: 0.02rem 0.1rem;
  background: #dadfe3;
  color: #060606;
  font-size: 0.22rem;
  line-height: 0.35rem;
  text-align: center;
}

.lower .content-wrap #content .title {
  margin: 0 0 0.35rem;
  padding: 0.15rem 0;
  border-bottom: 2px solid #123f90;
  color: #030303;
  font-size: 0.35rem;
  line-height: 0.4rem;
}

.lower .content-wrap #content .title a {
  color: #030303;
  font-size: 0.35rem;
  line-height: 0.4rem;
}

.lower .content-wrap #content .detail h1 {
  font-size: 0.42rem;
  margin: 0.67em 0;
}

.lower .content-wrap #content .detail h2 {
  font-size: 0.35rem;
  margin: 0.83em 0;
}

.lower .content-wrap #content .detail h3 {
  font-size: 0.3rem;
  margin: 1em 0;
}

.lower .content-wrap #content .detail h4 {
  font-size: 0.28rem;
  margin: 1.33em 0;
}

.lower .content-wrap #content .detail h5 {
  font-size: 0.26rem;
  margin: 1.67em 0;
}

.lower .content-wrap #content .detail h6 {
  font-size: 0.24rem;
  margin: 2.33em 0;
}

.lower .content-wrap #content .detail p {
  margin: 0 0 0.3rem;
  color: #030303;
  font-size: 0.35rem;
  line-height: 1.4;
}

.lower .content-wrap #content .detail a {
  color: #1c4790;
  font-size: 0.35rem;
  line-height: 1.4;
  text-decoration: underline;
}

.lower .content-wrap #content .detail img {
  max-width: 100%;
  height: auto;
}

.lower .content-wrap #content .detail h3 {
  padding: 0 0 0.1rem;
  margin: 0 0 0.2rem;
  border-bottom: 1px solid #4b86ab;
  font-size: 0.3rem;
  line-height: 0.35rem;
}

.lower .content-wrap #content .detail img {
  width: auto;
  height: auto;
}

.detail img.aligncenter,
.detail img.alignleft,
.detail img.alignright {
  max-width: 40vw;
}

/************************************
** WordPress Misc
************************************/
.detail .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.detail img.alignleft,
.detail .wp-caption.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.detail img.alignright,
.detail .wp-caption.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.detail .wp-caption {
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}

.detail .wp-caption-text,
.detail .gallery-caption {
  font-size: 80%;
}

.detail .wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.detail .wp-caption-dd {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.detail img.alignright {
  display: inline-block;
  margin: 0 0 1em 1.5em;
}

.detail img.alignleft {
  display: inline-block;
  margin: 0 1.5em 1em 0;
}

.detail .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.detail img.aligncenter {
  margin-bottom: 1.5em;
}


.lower .content-wrap #sidebar {
  margin: 0 0.2rem;
}

.lower .content-wrap #sidebar .side-title {
  margin: 0 0 0.28rem;
  padding: 0.1rem 0;
  border-top: 3px solid #1b1b1b;
  border-bottom: 3px solid #1b1b1b;
  color: #070707;
  font-size: 0.42rem;
  line-height: 1.4;
  text-align: center;
}

.lower .content-wrap #sidebar .recent {
  margin: 0 0 0.8rem;
}

.lower .content-wrap #sidebar .recent li {
  margin: 0 0 0.2rem;
  padding: 0 0 0.05rem;
  border-bottom: 1px solid #e8eaee;
}

.lower .content-wrap #sidebar .recent li .category {
  margin: 0 0 0.2rem;
}

.lower .content-wrap #sidebar .recent li .category span,
.lower .content-wrap #sidebar .recent li .category a {
  display: inline-block;
  min-width: 2rem;
  margin: 0 0.02rem 0.2rem;
  padding: 0.02rem 0.1rem;
  background: #dadfe3;
  color: #060606;
  font-size: 0.22rem;
  line-height: 0.35rem;
  text-align: center;
}

.lower .content-wrap #sidebar .recent li .post_title {
  margin: 0 0 0.1rem;
}

.lower .content-wrap #sidebar .recent li .post_title a {
  display: block;
  color: #4b86ab;
  font-size: 0.3rem;
  line-height: 0.5rem;
}

.lower .content-wrap #sidebar .recent li .post_title a:hover {
  text-decoration: underline;
}

.lower .content-wrap #sidebar .recent li time {
  display: inline-block;
  width: 100%;
  margin: 0 0 0.1rem;
  color: #4b86ab;
  font-size: 0.25rem;
  line-height: 1.4;
  text-align: right;
}

.lower .content-wrap #sidebar .archive {
  margin: 0 0 0.8rem;
}

.lower .content-wrap #sidebar .archive ul li a {
  color: #4b86ab;
  font-size: 0.35rem;
  line-height: 0.6rem;
  text-decoration: underline;
}

.lower .content-wrap #sidebar .archive ul li a:hover {
  text-decoration: none;
}

.lower .content-wrap #sidebar .archive ul li ul li {
  margin: 0 0 0 0.2rem;
}

.lower .content-wrap #sidebar .archive ul li ul li a {
  font-size: 0.3rem;
}

.lower .content-wrap #sidebar .banners {
  overflow: hidden;
}

.lower .content-wrap #sidebar .banners li {
  float: left;
  width: calc(50% - 0.1rem);
  margin: 0 0 0.2rem;
}

.lower .content-wrap #sidebar .banners li:nth-child(2n) {
  margin: 0 0 0.2rem 0.2rem;
}

.lower .content-wrap #sidebar .banners img {
  max-width: 100%;
}