@charset "UTF-8"; 

body{
	font-size: 62.5%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input::-webkit-input-placeholder{
  color: #ccc;
}
input:-ms-input-placeholder{
  color: #ccc;
}
input::-moz-placeholder{
  color: #ccc;
}
textarea::-webkit-input-placeholder{
  color: #ccc;
}
textarea:-ms-input-placeholder{
  color: #ccc;
}
textarea::-moz-placeholder{
  color: #ccc;
}
*::selection{
	background: ;
}
/*------------------------------------------------------------------
header
------------------------------------------------------------------*/
header {
  border-bottom: #C7C1B2 1px solid;
}
header .inner {
	padding: 10px 20px;
}
.header_logo {
  width: 30%;
  float: left;
  padding-top: 10px;
}
.header_logo span {
  font-size: 1.12em;
  letter-spacing: 0.15em;
  padding-bottom: 8px;
  display: inline-block;
}
.header_logo a img {
  width: 245px;
}
.header_menu {
  width: 70%;
  float: left;
}
.sub_menu {
  float: right;
}
.sub_menu ul li {
  float: left;
  padding: 0 0 0 10px;
}
.sub_menu ul li a {
  font-size: 0.8em;
  position: relative;
  padding-left: 10px;
}
.sub_menu ul li a:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -4px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #a8a8a8;
}
.header_main_menu {
  float: right;
  width: 100%;
  margin: 26px 0 10px;
}
.header_main_menu ul li {
  float: left;
  width: calc(100% / 4);
  position: relative;
  height: 74px;
}
.header_main_menu ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -40px;
  width: 1px;
  height: 80px;
  background: #C7C1B2;
}
.header_main_menu ul li:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -40px;
  width: 1px;
  height: 80px;
  background: #C7C1B2;
}
.header_main_menu ul li a span {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  line-height: 1.35em;
  color: #5F534B;
  font-weight: bold;
  letter-spacing: 0.12em;
}
.menuIcon {
  text-align: center;
}
.menuIcon img {
  height: 25px;
}
nav.header_mob_menu{
	display: none;
}
header a{
	color: #000;
}
/*------------------------------------------------------------------
header
------------------------------------------------------------------*/

/*------------------------------------------------------------------
footer
------------------------------------------------------------------*/
footer{
	background: #E4DCCA;
}
.footer_main_menu {
  padding: 10px 0;
}
.footer_main_menu ul li {
  width: calc(100% / 4);
  float: left;
  position: relative;
}
.footer_main_menu ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -40px;
  width: 1px;
  height: 80px;
  background: #FFF;
}
.footer_main_menu ul li:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -40px;
  width: 1px;
  height: 80px;
  background: #FFF;
}
.footer_main_menu ul li a span {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 15px;
  line-height: 1.35em;
  color: #5F534B;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 0.9em;
}
.footer_main_menu .menuIcon img {
  height: 20px;
}
.footer_sub_menu ul li a {
  font-size: 0.75em;
}
.footer_sub_menu{
	padding-top: 25px;
}
.footer_logo {
  text-align: center;
  padding: 25px 0;
}
.footer_logo img{
	width: 200px;
}
.footer_logo a {
  width: 200px;
  display: inline-block;
}
.footer_logo span {
  font-size: 0.96em;
  padding-bottom: 8px;
  display: inline-block;
  letter-spacing: 0.06em;
  width: 100%;
}
.copyright {
  text-align: center;
}
.copyright span {
  font-size: 0.5em;
}
.fix_topBtn {
  position: absolute;
	right: 20px;
	bottom: 58px;
}
.fix_topBtn a {
  background: #FFF;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  border: #E3E0D8 1px solid;
}
.fix_topBtn a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -4px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #A29D93;
  border-right: 2px solid #A29D93;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
footer a{
	color: #000;
}

/*------------------------------------------------------------------
footer
------------------------------------------------------------------*/

