@charset "utf-8";

/* default PC */
/* 広報誌 */
#magazine .txt-3box {
  margin-bottom: 30px;
}

/*淳風会について*/
#contents h2 .en-ttl {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", " Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", Osaka, serif;
  font-weight: 600;
}

#contents .facility-area .txt-3box {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

#contents .facility-area .txt-3box .link-btn {
  max-width: 270px;
  margin: auto auto 0;
  padding: 7px;
}

#contents .facility-area .txt-3box:nth-child(1) .link-btn {
  background-color: #ad9347;
}

#contents .facility-area .txt-3box:nth-child(3) .link-btn {
  background-color: #8f72c3;
}

#contents .facility-area .txt-3box:nth-child(4) .link-btn {
  background-color: #479a76;
}

#contents .facility-area .txt-3box:nth-child(6) .link-btn {
  background-color: #d27195;
}

#contents .facility-area .ttl {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6em;
}

/*センター*/
#about-center .num-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#about-center .num-list .num-item {
  width: calc(100% / 3);
  border-left: 1px dotted #0d9bd5;
}

#about-center .num-list .num-item:first-child {
  border-left: 0;
}

#about-center .num-list .num-item:first-child img {
  margin: 4px 0;
}

#about-center .num-list .num-item:last-child img {
  margin: 12px 0;
}

#about-center .num-list .num-item .txt-center img {
  max-width: 50px;
  width: 100%;
}

#about-center .num-list .num-item:first-child .txt-center img,
#about-center .num-list .num-item:last-child .txt-center img {
  max-width: 60px;
}

#about-center .num-list .num-item:nth-child(2) .txt-center img {
  max-width: 28px;
}

#about-center .guidelines-content,
#about-center .philosophy-content {
  background-color: #e8f3f8;
  padding: 40px 50px 30px;
  border-radius: 10px;
}

#about-center .philosophy-content .philosophy-list p {
  position: relative;
  padding-left: 40px;
}

#about-center .philosophy-content .philosophy-list .num {
  position: absolute;
  left: 0;
  background-color: #007bbb;
  padding: 0 11px 1px 11px;
  border-radius: 100%;
  color: #fff;
}

#about-center .philosophy-content .philosophy-list {
  width: 100%;
  max-width: 550px;
  margin: auto;
}

#about-center .guidelines-content .main-ttl {
  font-size: 150%;
  text-align: center;
  line-height: 1em;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", " Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", Osaka, serif;
  font-weight: 600;
  color: #007bbb;
}

#about-center .guidelines-content .guidelines-txt {
  width: 100%;
  max-width: 550px;
  margin: auto;
}

#about-center .num-list .num-item .txt-center {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 500;
}

#about-center .num-list .num-item .num-txt {
  font-size: 36px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 600;
}

#about-center .num-list .num-item .num-txt .num {
  font-size: 60px;
  padding: 0 10px;
  font-family: 'Lato', sans-serif;
}

#contents .bg-num {
  background-image: url(../image/contents/about/center/bg-num.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 75px 0;
}

#about-center .num-list .num-item p {
  color: #007bbb;
}

#about-center .guidelines-content .guidelines-txt li {
  list-style: none;
  position: relative;
}

#about-center .guidelines-content .guidelines-txt li:before {
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #007bbb;
  top: 15px;
  transform: translateY(-50%);
}

.introduce-doctor .txt-2box {
  background-color: #f3f3f3;
  padding: 30px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.introduce-doctor .txt-2box img {
  border: 1px solid #dfdfdf;
}

.blue-box {
  background-color: #e2f4fd;
  padding: 40px 40px 35px;
}

#healthy .blue-box .name img {
  width: 100%;
  max-width: 550px;
}

#healthy .img-box .txt-2box {
  width: 45%;
}

#healthy .img-box .txt-2box.end {
  width: 52%;
}

#healthy .blue-box .connection img {
  width: 100%;
  max-width: 1000px;
}

.bg-gray {
  padding: 80px 0;
}

