@charset "UTF-8";
/*
Theme Name: CenterColumn02
Theme URI:
Author: WEB Eight.
Author URI:
Description:
Version: 1.0 (2015-)
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/

/* Turnstileのラベルを非表示にする */
.cf-turnstile {
  display: none !important;
}

/*
2015.04.24
一時的にfix kitagawa
*/
.page img[class*="wp-image-"] {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------
// フォント
// -------------------------------------------*/

html {
  font-size: 14px;
  font-family: "Meiryo", "メイリオ", "Arial", "Helvetica", sans-serif;
  line-height: 1.6;
}

/* size */
.fs_sss {
  font-size: 10px;
}
.fs_ss {
  font-size: 12px;
}
.fs_s {
  font-size: 13px;
}
.fs_l {
  font-size: 18px;
}
.fs_ll {
  font-size: 20px;
}

/* ---------------------------------------------
// 文字色
// -------------------------------------------*/

/* 基本文字色 */
html {
  color: #333;
}

/* リンク */
a:link,
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:active {
  color: #0a80d1;
  text-decoration: none;
}
/* 投稿内リンク */
.single .entry_body a {
  color: #0a80d1;
  text-decoration: underline;
}

/* グローバルナビ */
.navigation li a {
  color: #052459;
  font-weight: bold;
  transition: all 0.3s;
}
.navigation li a:hover,
.navigation li.current_page_item a,
.navigation li.current-menu-item a {
  color: #0a80d1;
}
/* サイドバー */
.side_list li a {
  color: #005dab;
}
.side_list li a:hover {
  text-decoration: underline;
}
/* アイキャッチ色 */
.attention,
.red {
  color: #ee0000;
}
.green {
  color: #38a139;
}
.blue {
  color: #00f;
}

/* ---------------------------------------------
// 見出し要素
// -------------------------------------------*/

.page_title {
  background-color: #0a80d1;
  color: #fff;
  padding: 12px 0;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 44px;
}
/* ラージタイトル（大見出し） */
.large_title {
  border-bottom: 4px solid #e56575;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}
/* ミドルタイトル（小見出し - 中） */
.middle_title {
  margin-bottom: 5px;
  font-size: 18px;
}
/* スモールタイトル（小見出し - 小） */
.small_title {
  color: #6eb92b;
  margin-bottom: 5px;
  font-size: 15px;
}
/* 帯タイトル */
.obi_title1 {
  background-color: #e56575;
  color: #fff;
  padding: 0.4em 0.6em;
  margin: 1.5em auto;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 981px) {
  .page_title {
    padding: 25px 0;
    font-size: 32px;
    line-height: 40px;
  }
  .large_title {
    margin-bottom: 55px;
    padding-bottom: 0;
    font-size: 28px;
    line-height: 45px;
    border: none;
  }
  .middle_title {
    font-size: 24px;
  }
  .small_title {
    font-size: 18px;
  }
}

/* サイドバー */
.side_title {
  padding: 14px 12px;
  background-color: #e2f0f9;
  border-top: 7px solid #0a80d1;
  margin-bottom: 10px;
}
/* サイドブロック */
.side_box {
  margin: 20px 0 0;
  border: 1px solid #ccc;
}
/* サイドリスト */
.side_list {
  padding: 0 0 10px;
  margin: 0 auto;
  list-style: none outside;
}
.side_list li {
  position: relative;
  padding: 6px 8px 6px 27px;
  margin: 0;
}
.side_list li:after {
  font-family: "FontAwesome";
  content: "\f105";
  color: #b0b8c5;
  font-size: 18px;
  position: absolute;
  left: 12px;
  top: 15px;
  margin-top: -0.5em;
}
.side_list li.current-cat:after {
  color: #005dab;
}
.side_list .children {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  left: -10px;
}
.side_list .children li:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 981px) {
  /* title */
  .side_title {
    padding: 14px 12px;
    background-color: #e2f0f9;
    border-top: 7px solid #0a80d1;
    border-bottom: 1px dotted #b2b2b2;
    text-align: left;
  }
  /* サイドブロック */
  .side_box {
    margin: 0 0 20px;
    padding: 0;
  }
}

/* ---------------------------------------------
// ボタン
// -------------------------------------------*/

.button {
  margin-bottom: 2em;
}
.button a {
  background-color: #f78f23;
  box-shadow: 1px 3px 0 rgba(0, 0, 0, 0.6);
  color: #fff !important;
  line-height: 1em;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 20px 10px 18px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  transition: all 0.3s;
}
.button a:hover {
  background-color: #f9a050;
}

/* ---------------------------------------------
// glow効果
// -------------------------------------------*/

.glow {
  transition: all 0.3s;
}
.glow.orange {
  color: #fff !important;
  background-color: #f78f23;
}
.glow.orange:hover {
  background-color: #f9a050;
}

/* ---------------------------------------------
//
// Page::TOPページ
//
// -------------------------------------------*/

/* Mainvisual */
#mainvisual {
  text-align: center;
  background-color: #343434;
  position: relative;
}
#mainvisual .leadtext {
  position: absolute;
  width: 100%;
  bottom: 58px;
  background-color: rgba(0, 0, 0, 0.53);
}
#mainvisual .leadtext img {
  width: 714px;
  height: auto;
}
@media screen and (max-width: 1300px) {
  #mainvisual .mv img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 980px) {
  #mainvisual .leadtext {
    bottom: 9px;
  }
}

