@charset "UTF-8";

html {
	font-size: 62.5%;
}

body {
	font-size: 1.5rem;
	font-family: "Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic", sans-serif;
}

a {
	color: #0068b7;
}

ul {
	list-style: none;
	padding: 0;
}

main {
	padding-top: 20px;
	background: #ffffff;
}

header.container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
	min-height: 70px;
	padding-left: 0;
	padding-right: 0;
}

.logo {
	flex: 1 1 350px;
	position: relative;
	width: 100%;
	max-width: 265px;
	height: auto;
	padding: 8px 43px 5px 10px;
	margin: 3px 75px 3px 0;
}

.logo img {
	max-width: 324px;
	height: auto;
}

.logo::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 10px;
	width: 31px;
	height: 68px;
	background: url(../images/toppage/minamo_sp.png) no-repeat center;
}

.header_nav_btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 500;
	width: 70px;
	height: 70px;
}

.header_nav_btn button {
	-webkit-appearance: none;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	background: #0068b7;
	cursor: pointer;
}

.header_nav_btn.active button::after {
	display: block;
	content: "閉じる";
	padding-top: 45px;
	color: #ffffff;
	font-size: 1.1rem;
	text-align: center;
}

.header_nav_btn span {
	position: absolute;
	display: block;
	width: 36px;
	height: 4px;
	margin: 0;
	background: #ffffff;
}

.header_nav_btn span:nth-child(1) {
	top: 21px;
	left: 17px;
}

.header_nav_btn span:nth-child(2) {
	top: 33px;
	left: 17px;
}

.header_nav_btn span:nth-child(3) {
	top: 45px;
	left: 17px;
}

.header_nav_btn.active span:nth-child(1) {
	top: 27px;
	left: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header_nav_btn.active span:nth-child(2) {
	top: 27px;
	left: 18px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header_nav_btn.active span:nth-child(3) {
	background: transparent;
}

.header_nav {
	display: none;
}

.header_nav.open {
	display: block;
}

.header_nav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}

.header_nav ul {
	padding: 70px 20px 50px 20px;
	background: #0068b7;
	color: #ffffff;
	text-align: center;
}

.header_nav ul li {
	position: relative;
	padding: 10px;
}

.header_nav ul a {
	color: #ffffff;
}

.news {
	overflow: hidden;
	border: 1px solid #0068b7;
	border-radius: 15px;
	margin-bottom: 15px;
}

.news_header {
	padding: 0 15px;
	background: #0068b7;
	color: #ffffff;
}

.news_header h2 {
	float: left;
	padding: 18px 0 15px 35px;
	margin: 0;
	background: url(../images/toppage/icon_info.png) no-repeat center left;
	font-size: 1.9rem;
	font-weight: bold;
}

.news_link {
	float: right;
	padding: 18px 0 16px 25px;
	font-size: 1.3rem;
}

.news_link a {
	position: relative;
	background: #0068b7;
	color: #ffffff;
}

.news_link a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
	width: 0;
	height: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-left: 8px solid #ffffff;
}

.news dl {
	padding: 20px 20px 10px 20px;
	margin: 0;
}

.news dt {
	color: #333333;
	font-weight: normal;
}

.news dd {
	padding-bottom: 10px;
}

.news dd a {
	margin-right: 10px;
}

.news .important {
	display: inline-block;
	width: 50px;
	height: 22px;
	padding-top: 1px;
	background: #e14a63;
	color: #ffffff;
	border-radius: 5px;
	text-align: center;
}

.tab_area {
	padding-top: 15px;
	padding-bottom: 15px;
}

.tab_area a.hover,
.tab_area a:hover {
	text-decoration: none;
}

.tab_menu_pc {
	display: none;
}

.tab_main .tab1, .tab_main .tab2 {
	padding-bottom: 15px;
}

.tab_main h2 {
	margin: 0;
	font-size: 1.9rem;
}

.tab_main h2 a,
.tab_menu_pc li a {
	position: relative;
	display: block;
	padding: 15px 40px 10px 85px;
	color: #ffffff;
	font-weight: bold;
	line-height: 130%;
}

