  @charset "UTF-8";

/* ====================================

	PC

==================================== */

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:before {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: block;
}

*:focus {
	outline: none;
}

.input_field:focus {
	border: 2px solid rgba(0, 102, 192, .4);
	box-shadow: 1px 1px 5px 0 rgba(0, 102, 192, .4);
}

select,
textarea,
input[type="button"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="image"],textarea{
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	font-family: メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}

@media screen and (min-width:768px){

	a:hover img {
		opacity: 0.6;
	}
}

.column1_inner {
	padding: 35px 35px 50px;
	margin-bottom: 20px;
}

.toiawas_desc {
	border: 2px solid #006633;
	padding: 15px 20px;
}

.toiawas_desc ul {
	list-style: disc;
}

.toiawas_desc ul li {
	margin: 0 0 5px 1.6rem;
}

#Main .toiawas_desc ul li a {
	color: #0066c0;
}

.toiawas_desc p {
	line-height: 1.7;
}

.toiawas_inner {
	width: 90%;
	margin: 0 auto;
}

.toiawas_bnr_wrap {
	margin: 30px auto;
	width: 78.5%;
}

.toiawas_bnr {
	float: left;
	width : 50%; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 2 - 10px);
	width : calc(100% / 2 - 10px);
	margin-left: 20px;
}

.toiawas_bnr:first-of-type {
	margin-left: 0;
}

.toiawas_caption {
	margin: 0 auto;
	padding: 15px;
	border: 2px solid #999;
	text-align: center;
	font-size: 120%;
}


/* ↓202104追加　GW用文章(202204変更）↓ */
.toiawas_box1 {
	margin: 0 auto 20px;
	padding: 15px;
	border: 2px solid #F00;
}
.toiawas_box1 p {
	font-size: 120%;
	text-indent: -1em;
	padding-left: 1em;
}
/* ↑202104追加　GW用文章↑ */

#Main .toiawas_caption a {
	color: #0066c0;
}

.toiawas_toform {
	margin-top: 50px;
}

.checkbox_wrap {
    text-align: center;
    font-size: 110%;
}

.ag_btn {
	text-align: center;
}


#Main .ag_btn {
	display: block;
	width: 70%;
	padding: 15px;
	background: #949292;
	border: 2px solid #949292;
	cursor: default;
	font-size: 120%;
	text-align: center;
	margin: 10px auto 0;
}

#Main .ag_btn a {
	display: block;
	color: #fff;
	text-decoration: none;
	width: 100%;
}



#Main .ag_btn.active {
	background: #006633;
	border: 2px solid #006633;
	padding: 0;
}

#Main .ag_btn.active a {
	color: #fff;
	padding: 15px;
}

@media screen and (min-width:768px){
	#Main .ag_btn.active a:hover {
		background: #fff;
		color: #006633;
	}
}
.error {
	color: #dd0000;
}
.input_box {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #e8e8e8;
}

.input_box.first {
	padding-top: 0;
}

.input_box.last {
	padding-bottom: 0;
	border-bottom: none;
}

.input_box.zipcode {
	position: relative;
}

.input_box p {
	font-size: 110%;
}

.input_box label {
	width: 23%;
	font-size: 110%;
	line-height: 1;
	flex-shrink: 0;
}

.input_box label span {
	margin-left: 0.5rem;
}
.input_box label .required {
	color: #ff0000;
}
.input_box label span.f_caution {
    display: block;
	margin: 10px 0 0 -0.5rem;
	color: #ff0000;
	font-size: 1.4rem;
}
.input_box label .optional {
	color: #2355a5;
}

.input_wrap {
	width: 77%;
	margin-left: 30px;
}

.input_wrap select,
.input_wrap option {
	background-color: #fff !important;
}

.input_wrap.number .input_field {
	display: inline-block;
	width: 10%;
	min-width: 40px;
}
.input_wrap #zip01.input_field {
	display: inline-block;
    width: 70px;
}
.input_wrap #zip02.input_field {
	display: inline-block;
    width: 90px;
}
.input_wrap.number #tel01.input_field {
    min-width: 80px;
}
.input_wrap.number #tel02.input_field {
    min-width: 70px;
}
.input_wrap.number #tel03.input_field {
    min-width: 70px;
}
.input_wrap.number #number02.input_field {
	width: 15%;
	min-width: 50px;
}
.input_wrap.number #number06.input_field {
	width: 25%;
	min-width: 75px;
}

