#topics .lead {
	max-width: 900px !important;
}

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

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

.katana_box {
	margin:40px 0 0;
	border:solid 2px #000;
	border-radius:10px;
	padding:10px;
}

.katana_box h3 {
	margin-top:20px;
}

.katana_box .btnBlk, .katana_box .btnBlk_entry {
	width:50%;
}

.form_notmember {
	font-size: 1.6rem;
	line-height: 2.0;
}

#topics .block_form dl dt {
	font-size: 1.6rem;
}

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

#set06 .ttlObj {
    width: 93.75%;
}

#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;
}

.linkset {
    width: 50%;
    margin: 20px auto 0 0;
}

.linkset {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  margin: 16px auto 0;
}
.linkset .ttlObj {
  text-align: right;
  width: 35% !important;
}
.linkset .link {
  width: 60%;
  margin: 0 0 0 5%;
  max-width: 220px;
}
.linkset .link a {
  transition: 0.2s ease;
}
.linkset .link a:hover {
  opacity: 0.35;
  transition: 0.2s ease;
}

.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;
    width: 100%;
    margin: 30px auto 0;
    border-radius: 8px;
    overflow: hidden;
}


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

#set06 .btnBlk, #set06 .btnBlk_entry {
		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_entry {
    width: 100%;
    background: #b30808;
    border-radius: 8px;
    line-height: 1;
    margin: 28px auto 40px;
}

.episode_title {
	width:90%;
	font-weight:bold;
	margin-bottom: 0 !important;
	margin: 0 auto 0.3em;
	border-bottom:solid 1px #000;
}

.episode_desc {
	width:90%;
	margin: 0 auto 30px;
}

.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;
}

.btnBlk_entry a {
    background: #ff0000;
    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: #fff;
}

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

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

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



.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;
}





/* 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;
	}

}