@charset "utf-8";

/* ===================================================================
SETTING
=================================================================== */

/* RESET
--------------------*/

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;
  font-size: 100%;
  font-family: inherit;
  background: transparent;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input[type="text"],
input[type="search"],
input[type="password"],
input[type="submit"],
input[type="button"],
input[type="email"],
input[type="tel"],
input[type="date"],
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: "";
  border-radius: 0;
  border: none;
  outline: none;
  resize: none;
  font: unset;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

select::-ms-expand {
  display: none;
}

* a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-align: inherit;
  line-height: inherit;
  outline: none;
  cursor: pointer;
}

* a img {
  border-style: none;
  outline: none;
  cursor: pointer;
}

img {
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
}

/* BODY
--------------------*/

@font-face {
  font-family: "mobo";
  src: url("../font/MOBO.otf") format("opentype");
}

@font-face {
  font-family: "hiragino3";
  font-weight: 300;
  src: url("../font/hiragino-kaku-w3.otf") format("opentype");
}

@font-face {
  font-family: "hiragino6";
  font-weight: 600;
  src: url("../font/hiragino-kaku-w6.otf") format("opentype");
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625;
  font-family: "hiragino6";
  overflow-x: hidden;
}

/* DISPLAY
--------------------*/

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.in-sp {
  display: none !important;
}

.in-pc {
  display: inline !important;
}

/* WRAPPER
--------------------*/

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}

/* MAIN
--------------------*/

main {
  position: relative;
  display: block;
}

/* CONTAINER
--------------------*/

.container-936 {
  width: 100%;
  max-width: 936px;
  margin: 0 auto;
}

.container-1030 {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-930 {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}

.container-700 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

/* ===================================================================
KV
=================================================================== */

.kv-upper {
  background: #fff;
}

.kv-lower {
  background: #023491;
}

.kv-lower.kasanshien {
  background: #c30d23;
}

.kv-u-img {
  max-width: 936px;
  margin: 0 auto;
}

.kv-l-inner {
  position: relative;
  padding: 10px 0;
}

.su-contact {
  margin: 0 0 12px;
  text-align: center;
}

.su-tel {
  max-width: 495px;
  margin: 0 auto 40px;
  padding: 17px 36px;
  background: #77747b;
  border-radius: 10px;
}

.su-article {
  display: block;
  padding: 35px 40px;
  background: #fff;
  max-width: 1030px;
  margin: 0 auto 40px;
}

.su-h2-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 38px;
}

.su-h2 {
  position: relative;
  font-size: 30px;
  font-family: "hiragino6";
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
  z-index: 1;
}

.su-h2:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, 0);
  left: 50%;
  width: calc(100% + 20px);
  height: 20px;
  background: #fff583;
  z-index: -1;
}

.su-h3 {
  margin: 0 0 25px;
  font-size: 24px;
  font-family: "hiragino6";
  text-align: center;
  line-height: 1;
}

/* SUMMARY COMMON
--------------------*/
.summary-sec.shien {
  background: rgba(2, 52, 145, 0.2);
  padding: 30px 0;
}

.summary-sec.kasanshien {
  background: rgba(195, 13, 35, 0.2);
  padding: 30px 0;
}

.summary-sec.common {
  background: #f7f7f7;
}

.shien-title {
  width: 400px;
  margin: 0 auto 20px;
}

.kasanshien-title {
  width: 601.6px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 1000px) {
  .shien-title {
    width: 232.7px;
  }

  .kasanshien-title {
    width: 350px;
  }
}

.summary-inner {
  padding: 30px 0;
}

.su-article {
  margin: 0 0 40px;
  padding: 35px 40px;
  background: #fff;
}

.su-article:last-of-type {
  margin: 0;
}

.su-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
}

/* 更新情報
--------------------*/

.su-info-list ul {
  position: relative;
  width: 100%;
  max-height: 280px;
  padding: 0 35px 0 0;
  overflow: auto;
}

.su-info-list ul li {
  margin: 15px 0 0;
  padding: 12px 0 0;
  border-top: 2px solid #abacac;
}

