@charset "UTF-8";
@import "common.pc.css";

/* ---------------------------------------------------------
	CSS Document hedar_navi
--------------------------------------------------------- */
#headar_navi {
	position: absolute;
	top: 20px;
	right: 10px;
	/* width: 480px; */
}

#hnavi li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-left: 40px;
	font-size: 18px;
	/* line-height: 60px; */
}

#hnavi li.hnavi a {
	text-decoration: none;
	color: #ffffff;
	position: relative;
}

#hnavi li.hnavi a:before {
	content: "";
	width: 0;
	height: 0;
	margin-top: -5px;
	border: solid 5px transparent;
	border-left: solid 7px #ffffff;
	position: absolute;
	top: 50%;
	left: -12px;
}

#lang_btn {
	width: 120px;
	border: 1px solid #ffffff;
	border-radius: 50px;
}
#lang_btn p {
	line-height: 30px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	width: auto;
	margin-bottom: 0px;
	margin-top: 0px;
    font-family: none;
}
#lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #ffffff;
	text-decoration: none;
}

/* ---------------------------------------------------------
	CSS Document merit_01
--------------------------------------------------------- */

#merit_01 {
	margin-bottom: 90px;
}

#merit_01 h2 {
	margin-bottom: 40px;
	padding: 10px 0 30px;
	background: #070707;
	font-size: 0;
	position: relative;
}

#merit_01 h2:after {
	content: '';
	width: 100%;
	height: 55px;
	background: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(-2deg);
	position: absolute;
	bottom: -30px;
	left: 5px;
}

#merit_01 .container {
	text-align: left;
}

#merit_01 ol {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 30px;
	line-height: 1.5;
}

#merit_01 ol li:last-of-type {
	margin-top: 15px;
}

#merit_01 .figure {
	margin-top: -70px;
	text-align: center;
	font-size: 0;
}

#merit_01 .figure figure {
	display: inline-block;
	vertical-align: bottom;
}

#merit_01 .figure figure:first-of-type {
	margin-right: 34px;
	padding-right: 104px;
	background: url(../images/graph_03.png) no-repeat right;
}

/* ---------------------------------------------------------
	CSS Document merit_02
--------------------------------------------------------- */

#merit_02 {
	width: 100%;
	overflow: hidden;
	padding-bottom: 90px;
	background: #070707;
	color: #fff;
}

#merit_02 h2 {
	margin-bottom: 40px;
	padding: 10px 0 30px;
	background: #fff;
	font-size: 0;
	position: relative;
}

#merit_02 h2:after {
	content: '';
	width: 100%;
	height: 62px;
	background: #070707;
	-ms-transform: rotate(-2.3deg);
	-webkit-transform: rotate(-2.3deg);
	transform: rotate(-2.3deg);
	position: absolute;
	bottom: -32px;
	left: 0;
}

#merit_02 .container {
	text-align: left;
}

#merit_02 ol {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 30px;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}

#merit_02 ol li:last-of-type {
	margin-top: 15px;
}

#merit_02 .figure {
	margin-top: -170px;
	text-align: center;
	font-size: 0;
	position: relative;
	z-index: 1;
}

/* ---------------------------------------------------------
	CSS Document merit_03
--------------------------------------------------------- */

#merit_03 {
	margin-bottom: 90px;
}

#merit_03 h2 {
	margin-bottom: 40px;
	padding: 10px 0 30px;
	background: #070707;
	font-size: 0;
	position: relative;
}

#merit_03 h2:after {
	content: '';
	width: 100%;
	height: 60px;
	background: #fff;
	-ms-transform: rotate(-2.3deg);
	-webkit-transform: rotate(-2.3deg);
	transform: rotate(-2.3deg);
	position: absolute;
	bottom: -32px;
	left: 5px;
}

#merit_03 .container {
	text-align: left;
}

#merit_03 ol {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 30px;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}

#merit_03 ol li:last-of-type {
	margin-top: 15px;
}

#merit_03 .figure {
	margin-top: -170px;
	text-align: center;
	font-size: 0;
	position: relative;
	z-index: 1;
}

/* ---------------------------------------------------------
	CSS Document feature
--------------------------------------------------------- */

#feature {
	margin-bottom: 100px;
}

#feature .container {
	text-align: left;
	font-size: 25px;
	line-height: 1.6;
}

#feature h2 {
	margin-top: 100px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ababab;
	font-family: "Sawarabi Mincho", serif;
	text-align: center;
	font-size: 51px;
	line-height: 1;
	color: #4a4949;
}

#feature .clearfix {
	margin-top: 60px;
}

#feature .f_left {
	width: 530px;
	text-align: left;
	font-size: 25px;
	line-height: 1.6;
}

#feature h3 {
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 1.3;
	color: #00c7ec;
}

#feature p {
	margin-bottom: 30px;
}

#feature p span {
	color: #f50b68;
}

#feature .right {
	text-align: right;
	font-size: 20px;
}

#feature .f_right {
	width: 420px;
}

#feature .section {
	text-align: center;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 100px;
}

#about .container {
	height: 800px;
	background: url(../images/about_01.png) no-repeat bottom;
	text-align: left;
}

#about h2 {
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ababab;
	font-family: "Sawarabi Mincho", serif;
	text-align: center;
	font-size: 51px;
	line-height: 1;
	color: #4a4949;
}

#about ol {
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	line-height: 1.5;
}

#about ol li {
	margin-top: 20px;
}

#about .figure {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document point
--------------------------------------------------------- */

#point {
	margin-top: 100px;
}

#point .container {
	margin-bottom: 100px;
	text-align: left;
	font-size: 25px;
}

#point h2 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ababab;
	font-family: "Sawarabi Mincho", serif;
	text-align: center;
	font-size: 51px;
	line-height: 1;
	color: #4a4949;
}

#point p {
	margin-bottom: 30px;
}

#point p span {
	color: #f50b68;
}

#point dl {
	display: inline-block;
	vertical-align: top;
	width: 420px;
	padding: 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #cacaca;
	text-align: center;
}

#point dl:last-of-type {
	background: #d0f8ff;
}

#point dt {
	height: 39px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #6b6b6b;
	font-size: 20px;
	line-height: 39px;
	color: #fff;
}

#point dl:last-of-type dt {
	background: #00c7ec;
}

#point dd {
	display: inline-block;
	vertical-align: top;
	padding: 20px 0;
	text-align: left;
	font-size: 30px;
	line-height: 1.3;
}

#point dd span {
	color: #f50b68;
}

#point dd span span {
	font-size: 41px;
}

#point .section {
	text-align: center;
}

#point .section p {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	padding-top: 120px;
	background: url(../images/point_02.png) no-repeat center 40px;
}

#point .section p img {
	width: 34px;
}
