@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "/css/common.css";
/*==================================================================*/
/* company css　*/
/*==================================================================*/
h3.base-title {
  font-size: 1.875rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  border-bottom: 3px dashed #f5d414;
  text-align: left;
}
h3.base-title span {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
}
h3.base-title span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background: #f5d414;
  border-radius: 50%;
}

.important {
  margin-bottom: 4em;
  padding: 1.5em;
  border: 2px solid #cc0000;
  background: #fff6f7;
}
.important .read {
  text-align: center;
  color: #cc0000;
  font-weight: bold;
}
.important .read span {
  display: inline-block;
}

.block {
  margin-bottom: 4rem;
}
.block .read.center {
  margin-bottom: 2rem;
  text-align: center;
}
.block .card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block .card-link li {
  width: 23%;
  margin-right: 2%;
}
.block .card-link li:last-child {
  margin-right: 0;
}
.block .card-link li a {
  position: relative;
  display: block;
  padding-bottom: 1.25rem;
}
.block .card-link li a:hover {
  text-decoration: none;
}
.block .card-link li a:after {
  content: "\f107";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 1.25rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
}
.block .card-link li a.no-link {
  pointer-events: none;
}
.block .card-link li a.no-link:after {
  content: none;
}
.block .card-link li a .photo {
  text-align: center;
}
.block .card-link li a .title {
  font-size: 1.25rem;
  text-align: center;
}
.block .material-title {
  margin-bottom: 3rem;
  padding: 1rem 0;
  font-size: 2.25rem;
  background: #45a83a;
  color: #fff;
  text-align: center;
}
.block .bg-area {
  margin-bottom: 3rem;
  padding: 3rem 2rem;
  background: #eaf9f2;
  text-align: center;
}
.block .bg-area .read {
  margin-bottom: 1.5rem;
}
.block .bg-area .photo-text {
  margin-bottom: 1.5rem;
}
.block .bg-area .photo-text span {
  display: block;
  font-weight: bold;
}
.block .bg-area .f-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block .bg-area .f-photo p {
  line-height: 0;
}
.block .bg-area .f-photo p:first-child {
  margin-right: 1.5rem;
}
.block .detail-box {
  width: 95%;
  margin: 0 auto 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ccc;
}
.block .detail-box h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1.375rem;
  margin-bottom: 1.5rem;
}
.block .detail-box h4 em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.5rem;
  padding: 5px;
  width: 31px;
  height: 31px;
  font-size: 1.25rem;
  color: #fff;
  background: #45a83a;
  text-align: center;
  line-height: 1;
}
.block .detail-box h4 span {
  width: calc(100% - 31px);
}
.block .detail-box .f-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block .detail-box .f-box .photo {
  width: 40%;
}
.block .detail-box .f-box .left {
  width: 55%;
}
.block .detail-box .f-box .left.graphin {
  padding-left: 39px;
}
.block .detail-box .f-box .left.graphin .read {
  padding-left: 0;
  margin-bottom: 2.5rem;
}
.block .detail-box .f-box .left .read {
  margin-bottom: 1rem;
  padding-left: 39px;
}
.block .detail-box .f-box .left .graph {
  margin-bottom: 0.5rem;
}
.block .detail-box .f-box .left .graph span {
  display: block;
}
.block .detail-box .f-box .left .comment {
  max-width: 516px;
  margin-bottom: 1rem;
  font-size: 14px;
  color: #6f6f6f;
}
.block .detail-box .f-box .left .literature {
  max-width: 516px;
  font-size: 14px;
  color: #6f6f6f;
}
.block .detail-box .f-box .left .literature a {
  color: #6f6f6f;
  text-decoration: underline;
}
.block .detail-box .f-box .left .literature a:hover {
  text-decoration: none;
}
.block .detail-box .f-box.nf {
  display: block;
}
.block .detail-box .f-box.nf .left {
  width: 100%;
}
.block .table-box {
  width: 95%;
  margin: 0 auto;
}
.block .table-box .table-title {
  margin-bottom: 1rem;
  font-weight: bold;
}
.block .table-box .dl-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block .table-box .dl-table dl {
  width: 31%;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid #ccc;
}
.block .table-box .dl-table dl dt, .block .table-box .dl-table dl dd {
  width: 50%;
  padding: 10px;
}
.block .table-box .dl-table dl dt {
  border-right: 1px solid #ccc;
  background: #f1f1f1;
}
.block .table-box .dl-table dl dd {
  text-align: right;
}
.block .table-box .right-memo {
  font-size: 14px;
  text-align: right;
}
.block .detail-block {
  margin-bottom: 4rem;
}
.block .detail-list ul {
  padding-left: 2.5rem;
  list-style: disc;
  margin-bottom: 1.5rem;
}
.block .detail-list ul li {
  margin-bottom: 1rem;
}
.block .detail-list .f-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block .detail-list .f-photo p {
  line-height: 0;
}
.block .detail-list .f-photo p:first-child {
  margin-right: 13px;
}
.block .detail-list .f-photo.column4 p {
  margin-right: 13px;
}
.block .detail-list .f-photo.column4 p:last-child {
  margin-right: 0;
}
.block .f-info {
  padding: 2rem 3rem;
  border: 2px solid #f5d414;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.block .f-info h3 {
  margin-bottom: 2rem;
  font-size: 1.625rem;
  text-align: center;
}
.block .f-info .f-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block .f-info .f-block dl {
  width: 50%;
}
.block .f-info .f-block dl dt {
  font-weight: bold;
  margin-bottom: 1rem;
}
.block .f-info .f-block .bn {
  width: 45%;
  text-align: center;
}
.block .f-info .f-block .bn a {
  display: inline-block;
  padding: 1rem 1.5rem;
  border-radius: 20px;
  line-height: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  h3.base-title {
    font-size: 1.625rem;
  }
  h3.base-title span {
    padding-left: 2rem;
  }
  h3.base-title span:before {
    width: 1rem;
    height: 1rem;
  }
  .block .card-link li {
    width: 24%;
    margin-right: 1%;
  }
  .block .card-link li a .title {
    font-size: 1rem;
  }
  .block .card-link li a:after {
    bottom: -2px;
  }
  .block .material-title {
    font-size: 2rem;
  }
  .block .detail-box .f-box {
    display: block;
  }
  .block .detail-box .f-box .left {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .block .detail-box .f-box .photo {
    width: 100%;
    text-align: left;
    padding-left: 39px;
  }
  .block .table-box .dl-table dl {
    width: 48%;
  }
  .block .f-info {
    padding: 2rem 3rem;
  }
  .block .f-info h3 {
    margin-bottom: 2rem;
  }
  .block .f-info .f-block {
    display: block;
  }
  .block .f-info .f-block dl {
    width: 100%;
    margin-bottom: 1rem;
  }
  .block .f-info .f-block .bn {
    width: 100%;
  }
  .block .f-info .f-block .bn a {
    padding: 1rem 1.5rem;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  .block .material-title {
    font-size: 1.875rem;
    margin-bottom: 2rem;
  }
  .block .card-link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .block .card-link li {
    width: 47%;
    max-width: 250px;
    margin: 0 1.5%;
  }
  .block .card-link li:nth-child(1), .block .card-link li:nth-child(2) {
    margin-bottom: 1.5rem;
  }
  .block .bg-area .read {
    text-align: left;
  }
  .block .read.center {
    text-align: left;
  }
  .block .read br {
    display: none;
  }
  .block .f-info {
    padding: 2rem 2rem;
  }
  .block .f-info h3 {
    font-size: 1.375rem;
  }
  .block .f-info .f-block .bn a {
    padding: 0.8rem 1rem;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  h3.base-title {
    font-size: 1.375rem;
    margin-bottom: 1.5rem;
  }
  h3.base-title span {
    padding-left: 1.5rem;
  }
  h3.base-title span:before {
    width: 0.875rem;
    height: 0.875rem;
  }
  .important {
    margin-bottom: 2em;
    padding: 0.5em 1em;
  }
  .important .read {
    text-align: left;
    line-height: 1.6;
  }
  .important .read span {
    display: inline;
  }
  .block .material-title {
    font-size: 1.625rem;
  }
  .block .card-link li a .title {
    font-size: 0.875rem;
  }
  .block .bg-area {
    padding: 1rem;
  }
  .block .bg-area .read {
    text-align: left;
  }
  .block .detail-box {
    width: 100%;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .block .detail-box h4 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  .block .detail-box h4 em {
    margin-top: 3px;
    font-size: 1.125rem;
    width: 25px;
    height: 25px;
  }
  .block .detail-box h4 span {
    width: calc(100% - 25px);
  }
  .block .detail-box .f-box .left .read {
    padding-left: 36px;
  }
  .block .detail-box .f-box .left.graphin {
    padding-left: 36px;
  }
  .block .detail-box .f-box .left.graphin .read {
    padding-left: 0;
    margin-bottom: 2rem;
  }
  .block .table-box .dl-table dl {
    width: 100%;
  }
  .block .table-box .dl-table dl dt, .block .table-box .dl-table dl dd {
    padding: 8px;
  }
  .block .detail-list .f-photo.column4 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block .detail-list .f-photo.column4 p {
    width: 48%;
    margin: 0 0 1rem;
  }
  .block .detail-list ul {
    padding-left: 1.7rem;
  }
  .block .f-info {
    padding: 1.5rem;
  }
  .block .f-info h3 {
    font-size: 1.25rem;
  }
}