@charset "utf-8";

/*
Theme Name: Original Theme
Theme URI:
Author: Fuji Computer Co.Ltd.
Author URI : http://fujicomp.co.jp
Description: オリジナルテーマ
Version: 1.0
*/

/* << INDEX >> ----------------------------------------------------------------
*
* @ 基本定義
* @ サイト共通設定
* @ ヘッダー
* @ フッター
* @ コンテンツ
* @ サイドバー
* @ メイン
*
* -------------------------------------------------------------------------- */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 基本定義
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* @ Webフォント設定
---------------------------------------------------------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('css/fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('css/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),
    url('css/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),
    url('css/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),
    url('css/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Solid';
  font-style: normal;
  font-weight: 900;
  src: url("css/fonts/fa-solid-900.eot");
  src: url("css/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("css/fonts/fa-solid-900.woff2") format("woff2"),
    url("css/fonts/fa-solid-900.woff") format("woff"),
    url("css/fonts/fa-solid-900.ttf") format("truetype"),
    url("css/fonts/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Regular';
  font-style: normal;
  font-weight: 400;
  src: url("css/fonts/fa-regular-400.eot");
  src: url("css/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
    url("css/fonts/fa-regular-400.woff2") format("woff2"),
    url("css/fonts/fa-regular-400.woff") format("woff"),
    url("css/fonts/fa-regular-400.ttf") format("truetype"),
    url("css/fonts/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("css/fonts/fa-brands-400.eot");
  src: url("css/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("css/fonts/fa-brands-400.woff2") format("woff2"),
    url("css/fonts/fa-brands-400.woff") format("woff"),
    url("css/fonts/fa-brands-400.ttf") format("truetype"),
    url("css/fonts/fa-brands-400.svg#fontawesome") format("svg");;
}
.awesome {
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.awesome5s {
  font-family: 'Font Awesome 5 Solid';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.awesome5r {
  font-family: 'Font Awesome 5 Regular';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.awesome5b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opensans {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.ubuntu {
  font-family: 'Ubuntu', sans-serif;
}

/* @ Normalize.css調整（原則として改変禁止）
---------------------------------------------------------------------------- */
/* >>> 日本語フォント対応 */
html,
body {
  font-size:12px;
  color:#8a8a8a;
  font-family:'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', "MS PGothic", "Osaka", arial, helvetica, verdana;
  line-height:140%;
  margin:0px;
  padding:0px;
  background-color:#FFFFFF;
  text-align:left;
}
/* >>> 禁則処理 */
p,li,dt,dd,th,td,pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: strict;
  word-break: strict;
}
/* >>> フルードイメージ対応 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* @ テキスト見出し設定（html要素のfont-sizeを基準に算出、ここでの装飾は行わない）
---------------------------------------------------------------------------- */
h1 { /* 32px */
  font-size: 2rem;
  line-height: 1.5;
}
h2 { /* 28px */
  font-size: 1.75rem;
  line-height: 1.75;
}
h3,h4 { /* 20px */
  font-size: 1.25rem;
  line-height: 1.1667;
}
h5,h6 { /* 18px */
  font-size: 1.125rem;
  line-height: 1.3125;
}

/* @ 見出し設定
---------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, form, p, ul, ol, li, div, table, thead, tbody, tfoot {
  margin:0px;
  padding:0px;
}
h1 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:not(.home) h3 {
  margin-bottom: 20px;
  background: linear-gradient(to bottom, #eeabc1, #fcd2dc 80%, #fff0);
  color: white;
  font-weight: bold;
  font-size: 1.833rem;
  padding: 12px 15px;
  border-radius: 5px 5px 0 0;
}
body:not(.home) h4 {
  margin: 20px 0;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.333rem;
  font-weight: bold;
  padding: 8px 12px 8px 18px;
  background: linear-gradient(to bottom, #fff, #f4f4f4);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
}
body:not(.home) h4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 100%;
  margin-right: 8px;
  background: #eeabc1;
}
body:not(.home) h5 {
  display: flex;
  align-items: center;
  margin: 30px 0 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 1.333rem;
  color: #eeabc1;
}
body:not(.home) h5::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 3px solid #fff;
  background-color: #eeabc1;
  border-radius: 50%;
  margin-right: 8px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}
.home h3 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.333rem;
  font-weight: bold;
  color: #444;
  padding: 8px 12px 8px 18px;
  background: linear-gradient(to bottom, #fff, #f4f4f4);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
}
.home h3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 100%;
  margin-right: 8px;
  background: linear-gradient(to bottom, #9394c6, #1c1a83);
}

/* @ リンク設定
---------------------------------------------------------------------------- */

a:link, a:visited {
  text-decoration:underline;
  color:#8a8a8a;
}
a:hover, a:focus {
  text-decoration:none;
  color:#8a8a8a;
}


/* @ リンクボタン設定
---------------------------------------------------------------------------- */
.link-btn {
  margin: 30px auto 50px;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.link-btn a {
  display: block;
  max-width: 335px;
  margin: 0 auto;
  border-radius: 30px;
  color: #457bc3;
  border: solid 3px #457bc3;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}
.link-btn a:hover {
  background: #457bc3;
  color: #fff;
}
.link-btn a.letter-icon:before {
  content: '\f0e0';
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 54px;
}
.link-btn a.graduation-cap-icon:before {
  content: '\f19d';
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 54px;
}
.link-btn a.briefcase-icon:before {
  content: '\f0b1';
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 54px;
}

/* @ その他
---------------------------------------------------------------------------- */
body {
  color: #8a8a8a;
  background-color: #fff;
}
strong,b,table th {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
figure {
  margin: 0;
}
button, input, optgroup, select, textarea {
  font-family: "Yu Gothic","YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 500;
}
input[type='submit'],
button {
  transition: opacity 0.3s;
}
input[type='submit']:hover {
  cursor: pointer;
  opacity: 0.6;
}
:placeholder-shown {
  color: #999;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
* {
  box-sizing: border-box;
}

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

/* @ Youtubeレスポンシブ対応
---------------------------------------------------------------------------- */
.youtube_wrap {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.youtube_wrap .youtube_wrap {
  padding-top: 0;
  position: static;
}
.youtube_wrap iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ サイト共通設定
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
.wrap {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .wrap {
    padding: 0 20px;
  }
}
*/

/* @ Newアイコン
---------------------------------------------------------------------------- */
.newpost {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 0.75rem;
  color: #c33;
  margin-left: 1em;
  -webkit-animation: blink 1.0s ease-in-out infinite alternate;
  animation: blink 1.0s ease-in-out infinite alternate;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@-webkit-keyframes blink {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes blink {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* @ パンくず
---------------------------------------------------------------------------- */
@media screen and (max-width: 985px) {
  #breadcrumb {
    display: none;
  }
}
#breadcrumb ul {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 30px auto;
  padding: 0;
  white-space: nowrap;
  overflow-x: auto;
}
#breadcrumb ul::-webkit-scrollbar {
  display: none;
}
#breadcrumb ul li {
  display: inline;
  line-height: 1em;
  font-size: 0.875rem;
}
#breadcrumb ul li:before {
  content: '\f105';
  font-family: 'Font Awesome 5 Solid';
  font-weight: normal;
  padding: 0 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#breadcrumb ul li:first-of-type:before {
  content: none;
}
#breadcrumb ul li:last-of-type {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#breadcrumb ul li a {
  color: inherit;
  text-decoration: none;
}
#breadcrumb ul li a:hover {
  text-decoration: underline;
}

/* @ ページナビ（記事詳細用）
----------------------------------------------------------------------------- */
.pagenavi {
  font-family: 'FontAwesome';
  margin: 3em 0 0;
  padding: 0;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pagenavi a {
  display: inline-block;
  padding: 5px 1.5em;
  background-color: #457bc3;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
}
.pagenavi a:hover {
  -ms-filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
  text-decoration: none;
}

/* >>> 前へ */
.pagenavi li:first-child {
  display: inline-block;
  float: left;
}

/* >>> 次へ */
.pagenavi li:last-child {
  display: inline-block;
  float: right;
}

/* @ ページナビ（記事一覧用）
----------------------------------------------------------------------------- */
.wp-pagenavi {
  clear: both;
  margin: 40px 0 0;
  text-align: center;
}
.wp-pagenavi *:first-child {
  margin-left: 0 !important;
}
.wp-pagenavi *:last-child {
  margin-right: 0 !important;
}
.wp-pagenavi span,
.wp-pagenavi a {
  margin: 0 3px;
  padding: 5px 10px;
  display: inline-block;
  background-color: #ccc;
  text-decoration: none;
  color: #fff;
}
.wp-pagenavi span.current {
  background-color: #457bc3;
}
.wp-pagenavi a:hover {
  -ms-filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
  text-decoration: none;
}
.wp-pagenavi .extend {
  background-color: transparent;
  color: #333;
}

/* @ メールフォーム
---------------------------------------------------------------------------- */
.mw_form-msg {
  border: 5px solid #ccc;
  padding: 1em;
}
.mw_form-msg em,
.mw_form-table em {
  display: inline-block;
  padding: 0.25em 1em;
  background-color: #c33;
  color: #fff;
  margin-right: 0.5em;
  font-weight: bold;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mw_form-table {
  width: 100%;
  border-collapse: collapse;
}
.mw_form-table tr:nth-child(even) {
  background-color: #eee;
}
.mw_form-table tr:nth-child(odd) {
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .mw_form-table,
  .mw_form-table tbody,
  .mw_form-table tr {
    display: block;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
  }
}
.mw_form-table th {
  box-sizing: border-box;
  width: 20%;
  white-space: nowrap;
  padding: 1em;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .mw_form-table th {
    display: block;
    width: 100% !important;
    height: 100% !important;
    border-bottom: none;
    text-align: left;
    background-color: #eee;
  }
}
.mw_form-table td {
  box-sizing: border-box;
  padding: 1em;
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 480px) {
  .mw_form-table td {
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 1em;
    padding: 1em 0;
    border-bottom: none;
    background-color: #fff;
  }
}
.mw_form-table input[type='text'],
.mw_form-table input[type='email'],
.mw_form-table textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5em;
  border: 1px solid #ccc;
  background: #fff;
  outline: none;
}
.mw_form-table .mwform-zip-field input[type='text'],
.mw_form-table .mwform-tel-field input[type='text'] {
  width: 5em;
  margin: 0 0.25em;
}
.mw_form-table .error {
  font-weight: bold;
  color: #c33;
  margin-top: 0.5em;
  -webkit-animation: blink 1.0s ease-in-out infinite alternate;
  animation: blink 1.0s ease-in-out infinite alternate;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mw_form-btn {
  font-size: 0;
  overflow: hidden;
  text-align: center;
  margin: 28px 0;
  padding: 0;
}
.mw_form-btn li {
  display: inline-block;
  list-style: none;
  margin: 0 1em;
}
.mw_form-btn li input[type='submit'] {
  display: inline-block;
  margin: 0 1em;
  padding: 15px 30px;
  outline: none;
  text-align: center;
  background: #457bc3;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mw_form-btn li:first-child input[type='submit'] {
  background-color: #ccc;
}
.mw_form-btn li input[type='submit']:hover {
  -ms-filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.mw_wp_form .horizontal-item {
  display: inline-block;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .horizontal-item:not(:last-of-type) {
  margin-right: 10px;
}
.mw-country {
  display: none;
}

/* @ アイコンスタイル
----------------------------------------------------------------------------- */
.extlink:after {
  display: inline-block;
  margin-left: 10px;
  content: '\f08e';
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.ico-pdf::before {
  content: '\f1c1';
  font-family: 'FontAwesome';
  margin: 0 10px;
  font-weight: normal;
  color: #d96464;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.ico-doc::before {
  content: '\f1c2';
  font-family: 'FontAwesome';
  margin: 0 10px;
  font-weight: normal;
  color: #3a59a2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.ico-xls::before {
  content: '\f1c3';
  font-family: 'FontAwesome';
  margin: 0 10px;
  font-weight: normal;
  color: #498d81;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.ico-ppt::before {
  content: '\f1c4';
  font-family: 'FontAwesome';
  margin: 0 10px;
  font-weight: normal;
  color: #d24625;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* @ ページトップ
----------------------------------------------------------------------------- */
#pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 15px;
  z-index: 8000;
  margin: 0;
}
@media screen and (max-width: 985px) {
  #pagetop {
    right: 20px;
  }
}

/*===============================================

BG

===============================================*/
#BG_TOP {
  background-image: url(img/header_bg.gif);
  background-repeat: repeat-x;
  background-position:left top;
}
@media screen and (max-width: 985px) {
  #BG_TOP {
    background-position: left top -50px;
  }
}
#BG_BOTTOM {
  position: relative;
  clear: both;
  width: 100%;
  min-height: 129px;
  background: #f6f6f6;
  border-top: 5px solid #72acf6;
  margin-top: 50px;
}
/*===============================================

WRAPPER

===============================================*/
#WRAPPER {
  width: 100%;
  max-width: 985px;
  margin:0 auto;
}
@media screen and (max-width: 985px) {
  #WRAPPER {
    padding: 0 20px;
  }
}

/*===============================================

HEAD

===============================================*/
#HEAD {
  height:985px;
  height:109px;
  margin:0 auto;
}
@media screen and (max-width: 985px) {
  #HEAD {
    display: none;
  }
}
h1 {
}
h2 {
  float:left;
}
#HEAD_RIGHTBOX {
  width:600px;
  float:right;
  margin-right:4px;
}
#header_pan ul {
  text-align:right;
  height:10px;
  margin-top:5px;
}
#header_pan ul li {
  display:inline;
  padding-left:10px;
}
#NAVI-GLOBAL ul {
}
#NAVI-GLOBAL ul li {
  float:left;
  display:block;
  height:50px;
  margin-top:32px;
}
#header_pan a:hover img {
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ ヘッダー（985px以下）
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header-sp {
  display: none;
}
@media screen and (max-width: 985px) {
  #header-sp {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0;
    z-index: 9999;
  }
}
#header-sp-logo {
  margin: 0;
}
#header-sp-logo a {
  display: block;
  padding: 9px 0;
}
#header-sp-logo a img {
  height: 32px;
}

