@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic Medium", "Meiryo", sans-serif;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #666;
  min-width: 940px;
  -webkit-text-size-adjust: 100%;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.header-top {
  background: #1476a0;
}
.header-h1 {
  display: block;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0.2em 20px;
  font-size: 0.75rem;
  font-weight: normal;
  color: #fff;
}
.header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}
.header__left {
  width: 50%;
}
.header__right {
  width: 50%;
}
.header__txt01 {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #3fafde;
  line-height: 1.2;
  text-align: right;
}
.header__txt02 {
  font-size: 0.75rem;
  text-align: right;
}

.hero {
  background: #1493c9;
  background: linear-gradient(180deg, #1493c9 0%, #57c0ee 100%);
}
.hero__inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}

.global-nav {
  background: #fefefe;
  background: linear-gradient(180deg, #fefefe 0%, #eee 100%);
  border-top: 2px solid #1476a0;
  border-bottom: 1px solid #ccc;
}
.global-nav__inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}
.global-nav ul {
  display: flex;
  border-left: 1px solid #ccc;
  width: 100%;
}
.global-nav li {
  border-right: 1px solid #ccc;
}
.global-nav a {
  position: relative;
  display: block;
  padding: 0.9em 2em 0.8em 2.5em;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  color: #666;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.global-nav a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 1rem;
  background: url(/assets/img/common/nav-icon.png) no-repeat center;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}
.global-nav a:hover {
  background: #49b2df;
  color: #fff;
}

.main {
  display: flex;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 20px 20px 40px;
}

.article {
  width: 650px;
}
.article .title-h2 {
  background: url(/assets/img/common/title_bg.png) no-repeat top left;
  padding: 16px 20px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.article .title-h2 span {
  margin-left: 10px;
  font-size: 1rem;
  color: #b1cce4;
}
.article .title-h3 {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #2cabe2;
  margin-bottom: 10px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: lg;
  font-weight: bold;
  color: #105978;
}
.article .title-h3 a {
  color: #105978;
}
.article .title-h3 a:hover {
  color: #64bee6;
}
.article .txt-blue {
  margin-top: 10px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  color: #157299;
}

.aside {
  width: 250px;
  padding-left: 30px;
}
.aside-banner {
  background: #f4f4f4;
  padding: 10px;
}
.aside-banner li {
  margin-top: 10px;
}
.aside-banner li:first-child {
  margin-top: 0;
}
.aside-banner a {
  display: block;
}
.aside-banner a:hover {
  opacity: 0.7;
}
.aside-link {
  background: #56bfed;
  margin-top: 16px;
  padding: 8px 16px;
}
.aside-link a {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  color: #1f7ea7;
  line-height: 1;
}
.aside-link a:hover {
  color: #fff;
  text-decoration: none;
}
.aside-activity {
  background: #f3f3f3;
  border: 1px solid #ccc;
  margin-top: 16px;
  padding: 10px;
  word-break: break-all;
}
.aside-activity-title {
  font-size: 0.875rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
}
.aside-activity p {
  margin-top: 16px;
  font-size: 0.75rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
}
.aside-activity p:first-child {
  margin-top: 0;
}
.aside-activity li {
  font-size: 0.75rem;
}
.aside-activity li::before {
  content: "・";
}

.pagetop {
  margin-top: 20px;
  text-align: right;
}
.pagetop a {
  position: relative;
  display: inline-block;
  background: #f2f2f2;
  border: 1px solid #ccc;
  padding: 4px 8px 4px 24px;
  font-size: 0.75rem;
  color: #666;
  line-height: 1;
  text-decoration: none;
}
.pagetop a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  content: "";
  background: url(/assets/img/common/return-icon.png) no-repeat center;
  width: 11px;
  height: 11px;
}
.pagetop a:hover {
  opacity: 0.7;
}

.footer {
  background: #f2f2f2;
  background: linear-gradient(180deg, #f2f2f2 0%, #fff 100%);
  border-top: 1px solid #5b9fbd;
  padding: 20px 0 60px;
}
.footer__inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer__nav ul {
  display: flex;
}
.footer__nav li {
  margin-right: 20px;
}
.footer__nav a {
  position: relative;
  display: block;
  padding-left: 14px;
  color: #666;
  text-decoration: none;
}
.footer__nav a:hover {
  color: #188bbc;
}
.footer__nav a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  background: url(/assets/img/common/footer-nav-icon.png) no-repeat center;
  width: 9px;
  height: 9px;
}
.footer .copyright {
  text-align: right;
}

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