main{
  padding-bottom: 100px;
}
section {
  margin-top: 60px;
}
.visual.shadow span::after{
  border-bottom-right-radius: 50px;
}
.pagetit{
  max-width: 980px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 60px;
  overflow: hidden;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: .11em; 
  line-height: 1.35;
}
.pagetit .tit{
  padding: 40px 0;
  background-color: #851b28;
  font-size: 30px;
  color: #fff;
}
.pagetit .tit span,
.pagetit p{
  display: block;
  text-align: center;
  text-align-last: center;
  font-size: 22px;
}
.pagetit p{
  padding: 40px 0;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  border: #f4e2db 1px solid;
}
.container .lists{
  margin-top: 20px;
}
.container .lists li{
  padding: 40px 0;
  background-color: #fff;
}

.container .lists li .txt_wrap{
  flex: 1;
  padding-left: 40px;
}
.container .lists .tit{
  margin-bottom: 20px;
  font-size: 28px;
  font-family: 'Noto Serif JP', serif;
  color: #851b28;
  letter-spacing: .07em;
  line-height: 1.35;
}
.container .lists li p.enclosure{
  padding: 1.5em;
  margin-top: 20px;
  border: dotted 1px #851b28;
  font-size: 12px;
}
.container .lists li:nth-of-type(2n){
  background-color: #851b28;
}
.container .lists li:nth-of-type(2n) .visual{
  order: 2;
}
.container .lists li:nth-of-type(2n) .txt_wrap{
  order: 1;
  padding-left: 0;
  padding-right: 40px;
}
.container .lists li:nth-of-type(2n) .tit,
.container .lists li:nth-of-type(2n) p{
  color: #fff;
}
.container .lists li:nth-of-type(2n) p.enclosure{
  border-color: #fff;
}
@media screen and (max-width:768px){
  main {
    padding-bottom: 40px;
  }
  .pagetit{
    border-radius: 80px;
  }
  .pagetit .tit {
    font-size: 36px;
  }
  .pagetit .tit span,
  .pagetit p{
    font-size: 28px;
  }
  .container .lists li {
    padding: 60px 0;
  }
  .container .lists li .visual{
    order: 2;
    max-width: 84vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .container .lists li .txt_wrap{
    order: 1;
    flex:unset;
    width: 100%;
    padding-left: 0;
  }
  .container .lists .tit {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .container .lists li p.enclosure {
    font-size: 18px;
    border-width: 2px;
  }
  .container .lists li:nth-of-type(2n) .txt_wrap{
    padding-right: 0;
  }
}
@media screen and (max-width:650px){
  main {
    padding-bottom: 20px;
  }
  .pagetit{
    border-radius: 40px;
  }
  .pagetit .tit {
    padding: 20px 0;
    font-size: 20px;
  }
  .pagetit .tit span,
  .pagetit p{
    font-size: 16px;
  }
  .pagetit p {
    padding: 20px 0;
  }
  .visual.shadow span::after{
    border-bottom-right-radius: 6.666vw;
  }
  .container .lists li {
    padding: 30px 0;
  }
  .container .lists li .visual{
    margin-top: 20px;
  }
  .container .lists .tit {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .container .lists li p.enclosure {
    font-size: 11px;
    border-width: 1px;
  }
}
/* フォント調整 */
.pagetit .tit {
  font-size: 32px;
}
.pagetit .tit span, .pagetit p {
  font-size: 24px;
}
.container .lists .tit {
  font-size: 30px;
  letter-spacing: .05em;
  line-height: 1.35;
}
.container .lists li p.enclosure {
  font-size: 14px;
}
@media screen and (max-width:768px){
  .pagetit .tit {
    font-size: 36px;
  }
  .pagetit .tit span, .pagetit p {
    font-size: 28px;
  }
  .container .lists .tit {
    font-size: 30px;
  }
  .container .lists li p.enclosure {
    font-size: 18px;
  }
}
@media screen and (max-width:650px){
  .pagetit .tit {
    font-size: 22px;
    letter-spacing: .025em;
  }
  .pagetit .tit span, .pagetit p {
    font-size: 17px;
  }
  .container .lists .tit {
    font-size: 18px;
  }
  .container .lists li p.enclosure {
    font-size: 13px;
  }
}