@charset "UTF-8";
html {
  overflow-y: scroll;
}

* {
  min-height: 0vw;
}

img {
  max-width: 100%;
}

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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

/*禁則処理*/
p,
li,
dt,
dd,
th,
td,
pre {
  text-align: left;
  word-break: normal;
  word-wrap: break-word;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

div.ccm-page {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  position: relative;
  color: #333333;
}
div.ccm-page input,
div.ccm-page select {
  vertical-align: middle;
}
div.ccm-page input[type=text] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
div.ccm-page img {
  height: auto;
  vertical-align: center;
  font-size: 0;
  line-height: 0;
  image-rendering: -webkit-optimize-contrast;
}
div.ccm-page article,
div.ccm-page aside,
div.ccm-page details,
div.ccm-page figcaption,
div.ccm-page figure,
div.ccm-page footer,
div.ccm-page header,
div.ccm-page hgroup,
div.ccm-page menu,
div.ccm-page nav,
div.ccm-page section {
  display: block;
}
div.ccm-page p,
div.ccm-page li,
div.ccm-page dt,
div.ccm-page dd,
div.ccm-page th,
div.ccm-page td,
div.ccm-page pre {
  word-break: normal;
  word-wrap: break-word;
  line-height: 1.6;
}
div.ccm-page blockquote,
div.ccm-page q {
  quotes: none;
}
div.ccm-page blockquote:before,
div.ccm-page blockquote:after,
div.ccm-page q:before,
div.ccm-page q:after {
  content: "";
  content: none;
}
div.ccm-page a {
  font-size: 100%;
  vertical-align: baseline;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
}
div.ccm-page mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
div.ccm-page del {
  text-decoration: line-through;
}
div.ccm-page abbr[title],
div.ccm-page dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
div.ccm-page input[type=textbox]::before {
  content: attr(placeholder);
  color: #808080;
}
div.ccm-page a:focus,
div.ccm-page *:focus,
div.ccm-page input[type=text]:focus {
  outline: none;
}
div.ccm-page section {
  position: relative;
  padding: 30px 0;
}
div.ccm-page hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
div.ccm-page h1,
div.ccm-page h2,
div.ccm-page h3,
div.ccm-page h4,
div.ccm-page h5,
div.ccm-page h6 {
  font-weight: normal;
}
div.ccm-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
div.ccm-page thead th {
  font-weight: 400;
}
div.ccm-page a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
div.ccm-page div.wrap {
  font-size: 1rem;
  min-height: 100vh;
}

html {
  font-family: "Noto Sans JP", sans-serif, "メイリオ", Meiryo;
}

.is-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.is-left {
  text-align: left;
}

.is-right {
  text-align: right;
}

.float_l {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px), screen and (max-height: 375px) {
  .float_l {
    float: left;
  }
}

.float_r {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px), screen and (max-height: 375px) {
  .float_r {
    float: right;
  }
}

.cf {
  display: block;
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}
.cf::before {
  content: "";
  display: block;
  clear: both;
}

.l0 {
  line-height: 0;
}

.sp-only {
  display: initial;
}
@media screen and (min-width: 1149px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 1149px) {
  .pc-only {
    display: initial;
  }
}

.spacer {
  margin-top: 2em;
}
@media screen and (min-width: 768px), screen and (max-height: 375px) {
  .spacer {
    margin-top: 100px;
  }
}

.spacer_c {
  margin-top: 1em;
}
@media screen and (min-width: 768px), screen and (max-height: 375px) {
  .spacer_c {
    margin-top: 40px;
  }
}

.spacer_cc {
  margin-top: 1em;
}
@media screen and (min-width: 768px), screen and (max-height: 375px) {
  .spacer_cc {
    margin-top: 20px;
  }
}

.spacer_ccc {
  margin-top: 0.5em;
}
@media screen and (min-width: 768px), screen and (max-height: 375px) {
  .spacer_ccc {
    margin-top: 10px;
  }
}

.p_s0 {
  padding: 0.5em;
}

.p_st0 {
  padding-top: 0.5em;
}

.p_sb0 {
  padding-bottom: 0.5em;
}

.p_stb0 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.p_slr0 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.p_sl0 {
  padding-left: 0.5em;
}

.p_sr0 {
  padding-right: 0.5em;
}

.p_s {
  padding: 1em;
}

.p_st {
  padding-top: 1em;
}

.p_sb {
  padding-bottom: 1em;
}

.p_stb {
  padding-top: 1em;
  padding-bottom: 1em;
}

.p_slr {
  padding-left: 1em;
  padding-right: 1em;
}

.p_sl {
  padding-left: 1em;
}

.p_sr {
  padding-right: 1em;
}

.p_s2 {
  padding: 2em;
}

.p_st2 {
  padding-top: 2em;
}

.p_sb2 {
  padding-bottom: 2em;
}

.p_stb {
  padding-top: 2em;
  padding-bottom: 2em;
}

.p_slr2 {
  padding-left: 2em;
  padding-right: 2em;
}

.p_sl2 {
  padding-left: 2em;
}

.p_sr2 {
  padding-right: 2em;
}

.p_s3 {
  padding: 3em;
}

.p_st3 {
  padding-top: 3em;
}

.p_sb3 {
  padding-bottom: 3em;
}

.p_stb3 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.pm_st {
  padding-top: -1em;
}

.pm_st2 {
  padding-top: -2em;
}

.pm_sb {
  padding-bottom: -1em;
}

.pm_sl {
  padding-left: -1em;
}

.pm_st {
  padding-right: -1em;
}

.flexbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px), screen and (max-height: 375px) {
  .flexbox {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: normal;
  }
}

