@charset "UTF-8";
/* //////////////////////////////////////////////////

　サイト全般のスタイル

////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////

　common style for modern browser

　Version: 3.0

////////////////////////////////////////////////// */
/*
  Base
-------------------------------------------------- */
/*
　各要素のスタイルを初期化し、デフォルトのスタイルを定義
*/
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, figure, figcaption, header, footer, main, nav, section, time {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0; }

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

body {
  -webkit-text-size-adjust: 100%;
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  font-weight: normal;
  text-align: left; }

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

blockquote, q {
  quotes: none; }

img {
  vertical-align: middle;
  font-size: 0;
  line-height: 0; }

a img {
  border: 0; }

button {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  outline: none;
  font-size: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

img, object, video, iframe {
  max-width: 100%; }

* {
  box-sizing: border-box;
  background-clip: padding-box; }

html {
  scroll-padding-top: 70px; /* 固定ヘッダの高さ分 */
}

/*
  Module
-------------------------------------------------- */
/*
　あらゆる再利用できるオブジェクト
　ブロックのエレメントを表すルールは"_"で始まる
　エレメントのバリエーションを表すルールは"__"で始まる
*/
/* grid */
.grid {
  display: grid;
  display: -ms-grid; }

/* grid table */
.grid-table {
  display: table;
  width: 100%; }
  .grid-table.fixed {
    table-layout: fixed; }
  .grid-table > ._item {
    display: table-cell;
    vertical-align: top; }

/* grid inline-block */
.grid-inline {
  letter-spacing: -.4em; }
  .grid-inline > ._item {
    display: inline-block;
    letter-spacing: normal; }

/* flexbox */
.flex {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start; }

.grid-table .__col2, .grid-inline .__col2, .flex .__col2 {
  width: 16.6666%; }
.grid-table .__col3, .grid-inline .__col3, .flex .__col3 {
  width: 25%; }
.grid-table .__col4, .grid-inline .__col4, .flex .__col4 {
  width: 33.33%; }
.grid-table .__col5, .grid-inline .__col5, .flex .__col5 {
  width: 41.6666%; }
.grid-table .__col6, .grid-inline .__col6, .flex .__col6 {
  width: 50%; }
.grid-table .__col7, .grid-inline .__col7, .flex .__col7 {
  width: 58.3333%; }
.grid-table .__col8, .grid-inline .__col8, .flex .__col8 {
  width: 66.67%; }
.grid-table .__col9, .grid-inline .__col9, .flex .__col9 {
  width: 75%; }
.grid-table .__col10, .grid-inline .__col10, .flex .__col10 {
  width: 83.3333%; }
.grid-table .__col12, .grid-inline .__col12, .flex .__col12 {
  width: 100%; }
@media screen and (max-width: 768px) {
  .grid-table .__col2, .grid-table .__col3, .grid-table .__col4, .grid-table .__col5, .grid-table .__col6, .grid-table .__col7, .grid-table .__col8, .grid-table .__col9, .grid-table .__col10, .grid-inline .__col2, .grid-inline .__col3, .grid-inline .__col4, .grid-inline .__col5, .grid-inline .__col6, .grid-inline .__col7, .grid-inline .__col8, .grid-inline .__col9, .grid-inline .__col10, .flex .__col2, .flex .__col3, .flex .__col4, .flex .__col5, .flex .__col6, .flex .__col7, .flex .__col8, .flex .__col9, .flex .__col10 {
    width: 100%; }
  .grid-table .__col2-tab, .grid-inline .__col2-tab, .flex .__col2-tab {
    width: 16.6666%; }
  .grid-table .__col3-tab, .grid-inline .__col3-tab, .flex .__col3-tab {
    width: 25%; }
  .grid-table .__col4-tab, .grid-inline .__col4-tab, .flex .__col4-tab {
    width: 33.33%; }
  .grid-table .__col5-tab, .grid-inline .__col5-tab, .flex .__col5-tab {
    width: 41.6666%; }
  .grid-table .__col6-tab, .grid-inline .__col6-tab, .flex .__col6-tab {
    width: 50%; }
  .grid-table .__col7-tab, .grid-inline .__col7-tab, .flex .__col7-tab {
    width: 58.3333%; }
  .grid-table .__col8-tab, .grid-inline .__col8-tab, .flex .__col8-tab {
    width: 66.67%; }
  .grid-table .__col9-tab, .grid-inline .__col9-tab, .flex .__col9-tab {
    width: 75%; }
  .grid-table .__col10-tab, .grid-inline .__col10-tab, .flex .__col10-tab {
    width: 83.3333%; }
  .grid-table .__col12-tab, .grid-inline .__col12-tab, .flex .__col12-tab {
    width: 100%; } }
@media screen and (max-width: 600px) {
  .grid-table .__col2-sp, .grid-inline .__col2-sp, .flex .__col2-sp {
    width: 16.6666%; }
  .grid-table .__col3-sp, .grid-inline .__col3-sp, .flex .__col3-sp {
    width: 25%; }
  .grid-table .__col4-sp, .grid-inline .__col4-sp, .flex .__col4-sp {
    width: 33.33%; }
  .grid-table .__col5-sp, .grid-inline .__col5-sp, .flex .__col5-sp {
    width: 41.6666%; }
  .grid-table .__col6-sp, .grid-inline .__col6-sp, .flex .__col6-sp {
    width: 50%; }
  .grid-table .__col7-sp, .grid-inline .__col7-sp, .flex .__col7-sp {
    width: 58.3333%; }
  .grid-table .__col8-sp, .grid-inline .__col8-sp, .flex .__col8-sp {
    width: 66.67%; }
  .grid-table .__col9-sp, .grid-inline .__col9-sp, .flex .__col9-sp {
    width: 75%; }
  .grid-table .__col10-sp, .grid-inline .__col10-sp, .flex .__col10-sp {
    width: 83.3333%; }
  .grid-table .__col12-sp, .grid-inline .__col12-sp, .flex .__col12-sp {
    width: 100%; } }

.flex.m60 {
  margin-right: -30px;
  margin-left: -30px;
}
.m60 > * {
  padding-right: 30px;
  padding-left: 30px;
}
.flex.m50 {
  margin-right: -25px;
  margin-left: -25px;
}
.m50 > * {
  padding-right: 25px;
  padding-left: 25px;
}
.flex.m40 {
  margin-right: -20px;
  margin-left: -20px;
}
.m40 > * {
  padding-right: 20px;
  padding-left: 20px;
}
.flex.m30 {
  margin-right: -15px;
  margin-left: -15px;
}
.m30 > * {
  padding-right: 15px;
  padding-left: 15px;
}
.flex.m20 {
  margin-right: -10px;
  margin-left: -10px;
}
.m20 > * {
  padding-right: 10px;
  padding-left: 10px;
}
.flex.m10 {
  margin-right: -5px;
  margin-left: -5px;
}
.m10 > * {
  padding-right: 5px;
  padding-left: 5px;
}
/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
  .flex.m60 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .m60 > * {
    padding-right: 15px;
    padding-left: 15px;
  }
  .flex.m50 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .m50 > * {
    padding-right: 10px;
    padding-left: 10px;
  }
  .flex.m40 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .m40 > * {
    padding-right: 10px;
    padding-left: 10px;
  }
  .flex.m30 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .m30 > * {
    padding-right: 10px;
    padding-left: 10px;
  }
  .flex.m20 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .m20 > * {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.wp_entry .__col1  ,.__col1  { width: 8.33% !important}
.wp_entry .__col2  ,.__col2  { width: 16.6666% !important}
.wp_entry .__col3  ,.__col3  { width: 25% !important}
.wp_entry .__col4  ,.__col4  { width: 33.33% !important}
.wp_entry .__col5  ,.__col5  { width: 41.6666% !important}
.wp_entry .__col6  ,.__col6  { width: 50% !important}
.wp_entry .__col7  ,.__col7  { width: 58.3333% !important}
.wp_entry .__col8  ,.__col8  { width: 66.67% !important}
.wp_entry .__col9  ,.__col9  { width: 75% !important}
.wp_entry .__col10 ,.__col10 { width: 83.3333% !important}
.wp_entry .__col11 ,.__col11 {width: 91.66% !important}
.wp_entry .__col12 ,.__col12 { width: 100% !important}
@media screen and (max-width: 768px) {
  .__col2, .__col3, .__col4, .__col5, .__col6, .__col7, .__col8, .__col9, .__col10,
  .wp_entry .__col2, .wp_entry .__col3, .wp_entry .__col4, .wp_entry .__col5,
  .wp_entry .__col6, .wp_entry .__col7, .wp_entry .__col8, .wp_entry .__col9, .wp_entry .__col10 {
    width: 100% !important;
  }

  .__col2-tab  { width: 16.6666% !important}
  .__col3-tab  { width: 25% !important}
  .__col4-tab  { width: 33.33% !important}
  .__col5-tab  { width: 41.6666% !important}
  .__col6-tab  { width: 50% !important}
  .__col7-tab  { width: 58.3333% !important}
  .__col8-tab  { width: 66.67% !important}
  .__col9-tab  { width: 75% !important}
  .__col10-tab { width: 83.3333% !important}
  .__col12-tab { width: 100% !important}
}
@media screen and (max-width: 480px) {
.wp_entry .__col2-sp, .__col2-sp  { width: 16.6666% !important}
.wp_entry .__col3-sp, .__col3-sp  { width: 25% !important}
.wp_entry .__col4-sp, .__col4-sp  { width: 33.33% !important}
.wp_entry .__col5-sp, .__col5-sp  { width: 41.6666% !important}
.wp_entry .__col6-sp, .__col6-sp  { width: 50% !important}
.wp_entry .__col7-sp, .__col7-sp  { width: 58.3333% !important}
.wp_entry .__col8-sp, .__col8-sp  { width: 66.67% !important}
.wp_entry .__col9-sp, .__col9-sp  { width: 75% !important}
.wp_entry .__col10-sp, .__col10-sp { width: 83.3333% !important}
.wp_entry .__col12-sp, .__col12-sp { width: 100% !important}
}

/* other element */
.ul-disc > li {
  list-style: disc;
  margin-left: 18px; }

.ol-decimal > li {
  list-style: decimal;
  margin-left: 18px; }



/*
  State
-------------------------------------------------- */
.hidden {
  display: none; }

.hidden-pc {
  display: none; }
  @media screen and (max-width: 768px) {
    .hidden-pc {
      display: block; }
      .hidden-pc.inline {
        display: inline; } }
  @media screen and (max-width: 600px) {
    .hidden-pc.hidden-tab {
      display: block; } }

@media screen and (max-width: 768px) {
  .hidden-tab {
    display: none; } }
@media screen and (max-width: 600px) {
  .hidden-sp {
    display: none; } }
/*
  Utillity
-------------------------------------------------- */
.clearfix::after {
  content: "";
  display: block;
  clear: both; }

.clear {
  clear: both; }

.ofH {
  overflow: hidden; }

.poR {
  position: relative; }

.poA {
  position: absolute; }

/* Centering */
.centering {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.center-block, .mx-auto{
  margin-left:auto !important;
  margin-right:auto !important;
}

/* Float */
.flL {
  float: left; }

.flR {
  float: right; }

/* Margin */
.wp_entry .m00,.m00,
.wp_entry .m0,.m0  { margin: 0 !important }
.wp_entry .mt0 ,.mt0 { margin-top:    0px !important}
.wp_entry .mr0 ,.mr0 { margin-right:  0px !important}
.wp_entry .mb0 ,.mb0 { margin-bottom: 0px!important }
.wp_entry .ml0 ,.ml0 { margin-left:   0px !important}
.wp_entry .mt01,.mt01 { margin-top:    1px !important}
.wp_entry .mt05,.mt05 { margin-top:    5px !important}
.wp_entry .mr05,.mr05 { margin-right:  5px !important}
.wp_entry .mb05,.mb05 { margin-bottom: 5px !important}
.wp_entry .ml05,.ml05 { margin-left:   5px !important}
.wp_entry .mt10,.mt10 { margin-top:    10px !important}
.wp_entry .mr10,.mr10 { margin-right:  10px !important}
.wp_entry .mb10,.mb10 { margin-bottom: 10px !important}
.wp_entry .ml10,.ml10 { margin-left:   10px !important}
.wp_entry .mt15,.mt15 { margin-top:    15px !important}
.wp_entry .mr15,.mr15 { margin-right:  15px !important}
.wp_entry .mb15,.mb15 { margin-bottom: 15px !important}
.wp_entry .ml15,.ml15 { margin-left:   15px !important}
.wp_entry .mt20,.mt20 { margin-top:    20px !important}
.wp_entry .mr20,.mr20 { margin-right:  20px !important}
.wp_entry .mb20,.mb20 { margin-bottom: 20px !important}
.wp_entry .ml20,.ml20 { margin-left:   20px !important}
.wp_entry .mt25,.mt25 { margin-top:    25px !important}
.wp_entry .mr25,.mr25 { margin-right:  25px !important}
.wp_entry .mb25,.mb25 { margin-bottom: 25px !important}
.wp_entry .ml25,.ml25 { margin-left:   25px !important}
.wp_entry .mt30,.mt30 { margin-top:    30px !important}
.wp_entry .mr30,.mr30 { margin-right:  30px !important}
.wp_entry .mb30,.mb30 { margin-bottom: 30px !important}
.wp_entry .ml30,.ml30 { margin-left:   30px !important}
.wp_entry .mt40,.mt40 { margin-top:    40px !important}
.wp_entry .mr40,.mr40 { margin-right:  40px !important}
.wp_entry .mb40,.mb40 { margin-bottom: 40px !important}
.wp_entry .ml40,.ml40 { margin-left:   40px !important}
.wp_entry .mt50,.mt50 { margin-top:    50px !important}
.wp_entry .mt55,.mt55 { margin-top: 55px !important}
.wp_entry .mt60,.mt60 { margin-top: 60px !important}
.wp_entry .mt65,.mt65 { margin-top: 65px !important}
.wp_entry .mt70,.mt70 { margin-top: 70px !important}
.wp_entry .mt75,.mt75 { margin-top: 75px !important}
.wp_entry .mt80,.mt80 { margin-top: 80px !important}
.wp_entry .mt85,.mt85 { margin-top: 85px !important}
.wp_entry .mt90,.mt90 { margin-top: 90px !important}
.wp_entry .mt95,.mt95 { margin-top: 95px !important}
.wp_entry .mt100,.mt100 { margin-top: 100px !important}
.wp_entry .mr50,.mr50 { margin-right:  50px !important}
.wp_entry .mb50,.mb50 { margin-bottom: 50px !important}
.wp_entry .mb60,.mb60 { margin-bottom: 60px !important}
.wp_entry .mb80,.mb80 { margin-bottom: 80px !important}
.wp_entry .mt80,.mt80 { margin-top: 80px !important}
.wp_entry .mb100,.mb100 { margin-bottom: 100px !important}
.wp_entry .mt100,.mt100 { margin-top: 100px !important}
.wp_entry .ml50,.ml50 { margin-left:   50px !important}
.wp_entry .pt05,.pt05 { padding-top:    5px !important}
.wp_entry .pr05,.pr05 { padding-right:  5px !important}
.wp_entry .pb05,.pb05 { padding-bottom: 5px !important}
.wp_entry .pl05,.pl05 { padding-left:   5px !important}
.wp_entry .pt10,.pt10 { padding-top:    10px !important}
.wp_entry .pr10,.pr10 { padding-right:  10px !important}
.wp_entry .pb10,.pb10 { padding-bottom: 10px !important}
.wp_entry .pl10,.pl10 { padding-left:   10px !important}
.wp_entry .pt15,.pt15 { padding-top:    15px !important}
.wp_entry .pt20,.pt20 { padding-top:    20px !important}
.wp_entry .pr20,.pr20 { padding-right:  20px !important}
.wp_entry .pb20,.pb20 { padding-bottom: 20px !important}
.wp_entry .pl20,.pl20 { padding-left:   20px !important}
.wp_entry .pt30,.pt30 { padding-top:    30px !important}
.wp_entry .pr30,.pr30 { padding-right:  30px !important}
.wp_entry .pb30,.pb30 { padding-bottom: 30px !important}
.wp_entry .pl30,.pl30 { padding-left:   30px !important}
.wp_entry .pd0,.pd0 { padding: 0 !important}
.wp_entry .pd10,.pd10 { padding:   10px !important}
.wp_entry .pd15,.pd15 { padding:   15px !important}
.wp_entry .pd20,.pd20 { padding:   20px !important}
.wp_entry .mr400,.mr400 { margin-right:  400px !important}
.wp_entry .mr300,.mr300 { margin-right:  300px !important}
.wp_entry .mr200,.mr200 { margin-right:  200px !important}

@media screen and (min-width: 768px) {
.__col4_m40{width: calc(33.3% - 40px);}
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
.wp_entry .mt0-sp, .mt0-sp {
  margin-top: 0px !important;
}
.wp_entry .mr0-sp, .mr0-sp {
  margin-right: 0px !important;
}
.wp_entry .mb0-sp, .mb0-sp {
  margin-bottom: 0px !important;
}
.wp_entry .ml0-sp, .ml0-sp {
  margin-left: 0px !important;
}
.wp_entry .mt1-sp, .mt1-sp {
  margin-top: 1px !important;
}
.wp_entry .mt5-sp, .mt5-sp {
  margin-top: 5px !important;
}
.wp_entry .mr5-sp, .mr5-sp {
  margin-right: 5px !important;
}
.wp_entry .mb5-sp, .mb5-sp {
  margin-bottom: 5px !important;
}
.wp_entry .ml5-sp, .ml5-sp {
  margin-left: 5px !important;
}
.wp_entry .mt10-sp, .mt10-sp {
  margin-top: 10px !important;
}
.wp_entry .mr10-sp, .mr10-sp {
  margin-right: 10px !important;
}
.wp_entry .mb10-sp, .mb10-sp {
  margin-bottom: 10px !important;
}
.wp_entry .ml10-sp, .ml10-sp {
  margin-left: 10px !important;
}
.wp_entry .mt15-sp, .mt15-sp {
  margin-top: 15px !important;
}
.wp_entry .mr15-sp, .mr15-sp {
  margin-right: 15px !important;
}
.wp_entry .mb15-sp, .mb15-sp {
  margin-bottom: 15px !important;
}
.wp_entry .ml15-sp, .ml15-sp {
  margin-left: 15px !important;
}
.wp_entry .mt20-sp, .mt20-sp {
  margin-top: 20px !important;
}
.wp_entry .mr20-sp, .mr20-sp {
  margin-right: 20px !important;
}
.wp_entry .mb20-sp, .mb20-sp {
  margin-bottom: 20px !important;
}
.wp_entry .ml20-sp, .ml20-sp {
  margin-left: 20px !important;
}
.wp_entry .mt25-sp, .mt25-sp {
  margin-top: 25px !important;
}
.wp_entry .mr25-sp, .mr25-sp {
  margin-right: 25px !important;
}
.wp_entry .mb25-sp, .mb25-sp {
  margin-bottom: 25px !important;
}
.wp_entry .ml25-sp, .ml25-sp {
  margin-left: 25px !important;
}
.wp_entry .mt30-sp, .mt30-sp {
  margin-top: 30px !important;
}
.wp_entry .mr30-sp, .mr30-sp {
  margin-right: 30px !important;
}
.wp_entry .mb30-sp, .mb30-sp {
  margin-bottom: 30px !important;
}
.wp_entry .ml30-sp, .ml30-sp {
  margin-left: 30px !important;
}
.wp_entry .mt35-sp, .mt35-sp {
  margin-top: 35px !important;
}
.wp_entry .mr35-sp, .mr35-sp {
  margin-right: 35px !important;
}
.wp_entry .mb35-sp, .mb35-sp {
  margin-bottom: 35px !important;
}
.wp_entry .ml35-sp, .ml35-sp {
  margin-left: 35px !important;
}
.wp_entry .mt40-sp, .mt40-sp {
  margin-top: 40px !important;
}
.wp_entry .mr40-sp, .mr40-sp {
  margin-right: 40px !important;
}
.wp_entry .mb40-sp, .mb40-sp {
  margin-bottom: 40px !important;
}
.wp_entry .ml40-sp, .ml40-sp {
  margin-left: 40px !important;
}
.wp_entry .mt45-sp, .mt45-sp {
  margin-top: 45px !important;
}
.wp_entry .mr45-sp, .mr45-sp {
  margin-right: 45px !important;
}
.wp_entry .mb45-sp, .mb45-sp {
  margin-bottom: 45px !important;
}
.wp_entry .ml45-sp, .ml45-sp {
  margin-left: 45px !important;
}
.wp_entry .mt50-sp, .mt50-sp {
  margin-top: 50px !important;
}
.wp_entry .mr50-sp, .mr50-sp {
  margin-right: 50px !important;
}
.wp_entry .mb50-sp, .mb50-sp {
  margin-bottom: 50px !important;
}
.wp_entry .ml50-sp, .ml50-sp {
  margin-left: 50px !important;
}
.wp_entry .pt0-sp, .pt0-sp {
  padding-top: 0px !important;
}
.wp_entry .pr0-sp, .pr0-sp {
  padding-right: 0px !important;
}
.wp_entry .pb0-sp, .pb0-sp {
  padding-bottom: 0px !important;
}
.wp_entry .pl0-sp, .pl0-sp {
  padding-left: 0px !important;
}
.wp_entry .pt5-sp, .pt5-sp {
  padding-top: 5px !important;
}
.wp_entry .pr5-sp, .pr5-sp {
  padding-right: 5px !important;
}
.wp_entry .pb5-sp, .pb5-sp {
  padding-bottom: 5px !important;
}
.wp_entry .pl5-sp, .pl5-sp {
  padding-left: 5px !important;
}
.wp_entry .pt10-sp, .pt10-sp {
  padding-top: 10px !important;
}
.wp_entry .pr10-sp, .pr10-sp {
  padding-right: 10px !important;
}
.wp_entry .pb10-sp, .pb10-sp {
  padding-bottom: 10px !important;
}
.wp_entry .pl10-sp, .pl10-sp {
  padding-left: 10px !important;
}
.wp_entry .pt15-sp, .pt15-sp {
  padding-top: 15px !important;
}
.wp_entry .pr15-sp, .pr15-sp {
  padding-right: 15px !important;
}
.wp_entry .pb15-sp, .pb15-sp {
  padding-bottom: 15px !important;
}
.wp_entry .pl15-sp, .pl15-sp {
  padding-left: 15px !important;
}
.wp_entry .pt20-sp, .pt20-sp {
  padding-top: 20px !important;
}
.wp_entry .pr20-sp, .pr20-sp {
  padding-right: 20px !important;
}
.wp_entry .pb20-sp, .pb20-sp {
  padding-bottom: 20px !important;
}
.wp_entry .pl20-sp, .pl20-sp {
  padding-left: 20px !important;
}
.wp_entry .pt25-sp, .pt25-sp {
  padding-top: 25px !important;
}
.wp_entry .pr25-sp, .pr25-sp {
  padding-right: 25px !important;
}
.wp_entry .pb25-sp, .pb25-sp {
  padding-bottom: 25px !important;
}
.wp_entry .pl25-sp, .pl25-sp {
  padding-left: 25px !important;
}
.wp_entry .pt30-sp, .pt30-sp {
  padding-top: 30px !important;
}
.wp_entry .pr30-sp, .pr30-sp {
  padding-right: 30px !important;
}
.wp_entry .pb30-sp, .pb30-sp {
  padding-bottom: 30px !important;
}
.wp_entry .pl30-sp, .pl30-sp {
  padding-left: 30px !important;
}
.wp_entry .pt35-sp, .pt35-sp {
  padding-top: 35px !important;
}
.wp_entry .pr35-sp, .pr35-sp {
  padding-right: 35px !important;
}
.wp_entry .pb35-sp, .pb35-sp {
  padding-bottom: 35px !important;
}
.wp_entry .pl35-sp, .pl35-sp {
  padding-left: 35px !important;
}
.wp_entry .pt40-sp, .pt40-sp {
  padding-top: 40px !important;
}
.wp_entry .pr40-sp, .pr40-sp {
  padding-right: 40px !important;
}
.wp_entry .pb40-sp, .pb40-sp {
  padding-bottom: 40px !important;
}
.wp_entry .pl40-sp, .pl40-sp {
  padding-left: 40px !important;
}
.wp_entry .pt45-sp, .pt45-sp {
  padding-top: 45px !important;
}
.wp_entry .pr45-sp, .pr45-sp {
  padding-right: 45px !important;
}
.wp_entry .pb45-sp, .pb45-sp {
  padding-bottom: 45px !important;
}
.wp_entry .pl45-sp, .pl45-sp {
  padding-left: 45px !important;
}
.wp_entry .pt50-sp, .pt50-sp {
  padding-top: 50px !important;
}
.wp_entry .pr50-sp, .pr50-sp {
  padding-right: 50px !important;
}
.wp_entry .pb50-sp, .pb50-sp {
  padding-bottom: 50px !important;
}
.wp_entry .pl50-sp, .pl50-sp {
  padding-left: 50px !important;
}
}

/* Text */
.fwB  { font-weight: bold }
.fwN  { font-weight: normal }

.ffYG {
  font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
.ffYM {
  font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E",serif;
}
.fcW,.text_white,.wp_entry .text_white { color: #fff }
.text_black,.wp_entry .text_black {color: #000;}

.taR { text-align: right !important}
.taL { text-align: left !important}
.taC { text-align: center !important}
.vaT{vertical-align: top;}
.vaM { vertical-align: middle }
@media screen and (max-width: 480px) {
.taC-sp { text-align: center !important}
.taL-sp { text-align: left !important}
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* Image */
*[class|="logo"] a:hover img {
  opacity: 1; }

img.fit {
  width: 100%;
  height: auto; }

@media screen and (max-width: 768px) {
  img.retina {
    zoom: .8; } }
@media screen and (max-width: 600px) {
  img.retina {
    zoom: .7; } }
/* 
  FONT
-------------------------------------------------- */
body {
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif; }
  @media all and (-ms-high-contrast: none) {
    body {
      font-family: "メイリオ", Meiryo, sans-serif; } }
  @media screen and (max-width: 768px) {
    body {
      font-size: 90%; } }
  @media screen and (max-width: 600px) {
    body {
      font-size: 85%; } }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3; }

p {
  line-height: 1.7; }

li, dt, dd, th, td, address {
  line-height: 1.6; }

a {
  color: #000; }
  a:hover {
    text-decoration: none; }

i, em {
  font-style: normal; }

input, textarea, select {
  font-size: 16px; }

/* 
  LAYOUT
-------------------------------------------------- */
.container {
  margin: auto;
  /* width: 980px; */
  width: 1176px;
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (max-width: 768px) {
    .container {
      width: auto; } }

.subpage #contents{
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  #contents,.subpage #contents {
    padding-top: 50px; } }

/* 
  HEADER
-------------------------------------------------- */
#header {
  padding: 20px 0; }
  #header .flex {
    align-items: center;
    justify-content: space-between; }
  #header .menu {
    align-items: center; }
    #header .menu li {
      line-height: 1.3; }
      #header .menu li + li {
        margin-left: 20px; }
      #header .menu li a {
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 20px 20px;
        padding-left: 25px;
        font-weight: bold; }
        #header .menu li a em {
          font-size: 1em; }
        #header .menu li a small {
          font-size: 0.875em; }
      #header .menu li.access a {
        background-image: url("../img/mrk_link_blue1.svg"); }
      #header .menu li.emergency a {
        background-image: url("../img/mrk_link_red.svg");
        color: #E43B65; }
      #header .menu li.tel {
        background: url("../img/ico_tel_03.png") no-repeat 0 50%;
        background-size: 32px;
        padding-left: 40px;
        color: #1270B3;
        font-size: 30px;
        font-family: Helvetica Neue, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
        font-weight: bold; }
  #header #btn_menu {
    display: none; }
  @media screen and (max-width: 768px) {
    #header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10;
      background: #fff;
      padding: 10px 0; }
      #header .logo {
        flex-grow: 2; }
        #header .logo img {
          width: 120px; }
      #header .menu li a {
        background-size: 18px 18px;
        padding-left: 22px; }
        #header .menu li a em {
          font-size: 1.125em; }
      #header .menu li.access {
        display: none; }
      #header .menu li.emergency a small {
        display: none; }
      #header .menu li.tel {
        display: none; }
      #header #btn_menu {
        display: block;
        background-image: url("../img/btn_menu.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 108px;
        background-color: #1270B3;
        width: 125px;
        height: 50px;
        margin: -10px -10px -10px 20px; }
        #header #btn_menu.active {
          background-image: url("../img/btn_menu_close.png");
          background-size: 112px; } }
  @media screen and (max-width: 600px) {
    #header .logo img {
      width: 100px; }
    #header .menu li + li {
      margin: 0 0 0 10px; }
    #header .menu li a {
      background-size: 16px 16px;
      padding-left: 20px; }
    #header #btn_menu {
      background-size: 86px;
      width: 100px;
      margin-left: 10px; }
      #header #btn_menu.active {
        background-size: 89px; } }