/* @ グローバルナビ（985px以下）
---------------------------------------------------------------------------- */
#header-gnavi-sp {
  z-index: 12;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  background: #457bc3;
  transform: translateX(100%);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#header-gnavi-sp ul {
  margin: 0;
  padding: 0;
  overflow: auto;
}
#header-gnavi-sp ul li {
  list-style: none;
}
#header-gnavi-sp li:not(:first-child) {
  border-top: 1px solid rgba(255,255,255,.6);
}
#header-gnavi-sp ul li ul {
  margin: 0;
}
#header-gnavi-sp ul li a {
  display: block;
  position: relative;
  padding: 10px 35px 10px 10px;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s;
}
#header-gnavi-sp ul li ul li a {
  padding-left: calc(10px + 1em);
}
#header-gnavi-sp ul li a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #457bc3;
}
#header-gnavi-sp ul li a:before {
  display: block;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  font-family: 'FontAwesome';
  font-weight: normal;
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* @ ドロワーメニュー
---------------------------------------------------------------------------- */
/* :::::: toggle button :::::: */
#navTgl {
  display: none;
}
label.label {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
}
.open {
  z-index: 12;
  width: 50px;
  height: 50px;
  background: #457bc3;
  transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before,
.open::after {
  content: "";
}
.open span,
.open::before,
.open::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 2px solid white;
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
  transform: translateY(-8px);
}
.open::after {
  transform: translateY(8px);
}
.close {
  z-index: 11;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background .6s;
}
#navTgl:checked + .open {
  background: #457bc3;
  transform: translateX(-250px);
}
#navTgl:checked + .open span {
  transform: scaleX(0);
}
#navTgl:checked + .open::before {
  transform: rotate(45deg);
}
#navTgl:checked + .open::after {
  transform: rotate(-45deg);
}
#navTgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.50);
}
/* :::::: drawer menu :::::: */
#navTgl:checked ~#header-gnavi-sp {
  transform: none;
}



