@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Lato:400,700);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
/*
  common.css
*/
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.responsive {
  max-width: 100%;
}

.font-marumoji {
  font-family: Lato, "Rounded Mplus 1c","Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.spn-visible {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .spn-visible {
    visibility: visible;
  }
}

.color-orange {
  color: #E78B5F;
}

.color-green {
  color: #789B3B;
}

.font-large {
  font-size: 1.6rem;
}

.font-mini {
  font-size: 0.9rem;
}

/*
USES: sm(399px)以下の時のメディアクエリ
  @include mq-down(sm) {
    flex:1 1 320px;
  }
*/
.drawer-nav .drawer-searchbox {
  margin: 1rem;
}

.l-search {
  padding: 0.2rem;
  border-radius: 0.25rem;
  border: thin solid #d5d5d5;
  margin: 0 0 0.5rem;
  transition: border 0.35s ease-in 0s;
}

.l-search.focus {
  border: thin solid #789B3B;
}

.l-search .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  margin: 0;
}

.l-search .search-form .l-search__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  border: none !important;
  margin-right: 0.25rem;
}

.l-search .search-form .l-search__text:focus {
  outline: 0;
}

.l-search .search-form .l-search__btn {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  border-radius: 0.25rem;
  padding: 0 0.5rem;
}

.single .more {
  margin: 0.5rem 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .single .more {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #contents {
    padding: 5rem 2rem 0;
  }
}

#contents .contents-wrap main .sentence .inner.hold-space {
  min-height: 10rem;
}

@media screen and (max-width: 767px) {
  .img-spn-responsive {
    max-width: 100% !important;
    height: inherit !important;
  }
}

dl.datelist {
  overflow: visible;
  height: inherit;
  margin-bottom: 3rem;
}

.sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .sitemap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sitemap .one-col {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
}

