html, body {
  margin: 0;
	padding: 0;
}

body img {
	display: none;
}

.wrapper {
	margin: 0 auto;
	max-width: 850px;
	width: 100%;
}

.wrapper img {
	display: block;
}

img {
	padding: 0;
	margin: 0;
	width: 100%;
}

a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity:0.7;
}

.cv {
	position: relative;
}

.btn_01 {
	position: absolute;
  width: 90%;
  top: 74%;
  left: 5%;
}

.btn_02 {
	position: absolute;
  width: 90%;
  top: 74%;
  left: 5%;
}

.btn_03 {
	position: absolute;
  width: 90%;
  top: 74%;
  left: 5%;
}

.btn_04 {
  position: absolute;
  width: 88%;
  top: 84%;
  left: 6%;
}

.btn_05 {
	position: absolute;
  width: 70%;
  top: 66.5%;
  left: 15%;
}

.capsule {
	position: relative;
}

.capsule_gif {
  position: absolute;
  width: 28%;
  top: 49%;
  left: 12%;
}

.more {
	position: relative;
}

.btn_more {
	position: absolute;
  width: 88%;
  top: 82%;
  left: 6%;
}

.voice {
	position: relative;
}

.voice_slider {
  position: absolute;
  width: 100%;
  top: 28.5%;
  left: 0;
}

.faq {
	position: relative;
}

.faq .fb {
	position: absolute;
  width: 23%;
  top: 49%;
  left: 25%;
}

.faq .line {
	position: absolute;
  width: 32%;
  top: 49%;
  left: 61.5%;
}

.info {
	position: relative;
}

.info .tel {
	position: absolute;
  width: 88%;
  top: 19%;
  left: 6%;
}

.info .line {
	position: absolute;
  width: 39%;
  top: 61%;
  left: 8%;
}

summary {
  display: block;
  list-style: none;
  outline: none;
}

summary::-webkit-details-marker {
  display: none;
  cursor: none!important;
}

summary .btn {
  cursor: pointer;
}

summary .btn:hover {
  cursor: pointer;
  opacity: 0.7;
}

details[open] .details-content {
	animation: fadein 0.5s ease;
}

@keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

.qa {
  position: relative;
}

.qa .qa_btn {
	position: absolute;
  width: 6%;
  top: 30%;
  right: 8%;
}

/* 預設隱藏 qa_answer */
details .qa_answer {
    display: none;
}

/* 當 details 展開時顯示 qa_answer */
details[open] .qa_answer {
    display: block;
}

/* 預設顯示 btn_QA_+ */
details .btn_QA_plus {
    display: inline-block;
}

details .btn_QA_minus {
    display: none;
}

/* 當 details 展開時，隱藏 + 按鈕，顯示 - 按鈕 */
details[open] .btn_QA_plus {
    display: none;
}

details[open] .btn_QA_minus {
    display: inline-block;
}

.terms {
width:100%;
height: 220px;
font-size: 14px;
line-height:1.5;
text-align: left;
background: #fff;
padding: 15px 20px;
margin-bottom: 30px;
overflow-y: auto;
box-sizing: border-box;
border: 1px solid #DCDCDC;
}
