@charset "UTF-8";
/*
Theme Name: slav
Description:
Version: 1
Author:
Author URI:
Version: 1.0
License:
License URI:
*/
/*--------------------------------------------------------------------------
   reset
   --------------------------------------------------------------------------*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 0; }

article, aside, details, figcaption, figure, main, footer, header, hgroup, menu, nav, section {
  display: block; }

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

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

article a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color:#fff;
  text-decoration:underline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

img {
  border: 0;
  vertical-align: top; }

em {
  font-style: italic; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0; }

input, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

input:focus, textarea:focus, select:focus {
  outline: none; }

/*========================
  変数
==========================*/
/*========================
  全ページ共通部分
==========================*/
/*-----------------------
  レイアウト
  -----------------------*/
body {
  min-width: 960px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    body {
      min-width: 100%; } }

@media only screen and (min-width: 768px) {
  .inner {
    width: 960px;
    height: auto;
    margin: 0 auto; } }

@media only screen and (max-width: 767px) {
  .inner {
    width: 100%; } }

body, p, h1, h2, h3, h4, h5, ul, li, table, tbody, th, td {
  font-family: 'Noto Sans JP', 'Times New Roman', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-feature-settings: "palt"; }

p, h1, h2, h3, h4, h5, a, li, div {
  line-height: normal; }

/*-----------------------
  pcとspで表示切替
  -----------------------*/
@media only screen and (max-width: 767px) {
  .pc, .pcinline {
    display: none !important; }
  .sp {
    display: block !important; }
  .spinline {
    display: inline; }
  img {
    width: 100%;
    height: auto; }
  .pcimg {
    display: none; } }

@media only screen and (min-width: 768px) {
  .sp, .spinline {
    display: none !important; }
  .pc {
    display: block !important; }
  .pcinline {
    display: inline; }
  .spimg {
    display: none; }
  #globalNavSp {
    display: none; } }

/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

/*-----------------------
WordPressエディタ
-------------------------*/
strong {
  font-weight: bold; }

em {
  font-style: italic; }

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center; }

.alignright {
  float: right;
  padding-left: 10px; }
  @media only screen and (max-width: 767px) {
    .alignright {
      float: none; } }

.alignleft {
  float: left;
  padding-right: 10px; }
  @media only screen and (max-width: 767px) {
    .alignleft {
      float: none; } }

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%; }

