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

  HTML5 :: modify.css
  2016.01 Accelight Inc.

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* 元値　#007ab7*/
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- breakpointの定義 -----*/
/*-------------------------------------------------------------------------------
　@mixin
-------------------------------------------------------------------------------*/
/* text-indent:-9999pxの代わり */
/* before,after要素 */
/* before,after要素 インライン */
/* 三角右向きアイコン */
/* media query */
/*-------------------------------------------------------------------------------
web font　定義
-------------------------------------------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?kxzv91");
  src: url("../fonts/icomoon.eot?kxzv91#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kxzv91") format("truetype"), url("../fonts/icomoon.woff?kxzv91") format("woff"), url("../fonts/icomoon.svg?kxzv91#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ホームアイコン */
.icon-house:before {
  content: "\e901";
}

/* 別タブで開くアイコン */
.icon-window:after {
  content: "\e903";
  margin: 0 0 0 6px;
}

/*-------------------------------------------------------------------------------



ホーム


-------------------------------------------------------------------------------*/
.home {
  /*--------------------------------------------------
  メインビジュアル
  --------------------------------------------------*/
}
.home .main-v {
  width: 100%;
  margin: 55px 0 15px 0;
}
@media screen and (min-width: 768px) {
  .home .main-v {
    margin: 0;
  }
}
.home .main-v .main-v-inner {
  background: url(../img/main-v.jpg) center center/cover no-repeat;
  padding: 130px 0;
  text-align: right;
}
.home .main-v .main-v-inner .main-v-txt {
  max-width: 1000px;
  margin: 0 auto;
}
.home .main-v .main-v-inner .main-v-txt h2 {
  border-bottom: 0px;
  font-size: 260%;
  font-family: serif;
  font-weight: bold;
  color: #0b2457;
  margin-top: 0;
}
.home .main-v .main-v-inner .main-v-txt h2::before {
  display: none;
}
.home .main-v .main-v-inner .main-v-txt p {
  font-size: 86%;
  letter-spacing: 0.3em;
  margin-top: 2em;
  font-weight: bold;
}
.home .main-v .main-v-inner img {
  display: block;
}
@media screen and (min-width: 768px) {
  .home .main-v .main-v-inner img {
    margin: 0 auto;
    max-height: 480px;
  }
}
@media (max-width: 768px) {
  .home .main-v .main-v-inner {
    display: none;
  }
}
.home .main-v .main-v-inner-sp {
  background: url(../img/main-v.jpg) center center/cover no-repeat;
  padding: 100px 15px;
  text-align: right;
}
.home .main-v .main-v-inner-sp .main-v-txt h2 {
  border-bottom: 0px;
  font-size: 260%;
  font-family: serif;
  font-weight: bold;
  color: #0b2457;
  margin-top: 0;
}
.home .main-v .main-v-inner-sp .main-v-txt h2::before {
  display: none;
}
@media (max-width: 768px) {
  .home .main-v .main-v-inner-sp .main-v-txt h2 {
    font-size: 170%;
  }
}
.home .main-v .main-v-inner-sp .main-v-txt p {
  font-size: 86%;
  letter-spacing: 0.3em;
  margin-top: 2em;
  font-weight: bold;
}
@media (min-width: 769px) {
  .home .main-v .main-v-inner-sp {
    display: none;
  }
}
.home .main-v .main-v-inner-sp img {
  max-height: 400px;
}
.home .main-v img {
  display: block;
}
@media screen and (min-width: 768px) {
  .home .main-v img {
    margin: 0 auto;
    max-height: 480px;
  }
}
.home .main-v {
  /* コントローラー */
}
.home .main-v .bx-controls {
  position: absolute;
  bottom: -40px;
  z-index: 500;
}
.home .main-v .bx-pager-item {
  display: inline-block;
}
.home .main-v .bx-pager-item a {
  text-indent: -9999px;
  display: block;
  background: #808080;
}
.home .main-v .bx-pager-item .active {
  background: rgb(169, 0, 0);
}
.home .main-v {
  /* ページャー */
}
.home .main-v .bx-controls-direction {
  display: none;
}
.home {
  /* end .main-v */
}
.home .message {
  background: url(../img/message-bg.png) center center/cover;
}
@media (max-width: 768px) {
  .home .message {
    background: url(../img/message-bg-sp.png) center center/cover;
  }
}
.home .message .message_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .home .message .message_inner {
    padding: 10px 20px 20px;
  }
}
.home .message .message_inner p {
  text-align: center;
  line-height: 2em;
  font-weight: 500;
  font-size: 120%;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .home .message .message_inner p {
    letter-spacing: 0.05em;
  }
}
.home .message .message_inner p span {
  color: #5cb1bb;
  font-weight: bold;
  font-size: 120%;
}
.home .menu {
  background: url(../img/menu-bg.png) center 20px/cover no-repeat;
  padding: 0 0 20px 0;
}
@media (max-width: 768px) {
  .home .menu {
    background: url(../img/menu-bg.png) center center/cover no-repeat;
    padding: 0;
  }
}
.home .menu .menu_inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .home .menu .menu_inner {
    padding: 0 10px;
  }
}
.home .menu .menu_inner .menu_box {
  max-width: 90%;
  width: 48%;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .home .menu .menu_inner .menu_box {
    width: 100%;
    max-width: 100%;
  }
}
.home .menu .menu_inner .menu_box a {
  display: block;
  color: #333333;
  display: flex;
  padding: 0;
  margin: 0;
  height: 100%;
}
.home .menu .menu_inner .menu_box a:hover {
  opacity: 0.6;
}
.home .menu .menu_inner .menu_box a .boxtxt {
  width: calc(100% - 120px);
  margin-left: 1em;
}
.home .menu .menu_inner .menu_box.box01 {
  border: 2px solid #89d1ff;
}
.home .menu .menu_inner .menu_box.box02 {
  border: 2px solid #95b7f2;
}
.home .menu .menu_inner .menu_box.box03 {
  border: 2px solid #fda8dc;
}
.home .menu .menu_inner .menu_box.box04 {
  border: 2px solid #d0a8de;
}
.home .menu .menu_inner .menu_box.box05 {
  border: 2px solid #99d992;
}
.home .menu .menu_inner .menu_box.box06 {
  border: 2px solid #e6b075;
}
.home .menu .menu_inner .menu_box .menu01::before {
  content: "";
  display: inline-block;
  width: 30%;
  min-height: 120px;
  background: url(../img/menu01.png) center center/cover no-repeat;
}
.home .menu .menu_inner .menu_box .menu02::before {
  content: "";
  display: inline-block;
  width: 30%;
  min-height: 120px;
  background: url(../img/menu02.png) center center/cover no-repeat;
}
.home .menu .menu_inner .menu_box .menu03::before {
  content: "";
  display: inline-block;
  width: 30%;
  min-height: 120px;
  background: url(../img/menu03.png) center center/cover no-repeat;
}
.home .menu .menu_inner .menu_box .menu04::before {
  content: "";
  display: inline-block;
  width: 30%;
  min-height: 120px;
  background: url(../img/menu04.png) center center/cover no-repeat;
}
.home .menu .menu_inner .menu_box .menu05::before {
  content: "";
  display: inline-block;
  width: 30%;
  min-height: 120px;
  background: url(../img/menu05.png) center center/cover no-repeat;
}
.home .menu .menu_inner .menu_box .menu06::before {
  content: "";
  display: inline-block;
  width: 30%;
  min-height: 120px;
  background: url(../img/menu06.png) center center/cover no-repeat;
}
.home .menu .menu_inner .menu_box h2 {
  border-bottom: 0px;
  margin: 0;
  padding-left: 0;
  font-weight: bold;
  line-height: 1.3em;
  height: auto;
}
.home .menu .menu_inner .menu_box h2:before {
  display: none;
}
@media (max-width: 768px) {
  .home .menu .menu_inner .menu_box h2 {
    background: #fff;
    padding: 15px 0 10px 5px;
  }
}
.home .menu .menu_inner .menu_box p {
  margin-top: 0;
}
@media (max-width: 768px) {
  .home .menu .menu_inner .menu_box p {
    background: #fff;
    margin-bottom: 0;
    padding: 0 5px 10px 5px;
  }
}
.home {
  /*--------------------------------------------------
  メインコンテンツ
  --------------------------------------------------*/
}
.home main {
  padding: 0;
  /*max-width: 1000px;  -----------------------------------------------------------削除*/
  margin: 0 auto;
}
.home .contents-wrap {
  padding: 0;
  max-width: inherit;
}
.home {
  /* end .contents-wrap */
}
.home section {
  float: none;
  width: 100%;
  max-width: 1040px; /*-----------------------------------------------------------変更*/
  margin: 0 auto 40px;
  padding: 0 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .home section .btn {
    clear: both;
    text-align: center;
  }
  .home section .btn a {
    padding: 12px 90px 12px 90px;
  }
}
.home .wrap__box {
  position: relative;
}
.home .menu__box {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  z-index: 2;
}
.home .menu__box a {
  color: #fff;
}
.home .menu__box h4 {
  font-size: 20px;
  font-weight: normal;
  padding: 30px 0 10px 15px;
}
.home .menu__box h4 img {
  margin-left: 20px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .home .menu__box h4 {
    font-size: 30px;
  }
}
.home .menu__box p {
  font-size: 105%;
  padding: 0 0 0 15px;
}
.home .menu__box_url_1, .home .menu__box_url_3, .home .menu__box_url_5 {
  background-color: #0b2457;
  padding: 10px;
}
.home .menu__box_url_2 a, .home .menu__box_url_4 a {
  color: #0b2457;
}
.home {
  /* ニュース */
}
.home .news {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .home .news {
    flex-wrap: wrap;
  }
}
.home .news .news-box {
  width: 35%;
}
@media (max-width: 768px) {
  .home .news .news-box {
    width: 100%;
  }
}
.home .news .news-box h2 {
  margin: 0;
  font-weight: bold;
  border-bottom: 0;
  display: inline-block;
  letter-spacing: 0.3em;
  font-size: 160%;
}
.home .news .news-box h2::before {
  background: url(../img/news-before.png) center center/contain no-repeat;
  width: 100%;
  height: 9px;
  bottom: -10px;
}
@media (max-width: 768px) {
  .home .news .news-box h2 {
    display: block;
    text-align: center;
    padding-left: 0;
  }
}
.home .news .news-box p {
  text-align: left;
  margin-top: 2em;
}
.home .news .news-box p a {
  padding: 10px 50px 10px 40px;
}
.home .news ul {
  width: 65%;
  overflow: hidden;
  width: 100%;
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  .home .news ul {
    width: 100%;
  }
}
.home .news li {
  border-bottom: 1px solid #cccccc;
  padding: 0;
  margin: 0;
}
.home .news li:before {
  display: none;
}
.home .news li a {
  display: block;
  padding: 5px 0 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .home .news li a {
    padding: 15px 0 15px 0;
  }
}
.home .news time, .home .news span {
  display: block;
}
@media screen and (min-width: 768px) {
  .home .news time, .home .news span {
    display: inline;
  }
}
.home .news time {
  color: #000;
  padding: 0 20px 0 0;
}
.home .news {
  /* アイコン */
}
.home .news .ico {
  display: inline-block;
  padding: 1px 8px 1px 8px;
  border-radius: 2px;
  color: #fff;
  font-size: 81%;
  font-weight: bold;
  margin: 0 10px 0 0;
}
.home .news .ico-new {
  background: #0b2457;
}
.home .news .ico-info {
  background: #89d1ff;
}
.home .news .ico-needs {
  background: #95b7f2;
}
.home .news .ico-system {
  background: #fda8dc;
}
.home .news .ico-match {
  background: #d0a8de;
}
.home {
  /* end .news */
}
.home .general img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home .general img {
    width: 30%;
    float: left;
    margin: 0 15px 15px 0;
  }
}