/* 
  GLOBAL MENU
-------------------------------------------------- */
#gnavi {
  position: relative;
  background: #1270B3; }
  @media screen and (min-width: 769px) {
    #gnavi {
      display: block !important; } }
  @media screen and (max-width: 768px) {
    #gnavi {
      display: none;
      position: fixed;
      z-index: 100;
      top: 50px;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      padding: 10px 0;
      overflow-y: auto; } }
  #gnavi .note {
    display: none; }
    @media screen and (max-width: 768px) {
      #gnavi .note {
        display: block;
        margin-bottom: 10px;
        color: #fff;
        font-size: 13px; } }
  #gnavi .menu > li {
    /*width: 16.667%;*/
    padding-left: 16px;
    padding-right: 16px;
    border-left: 1px solid #328FC9; }
    #gnavi .menu > li.home {
      display: none; }
    #gnavi .menu > li:last-child {
      border-right: 1px solid #328FC9; }
    #gnavi .menu > li:hover {
      background: #328FC9; }
    #gnavi .menu > li .label {
      display: block;
      padding: 20px 0;
      color: #fff;
      font-weight: bold;
      font-size: 15px;
      cursor: pointer;
      text-decoration: none;
      text-align: center; }
    #gnavi .menu > li .label a {
      color: #fff;
      text-decoration: none;}
  @media screen and (max-width: 768px) {
    #gnavi .menu {
      flex-direction: column;
      border: 1px solid #fff;
      border-bottom: none; }
      #gnavi .menu > li {
        width: 100%;
        padding: 0;
        border-left: none;
        border-bottom: 1px solid #fff;
        background: #1270B3; }
        #gnavi .menu > li.home {
          display: block; }
        #gnavi .menu > li:last-child {
          border-right: none; }
        #gnavi .menu > li:hover {
          background: #1270B3; }
        #gnavi .menu > li .label {
          background: url("../img/mrk_link_white.svg") no-repeat 10px 50%;
          background-size: 16px;
          padding: 10px;
          padding-left: 35px;
          text-align: left;
          flex-grow: 2; } }
  #gnavi .parent:hover .child {
    opacity: 1;
    pointer-events: inherit; }
  @media screen and (max-width: 768px) {
    #gnavi .parent {
      display: flex;
      flex-wrap: wrap; } }
  #gnavi .btn_openable {
    display: none; }
    @media screen and (max-width: 768px) {
      #gnavi .btn_openable {
        display: block;
        width: 42px;
        border-left: 1px solid #fff;
        content: "aaa";
        background: url("../img/mrk_open.png") no-repeat center;
        background-size: 18px; }
        #gnavi .btn_openable.active {
          background-image: url("../img/mrk_close.png"); } }
  #gnavi .child {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    right: 0;
    background: #328FC9;
    padding: 10px 0;
    opacity: 0;
    pointer-events: none;
    transition: all .4s; }
    #gnavi .child ul {
      align-items: flex-start;
      background: #fff;
      margin: 0 10px;
      padding: 10px 0; }
      #gnavi .child ul.__col2 {
        width: calc(16.6666% - 20px) !important; }
      #gnavi .child ul.__col3 {
        width: calc(25% - 20px) !important; }
      #gnavi .child ul.__col4 {
        width: calc(33.33% - 20px) !important; }
      #gnavi .child ul.__col5 {
        width: calc(41.6666% - 20px) !important; }
      #gnavi .child ul.__col6 {
        width: calc(50% - 20px) !important; }
      #gnavi .child ul.__col7 {
        width: calc(58.3333% - 20px) !important; }
      #gnavi .child ul.__col8 {
        width: calc(66.67% - 20px) !important; }
      #gnavi .child ul.__col9 {
        width: calc(75% - 20px) !important; }
      #gnavi .child ul.__col10 {
        width: calc(83.3333% - 20px) !important; }
      #gnavi .child ul li {
        padding: 5px 10px; }
        #gnavi .child ul li a {
          text-decoration: none;
          display: inline-block;
          background: url("../img/mrk_link_blue2.svg") no-repeat 0 1px;
          background-size: 20px 20px;
          padding-left: 30px;
          color: #231815;
          font-size: 15px; }
          #gnavi .child ul li a:hover {
            text-decoration: underline; }
    #gnavi .child.hover {
      opacity: 1;
      pointer-events: inherit; }
    @media screen and (min-width: 769px) {
      #gnavi .child {
        display: block !important; } }
    @media screen and (max-width: 768px) {
      #gnavi .child {
        display: none;
        position: static;
        background: none;
        padding: 0;
        opacity: 1;
        pointer-events: inherit;
        transition: none;
        width: 100%;
        background: #fa3337; }
        #gnavi .child .container {
          padding: 0; }
        #gnavi .child ul {
          align-items: flex-start;
          background: #496475;
          margin: 0;
          padding: 0; }
          #gnavi .child ul.__col2, #gnavi .child ul.__col3, #gnavi .child ul.__col4, #gnavi .child ul.__col5, #gnavi .child ul.__col6, #gnavi .child ul.__col7, #gnavi .child ul.__col8, #gnavi .child ul.__col9, #gnavi .child ul.__col10 {
            width: 100%; }
          #gnavi .child ul li {
            padding: 0;
            border-top: 1px solid #fff; }
            #gnavi .child ul li a {
              display: block;
              background: url("../img/mrk_link_white.svg") no-repeat 10px 50%;
              background-size: 16px 16px;
              padding: 10px;
              padding-left: 35px;
              color: #fff;
              font-size: 14px; }

      #gnavi .child ul.__col2,
      #gnavi .child ul.__col3,
      #gnavi .child ul.__col4,
      #gnavi .child ul.__col5,
      #gnavi .child ul.__col6,
      #gnavi .child ul.__col7,
      #gnavi .child ul.__col8,
      #gnavi .child ul.__col9,
      #gnavi .child ul.__col10 {width: 100% !important;}


    }



