@charset "UTF-8";

.footer a:hover {
  color: #DD1F30 !important;
}

/*==============================
		PC
==============================*/
@media screen and (min-width: 641px) {
  /*--------------------------------------------------
  	footer
  --------------------------------------------------*/
  footer {
    font-family: "Helvetica Neue", "Helvetica Arial", "ヒラギノ角ゴ Pro W3", "Meiryo", "游ゴシック", sans-serif !important;
    font-size: 14px;
    line-height: 1.6;
  }
  footer a {
    text-decoration: none;
  }
  footer .block + .block {
    margin-top: 40px;
  }
  /*footer .footer_area {
    margin-top: 90px;
    background: #FFFFFF url(/library/common/img/footer/border.png) repeat no-repeat;
  }*/
  footer .footer_area .footer_inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer_area .block {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
  }
  footer .footer_area .block + .block {
    border-top: 1px solid #e5e5e5;
  }
  footer .footer_area .block .contact_box {
    font-weight: bold;
  }
  footer .footer_area .block .contact_box + .contact_box {
    margin-left: 20px;
  }
  footer .footer_area .block .contact_box.box_01 {
    width: 16%;
  }
  footer .footer_area .block .contact_box.box_02 {
    width: 26%;
  }
  footer .footer_area .block .contact_box.box_03 {
    width: 22%;
  }
  footer .footer_area .block .contact_box.box_04 {
    width: 26%;
  }
  footer .footer_area .block .contact_box .img img {
    width: 100%;
  }
  footer .footer_area .block .contact_box .btn {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 6% 0;
    border-radius: 50px;
    background-color: #e60012;
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
  }
  footer .footer_area .block .contact_box .btn::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 10px;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/library/img/common/icn_arrow.png);
    background-repeat: no-repeat;
  }
  footer .footer_area .block .contact_box .box_heading {
    display: flex;
    align-items: center;
    font-size: 13px;
  }
  footer .footer_area .block .contact_box .box_heading .img {
    line-height: 0;
  }
  footer .footer_area .block .contact_box .box_heading .f_title {
    margin-left: 10px;
  }
  footer .footer_area .block .contact_box .box_heading .txt_link {
    margin-left: 20px;
    line-height: 0;
  }
  footer .footer_area .block .contact_box .box_body {
    margin: 0.5em 0 0 0;
    font-size: 13px;
  }
  footer .footer_area .block_01 {
    display: flex;
    justify-content: center;
    padding: 37px 0 0 0;
  }
  footer .footer_area .block_02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 0 0 0;
  }
  footer .footer_area .block_03 {
    padding: 28px 0;
  }
  footer .footer_area .block_03 a {
    font-size: 11px;
    font-weight: bold;
    color: #565656;
  }
  footer .footer_area .block_03 .link_box .link_list {
    display: flex;
    justify-content: center;
  }
  footer .footer_area .block_03 .link_box .link_list li {
    line-height: 1;
  }
  footer .footer_area .block_03 .link_box .link_list li + li {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #e5e5e5;
  }
  footer .copyright_area {
    background-color: #fafafa;
  }
  footer .copyright_area .copyright_inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .copyright_area .copyright_inner .block_01 .box_01 {
    padding: 14px 0 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #565656;
    font-size: 11px;
  }
  footer .copyright_area .copyright_inner .block_01 .box_01 .logo {
    width: 90px;
  }
  footer .copyright_area .copyright_inner .block_01 .box_01 .logo img {
    width: 100%;
    height: auto;
  }
}
/*==============================
		SP
==============================*/
@media screen and (max-width: 640px) {

footer .pc {display: none !important;}
  /*--------------------------------------------------
  	footer
  --------------------------------------------------*/
  footer {
    font-family: "Helvetica Neue", "Helvetica Arial", "ヒラギノ角ゴ Pro W3", "Meiryo", "游ゴシック", sans-serif !important;
    font-size: 12px;
    line-height: 1.6;
  }
  footer img {
    width: 100%;
    height: auto;
  }
  footer a {
    text-decoration: none;
  }
  footer .block + .block {
    margin-top: 20px;
  }
  /*footer .footer_area {
    margin-top: 90px;
    background: #FFFFFF url(/library/common/img/footer/border.png) repeat no-repeat;
  }*/
  footer .footer_area .footer_inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer_area .block + .block {
    border-top: 1px solid #e5e5e5;
  }
  footer .footer_area .block .contact_box {
    font-weight: bold;
  }
  footer .footer_area .block .contact_box:nth-child(1) {
    width: 48%;
    margin: 0 auto;
  }
  footer .footer_area .block .contact_box:nth-child(2) {
    text-align: center;
    width: 74%;
    margin: 0 auto;
  }
  footer .footer_area .block .contact_box:nth-child(3), footer .footer_area .block .contact_box:nth-child(4) {
    width: 94%;
    margin: 4% auto 0 auto;
  }
  footer .footer_area .block .contact_box + .contact_box {
    margin-top: 6%;
  }
  footer .footer_area .block .contact_box .box_heading {
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  footer .footer_area .block .contact_box .box_heading .img {
    line-height: 0;
  }
  footer .footer_area .block .contact_box .box_heading .f_title {
    margin-left: 10px;
  }
  footer .footer_area .block .contact_box .box_heading .txt_link {
    margin-left: 20px;
    line-height: 0;
  }
  footer .footer_area .block .contact_box .box_body {
    margin: 0.5em 0 0 0;
    font-size: 4.6vw;
  }
  footer .footer_area .block .contact_box .btn {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 8% 0;
    margin-top: 6%;
    border-radius: 50px;
    background-color: #e60012;
    color: #ffffff;
    font-size: 4vw;
  }
  footer .footer_area .block .contact_box .btn::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 10px;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/library/img/common/icn_arrow.png);
    background-repeat: no-repeat;
  }
  footer .footer_area .block_01 {
    display: flex;
    justify-content: center;
    padding: 10% 0 0 0;
  }
  footer .footer_area .block_02 {
    padding: 6% 4%;
  }
  footer .footer_area .block_03 a {
    font-size: 13px;
    font-weight: bold;
    color: #565656;
  }
  footer .footer_area .block_03 .link_box .link_list li {
    padding: 20px 0 20px 4%;
    line-height: 1;
  }
  footer .footer_area .block_03 .link_box .link_list li:last-child {
    border-bottom: 1px solid #e5e5e5;
  }
  footer .footer_area .block_03 .link_box .link_list li + li {
    border-top: 1px solid #e5e5e5;
  }
  footer .footer_area .block_01 + .block_02 {
    margin-top: 9%;
  }
  footer .copyright_area {
    margin-top: 8%;
    background-color: #fafafa;
  }
  footer .copyright_area .copyright_inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  footer .copyright_area .copyright_inner .block_01 .box_01 {
    padding: 12% 0 5% 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    color: #565656;
    font-size: 2.5vw;
  }
  footer .copyright_area .copyright_inner .block_01 .box_01 .copyright {
    width: 70%;
  }
  footer .copyright_area .copyright_inner .block_01 .box_01 .logo {
    width: 25%;
  }
}/*# sourceMappingURL=footer.css.map */

