/* ピンク背景 */
#content{
	padding: 180px 0 80px;
	background: url(../../n_images/withsmile/common/bg.png);
	background-color: #FCDDD2;
}


@media screen and (max-width: 768px) {
	#content{
		padding: 80px 0 40px;
	}
}


/* -------------------------- */
/* presentBox */
/* -------------------------- */

.presentBox{
    background: url(../../n_images/withsmile/common/present_bg.png) no-repeat 100% 100% / 462px 143px;
	background-color: #F7F5EF;
	border-radius: 10px;
	padding: 40px 80px 80px;
    max-width: 1120px;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
}

.presentTitle{
	margin: -70px auto 20px;
	display: block;
	width: max-content;
}

.presentTitle img{
	width: 300px;
}

.presentList{
	display: flex;
    align-items: start;
    gap: 40px;
    margin-bottom: 40px;
	flex-direction: column-reverse;
    align-items: center;
}

.presentBox .title{
	font-weight: bold;
	font-size: 3rem;
	margin-bottom: 40px;
	line-height: 1.4;
}

.presentList .present__text{
	flex: 1;
    font-size: 1.6rem;
    line-height: 1.8;
}

.presentList .present__text h1,
.presentList .present__text h2,
.presentList .present__text h3,
.presentList .present__text h4,
.presentList .present__text h5,
.presentList .present__text h6{
    font-weight: bold;
}

.presentBox dl{
	display: grid;
	grid-template-columns: 60px 1fr;
	gap: 10px;
	line-height: 1.6;
	font-size: 1.4rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.presentBox dt{
	font-weight: bold;
    color: #EA4E31;
}

.presentList .present__pict{
	width: 100%;
}

.presentList .present__pict .pict_item {
    overflow: hidden;
    width: 100%;
    border-radius: 8px;
}


@media screen and (max-width: 768px) {
	.presentBox {
		padding: 40px 20px 120px;
        background: url(../../n_images/withsmile/common/present_bg.png) no-repeat 100% 100% / 300px auto;
        background-color: #F7F5EF;
	}

	.presentTitle{
		margin: -50px auto 10px;
	}

	.presentTitle img{
		width: 200px;
	}

	.presentList{
		flex-direction: column-reverse;
		align-items: center;
		gap: 40px;
		margin-bottom: 10px;
		gap: 20px;
	}

    .presentBox .title{
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .presentList .present__pict{
        width:  100%;
    }
    .presentList .present__text{
        font-size: 1.3rem;
        margin-bottom: 30px;
    }
	.presentBox dl{
		grid-template-columns: 50px 1fr;
		font-size: 1.2rem;
	}

}


/* btn */
.present__btn {
    text-align: center;
    margin-top: 40px;
  }
  .present__btn .btn {
    display: inline-block;
    line-height: 76px;
    height: 80px;
    background: #EA6B58;
    border-bottom: 4px solid #FFCD3E;
    border-radius: 40px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    padding: 0 40px;
  }
  .present__btn .btn:after{
    font-family: 'FontAwesome';
    content: "\f105";
    padding-left: 0.5em;
  }
  .present__btn .nobtn {
    display: inline-block;
    line-height: 76px;
    height: 80px;
    background: #ddd;
    border-radius: 40px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 2rem;
    padding: 0 40px;
  }

  @media screen and (max-width: 768px) {
    .present__btn .btn {
        line-height: 50px;
        height: 54px;
        border-radius: 25px;
        font-size: 1.6rem;
        padding: 0 20px;
      }
      .present__btn .nobtn {
        line-height: 50px;
        height: 50px;
        border-radius: 25px;
        font-size: 1.6rem;
        padding: 0 20px;
      }
  }
