@charset "UTF-8";

/* noto-sans-jp-regular - latin_japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans Japanese Regular"), local("NotoSansJapanese-Regular"), url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), /* Super Modern Browsers */ url("../fonts/NotoSansJP-Regular.woff") format("woff"); /* Modern Browsers */
}
/* noto-sans-jp-500 - latin_japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans Japanese Medium"), local("NotoSansJapanese-Medium"), url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), /* Super Modern Browsers */ url("../fonts/NotoSansJP-Medium.woff") format("woff"); /* Modern Browsers */
}
/* noto-sans-jp-700 - latin_japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Japanese Bold"), local("NotoSansJapanese-Bold"), url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), /* Super Modern Browsers */ url("../fonts/NotoSansJP-Bold.woff") format("woff"); /* Modern Browsers */
}

/* roboto-condensed-300 - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("../fonts/roboto-condensed-v18-latin-300.woff2") format("woff2"), /* Super Modern Browsers */ url("../fonts/roboto-condensed-v18-latin-300.woff") format("woff"); /* Modern Browsers */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("../fonts/roboto-condensed-v18-latin-regular.woff2") format("woff2"), /* Super Modern Browsers */ url("../fonts/roboto-condensed-v18-latin-regular.woff") format("woff"); /* Modern Browsers */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("../fonts/roboto-condensed-v18-latin-700.woff2") format("woff2"), /* Super Modern Browsers */ url("../fonts/roboto-condensed-v18-latin-700.woff") format("woff"); /* Modern Browsers */
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #000;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.2s ease;
}
p {
  text-align: justify;
}
header#archive_h {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
header#archive_h h1 {
  width: 500px;
  margin: 0 auto;
  padding: 50px 0;
}
header#archive_h h1 a {
  display: block;
  width: 360px;
  margin: 0 auto;
  padding: 0;
}
header#archive_h h1 img {
  width: 100%;
}
header#archive_h h1 img {
  width: 100%;
}
header#archive_h nav {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 50px;
  box-sizing: border-box;
}
.hbtn {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
}
.hbtn li {
  width: 25px;
  height: auto;
}
.hbtn li + li {
  margin-left: 10px;
}
.hbtn li img {
  width: 100%;
}
.keyword {
  position: relative;
  box-sizing: border-box;
  width: 300px;
  height: 39px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.1em;
  margin-right: 5px;
}
.keyword input {
  width: 100%;
  appearance: none;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  letter-spacing: 0.1em;
}
.keyword__search {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
}
.keyword__search img {
  display: block;
  width: 70%;
}
.kekka {
  text-align: center;
  padding: 10px 0 40px;
  font-size: 17px;
}
.kekka .t1 + .t1::before {
  content: "、";
}
#wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.column_wrap {
  overflow: hidden;
  position: relative;
  margin-bottom: 80px;
}
.column_wrap_3 {
  width: calc(100% / 3);
}
.column_wrap_4 {
  width: calc(100% / 4);
}
a.linkwrap {
  width: 100%;
  position: relative;
  display: block;
  padding-bottom: 15px;
}
a.linkwrap figure {
  width: 100%;
  height: 22.22vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
a.linkwrap figure img {
  width: 100%;
  height: auto;
}
a.linkwrap p {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 1em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background-color: #444;
  color: #fff;
  padding: 5px 10px;
}
a.linkwrap .h1 {
  width: 100%;
  font-size: 20px;
  line-height: 1.4em;
  text-align: center;
  margin-top: 10px;
  padding: 0 20px;
  box-sizing: border-box;
}

.column_wrap_4 a.linkwrap .h1 {
  font-size: 18px;
  line-height: 1.2em;
}
.tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.tag li {
  margin-bottom: 5px;
}
.tag li + li {
  margin-left: 5px;
}
.tag li a {
  width: 100%;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 1em;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 0 10px;
}
.htag {
  padding: 0;
}
.htag li a {
  width: 100%;
  height: 39px;
}
.htag li:last-child a {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}
.starburst {
  font-family: "Roboto", sans-serif;
  width: 40px;
  height: 40px;
  display: block;
  font-size: 17px;
  line-height: 40px;
  background: #ecce3b;
  -webkit-transform: rotate(-70deg);
  -moz-transform: rotate(-45deg);
  rotation: -45deg;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 20px;
  font-weight: 300;
}
.starburst span {
  display: block;
  width: 40px;
  height: 40px;
  background: #ecce3b;
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  rotation: 22.5deg;
}
.rotate-anime {
  animation: rotate-anime 4s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* :placeholder-shown {
 color: #000;
} */

/* Google Chrome, Safari, Opera 15+, Android, iOS */
/* ::-webkit-input-placeholder {
 color: #000;
} */

/* Firefox 18- */
/* :-moz-placeholder {
 color: #000;
opacity: 1;
} */

/* Firefox 19+ */
/* ::-moz-placeholder {
 color: #000;
opacity: 1;
} */

/* IE 10+ */
/* :-ms-input-placeholder {
 color: #000;
} */
footer {
  padding: 50px 0;
}
footer .cRight {
  text-align: center;
  font-size: 12px;
  line-height: 1em;
  font-family: "Roboto", sans-serif;
}
.sp_nav {
  display: none;
}
.notioBnr1 {
  display: block;
  width: 500px;
  margin: 50px auto 20px;
  transition: 0.3s ease;
}
.notioBnr1 img {
  max-width: 100%;
}

@media screen and (min-width: 769px) {
  a.linkwrap:hover h1 span {
    background-color: #ecce3b;
  }
  .tag li a:hover,
  .htag li:last-child a:hover {
    border: 1px solid #ecce3b;
    background-color: #ecce3b;
    color: #000;
  }
  .notioBnr1:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1023px) {
  header#archive_h h1 {
    width: 70%;
    padding: 30px 0;
  }
  header#archive_h h1 img {
    width: 100%;
  }
  .hbtn {
    position: static;
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
  }
  .hbtn li {
    width: 40px;
    height: auto;
  }
  .hbtn li + li {
    margin-left: 20px;
  }
  header#archive_h nav {
    flex-direction: column;
    padding: 0 15%;
  }
  .keyword {
    width: 100%;
    height: 49px;
  }
  .keyword__search {
    width: 49px;
    height: 49px;
  }
  .keyword__search img {
    width: 50%;
  }
  .column_wrap {
    margin-bottom: 50px;
  }
  .column_wrap_3 {
    width: calc(100% / 2);
  }
  .column_wrap_4 {
    width: calc(100% / 2);
  }
  .column_wrap_3 a.linkwrap .h1 span,
  .column_wrap_4 a.linkwrap .h1 span {
    padding: 15px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
  }
  .tag {
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .tag li {
    margin-bottom: 5px;
    width: 49%;
  }
  .tag li + li {
    margin-left: 0px;
  }
  .tag li a {
    height: 30px;
    font-size: 10px;
  }
  #searchform input {
    font-size: 16px;
    line-height: 1.5;
  }
  .htag {
    padding: 0;
    margin-top: 5px;
  }
  .htag li a {
    display: none;
  }
  .htag li {
    margin-bottom: 0px;
    width: 100%;
  }
  .htag li:last-child a {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
  }
  .htag li:last-child a {
    display: block;
    width: 100%;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .notioBnr1 {
    width: 80%;
    margin: 25px auto 0;
  }
  header#archive_h {
    margin-bottom: 30px;
  }
  header#archive_h h1 {
    width: 90%;
    padding-bottom: 20px;
  }
  header#archive_h h1 a {
    width: 235px;
    margin: 0 auto;
    padding: 0;
  }
  header#archive_h nav {
    padding: 0 10%;
  }
  .hbtn {
    margin-bottom: 15px;
  }
  .hbtn li {
    width: 30px;
    height: auto;
  }
  .hbtn li + li {
    margin-left: 15px;
  }
  .tag {
    justify-content: space-between;
    padding: 0 5%;
    box-sizing: border-box;
  }
  .htag {
    padding: 0;
  }
  .column_wrap_3 {
    width: 100%;
  }
  .column_wrap_4 {
    width: 100%;
  }
  a.linkwrap figure {
    height: 66.67vw;
  }
}

