/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

/*top*/
#Contents .inner #mainContents .top h2 {
  border-bottom: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

#Contents .inner #mainContents .top h2::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #0052A4;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

#Contents .inner #mainContents .top a {
  display: inline-block;
  color: #444444;
  text-decoration: none;
  border: solid 1px #CCCCCC;
  padding: 10px 15px;
  margin-bottom: 0;
  position: relative;
  padding-right: 40px;
}

#Contents .inner #mainContents .top a::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  transform: rotate(45deg);
  margin-right: 20px;
}

#Contents .inner #mainContents .top img {
  vertical-align: text-bottom;
}

#Contents .inner #mainContents .top .note {
  font-size: 12px;
  margin-top: 10px;
}

/* 2024/07 add */

#Contents .inner #mainContents{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

#Contents .inner #mainContents article .onlypc {
  display: block;
}

#Contents .inner #mainContents article .onlysp {
  display: none;
}

@media screen and (max-width: 639px) {

  #Contents .inner #mainContents article .onlypc {
    display: none;
  }

  #Contents .inner #mainContents article .onlysp {
    display: block;
  }

}

/* #Contents .inner #mainContents article{
  margin-bottom: 56px;
} */

#Contents .inner #mainContents .artwrap01 article:not(:first-of-type){
  margin-bottom: 112px;
}

@media screen and (max-width: 639px) {
  #Contents .inner #mainContents article:not(:last-child) {
      margin-bottom: 56px;
    }

  #Contents .inner #mainContents .artwrap01 article:last-of-type{
    margin-bottom: 26px;
  }
}

/* #Contents .inner #mainContents .artwrap01 article>section{
  margin-bottom: 0;
  padding-bottom: 56px;
} */

/* #Contents .inner #mainContents .artwrap01 article>section>section{
  margin: 0;
} */

#Contents .inner #mainContents .artwrap01 article>section>section:not(:last-child){
  margin-bottom: 56px;
}

#Contents .inner #mainContents .artwrap01 article section>*:not(:last-child),
#Contents .inner #mainContents .artwrap01 article section>section>*:not(:last-child){
  margin-bottom: 16px;
}

#Contents .inner #mainContents .artwrap01 article .arttitle01{
  margin-bottom: 30px;
}

#Contents .inner #mainContents .artwrap01 article .titlewrap01{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
  margin-bottom: 40px;
}

#Contents .inner #mainContents .artwrap01 #art04 .titlewrap01{
  gap: 20px;
  padding-top: 45px;
}

#Contents .inner #mainContents .artwrap01 #art04 .titlewrap01+section{
  margin-top: -35px;
}

#Contents .inner #mainContents .artwrap01 #art04 .titlewrap01+figure,
#Contents .inner #mainContents .artwrap01 #art04 .titlewrap01+div,
#Contents .inner #mainContents .artwrap01 #art04 .titlewrap01+ul{
  margin-top: 60px;
}

#Contents .inner #mainContents .artwrap01 article .sectitle02+.titlewrap01{
  padding-top: 20px;
}

#Contents .inner #mainContents .artwrap01 article .titlewrap01+figure{
  margin-top: 40px;
}

#Contents .inner #mainContents .artwrap01 article .titlewrap01>img{
  width: 80px;
}

#Contents .inner #mainContents .artwrap01 article .titlewrap01 h3{
  text-indent: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 32px;
  font-weight: 700;
  color: #0052A4;
}

#Contents .inner #mainContents .artwrap01 article .titlewrap01 h3 img{
  display: block;
}

@media screen and (max-width: 639px) {

  #Contents .inner #mainContents .artwrap01 #art04 .titlewrap01{
    gap: 28px;
  }

  #Contents .inner #mainContents .artwrap01 #art04 .titlewrap01+figure,
  #Contents .inner #mainContents .artwrap01 #art04 .titlewrap01+div,
  #Contents .inner #mainContents .artwrap01 #art04 .titlewrap01+ul {
    margin-top: 46px;
  }

  #Contents .inner #mainContents .artwrap01 article .titlewrap01+figure{
    margin-top: 36px;
  }

  #Contents .inner #mainContents .artwrap01 article .titlewrap01 h3{
    font-size: 24px;
  }
}

