@charset "utf-8";
 
/* ================================================================
共通部分（ヘッダー＆フッター）CSS




================================================================ */

footer, header {
    display: block;
	letter-spacing: 0.07em;
    font-feature-settings: "palt";
}

header ol, header ul, header li,
footer ol, footer ul, footer li {
    list-style: none;
}
header a,
footer a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
header a:link, header a:visited,
footer a:link, footer a:visited {
    text-decoration: none;
}
/* ヘッダー
================================================================ */

header {
    position: fixed;
    width: 100%;
    height: 90px;
    border-bottom: 3px solid #dadada;
    background-color: #f6f6f6;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
		0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.2);
	z-index: 99999;
}
header .wrap {
    position: relative;
    width: 1000px;
	height: 90px;
    max-width: 1000px;
    margin: 0 auto;
    border-bottom: 3px solid #c31a1a;
    background-color: #f6f6f6;
}
header .hdr_left {
    float: left;
	width: 330px;
}
header p#logo {
    width: 120px;
    float: left;
    margin: 23px 0px 0px;
    line-height: 0;
}
header p#logo img {
	width: 120px;
}
header p#cap-logo {
    margin: 47px 0 0 130px;
    font-size: 13px;
    color: #a42126;
    font-weight: bold;
    letter-spacing: 0.01em;
    opacity: 0.99;
    font-feature-settings: "palt";
}
header .hdr_right {
    float: right;   
}
header #global ul li {
	display: inline-block;
	margin: 0 10px 0;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.15em;
}
header #global ul li:last-child {
	margin: 0;
	vertical-align: 15px
}
header ul li a:hover {
	opacity: 0.8;
}
header .hdr_btn a {
	font-weight: 600;
	color: #fff;
    background: #ffab00;
    position: relative;
    line-height: 2.5;
    margin: 18px 0 0 10px;
    padding: 8px 25px;
    font-size: 15px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12),
		0px 2px 2px 0px rgba(0,0,0,0.24);
    display: inline-block;
}
header .hdr_btn a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 9px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: 4px solid transparent;
    border-left: 5px solid #fff;
}
header .hdr_btn a:hover:before {
	left: 11px;
}
#toggle {
    display: none;
    position: absolute;
    top: 30px;
    right: 20px;
    width: 42px;
    height: 42px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    cursor: pointer;
}
.bar {
    display: block;
    height: 5px;
    width: 42px;
    background: #263238;
    margin: 10px auto;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

/* フッター
================================================================ */

footer {
	clear: both;
	width: 100%;
	border-top: 3px solid #dadada;
	background: #F2F2F2;
	font-size: 12px;
	color: #333;
}
footer .ftrmenu01 h4 {
	font-weight: 600;
	font-size: 12px;
	line-height: 1
}
footer .ftrmenu01 a, div#ftr2 a {
	color: #333;
	text-decoration:none;
	font-size: 12px;
}
footer .ftrmenu02 a {
	color: #333;
}
footer a:hover, div#ftr2 a:hover{
	text-decoration:underline;
}
footer .ftr1_wrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	border-top: 3px solid #C31A1A;
	top: -3px;
	padding-top: 35px;
}
footer p#pagetop {
	position: absolute;
	right: 0;
	top:34px;
}
footer .ftrmenu01_box {
	width: auto;
	height: 150px;
	float: left;
	padding-right: 30px;
	margin: 0 30px 20px 0;
	border-right: 1px solid #dadada;
	font-size: 12px;
}
footer .ftrmenu01_box h4 {
	margin-bottom: 10px;
}
footer .ftrmenu01_box ul {
	margin:0;
	padding:0;
}
footer .ftrmenu01_box li {
	line-height: 150%;
}

footer .ftrmenu01_box h4.rec_ico a {
	padding-right: 15px;
	background: url(../img/header_footer/ico-dkr.png) no-repeat right 20%;
}

footer .align-right {
	text-align: right;
}

/* add */

