@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css?family=Work+Sans");*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;900&display=swap');

a, a img {
  transition-duration: 0.5s;
}
a:hover, a img:hover {
  transition: 0.5s;
  transition-duration: 0.5s;
  opacity: 0.5;
}
a img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
* {
  font-family: 'Noto Sans JP', sans-serif;
}

.p-main h2 {
    margin: 0 0 115px;
}
.main-contents{
  width: 740px;
  margin: 0 auto 80px;
}

.main-sec{
  margin: 0 auto 80px;
}
.main-sec h3{
  margin: 0 0 30px;
}
.main-sec ul{
  margin: 0 0 35px;
}
.main-sec li{
  font-family: 'Noto Sans JP', sans-serif;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.main-sec p{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.line{
  width: 25px;
  height: 1px;
  background: #000;
  margin: 0 0 80px;
}

.read-sec{
  margin: 0 0 120px;
}
.read-sec p{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.09em;
}

.item-sec{
  margin: 0 0 0;
}
.item-sec ul{
  width: 390px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
.item-sec h4{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  margin: 0 0 5px;
}
.item-sec p{
  margin: 0;
}
.item-sec p a{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 28px;
}
.item-sec p.credit a{
  font-size: 13px;
  line-height: 23px;
}

.hidden-phone{
  display: block;
}
br.hidden-phone{
  display: inline;
}
.visible-phone{
  display: none;
}



/* == PageDesign smp ============================================= */
@media screen and (max-width: 768px) {
.p-main h2 {
  width: 100%;
  margin: 0 0 8vw;
}
.main-contents{
  width: 85%;
  margin: 0 auto 20vw;
}

.main-sec{
  margin: 0 auto 10vw;
}
.main-sec h3{
  width: 66%;
  margin: 0 0 5vw;
}
.main-sec ul{
  margin: 0 0 5vw;
}
.main-sec li{
  font-size: 14px;
}
.main-sec li img{
  width: 25px;
}
.main-sec p{
  font-size: 16px;
  line-height: 26px;
}

.line{
  width: 20px;
  margin: 0 0 10vw;
}

.read-sec{
  margin: 0 0 13vw;
}
.read-sec p{
  font-size: 13px;
  line-height: 26px;
}

.item-sec ul{
  width: 100%;
  margin: 0 0 6vw;
}
.item-sec ul li{
  width: 49%;
}
.item-sec h4{
  font-size: 14px;
  margin: 0;
}
.item-sec p a{
  font-size: 14px;
  line-height: 26px;
}
.item-sec p.credit a{
  font-size: 12px;
  line-height: 21px;
}

.hidden-phone{
  display: none;
}
br.hidden-phone{
  display: none;
}
.visible-phone{
  display: block;
}
}