/*single_css*/
#wrapper_s {
  width: calc(100% - 300px);
  margin-left: 300px;
  box-sizing: border-box;
  padding-left: 50px;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
#single_h,
#wrapper_s aside {
  width: 300px;
  position: fixed;
  padding: 10px;
  box-sizing: border-box;
}
#wrapper_s aside {
  position: static;
}
@media screen and (min-width: 768px) {
  #wrapper_s {
    padding-top: 50px;
  }
  #single_h {
    padding-top: 60px;
  }
  #wrapper_s aside {
    padding-top: 12px;
    position: fixed;
    top: 50px;
    right: 0;
  }
}
#single_h h1 {
  width: 100%;
}
#single_h h1 a {
  display: block;
  padding: 0 25px;
}
#single_h nav {
  width: 100%;
  box-sizing: border-box;
}
#single_h .hbtn {
  position: static;
  justify-content: center;
  width: 100%;
  margin: 20px 0 40px;
}
#single_h .keyword {
  width: calc(100% - 5px);
  margin-left: 5px;
}
#single_h .tag,
#wrapper_s aside .tag {
  justify-content: flex-start;
  padding: 0;
  box-sizing: border-box;
  margin-top: 5px;
}
#single_h .tag li:first-child,
#wrapper_s aside .tag li:first-child {
  margin-left: 5px;
}
#single_h .htag li:last-child {
  width: 100%;
}
.backtop {
  width: 100%;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 1em;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #ccc;
  margin-top: 20px;
}
#wrapper_s aside .h2 {
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
#wrapper_s aside .h2 small {
  margin-left: 10px;
  border-left: 1px solid #000;
  padding-left: 10px;
}
#wrapper_s aside div + .h2 {
  margin-top: 30px;
}
#wrapper_s aside div + div {
  margin-top: 10px;
}
#wrapper_s aside div a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrapper_s aside div a span {
  width: 50px;
  height: 50px;
  display: block;
  background-position: center;
  background-size: cover;
}
#wrapper_s aside div a section {
  width: calc(100% - 60px);
}
#wrapper_s aside div a section .h1 {
  font-size: 16px;
  line-height: 1.2em;
}
#wrapper_s aside div a section p {
  font-size: 10px;
  line-height: 1em;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
