@charset "UTF-8";


img{
max-width: 100%;
margin: 0 auto;
}

body{
background-color: #FFF;
}

.main-visual {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.main-visual img {
  width: 100%;
  height: auto;
  display: block;
}


.problem{
background-image: url("../img/ploblem_BG.png");
background-repeat: no-repeat;
}

.problem p{
color: #fff;
font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
text-align: center;
}

.problem h2{
display: flex;
align-items: center;
padding-top: 100px;
}

@media screen and (max-width: 700px){
.problem h2{
display: flex;
align-items: center;
padding-top: 20px;
}
}

.ef{
background-image: url("../img/explanation-BG.png");
background-size: auto;
background-repeat: no-repeat;
}

.ef h2{
display: flex;
align-items: center;
padding: 80px 0;
}

.explanation__p{
display: flex;
justify-content: center;
text-align: center;
margin:0 auto;
background-color: rgba(255,255,255,0.8);
padding: 35px;
border-radius: 30px;
box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.01);
width: 700px;

}

@media screen and (max-width: 700px){
.explanation__p{
background-color: rgba(255,255,255,0.8);
padding: 35px;
border-radius: 30px;
text-align: center;
box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.01);

width: 400px;
display: flex;
justify-content: center;
font-size: 20px;
}
}

.cta{
background-image: url("../img/buy-back.png"),url("../img/buy-BG.png");
background-repeat: no-repeat;
}

@media screen and (max-width: 700px){
.cta{
background-size:cover; 

}
}

.cta h2{
display: flex;
justify-content: center;
padding-top: 50px;
}

.card{
display: flex;
justify-content: center;
}

.card__img{
text-align: center;
}
@media screen and (max-width: 700px){
.card__img{
width: 40%;
transform: translateX(-50px);
}
}

.card__p01{
font-size: 20px;
font-family:   "Hiragino Mincho ProN", "serif";
}

.card__p02{
background-color: #60BF86;
padding: 10px 50px;
width: 200px;
color: #fff;
font-size: 18px;
font-family:   "Hiragino Mincho ProN", "serif";
display: block;
text-align: center;
}

@media screen and (max-width: 700px){
.card__p02{
background-color: #60BF86;
padding: 5px 48px;
width: 80px;
color: #fff;
font-size: 8px;
font-family:   "Hiragino Mincho ProN", "serif";
display: block;
text-align: center;
}
}

.card__p03{
text-decoration: line-through;
text-decoration-color: red;
margin: 20px 0;
}
@media screen and (max-width: 700px){
.card__text{
width: 20%;

}
}

.sale{
position: relative;
top: 180px;
}

.img__wrap{
display: flex;
justify-content: space-between;
align-items: flex-start;
padding-bottom: 0;
position: relative;
top: 100px;
}

@media screen and (max-width: 700px){
.img__wrap{
display: flex;
justify-content: space-between;
align-items: flex-start;
padding-bottom: 0;
position: relative;
}
.delivery{
transform: translateY(-100px);
width: 30%;
}
.sale{
transform: translateY(-240px);
width: 20%;
}
}

.cta__btn:hover{
}


.info__ul a {
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: space-around;
  font-size:28px;
}

@media screen and (max-width: 700px){
.info__ul a {
  text-decoration: none;
  color: #fff;
	margin-right: 10px;  
  font-size:20px;
}
}

.info__ul li {
  background-color: #FF673E;
  border-radius: 10px;
  margin: 100px;
  padding: 0 80px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
    position: relative;
  padding-left: 50px;
}


.info__ul li::before {
  content: "";
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;  /* アイコンの幅 */
  height: 30px; /* アイコンの高さ */
  background-image: url("../img/icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 700px){
.info__ul li {
  background-color: #FF673E;
  border-radius: 10px;
  margin: 50px;
  padding: 0 80px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
    position: relative;
  padding-left: 100px;
}
}

footer{
background-color: #FF673E;
padding-top: 35px;
height: 100px;
text-align: center;
color: #fff;
}