@charset "UTF-8";
/* ==================================================
common.css
================================================== */
/* common
--------------------------------------------------*/
/* 全般
--------------------------------------------------*/
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8; }

/* レイアウト
--------------------------------------------------*/
.section {
  padding-bottom: 50px;
  text-align: center; }
  .section h1 {
    margin-bottom: 50px; }
  .section h2, .section h3, .section h4, .section h5, .section p, .section table, .section ul, .section ol, .section dl {
    margin-bottom: 25px; }
  .section .unit {
    margin-bottom: 50px; }

/* Flex-box
--------------------------------------------------*/
.flex-4,
.flex-3,
.flex-2 {
  display: -ms-flexbox;
  /* IE10 */
  -ms-flex-flow: wrap;
  /* IE10 */
  -ms-flex-pack: justify;
  /* IE10 */
  display: flex;
  flex-flow: wrap;
  justify-content: space-between; }
  .flex-4 .unit,
  .flex-3 .unit,
  .flex-2 .unit {
    display: -ms-flexbox;
    /* IE10 */
    -ms-flex-flow: column;
    /* IE10 */
    display: flex;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center; }
    .flex-4 .unit ul li, .flex-4 .unit ol li,
    .flex-3 .unit ul li,
    .flex-3 .unit ol li,
    .flex-2 .unit ul li,
    .flex-2 .unit ol li {
      text-align: left;
      width: 100%; }

.flex-4 li,
.flex-4 .unit {
  width: 24%; }

.flex-3 li,
.flex-3 .unit {
  width: 32%; }

.flex-2 li,
.flex-2 .unit {
  width: 49%; }

@media (max-width: 991px) {
  .flex-4 li,
  .flex-4 .unit,
  .flex-3 li,
  .flex-3 .unit,
  .flex-2 li,
  .flex-2 .unit {
    width: 49%;
    margin-bottom: 12.5px; } }
@media (max-width: 767px) {
  .flex-4,
  .flex-3,
  .flex-2 {
    align-items: center;
    justify-content: center; }
    .flex-4 li,
    .flex-4 .unit,
    .flex-3 li,
    .flex-3 .unit,
    .flex-2 li,
    .flex-2 .unit {
      width: 100%; } }
/* アンカー
--------------------------------------------------*/
a.link-external,
a.link-pdf,
a.link-excel,
a.link-word {
  padding-right: 5px; }
  a.link-external i,
  a.link-pdf i,
  a.link-excel i,
  a.link-word i {
    padding-right: 20px;
    background-position: right center;
    background-repeat: no-repeat;
    font-style: normal;
    background-size: 16px 16px; }
    a.link-external i i,
    a.link-pdf i i,
    a.link-excel i i,
    a.link-word i i {
      background-image: none; }

a.link-external i {
  background-image: url(../images/common/icon-external.svg); }

a.link-pdf i {
  background-image: url(../images/common/icon-pdf.svg); }

a.link-excel i {
  background-image: url(../images/common/icon-excel.svg); }

a.link-word i {
  background-image: url(../images/common/icon-word.svg); }

