@charset "utf-8";
/* CSS Document */

.pgTtl{
	margin-bottom: 0;
}

.pgTtlIn {
    background-image: url(../strength/img/pgttl.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.ancWp{
	width: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c3b44e+0,ffffff+50,aa9b34+100 */
background: rgba(195,180,78,0.2); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(195,180,78,0.2) 0%, rgba(255,255,255,0.2) 50%, rgba(170,155,52,0.2) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(195,180,78,0.2) 0%,rgba(255,255,255,0.2) 50%,rgba(170,155,52,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(195,180,78,0.2) 0%,rgba(255,255,255,0.2) 50%,rgba(170,155,52,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(195,180,78,0.2)', endColorstr='rgba(170,155,52,0.2)',GradientType=0 ); 
	/* IE6-9 */
	padding: 60px 0;
	margin-bottom: 4em;

}

.anc {
    width: 1160px;
    margin: 0 auto;
    list-style: none;
	display: flex;
    justify-content: space-between;		
}

.anc li{
	width: 30%;
}

.anc li a{
	background:#ffffff url(../strength/img/bg_arr.png) 96% 96% no-repeat;
	display: block;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
	padding: 1.5em;
	text-align: center;
	color: #000;
	text-decoration: none;
	min-height: 300px;
	transition: 0.5s;
}

.anc li dl{
	
}

.anc li dt{
	font-family: Vijaya;
	font-size: 240%;
	margin-bottom: 0.5em;
	
}

.anc li dt b{
	font-size: 150%;
}

.anc li dt i{
	display: block;
	color: #998507;
	font-size: 150%;
	margin: 0.3em 0;
}

.anc li dt span{

	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	color: #998507;
	font-style: italic;
}

.anc li dd{
	text-align: left;
	line-height: 1.8;	
}

.anc li a:hover{
    -webkit-transform: scale(1.08,1.08);
    -moz-transform: scale(1.08,1.08);
    -o-transform: scale(1.08,1.08);
    -ms-transform: scale(1.08,1.08);
    transform: scale(1.08,1.08);
}

@media screen and (max-width:767px){
	
.ancWp {
    padding: 30px 0;
    margin-bottom: 2em;
}	
	
.anc {
    width: 90%;
	margin: 0 5%;
	display: block;
}	
	
.anc li{
	width: 100%;
	margin-bottom: 1.5em;
}
	
	.anc li a{
		min-height:inherit;
		padding: 0.5em 1.5em 1.5em;
		background-position: 96% 90%;
		background-size: 30px;
	}
	
.anc li dt {
    font-size: 140%;
	text-align: left;
	margin-bottom: 0;
	border-bottom: #998507 solid 1px;
	margin-bottom: 0.5em;
}
	
.anc li dt i {
	display: inline-block;
	margin-left: 0.4em;
}
	
	.anc li dd{
		font-size: 90%;
	}	
	
}

/*secStr*/

.secStr .inner{
    width: 1160px;
    margin: 0 auto 60px;	
}

.stWp{

	background-position: 100px 0;
	background-repeat: no-repeat;
	padding: 46px 0;
	width: 40%;
}

#find .stWp{
	background-image: url(../strength/img/strength_stbg1.png);		
}
#delivery .stWp{
	background-image: url(../strength/img/strength_stbg2.png);		
}

#carefully .stWp{
	background-image: url(../strength/img/strength_stbg3.png);		
}


.stS{
font-family: Vijaya;
    font-size: 240%;
    margin-bottom: 1em;
	font-weight: normal;
	border-bottom: #BAA30B solid 8px;
	display: inline-block;
	padding-right: 1.5em;
}

.stS b{
	font-size: 150%;
}

.sstS{
	font-family: serif;
	font-size: 180%;
	line-height: 1.8;
	font-weight: normal;
	
}

#find .strWp{
	background: url(../strength/img/strength1_p.jpg) right bottom no-repeat;
	height: 800px;
	margin-bottom: 60px;
	
}

/*delivery*/



.secStr#delivery{	
	background: url(../strength/img/strength2_bg.jpg) center top no-repeat;
	background-size: cover;	
	padding: 60px 0;
}

#delivery .stWp{
	display: inline-block;
}


.imgRight{
	display: inline-block;
	margin-left: 20%;

}


/*carefully*/

#carefully .strWp {
    background:url(../strength/img/strength3.jpg) right bottom no-repeat;
	padding-top: 60px;
	padding-bottom: 750px;

}


@media screen and (max-width:767px){
	
.stS {
    margin-bottom: 0.5em;
    border-bottom: #BAA30B solid 4px;
    padding-right: 2.5em;
}
	
.sstS {
    font-size: 140%;
}	
	
.secStr .inner {
width: 100%;
    margin: 0 0 30px;
}	
	
.stWp {
    width: 90%;
	background-size: 30%;
	margin: 0 5%;
	padding: 20px 0;
}
	
	
#find .strWp {
    background-image: none;
    height: auto;
    margin-bottom: 0;
}
	
	#find .strWp + div{
		margin-bottom: 30px;
	}	
	
	.secStr .inner img{
		width: 90%;
		margin: 0 5%;
		height: auto;
	}
	
.secStr .inner img.imgRight {
	width: 60%;
	margin: 0 20%;
}
	
.secStr#delivery {
    padding: 30px 0;
}
	
#carefully .strWp {

background-size: contain;
	padding-bottom: 75vw;	
}	
	
}
