@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;
}
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 {
    border-top: 1px solid #cbcbcb;
  }
  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 {
    border-bottom: 1px solid #eaeaea;
  }
  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 {
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
  }
  .container .area1 h1 {
    margin: 0 0 12.5px;
    padding: 0.5em;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background: #0070cb;
    line-height: 1.5;
    text-align: center;
  }
  .container .area1 p {
    padding: 1em 4.6875%;
    font-size: 1.2rem;
  }
  .container .area2,
  .container .area3,
  .container .area4 {
    padding: 1em 4.6875%;
  }
  .container .area2 h2,
  .container .area3 h2,
  .container .area4 h2 {
    margin-bottom: 1em;
    border-bottom: 1px solid #ebebeb;
    line-height: 1.5;
    padding-left: 0.5em;
    border-left: 3px solid #0070cb;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .container .area2 ul li:last-child,
  .container .area3 ul li:last-child,
  .container .area4 ul li:last-child {
    margin-top: 1em;
  }
  .container .area2 ul li a,
  .container .area3 ul li a,
  .container .area4 ul li a {
    display: block;
    position: relative;
    padding: 1.2em 1.5em 1.2em 35px;
    background-color: #f8f8f8;
    font-size: 1.4rem;
  }
  .container .area2 ul li a:before,
  .container .area3 ul li a:before,
  .container .area4 ul li a:before {
    content: "";
    border-left: 2px solid #0070cb;
    border-top: 2px solid #0070cb;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
    transition-duration: 0.1s;
    margin-top: -5px;
  }
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  footer {
    padding: 15px 0 20px;
    border-top: 1px solid #cbcbcb;
  }
  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;
  }
  .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;
    border-bottom: 1px solid #eaeaea;
  }
  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 {
    margin: 0 auto;
    padding: 40px 0;
    width: 960px;
  }
  .container .area1 h1 {
    margin: 0 0 30px;
    padding: 0 0 0.4em;
    border-bottom: 1px solid #ebebeb;
    font-size: 2.8rem;
    font-weight: bold;
    color: #005da8;
    line-height: 1.5;
  }
  .container .area1 p {
    margin-bottom: 2em;
  }
  .container .area2,
  .container .area3,
  .container .area4 {
    margin-top: 2.5em;
  }
  .container .area2 h2,
  .container .area3 h2,
  .container .area4 h2 {
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    line-height: 1.5;
    padding-left: 0.5em;
    border-left: 5px solid #0070cb;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .container .area2 ul,
  .container .area3 ul,
  .container .area4 ul {
    overflow: hidden;
  }
  .container .area2 ul li,
  .container .area3 ul li,
  .container .area4 ul li {
    float: left;
  }
  .container .area2 ul li:last-child,
  .container .area3 ul li:last-child,
  .container .area4 ul li:last-child {
    margin-left: 1em;
  }
  .container .area2 ul li a,
  .container .area3 ul li a,
  .container .area4 ul li a {
    display: block;
    position: relative;
    padding: 1.2em 1.5em 1.2em 35px;
    background-color: #f8f8f8;
    font-size: 1.4rem;
  }
  .container .area2 ul li a:before,
  .container .area3 ul li a:before,
  .container .area4 ul li a:before {
    content: "";
    border-left: 2px solid #0070cb;
    border-top: 2px solid #0070cb;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
    transition-duration: 0.1s;
    margin-top: -5px;
  }
  .container .area2 ul li a:hover,
  .container .area3 ul li a:hover,
  .container .area4 ul li a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  .container .area2 ul li a:hover:before,
  .container .area3 ul li a:hover:before,
  .container .area4 ul li a:hover:before {
    left: 15px;
  }
  .container .sp-br {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
