* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-family: Meiryo, Arial, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.6rem;
  color: #101010;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

#page-wrapper {
  overflow: hidden;
}

.sp-only {
  display: none;
}

.red {
  color: #e00;
}

.inner {
  width: 1140px;
  margin: 0 auto;
}

section {
  margin-top: 3.6rem;
}

.notes {
  text-indent: -1em;
  padding-left: 1em;
}

a:link {
  color: #101010;
}

a:hover {
  color: #008cd7;
}

.f24 {
  font-size: 2.4rem;
}

.f28 {
  font-size: 2.8rem;
}

.f32 {
  font-size: 3.2rem;
}

.f36 {
  font-size: 3.6rem;
}

.f48 {
  font-size: 4.8rem;
}

.bold {
  font-weight: bold;
}

header {
  padding: 2rem 0;
}

#logo {
  display: block;
  width: 22.2rem;
  height: auto;
}

main {
  display: block;
}

h1 {
  padding: 1.5rem 0;
  color: #002060;
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
}

h2 {
  padding: 1.5rem 0;
  color: #002060;
  font-weight: bold;
  font-size: 3.6rem;
  text-align: center;
}

.heading01 {
  background-color: #70ad47;
}

.heading02 {
  background-color: #4472c4;
}

.heading03 {
  background-color: #184b9d;
}

.heading04 {
  background-color: #ffc000;
}

h1.heading03,
h2.heading03 {
  color: #fff;
  font-size: 3.6rem;
}

.top-wrapper {
  text-align: center;
}

.top-text {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2rem;
  color: #002060;
  font-weight: bold;
  font-size: 4.8rem;
}

.top-text:before,
.top-text:after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 2px;
  background-color: #002060;
  display: block;
}

.top-text:before {
  margin-right: 1rem;
}

.top-text:after {
  margin-left: 1rem;
}

.note-text {
  margin-top: 1rem;
}

.pdf-btn {
  margin-top: 4rem;
}

.pdf-btn a {
  display: block;
  position: relative;
  width: 640px;
  margin: 0 auto;
  padding: 20px 70px;
  border: 2px solid #09b500;
  border-radius: 10px;
  background-color: #09b500;
  color: #ffffff;
  -webkit-box-shadow: 0 0.8rem 0 #046700;
  box-shadow: 0 0.8rem 0 #046700;
  font-weight: bold;
  font-size: 3.2rem;
  text-align: left;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.pdf-btn a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 35px;
  right: 70px;
  width: 76px;
  height: 70px;
  background: url("../img/icon.png") no-repeat;
  background-size: 76px 70px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.pdf-btn a:hover {
  border: 2px solid #09b500;
  background-color: #ffffff;
  color: #09b500;
}

.pdf-btn a:hover:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 35px;
  right: 70px;
  width: 76px;
  height: 70px;
  background: url("../img/icon_02.png") no-repeat;
  background-size: 76px 70px;
}

.pdf-text {
  margin-top: 24px;
  text-align: center;
}

.gray-area {
  margin-top: 4rem;
  background-color: #ffffff;
  padding: 2rem 6rem;
}

.gray-area .inner {
  display: -webkit-f start;
  align-items:lex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: flex-start;
}

.gray-area p {
  position: relative;
  display: inline-block;
  padding: 1.6rem 5rem 1.6rem 7rem;
  background-color: #ffffff;
  color: #404040;
  font-weight: bold;
  font-size: 2rem;
}

.gray-area p:before {
  content: "";
  border-top: 30px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 30px solid #00b0f0;
  position: absolute;
  top: 0;
  left: 100%;
}

.gray-area p:after {
  content: "";
  position: absolute;
  top: 0;
  right: -8.4rem;
  width: 77px;
  height: 62px;
  background: url("../img/icon_03.png") no-repeat;
  background-size: 77px 62px;
}

.gray-area ul {
  margin-top: 1.5rem;
}

.gray-area li {
  padding: 0.4rem;
}
.mv-img {
  width: 64rem;
  margin: 0 auto;
}

.mv-img a:hover {
  opacity: 0.8;
}

.link-list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 4rem;
}

.link-list li a {
  color: #101010;
}

.link-text {
  padding-left: 1.6rem;
}

.link-text a {
  position: relative;
}

.link-text a:before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  border: none;
  border-top: solid 0.15rem #101010;
  border-right: solid 0.15rem #101010;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  position: absolute;
  top: 0.6rem;
  left: -2rem;
}

.link-text a:hover {
  color: #008cd7;
}

.scroll-link-list {
  margin-top: 2.6rem;
}

.scroll-link-list li a {
  color: #101010;
  font-weight: bold;
}

.table-area {
  width: 100%;
  margin-top: 5.5rem;
  border: 1px solid #8d8d8d;
}