#wrapper_s article {
  width: calc(100% - 300px);
  padding-right: 50px;
  box-sizing: border-box;
}
#wrapper_s article img {
  max-width: 100%;
  height: auto;
}
.event_bana {
  width: 100%;
  padding-left: 5px;
  box-sizing: border-box;
  margin-top: 30px;
}
.event_bana a {
  width: 100%;
  background-color: #eee;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center !important;
}
.event_bana img {
  max-width: 100%;
}
.event_bana a + a {
  margin-top: 10px;
}
#article_h {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#article_h p {
  font-size: 18px;
  line-height: 1em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  padding-top: 10px;
}
#article_h p .sml1 {
  font-size: 13px;
  color: #777;
}
#article_h h2 {
  width: auto;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}
#article_h h1 {
  font-size: 28px;
  line-height: 1.4em;
  width: 100%;
}
#article_w {
  width: 100%;
}
#article_w figure {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#article_w figure a {
  display: block;
}
#article_w p {
  font-size: 16px;
  line-height: 2em;
}
#article_w figure + p.p1,
#article_w figure + .editerWrap,
#article_w p.p1 + figure,
#article_w p.p1 + .editerWrap,
#article_w .editerWrap + figure,
#article_w .editerWrap + p.p1,
#article_w p.p1 + p.p1,
#article_w .editerWrap + .editerWrap,
#article_w figure + figure {
  margin-top: 50px;
}
#article_w .editerWrap {
  text-align: center;
}
#article_w .editerWrap div {
  margin-left: auto;
  margin-right: auto;
}
#article_w .editerWrap a {
  color: #007bbb;
}
#article_w .editerWrap a img {
  transition: 0.3s ease;
}
#article_w .editerWrap a:hover img {
  opacity: 0.7;
}
#article_w .editerWrap h2 {
  font-size: 24px;
  line-height: 1.4;
  text-align: justify;
  border-left: 6px solid #000;
  border-bottom: 2px solid #000;
  padding-left: 6px;
  padding-bottom: 3px;
}
#article_w .editerWrap h2 span {
  font-weight: bold !important;
}
#article_w .editerWrap h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 35px;
  text-align: justify;
  border-left: 6px solid #000;
  padding-left: 6px;
}
#article_w .editerWrap h3::before {
  content: "";
}
#article_w .editerWrap h3 span {
  font-weight: bold !important;
}
#article_w .editerWrap h4 {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 20px;
  text-align: justify;
}
#article_w .editerWrap h4 span {
  font-weight: bold !important;
}
#article_w .editerWrap p {
  text-align: justify;
}
#article_w .editerWrap ul {
  list-style-type: disc;
}
#article_w .editerWrap ol {
  list-style-type: decimal;
}
#article_w .editerWrap ul,
#article_w .editerWrap ol {
  padding-left: 19px;
}
#article_w .editerWrap ul li,
#article_w .editerWrap ol li {
  font-size: 16px;
  line-height: 2em;
  text-align: justify;
}
#article_w .editerWrap table {
  border: 1px solid #000;
}
#article_w .editerWrap table,
#article_w .editerWrap table tr,
#article_w .editerWrap table th,
#article_w .editerWrap table td {
  height: auto !important;
}
#article_w .editerWrap table th,
#article_w .editerWrap table td {
  border: 1px solid #000;
  vertical-align: middle;
  text-align: justify;
  line-height: 1.4;
  padding: 6px;
}
#article_w .editerWrap table {
  margin-top: 30px;
}
#article_w .editerWrap h2 + h2,
#article_w .editerWrap img + h2,
#article_w .editerWrap p + h2,
#article_w .editerWrap h3 + h2,
#article_w .editerWrap h4 + h2,
#article_w .editerWrap h4 + h3,
#article_w .editerWrap table + h2,
#article_w .editerWrap table + h3,
#article_w .editerWrap table + h4 {
  margin-top: 40px;
}
#article_w .editerWrap img + p,
#article_w .editerWrap h2 + p,
#article_w .editerWrap h3 + p,
#article_w .editerWrap h4 + p {
  margin-top: 20px;
}
#article_w .editerWrap img + img,
#article_w .editerWrap p + img,
#article_w .editerWrap h2 + img,
#article_w .editerWrap h3 + img,
#article_w .editerWrap h4 + img,
#article_w .editerWrap table + img {
  margin-top: 20px;
}
#article_w .editerWrap img {
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
  display: inline-block;
}
.single_icatch {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1279px) {
  #wrapper_s {
    width: calc(100% - 250px);
    margin-left: 250px;
  }
  #single_h,
  #wrapper_s aside {
    width: 250px;
  }
  #wrapper_s article {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 1023px) {
  #wrapper_s {
    flex-direction: column;
  }
  #single_h h1 {
    padding-top: 20px;
  }
  #single_h h1 a {
    width: 235px;
    margin: 0 auto;
    padding: 0;
  }
  #single_h nav {
    width: 100%;
    box-sizing: border-box;
  }
  #single_h .hbtn {
    position: static;
    justify-content: center;
    width: 100%;
    margin: 30px 0;
  }
  #single_h .keyword {
    width: 100%;
    margin-left: 0px;
  }
  #wrapper_s aside {
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #wrapper_s aside .h2 {
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
  }
  #wrapper_s aside div + .h2 {
    margin-top: 60px;
  }
  #wrapper_s aside div + div {
    margin-top: 0px;
  }
  #wrapper_s aside div {
    width: 30%;
  }
  #wrapper_s aside div a {
    flex-direction: column;
  }
  #wrapper_s aside div a span {
    width: 100px;
    height: 100px;
  }
  #wrapper_s aside div a section {
    width: 100%;
  }
  #wrapper_s aside div a section .h1 {
    line-height: 1.4em;
  }
  #wrapper_s aside div a section p {
    font-size: 12px;
  }
  #wrapper_s article {
    width: 100%;
  }
  #wrapper_s aside ul.tag {
    width: 100%;
    justify-content: space-between;
  }
  #wrapper_s aside .tag li:first-child {
    margin-left: 0px;
  }
  .tag li a {
    height: 50px;
    font-size: 12px;
  }
  .backtop {
    height: 50px;
    font-size: 12px;
  }
  .event_bana {
    width: 100% !important;
    padding-left: 0px;
    margin-top: 50px;
  }
  .event_bana a {
    width: 100%;
    background-color: #eee;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center !important;
  }
  .event_bana a + a {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sp_nav {
    display: block;
    margin-top: 50px;
  }
  #wrapper_s {
    width: 100%;
    margin-left: 0px;
    padding: 0 5%;
    flex-direction: column;
  }
  #single_h {
    width: 100%;
    position: static;
    padding: 10px;
  }
  #single_h .hbtn,
  #single_h nav {
    display: none;
  }
  .backtop {
    height: 50px;
    font-size: 14px;
    margin-top: 5px;
  }
  #wrapper_s aside {
    position: static;
  }
  #single_h h1 {
    width: 100%;
  }
  #single_h nav {
    padding: 0 10%;
  }
  #single_h .hbtn {
    margin: 0 0 15px 0;
  }
  #single_h h1 {
    padding-bottom: 20px;
  }
  #wrapper_s article {
    width: 100%;
    padding-right: 0px;
  }
  #article_h {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  #article_h p {
    font-size: 14px;
  }
  #article_h p .sml1 {
    font-size: 11px;
  }
  #article_h h2 {
    font-size: 11px;
  }
  #article_h h1 {
    font-size: 24px;
    line-height: 1.4em;
  }
  #article_w figure + p.p1,
  #article_w figure + .editerWrap,
  #article_w p.p1 + figure,
  #article_w p.p1 + .editerWrap,
  #article_w .editerWrap + figure,
  #article_w .editerWrap + p.p1,
  #article_w p.p1 + p.p1,
  #article_w .editerWrap + .editerWrap,
  #article_w figure + figure {
    margin-top: 30px;
  }
  #article_w .editerWrap h2 {
    font-size: 22px;
  }
  #article_w .editerWrap h3 {
    font-size: 18px;
  }
  #article_w .editerWrap h4 {
    font-size: 16px;
  }
  #article_w .editerWrap h2 + h2,
  #article_w .editerWrap img + h2,
  #article_w .editerWrap p + h2,
  #article_w .editerWrap h3 + h2,
  #article_w .editerWrap h4 + h2,
  #article_w .editerWrap h4 + h3,
  #article_w .editerWrap table + h2,
  #article_w .editerWrap table + h3,
  #article_w .editerWrap table + h4 {
    margin-top: 30px;
  }
  #article_w .editerWrap img + p,
  #article_w .editerWrap h2 + p,
  #article_w .editerWrap h3 + p,
  #article_w .editerWrap h4 + p {
    margin-top: 15px;
  }
  #article_w .editerWrap img + img,
  #article_w .editerWrap p + img,
  #article_w .editerWrap h2 + img,
  #article_w .editerWrap h3 + img,
  #article_w .editerWrap h4 + img,
  #article_w .editerWrap table + img {
    margin-top: 15px;
  }

  #wrapper_s aside {
    margin-top: 60px;
    padding: 0;
  }
  #wrapper_s aside div + h3 {
    margin-top: 40px;
  }
  #wrapper_s aside div + div {
    margin-top: 10px;
  }
  #wrapper_s aside div {
    width: 100%;
  }
  #wrapper_s aside div a {
    flex-direction: row;
  }
  #wrapper_s aside div a span {
    width: 100px;
    height: 80px;
  }
  #wrapper_s aside div a section {
    width: calc(100% - 120px);
  }
  #wrapper_s aside div a section .h1 {
    line-height: 1.4em;
  }
  #wrapper_s aside div a section p {
    font-size: 12px;
  }
  .event_bana {
    margin-top: 40px;
  }
  .single_icatch {
    margin-bottom: 30px;
  }
}

