@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
  initial-scale: 1;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(102, 204, 255, 0.5);
  font-size: 16px;
}

body {
  font-size: 1rem;
  line-height: 1.56;
  font-family: sans-serif;
  color: #333;
  background-color: #fff;
  overflow-wrap: break-word;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

a {
  color: #af1f1f;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #6e1313;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: none;
}

img {
  vertical-align: middle;
}

@media all and (max-width: 969px) {
  img {
    display: block;
    width: 100%;
    height: auto;
  }
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  border: 0;
}

input[type="search"] {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1,
.h1 {
  font-size: 2.75rem;
}

h2,
.h2 {
  font-size: 2.75rem;
}

h3,
.h3 {
  font-size: 2rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

strong,
.strong {
  font-weight: bold;
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: .2em;
  background-color: #af1f1f;
  color: #fff;
}

em {
  font-style: normal;
  font-weight: bold;
}

abbr[title] {
  cursor: help;
  text-decoration: none;
  border-bottom: 1px dotted #d1d1d1;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 1.5em;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
  padding-top: .5em;
}

li + li {
  margin-top: .5em;
}

ul.unstyled,
ol.unstyled {
  padding-left: 0;
  list-style: none;
}

dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1rem;
  margin-left: 0;
}

figure {
  margin: 0 0 1rem;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

hr {
  margin-top: 70px;
  margin-bottom: 70px;
  border: 0;
  border-top: 1px solid #d1d1d1;
}

blockquote {
  margin: 0 0 1rem;
}

blockquote > *:first-child {
  margin-top: 0;
}

blockquote > *:last-child {
  margin-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.l-wrapper {
  min-width: 970px;
}

@media all and (max-width: 969px) {
  .l-wrapper {
    min-width: inherit;
  }
}

.l-emg {
  width: 970px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}

@media all and (max-width: 969px) {
  .l-emg {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.l-inner {
  width: 970px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}

@media all and (max-width: 969px) {
  .l-inner {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.l-footer {
  padding-top: 50px;
  border-top: 1px solid #d1d1d1;
}

@media all and (max-width: 969px) {
  .l-footer {
    padding-top: 0;
    border-top: 0;
  }
}

.l-content {
  width: 800px;
  margin: 0 auto;
}

@media all and (max-width: 969px) {
  .l-content {
    width: inherit;
    padding: 0 15px;
  }
}

.l-highlight {
  background: #fef8f8;
  margin-top: 70px;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media all and (max-width: 969px) {
  .l-highlight {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.l-highlight .l-content > *:first-child {
  margin-top: 0;
}

.l-highlight .l-content > *:last-child {
  margin-bottom: 0;
}

.l-accent {
  background: #fafafc;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media all and (max-width: 969px) {
  .l-accent {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.l-accent .l-content > *:first-child {
  margin-top: 0;
}

.l-accent .l-content > *:last-child {
  margin-bottom: 0;
}

.Column--2,
.Column--3,
.Column--4 {
  margin-right: -15px;
  margin-left: -15px;
}

.Column--2::before,
.Column--3::before,
.Column--4::before,
.Column--2::after,
.Column--3::after,
.Column--4::after {
  content: " ";
  display: table;
}

.Column--2::after,
.Column--3::after,
.Column--4::after {
  clear: both;
}

@media all and (max-width: 969px) {
  .Column--2,
  .Column--3,
  .Column--4 {
    margin-right: 0;
    margin-left: 0;
  }
}

.Column--2 .Column__item {
  width: 50%;
}

.Column--3 .Column__item {
  width: 33.33333%;
}

.Column--4 .Column__item {
  width: 25%;
}

@media all and (max-width: 969px) {
  .Column--2 .Column__item,
  .Column--3 .Column__item,
  .Column--4 .Column__item {
    width: inherit;
  }
}

.Column__item {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media all and (max-width: 969px) {
  .Column__item {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}

.Masthead {
  width: 970px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: .875rem;
}

@media all and (max-width: 969px) {
  .Masthead {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.Masthead::before,
.Masthead::after {
  content: " ";
  display: table;
}

.Masthead::after {
  clear: both;
}

@media all and (max-width: 969px) {
  .Masthead {
    padding: 0;
  }
}

.Masthead__logo {
  float: left;
}

.Masthead__linkList {
  float: right;
  margin: 6px 0 0;
  padding: 0;
}

.Masthead__linkList > li + li {
  margin-left: .5em;
}

@media all and (max-width: 969px) {
  .Masthead__linkList {
    margin-top: 0;
  }
}

.MastheadLogo {
  margin: 0;
}

.MastheadLogo__link {
  display: block;
  width: 178px;
  height: 34px;
  background: url("https://s.yimg.jp/c/logo/f/2.0/ads_r_34_2x.png") no-repeat 50% 50%;
  -webkit-background-size: 178px 34px;
  background-size: 178px 34px;
}

@media all and (max-width: 969px) {
  .MastheadLogo__link {
    width: 90px;
    height: 43px;
    background-image: url("https://s.yimg.jp/c/logo/s/2.0/ads_r_22_2x.png");
    -webkit-background-size: 80px 22px;
    background-size: 80px 22px;
  }
}

.MastheadLogo__text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.MastheadLinkList > li {
  display: inline-block;
  margin: 0;
  list-style: none;
  vertical-align: middle;
}

@media all and (max-width: 969px) {
  .MastheadLinkList__anchor--yj {
    display: block;
    width: 44px;
    height: 44px;
    background: url("https://s.yimg.jp/c/logo/s/2.0/yj_r_22_2x.png") no-repeat 50% 50%;
    -webkit-background-size: 28px 15.4px;
    background-size: 28px 15.4px;
  }
}

@media all and (max-width: 969px) {
  .MastheadLinkList__text--yj {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}

.emg3,
.emg2,
.emg {
  padding: 0;
  text-align: center;
  font-size: medium;
  line-height: 1.56;
}

.emg3 table,
.emg2 table,
.emg table {
  margin: 10px auto !important;
  padding: 0;
  padding-bottom: 10px;
  border-collapse: collapse;
  border-spacing: 0;
}

.emg3 table td,
.emg2 table td,
.emg table td {
  white-space: normal;
  padding: 2px;
  color: #333;
}

.emg3 table table,
.emg2 table table,
.emg table table {
  margin: 0 auto !important;
}

.emg3 a,
.emg2 a,
.emg a {
  color: #1d629a;
  text-decoration: underline;
  border-bottom: none;
}

.emg3 br,
.emg2 br,
.emg br {
  display: none;
}

.GlobalFooter {
  width: 970px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-size: .875rem;
}

@media all and (max-width: 969px) {
  .GlobalFooter {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.GlobalFooter > *:first-child {
  margin-top: 0;
}

.GlobalFooter > *:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 969px) {
  .GlobalFooter {
    border-top: 3px solid #d4d7dc;
    background-color: #eee;
  }
}

.GlobalFooter p small {
  font-size: 100%;
}

.GlobalFooterLinkList {
  margin-top: 2rem;
  margin-bottom: .5rem;
  padding: 0;
}

@media all and (max-width: 969px) {
  .GlobalFooterLinkList {
    margin-top: 0;
  }
}

.GlobalFooterLinkList > li {
  list-style: none;
  display: inline-block;
  margin: 0;
}

.GlobalFooterLinkList > li:not(:last-child)::after {
  content: '-';
  padding-left: .3em;
  speak: none;
}

.Contact {
  width: 970px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px 40px;
  background: url(../images/contact-bg.jpg) no-repeat right -14px #eee;
}

@media all and (max-width: 969px) {
  .Contact {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.Contact > *:first-child {
  margin-top: 0;
}

.Contact > *:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 969px) {
  .Contact {
    margin-top: 35px;
    margin-bottom: 0;
    padding-top: 15px;
    padding-right: 60px;
    padding-bottom: 15px;
    padding-left: 15px;
    text-shadow: 0 0 2px #eee, 0 0 2px #eee, 0 0 1px #eee;
    background-position: right 50%;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.Contact address > *:first-child {
  margin-top: 0;
}

.Contact address > *:last-child {
  margin-bottom: 0;
}

.Contact small {
  font-size: 100%;
}

.Contact__title {
  font-weight: normal;
  margin: 0;
  font-size: 1.125rem;
}

@media all and (max-width: 969px) {
  .Contact__title {
    margin-bottom: 1rem;
    font-size: .875rem;
  }
}

.Contact__tel {
  display: inline-block;
  margin-right: 40px;
}

@media all and (max-width: 969px) {
  .Contact__tel {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.Contact__telAnchor {
  font-size: 2rem;
}

@media all and (max-width: 969px) {
  .Contact__telAnchor {
    font-size: 1.5rem;
  }
}

.Contact__telAnchor,
.Contact__telAnchor:hover,
.Contact__telAnchor:focus {
  text-decoration: none;
}

.Contact__reception {
  display: inline-block;
  color: #666;
}

@media all and (max-width: 969px) {
  .Contact__reception {
    font-size: .75rem;
  }
}

.SocialBtnList {
  width: 970px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 0;
}

@media all and (max-width: 969px) {
  .SocialBtnList {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.SocialBtnList > li {
  list-style: none;
  display: inline-block;
  margin: 0;
}

.SocialBtnList > li + li {
  margin-left: 15px;
}

.SocialBtn--facebook,
.SocialBtn--twitter {
  display: block;
  min-width: 120px;
  padding: 7px 15px 5px 35px;
  color: #fff;
  font-size: .75rem;
  text-align: right;
  position: relative;
}

.SocialBtn--facebook:hover,
.SocialBtn--twitter:hover,
.SocialBtn--facebook:focus,
.SocialBtn--twitter:focus {
  text-decoration: none;
  color: #fff;
}

.SocialBtn--facebook::before,
.SocialBtn--twitter::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/social-btn-icon.png) no-repeat 0 0;
  position: absolute;
  top: 5px;
  left: 5px;
}

.SocialBtn--facebook {
  background-color: #3a569c;
}

.SocialBtn--facebook:hover,
.SocialBtn--facebook:focus {
  background-color: #253764;
}

.SocialBtn--twitter {
  background-color: #55acee;
}

.SocialBtn--twitter::before {
  background-position: -20px 0;
}

.SocialBtn--twitter:hover,
.SocialBtn--twitter:focus {
  background-color: #1689e0;
}

.MainVisual {
  height: 400px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #fff;
  position: relative;
}

.MainVisual__title,
.MainVisual__body {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media all and (max-width: 969px) {
  .MainVisual {
    height: 300px;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 25px;
  }
}

.Panel,
.Panel--alert {
  padding: 30px;
  border-style: solid;
  border-width: 1px;
}

.Panel > *:first-child,
.Panel--alert > *:first-child {
  margin-top: 0;
}

.Panel > *:last-child,
.Panel--alert > *:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 969px) {
  .Panel,
  .Panel--alert {
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 15px;
  }
}

.Panel {
  background-color: #fafafc;
  border-color: #9dafd0;
}

.Panel__title {
  font-size: 1.125rem;
}

.Panel--alert {
  background-color: #fcfafa;
  border-color: #af1f1f;
}

.Headline,
.Headline--lg,
.PrivilegeSection__title,
.Headline--sm,
.Headline--xs,
.MediaCard__title {
  margin-top: 50px;
  margin-bottom: 30px;
}

@media all and (max-width: 969px) {
  .Headline,
  .Headline--lg,
  .PrivilegeSection__title,
  .Headline--sm,
  .Headline--xs,
  .MediaCard__title {
    margin-top: 35px;
    margin-bottom: 25px;
  }
}

.Headline {
  font-size: 2rem;
}

@media all and (max-width: 969px) {
  .Headline {
    font-size: 1.25rem;
  }
}

.Headline--lg,
.PrivilegeSection__title {
  margin: 70px -75px 50px;
  font-size: 2.75rem;
  text-align: center;
}

@media all and (max-width: 969px) {
  .Headline--lg,
  .PrivilegeSection__title {
    margin: 35px 0 25px;
    font-size: 1.5rem;
  }
}

.Headline--sm {
  font-size: 1.25rem;
}

@media all and (max-width: 969px) {
  .Headline--sm {
    font-size: 1rem;
  }
}

.Headline--xs,
.MediaCard__title {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.125rem;
}

@media all and (max-width: 969px) {
  .Headline--xs,
  .MediaCard__title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1rem;
  }
}

.LeadList {
  font-size: 1.75rem;
}

@media all and (max-width: 969px) {
  .LeadList {
    font-size: 1.125rem;
  }
}

.LeadList__item--primary {
  list-style: url(../images/checked-primary-icon.png);
}

.LeadList__item--checked {
  list-style: url(../images/checked-icon.png);
}

@media all and (max-width: 969px) {
  .LeadList__item--primary {
    list-style: url(../images/checked-primary-icon-mb.png);
  }
  .LeadList__item--checked {
    list-style: url(../images/checked-icon-mb.png);
  }
}

.Jumbotron,
.Jumbotron--inverse {
  margin: 50px 0;
}

.Jumbotron::before,
.Jumbotron--inverse::before,
.Jumbotron::after,
.Jumbotron--inverse::after {
  content: " ";
  display: table;
}

.Jumbotron::after,
.Jumbotron--inverse::after {
  clear: both;
}

@media all and (max-width: 969px) {
  .Jumbotron,
  .Jumbotron--inverse {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.Jumbotron .Jumbotron__content,
.Jumbotron--inverse .Jumbotron__content {
  width: 450px;
  padding-top: 15px;
}

.Jumbotron .Jumbotron__content > *:first-child,
.Jumbotron--inverse .Jumbotron__content > *:first-child {
  margin-top: 0;
}

.Jumbotron .Jumbotron__content > *:last-child,
.Jumbotron--inverse .Jumbotron__content > *:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 969px) {
  .Jumbotron .Jumbotron__content,
  .Jumbotron--inverse .Jumbotron__content {
    width: inherit;
    padding-top: 0;
  }
}

.Jumbotron .Jumbotron__thumbnail,
.Jumbotron--inverse .Jumbotron__thumbnail {
  width: 300px;
  height: auto;
}

@media all and (max-width: 969px) {
  .Jumbotron .Jumbotron__thumbnail,
  .Jumbotron--inverse .Jumbotron__thumbnail {
    float: none;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
  }
}

.Jumbotron__content {
  float: right;
}

@media all and (max-width: 969px) {
  .Jumbotron__content {
    float: none;
  }
}

.Jumbotron__thumbnail {
  float: left;
  margin-right: 50px;
}

.Jumbotron--inverse .Jumbotron__content {
  float: left;
}

@media all and (max-width: 969px) {
  .Jumbotron--inverse .Jumbotron__content {
    float: none;
  }
}

.Jumbotron--inverse .Jumbotron__thumbnail {
  float: right;
  margin-right: 0;
  margin-left: 50px;
}

@media all and (max-width: 969px) {
  .Jumbotron--inverse .Jumbotron__thumbnail {
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

.Media {
  margin: 30px 0;
}

.Media::before,
.Media::after {
  content: " ";
  display: table;
}

.Media::after {
  clear: both;
}

@media all and (max-width: 969px) {
  .Media {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.Media__content {
  margin-left: 165px;
  padding-top: 15px;
}

.Media__content > *:first-child {
  margin-top: 0;
}

.Media__content > *:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 969px) {
  .Media__content {
    margin-left: 95px;
    padding-top: 0;
  }
}

.Media__thumbnail {
  float: left;
  width: 150px;
  height: auto;
}

@media all and (max-width: 969px) {
  .Media__thumbnail {
    width: 80px;
    height: auto;
  }
}

.MediaCard {
  margin-bottom: 30px;
}

.MediaCard__thumbnail {
  width: 100%;
  height: auto;
}

.MediaCard__content {
  font-size: .875rem;
}

.MediaCard__content::before,
.MediaCard__content::after {
  content: " ";
  display: table;
}

.MediaCard__content::after {
  clear: both;
}

.VideoPlayer {
  width: 720px;
  margin: 30px auto;
}

@media all and (max-width: 969px) {
  .VideoPlayer {
    width: inherit;
    max-width: 300px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.VideoPlayer__iframe {
  width: 100%;
  height: 405px;
  border: none;
  overflow: hidden;
  vertical-align: middle;
}

.VideoPlayer__caption {
  margin-top: 15px;
}

@media all and (max-width: 969px) {
  .VideoPlayer__caption {
    margin-top: 15px;
  }
}

.ConversionSection {
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
}

.ConversionSection > *:first-child {
  margin-top: 0;
}

.ConversionSection > *:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 969px) {
  .ConversionSection {
    margin-top: 25px;
    margin-bottom: 35px;
  }
}

.ConversionSection__btn {
  margin-bottom: 50px;
}

@media all and (max-width: 969px) {
  .ConversionSection__btn {
    margin-bottom: 25px;
  }
}

.ConversionSection__text {
  font-size: .875rem;
}

.ConversionBtn {
  display: inline-block;
  min-width: 490px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  border: 4px #ad0022 solid;
  border-radius: 5px;
  position: relative;
  background-color: #ad0022;
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
}

.ConversionBtn small {
  display: block;
  font-size: .75rem;
}

@media all and (max-width: 969px) {
  .ConversionBtn {
    width: 100%;
    min-width: 290px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.125rem;
  }
  .ConversionBtn small {
    font-size: .75rem;
  }
}

.ConversionBtn:hover,
.ConversionBtn:focus {
  background-color: #fff;
  text-decoration: none;
  color: #ad0022;
}

.ConversionBtn--sub {
  background-color: #87c2c2;
  border-color: #87c2c2;
}

.ConversionBtn--sub:hover,
.ConversionBtn--sub:focus {
  background-color: #fff;
  color: #87c2c2;
}

.PrivilegeSection {
  text-align: center;
}

.PrivilegeSection > *:first-child {
  margin-top: 0;
}

.PrivilegeSection > *:last-child {
  margin-bottom: 0;
}

.PrivilegeSection__header {
  margin-bottom: 50px;
  position: relative;
}

.PrivilegeSection__header > *:first-child {
  margin-top: 0;
}

.PrivilegeSection__header > *:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 969px) {
  .PrivilegeSection__header {
    margin-bottom: 25px;
  }
}

.PrivilegeSection__header::before,
.PrivilegeSection__header::after {
  content: '';
  display: block;
  width: 180px;
  height: 120px;
  background: url(../images/privilege-section-bg.png) no-repeat 0 0;
  position: absolute;
  top: -40px;
}

@media all and (max-width: 969px) {
  .PrivilegeSection__header::before,
  .PrivilegeSection__header::after {
    -webkit-background-size: 100px 30px;
    background-size: 100px 30px;
    width: 50px;
    height: 30px;
    top: 0;
  }
}

.PrivilegeSection__header::before {
  left: -75px;
}

@media all and (max-width: 969px) {
  .PrivilegeSection__header::before {
    left: -10px;
  }
}

.PrivilegeSection__header::after {
  right: -75px;
  background-position: -180px 0;
}

@media all and (max-width: 969px) {
  .PrivilegeSection__header::after {
    right: -10px;
    background-position: -50px 0;
  }
}

.PrivilegeSection__header > * {
  z-index: 500;
  position: relative;
}

.DetailSection {
  font-size: .875rem;
}

.DetailSection > *:first-child {
  margin-top: 0;
}

.DetailSection > *:last-child {
  margin-bottom: 0;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: inherit !important;
}

@media all and (max-width: 969px) {
  .sp-hidden {
    display: none;
  }
}

.sp-shown {
  display: none;
}

@media all and (max-width: 969px) {
  .sp-shown {
    display: inherit;
  }
}

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

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

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

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

.skip {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media all and (max-width: 969px) {
  .sp-skip {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}

.note,
.VideoPlayer__caption {
  color: #666;
  font-size: .75rem;
}

.lead {
  color: #af1f1f;
  font-size: 1.75rem;
  font-weight: bold;
}

@media all and (max-width: 969px) {
  .lead {
    font-size: 1.125rem;
  }
}

.lead small,
.lead .small {
  font-size: .75rem;
  font-weight: normal;
  margin-left: .5em;
}

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

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

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

.mb-lg {
  margin-bottom: 70px !important;
}

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

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

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

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

.mt-lg {
  margin-top: 70px !important;
}

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

/*
**
** 初期設定サービス
** ここから独自スタイルを記述
**
*/
body {
  font-family: "メイリオ", Meiryo, "Lucida Grande", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.015em;
  color: #454545;
}

a, a:hover, a:active, a:focus {
  color: #0064c8;
}

a.anchorLink {
  position: relative;
  padding-left: 20px;
}

a.anchorLink:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-style: solid;
  border-color: #0064c8;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

small {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 18px;
  color: #626262;
}

.l-content {
  padding: 45px 0;
  width: 100%;
}

@media all and (max-width: 969px) {
  .l-content {
    padding: 45px 15px;
  }
}

.l-accent {
  background: #f5f5f5;
  margin: 45px 0;
  padding: 90px 15px;
}

.l-accent2 {
  background: #eefdff;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 970px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.ServiceImage {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  background: #fff;
}

.ServiceImage:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 450px;
  background: url(../images/mainvisual_background.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center 20%;
}

@media all and (max-width: 969px) {
  .ServiceImage:after {
    height: 0;
    padding-top: 100%;
    background: none;
  }
}

.ServiceImage .MainVisual {
  height: 450px;
  position: relative;
  z-index: 100;
  margin-bottom: 0;
  background-image: url("../images/mainvisual_pc.png");
  background-color: transparent;
  -webkit-background-size: auto 99%;
          background-size: auto 99%;
  background-position: 50% 100%;
}

@media all and (max-width: 969px) {
  .ServiceImage .MainVisual {
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-image: url("../images/mainvisual_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
  }
}

@media all and (min-width: 970px) {
  .Section {
    margin: auto;
    width: 990px;
  }
}

.Section__title {
  margin-bottom: 45px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  color: #222222;
}

.Section__title.Support {
  margin-top: 120px;
  margin-bottom: 0;
}

@media all and (max-width: 969px) {
  .Section__title {
    font-size: 1.375rem;
  }
}

.Section__head {
  font-size: 1.5rem;
  text-align: center;
  color: #222222;
  margin-bottom: 25px;
}

@media all and (max-width: 969px) {
  .Section__head {
    font-size: 1.125rem;
    margin-bottom: 35px;
  }
}

.Section__subtitle {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.Section__subline {
  font-size: 1rem;
  text-align: center;
}

@media all and (max-width: 969px) {
  .Section__subline {
    text-align: left;
  }
}

.ServiceApply {
  margin: 0 auto;
  text-align: center;
}

@media all and (max-width: 969px) {
  .ServiceApply {
    padding: 40px 15px;
  }
}

@media all and (max-width: 969px) {
  .ServiceApply:nth-child(2) {
    padding: 40px 0;
  }
}

.ServiceApply__btn {
  width: 400px;
  display: block;
  color: #fff;
  text-align: center;
  padding: 15px 15px 13px;
  background: #ce1949;
  line-height: 1;
  margin: 0 auto;
  border: 4px #ce1949 solid;
  border-radius: 38.5px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  font-size: 1.375rem;
  font-weight: bold;
}

.ServiceApply__btn:hover, .ServiceApply__btn:focus {
  color: #ce1949;
  background: #fff;
  border-color: #ce1949;
  text-decoration: none;
}

.ServiceApply__btn span {
  font-size: 0.9375rem;
  padding-bottom: 5px;
  font-weight: 600;
  display: block;
}

@media all and (min-width: 970px) {
  .ServiceApply__btn {
    max-width: 400px;
  }
}

@media all and (max-width: 969px) {
  .ServiceApply__btn {
    width: 100%;
    font-size: 1.125rem;
  }
}

.ServiceApply__end {
  width: 900px;
  margin: 0 auto;
  padding: 25px 0;
  background-color: #fcfafa;
  border: solid 4px #ce1949;
  font-weight: bold;
  font-size: 1.375rem;
}

@media all and (max-width: 969px) {
  .ServiceApply__end {
    font-size: 1.0625rem;
    width: 100%;
  }
}

.AboutSs__item {
  padding-bottom: 150px;
  background-repeat: no-repeat;
  background-position: right 30px;
  -webkit-background-size: 300px auto;
          background-size: 300px auto;
  background-image: url(../images/figure_ss.png);
}

@media all and (max-width: 969px) {
  .AboutSs__item {
    height: auto;
    padding-top: 5px;
    padding-bottom: 85%;
    background-position: bottom center;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
  }
}

.AboutSs__text {
  margin-bottom: 2px;
  padding: 15px 0;
}

@media all and (min-width: 970px) {
  .AboutSs__text {
    width: 648px;
  }
}

@media all and (max-width: 969px) {
  .AboutSs__text {
    margin: 0;
    padding-top: 0;
  }
}

.AboutSs .movie__video {
  width: 740px;
  margin: 70px auto 0 auto;
}

@media all and (max-width: 969px) {
  .AboutSs .movie__video {
    position: relative;
    width: auto;
  }
  .AboutSs .movie__video:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
}

.AboutSs .movie__player {
  width: 740px;
  height: 416px;
  border: none;
}

@media all and (max-width: 969px) {
  .AboutSs .movie__player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.Price__img {
  max-width: 990px;
}

.Price img {
  width: 100%;
  margin: 0 auto;
}

@media all and (max-width: 969px) {
  .Price img {
    max-width: 320px;
  }
}

.Benefits li + li {
  margin-top: 0;
}

.Benefits__title--August {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 969px) {
  .Benefits__title--August {
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.Benefits__title--August .Section__title {
  text-align: left;
  margin-bottom: 0;
}

.Benefits__logo {
  width: 25%;
  text-align: center;
  margin-right: 10px;
  object-fit: contain;
}

.Benefits__logo img {
  width: 100%;
}

@media all and (max-width: 969px) {
  .Benefits__logo {
    width: 40%;
  }
}

.Benefits__head {
  position: relative;
  padding: 0 0 30px;
  font-size: 1.5rem;
  text-align: center;
  color: #222222;
  margin-bottom: 25px;
}

@media all and (max-width: 969px) {
  .Benefits__head {
    font-size: 1.125rem;
    margin-bottom: 35px;
  }
}

.Benefits__head--1 {
  padding: 0 0 120px;
}

.Benefits__head--1::before {
  content: "";
  display: block;
  position: absolute;
  width: 125px;
  height: 105px;
  background-image: url(../images/figure_gift.png);
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  top: 110px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.Benefits__head.Support {
  padding-top: 40px;
}

.Benefits__price {
  position: relative;
  padding-top: 35px;
  text-align: center;
  font-size: 1.125rem;
}

.Benefits__price:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -24px;
  border-style: solid;
  border-color: #ce1949 transparent transparent;
  border-width: 20px 24px 0 24px;
}

.Benefits__price--head {
  font-size: 2.0625rem;
  font-weight: bolder;
  color: #ce1949;
  margin-right: 3px;
}

.Benefits__price--accent {
  font-size: 1.75rem;
  font-weight: bolder;
  color: #ce1949;
}

.Benefits__price p {
  margin-bottom: 5px;
}

.Benefits__container--August {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.Benefits__container--August img {
  object-fit: contain;
  width: 70px;
}

@media all and (min-width: 970px) {
  .Benefits__container--August img {
    margin-right: 8px;
  }
}

@media all and (max-width: 969px) {
  .Benefits__container--August img {
    margin-bottom: 10px;
  }
}

.Benefits__list {
  list-style-type: none;
  padding: 0;
}

.Benefits__item:first-child {
  margin-bottom: 45px;
}

.Benefits__comment {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  background-color: #FBC700;
  padding: 3px 20px;
  border-radius: 25px;
}

@media all and (max-width: 969px) {
  .Benefits__comment {
    font-size: 0.8125rem;
  }
}

.Benefits__summary {
  display: inline-block;
  position: relative;
  font-size: 1.25rem;
  color: #222222;
  padding-left: 40px;
  max-width: 400px;
  text-align-last: left;
}

@media all and (max-width: 969px) {
  .Benefits__summary {
    font-size: 1.0625rem;
  }
}

.Benefits__summary::before {
  display: block;
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 50%;
  left: 0;
  margin: -18px auto 0;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-image: url(../images/figure_benefitsIcon-1.png);
  background-repeat: no-repeat;
}

.Benefits__summary--2::before {
  background-image: url(../images/figure_benefitsIcon-2.png);
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}

.Benefits__summary--2.test::before {
  background-image: url(../images/figure_benefitsIcon-2--test.png);
}

.Benefits__summary.test {
  display: inline-block;
  text-align: left;
  padding-left: 50px;
}

.Benefits__summary.test::before {
  display: block;
  position: absolute;
  content: "";
  width: 40px;
  height: 50px;
  top: 3px;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}

.Benefits__text {
  margin: 0;
  text-align: left;
}

@media all and (min-width: 970px) {
  .Benefits__text--2 {
    text-align: center;
  }
}

.Benefits__text--accent {
  color: #ce1949;
  font-weight: bold;
}

.Benefits__text.test {
  margin-bottom: 15px;
}

.Benefits__text--line {
  text-decoration: line-through;
}

.Benefits__note {
  font-size: 0.75rem;
  color: #454545;
}

.Benefits__note--emphasis {
  padding-left: 5px;
  color: #ce1949;
}

.Benefits__img {
  max-width: 990px;
}

@media all and (min-width: 970px) {
  .Benefits__linkContent {
    margin-bottom: 70px;
  }
}

.Benefits__link {
  display: inline-block;
  padding-bottom: 2px;
  font-size: 0.9375rem;
  color: #0064c8;
  text-decoration: none;
}

@media all and (max-width: 969px) {
  .Benefits__link {
    font-size: 0.6875rem;
    margin-bottom: 23px;
  }
}

.Benefits__link:hover, .Benefits__link:focus {
  color: #0064c8;
  text-decoration: none;
  border-bottom: 1px solid #0064c8;
  padding-bottom: 1px;
}

.Benefits__table {
  width: 100%;
  margin: 40px 0 15px;
}

.Benefits__tableWrap {
  border-bottom: 2px #ddd solid;
  background-color: #fff;
}

.Benefits__tableWrap:first-child {
  border-top: 2px #ddd solid;
}

.Benefits__tableHead {
  width: 200px;
  font-weight: bold;
  text-align: center;
  background: #f5f5f5;
}

@media all and (max-width: 969px) {
  .Benefits__tableHead {
    display: block;
    width: auto;
    padding: 10px;
  }
}

.Benefits__tableData {
  padding: 20px 30px;
}

@media all and (max-width: 969px) {
  .Benefits__tableData {
    display: block;
    padding: 15px;
  }
}

.Benefits__tableData *:last-child {
  margin-bottom: 0;
}

.Benefits__tableList {
  margin: 0;
  padding: 0;
}

@media all and (max-width: 969px) {
  .Benefits__tableList {
    margin: 5px 0 0;
  }
}

.Benefits__tableItem {
  list-style-type: none;
  line-height: 1.4;
  margin-bottom: 5px;
}

@media all and (max-width: 969px) {
  .Benefits__tableItem {
    margin-bottom: 10px;
  }
}

.Benefits__checkArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f5f5f5;
  margin-bottom: 20px;
  padding: 15px 20px;
  letter-spacing: initial;
  font-size: 1.125rem;
}

.Benefits__checkArea .accent {
  color: #ce1949;
  font-weight: bold;
}

.Benefits__checkList {
  list-style-type: none;
  padding: 0;
}

.Benefits__checkItem {
  position: relative;
  margin-bottom: 5px;
  padding-left: 28px;
}

.Benefits__checkItem:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-image: url(../images/icon_check-task.svg);
  -webkit-background-size: 18px 18px;
          background-size: 18px;
  background-repeat: no-repeat;
}

@media all and (max-width: 969px) {
  .Benefits__checkItem:before {
    top: 0.78em;
  }
}

.Benefits__tableNote {
  font-size: 0.75rem;
  color: #454545;
  margin: 10px 0 0;
}

.Benefits__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

.Benefits__column {
  width: 470px;
  padding: 30px;
  list-style-type: none;
  background-color: #fff;
  text-align: center;
}

@media all and (max-width: 969px) {
  .Benefits__column {
    width: 100%;
    margin-bottom: 16px;
    padding: 15px;
  }
}

.Benefits__service {
  padding: 40px;
  background: #fff;
}

@media all and (max-width: 969px) {
  .Benefits__service {
    padding: 40px 15px;
  }
}

.Benefits__serviceTitle {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
}

.Benefits__serviceList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
  padding-left: 0;
}

.Benefits__serviceItem {
  position: relative;
  padding-left: 28px;
  text-align: left;
  list-style-type: none;
  width: 50%;
  margin: 0 0 10px;
}

@media all and (max-width: 969px) {
  .Benefits__serviceItem {
    width: 100%;
  }
}

.Benefits__serviceItem:before {
  content: "";
  display: block;
  position: absolute;
  top: -webkit-calc(0.5em * 1.56);
  top: calc(0.5em * 1.56);
  left: 0;
  width: 22px;
  height: 22px;
  margin-top: -12px;
  background-image: url(../images/icon_check.svg);
  background-repeat: no-repeat;
}

.subline {
  text-align: center !important;
  margin-bottom: 40px !important;
}

.movie__video {
  width: 740px;
  margin: 30px auto 0 auto;
}

@media all and (max-width: 969px) {
  .movie__video {
    position: relative;
    width: auto;
  }
  .movie__video:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
}

.movie__player {
  width: 740px;
  height: 416px;
  border: none;
}

@media all and (max-width: 969px) {
  .movie__player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.Flow {
  margin-top: 0;
}

.Flow__img {
  max-width: 990px;
}

.Flow img {
  width: 100%;
  margin: 0 auto;
}

@media all and (max-width: 969px) {
  .Flow img {
    max-width: 320px;
  }
}

.Flow__link {
  display: inline-block;
  padding-bottom: 2px;
  color: #0064c8;
  text-decoration: none;
}

.Flow__link:hover, .Flow__link:focus {
  color: #0064c8;
  text-decoration: none;
  border-bottom: 1px solid #0064c8;
  padding-bottom: 1px;
}

.Flow__note {
  font-size: 0.75rem;
  color: #454545;
  margin: 0;
  text-align: center;
}

.Flow__note--accent {
  color: #ce1949;
}

.Flow__note--emphasis {
  padding-left: 5px;
  color: #ce1949;
}

.Flow__content {
  padding: 30px 20px;
  margin: 45px auto;
  background-color: #fff;
  position: relative;
}

@media all and (min-width: 970px) {
  .Flow__content {
    width: 843px;
    height: 698px;
    padding: 70px;
  }
}

@media all and (max-width: 969px) {
  .Flow__content {
    text-align: center;
  }
}

.Flow__content:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  border-style: solid;
  z-index: 1;
  margin-left: -28px;
  border-color: #fff transparent transparent transparent;
  border-width: 28px 31px 0 31px;
}

.Flow__list {
  position: relative;
  padding: 0;
}

@media all and (min-width: 970px) {
  .Flow__list::before {
    display: block;
    position: absolute;
    content: "";
    width: 108px;
    height: 558px;
    top: 0;
    left: 0;
    -webkit-background-size: contain;
            background-size: contain;
    background-image: url(../images/figure_flow_pc.png);
  }
}

.Flow__item {
  margin: 0;
  list-style-type: none;
}

@media all and (min-width: 970px) {
  .Flow__item {
    height: 150px;
    padding: 30px 0 30px 150px;
  }
  .Flow__item:first-child {
    padding-top: 9px;
    height: 129px;
  }
  .Flow__item:nth-child(3) {
    padding: 44px 0 44px 150px;
  }
  .Flow__item:last-child {
    padding: 44px 0 23px 150px;
    height: 129px;
  }
}

@media all and (max-width: 969px) {
  .Flow__item {
    margin-bottom: 48px;
  }
  .Flow__item::before {
    display: block;
    content: "";
    width: 84px;
    height: 84px;
    margin: 0 auto 8px;
    -webkit-background-size: contain;
            background-size: contain;
    background-image: url(../images/figure_stepIcon1.png);
  }
  .Flow__item:nth-child(2)::before {
    background-image: url(../images/figure_stepIcon2.png);
  }
  .Flow__item:nth-child(3)::before {
    background-image: url(../images/figure_stepIcon3.png);
  }
  .Flow__item:last-child {
    margin-bottom: 0;
  }
  .Flow__item:last-child::before {
    background-image: url(../images/figure_stepIcon4.png);
  }
}

.Flow__num {
  margin: 0 0 8px;
  font-weight: bold;
  color: #493657;
  font-size: 1.25rem;
}

.Flow__text {
  margin: 0 0 4px;
  font-weight: bold;
  color: #222222;
}

.Flow__text.spSupport {
  margin-top: 14px;
}

.Flow__subtext {
  margin: 0;
  color: #ce1949;
  text-align: left;
}

.Flow__present {
  text-align: center;
  color: #ce1949;
  position: relative;
  padding-top: 174px;
  margin: 0 0 80px;
}

@media all and (max-width: 969px) {
  .Flow__present {
    font-size: 0.875rem;
  }
}

.Flow__present::before {
  display: block;
  position: absolute;
  content: "";
  width: 135px;
  height: 138px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-image: url(../images/figure_present.png);
}

.Flow__present--later {
  color: #222222;
  text-align: center;
  margin-bottom: 50px;
}

.Flow__present--later .bold {
  font-weight: bold;
}

.Flow__presentEmphasis {
  font-size: 1.75rem;
  font-weight: bold;
  color: #ce1949;
}

.Flow__spSupport {
  padding: 30px 20px;
  margin: 45px auto;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media all and (min-width: 970px) {
  .Flow__spSupport {
    width: 843px;
    padding: 70px 70px 50px;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

@media all and (max-width: 969px) {
  .Flow__spSupport {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (min-width: 970px) {
  .Flow__spSupport__figure {
    width: 108px;
    margin-right: 40px;
  }
}

@media all and (max-width: 969px) {
  .Flow__spSupport__figure {
    width: 84px;
  }
}

@media all and (max-width: 969px) {
  .Flow__spSupport__text {
    width: 90%;
  }
}

.FlowTable {
  padding: 0;
  margin: 0 0 40px;
  list-style-type: none;
}

@media all and (min-width: 970px) {
  .FlowTable {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.FlowTable__item {
  position: relative;
  background-color: #fff;
  padding: 30px 0 30px;
  margin: 0 0 31px;
}

.FlowTable__item--accent {
  background-color: #fdf9e5;
}

@media all and (min-width: 970px) {
  .FlowTable__item {
    width: 220px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    letter-spacing: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin: 0 31px 0 0;
  }
}

.FlowTable__item:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  border-style: solid;
  z-index: 1;
  margin-left: -28px;
  border-color: #fff transparent transparent transparent;
  border-width: 28px 31px 0 31px;
}

@media all and (min-width: 970px) {
  .FlowTable__item:before {
    top: 50%;
    left: 100%;
    margin-left: 0;
    margin-top: -31px;
    border-color: transparent transparent transparent #fff;
    border-width: 31px 0 31px 28px;
  }
}

.FlowTable__item:last-child {
  border: none;
  margin: 0;
}

.FlowTable__item:last-child:before {
  display: none;
}

.FlowTable__num {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 auto 16px;
}

.FlowTable__num--accent {
  background-color: #ce1949;
  color: #fff;
}

.FlowTable__textContent {
  margin-bottom: 20px;
}

@media all and (min-width: 970px) {
  .FlowTable__textContent {
    margin-bottom: 0;
    height: 82px;
  }
}

.FlowTable__note {
  font-size: 0.75rem;
  text-align: center;
  color: #454545;
}

.FlowTable__text {
  color: #222222;
  text-align: center;
  line-height: 27px;
  margin: 0;
}

.FlowTable__text--accent {
  color: #ce1949;
}

.FlowTable__subText {
  font-size: 0.875rem;
  text-align: center;
  margin: 0;
}

.FlowTable__figure {
  margin: 0 auto;
}

.FlowTable__figure img {
  width: 110px;
}

.CaseGallery__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  padding: 0;
}

.CaseGallery__item {
  width: 460px;
  margin: 0 30px 30px 0;
}

.CaseGallery__item:nth-child(2n) {
  margin-right: 0;
}

@media all and (max-width: 969px) {
  .CaseGallery__item {
    margin: 0 0 10px;
  }
}

.CaseGallery__link {
  display: block;
  padding: 30px;
  border: 2px solid #eeeeee;
}

.CaseGallery__link:hover {
  border-color: #1a72b0;
  text-decoration: none;
}

.CaseGallery__img {
  width: 100%;
  margin: 0 auto 15px;
}

.CaseGallery__heading {
  font-size: 1.1875rem;
  font-weight: bold;
  color: black;
  margin-bottom: 5px;
  min-height: 56px;
}

.CaseGallery__corp {
  color: black;
  margin-bottom: 30px;
}

.CaseGallery__label {
  display: inline-block;
  margin-bottom: 30px;
  padding: 5px 10px;
  border: 1px solid #5EAEAE;
  color: #5EAEAE;
}

@media all and (max-width: 969px) {
  .CaseGallery__label {
    font-size: 0.875rem;
    padding: 5px;
  }
}

.CaseGallery__cta {
  text-align: center;
  font-weight: bold;
  margin: 0;
}

.CaseGallery__note {
  max-width: 990px;
  margin: 0 auto;
  color: #545454;
  font-size: 0.8125rem;
}

.CaseGallery__noteList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.CaseGallery__noteLink {
  display: inline-block;
  padding-bottom: 2px;
  color: #ce1949;
  text-decoration: none;
}

.CaseGallery__noteLink:hover, .CaseGallery__noteLink:focus {
  color: #ce1949;
  text-decoration: none;
  border-bottom: 1px solid #ce1949;
  padding-bottom: 1px;
}

.AboutContact__title {
  font-weight: bold;
  font-size: 1.375rem;
  text-align: center;
  color: #222222;
  margin-bottom: 24px;
}

@media all and (max-width: 969px) {
  .AboutContact__title {
    font-size: 1.125rem;
    margin-bottom: 35px;
  }
}

.AboutContact__text {
  font-size: 1rem;
  margin: 0 auto;
  text-align: center;
}

.AboutContact__btn {
  width: 373px;
  display: block;
  color: #ce1949;
  background: #fff;
  text-align: center;
  margin: 30px auto 0;
  padding: 15px;
  border: 1px #ce1949 solid;
  font-size: 1rem;
}

@media all and (max-width: 969px) {
  .AboutContact__btn {
    width: 100%;
    padding: 25px 12px;
    font-size: 0.875rem;
  }
}

.AboutContact__btn:hover, .AboutContact__btn:focus {
  color: #fff;
  background: #ce1949;
  border-color: #ce1949;
  text-decoration: none;
}

.Contact {
  color: #545454;
  background: #ffffff;
  margin-top: 60px;
  width: 100%;
  text-align: center;
}

@media all and (max-width: 969px) {
  .Contact {
    margin-top: 0;
  }
}

.Contact__title {
  font-weight: bold;
  font-size: 1.375rem;
  text-align: center;
  color: #222222;
  margin-bottom: 24px;
}

@media all and (max-width: 969px) {
  .Contact__title {
    font-size: 1.125rem;
    margin-bottom: 35px;
  }
}

.Contact__card {
  border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
}

@media all and (max-width: 969px) {
  .Contact__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 40px;
  }
}

.Contact__box {
  background: #fff;
  position: relative;
  width: 100%;
  margin-left: 60px;
  padding: 35px 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.Contact__box:first-child {
  margin-left: 0;
}

@media all and (max-width: 969px) {
  .Contact__box {
    width: 100%;
    margin: 0;
    padding: 25px 0 25px;
  }
  .Contact__box:first-child {
    margin-bottom: 40px;
  }
  .Contact__box:first-child::before {
    display: none;
  }
}

.Contact__ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 32px;
  margin-left: 20px;
  font-weight: bold;
}

.Contact__ttl::before {
  display: block;
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: -0.2em;
  left: -40px;
  -webkit-background-size: contain;
          background-size: contain;
}

.Contact__ttl.mail::before {
  background-image: url(https://s.yimg.jp/images/promotionalads/site/images/index/figure_mail.png);
}

.Contact__ttl.phone {
  margin-bottom: 20px;
}

.Contact__ttl.phone::before {
  background-image: url(https://s.yimg.jp/images/promotionalads/site/images/index/figure_phone.png);
}

.Contact__tel {
  font-size: 32px;
  font-weight: bold;
  color: #0064c8;
  margin: 0;
}

.Contact__tel:hover, .Contact__tel:focus {
  color: #0064c8;
  text-decoration: none;
}

@media all and (max-width: 969px) {
  .Contact__tel {
    margin-top: -10px;
  }
}

.Contact__note {
  max-width: 990px;
  margin: 0 auto;
  color: #545454;
  font-size: 0.8125rem;
}

@media all and (max-width: 969px) {
  .Contact__note {
    text-align: left;
  }
}

.Contact a.Contact__btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  height: 70px;
  border: 1px solid #ce1949;
  font-size: 14px;
  border-radius: 2px;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
  color: #ce1949;
}

.Contact a.Contact__btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #ce1949;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-color linear .3s;
  transition: border-color linear .3s;
}

@media all and (max-width: 969px) {
  .Contact a.Contact__btn {
    max-width: 280px;
    width: 80%;
  }
}

.Contact a.Contact__btn:hover {
  background: #ce1949;
  color: #fff;
}

.Contact a.Contact__btn:hover:after {
  border-color: #fff;
}

.FooterNotes {
  text-align: left;
  font-size: 0.875rem;
}

@media all and (max-width: 969px) {
  .FooterNotes {
    padding-top: 0;
  }
}

.FooterNotes__title {
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}

.FooterNotes__normalText {
  margin-bottom: 2px;
}

.FooterNotes__list {
  padding-left: 1.5em;
}

.FooterNotes__head {
  font-size: 1rem;
  font-weight: bold;
  margin: 50px 0 5px;
}

.FooterNotes__subTitle {
  font-weight: bold;
  margin: 15px 0 5px;
}

.FooterNotes__item {
  list-style-type: none;
  line-height: 1.4;
  text-indent: -1em;
  margin-top: 5px;
}

.FooterNotes__item--emphasis {
  padding-left: 5px;
  color: #ce1949;
}

.FooterNotes ol.FooterNotes__list {
  padding-left: 1.5em;
}

ol .FooterNotes__item {
  text-indent: -1.5em;
}

.FooterNotes__link {
  padding-bottom: 2px;
  color: #ce1949;
  text-decoration: none;
}

.FooterNotes__link:hover, .FooterNotes__link:focus {
  color: #ce1949;
  text-decoration: none;
  border-bottom: 1px solid #ce1949;
  padding-bottom: 1px;
}

.FooterNotes small {
  display: block;
}

.FooterNotes__emphasis {
  color: #ce1949;
}

.backToTop {
  text-align: right;
}

.backToTop a {
  position: relative;
}

.backToTop a:before {
  position: absolute;
  top: 50%;
  left: -20px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -3px;
  border-style: solid;
  border-color: #0064c8;
  border-width: 2px 2px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-footer {
  padding: 0;
  border: 0;
  background: #fff;
}

.bold {
  font-weight: bolder;
}
