@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese&display=swap);

@media screen and (max-width:750px) {
  .pc-on {
    display: none !important
  }
}

@media print,
screen and (min-width:751px) {
  .sp-on {
    display: none !important
  }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  background: 0 0
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

html {
  font-size: 62.5%
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none
}

:focus {
  outline-color: #aaa
}

ins {
  text-decoration: none
}

del {
  text-decoration: line-through
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

img {
  vertical-align: bottom
}

b,
em,
strong {
  font-weight: inherit;
  font-style: inherit
}

html {
  font-size: 10px
}

@media screen and (max-width:750px) {
  html {
    font-size: 2.6666666667vw
  }
}

body {
  width: 100%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400
}

@media screen and (max-width:750px) {
  body.is-locked {
    position: fixed;
    width: 100%;
    height: 100%
  }
}

@media screen and (max-width:750px) {
  body {
    min-width: 320px
  }
}

*,
:after,
:before {
  box-sizing: border-box;
  word-break: break-all
}

a {
  text-decoration: none;
  color: inherit;
  transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

a .c-ico,
a img {
  transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

img {
  max-width: 100%;
  vertical-align: bottom
}

iframe {
  vertical-align: bottom
}

.hover-alpha a:hover img {
  opacity: .7
}

::-webkit-input-placeholder {
  color: #ccc;
  padding-top: .2em
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1
}

:-ms-input-placeholder {
  color: #ccc
}

button,
input[type=email],
input[type=number],
input[type=tel],
input[type=text],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: 0 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif
}

input[type=number] {
  -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=email],
input[type=tel],
input[type=text] {
  width: 100%;
  border: 1px solid #eee;
  background: #fff;
  padding: 0 15px;
  box-sizing: border-box;
  height: 44px;
  line-height: 44px;
  font-size: 1.6rem
}

select {
  cursor: pointer;
  width: 100%;
  padding: 0 40px 0 15px;
  border: 1px solid #eee;
  background: #fff;
  height: 44px;
  font-size: 1.6rem
}

select::-ms-expand {
  display: none
}

textarea {
  resize: none;
  width: 100%;
  line-height: 1.5;
  border: 1px solid #eee;
  background: #fff;
  font-size: 1.6rem;
  padding: 15px;
  font: inherit
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  line-height: 1;
  cursor: pointer
}

button {
  cursor: pointer
}

.bg-blue {
  background: #0e90ed;
  position: relative;
}

.d-block{
  display: block !important;
}

.fz-12{
  font-size: 12px;
}
.fz-14{
  font-size: 14px;
}
.fz-15{
  font-size: 15px;
}
.fz-16{
  font-size: 16px;
}
.fz-20{
  font-size: 20px;
}
.fz-24{
  font-size: 24px;
}
.fz-26{
  font-size: 26px;
}
.fz-30{
  font-size: 30px;
}
.fz-34{
  font-size: 34px;
}
@media screen and (max-width:750px) {

  input[type=email],
  input[type=number],
  input[type=tel],
  input[type=text],
  select,
  textarea {
    font-size: 1.6rem
  }
}

sup {
  font-size: 1rem;
  vertical-align: super
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 1400px
}

/* .l-footer {
  color: #fff;
  line-height: 1;
  position: relative;
  text-align: center;
  background: #000;
  padding: 20px;
  margin-top: auto
}

.l-footer-pagetop {
  display: block;
  position: absolute;
  bottom: 100%;
  right: 15px;
  margin-bottom: 15px;
  z-index: 1000;
  outline: 0;
  cursor: pointer
}

.l-footer-pagetop__trriger {
  background: #000;
  width: 40px;
  height: 40px
}

.l-footer-pagetop__txt {
  display: inline-block;
  text-indent: -9999em
}

.l-footer-pagetop__ico {
  transform: translate(-50%, -50%) rotateZ(-90deg);
  width: 13px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%
}

.l-footer-pagetop__ico svg {
  width: 13px;
  height: 26px
}

.l-footer-pagetop.is-fixed {
  position: fixed;
  bottom: 0
}

.l-footer-copyright {
  font-size: 1.2rem;
  line-height: 1.3
} */

.l-main {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5
}


@media (min-width:751px) {
  .mv{
    background: url('../images/mv-bg-pc.png') no-repeat top center/contain;
    background-position-y: -42px;
    position: relative;
    margin-top: -19px;
    margin-bottom: -9px;
  }
  .l-main .l-mv {
    position: relative;
    text-align: center;
  }

  .cv .cv-txt{
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 7px;
  }

  .bg-blue{
    background-image: url('../images/bg-blue_pc.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 980px;
    margin: 0 auto;
    padding: 0 36px;
    transform: translate(0,-88px)
  }

  .w430 {
    width: 430px !important;
  }
}


@media screen and (max-width:750px) {
  .l-main .blue-txt {
    font-size: 1.45rem;
    color: #0068b7;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.4rem;
  }

  .l-main .blue-txt.dot-bg {
    position: relative;
  }

  .l-main .blue-txt.dot-bg::before,
  .l-main .blue-txt.dot-bg::after {
    content: '';
    position: absolute;
    background: url(../images/dot_sp.png) top center no-repeat;
    width: 3.73vw;
    height: 3.73vw;
    background-size: 100% 100%;
    top: 50%;
    transform: translateY(-50%);
  }

  .l-main .blue-txt.dot-bg::before {
    left: 0.7vw;
  }

  .l-main .blue-txt.dot-bg::after {
    right: 0.7vw;
  }

  .l-main .btn-group .btn {
    position: relative;
    height: 45px;
    line-height: 45px;
    border-radius: 22.5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
  }

  .l-main .btn-group .btn {
    height: 12vw;
    line-height: 1em;
    border-radius: 40px;
  }

  .l-main .btn-group .btn--yellow {
    box-shadow: 0 8px 0 0 #bf280f;
  }

  .btn-group .btn--yellow {
    box-shadow: 0 8px 0 0 #bf280f;
  }

  .l-main .btn-group .btn--blue {
    background-color: #0068b7;
    box-shadow: 0 6px 0 0 #00508d
  }

  .l-main .btn-group .btn--green {
    background-color: #62af4b;
    box-shadow: 0 6px 0 0 #218c00
  }

  .l-main .btn-group .btn .ico--mail {
    width: 23.5px;
    height: 15.5px;
    background: url(../images/icon_mail.png) center/cover no-repeat
  }

  .l-main .btn-group .btn .ico--download {
    width: 21px;
    height: 23px;
    background: url(../images/icon_download.png) center/cover no-repeat
  }

  .l-main .btn-group .btn .ico--tel {
    width: 18.5px;
    height: 18px;
    background: url(../images/icon_tel.png) center/cover no-repeat
  }

  .l-main .point-info .ttl b span:nth-child(1) {
    font-size: 5rem;
    color: #fac452;
    display: block
  }

  .l-main .point-info .ttl b span:nth-child(2) {
    color: #fac452;
    display: block
  }

}

.btn-group .btn--yellow {
  background-image: url('../images/cv-bg_btn_pc.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 8px 0 0 #bf280f;
}

.btn-group .btn--yellow::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 19px;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}
@media print,
screen and (min-width:751px) {
  .l-main .blue-txt {
    font-size: 2.7rem;
    color: #0068b7;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px
  }

  .l-main .blue-txt.dot-bg {
    background: url(../images/dot.png) top 4px left/8px;
    line-height: 1
  }

  .l-main .btn-group .btn {
    position: relative;
    height: 70px;
    line-height: 35px;
    border-radius: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: min(24px, 3vw);
    font-weight: 700;
    transition: all .3s cubic-bezier(.215, .61, .355, 1);
    transform: translateY(-7px);
  }



  .l-main .cv .btn-group .btn--yellow {
    box-shadow: 0 8px 0 0 #bf280f;
  }



  .l-main .btn-group .btn--blue {
    background-color: #0068b7;
    box-shadow: 0 6px 0 0 #00508d;
    width: 430px;
    margin-top: 50px !important;
    margin-left: 235px !important;
  }

  .l-main .btn-group .btn .ico--mail {
    width: 47px;
    height: 31px;
    background: url(../images/icon_mail.png) center/cover no-repeat
  }

  .l-main .btn-group .btn .ico--download {
    width: 42px;
    height: 46px;
    background: url(../images/icon_download.png) center/cover no-repeat
  }

  .l-main .point-info .ttl b span:nth-child(1) {
    font-size: 7.5rem !important;
    color: #fac452;
    display: block
  }

  .l-main .point-info .ttl b span:nth-child(2) {
    color: #fac452;
    display: block
  }


  .item-list .item {
    flex-basis: 48%;
    margin: 0 4% 3.2% 0
  }

  .item-list .itemPoint05 {
    flex-basis: 99.9% !important;
    margin: 0 0 3.2% 0
  }


  .item-list .item2 {
    margin: 0 0 3.2% 0 !important
  }
}



.l-main .blue-txt.dot-bg span {
  padding: 0 24px;
  background-color: #0e90ed;
  color: #fff;
}

@media screen and (max-width:750px) {
  .l-main .blue-txt.dot-bg span {
    padding: 0;
  }
}

.l-main .ttl {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem
}

.l-main .ttl b {
  font-size: 2.4rem;
  font-weight: 700
}

.l-main .ttl b span {
  color: #fac452
}

.l-main .btn-group {
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.l-main .btn-group .btn .ico {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle
}

.l-main .btn-group .btn:hover {
  box-shadow: none;
  transform: translateY(3px)
}

.l-main .btn-group .date {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin: 10px -20px 0;
  text-align: center
}

.l-main .btn-group .note {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  margin: 0 -20px
}

.l-main .cv {
  padding: 12px 0;
}

.cont03-ttl {
  width: 90%;
  margin: 0 auto 5%;
  line-height: 1.5;
  font-size: 4vw;
  text-align: center
}

.cont03-ttl::after {
  content: " ";
  display: block;
  clear: both
}

.cont03-img {
  float: left;
  width: 24%;
  margin: 0 1% 0 8%
}

.cont03-txt1 {
  font-size: 5.5vw;
  display: inline-block;
  margin-top: 1em
}

.cont03-txt2 {
  display: block;
  width: 100%;
  font-size: 4.7vw;
  margin-top: 2%
}

.cont03-flexblock {
  width: 95%;
  display: block;
  margin: 0 auto;
  line-height: 1
}

.cont03-flexbox {
  box-sizing: border-box;
  margin-bottom: 5%;
  padding: 5% 3%
}

.cont03-flettl {
  overflow: hidden;
  margin-bottom: 1%
}

.cont03-flettl .cont03-fleicon {
  float: left;
  background-image: url(../img/icon-hexagon.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  text-align: center;
  color: #fff;
  font-weight: 700;
  box-sizing: border-box;
  width: 18%;
  padding: .7em 0;
  font-size: 3vw;
  margin-right: 2%
}

.cont03-flettl .cont03-fleicon span {
  font-size: 7vw
}

.cont03-fletxt1 {
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 1.3
}

.cont03-fletxt1.-line1 {
  padding-top: 1.2em
}

.cont03-fleximg {
  text-align: center
}

.cvbtn.cont03-btn {
  width: 93%
}

.cvbtn.cont03-btn a {
  color: #fff;
  background: #fd9104;
  border: 1px solid #fd9104;
  -webkit-box-shadow: 0 3px #bb8642;
  box-shadow: 0 3px #bb8642;
  padding: .2em 0 .5em;
  letter-spacing: .2em;
  line-height: 1.1
}

.cvbtn.cont03-btn a::after {
  width: 1.74vw;
  height: 1.74vw;
  right: 4.11vw
}

.cvbtn03-txt {
  font-size: 3vw
}

.cvbtn03-txt .cont03-btntxt {
  font-size: 4vw
}

.cont03-note {
  line-height: 1;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box
}

.cont03-notettl {
  font-size: 3vw;
  font-weight: 700;
  margin-bottom: 1em
}

.cont03-notelist li {
  font-size: 3vw;
  margin: 0;
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4
}

.cont03-notelist li::before {
  content: "繝ｻ"
}

.cont03-notettl02,
.cont03-notetxt {
  font-size: 3vw;
  line-height: 1.4
}

.cvbtn {
  padding-bottom: 2%
}

.cvbtn a {
  width: 100%;
  z-index: 4;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 0;
  border-radius: 5px;
  box-sizing: border-box;
  font-weight: 700;
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-transition: -webkit-transform .05s, -webkit-box-shadow .05s;
  -o-transition: transform .05s, box-shadow .05s;
  transition: transform .05s, box-shadow .05s
}

.cvbtn a:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px)
}

.cvbtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.11vw;
  width: .74vw;
  height: .74vw;
  color: #fff;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10
}

@media screen and (min-width:751px) {
  .cvbtn {
    padding-bottom: 0
  }

  .cvbtn a::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
  }

  .cvbtn a {
    border-radius: 10px
  }
}

.cvbtn.cont03-btn {
  width: 93%
}

.cvbtn.cont03-btn a {
  color: #fff;
  background: #fd9104;
  border: 1px solid #fd9104;
  -webkit-box-shadow: 0 3px #bb8642;
  box-shadow: 0 3px #bb8642;
  padding: .2em 0 .5em;
  letter-spacing: .2em;
  line-height: 1.1
}

.cvbtn.cont03-btn a::after {
  width: 1.74vw;
  height: 1.74vw;
  right: 4.11vw
}

.cvbtn03-txt {
  font-size: 3vw
}

.cvbtn03-txt .cont03-btntxt {
  font-size: 4vw
}

@media screen and (min-width:751px) {
  .cont03-ttl {
    max-width: 1070px;
    width: 100%;
    font-size: 30px;
    text-align: left;
    margin-bottom: 40px;
    padding: 0 10px;
    box-sizing: border-box
  }

  .cont03-img {
    width: 130px;
    margin: 0 20px 0 0
  }

  .cont03-txt1,
  .cont03-txt2 {
    font-size: 30px;
    display: inline;
    margin: 0
  }

  .cont03-flexblock {
    display: flex;
    flex-wrap: wrap;
    max-width: 1220px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box
  }

  .cont03-flexbox {
    flex-basis: 48%;
    margin: 0 4% 3.2% 0;
    padding: 1.8% 1% 1.6% .9%
  }

  .cont03-flexbox:nth-child(even) {
    margin-right: 0
  }

  .cont03-flettl {
    margin-top: 0
  }

  .cont03-flettl .cont03-fleicon {
    width: 84px;
    height: 73px;
    font-size: 16px;
    padding-top: .6em;
    margin-right: 15px
  }

  .cont03-flettl .cont03-fleicon span {
    font-size: 36px
  }

  .cont03-fletxt1 {
    font-size: 16px;
    padding-top: .5em;
    line-height: 1.8
  }

  .cont03-fletxt1.-line1 {
    padding-top: 1.5em
  }

  .cont03-fleximg {
    margin-bottom: 6px
  }

  .cvbtn.cont03-btn a {
    -webkit-box-shadow: 0 5px #bb8642;
    box-shadow: 0 5px #bb8642;
    padding: 12px 0 15px
  }

  .cvbtn.cont03-btn {
    max-width: 460px;
    width: 100%;
    margin: 0 auto
  }

  .cvbtn03-txt {
    font-size: 18px
  }

  .cvbtn03-txt .cont03-btntxt {
    font-size: 24px
  }

  .cvbtn.cont03-btn a::after {
    width: .74vw;
    height: .74vw;
    right: 1.11vw
  }

  .cont03-note {
    line-height: 1;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px
  }

  .cont03-notettl {
    font-size: 14px
  }

  .cont03-notelist li,
  .cont03-notettl02,
  .cont03-notetxt {
    font-size: 12px;
    margin: 0 0 .7em 0;
    line-height: 1
  }
}

@media screen and (max-width:1200px) and (min-width:751px) {
  .cont03-fleximg img {
    width: 92.7%
  }

  .cont03-fletxt1 {
    font-size: 1.35vw
  }

  .cont03-flexbox {
    flex-basis: 49%;
    margin: 0 2% 3.2% 0;
    background: #fff
  }
}


.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  position: relative
}

.c-btn__txt {
  display: inline-block;
  position: relative;
  z-index: 2
}

.c-btn--grey {
  background-color: #d9dfe5;
  height: 60px
}

.c-btn--grey.c-btn--general {
  border: 0
}

.c-btn--large {
  width: 430px;
  max-width: 100% !important
}

.c-btn--center {
  margin-left: auto;
  margin-right: auto
}

.c-btn--general {
  border: 1px solid #000;
  font-family: Arial;
  font-weight: 700;
  max-width: 300px;
  padding: 0 40px;
  font-size: 1.5rem
}

.c-btn--general .c-btn__ico {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%)
}

