@charset "UTF-8";
/*----------------------------------------------------
	LAYOUT
----------------------------------------------------*/
.column_blog.flex {
  gap: 0;
  flex-wrap: wrap;
}
.column_blog.staff {
  justify-content: center;
}

.blog_content {
  width: 75%;
}
@media screen and (max-width: 820px) {
  .blog_content {
    margin-right: 0;
    width: 100%;
  }
}
.blog_content article {
  border: 1px solid #ccc;
  margin: 0 0 48px;
  background: #fff;
}
@media screen and (max-width: 820px) {
  .blog_content article {
    padding-bottom: 20px;
  }
}
.blog_content article:hover .continue {
  background: #ee732a;
  color: #fff;
}
.blog_content article:hover .continue a {
  color: #fff;
}
.blog_content .blog_title {
  background: #ee732a;
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.6;
  padding: 10px 20px;
}
@media screen and (max-width: 820px) {
  .blog_content .blog_title {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 25px;
    padding: 10px 20px;
  }
}
.blog_content .blog_title a {
  color: #fff;
}
.blog_content .archive_content .flex {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .blog_content .archive_content .flex {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.blog_content .archive_content .thumbnail {
  border: 1px solid #ddd;
  max-width: 400px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.blog_content .archive_content .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog_content .archive_content .content_text {
  width: calc(100% - 400px);
}
@media screen and (max-width: 820px) {
  .blog_content .archive_content .content_text {
    padding-left: 0;
    width: 100%;
  }
}
.blog_content .archive_content .content_text .fablic {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 820px) {
  .blog_content .archive_content .content_text .fablic {
    flex-wrap: wrap;
  }
}
.blog_content .archive_content .content_text .fablic .date {
  margin-right: 20px;
  font-size: 14px;
  font-weight: normal;
}
.blog_content .archive_content .content_text .fablic .cat {
  background: #ee732a;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 820px) {
  .blog_content .archive_content .content_text .fablic .cat {
    max-width: 220px;
  }
}
.blog_content .archive_content .continue {
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #333;
  width: 300px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 45px;
  padding: 10px;
  margin-left: auto;
  margin-bottom: 0;
  background: #fff;
  border: 2px solid #eee;
  display: block;
}
@media screen and (max-width: 820px) {
  .blog_content .archive_content .continue {
    width: 100%;
  }
}
.blog_content .single_content a {
  color: #00a0e9;
  text-decoration: underline;
}
.blog_content .single_content p {
  line-height: 1.7;
  padding-bottom: 10px;
}
.blog_content .single_content img {
  margin: 0 auto 20px auto;
  text-align: center;
  display: block;
  height: auto;
}
.blog_content .single_content li {
  list-style-type: disc;
}
.blog_content .single_content table th,
.blog_content .single_content table td {
  border: 1px solid #ccc;
}
.blog_content .single_content .banner_knowledge {
  margin-top: 30px;
}
.blog_content .single_content .banner_knowledge .banner_box {
  display: flex;
  padding: 0 24px 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .blog_content .single_content .banner_knowledge .banner_box {
    flex-wrap: wrap;
    padding: 0 0 24px;
  }
}
.blog_content .single_content .banner_knowledge .banner_box .item {
  width: 48%;
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
.blog_content .single_content .banner_knowledge .banner_box .item.w100 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .blog_content .single_content .banner_knowledge .banner_box .item {
    width: 100%;
  }
  .blog_content .single_content .banner_knowledge .banner_box .item img {
    margin-bottom: 0;
  }
}
.blog_content .single_content .banner_knowledge .banner_box .item p {
  font-size: 2rem;
  border: 2px solid #ccc;
  border-radius: 50px;
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .blog_content .single_content .banner_knowledge .banner_box .item p {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
  }
}
.blog_content .single_content .banner_knowledge .banner_box .item p span {
  font-size: 2.4rem;
}
.blog_content .single_content .banner_knowledge .banner_box .item p:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .blog_content .single_content .banner_knowledge .banner_box .item p:before {
    display: inline-block;
    content: "";
    background: #7c450b;
    width: 2px;
    height: 20px;
    margin: 0;
    vertical-align: middle;
    transform: rotate(-35deg);
    bottom: 8px;
    left: 10px;
    border: 0;
  }
}
.blog_content .single_content .banner_knowledge .banner_box .item p:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ccc;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .blog_content .single_content .banner_knowledge .banner_box .item p:after {
    display: inline-block;
    content: "";
    background: #ee732a;
    width: 2px;
    height: 20px;
    margin: 0;
    vertical-align: middle;
    transform: rotate(35deg);
    bottom: 8px;
    left: unset;
    right: 10px;
    border: 0;
  }
}
.blog_content .single_content .banner_knowledge .banner_box .item .laber_web {
  color: #7c450b;
}
@media screen and (max-width: 767px) {
  .blog_content .single_content .banner_knowledge .banner_box .item .laber_web:before, .blog_content .single_content .banner_knowledge .banner_box .item .laber_web:after {
    background: #7c450b;
  }
}
.blog_content .single_content .banner_knowledge .banner_box .item .laber_inquiry {
  color: #ee732a;
}
@media screen and (max-width: 767px) {
  .blog_content .single_content .banner_knowledge .banner_box .item .laber_inquiry:before, .blog_content .single_content .banner_knowledge .banner_box .item .laber_inquiry:after {
    background: #ee732a;
  }
}
.blog_content .content_box {
  padding: 24px;
}
@media screen and (max-width: 820px) {
  .blog_content .content_box {
    padding: 12px;
  }
}
.blog_content .faq_wrap {
  margin-bottom: 60px;
}

/*------サイドバナー------------------------------*/
.blog_side {
  width: 21%;
}
@media screen and (max-width: 820px) {
  .blog_side {
    width: 100%;
    margin-bottom: 60px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .blog_side {
    margin-bottom: 35px;
  }
}
.blog_side .banner_wrap li {
  margin-bottom: 15px;
}
.blog_side .wiget_title {
  background: #ee732a;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.blog_side ul li {
  border-top: 1px solid #ccc;
}
.blog_side ul li:first-child {
  border-top: none;
}
.blog_side ul li:link, .blog_side ul li:visited {
  color: #666666;
}
.blog_side ul li a {
  font-size: 1.4rem;
}
.blog_side .widget_categories > ul > .cat-item:first-child {
  border-top: none;
}
.blog_side .children .cat-item {
  padding-left: 15px;
  border: none;
}
.blog_side .children .cat-item a:before {
  content: "-";
}
.blog_side .monthly_archive {
  overflow-y: auto;
  margin-top: 30px;
  height: 250px;
  margin-bottom: 24px;
}
@media screen and (max-width: 820px) {
  .blog_side .monthly_archive {
    height: auto;
  }
}

/*------ページング------------------------------*/
.paging {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .paging {
    flex-wrap: wrap;
    margin: 20px 0;
    gap: 5px;
  }
}
.paging div {
  min-width: 160px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .paging div {
    width: calc(50% - 3px);
  }
  .paging div.prev {
    order: 2;
    margin-left: auto;
  }
  .paging div.listback {
    order: 3;
    width: 100%;
  }
}
.paging div a {
  display: block;
  padding: 10px 20px;
  background: #7c450b;
  color: #fff;
  border: 1px solid #7c450b;
}
.paging div.listback a {
  position: relative;
  background: #fff;
  color: #7c450b;
}
@media screen and (max-width: 767px) {
  .paging div.listback a {
    width: 100%;
  }
}
.paging a {
  color: #ee732a;
  font-weight: 500;
}

/*------ページネーション------------------------------*/
@media screen and (max-width: 820px) {
  .pagination {
    margin-bottom: 30px;
  }
}
.page_numbers {
  padding: 7px 10px;
  border: 1px solid #ee732a;
  color: #ee732a;
  text-decoration: none;
  display: inline;
  margin-right: 5px;
  line-height: 1;
}
.page_numbers.current, .page_numbers:hover {
  background: #ee732a;
  color: #fff;
}

/*----------------------------------------------------
	TITLE
----------------------------------------------------*/
.blog_content .content_box h2:nth-of-type(1) {
  margin-top: 0;
}
.blog_content h2:not(.blog_title) {
  margin-top: 60px;
  margin-bottom: 35px;
  padding: 13px 20px;
  border-left: 7px solid #ee732a;
  background-color: #fff;
  font-weight: normal;
  border-bottom: none;
  font-size: 22px;
}
.blog_content h3 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-bottom: 4px;
  padding-left: 15px;
  border-bottom: 3px solid rgba(238, 115, 42, 0.3);
  font-weight: normal;
  font-size: 20px;
}
.blog_content h3::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 198px;
  height: 3px;
  background-color: #ee732a;
  content: "";
}
.blog_content h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  font-weight: normal;
  font-size: 18px;
}
.blog_content h4::before {
  display: inline-block;
  margin-right: 5px;
  color: #eb2323;
  content: "\f058";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}