.su-info-list ul li:first-of-type {
  margin: 0;
}

.su-info-list ul li .su-info-date {
  margin: 0 0 12px;
  font-size: 14px;
  color: #828282;
}

.su-info-list ul li .su-info-detail {
  word-break: break-all;
  font-size: 16px;
  color: #828282;
}

.su-info-list ul li .su-info-emphasis-title {
  margin: 0 0 5px;
  color: #e95464;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 1px;
}

.su-info-list ul li .su-info-emphasis {
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.su-info-list ul li .su-info-emphasis i {
  font-style: normal;
  font-size: 0.8em;
}

/* アンカーリンクボタン
--------------------*/

.su-anchor-btns {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  max-width: 1030px;
  margin: 0 0 40px;
}

.su-anchor-btn {
  flex: 1;
  max-width: 500px;
  margin: 0 auto;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 30px 0;
  border-radius: 15px;
  transition: opacity 0.3s ease-out 0s;
}

.su-anchor-btn:hover {
  opacity: 0.7;
}

.su-anchor-btn span {
  font-size: 22px;
}

.su-anchor-btn-wage {
  background: #046eb8;
}

.su-anchor-btn-regional {
  background: #c30d23;
}

/* 概要 LIST
--------------------*/

.su-overview-list {
  margin: 0 0 30px;
}

.su-overview-list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.su-overview-list ul li + li {
  margin: 30px 0 0;
}

/*  */

.shien-text-wrapper {
  background-color: #023491;
  padding: 10px;
}

.shien-text {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.65;
}

.kasanshien-text {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.65;
}

@media screen and (max-width: 1000px) {
  .shien-text {
    font-size: 14px;
  }

  .kasanshien-text {
    font-size: 14px;
  }
}

.shien-text-yellow {
  color: #fff400;
}

.kasanshien-text-yellow {
  color: #fff400;
}

.shien-text-big {
  font-size: 50px;
}

.kasanshien-text-big {
  font-size: 50px;
}

@media screen and (max-width: 1000px) {
  .shien-text-big {
    font-size: 20px;
  }

  .kasanshien-text-big {
    font-size: 20px;
  }
}

.hiseiki-badge {
  display: inline-flex;
  position: relative;
  padding: 8px;
  margin: 0 4px 18px;
  vertical-align: middle;
}

.hiseiki-badge-left,
.hiseiki-badge-right {
  position: absolute;
  top: 0;
  width: 6px;
  height: 100%;
  background-color: #fff400;
}

@media screen and (max-width: 1000px) {
  .hiseiki-badge-left,
  .hiseiki-badge-right {
    width: 3px;
  }
}

.hiseiki-badge-left {
  left: 0;
}

.hiseiki-badge-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 6px;
  background-color: #fff400;
}

@media screen and (max-width: 1000px) {
  .hiseiki-badge-left::before {
    width: 9px;
    height: 3px;
  }
}

.hiseiki-badge-left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 6px;
  background-color: #fff400;
}

@media screen and (max-width: 1000px) {
  .hiseiki-badge-left::after {
    width: 9px;
    height: 3px;
  }
}

.hiseiki-badge-right {
  right: 0;
}

.hiseiki-badge-right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 6px;
  background-color: #fff400;
}

@media screen and (max-width: 1000px) {
  .hiseiki-badge-right::before {
    width: 9px;
    height: 3px;
  }
}

.hiseiki-badge-right::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 6px;
  background-color: #fff400;
}

@media screen and (max-width: 1000px) {
  .hiseiki-badge-right::after {
    width: 9px;
    height: 3px;
  }
}

.hiseiki-badge-content {
  position: relative;
  z-index: 1;
}

.hiseiki-badge-text,
.hiseiki-badge-amount {
  display: block;
  color: #fff400;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  position: relative;
}

.hiseiki-badge-amount {
  font-size: 20px;
}

.kasanshien-text-wrapper {
  background-color: #c30d23;
  padding: 10px;
}

@media screen and (max-width: 1000px) {
  .kasanshien-text-wrapper {
    padding: 10px 2px;
  }
}

/* 概要 LAYOUT
--------------------*/

