/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

a img:hover {
	opacity:0.5;
	transition:0.3s;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

.clearfix {
    zoom: 1; /* for IE5.5 - IE7 */
}
.clearfix:after { /* for modern browser */
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
img {
	vertical-align: top;
	border-style: none;
}


/* ここから共通レイアウト----------------------------------*/
#wrapper {
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	  -webkit-text-size-adjust: 100%;
}
.in_wrap {
	width: 1056px;
	margin: 0 auto;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
h3.sub {
	font-size: 22px;
	text-align: center;
	margin-top: 30px;
}
#page h1 {
	text-align: center;
	font-size: 34px;
	margin-top: 70px;
}
/* HEADER */
#header {
	background-color: #fff;
	height: auto;
	width: 100%;
}
.in_header {
	width: 100%;
	max-width: 1220px;
	margin:0 auto;
}
.in_header h1 {
	margin: 24px 10px 0 15px;
	float: left;
}
.in_header #navi {
    float: right;
    padding: 30px 0;
    display: flex;
    justify-content: flex-end;
}
.in_header #navi li {
font-weight: bold;
    font-size: 13px;
    margin:0 1.2vw;
}
.in_header #navi li.b_line a {
	border: 2px solid #969696;
	-webkit-border-radius: 23px;/* for Safari and Chrome */
	-moz-border-radius: 23px; /* for Firefox */
	-o-border-radius: 23px; /* for opera */
	border-radius: 23px;
	padding: 9px 24px 8px;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.in_header #navi li.popup a {	
	/*margin-right: -10px;FireFoxで崩れる*/
}
.in_header #navi li.popup a::after {
	margin-left:5px;
    content: "";
    display: inline-block;
    width: 10px;
    height:10px;
    background-image: url('../img/icon_pouup.png');
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}
.in_header #navi li.last a {	
	border: 2px solid #E60012;
	/*margin-right: -10px;FireFoxで崩れる*/
}
.in_header #navi li a {
	color: #000;
	text-decoration: none;
}
.in_header #navi li a:hover {
	text-decoration: underline;
}

.in_header #navi li.b_line a:hover {
	background-color: #e60012;
	border: 1px solid #e60012;
	color: #FFF !important;
	cursor: pointer;
	text-decoration: none;
}

#sub_navi {
clear: both;
	width: 100%;
	background-color: #f0f0f0;
}
#sub_navi ul {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}


.btn a {
	font-size:120%;
	color:#000;
	text-decoration: none;
	border: 2px solid #969696;
	-webkit-border-radius: 23px;/* for Safari and Chrome */
	-moz-border-radius: 23px; /* for Firefox */
	-o-border-radius: 23px; /* for opera */
	border-radius: 23px;
	padding: 9px 24px 8px;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.btn a:hover {
	background-color: #e60012;
	border: 1px solid #e60012;
	color: #FFF !important;
	cursor: pointer;
	text-decoration: none;
}



@media screen and (max-width:1220px){
#sub_navi ul {}
}
#sub_navi ul li {
	font-size: 13px;
	margin: 0 1.2vw;
	padding: 20px 0 18px;
}
#sub_navi ul li a {
	color: #000;
	text-decoration: none;
}
#sub_navi ul li a:hover {
	text-decoration: underline;
}



#page_nav {
	display: block;
	margin: 80px auto 0;
	width: 940px;
}
#page_nav .left_nav {
	width: 33.333%;
	text-align: left;
	float: left;
	font-size: 20px;
}
#page_nav .right_nav {
	width: 33.333%;
	text-align: right;
	float: right;
	font-size: 20px;
}
#page_nav .center_nav {
	width: 33.333%;
	text-align: center;
	float: left;
	font-size: 20px;
}

/* ID CONTENTS */
#contents {
	padding-top: 0;
}
p.pankuzu {
	max-width: 1200px;
	margin: 20px auto;
	padding:0 20px;
	font-size: 12px;
	color: #999;
}
p.pankuzu a {
	color: #333;
	text-decoration: none;
}
p.pankuzu a:hover {
	text-decoration: underline;
}

