.lead-sentence{
  height: 73.15px;
  width: 100%;
  background: var(--lead-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lead-sentence p{
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 17pt;
  font-weight: bold;
}

#advantage1-background-img{
  height: 213px;
  width: 100%;
  background-image: url("../img/phone/png/2x/advantage1.png");
  background-size: cover;
}

.advantage{
  height: 400px;
}

.advantage-container{
  display: flex;
  justify-content: center;
}

.advantage-content{
  width: 100%;
  margin-top: 25px;
  flex-direction: column;
  display: flex;
  align-items: center;
}

.advantage-img{
  max-width: 327px;
  width: 100%;
  margin-bottom: 30px;
}
.advantage-img img{
  width: 100%;
}

.orange-down-arrow{
  width: 40px;
}
.orange-down-arrow img{
  width: 100%;
}

.advantage-detail{
  width: 100%;
  max-width: 331px;
  height: 100%;
}

.detail-sentence{
  background: var(--main-color);
  height: 152px;
  width: 100%;
  max-width: 331px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
}

.detail-sentence p{
  color: white;
  font-size: 17pt;
  font-weight: bold;
  text-align: center;
}

.detail-btn{
  box-sizing: border-box;
  width: 70px;
  height: 28px;
  background: white;
  margin-top: 15px;
  border-radius: 5px;
  color: var(--main-color);
  font-size: 12pt;
  font-weight: bold;
  box-shadow: 1px 1px 5px black;
  text-align: center;
  padding-top: 2px;
}

.smaller-support-title p{
  font-size: 12pt;
}

.zisseki{
  display:flex;
  justify-content: center;
  margin-bottom: 12px;
}

.zisseki-frame{
  background: #EAE9E1;
  width: 100%;
  max-width: 331px;
  border-radius: 3px;
}

.zisseki-sentence{
  font-size: 12pt;
  font-weight: bold;
  line-height: 20px;
}

.zisseki-1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 78px;
  height: auto;
  width: 100%;
  max-width: 300px;
  margin: 20px auto 0;
}

#it-img{
  width: 55px;
}

#chiiki-img{
  width: 63px;
}

.zisseki-2{
  width: 100%;
  max-width: 310px;
  height: auto;
  min-height: 220px;
  margin: 0 auto 25px;
}

.daijin-gallery{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center; 
  align-items: center;
  margin-bottom: 10px;
}

.daijin-photo{
  padding: 3px;
  max-width: 95px;
}

.news-content{
  display: flex;
  width: 100%;
  font-size: 12pt;
}

.news-date{
  width: 80px;
}

.news-sentence{
  width: calc(100% - 80px);
}