@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans JP Thin"), url("fonts/NotoSansJP-Thin.woff2") format("woff2"), url("fonts/NotoSansJP-Thin.woff") format("woff"), url("fonts/NotoSansJP-Thin.ttf") format("ttf"), url("fonts/NotoSansJP-Thin.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans JP Light"), url("fonts/NotoSansJP-Light.woff2") format("woff2"), url("fonts/NotoSansJP-Light.woff") format("woff"), url("fonts/NotoSansJP-Light.ttf") format("ttf"), url("fonts/NotoSansJP-Light.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans JP Regular"), url("fonts/NotoSansJP-Regular.woff2") format("woff2"), url("fonts/NotoSansJP-Regular.woff") format("woff"), url("fonts/NotoSansJP-Regular.ttf") format("ttf"), url("fonts/NotoSansJP-Regular.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans JP Medium"), url("fonts/NotoSansJP-Medium.woff2") format("woff2"), url("fonts/NotoSansJP-Medium.woff") format("woff"), url("fonts/NotoSansJP-Medium.ttf") format("ttf"), url("fonts/NotoSansJP-Medium.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans JP Bold"), url("fonts/NotoSansJP-Bold.woff2") format("woff2"), url("fonts/NotoSansJP-Bold.woff") format("woff"), url("fonts/NotoSansJP-Bold.ttf") format("ttf"), url("fonts/NotoSansJP-Bold.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans JP Black"), url("fonts/NotoSansJP-Black.woff2") format("woff2"), url("fonts/NotoSansJP-Black.woff") format("woff"), url("fonts/NotoSansJP-Black.ttf") format("ttf"), url("fonts/NotoSansJP-Black.eot") format("embedded-opentype");
  font-display: swap;
}
/*
reset
------------------------------------------------------------------------------------------*/
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
  height: auto;
}

p,
dl,
dt,
dd,
ul,
ul > li,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

ul {
  list-style: none;
}

ul > li {
  list-style-type: none;
}

caption,
th {
  text-align: left;
}

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

abbr,
acronym {
  border: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/*
layout
------------------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #663300;
  background: #FFFBF0;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}

h1 {
  font-size: 42px;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
  color: #109954;
  margin: 0 0 2em 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}
h1 span {
  font-size: 36px;
  display: block;
}
@media screen and (max-width: 767px) {
  h1 span {
    font-size: 32px;
  }
}
h1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  border-bottom: 3px solid #109954;
}
h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50%;
  border-bottom: 3px solid #ECB02D;
}

h2 {
  text-align: center;
  margin: 2em 0;
  position: relative;
}
h2::before {
  display: inline-block;
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  width: 80px;
  height: 4px;
  transform: translate(-50%);
  background-color: #ECB02D;
}

.page__wrapper {
  max-width: 100%;
  width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .page__wrapper {
    padding: 0 4%;
  }
}
@media screen and (max-width: 799px) {
  .page__wrapper {
    padding: 0 4%;
  }
}

@media screen and (max-width: 767px) {
  .main {
    margin-top: 90px;
  }
}

@media screen and (min-width: 800px) {
  .pc_block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc_block {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .sp_block {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  .sp_block {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_block {
    display: block;
  }
}

a.external-link {
  color: #FF6699;
  text-decoration: underline;
}
a.external-link:hover {
  color: #109954;
}
a.external-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  font-weight: 900;
  display: inline-block;
  margin: 0 0.3em;
  text-decoration: none;
}

.column__wrapper {
  display: flex;
  justify-content: space-between;
  width: 800px;
  max-width: 100%;
  margin: auto;
}

.column {
  width: 46%;
}

.column__outside-left {
  flex: 1;
  margin-left: calc(46% - 46vw);
  margin-right: 4%;
}

.column__outside-right {
  flex: 1;
  margin-right: calc(46% - 46vw);
  padding-left: 4%;
}

.block__btn {
  text-align: center;
}
.block__btn .btn_margin {
  margin-top: 20px;
}
.block__btn .btn_center {
  margin-inline: auto;
}
.block__btn .btn {
  display: block;
  width: 320px;
  background-color: #109954;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.block__btn .btn::before {
  content: "◎";
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f144";
}
.block__btn .btn:hover {
  background-color: #ECB02D;
}

table.left_th {
  width: 100%;
  border: solid 2px #ccc;
  border-collapse: collapse;
}
table.left_th th, table.left_th td {
  border: solid 1px #ccc;
  padding: 1em 1em;
}
table.left_th th {
  width: 28%;
  background: #efefef;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  table.left_th th {
    display: block;
    width: 100%;
  }
}
table.left_th th span:before {
  content: "必須";
  display: inline-block;
  background: #cc0000;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  margin-left: 1em;
  padding: 0.2em 0.5em;
  border-radius: 3px;
}
table.left_th td {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  table.left_th td {
    display: block;
    width: 100%;
  }
}

table.top_th {
  width: 100%;
  border: solid 2px #ccc;
  border-collapse: collapse;
}
table.top_th th, table.top_th td {
  padding: 1em 1em;
  border: solid 1px #ccc;
}
table.top_th th {
  width: 100%;
  font-weight: bold;
  background: #efefef;
}
table.top_th th span:before {
  content: "必須";
  display: inline-block;
  background: #cc0000;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  margin-left: 1em;
  padding: 0.2em 0.5em;
  border-radius: 3px;
}
table.top_th td {
  width: 100%;
  padding: 2em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  table.top_th td {
    padding: 1em;
  }
}

.sub_question + .sub_question {
  margin-top: 1em;
}

.sub_question_label {
  font-weight: bold;
}

.note {
  font-size: 12px;
  margin: 1em 0;
}

td .note {
  color: #FF6699;
}

/*
form
------------------------------------------------------------------------------------------*/
select,
textarea,
input[type=tel],
input[type=text] {
  width: 100%;
  padding: 1em 1em;
  border: solid 1px #ccc;
  border-radius: 5px;
}

textarea {
  height: 10em;
}

input[type=text],
textarea {
  color: #109954;
  font-weight: bold;
}

input[type=text].width_half {
  width: 50%;
}

/*------------------------------------*
	ラジオボタン・チェックボックス
 *------------------------------------*/
input[type=radio],
input[type=checkbox] {
  display: none;
}

.label_radio,
.label_checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0.2em 2.4em;
  position: relative;
  width: auto;
}
@media screen and (max-width: 767px) {
  .label_radio,
  .label_checkbox {
    padding: 1em 0 1em 2.4em;
    border-bottom: dashed 1px #ccc;
    width: 100%;
  }
}

