@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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]),
[hidden] {
  display: none;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "Arial", "Helvetica", "Verdana", "sans-serif";
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-feature-settings: "palt";
  position: relative;
}
img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
a {
  color: #0070cb;
  text-decoration: none;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  transition-duration: 200ms;
}
a:hover {
  text-decoration: underline;
}
header,
footer {
  background: #fff;
  line-height: 1;
}
footer {
  color: #808080;
  font-size: 1.2rem;
}
footer .footer-link a {
  text-decoration: none;
  color: inherit;
}
.other {
  background-color: #0075c1;
}
.other .other-inr {
  background-color: #fff;
  color: #0075c1;
}
.other .other-inr h2 {
  text-align: center;
}
.other .other-text p {
  color: #fff;
}
.other .other-text a {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  footer .inr {
    padding: 25px 0 15px;
    margin: 0 15px;
    text-align: center;
  }
  footer .inr .logo img {
    width: 105px;
  }
  footer .footer-link {
    padding: 20px 0 25px;
  }
  footer .footer-link li {
    margin: 0 auto;
    border-right: 1px solid #ccc;
    display: inline-block;
  }
  footer .footer-link li a {
    padding: 0 15px;
  }
  footer .footer-link li:last-child {
    border-right: none;
  }
  footer small {
    font-size: 0.625rem;
  }
  .other {
    font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    padding: 16px;
  }
  .other .other-inr {
    position: relative;
    padding-bottom: 15px;
  }
  .other .other-inr:after {
    position: absolute;
    bottom: 8px;
    left: 50%;
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #0075c1;
    border-right: 1px solid #0075c1;
    -webkit-transform: translateX(-50%) rotate(135deg);
    -moz-transform: translateX(-50%) rotate(135deg);
    -o-transform: translateX(-50%) rotate(135deg);
    -ms-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
  }
  .other .other-inr.toggled:after {
    bottom: 4px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
  }
  .other .other-inr p {
    font-size: 2.5vw;
    letter-spacing: 0.01rem;
    text-align: center;
    padding: 0 5px;
    line-height: 1.4;
  }
  .other .other-inr ul {
    margin-top: 8px;
    padding: 0 15px;
    overflow: hidden;
    height: 0;
  }
  .other .other-inr ul.toggled {
    height: auto;
  }
  .other .other-inr ul li {
    font-size: 2.5vw;
    letter-spacing: 0.01rem;
    text-align: center;
    padding: 10px 0;
    line-height: 1.4;
  }
  .other .other-inr ul li:first-child {
    border-top: 1px solid #0075c1;
  }
  .other h2 {
    font-size: 3.44vw;
    font-weight: bold;
    padding: 15px 0 10px;
  }
  .other .other-text p {
    font-size: 2.5vw;
    letter-spacing: 0.01rem;
    padding: 5px 0 0;
    line-height: 1.4;
  }
  header .inr {
    padding: 15px 0;
    margin: 0 15px;
  }
  header .inr .logo {
    width: 105px;
  }
  header .inr .logo a {
    display: block;
  }
  header .inr .logo a img {
    width: 100%;
    height: auto;
  }
  .container {
    background: #d9f6ff;
  }
  .container .main {
    background: url("../images/bg.svg") no-repeat center 40px;
    -webkit-background-size: 105% auto;
    -moz-background-size: 105% auto;
    background-size: 105% auto;
    width: 100%;
  }
  .container .main p {
    background: #0b92e0;
    color: #fff;
    text-align: center;
    line-height: 2;
  }
  .container .main h1 {
    margin: 0 auto;
    padding: 8% 0 5%;
    width: 75%;
    text-align: center;
  }
  .container .main figure {
    text-align: center;
  }
  .container .cvarea {
    margin: 0 auto;
    padding: 2% 0 7%;
    width: 89.33%;
  }
  .container .cvarea a {
    display: block;
  }
  .container .area01 p {
    margin: 0 0 10px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }
  .container .area01 h2 {
    margin: 0 auto 10px;
    width: 89.33%;
  }
  .container .area01 figure {
    margin: 0 0 10px;
  }
  .container .area01 ul {
    margin: 0 auto 20px;
    width: 86.66%;
  }
  .container .area02 h2 {
    margin: 0 auto 10px;
    width: 89.33%;
  }
  .container .area02 figure {
    margin: 0;
  }
  .container .area02 p {
    margin: 0 auto 10px;
    width: 80%;
  }
  .container .area02 ul {
    margin: 0 auto 20px;
    width: 86.66%;
  }
  .container .area02 ul li img {
    width: 93%;
  }
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  footer {
    padding: 15px 0 20px;
  }
  footer .inr {
    width: 960px;
    margin: 0 auto;
  }
  footer .logo {
    width: 105px;
  }
  footer .logo a {
    display: block;
  }
  footer .logo a img {
    width: 105px;
    height: auto;
  }
  footer .inr {
    position: relative;
  }
  footer .footer-link {
    position: absolute;
    right: 0;
    top: 8px;
  }
  footer .footer-link li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ccc;
  }
  footer .footer-link li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  footer .footer-link a:hover {
    text-decoration: none;
  }
  footer small {
    position: absolute;
    left: 130px;
    top: 8px;
  }
  .other {
    padding: 35px 0 20px;
  }
  .other .other-inr {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 960px;
    margin: 0 auto;
    padding: 13px 27px;
  }
  .other .other-inr p {
    font-size: 14px;
    text-align: center;
    padding: 3px 0 10px;
  }
  .other .other-inr ul {
    border-top: 1px solid #0075c1;
    padding-top: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -o-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .other .other-inr ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  .other h2 {
    font-size: 20px;
    line-height: 2;
    font-weight: bold;
  }
  .other .other-text {
    width: 860px;
    margin: 0 auto;
    padding-top: 8px;
  }
  .other .other-text p {
    font-size: 12px;
    padding: 10px 0 0;
  }
  .other .other-text p a:hover {
    text-decoration: none;
  }
  header {
    padding: 15px 0 20px;
  }
  header .inr {
    width: 960px;
    margin: 0 auto;
  }
  header .logo {
    width: 105px;
  }
  header .logo a {
    display: block;
  }
  header .logo a img {
    width: 100%;
    height: auto;
  }
  .container {
    background: #d9f6ff;
  }
  .main {
    margin: 0 auto;
    width: 960px;
    background: url("../images/bg.svg") no-repeat center 40px;
    -webkit-background-size: 97% auto;
    -moz-background-size: 97% auto;
    background-size: 97% auto;
  }
  .main p {
    background: #0b92e0;
    color: #fff;
    text-align: center;
    line-height: 2;
  }
  .main h1 {
    margin: 0 auto;
    padding: 8% 0 5%;
    width: 66.66%;
    text-align: center;
  }
  .main figure {
    text-align: center;
  }
  .cvarea {
    margin: 0 auto;
    padding: 2% 0 7%;
    width: 960px;
  }
  .cvarea a {
    display: block;
  }
  .area01 {
    margin: 0 auto;
    width: 960px;
  }
  .area01 p {
    margin: 0 0 40px;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
  }
  .area01 h2 {
    margin: 0 auto 30px;
    width: 89.33%;
  }
  .area01 figure {
    margin: 0 0 30px;
  }
  .area01 ul {
    margin: 0 auto 50px;
    width: 86.66%;
  }
  .area02 {
    margin: 0 auto;
    width: 960px;
  }
  .area02 h2 {
    margin: 0 auto 30px;
    width: 89.33%;
  }
  .area02 figure {
    margin: 0 0 10px;
  }
  .area02 p {
    margin: 0 auto 50px;
    width: 80%;
  }
  .area02 ul {
    margin: 0 auto 50px;
    width: 86.66%;
  }
  .area02 ul li img {
    width: 93%;
  }
}

/*# sourceMappingURL=style.css.map */
