/* トップ */
div.top .top_mainImg h1 {
	display: none;
}
div.top .top-functionList_tx {
	text-align: center;
	color: #333333;
}
div.top .topBlogInfoBox {
  width: 1080px;
  margin: 100px auto 0px auto;
}
div.top .topBlogInfoBox > ul {
  width: 100%;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
div.top .topBlogInfoBox li {
  position: relative;
  width: 330px;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, .15);
  margin-left: 45px;
}
div.top .topBlogInfoBox li a {
  color: #333333;
}
div.top .topBlogInfoBox li a:hover {
  opacity: .7;
}
div.top .topBlogInfoBox li:nth-of-type(1) {
  margin-left: 0px;
}
div.top .topBlogInfoBox li .topBlogInfoImg {
  position: relative;
}
div.top .topBlogInfoBox li .topBlogInfoImg img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
div.top .topBlogInfoBox li .iconNew::before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../images/info/icon_new.svg);
  background-repeat: no-repeat;
  background-size: 80px 80px;
}

div.top .topBlogInfoTxBox {
  padding: 15px 30px 30px 30px;
  font-size: 16px;
}
div.top .topBlogInfoTxBox .topBlogInfoDate {
  font-weight: bold;
}
div.top .topBlogInfoTxBox .topBlogInfoTx {
  margin-top: 10px;
}