/*------------------------------------------------------------------
index
------------------------------------------------------------------*/
.main_slider {
  position: relative;
  width: 100%;
}
span.catch {
  position: absolute;
  z-index: 2;
  color: #FFF;
  font-weight: bold;
  font-size: 2em;
  top : 40px;
  left: 50%;
  margin-left: -400px;
  letter-spacing: 0.15em;
  line-height: 1.3em;
}
.overlay{
	background: rgba(0,0,0,0.15);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
ul.slider li {
  height: 380px;
  width: 100%;
  overflow: hidden;
}
ul.slider li  img{
	position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

/*---------- simulator ----------*/
.simulator_content{
	width: 100%;
	background: #FFF;
	margin: 100px 0;
}
.simulator_headTitle {
  width: 100%;
	position: relative;
	padding-top: 60px;
}
.simulator_headTitle h3 {
	font-size: 2.4em;
	font-weight: bold;
	color: #5F534B;
	letter-spacing: 0.15em;
	text-align: center;
	padding-bottom: 15px;
	white-space: inherit;
	line-height: 1.2em;
}
.simulator_headTitle:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 4px;
  bottom: 0;
  left: 50%;
  margin-left: -25%;
  background: #CBEB97;
}
.simulator_content_area{
  padding: 40px;
}
ul.simulator_list {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.simulator_img {
  width: 50%;
  float: left;
  padding-left: 20px;
}
.simulator_img img {
  height: auto;
  width: 100%;
}
.simulator_img_graph {
  padding: 40px 10% 0;
}
ul.simulator_list li span {
  display: table-cell;
  height: 40px;
  background: #5F534B;
  color: #FFF;
  width: 9999px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  letter-spacing: 0.15em;
}
ul.simulator_list li p {
  margin: 15px 0 40px;
  line-height: 1.7em;
}
.simulator_links {
  margin-bottom: 50px;
}
.simulator_links span {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.5em;
  color: #5F534B;
  font-weight: bold;
}
.simulator_links a {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 0.8em;
}
.index_btn{
	padding-bottom: 180px;	
}
/*------------------------------------------------------------------
index
------------------------------------------------------------------*/

/*------------------------------------------------------------------
page-ranking
------------------------------------------------------------------*/
.ranking_content {
  background: #FFF;
  margin: 100px 0;
}
.ranking_content_data {
  margin: 0 auto;
  padding: 70px 40px 60px;
}
.rankingData_headTitle {
  margin-bottom: 40px;
  font-size: 1.15em;
  text-align: center
}
.rankingData_headTitle span {
  display: inline-block;
  font-size: 1.6em;
  font-weight: bold;
  color: #5F534B;
}
.rankingData_headTitle .topOne {
  color: #D44120;
  position: relative;
}
.rankingData_headTitle .topTwo {
  color: #69BE70;
  position: relative;
}
.rankingData_headTitle .topThree {
  color: #65ACC7;
  position: relative;
}
.rankingData_headTitle .topOne:before {
	content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -13px;
  display: inline-block;
  width: 26px;
  height: 100%;
  background: url('../img/ranking_icon01.png')no-repeat;
  vertical-align: middle;
  background-size: contain;
}
.rankingData_headTitle .topTwo:before {
	content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -13px;
  display: inline-block;
  width: 26px;
  height: 100%;
  background: url('../img/ranking_icon02.png')no-repeat;
  vertical-align: middle;
  background-size: contain;
}
.rankingData_headTitle .topThree:before {
	content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -13px;
  display: inline-block;
  width: 26px;
  height: 100%;
  background: url('../img/ranking_icon03.png')no-repeat;
  vertical-align: middle;
  background-size: contain;
}

span.ranking_number{
  padding: 0 10px;
  font-size: 1.8em;
  font-family: 'Oswald', sans-serif;
}
.rankingData_headTitle h3 {
  display: inline-block;
  font-size: 1.8em;
  font-weight: bold;
  padding-left: 14px;
  letter-spacing: 0.2em;
  color: #5F534B;
}
.rankingData_headTitle .rankingTop_title{
  font-size: 2.6em;
}
.ranking_img {
  width: 50%;
  float: left;
}
.ranking_img img {
  width: 100%;
  height: auto;
}
.ranking_content_data_text{
	width: 50%;
	float: left;
	padding-left: 40px;
}
.ranking_content_data p {
  margin-bottom: 30px;
  line-height: 2em;
  letter-spacing: 0.1em;
}
.ranking_img_graph {
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.ranking_img_graph img {
  width: 100%;
}
.ranking_btn {
  padding-bottom: 100px;
}
/*------------------------------------------------------------------
page-ranking
------------------------------------------------------------------*/

/*------------------------------------------------------------------
page-faq
------------------------------------------------------------------*/
.fap_content {
  background: #FFF;
  padding: 40px;
  margin: 60px 0;
}
.fap_area {
  padding: 10px 0;
}
.faq_box {
  background: #9e9e9e;
  display: inline-block;
  padding: 6px 8.5px;
  font-size: 1.25em;
  width: 32px;
  height: 32px;
  font-weight: bold;
  margin-right: 14px;
}
span.question_box {
  background: #CBEB97;
  color: #5F534B;
}
span.answer_box {
  background: #5F534B;
  color: #FFF;
}
p.answer_text,
span.question_text {
  display: inline-block;
  width: calc(100% - 46px);
  float: right;
  line-height: 2em;
}
span.question_text{
	font-weight: bold;
}
p.answer_text{
	font-size: 0.9em;
}
/*------------------------------------------------------------------
page-faq
------------------------------------------------------------------*/

/*------------------------------------------------------------------
page-contact
------------------------------------------------------------------*/
.contact_content {
  padding-top: 50px;
}
.contact_form ul li {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
.contact_form ul li.contact_fillBtn {
	padding: 35px 0;
}
.contact_title, .contact_fill {
  display: table-cell;
  vertical-align: middle;
}
.contact_title {
  width: 200px;
}
.contact_fill input {
  width: 100%;
}
.contact_fill input[type="radio"]{
	width: auto;
}
.contact_fill select {
  background: #FFF;
}
.contact_title.contact_textArea {
  vertical-align: text-top;
  padding-top: 14px;
}
.contact_btn {
  padding: 70px 0;
  position: relative;
  height: 60px;
  box-sizing: content-box;
}
.contact_btn:after {
  content: "";
  position: absolute;
  right: 20%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: 2px solid #97E99E;
  border-right: 2px solid #97E99E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main_btn input {
  display: table-cell;
  text-align: center;
  width: 100%;
  height: 60px;
  vertical-align: middle;
  color: #FFF;
  background: #69BE70;
  font-weight: bold;
  font-size: 1.15em;
  letter-spacing: 0.1em;
}
span.wpcf7-not-valid-tip {
  margin-top: 10px;
}
/*------------------------------------------------------------------
page-contact
------------------------------------------------------------------*/

/*------------------------------------------------------------------
page-company
------------------------------------------------------------------*/
.company_content {
  width: 530px;
  margin: 0 auto;
  padding: 40px 0 135px;
}
.company_content ul li {
  display: table;
  padding: 20px 0;
}
.company_content ul li span {
  display: table-cell;
  line-height: 1.6em;
  vertical-align: middle;
  letter-spacing: 0.15em;
}
.company_content ul span.company_contentTitle {
  width: 120px;
  padding-right: 30px;
  position: relative;
  font-weight: bold;
}
.company_content ul span.company_contentTitle:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: 30px;
  background: #C7C1B2;
}
/*------------------------------------------------------------------
page-company
------------------------------------------------------------------*/

/*------------------------------------------------------------------
page-simulator_sale
------------------------------------------------------------------*/
.simulatorSale_content .simulator_headTitle{
	margin-bottom: 30px;
}
.simulatorSale_content ul li {
  margin-bottom: 100px;
  padding-top: 60px;
}
.simulatorSale_img {
  width: 60%;
  float: left;
  padding: 0 35px 0 0;
}
.simulatorSale_img img{
	width: 100%;
	height: auto;
}
.simulatorSale_function {
  width: 40%;
  float: right;
}
.simulatorSale_function ul li {
  margin-bottom: 15px;
  padding: 0;
}
.function_headTitle span {
  display: table-cell;
  height: 40px;
  background: #5F534B;
  color: #FFF;
  width: 9999px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  letter-spacing: 0.15em;
}
.function_content {
  margin-bottom: 15px;
  background: #f3f3f3;
}
.function_content span {
  text-align: center;
  height: 60px;
  vertical-align: middle;
  width: 9999px;
  display: table-cell;
  color: #5F534B;
  font-size: 1.5em;
  font-weight: bold;
}
.simulatorSale_content ul li p{
	clear: both;
  padding: 45px 0 55px;
  line-height: 1.5em;
}
.quality_content {
  width: 90%;
  margin: 0 auto;
  background: #FFF;
  padding: 50px;
}
.quality_headTItle {
  width: 280px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}
.quality_headTItle span {
  width: 280px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.2em;
  font-weight: bold;
  color: #5F534B;
  letter-spacing: 0.15em;
  white-space: nowrap;
  text-align: center;
  background: #CBEB97;
}
.quality_content_list {
  margin: 0 auto;
  padding: 10px 40px 40px;
}
span.puality {
  display: list-item;
  position: relative;
  padding: 10px 10px 10px 40px;
  line-height: 1.25em;
}
span.puality:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #CBEB97;
  top: 50%;
  margin-top: -5px;
  left: 15px;
  border-radius: 100%;
}
.product_btn{
	width: 100%;
	text-align: center;
}
.product_btn a {
  text-align: center;
  display: inline-block;
  color: #5F534B;
  font-weight: bold;
  letter-spacing: 0.15em;
  position: relative;
  padding-right: 15px;
  line-height: 1.5em;
}
.product_btn a:before {
  content: "";
  position: absolute;
  background: #5F534B;
  width: 15px;
  height: 15px;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.product_btn a:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  right: 6px;
  margin-top: -3px;
  border-top: 2px solid #A29D93;
  border-right: 2px solid #A29D93;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.simulatorSale_btn {
  width: 400px;
}
.simulatorSale_btn a {
  padding-right: 30px;
}
.simulatorSale_btn a:after,
.simulatorBuying_btn a:after {
  right: 10%;
}
/*------------------------------------------------------------------
page-simulator_sale
------------------------------------------------------------------*/

/*------------------------------------------------------------------
page-simulator_buying
------------------------------------------------------------------*/
.simulatorBuying_headTitle {
  margin: 0;
}
.buying_content {
  margin-top: 55px;
  padding: 15px;
  background: #FFF;
}
.buying_content_img, .buying_content_text {
  width: 50%;
  float: left;
  padding: 20px;
}
.buying_content_img img{
	width: 100%;
	height: auto;
}
.buying_content_text p {
  line-height: 2em;
  letter-spacing: 0.1em;
}
.buying_content_text ul li {
  padding: 0 0 20px;
}
.buying_title, .buying_content_text ul li p {
  display: table-cell;
}
.buying_content_text ul li p {
  padding-left: 20px;
}
.buying_title span{
  background: #5F534B;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 10px 0;
  width: 80px;
  height: 36px;
}
.simulatorBuying_btn {
  width: 400px;
  margin-bottom: 100px;
}
/*------------------------------------------------------------------
page-simulator_buying
------------------------------------------------------------------*/

/*------------------------------------------------------------------
single-simulator
------------------------------------------------------------------*/
.single_content {
	margin-bottom: 100px;
  background: #FFF;
  margin-top: 60px;
}
.single_content p {
  line-height: 2em;
  padding-bottom: 30px;
}
.single_content img {
  width: 50%;
  height: auto;
  float: left;
  padding-top: 25px;
  padding-right: 25px;
}
.single_content_wrap {
  width: 50%;
  float: left;
  padding: 20px;
  padding-left: 0;
  padding-top: 0;
}
h3.single_mainHead {
  font-size: 2.4em;
  font-weight: bold;
  color: #5F534B;
  letter-spacing: 0.15em;
  text-align: center;
  padding-bottom: 15px;
  white-space: inherit;
  line-height: 1.2em;
  position: relative;
  margin-bottom: 40px;
}
h3.single_mainHead:after {
	content: "";
  position: absolute;
  width: 40%;
  height: 4px;
  bottom: 0;
  left: 50%;
  margin-left: -20%;
  background: #CBEB97;
}
span.single_subHead {
  display: inline-block;
  padding: 20px 20px 20px 30px;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  color: #5F534B;
}
span.single_subHead:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #CBEB97;
  top: 50%;
  margin-top: -7px;
  left: 0;
  border-radius: 100%;
}
.single_content_info ul li {
  width: calc(100% / 3);
  float: left;
  text-align: center;
  padding: 1px;
}
.single_content_info_title span {
  display: table-cell;
  height: 40px;
  background: #5F534B;
  color: #FFF;
  width: 9999px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  letter-spacing: 0.15em;
}
.single_content_info_text{
  background: #f3f3f3;
  padding: 15px;
	height: 67px;
	vertical-align: middle;
	display: table-cell;
	width: 999px;
	word-break: break-all;
}
.single_content_info_text p {
  padding: 0;
}
/*------------------------------------------------------------------
single-simulator
------------------------------------------------------------------*/

/*------------------------------------------------------------------
page-privacy
------------------------------------------------------------------*/
.privacy_content {
  padding: 40px;
  margin-bottom: 100px;
}
.privacy_content span, .privacy_content p {
  line-height: 2em;
}
.privacy_content span {
  font-weight: bold;
  padding: 20px;
  display: inline-block;
  position: relative;
  margin-top: 40px;
}
.privacy_content span:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #CBEB97;
  top: 50%;
  margin-top: -7px;
  left: 0;
  border-radius: 100%;
}
.privacy_content ul {
  padding: 20px;
}
.privacy_content ul li {
  list-style-type: square;
  padding: 10px 0;
}
/*------------------------------------------------------------------
page-privacy
------------------------------------------------------------------*/