@charset "UTF-8";
/*
Theme Name: kyoto-iju
Theme URI: http://kyoto-iju.com/
Author: Yu-ki Motoyama
Version: 2.0
*/
/* ========================================
    リセットcss
========================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  overflow-y: scroll; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

/* color */
.justify {
  text-align: justify;
  text-justify: inter-ideograph; }

.mincho {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; }

h1, h2, h3, h4, h5, h6 {
  height: auto;
  line-height: 1.6em; }

@font-face {
  font-family: 'FontAwesome';
  src: url("./font/fontawesome-webfont.eot?v=4.3.0");
  src: url("./font/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("./font/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("./font/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("./font/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("./font/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

b, strong {
  font-weight: bold; }

a,
a:link,
a:visited,
a:hover {
  text-decoration: none;
  color: #333; }

:root {
  font-size: 62.5%; }

body {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.8em;
  font-family: "-apple-system", "Helvetica Neue", "游ゴシック Medium", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-weight: 500; }
  body b, body strong, body .bold {
    font-weight: bold; }
  body .normal {
    font-weight: normal !important; }

/* container */
.container_title_wrap {
  margin-bottom: 0rem; }

.container_title {
  font-size: 2.4rem; }

.container_desc {
  font-size: 1.4rem;
  padding-top: 0.8rem; }

.title_ul:after {
  content: '';
  height: 1px;
  width: 60px;
  background-color: #666;
  display: block;
  margin: 1rem auto 0; }

/* page header */
.page_header {
  background: no-repeat center;
  background-size: cover;
  height: 50vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  /* 1 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 2 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .page_header .page_header_text {
    color: #fff;
    font-size: 3.2rem;
    line-height: 1em;
    width: 66.667%;
    text-align: center;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }
    .page_header .page_header_text .en {
      display: block;
      border-top: 1px solid #fff;
      font-size: 2.0rem;
      padding-top: 1rem;
      margin-top: 1.3rem; }

@media screen and (min-width: 40.063em) {
  .page_header {
    height: 400px;
    margin-top: -20px; }
  .page_header_text {
    margin-top: 20px; }
  .blog .page_header,
  .archive .page_header {
    height: 300px; }
  .single .page_header {
    height: 200px; } }

@media screen and (min-width: 56.063em) {
  .page_header .page_header_text {
    font-size: 4rem;
    letter-spacing: 5px; }
    .page_header .page_header_text .en {
      font-size: 2.4rem; } }

@media screen and (min-width: 75.063em) {
  .page_header .page_header_text {
    font-size: 5rem; }
    .page_header .page_header_text .en {
      font-size: 3rem; } }

/* button */
a.button01,
.button01 {
  color: #fff;
  font-weight: 500;
  background-color: #444;
  line-height: 1em;
  padding: 8px 20px;
  border-radius: 2px; }
  a.button01:after,
  .button01:after {
    font-family: 'FontAwesome';
    content: "\f105";
    padding-left: 1rem; }

.post a.btn,
.post .btn,
a.btn,
.btn {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #d6304f;
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: 0.93478rem 2.80435rem;
  transition: background-color 0.2s ease-out; }

@media (min-width: 64em) {
  .btn:hover,
  .btn:active,
  .btn:focus {
    background-color: #bd3c4f; } }

/* sort */
.sort_tag_list {
  list-style: none;
  margin-left: 0; }
  .sort_tag_list > li {
    display: inline-block; }
    .sort_tag_list > li:not(:last-child) {
      margin-right: 0.4rem;
      margin-bottom: 0.4rem; }
    .sort_tag_list > li a {
      display: inline-block;
      cursor: pointer;
      color: #fff;
      line-height: 1;
      overflow: hidden;
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      white-space: nowrap;
      background-color: #333;
      border: none;
      border-radius: 3px;
      color: #fff;
      padding: 0.8rem 1rem;
      font-size: 1.3rem;
      transition: background-color 0.2s ease-out; }
    .sort_tag_list > li.current-cat a {
      background-color: #d6304f;
      cursor: default; }

body.blog .sort_tag_list li.all a,
body.post-type-archive-works .sort_tag_list li.all a {
  background-color: #d6304f;
  cursor: default; }

@media (min-width: 64em) {
  .sort_tag_list li a:hover,
  .sort_tag_list li a:active,
  .sort_tag_list li a:focus {
    background-color: #d6304f; } }

/* footer*/
.c-page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: #444;
  height: 40px;
  width: 40px;
  display: none; }
  .c-page-top a.page-top-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-decoration: none;
    font-size: 0;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .c-page-top a.page-top-btn:before {
      font-family: 'FontAwesome';
      content: "\f106";
      font-size: 2.4rem;
      color: #fff; }

/* insert container */
.insert_container {
  background-color: #FBF8F2;
  padding: 40px; }
  .insert_container .insert_inner_wide {
    max-width: 1200px;
    margin: auto; }
  .insert_container .insert_inner_normal {
    max-width: 1000px;
    margin: auto; }
  .insert_container .insert_inner_slim {
    max-width: 800px;
    margin: auto; }
  .insert_container .post {
    margin-bottom: 0; }
    .insert_container .post *:last-child {
      margin-bottom: 0; }

/* frontpage */
.slideshow_wrapper {
  margin-top: -20px;
  position: relative; }
  .slideshow_wrapper .slick-list {
    width: 100%; }
  .slideshow_wrapper .slide_link {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: .3s linear; }
    .slideshow_wrapper .slide_link:hover {
      opacity: 0.2; }
  .slideshow_wrapper .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .slideshow_wrapper .slick-initialized .slick-slide {
    height: 120vw;
    background-size: cover;
    background-position: center; }
    .slideshow_wrapper .slick-initialized .slick-slide img {
      display: none; }
  .slideshow_wrapper .slick-dots {
    bottom: 10px; }
    .slideshow_wrapper .slick-dots li {
      margin: 0; }
      .slideshow_wrapper .slick-dots li button {
        padding: 0; }

.home #column .subtitle {
  display: none; }

.home #living .date {
  display: none; }

.blog .subtitle {
  display: none; }

.post-type-archive-living .date {
  display: none; }

.spot_bar_wrap a {
  display: block;
  line-height: 1.4em;
  background-color: #222;
  padding: 6px;
  text-decoration: none;
  color: #fff;
  transition: background-color .6s linear; }
  .spot_bar_wrap a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 1px;
    border-radius: 50%;
    font-size: 18px;
    margin-left: 10px;
    color: #333;
    background-color: #fff;
    text-align: center; }
  .spot_bar_wrap a:hover {
    background-color: #444;
    text-decoration: underline;
    transition: background-color .1s linear; }

#about.m_tb_long {
  margin-bottom: 40px; }

.about_inner {
  background-image: url(./img/footer_member@sp.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  padding-bottom: 30vh; }

.about_text_wrap {
  padding: 0 1.5rem;
  line-height: 1.6em; }

.about_footer_button_wrap {
  margin-top: 3rem; }
  .about_footer_button_wrap > *:first-child {
    margin-right: 2rem; }

/* banner widget */
.banner_widget {
  overflow: hidden; }
  .banner_widget .textwidget {
    max-width: 920px;
    margin: auto;
    text-align: center; }
    .banner_widget .textwidget a {
      display: block;
      padding: 1rem;
      overflow: hidden; }
      .banner_widget .textwidget a img {
        display: block;
        width: 100%;
        height: auto; }

/* saron */
.alert {
  color: #d6304f;
  font-weight: 700;
  text-align: center;
  border: 2px solid #d6304f;
  border-radius: 4px;
  line-height: 1em;
  padding: 8px 0; }

/* works */
.scrollfade {
  display: none; }

.bottom_nav {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 0.5% 40px 0.5% 0.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 40px;
  background-color: rgba(230, 230, 230, 0.8); }
  .bottom_nav a {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
    max-width: 49%;
    background-color: rgba(255, 255, 255, 0.92);
    margin-right: 1%;
    color: #888;
    text-align: center;
    vertical-align: middle;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

@media screen and (min-width: 56.063em) {
  .bottom_nav {
    left: auto;
    width: 18em;
    background-color: rgba(100, 100, 100, 0.8);
    padding: 3px 42px 3px 3px; }
    .bottom_nav a {
      white-space: nowrap;
      transition: color 0.2s ease-out; }
      .bottom_nav a:hover {
        color: #d6304f; } }

/*
iPad横 1024px, iPad縦 768px
タブレットの横はPCと同一にするため、ブレイクポイントを56em(896px)に設定
xs: -40em        -640px      smartphone
sm: 40.063-56em  641-896px   tablet(portrait)
md: 56.063-75em  897-1200px  tablet(landscape) and laptop
lg: 75.063em-    1201px-     desktop
*/
@media screen and (min-width: 40.063em) {
  .about_inner {
    background-image: url(./img/footer_member.jpg);
    padding-bottom: 17vh; }
  /* banner widget */
  .banner_widget {
    overflow: hidden; }
    .banner_widget .textwidget {
      max-width: 920px;
      margin: auto;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .banner_widget .textwidget a {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 33.33333%;
                flex: 0 1 33.33333%;
        max-width: 33.33333%;
        padding: 1rem;
        overflow: hidden; }
        .banner_widget .textwidget a img {
          display: block;
          width: 100%;
          height: auto; } }

@media screen and (min-width: 56.063em) {
  /* frongpage */
  .slideshow_wrapper .slick-initialized .slick-slide {
    height: 480px; }
  .spot_bar_wrap a {
    text-align: center; }
  .container_title_wrap {
    margin-bottom: 2rem; }
  .about_inner {
    padding-top: 4rem;
    padding-bottom: 24vh; } }

@media screen and (min-width: 75.063em) {
  .about_inner {
    background-image: url(./img/footer_member@2x.jpg);
    padding-bottom: 26rem; } }

.container_u-wide {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .container_u-wide .container_inner {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px; }

@media screen and (max-width: 1400px) {
  .container_u-wide .container_inner {
    margin-left: 0;
    margin-right: 0; } }

.container_wide {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .container_wide .container_inner {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px; }

@media screen and (max-width: 1200px) {
  .container_wide .container_inner {
    margin-left: 0;
    margin-right: 0; } }

.container_normal {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .container_normal .container_inner {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px; }

@media screen and (max-width: 1000px) {
  .container_normal .container_inner {
    margin-left: 0;
    margin-right: 0; } }

.container_slim {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .container_slim .container_inner {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px; }

@media screen and (max-width: 800px) {
  .container_slim .container_inner {
    margin-left: 0;
    margin-right: 0; } }

/* contents list */
.list_tag {
  color: #666;
  border: 1px solid #999;
  border-radius: 2px;
  font-size: 1.3rem;
  line-height: 1em;
  padding: 3px 5px 2px;
  margin-right: 8px; }

.simple_list .simple_list_item {
  border-bottom: 1px solid #ddd; }
  .simple_list .simple_list_item:last-child {
    border: 0; }
  .simple_list .simple_list_item a.simple_list_link {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 8px 0; }
    .simple_list .simple_list_item a.simple_list_link:hover {
      background-color: #f1f1f1; }
  .simple_list .simple_list_item .simple_list_date {
    font-size: 1.4rem;
    position: absolute;
    top: 0.6em;
    left: 0; }
  .simple_list .simple_list_item .simple_list_title_wrap .tag_wrap {
    margin-left: 5.3em;
    min-height: 1.7em; }

@media screen and (min-width: 56.063em) {
  .simple_list .simple_list_item {
    border: 0; }
    .simple_list .simple_list_item a.simple_list_link:hover {
      background-color: #f1f1f1; }
    .simple_list .simple_list_item .simple_list_date {
      float: left;
      position: static;
      font-size: 1.4rem;
      padding-left: 8px; }
    .simple_list .simple_list_item .simple_list_title_wrap .tag_wrap {
      margin-left: 15px;
      display: inline; }
    .simple_list .simple_list_item .simple_list_title_wrap .simple_list_title {
      display: inline;
      padding-left: 8px; } }

.thumb_list_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem; }
  .thumb_list_4 .thumb_list_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
    padding: 0.5rem; }
    .thumb_list_4 .thumb_list_item a {
      display: block;
      background: center;
      background-size: cover;
      position: relative; }
      .thumb_list_4 .thumb_list_item a:before {
        content: '';
        display: block;
        padding-top: 100%;
        background-color: #222; }
      .thumb_list_4 .thumb_list_item a figure span.bg_image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-position: 50% 50%;
        opacity: 0.7; }
      .thumb_list_4 .thumb_list_item a figure figcaption {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        text-align: justify;
        padding: 6px 8px 0 8px;
        font-size: 6vw;
        letter-spacing: 1px;
        font-weight: 600;
        line-height: 1.4em;
        color: #fff;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }
      .thumb_list_4 .thumb_list_item a figure:after {
        font-family: 'FontAwesome';
        content: "\f107";
        display: block;
        position: absolute;
        bottom: -5px;
        left: 50%;
        z-index: 20;
        margin-left: -19px;
        color: #fff;
        font-size: 58px;
        line-height: 1;
        font-style: normal;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }

@media screen and (min-width: 56.063em) {
  .thumb_list_4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem; }
    .thumb_list_4 .thumb_list_item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 25%;
              flex: 0 1 25%;
      max-width: 25%;
      padding: 1rem; }
      .thumb_list_4 .thumb_list_item a {
        display: block;
        background: center;
        background-size: cover;
        position: relative; }
        .thumb_list_4 .thumb_list_item a:before {
          content: '';
          display: block;
          padding-top: 100%;
          background-color: #222; }
        .thumb_list_4 .thumb_list_item a figure span.bg_image {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-size: cover;
          background-position: 50% 50%;
          opacity: 0.8;
          transition: .3s;
          -webkit-filter: grayscale(70%);
                  filter: grayscale(70%); }
        .thumb_list_4 .thumb_list_item a figure figcaption {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 10;
          font-size: 3.2rem;
          letter-spacing: 1px;
          font-weight: 500;
          line-height: 1.3em;
          color: #fff;
          text-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }
        .thumb_list_4 .thumb_list_item a figure:after {
          font-family: 'FontAwesome';
          content: "\f107";
          display: block;
          position: absolute;
          bottom: -5px;
          left: 50%;
          z-index: 20;
          margin-left: -19px;
          color: #fff;
          font-size: 58px;
          line-height: 1;
          font-style: normal;
          text-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }
        .thumb_list_4 .thumb_list_item a:hover figure span.bg_image {
          opacity: 1;
          -webkit-filter: grayscale(0%);
                  filter: grayscale(0%); } }

@media screen and (min-width: 75.063em) {
  .thumb_list_4 .thumb_list_item a figure figcaption {
    font-size: 4.0rem;
    font-weight: 600;
    line-height: 1.2em; } }

.voice_modal {
  text-align: center; }
  .voice_modal .voice_first {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 20px; }
    .voice_modal .voice_first img {
      width: 68px;
      height: 68px;
      border-radius: 100%;
      float: left;
      margin-right: 20px; }
    .voice_modal .voice_first .voice_desc {
      float: left; }
      .voice_modal .voice_first .voice_desc .voice_place {
        margin-bottom: 6px; }
        .voice_modal .voice_first .voice_desc .voice_place span {
          display: block;
          color: #fbc93e;
          line-height: 1em;
          font-weight: 700; }
          .voice_modal .voice_first .voice_desc .voice_place span.voice_from {
            padding-bottom: 2px;
            font-size: 16px;
            letter-spacing: 2px; }
          .voice_modal .voice_first .voice_desc .voice_place span.voice_place_name {
            text-transform: uppercase;
            font-size: 24px;
            letter-spacing: 3px; }
      .voice_modal .voice_first .voice_desc .voice_year,
      .voice_modal .voice_first .voice_desc .voice_type {
        float: left;
        padding: 1px 6px 0 7px;
        margin-right: 7px;
        font-size: 13px;
        letter-spacing: 1px;
        line-height: 20px;
        background-color: #fbc93e;
        color: #fff; }
  .voice_modal .voice_text h3 {
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 8px; }
  .voice_modal .voice_text .voice_omoi {
    line-height: 1.7em; }

.on_center_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .on_center_list .on_center_list_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33333%;
            flex: 0 1 33.33333%;
    max-width: 33.33333%;
    padding: 0 2px;
    text-align: center; }
    .on_center_list .on_center_list_item .on_center_link {
      display: block;
      height: 100%;
      padding: 1.5rem 0;
      background: no-repeat center;
      background-size: cover; }
      .on_center_list .on_center_list_item .on_center_link .inner {
        position: relative;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.33);
        padding: 1rem 0;
        color: #fff; }
        .on_center_list .on_center_list_item .on_center_link .inner .title .title_ja {
          display: block;
          font-size: 1.8rem;
          padding-bottom: 0rem; }
        .on_center_list .on_center_list_item .on_center_link .inner .title .title_en {
          display: block;
          font-size: 1.3rem; }

@media screen and (min-width: 56.063em) {
  .on_center_list .on_center_list_item {
    padding: 0 4px; }
    .on_center_list .on_center_list_item .on_center_link {
      padding: 3rem 0; }
      .on_center_list .on_center_list_item .on_center_link .inner {
        padding: 2rem 0; }
        .on_center_list .on_center_list_item .on_center_link .inner .title .title_ja {
          font-size: 2.4rem;
          padding-bottom: 0.8rem; }
        .on_center_list .on_center_list_item .on_center_link .inner .title .title_en {
          font-size: 1.8rem; } }

.on_bottom_list_item {
  padding: 0px;
  margin-bottom: 10px; }
  .on_bottom_list_item .on_bottom_link {
    display: block;
    position: relative;
    height: 50vw;
    padding: 3rem 0;
    background: no-repeat center;
    background-size: cover; }
    .on_bottom_list_item .on_bottom_link .inner {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      padding: 1rem;
      color: #fff; }
      .on_bottom_list_item .on_bottom_link .inner .meta {
        font-size: 1.3rem; }
        .on_bottom_list_item .on_bottom_link .inner .meta .date {
          float: right;
          opacity: 0.75; }
      .on_bottom_list_item .on_bottom_link .inner .subtitle {
        font-size: 1.3rem;
        height: 1.4em;
        margin-bottom: 0.5em;
        color: #ccc;
        overflow: hidden; }
      .on_bottom_list_item .on_bottom_link .inner .title {
        font-size: 1.4rem;
        max-height: 3.1em;
        overflow: hidden; }

@media screen and (min-width: 40.063em) {
  .on_bottom_list_item .on_bottom_link .inner .title {
    font-size: 1.6rem;
    height: 3.1em; } }

.list_item_link {
  overflow: hidden;
  position: relative; }
  .list_item_link .bg_image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: -webkit-transform 1.5s ease-out;
    transition: transform 1.5s ease-out;
    transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out; }
  .list_item_link .on_tag {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #333;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1em;
    padding: 4px 6px; }
  .list_item_link .inner {
    transition: background-color .2s ease-out; }

@media screen and (min-width: 56.063em) {
  .list_item_link:focus .bg_image, .list_item_link:hover .bg_image {
    -webkit-transform: scale(1.04);
            transform: scale(1.04); }
  .list_item_link:focus .inner, .list_item_link:hover .inner {
    background-color: transparent; }
  .box_3 .list_item_link .on_tag {
    right: auto;
    left: 0; } }

.simple_thumb .simple_list_item:not(:last-child) {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem; }

.simple_thumb .simple_list_item .simple_list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.simple_thumb .simple_list_item .bg_image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  max-width: 30%;
  height: auto;
  min-height: 10rem;
  background-size: cover;
  background-position: 50% 50%; }

.simple_thumb .simple_list_item .list_meta {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 65%;
          flex: 0 1 65%;
  max-width: 65%; }
  .simple_thumb .simple_list_item .list_meta .simple_list_date {
    display: inline;
    font-size: 1.4rem;
    margin-right: 1rem; }
  .simple_thumb .simple_list_item .list_meta .tag_wrap {
    display: inline;
    font-size: 1.4rem; }
    .simple_thumb .simple_list_item .list_meta .tag_wrap span {
      white-space: nowrap; }
  .simple_thumb .simple_list_item .list_meta .simple_list_title {
    line-height: 1.5em;
    padding-top: 0.5rem; }
  .simple_thumb .simple_list_item .list_meta .simple_text {
    color: #999;
    padding-top: 0.8em;
    font-size: 1.4rem;
    line-height: 1.5em;
    max-height: 4em;
    overflow: hidden; }

@media screen and (min-width: 56.063em) {
  .simple_thumb .simple_list_item .simple_list_link {
    transition: background-color .3s; }
    .simple_thumb .simple_list_item .simple_list_link:hover {
      background-color: #f1f1f1; }
  .simple_thumb .simple_list_item:not(:last-child) {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 4rem; }
  .simple_thumb .simple_list_item .bg_image {
    height: auto;
    min-height: 18rem;
    background-size: cover;
    background-position: 50% 50%; }
  .simple_thumb .simple_list_item .list_meta .simple_list_title {
    font-size: 1.7rem; } }

.thumb_list_mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2%;
  margin-right: -2%; }
  .thumb_list_mini .thumb_list_mini_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33%;
            flex: 0 1 33.33%;
    max-width: 33.33%;
    padding: 0 2%; }
    .thumb_list_mini .thumb_list_mini_item:not(:last-child) {
      padding-bottom: 1rem; }
    .thumb_list_mini .thumb_list_mini_item .bg_image {
      display: block;
      height: 0;
      padding-top: 80%;
      background-size: cover;
      background-position: 50% 50%; }
    .thumb_list_mini .thumb_list_mini_item .list_meta .simple_list_date {
      display: inline;
      font-size: 1.4rem; }
    .thumb_list_mini .thumb_list_mini_item .list_meta .tag_wrap {
      display: inline;
      font-size: 1.4rem; }
      .thumb_list_mini .thumb_list_mini_item .list_meta .tag_wrap span {
        white-space: nowrap; }
    .thumb_list_mini .thumb_list_mini_item .list_meta .simple_list_title {
      line-height: 1.5em;
      padding-top: 0.5rem; }
    .thumb_list_mini .thumb_list_mini_item .name {
      line-height: 1.5em;
      padding-top: 0.5em; }
    .thumb_list_mini .thumb_list_mini_item a.prof_link {
      text-decoration: underline;
      color: #777; }
      .thumb_list_mini .thumb_list_mini_item a.prof_link:hover {
        color: #444; }

.creator_box {
  background-color: #FBF8F2;
  padding: 0.5em; }

@media screen and (min-width: 56.063em) {
  .thumb_list_mini .thumb_list_mini_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    max-width: 25%; }
  .creator_box {
    padding: 1.5em; } }

.titlestyle03 {
  margin-bottom: 1em;
  border-left: 2px solid #444;
  padding-left: 0.5em;
  font-weight: 700;
  font-size: 1.4rem; }

/*
iPad横 1024px, iPad縦 768px
タブレットの横はPCと同一にするため、ブレイクポイントを56em(896px)に設定
xs: -40em        -640px      smartphone
sm: 40.063-56em  641-896px   tablet(portrait)
md: 56.063-75em  897-1200px  tablet(landscape) and laptop
lg: 75.063em-    1201px-     desktop
*/
@media screen and (min-width: 40.063em) {
  .on_bottom_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .on_bottom_list .box_1, .on_bottom_list .box_2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      max-width: 50%; }
      .on_bottom_list .box_1 .on_bottom_list_item, .on_bottom_list .box_2 .on_bottom_list_item {
        margin-bottom: 10px; }
        .on_bottom_list .box_1 .on_bottom_list_item .on_bottom_link, .on_bottom_list .box_2 .on_bottom_list_item .on_bottom_link {
          display: block;
          height: 25vw; }
    .on_bottom_list .box_1 .on_bottom_list_item:first-child .on_bottom_link,
    .on_bottom_list .box_2 .on_bottom_list_item:last-child .on_bottom_link {
      height: 35vw; }
    .on_bottom_list .box_1 {
      padding-right: 8px; }
    .on_bottom_list .box_3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      max-width: 100%; }
    .on_bottom_list .box_3 .on_bottom_list_item .on_bottom_link {
      height: 30vw; }
    .on_bottom_list .on_bottom_list_item {
      padding: 0px; }
      .on_bottom_list .on_bottom_list_item .on_bottom_link {
        display: block;
        position: relative;
        height: 100%;
        padding: 3rem 0;
        background: no-repeat center;
        background-size: cover; }
        .on_bottom_list .on_bottom_list_item .on_bottom_link .inner {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          background-color: rgba(0, 0, 0, 0.6);
          padding: 1rem;
          color: #fff; }
          .on_bottom_list .on_bottom_list_item .on_bottom_link .inner .meta {
            font-size: 1.3rem; }
            .on_bottom_list .on_bottom_list_item .on_bottom_link .inner .meta .date {
              padding-right: 0.8rem; }
          .on_bottom_list .on_bottom_list_item .on_bottom_link .inner .title {
            font-size: 1.7rem; }
  .on_bottom_orthodox_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .on_bottom_orthodox_list .on_bottom_list_item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      max-width: 50%;
      padding: 1.2rem;
      margin-bottom: 0; }
      .on_bottom_orthodox_list .on_bottom_list_item .on_bottom_link {
        height: 250px; } }

@media screen and (min-width: 56.063em) {
  .on_bottom_list {
    display: block; }
    .on_bottom_list .box_1 {
      display: block;
      float: left;
      max-width: none;
      width: 35.9%;
      padding-right: 8px; }
      .on_bottom_list .box_1 div.on_bottom_list_item {
        margin-bottom: 10px; }
        .on_bottom_list .box_1 div.on_bottom_list_item:last-child {
          margin-bottom: 0; }
        .on_bottom_list .box_1 div.on_bottom_list_item:nth-child(1n+1) a.on_bottom_link {
          display: block;
          height: 280px; }
    .on_bottom_list .box_2, .on_bottom_list .box_3 {
      margin-left: 36%; }
    .on_bottom_list div.box_2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 10px;
      max-width: none; }
      .on_bottom_list div.box_2 div.on_bottom_list_item {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
        max-width: 50%;
        margin-bottom: 0; }
        .on_bottom_list div.box_2 div.on_bottom_list_item:first-child {
          max-width: none;
          padding-right: 5px; }
          .on_bottom_list div.box_2 div.on_bottom_list_item:first-child a.on_bottom_link {
            display: block;
            height: 360px; }
        .on_bottom_list div.box_2 div.on_bottom_list_item:last-child {
          padding-left: 5px;
          max-width: none; }
          .on_bottom_list div.box_2 div.on_bottom_list_item:last-child a.on_bottom_link {
            display: block;
            height: 360px; }
    .on_bottom_list div.box_3 {
      display: block; }
      .on_bottom_list div.box_3 div.on_bottom_list_item {
        height: 200px;
        margin-bottom: 0; }
        .on_bottom_list div.box_3 div.on_bottom_list_item a.on_bottom_link {
          height: 100%; }
          .on_bottom_list div.box_3 div.on_bottom_list_item a.on_bottom_link .inner {
            top: 0;
            right: 0;
            left: auto;
            width: 43%;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
    .on_bottom_list .on_bottom_list_item {
      padding: 0px; }
      .on_bottom_list .on_bottom_list_item .on_bottom_link {
        display: block;
        position: relative;
        height: 100%;
        padding: 3rem 0;
        background: no-repeat center;
        background-size: cover; }
        .on_bottom_list .on_bottom_list_item .on_bottom_link .inner {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          background-color: rgba(0, 0, 0, 0.6);
          padding: 1rem;
          color: #fff; }
          .on_bottom_list .on_bottom_list_item .on_bottom_link .inner > * {
            width: 100%; }
          .on_bottom_list .on_bottom_list_item .on_bottom_link .inner .meta {
            font-size: 1.3rem; }
            .on_bottom_list .on_bottom_list_item .on_bottom_link .inner .meta .date {
              padding-right: 0.8rem; }
  #works .on_bottom_list .box_1 {
    float: right;
    padding-right: 0;
    padding-left: 8px; }
  #works .on_bottom_list .box_2 {
    padding-right: 0; }
  #works .on_bottom_list .box_2, #works .on_bottom_list .box_3 {
    margin-left: 0;
    margin-right: 36%; }
  #works .on_bottom_list .box_3 div.on_bottom_list_item a.on_bottom_link .inner {
    right: auto;
    left: 0; }
  .on_bottom_orthodox_list .on_bottom_list_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
    max-width: 33.333%;
    padding: 1rem; } }

/* 遊び */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@media screen and (max-width: 75em) {
  .content_anker_link.container_u-wide .container_inner {
    margin-left: -20px;
    margin-right: -20px; } }

.list_2_3_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .list_2_3_4 .list_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
    padding: 0.3rem;
    margin-bottom: 1px; }
    .list_2_3_4 .list_item .list_item_link {
      height: 45vw; }
      .list_2_3_4 .list_item .list_item_link .inner {
        padding: 0.5rem 0.7rem; }
        .list_2_3_4 .list_item .list_item_link .inner .title {
          font-size: 1.3rem; }

@media screen and (min-width: 40.063em) {
  .list_2_3_4 .list_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
    max-width: 33.333%;
    padding: 1rem; }
    .list_2_3_4 .list_item .list_item_link {
      height: 160px; }
      .list_2_3_4 .list_item .list_item_link .inner {
        padding: 1rem; } }

@media screen and (min-width: 56.063em) {
  .list_2_3_4 .list_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    max-width: 25%;
    padding: 1rem; }
    .list_2_3_4 .list_item .list_item_link {
      height: 200px; } }

/* post css */
.page_title {
  font-size: 2.2rem;
  font-weight: 700;
  padding-bottom: 2rem;
  border-bottom: 1px solid #666; }
  .page_title span.inner_subtitle {
    display: block;
    font-size: 1.6rem;
    font-weight: normal; }

div.post > *:first-child {
  margin-top: 0; }
  div.post > *:first-child > *:first-child {
    margin-top: 0; }

div.post img {
  max-width: 100%;
  height: auto; }

div.post img[class*="wp-image-"],
div.post img[class*="attachment-"] {
  max-width: 100%;
  height: auto; }

div.post p {
  line-height: 1.8em;
  letter-spacing: 0.07em;
  margin-top: 0.8em;
  margin-bottom: 2em; }
  div.post p img {
    padding: 10px 0; }

div.post h1 {
  font-size: 2.0rem;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 30px;
  padding-left: 8px;
  border-left: 2px solid #333; }

div.post h2 {
  font-size: 1.8rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  line-height: 1.5em;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 20px; }

div.post h3 {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 50px;
  margin-bottom: 15px; }

div.post h4 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 20px;
  margin-bottom: 15px; }

div.post h1 + h2,
div.post h1 + h3,
div.post h1 + h4,
div.post h2 + h3,
div.post h2 + h4 {
  margin-top: 15px; }

div.post h3 + h4 {
  margin-top: 10px; }

div.post a {
  text-decoration: underline; }

div.post blockquote {
  padding: 20px;
  background-color: #f4f4f4;
  color: #666;
  margin: 20px 0; }

div.post strong {
  font-weight: 700; }

div.post .marker_yellow {
  background: linear-gradient(transparent 60%, #ffffa8 0%); }

div.post .wp-caption {
  border: 1px solid #f2e9e4;
  background-color: #FBF8F2;
  padding: 4px;
  margin: 20px 0;
  width: 100%;
  max-width: 100%; }
  div.post .wp-caption p {
    padding: 0;
    margin: 0;
    padding-left: 10px;
    font-size: 1.3rem;
    line-height: 1.8rem; }

div.post ol {
  list-style-type: decimal;
  padding-left: 1.5em;
  list-style-position: outside; }
  div.post ol li {
    padding-bottom: 15px; }

div.post table, div.post th, div.post td {
  border: 1px solid #E1DDD7;
  border-collapse: collapse; }

div.post table {
  width: 100%; }
  div.post table th {
    padding: 0.6rem 1rem;
    background-color: #FCF8F2; }
  div.post table td {
    padding: 0.6rem 1rem; }

div.post .aligncenter {
  display: block;
  margin: 0 auto; }

div.post .alignright {
  float: right;
  padding-left: 10px; }

div.post .alignleft {
  float: left; }

div.post .wpac-btn {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #bd3c4f;
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: 0.93478rem 2.80435rem;
  transition: background-color 0.2s ease-out; }
  @media (min-width: 64em) {
    div.post .wpac-btn .mce-content-body.mceContentBody .wpac-btn:hover,
    div.post .wpac-btn .mce-content-body.mceContentBody .wpac-btn:active,
    div.post .wpac-btn .mce-content-body.mceContentBody .wpac-btn:focus {
      background-color: #aa3647; } }

div.post form.formcreator table {
  display: block; }
  div.post form.formcreator table tbody, div.post form.formcreator table tfoot, div.post form.formcreator table thead, div.post form.formcreator table tr, div.post form.formcreator table th, div.post form.formcreator table td {
    display: block; }
  div.post form.formcreator table td {
    padding-bottom: 40px; }
  div.post form.formcreator table select option {
    white-space: pre-wrap; }
  div.post form.formcreator table textarea {
    width: 100%;
    padding: 6px;
    box-sizing: border-box; }
  div.post form.formcreator table input[type="text"] {
    width: 100%;
    padding: 6px;
    box-sizing: border-box; }

div.post form.formcreator input[type="submit"] {
  display: block;
  margin: auto;
  font-weight: bold;
  font-size: 1.2em;
  cursor: pointer;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #bd3c4f;
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: 0.93478rem 2.80435rem;
  transition: background-color 0.2s ease-out; }

@media screen and (min-width: 56.063em) {
  .page_title {
    font-size: 2.8rem; } }

.pager {
  text-align: center;
  border-top: 1px solid #ccc; }
  .pager .page-numbers {
    display: inline-block;
    margin-top: -1px;
    border-top: 1px solid transparent;
    padding: 3px 10px; }
    .pager .page-numbers.current {
      border-color: #222; }
    .pager .page-numbers:hover {
      border-color: #222; }
  .pager .previous {
    min-height: 5px;
    color: #666;
    background: url(img/previous.png) no-repeat center left; }
  .pager .next {
    min-height: 5px;
    color: #666;
    background: url(img/next.png) no-repeat center right; }

/* header */
#masthead {
  width: 100%;
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 999; }

.post {
  margin-bottom: 50px; }
  .post iframe {
    max-width: 100%; }

#socialbox_single {
  width: 100%; }

#socialbox_single ul li {
  float: left;
  margin-right: 15px; }

li#fbbox {
  line-height: 1em; }
  li#fbbox iframe {
    max-width: none !important; }

.post_date {
  text-align: right;
  margin-bottom: 20px; }

.post_date span {
  display: inline-block;
  padding: 3px 15px 2px;
  letter-spacing: 1px;
  border: 1px solid #bbb; }

h1.site-title {
  text-align: center;
  line-height: 1rem;
  padding: 20px 0 16px;
  background-color: #fff; }

p.header-news {
  position: absolute;
  top: 0;
  left: 50%; }

p.header-news a {
  padding-left: 318px; }

p.header-news a img {
  width: 82px; }

h1.site-title img#header_logo {
  width: 200px; }

.main-navigation {
  margin: 0; }

body nav#header-navigation {
  display: block !important;
  position: static !important; }

#menu-nav-container {
  overflow: hidden; }

body .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
  display: block; }

ul#menu-nav {
  width: 800px;
  height: 44px;
  margin: 0 auto;
  border: 3px solid #fff;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #f2e9e4;
  z-index: 1000;
  display: block; }
  ul#menu-nav li {
    display: none;
    position: relative;
    text-align: center;
    display: block; }
    ul#menu-nav li:hover ul li {
      overflow: visible;
      height: 38px; }
    ul#menu-nav li ul {
      padding-left: 0;
      list-style: none;
      position: absolute;
      width: auto;
      top: 100%;
      left: 0; }
      ul#menu-nav li ul li {
        width: 100%;
        overflow: hidden;
        height: 0;
        transition: .2s .3s;
        z-index: 999; }
        ul#menu-nav li ul li a {
          background-color: rgba(242, 233, 228, 0.9);
          white-space: nowrap;
          min-width: 100%;
          color: #333;
          text-align: left;
          padding: 1px 20px 0; }
    ul#menu-nav li:hover ul li {
      transition: .2s 0s; }
  ul#menu-nav > li.menu-item {
    border-right: 2px solid #fff;
    float: left;
    box-sizing: border-box;
    position: relative; }
    ul#menu-nav > li.menu-item:last-child {
      border-right: none; }
    ul#menu-nav > li.menu-item.menu-item-about {
      width: 23.75%; }
    ul#menu-nav > li.menu-item.menu-item-voice {
      width: 16.75%; }
    ul#menu-nav > li.menu-item.menu-item-column {
      width: 14.625%; }
    ul#menu-nav > li.menu-item.menu-item-works {
      width: 14.25%; }
    ul#menu-nav > li.menu-item.menu-item-living {
      width: 14.25%; }
    ul#menu-nav > li.menu-item.menu-item-saron {
      width: 16.25%; }
    ul#menu-nav > li.menu-item a {
      display: block;
      width: 100%;
      padding-top: 1px;
      line-height: 37px;
      height: 38px;
      text-decoration: none;
      color: #333;
      font-size: 1.5rem; }
      @media screen and (min-width: 40.063em) {
        ul#menu-nav > li.menu-item a {
          font-weight: 600;
          color: #333; } }
      ul#menu-nav > li.menu-item a:hover {
        background-color: #f2b8a2; }
      ul#menu-nav > li.menu-item a .sub-menu li {
        width: 400px; }
        ul#menu-nav > li.menu-item a .sub-menu li a {
          padding: 1px 20px 0; }
  ul#menu-nav .link-false > a {
    cursor: default !important; }
    ul#menu-nav .link-false > a:hover {
      background-color: transparent !important; }