.clearfix {
  overflow: hidden;
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

/*-----------------------
  HEADER
  -----------------------*/
header .inner {
  position: relative; }

header .lang_select {
  position: absolute;
  top: 1px;
  right: 0; }
  header .lang_select a {
    font-size: 11px;
    display: inline-block;
    padding: 8px 17px;
    font-weight: 400;
    -webkit-transition: all .3s;
    transition: all .3s; }
    header .lang_select a:hover {
      opacity: 0.7; }
  header .lang_select .ja {
    color: #4d4d4d;
    background: #f1f1f1;
    background: -webkit-linear-gradient(left, #f1f1f1 90%, #b2b2b2 100%);
    background: linear-gradient(to right, #f1f1f1 90%, #b2b2b2 100%); }
  header .lang_select .en {
    background-color: #000;
    color: #fff; }

header .upper_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 30px;
  padding-bottom: 20px; }
  header .upper_header br {
    display: none; }
  header .upper_header h1 {
    -webkit-transition: all .3s;
    transition: all .3s; }
    header .upper_header h1:hover {
      opacity: 0.7; }
    header .upper_header h1 a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #00284a; }
    header .upper_header h1 span {
      display: block;
      font-size: 11px;
      font-weight: normal; }
    header .upper_header h1 .text_area {
      margin-left: 5px;
      font-size: 23px;
      font-weight: bold; }
  header .upper_header .upper_nav a {
    color: #000; }
  header .upper_header .upper_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  header .upper_header .upper_nav li {
    padding: 10px;
    font-size: 13px;
    background-color: #e0edf3;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-left: 2px; }
    header .upper_header .upper_nav li:hover {
      opacity: 0.6; }
    header .upper_header .upper_nav li i {
      padding-right: 3px; }

header #globalNav {
  background-color: #004682; }
  header #globalNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  header #globalNav li {
				flex:1;
    /*width: 20%;*/
    height: 80px;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all .3s;
    transition: all .3s; }
    header #globalNav li:first-child {
      border-left: 1px solid rgba(255, 255, 255, 0.2); }
    header #globalNav li:hover {
      background-color: #032742; }
  header #globalNav a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 80px;
    font-size: 16px; }

.en_header .lang_select .ja {
  background: #000;
  color: #fff; }

.en_header .lang_select .en {
  color: #4d4d4d;
  background: #b2b2b2;
  /* Old browsers */
  background: -webkit-linear-gradient(left, #b2b2b2 0%, #f1f1f1 10%);
  background: linear-gradient(to right, #b2b2b2 0%, #f1f1f1 10%); }

.en_header .upper_header h1 a {
  margin-bottom: -7px; }

.en_header .upper_header h1 .text_area {
  margin-top: 1px; }

.en_header .upper_header .upper_nav li {
  padding: 10px 15px; }

.en_header .en_logo img {
  display: block; }

.en_header .en_logo .second {
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px); }

.en_header #globalNav .en_menu 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;
  line-height: 1.3rem; }

/*-----------------------
  MAIN
  -----------------------*/
/*-----------------------
  SIDE
  -----------------------*/
/*-----------------------
  FOOTER
  -----------------------*/
footer {
  text-align: center; }
  footer .upper_footer {
    background-color: #004682;
    padding-top: 40px;
    padding-bottom: 45px;
    color: #fff; }
  footer img {
    margin: 0 auto; }
  footer .org_name {
    color: #fff;
    padding-top: 10px; }
    footer .org_name span {
      font-size: 13px;
      line-height: 1.2rem;
      display: block; }
    footer .org_name .lg {
      font-size: 21px;
      font-weight: bold;
      padding-top: 10px; }
  footer .address {
    font-size: 13px;
    padding-top: 25px;
    font-weight: 100; }
  footer .org_info {
    font-weight: 100;
    padding-top: 10px;
    font-size: 14px; }
    footer .org_info a {
      color: #fff; }
    footer .org_info span:before {
      content: "/";
      margin: 0 10px; }
    footer .org_info span:first-of-type:before {
      content: none; }
    footer .org_info .email a {
      text-decoration: underline; }
    footer .org_info .email i {
      margin-right: 5px; }
  footer .copyright {
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 30px;
    font-weight: 200; }

.en_footer .footer_02 {
  margin-top: 10px; }

/*
共通部分
*/
/*========================
TOP
=========================*/
#Top #Main {
  border-top: 2px solid #fff; }
  #Top #Main .mv {
    height: 610px;
    width: 100%;
    background-image: url(images/top/top_mv.jpg);
    background-size: cover;
    background-position: center; }
    #Top #Main .mv .inner {
      position: relative;
      height: 100%; }
    #Top #Main .mv .copy {
      position: absolute;
      left: 0;
      bottom: 30px; }
  #Top #Main .free_area {
    padding: 70px 0; }
    #Top #Main .free_area p {
      padding: 10px 0; }
  #Top #Main .news_area {
    height: 830px;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 60px;
    background-image: url(images/top/top_news.jpg);
    background-size: cover;
    background-position: center; }
    #Top #Main .news_area .inner {
      width: 720px; }
    #Top #Main .news_area h2 {
      color: #fff;
      font-size: 43px;
      font-weight: normal;
      text-align: center; }
      #Top #Main .news_area h2 img {
        margin: 0 auto; }
    #Top #Main .news_area ul {
      padding-top: 10px;
      padding-bottom: 45px; }
    #Top #Main .news_area li {
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      box-sizing: border-box;
      padding: 20px 0;
      padding-right: 60px;
      -webkit-transition: all .3s;
      transition: all .3s;
      position: relative; }
      #Top #Main .news_area li:hover {
        opacity: 0.7; }
      #Top #Main .news_area li h3 {
        font-weight: 200;
        padding-top: 5px; }
      #Top #Main .news_area li a {
        font-size: 14px;
        font-weight: 200;
        color: #fff;
        display: block;
        width: 100%;
        height: 100%; }
      #Top #Main .news_area li:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 35%;
        right: 15px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-left: 7px solid #d8df21; }
      #Top #Main .news_area li .cat {
        margin-left: 15px; }
        #Top #Main .news_area li .cat:after {
          content: "|";
          color: #fff;
          margin: 0 10px; }
    #Top #Main .news_area .readmore {
      background-color: rgba(0, 0, 0, 0.6);
      text-align: center;
      height: 62px; }
      #Top #Main .news_area .readmore a {
        color: #fff;
        display: block;
        width: 100%;
        height: 100%;
        line-height: 62px;
        font-size: 17px;
        -webkit-transition: all .3s;
        transition: all .3s; }
        #Top #Main .news_area .readmore a:before {
          content: url(images/top/icon_list.png);
          padding-right: 5px; }
        #Top #Main .news_area .readmore a:hover {
          background-color: #000; }

/*-----------------------
下層ページ共通
------------------------*/
#Page #Main .pgttl {
  text-align: center;
  padding: 50px 0; }
  #Page #Main .pgttl span {
    display: inline-block;
    padding-bottom: 24px;
    background-image: url(images/pages/ttlborder.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 111px;
    font-size: 44px;
    font-weight: 400; }

#Page .breadcrumbs {
  background-color: #001b33;
  color: #fff;
  padding: 15px 0;
  box-sizing: border-box; }
  #Page .breadcrumbs a {
    color: #fff;
    font-size: 14px; }
    #Page .breadcrumbs a:hover {
      border-bottom: 1px solid #fff; }
  #Page .breadcrumbs span {
    color: #fff;
    font-size: 14px; }
    #Page .breadcrumbs span:first-of-type a:hover {
      border-bottom: none; }

