@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/* ----------------------------------------------------
base
---------------------------------------------------- */
html, body {
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}
@media (max-width: 750px) {
  html, body {
    font-size: 3.733vw;
  }
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

ul {
  list-style: none;
  box-sizing: border-box;
}
ul li {
  box-sizing: border-box;
}

/* ----------------------------------------------------
selection
---------------------------------------------------- */
::selection {
  background: rgba(255, 255, 0, 0.5);
  color: #333;
}

::-moz-selection {
  background: rgba(255, 255, 0, 0.5);
  color: #333;
}

/* ----------------------------------------------------
link
---------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #000;
  opacity: 0.6;
}
a:active {
  color: #000;
}
a.blue {
  color: #007fe8;
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* ----------------------------------------------------
set
---------------------------------------------------- */
@media (max-width: 750px) {
  .pcon {
    display: none;
  }
}

.spon {
  display: none;
}
@media (max-width: 750px) {
  .spon {
    display: block;
  }
}

.center {
  text-align: center;
}

@media (max-width: 750px) {
  .sp_center {
    text-align: center;
  }
}

.bold {
  font-weight: bold;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

small,
.small {
  font-size: 86%;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.indent-01 {
  padding-left: 16px;
  text-indent: -16px;
}
@media (max-width: 750px) {
  .indent-01 {
    padding-left: 3.733vw;
    text-indent: -3.733vw;
  }
}

/* ----------------------------------------------------
fixedmenu
---------------------------------------------------- */
.fixedmenu_right {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: calc((100% - 750px) / 2);
  height: 100vh;
}
@media (max-width: 1440px) {
  .fixedmenu_right {
    left: auto;
    right: -100vw;
    width: 400px;
    background: #fff;
    transition: 0.2s ease-in-out;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  }
  .fixedmenu_right.open-menu {
    right: 0;
  }
}
@media (max-width: 750px) {
  .fixedmenu_right {
    width: 100%;
    box-shadow: none;
  }
}
.fixedmenu_right .f_menu_inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 260px;
  height: 100%;
}
@media (max-width: 750px) {
  .fixedmenu_right .f_menu_inner {
    padding: 26.667vw 0;
    display: block;
    width: 69.333vw;
    overflow-y: auto;
  }
}
.fixedmenu_right .f_menu_inner .title {
  margin-left: 13px;
  font-size: 25px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #00b3ec;
}
@media (max-width: 750px) {
  .fixedmenu_right .f_menu_inner .title {
    margin-left: 3.467vw;
    font-size: 5.867vw;
  }
}
.fixedmenu_right ul {
  margin-bottom: 20px;
  margin-left: 13px;
  font-size: 18px;
  line-height: 2.2;
}
@media (max-width: 750px) {
  .fixedmenu_right ul {
    margin-bottom: 5.333vw;
    margin-left: 3.467vw;
    font-size: 4.267vw;
  }
}
.fixedmenu_right ul li {
  display: flex;
  align-items: center;
}
.fixedmenu_right ul li:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #007fe8;
  margin-right: 11px;
}
.fixedmenu_right .btn {
  margin-top: 30px;
  width: 260px;
  height: 62px;
}
@media (max-width: 750px) {
  .fixedmenu_right .btn {
    margin-top: 8vw;
    width: 69.333vw;
    height: 16.533vw;
  }
}
.fixedmenu_right .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #007fe8;
  border-radius: 100vw;
}
@media (max-width: 750px) {
  .fixedmenu_right .btn a {
    font-size: 4vw;
  }
}
.fixedmenu_right .btn a:hover {
  opacity: 1;
}
.fixedmenu_right .btn.card a {
  background: url(../images/common/icon_card_white.png) center left 26px/26px no-repeat #007fe8;
}
@media (max-width: 750px) {
  .fixedmenu_right .btn.card a {
    background: url(../images/common/icon_card_white.png) center left 6.933vw/6.933vw no-repeat #007fe8;
  }
}
.fixedmenu_right .btn.card a:hover {
  background: url(../images/common/icon_card_white.png) center left 26px/26px no-repeat #00b3ec;
}
@media (max-width: 750px) {
  .fixedmenu_right .btn.card a:hover {
    background: url(../images/common/icon_card_white.png) center left 6.933vw/6.933vw no-repeat #00b3ec;
  }
}
.fixedmenu_right .btn.contact a {
  background: url(../images/common/icon_contact_white.png) center left 27px/24px no-repeat #007fe8;
}
@media (max-width: 750px) {
  .fixedmenu_right .btn.contact a {
    background: url(../images/common/icon_contact_white.png) center left 7.2vw/6.4vw no-repeat #007fe8;
  }
}
.fixedmenu_right .btn.contact a:hover {
  background: url(../images/common/icon_contact_white.png) center left 27px/24px no-repeat #00b3ec;
}
@media (max-width: 750px) {
  .fixedmenu_right .btn.contact a:hover {
    background: url(../images/common/icon_contact_white.png) center left 1.875vw/6.4vw no-repeat #00b3ec;
  }
}
.fixedmenu_sp {
  display: none;
}
@media (max-width: 750px) {
  .fixedmenu_sp {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: block;
  }
  .fixedmenu_sp > .f_menu_inner {
    padding: 2.667vw 5.333vw;
    border-top: 1px solid #007fe8;
    width: 100%;
    height: 16vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
  }
  .fixedmenu_sp .f_menu_item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .fixedmenu_sp .f_menu_item a:before {
    content: "";
    display: block;
    width: 6.933vw;
    height: 6.933vw;
    margin: 0 auto;
  }
  .fixedmenu_sp .f_menu_item.home a:before {
    background: url(../images/common/icon_home_blue.png) center center/5.867vw no-repeat;
  }
  .fixedmenu_sp .f_menu_item.card a:before {
    background: url(../images/common/icon_card_blue.png) center center/100% no-repeat;
  }
  .fixedmenu_sp .f_menu_item.search a:before {
    background: url(../images/common/icon_search_blue.png) center center/5.867vw no-repeat;
  }
  .fixedmenu_sp .f_menu_item span {
    font-size: 3.2vw;
    line-height: 1;
    font-weight: 500;
    display: inline-block;
  }
}