.iconBars {
  display: none; }

.l-container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px; }

/*
ul#menu-nav li.current-menu-item > a {
  background-color: $tan;
  cursor: default;
}
*/
img.header-image {
  margin: -28px auto 0;
  padding: 0;
  display: inline-block;
  z-index: -1;
  box-shadow: none;
  max-width: none; }

/* contents box css */
div#main {
  width: 900px;
  margin: 50px auto 0; }

.site-content-full {
  width: 100%; }

.site-content-1column.list-1column,
body.page-template-page-about-php .site-content-1column {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

#secondary {
  width: 33.333333%;
  /* 300px */
  float: right; }

/* breadcrumb css */
div.column-single-content div#breadcrumb {
  margin-top: -20px; }

span.raquo {
  padding: 0 6px; }

/* home */
#top_news {
  padding: 9px 0 8px;
  background-color: #fcf6f2; }
  #top_news p {
    width: 100%;
    max-width: 900px;
    margin: auto;
    font-size: 13px;
    color: #b0795c;
    line-height: 1.3em; }
    #top_news p a {
      color: #b0795c;
      text-decoration: none; }
      #top_news p a:hover {
        text-decoration: underline; }

/* about */
#about_title {
  text-align: center;
  font-size: 28px;
  font-weight: 400; }

