@charset "UTF-8";


/*---カバー画像---*/
#Top_Cover {
	width: 94%;
	max-width: 1680px;
	margin: 0 auto;
}

/*---背景色---*/
.Cont_wrap {
	font-size: 20px;
	background: #fff;
	padding:60px 0 80px;
}

.Bg_case{
	background: #eaeaec;
	padding:0;
}

/*---タイトル（バリュープラン）---*/
.Tit_Value {
	font-size:46px;
	color: #e9536c;
	text-align: center;
	background: #f9dfe0;
	padding:14px 0 8px;
}

.Tit_Value02 {
	font-size:24px;
	color: #000;
	padding:8px 0 6px 16px;
	border: 1px solid #7f7f7f;
	background: -moz-linear-gradient(top, #fff, #d8d6ca);
	background: -webkit-linear-gradient(top, #fff, #d8d6ca);
	background: linear-gradient(to bottom, #fff, #d8d6ca);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/*---装飾枠---*/
.waku01 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: #019fe8;
	padding:6px 20px 4px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.waku02 {
	font-size: 16px;
	color: #585657;
	text-align: center;
	border: 1px solid #585657;
	padding:4px 20px 2px;
}

/*---リスト装飾---*/
.list_number {
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #5f5d5e;
	padding:0px 7px;
	line-height: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.list_cont {
	position:relative; top:3px;
}

/*---FAQ画像---*/
.img_faq {
	float: right;
	width: 20%;
	position: relative;
	top: -90px;
	margin-bottom: -190px;
}

/*---ボタン（よくあるご質問）---*/
.button_faq a {
	display: inline-block;
	position: relative;
	z-index: 2;
	font-size: 14px;
	color: #e8546a;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	padding:4px 20px 2px;
	border: 1px solid #e8546a;
	background: -moz-linear-gradient(top, #fff, #f9e1e1);
	background: -webkit-linear-gradient(top, #fff, #f9e1e1);
	background: linear-gradient(to bottom, #fff, #f9e1e1);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.button_faq a::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #f9748a;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .5s;
}
.button_faq a:hover {
	color: #fff;
	background: #f9748a;
}

/*---幅設定---*/
.wdh70per {
	width: 70%;
}

.wdh87per {
	width: 87%;
}

.wdh90per {
	width: 90%;
}

/*---文字サイズ設定---*/
.fsz12 {
	font-size: 12px;
}

.fsz18 {
	font-size: 18px;
}

.lh1em {
	line-height: 1.6em;
}

/*---マージン設定---*/
.mt100 { margin-top:100px !important;}

/*---区切り線---*/
.Txt_Line {
	height:1px;
	border-top: 1px solid #5f5d5e;
	width: 100%;
	margin: 40px auto;
}

/*---テーブル（よくあるご質問）---*/
.table_faq {
	width: 100%;
	background-color: #fff;
	border-collapse: separate;
	border: none;
	text-align: left;
	line-height: 1.4em;
}
.table_faq th,
.table_faq td {
	border: none;
	padding: 16px 0;
}
.table_faq th {
	vertical-align: top;
	padding-right: 5px;
}

@media screen and (max-width:768px){

	.table_faq {
		margin-top: 20px;
		width: 100%;
		background-color: #fff;
		border-collapse: separate;
		border: none;
		font-size: 12px;
		line-height: 1.6em;
	}
	.table_faq th,
	.table_faq td {
		border: none;
		padding: 5px 0;
		vertical-align: top;
	}
	.table_faq th {
		vertical-align: top;
		padding-right: 5px;
		font-size: 12px;
	}

}

/*---テーブル（よくあるご質問・詳細）---*/
.table_faq02 {
	width: 100%;
	background-color: #fff;
	border-collapse: separate;
	border-top: 1px solid #82817f;
	border-left: 1px solid #82817f;
}
.table_faq02 th,
.table_faq02 td {
	border-right: 1px solid #82817f;
	border-bottom: 1px solid #82817f;
	padding: 10px;
}
.table_faq02 th {
	background-color: #eaeae2;
	vertical-align: top;
}
@media screen and (max-width:767px){
	.table_faq02 {
		width: 100%;
	}
	.table_faq02,
	.table_faq02 thead,
	.table_faq02 tbody,
	.table_faq02 tr,
	.table_faq02 th,
	.table_faq02 td {
		width: 100%;
		display: block;
	}
	.table_faq02 th,
	.table_faq02 td {
		color: #000;
		border-top: none;
		border-left: none;
		padding: 5px;
	}
}

/*---2カラム設定（動産総合保険）---*/
.Case_box {
	display: table;
	margin: 0px;
	width: 100%;
	padding: 20px 0;
}

.Case_box .box_30 {
	float: left;
	display: table-cell;
	width: 28%;
	padding-left: 60px;
}

.Case_box .box_70 {
	float: left;
	display: table-cell;
	width: 68%;
	padding-top: 80px;
}

.Case_box .box_center {
	float: left;
	display: table-cell;
	width: 4%;
}

@media screen and (max-width:767px){

	.Case_box {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.Case_box .box_30 {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}
	
	.Case_box .box_70 {
		font-size: 11px;
		margin: 0;
		padding: 6px;
		width: 100%;

	}
	
	.Case_box .box_center {
		display: none;
	}

}

/*---アイコン（よくあるご質問）---*/
.ico_q {
	font-size: 22px;
	color: #fff;
	text-align: center;
	background-color: #2696d8;
	padding:0px 10px;
	line-height: 0;
}

.ico_a {
	font-size: 22px;
	color: #fff;
	text-align: center;
	background-color: #d9006b;
	padding:0px 10px;
	line-height: 0;
}

/* ▼768px以上の場合に適用
--------------------------------------------------------------------- */
@media only screen and (min-width: 769px) {

	#Sp_Cover {
		display: none;
	}

	.Sp_Cont {
		display: none;
	}

}

/* ▼768px以下の場合に適用（iPad portrait以下）
---------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {

	.Sp_None {
		display: none;
	}

	.Bg_Green{
		height: 50px;
		background: #a3d6ce;
		padding:0;
		margin-bottom:20px;
	}

	#Heading{
		height: 60px;
		background: url(../img/tit_01.png) no-repeat left top;
		background-size: 60px;
		font-size: 18px;
		padding: 4px 0px 0px 70px;
		position: relative;
		top: 8px;
	}

	/*---背景色---*/
	.Cont_wrap {
		font-size: 12px;
		background: #fff;
		padding:20px 0;
	}

	/*---タイトル（バリュープラン）---*/
	.Tit_Value {
		font-size:16px;
		color: #e9536c;
		text-align: center;
		background: #f9dfe0;
		padding:8px 0 6px;
	}
	
	.Tit_Value02 {
		font-size:14px;
		color: #000;
		padding:4px 0 2px 14px;
		border: 1px solid #7f7f7f;
		background: -moz-linear-gradient(top, #fff, #d8d6ca);
		background: -webkit-linear-gradient(top, #fff, #d8d6ca);
		background: linear-gradient(to bottom, #fff, #d8d6ca);
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}

	/*---装飾枠---*/
	.waku01 {
		font-size: 11px;
		color: #fff;
		text-align: center;
		padding:0;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
	}

	.sp_waku01 {
		height: 100%;
		width: 100%;
		background-color: #019fe8;
		padding:2px 4px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	
	
	.waku02 {
		font-size: 11px;
		color: #585657;
		text-align: center;
		border: 1px solid #585657;
		padding:2px 10px 1px;
	}

	/*---リスト装飾---*/
	.list_number {
		font-size: 11px;
		color: #fff;
		text-align: center;
		background-color: #5f5d5e;
		padding:0px 6px;
		line-height: 0;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}
	
	.list_cont {
		position:relative; top:1px;
	}

	/*---FAQ画像---*/
	.img_faq {
		float: right;
		width: 24%;
		position: relative;
		top: -40px;
		margin-bottom: -160px;
	}

	/*---ボタン（よくあるご質問）---*/
	.button_faq a {
		display: inline-block;
		position: relative;
		z-index: 2;
		font-size: 10px;
		color: #e8546a;
		text-align: center;
		text-decoration: none;
		overflow: hidden;
		padding:4px 10px 2px;
		border: 1px solid #e8546a;
		background: -moz-linear-gradient(top, #fff, #f9e1e1);
		background: -webkit-linear-gradient(top, #fff, #f9e1e1);
		background: linear-gradient(to bottom, #fff, #f9e1e1);
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	
	.button_faq a::before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		background: #f9748a;
		transform-origin: 100% 50%;
		transform: scaleX(0);
		transition: transform ease .5s;
	}
	.button_faq a:hover {
		color: #fff;
	}
	.button_faq a:hover::before {
		transform-origin: 0% 50%;
		transform: scaleX(1);
	}

	/*---幅設定---*/
	.wdh70per {
		width: 100%;
	}
	
	.wdh87per {
		width: 100%;
	}
	
	.wdh90per {
		width: 94%;
	}

	/*---文字サイズ設定---*/
	.fsz12 {
		font-size: 10px;
	}
	
	.fsz18 {
		font-size: 12px;
	}
	
	.lh1em {
		line-height: 1.6em;
	}

	/*---マージン設定---*/
	.mt100 { margin-top:30px !important;}
	
	/*---区切り線---*/
	.Txt_Line {
		height:1px;
		border-top: 1px solid #5f5d5e;
		width: 100%;
		margin: 10px auto;
	}

	/*---アイコン（よくあるご質問）---*/
	.ico_q {
		font-size: 14px;
		color: #fff;
		text-align: center;
		background-color: #2696d8;
		padding:0px 7px;
		line-height: 0;
	}
	
	.ico_a {
		font-size: 14px;
		color: #fff;
		text-align: center;
		background-color: #d9006b;
		padding:0px 7px;
		line-height: 0;
	}

}
