<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#sec_archive_list {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  #sec_archive_list {
    padding-bottom: 0;
  }
}

/* category
======================= */
.category li {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  background: #0068B7;
  padding: 15px 16px;
  border-radius: 0 0 20px 0;
}

.category li.category_cat01 {
  background: #0068B7;
}

.category li.category_cat02 {
  background: #E60112;
}

.category li.category_cat03 {
  background: #03a49e;
}

.category li.category_cat04 {
  background: #E95D19;
}

.category li.category_cat05 {
  background: #A78EC3;
}

/* tags
======================= */
.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tags li {
  margin: 0 10px 10px 0;
  background: #F7F7F7;
  font-size: 1.6rem;
  border-radius: 30px;
  padding: 9px 18px;
  display: inline-block;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.tags li:before {
  content: "#";
  margin-right: 5px;
}

.tags li:hover {
  opacity: .6;
}

/* pagetitle_index
======================= */
.pagetitle_index {
  background: url(../img/officialblog/main_bg.jpg) no-repeat center center;
  height: 568px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 154px !important;
  margin-top: 0 !important;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1921px) {
  .pagetitle_index {
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) {
  .pagetitle_index {
    height: 340px;
    padding-top: 75px !important;
  }
}

.pagetitle_index .txt_area {
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 10;
}

.pagetitle_index .txt_area &gt; div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pagetitle_index .sub, .pagetitle_index h1 {
  border: 4px solid #fff;
  padding: 9px 25px;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .pagetitle_index .sub, .pagetitle_index h1 {
    border-width: 2px;
  }
}

.pagetitle_index .sub:before, .pagetitle_index h1:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.pagetitle_index .txt_area .sub_area {
  margin-left: -80px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .pagetitle_index .txt_area .sub_area {
    margin-left: -42px;
  }
}

.pagetitle_index .sub {
  font-size: 4rem;
  font-weight: 700;
  padding-left: 12px;
  padding-right: 12px;
}

@media only screen and (max-width: 767px) {
  .pagetitle_index .sub {
    font-size: 2rem;
  }
}

.pagetitle_index h1 {
  font-size: 7.2rem !important;
  margin-top: -4px;
  letter-spacing: normal !important;
}

@media only screen and (max-width: 767px) {
  .pagetitle_index h1 {
    font-size: 3.8rem !important;
    margin-top: -2px;
  }
}

.pagetitle_index .tag {
  display: block;
  width: 105px;
  line-height: 1;
  position: absolute;
  top: -58px;
  right: -132px;
}

@media only screen and (max-width: 767px) {
  .pagetitle_index .tag {
    width: 73px;
    top: -38px;
    right: -85px;
  }
}

.pagetitle_index .tag img {
  width: 100%;
  height: auto;
}

.pagetitle_index .img span {
  display: block;
  position: absolute;
  left: 50%;
  z-index: 1;
}

.pagetitle_index .img span img {
  width: auto;
  height: auto;
}

.pagetitle_index .img .img01 {
  bottom: 0;
  margin-left: -405px;
}

.pagetitle_index .img .img02 {
  top: -45px;
  margin-left: -782px;
}

.pagetitle_index .img .img03 {
  top: -53px;
  margin-left: 320px;
}

.pagetitle_index .img .img04 {
  bottom: -44px;
  margin-left: 415px;
}

@media only screen and (max-width: 1280px) {
  .pagetitle_index .img .img02 {
    top: -35px;
    margin-left: -670px;
  }
  .pagetitle_index .img .img02 img {
    width: 362px;
  }
  .pagetitle_index .img .img03 {
    top: -49px;
    margin-left: 282px;
  }
  .pagetitle_index .img .img03 img {
    width: 360px;
  }
  .pagetitle_index .img .img04 {
    bottom: -45px;
    margin-left: 338px;
  }
  .pagetitle_index .img .img04 img {
    width: 420px;
  }
}

@media only screen and (max-width: 1280px) and (max-width: 980px) {
  .pagetitle_index .img .img02 {
    top: -24px;
    margin-left: -530px;
  }
  .pagetitle_index .img .img02 img {
    width: 275px;
  }
  .pagetitle_index .img .img03 {
    display: none;
  }
  .pagetitle_index .img .img04 {
    bottom: auto;
    top: 39px;
    margin-left: 200px;
  }
  .pagetitle_index .img .img04 img {
    width: 350px;
  }
}

@media only screen and (max-width: 1280px) and (max-width: 767px) {
  .pagetitle_index .img .img01 {
    margin-left: -202px;
  }
  .pagetitle_index .img .img01 img {
    width: 402px;
  }
  .pagetitle_index .img .img02 {
    top: -22px;
    margin-left: -265px;
  }
  .pagetitle_index .img .img02 img {
    width: 214px;
  }
  .pagetitle_index .img .img04 {
    top: 6px;
    margin-left: 88px;
  }
  .pagetitle_index .img .img04 img {
    width: 220px;
  }
}

/* terms_wrap
======================= */
.terms_wrap {
  position: relative;
  top: -54px;
  padding: 0 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 20;
}

@media only screen and (max-width: 767px) {
  .terms_wrap {
    margin-bottom: 20px;
  }
}

.terms_wrap .innerWrap {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 30px 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

@media only screen and (max-width: 767px) {
  .terms_wrap .innerWrap {
    display: block;
    padding: 15px;
  }
}

.terms_wrap a, .terms_wrap button {
  background: #fff;
  line-height: 1.3;
  border: 1px solid #222426 !important;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 50px;
  padding: 13px 11px;
  display: inline-block;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .terms_wrap a, .terms_wrap button {
    font-size: 1.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.terms_wrap a:hover, .terms_wrap button:hover {
  opacity: 1;
  background-color: #F7F7F7 !important;
}

.terms_wrap .terms {
  width: calc(100% - 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .terms_wrap .terms {
    width: 100%;
  }
}

.terms_wrap .terms li {
  margin: 0 10px 10px 0;
}

@media only screen and (max-width: 767px) {
  .terms_wrap .terms li {
    margin: 0 5px 5px 0;
  }
}

.terms_wrap .terms li.current-cat a {
  color: #fff;
  pointer-events: none;
}

.terms_wrap .terms li.current-cat.category_cat01 a {
  background: #0068B7;
  border-color: #0068B7 !important;
}

.terms_wrap .terms li.current-cat.category_cat02 a {
  background: #E60112;
  border-color: #E60112 !important;
}

.terms_wrap .terms li.current-cat.category_cat03 a {
  background: #03a49e;
  border-color: #03a49e !important;
}

.terms_wrap .terms li.current-cat.category_cat04 a {
  background: #E95D19;
  border-color: #E95D19 !important;
}

.terms_wrap .terms li.current-cat.category_cat05 a {
  background: #A78EC3;
  border-color: #A78EC3 !important;
}

.terms_wrap .modal-opener-wrap {
  width: 160px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .terms_wrap .modal-opener-wrap {
    margin: 20px auto 0;
  }
}

.terms_wrap .modal-opener-wrap button {
  display: block;
  width: 100%;
  background: url(../img/icon_search02.png) no-repeat right 15px center #fff;
  background-size: 20px auto;
  padding-right: 45px;
}

.terms_wrap .modal-opener-wrap button:before {
  content: none !important;
}

/* searchbox
======================= */
.searchbox {
  font-size: 1.6rem;
}

.searchbox dt {
  font-size: 2rem;
  font-weight: 700;
  padding-left: 30px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 15px;
}

.searchbox dt:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: #E60112;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0;
}

.searchbox dd + dt {
  margin-top: 40px;
}

.searchbox input[type="text"] {
  border: 1px solid #222426;
  border-radius: 50px;
  font-weight: 700;
  max-width: 456px;
  height: 46px;
}

.searchbox input[type="radio"] + span,
.searchbox input[type="checkbox"] + span,
.searchbox input[type="submit"] {
  display: block;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.searchbox input[type="radio"] + span:before, .searchbox input[type="radio"] + span:after,
.searchbox input[type="checkbox"] + span:before,
.searchbox input[type="checkbox"] + span:after,
.searchbox input[type="submit"]:before,
.searchbox input[type="submit"]:after {
  display: none;
}

.searchbox input[type="radio"] + span:hover,
.searchbox input[type="checkbox"] + span:hover,
.searchbox input[type="submit"]:hover {
  opacity: .6;
}

.searchbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.searchbox ul li {
  margin: 0 10px 10px 0;
}

.searchbox .search_category ul input[type="radio"] + span {
  border: 1px solid #222426;
  border-radius: 50px;
  padding: 8px 14px;
}

.searchbox .search_category ul input[type="radio"]:checked + span {
  background: #0068B7;
  color: #fff;
  border-color: #0068B7;
}

.searchbox .search_tags ul input[type="checkbox"] + span {
  background: #F7F7F7;
  padding: 4px 18px;
  border-radius: 30px;
}

.searchbox .search_tags ul input[type="checkbox"] + span:before {
  content: "#";
  margin: 0 5px 0 0;
  display: inline-block;
  border: none;
  padding: 0;
  background: none;
  position: static;
}

.searchbox .search_tags ul input[type="checkbox"]:checked + span {
  background: #0068B7;
  color: #fff;
}

.searchbox .search_btn {
  text-align: center;
  margin-top: 20px;
}

.searchbox .search_btn input[type="submit"] {
  background: #0068B7;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  padding: 13px 60px;
  border-radius: 50px;
  margin: 0 auto;
}

.modal-content-wrap {
  max-width: 1000px;
  padding-top: 0;
}

.modal-content-wrap .modal-header {
  border: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* sec_archive_list
======================= */
#sec_archive_list {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 767px) {
  #sec_archive_list {
    padding-bottom: 40px;
  }
}

#sec_archive_list p.result {
  text-align: center;
  line-height: 1.4;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  #sec_archive_list p.result {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}

#sec_archive_list .list {
  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;
}

#sec_archive_list .list:before, #sec_archive_list .list:after {
  content: "";
  display: block;
  width: 24%;
  max-width: 290px;
}

@media only screen and (max-width: 767px) {
  #sec_archive_list .list:before, #sec_archive_list .list:after {
    content: none;
  }
}

#sec_archive_list .list:before {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#sec_archive_list .list a {
  display: block;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

#sec_archive_list .list a:hover {
  opacity: .6;
}

#sec_archive_list .list &gt; li {
  width: 24%;
  max-width: 290px;
  margin-bottom: 60px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #sec_archive_list .list &gt; li {
    width: 100% !important;
    max-width: inherit !important;
    margin-bottom: 40px;
  }
}

