.cke_editable strong,
.template strong{
  font-weight: bold;
}
.cke_editable em,
.template em{
  font-style: italic;
}
.cke_editable > ul:not([class]) li,
.template > ul:not([class]) li{
  list-style: disc;
  list-style-position: inside;
}
.cke_editable blockquote,
.template blockquote{
  font-style: italic;
  background: #eee;
  padding: 10px;
  margin: 20px 0;
}
.cke_editable > ol:not([class]) li,
.template > ol:not([class])  li{
  list-style: decimal;
  list-style-position: inside;
}
.kaigyo-navi-detail .template p{
  font-size: 14px;
}
.element-news-backnumber{
  height: 44px;
  box-sizing: border-box;
  border: 1px solid #005CAC;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  margin: 24px 16px 40px;
  color: #005BAC;
}

.pane-left-menu{
  display: none;
}
main.pane-main .breadcrumb{
  display: none;
}
#pane-header{
  margin: 40px 16px 40px;
}
#pane-header h1{
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}
main h2{
  margin: 0 16px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
main h3{
  margin: 0 16px;

}
.newscategory .block-category-tree--items{
  border: none;
  margin: 25px 0 0 16px;
}
.newscategory .block-category-tree--items li{
  border: none;
  width: max-content;
}
.newscategory .block-category-tree--items li:nth-child(1){order: 2;}
.newscategory .block-category-tree--items li:nth-child(2){order: 3;}
.newscategory .block-category-tree--items li:nth-child(3){order: 4;}
.newscategory .block-category-tree--items li:nth-child(4){order: 5;}
.newscategory .block-category-tree--items li:nth-child(5){order: 6;}
.newscategory .block-category-tree--items li:nth-child(6){order: 7;}
.newscategory .block-category-tree--items li:nth-child(7){order: 7;}
.newscategory .block-category-tree--items li:nth-child(8){order: 8;}
.newscategory .block-category-tree--items li:nth-child(9){order: 9;}
.newscategory .block-category-tree--items li:nth-child(10){order: 10;}
.newscategory .block-category-tree--items li.swiper-slide-active{
  order: 1!important;
}
.newscategory .block-category-tree--items li a{
  padding: 10px 12px;
  font-size: 14px;
  color: #333;
  background: #F0EFE7;
  border-radius: 8px;
  font-weight: normal;
  text-align: center;

}
.newscategory .block-category-tree--items li.swiper-slide-active a{
  background: #005BAC;
  color: #fff;
}
.newscategory ul li:last-child{
  margin-right: 100px;
}
/*商品一覧*/
.formdetail_{
  border-top: 1px solid #EBE9E2;
  margin: 25px 16px 0;
  margin-bottom: 65px;
}
.formdetail_ li .formdetail_main{
  display: flex;
  justify-content: start;
  align-items: start;
  border-bottom: 1px solid #EBE9E2;
  padding: 16px 0 16px;
  gap: 16px;
}
.formdetail_ li a{
  text-decoration: none;
  color: #333;
}
.formdetail_ li a:hover{
  opacity: 0.8;
}

.formdetail_left .formdetail_left_date{
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 5px;
  color: #736D6D;
  font-family: "Roboto Slab", serif;
  letter-spacing: 1px;
  line-height: 1;
}
.formdetail_left .formdetail_left_category p{
  font-size: 10px;
  color: #333333;
  border: 1px solid #EBE9E2;
  border-radius: 4px;
  margin-top: 6px;
  padding: 3px 6px 4px;
  background: #FCFBF9;
  width: max-content;
}
.formdetail_detail{

}
.formdetail_center{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; 
  margin-top: 10px;
}
.formdetail_center *{
  font-size: 16px;
  color: #333333;
}
.formdetail_detail{
  width: 62%;
}
.formdetail_img{
  width: 38%;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.formdetail_img img{
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

/*ニュース詳細*/
main.pane-main #news > .section{
  margin: 0 16px;
}
main.pane-main #news .heading03{
  display: flex;
  align-items: end;
  padding: 0 16px 16px;
  margin: 0 0 40px;
  border-bottom: 1px solid #D3D0C8;
}
main.pane-main #news .heading03_data{
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 67%;
}
main.pane-main #news p.date{
  color: #736D6D;
  font-size: 14px;
  font-family: "Roboto Slab", serif;
  margin-right: 13px;
  width: max-content;
  line-height: 1;
  letter-spacing: 1px;
}

