p {
	line-height: 1.7;
}
.link {
	color: #00B283;
	text-decoration: underline;
}
header {
	border-top: 10px solid #222222;
	font-size: 40px;
	padding: 60px 0;
}
header .inner {
	display: flex;
	justify-content: space-between;
}
header .inner .header--logo {
	margin-top: -20px;
}
.error {
	color: #f00;
	font-weight: bold;
	line-height: 2;
}
input::placeholder {
  font-size: 0.875em;
}
input[name="address"] {
	width: 98%;
}
.bg {
    background: #00B283;
    padding: 40px 0 48px;
}
.contents {
	padding-top: 0;
}
#content {
	padding: 0;
	max-width: 1000px;
	width: 100%;
}
#content p {
	font-size: 16px;
}
#content li {
	list-style: disc;
}
#conte-wrap {
    background-image: none;
	padding-top: 60px;
}
#conte-full #conte-page,
#conte-full-form #conte-page,
.type-maxfull .conte-main,
#conte-full {
    background-image: none;
	width: 100%;
}
#conte-full,
#conte-full-form {
	background-image: none;
	border-radius: 10px;
}
#conte-page {
	padding-bottom: 0;
}
#conte-page H1 {
    font-size: 30px;
    color: #333;
    margin: 0 0 7px;
    padding: 0 0 15px 0;
    background-image: none;
    border-left: none;
    border-bottom: none;
    text-shadow: none;
}
#conte-page h2 {
    font-size: 30px;
    color: #333;
    margin: 0 0 7px;
    padding: 0 0 15px 0;
    background-image: none;
    border-left: none;
    border-bottom: none;
    text-shadow: none;
}
article {
	background: #fff;
	margin: 0;
	padding: 40px 100px;
}
article + article {
	margin-top: 30px;
}
.conte-s {
	padding: 20px 100px;
}
.type-maxfull .conte-main p {
    width: 100%;
}
#conte-wrap {
	min-width: auto;
}
#conte-page h3 {
	color: #000000;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 2px solid #FB9614;
    line-height: 1.4;
	margin-top: 30px;
    padding-bottom: 10px;
    width: 100%;
	margin-bottom: 20px;
}
#conte-page OL li {
	font-size: 16px;
	line-height: 1.75;
	list-style: decimal;
	margin-top: 5px;
}
#conte-page .bg-glay {
	background: #EDEDED;
	border: none;
	border-radius: 10px;
	display: inline-block;
    margin-left: 0;
	margin-top: 20px;
	padding: 30px;
	width: 100%;
}
#conte-page TABLE.CELL-B th {
	background-color: #EDEDED;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-right-color: #C1C1C1;
    font-weight: normal;
    color: #000000;
	text-align: left;
	font-weight: bold;
	display: block;
	margin: 10px 0;
	line-height: 1;
}
#conte-page TABLE.CELL-B TD {
    border-top-width: 0;
    border-left-width: 0;
	margin: 5px 0;
}
#formID {
    margin-left: 0;
    margin-right: 0;
}
#formID table {
    margin-left: 0;
	margin-bottom: 50px;
	margin-top: 30px;
	width: 100%;
}
#formID td input {
	font-size: 16px;
	width: 350px;
}
#formID td input[name="zip"] {
	width: 252px;
}
#formID td input[name="address"] {
	width: 550px;
}