/* BLOG エリア ----------------------*/
#blog_area {
	margin-top: 80px;
	padding: 60px 0;
	background-color: #f0f0f0;
}
#blog_area h2 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#blog_area p.under_title {
	font-size: 14px;
	text-align: center;
	margin-top: 25px;
}
#blog_area ul {
	width: 940px;
	margin: 60px auto 0;
	list-style: none;
}
#blog_area ul li {
	float: left;
	width: 280px;
	margin-right: 50px;
	background-color: #FFF;
	padding-bottom: 20px;
}
#blog_area ul li:nth-child(3) {
	margin-right: 0;
}
#blog_area ul li h3 {
	width: 240px;
	margin:0 auto;
	padding: 8px 0 0;
	font-size: 14px;
	text-align: left;
	line-height: 180%;
	font-weight: normal;
}
#blog_area ul li p.date {
	font-family: nimbus-sans-condensed, sans-serif;
	font-weight: 700;
	font-size: 12px;
	margin-left: 20px;
	padding-top: 20px;
}
#blog_area ul li em {
	width: 80px;
	display: block;
	float:left;
	margin-right: 20px;
	margin-top: 15px;
}
#blog_area ul li a {
	text-decoration: none;
	color:#000;
}
#blog_area ul li a:hover {
	 filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#blog_area ul li img {
	width: 100%;
	height: auto;
}

/* カタログ請求 */
#catalog {
	margin: 100px auto 0;
	width: 718px;
	border: 1px solid #c8c8c8;
	padding: 50px 100px 38px 120px;
}
.btn_detail2 a {
	font-size: 13px;
	line-height:45px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #e60012;
	-webkit-border-radius: 23px;/* for Safari and Chrome */
	-moz-border-radius: 23px; /* for Firefox */
	-o-border-radius: 23px; /* for opera */
	border-radius: 23px;
	width: 250px;
	margin: 25px auto 0;
	display: block;
	color: #e60012;
	text-decoration: none;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.btn_detail2 a:hover {
	background-color: #e60012;
	color: #FFF;
	border: 1px solid #e60012;
}
#catalog img {
	width: 309px;
	float: left;
	display: block;
	margin-right: 140px;
}
#catalog .right {
	width: 269px;
	display: block;
	float: left;
}
#catalog .right h2 {
	margin-top: 15px;
	font-size: 18px;
	line-height: 170%;
	background-color: #FFF !important;
	padding: 0 !important;
}
#catalog .right p {
	font-size: 13px;
	line-height: 180%;
	margin-top: 10px;
}

/* ID FOOTER -------------------*/
footer{
clear:both;
}
footer .bnrs ul{
margin:60px auto;
text-align: center;
display:flex;
justify-content: center;
}
footer .bnrs ul li{
margin:0 10px;
list-style: none;
}
footer .bnrs ul li img{
width:440px;
}

#footer_top {
	width: 100%;
	background-image: url(../img/footer_bk.gif);
	background-position: center top;
	background-repeat: repeat-y;
	padding: 28px 0;
}
#footer_top ul {
	width: 950px;
	margin: 0 auto;
	list-style: none;
}
#footer_top ul li {
	width: 445px;
	margin-right: 60px;
	padding: 28px 0;
	text-align: center;
	background-color: #FFF;
	float: left;
}
#footer_top ul li.last {
	margin-right: 0;
}
#footer_top ul li em {
	font-weight: bold;
	display: block;
	font-style: normal;
	font-size: 19px;
}
#footer_top ul li p {
	font-size: 14px;
}
#footer_top ul li a {
	text-decoration: none;
	color: #333;
}
#footer_top ul li.last:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	background-color: #fff;
	cursor: pointer;
}


#footer_bottom {
	padding: 60px 0;
    border-top: 1px solid #ccc;
}
#footer_bottom .left {
	width: 360px;
	float: left;
	display: block;
}
#footer_bottom .left h2 {
	font-size: 14px;
	line-height: 180%;
	margin-left: 18px;
}
#footer_bottom .left p.logo {
	margin: 20px 0 0 18px;
}
#footer_bottom .right {
	width: 696px;
	float: left;
	display: block;
}
#footer_bottom .right ul {
	list-style: none;
	float: left;
	margin-left: 60px;
}
#footer_bottom .right ul li {
	font-size: 11px;
	margin-bottom: 12px;
}
#footer_bottom .right ul li a {
	color: #000;
	text-decoration: none;
}
#footer_bottom .right ul li a:hover {
	text-decoration: underline;
}
p.copyright {
	padding: 12px 0 22px;
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #f0f0f0;
}

