@charset "UTF-8";

a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt,
em, embed,
fieldset, figcaption, figure, font, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd,
keygen,
label, legend, li,
meter,
nav,
object, ol, output,
p, pre, progress,
q,
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul,
var{
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
	list-style:none;
	line-height:1.5em;
	}.w20per .inner .scroll {
}
.section .inner .scroll {
}

html {
	overflow-y: scroll;
}
img {
	border: 0;
}
header, footer, nav, section, article, aside {
display:block;
}

body{
	min-width:100%;
	color: #333333;
	font-size:1.0em;
	text-align: left;
	line-height: 1.6em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
}
@media only screen and (max-width: 768px) {
body{
	min-width:100%;
}
}
.pc-only{
	display:block;
}
.sp-only{
	display:none;
}
@media only screen and (max-width: 768px) {
.pc-only{
	display:none;
}
.sp-only{
	display:block;
}
}


/*-----------------------------------------------------------
	テーブルスタイル
-----------------------------------------------------------*/
.tableStyle{
	width: 100%;
	border-collapse: collapse;
    border-spacing:0;
	border:solid 1px #ccc;
	margin-top: 20px;
}
@media only screen and (max-width: 765px) {
.tableStyle{
	border-top:0;
	font-size:12px;
}
}
.tableStyle th,
.tableStyle td{
	border:solid 1px #ccc;
	text-align: left;
	padding:0.8em 2.0em;
	vertical-align:middle;
}
@media only screen and (max-width: 765px) {
.tableStyle th,
.tableStyle td{
	border-left:0;
	border-right:0;
	border-bottom:0;
	box-sizing: border-box;
	width:100%;
	display:block;
}
}
.tableStyle th{
	text-align: left;
	background-color:#f5f6f7;
	width:240px;
}
@media only screen and (max-width: 765px) {
.tableStyle th{
	width:100%;
}
}




.tableStyle2{
	width: 100%;
	border-collapse: collapse;
    border-spacing:0;
	border:solid 1px #999;
	margin-top: 20px;
}
@media only screen and (max-width: 768px) {
.tableStyle2{
	border-top:0;
	font-size:12px;
}
}
.tableStyle2 th,
.tableStyle2 td{
	border:solid 1px #ccc;
	text-align: left;
	padding:0.8em 2.0em;
	vertical-align:middle;
}
.tableStyle2 th{
	text-align: left;
	background-color:#f5f6f7;
}



/*--フォーム--*/
.formTableStyle input[type=text]{
	box-sizing: border-box;
    display: inline-block;
    width: 99%;
    padding: 5px 10px;
    border: none;
    background-color: #ECECEC;
}
.formTableStyle input[type=text].label{
	width:calc(99% - 12.0em);
}
.formTableStyle textarea{
	width:100%;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
  -moz-appearance:textfield;
}

/*-----------------------------------------------------------
	ボタンスタイル
-----------------------------------------------------------*/
.btnStyle{
	-webkit-appearance: none;
    display: block;
    background-color: #0072B9;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left 20px center;
    font-weight:bold;
	font-size:16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    line-height: 3.5em;
    width: 280px;
	color:#fff;
	border:none;
	cursor:pointer;
	margin:30px auto 60px;
}
@media only screen and (max-width: 768px) {
.btnStyle{
    width: 80%;
    padding: 0 10%;
	text-align: center;
}
}
.btnStyle:hover{
    background-color:#09F;
}