@media(min-width:768px) {
	div.top .top_mainImg {
		width: 100%;
		min-width: 1200px;
		height: 510px;
		margin-bottom: 85px;
		position: relative;
		background: url(../images/top/img_main_pc.jpg) no-repeat top center;
		background-size: 2800px 510px;
	}
	div.top .top_mainImgInner {
		width: 1200px;
		margin: 0px auto;
		position: relative;
	}
	div.top .top_mainImg .buDl {
		display: block;
		width: 208px;
		height: 60px;
		position: absolute;
		top: 350px;
		left: 25px;
		background-color: #ffffff;
		border-radius: 10px;
		line-height: 58px;
		font-size: 17px;
		text-align: center;
		color: #333333;
		font-weight: bold;
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2);
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2);
	}
	div.top .top_mainImg .buDemo {
		display: block;
		width: 208px;
		height: 60px;
		position: absolute;
		top: 350px;
		left: 248px;
		background-color: #f69c2f;
		border-radius: 10px;
		line-height: 58px;
		font-size: 17px;
		text-align: center;
		color: #ffffff;
		font-weight: bold;
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2);
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2);
	}
	div.top .top_mainImg a:hover {
		opacity: .7;
	}
	.top-functionList__header>em {
		line-height: 1.5;
		font-size: 18px;
		font-weight: bold;
	}
	div.top .top-functionList_tx {
		margin-top: -20px;
		padding: 0px 0px 30px 0px;
		font-size: 18px;
		line-height: 200%;
	}
	div.top .top-functionList li::before {
		content: "";
		display: block;
		width: 60px;
		height: 15px;
		position: absolute;
		top: 200px;
		left: -40px;
		background: url(../images/top/icon_arrow_merit.png) no-repeat;
	}
	div.top .top-functionList li:nth-of-type(1):before {
		display: none;
	}
	div.top .top_realizationBox1 {
		margin-bottom: 90px;
	}
	div.top .top_realizationBox1::before,
	div.top .top_realizationBox1::after {
    content: "";
    display: block;
    clear: both
	}
	div.top .top_realizationBox1Cont {
		width: calc( 50% - 70px );
		float: left;
		text-align: right;
	}
	div.top .top_realizationBox1Cont .top_realizationBox1ContInner {
		display: inline-block;
		width: 420px;
		margin-right: 45px;
		text-align: left;
	}
	div.top .top_realizationBox1Img {
		width: calc( 50% + 70px );
		float: right;
		overflow: hidden;
	}
	div.top .top_realizationBox1Img img {
		margin: 10px;
		width: 960px;
		height: auto;
		position: relative;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .1);
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .1);
	}
	div.top .top_realizationBoxNum {
		font-size: 70px;
		font-weight: bold;
		color: #1ca1c8;
		line-height: 100%;
	}
	div.top .top_realizationBox1Title {
		margin-top: 40px;
		font-size: 30px;
		font-weight: bold;
	}
	div.top .top_realizationBox1Tx {
		margin-top: 30px;
		font-size: 15px;
		line-height: 200%;
	}
	div.top .top_realizationBox1Tx p {
		padding-bottom: 20px;
	}
	div.top .top_realizationBox2 {
		width: 1080px;
		margin: 0px auto;
	}
	div.top .top_realizationBox2Read {
		font-size: 30px;
		font-weight: bold;
	}
	div.top .top_realizationBox2 ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 25px;
	}
	div.top .top_realizationBox2 li {
		width: 330px;
		padding-bottom: 30px;
		margin-right: 45px;
		border-radius: 5px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .06);
	}
	div.top .top_realizationBox2 li:nth-of-type(3n),
	div.top .top_realizationBox2 li:last-of-type {
			margin-right: 0px;
	}
	div.top .top_realizationBox2 li:nth-of-type(n+4) {
		margin-top: 45px;
	}
	div.top .top_realizationBox2Img {
		padding-top: 15px;
		text-align: center;
	}
	div.top .top_realizationBox2Img img {
		width: 76%;
		height: auto;
	}
	div.top .top_realizationBox2Title {
		padding: 15px 25px 0px 25px;
		font-size: 20px;
		font-weight: bold;
	}
	div.top .top_realizationBox2Tx {
		padding: 20px 25px 0px 25px;
		font-size: 14px;
		line-height: 200%;
	}
	div.top .buMore {
		padding-top: 45px;
		text-align: center;
	}
	div.top .buMore a {
		display: inline-block;
		width: 440px;
		height: 75px;
		font-size: 20px;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		line-height: 75px;
		background-color: #1ca1c8;
		background-image: url(../images/top/icon_arrow_r_w.svg);
		background-repeat: no-repeat;
		background-position: right 25px center;
		background-size: 10px;
		border-radius: 5px;
	}
	div.top .buMore a:hover {
		opacity: .7;
	}
	div.top .top_priceRead {
		margin-top: -5px;
		padding: 0px 0px 5px 0px;
		font-size: 18px;
		text-align: center;
	}
	div.top .top_infoBox {
		width: 1080px;
		margin: 60px auto 0px auto;
	}
	div.top .top_infoBoxHeadline {
		position: relative;
		text-align: center;
		font-size: 28px;
		font-weight: bold;
	}
	div.top .top_infoBoxHeadline > a {
		display: block;
		width: 120px;
		height: 32px;
		line-height: 28px;
		padding-right: 12px;
		font-weight: normal;
		color: #1ca1cb;
		border: 1px solid #5ecfea;
		border-radius: 20px;
		position: absolute;
		top: 7px;
		right: 0px;
		background: url(../images/top/icon_arrow_r_b.svg) no-repeat right 10px center;
		background-size: 8px;
		font-size: 14px;
	}
	div.top .top_infoBoxHeadline > a:hover {
		opacity: .7;
	}
	div.top .top_infoBoxList {
		margin-top: 20px;
		border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
		padding: 15px 0px;
		text-align: center;
	}
	div.top .top_infoBoxList ul {
		display: inline-block;
		font-size: 16px;
	}
	div.top .top_infoBoxList li {
		display: table;
		padding: 15px 0px;
		text-align: left;
		vertical-align: top;
	}
	div.top .top_infoBoxList li > div {
		display: table-cell;
	}
	div.top .top_infoBoxList li > div:nth-of-type(1) {
		font-weight: bold;
		padding-right: 35px;
	}
	div.top .top_infoBoxList li a {
		color: #333333;
	}
	div.top .top_infoBoxList li a:hover {
		text-decoration: underline;
	}
	div.top .topBlogInfoHeadline {
		position: relative;
		text-align: center;
		font-size: 28px;
		font-weight: bold;
	}
	div.top .topBlogInfoHeadline > a {
		width: 120px;;
		height: 32px;
		line-height: 28px;
		padding-right: 12px;
		font-weight: normal;
		color: #1ca1cb;
		border: 1px solid #5ecfea;
		border-radius: 20px;
		position: absolute;
		top: 7px;
		right: 0px;
		background: url(../images/top/icon_arrow_r_b.svg) no-repeat right 10px center;
		background-size: 8px;
		font-size: 14px;
	}
	div.top .topBlogInfoHeadline > a:hover {
		opacity: .7;
	}

}

