@charset "UTF-8";

/******************************
  パンくず
******************************/
.cmn-breadcrumb{
  background: #ffffff;
  padding: 10px;
  font-size: 14px;
  width: 100%;
}
.cmn-breadcrumb a{
  color: #181818;
}

/*****************************
    ページのコンテンツ少ないとき
*****************************/
.cmn-main{
  min-height: calc(100vh - 600px);
}

/*****************************
    アンカー
*****************************/
a.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
  position: relative;
  z-index: -1;
}

/*****************************
    ページャー
*****************************/
.pager{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.pager li{
  width: calc(100%/3);
}
@media screen and (max-width: 767px) {
.pager li{
  width: 100%;
  margin-bottom: 25px;
}
}

.pager .prev a{
  background: #41bcef;
  color: #fff;
    padding: 4px 50px 4px;
}
.pager .prev a:hover{
  background: #F0F5F5;
  border: 1px solid #41bcef;
  color: #41bcef;
  opacity: 1;
}
.pager .all a{
background: #41bcef;
    border: 1px solid #41bcef;
  color: #fff;
    padding: 4px 50px 4px;
  transition: .5s;
}
.pager .all a:hover{
  background: #F0F5F5;
  color: #41bcef;
  opacity: 1;
}
.pager .next a{
  background: #41bcef;
  color: #fff;
    padding: 4px 50px 4px;
}
.pager .next a:hover{
  background: #F0F5F5;
  border: 1px solid #41bcef;
  color: #41bcef;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 767px) {

}
/*****************************
    ページネーション
*****************************/
.pagination{
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.pagination .current{
  background: #41bcef;
  color: #fff;
  padding: 3px 10px 3px;
}
.page-numbers{
background: #ffeeba;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 767px) {
  .pagination{
      margin-top: 60px;
  }
}

/*****************************
    single
*****************************/
.singlehead{
  margin-top: 0px;
}
.singlehead h2{
border-bottom: 3px solid #FABD00;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 5px;
    position: relative;
    line-height: 1.5;
    margin-bottom: 30px;
}

.singlehead h2::after {
    content: "";
    width: 4em;
    height: 3px;
    background: #00A0E8;
    position: absolute;
    left: 0;
    bottom: -3px;
}

@media only screen and (max-width: 767px) {
  .singlehead h2{
    font-size: 18px;
  }
}

/*****************************
    404
*****************************/
.page-404 .morebtn{
  text-align: center;
  margin-top: 30px;
}
.page-404 .morebtn a{
background: #41bcef;
    border: 1px solid #41bcef;
  color: #fff;
  padding: 10px 40px 10px;
  transition: .5s;
}
.page-404 .morebtn a:hover{
  background: #fff;
  color: #101010;
  opacity: 1;
}

/******************************
  common
******************************/
.imgbox{
  text-align: center;
}
.link-txtunder,
.singlecontent a{
  color: #004B9E;
  text-decoration: underline;
}
.link-txtunder:hover,
.singlecontent a:hover{
  text-decoration: none;
}
.singlecontent p,
.txtbox p:not(:last-of-type){
  margin-bottom: 1rem;
}

/******************************
  inner
******************************/
.inner1,
.inner2,
.inner3{
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 1rem;
}
.inner2{
  max-width: 1920px;
}
.inner3{
  max-width: 1280px;
}
.innernp{
  margin: 0 auto;
  max-width: 1920px;
}
.inner2 .inner1,
.inner2 .inner3,
.inner3 .inner1{
  padding: 0 !important;
}

.contact_inner{
  margin: 0 auto;
  width: min(800px, 100%);
  padding: 0 1rem;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    
}

/******************************
  flex
******************************/
.flexbox1{
  display: flex;
  flex-wrap: wrap;
}
.flexbox2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex{
  display: flex;
}
.frr{
  flex-direction: row-reverse;
}
.fac{
  align-items: center;
}
.fast{
  align-items: stretch;
}
.fafe{
  align-items: flex-end;
}
.fafs{
  align-items: flex-start;
}
.fabl{
  align-items: baseline;
}

.fbox,
.ftxtbox,
.fimgbox{
  width: 48%;
}
.fimgbox{
  text-align: center;
}

/******************************
  ttl
******************************/
.title-type01 {
  text-align: center;
  margin: 0 auto 20px;
}
.title-type01 .ttl-main {
  letter-spacing: 1px;
  font-size: 28px;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .title-type01 .ttl-main {
    font-size: 22px;
  }
}

.title-type01 .ttl-main:before {
  content: "";
  width: 365px;
  height: 2px;
  background: #345678;
  position: absolute;
  left: 50%;
  bottom: -15%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 767px) {
  .title-type01 .ttl-main:before {
    width: 50px;
    bottom: -25%;
  }
}

.title-type01 .ttl-sub {
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 10px;
  font-weight: bold;
  color: #345678;
}

/* h2見出し Ver.2 */
.title-type02 {
  background: #f7fcff;
  position: relative;
  padding: 20px 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .title-type02 {
    padding: 20px 25px;
  }
}

.title-type02::before{
content: '';
    border-radius: 5px 0 0 5px;
    background: #345678;
    width: 8px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.title-type02 .ttl-main02 {
  letter-spacing: 1px;
  font-size: 28px;
  line-height: 1.4;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .title-type02 .ttl-main02 {
    font-size: 22px;
  }
}
.title-type02 .ttl-sub02 {
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 0px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.title-type02 .ttl-sub02::before  {
  position: absolute;
  right: -22px;
  top: 2px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  transition: 0.5s;
  content: "";
  background: url(../images/common/spin-item.png) no-repeat center / contain;
  width: 20px;
  height: 20px;
  animation-name: spin;
  animation-duration: 10s;
  animation-delay: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-direction:alternate;
}

@keyframes spin {
  0%{
    transform: rotateY(0deg);
  }
  5%{}10%{}15%{}20%{}25%{}30%{}35%{}40%{}
  45%{
    transform: rotateY(360deg);
  }
  50%{}55%{}60%{}65%{}70%{}75%{}80%{}85%{}90%{}
  95%{
    transform: rotateY(360deg);
  }
  100%{
    transform: rotateY(180deg);
  }
}

/* h3見出し */
.ttl_type03{
  margin-bottom: 30px;
}
.ttl_type03 h2{
  border-bottom: 3px solid #FABD00;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 5px;
  position: relative;
  line-height: 1.5;
}
.ttl_type03 h2::after{
  content: "";
  width: 4em;
  height: 3px;
background: #00A0E8;
  position: absolute;
  left: 0;
  bottom: -3px;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 767px) {
  .ttl_type03 h2{
    font-size: 18px;
  }
}

/* h3見出し */
.ttl_type04{
  margin-bottom: 30px;
  position: relative;
}
.ttl_type04 h2{
  font-weight: bold;
  font-size: 24px;
  position: relative;
  line-height: 1.5;
  padding-left: 27px;
}
@media screen and (max-width: 767px) {
.ttl_type04 h2{
  font-size: 18px;
  padding-left: 23px;
}
}


.ttl_type04::before {
    content: "";
    position: absolute;
    background-image: url(../images/top/bg_line.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 5px;
    bottom: -10px;

}

.ttl_type04 h2:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #41bcef;
    border-radius: 3px;
    left: 0px;
    top: 9px;
}

@media screen and (max-width: 767px) {
.ttl_type04 h2:after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background: #41bcef;
    border-radius: 3px;
    left: 0px;
    top: 5px;
}
}


/* .ttl_type04 h2::after{
  content: "";
  width: 4em;
  height: 3px;
background: #00A0E8;
  position: absolute;
  left: 0;
  bottom: -3px;
} */
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 767px) {
  .ttl_type04 h2{
    font-size: 18px;
  }
}


/******************************
  btn
******************************/

/******************************
  TABLE
******************************/
table{
  border-top: 1px solid #c7c7c7;
  /* border-left: 1px solid #c7c7c7; */
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
}
table th{
border-bottom: 1px solid #c7c7c7;
/* border-right: 1px solid #c7c7c7; */
padding: 5px 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: #acac9d;
color: #fff;
text-align: left;
vertical-align: middle;
}
table td{
border-bottom: 1px solid #c7c7c7;
  /* border-right: 1px solid #c7c7c7; */
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

/* 法人理事一覧 */
table td.td01{
  width: 120px;
}
table td.td02{
  width: 240px;
}
table td.td03{
width: calc(100% - 360px);
}


@media screen and (max-width: 767px) {
  table{
  border-left: unset;
}
table td{
  padding: 10px 5px;
}
table td.td01{
  width: 70px;
  border-right: unset;
  display: inline-block;
  font-size: 14px;
}
table td.td02{
  width: 150px;
  border-right: unset;
  display: inline-block;
  font-size: 14px;
}
table td.td03{
width: calc(100% - 220px);
border-right: unset;
  display: inline-block;
font-size: 14px;
}
}




table ul{
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 767px) {
  table th{
      width: 100%;
      display: block;
      padding: 5px 10px;
  }
  table td{
      display: block;
  }
}

/******************************
  header
******************************/
.header01_area{
  padding: 0px 0 0px;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .header01_area{
    padding: 0px 0 0px;
  }
}
.cmnhead{
  background: #fff;
  padding: 5px 0 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .2);
  border-top: 6px solid #41BCEF;
}
@media screen and (max-width: 1024px) {
  .cmnhead{
    padding: 5px 0 5px;
  }
}

.cmnhead .logo{
  max-width: 130px;
  margin-left: 10px;
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
.cmnhead .logo {
  max-width: 130px;
  padding: 10px;
  margin-left: 10px;
  transition: 0.5s;
  }
}
@media screen and (max-width: 600px) {
  .cmnhead .logo {
  max-width: 130px;
    padding: 0px 0 15px;
    transition: 0.5s;
  }
}

.cmnnav{
  margin-right: 0px;
}
.navlist{
  background: #fff;
    padding: 5px 0;
}
.navlist .flexbox1 li{
  width: calc(100% / 4);
  text-align: center;
  border-left: 2px dotted #dcdcdc;
}
/* .navlist .flexbox1 li:nth-child(1){
  display: none;
} */
@media screen and (max-width: 1024px) {
  .navlist{
    background: #ffffff;
    padding: 30px 10px;
  }
  .navlist .flexbox1 li{
    width: calc(100% / 1);
    text-align: left;
    border-left: 0px dotted #dcdcdc;
  }
  /* .navlist .flexbox1 li:nth-child(1){
    display: block;
  } */
}

.navlist .flexbox1 li:last-child{
  border-right: 2px dotted #dcdcdc;
}
@media only screen and (max-width: 1024px) {
  .navlist .flexbox1 li:last-child{
    border-right: 0px dotted #dcdcdc;
  }
}

.navlist a{
  display: block;
  padding: 0.5rem;
  font-size: 16px;
  border-bottom: 3px solid #fff;
}
.navlist .nowpage a{
  color: #333;
  opacity: 1;
  background: #fff;
  /* border-bottom: 3px solid #41BCEF; */
  position: relative;
}
.navlist .nowpage a::after {
  content: "";
  position: absolute;
  border-top: 7px solid #41BCEF;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  margin-left: 0%;
  bottom: -23px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.navlist .nowpage a span{
  font-weight: 500;
}

.navlist a:hover{
  color: #333;
  opacity: 1;
  border-bottom: 3px solid #41BCEF;
  position: relative;
}
.navlist a:hover span{
  font-weight: normal;
}

.navlist a:hover::after {
  content: "";
  position: absolute;
  border-top: 7px solid #41BCEF;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  margin-left: 0%;
  bottom: -23px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 1180px) {
  .navlist a{
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .navlist a{
    transition: 0s;
  }
  .navlist a:hover{
    transition: 0s;
  }
}

/* .navlist a:hover,
.navlist .nowpage a{
  border-bottom: 2px solid #8B968D;
  opacity: 1;
} */

.flexbox2 .head_logo_area{
  width: auto;
}
.flexbox2 .head_info_area{
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
.flexbox2 .head_info_area{
  display: flex;
  justify-content: flex-end;
  margin-right: 80px;
}
}
@media screen and (max-width: 600px) {
.flexbox2 .head_info_area{
margin-right: 0px;
width: 100%;
justify-content: center;
}
}


.h_contact_box{
  display: block;
  width: 100px;
  text-align: center;
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
  transition: all 0.3s;
  margin-left: 10px;
}
.h_contact_box p{
  font-size: 14px;
}
.h_contact_box img{
width: 30px;
margin-bottom: 0px;
}


@media screen and (max-width: 820px) {
  .h_contact_box{
    display: none;
  }
}
/* @media screen and (max-width: 767px) {
  .h_contact_box{
    margin-right: 100px;
  }
} */
/* @media screen and (max-width: 600px) {
  .h_contact_box{
    width: 67px;
    padding: 10px 3px 10px 3px;
    border: 0px solid #CCC;
    margin-left: 5px;
    margin-right: 77px;
  }
  .h_contact_box p{
    font-size: 10px;
  }
} */





.spbtn{
    background: #1e96d4;
  border-radius: 3px;
	cursor: pointer;
  display: none;
  position: absolute;
  top: 1.8rem;
  right: 1rem;
  width: 60px;
  height: 60px;
  z-index: 9999;
}
/* @media screen and (max-width: 600px) {
  .spbtn{
    top: 0.4rem;
    right: 0.8rem;
  }
} */

.spbtn span{
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 50%;
  height: 2px;
  transition: all .4s;
  transform: translateX(-50%);
  width: 20px;
}
.spbtn span:nth-of-type(1) {
	top:10px;
}
.spbtn span:nth-of-type(2) {
	top:18px;
}
.spbtn span:nth-of-type(3) {
	top:26px;
}
.spbtn p {
  font-size: 12px;
  position: absolute;
  bottom: 8px;
  left: 11px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}
.spbtn p::after {
  content: "MENU";
}

.spbtn.active span:nth-of-type(1) {
  top: 13px;
  left: 13px;
  transform: translateY(6px) rotate(-135deg);
  width: 55%;
}
.spbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.spbtn.active span:nth-of-type(3){
  top: 25px;
  left: 13px;
  transform: translateY(-6px) rotate(135deg);
  width: 55%;
}
.spbtn.active p {
  letter-spacing: 0px;
}
.spbtn.active p::after {
  content: "CLOSE";
}

.splogo{
  display: none;
}

@media only screen and (max-width: 1024px) {

  .spbtn{
    display: block;
  }
  .cmnnav {
    padding: 0 2rem;
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    transition: 0.5s;
  }
  .cmnnav.active {
    background: #fff;
    height: 100dvh;
    overflow-y: scroll;
    position: fixed;
    display: block;
  }
  .cmnnav.active .splogo{
    display: block;
    margin: 10px auto;
    max-width: 222px;
    text-align: center;

  }
  .navlist{
    visibility: hidden;
    transform-origin: top center;
    transform: scale(.5);
  }
  .cmnnav.active .navlist{
    display: block;
    margin: 2rem auto;
    max-width: 100%;
    text-align: center;
    transition: .3s;
    transform: scale(1);
    visibility: visible;
  }
  .cmnnav.active .navlist li a{
    padding: 10px 20px 10px 20px;
    border-bottom: unset;
    display: block;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    position: relative;
    transition: 0.5s;
    color: #181818;
  }
  .cmnnav.active .navlist li a::after {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1e96d4;
    border-right: 2px solid #1e96d4;
    transform: rotate(45deg);
    transition: 0.5s;
    left: unset;
}
.cmnnav.active .navlist li a span {
  font-weight: 500;
  letter-spacing: 1px;
}

  .cmnnav.active .navlist li a:hover::after,
  .cmnnav.active .navlist li.nowpage a::after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    left: unset;
  }
}






/******************************
cmnhead on
******************************/
@media only screen and (max-width: 1024px) {
.cmnhead.on .cmnnav {
  top: -10px;
  transition: 0.5s;
  }
}
@media only screen and (max-width: 600px) {
  .cmnhead.on .cmnnav {
    top: 2px;
    transition: 0.5s;
  }
}

.cmnhead.on .header01_area {
  padding: 0px 0 5px;
  transition: 0.5s;
}

.cmnhead.on .logo{
  max-width: 120px;
  margin-left: 10px;
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
.cmnhead.on .logo {
  max-width: 120px;
  padding: 10px;
  margin-left: 10px;
  transition: 0.5s;
  }
}
@media screen and (max-width: 600px) {
  .cmnhead.on .logo {
    max-width: 120px;
    padding: 0px 0 10px;
    transition: 0.5s;
  }
}

/* 
.cmnhead.on .navlist{
  padding: 0px 0;
} */


.cmnhead.on .h_contact_box{
  padding: 3px 3px 3px 3px;
  width: 90px;
}
.cmnhead.on .h_contact_box p{
  font-size: 12px;
}
.cmnhead.on .h_contact_box img{
  width: 28px;
}
@media screen and (max-width: 600px) {
  .cmnhead.on .h_contact_box{
    width: 67px;
    padding: 10px 3px 10px 3px;
    border: 0px solid #CCC;
    margin-left: 5px;
    margin-right: 77px;
  }
  .cmnhead.on .h_contact_box p{
    font-size: 10px;
  }
}

/******************************
  footer
******************************/
.cmnfot{
padding-top: 30px;
background: #ffffff;
border-top: 5px solid #231815;
}
.ft_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
}
.ft_fbox01{
  width: 430px;
  margin-right: 20px;
}
.ft_fbox02{
width: calc(100% - 450px);
}
@media screen and (max-width: 1024px) {
.ft_fbox01{
  width: 280px;
  margin-right: 20px;
}
.ft_fbox02{
width: calc(100% - 300px);
}
}

@media screen and (max-width: 600px) {
.ft_fbox01{
  width: 100%;
  margin-right: 0px;
  margin-bottom: 30px;
}
.ft_fbox02{
width: 100%;
}
}


.ft_fbox01 p{
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.ft_fbox01 address{
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.fotter_logo{
  width: 180px;
}

.footer_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer_menu_area{
  width: calc(100% /2);
  padding: 10px;
}
@media screen and (max-width: 820px) {
.footer_menu_area{
  width: calc(100% /1);
  padding: 0 10px;
}
}


.footer_menu_area ul li{
  position: relative;
  padding-left: 28px;
}

/* 四角 */
.footer_menu_area ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  
  width: 16px;
  height: 16px;
background: #231815;
  border-radius: 3px;  /* 角丸（不要なら0） */
}

/* 三角 */
.footer_menu_area ul li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff; /* 三角の色 */
}


/******************************
  footer copyright
******************************/
.fotcopy {
background: #ffffff;
color: #231815;
font-size: 14px;
text-align: center;
padding: 10px 0;
border-top: 1px solid #dae0d9;
}

/*****************************
投稿ページはみだし制御
*****************************/
.page-single img{
  max-width: 100%; 
  height: auto;
}

/* 投稿本文内の画像をスマホでもはみ出さないように */
.entry-content img,
.wp-block-image img,
.alignnone img,
.aligncenter img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* キャプション（[caption]）のはみ出し防止 */
.wp-caption {
  max-width: 100%;
  height: auto;
}

.wp-caption img {
  width: 100%;
  height: auto;
}

/* インライン指定されたwidthを上書き */
.entry-content [style*="width:"] {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

/* テキストがはみ出す場合に折り返し */
.entry-content {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*****************************
投稿ページはみだし制御
*****************************/

.footer_menu_area02 {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    display: flex;
    justify-content: center;
}
.footer_menu_area02 li {
    display: inline-block;
    vertical-align: text-top;
    text-align: left;
    padding: 0px 10px;
    border-right: 1px solid #dae0d9;
    margin-bottom: 5px;
}
.footer_menu_area02 li:first-child {
    border-left: 1px solid #dae0d9;
    border-right: 1px solid #dae0d9;
}