.label_radio:hover,
.label_checkbox:hover {
  background: #efefef;
  border-radius: 5px;
}

.label_radio::before,
.label_checkbox::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  content: "";
  display: block;
  height: 20px;
  left: 5px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}

.label_radio::before {
  border-radius: 50%;
}

.label_checkbox::before {
  border-radius: 3px;
}

.label_radio::after {
  background: #ff9900;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  left: 11px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 8px;
}

.label_checkbox::after {
  border-right: 4px solid #ff9900;
  border-bottom: 3px solid #ff9900;
  content: "";
  display: block;
  height: 20px;
  left: 12px;
  margin-top: -14px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 9px;
}

input[type=radio]:checked + .label_radio::before,
input[type=checkbox]:checked + .label_checkbox::before {
  border-color: #666;
}

input[type=radio]:checked + .label_radio::after,
input[type=checkbox]:checked + .label_checkbox::after {
  opacity: 1;
}

.header {
  height: 200px;
  background-color: #109954;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .logo {
  display: block;
  width: 480px;
  max-width: 90%;
}

/*
footer
------------------------------------------------------------------------------------------*/
.footer {
  position: relative;
  width: 100%;
  background: #109954;
  margin-top: 100px;
}
.footer .copyright {
  background: #109954;
  font-weight: normal;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 1em;
}

/*-------------------------------------------*
	PAGE TOP
 *-------------------------------------------*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 60px;
  background: #ECB02D;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 9999;
}
#page_top a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a:hover {
  opacity: 1;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  font-size: 25px;
  font-weight: 900;
  color: #fff;
}

/*
form
------------------------------------------------------------------------------------------*/
.present {
  margin-bottom: 6em;
}

.enquete {
  margin-bottom: 6em;
}

.choice_wrapper {
  margin: 0.5em;
}

input[type=checkbox] {
  margin-right: 0.5em;
}

input[type=checkbox].check_add:checked + label + div.add_item {
  display: block;
}

.add_item {
  margin: 1em 1em 1em 3em;
  display: none;
}
@media screen and (max-width: 767px) {
  .add_item {
    margin-left: 2em;
  }
}

.detail_item {
  margin: 1em 0 1em 0;
}

.answer {
  color: #109954;
}

.answer span {
  color: #663300;
}

#name,
#pref {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #name,
  #pref {
    width: 100%;
  }
}

#pref {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1em 1em;
  border: solid 1px #ccc;
  border-radius: 5px;
}/*# sourceMappingURL=style.css.map */