/*-----------------------------------------------------------
	ページTOPボタン
-----------------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index:9999;
	width:80px;
	height:80px;
}
#pageTop img{
	width:100%;
	height:auto;
}
@media only screen and (max-width: 768px) {
#pageTop {
	bottom:25px;
	right:15px;
	width:42px;
	height:42px;
}

}

/*-----------------------------------------------------------
		横並びの要素の高さを揃える
-----------------------------------------------------------*/
.flexbox{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
/*-----------------------------------------------------------
		common
-----------------------------------------------------------*/
/*-- unindent --*/
.un-ind01{
	text-indent:-1.0em;
	padding-left:1.0em;
	display:block;
}
.un-ind02{
	text-indent:-2.0em;
	padding-left:2.0em;
	display:block;
}
.un-ind03{
	text-indent:-3.0em;
	padding-left:3.0em;
	display:block;
}
.un-ind04{
	text-indent:-4.0em;
	padding-left:4.0em;
	display:block;
}
.un-ind05{
	text-indent:-5.0em;
	padding-left:5.0em;
	display:block;
}
.un-ind06{
	text-indent:-6.0em;
	padding-left:6.0em;
	display:block;
}
.un-ind07{
	text-indent:-7.0em;
	padding-left:7.0em;
	display:block;
}
/*-- text-align --*/
.txt-left { text-align: left   !important; }
.txt-right { text-align: right  !important; }
.txt-center { text-align: center !important; }

/*-- float --*/
.right { float: right !important; }
.left { float: left  !important; }
.clear { clear: both !important; }

/*-- font-size --*/
.fs08em { font-size: 0.8em !important; }
.fs10em { font-size: 1.0em !important; }
.fs15em { font-size: 1.5em !important; }
.fs20em { font-size: 2.0em !important; }
.fs25em { font-size: 2.5em !important; }
.fs30em { font-size: 3.0em !important; }
.fs35em { font-size: 3.5em !important; }
.fs40em { font-size: 4.0em !important; }
.fs45em { font-size: 4.5em !important; }
.fs50em { font-size: 5.0em !important; }

/*-- letter-spacing --*/
.ls00em{ letter-spacing:0.0em !important; }
.ls01em{ letter-spacing:0.1em !important; }
.ls02em{ letter-spacing:0.2em !important; }
.ls03em{ letter-spacing:0.3em !important; }
.ls04em{ letter-spacing:0.4em !important; }
.ls05em{ letter-spacing:0.5em !important; }
.ls06em{ letter-spacing:0.6em !important; }
.ls07em{ letter-spacing:0.7em !important; }
.ls08em{ letter-spacing:0.8em !important; }
.ls09em{ letter-spacing:0.9em !important; }
.ls10em{ letter-spacing:1.0em !important; }

/*-- margin-top --*/
.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }
.mt90 { margin-top: 90px !important; }
.mt100 { margin-top: 100px !important; }


/*-- margin-right --*/
.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
.mr60 { margin-right: 60px !important; }
.mr70 { margin-right: 70px !important; }


 /*-- margin-bottom --*/
.mb00 { margin-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }


 /*-- margin-left --*/
.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }

/*-- padding-top --*/
.pt00 { padding-top:  0px !important; }
.pt05 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }

/*-- padding-right --*/
.pr00 { padding-right:  0px !important; }
.pr05 { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }

/*-- padding-bottom --*/
.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }

/*-- padding-left --*/
.pl00 { padding-left:  0px !important; }
.pl05 { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }

/* CSS Document */

/*-----------------------------------------------------------
		ヘッダー
-----------------------------------------------------------*/
#header{
	width:100%;
	position:fixed;
	left:0;
	top:0;
	background-color: rgba(255,255,255,0.95);
	z-index:9998;
	box-shadow:0px 0px 4px 1px rgba(0,0,0,0.2);
}
/*@media only screen and (max-width: 1080px) {
#header{
	width:1080px;
}
}*/
@media only screen and (max-width: 768px) {
#header{
	height:50px;
}
}
/*-- ロゴ --*/
#header-logo{
	float:left;
	width:140px;
	height:47px;
	margin-top:0;
	margin-left:26px;
	margin-right:24px;
}
@media only screen and (max-width: 768px) {
#header-logo{
	margin-left:12px;
}
}
/*-- アイコン --*/
#header-icon{
	/* position:fixed; */
	float:right;
	top:0;
	right:0;
}
@media only screen and (max-width: 768px) {
#header-icon{
	right:51px;
	position:fixed;
}
}
@media only screen and (max-width: 480px) {
#header-icon{
	/*display:none;*/
	display:block;
	width: 50px;
}
}
#header-icon ul{
	float:left;
	margin-right:10px;
}
#header-icon li{
	float:left;
}
#header-icon li a{
	display:block;
	width:40px;
	height:50px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 24px 24px;
}
#header-icon li.twitter a{
	background-image:url(../img/common/tw.png);
}
#header-icon li.youtube a{
	background-image:url(../img/common/yt.png);
}
#header-icon li.facebook a{
	background-image:url(../img/common/fb.png);
}
.shopping-icon {
	float:left;
}
.shopping-icon a{
	display:block;
	height:50px;
	line-height:50px;
	background-color: #1e2875;
	color:#fff;
	padding:0 20px;
	padding-left:64px;
	background-image:url(../img/common/shopping-icon.png);
	background-repeat:no-repeat;
	background-position:left 20px center;
	background-size: 24px 24px;
}
/*@media only screen and (max-width: 768px) {
.shopping-icon a{
	width:50px;
	margin-right:1px;
	padding:0;
	padding-left:0;
	background-position:center center;
	text-indent:-9999px;
}
}*/