#healthy .bg-gray .white-box {
  padding: 40px 40px 35px;
  background-color: #fff;
  margin-bottom: 40px;
}

#healthy #contents .bg-gray .white-box .graph img {
  width: 100%;
  max-width: 800px;
}

#healthy .attempt-result {
  background-color: #e2f4fd;
  padding: 20px;
  border-radius: 10px;
}

#healthy .attempt-result .img-2box-txt {
  margin-left: 0;
  margin-right: 30px;
}

#healthy .chronology-content .chronology-item {
  padding: 30px 40px;
  border-bottom: 1px dotted #0d9bd5;
}

#healthy .chronology-content .chronology-item:first-child {
  border-top: 1px dotted #0d9bd5;
}

.chronology-content {
  background-color: #fff;
  padding: 50px 40px;
}

#healthy .chronology-content .chronology-item .img-2box-txt {
  margin-left: 0;
  margin-right: 30px;
}

#healthy #contents .industrial-accident h3.concept-ttl {
  color: #007bbb;
  text-align: center;
  border: none;
}

#healthy .industrial-accident .important-list {
  background-color: #f3f3f3;
  padding: 30px 35px;
  border-radius: 10px;
  margin-bottom: 40px;
}

#healthy #contents .industrial-accident .important-list h3 {
  border: none;
  padding: 0;
  text-align: center;
}

#healthy #contents .industrial-accident .important-list .measures-txt {
  position: relative;
  font-size: 17px;
  padding-left: 40px;
  font-weight: 600;
  color: #007bbb;
}

#healthy #contents .industrial-accident .important-list .measures-txt .num {
  position: absolute;
  left: 0;
  padding: 0 10px 0px 10px;
  border-radius: 25px;
  background-color: #007bbb;
  color: #fff;
  font-size: 15px;
}

#healthy .industrial-accident .important-list .txt-3box {
  margin-right: 0;
  width: calc(100% / 3);
}

#healthy .industrial-accident .important-content .important-item {
  padding: 30px;
  background-color: #e6f2f9;
  border-radius: 10px;
  margin-bottom: 30px;
}

#healthy #contents .industrial-accident .important-content .important-item h4 {
  position: relative;
  padding-left: 40px;
}

#healthy #contents .industrial-accident .important-content .important-item h4 .num {
  position: absolute;
  left: 0;
  color: #fff;
  background-color: #007bbb;
  padding: 1px 10px 2px 10px;
  border-radius: 25px;
  font-size: 17px;
}

#healthy .health-result .table-02 {
  width: 100%;
}

#healthy .health-result .table-02 th.rate-name {
  width: 40%;
}

#healthy .health-result .table-02 tr.heading th {
  text-align: center;
}

#healthy .health-result .table-02 td {
  text-align: right;
}

#healthy .industrial-accident .important-content .important-item .take-measures {
  background-color: #fff;
  padding: 15px 20px;
  margin-bottom: 15px;
}

#healthy #contents .industrial-accident .important-content .important-item h5 {
  margin: 0 0 10px;
}

#healthy .industrial-accident .important-content .important-item .evaluate-box {
  background-color: #fff;
  padding: 15px 20px;
}

#healthy #contents .industrial-accident .important-content .important-item .goal-txt {
  font-weight: 500;
  position: relative;
}

#healthy #contents .industrial-accident .important-content .important-item .goal-txt .ico-txt {
  font-weight: 600;
  color: #007bbb;
  border: 1px solid #007bbb;
  padding: 1px 5px 2px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 15px;
}

#healthy .industrial-accident .important-content .important-item:last-child {
  width: 100%;
  max-width: 700px;
}

#healthy .chronology-content .chronology-item img {
  border: 1px solid #dfdfdf;
}

#healthy .chronology-content .chronology-item img.logo-img {
  padding: 15px;
}

#contents .table-02 th p {
  font-weight: 500;
}

#healthy .health-result .table-02 .min-txt {
  font-size: 12px;
}