/* カテゴリー絞り込み検索 */
.tagSearch {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.open .tagSearch {
  opacity: 1;
  pointer-events: auto;
}
.tagSearch form {
  padding: 40px;
}
.tagSearch .tagToggle {
  width: 42px;
  height: 42px;
  display: block;
  height: 100%;
  cursor: pointer;
  padding: 0 7px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 20px;
  right: 20px;
}
.tagSearch .tagToggle::before,
.tagSearch .tagToggle::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  transition: 0.35s ease-in-out;
  background: #fff;
}
.tagSearch .tagToggle::before {
  transform: translateY(8px) rotate(-45deg);
  top: 12px;
}
.tagSearch .tagToggle::after {
  transform: translateY(-8px) rotate(45deg);
  top: 28px;
}
.tagSearch .tarmTitle1 {
  font-size: 24px;
  margin-bottom: 20px;
}
.tagSearch .searchComponent__list {
  width: 700px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.tagSearch .searchComponent__list__item {
  margin-top: 20px;
  min-width: 33.3%;
}
.tagSearch .searchComponent__list__item label {
  display: flex;
  align-items: center;
}
.tagSearch .searchComponent__list__item label span {
  display: block;
  margin-left: 5px;
  font-size: 15px;
}
.tagSearch .searchFormBtn {
  margin-top: 40px;
}
.tagSearch .searchFormBtn .searchBtn {
  display: block;
  width: 50%;
  height: 50px;
  margin: 0 auto;
  background-color: #999;
  border: none;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
/* checkbox */
.searchComponent__list__item input[type="checkbox"] {
  display: none;
}
.searchComponent__list__item span {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 22px;
}
.searchComponent__list__item span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  content: "";
  border: 3px solid #fff;
  background-color: #fff;
  box-sizing: border-box;
}
.searchComponent__list__item input:checked + span:before {
  background: #ff9800;
}
@media screen and (max-width: 780px) {
  .tagSearch form {
    padding: 12px;
  }
  .tagSearch .tagToggle {
    width: 30px;
    height: 30px;
  }
  .tagSearch .tarmTitle1 {
    font-size: 20px;
  }
  .tagSearch .searchComponent__list {
    width: 100%;
  }
  .tagSearch .searchComponent__list__item {
    min-width: 50%;
  }
  .tagSearch .searchComponent__list__item label span {
    font-size: 13px;
    margin-left: 4px;
    margin-bottom: 2px;
  }
  .tagSearch .searchFormBtn .searchBtn {
    width: 280px;
  }
  .searchComponent__list__item span {
    padding-left: 20px;
  }
  .searchComponent__list__item span:before {
    width: 13px;
    height: 13px;
    content: "";
    border: 2px solid #fff;
  }
}

@media screen and (min-width: 769px) {
  #article_w .editerWrap a:hover {
    text-decoration: underline;
  }
  header#archive_h h1 a,
  #single_h h1 a,
  .hbtn a,
  .keyword__search,
  a.linkwrap,
  #wrapper_s aside div a,
  .backtop {
    transition: 0.3s ease;
  }
  header#archive_h h1 a:hover,
  #single_h h1 a:hover,
  .hbtn a:hover,
  .keyword__search:hover,
  a.linkwrap:hover,
  #wrapper_s aside div a:hover {
    opacity: 0.7;
  }
  .backtop:hover {
    background-color: #ecce3b;
    color: #000;
  }
  #article_w figure a:hover {
    opacity: 0.7;
  }
}