.tab_main h2 a.hover,
.tab_menu_pc li a.hover {
	opacity: .8;
}

.tab_main h2 a span,
.tab_menu_pc a span {
	font-size: 2.8rem;
}

.tab_main h2 a::after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-top: 11px solid #ffffff;
}

.tab_main h2 a.active::after {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	border: 11px solid transparent;
	border-bottom: 11px solid #ffffff;
}

.tab_main .tab1 h2 a,
.tab_menu_pc .tab1_pc a {
	position: relative;
	background: #e14a63;
}

.tab_main .tab2 h2 a,
.tab_menu_pc .tab2_pc a {
	position: relative;
	background: #008039;
}

.tab_main .tab3 h2 a,
.tab_menu_pc .tab3_pc a {
	position: relative;
	background: #0068b7;
}

.tab_main h2 a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 70px;
	height: 50px;
}

.tab_main .tab1 h2 a::before {
	background: url(../images/toppage/icon_emargency_sp.png) no-repeat 15px center;
}

.tab_main .tab2  h2 a::before {
	background: url(../images/toppage/icon_medical_sp.png) no-repeat 15px center;
}

.tab_main .tab3 h2 a::before {
	background: url(../images/toppage/icon_phone_sp.png) no-repeat 15px center;
}

.tab_contents {
	overflow: hidden;
	display: none;
	padding: 20px;
}

#tab1 {
	border: 6px solid #e14a63;
	background: #ffe5e9;
}

#tab2 {
	border: 6px solid #008039;
	background: #c3f6da;
}

#tab3 {
	border: 6px solid #0068b7;
	background: #ceeaff;
}

.tab_contents li {
	padding: 10px 15px;
}

.tab_contents li1 {
	padding: 10px 15px;
	display: block;
	margin: 0px auto;
}

.tab_inner {
	overflow: hidden;
	display: block;
	height: 100%;
	background: #ffffff;
	border: 1px solid #a7a7a7;
	border-radius: 10px;
	box-shadow: 0 8px 5px rgba(0, 0, 0, 0.3);
}

.tab_inner > a,
#tab3 .tab_title {
	display: block;
	flex-wrap: wrap;
	height: 100%;
	padding: 55px 20px 10px 20px;
	background: no-repeat center 20px;
	color: #414040;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	transition: .3s;
}

#tab3 .tab_inner {
	height: auto;
}

#tab3 .tab_inner.tab_box {
	height: 100%;
	box-shadow: none;
}

#tab3 .tab_title {
	display: block;
	height: auto;
	background: no-repeat center 20px;
	font-weight: bold;
}

.tab_inner a.hover,
.tab_inner.icon_left > a.hover {
	color: #ffffff;
}

#tab1 .tab_inner a.hover,
#tab1 .tab_inner.icon_left > a.hover {
	background-color: #e14a63;
}

#tab2 .tab_inner a.hover,
#tab2 .tab_inner.icon_left > a.hover {
	background-color: #008039;
}

#tab3 .tab_inner a.hover,
#tab3 .tab_inner.icon_left > a.hover {
	background-color: #0068b7;
}

.tab_inner > a > span {
	display: inline-block;
	text-align: left;
}

.tab_inner.icon_left > a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 18px 20px 15px 60px;
	background: no-repeat 20px center;
}

.tab_inner > .tab_title {
	height: auto;
}

.tab_inner .detail {
	padding-top: 20px;
	font-size: 1.3rem;
	font-weight: normal;
	text-align: left;
}

.tab_inner.tab_box .detail {
	padding: 20px 20px 10px 20px;
	border-top: 1px solid #a7a7a7;
}

.tab_inner .detail .align_center {
	text-align: center;
}

.tab_inner .detail .align_center span {
	display: inline-block;
	text-align: left;
}

.tab_lead {
	color: #0068b7;
	text-align: center;
	font-weight: bold;
}

.tab_lead span {
	font-size: 1.8rem;
}

