@charset "UTF-8";
.grecaptcha-badge {
visibility: hidden;
}

#contents input[type="text"]:hover,
#contents textarea:hover {
border: 1px solid #666666;
}
#contents input[type="text"]:focus,
#contents textarea:focus {
background-color: #ffffcc;
border: 1px solid #333333;
}
#contents input[type="text"],
#contents input[type="tel"],
#contents textarea {
	border: 1px solid #999999;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#contents input[type="submit"] {
	border: 1px solid #C69;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	background-color: #FFE7F5;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	line-height: 18px;
}
#contents input[type="submit"]:hover {
background-color: #FFCCCC;
}

.anq_required {
}
.anq_required:after {
	content:"必須";
	font-size: 11px;
	color: #FFF;
	background-color: #F60;
	border-radius: 3px;
	padding-top: 3px;
	padding-bottom: 2px;
	text-align: center;
	line-height: 1em;
	width: 3em;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.form-area {
width: 1000px;
min-width: 1000px;
margin-top: 50px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding-top: 0px;
padding-bottom: 8rem;
}
.form-area h3 {
text-align: center;
font-size: 30px;
line-height: 1.7em;
font-weight: bold;
display: flex;
align-items: center;
margin: 0 0 30px 0;
}
.form-area h3:before,
.form-area h3:after {
content: "";
height: 2px;
flex-grow: 1;
background-color: #666;
}
.form-area h3:before {
margin-right: 1em;
}
.form-area h3:after {
margin-left: 1em;
}
.form-area table {
margin: 20px 0 20px 0;
}
.form-area th {
text-align: left;
font-size: 18px;
line-height: 1.7em;
font-weight: bold;
padding: 1em;
background-color: #EAEAEA;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #FFF;
width: 220px;
}
.form-area td {
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCCCCC;
font-size: 18px;
line-height: 1.7em;
padding: 1em;
text-align: left;
color: #000;
}
.form-area input[type="text"],
.form-area input[type="tel"],
.form-area textarea {
	font-size: 16px;
	line-height: 1.5em;
	padding-left: 5px;
	border: 1px solid #999999;
	border-radius: 4px;
    box-sizing:border-box;
}
.form-area input[type="text"]:focus,
.form-area textarea:focus {
background-color: #ffffcc;
border: 1px solid #333333;
}
.form-area select {
border: 1px solid #999999;
font-size: 16px;
border-radius: 6px;
padding: 0.5em;
}
.form-area label {
	cursor: pointer;
	margin-right: 15px;
}

.form-area #postcode {
margin-bottom: 0.5rem;
}
/******************************************************** チェック・セレクトボックス設定 */
input[type=radio], input[type=checkbox] {
  display: none;
}
.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  background-color: #FFD1D9;
}
.radio:hover:after, .checkbox:hover:after {
	border-color: #FF6600;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #FF3808;
	content: '';
	opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #FF3808;
  border-bottom: 3px solid #FF3808;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
/******************************************************** チェック・セレクトボックス設定 */
#submit {
	text-align: center;
}
#submit input[type="submit"] {
	font-size: 26px;
	line-height: 1.5em;
	padding-left: 50px;
	font-weight: bold;
	margin: 20px auto 30px auto;
	padding: 1em 5em 1em 5em;
	border-radius: 6px;
	background-color: #f19600;
	cursor: pointer;
	color: #FFF;
}
#submit input[type="submit"]:hover {
background-color: #ef5500;
}

/******************************************************** プライバシーポリシー */
#contents #privacy {
text-align: left;
padding-top: 30px;
width: 100%;
margin: 0px auto 20px auto;
}

#privacy .title {
position:relative;
margin:0;
font-size: 18px;
color: #000000;
display: block;
border: 1px solid #919191;
cursor: pointer;
line-height: 1.5em;
font-weight: bold;
text-align: center;
padding: 0.5em;
}
#privacy .title.active {
border-bottom: none;
}
#privacy .title .tg-toggle {
  display: block;
  vertical-align: middle;
  color: #919191;
  line-height: 1;
  width: 1.2em;
  height: 0.25em;
  background: #919191;
  position: relative;
  float: right;
margin-top: 10px;
right: 10px;
}
#privacy .title .tg-toggle::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
#privacy .title.active .tg-toggle {
display: block;
vertical-align: middle;
color: #919191;
position: relative;
width: 18px;
height: 18px;
background: none;
margin-top: 2px;
}
#privacy .title.active .tg-toggle::before,
#privacy .title.active .tg-toggle::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px; /* 棒の幅（太さ） */
  height: 18px; /* 棒の高さ */
  background: #919191;
}
#privacy .title.active .tg-toggle::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
#privacy .title.active .tg-toggle::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}


#contents #privacy .privacy_contents {
padding: 1em 2em 2em 2em;
overflow-y: auto;
height: 400px;
background-color: #f7f7f7;
border: solid 1px #919191;
display: none;
}
#contents #privacy h5 {
font-size: 18px;
line-height: 1.5em;
font-weight: bold;
margin: 1em auto 0.2em auto;
}
#contents #privacy h6 {
font-size: 18px;
line-height: 1.5em;
font-weight: bold;
margin: 1.5em auto 0.2em auto;
}
#contents #privacy p {
font-size: 16px;
line-height: 1.7em;
margin-bottom: 1em;
}
#contents #privacy ul {
margin-bottom: 1em;
}