h4.ftrmenu02_title {
	clear: both;
	font-weight: 600;
	margin-bottom:5px;
}
footer .ftrmenu02 { clear: both;
	border-top: 1px solid #dadada;
	padding-bottom: 20px;
}
footer .ftrmenu02 a {
	font-size: 10px
}
footer .ftrmenu02_box {
	width: auto;
	float: left;
	height:180px;
	padding-right: 20px;
	padding-top: 20px;
	margin: 0 20px 20px 0;
	border-right: 1px solid #dadada;
	font-size: 12px;
}
footer .ftrmenu02_box ul {
	margin:0;
	padding:0;
}
footer .ftrmenu02_box h4 {
	font-weight: 600;
	margin-bottom: 10px;
}
footer .ftrmenu02_box .nobdr {
	margin-top: 20px !important;
}
footer .clrL {	
	padding-right: 0px !important;
	margin: 0 20px 20px 0!important;
}
footer .ftrmenu02_box li {
	padding-right: 20px;
	line-height: 170%;
	font-size:10px;
	background: url(../img/header_footer/icon-arrow.gif) no-repeat right;
}

/* add */

footer #ftr2 {
	clear: both;
	background: #F2F2F2;
	width: 100%;
	border-top: 1px solid #dadada;
}
footer #ftr2 .ftr2_wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 40px 0;
}
footer #ftr2 ul {
	margin:0;
	padding:0;
}
footer #ftr2 li {
	font-size: 11px;
	float: left;
	padding: 0 0 6px 10px;
	margin-left: 10px;
	border-left: 1px solid #dadada;
}
footer #ftr2 p {
	line-height: 140%;
	font-size: 12px;
}
footer #ftr2 span {
	font-size: 10px;
}

/* pageTop */
footer #pageTop {
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: 999;
}
footer #pageTop a {
    display: block;
    padding: 0;
    width: 100px;
    height: 100px;
    background-color: rgba(245,169,0,1.00);
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
}
footer p#pageTop i {
    font-size: 21px;
}

/* 幅1000px以下
================================================================ */
@media screen and (max-width: 1000px) {

header .hdr_left {
    margin-left: 10px;
}
header ul#hdr-navi {
    margin: 10px 10px;
}

header ul#hdr-navi li {
    font-size: 12px;		
}
header ul#hdr-navi li:first-of-type {
    font-size: 12px;
}
header ul#hdr-navi li:first-of-type a {
    vertical-align: 18px;
}

header ul#hdr-navi li img {
    width: 32px		
}
footer .ftr1_wrap {
	width: 100%;
}
footer #ftr1 .ftrmenu01,
footer #ftr1 .ftrmenu02_title,
footer #ftr1 .ftrmenu02	{
    display: none !important;
}
footer #ftr2 .ftr2_wrap {
    width: 100%;
}
footer #ftr2 ul {
    margin: 0 10px 32px;
    padding: 0;
}
footer #ftr2 li {
	float: none;
}
footer #ftr2 li a {
    font-size: 14px;
	padding-bottom: 5px;
    margin-right: 10px;
}
footer #ftr2 p {
    padding: 0 20px 0;
	text-align: left;
	color: #333
}
}/* ▲幅1000px以下ここまで　*/

/* 幅768px以下
================================================================ */
@media screen and (max-width: 768px) {
header p#cap-logo {
    display: none
}
header {
	height: 74px;
}
header .wrap {
    width: 100%;
	height: 74px;
}
	
/* global navi */
nav#global {
	position: fixed;
	top: 74px;
	left: 0;
	display: none;
	width: 100%;
	background: #263238;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
}
nav#global .wrap {
	height: auto;
}
nav#global ul li {
	height: auto;
	margin: 0;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
nav#global ul li a {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 20px;
    height: auto;
    font-size: 1.1em;
    color: #fff;
    font-weight: 500;
}
header .hdr_btn a {
	background: none;
    line-height: initial;	
}
nav#global ul li a:before {
	content: '';
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
}
header .hdr_btn a:before {
	left: auto;
}
header .hdr_btn a:hover:before {
	left: auto;
}
nav#global ul li a:hover {
	color: #fff;
	background: #0068b6;
}

nav#global ul li a:after {
	display: none;
}
#toggle {
	display: block;
}
#toggle {
	top: 25px;
	right: 25px;
	width: 25px;
	height: 25px;
}
.bar {
	height: 2px;
	width: 30px;
	margin: 5px auto;
}
footer #pageTop a {
    width: 60px;
    height: 60px;
}
}/* ▲幅768px以下ここまで　*/

/* 幅480px以下
================================================================ */
@media screen and (max-width: 480px) {

header p#logo {
	width: 100px;
	margin: 20px 0px 0px;
}
}/* ▲幅480px以下ここまで　*/
