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

/*====================================================================

index.css

=====================================================================*/


/*--------------------------------------------------------------------/
	01.index
/--------------------------------------------------------------------*/

/* h2
----------------------------------------------------------------*/
#page_title {
	position: relative;
	background: url(../img/h2_bg.jpg) no-repeat 50% 0;
	width: 100%;
	zoom: 1;
}
#page_title h2 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* about
----------------------------------------------------------------*/
.about {
	position: relative;
	padding-bottom: 3rem;
	background: url(../img/about_bg.jpg);
	box-shadow: 0px 0px 20px #000 inset;
}
.about h3 {
	margin-bottom: 2.9rem;
	padding-top: 5.375rem;
	text-align: center;
}
.about h3:before {
	position:absolute;
	content: url(../img/about_icon.jpg);
	top: -34px;
	left: 50%;
	margin-left: -70px;
}
.about h3 img {
	margin: 0px auto;
}
.about .inner {
	margin-left: auto;
	margin-right: auto;
}
.about .inner div {
	background: #1e195d;
	padding: 1.2rem 0 .2rem;
	margin-bottom: 2.5rem;
	box-sizing: border-box;
}
.about h4 {
	margin: 0px auto 1rem;
	text-align: center;
	line-height: 1.3;
	font-size: 1.56rem;
	letter-spacing: 2px;
	font-weight: 700;
	color: #fff;
}
.about h4 span {
	font-size: 2rem;
	color: #f3d278;
}
.about p {
	text-align: center;
	line-height: 1.6;
	color: #fff;
	letter-spacing: 0 !important;
}
.about figure img {
	margin: 0px auto 1rem;
}


/* business
----------------------------------------------------------------*/
.business {
	padding-top: 6.7rem;
	padding-bottom: 4rem;
}
.business h3 {
	margin: 0px auto 5rem;
}
.business h3 img {
	margin: 0px auto;
}
.business ul {
	margin-bottom: 3.5rem;
}
.business ul li {
	position: relative;
	margin-bottom: 1rem;
	padding: 1.7rem 0;
	background: #fff;
	border: 1px solid #cecece;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.7;
}
.business ul li .st {
	display: block;
	color: #a73653;
	line-height: 1.2;
	font-size: 1.9rem;
}
.business ul li:nth-of-type(1):before {
	position: absolute;
	top: -25px;
	left: 21px;
	content: url(../img/business_01.png);
}
.business ul li:nth-of-type(2):before {
	position: absolute;
	top: -25px;
	left: 21px;
	content: url(../img/business_02.png);
}
.business ul li:nth-of-type(3):before {
	position: absolute;
	top: -25px;
	left: 21px;
	content: url(../img/business_03.png);
}

.business p {
	padding-bottom: 1.5rem !important;
	color: #fff;
	line-height: 1.9 !important;
	font-size: 1.05rem;
}

/* results
----------------------------------------------------------------*/
#results {
	margin-bottom: 4rem;
}
#results section{
	padding-top: 6rem;
}
#results article {
	margin-bottom: 1.9rem;
	padding: 1.25rem;
	background: #e3e5eb;
}
#results article .results_box {
	box-shadow: 0px 0px 3px #aaa;
	background: #f6f5ce;
}
#results article figure {
	overflow:hidden;
	position: relative;
	width:100%;
}

#results article figure img {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0px auto;
}
#results article figure img {
	height: 100%;
	max-width: initial;
}
#results article:nth-child(even) figure img {
	left: inherit;
	right: 0;
}
#results article .results_box >div {
	padding: 1.6rem 2rem 1.8rem;
}
#results article .results_box >div:nth-of-type(1) {
	background: #fff;
}
#results article .results_box >div p {
	padding-bottom: 0;
	line-height: 1.7;
}
#results article .results_box >div h4 {
	padding-bottom: 1.2rem;
	padding-left: 2rem;
	padding-top: .7rem;
	background: url(../img/icon_01.png) no-repeat 0 0;
	font-size: 1.3rem;
	font-weight: 500;
}
#results article .results_box >div:nth-of-type(2) h4 {
	background: url(../img/icon_02.png) no-repeat 0 0;
}


/* qa
----------------------------------------------------------------*/
.qa_wrap {
	padding-top: 4rem;
	padding-bottom: 4rem;
	background: url(../img/bg_03.gif);
}
#qa h3 {
	margin-bottom: 2rem;
	text-align: center;
	font-size: 3.5rem;
	font-family: Century gothic, Arial, Helvetica, sans-serif;
}

