@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

.bx-controls {
  display: none;
}

#toTop {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 1;
}

.header_topbar {
 margin: 0 auto;
  padding: 0.1em 1.5em;
  width: 100%;
  font-size: 0.7rem;
  color: #fff;
  background: #d777c8;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .header_topbar {
    padding: 0;
    height: 8px;
  }
}
.header_topbar .page_name,
.header_topbar .course_name {
  font-size: 0.7rem;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .header_topbar .page_name,
  .header_topbar .course_name {
    display: none;
  }
}

.header_wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  height: 70px;
  box-sizing: border-box;
  /*
  * ハンバーガーメニュー
  */
}
@media screen and (max-width: 480px) {
  .header_wrapper {
    padding: 0 1em;
    width: 100%;
  }
}
.header_wrapper .site_logo {
  margin: 0;
  padding: 0;
  width: 20%;
}
@media screen and (max-width: 480px) {
  .header_wrapper .site_logo {
    width: 50%;
  }
}
.header_wrapper .site_logo > a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 70px;
}
.header_wrapper .site_logo > a > img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.header_wrapper .head_menu_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 72%;
  height: 40px;
}
@media screen and (max-width: 480px) {
  .header_wrapper .head_menu_area {
    width: 46%;
  }
}
.header_wrapper .head_menu_area .menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 50%;
  height: inherit;
}
@media screen and (max-width: 480px) {
  .header_wrapper .head_menu_area .menu_list {
    display: none;
  }
}
.header_wrapper .head_menu_area .menu_list > li {
  margin: 0;
  padding: 0;
  width: 25%;
}
.header_wrapper .head_menu_area .menu_list > li > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 0.85rem;
  color: #333;
  line-height: 1.1rem;
}
.header_wrapper .head_menu_area .menu_list > li > a:hover {
  color: #a91919;
  transition: all 0.3s;
}
.header_wrapper .head_menu_area .menu_list > li > a .menu_small {
  display: block;
  width: 100%;
  font-size: 0.7rem;
  text-align: center;
}
.header_wrapper .head_menu_area .offer_btn {
  margin: 0;
  padding: 0;
  width: 20%;
  height: inherit;
}
@media screen and (max-width: 480px) {
  .header_wrapper .head_menu_area .offer_btn {
    width: 76%;
  }
}
.header_wrapper .head_menu_area .offer_btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  height: 34px;
  font-size: 0.8rem;
  font-weight: bold;
  color: #de5837;
  border: 2px solid #de5837;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 480px) {
  .header_wrapper .head_menu_area .offer_btn > a {
    font-size: 0.75rem;
  }
}
.header_wrapper .head_menu_area .offer_btn > a:hover {
  color: #fff;
  background: #de5837;
  transition: all 0.3s ease;
}
.header_wrapper .head_menu_area .offer_btn > a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  margin-right: 8px;
  font-size: 1.3em;
}
.header_wrapper .head_menu_area .inner_search {
  position: relative;
  margin: 0;
  padding: 0;
  width: 28%;
}
@media screen and (max-width: 480px) {
  .header_wrapper .head_menu_area .inner_search {
    display: none;
  }
}
.header_wrapper .head_menu_area .inner_search input[name=kensaku] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
  padding: 0 0.8em;
  width: 80%;
  height: 30px;
  font-size: 0.8rem;
  background: #eee;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: none;
  border-style: none;
}
.header_wrapper .head_menu_area .inner_search input[name=kensaku]:focus {
  outline: 0;
}
.header_wrapper .head_menu_area .inner_search input[type=submit] {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  width: 40px;
  height: 30px;
  font-size: 1rem;
  color: #fff;
  background: #d3d3d3;
  border: none;
  cursor: pointer;
}
.header_wrapper .sp_head_menu {
  display: none;
}
@media screen and (max-width: 480px) {
  .header_wrapper .sp_head_menu {
    display: block;
  }
}
.header_wrapper .sp_head_menu .btn-burger {
  position: absolute;
  display: block;
  width: 46px;
  height: 40px;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  cursor: pointer;
  background: #de5837;
  border-radius: 4px;
}
.header_wrapper .sp_head_menu .btn-burger .icon,
.header_wrapper .sp_head_menu .btn-burger .icon::before,
.header_wrapper .sp_head_menu .btn-burger .icon::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  margin: auto;
  background: #fff;
  border-radius: 2px;
}
.header_wrapper .sp_head_menu .btn-burger .icon::before {
  top: 18px;
}
.header_wrapper .sp_head_menu .btn-burger .icon::after {
  top: -18px;
}
.header_wrapper .sp_head_menu .nav-toggle {
  display: none;
}
.header_wrapper .sp_head_menu .nav-toggle:checked ~ .btn-burger .icon {
  background: transparent;
}
.header_wrapper .sp_head_menu .nav-toggle:checked ~ .btn-burger .icon::before {
  transform: rotate(-45deg);
  top: 0;
}
.header_wrapper .sp_head_menu .nav-toggle:checked ~ .btn-burger .icon::after {
  transform: rotate(45deg);
  top: 0;
}
.header_wrapper .sp_head_menu .nav_area {
  position: absolute;
  top: 68px;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.5s;
  border-top: 0 solid #eba967;
}
.header_wrapper .sp_head_menu .nav_area .nav_list {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background: #fff;
}
.header_wrapper .sp_head_menu .nav_area .nav_list > li {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
  height: 0;
  transition: all 0.5s;
}
.header_wrapper .sp_head_menu .nav_area .nav_list > li > a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0.5em 1.3em;
  width: 100%;
  font-size: 0.9rem;
  color: #000;
  border-bottom: 1px solid #eba967;
  box-sizing: border-box;
}
.header_wrapper .sp_head_menu .nav_area .nav_list > li > a::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 600;
  color: #9c9c9c;
}
.header_wrapper .sp_head_menu .nav_area .nav_list > li > a::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 28px;
  height: 28px;
  background-size: contain;
  vertical-align: middle;
}
.header_wrapper .sp_head_menu .nav_area .nav_list > li > a.menu_find::before {
  background-image: url(../images/icons/icon_loope.svg);
}
.header_wrapper .sp_head_menu .nav_area .nav_list > li > a.menu_decided::before {
  background-image: url(../images/icons/icon_decided.svg);
}
.header_wrapper .sp_head_menu .nav_area .nav_list > li > a.menu_voice::before {
  background-image: url(../images/icons/icon_voice.svg);
}
.header_wrapper .sp_head_menu .nav_area .nav_list > li > a.menu_b_contact::before {
  background-image: url(../images/icons/icon_b_contact.svg);
}
.header_wrapper .sp_head_menu .nav_area .nav_list > li > a.menu_a_contact::before {
  background-image: url(../images/icons/icon_a_contact.svg);
}
.header_wrapper .sp_head_menu .nav_area .nav_list > li > a.menu_faq::before {
  background-image: url(../images/icons/icon_faq.svg);
}
.header_wrapper .sp_head_menu .nav_area .nav_list > li > a.menu_payment::before {
  background-image: url(../images/icons/icon_payment.svg);
}
.header_wrapper .sp_head_menu .nav_area .offer_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #fff;
}
.header_wrapper .sp_head_menu .nav_area .offer_btn > li {
  margin: 20px 0 40px 0;
  padding: 0;
  width: 48%;
  height: 60px;
  border-radius: 5px;
}
.header_wrapper .sp_head_menu .nav_area .offer_btn > li.doc_req {
  background: #0d71d5;
}
.header_wrapper .sp_head_menu .nav_area .offer_btn > li.doc_req > a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f518";
  margin-right: 8px;
  padding-top: 4px;
  font-size: 1.2em;
}
.header_wrapper .sp_head_menu .nav_area .offer_btn > li.app_req {
  background: #de5837;
}
.header_wrapper .sp_head_menu .nav_area .offer_btn > li.app_req > a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f044";
  margin-right: 8px;
  padding-top: 4px;
  font-size: 1.2em;
}
.header_wrapper .sp_head_menu .nav_area .offer_btn > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
.header_wrapper .sp_head_menu .nav-toggle:checked ~ .nav_area {
  border-top: 1px solid #eba967;
}
.header_wrapper .sp_head_menu .nav-toggle:checked ~ .nav_area .nav_list > li {
  height: 50px;
}
.header_wrapper .sp_head_menu .nav-toggle:checked ~ .nav_area .offer_btn {
  height: 100px;
  background: #fff;
  border-bottom: 2px solid #ccc;
}