.sitemap .one-col.jdc {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

@media screen and (max-width: 767px) {
  .sitemap .one-col.jdc {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

@media screen and (max-width: 399px) {
  .sitemap .one-col.jdc {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.sitemap .one-col.rokubancho {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
}

@media screen and (max-width: 767px) {
  .sitemap .one-col.rokubancho {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

@media screen and (max-width: 399px) {
  .sitemap .one-col.rokubancho {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.sitemap .one-col.therapy {
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
}

@media screen and (max-width: 767px) {
  .sitemap .one-col.therapy {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

@media screen and (max-width: 399px) {
  .sitemap .one-col.therapy {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.sitemap .one-col.health {
  -ms-flex-preferred-size: 26%;
      flex-basis: 26%;
}

@media screen and (max-width: 767px) {
  .sitemap .one-col.health {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

@media screen and (max-width: 399px) {
  .sitemap .one-col.health {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sitemap .one-col {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

@media screen and (max-width: 399px) {
  .sitemap .one-col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.sitemap .one-col h4 {
  height: 3rem;
  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;
}

.sitemap .one-col h4 > a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  color: #333333;
}

.sitemap .one-col .sitemap-tree li:before {
  content: "\f0a9";
  font-family: "fontawesome";
  display: inline-block;
  color: #789B3B;
  padding-right: 0.25rem;
}

.sitemap .one-col .sitemap-tree li a {
  color: #333333;
}

.sitemap .one-col .sitemap-tree li > ul {
  padding-left: 1rem;
}

.sitemap .one-row {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.sitemap .one-row .sitemap-tree li {
  display: inline-block;
  margin-right: 2rem;
}

.sitemap .one-row .sitemap-tree li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 399px) {
  .sitemap .one-row .sitemap-tree li {
    display: block;
    margin-right: 0;
  }
}

.sitemap .one-row .sitemap-tree li:before {
  content: "\f0a9";
  font-family: "fontawesome";
  display: inline-block;
  color: #789B3B;
  padding-right: 0.25rem;
}

.sitemap .one-row .sitemap-tree li a {
  color: #333333;
}

.sitemap .one-row .sitemap-tree li > ul {
  padding-left: 1rem;
}

.inqury-table {
  max-width: 600px;
}

.inqury-table tbody tr th, .inqury-table tbody tr td {
  padding-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .inqury-table tbody tr th, .inqury-table tbody tr td {
    display: block;
    width: 100%;
  }
}

.inqury-table tbody tr th .error, .inqury-table tbody tr td .error {
  color: #cc0000;
}

.inqury-table tbody tr th {
  padding-right: 1rem;
}

.result-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: thin dotted #BBBBBB;
}

@media screen and (max-width: 399px) {
  .result-list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.result-list li:first-child {
  padding-top: 0.25rem;
  border-top: thin dotted #BBBBBB;
}

.result-list li .head {
  background-color: #aaca72;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 10rem;
      flex-basis: 10rem;
  text-align: center;
  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 (max-width: 399px) {
  .result-list li .head {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.result-list li .data {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding: 1rem;
  word-break: break-all;
}

@media screen and (max-width: 399px) {
  .result-list li .data {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
    text-align: center;
  }
}

.btn_box {
  text-align: center;
  margin: 2rem 0;
}

.prompt {
  margin: 1rem 0 0.75rem;
}

.square_btn {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #E78B5F;
  color: #FFF;
  border-bottom: solid 4px #6a2d10;
  border-radius: 3px;
  transition: background 0.2s ease-out 0s;
}

.square_btn:hover {
  text-decoration: none;
  color: #fff;
  background: #eeab8b;
  cursor: pointer;
}

.square_btn:focus {
  text-decoration: none;
  color: #fff;
}

.logo-area #topmenu .header-wrap h1 {
  text-align: center;
  padding-bottom: 1rem;
}

@media screen and (max-width: 399px) {
  .logo-area #topmenu .header-wrap h1 {
    text-align: right;
  }
}

h2.title {
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
}

h2.title span {
  display: block;
  margin-bottom: .2em;
  color: #3f511f;
  font-size: 1.0rem;
}

#side-menu {
  padding: 0 1rem 0 0.5rem;
}

#side-menu ul {
  width: 100%;
}

#side-menu ul li {
  line-height: 1.8rem;
}

#side-menu ul li:not(.title):not(.hasSlide) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}

#side-menu ul li:not(.title):not(.hasSlide):before {
  content: '\f0f6';
  font-size: 1rem;
  font-family: fontawesome;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 1.2rem;
      flex-basis: 1.2rem;
}

#side-menu ul li:not(.title) a {
  color: #333333;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% - 1.2rem);
      flex-basis: calc(100% - 1.2rem);
}

#side-menu ul li:not(.title).hasSlide {
  background-color: #fff;
  padding: 0.5rem 0 0.5rem 0.35rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  line-height: 1.6rem;
  box-shadow: 0px 3px 13px -3px #999;
}

#side-menu ul li:not(.title).hasSlide:before {
  content: '\f115';
  font-family: fontawesome;
  display: inline-block;
  font-size: 1rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 1.5rem;
      flex-basis: 1.5rem;
}

#side-menu ul li:not(.title).hasSlide:after {
  position: absolute;
  content: '';
  width: 0.25rem;
  height: 0.25rem;
  border: 0.25rem solid transparent;
  border-top: 0.25rem solid #789B3B;
  border-left: 0.25rem solid #789B3B;
  left: 0;
  top: 0;
}

#side-menu ul li:not(.title).hasSlide > a {
  font-weight: bold;
  color: #333333;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% - 1.5rem);
      flex-basis: calc(100% - 1.5rem);
  margin: 0 0 0.25rem;
}

#mySlide-wrap {
  visibility: visible;
  position: relative;
  background-color: #eeeeee;
}

#mySlide-wrap a {
  color: #333333;
  text-decoration: none;
}

#mySlide-wrap ul {
  background-color: #eeeeee;
  padding: 0.25rem 0;
  width: 100%;
  cursor: default;
}

#mySlide-wrap ul > li {
  width: 100%;
  padding: 0.25rem 0;
  border-bottom: thin solid #BBBBBB;
}

#mySlide-wrap ul > li:hover {
  background-color: #d5d5d5;
  cursor: pointer;
}

#mySlide-wrap ul > li > a, #mySlide-wrap ul > li > span {
  display: block;
  width: calc(100%);
  padding: 0.5rem;
}

#mySlide-wrap ul > li .prevList {
  border-bottom: thin solid transparent;
}

#mySlide-wrap ul > li .prevList:hover {
  background-color: transparent;
  cursor: default;
}

#mySlide-wrap ul > li .prevList .prev_anchor {
  display: inline-block;
  color: #fff;
  width: auto;
}

#mySlide-wrap ul > li .prevList .prev_anchor .inline-prev {
  display: inline;
  background-color: #789B3B;
  padding: 0.5rem;
  border-radius: 0.25rem;
}

