
/* ----------------------------------------
ヘッダー
---------------------------------------- */
.ironHeader {
	height: 73px;
	width: auto;
	/*! margin-bottom: 5px; */
	margin-bottom: 18px;
	border-bottom: 1px #ccc solid;
}

.pagetop {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}


/* ----------------------------------------
パンくずリスト
---------------------------------------- */
.bread-area {
	margin-bottom: 10px;
}
.breadcrumbs {
	margin: 0;
	padding-right: 1em;
}
.breadcrumbs li {
	color: #444;
	display: inline;
	font-weight: 300;
	font-size: 13px;
	max-width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumbs li + li::before {
	content: ">";
	margin: 0 4px;
}

@media screen and (max-width: 767px) {
	.bread-area {
		margin-bottom: 10px;
		padding-top: 10px;
	}
}


/* ----------------------------------------
ニュース
---------------------------------------- */
.news-area {
	width: 90%;
	margin: 0 auto;
	padding-top: 50px;
}
.news-area h3 {
	margin-bottom: 50px;
	font-size: 27px;
	font-size: 2.7rem;
	font-weight: 700;
	text-align: center;
}
.news-area h4 {
	margin-bottom: 10px;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 700;
	text-align: center;
}
.news-inner p {
	font-size: 17px;
	font-size: 1.7rem;
}
.news-inner .text-right {
	text-align: right;
}
.news-inner .text-memo {
	font-size: 15px;
	font-size: 1.5rem;
}
.btn_back a {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.news-area {
		width: 100%;
		padding: 20px 10px 0;;
	}
	.news-area h3 {
		margin-bottom: 30px;
		font-size: 20px;
		font-size: 2.0rem;
		text-align: left;
	}
	.news-area h4 {
		margin-bottom: 4px;
		font-size: 15px;
		font-size: 1.5rem;
	}
	.news-inner p {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.news-inner .text-memo {
		font-size: 14px;
		font-size: 1.4rem;
	}
}


/* ----------------------------------------
マージン
---------------------------------------- */
.mb-0 { margin-bottom: 0px !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-35 { margin-bottom: 35px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-45 { margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-55 { margin-bottom: 55px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-65 { margin-bottom: 65px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-75 { margin-bottom: 75px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-85 { margin-bottom: 85px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-95 { margin-bottom: 95px !important; }
.mb-100 { margin-bottom: 100px !important; }
.mb-105 { margin-bottom: 105px !important; }
.mb-110 { margin-bottom: 110px !important; }
.mb-115 { margin-bottom: 115px !important; }
.mb-120 { margin-bottom: 120px !important; }
.mb-125 { margin-bottom: 125px !important; }
.mb-200 { margin-bottom: 200px !important; }


/* ----------------------------------------
フッター
---------------------------------------- */
.footer{
	margin-top: 60px;
	padding: 10px 0;
	border: none;
	background-color: #111111;
}
.footer a {
	color: #444;
	text-decoration: none;
}
.footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 5%;
	display: flex;
	justify-content: space-between;
}
@media (min-width: 1200px) {
	.footer-inner {
		padding: 0;
		width: 90%;
	}
}

.footer .inner{
	position: relative;
}
.footer-copyright{
	text-align: center;
	color: #fff;
}
.footer-language-selector .dropdown-toggle{
	color: #fff;
}
.inner{
	width: 100%;
	max-width: 100%;
	padding: 0 10px;
	margin: 0 auto;
	height: auto;
}

@media (min-width: 768px){
	.footer-language-selector{
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.inner{
		max-width: 1200px;
		padding: 0 10px;
	}
}

.footer{
	padding: 0;
}
.footer .inner{
	padding: 0;
}
.footer .inner .nav-list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-top: 1px solid #757575;
}
.footer .inner .nav-list li{
	font-size: 12px;
	width: 50%;
	border-bottom: 1px solid #757575;
}
.footer .inner .nav-list li:nth-of-type(2n+1){
	border-right: 1px solid #757575;
}
.footer .inner .nav-list li a{
	display: flex;
	align-items: center;
	color: #f5f5f5;
	padding: 0px 25px;
	height: 40px;
}
.footer .inner .footer-copyright{
	font-size: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	margin: 0;
}


@media (min-width: 768px) {
	.footer{
		padding: 18px 0;
	}
	.footer .inner{
		display: flex;
		justify-content: space-between;
		padding: 0px 10px;
	}
	.footer .inner .nav-list{
		border-top: 0;
	}
	.footer .inner .nav-list li{
		margin: 0 40px 0 0;
		line-height: 1;
		border: 0;
		width: auto;
		border-bottom: 0;
	}
	.footer .inner .nav-list li:nth-of-type(2n+1){
		border-right: 0;
	}
	.footer .inner .nav-list li a{
		display: inline;
		padding: 5px 10px;
	}
	.footer .inner .nav-list li:first-child a{
		padding-left: 0;
	}
	.footer .inner .footer-copyright{
		line-height: 1;
		font-weight: 500;
		height: auto;
		display: block;
	}
}