/* スペース --------------------------*/

.mt120 {margin-top: 120px !important;}
.mt80 {	margin-top: 80px !important;}
.mt70 {	margin-top: 70px !important;}
.mt60 {	margin-top: 60px !important;}
.mt40 {	margin-top: 40px !important;}
.mt20 {	margin-top: 20px !important;}
.mt15 {	margin-top: 15px;}
.mt12 {	margin-top: 12px;}
.mt10 {	margin-top: 10px;}
.mt0 {	margin-top:0 !important;}
.pb100 {
	padding-bottom: 100px;
}
.navigation {
	display: block;
	font-size: 12px;
}
.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;
}
.navigation a {
	color: #222;
	text-decoration: none;
}
.navigation a:hover {
	text-decoration: underline;
}
p.aligncenter {
	font-size: 13px;
	text-align: center;
}
.pagetop {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	opacity: 0.8;
}


/* -------------- ///////////////////////// SPレイアウト ///////////////////////////// -----------------------*/
@media screen and (max-width:678px){

img {
	max-width: 100%;
	height: auto;
}

/* ここから共通レイアウト----------------------------------*/
#wrapper {
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
}
.in_wrap {
	width: 86%;
	margin: 0 auto;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
h3.sub {
	font-size: 16px;
	margin-top: 25px;
	text-align: left;
	line-height: 160%;
}
#page h1 {
	text-align: center;
	font-size: 20px;
	margin: 50px auto 0;
	width: 88%;
	line-height: 160%;
}

/* ----------------HEADER------------------------- */
#header {
	background-color: #fff;
	height: auto;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	z-index:99999;
	padding-bottom: 20px;
}
em.sp {
	width: 36px;
	height: 36px;
	position:absolute;
	top: 8px;
	right: 1.5%;
	display: block;
	z-index: 99999;
	cursor: pointer;
}
.in_header {
	width: 100%;
	margin:0 auto;
}
.in_header h1 {
	width: 70%;
	height: auto;
	margin: 15px 30px 0 15px;
	float: none;
}

.in_header #navi {
	width: 116%;
	float: none;
	padding:12% 0 0;
	list-style: none;
	display: none;
	z-index: 99999;
	margin-left: -8%;
}
.in_header #navi li {
	text-align: center;
	float: none;
	margin-right: 0;
	font-weight: bold;
	line-height: 36px;
	border-bottom: 1px solid #c0c0c0;
	font-size:120%;
	padding:10px 0 ;
}
.in_header #navi li.spb {
	border-top: 1px solid #c0c0c0;
}
.in_header #navi li.b_line a {
	width: 86%;
	margin: 10px auto 0;
	border: none;
	padding: 0 ;
}
.in_header #navi li.last {
	margin-right: auto;
}
.in_header #navi li.b_line a:hover {
	background-color: #FFF;
	color:#000 !important;
	border: none;
	text-decoration: underline;
}
#sub_navi {
	width: 100%;
	height: auto;
	background-color: #f0f0f0;
	display: none;
	z-index: 99999;
	padding: 5px 0 150px;
}
#sub_navi ul {
        display: block;
        text-align: center;
        width: 100%;
}
#sub_navi ul li {
font-size: 14px;
        display: block;
        border-bottom: 1px solid #ccc;
        width: 47%;
        float: left;
}

/* ID CONTENTS */
#contents {
	padding-top: 60px;
}

