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

#ba {
	width: 100%;
}
#ba .detail .mainimg .spOnly{
	display: none;
}
#ba .detail .mainimg .pcOnly{
	max-width: 1200px;
	position:relative;
	display: block;
	margin: 0 auto;
}
#ba .detail .mainimg {
	position:relative;
	background-image: url(../img/img-ba_bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
}
#ba .detail .mainimg .batch{
	position:absolute;
	top:0;
	left:0;
	z-index: 1;
}
#ba .detail .bgArea {
	background-color: #D8D8D8;
}
#ba .detail .bgArea .inner {
	margin: 0 20px;
}
@media screen and (max-width: 1200px) {
#ba .detail .mainimg .batch{
	width: 20%;
}
}
@media screen and (max-width: 750px) {
#ba .detail .mainimg .spOnly{
	display: block;
}
#ba .detail .mainimg .pcOnly{
	display: none;
}
#ba .detail .mainimg .batch{
	display:none;
}
}

/* ttl
-----------------------------------------------*/
section .ttl {
	padding: 80px 0 60px;
	text-align: center;
}
section .ttl span {
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	font-size: 58px;
	line-height: 1;
}
section .ttl h1 {
	display: block;
	margin-top: 10px;
	font-size: 20px;
	line-height: 1;
}
@media screen and (max-width: 750px) {
section .ttl {
	padding: 50px 0 40px;
}
section .ttl span {
	font-size: 34px;
}
section .ttl h1 {
	margin-top: 2px;
	font-size: 16px;
}
}

/* faq
-----------------------------------------------*/
#ba .detail .bgArea .faq {
	max-width: 1200px;
	padding: 80px 40px 0 40px;
	margin: 0 auto;
}
#ba .detail .bgArea .faq .box {
	position: relative;
	margin-top: 60px;
	padding-bottom: 50px;
}
#ba .detail .bgArea .faq .box:last-child {
	padding-bottom: 0;
}
#ba .detail .bgArea .faq .box:first-child {
	margin-top: 0;
}
#ba .detail .bgArea .faq .box::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color:  #C5C5C5;
}
#ba .detail .bgArea .faq .box:last-child::before {
	content: none;
}
#ba .detail .bgArea .faq h3 {
	position: relative;
	font-size: 24px;
	padding-left: 60px;
}
#ba .detail .bgArea .faq h3::before {
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	color: #333333;
	content: "Q";
	position: absolute;
	top: -6px;
	left: 0;
	line-height: 1;
}
#ba .detail .bgArea .faq p{
	margin-top: 30px;
	padding-left: 60px;
	position: relative;
	font-size: 16px;
	line-height: 2;
}
#ba .detail .bgArea .faq p::before {
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	color: #9E8458;
	content: "A";
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}
@media screen and (max-width: 750px) {
#ba .detail .bgArea .faq {
	padding: 40px 20px 0 20px;
}
#ba .detail .bgArea .faq .box {
	margin-top: 40px;
	padding-bottom: 30px;
}
#ba .detail .bgArea .faq h3 {
	font-size: 16px;
	padding-left: 30px;
}
#ba .detail .bgArea .faq h3::before {
	font-size: 36px;
	top: -8px;
}
#ba .detail .bgArea .faq p{
	margin-top: 30px;
	padding-left: 30px;
	font-size: 13px;
}
#ba .detail .bgArea .faq p::before {
	font-size: 36px;
	top: -10px;
}
}

