@charset "utf-8";

.box1 p.caption,
.box1 p.table{
	margin:0 0 10px;
}
p.headline {
	margin-bottom:35px;
	clear:both;
	line-height:1.5;
}

/* =index.html
------------------------------------------------------------------*/
.index .box4 {
	margin:0 0 25px;
	border:1px dotted #0265b2;
	padding:20px 30px;
}

.coution_h3{
	line-height: 130%;
	}
	
.att_li{
	line-height: 130%;
		}

/* formulateBox01 */

.index .formulateBox01 p{
	float:left;
}
.index .formulateBox01 dl{
	float:left;
	margin:0 0 25px 25px;
}
.index .formulateBox01 dl dt{
	margin:0 0 15px;
	font-weight:bold;
	padding:10px 0 0;
}
.index .formulateBox01 dl dd{
	margin:0 0 10px;
	line-height:1.5;
	width:320px;
}
.index .formulateBox01 dl dd.formulate{
	font-size:130%;
	border:1px solid #4098d1;
	padding:10px 0;
	font-weight:bold;
	text-align:center;
}
.index .formulateBox01 dl dd.formulate span{
	color:#4098d1;
}

/* formulateBox02 */

.index .formulateBox02{
	clear:both;
	margin:0 0 30px;
}
.index .formulateBox02 dl dt{
	font-weight:bold;
	font-size:150%;
	color:#0075c1;
	margin:0 0 15px;
}
.index .formulateBox02 dl dd{
	float:left;
	width:320px;
}
.index .formulateBox02 dl dd.image{
	margin:0 20px 0 0;
}
.index .formulateBox02 dl dd ul li{
	text-indent:-1.1em;
	padding-left:1px;
	line-height:1.2;
	margin:0 0 10px;
}

.index .box5 dl dt span{
	display:block;
	color:#333;
}

/* formulateBox03 */
.index .formulateBox03{
	margin:0 0 20px;
	overflow:hidden;
}
.index .formulateBox03 p{
	float:left;
	width:auto;
	margin:0;
}
.index .formulateBox03 dl{
	float:right;
	width:353px;
}
.index .formulateBox03 dl dt{
	margin:0 0 15px;
	font-weight:bold;
	padding:10px 0 0;
	font-size:150%;
	color:#0075c1;
}
.index .formulateBox03 dl dd{
	margin:0 0 10px;
	line-height:1.5;
}
.index .formulateBox03 dl dd p.last{
	margin:0 0 10px;
	clear:both;
}
.index .formulateBox03 dl dd table{
	width:323px;
	clear:both;
}
.index .formulateBox03 dl dd table th,
.index .formulateBox03 dl dd table td{
	padding:5px 0;
	text-align:center;
}
.index .formulateBox03 dl dd table th{
	background-color:#eaf1fa;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
}
.index .formulateBox03 dl dd table tr.last{
	border-top:1px solid #333;
	border-bottom:2px solid #333;
}
.index .formulateBox03 dl dd table th.left,
.index .formulateBox03 dl dd table td.left{
	border-right:1px solid #333;
}


/* =scanner
------------------------------------------------------------------*/
.scanner .box1 ul{
	margin:0 0 35px;
}
.scanner .box1 ul li{
	margin:0 0 5px;
}
.scanner .box4{
	border:1px dotted #000;
	padding:20px 30px;
	margin:0;
}
.scanner .box4 .attention p{
	border:2px solid #F00;
	padding:3px 7px;
	font-size:120%;
	margin:0 0 15px;
	display:inline-block;
}
.scanner .box4 .attention ul li{
	margin:0 0 15px 20px;
	list-style-type:circle;
}


/* =price
------------------------------------------------------------------*/
#container.price .image_caption {
  font-weight: bold;
  text-align: center;
}

#container.price .prt_svg_wrap {
  position: relative;
  padding-top: 48.6%;
}

#container.price .prt_svg_wrap .svg_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#container.price .prt_svg_wrap svg {
  max-width: 100%;
  height: auto;
}

#container.price .prt_svg_wrap .svg_text1 {
  fill: #fff;
  font-size: 18px;
}

#container.price .prt_svg_wrap .svg_text2 {
  fill: #3d8d4b;
  font-size: 20px;
  font-weight: bold;
}