#formID td .select {
	position: relative;
    display: inline-block;
}
#formID td .select::before,
#formID td .select::after {
	content: "";
	position: absolute;
    pointer-events: none;
}
#formID td .select::before {
	width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    background: #00B283;
    border-radius: 0 5px 5px 0;
}
#formID td .select::after {
    position: absolute;
    border-right: 3.5px solid #fff;
    border-bottom: 3.5px solid #fff;
    width: 6px;
    height: 6px;
    top: 14px;
    right: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50% 2px 2px 0;
}
#formID td select {
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
	background: #F8F8F8;
    border: 1px solid #A5A5A5;
    border-radius: 5px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 7px;
    text-align: left;
	width: 250px;
	height: 40px;
}
#formID td .form-select-l {
	width: 400px;
}
.inner {
	max-width: 1000px;
	width: 100%;
}
.type-maxfull .conte-main {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-top: none;
    padding-top: 0;
    padding-bottom: 15px;
    margin-bottom: 0;
    position: relative;
}
#conte-full-form tr {
	border-top: 1px solid #A5A5A5;
}
#conte-full-form tr:last-of-type {
	border-bottom: 1px solid #A5A5A5;
}
#conte-full-form th {
	padding: 20px 0;
	text-align: left;
	width: 215px;
}
#conte-full-form th.top {
	vertical-align: top;
}
#conte-full-form th .AT-req {
    margin-right: 30px;
}
#conte-full-form td {
	padding: 20px 0;
}
#conte-full-form input,
#conte-full-form textarea {
	background: #F8F8F8;
	border: 1px solid #A5A5A5;
	border-radius: 5px;
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px;
	text-align: left;
}
#conte-full-form textarea {
	width: 100%;
	height: 200px;
	margin: 0;
	font-size: 16px;
}
#conte-full-form .error-form {
	border: 1px solid #D90000;
    background: #FFE0E0;
}
#conte-full-form button {
	color: #fff;
	max-width: 320px;
	background: #FB9614 0% 0% no-repeat padding-box;
	border: 1px solid #FB9614;
	box-shadow: 0px 3px 6px #0000006A;
	border-radius: 30px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 50px;
	padding: 19px 0;
	text-align: center;
	width: 100%;
}
#conte-full-form button.false {
	opacity: .5;
	pointer-events: none;
}
#conte-full-form button::before {
	content: "";
    display: inline-block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 8px;
    margin-right: 15px;
    margin-bottom: 1px;
    width: 8px;
    transform: rotate(45deg);
}
#conte-full-form button:hover {
	opacity: .7;
}
.type-maxfull .conte-main table {
	display: inline-table;
	margin-left: 0;
    width: 100%;
}
.contents  .btn-gray {
	max-width: 320px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
    width: 100%;
	margin-right: 20px;
	background: #797979;
    color: #fff;
    box-shadow: 0px 3px 6px #00000029;
	display: inline-block;
}
.contents  .btn-gray span {
	position: relative;
}
.contents  .btn-gray span::before {
	content: "";
    display: inline-block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 8px;
    margin-right: 15px;
    margin-bottom: 1px;
    width: 8px;
    transform: rotate(45deg);
}
.contents  .btn-gray:hover {
	opacity: .7;
}
.footer--logo p {
	font-size: 20px;
	color: #333;
	margin-top: 15px;
}
.footer--logo a:hover p {
	color: #00B283;
}
.copyright {
	background: #222222;
}
.copyright small {
	color: #fff;
	display: block;
	padding: 20px 0;
	text-align: center;
}

.confirm #conte-full-form th,
.confirm #conte-full-form td {
	padding: 32px 0;
}
.confirm #conte-full-form th {
	width: 170px;
}
.thanks #conte-page {
	padding-bottom: 0;
}
.thanks .conte-main {
	padding-bottom: 0;
}
.thanks .contents .btn-gray {
	position: relative;
	margin-top: 40px;
}
.thanks .contents .btn-gray::before {
	position: absolute;
    top: 29px;
    left: 93px;
}
.AT-req {
	padding: 2px 3px;
	margin-left: 10px;
	background-color: #CB0B0E;
	color: #FFFFFF;
	border-radius: 5px;
	font-size: 80%;
	display: inline-block;
	float: right;
}

#conte-page .caution {
	padding-left: 22px;
	position: relative;
	text-indent: 0;
  }
  #conte-page .caution::before {
	content: "※";
	position: absolute;
	left: 0;
  }
  #conte-page .list {
	margin-left: 0;
  }
  #conte-page .list-item {
	position: relative;
	list-style: none;
  }
  #conte-page .list-item + .list-item {
	margin-top: 12px;
  }
  #conte-page .list-item-dot {
	padding-left: 15px;
  }
  #conte-page .list-item-dot::before {
	content: "";
	top: 11px;
	left: 0;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
  }
  #conte-page .list-item-dot-green::before {
	background: #169d77;
  }
  #conte-page .list-item-dot-gray::before {
	background: #707070;
  }
  #conte-page .list-child {
	margin-top: 0.5em;
  }
  #conte-page .list-order .list-item {
	list-style: decimal;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
  }
  #conte-page .list-order .list-item::before {
	content: none;
  }
  #conte-page .list-order-2 {
	position: relative;
	counter-reset: li;
	margin: 0;
  }
  #conte-page .list-order-2 .list-item {
	list-style: none;
  }
  #conte-page .list-order-2 .list-item::before {
	content: counter(li, decimal) ")";
	counter-increment: li;
	display: inline-block;
	margin-left: 1em;
  }
  #conte-page .list-order-3 {
	position: relative;
	counter-reset: li;
	margin: 0;
  }
  #conte-page .list-order-3 .list-item {
	list-style: none;
  }
  #conte-page .list-order-3 .list-item::before {
	content: counter(li, lower-alpha) ")";
	counter-increment: li;
	display: inline-block;
	margin-left: 1em;
  }
  #conte-page .list-child .list-item {
	padding-left: 1em;
  }
  #conte-page .list-font-s {
	font-size: 14px;
  }
  #conte-page .list-font-s .list-item-dot {
	padding-left: 15px;
  }
  #conte-page .list-font-s .list-item-dot::before {
	top: 10px;
	width: 5px;
	height: 5px;
  }
  #conte-page .box-heading {
	font-size: 20px;
	font-weight: bold;
  }
  #conte-page .box {
	padding: 20px;
  }
  #conte-page .box-scroll {
	width: 100%;
	height: 300px;
	overflow-y: scroll;
	border: 1px solid #707070;
	margin-top: 30px;
  }
  
  .agree-box {
	text-align: center;
  }
  .agree-box-inner {
	display: inline-block;
  }
  .form-checkbox-label {
	cursor: pointer;
	padding-left: 27px;
	display: block;
	position: relative;
	margin-top: 10px;
  }
  input:disabled + label {
	color: darkgray;
  }
  .form-checkbox-label::before {
	border: 1px solid #A4A5A6;
	position: absolute;
	content: "";
	top: 50%;
	left: 0px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: #fff;
  }
  .form-checkbox-label::after {
	content: "";
  }
  .form-checkbox-input {
	display: none;
  }
  .form-checkbox-input:checked + .form-checkbox-label::after {
	position: absolute;
	display: inline-block;
	transform: rotate(45deg);
	margin-top: 2px;
	top: 22%;
	left: 6px;
	width: 4px;
	height: 9px;
	border-bottom: 3px solid #169d77;
	border-right: 3px solid #169d77;
  }