/*
  地域の医療に挑む
-------------------------------------------------- */
#challeng {
  background: url("../img/bg_challeng.jpg") no-repeat center;
  background-size: cover;
  text-align: right; }
  #challeng a {
    display: block;
    padding: 55px 0; }
    #challeng a .text {
      display: inline-block;
      text-align: center; }
      #challeng a .text p {
        margin-bottom: 1.2em;
        color: #0DAACE;
        font-size: 1.125em;
        font-weight: bold; }
      #challeng a .text .btn:hover {
        text-decoration: none; }
  @media screen and (max-width: 768px) {
    #challeng a {
      padding: 30px 0; }
      #challeng a .text p {
        font-size: 0.875em; }
      #challeng a .text .mrk::before {
        background-image: url("../img/mrk_link_blue2.svg"); } }

/*
  看護部採用サイト
-------------------------------------------------- */
#nurse_recruit {
  /*background: #2BBBE2;*/
  padding: 0; }
  @media screen and (max-width: 768px) {
    #nurse_recruit {
      padding: 0; } }

/*
  FOOTER
-------------------------------------------------- */
#footer {
  margin-top: 80px;
  position: relative;
  background: #1270B3;
  padding: 50px 0;
  color: #fff; }
  #footer a {
    color: #fff; }
  #footer #pagetop {
    position: fixed;
    bottom: 0px;
    right: 0;
    background: #0E5987;
    padding: 15px 30px;
    opacity: 0;
    pointer-events: none;
    transition: all .4s; }
    #footer #pagetop .mrk::before {
      background-image: url("../img/mrk_pagetop.svg"); }
    #footer #pagetop.active {
      opacity: .7;
      pointer-events: inherit; }
  #footer .info .logo {
    margin-right: 20px; }
  #footer .info .showakai {
    border: 1px solid #fff;
    padding: 0 20px; }
    #footer .info .showakai .mrk {
      align-items: center; }
  #footer .info address {
    margin-top: 2em;
    line-height: 1.8; }
    #footer .info address .add {
      width: 100%; }
    #footer .info address .fax {
      order: 2;
      margin-left: 1em; }
  #footer .menu {
    justify-content: flex-end;
    margin: 20px 0 50px; }
    #footer .menu li {
      background: url("../img/mrk_fnavi.png") no-repeat 0 50%;
      background-size: 7px;
      padding-left: 12px;
      margin-left: 30px; }
      #footer .menu li a {
        text-decoration: none; }
        #footer .menu li a:hover {
          text-decoration: underline; }
  #footer .copyright {
    display: block;
    text-align: center; }