@media screen and (max-width: 820px) {
  .blog_content h2:not(.blog_title) {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 10px 25px;
  }
  .blog_content h3 {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .blog_content h4 {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
/*----------------------------------------------------
	お客様の声
----------------------------------------------------*/
.single_star {
  color: #ff8300;
  font-size: 3rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .single_star {
    text-align: center;
  }
}
.single_star .title {
  font-size: 2rem;
  background: #7c450b;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .single_star .title {
    display: block;
    margin-right: 0;
  }
}
.single_star .num {
  margin-left: 10px;
  font-size: 3.8rem;
  font-weight: 700;
}

.voice_content .age,
.voice_content .plan_name {
  font-size: 1.8rem;
}
.voice_content .age span,
.voice_content .plan_name span {
  font-size: 1.6rem;
  background: #eee;
  color: #333;
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .voice_content .age span,
  .voice_content .plan_name span {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .voice_content .plan_name {
    width: 48%;
  }
}
.voice_content .voice_infomation_right {
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  .voice_content .voice_infomation_right {
    width: 100%;
    margin-bottom: 20px;
  }
}
.voice_content .voice_infomation_right .flex {
  flex-wrap: wrap;
  gap: 0;
}
.voice_content .voice_infomation_right .flex p {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .voice_content .voice_infomation_right .flex p {
    width: 100%;
  }
}

.voice_content_single .flex {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .voice_content_single .flex {
    flex-wrap: wrap;
  }
}
.voice_content_single .voice_date {
  text-align: right;
}
.voice_content_single .voice_infomation_left {
  width: 200px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .voice_content_single .voice_infomation_left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.voice_content_single .voice_infomation_left p:first-of-type {
  padding: 2% 1%;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  margin-bottom: 10px;
  text-align: center;
}
.voice_content_single .voice_infomation_left .voice_icon {
  margin-bottom: 10px;
}
.voice_content_single .initial {
  font-size: 2rem;
  padding-bottom: 10px;
}
.voice_content_single .voice_info_title {
  border-left: 3px solid #ee732a;
  border-bottom: 1px solid #666;
  margin-bottom: 1em;
  padding-left: 0.5em;
}
.voice_content_single .voice_info_title::before {
  content: none;
}
.voice_content_single .voice-text {
  margin: 15px 0;
  background: #fafafa;
  padding: 20px 15px;
  border-radius: 5px;
  font-weight: normal;
}

.voice_content_archives .voice_flex {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .voice_content_archives .voice_flex {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .voice_content_archives .voice_icon {
    width: 90px;
    display: inline-block;
  }
}
.voice_content_archives .single_star {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .voice_content_archives .single_star {
    line-height: 1.4;
    text-align: center;
  }
  .voice_content_archives .single_star span {
    margin-right: 0;
    display: block;
  }
}

/*----------------------------------------------------
	お客様の声
----------------------------------------------------*/
.voice_box .voice_img img {
  display: block;
  margin: 0 auto;
}
.voice_box .voice_cont {
  padding-top: 30px;
}
.voice_box .voice_cont .voice_flex {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .voice_box .voice_cont .voice_flex {
    flex-wrap: wrap;
  }
}
.voice_box .voice_cont .voice_flex dt {
  width: 25%;
  padding: 15px 15px 15px 20px;
  margin-right: 10px;
  font-weight: 700;
  background: rgba(238, 115, 42, 0.1);
}
@media screen and (max-width: 767px) {
  .voice_box .voice_cont .voice_flex dt {
    width: 100%;
    margin-right: 0;
    padding: 10px;
  }
}
.voice_box .voice_cont .voice_flex dd {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .voice_box .voice_cont .voice_flex dd {
    width: 100%;
    padding: 10px;
  }
}
.voice_box .voice_cont .voice_flex dd.star {
  display: flex;
  align-items: center;
}
.voice_box .voice_cont .voice_flex dd.star img {
  margin: 0 3px 0 !important;
}
.voice_box .voice_comment {
  padding-top: 25px;
}
.voice_box .voice_comment dt {
  background: #ee732a;
  color: #fff;
  padding: 7px 15px;
  border-radius: 7px 7px 0 0;
  display: inline-block;
  font-weight: 700;
}
.voice_box .voice_comment dd {
  background: #eee;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .voice_box .voice_comment dd {
    padding: 15px;
  }
}/*# sourceMappingURL=style-blog.css.map */