@charset "UTF-8";
/*
 * .contact.index.css
 *
 */

.page_top {
  background-image:url("../img/contact_img.jpg");
  background-position:20% 23%;
}
#formWrap {
	width:800px;
	margin:30px auto;
	color:#000;
	line-height:120%;
	font-size:90%;
}
#formWrap p {
    font-size: 16px;
}
table.formTable{
	width:100%;
	margin:30px auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	padding:20px;
}
table.formTable th{
	width:31%;
	text-align:left;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
table.formTable input {
    padding: 5px;
    border: #b5b5b5 solid 2px;
    border-radius: 5px;
}
table.formTable tr {
    border-bottom: #999 solid 1px;
}
.must {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin: 10px;
    background-color: #39188A;
    padding: 4px 6px;
    border-radius: 3px;	
}
.confirm_btn {
    width: 165px;
    margin: 0 auto;
}
.confirm_btn .center {
    display: inline-block;
    text-align: center;
}
.check_area {
    font-size: 16px;
}
.check_inner a {
    text-decoration: underline;
}
#sample_checkbox {
    width: 20px;
    height: 20px;
    margin: 10px 10px 0 0;
}
.private .must {
    display: block;
    width: 26px;
}

.faq_copy {
	margin: 0 auto 3%;
}
.list_q {
	margin: 0 7px 0 0;
	padding: 2px 7px;
	background-color: #000;
	color: #fff;
	border-radius: 30px;
    font-size: 18px;	
	font-weight: bold;	
}

.accordion {
	margin: 3rem auto;
	max-width: 800px;
}

.accordion a {
	text-decoration: underline;
}

.toggle {
	display: none;
}

.faq {
	position: relative;
	margin-bottom: 1rem;
}

.question,.anser {
	transform: translateZ(0);
	transition: all 0.3s;
}

.question {
	border: solid 1px #999;
	padding: 1rem 2.2rem 1rem 1rem;
	display: block;
	color: #000;
	font-weight: bold;
	font-size: 15px;
}

.question:after,.question:before {
	content: "";
	position: absolute;
	right: 1.25rem;
	top: 0;
  bottom: 0;
  margin: auto;
	width: 2px;
	height: 0.75rem;
	background-color: #999;
	transition: all 0.3s;
}

.question:after {
	transform: rotate(90deg);
}

.anser {
	max-height: 0;
	overflow: hidden;
}

.anser div {
	margin: 0;
	padding: 2rem 1rem 2rem;
	line-height: 1.8;
	font-size: 15px;
}

.toggle:checked + .question + .anser {
	max-height: 700px;
	transition: all 1.5s;
}

.toggle:checked + .question:before {
	transform: rotate(90deg) !important;
}

.list_top {
	font-weight: bold;
}