#healthy .health-result .table-02 th.total {
  padding-left: 40px;
}

#contents .anc-link .txt-3box {
  margin-bottom: 20px;
}

#healthy .take-measures ul {
  padding-left: 0;
}

#healthy .take-measures ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

#healthy .take-measures ul li .num {
  position: absolute;
  left: 0;
}

/*マガジン*/
#magazine #contents .magazine-content .magazine-pdf {
  display: block;
  margin: 0 30px;
}

#magazine #contents .magazine-content .magazine-pdf .link-btn {
  margin-top: 30px;
}

#magazine #contents .magazine-content .magazine-pdf img {
  border: 3px solid #dfdfdf;
}

/*臨床研究のお知らせ*/
#news-inquiry .bg-blue {
  background-color: #e6f2f9;
  padding: 80px 0;
}

.news_box {
  background-color: #fff;
  padding: 50px 100px;
  border-radius: 10px;
}

.news_contents {
  margin: 0 auto;
  max-width: 1000px;
}

.news_contents .news-group {
  border-bottom: 1px solid #d4d4d4;
  display: flex;
  padding: 13px 20px;
  align-items: center;
}

#contents .news-group .day {
  color: #6d6d6d;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  margin-right: 18px;
  margin-bottom: 0;
}

#contents .news-group .ttl {
  font-size: 17px;
  margin-bottom: 0;
}

.news_contents .news-group:first-child {
  border-top: 1px solid #d4d4d4;
}

#contents .link-button {
  margin-top: 20px;
  margin-bottom: 0;
}

#contents .link-button .link-btn {
  margin: auto;
}

#news-inquiry #contents h2#list {
  padding-top: 180px;
  margin-top: -180px;
}

#news-inquiry .document-box {
  background-color: #e6f2f9;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 15px;
}

#news-inquiry .document-box li {
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 500;
}

#news-inquiry .document-box li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1230px) {

  /* 臨床研究文書公開のお知らせ */
  #news-inquiry p.txt br {
    display: none;
  }
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {

  /* 健康経営 */
  #healthy .industrial-accident .important-content .important-item,
  #healthy .industrial-accident .important-content .important-item:last-child {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }

  #healthy .industrial-accident .important-list .txt-3box {
    margin-bottom: 10px;
    width: 100%;
  }

  /* センター概要 */
  #about-center .guidelines-content,
  #about-center .philosophy-content {
    padding: 40px 25px 30px;
  }

  #about-center #contents .guidelines-content p {
    text-align: left;
  }

  #about-center #contents .guidelines-content p.main-ttl {
    text-align: center;
  }

  #about-center .guidelines-content br {
    display: none;
  }

  /* 臨床研究文書公開のお知らせ */
  #contents .news-group .day {
    font-size: 16px;
  }

  #contents .news-group .ttl {
    font-size: 15px;
  }

  .news_box {
    padding: 50px 35px;
  }
}