/* ----------------------------------------------------
title
---------------------------------------------------- */
h3 {
  padding-left: 26px;
  margin-bottom: 16px;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5;
  color: #007fe8;
  text-indent: -26px;
}
@media (max-width: 750px) {
  h3 {
    padding-left: 6.933vw;
    margin-bottom: 4.267vw;
    font-size: 5.067vw;
    text-indent: -6.933vw;
  }
}
h3:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #007fe8;
  position: relative;
  top: -7px;
  margin-right: 10px;
}
@media (max-width: 750px) {
  h3:before {
    top: -5px;
  }
}

h4 {
  color: #00b3ec;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 750px) {
  h4 {
    font-size: 4.267vw;
  }
}
h4:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #00b3ec;
  position: relative;
  top: -6px;
  margin: 0 10px 0 4px;
}
@media (max-width: 750px) {
  h4:before {
    top: -1px;
    margin: 0 8px 4px;
  }
}

.title_lineno {
  padding-left: 0;
  text-indent: 0;
}
.title_lineno:before {
  content: none;
}

/* ----------------------------------------------------
header
---------------------------------------------------- */
header {
  padding: 40px 20px 0 20px;
  margin-bottom: 22px;
}
@media (max-width: 750px) {
  header {
    padding: 5.333vw 5.333vw 0 5.333vw;
    margin-bottom: 4.8vw;
    text-align: center;
  }
}
header h1 {
  font-size: 34px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  header h1 {
    font-size: 4.8vw;
  }
}
header h1 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
@media (max-width: 750px) {
  header h1 span {
    font-size: 3.467vw;
  }
}
header h1 span.img {
  margin-right: 6px;
  display: inline-block;
}
@media (max-width: 750px) {
  header h1 span.img {
    margin-right: 2.667vw;
    position: relative;
    top: 0.533vw;
  }
}
header h1 span.img img {
  width: 111px;
  height: auto;
}
@media (max-width: 750px) {
  header h1 span.img img {
    width: 18.667vw;
  }
}
header h1 a {
  color: #000;
  text-decoration: none;
}

