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,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  background: #fff;
  font-size: 14px;
  line-height: 1;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body,
p {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

a {
  text-decoration: none;
}

button,
input,
select,
textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

#footer_top {
  background: #f4f0ec;
}

/* コピーライト */
#copyright {
  width: 100%;
  line-height: 60px;
  height: 60px;
  font-size: 12px;
  z-index: 10;
  text-align: center;
  box-sizing: border-box;
  color: #222222;
  background: #f0f0f0;
}

/* 404ページ */
#page_404_header {
  width: 100%;
  height: -webkit-calc(100vh - 151px);
  height: calc(100vh - 151px);
  position: relative;
}

#page_404_header .catch_area {
  position: absolute;
  z-index: 2;
  text-align: center;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#page_404_header .catch {
  font-size: 48px;
  font-weight: 500;
}

#page_404_header .desc {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0 0 0;
}

#page_404_header .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

/* ページコンテンツ */
.content p {
  line-height: 2.5;
  margin: 0 0 2em 0;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
}

.content h2 {
  font-size: 24px;
}

.content h3 {
  font-size: 22px;
}

/*改行*/
br.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  br.sp {
    display: inline;
  }

  br.pc {
    display: none;
  }
}

/* ----------------------------------------------------------------------
ローディング
---------------------------------------------------------------------- */
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999;
  text-align: center;
  color: #fff;
  margin-top: 0;
}

#container {
  opacity: 0;
}

body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* ----------------------------------------------------------------------
 マニュアル
---------------------------------------------------------------------- */
/*H2見出し*/
h2.heading-031 {
  padding: .3em 0 .2em 1em;
  color: #333;
}

@media (max-width: 750px) {
  h2.heading-031 {
    font-size: 20px;
    text-align: center;
    padding: 0;
  }
}

/*H3見出し*/
h3.heading-001 {
  font-size: 18px;
  padding: 0.4em 0.7em 0.3em;
  border-left: 4px solid #00a73c;
  color: #333333;
}

/*H4見出し*/
h4.heading-004 {
  margin: 0;
  color: #444;
}

h4.heading-004.nem1 {
  line-height: 2.5;
  margin-bottom: 1em;
}

h4.heading-004.nem2 {
  margin-bottom: 0.5em;
}

/*テキスト*/
p.ace520_t2 {
  line-height: 1.8;
  margin-bottom: 1em;
  word-wrap: break-word;
}

.ace520_t2 a {
  color: #333;
}

.ace520_t2.tx1 a {
  color: #000;
}

p.ace520_t3 {
  line-height: 1.8;
  word-wrap: break-word;
}

p.ace520_t4 {
  margin: 0;
}

span.ace520_s1 {
  font-weight: bold;
  color: #f01e28;
}

@media (min-width: 750px) {
  p.ace520_t4.nem1 {
    margin-bottom: 1em;
  }
}

/*ダウンロード*/
h4.heading-004.nem1 a {
  color: #00a73c;
}


/*画像*/
.ace520_g1 img {
  width: 100%;
  margin-bottom: 1em;
}

.ace520_g1.nem5 img {
  margin-top: 1em;
}

.ace520_g1.nemg1.g1 img {
  margin-bottom: 3em;
}

@media (min-width: 750px) {
  .ace520_g1.nemg1 img {
    width: 50%;
  }
}

/*ブロック*/
.ace520_blok {
  width: 800px;
  margin: 0 auto 5em;
}

.ace520_blok:first-of-type {
  padding-top: 3em;
}

.ace520_item {
  margin: 2em 1em;
}

.h3_item {
  margin-bottom: 2em;
}

@media (max-width: 850px) {
  .ace520_blok {
    width: auto;
    margin: 2em 1em;
  }
}

@media (max-width: 750px) {
  .ace520_blok {
    margin: 0 1em;
    padding-top: 2em;
  }

  .ace520_item {
    margin: 1em 0 2em;
  }
}

/*アコーディオン*/
.accordion-001 {
  background-color: #f6f6f6;
}

.accordion-001:not([open]) {
  margin-bottom: 15px;
}

.accordion-001 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 2.2em 2em;
  background-color: #eee;
  color: #333;
  font-weight: 600;
  cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
  display: none;
}

.accordion-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333;
  border-right: 3px solid #333;
  content: '';
  transition: transform .3s;
}

.accordion-001[open] summary::after {
  transform: rotate(225deg);
}

/* .accordion-001 h4,
.accordion-001 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em 2em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-001[open] h4,
.accordion-001[open] p {
  transform: none;
  opacity: 1;
} */

.ace520_accordion {
  padding: 2em 2em 2em;
}

.accordion-001 .ace520_accordion button,
.accordion-001 .ace520_accordion .ace520_g1 img,
.accordion-001 .ace520_accordion h4,
.accordion-001 .ace520_accordion p,
.accordion-001 .ace520_table {
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out;
}

.accordion-001[open] .ace520_accordion button,
.accordion-001[open] .ace520_accordion .ace520_g1 img,
.accordion-001[open] .ace520_accordion h4,
.accordion-001[open] .ace520_accordion p,
.accordion-001[open] .ace520_table {
  opacity: 1;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 750px) {
  .ace520_accordion {
    padding: 1em;
  }
}