/* member */
.member_ul .member_li {
  border: 2px solid #f2e9e4;
  box-sizing: border-box;
  padding: 3px;
  overflow: hidden;
  margin-bottom: 60px; }
  .member_ul .member_li .member_thumb {
    float: left;
    width: 26.96629%; }
    .member_ul .member_li .member_thumb img {
      display: block;
      width: 100%;
      height: auto; }
  .member_ul .member_li .member_prof {
    margin-left: 29.21348%;
    margin-top: 10px; }
    .member_ul .member_li .member_prof .member_position {
      font-size: 15px;
      font-weight: 500; }
    .member_ul .member_li .member_prof .member_name {
      font-size: 18px;
      font-weight: 700;
      margin-top: 0.6rem;
      margin-bottom: 1rem; }
      .member_ul .member_li .member_prof .member_name span {
        font-size: 14px;
        font-weight: 700; }
    .member_ul .member_li .member_prof .member_info {
      font-size: 12px;
      font-weight: 300; }
    .member_ul .member_li .member_prof .member_text {
      padding-top: 10px;
      padding-right: 15px; }
      .member_ul .member_li .member_prof .member_text p {
        text-align: justify;
        text-justify: inter-ideograph;
        line-height: 1.7em;
        margin: 0; }

/* entrepreneur */
.page-id-1353 div#main {
  width: 100%;
  max-width: 800px; }

