@charset "UTF-8";
/*!
Theme Name: mfsa03
Author: intermaxis
Description: MFSA03のベーステーマです。
Version: 1.1.0
License: GNU General Public License v2 or later
*/

/* Scss Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
/*small, strike, strong, sub, sup,*/ tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  word-wrap : break-word;
  overflow-wrap : break-word; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  /* 文字サイズ：ブラウザ規定サイズ16px→10pxへ */
  font-size: 10px;
  font-size: 62.5%; }

body {
  width: 100%;
  margin: 0 auto;
  /* 文字サイズ：ページ規定サイズ14px */
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
  text-align: justify;
  line-height: 1.4;
  color: #313131;
  /*スマホで勝手に文字が大きくなる対策*/
  -webkit-text-size-adjust: 100%;
  min-width: 1200px; }
  @media only screen and (max-width: 750px) {
    body {
      min-width: auto; } }

.wrapper {
  overflow: hidden;
  /*background-color: #F1F1F1;*/ }

.inner {
  position: relative; }
  .inner_base {
    width: 1100px;
    margin-left: auto;
    margin-right: auto; }
  .inner_full {
    width: 1400px;
    margin-left: auto;
    margin-right: auto; }
  .inner_middle {
    width: 1020px;
    margin-left: auto;
    margin-right: auto; }
  .inner_small {
    width: 960px;
    margin-left: auto;
    margin-right: auto; }
  .inner_leftColumn {
    width: 780px; }
  .inner_sideBar {
    width: 260px; }
  @media only screen and (max-width: 750px) {
    .inner {
      width: 90%; }
      .inner .inner {
        width: 100%; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* margin / padding
--------------------------------------- */
.mb_sec {
  margin-bottom: 80px !important; }

.mb_cont {
  margin-bottom: 40px !important; }

.mb_pgh {
  margin-bottom: 25px !important; }

.mb_small {
  margin-bottom: 15px !important; }

.mb_large {
  margin-bottom: 120px !important; }

.mb_xl {
  margin-bottom: 160px !important; }

.m_widthAuto {
  margin-left: auto;
  margin-right: auto; }

.pb_sec {
  padding-bottom: 80px !important; }

.pb_cont {
  padding-bottom: 40px !important; }

.pb_pgh {
  padding-bottom: 25px !important; }

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

.pb_large {
  padding-bottom: 120px !important; }

.pb_xl {
  padding-bottom: 160px !important; }

/* font
--------------------------------------- */
.fw_bold {
  font-weight: bold !important; }

/* text align
--------------------------------------- */
.ta_c {
  text-align: center !important; }

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

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

/* boeder
--------------------------------------- */
.bd_n {
  border: none !important; }

/* float
--------------------------------------- */
.left {
  float: left; }

.right {
  float: right; }

/* position
--------------------------------------- */
.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

/* clearfix
--------------------------------------- */
.clear {
  clear: both; }

.cf:after {
  content: "";
  clear: both;
  display: table; }

/* linkstyle
--------------------------------------- */
a {
  color: #3452aa;
  text-decoration: none;
  outline: none; }
  a:not(.hv_unset):hover {
    color: #0a2e96;
    text-decoration: underline;
    outline: none;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }

a img:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }

.link_btn {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  font-size: inherit;
  font-weight: inherit; }
  .link_btn:not(.hv_unset):hover {
    color: inherit;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    text-decoration: none; }
  .header-cont .link_btn:not(.hv_unset):hover ,
  .sub-header-contWrap .link_btn:not(.hv_unset):hover {
      color: inherit;
      filter: alpha(opacity=50);
      -moz-opacity: 0.8;
      opacity: 0.8;
      text-decoration: none; }

.link_btn img:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

a.notLink,
a[href^="tel:"] {
  cursor: default;
  pointer-events: none; }

@media only screen and (max-width: 750px) {
  a img:hover,
  .link_btn:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1; }
  a[href^="tel:"] {
    cursor: default;
    pointer-events: auto; }
  a[href^="tel:"]:hover {
    color: inherit;
    text-decoration: none;
    outline: none; } }