@media screen and (max-width: 1024px) {
  #contents .facility-area .ttl {
    font-size: 17px;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {

  /* 健康経営 */
  #healthy .attempt-result .img-2box {
    margin-top: 20px;
  }

  #healthy .chronology-content .chronology-item .img-2box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
  }

  #healthy .chronology-content .chronology-item {
    padding: 30px 20px;
  }

  .chronology-content {
    padding: 50px 20px;
  }

  #healthy .result-area .result-box p {
    margin-bottom: 0;
  }

  #healthy .result-area .year-item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }

  #healthy .result-area .year-item .year {
    border: 2px solid #ededed;
    padding: 10px 5px;
    text-align: center;
  }

  #healthy .result-area .year-item .year .ttl {
    display: block;
    font-size: 16px;
    font-weight: 500;
  }

  #healthy .result-area .result-box .box-ttl {
    background-color: #e6f2f9;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 8px 50px 8px 10px;
    position: relative;
  }

  #healthy .result-area .result-box .box-ttl::before,
  #healthy .result-area .result-box .box-ttl::after {
    position: absolute;
    right: 25px;
    width: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 15px;
    border-radius: 5px;
    background-color: #2589d0;
    content: "";
  }

  #healthy .result-area .result-box .box-ttl::before {
    transform: rotate(90deg);
  }

  #healthy .result-area .result-box .box-ttl.active::after {
    transform: rotate(90deg);
  }

  #healthy .inspection-detail {
    display: none;
  }

  #healthy .inspection-detail.open {
    display: block;
    margin-bottom: 40px;
  }

  /* センター概要 */
  .introduce-doctor .txt-2box .img-2box {
    width: 30%;
  }

  .introduce-doctor .txt-2box .img-2box-txt {
    margin-left: 30px;
    width: calc(70% - 30px);
  }

  #about-center .greeting-area .img-2box img {
    width: 250px;
  }

  #about-center .greeting-area .img-2box {
    margin-bottom: 30px;
  }

  #about-center .num-list .num-item .num-txt .num {
    font-size: 45px;
    line-height: 1em;
    padding: 0 5px;
    position: relative;
    top: 2px;
  }

  #about-center .num-list .num-item .num-txt {
    font-size: 24px;
    margin-bottom: 0;
  }

  #about-center .num-list .num-item .txt-center {
    font-size: 18px;
  }

  #about-center .num-list .num-item {
    padding: 20px 15px 10px;
  }

  #about-center .num-list .num-item:nth-child(2) .txt-center img {
    max-width: 23px;
  }

  #about-center .num-list .num-item:first-child .txt-center img,
  #about-center .num-list .num-item:last-child .txt-center img {
    max-width: 48px;
  }

  #about-center .num-list .num-item:last-child img {
    margin: 10px 0;
  }

  /* 広報誌 */
  #magazine .txt-3box,
  #magazine .txt-3box:nth-child(2n) {
    margin-right: 25px;
    width: calc(100% / 3 - 18px);
  }

  #magazine .txt-3box:nth-child(3n) {
    margin-right: 0;
  }

  #magazine #contents .magazine-content .magazine-pdf {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {

  /* センター概要 */
  #about-center .num-list {
    justify-content: center;
  }

  #about-center .num-list .num-item {
    width: calc(100% / 2);
  }

  #about-center .num-list .num-item:last-child {
    border: none;
  }

  /* 臨床研究文書公開のお知らせ */
  .news_contents .news-group {
    display: block;
  }
}

