@charset "utf-8";
/*
**********************************************************************

* common.css

*********************************************************************
*/
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.8em;
}
body img {
  max-width:100%;
  height: auto;
}
body iframe {
  max-width:100%;
}
#site {
  margin: 0 auto;
  min-width: 960px;
}
.global-inner {
	display: block;
	margin: 0 auto;
	width: 1130px;
}
.global-inner2 {
	display: block;
	margin: 0 auto;
	width: 710px;
}
.global-inner2 {
	display: block;
	margin: 0 auto;
	width: 860px;
}
a,
.hover {
  transition: .3s;
}
a:hover,
.hover:hover{
  opacity: 0.6;
}
.sp-area {
	display: none !important;
}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
*:first-child+html .clearfix {
	height: 1%;
}
* html .clearfix {
	height: 1%;
}

@media screen and (min-width:641px) {
}
@media screen and (max-width:640px) {
#site {
  min-width: 0;
}
body.no-scroll {
	overflow: hidden;
}
.global-inner,
.global-inner2,
.global-inner3 {
	padding: 0 3%;
	width: auto;
}
.pc-area {
	display: none !important;
}
.sp-area {
	display: block !important;
}
}

/*===================================================================
  global-header
===================================================================*/
#global-header {
	border-bottom: 4px solid #EB000F;
	background: #fff;
}
#global-header h1 {
	float: left;
	margin: 20px 0 0;
	width: 30%;
}
#global-header .contact-btn {
	float: right;
	display: inline-block;
	margin-top: 20px;
	padding: 10px 20px 10px 50px;
	background: #000;
	background-image: url(../images/0-icon-mail.png);
	background-repeat: no-repeat;
	background-position: center left 20px;
	color: #fff;
	text-decoration: none;
}
#global-header .global-nav {
	margin: 30px 0 2px;
	border-bottom: 1px solid #EB000F;
}
#global-header .global-nav ul {
	display: flex;
	float: none;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: space-around;
	justify-content: space-evenly;
	padding: 0;
}
#global-header .global-nav ul li {
	display: inline-block;
	text-align: center;
    padding: 10px 0;
}
#global-header .global-nav ul li a {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

@media screen and (min-width: 641px) {
#global-nav-sp {
	display: none !important;
}
}
@media screen and (max-width: 640px) {
#global-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	padding: 10px 0;
	z-index: 100;
}
#global-header h1 {
	margin: 0;
	width: 250px;
}
#global-header .menu-btn {
	float: right;
	width: 45px;
}
#global-header .menu-btn .close-btn {
	display: none;
}
#global-nav-sp {
	display: none;
	overflow: auto;
	top: 69px;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 200;
}
#global-nav-sp .global-nav-main {
	background: #f0f0f0;
	margin: 0;
	padding: 10px 3% 80px;
}
#global-nav-sp .global-nav-main .link-list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	width: 106%;
	margin: -10px -3% 20px;
	padding: 0;
	border-bottom: solid 1px #cccccc;
}
#global-nav-sp .global-nav-main .link-list li {
	width: 50%;
}
#global-nav-sp .global-nav-main .link-list li a {
	display: block;
	position: relative;
	padding: 20px 0 20px 30px;
	border-top: solid 1px #cccccc;
	background-image: url(../images/0-icon-arrow-01.png);
	background-position: center left 10px;
	background-repeat: no-repeat;
	color: #333;
	text-decoration: none;
}
#global-nav-sp .global-nav-main .link-list li a:after {
	content: "";
	position: absolute;
	right: -1px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #cccccc;
}
#global-nav-sp .global-nav-main .link-list2 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	width: 106%;
	margin: 0 -3% 20px;
	padding: 0;
}
#global-nav-sp .global-nav-main .link-list2 li {
	width: 50%;
}
#global-nav-sp .global-nav-main .link-list2 li a {
	display: block;
	position: relative;
	padding: 5px 0 5px 30px;
	background-image: url(../images/0-icon-arrow-01.png);
	background-position: center left 10px;
	background-repeat: no-repeat;
	color: #333;
	font-size: 11px;
	text-decoration: none;
}
#global-nav-sp .global-nav-main .bnr-list {
	padding: 0;
}
#global-nav-sp .global-nav-main .bnr-list li {
	margin-bottom: 10px;
	text-align: center;
}
#global-nav-sp .close-btn {
	margin: 20px 0;
	text-align: center;
}
}