/* media */
.page-id-756 div#main {
  width: 100%;
  max-width: 800px; }

.media_child_nav ul {
  text-align: center; }
  .media_child_nav ul li {
    margin-right: 2%;
    width: 18%;
    float: left;
    margin-top: 6px; }
    .media_child_nav ul li a {
      display: block;
      padding: 8px 0 7px;
      color: #333;
      line-height: 1em;
      text-decoration: none;
      text-align: center;
      background-color: #f1f1f1;
      border-bottom: 2px solid #f1f1f1; }
      .media_child_nav ul li a:hover {
        border-bottom: 2px solid #d6304f; }
    .media_child_nav ul li.current {
      margin-top: 0; }
      .media_child_nav ul li.current a {
        font-size: 20px;
        border-bottom: 2px solid #d6304f; }

.fb-post {
  margin: 0 auto 40px;
  z-index: 1; }

/* contact */
.page-id-665 div#main {
  width: 100%;
  max-width: 800px; }

/* works css */
table#works_table,
.single-post table {
  width: 100%; }
  table#works_table thead tr th,
  .single-post table thead tr th {
    padding: 21px 25px 22px 25px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    text-align: center; }
  table#works_table th,
  .single-post table th {
    text-align: left;
    padding: 10px;
    white-space: nowrap;
    line-height: 1em;
    vertical-align: middle;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    font-weight: bold; }
  table#works_table td,
  .single-post table td {
    border-top: 1px solid #999;
    padding: 15px;
    line-height: 1.8em; }
  table#works_table tr:first-child th, table#works_table tr:first-child td,
  .single-post table tr:first-child th,
  .single-post table tr:first-child td {
    border-top: 0; }

.single-post table td {
  border: 1px solid #e0e0e0; }

a#works_contact {
  display: block;
  background-color: #e55;
  border-radius: 5px;
  padding: 20px 0;
  margin-bottom: 20px; }

table#works_table thead tr th {
  font-size: 1.2em;
  font-weight: normal; }

a#works_contact {
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.1em; }

