@charset "utf-8";

/*
Theme Name: Original Theme
Theme URI:
Author: 
Author URI : 
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;
}
.awesome {
  font-family: 'FontAwesome';
  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 {
  margin: 0;
  font-family: "Rounded Mplus 1c", "Yu Gothic","YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* >>> 禁則処理 */
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 { /* 28px */
  font-size: 2em;
  line-height: 1.5;
}
h2 { /* 24px */
  font-size: 1.7143em;
  line-height: 1.75;
}
h3,h4 { /* 18px */
  font-size: 1.2857em;
  line-height: 1.1667;
}
h5,h6 { /* 16px */
  font-size: 1.1429em;
  line-height: 1.3125;
}

/* @ 見出し設定
---------------------------------------------------------------------------- */
h1 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 150px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #006599;
  background: #c9e6f8 url('./img/keyimage-other.jpg') right center no-repeat;
  border: solid 1px #69add1;
  border-radius: 7px;
  font-size: 1.571rem;
  line-height: 1.333em;
  text-shadow: 1px 1px 1px #c6e6f8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h3 {
  margin: 25px 0;
  padding: 7px 13px;
  background-color: #59b3e7;
  border-radius: 4px;
  color: #fff;
  font-size: 1.286rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h4 {
  margin: 40px 0 23px;
  padding: 5px 0 5px 14px;
  color: #006599;
  border-bottom: solid 3px #59b3e7;
  border-left: solid 8px #59b3e7;
  font-size: 1.143rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* @ リンク設定
---------------------------------------------------------------------------- */
a {
  color: #444;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #444;
  text-decoration: underline;
}

/* @ リンクボタン設定
---------------------------------------------------------------------------- */
.link-btn {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.link-btn a {
  display: inline-block;
  max-width: 335px;
  margin: 0 auto;
  padding: 2.5px 12px;
  border-radius: 5px;
  color: #fff;
  border: solid 1px #59b3e7;
  background-color: #59b3e7;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link-btn a:hover {
  background: #fff;
  color: #59b3e7;
}
/*
.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;
}
*/

/* @ その他
---------------------------------------------------------------------------- */
html {
  overflow: auto;
}
body {
  color: #444;
  background-color: #fff;
  overflow: hidden;
}
body.font-size_min {
  font-size: 14px;
}
body.font-size_big {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  body,
  body.font-size_min,
  body.font-size_big {
    font-size: 18px;
  }
}
strong,b,table th {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
figure {
  margin: 0;
}

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

.border_wrap {
  padding: 0 24px;
  overflow: hidden;
  border: solid 1px #2e8bc3;
  border-radius: 10px;
}
.border_wrap2 {
  margin-bottom: 1em;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border: solid 2px #2e8bc3;
}

/* @ Newアイコン
---------------------------------------------------------------------------- */
.newpost {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 0.7142em;
  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: 767px) {
  #breadcrumb {
    display: none;
  }
}
#breadcrumb ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1000px;
  margin: 30px auto;
  padding: 0;
  white-space: nowrap;
  overflow-x: auto;
}
#breadcrumb ul::-webkit-scrollbar {
  display: none;
}
#breadcrumb ul li {
  display: inline;
  font-size: 14px;
  line-height: 1em;
}
#breadcrumb ul li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-weight: normal;
  padding: 0 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#breadcrumb ul li:first-child:before {
  content: '\f015';
  font-family: 'FontAwesome';
  padding: 0 5px 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#breadcrumb ul li:last-child {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* @ ページナビ（記事詳細用）