#sec_archive_list .list &gt; li .post_img {
  line-height: 1;
  aspect-ratio: 1/1;
  position: relative;
  margin-bottom: 20px;
}

#sec_archive_list .list &gt; li .post_img img {
  border-radius: 20px;
}

#sec_archive_list .list &gt; li .category {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  #sec_archive_list .list &gt; li .category li {
    font-size: 1.5rem;
    padding: 13px;
  }
}

#sec_archive_list .list &gt; li .tags {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #sec_archive_list .list &gt; li .tags {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  #sec_archive_list .list &gt; li .tags li {
    font-size: 1.5rem;
    margin: 0 5px 5px 0;
  }
}

#sec_archive_list .list &gt; li .ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  #sec_archive_list .list &gt; li .ttl {
    font-size: 1.8rem;
  }
}

#sec_archive_list .list &gt; li .txt {
  display: none;
}

#sec_archive_list .list.page1 &gt; li:nth-child(-n+4) {
  width: 32%;
  max-width: 380px;
}

@media only screen and (min-width: 768px) {
  #sec_archive_list .list.page1 &gt; li:nth-child(-n+4) .ttl {
    font-size: 2.2rem;
    line-height: 1.72727;
  }
}

#sec_archive_list .list.page1 &gt; li:nth-of-type(1) {
  width: 100%;
  max-width: inherit;
}

