/*リセットcss↓*/
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
sup {
	vertical-align: super;
	font-size: 0.5em;
}
img {
	vertical-align: top;
}
i {
	font-style: normal;
}
/*----リセットcss*----/

/*インフォメーションcss*/

.box_con01 {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 20px;
}
.box_con01 .info-list {
  margin: 20px 50px;
}
.box_con01 .info-list li {
  padding: 5px 0;
}
.box_con01 .list-first li{
  list-style-type: disc;
}
.box_con01 .list-second li{
  list-style-type: circle;
}
.box_con01 .info-table {
  margin: 10px 50px;
}
.box_con01 .info-table th {
  width: 25%;
  font-weight: normal;
  padding: 5px 0;
}
.box_con01 .info-table td {
  padding: 5px 0;
}
.box_con01 .info-table td em {
  font-weight: bold;
}
.box_con01 p {
  margin: 10px 50px;
  padding-top: 10px;
}
/*インフォメーションcss*/

/*フォームデザインcss↓*/
.box_con03 {
  max-width: 900px;
  margin: 0  auto;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .box_con03 {
    width: 95%;
  }
}
.box_con03 form {
  width: 100%;
}
.box_con03 form table {
  width: 100%;
}
.box_con03 form table tr {
  position: relative;
}
.box_con03 form table tr th {
  width: 30%;
  font-weight: normal;
  padding: 1em .5em;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .box_con03 form table tr th:before {
    content: "";
    width: 2px;
    border-right: 1px dashed #000;
    height: 70%;
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media print {
  .box_con03 form table tr th:before {
    content: "";
    width: 2px;
    border-right: 1px dashed #000;
    height: 70%;
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.ie8 .box_con03 form table tr th:before {
  content: "";
  width: 2px;
  border-right: 1px dashed #000;
  height: 70%;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .box_con03 form table tr th {
    border: 1px dashed #000;
    border-right: none;
    border-left: none;
    text-align: center;
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    padding: .8em .2em;
  }
}
.box_con03 form table tr th span {
  background: #cd6f55;
  padding: 0 .3em;
  color: #fff;
  margin-left: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_con03 form table tr td {
  position: relative;
  padding: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .box_con03 form table tr td {
    padding: 1.5em .5em;
    display: block;
    width: 100%;
  }
}
.box_con03 form table tr .box_br {
  display: block;
}
.box_con03 form table tr select, .box_con03 form table tr textarea, .box_con03 form table tr .wide {
  width: 100%;
  height: 3em;
  padding: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_con03 form table tr textarea {
  height: 10em;
}

/*プライバシーのデザインcss↓*/
.con_pri {
  max-width: 700px;
  margin: 0  auto;
}
@media only screen and (max-width: 768px) {
  .con_pri {
    width: 95%;
  }
}
.con_pri .box_pri {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #cdcdcd;
  background: #f7f7f7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 55px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .con_pri .box_pri {
    padding: 4%;
  }
}
.con_pri .box_pri .box_tori {
  text-align: left;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
}
.con_pri .box_pri .box_tori h4 {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 150%;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
  }
}
.con_pri .box_pri .box_tori .txt {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
  }
}
.con_pri .box_pri .box_num {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
}
.con_pri .box_pri .box_num h4 {
  font-weight: normal;
  font-size: 113%;
}
.con_pri .box_pri .box_num .txt {
  padding: 10px 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
  }
}

.box_check {
  text-align: center;
  margin: 1em auto;
}
.box_check label {
  display: inline-block;
}
.box_check label span {
  margin-left: .3em;
}

.btn {
  text-align: center;
}
.btn input {
  display: inline-block;
  background: #eee;
  padding: .5em 4em;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  border: none;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/*style.cssより*/
/*header-------------------*/
header{
  width: 100%;
  position: fixed;
  background-color: rgba(189, 238, 144, 0.8);
  font-weight: bolder;
  z-index: 100;
}
.c-header {
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  /*padding: 1rem 2rem; /* カスタマイズしてください */
  width: 100%;
  position: fixed;
  z-index: 100;
}

.c-header__logo {
  color: darkgreen; /* カスタマイズしてください */
  min-width: 80px; /* カスタマイズしてください */
  text-decoration: none;
}

.c-header__list {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;
}

.c-header__list-item {
  list-style: none;
  text-decoration: none;
}

.c-header__list-link {
  color: darkgreen; /* カスタマイズしてください */
  display: block;
  /*margin-right: 20px; /* カスタマイズしてください */
  text-decoration: none;
  /*padding: 10px 0px; /* カスタマイズしてください */
}

.c-header__list-link:hover {
  filter: opacity(0.6); /* カスタマイズしてください */
}

.c-hamburger-menu {
  position: relative;
}

/*responsive.cssより（formページに都合よくするため）*/
/* タブレット向けレイアウト */
@media (max-width: 1000px) {
  .top-message {
    width: 100%;
  }
  .top-message h1{
    font-size: 32px;
 }
  .area-warp{
    width: 50%;
  }
}

/* スマホ向けレイアウト */
@media screen and (max-width: 750px) {
  .c-hamburger-menu__list {
    background-color: rgba(181, 243, 243, 0.8); /* カスタマイズしてください */
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 2rem; /* カスタマイズしてください */
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s; /* カスタマイズしてください */
    top: 100%;
    width: 100%;
  }

  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
  }
}

.c-hamburger-menu__input {
  display: none;
}

.c-hamburger-menu__bg {
  background-color: #000; /* カスタマイズしてください */
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  opacity: .4; /* カスタマイズしてください */
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
  height: 100vh;
  top: 510%;
  width: 100%;
}

.c-hamburger-menu__button {
  display: none;
}

@media screen and (max-width: 750px) {
  .c-hamburger-menu__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px; /* カスタマイズしてください */
    height: 32px; /* カスタマイズしてください */
    justify-content: center;
    width: 32px; /* カスタマイズしてください */
  }
}

.c-hamburger-menu__button-mark {
  background-color: darkgreen; /* カスタマイズしてください */
  display: block;
  height: 3px; /* カスタマイズしてください */
  transition: 0.3s; /* カスタマイズしてください */
  width: 26px; /* カスタマイズしてください */
}

@media screen and (max-width: 750px) {
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
  
  .top-message h1{
    font-size: 24px;
 }
  .area-warp{
    width: 100%;
  }

}