/* ajax */
.pagenavi-infinite {
  display: none;
}
.ajax {
  display: flex;
  justify-content: center;
  margin-bottom: 130px;
}

.ajax .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 280px;
  height: 60px;
  border: 1px solid #000;
  transition: color 0.3s ease, background 0.3s ease;
}

#infscr-loading {
  order: 1;
  padding: 50px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #505050;
  z-index: 100;
}
#infscr-loading img {
  display: block;
  margin: 0 auto;
}
#infscr-loading div {
  display: none;
}

@media screen and (min-width: 769px) {
  .ajax .btn:hover {
    color: #fff;
    background-color: #000;
  }
}

@media screen and (max-width: 780px) {
  .ajax {
    margin-bottom: 60px;
  }
  .ajax .btn {
    font-size: 13px;
    width: 240px;
    height: 40px;
  }
}

/* tocWrap */
.tocWrap {
  background-color: #f3f3f3;
  margin: 0 auto 50px;
  padding: 30px;
  width: 640px;
  box-sizing: border-box;
}
.tocWrap_tit {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.tocList {
  text-align: justify;
  line-height: 1.5;
}
.tocList li:nth-of-type(n + 2) {
  margin-top: 15px;
}
.tocList li.h2 {
  font-size: 16px;
}
.tocList li.h3 {
  font-size: 14px;
  margin-left: 20px;
  margin-top: 10px;
}
.tocList li.h3::before {
  content: "・";
}
.tocList a {
  color: #007bbb;
}
@media screen and (min-width: 769px) {
  .tocList a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 780px) {
  .tocWrap {
    margin-bottom: 30px;
    padding: 25px 20px 30px;
    width: 100%;
  }
  .tocWrap_tit {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .tocList li:nth-of-type(n + 2) {
    margin-top: 12px;
  }
  .tocList li.h2 {
    font-size: 14px;
  }
  .tocList li.h3 {
    font-size: 12px;
    margin-left: 15px;
    margin-top: 6px;
  }
}

/* faqWrap */
.faqWrap {
  margin: 50px auto;
}
.faqTitle {
  background: #f1f1f1;
  padding: 15px;
  border: 4px inset #787878;
  border-radius: 10px;
  word-break: break-all;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}
.faqItem {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
}
.faqItem + .faqItem {
  margin-top: 20px;
}
#article_w p.faqQ {
  display: flex;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}
#article_w p.faqQ .label {
  font-size: 22px;
  margin-right: 5px;
}
#article_w p.faqA {
  display: flex;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
  margin-top: 10px;
  text-align: left;
}
#article_w p.faqA .label {
  font-size: 18px;
  font-weight: 700;
  color: #bc1226;
  margin-right: 5px;
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 780px) {
  .faqWrap {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .faqTitle {
    padding: 10px;
    border-width: 2px;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .faqItem {
    padding: 15px;
  }
  .faqItem + .faqItem {
    margin-top: 15px;
  }
  #article_w p.faqQ {
    font-size: 18px;
  }
  #article_w p.faqQ .label {
    font-size: 20px;
    position: relative;
    top: -2px;
  }
  #article_w p.faqA {
    font-size: 15px;
    margin-top: 10px;
  }
  #article_w p.faqA .label {
    font-size: 17px;
    position: relative;
    top: -3px;
  }
}