.small-width {
  width: 30%;
}

.large-width {
  width: 70%;
}

.table-area th {
  padding: 1.4rem 0;
  background-color: #e2efda;
  font-weight: bold;
  font-size: 2.4rem;
}

.table-area tr {
  border-bottom: 1px solid #8d8d8d;
}

.table-area tr:last-of-type {
  border-bottom: none;
}

.table-area tr td {
  padding: 1rem 0;
  border-right: 1px solid #8d8d8d;
  background-color: #f2f2f2;
  text-align: center;
  vertical-align: middle;
}

.table-area tr td + td {
  padding-left: 0.4rem;
  border-right: none;
  background-color: #ffffff;
  text-align: left;
}

.icon-list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: -webkit-space-around;
  justify-content: -webkit-space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 6rem;
}

.icon-list li {
  text-align: center;
}

.icon-list .icon-list-img {
  height: 9rem;
}

.icon-list .icon-list-img img {
  width: 20rem;
}

.icon-list .list-btn {
  margin-top: 1rem;
}

.icon-list .list-btn a {
  width: 13rem;
  padding: 0.4rem 4.2rem;
  background-color: #002060;
  color: #ffffff;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
}

.icon-list .list-btn a:hover {
  opacity: 0.8;
}

.icon-list .list-btn + p {
  margin-top: 1.6rem;
}

.icon-list .list-btn + p a {
  color: #101010;
}

.icon-list .list-btn + p a:hover {
  color: #008cd7;
}

.entry-btn {
  width: 49rem;
  margin: 3rem auto 0;
}

.entry-btn a {
  display: block;
  padding: 2rem 0;
  background-color: #002060;
  color: #ffffff;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

.entry-btn a:hover {
  opacity: 0.8;
}

.box-wrapper {
  margin-top: 3.8rem;
  border: 1px solid #8d8d8d;
}

.box-title {
  padding: 1rem 0;
  border-bottom: 1px solid #8d8d8d;
  background-color: #ffc000;
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
}

.box-content {
  padding: 2rem 0;
  background-color: #fff2cc;
  text-align: center;
}

.box-content ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 88rem;
  margin: 0 auto;
}

.box-content ul li {
  width: 43rem;
  margin-right: 2rem;
  padding: 0.8rem 0 0.6rem;
  background-color: #e2f0d9;
  color: #002060;
  border: 1px solid #ffe79e;
  border-radius: 4px;
  font-weight: bold;
}

.box-content ul li:nth-of-type(2n) {
  margin-right: 0;
}

.box-content ul li:nth-of-type(n + 3) {
  width: 28rem;
  margin-top: 1rem;
  background-color: #ffffff;
}

.box-content p {
  font-weight: bold;
  font-size: 2.4rem;
}

.box-content p:last-of-type {
  margin-right: 7rem;
}

.box-list {
  margin-top: 3rem;
}

.box-list > li {
  margin-top: 1.2rem;
  border: 1px solid #8d8d8d;
}

.box-list-title {
  padding: 0.4rem 0;
  background-color: #f2f2f2;
  border-bottom: 1px solid #8d8d8d;
  text-align: center;
}

.box-list > li ul {
  padding: 0.4rem 1em;
}

.content-wrapper {
  margin-top: 3rem;
}

.lead-text-area {
  text-align: center;
}

#lead01,
#lead02 {
  font-weight: bold;
  font-size: 2.4rem;
}

#lead01 {
  color: #ff0066;
}

#lead02 {
  color: #0070c0;
}

.catch-text {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
}

