﻿@charset "UTF-8";

/* --------------------------------------------------------------------
	ユーザー定義　ヘッダー
--------------------------------------------------------------------- */
#header {
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px solid #e5e5e5;
	box-shadow:0px 5px 5px 0px #f6f6f6;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}
#header .header_inner_ {
	margin: 0 auto;
	text-align: left;
	padding: 7px 0 0;
}
#header .header_txt {
	width: 1200px;
	margin: 0 auto 2px;
	font-size: 11px;
	line-height: 15px;
	color: #20544A;
}
/* header_top_ */
#header .header_top_ {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
}
#header .logo {
	height: 36px;
	margin-top: 10px;
}
#header .logo img {
	height: 100%;
}
#header #header_search {
	margin-left: auto;
	width: 486px;
	height: 40px;
}
#header #header_search .search_form_ {
	display: flex;
	align-items: center;
}
#header #header_search #keyword_header {
	width: 418px;
	height: 40px;
	padding: 0 16px;
	border: 0;
	border-radius: 8px 0 0 8px;
	background: #F5F5F5;
}
#header #header_search #keyword_header::placeholder {
	color: #999999;
	font-size: 14px;
	font-weight: 500;
}

#header #header_search button {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	width: 68px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #20544a;
	padding: 0;
	border: 0;
	border-radius: 0 8px 8px 0;
	cursor: pointer;
}

#header .management_menu_ {
	width: 180px;
	margin-left: 24px;
	box-sizing: border-box;
}
#header .management_menu_ a {
	color: #20544a;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
	width: auto;
	height: 40px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border: 1px solid #20544a;
	background-image: url("../img/usr/common/ico_setting.png");
	background-position: 38px center;
	background-repeat: no-repeat;
	padding-left: 58.8px;
}
#header .management_menu_ a:hover {
	background-color: #def7f2;
}

/* header_middle_ */
.header_middle_ {
	width: 100%;
	margin-top: 22px;
	background: #20544A;
}
#globalnav {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 7px 0;
}

#globalnav li {
	padding: 0 16px;
	border-right: 1px solid #4D766E;
	display: flex;
	align-items: center;
	height: 21px;
}
#globalnav li a {
	height: 21px;
	color: #FFF;
	font-weight: bold;
}
#globalnav li span {
	color: #FFF;
	display: block;
	position: relative;
	background-position: left 6px;
	background-repeat: no-repeat;
	cursor: pointer;
}
#globalnav li > span,
#globalnav li a {
	padding-right: 20px;
	background: url("../img/usr/common/ico_down_arrow.png") no-repeat;
	background-size: 16px 16px;
	background-position: right center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#globalnav li a:link {
	text-decoration: unset;
}
#globalnav li a:hover,
#globalnav li > span:hover {
	opacity: 0.7;
}
/* 利用者情報 */
#globalnav li#gnav_member_name {
	display: flex;
	align-items: center;
	max-width: 350px;
	height: 54px;
	overflow: hidden;
	background-color: #2E6C60;
	border-radius: 8px;
	margin-right: auto;
	padding: 0 16px 0 0;
}
#globalnav li#gnav_member_name a {
	display: flex;
	width: calc(100% - 75px);
	height: 100%;
	align-items: center;
	padding: 0 0 0 95px;
	background: url("../img/usr/common/ico_member_name.png") no-repeat;
	background-size: auto 100%;
	background-position: 0 0;
	box-sizing: border-box;
}
#globalnav li#gnav_member_name a:hover {
	opacity: unset;
	background: url("../img/usr/common/ico_member_name_hover.png") no-repeat;
	background-size: auto 100%;
	background-position: 0 0;
}
#globalnav li#gnav_member_name a span {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.02em;
	color: #FFF;
	padding-right: 13px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	max-height: 44px;
	word-break: break-all;
}
#globalnav li#gnav_member_name input {
	position: relative;
	width: 75px;
	height: 24px;
	border-radius: 14px;
	border: 1px solid #FFF;
	background: url(../img/usr/common/ico_clear_btn.png) no-repeat;
	background-size: 75px 24px;
	background-position: center;
	cursor: pointer;
	text-align: left;
	box-sizing: border-box;
}
#globalnav li#gnav_member_name input:hover {
	background: url(../img/usr/common/ico_clear_btn_hover.png) no-repeat;
	background-size: 75px 24px;
	background-position: center;
	background-color: #CDEAE4;
	color: #20544A;
}

