@charset "UTF-8";
/*
================================================================
 .single - Layout
================================================================ */
article {
  padding: 40px 0 0;
}
article .contents {
  padding: 0 20px;
}
article .contents section {
  width: 100%;
}
article .contents section.info-block h1.post_title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .09em;
  line-height: 1.46;
  margin: 0;
}
article .contents section.info-block .post_data {
  margin-top: 15px;
}
article .contents section.info-block .post_data span.badge {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .08em;
  color: #46484B;
  background-color: #FFD800;
  border-radius: 0;
  padding: .5em 1em;
}
article .contents section.info-block .post_data span.date {
  font-size: 12px;
  letter-spacing: .08em;
  color: rgba(70, 72, 75, 0.5);
  margin-left: 1em;
	padding-left: 1.4em;
	background: url(/asset/img/common/icon_calendar.svg) no-repeat;
	background-position: left;
	background-size: 12px;
}
article .contents section.info-block .post_data span.update {
  font-size: 12px;
  letter-spacing: .08em;
  color: rgba(70, 72, 75, 0.5);
  margin-left: 1em;
	padding-left: 1.4em;
	background: url(/asset/img/common/icon_update.svg) no-repeat;
	background-position: left;
	background-size: 12px;
}
article .contents section.info-block .post_excerpt {
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.78;
}
article .contents section.info-block .post_thumbnail {
  margin-top: 40px;
}
article .contents section.info-block .post_thumbnail img {
  width: 100%;
  height: auto;
}
article .contents section.post_contents {
  margin-top: 40px;
}
article .contents section.post_contents h2 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.44;
  border-left: solid 5px #FFD800;
  padding-left: .7em;
  margin: 1.6em 0 1em;
}
article .contents section.post_contents h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.44;
  border-bottom: solid 2px #FFD800;
  padding-bottom: .1em;
  margin: 1.6em 0 1em;
}
article .contents section.post_contents h4 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.42;
  margin: 1.6em 0 1em;
}
article .contents section.post_contents mark {
	color: inherit;
/*	background: linear-gradient(transparent 60%, #fcda64 60%); */
}
article .contents section.post_contents img {
  max-width: 100%;
	height: auto;/*220608追記*/
}
article .contents section.post_contents .annotation {
  background-color: #F0EFE9;
  padding: 20px;
}
article .contents section.post_contents .annotation dt {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1.46;
}
article .contents section.post_contents .annotation dt:not(:first-child) {
  margin-top: 1.5em;
}
article .contents section.post_contents .annotation dd {
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.75;
  margin-top: 15px;
}
article aside {
  margin-top: 60px;
  padding: 0 20px;
}
article aside .aside-block {
  margin-top: 20px;
}
article aside .aside-block:first-child {
  margin-top: 0;
}
article aside .aside-block .aside-block--title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.44;
  border-bottom: solid 2px #FFD800;
  padding-bottom: 4px;
}
article aside .aside-block .aside-block--contents {
  margin: 30px auto 0;
  padding: 0 16px;
  max-width: 375px;
}
article aside .aside-block .aside-block--contents ul li {
  padding: 25px 0;
  border-bottom: solid 1px rgba(70, 72, 75, 0.5);
}
article aside .aside-block .aside-block--contents ul li:first-child {
  padding-top: 0;
}
article aside .aside-block .aside-block--contents ul li:first-child .item_wrap {
  flex-direction: column;
}
article aside .aside-block .aside-block--contents ul li:first-child .item_wrap .item_img {
  width: 100%;
  overflow: hidden;
}
article aside .aside-block .aside-block--contents ul li:first-child .item_wrap .item_img span {
  width: 55px;
  height: 55px;
  font-size: 40px;
}
article aside .aside-block .aside-block--contents ul li:first-child .item_wrap .item_text {
  width: 100%;
  margin-top: 7px;
}
article aside .aside-block .aside-block--contents ul li:last-child {
  border-bottom: 0;
}
article aside .aside-block .aside-block--contents ul li a .item_wrap {
  display: flex;
}
article aside .aside-block .aside-block--contents ul li a .item_wrap .item_img {
  width: 40%;
  height: auto;
  overflow: hidden;
  position: relative;
}
article aside .aside-block .aside-block--contents ul li a .item_wrap .item_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: transform .3s ease;
}
article aside .aside-block .aside-block--contents ul li a .item_wrap .item_img span {
  width: 45px;
  height: 45px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  background: white;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 50%, white 100%);
  position: absolute;
}
article aside .aside-block .aside-block--contents ul li a .item_wrap .item_text {
  width: 60%;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.42;
  padding: 0 .5em;
}
article aside .aside-block .aside-block--contents .banner_box {
  margin-top: 30px;
}
article aside .aside-block .aside-block--contents .banner_box:first-child {
  margin-top: 0;
}
article aside .aside-block .aside-block--contents .banner_box a {
  transition: .3s;
	margin-bottom: 15px;
}
article aside .aside-block .aside-block--contents .banner_box a:hover {
  filter: brightness(1.1);
}
article aside .aside-block .aside-block--contents .banner_box img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  article {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 100px 20px 0;
  }
  article .contents {
    width: calc(100% - 215px - 4vw);
    padding: 0;
  }
  article .contents section.info-block h1.post_title {
    font-size: 36px;
    letter-spacing: .1em;
  }
  article .contents section.info-block .post_data {
    margin-top: 20px;
  }
  article .contents section.info-block .post_data span.badge {
    font-size: 14px;
  }
  article .contents section.info-block .post_data span.date {
    font-size: 14px;
  }
  article .contents section.info-block .post_data span.update {
    font-size: 14px;
  }
  article .contents section.info-block .post_excerpt {
    font-size: 16px;
    line-height: 2;
  }
  article .contents section.info-block .post_thumbnail {
    margin-top: 60px;
  }
  article .contents section.post_contents {
    margin-top: 80px;
  }
  article .contents section.post_contents h2 {
    font-size: 24px;
    border-left: solid 7px #FFD800;
  }
  article .contents section.post_contents h3 {
    font-size: 20px;
  }
  article .contents section.post_contents h4 {
    font-size: 16px;
  }
  article .contents section.post_contents .annotation dt {
    font-size: 16px;
  }
  article .contents section.post_contents .annotation dd {
    font-size: 16px;
  }
  article aside {
    width: 215px;
    margin-top: 0;
    padding: 0;
  }
  article aside .aside-block .aside-block--contents {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
  article aside .aside-block .aside-block--contents ul li {
    padding: 23px 0;
  }
  article aside .aside-block .aside-block--contents ul li:first-child {
    padding-top: 0;
  }
  article aside .aside-block .aside-block--contents ul li:first-child .item_wrap {
    flex-direction: column;
  }
  article aside .aside-block .aside-block--contents ul li:first-child .item_wrap .item_img {
    width: 100%;
    height: 140px;
  }
  article aside .aside-block .aside-block--contents ul li:first-child .item_wrap .item_img span {
    width: 50px;
    height: 50px;
    font-size: 40px;
  }
  article aside .aside-block .aside-block--contents ul li:first-child .item_wrap .item_img img {
    height: 140px;
  }
  article aside .aside-block .aside-block--contents ul li:first-child .item_wrap .item_text {
    width: 100%;
    margin-top: 5px;
  }
  article aside .aside-block .aside-block--contents ul li:last-child {
    border-bottom: 0;
  }
  article aside .aside-block .aside-block--contents ul li a .item_wrap .item_img {
    width: 90px;
    height: 70px;
  }
  article aside .aside-block .aside-block--contents ul li a .item_wrap .item_img span {
    width: 30px;
    height: 30px;
    font-size: 20px;
    position: absolute;
    z-index: 1;
  }
  article aside .aside-block .aside-block--contents ul li a .item_wrap .item_img img {
    height: 70px;
  }
  article aside .aside-block .aside-block--contents ul li a .item_wrap .item_text {
    width: calc(100% - 90px);
    font-size: 12px;
  }
  article aside .aside-block .aside-block--contents ul li a:hover .item_wrap .item_img img {
    transform: scale(1.1);
  }
}
/*
================================================================
ブロックエディタ対応用
================================================================ */
#catall .post_profile {
  margin: 20px 0;
  padding: 20px;
}
#catall .post_profile .bg-white {
  padding: 10px 20px 20px;
}
#catall .post_profile .bg-white h4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
  color: #FFD800;
  margin: 0;
}
#catall .post_profile .bg-white dl {
  margin: 20px 0 0;
}
#catall .post_profile .bg-white dl dt {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .06em;
}
#catall .post_profile .bg-white dl dd {
  font-size: 12px;
  letter-spacing: .08em;
  line-height: 1.5;
  margin-top: 6px;
}
#catall .wp-block-image img {
  max-width: 100%;
  height: auto;
}
#catall .wp-block-media-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#catall .wp-block-media-text .wp-block-media-text__media {
  width: 15%;
}
#catall .wp-block-media-text .wp-block-media-text__media img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}
#catall .wp-block-media-text .wp-block-media-text__content {
  width: 80%;
  padding: 0;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  #catall .post_profile {
    margin: 30px 0;
    padding: 25px;
  }
  #catall .post_profile .bg-white {
    padding: 20px 25px 25px;
  }
  #catall .post_profile .bg-white h4 {
    font-size: 20px;
  }
  #catall .post_profile .bg-white dl {
    margin: 20px 0 0;
  }
  #catall .post_profile .bg-white dl dt {
    font-size: 14px;
  }
  #catall .post_profile .bg-white dl dd {
    font-size: 14px;
  }
}
/*
================================================================
 .post_contentsCTA
================================================================ */
.post_contentsCTA {
  width: 100%;
  max-width: 335px;
  margin: 60px auto 0;
  position: relative;
}
.post_contentsCTA img {
  width: 100%;
  height: auto;
}
.post_contentsCTA .post_contentsCTA_box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 25px 10px;
  text-align: center;
}
.post_contentsCTA .post_contentsCTA_box p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .09em;
  line-height: 1.5;
}
.post_contentsCTA .post_contentsCTA_box .btn_wrap {
  margin-top: 30px;
}
.post_contentsCTA .post_contentsCTA_box .btn_tel a {
  max-width: 238px;
  margin: 0 auto;
}
.post_contentsCTA .post_contentsCTA_box .btn_web a {
  width: 238px;
  margin: 25px auto 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1.44;
  background-color: #FFFFFF;
  border-radius: 3em;
  padding: 1em;
  position: relative;
  transition: .3s;
}
.post_contentsCTA .post_contentsCTA_box .btn_web a::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url(/asset/img/common/arrowR.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}

