@charset "UTF-8";


.publicnotice .box {
  border: 1px solid #bfbfbf;
  padding: 55px 59px;
  margin: 50px 0 40px;
  line-height: 2.28;
}

.publicnotice .box h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.publicnotice .box p {
  margin-bottom: 30px;
}

.publicnotice .box ol {
  list-style: decimal;
  padding-left: 1.5em;
}

.publicnotice .box ol li {
  padding-left: 1.5em;
}

.publicnotice.contents .s2_txt_1.mb40 {
  margin-bottom: 40px;
}
.Wrapper section#joho:after {
  display: none;
}

.Wrapper.publicnotice section:after {
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .Wrapper section {
    padding: 35px 5% 32px;
  }
  .Wrapper section:first-child {
    padding: 40px 5% 32px;
  }
  .publicnotice .box {
    padding: 20px;
    margin: 30px 0;
    line-height: 1.8;
  }
  .publicnotice .box h3 {
    text-align: center;
  }
  .publicnotice .box ol li {
    margin-bottom: 1em;
  }
  .Wrapper * {
    font-size: 11px;
  }
}

/*---------------------------------------------------
--
-- COMMON
--
*/

.publicnotice .h2_ttl{
  padding-left: 20px;
  position: relative;
}

.publicnotice .h2_ttl:before{
  content:"";
  width:1px;
  height:25px;
  background-color:#bfbfbf;
  position: absolute;
  left:0;
  bottom:0;
}

.publicnotice .h2_ttl:after{
  content:"";
  width:25px;
  height:1px;
  background-color:#bfbfbf;
  position: absolute;
  left:0;
  bottom:0;
}

@media screen and (min-width: 769px){
  .publicnotice .h2_ttl{
    margin-bottom: 40px;
  }
}

/*---------------------------------------------*/

.publicnotice .p_txt_1 {
  margin-bottom: 20px;
  font-size:16px;
  line-height: 1.666;
}

.publicnotice .p_txt_2 {
  line-height: 2.045;
}

.publicnotice .p_txt_3 {
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 1;
}

@media screen and (min-width: 769px){
  .publicnotice .p_txt_1 {
    margin-bottom: 38px;
    line-height: 2;
  }
  .publicnotice .p_txt_2{
    line-height:2.285;
  }
  .h1_ttl {
    margin-bottom: 80px;
  }
  .Wrapper section {
    padding-bottom: 50px;
  }
  .Wrapper section#joho {
    padding-top: 85px;
  }
}

/*---------------------------------------------*/

/* 公告アイテム */
.publicnotice .notice-item {
  display: flex;
  align-items: baseline;
  gap: 1em;
  line-height: 2.285;
}

.publicnotice .notice-date {
  font-size: 14px;
  color: #000;
  flex-shrink: 0;
}

.publicnotice .notice-title {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  font-size: 14px;
  text-decoration: none;
  color: inherit;
}

.publicnotice .notice-title:hover {
  opacity: 0.7;
}

.publicnotice .file-icon {
  width: 14px;
  height: 14px;
  fill: currentColor;
  flex-shrink: 0;
  opacity: 0.7;
}

.publicnotice .notice-title:hover .file-icon {
  opacity: 1;
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
  .publicnotice .notice-item {
    line-height: 2.045;
  }
}

/*---------------------------------------------------
--
-- TEMPLATE Class :: publicnotice > RelatedBlock
--
*/

.publicnotice section.RelatedBlock{
  padding: 30px 5% 40px;
}

.publicnotice section.RelatedBlock:after{
  content:none;
}

.publicnotice .RelatedBlock .h2_ttl {
  margin-bottom: 20px;
  text-align: center;
}

.publicnotice .RelatedBlock .h2_ttl span{
  color: #040000;
  font-size: 22px;
}

.publicnotice .RelatedBlock .h2_ttl:before, .publicnotice .RelatedBlock .h2_ttl:after {
  content:none;
}

