h1 span {
    font-size: 70%;
    letter-spacing: 0.2em;
    display: block;
}

td ol{
    list-style: decimal !important;
	margin-left:1.5em;
}

td ol li{
	font-weight:bold;
}

td ul{
    list-style: disc !important;
	margin-left:1.5em;
}

td ul.attention li{
	color:#e72a19;
	font-weight:bold;
}

.quizbtn.wrap {
    display: block;
    align-items: center;
    justify-content: space-between;
    margin: 1rem auto;
}

.quizbtn.wrap p {
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.attention_red{
    color: #e72a19;
    font-weight: bold;
}

.quizbtn.wrap span{
    font-size: 95%;
}

.link_btn{
    color: #fff;
    font-weight: bold;
    background: #333333;
    text-decoration: none;
    padding: 0 2%;
    border-radius: 100px;
    display: inline-block;
    margin: 1% 0;
    box-shadow: 0 3px #fff;
}

.link_btn2{
    color: #fff;
    font-weight: bold;
    background: #fd0000;
    text-decoration: none;
    padding: 0 2%;
    border-radius: 100px;
    display: inline-block;
    margin: 1% 0;
    box-shadow: 0 3px #fff;
}

.link_account{
    font-weight:bold;
    color: #e72a19;
}

.oubo_note{
    background: #fff;
    padding: 1.5rem;
    font-size: 90%;
    line-height: 1.6;
    margin: 1rem auto;
    font-weight: bold;
}

.howto01_note{
    display: block;
    line-height: 1.5;
    padding: 1rem;
    color: #333;
    font-size: 90%;
    background: #ffffffa1;
    border: 1px solid #cbcbcb;
}

.for_pc{
	display:none;
	margin:0 auto;
}

.for_sp{
	display:block;
	margin:0 auto;
}

/*------------------------------------------------
ツイッターキャンペーン用
------------------------------------------------*/

.c-head01 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 11px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    color: #E72A19;
}

@media (min-width: 600px){
.kiyaku{
    max-width: 700px;
    margin: 0 auto;
    list-style-type: disc;
}

.c-head01 {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 2.4rem;
}

.for_pc{
	display:block;
	margin:0 auto;
}

.for_sp{
	display:none;
	margin:0 auto;
}

.c-single02__content-img {
    margin: 0 auto;
    width: 50%;
}

.u-inner {
    margin: 0 auto !important;
}

.c-single02__content {
	display:block;
}

.c-single02__content-box {
    width: calc(100% - 100px);
    margin: 3% auto;
    padding:0;
}

.c-single02__content-btn {
    margin:5% auto 0 auto;
}

.quizbtn.wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem auto;
}

.quizbtn.wrap p {
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    width: 30%;
}

}