@charset "UTF-8";

.c-wrap{
  width: 90%;
  max-width: 1030px;
  margin: 0 auto;
}

.c-main__ttl{
  font-size: 22px;
  margin: 36px 0;
}

.c-sub__ttl{
  display: block;
  font-size: 18px;
  line-height: 2;
}

.c-txt__bold{
  margin: 24px 0;
  font-size: 18px;
  font-weight: bold;
}

.c-txt__c{
  text-align: center;
}

.c-req{
  color: red;
  margin-left: 8px;
}

.c-text{
  font-size: 14px;
}

.c-box__ttl{
  margin-bottom: 16px;
}

.c-contents{
  margin-bottom: 20px;
}

.c-input__box{
  border: 1px solid #666;
  border-radius: 5px;
  margin: 24px 0;
  padding: 16px;
}

.c-inner__box{
  margin-top: 10px;
  margin-left: 32px;
}

.c-colum2{
  display: inline-block;
  width: 130px;
}

.c-btn__wrap{
  text-align: center;
  margin: 32px 0;
}

.c-btn__primary{
  width: 100px;
  padding: 10px 16px;
  text-align: center;
  font-size: 18px;
  background: linear-gradient(to top, #ddd, #fff);
  border-style: none;
  border: 1px solid #666;
  border-radius: 4px;
}

input{
  margin-top: 8px;
  margin-right: 8px;
}

input[type="text"]{
  width: 300px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #666;
}

input[type="text"].-short{
  width: 120px;
  margin-left: 16px;
}

input[type="radio"] + label , input[type="checkbox"] + label{
  font-size: 14px;
}

textarea{
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 14px;
}

.p-main__hero{
  width: 100%;
  max-width: 1030px;
}

.p-select__inner{
  margin-left: 16px;
}

.p-select{
  overflow: hidden;
  margin: 14px 0;
}

.p-select dt{
  display: inline-block;
  margin-right: 16px;
}

.p-select__box{
  position: relative;
  display: inline-block;
  width: 80px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.p-select__box select{
  width: 100%;
  padding: 4px;
	cursor: pointer;
	border: none;
	background: transparent;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.p-select__box::before{
  content: "";
  position: absolute;
  right: 0;
  background:linear-gradient(to top, #eee, #fff);
  width: 22px;
  height: 26px;
  border-left:1px solid #ccc;
  border-radius: 0 1px 1px 0;
  z-index: -10;
}

.p-select__box::after{
  content: '';
  position: absolute;
	top: 0;
  bottom:0;
	right: 5px;
  margin: auto;
	width: 0;
	height: 0;
	padding: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}

.p-small__txt{
  margin-left: 8px;
  font-size: 12px;
  line-height: 1;
}

.p-attention{
  display: block;
  margin-left: 18px;
  line-height: 1.5;
}

@media (min-width:1000px) {
  a:hover{
    text-decoration: underline;
  }

  a.c-btn__primary:hover{
    text-decoration: none;
    opacity: 0.7;
  }

  .c-btn__primary:hover{
    opacity: 0.7;
  }
}

@media (max-width:600px) {
  input[type="text"]{
    width: 80%;
  }

  input[type="text"].-short{
    width: 20%;
    margin-left: 8px;
  }
}