.shopping-icon {
	float:left;
}
.shopping-icon a{
	display:block;
	height:50px;
	line-height:50px;
	background-color: #E00012;
	color:#fff;
	padding:0 20px;
	padding-left:64px;
	background-image:url(../img/common/shopping-icon_white.png);
	background-repeat:no-repeat;
	background-position:left 20px center;
	background-size: 24px 24px;
}
.corporate-icon {
	float:left;
}
.corporate-icon a{
	display:block;
	height:50px;
	line-height:50px;
	background-color: #e00012;
	color:#fff;
	padding:0 20px;
	padding-left:64px;
	background-image:url(../img/common/corporate-icon.png);
	background-repeat:no-repeat;
	background-position:left 20px center;
	background-size: 24px 24px;
}
@media only screen and (max-width: 768px) {
.shopping-icon a{
	width:50px;
	margin-right:1px;
	padding:0;
	padding-left:0;
	background-position:center center;
	background-color: #fff;
	background-image:url(../img/common/shopping-icon_red.png);
	background-size:30px;
	text-indent:-9999px;
	border:solid 1px #E00012;
	box-sizing:border-box;
}
.corporate-icon a{
	width:50px;
	padding:0;
	padding-left:0;
	background-position:center center;
	text-indent:-9999px;
}
}
#header-icon a{
	display:block;
	color:#fff;
}
#header-icon a:hover{
	color:#fff;
}
#header-icon a:link {
	color:#fff;
	text-decoration: none;
	font-weight:bold;
}
#header-icon a:visited {
	color:#fff;
}


/*-----------------------------------------------------------
		グローバルナビゲーション
-----------------------------------------------------------*/
#header-nav{
	/*float:none;
	width:100%;
	display:block;
	list-style:none;
	overflow:hidden;
}
@media only screen and (min-width: 1320px) {
#header-nav{*/
	float:left;
	margin-left:10px;
	margin-top:3px;
	/*width:840px;*/
}
/*}*/
#header-nav ul{
	margin: 0 auto;
	/*width:840px;*/
	overflow:hidden;
}
@media only screen and (max-width: 768px) {
#header-nav ul{
	display:none;
}
}
#header-nav li{
	float:left;
}

#header-nav li a {
	height:36px;
	line-height:36px;
	display:block;
	text-align:center;
	font-size:14px;
	padding:5px 1.3em;
	background-image:url(../img/common/rod.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
/*@media only screen and (min-width: 1080px) {
#header-nav li a {
	padding:5px 1.6em;
}
}*/
#header-nav li:last-child a{
	background-image:url(../img/common/rod.gif), url(../img/common/rod.gif);
	background-position:left center, right center;
}

#header-nav li a:hover{
}
#header-nav li a:link {
	color:#333;
	text-decoration: none;
	font-weight:bold;
}
#header-nav li a:visited {
	color:#333;
}


/* CSS Document */

/*-----------------------------------------------------------
	スマホメニュー
-----------------------------------------------------------*/
#menu{
	width:100%;
	display:none;
	position:fixed;
	top:50px;
    right: -240px;
    width: 240px;
    height: 100%;
    background: #e00012;
    padding-top: 40px;
	z-index:9997;
	overflow-y: auto;
    box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
#menu{
	display:block;
}
}
#menu li a{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border-bottom: solid 1px #ccc;
    padding-left: 50px;
	background-image:url(../img/common/2ar-w.png);
	background-repeat:no-repeat;
	background-position:left 16px center;
	background-size:8px;
}
#menu li a:hover{
	background-color:#a80021;
}
#menu div.menu{
	font-size:14px;
	margin-left:14px;
	margin-bottom:10px;
	color:#fff;
	border:none;
	text-align:left;
}



/*-- スマホメニューボタン --*/
#menu-btn{
	display:none;
    position: fixed;
    right:0;
    top:0;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    color: #0ad;
    background:#e00012;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
#menu-btn{
	display:block;
}
}
#menu-btn span {
    display: block;
    position: absolute;
    height: 4px;
    width: 28px;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#menu-btn span:nth-child(1) {
    top: 13px;
	left:11px;
}
#menu-btn span:nth-child(2) {
    top: 24px;
	left:11px;
}

#menu-btn span:nth-child(3) {
    top: 35px;
	left:11px;
}
    /* #nav-toggle 切り替えアニメーション */
#menu-btn.active span:nth-child(1) {
    top: 24px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