@media screen and (max-width: 40em) {
  table#works_table thead, table#works_table tbody, table#works_table tr, table#works_table th, table#works_table td,
  .single-post table thead,
  .single-post table tbody,
  .single-post table tr,
  .single-post table th,
  .single-post table td {
    display: block;
    width: 100%; }
  table#works_table th,
  .single-post table th {
    border: 0;
    background-color: #eee;
    padding: 0.8rem; }
  table#works_table td,
  .single-post table td {
    border: 0;
    margin-bottom: 2em;
    padding: 0.8rem 0; } }

/* living css */
.liv_end {
  text-align: center;
  color: #d6304f;
  font-weight: bold;
  font-size: 15px;
  padding: 10px 0;
  border: 2px solid #d6304f; }

ul.liv_options li {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  background-color: #1dad57;
  font-size: 13px;
  line-height: 27px;
  border-radius: 3px; }

.liv_point_wrapper {
  border: 4px solid #1dad57;
  padding: 30px 50px 20px; }
  .liv_point_wrapper .liv_point li:before {
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 18px;
    padding-right: 7px;
    color: #1dad57; }
  .liv_point_wrapper .liv_point_title {
    text-indent: -5000px;
    overflow: hidden;
    width: 100%;
    height: 25px;
    background: url(img/liv_point.png) no-repeat center;
    background-size: auto 100%; }

table#living_table,
.single-post table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  margin-top: 10px; }
  table#living_table thead tr th,
  .single-post table thead tr th {
    padding: 15px 0;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: bold;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background: #1dad57;
    color: #fff;
    text-align: center; }
  table#living_table th,
  .single-post table th {
    width: 11em;
    background-color: #fafafa;
    font-weight: bold;
    text-align: left;
    border: 1px solid #e0e0e0;
    padding: 15px 15px 17px;
    white-space: nowrap;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0; }
  table#living_table td,
  .single-post table td {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 15px 17px;
    line-height: 1.8em; }

/* title */
#main .title01 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 40px;
  padding-left: 10px;
  border-left: 4px solid #333; }

#main .title02 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  padding: 0; }
  #main .title02 a {
    text-decoration: none;
    color: #333; }

#main .title03 {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
  padding: 0 0 0 8px;
  border-left: 2px solid #333; }

#main .subtitle {
  font-size: 18px;
  font-weight: 400;
  padding: 0 0 0 15px; }

/* bottom link */
.bottom_link {
  text-align: right; }
  .bottom_link a {
    display: inline-block;
    text-decoration: none;
    color: #333;
    line-height: 18px; }
    .bottom_link a:after {
      font-family: 'FontAwesome';
      content: "\f105";
      font-size: 18px;
      padding-left: 10px;
      color: #fbc93e; }
    .bottom_link a:hover {
      color: #888; }
      .bottom_link a:hover:after {
        text-decoration: none; }

.bottom_link02 {
  text-align: center; }
  .bottom_link02 a {
    display: inline-block;
    background-color: #de5972;
    color: #fff;
    text-decoration: none;
    position: relative; }
    .bottom_link02 a span {
      text-align: left;
      display: block;
      font-weight: 400;
      line-height: 1.4em;
      padding: 11px 25px 10px 30px;
      margin-right: 40px;
      background-color: #d6304f; }
    .bottom_link02 a:after {
      font-family: 'FontAwesome';
      content: "\f105";
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -7px;
      width: 40px;
      line-height: 1em;
      text-align: center; }

.bottom_link03 {
  text-align: center; }
  .bottom_link03 a {
    display: inline-block;
    background-color: #47c97c;
    color: #fff;
    text-decoration: none;
    position: relative; }
    .bottom_link03 a span {
      text-align: left;
      display: block;
      font-weight: 400;
      font-size: 18px;
      line-height: 1.4em;
      padding: 11px 25px 10px 30px;
      margin-right: 40px;
      background-color: #1dad57; }
    .bottom_link03 a:before {
      font-family: 'FontAwesome';
      content: "\f105";
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -7px;
      width: 40px;
      line-height: 1em;
      text-align: center; }

.bottom_link04 {
  text-align: center; }
  .bottom_link04 a {
    display: inline-block;
    background-color: #E2E2E2;
    color: #fff;
    text-decoration: none;
    position: relative; }
    .bottom_link04 a span {
      text-align: left;
      display: block;
      font-weight: 400;
      line-height: 1.2em;
      padding: 8px 17px 7px 20px;
      margin-right: 30px;
      background-color: #aaa; }
    .bottom_link04 a:after {
      font-family: 'FontAwesome';
      content: "\f105";
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -7px;
      width: 30px;
      line-height: 1em;
      text-align: center; }

.iju_form_banner a {
  display: inline-block;
  width: 100%;
  max-width: 612px;
  height: 104px;
  text-indent: -5000px;
  overflow: hidden;
  background: url(./img/iju_form_banner.png) center top no-repeat; }

/* post_list */
.post_list .post_list_ul li {
  width: 50%;
  max-width: 430px;
  height: 240px;
  float: left;
  margin-bottom: 30px; }
  .post_list .post_list_ul li:nth-child(2n+2) {
    float: right; }
  .post_list .post_list_ul li a {
    display: block;
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative; }
    .post_list .post_list_ul li a .attachment-post-list {
      display: block;
      position: absolute;
      height: 240px;
      width: auto;
      top: 0;
      left: 0;
      z-index: 1; }
    .post_list .post_list_ul li a .post_list_desc {
      position: absolute;
      top: 0;
      right: 0;
      width: 46.51163%;
      padding: 10px 5px 0 12px;
      height: 100%;
      z-index: 10;
      background-color: rgba(0, 0, 0, 0.4);
      color: #fff; }
      .post_list .post_list_ul li a .post_list_desc .post_list_cat {
        margin-bottom: 10px; }
        .post_list .post_list_ul li a .post_list_desc .post_list_cat span {
          display: inline-block;
          background-color: #fff;
          color: #333;
          margin-right: 5px;
          font-size: 12px;
          line-height: 16px;
          padding: 0 10px;
          border-radius: 2px; }
      .post_list .post_list_ul li a .post_list_desc .post_list_title_first {
        font-size: 14px;
        line-height: 1.4em;
        margin-bottom: 5px; }
      .post_list .post_list_ul li a .post_list_desc .post_list_title_second {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
        line-height: 1.6em; }
      .post_list .post_list_ul li a .post_list_desc .post_list_date {
        font-size: 13px;
        letter-spacing: 1px; }

.post_list .liv_list_ul li.liv_list_li {
  width: 31.1%;
  margin-right: 3.3%;
  max-width: 430px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px; }
  .post_list .liv_list_ul li.liv_list_li:nth-child(3n+3) {
    margin-right: 0; }
  .post_list .liv_list_ul li.liv_list_li img {
    max-width: 100%;
    height: auto; }
  .post_list .liv_list_ul li.liv_list_li a {
    position: relative;
    display: block; }
    .post_list .liv_list_ul li.liv_list_li a .liv_list_end {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #d6304f;
      color: #fff;
      line-height: 23px;
      font-size: 13px;
      padding: 1px 7px 0; }

.post_list .liv_list_ul .liv_options li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  background-color: #1dad57;
  font-size: 12px;
  line-height: 21px;
  border-radius: 2px; }

.liv_foot .liv_foot_box {
  width: 46%; }

/* shokuju sodan */
/* sidebar saron */
div#no_saron {
  padding: 20px;
  background-color: #f4f4f4;
  box-sizing: border-box; }

/* about */
div.circle_social {
  padding: 30px 0;
  text-align: center; }

div.circle_social a {
  margin: 0 15px; }

div.circle_social img {
  height: 50px; }

h2#about_title {
  margin: 20px auto 40px; }

/* コラム */
h2.column_big_title {
  display: none; }

/* コラムシングル */
.header_copy {
  margin-bottom: 50px; }
  .header_copy h1.header_copy_title {
    width: 100%;
    margin: auto;
    text-align: center;
    border-bottom: 1px solid #aaa;
    padding-bottom: 7px;
    font-size: 1.2rem;
    color: #555; }
  .header_copy h2.header_copy_copy {
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 9px;
    font-size: 1.5rem; }

.column_post {
  width: 100%;
  max-width: 720px;
  margin: 20px auto; }
  .column_post iframe {
    max-width: 100%; }
  .column_post .aligncenter {
    display: block;
    margin: 0 auto; }
  .column_post .alignright {
    float: right; }
  .column_post .alignleft {
    float: left; }

/* saron */
#saron_photo_ul .saron_photo_li {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 40px; }
  #saron_photo_ul .saron_photo_li:nth-child(3n+3) {
    margin-right: 0; }
  #saron_photo_ul .saron_photo_li a {
    display: block;
    text-decoration: none !important;
    color: #333; }
    #saron_photo_ul .saron_photo_li a figure {
      width: 240px;
      overflow: hidden; }
      #saron_photo_ul .saron_photo_li a figure img {
        width: 100%;
        height: auto; }
      #saron_photo_ul .saron_photo_li a figure figcaption {
        font-size: 14px;
        line-height: 1.2em;
        letter-spacing: 1px;
        font-weight: 300; }

#saron_box img {
  max-width: 100%;
  height: auto; }

.survey_link {
  padding: 20px;
  background-color: #fcfcfc;
  border: 1px solid #eee; }

/* 移住者登録フォーム */
.col-480 {
  width: 100%;
  max-width: 600px;
  margin: auto;
  box-sizing: border-box; }

.iju_form_text p {
  padding: 7px 0;
  line-height: 1.8em; }

form#ijusha-form {
  width: 100%; }

form#ijusha-form div {
  padding-bottom: 50px; }

form#ijusha-form p {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px; }

.red {
  color: red;
  padding-left: 8px; }

