
body {
	margin: 0;
	padding: 0;
	color: #000000;
}

body img {
	border: 0;
	vertical-align: bottom;/*]폜*/
}


.st_wrapper a { text-decoration: none;}

.st_wrapper {
	text-align: center;
	width: 100%;
	margin: 0 auto;
    padding: 0;
	letter-spacing: 0.045em;
	font-family: "yu-gothic-pr6n","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
}

.wrap_content {
	width: 100%;
	/*max-width: 1200px;*/
	padding: 0;
	margin: 0 auto;	
	text-align: center;
}

.st_wrapper h1 {
    font-family: "Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	font-size: 58px;
	font-weight: 300;
	line-height: 1.0em;
	margin:1% auto 6%;
	text-align: center;
	color: #000;
}

.st_wrapper h1 small {
    font-size: 70%;
    padding-right: 10px;
}

.st_wrapper h1 strong {
    font-size: 130%;
    font-weight: 300;
    padding-right: 5px;
}

.sub {
    font-size: 25px;
    font-weight: 500;
    font-family: "yu-gothic-pr6n", sans-serif;
    margin: 5% auto 1%;
    line-height: 1.5em;
}

.st_wrapper h2 {
    font-weight: 400;
	font-size: 26px;
	line-height: 1.5em;
	margin: 6% auto 3%;
	text-align: center;
	color: #000;
}

.st_wrapper h3 {
	font-size: 20px;
	margin: 2% auto 8%;
	color: #000;
	text-align: center;
}

.st_wrapper h4 {
	font-size: 18px;
	margin: 0 auto 2%;
	color: #003c91;
	text-align: center;
}

.st_wrapper p{
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6em;
    margin: 2% auto;
}

.bdr {
    padding-bottom: 4px; 
    border-bottom:  solid 2px #000;
}

.Lead {
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 2.3em;
    margin: 1% auto;
}

.w_80 {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.bkgry {
    background-color: #D2D4DD;
    padding: 2% 0 4%;
}

.item_box {
    width: 96%;
    max-width: 900px;
    margin: 0 auto;
}

.item_box .thumb {
    width: 32.3%;
    margin: 2% .5%;
    float: left;
}

.style_box {
    width: 100%;
    max-width: 1100px;
    margin: 4% auto;
}

.thumb {
    width: 31.3%;
    margin: 2% 0 6%;
    float: left;
    position: relative;
}

.thumb img {
    width: 100%;
    margin: 0;
}

.style_box .thumb:nth-child(4){
    clear: both;
}

.item_name {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 1% auto;
    text-align: center;
}



.styleno {
    width: 25%;
    position: absolute;
    top: -2%;
    right: 3%;
}

.styleno span {
    font-size: 40%;
}

.red {
    color: red;
}

.item {
    font-family: "Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-size: 12px;
    text-align: center;
    line-height: 1.8em;
    margin: 3% auto;
    /*min-height: 90px;*/
}

.sp {
	display: none;
}

.pc {
	text-align: center;
}

.clear {
    clear: both;
}


/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 20px;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	margin: 2% auto;
	font-weight: 100;
	outline: none;
	position: relative;
	text-align: center;
}


/* Button 1 */
.btn-1 {
	margin: 3% auto;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 600;
	color: #fff;
    transition: .2s;
    padding: 10px 15px;
    background-color: #000;
}

.btn-1:hover {
  letter-spacing: 0.15em;
}
 

.btn-2 {
	width: 600px;
	margin: 5% auto 8%;
    padding: 10px;
	background-color: #FFFFFF;
	border: solid 2px #000;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}

@media only screen and (max-width:750px){
	
	.st_wrapper {
		width: 100%;
	}
	
    .wrap_content {
        width: 100%;
    }
    
	.st_wrapper p {
		font-size: 11px;
        line-height: 1.3em;
	}
	
	.st_wrapper h1 {
		font-size: 33px;
        margin: 1% auto 8%;
	}
    
    .sub {
        font-size: 16px;
    }
	
	.st_wrapper h2 {
		font-size: 17px;
        margin: 10% auto 8%;
	}
	
	.st_wrapper h3 {
		font-size: 18px;
	}
    
	.Lead {
		font-size: 13px;
		line-height: 1.7em;
        margin: 2% auto;
	}
    
    .bdr {
        border-bottom: solid 1px #000;        
    }
    
    .item_box {
        width: 98%;
        flex-wrap: nowrap;
    }
    
    
    .item_name {
        font-size: 10px;
        line-height: 1.5em;
        margin: 1% auto 3%;
    }
    
    
    .style_box {
        width: 100%;
        flex-wrap: wrap;
    }
    
    .thumb {
        width: 46%;
        margin: 2% 2% 10%;
    }
    
    .style_box .thumb:nth-child(4){
        clear:none;
    }
    
    .style_box .thumb:nth-child(odd){
        clear: both;
    }
    
    .item {
        font-size: 11px;
        line-height: 1.6em;
        text-align: left;
        height: 75px;
    }
    
    .item br {
        display:none;
    }
    
    
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	.br_pc{
		display: none;
	}

	.br_sp{
		display: block;
	}			
	
	/* Button 1 */
	.btn-1 {
		font-size: 11px;
        padding: 5px 10px;
	}
	
	.btn-2 {
		width: 65%;
		margin: 8% auto;
		padding: 3%;
		font-size: 11px;
		position: relative;
        border: solid 1px #000;
	}	
}