.fb100 {
  flex-basis: 100%;
}

.fb90 {
  flex-basis: 90%;
}

.fb80 {
  flex-basis: 80%;
}

.fb79 {
  flex-basis: 79%;
}

.fb70 {
  flex-basis: 70%;
}

.fb69 {
  flex-basis: 69%;
}

.fb60 {
  flex-basis: 60%;
}

.fb59 {
  flex-basis: 59%;
}

.fb50 {
  flex-basis: 50%;
}

.fb49 {
  flex-basis: 49%;
}

.fb40 {
  flex-basis: 40%;
}

.fb39 {
  flex-basis: 39%;
}

.fb32 {
  flex-basis: 32%;
}

.fb30 {
  flex-basis: 30%;
}

.fb29 {
  flex-basis: 29%;
}

.fb25 {
  flex-basis: 25%;
}

.fb20 {
  flex-basis: 20%;
}

.fb19 {
  flex-basis: 19%;
}

.fb10 {
  flex-basis: 10%;
}

.memo {
  font-size: 14px;
}

p.mi {
  color: rgb(233, 0, 0);
  font-weight: 600;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
}

.miu {
  font-weight: 600;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  text-decoration: underline;
}

div.mi {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(233, 0, 0);
  border-radius: 0;
  background-color: white;
  overflow: hidden;
  padding: 0.5em;
}

div.mmi {
  border-width: 2px;
  border-style: solid;
  border-color: rgb(233, 0, 0);
  border-radius: 0;
  background-color: white;
  overflow: hidden;
  padding: 0.5em;
}