/*-----------------------
出版物
------------------------*/
.page-template-page-publication .mv {
  height: 310px;
  overflow: hidden;
  background-color: #00325c; }
  .page-template-page-publication .mv .overlay {
    max-width: 1280px;
    min-width: 960px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .page-template-page-publication .mv .overlay:before {
      content: url(images/pages/overlay_left.png);
      position: absolute;
      top: 0;
      left: -2px; }
    .page-template-page-publication .mv .overlay:after {
      content: url(images/pages/overlay_right.png);
      position: absolute;
      top: 0;
      right: -2px; }

.page-template-page-publication #MainContent {
  padding-top: 35px;
  padding-bottom: 60px;
  background-color: #f1f1f1; }
  .page-template-page-publication #MainContent p {
    padding-top: 15px; }

/*-----------------------
研究成果
------------------------*/
.page-template-page-works .mv {
  height: 220px;
  background-color: #00325c; }
  .page-template-page-works .mv .overlay {
    width: 100%;
    height: 100%;
    background-image: url(images/pages/research_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .page-template-page-works .mv h2 {
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    text-align: center;
    padding-top: 75px; }

.page-template-page-works #MainContent {
  background-color: #f1f1f1;
  padding-bottom: 90px; }

.page-template-page-works .main_text {
  padding-top: 35px; }

.page-template-page-works .archive_area {
  margin-top: 50px; }
  .page-template-page-works .archive_area .tab_nav {
    width: 820px;
    height: 65px;
    margin: 0 auto 45px; }
    .page-template-page-works .archive_area .tab_nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .page-template-page-works .archive_area .tab_nav li {
      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;
      -webkit-transition: all .3s;
      transition: all .3s;
      background-color: #a3b8cc;
      width: 260px;
      height: 65px;
      color: #fff;
      font-size: 20px;
      text-align: center; }
      .page-template-page-works .archive_area .tab_nav li:hover {
        background-color: #166fb8;
        cursor: pointer; }
    .page-template-page-works .archive_area .tab_nav li.active {
      background-color: #166fb8; }
  .page-template-page-works .archive_area .panel_container .panel {
    display: none; }
  .page-template-page-works .archive_area .panel_container .panel.active {
    display: block; }
  .page-template-page-works .archive_area .panel_container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .page-template-page-works .archive_area .panel_container .img_box {
    background-color: #000;
    width: 160px;
    height: 230px;
    text-align: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .page-template-page-works .archive_area .panel_container .item_box {
    width: 460px;
    background-color: #fff;
    margin-top: 40px;
    box-sizing: border-box;
    padding: 50px 43px; }
    .page-template-page-works .archive_area .panel_container .item_box:nth-of-type(-n + 2) {
      margin-top: 0; }
    .page-template-page-works .archive_area .panel_container .item_box img {
      max-width: 90%;
      height: auto; }
    .page-template-page-works .archive_area .panel_container .item_box h3 {
      font-size: 28px;
      line-height: 2.2rem;
      padding-bottom: 10px;
      font-weight: 400; }
      .page-template-page-works .archive_area .panel_container .item_box h3 span {
        font-size: 18px;
        display: block; }
    .page-template-page-works .archive_area .panel_container .item_box .item_info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .page-template-page-works .archive_area .panel_container .item_box .detail {
      border-top: 1px solid #cdcdcd;
      width: 180px;
      box-sizing: border-box;
      padding-top: 20px; }
      .page-template-page-works .archive_area .panel_container .item_box .detail p {
        font-size: 14px;
        line-height: 1.5rem; }
    .page-template-page-works .archive_area .panel_container .item_box .more {
      width: 180px;
      height: 38px;
      margin-top: 30px;
      background-color: #0f5a99;
      text-align: center;
      font-size: 15px; }
      .page-template-page-works .archive_area .panel_container .item_box .more a {
        color: #fff;
        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;
        width: 100%;
        height: 100%;
        -webkit-transition: all .3s;
        transition: all .3s;
        box-sizing: border-box; }
        .page-template-page-works .archive_area .panel_container .item_box .more a:hover {
          background-color: #00325c; }
      .page-template-page-works .archive_area .panel_container .item_box .more i {
        margin-right: 5px; }

.page-template-page-works .english .archive_area .tab_nav li:nth-of-type(4) {
  line-height: 1.4rem;
  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; }

/*-----------------------
事業概要
------------------------*/
.page-template-page-outline .mv {
  height: 310px;
  overflow: hidden;
  background-color: #00325c; }
  .page-template-page-outline .mv .overlay {
    max-width: 1280px;
    min-width: 960px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .page-template-page-outline .mv .overlay:before {
      content: url(images/pages/overlay_left.png);
      position: absolute;
      top: 0;
      left: -2px; }
    .page-template-page-outline .mv .overlay:after {
      content: url(images/pages/overlay_right.png);
      position: absolute;
      top: 0;
      right: -2px; }

.page-template-page-outline #MainContent {
  background-color: #f1f1f1; }

.page-template-page-outline .row {
  border-top: 1px solid #cbcbcb;
  padding: 45px 0; }
  .page-template-page-outline .row:first-of-type {
    border-top: none; }
  .page-template-page-outline .row:last-of-type {
    padding-bottom: 100px; }
  .page-template-page-outline .row h2 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    width: 100%; }
  .page-template-page-outline .row h3 {
    font-size: 24px;
    font-weight: 400;
    width: 100%; }
  .page-template-page-outline .row h4 {
    font-size: 18px;
    font-weight: 400;
    padding-top: 10px;
    width: 100%; }
  .page-template-page-outline .row p {
    padding-top: 15px;
    font-size: 14px;
    width: 100%;
    line-height: 1.8rem;
    font-weight: 300; }
  .page-template-page-outline .row table {
    border-collapse: collapse;
    margin-top: 10px;
    width: 100% !important; }
  .page-template-page-outline .row table, .page-template-page-outline .row td {
    border: 1px solid #cbcbcb;
    color: #333;
    font-size: 14px; }
  .page-template-page-outline .row td {
    padding: 10px; }

.page-template-page-outline .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .page-template-page-outline .col img {
    width: initial;
    max-width: 100%;
    height: auto; }

.page-template-page-outline .col_2 .box {
  width: 49%; }
  .page-template-page-outline .col_2 .box * {
    max-width: 100%; }

.page-template-page-outline .col_3 .box {
  width: 32%;
  overflow: hidden; }
  .page-template-page-outline .col_3 .box * {
    max-width: 100%; }

.page-template-page-outline .col_4 .box {
  width: 24%;
  overflow: hidden; }
  .page-template-page-outline .col_4 .box * {
    max-width: 100%; }

/*-----------------------
投稿一覧、詳細共通
------------------------*/
.page-template-page-news .content_wrapper, .archive .content_wrapper, .single-post .content_wrapper {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.page-template-page-news #Main, .archive #Main, .single-post #Main {
  background-image: url(images/pages/news_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 120px; }

.page-template-page-news h2, .archive h2, .single-post h2 {
  font-size: 52px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url(images/pages/border.png);
  background-repeat: no-repeat;
  background-position: bottom; }

.page-template-page-news #Side, .archive #Side, .single-post #Side {
  width: 180px;
  background-color: rgba(0, 21, 38, 0.7);
  box-sizing: border-box;
  padding: 35px 30px; }
  .page-template-page-news #Side a, .archive #Side a, .single-post #Side a {
    color: #fff;
    font-weight: 200;
    font-size: 14px; }
    .page-template-page-news #Side a:hover, .archive #Side a:hover, .single-post #Side a:hover {
      text-decoration: underline; }
  .page-template-page-news #Side .cat, .archive #Side .cat, .single-post #Side .cat {
    font-size: 25px;
    position: relative; }
    .page-template-page-news #Side .cat:not(:first-of-type):before, .archive #Side .cat:not(:first-of-type):before, .single-post #Side .cat:not(:first-of-type):before {
      content: "";
      display: block;
      width: 15px;
      height: 1px;
      background-color: #fff;
      margin: 30px 0 35px; }

.page-template-page-news #MainContent, .archive #MainContent, .single-post #MainContent {
  width: 740px; }

.page-template-page-news #Side .cat li, .archive #Side .cat li, .single-post #Side .cat li{
	line-height:1.0;
}
.page-template-page-news #Side .cat li a, .archive #Side .cat li a, .single-post #Side .cat li a{
	line-height:1.0;
}
.page-template-page-news #Side .cat li, .archive #Side .cat li, .single-post #Side .cat li{
	padding-bottom:14px;
}

