@charset "utf-8";
/* CSS Document */

/*pankuzu*/
#pk_bk{
    background-color: #fdfcf1;
}

#pk_area{
    margin: 0 auto;
    color: #fff;
}

#pk_area a{
	color: #351d0e;
}

#pk_area ol,#pk_area a{
	padding: 70px 0 0;
}

.cd-breadcrumb li, .cd-multi-steps li{
	display: inline-block;
	float: left;
	font-size: 1.3rem;
}

.cd-breadcrumb li a:visited, .cd-multi-steps li a:visited{
	color:#fff;
}

.cd-breadcrumb li a:hover, .cd-multi-steps li a:hover,#pk_area a:hover{
  color: #efcd9a;
}

.arrow a{
	text-decoration: underline;
}

li.under{
	color: #351d0e;
}

.cd-breadcrumb li.arrow::after, .cd-multi-steps li::after {
	font-size: 1.6rem;
	display: inline-block;
	content: '\00bb';
	margin: 0 .6em;
	color: #ccc;
}
/*--pankuzu--*/

/*--QA--*/
span.under_l{
	text-decoration:underline;
}
h3{
	font-family: "Sawarabi Mincho";
	font-weight: 100;
    font-size: 3.2rem;
    margin: 0 auto 50px;
	position: relative;
	height: 22px;
	z-index: 1;
}

h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 6px;
	background-color: #f6ecda;
}

.QA_m{
	margin-bottom: 20px;
	font-weight: bold;
    font-size: 2.0rem;
}

.QA_m span.Q{
	font-size:3.6rem;
	color:#ff9b00;
	margin-right: 10px;
}

span.A{
	font-size:2.6rem;
	color:#ef939a;
	margin-right: 10px;
	margin-left: 4px;
}

section#QA p:not(.QA_m){
	font-size: 1.6rem;
}

/* balloon-2 bottom */
.balloon-2-bottom {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 2.4rem;
	height: 45px;
	color: #F6F6F6;
	line-height: 45px;
	border-radius: 10px;
	text-align: center;
	background: #e3c79b;
	z-index: 0;
	margin-bottom: 32px;
}
.balloon-2-bottom:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #e3c79b transparent transparent transparent;
}

.balloon-2-bottom h4{
	font-weight: 500;
	color: #2f1505;
}
/* balloon-2 bottom */


/*--/QA--*/

/* 768px以上 */
@media (min-width: 768px) {
	#pk_area{
		width: 80%;
	}
	
	#pk_area ol,#pk_area a{
	padding: 7px 0;
	}
	

}


/* 1200px以上 */
@media (min-width: 1240px) {
	
}