.marker {
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

.im18 {
  font-size: 18px;
}

.im20 {
  font-size: 20px;
  font-weight: 600;
}

.im22 {
  font-size: 22px;
  font-weight: 600;
}

.area_full {
  margin: 0 calc(50% - 50vw);
}

.area_100 {
  max-width: 100px;
}

.area_200 {
  max-width: 200px;
}

.area_300 {
  max-width: 300px;
}

.area_400 {
  max-width: 400px;
}

.area_500 {
  max-width: 500px;
}

.area_600 {
  max-width: 600px;
}

.area_700 {
  max-width: 700px;
}

.area_800 {
  max-width: 800px;
}

.area_900 {
  max-width: 900px;
}

.area_1000 {
  max-width: 1000px;
}

.area_1200 {
  max-width: 1200px;
}

.font14 {
  font-size: clamp(13px, 3vw, 14px);
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: clamp(16px, 3vw, 18px);
}

.font24 {
  font-size: clamp(20px, 3vw, 24px);
}

/*-- globalフォルダの中の_index.scss --*/
div.wrap {
  font-family: "Noto Sans JP", sans-serif, "メイリオ", Meiryo;
  margin: auto;
  scrollbar-width: 0;
  min-height: 100vh; /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
  position: relative; /* ←相対位置 */
}
div.wrap ::-webkit-scrollbar {
  width: 0;
}
@media screen and (max-width: 767px) {
  div.wrap {
    width: 100%;
  }
}

#topheader {
  top: 0;
  width: 100%;
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
}

.contents__wrap {
  font-family: "新ゴ R";
  max-width: 1200px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1480px) {
  .contents__wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 1149px) {
  .contents__wrap {
    margin-top: 60px;
  }
}

footer {
  bottom: 0;
  z-index: 1;
  top: 100vh;
}
@media screen and (min-width: 1025px) {
  footer {
    position: -webkit-sticky;
    position: sticky;
  }
}