/*-----------------------
投稿一覧
------------------------*/
.page-template-page-news #MainContent a, .archive #MainContent a {
  color: #fff; }

.page-template-page-news #MainContent h3, .archive #MainContent h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 25px;
  position: relative; }
  .page-template-page-news #MainContent h3:before, .archive #MainContent h3:before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0; }

.page-template-page-news #MainContent .article_list, .archive #MainContent .article_list {
  padding: 20px 0; }

.page-template-page-news #MainContent article, .archive #MainContent article {
  padding: 20px 0; }
  .page-template-page-news #MainContent article a, .archive #MainContent article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .page-template-page-news #MainContent article a:hover, .archive #MainContent article a:hover {
      text-decoration: underline; }
  .page-template-page-news #MainContent article .date, .archive #MainContent article .date {
    font-size: 14px;
    padding-right: 20px; }
  .page-template-page-news #MainContent article h4, .archive #MainContent article h4 {
    font-size: 14px;
    font-weight: normal;
    position: relative;
    padding-left: 20px; }
    .page-template-page-news #MainContent article h4:before, .archive #MainContent article h4:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 7px;
      left: 0;
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-left: 7px solid #d8df21; }

.page-template-page-news #MainContent .pagenation, .archive #MainContent .pagenation {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  margin-top: 50px;
  position: relative;
  text-align: center; }
  .page-template-page-news #MainContent .pagenation a, .archive #MainContent .pagenation a {
    font-size: 14px; }
  .page-template-page-news #MainContent .pagenation .numbers, .archive #MainContent .pagenation .numbers {
    width: 300px;
    margin: 0 auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .page-template-page-news #MainContent .pagenation .page-numbers, .archive #MainContent .pagenation .page-numbers {
    display: inline-block;
    width: 60px;
    height: 60px;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    line-height: 60px; }
    .page-template-page-news #MainContent .pagenation .page-numbers:hover, .archive #MainContent .pagenation .page-numbers:hover {
      background-color: rgba(0, 21, 38, 0.6); }
  .page-template-page-news #MainContent .pagenation .page-numbers.current, .archive #MainContent .pagenation .page-numbers.current {
    color: #fff;
    background-color: rgba(0, 21, 38, 0.6); }
  .page-template-page-news #MainContent .pagenation .next, .archive #MainContent .pagenation .next {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto; }
    .page-template-page-news #MainContent .pagenation .next:hover, .archive #MainContent .pagenation .next:hover {
      text-decoration: underline;
      background-color: transparent; }
  .page-template-page-news #MainContent .pagenation .prev, .archive #MainContent .pagenation .prev {
    position: absolute;
    top: 0;
    left: 0; }
    .page-template-page-news #MainContent .pagenation .prev:hover, .archive #MainContent .pagenation .prev:hover {
      text-decoration: underline;
      background-color: transparent; }