@media screen and (min-width: 375px) {
  .post_contentsCTA .post_contentsCTA_box p {
    font-size: 20px;
  }
  .post_contentsCTA .post_contentsCTA_box .btn_wrap {
    margin-top: 40px;
  }
  .post_contentsCTA .post_contentsCTA_box .btn_web a {
    margin: 30px auto 0;
  }
  .post_contentsCTA .post_contentsCTA_box .btn_web a:hover {
    box-shadow: 0px 3px 6px #00000029;
  }
}
@media screen and (min-width: 992px) {
  .post_contentsCTA {
    max-width: 100%;
    margin: 80px auto 0;
  }
  .post_contentsCTA .post_contentsCTA_box .btn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .post_contentsCTA .post_contentsCTA_box .btn_tel {
    width: 50%;
  }
  .post_contentsCTA .post_contentsCTA_box .btn_tel a {
    margin: 0 auto 0;
  }
  .post_contentsCTA .post_contentsCTA_box .btn_web {
    width: 50%;
    border-left: solid 1px rgba(112, 112, 112, 0.5);
  }
  .post_contentsCTA .post_contentsCTA_box .btn_web a {
    margin: 0 auto 0;
  }
}
/*
================================================================
 section.sec_recommend
================================================================ */
section.sec_recommend {
  margin: 60px 0 0;
  padding: 40px 0 70px;
}
section.sec_recommend .column-block-wrapper {
  margin: 40px 0 0;
}
section.sec_recommend .column-block-wrapper .column-block {
  padding: 0 20px;
}
section.sec_recommend .column-block-wrapper .column-block ul {
  padding: 0 16px;
}
section.sec_recommend .column-block-wrapper .column-block ul li {
  margin-top: 30px;
}
section.sec_recommend .column-block-wrapper .column-block ul li:first-child {
  margin-top: 0;
}
section.sec_recommend .column-block-wrapper .column-block ul li a .img-wrapper {
  border-radius: 10px;
  overflow: hidden;
	max-height: 176px;
}
section.sec_recommend .column-block-wrapper .column-block ul li a .img-wrapper img {
  width: 100%;
  height: auto;
  transition: transform .3s ease;
}
section.sec_recommend .column-block-wrapper .column-block ul li a .content-wrapper {
  margin: 10px 0 0;
}
section.sec_recommend .column-block-wrapper .column-block ul li a .content-wrapper p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.42;
  color: rgba(70, 72, 75, 0.5);
}
section.sec_recommend .column-block-wrapper .column-block ul li a .content-wrapper h4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.75;
}
section.sec_recommend .column-block-wrapper .column-block ul li a:hover .img-wrapper img {
  transform: scale(1.1);
}
section.sec_recommend .column-block-wrapper .veiwAllBtn-block {
  margin: 40px 0 0;
  text-align: center;
}
section.sec_recommend .column-block-wrapper .veiwAllBtn-block a {
  width: 230px;
  display: inline-block;
  color: #FFFFFF;
  background-color: #46484B;
}
section.sec_recommend .column-block-wrapper .veiwAllBtn-block a:hover {
  box-shadow: 0px 3px 6px #00000029;
  transform: translateY(-5%);
}
section.sec_recommend .column-block-wrapper .veiwAllBtn-block a::after {
  background: url(/asset/img/common/arrowR_white_bold.svg) no-repeat;
}