/**
* パンくずリスト
*============================================*/
.header_breadcrumb {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0;
  text-align: left;
}
.header_breadcrumb > dl {
  margin: 0 auto;
  width: 90%;
}
.header_breadcrumb > dl > dt {
  display: none;
}
.header_breadcrumb > dl > dd {
  color: #ccc;
  font-size: 0.8rem;
}
.header_breadcrumb > dl > dd > a {
  color: #333;
  margin-right: 7px;
}
.header_breadcrumb > dl > dd > a:nth-child(n+2) {
  margin-left: 7px;
}

@media screen and (max-width: 480px) {

	.header_breadcrumb {
		display: none;
	}
}

/**
* フッター
*============================================*/
.siteLocation {
  margin: 8px auto 0 auto;
  padding: 1em 0;
  width: 100%;
  background: #f5f5f5;
  word-wrap: break-word;
}
.siteLocation > dl {
  margin: 0;
  padding: 0;
  width: 100%;
}
.siteLocation > dl > dt {
  display: none;
}
.siteLocation > dl > dd {
  margin: 0 auto;
  padding: 0;
  width: 90%;
}
.siteLocation > dl > dd > a {
  text-decoration: none;
  color: #156197;
}

footer {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background: #fff6f6;
}
footer .footer_inner {
  margin: 0 auto;
  padding: 3em 0 2em 0;
  width: 80%;
}
@media screen and (max-width: 480px) {
  footer .footer_inner {
    padding: 2em 0 1em 0;
  }
}
footer .footer_inner .footer_logo {
  margin: 0 auto;
  padding: 0;
  width: 24%;
}
@media screen and (max-width: 480px) {
  footer .footer_inner .footer_logo {
    width: 80%;
  }
}
footer .footer_inner .footer_logo > a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
footer .footer_inner .footer_logo > a > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
footer .footer_inner .menu_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 60px auto 10px auto;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  footer .footer_inner .menu_area {
    margin-top: 26px;
  }
}