#menu-btn.active span:nth-child(2) {
	width: 0;
	left: 50%;
}
#menu-btn.active span:nth-child(3) {
    top: 24px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

/* CSS Document */

/*-----------------------------------------------------------
		フッター
-----------------------------------------------------------*/
#footer{
	width:100%;
}
#footer .inner{
	overflow:hidden;
	padding:70px auto;
	width:1080px;
}
@media only screen and (max-width: 769px) {
#footer .inner{
	width:86%;
	margin:0 7%;
	padding:0 0 30px;
}
}
#footerNav{
	overflow:hidden;
	background-color:#fafafa;
}
@media only screen and (max-width: 769px) {
#footerNav{
	background-color:#fff;
}
}
#footerNav .footerNavLeftBox{
	float:left;
	width:280px;
}
@media only screen and (max-width: 1024px) {
#footerNav .footerNavLeftBox{
	width:29%;
	margin-left:25px;
}
}
@media only screen and (max-width: 769px) {
#footerNav .footerNavLeftBox{
	float:none;
	width:100%;
	margin-left:initial;
}
}
#footerNav .footerNavRightBox{
	/*float:right;*/
	width:1080px;

}
@media only screen and (max-width: 1023px) {
#footerNav .footerNavRightBox{
	width:65%;
}
}
@media only screen and (max-width: 769px) {
#footerNav .footerNavRightBox{
	float:none;
	width:100%;
	display:none;
}
}
#footerNav .category{
	color:#f00;
	width:180px;
	font-size:16px;
	font-weight:bold;
	float:left;
	margin-bottom:14px;
}
@media only screen and (max-width: 769px) {
#footerNav .category{
	width:100%;
	float:none;
}
}
#footerNav .category a:link{
	color:#f00;
	text-decoration: none;
}
#footerNav .category a:visited {
	color:#f00;
	text-decoration: none;
}
#footerNav .category a:hover{
	color: #f00;
}
#footerNav .category a:active {
	color:#f00;
	text-decoration: none;
}
#footerNav ul{
	float:left;
	width:800px;
}
@media only screen and (max-width: 769px) {
#footerNav ul{
	float:none;
	width:100%;
}
}
#footerNav dt{
	font-weight:bold;
	font-size:16px;
}
#footerNav dd{
	display:inline-block;
	margin-right:1.6em;
	font-size:14px;
}
#footerNav dd::before{
	content: "> ";
	color:#f00;
}
#footerNav dd a:link{
	color:#333;
	text-decoration: none;
}
#footerNav dd a:visited {
	color:#333;
	text-decoration: none;
}
#footerNav dd a:hover{
	color: #333;
	text-decoration: underline;
}
#footerNav dd a:active {
	color:#333;
	text-decoration: none;
}
#footerNav .item{
	border-bottom:solid 1px #ccc;
	overflow:hidden;
	padding:20px 0;
}
@media only screen and (max-width: 1024px) {
#footerNav .item{
	width:95%;
}
}
#footerNav .item:last-child{
	border-bottom:none;
}
/*#footerNav .contactBtn{
	display:block;
	background-color:#0072B9;
	background-image:url(../img/common/mail-icon.png);
	background-repeat:no-repeat;
	background-size:24px;
	background-position:left 20px center;
	padding-left:56px;
	font-weight:normal;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	line-height:3.5em;
	width:220px;
}
@media only screen and (max-width: 1024px) {
#footerNav .contactBtn{
	width:65%;
	font-size:70%;
}
}
@media only screen and (max-width: 769px) {
#footerNav .contactBtn{
	width:80%;
	padding:0 10%;
	text-align:center;
}
}
#footerNav .contactBtn:link{
	color:#fff;
	text-decoration: none;
}
#footerNav .contactBtn:visited {
	color:#fff;
	text-decoration: none;
}
#footerNav .contactBtn:hover{
	color: #fff;
	text-decoration: underline;
}
#footerNav .contactBtn:active {
	color:#fff;
	text-decoration: none;
}*/

#footerNav .address{
	font-size:13px;
	margin-top:10px;
	margin-bottom:30px;
}
#footerNav .address span{
	font-size:20px;
	font-weight:bold;
}






/*-----フッターページトップボタン -----*/
#footer-pagetop{
	clear:both;
	background-color:#E5002D;
	color:#fff;
	text-align:right;
}
@media only screen and (max-width: 769px) {
#footer-pagetop{
	display:none;
}
}
#footer-pagetop .inner{
	padding: 12px 0;
}
@media only screen and (max-width: 1024px) {
#footer-pagetop .inner{
	padding: 12px 15px 12px 0;
}
}

