@charset "UTF-8";

/* -- Base and Reset
-------------------------------------------------------------------------------- */
body,html {
	height: 100%;
	width: 100%;
}
html {
	overflow-y: auto;
}
body {
	font: 14px/1.2 arial,helvetica,sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ;
	text-align: left;
	letter-spacing: 0;
    color:#333;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}
input,textarea,select {
	vertical-align: middle;
}
textarea {
	resize: vertical;
}
h1,h2,h3,h4,h5,h6 { font-size: 100%; }
ul,ol { list-style: none; }
fieldset,img { border: 0; vertical-align: top; }
iframe {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
input[type="text"]{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ !important;
}

/* -- Clear_fix
-------------------------------------------------------------------------------- */
.cf:after {
	content: "";
	display: block;
	clear: both;
	height: 0!important;
}
body{
    -webkit-text-size-adjust: 100% !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

/* -- wrapper
-------------------------------------------------------------------------------- */
#wrapper.active {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
}
a{
    text-decoration:none;
}
.up{
    color:#e74c3c !important;
}
.down{
    color:#3498db !important;
}
h1 {
    float: left;
    font-size:30px;
    line-height:37px;
    font-weight:normal;
}
h2{
    font-size:24px;
    font-weight:normal;
    display:inline-block;
    position:relative;
}
h2:before{
    content:"";
    display:block;
    position:absolute;
    left:0;
    bottom:-13px;
    width:100%;
    height:1px;
    background:#2996cc;
}
h2.mainTtl{
    display:block;
    color:#fff;
    text-align:center;
    border-bottom:none;
}
h2.mainTtl:before{
    display:none;
}


/* -- header
-------------------------------------------------------------------------------- */
#header {
    border-bottom:solid 1px #e0e0e0;
}
#header .headerBlock {
    max-width:950px;
    margin:0 auto;
    padding:0 15px;
}
#header .headerBlock .logo{
    float:left;
    margin-right:20px;
    /* padding-top:20px; */
}
#header .headerBlock .logo a{
    display:block;
}
#header.head_s{
    border-bottom: solid 3px #dd2c00;
}
#header.head_s .headerBlock .logo{
    /*
    padding:15px 0;
    */
}
#header.head_s .headerBlock .closeBtn{
    margin-top:4px;
    position:relative;
}
#header.head_s .headerBlock .closeBtn a{
    display:block;
    padding:12px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#header.head_s .headerBlock .closeBtn a img{
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#header.head_s .headerBlock .closeBtn a:hover img{
    opacity:0.7;
}
#header.head_s .headerBlock .closeBtn span{
    display:block;
    color:#888;
    font-size:11px;
    position:absolute;
    right:42px;
    top:0;
    width:40px;
    text-align:right;
    line-height:48px;
    font-weight:bold;
    margin-right:-10px;
    opacity:0;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#header.head_s .headerBlock .closeBtn:hover span{
    margin-right:0;
    opacity:1;
}
#header.head_s .notice{
    display:block;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    padding: 10px 12px;
    border: solid 1px #e0e0e0;
    border-radius: 3px;
    margin:9px 50px 0 0;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#header.head_s .notice:hover{
    color:#2996cc;
    border:solid 1px #2996cc;
}

/* -- footer
-------------------------------------------------------------------------------- */
#footer{
    background:#555555;
}
#footer .footerBlock{
    max-width:950px;
    margin:0 auto;
    padding:25px 15px 50px;
}
#footer p{
    color:#fff;
    font-size:13px;
}


/* -- pageTop
-------------------------------------------------------------------------------- */
#pageTop,
#modal_pageTop{
    width:100%;
}
#pageTop{
    background:#e4e7eb;
}
#pageTop .pageTopBlock,
#modal_pageTop .pageTopBlock{
    padding:0 20px 10px;
    height:32px;
}
#pageTop p,
#modal_pageTop p{
    display:none;
}
#pageTop a,
#modal_pageTop a{
    display:block;
    position:fixed;
    bottom:20px;
    right:20px;
    width: 40px;
    height: 32px;
    margin:0 0 0 auto;
    border-radius:3px;
    background:rgba(27, 33, 38, 0.35);
    background-image:url('../img/parts_pagetop.png');
    background-repeat: no-repeat;
    background-size: 18px 10px;
    background-position:center;
}
#modal_pageTop a{
    z-index:100;
}


/* -- breadcrumb
-------------------------------------------------------------------------------- */
#breadcrumb{
}
#breadcrumb .breadcrumbBlock{
    max-width:950px;
    margin:0 auto;
    padding:20px 15px 0;
}
#breadcrumb span{
    color:#888;
}
#breadcrumb span a{
    color: #333;
    text-decoration:none;
}