.wpcf7-form-control-wrap .wpcf7-text, .wpcf7-form-control-wrap .wpcf7-textarea {
  border: 1px solid #ccc; }

#ijusha-form input,
#ijusha-form textarea {
  border: 1px solid #bbb;
  padding: 6px 8px 7px;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box; }

#ijusha-form input#picture {
  border: 0; }

#ijusha-form label {
  display: block;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  padding-bottom: 10px; }

#ijusha-form label input {
  width: 20px; }

#ijusha-form input.submit {
  display: block;
  cursor: pointer;
  display: block;
  margin: auto;
  padding: 6px 8px 7px;
  font-size: 15px;
  font-weight: 500;
  width: 160px;
  color: #fff;
  background-color: #d6304f;
  border: 0; }

/* 働く */
.single-works #masthead,
.post-type-archive-works #masthead {
  position: relative; }
  .single-works #masthead #works_header_link,
  .post-type-archive-works #masthead #works_header_link {
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: 300px; }
    .single-works #masthead #works_header_link a,
    .post-type-archive-works #masthead #works_header_link a {
      display: block;
      font-size: 16px;
      font-weight: 500;
      line-height: 22px;
      text-align: center;
      text-decoration: none;
      color: #fff;
      padding: 28px 18px;
      width: 100px;
      height: 100px;
      border-radius: 100%;
      background-color: rgba(209, 24, 58, 0.9); }

.form01 h3 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  background: #f9f9f9;
  font-weight: 700;
  border-bottom: 2px solid #d6304f;
  text-decoration: none;
  padding: 6px 10px;
  padding-top: 8px;
  margin: 30px 0;
  text-align: center; }

.form01 table.form01_table {
  width: 100%; }
  .form01 table.form01_table td {
    width: 65%;
    padding-top: 15px;
    padding-bottom: 15px; }
    .form01 table.form01_table td input {
      padding: 5px; }
  .form01 table.form01_table td em {
    color: red;
    font-size: 10px; }
  .form01 table.form01_table td.title {
    width: 35%;
    vertical-align: top; }
  .form01 table.form01_table textarea {
    width: 100%; }
  .form01 table.form01_table td.submit {
    text-align: center; }
  .form01 table.form01_table input.wpcf7-submit {
    width: auto;
    background: #d6304f;
    border: 0;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 0.2rem;
    padding: 8px 20px;
    margin: 10px 0;
    text-align: center; }
  .form01 table.form01_table span.block .wpcf7-list-item {
    display: block; }

.form01 .send_wrap p {
  text-align: center; }

.form01 .ta_c {
  text-align: center; }

.form01 .ta_l {
  text-align: left; }

.form01 .ta_r {
  text-align: middle; }

@media screen and (max-width: 56em) {
  .form01 table.form01_table {
    border: 0;
    display: block;
    width: 100%; }
    .form01 table.form01_table tbody, .form01 table.form01_table thead, .form01 table.form01_table tfoot, .form01 table.form01_table tr, .form01 table.form01_table th, .form01 table.form01_table td, .form01 table.form01_table td.title {
      display: block;
      width: 100%;
      padding: 0; }
    .form01 table.form01_table tr {
      padding-bottom: 20px; }
      .form01 table.form01_table tr input {
        width: 100%;
        box-sizing: border-box; }
      .form01 table.form01_table tr span.wpcf7-checkbox input {
        width: auto;
        display: inline; }
      .form01 table.form01_table tr td {
        border: 0;
        margin-bottom: 2em; }
        .form01 table.form01_table tr td.title {
          background-color: #eee;
          padding: 0.5em;
          line-height: 1em;
          margin-bottom: 0.8em; } }

.form02 table.form02_table {
  width: 100%; }
  .form02 table.form02_table th {
    background-color: #fafafa;
    font-weight: bold;
    text-align: left;
    border: 1px solid #e0e0e0;
    padding: 15px 15px 17px;
    white-space: nowrap;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle; }
  .form02 table.form02_table td {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding: 15px 15px 17px;
    line-height: 1.8em; }
  .form02 table.form02_table textarea {
    width: 100%; }
  .form02 table.form02_table td.submit {
    text-align: center; }
  .form02 table.form02_table input.wpcf7-submit {
    width: auto;
    background: #d6304f;
    border: 0;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 0.2rem;
    padding: 8px 20px;
    margin: 10px 0;
    text-align: center; }
  .form02 table.form02_table span.block .wpcf7-list-item {
    display: block; }

.table_stripe tbody tr:nth-child(odd) {
  background-color: #f7f7f7; }

.table_stripe tbody td {
  padding: 15px; }

input.wpcf7-submit {
  width: auto;
  background: #d6304f;
  border: 0;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  letter-spacing: 0.2rem;
  padding: 8px 20px;
  margin: 10px 0;
  text-align: center; }

/* 住む */
.living_flow_li {
  padding: 20px 0 20px 0;
  position: relative; }

.living_flow_li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 83px;
  height: 100%;
  background-image: url(img/living01.png);
  background-repeat: no-repeat; }

#living_flow_li01:before {
  background-position: 0 center; }

#living_flow_li02:before {
  background-position: -94px center; }

#living_flow_li03:before {
  background-position: -188px center; }

#living_flow_li04:before {
  background-position: -282px center; }

#living_flow_li05:before {
  background-position: -376px center; }

.living_flow_inner {
  display: table;
  width: 100%;
  box-sizing: border-box;
  max-width: 717px;
  margin-left: 83px;
  overflow: hidden;
  background: #fcfaf5;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

.living_flow_inner h3 {
  color: #fe9b00;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  width: 20%;
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.living_flow_inner div {
  display: table-cell;
  width: 80%;
  padding: 20px 20px 20px 0;
  box-sizing: border-box; }

a.link_button {
  display: inline-block;
  background: #fe9b00;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #fff;
  text-decoration: none;
  padding: 6px 15px;
  text-align: center; }

a.link_button:hover {
  color: #fff; }

.living_big_button {
  font-size: 21px;
  padding: 15px 25px;
  margin-left: auto;
  margin-right: auto; }

div.post a.link_button02,
a.link_button02 {
  display: inline-block;
  background-color: #de5972;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: .2s; }
  div.post a.link_button02 span,
  a.link_button02 span {
    text-align: left;
    display: block;
    font-weight: 400;
    line-height: 1.4em;
    padding: 11px 25px 10px 30px;
    margin-right: 40px;
    background-color: #d6304f; }
  div.post a.link_button02:after,
  a.link_button02:after {
    font-family: 'FontAwesome';
    content: "\f105";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    width: 40px;
    line-height: 1em;
    text-align: center; }
  div.post a.link_button02:hover,
  a.link_button02:hover {
    opacity: 0.8; }

/* コンタクト */
.media_link {
  display: block;
  margin: 30px auto;
  width: 300px;
  text-align: center;
  padding: 6px 0;
  border: 1px solid #ccc;
  text-decoration: none;
  background: #485478;
  border: 1px solid #1d2f64;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #fff; }

.media_link:hover {
  color: #fff;
  background-color: #596589; }

/* お仕事フェス */
body.page-id-904 #content {
  width: 600px;
  margin: auto; }

body.page-id-904 #content h1 {
  display: none; }

body.page-id-904 #content img {
  max-width: 100%; }

.thumb_list {
  overflow: hidden; }

.thumb_list li {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
  margin: 0;
  border-bottom: 2px solid #eee; }

.thumb_list_li_img {
  width: 200px;
  float: left; }

.thumb_list_li_info {
  width: 370px;
  float: right; }

.fes_ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 30px; }

.fes_table {
  width: 100%;
  border-collapse: collapse; }

.fes_table th {
  padding: 8px 15px;
  text-align: left;
  vertical-align: top;
  color: #333;
  background-color: #eee;
  border: 1px solid #b9b9b9;
  text-align: center;
  white-space: nowrap; }

.fes_table td {
  padding: 8px 15px;
  background-color: #fff;
  border: 1px solid #b9b9b9; }

a.fes_link {
  display: block;
  margin: 30px auto;
  width: 300px;
  padding: 6px 0;
  text-align: center;
  text-decoration: none;
  background: #56ab48;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #fff;
  text-decoration: none; }

a.fes_link:hover {
  color: #fff; }

.fes_contact_link {
  background-color: #deecfa;
  color: #1b7998;
  font-weight: bold; }

.fes_contact_link:hover {
  color: #1b7998; }

/* comment */
#reply-title.comment-reply-title {
  display: none; }

.comment_list_ul .comment {
  margin-top: 80px;
  border-left: 3px solid #fbc93e;
  padding-left: 20px; }
  .comment_list_ul .comment .comment-title {
    font-size: 20px;
    font-weight: bold;
    color: #f2b8a2;
    padding-bottom: 5px; }
  .comment_list_ul .comment .comment-meta {
    padding-bottom: 20px; }
    .comment_list_ul .comment .comment-meta .comment-author {
      padding-right: 10px;
      font-size: 13px; }
    .comment_list_ul .comment .comment-meta .comment-date {
      color: #777;
      font-size: 11px; }

.comment_list_ul .children {
  margin-left: 30px; }
  .comment_list_ul .children li:first-child {
    border-left: 2px solid #fbc93e;
    margin-top: 20px; }

#commentform #inputtext label {
  width: 70px;
  display: inline-block; }

#commentform #inputtext input {
  padding: 4px;
  width: 200px;
  display: inline-block; }

#commentform .comment-form-title label {
  width: 70px;
  display: inline-block; }

#commentform .comment-form-title input {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  display: inline-block; }

#commentform .comment-form-comment label {
  vertical-align: top;
  width: 70px;
  display: inline-block; }

#commentform .comment-form-comment textarea {
  padding: 4px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box; }

#commentform .form-submit {
  text-align: center; }
  #commentform .form-submit input#submit {
    width: auto;
    background: #6b8899;
    border: 0;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 0.2rem;
    padding: 8px 40px;
    margin: 10px 0;
    text-align: center; }

.g-recaptcha {
  text-align: center; }
  .g-recaptcha div {
    margin: auto; }