/*===================================================================
  contents
===================================================================*/
#contents {
}
#contents .breadcrumb {
  padding: 10px 0;
  line-height:1.2;
  font-size: 14px;
}
#contents .breadcrumb ol li {
	display: inline;
}
#contents .breadcrumb ol li::before {
	margin: 0 5px;
	content: ">";
}
#contents .breadcrumb ol li:first-child::before {
	display: none;
}
#contents .breadcrumb ol li a {
}
@media screen and (max-width:640px) {
#contents {
	margin-top: 70px;
}
}
/*===================================================================
  Main
===================================================================*/
.entry-content-left {
	float: left;
	width: 70%;
}
.entry-content-right {
	float: right;
	width: 28%;
}
.entry-content-right .side-list h2 {
	margin: 0;
	padding: 15px 5%;
	background: #eb0011;
	color: #fff;
	font-size: 18px;
}
.entry-content-right .side-list ul {
	border-left: solid 1px #eb0011;
	border-right: solid 1px #eb0011;
}
.entry-content-right .side-list ul li {
	margin: 0;
	border-bottom: solid 1px #eb0011;
}
.entry-content-right .side-list ul li a {
	display: block;
	padding: 10px 5%;
	color: #333;
	text-decoration: none;
	font-size: 16px;
}
.page-nation {
  display: flex;
  float: none;
  flex-direction: row;
  flex-wrap: wrap;
	margin: 30px 0 0;
}
.page-nation .page-numbers {
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  padding: 0;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 14px;
  background: #EB000F;
  margin: 10px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
	text-decoration: none;
}
.page-nation .page-numbers.prev,
.page-nation .page-numbers.next,
.page-nation .page-numbers.dots,
.page-nation .page-numbers.current {
  color: #333;
  background: none;
  border-bottom: none;
}

@media screen and (max-width:640px) {
.entry-content-left {
	width: 100%;
}
.entry-content-right {
	margin-top: 50px;
	width: 100%;
}
}

/*===================================================================
  global-footer
===================================================================*/
#global-footer {
	margin-top: 100px;
	border-top: solid 1px #ccc;
	padding: 20px 0;
}
.page-top #global-footer {
	margin: 0;
}
#global-footer .global-footer-left {
	float: left;
	width: 66%;
}
#global-footer .global-footer-left h2 {
	margin: 0 0 50px;
}
#global-footer .global-footer-left h2 img {
	width: 55%;
}
#global-footer .global-footer-left .link-list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
#global-footer .global-footer-left .link-list li {
	margin-bottom: 10px;
	width: 33%;
}
#global-footer .global-footer-left .link-list li a {
	padding-left: 15px;
	background-image: url(../images/0-icon-arrow-01.png);
	background-position: center left;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #333;
}
#global-footer .global-footer-left .link-list li a:hover {
	color: #eb000f;
}
#global-footer .global-footer-right {
	float: right;
	width: 25%;
}
#global-footer .global-footer-right .bnr-list {
	padding: 0;
}
#global-footer .global-footer-right .bnr-list li {
	margin-bottom: 15px;
	text-align: center;
}
#global-footer .copy {
	margin: 0;
	font-size: 12px;
	color: #aaaaaa;
	text-align: left;
}

@media screen and (max-width: 640px) {
#global-footer {
	margin-top: 50px;
	padding: 20px 0 0 0;
}
.page-top #global-footer {
	margin: 0;
}
#global-footer .global-footer-left {
	float: none;
	width: auto;
}
#global-footer .global-footer-left h2 {
	text-align: center;
}
#global-footer .global-footer-left h2 img {
	width: 100%;
}
#global-footer .global-footer-left .link-list li {
	margin-bottom: 20px;
	width: 50%;
}
#global-footer .global-footer-left .link-list li a {
	display: block;
}
#global-footer .global-footer-right {
	float: none;
	width: auto;
}
#global-footer .global-footer-right .bnr-list {
	max-width: 640px;
	margin: 0 auto ;
}
#global-footer .copy {
	margin: 0 -3%;
	padding: 5px 0;
	background: #000000;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
}


/*===================================================================
  other
===================================================================*/

@media screen and (max-width: 640px) {
#window-size-check {
	display: none;
}
}