#sec_archive_list .list.page1 &gt; li:nth-of-type(1) .archive_item_inner {
  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;
}

@media only screen and (max-width: 767px) {
  #sec_archive_list .list.page1 &gt; li:nth-of-type(1) .archive_item_inner {
    display: block;
  }
}

#sec_archive_list .list.page1 &gt; li:nth-of-type(1) .post_img {
  width: 46.8%;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #sec_archive_list .list.page1 &gt; li:nth-of-type(1) .post_img {
    width: 100%;
  }
}

#sec_archive_list .list.page1 &gt; li:nth-of-type(1) .txt_area {
  width: calc(100% - 46.8%);
  max-width: 630px;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  #sec_archive_list .list.page1 &gt; li:nth-of-type(1) .txt_area {
    width: 100%;
    max-width: inherit;
    padding-left: 0;
  }
}

#sec_archive_list .list.page1 &gt; li:nth-of-type(1) .ttl {
  font-size: 3.4rem;
  line-height: 1.64706;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #sec_archive_list .list.page1 &gt; li:nth-of-type(1) .ttl {
    font-size: 2rem;
    margin-bottom: 0;
  }
}

#sec_archive_list .list.page1 &gt; li:nth-of-type(1) .txt {
  border-top: 1px solid #D2D7DA;
  padding-top: 30px;
  margin-top: 30px;
  display: block;
  font-size: 2.2rem;
  line-height: 1.90909;
}