.tab_lead_sub .note {
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 110%;
}

.tab_lead_sub {
	color: #0068b7;
}

.tab_lead_sub .note li {
	padding: 0 0 5px 30px;
	text-indent: -18px;
}

.tab_lead_sub .note li::before {
	content: "※ ";
}

.tab_inner.emargency1 a {
	background-image: url(../images/toppage/icon_emargency_sp01.png);
}

.tab_inner.emargency2 a {
	background-image: url(../images/toppage/icon_emargency_sp02.png);
}

.tab_inner.emargency3 a {
	background-image: url(../images/toppage/icon_emargency_sp03.png);
}

.tab_inner.emargency4 a {
	background-image: url(../images/toppage/icon_emargency_sp04.png);
}

.tab_inner.emargency5 a {
	background-image: url(../images/toppage/icon_emargency_sp05.png);
}

.tab_inner.emargency6 a {
	background-image: url(../images/toppage/icon_emargency_sp06.png);
}

.tab_inner.emargency7 a {
	background-image: url(../images/toppage/icon_emargency_sp07.png);
}

.tab_inner.emargency8 a {
	background-image: url(../images/toppage/icon_emargency_sp08.png);
}

.tab_inner.medical1 a {
	background-image: url(../images/toppage/icon_medical_sp01.png);
}

.tab_inner.medical2 a {
	background-image: url(../images/toppage/icon_medical_sp02.png);
}

.tab_inner.medical3 a {
	background-image: url(../images/toppage/icon_medical_sp03.png);
}

#tab3 .tab_inner.phone1 .tab_title {
	background-image: url(../images/toppage/icon_phone_sp01.png);
}

.tab_inner.phone2 a {
	background-image: url(../images/toppage/icon_phone_sp02.png);
}

#tab3 .tab_inner.phone3 .tab_title {
	background-image: url(../images/toppage/icon_phone_sp03.png);
}

.tab_inner.emargency1 a.hover {
	background-image: url(../images/toppage/icon_emargency_sp01-w.png);
}

.tab_inner.emargency2 a.hover {
	background-image: url(../images/toppage/icon_emargency_sp02-w.png);
}

.tab_inner.emargency3 a.hover {
	background-image: url(../images/toppage/icon_emargency_sp03-w.png);
}

.tab_inner.emargency4 a.hover {
	background-image: url(../images/toppage/icon_emargency_sp04-w.png);
}

.tab_inner.emargency5 a.hover {
	background-image: url(../images/toppage/icon_emargency_sp05-w.png);
}

.tab_inner.emargency6 a.hover {
	background-image: url(../images/toppage/icon_emargency_sp06-w.png);
}

.tab_inner.emargency7 a.hover {
	background-image: url(../images/toppage/icon_emargency_sp07-w.png);
}

.tab_inner.emargency8 a.hover {
	background-image: url(../images/toppage/icon_emargency_sp08-w.png);
}

.tab_inner.medical1 a.hover {
	background-image: url(../images/toppage/icon_medical_sp01-w.png);
}

.tab_inner.medical2 a.hover {
	background-image: url(../images/toppage/icon_medical_sp02-w.png);
}

.tab_inner.medical3 a.hover {
	background-image: url(../images/toppage/icon_medical_sp03-w.png);
}

.tab_inner.phone2 a.hover {
	background-image: url(../images/toppage/icon_phone_sp02-w.png);
}

.notice {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #db0000;
	border-radius: 10px;
	color: #db0000;
	font-size: 1.2rem;
}

.search_area  {
	margin-top: 15px;
	margin-bottom: 15px;
}

.search_area h2 {
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	padding: 0 20px 0 60px;
	margin: 0;
	background: #ffc63c url(../images/toppage/icon_search.png) no-repeat 20px center;
	border: 1px solid #a77602;
	border-bottom: 1px solid #a77602;
	border-radius: 15px 15px 0 0/15px 15px 0 0;
	vertical-align: middle;
	font-size: 2.1rem;
	font-weight: bold;
	color: #414040;
}