/* footer */
#colophon {
  width: 100%;
  max-width: 100%;
  background: #f2e3da;
  padding: 0 0 30px;
  margin: 8rem 0 0;
  background: url(img/footer_map.png) no-repeat center left;
  background-position: center; }
  #colophon a#gototop {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: rgba(251, 201, 62, 0.8);
    margin: -40px auto 30px;
    text-align: center;
    text-decoration: none; }
    #colophon a#gototop:before {
      font-family: 'FontAwesome';
      content: "\f106";
      line-height: 54px;
      font-size: 40px;
      color: #fff;
      font-weight: 700; }
  #colophon .footer_inner {
    text-align: center; }
  #colophon .circle_social {
    display: inline-block;
    padding-left: 20px; }
    #colophon .circle_social a {
      display: inline-block;
      width: 56px;
      height: 56px;
      text-align: center;
      border-radius: 100%; }
      #colophon .circle_social a.footer_twitter {
        background-color: #267db0; }
      #colophon .circle_social a.footer_facebook {
        background-color: #3a5999; }
      #colophon .circle_social a img {
        width: 56px;
        height: auto; }
  #colophon #footer-navigation ul {
    text-align: center; }
    #colophon #footer-navigation ul li {
      display: inline-block;
      font-size: 12px;
      line-height: 1em;
      padding: 0 15px;
      border-right: 1px solid #aaa; }
      #colophon #footer-navigation ul li:last-child {
        border: 0; }
      #colophon #footer-navigation ul li a {
        color: #777;
        text-decoration: none; }
        #colophon #footer-navigation ul li a:hover {
          text-decoration: underline;
          color: #aaa; }

.widget_wysija_cont {
  display: inline-block;
  overflow: hidden;
  text-align: left; }
  .widget_wysija_cont .widget_wysija {
    display: inline-block; }
    .widget_wysija_cont .widget_wysija .wysija-paragraph {
      display: inline-block; }
      .widget_wysija_cont .widget_wysija .wysija-paragraph input.wysija-input {
        padding: 3px; }
        .widget_wysija_cont .widget_wysija .wysija-paragraph input.wysija-input::-webkit-input-placeholder {
          color: #999; }
    .widget_wysija_cont .widget_wysija .wysija-submit {
      display: inline-block;
      background-color: #e8eaed;
      padding: 2px 10px;
      border: 1px solid #cccccc; }
    .widget_wysija_cont .widget_wysija #footer_nl_comment {
      font-size: 12px; }

div.site-info {
  width: 510px;
  padding-left: 290px;
  min-height: 58px;
  margin: auto; }

div.about-footer {
  background-position: center center;
  padding: 0; }

@media screen and (max-width: 900px) {
  /* サイトの横幅より小さくなったとき */
  div#main {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  /* voice */
  #voice_ul .voice_li {
    margin: 0;
    width: 33.3%;
    max-width: 300px; }
    #voice_ul .voice_li a figure {
      margin: auto; }
      #voice_ul .voice_li a figure img {
        width: 100%;
        height: auto; }
      #voice_ul .voice_li a figure .voice_detail {
        position: static; }
  .post_list .post_list_ul li {
    padding: 0 5px; } }

@media screen and (max-width: 800px) {
  /* grobal navi用 */
  ul#menu-nav {
    width: 100%;
    border-right: 0;
    border-left: 0;
    border-radius: 0; }
  /* saron */
  #saron_photo_ul {
    text-align: center; }
    #saron_photo_ul .saron_photo_li {
      float: none;
      display: inline-block;
      margin: 15px; }
      #saron_photo_ul .saron_photo_li:nth-child(3n+3) {
        margin-right: 15px; }
      #saron_photo_ul .saron_photo_li a figure {
        margin: auto; }
        #saron_photo_ul .saron_photo_li a figure img {
          width: 100%;
          height: auto; } }

@media screen and (min-width: 56.063em) {
  /* PC用 */
  .border_form01 tr {
    border-bottom: 1px solid #f1f1f1; }
    .border_form01 tr:nth-child(odd) {
      background-color: #fcfcfc; }
    .border_form01 tr:last-child {
      border-bottom: 0; }
    .border_form01 tr td {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-right: 10px; }
      .border_form01 tr td.title {
        padding-right: 0;
        padding-left: 10px; } }

@media screen and (max-width: 40em) {
  /* スマホ用 */
  .menu-nav-container {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    min-width: 42px;
    z-index: 999;
    overflow: scroll; }
    .menu-nav-container ul#menu-nav {
      display: none;
      margin: 48px 0 0;
      border: 0;
      height: auto;
      width: 20em;
      border-radius: 0;
      background-color: #333; }
      .menu-nav-container ul#menu-nav li {
        display: block;
        position: static;
        text-align: center;
        float: none;
        /**/ }
        .menu-nav-container ul#menu-nav li:hover ul li {
          overflow: visible;
          height: 38px; }
        .menu-nav-container ul#menu-nav li ul {
          padding-left: 20px;
          list-style: none;
          position: static;
          width: auto; }
          .menu-nav-container ul#menu-nav li ul li {
            width: auto;
            overflow: hidden;
            height: auto;
            transition: none 0 ease 0; }
            .menu-nav-container ul#menu-nav li ul li a {
              background-color: #444;
              white-space: nowrap;
              min-width: auto;
              color: #333;
              text-align: left;
              padding: 1px 20px 0; }
        .menu-nav-container ul#menu-nav li:hover ul li {
          transition: none 0 ease 0; }
      .menu-nav-container ul#menu-nav > li.menu-item {
        display: block;
        float: none;
        position: relative;
        width: auto !important;
        border: 0; }
        .menu-nav-container ul#menu-nav > li.menu-item a {
          color: #fff;
          display: inline-block;
          width: 100%;
          text-align: left;
          white-space: nowrap;
          padding-left: 20px;
          padding-right: 20px; }
  .grayLayer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); }
  .l-header {
    margin: 0 0 1em;
    height: 38px; }
  .l-header:after {
    content: "";
    display: block;
    clear: both; }
  .iconBars {
    display: block;
    position: fixed;
    top: 4px;
    left: 4px;
    height: 38px;
    cursor: pointer;
    z-index: 1000; }
  .iconBars:before {
    font-family: 'FontAwesome';
    content: "\f0c9";
    display: inline-block;
    padding: 1px 4px 0;
    color: #333;
    background-color: #fefefe;
    font-size: 28px;
    line-height: 1;
    font-style: normal; }
  .iconClose {
    display: none;
    position: fixed;
    top: 4px;
    left: 4px;
    z-index: 1000;
    cursor: pointer; }
  .iconClose:before {
    font-family: 'FontAwesome';
    content: "\f0c9";
    display: inline-block;
    padding: 7px;
    color: #aaa;
    background-color: #fefefe;
    font-size: 30px;
    line-height: 1;
    font-style: normal; }
  /* title */
  .title01 {
    font-size: 24px;
    line-height: 28px; }
  .title02 {
    font-size: 22px; }
  .title03 {
    font-size: 18px;
    line-height: 20px; }
  .post_list .post_list_ul li {
    width: 100%;
    max-width: 100%;
    float: none; }
    .post_list .post_list_ul li:nth-child(2n+2) {
      float: none; }
    .post_list .post_list_ul li a {
      max-width: 430px;
      margin: auto; }
  .bottom_link {
    text-align: center; }
    .bottom_link a {
      color: #333;
      background-color: #fbc93e;
      padding: 8px 15px 7px;
      line-height: 18px; }
      .bottom_link a:after {
        color: #fff; }
  /* living */
  .living_flow_li {
    padding-top: 30px; }
    .living_flow_li:before {
      left: 50%;
      height: 60px;
      margin-left: -30px; }
    .living_flow_li .living_flow_inner {
      margin-left: 0; }
    .living_flow_li .living_flow_inner h3 {
      width: 100%;
      padding-top: 40px;
      display: block; }
    .living_flow_li .living_flow_inner div {
      display: block;
      width: 100%;
      padding: 14px; }
      .living_flow_li .living_flow_inner div a.link_button {
        display: block;
        width: 66.7%;
        margin: auto; }
  .living_big_button {
    width: 100%;
    max-width: 400px;
    font-size: 18px;
    padding: 18px 0 17px; }
  /* about */
  div.site-info {
    width: 100%;
    padding-left: 0; }
  #colophon {
    background-size: auto 100%;
    box-sizing: border-box; }
    #colophon #footer-navigation ul li {
      padding: 0 6px; }
  .banner_widget .textwidget {
    overflow: hidden; }
    .banner_widget .textwidget a {
      margin: 10px auto;
      float: none;
      text-align: center; } }

@media screen and (max-width: 480px) {
  body.page-id-1351 #masthead {
    height: 260px;
    background-size: auto 90%; } }