.c-btn--general .c-btn__ico svg {
  fill: #c30837
}

@media screen and (max-width:750px) {
  .is-view-pc .c-btn--general:hover {
    color: #fff;
    background: #000
  }

  .is-view-pc .c-btn--general:hover .c-btn__ico svg {
    fill: #fff
  }
}

.c-btn--back .c-btn__ico {
  right: inherit;
  left: 14px;
  transform: translateY(-50%) rotate(180deg)
}

@media screen and (max-width:750px) {
  .is-view-pc .c-btn--back:hover .c-btn__ico {
    left: 11px
  }
}

.c-btn--anker .c-btn__ico {
  transform: translateY(-50%) rotate(90deg)
}

.c-btn--blank .c-btn__ico {
  height: 10px
}

.c-form-input {
  display: inline-block;
  width: 100%
}

.c-form-radio {
  display: inline-block;
  cursor: pointer;
  min-height: 22px
}

.c-form-radio span {
  display: block;
  padding: 1px 0 0 30px;
  position: relative;
  line-height: 1.3
}

.c-form-radio span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border: 1px solid #eee;
  background: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  box-sizing: border-box
}

.c-form-radio span:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 1;
  background: #000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  visibility: hidden;
  box-sizing: border-box
}

.c-form-radio input[type=radio] {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute
}

.c-form-radio input[type=radio]:focus+span:before {
  border: 1px solid #aaa
}

.c-form-radio input[type=radio]:checked+span:after {
  visibility: visible
}

.c-form-checkbox {
  display: inline-block;
  cursor: pointer;
  min-height: 22px
}

.c-form-checkbox span {
  display: block;
  padding: 1px 0 0 30px;
  position: relative;
  line-height: 1.3
}

.c-form-checkbox span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border: 1px solid #eee;
  background: #fff;
  width: 22px;
  height: 22px;
  box-sizing: border-box
}

.c-form-checkbox span:after {
  content: "";
  display: block;
  width: 11px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 1;
  visibility: hidden;
  box-sizing: border-box
}

.c-form-checkbox input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute
}

.c-form-checkbox input[type=checkbox]:focus+span:before {
  border: 1px solid #aaa
}

.c-form-checkbox input[type=checkbox]:checked+span:after {
  visibility: visible
}

.c-form-select {
  position: relative
}

.c-form-select:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  pointer-events: none
}

.c-form-textarea {
  display: inline-block;
  width: 100%;
  vertical-align: bottom
}

.c-list--notes li {
  text-indent: -1em;
  margin-left: 1em
}

.c-list--dot li {
  text-indent: -1em;
  margin-left: 1em
}

.c-tag {
  display: inline-block;
  min-width: 120px;
  padding: 3px 10px;
  font-size: 1.2rem;
  background-color: #ccc;
  color: #fff;
  text-align: center
}

.c-tag--01 {
  background-color: #000
}

.c-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-top: 1px solid #eee
}

.c-table td,
.c-table th {
  border-bottom: 1px solid #eee;
  padding: 20px
}

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

  .c-table td,
  .c-table th {
    padding: 15px
  }
}

.c-table th {
  width: 200px;
  vertical-align: middle;
  background-color: #000;
  font-weight: 700;
  text-align: left;
  color: #fff
}

@media screen and (max-width:750px) {
  .c-table th {
    width: 120px
  }
}

.p-breadcrumb {
  font-size: 1.3rem;
  line-height: 1
}

.p-breadcrumb ul li {
  float: left;
  position: relative
}

.p-breadcrumb ul li+li {
  padding: 0 0 0 15px;
  margin: 0 0 0 10px
}

.p-breadcrumb ul li+li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: -4px
}

@media screen and (max-width:750px) {
  .is-view-pc .p-breadcrumb ul li a:hover {
    text-decoration: underline
  }
}

.u-clr:after {
  content: "";
  display: block;
  clear: both;
  height: 0
}

.u-ff-jp {
  font-family: "Noto Sans JP", sans-serif
}

.u-ff-en {
  font-family: Arial
}

.u-fz-20 {
  font-size: 2rem !important
}

.u-fz-19 {
  font-size: 1.9rem !important
}

.u-fz-18 {
  font-size: 1.8rem !important
}

.u-fz-17 {
  font-size: 1.7rem !important
}

.u-fz-16 {
  font-size: 1.6rem !important
}

.u-fz-15 {
  font-size: 1.5rem !important
}

.u-fz-14 {
  font-size: 1.4rem !important
}