/*==============================

		共通設定

==============================*/
/*==============================

		PC

==============================*/
@media screen and (min-width: 641px) {
  .p-footer {
    /*margin: 130px 0 0 0;*/
    padding: 5px 0 50px 0;/*調整*/
    box-sizing: border-box;
    /*background: url(/library/common/img/header/border.png) repeat-x;*/
    background-position: top left;
    background-color: #fff;
  }
  .p-footer .p-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 0 0;
  }
  .p-footer .p-footer__block--01 .p-footer__logo {
    padding: 0 0 10px 0;
  }
  .p-footer .p-footer__block--01 .p-footer__logo .logo {
    width: 95px;
  }
  .p-footer .p-footer__block--01 .p-footer__logo .logo img {
    width: 100%;
  }
  .p-footer .p-footer__block--02 .p-footer__links .list_links {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
  }
  .p-footer .p-footer__block--02 .p-footer__links .list_links.sp {
    display: none !important;
  }
  .p-footer .p-footer__block--02 .p-footer__links .list_links li a {
    color: #333 !important;
    font-size: 14px !important;
  }
  .p-footer .p-footer__block--02 .p-footer__links .list_links li:nth-child(n+2)::before {
    content: "|";
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .p-footer .p-footer__block--03 .p-footer__copylight .copylight {
    font-size: 12px;
  }
}
/*==============================
		SP
==============================*/
@media screen and (max-width: 640px) {
  .p-footer {
    /*margin: 80px 0 0 0;*/
    padding: 5px 0 0 0;
    box-sizing: border-box;
    /*background: url(/library/common/img/header/border.png) repeat-x;*/
    background-position: top left;
  }
  .p-footer .p-footer__inner {
    padding: 20px 5%;
  }
  .p-footer .p-footer__block--01 .p-footer__logo {
    padding: 0 0 10px 0;
  }
  .p-footer .p-footer__block--01 .p-footer__logo .logo {
    width: min(31.2820512821vw, 122px);
  }
  .p-footer .p-footer__block--01 .p-footer__logo .logo img {
    width: 100%;
  }
  .p-footer .p-footer__block--02 {
    margin: 30px 0 0 0;
  }
  .p-footer .p-footer__block--02 .p-footer__links .list_links {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .p-footer .p-footer__block--02 .p-footer__links .list_links .list_links--1st {
    display: inline-flex;
  }
  .p-footer .p-footer__block--02 .p-footer__links .list_links .list_links--1st li a {
    font-size: 3vw;
    line-height: 1.4;
    color: #333333;
  }
  .p-footer .p-footer__block--02 .p-footer__links .list_links .list_links--1st li:first-child::before {
    content: "|";
    display: inline-block;
    margin-right: 0.5em;
  }
  .p-footer .p-footer__block--02 .p-footer__links .list_links .list_links--1st li:nth-child(n+2)::before {
    content: "|";
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .p-footer .p-footer__block--02 .p-footer__links .list_links .list_links--1st li:last-child::after {
    content: "|";
    display: inline-block;
    margin-left: 0.5em;
  }
  .p-footer .p-footer__block--03 {
    margin: 20px 0 0 0;
  }
  .p-footer .p-footer__block--03 .p-footer__copylight {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .p-footer .p-footer__block--03 .p-footer__copylight .copylight {
    font-size: min(3.0769230769vw, 12px);
  }
}/*# sourceMappingURL=footer_v2.css.map */