@media (max-width: 750px) {
  .accordion-001:not([open]) {
    margin-bottom: 11px;
  }

  .accordion-001 summary {
    padding: 1.6em 2em;
  }
}

/*テーブル*/
.ace520_table {
  padding: 1em;
  text-align: center;
  line-height: 1.5;
}

.ace520_table:nth-child(n+2) {
  padding-top: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

thead {
  background-color: #00a73c;
  color: #fff;
}

th {
  border-right: 1px solid #ddd;
}

th:last-of-type {
  border-right: none;
}

th,
td {
  padding: 12px 5px;
}

th:nth-child(1),
td:nth-child(1) {
  width: 40%;
}

.ace520_table.nem3 th:nth-child(1),
.ace520_table.nem3 td:nth-child(1) {
  width: 50%;
}

.ace520_table.nem4 th:nth-child(1),
.ace520_table.nem4 td:nth-child(1) {
  width: 40%;
}

.ace520_table.nem4 td:nth-child(2) {
  text-align: left;
}

tbody td {
  border: 1px solid #ddd;
}

tbody tr:first-of-type td {
  border-top: none;
}

tbody tr {
  background-color: #fff;
}

tr.ace520_table2 {
  font-weight: 700;
}

/* tbody tr:nth-child(even) {
  background-color: #f9f9f9;
} */

@media (max-width: 750px) {
  .ace520_table {
    font-size: 12px;
  }

  th:nth-child(1),
  td:nth-child(1) {
    width: 50%;
  }

  .ace520_table.nem3 th:nth-child(1),
  .ace520_table.nem3 td:nth-child(1) {
    width: 70%;
  }

  .ace520_table.nem4 td:nth-child(2) {
    font-size: 10px;
  }
}

/* ----------------------------------------------------------------------
リンク先一覧
---------------------------------------------------------------------- */
.link_ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.link_li {
  width: calc(100% / 2);
  list-style: none;
}

.link_c2 {
  padding: 0.5em 0.5em 0.5em 0;
}

.link_li:nth-of-type(even) .link_c2 {
  padding: 0.5em 0 0.5em 0.5em;
}

.link_c3 {
  background-color: #fff;
  padding: 0.4em 1.3em 1.3em;
  transition: all 0.4s;
}

.link_c3:hover {
  opacity: 0.7;
}

.link_item {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

p.link_t1 {
  margin: 0;
  color: #333;
  font-size: 14px;
  text-align: center;
}

.link_item2 {
  overflow: hidden;
}

.link_item2 img {
  vertical-align: bottom;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  width: 100%;
  transition: all 0.4s;
}

@media (max-width: 750px) {
  .link_li {
    width: calc(100% / 1);
  }

  .link_c2 {
    padding: 0.5em 0 0.5em;
  }

  .link_li:nth-of-type(even) .link_c2 {
    padding: 0.5em 0 0.5em;
  }
}

/* ----------------------------------------------------------------------
 ファーストビュー
---------------------------------------------------------------------- */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover,
a:active {
  text-decoration: none;
}

.container {
  background: #555;
}

.container p {
  padding: 300px 0;
  text-align: center;
  color: #fff;
}

.front-slider {
  position: relative;
  height: 600px;
  margin-bottom: 6em;
}

.slider-item {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* .slider {
  position: relative;
  z-index: 1;
} */

/* .slider-item {
  height: 90vh;
} */

@media (max-width: 750px) {
  .front-slider {
    height: 500px;
    margin-bottom: 2em;
  }

  .slider-item {
    background-position: 80% 50% !important;
  }
}

/***********文字アニメーション***********/
.caption-area {
  padding: 0;
  width: 1000px;
  margin: auto;
  position: absolute;
  text-align: center;
  z-index: 4;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFFFFF;
}

.caption-area .animate1 {
  -webkit-animation: slideUp 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.0s;
  animation: slideUp 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.0s;
}

.caption-area .animate1,
.caption-area .desc {
  opacity: 0;
  position: relative;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.caption-area .animate1 {
  font-size: 38px;
}

.caption-area .desc {
  margin: 30px 0 0 0;
}

.caption-area .desc span {
  line-height: 2.3;
  font-size: 16px;
}

.caption-area .animate2 {
  line-height: 2;
  -webkit-animation: slideUp 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.8s;
  animation: slideUp 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.8s;
}

@media (max-width: 1050px) {
  .caption-area {
    width: auto;
    margin: auto 2em;
  }

  .caption-area .animate1 {
    font-size: 28px;
  }
}

@media (max-width: 800px) {
  .caption-area .animate1 {
    font-size: 22px;
    line-height: 1.6;
  }

  .caption-area .desc {
    margin: 5px 0 0 0;
  }

  .caption-area .desc span {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* 下から上へスライドアップ */
@-webkit-keyframes slideUp {
  0% {
    bottom: -30px;
  }

  100% {
    opacity: 1;
    bottom: 0;
  }
}

@keyframes slideUp {
  0% {
    bottom: -30px;
  }

  100% {
    opacity: 1;
    bottom: 0;
  }
}

/*オーバーレイ*/
.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
}

/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
h1.ace_m1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 1em;
  background-color: transparent;
  color: #fff;
  font-weight: normal;
}

@media (max-width: 750px) {
  h1.ace_m1 {
    font-size: 22px;
  }
}