.u-fz-13 {
  font-size: 1.3rem !important
}

.u-fz-12 {
  font-size: 1.2rem !important
}

.u-fz-11 {
  font-size: 1.1rem !important
}

.u-fz-10 {
  font-size: 1rem !important
}

.u-fw-400 {
  font-weight: 400 !important
}

.u-fw-700 {
  font-weight: 700 !important
}

.u-td-ul {
  text-decoration: underline !important
}

.u-td-none {
  text-decoration: none !important
}

.u-ta-l {
  text-align: left !important
}

.u-ta-r {
  text-align: right !important
}

.u-ta-c {
  text-align: center !important
}

.u-va-t {
  vertical-align: top !important
}

.u-va-m {
  vertical-align: middle !important
}

.u-va-b {
  vertical-align: bottom !important
}

.u-c-main {
  color: #000 !important
}

.u-c-plain {
  color: #333 !important
}

.u-c-white {
  color: #fff !important
}

.u-bg-alpha {
  background-color: transparent !important
}

.u-bg-main {
  background-color: #000 !important
}

.u-bg-plain {
  background-color: #333 !important
}

.u-bg-focus {
  background-color: #aaa !important
}

.u-bg-border {
  background-color: #eee !important
}

.u-bg-white {
  background-color: #fff !important
}

.u-bg-gray01 {
  background-color: #eee !important
}

.u-bg-gray02 {
  background-color: #ccc !important
}

.u-bd {
  border: 1px solid #eee !important
}

.u-bd-t {
  border-top: 1px solid #eee !important
}

.u-bd-l {
  border-left: 1px solid #eee !important
}

.u-bd-b {
  border-bottom: 1px solid #eee !important
}

.u-bd-r {
  border-right: 1px solid #eee !important
}

.u-bd-main {
  border-color: #000 !important
}

.u-bd-white {
  border-color: #fff !important
}

.u-w-100 {
  width: 100% !important
}

.u-w-90 {
  width: 90% !important
}

.u-w-80 {
  width: 80% !important
}

.u-w-70 {
  width: 70% !important
}

.u-w-60 {
  width: 60% !important
}

.u-w-50 {
  width: 50% !important
}

.u-w-40 {
  width: 40% !important
}

.u-w-30 {
  width: 30% !important
}

.u-w-20 {
  width: 20% !important
}

.u-w-10 {
  width: 10% !important
}

.u-m-0 {
  margin: 0 !important
}

.u-m-auto {
  margin: auto !important
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important
}

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important
}

.u-mt-0 {
  margin-top: 0 !important
}

.u-mt-5 {
  margin-top: 5px !important
}

.u-mt-10 {
  margin-top: 10px !important
}

.u-mt-15 {
  margin-top: 15px !important
}

.u-mt-20 {
  margin-top: 20px !important
}

.u-mt-25 {
  margin-top: 25px !important
}

.u-mt-30 {
  margin-top: 30px !important
}

.u-mt-35 {
  margin-top: 35px !important
}

.u-mt-40 {
  margin-top: 40px !important
}

.u-mt-45 {
  margin-top: 45px !important
}

.u-mt-50 {
  margin-top: 50px !important
}

.u-mt-xs {
  margin-top: 20px !important
}

@media screen and (max-width:750px) {
  .u-mt-xs {
    margin-top: 10px !important
  }
}

.u-mt-sm {
  margin-top: 40px !important
}

@media screen and (max-width:750px) {
  .u-mt-sm {
    margin-top: 20px !important
  }
}

.u-mt-md {
  margin-top: 60px !important
}

@media screen and (max-width:750px) {
  .u-mt-md {
    margin-top: 30px !important
  }
}

.u-mt-lg {
  margin-top: 80px !important
}

@media screen and (max-width:750px) {
  .u-mt-lg {
    margin-top: 40px !important
  }
}

.u-mt-xl {
  margin-top: 100px !important
}

@media screen and (max-width:750px) {
  .u-mt-xl {
    margin-top: 50px !important
  }
}

.u-mb-0 {
  margin-bottom: 0 !important
}

.u-mb-5 {
  margin-bottom: 5px !important
}

.u-mb-10 {
  margin-bottom: 10px !important
}

.u-mb-15 {
  margin-bottom: 15px !important
}

.u-mb-20 {
  margin-bottom: 20px !important
}

.u-mb-25 {
  margin-bottom: 25px !important
}

.u-mb-30 {
  margin-bottom: 30px !important
}

.u-mb-35 {
  margin-bottom: 35px !important
}

.u-mb-40 {
  margin-bottom: 40px !important
}

.u-mb-45 {
  margin-bottom: 45px !important
}

.u-mb-50 {
  margin-bottom: 50px !important
}

.u-mb-xs {
  margin-bottom: 20px !important
}

@media screen and (max-width:750px) {
  .u-mb-xs {
    margin-bottom: 10px !important
  }
}

.u-mb-sm {
  margin-bottom: 40px !important
}

@media screen and (max-width:750px) {
  .u-mb-sm {
    margin-bottom: 20px !important
  }
}

.u-mb-md {
  margin-bottom: 60px !important
}

@media screen and (max-width:750px) {
  .u-mb-md {
    margin-bottom: 30px !important
  }
}

.u-mb-lg {
  margin-bottom: 80px !important
}

@media screen and (max-width:750px) {
  .u-mb-lg {
    margin-bottom: 40px !important
  }
}

.u-mb-xl {
  margin-bottom: 100px !important
}

@media screen and (max-width:750px) {
  .u-mb-xl {
    margin-bottom: 50px !important
  }
}

.u-p-0 {
  padding: 0 !important
}

.u-p-5 {
  padding: 5px !important
}

.u-p-10 {
  padding: 10px !important
}

.u-p-15 {
  padding: 15px !important
}

.u-p-20 {
  padding: 20px !important
}

.u-p-25 {
  padding: 25px !important
}

.u-p-30 {
  padding: 30px !important
}

.u-p-35 {
  padding: 35px !important
}

.u-p-40 {
  padding: 40px !important
}

.u-p-45 {
  padding: 45px !important
}

.u-p-50 {
  padding: 50px !important
}

.u-pt-0 {
  padding-top: 0 !important
}

.u-pt-5 {
  padding-top: 5px !important
}

.u-pt-10 {
  padding-top: 10px !important
}

.u-pt-15 {
  padding-top: 15px !important
}

.u-pt-20 {
  padding-top: 20px !important
}

.u-pt-25 {
  padding-top: 25px !important
}

.u-pt-30 {
  padding-top: 30px !important
}

.u-pt-35 {
  padding-top: 35px !important
}

.u-pt-40 {
  padding-top: 40px !important
}

.u-pt-45 {
  padding-top: 45px !important
}

.u-pt-50 {
  padding-top: 50px !important
}

.u-pt-xs {
  padding-top: 20px !important
}

@media screen and (max-width:750px) {
  .u-pt-xs {
    padding-top: 10px !important
  }
}

.u-pt-sm {
  padding-top: 40px !important
}

@media screen and (max-width:750px) {
  .u-pt-sm {
    padding-top: 20px !important
  }
}

.u-pt-md {
  padding-top: 60px !important
}

@media screen and (max-width:750px) {
  .u-pt-md {
    padding-top: 30px !important
  }
}

.u-pt-lg {
  padding-top: 80px !important
}

@media screen and (max-width:750px) {
  .u-pt-lg {
    padding-top: 40px !important
  }
}

.u-pt-xl {
  padding-top: 100px !important
}

@media screen and (max-width:750px) {
  .u-pt-xl {
    padding-top: 50px !important
  }
}

.u-pb-0 {
  padding-bottom: 0 !important
}

.u-pb-5 {
  padding-bottom: 5px !important
}

.u-pb-10 {
  padding-bottom: 10px !important
}

.u-pb-15 {
  padding-bottom: 15px !important
}

.u-pb-20 {
  padding-bottom: 20px !important
}

.u-pb-25 {
  padding-bottom: 25px !important
}

.u-pb-30 {
  padding-bottom: 30px !important
}

.u-pb-35 {
  padding-bottom: 35px !important
}

.u-pb-40 {
  padding-bottom: 40px !important
}

.u-pb-45 {
  padding-bottom: 45px !important
}

.u-pb-50 {
  padding-bottom: 50px !important
}

.u-pb-xs {
  padding-bottom: 20px !important
}

@media screen and (max-width:750px) {
  .u-pb-xs {
    padding-bottom: 10px !important
  }
}

.u-pb-sm {
  padding-bottom: 40px !important
}

@media screen and (max-width:750px) {
  .u-pb-sm {
    padding-bottom: 20px !important
  }
}

.u-pb-md {
  padding-bottom: 60px !important
}

@media screen and (max-width:750px) {
  .u-pb-md {
    padding-bottom: 30px !important
  }
}

.u-pb-lg {
  padding-bottom: 80px !important
}

@media screen and (max-width:750px) {
  .u-pb-lg {
    padding-bottom: 40px !important
  }
}

.u-pb-xl {
  padding-bottom: 100px !important
}

@media screen and (max-width:750px) {
  .u-pb-xl {
    padding-bottom: 50px !important
  }
}

.u-justify-center {
  justify-content: center !important
}

@media screen and (max-width:750px) {
  .u-pb-xl {
    padding-bottom: 50px !important
  }
}


header {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.header-group{
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
  width: auto;
}

.header-group .header-text{
  font-size: 14px;
  font-weight: bold;
}

.l-main .btn-group .tel_box .badge{
  background-color: #e9f2f7;
  border-radius: 50px;
  padding: 0 17px;
  margin-right: 4px;
}

.l-main .content02{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-weight: bold;
  margin: 11px 0;
  gap: 25px;

}

.content02 .btn-02{
  position: relative;
  width: 400px;
  text-align: center;
  font-size: 24px;
  border: 2px solid #FFFFFF;
  border-radius: 40px;
  transform: translateX(32px);
  padding: 4px;
}

.btn-group .tel_box .tel-txt2{
  color: #515151;
}

.content02 .btn-02::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}

.l-main .cv-logo{
  position: absolute;
  top: -122px;
  right: -13px;
}