@media screen and (max-width: 640px) {

  /* 広報誌 */
  #magazine .txt-3box,
  #magazine .txt-3box:nth-child(3n) {
    margin-right: 20px;
    width: calc(100% / 2 - 14px);
  }

  #magazine .txt-3box:nth-child(2n) {
    margin-right: 0;
    width: calc(100% / 2 - 14px);
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  .chronology-content {
    padding: 35px 15px;
  }

  /* 健康経営 */
  #healthy .industrial-accident.mb-65 {
    margin-bottom: 30px;
  }

  #healthy .industrial-accident .important-content .important-item .take-measures {
    padding: 15px;
  }

  #healthy #contents .industrial-accident .important-content .important-item .goal-txt .ico-txt {
    position: absolute;
    top: 0;
    left: 0;
  }

  #healthy #contents .industrial-accident .important-content .important-item .goal-txt {
    padding-left: 51px;
  }

  #healthy #contents .industrial-accident .important-content .important-item h4 {
    padding-left: 35px;
  }

  #healthy .industrial-accident .important-content .important-item {
    padding: 30px 15px;
  }

  #healthy #contents .industrial-accident .important-list .measures-txt .num {
    display: inline-block;
    font-size: 14px;
    height: 28px;
    margin-right: 4px;
    position: relative;
  }

  #healthy #contents .industrial-accident .important-list .measures-txt {
    display: flex;
    font-size: 15px;
    padding-left: 0;
  }

  #healthy .industrial-accident .important-list {
    padding: 30px 15px;
  }

  #healthy .attempt-result {
    padding: 20px 15px;
  }

  #healthy .bg-gray .white-box {
    padding: 40px 15px 35px;
  }

  #healthy .bg-gray .white-box:last-of-type {
    margin-bottom: 0;
  }

  #contents .blue-box {
    margin-bottom: 20px;
    padding: 35px 15px 30px;
  }

  #healthy #contents .blue-box:last-of-type {
    margin-bottom: 0;
  }

  #healthy #contents .box-mb {
    margin-bottom: 55px;
  }

  #healthy #contents .bg-gray {
    padding: 55px 0;
  }

  #healthy #contents .blue-box .img-box {
    display: block;
  }

  #healthy #contents .blue-box .img-box .txt-2box {
    width: 100%;
  }

  #healthy #contents .blue-box .img-box .txt-2box.end {
    margin-top: 20px;
  }

  #contents .anc-link .txt-3box {
    margin-bottom: 15px;
  }

  #healthy .chronology-content .chronology-item .img-2box {
    gap: 10px;
  }

  #healthy .chronology-content .chronology-item {
    padding: 25px 5px;
  }

  #healthy .result-area .result-box .box-ttl::before,
  #healthy .result-area .result-box .box-ttl::after {
    height: 13px;
    right: 15px;
  }

  #healthy .inspection-detail.open {
    margin-bottom: 30px;
  }

  #healthy .result-area .year-item {
    gap: 5px;
  }

  #healthy .result-area .year-item .year {
    font-size: 14px;
  }

  #healthy .result-area .year-item .year .ttl {
    font-size: 15px;
  }

  #healthy .result-area .result-box .box-ttl {
    font-size: 15px;
    padding-right: 35px;
  }

  /* センター概要 */
  .introduce-doctor .txt-2box .img-2box,
  .introduce-doctor .txt-2box .img-2box-txt {
    margin-left: 0;
    width: 100%;
  }

  .introduce-doctor .txt-2box .img-2box {
    margin: 0 auto 25px;
    max-width: 160px;
  }

  #about-center #contents .guidelines-content p.main-ttl {
    line-height: 1.4em;
    margin-bottom: 20px;
  }

  #about-center .guidelines-content br.br-559 {
    display: block;
  }

  #about-center #contents .box-mb {
    margin-bottom: 50px;
  }

  #about-center .guidelines-content,
  #about-center .philosophy-content {
    padding: 35px 15px 25px;
  }

  #about-center #contents .mb-65 {
    margin-bottom: 30px;
  }

  #about-center .greeting-area .img-2box img {
    width: 200px;
  }

  #about-center .num-list .num-item:nth-child(2) .txt-center img {
    max-width: 18px;
  }

  #about-center .num-list .num-item:last-child .txt-center img {
    max-width: 41px;
  }

  #about-center .num-list .num-item:first-child .txt-center img {
    max-width: 38px;
  }

  #about-center .num-list .num-item .num-txt .num {
    font-size: 34px;
  }

  #about-center .num-list .num-item .num-txt {
    font-size: 18px;
  }

  #about-center .num-list .num-item .txt-center {
    font-size: 15px;
    margin-bottom: 6px;
  }

  /* 臨床研究文書公開のお知らせ */
  .news_contents .news-group {
    padding: 13px 10px;
  }

  .news_box {
    padding: 40px 15px;
  }

  #news-inquiry .bg-blue {
    padding: 55px 0;
  }

  #news-inquiry .document-box {
    padding: 20px 15px;
  }

  #news-inquiry .document-box li {
    font-size: 15px;
    margin-bottom: 5px;
  }

  /* 広報誌 */
  #magazine #contents .inner {
    margin-bottom: 20px;
  }

  #magazine #contents .magazine-content .magazine-pdf .link-btn {
    margin-top: 20px;
    padding: 6px;
  }

  /* 淳風会について */
  #contents .facility-area .txt-3box .link-btn {
    max-width: 100%;
  }

  #contents .facility-area .txt-3box:last-of-type {
    margin-bottom: 0;
  }
}