@charset "utf-8";

/* ##### index.php ##### */
#index_keyvisual {
	height:430px;
	background:#013678 url(../../img/main.jpg) center no-repeat;
}
#index_keyvisual .com_box_inner {
	height:430px;
	position:relative;
	color:#ffffff;
    padding-top:90px;
    line-height:75px;
}
#index_keyvisual .com_box_inner h1 {
	font-size:52px;
    padding-top:30px;
}
#index_keyvisual .com_box_inner h2 {
	font-size:25px;
	line-height:35px;
	padding-top:20px;
}
#index_keyvisual .kv_box_left{
    display: inline-block;
    vertical-align: top;
    margin-right: 34px;
}
#index_keyvisual .kv_box_right{
    display: inline-block;
    width: 220px;
    vertical-align: top;
}
#page_home .movie_wrapper{
    width: 100%;
    text-align: center;
}
#page_home .movie_wrapper video{
    width: 100%;
    max-width: 900px;
    display: inline-block;
    margin: 0 auto;
}
/* ## index_kyvisual ## */
#index_kyvisual_info {
	padding-top:10px;
}
.index_keyvisual_ban {
	margin-bottom:20px;
}
#index_kyvisual_info a.com_imgbtn {
	background:#dc0063;
}
/* ## index_feature ## */
#index_feature {
	padding:35px 0;
}
#index_feature h1 {
	font-size:40px;
	line-height:40px;
	padding-bottom:20px
}
#index_feature a#index_feature_youtube {
	float:right;
	margin-left:20px;
}
/* ## index_applications ## */
dl.index_applications_list {
	width:300px;
	float:left;
	margin:20px 50px 0 0;
}
dl.index_applications_list:nth-of-type(3n) {
	margin-right:0;
}
dl.index_applications_list dt {
	font-size:24px;
}
dl.index_applications_list dd {
	font-size:14px;
	padding-top:5px;
}
dl.index_applications_list dd img {
	display:block;
	width:100px;
	height:100px;
	float:left;
	margin:2px 10px 10px 0;
}
/* ## index_technologys ## */
dl.index_technologys_list {
	width:300px;
	float:left;
	margin:20px 50px 0 0;
}
dl.index_technologys_list:nth-of-type(3n) {
	margin-right:0;
}
dl.index_technologys_list dt {
	font-size:28px;
}
dl.index_technologys_list dd {
	padding-top:5px;
}
dl.index_technologys_list dd img {
	display:block;
}

/* ## index_challenges ## */
#index_challenges_box {
  background: #e4e4e4;
  display: flex;
  flex-direction: row-reverse;
  margin: 3em auto 0 auto;
  width: 100%;
}
#index_challenges_box ul {
  width: 70%;
  padding: 2em;
}
#index_challenges_box ul li {
  display: block;
  color: #004097;
  font-weight: bold;
  font-size: 1.5rem;
  background: #ffffff;
  padding: 0.5em 1em 0.5em 2em;
  text-indent: -1em;
  border-radius: 0.25em;
}
#index_challenges_box ul li:before {
  content: "●";
}
#index_challenges_box ul li + li {
  margin-top: 0.5em;
}
#index_challenges_image {
  width: 30%;
  position: relative;
}
#index_challenges_image img {
  width: 80%;
  position: absolute;
  right: 0;
  bottom: 0;
}
#index_challenges_solution {
  position: relative;
  background: #004097;
  color: #ffffff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.75em;
  margin-top: 6rem;
}
#index_challenges_solution:before {
  content: "";
  display: block;
  width: 100%;
  height: 3rem;
  position: absolute;
  top: -4.5rem;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../../img/img_about_arrow_01.png) center no-repeat;
  background-size: contain;
}

/* ## index_image ## */
#index_image_box {
  display: flex;
}
#index_image_box img {
  display: block;
  width: 100%;
}
#index_image_flow-sp {
  display: none!important;
}
#index_image_flow { flex: 2; padding-right: 5%; }
#image_image_screen {
  flex: 1;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 2;
}