/*-----フッターメニュー -----*/
#footer-menu{
	clear:both;
	background-color:#e00012;
	color:#fff;
	border-bottom:solid 1px #fff;
}
#footer-menu .inner{
	padding:10px 0;
}
#footer-menu ul{
	overflow:hidden;
	text-align:center;
}
@media only screen and (max-width: 1024px) {
#footer-menu ul {
	padding:0 30px;
}
}
#footer-menu li{
	/*float:left;*/
	display: inline-block;
	font-size:14px;
	padding:0px 0.9em;
	/*background-image:url(../img/common/rod.gif);
	background-repeat:no-repeat;
	background-position:left center;*/
	margin: 4px 0;
    border-left: 1px solid #fff;
    box-sizing: content-box;
    border-right: 1px solid #fff;
    margin-right: -1px;
}
@media only screen and (max-width: 1024px) {
#footer-menu li{
	padding:0px 1.3em;
	display: inline-block;
    float: none;
}
}
@media only screen and (max-width: 768px) {
#footer-menu li{
	font-size:12px;
	padding:0px 1.3em;
	display: inline-block;
    float: none;
}
}
@media only screen and (max-width: 375px) {
#footer-menu li{
	font-size:9px;
	/*padding:5px 0.5em;*/
	padding:0px 0.5em;
}
}
#footer-menu li:last-child{
	/*background-image:url(../img/common/rod.gif), url(../img/common/rod.gif);
	background-position:left center, right center;*/
}
@media only screen and (max-width: 768px) {
/*#footer-menu li:nth-child(3),
#footer-menu li:nth-child(4),
#footer-menu li:nth-child(6){
	display:none;
}
#footer-menu li:nth-child(5){
	background-image:url(../img/common/rod.gif), url(../img/common/rod.gif);
	background-position:left center, right center;
}*/
}
#footer-menu a:link {
	color: #fff;
	text-decoration: none;
}
#footer-menu a:visited {
	color: #fff;
	text-decoration: none;
}
#footer-menu a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer-menu a:active {
	color: #fff;
	text-decoration: none;
}


/*-----コピーライト -----*/
#copyright {
	clear: both;
	background-color: #e00012;
	text-align: center;
	color: #fff;
	padding: 18px 0;
	font-size:14px;
}
@media only screen and (max-width: 768px) {
#copyright {
	font-size:10px;
}
}



/*-----フッター背景画像 -----*/
#contact{
	background: url(../img/common/bg_footer.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 10px 0;
	background-position:75%;
}

#contact .footerNavLeftBox{
	width:280px;
}
@media only screen and (max-width: 1024px) {
#contact .footerNavLeftBox{
	width:29%;
	margin-left:25px;
}
}
@media only screen and (max-width: 769px) {
#contact .footerNavLeftBox{
	float:none;
	width:100%;
	margin-left:initial;
}
}

#contact .contactBtn{
	display:block;
	background-color:#E5002D;
	/*background-color:#0072B9;
	background-image:url(../img/common/mail-icon.png);
	background-repeat:no-repeat;
	background-size:24px;
	background-position:left 20px center;*/
	padding-left:28px;
	font-weight:normal;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height:3em;
	width:220px;
}
@media only screen and (max-width: 1024px) {
#contact .contactBtn{
	width:80%;
	font-size:70%;
}
}
@media only screen and (max-width: 760px) {
#contact .contactBtn{
	/*width:50%;
	padding:0 3% 0 12%;
	background-position:left 5% center;*/
	text-align:center;
	padding-left: 0px;
}
}
#contact .contactBtn:link{
	color:#fff;
	text-decoration: none;
}
#contact .contactBtn:visited {
	color:#fff;
	text-decoration: none;
}
#contact .contactBtn:hover{
	color: #fff;
	text-decoration: underline;
}
#contact .contactBtn:active {
	color:#fff;
	text-decoration: none;
}

#contact .address{
	font-size:13px;
	margin-bottom:20px;
	color:#535353;
}
#contact .address span{
	font-size:20px;
	font-weight:bold;
}


#footer #contact .inner{
    padding: 20px 0;
}
@media only screen and (max-width: 1024px) {
#footer #contact .inner{
	max-width:100%;
	padding:100px 0 80px 20px;
}
}
@media only screen and (max-width: 769px) {
#footer #contact .inner{
    padding: 20px 0;
}
}

