  @charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
body { margin: 0; }

/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption, figure, main { /* 1 */ display: block; }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { -webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/* Text-level semantics ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

/** 1. Remove the bottom border in Chrome 57- and Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ }

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

/** Remove the border on images inside links in IE 10-. */
img { border-style: none; }

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Correct the padding in Firefox. */
fieldset { padding: 0.35em 0.75em 0.625em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/* Interactive ========================================================================== */
/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details, menu { display: block; }

/* Add the correct display in all browsers. */
summary { display: item; }

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }

/** Add the correct display in IE. */
template { display: none; }

/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
[hidden] { display: none; }

//
/* helpers */
//
._disp-ib { display: inline-block !important; }

@media screen and (min-width: 901px) { ._disp-tb { display: none !important; }
  ._hide-pc { display: none !important; } }

@media screen and (max-width: 900px) { ._disp-pc { display: none !important; } }

@media screen and (min-width: 601px) and (max-width: 900px) { ._hide-tb { display: none !important; } }

@media screen and (min-width: 601px) { ._disp-sp { display: none !important; } }

@media screen and (max-width: 600px) { ._disp-tb { display: none !important; }
  ._hide-sp { display: none !important; } }

@media screen and (max-width: 1120px) { ._disp-co { display: none !important; } }

._clearfix { zoom: 1; }

._clearfix:after { content: ''; display: block; clear: both; overflow: auto; }

._center { text-align: center !important; }

._left { text-align: left !important; }

._right { text-align: right !important; }

._float-l { float: left !important; }

._float-r { float: right !important; }

._clear { clear: both !important; }

._hidden { display: none !important; }

._disp-ib { display: inline-block !important; }

._margin0 { margin: 0 !important; }

._padding0 { padding: 0 !important; }

._border0 { border: none !important; }

._fixed { position: fixed !important; }

._absolute { position: absolute !important; }

._static { position: static !important; }

._xsmall { font-size: 75% !important; }

._small { font-size: 88% !important; }

._large { font-size: 113% !important; }

._xlarge { font-size: 133% !important; }

._nowrap { white-space: nowrap !important; }

._nobg { background: none !important; }

._full { width: 100% !important; }

//
/* base */
//
html { -webkit-font-smoothing: antialiased; background-color: #fff; font-size: 10px; }

body { font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; min-width: 375px; padding: 0px; color: #333; line-height: 1.5; }

body.-fixed { position: fixed; width: 100%; height: 100%; }

body, input, textarea { font-size: 16px; }

input, textarea, select, button { font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; }

button, input[type="button"], input[type="submit"] { -webkit-transition: opacity 0.15s ease-out; transition: opacity 0.15s ease-out; }

button:hover, input[type="button"]:hover, input[type="submit"]:hover { opacity: 0.7; }

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

a { text-decoration: underline; font-weight: 300; -webkit-transition: opacity 0.15s ease-out; transition: opacity 0.15s ease-out; }

a:hover { opacity: 0.7; }

._ios a:hover { opacity: 1; }

em { font-style: normal; }

ul, ol { font-weight: 300; }

p { line-height: 1.5; font-weight: 300; }

td, th { font-weight: 300; }

a.-telink { cursor: default; opacity: 1 !important; }

//
/* components */
//
//
/* components - layout */
//
.l-page-contents { max-width: 1120px; margin-left: auto; margin-right: auto; position: relative; padding: 0 20px; }

@media screen and (max-width: 600px) { .l-page-contents { padding-left: 15px; padding-right: 15px; } }

.l-section { position: relative; padding: 60px 0; }

.l-section.-fill { background-color: #eee; }

//
/* pages */
//
[data-trigger].-invisible { opacity: 0; }

[data-trigger].-visible { opacity: 1; -webkit-transition: opacity .4s ease-in; transition: opacity .4s ease-in; }

[data-trigger="fadeInUp"].-invisible { -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }

@media screen and (max-width: 900px) { [data-trigger="fadeInUp"].-invisible { -webkit-transform: translateY(40px); -ms-transform: translateY(40px); transform: translateY(40px); } }

[data-trigger="fadeInUp"].-visible { -webkit-transition: opacity .4s ease-in, -webkit-transform .6s ease-out; transition: opacity .4s ease-in, -webkit-transform .6s ease-out; transition: opacity .4s ease-in, transform .6s ease-out; transition: opacity .4s ease-in, transform .6s ease-out, -webkit-transform .6s ease-out; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

[data-trigger="fadeInLeft"].-invisible { -webkit-transform: translateX(-50px); -ms-transform: translateX(-50px); transform: translateX(-50px); }

@media screen and (max-width: 900px) { [data-trigger="fadeInLeft"].-invisible { -webkit-transform: translateX(-40px); -ms-transform: translateX(-40px); transform: translateX(-40px); } }

[data-trigger="fadeInLeft"].-visible { -webkit-transition: opacity .4s ease-in, -webkit-transform .6s ease-out; transition: opacity .4s ease-in, -webkit-transform .6s ease-out; transition: opacity .4s ease-in, transform .6s ease-out; transition: opacity .4s ease-in, transform .6s ease-out, -webkit-transform .6s ease-out; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

[data-trigger="fadeInRight"].-invisible { -webkit-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); }

@media screen and (max-width: 900px) { [data-trigger="fadeInRight"].-invisible { -webkit-transform: translateX(40px); -ms-transform: translateX(40px); transform: translateX(40px); } }

[data-trigger="fadeInRight"].-visible { -webkit-transition: opacity .4s ease-in, -webkit-transform .6s ease-out; transition: opacity .4s ease-in, -webkit-transform .6s ease-out; transition: opacity .4s ease-in, transform .6s ease-out; transition: opacity .4s ease-in, transform .6s ease-out, -webkit-transform .6s ease-out; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

main { padding: 0; overflow: hidden; }

#header { height: auto; }

@media screen and (max-width: 746px) { #header > .l-header_inner { padding-bottom: 8px; } }

@media screen and (max-width: 600px) { img.pcImg { display: none; } }

img.tbImg { display: none; }

@media screen and (max-width: 900px) { img.tbImg { display: inline; } }

img.spImg { display: none; }

@media screen and (max-width: 600px) { img.spImg { display: inline; } }

.l-section.-mainvisual { background: #00A7E0; padding: 0; }

@media screen and (min-width: 901px) { .l-section.-mainvisual.-sept { padding: 7px 0 60px; } }

.l-section.-mainvisual:before { content: ""; display: block; width: 100%; height: 100%; background: url(/lp/smile-ap-plan/img/mainvisual-bg.png) center no-repeat; background-size: 1714px auto; position: absolute; top: 0; bottom: 0; right: 0; left: 0; }

@media screen and (min-width: 1714px) { .l-section.-mainvisual:before { background-size: cover; } }

@media screen and (max-width: 900px) { .l-section.-mainvisual:before { background: url(/lp/smile-ap-plan/img/mainvisual-bg-sp.png) top no-repeat; background-size: cover; } }

.l-section.-mainvisual > .l-page-contents > .inner { padding: 100px 0 52px; }

@media screen and (max-width: 600px) { .l-section.-mainvisual > .l-page-contents > .inner { padding: calc(130 / 750 * 100vw) 0 calc(74 / 750 * 100vw); } }

.l-section.-mainvisual > .l-page-contents > .inner > .flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media screen and (max-width: 900px) { .l-section.-mainvisual > .l-page-contents > .inner > .flex { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

@media screen and (max-width: 1120px) { .l-section.-mainvisual > .l-page-contents > .inner > .flex > .textarea { width: calc(686 / 1080 * 100%); } }

@media screen and (max-width: 900px) { .l-section.-mainvisual > .l-page-contents > .inner > .flex > .textarea { max-width: 686px; width: auto; } }

@media screen and (max-width: 600px) { .l-section.-mainvisual > .l-page-contents > .inner > .flex > .textarea { max-width: none; } }

.l-section.-mainvisual > .l-page-contents > .inner > .flex > .textarea > .text { font-size: 1.9rem; line-height: 1.4; letter-spacing: 0.04em; border: 1px solid #fff; max-width: 584px; color: #fff; font-weight: 400; padding: 5px 10px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 22px auto 0; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; text-align: left; }

@media screen and (max-width: 900px) { .l-section.-mainvisual > .l-page-contents > .inner > .flex > .textarea > .text { width: 100%; margin-right: 0; max-width: none; text-align: left; } }

@media screen and (max-width: 600px) { .l-section.-mainvisual > .l-page-contents > .inner > .flex > .textarea > .text { margin-right: 0; font-size: 1.6rem; line-height: 1.5; margin-top: 10px; padding: 4px 10px; text-align: left; } }

.l-section.-mainvisual > .l-page-contents > .inner > .flex > .image { -webkit-animation: mainvisualFadeInLeft .6s ease-out; animation: mainvisualFadeInLeft .6s ease-out; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); opacity: 1; margin-top: 10px; }

@-webkit-keyframes mainvisualFadeInLeft { 0% { -webkit-transform: translateX(50px); transform: translateX(50px);
    opacity: 0; }
  100% { -webkit-transform: translateX(0); transform: translateX(0);
    opacity: 1; } }

@keyframes mainvisualFadeInLeft { 0% { -webkit-transform: translateX(50px); transform: translateX(50px);
    opacity: 0; }
  100% { -webkit-transform: translateX(0); transform: translateX(0);
    opacity: 1; } }

@media screen and (max-width: 1120px) { .l-section.-mainvisual > .l-page-contents > .inner > .flex > .image { width: calc(355 / 1080 * 100%); } }

@media screen and (max-width: 900px) { .l-section.-mainvisual > .l-page-contents > .inner > .image { text-align: center; margin-top: 20px; -webkit-animation: mainvisualFadeInUp .5s ease-out; animation: mainvisualFadeInUp .5s ease-out; }
  @-webkit-keyframes mainvisualFadeInUp { 0% { -webkit-transform: translateY(40px); transform: translateY(40px);
      opacity: 0; }
    100% { -webkit-transform: translateX(0); transform: translateX(0);
      opacity: 1; } }
  @keyframes mainvisualFadeInUp { 0% { -webkit-transform: translateY(40px); transform: translateY(40px);
      opacity: 0; }
    100% { -webkit-transform: translateX(0); transform: translateX(0);
      opacity: 1; } }
  .l-section.-mainvisual > .l-page-contents > .inner > .image > img { margin-left: -260px; } }

@media screen and (max-width: 600px) { .l-section.-mainvisual > .l-page-contents > .inner > .image { width: 177px; margin: 10px auto 0; }
  .l-section.-mainvisual > .l-page-contents > .inner > .image > img { margin-left: 0; } }

.clickBtn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; z-index: 2; }

.clickBtn.-mainvisual { position: absolute; bottom: -40px; right: 20px; z-index: 1; }

@media screen and (min-width: 901px) { .clickBtn.-mainvisual.-sept { bottom: -100px; } }

@media screen and (max-width: 900px) { .clickBtn.-mainvisual { right: 50%; -webkit-transform: translateX(280px); -ms-transform: translateX(280px); transform: translateX(280px); bottom: -50px; } }

@media screen and (max-width: 600px) { .clickBtn.-mainvisual { bottom: -60px; right: 15px; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } }

.clickBtn.-mainvisual > .image { -webkit-animation: mainvisualClickBtn 1s ease-out; animation: mainvisualClickBtn 1s ease-out; }

@-webkit-keyframes mainvisualClickBtn { 0% { -webkit-transform: translateX(-30px); transform: translateX(-30px);
    opacity: 0; }
  60% { -webkit-transform: translateX(-30px); transform: translateX(-30px);
    opacity: 0; }
  100% { -webkit-transform: translateX(0); transform: translateX(0);
    opacity: 1; } }

@keyframes mainvisualClickBtn { 0% { -webkit-transform: translateX(-30px); transform: translateX(-30px);
    opacity: 0; }
  60% { -webkit-transform: translateX(-30px); transform: translateX(-30px);
    opacity: 0; }
  100% { -webkit-transform: translateX(0); transform: translateX(0);
    opacity: 1; } }

.clickBtn.-fixed { display: none; position: fixed; bottom: 30px; right: 46px; -webkit-animation: fixedClickBtn .4s ease-out; animation: fixedClickBtn .4s ease-out; }

@-webkit-keyframes fixedClickBtn { 0% { -webkit-transform: translateX(30px); transform: translateX(30px);
    opacity: 0; }
  100% { -webkit-transform: translateX(0); transform: translateX(0);
    opacity: 1; } }

@keyframes fixedClickBtn { 0% { -webkit-transform: translateX(30px); transform: translateX(30px);
    opacity: 0; }
  100% { -webkit-transform: translateX(0); transform: translateX(0);
    opacity: 1; } }

@media screen and (max-width: 900px) { .clickBtn.-fixed { right: 30px; bottom: 24px; } }

@media screen and (max-width: 600px) { .clickBtn.-fixed { right: 20px; bottom: 20px; } }

.clickBtn > .image { margin-right: -67px; z-index: 1; pointer-events: none; }

@media screen and (max-width: 600px) { .clickBtn > .image { margin-right: -45px; } }

.clickBtn > .unitR { text-align: center; line-height: 0; }

@media screen and (max-width: 600px) { .clickBtn > .unitR > .text { width: 78px; margin: 0 auto; } }

.clickBtn > .unitR > .bg { border-radius: 50%; display: inline-block; background: #fff; line-height: 0; -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); }

.clickBtn > .unitR > .bg > .btn { border-radius: 50%; display: inline-block; overflow: hidden; }

@media screen and (max-width: 600px) { .clickBtn > .unitR > .bg > .btn { width: 112px; } }

.l-section.-value { padding: 64px 0 68px; background-color: #fff; }

@media screen and (max-width: 600px) { .l-section.-value { padding: 70px 0px 46px; } }

.l-section.-value > .l-page-contents > .text { font-size: 1.6rem; border: 1px solid #333; max-width: 700px; padding: 10px; margin: 0 auto; }

.l-section.-value > .l-page-contents > .text + * { margin-top: 60px; }

.l-section.-value > .l-page-contents > .text > .link { color: #00A7E0; }

@media screen and (max-width: 600px) { .l-section.-value > .l-page-contents > .text { font-size: 1.4rem; }
  .l-section.-value > .l-page-contents > .text + * { margin-top: 40px; } }

.l-section.-value > .l-page-contents > .heading { text-align: center; }

.l-section.-value > .l-page-contents > .image.-img01 { margin-top: 40px; text-align: center; }

@media screen and (max-width: 600px) { .l-section.-value > .l-page-contents > .image.-img01 { margin-top: 14px; } }

.l-section.-value > .l-page-contents > .notes { color: #00A7E0; font-size: 1.2rem; line-height: 1.2; letter-spacing: 0.06em; padding-left: 1em; text-indent: -1em; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; margin-top: 14px; }

.l-section.-value > .l-page-contents > .list { max-width: 620px; margin-left: 196px; margin-top: -76px; width: calc(620 / 1130 * 100vw); }

@media screen and (max-width: 900px) { .l-section.-value > .l-page-contents > .list { margin-left: 0; margin-top: -40px; width: calc(620 / 900 * 100vw); } }

@media screen and (max-width: 600px) { .l-section.-value > .l-page-contents > .list { margin-left: 0; margin-top: 14px; width: auto; } }

.l-section.-value > .l-page-contents > .list > li { color: #00A7E0; font-size: 1.5rem; line-height: 1.2; letter-spacing: 0.06em; padding-left: 1em; text-indent: -1em; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; }

@media screen and (max-width: 600px) { .l-section.-value > .l-page-contents > .list > li { font-size: 1.2rem; } }

.l-section.-value > .l-page-contents > .image.-img02 { position: absolute; left: 20px; bottom: -74px; }

.l-section.-amazon { padding: 94px 0 130px; background-color: #b2e4f6; }

@media screen and (max-width: 900px) { .l-section.-amazon { padding: 66px 0 106px; } }

@media screen and (max-width: 600px) { .l-section.-amazon { padding: 44px 0 70px; } }

.l-section.-amazon:before { content: ""; position: absolute; top: 0; right: 0; left: 0; -webkit-transform: translateY(-99%); -ms-transform: translateY(-99%); transform: translateY(-99%); width: 100%; height: 44px; background: url(/lp/smile-ap-plan/img/bg-nami-blue.png) repeat; z-index: 0; background-size: contain; }

@media screen and (max-width: 600px) { .l-section.-amazon:before { height: 30px; } }

.l-section.-amazon > .l-page-contents > .image { text-align: center; }

.l-section.-flow { padding: 52px 0 110px; background-color: #fff; z-index: 0; }

@media screen and (max-width: 900px) { .l-section.-flow { padding-bottom: 80px; } }

@media screen and (max-width: 600px) { .l-section.-flow { padding: 36px 0; } }

.l-section.-flow:before { content: ""; position: absolute; top: 0; right: 0; left: 0; -webkit-transform: translateY(-99%); -ms-transform: translateY(-99%); transform: translateY(-99%); width: 100%; height: 44px; background: url(/lp/smile-ap-plan/img/bg-nami.png) repeat; background-size: contain; z-index: 0; }

@media screen and (max-width: 600px) { .l-section.-flow:before { height: 30px; } }

.l-section.-flow > .l-page-contents > .heading { font-size: 4.5rem; line-height: 1.3em; color: #969696; text-align: center; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; letter-spacing: 0.04em; }

@media screen and (max-width: 600px) { .l-section.-flow > .l-page-contents > .heading { font-size: 2.3rem; } }

.l-section.-flow > .l-page-contents > .heading > .txtBlue { color: #00A7E0; }

.l-section.-flow > .l-page-contents > .lead { text-align: center; color: #00A7E0; font-size: 1.7rem; line-height: 1.9; letter-spacing: 0.04em; margin-top: 12px; }

@media screen and (max-width: 900px) { .l-section.-flow > .l-page-contents > .lead { text-align: left; } }

@media screen and (max-width: 600px) { .l-section.-flow > .l-page-contents > .lead { font-size: 1.5rem; line-height: 1.9; } }

.l-section.-flow > .l-page-contents > .flow-headings { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; margin-top: 50px; margin-left: -5px; }

@media screen and (max-width: 1120px) { .l-section.-flow > .l-page-contents > .flow-headings { margin-top: 20px; } }

.l-section.-flow > .l-page-contents > .flow-headings > .heading { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; font-weight: 700; letter-spacing: 0.06em; font-size: 2.4rem; color: #fff; padding: 12px 28px; border-radius: 30px; position: relative; text-align: center; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; cursor: pointer; background-color: #969696; opacity: 0.5; margin-left: 5px; }

@media screen and (max-width: 900px) { .l-section.-flow > .l-page-contents > .flow-headings > .heading { border-radius: 48px; } }

@media screen and (max-width: 600px) { .l-section.-flow > .l-page-contents > .flow-headings > .heading { padding: 10px 15px; font-size: 1.6rem; line-height: 1.2em; width: 50%; } }

.l-section.-flow > .l-page-contents > .flow-headings > .heading:after { content: ""; border-style: solid; border-width: 8px 8px 0 8px; border-color: #969696 transparent transparent transparent; position: absolute; bottom: 0; left: 50%; -webkit-transform: translate(-50%, 100%); -ms-transform: translate(-50%, 100%); transform: translate(-50%, 100%); }

.l-section.-flow > .l-page-contents > .flow-headings > .heading.-select { background-color: #e4326f; color: #fff; cursor: auto; opacity: 1; }

.l-section.-flow > .l-page-contents > .flow-headings > .heading.-select:after { border-color: #e4326f transparent transparent transparent; }

.l-section.-flow > .l-page-contents > .flow-items { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 54px; margin-left: -30px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: -webkit-transform .5s; transition: -webkit-transform .5s; transition: transform .5s; transition: transform .5s, -webkit-transform .5s; position: relative; }

@media screen and (max-width: 900px) { .l-section.-flow > .l-page-contents > .flow-items { -ms-flex-wrap: wrap; flex-wrap: wrap; max-width: 544px; margin: 34px auto -30px; } }

@media screen and (max-width: 600px) { .l-section.-flow > .l-page-contents > .flow-items { margin: 40px auto -20px -20px; max-width: none; } }

.l-section.-flow > .l-page-contents > .flow-items.-notjoined { display: none; }

.l-section.-flow > .l-page-contents > .flow-items.-hide { -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }

@media screen and (max-width: 600px) { .l-section.-flow > .l-page-contents > .flow-items.-hide { -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); } }

.l-section.-flow > .l-page-contents > .flow-items > li { text-align: center; background: #00A7E0; margin-left: 30px; width: 242px; position: relative; padding: 40px 6px 10px; opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); -webkit-transition: .5s all; transition: .5s all; }

.l-section.-flow > .l-page-contents > .flow-items > li.-show { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

@media screen and (max-width: 900px) { .l-section.-flow > .l-page-contents > .flow-items > li { margin-bottom: 30px; } }

@media screen and (max-width: 600px) { .l-section.-flow > .l-page-contents > .flow-items > li { width: calc(50% - 20px); margin-bottom: 20px; margin-left: 20px; padding: 25px 4px 5px; max-width: 217px; } }

.l-section.-flow > .l-page-contents > .flow-items > li:before { content: ""; display: block; width: 100%; height: 100%; background: #00A7E0; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; }

.l-section.-flow > .l-page-contents > .flow-items > li:after { content: ""; display: block; width: calc(100% + 12px); height: calc(100% + 12px); position: absolute; left: 0; top: 0; background: url(/lp/smile-ap-plan/img/flow-shadow.png) no-repeat center/100% 100%; z-index: 0; }

@media screen and (max-width: 600px) { .l-section.-flow > .l-page-contents > .flow-items > li:after { background: url(/lp/smile-ap-plan/img/flow-shadow-sp.png) no-repeat center/100% 100%; width: calc(100% + 8px); height: calc(100% + 8px); } }

.l-section.-flow > .l-page-contents > .flow-items > li > .num { position: absolute; top: -11px; left: -11px; z-index: 2; }

@media screen and (max-width: 600px) { .l-section.-flow > .l-page-contents > .flow-items > li > .num { width: 35px; height: 35px; } }

.l-section.-flow > .l-page-contents > .flow-items > li > .image { width: 112px; height: 112px; margin: 0 auto; position: relative; z-index: 2; }

@media screen and (max-width: 600px) { .l-section.-flow > .l-page-contents > .flow-items > li > .image { width: 72px; height: 72px; } }

.l-section.-flow > .l-page-contents > .flow-items > li > .text { color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 5px; position: relative; z-index: 2; }

@media screen and (max-width: 600px) { .l-section.-flow > .l-page-contents > .flow-items > li > .text { margin-top: 3px; } }

.l-section.-flow > .l-page-contents > .flow-items > li > .text > span { letter-spacing: 0.12em; font-size: 1.5rem; line-height: 1.7; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; }

@media screen and (max-width: 600px) { .l-section.-flow > .l-page-contents > .flow-items > li > .text > span { font-size: 1.2rem; } }

@media screen and (max-width: 500px) { .l-section.-flow > .l-page-contents > .flow-items > li.item2 span, .l-section.-flow > .l-page-contents > .flow-items > li.item3 span, .l-section.-flow > .l-page-contents > .flow-items > li.item4 span { font-size: 1rem; } }

.l-section.-flow > .l-page-contents > .notes { margin-top: 24px; font-size: 1.2rem; padding-left: 1em; text-indent: -1em; letter-spacing: 0.02em; }

@media screen and (max-width: 600px) { .l-section.-flow > .l-page-contents > .notes { margin-top: 18px; font-size: 1.1rem; } }

.l-section.-flow > .l-page-contents > .flow-pdf { text-align: center; }

.l-section.-flow > .l-page-contents > .flow-pdf > .btn { display: inline-block; text-decoration: underline; font-size: 24px; font-weight: bold; color: #00A7E0; letter-spacing: 0.06em; padding-right: 60px; position: relative; margin-top: 60px; }

@media screen and (max-width: 600px) { .l-section.-flow > .l-page-contents > .flow-pdf > .btn { font-size: 19px; padding-right: 32px; margin-top: 20px; } }

.l-section.-flow > .l-page-contents > .flow-pdf > .btn::before { position: absolute; content: ""; background: url(/lp/smile-ap-plan/img/icon-pdf.svg) center center no-repeat; background-size: contain; width: 42px; height: 52px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 0; }

@media screen and (max-width: 600px) { .l-section.-flow > .l-page-contents > .flow-pdf > .btn::before { width: 26px; height: 32px; } }

.l-section.-btnlist { padding: 40px 0 42px; background: rgba(0, 167, 224, 0.5); }

@media screen and (max-width: 600px) { .l-section.-btnlist { padding: 26px 0 26px; } }

.l-section.-btnlist > .l-page-contents > .item { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: #fff; border-radius: 111px; padding: 18px 20px 34px; }

@media screen and (max-width: 900px) { .l-section.-btnlist > .l-page-contents > .item { border-radius: 26px; padding: 15px 20px 27px; } }

.l-section.-btnlist > .l-page-contents > .item.-item2 { padding: 18px 64px 34px; }

@media screen and (max-width: 900px) { .l-section.-btnlist > .l-page-contents > .item.-item2 { padding: 18px 20px 34px; } }

@media screen and (max-width: 600px) { .l-section.-btnlist > .l-page-contents > .item.-item2 { padding: 15px 20px 27px; } }

.l-section.-btnlist > .l-page-contents > .item.-item2 > .heading { padding: 0; }

.l-section.-btnlist > .l-page-contents > .item:not(:first-of-type) { margin-top: 20px; }

@media screen and (max-width: 600px) { .l-section.-btnlist > .l-page-contents > .item:not(:first-of-type) { margin-top: 24px; } }

.l-section.-btnlist > .l-page-contents > .item > .heading { font-weight: 700; font-size: 3.4rem; line-height: 1.3em; letter-spacing: 0.08em; width: 100%; min-width: 100%; text-align: center; color: #00A7E0; padding: 0 30px; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; }

@media screen and (max-width: 900px) { .l-section.-btnlist > .l-page-contents > .item > .heading { font-size: 3rem; } }

@media screen and (max-width: 600px) { .l-section.-btnlist > .l-page-contents > .item > .heading { font-size: 1.9rem; padding: 0; } }

.l-section.-btnlist > .l-page-contents > .item > .btn { display: block; width: 100%; border-radius: 56px; }

@media screen and (max-width: 600px) { .l-section.-btnlist > .l-page-contents > .item > .btn { margin-right: 0; margin-left: 0; margin-top: 20px; } }

.l-section.-btnlist > .l-page-contents > .item > .btn.-col1 { max-width: 746px; margin: 15px 0 0; }

@media screen and (max-width: 900px) { .l-section.-btnlist > .l-page-contents > .item > .btn.-col1 { border-radius: 72px; } }

@media screen and (max-width: 600px) { .l-section.-btnlist > .l-page-contents > .item > .btn.-col1 { max-width: 454px; margin-top: 18px; } }

.l-section.-btnlist > .l-page-contents > .item > .btn.-col2 { max-width: 454px; margin: 15px 24px 0; }

@media screen and (max-width: 600px) { .l-section.-btnlist > .l-page-contents > .item > .btn.-col2 { margin: 18px 0 0; } }

@media screen and (max-width: 600px) { .l-section.-btnlist > .l-page-contents > .item > .btn.-first { margin-top: 18px; } }

.l-section.-btnlist > .l-page-contents > .item > .balloon { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 13px; }

.l-section.-btnlist > .l-page-contents > .item > .balloon > .image { z-index: 1; min-width: 144px; }

@media screen and (max-width: 600px) { .l-section.-btnlist > .l-page-contents > .item > .balloon > .image { min-width: 84px; margin-top: -3px; } }

.l-section.-btnlist > .l-page-contents > .item > .balloon > .text { border: 2.3px dotted #e4326f; border-radius: 15px; color: #e4326f; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; width: 100%; max-width: 720px; text-align: center; margin-left: -6px; padding: 13px 20px 19px; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; margin-bottom: 6px; }

@media screen and (max-width: 600px) { .l-section.-btnlist > .l-page-contents > .item > .balloon > .text { padding: 10px 10px 8px; margin-bottom: 0; } }

.l-section.-btnlist > .l-page-contents > .item > .balloon > .text > .sub { font-size: 1.7rem; line-height: 1.5; letter-spacing: 0.12em; display: block; font-weight: 300; }

@media screen and (max-width: 900px) { .l-section.-btnlist > .l-page-contents > .item > .balloon > .text > .sub { font-size: 1.4rem; } }

@media screen and (max-width: 600px) { .l-section.-btnlist > .l-page-contents > .item > .balloon > .text > .sub { font-size: 1rem; } }

.l-section.-btnlist > .l-page-contents > .item > .balloon > .text > .main { font-size: 2.8rem; line-height: 1.3em; letter-spacing: 0.08em; display: block; font-weight: 400; margin-top: 8px; }

@media screen and (max-width: 900px) { .l-section.-btnlist > .l-page-contents > .item > .balloon > .text > .main { font-size: 2.3rem; } }

@media screen and (max-width: 600px) { .l-section.-btnlist > .l-page-contents > .item > .balloon > .text > .main { font-size: 1.9rem; margin-top: 5px; } }

.l-section.-btnlist > .l-page-contents > .item > .balloon > .text:before { content: ""; position: absolute; bottom: 54px; left: -30px; width: 32px; height: 43px; background: url(/lp/smile-ap-plan/img/balloon.svg) no-repeat center/contain; }

@media screen and (max-width: 600px) { .l-section.-btnlist > .l-page-contents > .item > .balloon > .text:before { background: url(/lp/smile-ap-plan/img/balloon-sp.svg) no-repeat center/contain; width: 20px; height: 15px; left: -18px; top: auto; bottom: 60px; } }

.l-section.-btnlist > .l-page-contents > .notes { font-size: 15px; margin-top: 32px; letter-spacing: -0.01em; }

@media screen and (max-width: 600px) { .l-section.-btnlist > .l-page-contents > .notes { font-size: 12px; margin-top: 14px; } }

.btnlist-acd { margin-top: 16px; border: 1px solid #e4326f; border-radius: 8px; overflow: hidden; width: 100%; }

.btnlist-acd > .acd-heading { border: 1px solid #e4326f; border-radius: 8px; margin: -1px; color: #e4326f; text-align: center; font-size: 2rem; line-height: 1.3; padding: 5px 30px; position: relative; cursor: pointer; }

@media screen and (max-width: 600px) { .btnlist-acd > .acd-heading { font-size: 1.5rem; } }

.btnlist-acd > .acd-heading:before { content: ""; width: 18px; height: 3px; position: absolute; top: calc(50% - 1.5px); right: 16px; background: #e4326f; -webkit-transition: 0.1s all linear; transition: 0.1s all linear; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

@media screen and (max-width: 900px) { .btnlist-acd > .acd-heading:before { width: 18px; height: 3px; top: calc(50% - 1.5px); right: 18px; } }

@media screen and (max-width: 600px) { .btnlist-acd > .acd-heading:before { width: 12px; height: 2px; top: calc(50% - 1px); right: 8px; } }

.btnlist-acd > .acd-heading:after { content: ""; width: 18px; height: 3px; position: absolute; top: calc(50% - 1.5px); right: 16px; background: #e4326f; -webkit-transition: 0.1s all linear; transition: 0.1s all linear; }

@media screen and (max-width: 900px) { .btnlist-acd > .acd-heading:after { width: 18px; height: 3px; top: calc(50% - 1.5px); right: 18px; } }

@media screen and (max-width: 600px) { .btnlist-acd > .acd-heading:after { width: 12px; height: 2px; top: calc(50% - 1px); right: 8px; } }

.btnlist-acd > .acd-contents { padding: 26px 36px 20px; -webkit-box-sizing: border-box; box-sizing: border-box; display: none; }

@media screen and (max-width: 900px) { .btnlist-acd > .acd-contents { padding: 20px 20px 12px; } }

@media screen and (max-width: 600px) { .btnlist-acd > .acd-contents { padding: 10px 10px 6px; } }

.btnlist-acd > .acd-contents > .table { width: 100%; border-color: #000; }

.btnlist-acd > .acd-contents > .table th, .btnlist-acd > .acd-contents > .table td { padding: 8px 13px; }

@media screen and (max-width: 600px) { .btnlist-acd > .acd-contents > .table th, .btnlist-acd > .acd-contents > .table td { padding: 4px 6px; } }

.btnlist-acd > .acd-contents > .table th { background: rgba(0, 167, 224, 0.2); font-size: 1.5rem; line-height: 1.3; letter-spacing: 0.02em; }

@media screen and (max-width: 900px) { .btnlist-acd > .acd-contents > .table th { font-size: 1.4rem; width: 100px; } }

@media screen and (max-width: 600px) { .btnlist-acd > .acd-contents > .table th { font-size: 1.3rem; width: 84px; } }

.btnlist-acd > .acd-contents > .table td { font-size: 1.4rem; line-height: 1.5; }

@media screen and (max-width: 900px) { .btnlist-acd > .acd-contents > .table td { font-size: 1.3rem; } }

@media screen and (max-width: 600px) { .btnlist-acd > .acd-contents > .table td { font-size: 1.2rem; } }

.btnlist-acd > .acd-contents > .table td .list > li { position: relative; padding-left: 1em; }

.btnlist-acd > .acd-contents > .table td .list > li:before { content: ""; display: block; width: 4px; height: 4px; border-radius: 50%; background: #00A7E0; position: absolute; left: 0.35em; top: 7px; }

.btnlist-acd.-open > .acd-heading:before { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }

.btnlist-acd.-open > .acd-contents { display: block; }

.btnlist-acd > .acd-contents > .list { margin-top: 10px; }

@media screen and (max-width: 600px) { .btnlist-acd > .acd-contents > .list { margin-top: 4px; } }

.btnlist-acd > .acd-contents > .list > li { font-size: 1.4rem; line-height: 1.4; letter-spacing: 0.02em; }

@media screen and (max-width: 900px) { .btnlist-acd > .acd-contents > .list > li { font-size: 1.3rem; } }

@media screen and (max-width: 600px) { .btnlist-acd > .acd-contents > .list > li { font-size: 1.2rem; } }

.btnlist-acd > .acd-contents > .list > li:not(.heading) { position: relative; padding-left: 1em; }

.btnlist-acd > .acd-contents > .list > li:not(.heading):before { content: ""; display: block; width: 3px; height: 3px; border-radius: 50%; background: #333; position: absolute; left: 0.4em; top: 7px; }

.l-section.-faq { padding: 80px 0 44px; }

@media screen and (max-width: 600px) { .l-section.-faq { padding: 40px 0 22px; } }

.l-section.-faq > .l-page-contents > .heading { color: #00A7E0; font-size: 3.6rem; line-height: 1.3; letter-spacing: 0.04em; text-align: center; font-weight: 700; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; }

@media screen and (max-width: 600px) { .l-section.-faq > .l-page-contents > .heading { font-size: 2.4rem; } }

.l-section.-faq > .l-page-contents > .lead { font-size: 1.7rem; letter-spacing: 0.044em; color: #00A7E0; margin-top: 12px; text-align: center; }

@media screen and (max-width: 600px) { .l-section.-faq > .l-page-contents > .lead { font-size: 1.4rem; margin-top: 7px; } }

.faq-item { border-radius: 14px; background: url(/lp/smile-ap-plan/img/bg-faq.svg); background-size: 6px; overflow: hidden; }

@media screen and (max-width: 600px) { .faq-item { margin-top: 9px; border-radius: 7px; } }

.faq-item > .acd-heading { font-size: 3rem; line-height: 1em; letter-spacing: 0.08em; padding: 19px 60px; background: #fff100; color: #00A7E0; border-radius: 14px; text-align: center; position: relative; cursor: pointer; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; }

@media screen and (max-width: 900px) { .faq-item > .acd-heading { font-size: 2.4rem; padding: 16px 40px; } }

@media screen and (max-width: 600px) { .faq-item > .acd-heading { font-size: 1.5rem; padding: 11px 24px; border-radius: 7px; } }

.faq-item > .acd-heading:before { content: ""; width: 24px; height: 4px; position: absolute; top: calc(50% - 2px); right: 27px; background: #00A7E0; -webkit-transition: 0.1s all linear; transition: 0.1s all linear; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

@media screen and (max-width: 900px) { .faq-item > .acd-heading:before { width: 18px; height: 3px; top: calc(50% - 1.5px); right: 18px; } }

@media screen and (max-width: 600px) { .faq-item > .acd-heading:before { width: 12px; height: 2px; top: calc(50% - 1px); right: 8px; } }

.faq-item > .acd-heading:after { content: ""; width: 24px; height: 4px; position: absolute; top: calc(50% - 2px); right: 27px; background: #00A7E0; -webkit-transition: 0.1s all linear; transition: 0.1s all linear; }

@media screen and (max-width: 900px) { .faq-item > .acd-heading:after { width: 18px; height: 3px; top: calc(50% - 1.5px); right: 18px; } }

@media screen and (max-width: 600px) { .faq-item > .acd-heading:after { width: 12px; height: 2px; top: calc(50% - 1px); right: 8px; } }

.faq-item > .acd-contents { display: none; padding: 34px 58px 52px; }

@media screen and (max-width: 900px) { .faq-item > .acd-contents { padding-right: 30px; padding-left: 30px; } }

@media screen and (max-width: 600px) { .faq-item > .acd-contents { padding: 14px 15px 22px; } }

.faq-item.-open > .acd-heading:before { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }

.faq-item.-open > .acd-contents { display: block; }

.faq-item-item { overflow: hidden; border-radius: 9px; border: 1px solid #00A7E0; background-color: #fff; }

.faq-item-item:not(:first-of-type) { margin-top: 20px; }

@media screen and (max-width: 600px) { .faq-item-item:not(:first-of-type) { margin-top: 14px; } }

.faq-item-item > .acd-heading { overflow: hidden; border-radius: 9px; border: 1px solid #00A7E0; margin: -1px; position: relative; /* min-height: 83px; */ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 7px 62px 7px 92px; cursor: pointer; }

@media screen and (max-width: 900px) { .faq-item-item > .acd-heading { padding-right: 52px; padding-left: 82px; } }

@media screen and (max-width: 600px) { .faq-item-item > .acd-heading { padding-right: 40px; padding-left: 54px; } }

.faq-item-item > .acd-heading > .num { width: 100px; height: 100px; text-align: left; border-radius: 50%; padding: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; background-color: #00A7E0; font-size: 2.5rem; line-height: 1.4em; font-weight: 700; color: #fff; position: absolute; left: -22px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

@media screen and (max-width: 1120px) { .faq-item-item > .acd-heading > .num { left: -120px; width: 200px; height: 200px; } }

@media screen and (max-width: 900px) { .faq-item-item > .acd-heading > .num { font-size: 2rem; left: -90px; width: 160px; height: 160px; } }

@media screen and (max-width: 600px) { .faq-item-item > .acd-heading > .num { font-size: 1.4rem; left: -54px; padding: 12px; width: 100px; height: 100px; } }

.faq-item-item > .acd-heading > .heading { font-size: 2.6rem; line-height: 1.3; color: #00A7E0; }

@media screen and (max-width: 900px) { .faq-item-item > .acd-heading > .heading { font-size: 2.2rem; } }

@media screen and (max-width: 600px) { .faq-item-item > .acd-heading > .heading { font-size: 1.4rem; } }

.faq-item-item > .acd-heading > .acd-icon { width: 40px; height: 40px; background: rgba(0, 167, 224, 0.5); border-radius: 50%; position: absolute; right: 15px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

@media screen and (max-width: 900px) { .faq-item-item > .acd-heading > .acd-icon { width: 30px; height: 30px; } }

@media screen and (max-width: 600px) { .faq-item-item > .acd-heading > .acd-icon { width: 24px; height: 24px; right: 10px; } }

.faq-item-item > .acd-heading > .acd-icon:before { content: ""; width: 24px; height: 4px; position: absolute; top: calc(50% - 2px); right: 0; left: 0; margin: 0 auto; background: #fff; -webkit-transition: 0.1s all linear; transition: 0.1s all linear; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

@media screen and (max-width: 900px) { .faq-item-item > .acd-heading > .acd-icon:before { width: 18px; height: 3px; top: calc(50% - 1.5px); } }

@media screen and (max-width: 600px) { .faq-item-item > .acd-heading > .acd-icon:before { width: 12px; height: 2px; top: calc(50% - 1px); } }

.faq-item-item > .acd-heading > .acd-icon:after { content: ""; width: 24px; height: 4px; position: absolute; top: calc(50% - 2px); right: 0; left: 0; margin: 0 auto; background: #fff; -webkit-transition: 0.1s all linear; transition: 0.1s all linear; }

@media screen and (max-width: 900px) { .faq-item-item > .acd-heading > .acd-icon:after { width: 18px; height: 3px; top: calc(50% - 1.5px); } }

@media screen and (max-width: 600px) { .faq-item-item > .acd-heading > .acd-icon:after { width: 12px; height: 2px; top: calc(50% - 1px); } }

.faq-item-item > .acd-contents { padding: 16px 40px 16px 72px; position: relative; display: none; }

@media screen and (max-width: 900px) { .faq-item-item > .acd-contents { padding: 12px 20px 12px 50px; } }

@media screen and (max-width: 600px) { .faq-item-item > .acd-contents { padding: 10px 15px 10px 35px; } }

.faq-item-item > .acd-contents:before { content: 'A.'; display: inline; position: absolute; top: 16px; left: 46px; font-size: 1.6rem; line-height: 1.8; letter-spacing: 0.04em; color: #00A7E0; }

@media screen and (max-width: 900px) { .faq-item-item > .acd-contents:before { font-size: 1.4rem; left: 28px; } }

@media screen and (max-width: 600px) { .faq-item-item > .acd-contents:before { font-size: 1.2rem; left: 17px; top: 10px; } }

.faq-item-item > .acd-contents > .text { font-size: 1.6rem; line-height: 1.8; letter-spacing: 0.04em; }

@media screen and (max-width: 900px) { .faq-item-item > .acd-contents > .text { font-size: 1.4rem; } }

@media screen and (max-width: 600px) { .faq-item-item > .acd-contents > .text { font-size: 1.2rem; } }

.faq-item-item > .acd-contents > .indent { padding-left: 1em; text-indent: -1em; font-size: 1.6rem; line-height: 1.8; letter-spacing: 0.04em; }

@media screen and (max-width: 900px) { .faq-item-item > .acd-contents > .indent { font-size: 1.4rem; } }

@media screen and (max-width: 600px) { .faq-item-item > .acd-contents > .indent { font-size: 1.2rem; } }

.faq-item-item > .acd-contents .link { font-weight: 500; text-decoration: underline; color: #333; }

.faq-item-item.-open > .acd-heading > .acd-icon:before { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }

.faq-item-item.-open > .acd-contents { display: block; }

.l-section.-notice { padding: 46px 0 0; }

@media screen and (max-width: 600px) { .l-section.-notice { padding-top: 30px; } }

.l-section.-notice > .l-page-contents > .heading { color: #00A7E0; font-size: 3.6rem; line-height: 1.3; letter-spacing: 0.04em; text-align: center; font-weight: 700; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; }

@media screen and (max-width: 600px) { .l-section.-notice > .l-page-contents > .heading { font-size: 2.4rem; } }

.l-section.-notice > .l-page-contents > .lead { font-size: 1.7rem; letter-spacing: 0.044em; color: #00A7E0; margin-top: 12px; text-align: center; }

@media screen and (max-width: 600px) { .l-section.-notice > .l-page-contents > .lead { font-size: 1.4rem; margin-top: 7px; } }

.notice-item { margin-top: 18px; border-radius: 14px; background: rgba(0, 167, 224, 0.1); overflow: hidden; }

@media screen and (max-width: 600px) { .notice-item { margin-top: 9px; border-radius: 7px; } }

.notice-item.-first { margin-top: 26px; }

@media screen and (max-width: 600px) { .notice-item.-first { margin-top: 17px; } }

.notice-item > .acd-heading { font-size: 3rem; line-height: 1.3em; letter-spacing: 0.08em; padding: 15px 60px 14px; background: #00A7E0; color: #fff; border-radius: 14px; text-align: center; position: relative; cursor: pointer; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; }

@media screen and (max-width: 900px) { .notice-item > .acd-heading { font-size: 2.4rem; padding: 13px 40px 12px; } }

@media screen and (max-width: 600px) { .notice-item > .acd-heading { font-size: 1.5rem; padding: 9px 24px 9px; border-radius: 7px; } }

.notice-item > .acd-heading:before { content: ""; width: 24px; height: 4px; position: absolute; top: calc(50% - 2px); right: 27px; background: #fff; -webkit-transition: 0.1s all linear; transition: 0.1s all linear; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

@media screen and (max-width: 900px) { .notice-item > .acd-heading:before { width: 18px; height: 3px; top: calc(50% - 1.5px); right: 18px; } }

@media screen and (max-width: 600px) { .notice-item > .acd-heading:before { width: 12px; height: 2px; top: calc(50% - 1px); right: 8px; } }

.notice-item > .acd-heading:after { content: ""; width: 24px; height: 4px; position: absolute; top: calc(50% - 2px); right: 27px; background: #fff; -webkit-transition: 0.1s all linear; transition: 0.1s all linear; }

@media screen and (max-width: 900px) { .notice-item > .acd-heading:after { width: 18px; height: 3px; top: calc(50% - 1.5px); right: 18px; } }

@media screen and (max-width: 600px) { .notice-item > .acd-heading:after { width: 12px; height: 2px; top: calc(50% - 1px); right: 8px; } }

.notice-item > .acd-contents { display: none; padding: 34px 58px 48px; }

@media screen and (max-width: 900px) { .notice-item > .acd-contents { padding-right: 30px; padding-left: 30px; } }

@media screen and (max-width: 600px) { .notice-item > .acd-contents { padding: 14px 20px 22px; } }

.notice-item > .acd-contents > .list > li { position: relative; padding-left: 1em; line-height: 1.8; letter-spacing: 0.04em; }

@media screen and (max-width: 600px) { .notice-item > .acd-contents > .list > li { font-size: 1.3rem; line-height: 1.5; } }

.notice-item > .acd-contents > .list > li:before { content: ""; display: block; width: 7px; height: 7px; border-radius: 50%; background: #00A7E0; position: absolute; left: 0.3em; top: 10px; letter-spacing: 0.04em; }

@media screen and (max-width: 600px) { .notice-item > .acd-contents > .list > li:before { width: 5px; height: 5px; top: 8px; } }

.notice-item > .acd-contents > .list > li:not(:first-of-type) { margin-top: 20px; }

@media screen and (max-width: 600px) { .notice-item > .acd-contents > .list > li:not(:first-of-type) { margin-top: 15px; } }

.notice-item > .acd-contents > .list > li > .link { color: inherit; }

.notice-item > .acd-contents > .list > li .notes { font-size: 1.5rem; letter-spacing: 0.04em; margin-top: 2px; display: inline-block; }

@media screen and (max-width: 600px) { .notice-item > .acd-contents > .list > li .notes { font-size: 1.2rem; } }

.notice-item > .acd-contents > .notes { padding-left: 1em; text-indent: -1em; font-size: 1.3rem; line-height: 1.8; letter-spacing: 0.06em; margin-top: 8px; }

.notice-item > .acd-contents > .notes + .notes { margin-top: 10px; }

.notice-item > .acd-contents > .notes + .list { margin-top: 20px; }

@media (min-width: 1121px) { .notice-item > .acd-contents > .notes > .nowrap-pc { white-space: nowrap; } }

@media screen and (max-width: 600px) { .notice-item > .acd-contents > .notes { font-size: 1.2rem; line-height: 1.4; margin-top: 8px; } }

.notice-item.-open > .acd-heading:before { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }

.notice-item.-open > .acd-contents { display: block; }

.notice-item-tableContents { max-width: 662px; margin: 53px auto 0; }

@media screen and (max-width: 600px) { .notice-item-tableContents { margin-top: 14px; } }

.notice-item-tableContents > .heading { font-size: 1.6rem; letter-spacing: 0.04em; line-height: 1.4em; }

@media screen and (max-width: 600px) { .notice-item-tableContents > .heading { font-size: 1.4rem; } }

.notice-item-tableContents > .table { margin-top: 13px; width: 100%; border-color: #000; }

@media screen and (max-width: 600px) { .notice-item-tableContents > .table { margin-top: 12px; } }

.notice-item-tableContents > .table th, .notice-item-tableContents > .table td { padding-top: 8px; padding-bottom: 8px; letter-spacing: 0.04em; font-size: 1.4rem; line-height: 1.4em; }

@media screen and (max-width: 600px) { .notice-item-tableContents > .table th, .notice-item-tableContents > .table td { font-size: 1.2rem; } }

.notice-item-tableContents > .table th { background: #00A7E0; color: #fff; font-weight: 300; }

.notice-item-tableContents > .table td { background: #fff; }

.notice-item-tableContents > .table td:not(.-textLeft) { text-align: center; }

.notice-item-tableContents > .table td.textLeft { text-align: left; padding-left: 34px; }

@media screen and (max-width: 900px) { .notice-item-tableContents > .table td.textLeft { padding-left: 18px; } }

@media screen and (max-width: 600px) { .notice-item-tableContents > .table td.textLeft { padding-left: 12px; } }

.notice-item-tableContents > .notes { font-size: 1.3rem; line-height: 1.8; letter-spacing: 0.04em; padding-left: 1em; text-indent: -1em; margin-top: 10px; }

@media screen and (max-width: 600px) { .notice-item-tableContents > .notes { margin-top: 8px; font-size: 1.2rem; line-height: 1.4; } }

.l-section.-notice > .l-page-contents > .notesList { margin-top: 16px; padding-left: 14px; }

@media screen and (max-width: 600px) { .l-section.-notice > .l-page-contents > .notesList { padding-left: 0; } }

.l-section.-notice > .l-page-contents > .notesList > li { font-size: 15px; padding-left: 16px; position: relative; }

@media screen and (max-width: 600px) { .l-section.-notice > .l-page-contents > .notesList > li { font-size: 12px; padding-left: 13px; } }

.l-section.-notice > .l-page-contents > .notesList > li::before { content: "※"; position: absolute; top: 0; left: 0; }

.l-section.-notice > .l-page-contents > .list { padding-left: 14px; margin-top: 18px; }

@media screen and (max-width: 600px) { .l-section.-notice > .l-page-contents > .list { padding-left: 0; margin-top: 9px; } }

.l-section.-notice > .l-page-contents > .list + .list { margin-top: 24px; }

@media screen and (max-width: 600px) { .l-section.-notice > .l-page-contents > .list + .list { margin-top: 14px; } }

.l-section.-notice > .l-page-contents > .list > li { position: relative; padding-left: 1em; line-height: 1.4em; font-size: 1.5rem; letter-spacing: 0.02em; }

@media screen and (max-width: 600px) { .l-section.-notice > .l-page-contents > .list > li { font-size: 1.2rem; line-height: 1.4; } }

.l-section.-notice > .l-page-contents > .list > li:before { content: ""; display: block; width: 6px; height: 6px; border-radius: 50%; background: #00A7E0; position: absolute; left: 0.3em; top: 7px; letter-spacing: 0.02em; }

@media screen and (max-width: 600px) { .l-section.-notice > .l-page-contents > .list > li:before { width: 4px; height: 4px; } }

.l-section.-notice > .l-page-contents > .list > li:not(:first-of-type) { margin-top: 4px; }

.l-section.-notice > .l-page-contents > .list > li.heading { padding-left: 0; }

.l-section.-notice > .l-page-contents > .list > li.heading:before { content: none; }

.l-section.-notice > .l-page-contents > .list > li > .link { color: inherit; }

.notice-images { height: 452px; text-align: center; position: relative; margin: 0 auto; max-width: calc(1080px - 27px - 27px); }

@media screen and (max-width: 1066px) { .notice-images { height: 640px; } }

@media screen and (max-width: 600px) { .notice-images { height: 358px; padding-top: 25px; } }

.notice-images > .image.-img01 { position: absolute; bottom: -17px; left: calc(82px - 27px); opacity: 0; -webkit-transform: translateX(-50px); -ms-transform: translateX(-50px); transform: translateX(-50px); -webkit-transition: .6s all; transition: .6s all; }

.notice-images > .image.-img01.-show { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

@media screen and (max-width: 1066px) { .notice-images > .image.-img01 { left: 40px; } }

@media screen and (max-width: 600px) { .notice-images > .image.-img01 { width: 74px; left: 24px; bottom: -6px; } }

.notice-images > .image.-img02 { position: absolute; top: 31px; left: 0; right: 0; margin-left: -13px; }

@media screen and (max-width: 600px) { .notice-images > .image.-img02 { position: static; max-width: 344px; margin: 0 auto; } }

.notice-images > .image.-img03 { position: absolute; bottom: -13px; right: 0; opacity: 0; -webkit-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); -webkit-transition: .6s all; transition: .6s all; }

.notice-images > .image.-img03.-show { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

.notice-images > .image.-img03 > .ctImg { display: none; }

@media screen and (max-width: 1066px) { .notice-images > .image.-img03 { right: 0px; }
  .notice-images > .image.-img03 > .pcImg { display: none; }
  .notice-images > .image.-img03 > .ctImg { display: inline; } }

@media screen and (max-width: 600px) { .notice-images > .image.-img03 { right: -4px; bottom: -5px; width: 166px; } }

footer { position: relative; z-index: 1; }

.l-footer_sharelist ul li img { max-width: none; }

#footer_copyright ul li a { text-decoration: none; }
/*# sourceMappingURL=site.css.map */