/* お友達紹介キャンペーンリンク */
footer .footer_inner .menu_area .rcampaign_link {
  margin: 0 0 22px 0;
  padding: 0 0 10px 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 480px) {
  footer .footer_inner .menu_area .rcampaign_link {
    order: 2;
    margin: 22px auto 0 auto;
    padding: 10px 0 8px 0;
    width: 100%;
    border-top: 1px solid #ddd;
  }
}

footer .footer_inner .menu_area .rcampaign_link > a {
	position: relative;
	font-size: 0.94rem;
  font-weight: bold;
	color: #ba3131;
	/* border: 1px solid #ddd;
	border-radius: 4px; */
}

footer .footer_inner .menu_area .rcampaign_link > a::before {
	content: '▶';
	margin-right: 4px;
	font-size: 0.8rem;
}


footer .footer_inner .menu_area .rcampaign_link > a:hover {
	color: #ea3434;
  transition: color .3s;
}
/* // お友達紹介キャンペーンリンク */



footer .footer_inner .menu_area .footer_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 50%;
}
@media screen and (max-width: 480px) {
  footer .footer_inner .menu_area .footer_menu {
    order: 2;
    margin: 30px auto 0 auto;
    width: 80%;
  }
}
footer .footer_inner .menu_area .footer_menu > li {
  margin: 0 0 26px 0;
  padding: 0;
  width: 48%;
}
@media screen and (max-width: 480px) {
  footer .footer_inner .menu_area .footer_menu > li {
    margin-bottom: 10px;
    width: 100%;
  }
}
footer .footer_inner .menu_area .footer_menu > li > a {
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  footer .footer_inner .menu_area .footer_menu > li > a {
    font-size: 0.85rem;
  }
}
footer .footer_inner .menu_area .footer_menu > li > a:hover {
  color: #bd1f1f;
  transition: all 0.3s ease;
}
footer .footer_inner .menu_area .footer_menu > li > a::before {
  content: "\f054";
  margin-right: 8px;
  font-family: "Font Awesome 5 Free";
}
footer .footer_inner .menu_area .sns_link_area {
  margin: 0 0 0 10%;
  padding: 0;
  width: 40%;
}
@media screen and (max-width: 480px) {
  footer .footer_inner .menu_area .sns_link_area {
    order: 1;
    margin: 0 auto;
    width: 80%;
  }
}
footer .footer_inner .menu_area .sns_link_area .sns_link_title {
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 480px) {
  footer .footer_inner .menu_area .sns_link_area .sns_link_title {
    display: none;
  }
}
footer .footer_inner .menu_area .sns_link_area .sns_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  footer .footer_inner .menu_area .sns_link_area .sns_link {
    justify-content: space-between;
  }
}
footer .footer_inner .menu_area .sns_link_area .sns_link > li {
  margin: 0 8% 0 0;
  padding: 0;
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 480px) {
  footer .footer_inner .menu_area .sns_link_area .sns_link > li {
    margin-right: 0;
  }
}
footer .footer_inner .menu_area .sns_link_area .sns_link > li > a {
  margin: 0;
  padding: 0;
  width: 100%;
}
footer .footer_inner .menu_area .sns_link_area .sns_link > li > a > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
footer .copyright {
  margin: 0 auto;
  padding: 0 0 30px 0;
  width: 100%;
  font-size: 0.8rem;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 480px) {
  footer .copyright {
    padding-bottom: 100px;
  }
}/*# sourceMappingURL=header_footer.css.map */





