#st_wrap {
	max-width:1000px;
	margin:2% auto;
	font-family: "Noto Sans JP", sans-serif;
}

#st_wrap h1 {
    font-size: 22px;
    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: 400;
}

.red {
	font-size: 110%;
	font-weight: 600;
	color: #FF0004;
}

.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;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.thumb {
    width: 31.3%;
    margin: 1%;
}

.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%;
}

.sp {
	display: none;
}
.clear {
	clear: both;
}

.btn {
	display: block;
	width: 60%; 
	margin: 3% auto;
	padding: 1%;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	border: solid 2px #000;
	color: #000;
	position: relative;
}

.arrow_r {
  position: relative;
}
.arrow_r:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

a.btn {
	text-decoration: none;
}

@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%;
    }
    
    .sub {
        font-size: 10px;
    }
    
    
	.pc {
		display: none;
	}	
	
	.sp {
		display: block;
	}
	
	.btn {
		font-size: 12px;
		border: solid 2px #000;
	}
	
	.arrow_r:after {
    	width: 4px;
    	height: 4px;
	}
}