main.pane-main #news .heading03 div.category{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
main.pane-main #news .heading03 div.category p{ 
  background: #FCFBF9;
  border: 1px solid #EBE9E2;
  padding: 2px 6px 3px;
  border-radius: 4px;
  font-size: 10px;
  box-sizing: border-box;
}
main.pane-main #news p.logo102{
  margin-left: auto;
  display: flex;
  gap: 10px;
}
main.pane-main #news p.logo102 img{
  vertical-align: bottom;
  height: 50px;
}
main.pane-main .pressrelease_title{
  margin: 0 0 16px;
  font-weight: bold;
  font-size: 22px;
  color: #333;
}
main.pane-main .template > img{
  margin: 0;
}
main.pane-main .template > * img{
  margin-top: 0;
  margin-bottom: 0;
}
main.pane-main .text,
main.pane-main .text p{
  font-size: 16px;
  color: #333;
  margin: 0 0 40px; 
}
main.pane-main .pressrelease_lead{
  font-size: 16px;
  color: #333;
  margin: 0 0 40px;
}
main.pane-main #news .aligncenter{
  text-align: center;
  margin-bottom: 24px;
}
main.pane-main #news .kaigyo-navi-detail .visual img,
main.pane-main #news .mainlogo img{
  max-width: 60%;
  max-height: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
}

main.pane-main #news .aligncenter img{
  vertical-align: bottom;
}
main.pane-main #news .left table{
  display: table;
}
main.pane-main #news .left tr{
  display: table;
}
main.pane-main #news .left tr th{
  display: table-cell;
  border-bottom: 1px solid #D3D0C8;
  width: 27.93296089385475%;
  text-align: center;
}
main.pane-main #news .left tr td{
  display: table-cell;
}

/*テンプレート*/
main.pane-main #news h2{
  padding: 0 0 16px;
  margin: 40px 0 24px;
}
main.pane-main #news h3{
  margin: 30px 0 24px;
}
main.pane-main .margintop40{
  margin-top: 40px;
}
main.pane-main .margintop16{
  margin-top: 10px;
}
main.pane-main .margintop24{
  margin-top: 24px;
}
main.pane-main .marginbottom24{
  margin-bottom: 24px;
}
main.pane-main .marginbottom40{
  margin-bottom: 40px;
}
main.pane-main .paddingbottom5{
  padding-bottom: 5px;
}
main.pane-main .paddingbottom10{
  padding-bottom: 10px;
}
main.pane-main .paddingbottom16{
  padding-bottom: 16px;
}
main.pane-main .paddingbottom20{
  padding-bottom: 20px;
}
main.pane-main .marginbottom32{
  margin-bottom: 24px;
}
main.pane-main .marginbottom60{
  margin-bottom: 60px;
}
main.pane-main .marginbottom64{
  margin-bottom: 64px;
}
main.pane-main .marginbottom80{
  margin-bottom: 64px;
}
main.pane-main .paddingleft20{
  padding-left: 20px;
}
main.pane-main .paddingbottom24{
  padding-bottom: 16px;
}
main.pane-main .fontsize10{
  font-size: 10px;
}
main.pane-main .fontsize12{
  font-size: 12px;
}
main.pane-main .fontsize14{
  font-size: 14px;
}
main.pane-main .fontsize16{
  font-size: 16px;
}

main.pane-main .fontsize18{
  font-size: 18px;
}
main.pane-main .fontsize22{
  font-size: 20px;
}
main.pane-main .fontsize20{
  font-size: 18px;
}
main.pane-main .fontsize24{
  font-size: 18px;
}
main.pane-main .fontsize24 span{
  font-weight: normal;
}
main.pane-main .fontweightbold{
  font-weight: bold;
}
main.pane-main .fontweightbold span{
  font-weight: normal;
}
main.pane-main .fontweightbold{
  font-weight: bold;
}
main.pane-main .underline{
  text-decoration: underline;
}
main.pane-main .colorbrown{
  color: #5D2F0C;
}
main.pane-main .hyphen{
  position: relative;
  padding: 0 0 0 20px;
}
main.pane-main .hyphen::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 10px;
  height: 2px;
  background: #5D2F0C;
  content: '';
}