/*===============================================

KEYVISUAL

===============================================*/
#KEYVISUAL {
  aspect-ratio: 985 / 381;
  margin:0 auto;
  background-image: url(img/key_top_3.jpg);
  background-position:left top;
  background-repeat:no-repeat;
  background-size: contain;
  margin-top:5px;
}
@media screen and (max-width: 480px) {
  #KEYVISUAL {
    aspect-ratio: auto;
    height: 250px;
    background-position: left -60px top;
    background-size: cover;
  }
}
/*===============================================

top_img-navi

===============================================*/
#top_img-navi {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 14px;
  margin:0 auto;
  margin-top:7px;
}
@media screen and (max-width: 520px) {
  #top_img-navi {
    grid-template-columns: 1fr 1fr;
  }
}
#top_img-navi a:hover img {
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/*===============================================

MAIN

===============================================*/
#MAIN {
  margin:0 auto;
  margin-top:20px;
}
@media screen and (max-width: 768px) {
  body:not(.home) #MAIN {
    display: flex;
    flex-direction: column-reverse;
  }
}

/*===============================================

leftColumn

===============================================*/
#leftColumn {
  width:284px;
  margin:0 auto;
  float:left;
}
@media screen and (max-width: 768px) {
  #leftColumn {
    margin: 20px auto;
    max-width: 560px;
    width: 100%;
    float: none;
    text-align: center;
  }
}
#NAVI-GLOBAL_SUB {
  margin:0 auto;
}
@media screen and (max-width: 768px) {
  #NAVI-GLOBAL_SUB {
    max-width: 560px;
  }
  #NAVI-GLOBAL_SUB ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  #NAVI-GLOBAL_SUB {
    max-width: 280px;
  }
  #NAVI-GLOBAL_SUB ul {
    display: block;
  }
}
#NAVI-GLOBAL_SUB ul li img {
  display:block;
}
#NAVI-GLOBAL_SUB a:hover img {
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/*===============================================

centerColumn

===============================================*/
#centerColumn {
  width:calc(100% - 284px - 35px);
  margin:0 auto;
  float:left;
}
@media screen and (max-width: 768px) {
  #centerColumn {
    width: 100%;
    float: none;
  }
}
.top_news-box {
  height:200px;
  overflow:auto;
  line-height:200%;
  margin:10px 0;
}
.top_news-box span {
  font-weight:bold;
  padding-right:10px;
}
/*===============================================

centerColumn2

===============================================*/
#centerColumn2 {
  width:calc(100% - 284px - 35px);
  margin:0 auto;
  float:right;
}
@media screen and (max-width: 768px) {
  #centerColumn2 {
    width: 100%;
    float: none;
  }
}
#centerColumn2 p {
  line-height:175%;
}
#centerColumn2 ol {
  padding-left: 1.5em;
}
#centerColumn2 ol li+li {
  margin-top: 5px;
}
#centerColumn2 ul {
  padding-left: 1.5em;
}
#centerColumn2 ul li {
  list-style-type: disc;
}
#centerColumn2 ul li+li {
  margin-top: 5px;
}