/* ## index_func ## */
#index_funcsWrap {
  display: flex;
  flex-wrap:wrap;
}
.index_funcs_list {
  width: calc(100%/3);
  padding: 1em;
  margin-top: 1em;
  position: relative;
}
.index_funcs_list-point:before {
  content: "";
  display: block;
  width: 100%;
  height: 1.75rem;
  background: url(../../img/icon_point_01.png) left top no-repeat;
  background-size: contain;
  position: absolute;
  top: -1rem;
}
.index_funcs_list dt {
  display: flex;
  align-items: center;
}
.index_funcs_list dt .index_func_icon {
  width: 80px;
  padding-right: 10px;
}
.index_funcs_list dt .index_func_icon img {
  width: 100%;
}
.index_funcs_list dt .index_func_ttl {
  flex: 1;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  color: #004097;
}
.index_funcs_list dd {
  padding-top: 1em;
}


/* ## index_products ## */
a.index_products {
	display:block;
	float:left;
	position:relative;
	width:18%;
	margin:1%;
	height:180px;
	padding-top:120px;
	font-size:20px;
	font-family:'Montserrat', sans-serif;
	letter-spacing:-1px;
	text-align:center;
	background:url(../../img/products_shadow.png) center 100px no-repeat;
}
a.index_products img {
	display:block;
	position:absolute;
	bottom:70px;
	left:0;
	right:0;
	margin:auto;
	max-width: 180px;
	max-height: 115px;
}
a.index_products_new:after {
  content: "NEW!";
  letter-spacing: 0.3px;
  display: block;
  background: #ef0000;
  color: #ffffff;
  position: absolute;
  top: -20px;
  right: 0px;
  font-size: 14px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}
a.index_products_new:hover:after {
  text-decoration: none;
}

/* ## index_news ## */
dl#index_news_box {
	width:100%;
	margin-top:10px;
	font-size:0;
}
dl#index_news_box dt {
	display:inline-block;
	width:120px;
	font-size:14px;
	line-height:20px;
	text-align:center;
	color:#ffffff;
	margin:10px 0 0 0;
	padding:0;
	font-weight:300;
}
dl#index_news_box dt.index_news_information { background:#df8484; }
dl#index_news_box dt.index_news_event { background:#9db483; }
dl#index_news_box dt.index_news_newproducts { background:#94a1b6; }
dl#index_news_box dd {
	display:inline-block;
	width:880px;
	font-size:16px;
	line-height:20px;
	margin:10px 0 0 0;
	padding:0;
}
dl#index_news_box dd span, dl#index_news_box dd a {
	display:inline-block;
	vertical-align:top;
}
dl#index_news_box dd a {
	text-decoration:underline;
}
dl#index_news_box dd span:first-child {
	width:120px;
	text-align:center;
}

/* ## price ## */
.index_price_num {
	font-size: 300%;
	color: #4196ff;
	font-weight: 200;
}
.index_price_num:after {
	content:" / ";
	font-size: 33%;
	color: #333333;
}
.index_price_box {
	text-align: center;
	margin-top: 20px;
}
.index_price_dl{
	background:#ffffff;
	padding: 20px 0 10px 0;
	border-radius: 8px;
}
.index_price_dl2 {
	width:50%;
	float: left;
	padding-top: 10px;
}
.index_price_dl dt {
	font-weight: bold;
	font-size: 150%;
}
.index_price_dl dt a {
  color: #003399;
  text-decoration: underline;
}
h2 + .index_price_dl {
	border-radius: 0;
	border-bottom-left-radius: 8px;
}
.index_price_dl2:last-child {
	border-radius: 0;
	border-bottom-right-radius: 8px;
	border-left: 1px solid #e0e0e0;
}
.index_price_box h2 {
	background: #ffffff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 20px 0 10px 0;
	font-weight: bold;
	font-size: 150%;
	border-bottom: 1px solid #e0e0e0;
}
.index_price_dl2 dt {
	font-size: 125%;
}

