@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.typed_con .clmcam {
  background-color: #fff;
  border: solid 5px #E25464;
  padding: 10px 70px 70px;
  position: relative;
  margin: 70px 0;
}

@media screen and (max-width: 430px) {
  .typed_con .clmcam {
    padding: 40px 0 0;
    border: solid 3px #E25464;
  }

  .typed_con .clmcam .innr {
    padding: 0 20px;
  }
}

.typed_con .clmcam h2 {
  background-color: transparent;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: -47px;
  left: 0;
}

.typed_con .clmcam h2::after {
  display: none;
}

@media screen and (max-width: 430px) {
  .typed_con .clmcam h2 {
    top: -10vw;
  }

  .typed_con .clmcam h2 img {
    width: 54.34vw;
  }
}

.typed_con .clmcam h3 {
  margin-bottom: 30px;
}

.typed_con .clmcam h3 span {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: relative;
}

.typed_con .clmcam h3 span br {
  display: none;
}

@media screen and (max-width: 430px) {
  .typed_con .clmcam h3 span {
    font-weight: 600;
    font-size: 6vw;
  }

  .typed_con .clmcam h3 span br {
    display: block;
  }

  .typed_con .clmcam h3 span img {
    width: 20vw;
  }
}

.typed_con .clmcam h3 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #E25464;
  background-image: linear-gradient(to right, #E25464, #F8C8C4);
  position: absolute;
  left: 0;
  bottom: -10px;
}

.typed_con .clmcam .lead {
  font-size: 20px;
  color: #E25464;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 15px;
}

@media screen and (max-width: 430px) {
  .typed_con .clmcam .lead {
    font-size: 4.5vw;
    text-align: left;
    font-weight: 700;
  }

  .typed_con .clmcam .lead br {
    display: none;
  }
}

@media screen and (max-width: 430px) {
  .typed_con .clmcam p {
    font-size: 3.5vw;
    text-align: left;
    font-weight: 700;
  }

  .typed_con .clmcam p br {
    display: none;
  }
}

.typed_con .clmcam .img_box {
  margin-top: 20px;
}

@media screen and (max-width: 430px) {
  .typed_con .clmcam .cm01 {
    padding: 0 0;
  }
}

.typed_con .clmcam .cm01 h3 span {
  position: relative;
}

.typed_con .clmcam .cm01 h3 span::after {
  width: 113%;
}

.typed_con .clmcam .cm01 h3 span .ico_date {
  position: absolute;
  top: -50px;
  right: -100px;
}

@media screen and (max-width: 430px) {
  .typed_con .clmcam .cm01 h3 span .ico_date {
    top: -4vw;
    right: -26vw;
    width: 19vw;
  }
}

.typed_con .clmcam .cm02 .img_box {
  display: flex;
  justify-content: space-between;
}

.typed_con .clmcam .cm02 .img_box>div:first-child {
  width: 52.9%;
}

.typed_con .clmcam .cm02 .img_box>div:nth-child(2) {
  width: 44.76%;
}

.typed_con .clmcam .cm02 .img_box>div img {
  width: 100%;
}

.typed_con .clmcam .cm02 .p_box {
  margin-top: 40px;
  display: flex;
  gap: 0 20px;
  align-items: start;
}

.typed_con .clmcam .cm02 .p_box .img {
  width: 36.98%;
}

.typed_con .clmcam .cm02 .p_box .txt {
  width: calc(63.02% - 20px);
}

.typed_con .clmcam .cm02 .p_box .txt h4 {
  font-size: 30px;
  color: #3B9A31;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
}

@media screen and (max-width: 430px) {
  .typed_con .clmcam .cm02 .p_box .txt h4 {
    font-size: 6vw;
  }
}

.typed_con .clmcam .cm02 .p_box .txt ul {
  margin-top: 30px;
}

.typed_con .clmcam .cm02 .p_box .txt ul li {
  text-align: left;
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 500;
  position: relative;
  padding-left: 18px;
}

.typed_con .clmcam .cm02 .p_box .txt ul li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #3B9A31;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.typed_con .clmcam .cm02 .p_box .txt ul li:not(:last-child) {
  border-bottom: 1px dashed #BEBEBE;
}

@media screen and (max-width: 430px) {
  .typed_con .clmcam .cm02 .p_box .txt ul li {
    font-size: 4.2vw;
  }

  .typed_con .clmcam .cm02 .p_box .txt ul li::before {
    top: 7px;
  }
}

.typed_con .clmcam .cm02 .p_box .txt.bx02 h4 {
  color: #E25464;
}

.typed_con .clmcam .cm02 .p_box .txt.bx02 ul li::before {
  background-color: #E25464;
}

.typed_con .clmcam .cm02 .p_box .txt.bx03 h4 {
  color: #EDB129;
}

.typed_con .clmcam .cm02 .p_box .txt.bx03 ul li::before {
  background-color: #EDB129;
}

@media screen and (max-width: 430px) {
  .typed_con .clmcam .cm02 .p_box {
    display: block;
    margin-top: 20px;
  }

  .typed_con .clmcam .cm02 .p_box .img {
    width: 100%;
    margin-bottom: 30px;
  }

  .typed_con .clmcam .cm02 .p_box .txt {
    width: 100%;
  }

  .typed_con .clmcam .cm02 .p_box .txt h4 {
    font-size: 6vw;
  }

  .typed_con .clmcam .cm02 .p_box .txt .leadB {
    text-align: center;
  }

  .typed_con .clmcam .cm02 .p_box .txt .leadB img {
    max-width: 66vw;
  }
}

.typed_con .clmcam .cm03 {
  background-color: #FBF8F4;
  padding: 40px 20px;
}

.typed_con .clmcam .cm03 .img_box {
  margin-bottom: 30px;
}

.typed_con .clmcam .cm03 p {
  text-align: left;
}

@media screen and (max-width: 430px) {
  .typed_con .clmcam .cm03 p {
    font-size: 4.2vw;
  }
}

.typed_con .clmcam .cm03 dl {
  margin-top: 30px;
  margin-bottom: 30px;
}

.typed_con .clmcam .cm03 dl dt {
  font-size: 18px;
  font-weight: 500;
  color: #D00E11;
  text-align: left;
}

.typed_con .clmcam .cm03 dl dd {
  font-size: 16px;
  text-align: left;
  margin-bottom: 20px;
}

.typed_con .clmcam .cm03 dl dd ul li {
  text-indent: -2.5em;
  margin-left: 2.5em;
}

.typed_con .clmcam .cm03 .lnks {
  display: none;
}

.typed_con .clmcam .cm03 .lnkp {
  display: block;
}

@media screen and (max-width: 430px) {
  .typed_con .clmcam .cm03 dl dt {
    font-size: 5vw;
    font-weight: 600;
  }

  .typed_con .clmcam .cm03 dl dd {
    font-size: 4.2vw;
    font-weight: 600;
  }

  .typed_con .clmcam .cm03 .lnks {
    display: block;
    padding: 0 25px;
  }

  .typed_con .clmcam .cm03 .btn_online {
    padding: 20px 0;
  }

  .typed_con .clmcam .cm03 .btn_online span::before {
    display: none;
  }

  .typed_con .clmcam .cm03 .lnkp {
    display: none;
  }
}