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

	reset CSS

========================================== */
/*
# Bace
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote,
table,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  background: #fff;
  color: #000;
}

body {
  font: 13px/1 "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

* html body {
  font-size: small;
}

*:first-child + html body {
  font-size: small;
}

img {
  border: 0;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-size: 100%;
  font-weight: normal;
}

ul,
dl,
ol {
  text-indent: 0;
}

li {
  list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input,
* html textarea,
* html select {
  font-size: 100%;
}

*:first-child + html + input,
*:first-child html + textarea,
*:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
}

* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre,
*:first-child html + code,
*:first-child html + kbd,
*:first-child + html + samp,
*:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input,
select,
textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

section {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/* =======================================

	all CSS

========================================== */
body {
  background: #fff;
  color: #202020;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

@media all and (min-width: 768px) {
  .wrapper {
    background-color: #f7f7f7;
  }
}

.header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  z-index: 3;
}

.header__inner {
  width: 100%;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (min-width: 768px) {
  .header__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.header__tit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (min-width: 768px) {
  .header__tit {
    text-align: center;
  }
}

.header__btns {
  position: absolute;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

@media all and (min-width: 768px) {
  .header__btns {
    display: none;
  }
}

.mvArea {
  width: auto;
  background: url(../img/common/bg_main01.png) repeat;
}

.mvArea__tit {
  line-height: 1.3;
  letter-spacing: 0.15em;
  padding: 15px 0 15px 12px;
  color: #2f9ae0;
  font-size: 2rem;
  font-weight: 500;
}

@media all and (min-width: 768px) {
  .mvArea {
    padding-top: 0;
    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;
    height: 150px;
  }
  .mvArea__tit {
    font-size: 2.8rem;
    padding: 0;
    margin: auto;
  }
}

.topMv {
  width: auto;
  height: 100px;
  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;
  background-size: cover;
  padding: 18px 15px;
  box-sizing: border-box;
  background: url(../img/common/bg_main01.png) repeat;
  background-size: 100px;
}

.topMv__tit {
  color: #2f9ae0;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

@media all and (min-width: 768px) {
  .topMv {
    padding-top: 0;
    width: calc(100% + 30px);
    height: 160px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .topMv__tit {
    font-weight: 700;
    margin: auto;
    max-width: 980px;
    font-size: 2.6rem;
  }
}

.container {
  padding-top: 43px;
  min-height: calc(100vh - 33px);
}

@media all and (min-width: 768px) {
  .container {
    background-color: #fff;
    padding: 43px 15px 10px;
    box-sizing: border-box;
    max-width: 980px;
    margin: auto;
  }
  .container--is_col2 {
    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;
    margin: auto;
  }
  .container--is_col2 .contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 700px;
            flex: 0 0 700px;
  }
  .container--is_col2 .sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 235px;
            flex: 0 0 235px;
  }
}

.bread {
  margin: 10px auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media all and (min-width: 768px) {
  .bread {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.bread__link {
  font-size: 1.2rem;
  color: #2f9ae0;
  line-height: 1.4;
  text-decoration: none;
}

.contents {
  width: 100%;
  position: relative;
  margin: 0 0 65px;
  background-image: none;
}

@media all and (min-width: 768px) {
  .contents {
    max-width: 980px;
    font-size: 100%;
    box-sizing: border-box;
    display: block;
    position: relative;
    text-align: left;
    background-size: contain;
  }
}

.column-main {
  margin-bottom: 30px;
}

.sidebar {
  display: none;
}

@media all and (min-width: 768px) {
  .sidebar {
    display: block;
  }
}

.sidebar-tit01 {
  color: #303030;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
  border-bottom-width: 2px;
  margin-bottom: 10px;
  padding: 8px 0;
  background-color: #f0f7ff;
}

.sideNav__list {
  margin-bottom: 15px;
}

.list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1.5rem;
  line-height: 1.2;
}

.list-link__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}

.list-link__thumb > img {
  width: 100%;
  height: auto;
}

.list-link__txtArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 175px;
          flex: 0 0 175px;
  padding-left: 10px;
}

.lated {
  width: 100%;
}

.lated__tit {
  color: #303030;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
  border-bottom-width: 2px;
  margin-bottom: 10px;
  padding: 8px 0;
  background-color: #f0f7ff;
}

@media all and (min-width: 768px) {
  .lated__tit {
    margin-bottom: 20px;
  }
}

.lated__inner {
  padding-left: 15px;
  padding-right: 15px;
}

@media all and (min-width: 768px) {
  .lated__inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.latedList__item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.latedList-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1.5rem;
  line-height: 1.2;
}

.latedList-link__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}

.latedList-link__thumb > img {
  width: 80px;
  height: 60px;
  object-fit: cover;
}

@media all and (min-width: 768px) {
  .latedList-link__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 200px;
            flex: 0 1 200px;
  }
  .latedList-link__thumb > img {
    width: 200px;
    height: 150px;
  }
}

.latedList-link__txtArea {
  padding-left: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 80px);
          flex: 0 0 calc(100% - 80px);
}