/* リンクボタン
--------------------------------------------------*/
a.button {
  display: inline-block;
  width: 30%;
  padding: 12.5px 25px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #000000;
  color: #000000;
  transition: background-color 0.3s ease;
  box-shadow: 0px 0px 6px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 6px 0px #d4d4d4;
  -webkit-box-shadow: 0px 0px 6px 0px #d4d4d4; }

a.button:hover {
  background-color: rgba(93, 200, 255, 0.3);
  text-decoration: none; }

@media (max-width: 991px) {
  a.button {
    width: 50%; } }
@media (max-width: 767px) {
  a.button {
    width: 80%; } }
/* レイアウト調整
--------------------------------------------------*/
.margin-top {
  margin-top: 50px; }

.margin-bottom {
  margin-bottom: 50px; }

.margin-bottom-half {
  margin-bottom: 25px; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-padding {
  padding: 0 !important; }

.biggerlink {
  cursor: pointer; }

.biggerlink:hover a {
  text-decoration: underline; }

/* header
--------------------------------------------------*/
.site-header-main .site-branding {
  background-color: #5dc8ff;
  padding: 15px 20px; }
  .site-header-main .site-branding .site-title {
    margin: 0; }
    .site-header-main .site-branding .site-title img {
      width: 100%;
      margin: 10px 0 10px; }
.site-header-main .global-menu {
  padding-top: 18px;
  padding-bottom: 0; }
.site-header-main .iso {
  position: relative;
  text-align: right;
  padding-top: 20px; }
  .site-header-main .iso img {
    width: 66px;
    height: 50px; }

.global-menu {
  text-align: center;
  width: 100%;
  display: block; }
  .global-menu ul {
    position: relative;
    padding: 0;
    text-align: right; }
    .global-menu ul li {
      display: inline-block;
      width: 18%; }
      .global-menu ul li a {
        position: relative;
        display: inline-block;
        border-right: 1px solid #dedede;
        padding: 10px; }
        .global-menu ul li a img {
          width: 100%; }
      .global-menu ul li a:after {
        content: " ";
        position: relative;
        bottom: -15px;
        bottom: -1.9em;
        display: block;
        width: 100%;
        height: 5px;
        background-color: transparent;
        transition: background-color 0.3s ease; }
    .global-menu ul li:last-child a {
      border-right: none; }
    .global-menu ul li a:hover:after,
    .global-menu ul li.selected a:after {
      background-color: #5dc8ff; }

#nav-global li:nth-child(3) {
  background-color: lightpink; }

.mobile-menu {
  text-align: center;
  display: inline-block; }
  .mobile-menu a {
    display: block;
    padding: 10px; }
    .mobile-menu a span.caption {
      display: inline-block;
      vertical-align: middle;
      margin-top: .2em;
      margin-left: .5em;
      color: #000000; }
  .mobile-menu button {
    vertical-align: middle; }

@media (max-width: 1200px) {
  .site-header-main .global-menu ul li a:after {
    bottom: -1.85em; } }
@media (max-width: 991px) {
  .site-header-main .site-branding .site-title img {
    padding: 10px 0; }
  .site-header-main .global-menu ul li a:after {
    bottom: -2.7em; } }
@media (max-width: 767px) {
  .site-header-main .site-branding .site-title img {
    padding: 10px 0; }
  .site-header-main .header-side {
    padding-left: 0px;
    padding-right: 0px; }
  .site-header-main .global-menu {
    display: none;
    padding-top: 0; }
    .site-header-main .global-menu ul {
      margin-bottom: 0; }
      .site-header-main .global-menu ul li {
        display: block;
        width: 100%; }
        .site-header-main .global-menu ul li a {
          display: block;
          width: 100%;
          border-right: none;
          border-top: 1px solid #dedede;
          text-align: center;
          padding: 5px; }
          .site-header-main .global-menu ul li a img {
            max-width: 40%; }
        .site-header-main .global-menu ul li a:after {
          position: absolute;
          left: 0;
          display: block;
          width: 10px;
          height: 100%;
          top: 0; }
  .site-header-main .iso {
    display: none; } }
/* ハンバーガーメニューアイコン */
.c-hamburger {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0px 0 0;
  padding: 0;
  width: 35px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: background 0.3s; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  right: 5px;
  height: 3px;
  background: #000000;
  border-radius: 5px; }

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000000;
  content: "";
  border-radius: 5px; }

.c-hamburger span::before {
  top: -8px; }

.c-hamburger span::after {
  bottom: -8px; }

.c-hamburger--htx {
  background-color: #ffffff; }

.c-hamburger--htx span {
  transition: background 0s 0.3s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s; }

.c-hamburger--htx span::before {
  transition-property: top, transform; }

.c-hamburger--htx span::after {
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #ffffff; }

.c-hamburger--htx.is-active span {
  background: none; }

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg); }

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg); }

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s; }

/* フッター：メニュー	
--------------------------------------------------*/
#footer-menu {
  background-color: #fafafa; }
  #footer-menu ul {
    margin: 33.3333333333px 0;
    text-align: center;
    padding-left: 0; }
    #footer-menu ul li {
      display: inline-block; }
      #footer-menu ul li a {
        padding: 0 20px;
        border-right: 1px solid #818181; }
    #footer-menu ul li:last-child a {
      border-right: none; }

