@charset "utf-8";
/* ------------------------------------------------------------------------------------------------------------------------------------------------- base */
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSansCJKjp-Regular.woff') format('woff'), url('../font/NotoSansCJKjp-Regular.eot') format('eot');
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('../font/NotoSansCJKjp-Bold.woff') format('woff'), url('../font/NotoSansCJKjp-Bold.eot') format('eot');
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url('../font/NotoSansCJKjp-Black.woff') format('woff'), url('../font/NotoSansCJKjp-Black.eot') format('eot');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../font/Montserrat-Medium.woff') format('woff'), url('../font/Montserrat-Medium.eot') format('eot');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../font/Montserrat-Bold.woff') format('woff'), url('../font/Montserrat-Bold.eot') format('eot');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../font/Montserrat-Black.woff') format('woff'), url('../font/Montserrat-Black.eot') format('eot');
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../font/Lato-Black.woff') format('woff'), url('../font/Lato-Black.eot') format('eot');
  font-display: swap;
}
.ut--enText {
  font-family: 'Montserrat';
}
body {
  background: #fff;
  color: #4d4d4d;
  font-family: "NotoSansCJKjp", 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", '游ゴシック', YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 14px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-weight: 400;
}
html, body {
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
}
a, a:link {
  color: #13aa59;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:visited {
  color: #13aa59;
}
a:hover, a:active {
  color: #13aa59;
  text-decoration: underline;
}
[type="text"] {
  border: 0;
  font-size: inherit;
  margin: 0;
  padding: 0;
}
[type="text"] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
* {
  box-sizing: border-box;
}
#wrapper {
  width: 100%;
  position: relative;
  min-height: 100%;
}
.header01 {
  text-align: center;
  background-color: #ed6d2a;
  color: #fff;
  margin: 0;
  height: 78px;
  padding-top: 30px;
}
.header01 h2 {
  margin: 0;
  line-height: 1;
}
.content01 {
  max-width: 400px;
  text-align: center;
  margin: 30px auto 0;
}
.content01 p {
  text-align: left;
  margin-bottom: 4px;
  margin-top: 20px;
}
.content01 div {
  text-align: left;
  margin-bottom: 16px;
}
.content01 p:before {
  content: "必須";
  color: #FD6740;
  padding: 1px 3px 0 2px;
  margin: 0 1em 0.5em 0;
  font-size: 10px;
  border: 1px solid #FD6740;
  display: inline-block;
  float: left;
}
.content02 {
  max-width: 360px;
  text-align: center;
  margin: 0 auto 100px;
  padding-bottom: 100px;
}
form input, form textarea {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  padding: .75em;
  box-sizing: border-box;
  font-size: 14px;
  text-align: left;
  line-height: 2;
}
#submit {
  text-align: center;
  background-color: #FD6740;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
#submit:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
.kakunin {
  text-align: left;
  margin-bottom: 24px;
}
form input[type="checkbox"] {
  margin-left: 0;
  padding-left: 0;
  margin-right: 6px;
  width: 14px;
  height: 14px;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.footer {
  width: 100%;
  background-color: #333;
  color: #fff;
  font-size: 10px;
  text-align: center;
  margin: 0;
  line-height: 1.3;
  padding: 10px;
  bottom: 0;
  position: absolute;
  height: 30px;
}
@media (max-width: 380px) {
  .content01 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .content02 {
    margin-left: 10px;
    margin-right: 10px;
  }
}


.secBanner {
    max-width: 400px;
    margin: 32px auto;
    padding: 0 12px;
}

img {
    width: 100%;
}

.secBanner__textListWrapper {
    margin: 32px 0 0 0;
    padding: 24px;
    border: 6px solid #f5f5f5;
}

li.secBanner__textItem {
    font-size: 15px;
    margin: 0 0 9px 0;
}

ul.secBanner__textList {
    padding: 0 0 0 20px;
}