@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  /* font-size: 100%; */
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

img {
  font-size: 0;
  line-height: 0;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  /* font-size: 100%; */
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset, img {
  line-height: 0;
  vertical-align: top;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

html {
  overflow-y: scroll;
  *zoom: 1;
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

html, body {
  width: 100%;
  height: 100%;
}

ul, li {
  list-style: none;
}

b {
  font-weight: bold;
}

iframe {
  border: none;
  outline: none;
}

/* ---------------------------------------------------------------------------------------
skaper base
---------------------------------------------------------------------------------------*/
* {
  list-style: none;
  margin: 0;
  padding: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /* font-size: 100%; */
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
  font-weight: normal;
}

.wrapper {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  min-width: 1200px;
  color: #000;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

a {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  text-decoration: underline;
  color: #000;
  text-decoration: underline;
}

a:hover {
  opacity: 0.6;
}

.sp {
  display: none;
}

img {
  vertical-align: bottom;
}

.attention {
  font-size: 12px;
}

@media all and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  a:hover {
    opacity: 1;
  }
  .wrapper {
    font-size: 15px;
    min-width: 0;
  }
}

/* -------------------------------------------
header
---------------------------------------------*/
header {
  padding: 10px 0;
  background: #fff;
}

@media screen and (max-width: 767px) {
  header {
    padding: 5px 0;
  }
}

header h1 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  header img {
    width: auto;
    height: 40px;
  }
}

/* -------------------------------------------
section　共通
---------------------------------------------*/
section .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  /*ボタンエリア*/
}

@media screen and (max-width: 767px) {
  section .inner {
    max-width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
  }
}

section .inner h3 {
  position: relative;
  font-size: 40px;
  color: #009aff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  section .inner h3 {
    font-size: 26px;
  }
}

section .inner h3:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #009aff;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

section .inner .btn-area {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  section .inner .btn-area {
    max-width: 100%;
  }
}

section .inner .btn-area ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  section .inner .btn-area ul {
    display: block;
  }
}

section .inner .btn-area ul li {
  width: 49%;
  height: auto;
}

@media screen and (max-width: 767px) {
  section .inner .btn-area ul li {
    width: 100%;
  }
}

section .inner .btn-area ul li .btn-area-ttl {
  text-align: center;
  padding: 20px;
  font-size: 26px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  section .inner .btn-area ul li .btn-area-ttl {
    font-size: 20px;
  }
}

section .inner .btn-area ul li .btn-area-box {
  width: 100%;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  section .inner .btn-area ul li .btn-area-box {
    margin-top: 40px;
  }
}

section .inner .btn-area ul li .btn-area-box img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  section .inner .btn-area ul .btn-area-shinki {
    margin-bottom: 8%;
  }
}

section .inner .btn-area ul .btn-area-shinki .btn-area-ttl {
  position: relative;
  color: #00a928;
  border: 4px solid #00a928;
}

section .inner .btn-area ul .btn-area-shinki .btn-area-ttl:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0 auto;
  border: 10px solid transparent;
  border-top: 11px solid #00a928;
  display: inline-table;
}

section .inner .btn-area ul .btn-area-shinki .btn-area-box {
  display: flex;
  justify-content: space-between;
}

section .inner .btn-area ul .btn-area-shinki .btn-area-box .btn1, section .inner .btn-area ul .btn-area-shinki .btn-area-box .btn2 {
  width: 49%;
  height: auto;
}

section .inner .btn-area ul .btn-area-shinki .btn-area-box .btn1 img, section .inner .btn-area ul .btn-area-shinki .btn-area-box .btn2 img {
  width: 100%;
  height: auto;
  min-height: 125px;
}

@media screen and (max-width: 767px) {
  section .inner .btn-area ul .btn-area-shinki .btn-area-box .btn1 img, section .inner .btn-area ul .btn-area-shinki .btn-area-box .btn2 img {
    min-height: auto;
  }
}

section .inner .btn-area ul .btn-area-kanyuchu .btn-area-ttl {
  position: relative;
  color: #009aff;
  border: 4px solid #009aff;
}

section .inner .btn-area ul .btn-area-kanyuchu .btn-area-ttl:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0 auto;
  border: 10px solid transparent;
  border-top: 11px solid #009aff;
  display: inline-table;
}

/* -------------------------------------------
コンテンツ
---------------------------------------------*/
.contents {
  width: 100%;
  /* テーブルのスタイル */
  /* スマートフォン対応 */
}

.contents .contents__wrap {
  max-width: 1200px;
  padding: 100px 20px;
  margin: 0 auto;
  background: #fff;
}

.contents h1 {
  font-size: 1.8em;
  text-align: center;
  margin: 0 0 20px 0;
  color: #444;
}

.contents h2 {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 20px;
  color: #cb1a1a;
  width: 100% !important;
}

.contents table {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.contents table td {
  padding: 10px;
  border: 1px solid #ddd;
  vertical-align: top;
}

.contents table td:first-child {
  font-weight: bold;
  background-color: #f7f7f7;
  width: 30%;
}

.contents table td:last-child ul {
  padding-left: 20px;
  margin: 0;
  list-style: disc;
}

.contents table td p {
  margin: 0;
  padding: 0;
}

.contents .c-button {
  max-width: 250px;
  margin: 0 auto;
}

.contents .c-button a {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 50px;
  width: 100%;
  font-size: clamp(16px, 1vw, 20px);
}

@media (max-width: 768px) {
  .contents .contents__wrap {
    padding: 40px 20px;
  }
  .contents table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .contents table td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .contents table td:first-child {
    font-weight: normal;
  }
  .contents table td:last-child ul {
    list-style: none;
    padding-left: 10px;
  }
}

@media (max-width: 480px) {
  .contents h1 {
    font-size: 1.5em;
  }
  .contents h2 {
    font-size: 1em;
  }
  .contents table td {
    padding: 5px;
  }
}

/* -------------------------------------------
footer
---------------------------------------------*/
/*------------------------------
2025/1/23 追記
-------------------------------*/
h2.c-h2 {
  font-size: 1.5em;
  text-align: left;
  margin-bottom: 20px;
  color: #444;
}

h2.c-h2 span {
  padding-left: 30px;
  border-left: 5px solid #444;
}

h2.c-h2.mt {
  margin-top: 60px;
}

.c-list {
  margin-top: 20px;
  padding: 30px;
  background: #F4F4F4;
}

.c-list .c-list__item {
  margin-bottom: 20px;
}

.c-list .c-list__item:last-child {
  margin-bottom: 0;
}

.c-list .c-list__item a {
  display: block;
  padding-bottom: 3px;
  text-decoration: underline;
  padding-left: 20px;
  position: relative;
}

.c-list .c-list__item a::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #444;
}