#container.price .ss_download_btn {
  position: relative;
  display: table;
  border-radius: 5px;
  background: #e60012;
  background: linear-gradient(#e24140, #cc1717);
  transition: opacity 0.3s;
}
#container.price .ss_download_btn.type01,
#container.price .ss_download_btn.type02 {
  padding: 6px 0 5px;
  width: 100%;
  text-align: center;
}
#container.price .ss_download_btn.type01,
#container.price .ss_download_btn.type02 {
  padding-right: 12px;
  padding-left: 12px;
}
#container.price .ss_download_btn.type01 {
  max-width: 360px;
  height: 45px;
}
#container.price .ss_download_btn.type02 {
  max-width: 380px;
  height: 60px;
}
#container.price .ss_download_btn.icon01 > span:first-child {
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat left center;
}
#container.price .ss_download_btn.icon02 > span:first-child {
  background: url(/img/ss/common/bg_icon_dl_002.png) no-repeat left center;
}
#container.price .ss_download_btn .img01,
#container.price .ss_download_btn .img02 {
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#container.price .ss_download_btn .img01 img,
#container.price .ss_download_btn .img02 img {
  border: solid 1px #ccc;
}
#container.price .ss_download_btn .txt01,
#container.price .ss_download_btn .txt02 {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  word-break: break-all;
  font-weight: bold;
}
#container.price .ss_download_btn .txt01,
#container.price .ss_download_btn .txt02 {
  padding-left: 30px;
  width: calc(100% - 30px);
  font-size: 16px;
  line-height: 1.2;
}
#container.price .ss_download_btn .txt01 {
  padding-right: 60px;
}
#container.price .ss_download_btn .txt02 {
  padding-right: 79px;
}

#container.price .prt_sect_cv {
  margin: 40px 0;
  overflow: visible;
}
#container.price .prt_sect_cv,
#container.price .prt_sect_cv * {
  box-sizing: border-box;
}
#container.price .prt_sect_cv:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
#container.price .prt_sect_cv a {
  text-decoration: none;
  transition: none;
}
#container.price .prt_sect_cv a:hover {
  opacity: 0.7;
}
#container.price .prt_sect_cv .button {
  width: 48%;
  width: calc(50% - 10px);
}
#container.price .prt_sect_cv .button.series,
#container.price .prt_sect_cv .button.inquiry {
  float: left;
  clear: left;
}
#container.price .prt_sect_cv .button.download {
  float: right;
  clear: right;
}
#container.price .prt_series_btn,
#container.price .prt_inquiry_btn {
  display: table;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background: #1284c8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #044aa0), color-stop(0, #1284c8));
  background: -webkit-linear-gradient(#1284c8, #044aa0);
  background: -webkit-gradient(linear, left top, left bottom, from(#1284c8), to(#044aa0));
  background: linear-gradient(#1284c8, #044aa0);
  text-align: center;
  text-decoration: none;
  font-size: 15px;
}
#container.price .prt_series_btn:hover,
#container.price .prt_inquiry_btn:hover {
  opacity: 0.7;
}
#container.price .prt_series_btn .label,
#container.price .prt_inquiry_btn .label {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
}

#container.price .prt_inquiry_btn {
  position: relative;
  padding:  0 12px;
  background: #3e944c;
  background: linear-gradient(#3e944c, #176a25);
}

#container.price .prt_inquiry_btn.icon01 > span:first-child {
  background: url(/img/ss/common/icon_download_001.png) no-repeat left center;
}

#container.price .prt_inquiry_btn .img01 {
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-block;
  transform: translateY(-50%);
}

#container.price .prt_inquiry_banner {
  margin: 20px auto 40px;
  max-width: 720px;
}

#container.price .prt_inquiry_banner a,
#container.price .prt_inquiry_banner a * {
  text-decoration: none;
}

#container.price .prt_inquiry_banner a {
  display: block;
}

#container.price .prt_inquiry_banner a:hover {
  opacity: 0.7;
}

#container.price .prt_inquiry_banner .banner {
  position: relative;
  border: 3px solid #3e944d;
  background: #eaf4f6;
}

#container.price .prt_inquiry_banner .banner:after {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 97px;
  height: 134px;
  background: url(/img/ss/common/icon_calculator_001.png) no-repeat center / contain;
  content: "";
}

#container.price .prt_inquiry_banner .caption {
  position: relative;
  overflow: hidden;
  padding: 14px 120px 14px 18px;
  background: #3e944d;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.143;
}

#container.price .prt_inquiry_banner .caption:before {
  position: absolute;
  top: 0;
  right: -405px;
  width: 720px;
  height: 400px;
  background: #6ba573;
  content: "";
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

#container.price .prt_inquiry_banner .caption:after {
  position: absolute;
  top: 0;
  right: -425px;
  width: 720px;
  height: 400px;
  background: #a3ccaa;
  content: "";
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

#container.price .prt_inquiry_banner .caption span {
  position: relative;
  z-index: 10;
}

#container.price .prt_inquiry_banner .content {
  padding: 10px 120px 14px 18px;
}

#container.price .prt_inquiry_banner .content p {
  margin: 0;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}

#container.price .prt_inquiry_banner .content .button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 12px 0 0;
  padding: 8px 8px 9px;
  background: #ce3939;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
}

#container.price .prt_inquiry_banner .content .button:after {
  display: inline-block;
  -webkit-flex: 0 0 13px;
  -ms-flex: 0 0 13px;
  flex: 0 0 13px;
  margin-left: 10px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  vertical-align: middle;
  font-size: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
