@charset "UTF-8";

/*****************************
category/column/
*****************************/

/*****************************
 チョイス01
*****************************/
.l-sidebar {
background: #f4fbff;
  padding: 10px 30px 30px;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .l-sidebar {
    min-width: initial;
    width: 100%;
  }
}
.l-sidebar__heading-h3 {
border-bottom: 2px solid #356b86;
display: inline-block;
margin: 2rem 0 1rem;
font-size: 22px;
letter-spacing: 2px;
}
.l-sidebar__linkList > li {
  padding: 6px 0 6px;
  border-bottom: 1px dashed #bdbdbd;
}
.l-sidebar__linkList > li:first-child {
  padding-top: 0;
}
.l-sidebar__linkList > li > a:hover {
  text-decoration: underline;
}
.l-sidebar__tagList {
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-sidebar__tagList {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l-sidebar__tagList > li {
  margin-right: 12px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .l-sidebar__tagList > li {
    margin-bottom: 5px;
  }
  .l-sidebar__tagList > li:last-child {
    margin-bottom: 0;
  }
}
.l-sidebar__tagList > li > a {
  display: inline-block;
  padding: 0 10px;
  border-radius: 20px;
  font-size: 12px;
  border: 1px solid #c2d2da;
  background: #fff;
}
/* .l-sidebar__tagList > li > a:hover {
  color: white;
} */


/*****************************
 チョイス02
*****************************/

.p-archive {
  padding: 50px 0 60px;
}
.p-archive .inner1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-archive {
  padding: 0px 0 60px;
}
  .p-archive .inner1 {
    display: block;
  }
}
.p-archive__main {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .p-archive__main {
    width: 100%;
  }
}
.p-archive__post {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .p-archive__post {
    margin-bottom: 35px;
  }
}
.p-archive__post > a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: left;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .p-archive__post > a {
    flex-direction: column;
     width: 100%;
    padding: 15px;
  }
}
.p-archive__post > a:hover img {
  opacity: 0.6;
}
.p-archive__post__img-box {
  width: 140px;
  height: 140px;
  min-width: 140px;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-archive__post__img-box {
    margin-top: 5px;
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-right: 15px;
  }
}
.p-archive__post__img-box > img {
  width: 100%;
  height: auto;
}
.p-archive__post__content {
  width: 100%;
  position: relative;
}
.p-archive__post__content__time {
display: block;
position: absolute;
top: -26px;
right: -26px;
text-align: center;
color: #356b86;
font-weight: 100;
padding: 5px 10px;
border-radius: 4px;
align-content: center;
line-height: 1;
font-size: 16px;
letter-spacing: 0.08em;
font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-archive__post__content__time {
    right: -10px;
    top: -116px;
  }
}
.p-archive__post__content__title {
  margin-bottom: 1rem;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #66635f;
}
@media screen and (max-width: 767px) {
  .p-archive__post__content__title {
    text-align: justify;
    margin-top: 5px;
    margin-bottom: 8px;
  }
}
.p-archive__post__content__title > span {
  display: inline-block;
  padding: 0 2px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
.p-archive__post__content__title > span {
  font-size: 16px;
}
}

.p-archive__post__content__excerpt {
  font-size: 14px;
  margin-bottom: 12px;
}
.p-archive__post__content__tags {
  font-size: 11px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-archive__post__content__tags {
    flex-wrap: wrap;
  }
}
.p-archive__post__content__tags > li {
  margin-right: 12px;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-archive__post__content__tags > li {
    margin-bottom: 5px;
  }
  .p-archive__post__content__tags > li:last-child {
    margin-bottom: 0;
  }
}
.p-archive__post__content__tags > li > object > a {
    display: inline-block;
    padding: 0 10px;
    border-radius: 20px;
    margin-right: 0px;
    font-size: 11px;
    background: #356b86;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 3px;
}

.p-archive__post__content__tags > li > object > a:hover {
  background: #333;
    color: #fff;
}


/*****************************
l-article
*****************************/


