@charset "UTF-8";
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@font-face {
  font-family: 'matisseb';
  src: url("../font/matisse-b.woff") format("woff"), url("../font/matisse-b.otf") format("truetype");
  font-display: swap;
  font-weight: 700; }

@font-face {
  font-family: 'rodinb';
  src: url("../font/rodin-b.woff") format("woff"), url("../font/rodin-b.otf") format("truetype");
  font-display: swap;
  font-weight: 700; }

/*--------------------------------------------------- */
/* ニュース詳細 */
/*--------------------------------------------------- */
#wpKihan .newsContent .newsData {
  font-size: 14px;
  margin-bottom: 18px; }

#wpKihan .newsContent h2 {
  font-size: 22px;
  color: #072B65;
  font-weight: 700;
  font-family: "rodinb", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo UI", "Meiryo", "Helvetica", "Open Sans", sans-serif;
  padding-bottom: 24px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 24px; }

#wpKihan .newsContent .newsContent {
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 100px; }
  #wpKihan .newsContent .newsContent img {
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
    height: auto; }

#wpKihan .newsContent .btnBack {
  width: 300px;
  height: 46px;
  width: 100%;
  max-width: 150px;
  height: 37px;
  margin: auto; }
  #wpKihan .newsContent .btnBack a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-all;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #fff;
    text-align: center;
    border: 1px solid #fff;
    color: #072B65;
    font-size: 18px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #wpKihan .newsContent .btnBack a:hover {
      background: #072B65;
      color: #fff;
      border: 1px solid #fff;
      -webkit-box-shadow: none;
      box-shadow: none; }
  #wpKihan .newsContent .btnBack a {
    border-radius: 30px;
    border: 2px solid #072B65;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em; }
    @media (min-width: 769px) {
      #wpKihan .newsContent .btnBack a {
        padding: 2px 8px 0; } }
    #wpKihan .newsContent .btnBack a:before {
      content: "";
      font-family: "Font Awesome 5 Free";
      content: '\f137';
      font-weight: 700;
      /* style */
      margin-right: 0.5em;
      font-size: 16px;
      position: relative; }
      @media (min-width: 769px) {
        #wpKihan .newsContent .btnBack a:before {
          top: -1px; } }
      @media (max-width: 768px) {
        #wpKihan .newsContent .btnBack a:before {
          top: 1px; } }

.pageTtl_advantage {
  background-image: url("../img/news/advantage_ttl_bg.jpg"); }

/*--------------------------------------------------- */
/* レスポンシブ */
/*--------------------------------------------------- */
@media (max-width: 480px) {
  #wpKihan .newsContent .newsData {
    font-size: 14px;
    margin-bottom: 24px; }
  #wpKihan .newsContent h2 {
    font-size: 20px; }
  #wpKihan .newsContent .newsContent {
    font-size: 16px; }
  #wpKihan .newsContent .btnBack {
    height: 35px; }
    #wpKihan .newsContent .btnBack a {
      font-size: 14px; }
      #wpKihan .newsContent .btnBack a:before {
        font-size: 14px; } }