.search_area div {
	position: relative;
	overflow: hidden;
	padding: 30px 115px 30px 20px;
	background: #ffeab9;
	border: 1px solid #a77602;
	border-top: none;
	border-radius: 0 0 15px 15px/0 0 15px 15px;
}

.search_area input[type="search"] {
	-webkit-appearance: none;
	width: 100%;
	height: 38px;
	border: 2px solid #a7a7a7;
	border-radius: 9px;
}

.search_area input[type="submit"] {
	-webkit-appearance: none;
	position: absolute;
	top: 30px;
	right: 20px;
	width: 85px;
	height: 38px;
	padding:3px 0 3px 0.5rem;
	background: #d1cfcf;
	border: 2px solid #a7a7a7;
	border-radius: 9px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.5rem;
	color: #333333;
	cursor: pointer;
}
/*IE11のみ*/
_:-ms-fullscreen, :root .search_area input[type="submit"] {
	padding:3px 0 3px 1rem;
}

.search_area input[type="submit"].hover {
	opacity: .8;
}

.btn_area {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #ffffff;
}

.btn_area .login {
	padding-bottom: 10px;
}

.btn_area .links {
	padding-top: 10px;
}

.btn_area a {
	position: relative;
	display: block;
	height: 100%;
	padding: 17px 30px 10px 60px;
	border-radius: 10px;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
}

.btn_area a.hover {
	opacity: .8;
}

.btn_area .login a {
	background: #0068b7 url(../images/toppage/icon_lock.png) no-repeat 20px center;
}

.btn_area .links a {
	background: #008039 url(../images/toppage/icon_link.png) no-repeat 20px center;
}

.btn_area a::before {
	content:"";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: #ffffff;
	border-radius: 50%;
}

.btn_area a::after {
	content: "";
	position: absolute;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 5px solid transparent;
}

.btn_area .login a::after {
	border-left: 8px solid #0068b7;
}

.btn_area .links a::after {
	border-left: 8px solid #008039;
}

.banner {
	max-width: 300px;
	padding: 15px 20px 30px 20px;
	margin: 0 auto;
}

.banner div a {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 45%;
	margin-top: 10px;
}

.banner div:nth-child(1) a {
	background: url(../images/toppage/top_banner101.png) no-repeat center/contain;
}

.banner div:nth-child(1) a.hover {
	background: url(../images/toppage/top_banner101-on.png) no-repeat center/contain;
}

.banner div:nth-child(2) a {
	background: url(../images/toppage/top_banner102.png) no-repeat center/contain;
}

.banner div:nth-child(2) a.hover {
	background: url(../images/toppage/top_banner102-on.png) no-repeat center/contain;
}

.banner div:nth-child(3) a {
	background: url(../images/toppage/top_banner103.png) no-repeat center/contain;
}

.banner div:nth-child(3) a.hover {
	background: url(../images/toppage/top_banner103-on.png) no-repeat center/contain;
}

.banner div:nth-child(4) a {
	background: url(../images/toppage/top_banner104.png) no-repeat center/contain;
}

.banner div:nth-child(4) a.hover {
	background: url(../images/toppage/top_banner104-on.png) no-repeat center/contain;
}

footer {
	background: #0068b7;
	color: #ffffff;
}

footer p {
	margin: 0;
}

footer a {
	color: #ffffff;
}

footer a.hover {
	color: #ffffff;
}