/* gnavリスト */
/* カテゴリ */
#globalnav li#gnav_category span {
	background: unset;
	padding: 0;
}

/* マイオーダー */
#globalnav li#gnav_myorder {
	border: 0;
}
#globalnav li#gnav_myorder a {
	background: unset;
	padding: 0;
}
#globalnav li#gnav_myorder .myorder-modal {
	width: 13.95px;
	margin-top: -7px;
	margin-left: 10px;
}
#globalnav li#gnav_myorder .myorder-modal img {
	width: 100%;
}
/* カート */
#globalnav li#gnav_cart {
	width: 180px;
	height: 44px;
	margin: 0 0 0 20px;
	border: 0;
	padding-right: 0;
}
#globalnav li#gnav_cart a {
	position: relative;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	padding-left: 66px;
	background: url("../img/usr/common/ico_cart_wh.png") no-repeat;
	background-size: 20px 20px;
	background-position: 42px center;
	background-color: #FF5569;
}
#globalnav li#gnav_cart a::before {
	display: none;
}
#globalnav li#gnav_cart .js-cart-count {
	color: #FF5569;
	line-height: 1.0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background-color: #FFF;
	border-radius: 50%;
	position: absolute;
	right: 41px;
	top: 50%;
	transform: translateY(-50%);
}
/* ログイン前 */
#header.logout_ .header_inner_ {
	padding: 24px 0 18px;
}
#header.logout_ .logo {
	float: none;
	text-align: center;
	width: 100%;
	margin-bottom: 13px;
}
#header.logout_ .logo img {
	width: 192px;
}
#header.logout_  p {
	font-size: 18px;
	font-weight: bold;
	line-height: 2.0;
	text-align: center;
}
/* gnav情報検索 */
#gnav_contract_search_menu {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #20544A;
	z-index: 50;
	display: none;
}
#gnav_contract_search_menu .gnavmenu_inner_ {
	width: 1200px;
	margin: 0 auto;
	padding: 38px 0 30px;
}
#gnav_contract_search_menu ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 24px;
}
#gnav_contract_search_menu ul li {
	width: 282px;
}
#gnav_contract_search_menu ul li a {
	min-height: 44px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
	position: relative;
	border-radius: 8px;
}
#gnav_contract_search_menu ul li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(../img/usr/common/ico_right_arrow.png) no-repeat;
	background-size: 16px 16px;
}
#gnav_contract_search_menu ul li a:hover {
	background-color: #def7f2;
}
/* gnav新規申込 */
#gnav_bookmark_menu {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #20544A;
	z-index: 50;
	display: none;
}
#gnav_bookmark_menu .gnavmenu_inner_ {
	width: 1200px;
	margin: 0 auto;
	padding: 38px 0 30px;
}
#gnav_bookmark_menu ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 24px;
}
#gnav_bookmark_menu ul li {
	width: 282px;
}
#gnav_bookmark_menu ul li a {
	min-height: 44px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
	position: relative;
	border-radius: 8px;
}
#gnav_bookmark_menu ul li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(../img/usr/common/ico_right_arrow.png) no-repeat;
	background-size: 16px 16px;
}
#gnav_bookmark_menu ul li a:hover {
	background-color: #def7f2;
}
/* gnav契約内容変更 */
#gnav_contract_change_menu {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #20544A;
	z-index: 50;
	display: none;
}
#gnav_contract_change_menu .gnavmenu_inner_ {
	width: 1200px;
	margin: 0 auto;
	padding: 38px 0 30px;
}
#gnav_contract_change_menu ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 24px;
}
#gnav_contract_change_menu ul li {
	width: 282px;
}
#gnav_contract_change_menu ul li a {
	min-height: 44px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
	position: relative;
	border-radius: 8px;
}
#gnav_contract_change_menu ul li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(../img/usr/common/ico_right_arrow.png) no-repeat;
	background-size: 16px 16px;
}
#gnav_contract_change_menu ul li a:hover {
	background-color: #def7f2;
}
/* --------------------------------------------------------------------
	ユーザー定義　ヘッダ　カテゴリメニュー
--------------------------------------------------------------------- */
#gnav_category_menu {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #20544A;
	z-index: 50;
	display: none;
}
#gnav_category_menu .gnavmenu_inner_ {
	width: 1200px;
	margin: 0 auto;
	padding: 38px 0 30px;
}
#gnav_category_menu ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 24px;
}
#gnav_category_menu ul li {
	width: 180px;
}
#gnav_category_menu ul li a {
	min-height: 56px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
	position: relative;
	border-radius: 8px;
}
#gnav_category_menu ul li a:hover {
	background-color: #def7f2;
}
#gnav_category_menu ul li a::before {
	content: "";
	position: absolute;
	right: 4px;
	bottom: 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #20544a transparent;
}
#gnav_category_menu .btn_close_ {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	width: 100px;
	height: 30px;
	display: flex;
	align-items: center;
	border-radius: 8px;
	margin: 15px auto 0;
	cursor: pointer;
	background-color: #FFF;
	padding-left: 27px;
	box-sizing: border-box;
}
#gnav_category_menu .btn_close_ span {
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #575859;
	border-radius: 20px;
}
#gnav_category_menu .btn_close_ span::before, #gnav_category_menu .btn_close_ span::after {
	content: "";
	position: absolute;
	left: 3px;
	top: 7px;
	width: 9px;
	height: 1px;
	background-color: #ffffff;
}
#gnav_category_menu .btn_close_ span::before {
	transform: rotate(-45deg);
}
#gnav_category_menu .btn_close_ span::after {
	transform: rotate(45deg);
}
/* マイオーダーモーダル */
.myorder-modal {
	position: relative;
}
#gnav_myorder_modal {
	width: 384px;
	position: absolute;
	right: -20px;
	top: 200%;
	background-color: #FEFBE6;
	z-index: 50;
	display: none;
	border-radius: 8px;
}
#gnav_myorder_modal .gnavmodal_inner_ {
	padding: 28px;
}
#gnav_myorder_modal .gnavmodal_inner_ h4 {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #7B471B;
	margin-bottom: 20px;
	text-align: left;
}
#gnav_myorder_modal .gnavmodal_inner_ p {
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	color: #7B471B;
	margin-bottom: 20px;
	text-align: left;
}
#gnav_myorder_modal .gnavmodal_inner_ .myorder_modal_close {
	width: 180px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	line-height: 1em;
	font-weight: bold;
	color: #FFF;
	background-color: #20544A;
	border-radius: 50px;
	margin: 0 auto;
	cursor: pointer;
}