.su-overview-start {
  width: 135px;
  margin: 0 0 auto;
}

.su-overview-end {
  width: calc(100% - 175px);
}

/* 概要 CONTENT TITLE
--------------------*/

.su-overview-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 20px 0 0;
  padding: 16px 13px 16px 17px;
  color: #fff;
  font-size: 20px;
  font-family: "hiragino6";
  line-height: 1.2;
  text-align: center;
  letter-spacing: 1px;
  background: #023491;
}

.kasanshien .su-overview-title {
  background: #c30d23;
}

.su-overview-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 20px;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #023491;
}

.kasanshien .su-overview-title:before {
  background: #c30d23;
}

/* 概要 CONTENT 給付金の支給額
--------------------*/

.su-overview-paid {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.65;
}

.su-overview-paid span {
  color: #ff004d;
  font-size: 30px;
}

.su-overview-paid span i {
  font-style: normal;
  font-size: 30px;
  line-height: 1;
}

/* 概要 CONTENT 給付要件
--------------------*/

.su-overview-dl dl dt {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}

.su-overview-dl dl dd {
  font-size: 16px;
  font-family: "hiragino3";
  font-weight: 300;
  line-height: 1.75;
  white-space: nowrap;
}

/* 概要 CONTENT HEADING
--------------------*/

.su-overview-heading {
  font-size: 20px;
  font-weight: 600;
}

.su-overview-heading span {
  color: #e95464;
}

/* 概要 CONTENT TEXT
--------------------*/
.su-overview-text {
  font-size: 16px;
  line-height: 1.75;
}

.su-overview-text span {
  color: #e95464;
}

/* 概要 CONTENT BORDER
--------------------*/

.su-overview-border {
  padding: 10px;
  border: 2px dashed #023491;
  font-size: 15.3px;
  font-family: "hiragino3";
}

/* 概要 CONTENT DATE
--------------------*/

.su-overview-date {
  font-family: "hiragino6";
  line-height: 1.2;
}

.su-overview-date > span:nth-of-type(1),
.su-overview-date > span:nth-of-type(3) {
  margin: 0 18px 0 0;
  font-size: 18px;
  vertical-align: text-bottom;
  letter-spacing: 2px;
}

.su-overview-date > span:nth-of-type(2) {
  margin-bottom: 4px;
  display: inline-block;
}

.su-overview-date > span:nth-of-type(2),
.su-overview-date > span:nth-of-type(4) {
  font-size: 34px;
}

/* OVERVIE BTN */
.su-article .su-btn-inner {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .su-article .su-btn-inner {
    flex-direction: column;
    row-gap: 15px;
  }
}

.su-article .su-btn-inner .su-btn {
  width: 100%;
  max-width: initial;
  margin: 0 20px 0 0;
}

.su-article .su-btn-inner + .su-btn-inner {
  margin-top: 30px;
}

@media screen and (max-width: 1000px) {
  .su-article .su-btn-inner + .su-btn-inner {
    margin-top: 15px;
  }
}

.su-article .su-btn-inner .su-btn:last-of-type {
  margin-right: 0;
}

.su-article .su-btn-inner .su-btn a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 70px;
  padding: 28px 50px 28px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  background: #ff004d;
  border-radius: 999px;
  box-shadow: 0 3px 3px #00000029;
  transition: opacity 0.3s ease-out 0s, box-shadow 0.3s ease-out 0s,
    transform 0.3s ease-out 0s;
  display: block;
}

@media screen and (max-width: 1000px) {
  .su-article .su-btn-inner .su-btn a {
    font-size: 16px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    transition: none;
  }
}

.su-article .su-btn-inner .su-btn a:hover {
  box-shadow: 0 6px 8px rgb(0, 0, 0, 0.25);
  transform: translate(0, 2px);
}

@media screen and (max-width: 1000px) {
  .su-article .su-btn-inner .su-btn a:hover {
    box-shadow: 0 6px 4px rgb(0, 0, 0, 0.25);
  }
}

.su-article .su-btn-inner .su-btn a::after {
  right: 20px;
  width: 20px;
  height: 27px;
  background: url(../img/svgexport-1.svg) 50% 50% / contain no-repeat,
    transparent;
}

