@charset "euc-jp";
/* CSS Document */

.otegaru-wrap .contents-section-wrap {
	margin-bottom: 100px;
}

.return {
	padding: 10px;
	font-size: 0.8em;
	text-align: left;
}

.contents-section-title {
	padding-top: 50px;
	margin-bottom: 30px;
	font-size: 1.8em;
}

.top-design-price {
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
}

.pc-discription {
	margin-bottom: 50px;
}

.pc-discription-image { 
	margin-bottom: 30px;
	text-align: center;
}

.pc-discription-text {
	max-width: 680px;
	margin: 0 auto;
}

.pc-discription-text p {
	margin-bottom: 20px;
}

.pc-production-title {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	border-bottom: 30px;
}

.pc-production {
	display: flex;
	justify-content: space-between;
	margin-top:50px;
}

.pc-production-text {
	font-size: 0.933em;
	font-weight: medium;
}

.acc-wrap {
	width: 280px;
}

.sp-discription-text {
	width: 680px;
	margin: 0 auto;
}

.sp-acc-wrap {
	width: 364px;
}

.acc_ctrl img {
	margin-right: 10px;
}

/* -------------------------------------
			accodion
------------------------------------- */

label {
	font-weight: bold;
	font-size: 1.1em;
}

p {
  color: #555555;
  font-size: 1em;
  line-height: 1.5;
  margin: 20px;
}

.acc-wrap {
  overflow: hidden;
  padding: 0;
}

.acc-wrap li {
  list-style-type: none;
  padding: 0;
}

.acc_ctrl {
  background: #f2f2f2;
  border: none;
  border-bottom: solid 1px #fff;
  cursor: pointer;
  display: block;
  outline: none;
  padding: 1em;
  position: relative;
  text-align: left;
  width: 100%;
}

.acc_ctrl img {
	width: 30px;
	height: auto;
}

.acc_ctrl:before {
  background: #555555;
  content: '';
  height: 2px;
  margin-right: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 14px;
}

.acc_ctrl:after {
  background: #555555;
  content: '';
  height: 2px;
  margin-right: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
}

.acc_ctrl.active:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.acc_ctrl.active, .acc_ctrl:focus {
  position: relative;
}

.acc_panel {
  background: #fff;
  display: none;
  overflow: hidden;
	padding:10px;
}


@media screen and (max-width: 640px) {
	
	.otegaru-wrap .contents-section-wrap {
		padding-top: 0;
	}
	
	.contents-section-title {
		padding-top:0;
		text-align: left!important;
	}
	
	.pc-wrap .page-wrap {
    padding-top: 10px !important;
}
	
	.contents-section-title {
		text-align: center;
	}

	.top-design-price {
		text-align: center;
	}
	
	.pc-production {
		display: inline-block;
	}
	
	.pc-production-image {
		width: 100%;
	}
	
	.acc-wrap {
		width: 100%;
		margin-top: 50px;
	}
	
	.sp-acc-wrap {
		width: 100%;
		margin-top: 50px;
	}
}