@charset "utf-8";

/* ------------------------------
 ボタン
------------------------------ */
/* -- フォームのボタン -- */
button.btn-a {
	min-width: 265px;
	z-index: 2;
	cursor: pointer;
}
/* 確認画面 */
.cms_block:not(#link2) .inputList + .cms_text {
	position: relative;
	display: flex;
	justify-content: center;
}
/* 戻るボタン */
.btn-b {
	width: 120px;
	height: 48px;
	font-size: 1.8rem !important;
	color: #fff;
	line-height: 1.5;
	background-color: #999;
	border-radius: 50px;
	padding: 10px 30px;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
/* 同意チェックの有無 */
.btn-a:disabled,
.btn-a.is-disabled,
.btn-a:disabled:hover,
.btn-a.is-disabled:hover {
	opacity: 0.5;
	cursor: auto;
}
/* ------------------------------
 ボタン（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	button.btn-a {
		width: 100%;
		min-width: unset;
	}
	/* 確認画面 */
	.btn-b {
		width: 75px;
		height: 40px;
		font-size: 1.6rem !important;
		padding: 0;
		top: 110px;
	}
}

/* ------------------------------
 パーツ装飾
------------------------------ */
table input[type='text'],
table select,
table textarea {
	width: 100%;
	font-size: 1.6rem;
	font-weight: normal;
	color: #000;
	text-align: left;
	background-color: #e9ebee;
	border-radius: 0;
	padding: 4px 10px;
	-webkit-appearance: none;
	vertical-align: middle;
}
table input[type='text']:focus,
table textarea:focus {
    outline: 0;
}
table input[type='text']:focus,
table select:focus ,
table textarea:focus {
	outline: 0;
	box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05) inset;
}
table textarea {
	resize: vertical;
    height: 163px;
    min-height: 163px;
}
input[type="checkbox"] {
    margin-right: 5px;
    vertical-align: baseline;
}
label {
	position: relative;
    display: inline-block;
    vertical-align: baseline;
	padding-left: 28px;
}
/* -- ラジオボタン -- */
/* input[type=radio] {
	display: none;
} */
input[type=radio] + span {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: top;
	background-color: #fff;
	border: solid 1px #CCCCCC;
	border-radius: 100%;
	position: absolute;
	top: 7px;
	left: 0;
}
input[type=radio] + span:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	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: #1a57a0;
}
input[type="radio"] + label {
  padding-left: 0;
}
/* チェックボックス */
input[type=checkbox] {
	display: none;
}
input[type=checkbox] + span {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: top;
	background-color: #e9ebee;
	position: absolute;
	top: 6px;
	left: 0;
}
input[type=checkbox] + span:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	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: #1a57a0;
}
.check-boxes {
	font-size: 1.8rem;
    margin: 50px 0;
}
.check-boxes a {
	color: #0FA0D2;
	text-decoration: underline;
}
#company_div_required .hide {
	display: none;
}
.textbox {
	display: inline-block;
	width: 100px;
}
.textbox input[type="text"] {
	width: 100%;
	font-size: 1.6rem;
	font-weight: normal;
	color: #000;
	text-align: left;
	background-color: #e9ebee;
	border-radius: 0;
	padding: 4px 10px;
	-webkit-appearance: none;
	vertical-align: middle;
}
#donate_month {
	font-size: 1.6rem;
	font-weight: normal;
	background-color: #e9ebee;
	padding: 4px 10px;
	vertical-align: middle;
	width: 60px;
	margin-right: 5px;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	table input[type='text'],
	table select,
	table textarea {
		font-size: 1.5rem;
	}
	/* -- ラジオボタン -- */
	label {
		padding-left: 25px;
	}
	input[type=radio] + span {
		top: 5px;
	}
	/* -- チェックボックス -- */
	input[type=checkbox] + span {
		top: 4px;
	}
	.check-boxes {
		font-size: 1.6rem;
	}
	.textbox {
		margin-left: 25px;
	}
}

/* ------------------------------
 お問合せ項目
------------------------------ */
.inputList table {
	width: 100%;
}
.contents .inputList table:not(.simple table) tr {
    border-bottom: solid 1px #CCCCCC;
}
.contents .inputList table:not(.simple table) tr:first-child {
    border-top: solid 1px #CCCCCC;
}
.contents .inputList table:not(.simple table) th:not(:last-child),
.contents .inputList table:not(.simple table) td:not(:last-child) {
	border-right: none;
}
.contents .inputList table:not(.simple table) th {
	position: relative;
	width: 24%;
	font-weight: 500;
	vertical-align: top;
	background-color: #fff;
	padding: 7px 35px 7px 0;
	border-bottom: none !important;
}
.contents .inputList table:not(.simple table) td {
	width: 75%;
	padding: 7px 0;
	background-color: #fff;
	border-bottom: none !important;
}
.contents .inputList table tr th span {
	display: inline-block;
	min-width: 34px;
	font-size: 1.2rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 14px;
	background-color: #1a57a0;
	padding: 3px;
	vertical-align: middle;
  	margin-left: 10px;
}
.contents .inputList table tr th span.any {
	background-color: #808080;
}
.contents .inputList table tr td li {
	vertical-align: middle;
}
table input[type="text"].address1 {
	width: 110px;
	margin: 0 5px;
}
/* 住所検索 */
.zip_srch {
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    background: #1a57a0;
    padding: 11px 18px;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.zip_srch:hover {
    opacity: .7;
}
/* プルダウン装飾 */
.address2 {
    position: relative;
    display: block;
    cursor: pointer;
    width: 200px;
	padding-left: 0;
}
.address2::after {
    content: "";
    position: absolute;
    top: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #323232 transparent transparent transparent;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.textcenter {
	position: relative;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.contents .inputList table:not(.simple table) th {
		width: auto !important;
		display: block;
	}
	.contents .inputList table:not(.simple table) td {
		width: auto !important;
		min-height: 35px;
		display: block;
		padding: 0 0 12px;
	}
	.contents .inputList table tr th span {
		font-size: 1.1rem;
		top: 18px;
		right: 5px;
	}
	table input[type="text"].address1 {
		width: 25%;
		margin-right: 10px;
	}
	/* 住所検索 */
	.zip_srch {
		font-size: 1.1rem;
		padding: 11px 10px;
	}
}

/* ------------------------------
 横幅
------------------------------ */
.w5em {width: 5em !important;}
.w10em {width: 10em !important;}

.mr2p { margin-right: 2%;}
.mr4p { margin-right: 4%;}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 479px) {
	.w10em {width: 32% !important;}
}
