@charset "UTF-8";
/* Body */
body {
	font-family:  "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto;
	font-style: normal;
	width: 100%;
	min-width:320px;
	font-size: 16px;
	}
/* 文字関連 */

header {
   text-align: center;
	margin-right: auto;
	margin-left: auto;
	width : 100%;
	background: #148C77
	
}

.bg_img{
 width: 100%;
  height: 300px;
  object-fit: cover;
}


img{
	max-width: 100%;
}
.header_p{
	font-size: 2em;
	height: 2em;
	font-weight: bold;
	vertical-align: bottom;
	padding: 10px 0 0 0;
	margin: 0;
}

h1{
	color: #000000;
	font-size: 1.5em;

	
}
h2{
	font-size: 1.5em;
	border-bottom: 1px solid #F90004;
	text-align: center;
	
	
}
h3{
	color: #6cb4e4;
  text-align: center;
  padding: 0.25em;
  border-top: solid 2px #6cb4e4;
  border-bottom: solid 2px #6cb4e4;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

.title{
	font-weight: bold;
	font-size: 20px;
}

.midashi{
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
}

/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}


a {
  transition: .3s;
}

/*ホバー時に透明度50%*/
a :hover {
  opacity: 0.5;
}


img {
	height: auto;
	text-align: center;

}
.top {/*親div*/
  position: relative;/*相対配置*/

  }
.top p{ 
  position: absolute;
  color: white;/*文字は白に*/
  font-weight: bold; /*太字に*/
  font-size: 2em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/
   top: 50%;
  left: 50%;

 text-shadow:  2px 2px 5px #000;
	
	
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	
  /*文字の装飾は省略*/
}

.top img {
  width: 100%;
  }

.b{
	display: flex;
	flex-wrap: wrap;
	justify-content:center
}
.c{
	background: none;
	margin: auto;

}

.h{
	width: 350px;
	background: none;
	text-align: center;
	margin: 0 auto;
	font-size: 13px;


}

/* for table */

.box{

	margin-right: auto;
	margin-left: auto;
	
}

.box tbody ,.box table , .box td , .box th ,.box tr  {
	width: 70%;
	table-layout: fixed;
	border-collapse: collapse;
	background: #fff;
	margin-right: auto;
	margin-left: auto;
	padding: 6px;

}
.button {
  display: inline-block;
  padding: .5em 1em;
  width:100%;
  border-radius: 4px;
  text-align: center;
  color: #000000;
  background-color: #EFF4F4;
  cursor: pointer;
}

.button:hover {
  background-color: #E8EAEB;
}


/* css checkbox01 */
.checkbox01{
	margin: 10px;
	height: 40px;
	
}

.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 30px;
  position:relative;
  margin-right: 20px;
  word-wrap: break-word;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #009a9a;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 8px;
  width: 8px;
  height: 18px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}

.radio02-input{
  display: none;
}
.radio02-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio02-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio02-input:checked + label{
  color: #009a9a;
}
.radio02-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #009a9a;
  border-radius: 50%;
}

.box th{
	background: #F5C78C;

}

.area{

	border: #704647 solid 1px;
	background: #fff;
	padding: 5px;
	margin: 5px;
	margin-bottom: 10px;
	width:40%;
	min-width: 30%;
	

	
}


#form {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	
}
#form input{
	height: 20px;
	margin: 5px;
}
#form th, #form td {
	border: 1px solid #666;
	padding: 1em;
}
#form th {
	white-space: nowrap;
	background: #E0E9F8;
	padding: 5px, 0;
}
#form td {
	background: #fff;
}
p.btn input {
	width: 110px;
	height: 32px;
}
.btn{
	text-align: center;
}
.formimg{
	width: 350px;
}
/* for title */

.tell {

    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 2px 2px 1px #00F,
    -2px 2px 1px #00F,
    2px -2px 1px #00F,
    -2px -2px 1px #00F;
}

.mail {

    font-size: px;

}


.shadow{
	box-shadow: 2px 2px 4px gray;
}
/* for message */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

/* for back-button */
form.back {
	margin-top: 2em;
}
p{
	text-align: center;
	width: 100%;
}



/* Mobile */
@media (max-width: 320px) {
body{
	width: 100%;
	}
.box{
	background: #fff;
	width:95%;
	margin: auto;
	padding: 0;
	
}
h1{
	font-size: 1.5em;
	}


#form th, #form td {

	display: block;
	padding: 0;
	font-size: small;
	
}

.checkbox01{
	width: 80%;

}

}

@media (min-width: 321px)and (max-width: 767px) {
#form th, #form td {
		width: 99%;
		display: block;
		padding: 0;
}

	.box{
		width: 100%;
	}
	.box table {
		width: 89%;
	}
	.contents, .block{
		width: 100%;
	}
	
		.block img{
		width: 65%;
	}
.checkbox01{
	width: 80%;

}

	}


/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {


.box{
	background: #fff;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	
}
.contents{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	}

	}
.block{
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	
	}


@media (min-width: 1097px) and (max-width: 2000px) {


.box{
		width: 50%;
	}
	.contents{
		width: 60%;
	margin-right: auto;
	margin-left: auto;
	}
	
.block{
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	
	}
	.block img{
		width: 55%;
	}


}