/* -- title
-------------------------------------------------------------------------------- */
#title{
}
#title .titleBlock {
    max-width:950px;
    margin:0 auto;
    padding: 25px 15px;
}
#title a{
    float:right;
    font-size:13px;
    color:#333;
    text-decoration:none;
    padding:10px 12px;
    border:solid 1px #e0e0e0;
    border-radius:3px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#title a:hover{
    color:#2996cc;
    border:solid 1px #2996cc;
}


/* -- gnaviBtn
-------------------------------------------------------------------------------- */
#gnaviBtn{
    display:none;
}
#mask{
    display:none;
}


/* -- gnavi
-------------------------------------------------------------------------------- */
#gnavi{
    float:right;
}
#gnavi li {
    float: left;
    margin-left: 30px;
}
#gnavi li:first-child {
    margin-left: 0;
}
#gnavi li a{
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    padding: 28px 0;
    position: relative;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#gnavi li a.active {
    color: #2996cc;
}
#gnavi li a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0;
    height: 3px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#gnavi li a:hover:before{
    left: 0;
    width:100%;
    background:#999;
}
#gnavi li a.active:before {
    left: 0;
    width: 100%;
    background-color: #2996cc;
}

/* -- tabBtn
-------------------------------------------------------------------------------- */
#tabBtn{
    display:none;
}


/* -- tab
-------------------------------------------------------------------------------- */
#tab {
    border-bottom:solid 2px #e0e0e0;
}
#tab ul {
    max-width:860px;
    margin:0 auto;
    padding:0 15px;
    padding-left:105px;
}
#tab li{
    float:left;
    width:25%;
    margin-left:30px;
}
#tab li:first-child{
    margin-left:-90px;
}
#tab li a{
    display:block;
    text-align:center;
    text-decoration:none;
    font-size:16px;
    color:#333;
    padding:20px 0 20px;
    position:relative;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#tab li a:before{
    content:"";
    display:block;
    position:absolute;
    bottom:0;
    left:50%;
    width:0;
    height:3px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#tab li a:hover:before{
    left: 0;
    width:100%;
    background:#dd2c00;
}
#tab li a.active{
    color:#0000cd;
}
#tab li a.active:before{
    left: 0;
    width:100%;
    background-color:#2996cc;
}
#tab li.notice{
    display:none;
}
#tab.menu_five ul {
    max-width:830px;
    padding-left:135px;
}
#tab.menu_five li{
    width:19.96%;
}
#tab.menu_five li:first-child{
    margin-left:-120px;
}

#tab.menu_four ul {
    max-width:860px;
    padding-left:105px;
}
#tab.menu_four li{
    width: 33%;
}
#tab.menu_four li:first-child{
    margin-left:-90px;
}

#tab.menu_three ul {
    max-width:890px;
    padding-left:75px;
}
#tab.menu_three li{
    width:33.33%;
}
#tab.menu_three li:first-child{
    margin-left:-60px;
}

#tab.menu_two ul {
    max-width:920px;
    padding-left:45px;
}
#tab.menu_two li{
    width:50%;
}
#tab.menu_two li:first-child{
    margin-left:-30px;
}


/* -- notes
-------------------------------------------------------------------------------- */
.notes .notesTitle{
    padding:0 0 25px;
}
.notes .notesTitle p{
    font-size: 20px;
    color:#333;
}
.notes .notesText{
}
.notes ul.disc{
    list-style-type: disc;
    padding-left: 1.2em;
}
.notes li{
    font-size:13px;
    line-height:1.8;
}
.notes ul.disc li{
    color:#dd2c00;
}
.notes li span{
    color:#333;
}


/* -- modal
-------------------------------------------------------------------------------- */
#modal{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:10;
    display:none;
}
#modal a.closeBtn{
    display:block;
    background:rgba(0,0,0,0.2);
    width:60px;
    height:60px;
    position:fixed;
    top:15px;
    right:15px;
    text-align:center;
    z-index:12;
    -moz-transition: background 150ms ease-in-out;
    -webkit-transition: background 150ms ease-in-out;
    transition: background 150ms ease-in-out;
    opacity:0;
}
#modal a.closeBtn:hover{
    background:rgba(0,0,0,0.4);
}
#modal a.closeBtn img{
    padding-top:18px;
}
#modal .modalBack{
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(250,250,250,0.98);
    top:0;
    left:0;
}
#modal .modalBlock{
    max-width:950px;
    padding:60px 15px;
    margin:0 auto;
    position:relative;
    z-index:11;
    margin-top:50px;
    opacity:0;
}
#modal .modalWrap{
    margin-top:50px;
}
#modal .modalWrap h3{
    font-size:20px;
    font-weight:normal;
    margin-bottom:20px;
    color: #333;
}
#modal .modalWrap ul{
    padding-left: 1.5em;
}
#modal .modalWrap li{
    line-height:1.8;
    list-style-type: disc;
    color: #dd2c00;
}
#modal .modalWrap li span{
    color:#333;
}