/* img
--------------------------------------- */
img {
  max-width:100%;
  height: auto;
  vertical-align: bottom; }

/* editor
--------------------------------------- */
.content p {
    display: block;
    /*margin: 1em 0;*/ }
.content strong { font-weight: bold; }
.content em { font-style: italic; }
.content blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px; }

/* 左右中央寄せ */
img.aligncenter {
    display: block;
    margin: 0 auto;
    display: inline; }
img.alignright {
  float: right;
  margin-left: 8rem;
  display: inline; }
img.alignleft {
  float: left;
  margin-right: 8rem;
  display: inline; }
.aligncenter {
	margin: 0 auto; }
.alignright {
	float: right;
	margin-left: 8rem; }
.alignleft {
	float: left;
	margin-right: 8rem; }

/* clearfix */
.clearfix {
    overflow: hidden;
    zoom: 1; }
.clearfix:after {
    content: "";
    display: block;
    clear: both; }


/* pc/sp
--------------------------------------- */
.spObj {
  display: none;
  visibility: hidden;
  height: 0; }

.pcObj {
  display: block;
  visibility: visible;
  height: auto; }

@media only screen and (max-width: 750px) {
  .spObj {
    display: block;
    visibility: visible;
    height: auto; }
  .pcObj {
    display: none;
    visibility: hidden;
    height: 0; }
  .sp_w100 {
    width: 100%; } }

@media only screen and (min-width: 751px) {
  span.pc-br {
    display: block; } }

@media only screen and (max-width: 750px) {
  span.sp-br {
    display: block; } }