.ft-three-columns {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ft-three-columns li:nth-child(3n+1) {
    margin-left: 0;
}
.ft-three-columns li:first-child {
    margin-left: 0;
}
.ft-three-columns li {
    width: 280px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 768px) and (min-width: 540px) {
.ft-three-columns li {
    width: 32%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 15px 2%;
}
}
@media only screen and (max-width: 768px) {
.ft-three-columns li {
    width: 32%;
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
    margin: 5px;
}
}
@media only screen and (max-width: 539px) {
.ft-three-columns li {
    width: 100%;
    margin-left: 0;
    float: left;
    text-align: center;
}
}


#wrapper{
    width: 100%;
    height: 100%;
    background:#fff;
	position:absolute;
	top:50px;
	left:0;
}
@media only screen and (max-width: 1480px) {
#wrapper{
	/*top:90px;*/
}
}
@media only screen and (max-width: 1080px) {
#wrapper{
	max-width:1080px;
}
}
@media only screen and (max-width: 768px) {
#wrapper{
	top:50px;
}
}
.inner{
	width:960px;
	margin:0 auto;
	padding:50px 0;
	overflow:hidden;

}
@media only screen and (max-width: 768px) {
.inner{
	width:90%;
	padding:40px 0;
	/*margin:0 7%;*/
}
}

section p{
	text-align:left;
	text-align:justify;
	line-height:2.1;
	margin-bottom:40px;
}
  .br-pc { display:block; }
  .br-sp { display:none; }

@media only screen and (max-width: 768px) {
section p{
	font-size:12px;
	line-height:1.8;
	margin-top:px;
	margin-bottom:20px;

}
section p br{
	display:none;
}
}
@media screen and (max-width: 650px){
  .br-pc { display:none; }
  .br-sp { display:block; }
}
section span.important{
	line-height:2.1;
	color:#f00;
}
@media only screen and (max-width: 768px) {
section span.important{
	line-height:1.8;
}
}

p.detailBox{
background-color:#eee;
padding:13px;
line-height:1.7;
border-radius:4px}

p.detailBox_bottom{
background-color:#eee;
padding:13px;
line-height:1.7;
 margin-bottom: 100px;
border-radius:4px}

.sub-come {
    margin-bottom: 2px;
    margin-top: -16px;
    display: block;
    font-size: 12px;
    vertical-align: top;
    text-align: left;
    line-height: 14px;
}


/*-----------------------------------------------------------
	見出しスタイル
-----------------------------------------------------------*/
h1{
	width:100%;
	background-color:#ccc;
	background-repeat:no-repeat;
	height:200px;
	text-align:center;
	color:#fff;
	font-size:40px;
	padding-top:120px;
	background-position:center center;
	background-size:cover;
}
@media only screen and (max-width: 768px) {
h1{
	height:100px;
	padding-top:42px;
	font-size:28px;
	background-position:center center;
	background-size:cover;
}
}
h1 span{
	font-size:14px;
	display:block;
	font-weight:normal;
}
#breadcrumb{
	background-color: #E5002D;
	color:#fff;
	font-size:14px;
}
#breadcrumb .inner{
	padding:8px;
}
#breadcrumb .home{
	background-image:url(../img/common/home.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:14px 14px;
	text-indent:-9999px;
	display:inline-block;
	width:14px;
}
#breadcrumb a:link {
	color: #fff;
	text-decoration: none;
}
#breadcrumb a:visited {
	color: #fff;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #fff;
	text-decoration: underline;
}
#breadcrumb a:active {
	color: #fff;
	text-decoration: none;
}
h2{
	color:#E5002D;
	position:relative;
	text-align:center;
	font-size:32px;
	margin:0 auto;
	margin-top:0;
	margin-bottom:64px;
	width:30.0em;
}

h2::after {
    content: '';
	position:absolute;
    display: block;
    background: #E5002D;
    height: 2px;
    width: 160px;
	left:50%;
	bottom:-10px;
	margin-left:-80px;
  }
  h2#headingh2{
 /* font-size:0.9em;*/
  width:100%;
  border-bottom:0}

 h2#headingh2::after {
    content: '';
	position:absolute;
    display: block;
    background: #E5002D;
    height: 2px;
    width: 0;
	left:50%;
	bottom:-10px;
	margin-left:-80px;
  }
