@charset "utf-8";
/* ------------------------------
 コンテンツ
------------------------------ */
.contents {
	padding-bottom: 110px;
}
.contents h2 {
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 40px;
	position: relative;
	padding-left: 25px;
	line-height: 1.5;
	text-align: left;
}
.contents h2:before {
	content:"";
	width: 4px;
	height: 64px;
	display: block;
	background: #913284;
	margin-top: 13px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}
@media screen and (max-width: 767px) {
	.contents h2 {
		font-size: 2rem;
		margin-bottom: 30px;
		padding-left: 20px;
	}
	.contents h2:before {
		height: 40px;
	}
}
/* ------------------------------
 ボタン
------------------------------ */
.btn-a {
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	line-height: 90px;
	min-width: 546px;
	padding: 0;
	position: relative;
	z-index: 2;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 77%, rgba(82,56,95,1) 100%);
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	color: #fff;
	transition: 0.1s ease-in-out;
}
.btn-b {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	min-width: 100px;
	width: 10px;
	float: left;
	margin-right: -100px;
	line-height: 1.5;
	line-height: 90px;
	cursor: pointer;
	background: #999;
	transition: 0.1s ease-in-out;
}
@media screen and (min-width: 768px) {
	.btn-a:hover {
		opacity: 0.7;
	}
	.btn-b:hover {
		background-color: #c1c1c1;
	}
}

.btn-a:disabled,
.btn-a.is-disabled,
.btn-a:disabled:hover,
.btn-a.is-disabled:hover {
	text-decoration: none;
	background: #ccc;
	cursor: auto;
	color: #fff;
}
.btn-a:disabled::before,
.btn-a:disabled::after {
	background: #eff2f3;
	height: 0;
}
.btn-a:disabled span:hover::after {
	content: none;
}
.zip_search {
	width: 100px;
	line-height: 35px;
	font-size: 1.5rem;
	text-align: center;
	color: #fff;
	padding: 0 15px;
	display: inline-block;
	background: #913284;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	-webkit-appearance: none;
	cursor: pointer !important;
	font-weight: bold;
	
}
table textarea::-webkit-input-placeholder,
table input::-webkit-input-placeholder {
	color: #b0b0b0;
}

table input[type='text'] ,
table select ,
table textarea {
	font-size: 1.4rem;
	font-weight: normal;
	width: 100%;
	padding: 4px;
	text-align: left;
	-webkit-appearance: none;
	vertical-align: middle;
	border: solid 1px #d6dadb;
}
table select{
	-webkit-appearance: auto;
}
table input[type='text']:focus ,
table select:focus ,
table textarea:focus {
	outline: 0;
	box-shadow: 0 0 2px 3px #ddd inset;
}
table textarea {
    height: 110px;
}
table input[type='text']:focus ,
table textarea:focus {
    outline: 0;
}
.check-boxes {
    margin-top: 30px;
    margin-bottom: 15px;
}
input[type="checkbox"] {
    margin-right: 5px;
    vertical-align: baseline;
}
label {
    vertical-align: baseline;
    display: inline-block;
	margin-right: 1em;
}
/* ラジオボタン */
input[type=radio] {
	display: none;
}
input[type=radio] + span {
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	vertical-align: top;
	margin-top: 8px;
	margin-right: 5px;
	border: solid 1px #b2b2b2;
	position: relative;
}
input[type=radio] + span:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	background-color: transparent;
	border-radius: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
input[type=radio]:checked + span:before {
	background-color: #913284;
}

/* チェックボックス */
input[type=checkbox] {
	display: none;
}
input[type=checkbox] + span {
	width: 16px;
	height: 16px;
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
	margin-top: 6px;
	margin-right: 5px;
	border: solid 1px #dbe0e3;
	position: relative;
}
input[type=checkbox] + span:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: transparent;
	border-radius: 10%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
input[type=checkbox]:checked + span:before {
	background-color: #913284;
}
.contents .style02 table th {
	font-weight: bold;
}
/* ------------------------------
 PC専用
------------------------------ */
@media print,screen and (min-width:768px) {
	.contents .style02 table th {
		width: 405px;
	}
	.contents .style02 table th,
	.contents .style02 table td {
		padding: 30px;
	}
	table textarea{
		width: 100%;
	}
	table input[type='text']  {
		width: 350px;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.contents .style02 table th {
		padding-bottom: 10px !important;
	}
	table input[type='text'] ,
	table textarea {
		font-size: medium;
	}
	label {
	    display: block;
		margin-right: 0;
	}
	.btn-a {
		width: 90%;
		min-width: 90%;
		line-height: 60px;
	}
	.btn-b {
		min-width: 100px;
		width: 90%;
		float: none;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 5px;
		line-height: 60px;
	}
}
.required{
	width: 40px;
	line-height: 24px;
	display: inline-block;
	font-size: 1.2rem;
	color: #913284;
	border: solid 1px #913284;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
}
.any{
	width: 40px;
	line-height: 24px;
	display: inline-block;
	font-size: 1.2rem;
	color: #aeaeae;
	border: solid 1px #aeaeae;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
}
.w100{
	width: 100px !important;
}
.tel-fax{
	width: 980px;
	height: 128px;
    background: url(../img/bg_dot.png) ;
    background-size: 4px 4px;
	margin: 0 auto;
	padding: 35px 0;
	text-align: center;
	font-weight: bold;
	font-size: 3.2rem;
	font-family: 'Roboto', sans-serif;
}
.tel-fax p{
	display: inline-block;
	margin-right: 40px;
}
.red {
	color: red;
}
@media screen and (max-width: 767px) {
	.tel-fax{
		width: 100%;
		height: auto;
		padding: 20px;
		line-height: 1.35;
	}
	.tel-fax p{
		display: block;
		margin-right: 0;
	}
}
@media screen and (max-width: 375px) {
	.zip_search {
		width: 77px;
		font-size: 1.4rem;
		text-align: center;
		padding: 0;
		display: inline-block;
	}
	.w100{
		width: 70px !important;
	}
}