.sp_head_menu {
	display: none;
}

@media screen and (max-width: 480px) {
	.sp_head_menu {
		display: block;
	}
}

.sp_head_menu .top-btn-burger {
	position: absolute;
	display: block;
	width: 52px;
	height: 52px;
	top: 48.5%;
	right: 2%;
	transform: translateY(-50%);
	cursor: pointer;
	background: #ecb1fa;
	border-radius: 4px;
}

.sp_head_menu .top-btn-burger .icon,
.sp_head_menu .top-btn-burger .icon::before,
.sp_head_menu .top-btn-burger .icon::after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 28px;
	height: 2px;
	margin: auto;
	background: #fff;
	border-radius: 2px;
}

.sp_head_menu .top-btn-burger .icon::before {
	top: 18px;
}

.sp_head_menu .top-btn-burger .icon::after {
	top: -18px;
}

.sp_head_menu .nav-toggle {
	display: none;
}

.sp_head_menu .nav-toggle:checked ~ .top-btn-burger .icon {
	background: transparent;
}

.sp_head_menu .nav-toggle:checked ~ .top-btn-burger .icon::before {
	transform: rotate(-45deg);
	top: 0;
}

.sp_head_menu .nav-toggle:checked ~ .top-btn-burger .icon::after {
	transform: rotate(45deg);
	top: 0;
}

.sp_head_menu .nav_title {
	position: absolute;
	top: 85%;
	right: 2%;
	display: block;
	margin: 0;
	padding: 0;
	width: 52px;
	font-size: 0.8rem;
	color: #000;
	text-align: center;
}


.sp_head_menu .nav_area {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100% !important;
	z-index: 100;
	transition: all 0.5s;
	border-top: 0 solid #eba967;
}
.sp_head_menu .nav_area .nav_list {
margin: 0 auto;
padding: 0;
width: 100%;
background: #fff;
}
.sp_head_menu .nav_area .nav_list > li {
margin: 0 auto;
padding: 0;
width: 100%;
overflow: hidden;
height: 0;
transition: all 0.5s;
}
.sp_head_menu .nav_area .nav_list > li > a {
position: relative;
display: block;
margin: 0 auto;
padding: 0.5em 1.3em;
width: 100%;
font-size: 0.9rem;
color: #000;
border-bottom: 1px solid #eba967;
box-sizing: border-box;
}
.sp_head_menu .nav_area .nav_list > li > a::after {
content: "\f105";
position: absolute;
top: 50%;
right: 4%;
transform: translateY(-50%);
font-family: "Font Awesome 5 Free";
font-size: 1rem;
font-weight: 600;
color: #9c9c9c;
}
.sp_head_menu .nav_area .nav_list > li > a::before {
content: "";
display: inline-block;
margin-right: 8px;
width: 28px;
height: 28px;
background-size: contain;
vertical-align: middle;
}
.sp_head_menu .nav_area .nav_list > li > a.menu_find::before {
background-image: url(../images/icons/icon_loope.svg);
}
.sp_head_menu .nav_area .nav_list > li > a.menu_decided::before {
background-image: url(../images/icons/icon_decided.svg);
}
.sp_head_menu .nav_area .nav_list > li > a.menu_voice::before {
background-image: url(../images/icons/icon_voice.svg);
}
.sp_head_menu .nav_area .nav_list > li > a.menu_b_contact::before {
background-image: url(../images/icons/icon_b_contact.svg);
}
.sp_head_menu .nav_area .nav_list > li > a.menu_a_contact::before {
background-image: url(../images/icons/icon_a_contact.svg);
}
.sp_head_menu .nav_area .nav_list > li > a.menu_faq::before {
background-image: url(../images/icons/icon_faq.svg);
}
.sp_head_menu .nav_area .nav_list > li > a.menu_payment::before {
background-image: url(../images/icons/icon_payment.svg);
}
.sp_head_menu .nav_area .offer_btn {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto;
padding: 0 20px;
width: 100%;
height: 0;
overflow: hidden;
background: #fff;
}
.sp_head_menu .nav_area .offer_btn > li {
margin: 20px 0 40px 0;
padding: 0;
width: 48%;
height: 60px;
border-radius: 5px;
}
.sp_head_menu .nav_area .offer_btn > li.doc_req {
background: #0d71d5;
}
.sp_head_menu .nav_area .offer_btn > li.doc_req > a::before {
font-family: "Font Awesome 5 Free";
content: "\f518";
margin-right: 8px;
padding-top: 4px;
font-size: 1.2em;
}
.sp_head_menu .nav_area .offer_btn > li.app_req {
background: #de5837;
}
.sp_head_menu .nav_area .offer_btn > li.app_req > a::before {
font-family: "Font Awesome 5 Free";
content: "\f044";
margin-right: 8px;
padding-top: 4px;
font-size: 1.2em;
}
.sp_head_menu .nav_area .offer_btn > li > a {
display: flex;
align-items: center;
justify-content: center;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-size: 1rem;
font-weight: bold;
color: #fff;
}
.sp_head_menu .nav-toggle:checked ~ .nav_area {
border-top: 1px solid #eba967;
}
.sp_head_menu .nav-toggle:checked ~ .nav_area .nav_list > li {
height: 50px;
}
.sp_head_menu .nav-toggle:checked ~ .nav_area .offer_btn {
height: 100px;
background: #fff;
border-bottom: 2px solid #ccc;
}