/* gnavibtn
--------------------------- */
#gnavibtn {
  display: none;
}
@media (max-width: 1440px) {
  #gnavibtn {
    display: block;
    position: fixed;
    top: 28px;
    right: 20px;
    z-index: 20;
  }
  #gnavibtn .btn_inr {
    position: relative;
    width: 30px;
    height: 22px;
  }
  #gnavibtn .btn_inr span {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 100vw;
    background: #007fe8;
    transition: 0.2s ease-in-out;
  }
  #gnavibtn .btn_inr span:first-child {
    top: 0;
  }
  #gnavibtn .btn_inr span:nth-child(2) {
    top: 10px;
  }
  #gnavibtn .btn_inr span:nth-child(3) {
    bottom: 0;
  }
  #gnavibtn.open .btn_inr span:first-child {
    top: 10px;
    transform: rotate(-45deg);
  }
  #gnavibtn.open .btn_inr span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #gnavibtn.open .btn_inr span:nth-child(3) {
    top: 10px;
    transform: rotate(45deg);
  }
}

/* fixed
--------------------------- */
.fixed {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------------
main
---------------------------------------------------- */
.wrapper {
  margin: 0 auto;
  width: 750px;
}
@media (max-width: 750px) {
  .wrapper {
    width: 100%;
  }
}

.main_container {
  padding: 0 20px;
}
@media (max-width: 750px) {
  .main_container {
    padding: 0 5.333vw;
  }
}
.main_container section,
.main_container .section {
  margin-top: 90px;
}
@media (max-width: 750px) {
  .main_container section,
  .main_container .section {
    margin-top: 16vw;
  }
}
.main_container section p + p,
.main_container .section p + p {
  margin-top: 32px;
}
@media (max-width: 750px) {
  .main_container section p + p,
  .main_container .section p + p {
    margin-top: 7.467vw;
  }
}
.main_container .pagetitle + section,
.main_container .pagetitle + article,
.main_container .pagetitle + .notice,
.main_container .pagetitle + .benefit {
  margin-top: 38px;
}
@media (max-width: 750px) {
  .main_container .pagetitle + section,
  .main_container .pagetitle + article,
  .main_container .pagetitle + .notice,
  .main_container .pagetitle + .benefit {
    margin-top: 10.133vw;
  }
}
.main_container .section_inr {
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  .main_container .section_inr {
    margin-bottom: 10.667vw;
  }
}
.main_container aside {
  margin-top: 40px;
}
@media (max-width: 750px) {
  .main_container aside {
    margin-top: 8vw;
  }
}

/* notice
--------------------------- */
.notice {
  padding: 20px 30px;
  border: 2px solid #f92b3f;
}
@incldue sp {
  .notice {
    padding: 4.267vw 5.333vw;
  }
}
.notice p {
  color: #f92b3f;
}

/* ----------------------------------------------------
popup
---------------------------------------------------- */
.popup_wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 21;
  width: 100%;
  height: 100vh;
  display: none;
}
.popup_wrap.help .p_title:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/common/icon_help_blue.png) center center/100% no-repeat;
  position: relative;
  top: 2px;
  margin-right: 6px;
}
@media (max-width: 750px) {
  .popup_wrap.help .p_title:before {
    width: 4.267vw;
    height: 4.267vw;
    margin-right: 1.6vw;
  }
}
.popup_wrap .p_close {
  position: absolute;
  top: -30px;
  right: -30px;
  line-height: 0;
  cursor: pointer;
}
@media (max-width: 750px) {
  .popup_wrap .p_close {
    top: -8vw;
    right: 0;
  }
}
.popup_wrap .p_close img {
  width: 22px;
  height: auto;
}
@media (max-width: 750px) {
  .popup_wrap .p_close img {
    width: 5.867vw;
  }
}
.popup_container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .popup_container {
    padding: 26.667vw 5.333vw;
    display: block;
    overflow-y: auto;
  }
}
.popup_item {
  padding: 30px 30px 40px 30px;
  width: 600px;
  border-radius: 20px;
  background: #fff;
  position: relative;
}
@media (max-width: 750px) {
  .popup_item {
    padding: 6.4vw 5.333vw 8vw 5.333vw;
    width: 100%;
    border-radius: 5.333vw;
  }
}
.popup_item p {
  margin-bottom: 16px;
}
@media (max-width: 750px) {
  .popup_item p {
    margin-bottom: 3.733vw;
  }
}
.popup_item p:last-child {
  margin-bottom: 0;
}
.popup_item .p_title {
  font-size: 18px;
  font-weight: 500;
  color: #007fe8;
  text-align: center;
}
@media (max-width: 750px) {
  .popup_item .p_title {
    font-size: 4.267vw;
  }
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* ----------------------------------------------------
btn
---------------------------------------------------- */
.btnbox {
  margin-top: 50px;
}
@media (max-width: 750px) {
  .btnbox {
    margin-top: 6.133vw;
  }
}
.btnbox.column_1 .btn_item {
  margin: 0 auto;
  width: 340px;
}
@media (max-width: 750px) {
  .btnbox.column_1 .btn_item {
    width: 100%;
  }
}
.btnbox.column_2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btnbox.column_2 input,
.btnbox.column_2 .btn_item {
  width: 340px;
}
@media (max-width: 750px) {
  .btnbox.column_2 input,
  .btnbox.column_2 .btn_item {
    width: 48%;
  }
}
@media (max-width: 750px) {
  .btnbox.column_2.spwrap {
    flex-wrap: wrap;
  }
  .btnbox.column_2.spwrap .btn_item {
    margin-bottom: 2.667vw;
    width: 100%;
  }
}
.btnbox .btn_item {
  height: 70px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .btnbox .btn_item {
    height: 14.933vw;
    font-size: 4vw;
  }
}
.btnbox .btn_item a {
  width: 100%;
  height: 100%;
  color: #007fe8;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #007fe8;
  border-radius: 100vw;
  background: url(../images/common/icon_arrow_blue.png) center left/49px no-repeat #fff;
}
@media (max-width: 750px) {
  .btnbox .btn_item a {
    background: url(../images/common/icon_arrow_blue_s_2.png) center left/8.267vw no-repeat #fff;
  }
}
.btnbox .btn_item a:hover {
  opacity: 1;
  color: #fff;
  background: url(../images/common/icon_arrow_white.png) center left/49px no-repeat #007fe8;
}
@media (max-width: 750px) {
  .btnbox .btn_item a:hover {
    background: url(../images/common/icon_arrow_white_s.png) center left/8.267vw no-repeat #007fe8;
  }
}
.btnbox .btn_item.help a {
  background: #fff;
}
.btnbox .btn_item.help a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  transition: 0.2s ease-in-out;
  background: url(../images/common/icon_help_blue.png) center center/100% no-repeat;
  positin: relative;
  top: 1px;
  margin-right: 10px;
}
@media (max-width: 750px) {
  .btnbox .btn_item.help a:before {
    width: 4.267vw;
    height: 4.267vw;
    margin-right: 2.133vw;
  }
}
.btnbox .btn_item.help a:hover {
  background: #007fe8;
}
.btnbox .btn_item.help a:hover:before {
  background: url(../images/common/icon_help_white.png) center center/100% no-repeat;
}
.btnbox .btn_item.search_green a {
  color: #000;
  background: #deff1d;
  border: 0;
}
.btnbox .btn_item.search_green a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  transition: 0.2s ease-in-out;
  background: url(../images/common/icon_search_black.png) center center/100% no-repeat;
  position: relative;
  top: 1px;
  margin-right: 10px;
}
@media (max-width: 750px) {
  .btnbox .btn_item.search_green a:before {
    width: 5.333vw;
    height: 5.333vw;
    margin-right: 2.4vw;
  }
}
.btnbox .btn_item.search_green a:hover {
  color: #fff;
  background: #00b3ec;
}
.btnbox .btn_item.search_green a:hover:before {
  background: url(../images/common/icon_search_white.png) center center/100% no-repeat;
}
.btnbox input[type="submit"], .btnbox input[type="button"], .btnbox input[type="reset"] {
  height: 70px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #007fe8;
  border: 0;
  border: 1px solid #007fe8;
  background: #fff;
  border-radius: 100vw;
  cursor: pointer;
}
@media (max-width: 750px) {
  .btnbox input[type="submit"], .btnbox input[type="button"], .btnbox input[type="reset"] {
    height: 14.933vw;
    font-size: 3.733vw;
  }
}