.footer__wrap {
  background-color: #1b52d2;
  background-image: repeating-linear-gradient(-135deg, #2e4680 0, #2e4680 1px, transparent 0, transparent 50%);
  background-size: 10px 10px;
}
.footer__copyright {
  margin-top: 1em;
  font-size: clamp(1rem, 2vw, 1.125rem);
  padding: clamp(1em, 2vw, 2em);
  color: white;
  text-align: center;
}
@media screen and (min-width: 768px), screen and (max-height: 375px) {
  .footer__copyright {
    margin-top: 40px;
  }
}

/*-- layoutフォルダの中の_index.scss --*/
.navigation {
  font-family: "新ゴ R";
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: center;
  flex-wrap: nowrap;
  height: 60px;
  background-color: #a2e9dc;
  gap: 0;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1149px) {
  .navigation {
    padding: 0 20%;
    flex-wrap: wrap;
  }
}
.navigation > .nav-item {
  position: relative;
  background-color: #a2e9dc;
}
@media screen and (min-width: 1149px) {
  .navigation > .nav-item {
    flex: 1;
  }
}
.navigation > .nav-item a {
  font-size: clamp(1rem, 2vw, 1.125rem);
  cursor: pointer;
  display: block;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem;
  height: 100%;
  color: #333333;
  white-space: nowrap;
}
@media screen and (min-width: 1149px) {
  .navigation > .nav-item a {
    padding: 15px 0;
  }
}
.navigation > .nav-item a:hover {
  background-color: #defff9;
}
.navigation > .nav-item:nth-of-type(1) {
  background-color: rgb(253, 249, 177);
}
.navigation > .nav-item:nth-of-type(2) {
  background-color: bisque;
}
.navigation > .nav-item:nth-of-type(3) {
  background-color: rgb(158, 239, 255);
}

/*-- navフォルダの中の_index.scss --*/ /*-- objectフォルダの中の_index.scss --*/
.wrap {
  background-image: url("../images/back_bill.png");
  background-repeat: repeat-x;
  background-size: 460px;
  background-position: center bottom 70px;
}
@media screen and (min-width: 768px), screen and (max-height: 375px) {
  .wrap {
    background-position: center bottom 90px;
  }
}

.toptitle__wrap {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: center;
  background-color: #1b52d2;
  background-image: repeating-linear-gradient(-135deg, #2e4680 0, #2e4680 1px, transparent 0, transparent 50%);
  background-size: 10px 10px;
  border-bottom-width: 8px;
  border-bottom-style: solid;
  border-bottom-color: #52a3ff;
  padding: 8px;
}
.toptitle__wrap h1 {
  font-family: "新ゴ R";
  text-shadow: rgb(14, 0, 171) 1px 0px 0px, rgb(14, 0, 171) -1px 0px 0px, rgb(14, 0, 171) 0px -1px 0px, rgb(14, 0, 171) 0px 1px 0px, rgb(14, 0, 171) 1px 1px 0px, rgb(14, 0, 171) -1px 1px 0px, rgb(14, 0, 171) 1px -1px 0px, rgb(14, 0, 171) -1px -1px 0px, rgb(14, 0, 171) 0.5px 1px 0px, rgb(14, 0, 171) -0.5px 1px 0px, rgb(14, 0, 171) 0.5px -1px 0px, rgb(14, 0, 171) -0.5px -1px 0px, rgb(14, 0, 171) 1px 0.5px 0px, rgb(14, 0, 171) -1px 0.5px 0px, rgb(14, 0, 171) 1px -0.5px 0px, rgb(14, 0, 171) -1px -0.5px 0px;
  width: 100%;
  color: white;
  font-size: clamp(16px, 3vw, 30px);
  font-weight: 600;
}
.toptitle__wrap h1 span {
  font-weight: 400;
  font-size: clamp(14px, 3vw, 24px);
}

h4.login-logout-link.login-logout-link-logout {
  position: absolute;
  top: 105px;
  right: 10px;
}
@media screen and (min-width: 1149px) {
  h4.login-logout-link.login-logout-link-logout {
    top: 7px;
    right: 10px;
  }
}
h4.login-logout-link.login-logout-link-logout a {
  padding: 5px;
  color: white;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  border-radius: 0;
  background-color: #949393;
  overflow: hidden;
  font-size: clamp(16px, 3vw, 20px);
}

div.kouza__wrap {
  padding-bottom: 5em;
}
div.kouza__wrap h2 {
  text-align: left;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #1b52d2;
}
div.kouza__wrap p {
  font-size: clamp(16px, 1.8vw, 20px);
  padding: 2rem 0;
}
div.kouza__wrap dl.contact__wrap {
  font-size: clamp(18px, 1.8vw, 24px);
  padding: 1rem;
  border-width: 1px;
  border-style: solid;
  border-color: #1b52d2;
  border-radius: 0;
  background-color: transparent;
  overflow: hidden;
}
div.kouza__wrap dl.contact__wrap dt {
  color: #1b52d2;
  margin: 0 1rem 1rem 0;
}
div.kouza__wrap dl.contact__wrap dd:nth-of-type(2), div.kouza__wrap dl.contact__wrap dd:nth-of-type(3) {
  margin: 0.5rem 0 0 3em;
}

div.movies {
  border-width: 1px;
  border-style: solid;
  border-color: #949393;
  border-radius: 0;
  background-color: transparent;
  overflow: hidden;
}

ul.douga__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px), screen and (max-height: 375px) {
  ul.douga__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
  }
}
ul.douga__list li {
  list-style-type: none;
  flex: 1 1 calc(33.333% - 60px);
  margin-bottom: 1rem;
}
ul.douga__list li img {
  border-width: 1px;
  border-style: solid;
  border-color: #949393;
  border-radius: 0;
  background-color: transparent;
  overflow: hidden;
}
ul.douga__list dl dt {
  font-size: clamp(13px, 1.8vw, 16px);
  color: white;
  background-color: #1b52d2;
  background-image: repeating-linear-gradient(-135deg, #2e4680 0, #2e4680 1px, transparent 0, transparent 50%);
  background-size: 10px 10px;
  padding: 0.2rem 1rem;
}
ul.douga__list dl dd {
  font-family: "新ゴ R";
  font-size: clamp(16px, 1.8vw, 18px);
  color: #282828;
  margin-top: 0.3rem;
}
ul.douga__list dl dd:nth-of-type(2) {
  font-size: clamp(12px, 1.8vw, 16px);
  color: #1b52d2;
  text-align: right;
}

.googleform__wrap {
  margin-top: 2em;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
  font-size: clamp(24px, 3vw, 32px);
}
@media screen and (min-width: 768px), screen and (max-height: 375px) {
  .googleform__wrap {
    margin-top: 100px;
  }
}
.googleform__wrap a {
  font-family: "Shin Maru Go Regular";
  text-decoration: none;
  color: #db0000;
  border-width: 5px;
  border-style: solid;
  border-color: #db0000;
  border-radius: 10px;
  background-color: white;
  overflow: hidden;
  position: relative;
  display: block;
  text-align: center;
  padding: 0.3em 1em 0.3em 0.3em;
  width: 100%;
}
.googleform__wrap a::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 16px;
  left: auto;
  margin: auto;
  width: 40px;
  height: 40px;
}
.googleform__wrap a span {
  font-size: clamp(16px, 1.8vw, 20px);
  padding-left: 1rem;
}
.googleform__wrap a::after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23db0000"><path d="m13 3 3.293 3.293-7 7 1.414 1.414 7-7L21 11V3z"></path><path d="M19 19H5V5h7l-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-5l-2-2v7z"></path></svg>');
}
.googleform__wrap :hover {
  color: white;
  background-color: #db0000;
}
.googleform__wrap a:hover:after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23ffffff"><path d="m13 3 3.293 3.293-7 7 1.414 1.414 7-7L21 11V3z"></path><path d="M19 19H5V5h7l-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-5l-2-2v7z"></path></svg>');
}