#mySlide-wrap ul > li .prevList .prev_anchor .inline-prev:before {
  content: "\f0a8";
  font-family: fontawesome;
  color: #fff;
  padding-right: 0.5rem;
}

#mySlide-wrap .title {
  font-weight: bold;
  background-color: #fff;
  border-top: thin solid #BBBBBB;
  border-bottom: thin solid #BBBBBB;
}

#mySlide-wrap .title:hover {
  background-color: #fff;
  cursor: default;
}

#mySlide-wrap .hasSlide > a:after {
  content: "\f0a9";
  font-family: fontawesome;
  color: #333333;
  padding-left: 0.5rem;
}

.card-list {
  margin-bottom: 3rem;
}

.card-list .card {
  border: thin solid #d5d5d5;
  padding: 1rem 1rem 1rem 1.25rem;
  position: relative;
  margin-bottom: 1rem;
  transition: all 0.2s ease-out 0s;
}

.card-list .card:before {
  position: absolute;
  content: '';
  width: 0.25rem;
  height: 100%;
  background-color: #789B3B;
  left: 0.5rem;
  top: 0;
}

.card-list .card > a {
  color: #333333;
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
}

.card-list .card > a:hover {
  color: #789B3B;
}

.card-list .card:hover {
  box-shadow: 1px 1px 8px -1px #BBBBBB;
}

.card-list .card .card-title {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.dir-wrap .current-dir-list {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dir-wrap .current-dir-list li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.dir-wrap .current-dir-list li .circle-icon {
  background-color: #789B3B;
  padding: 0.4rem;
  border-radius: 50%;
  color: #fff;
  margin: 0 0.25rem 0 0;
}

@media screen and (max-width: 767px) {
  .dir-wrap .current-dir-list li .circle-icon {
    margin: 0 0.25rem 0.5rem 0;
  }
}

.dir-wrap .current-dir-list li > a {
  color: #333333;
}

.breadcrumb ul.navi li:after {
  content: "\f105";
  font-family: "fontawesome";
  font-size: 1.4rem;
  -webkit-transform: translateY(11px);
  padding-left: 1rem;
}

#mySlide2-wrap {
  padding: 0 0.5rem;
  margin-bottom: 2rem;
}

#mySlide2-wrap a {
  color: #333333;
}

#mySlide2-wrap .root > a:before {
  content: "\f1bb";
  font-family: fontawesome;
  margin-right: 0.25rem;
}

#mySlide2-wrap > ul {
  padding: 0.5rem;
  background-color: #fff;
}

#mySlide2-wrap ul > li.current {
  background-color: #ffff66;
}

#mySlide2-wrap ul > li:not(.slide) {
  padding: 0.25rem;
}

#mySlide2-wrap ul > li:not(.slide):before {
  content: "\f0f6";
  font-family: fontawesome;
  margin-right: 0.25rem;
}

#mySlide2-wrap ul > li.slide > a {
  display: block;
  padding: 0.25rem;
}

#mySlide2-wrap .recursive-1 {
  background-color: #edf4e1;
}

#mySlide2-wrap .recursive-1 > li .title:before {
  content: "\f146";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 0.25rem;
}

#mySlide2-wrap .recursive-1 > li .title.list-close:before {
  content: "\f0fe";
}

#mySlide2-wrap .recursive-2 {
  background-color: #e2edcf;
}

#mySlide2-wrap .recursive-2 > li .title:before {
  content: "\f146";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 0.25rem;
}

#mySlide2-wrap .recursive-2 > li .title.list-close:before {
  content: "\f0fe";
}

#mySlide2-wrap .recursive-3 {
  background-color: #d7e6bc;
}

#mySlide2-wrap .recursive-3 > li .title:before {
  content: "\f146";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 0.25rem;
}

#mySlide2-wrap .recursive-3 > li .title.list-close:before {
  content: "\f0fe";
}

#mySlide2-wrap .recursive-4 {
  background-color: #cbdfaa;
}

#mySlide2-wrap .recursive-4 > li .title:before {
  content: "\f146";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 0.25rem;
}

