@charset "UTF-8";
/*
*
* Flexible Content ver1.01
* Copyright (c) 2017 Codia Inc. All rights reserved.
* Description : フレキシブルコンテント用テンプレート
* Data : 2017.07.31
*
*/
@import url(slick/slick.css);
@import url(lightbox/css/lightbox.css);
@import url(flexible-style.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
                  /*
*
* Flexible Content ver1.01
* Copyright (c) 2017 Codia Inc. All rights reserved.
* Description : フレキシブルコンテント用の追加CSS
* Data : 2017.07.31
*
*/
/* Heading */
.alignright {
  float: right;
  display: block;
  padding: 16px; }

.alignleft {
  padding: 16px;
  float: left;
  display: block; }

hr,
p {
  /*clear: both;*/ }

@media screen and (max-width: 768px) {
  .wp-image-1129,
  .wp-image-1130,
  .wp-image-1131,
  .wp-image-1132 {
    float: none;
    display: block; } }
.contents_post-entry h1.row_ttl,
.flexible_section h1.row_ttl {
  font-size: 2.6rem;
  color: #333;
  border-left: 3px solid #0071c5;
  padding: 2px 8px;
  margin-bottom: 8px; }
.contents_post-entry h2.row_sub_ttl,
.flexible_section h2.row_sub_ttl {
  padding: 8px 12px;
  border-bottom: 2px solid #0071c5;
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 1px; }
.contents_post-entry h3,
.flexible_section h3 {
  background: #d9eeff;
  padding: 6px 17px;
  margin-bottom: 14px; }
.contents_post-entry h4,
.flexible_section h4 {
  margin-left: 12px; }
.contents_post-entry p,
.flexible_section p {
  line-height: 1.8;
  padding-bottom: 16px;
  font-size: 1.5rem; }
.contents_post-entry a,
.flexible_section a {
  color: #00aeef;
  word-wrap: break-word; }
  .contents_post-entry a:hover,
  .flexible_section a:hover {
    text-decoration: underline; }
.contents_post-entry blockquote,
.flexible_section blockquote {
  padding: 0 0 16px; }
  .contents_post-entry blockquote p:before,
  .flexible_section blockquote p:before {
    content: "\f10d";
    padding: 0 8px 0 0;
    color: #ccc;
    font-family: "FontAwesome"; }
  .contents_post-entry blockquote p:after,
  .flexible_section blockquote p:after {
    content: "\f10e";
    padding: 0 0 0 8px;
    color: #ccc;
    font-family: "FontAwesome"; }
.contents_post-entry iframe,
.flexible_section iframe {
  width: 100%; }
.contents_post-entry dl dd,
.contents_post-entry dl dt,
.flexible_section dl dd,
.flexible_section dl dt {
  line-height: 1.8;
  padding-bottom: 16px;
  font-size: 1.5rem; }
.contents_post-entry ul,
.flexible_section ul {
  margin-bottom: 16px;
  padding-left: 20px; }
  .contents_post-entry ul li,
  .flexible_section ul li {
    list-style-position: outside;
    margin-left: 8px;
    font-size: 1.4rem; }
.contents_post-entry ol,
.flexible_section ol {
  margin-bottom: 10px;
  padding-left: 20px; }
  .contents_post-entry ol li,
  .flexible_section ol li {
    list-style-type: decimal;
    list-style-position: outside;
    margin: 0 0 15px 15px;
    font-size: 1.4rem; }

/* Table */
.row table {
  width: 100%;
  border: 1px #DDDDDD solid;
  border-collapse: collapse;
  border-spacing: 0;
  letter-spacing: 0;
  margin-bottom: 0;
  table-layout: auto !important; }
  .row table.th_top th {
    padding: 12px;
    border: 1px #DDDDDD solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-size: 1.4rem;
    text-align: left;
    vertical-align: middle; }
  .row table td {
    padding: 12px;
    background: #fff;
    border: 1px #DDDDDD solid;
    border-width: 0 0 1px 1px;
    font-size: 1.4rem;
    text-align: left; }
  .row table.th_top tr:first-child td {
    padding: 12px;
    border: 1px #DDDDDD solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-size: 1.4rem;
    text-align: left;
    vertical-align: middle; }
  .row table.th_left td:first-child {
    padding: 12px;
    border: 1px #DDDDDD solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-size: 1.4rem;
    text-align: left;
    vertical-align: middle; }

.flexible_section p:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }
.flexible_section strong {
  font-weight: bold; }
.flexible_section ul {
  margin-bottom: 16px;
  padding-left: 20px; }
  .flexible_section ul li {
    list-style-position: outside;
    margin-left: 8px;
    font-size: 1.4rem; }
.flexible_section ol {
  margin-bottom: 10px;
  padding-left: 20px; }
  .flexible_section ol li {
    list-style-type: decimal;
    list-style-position: outside;
    margin: 0 0 15px 15px;
    font-size: 1.4rem; }

