@charset "utf-8";
.clearfix:after{
  content: "";
  clear: both;
  display: block
}
img{
  height: auto;
  max-width: 100% !important;
}
a{
  transition: 0.3s;
  color:currentColor;
  text-decoration: none;
}
a img{
  transition: 0.3s;
}
a:hover img{
  opacity: 0.7;
}
a:hover{
  text-decoration: underline;
}
p{
  word-break: break-all;
}
html,body{
  color: #3e3a39;
  height: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
}

body{
  padding-top: 150px;
}
/* header */
header{
  height: 150px;
  width: 100%;
  background: #FFF;
  position: fixed;
  top: 0;
  z-index: 10000;
  max-width: 100%;
}
header .headerContents{
  display: flex;
  justify-content: space-between;
  align-items: start;
  max-width: 1280px;
  margin: 0 auto;
}
header nav{
  max-width: 1280px;
  margin: 0 auto;
}
.headerLogo{
  width: 324px;
  max-width: 100%;
  margin: 20px 20px 0;
}
.headerLinks{
  display: flex;
  align-items: center;
}
.headerLinks .tel{
  background: url("../img/header_tel.svg") no-repeat left center;
  background-size: 30px 30px;
  background-position: left bottom 1px;
  max-width: 100%;
  margin-top: 10px;
  padding-left: 40px;
  position: relative;
}
.headerLinks .tel a{
  transition: 0.3s;
}
.headerLinks .tel a:hover{
  text-decoration: none;
  opacity: 0.8;
}
.headerLinks .telinfo strong{
  border: 1px solid #cf0027;
  color: #cf0027;
  font-size: 12px;
  margin-right: 5px;
  padding: 2px 10px;
}
.headerLinks .telinfo span{
  position: absolute;
  font-size: 11px;
  top:-12px;
  right: 0;
}
.headerLinks .telnumber{
  font-size: 20px;
  font-family: Arial,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.headerLinks .telnumber strong{
  font-size: 38px;
  font-weight: 500;
  line-height: 110%;
}
.headerLinks .corporate{
  align-self:flex-start;
  margin: 0 20px 0 40px;
}
.headerLinks .corporate a{
  color: #3e3a39;
  display: flex;
  height: 70px;
  align-items: center;
  text-decoration: none;
  padding-right: 30px;
  position: relative;
}
.headerLinks .corporate a:hover{
  text-decoration: underline;
}
.headerLinks .corporate a::after{
  background: url("../img/ico_link.svg") no-repeat center right;
  content: "";
  display: inline-block;
  height: 22px;
  width: 22px;
  position: absolute;
  right: 0;
}
.headerLinks .contact{
  align-self:flex-start;
}
.headerLinks .contact a{
  background: #cf0027;
  width: 80px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerLinks .contact img{
  width: 38px;
  height: 28px;
}

/* nav */
nav ul{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
nav ul li{
  width: 180px;
  text-align: center;
}
nav ul li span{
  display: block;
  border-left: 1px solid #3e3a39;
}
nav ul li:nth-child(1) span{
  border-left: none;
}
nav ul li a{
  border-bottom: 3px solid #FFF;
  color: currentColor;
  text-decoration: none;
  display: block;
  padding: 20px 0 17px;
}
nav ul li a:hover,nav ul li.current a{
  text-decoration: none;
  border-bottom: 3px solid #cf0027;
}

/* parts */
.bgcg{
  background: #f2f6f8;
}
.breadcrumb{
  background: #F2F6F8;
  font-size: 16px;
  padding: 30px;
}
.breadcrumb a{
  color: #2885ed;
  text-decoration: underline;
}
.breadcrumb a:hover{
  text-decoration: none;
}
.breadcrumb li{
  display: inline-block;
}
.breadcrumb li span{
  margin-left: 20px;
}
.inner{
  width: 96%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.contentswap{
  padding: 80px 0;
}

/* parts title */
.borderttl{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}
.borderttl::before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 40px);
  width: 80px;
  height: 3px;
  content: '';
  background: #cf0027;
}
.sideborderttl{
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0 90px;
  text-align: center;
  margin-bottom: 20px;
}
.sideborderttl::before,
.sideborderttl::after {
  position: absolute;
  top: calc(50% - 1px);
  width: 60px;
  height: 1px;
  content: '';
  border-bottom: solid 1px #666464;
}
.sideborderttl::before {
  left: 0;
}
.sideborderttl::after {
  right: 0;
}
.contentsbox{
  margin-bottom: 60px;
}
.contentsbox:last-child{
  margin-bottom: 0;
}
h2.pagettl {
  position: relative;
  font-size: 26px;
  border-bottom: 3px solid #dcdddd;
  padding-bottom: 10px;
}
h2.pagettl:before {
  position: absolute;
  bottom: -3px;
  width: 80px;
  height: 3px;
  display: block;
  content: "";
  background: #cf0027;
}
h3.pagettl {
  border-left: 8px solid #cf0027;
  font-size: 22px;
  padding: 0px 0px 0px 20px;;
}
h4.pagettl {
  font-size: 20px;
}
h4.pagettl::before{
  content: "●";
  color: #cf0027;
  margin-right: 5px;
}
.circlettl {
  font-size: 26px;
}
.circlettl::before{
  content: "●";
  color: #cf0027;
  margin-right: 5px;
}

.pageimg{
  margin-top: 40px;
}
.arwlink{
  text-align: right;
  margin-top: 30px;
}
.arwlink a{
  color: #cf0027;
  display: inline-block;
  position: relative;
  padding-right: 64px;
  text-decoration: none;
  line-height: 1;
}
.arwlink a::before{
  background: url("../img/ico_linkarw.svg") no-repeat center right;
  content: "";
  display: block;
  width: 56px;
  height: 8px;
  position: absolute;
  bottom: 2px;
  right: 0;
  transition: 0.5s;
}
.arwlink a:hover{
  opacity: 0.6;
}
.pager{
  text-align: center;
}
.pager span,.pager a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin: 0 5px;
}
.pager span,.pager a:hover{
  background: #cf0027;
}
.pager a{
  background: #c9caca;
}
.bgw{
  background: #FFF;
}
.oblongbtn{
  text-align: center;
}
.oblongbtn a{
  background: #cf0027;
  color: #FFF;
  display: inline-flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  height: 80px;
  min-width: 370px;
  border-radius: 40px;
}
.oblongbtn a:hover{
  opacity: 0.8;
  text-decoration: none;
}

/* qmatic */
#qmatic{
 background: #cf0027;
}
#qmatic .inner{
  background: url("../../img/qmaticimg_bg.png") no-repeat bottom left;
}
.qmaticHead{
  color: #FFF;
  font-size: 24px;
  width: 80%;
  margin: 0 auto 50px;
}
.qmaticRead{
  font-size: 24px;
  text-align: center;
}
.qmaticHead h2{
  font-size: 22px;
  margin-bottom:30px;
}
.qmaticHead h2 strong{
  /* Arialの代替フォント */
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.qmaticLink{
  text-align: center;
  display: flex;
  justify-content: center;
}
.qmaticTel,.qmaticContact{
  display: inline-block;
  width: 40%;
  margin:0 20px;
  max-width: 420px;
}
.qmaticTel a div,.qmaticContact a div{
  display: inline-block;
  position: relative;
  padding-left: 56px;
}
.qmaticTel a div{
  padding-left: 50px;
}
.qmaticTel a,.qmaticContact a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78px;
  border: 1px solid #FFF;
  text-align: center;
  color: #FFF;
  position: relative;
}
.qmaticTel a:hover,.qmaticContact a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.qmaticTel div{
  display: inline-block;
  font-size: 26px;
  font-family: Arial,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.qmaticTel div strong{
  font-size: 40px;
  line-height: 100%;
}
.qmaticTel div span{
  display: block;
  font-size: 14px;
  text-align: right;
  line-height: 100%;
}
.qmaticTel div::before{
  background: url("../../common/img/ico_tel.svg") no-repeat;
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  left: 0;
  top: calc(50% - 23px);
}
.qmaticContact div{
  font-size: 24px;
}
.qmaticContact div::before{
  background: url("../../common/img/ico_contact.svg") no-repeat;
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  left: 0;
}

/* footer */
.pagetop{
  position: fixed;
  right: 0;
  bottom: 150px;
}
footer{
  /* background: url("../img/footer_bg.jpg") no-repeat top center;
  background-size: cover; */
  background:#656565;
  padding: 80px 0;
}
.footerWap{
  color: #FFF;
  display: flex;
  justify-content: space-between;
}
.footerHead,.footerSitemap{
  width: 50%;
}
.footerHead{
  border-right: 1px solid #FFF;
}
.footerHead p{
  font-size: 16px;
}
.footerLogo{
  margin-bottom: 40px;
}
.footerSitemap{
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  font-size: 16px;
}
.footerSitemap ul{
  width: 55%;
}
.footerSitemap ul.slist{
  width: 42%;
}
.footerSitemap ul li{
  position: relative;
  margin-bottom: 5px;
}
.footerSitemap ul li::before{
  content: "･";
  margin-right: 5px;
}
.footerSitemap ul li ul{
  width: 100%;
  margin-left: 1em;
}
.footerSitemap ul li ul li::before{
  content: "−";
}
.footerBottom{
  color: #FFF;
  margin-top: 70px;
  border-top: 1px solid #FFF;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding-top: 10px;
  font-size: 16px;
}

/* entry */
.entryArea p:nth-child(1){
  margin-top: 0px;
}
.entryArea p{
  margin-top: 40px;
}
.entryArea h2 {
  position: relative;
  font-size: 26px;
  border-bottom: 3px solid #dcdddd;
  padding-bottom: 10px;
  margin-top: 40px;
}
.entryArea h2:before {
  position: absolute;
  bottom: -3px;
  width: 80px;
  height: 3px;
  display: block;
  content: "";
  background: #cf0027;
}
.entryArea h3 {
  border-left: 8px solid #cf0027;
  font-size: 22px;
  padding: 0px 0px 0px 20px;;
  margin-top: 40px;
}
.entryArea img{
  margin-top: 40px;
}
.entryArea table{
  margin-top: 40px;
}
.entryArea table th,.entryArea table td{
  border-bottom: 1px solid #666464;
}
.entryArea table{
  border-top: 1px solid #666464;
}
.entryArea table th{
  padding: 10px 20px;
}
.entryArea table td{
  padding: 10px 0px;
}
.entryHead{
  margin-bottom: 50px;
}
.entryHead h1{
  border-bottom: 1px solid #9fa0a0;
  font-size: 30px;
  padding-bottom: 30px;
  margin-bottom: 15px;  
}
.entryData{
  display: flex;
  justify-content: space-between;
}
.entryData .date{
  background: url("../../common/img/ico_date.svg") no-repeat left center;
  background-size: 26px 27px;
  padding: 10px 10px 10px 35px;
}
.snslink a{
  margin-left: 10px;
}
.entryarea h2{
  position: relative;
  font-size: 26px;
  border-bottom: 3px solid #dcdddd;
  padding-bottom: 10px;
}
.entryarea h2::before {
  position: absolute;
  bottom: -3px;
  width: 80px;
  height: 3px;
  display: block;
  content: "";
  background: #cf0027;
}
.entryarea h3 {
  border-left: 8px solid #cf0027;
  font-size: 22px;
  padding: 0px 0px 0px 20px;
}
.entryarea h4{
  font-size: 20px;
}
.entryarea h4::before {
  content: "●";
  color: #cf0027;
  margin-right: 5px;
}

/*bottomentryarea*/
.bottomentryarea{
  margin-top: 80px;
  padding: 0 20px;
}
.bottomentryarea h2{
  font-size: 22px;
  margin-bottom: 10px;
}
.bottomlist{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.bottomlist .bottomentry{
  width: 49%;
  margin-bottom: 20px;
}
.bottomentry a{
  background: #FFF;
  display: flex;
}
.bimg{
  width: 36%;
  aspect-ratio:4/3;
  background: #ececec;
  overflow: hidden;
}
.bimg img{
  object-fit: cover;
  height: 100%;
  width: auto;
}
.bimg img.noimg{
  height: auto;
  object-fit: contain;
}
.btext{
  padding: 20px;
  flex: 1
}
a.outlink{
  background: url("../img/ico_link_b.svg") no-repeat right center;
  background-size: 14px auto;
  padding-right: 20px;
}

/*wp*/
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.wp-caption,
[class*='wp-image'] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}
.wp-caption-text {
  margin-top: 0;
}

/* other */
.slick-slider{
  overflow: hidden;
}
.mt0{ margin-top: 0 !important;}
.mb0{ margin-bottom: 0 !important;}
.mb20{ margin-bottom: 20px !important;}
.pt0{ padding-top: 0 !important;} 
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.wp-caption,
[class*='wp-image'] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}
.wp-caption-text {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1030px) {
  body{
    padding-top: 120px;
  }
  header{
    height: 120px;
  }
  .headerLogo{
    width: 30%;
  }
  .headerLinks .telnumber strong{
    font-size: 3vw;
  }
  .headerLinks .corporate a{
    font-size: 1.5vw;
  }
  /*.headerLinks .telinfo span{
    display: none;
  }*/
  .headerLinks .contact a{
    width: 60px;
    height:60px;
  }
  nav ul li a{
    padding: 10px 0 9px;
  }
  nav ul li span{
    font-size: 16px;
  }
}