#qa section {
	counter-reset: section;
}
#qa article {
	margin-bottom: 1.5rem;
	padding: 1rem 1.5rem 1.5rem;
	background: #fff;
}
#qa article h4 {
	position: relative;
	padding: .3rem 1rem 0 60px;
	border: none;
	line-height: 1.4;
	letter-spacing: 1px;
	font-size: 1.25rem;
	color: #1e195d;
	font-weight: 400;
	cursor: pointer;
}
#qa article h4:before {
	position: absolute;
	top: 0rem;
	left: 0rem;
	display: block;
	padding: 6px 0 10px;
	width: 46px;
	text-align: center;
	color: #fff;
	background: #1e195d;
	line-height: 1;
	letter-spacing: -2px;
	font-weight: 500;
	font-size: 1.3rem;
	counter-increment: section;
	content: "Q "counter(section);
}
#qa article h4:after {
	position: absolute;
	top: 5px;
	right: 0;
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	content: '\e808';
}
#qa article p {
	display: none;
	position: relative;
	margin-top: 1rem;
	padding-top:10px;
	padding-bottom: 0;
	padding-left: 60px;
	border-top: 1px solid #ccc;
	line-height: 1.6;
}
#qa article p:before {
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	padding: 6px 0 10px;
	width: 46px;
	text-align: center;
	color: #fff;
	background: #a73653;
	letter-spacing: -2px;
	line-height: 1;
	font-weight: 500;
	font-size: 1.3rem;
	counter-increment: h4;
	content: "A "counter(section);
}


/*====================================================================/
	 smp Layout
/====================================================================*/

@media screen and (max-width: 1029px) {

/* h2
----------------------------------------------------------------*/
#page_title {
}
#page_title h2 {
}

.about h4,
.about h4 span {
	font-size: 1.4rem;
}
.about .inner div {
	padding-left: .5rem;
	padding-right: .5rem;
}

#qa article {
	padding: 1rem 1.2rem 1.2rem;
}
#qa section {
	padding: 1.2rem;
}

.business {
	background: url(../img/business_bg.jpg) no-repeat 50% 100%;
	background-size: cover;
}
.business h3 {
	margin-bottom: 3rem;
	padding: 1rem;
	background-color: rgba(255,255,255,0.8);
}
.business p {
	padding-left: 1rem;
	padding-right: 1rem;
}

#results article figure {
	display: none;
}

}

@media print, screen and (min-width: 640px) {

.about .inner {
	width: 96%;
}
.about .inner div {
	float: left;
	width: 49%;
}
.about .inner div:nth-of-type(2n) {
	float: right;
}
}

@media print, screen and (min-width: 768px) {

.business {
	background: url(../img/business_bg.jpg) no-repeat 50% 15rem;
}
.business h3 {
	background: url(../img/business_ttl_bg.png) no-repeat 0 50%, url(../img/business_ttl_bg.png) no-repeat 100% 50%;
}
.business ul li {
	float: left;
	margin-right: 3.5%;
	width: 31%;
}
.business ul li:last-child {
	margin-right: 0;
}
.business ul li .st {
	font-size: 1.4rem;
}

#results article figure {
	display: block;
	float: right;
	width: 30%;
}
#results article:nth-of-type(2n) figure {
	float: left;
}
#results article .results_box {
	float: left;
	width: 68%;
}
#results article:nth-of-type(2n) .results_box {
	float: right;
}

}

/*====================================================================/
	 PC & tablet Layout
/====================================================================*/

@media print, screen and (min-width: 1030px) {

/* h2
----------------------------------------------------------------*/
#page_title {
	height: 600px;
}

.about .inner {
	width: 1000px;
}
.about .inner div {
	width: 475px;
}

.business {
	background: url(../img/business_bg.jpg) no-repeat 50% 100%;
}
.business h3 {
	width: 80%;
}
.business ul li .st {
	font-size: 1.9rem;
}
.business p {
	width: 605px;
}

#results article figure {
	width: 290px;
}
#results article .results_box {
	width: 650px;
}

}


@media screen and (max-width: 639px) {

.about .inner {
	width: 90%;
}
.about h4 br {
	display: none;
}
.about .inner div p {
	text-align: left;
}

#results article .results_box >div {
	padding: 1.6rem 1.2rem 1.8rem;
}


}

@media screen and (max-width: 430px) {

.about h3 {
	padding-top: 3rem;
}
.about h3:before {
	display: none;
}


}