----------------------------------------------------------------------------- */
.pagenavi {
  clear: both;
  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: #2e8bc3;
  border: solid 1px #2e8bc3;
  color: #fff;
  text-align: center;
}
.pagenavi a:hover {
  background-color: #fff;
  border: solid 1px #2e8bc3;
  color: #2e8bc3;
  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 {
  display: inline-block;
  background-color: #49b3e7;
  border: solid 1px #49b3e7;
  color: #fff;
  margin: 0 3px;
  padding: 5px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-pagenavi span.current {
  background-color: #006599;
  border: solid 1px #006599;
}
.wp-pagenavi a:hover {
  background-color: #fff;
  color: #49b3e7;
  text-decoration: none;
  border: solid 1px #49b3e7;
}
.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%;
  margin-top: 25px;
  border-collapse: collapse;
}
@media screen and (max-width: 480px) {
  .mw_form-table,
  .mw_form-table tbody,
  .mw_form-table tr {
    display: block;
    width: 100%;
    background-color: transparent;
  }
  .mw_form-table {
    border-bottom: 1px solid #666;
  }
}
.mw_form-table th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  white-space: nowrap;
  padding: 1em;
  background-color: #d5ebf9;
  border: 1px solid #666;
  text-align: left;
  word-break: break-all;
  word-wrap: break-all;
}
@media screen and (max-width: 480px) {
  .mw_form-table th {
    display: block;
    width: 100%;
    border-bottom: none;
    text-align: left;
    background-color: #d5ebf9;
  }
}
.mw_form-table td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  border: 1px solid #666;
  width: 70%;
}
@media screen and (max-width: 480px) {
  .mw_form-table td {
    display: block;
    width: 100%;
    padding: 1em 10px;
    border-bottom: none;
    background-color: #fff;
  }
}
.mw_form-table input[type='text'],
.mw_form-table textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
  border: 1px solid #666;
  background: #fff;
  outline: none;
}
.mw_form-table textarea {
  vertical-align: bottom;
}
.mw_form-table .mwform-zip-field input[type='text'],
.mw_form-table .mwform-tel-field input[type='text'] {
  width: 5em;
  margin: 2px 5px;
}
.mw_form-table .mwform-tel-field input[type='text']:first-of-type {
  margin-left: 0;
}
.mw_form-table .mwform-tel-field input[type='text']:last-of-type {
  margin-right: 0;
}
.mw_form-table .v_top {
  vertical-align: top;
}
.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: 10px 0;
}
.mw_form-btn li {
  display: inline-block;
  list-style: none;
  font-size: 14px;
  margin: 0 1em;
}
.mw_form-btn li input[type='submit'] {
  display: inline-block;
  padding: 10px 30px;
  outline: none;
  text-align: center;
  background: #5ab3e7;
  border: solid 1px #5ab3e7;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  cursor: pointer;
  font-size: 1.143rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mw_form-btn li input[type='submit']:hover {
  background: #fff;
  color: #5ab3e7;
}

/* @ アイコンスタイル
----------------------------------------------------------------------------- */
.extlink:after {
  margin-left: 10px;
  content: '\f08e';
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ ヘッダー
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header {
  position: relative;
  margin-bottom: 16px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #header {
    margin-bottom: 0;
  }
}

#header-left {
  float: left;
  width: calc(100% - 210px);
}
@media screen and (max-width: 767px) {
  #header-left {
    float: none;
    width: 100%;
  }
}
#header-title {
  background-color: #59b3e7;
  color: #fff;
  font-size: 0.778rem;
}
@media screen and (max-width: 767px) {
  #header-title,
  #header-info {
    display: none;
  }
}
#header-info p {
  display: inline-block;
  color: #59b3e7;
  font-size: 1.278em;
  letter-spacing: -1px;
  margin: 0 10px 0 0;
}
#header-info p:last-of-type {
  margin-right: 0;
}

#header-right {
  float: right;
  width: 200px;
}
@media screen and (max-width: 767px) {
  #header-right {
    display: none;
  }
}
#change-fontsize {
  overflow: hidden;
  margin-top: 11px;
}
#change-fontsize p {
  float: left;
  width: 95px;
  margin: 0;
  padding-right: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 34px;
  text-align: right;
}
.font-size_big #change-fontsize p {
  float: none;
  width: 100%;
  text-align: center;
  padding-right: 0;
}
#change-fontsize ul {
  float: right;
  width: 105px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.font-size_big #change-fontsize ul {
  float: none;
  margin: 0 auto;
}
#change-fontsize ul li {
  list-style-type: none;
  float: left;
  width: 30%;
  margin-right: 5%;
  padding: 0;
}
#change-fontsize ul li:last-of-type {
  margin-right: 0;
}
#change-fontsize ul li a {
  display: block;
  background-color: #fff;
  border: solid 1px #59b3e7;
  border-radius: 3px;
  color: #444;
  font-size: 1.111rem;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
}
#change-fontsize ul li a:hover,
#change-fontsize ul li.active a {
  background-color: #59b3e7;
  color: #fff;
}
#header-subnav {
  clear: both;
  padding-top: 12px;
}
#header-subnav ul {
  margin: 0;
  padding: 0;
  text-align: right;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home #header-subnav ul {
    margin-bottom: 10px;
  }
}
#header-subnav ul li {
  list-style-type: none;
  display: inline;
  margin-right: 10px;
  padding: 0;
}
@media screen and (max-width: 500px) {
  #header-subnav ul li {
    display: block;
    float: left;
  }
}
#header-subnav ul li:last-of-type {
  margin-right: 0;
}
#header-subnav ul li a {
  display: inline-block;
  color: #444;
  text-decoration: none;
}
#header-subnav ul li a::before {
  display: inline-block;
  margin-right: 3px;
  color: #49b3e7;
  font-family: 'FontAwesome';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 500px) {
  #header-subnav ul li a::before {
    width: 1em;
    text-align: center;
  }
}
#header-subnav ul li:nth-of-type(1) a::before { content: '\f0e8'; }
#header-subnav ul li:nth-of-type(2) a::before { content: '\f041'; }
#header-subnav ul li:nth-of-type(3) a::before { content: '\f003'; }
#header-subnav ul li a:hover {
  text-decoration: underline;
}

