/* カスタム CSS をここに入力してください */
	
.tb001{
    border-collapse:separate;
    border-spacing: 5px; /*ブロックぽく*/
    width: 100%;
  }
  
  .tb001 th,.tb001 td{
    border-radius: 5px;
    text-align: center;
    padding: 10px 0;
    box-shadow: 1px 1px 3px;
  }
  
  .tb001 th{
    background-color: #f0ffff;
    color: white;
    border:solid 1px #927141;
  }
  
  .tb001 td{
    background-color: #f0ffff;
    border:solid 1px #af9d85;
  }

.cform input[textarea]
.cform input[tel]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #ffecea;
    border-radius: 2px;
　　background-color: #ffffff;
    max-width: 120%;
    padding: 0.25em 0.5em;
        height: 50px;
    font-size: 16px;
    color: #666 !important;
    font-family: "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}


select::-ms-expand {
	display: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 20px;
	padding: 7px 30px 7px 10px;
	font-size: 93%;
	line-height: 1.1em;
	border-radius: 5px;
	border: none;
	background-image: url(https://hairsoap-nona.com/wp-content/uploads/pic03-14.png);
	background-repeat: no-repeat;
	background-size: 12px 10px;
	background-position: right 10px center;
	background-color: #fff0f5;
}


input[type=tel] {
        width: 80px;
        height: 25px;
    }

input[type=checkbox] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
input[type=radio] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

input[type=select] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.cform th {
	font-size: 16px;
	width: 35%; /*変なところで改行される場合はここの数字を変更します。*/
	border-bottom: solid 1px #d6d6d6;
	font-weight: normal;
			background-color: #ffecea;
}

.cform td {
	font-size: 16px;
	line-height: 300%;
	border-bottom: solid 10px #d6d6d6;
	padding: 200px 20px;

}

.cform {
	width: 90%;
	margin: auto;
}

.cform [type=submit] {
	display: inline-block;
	font-size: 30px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}

.cform option,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #ffecea;
    border-radius: 2px;
    background-color: #ffffff;
    max-width: 90%;
    padding: 0.25em 0.5em;
        height: 25px;
    font-size: 14px;
    color: #666 !important;
    font-family: "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}

@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 90%;
		display: block;
		border-top: none;
	}
}

.submit-btn input {
  font-size: 1.4em;
	background: #e4002b;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 1px #e4002b solid;
	text-align: center;
	padding: 30px;
	color: #fff;
	transition: all 0.4s ease;
}

.submit-btn input:hover {
	background: #fff;
	color: #00142c;
}

.download-box{
	margin-left:5px;
	margin-right:5px;
	float:left;
}

.download-box-content h1{
	font-size:15px;
}

.download-button{
	font-size:13px;
}

.download-count{
	display:none;
}