/*===============================================

rightColumn

===============================================*/
#rightColumn {
  width:284px;
  margin:0 auto;
  float:right;
}
@media screen and (max-width: 768px) {
  #rightColumn {
    margin-top: 20px;
    width: 100%;
    float: none;
    text-align: center;
  }
}
.top_inquiry2 {
  width:284px;
  height:245px;
  background-image: url(img/top_inquiry-bg.gif);
  background-position:left top;
  background-repeat:no-repeat;
}
.top_inquiry2 img {
  margin-top:172px;
  margin-left:10px;
}
.top_inquiry {
  overflow: hidden;
  border-radius: 5px;
}
.top_inquiry .ttl {
  padding: 14px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: linear-gradient(0deg,rgba(72, 125, 194, 1) 0%, rgba(185, 216, 241, 1) 100%);
  text-align: center;
  color: #fff;
  font-size: 1.667rem;
  font-weight: bold;
}
.top_inquiry .cnt-box {
  padding: 10px;
  border: 1px solid #bad9f2;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: none;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.top_inquiry .cnt-box .txt-box .hospital-name {
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.top_inquiry .cnt-box .txt-box .hospital-name span {
  display: block;
}
.top_inquiry .cnt-box .txt-box .hospital-name span.name2 {
  font-size: 1.333rem;
}
.top_inquiry .cnt-box .txt-box .info-box {
  margin-bottom: 20px;
}
.top_inquiry .cnt-box .txt-box .info-box p+p {
  margin-top: 2px;
}
.top_inquiry .cnt-box .txt-box .info-box .tel,
.top_inquiry .cnt-box .txt-box .info-box .fax {
  font-size: 1.167rem;
}

.visitation-box {
  position: relative;
  padding: 2px;
  border: 1px solid #ccc;
}
.visitation-box .img-box {
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (max-width: 480px) {
  .visitation-box .img-box {
    display: none;
  }
}
.visitation-box .visitation-wrap {
  padding-left: 150px;
  min-height: 95px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgb(231 245 255) 100%);
}
@media screen and (max-width: 480px) {
  .visitation-box .visitation-wrap {
    padding: 0 10px;
  }
}
.visitation-box .visitation-wrap .cnt-box {
  padding: 10px 0;
}
.visitation-box .visitation-wrap .cnt-box .ttl {
  margin-bottom: 8px;
  font-size: 1.667rem;
  color: #457bc0;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.visitation-box .visitation-wrap .cnt-box .txt {
  line-height: 1.1;
}
.visitation-box .visitation-wrap .cnt-box .time-box {
  margin-top: 5px;
}
.visitation-box .visitation-wrap .cnt-box .time-box span {
  display: inline-block;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.visitation-box .visitation-wrap .cnt-box .time-box span.time-ttl {
  margin-right: 4px;
}
.visitation-box .visitation-wrap .cnt-box .time-box span.time {
  margin-top: 4px;
  margin-right: 4px;
}
.visitation-box .visitation-wrap .cnt-box .time-box span.time .label {
  padding: 0 3px;
  background: #477bc1;
  color: #fff;
  font-feature-settings: "palt";
}
.visitation-box .visitation-wrap .cnt-box .time-box span.time .range {
  color: #457bc0;
}

/*===============================================

FOOTER_BG

===============================================*/
#FOOTER_BG {
  position: relative;
  max-width:985px;
  margin:0 auto;
}
@media screen and (max-width: 985px) {
  #FOOTER_BG {
    padding: 0 20px 10px;
  }
}
#FOOTER_BG::before {
  content: '';
  position: absolute;
  top: -80px;
  right: 0;
  display: block;
  width: 48px;
  height: 55px;
  background: url("img/footer_building.png") no-repeat center center / contain;
}
@media screen and (max-width: 985px) {
  #FOOTER_BG::before {
    right: 20px;
  }
}
#FOOTER_BG img {
}
#FOOTER_BG a:hover img {
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#FOOTER_BG #footer-pt {
  text-align: right;
  position: absolute;
  top: -50px;
  right: 60px;
}
@media screen and (max-width: 985px) {
  #FOOTER_BG #footer-pt {
    right: 80px;
  }
}

