html {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: white;
	padding: 0px;
	margin: 0px;
	color: #2d2d2d;
	line-height: 145%;
	font-size: 100%;
	text-align: center;
}

* {
	margin: 0px;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

.red {
	color: #be0022;
}

.small {
	line-height: 130%;
	font-size: 75%;
}

a {
	text-decoration: none;
	color: #006699;
}

p {
	margin-bottom: 10px;
}

header {
	padding: 15px;
	background-color: #f3f3f3;
	text-align: center;
}

header h1 {
	margin: 0px;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
	font-size: 16px;
}

header h1 .logo_head {
	margin-bottom: 10px;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 200px;
}

header h2 {
	letter-spacing: 1px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}











#wrapper {
	max-width: 650px;
	padding-left: 15px;
	padding-bottom: 50px;
	padding-right: 15px;
	padding-top: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

.comm {
	text-align: center;
	font-size: 80%;
	padding: 1px;
	margin-bottom: 15px;
}

dl {
	text-align: left;
	font-size: 90%;
	border-bottom-color: #c6c6c6;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
}

dl.last {
	border-style: none;
	border-bottom-width: 0px;
}

dl dt {
	font-style: normal;
	font-weight: normal;
	padding-bottom: 5px;
	vertical-align: middle;
}

dl dt:before {
	font-family: 'FontAwesome';
	padding-right: 10px;
	content: "";
}

dl dd {
	color: #686868;
	line-height: 1.8em;
	padding-top: 3px;
	font-size: 100%;
	vertical-align: top;
}

dt.hissu:after {
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
	margin-left: 10px;
	display: inline-block;
	content: "必 須";
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 11px;
	color: white;
	background-color: #d23718;
}

.txt {
	margin-bottom: 3px;
	margin-top: 3px;
	font-size: 16px;
	color: #535353;
	background-color: #f3f3f3;
	border-color: #e1e1e1;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	border-radius: 4px;
}

input::placeholder {
	color: #a7a7a7;
}

textarea::placeholder {
	color: #a7a7a7;
}

.txtArea {
	height: 160px;
	width: 100% !important;
	font-size: 16px;
	color: #535353;
	line-height: 1.7em;
	background-color: #f3f3f3;
	border-color: #e1e1e1;
	border-style: solid;
	border-width: 1px;
	padding: 20px;
	border-radius: 4px;
}

label {
	color: #a7a7a7;
	padding-bottom: 5px;
	padding-top: 5px;
	letter-spacing: 1px;
	margin-right: 20px;
	display: inline-block;
}

.cBox-input{
  display: none;
}

.cBox-parts{
  padding-left: 28px;
  position:relative;
  margin-right: 15px;
}

.cBox-parts::before{
  background-color: white;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  border-radius: 4px;
}

.cBox-input:checked + .cBox-parts{
	color: #535353;
}

.cBox-input:checked + .cBox-parts::after{
  border-bottom-width: 4px;
  border-right-width: 4px;
  border-bottom-color: #535353;
  border-right-color: #535353;
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 6px;
  width: 8px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: solid;
  border-right: solid;
}

.btn_send {
	background-image: url(./images/harf15.png);
	background-position: 0 center;
	background-repeat: repeat-x;
	text-shadow: 0px 1px 1px #7f7f7f;
	text-decoration: none;
	border-width: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	font-size: 110%;
	color: white;
	background-color: #d22f24;
	border-radius:5px;
	transition: all 0.3s ease-out;
}

.btn_send:hover {
	color: white;
	background-color: #1b92cd;
}

.pPolicy {
	color: #686868;
	border-width: 1px;
	padding: 20px;
	margin-bottom: 20px;
	text-align: left;
	border-style: solid;
	line-height: 1.5em;
	font-size: 75%;
	background-color: #fafafa;
	border-color: #c6c6c6;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	width: 100%;
	overflow-x: auto;
}

.pPolicy h4 {
	padding-top: 20px;
	font-size: 14px;
	margin-bottom: 12px;
}

.pPolicy_chk {
	border-width: 1px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 25px;
	padding-bottom: 25px;
	padding-right: 25px;
	padding-top: 35px;
	background-color: #fff5fa;
	border-style: dotted;
	border-color: #dec899;
	margin-bottom: 35px;
	text-align: center;
}

footer {
	background-color: #f3f3f3;
	text-align: center;
	padding: 15px;
}

footer .copyright {
	letter-spacing: 1px;
	color: #7f7f7f;
	font-size: 11px;
}

.thx_comm {
	color: #535353;
	line-height: 1.5em;
	font-size: 80%;
}

h3 {
	color: #224471;
	padding: 0px;
	margin-bottom: 15px;
	margin-top: 0px;
	font-size: 120%;
}

.btn_close {
	color: white;
	background-color: #535353;
	padding-right: 25px;
	padding-left: 25px;
	display: inline-block;
	padding-bottom: 12px;
	padding-top: 12px;
	border-radius: 5px;
}

section {
	margin-bottom: 15px;
	padding: 15px;
}

section.box1 {
	background-color: #f8f8f8;
}

section.box2 {
	background-color: #faf7f0;
}

section h3 {
	padding-top: 10px;
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1em;
	font-size: 120%;
}

.koumokumei {
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

.waku {
	text-align: justify;
	color: #535353;
	margin-bottom: 10px;
	padding-left: 17px;
	padding-bottom: 5px;
	padding-right: 17px;
	padding-top: 15px;
	line-height: 1.5em;
	font-size: 80%;
	background-color: #f3f3f3;
}