/*-----------------------
投稿詳細
------------------------*/
.single-post h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.9rem;
  padding-bottom: 20px;
  color: #fff; }

.single-post .article_meta {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 20px 0; }
  .single-post .article_meta span {
    font-size: 14px; }
    .single-post .article_meta span a {
      color: #fff;
      text-decoration: underline; }
      .single-post .article_meta span a:hover {
        opacity: 0.8; }
  .single-post .article_meta .date {
    margin-right: 30px; }
  .single-post .article_meta i {
    margin-right: 10px; }

.single-post .article_content {
  color: #fff;
  padding-top: 30px;
  padding-bottom: 50px; }
  .single-post .article_content p {
    padding: 10px 0 20px;
    font-weight: 200;
    line-height: 1.8rem; }
  .single-post .article_content td, .single-post .article_content th, .single-post .article_content table {
    font-weight: 200; }

.single-post .pager {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
  position: relative;
  text-align: center; }
  .single-post .pager a {
    color: #fff;
    font-size: 14px; }
    .single-post .pager a:hover {
      text-decoration: underline; }
  .single-post .pager .next {
    position: absolute;
    left: 20px; }
  .single-post .pager .prev {
    position: absolute;
    right: 20px; }
  .single-post .pager .to_archive {
    background-image: url(images/top/icon_list.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 30px; }

/*-----------------------
お問い合わせ
------------------------*/
.mw_wp_form .submit {
  margin-top: 15px; }

.mw_wp_form form {
  width: 539px;
  margin: 0 auto; }

.mw_wp_form input, .mw_wp_form textarea {
  margin-top: 10px; }

.mw_wp_form p {
  padding-top: 20px; }

@media only screen and (max-width: 767px) {
  /*-----------------------
  WordPressエディタ
  -------------------------*/
  img[class*="wp-image-"],
  img[class*="attachment-"] {
    width: inherit; }
  .row {
    display: block; }
  /*---------------
  header
  ----------------*/
  header .header_partial {
    width: 100%;
    height: 45px;
    background-color: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 9999; }
  header .lang_select {
    position: static;
    margin-left: 5px; }
    header .lang_select .ja {
      background: #fff;
      background: -webkit-linear-gradient(left, #fff 90%, #b2b2b2 100%);
      background: linear-gradient(to right, #fff 90%, #b2b2b2 100%); }
  header .toggle_btn {
    background-color: #004682;
    width: 56px;
    height: 45px;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s; }
    header .toggle_btn span {
      display: block;
      width: 21px;
      height: 3px;
      background-color: #fff;
      position: absolute;
      left: 18px; }
    header .toggle_btn span:nth-of-type(1) {
      top: 13px; }
    header .toggle_btn span:nth-of-type(2) {
      top: 20.5px; }
    header .toggle_btn span:nth-of-type(3) {
      bottom: 13px; }
  header .toggle_btn.active {
    background-color: #000; }
  header .upper_header {
    margin-top: 45px;
    padding-top: 15px;
    padding-bottom: 10px; }
    header .upper_header br {
      display: block; }
    header .upper_header h1 {
      margin: 0 auto; }
      header .upper_header h1 .text_area {
        font-size: 12px; }
      header .upper_header h1 span {
        font-size: 10px;
        line-height: 12px; }
      header .upper_header h1 img {
        width: 62px;
        height: 41px; }
      header .upper_header h1 .en_logo img {
        width: 210px;
        height: auto; }
      header .upper_header h1 .en_logo .second {
        width: 210px; }
  header .en_header h1 img {
    width: 76px;
    height: 51px; }
  header #globalNavSp {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 45px;
    box-sizing: border-box;
    font-size: 14px;
    background-color: #1a1a1a;
    z-index: 9999;
    display: none; }
    header #globalNavSp a {
      color: #fff;
      display: block;
      width: 100%;
      height: 100%; }
    header #globalNavSp li {
      box-sizing: border-box;
      padding: 15px 5%; }
    header #globalNavSp i {
      margin-right: 3px; }
    header #globalNavSp .main_menu {
      background-color: #000; }
      header #globalNavSp .main_menu li {
        border-top: 1px solid rgba(255, 255, 255, 0.3); }
        header #globalNavSp .main_menu li:first-child {
          border-top: none; }
        header #globalNavSp .main_menu li i {
          color: #2884D1; }
    header #globalNavSp .sub_menu {
      background-color: #1a1a1a;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      header #globalNavSp .sub_menu li {
        width: 43%; }
    header #globalNavSp i {
      color: #808080; }
  /*---------------
  footer
  ----------------*/
  footer .upper_footer {
    padding-top: 20px;
    padding-bottom: 20px; }
  footer img {
    width: 63px;
    height: 44px;
    margin: 0 auto; }
  footer .org_name {
    padding-top: 7px; }
    footer .org_name span {
      font-size: 10px;
      line-height: 1rem; }
    footer .org_name .lg {
      font-size: 13px;
      padding-top: 5px; }
  footer .address {
    font-size: 10px; }
  footer .org_info {
    font-size: 10px; }
    footer .org_info .spinline:before {
      content: none; }
  footer .copyright {
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 15px; }
  .en_footer .footer_01 {
    width: 243px;
    height: 20px; }
  .en_footer .footer_02 {
    width: 262px;
    height: 35px;
    margin-top: 5px; }
  /*---------------
  エディタ使用時の崩れ防止
  ----------------*/
  #MainContent dl dt, #MainContent dl dd {
    white-space: pre-wrap !important; }
    #MainContent dl dt a, #MainContent dl dd a {
      word-break: break-all !important; }
  #MainContent table {
    width: 100% !important; }
  /*---------------
  TOP
  ----------------*/
  #Top #Main .mv {
    background-image: none;
    height: auto; }
  #Top #Main .free_area {
    box-sizing: border-box;
    padding: 45px 4%;
    overflow: hidden; }
    #Top #Main .free_area .inner table {
      width: 100% !important;
      box-sizing: border-box; }
  #Top #Main .news_area {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px; }
    #Top #Main .news_area .inner {
      width: 100%;
      box-sizing: border-box; }
    #Top #Main .news_area h2 {
      font-size: 24px; }
      #Top #Main .news_area h2 img {
        width: 175px;
        height: auto; }
      #Top #Main .news_area h2 .en_img {
        width: 190px; }
    #Top #Main .news_area ul {
      padding-bottom: 10px; }
    #Top #Main .news_area li {
      padding: 10px 10% 10px 5%; }
      #Top #Main .news_area li a {
        font-size: 12px; }
      #Top #Main .news_area li .date, #Top #Main .news_area li .cat, #Top #Main .news_area li .sub-cat {
        font-size: 10px; }
      #Top #Main .news_area li .cat {
        margin-left: 10px; }
        #Top #Main .news_area li .cat:after {
          margin-right: 5px;
          margin-left: 5px; }
      #Top #Main .news_area li:after {
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      #Top #Main .news_area li h3 {
        line-height: 1rem; }
    #Top #Main .news_area .readmore {
      box-sizing: border-box;
      margin: 0 4%;
      height: auto; }
      #Top #Main .news_area .readmore a {
        line-height: normal;
        padding: 10px 0;
        font-size: 12px; } }