/* Intro */
.home #intro {
  padding: 62px 0;
}
.home #intro .box_left {
  width: 235px;
  float: left;
  padding: 10px 15px;
  border: 4px solid #c8c8c8;
}
.home #intro .box_left img {
  width: 100%;
  height: auto;
}
.home #intro .box_right {
  float: right;
  width: 680px;
  background: url(img/common/line_blue_dot.png) repeat-x top left;
  margin-top: 30px;
  padding-top: 20px;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 980px) {
  .home #intro {
    padding: 28px 0 18px;
  }
}
@media screen and (max-width: 980px) and (min-width: 768px) {
  .home #intro .box_left {
    width: 25%;
  }
  .home #intro .box_right {
    width: 71%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .home #intro .box_left,
  .home #intro .box_right {
    float: none;
  }
  .home #intro .box_left {
    width: 80%;
    margin: 0 auto 25px;
  }
  .home #intro .box_right {
    width: 90%;
    background-image: none;
    margin: 0 auto 0;
    padding-top: 0px;
  }
}

/* Features */
.home #features {
  padding: 13px 0 13px;
  background-color: #052459;
}
.home #features ul {
  margin: 0;
  padding: 0;
}
.home #features ul li {
  float: left;
  width: 23.8%;
  margin-right: 1.6%;
  margin-bottom: 0;
  padding-bottom: 17px;
  background-color: #fff;
}
@media screen and (min-width: 981px) {
  .home #features ul li:last-child {
    margin-right: 0 !important;
  }
}
.home #features ul li img {
  width: 100%;
  height: auto;
}
.c_navi_title,
.c_navi_text {
  margin-left: 10px;
  margin-right: 10px;
}
.c_navi_title {
  font-weight: bold;
  color: #052459;
  padding: 14px 0 13px 0;
  text-align: left;
}
.c_navi_title i {
  color: #0a80d1;
  margin-right: 6px;
}
.c_navi_text {
  font-size: 13px;
  text-align: justify;
  line-height: 1.5;
}
.home #features ul li .c_navi_photo {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home #features {
    padding: 20px 0 0;
  }
  .home #features ul li {
    float: none;
    width: 80%;
    margin: 0 auto 20px;
    padding: 17px 0 17px;
  }
  .home #features ul li .c_navi_photo img {
    width: 85%;
    height: auto;
  }
}
@media screen and (max-width: 560px) {
  .home #features ul li {
    width: 100%;
    margin: 0 auto 20px;
  }
}

/* Information */
.home #information {
  padding-top: 60px;
  padding-bottom: 50px;
}
.home #information .block_title h2 {
  font-size: 18px;
  border-left: 6px solid #0a80d1;
  padding-left: 16px;
  margin-bottom: 15px;
}
.home #information .block_title .btn_link3 {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 3px;
}

/* ---------------------------------------------
//
// 下層ページ共通
//
// -------------------------------------------*/

