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;
}

.navbar {
  margin: 0 auto;
  max-width: 850px;
	position: fixed;
	top: 0;
  z-index: 9999;
	background: #ffb200;
}

.nav  {
  width: 100%;
}

.nav_logo {
	width: 33%;
  float: left;
}
.nav_01 {
	width: 14.1%;
  float: left;
}
.nav_02 {
	width: 24.7%;
  float: left;
}

.cv {
	position: relative;
}

.btn_01 {
	position: absolute;
  width: 50%;
  top: 64%;
  left: 44%;
}

.btn_02 {
  position: absolute;
  width: 72%;
  top: 88%;
  left: 14%;
}

.more {
	position: relative;
	cursor: pointer;
}

.btn_03 {
	position: absolute;
  width: 58%;
  top: 83%;
  left: 21%;
}

.cv2 {
	position: relative;
}

.btn_04_left {
	position: absolute;
  width: 43%;
  top: 83%;
  left: 4.5%;
}

.btn_04_right {
	position: absolute;
  width: 43%;
  top: 83%;
  right: 4.5%;
}

.info {
	position: relative;
}

.info .tel {
	position: absolute;
  width: 72%;
  top: 30%;
  left: 14%;
}

.info .tel a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity:1;
}

.info .line {
	position: absolute;
  width: 23.5%;
  top: 58.5%;
  left: 28%;
}

.faq {
	position: relative;
}

.faq .fb {
	position: absolute;
  width: 19.4%;
  top: 84.2%;
  left: 26%;
}

.faq .line {
	position: absolute;
  width: 29.4%;
  top: 84.2%;
  left: 59%;
}

.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;
}

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

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

summary .btn_05 {
  cursor: pointer;
}

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

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

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