@media screen and (min-width: 769px){
  .publicnotice section.RelatedBlock{
    padding: 50px 7.4% 40px;
  }
  .publicnotice .RelatedBlock .h2_ttl {
    margin-bottom: 50px;
    padding-left: 0;
    text-align: left;
  }
  .publicnotice .RelatedBlock .h2_ttl span{
    font-size: 24px;
  }
  .pc-hide {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .publicnotice .p_txt_3 {
    text-align: center;
    font-size: 17px;
    margin-bottom: 35px;
  }
  .publicnotice .h2_ttl {
    padding-top: 0;
    font-size: 16px;
    margin-bottom: 30px;
  }
  .publicnotice .h2_ttl span {
    font-size: 16px;
  }
  .publicnotice .box h3 {
    font-size: 12px;
  }
}

/*---------------------------------------------------
--
-- TEMPLATE Class :: publicnotice > RelatedBlock > item
--
*/

.publicnotice .RelatedBlock .item{
  margin-bottom:30px;
}

.publicnotice .RelatedBlock .item:last-child{
  margin-bottom: 20px;
}

.publicnotice .RelatedBlock .item .thumbImg{
  float:left;
  width: 37%;
}

.publicnotice .RelatedBlock .item .thumbImg a:hover{
  opacity: 0.7;
}

.publicnotice .RelatedBlock .item .meta{
  float:right;
  width: 63%;
  padding: 10px 0 0 26px;
}

.publicnotice .RelatedBlock .item .meta .ttl{
  margin-bottom: 10px;
  padding-bottom: 10px;
  color:#000000;
  font-size:16px;
  line-height: 1.2;
  border-bottom:1px solid #bfbfbf;
}

.publicnotice .RelatedBlock .item .meta .ttl a{
  text-decoration: none;
}

.publicnotice .RelatedBlock .item .meta .ttl a:hover{
  opacity: 0.7;
}

.publicnotice .RelatedBlock .item .meta .ttl br{
  display:none;
}

.publicnotice .RelatedBlock .item .meta .date{
  color:#000000;
  font-family: DINCondensed-Light;
  font-size: 14px;
}

@media screen and (min-width: 769px){
  .publicnotice .RelatedBlock .item{
    float:left;
    margin-right: 12.5%;
    width: 25%;
  }

  .publicnotice .RelatedBlock .item:nth-child(3n){
    margin-right:0;
  }

  .publicnotice .RelatedBlock .item .thumbImg, .publicnotice .RelatedBlock .item .meta{
    float:none;
    width:100%;
    padding: 0;
  }

  .publicnotice .RelatedBlock .item .meta .ttl{
    padding:10px 0;
    font-size: 13px;
    line-height: 1.69;
  }

  .publicnotice .RelatedBlock .item .meta .ttl br{
    display:inherit;
  }
}


/*---------------------------------------------------
--
-- TEMPLATE Class :: publicnotice > galleryBlock
--
*/

.publicnotice .galleryBlock{
  display: block;
  margin: 0 auto;
  padding: 50px 0 0;
  width: 80%;
}

.publicnotice .galleryBlock li{
  margin: 0 auto 50px;
  height: 330px;
  max-width:330px;
  text-align: center;
  vertical-align: middle;
  background-color:#f2f2f2;
  overflow: hidden;
  position: relative;
}

.publicnotice .galleryBlock li img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

@media screen and (min-width: 769px){
  .publicnotice .galleryBlock{
    padding: 0;
    width: 97%;
  }

  .publicnotice .galleryBlock li{
    float:left;
    margin-right: 15%;
    margin-bottom: 60px;
    margin-top: 60px;
    width: 42.5%;
  }

  .publicnotice .galleryBlock li:nth-child(2n){
    margin-right:0;
  }
}

/*----------------------------*/

.publicnotice .galleryBlock.col-x1{
    padding: 30px 0;
}

.publicnotice .galleryBlock.col-x1 li{
  float: none;
  margin-bottom: 44px;
  width: 100%;
  height:auto !important;
  max-width: inherit;
  background: none;
}

.publicnotice .galleryBlock.col-x1 li img{
  height:auto;
  max-height: inherit;
  position: inherit;
  left: inherit;
  top: inherit;
  transform: inherit;
}

@media screen and (min-width: 769px){
  .publicnotice .galleryBlock.col-x1 {
    width:100%;
    max-width: inherit;
  }
}



/*---------------------------------------------------
--
-- TEMPLATE Class :: publicnotice.communication
--
*/


.publicnotice.communication .s2_txt_1, .publicnotice.communication .s3_txt_1, .publicnotice.communication .s4_txt_1 {
  font-size:14px;
  line-height: 1.818;
}

@media screen and (min-width: 769px){

  .publicnotice.communication .s2_txt_1, .publicnotice.communication .s3_txt_1, .publicnotice.communication .s4_txt_1 {
    line-height: 2.285;
  }

}


/*---------------------------------------------------
--
-- TEMPLATE Class :: publicnotice.contents
--
*/

.publicnotice.contents .s2_txt_1, .publicnotice.contents .s3_txt_1, .publicnotice.contents .s4_txt_1 {
  font-size:14px;
  line-height: 1.818;
}

@media screen and (min-width: 769px){

  .publicnotice.contents .s2_txt_1, .publicnotice.contents .s3_txt_1, .publicnotice.contents .s4_txt_1 {
    margin-bottom: 0;
    line-height: 2.285;
  }

}
@media screen and (max-width: 768px){

  .publicnotice.contents .s2_txt_1, .publicnotice.contents .s3_txt_1, .publicnotice.contents .s4_txt_1 {
    font-size:11px;
    line-height: 1.818;
  }

}