div.logintoptitle__wrap {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: center;
  background-color: #1b52d2;
  background-image: repeating-linear-gradient(-135deg, #2e4680 0, #2e4680 1px, transparent 0, transparent 50%);
  background-size: 10px 10px;
  border-bottom-width: 8px;
  border-bottom-style: solid;
  border-bottom-color: #52a3ff;
  padding: 8px;
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
}
div.logintoptitle__wrap h1 {
  font-family: "新ゴ R";
  text-shadow: rgb(14, 0, 171) 1px 0px 0px, rgb(14, 0, 171) -1px 0px 0px, rgb(14, 0, 171) 0px -1px 0px, rgb(14, 0, 171) 0px 1px 0px, rgb(14, 0, 171) 1px 1px 0px, rgb(14, 0, 171) -1px 1px 0px, rgb(14, 0, 171) 1px -1px 0px, rgb(14, 0, 171) -1px -1px 0px, rgb(14, 0, 171) 0.5px 1px 0px, rgb(14, 0, 171) -0.5px 1px 0px, rgb(14, 0, 171) 0.5px -1px 0px, rgb(14, 0, 171) -0.5px -1px 0px, rgb(14, 0, 171) 1px 0.5px 0px, rgb(14, 0, 171) -1px 0.5px 0px, rgb(14, 0, 171) 1px -0.5px 0px, rgb(14, 0, 171) -1px -0.5px 0px;
  width: 100%;
  color: white;
  font-size: clamp(16px, 3vw, 30px);
  font-weight: 600;
}
div.logintoptitle__wrap h1 span {
  font-weight: 400;
  font-size: clamp(14px, 3vw, 24px);
}

div.main-container-inner div.container {
  border-width: 1px;
  border-style: solid;
  border-color: none;
  border-radius: 10px;
  background-color: rgb(208, 231, 252);
  overflow: hidden;
}
div.main-container-inner div.container h2 {
  font-size: clamp(14px, 3vw, 20px);
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem;
}

div.login-page {
  background-color: transparent !important;
}

.col-form-label {
  font-weight: 600;
}

.loginfooter__wrap {
  background-color: #1b52d2;
  background-image: repeating-linear-gradient(-135deg, #2e4680 0, #2e4680 1px, transparent 0, transparent 50%);
  background-size: 10px 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.loginfooter__copyright {
  margin-top: 1em;
  font-size: clamp(1rem, 2vw, 1.125rem);
  padding-bottom: 2em;
  color: white;
  text-align: center;
}
@media screen and (min-width: 768px), screen and (max-height: 375px) {
  .loginfooter__copyright {
    margin-top: 40px;
  }
}

/*-- pageフォルダの中の_index.scss --*/
#pagetop {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 20px;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23A0A0A0"><path d="M5 21h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zM5 5h14l.001 14H5V5z"></path><path d="m6.293 13.293 1.414 1.414L12 10.414l4.293 4.293 1.414-1.414L12 7.586z"></path></svg>');
  opacity: 0.5;
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  z-index: 100;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

@media print {
  #topheader,
.toptitle__wrap,
.form-print,
.form-actions {
    display: none;
  }
  .contents__wrap {
    margin: 0;
    padding: 0;
  }
  div.ccm-form div.mb-3 {
    margin: 0;
    padding: 0;
  }
  div.ccm-form span.text-muted {
    display: none;
  }
}
div.myforms {
  max-width: 980px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
div.myforms label.control-label {
  font-weight: 400;
}
div.myforms div.alert-danger {
  border-width: 2px;
  border-style: solid;
  border-color: #1b52d2;
  border-radius: 0;
  background-color: transparent;
  overflow: hidden;
  padding: 1em;
  margin: 1em;
}
div.myforms div.alert-danger .error {
  padding: 0.5em;
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: red;
}
div.myforms input[type=submit] {
  color: white;
  font-size: 20px;
  padding: 8px 50px;
  margin: 2em 0;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: #1b52d2;
  border-radius: 5px;
  background-color: #1b52d2;
  overflow: hidden;
}

div.myform-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
}
@media screen and (min-width: 568px) {
  div.myform-group {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: normal;
  }
}
div.myform-group input[type=text],
div.myform-group [type=tel],
div.myform-group [type=email],
div.myform-group textarea {
  margin: 1em 0 2em 0;
  padding: 0.5em;
  border-width: 1px;
  border-style: solid;
  border-color: #1b52d2;
  border-radius: 5px;
  background-color: white;
  overflow: hidden;
  font-size: clamp(1rem, 2vw, 1.125rem);
}
@media screen and (min-width: 568px) {
  div.myform-group input[type=text],
div.myform-group [type=tel],
div.myform-group [type=email],
div.myform-group textarea {
    margin: 0.5em 0;
    padding: 0.5em 1em;
  }
}
div.myform-group input[type=text] {
  width: 400px;
}
div.myform-group input[type=tel] {
  width: 400px;
}
div.myform-group input[type=email] {
  width: 400px;
}
div.myform-group label.control-label {
  flex-basis: 36%;
}
div.myform-group textarea {
  width: 400px;
}
div.myform-group select {
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: #1b52d2;
  border-radius: 5px;
  background-color: white;
  overflow: hidden;
  font-size: clamp(1rem, 2vw, 1.125rem);
  width: 400px;
  margin: 1em 1em 1em 0;
  padding: 0.5em 0;
}
@media screen and (min-width: 568px) {
  div.myform-group select {
    width: 200px;
  }
}
div.myform-group span.text-muted {
  font-size: 14px;
  color: rgb(209, 0, 0);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(209, 0, 0);
  border-radius: 0;
  background-color: transparent;
  overflow: hidden;
}

div.myforms div.myform-group label.control-label {
  text-align: left;
  font-weight: 400;
}

div.exmyforms {
  max-width: 980px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
div.exmyforms label.control-label {
  font-weight: 400;
}
div.exmyforms p {
  font-size: clamp(16px, 3vw, 18px);
  padding: 2.5em 0 1em 0;
}
div.exmyforms ol {
  margin-left: 2em;
}
div.exmyforms ol li {
  padding: 0.2em 0;
}
div.exmyforms div.alert-danger {
  border-width: 2px;
  border-style: solid;
  border-color: red;
  border-radius: 0;
  background-color: transparent;
  overflow: hidden;
  padding: 1em 3em;
  margin: 1em;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
div.exmyforms div.alert-danger .error {
  padding: 0.5em;
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: red;
}
div.exmyforms input[type=button] {
  color: white;
  font-size: 20px;
  padding: 8px 50px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: #1b52d2;
  border-radius: 5px;
  background-color: #1b52d2;
  overflow: hidden;
}
div.exmyforms button[type=submit] {
  color: white;
  font-size: 30px;
  padding: 8px 80px;
  margin: 1em 0;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: #cf0700;
  border-radius: 5px;
  background-color: #cf0700;
  overflow: hidden;
}

div.ccm-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}
@media screen and (min-width: 568px) {
  div.ccm-form {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: normal;
  }
}
div.ccm-form input[type=text],
div.ccm-form [type=tel],
div.ccm-form [type=email],
div.ccm-form textarea {
  margin: 1em 0 2em 0;
  padding: 0.5em;
  border-width: 1px;
  border-style: solid;
  border-color: #1b52d2;
  border-radius: 5px;
  background-color: white;
  overflow: hidden;
  font-size: clamp(1rem, 2vw, 1.125rem);
}
@media screen and (min-width: 568px) {
  div.ccm-form input[type=text],
div.ccm-form [type=tel],
div.ccm-form [type=email],
div.ccm-form textarea {
    margin: 0.5em 0;
    padding: 0.5em 1em;
  }
}
div.ccm-form input[type=text] {
  max-width: 500px;
  width: 100%;
}
div.ccm-form input[type=tel] {
  max-width: 400px;
  width: 100%;
}
div.ccm-form input[type=email] {
  max-width: 400px;
  width: 100%;
}
div.ccm-form label.control-label {
  flex-basis: 40%;
  width: 100%;
}
div.ccm-form textarea {
  max-width: 400px;
  width: 100%;
}
div.ccm-form select {
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: #1b52d2;
  border-radius: 5px;
  background-color: white;
  overflow: hidden;
  font-size: clamp(1rem, 2vw, 1.125rem);
  max-width: 500px;
  width: 100%;
  margin: 1em 1em 1em 0;
  padding: 0.5em 0;
}
@media screen and (min-width: 568px) {
  div.ccm-form select {
    width: 200px;
  }
}
div.ccm-form span.text-muted {
  font-size: 13px;
  color: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-radius: 0;
  background-color: transparent;
  overflow: hidden;
  margin-right: 1em;
}
div.ccm-form div.mb-3 {
  font-size: clamp(16px, 3vw, 18px);
  max-width: 800px;
  text-align: center;
  margin: 0.5em auto 1em auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: normal;
  text-align: left;
  padding: 0.5em;
}
div.ccm-form div.mb-3 .form-label {
  flex-basis: 28%;
  background-color: #efefef;
}
@media screen and (min-width: 1149px) {
  div.ccm-form div.mb-3 .form-label {
    padding: 0.5em;
  }
}
div.ccm-form div.mb-3 .form-check {
  max-width: 100px;
  width: 50%;
}
div.ccm-form div.mb-3 .form-check-input {
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  margin-left: 30px;
}
div.ccm-form .form-print, div.ccm-form .form-actions {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.pankuzu {
  margin: 0 0 2rem 0;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  list-style: none;
  font-size: clamp(0.875rem, 3vw, 1rem);
}

.pankuzu li:not(:last-of-type)::after {
  content: "›";
  margin: 0 0.6rem; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}

/*-- concreteフォルダの中の_index.scss --*/
/*# sourceMappingURL=style.css.map */