@charset "UTF-8";
/*---------------------------------------------
  WordPressデフォルトパーツ
---------------------------------------------*/
.wp-block-button a {
  text-decoration: none !important;
  padding: 7px 30px !important;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.6rem !important;
}

.wp-block-button {
  text-align: left;
}

.has-text-align-right {
  text-align: right !important;
}

.has-text-align-center {
  text-align: center !important;
}

.has-text-align-left {
  text-align: left !important;
}

.sidebar-wrapper {
  margin-bottom: 30px;
}

.koteipage article ul {
  margin-bottom: 40px;
}

.koteipage article ul li {
  text-align: left;
  margin: 0;
  padding: 0;
}

.koteipage article ul li:before {
  content: ""; /* 空の要素作成 */
  width: 8px; /* 幅指定 */
  height: 8px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  background-color: #666; /* 背景色指定 */
  border-radius: 50%;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  #widgetarea .sidebar-wrapper {
    display: inline-block;
    width: 50%;
    margin-bottom: 0;
  }
  #widgetarea .sidebar-wrapper img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
}
/*---------------------------------------------
  一覧ページ　フレーム
---------------------------------------------*/
.column2_wrap {
  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;
}

.main_area {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  margin-bottom: 40px;
}

.sidebar {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .column2_wrap {
    display: block;
  }
}
/*---------------------------------------------
  一覧ページ　左カラム
---------------------------------------------*/
.blog_list {
  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;
}

.blog_list li {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin-bottom: 40px;
}

.blog_list li a {
  height: 100%;
  display: block;
}

.blog_list li a img {
  width: 100%;
  height: auto;
}

.blog_list li a:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.blog_img {
  position: relative;
  overflow: hidden;
}

.blog_category {
  position: absolute;
  top: -8px;
  right: -7px;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  display: block;
  letter-spacing: 0.04rem;
  background: #28c9a2;
  padding: 5px 14px;
  border-radius: 15px;
}

.blog_textbox {
  text-align: left;
  padding: 4% 2%;
}

.blog_textbox .blog_date {
  font-size: 1.3rem;
  color: #808080;
  margin-bottom: 0.3rem;
}

.blog_textbox .blog_title {
  line-height: 1.4;
  color: #454545;
}

@media screen and (max-width: 480px) {
  .blog_list li {
    margin-bottom: 20px;
  }
  .blog_category {
    font-size: 1.1rem;
    top: -7px;
    right: -5px;
    padding: 4px 12px;
  }
}
/*---------------------------------------------
  関連記事　左カラム
---------------------------------------------*/
.related_post {
  margin-bottom: 30px;
}

.related_post h4 {
  font-size: 1.8rem;
  border-bottom: 1px solid #333;
  padding-bottom: 1px;
  margin-bottom: 20px;
  text-align: left;
}

.related_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.related_list li {
  -ms-flex-preferred-size: 23.5%;
      flex-basis: 23.5%;
  margin-right: 2%;
}

.related_list li:last-child {
  margin-right: 0;
}

.related_list li a {
  height: 100%;
  display: block;
}

.related_list li a img {
  width: 100%;
  height: auto;
}

.blog_textbox {
  text-align: left;
  padding: 4% 2%;
}

.blog_textbox .related_date {
  font-size: 1.3rem;
  color: #808080;
  margin-bottom: 0.3rem;
}

.blog_textbox .related_title {
  line-height: 1.4;
  color: #454545;
}

@media screen and (max-width: 480px) {
  .related_list li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .related_list li:nth-child(even) {
    margin-right: 0;
  }
  .blog_textbox .related_date {
    font-size: 1.2rem;
    margin-bottom: 0.1rem;
  }
  .blog_textbox .related_title {
    font-size: 1.4rem;
  }
}
/*---------------------------------------------
  記事ページ　左カラム
---------------------------------------------*/
.headbox {
  border-left: 3px solid #333;
  padding: 6px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 6rem;
  text-align: left;
}

.headbox .blog_category_single {
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.04rem;
  background: #28c9a2;
  padding: 5px 15px;
  border-radius: 15px;
  margin-bottom: 2rem;
}

.headbox h1.singleTitle {
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  color: #1b1b1b;
}

.headbox .singleDate {
  font-size: 1.4rem;
  color: #666666;
}

.kizipage article {
  margin-bottom: 40px;
}

.kizipage article img,
.kizipage article ifreme {
  max-width: 100%;
  height: auto;
  margin: 30px auto 40px auto;
  display: block;
}

.kizipage article h2,
.kizipage article h3,
.kizipage article h4 {
  color: #1b1b1b;
  text-align: left;
  line-height: 1.5;
  font-weight: 700;
}

.kizipage article h2 {
  font-size: 2.4rem;
  border-bottom: 1px solid #1b1b1b;
  padding-bottom: 5px;
  margin: 50px 0 20px;
}

.kizipage article h3 {
  font-size: 2.2rem;
  margin: 30px 0 10px;
}

.kizipage article h4 {
  font-size: 1.9rem;
  margin: 30px 0 10px;
}

.kizipage article figcaption {
  font-size: 1.3rem;
  color: #666;
  margin-top: -20px;
  margin-bottom: 40px;
}

.kizipage article p {
  text-align: left;
  padding-top: 0 !important;
  line-height: 2;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  font-size: 1.6rem;
}

.kizipage article a {
  color: #ff8900;
  text-decoration: underline;
}