@media only screen and (max-width: 767px) {
  #sec_archive_list .list.page1 &gt; li:nth-of-type(1) .txt {
    padding-top: 20px;
    margin-top: 20px;
    font-size: 1.8rem;
  }
}

/* ページャー
======================= */
#sec_archive_list .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
  margin: 30px 0 0;
  padding: 0;
}

#sec_archive_list .wp-pagenavi span, #sec_archive_list .wp-pagenavi a {
  color: var(--expo-body-color);
  font-size: 18px;
  width: 44px;
  height: 44px;
  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;
  line-height: 1;
  border-radius: 3em;
  border-color: transparent;
  -webkit-transition: background-color 0.3s, border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: background-color 0.3s, border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, background-color 0.3s, border-color 0.2s;
  transition: box-shadow 0.2s, background-color 0.3s, border-color 0.2s, -webkit-box-shadow 0.2s;
  margin-left: 1px;
  margin-right: 1px;
  color: #222426;
}

@media only screen and (max-width: 767px) {
  #sec_archive_list .wp-pagenavi span, #sec_archive_list .wp-pagenavi a {
    width: 36px;
    height: 36px;
  }
}

#sec_archive_list .wp-pagenavi a:hover {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: 1px solid #D2D7DA;
}

#sec_archive_list .wp-pagenavi .current {
  border: 1px solid #0068B7;
  font-weight: bold;
}

#sec_archive_list .wp-pagenavi .previouspostslink,
#sec_archive_list .wp-pagenavi .nextpostslink {
  border: 1px solid #D2D7DA;
}

#sec_archive_list .wp-pagenavi .pages, #sec_archive_list .wp-pagenavi .first, #sec_archive_list .wp-pagenavi .extend, #sec_archive_list .wp-pagenavi .last {
  display: none;
}

/*----------------------
英語の調整
----------------------*/
.lang_en .pagetitle_index .sub {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .lang_en .pagetitle_index .sub {
    font-size: 3.5rem;
  }
}

.lang_en .pagetitle_index .tag {
  top: -30px;
}

@media only screen and (max-width: 767px) {
  .lang_en .pagetitle_index .tag {
    top: -16px;
  }
}

@media only screen and (max-width: 767px) {
  .lang_en .pagetitle_index .txt_area .sub_area {
    margin-left: -25px;
  }
}
</pre></body></html>