/* ##### responsive ##### */
@media (max-width: 480px) {
	/* ##### index.php ##### */
	#index_keyvisual {
		height:auto;
		background-size:cover;
		background-position:30% center;
	}
	#index_keyvisual .com_box_inner {
		height:auto;
        padding-top:inherit;
	}
    
	#index_keyvisual .com_box_inner h1 {
		font-size:36px;
		line-height:40px;
		padding-top:40px;
	}
	#index_keyvisual .com_box_inner h2 {
		font-size:15px;
		line-height:20px;
		padding-top:10px;
        margin-bottom: 20px;
		/*padding-right:50%;*/
	}
    #index_keyvisual .kv_box_left{
        display: block;
        margin-right:0;
    }
    #index_keyvisual .kv_box_right{
        display: block;
        width: 100%;
        padding-bottom: 20px;
    }
    #index_keyvisual .kv_box_right img{
         width: 100%;

    }
	#movie_box {
		height:250px;
  }
	/* ## index_kyvisual ## */
	.index_keyvisual_ban {
		width:50%;
		margin-bottom:10px;
	}
	/* ## index_feature ## */
	#index_feature h1 {
		font-size:25px;
		line-height:25px;
		text-align:center;
	}
	#index_feature a#index_feature_youtube {
		float:none;
		margin:0 auto 20px auto;
		display:block;
		width:70%;
	}
	#index_feature a#index_feature_youtube img {
		width:100%;
	}
	/* ## index_applications ## */
	dl.index_applications_list {
		width:90%;
		float:none;
		margin:20px auto 0 auto;
	}
	dl.index_applications_list:nth-of-type(3n) {
		margin-right:auto;
	}
	dl.index_applications_list dt {
		font-size:25px;
		text-align:center;
	}
	dl.index_applications_list dd img {
		width:25vw;
		height:25vw;
	}
	dl.index_applications_list dd span {
		width:53vw;
		font-size:3.5vw;
	}
	/* ## index_technologys ## */
	dl.index_technologys_list {
		width:90%;
		float:none;
		margin:20px auto 0 auto;
	}
	dl.index_technologys_list:nth-of-type(3n) {
		margin-right:auto;
	}
	dl.index_technologys_list dt {
		font-size:25px;
		text-align:center;
	}
	dl.index_technologys_list dd img {
		width:100%;
	}
  /* ## index_challenges ## */
  #index_challenges_box {
    flex-direction: column;
  }
  #index_challenges_box ul {
    width: 100%;
    padding: 1em;
  }
  #index_challenges_box ul li {
    font-size: 1.1rem;
  }
  #index_challenges_image {
    width: 100%;
  }
  #index_challenges_image img {
    width: 25%;
    display: block;
    position: relative;
    margin: 0 auto;
  }
  #index_challenges_solution {
    font-size: 1.1rem;
    margin-top: 5rem;
  }
  #index_challenges_solution:before {
    top: -4rem;
    height: 2.5rem;
  }
  /* ## index_image ## */
  #index_image_box {
    flex-direction: column;
  }
  #index_image_flow-sp { display: block!important; }
  #index_image_flow-pc { display: none!important; }
  #index_image_flow {
    padding: 0 5%;
    flex: 1;
  }
  #image_image_screen {
    font-size: 1.1rem;
    padding: 10% 5% 5% 5%;
  }
  /* ## index_func ## */
  #index_funcsWrap {
    flex-direction: column;
  }
  .index_funcs_list {
    width: 100%;
  }
  .index_funcs_list-point:before {
    height: 1.25rem;
    top: -0.5rem;
  }
  .index_funcs_list dt .index_func_icon {
    width: 60px;
  }
  .index_funcs_list dt .index_func_ttl {
    font-size: 1.1rem;
  }
  .index_funcs_list dt .index_func_ttl br { display: none; }
  

  /* ## index_products ## */
	a.index_products {
		width:48%;
		background-position:center 85px;
		background-size:130px;
		height:160px;
		font-size: 16px;
		line-height: 20px;
	}
	a.index_products img {
		bottom:50px;
		transform: scale(0.6,0.6);
	}
	/* ## index_news ## */
	dl#index_news_box dt {
		clear:both;
		width:40%;
	}
	dl#index_news_box dd {
		width:100%;
		margin-top:5px;
		line-height:16px;
		font-size:0;
		vertical-align:top;
	}
	dl#index_news_box dd a, dl#index_news_box dd span {
		font-size:14px;
		text-align:left;
		display:inline-block;
		width:75%;
		vertical-align:top;
	}
	dl#index_news_box dd span:first-child {
		font-size:12px;
		text-align:left;
		width:25%;
		vertical-align:top;
	}
	/* ## price ## */
	.index_price_num {
		font-size: 240%;
		display: block;
	}
	.index_price_num:after {
		content: none;
	}
	.index_price_condition {
		display: block;
	}
	.index_price_dl2 dt {
		font-size: 100%;
	}
}