#mySlide2-wrap .recursive-4 > li .title.list-close:before {
  content: "\f0fe";
}

#mySlide2-wrap .recursive-5 {
  background-color: #c0d897;
}

#mySlide2-wrap .recursive-5 > li .title:before {
  content: "\f146";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 0.25rem;
}

#mySlide2-wrap .recursive-5 > li .title.list-close:before {
  content: "\f0fe";
}

#mySlide2-wrap .recursive-6 {
  background-color: #b5d185;
}

#mySlide2-wrap .recursive-6 > li .title:before {
  content: "\f146";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 0.25rem;
}

#mySlide2-wrap .recursive-6 > li .title.list-close:before {
  content: "\f0fe";
}

#mySlide2-wrap .recursive-7 {
  background-color: #aaca72;
  color: #fff;
}

#mySlide2-wrap .recursive-7 > li a {
  color: #fff;
}

#mySlide2-wrap .recursive-7 > li .title:before {
  content: "\f146";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 0.25rem;
}

#mySlide2-wrap .recursive-7 > li .title.list-close:before {
  content: "\f0fe";
}

#mySlide2-wrap .recursive-8 {
  background-color: #9fc260;
  color: #fff;
}

#mySlide2-wrap .recursive-8 > li a {
  color: #fff;
}

#mySlide2-wrap .recursive-8 > li .title:before {
  content: "\f146";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 0.25rem;
}

#mySlide2-wrap .recursive-8 > li .title.list-close:before {
  content: "\f0fe";
}

#mySlide2-wrap .recursive-9 {
  background-color: #93bb4e;
  color: #fff;
}

#mySlide2-wrap .recursive-9 > li a {
  color: #fff;
}

#mySlide2-wrap .recursive-9 > li .title:before {
  content: "\f146";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 0.25rem;
}

#mySlide2-wrap .recursive-9 > li .title.list-close:before {
  content: "\f0fe";
}

#mySlide2-wrap .recursive-10 {
  background-color: #86ad42;
  color: #fff;
}

#mySlide2-wrap .recursive-10 > li a {
  color: #fff;
}

#mySlide2-wrap .recursive-10 > li .title:before {
  content: "\f146";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 0.25rem;
}

#mySlide2-wrap .recursive-10 > li .title.list-close:before {
  content: "\f0fe";
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .media {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.media .image {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

@media screen and (max-width: 767px) {
  .media .image {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.media .information {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding: 0.5rem 0 0.5rem 1rem;
}

@media screen and (max-width: 767px) {
  .media .information {
    padding: 1rem 0;
  }
}

.media .information h3 {
  padding: 0;
  margin: 0 0 0.5rem;
  line-height: 1.8rem;
}

.media .information .info-body {
  line-height: 1.6rem;
}

.media .information .info-date {
  font-weight: 500;
}

.login a {
  display: inline-block;
}

.login a.inline-show {
  display: inline-block;
}

.login a.disable {
  display: none !important;
}

.sns-share {
  display: flex;
  padding-left: 75px;
}

.sns-share i,
.sns-share img {
  padding: 0.2rem;
}

.fa-facebook-square {
  color: #315096;
}

.fa-twitter {
  color: #55acee;
}

/* Instagram 背景 */
.insta {
  position: relative;
  display: inline-block;
  top: 3px;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  border-radius: 10px;
}

.insta::before {
  content: "";
  position: absolute;
  top: 23px;
  left: -18px;
  width: 40px;
  height: 40px;
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}

.fa-instagram {
  color: #ffffff;
  position: relative;
  z-index: 2;
  font-size: 40px;
  line-height: 40px;
  top: -2px;
}

img.hatenablog {
  display: flex;
  margin-top: 1px;
  width: 46px;
}

.rokuban #container #contents .contents-wrap main .sentence .inner .prof-box div.mgn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .rokuban #container #contents .contents-wrap main .sentence .inner .prof-box div.mgn {
    text-align: left;
  }
}

.rokuban #container #contents .contents-wrap main .sentence .inner .prof-box div.mgn .mgn-wrap {
  line-height: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767px) {
  .rokuban #container #contents .contents-wrap main .sentence .inner .prof-box div.mgn .mgn-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.rokuban #container #contents .contents-wrap main .sentence .inner .prof-box div.mgn .mgn-wrap p {
  padding: 0;
  margin: 0;
}

.rokuban #container #contents .contents-wrap main .sentence .inner .prof-box div.mgn .mgn-wrap .mgn-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .rokuban #container #contents .contents-wrap main .sentence .inner .prof-box div.mgn .mgn-wrap .mgn-name {
    text-align: left;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.rokuban #container #contents .contents-wrap main .sentence .inner .prof-box div.mgn .mgn-wrap .mgn-name .name {
  padding: 0 1rem;
}

