@charset "Shift-JIS";
/* CSS Document */

body{
	margin: 0;
	font-family:"ヒラギノ角ゴシック Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS PGothic", sans-serif;
	color:#333;
	-webkit-text-size-adjust:100%;
    background-color: #f5ebda;
}

.flex_box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content{
    width: 960px;
    margin:0 auto;
}
h1{
    margin: 30px 0;
    text-align: center;
}
h1 + p{
	width: 720px;
    margin: 0 auto 30px;
    font-size: 14px;
    line-height: 2;
}

.ttl{
    width: 630px;
    margin: 0 auto 40px;
    padding: 15px 0;
    justify-content: center;
    align-items: center;
    border-top: solid 1px #fc96a8;
    border-bottom: solid 1px #fc96a8;
}
.ttl img{
    width: 86px;
    margin-right: 10px;
}
.ttl p{
    width: auto;
    font-size: 14px;
    line-height: 1.35;
}
.ttl p a{
	display: inline-block;
	margin-top: 5px;
	padding: 3px 10px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background-color: #75C5B5;
	opacity: 1;
}
.ttl p a:hover{
	opacity: 0.7;
    -ms-filter: "alpha(opacity=70)";
}


.product{
    width: 100%;
    margin-bottom: 60px;
}
.product .result{
	min-height: 42px;
	margin-bottom: 20px;
	padding-left: 60px;
	position: relative;
}
.product .result img{
	width: 40px;
	position: absolute;
	left: 0;
	top: -9px;
}
.product .result p{
	padding: 15px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	color: #f9708a;
	background-color: #fff;
	border-radius: 4px;
}

.product .result h2{
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
}
.product h2 img{
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.product h2 span{
    padding-left: 20px;
    font-size: 12px;
    vertical-align: middle;
    font-weight: 500;
}
.product .flex_box{
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: flex-start;
}
.product .flex_box img{
    width: 260px;
    height: auto;
    margin: 0;
}
.product .flex_box .voice{
    width: 670px;
}

.product .flex_box .voice h3{
    margin-bottom: 10px;
    padding: 0 0 10px 20px;
    font-size: 14px;
    font-weight: 500;
    background: url("../img/icn_fuki.png") left top no-repeat;
    border-bottom: solid 1px #fc96a8;
}
.product .flex_box .voice ul{
    list-style: none;
}
.product .flex_box .voice ul li{
    margin: 0 0 5px 7px;
    padding: 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 4px;
    background-color: #fff;
    position:relative;
}
.product .flex_box .voice ul li::before{
    content: "";
    display: block;
    width: 14px;
    height: 15px;
    margin: auto;
    background: url("../img/icn_fuki02.png") left center no-repeat;
    position: absolute;
    left: -14px;
    top: 0;
    bottom: 0;
}

.product .spec table{
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
}
.product .spec table th,
.product .spec table td{
    padding: 10px 0;
    font-size: 13px;
    font-weight: 500;
    vertical-align: top;
    border-bottom: solid 1px #fc96a8;
}
.product .spec table th{
    width: 8em;
    text-align: left;
}
.product .spec table td{
	width: 32em;
}



.container .to_top{
	display:none;
	width:100%;
	position:fixed;
	bottom:75px;
	left:0;
}

.container .to_top .inner {
    width: 0;
    margin: 0 auto;
    position: relative;
}

.container .to_top .inner a {
    display: block;
    position: absolute;
    right: -489px;
}