/* 共通 */
.wrapper_wrapper_ div.wrapper_ {
	padding-top: 166px;
}

/* --------------------------------------------------------------------
	ユーザー定義　関連商品
--------------------------------------------------------------------- */
div.title_block_ {
	margin: 5px auto;
	padding: 5px;
	width: 590px;
}

/* --------------------------------------------------------------------
	ユーザー定義　最近見た商品
--------------------------------------------------------------------- */
#block_of_history h2 {
	margin-top: 2px;
	margin-bottom: 8px;
	padding: 10px 4px 10px 20px;
	font-size: 15px;
	font-weight: normal;
	background: #ffffff url(../img/usr/common_h2_blue.png) left top no-repeat;
	clear: both!important;
}

#toppage .mainframe_ {
	padding-top: 18px;
	background: #EFF2F1;
}
/* トップ：ステータス START */
#toppage #top_status {
	width: 100%;
}
#toppage #top_status .status_inner {
	width: 1200px;
	margin: 0 auto;
}
#toppage #top_status .status_inner h2 {
	font-size: 20px;
	line-height: 27px;
	font-weight: bold;
	margin-bottom: 18px;
}
#toppage #top_status .status_inner .status_con {
	position: relative;
	margin-bottom: 8px;
	width: 1200px;
}
#toppage #top_status .status_inner .status_con .status_con_list {
	border-radius: 8px;
	background: #FFF;
	overflow: hidden;
}
#toppage #top_status .status_inner .status_con.new_list::after {
	content: '';
	position: absolute;
	top: -8px;
	left: -8px;
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	background-color: #FF5569;
}
#toppage #top_status .status_inner .status_con .status_con_list h3.status-acc {
	position: relative;
	width: 100%;
	min-height: 27px;
	padding: 20px 28px 17px;
	background-color: #FFF;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
