@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

/* ==============================================
setting
============================================== */

* {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #f5f5f5;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
img {
  border: none;
  vertical-align: middle;
  width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style: none;
}
a {
  color: #3865e0;
  text-decoration: underline;
}
[aria-hidden="true"] {
  display: none;
}

/* ==============================================
header
============================================== */

header {
  max-width: 690px;
  margin: auto;
  padding: 0 30px;
}
header figure {
  width: calc(100% + 60px);
  margin: 0 -30px;
  padding: 0;
}
header figure.s {
  height: 60px;
}
header figure.m {
  height: 120px;
}
header figure.l {
  height: 200px;
}
header figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header h1 {
  padding: 25px 0 15px 0;
}
header p {
  padding: 15px 0;
}
header h1 + p {
  padding: 0 0 15px 0;
}

/* ==============================================
footer
============================================== */

footer {
  max-width: 710px;
  margin: auto;
  padding: 0 30px 40px 30px;
}
footer a {
  color: #333;
  text-decoration: none;
}
footer .button {
  padding: 40px 0 0 0;
}
footer .contact {
  text-align: center;
  letter-spacing: 1px;
  padding: 25px 0 0 0;
}
footer .contact a img {
  width: auto;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 4px;
}
footer .tofaq {
  text-align: center;
  letter-spacing: 1px;
  padding: 25px 0 0 0;
}
footer .tofaq a img {
  width: auto;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 4px 0 0;
}
footer ul {
  text-align: center;
}
footer ul li {
  display: inline-block;
  margin: 0;
  padding: 30px 7px 0 7px;
  text-indent: 0;
}
footer ul li a {
  font-size: 14px;
  line-height: 20px;
}
footer .copy {
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  padding: 25px 0 0 0;
}

/* ==============================================
main
============================================== */

main {
  max-width: 710px;
  margin: auto;
  padding: 0 20px;
}
main section {
  background: #fff;
  border-radius: 8px;
  margin: 11px -4px 0 -4px;
  padding: 0 20px 22px 20px;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.05));
}

/* ==============================================
contents
============================================== */

h1 {
  padding: 35px 0 0 0;
  font-weight: 700;
}
h2 {
  padding: 25px 0 0 0;
  font-weight: 700;
}
h2.narrow {
  padding: 20px 0 0 0;
}
h3 {
  padding: 25px 0 0 0;
  font-weight: 700;
}
h3.attention {
  padding: 15px 0 0 0;
  font-weight: 500;
}
h3.narrow {
  padding: 20px 0 0 0;
}
p {
  padding: 15px 0 0 0;
}
p:first-child {
  padding: 25px 0 0 0;
}
p.narrow {
  padding: 5px 0 0 0;
}
p.attention {
  padding: 5px 0 0 0;
}
figure {
  padding: 20px 0 5px 0;
}
ul li {
  text-indent: -16px;
  margin: 15px 0 0 16px;
}
hr {
  display: block;
  border: none;
  width: calc(100% + 40px);
  height: 1px;
  background: #ccc;
  margin: 40px -20px 0 -20px;
}
p + hr {
  margin: 35px -20px 0 -20px;
}
hr.narrow {
  margin: 25px -20px 0 -20px;
}

