@charset "UTF-8";

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}
details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden] {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
/* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}
iframe {
  border-style: none;
}
input {
  border-radius: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type='search'] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}
::-webkit-file-upload-button {
/* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
[disabled] {
  cursor: default;
}
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
progress {
  vertical-align: baseline;
}
[aria-busy='true'] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled='true'] {
  cursor: default;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow-y: scroll;
  color: #444;
  font-size: 62.5%;
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  font-size: 1.6rem;
  line-height: 1.8;
}
a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #542f8e;
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
a:hover,
a:link,
a:active,
a:visited {
  color: #542f8e;
}
a:hover {
  opacity: 0.8;
}
a[href*="mailto:"] {
  text-decoration: none;
}
p {
  margin-top: 1.5em;
}
p:first-of-type {
  margin-top: 0;
}
span {
  display: inline-block;
}
img {
  max-width: 100%;
  vertical-align: top;
}
.l-main p,
.l-main span,
.l-main ol,
.l-main ul,
.l-main dl {
  font-size: 1.6rem;
}
.p-usage--sp .l-main .l-main__container {
  padding: 80px 20px 60px;
}
.p-usage--sp .l-main .l-main__container--mainvisual {
  height: 250px;
}
.p-usage--sp .l-main .l-main__container--mainvisual::before {
  width: 235.5px;
  height: 82.5px;
  background: url("../images/usage/usage-ill-01-sp.png") no-repeat top left/cover;
}
.p-usage--sp .l-main .l-main__container--mainvisual::after {
  width: 229px;
  height: 167px;
  background: url("../images/usage/usage-ill-02-sp.png") no-repeat top left/cover;
}
.p-usage--sp .l-main .l-main__container--lead {
  padding: 40px 20px 40px;
}
.p-usage--sp .l-main .l-main__container--lead::after {
  bottom: -18px;
  border-top: 18px solid #e6f5ff;
}
.p-usage--sp .l-main .l-main__container--lead p {
  font-size: 1.8rem;
}
.p-usage--sp .l-main .l-main__container--white {
  padding: 32px 0 10px;
}
.p-usage--sp .l-main .l-main__container--white::after {
  bottom: -18px;
  border-top: 18px solid #fff;
}
.p-usage--sp .l-main .l-main__container--white img {
  transform: translateY(0);
}
.p-usage--sp .l-main .l-main__container--inquire {
  padding: 70px 20px;
}
.p-usage--sp .c-title-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  width: 100%;
}
.p-usage--sp .c-title-02 {
  height: 54px;
  font-size: 2rem;
}
.p-usage--sp .c-title-02::before {
  width: 49px;
  height: 54px;
  border-radius: 0 27px 27px 0;
}
.p-usage--sp .c-title-02.c-title-02__1::before {
  background: #122c6d url("../images/usage/usage-01-sp.png") no-repeat 18px center/7px 20.5px;
}
.p-usage--sp .c-title-02.c-title-02__2::before {
  background: #122c6d url("../images/usage/usage-02-sp.png") no-repeat 16px center/13px 21px;
}
.p-usage--sp .c-title-02.c-title-02__3::before {
  background: #122c6d url("../images/usage/usage-03-sp.png") no-repeat 16px center/13.5px 21.5px;
}
.p-usage--sp .c-title-02.c-title-02__4::before {
  background: #122c6d url("../images/usage/usage-04-sp.png") no-repeat 14px center/15px 20.5px;
}
.p-usage--sp .c-title-02.c-title-02__5::before {
  background: #122c6d url("../images/usage/usage-05-sp.png") no-repeat 16px center/13px 21px;
}
.p-usage--sp .c-title-02.c-title-02__6::before {
  background: #122c6d url("../images/usage/usage-06-sp.png") no-repeat 16px center/13.5px 21px;
}
.p-usage--sp .c-title-02.c-title-02__7::before {
  background: #122c6d url("../images/usage/usage-07-sp.png") no-repeat 17px center/12.5px 20.5px;
}
.p-usage--sp .c-title-04 span {
  font-size: 1.9rem;
}
.p-usage--sp .c-title-05 {
  padding: 10px 10px 10px 42px;
  font-size: 1.6rem;
}
.p-usage--sp .c-title-05::before {
  width: 16.5px;
  height: 16.5px;
  background: url("../images/usage/usage-ill-11-sp.png") no-repeat center center/contain;
}
.p-usage--sp .c-title-06 {
  font-size: 2rem;
}
.p-usage--sp .c-button a,
.p-usage--sp .c-button button {
  height: 52px;
  padding: 0 20px;
  font-size: 1.6rem;
}
.p-usage--sp .c-button.c-button__arrow a,
.p-usage--sp .c-button.c-button__arrow button {
  padding-right: 1.4em;
}
.p-usage--sp .c-button.c-button__arrow a::after,
.p-usage--sp .c-button.c-button__arrow button::after {
  right: 10px;
  width: 17.5px;
  height: 14px;
  background: url("../images/usage/usage-ill-07-sp.png") no-repeat top left/cover;
}
.p-usage--sp .c-button.c-button__pressdown {
  width: 49%;
}
.p-usage--sp .c-button.c-button__pressdown a,
.p-usage--sp .c-button.c-button__pressdown button {
  justify-content: flex-start;
  width: 100%;
  height: 36px;
  font-size: 1.4rem;
}
.p-usage--sp .c-button.c-button__pressdown.c-button__arrow a,
.p-usage--sp .c-button.c-button__pressdown.c-button__arrow button {
  padding-right: 1.8em;
}
.p-usage--sp .c-button.c-button__pressdown.c-button__arrow a::after,
.p-usage--sp .c-button.c-button__pressdown.c-button__arrow button::after {
  right: 0.7em;
  transform: translatey(-75%) rotate(135deg);
  width: 9px;
  height: 9px;
}
.p-usage--sp .c-button.c-button__mail {
  display: flex;
  justify-content: center;
}
.p-usage--sp .c-button.c-button__mail a,
.p-usage--sp .c-button.c-button__mail button {
  width: 100%;
  max-width: 100%;
  padding-right: 2em;
  font-size: 1.8rem;
}
.p-usage--sp .c-button.c-button__mail a::after,
.p-usage--sp .c-button.c-button__mail button::after {
  right: 23px;
  width: 20px;
  height: 20px;
  background: url("../images/usage/usage-ill-13-sp.png") no-repeat top left/cover;
}
.p-usage--sp .c-icon-mynews {
  width: 13px;
  height: 16px;
  background: url("../images/usage/usage-ill-08-sp.png") no-repeat center center/contain;
}
.p-usage--sp .c-icon-01,
.p-usage--sp .c-icon-02,
.p-usage--sp .c-icon-03 {
  display: none;
}
.p-usage--sp .p-group-horizontal {
  justify-content: space-between;
  gap: 15px 6px;
  max-width: 100%;
}
.p-usage--sp .p-group--spacer,
.p-usage--sp .p-group--spacer-80 {
  flex-direction: column;
}
.p-usage--sp .p-group--spacer > *,
.p-usage--sp .p-group--spacer-80 > * {
  width: 100%;
  padding-top: 50px;
  padding-left: 0;
}
.p-usage--sp .p-group--spacer > *::before,
.p-usage--sp .p-group--spacer-80 > *::before {
  top: 23px;
  left: 0;
  width: 100%;
  height: 3.5px;
  background-image: radial-gradient(circle, #ababab 1.75px, transparent 1.75px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 17.5px 3.5px;
}
.p-usage--sp .p-group--spacer > *:first-child,
.p-usage--sp .p-group--spacer-80 > *:first-child {
  padding-top: 0;
}
.p-usage--sp .p-group--spacer > *:first-child::before,
.p-usage--sp .p-group--spacer-80 > *:first-child::before {
  display: none;
}
.p-usage--sp .p-group--spacer-80 > *::before {
  height: 3.5px;
}
.p-usage--sp .p-box-01 {
  max-width: 100%;
}
.p-usage--sp .p-box-01 .p-box-01__container {
  padding: 20px;
}
.p-usage--sp .p-box-02 {
  padding: 24px 20px 22px;
}
.p-usage--sp .p-box-02::before {
  top: -18px;
  border-right: 21px solid transparent;
  border-bottom: 18px solid #fce7f1;
  border-left: 21px solid transparent;
}
.p-usage--sp .p-box-02 ul li {
  padding-left: 22px;
}
.p-usage--sp .p-box-02 ul li::before {
  width: 16px;
  height: 16px;
  border-radius: 8px;
}
.p-usage--sp .p-box-03 {
  max-width: 100%;
  padding: 23px 20px;
}
.p-usage--sp .p-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
}
.p-usage--sp .p-list .p-list__item {
  flex-direction: column;
  gap: 15px;
}
.p-usage--sp .p-list .p-list__item > * {
  line-height: 1.4;
}
.p-usage--sp .p-list .p-list__item.u-align--center {
  align-items: center;
}
.p-usage--sp .p-list .p-list__step {
  flex: 0 0 auto;
}
.p-usage--sp .p-list.p-list--parallel {
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}
.p-usage--sp .p-list.p-list--parallel > * {
  width: 100%;
}
.p-usage--sp .p-list.p-list--grid {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
.p-usage--sp .p-list.p-list--grid .p-list__01 {
  grid-row: 1/2;
  grid-column: 1/2;
}
.p-usage--sp .p-list.p-list--grid .p-list__02 {
  grid-row: 2/3;
  grid-column: 1/2;
}
.p-usage--sp .p-list.p-list--grid .p-list__03 {
  grid-row: 3/4;
  grid-column: 1/2;
}
.p-usage--sp .p-list.p-list--grid .p-list__04 {
  grid-row: 4/5;
  grid-column: 1/2;
}
.p-usage--sp .p-graph {
  flex-direction: column;
  border: none;
}
.p-usage--sp .p-graph dl {
  width: 100%;
}
.p-usage--sp .p-graph dl dt {
  height: auto;
  padding: 15px;
  border: 1px solid #5fb8ec;
  font-size: 1.8rem;
  text-align: center;
}
.p-usage--sp .p-graph dl dt span {
  font-size: 1.6rem;
  line-height: 1.4;
}
.p-usage--sp .p-graph dl dd {
  padding: 20px;
  border: 1px solid #5fb8ec;
  font-size: 1.5rem;
}
.p-usage--sp .p-photo {
  flex-direction: column;
  gap: 20px;
}
.p-usage--sp .p-photo figure {
  flex: 0 0 auto;
}
.p-usage--sp .p-photo.p-photo--reverse {
  flex-direction: row-reverse;
}
.p-usage--sp .u-bg--stripe {
  background-color: #fff;
  background-image: linear-gradient(90deg, rgba(67,172,255,0.439) 20px, transparent 20px), linear-gradient(rgba(67,172,255,0.439) 20px, transparent 20px);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 21px 21px;
}
.p-usage--sp .u-bg--ill {
  padding-bottom: 70px !important;
}
.p-usage--sp .u-bg--ill::before {
  display: none;
}
.p-usage--sp .u-bg--ill::after {
  right: 0;
  width: 207.5px;
  height: 168.5px;
  background: url("../images/usage/usage-ill-18-sp.png") no-repeat top left/cover;
}
/*# sourceMappingURL=maps/usage-sp.css.map */