.footer-pamphlet a.btn_small {
    display: inline-block;
    margin-right: 0;
    padding: 20px 40px;
    border-radius: 5px;
    font-size: 1.2em; 
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;}

.footer-pamphlet {

}

  @media screen and (max-width: 768px) {
    #footer {
      padding: 20px 0 70px; }
      #footer #pagetop {
        position: static;
        width: 100%;
        margin: -20px 0 20px;
        opacity: 1;
        pointer-events: inherit; }
      #footer .info {
        flex-direction: column;
        justify-content: center;
        text-align: center; }
        #footer .info .logo {
          margin: 0 0 20px; }
          #footer .info .logo img {
            width: 140px; }
        #footer .info .showakai {
          width: 100%;
          background: #fff;
          padding: 10px;
          color: #1270B3; }
          #footer .info .showakai .mrk::before {
            background-image: url("../img/mrk_link_blue1.svg"); }
        #footer .info address {
          flex-direction: column;
          margin-top: 20px; }
          #footer .info address .fax {
            order: 0;
            margin-left: 0; }
          #footer .info address .phone em {
            display: none; }
          #footer .info address .phone .tel {
            position: relative;
            padding-left: 35px;
            text-decoration: underline;
            font-size: 1.5em; }
            #footer .info address .phone .tel::before {
              display: inline-block;
              position: absolute;
              top: 50%;
              left: 0;
              transform: translateY(-50%);
              content: "";
              width: 30px;
              height: 30px;
              background: url("../img/ico_tel_white.png") no-repeat center;
              background-size: 30px; }
      #footer .menu {
        justify-content: flex-start;
        flex-direction: column;
        margin: 30px 0 10px; }
        #footer .menu li {
          margin: 0 0 15px; }
      #footer .copyright {
        margin-top: 20px; } }

