/*ƒŠƒZƒbƒgcss«*/
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}
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;
}
/*----ƒŠƒZƒbƒgcss*----/

/*ƒfƒUƒCƒ“css«*/
html {
    -webkit-text-size-adjust: 100%;
}
body {
	font-size: 16px;
	font-family:'Open Sans',"ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic", sans-serif;
	color: #222;
}
a {
	color: #00477F;
	text-decoration: none;
}
header {
	width: 100%;
}
header .logoArea {
	max-width: 1400px;
	margin: 0 auto;
}
header .logoArea img {
	margin: 25px 20px;
	width: auto;
	max-width: 100%;
}
@media only screen and (max-width: 768px) {
header .logoArea img {
	max-width: 105px;
	margin: 15px;
}
}
header .titleArea {
	background: #00477F;
	padding: 70px 0;
	color: #fff;
	text-align: center;
}
header .titleArea h1 {
	font-size: 2em;
}
@media only screen and (max-width: 768px) {
header .titleArea {
	padding: 30px;
}
header .titleArea h1 {
	font-size: 1.6em;
}
}
.box_con {
	max-width: 1200px;
	margin: 0  auto;
	padding: 55px 15px 120px;
}
.box_con .txt {
	margin: 0 12px 60px 12px;
}
@media only screen and (max-width: 768px) {
.box_con .txt {
	margin: 0 2% 30px 2%;
	
}
}
.box_con .txt .att {
	color: #FF2F2F;
	line-height: 2.0;
}
.box_con .txt span {
	background: #FF2F2F;
	padding: 0 .3em;
	color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 5px;
	display: inline-block;
	line-height: 1.5;
}
.box_con h2 {
	background: #00477F;
	color: #fffF;
	padding: 15px 12px;
	font-size: 1.3em;
	margin-bottom: 10px;
}
.box_con h3,
#conf h3 {
	background: #eee;
	color: #00477F;
	padding: 15px 12px;
	font-size: 1.2em;
	margin: 50px 0 20px 0;
}
@media only screen and (max-width: 768px) {
.box_con h3 {
	margin: 40px 0 10px 0;
}
}
.box_con h4 {
	color: #00477F;
	font-size: 1.2em;
	padding: 30px .5em 10px;
}
.box_con .att2 {
	color: #FF2F2F;
	padding: 0 .5em 20px;
}
@media only screen and (max-width: 768px) {
  .box_con {
    /*width: 100%;*/
	padding: 30px 15px 80px;
	/*max-width: fit-content;*/
  }
}
.box_con form {
	width: 100%;
}
.box_con form table {
	width: 100%;
}
.box_con form table tr {
	position: relative;
	border-bottom: solid #cdcdcd 1px;
}
/*.box_con form table tr:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	border-bottom: solid #cdcdcd 1px;
}*/
.box_con form table tr th {
	width: 30%;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	padding: 1em .5em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .box_con form table tr th {
    text-align: left;
    width: 100%;
    display: block;
    background: none;
    padding: .8em .6em;
    color: #000;
  }
}
.box_con form table tr th span {
	background: #FF2F2F;
	padding: 0 .3em;
	color: #fff;
	margin-left: .5em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}
