@charset "utf-8";



/* !header
---------------------------------------------------------- */



#header {
	background:#000;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:9;
	padding:35px 0;
}
.header {
	display:table;
	width:100%;
}
.hdlogo,
.headerbox01,
.headerbox02,
.headerbox03 {
	display:table-cell;
	vertical-align:middle;
}
.hdlogo {
	width:150px;
	text-align:center;
}
.headerbox01 {
	font-size:12px;
	color:#fff;
	width:500px;
}
.headerbox01 p + p {
	margin:10px 0 0;
}
.headerbox02 {
	width:160px;
}
.headerbox02 .link {
	display:block;
	padding:15px 0;
	text-align:center;
	border:2px solid #ec0000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.headerbox02 .link:hover {
	background:#ec0000
}
.headerbox02 .link img {
	vertical-align:middle;
	margin:0 auto;
}
.headerbox03 {
	width:170px;
	text-align:center;
}
.headerbox03 a + a {
	margin-left:5px;
}
@media screen and (max-width: 767px) {
#header {
	padding:15px 0;
}
.header {
	height:40px;
}
.hdlogo {
	width:75px;
	padding:0 5px 0 0;
}
.headerbox01 {
	width:200px;
}
.headerbox02 {
	width:100px;
	text-align:right;
	padding:0 0 0 10px;
}
.headerbox02 .link {
	display: inline-block;
	padding:5px 5px;
	text-align:center;
	border:1px solid #ec0000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.headerbox02 .link img {
	vertical-align:middle;
	width:80%;
	margin:0 auto;
}
.headerbox03 {
	width:100px;
	text-align: right;
}
.headerbox03 img {
	width:25px;
}
.headerbox03 a + a {
	margin-left:5px;
}
}


#content {
	margin-top:120px;
}
@media screen and (max-width: 767px) {
#content {
	margin-top:70px;
}
}
/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb{
	width: 100%;
	background: #fff;
}
#breadcrumbin{
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 0 0 2.8rem;
	box-sizing: border-box;
}
.breadcrumblink{
	font-size: 0;
	line-height: 1;
}
.breadcrumblink a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	color: #000;
	font-weight: normal;
	margin: 0 7.0rem 0 0;
	padding: 2.8rem 0 2.8rem 2.0rem;
	background: url(../images/common/icon_arr01.png) left center no-repeat;
}
.breadcrumblink a:before{
	position: absolute;
	width: 1px;
	height: 40px;
	content: '';
	right: -37px;
	top: 15px;
	background: #ec0000;
}

.breadcrumblink span{
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	color: #000;
	padding: 2.7rem 0;
	font-weight: bold;
}
.breadcrumbshare{
	position: absolute;
	right: 30px;
	top: 25px;
}

#fb {
  float: left;
}

#tw {
  float: left;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
#breadcrumbin{
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	box-sizing: border-box;
}
.breadcrumblink{
	font-size: 0;
	line-height: 1;
}
.breadcrumblink a{
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	color: #000;
	font-weight: normal;
	margin: 0 2.0rem 0 0;
	padding: 2.8rem 0 2.8rem 1.0rem;
	background: url(../images/common/icon_arr01.png) left center no-repeat;
}
.breadcrumblink a:before{
	position: absolute;
	width: 1px;
	height: 40px;
	content: '';
	right: -10px;
	top: 18px;
	background: #ec0000;
}

.breadcrumblink span{
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	color: #000;
	padding: 2.7rem 0;
	font-weight: bold;
}
.breadcrumbshare{
	position: inherit;
	right: auto;
	top: auto;
}

#fb {
  float: left;
}

#tw {
  float: left;
  margin-left: 5px;
}
}









/*------------wrapper--------------*/
.inner {
	width:960px;
	margin:0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.inner {
	width:100%;
	padding:0 10px;

}
}


.hdL {
	text-align:center;
	color:#fff;
	font-size:28px;
	line-height:1.3;
}
@media screen and (max-width: 767px) {
.hdL {
	font-size:18px;
}
}






.ff {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* !footer
---------------------------------------------------------- */
#footer{
	background: #000;
	padding: 6.5rem 0;
}
.footLogWrap {
  text-align: center;
  margin: 8.0rem 0;
}
.footLogWrap img {
  margin: 0 auto;
  display: block;
}
.footLogWrap .footLogoMitsubishi {
  margin-bottom: 1.7rem;
}
.footLogWrap .footLogoDiamania {
  margin-bottom: 3.0rem;
}
.footLogWrap p {
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1.3;
}
.ftbox {
	text-align:center;
	color:#fff;
	font-size:14px;
}
.ftbox p + p {
	margin:20px 0 0;
}
.ftbox a {
	text-decoration:underline;
	color:#fff;
}
.ftbox a:hover {
	text-decoration:none;
}
.footOfficialLink {
  text-align: center;
  margin-bottom: 3.5rem;
}
.footOfficialLink li {
  display: inline-block;
  padding: 0 1em;
  border-left: 1px solid #646464;
}
.footOfficialLink li:first-child {
  border: none;
}
.footOfficialLink a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
}

.footCopy {
  text-align: center;
  color: #FFF;
  font-size: 1.2rem;
}
#toTopWrap {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999;
}
#toTop {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  text-align: center;
  border-radius: 100%;
  line-height: 90px;
}
#toTop:hover {
  background: #5a5a5a;
}
#toTop img {
	width:20px;
	position: relative;
	vertical-align:middle;
	top: -20px;
}
@media screen and (max-width: 767px) {
#footer{
	padding: 2.5rem 0;
}
.footLogWrap {
  margin: 4.0rem 0;
}
.footLogWrap .footLogoMitsubishi {
  margin-bottom: 1rem;
}
.footLogWrap .footLogoDiamania {
  margin-bottom: 1.5rem;
}
.ftbox p + p {
	margin:10px 0 0;
}
.ftbox a:hover {
	text-decoration:none;
}
.footOfficialLink {
  text-align: center;
  margin-bottom:0;
}
.footOfficialLink li {
  display: block;
  padding:0.5em 1em;
  border-left: 1px solid #646464;
}
.footOfficialLink li:first-child {
  border: none;
}
.footOfficialLink a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
}
#toTopWrap {
  right: 10px;
  bottom: 25px;
}
#toTop {
  width: 45px;
  height: 45px;
  display: block;
  text-align: center;
  border-radius: 100%;
  line-height: 45px;
}
#toTop:hover {
  background: #5a5a5a;
}
#toTop img {
  position: relative;
  top: 0;
  width:50%;
}
}

.pageTop {
	position:fixed;
	bottom:15%;
	right:15px;
	z-index:9;
}
@media screen and (max-width: 767px) {
.pageTop {
	bottom:10%;
	right:10px;
	width:40px;
}
}