.kizipage article a:hover {
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .headbox {
    border-left: 2px solid #333;
    padding: 6px 10px;
    margin-bottom: 5rem;
  }
  .kizipage article p {
    line-height: 1.8;
  }
}
/*---------------------------------------------
  固定ページ
---------------------------------------------*/
.koteipage article {
  margin-bottom: 40px;
}

.koteipage article img,
.koteipage article ifreme {
  max-width: 100%;
  height: auto;
  margin: 30px auto 40px auto;
  display: block;
}

.koteipage article h2,
.koteipage article h3,
.koteipage article h4 {
  color: #1b1b1b;
  text-align: left;
  line-height: 1.5;
  font-weight: 700;
}

.koteipage article h2 {
  font-size: 2.4rem;
  border-bottom: 1px solid #1b1b1b;
  padding-bottom: 5px;
  margin: 50px 0 20px;
}

.koteipage article h3 {
  font-size: 2.2rem;
  margin: 30px 0 10px;
}

.koteipage article h4 {
  font-size: 1.9rem;
  margin: 30px 0 10px;
}

.koteipage article figcaption {
  font-size: 1.3rem;
  color: #666;
  margin-top: -20px;
  margin-bottom: 40px;
}

.koteipage article p {
  text-align: left;
  padding-top: 0 !important;
  line-height: 2;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  font-size: 1.6rem;
}

.koteipage article a {
  color: #ff8900;
  text-decoration: underline;
}

.koteipage article a:hover {
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .koteipage article p {
    line-height: 1.8;
  }
}
/*---------------------------------------------
  ニュース一覧ページ
---------------------------------------------*/
.newslistbox .innerBox {
  max-width: 780px;
}

.newsList {
  text-align: left;
}

.newsList li {
  border: 1px solid #ddd;
  margin: 0 0 -1px 0;
  padding: 15px 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.newsList .newsData {
  float: left;
  margin: 0 40px 0 0;
  font-size: 1.5rem;
  color: #808080;
}

.newsList .newsCategory {
  float: left;
  margin: 0 20px 0 0;
  line-height: 58px;
}

.newsList .newsTitle {
  float: left;
  font-size: 1.5rem;
  font-weight: normal;
}

/*---------------------------------------------
  ニュース記事ページ
---------------------------------------------*/
.newspage .innerBox {
  max-width: 780px;
}

/*---------------------------------------------
  固定ページスリム
---------------------------------------------*/
.slim .innerBox {
  max-width: 780px;
}

/*---------------------------------------------
  サイドバー
---------------------------------------------*/
.sidebar h4 {
  color: #1b1b1b;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  background-color: #1b1b1b;
  color: #fff;
  text-align: center;
  display: block;
  padding: 0.3rem 0;
  border-radius: 6px;
}

/*--- category ---*/
.sidebar .category_list {
  margin-bottom: 30px;
}

.sidebar .category_list li {
  padding: 1rem 0 1rem 35px;
  font-size: 1.5rem;
  background-image: url(../img/common/arrow.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 0 50%;
  border-bottom: 1px dotted #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar .category_list li:hover {
  background-position: 10px 50%;
}

.sidebar .category_list li a:hover {
  color: #ff8900;
}

/*--- new ---*/
.sidebar .new li {
  padding: 0.6rem 0;
}

.sidebar .new li:first-child {
  padding-top: 1.5rem;
}

.sidebar .new li::after {
  clear: both;
  content: "";
  display: table;
}

.sidebar .new li a {
  width: 100%;
  height: 100%;
  display: block;
}

.sidebar .new li a:hover {
  opacity: 0.8;
}

.sidebar .new img {
  float: left;
  padding-right: 12px;
  width: 130px;
  height: auto;
}

.sidebar .new .title {
  overflow: hidden;
  line-height: 1.5;
  font-size: 1.3rem;
}

.sidebar .new .title .date {
  display: block;
  font-size: 1.1rem;
  color: #6E6E6E;
  padding-top: 0.5rem;
}

/*---------------------------------------------
  コンタクトフォーム
---------------------------------------------*/
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=text],
input[type=email] {
  width: 100%;
}

.formbox {
  max-width: 750px;
  margin: 0 auto;
  text-align: left;
}

.formbox dl {
  margin-bottom: 25px;
}

.formbox dt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.formbox dt span {
  color: #FFF;
  font-size: 12px;
  background: #e60012;
  border-radius: 20px;
  padding: 5px 10px;
  margin-left: 5px;
}

.formbox input {
  padding: 8px;
  border: 2px solid #e8f0f5;
  font-size: 16px;
}

.formbox textarea {
  padding: 8px;
  border: 2px solid #e8f0f5;
  width: 100%;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 115px;
}

.btnbox {
  text-align: center;
  margin-top: 50px;
  width: 100%;
  display: block;
}

#formbtn {
  font-style: normal;
  font-size: 1.5rem;
  display: block;
  text-align: center;
  margin: 40px auto 10px !important;
  padding: 10px 30px;
  width: 100%;
  max-width: 260px;
  background-color: #333;
  border-radius: 24px;
  color: #fff;
  font-weight: 500;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#formbtn:hover {
  color: #fff;
  background-color: #ff8900;
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: none !important;
  color: #e60012;
  font-weight: 700;
}

.formbox dd label {
  cursor: pointer !important;
}

span.wpcf7-list-item {
  margin: 0 !important;
  display: block !important;
  padding: 0 0 0.3em !important;
}

/*---------------------------------------------
  pagenaviプラグイン
---------------------------------------------*/
.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 13px;
    padding: 7px 9px;
  }
}