@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Roboto:400,500,700&subset=japanese");
/* CSSリセット */
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, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  background-color: #FFFFFF;
}

body {
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-display: swap;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-decoration: none;
}

header {
  margin-bottom: 30px;
}
header > h1 {
  text-align: center;
  line-height: 1.3;
  font-weight: 800;
  color: #FFF;
  margin: 0 auto 10px auto;
  padding: 15px 0;
  background: #417902;
}
@media screen and (max-width: 414px) {
  header > h1 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  header > h1 {
    font-size: 1.8rem;
  }
}

.contents {
  padding: 20px 0;
}

h2 {
  margin: 0px 0px 0.5em;
  padding: 0px;
  font-size: 150%;
}

h3 {
  color: #FF8C00;
  margin: 0px 0px 0.5em;
  padding: 0px;
  font-size: 150%;
  font-weight: 800;
}

h4 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

p {
  font-size: 1.5rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.red {
  color: #417902;
}

.blue {
  color: #035CC5;
}

.bgOrange {
  background-color: #FFEACA;
  font-weight: 800;
}

input {
  font-size: 1.6rem;
  margin: 0 10px 0 0;
}

a {
  color: #3FA9F5;
  transition: all 0.3s;
}
a:hover {
  color: #FF8C00;
}

footer {
  clear: both;
  border-top: 1px solid #CCC;
  padding: 15px 0px;
}
footer p {
  margin: 0px;
  padding: 0px;
  font-size: 9pt;
  color: #666666;
  text-align: center;
}

.attention_block {
  background: #fffb00;
  margin-bottom: 30px;
  padding: 20px 30px;
}
.attention_block h2 {
  font-size: 1.8rem;
  font-weight: bold;
}
.attention_block ol {
  list-style-position: outside;
}
.attention_block ol li {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-left: 2rem;
  margin-bottom: 10px;
}
.attention_block ol li:last-child {
  margin-bottom: 0;
}

.alert {
  padding: 2em;
  margin-bottom: 20px;
  background: #FDE4E4;
  border: 1px solid #EC0003;
}
.alert p {
  color: #EC0003;
  font-weight: 800;
}
.alert ul li {
  margin-bottom: 0.5em;
  list-style: disc inside;
}

.required_icon {
  font-size: 1.3rem;
  color: #FFF;
  background: #FF5F5F;
  margin-right: 10px;
  padding: 3px 10px;
  border-radius: 5px;
}

strong {
  font-weight: 700;
}

dl {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

dt {
  font-weight: 800;
  line-height: 1.5;
  background: #EEE;
  margin-bottom: 0.5rem;
  padding: 15px;
}

dd {
  line-height: 2;
  padding: 10px 0;
  background: #FFFFFF;
}

label {
  cursor: pointer;
}

.confirm_box {
  border: 1px solid #CCC;
}
.confirm_box dd {
  font-size: 1.6rem;
  color: #FF8C00;
  padding: 1rem;
}

.flex {
  display: flex;
  align-items: center;
}
.flex > p {
  margin-bottom: 0;
}

input[type=text], input[type=tel], input[type=email], input[type=url], input[type=number], select, textarea {
  outline: 0;
  border-radius: 4px;
  border: 2px solid #CCC;
  padding: 10px;
}

.wdt-10 {
  width: 10%;
}

.wdt-15 {
  width: 15%;
}

.wdt-20 {
  width: 20%;
}

.wdt-30 {
  width: 30%;
}

.wdt-40 {
  width: 40%;
}

.wdt-50 {
  width: 50%;
}

.wdt-60 {
  width: 60%;
}

.wdt-70 {
  width: 70%;
}

.wdt-80 {
  width: 80%;
}

.wdt-90 {
  width: 90%;
}

.wdt-100 {
  width: 100%;
}

.mw-180 {
  max-width: 180px;
}

input:focus,
input:active {
  outline: 0;
  border: solid 2px #EEA34A;
}

input.error {
  background-color: #FFEACA;
}

label.error {
  display: block;
  color: #417902;
}

section {
  margin-bottom: 50px;
}
section > h1 {
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 5px 20px;
  background: #417902;
}
section > h1 span {
  margin-right: 10px;
}

input[type=submit],
.button {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 0;
  display: block;
  width: 100%;
  height: 44px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px #444;
  transition: all 0.3s;
  cursor: pointer;
}

.button {
  padding-top: 1.5rem;
}

.btncolor-01 {
  background: #e60012;
}
.btncolor-01:hover {
  background: rgb(255, 77, 90.9304347826);
}

.btncolor-02 {
  background: #036eb8;
}
.btncolor-02:hover {
  background: rgb(37.5454545455, 164, 251.4545454545);
}

.nomal_list {
  border: 1px solid #417902;
  background: #FCE3E4;
  padding: 20px;
}
.nomal_list li {
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-left: 2rem;
  list-style: square outside;
}
.nomal_list li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 0px) and (max-device-width: 320px) {
  .contents {
    max-width: 100%;
    padding: 10px;
  }
  .btn {
    font-size: 10pt;
  }
}
@media screen and (min-width: 321px) and (max-device-width: 768px) {
  .contents {
    max-width: 100%;
    padding: 10px;
  }
}
@media screen and (min-width: 769px) {
  .contents {
    max-width: 720px;
    margin: 0 auto;
  }
}
/* Setting */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* Text */
.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.red {
  color: #F10004;
}

.green {
  color: #00AA00;
}

/* Border */
.bdr-T {
  border-top: 1px solid #CCC;
}

.bdr-R {
  border-right: 1px solid #CCC;
}

.bdr-L {
  border-left: 1px solid #CCC;
}

.bdr-B {
  border-bottom: 1px solid #CCC;
}

.bdr-BD {
  border-bottom: 1px dashed #CCC;
}

/* Margin-Top */
.mgn-T5 {
  margin-top: 5px;
}

.mgn-T10 {
  margin-top: 10px;
}

.mgn-T15 {
  margin-top: 15px;
}

.mgn-T20 {
  margin-top: 20px;
}

.mgn-T25 {
  margin-top: 25px;
}

.mgn-T30 {
  margin-top: 30px;
}

.mgn-T35 {
  margin-top: 35px;
}

.mgn-T40 {
  margin-top: 40px;
}

.mgn-T45 {
  margin-top: 45px;
}

.mgn-T50 {
  margin-top: 50px;
}

/* Margin-Right */
.mgn-R5 {
  margin-right: 5px;
}

.mgn-R10 {
  margin-right: 10px;
}

.mgn-R15 {
  margin-right: 15px;
}

.mgn-R20 {
  margin-right: 20px;
}

.mgn-R25 {
  margin-right: 25px;
}

.mgn-R30 {
  margin-right: 30px;
}

.mgn-R35 {
  margin-right: 35px;
}

.mgn-R40 {
  margin-right: 40px;
}

.mgn-R45 {
  margin-right: 45px;
}

.mgn-R50 {
  margin-right: 50px;
}

/* Margin-Bottom */
.mgn-B5 {
  margin-bottom: 5px;
}

.mgn-B10 {
  margin-bottom: 10px;
}

.mgn-B15 {
  margin-bottom: 15px;
}

.mgn-B20 {
  margin-bottom: 20px;
}

.mgn-B25 {
  margin-bottom: 25px;
}

.mgn-B30 {
  margin-bottom: 30px;
}

.mgn-B35 {
  margin-bottom: 35px;
}

.mgn-B40 {
  margin-bottom: 40px;
}

.mgn-B45 {
  margin-bottom: 45px;
}

.mgn-B50 {
  margin-bottom: 50px;
}

/* Margin-Left */
.mgn-L5 {
  margin-left: 5px;
}

.mgn-L10 {
  margin-left: 10px;
}

.mgn-L15 {
  margin-left: 15px;
}

.mgn-L20 {
  margin-left: 20px;
}

.mgn-L25 {
  margin-left: 25px;
}

.mgn-L30 {
  margin-left: 30px;
}

.mgn-L35 {
  margin-left: 35px;
}

.mgn-L40 {
  margin-left: 40px;
}

.mgn-L45 {
  margin-left: 45px;
}

.mgn-L50 {
  margin-left: 50px;
}/*# sourceMappingURL=style.css.map */