@media screen and (min-width: 768px){
  .sp{
    display: none !important;
  }
  .spmenu{
    display: none;
  }
  .qmaticTel a{
  	pointer-events: none;
  }
}
@media screen and (max-width: 767px){
  .pc{
    display: none !important;
  }
  body{
    padding-top: 40px;
  }
  .inner {
    width: 92%;
  }
  h1,h2,h3,h4{
    word-break: break-word;
  }
  
  /* header */
  header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    height: auto;
  }
  .headerContents{
    background: #FFF;
  }
  .headerContents.close{
    /* background: #606060; */
  }
  .headerLogo{
    width: 155px;
    margin: 5px;
  }
  nav .tel {
    max-width: 90%;
    margin: 30px auto 10px;
    text-align: center;
    position: relative;
  }
  nav .tel a{
    background: url("../img/header_tel.svg") no-repeat left center;
    background-size: 30px 30px;
    background-position: left bottom 1px;
    display: inline-block;
    padding-left: 40px;
  }
  nav .tel a:hover{
    text-decoration: none;
  }
  nav .telinfo strong {
    border: 1px solid #cf0027;
    color: #cf0027;
    font-size: 12px;
    margin-right: 5px;
    padding: 2px 10px;
  }
  nav .telinfo span {
    font-size: 11px;
    position: absolute;
    top: -15px;
    right: 0;
  }
  nav .telnumber {
    font-size: 20px;
    font-family: Arial,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  nav .telnumber strong {
    font-size: 38px;
    font-weight: 500;
    line-height: 110%;
  }
  nav .corporate{
    text-align: center;
  }
  nav .corporate a {
    color: #0379bf;
    height: 70px;
    align-items: center;
    display: inline-flex;
    text-decoration: none;
    padding-right: 30px;
    position: relative;
  }
  nav .corporate a::after {
    background: url("../img/ico_link_b.svg") no-repeat center right;
    content: "";
    display: inline-block;
    height: 22px;
    width: 22px;
    position: absolute;
    right: 0;
  }

  .headerLinks .contact a {
    width: 40px;
    height: 40px;
  }
  .headerLinks .contact img {
    width: 21px;
    height: auto;
  }
  .spmenu{
    background: #FFF;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
  }
  .spmenu span{
      display: block;
      margin: 0;
      border: none;
      width: 50%;
      height: 1px;
      background: #000;
      transform-origin:0% 50%;
      position: absolute;
      top: 14px;
      left: 25%;
      transition: .3s;
  }
  .spmenu span:nth-of-type(2){
      top: 20px;
  }
  .spmenu span:nth-of-type(3){
      top: 26px;
  }
  .close span{
      left: 32%;        
  }   
  .close span:nth-of-type(1){
      transform: rotate(45deg);
      width: 44%;
  }
  .close span:nth-of-type(2){
      opacity: 0;
  }
  .close span:nth-of-type(3){
      top: 26px;
      transform: rotate(-45deg);
      width: 44%;
  }
  nav{
    background: rgba(255,255,255,0.95);
    display: none;
  }
  nav ul{
    display: block;
  }
  nav ul li{
    border-left: none;
    width: 100%;
    text-align: left;
  }
  nav ul li a{
    border-bottom: none;
    display: block;
    font-size: 14px;
    padding: 0 15px;
    line-height: 100%;
  }
  nav ul li:first-child a span{
    border: none;
  }
  nav ul li a span{
    background: url("../img/link_arw_right.svg") no-repeat right center;
    background-size: auto 16px;
    border-left: none;
    border-top: 1px solid #bbbbbc;
    padding: 15px 0;
  }
  nav ul li a span.lt{
    border-bottom: 1px solid #bbbbbc;
  }
  nav ul li a:hover, nav ul li.current a {
    color: #cf0027;
    border-bottom: none;
  }
  
  /* qmatic */
  .qmaticHead {
    color: #FFF;
    font-size: 18px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .qmaticLabel{
    font-size: 18px;
    text-align: center;
  }
  .qmaticHead h2 {
    text-align: center;
    font-size: 18px;
  }
  .qmaticHead h2 strong {
    font-family: Arial,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 32px;
    display: block;
    margin: 0;
    text-align: center;
  }
  .qmaticRead{
    font-size: 18px;
  }
  #qmatic .inner{
    background: url("../../img/qmaticimg_bg_sp.png") no-repeat bottom left;
    background-size: 145px 165px;
    padding-bottom: 175px;
  }
  .qmaticLink {
    text-align: center;
    display: block;
  }
  .qmaticTel, .qmaticContact {
    display: block;
    width: 100%;
    margin: 0px;
    max-width: 100%;
  }
  .qmaticTel{
    margin-bottom: 20px;
  }
  .qmaticTel a, .qmaticContact a{
    height: 62px;
  }
  .qmaticTel a div {
    padding-left: 40px;
  }
  .qmaticContact a div{
    padding-left: 50px;
  }
  .qmaticTel div {
    font-size: 20px;
  }
  .qmaticTel div strong {
    font-size: 32px;
  }
  .qmaticTel div::before {
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
  }
  .qmaticContact div::before {
    width: 36px;
    height: 36px;
  }
  .qmaticContact div {
    font-size: 18px;
    font-weight: bold;
  }
  
  /* footer */
  footer {
    background: url("../img/footer_bg.jpg") no-repeat top center;
    background-size: cover;
    padding: 35px 0;
    position: relative;
  }
  .footerLogo{
    width: 135px;
    margin-bottom: 15px;
  }
  .pagetop {
    position: absolute;
    width: 35px;
    height: 35px;
    right: 15px;
    bottom: 110px;
  }
  .footerWap {
    display: block;
  }
  .footerHead, .footerSitemap {
    width: 100%;
    border-right:0;
  }
  .footerHead{
    border-bottom: 1px solid #FFF;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .footerSitemap {
    display: block;
    padding-left: 0px;
    font-size: 14px;
  }
  .footerSitemap ul {
    width: 100%;
  }
  .footerBottom {
    margin-top: 30px;
    border-top: 1px solid #FFF;
    display: block;
    padding-top: 10px;
    font-size: 12px;
  }
  .policy{
    margin-top: 5px;
    text-align: right;
  }
  
  /* parts */
  h2.pagettl {
    font-size: 16px;
  }
  h3.pagettl {
    border-left: 4px solid #cf0027;
    font-size: 16px;
    padding: 0px 0px 0px 15px;
  }
  h4.pagettl {
    font-size: 16px;
  }
  .circlettl {
    font-size: 16px;
  }
  .circlettl::before{
    content: "●";
    color: #cf0027;
    margin-right: 5px;
  }
  .pageimg {
    margin-top: 20px;
  }
  .contentswap{
    padding: 40px 0;
  }
  .contentsbox {
    margin-bottom: 30px;
  }
  .borderttl {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .breadcrumb{
    font-size: 10px;
    padding: 10px 0;
  }
  .breadcrumb li span{
    margin-left: 10px;
  }
  .arwlink a {
    font-size: 14px;
  }
  .pager span, .pager a {
    width: 30px;
    height: 30px;
    margin: 0 2px;
  }
  .oblongbtn a {
    width: 80%;
    font-size: 14px;
    height: 50px;
    min-width: 100px;
    border-radius: 40px;
  }
  
  /* entry */
  .entryArea p:nth-child(1){
    margin-top: 0px;
  }
  .entryArea p{
    margin-top: 20px;
  }
  .entryArea h2 {
    font-size: 16px;
    margin-top: 25px;
  }
  .entryArea h3 {
    border-left: 4px solid #cf0027;
    font-size: 16px;
    padding: 0px 0px 0px 15px;
    margin-top: 25px;
  }
  .entryArea img{
    margin-top: 25px;
  }
  .entryArea table{
    margin-top: 25px;
  }
  .entryHead{
    margin-bottom: 20px;
  }
  .entryHead h1{
    border-bottom: 1px solid #9fa0a0;
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 15px;  
  }
  .entryArea p{
    font-size: 14px;
  }
  .entryData .date{
    background: url("../../common/img/ico_date.svg") no-repeat left center;
    background-size: 20px auto;
    padding: 5px 5px 5px 25px;
  }
  .entryArea table{
    margin-top:30px;
  }
  .entryArea table th,.entryArea table td{
    border-bottom: 1px solid #666464;
  }
  .entryArea table{
    border-top: 1px solid #666464;
    font-size: 14px;
  }
  .entryArea table th{
    padding: 5px 10px;
  }
  .entryArea table td{
    padding: 5px 0px;
  }
  .snslink a img{
    width: 30px;
  }
  .bottomentryarea {
    margin-top:30px;
    padding: 0 20px;
  }
  .bottomentryarea h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .bottomlist {
    display: block;
    margin-bottom: 40px;
  }
  .bottomlist .bottomentry {
    width: 100%;
    margin-bottom: 20px;
  }
  .bimg {
    width: 40%;
  }
  .btext {
    padding: 10px;
    font-size: 13px;
  }
  .entryarea h2 {
    font-size: 16px;
  }
  .entryarea p {
    font-size: 14px;
  }
  
}


.bnrArea{margin:6em auto 0;width:40%;}
@media screen and (max-width: 767px){
  .bnrArea{margin: 4em auto 0;width: 100%;}
}