/******************************************************** プライバシーポリシー */

/* THANKS */
#thanks {
padding: 50px 0 50px 0;
}
#thanks h3 {
text-align: center;
font-size: 28px;
margin: 2rem 0;
}
#thanks h4 {
text-align: center;
font-size: 24px;
margin-bottom: 2rem;
}
#thanks p.thanks {
font-size: 28px;
line-height: 1.5em;
font-weight: bold;
color: #F00;
margin-bottom: 30px;
text-align: center;
}
#thanks p {
font-size: 18px;
line-height: 1.7em;
color: #000;
padding-top: 10px;
margin-top: 10px;
text-align: center;
}
#thanks .address {
font-style: normal;
font-size: 18px;
line-height: 1.7em;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CCC;
padding: 20px 0 0 0;
margin: 4rem auto;
text-align: center;
width: 80%;
}

	
/******************************************************** スマホ用設定 */

@media screen  and (max-width: 768px) {

.form-area {
	width: 90%;
	min-width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 30px;
}
.form-area h3 {
text-align: center;
font-size: 20px;
line-height: 1.3em;
font-weight: bold;
display: flex;
align-items: center;
margin: 0 0 20px 0;
}

.form-area table {
	margin-bottom: 20px;
}
.form-area th {
	text-align: left;
	font-size: 16px;
	line-height: 1.3em;
	padding: 0.6em 0 0.6em 0.5em;
	box-sizing: border-box;
	width: 98%;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.form-area td {
	padding-top: 8px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
	display: block;
	width: 96%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.form-area input[type="text"],
.form-area input[type="tel"],
.form-area textarea {
	font-size: 16px;
	line-height: 1.5em;
	padding-left: 5px;
	border: 1px solid #999999;
	border-radius: 4px;
    box-sizing:border-box;
}
.form-area select {
	border: 1px solid #999999;  /* 必要 */
	font-size: 12px;
}
::-webkit-input-placeholder {
    color: #ACACAC;
	font-size: 12px;
	width:80%;
}
.radio,
.checkbox {
	width: 100%;
}
#submit input[type="submit"] {
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
	display: block;
	width: 70%;
	margin: 20px auto 30px auto;
	padding: 1em 0 1em 0;
}
/******************************************************** プライバシーポリシー */
#contents #privacy {
text-align: left;
padding-top: 0px;
width: 100%;
margin: 0px auto 20px auto;
}

#privacy .title {
position:relative;
margin:0;
font-size: 14px;
color: #000000;
display: block;
border: 1px solid #919191;
cursor: pointer;
line-height: 1.5em;
font-weight: bold;
text-align: left;
padding: 0.5em 2em 0.5em 0.5em;
}
#privacy .title.active {
border-bottom: none;
}
#privacy .title .tg-toggle {
  display: block;
  vertical-align: middle;
  color: #919191;
  line-height: 1;
  width: 1.2em;
  height: 0.25em;
  background: #919191;
  position: absolute;
top: 30%;
right: 3%;
}
#privacy .title .tg-toggle::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
#privacy .title.active .tg-toggle {
display: block;
vertical-align: middle;
color: #919191;
position: absolute;
width: 18px;
height: 18px;
background: none;
top: 30%;
right: 3%;
}
#privacy .title.active .tg-toggle::before,
#privacy .title.active .tg-toggle::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px; /* 棒の幅（太さ） */
  height: 18px; /* 棒の高さ */
  background: #919191;
}
#privacy .title.active .tg-toggle::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
#privacy .title.active .tg-toggle::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
#contents #privacy .privacy_contents {
padding: 1em;
overflow-y: auto;
height: 200px;
background-color: #f7f7f7;
border: solid 1px #919191;
display: none;
}
#contents #privacy h5 {
font-size: 16px;
line-height: 1.2em;
font-weight: bold;
margin: 1em auto 0.2em auto;
}
#contents #privacy h6 {
font-size: 16px;
line-height: 1.2em;
font-weight: bold;
margin: 1.5em auto 0.2em auto;
}
#contents #privacy p {
font-size: 14px;
line-height: 1.2em;
margin-bottom: 1em;
}
#contents #privacy ul {
margin-bottom: 1em;
}

/******************************************************** プライバシーポリシー */
/* THANKS */
#thanks {
width: 90%;
margin: 0px auto 0 auto;
padding-top: 15px;
}
#thanks h3 {
font-size: 24px;
}
#thanks h4 {
font-size: 18px;
}
#thanks p {
font-size: 16px;
line-height: 1.8em;
}
#thanks p.thanks {
font-size: 18px;
line-height: 1.3em;
font-weight: bold;
color: #F00;
margin-bottom: 30px;
}
#thanks p.add {
font-size: 16px;
line-height: 1.3em;
margin-top: 30px;
}
}
説明