#toppage #top_status .status_inner .status_con.status_con_acc .status_con_list h3.status-acc:not(.open-acc):hover {
	background-color: rgba(205, 234, 228, 0.7);
}
#toppage #top_status .status_inner .status_con.status_con_acc .status_con_list h3.status-acc {
	cursor: pointer;
}
#toppage #top_status .status_inner .status_con.status_con_acc .status_con_list h3.status-acc::after {
	content: '';
	position: absolute;
	top: 20px;
	right: 16px;
	width: 24px;
	height: 24px;
	background: url(../img/usr/common/ico_list_arrow.png) no-repeat;
	background-size: 24px 24px;
}
#toppage #top_status .status_inner .status_con.status_con_acc .status_con_list h3.status-acc.open-acc::after {
	background: url(../img/usr/common/ico_list_arrow_open.png) no-repeat;
	background-size: 24px 24px;
}
#toppage #top_status .status_inner .status_con .status_con_list h3.status-acc img {
	height: 24px;
	margin-right: 8px;
}
#toppage #top_status .status_inner .status_con .status_con_list h3.status-acc span {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #32534A;
}
#toppage #top_status .status_inner .status_con .status_con_list .status_con_list_inner {
	margin: 0 14px 28px 28px;
	max-height: 195px;
	padding-right: 14px;
	overflow-y: auto;
}
#toppage #top_status .status_inner .status_con.status_con_acc .status_con_list .status_con_list_inner {
	display: none;
	max-height: 289px;
}
#toppage #top_status .status_inner .status_con .status_con_list .status_con_list_inner ul {
	height: max-content;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
#toppage #top_status .status_inner .status_con .status_con_list .status_con_list_inner ul li {
	position: relative;
	width: 100%;
	min-height: 44px;
}
#toppage #top_status .status_inner .status_con .status_con_list .status_con_list_inner ul li a {
	position: relative;
	width: 100%;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	border: 1px solid #EAEAEA;
	border-radius: 8px;
	padding-left: 16px;
	box-sizing: border-box;
	color: #333333;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
}
#toppage #top_status .status_inner .status_con .status_con_list .status_con_list_inner ul li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	width: 16px;
	height: 16px;
	background: url(../img/usr/common/ico_right_arrow.png) no-repeat;
	background-size: 16px 16px;
	transform: translateY(-50%);
}
#toppage #top_status .status_inner .status_con .status_con_list .status_con_list_inner ul li a:link {
	text-decoration: unset;
}
#toppage #top_status .status_inner .status_con .status_con_list .status_con_list_inner ul li a:hover {
	text-decoration: unset;
	background: rgba(205,234,228,0.5);
}
#toppage #top_status .status_inner .status_con .status_con_list .status_con_list_inner ul li.new_::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #FF5569;
}
#toppage #top_status .status_inner .status_con:last-child {
	margin-top: 22px;
	display: flex;
	justify-content: space-between;
}
#toppage #top_status .status_inner .status_con:last-child .status_con_list {
	width: 588px;
}
/* トップ：ステータス END */
/* トップ：メニュー START */
#toppage #top_search {
	margin: 32px auto 0;
}
#toppage #top_search .search_inner {
	width: 1200px;
	margin: 0 auto;
}
#toppage #top_search .search_inner h2 {
	font-size: 20px;
	line-height: 27px;
	font-weight: bold;
	margin-bottom: 16px;
}
#toppage #top_search .search_inner .search_con {
	display: flex;
	justify-content: center;
	gap: 24px;
}
#toppage #top_search .search_inner .search_con .search_con_list {
	width: 384px;
	height: 300px;
	background-color: #CDEAE4;
	border-radius: 8px;
	padding: 28px;
	box-sizing: border-box;
}
#toppage #top_search .search_inner .search_con .search_con_list h3.search_ttl {
	display: flex;
	height: 24px;
	gap: 8px;
	margin-bottom: 20px;
}
#toppage #top_search .search_inner .search_con .search_con_list h3.search_ttl img {
	height: 24px;
}
#toppage #top_search .search_inner .search_con .search_con_list h3.search_ttl span {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #20544A;
}
#toppage #top_search .search_inner .search_con .search_con_list ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
#toppage #top_search .search_inner .search_con .search_con_list ul li {
	width: 100%;
	background-color: #FFF;
	overflow: hidden;
	border-radius: 8px;
}
#toppage #top_search .search_inner .search_con .search_con_list ul li a {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 16px;
	width: 100%;
	min-height: 44px;
	background-color: #FFF;
	border-radius: 8px;
	box-sizing: border-box;
	color: #333;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
}
#toppage #top_search .search_inner .search_con .search_con_list ul li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	width: 16px;
	height: 16px;
	background: url(../img/usr/common/ico_right_arrow.png) no-repeat;
	background-size: 16px 16px;
	transform: translateY(-50%);
}
#toppage #top_search .search_inner .search_con .search_con_list ul li a:link {
	text-decoration: unset;
}
#toppage #top_search .search_inner .search_con .search_con_list ul li a:hover {
	text-decoration: unset;
	color: #333;
	background-color: rgba(200, 234, 228, 0.7);
}
/* トップ：メニュー END */
/* トップ：お知らせ START */
#toppage #top_topiclist {
	width: 100%;
	margin: 20px auto 0;
}
#toppage #top_topiclist .topic_inner {
	width: 1200px;
	box-sizing: border-box;
	border-radius: 8px;
	margin: 0 auto;
	padding: 25px 28px 28px;
	background-color: #FFF;
}
#toppage #top_topiclist .topic_inner h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 27px;
	color: #20544A;
	margin-bottom: 17px;
}
#toppage #top_topiclist .topic_inner .topiclist_body_ {
	border: 0;
}
#toppage #top_topiclist .topic_inner .topiclist_body_ ul {
	padding-bottom: 1px;
}
#toppage #top_topiclist .topic_inner .topiclist_body_ ul li {
	padding-left: 0;
	border-top: 0;
	border-bottom: 1px solid #e5e5e5;
}
/* トップ：お知らせ END */