/*
  PC・スマホ切り替え
-------------------------------------------------- */
.btn_mode {
  width: 100%;
  color: #fff;
  font-size: 5vw; }
  .btn_mode i {
    margin-right: 10px; }
  .btn_mode#change_sp {
    position: relative;
    top: -10px;
    background: #1270B3;
    padding: 15px 0; }
  .btn_mode#change_pc {
    border: 1px solid #fff;
    margin-bottom: 10px;
    padding: 10px 0; }

/*
  ページ下部ボタン
-------------------------------------------------- */
#bottom_button {
  display: none; }
  @media screen and (max-width: 768px) {
    #bottom_button {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0; }
      #bottom_button ul {
        border-top: 1px solid #fff; }
        #bottom_button ul li {
          width: 50%; }
          #bottom_button ul li + li {
            border-left: 1px solid #fff; }
          #bottom_button ul li a {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            height: 100%;
            height: 50px;
            text-align: center;
            color: #fff; }
            #bottom_button ul li a i {
              margin-right: 7px; }
            #bottom_button ul li a.access {
              background: #1270B3; }
            #bottom_button ul li a.phone {
              background: #22AC38; }
              #bottom_button ul li a.phone span {
                font-family: Helvetica Neue, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
                font-weight: bold;
                font-size: 1.375em; }
              #bottom_button ul li a.phone small {
                margin-top: -5px;
                width: 100%;
                font-size: 0.875em; } }



/* パンくず
-------------------------------------------------- */
.breadcrumb {
  margin-top: 80px;
  background: #eee;
  padding: 10px 0;
  color: #666;
  font-size: 0.75em;
}
.breadcrumb .item:first-child {
  padding-left: 30px;
}
.breadcrumb .item + .item::before {
  padding: 0 5px;
  content: ">";
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
.breadcrumb {
  margin-bottom: 1px;
}
.breadcrumb .item:first-child {
  padding-left: 0px;
}
}



