html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}
ins {
  background-color: #ff9;
  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;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: 100%;
}
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button {
  background-color: transparent;
  text-decoration: none;
  border: none;
}
button > a {
  display: block;
}
html {
  position: relative;
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: normal;
  background-color: #E9F1F5;
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  word-wrap: normal;
  position: relative;
}
a {
  color: #399db2;
  text-decoration: underline;
}
a > img {
  margin-bottom: 8px;
}
h1 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}
h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 16px;
}
.header {
  background-color: #fff;
  width: 100%;
}
.logo {
  display: block;
  width: min(44%, 240px);
  margin: 0 auto;
}
main {
  background-color:#E9F1F5;
  max-width: 750px;
  margin: 0 auto;
  color: black;
  padding: .5em 1.4em;
}

main .toggleList {
margin-top: 1.6em;
}
.commonText {
  font-size: 1.5rem;
}
.toggleList ul {
  text-indent: -0.8em;
  margin-left: 0.8em;
}
.toggleList li.is-active .toggleList__title:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.toggleList li.is-active .toggleList__text {
  display: block;
}
.toggleList__title {
  background-color: #ffffff;
  height: 80px;
  /* margin: 0 -8px; */
  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;
  padding: 0 0 0 2em;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  width: 100%;
  margin: 1em 0;
}
.toggleList__title:after {
  content: "";
  display: block;
  background: url(../img/bottom_arrow.svg) no-repeat center/100% 100%;
  position: absolute;
  top: 37px;
  right: 15px;
  width: 16px;
  height: 10px;
}
.toggleList__text {
  display: none;
  margin: .5em 0 .8em;
  font-size: 1.6rem;
  line-height: 120%;
}
.toggleList__text ul {
  margin-bottom: 1em;
}
.toggleList__text li {
  margin-top: .5em;
}
.marker {
  color:#00A0E3;
  font-weight: bold;
  margin-right: .3em;
}
.note {
  margin-top: 1em;
  font-size: 1.6rem;
  line-height: 120%;
  color: #A2A2A2;
}

/*# sourceMappingURL=style.css.map */