.su-article .su-btn-inner .su-btn.download a::after {
  background: url(../img/download.svg) 50% 50% / contain no-repeat;
}

.su-article .su-flow-left .su-btn-inner .su-btn {
  margin: 0 auto !important;
}

/* ===================================================================
FAQ
=================================================================== */

.su-faq-text {
  margin: 0 0 30px;
  font-family: "hiragino3";
}

/* FAQ LIST
--------------------*/

.su-faq-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}

.su-faq-list ul li {
  width: 47.37%;
}

.su-faq-list ul li a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 40px;
  margin: 0 auto;
  padding: 10px 20px;
  font-family: "hiragino3";
  font-size: 14px;
  line-height: 2;
  background: #eeeeee;
  border: 0.5px solid #707070;
  border-radius: 10px;
  transition: background-color 0.3s ease-out 0s, border 0.3s ease-out 0s,
    transform 0.3s ease-out 0s;
}

.su-faq-list ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  width: 30px;
  height: 30px;
  background: url(../img/pdf_black.svg) 50% 50% / contain no-repeat, transparent;
  pointer-events: none;
}

.su-faq-list ul li a:hover {
  background: #f0f0f0;
  border: 1px solid #77747b;
  transform: translate(0, 2px);
}

/* ===================================================================
申請方法について
=================================================================== */

/* 申請方法について DETAIL
--------------------*/

.su-flow-heading-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px;
}

.su-flow-heading-inner .su-h2-inner {
  margin: 0;
}

.su-flow-heading-text {
  display: inline-block;
  margin: 0 0 0 45px;
  color: #ff004d;
  font-family: "hiragino6";
}

.su-flow-heading-text > span:first-of-type {
  text-decoration: underline;
}

.su-flow-detail {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.su-flow-left {
  width: calc(50% - 11px);
  padding: 22px 28px 25px 24px;
  font-family: "hiragino6";
  background-color: #dcf3fe;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.su-flow-right {
  /* display: none; */
  width: calc(50% - 11px);
  padding: 22px 28px 25px 26px;
  background-color: #dcf3fe;
}

.su-flow-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.su-flow-left .su-flow-type {
  width: 48px;
  margin: 0 0 22px 0;
}

.su-flow-left .su-flow-overview {
  width: calc(100% - 70px);
}

.su-flow-right .su-flow-type {
  width: 39px;
  margin: 0 0 31px;
}

.su-flow-right .su-flow-overview {
  width: calc(100% - 64px);
}

/* 申請方法について LIST
--------------------*/

.su-flow-list {
  margin: 0 0 20px;
}

.su-flow-list ul li {
  padding: 5px 17.5px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.su-flow-list ul li:not(:last-of-type) {
  position: relative;
  margin: 0 0 50px;
}

.su-flow-list ul li:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 9px 0 9px;
  border-color: #828282 transparent transparent transparent;
}

.su-flow-list.postal ul li:not(:last-of-type) {
  margin: 0 0 46px;
}

.su-flow-list.postal ul li:nth-of-type(2) {
  padding: 10px 8px 18px 8px;
}

.su-flow-list.postal ul li:not(:last-of-type):after {
  top: calc(100% + 14px);
}

.su-flow-text {
  font-family: "hiragino6";
  text-align: center;
}

.su-flow-postal {
  font-size: 12px;
}

.su-flow-postal .su-flow-postal-sub {
  font-size: 16px;
  letter-spacing: -0.04em;
}

.su-flow-postal-left {
  width: 47px;
}

.su-flow-postal-main {
  margin: 15px 0 4px;
  padding: 6px 0;
  color: #fff;
  font-size: 12px;
  font-family: "hiragino6";
  text-align: center;
  line-height: 1;
  background: #77747b;
}

.su-flow-postal-sub {
  font-size: 14px;
  font-family: "hiragino6";
}

/* 申請方法について RESULT
--------------------*/

.su-flow-result {
  padding: 16px 0;
  margin: 0 0 13px;
  color: #ff004d;
  font-family: "hiragino6";
  text-align: center;
  line-height: 1.4;
  background: #fff;
  border-radius: 5px;
}

.su-flow-result span {
  color: #ff004d;
  font-size: 20px;
}

.su-btn-inner.flow {
  width: calc(100% - 64px);
  margin: 0 0 0 auto;
}

.su-btn-inner.flow .su-btn a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 70px;
  padding: 5px 50px 5px 30px;
  color: #fff;
  font-size: 20px;
  font-family: "hiragino6";
  line-height: 1.3;
  background: #ff004d;
  border-radius: 35px;
  box-shadow: 0px 3px 3px #00000029;
  transition: opacity 0.3s ease-out 0s, box-shadow 0.3s ease-out 0s,
    transform 0.3s ease-out 0s;
}

