@charset "UTF-8";
/*top-clm*/
.top-clm {
  background: url(/imgs/about/top_clm_bg.jpg) top center no-repeat;
}
.r-txt {
  text-align: right;
}
/*共潤舎について*/
#CNT-TOP .main-img-clm {
  background-image: url(/imgs/about/top_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#CNT-TOP .link-list {
  margin-bottom: 0;
}
#CNT-TOP .link-list li {
  margin-bottom: 60px;
  margin-right: 20px;
}
#CNT-TOP .link-list li .txt-clm {
  width: 252px;
}
#CNT-TOP .link-list li .txt-clm .cnt {
  width: 76px;
  margin-right: 6px;
}
#CNT-TOP .link-list .box-link {
  width: 96%;
}
#CNT-TOP .link-list li .copy {
  font-size: 1.125em; /*24px*/
}
/*トップメッセージ*/
#MESSAGE .main .clm:first-child {
  margin-bottom: 60px;
}
#MESSAGE .main .clm p {
  margin-bottom: 30px;
}
#MESSAGE .main .clm .photo {
  float: right;
  margin-left: 28px;
}
#MESSAGE .main .clm .photo p {
  margin-bottom: 24px;
}
#MESSAGE .main .clm .ttl {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
/*会社概要*/
#DATA .main .clm {
  margin-bottom: 60px;
}
.main .clm .ttl-01 {
  color: #5b300e;
  font-size: 1.75em;
  font-weight: bold;
  background-color: #fff2eb;
  padding: 10px 20px 11px;
}
.main .clm .ttl-01 span {
  font-size: 60%;
  font-weight: normal;
  color: #7E644D;
  padding-left: 20px;
}
#DATA .main .clm dl dt {
  float: left;
  padding: 38px 0 38px 20px;
  font-weight: bold;
}
#DATA .main .clm .date {
  float: right;
  color: #686868;
  margin-top: 10px;
  font-size: 0.875em;
}
#DATA .main .clm dl dd {
  padding: 38px 0 38px 170px;
  border-bottom: 1px dotted #4c4029;
}
#DATA .main .clm dl dd:last-child {
  border-bottom: none;
}
#DATA .main .clm dl dd li {
  margin-bottom: 28px;
}
#DATA .main .clm dl dd li:last-child {
  margin-bottom: 1em;
}
#DATA .main .clm .pdf-list {
   display: flex;
   flex-wrap: wrap;
   justify-content: left;
   gap: 0 27px;
}
.main .clm2 .ttl-01 {
  margin-bottom: 40px;
}
#DATA .main .clm2 .pdf-list li {
  border: 1px solid #c3c3c3;
  border-radius: 2px;
  margin-bottom: 20px;
  width: 340px;
}
#DATA .main .clm2 .pdf-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 50px;
}
#DATA .main .clm2 .pdf-list li a img {
  width: 20px;
  margin-right: 16px;
}
#DATA .main .clm2 ul li .mouse-over:hover {
  opacity: 0.6;
  text-decoration: none;
}
/* 会社沿革 */
#HISTORY .main .clm {
  margin-bottom: 90px;
}
#HISTORY .main .clm .ttl {
  width: 420px;
  margin: 0 auto 70px;
}
#HISTORY .main .clm dl dt {
  background: url(/imgs/about/icon_lamp.png) left center no-repeat;
  background-size: 21px auto;
  float: left;
  padding-left: 47px;
  font-weight: bold;
}
#HISTORY .main .clm dl dt .data {
  display: block;
  margin-left: -0.5em;
}
#HISTORY .main .clm dl dd {
  padding: 0 0 21px 185px;
  margin-bottom: 21px;
  border-bottom: 1px dotted #aaaaaa;
  min-height: 3.25em;
}
#HISTORY .main .clm dl dd ul {
  margin-bottom: -20px;
}
#HISTORY .main .clm dl dd ul li {
  margin-bottom: 20px;
}
#HISTORY .main .clm .photo {
  width: 382px;
  float: right;
  padding: 0 0 28px 28px;
  background: #fff;
  margin: 0;
  border: none;
}
#HISTORY .main .clm .photo .caption {
  margin-top: 0.5em;
  display: block;
}
#HISTORY .main .clm .photo span {
  margin: 10px 0;
  display: block;
}
#PHILOSOPHY .main .clm {
  margin-bottom: 60px;
}
#PHILOSOPHY .clm2 p {
  margin-bottom: 30px;
}
.list-02 {
  list-style: decimal;
  list-style-position: outside;
  margin-left: 30px;
}
.list-02 li::marker {
  font-size: 1.25em;
  font-weight: bold;
}
.list-02 li {
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .top-clm {
    background-size: auto 100%;
  }
  /*共潤舎について*/
  #CNT-TOP .main-img-clm {
    height: 52vh;
    min-height: 300px;
  }
  #CNT-TOP .top-clm {
    margin-bottom: 6.25%;
  }
  #CNT-TOP .link-list {
    margin-top: 0;
  }
  #CNT-TOP .link-list li .txt-clm {
    width: 100%;
  }
  #CNT-TOP .link-list li .txt-clm .cnt {
    width: 25%;
    margin-right: 5%;
  }
  #CNT-TOP .link-list li .copy {
    font-size: 2rem;
  }
  #CNT-TOP .link-list li .copy br {
    display: none;
  }
  /*トップメッセージ*/
  #MESSAGE .main .clm {
    width: 100%;
    margin: 0 auto;
  }
  #MESSAGE .main .clm p {
    margin-bottom: 9.375%;
  }
  #MESSAGE .main .clm .ttl {
    font-size: 2.6rem;
  }
  #MESSAGE .main .clm .photo {
    float: none;
    margin: 0 auto 9.375%;
    text-align: center;
  }
  /*会社概要*/
  .main .clm .ttl-01, .main .clm2 .ttl-01 {
    line-height: 1em;
    padding: 5.82% 3.12% 5%;
    font-size: 2.2rem;
  }
  .main .clm .ttl-01 span {
    display: inline-block;
    padding-left: 3.125%;
  }
  #DATA .main .clm dl dt {
    float: none;
    padding: 0;
    margin-bottom: 0.75em;
    padding-top: 1.5em;
  }
  #DATA .main .clm dl dd {
    padding: 0;
    padding-bottom: 1.5em;
  }
  #DATA .main .clm dl dd li {
    margin-bottom: 0.5em;
  }
  #DATA .main .clm .pdf-list {
    width: 100%;
  }
  #DATA .main .clm2 .pdf-list li {
    width: 100%;
  }
  #DATA .main .clm2 .pdf-list li a img {}
  /* 会社沿革 */
  #HISTORY .main .clm .ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 10.93%;
  }
  #HISTORY .main .clm dl dt {
    float: none;
    padding-top: 4px;
    margin-bottom: 1em;
  }
  #HISTORY .main .clm dl dt .data {
    display: inline-block;
    margin-left: 0;
  }
  #HISTORY .main .clm dl dd {
    min-height: 0;
    padding-left: 0;
  }
  #HISTORY .main .clm dl dd ul {
    margin-bottom: -1em;
  }
  #HISTORY .main .clm dl dd ul li {
    margin-bottom: 1em;
  }
  #HISTORY .main .clm dl .txt {
    margin-bottom: 1em;
  }
  #HISTORY .main .clm dl .photo {
    width: 100%;
    float: none;
    padding: 0;
    background: none;
  }
  #HISTORY .main .clm dl dd.photo {
    border-bottom: 1px dotted #aaaaaa;
    padding-bottom: 21px;
    margin-bottom: 21px;
  }
}