/*
header .menu-btn {
  display: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #header .menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    box-sizing: border-box;
    padding-right: 10px;
    line-height: 50px;
    width: 100%;
    color: #004da0;
    height: 50px;
    font-family: 'FontAwesome';
    font-size: 1.286rem;
    text-align: right;
    position: relative;
    background-color: #fff;
    z-index: 9999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
*/

/* @ ロゴ
---------------------------------------------------------------------------- */
#header-logo {
  margin: 6px 0 10px;
  color: #535353;
  font-size: 47px;
  letter-spacing: -4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #header-logo {
    margin: 0 -20px;
    padding: 10px 40px;
    border-top: solid 16px #59b3e7;
    border-bottom: solid 16px #59b3e7;
    font-size: 1em;
  }
}
@media screen and (max-width: 500px) {
  #header-logo {
    padding: 10px 20px;
  }
}

/* @ ヘッダーナビ
---------------------------------------------------------------------------- */
#header-navi {
  clear: both;
  margin: 15px 0 0;
}
#header-navi a {
  text-decoration: none;
}

/* @ グローバルナビ
---------------------------------------------------------------------------- */
#header-gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #header-gnavi {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
#header-gnavi li {
  list-style-type: none;
  width: calc((100% - 3px * 5) / 6);
  margin: 0;
  padding: 0;
  border-right: solid 3px #fff;
}
#header-gnavi li:last-of-type {
  border-right: none;
}
@media screen and (max-width: 767px) {
  #header-gnavi li {
    margin-bottom: 15px;
    border-right: solid 15px #fff;
  }
}
@media screen and (max-width: 500px) {
  #header-gnavi li {
    margin-bottom: 10px;
    border-right: solid 10px #fff;
  }
}
@media screen and (min-width: 651px) and (max-width: 767px) {
  #header-gnavi li {
    width: calc((100% - 15px * 3) / 4);
  }
  #header-gnavi li:nth-of-type(4n) {
    border-right: none;
  }
}
@media screen and (min-width: 501px) and (max-width: 650px) {
  #header-gnavi li {
    width: calc((100% - 15px * 2) / 3 - 0.1px);
  }
  #header-gnavi li:nth-of-type(3n) {
    border-right: none;
  }
}
@media screen and (max-width: 500px) {
  #header-gnavi li {
    width: calc((100% - 10px) / 2);
  }
  #header-gnavi li:nth-of-type(2n) {
    border-right: none;
  }
}
#header-gnavi li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #59b3e7;
  border: solid 2px #59b3e7;
  border-radius: 10px;
  letter-spacing: -0.1em;
  line-height: 1.25em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header-gnavi li a:hover {
  color: #59b3e7;
  background-color: #fff;
}
/*
@media screen and (max-width: 767px) {
  #header-gnavi li a {
    padding: 34px 15px;
    border: none;
  }
}
*/
#header-gnavi li a .menu_title {
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
#header-gnavi li a:hover .menu_title {
  color: #004da0;
}
#header-gnavi li a .menu_description {
  display: block;
  color: #aaa;
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.786rem;
  text-transform: uppercase;
}
#header-gnavi li a:hover .menu_description {
  color: #004da0;
}
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ ヘッダー（767px以下）
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header-sp {
  display: none;
  position: fixed;
  top: 0;
}
@media screen and (max-width: 767px) {
  #header-sp {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 3px #000;
    box-shadow: 0px 0px 3px #000;
    z-index: 9999;
  }
  #header-sp.fixed {
    position: fixed;
    top: 0;
  }
}
#header-sp-logo {
  position: fixed;
  top: 0;
  left: 10px;
  margin: 0;
  z-index: 10000;
}
#header-sp-logo a {
  display: block;
  padding: 9px 0;
}
#header-sp-logo a img {
  height: 32px;
}
#header-sp .menu-pnl {
  position: absolute;
  top: 40px;
  display: none;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px #000;
  box-shadow: 0px 0px 5px #000;
  z-index: 9100;
}