@media only screen and (max-width: 768px) {
h2{
	width:100%;
	font-size:22px;
	margin-bottom:40px;
}
  h2#headingh2{
 /* font-size:0.9em;*/
 margin-top:40px;
  width:96%;
  border-bottom:0}
}
h2 span{
	color:#333333;
	display:block;
	font-size:12px;
	line-height:2.1;
	margin-bottom:20px;
}
h3{
	border-top:solid 1px #E5002D;
	border-bottom:solid 1px #E5002D;
	text-align:center;
	color:#E5002D;
	font-size:24px;
	padding:5px;
	width:18.0em;
	margin:0 auto 40px;
}
@media only screen and (max-width: 768px) {
h3{
	width:100%;
	font-size:21px;
}
}


.one-columns h4 {
     position: relative;
     padding-bottom: 0.3em;
     border-bottom: 4px solid #DDD;
	 font-size:20px;
	 font-weight:bold;
	 margin-bottom:15px;
}
.one-columns h4::after {
     position: absolute;
     content: " ";
     border-bottom: solid 4px #E5002D;
     bottom: -4px;
     width:6.5%;
     display: block;
}

@media only screen and (max-width: 768px) {
.one-columns h4 {
	font-size:18px;
}
}


/*-----------------------------------------------------------
	ボタンデザイン
-----------------------------------------------------------*/
a.btn{
	float:left;
	display:block;
	box-sizing:border-box;
	width:60%;
	height:60px;
	line-height:50px;
	vertical-align:middle;
	margin:10px 20% 50px 20%;
	background-image: url(../img/common/3ar-w.png);
    background-repeat: no-repeat;
    background-position: top 18px right 10px;
    background-size: 23px 23px;
/*	background-image:url(../img/common/2ar-w.png);
	background-repeat:no-repeat;
	background-position:left 12px center;
	background-size:8px 14px;*/
	background-color:#E5002D;
	    border-radius: 4px;
}
@media only screen and (max-width: 768px) {
a.btn{
	margin:30px 0 40px;
	width:100%;
}
}
a.btn span{
	display:block;
	font-size:1.0em;
	line-height:60px;
	color:#fff;
	text-align:center;
}
a.btn:link {
	color: #fff;
	text-decoration: none;
}
a.btn:visited {
	color: #fff;
	text-decoration: none;
}
a.btn:hover {
	color: #fff;
	/*text-decoration: underline;*/
}
a.btn:active {
	color: #fff;
	text-decoration: none;
}







/*-----------------------------------------------------------
	カラム
-----------------------------------------------------------*/
/*--1--*/
.one-column{
	margin-bottom:20px;
	width:960px;
	height:480px;
	overflow:hidden;
}
.margin-set{
	margin-bottom: -30px;
    overflow: hidden;
	}
.one-column img{
	width:100%;
	height:auto;
	margin-top:-90px;
}
.one-columns li{
	margin-bottom:100px;
}

@media only screen and (max-width: 768px) {
.one-column{
	margin-bottom:10px;
	width:100%;
	height:auto;
}
.margin-set{
	margin-bottom:0px;
	}
.one-column img{
	margin-top:0;
}
}

/*--2--*/
.two-columns{
	position:relative;
    width:100%;
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.two-columns li{
	width:45%;
	float:left;
	margin-left:40px;
    display:table-cell;
    margin-bottom: 50px;
    position: relative;
	word-wrap: break-word;
	padding:10px;
}
.two-columns li img{
	width:100%;
	height:auto;
}
.two-columns li:nth-child(odd){
	margin-left:0;
}
.two-columns li .icon{
	width:60px;
	height:60px;
	float:left;
}
.two-columns li h4{
	height:60px;
	line-height:60px;
	margin-left:80px;
	font-size:24px;
	font-weight:bold;
}
@media only screen and (max-width: 768px) {
.two-columns li h4{
	font-size:21px;
}
}
.two-columns li p{
	line-height:1.6;
	font-size:16px;
	margin-top:5px;
	margin-bottom:10px;
}
@media only screen and (max-width: 768px) {
.two-columns li{
	width:47%;
	float:left;
	margin-left:0;
	margin-bottom:0;
}
.two-columns li img{
	width:100%;
	height:auto;
}
}
@media only screen and (max-width: 765px) {
.two-columns li{
	width:100%;
	float:left;
	margin-left:0;
	margin-bottom:30px;
}
}

/*--3--*/
.three-columns{
	position:relative;
    width:100%;
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.three-columns li{
	width:306px;
	float:left;
	margin-left:20px;
    display:table-cell;
    margin-bottom: 50px;
    position: relative;
	word-wrap: break-word;
}
@media only screen and (max-width: 768px) {
.three-columns li{
	width:32%;
	float:none;
	margin-left:0;
	margin-bottom:10px;
	margin:5px;
}
}
.three-columns li:first-child{
	margin-left:0;
}
.three-columns li img{
	width:100%;
	height:auto;
}
@media only screen and (max-width: 768px) {
.three-columns li img{
	/*width:88%;*/
	width:100%;
	height:auto;
}
}
/*--4--*/
.four-columns{
	position:relative;
    width:100%;
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.four-columns li{
	width:225px;
	float:left;
	margin-left:20px;
    display:table-cell;
    margin-bottom: 50px;
    position: relative;
	word-wrap: break-word;
}
@media only screen and (max-width: 768px) {
.four-columns li{
	width:100%;
	float:none;
	margin-left:0;
	margin-bottom:10px;
}
}
.four-columns li:first-child{
	margin-left:0;
}
.four-columns li img{
	width:100%;
	height:auto;
}

.caption{
	position:absolute;
	right:0;
	bottom:0;
	display:block;
	background-color:rgba(255,255,255,0.8);
	padding:2px 8px;
}

/*-----------------------------------------------------------
	リンクリスト
-----------------------------------------------------------*/
#linkListbox {
    width: 960px;
    margin: 0 auto;
    padding: 60px 0;
    overflow: hidden;
}
@media only screen and (max-width: 768px){
#linkList {
display:none
}}
#linkList{
   width: 960px;
    margin: 0 auto;
    padding: 60px 0;
    overflow: hidden;
}
#linkList li{
display:inline-block;
	width: 151px;
	margin-left:5px;
	margin-bottom:10px;

	border:1px solid #E5002D;
