@charset "UTF-8";

.content_inner{
	overflow: hidden;
	text-align: center;
}

h1{
	background: url(../img/common/line01.png) repeat-x bottom;
	padding-bottom: 18px;
	margin: 10px 0 50px;
}

.img img{
	border: 1px solid #bfbfbf;
}

.btnBox{
	background: #e6f5f9;
	padding: 20px 0;
	text-align: center;
	clear: both;
}


/* ---------- howto ---------- */
.faq .content_inner{
	text-align: left;
	padding-top: 7px;
}
.faq .topBox h2{
	font-size: 24px;
	line-height: 1.2;
	padding: 10px 0;
	text-align: left;
}
.faq .col{
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
	line-height: 1.5;
}
.faq .col:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.faq .col .question{
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-left: 42px;
	margin-bottom: 30px;
}
.faq .col .question:before{
	content: '';
	background-image: url(../img/faq/faq_q.png);
	background-size: 33px;
	width: 33px;
	height: 33px;
	position: absolute;
	top: -7px;
	left: 0;
}
.faq .col .answer{
	font-size: 16px;
	position: relative;
	padding-left: 42px;
	margin-bottom: 40px;
}
.faq .col .answer:before{
	content: '';
	background-image: url(../img/faq/faq_a.png);
	background-size: 33px;
	width: 33px;
	height: 33px;
	position: absolute;
	top: -7px;
	left: 0;
}
.faq .col .answer dl{
	margin-top: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    flex-wrap: wrap;
}
.faq .col .answer dl dt{
	font-weight: bold;
	width: 35%;
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}
.faq .col .answer dl dt:before{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #7dd0de;
	border-right: solid 2px #7dd0de;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 11px;
	left: 0;
	margin-top: -4px;
}
.faq .col .answer dl dt:after{
	content: '';
	width: 0;
	height: 0;
	border: solid 10px transparent;
	border-left: solid 10px #e2e2e2;
	position: absolute;
	top: 5px;
	right: -25px;
	margin-top: -4px;
}
.faq .col .answer dl dd{
	margin-left: auto;
	width: 60%;
	margin-bottom: 15px;
}
.faq .col .answer .pattern-box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.faq .col .answer .pattern-box .item{
	border: 1px solid #ccc;
	padding: 25px 30px;
	width: 43%;
}
.faq .col .answer .pattern-box .item .headline{
	position: relative;
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.faq .col .answer .pattern-box .item .headline:before{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #7dd0de;
	border-right: solid 2px #7dd0de;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 11px;
	left: 0;
	margin-top: -4px;
}
.faq .col .answer .flow-item{
	position: relative;
	padding-bottom: 40px;
}
.faq .col .answer .flow-item:after{
	content: '';
	width: 0;
	height: 0;
	border: solid 14px transparent;
	border-top: solid 12px #e2e2e2;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	margin-top: -4px;
}
.faq .col .answer .flow-item:last-child{
	padding-bottom: 0;
}
.faq .col .answer .flow-item:last-child:after{
	content: none;
}
.faq .col .answer img{
	width: 100%;
	margin: 8px auto;
	border: 1px solid #ccc;
}
.faq .col .answer .button{
	margin: 10px 0 15px;
}
.faq .col .answer .button a{
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 4px;
	padding: 15px 45px 15px 18px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	position: relative;
}
.faq .col .answer .button a:before {
	content: '';
	width: 20px;
	height: 20px;
	background: #7dd0de;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
}
.faq .col .answer .button a:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 27px;
	right: 17px;
	margin-top: -4px;
}
.faq .col .answer .flow-item.left{
	position: relative;
	padding-bottom: 40px;
}
.faq .col .answer .flow-item.left:after{
	content: '';
	width: 0;
	height: 0;
	border: solid 14px transparent;
	border-top: solid 12px #e2e2e2;
	position: absolute;
	bottom: 0;
	left: 0;
	right: auto;
	margin: auto;
	margin-top: -4px;
}
.faq .col .answer span{
	display: block;
	font-size: 14px;
}
.faq .col .answer strong{
	font-weight: bold;
	display: block;
}
.faq .red{
	color: #fa4959;
	display: inline-block !important;
	font-size: 16px !important;
}