.page .entry_body {
}
.page .entry_body h2 {
  clear: both;
  background-color: #e2f0f9;
  color: #0a80d1;
  font-size: 20px;
  padding: 26px 0 26px 19px;
  margin-bottom: 35px;
}
.page .entry_body h3 {
  display: inline;
  background-color: #005bab;
  color: #fff;
  font-size: 15px;
  padding: 6px 12px 6px;
}
@media screen and (max-width: 980px) {
  .page .entry_body h2 {
    margin-left: -12px;
    margin-right: -12px;
  }
}

/* ---------------------------------------------
//
// Page::elife研修センターについて
//
// -------------------------------------------*/

.page-id-398 .entry_wrap {
  margin-left: 0px;
  margin-right: 0px;
}
.page-id-398 .entry_wrap ul {
  margin-bottom: 8px;
}
.page-id-398 .entry_wrap .sleeve {
  margin-bottom: 47px;
}
.page-id-398 .entry_wrap .features {
}
.page-id-398 .entry_wrap .features .col > div {
  background: url(img/about_us/waku_feature.png) no-repeat 0 0;
  background-size: 100% 100%;
  padding: 20px 18px;
}
.page-id-398 .entry_wrap .features .col {
  padding-top: 77px;
  text-align: justify;
}
.page-id-398 .entry_wrap .features .feature1 {
  background: url(img/about_us/ico_point1.png) no-repeat 50% 0%;
}
.page-id-398 .entry_wrap .features .feature2 {
  background: url(img/about_us/ico_point2.png) no-repeat 50% 0%;
}
.page-id-398 .entry_wrap .features .feature3 {
  background: url(img/about_us/ico_point3.png) no-repeat 50% 0%;
}
@media screen and (max-width: 980px) {
  .page-id-398 .entry_wrap {
    margin-left: 12px;
    margin-right: 12px;
  }
  .page-id-398 .entry_wrap .features .feature1 {
    background: url(img/about_us/ico_point1_3x.png) no-repeat 50% 0%;
    background-size: 67px 67px;
  }
  .page-id-398 .entry_wrap .features .feature2 {
    background: url(img/about_us/ico_point2_3x.png) no-repeat 50% 0%;
    background-size: 67px 67px;
  }
  .page-id-398 .entry_wrap .features .feature3 {
    background: url(img/about_us/ico_point3_3x.png) no-repeat 50% 0%;
    background-size: 67px 67px;
  }
}
/* 研修内容の例 */
.page-id-398 .sleeve.example {
}
.page-id-398 .sleeve.example .col {
  text-align: left;
}
.page-id-398 .sleeve.example .col.one-third > div {
  width: 235px;
  padding: 10px 15px;
  border: 4px solid #c8c8c8;
  text-align: center;
}
.page-id-398 .sleeve.example .col.one-third > div img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 980px) {
  .page-id-398 .sleeve.example .col.two-third {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .page-id-398 .sleeve.example .col.one-third > div {
    width: 100%;
  }
  .page-id-398 .sleeve.example .col.one-third > div img {
    width: 80%;
  }
}

/* ダウンロードボタン */
.page-id-398 .entry_wrap .button {
  margin: 40px 0 80px;
}
.page-id-398 .entry_wrap .button a {
  width: 80%;
  text-align: left;
  font-size: 20px;
  padding: 20px 25px;
  background-image: url(img/about_us/ico_download.png);
  background-repeat: no-repeat;
  background-position: 97% 50%;
}
@media screen and (max-width: 980px) {
  .page-id-398 .entry_wrap .button a {
    line-height: 1.3;
    background-image: url(img/about_us/ico_download_3x.png);
    background-size: 50px auto;
  }
}

/* ページ下メッセージブロック */
.page-id-398 .entry_wrap .bottom_message {
  text-align: center;
  font-size: 20px;
  color: #001a45;
  font-weight: bold;
  line-height: 1.6;
  vertical-align: baseline;
  padding: 27px 0;
  border-top: 4px solid #e5e5e5;
  border-bottom: 4px solid #e5e5e5;
}
.page-id-398 .entry_wrap .bottom_message span {
  font-size: 30px;
}
@media screen and (max-width: 980px) {
  .page-id-398 .entry_wrap .bottom_message {
    line-height: 1.4;
  }
}
@media screen and (max-width: 560px) {
  .page-id-398 .entry_wrap .bottom_message {
    font-size: 18px;
    line-height: 1.4;
  }
  .page-id-398 .entry_wrap .bottom_message span {
    font-size: 22px;
  }
}

/* ---------------------------------------------
//
// Page::お問い合わせ
//
// -------------------------------------------*/

.page-id-59 .entry_body h2 {
  background-color: transparent;
  color: #0a80d1;
  font-size: 26px;
  padding: 0 0 0;
  margin-top: 0;
  margin-bottom: 23px;
  margin-left: 0;
  margin-right: 0;
}
.page-id-59 .entry_body h2:before {
  font-family: "FontAwesome";
  content: "\f111";
  margin-right: 2px;
}
.page-id-59 section.phone {
  background-color: #e2f0f9;
  padding: 32px 0;
  margin-bottom: 35px;
}
.page-id-59 section.phone p {
  margin-bottom: 0 !important;
}
.page-id-59 section.phone *,
.page-id-59 section.phone a {
  text-align: center;
  color: #0a80d1;
}
.page-id-59 section.phone span.phone,
.page-id-59 section.phone span.fax {
  font-weight: bold;
  padding-left: 63px;
}
.page-id-59 section.phone span.phone {
  font-size: 41px;
  background: url(img/common/ico_phone_inv.png) no-repeat 0 -5px;
  margin-right: 10px;
}
.page-id-59 section.phone span.fax {
  font-size: 37px;
  background: url(img/common/ico_fax_inv.png) no-repeat 0 -5px;
}
.page-id-59 section.phone .button {
  display: none;
}
.page-id-59 section.phone .note {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-top: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .page-id-59 .entry_body h2 {
    font-size: 21px;
    margin-bottom: 15px;
  }
  .page-id-59 section.phone span.phone,
  .page-id-59 section.phone span.fax {
    line-height: 1;
    padding-left: 45px;
  }
  .page-id-59 section.phone span.phone {
    font-size: 28px;
    background: url(img/common/ico_phone_inv_3x.png) no-repeat 5px 0;
    background-size: contain;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .page-id-59 section.phone span.fax {
    font-size: 22px;
    background: url(img/common/ico_fax_inv_3x.png) no-repeat 10px 0;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .page-id-59 section.phone span.phone,
  .page-id-59 section.phone span.fax {
    display: none;
  }
  .page-id-59 section.phone .button {
    display: block;
  }
  .page-id-59 section.phone .button a {
    width: 85%;
    padding: 12px 12px;
    margin: 0 auto 20px;
    color: #fff !important;
    font-size: 16px;
    background: url(img/common/ico_phone_3x.png) no-repeat 5px 5px #f78f23;
    background-size: 40px auto;
  }
  .page-id-59 section.phone .button span {
    display: block;
    font-size: 30px;
    line-height: 1.3;
    color: #fff !important;
    position: relative;
    left: 15px;
  }
}
@media screen and (max-width: 560px) {
  .page-id-59 section.phone .button span {
    font-size: 24px;
  }
}

/* ---------------------------------------------
//
// Page::プライバシーポリシー
//
// -------------------------------------------*/

@media screen and (min-width: 981px) {
  .page-id-376 #main_content > .inner {
    width: 780px;
  }
}
.page-id-376 .entry_body h2 {
  background-color: transparent;
  color: #000;
  font-size: 18px;
  padding: 0 0 11px;
  margin-top: 0;
  margin-bottom: 11px;
  border-bottom: 1px solid #0a80d1;
}
.page-id-376 .entry_body h2:first-letter {
  color: #0a80d1;
}
.page-id-376 .entry_body section > div {
  padding: 14px;
  border-left: 1px solid #c2dff4;
  border-right: 1px solid #c2dff4;
  border-bottom: 1px solid #c2dff4;
}
.page-id-376 .entry_body section h3 {
  margin: 0;
  padding: 14px;
  display: block;
  background-color: #e2f0f9;
  color: #0a80d1;
  border: 1px solid #c2dff4;
}