@media all and (min-width: 768px) {
  .latedList-link__txtArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 220px);
            flex: 0 0 calc(100% - 220px);
  }
}

.latedList-link__tit {
  font-weight: 500;
  font-size: 1.6rem;
}

@media all and (min-width: 768px) {
  .latedList-link__tit {
    font-size: 1.8rem;
  }
}

.latedList-link__date {
  color: #99a5b3;
  font-size: 1.3rem;
}

.footer {
  padding: 10px;
  background-color: #3c3c3c;
}

.footer__copyright {
  text-align: center;
  width: 100%;
  color: #fff;
}

.toggleBtn {
  position: relative;
  width: 38px;
  height: 38px;
}

.toggleBtn__link {
  display: block;
  position: relative;
  width: 38px;
  height: 38px;
}

.toggleBtn__link.active .toggleBtn__line:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.5s forwards;
          animation: active-menu-bar01 0.5s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
}

.toggleBtn__link.active .toggleBtn__line:nth-of-type(2) {
  opacity: 0;
}

.toggleBtn__link.active .toggleBtn__line:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.5s forwards;
          animation: active-menu-bar03 0.5s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0);
            transform: translateY(-12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
            transform: translateY(-12px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0);
            transform: translateY(-12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
            transform: translateY(-12px) rotate(-45deg);
  }
}

