@charset "utf-8";

.template0001_07 {
	text-align: justify;
	text-justify: inter-ideograph;
}

/*------------------------------
ミニタイトル
------------------------------*/
.template0001_07 .h_icon {
	position: relative;
	padding-left: 24px;
	margin-bottom: 20px;
    font-weight: bold;
}

.template0001_07 .h_icon:before {
	 position: absolute;
     top: 50%;
     left: 0;
     transform: translateY(-50%);
     content: '';
     width: 16px;
     height: 16px;
     border: solid 4px var(--color_main);
     border-radius: 100%;
}

@media (min-width:768px){
	.template0001_07 .h_icon{
		font-size: 20px;
	}
}

/*------------------------------
タブ
------------------------------*/
.template0001_07 #searhtab {
	display: flex;
}

.template0001_07 #searhtab span {
	display: block;
	width: calc((100% - 20px) / 2);
	margin-right: 20px;
	padding: 10px 5px;
	background: var(--color_light_gray);
	border-radius: 6px 6px 0 0;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.template0001_07 #searhtab span:last-of-type {
	margin-right: 0;
}

.template0001_07 #searhtab span.active {
	background: var(--color_main);
	color: #fff;
}

@media (min-width:768px){
	.template0001_07 #searhtab {
		margin-top: 30px;
	}

	.template0001_07 #searhtab span:hover {
		opacity: 0.8;
	}
}

@media screen and (max-width:767px){
	.template0001_07 #searhtab {
		margin-bottom: 20px;
		border-bottom: 1px solid;
		border-color: var(--color_main);
	}

	.template0001_07 #searhtab span{
		width: calc((100% - 15px) / 2);
		margin-right: 15px;
	}
}

/*------------------------------
本体
------------------------------*/
@media (min-width:768px){
	.template0001_07 .table {
		background: #fff;
		border-top: 1px solid #eee;
		border-radius: 0 0 6px 6px;
	}

	.template0001_07 .table > li {
		display: flex;
		padding: 20px;
		border-bottom: 1px solid #eee;
	}

	.template0001_07 .table > li > p {
		width: 20%;
		padding-right: 20px;
		font-weight: bold;
	}

	.template0001_07 .table > li > div {
		width: 80%;
		padding-left: 20px;
		border-left: 1px solid #ddd;
	}
}

@media screen and (max-width:767px){
	.template0001_07 .table > li + li {
		margin-top: 10px;
	}

	.template0001_07 .acc_btn {
		position: relative;
		padding: 10px;
		background: var(--color_light_gray);
		border-radius: 3px;
		cursor: pointer;
	}
	
	.template0001_07 .acc_btn:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		margin-top: -8px;
		right: 15px;
		width: 10px;
		height: 10px;
		border-top: 2px solid var(--color_main);
		border-right: 2px solid var(--color_main);
		transform: rotate(135deg);
	}
	
	.template0001_07 .acc_btn.active:after {
		transform: rotate(-45deg);
		margin-top: -4px;
	}
	
	.template0001_07 .acc_btn + * {
		display: none;
		padding: 10px;
		background: #fff;
	}

	/*背景色ありの場合*/
	.home .body_wrap > div:nth-of-type(odd).template0001_07 .table .acc_btn{
		background: #fff;
	}
	
	.home .body_wrap > div:nth-of-type(odd).template0001_07 .table .acc_btn + *{
		border-top: 2px solid var(--color_light_gray);
	}
}

/*------------------------------
フォーム
------------------------------*/
/*フォームのデフォルトのスタイルを削除*/
.template0001_07 input,
.template0001_07 button,
.template0001_07 select,
.template0001_07 textarea{
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
}

/*チェックボックス*/
.template0001_07 .checkbox input{
	display: none;
}

.template0001_07 .checkbox span{
	padding:0 10px 0 20px;
	position:relative;
	display: inline-block;
}

.template0001_07 .checkbox span:before{
	content: "";
	display: block;
	position: absolute;
	top:0;
	margin-top: 0.2em;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #999;
	border-radius:3px;
}

.template0001_07 .checkbox input:checked + span{
	color: var(--color_main);
}

.template0001_07 .checkbox input:checked + span:after{
	content: "";
	display: block;
	position: absolute;
	top: 0.2em;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid var(--color_main);
	border-right: 3px solid var(--color_main);
}

.template0001_07 label{
	display:block;
}

/*入力系*/
.template0001_07 input[type="text"],
.template0001_07 select,
.template0001_07 textarea{
	border:1px solid #ccc;
	display:block;
	width:100%;
	padding:10px;
	border-radius:3px;
}

/*セレクトボックス*/
.template0001_07 .select{
	position:relative;
	background: transparent;
	cursor: pointer;
}

.template0001_07 .select:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin: -2px 0 0 0;
    border: 5px solid transparent;
    border-top: 7px solid #ccc;
}

.template0001_07 .simpledatepicker span{
    position: relative;
    display: inline-block;
}

.template0001_07 .simpledatepicker span::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 1.5em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #999 transparent transparent transparent; 
}

/*IEでも矢印を消す*/
::-ms-expand {display: none;}

/*テキストエリア*/
.template0001_07 textarea{
	height:120px;
}

@media screen and (min-width:768px){
	.template0001_07 .checkbox{
		display: flex;
		flex-wrap: wrap;
	}

	.template0001_07 .checkbox li{
		width:25%;
	}

	.template0001_07 .checkbox label{
		cursor: pointer;
	}

	.template0001_07 .checkbox label:hover{
		opacity: 0.8;
	}
}

@media screen and (max-width:767px){
	.template0001_07 label{
		margin-bottom: 8px;
	}
}






















