

#topics .lead h3 {
	font-size: 1.8rem;
	text-align:center;
}

#topics .lead p {
	font-size: 1.6rem;
	line-height: 24px;
}


#set06 {
    width: 93.75%;
    max-width: 880px;
    margin: 40px auto;
		padding:20px;
    position: relative;
}

#set06 .ttlObj {
    width: 93.75%;
    max-width: 880px;
}

#set06 > .ttlObj {
	width: 100%;
	text-align: center;
	background: #000;
	color: #fff;
	margin: 0 auto;
	padding: 0.5em 0;
	font-weight: bold;
	letter-spacing: 1.6px;
}

.fs24 {
	font-size:1.8rem !important;
  line-height: 22px;
}

.fs20 {
	font-size:1.6rem !important;
  line-height: 24px;
}

.fs16 {
	font-size:1.6rem !important;
  line-height: 24px;
}

.fwBold {
    font-weight: 700;
    background: linear-gradient(transparent 70%, #f3fe47 0%);
}

#set06 .qaBlk {
		font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.05em;
    flex-flow: wrap;
    width: 100%;
    margin: 30px auto 0;
    border-radius: 8px;
    overflow: hidden;
}


#set06 h2 {
	font-weight:bold;
	font-size: 1.8rem;
  line-height: 22px;
	margin-bottom:10px;
	color:#0e4df5;
}

#set06 .btnBlk {
		margin:20px auto 40px;
    max-width: 300px;
    width: 70%;
}

.btnBlk {
    width: 100%;
    background: #ffc600;
    border-radius: 8px;
    line-height: 1;
    margin: 28px auto 40px;
}


.btnBlk a {
    background: #fcf300;
    width: 100%;
    padding: 1em 0;
    border-radius: 8px;
    position: relative;
    top: -6px;
    text-decoration: none;
    line-height: 1;
    height: 100%;
    transition: 0.1s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.status {
	width:100%;
	text-align:center;
}

.status img{
	margin-top:20px;
	width:460px;
	text-align:center;
}

.txtObj.caution {
	margin-top:30px;
}


.present-box {
	background-color:#00b0f0;
	border-radius:10px;
	margin:30px auto 20px;
	padding:10px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:20px;
}

.present-box p{
	font-weight:bold;
	color:#ffff00;
	line-height: 1.6;
}

.tracking_txt {
	width:50%;
	display:inline-block;
}

.tracking {
	width:49%;
	display:inline-block;
	text-align:center;
	vertical-align: top;
}

.tracking img{
	width:auto;
	max-width: 350px;
	text-align:center;
}

.present_txt {
	width:62%;
	line-height: 2.0;
	display:inline-block;
}

.present {
	width:37%;
	display:inline-block;
	text-align:right;
	vertical-align: top;
}

.present img{
	width:auto;
	max-width: 280px;
	text-align:right;
}

	#topics .lead {
		padding:0;
	}


/* Width 1024px- */
@media screen and (min-width: 1024px) {
}

/* Width -560px */
@media screen and (max-width: 560px) {

}
/* Br */
@media screen and (min-width: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }



	.status img{
		width:100%;
		text-align:center;
	}

	.tracking img{
		width:auto;
		width:100%;
		text-align:center;
	}

	.tracking_txt {
		width:100%;
		display:inline-block;
	}

	.tracking {
		width:100%;
		display:inline-block;
		text-align:center;
		vertical-align: top;
	}


	.present img{
		width:auto;
		width:100%;
		text-align:center;
	}

	.present_txt {
		width:100%;
		display:inline-block;
	}

	.present {
		width:100%;
		display:inline-block;
		text-align:center;
		vertical-align: top;
	}

	#set06 {
		padding: 3%;
	}

}