section.one {
  padding: 0 0 60px 0;
}
section.one .upper {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 60px 0;
}
section.one .upper > div:first-child {
  width: 54%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 3%;
  background-color: white;
  transition: color 300ms ease, background-color 300ms ease;
  border-radius: 6px;
}
section.one .upper > div:first-child > div span {
  font-size: 240%;
  font-weight: 700;
  padding: 0 0.3em;
}
section.one .upper > div:first-child a {
  border: 1px solid #073AAC;
  border-radius: 6px;
  color: #073AAC;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8em 3em;
  text-decoration: none;
  white-space: nowrap;
}
section.one .upper > div:first-child a::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin-left: 0.5em;
  background-color: #073AAC;
  transition: background-color 300ms ease;
  mask: url(../svgs/arrow02.svg) no-repeat center center;
  -webkit-mask: url(../svgs/arrow02.svg) no-repeat center center;
  mask-size: contain;
  -webkit-mask-size: contain;
}
section.one .upper > div:first-child a:hover {
  color: white;
  background-color: #7290d0;
  transition: color 300ms ease, background-color 300ms ease;
}
section.one .upper > div:first-child a:hover::after {
  background-color: white;
  transition: background-color 300ms ease;
}
section.one .upper > a.btn01 {
  width: 44%;
}
section.one .upper > a.btn01 span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 150%;
}
section.one .upper > a.btn01 span::before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  background-color: white;
  transition: background-color 300ms ease;
  mask: url(../svgs/icon-balloon.svg) no-repeat center center;
  -webkit-mask: url(../svgs/icon-balloon.svg) no-repeat center center;
  mask-size: contain;
  -webkit-mask-size: contain;
}
section.one .upper > a.btn01:hover span::before {
  background-color: #073AAC;
  transition: background-color 300ms ease;
}
section.one .middle {
  padding: 30px 0 60px 0;
}
section.one .middle .table-wrap {
  overflow-x: auto;
}
section.one .middle .table-wrap table {
  width: 100%;
}
section.one .middle .table-wrap table th, section.one .middle .table-wrap table td {
  background-color: white;
  padding: 0.5em;
  white-space: nowrap;
}
section.one .middle .table-wrap table td:nth-child(3), section.one .middle .table-wrap table td:nth-child(4) {
  text-align: right;
}
section.one .middle .table-wrap table td:first-child, section.one .middle .table-wrap table td:nth-child(2), section.one .middle .table-wrap table td:nth-child(5), section.one .middle .table-wrap table td:nth-child(6) {
  text-align: center;
}
section.one .lower dl {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
section.one .lower dl dt {
  width: 11em;
  color: #888;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.one .lower dl dt::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
  background-color: #073AAC;
  transition: background-color 300ms ease;
  mask: url(../svgs/icon-helpful.svg) no-repeat center center;
  -webkit-mask: url(../svgs/icon-helpful.svg) no-repeat center center;
  mask-size: contain;
  -webkit-mask-size: contain;
}
section.one .lower dl dt.news::before {
  mask: url(../svgs/icon-news.svg) no-repeat center center;
  -webkit-mask: url(../svgs/icon-news.svg) no-repeat center center;
}
section.one .lower dl dt.question::before {
  mask: url(../svgs/icon-answer.svg) no-repeat center center;
  -webkit-mask: url(../svgs/icon-answer.svg) no-repeat center center;
}
section.one .lower dl dd {
  width: calc(100% - 11em);
}
section.one .lower dl dd a {
  color: #333;
  text-decoration: none;
  transition: color 300ms ease;
}
section.one .lower dl dd a:hover {
  color: #7290d0;
  transition: color 300ms ease;
}
section.one .lower dl dd span.t {
  font-size: 115%;
  font-weight: 700;
}
section.one .lower dl dd span.a {
  font-size: 85%;
  padding-left: 0.5em;
}
section.two {
  overflow: hidden;
}
section.two .slick-dotted.slick-slider {
  margin-bottom: 120px;
}
section.three {
  padding: 40px 0 0 0;
}
section.three .container > div {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
section.three .container > div .login {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
section.three .container > div .login a {
  display: inline-block;
  color: #333;
}
section.three .container > div .login a:hover {
  color: #073AAC;
  transition: color 300ms ease;
}
section.three .container > div .login a:first-child {
  display: flex;
  align-items: center;
}
section.three .container > div .login a:first-child::before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  background-color: #333;
  transition: background-color 300ms ease;
  mask: url(../svgs/icon-user.svg) no-repeat center center;
  -webkit-mask: url(../svgs/icon-user.svg) no-repeat center center;
  mask-size: contain;
  -webkit-mask-size: contain;
}
section.three .container > div .login a:first-child:hover::before {
  background-color: #073AAC;
  transition: background-color 300ms ease;
}

@media screen and (max-width: 900px) {
  section.one .upper > div:first-child {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  section.one .upper {
    display: block;
  }
  section.one .upper > div:first-child {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
  }
  section.one .upper > a.btn01 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  section.one .lower dl {
    display: block;
  }
  section.one .lower dl dd {
    margin-left: 1em;
    width: calc(100% - 1em);
  }
}