.number_wrap {
	position: relative;
	padding-right: 3.2%;
}

.number_wrap:last-of-type {
	padding-right: 0;
}

.number_wrap::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 5px;
	background: #999;
	position: absolute;
	top: 80%;
	right: 8%;
	transform: translateY(-50%);
}
.number_wrap:last-of-type::after {
	content: none;
}

.input_field {
	width: 100%;
	display: block;
	margin: 10px 0 0 0 !important;
	padding: 10px;
	/* background-color: #f0f0f0; */
	height: 41px;
	line-height: 1;
	font-size: 110%;
	border: 2px solid #ccc;
	/* color: #666; */
}
.element_wrap .input_field {
	width: auto;
}
textarea.input_field {
	height: auto;
}
.input_field.error {
	color: #666 !important;
	border: 1px solid #ff0000 !important;
}

/* #pref_name.input_field,
#item01.input_field {
	margin-bottom: 10px;
} */

/* #pref_name {
	margin-top: 10px;
	margin-bottom: 10px;
} */

#address {
	margin-top: 10px;
}

/* select.input_field {
	-webkit-appearance: none;
	appearance: none;
	padding-right: 35px;
} */
select.input_field {
	/* height: 41px; */
	line-height: 1.2;
}

select::-ms-expand {
    display: none;
}

select:disabled {
	background: #e3e3e3;
}

.pref_name_field {
	width: 10em !important;
	padding-right: 10px !important;
}

.buttonBox {
	text-align: center;
	margin-top: 50px;
}

.submit {
	display: inline-block;
	width: 70%;
	padding: 15px;
	background: #006633;
	border: 2px solid #006633;
	color: #fff;
	font-size: 120%;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

/*↓202010追加↓*/
.btn {
	width: 30%;
}
.btn2 {
	background: #ccc;
	border-color: #ccc;
	margin-bottom:10px;
}
/*↑202010追加↑*/

@media screen and (min-width:768px){
	.submit:hover {
		background: #fff;
		color: #006633;
	}
/*↓202010追加↓*/
	.btn2:hover {
		background: #fff;
		color: #ccc;
	}
/*↑202010追加↑*/
}

.select_wrap {
	position: relative;
}

/* select下向き矢印 */
/* .select_wrap::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 12px solid #666;
	pointer-events: none;
} */

.select_wrap.pref_name {
	width: 22%;
}

::placeholder {
	color: #b8b8b8;
}
/* Webkit */
::-webkit-input-placeholder {
	color: #b8b8b8;
	opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: #b8b8b8;
}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #b8b8b8;
	opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
	color: #b8b8b8;
}

.tonw {
	margin-top: 50px;
}

.toiawas_txt01 {
	font-size: 110%;
	text-align: center;
}

#Main .tonw .buttonBox a {
	display: inline-block;
	width: 70%;
	padding: 15px;
	background: #99e3ef;
	border: 2px solid #99e3ef;
	color: #000;
	font-size: 120%;
	text-align: center;
	text-decoration: none;
}

@media screen and (min-width:768px){
	#Main .tonw .buttonBox a:hover {
		background: #fff;
	}
}

#tonw {
	display: none;
}

.checkbox_wrap input[type=checkbox] {
	margin-right: 6px;
	display: none;
	margin: 0;
}

.checkbox_wrap input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding: 0 0 0 24px;
}

.checkbox_wrap input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background-color: white;
}

.checkbox_wrap input[type=checkbox] + label::before {
	border: 2px solid #c2ced2;
}

.checkbox_wrap input[type=checkbox]:checked {
	position: relative;
}

.checkbox_wrap input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	left: 3px;
	width: 16px;
	height: 8px;
	margin-top: -8px;
	border-left: 3px solid #666;
	border-bottom: 3px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 20210707追加 */

.radio_txt {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 25px;
	transition: all .2s;
}

.radio_txt.none {
	display: none;
	transition: all .2s;
}

.radio_btn {
	width: 32.1%;
	height: 80px;
	margin: 0 15px 15px 0;
	background: #eee;
	box-shadow: 2px 2px 0 0 #ccc;
	border-radius: 15px;
	position: relative;
}