.catch-text:before {
  content: "";
  width: 1em;
  height: 2em;
  border-right: 2px solid #333;
  position: absolute;
  left: -2em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.catch-text:after {
  content: "";
  width: 1em;
  height: 2em;
  border-left: 2px solid #333;
  position: absolute;
  right: -2em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.catch-text + p {
  margin-top: 2rem;
}

.panel-list {
  margin-top: 4.6rem;
}

.panel-list li {
  margin-top: 1.5rem;
  border: 1px solid #e00;
  font-weight: bold;
  font-size: 2.4rem;
}

.panel-list li dl {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.panel-list li dl dt {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15.6rem;
  background-color: #e00;
  color: #ffffff;
  text-align: center;
}

.panel-list li dl dd {
  padding: 2.6rem 0 2.2rem 4.4rem;
}

.btn {
  margin-top: 4rem;
  padding: 0.5em 0;
  text-align: right;
}

.btn a {
  min-width: 16rem;
  margin-right: 2rem;
  padding: 0.5em 3em;
  vertical-align: middle;
  border: 0.2rem solid #008cd7;
  font-weight: bold;
  font-size: 2rem;
  color: #008cd7;
  text-decoration: none;
  position: relative;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 0.3rem 0 #0077b7;
  box-shadow: 0 0.3rem 0 #0077b7;
}

.btn a:after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border: none;
  border-top: solid 0.3rem #008cd7;
  border-right: solid 0.3rem #008cd7;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -0.1em;
  left: 0.5em;
  bottom: 0;
  margin: auto;
}

.btn a:hover {
  background: #eaf8ff;
}

.appeal-trigger-panel {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3.5rem;
}

.appeal-trigger-panel li {
  width: 34rem;
  margin-right: 1.8rem;
}

.appeal-trigger-panel li a {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 3rem;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #101010;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 0 0 rgba(99, 99, 99, 0.15);
  box-shadow: 0 2px 0 0 rgba(99, 99, 99, 0.15);
  text-decoration: none;
}

.appeal-trigger-panel li a:hover {
  opacity: 0.5;
}

.appeal-trigger-panel li:nth-of-type(3n) {
  margin-right: 0;
}

.appeal-trigger-panel li:nth-of-type(n + 4) {
  margin-top: 1.8rem;
}

.appeal-trigger-panel li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 18px;
  height: 18px;
  background: url("../img/question_blue.svg") no-repeat;
  background-size: 18px;
}

.circle-icon {
  padding: 20px 20px 0;
  width: 120px;
}

.circle-icon span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  background-color: #ecf4ff;
  border-radius: 50%;
  vertical-align: middle;
}

.circle-icon span img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 60%;
  max-height: 60%;
  width: 100%;
}

.appeal-trigger-panel li p {
  padding: 40px 20px 0 0;
  font-size: 1.4rem;
}

.info-text {
  margin-top: 2rem;
  text-align: center;
}

footer {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

footer p {
  text-align: center;
  font-size: 1.4rem;
}

.footer-link-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-link-inner p {
  margin-right: 2rem;
}

.footer-link-inner p:last-of-type {
  margin-right: 0;
}

#copyright {
  margin-top: 2rem;
}

#page-up a {
  position: fixed;
  left: 1.5rem;
  bottom: 1.5rem;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #888888;
  cursor: pointer;
  z-index: 999;
}