.su-btn.arrow a:after,
.su-btn.download a:after {
  right: 20px;
  width: 23.5px;
  height: 20px;
  background: url(../img/arrow-right-solid.svg) 50% 50% / contain no-repeat,
    transparent;
}

/* 申請方法について RECOMMEND
--------------------*/

/* .su-flow-recommend {
	margin: 10px 0 0;
	font-size: 20px;
	text-align: center;
}

.su-flow-recommend span {
	color: #E95464;
	font-weight: 500;
} */

/* 申請方法について ATTENTION
--------------------*/

.su-flow-attention1 {
  font-size: 13px;
  width: fit-content;
  font-family: "hiragino3";
}

.su-flow-attention1.mb {
  margin: 14px 0 0;
  text-align: left;
  margin-left: 1em;
  position: relative;
}

.su-flow-attention1 span::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -1em;
  font-size: 16px;
  color: #ff004d;
}

.su-flow-attention1 span {
  color: #ff004d;
  font-size: 16px;
  font-family: "hiragino6";
  letter-spacing: -0.01em;
}

.su-flow-attention {
  margin: 29px auto 0;
  font-size: 13px;
  width: fit-content;
  font-family: "hiragino3";
}

.su-flow-attention.mb {
  margin: 14px 0 20px;
  text-align: left;
  margin-left: 1em;
  position: relative;
}

.su-flow-attention span::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -1em;
  font-size: 16px;
  color: #ff004d;
}

.su-flow-attention span {
  color: #ff004d;
  font-size: 16px;
  font-family: "hiragino6";
  letter-spacing: -0.01em;
}

#document .su-btn-inner {
  display: flex;
  justify-content: center;
}

#document .su-btn-inner + .su-btn-inner {
  margin: 30px 0 0;
}

#document .su-btn-inner .su-btn {
  width: 100%;
  max-width: 346px;
  margin: 0 50px 0 0;
}

#document .su-btn-inner .su-btn:last-of-type {
  margin: 0;
}

#document .su-btn-inner .su-btn a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 70px;
  padding: 14px 50px 14px 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 19px;
  line-height: 1.3;
  background: #ff004d;
  border-radius: 999px;
  box-shadow: 0 3px 3px #00000029;
  transition: opacity 0.3s ease-out 0s, box-shadow 0.3s ease-out 0s,
    transform 0.3s ease-out 0s;
}

#document .su-btn-inner .su-btn.download {
  margin-right: 0;
}

#document .su-btn-inner .su-btn.download a {
  padding: 14px 0px 14px 20px;
  width: 100%;
}

#document .su-btn-inner .su-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
  right: 20px;
  width: 23.5px;
  height: 20px;
  background: url(../img/arrow-right-solid.svg) 50% 50% / contain no-repeat,
    transparent;
}

#document .su-flow-left .su-btn-inner .su-btn {
  margin: 0 auto !important;
}

.su-video-inner {
  max-width: 736px;
  margin: 0 auto 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.su-video-btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 70px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 19px;
  line-height: 1.3;
  background: #ff004d;
  border-radius: 999px;
  box-shadow: 0 3px 3px #00000029;
  transition: opacity 0.3s ease-out 0s, box-shadow 0.3s ease-out 0s,
    transform 0.3s ease-out 0s;
}