/* @ グローバルナビ（767px以下）
---------------------------------------------------------------------------- */
#header-gnavi-sp ul {
  margin: 20px 10px 10px;
  padding: 0;
  border: 1px solid #ccc;
  overflow: auto;
}
#header-gnavi-sp ul li {
  list-style: none;
}
#header-gnavi-sp ul li ul {
  margin: 0;
}
#header-gnavi-sp ul li ul li {
  text-indent: 1em;
}
#header-gnavi-sp ul li a {
  display: block;
  position: relative;
  padding: 10px;
  border-bottom: 1px dotted #ccc;
  text-align: left;
  font-weight: bold;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header-gnavi-sp ul li a:hover {
  text-decoration: none;
  background-color: #f4f9fe;
}
#header-gnavi-sp ul li a:before {
  display: block;
  position: absolute;
  right: 20px;
  font-family: 'FontAwesome';
  font-weight: normal;
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header-gnavi li.current-page-ancestor a .menu_title,
#header-gnavi li.current-page-ancestor a .menu_description {
  color: #004da0;
}

/* @ 検索フォーム
---------------------------------------------------------------------------- */
#header-search {
  vertical-align: middle;
  width: 200px;
  margin-top: 10px;
}
/*
@media screen and (max-width: 767px) {
  #header-search {
    display: none;
  }
}
*/
#header-search form > div {
  overflow: hidden;
}
#header-search input[type='text'] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 157px;
  height: 24px;
  margin: 3px 1px 0 0;
  padding: 5px;
  border: solid 1px #444;
  border-radius: 0;
  outline: none;
  background-color: #fff;
  font-size: 0.778rem;
}
#header-search input[type='submit'] {
  float: right;
  width: 42px;
  height: 28px;
  padding: 1px 0;
  background-color: #59b3e7;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header-search input[type='submit']:hover {
  opacity: 0.6;
}

/* @ 検索フォーム（767px以下）
---------------------------------------------------------------------------- */
#header-search-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #header-search-sp {
    display: table;
    table-layout: fixed;
    width: 90%;
    margin: 10px 5%;
  }
}
#header-search-sp label {
  display: table-cell;
  vertical-align: top;
}
#header-search-sp label:last-child {
  width: 50px;
}
#header-search-sp input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  border: none;
  border-radius: 0;
  outline: none;
}
#header-search-sp input[type='text'] {
  width: 100%;
  padding: 10px;
}
#header-search-sp input[type='submit'] {
  font-family: 'FontAwesome';
  width: 50px;
  background-color: #2d3339;
  color: #fff;
  font-size: 1.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ フッター
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer {
  margin-top: 220px;
  padding: 1px 0;
  background-color: #c9e6f8;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
@media screen and (max-width: 1075px) {
  #footer {
    margin-top: 165px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    min-width: 100%;
    margin-top: 30px;
  }
}
#footer .wrap {
  position: relative;
}
#footer-nav {
  float: left;
  padding: 30px 0;
  max-width: calc(100% - 29rem);
}
@media screen and (max-width: 1075px) {
  #footer-nav {
    max-width: calc(100% - 23rem);
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #footer-nav {
    float: none;
    width: auto;
    max-width: 100%;
    padding-bottom: 20px;
    font-size: 1rem;
  }
}
#footer ul {
  margin: 0;
  padding: 0;
}
#footer-nav ul {
  float: left;
  width: 17em;
  margin: 0;
  padding: 0;
}
#footer-nav ul:nth-of-type(1) { max-width: 60%; }
#footer-nav ul:nth-of-type(2) { max-width: 38%; }
@media screen and (max-width: 767px) {
  #footer-nav ul {
    float: none;
    width: auto;
    margin: 0 0 15px;
  }
  #footer-nav ul:nth-of-type(1) { max-width: 100%; }
  #footer-nav ul:nth-of-type(2) { max-width: 100%; }
}
#footer-nav ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer-nav .wrap ul li a {
  color: #444;
  text-decoration: none;
}
#footer-nav ul li a:hover {
  text-decoration: underline;
}
#footer-nav ul li a:before {
  display: inline-block;
  content: '\f111';
  color: #006599;
  font-family: 'FontAwesome';
  margin-right: 4px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#footer-access {
  float: right;
  width: 28rem;
  margin: 73px 0 15px;
  padding: 15px 0;
  color: #006599;
  font-size: 0.889em;
}
@media screen and (max-width: 1075px) {
  #footer-access {
    width: 23rem;
  }
}
@media screen and (max-width: 767px) {
  #footer-access {
    float: none;
    width: auto;
    max-width: 100%;
    margin: 0 0 25px;
  }
}
#footer-access p:first-of-type {
  margin: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 1075px) {
  #footer-access p:first-of-type {
    font-size: 1.25rem;
  }
}
#footer-access p:last-of-type {
  margin: 5px 0 3px;
}
@media screen and (max-width: 1075px) {
  #footer-access p:last-of-type {
    font-size: 0.875rem;
  }
}
#footer-access span {
  display: inline-block;
}
#footer-access span.f-zip,
#footer-access span.f-addr1,
#footer-access span.f-tel {
  margin-right: 1em;
}
@media screen and (max-width: 1075px) {
  #footer-access span.f-zip {
    display: block;
    margin-right: 0;
  }
}