@media screen and (max-width: 767px) {
  .rokuban #container #contents .contents-wrap main .sentence .inner .prof-box div.mgn .mgn-wrap .mgn-name .name {
    padding: 0;
  }
}

.rokuban #container #contents .contents-wrap main .sentence .inner .prof-box div.mgn .mgn-wrap .mgn-profile {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 5rem;
      flex-basis: 5rem;
}

@media screen and (max-width: 767px) {
  .rokuban #container #contents .contents-wrap main .sentence .inner .prof-box div.mgn .mgn-wrap .mgn-profile {
    text-align: left;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.rokuban #container #contents .contents-wrap main .sentence .inner .prof-box div.mgn .mgn-wrap .mgn-profile .caption {
  border-bottom: thin dotted #333;
  border-left: 0.25rem solid #E78B5F;
  padding-left: 0.5rem;
}

.rokuban #container #contents .contents-wrap main .sentence .inner .prof-box div.mgn .mgn-wrap .mgn-profile ul {
  margin: 0.25rem 0;
}

.rokuban #container #contents .contents-wrap main .sentence .inner .prof-box div.mgn .mgn-wrap .mgn-profile ul li {
  padding-left: 0.75rem;
}

@media screen and (max-width: 767px) {
  .rokuban #container #contents .contents-wrap main .sentence .inner .prof-box div.mgn .mgn-wrap .mgn-profile ul li {
    padding-left: 0;
  }
}

.rokuban #container #contents .contents-wrap main .sentence .inner .prof-box div > .prof-img {
  max-width: 18rem;
}

@media screen and (max-width: 479px) {
  .img-normal {
    display: none;
  }
}

.img-spn {
  display: none;
}

@media screen and (max-width: 479px) {
  .img-spn {
    display: block;
  }
}

.space-block {
  margin: 2rem 0 0;
}

.space-block.suimin-book-space {
  border: thin solid #BBBBBB;
}

.space-block.suimin-book-space .suimin-book-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.space-block.suimin-book-space .suimin-book-wrap .suimin-book-front {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 7rem;
      flex-basis: 7rem;
}

@media screen and (max-width: 767px) {
  .space-block.suimin-book-space .suimin-book-wrap .suimin-book-front {
    -ms-flex-preferred-size: 5rem;
        flex-basis: 5rem;
  }
}

@media screen and (max-width: 479px) {
  .space-block.suimin-book-space .suimin-book-wrap .suimin-book-front {
    -ms-flex-preferred-size: 10rem;
        flex-basis: 10rem;
  }
}

.space-block.suimin-book-space .suimin-book-wrap .suimin-book-front > div {
  padding: 0.5rem;
}

.space-block.suimin-book-space .suimin-book-wrap .suimin-book-front > div > img {
  max-width: 100%;
  border: thin solid #ddd;
}

.space-block.suimin-book-space .suimin-book-wrap .suimin-book-sample {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 30rem;
      flex-basis: 30rem;
  overflow: hidden;
  position: relative;
}

.space-block.suimin-book-space .suimin-book-wrap .suimin-book-sample .suimin-book-title {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 479px) {
  .space-block.suimin-book-space .suimin-book-wrap .suimin-book-sample .suimin-book-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0.25rem;
  }
}

.space-block.suimin-book-space .suimin-book-wrap .suimin-book-sample .suimin-book-title .suimin-book-title-wrap {
  text-shadow: 2px 2px 2px #fff;
  position: relative;
  z-index: 10;
}

