@charset "UTF-8";

/* #### ribon ####*/
#ribon {
	width: 100%;
	background-image: url("https://static.icic.co.jp/6117/6475/3439/title.jpg");
	position: relative;
}

.intro {
	margin-bottom: 40px;
	color: #24498C;
}

.faqBox {
  width: 100%;
  margin-bottom: 10px;
}
.faqBox .accordion_header {
	background-color: #f1f1f1;
	border: solid 1px #dcdcdc;
	line-height: 1.5;
	font-size: 16px;
	padding: 10px 20px;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}
.faqBox .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.faqBox .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.faqBox .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.faqBox .accordion_header .i_box .one_i:before, .faqBox .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #545454;
  border-radius: 10px;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.faqBox .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 20px;
  top: 0;
  left: 8px;
}
.faqBox .accordion_header.open .i_box .one_i:before {
  content: none;
}
.faqBox .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.faqBox .accordion_inner {
	width: 100%;
	display: none;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.faqBox .accordion_inner:after {
}
.faqBox .accordion_inner .box_one {
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.5;
	padding: 18px 44px;
	overflow: hidden;
}
.faqBox .accordion_inner .txt_a_ac {
	line-height: 1.8;
	margin: 0;
	float: left;
}
.faqBox .accordion_inner .txt_a_ac p {
	margin-bottom: 8px;
}

.faqBox .faqQ {
	color: #567BB9;
	line-height: 1;
	font-size: 22px;
	font-weight: 900;
	padding-right: 18px;
	padding-bottom: 18px;
	display: inline-block;
	float: left;
}
.faqBox .faqA {
	color: #ff647e;
	line-height: 1.3;
	font-size: 22px;
	font-weight: 900;
	padding-right: 18px;
	display: inline-block;
	float: left;
}

.faqBox .ssUl li {
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	margin-top: 14px;
	float: left;
}
.faqBox .ssUl li img {
	width: 100%;
	max-width: 200px;
	vertical-align: bottom;
}
h3 {
	font-size: 24px;
	margin: 40px 0;
	border-bottom: 1px solid #444444;
	padding-bottom: 14px;
}
.prologe {
	background-color: #F0F0F0;
	border-radius: 8px;
	padding: 20px;
}
.coAddress {
	background-color: #E8E7E4;
	padding: 20px;
	border-radius: 8px;
}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {
	.intro {
		margin-bottom: 40px;
		font-size: 16px;
		color: #24498C;
	}

	.faqBox {
	width: 100%;
	margin-bottom: 10px;
	}
	.faqBox .accordion_header {
		background-color: #f1f1f1;
		border: solid 1px #dcdcdc;
		line-height: 1.5;
		font-size: 14px;
		font-weight: bold;
		padding: 10px 10px;
		position: relative;
		z-index: +1;
		cursor: pointer;
		transition-duration: 0.2s;
	}
	.faqBox .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 1%;
	width: 30px;
	height: 30px;
	margin-top: -20px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	}
	.faqBox .accordion_header .i_box .one_i {
	display: block;
	width: 14px;
	height: 14px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
	}
	.faqBox .accordion_header.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
	}
	.faqBox .accordion_header .i_box .one_i:before, .faqBox .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #545454;
	border-radius: 10px;
	width: 20px;
	height: 2px;
	position: absolute;
	top: 9px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
	}
	.faqBox .accordion_header .i_box .one_i:before {
	width: 2px;
	height: 20px;
	top: 0;
	left: 8px;
	}
	.faqBox .accordion_header.open .i_box .one_i:before {
	content: none;
	}
	.faqBox .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
	.faqBox .accordion_inner {
		width: 100%;
		display: none;
		border-left: 1px solid #dcdcdc;
		border-right: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
	}
	.faqBox .accordion_inner:after {
	}
	.faqBox .accordion_inner .box_one {
		width: 100%;
		box-sizing: border-box;
		font-size: 14px;
		line-height: 1.5;
		padding: 18px 44px;
		overflow: hidden;
	}
	.faqBox .accordion_inner .txt_a_ac {
		line-height: 1.8;
		margin: 0;
		float: left;
	}
	.faqBox .accordion_inner .txt_a_ac p {
		margin-bottom: 8px;
	}

	.faqBox .faqQ {
		color: #567BB9;
		line-height: 1;
		font-size: 14px;
		font-weight: 900;
		padding-top: 4px;
		padding-right: 8px;
		padding-bottom: 12px;
		display: inline-block;
		float: left;
	}
	.faqBox .faqA {
		color: #ff647e;
		line-height: 1.3;
		font-size: 14px;
		font-weight: 900;
		padding-right: 18px;
		display: inline-block;
		float: left;
	}

	.faqBox .ssUl li {
		width: 50%;
		box-sizing: border-box;
		text-align: center;
		margin-top: 14px;
		float: left;
	}
	.faqBox .ssUl li img {
		width: 100%;
		max-width: 200px;
		vertical-align: bottom;
	}
	h3 {
		font-size: 16px;
		margin: 30px 0;
		border-bottom: 1px solid #444444;
		padding-bottom: 13px;
	}
	.toiBox {
		width: 100%;
		margin-top: 20px;
		border-radius: 8px;
		padding: 20px;
		background-color: #F3F3F3;
		font-size: 14px;
	}
	.tel {
		font-size: 16px;
	}
	.toiForm {
		width: 98%;
		text-align: center;
		font-size: 14px;
		padding: 15px 30px;
		border: solid 1px #444444;
		border-radius: 3px;
		background-color: #FFFFFF;
		margin: 20px auto;
	}
	.toiaddress {
		text-align: center;
	}
}

/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {
	.toiBox {
		width: 100%;
		margin-top: 20px;
		border-radius: 8px;
		padding: 20px;
		background-color: #F3F3F3;
		font-size: 14px;

	}
	.tel {
		font-size: 22px;
	}
	.toiForm {
		width: 400px;
		text-align: center;
		font-size: 18px;
		padding: 15px 60px;
		border: solid 1px #444444;
		border-radius: 3px;
		background-color: #FFFFFF;
		margin: 20px auto;
	}
	.toiaddress {
		text-align: center;
	}
}