.l-main .btn-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}
.l-main .btn-group .tel_box .tel-txt {
  font-weight: bold;
  color: #0a0b27;
}
@media print,
screen and (min-width:751px) {
  .section {
    max-width: 100%;
    margin: 0 auto
  }
  .header-group a .pc-on.logo{
    max-height: 30px;
    width: auto;
  }

  .mv-pc {
    max-width: 1000px;
    margin: 0 auto;
  }

  .l-inner .content02 .left img{
    max-width: 366.5px;
  }

  .l-main .cv .l-inner {
    padding: 0
  }

  .l-main .btn-group {
    flex-direction: row;
    padding: 0
  }

  .l-main .section.cv .btn-group {
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .l-main .section.cv .btn-group > p{
    margin: 0 -15px 0 -12px;
  }


  .l-main .btn-group2 {
    padding-left: 59%
  }



  .l-main .btn-group .tel_box {
    text-align: center;
  }

  .l-main .btn-group .btn{
    width: 400px;
  }

  .l-main .btn-group .tel_box .tel_img {
    margin-bottom: 23px;
  }

  .l-main .btn-group .tel_box .tel-txt {
    font-size: 18px;
    line-height: 1;
    margin: -10px 0 10px;
  }

}


@media screen and (min-width:751px) and (max-width:900px) {
  .l-main .section.cv .btn-group {
    width: 100%;
    padding: 0 1rem;
  }

  .l-main .section.cv .btn-group .btn.w430 {
    width: 47.7vw !important;
    height: 8.88vw;
  }

  .l-main .section.cv .btn-group .tel_box {
    width: 47%;
  }

  .l-main .section.cv .btn-group .tel_box .tel_img {
    margin-bottom: 2.44vw;
  }

  .l-main .section.cv .btn-group .tel_box .tel-txt,
  .l-main .btn-group .tel_box .tel-txt {
    font-size: 1.3vw;
  }

  .l-main .btn-group .btn--blue {
    width: 47.7vw;
    height: 8.88vw;
    margin-top: 5.55vw !important;
    margin-left: 26vw !important;
  }

  .l-main .btn-group .tel_box{
    width: 47%;
  }

}

@media screen and (max-width:750px) {
  .block-info {
    margin: 30px auto 0
  }
}

@media screen and (max-width:1240px) and (min-width:751px) {
  header {
    height: 85px
  }
}

.txt {
  font-size: 12px;
  font-weight: 700;
  border-left: 1px solid #000;
  padding-left: 10px;
  line-height: 1.5rem;
  width: 29vw
}


@media screen and (min-width:1020px) {
  .subbr {
    display: none
  }
}

@media screen and (max-width:1020px) {
  .btn_arrow {
    font-size: 1.5vw
  }
}

@media screen and (max-width:750px) {
  .btn_arrow {
    width: 28%;
    display: inline-flex;
    border-radius: 7px;
    cursor: pointer;
    position: relative;
    margin: 0 5px;
    font-size: 3.25vw;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    opacity: .9;
    transition: .3s
  }

  .btn_arrow:hover {
    background-color: #38d;
    color: #fff
  }
}

@media screen and (min-width:751px) {
  .sp_only {
    display: none
  }
}

@media screen and (max-width:750px) {
  .pc_only {
    display: none
  }
}

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

  .bor-bot {
    border-bottom: #0068b7 solid 1px
  }

  .pd-l10 {
    padding-left: 33px !important
  }

}

@media print,
screen and (min-width:751px) {
  .heith50 {
    height: 50px
  }

  .heith100 {
    height: 100px
  }

  .bor-bot {
    border-bottom: #0068b7 solid 1px
  }

  .pd-l10 {
    padding-left: 33px !important
  }

}

.side-cv {
  position: fixed;
  font-family: 'Hiragino Kaku Gothic Pro', '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #000 !important;
  top: calc(50% - 145px);
  right: -273px;
  margin-top: -135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition: right .5s, opacity .3s, visibility .3s;
  -o-transition: right .5s, opacity .3s, visibility .3s;
  transition: right .5s, opacity .3s, visibility .3s;
  z-index: 310
}

.side-cv:last-child{
  top: calc(50% + 145px);
}

.side-cv.side_fixed {
  position: absolute;
  top: auto;
  bottom: 65vh
}

@media only screen and (max-width:767px) {
  .side-cv {display: none !important;}
}

.side-cv:hover {
  right: 0;
}

.side-cv:hover .side-cv__trigger img {
  opacity: 0;
}

.side-cv__main{
  width: 273px;
  height: 277px;
  background: #fff;
  border: 4px solid #db3e23;
  padding: 7px;
}

.side-cv02 .side-cv__main{
  border: 4px solid #0072bc;
  padding-top: 8px;
}
.side-cv02 .side-cv__title{
  border-bottom: 1px dotted #3c93cc;
}

.side-cv__trigger {
  /* background: url('../images/side-cv-title_minus.png') no-repeat center top; */
  background: url('/smb/plan/omakase_storage_lp/assets/images/side-cv-title_minus.png') no-repeat center top;
  background-size: cover;
  cursor: pointer;
  width: 64px;
  height: 277px;
}

.side-cv02 .side-cv__trigger{
  /* background: url('../images/side-cv-title_minus02.png') no-repeat center top; */
  background: url('/smb/plan/omakase_storage_lp/assets/images/side-cv-title_minus02.png') no-repeat center top;
}

.side-cv__trigger img{
  width: 100%;
}

.side-cv__title{
  width: 231px;
  font-size: 18px;
  color: #051d3a;
  margin: 0 auto;
  padding-bottom: 5px;
  line-height: 1.25;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  text-align: center;
  border-bottom: 1px dotted #e36b57;
  letter-spacing: 2px;
}

.side-cv__tel{
  width: 200px;
  padding-top: 12px;
  margin: 0 auto;
  text-align: center;
}

.side-cv02 .side-cv__tel{
  width: 167px;
  padding-top: 8px;
}

.side-cv__tel img{
  width: 100%;
}

.side-cv__time{
  width: 100%;
  color: #0a0b27;
  margin-top: 13px;
  font-size: 16px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 1px;
}

.side-cv02 .side-cv__time{
  font-size: 12px;
  line-height: 1.33333;
  margin-top: 5px;
}

.side-cv__note {
  width: 90%;
  color: #051d3a;
  margin-top: 11px;
  font-size: 12px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.163333;
  margin-left: 1.7em;
  text-indent: -1em;
}

.side-cv__btn {
  width: 216px;
  margin: 0 auto;
  margin-top: 8px;
}

.side-cv__btn a {
  width: 100%;
  display: block;
  background-image: url('../images/side-cv-bg_btn.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 1px solid #db3e23;
  -webkit-box-shadow: 0 4px #951600;
  box-shadow: 0 4px #951600;
  color: #fff;
  font-size: 18px;
  line-height: 1.2222;
  text-align: center;
  padding: 10px 35px;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  z-index: 10;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-transition: -webkit-transform .05s, -webkit-box-shadow .05s;
  transition: -webkit-transform .05s, -webkit-box-shadow .05s;
  -o-transition: transform .05s, box-shadow .05s;
  transition: transform .05s, box-shadow .05s;
  transition: transform .05s, box-shadow .05s, -webkit-transform .05s, -webkit-box-shadow .05s;
}

.side-cv02 .side-cv__btn a{
  background-image: url('../images/side-cv-bg_btn02.png');
  border: 1px solid #0071bb;
  -webkit-box-shadow: 0 4px #004673;
  box-shadow: 0 4px #004673;
  padding: 10px 10px;
}

.side-cv__btn a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}

.side-cv__btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 9px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}

.side-cv__btn a {
  color: #fff !important;
}


/* BaoBao - Begin */
.c-orange {
  color: #faa852;
}

.text-left {
  text-align: left;
}

.fw-600 {
  font-weight: 600;
}

.bg-orange {
  color: #FFFFFF;
  background: #faa852;
}

.text-orange {
  color: #fd7904;
  background: #fef7e9;
}

.bg-blue-2 {
  color: #0068b7;
  background: #e6f2fa;
}

.bg-blue-3 {
  color: #FFFFFF;
  background-color: #0068b7;
}

.sc-box-new {
  text-align: center;
  background-color: #f0f0f0;
}


#price .text-small {
  font-size: 1rem;
  line-height: 1.3;
  margin-top: -1rem;
}



/* BaoBao - End */


.l-footer {
  color: #1A1311;
  background-color: #F2F2F2;
  font-family: 'Noto Sans JP', sans-serif;
  overflow: hidden;

}

.l-footer__inner {
  position: relative;
  margin: 0 auto;
  padding: 40px 20px 17px;
  max-width: 1296px;
}

.l-footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
}

.l-footer-nav {
  flex: 1 0 0%;
  line-height: 1.8;
  padding: 0;
  margin: 0;
}

.l-footer-nav__itm {
  display: inline-block;
  margin-right: 27px;
  line-height: 2.6;
  white-space: nowrap;
}

.l-footer-nav__itm>a {
  color: #1A1311 !important;
  text-decoration: none !important;
  font-size: 13px;
}

.l-shinsa {
  max-width: 1296px;
  margin: 30px auto;
  text-align: right;
  font-size: 11px;

}

.l-shinsa span {
  display: inline-block;
  padding: 3px 9px;
  vertical-align: top;
  border: 1px solid #444;
  display: initial;
}



.l-footer-copy {
  color: #1A1311;
  line-height: 1.8;
  font-size: 13px;
  margin: 0;
}


