#st_wrap {
	max-width:1000px;
	margin:2% auto;
}

#st_wrap h1 {
    font-size: 24px;
    text-align: center;
    margin: 4% auto;
}

#st_wrap h1 span {
    background-color: #e30808;
    padding: 8px 30px;
    color: #fff;
}

#st_wrap p {
    text-align: center;
    font-size: 13px;
    line-height: 1.8em;
    margin: 2% auto;
    color: #000;
    font-weight: bold;
}

.t_P {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    margin: 3% auto 1%;
}

.wrap_content {
    width: 100%;
}

ul {
	padding:0;
	margin:0;
}
li {
	list-style:none;
}
.visual {
    width: 100%;
    margin: 2% auto;
}

.box_thumb {
	width: 100%;
	margin: 2% auto;
}
.thumb {
    width: 31.3%;
    margin: 1%;
    float: left;
}

.thumb img {
    width: 100%;
}

.timg {
    position: relative;
}

.circle_number {
    width: 30px;
    height: 30px;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    position: absolute;
    top: 2%;
    right: 2%;
}

.bk01 {
    background-color: #e2aa1a;
}
.bk02 {
    background-color: #d0d0d0;
}
.bk03 {
    background-color: #97683d;
}

.sub {
    text-align: center;
    margin: 1% auto;
    width: 25%;
}

.sub img {
    width: 100%;
}

p strong {
    font-size: 120%;
    color: red;
}

.sp {
	display: none;
}
.clear {
	clear: both;
}


@media only screen and (max-width: 750px) {

    #st_wrap h1 {
        font-size: 15px;
        margin: 6% auto 3%;
    }
    
    #st_wrap h1 span {
        padding: 3px 15px;
    }
    
    #st_wrap p {
        font-size: 11px;
        line-height: 1.6em;
        margin: 3% auto;
    }
    
    .t_P {
        font-size: 10px;
    }
    
    .box_thumb {
        width: 100%;
    }
    
    .thumb {
        width: 48%;
        margin: 2% 1% 4%;
    }
    
    .thumb:last-child{
        float: none;
        margin: 2% 26%;
    }
    
    .sub {
        font-size: 10px;
    }
    
    .redbr {
        font-size: 12px;
    }
    
	.pc {
		display: none;
	}	
	
	.sp {
		display: block;
	}
	
}
