@charset "utf-8";
.sec01 .inner .box {
    width: 48%;
    margin-bottom: 5%;
    /* [disabled]height: 600px; */
    position: relative;
    background-color: #F7F7F4;
    /* [disabled]-webkit-box-shadow: 0px 1px 2px 2px #A4A4A4; */
    /* [disabled]box-shadow: 0px 1px 2px 2px #A4A4A4; */
    margin-right: 4%;
    float: left;
    margin-top: 5%;
}
.sec01 .inner .box:nth-of-type(2n) {
    margin-right: 0px;
}

.box .photo {
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
}
.box .tag {
	position: absolute;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	background-image: url(img/bg.png);
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 5px;
}
.inner .box h3  {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: underline;
}
.inner .box .text {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}


@media screen and (max-width:960px){
.sec01 .inner {
	width: 100%;
}
.box .photo {
	width: 100%;
	height: auto;
}
.box h3 {
	font-size: 17px;
	padding-top: 2%;
	padding-bottom: 2%;
}






}

@media screen and (max-width:640px){
.sec01 .inner .box {
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-right: 5%;
}
.box .photo img {
	width: 100%;
	height: auto;
}
.sec01 .inner .box:nth-of-type(2n) {
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-right: 5%;
}
.inner .box h3 {
    font-size: 5vmin;
}




}