/* end .home */
/*-------------------------------------------------------------------------------

 共通

 -------------------------------------------------------------------------------*/
article .medium {
  background: url("../img/title-bg.jpg") center center/cover no-repeat;
}
article section table.member-list td {
  padding: 7px;
}
article section table.member-list tr :nth-child(1) {
  white-space: nowrap;
  background: #f7f7f7;
}
article section table.member-list tr td :nth-child(1) {
  white-space: nowrap;
  background: #fff;
}
article section table.member-list tr :nth-child(2) {
  white-space: nowrap;
}
article section table.member-list tr :nth-child(4) {
  white-space: nowrap;
}
@media (min-width: 768px) {
  article section table.member-list tr :nth-child(4) {
    white-space: normal;
  }
}
@media (max-width: 768px) {
  article section h2 {
    margin-top: 0;
  }
}
article section h2 + p {
  margin-top: 1em;
}
article section .indent-down {
  padding-left: 1em;
}
article section .indent-up {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
article section .indent-up + .indent-ast {
  margin-top: -20px;
}
article section .indent-ast {
  margin-left: 2.5em;
  text-indent: -1em;
}
article section .indent-ast + .indent-ast {
  margin-top: -20px;
}
article section .img-intxt {
  margin: -20px 0 20px 0;
  margin-left: 2.5em;
}
article section .img-intxt img {
  max-height: 200px;
}
article section .img-intxt figcaption {
  text-align: center;
}

.black-bg {
  background: #000;
  color: #fff;
  font-size: 120%;
  padding: 10px 2em;
}

/*-------------------------------------------------------------------------------

 menu01

 -------------------------------------------------------------------------------*/
.info .medium {
  background: url("../img/title-bg-menu01.jpg") center center/cover no-repeat;
}
.info h2 {
  font-size: 135%;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 0;
}
@media (max-width: 768px) {
  .info h2 {
    margin-top: 0;
  }
}
.info h2:before {
  background: #89d1ff;
}
.info h3:before {
  background: #89d1ff;
}
.info .side-contents .local-nav ul .current {
  background: #e7f6ff;
}

/*-------------------------------------------------------------------------------

 menu02

 -------------------------------------------------------------------------------*/
.needs .medium {
  background: url("../img/title-bg-menu02.jpg") center center/cover no-repeat;
}
.needs h2 {
  font-size: 135%;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 0;
}
@media (max-width: 768px) {
  .needs h2 {
    margin-top: 0;
  }
}
.needs h2:before {
  background: #95b7f2;
}
.needs h3:before {
  background: #95b7f2;
}
.needs .side-contents .local-nav ul .current {
  background: #eaf1fc;
}

/*-------------------------------------------------------------------------------

 menu03

 -------------------------------------------------------------------------------*/
.system .medium {
  background: url("../img/title-bg-menu03.jpg") center center/cover no-repeat;
}
.system h2 {
  font-size: 135%;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 0;
}
@media (max-width: 768px) {
  .system h2 {
    margin-top: 0;
  }
}
.system h2:before {
  background: #fda8dc;
}
.system h3:before {
  background: #fda8dc;
}
.system .side-contents .local-nav ul .current {
  background: #ffeef8;
}
.system .activities ul {
  margin: 0 0 20px 0;
}
.system .activities .box-pink {
  border: 4px solid;
  border-color: #fb86f0;
  border-radius: 24px;
  padding: 5px 0 0 5px;
}
.system .activities .box-black {
  border: solid;
  border-color: black;
  padding: 10px;
}
.system .activities .box-black ul {
  margin: 0 0 5px 15px;
  padding: 0 0 10px 0;
}
.system .activities .text-size-large {
  font-size: 120%;
}
.system .activities ol.bracket {
  list-style-type: none;
  margin-left: 3.5em; /*サイトに合せて調整 */
}
.system .activities ol.bracket > li {
  counter-increment: cnt;
  position: relative;
}
.system .activities ol.bracket > li:before {
  content: "(" counter(cnt) ") ";
  display: inline-block;
  margin-left: -3.5em; /* サイトに合せて調整 */
  width: 3em; /* サイトに合せて調整 */
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.system .activities ol.circle {
  margin-bottom: 5px;
  padding: 0;
}
.system .activities ol.circle li {
  list-style: none;
  list-style-position: outside;
  margin: 0 0 5px 0;
  /* padding-left:1.25em;*/
}

/*-------------------------------------------------------------------------------

 menu04

 -------------------------------------------------------------------------------*/
.match .medium {
  background: url("../img/title-bg-menu04.jpg") center center/cover no-repeat;
}
.match h2 {
  font-size: 135%;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 0;
}
@media (max-width: 768px) {
  .match h2 {
    margin-top: 0;
  }
}
.match h2:before {
  background: #d0a8de;
}
.match h3:before {
  background: #d0a8de;
}
.match .h3-blue {
  color: #01017d;
  font-size: 120%;
  margin-top: 60px;
}
.match .match-mokuji {
  border: 1px solid #d0a8de;
  border-radius: 10px;
  margin-top: 30px;
  padding: 0 15px;
  background: #faf6fc;
}
.match .match-mokuji ul {
  margin: 20px 0;
}
.match .match-mokuji ul li::before {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  border-radius: 0;
  background: none;
  top: 8px;
}
.match .side-contents .local-nav ul .current {
  background: #f6eef8;
}

/*-------------------------------------------------------------------------------

 menu05

 -------------------------------------------------------------------------------*/
.hospital .medium {
  background: url("../img/title-bg-menu05.jpg") center center/cover no-repeat;
}
.hospital h2 {
  font-size: 135%;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 0;
}
@media (max-width: 768px) {
  .hospital h2 {
    margin-top: 0;
  }
}
.hospital h2:before {
  background: #99d992;
}
.hospital h3:before {
  background: #99d992;
}
.hospital .side-contents .local-nav ul .current {
  background: #f0f9ef;
}

/*-------------------------------------------------------------------------------

 menu06

 -------------------------------------------------------------------------------*/
.assessment .medium {
  background: url("../img/title-bg-menu06.jpg") center center/cover no-repeat;
}
.assessment h2 {
  font-size: 135%;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 0;
}
@media (max-width: 768px) {
  .assessment h2 {
    margin-top: 0;
  }
}
.assessment h2:before {
  background: #e6b075;
}
.assessment h3:before {
  background: #e6b075;
}
.assessment .side-contents .local-nav ul .current {
  background: #fbf4ec;
}

/*-------------------------------------------------------------------------------

 news

 -------------------------------------------------------------------------------*/
.news article section h2 {
  padding: 10px 0 0 0;
  margin-bottom: 10px;
}
.news article section h2 time {
  font-size: 90%;
  margin-right: 1em;
}

/*-------------------------------------------------------------------------------

 404ページ

 -------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .error-404 h1 {
    margin: 0 0 20px 0;
  }
  .error-404 section {
    float: none;
    width: 100%;
  }
}
/*-------------------------------------------------------------------------------


お問い合わせ


-------------------------------------------------------------------------------*/
.inquiry section {
  width: 100%;
  float: none;
}
.inquiry section .table-wrap {
  white-space: inherit;
}
.inquiry section table th, .inquiry section table td {
  width: 100%;
  display: block;
  padding: 1%;
}
@media screen and (min-width: 768px) {
  .inquiry section table th, .inquiry section table td {
    width: inherit;
    display: table-cell;
  }
}
@media screen and (min-width: 768px) {
  .inquiry section table th {
    width: 30%;
  }
}
.inquiry .side-contents {
  display: none;
}

/* end .inquiry */
.mw_wp_form table th,
.mw_wp_form table td {
  word-break: break-all;
}/*# sourceMappingURL=modify.css.map */