.sp_search_help {
  display: none;
}
@media (max-width: 750px) {
  .sp_search_help {
    margin-top: 26.667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 14.933vw;
    border-radius: 100vw;
    background: #fff;
    border: 1px solid #007fe8;
  }
  .sp_search_help span {
    display: inline-block;
    font-size: 3.733vw;
    font-weight: 400;
    color: #007fe8;
  }
  .sp_search_help span:before {
    content: "";
    display: inline-block;
    width: 4.267vw;
    height: 4.267vw;
    background: url(../images/common/icon_help_blue.png) center center/100% no-repeat;
    position: relative;
    top: 0.533vw;
    margin-right: 2.4vw;
  }
}

/* ----------------------------------------------------
pagetitle
---------------------------------------------------- */
.pagetitle {
  padding: 30px 36px;
  width: 710px;
  height: 140px;
  background: url(../images/common/img_k.png) center left 27px/232px no-repeat #00b3ec;
  border-radius: 20px;
  position: relative;
}
.pagetitle.card {
  padding: 47px 0 0 0;
  margin-bottom: 180px;
  text-align: center;
  background: url(../images/common/img_k.png) center left 27px/232px no-repeat #007fe8;
}
@media (max-width: 750px) {
  .pagetitle.card {
    padding: 7.467vw 20px 0 20px;
    margin-left: -20px;
    margin-bottom: 37.333vw;
    width: 100vw;
    height: 42.667vw;
    border-radius: 0;
    background: url(../images/common/img_k.png) center left 1.867vw/66.667vw no-repeat #007fe8;
  }
}
.pagetitle.card .img_card {
  line-height: 0;
}
.pagetitle.card .img_card img {
  width: 335px;
  height: auto;
  filter: drop-shadow(0 7px 5px rgba(0, 0, 0, 0.2));
}
@media (max-width: 750px) {
  .pagetitle.card .img_card img {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .pagetitle {
    padding: 4.8vw 5.333vw;
    width: 100%;
    height: 26.667vw;
    border-radius: 4.533vw;
  }
}
.pagetitle > h2 {
  font-size: 23px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 750px) {
  .pagetitle > h2 {
    font-size: 4.533vw;
  }
}
.pagetitle span {
  position: absolute;
  right: 36px;
  bottom: -20px;
  z-index: 1;
  color: #deff1d;
  font-size: 40px;
  line-height: 1;
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
@media (max-width: 750px) {
  .pagetitle span {
    right: 5.333vw;
    bottom: -4.267vw;
    font-size: 8vw;
  }
}
.pagetitle p.count {
  color: #fff;
}

/* ----------------------------------------------------
ul,ol
---------------------------------------------------- */
ul, ol {
  margin-left: 20px;
}
@media (max-width: 750px) {
  ul, ol {
    margin-left: 3.733vw;
  }
}

/* ----------------------------------------------------
banner_box
---------------------------------------------------- */
.banner_box_item {
  line-height: 0;
}

/* ----------------------------------------------------
shop
---------------------------------------------------- */
.benefit {
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .benefit {
    margin-bottom: 9.067vw;
  }
}
.benefit p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #f92b3f;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 750px) {
  .benefit p {
    font-size: 4.267vw;
    line-height: 1.6;
    align-items: flex-start;
  }
}
.benefit p span {
  width: 90%;
  display: inline-block;
}
.benefit p:before {
  content: "特 典";
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  width: 46px;
  height: 46px;
  border-radius: 100vw;
  background: #f92b3f;
  margin-right: 18px;
}
@media (max-width: 750px) {
  .benefit p:before {
    font-size: 3.733vw;
    width: 11.2vw;
    height: 11.2vw;
    margin-right: 3.467vw;
  }
}

/* ----------------------------------------------------
footer
---------------------------------------------------- */
footer {
  padding: 30px 0 80px 0;
  margin-top: 100px;
  border-top: 1px solid #007fe8;
}
@media (max-width: 750px) {
  footer {
    padding: 5.867vw 0 27.733vw 0;
    margin: 14.667vw 5.333vw 0 5.333vw;
  }
}
footer .footer_inr {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  footer .footer_inr {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .f_item {
  width: 49%;
}
@media (max-width: 750px) {
  footer .f_item {
    width: 100%;
  }
}
footer .f_item .sitename {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  footer .f_item .sitename {
    justify-content: center;
  }
}
footer .f_item .sitename img {
  width: 70px;
  height: auto;
}
@media (max-width: 750px) {
  footer .f_item .sitename img {
    width: 18.667vw;
  }
}
footer .f_item .sitename span {
  margin-left: 10px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 750px) {
  footer .f_item .sitename span {
    margin-left: 2.667vw;
    font-size: 4vw;
  }
}
footer .f_item address {
  text-align: right;
  font-style: normal;
}
@media (max-width: 750px) {
  footer .f_item address {
    margin-top: 5.333vw;
    text-align: center;
  }
}
footer .f_item address p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 750px) {
  footer .f_item address p {
    font-size: 3.467vw;
    line-height: 1.7;
  }
}
@media (max-width: 750px) {
  footer .f_item address .telbox {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