.fl {
  font-size: 20px;
  line-height: 28px;
}
.fm {
  font-size: 16px;
  line-height: 24px;
}
.fs {
  font-size: 14px;
  line-height: 20px;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.red {
  color: rgba(200, 0, 0, 1);
}

.icon {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 3px 8px 8px 0;
}
.icon.s {
  height: 24px;
}
.icon.m {
  height: 40px;
}
.icon.l {
  height: 80px;
}
.bar {
  background: #fafafa;
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  margin: 20px -20px 0 -20px;
  padding: 14px 20px 16px 20px;
  position: relative;
}
.bar span {
  position: absolute;
  top: 16px;
  right: 20px;
}

input.input-text {
  width: 100%;
  height: 53px;
  /*入力枠のみフォントサイズを大きく*/
  font-size: 18px;
  padding: 0 12px 2px 12px;
  border: solid 1px #ccc;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1) inset;
  outline: none;
  margin: 10px 0 0 0;
  border-radius: 4px;
}
input.input-text.s {
  width: 80px;
}
input.input-text.m {
  width: 200px;
}
input.input-text.error {
  border: solid 1px #c80000;
  background: rgba(200, 0, 0, 0.05);
}
input.input-text + span {
  padding: 0 10px;
}
textarea.textarea {
  width: 100%;
  height: 120px;
  /*padding: 0 12px 2px 12px;*/
  padding: 6px 12px 6px 12px;
  border: solid 1px #ccc;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1) inset;
  outline: none;
  margin: 20px 0 0 0;
  border-radius: 4px;
  display: block;
}
textarea.textarea.error {
  border: solid 1px #c80000;
  background: rgba(200, 0, 0, 0.05);
}
select.select {
  width: 100%;
  height: 44px;
  padding: 0 40px 0 12px;
  border: solid 1px #ccc;
  border-radius: 4px;
  outline: none;
  appearance: none;
  background: #fff url("../images/cmn_arw_d_black.png") top 17px right 15px
    no-repeat;
  background-size: 12px auto;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  margin: 10px 0 0 0;
}
h3 + .select.select {
  margin: 20px 0 0 0;
}
select.select.error {
  border: solid 1px #c80000;
  background: rgba(200, 0, 0, 0.05) url("../images/cmn_arw_d_black.png") top
    17px right 15px no-repeat;
  background-size: 12px auto;
}
input.input-button {
  border: none;
  background: linear-gradient(
    90deg,
    rgba(70, 90, 130, 1) 0%,
    rgba(0, 40, 100, 1) 100%
  );
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 16px 20px 17px 20px;
  border-radius: 8px;
  margin: 10px 0 0 0;
}
input.input-text + input.input-button {
  vertical-align: middle;
  margin: -1px 0 0 10px;
}

.radio {
  padding: 12px 0 0 0;
}
.radio li {
  position: relative;
  text-indent: 0;
  margin: 0;
}
.radio li label {
  cursor: pointer;
  height: 36px;
  padding: 8px 0 0 30px;
  display: block;
}
.radio li input[type="radio"] {
  display: none;
  border: 0;
  margin: 0;
}
.radio li label:before,
.radio li label:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-radius: 50%;
}
.radio li label:before {
  top: 8px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: #fff;
}
.radio.error li label:before {
  border: 1px solid #c80000;
  background: rgba(200, 0, 0, 0.05);
}
.radio li input[type="radio"]:checked + label:before {
  border: 1px solid #0075ff;
}
.radio li label:after {
  top: 12px;
  left: 4px;
  width: 14px;
  height: 14px;
  background-color: transparent;
  transform: scale(0);
}
.radio li input[type="radio"]:checked + label:after {
  background-color: #0075ff;
  transform: scale(1);
}

.check {
  padding: 12px 0 0 0;
}
.check li {
  position: relative;
  height: 36px;
  text-indent: 0;
  margin: 0;
}
.check label {
  cursor: pointer;
  height: 36px;
  padding: 8px 0 0 30px;
  display: block;
}
.check input[type="checkbox"] {
  margin: 0;
  display: none;
}
.check label:before,
.check label:after {
  content: "";
  position: absolute;
  display: inline-block;
  transition: transform 0.2s ease;
}
.check label:before {
  top: 8px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
}
.check.error label:before {
  background: rgba(200, 0, 0, 0.05);
  border: 1px solid #c80000;
}
.check input[type="checkbox"]:checked + label:before {
  border-color: #0075ff;
  background: #0075ff;
}
.check label:after {
  top: 12px;
  left: 8px;
  width: 4px;
  height: 9px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: border-bottom-color, border-right-color 0.1s ease;
  border-color: rgba(0, 0, 0, 0.1);
}
.check input[type="checkbox"]:checked + label:after {
  border-color: #fff;
}

p.error {
  color: rgba(200, 0, 0, 1);
  background: rgba(200, 0, 0, 0.1);
  padding: 6px 10px 6px 10px;
  margin: 10px 0 0 0;
}