/* authorWrap */
.authorWrap {
  background-color: #f3f3f3;
  margin: 70px auto;
  padding: 30px 30px 40px;
  width: 100%;
  box-sizing: border-box;
}
.authorWrap_inner {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.authorWrap_img {
  width: 100px;
  height: 100px;
  overflow: clip;
  border-radius: 100%;
}
.authorWrap_img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.authorWrap_box1 {
  width: calc(100% - 100px - 20px);
}
.authorWrap_tit1 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
.authorWrap_tit2 {
  font-size: 20px;
  font-weight: 700;
}
#article_w p.authorWrap_txt1 {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 20px;
}
#article_w p.authorWrap_txt1 a {
  color: #007bbb;
}
@media screen and (min-width: 769px) {
  #article_w p.authorWrap_txt1 a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 780px) {
  .authorWrap {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px 20px 30px;
  }
  .authorWrap_inner {
    gap: 0 10px;
  }
  .authorWrap_img {
    width: 60px;
    height: 60px;
  }
  .authorWrap_box1 {
    width: calc(100% - 60px - 10px);
  }
  .authorWrap_tit1 {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .authorWrap_tit2 {
    font-size: 16px;
  }
  #article_w p.authorWrap_txt1 {
    font-size: 13px;
    margin-top: 15px;
  }
}