.box_con form table tr td {
	padding: 1em .5em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.box_con form table tr td p {
	margin-top: 10px;
}
@media only screen and (max-width: 768px) {
	.box_con form table tr td {
	padding: 0 0 25px 5px;
	display: block;
	width: 100%;
}
.box_con form table tr td p {
	margin: 0 2%;
}
}
.box_con form table tr .box_br {
	display: block;
}
@media only screen and (max-width: 768px) {
.box_con form table tr .box_br {
	margin-bottom: 8px;
	margin-left: 2%;
}
}
.box_con form table tr select {
	border: 1px solid #97ae88;
}
.box_con form table tr label input {
	cursor: pointer;
	display: none;
	vertical-align: middle;
}
.box_con form table tr .radio02-input + label {
	padding-left: 23px;
	margin-right: 20px;
	position: relative;
}
.box_con form table tr .radio02-input + label:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #A7A7A7;
	border-radius: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
.box_con form table tr .radio02-input + label:before {
	width: 17px;
	height: 17px;
}
}
.box_con form table tr .radio02-input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 3px;
	width: 12px;
	height: 12px;
	background: #00477F;
	border-radius: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.box_con form table tr select, .box_con form table tr input, .box_con form table tr textarea {
	width: 100%;
	height: 3em;
	padding: .5em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.box_con form table tr input.sizes {
	width: 35%;
}
@media only screen and (max-width: 768px) {
.box_con form table tr input.sizes,
.box_con form table tr select, .box_con form table tr input, .box_con form table tr textarea {
	width: 95%;
	margin-left: 2%;
}
}
.box_con form table tr textarea {
	height: 10em;
}
.box_con input[type="checkbox"] {
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	border-radius: 3px;
	vertical-align: -5px;
	-webkit-appearance: none;
	 -moz-appearance: none;
		  appearance: none;
}
@media only screen and (max-width: 768px) {
.box_con input[type="checkbox"] {
	margin-top: 20px;
}
}
.box_con input[type="checkbox"]:checked {
	background: #00477F;
}
.box_con input[type="checkbox"]:checked:before {
	position: absolute;
	top: 2px;
	left: 5px;
	transform: rotate(50deg);
	width: 6px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: '';
	background: #00477F;
}
.box_con label.check {
	position: relative;
	left: 5px;
}

/*ƒvƒ‰ƒCƒoƒV[‚ÌƒfƒUƒCƒ“css«*/
.con_pri {
	max-width: 800px;
	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 #B9B9C8;
	background: #eeeeee;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 20px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri {
    margin-top: 40px;
    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;
}
@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: bold;
	margin-bottom: 20px;
	font-size: 1.1em;
	padding: 0;
}
.con_pri .box_pri .box_tori .txt {
	margin-bottom: 20px;
}
.con_pri .box_pri .box_tori h5 {
	color: #00477F;
}
}
@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 {
	margin: 30px auto 40px auto!important;
}
}
.box_check {
	text-align: center;
	margin: 30px auto 50px auto;
}
.box_check input[type="checkbox"] {
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	border-radius: 3px;
	vertical-align: -5px;
	-webkit-appearance: none;
	 -moz-appearance: none;
		  appearance: none;
}
.box_check input[type="checkbox"]:checked {
	background: #00477F;
}
.box_check input[type="checkbox"]:checked:before {
	position: absolute;
	top: 2px;
	left: 5px;
	transform: rotate(50deg);
	width: 6px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: '';
	background: #00477F;
}

.box_check label {
	position: relative;
	top: 1px;
}
/*
.box_check label span {
  margin-left: .3em;
}*/

.btn {
	text-align: center;
}
.btn input {
	display: inline-block;
	background: #00477F;
	padding: .5em 100px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	border: none;
	border-radius: 5px;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	font-size: 1.2em;
}
@media only screen and (max-width: 768px) {
.btn input {
	padding: .5em 0;
	width: 90%;
}
}
.btn input:hover,
.submit input:hover,
.totop:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
footer {
	background: #eee;
	padding: 0 20px;
}
footer .copy {
	max-width: 1200px;
	margin: 0 auto;
}
footer .copy ul {
	display: flex;
    justify-content: space-between;
	padding: 20px 0;
	font-size: 0.9em
}
@media only screen and (max-width: 768px) {
footer {
	padding: 0;
}
footer .copy ul {
	display: block;
	text-align:center
}
footer .copy ul li:first-child {
	margin-bottom: 5px;
}
}
#inputB {
  display: none;
}


/*confirm*/

#conf {
	margin-top: -24px;
}
.confirm {
	margin: 2em .6em;
}
.submit {
	text-align: center;
	margin-top: 50px;
}
.submit input {
	display: inline-block;
	background: #00477F;
	padding: .5em 0;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	border: none;
	border-radius: 5px;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	font-size: 1.2em;
	width: 450px;
}
.submit input[type="button"] {
	background: #EEE;
	color: #00477F;
	margin-bottom: 20px;
}
#conf h3 {
	background: none;
	margin-bottom: 0;
}
p.error_messe{
	margin: 5px 0;
	color: #FF2F2F;
}
@media only screen and (max-width: 768px) {
#conf .box_con form table tr th {
	padding: .8em .6em 0 .3em;
}
.submit input {
	padding: .5em 0;
	width: 90%;
}
}


/*thanks*/

.tnks {
	position: relative;
}
.thanks {
	text-align: center;
}
.thanks h3 {
	margin-bottom: 0;
	background: none;
}
.totop {
	display: inline-block;
	background: #EEE;
	padding: .5em 0;
	color: #00477F;
	text-decoration: none;
	cursor: pointer;
	border: none;
	border-radius: 5px;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	font-size: 1.2em;
	width: 450px;
	margin-top: 50px;
}
@media only screen and (max-width: 768px) {
.totop {
	padding: .5em 0;
	width: 90%;
}
.tnks footer {
	position: fixed;
	bottom: 0;
	width: 100%;
}
}
#inputB {
  display: none;
}

/*error*/
div.error{
	font-size:13px;
	color:#FF2F2F;
	padding:2px 0px;
	margin:0;
	line-height:150%;
}
@media only screen and (max-width: 768px) {
div.error{
	margin-left: 2%;
}
}
.top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	font-size: 14px;
	line-height: 1;
	z-index: 99;
}
.button_top {
    background-color: #00477F;
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	position: absolute;
	bottom: 20px;
	right: 10px;
    transition: .3s;
}
.button_top::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    transition: .3s;
}
@media only screen and (max-width: 768px) {
.button_top {
	bottom: 0;
}
}