/* result
-----------------------------------------------*/
.result {
	max-width: 1200px;
	margin: 0 auto;
	padding: 75px 40px 0 40px;
}
.result h2 {
	text-align:center;
	background-color: #333333;
	color: #ffffff;
	font-size: 24px;
	padding: 20px;
}
.result .col3 {
	font-size: 0;
	width: 100%;
}
.result .col {
  box-sizing: border-box;
	background-color: #ffffff;
	padding: 25px;
	margin: 0.25% 0.25% 0 0;
	width: 33.166666%;
	display: inline-block;
	vertical-align: top;
}
.result .col:nth-child(3n) {
	margin-right:0;
}
.result .col h4{
	font-size: 18px;
	line-height: 1.5;
}
.result .col ul {
	margin-top: 10px;
}
.result .col ul:first-child {
	margin-top: 0;
}
.result .col ul li {
	font-size:0;
}
.result .col ul li strong ,
.result .col ul li p ,
.result .col ul li span ,
.result .col ul li small {
	display: inline-block;
	font-weight: bold;
}
.result .col ul li strong {
	display: inline-block;
	font-size: 14px;
	position: relative;
	text-align: center;
  width: 90px;
  border: solid 1px #333333;
  box-sizing: border-box;
	margin-right: 10px;
	top: -2px;
	line-height: 1;
	padding: 5px 0;
}
.result .col ul li strong.large {
	width: 130px;
}
.result .col ul li p {
	margin-top: 0;
	position:relative;
	font-size: 18px;
}
.result .col ul li span {
	color: #9E8458;
	font-size: 18px;
	margin-right: 5px;
}
.result .col ul li small {
	font-size: 13px;
}
.result .col p {
	margin-top: 15px;
	font-size: 13px;
}
.result .col1 p {
	margin: 0;
	font-weight: bold;
	line-height: 2;
	font-size: 13px;
}
.result .col1 ul li{
	position: relative;
	font-size: 13px;
	padding-left: 20px;
}
.result .col1 ul li::before{
	content:"";
	position:absolute;
	display: block;
	top: .35em;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: #9E8458;
  border-radius: 100%;
}
.result p.note{
	font-size: 12px;
	line-height: 1.5;
	margin: 10px 0;
	width:100%;
	display:block;
	text-align:right;
}
@media screen and (max-width: 1000px) {
.result .col,
.result .col:nth-child(3n) {
	width: 49.875%;
	margin: 0.25% 0.25% 0 0;
}
.result .col:nth-child(2n) {
	margin-right:0;
}
}
@media screen and (max-width: 750px) {
.result {
	padding: 40px 20px 20px 20px;
}
.result h2 {
	font-size: 16px;
	padding: 15px;
}
.result .col3 {
	font-size: 0;
	width: 100%;
}
.result .col,
.result .col:nth-child(3n) {
	margin: 0 0 2px 0;
	padding: 20px;
	display: block;
	width: 100%;
}
.result .col:first-child{
	margin-top: 0;
}
.result p.note{
	text-align:left;
	margin: 15px 0;
}
}

/* message
-----------------------------------------------*/
#ba .detail .bgArea .message {
	margin-top: 85px;
	padding: 0 40px 60px 40px;
	background-color: #9E8458;
	color: #ffffff;
	position:relative;
}
#ba .detail .bgArea .message::before {
	content: "";
	background-color: #D8D8D8;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 30px;
}
#ba .detail .bgArea .message .box {
	overflow: hidden;
	margin: 0 auto;
	max-width: 1200px;
}
#ba .detail .bgArea .message .box .img {
	box-sizing: border-box;
	padding-right: 60px;
	width: 50%;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
#ba .detail .bgArea .message .box .txt {
	width: 50%;
	float:left;
	display: table;
}
#ba .detail .bgArea .message .box .txt .txtInner{
	display: table-cell;
	vertical-align: middle;
	padding: 80px 0 0;
}
#ba .detail .bgArea .message .subTtl span{
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 45px;
	font-weight: bold;
	line-height: 1;
}
#ba .detail .bgArea .message .subTtl h3{
	font-size: 20px;
}
#ba .detail .bgArea .message p{
	padding-top: 10px;
	line-height: 2;
	font-size: 15px;
	font-weight: bold;
	display: block;
	font-feature-settings: "palt";
}
@media screen and (max-width: 1000px) {
#ba .detail .bgArea .message {
	padding: 0 20px;
}
#ba .detail .bgArea .message .box .img {
	float: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
}
#ba .detail .bgArea .message .box .txt {
	padding: 15px 0 40px;
	width: 100%;
	float: none;
}
#ba .detail .bgArea .message .box .txt .txtInner{
	padding: 0;
}
#ba .detail .bgArea .message .subTtl {
	text-align: center;
}
}
@media screen and (max-width: 750px) {
#ba .detail .bgArea .message {
	margin-top: 20px;
	padding: 0 20px;
}
#ba .detail .bgArea .message::before {
	height: 40px;
}
#ba .detail .bgArea .message .box .img {
	width: 100%;
	float: none;
	padding: 0;
}
#ba .detail .bgArea .message .box .txt {
	padding: 20px 0 40px;
	width: 100%;
	float: none;
}
#ba .detail .bgArea .message .box .txt .txtInner{
	padding: 0;
}
#ba .detail .bgArea .message .subTtl {
	text-align: center;
}
#ba .detail .bgArea .message .subTtl span{
	font-size: 30px;
}
#ba .detail .bgArea .message .subTtl h3{
	font-size:14px;
}
#ba .detail .bgArea .message p{
	font-size: 13px;
}
}