-webkit-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
background-color:#f7f7f7;}
#linkList li:first-child {
    margin-left: 0;
}
/*#linkList li:nth-child(3n+4){
    margin-left: 0;
}*/
#linkList li a {
   /* width:100%;	*/
	padding:5px;
	box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
   /* background:#FFF;
    padding: 8px 5px;
	background-image: url(../img/common/3ar-b.png);
    background-repeat: no-repeat;
    background-position: top 12px right 7px;
    background-size: 18px 18px;*/

    color: #E5002D;
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
      }
#linkList li a:hover {
    background: #E5002D;
	/*background-image: url(../img/common/3ar-w.png);
    background-repeat: no-repeat;
    background-position: top 12px right 7px;
    background-size: 18px 18px;*/
	color: #FFF; }
	#linkList li.active{
	  background: #E5002D;
	  color: #FFF;
	}
		#linkList li.active a{
		color:#FFF}

@media only screen and (max-width: 768px) {


}/* CSS Document */

/*-----------------------------------------------------------
	contact
-----------------------------------------------------------*/
h1{
	background-image:url(img/h-bg.jpg);
    text-shadow:2px 3px 2px #6F6F6F;
}

table{
	width:100%;
}

.one-columns h5 {
     position: relative;
     padding-bottom: 0.3em;
     border-bottom: 4px solid #DDD;
	 font-size:20px;
	 font-weight:bold;
	 margin-bottom:15px;
}
.one-columns h5::after {
     position: absolute;
     content: " ";
     border-bottom: solid 4px #E5002D;
     bottom: -4px;
     width:6.5%;
     display: block;
}

@media only screen and (max-width: 768px) {
.one-columns h5 {
	font-size:18px;
}
}



/*-----------------------------------------------------------
	タブ切り替え
-----------------------------------------------------------*/

div.area-box{
    margin: 0 auto;
    /*display: table;*/
}


div.area-box ul {
margin:auto;
}

div.area-box {
    float:left;
    /*width: 400px;*/
	margin:5px 20px 5px 0;
	padding:10px;
	border-radius: 5px;
	border: 1px solid #E5002D;

	width:100%;
	box-sizing:border-box;

}

div.area-box a {
    width:auto;
	border-radius: 5px;
    background:#FFF;
	box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
    text-align: center;
    display: block;
    position: relative;
      }

div.area-box a::before{
	content: "> ";
	color:#f00;
}


div.area-box a:link,
div.area-box a:visited{
	text-decoration: none;
	background-color: #fff;
	color: #3a4140;
}

div.area-box a:hover{
    background: #e9f5f4;
	color: #999; }


@media (max-width: 768px) and (min-width: 481px) {
div.area-box{
    margin: 5px auto;
    display: table;
}

div.area-box {
font-size:15px;
width:90%;

}
}




h5{
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-size:18px;
  margin:10px 0;
}

h5:before, h5:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: #E5002D;
}

h5:before {
  left:0;
}
h5:after {
  right: 0;
}

@media only screen and (max-width: 767px){
h5{
  font-size:100%;
  text-align:center;
}
}