/* aioseo-breadcrumbs */
.aioseo-breadcrumbs {
  margin-bottom: 50px;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 780px) {
}

/* related */
.related {
  width: 100%;
  margin: 70px auto;
  box-sizing: border-box;
}
.related_tit1 {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.related_tit1 small {
  margin-left: 10px;
  border-left: 1px solid #000;
  padding-left: 10px;
}
.related_clm {
  display: flex;
  gap: 0 10px;
}
.related_post {
  width: 100%;
}
.related_post_link {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0 10px;
  background-color: #f3f3f3;
  padding: 20px;
  box-sizing: border-box;
}
.related_post_thumb {
  width: 50px;
  height: 50px;
  display: block;
  background-position: center;
  background-size: cover;
}
.related_post_box1 {
  width: calc(100% - 60px);
}
#article_w p.related_post_day {
  font-size: 10px;
  line-height: 1em;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.related_post_tit {
  font-size: 16px;
  line-height: 1.2em;
}
@media screen and (min-width: 769px) {
  .related_post_link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 780px) {
  .related {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .related_tit1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .related_clm {
    display: flex;
    flex-flow: column;
    gap: 15px 0;
  }
  .related_post_link {
    gap: 0 20px;
    padding: 15px;
  }
  .related_post_thumb {
    width: 100px;
    height: 80px;
  }
  .related_post_box1 {
    width: calc(100% - 120px);
  }
  #article_w p.related_post_day {
    font-size: 12px;
  }
  .related_post_tit {
    line-height: 1.4em;
  }
}

/* shareWrap
***************************************************************/
.shareWrap {
  width: 100%;
  margin: 70px auto;
  padding: 30px 40px;
  box-sizing: border-box;
  background-color: #f3f3f3;
}
.shareWrap * {
  box-sizing: border-box;
}
.share_tit {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.share_list1 {
  width: 100%;
  margin: 20px auto 0;
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}
.share_list1 .li1 {
  width: calc((100% - 60px) / 4);
}
.share_list1 .link1 {
  width: 100%;
  height: 50px;
  padding: 0 20px 0 30px;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  transition: 0.3s ease;
  cursor: pointer;
}
.share_list1 .link1 i {
  width: 30px;
  display: block;
}
.share_list1 .link1 i img {
  display: block;
}
@media screen and (min-width: 769px) {
  .share_list1 .link1:hover {
    background-color: #ecce3b;
  }
}
@media screen and (max-width: 780px) {
  .shareWrap {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
  }
  .share_tit {
    font-size: 16px;
  }
  .share_list1 {
    width: 100%;
    margin-top: 15px;
    gap: 10px;
  }
  .share_list1 .li1 {
    width: calc((100% - 10px) / 2);
  }
  .share_list1 .link1 {
    height: 40px;
    padding: 0 10px 0 15px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .share_list1 .link1 i {
    width: 20px;
  }
}
@media all and (max-width: 370px) {
}

/* f_addressWrap */
.f_addressCover {
  font-style: normal;
}
.f_address_name {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.f_addressWrap {
  display: flex;
  justify-content: center;
  gap: 0 50px;
  margin-bottom: 50px;
}
.f_address dt {
  font-size: 15px;
  font-weight: 500;
}
.f_address dd {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 6px;
}
.f_nav1 {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  gap: 0 30px;
}
.f_nav1 .link1 {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .f_nav1 .link1:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 780px) {
  .f_addressCover {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .f_address_name {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .f_addressWrap {
    flex-flow: column;
    gap: 20px 0;
    margin-bottom: 40px;
  }
  .f_address dt {
    font-size: 14px;
  }
  .f_address dd {
    font-size: 13px;
  }
  .f_nav1 {
    margin-bottom: 30px;
    gap: 0 20px;
  }
  .f_nav1 .link1 {
    font-size: 11px;
    letter-spacing: 0;
  }
}

/* コンテンツ */
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 780px) {
}

/* コンテンツ */
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 780px) {
}

/* コンテンツ */
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 780px) {
}
