@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
	line-height: 1.5;
	box-sizing: border-box;	
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic' ;
	color:#333;
	word-break: break-all;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img{
	max-width:100%;
}
header{
	position: relative;
	padding-top: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 74.62%,rgba(247,247,247,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 74.62%,rgba(247,247,247,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 74.62%,rgba(247,247,247,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 74.62%,rgba(247,247,247,1.00) 100%);
}
section .container{
	background-color:#fff;
	
}
.is_pc{
		display:block;
	}
	.is_sp{
		display:none;
	}

.left_box{
	float:left
}
.right_box{
	float:right
}
article{
	margin-top:20px;
	margin-bottom:20px;
}
#navibar{
	height: 50px;
	line-height: 50px;
	background-image: -webkit-linear-gradient(270deg,rgba(211,15,19,1.00) 0%,rgba(140,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(211,15,19,1.00) 0%,rgba(140,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(211,15,19,1.00) 0%,rgba(140,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(211,15,19,1.00) 0%,rgba(140,0,0,1.00) 100%);
	padding: 0px;
	margin: 0px;
	background-color: #C8432B;
}
#navibar .container{
	
	
	height: 50px;
}
#navibar a{
	color: #FFFFFF;
	width: 19.9%;
	display: block;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}
.side_title{
	font-size: 1.2em;
	border-top: 4px solid #E03535;
	border-right: thin solid #BCBCBC;
	border-left: thin solid #BCBCBC;
	border-bottom: thin solid #BCBCBC;
	font-weight: bold;
	text-align: center;
	line-height: 1.8em;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(245,245,245,1.00) 54.92%,rgba(240,240,240,1.00) 91.71%,rgba(212,212,212,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(245,245,245,1.00) 54.92%,rgba(240,240,240,1.00) 91.71%,rgba(212,212,212,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(245,245,245,1.00) 54.92%,rgba(240,240,240,1.00) 91.71%,rgba(212,212,212,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(245,245,245,1.00) 54.92%,rgba(240,240,240,1.00) 91.71%,rgba(212,212,212,1.00) 100%);
}
h2,h3{
	font-size: 1.4em;
	border-top: 4px solid #E03535;
	border-right: thin solid #BCBCBC;
	border-left: thin solid #BCBCBC;
	border-bottom: thin solid #BCBCBC;
	font-weight: bold;
	text-align: left;
	padding-left:20px;
	line-height: 2.2em;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(245,245,245,1.00) 54.92%,rgba(240,240,240,1.00) 91.71%,rgba(212,212,212,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(245,245,245,1.00) 54.92%,rgba(240,240,240,1.00) 91.71%,rgba(212,212,212,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(245,245,245,1.00) 54.92%,rgba(240,240,240,1.00) 91.71%,rgba(212,212,212,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(245,245,245,1.00) 54.92%,rgba(240,240,240,1.00) 91.71%,rgba(212,212,212,1.00) 100%);
}
footer{
	height: 50px;
	line-height: 50px;
	background-image: -webkit-linear-gradient(270deg,rgba(211,15,19,1.00) 0%,rgba(140,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(211,15,19,1.00) 0%,rgba(140,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(211,15,19,1.00) 0%,rgba(140,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(211,15,19,1.00) 0%,rgba(140,0,0,1.00) 100%);
	padding: 0px;
	margin: 0px;
	background-color: #C8432B;
	color:#fff;
	text-align:center;
}

.pro_title{
	border: thin solid #E3E3E3;
	font-size: 1.2rem;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(245,245,245,1.00) 54.92%,rgba(240,240,240,1.00) 91.71%,rgba(212,212,212,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(245,245,245,1.00) 54.92%,rgba(240,240,240,1.00) 91.71%,rgba(212,212,212,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(245,245,245,1.00) 54.92%,rgba(240,240,240,1.00) 91.71%,rgba(212,212,212,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(245,245,245,1.00) 54.92%,rgba(240,240,240,1.00) 91.71%,rgba(212,212,212,1.00) 100%);
	line-height: 1.8rem;
}
.pro_title span{
	margin-left: 0px;
	margin-right:20px;
	width: 30%;
	display: inline-block;
	text-align: center;
	background-color: #D55D35;
	color: #FFFFFF;
	border-radius: 4px;
	padding-top: 2px;
}
.label_k{
	background-color: #D55D35;
	color: #FFFFFF;
	display: inline-block;
	padding:5px;
	margin-right:15px;
}
.kakaku{
	font-size:1.5rem;
	font-weight:bold;
	line-height:2rem;
}
.txt_s{
	font-size:0.8rem;
}
.point{
	list-style-type: disc;
	margin-top:0.5rem;
	word-break: break-all;
}
.point li{
	margin-left:15px;
}
.spec{
	margin-top:0.5rem;
	margin-bottom:0.5rem;
	font-weight:bold;
}
.tbl1{
	width:100%;
	
}
.tbl1 th,.tbl1 td{
	padding:5px;
	border:1px solid #cccccc;
}
.tbl1 th{
    background-color: #F4F4F4;
}
#merit h4{
	font-size:1.2em;
	padding:5px;
	background-color: #FFEEEE;
	
}
#merit p{
	line-height:2em;
}
@media screen and (max-width:780px){
	section .container{
	width:100%;
	
}
	.is_pc{
		display:none;
	}
	.is_sp{
		display:block;
	}
	#navibar a {
    
    display: block;
    float: left;
    text-align: center;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}
	footer{
		font-size:12px;
	}
	#contwrap{
		width:100%;
		overflow: hidden;
	}
}