body {
  color: #333;
  background-color: #f4f4f4;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover { 
	opacity: 0.5;
	transition: 0.3s;
	text-decoration: none;
}
br.sp{
  display: none;
}
h2.wp-block-heading ,
h3.wp-block-heading {
  font-size: 22px;
  line-height: 1.5em;
}
.wp-block-image figcaption{
  font-size: 0.8em;
  color: #474747;
}
.notice_wrapper {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
}

.notice {
  height: 36px;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button_wrapper {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button {
  width: 298px;
  height: 58px;
  color: #000;
  background-color: #ffe200;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

.button_set {
  width: 100%;
  height: 3.5em;
  max-width: 26em;
  opacity: 1;
  color: #000;
  background-color: #ffe200;
  border-radius: 0.7em;
  justify-content: space-between;
  align-items: stretch;
  justify-items: center;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  display: grid;
  position: relative;
  margin: 0 10px;
  background-image: url(https://en.nippper.com/wp-content/themes/nippper/images/Icon-Arrow-Right.svg);
  background-position: 24em center;
  background-repeat: no-repeat;

}
.button_set:hover{
  opacity: 0.6;
}

.button_icon {
  grid-area: span 1 / span 1 / span 1 / span 1;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 14px;
}

.paragraph {
  text-indent: 1ch;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 36px;
}

.button_text {
  align-self: auto;
  justify-self: auto;
  width: auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.h1_wrapper {
  align-items: stretch;
  margin: auto;
  display: flex;
  position: absolute;
  top: 36px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.top_nav{
  background-color: #f4f4f4;
}
.top_nav .header{
  width: 100%;
  max-width: 1468px;
  margin: auto;
}

.top_nav .h1_wrapper{
  position: static;
  z-index: 10;
}
.top_nav .notice_wrapper{
  position: static;
}
.header {
  height: 142px;
  background-color: #f4f4f4;
  position: relative;
}

.heading {
  text-indent: -9999px;
  position: absolute;
}

.image {
  margin: auto;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.search_box {
  max-width: 400px;
  width: 20%;
  height: 32px;
  margin: auto 10px auto 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
}
.top_nav .search_box{
  top: 0;
  left: auto;
  bottom: 0;
}
.header .search_box{

}
.search_box .btn{
  display: none;
}
.search_box input{
  width: 100%;
  height: 32px;
  border: solid 1px #696969;
  border-radius: 4px;
  background-image: url(../images/icon-search.svg);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 36px;
  font-weight: 400;
}
.search_box input::placeholder{
  padding-left: 5px;
}
.search_box input:focus{
  background: none;
}

.category_box {
  height: 70px;
  width: 700px;
  margin: auto;
  grid-column-gap: 40px;
  color: #696969;
  justify-content: center;
  font-weight: 700;
  display: flex;
  position: absolute;
  top:auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.top .category_box{

}

.category_cell {
  height: 70px;
  grid-column-gap: 10px;
  color: #4e4e4e;
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.category_cell.w--current {
  height: 70px;
  background-color: #fff;
}

.container {
  max-width: 1468px;
}
.container.pickup{
  margin-bottom: 50px;
}
.second .h1_wrapper {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto 1em auto;
  height: 76px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.second .h1_wrapper.archive{
  position: static;
}
.second .h1_wrapper.page{
  margin-bottom: 50px;
  position: static;
}
.second .h1_wrapper h1{
  font-size: 36px;
  line-height: 36px;
  margin: 20px auto;
}
.h2_wrapper {
  width: 100%;
  max-width: 1480px;
  margin: auto auto 1em auto;
  height: 76px;
  border-bottom: 1px solid #b1b1b1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content_wrapper {
  width: 100%;
  max-width: 1480px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1em auto 0 auto;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}
.content_wrapper.pickup{
  margin-top: 0;
  margin-bottom: 0;
}
.cell_wrapper.pickup{
  padding: 0 10px;
}
.content_cell_large {
  width: 100%;
  max-width: 1468px;
  margin-bottom: 50px;
  position: relative;
}

.author_icon_box {
  width: 30px;
  height: 30px;
  border-radius: 10%;
  margin-right: 10px;
  overflow: hidden;
}

.author_icon_box.large {
  width: 96px;
  height: 96px;
  min-width: 96px;
  border-radius: 5%;
  margin-right: 2em;
}

.author_box {
  align-items: center;
  display: flex;
  font-size: 16px;
  color: #696969;
  font-weight: 700;
}
.date{
  font-size: 16px;
  color: #696969;
}

.content_info {
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding-top: 10px;
  border-top: solid 1px #313131;
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.article_body .content_info{
  position: static;
  border: none;
  margin-bottom: 20px;
}


.content_ttl.large {
  justify-content: center;
  display: flex;
}
.content_ttl.large h3{
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 60px;
}
.content_ttl h3{
  font-size: 20px;
  line-height: 30px;
  margin: 0.5em auto 0;
}
.content_ttl h3.large{
  font-size: 24px;
  line-height:24px;
}
.content_cell .content_ttl h3{
  margin-bottom: 50px;
}
.content_ttl.subttl {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: solid 1px #B1B1B1;
}

.large_image {
  width: 100%;
  height: auto;
}

.content_cell {
  width: 49%;
  max-width: 718px;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.content_cell a {
	display: block;
}
.cell_ad_wrapper .content_cell{
  margin: 0 10px;
}
.articles .content_cell {
  width: 24.4%;
}
.articles .content_cell .content_ttl h3{
  font-size: 16px;
  line-height: 27px;
}
.content_image{
}

.content_cell.sub {
  width: 100%;
  margin-bottom: 30px;
}
.ad_343 {
  max-width: 343px;
  min-width: 343px;
  width: 343px;
  height: 686px;
}

.footer_wrapper {
  color: #fff;
  background-color: #000;
}

.footer_nav_group {
  width: 100%;
  max-width: 990px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 0 60px;
  display: flex;
}

.footer_rights {
  color: #696969;
  justify-content: flex-end;
  padding-top: 24px;
  padding-bottom: 20px;
  padding-right: 250px;
  display: flex;
}

.footer_nav_cell {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer {
  display: block;
}

.footer_logo {
  margin-bottom: 20px;
  display: block;
}

.footer_copy {
  font-size: 12px;
  line-height: 18px;
}

.footer_nav_ttl {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 16px;
}
.footer_nav_ttl::before {
  content: '- ';
}
.footer_nav_ttl::after {
  content: ' -';
}

.footer_link {
  color: #fff;
  margin-bottom: 16px;
  line-height: 14px;
}

.sns_group {
  width: 100%;
  justify-content: space-around;
  display: flex;
}

.footer_ad_wrapper {
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 120px;
  display: flex;
  width: 100%;
}

.tabs-content {
  display: block;
  position: absolute;
  top: 247px;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}
.tabs-content.top{
  display: none;
}

.tabs-content.fix {
  top: 70px;
}

.tabs {
  width: 700px;
  height: 70px;
  position: relative;
  margin: auto;
}
.tabs.top{
  border-top: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  height: 74px;
  width: 100%;
}


.navtab {
  grid-column-gap: 120px;
  background-color: #fff;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #b1b1b1;
  display: none;
}

.navtab.tab01, .navtab.tab02, .navtab.tab03 {
  display: none;
}

}
.nab_cell_wrapper{
  grid-column-gap: 120px;
  justify-content: center;
  display: flex;
}
.nav_cell_link {
  color: #696969;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.nav_link_item {
	position: relative;
	line-height: 2.5em;
	padding-left: 1.5em;
}
.nav_link_item::before {
	position: absolute;
	left: 0;
	content: 'ー';
}
.nav_link_item a {
	display: block;
}

.nav_cell_group {
  grid-row-gap: 0.5em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  align-items: stretch;
}

.cell_wrapper {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  padding: 0 1em;
}
.cell_wrapper.ad{
  margin-bottom: 50px;
}
.cell_wrapper.ad .cell_ad_wrapper{
  display: flex;
  justify-content: space-between;
  width: 1460px;
  margin: auto;
  align-items: flex-start;
}

.close_btn {
  display: none;
}

.category_desc_wrapper {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.category_desc {
  width: 100%;
  max-width: 968px;
  margin: 1em auto 0;
  font-size: 18px;
  line-height: 36px;
}
.category_desc p{
  text-indent: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.pager_wrapper {
  width: 100%;
  grid-column-gap: 10px;
  justify-content: center;
  margin-bottom: 1em;
  display: flex;
}

.pager_btn {
  width: 40px;
  height: 40px;
  color: #696969;
  border: 1px solid #ffe200;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  background-color: #ffe200;
}

.pager_btn.l {
  margin-right: 10px;
}

.pager_btn.r {
  margin-left: 10px;
}

.pager_btn.current {
  background-color: transparent;
  text-decoration: none;
}
.main_header {
  height: 73px;
  width: 100%;
  margin: 0 auto 1em auto;
  background-color: #f4f4f4;
  border-top: 1px solid #b1b1b1;
  border-bottom: 2px solid #b1b1b1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  z-index: 10;
  top: 0;
}
.toppage .notice_wrapper{

}
.toppage .main_header{

}
.nav_logo {
  display: block;
  width: 126px;
  height: 50px;
  text-indent: -10000px;
  background-image: url('../images/nippper_logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
}

.nav_wrapper {
  width: 100%;
  max-width: 1468px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}
.toppage .nav_wrapper {
  display: none;	
}


.eyecatch_image_wrapper {
  justify-content: center;
  align-items: center;
  max-width: 968px;
  margin: 1em auto 0 auto;
  display: flex;
}

.eyecatch_image {
  width: 100%;
  max-width: 1468px;
}

.article_wrapper {
  width: 100%;
  max-width: 2060px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 40px;
}

.article_body {
  width: calc(100% - 380px);
  max-width: 1600px;
}

.article_submenu {
  width: 300px;
}
.article_content{
  font-size: 18px;
  line-height: 2em;
}
.article_content a{
  color:#cc0000;
}
.article_content .wp-block-button a{
  color:#ffffff;
}
.article_content p{
/*  text-align: justify;
  text-justify: inter-ideograph;*/
  width: 80%;
  margin: 1.5em auto;
}
.article_content.page p{
  width: 100%;
  margin: 1em auto;
}
.article_content.page .has-text-align-right{
  text-align: right;
}
.article_content img{
  height: auto;
}
.article_content figcaption{
  line-height: 1.5em;
}
.recomend_tags {
	width: 100%;
}
.recomend_tags ul {
	list-style-type: none;
}
.recomend_tags li h3:before {
	content: url("../images/icon-search.svg");
	margin-right: .5em;
	font-size: 18px;
	line-height: 20px;
}
.recomend_tags li a::hover {
	text-decoration: underline;
}
.wp-block-coblocks-author{
  margin-bottom: 40px!important;
}
.content_tags {
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}

.tag_pill {
  color: #000;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.tag_pill.black {
  color: #fff;
  background-color: #000;
}

.text-block {
  font-weight: 700;
}

.sub_ad {
  margin-bottom: 60px;
}

.ttl_sub {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.article_ttl {
  font-size: 24px;
  line-height: 36px;
  margin-top: 0;
}
.article_ttl img {
	margin-bottom: 20px;
}
.article_ttl div {
  font-size: 24px;
  padding: 0 20px;
}
.article_ttl div span{
  background-image: repeating-linear-gradient(
    -45deg,
    #FFFF66,
    #FFFF66 4px,
    transparent 4px,
    transparent 8px
  );
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto .75em;
}

.profile_wrapper {
  width: 100%;
  max-width: 1480px;
  margin: 50px auto auto;
  padding-bottom: 60px;
}
.profile_wrapper .profile{
  font-size: 16px;
  line-height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 968px;
  margin: auto;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link_btn {
  color: #fff;
  background-color: #32373c;
  border-radius: 30px;
  padding: 12px 20px;
}

.link_btn.twitter {
  background-color: #0693e3;
}

.link_btn_wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}
.post-navigation{
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  border-top: solid 1px #696969;
  margin-bottom: 50px;
}
.post-navigation a{
  width: 13em;
  height: 3em;
  color: #000;
  background-color: #ffe200;
  border-radius: 0.7em;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 15px;
  display: flex;
  column-gap: 5px;
}
.post-navigation *[rel=prev] {
  background-image: url(https://en.nippper.com/wp-content/themes/nippper/images/Icon-Arrow-Left.svg);
  background-position: 0.5em center;
  background-repeat: no-repeat;
}
.post-navigation *[rel=next] {
  background-image: url(https://en.nippper.com/wp-content/themes/nippper/images/Icon-Arrow-Right_1.svg);
  background-position: 11.5em center;
  background-repeat: no-repeat;
}
.pagetop {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, .7);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}
.about_nippper_body{
  position: relative;
  width: 80%;
  text-align: center;
  font-size: 32px;
  line-height: 38px;
  color: #000;
  font-weight: 700;
  margin: -110px auto 60px;
  padding: 80px 90px;
  background: #fff;
  border: 1px solid #B1B1B1;
}
.about_nippper_body .comma_icon_left{
  width: 50px;
  height: 42px;
  background: url("../images/Icon-Quote-Left.svg") center center no-repeat;
  background-size: contain;
  margin-left: -20px;
}
.about_nippper_body .comma_icon_right{
  width: 50px;
  height: 42px;
  background: url("../images/Icon-Quote-Right.svg") center center no-repeat;
  background-size: contain;
  margin: 0 -20px 0 auto;
}
.about_nippper_body p{
  text-align: center;
  width: auto;
  margin: auto;
}
.page .has-text-align-center{
  text-align: center!important;
}
.wp-block-coblocks-author .wp-block-button{
  margin: 1em 20px 0 0!important;
  float: left
}

@media screen and (max-width: 991px) {
  .content_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content_wrapper.pickup{
    padding:0;
	margin-bottom: 1em;
  }
  .content_cell {
    width: 49%;
  }

  .ad_343 {
    display: none;
  }

  .tabs {
    margin-left: auto;
  }
  .tabs.top{
    display: none;
  }
  .cell_wrapper {
    flex-wrap: wrap;
    display: flex;
  }

  .nav_wrapper {
    padding-left: 10px;
  }
  .article_wrapper {
    flex-direction: column;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .article_body {
    width: 100%;
    margin-bottom: 40px;
  }

  .article_submenu {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  .article_content {
    font-size: 16px;
    line-height: 2em;
  }
  .profile_wrapper {
    flex-direction: column;
    margin-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .profile{

  }
  .div-block-2 {
    flex-direction: column;
  }

  .link_btn_wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 20px;
  }
  .profile_wrapper .profile
  {
    flex-direction: column;
  }
  .author_icon_box.large{
    margin: 0 auto;
  }
  .profile_text_wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }
  .profile_text_wrapper p{
    margin-bottom: 0;
  }
  .top_nav {
	padding: 0;
  }
  .top_nav .header {
	height: 76px;	
  }
  .nav_wrapper {
    width: 100%;
    justify-content: center;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    display: flex;
    bottom: auto;
  }
  .category_box {
    position: static;
    height: 52px;
    width: auto;
    grid-column-gap: 0px;
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
  }
  .category_desc{
    font-size: 16px;
    line-height: 2em;
  }
  .category_desc_wrapper{
    padding: 0 16px;
  }
  .category_cell {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .notice_wrapper {
    font-size: 12px;
    text-align: center;
    position: static;
  }
  .notice_wrapper a{
    height: auto;
    padding: 5px;
  }
  .search_box{
    width: 20px;
    height: 70px;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    margin-right: calc((100% - 343px) / 2);
  }
  .search_box.open{
    background-color: #ffffff;
    width: 100%;
    margin: auto;
    padding: 0 16px;
    justify-content: center;
  }
  .search_box .btn{
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/icon-search.svg") center center no-repeat;
    background-size: contain;
  }
  .search_box.open .btn{
    background: url("../images/Icon-Close.svg") center center no-repeat;
  }
  .search_box input{
    display: none;
    height: 32px;
    width: 307px;
    padding-left: 10px;
    background-position-x: 280px;
  }
  .search_box.open input{
    display: inherit;
    margin-right: 16px;
  }
  .tabs-content {
    z-index: 1;
    height: auto;
    top: 0;
  }
  .tabs-content.fix{
    top:0;
  }
  .tabs {
    width: 100%;
    height: 51px;
    margin: auto;
    position: static;
  }
  .close_btn {
    display: block;
    position: absolute;
    top: 20px;
    bottom: auto;
    left: auto;
    right: 20px;
  }
  .navtab {
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 90px;
    padding-left: 30px;
    display: none;
  }

  .navtab.tab01,
  .navtab.tab02,
  .navtab.tab03{
    height: auto;
    min-height: 100vh;
    flex-direction: column;
  }
  .nab_cell_wrapper{
    overflow: auto;
    height: 75vh;
    display: flex;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .nav_cell_group {
    grid-row-gap: 24px;
  }
  .main_header {
    position: static;
    border: none;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    display: block;
  }
  .h1_wrapper{
    width: auto;
    margin: 0 16px;
    padding: 12px 0;
    height: 48px;
  }
  .h1_wrapper .single{
    margin-bottom: 40px;
  }
  .second .h1_wrapper {
	margin-bottom: 0;	
  }
  .h2_wrapper{
    width: auto;
    margin: 0 12px 1em 12px;
    padding: 12px 0;
  }
  .h1_wrapper h1{
    font-size: 24px;
  }
  .second .h1_wrapper h1{
    font-size: 24px;
    line-height: 24px;
    margin: 12px auto;
  }
  .h2_wrapper h2{
    font-size: 24px;
  }
  br.sp{
    display: block;
  }
  .top-logo{
	top: 10px;
    height: 50px;
  }


  .button_wrapper {
    justify-content: center;
  }


  .content_wrapper {
    flex-direction: column;
    padding-left: 12px;
    padding-right: 12px;
	margin-top: 1em;
    margin-bottom: 1em;
  }
  .content_cell_large{
    margin-bottom: 0;
  }
  .container.pickup{
    margin-bottom: 60px;
  }
  .pickup .cell_wrapper{
    padding: 0 12px;
	margin-bottom: 1em;
  }
  .pickup .cell_wrapper::-webkit-scrollbar{
    display: none;
  }	

  .author_box {
    font-size: 14px;
  }
  .date{
    font-size: 14px;
  }
  .content_ttl{
    padding: 0;
  }
  .content_ttl.sub{
    padding: 0;
  }
  .content_ttl.subttl {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 0 20px 0;
  }
  .content_ttl h3{
    font-size: 14px;
    line-height: 21px;
  }
  .content_ttl.sub h3.ttl_sub{
    margin: 14px 0 0;
  }
  .content_ttl.large{
    padding: 0 16px;
  }
  .content_info{
    padding: 10px 0;
    margin: 0 10px;
    width: calc(100% - 20px);
  }
  .content_tags {
	margin-bottom: 20px;
  }

  .toppage .content_info{
    width: 100%;
    margin: 0 auto;
  }
  .content_cell .content_ttl{
    padding: 0 10px;
  }
  .content_cell_large .content_info{
    width: calc(100% - 20px);
  }
  .content_ttl.large h3{
    font-size: 16px;
    line-height: 24px;
  }
  .content_cell {
    width: 250px;
    flex: none;
    margin-bottom: 0;
  }
  .content_cell.sub{
    margin-bottom: 40px;
  }
  .content_cell.vertical {
    width: 100%;
    margin-bottom: 0;
  }
  .footer_logo_group{
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer_nav_group {
    flex-direction: column;
    align-items: center;
    padding: 50px 0 0;
  }
  .footer_nav_ttl{
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 24px;
  }
  .sns_group{
    gap: 20px;
  }
  .footer_rights {
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer_nav_cell {
    align-items: center;
    margin-bottom: 50px;
  }

  .footer_ad_wrapper {
    margin-top: 40px;
    margin-bottom: 80px;
  }



  .cell_wrapper {
    width: 100%;
    grid-column-gap: 16px;
    flex-wrap: nowrap;
    display: flex;
    overflow: scroll;
    margin-bottom: 0;
    padding: 0;
  }
  .cell_wrapper.ad{
    margin-bottom: 1em;
  }

  .cell_wrapper.vertical {
    grid-column-gap: 0px;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
    overflow: auto;
  }

  .heading-2 {
    font-size: 14px;
    line-height: 21px;
  }

  .pager_wrapper {
    margin-bottom: 0;
  }


  .toppage .notice_wrapper{
    display: inherit;
  }
  .toppage .main_header{

  }


  .article_ttl {
    font-size: 20px;
    line-height: 30px;
	padding: 0;
  }
  .article_ttl div {
	padding: 0 10px;
  }

  .article_content p{
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .article_content figure {
    margin: 20px 0;
	text-align: center;
  }
  .wp-block-image figcaption {
    font-size: 0.8em;
    color: #474747;
    line-height: 1.5em;
  }
  .profile_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .about_nippper_body{
    position: relative;
    width: 80%;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    margin: -110px auto 60px;
    padding: 40px 20px;
  }
  .about_nippper_body .comma_icon_left{
    width: 25px;
    height: 21px;
    margin: 0;
  }
  .about_nippper_body .comma_icon_right{
    width: 25px;
    height: 21px;
    margin: 0 0 0 auto;
  }
  .second .wp-block-coblocks-author figure.wp-block-coblocks-author__avatar, .wp-block-coblocks-author__avatar{
    margin: 0 auto 20px;
  }
  .second .wp-block-coblocks-author__content{
    text-align: center;
    margin-bottom: 20px;
  }
  .second .article_content .wp-block-coblocks-author{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #D2D2D2;
  }
}

@media screen and (max-width: 479px) {
  .notice_wrapper {
    text-align: center;
    font-size: 9px;
    line-height: 14px;
  }

  .notice {
    padding: 10px;
  }

  .category_box {
    justify-content: space-around;
  }

  .category_cell {
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .tabs {
    width: 100%;
  }

  .main_header {

  }

}
@media screen and (max-width: 399px) {
  .post-navigation a{
    width: 10em;
  }
  .post-navigation *[rel=next] {
    background-position: 8.5em center;
  }
}
@media screen and (max-width: 320px) {
  .post-navigation{
    flex-direction: column-reverse;
    row-gap: 20px;
    align-items: center;
  }
}

/* コンタクトフォーム用 */
.grunion-field-wrap input[type="email"], .grunion-field-wrap input[type="text"] {
	width: 50%;
}
.grunion-field-wrap textarea {
	width: 100%;
	height: 10em;
}
.grunion-field-wrap input[type="checkbox"] {
	float: left;
	margin-right: 0.5em;
	height: 32px;
}
/* 投稿者ブロック */
.author_block_outline {
	margin-bottom: 0px;
	border: solid 1px #ccc;
}
.author_block_profimg img {
	border-radius: 5%;
}
.author_block_buttons {
	justify-content: center;
}

/* オリジナル投稿者ブロック */
.bl_author_body {
	margin: 0 auto 1.5em auto;
	width: 80%;
	background-color: #fff;
	border: solid 1px #ccc;
}
.page_author .bl_author_body {
	margin-top: 1em;
	width: 60%;
}
.bl_author_body .wp-block-columns{
	margin-bottom: 0;
}
.bl_author_body .bl_author_twocol {
	padding: 0.5em 1.5em 0 1.5em;
	gap: 1em;
}
.bl_author_body .bl_author_body_right {
	padding: 1em 0;
}
@media screen and (max-width: 991px) {
	.bl_author_body {
		width: 100%;
	}
	.page_author .bl_author_body {
		width: 90%;
	}
	.bl_author_body .bl_author_twocol {
		gap: 0;
	}
	.bl_author_body .bl_author_body_right {
		padding-top: 0;
	}
	.bl_author_body figure {
		max-width: 50%;
	}
}
@media screen and (max-width: 781px) {
	.bl_author_body .bl_author_body_right h2 {
		text-align: center;
	}
}
.bl_author_body .bl_author_body_right h2 {
	margin-top: 0;
	margin-bottom: 0.5em;
}
.bl_author_body .bl_author_body_left {
	padding: 1em 0;
}
.bl_author_body figure {
	margin: 0 auto;
}
.bl_author_body figure img {
	border-radius: 1em;
}
.bl_author_body p {
	margin: 0;
	width: 100%;
	font-size: 18px;
	line-height: 2em;
}
.bl_author_body .bl_author_buttons {
	margin: 0 1.5em 1.5em 1.5em;
	text-align: center;
}
.bl_author_body .bl_author_body_below {
	padding: 0 0.5em;
	line-height: 1.5em;
	font-size: 0.75em;
}
.bl_author_body_below p {
	font-size: 14px;
}
/* 個別投稿SNSボタン */
.sd-content {
	text-align: center;
}