.g-recaptcha {
	display: flex;
	margin-top: 50px;
}
.nameBlock {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 16px;
}
.nameBlock input {
	margin-left: 16px;
}
.dateBlock {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#formID .dateBlock select {
	width: 100px;
}
#formID .dateBlock span {
	margin: 0 16px 0 8px;
}

@media screen and (max-width: 768px){
	header {
		padding: 13px 0 60px;
	}
	header H1 {
		font-size: 30px;
	}
	header .inner {
		flex-flow: column-reverse;
	}
	header .inner .header--logo {
		margin-top: 0;
		text-align: right;
	}
	header .inner .header--logo img {
		width: 40px;
	}
	#conte-wrap {
		padding: 60px 20px;
	}
	article {
		padding: 40px 20px;
	}
	.conte-s {
		padding: 20px;
	}
	#conte-page {
		padding-bottom: 0;
	}
	#conte-page H1 {
		line-height: 1.5;
	}
	#conte-page OL {
		margin-left: 20px;
	}
	#conte-page .bg-glay {
		box-sizing: border-box;
    	display: block;
		padding: 20px;
	}
	#conte-page TABLE.CELL-B TD {
		display: block;
		line-height: 1.75;
		padding-left: 0;
    	padding-right: 0;
	}
	#conte-page TABLE.CELL-B th {
		border-right-width: 0;
		padding-left: 0;
    	padding-right: 0;
	}
	#formID table {
		margin-bottom: 20px;
	}
	#conte-full-form tr {
		border-top: none;
	}
	#conte-full-form tr:last-of-type {
		border-bottom: none;
	}
	#conte-full-form th {
		display: block;
		width: 100%;
		padding: 0;
	}
	#conte-full-form td {
		display: block;
		padding: 10px 0 20px;
	}
	#formID td input {
		width: 100%;
	}
	#conte-full-form .inner {
		padding: 0;
	}
	#conte-full-form button {
		margin-top: 40px;
	}
	.contents .btn-gray {
		padding: 24px 0;
		margin-bottom: -2	0px;
	}
	#conte-full-form .AT-req {
		float: inherit;
	}
	.error {
		font-size: 14px;	
		width: 100%;
	} 
	.tel--num {
		max-width: 250px;
		width: 100%;
	}
	.footer--logo p {
		margin: 10px 0 0;
	}

	.confirm #conte-full-form th {
		padding: 0;
		width: 100%;
	}
	.confirm #conte-full-form td {
		padding: 10px 0 20px;
	}
	.thanks .contents .btn-gray {
		margin-bottom: 0;
	}
	.thanks .contents .btn-gray::before {
		top: 26px;
    	left: 60px;
	}
	.btn-wrap {
		margin-top: 30px;
	}
	.form-checkbox-label::before {
		top: 8px;
	}
	.form-checkbox-input:checked + .form-checkbox-label::after {
		top: 0;
	}
	#formID td .form-select-l {
		width: 280px;
		font-size: 14px;
	}
	#formID .nameBlock input {
		flex: 1;
	}
	.dateBlock {
		row-gap: 10px;
	}
	#formID .dateBlock .dateBlock-year {
		width: 200px;
	}
	#formID .dateBlock .dateBlock-year select {
		width: 200px;
	}
	#formID .dateBlock select {
		text-align: center;
		padding-right: 44px;
	}
	#formID .dateBlock span {
		font-size: 16px;
	}
}