@media screen and (min-width: 768px) {
  section.sec_recommend {
    margin: 100px 0 0;
    padding: 80px 0 100px;
  }
  section.sec_recommend .column-block-wrapper {
    max-width: 1040px;
    margin: 60px auto 0;
  }
  section.sec_recommend .column-block-wrapper .column-block {
    padding: 0 20px;
  }
  section.sec_recommend .column-block-wrapper .column-block ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  section.sec_recommend .column-block-wrapper .column-block ul li {
    margin-top: 0;
    width: 31.5%;
  }
  section.sec_recommend .column-block-wrapper .column-block ul li a .content-wrapper {
    margin: 14px 0 0;
  }
}

/*
================================================================
	singlepager（前の記事、次の記事）
================================================================ */
.singlepager {
	margin: 40px 0 0;
	border-top: solid 1px #46484B;
}
.singlepager ul {
	margin: 30px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.singlepager ul li a {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .08em;
	line-height: 1;
	padding: 11px 50px 13px;
	background-color: #FFFFFF;
	border: solid 1px #46484B;
	border-radius: 3em;
	transition: .3s;
	position: relative;
}
.singlepager ul li.prev a::before {
	position: absolute;
	width: 8px;
	height: 14px;
	content: '';
	display: inline-block;
	background: url(/asset/img/common/arrowL_yellow.svg) no-repeat;
	background-size: contain;
	top: 50%;
	left: 14px;
	transform: translateY(-50%);
}
.singlepager ul li.next a::after {
	position: absolute;
	width: 8px;
	height: 14px;
	content: '';
	display: inline-block;
	background: url(/asset/img/common/arrowR_yellow.svg) no-repeat;
	background-size: contain;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
	transition: .3s;
}
.singlepager ul li a:hover {
	background-color: #46484B;
	color: #FFFFFF;
}
.singlepager ul li.prev a:hover::before {
	margin-left: -5px;
}
.singlepager ul li.next a:hover::after {
	margin-right: -5px;
}


/*
================================================================
	過去記事対応用
================================================================ */
.contents section.post_contents ul {
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .08em;
	line-height: 1.4;
	margin: 1.2em 0;
	padding: 1.7em 1.2em 1em;
	background-color: #F0EFE9;
}
.contents section.post_contents ul li {
	padding: 0 0 0.7em 1.5em;
	position: relative;
}
.contents section.post_contents ul li::before {
	content: url(/asset/img/common/dot_yellow.svg);
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.contents section.post_contents p {
	word-break: break-all;
}
.contents section.post_contents p a {
	font-weight: 500;
	color: #477CCB;
	text-decoration: underline;
}





#catall .wp-block-media-text .wp-block-media-text__media{
	align-self: auto;
}

#catall .wsb-l1 .avaArea{
	background: #F5F5F6;
	margin-right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#catall .wsb .txtArea{
	background: #F5F5F6;
	border: none;
	font-style: normal;
	width: 70%;
	padding: 20px;
	box-shadow: none;
	border-radius: 0;
}
#catall .wsb-l1 .txtArea::before{
	display: none;
}
#catall .wsb .txtArea .wsbTxt{
	margin-bottom: 1em;
	line-height: 1;
}
#catall .wsb .txtArea .wsbTxt em{
	font-style: normal;
}
#catall .wsb .avaName{
	display: none;
}
#catall .wsb .avaImg img{
	border-radius: 50%;
}
#catall .wp-block-image img{
	width: 100%;
}
#catall .wp-block-image .aligncenter{
	width: 100%;
}
@media screen and (min-width:768px){
	#catall .wp-block-image,#catall .wp-block-media-text{
		margin-bottom: 30px;
	}
}

































