@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information

File name:     header_footer.css
Created:       2024-01-21
Style Info:    COMMON header footer CSS
----------------------------------------------------------- */

/* ------------------------------------ */

/* Header */

/* ------------------------------------ */

.header20 {
	background: #fff;
	border-bottom: 1px solid #222;
	z-index: 10000;
}

.header20_sp_menu_bglayer {
	background-color: rgba(0, 0, 0, 0.65);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.header20_wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 131px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
}

.header20_logo {
	left: 0;
	position: absolute;
	top: calc(50% - 25px);
	z-index: 2;
}

.header20_logo a {
	/* background: url(../img/common/header_logo.png) center center/100% auto no-repeat; */ /* hisaki 240802 del */
	display: block;
	/* height: 0; */ /* hisaki 240802 del */
	overflow: hidden;
	/* padding-top: 46px; */ /* hisaki 240802 del */
	width: 340px;
}
.header20_logo a img{
	width: 100%;
	height: auto;
}

.header20_sbnav {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100px;
	justify-content: flex-end;
	padding-bottom: 20px;
	width: 100%;
	z-index: 1;
}

.header20_sbnav > ul {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	justify-content: flex-end;
	text-align: center;
}

.header20_sbnav > ul > li {
	margin-left: 20px;
}

.header20_sbnav > ul > li a {
	color: #666;
	display: block;
	text-align: center;
}

.header20_sbnav > ul > li span {
	display: block;
	font-size: 1.1rem;
}

.header20_sbnav > ul > li.icon {
	margin-left: 0;
	position: relative;
}

.header20_sbnav > ul > li.icon > a,
.header20_sbnav > ul > li.icon > div {
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: 30px auto;
	height: 67px;
	padding-top: 45px;
	width: 70px;
}

.header20_sbnav > ul > li.icon .count {
	background: #23afb7;
	border-radius: 20px;
	color: #fff;
	font-size: 1rem;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	width: 20px;
}

.header20_sbnav > ul > li.sbnav_srch > a {
	background-image: url(../img/common/header_sbnav_search.png);
}

.header20_sbnav > ul > li.sbnav_my {
	position: relative;
}

.header20_sbnav > ul > li.sbnav_my > a,
.header20_sbnav > ul > li.sbnav_my > div {
	background-image: url(../img/common/header_sbnav_my.png);
}

.header20_sbnav > ul > li.sbnav_my > div {
	-webkit-transition: .3s ease;
	cursor: pointer;
	transition: .3s ease;
}

.header20_sbnav > ul > li.sbnav_my > div.active {
	background-color: #23afb7;
	background-image: url(../img/common/header_sbnav_my_white.png);
	color: #fff;
}

.header20_sbnav > ul > li.sbnav_my .sbnav_my_menu {
	background: #23afb7;
	display: none;
}

.header20_sbnav > ul > li.sbnav_my .sbnav_my_menu ul {
	border: 1px solid #ccc;
	border-radius: 6px;
}

.header20_sbnav > ul > li.sbnav_my .sbnav_my_menu ul li {
	margin: 0;
}

.header20_sbnav > ul > li.sbnav_my .sbnav_my_menu ul li + li {
	border-top: 1px solid #ccc;
}

.header20_sbnav > ul > li.sbnav_my .sbnav_my_menu ul li a {
	background: #fff;
	color: #000;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 10px 25px 10px 10px;
	position: relative;
	text-align: left;
}

.header20_sbnav > ul > li.sbnav_my .sbnav_my_menu ul li a::before {
	background: #222;
	border-radius: 12px;
	content: "";
	display: block;
	height: 12px;
	position: absolute;
	right: 10px;
	top: calc(50% - 6px);
	width: 12px;
	z-index: 1;
}

.header20_sbnav > ul > li.sbnav_my .sbnav_my_menu ul li a::after {
	-webkit-transform: rotate(-45deg);
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
	display: block;
	height: 4px;
	position: absolute;
	right: 15px;
	top: calc(50% - 2px);
	transform: rotate(-45deg);
	width: 4px;
	z-index: 2;
}

.header20_sbnav > ul > li.sbnav_my .sbnav_my_menu ul li small {
	display: block;
	font-size: 75%;
	font-weight: normal;
}