#page-up a:before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border: 0px;
  border-top: solid 0.3rem #fff;
  border-right: solid 0.3rem #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0.6rem;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 750px), print {
  body {
    font-size: 1.2rem;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .inner {
    width: 100%;
    padding: 0 2rem;
  }
  section {
    margin-top: 5rem;
  }
  .sp-txt-center {
    text-align: center !important;
  }
  header {
    padding: 1.8rem 0;
  }
  #logo {
    display: block;
    width: 18rem;
    height: auto;
  }
  h1 {
    padding: 1rem 0.2rem;
    font-size: 2.4rem;
  }
  h2 {
    padding: 1rem 0.2rem;
    font-size: 2.8rem;
  }
  h1.heading03,
  h2.heading03 {
    font-size: 2.8rem;
  }
  .top-text {
    padding-top: 1.5rem;
    font-size: 2.4rem;
  }
  .top-text:before,
  .top-text:after {
    height: 0;
  }
  .pdf-btn {
    margin: 2rem 2rem 0;
  }
  .pdf-btn a {
    display: block;
    position: relative;
    max-width: 440px;
    width: 100%;
    padding: 7px 70px 7px 25px;
    background-color: #09b500;
    font-size: 1.8rem;
  }
  .pdf-btn a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 38px;
    height: 35px;
    margin-top: -16px;
    background: url("../img/icon.png") no-repeat;
    background-size: 38px 35px;
  }
  .pdf-btn a:hover:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 38px;
    height: 35px;
    margin-top: -16px;
    background: url("../img/icon_02.png") no-repeat;
    background-size: 38px 35px;
  }
  .gray-area {
    margin-top: 2rem;
    padding: 2rem;
  }
  .gray-area .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gray-area p {
    padding: 1.2rem 2rem;
    font-size: 1.6rem;
    max-width: 24rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .gray-area p:before {
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-top: 20px solid #00b0f0;
    top: 4.8rem;
    left: 50%;
    margin-left: -120px;
  }
  .gray-area p:after {
    width: 0;
  }
  .mv-img {
    max-width: 40rem;
    width: 100%;
  }
  .link-list {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2rem;
  }
  .link-list li + li {
    margin-top: 1rem;
  }
  .link-text a:before {
    width: 0.6rem;
    height: 0.6rem;
    top: 0.5rem;
    left: -1.4rem;
  }
  .scroll-link-list {
    margin-top: 2rem;
  }
  .scroll-link-list li + li {
    margin-top: 1rem;
  }
  .table-area {
    margin-top: 4rem;
  }
  .small-width {
    width: 100%;
  }
  .large-width {
    width: 100%;
  }
  .table-area th {
    padding: 0.6rem 0.4rem;
    border-bottom: 1px solid #8d8d8d;
    display: block;
  }
  .table-area tr {
    border-bottom: none;
  }
  .table-area tr td {
    padding: 1rem 0;
    border-right: none;
    border-bottom: 1px solid #8d8d8d;
    display: block;
  }
  .table-area tr td + td {
    padding: 1rem 0.4rem;
  }
  .table-area tr:last-of-type td + td {
    border-bottom: none;
  }
  .icon-list {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 4rem;
  }
  .icon-list li {
    margin-top: 2rem;
  }
  .icon-list li:first-of-type {
    margin-top: 0;
  }
  .icon-list .icon-list-img {
    height: auto;
  }
  .icon-list .list-btn {
    margin-top: 1.4rem;
  }
  .icon-list .list-btn a {
    width: 100%;
    padding: 0.4rem 4rem;
  }
  .entry-btn {
    width: 100%;
  }
  .entry-btn a {
    font-size: 1.6rem;
  }
  .box-wrapper {
    margin-top: 4rem;
  }
  .box-title {
    padding: 0.6rem 0;
    font-size: 2.4rem;
  }
  .box-title span {
    font-size: 2rem;
  }
  .box-content {
    padding: 1rem;
    background-color: #fff2cc;
    text-align: center;
  }
  .box-content ul {
    width: 100%;
  }
  .box-content ul li {
    width: 48%;
    margin-right: 1rem;
    padding: 0.8rem 0.2rem 0.6rem;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .box-content ul li:nth-of-type(n + 3) {
    width: 32%;
  }
  .box-content p {
    line-height: 1.2;
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .box-content p:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }
  .content-wrapper {
    margin-top: 4rem;
  }
  #lead01,
  #lead02 {
    font-size: 2rem;
  }
  .catch-text {
    display: inline-block;
    font-size: 1.4rem;
  }
  .catch-text:before {
    left: -1.4em;
    top: 1em;
  }
  .catch-text:after {
    right: -1.4em;
    top: 1em;
  }
  .catch-text + p {
    margin-top: 1.6rem;
  }
  .panel-list {
    margin-top: 3rem;
  }
  .panel-list li {
    font-size: 1.8rem;
  }
  .panel-list li dl {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .panel-list li dl dt {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
  .panel-list li dl dd {
    padding: 1.6rem 0.4rem 1.2rem;
    text-align: center;
  }
  .panel-list li dl dd span.f36 {
    font-size: 2.8rem;
  }
  .panel-list li dl dd span.f48 {
    font-size: 3.6rem;
  }
  .btn {
    margin-top: 2.4rem;
    padding: 0.8rem 0;
    text-align: center;
  }
  .btn a {
    min-width: auto;
    margin-right: 0;
    padding: 0.8rem 2rem 0.8rem 3.5rem;
    font-size: 1.4rem;
  }
  .btn a:after {
    width: 0.4em;
    height: 0.4em;
    border-top: solid 0.2rem #008cd7;
    border-right: solid 0.2rem #008cd7;
    left: 1.2em;
  }
  .appeal-trigger-panel {
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 4rem;
  }
  .appeal-trigger-panel li {
    width: calc(50% - 2rem / 2);
    margin-right: 2rem;
  }
  .appeal-trigger-panel li a {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 3rem;
  }
  .appeal-trigger-panel li:nth-of-type(3n) {
    margin-right: 2rem;
  }
  .appeal-trigger-panel li:nth-of-type(2n) {
    margin-right: 0;
  }
  .appeal-trigger-panel li:nth-of-type(n + 4) {
    margin-top: 0;
  }
  .appeal-trigger-panel li:nth-of-type(n + 3) {
    margin-top: 2rem;
  }
  .appeal-trigger-panel li a:after {
    bottom: 10px;
    right: 10px;
  }
  .circle-icon {
    width: 75px;
    margin: 0 auto;
    padding: 20px 0 10px;
  }
  .appeal-trigger-panel li p {
    padding: 0 10px 0;
    font-size: 1.2rem;
    text-align: center;
  }
  footer p {
    font-size: 1.2rem;
  }
  #copyright {
    margin-top: 1rem;
  }
  #page-up a {
    left: 0;
    bottom: 2.5rem;
    width: 4rem;
    height: 4rem;
    border-radius: 0 0.5rem 0.5rem 0;
    background-color: #888888;
  }
  #page-up a:before {
    width: 1rem;
    height: 1rem;
  }
}
/*# sourceMappingURL=../../../ftth/hikari/lp/map/af/hikari_information/css/main.css.map */