/*
iPad横 1024px, iPad縦 768px
タブレットの横はPCと同一にするため、ブレイクポイントを56em(896px)に設定
xs: -40em        -640px      smartphone
sm: 40.063-56em  641-896px   tablet(portrait)
md: 56.063-75em  897-1200px  tablet(landscape) and laptop
lg: 75.063em-    1201px-     desktop
*/
.rblack {
  color: #000; }

.bg_rblack {
  background-color: #000; }

.black {
  color: #333; }

.bg_black {
  background-color: #333; }

.gray {
  color: #888; }

.bg_gray {
  background-color: #888; }

.lightgray02 {
  color: #ccc; }

.bg_lightgray02 {
  background-color: #ccc; }

.lightgray01 {
  color: #e5e5e5; }

.bg_lightgray01 {
  background-color: #e5e5e5; }

.white {
  color: #fff; }

.bg_white {
  background-color: #fff; }

.beige {
  color: #f2e9e4; }

.bg_beige {
  background-color: #f2e9e4; }

.lightbeige {
  color: #FBF8F2; }

.bg_lightbeige {
  background-color: #FBF8F2; }

.tan {
  color: #f2b8a2; }

.bg_tan {
  background-color: #f2b8a2; }

.yellow {
  color: #fbc93e; }

.bg_yellow {
  background-color: #fbc93e; }

.red {
  color: #d6304f; }

.bg_red {
  background-color: #d6304f; }

.green {
  color: #1dad57; }

.bg_green {
  background-color: #1dad57; }

.responsive_image {
  width: 100%;
  height: auto; }

.box_center {
  text-align: center; }
  .box_center > * {
    display: inline-block;
    text-align: left; }

.opacity {
  opacity: 1;
  transition: opacity .25s ease-in-out; }
  .opacity:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    transition: opacity .25s ease-in-out; }

/* micro clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

a.hover_link:link {
  text-decoration: none; }

a.hover_link:visited {
  text-decoration: none; }

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

/*
iPad横 1024px, iPad縦 768px
タブレットの横はPCと同一にするため、ブレイクポイントを56em(896px)に設定
xs: -40em        -640px      smartphone
sm: 40.063-56em  641-896px   tablet(portrait)
md: 56.063-75em  897-1200px  tablet(landscape) and laptop
lg: 75.063em-    1201px-     desktop
*/
.ta_c {
  text-align: center; }

.ta_l {
  text-align: left; }

.ta_r {
  text-align: right; }

.mt_clear {
  margin-top: 0px !important; }

.mb_clear {
  margin-bottom: 0px !important; }

.ml_clear {
  margin-left: 0px !important; }

.mr_clear {
  margin-right: 0px !important; }

.m_clear {
  margin: 0px !important; }

.m_auto {
  margin: auto; }

.p_clear {
  padding: 0px !important; }

.pt_clear {
  padding-top: 0px !important; }

.pb_clear {
  padding-bottom: 0px !important; }

.pl_clear {
  padding-left: 0px !important; }

.pr_clear {
  padding-right: 0px !important; }

.fl_l {
  float: left; }

.fl_r {
  float: right; }

.fl_none {
  float: none; }

.b_none {
  border: 0; }

.bold {
  font-weight: bold; }

.td_n {
  text-decoration: none; }

.td_lt {
  text-decoration: line-through; }

.td_ul {
  text-decoration: underline; }

.ws_nw {
  white-space: nowrap; }

.of_h {
  overflow: hidden; }

.clear {
  clear: both; }

.flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.m_tb_long {
  margin-top: 60px;
  margin-bottom: 60px; }

.m_tb_middle {
  margin-top: 40px;
  margin-bottom: 40px; }

.m_tb_short {
  margin-top: 25px;
  margin-bottom: 25px; }

.m_tb_vshort {
  margin-top: 15px;
  margin-bottom: 15px; }

.m_lr_long {
  margin-top: 30px;
  margin-bottom: 30px; }

.m_lr_middle {
  margin-top: 30px;
  margin-bottom: 30px; }

.m_lr_short {
  margin-top: 30px;
  margin-bottom: 30px; }

.m_lr_vshort {
  margin-top: 30px;
  margin-bottom: 30px; }

@media screen and (min-width: 40.063em) {
  .sm_ta_c {
    text-align: center; }
  .sm_ta_l {
    text-align: left; }
  .sm_ta_r {
    text-align: right; }
  .sm_mt_clear {
    margin-top: 0px !important; }
  .sm_mb_clear {
    margin-bottom: 0px !important; }
  .sm_ml_clear {
    margin-left: 0px !important; }
  .sm_mr_clear {
    margin-right: 0px !important; }
  .sm_m_clear {
    margin: 0px !important; }
  .sm_m_auto {
    margin: auto; }
  .sm_p_clear {
    padding: 0px !important; }
  .sm_pt_clear {
    padding-top: 0px !important; }
  .sm_pb_clear {
    padding-bottom: 0px !important; }
  .sm_pl_clear {
    padding-left: 0px !important; }
  .sm_pr_clear {
    padding-right: 0px !important; }
  .sm_fl_l {
    float: left; }
  .sm_fl_r {
    float: right; }
  .sm_fl_none {
    float: none; }
  .sm_b_none {
    border: 0; }
  .sm_bold {
    font-weight: bold; }
  .sm_td_n {
    text-decoration: none; }
  .sm_td_lt {
    text-decoration: line-through; }
  .sm_td_ul {
    text-decoration: underline; }
  .sm_ws_nw {
    white-space: nowrap; }
  .sm_of_h {
    overflow: hidden; }
  .sm_clear {
    clear: both; }
  .sm_flex_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .sm_flex_center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .m_tb_long {
    margin-top: 84px;
    margin-bottom: 84px; }
  .p_tb_long {
    padding-top: 84px;
    padding-bottom: 84px; }
  .m_tb_middle {
    margin-top: 56px;
    margin-bottom: 56px; }
  .p_tb_middle {
    padding-top: 56px;
    padding-bottom: 56px; }
  .m_tb_short {
    margin-top: 35px;
    margin-bottom: 35px; }
  .p_tb_short {
    padding-top: 35px;
    padding-bottom: 35px; }
  .m_tb_vshort {
    margin-top: 21px;
    margin-bottom: 21px; }
  .p_tb_vshort {
    padding-top: 21px;
    padding-bottom: 21px; }
  .m_lr_long {
    margin-top: 42px;
    margin-bottom: 42px; }
  .p_lr_long {
    padding-top: 42px;
    padding-bottom: 42px; }
  .m_lr_middle {
    margin-top: 42px;
    margin-bottom: 42px; }
  .p_lr_middle {
    padding-top: 42px;
    padding-bottom: 42px; }
  .m_lr_short {
    margin-top: 42px;
    margin-bottom: 42px; }
  .p_lr_short {
    padding-top: 42px;
    padding-bottom: 42px; }
  .m_lr_vshort {
    margin-top: 42px;
    margin-bottom: 42px; }
  .p_lr_vshort {
    padding-top: 42px;
    padding-bottom: 42px; } }

@media screen and (min-width: 56.063em) {
  .md_ta_c {
    text-align: center; }
  .md_ta_l {
    text-align: left; }
  .md_ta_r {
    text-align: right; }
  .md_mt_clear {
    margin-top: 0px !important; }
  .md_mb_clear {
    margin-bottom: 0px !important; }
  .md_ml_clear {
    margin-left: 0px !important; }
  .md_mr_clear {
    margin-right: 0px !important; }
  .md_m_clear {
    margin: 0px !important; }
  .md_m_auto {
    margin: auto; }
  .md_p_clear {
    padding: 0px !important; }
  .md_pt_clear {
    padding-top: 0px !important; }
  .md_pb_clear {
    padding-bottom: 0px !important; }
  .md_pl_clear {
    padding-left: 0px !important; }
  .md_pr_clear {
    padding-right: 0px !important; }
  .md_fl_l {
    float: left; }
  .md_fl_r {
    float: right; }
  .md_fl_none {
    float: none; }
  .md_b_none {
    border: 0; }
  .md_bold {
    font-weight: bold; }
  .md_td_n {
    text-decoration: none; }
  .md_td_lt {
    text-decoration: line-through; }
  .md_td_ul {
    text-decoration: underline; }
  .md_ws_nw {
    white-space: nowrap; }
  .md_of_h {
    overflow: hidden; }
  .md_clear {
    clear: both; }
  .md_flex_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .md_flex_center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .m_tb_long {
    margin-top: 96px;
    margin-bottom: 96px; }
  .p_tb_long {
    padding-top: 96px;
    padding-bottom: 96px; }
  .m_tb_middle {
    margin-top: 64px;
    margin-bottom: 64px; }
  .p_tb_middle {
    padding-top: 64px;
    padding-bottom: 64px; }
  .m_tb_short {
    margin-top: 40px;
    margin-bottom: 40px; }
  .p_tb_short {
    padding-top: 40px;
    padding-bottom: 40px; }
  .m_tb_vshort {
    margin-top: 24px;
    margin-bottom: 24px; }
  .p_tb_vshort {
    padding-top: 24px;
    padding-bottom: 24px; }
  .m_lr_long {
    margin-top: 48px;
    margin-bottom: 48px; }
  .p_lr_long {
    padding-top: 48px;
    padding-bottom: 48px; }
  .m_lr_middle {
    margin-top: 48px;
    margin-bottom: 48px; }
  .p_lr_middle {
    padding-top: 48px;
    padding-bottom: 48px; }
  .m_lr_short {
    margin-top: 48px;
    margin-bottom: 48px; }
  .p_lr_short {
    padding-top: 48px;
    padding-bottom: 48px; }
  .m_lr_vshort {
    margin-top: 48px;
    margin-bottom: 48px; }
  .p_lr_vshort {
    padding-top: 48px;
    padding-bottom: 48px; } }

@media screen and (min-width: 75.063em) {
  .lg_ta_c {
    text-align: center; }
  .lg_ta_l {
    text-align: left; }
  .lg_ta_r {
    text-align: right; }
  .lg_mt_clear {
    margin-top: 0px !important; }
  .lg_mb_clear {
    margin-bottom: 0px !important; }
  .lg_ml_clear {
    margin-left: 0px !important; }
  .lg_mr_clear {
    margin-right: 0px !important; }
  .lg_m_clear {
    margin: 0px !important; }
  .lg_m_auto {
    margin: auto; }
  .lg_p_clear {
    padding: 0px !important; }
  .lg_pt_clear {
    padding-top: 0px !important; }
  .lg_pb_clear {
    padding-bottom: 0px !important; }
  .lg_pl_clear {
    padding-left: 0px !important; }
  .lg_pr_clear {
    padding-right: 0px !important; }
  .lg_fl_l {
    float: left; }
  .lg_fl_r {
    float: right; }
  .lg_fl_none {
    float: none; }
  .lg_b_none {
    border: 0; }
  .lg_bold {
    font-weight: bold; }
  .lg_td_n {
    text-decoration: none; }
  .lg_td_lt {
    text-decoration: line-through; }
  .lg_td_ul {
    text-decoration: underline; }
  .lg_ws_nw {
    white-space: nowrap; }
  .lg_of_h {
    overflow: hidden; }
  .lg_clear {
    clear: both; }
  .lg_flex_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .lg_flex_center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .m_tb_long {
    margin-top: 120px;
    margin-bottom: 120px; }
  .p_tb_long {
    padding-top: 120px;
    padding-bottom: 120px; }
  .m_tb_middle {
    margin-top: 80px;
    margin-bottom: 80px; }
  .p_tb_middle {
    padding-top: 80px;
    padding-bottom: 80px; }
  .m_tb_short {
    margin-top: 50px;
    margin-bottom: 50px; }
  .p_tb_short {
    padding-top: 50px;
    padding-bottom: 50px; }
  .m_tb_vshort {
    margin-top: 30px;
    margin-bottom: 30px; }
  .p_tb_vshort {
    padding-top: 30px;
    padding-bottom: 30px; }
  .m_lr_long {
    margin-top: 60px;
    margin-bottom: 60px; }
  .p_lr_long {
    padding-top: 60px;
    padding-bottom: 60px; }
  .m_lr_middle {
    margin-top: 60px;
    margin-bottom: 60px; }
  .p_lr_middle {
    padding-top: 60px;
    padding-bottom: 60px; }
  .m_lr_short {
    margin-top: 60px;
    margin-bottom: 60px; }
  .p_lr_short {
    padding-top: 60px;
    padding-bottom: 60px; }
  .m_lr_vshort {
    margin-top: 60px;
    margin-bottom: 60px; }
  .p_lr_vshort {
    padding-top: 60px;
    padding-bottom: 60px; } }

@media screen and (max-width: 40em) {
  .o_xs_dis_n {
    display: none; } }
