<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

dl,
dt,
dd,
ul,
li {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

ins {
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

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

address {
  font-style: normal;
}

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

*:before,
*:after {
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

*:focus {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: normal;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

header {
  max-width: 770px;
  margin: 0 auto;
  padding: 25px;
}
header .logo {
  width: 95px;
}

.container {
  max-width: 750px;
  margin: 0 auto;
}

.contents {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  header {
    padding: 15px;
  }
}
#front h1 {
  background-color: #1E4687;
  padding: 10px 10px;
  font-size: 26px;
  text-align: center;
  color: #FFF;
  margin-bottom: 1.5em;
  border-radius: 45px;
  font-weight: bold;
  -webkit-box-shadow: 5px 5px 0 #CCC;
          box-shadow: 5px 5px 0 #CCC;
  text-shadow: 2px 2px 0 #000;
}
#front h1 br {
  display: none;
}

#front_point {
  font-size: 18px;
  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;
}
#front_point .text {
  width: calc(100% - 280px);
}
#front_point .text dl dt {
  position: relative;
  margin-top: 1.5em;
  background-color: #1E4687;
  display: inline-block;
  padding: 2px 10px;
  color: #FFF;
}
#front_point .text dl dt::after {
  position: absolute;
  border-top: 18px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 18px solid #1E4687;
  top: 0;
  right: -18px;
  content: "";
}
#front_point .text strong {
  color: #FF0000;
  font-size: 150%;
}
#front_point figure {
  width: 220px;
}
#front_point sub {
  font-size: 50%;
}

#front_main {
  font-size: 15px;
}
#front_main h2 {
  background-color: #1E4687;
  color: #FFF;
  margin: 1em 0;
  font-size: 16px;
  padding: 10px;
}
#front_main h3 {
  margin-top: 1em;
}
#front_main ol li {
  text-indent: -1em;
  margin-left: 1em;
}
#front_main ol li::first-letter {
  color: #1E4687;
}
#front_main ol li::after {
  content: url(../../img/arrow1.svg);
  display: block;
  width: 40px;
  margin: 10px auto;
}
#front_main ol li:last-child::after {
  display: none;
}
#front_main .impotant {
  text-decoration: underline;
}

#front_note {
  border: solid 1px #1E4687;
  padding: 25px;
  font-size: 15px;
}
#front_note h2 {
  display: inline-block;
  border-bottom: solid 2px #1E4687;
  color: #1E4687;
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: bold;
  letter-spacing: 0.3em;
}
#front_note ul li {
  text-indent: -1em;
  margin-left: 1em;
}
#front_note ul li::first-letter {
  color: #1E4687;
}
#front_note ul li strong {
  color: #E60012;
}
#front_note .figures {
  margin: 2em 0;
  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;
}
#front_note .figures figure {
  width: 32%;
  margin: 0 20px;
}

#front_usage h2 {
  border: solid 2px #1E4687;
  padding: 5px;
  text-align: center;
  font-size: 23px;
  border-radius: 40px;
  font-weight: bold;
  color: #1E4687;
  margin-bottom: 25px;
}
#front_usage ol {
  width: 95%;
  margin: 0 auto;
  border-bottom: dashed 1px #1E4687;
  margin-bottom: 25px;
}
#front_usage ol li {
  font-size: 20px;
  padding: 10px 0;
  border-top: dashed 1px #1E4687;
}
#front_usage ol li::first-letter {
  color: #1E4687;
}
#front_usage ol li small {
  font-size: 80%;
  color: #1E4687;
}
#front_usage .figures {
  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;
}
#front_usage .figures figure.image {
  width: 27%;
}
#front_usage .figures figure.arrow {
  width: 7%;
  padding: 0 5px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#front_usage .figures figure figcaption {
  font-size: 90%;
  margin-top: 10px;
}

#front_link {
  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;
}
#front_link a {
  display: block;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  padding: 20px;
  width: 45%;
  font-weight: bold;
  -webkit-box-shadow: 5px 5px 0 #CCC;
          box-shadow: 5px 5px 0 #CCC;
  border-radius: 15px;
}
#front_link a:first-child {
  background-color: #FFFF7E;
  color: #1E4687;
}
#front_link a:last-child {
  background-color: #1E4687;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  #front h1 {
    padding: 10px 5px;
    font-size: 23px;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 0 #CCC;
            box-shadow: 0 4px 0 #CCC;
  }
  #front h1 br {
    display: inline;
  }

  #front_point {
    font-size: 16px;
    display: block;
    padding: 0 10px;
  }
  #front_point .text {
    width: 100%;
    margin-bottom: 1.5em;
  }
  #front_point .text dl dt::after {
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #1E4687;
    right: -14px;
  }
  #front_point .text strong {
    font-size: 130%;
  }
  #front_point figure {
    margin: 0 auto;
    width: 100%;
    max-width: 240px;
  }

  #front_main h3,
#front_main p,
#front_main ol {
    padding: 0 10px;
  }

  #front_note {
    padding: 15px;
    margin: 0 10px 50px;
  }
  #front_note h2 {
    display: block;
    text-align: center;
  }
  #front_note .figures {
    display: block;
    text-align: center;
  }
  #front_note .figures figure {
    width: 50%;
    margin: 20px auto;
  }

  #front_usage {
    padding: 0 10px;
  }
  #front_usage h2 {
    font-size: 20px;
  }
  #front_usage ol li {
    font-size: 18px;
    padding: 10px 0;
  }
  #front_usage ol li small {
    display: block;
    margin-top: 5px;
  }
  #front_usage .figures {
    display: block;
  }
  #front_usage .figures figure.image {
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
  }
  #front_usage .figures figure.arrow {
    width: 40px;
    padding: 0;
    display: block;
    margin: 10px auto;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  #front_link {
    display: block;
  }
  #front_link a {
    display: block;
    font-size: 18px;
    width: 95%;
    margin: 0 auto 20px;
  }
}
/*# sourceMappingURL=style.css.map */
</pre></body></html>