@media screen and (max-width: 768px) {
  /* Heading */
  .row {
    width: 100%;
    margin: auto; }
    .row p {
      line-height: 1.8;
      padding-bottom: 16px;
      font-size: 1.3rem; }
    .row h1.row_ttl {
      padding: 2px 8px;
      font-size: 2rem;
      letter-spacing: .5px; }
    .row h2.row_sub_ttl {
      padding: 4px 12px;
      border-bottom: 2px solid #0071c5;
      font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-size: 1.8rem;
      letter-spacing: 1px; }
    .row h3 {
      background: #d9eeff;
      padding: 6px 17px;
      margin-bottom: 14px; }
    .row h4 {
      margin-left: 12px; }
    .row .btn_row_file {
      margin-left: 5%; }
    .row table {
      width: 100%; }
      .row table td {
        padding: 6px 8px; }
        .row table tdfirst-of-type {
          border-right: 1px #DDDDDD solid; }
      .row table .th_left td:first-child,
      .row table .th_top th,
      .row table .th_top tr:first-child td,
      .row table td {
        font-size: 1.2rem; }
      .row table .th_left td:first-child {
        min-width: 100px; }

  /* Wysiwyg Editor */
  .row .style_editor {
    width: 100%;
    margin: auto; }

  .row.style_editor {
    width: 100%;
    margin: auto; }

  p.red {
    width: 90%;
    margin: auto; }

  .style_editor ol,
  .style_editor ul {
    margin-bottom: 10px; }

  .style_editor ul {
    padding-left: 0; }

  .style_editor ol li,
  .style_editor ul li {
    margin-left: 8px;
    margin-bottom: 8px;
    font-size: 1.3rem; }

  .flexible_section p {
    font-size: 1.3rem; } }
/* Common */
html {
  font-size: 10px; }

/* --- フレキシブルコンテント --- */
.row {
  position: relative;
  padding: 0 0 20px;
  margin: auto; }
  .row:after, .row:before {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

/* Layout */
.row .col {
  position: relative;
  width: 48%;
  height: auto;
  margin: auto; }
  .row .col.left {
    float: left; }
  .row .col.right {
    float: right; }

.mix_col.left {
  margin: 0 4% 15px 0;
  max-width: 48%;
  height: auto; }

.mix_col.right {
  margin: 0 0 15px 4%;
  max-width: 48%;
  height: auto; }

/* Space */
.row.margin10 {
  padding: 0 0 10px; }

.row.margin20 {
  padding: 0 0 20px; }

.row.margin30 {
  padding: 0 0 30px; }

.row.margin40 {
  padding: 0 0 40px; }

.row.margin50 {
  padding: 0 0 50px; }

.row.margin60 {
  padding: 0 0 60px; }

/* Media */
.row img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto; }

.row .row_caption {
  display: block;
  width: 100%;
  margin: auto;
  padding: 10px 0 0;
  color: #666666;
  font-size: 85%;
  line-height: 1.5; }

.style_movie {
  position: relative;
  width: 100%;
  height: 0;
  margin: auto;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .style_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.row a[rel~="lightbox"] {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1; }

.row a[rel~="lightbox"] img,
.row a[rel~="lightbox"]:after,
.row a[rel~="lightbox"]:before {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.row a[rel~="lightbox"]:before {
  content: '+';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 24px;
  z-index: 10; }

.row a[rel~="lightbox"]:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 20; }

.row a[rel~="lightbox"]:hover:after {
  background: rgba(255, 255, 255, 0.3); }

/* --- Google map --- */
.style_map {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden; }
  .style_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* File */
.row .btn_row_file {
  display: block;
  padding: 6px 12px 0 0;
  color: #0070c9; }

.row .btn_row_file:before {
  content: '\f0f6';
  padding: 0 4px 0 0;
  font-family: 'FontAwesome'; }

.row .btn_row_file:hover {
  text-decoration: underline; }

/* Slider */
.row_slider {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-left: 0 !important; }
  .row_slider li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0 !important; }
  .row_slider .row_slider_caption {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    padding: 12px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 90%;
    text-align: center; }
  .row_slider .slick-dots {
    padding: 8px 0;
    text-align: center; }
    .row_slider .slick-dots li {
      display: inline-block;
      overflow: hidden;
      width: 16px;
      height: 16px;
      margin: 0 6px;
      background: #ccc;
      border-radius: 8px;
      text-indent: -9999px;
      cursor: pointer; }
      .row_slider .slick-dots li:hover {
        background: #0070c9; }
      .row_slider .slick-dots li.slick-active {
        background: #0070c9; }
  .row_slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 40px;
    height: 60px;
    background: none;
    margin-top: -30px;
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.8);
    transition: .2s;
    opacity: .8;
    cursor: pointer; }
    .row_slider .slick-arrow:hover {
      opacity: 1; }
  .row_slider .slick-prev {
    left: 0; }
  .row_slider .slick-next {
    right: 0; }

/* Display None */
.row_none {
  display: none !important; }

@media screen and (max-width: 767px) {
  .row {
    padding: 0 0 15px; }

  .style_table .col {
    width: 100% !important;
    float: none !important;
    padding: 0 0 20px;
    margin: auto; }

  .style_editor .col {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 auto 15px; }

  .mix_col.left,
  .mix_col.right {
    width: 48%;
    height: auto; }

  .mb_one_column .mix_col {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 0 15px; }

  .mb_one_column .col {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 15px; }

  .row.margin10 {
    padding: 0 0 7.5px; }

  .row.margin20 {
    padding: 0 0 15px; }

  .row.margin30 {
    padding: 0 0 22.5px; }

  .row.margin40 {
    padding: 0 0 30px; }

  .row.margin50 {
    padding: 0 0 37.5px; }

  .row.margin60 {
    padding: 0 0 40px; } }

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