/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */

* {
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 1px;
  color: #616161;
}

.header__link-buy {
	color: #616161;
}
@media (max-width: 740px) {
	.header__link-buy {
	  color: #fff;
	}
}

#buy {
width:100%;
background:#F1F1F2;
float:left; clear:none;
padding-bottom:50px;
}

.wrapper__box {
  width:100%;
  background:#fff;
  margin:50px auto 0 auto;
  padding:50px 50px;
  float:left; clear:none;
}
@media (max-width: 740px) {
.wrapper__box {
padding:30px 5%;
}
}

.wrapper__box-h1{
  width:90%;
  margin:0 auto;
  font-size:20px;
  font-weight:normal;
}
@media (max-width: 740px) {
.wrapper__box-h1 {
  width:100%;
  margin:0 0 20px 0;
  line-height:1.7;
}
}

.wrapper__box-text {
  width:90%;
  margin:10px auto 0 auto;
}
@media (max-width: 740px) {
  .wrapper__box-text {
    width:100%;
    margin:0 0 10px 0;
  }
}
.contact-form__lists {
  width:90%;
  margin: 30px auto 0 auto;
}
@media (max-width: 740px) {
.contact-form__lists {
  width:100%;
  margin:0;
}
}
.contact-form__list {
  border-bottom: 1px solid #C9C8C8;
  margin-bottom:0;
}
.contact-form__list dd .tani {
	line-height:67px;
	margin-top: auto;
    margin-bottom: auto;
	margin-left: 10px;
	padding-left: 10px;

}

.contact-form__list dt {
  font-size: 13px;
  width: 30%;
  padding: 0px 30px;
  background-color: #FCF7EA;
  font-weight: bold;
  line-height:90px;
}
@media (max-width: 740px) {
.contact-form__list {
  flex-wrap:wrap;
}
.contact-form__list dt {
  width:37%;
  height:auto;
  text-align:left;
  padding:0 0 0 3%;
  line-height:50px;
  font-size:11px;
}
}
.contact-form__list dd {
  font-size: 13px;
  width: 60%;

  padding:0;
}
.contact-form__list dd .contact-form__list-price {
  line-height:90px;
  margin:0 0 0 20px;
}
.contact-form__list dd input {
  margin:10px 0 10px 20px;
}
.contact-form__list dd label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.contact-form__list dd textarea {
  width: 100%;
}
.contact-form__list dd input::-webkit-input-placeholder {
  font-size: 12px;
}
.contact-form__list dd input:-ms-input-placeholder {
  font-size: 12px;
}
.contact-form__list dd input::-ms-input-placeholder {
  font-size: 12px;
}
.contact-form__list dd input::placeholder {
  font-size: 12px;
}
.contact-form__example {
  margin: 10px 0 0 0;
  font-size: 12px;
  width: 100%;
}

.price {
	overflow: hidden;
	width: 50%;
	margin: 1em 0 1em 1em;
	text-align: center;
	padding:0;
	margin-top: 10px;
}
.price select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	margin-top: 15px;
}
.price select::-ms-expand {
    display: none;
}
.price {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.price::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
	margin-top: 15px;
}
.price select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
@media (max-width: 740px) {
.contact-form__list dd {
  width:60%;
  text-align:center;
}
.contact-form__list dd.INPUT {
  margin:0;
  padding:0;
}
.price {
  width:90%;
  margin:0 auto;
  margin:10px 0 10px 10px;
}
.INPUT {
  width:100%;
}
.contact-form__list-price {
  width:100%;
  text-align:center;
  line-height:90px;
}
.contact-form__list dd .contact-form__list-price {
  line-height:50px;
  margin:0px;
}
}
.hensai {
  width:100%;
  float:left; clear:none;
  border:1px solid #FF523A;
  border-radius:5px;
  padding:20px 5% 20px 5%;
}
.input_r { width:50%;float:left; clear:none; }
.input_r dt { width:40%;float:left; clear:none; }
.input_r dd.input { width:60%;float:left; clear:none; color:#FF2C32; font-weight:bold; font-size:20px; }
input.text1 { width:2em; text-align:center; border:none;color:#FF2C32; }
input.text2 { width:4em; text-align:center; border:none;color:#FF2C32; }
.input_r dd.input span {color:#FF2C32;  }
.arrart {
  list-style:none;
  margin:30px 0 0 0;
  padding:0;
  float:left; clear:none;
}
.arrart li {
  width:100%;
  font-size:12px;
  line-height:1.7em;
}
.calk	{ width:40%; padding:15px 0 15px 0; margin:50px 30% 10px 30%;  border:none; color:#fff; font-size:15px; cursor:pointer; background:#FF523A; border-radius:5px; display:block;}
.calk:hover {
  opacity:0.7;}
.arrow{
width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 15px 15px;
border-color: #6eaace transparent transparent;
margin:10px auto 0 auto;
display:block;
}
@media (max-width: 740px) {
.calk	{
  width:90%;
  margin:30px 0 0 5%;
}
.hensai {
  width:100%;
  float:left; clear:none;
  border:1px solid #FF523A;
  border-radius:5px;
  padding:30px 5% 0 5%;
}
.input_r { width:100%;float:left; clear:none; border-bottom:dotted 1px #cccccc;padding-bottom:10px;}
.input_r dt { width:100%;float:left; clear:none; text-align:center;}
.input_r dd.input { width:60%;float:left; clear:none; color:#FF2C32; font-weight:bold; font-size:20px; margin:0 0 0 20%;}
input.text1 { width:auto; text-align:center; border:none;color:#FF2C32; }
#loan {
  width:100px;
}
#own {
  width:100px;
}

}