.l-article {
  background: #fff;
  margin: 0 0 50px;
  /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.15); */
  /* padding: 70px 50px 50px; */
  padding: 0px 0px 30px 30px;
}
@media screen and (max-width: 1023px) {
  .l-article {
    padding: 40px 20px 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-article {
    padding: 20px 5px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 320px) {
  .l-article {
    padding: 20px 10px;
  }
}
.l-article__time {
  letter-spacing: 0.08em;
  font-size: 14px;
}
.l-article__title {
  font-size: 2rem;
color: #356b86;
  font-weight: normal;
  margin: 0 0 20px;
  line-height: 1.6;
}
.l-article__thumbnail-box {
  margin: 0 0 20px;
}
.l-article__thumbnail-box > img {
  width: 100%;
  height: auto;
}
.l-article__tags {
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-article__tags {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l-article__tags > li {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .l-article__tags > li {
    margin-bottom: 5px;
  }
  .l-article__tags > li:last-child {
    margin-bottom: 0;
  }
}
.l-article__tags > li > a {
display: inline-block;
padding: 0 10px;
border-radius: 20px;
font-size: 12px;
border: 1px solid #7C6547;
margin-bottom: 5px;
}

.l-article__body {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.8;
}
/* 追加 */
.l-article__body img{
  margin: 20px 0;
  width: 100%;
}




.l-article__body h2 {
  display: inline-block;
  margin: 3rem 0 3rem;
  font-size: 2rem;
  line-height: 1.3;
  padding-bottom: 15px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .l-article__body h2 {
    font-size: 1.5rem;
  }
}
.l-article__body h2:first-child {
  margin-top: 0;
}
.l-article__body h3 {
margin: 1rem 0 2rem;
  padding-left: 15px;
  font-size: 1.8rem;
  position: relative;
}
.l-article__body h3:first-child {
  margin-top: 0;
}
.l-article__body h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -8px;
  left: 0;
  border-bottom: 1px dashed #bdbdbd;
}
.l-article__body h4 {
  margin: 30px 0 10px;
  font-size: 16px;
  color: #7f888a;
}
.l-article__body a {
  color: #2c81cf;
  text-decoration: underline;
}
.l-article__body a:hover {
  text-decoration: none;
  opacity: 0.4;
}
.l-article__body p {
  margin: 0 0 20px;
  font-size: 16px;
}
.l-article__body .marker-under {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #ff6)
  );
  background: -webkit-linear-gradient(transparent 60%, #ff6 60%);
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.l-article__body .success-box,
.l-article__body .sp-success,
.l-article__body .success {
  border: #b4d09b;
  background-color: #dbe8cf;
  color: #155724;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.l-article__body .red {
  color: #e60033;
}
.l-article__body .wp-block-table {
  text-align: center;
  width: 90%;
  margin: 40px auto 60px;
}
@media screen and (max-width: 767px) {
  .l-article__body .wp-block-table {
    width: 100%;
  }
}
.l-article__body .wp-block-table tbody > tr {
  margin: 0;
}
.l-article__body .wp-block-table tbody > tr > th {
  margin: 0;
  padding: 5px 0 5px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-article__body .wp-block-table tbody > tr > th {
    font-weight: bold;
  }
}
.l-article__body .wp-block-table tbody > tr > th:first-child {
  width: 30%;
  min-width: 130px;
  color: white;
  border-bottom: 2px solid white;
}
.l-article__body .wp-block-table tbody > tr:first-child > th,
.l-article__body .wp-block-table tbody > tr:first-child td {
  color: white;
  text-align: center;
  font-weight: bold;
}
.l-article__body .wp-block-table tbody > tr > td {
  font-size: 14px;
  padding: 5px 10px 5px;
  color: #333;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  margin: 0;
  text-align: left;
}
.l-article__body .wp-block-table tbody > tr > td:first-child {
  color: white;
  width: 25%;
  text-align: center;
}
.l-article__body ul,
.l-article__body ol {
  padding: 0 0 10px 40px;
}
.l-article__body ul > li,
.l-article__body ol > li {
  margin-bottom: 15px;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .l-article__body ul,
  .l-article__body ol {
    padding: 0 0 10px 15px;
  }
}
.l-article__body ol {
  list-style: none;
  counter-reset: item;
  padding-left: 20px;
}
.l-article__body ol > li:before {
  counter-increment: item;
  content: counter(item) ".";
  font-weight: bold;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .l-article__body ol {
    padding: 0 0 10px 15px;
  }
  .l-article__body ol > li {
    padding: 0;
  }
}
.l-article__body blockquote {
  margin: 40px 0 30px;
  background: #fff;
  border-radius: 30px;
  padding: 60px 40px 60px;
  position: relative;
}
.l-article__body blockquote cite {
  font-size: 12px;
  font-style: normal;
  color: #7f888a;
}
.l-article__body blockquote:before {
  content: "”";
  position: absolute;
  display: block;
  height: 86px;
  top: -30px;
  left: 20px;
  font-weight: bold;
  color: white;
  font-size: 86px;
}
.l-article__body blockquote:after {
  content: "”";
  position: absolute;
  display: block;
  height: 86px;
  bottom: -30px;
  right: 20px;
  font-weight: bold;
  color: white;
  font-size: 86px;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.l-article__body .wp-block-media-text.alignwide {
  margin: 40px 0 40px;
}
.l-article__body .wp-block-image {
  margin: 40px 0 40px;
}
.l-article__body .wp-block-image figcaption {
  text-align: center;
}
.l-article__body iframe {
  margin-bottom: 20px;
}
.l-article__body .wp-block-buttons {
  padding: 20px 0 30px;
}
.l-article__body .wp-block-button {
  text-align: center;
  font-style: 16px;
  letter-spacing: 0.08em;
  margin: 30px 0 40px;
}
@media screen and (max-width: 767px) {
  .l-article__body .wp-block-button {
    margin: 20px 0 0;
  }
}
.l-article__body .wp-block-button a {
  text-decoration: none;
  color: inherit;
}
.l-article__body .wp-block-button .wp-block-button__link {
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .l-article__body .wp-block-button .wp-block-button__link {
    display: block;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-article__body .wp-block-button .wp-block-button__link:hover {
  opacity: 0.4;
}
.l-article__body .wp-block-button.is-style-outline .wp-block-button__link {
  background: white;
  padding-left: 40px;
  padding-right: 40px;
  color: #7f888a;
}
.l-article__body .wp-block-button.is-style-squared .wp-block-button__link {
  background: white;
  color: #7f888a;
  font-size: 30px;
  padding: 20px 50px;
  border-radius: 10px;
}
@media screen and (max-width: 1023px) {
  .l-article__body .wp-block-button.is-style-squared .wp-block-button__link {
    padding: 20px;
    font-size: 20px;
  }
}
.l-article__author {
  margin: 40px 0 0;
  padding: 30px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-article__author {
    display: block;
  }
}
.l-article__author__icon {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .l-article__author__icon {
    text-align: center;
  }
}
.l-article__author__profile {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .l-article__author__profile {
    padding-left: 0;
  }
}
.l-article__author__profile__name {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.l-article__author__profile__name > span {
  font-size: 1rem;
  font-weight: normal;
}
.l-article__author__profile__license {
  padding-left: 8px;
  margin-bottom: 20px;
}
.l-article__author__profile__license > li {
  margin-bottom: 7px;
}
.l-article__author__button {
  margin: 2rem 0 0;
}


.archiveMain__blog__nextprev > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog__nextprev > ul {
    margin-bottom: 50px;
  }
}
.archiveMain__blog__nextprev > ul > li {
width: 47%;
background: #f4fbff;
border-radius: 20px;
margin-top: 0;
margin-bottom: 30px;
}

.archiveMain__blog__nextprev > ul > li > a {
  display: block;
padding: 20px;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog__nextprev > ul > li > a {
    padding: 20px;
    font-size: 12px;
  }
}
.archiveMain__blog__nextprev > ul > li > a > dl > dt {
  font-weight: bold;
  color: #7f888a;
  margin-bottom: 5px;
}