main.pane-main .borderbottom{
  border-bottom: 1px solid #5D2F0C;
}
main.pane-main .verticalalignbottom{
  vertical-align: bottom;
}
main.pane-main figcaption{
  text-align: left;
}
main.pane-main .download{
  display: block;
  width: 200px;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  border: 1px solid #333333;
  color: #333;
  border-radius: 100px;
  display: flex;
  justify-content: start;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 0 0 0 25px;
  background: #fff url(../img/news/download.png) right 25px center no-repeat;
}
main.pane-main .download.hidden-sb{
  display: none;
}
main.pane-main .download:hover{
  opacity: 0.8;
}
main.pane-main figure{
  text-align: center;
}
main.pane-main figure img{
  width: 100%;
  height: auto;
}
main.pane-main .disc{
  position: relative;
  padding: 0 0 0 20px;
}
main.pane-main .disc::before{
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
  height: max-content;
  font-size: 14px;
  color: #333;
}
main.pane-main .discblue,
main.pane-main .discbrown{
  position: relative;
}
main.pane-main .discblue::before{
  display: inline-block;
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  margin: 0 0;
  width: 10px;
  height: 10px;
  background: #005BAC;
}
main.pane-main .discbrown::before{
  display: inline-block;
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  margin: 0 0;
  width: 10px;
  height: 10px;
  background: #5D2F0C;
}
main.pane-main .discblue::before,
main.pane-main .discbrown::before{
  width: 6px;
  height: 100%;
  top: 0;
}
main.pane-main .line{
  border-top: 1px solid #D3D0C8;
  border-bottom: 1px solid #D3D0C8;
  padding: 3px 0 2px;
  text-indent: -9999px;
  height: 7px;
  box-sizing: border-box;
  margin: 40px 0px;
}
main.pane-main .line span{
  display: none;
}

main.pane-main .line-top{
  background: url(../img/news/line_top_sb.png) center center no-repeat;
  width: 100%;
  height: 6px;
  background-size: 100% 6px;
}
main.pane-main .line-top span{
  display: none;
}
main.pane-main .line-bottom{
  background: url(../img/news/line_bottom_sb.png) center center no-repeat;
  width: 100%;
  height: 6px;
  background-size: 100% 6px;
}
main.pane-main .line-bottom span{
  display: none;
}

main.pane-main .kaigyo-navi-detail .discblue::before{
  background: #5D2F0C;
}
main.pane-main .goodsdescription{
  display: flex;
  flex-direction: column;
  gap: 40px;
}
main.pane-main .cell2{
  display: flex;
  flex-wrap: wrap;
}
main.pane-main .cell2 p:last-child{
  margin-left: auto;
}
main.pane-main .bgcolorgray{
  background-color: #FBFBF9;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 40px;
 }
 main.pane-main .marginbottom80 .twocolumnimg.marginbottom24{
  margin-bottom: 24px;
  padding-bottom: 0;
 }
 main.pane-main .marginbottom80 .twocolumnimg.marginbottom24 li:last-child a{
  margin-bottom: 0;
  padding-bottom: 0;
 }
 main.pane-main .bgcolorgray .onecolumnimgl{
  margin: 0;
  width: unset;
 }
 main.pane-main .bgcolorgray img{
  max-width: 100%;
 }
 main.pane-main .bgcolorgray .onecolumnimgl + .marginbottom80{
  margin-bottom: 0;
 }
 main.pane-main .template table
 main.pane-main #news table{
  border-top: 1px solid #D3D0C8;
  display: block;
 }
 main.pane-main .template tr,
 main.pane-main #news tr{
  display: block;
 }
 main.pane-main .template tbody,
 main.pane-main #news tbody{
  display: block;
 }
 main.pane-main #news th,
 main.pane-main .template th{
  background: #F8F7F3;
  padding: 12px 12px;
  font-weight: bold;
  text-align: left;
  display: block;
  box-sizing: border-box;
  font-size: 16px;
}
main.pane-main #news td,
main.pane-main .template td{
  box-sizing: border-box;
  padding: 12px 12px;
  border-bottom: 1px solid #D3D0C8;
  display: block;
}
main.pane-main #news td a,
main.pane-main .template td a{
  color: #333;
  word-break: break-all;
}
main.pane-main .twocolumnimg{
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: start;
  margin-bottom: 80px; 
}
main.pane-main .twocolumnimg li{
  margin-bottom: 0;
}
main.pane-main .twocolumnimg .download.marginbottom40{
  margin-bottom: 0;
}
main.pane-main .threecolumnimg{
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: start;
  margin-bottom: 80px; 
}
main.pane-main .threecolumnimg li{
  margin-bottom: 0;
}
main.pane-main .threecolumnimg .download.marginbottom40{
  margin-bottom: 0;
}