/* Scss Document */
/* ---------------------------------------
__トップページ/index
--------------------------------------- */
/*ヘッダー部
----------------------- */
.header {
  /*padding-bottom: 40px;*/
  /*background-color: #F1F1F1;*/
  position: relative; }
  .header:before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 730px;
    background-image: url(img/header-contWrap-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    z-index: -1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    @media only screen and (max-width: 750px) {
      .header:before {
        width: 100%;
        height: 120vh; } }

.header-contWrap {
  width: 100%;
  height: 730px;
  /*background-image: url(img/header-contWrap-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;*/ }
  @media only screen and (max-width: 750px) {
    .header-contWrap {
      position: relative;
      padding-top: 150px;
      padding-bottom: 200px;
      height: 614px;
      background-image: unset;
      background-repeat: unset;
      background-position: unset;
      background-size: unset;
      background-attachment: unset; } }

.header-cont {
  position: relative;
  width: 640px;
  height: 330px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  top: 200px; }
  @media only screen and (max-width: 750px) {
    .header-cont {
      width: 90%;
      height: auto;
      padding: 20px 5px;
      top: auto; } }

.header-cont-ttl {
  position: relative;
  color: white;
  margin-bottom: 30px;
  text-align: center; }
  @media only screen and (max-width: 750px) {
    .header-cont-ttl {
      margin-bottom: 20px; } }
  .header-cont-ttl-catch {
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px 10px;
    font-size: 2.6rem;
    letter-spacing: 2px;
    font-weight: bold;
    border: 2px solid white; }
    @media only screen and (max-width: 750px) {
      .header-cont-ttl-catch {
        font-size: 1.7rem; } }
  .header-cont-ttl-name {
    display: block;
    font-size: 4.3rem;
    font-weight: bold; }
    @media only screen and (max-width: 750px) {
      .header-cont-ttl-name {
        font-size: 2rem;
        letter-spacing: -1px; } }

.header-cont-catch-wrap {
  display: inline-block;
  padding: 10px 30px;
  background-color: white;
  border-radius: 50px; }
  @media only screen and (max-width: 750px) {
    .header-cont-catch-wrap {
      padding: 10px; } }

.header-cont-catch {
  display: block;
  font-weight: 500;
  float: left; }
.header-cont-catch:nth-of-type(1) {
    padding-top: 5px;
  }
  @media only screen and (max-width: 750px) {
    .header-cont-catch img {
      width: 45px; } }
  .header-cont-catch:nth-of-type(2) {
    line-height: 33px;
    padding-left: 15px;
    font-weight: bold;
    vertical-align: bottom; }
    @media only screen and (max-width: 750px) {
      .header-cont-catch:nth-of-type(2) {
        padding-left: 0;
        line-height: 22px;
        font-size: 1rem;
        letter-spacing: -1px; } }

/* グローバルナビ */
.gNav {
  background-color: white;
  min-width: 1200px; }

#gNav_fixedBox.gNav_fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }

.gNav-list-item {
  width: 200px;
  color: #646464;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 70px;
  text-align: center;
  border-left: 1px solid #f1f1f1; }
  .gNav-list-item.has-image {
    width: 160px; }
    .gNav-list-item.has-image a img {
      margin-top: 10px;
      vertical-align: top; }
  .gNav-list-item:last-of-type {
    width: 140px;
    color: white;
    font-weight: bold;
    background-color: #1450ab;
    border-left: none; }
  .gNav-list-item:hover {
    color: #1450ab;
    background-color: #F1F1F1;
    /*font-weight: bold;*/ }
  .gNav-list-item.current {
    color: #1450ab;
    background-color: #F1F1F1; }

@media only screen and (max-width: 750px) {
  .gNav_sp a:visited {
    color: inherit; }
  .gNav_sp-toggleBtn {
    position: fixed;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    top: 0;
    right: 0;
    text-align: center;
    border: none;
    background-color: #fff;
    cursor: pointer;
    z-index: 1001; }
    .gNav_sp-toggleBtn span {
      display: block;
      position: absolute;
      /* .navToggleに対して */
      width: 42px;
      border-bottom: solid 3px #999;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      -o-transition: .35s ease-in-out;
      transition: .35s ease-in-out;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
      .gNav_sp-toggleBtn span:nth-child(1) {
        top: 15px; }
      .gNav_sp-toggleBtn span:nth-child(2) {
        top: 28px; }
      .gNav_sp-toggleBtn span:nth-child(3) {
        top: 41px; }
  .gNav_sp-toggleBtn.active {
    top: 12px;
    background-color: transparent; }
  /* 最初のspanをマイナス45度に */
  .gNav_sp-toggleBtn.active span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  /* 2番目と3番目のspanを45度に */
  .gNav_sp-toggleBtn.active span:nth-child(2),
  .gNav_sp-toggleBtn.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .gNav_sp-toggleBtn.active .gNav_sp-toggleBtn-menu {
    display: none; }
  .gNav_sp-toggleBtn-menu {
    text-align: center;
    font-size: 10px; }
  .gNav_sp-nav {
    position: fixed;
    width: 255px;
    height: 150%;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(300px);
    -ms-transform: translate(300px);
    transform: translate(300px);
    z-index: 1000; }
  .gNav_sp-nav.open {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0); }
  .gNav_sp-nav-list-wrap {
    height: 100vh;
    overflow-y: scroll; }
  .gNav_sp-nav-list {
    padding: 80px 24px 15px; }
  .gNav_sp-nav-list-item {
    font-size: 16px;
    color: #646464;
    font-weight: 600;
    border-bottom: 1px solid #dddddd; }
    .gNav_sp-nav-list-item .link_btn {
      padding: 18px 0; }
      .gNav_sp-nav-list-item.current .link_btn {
        color: #1450ab;
        font-weight: bold; }
  .gNav_sp-banner {
    margin-bottom: 15px;
    margin-left: 24px;
    margin-right: 24px; }
    .gNav_sp-banner img {
      width: 100%;
      max-width: 118px; }
    .gNav_sp-banner:last-of-type {
      color: white;
      text-align: center;
      font-weight: bold;
      font-size: 1.8rem;
      line-height: 70px;
      background-color: #1450ab; } }

/*WP-PageNavi plugin*/
.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 8px;
  margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #1450ab;
}

.wp-pagenavi span.current {
  font-weight: bold;
}


/*フッター部
----------------------- */
.footer-copyright {
  padding: 20px;
  color: white;
  text-align: center;
  background-color: #1450ab; }

/*メインコンテンツ部
----------------------- */
.content {
  background-color: #F1F1F1;
  padding-top: 40px;
  padding-bottom: 5px; }
  @media only screen and (max-width: 750px) {
    .content {
      padding-top: 20px; } }

/* ---------------------------------------
_ページ共通
--------------------------------------- */
.sec-heading_1 {
  margin-bottom: 40px;
  padding: 10px 10px 10px 0;
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: 2px solid #dddddd; }
  @media only screen and (max-width: 750px) {
    .sec-heading_1 {
      font-size: 1.9rem;
      text-align: center; } }

.sec-heading_2 {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 40px; }
  @media only screen and (max-width: 750px) {
    .sec-heading_2 {
      font-size: 3rem; } }

.sec-heading_3 {
  position: relative;
  margin-bottom: 25px;
  padding-top: 10px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #dddddd; }
  .sec-heading_3:before {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    left: 0;
    bottom: -2px;
    background-color: #1450ab; }
  @media only screen and (max-width: 750px) {
    .sec-heading_3 {
      font-size: 1.7rem; } }

.sec-heading_4 {
  color: #1450ab;
  font-size: 2.2rem;
  margin-bottom: 15px; }

.sec-heading_5 {
  color: #313131;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #dddddd; }

.sec-heading_6 {
  position: relative;
  margin-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  color: #1450ab;
  font-size: 3.2rem;
  font-weight: 500; }
  @media only screen and (max-width: 750px) {
    .sec-heading_6 {
      padding-left: 35px;
      padding-right: 35px;
      font-size: 2.6rem; } }
  .sec-heading_6:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #1450ab; }
  .sec-heading_6-inner {
    position: relative;
    display: inline-block;
    padding: 0 35px;
    background-color: #F1F1F1; }
    @media only screen and (max-width: 750px) {
      .sec-heading_6-inner {
        padding: 0 15px; } }

.sec-heading_grad {
  width: 100%;
  height: 170px;
  margin-bottom: 40px;
  color: white;
  font-weight: bold;
  font-size: 3.8rem;
  letter-spacing: 7px;
  text-align: center;
  background: #3c80d3;
  /* Old browsers */
  background: -moz-linear-gradient(left, #3c80d3 0%, #255898 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3c80d3 0%, #255898 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#3c80d3), to(#255898));
  background: -o-linear-gradient(left, #3c80d3 0%, #255898 100%);
  background: linear-gradient(to right, #3c80d3 0%, #255898 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c80d3', endColorstr='#255898',GradientType=1 );
  /* IE6-9 */ }
  @media only screen and (max-width: 750px) {
    .sec-heading_grad {
      font-size: 3.0rem;
      letter-spacing: 4px; } }

.breadcrumbs {
  margin-bottom: 40px;
  padding: 10px 0;
  border-bottom: 2px solid #dddddd; }
    .breadcrumbs a {
      color: #646464; }
      .breadcrumbs a:hover {
        color: #646464;
        text-decoration: none; }

.sec_bg_white {
  background-color: white; }

.sec-summry {
  margin-bottom: 80px;
  font-size: 1.6rem;
  line-height: 1.6; }
  @media only screen and (max-width: 750px) {
    .sec-summry {
      margin-bottom: 40px; } }

/* リスト */
.list_underBar-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd; }

.list-item-date, .detail-date {
  color: #646464;
  padding-bottom: 10px; }

.list-item-catch {
  font-size: 1.6rem;
  font-weight: bold; }

/* ボタン */
.btn_secLink {
  width: 200px; }

/* グリッド */
.glidList.g4:before {
  content: "";
  display: block;
  width: 256px;
  height: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.glidList.g4:after {
  content: "";
  display: block;
  width: 256px;
  height: 0; }

.glidList-item {
  border: 1px solid #dddddd;
  margin-bottom: 25px;
  background-color: white; }

.glidList-item_g4 {
  width: 256px; }
  @media only screen and (max-width: 750px) {
    .glidList-item_g4 {
      width: 100%; } }

.gridList-imgBox-item.item_term img {
  width: 100%; }

.gridList-imgBox-item.item_desc {
  padding: 15px 15px 20px;
  color: #1450ab;
  font-weight: 600;
  font-size: 1.6rem; }

.inf-roll-pager {
  width: 100%; }

/* トップページ */
.a031-summry {
  width: 550px;
  padding-top: 40px; }
  @media only screen and (max-width: 750px) {
    .a031-summry {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px; } }
  .a031-summry-ttl {
    font-size: 2.8rem;
    color: #1450ab;
    margin-bottom: 25px; }
    @media only screen and (max-width: 750px) {
      .a031-summry-ttl {
        text-align: center; } }
  .a031-summry-pgh {
    font-size: 1.6rem;
    line-height: 3rem; }

.a031-movie {
  width: 400px; }
  @media only screen and (max-width: 750px) {
    .a031-movie {
      width: 100%;
      padding-bottom: 15px; } }
  .a031-movie video,.a031-movie img {
    width: 100%;
    vertical-align: bottom; }

.cont-linkBnnar {
  width: 720px; }
  @media only screen and (max-width: 750px) {
    .cont-linkBnnar {
      width: 100%; } }
  .cont-linkBnnar + .cont-banner_a031 {
    float: none; }
    @media only screen and (max-width: 750px) {
      .cont-linkBnnar + .cont-banner_a031 {
        margin-bottom: 0; } }

.cont-linkBnnar-pgh {
  margin-bottom: 40px; }
  .cont-linkBnnar-pgh:last-of-type {
    margin-bottom: 0; }
    @media only screen and (max-width: 750px) {
      .cont-linkBnnar-pgh:last-of-type {
        margin-bottom: 40px; } }

/* ---------------------------------------
_下層ページ共通
--------------------------------------- */
/* 下層ページ：ヘッダー */
.sub-header-contWrap {
  width: 100%;
  height: 200px;
  background-image: url(img/sub-header-contWrap-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media only screen and (max-width: 750px) {
    .sub-header-contWrap {
      height: auto;
      padding-bottom: 15px;
      background-image: url(img/header-contWrap-bg.png); } }

.sub-header-cont {
  width: 1000px;
  height: 100px;
  padding-top: 35px;
  /*margin-bottom: 10px;*/ }
  @media only screen and (max-width: 750px) {
    .sub-header-cont {
      width: auto;
      height: auto;
      padding-top: 15px;
      margin-bottom: 10px; } }

.sub-header-cont-ttl {
  color: white; }
  .sub-header-cont-ttl-catch {
    display: inline-block;
    padding: 5px 10px;
    font-size: 2.2rem;
    font-weight: bold;
    border: 2px solid white;
    text-shadow: 3px 3px 15px #7b787b;
    vertical-align: top; }
    @media only screen and (max-width: 750px) {
      .sub-header-cont-ttl-catch {
        padding: 2px 5px;
        font-size: 1.4rem; } }
  .sub-header-cont-ttl-name {
    display: inline-block;
    padding-left: 10px;
    letter-spacing: -1px;
    font-size: 3.2rem;
    font-weight: bold;
    text-shadow: 3px 3px 15px #7b787b; }
    @media only screen and (max-width: 750px) {
      .sub-header-cont-ttl-name {
        display: block;
        padding-top: 3px;
        padding-left: 0;
        font-size: 1.9rem;
        letter-spacing: -1.8px } }

.sub-header-cont-catch-wrap {
  display: inline-block;
  padding: 10px 20px;
  background-color: white;
  border-radius: 50px; }
  @media only screen and (max-width: 750px) {
    .sub-header-cont-catch-wrap {
      padding: 3px 10px; } }

.sub-header-cont-catch {
  display: inline-block;
  font-weight: 500; }
  .sub-header-cont-catch img {
    width: 100%; }
  .sub-header-cont-catch:nth-of-type(1) {
    width: 68px; }
    @media only screen and (max-width: 750px) {
      .sub-header-cont-catch:nth-of-type(1) {
        width: 50px; } }
  .sub-header-cont-catch:nth-of-type(2) {
    line-height: 24px;
    padding-left: 5px;
    font-weight: bold;
    vertical-align: bottom;
    font-size: 1.3rem; }
    @media only screen and (max-width: 750px) {
      .sub-header-cont-catch:nth-of-type(2) {
        padding-left: 5px;
        line-height: 22px;
        font-size: 1rem;
        letter-spacing: -1px } }

/* コンテンツ */
.sec_a031 {
  padding: 25px 40px 80px;
  background-color: #fff; }
  @media only screen and (max-width: 750px) {
    .sec_a031 {
      padding: 25px 15px 40px; } }

/* ---------------------------------------
_詳細ページ
--------------------------------------- */
.wp-caption {
  display: table;
  width: auto;
  height: auto;
  max-width: 100%!important;
  margin-bottom: 25px; }
  @media only screen and (max-width: 750px) {
    .wp-caption {
      width: 100%;
      height: auto;
      margin-bottom: 25px;
      /*text-align: center;*/ }
      .wp-caption:last-of-type {
        margin-bottom: 25px; } }
  .wp-caption-text {
    display: table-caption;
    caption-side: bottom;
    padding: 15px 0 20px;
    color: #313131;
    font-size: 1.3rem; }

.detail-date {
  margin-bottom: 40px; }

.sec-detail-cont p {
  padding-bottom: 15px;
  font-size: 1.6rem;
  line-height: 3rem;
  /*margin-bottom: 60px;*/ }

.sec_detail .btn_secLink {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto; }

/* ---------------------------------------
the_post_navigation
--------------------------------------- */
/*the_post_navigationのh2を非表示*/
.pagination h2.screen-reader-text { display: none; }
.navigation {
  width: 400px;
  padding-top: 80px;
  margin-left: auto;
  margin-right: auto; }
  .navigation .nav-links .nav-previous,.nav-next {
  	display: inline-block;
    width: 135px;
    height: 40px;
    line-height: 34px;
    color: #1450ab;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    border: 2px solid #1450ab; }
  .navigation .nav-links {
    margin-left: 50px; }
    @media only screen and (max-width: 750px) {
    .navigation .nav-links {
    margin-left: 15px; }}
  .navigation .nav-links .nav-previous {
    margin-right: 30px; }
    @media only screen and (max-width: 750px) {
      .navigation .nav-links .nav-previous,.nav-next {
        margin-bottom: 10px; }
      .navigation .nav-links .nav-previous {
        margin-right: 20px;  }}
/*ボタン化*/
.nav-links a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  }
  .nav-links a:not(.hv_unset):hover {
    color: inherit;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    text-decoration: none; }

/* ---------------------------------------
_メンバーページ
--------------------------------------- */
.sec-heading_member {
  position: relative;
  padding: 15px 20px;
  color: #1450ab;
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 4px solid #1450ab;
  border-top: 1px solid #1450ab;
  border-bottom: 1px solid #1450ab;
  border-right: 1px solid #1450ab; }

.a031-member-box {
  width: 510px;
  border-bottom: 1px solid #dddddd; }
  @media only screen and (max-width: 750px) {
    .a031-member-box {
      width: 100%; } }
  .a031-member-box-img {
    display: inline-block;
    width: 130px;
    height: auto; }
    @media only screen and (max-width: 750px) {
      .a031-member-box-img {
        width: 30%; }
        .a031-member-box-img img {
          width: 100%;
          height: auto } }
  .a031-member-box-cont {
    display: inline-block;
    width: 370px;
    padding: 35px 20px 0 20px;
    vertical-align: top; }
    @media only screen and (max-width: 750px) {
      .a031-member-box-cont {
        width: 65%;
        padding: 10px 10px 0 10px; } }
    .a031-member-box-cont p {
    	margin-bottom: 0;
    	line-height: 2rem;
    	font-size: 1.4rem; }
    .a031-member-box-cont-ttl {
      display: inline-block;
      font-size: 1.6rem;
      font-weight: 600;
      margin-bottom: 5px;
      text-decoration: underline; }
      .a031-member-box-cont-ttl a:hover {
        text-decoration: none; }
      .a031-member-box-cont-ttl:hover {
        text-decoration: none; }
  .a031-member-box .box-top {
    border-bottom: none; }

/* 印刷用 */
@media print {
 body {
  zoom: 0.9;
  -webkit-print-color-adjust: exact; } }