@charset "UTF-8";
/* CSS Document */

h2.page_title {
  font-size: 3.0rem;
  font-weight: 400;
  line-height: 1.0;
  margin: 50px auto 0;
  width: fit-content;
  position: relative;
  
}
/*
h2.page_title::after {
  content: '';
  position: absolute;
  left: -6px;
  bottom: -3px;
  z-index: -1;
  width: calc(100% + 12px);
  height: 10px;
  background-color: rgba(254,53,0,0.35);
}
*/
h2.page_title img {
  vertical-align: 0;
  margin-right: 5px;
  width: auto;
  height: 24px;
}

.about_t3pr_wrap,
.about_r_wrap {
  background-color: #333333;
  border-radius: 7px;
  padding: 20px 20px 30px;
}

.about_t3pr_wrap {
  margin-top: 50px;
}
.about_t3pr_wrap h3 {
  margin: 25px auto 0;
  width: 200px;
  height: auto;
}
.about_t3pr_wrap h4 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.0;
  text-align: center;
}
.about_t3pr_wrap p:first-of-type {
  margin-top: 40px;
}

.about_r_wrap {
  margin-top: 50px;
}
.about_r_wrap h3 {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  height: auto;
}
.about_r_wrap h4 {
  margin: 50px auto 0;
  width: 100%;
  max-width: 300px;
  height: auto;
}
.about_r_wrap p:first-of-type {
  margin-top: 50px;
}
  
@media print, screen and (min-width:1000px) {
  
  header nav li:nth-of-type(4) a::after { /* Gナビ 閲覧中ページ 下線表示 */
    width: calc(100% + 4px);
  }
  
  
  h2.page_title {
    font-size: 3.8rem;
    margin-top: 110px;
  }
  h2.page_title img {
    vertical-align: -2px;
    height: 32px;
  }
  
  
  .about_t3pr_wrap {
    padding: 55px 60px 50px;
  }
  .about_t3pr_wrap p,
  .about_r_wrap p {
    font-size: 1.6rem;
  }
  
  .about_t3pr_wrap h3 {
    padding-right: 10px;
    width: 260px;
  }
  .about_t3pr_wrap h4 {
    font-size: 1.8rem;
  }
  .about_t3pr_wrap p:first-of-type {
    margin-top: 50px;
  }
  
  .about_r_wrap {
    padding: 60px 60px 50px;
  }
  .about_r_wrap h3 {
    width: 660px;
    max-width: 660px;
  }
  .about_r_wrap h4 {
    width: 630px;
    max-width: 630px;
  }
  .about_r_wrap p:first-of-type {
    margin-top: 60px;
  }
  

}