@media screen and (max-width: 1079px) {
  .l-shinsa {
    padding: 12px 12px 0 12px;
  }

  .l-footer__inner {
    display: block;
    width: 100% !important;
    padding: 32px 20px 24px;
  }

  .l-footer__wrap {
    display: block;
    margin-bottom: 13px;
  }

  .l-footer-nav {
    padding: 0 15px;
  }

  .l-footer-copy {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .l-footer-nav__itm {
    margin-right: 14px;
  }

}


/* point01 */
.point{
  font-size: 15px;
  color: #051d3a;
  text-align: center;
}
.point#price{
  margin-top: 70px;
}
.point-wrap,
.wrap{
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

.point-logo{
  margin-bottom: 6px;
}
.point-wrap .text-1{
  font-weight: bold;
  font-size: 22px;
  color: #051d3a;
  background-color: #f2f3f5;
  padding: 14px;
  letter-spacing: 3.5px;
  margin-bottom: 60px;
}
.point-badge{
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  background-color: #019fdc;
  border-radius: 3.5px 0;
  padding: 3.5px 0;
}
.point-title{
  font-size: 30px;
  color: #0071bb;
  font-weight: bold;
  line-height: 1.266666;
  letter-spacing: 2px;
  margin-top: 16px;
  margin-bottom: 28px;
  white-space:normal!important;
}
.point-title em{
  font-size: 24px;
}
.line-yellow {
  position: relative;
  z-index: 0;
  font-weight: bold;
  display: inline;
  background-image: linear-gradient(to right, #f7ee9e 0%, #f7ee9e 100%);
  background-size: 100% 7px;
  background-repeat: no-repeat;
  background-position: left 92%;
}

.point-list{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;

  gap: 20px;
}

.point-list .point-item{
  position: relative;
  width: 480px;
  background-color: #f1f4f5;
  padding: 16px 0 20px;
  border-radius: 12px;
  border-top-right-radius: 0;
}

.point-list .card .card-title{
  color: #0071bb;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 14px;
}

.point-list .point-item .card-image {
  position: relative;
  left: -8px;
}


.point-list .card .card-body{
  color: #051d3a;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  padding: 12px 28px 38px;
  line-height: 1.6;
  letter-spacing: 1px;
}

sup{
  font-size: 75%;
}

.point-note{
  text-align: left;
  color: #051d3a;
  font-size: 12px;
  line-height: 1.666;
  margin-top: 15px;
}
.point-note p{
  text-indent: -20px;
  padding-left: 20px;
}

.point-bg{
  position: absolute;
  z-index: -1;
}
.point01-bg{
  top: 94px;
  left: -11vw;
}

.point02{
  margin-top: 77px;
}
.point02-bg{
  top: 7px;
  right: -7.714vw;
}

.point03{
  margin-top: 75px;
}

.point03_1-bg{
  top: 64px;
  left: -7.643vw;
}

.point03_2-bg{
  bottom: -54px;
  right: -73px;
}

.bg-gray{
  background-color: #f1f4f5;
}
.bg-blue-4{
  background-color: #0071bb;
}
.cl-black{
  color: #051d3a;
}
.cl-blue{
  color: #0071bb;
}
.cl-white{
  color: #FFFFFF;
}

.point-table{
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #051d3a;
  margin-top: 10px;
}

.point-table .row{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.w-110{
  width: 110px;
}
.w-170{
  width: 170px;
}
.w-280{
  width: 284px;
}

.line{
  width: 100%;
  height: 4px;
  background-color: #f2f2f2;
  margin: 4px 0;
}

.point-table .row div{
  display: flex;
  align-items: center;
  justify-content: center;
}

.point-table .row-1 div{
  height: 68px;
}
.point-table .row-1 span{
  display: block;
  color: #FFF;
  text-align: center;
  padding: 0px 5px;
  font-size: 13px;
  background: #AB0002;
}

@media (max-width:750px) {
  .point03 .point-table{
    margin-top: 20px!important;
  }
  .point-table .row div.bg-gray{
    font-size: 1.8vw;
  }
  .point-table .row-1 div.w-170{
    height: auto!important;
    font-size: 1.8vw;
    padding: 5px 0;
}
  .point-table .row-2 div.w-170{
    padding: 5px 0;
}
  .point-table .row-3 div.w-170{
    font-size: 2vw!important;
}
  .point-table .row-1 span{
    font-size: 10px;
  }
  .point-table .row-5 .row-group .bg-gray{
    display: flex!important;
    align-items: center!important;
    justify-content: center;
    font-size: 1.8vw!important;
  }
  .point-table .row-5 .fz-24{
    font-size: 15px!important;
    margin-bottom: 5px!important;
  }
}
.point-table .row-2 div{
  height: 94px;
}

.point-table .row-3 div,
.point-table .row-4 div{
  height: 50px;
}

.point-table .row-5{
  gap: 4px;
}
.point-table .row-5 .bg-gray{
  height: 144px;
}

.point-table .row-5 .row-group .bg-gray{
  height: 70px;
  font-size: 14px;
}

.point-table .row-5 .row-group{
  display: block;
  flex: 1;
}
.point-table .row-5 .fz-24{
  margin-bottom: 0;
}

.point-table .row-2,
.point-table .row-3,
.point-table .row-4{
  margin-top: 4px;
}

.point-table .row-2 div:not(.bg-gray){
  font-size: 14px;
}

.point-table .row-4 div:not(.bg-gray){
  font-size: 22px;
}

.point-table .row-5 .row-group .row{
  justify-content: space-between;
}

.point-table .row-5 .row-group .row:last-child{
  margin-top: 4px;
  background-color: #FFFFFF;
}

.point-table .row-5 .row-group .row .d-block{
  position: relative;
  flex: 1;
}

.point-table .row-5 .row-group .row:last-child .d-block::after{
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  height: 4px;
  width: 100%;
  border-top: 4px dotted #d5e7eb;
}

.point-table .row-2 .w-170,
.point-table .row-3 .w-170,
.point-table .row-4 .w-170{
  position: relative;
}

.point-table .row-2 .w-170::after,
.point-table .row-3 .w-170::after{
  content: '';
  position: absolute;
  top: 4px;
  right: -4px;
  width: 100%;
  height: 100%;
  border-right: 4px dotted #d5e7eb;
  border-bottom: 4px dotted #d5e7eb;
}

.point-table .row-4 .w-170:not(:last-child):after{
  content: '';
  position: absolute;
  top: 4px;
  right: -4px;
  width: 100%;
  height: 100%;
  border-right: 4px dotted #d5e7eb;
}

.point-table .row-2 .w-170:last-child::after,
.point-table .row-3 .w-170:last-child::after{
  border-right: none;
}

.point-table .row-5 .row-group .note{
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
}
.point-plus{
  margin: 18px 0 17px;
}

.pont-content{
  margin: 15px 0;
}
.pont-content .title{
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1.3333;
  text-align: center;
  font-weight: bold;

  background: url("../images/point-bg-title.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 14.5px;
  letter-spacing: 2px;
}

.link{
  font-size: 14px;
  color: #0071bb;
  text-decoration: underline;
  text-align: right;
  line-height: 2.14285;
  letter-spacing: 1px;
  margin: 20px 0 10px;
}

.link:hover{
  text-decoration: none;
}

.link svg{
  vertical-align: middle;
}

.text-group{
  text-align: left;
  font-size: 12px;
  color: #051d3a;
  margin-top: 14px;
  line-height: 1.6666;
}

.text-group.text-group-first{
  margin-top: 10px;
}

.text-group .text-title{
  font-weight: bold;
}

.icon-subtitle,
.icon-subtitle{
  position: relative;

}
.icon-subtitle::before{
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 6px;
  width: 2px;
  transform: rotate(-30deg);
  height: 23px;
  background: #019fdc;
}
.icon-subtitle::after{
  content: "";
  position: absolute;
  right: -1rem;
  top: 6px;
  width: 2px;
  transform: rotate(30deg);
  height: 23px;
  background: #019fdc;
}

.bookkeeping{
  margin-top: 75px;
  margin-bottom: 77px;
}
.bookkeeping-box{
  background: url("../images/bookkeeping-bg_pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 32px 20px 15px;
  border: 2px solid #7aa9c8;
  font-weight: bold;
}

.bookkeeping-box .subtitle{
  font-size: 22px;
  color: #019fdc;
  margin-bottom: 7px;
}

.bookkeeping-box .title{
  font-size: 30px;
  color: #051d3a;
  letter-spacing: 3px;
  line-height: 1.26666;
  margin-bottom: 16px;
}

.bookkeeping-box .description{
  background-color: #0071bb;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 1.4545;
  padding: 8px;
  margin-bottom: 21px;
}

.bookkeeping-box .text{
  font-size: 16px;
  color: #051d3a;
  line-height: 1.625;
  letter-spacing: .5px;
}

.bookkeeping .image{
  margin: 22px 0 16px;
}

.bookkeeping .point-note{
  font-weight: normal;
}

.bookkeeping .link{
  margin-top: 11px;
}

.problems{
  background-color: #f1f4f5;
  text-align: center;
  color: #0071bb;
  padding: 54px 20px 35px;
  font-weight: bold;
}

.problems .subtitle{
  font-size: 22px;
  letter-spacing: 2px;
}

.problems .title{
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: 72px;
}

.problems .list-poins{
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.problems .list-poins .item{
  width: 485px;
  background-color: #FFFFFF;
}
.problems .list-poins .item:nth-child(n+3){
  width: 485px;
  background-color: #FFFFFF;
  margin-top: 30px;
}
.list-poins .card{
  position: relative;
  padding: 20px 10px 11px;
}

.list-poins .card .card-buble{
  position: absolute;
  background-color: #0071bb;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 1.272;
  letter-spacing: 1px;
  border-radius: 50px;
  padding: 12px 0;
  width: 97%;
  top: -20px;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width:750px) {
  .list-poins .card .card-buble{
    position: absolute;
    background-color: #0071bb;
    font-size: 16px!important;
    padding: 12px 0;
  }
}
.list-poins .card .card-buble::after{
  content: '';
  position: absolute;
  top: 100%;
  left: 53.5%;
  transform: translate(-50%);
  background: url('../images/icon-02.jpg');
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-size: contain!important;
  display: inline-block;
  width: 22px;
  height: 10px;
}

.list-poins .card .card-text{
  font-size: 22px;
  color: #019fdc;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 26px;
}

.list-poins .card .card-badge{
  color: #FFFFFF;
  font-size: 22px;
  background-color: #019fdc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0;
  margin-bottom: 8px;
}

.list-poins .card .card-badge p{
  transform: translateX(8px);
}

.list-poins .card .card-badge .icon{
  display: flex;
}
.list-poins .card .card-badge .icon{
  max-width: 32px;
}
.problems .cart-title{
  text-align: center;
  font-size: 22px;
  color: #0071bb;
  line-height: 1.3636;
  margin-bottom: 22px;
}

.problems .cart-title .sup{
  font-size: 12px;
  color: #051d3a;
}

.point-note a{
  color: #0072bc;
  text-decoration: underline;
}

.problems .list-text li{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  gap: 10px;
  margin-left: 10px;
}

.problems .list-text li{
  margin-top: 7px;
}

.problems .list-text li p{
  flex: 1;
}

.problems .list-text{
  font-size:  16px;
  color: #051d3a;
}
.problems .card-body .image{
  margin-top: 19px;
}

.problems .list-poins .item .icon img{
  vertical-align: baseline;
}

.problems .list-poins .item:nth-child(2) .image{
  margin-top: 15px;
}
.problems .list-poins .item:nth-child(1) .image img,
.problems .list-poins .item:nth-child(2) .image img{
  max-height: 160px;
  width: auto;
}
.problems .list-poins .item:nth-child(3) .image,
.problems .list-poins .item:nth-child(4) .image{
  margin-top: 15px;
}
.problems .list-poins .item:nth-child(3) .image img,
.problems .list-poins .item:nth-child(4) .image img{
  width: auto;
  max-height: 120px;
}
/*.problems .list-poins .item:nth-child(4) .image{
  margin-top: 31px;
}*/

.problems .point-note{
  font-weight: normal;
}

.storage{
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #0072bc;
}

.storage-bg{
  padding: 80px 0 49px;
  background: url("../images/storage-bg_pc.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top;
}

.storage .subtitle{
  line-height: 1.41666;
  margin-bottom: 7px;
  letter-spacing: 2px;
}

.storage .title{
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.storage .storage-text{
  line-height: 1.9225;
  margin-bottom: 2px;
}

.storage .l-inner{
  max-width: 960px;
}

.icon-subtitle02,
.icon-subtitle02{
  position: relative;

}
.icon-subtitle02::before{
  content: "";
  position: absolute;
  left: -33px;
  top: -5px;
  border-left: 4px dotted #FFF;
  transform: rotate(-30deg);
  height: 51px;
}
.icon-subtitle02::after{
  content: "";
  position: absolute;
  right: -19px;
  top: -5px;
  border-right: 4px dotted #FFF;
  transform: rotate(30deg);
  height: 51px;
}

.industry{
  background-color: #f1f4f5;
  padding: 60px 0 61px;
  text-align: center;
  font-weight: bold;
}

.industry .title{
  background: url('../images/industry-title-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #FFF;
  padding-bottom: 3px;
  letter-spacing: 3px;
}

.industry .title .text-line{
  position: relative;
  font-weight: normal;
  margin-right: 34px;
}

.industry .title .text-line::after{
  content: '';
  position: absolute;
  right: -17px;
  top: 3px;
  width: 2px;
  height: 30px;
  background-color: #338dc9;
}

.industry-list {
  display: flex;
  align-items: stretch;
  /*justify-content: space-between;*/
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  color: #051d3a;
  margin-top: 20px;
}

.industry-list .industry-item {
  position: relative;
  width: 480px;
  background-color: #FFFFFF;
  padding: 14px 29px 21px;
}
.industry-list .industry-item a{
  text-decoration: underline!important;
  color: #019fdc!important;
}

.industry-list .industry-item a:hover{
  text-decoration: none!important;
}
.industry-list .card-title,
.industry-list .card-badge{
  color: #0071bb;
}

.industry-list .card-title{
  position: relative;
  margin-bottom: 13px;
}

.industry-list .card-title span::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 132px;
  height: 4px;
  background: url('../images/icon-06.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.industry-list .card-title span::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 132px;
  height: 4px;
  background: url('../images/icon-06.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.industry-list .card-badge{
  max-width: 160px;
  line-height: 1.5;
  margin: 3px auto 9px;
  border: 1px solid #0073bc;
  padding: 1px 10px;

}
.industry-list .card-text{
  text-align: left;
  line-height: 1.6;
  margin-bottom: 13px;
  letter-spacing: 1px;
  min-height: 72px;
}

.card-text.text-edit{
  letter-spacing: .5px;
}
.card-image.image-edit{
  margin: 29px -11.5px 0;
}

.storage.storage-edit .storage-bg{
  background: url("../images/storage-bg-02_pc.png") center top / cover no-repeat;
  padding: 30px 0 35px;
}

.storage.storage-edit .content02{
  justify-content: space-between;
  max-width: 920px;
  margin: 0px auto 0;
  flex-wrap: wrap;
}
.storage.storage-edit .content02 div.inner{
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 0!important;
  margin: 0!important;
  align-items: center;
}
.storage.storage-edit .content02 .inner .img-group{
  padding: 0!important;
  margin: 0!important;
}

.storage.storage-edit .content02 .inner div:nth-of-type(2) img{
  transform: translateY(2px);
  margin: 0;
  max-width: 376px;
}
.storage.storage-edit .content02 .inner div:nth-of-type(1) img{
  max-width: 409px;
  margin: 0;
}
.storage.storage-edit .content02 .inner div:nth-of-type(1){
  
}


.storage.storage-edit .content02 .inner div:nth-of-type(2) a{
  transform: translateY(3px);
  height: auto;
  line-height: unset;
  padding: 6px 0;
  min-width: 300px;
}

.storage.storage-edit .content02 .inner div:nth-of-type(1) a{
  transform: translateX(-5px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  line-height: unset;
  letter-spacing: -1px;
  padding: 5px 0;
}
.storage.storage-edit .content02 .inner:nth-of-type(1) div .btn-02::after{
  border: none;
  transform: none;
  background: url('../images/icon-07.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 21px;
  right: 18px;
  top: 18px;
}
.storage.storage-edit .content02 a{
  display: block;
  margin-top: 4px;
  transform: none;
}
.d-tablet{
  display: none;
}
@media (max-width:750px) {
  .storage.storage-edit .content02{
    
}
  .storage.storage-edit .content02 div.inner{
    flex-wrap: wrap;
    width: 75%;
  }
  .storage.storage-edit .content02 div.inner:nth-of-type(2){
    margin-top: 20px!important;
  }
  .storage.storage-edit .content02 .inner div:nth-of-type(2) img{
    max-width: 100%;
  }
  .storage.storage-edit .content02 .inner div:nth-of-type(1) img{
    max-width: 100%;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1000px)  {
  body{
    overflow-x: hidden;
  }

  .mv .l-mv{
    width: 90%;
    margin: 0 auto;
  }

  .bg-blue{
    width: 93.209vw;
    padding: 0 20px;
    transform: translate(0,-7.989vw);
  }
  .cv .cv-txt{
    font-size: 1.731vw;
  }
  .l-main .btn-group .btn{
    width: 40.613vw;
    font-size: 2.397vw;
    height: 7.989vw;
  }

  .btn-group .tel_box .tel-txt2{
    font-size: 1.332vw;
  }

  .storage.storage-edit .content02 .inner div:nth-of-type(2) img{

    max-width: 356px;
  }
  .storage.storage-edit .content02 .inner div:nth-of-type(1) img{
    max-width: 389px;

  }
  .content02 .btn-02{
    font-size: 2.663vw;
    transform: none;
  }
  .content02 .inner .btn-02{
    padding-right: 20px!important;
  }
  .l-main .content02{
    gap: 5.326vw;
  }
  
  .l-main .cv-logo{
    text-align: right;
  }
  .l-main .cv-logo img{
    width: 85%;
  }

  .point-list{
    gap: 2.663vw 1.332vw;
    justify-content: space-evenly;
  }
  .point-list .point-item{
    width: 46.605vw;
  }
  .point-list .card .card-title{
    font-size: 2.130vw;
  }
  .point-list .card .card-body{
    font-size: 1.731vw;
    padding: 1.598vw 2.397vw;
  }

  .point-note{
    margin-left: 1.997vw;
  }

  .point-title{
    font-size: 3.462vw;
  }
  .point02,
  .point03{
    margin-top: 5.326vw;
  }
  .d-tablet{
    display: block;
  }

  .point-table{
    font-size: 1.997vw;
  }
  .point-table .row{
    gap: 4px;
  }
  .point-table .row-2 div:not(.bg-gray){
    font-size: 14px;
  }
  .point-table .row-5 .row-group{
    width: clamp(830px,110.519vw,800px);
    flex: auto;
  }
  .point-wrap, .wrap{
    padding: 0 10px;
  }
  .text-group{
    margin-left: 10px;
  }
  .bookkeeping-box .description{
    font-size: 20px;
  }
  .bookkeeping-box .text{
    font-size: 13px;
  }
  .bookkeeping-box .title{
    font-size: 26px;
  }

  .bookkeeping-box .point-note{
    margin-left: 0;
  }

  .list-poins .card .card-buble{
    font-size: 17px;
  }

  .list-poins .card .card-badge,
  .problems .cart-title{
    font-size: clamp(17px,2.264vw,20px);;
  }
  .list-poins .card .card-buble::after{
    left: 50%;
  }
  .problems .list-text{
    font-size: clamp(10px,1.332vw,14px);
  }

  .problems .card-body .image{
    width: 90%;
    margin: 20px auto 0;
  }
  .problems .point-note{
    margin-left: 0;
  }
  .storage .title{
    font-size: 30px;
  }
  .storage .storage-text{
    font-size: 18px;
  }

  .l-main .btn-group .tel_box .tel_img img{
    width: 80%;
    margin: 0 auto;
  }

  
  .industry .title .text-line{
    font-size: 24px;
  }
  .industry .title .fz-30{
    font-size: 28px;
  }

  .industry-list .industry-item{
    width: clamp(355px,47.270vw,470px);
  }

  .industry-list .card-title span::before,
  .industry-list .card-title span::after{
    width: clamp(80px,10.652vw,200px);
  }

  .storage-edit .left,
  .storage-edit .right{
    width: 48%;
  }

  .storage.storage-edit .content02{
    align-items: self-end;
  }
  .storage-edit .content02 .btn-02{
    width: 100%;
  }

  .point-wrap .text-1{
    font-size: clamp(20px,2.663vw,40px);
  }
  .l-inner .content02 .left img{
    max-width: clamp(300px,39.947vw,600px);
  }
  .mv-pc{
    max-width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  .header-group{
    min-height: auto;
    padding: 2.1333vw 2.667vw;
  }
  .mv{
    margin-top: -0.8vw;
  }
  .header-group .sp-on{
    width: 26.667vw;
  }
  .header-group .header-text{
    font-size: 2.667vw;
  }

  .bg-blue{
    background-image: url('../images/bg-blue_sp.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    transform: translate(0,-31.333vw);
  }
  .l-main .cv{
    padding: 4.8vw 4.267vw 2.533vw;
  }

  .cv-txt{
    font-size: 3.467vw;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    line-height: 1.205;
    max-width: 89.3333vw;
    margin: 0 auto 2.4vw;
  }

  .l-main .cv-logo{
    top: -25.333vw;
    right: unset;
    left: 1.067vw;
  }

  .l-main .cv-logo img{
    width: 29.6vw;
  }

  .btn-group p.sp_only img{
    width: 91.467vw;
  }
  .l-main .btn-content{
    height: 100%;
    flex-direction: column;
  }
  .l-inner{
    padding: 0;
  }
  .l-main .btn-group {
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
  }
  
  .tel_box{
    text-align: center;

  }
  .tel_img{
    width: 71.067vw;
    margin: 0 auto;
  }
  .tel-txt{
    font-size: 2.933vw;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0.8vw 0;
  }
  .tel-txt .fz-14{
    font-size: 2.267vw;
  }
  .btn-group .tel_box .tel-txt2{
    font-size: 2.267vw;
    text-align: center;
  }
  .l-main .btn-group .tel_box .badge{
    font-size: 2.933vw;
    padding: 0 3.2vw;
  }
  
  .l-main .btn-group .tel_box .tel_img a.sp_only{
    display: block;
    background: #FFF;
    padding: 8px;
    box-shadow: 0 4px #82b0d7;
    border-radius: 8px;
    border: 1px solid #82b0d7;
    margin: 10px 0;
  }
    .l-main .btn-group .tel_box .tel_img a.sp_only img{
      max-width: 70%;
  }
  .l-main .btn-group .btn{
    font-size: 4.533vw;
    width: 66.667vw;
    margin: 0 auto;
    transform: translateY(-1.6vw);
    box-shadow: 0 1.6vw 0 0 #bf280f;
  }
  .btn-group .btn--yellow::after{
    top: 50%;
    right: 3.733vw;
    width: 2.133vw;
    height: 2.133vw;
    margin-top: -0.533vw;
    border-top: 0.633vw solid #fff;
    border-right: 0.633vw solid #fff;
  }
  .l-main .content02{
    flex-direction: column;
    text-align: center;
    margin: 1.867vw 0;
    gap: 2.4vw;
  }
  .l-main .content02 .left{
    width: 69.733vw;
    margin: 0 auto;
    transform: translateX(0.4vw);
  }
  .content02 .btn-02{
    width: 67.067vw;
    font-size: 4.533vw;
    padding: 1.600vw;
    transform: none;
  }
  .content02 .btn-02::after{
    width: 2.133vw;
    height: 2.133vw;
    right: 3.2vw;
    margin-top: -1.067vw;
  }

  .point{
    transform: translateY(-20.533vw);
  }
  .point-logo {
    width: 14.933vw;
    margin: 0 auto 0.8vw;
  }
  .point-badge{
    font-size: 4vw;
    width: 49.3333vw;
    padding: 0.267vw 0;
    border-radius: 1.067vw;
  }
  .point-title{
    font-size: 5.333vw;
  }
  .point-title em{
    font-size: 18px!important;
  }
  .point-bg{
    display: none;
  }

  .point-wrap,
  .wrap{
    max-width: 94.667vw;
  }
  .point-list{
    justify-content: flex-end;
    gap: 8.267vw;
  }
  .point-list .point-item{
    width: 92vw;
    padding: 1.6vw 0 1.3333vw;
  }

  .point-list .card .card-title{
    font-size: 4.533vw;
    line-height: 1.3529;
    margin-bottom: 1.333vw;
  }

  .point-list .point-item:not(:first-child) .card .card-title,
  .point-list .point-item .card .card-title.card-title-mb{
    padding: 2.933vw 0;
  }

  .point-title{
    margin-bottom: 5.3333vw;
  }
  .point-list .card .card-body{
    font-size: 3.467vw;
    line-height: 1.4615;
    padding: 2.933vw 5.333vw;
  }

  .point-list .point-item .card-image{
    width: 93.600vw;
    left: -3.067vw;
  }

  .point-note{
    font-size: 2.4vw;
    line-height: 1.5;
    margin-left: 2.667vw;
    margin-top: 2.667vw;
  }

  .point02{
    margin-top: 12.267vw;
  }
  .point02  .point-note{
    margin-top: 2.133vw;
  }
  .point03 {
    margin-top: 14.133vw;
  }
  .point03 .point-table{
    margin-top: 5.6vw;
  }

  .point-table,
  .point-table .row-2 div:not(.bg-gray),
  .point-table .row-5 .row-group .bg-gray{
    font-size: 2.13333333vw;
    line-height: 1.125;
  }

  .point-table .row-3 div:not(.bg-gray),
  .point-table .row-4 div:not(.bg-gray) {
    font-size: 2.667vw;
  }

  .point-table .row-5 .fz-24{
    font-size: 2.8vw!important;
  }
  .point-table .row-5 .fz-20{
    font-size: 2vw!important;
  }
  .point-table .row-5 .row-group .note{
    font-size: 1.867vw;
    letter-spacing: -.1px;
    margin-top: -10px;
  }

  .point-table .row-1 div,
  .point-table .row-3 div,
  .point-table .row-4 div{
    height: 6.667vw;
  }
  .w-110{
    width: 12.533vw;
  }
  .w-170{
    width: 20vw;
  }
  .point-table .row-2 div{
    height: 12.53333333vw;
  }
  .point-table .row-2 {
    margin-top: 0.267vw;
  }

  .point-table .row-3,
  .point-table .row-4 {
    margin-top: 0.533vw;
  }
  
  .point-table .row-2 .w-170::after,
  .point-table .row-3 .w-170::after{
    border-right: 0.533vw dotted #d5e7eb;
    border-bottom: 0.533vw dotted #d5e7eb;
    top: 0.4vw;
    right: -0.4vw;
  }
  .point-table .row-4 .w-170:not(:last-child):after{
    border-right: 0.533vw dotted #d5e7eb;
    top: 0.4vw;
    right: -0.4vw;
  }
  .point-table .row-5 .row-group .row:last-child .d-block::after{
    border-top: 0.533vw dotted #d5e7eb;
    top: -1.333vw;
    width: 96%;
    left: 50%;
    transform: translateX(-50%);
  }
  .line{
    height: 0.533vw;
    margin: 0.533vw 0;
  }
  .point-table .row-5{
    gap: 0.53333vw;
  }
  
  .point-table .row-5 .bg-gray{
    height: 20.267vw;
  }
  .point-table .row-5 .row-group .bg-gray{
    height: 9.333333vw;
    width: 21.333333vw;
  }
  .point-table .row-5 .row-group .row:last-child{
    margin-top: 0.8vw;
  }
  .point-table .row-5 .row-group .row .d-block{
    line-height: 1.6;
  }
  .point-table .row-5 .row-group .row:last-child .bg-gray{
    height: 10.4vw;
  }

  .point-table .row-1 span{
    font-size: 90%!important;
    margin-bottom: 3px;
  }
  .point-plus{
    width: 9.333vw;
    height: 9.333vw;
    margin: 2.667vw auto;
  }

  .pont-content{
    margin-top: 0;
  }
  .pont-content .title{
    font-size: 4vw;
    letter-spacing: 1px;
    padding: 2.667vw;
  }
  .link{
    font-size: 2.400vw;
    line-height: 1.6538;
    margin: 1.867vw 0;
    letter-spacing: .5px;
  }

  .text-group{
    font-size: 2.667vw;
    line-height: 1.4;
  }
  .text-group .text-title{
    font-size: 3.200vw;
    margin-left: 0.533vw;
  }
  .text-group.text-group-first{
    margin-top: 4vw;
  }

  .text-group .text-description{
    max-width: 90.667vw;
    margin: 0 auto;
  }

  .bookkeeping{
    margin-top: 0;
    transform: translateY(-13.600vw);
    margin-bottom: -4.8vw;
  }

  .bookkeeping-box{
    padding: 4.267vw 2.133vw 2.933vw;
  }
  .bookkeeping-box .subtitle{
    font-size: 3.729vw;
    margin-bottom: 0.800vw;
  }
  .bookkeeping-box .title{
    font-size: 4.533vw;
    margin-bottom: 4.800vw;
  }
  .bookkeeping-box .description{
    font-size: 3.733vw;
    padding: 1.867vw 0 2.667vw;
    line-height: 1.14;
    margin-bottom: 4.533vw;
  }

  .icon-subtitle::before{
    left: -3.467vw;
    top: 0.800vw;
    height: 4.267vw;
  }
  .icon-subtitle::after{
    right: -2.133vw;
    top: 0.800vw;
    height: 4vw;
  }
  .bookkeeping-box .text{
    font-size: 3.467vw;
    line-height: 1.3846;
  }

  .bookkeeping .image{
    width: 85.867vw;
    margin: 4.800vw auto 0;
  }
  .bookkeeping .point-note{
    margin-top: 2.133vw;
    margin-left: 0;
  }
  .point-note p{
    text-indent: -2.667vw;
    padding-left: 2.667vw;
  }

  .bookkeeping .link{
    margin: 1.067vw 0;
  }

  .problems{
    padding: 7.733vw 0 4.8vw;
  }
  .problems .subtitle{
    font-size: 3.729vw;
    margin-bottom: -0.533vw;
    letter-spacing: 1px;
  }
  .problems .title{
    font-size: 5.333333vw;
    letter-spacing: 1px;
    margin-bottom: 18.133vw;
  }

  .problems .list-poins{
    flex-direction: column;
  }
  .problems .list-poins .item{
    width: auto!important;
    margin: 0 auto;
  }
  .list-poins .card .card-buble{
    font-size: 4.533vw;
    padding: 4vw;
    top: -10vw;
    border-radius: 13.333vw;
  }

  .list-poins .card .card-buble::after{
    background: url('../images/icon_sp-02.jpg');
    background-size: contain!important;
    width: 6.4vw;
    height: 3.2vw;
    left: 50%;
  }

  .list-poins .card .card-text{
    font-size: 4.533vw;
    margin-top: 4.8vw;
  }

  .list-poins .card .card-badge{
    font-size: 4.533vw;
    margin-top: -0.267vw;
    padding: 1.333vw 0;
    gap: 4.267vw;
    margin-bottom: 4.267vw;
  }
  .list-poins .card .card-badge p{
    transform: translateX(-1.067vw);
  }
  .list-poins .card .card-badge .icon img.pc_only{
    display: none;
  }
  .list-poins .card .card-badge .icon{
    width: 7.2vw;
  }

  .list-poins .item:nth-child(2) .card .card-badge .icon{
    width: 6.667vw;
  }

  .list-poins .item:nth-child(3) .card .card-badge .icon,.list-poins .item:nth-child(4) .card .card-badge .icon{
    width: 9.067vw;
  }

  .problems .list-poins .item:nth-child(2) .image{
    width: 52.267vw;
    margin-top: 4.8vw;
  }
  .problems .list-poins .item:nth-child(3) .image{
    width: 56.4vw;
    margin-top: 4.8vw;
  }
  .problems .list-poins .item:nth-child(4) .image{
    width: 56.4vw;
    margin-top: 4.8vw;
  }

  .problems .cart-title{
    font-size: 4.533vw;
    line-height: 1.3529;
    letter-spacing: 1px;
    margin-bottom: 5.867vw;
  }

  .problems .list-text{
    font-size: 3.467vw;
  }
  .problems .list-text li{
    margin-left: 2vw;
    margin-top: 2vw;
    gap: 1.333vw;
  }

  .problems .card-body .image{
    width: 49.867vw;
    margin: 4.8vw auto;
  }

  .problems .list-poins .item:not(:first-child){
    margin-top: 18.933vw;
  }

  .list-poins .card{
    padding-bottom: 0.533vw;
  }

  .problems .point-note{
    margin: 4vw 2.667vw 0px;
  }

  .list-text.list-text-mb li{
    margin-left: 12.8vw;
  }
  .list-text.list-text-mb li{
    margin-top: 3.2vw;
  }
  .list-text.list-text-mb li:first-child{
    margin-top: 7.2vw;
  }

  .storage-bg{
    background: url('../images/storage-bg_sp.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 11.733vw 0 3.733vw;
  }

  .storage .subtitle{
    font-size: 4vw;
    margin-bottom: 0.267vw;
  }
  .storage .title{
    font-size: 5.33333vw;
    line-height: 1.35;
    margin-bottom: 4.8vw;
  }

  .storage .storage-text{
    font-size: 3.467vw;
    line-height: 1.205;
    margin-bottom: 4.533vw;
  }

  .icon-subtitle02::after{
    top: unset;
    right: -26.1333vw;
    bottom: 0.8vw;
    height: 8vw;
  }
  .icon-subtitle02::before{
    top: unset;
    left: -5.867vw;
    bottom: 0.8vw;
    height: 8vw;
  }

  .industry{
    padding-top: 10.133vw;
    padding-bottom: 10.133vw;
  }

  .industry .title{
    padding-bottom: 1.067vw;
  }
  .industry .title .text-line{
    font-size: 3.467vw;
    margin-right: 5.067vw;
    position: relative;
    right: -2.4vw;
  }
  .industry .title .fz-30{
    font-size: 4.533vw;
  }
  .industry .title .text-line::after{
    height: 4vw;
    right: -1.6vw;
    top: 0.8vw;
    width: 0.533vw;
  }
  .industry-list{
    margin-top: 3.733vw;
    gap: 7.2vw;
  }
  .industry-list .card-title{
    font-size: 4.533vw;
    margin-bottom: 0px;
  }
  .industry-list .card-badge{
    font-size: 3.467vw;
    margin: 2.667vw auto 1.6vw;
    max-width: 32vw;
    line-height: 1.365;
  }
  .industry-list .card-text{
    font-size: 3.2vw;
    max-width: 77.333vw;
    margin: 0 auto 4.533vw;
    min-height: unset;
    line-height: 1.457;
  }

  .industry-list .industry-item{
    padding: 2.667vw;
    width: 100%;
  }

  .industry-list .card-title span::before{
    width: 26.133vw;
    height: 0.533vw;
    background: url('../images/icon_sp-06.png');
    background-repeat: no-repeat;
    background-size: contain;
    left: 2.667vw;
  }
  .industry-list .card-title span::after {
    width: 26.133vw;
    height: 0.533vw;
    background: url('../images/icon_sp-06.png');
    background-repeat: no-repeat;
    background-size: contain;
    right: 2.133vw;
  }
  .industry-list .card-image img{
    width: 82.8vw;
    margin: 0 auto 1.6vw;
  }

  .card-image.image-edit{
    margin: -2.133vw 0 0;
  }
  .card-image.image-edit img{
    width: 87.333vw;
  }

  .storage.storage-edit .content02 a{
    margin-top: 2.133vw;
    line-height: 2;
  }
  .storage.storage-edit .content02 .inner:first-child .btn-02::after{
    width: 4.533vw!important;
    height: 5.600vw!important;
    right: 2.933vw!important;
    top: 4vw!important;
  }
  .storage.storage-edit .storage-bg{
    padding-bottom: 5.867vw;
  }

  .point-wrap .text-1{
    font-size: 2.133333vw;
    letter-spacing: .5px;
    margin-bottom: 4.53333vw;
    padding: 1.867vw;
  }

  .problems .cart-title .sup{
    font-size: 65%;
  }
}



@media only screen and (max-width: 375px) {
  .link svg{
    transform: scale(0.65);
  }
}


.fw_normal{
  font-weight: normal;
}
.c-red{
  color: #d90000;
}
@media (min-width:751px) {
  .h-120{
    max-height: 120px!important;
  }
}
a.link-arrow {
  position: relative;
  display: inline-block;
}
a.link-arrow:after { 
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 1.0em;
  color: #77bcff;
}
a.link-arrow:after {
  content:"\f054";
  padding-left: 10px;
}

.pagenav .wrap{
  margin: 0 auto 40px!important;
}
.cv .cv-note{
  max-width: 980px!important;
  margin: 15px -5px 0;
}
.storage .cv-note{
  max-width: 930px!important;
}
.cv-note{
  color: #ffffff;
  font-size:13px;
  font-weight: normal;
  margin: 15px auto 0;
  padding-top: 10px;
  text-align: center;
  border-top: 1px solid #FFF;
}
.cv-note a{
  color: #ffffff;
  text-decoration: underline;
}
.cv .cv-note a:hover{
  text-decoration: none;
}

.o-pagenav {
  width: 80%;
	background-color: #EEF7FF!important;
	text-align: center;
	padding: 8px 0;
	margin: -40px auto 0;
}
.o-pagenav__itm {
	display: inline-block;
	margin: 5px 15px;
  font-weight: 600;
}

.txt_lead{
  font-size: 16px;
  margin-bottom: 20px;
}
.txt_lead a{
  text-decoration: underline;
  color: #019fdc;
  font-weight: 600;
}
.txt_lead >a::after {
	content: '';
	display: inline-block;
	position: relative;
	top: 0.1em;
	height: 0.9em;
	width: 0.95em;
	margin-left: 0.2em;
	/* background: url( "../../../../cmn3/img/icon/ic_arrow_right.svg") no-repeat center; */
	background: url( "/cmn3/img/icon/ic_arrow_right.svg") no-repeat center;
	background-size: contain;
}

@media (max-width:750px) {
  .cv .cv-note{
    margin: 15px 3px 0;
  }
  .cv-note{
    font-size:11px; 
    margin-left: 20px;
    margin-right: 20px;
  }
  .storage .cv-note{
    max-width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .storage.storage-edit .cv-note{
    max-width: calc(100% - 20px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .o-pagenav {
    width: 100%!important;
    font-size: 87.5%!important;
    margin: -100px auto 60px;
  }
  .pagenav .wrap{
    padding-bottom: 10px!important;
  }
  .txt_lead{
    font-size: 14px;
  }
}


.point-wrap h3{
  font-size: 22px;
  text-align: left;
  margin-bottom: 0;
  position: relative;
}
.point-wrap h3::before {
  content: "◼︎";
  display: inline-block;
  margin-right: 5px;
  color: #0071bb;
  font-size: 16px;
}
.point-wrap h4{
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.point-wrap h4::before,
.point-wrap h4::after {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #000
}
.point-wrap h4:before {
  margin-right: 20px;
}
.point-wrap h4::after {
  margin-left: 20px;
}
.point-wrap h4 span{
  color: #d90000!important;
}

@media (max-width:750px) {
  .point-wrap h4{
    font-size: 16px!important;
    margin-top: 20px!important;
  }
}
@media (max-width:750px) {
  .point-wrap h3{
    font-size: 18px;
  }
  .point-wrap h4{
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .point-wrap h4::before,
  .point-wrap h4::after {
    width: 20px;
  }
}


.pricenav {
  font-weight: bold; /* 譁�ｭ励�螟ｪ縺� */
  text-align: center;
  letter-spacing: 0.1em;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.pricenav-btn{
  width: calc((100% - 20px) / 2);
}
.pricenav-btn a{
  position: relative;
  transition: 0.3s;
  display: inline-block;
  border: 1px solid #d4d4d4; /* 邱壼ｹ��遞ｮ鬘槭�濶ｲ */
  background: #FFF; /* 閭梧勹濶ｲ */
  -webkit-box-shadow: 3px 4px 0 #d4d4d4; /* 蠖ｱ縺ｮ霍晞屬繝ｻ濶ｲ */
  box-shadow: 3px 4px 0 #d4d4d4; /* 蠖ｱ縺ｮ霍晞屬繝ｻ濶ｲ */
  font-weight: bold; /*譁�ｭ励�螟ｪ縺�*/
  text-decoration: none;
  text-align: left;
  font-size: 20px;
  border-radius: 100vh;
}
.pricenav-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.pricenav-btn div {
  padding: 10px 20px 10px  120px;
}

.pricenav-btn:nth-of-type(1) div {
  background-image:  url("../images/point_img_23.png");
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position:  50px 50%;
}
.pricenav-btn:nth-of-type(2) div,
.pricenav-btn:nth-of-type(3) div{
  background-image:  url("../images/icon_folder.png");
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position:  40px 50%;
}

.pricenav .copy_txt {
  line-height: 1.4;
  display: inline-block;
  padding: 0;
  letter-spacing: 0;
  font-size: 14px; /* 荳区枚蟄励し繧､繧ｺ */
  font-weight: normal;
  margin-top: 10px;
}
.pricenav .copy_txt span {
  font-weight: 600;
}

.pricenav img {
    width: 1em;
    margin-right: 0.5em;
}

.pricenav-btn div::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 15px;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 2px;
	background: #0071bb;
}
.pricenav-btn div::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 20px;
	height: 2px;
	background-color: #0071bb;
}

/* 繝槭え繧ｹ繧ｪ繝ｼ繝舌�縺励◆髫帙�繝�じ繧､繝ｳ */
.pricenav-btn:hover,
.pricenav-tel:hover {
  transform: scale(1.02);
}
@media only screen and (min-width: 751px) and (max-width: 1000px)  {
  .pricenav-btn:nth-child(1){
    width: calc(55% - 10px);
  }
  .pricenav-btn:nth-child(2){
    width: calc(45% - 10px);
  }
  .pricenav-btn a{
    font-size: 18px;
  }
  .pricenav-btn div {
    padding: 10px 40px 10px 70px;
  }
  .pricenav-btn div .pc_only{
    display: none;
  }
  .pricenav-btn:nth-of-type(1) div {
    background-size: 30px auto;
    background-position:  20px 50%;
  }
  .pricenav-btn:nth-of-type(2) div,
  .pricenav-btn:nth-of-type(3) div{
    background-size: 35px auto;
    background-position:  20px 50%;
  }
  .pricenav .copy_txt {
    font-size: 13px; /* 荳区枚蟄励し繧､繧ｺ */
    margin-top: 5px;
  }
}
@media (max-width:750px) {
   .pricenav-btn {
    width:100%;
  }
  .pricenav-btn a {
    font-size: 15px;
    min-height: 40px;
    line-height: 40px;
  }
  
  .pricenav-btn div {
    padding: 10px 40px 10px 90px;
  }
  .pricenav-btn:nth-of-type(1) div {
    background-size: 30px auto;
    background-position:  40px 50%;
  }
  .pricenav-btn:nth-of-type(2) div,
  .pricenav-btn:nth-of-type(3) div{
    background-size: 40px auto;
    background-position:  30px 50%;
  }
  .pricenav .copy_txt {
    display: none;
  }
}