#FOOTER_BG #footer-info {
  margin-top: -18px;
  text-align: right;
}
@media screen and (max-width: 985px) {
  #FOOTER_BG #footer-info {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  #FOOTER_BG #footer-info {
    text-align: left;
  }
}
#FOOTER_BG #footer-info .hospital-name {
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
#FOOTER_BG #footer-info .hospital-name span {
  display: inline-block;
}
#FOOTER_BG #footer-info .hospital-name span.name2 {
  font-size: 1.5rem;
}
#FOOTER_BG #footer-info .info-box {
  margin-bottom: 20px;
}
#FOOTER_BG #footer-info .info-box p+p {
  margin-top: 2px;
}
#FOOTER_BG #footer-info .info-box .contact .tel,
#FOOTER_BG #footer-info .info-box .contact .fax {
  display: inline-block;
  font-size: 1.167rem;
  letter-spacing: 0.01em;
}
#FOOTER_BG #footer-info .info-box .contact .tel {
  margin-right: 10px;
}
#FOOTER_BG #footer-info .info-box .copyright small {
  font-size: 0.917rem;
}
@media screen and (max-width: 480px) {
  #FOOTER_BG #footer-info .info-box .copyright small span {
    display: none;
  }
}

/*===============================================

FOOTER

===============================================*/
#FOOTER {
  margin:0 auto;
  margin-top:25px;
}
#FOOTER ul li {
  display:inline-block;
  padding-right:0px;
  font-size:12px;
}
/********************************************************************************************
FOOT　下部固定
********************************************************************************************/
html {
  height:100%;
}
body {
  height:100%;
}
#CONTAINER {
  width: 100%;
  min-height:100%;
  position:relative;
  margin:0 auto;
}
body > #CONTAINER {
  height: auto;
}
* html #CONTAINER {
  height:100%;
}
/*===============================================

clearfix

===============================================*/

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
  line-height: 0;
}
.clearfix {
  display: inline-table;
  min-height: 1%;
}
/* Hides from IE-mac \*/