#footer .wrap > figure {
  position: absolute;
  top: -200px;
  right: 0px;
  width: 500px;
  margin: 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
@media screen and (max-width: 1075px) {
  #footer .wrap > figure {
    top: -145px;
    right: 30px;
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #footer .wrap > figure {
    display: none;
  }
}

#footer-copyright {
  background: #59b3e7;
}
#footer-copyright .copyright {
  margin: 0;
  padding: 1.5px 0;
  color: #fff;
  text-align: center;
}
#footer-copyright .copyright small {
  font-size: 0.857rem;
}
@media screen and (max-width: 480px) {
  #footer-copyright .copyright span {
    display: none;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ メイン
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main {
  min-width: auto;
}
@media screen and (max-width: 767px) {
  #main {
    min-width: 100%;
  }
}


/* @ 見出し
---------------------------------------------------------------------------- */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ コンテンツ
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#contents {
  float: left;
  width: calc(100% - 240px);
}
@media screen and (max-width: 767px) {
  #contents {
    width: 100%;
    margin-top: 30px;
  }
}
#contents > h3:first-of-type {
  margin-top: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ サイドバー
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sidebar {
  float: right;
  width: 220px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  #sidebar {
    width: 100%;
    min-width: auto;
    margin: 50px 0 0;
    padding-bottom: 0;
  }
}
#sidebar .lt-sp_-3 {
  letter-spacing: -3px;
}
#sidebar ul {
  margin: 0;
  padding: 0;
}
#sidebar ul li {
  list-style-type: none;
  margin: 0 0 14px;
  padding: 0;
}
#sidebar ul li a {
  display: block;
  padding: 11.5px 0;
  background-color: #fff;
  border: solid 1px #59b3e7;
  border-radius: 7px;
  color: #59b3e7;
  font-size: 1.13rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#sidebar ul li a:hover {
  background: #59b3e7;
  color: #fff;
}
#sidebar ul li.blue a {
  background-color: #59b3e7;
  color: #fff;
}
#sidebar ul li.blue a:hover {
  background-color: #fff;
  color: #59b3e7;
}
#sidebar ul li.green a {
  background-color: #81c844;
  border: solid 1px #6cb92f;
  color: #fff;
}
#sidebar ul li.green a:hover {
  background-color: #fff;
  color: #81c844;
}
#sidebar ul li.link a {
  border: solid 1px #72bb38;
  border-radius: 0;
  color: #72bb38;
}
#sidebar ul li.link a:hover {
  background-color: #72bb38;
  color: #fff;
}
#sidebar ul li.login {
  margin-top: 34px;
}
#sidebar ul li.login a {
  border: solid 1px #666;
  color: #666;
}
#sidebar ul li.login a:hover {
  background-color: #666;
  color: #fff;
}
#sidebar ul li.pink a{
	border: solid 1px #ef857d;
  border-radius: 0;
  color: #ef857d;
}
#sidebar ul li.pink a:hover {
  background-color: #ef857d;
  color: #fff;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @　オンマウス画像入れ替え
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.img-box {
  position: relative;
}
.img-box .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}
.img-box:hover .active {
  opacity: 1;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @　メールフォームチェックボックス改行防止
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* .mwform-radio-field {
display: block;
white-space: nowrap;
margin-left: 0.6em; // 一行目がインデント下がるのを防止
} */
.mwform-radio-field {
white-space: nowrap;
margin-left: 0.6em; // 一行目がインデント下がるのを防止
}

input#mw_sonota{
 width:150px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @　メールフォームthがはみ出すので、tdに背景色を付けて使う
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.mw_form-table td.bg_blue {
  background-color: #d5ebf9;
  font-weight: bold;
}