/* -----------------BLOG エリア ----------------------*/
#blog_area {
	margin-top: 50px;
	padding: 40px 0 30px;
	background-color: #f0f0f0;
}
#blog_area h2 {
	width: 86%;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#blog_area p.under_title {
	font-size: 13px;
	text-align: center;
	width: 86%;
	margin: 20px auto 0;
	line-height: 180%;
}
#blog_area ul {
	width: 86%;
	margin: 30px auto 0;
	list-style: none;
}
#blog_area ul li {
	float: none;
	width: 100%;
	margin-right: 0px;
	background-color: #FFF;
	padding-bottom: 25px;
}
#blog_area ul li:nth-child(3) {
	margin-right: 0;
}
#blog_area ul li h3 {
	width: 86%;
	margin:0 auto;
	padding: 22px 0;
	border-bottom: 1px dotted #F0F0F0;
	font-size: 14px;
	text-align: left;
	line-height: 180%;
	font-weight: normal;
}
#blog_area ul li p.date {
	font-family: nimbus-sans-condensed, sans-serif;
	font-weight: 700;
	font-size: 12px;
	float: left;
	width: 30%;
	margin-left: 7%;
	padding-top:15px;
}
#blog_area ul li em {
	width: 25%;
	display: block;
	float:right;
	margin-right: 7%;
	margin-top: 10px;
}


/* ID FOOTER -------------------*/
footer{
clear:both;
}
footer .bnrs ul{
margin:60px auto 20px;
display: block;
}
footer .bnrs ul li{
margin:0 20px 20px;
list-style: none;
}
footer .bnrs ul li img{
width:100%;
}


#footer_top {
	width: 100%;
	background-image: url(../img/sp/footer_bk_sp.gif);
	background-position: left center;
	background-repeat: repeat-x;
	padding: 0;
	margin-top: 30px;
}
#footer_top ul {
	width: 86%;
	margin: 0 auto;
	list-style: none;
}
#footer_top ul li {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	background-color:rgba(255,255,255,0);
	float: none;
}
#footer_top ul li div {
	padding:15px 0;
	display: block;
	background-color:#FFF;
	}

#footer_top ul li.last {
	margin-right: 0;
}
#footer_top ul li em {
	font-weight: bold;
	display: block;
	font-style: normal;
	font-size: 16px;
}
#footer_top ul li em img {
	width: 70%;
	margin: 0 auto;
}
#footer_top ul li p {
	font-size: 12px;
}

#footer_bottom {
	padding: 40px 0 40px;
}
#footer_bottom .left {
	width: 100%;
	float: none;
	display: block;
}
#footer_bottom .left h2 {
	font-size: 14px;
	line-height: 170%;
	margin-left: 0;
	text-align:center;
}
#footer_bottom .left p.logo {
	margin: 20px auto 0;
	text-align:center;
	width: 70%;
}
#footer_bottom .right {
	display: none;
	width: 100%;
	float: none;
	margin-top:30px;
}
#footer_bottom .right ul {
	list-style: none;
	float: none;
	margin-left: 70px;
}
#footer_bottom .right ul li {
	font-size: 11px;
	margin-bottom: 12px;
}
p.copyright {
	padding: 12px 0 22px;
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #f0f0f0;
}

/* --------------カタログ請求---------------- */
#catalog {
	margin: 50px auto 0;
	width: 74%;
	border: 1px solid #c8c8c8;
	padding: 30px 6%;
}
.btn_detail2 a {
	font-size: 12px;
	line-height:38px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #e60012;
	-webkit-border-radius: 20px;/* for Safari and Chrome */
	-moz-border-radius: 20px; /* for Firefox */
	-o-border-radius: 20px; /* for opera */
	border-radius: 20px;
	width: 100%;
	margin: 25px auto 0;
	display: block;
	color: #e60012;
	text-decoration: none;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.btn_detail2 a:hover {
	background-color: #e60012;
	color: #FFF;
	border: 1px solid #e60012;
}
#catalog img {
	width: 100%;
	float: none;
	display: block;
	margin-right: 0;
}
#catalog .right {
	width:100%;
	display: block;
	float: none;
}
#catalog .right h2 {
	margin-top: 15px;
	font-size: 15px;
	line-height: 160%;
}
#catalog .right p {
	font-size: 13px;
	line-height: 180%;
	margin-top: 10px;
}

.pb100 {
	padding-bottom: 50px;
}
p.pankuzu {
	display: none;
}

.mt70 {
	margin-top: 40px !important;
}

}

/*YouTube banner*/
.js-modal-video {
cursor: pointer;
}
.js-modal-video:hover {
opacity: .5;
}
.modal-video-close-btn {
cursor: pointer;
}

/* Font-awesome */
.fa-angle-right {
margin-left: .5em;
}