@media only screen and (max-width: 767px) {
  /*-----------------------
  下層ページ共通
  ------------------------*/
  #Page header {
    border-bottom: 7px solid #004682; }
  #Page #Main {
    padding-bottom: 0; }
    #Page #Main .pgttl {
      padding-top: 23px;
      padding-bottom: 35px; }
      #Page #Main .pgttl span {
        padding-bottom: 10px;
        font-size: 25px; }
      #Page #Main .pgttl .spimg {
        display: inline-block; }
  #Page .breadcrumbs {
    box-sizing: border-box;
    padding: 10px 5%; }
    #Page .breadcrumbs a {
      font-size: 10px; }
    #Page .breadcrumbs span {
      font-size: 10px; }
  /*-----------------------
  出版物
  ------------------------*/
  .page-template-page-publication .mv {
    width: auto;
    height: auto; }
    .page-template-page-publication .mv .overlay {
      width: 100%;
      min-width: 100%;
      height: 155px; }
      .page-template-page-publication .mv .overlay:before {
        content: none; }
      .page-template-page-publication .mv .overlay:after {
        content: none; }
  .page-template-page-publication .pgttl .spimg {
    width: 72px;
    height: 23px; }
  .page-template-page-publication #MainContent {
    box-sizing: border-box;
    padding: 30px 5% 40px; }
  /*-----------------------
  研究成果
  ------------------------*/
  .page-template-page-works .mv {
    height: auto; }
    .page-template-page-works .mv h2 {
      padding-top: 40px;
      padding-bottom: 30px;
      font-size: 25px; }
      .page-template-page-works .mv h2 img {
        width: 101px;
        height: 23px; }
  .page-template-page-works .main_text {
    font-size: 12px;
    padding-top: 20px; }
  .page-template-page-works #MainContent {
    box-sizing: border-box;
    padding: 0 5% 35px; }
  .page-template-page-works .archive_area {
    margin-top: 35px; }
    .page-template-page-works .archive_area .tab_nav {
      width: 100%;
      margin-bottom: 0;
      height: auto; }
      .page-template-page-works .archive_area .tab_nav li {
        width: 30%;
        height: 50px;
        box-sizing: border-box;
        padding: 15px 0;
        font-size: 12px; }
    .page-template-page-works .archive_area .panel_container .item_box {
      width: 100%;
      padding: 20px;
      margin-top: 20px; }
      .page-template-page-works .archive_area .panel_container .item_box:nth-of-type(-n + 2) {
        margin-top: 20px; }
      .page-template-page-works .archive_area .panel_container .item_box h3 {
        font-size: 21px;
        line-height: normal;
        padding-bottom: 5px; }
        .page-template-page-works .archive_area .panel_container .item_box h3 span {
          font-size: 13px; }
      .page-template-page-works .archive_area .panel_container .item_box .detail {
        width: 45%; }
        .page-template-page-works .archive_area .panel_container .item_box .detail p {
          font-size: 10px;
          line-height: normal; }
      .page-template-page-works .archive_area .panel_container .item_box .more {
        font-size: 12px;
        bottom: 20%;
        width: 110px; }
        .page-template-page-works .archive_area .panel_container .item_box .more a {
          padding-top: 5px;
          padding-bottom: 5px; }
    .page-template-page-works .archive_area .panel_container .img_box {
      width: 50%; }
      .page-template-page-works .archive_area .panel_container .img_box img {
        padding-top: 10px;
        padding-bottom: 10px; }
  /*-----------------------
  事業概要
  ------------------------*/
  .page-template-page-outline .mv {
    width: auto;
    height: auto; }
    .page-template-page-outline .mv .overlay {
      width: 100%;
      min-width: 100%;
      height: 155px; }
      .page-template-page-outline .mv .overlay:before {
        content: none; }
      .page-template-page-outline .mv .overlay:after {
        content: none; }
  .page-template-page-outline .pgttl img {
    width: 100px;
    height: 23px; }
  .page-template-page-outline #MainContent {
    box-sizing: border-box;
    padding: 0 5%; }
    .page-template-page-outline #MainContent .table_area h3 {
      font-size: 20px; }
    .page-template-page-outline #MainContent p {
      font-size: 12px; }
  .page-template-page-outline .row {
    padding-top: 20px;
    padding-bottom: 20px; }
    .page-template-page-outline .row h2 {
      font-size: 20px;
      text-align: left; }
    .page-template-page-outline .row h3 {
      font-size: 16px;
      text-align: left !important; }
    .page-template-page-outline .row h4 {
      font-size: 16px; }
  .page-template-page-outline .col {
    display: block; }
  .page-template-page-outline .col_2 .box {
    width: 100%;
    padding-top: 10px; }
    .page-template-page-outline .col_2 .box:first-of-type {
      padding-top: 0; }
  .page-template-page-outline .col_3 .box {
    width: 100%;
    padding-top: 25px; }
    .page-template-page-outline .col_3 .box:first-of-type {
      padding-top: 0; }
  .page-template-page-outline .col_4 .box {
    width: 100%;
    padding-top: 25px; }
    .page-template-page-outline .col_4 .box:first-of-type {
      padding-top: 0; }
  /*-----------------------
  投稿一覧、詳細共通
  ------------------------*/
  .page-template-page-news #MainContent, .archive #MainContent, .single-post #MainContent {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 50px; }
  .page-template-page-news .content_wrapper, .archive .content_wrapper, .single-post .content_wrapper {
    margin: 0;
    display: block; }
  .page-template-page-news #catNav, .archive #catNav, .single-post #catNav {
    width: 290px;
    margin: 20px auto 30px; }
    .page-template-page-news #catNav a, .archive #catNav a, .single-post #catNav a {
      color: #fff; }
    .page-template-page-news #catNav .nav_inner, .archive #catNav .nav_inner, .single-post #catNav .nav_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .page-template-page-news #catNav .toggle_btn, .archive #catNav .toggle_btn, .single-post #catNav .toggle_btn {
      color: #fff;
      font-size: 13px;
      background-color: rgba(0, 21, 38, 0.6);
      width: 93px;
      box-sizing: border-box; }
      .page-template-page-news #catNav .toggle_btn span, .archive #catNav .toggle_btn span, .single-post #catNav .toggle_btn span {
        display: block;
        padding: 9px 10px 4px;
        position: relative; }
        .page-template-page-news #catNav .toggle_btn span:after, .archive #catNav .toggle_btn span:after, .single-post #catNav .toggle_btn span:after {
          content: "";
          display: inline-block;
          position: absolute;
          top: 40%;
          right: 10px;
          width: 0;
          height: 0;
          border: 3px solid transparent;
          border-top: 6px solid #fff; }
      .page-template-page-news #catNav .toggle_btn:first-of-type img, .archive #catNav .toggle_btn:first-of-type img, .single-post #catNav .toggle_btn:first-of-type img {
        width: 33px;
        height: 16px; }
      .page-template-page-news #catNav .toggle_btn:nth-of-type(2) img, .archive #catNav .toggle_btn:nth-of-type(2) img, .single-post #catNav .toggle_btn:nth-of-type(2) img {
        width: 36px;
        height: 16px; }
      .page-template-page-news #catNav .toggle_btn:nth-of-type(3) img, .archive #catNav .toggle_btn:nth-of-type(3) img, .single-post #catNav .toggle_btn:nth-of-type(3) img {
        width: 52px;
        height: 16px; }
    .page-template-page-news #catNav .toggle_btn.en_cat:nth-of-type(2) img, .archive #catNav .toggle_btn.en_cat:nth-of-type(2) img, .single-post #catNav .toggle_btn.en_cat:nth-of-type(2) img {
      width: 43px;
      height: 16px; }
    .page-template-page-news #catNav .toggle_btn.en_cat:nth-of-type(3) img, .archive #catNav .toggle_btn.en_cat:nth-of-type(3) img, .single-post #catNav .toggle_btn.en_cat:nth-of-type(3) img {
      width: 59px;
      height: 16px; }
    .page-template-page-news #catNav .toggle_btn.active, .archive #catNav .toggle_btn.active, .single-post #catNav .toggle_btn.active {
      background-color: #000; }
    .page-template-page-news #catNav .slide_nav, .archive #catNav .slide_nav, .single-post #catNav .slide_nav {
      display: none;
      position: absolute;
      width: 100%;
      left: 0;
      padding-bottom: 200px;
      background-color: #000;
      z-index: 9999;
      box-sizing: border-box; }
      .page-template-page-news #catNav .slide_nav li, .archive #catNav .slide_nav li, .single-post #catNav .slide_nav li {
        box-sizing: border-box;
        padding: 20px 10%;
        font-size: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        position: relative; }
        .page-template-page-news #catNav .slide_nav li:before, .archive #catNav .slide_nav li:before, .single-post #catNav .slide_nav li:before {
          font-family: FontAwesome;
          content: "\f138";
          color: #2884D1;
          position: absolute;
          top: 50%;
          left: 5%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
    .page-template-page-news #catNav .slide_nav.active, .archive #catNav .slide_nav.active, .single-post #catNav .slide_nav.active {
      display: block; }
  .page-template-page-news h2, .archive h2, .single-post h2 {
    font-size: 26px;
    padding-top: 50px;
    padding-bottom: 30px; }
    .page-template-page-news h2 img, .archive h2 img, .single-post h2 img {
      width: 203px;
      height: 32px; }
  /*-----------------------
  投稿一覧
  ------------------------*/
  .page-template-page-news #MainContent .article_list, .archive #MainContent .article_list {
    padding: 0; }
  .page-template-page-news #MainContent article, .archive #MainContent article {
    box-sizing: border-box;
    padding: 15px 5%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    position: relative; }
    .page-template-page-news #MainContent article:first-of-type, .archive #MainContent article:first-of-type {
      border-top: none; }
    .page-template-page-news #MainContent article:after, .archive #MainContent article:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 5%;
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-left: 7px solid #d8df21;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .page-template-page-news #MainContent article a, .archive #MainContent article a {
      display: block; }
    .page-template-page-news #MainContent article .date, .archive #MainContent article .date {
      font-size: 10px; }
    .page-template-page-news #MainContent article h4, .archive #MainContent article h4 {
      padding-left: 0;
      padding-right: 35px;
      font-size: 12px; }
      .page-template-page-news #MainContent article h4:before, .archive #MainContent article h4:before {
        content: none; }
  .page-template-page-news #MainContent h3, .archive #MainContent h3 {
    font-size: 17px;
    text-align: center;
    padding-bottom: 15px; }
    .page-template-page-news #MainContent h3:before, .archive #MainContent h3:before {
      content: none; }
  .page-template-page-news #MainContent .pagenation, .archive #MainContent .pagenation {
    margin-top: 30px;
    height: 40px; }
    .page-template-page-news #MainContent .pagenation .page-numbers, .archive #MainContent .pagenation .page-numbers {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 12px; }
    .page-template-page-news #MainContent .pagenation .next, .archive #MainContent .pagenation .next {
      width: auto;
      right: 5%; }
    .page-template-page-news #MainContent .pagenation .prev, .archive #MainContent .pagenation .prev {
      width: auto;
      left: 5%; }
  /*-----------------------
  投稿詳細
  ------------------------*/
  .single-post article {
    box-sizing: border-box;
    padding: 0 5%; }
  .single-post h3 {
    font-size: 15px;
    line-height: 1.2rem;
    padding-bottom: 20px; }
  .single-post .article_meta {
    padding-top: 10px;
    padding-bottom: 10px; }
    .single-post .article_meta span {
      font-size: 10px; }
    .single-post .article_meta .date {
      margin-right: 20px; }
    .single-post .article_meta i {
      margin-right: 5px; }
  .single-post .article_content p {
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.4rem; }
  .single-post .article_content table {
    width: 100% !important;
    box-sizing: border-box; }
  .single-post .pager {
    padding-top: 10px;
    padding-bottom: 10px; }
    .single-post .pager a {
      font-size: 10px;
      line-height: 26px; }
    .single-post .pager .prev {
      right: 5%; }
    .single-post .pager .next {
      left: 5%; }
    .single-post .pager .to_archive {
      font-size: 14px; }
  /*-----------------------
  お問い合わせ
  ------------------------*/
  .mw_wp_form {
    width: 100%;
    box-sizing: border-box;
    padding: 0 4% 15px; }
    .mw_wp_form form {
      width: 100%; }
    .mw_wp_form input {
      width: 100%; }
    .mw_wp_form textarea {
      width: 100%; }
    .mw_wp_form .submit {
      margin-top: 15px; }
    .mw_wp_form p {
      padding-top: 10px; } }


.square_btn{
display: inline-block;
padding: 7px 20px;
border-radius: 25px;
text-decoration: none;
color: #FFF;
background-image: -webkit-linear-gradient(45deg, #33cccc 0%, #CCFFFF 100%);
background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
transition: .4s;
}.square_btn:hover {
background-image: -webkit-linear-gradient(45deg, #33cccc 0%, #CCFFFF 100%);
background-image: linear-gradient(45deg, #33cccc 0%, #CCFFFF 100%);
} 