main.pane-main .fourcolumnimg{
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: start;
  margin-bottom: 80px; 
}
main.pane-main .fourcolumnimg li{
  margin-bottom: 0;
}
main.pane-main .fourcolumnimg .download.marginbottom40{
  margin-bottom: 0;
}


main.pane-main td .twocolumnimg{
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: start;
}
main.pane-main .pdf{
  position: relative;
  color: #333;
  text-decoration: none;
  display: block;
  margin-right: 50px;
  line-height: 1;
  text-decoration: none;
}
main.pane-main .pdf:hover{
  text-decoration: none;
}
main.pane-main .pdf .fileSize span{
  display: none;
}
main.pane-main .pdf{
  margin-right: 0;
}

main.pane-main .pdf .fileSize{
  position: relative;
  display: block;
  width: max-content;
  margin-right: 40px;
  margin-top: 20px;
}
main.pane-main .pdf .fileSize::before{
  display: inline-block;
  content: '';
  position: absolute;
  top: -7px;
  margin: 0 0;
  right: -40px;
  width: 25px;
  height: 30px;
  background: url(../img/news/pdf_sb.png) center center no-repeat;
  background-size: 25px auto;
}
main.pane-main .onecolumnimgl{
  margin-left: -16px;
  width: calc(100% + 32px);
}
main.pane-main .onecolumnimgl figcaption{
  margin-left: 16px;
  margin-right: 16px;
}
main.pane-main .fourcolumnimg,
main.pane-main .threecolumnimg{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
main.pane-main .leftimgrighttext55,
main.pane-main .leftimgrighttext46,
main.pane-main .leftimgrighttext37{
  margin-bottom: 80px;
}
main.pane-main .lefttextrightimgt55,
main.pane-main .leftimgrighttext64,
main.pane-main .leftimgrighttext73{
  margin-top: 80px;
}
main.pane-main .leftimgrighttext55 .onecolumnimgl,
main.pane-main .leftimgrighttext46 .onecolumnimgl,
main.pane-main .leftimgrighttext37 .onecolumnimgl{
  margin: 0;
  width: unset;
}
main.pane-main .lefttextrightimgt55 .onecolumnimgl,
main.pane-main .leftimgrighttext64 .onecolumnimgl,
main.pane-main .leftimgrighttext73 .onecolumnimgl{
  margin: 24px 0 0 0;
  width: unset;
}
main.pane-main .leftimgrighttext55 .onecolumnimgl + .marginbottom80,
main.pane-main .leftimgrighttext46 .onecolumnimgl + .marginbottom80,
main.pane-main .leftimgrighttext37 .onecolumnimgl + .marginbottom80,
main.pane-main .lefttextrightimgt55 .onecolumnimgl + .marginbottom80,
main.pane-main .leftimgrighttext64 .onecolumnimgl + .marginbottom80,
main.pane-main .leftimgrighttext73 .onecolumnimgl + .marginbottom80{
  margin-bottom: 24px;
}
main.pane-main .right .onecolumnimgl figcaption,
main.pane-main .left .onecolumnimgl figcaption{
  margin-left: 0;
  margin-right: 0;
}
main.pane-main .tableimg{
  display: flex;
  flex-direction: column;
}
main.pane-main .tableimg .left{
  order: 2;
}
main.pane-main .tableimg .right{
  order: 1;
}
/*テンプレート*/

.template{
  color: #333;
  margin-bottom: 64px;
  word-break: break-all;
}
main.pane-main .contact {
  margin: 0 16px 40px;
}
main.pane-main .template .contact {
  margin: 0 0 40px;
}
main.pane-main .contact p:first-child{
  background-color: #F8F7F3;
  padding: 12px 16px;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 16px 0;
}
main.pane-main .contact p:last-child{
  color: #333333;
  font-size: 16px;
  margin: 0 16px;
}
main.pane-main .contact a{
  color: #333;
  font-size: 16px;
  text-decoration: underline;
}
main.pane-main .contact a:hover{
  text-decoration: none;
}


main.pane-main .goodslist{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 40px 0 64px;
}
main.pane-main .goodslist figure{
  text-align: center;
  margin: 0 0 16px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main.pane-main .goodslist figure img{
  max-width: 100%;
  vertical-align: bottom;
}
main.pane-main .goodslist li{
  /*max-width: 171px;*/
  width: calc((100% / 2) - 8px);
}
main.pane-main .goodslist li > a{
  display: flex;
  justify-content: start;
  align-items: center;
  text-decoration: none;
  height: 44px;
  border-radius: 100px;
  /*background: #005BAC url(../img/header/fb/cart.png) 13px center no-repeat;*/
  background: #005BAC;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 17px 0 0 0;
  /*padding: 0 0 0 48px;*/
}
main.pane-main .goodslist li a:hover{
  opacity: 0.8;
}
main.pane-main .goodslist_price{
  font-weight: bold;
  text-align: right;
}
main.pane-main .roboto{
  font-family: "Roboto Slab", serif;
  letter-spacing: 3px;
  font-weight: 900;
}



main.pane-main .template .mokuji{  
  padding: 32px 16px;
  margin: 0 0 64px;
}
main.pane-main .mokuji-main {
  padding: 16px 24px 0;
}
main.pane-main .template .mokuji-main h2{
  border: none;
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px;
  
}
main.pane-main .template .mokuji-main h2 a{
  color: #333;
  text-decoration: none;
}
main.pane-main .template .mokuji-main h2::before{
  display: none;
}
main.pane-main .template .mokuji-main h3 + h2{
  margin-top: 24px;
}

main.pane-main .template .mokuji-main h3 a{
  color: #333;
  text-decoration: none;
}
main.pane-main .template .mokuji-main h3:last-child{
  margin-bottom: 0;
}
main.pane-main .template .mokuji-main h3{
  border: none;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  padding: 0 0 0 20px;
}
main.pane-main .mokuji-main h3::before{
  display: none;
}
main.pane-main .mokuji-main h3::before{
  position: absolute;
  top: 16px;
  margin: auto 0;
  width: 10px;
  height: 2px;
  display: inline-block;
  content: '';
  background: #5D2F0C;
}



main.pane-main .template .mokuji-main h4 a{
  color: #333;
  text-decoration: none;
}
main.pane-main .template .mokuji-main h4:last-child{
  margin-bottom: 0;
}
main.pane-main .template .mokuji-main h4{
  border: none;
  margin: 0 0 10px 20px;
  font-size: 15px;
  font-weight: normal;
  position: relative;
  padding: 0 0 0 20px;
}
main.pane-main .mokuji-main h4::before{
  display: none;
}
main.pane-main .mokuji-main h4::before{
  position: absolute;
  top: 16px;
  margin: auto 0;
  width: 10px;
  height: 2px;
  display: inline-block;
  content: '';
  background: #5D2F0C;
}

main.pane-main .profile .main{
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin-bottom: 16px;
}
main.pane-main .profile .main figure{
  width: 200px;
}
main.pane-main .profile .main .face figure + a.download{
  margin-bottom: 0;
}
main.pane-main .profile .main .detail p.fontsize24{
  font-size: 18px;
}
main.pane-main .profile .main .detail p span,
main.pane-main .profile .main .detail p.fontsize24 span{
  font-size: 12px;
}
main.pane-main .profile2 + p{
  font-size: 14px;
}
main.pane-main .profile .download{
  margin-left: 0;
  margin-right: 0;
}
main.pane-main .waku{
  background: #FBFBF9;
  padding: 32px 16px;
  margin-bottom: 40px;
}
main.pane-main .waku li{
  position: relative;
  margin-bottom: 25px;
  padding: 0 0 0 48px;
}
main.pane-main .waku li:last-child{
  margin: 0;
}
main.pane-main .waku li::before{
  width: 32px;
  height: 32px;
  background: #5D2F0C;
  color: #fff;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  font-family: "Roboto Slab", serif;  
  font-weight: bold;
  font-size: 16px;
}
main.pane-main .waku li:nth-of-type(1)::before{
  content: '1';
}
main.pane-main .waku li:nth-child(2)::before{
  content: '2';
}
main.pane-main .waku li:nth-child(3)::before{
  content: '3';
}
main.pane-main .waku li:nth-child(4)::before{
  content: '4';
}
main.pane-main .waku li:nth-child(5)::before{
  content: '5';
}
main.pane-main .steptitle{
  margin-bottom: 16px;
  padding: 0 0 0 66px;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  min-height: 50px;
  display: flex;
  align-items: center;
}

main.pane-main .steptitle::before{
  width: 50px;
  height: 50px;
  background: #5D2F0C;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  font-family: "Roboto Slab", serif;  
  font-weight: bold;
  font-size: 22px;
}
main.pane-main .steptitle1::before{
  content: '1';
}
main.pane-main .steptitle2::before{
  content: '2';
}
main.pane-main .steptitle3::before{
  content: '3';
}
main.pane-main .steptitle4::before{
  content: '4';
}
main.pane-main .steptitle5::before{
  content: '4';
}
main.pane-main .stepdetail li{
  margin-bottom: 32px;
}
main.pane-main .stepdetail li:last-child{
  margin: 0;
}
main.pane-main .stepdetail .main{
  display: flex;
  flex-direction: column;
  gap: 0;
}
main.pane-main .stepdetail .main .face{
  margin-bottom: 16px;
}
main.pane-main .stepdetail .main .face img{
  max-width: 100%;
}
main.pane-main .border{
  border: 1px solid #D3D0C8;
  padding: 24px;
}
main.pane-main .profile2 p:nth-child(1){
  border-bottom: 1px solid;
  width: 100%;
  text-align: center;
}
main.pane-main .profile2 {
  margin-bottom: 24px;
}
main.pane-main .profile2 + p{
  margin: 0 0 64px;
}
main.pane-main .profile2 .main{
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 0;
}
main.pane-main .profile2 .face{
  width: 33%;
}
main.pane-main .profile2 .face img{
  max-width: 100%;
}
main.pane-main .profile2 .main figure{
  width: 100%;
}
main.pane-main .profile2 .detail{
  width: 75%;
  text-align: center;
}


main.pane-main .profile3 .main{
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 20px;
  margin: 0;
}

main.pane-main .profile3{
  display: block;
}
main.pane-main .profile3 .main{
  overflow: hidden;
  width: 100%;
  display: block;
}
main.pane-main .profile3 .face{
  width: 33%;
  margin: 0 20px 30px 0;
  float: left;
}
main.pane-main .profile3 .face img{
  max-width: 100%;
}
main.pane-main .profile3 .main figure{
  width: 100%;
}
main.pane-main .profile3 .detail{
  width: 100%;
  text-align: left;
}
main.pane-main .profile3 .detail p.fontsize16{
  font-size: 12px;
}
main.pane-main .profile3 .detail p:first-child{
  float: left;
  width: 61%;
  border-bottom: 1px solid #D3D0C8;
}
main.pane-main .profile3 .detail .cb{
  clear: both;
}

main.pane-main .titleline{
  position: relative;
}
main.pane-main .titleline span{
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-right: 40px;
  font-weight: bold;
}
main.pane-main .titleline::after{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #5D2F0C;
  content: '';
  bottom: 0;
  margin: auto 0;
}
main.pane-main .template div.keycoffeedialy{
  margin-top: 0;
  margin-bottom: 65px;
  height: auto;
  min-height: unset!important;
}
main.pane-main .template .keycoffeedialy-inner{
  width: auto;
  height: auto;
  margin: 0;
}
main.pane-main .template div.keycoffeedialy::before{
  display: none;
}
main.pane-main .template div.keycoffeedialy-main{
  display: block;
  text-align: center;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
main.pane-main .template .keycoffeedialy-detail{
  width: auto;
}
main.pane-main #news .template div.keycoffeedialy-detail h2{
  justify-content: center;
  width: max-content;
  margin: 0 auto 40px;
  padding-left: 46px;
}
main.pane-main .template .movie{
  text-align: center;
}
main.pane-main .kaigyo-navi-detail .template > .borderdouble,
main.pane-main .kaigyo-navi-detail .template > figure,
main.pane-main .kaigyo-navi-detail .template > ul,
main.pane-main .kaigyo-navi-detail .template > p{
  margin-left: 16px;
  margin-right: 16px;
}
main.pane-main .kaigyo-navi-detail .template .fontsize20{
  font-size: 20px;
}
main.pane-main .kaigyo-navi-detail .template .mokuji .fontsize20 a {
  font-size: 16px;
}
main.pane-main .kaigyo-navi-detail .template figure.onecolumnimgl{
  margin-left: 0;
  width: unset;
  margin-right: 0;
}
main.pane-main .kaigyo-navi-detail .onecolumnimgl img{
  width: 100%;
}
main.pane-main .kaigyo-navi-detail .goodsdescription .right > p{
  font-size: 14px;
  margin: 13px 16px 0;
}

main.pane-main .goodsdescription.line2{
  padding: 6px 0;
  margin: 0 0 100px;
  display: block;
}
main.pane-main .goodsdescription.line2,
main.pane-main .goodsdescription .line2{
  border-top: 1px solid #D3D0C8;
  border-bottom: 1px solid #D3D0C8;
}
main.pane-main #news .goodsdescription.line2 figure.onecolumnimgl,
main.pane-main #news .goodsdescription.line2 figure.aligncenter.width100{
  width: unset;
  margin: 0 0 10px;
}
main.pane-main .goodsdescription .line2{
  padding: 40px 15px;
}
main.pane-main .goodsdescription img{
  max-width: 100%;
}
main.pane-main .kaigyo-navi-detail .template div.keycoffeedialy{
  margin: 0 16px 64px;
  min-height: unset;
  width: unset;
}
main.pane-main .kaigyo-navi-detail .template .movie p{
  font-size: 24px;
  margin-bottom: 24px;
}

main.pane-main .block-articles{
  position: relative;
  margin: 0 0 0 16px;
}

main.pane-main .block-articles .swiper{
  position: static;
}
main.pane-main .block-articles .swiper-button-prev, .block-articles .swiper-button-next {
  display: none;
}
main.pane-main .pane-header .swiper-scrollbar{
  display: block;
  margin-bottom: 100px;
}


main.pane-main .pane-left-menu2 .pane-left-menu #block_of_archive{
  padding-bottom: 0;
}
/*
main.pane-main .kaigyo-navi-detail *,
main.pane-main #news *{
  line-height: 1.8;
  letter-spacing: 1px;
  word-break: break-all;
  font-size: 16px;
  color: #333;
}
*/
main.pane-main #news .categorys {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
main.pane-main #news .categorys p.category{
  flex-shrink: 0;
  font-size: 10px;
  color: #333;
  line-height: 1;
  padding: 5px 6px 5px 6px;
  box-sizing: border-box;
  border: 1px solid #EBE9E2;
  border-radius: 4px;
  width: max-content;
  height: max-content;
  background: #FCFBF9;
  letter-spacing: 1px;
}