.button {
  display: table;
  width: 100%;
  padding: 20px 0 0 0;
  max-width: 400px;
  margin: auto;
}
p + .button {
  padding: 15px 0 0 0;
}
.button a {
  position: relative;
  display: table-cell;
  background: linear-gradient(
    90deg,
    rgba(70, 90, 130, 1) 0%,
    rgba(0, 40, 100, 1) 100%
  );
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /*padding: 12px 48px 13px 48px;*/
  padding: 16px 48px 17px 48px;
  border-radius: 8px;
}
.button.low a {
  background: #fff;
  color: #333;
  text-shadow: none;
  border: 1px solid #ccc;
}
.button.high a {
  background: linear-gradient(
    135deg,
    rgba(255, 90, 90, 1) 0%,
    rgba(255, 40, 120, 1) 100%
  );
}
.button.off a {
  background: #ccc;
  filter: none;
  pointer-events: none;
}
.button a img {
  width: auto;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 4px;
  right: 16px;
  margin: auto;
}

.link a {
}
.link a.accordion-button::after {
  content: "";
  background: url("../images/cmn_arw_d_black.png");
  background-size: 12px auto;
  width: 12px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 4px;
}
.link a.accordion-button.on::after {
  transform: rotate(180deg);
}

.frame {
  border: solid 1px #ccc;
  padding: 0 15px 17px 15px;
  border-radius: 8px;
  margin: 20px 0 0 0;
}
p + .frame {
  margin: 15px 0 0 0;
}
.frame h2 {
  padding: 15px 0 0 0;
}
.frame p {
  padding: 5px 0 0 0;
}
.frame p:first-child {
  padding: 15px 0 0 0;
}

.scroll {
  border: solid 1px #ccc;
  margin: 20px 0 0 0;
  padding: 0 15px 17px 15px;
  overflow: auto;
  height: 200px;
}
.scroll::-webkit-scrollbar {
  width: 8px;
}
.scroll::-webkit-scrollbar-thumb {
  background: #ccc;
}
.scroll::-webkit-scrollbar-track-piece:start {
  background: #f5f5f5;
}
.scroll::-webkit-scrollbar-track-piece:end {
  background: #f5f5f5;
}
.scroll h2 {
  padding: 15px 0 0 0;
}
.scroll p {
  padding: 5px 0 0 0;
}
.scroll p:first-child {
  padding: 15px 0 0 0;
}

.faq {
  border: solid 1px #ccc;
  border-radius: 8px;
  margin: 10px 0 0 0;
}
.faq dt span {
  font-weight: 700;
  position: absolute;
  top: 8px;
  left: 12px;
}
.faq dt a {
  position: relative;
  display: block;
  padding: 12px 34px 13px 34px;
  color: #333;
  text-decoration: none;
}
.faq dt a.on {
  font-weight: 700;
}
.faq dt a::after {
  content: "";
  background: url("../images/cmn_arw_d_black.png");
  background-size: 12px auto;
  width: 12px;
  height: 6px;
  position: absolute;
  bottom: 22px;
  right: 16px;
  margin: auto;
}
.faq dt a.on::after {
  transform: rotate(180deg);
}
.faq dd {
  position: relative;
  padding: 0 12px 13px 34px;
}
.faq dd span {
  font-weight: 700;
  position: absolute;
  top: -3px;
  left: 12px;
}

#information {
  padding: 0 19px 21px 19px;
  border: solid 1px #c80000;
}

#overlay .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
}
#overlay .overlay.on {
  display: table;
}
#overlay .overlay div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 30px 40% 30px;
}
#overlay .overlay div figure img {
  max-width: 120px;
}
#overlay #upload.overlay div figure img {
  max-width: 70px;
  margin: 0 0 15px 0;
}
#overlay .overlay div h2 {
  padding: 0;
  /*フォントサイズ調整*/
  font-size: 18px;
}
#overlay .overlay div .button {
  padding: 35px 0 0 0;
  max-width: 160px;
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  width: 100%;
  height: 100%;
  display: table;
}
#modal .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
#modal .inner div {
  max-width: 400px;
  margin: auto;
  background: #fff;
  border-radius: 8px;
  padding: 0 20px 22px 20px;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 1));
}
#modal .inner div h2 {
  padding: 25px 0 0 0;
}