#Contents .inner #mainContents .artwrap01 article .titlewrap01 h3::before{
  display: none;
}



#Contents .inner #mainContents .artwrap01 article .titlewrap01 h3 span{
  font-size: 18px;
  font-weight: 600;
}

#Contents .inner #mainContents .artwrap01 article .sectitle01{
  height: 43px;
}

@media screen and (max-width: 639px) {
  #Contents .inner #mainContents .artwrap01 article .sectitle01{
    height: 38px;
  }
}

#Contents .inner #mainContents .artwrap01 article .sectitle02{
  text-indent: 0;
  padding: 10px;
  background: rgba(0, 82, 164, 0.1);
  line-height: 1.25;
  font-size: 18px;
  font-weight: 600;
  color: #0052A4;
}

@media screen and (max-width: 639px) {
  #Contents .inner #mainContents .artwrap01 article .sectitle02{
    font-size: 16px;
  }
}

#Contents .inner #mainContents .artwrap01 article .sectitle02::before{
  display: none;
}

#Contents .inner #mainContents .artwrap01 article .figline01{
  margin-bottom: 40px!important;
  padding-bottom: 40px;
  border-bottom: 1px dashed #0052A4;
}

#Contents .inner #mainContents .artwrap01 article .seccopy01{
  text-indent: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 0;
  text-align: center;
  line-height: 1.5;
  font-size: 28px;
  font-weight: 600;
  color: #0052A4;
}

@media screen and (max-width: 639px) {
  
  #Contents .inner #mainContents .artwrap01 article .seccopy01{
    padding: 20px 0;
    font-size: 24px;
  }
}

#Contents .inner #mainContents .artwrap01 article .seccopy01::before{
  display: none;
}

#Contents .inner #mainContents .artwrap01 article figure .figcap01{
  margin-top: 16px;
  line-height: 1.5;
  font-size: 10px;
}

#Contents .inner #mainContents .artwrap01 article figure .figcap01 .txtnote01{
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}


@media screen and (max-width: 639px) {
  #Contents .inner #mainContents .artwrap01 article figure .figcap01.centersp01{
    margin-top: 40px;
    text-align: center;
  }
}

#Contents .inner #mainContents .artwrap01 article .figlist01{
  display: flex;
  gap: 20px;
}

#Contents .inner #mainContents .artwrap01 article .figlist01>li{
  flex: 1;
}

#Contents .inner #mainContents .artwrap01 article .figlist01>li>figure{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

#Contents .inner #mainContents .artwrap01 article .figlist01>li>figure>figcaption{
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  color: #0052A4;
}

@media screen and (max-width: 639px) {
  #Contents .inner #mainContents .artwrap01 article .figlist01{
    flex-direction: column;
  }

  #Contents .inner #mainContents .artwrap01 article .figlist01>li>figure{
    gap: 0;
  }

  #Contents .inner #mainContents .artwrap01 article .figlist01>li>figure>figcaption{
    padding: 15px 10px;
  }
}

#Contents .inner #mainContents .artwrap01 article .figlist02{
  display: flex;
  gap: 15px;
}

#Contents .inner #mainContents .artwrap01 article .figlist02>li{
  flex: 1;
}

#Contents .inner #mainContents .artwrap01 article .figlist02>li>figure{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

#Contents .inner #mainContents .artwrap01 article .figlist02>li>figure>figcaption{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 600;
  color: #0052A4;
}

@media screen and (max-width: 639px) {
  #Contents .inner #mainContents .artwrap01 article .figlist02{
    flex-direction: column;
    gap: 20px;
  }

  #Contents .inner #mainContents .artwrap01 article .figlist02>li>figure>figcaption{
    min-height: 0;
  }
}

#Contents .inner #mainContents .artwrap01 article .figlist03_wrap{
  display: flex;
  gap: 14px;
}

#Contents .inner #mainContents .artwrap01 article .figlist03{
  display: flex;
  gap: 14px;
}