.template h2{
  margin-top: 40px;
}
.template h3{
  margin-top: 30px;
}
.template h4{
  margin-top: 20px;
}
.template img{
  vertical-align: bottom;
  margin-bottom: 40px;
  height: auto;
}
.template figure img,
.template td img{
  margin-bottom: 0;
}


.template .hacobune-univideo .hacobune-app-container{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.template .hacobune-univideo .hacobune-app-container .hacobune-unit-video{
  margin: 0;
}
.template .ecbn-visumo-logo,
.template .hacobune-logo .hacobune-logo-image{
  margin: 0 0 0 10px;
}
.template .hacobune-tag-item-label{
  font-size: 14px!important;
  color: #333333!important;
  background: #F0EFE7!important;
  border: none!important;
  border-radius: 8px!important;
  padding: 13px 12px!important;
  line-height: 1;
  cursor: pointer;
  color: #333!important;
  width: max-content;
}
.template .hacobune-card-slider-search-post-tag .hacobune-tag-list-item{
  margin: 0!important;
  padding: 0!important;
  width: max-content;
}
.template .keycoffeedialy-inner .hacobune-app-container .hacobune-tag-list{

  margin: 0 0 28px!important;
  padding: 0!important;
  gap: 10px;
}
.template .hacobune-tag-item-input[type=radio]:checked+.hacobune-tag-item-label,
.template .hacobune-tag-item-current .hacobune-tag-item-label{
  background: #005BAC!important;
  width: max-content;
  color: #fff!important;
}
.template .hacobune-card-slider-search-post-tag .hacobune-tag-list-item{
  width: max-content!important;
}
.template .hacobune-tag-list .hacobune-tag-list-item,
.template .hacobune-card-slider-search-post-tag .hacobune-tag-list-item label{
  width: max-content!important;
  padding: 0!important;
}
.hacobune-layout-base{
  overflow: hidden;
}
.template .hacobune-tag-list{
  flex-wrap: nowrap!important;
  display: flex;
  justify-content: start;
  align-items: start;
  margin: 0 0 25px!important;
  padding: 0!important;
  gap: 10px;
  flex-wrap: nowrap;
  overflow: auto;  
}
.template .hacobune-tag-list.hacobune-card-slider-search-post-tag,
.template .hacobune-card-slider-search-post-tag{
  display: flex;
  justify-content: start;
  align-items: start;
  margin: 0 0 5px!important;
  padding: 0;
  gap: 10px;
  flex-wrap: nowrap;
  overflow: auto;
}
.template .ecbn-selection-title.vsm-selection-title {
  color: #5D2F0C;
  font-size: 24px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 900;
  letter-spacing: 3px;


}
.template .ecbn-selection-title.vsm-selection-title img{
  margin-bottom: 0;
  margin-right: 11px;
}
.template .hacobune-gallery .hacobune-app-container{
  width: 100%;
  margin: 0 ;
  padding: 0;
}
.hacobune-card-slider-list-item-figure-thumbnail{
  margin-bottom: 0!important;
  padding-bottom: 0!important;
}


.template .ecbn-selection-page-tabs{
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
  margin-bottom: 40px;
}
.template .ecbn-selection-page-tabs-area{
  overflow: auto;
}
.template .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs{
  overflow: auto;
  width: max-content;
}
.template .ecbn-selection-page-wrapper .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--item {
  width: max-content;
}
.template .ecbn-selection-page-wrapper .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--item a:hover,
.template .ecbn-selection-page-wrapper .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--item.ecbn-selection-page-tabs--active .ecbn-selection-page-tabs--link{
  background: #005BAC!important;
  color: #fff!important;
}
.template .ecbn-selection-page-wrapper .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--item a:link,
.template .ecbn-selection-page-wrapper .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--item a:visited{
  border: none;
  padding: 14px 16px;
  border: none;
  border-radius: 8px;
  background: #F0EFE7;
  font-size: 16px;  
  width: max-content;
}
.template .ecbn-selection-page-wrapper .ecbn-selection-to-nextpage>a.ecbn-selection-to-nextpage-btn,
.template .ecbn-selection-wrapper .ecbn-selection-to-nextpage>a.ecbn-selection-to-nextpage-btn{
  display: none;
}


.space{
  padding-bottom: 40px;
}
.space span{
  display: none;
}

/* mokuji */
.template .mokuji.waku .mokuji-main h4 a strong {
  font-weight: normal !important;
}
.template .mokuji.waku .mokuji-main h4::before {
  display: none;
}


.hacobune-swiper{
  margin: 25px auto 0 auto!important;
}
.hacobune-swiper-wrapper{
  transform: unset!important;
  flex-wrap: wrap;
}
.hacobune-swiper-slide{
  width: 50%!important;
  margin: 0!important;
  padding: 2.5px!important;
}
.hacobune-swiper-slide:nth-child(n+7){
  display: none;
}
.hacobune-card-slider-list-item-caption{
  margin: 0!important;
}
.hacobune-card-slider-list-item-caption-profile-wrapper{
  margin: 0!important;
  padding: 0!important;
}
.hacobune-card-slider-list-item{
  margin: 0!important;
  padding: 0!important;
}
.hacobune-slider-prev.card-slider-hacobune-slider-prev,
.hacobune-icon-prev{
  display: none!important;
}
.hacobune-slider-next{
  position: static!important;
  background: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  line-height: 1;
  margin: 40px auto 20px!important;
  padding: 12px 0!important;
  text-align: center;  
  width: 90%!important;
}
.hacobune-slider-next.hacobune-swiper-button-disabled{
  display: block!important;
}
.hacobune-containers-card-slider .card-slider-hacobune-slider-next .hacobune-icon-button.icon-slider:before{
  display: none!important;
}
.hacobune-containers-card-slider .card-slider-hacobune-slider-next .hacobune-icon-button.icon-slider{
  width: auto!important;
  height: auto!important;
  padding: 0 0!important;
}
.hacobune-containers-card-slider .card-slider-hacobune-slider-next .hacobune-icon-button.icon-slider::after{
  content: 'More';
  text-transform: capitalize;
  font-family: "Noto Sans JP", sans-serif!important;
  font-size: 14px!important;
  color: #333!important;
  font-weight: normal!important;
  letter-spacing: normal!important;
}
.hacobune-tag-item-label{
  font-family: "Noto Sans JP", sans-serif!important;
  font-optical-sizing: auto;
  font-style: normal;  

}
.hacobune-swiper-button-disabled{
  visibility: visible!important;
}

.template-tags{
  margin: 0 16px;
}
.template-categorys{
  display: flex;
  gap: 5px;
  margin-bottom: 16px;
}
.template-categorys a::before{
  content: '# ';
  padding: 0 0 0 0;
}
.template-categorys a {
  padding: 6px 12px;
  border: 1px solid #D3D0C8;
  border-radius: 100px;
  box-sizing: border-box;
  line-height: 1;
  font-size: 12px;
  color: #736D6D;
  position: relative;
  text-decoration: none;
  color: #333;
  display: block;
}
.community-detail .community-detail-main #news .hacobune-gallery .hacobune-slider-container .hacobune-slider-next.card-slider-hacobune-slider-next,
.community-detail .community-detail-main #news .hacobune-gallery .snap-more {
  display: none !important;
}