.space-block.suimin-book-space .suimin-book-wrap .suimin-book-sample .suimin-book-title .suimin-book-title-wrap .suimin-book-main-title {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .space-block.suimin-book-space .suimin-book-wrap .suimin-book-sample .suimin-book-title .suimin-book-title-wrap .suimin-book-main-title {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 399px) {
  .space-block.suimin-book-space .suimin-book-wrap .suimin-book-sample .suimin-book-title .suimin-book-title-wrap .suimin-book-main-title {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}

.space-block.suimin-book-space .suimin-book-wrap .suimin-book-sample .suimin-book-title .suimin-book-title-wrap .suimin-book-main-sub {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .space-block.suimin-book-space .suimin-book-wrap .suimin-book-sample .suimin-book-title .suimin-book-title-wrap .suimin-book-main-sub {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 399px) {
  .space-block.suimin-book-space .suimin-book-wrap .suimin-book-sample .suimin-book-title .suimin-book-title-wrap .suimin-book-main-sub {
    font-size: 0.8rem;
  }
}

.space-block.suimin-book-space .suimin-book-wrap .suimin-book-sample .suimin-book-sample-wrap {
  position: absolute;
  display: inline-block;
  right: 20rem;
  top: 0rem;
}

@media screen and (max-width: 979px) {
  .space-block.suimin-book-space .suimin-book-wrap .suimin-book-sample .suimin-book-sample-wrap {
    right: 13rem;
  }
}

@media screen and (max-width: 767px) {
  .space-block.suimin-book-space .suimin-book-wrap .suimin-book-sample .suimin-book-sample-wrap {
    top: 1rem;
    right: 8rem;
  }
}

@media screen and (max-width: 479px) {
  .space-block.suimin-book-space .suimin-book-wrap .suimin-book-sample .suimin-book-sample-wrap {
    top: 3.5rem;
  }
}

.space-block.suimin-book-space .suimin-book-wrap .suimin-book-sample .suimin-book-sample-wrap.sample-right {
  z-index: 1;
  right: 5rem;
}

@media screen and (max-width: 979px) {
  .space-block.suimin-book-space .suimin-book-wrap .suimin-book-sample .suimin-book-sample-wrap.sample-right {
    right: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .space-block.suimin-book-space .suimin-book-wrap .suimin-book-sample .suimin-book-sample-wrap.sample-right {
    right: 0rem;
  }
}

.space-block.suimin-book-space .suimin-book-wrap .suimin-book-sample .suimin-book-sample-wrap .suimin-book-sample-wrap {
  width: 30rem;
  height: 10rem;
}

.space-block.suimin-book-space .suimin-book-wrap .suimin-book-sample .suimin-book-sample-wrap a {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  display: block;
  position: relative;
}

.space-block.suimin-book-space .suimin-book-wrap .suimin-book-sample .suimin-book-sample-wrap a:hover:before {
  content: '';
  font-size: 3rem;
  max-width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 1rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
}

.space-block.suimin-book-space .suimin-book-wrap .suimin-book-sample .suimin-book-sample-wrap a:hover:after {
  content: "\f00e";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  z-index: 11;
  color: #999;
  left: 1.5rem;
  top: 1.5rem;
  margin: auto;
  text-align: center;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .space-block.suimin-book-space .suimin-book-wrap .suimin-book-sample .suimin-book-sample-wrap a:hover:after {
    font-size: 1.4rem;
    left: 0.5rem;
    top: 0.5rem;
  }
}

.space-block.suimin-book-space .suimin-book-wrap .suimin-book-sample .suimin-book-sample-wrap a img {
  box-shadow: 1px 1px 13px -4px #111;
  width: 20rem;
}

@media screen and (max-width: 767px) {
  .space-block.suimin-book-space .suimin-book-wrap .suimin-book-sample .suimin-book-sample-wrap a img {
    width: 10rem;
  }
}

.space-block.suimin-book-space .suimin-book-wrap .suimin-book-pdf {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 2;
}

.bg-black {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 30000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.bg-black .image-field {
  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;
}

.bg-black .image-field:before {
  position: absolute;
  z-index: 30001;
  content: "\f00d";
  font-family: FontAwesome;
  top: 1rem;
  left: 1rem;
  font-size: 3rem;
  color: #fff;
}

.four-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 2rem;
}

@media screen and (max-width: 767px) {
  .four-col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.four-col .single {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 24.5%;
      flex-basis: 24.5%;
}

@media screen and (max-width: 767px) {
  .four-col .single {
    -ms-flex-preferred-size: 49.5%;
        flex-basis: 49.5%;
  }
}

@media screen and (max-width: 399px) {
  .four-col .single {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

/*# sourceMappingURL=../css/append_common.css.map */