.header20_sbnav > ul > li.sbnav_my .sbnav_my_menu ul li:first-child a {
	border-radius: 6px 6px 0 0;
}

.header20_sbnav > ul > li.sbnav_my .sbnav_my_menu ul li:last-child a {
	border-radius: 0 0 6px 6px;
}

.header20_sbnav > ul > li.sbnav_fav > a {
	background-image: url(../img/common/header_sbnav_fav.png);
}

.header20_sbnav > ul > li.sbnav_his a {
	background-image: url(../img/common/header_sbnav_his.png);
}

.header20_sbnav > ul > li.sbnav_tel {
	margin-left: 30px;
}

.header20_sbnav > ul > li.sbnav_tel a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #222;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 2.8rem;
	margin-bottom: 5px;
	padding-top: 0;
}

.header20_sbnav > ul > li.sbnav_tel a::before {
	content: "\f879";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 80%;
	font-weight: 900;
	margin-right: 5px;
	width: 22px;
}

.header20_sbnav > ul > li.sbnav_contact a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #f2f2f2;
	border: 1px solid #23afb7;
	border-radius: 3px;
	color: #23afb7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	justify-content: center;
	margin-bottom: 5px;
	padding-top: 0;
	width: 174px;
}

.header20_sbnav > ul > li.sbnav_contact a span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.4rem;
	justify-content: center;
	width: 100%;
}

.header20_sbnav > ul > li.sbnav_contact a i {
	font-size: 128%;
	font-weight: 900;
	margin-right: 15px;
}

.header20_sbnav > ul > li.sbnav_menu {
	background: url(../img/common/header_sbnav_menu.png) center 5px/23px auto no-repeat;
	height: 48px;
	position: relative;
}

.header20_sbnav > ul > li.sbnav_menu span {
	bottom: 4px;
	display: block;
	font-size: 1rem;
	left: 0;
	line-height: 1.4;
	position: absolute;
	width: 100%;
}

.header20_sbnav > ul > li.sbnav_menu.active {
	background-image: url(../img/common/header_sbnav_menu_close.png);
}

.header20_gnav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.header20_gnav a:visited {
	color: #222;
}

.header20_gnav .nav_list_01 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}

.header20_gnav .nav_list_01 li a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #f2f2f2;
	border-left: 1px solid #222;
	border-top: 1px solid #222;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.3rem;
	font-weight: 600;
	height: 30px;
	justify-content: center;
	padding: 0 15px;
}

.header20_gnav .nav_list_01 li a i {
	font-size: 92%;
	margin-right: 8px;
}

.header20_gnav .nav_list_02 {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 0;
}

.header20_gnav .nav_list_02 li {
	margin: 0 5px 0 15px;
}

.header20_gnav .nav_list_02 li a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.3rem;
	height: 30px;
	justify-content: center;
	padding-left: 15px;
	position: relative;
}

.header20_gnav .nav_list_02 li a::before {
	background: #222;
	border-radius: 12px;
	content: "";
	display: block;
	height: 12px;
	left: 0;
	position: absolute;
	top: calc(50% - 6px);
	width: 12px;
}

.header20_gnav .nav_list_02 li a::after {
	-webkit-transform: rotate(-45deg);
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
	display: block;
	height: 4px;
	left: 3px;
	position: absolute;
	top: calc(50% - 2px);
	transform: rotate(-45deg);
	width: 4px;
}

/* ------------------------------------ */

/* Footer */

/* ------------------------------------ */

.footer20 {
	background: #f2f2f2;
	border-top: 1px solid #ddd;
}

.footer20 a,
.footer20 a:visited {
	color: #222;
}

.footer20_wrap {
	margin: 0 auto;
	max-width: 1280px;
	width: calc(100% - 30px);
}

.footer20_wrap.wrap_01 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
}

.footer20_wrap.wrap_01 > div {
	width: 50%;
}

.footer20_wrap.wrap_01 > div:last-of-type {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	align-items: stretch;
	border-left: 1px solid #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 30px;
}

.footer20_wrap.wrap_02 {
	border-top: 1px solid #ddd;
	padding: 25px 0 25px 25%;
	position: relative;
}