@media (max-width: 767px) {
  #footer-menu ul li {
    display: block; }
    #footer-menu ul li a {
      display: block;
      border-right: none;
      padding: 10px;
      background-color: #dedede;
      margin-bottom: 10px; } }
/* フッター：企業情報	
--------------------------------------------------*/
#site-info {
  background-color: #5dc8ff;
  padding-top: 50px;
  padding-bottom: 33.3333333333px; }
  #site-info .site-title {
    margin-bottom: 50px; }
  #site-info address {
    margin-bottom: 0;
    font-size: 95%;
    color: #ffffff; }
  #site-info .company img {
    margin-bottom: 5px; }
  #site-info .zip {
    display: inline-block;
    margin-right: 0.5em;
    color: #ffffff; }
  #site-info .delimiter {
    display: inline-block;
    margin: 0 0.5em; }
  #site-info .company-unit {
    border-right: 1px solid #2b749a; }
  #site-info .company-unit:last-child {
    border: none; }

@media (max-width: 991px) {
  #site-info {
    font-size: 12px; }
    #site-info .zip {
      display: block;
      margin-right: 0; }
    #site-info .delimiter {
      display: block;
      height: 0;
      overflow: hidden; } }
@media (max-width: 767px) {
  #site-info .zip {
    display: inline-block;
    margin-right: 0.5em; }
  #site-info .delimiter {
    display: inline-block;
    margin: 0 0.5em;
    overflow: auto;
    height: auto; }
  #site-info .company-unit {
    border: none;
    margin-bottom: 20px; } }
/* フッター：トップへ戻る	
--------------------------------------------------*/
.gototop {
  display: block;
  text-align: center;
  margin: 25px; }

.gototop:before {
  content: " ";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  margin-right: .5em;
  background-image: url(../images/common/icon-arrow.svg);
  background-size: 1.2em 1.2em; }

/* フッター：ライセンス等	
--------------------------------------------------*/
#licence {
  background-color: #fafafa;
  padding-top: 33.3333333333px;
  padding-bottom: 33.3333333333px; }
  #licence .copy {
    color: #818181;
    font-size: 12px; }