/* 20251009追記 - doc_app_course.cssに記載の同一CSSはコメントアウトしました */
.document_footer {
  margin: 50px 0 0;
  padding: 0;
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 480px) {
  .document_footer {
    margin-top: 20px;
  }
}
.document_footer .footer_title {
  margin: 0 auto;
  padding: 0.6em 0;
  width: 100%;
  font-size: 1rem;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}
.document_footer .upper_navi {
  margin: 0 auto;
  padding: 0.7em 0;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}
.document_footer .upper_navi .upper_navi_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: 70%;
}
@media screen and (max-width: 480px) {
  .document_footer .upper_navi .upper_navi_list {
    width: 94%;
  }
}
.document_footer .upper_navi .upper_navi_list > li {
  margin: 0;
  padding: 0;
  width: 20%;
}
@media screen and (max-width: 480px) {
  .document_footer .upper_navi .upper_navi_list > li {
    width: 50%;
  }
}
.document_footer .upper_navi .upper_navi_list > li > a {
  padding-left: 1.6em;
  position: relative;
  font-size: 0.9rem;
  color: #222;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .document_footer .upper_navi .upper_navi_list > li > a {
    font-size: 0.84rem;
  }
}
.document_footer .upper_navi .upper_navi_list > li > a::before {
  content: url(/common/img/footer/footer_link_icon_01.gif);
  position: absolute;
  left: 0;
  top: 0;
}
.document_footer .upper_navi .upper_navi_list > li > a:hover {
  text-decoration: underline;
}
.document_footer .lower_navi {
  margin: 0 auto;
  padding: 0.7em 0;
  width: 100%;
}
.document_footer .lower_navi .footer_logo {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.document_footer .lower_navi .footer_logo > a {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.document_footer .lower_navi .lower_navi_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8px auto 0 auto;
  padding: 0;
  width: 40%;
}
@media screen and (max-width: 480px) {
  .document_footer .lower_navi .lower_navi_list {
    display: block;
    width: 94%;
    text-align: center;
  }
}
.document_footer .lower_navi .lower_navi_list > li {
  margin: 0;
  padding: 0;
  width: 33.3333333333%;
}
@media screen and (max-width: 480px) {
  .document_footer .lower_navi .lower_navi_list > li {
    display: inline-block;
    width: 48%;
  }
}
.document_footer .lower_navi .lower_navi_list > li > a {
  display: block;
  font-size: 0.84rem;
  color: #000;
  text-align: center;
  text-decoration: none;
}
.document_footer .lower_navi .lower_navi_list > li > a:hover {
  text-decoration: underline;
}
.document_footer #copyright {
  margin: 10px auto 0 auto;
  padding: 0.5em 0;
  width: 100%;
  font-size: 0.84rem;
  color: #333;
  text-align: center;
  background-color: #f7f8f8;
}