.toggleBtn__link.close .toggleBtn__line:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.5s forwards;
          animation: menu-bar01 0.5s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(12px) rotate(45deg);
            transform: translateY(12px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(12px) rotate(0);
            transform: translateY(12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(0);
            transform: translateY(0px) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(12px) rotate(45deg);
            transform: translateY(12px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(12px) rotate(0);
            transform: translateY(12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(0);
            transform: translateY(0px) rotate(0);
  }
}

.toggleBtn__link.close .toggleBtn__line:nth-of-type(2) {
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.toggleBtn__link.close .toggleBtn__line:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.5s forwards;
          animation: menu-bar02 0.5s forwards;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
            transform: translateY(-12px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0);
            transform: translateY(-12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
            transform: translateY(-12px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0);
            transform: translateY(-12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.toggleBtn__line {
  position: absolute;
  left: calc(50% - 15px);
  width: 80%;
  height: 2px;
  background-color: #888;
  border-radius: 4px;
}

.toggleBtn__line:nth-of-type(1) {
  top: 7px;
}

.toggleBtn__line:nth-of-type(2) {
  top: calc(50% - 1px);
}

.toggleBtn__line:nth-of-type(3) {
  bottom: 7px;
}

.toggleBtn__img {
  width: 100%;
  height: auto;
  margin: 0;
  z-index: 2;
}

.headerBtns {
  min-height: 38px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media all and (min-width: 768px) {
  .headerBtns {
    display: none;
  }
}

.sns-button__wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sns-button__btn {
  color: #fff;
  position: relative;
  background-color: aqua;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  padding: 10px 0;
  margin-right: calc(4% / 2);
}

@media all and (min-width: 768px) {
  .sns-button__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
            flex: 0 0 18%;
  }
}

@media all and (max-width: 767px) {
  .sns-button__btn:nth-of-type(3n) {
    margin-right: 0;
  }
  .sns-button__btn:nth-of-type(n+4) {
    margin-top: calc(4% / 2);
  }
}

.sns-button__btn:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}

.sns-button__btn--twitter {
  background-color: #1da1f2;
}

.sns-button__btn--facebook {
  background-color: #32529f;
}

.sns-button__btn--pocket {
  background-color: #ee4056;
}

.sns-button__btn--line {
  background-color: #00b900;
}

.sns-button__btn--hatebu {
  background-color: #00a4de;
}

/* =======================================

	general CSS

========================================== */
.is_hide {
  display: none !important;
}

.none {
  display: none !important;
}

.time {
  display: block;
  margin-bottom: 25px;
}

.entry-content {
  padding: 0 15px;
}

@media all and (min-width: 768px) {
  .entry-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.entry-content > p {
  font-size: 1.6rem;
  line-height: calc(24 / 16);
  margin-bottom: 25px;
}

.entry-content > p > strong {
  font-weight: 700;
}

.entry-content > h2 {
  font-size: 2.0rem;
  color: #fff;
  padding: 10px 15px 11px 14px;
  font-weight: 500;
  background-color: #3a95c3;
  line-height: 1.3;
  border-left: 4px solid e3e9ef;
  word-break: break-all;
  margin-bottom: 25px;
}

.entry-content > h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 8px 10px 15px;
  border-left: 6px solid #3a95c3;
  border-bottom: 2px solid #3a95c3;
  word-break: break-all;
  margin-bottom: 25px;
}

.entry-content > h4 {
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 500;
  word-break: break-all;
  margin-bottom: 25px;
}

.entry-content > h5 {
  display: inline;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.4;
  word-break: break-all;
  margin-bottom: 25px;
}

.entry-content > h5:before {
  content: "";
  position: absolute;
  height: 1.4rem;
  width: 0.7rem;
  left: 0;
  top: calc(1.6rem);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background-color: #2f9ae0;
  border-radius: 20%;
}

.article-Txt {
  border-top: 2px solid #f5f5f5;
}

.article-Txt .entry-tit {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
  color: #303030;
  margin-bottom: 20px;
  margin-top: 25px;
}

.article-Txt .entry-tit:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  background-color: #2f9ae0;
  margin-top: 20px;
}

@media all and (min-width: 768px) {
  .article-Txt .entry-tit {
    font-size: 3.4rem;
  }
}

.article-Txt .main-Img {
  margin-bottom: 25px;
}

.article-Txt .main-Img > img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.ml-inner01 {
  padding: 0 15px;
}

@media all and (min-width: 768px) {
  .ml-inner01 {
    padding-left: 0;
    padding-right: 0;
  }
}

.ml-tit01 {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media all and (min-width: 768px) {
  .ml-tit01 {
    text-align: center;
  }
}

.ml-tit02 {
  font-size: 1.8rem;
  line-height: 1.5;
}

.ml-tit03 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  background-color: #2f9ae0;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
}

@media all and (min-width: 768px) {
  .ml-tit03 {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.ml-txt01 {
  font-size: 1.6rem;
  line-height: 1.5;
}

.article-Txt .ml-cvtxt {
  text-align: center;
  color: #2f9ae0;
  margin-bottom: 5px;
}

.ml-cvArea {
  margin: 20px 0 50px;
}

.ml-cv {
  border: 3px solid #2f9ae0;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

@media all and (min-width: 768px) {
  .ml-cv {
    max-width: 300px;
    margin: auto;
  }
}

.ml-cv > a {
  color: #2f9ae0;
  text-decoration: none;
  padding: 12px 0;
  text-align: center;
  display: block;
  line-height: 1.4;
}

.ml-cv img {
  display: block;
  height: 0px;
}

#postsArea.loading:before {
  content: 'loading...';
}

.person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  font-size: 1.5rem;
}

.person__ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.person__img {
  width: 100%;
}

.person__dialogue {
  margin-left: 7px;
  padding: 5px 8px;
  line-height: 1.6;
  background-color: #eaf5f9;
  border-radius: 8px;
}

.wp-block-image {
  padding: 0;
  margin: 0;
}

.wp-block-image > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 25px;
}

/* =======================================

	testtest CSS

========================================== */
/* =======================================

	home CSS

========================================== */
/*
# 
*/
@media all and (min-width: 768px) {
  .home-intro {
    margin: 20px auto;
  }
}

.home-intro__titArea {
  margin: 25px 0;
}

.home-siteList {
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (min-width: 768px) {
  .home-siteList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.home-siteList__item {
  border-radius: 5px;
  font-size: 1.6rem;
}

@media all and (max-width: 767px) {
  .home-siteList__item:nth-of-type(n+2) {
    margin-top: 30px;
  }
}

@media all and (min-width: 768px) {
  .home-siteList__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
}

.home-siteList__link {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
}

.home-siteList__link:hover {
  opacity: 0.5;
}

.home-siteList__link > img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.home-siteList__date {
  display: block;
  font-size: 1.2rem;
  margin: 5px 0;
}

.home-siteList__tit {
  color: #2f9ae0;
  margin-bottom: 10px;
}

/* =======================================

	test CSS

========================================== */
/*
# 
*/
.questionArea {
  border: 2px solid #2f9ae0;
  border-radius: 6px;
  margin: 0 15px;
}

.questionArea + .questionArea {
  margin-top: 20px;
}

.questionArea__tit {
  padding: 10px;
  background-color: #2f9ae0;
  font-size: 2rem;
  display: inline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}

.questionArea__num {
  color: #303030;
  color: #fff;
}

.questionArea__txt {
  color: #2f9ae0;
  color: #fff;
  padding-left: 10px;
}

.questionArea__note {
  display: inline-block;
  color: #303030;
  font-size: 1.2rem;
  background-color: #efe15e;
  padding: 2px 8px 3px;
  border-radius: 4px;
  margin-left: 15px;
  vertical-align: middle;
}

@media all and (min-width: 768px) {
  .questionArea {
    margin: 20px auto;
  }
}

.answerArea {
  padding: 20px;
}

.checkList__item:not(:last-of-type) {
  margin-bottom: 20px;
}

.checkBox01 {
  display: block;
  position: relative;
}

.checkBox01__label {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 18px;
}

.checkBox01__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkBox01__checkbox ~ .checkBox01__indicator {
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}

.checkBox01__checkbox ~ .checkBox01__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.checkBox01__checkbox:checked ~ .checkBox01__indicator {
  background: #2f9ae0;
}

.checkBox01__checkbox:checked ~ .checkBox01__indicator:after {
  display: block;
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.loadPostsBtn {
  background-color: #efe15e;
  margin-top: 30px;
  width: 380px;
  margin: auto;
  max-width: 80%;
  text-align: center;
  border-radius: 6px;
}

.loadPostsBtn__link {
  color: #212121;
  text-align: center;
  font-size: 1.8rem;
  text-decoration: none;
  padding: 15px;
  display: block;
}

.postsArea {
  margin-top: 30px;
}

.postsArea .postItem {
  margin-left: 15px;
  margin-right: 15px;
  padding: 30px 10px;
  border-radius: 6px;
  border: 2px solid #2f9ae0;
}

.postsArea .postItem:not(:first-of-type) {
  margin-top: 10px;
}

.postsArea.loading {
  display: block;
  margin: 20px auto;
  text-align: center;
}

/* =======================================

	annotation-box CSS

========================================== */
.blc-annotation-box {
  margin-bottom: 25px;
}

.blc-annotation-box__txt {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #3e3e3e;
}

/* =======================================

	contents-heading CSS

========================================== */
.contents-heading {
  color: #fff;
  background-color: #2f9ae0;
  background-color: #c9e9f9;
  border-radius: 4px;
  margin-bottom: 25px;
}

.contents-heading__title {
  font-size: 1.8rem;
  text-align: center;
  padding: 10px;
  display: block;
  background-color: #2f9ae0;
  border-radius: 4px 4px 0 0;
}

.contents-heading__list a {
  color: #212121;
  display: block;
  font-size: 1.6rem;
  padding: 8px 0;
}

.contents-heading__list > ul {
  counter-reset: num;
  padding: 8px 0 8px 27px;
}

.contents-heading__list > ul > li {
  position: relative;
  padding: 5px 25px 4px 25px;
}

.contents-heading__list > ul > li:before {
  color: #fff;
  counter-increment: num 1;
  content: counter(num) " ";
  display: block;
  position: absolute;
  width: 22px;
  line-height: 22px;
  background-color: #303030;
  border-radius: 50%;
  top: 22px;
  left: -5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.contents-heading__list > ul > li > a {
  font-weight: 500;
}

.contents-heading__list > ul > li > ul {
  padding-left: 20px;
}

.contents-heading__list > ul > li > ul > li {
  position: relative;
}

.contents-heading__list > ul > li > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #444;
  border-radius: 50%;
  top: 16px;
  left: -15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contents-heading__list > ul > li > ul > li > a {
  font-size: 1.5rem;
  font-weight: 400;
}

/* =======================================

	info-box CSS

========================================== */
.blc-info-box {
  position: relative;
  top: 20px;
  padding: 0px 15px 15px;
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 45px;
  border: 2px solid #305891;
}

.blc-info-box__title {
  color: #305891;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: -20px;
  margin-left: -5px;
  margin-bottom: 15px;
  border: 2px solid #305891;
  background-color: #fff;
  padding: 6px;
  top: -14px;
}

.blc-info-box__info {
  font-size: 1.5rem;
  line-height: 1.5;
}

.blc-info-box__info > p {
  font-size: 1.6rem;
  line-height: calc(24 / 16);
  margin-bottom: 25px;
}

.blc-info-box__info > p > strong {
  font-weight: 700;
}

/* =======================================

	link-btn CSS

========================================== */
.blc-link-btn {
  margin: 40px 0 55px;
}

.blc-link-btn__link-title {
  position: relative;
  display: block;
  line-height: 1;
  padding: 8px 0 7px;
  border-radius: 4px;
  width: 220px;
  margin: auto;
  font-size: 1.3rem;
  text-align: center;
  color: #4a392d;
  z-index: 1;
  font-weight: 500;
  background-color: #ffd4bb;
  margin-bottom: -12px;
  border: 2px solid #fa833e;
}

.blc-link-btn__btn {
  position: relative;
  width: 100%;
  background-color: #fa833e;
  border-radius: 4px;
  font-size: 0;
}

.blc-link-btn__btn > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  padding: 15px 0 36px;
}

.blc-link-btn__btn > a:after {
  content: "公式サイト";
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.blc-link-btn__official {
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* =======================================

	memo CSS

========================================== */
.blc-memo {
  padding: 15px;
  background-color: #ffe9da;
  border-radius: 6px;
  margin-bottom: 25px;
}

.blc-memo__title {
  display: inline-block;
  font-weight: 700;
  font-size: 1.7rem;
  color: #ef7220;
  margin-bottom: 5px;
}

.blc-memo__txt {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #461e04;
}

/* =======================================

	point-list CSS

========================================== */
.blc-point-list {
  padding: 15px;
  background-color: #eafff6;
  border-radius: 6px;
  margin-bottom: 25px;
}

.blc-point-list__title {
  display: inline-block;
  font-weight: 500;
  font-size: 1.7rem;
  color: #388b67;
  margin-bottom: 10px;
}

.blc-point-list__item {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #461e04;
  padding-left: 30px;
  margin-bottom: 6px;
}

.blc-point-list__item:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 6px;
  top: 8px;
  left: 5px;
  border-left: 2px solid #388b67;
  border-bottom: 2px solid #388b67;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* =======================================

	serif-box CSS

========================================== */
.blc-serif-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  padding: 0 4px;
  border-radius: 6px;
  margin-bottom: 25px;
}

.blc-serif-box__character {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45px;
          flex: 1 0 45px;
  margin-right: 15px;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.blc-serif-box__character--shizuku {
  background-color: #cee2ff;
  background-image: url(../img/common/p_01.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.blc-serif-box__serif {
  position: relative;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 10px;
  background-color: #cde1fd;
  border-radius: 6px;
}

.blc-serif-box__serif > strong {
  font-size: 1.1em;
  font-weight: 700;
}

.blc-serif-box__serif:after {
  position: absolute;
  display: block;
  content: "";
  top: 12px;
  left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #cde1fd transparent transparent;
}

/* =======================================

	waterserver-info CSS

========================================== */
.waterserver-info {
  margin-bottom: 55px;
}

.waterserver-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #d4d4d4;
  padding: 20px 15px;
}

.waterserver-info__name {
  font-size: 2.7rem;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.waterserver-info__img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.waterserver-info__price-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.waterserver-info__price-label {
  font-size: 1.5rem;
  border-radius: 3px;
  border: 1px solid #d4d4d4;
  padding: 3px 5px 5px;
  margin-right: 10px;
}

.waterserver-info__price {
  font-weight: 500;
  font-size: 2rem;
  color: red;
}

.waterserver-info__price-breakdown-list {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.waterserver-info__price-breakdown-item {
  color: #787878;
}

.waterserver-info__price-breakdown-item:not(last-of-type) {
  margin-bottom: 5px;
}

.waterserver-info__data-table {
  width: 100%;
}

.waterserver-info__data-table td, .waterserver-info__data-table th {
  font-size: 1.5rem;
  border: 1px solid #abc6d7;
  padding: 7px 4px;
}

.waterserver-info__data-table th {
  width: 40%;
}

.waterserver-info__featuresArea {
  margin: 20px 0;
}

.waterserver-info__features-label {
  display: block;
  color: #2690c3;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.waterserver-info__features {
  font-size: 1.6rem;
  line-height: 1.6;
}

.waterserver-info__link-title {
  position: relative;
  display: block;
  line-height: 1;
  padding: 8px 0 7px;
  border-radius: 4px;
  width: 220px;
  margin: auto;
  font-size: 1.3rem;
  text-align: center;
  color: #4a392d;
  z-index: 1;
  font-weight: 500;
  background-color: #ffd4bb;
  margin-bottom: -12px;
  border: 2px solid #fa833e;
}

.waterserver-info__linkBtn {
  position: relative;
  width: 100%;
  background-color: #fa833e;
  border-radius: 4px;
  font-size: 0;
}

.waterserver-info__linkBtn > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  padding: 15px 0 36px;
}

.waterserver-info__linkBtn > a:after {
  content: "公式サイト";
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.waterserver-info__official {
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* =======================================

	page CSS

========================================== */
html {
  line-height: 1.4;
  font-size: 62.5%;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 480px) {
  html {
    line-height: 1.5;
  }
}

body.fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
}

a {
  color: #40391f;
}

a:hover {
  cursor: pointer;
}

.clearfix:after,
.cf:after {
  content: "";
  display: block;
  clear: both;
}

/*a:hover,
a:focus {
}*/
/*==================================================================================== */
/*
# Layout
*/
#contents:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  font-size: 0;
}

#sidebar {
  padding-top: 10px;
  width: 130px;
  float: left;
  /*background-color: olive;*/
}

.siteTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  text-align: left;
}

.siteTitle__link {
  display: block;
  height: 100%;
}

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

@media all and (min-width: 768px) {
  .siteTitle {
    padding-left: 0;
    width: auto;
  }
}

.contactBtn {
  height: 38px;
  background-color: #335e5e;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: 6px;
}

.contactBtn__link {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/ico_contact01.png) 50% 50% no-repeat;
  background-size: 20px;
}

@media all and (min-width: 768px) {
  .u-viewSp {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .u-viewPc {
    display: none !important;
  }
}

#gNav {
  display: none;
  position: fixed;
  top: 59px;
  left: 0;
  width: 100%;
  z-index: 1;
}

@media all and (min-width: 768px) {
  #gNav {
    display: block;
    position: relative;
    top: 0;
  }
}

@media all and (max-width: 767px) {
  .navList {
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 54px);
    overflow-y: scroll;
    background-color: #fff;
    z-index: 3;
  }
  .navList .js-navBg {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: -1;
    top: 0;
  }
  .navList__item {
    font-size: 1.6rem;
    display: block;
  }
  .navList__item:nth-of-type(n + 2) {
    border-top: 1px solid #e0e0e0;
  }
  .navList__link {
    display: block;
    padding: 15px 0 15px 15px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
  }
  .navList__link:after {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    right: 18px;
    top: calc(50% - 5px);
    border: 0px solid #888;
    border-top-width: 2px;
    border-right-width: 2px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navList__childItem {
    display: block;
    box-sizing: border-box;
    background-color: #fbf5cf;
  }
  .navList__childItem:nth-of-type(n + 1) {
    border-top: 1px solid #e0e0e0;
  }
  .navList__childLink {
    display: block;
    padding: 12px 0 12px 40px;
    text-decoration: none;
    position: relative;
  }
  .navList__childLink:before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    left: 18px;
    top: calc(50% - 1px);
    background-color: #fff;
  }
  .navList__childLink:after {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    right: 18px;
    top: calc(50% - 5px);
    border: 0px solid #e0e0e0;
    border-top-width: 2px;
    border-right-width: 2px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navList__closeBtn {
    color: #fff;
    font-size: 1.5rem;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #666;
  }
  .navList__closeBtn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: calc(50% - 43px);
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
    width: 14px;
    height: 14px;
    background: url(../img/common/closeIcon_sp.gif) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media all and (min-width: 768px) {
  .navList {
    position: relative;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 1.6rem;
    overflow-y: visible;
  }
  .navList__childList {
    display: none;
    position: absolute;
    right: 0;
    z-index: 100;
    max-width: 980px;
    background-color: #cab97d;
    cursor: auto;
  }
  .navList__childItem a {
    color: #333;
    background-color: #cab97d;
    display: block;
    width: 100%;
  }
  .navList__childItem a:hover {
    background-color: #cab97d;
  }
  .navList__childLink {
    padding: 0;
  }
  .navList__item {
    height: 60px;
    padding: 0 12px;
    line-height: 58px;
    text-align: center;
    color: #333;
    position: relative;
  }
  .navList__item a {
    color: #333;
  }
  .navList__item:hover {
    background-color: #cab97d;
    color: #333;
    cursor: pointer;
  }
  .navList__item:hover a {
    color: #333;
    height: 100%;
    display: block;
  }
  .navList__item:hover .navList__childList {
    display: block;
    width: 300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .navList__item a {
    text-decoration: none;
  }
  .navList__link {
    padding: 0;
  }
}

/*
# Module
--------------------------------*/