#Contents .inner #mainContents .artwrap01 article .figlist03>li{
  flex: 1;
}

#Contents .inner #mainContents .artwrap01 article .figlist03>li>figure{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}

#Contents .inner #mainContents .artwrap01 article .figlist03>li>figure>figcaption{
  line-height: 1.5;
  font-size: 10px;
  font-weight: 500;
}

@media screen and (max-width: 639px) {

  #Contents .inner #mainContents .artwrap01 article .figlist03_wrap{
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  #Contents .inner #mainContents .artwrap01 article .figlist03{
    gap: 5px;
  }

  #Contents .inner #mainContents .artwrap01 article .figlist03>li{
    flex: auto;
    width: 112px;
  }
}

#Contents .inner #mainContents .artwrap01 article .figlist04{
  display: flex;
  gap: 20px;
  margin-bottom: 26px!important;
}

#Contents .inner #mainContents .artwrap01 article .figlist04>li{
  flex: 1;
}

#Contents .inner #mainContents .artwrap01 article .figlist04>li>figure{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

#Contents .inner #mainContents .artwrap01 article .figlist04>li>figure>img{
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}

#Contents .inner #mainContents .artwrap01 article .figlist04>li>figure>figcaption{
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
  color: #0052A4;
}

#Contents .inner #mainContents .artwrap01 article .figwrap01{
   display: flex;
   flex-wrap: wrap;
   gap: 40px 20px;
}

#Contents .inner #mainContents .artwrap01 article .figwrap01>h4{
  width: calc(50% - 10px);
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 600;
}

#Contents .inner #mainContents .artwrap01 article .figwrap01>h4::before{
  display: none;
}

@media screen and (max-width: 639px) {
  #Contents .inner #mainContents .artwrap01 article .figwrap01{
    flex-direction: column;
    gap: 40px;
  }

  #Contents .inner #mainContents .artwrap01 article .figwrap01>h4{
    width: 100%;
    font-size: 16px;
  }

  #Contents .inner #mainContents .artwrap01 article .figwrap01>figure{
    order: 1;
  }

  #Contents .inner #mainContents .artwrap01 article .figwrap01>h4:last-of-type{
    order: 2;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 639px) {

  #Contents .inner #mainContents .artwrap01 article .figfull01{
    width: 100vw;
    margin-left: -16px;
  }
}

#Contents .inner #mainContents .artwrap01 article .figbg01{
  padding: 6px;
  background: #E5EEF6;
}

#Contents .inner #mainContents .artwrap01 article .figbg01 .figcap01{
  margin-top: 6px;
}

@media screen and (max-width: 639px) {
  #Contents .inner #mainContents .artwrap01 article .figbg01{
    padding: 4px;
  }

  #Contents .inner #mainContents .artwrap01 article .figbg01 .figcap01{
    margin-top: 4px;
  }
}

#Contents .inner #mainContents .artwrap01 article .figbg02{
  padding: 6px  6px 16px;
  background: #E5EEF6;
}

#Contents .inner #mainContents .artwrap01 article .figbg02 figcaption{
  margin-top: 16px;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
  color: #0052A4;
}

@media screen and (max-width: 639px) {
  #Contents .inner #mainContents .artwrap01 article .figbg02{
    padding: 4px 4px 10px;
  }

  #Contents .inner #mainContents .artwrap01 article .figbg02 figcaption{
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: -0.01em;
  }
}

#Contents .inner #mainContents .artwrap01 article .txtlist_wrap01{
  display: flex;
  justify-content: center;
  align-items: center;
}

#Contents .inner #mainContents .artwrap01 article .txtlist01{
  display: inline-block;
  line-height: 1.8;
}

#Contents .inner #mainContents .artwrap01 article .txtlist01>li{
  position: relative;
  padding-left: 1.5em;
  font-size: 18px;
  font-weight: 600;
  color: #0052A4;
}

#Contents .inner #mainContents .artwrap01 article .txtlist01>li::before{
  content: '・';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
}

@media screen and (max-width: 639px) {
  #Contents .inner #mainContents .artwrap01 article .txtlist01>li{
    font-size: 16px;
  }
}