/* トピックスリスト
--------------------------------------------------*/
.topics-list {
  position: relative; }
  .topics-list .unit {
    background-color: #dedede;
    position: relative;
    padding: 4px;
    overflow: hidden;
    margin-bottom: 12.5px;
    box-shadow: 0px 0px 6px 0px #d4d4d4;
    -moz-box-shadow: 0px 0px 6px 0px #d4d4d4;
    -webkit-box-shadow: 0px 0px 6px 0px #d4d4d4; }
    .topics-list .unit .inner {
      position: relative;
      border: 1px solid #ffffff;
      padding: 50px 25px;
      z-index: 100; }
    .topics-list .unit h2 {
      position: relative;
      height: 8em;
      display: -ms-flexbox;
      /* for IE10 */
      -ms-flex-pack: center;
      /* for IE10 */
      -ms-flex-align: center;
      /* for IE10 */
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      color: #ffffff;
      background-color: transparent; }
      .topics-list .unit h2 a {
        position: relative;
        display: block;
        width: 100%;
        color: #ffffff;
        z-index: 100;
        text-decoration: none; }
      .topics-list .unit h2 a:hover {
        text-decoration: none; }
    .topics-list .unit .date,
    .topics-list .unit .label {
      position: absolute;
      text-align: center;
      left: 0;
      width: 100%;
      color: #ffffff; }
    .topics-list .unit .date {
      top: 25px; }
    .topics-list .unit .label {
      bottom: 0;
      z-index: 100; }
      .topics-list .unit .label span {
        display: inline-block;
        padding: 5px 16.6666666667px;
        border-radius: 5px;
        background-color: blue; }
    .topics-list .unit span.bg {
      position: absolute;
      display: block;
      content: " ";
      height: 100%;
      width: 100%;
      z-index: 2;
      left: 0;
      top: 0;
      background-image: url(../images/common/topics-default.svg);
      background-position: center center;
      background-size: cover;
      opacity: .2;
      transform: scale(1.1, 1.1);
      /* 枠からのはみ出し分で、+0.1 */
      transition: transform .5s ease-out; }
  .topics-list .unit:hover span.bg {
    transform: scale(1.3, 1.3); }
  .topics-list .unit-dummy {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #ffffff; }
  .topics-list .news {
    background-color: #2b749a; }
  .topics-list .event {
    background-color: #9c619b; }
  .topics-list .voice {
    background-color: #77a85a; }
  .topics-list .circle {
    background-color: #77a85a; }
  .topics-list .recruit {
    background-color: #5dc8ff; }
  .topics-list .sales {
    background-color: #d9534f; }
  .topics-list .entry-utility,
  .topics-list .entry-meta {
    display: none; }

.entry-info {
  text-align: center;
  margin-bottom: 25px; }
  .entry-info p {
    display: inline-block; }
  .entry-info .label span {
    display: inline-block;
    padding: 5px 16.6666666667px;
    border-radius: 5px;
    background-color: blue; }

.news .label span {
  background-color: #5dc8ff !important; }

.event .label span {
  background-color: #ef7aee !important; }

.voice .label span {
  background-color: #92d767 !important; }

.circle .label span {
  background-color: #92d767 !important; }

.recruit .label span {
  background-color: #2b749a !important; }

.sales .label span {
  background-color: #ef7aee !important; }

@media (max-width: 767px) {
  .topics-list .unit {
    width: 95%; }
    .topics-list .unit .inner {
      padding: 0 25px; }
  .topics-list .unit:after {
    width: 97%;
    left: 1.5%; } }
/* トピックス：カテゴリー選択
--------------------------------------------------*/
#category-select {
  margin-bottom: 50px; }
  #category-select ul {
    padding-left: 0;
    display: -ms-flexbox;
    /* IE10 */
    -ms-flex-flow: row wrap;
    /* IE10 */
    -ms-flex-pack: center;
    /* IE10 */
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
    #category-select ul li {
      display: -ms-flexbox;
      /* IE10 */
      -ms-flex-flow: column;
      /* IE10 */
      display: flex;
      flex-flow: column;
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 0;
      text-align: center;
      width: 13%;
      margin: 0 3px;
      border: 1px solid #dedede;
      transition: background-color 0.3s ease;
      box-shadow: 0px 0px 6px 0px #d4d4d4;
      -moz-box-shadow: 0px 0px 6px 0px #d4d4d4;
      -webkit-box-shadow: 0px 0px 6px 0px #d4d4d4;
      border-radius: 10px; }
      #category-select ul li a {
        padding: 10px 5px;
        color: #000000; }
    #category-select ul li:before {
      display: none; }
    #category-select ul li:hover {
      background-color: rgba(93, 200, 255, 0.3); }
      #category-select ul li:hover a {
        text-decoration: none; }
    #category-select ul li.selected {
      background-color: #5dc8ff;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none; }
      #category-select ul li.selected a {
        color: #ffffff;
        cursor: default; }
  #category-select select {
    position: relative;
    width: 80%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #5dc8ff;
    border-radius: 5px;
    padding: 5px 10px;
    color: #000000;
    background-size: 30px 16px;
    background-image: url(../images/common/icon-selectbox.svg);
    background-position: right center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 6px 0px #d4d4d4;
    -moz-box-shadow: 0px 0px 6px 0px #d4d4d4;
    -webkit-box-shadow: 0px 0px 6px 0px #d4d4d4; }

/* ページネーション
--------------------------------------------------*/
.pagination {
  display: block;
  text-align: center;
  margin-top: 20px;
  width: 100%; }
  .pagination .page-numbers {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    padding-top: .3em;
    text-align: center;
    border: 1px solid #dedede;
    text-decoration: none;
    transition: background-color 0.3s ease;
    box-shadow: 0px 0px 6px 0px #d4d4d4;
    -moz-box-shadow: 0px 0px 6px 0px #d4d4d4;
    -webkit-box-shadow: 0px 0px 6px 0px #d4d4d4; }
  .pagination a.page-numbers:hover {
    background-color: rgba(93, 200, 255, 0.3); }
  .pagination .current {
    color: #ffffff;
    background-color: #5dc8ff;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }
  .pagination .dots {
    border: none !important;
    color: inherit;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }
  .pagination .prev,
  .pagination .next {
    border: none;
    display: inline-block;
    width: auto;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }
  .pagination .prev:before,
  .pagination .next:after {
    content: ' ';
    font-weight: bold;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -.2em;
    background-size: cover; }
  .pagination a.prev:hover,
  .pagination a.next:hover {
    background-color: transparent !important;
    text-decoration: underline; }
  .pagination .prev {
    margin-right: 0.5em; }
  .pagination .prev:before {
    margin-right: .5em;
    background-image: url(../images/common/icon-arrow.svg);
    transform: rotate(-90deg); }
  .pagination .next {
    margin-left: 0.5em; }
  .pagination .next:after {
    margin-left: .5em;
    background-image: url(../images/common/icon-arrow.svg);
    transform: rotate(90deg); }

/* コンテントエリア共通
--------------------------------------------------*/
.entry-header {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 35px;
  text-align: center;
  background-color: rgba(93, 200, 255, 0.3);
  overflow: hidden; }
  .entry-header h1 {
    position: relative;
    text-align: center;
    margin: 0 auto 0;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 100;
    display: inline-block;
    opacity: 0; }

.entry-header:before,
.entry-header:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  z-index: 0; }

.entry-header:before {
  opacity: 0.4; }

.entry-header:after {
  background-image: url(../images/common/topics-default.svg);
  opacity: 0.3; }

.page-about {
  background-color: transparent; }
  .page-about .entry-header:before {
    background-image: url(../images/home/bg-about.jpg); }
  .page-about .entry-header:after {
    background-image: none; }

.page-works {
  background-color: transparent; }
  .page-works .entry-header:before {
    background-image: url(../images/common/header-works.jpg);
    opacity: 0.2; }
  .page-works .entry-header:after {
    background-image: none; }

.page-topics {
  background-color: transparent; }
  .page-topics .entry-header:before {
    background-image: url(../images/common/header-topics.jpg);
    opacity: 0.2; }
  .page-topics .entry-header:after {
    background-image: none; }

.page-recruit {
  background-color: transparent; }
  .page-recruit .entry-header:before {
    background-image: url(../images/common/header-recruit.jpg);
    opacity: 0.2; }
  .page-recruit .entry-header:after {
    background-image: none; }

.page-contact {
  background-color: transparent; }
  .page-contact .entry-header:before {
    background-image: url(../images/common/header-contact.jpg); }
  .page-contact .entry-header:after {
    background-image: none; }

@media (max-width: 767px) {
  .entry-header {
    padding-top: 50px;
    padding-bottom: 50px; } }
.content-area {
  padding: 0 0 50px; }
  .content-area h2, .content-area h3, .content-area h4, .content-area h5, .content-area h6 {
    margin-top: 25px;
    margin-bottom: 25px; }
  .content-area h2 {
    color: #ffffff;
    background-color: #5dc8ff;
    padding: 12.5px;
    font-size: 18px; }
  .content-area h3 {
    background-color: rgba(93, 200, 255, 0.3);
    padding: 12.5px;
    font-size: 16px; }
  .content-area h4 {
    padding: 12.5px;
    margin-top: 0;
    border-bottom: 1px solid #5dc8ff;
    font-size: 16px; }
  .content-area h5 {
    color: #818181;
    padding: 0 12.5px;
    font-size: 14px; }
  .content-area h6 {
    font-weight: bold;
    font-size: 100%; }
  .content-area img {
    display: inline-block;
    max-width: 100%;
    height: auto; }
  .content-area img.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .content-area table, .content-area ul, .content-area ol, .content-area .well, .content-area p {
    margin-bottom: 20px; }
  .content-area .inner-link {
    margin-bottom: 16.6666666667px; }
    .content-area .inner-link ul {
      padding-left: 0;
      display: -ms-flexbox;
      /* IE10 */
      -ms-flex-flow: row wrap;
      /* IE10 */
      -ms-flex-pack: center;
      /* IE10 */
      display: flex;
      flex-flow: row wrap;
      justify-content: center; }
      .content-area .inner-link ul li {
        display: -ms-flexbox;
        /* IE10 */
        -ms-flex-flow: column;
        /* IE10 */
        display: flex;
        flex-flow: column;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        text-align: center;
        width: 18%;
        margin: 0 1% 16.6666666667px;
        border: 1px solid #dedede;
        transition: background-color 0.3s ease;
        box-shadow: 0px 0px 6px 0px #d4d4d4;
        -moz-box-shadow: 0px 0px 6px 0px #d4d4d4;
        -webkit-box-shadow: 0px 0px 6px 0px #d4d4d4; }
        .content-area .inner-link ul li a {
          padding: 10px 5px; }
      .content-area .inner-link ul li:before {
        display: none; }
      .content-area .inner-link ul li:hover {
        background-color: rgba(93, 200, 255, 0.3); }
        .content-area .inner-link ul li:hover a {
          text-decoration: none; }
    .content-area .inner-link ul.list2 li {
      width: 48%; }
    .content-area .inner-link ul.list3 li {
      width: 31%; }
    .content-area .inner-link ul.list4 li {
      width: 23%; }
    .content-area .inner-link ul.list5 li {
      width: 18%; }
  .content-area ol {
    position: relative;
    padding-left: 22px; }
  .content-area ul {
    position: relative;
    padding-left: 18px;
    list-style: none; }
    .content-area ul li {
      position: relative;
      padding-bottom: 5px; }
    .content-area ul li:before {
      content: ' ';
      width: 6px;
      height: 6px;
      display: inline-block;
      border-radius: 100%;
      background: #ef7aee;
      position: absolute;
      left: -1em;
      top: .6em; }
  .content-area .list-inline li {
    margin-right: 1.4em; }
  .content-area .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .content-area .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0; }
  .content-area .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em; }
  .content-area dl dt, .content-area dl dd {
    margin-bottom: 10px; }
  .content-area dl dt {
    color: #2b749a; }
  .content-area dl dt:last-of-type,
  .content-area dl dd:last-of-type {
    margin-bottom: 0; }
  .content-area dl dd ul:last-of-type {
    margin-bottom: 0; }
    .content-area dl dd ul:last-of-type li:before {
      top: .4em; }
  .content-area .horizontal-200 dt,
  .content-area .horizontal-300 dt,
  .content-area .horizontal-400 dt,
  .content-area .horizontal-500 dt,
  .content-area .horizontal-600 dt {
    float: left;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .content-area .horizontal-200 dt {
    width: 2em; }
  .content-area .horizontal-200 dd {
    margin-left: 3em; }
  .content-area .horizontal-300 dt {
    width: 3em; }
  .content-area .horizontal-300 dd {
    margin-left: 4em; }
  .content-area .horizontal-400 dt {
    width: 4em; }
  .content-area .horizontal-400 dd {
    margin-left: 5em; }
  .content-area .horizontal-500 dt {
    width: 5em; }
  .content-area .horizontal-500 dd {
    margin-left: 6em; }
  .content-area .horizontal-600 dt {
    width: 6em; }
  .content-area .horizontal-600 dd {
    margin-left: 7em; }
  .content-area .indent_125,
  .content-area .indent_200,
  .content-area .indent_300,
  .content-area .indent_400 {
    position: relative; }
  .content-area .indent_125 {
    padding-left: 1.25em; }
  .content-area .indent_200 {
    padding-left: 2em; }
  .content-area .indent_300 {
    padding-left: 3em; }
  .content-area .indent_400 {
    padding-left: 4em; }
  .content-area table {
    width: 100%;
    border: 1px solid #dedede; }
    .content-area table tr, .content-area table th, .content-area table td {
      border: 1px solid #dedede; }
    .content-area table th, .content-area table td {
      padding: 12.5px; }
    .content-area table th {
      vertical-align: top;
      font-weight: 100;
      background-color: #fafafa; }
    .content-area table td p:last-child, .content-area table td dl:last-child, .content-area table td ul:last-child, .content-area table td ol:last-child {
      margin-bottom: 0; }
  .content-area table.heade-right th {
    text-align: right; }
  .content-area .well {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }
    .content-area .well .white-box {
      background-color: #ffffff;
      padding: 16.6666666667px; }
    .content-area .well h2:first-child, .content-area .well h3:first-child, .content-area .well h4:first-child, .content-area .well h5:first-child {
      margin-top: 0; }
    .content-area .well p:last-of-type, .content-area .well ul:last-of-type, .content-area .well ol:last-of-type, .content-area .well table:last-of-type {
      margin-bottom: 0; }
    .content-area .well ul, .content-area .well ol {
      padding-left: 25px; }
  .content-area .panel .panel-heading {
    padding: 5px 15px; }
    .content-area .panel .panel-heading .panel-title {
      border: none;
      font-size: 16px;
      color: #ffffff;
      padding: 0;
      margin: 10px 0; }
  .content-area .panel .panel-body {
    padding: 10px; }
    .content-area .panel .panel-body p:last-child, .content-area .panel .panel-body ul:last-child, .content-area .panel .panel-body ol:last-child, .content-area .panel .panel-body table:last-child {
      margin-bottom: 0; }
    .content-area .panel .panel-body ul, .content-area .panel .panel-body ol {
      padding-left: 25px; }
    .content-area .panel .panel-body ul li:before {
      top: 8px; }
  .content-area .panel-primary {
    border-color: #5dc8ff; }
    .content-area .panel-primary .panel-heading {
      background-color: #5dc8ff;
      border-color: #5dc8ff; }
  .content-area p strong {
    font-size: 110%; }

@media (max-width: 991px) {
  .content-area .inner-link ul li {
    width: 48% !important;
    margin-bottom: 10px !important; }
  .content-area .horizontal-200 dt,
  .content-area .horizontal-300 dt,
  .content-area .horizontal-400 dt,
  .content-area .horizontal-500 dt,
  .content-area .horizontal-600 dt {
    display: block;
    float: none;
    text-align: left;
    margin-bottom: 0; }
  .content-area .horizontal-200 dd,
  .content-area .horizontal-300 dd,
  .content-area .horizontal-400 dd,
  .content-area .horizontal-500 dd,
  .content-area .horizontal-600 dd {
    display: block;
    margin-left: 0; } }
@media (max-width: 767px) {
  .content-area .inner-link ul li {
    width: 100% !important;
    margin-bottom: 10px !important; } }
/* ページ個別：お問い合わせ
--------------------------------------------------*/
form dl.dl-horizontal dt {
  padding-top: 5px;
  text-align: left;
  width: 180px; }
  form dl.dl-horizontal dt .label {
    margin-top: 2px;
    float: right; }
form dl.dl-horizontal dd {
  margin-left: 200px; }
  form dl.dl-horizontal dd input[type="text"],
  form dl.dl-horizontal dd input[type="tel"],
  form dl.dl-horizontal dd input[type="email"],
  form dl.dl-horizontal dd textarea {
    border: 1px solid #dedede;
    border-radius: 5px;
    width: 100%;
    padding: 5px;
    border-radius: 0; }
form .submit {
  position: relative;
  box-shadow: 0px 0px 6px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 6px 0px #d4d4d4;
  -webkit-box-shadow: 0px 0px 6px 0px #d4d4d4;
  width: 50%;
  margin-left: auto;
  margin-right: auto; }
  form .submit .wpcf7-submit {
    width: 100%;
    border: none;
    color: #000000;
    border-radius: none;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #000000;
    padding: 10px 5px;
    transition: background-color 0.3s ease; }
  form .submit .wpcf7-submit:hover {
    background-color: rgba(93, 200, 255, 0.3); }
  form .submit .ajax-loader {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 16px;
    height: 16px; }
form .wpcf7-not-valid-tip {
  margin-top: 5px; }
form .wpcf7-response-output {
  padding: 15px;
  margin-right: 0;
  margin-left: 0;
  border-radius: 5px; }
form .radio-type {
  display: block;
  padding-top: 5px; }
  form .radio-type .wpcf7-list-item-label {
    display: inline-block;
    min-width: 50px;
    padding-left: 10px;
    padding-right: 10px; }
form .wpcf7-not-valid-tip {
  color: #d9534f;
  font-size: 14px;
  font-size: 1.4rem; }
form .wpcf7-not-valid-tip:before {
  content: "▲ "; }
form .wpcf7-validation-errors {
  border-color: #d9534f; }
form .wpcf7-mail-sent-ok {
  border-color: #5dc8ff; }

@media (max-width: 767px) {
  form dl.dl-horizontal dt {
    display: block;
    width: 100%;
    margin-bottom: 16.6666666667px !important; }
  form dl.dl-horizontal dd {
    margin-left: auto;
    width: 100%; }
  form .submit {
    width: 100%; } }
/* --- 文字色変更の定義 -------------------------------------------------*/
.blinkS1 {
  animation: blinkAnimeS1 2s infinite alternate; }

@keyframes blinkAnimeS1 {
  0% {
    color: yellow; }
  /* 33%ごとに色を入れ替え */
  33% {
    color: blue; }
  66% {
    color: green; }
  100% {
    color: red; } }
/* --- 文字線の定義 -------------------------------------------------*/
.marker {
  display: inline-block;
  position: relative; }

.marker span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(transparent 80%, rgba(250, 70, 190, 0.6) 60%);
  /* ラインマーカーを付ける  */
  animation: markerAnime 3s ease-in infinite;
  /* アニメ */ }

/* --- 文字線アニメーションの設定 ------------------------------------ */
@keyframes markerAnime {
  0% {
    right: 100%; }
  /* 点滅開始色        */
  25% {
    right: 0; }
  /* 点滅終了色        */
  100% {
    right: 0; }
  /* 点滅終了色        */ }
/* --- div Linkの定義 -------------------------------------------------*/
.divLink {
  position: relative; }

.divLink a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px; }

/* floatによる回り込みをクリア */
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: "."; }

.clearfix {
  min-height: 1px;
  /*IE6、7対策*/ }

.left-column {
  float: left;
  width: 50%;
  /* 要素の幅を50%に定義 */ }

.right-column {
  float: right;
  width: 50%;
  /* 要素の幅を50%に定義 */ }

/* --- 金額表示の定義 -------------------------------------------------*/
.money-text-right {
  text-align: right;
  border: none; }

.sumMoney-text-right {
  text-align: right;
  border: none;
  font-weight: bold; }

.table {
  table-layout: fixed; }

.noneDisplay {
  display: none; }

/* --- dlの設定 -------------------------------------------------*/
.dl-half {
  width: 31%; }

/* --- pタグの設定 -------------------------------------------------*/
.pBox {
  width: 300px;
  font-size: 10px;
  line-height: normal; }

.pInline {
  display: inline-block; }

.pCenter {
  text-align: center; }

.pMarginNarrow {
  line-height: 0.5em; }

/* --- 注文書ボックスの設定 -------------------------------------------------*/
.orderBox {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #00BCD4;
  background: #e4fcff;
  /*背景色*/
  border-top: solid 6px #1dc1d6;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
  /*影*/
  text-align: center; }

.orderBoxInline {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #00BCD4;
  background: #e4fcff;
  /*背景色*/
  border-top: solid 6px #1dc1d6;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
  /*影*/
  text-align: center;
  display: inline-block; }

/* --- New! 点滅 -------------------------------------------------*/
.new-txt {
  animation: blinking 1s ease-in-out infinite alternate;
  color: #ffff00;
  /*文字の色*/ }

@keyframes blinking {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* --- 背景スライド -------------------------------------------------*/
.bg-slider {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.bg-slider_title {
  color: #fff;
  font-size: 64px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px #000; }

/*# sourceMappingURL=common.css.map */