.footer_nav {
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer_nav li {
	padding: 9px 0 6px 0;
}

.footer_nav li:not(:last-child) {
	border-bottom: 1px solid #c1c1c1;
}

.footer_nav li a {
	padding-left: 5px;
}

.copyright {
	padding-bottom: 10px;
	font-size: 1.4rem;
	text-align: center;
}

.icon_window {
	padding-right: 20px;
	background: url(../images/toppage/icon_blank.png) no-repeat right 1px;
}

@media screen and (min-width:415px) {


	.tab_inner.icon_left > a {
		padding: 18px 40px 15px 70px;
	}

	.news_header {
		padding: 0 20px;
	}

	.news_header h2 {
		padding: 18px 0 15px 40px;
		font-size: 1.9rem;
	}

	.news_link {
		font-size: 1.4rem;
	}

	.banner {
		max-width: 760px;
	}
}

@media screen and (min-width:576px) {

	.btn_area .login {
		padding-bottom:0;
	}

	.btn_area .links {
		padding-top: 0;
	}
}

@media screen and (min-width:768px) {

	.wrapper {
		background: url(../images/toppage/site-bg.png) no-repeat right top/auto 100%;
	}

	.news dt {
		float: left;
		width: 110px;
	}

	.news dd {
		padding-left: 110px;
	}

	.btn_area .login {
		padding-bottom: 0;
	}
}

@media screen and (min-width:992px) {

	header.container {
		max-width: 960px;
		padding-left: 15px;
		padding-right: 15px;
		background: #ffffff;
	}

	.logo{
		margin: 5px 0;
		padding: 15px 50px 15px 10px;
		max-width: 360px;
	}

	.logo::after {
		width: 50px;
		height: 110px;
		right: 0;
		background: url(../images/toppage/minamo.png) no-repeat center;
	}

	.header_nav_btn {
		display: none;
	}

	.header_nav {
		display: block;
		width: auto;
		position: relative;
		padding: 0;
	}

	.header_nav ul {
		padding: 10px 15px;
		border-radius: 0 0 15px 15px/ 0 0 15px 15px;
	}

	.header_nav ul li {
		float: left;
		padding: 0 10px 0 25px;
	}

	.header_nav ul li::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 0;
		height: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		border: 5px solid transparent;
		border-left: 8px solid #ffffff;
	}

	.news_header h2,
	.search_area h2 {
		font-size: 2.4rem;
	}

	.news_link {
		padding: 23px 0 16px 25px;
	}

	.tab_menu_pc {
		display: block;
	}

	.tab_menu_pc ul {
		margin: 0;
	}

	.tab_menu_pc li {
		overflow: hidden;
		color: #ffffff;
		float: left;
		width: 33.33333333%;
		padding: 0 6px;
	}

	.tab_menu_pc li:first-child {
		padding: 0 12px 0 0;
	}

	.tab_menu_pc li:last-child {
		padding: 0 0 0 12px;
	}

	.tab_menu_pc li a {
		padding: 20px 10px 10px 105px;
		border-radius: 15px 15px 0 0/ 15px 15px 0 0;
		font-size: 2.0rem;
	}

	.tab_menu_pc li a span {
		line-height: 100%;
		font-size: 3.3rem;
	}

	.tab_menu_pc a::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 25px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 70px;
		height: 60px;
	}

	.tab_menu_pc .tab1_pc a::before {
		background: url(../images/toppage/icon_emargency.png) no-repeat left center;
	}

	.tab_menu_pc .tab2_pc a::before {
		background: url(../images/toppage/icon_medical.png) no-repeat left center;
	}

	.tab_menu_pc .tab3_pc a::before {
		background: url(../images/toppage/icon_phone.png) no-repeat left center;
	}
	.tab_menu_pc .tab1_pc a.active {
		border-bottom: 7px solid #e14a63;
	}

	.tab_menu_pc .tab2_pc a.active {
		border-bottom: 7px solid #008039;
	}

	.tab_menu_pc .tab3_pc a.active {
		border-bottom: 7px solid #0068b7;
	}

	.tab_main h2 {
		display: none;
	}

	.tab_main .tab1, .tab_main .tab2 {
		padding: 0;
	}

	.tab_contents {
		border-radius: 0 0 15px 15px/0 0 15px 15px;
	}

	.tab_inner > a,
	#tab3 .tab_title {
		padding: 85px 35px 10px 35px;
		font-size: 2.2rem;
	}

	.tab_inner.emargency1 a {
		background-image: url(../images/toppage/icon_emargency_01.png);
	}

	.tab_inner.emargency2 a {
		background-image: url(../images/toppage/icon_emargency_02.png);
	}

	.tab_inner.emargency3 a {
		background-image: url(../images/toppage/icon_emargency_03.png);
	}

	.tab_inner.emargency4 a {
		background-image: url(../images/toppage/icon_emargency_04.png);
	}

	.tab_inner.emargency5 a {
		background-image: url(../images/toppage/icon_emargency_05.png);
	}

	.tab_inner.emargency6 a {
		background-image: url(../images/toppage/icon_emargency_06.png);
	}

	.tab_inner.emargency7 a {
		background-image: url(../images/toppage/icon_emargency_07.png);
	}

	.tab_inner.emargency8 a {
		background-image: url(../images/toppage/icon_emargency_08.png);
	}

	.tab_inner.medical1 a {
		background-image: url(../images/toppage/icon_medical_01.png);
	}

	.tab_inner.medical2 a {
		background-image: url(../images/toppage/icon_medical_02.png);
	}

	.tab_inner.medical3 a {
		background-image: url(../images/toppage/icon_medical_03.png);
	}

	#tab3 .tab_inner.phone1 .tab_title {
		background-image: url(../images/toppage/icon_phone_01.png);
	}

	.tab_inner.phone2 a {
		background-image: url(../images/toppage/icon_phone_02.png);
	}

	#tab3 .tab_inner.phone3 .tab_title {
		background-image: url(../images/toppage/icon_phone_03.png);
	}

	.tab_inner.emargency1 a.hover {
		background-image: url(../images/toppage/icon_emargency_01-w.png);
	}

	.tab_inner.emargency2 a.hover {
		background-image: url(../images/toppage/icon_emargency_02-w.png);
	}

	.tab_inner.emargency3 a.hover {
		background-image: url(../images/toppage/icon_emargency_03-w.png);
	}

	.tab_inner.emargency4 a.hover {
		background-image: url(../images/toppage/icon_emargency_04-w.png);
	}

	.tab_inner.emargency5 a.hover {
		background-image: url(../images/toppage/icon_emargency_05-w.png);
	}

	.tab_inner.emargency6 a.hover {
		background-image: url(../images/toppage/icon_emargency_06-w.png);
	}

	.tab_inner.emargency7 a.hover {
		background-image: url(../images/toppage/icon_emargency_07-w.png);
	}

	.tab_inner.emargency8 a.hover {
		background-image: url(../images/toppage/icon_emargency_08-w.png);
	}

	.tab_inner.medical1 a.hover {
		background-image: url(../images/toppage/icon_medical_01-w.png);
	}

	.tab_inner.medical2 a.hover {
		background-image: url(../images/toppage/icon_medical_02-w.png);
	}

	.tab_inner.medical3 a.hover {
		background-image: url(../images/toppage/icon_medical_03-w.png);
	}

	.tab_inner.phone2 a.hover {
		background-image: url(../images/toppage/icon_phone_02-w.png);
	}

	.search_area div {
		padding: 30px 130px 30px 35px;
	}

	.search_area input[type="submit"] {
		right: 30px;
		font-size: 2.0rem;
	}

	.btn_area > .row {
		height: 100%;
	}

	.btn_area .login,
	.btn_area .links {
		height: 50%;
	}

	.btn_area .login {
		padding-bottom: 10px;
	}

	.btn_area .links {
		padding-top: 10px;
	}

	.btn_area a {
		padding: 23px 10px 10px 50px;
		font-size: 1.7rem;
	}

	.banner {
		max-width: 1100px;
		padding-bottom: 40px;
	}

	.banner div {
		padding-left: 25px;
		padding-right: 25px;
	}

	.footer_nav {
		display: flex;
		justify-content: center;
	}

	.footer_nav li {
		float: left;
		padding: 3px 20px;
	}

	.footer_nav li:not(:last-child) {
		position: relative;
		border: none;
	}

	.footer_nav li:not(:last-child)::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 1px;
		height: 12px;
		background: #ffffff;
	}
}

@media screen and (min-width:1200px) {

	header.container {
		max-width: 1140px;
	}
}