.footer20_nav {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.footer20_nav ul {
	padding-right: 10px;
	width: 100%;
}

.footer20_nav li a {
	font-size: 1.3rem;
	line-height: 1.7;
}

.footer20_sns {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 30px;
	width: 100%;
}

.footer20_sns p {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.7;
	flex-shrink: 0;
}

.footer20_sns ul {
	font-size: 0;
	margin-left: 30px;
	display: flex;
}

.footer20_sns li {
	display: inline-block;
}

.footer20_sns li + li {
	margin-left: 25px;
}

.footer20_sns li a {
	display: block;
}

.footer20_sns li img {
	height: auto;
	width: 100%;
}

.footer20_member {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	width: 100%;
}

.footer20_member ul {
	width: 100%;
}

.footer20_member .member_01 {
	font-size: 0;
}

.footer20_member .member_01 li {
	display: inline-block;
}

.footer20_member .member_01 li + li {
	margin-left: 10px;
}

.footer20_member .member_01 li img {
	height: 35px;
	width: auto;
}

.footer20_member .member_02 li {
	font-size: 1rem;
	line-height: 1.6;
}

.footer20_logo {
	/*max-width: 257px;*/
	overflow: hidden;
	width: 19.1%;
}

.footer20_logo img {
	width: 100%;
	height: auto;
}

.footer20_address {
	font-size: 1.2rem;
	line-height: 1.8;
}

.footer20_address b {
	display: block;
	font-weight: normal;
}

.footer20_copyright {
	background: #222;
	overflow: hidden;
	padding: 10px 15px;
}

.footer20_copyright small {
	color: #fff;
	display: block;
	font-size: 1.2rem;
	margin: 0 auto;
	max-width: 1280px;
	text-align: right;
}

@media screen and (min-width: 768px), print {

.header20_sbnav > ul > li.sbnav_srch {
	display: none;
}

.header20_sbnav > ul > li.sbnav_my > div:hover {
	opacity: .65;
}

.header20_sbnav > ul > li.sbnav_my .sbnav_my_menu ul li a:hover {
	background: #f2f2f2;
	opacity: 1;
}

.header20_sbnav > ul > li.sbnav_tel a {
	font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, "Noto Serif JP", serif;
	font-weight: 400;
	letter-spacing: -.01em;
	line-height: 1;
	text-align: right;
}

.header20_sbnav > ul > li.sbnav_menu {
	display: none;
}

.header20_gnav {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.header20_gnav .nav_list_01 li:first-child a {
	border-radius: 3px 0 0 0;
}

.header20_gnav .nav_list_01 li:last-child a {
	border-radius: 0 3px 0 0;
	border-right: 1px solid #222;
}

.footer20_sns.sp {
	display: none;
}

.footer20_logo {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.footer20_logo.logo_01 {
	display: none;
}

.footer20_address br {
	display: none;
}

}

@media screen and (min-width: 769px), print {

.header20_sbnav > ul > li a:hover {
	opacity: 0.65;
}

.header20_sbnav > ul > li.icon > a,
.header20_sbnav > ul > li.icon > div {
	border-radius: 5px 5px 0 0;
}

.header20_sbnav > ul > li.sbnav_my .sbnav_my_menu {
	border-radius: 10px;
	padding: 5px;
	position: absolute;
	right: -35px;
	top: 100%;
	width: 310px;
}

.header20_sbnav > ul > li.sbnav_contact a:hover {
	background: #23afb7;
	color: #fff;
	opacity: 1;
}

.header20_gnav .nav_list_01 li a:hover {
	background: #222;
	color: #fff;
}

.header20_gnav .nav_list_02 li a:hover {
	opacity: 0.65;
}

.footer20_nav li a:hover {
	text-decoration: underline;
}

.footer20_sns li a:hover {
	opacity: 0.65;
}

}

@media screen and (max-width: 1280px), print {

.header20_wrap {
	padding: 0 15px;
}

.header20_logo {
	left: 15px;
  top: calc((80px - 63px));
}

.header20_sbnav {
	height: 80px;
	padding-bottom: 0;
}

.header20_gnav {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	flex-direction: column;
}

.header20_gnav .nav_list_01 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	display: table;
	order: 2;
	width: 100%;
}

.header20_gnav .nav_list_01 li {
	display: table-cell;
}

.header20_gnav .nav_list_01 li a {
	font-size: 1.2rem;
	padding: 0 10px;
}

.header20_gnav .nav_list_02 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.header20_logo a {
	/* hisaki 240802 edit s*/
	/* background-image: url(../img/common/sp/header_logo.png);
	background-size: 60% auto;
	padding-top: 48px; */ 
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;  
	/* hisaki 240802 edit e*/
  margin-left: 8px;
}
/* hisaki 240802 add s*/
.header20_logo a picture{
	display: inline-block;
	text-align: center;
}

.header20_logo a img{
	width: 100%;
	height: auto;
}

}

@media screen and (max-width: 1140px), print {

.footer20_wrap.wrap_01 > div {
	width: 65%;
}

.footer20_wrap.wrap_01 > div:last-of-type {
	padding-left: 15px;
	width: 35%;
}

.footer20_wrap.wrap_02 {
	padding-left: 28%;
}

.footer20_sns {
	padding-bottom: 15px;
}

.footer20_sns p {
	display: none;
}

.footer20_sns ul {
	margin-left: 0;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.footer20_sns li + li {
	margin-left: 10px;
}

.footer20_sns li img {
	width: 100%;
	max-width: 30px;
}

.footer20_member {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 20px;
}

.footer20_member .member_01 li + li {
	margin-left: 5px;
}

.footer20_member .member_01 li img {
	height: 30px;
}

.footer20_member .member_02 {
	margin-top: 15px;
}

.footer20_logo {
	width: 26%;
}

}

@media screen and (max-width: 980px) {

.header20_sbnav > ul > li {
	margin-left: 10px;
}

.header20_sbnav > ul > li.icon > a,
.header20_sbnav > ul > li.icon > div {
	background-position: center center;
	height: 40px;
	padding-top: 0;
	width: 40px;
}

.header20_sbnav > ul > li.icon span {
	display: none;
}

.header20_sbnav > ul > li.sbnav_tel {
	margin-left: 10px;
}

.header20_gnav .nav_list_01 li a i {
	display: none;
}

}

@media screen and (max-width: 768px) {

.header20_sbnav > ul > li.sbnav_my .sbnav_my_menu {
	padding: 10px;
	position: fixed;
	right: 0;
	top: 48px;
	width: 100%;
}

}

@media screen and (max-width: 767px) {

.header20 {
	border-bottom-width: 2px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.header20_wrap {
	background: #fff;
	height: 48px;
	z-index: 20;
}

.header20_logo {
	left: 0;
	top: 0;
	height: 100%; /* hisaki 240802 add */
}

.header20_logo a {
	/* hisaki 240802 edit s*/
	/* background-image: url(../img/common/sp/header_logo.png);
	background-size: 60% auto;
	padding-top: 48px; */ 
	width: 50px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;  
	/* hisaki 240802 edit e*/
  margin-left: 8px;
}
/* hisaki 240802 add s*/
.header20_logo a picture{
	display: inline-block;
	text-align: center;
}

.header20_logo a img{
	width: 100%;
	height: auto;
}
/* hisaki 240802 add e*/

.header20_sbnav {
	height: 48px;
	position: absolute;
	right: 0;
	top: 0;
}

.header20_sbnav > ul > li {
	margin: 0;
	width: 50px;
}

.header20_sbnav > ul > li a {
	color: #222;
}

.header20_sbnav > ul > li span {
	letter-spacing: -.1em;
}

.header20_sbnav > ul > li.icon > a,
.header20_sbnav > ul > li.icon > div {
	background-position: center 5px;
	background-size: 23px auto;
	height: 0;
	margin: 0;
	padding-top: 48px;
	width: 50px;
}

.header20_sbnav > ul > li.icon .count {
	top: 2px;
}

.header20_sbnav > ul > li.icon span {
	bottom: 4px;
	display: block;
	font-size: 1rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.header20_sbnav > ul > li.sbnav_his {
	display: none;
}

.header20_sbnav > ul > li.sbnav_tel {
	width: 35px;
}

.header20_sbnav > ul > li.sbnav_tel a {
	display: block;
	height: 0;
	margin-bottom: 0;
	overflow: hidden;
	padding-top: 48px;
	position: relative;
}

.header20_sbnav > ul > li.sbnav_tel a::before {
	-webkit-transform: translate(-50%, -50%);
	font-size: 70%;
	left: 50%;
	margin-right: 0;
	position: absolute;
	top: 30%;
	transform: translate(-50%, -50%);
}

.header20_sbnav > ul > li.sbnav_tel a::after {
	bottom: 4px;
	content: "電話";
	font-size: 1rem;
	left: 0;
	line-height: 1.4;
	position: absolute;
	text-align: center;
	width: 100%;
}

.header20_sbnav > ul > li.sbnav_tel span {
	display: none;
}

.header20_sbnav > ul > li.sbnav_contact {
	display: none;
}

.header20_gnav {
	background: #e0e0e0;
	display: none;
	left: 0;
	max-height: calc(100vh - 50px);
	overflow-y: auto;
	position: fixed;
	top: 50px;
	width: 100%;
}

.header20_gnav .nav_list_01 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	order: 1;
}

.header20_gnav .nav_list_01 li {
	display: block;
}

.header20_gnav .nav_list_01 li a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #ccc;
	font-size: 1.6rem;
	height: auto;
	justify-content: flex-start;
	padding: 15px;
	padding-left: 50px;
	position: relative;
	text-align: left;
}

.header20_gnav .nav_list_01 li a i {
	-webkit-transform: translate(-50%, -50%);
	display: block;
	left: 25px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.header20_gnav .nav_list_01 li a::after {
	-webkit-transform: rotate(-45deg);
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
	content: "";
	height: 10px;
	position: absolute;
	right: 15px;
	top: calc(50% - 5px);
	transform: rotate(-45deg);
	width: 10px;
}

.header20_gnav .nav_list_02 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: stretch;
	flex-direction: column;
	justify-content: space-between;
	margin: 15px 10px;
	order: 2;
	width: calc(100% - 20px);
}

.header20_gnav .nav_list_02 li {
	background: #fff;
	border: 1px solid #ccc;
	border-top: 0;
	margin: 0;
}

.header20_gnav .nav_list_02 li:first-child {
	border-radius: 5px 5px 0 0;
	border-top: 1px solid #ccc;
}

.header20_gnav .nav_list_02 li:last-child {
	border-radius: 0 0 5px 5px;
}

.header20_gnav .nav_list_02 li a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	font-size: 1.3rem;
	font-weight: 600;
	height: auto;
	justify-content: flex-start;
	padding: 10px;
}

.header20_gnav .nav_list_02 li a::before {
	content: "";
	left: auto;
	right: 10px;
}

.header20_gnav .nav_list_02 li a::after {
	left: auto;
	right: 15px;
}

.footer20_wrap {
	width: 92%;
}

.footer20_wrap.wrap_01 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer20_wrap.wrap_01 > div {
	width: 100%;
}

.footer20_wrap.wrap_01 > div:last-of-type {
	border-left: 0;
	padding-left: 0;
	width: 100%;
}

.footer20_wrap.wrap_02 {
	padding: 20px 0;
}

.footer20_nav {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer20_nav ul {
	margin-bottom: 20px;
	padding-right: 0;
}

.footer20_nav li {
	display: inline;
}

.footer20_nav li + li::before {
	content: " | ";
}

.footer20_nav li a {
	font-size: 1.4rem;
}

.footer20_sns {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 24px 0 30px;
}

.footer20_sns.pc {
	display: none;
}

.footer20_sns ul {
	margin-left: 0;
	text-align: center;
	display: flex;
	justify-content: space-between;
	width: 96%;
	max-width: 380px;
}

.footer20_sns li + li {
	margin-left: 20px;
}

/*.footer20_sns li img {
	width: 35px;
}*/

.footer20_member ul {
	text-align: center;
	width: auto;
}

.footer20_logo {
	margin: 0 auto;
}
.footer20_wrap.wrap_01 > div.footer20_logo.logo_01 {
  width: 75%;
  margin: 5px auto 0;
}
.footer20_logo.logo_02 {
	display: none;
}

.footer20_address {
	text-align: center;
}

.footer20_address b {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 10px;
	text-align: center;
}

.footer20_copyright {
	padding: 10px 4%;
}

.footer20_copyright small {
	font-size: 1rem;
	text-align: center;
}

}

@media screen and (max-width: 320px) {

.footer20_wrap.wrap_02 {
	padding-bottom: 40px;
}


}