/* トップ：カテゴリーから探す START */
#top_category_search {
	background: url("../img/usr/common/top_catelist_bg.png") no-repeat;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 85px;
	padding: 120px 0 124px;
	box-sizing: border-box;
}
#top_category_search .topcategorysearch_inner_ {
	width: 1200px;
	margin: 0 auto;
}
#top_category_search h2 {
	color: #FFF;
	font-size: 20px;
	line-height: 27px;
	font-weight: bold;
	margin-bottom: 21px;
}
#top_category_search ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 24px;
}
#top_category_search ul li {
	width: 180px;
	background-color: #FFF;
}
#top_category_search ul li a {
	position: relative;
	width: 100%;
	min-height: 81px;
	color: #333333;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 4px;
}
#top_category_search ul li a:hover {
	opacity: 1;
	background-color: rgba(205, 234, 228, 0.7);
}
#top_category_search ul li a::before {
	content: "";
	position: absolute;
	right: 4px;
	bottom: 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #20544a transparent;
}
/* トップ：カテゴリーから探す END */

/* --------------------------------------------------------------------
	ユーザー定義　フッター
--------------------------------------------------------------------- */
#footer {
	padding: 50px 0 52px;
	background-color: #20544A;
}
#footer .footer_inner_ {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#footer .footer_logo_ {
	width: 102.4px;
}
#footer .footer_logo_ img {
	width: 100%;
}
#footer .footer_list {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
#footer #footernav {
	display: flex;
	padding-top: 8px;
	margin-right: 54px;
}
#footer #footernav li {
	border-left: 1px solid #FFF;
}
#footer #footernav li:last-child {
	border-right: 1px solid #FFF;
}
#footer #footernav li a {
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	padding: 0 16px;
	display: block;
}
#footer #footernav li a:hover {
	text-decoration: underline;
}
#footer .change_mode_ {
	margin: 21px 0 0;
	text-align: right;
}
#footer .change_mode_ span {
	color: #FFF;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	cursor: pointer;
	padding-left: 25px;
	text-decoration: underline;
}
#footer .change_mode_ span:hover {
	text-decoration: none;
}
/* ログイン前 */
#footer.logout_ {
	padding: 40px 0 30px;
}
#footer.logout_ .footer_logo_ {
	width: 100%;
	text-align: center;
}
#footer.logout_ .footer_logo_ img {
	width: 120px;
}
#footer.logout_ .change_mode_ {
	text-align: center;
}