.su-video-btn:hover {
  box-shadow: 0 6px 8px rgb(0, 0, 0, 0.25);
  transform: translate(0, 2px);
}

.su-video-btn a {
  padding: 14px 50px 14px 20px;
  width: 100%;
  display: block;
}

.su-video-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
  right: 20px;
  width: 23.5px;
  height: 20px;
  background: url(../img/arrow-right-solid.svg) 50% 50% / contain no-repeat,
    transparent;
}

/* ===================================================================
FOOTER
=================================================================== */

footer {
  margin: auto 0 0;
  padding: 47px 0;
  color: #fff;
  background: #828282;
  /* position: absolute; */
}

.f-heading {
  margin: 0 0 6px;
  font-size: 26px;
}

.f-main {
  margin: 0 0 5px;
  font-size: 37px;
}

.f-address {
  margin: 0 0 25px;
  font-size: 18px;
}

.f-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 26px;
}

.f-start {
  width: 40.292%;
}

.f-end {
  width: 38.243%;
}

.f-start a,
.f-end a {
  transition: opacity 0.3s ease-out 0s;
}

.f-start a:hover,
.f-end a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1000px) {
  /* ===================================================================
	SETTING
	=================================================================== */

  /* DISPLAY
	--------------------*/

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .in-sp {
    display: inline !important;
  }

  .in-pc {
    display: none !important;
  }

  /* CONTAINER
	--------------------*/

  .container-1030 {
    max-width: 530px;
  }

  footer .container-1030 {
    min-width: 259px;
  }

  .container-936 {
    width: 100%;
    max-width: 305px;
    margin: 0 auto;
  }

  .container-930 {
    max-width: 500px;
  }

  .container-700 {
    max-width: 330px;
  }

  /* ===================================================================
	KV
	=================================================================== */

  .kv-l-inner {
    padding: 10px 0 15px;
  }

  .kv-u-img {
    max-width: 345px;
    margin: 0 auto;
  }

  /* ===================================================================
	SUMMARY
	=================================================================== */

  /* SUMMARY COMMON
	--------------------*/

  .summary-inner {
    padding: 35px 0;
  }

  .su-article {
    margin: 0 0 23px;
    padding: 25px 10px;
  }

  /* SUMMARY TEL
	--------------------*/

  .su-contact {
    margin: 0 0 5px;
  }

  .su-tel {
    max-width: unset;
    margin: 0 0 23px;
    padding: 15px 46.5px;
  }

  /* SUMMARY HEADING
	--------------------*/

  .su-h2-inner {
    margin: 0 0 20px;
  }

  .su-h2 {
    font-size: 26px;
    line-height: 1.333;
  }

  .su-h2:before {
    top: 40%;
    height: 20px;
  }

  .su-article .info-h2:before {
    top: 20%;
    height: 20px;
  }

  .su-article .info-h2:after {
    content: "";
    position: absolute;
    top: 70%;
    transform: translate(-50%, 0);
    left: 50%;
    width: calc(100% + 20px);
    height: 20px;
    background: #fff583;
    z-index: -1;
  }

  .su-h2-flex-text {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
  }

  .su-h3 {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 1.3;
  }

  /* SUMMARY SUB HEADING
	--------------------*/

  .su-h2-sub-inner {
    margin: 17px 0 0;
  }

  .su-h2-sub {
    font-size: 16px;
    text-align: left;
  }

  /* SUMMARY PERIOD
	--------------------*/

  .su-period {
    margin: 10px 0 0;
    font-size: 16px;
  }

  /* SUMMARY BUTTON LAYOUT
	--------------------*/

  .su-btn-inner {
    display: block;
  }

  .su-btn-inner + .su-btn-inner {
    margin: 15px 0 0;
  }

  .su-btn {
    max-width: unset;
    margin: 0 0 15px;
  }

  .su-btn a {
    font-size: 18px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    transition: none;
  }

  .su-btn a:hover {
    box-shadow: 0 6px 4px rgb(0, 0, 0, 0.25);
  }

  /* SUMMARY BUTTON ALL
	--------------------*/

  .su-btn.all a {
    padding: 5px 50px 5px 20px;
  }

  /* SUMMARY BUTTON ICON
	--------------------*/

  .su-btn.all.pdf a:after {
    right: 20px;
  }

  /* SUMMARY INFORMATION
	--------------------*/

  .su-info-list ul {
    padding: 0 20px 0 0;
  }

  .su-info-list ul li {
    margin: 15.5px 0 0;
    padding: 10px 0 0;
    border-width: 2px;
  }

  .su-info-list ul li .su-info-date,
  .su-info-list ul li .su-info-detail {
    margin-left: 18px;
  }

  /* アンカーリンクボタン
	--------------------*/

  .su-anchor-btns {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0;
  }

  .su-anchor-btn {
    width: 100%;
    font-size: 24px;
  }

  /* ===================================================================
	概要
	=================================================================== */

  /* 概要 LIST
	--------------------*/

  .su-overview-list ul li {
    display: block;
  }

  .su-overview-list ul li + li {
    margin: 30px 0 0;
  }

  /* 概要 LAYOUT
	--------------------*/

  .su-overview-start {
    width: 95.8%;
    margin: 0 0 13px;
  }

  .su-overview-end {
    width: 100%;
  }

  /* 概要 CONTENT TITLE
	--------------------*/

  .su-overview-title {
    width: 100%;
    margin: 0;
    padding: 13px 17px;
    font-weight: 700;
    justify-content: flex-start;
  }

  /* 概要 CONTENT 給付金の支給額
	--------------------*/

  .su-overview-paid {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
  }

  .su-overview-paid span {
    display: block;
    font-size: 30px;
  }

  .su-overview-paid span i {
    font-size: 28px;
  }

  .su-overview-border {
    font-size: 13px;
  }

  .hiseiki-badge {
    padding: 6px;
    margin: 0 2px;
  }

  .hiseiki-badge-text,
  .hiseiki-badge-amount {
    font-size: 8px;
  }

  .hiseiki-badge-amount {
    font-size: 14px;
  }

  /* 概要 CONTENT 給付要件
	--------------------*/

  .su-overview-dl dl {
    margin: 0 0 3px;
  }

  .su-overview-dl dl:last-of-type {
    margin: 0;
  }

  .su-overview-dl dl dt {
    font-weight: 700;
    font-size: 18px;
  }

  .su-overview-dl dl dd {
    white-space: normal;
    font-size: 14px;
  }

  .su-overview-dl dl dd span {
    font-weight: 700;
  }

  /* 概要 CONTENT HEADING
	--------------------*/

  .su-overview-heading {
    font-size: 18px;
    font-weight: 700;
  }

  /* 概要 CONTENT DATE
	--------------------*/

  .su-overview-date {
    text-align: left;
  }

  .su-overview-date > span:nth-of-type(1),
  .su-overview-date > span:nth-of-type(3) {
    margin: 0 18px 0 0;
    font-size: 18px;
    vertical-align: text-bottom;
    letter-spacing: 2px;
    display: block;
  }

  .su-overview-date > span:nth-of-type(2),
  .su-overview-date > span:nth-of-type(4) {
    font-size: 34px;
  }

  /* ===================================================================
	FAQ
	=================================================================== */

  .su-faq {
    padding-left: 22px;
    padding-right: 22px;
  }

  .su-faq-text {
    margin-bottom: 25px;
    text-align: center;
  }

  /* FAQ LIST
	--------------------*/

  .su-faq-list ul {
    display: block;
  }

  .su-faq-list ul li {
    width: 100%;
    margin: 20px 0 0;
  }

  .su-faq-list ul li a {
    font-size: 13px;
    transition: none;
    padding: 12px;
    padding-right: 0;
  }

  .su-faq-list ul li a:after {
    right: 8px;
    width: 18px;
  }

  /* ===================================================================
	申請方法について
	=================================================================== */

  /* 申請方法について DETAIL
	--------------------*/

  .su-flow-heading-inner {
    display: block;
    margin: 0 0 20px;
  }

  .su-flow-heading-text {
    display: block;
    margin: 13px 0 18px;
    font-size: 14px;
    text-align: left;
  }

  .su-flow-detail {
    display: block;
  }

  .su-flow-left {
    width: 100%;
    padding: 17px 15px 28px;
  }

  .su-flow-right {
    width: 100%;
    margin: 13px 0 0;
    padding: 17px 28px 23px;
  }

  .su-flow-inner {
    display: block;
  }

  .su-flow-left .su-flow-type {
    width: 100%;
    margin: 0 0 18px 0;
  }

  .su-flow-left .su-flow-overview {
    width: 100%;
  }

  .su-flow-right .su-flow-type {
    width: 100%;
    margin: 0 0 22px;
  }

  .su-flow-right .su-flow-overview {
    width: 100%;
  }

  /* 申請方法について LIST
	--------------------*/

  .su-flow-list {
    margin: 0 0 20px;
  }

  .su-flow-list ul li {
    padding: 3.5px 10px;
  }

  .su-flow-list ul li:not(:last-of-type) {
    position: relative;
    margin: 0 0 50px;
    padding: 8px initial;
  }

  .su-flow-list ul li:not(:last-of-type):after {
    top: calc(100% + 15px);
    border-width: 16px 8.5px 0 8.5px;
  }

  .su-flow-list.postal ul li:not(:last-of-type) {
    margin: 0 0 50px;
  }

  .su-flow-list.postal ul li:nth-of-type(2) {
    padding: 3.5px 3px;
  }

  .su-flow-list.postal ul li:not(:last-of-type):after {
    top: calc(100% + 15px);
    border-width: 16px 8.5px 0 8.5px;
  }

  .su-flow-text {
    font-size: 16px;
  }

  .su-flow-postal {
    display: block;
    align-items: center;
    padding: 0;
  }

  .su-flow-postal-left {
    width: 100%;
    margin: 0 4px 0 0;
  }

  .su-flow-postal-main {
    padding: 2px 0;
    margin: 7px 0 4px;
    font-size: 12px;
  }

  .su-flow-postal-right {
    width: 100%;
  }

  .su-flow-postal-sub {
    font-size: 9px;
  }

  /* 申請方法について RESULT
	--------------------*/

  .su-flow-result {
    padding: 12px 18px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .su-flow-result span {
    font-size: 17px;
  }

  .su-btn-inner.flow {
    margin: 0 auto;
    width: 100%;
  }

  #document .su-btn-inner .su-btn a {
    font-size: 16px;
    padding: 14px 35px;
    padding-right: inherit;
  }

  #document .su-flow-right .su-btn-inner.flow .su-btn a {
    font-size: 16px;
  }

  .su-flow-attention1 {
    margin: 14px 0 0;
  }

  .su-flow-attention1 span {
    font-size: 12px;
  }

  .su-flow-attention1 span::before {
    font-size: 12px;
  }

  .su-flow-attention {
    margin: 29px 0 0;
    font-size: 13px;
    text-align: left;
  }

  .su-flow-attention span {
    font-size: 12px;
  }

  .su-flow-attention span::before {
    font-size: 12px;
  }

  #document .su-btn-inner {
    display: block;
  }

  #document .su-btn-inner .su-btn {
    margin: 0;
    margin-bottom: 19px;
    max-width: initial;
  }

  #document .su-btn-inner + .su-btn-inner {
    margin-top: 19px;
  }

  .su-video-inner {
    display: block;
    margin-bottom: 0;
  }

  .su-video-inner:first-of-type {
  }

  .su-video-btn {
    margin: 0 0 10px;
  }

  /* ===================================================================
	FOOTER
	=================================================================== */

  footer {
    padding: 40px 0;
  }

  .f-heading {
    margin: 0 0 8px;
    font-weight: 700;
  }

  .f-main {
    margin: 0 0 8px;
    line-height: 1.24;
    font-size: 37px;
    text-align: left;
  }

  .f-address {
    margin: 0 0 31px;
    font-size: 14px;
  }

  .f-inner {
    display: block;
  }

  .f-start {
    width: 70.146%;
    margin: 0;
  }

  .f-end {
    width: 90%;
  }

  .f-start a,
  .f-end a {
    transition: none;
  }
}