@media screen and (max-width: 767px) {
	div.top .top-section__headerMain {
		font-size: 23px;
	}
	div.top .top_mainImg {
		width: 100%;
		height: calc( 100vw * ( 1145 / 750 ) );
		position: relative;
		margin-bottom: 50px;
		background: url(../images/top/img_main_sp.jpg) no-repeat top center;
		background-size: cover;
	}
	div.top .top_mainImgInner {
		position: relative;
	}
	div.top .top_mainImg .buDl {
		display: block;
		width: 43vw;
		height: calc( 43vw * ( 120 / 330 ) );
		position: absolute;
		top: calc( ( 100vw ) * ( 18 / 24) );
		left: 4vw;
		background-color: #ffffff;
		border-radius: 10px;
		line-height: calc( 43vw * ( 120 / 330 ) );
		font-size: 4vw;
		text-align: center;
		color: #333333;
		font-weight: bold;
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2);
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2);
	}
	div.top .top_mainImg .buDemo {
		display: block;
		width: 43vw;
		height: calc( 43vw * ( 120 / 330 ) );
		position: absolute;
		top: calc( ( 100vw ) * ( 18 / 24) );
		right: 4vw;
		background-color: #f69c2f;
		border-radius: 10px;
		line-height: calc( 43vw * ( 120 / 330 ) );
		font-size: 4vw;
		text-align: center;
		color: #ffffff;
		font-weight: bold;
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2);
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2);
	}
	div.top .top-functionList_tx {
		margin-top: -10px;
		padding: 0px 0px 20px 0px;
		font-size: 14px;
		line-height: 200%;
	}
	div.top .top_realizationBox1 {
		margin-bottom: 60px;
	}
	div.top .top_realizationBox1Img img {
		width: 100%;
		height: auto;
		position: relative;
		margin-top: 20px;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .1);
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .1);
	}
	div.top .top_realizationBoxNum {
		font-size: 50px;
		font-weight: bold;
		color: #1ca1c8;
	}
	div.top .top_realizationBox1Title {
		margin-top: 10px;
		font-size: 21px;
		font-weight: bold;
	}
	div.top .top_realizationBox1Tx {
		margin-top: 20px;
		font-size: 14px;
		line-height: 200%;
	}
	div.top .top_realizationBox1Tx p {
		padding-bottom: 20px;
	}
	div.top .top_realizationBox2Read {
		margin-top: 10px;
		font-size: 21px;
		font-weight: bold;
	}
	div.top .top_realizationBox2Read {
		font-size: 21px;
		font-weight: bold;
	}
	div.top .top_realizationBox2 li {
		width: 100%;
		margin-top: 20px;
		padding: 20px 25px 25px 25px;
		border-radius: 5px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .06);
	}
	div.top .top_realizationBox2Img {
		text-align: center;
	}
	div.top .top_realizationBox2Img img {
		width: 50%;
		height: auto;
	}
	div.top .top_realizationBox2Title {
		padding-top: 25px;
		font-size: 18px;
		font-weight: bold;
	}
	div.top .top_realizationBox2Tx {
		padding-top: 15px;
		font-size: 13px;
		line-height: 200%;
	}
	div.top .buMore {
		padding-top: 20px;
		text-align: center;
	}
	div.top .buMore a {
		display: block;
		width: 100%;
		height: 60px;
		font-size: 14px;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		line-height: 60px;
		background-color: #1ca1c8;
		background-image: url(../images/top/icon_arrow_r_w.svg);
		background-repeat: no-repeat;
		background-position: right 20px center;
		background-size: 10px;
		border-radius: 5px;
	}
	div.top .top_priceRead {
		margin-top: -5px;
		padding: 0px 0px 5px 0px;
		font-size: 14px;
		text-align: center;
	}
	div.top .top_infoBox {
		position: relative;
		margin-top: 35px;
		padding: 0px 15px 40px 15px;
	}
	div.top .top_infoBoxHeadline {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
	}
	div.top .top_infoBoxHeadline > a,
	div.top .topBlogInfoHeadline > a {
		display: block;
		width: 100px;
		height: 25px;
		line-height: 21px;
		padding-right: 5px;
		text-align: center;
		font-weight: normal;
		color: #1ca1cb;
		border: 1px solid #5ecfea;
		border-radius: 20px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin: 0px auto;
		background: url(../images/top/icon_arrow_r_b.svg) no-repeat right 7px center;
		background-size: 6px;
		font-size: 12px;
	}
	div.top .top_infoBoxList {
		margin-top: 15px;
		border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
		padding: 15px 0px;
		text-align: center;
	}
	div.top .top_infoBoxList ul {
		font-size: 14px;
	}
	div.top .top_infoBoxList li {
		padding-top: 25px;
		text-align: left;
	}
	div.top .top_infoBoxList li:nth-of-type(1) {
		padding-top: 0px;
	}
	div.top .top_infoBoxList li > div:nth-of-type(1) {
		font-weight: bold;
	}
	div.top .top_infoBoxList li a {
		color: #333333;
	}
  div.top .topBlogInfoBox {
    width: 100%;
		position: relative;
    margin: 35px auto 50px auto;
    padding: 0px 15px 40px 15px;
  }
  div.top .topBlogInfoBox .topBlogInfoHeadline {
		text-align: center;
		font-weight: bold;
		font-size: 18px;
  }
  div.top .topBlogInfoBox > ul {
    display: block;
    margin-top: 15px;
  }
  div.top .topBlogInfoBox li {
    width: 100%;
    margin-top: 25px;
    margin-left: 0px;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .1);
  }
  div.top .topBlogInfoBox li:nth-of-type(1) {
    margin-top: 0px;
  }
  div.top .topBlogInfoTxBox {
    padding: 10px 20px 20px 20px;
    font-size: 14px;
  }
}
