@charset "UTF-8";

/*-----------------------------------

	base

-----------------------------------*/
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body {
	width: 100%;
	min-width: 980px;
    color: #333;
	font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 16px;/* IE8 */ 
    font-size: 1.6em;
    line-height: 1.8em;
	margin:0 !important;
}
body:before {
	position: fixed;
	top: -10px;
	left: 0;
	z-index: 100;
	content: '';
	width: 100%;
	height: 10px;
	box-shadow: 0 0 10px rgba(142, 142, 142, 0.56);
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
	color: #d70222;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
.m_center {
	width: 1000px;
	margin: 0 auto;
}
/*
    clearfix
--------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/*-----------------------------------

	header

-----------------------------------*/

header{
	width: 100%;
}
header #header_inner{
	width: 980px;
	margin: 0 auto;
	position: relative;
}
header .head_logo {
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 99999;
}
header .head_contact_btn {
	display: block;
	width: 185px;
	height: 92px;
	background: url(../img/common/head_contact.png);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
header .head_logo img:hover,
header .head_contact_btn:hover {
	opacity: 0.8;
}

/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop {
	width: 144px;
	height: 163px;
	background: url(../img/common/pagetop.png);
	cursor: pointer;
	position: fixed;
	right: 20px;
	bottom: 30px;
	z-index: 99;
}
#pagetop:hover {
	background: url(../img/common/pagetop_on.png);
}

/*-----------------------------------

	footer

-----------------------------------*/

footer {
	background: #c40f2a;
}
footer small {
	display: block;
	text-align: center;
	color: #fff;
}
footer .ft_logo {
	text-align: center;
	padding: 20px 0;
}
footer .sns_list {
	width: 265px;
	margin: auto;
	padding-top: 20px;
}
footer .sns_list li {
	float: left;
	margin-right: 20px;
}
footer .sns_list li:last-child {
	margin-right: 0;
}
footer .sns_list li a:hover {
	opacity: 0.9;
}
footer .bottom_mail {
	width: 450px;
	margin: 0 auto 6px;
	color: #171717;
	background: #fff;
	text-align: center;
	padding: 7px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}


/*-----------------------------------

	company_block

-----------------------------------*/

.company_block {
	padding: 30px 0;
	background: #fdfdfd;
	border-top: 1px solid #ddd;
}
.company_block h2 {
	text-align: center;
}
.company_block .text_box {
	width: 690px;
}
.company_block .text_box p {
	font-size: 14px;
}
.company_block .logo_area {
	margin-right: 50px;
}
.company_block .logo_area img {
	display: block;
	margin: 0 auto;
}
.company_block .logo_area a {
	display: block;
	width: 240px;
	font-size: 14px;
	font-weight: bold;
	color: #c0000f;
	background: url(../img/common/btn_arrow_off.png) no-repeat;
	background-position: 95% center;
	margin-top: 15px;
	padding: 7px 15px;
	border: 2px solid #c0000f;
	text-decoration: none;
}
.company_block .logo_area a:hover {
	background: url(../img/common/btn_arrow_on.png) no-repeat #c0000f;
	background-position: 95% center;
	color: #fff;
}
.company_block .text_box h3 {
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #565656;
}

/*-----------------------------------

	btm_list

-----------------------------------*/

.btm_list {
	padding: 30px 0;
}
.btm_list li {
	float: left;
	margin: 15px 32px 0 0;
}
.btm_list li:nth-child(4n) {
	margin-right: 0;
}
.btm_list li a:hover {
	opacity: 0.7;
}

/*-----------------------------------

	lower

-----------------------------------*/

#lower #header_top {
	height: 95px;
}
#lower #header_top #logo {
	margin: 20px 0 0 30px;
}
#lower #header_top .m_center {
	position: relative;
}
#lower #overlay_btn,
#overlay_btn span {
	top: 20px;
}
#lower #main_bg {
	background: #c50a26;
	color: #fff;
	text-align: center;
}
#lower #main_bg h2 {
	font-size: 48px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.2em;
	padding: 50px 0 30px;
	border-top: 3px solid #a51429;
	border-bottom: 3px solid #a51429;
	position: relative;
}
#lower #main_bg h2:after {
	content: "";
	display: block;
	width: 64px;
	height: 2px;
	background: #fff;
	position: absolute;
	right: 0;
	left: 0;
	top: 58%;
	margin: 0 auto;
}
#lower #main_bg h2 span {
	display: block;
	font-size: 16px;
	margin-top: 30px;
}
#lower .breadcrumb {
	font-size: 13px;
}