.box_inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.box_inner .radio_btn:nth-of-type(3n) {
	margin-right: 0;
}

.radio_btn label {
	width: 100%;
	height: 100%;
	padding: 8px 8px 8px 30px;
	border-radius: 15px;
	transition: all .2s;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	line-height: 1.3;
}

.radio_btn label::before {
	position: absolute;
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #ddd;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
}

.radio_btn label::after {
	position: absolute;
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #636262;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: .3s;
}

.radio_checked {
	background: #fff8bf;
	transition: all .2s;
}

label.radio_checked::after {
	opacity: 1;
}

input[type = radio] {
	display: none;
}

#item_error {
	font-size: 110%;
}

#default,
#tonw {
	margin-top: 30px;
}

.f_note {
	margin-top: 5px;
}

#item02 {
	margin-top: 20px;
}

/* 2023.02 追加 */

#Dirpath,
#Mainvis_wrap,
#Main {
	min-width: 1200px;
}
.bold { font-weight: bold; }
.lower_page #Main_inner {
	padding-bottom: 45px;
}
.column1_inner {
	padding: 30px 35px 50px;
	margin: 0;
}
#Main .column1_inner a {
	color: #2222c8;
}
.column1_inner > *:first-child {
	margin-top: 0;
}
.cont_txt {
	font-size: 1.8rem;
}
.btn_wrap {
	margin: 30px 0;
}
.btn_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.btn_row_item {
	width: 48.9%;
}
.toiawas_box {
	font-size: 1.4rem;
	border: 2px solid #12ab89;
	padding: 30px 20px;
	margin-bottom: 30px;
}
.list_note > li {
	position: relative;
	padding-left: 1.2em;
	margin-bottom: 0.5em;
}
.list_note > li:last-child {
	margin-bottom: 0;
}
.list_note > li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.list > li {
	position: relative;
	padding-left: 1em;
	margin-bottom: 0.5em;
}
.list > li:last-child {
	margin-bottom: 0;
}
.list > li::before {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0.6em;
	left: 0;
	background-color: currentColor;
	border-radius: 50%;
}
.caution {
	text-align: center;
	margin-bottom: 40px;
}
.caution > a {
	display: inline-block;
}
.caution > a > span {
	font-size: 2.1rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.7;
	position: relative;
	display: inline-block;
	background: #dc0000;
	padding: 0.8em 1em;
	text-decoration: underline;
	transition: all .2s;
}
.caution > a:hover > span {
	text-decoration: none;
}
.caution > a > span::before {
	content:'';
	width: 1.55em;
	height: 1.55em;
	background-image: url("/toiawas/img/icon_caution.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.22em;
	margin-right: 0.4em;
}
#Main .ag_btn {
	width: 100%;
	max-width: 300px;
	margin-top: 15px;
}
/* フォーム */
.form_txt {
	font-size: 2.4rem;
}
.form_item {
	margin: 30px 0;
}
.form_head {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	padding: 0.3em 0.8em 0.15em;
	background-color: #12ab89;
}
.form_ttl {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.form_item_body {
	padding: 15px 8px 0;
}
.radio_row {
	display: flex;
	justify-content: space-between;
	padding: 0 14px;
}
.radio_row_item {
	width: 49%;
}
.c_radio_wrap {
	margin-bottom: -8px;
}
.c_radio {
	position: relative;
	margin-bottom: 8px;
}
.c_radio label {
	font-size: 1.8rem;
	line-height: 1.33;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	display: flex;
	align-items: center;
}
.c_radio label::before {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #ddd;
	position: absolute;
	top: 0;
	left: 0;
}
.c_radio label::after {
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 50%;
	background: #12ab89;
	position: absolute;
	top: 5px;
	left: 5px;
	opacity: 0;
	transition: all .2s;
}
.c_radio input[type=radio]:checked + .c_radio_lb:after {
  opacity: 1;
}
.nw_box {
	border: 3px solid #5ecfe1;
}
.nw_box_ttl {
	background-color: #5ecfe1;
	padding: 0.8em 1em;
}
.nw_box_ttl > a > span {
	font-size: 2.2rem;
	font-weight: bold;
	color: #000;
	line-height: 1.3;
	position: relative;
	display: inline-block;
	text-decoration: underline;
	transition: all .2s;
}
.nw_box_ttl > a:hover > span {
	text-decoration: none;
}
.nw_box_ttl > a > span::after {
	content: '';
	width: 14px;
	height: 11px;
	background-image: url("/toiawas/img/icon_blank_blk.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: inline-block;
	margin-left: 5px;
}
.nw_box_inner {
	padding: 20px;
}

/* ====================================

	SP

==================================== */

@media screen and (max-width:667px){

	.column1_inner {
		padding: 20px 10px;
	}

	.toiawas_bnr {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}

	.toiawas_bnr:first-child {
		margin-top: 0;
	}

	.toiawas_caption {
		text-align: left;
		font-size: 110%;
	}

/* ↓202104追加　GW用文章↓ */
	.toiawas_box1 {
		font-size: 110%;
	}
/* ↑202104追加　GW用文章↑ */

	#check01 {
		appearance: auto;
		-webkit-appearance: auto;
	}

	#Main .ag_btn {
		width: 100%;
	}

	.input_box {
		display: block;
	}

	.input_wrap {
		width: 100%;
		margin: 10px 0 0 0;
	}

	.select_wrap.pref_name {
		width: 40%;
	}

	input[type="text"].input_field {
		border: 2px solid #ccc;
	}

	input[type="text"].input_field:focus {
		border: 2px solid rgba(0, 102, 192, .4);
		box-shadow: 1px 1px 5px 0 rgba(0, 102, 192, .4);
	}


	.input_field {
		padding: 8px 5px;
		font-size: 90%;
	}

	.input_wrap.number .input_field {
		min-width: auto;
		width: 11%;
	}

	.input_wrap.number #number02.input_field {
		min-width: auto;
		width: 15%;
	}

	.input_wrap.number #number06.input_field {
		min-width: auto;
		width: 25%;
	}

	.number_wrap {
		padding-right: 3.2%;
	}

	.number_wrap::after {
		width: 5px;
		height: 2px;
		right: 5%;
	}

	.toiawas_txt01 {
		text-align: left;
	}

	select.input_field {
		padding-right: 20px;
	}

	.select_wrap::before {
		right: 0.5em;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 7px solid #666;
	}

	.submit {
		width: 100%;
	}

	#Main .tonw .buttonBox a {
		width: 100%;
		font-size: 115%;
	}

	/* 20210707追加 */

	.radio_btn {
		width: 100%;
		margin-right: 0;
		height: 60px;
	}

	.radio_btn label {
		font-size: 3.2vw;
	}

	/* 2023.02 追加 */
	#Dirpath,
	#Mainvis_wrap,
	#Main {
		min-width: auto;
	}
	.lower_page #Main_inner {
		padding-bottom: 0;
	}
	.column1_inner {
		padding: 20px 0 50px;
	}
	.cont_txt {
		font-size: 1.4rem;
	}
	.toiawas_box1 + .toiawas_box {
		margin-top: 20px;
	}
	.btn_wrap {
		margin: 4vw 0;
	}
	.btn_row {
		display: block;
	}
	.btn_row_item {
		width: 100%;
		margin-bottom: 2.66vw;
	}
	.btn_row_item:last-child {
		margin-bottom: 0;
	}
	.btn_row_item > a > img {
		margin: 0 auto;
	}
	.toiawas_box {
		padding: 4vw 2.66vw;
	}
	.caution > a > span {
		font-size: 1.8rem;
	}
	/* フォーム */
	.form_item {
		margin: 2.66vw 0;
	}
	.form_head {
		font-size: 2rem;
	}
	.form_item_body {
		padding: 15px 5px;
	}
	.form_txt {
		font-size: 1.8rem;
	}
	.form_ttl {
		font-size: 1.8rem;
		margin-bottom: 2.6vw;
	}
	.radio_row {
		display: block;
		padding: 0 5px;
	}
	.radio_row_item {
		width: 100%;
	}
	.c_radio_wrap {
		margin-bottom: 0;
	}
	.c_radio {
		margin-bottom: 20px;
	}
	.c_radio label {
		font-size: 1.6rem;
	}
	.nw_box_ttl > a > span {
		font-size: 1.6rem;
	}
	.nw_box_inner {
		padding: 4vw;
	}

}