@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

.headline {
  margin-top: 20px;
}

.headline_sub {
    background: none;
    border-left: none;
    margin: 15px 0 5px;
    padding: 10px 10px 0 10px;
    color: #ff7400;
    border-top: #d9d9d9 solid 3px;
}

/* ●メインイメージ */
.main_image {
	background: #f6f7f9;
}

/* ●サブタイトル */

.headline_main {
	background: #ffe000;
	padding: 15px 10px;
}
.headline_main h2 {
	border:none;
  font-size: 15px;
}
.headline_main h2 span {
	color: #f15500;
	font-size: 118%;
	margin:0 0.2em;
}

.btn_list {
	margin: 10px auto;
	list-style: none;
	width: 80%;
	box-sizing: border-box;
	padding: 0;
}
.btn_list li {
	float: left;
	color: #fff;
	width: 47%;
	padding: 6px 1%;
	margin: 0 0 15px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	background: #999;
	text-align: center;
}
.btn_list li.all_open {
	margin-right: 1%;
}
.btn_list li.all_close {
	margin-left: 1%;
}
.btn_list .active {
	background: #ff9c00;
}

/* ●サブタイトル（イエローQ&A） */
.subtitle_QA {
	display: block;
	width: 94%;
	padding: 0 3%;
}
.subtitle_QA h2 {
	float: left;
	padding: 16px 8% 12px 5%;
	font-size: 100%;
	color: #333;
	width: 77%;
	background: url(../images_common/subtitle_arrow_off.png) right center no-repeat;
	background-size: 15px 15px;
}
.subtitle_QA.open_faq h2 {
	background: url(../images_common/subtitle_arrow_on.png) right center no-repeat;
	background-size: 15px 15px;
}
.subtitle_QA span {
	float: left;
	text-align: left;
	font-size: 170%;
	width: 8%;
	padding: 8px 0 8px 2%;
	color: #ff4500;
	font-weight: bold;
	/*text-shadow: 1px 1px 0 #777;*/
	font-family: 'Roboto Condensed', sans-serif;
}
.view_link {
	text-align: right;
	padding-right: 20%;
}
.open_faq .view_link .link_show {
	display: none;
}
.open_faq .view_link .link_hide {
	display: block;
}

.section_answer {
	padding: 10px 0;
	background: none;
}
.section_answer p {
	display: table-cell;
	padding: 0 2% 0 0;
	width: 80%;
}
.section_answer .answer p {
	display: inline;
	width: auto;
	padding: 0;
}
.section_answer span.answer {
	display: table-cell;
	color: #ff9c00;
	width: 10%;
	padding: 0 2%;
	text-align: center;
	font-size: 155%;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	border-top: none;
}
.button_list {
	margin: 10px 2% 0;
}


.new_customer_anker{
	display: flex;
  flex-direction: row;
  justify-content: space-between;
	}

.new_customer_anker li {
  width: calc(100% / 3) ;
  text-align: center;
	}

.new_customer_anker li:not(:last-child) {
  border-right: 1px solid #fff;
}
.new_customer_anker li a{
	display: flex;
  justify-content: center;
  align-items: center;
	color: #fff;
	background: linear-gradient(to bottom, #ff7b00, #ffa800);
  text-decoration: none;
  width: 100%;
  height: 70px;
  position: relative;
	padding-bottom: 5px;
	}

.new_customer_anker li a::after{
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	display: block;
	position: absolute;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.promises_contents:not(:first-child) {
		border-top: 1px solid #d3d3d3;
		padding-top: 10px;
}

.promises_contents span {
	color: #1c7cc8;
	font-weight: bold;
}