*html .clearfix {
  height:1%;
}
.clearfix {
  display:block;
}
/* end */
/*------------------------------------------------------------------------------------

op

------------------------------------------------------------------------------------*/
a:hover img.op {
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/*===============================================

tmpl

===============================================*/
/*
h3.original {
  margin-bottom:20px;
}
h4.original {
  margin-bottom:20px;
}
h5.original {
  margin-bottom:10px;
}
p.h4_inner {
  margin:0px 20px 30px 20px;
}
div.h5_inner,
p.h5_inner {
  margin:0px 40px 30px 40px;
}
*/
table.table01 {
  border: 1px solid #89B4E4;
  font-size:12px;
  border-collapse:collapse;
}
table.table01 th {
  font-weight: bold;
  text-align: center;
  background: #E8F4FE;
  padding: 12px;
  border: 1px solid #89B4E4;
  color:#8EB7E6;
}
table.table01 td {
  padding: 12px;
  border: 1px solid #89B4E4;
}
table.table02 {
  margin:15px auto 15px;
  margin-bottom:20px;
}
table.table02 th {
  padding:7px 7px 12px 7px;
  text-align: center;
  color:#FFFFFF;
  vertical-align: middle;
  border-top:4px solid #FFFFFF;
  background-color:#BBBBBB;
  background-image:url(img/table_th_bg.gif);
  background-repeat:repeat-x;
  background-position:bottom left;
}
table.table02 td {
  padding:7px 7px 12px 7px;
  text-align:left;
  color:#333333;
  vertical-align: middle;
  border-top:4px solid #FFFFFF;
  background-color:#FFFFFF;
  background-image:url(img/table_th_bg.gif);
  background-repeat:repeat-x;
  background-position:bottom left;
}
.border01 {
  border-bottom: 1px dotted #8a8a8a;
  padding-bottom:5px;
}
.border01.last {
  border-bottom:none;
  padding-bottom:5px;
}

