@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
/*-------------汎用-------------*/

.clear {clear: both;}
.fix:after{content:"."; display:block; height:0; clear:both; visibility:hidden; font-size: 0.1em;}
.fix {display:inline-block; zoom:1;}

/* \*/
* html .fix	{height:1%;}
.fix {display:block;}
/* */

.no-marker { list-style-type: none;}
.transmission {transition: all 0.3s ease 0s;}
.transmission:hover {opacity:0.70; filter: alpha(opacity=70); -moz-opacity:0.70; -ms-filter: "alpha(opacity=70)";}

img {border-top-style: none; border-right-style: none; border-bottom-style: none;border-left-style: none;vertical-align: bottom;}

.caution {color: #d11b06;}
.mdt5 {margin-top: 5px;}
.mdt10 {margin-top: 10px;}
.mdt15 {margin-top: 15px;}
.mdt20 {margin-top: 20px;}
.mdt25 {margin-top: 25px;}
.mdt30 {margin-top: 30px;}
.mdt50 {margin-top: 50px;}
.mdb5 {margin-bottom: 5px;}
.mdb8 {margin-bottom: 8px;}
.mdb10 {margin-bottom: 10px;}
.mdb15 {margin-bottom: 15px;}
.mdb20 {margin-bottom: 20px;}
.mdb25 {margin-bottom: 25px;}
.mdb30 {margin-bottom: 30px;}
.mdb40 {margin-bottom: 40px;}
.mdb50 {margin-bottom: 50px;}
.mdr5 {margin-right: 5px;}
.mdr7 {margin-right: 7px;}
.mdr8 {margin-right: 8px;}
.mdr10 {margin-right: 10px;}
.mdr15 {margin-right: 15px;}
.mdr14 {margin-right: 14px;}
.mdr18 {margin-right: 18px;}
.mdr20 {margin-right: 20px;}
.mdr25 {margin-right: 25px;}
.mdr30 {margin-right: 30px;}
.mdr60 {margin-right: 60px;}
.mdl5 {margin-left: 5px;}
.mdl10 {margin-left: 10px;}
.mdl12 {margin-left: 12px;}
.mdl15 {margin-left: 15px;}
.mdl20 {margin-left: 20px;}
.mdl25 {margin-left: 25px;}
.mdl30 {margin-left: 30px;}
.mdl70 {margin-left: 70px;}
.pdt5 {padding-top: 5px;}
.pdt10 {padding-top: 10px;}
.pdt15 {padding-top: 15px;}
.pdt20 {padding-top: 20px;}
.pdt25 {padding-top: 25px;}
.pdt30 {padding-top: 30px;}
.pdb5 {padding-bottom: 5px;}
.pdb10 {padding-bottom: 10px;}
.pdb15 {padding-bottom: 15px;}
.pdb20 {padding-bottom: 20px;}
.pdb25 {padding-bottom: 25px;}
.pdb30 {padding-bottom: 30px;}
.pdb40 {padding-bottom: 40px;}
.pdb50 {padding-bottom: 50px;}
.pdb60 {padding-bottom: 60px;}
.pdb70 {padding-bottom: 70px;}
.pdb100 {padding-bottom: 100px;}
.pdr5 {padding-right: 5px;}
.pdr10 {padding-right: 10px;}
.pdr15 {padding-right: 15px;}
.pdr20 {padding-right: 20px;}
.pdr25 {padding-right: 25px;}
.pdr30 {padding-right: 30px;}
.pdr35 {padding-right: 35px;}
.pdl5 {padding-left: 5px;}
.pdl10 {padding-left: 10px;}
.pdl15 {padding-left: 15px;}
.pdl20 {padding-left: 20px;}
.pdl25 {padding-left: 25px;}
.pdl30 {padding-left: 30px;}
.center {text-align: center;}


/*-------------ヘッダー-------------*/
html {
	height: 100%;
}


body {
	background-color: #ebecec;
	height: 100%;
	color: #484848;
	position: relative;
	background-image: url(../images/bg_nav.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#head {
	width: 220px;
	height: 100%;
	background-color: #FFF;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:9999;
}
body > #head {
	height: auto;
}
#head .block {
	margin-top: 22px;
}
#head .block h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebeeee;
	padding-left: 20px;
	padding-bottom: 16px;
}


#head nav a {
	color: #666666;
	text-decoration: none;
	display: block;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebeeee;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	background-image: url(../images/nav_arrow01.png);
	background-repeat: no-repeat;
	background-position: 200px center;
	font-size: 12px;
	transition: all 0.3s ease 0s;
}
#head nav a .new{
	background-color:#cc2927;
	color:#fff;
	font-size:84%;
	display:inline-block;
	padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
padding-bottom: 3px;
margin-right: 5px;
margin-left:-10px;

	font-family: 'Roboto', sans-serif;
	line-height:1;
	letter-spacing:0.06em;
}
#head .block .tool a{
	line-height: 16px;
	padding-top: 13px;
	padding-bottom: 13px;
}

#head nav a:hover {
	background-color: #ebeeee;	
}
#head .button {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 8px;
}
#head .button li  {
	margin-bottom: 8px;
}
#head .other {
	margin-left: 20px;
	margin-bottom: 28px;
}
#head .other a {
	color:#666;
	text-decoration:none;
}
#head .other a:hover {
	text-decoration:underline;
}

#head .other li {
	background-image: url(../images/nav_arrow02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#head .bunner {
	text-align: center;
	margin-bottom: 20px;
}
#head .bunner li {
	margin-bottom: 8px;
}

#head .tel p {
	margin-bottom: 10px;
}

#head .tel {
	text-align: center;
	margin-bottom: 20px;
}
#head .tel dl dd {
	font-size: 11px;
	line-height: 1.2;
	text-align: left;
	padding-left: 22px;
	padding-top: 5px;
}


/*-----------------下層common--------------------*/
#container {
	margin-left: 225px;
	text-align: center;
	overflow: hidden;
}
#container a {
	color: #188A66;
	text-decoration: underline;
	transition: all 0.3s ease 0s;
}
#container a:hover {
	text-decoration: none;
}
#container #topic_path {
	width: 880px;
	text-align: left;
	font-size: 12px;
	padding-top: 25px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#container #topic_path li {
	float: left;
}
#main  {
	width: 780px;
	background-color: #FFF;
	margin: auto;
	padding-right: 50px;
	padding-left: 50px;
	text-align: left;
	font-size: 14px;
	line-height: 25px;
	padding-bottom: 35px;
}
#main h2 {
	background-color: #64B198;
	color: #FFF;
	font-weight: bold;
	margin-right: -50px;
	margin-left: -50px;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 20px;
	padding-left: 30px;
	margin-bottom: 45px;
}
#main .visual {
	position: relative;
	margin-bottom: 35px;
}
.triangle {
    position: absolute;
    left: 0;
    top: 0;
}
.triangle::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 100px solid transparent;
    border-left: 100px solid #cc2927; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.triangle::after {

    content: "NEW!";
    display: block;
    top: 21px;
    transform: rotate(-45deg);
    color: #fff;
    left: 0;
    position: absolute;
    z-index: 101;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 20px;

}
#main .visual dl {
	position: absolute;
	bottom: 40px;
	left: 40px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	letter-spacing: 0.1em;
}
#main .visual dl.place {
	top:40px;
}
#main .visual dt {
	font-size: 26px;
	margin-bottom: 5px;
	line-height:1.2;
}
#main .visual dd {
	font-size: 14px;
	line-height:1.5;
}
#main .txt {
	margin-bottom: 40px;
}
#main .ttl1 {
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-bottom: 30px;
}
#main .ttl1 span {
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #188A66;
	padding-left: 5px;
}
#main .feature .detail {
	width: 373px;
	float: left;
	margin-right: 34px;
	margin-bottom: 35px;
}
#main .feature .detail.no_mdr {
	margin-right: 0px;
}


#main .feature .detail dt {
	color: #188A66;
	font-weight: bold;
	font-size: 17px;
	background-image: url(../images/bg_feature.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
#main .ttl2 {
	font-weight: bold;
	color: #333;
	font-size: 18px;
	background-image: url(../images/bg_h4.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#main section {
	margin-bottom: 65px;
}

#main .system .ttl2 {
	font-size: 16px;
	margin-bottom: 7px;
}
#main .annotation {
	background-color: #F7F7F7;
	padding: 30px;
	font-size: 12px;
	color: #666;
	border-radius: 5px;
	border: 1px solid #E5E5E5;
}
#main .annotation li {
	background-image: url(../images/icon_dot.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 10px;
}


#main .system .ttl2 .down {
	font-size: 13px;
}#main .system .block img {
	float: left;
	margin-right: 20px;
}
#main .system .block {
	margin-bottom: 45px;
}

#main .system .detail {
	overflow: hidden;
}
#main .system .detail p {
	font-size: 13px;
	margin-bottom: 15px;
}
#main .system table {
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
}
#main .system table th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100px;
}
#main .system table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main .catalogs .download {
	text-align: center;
	float: left;
	margin-right: 25px;
}
#main .catalogs .download a {
	background-color: #188A66;
	color: #FFF;
	text-decoration: none;
	display: block;
	background-image: url(../images/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: all 0.3s ease 0s;
}
#main .catalogs .download dl {
	margin-top: 10px;
}

#main .catalogs .download a:hover {
	background-color: #20B585;
}
#main .catalogs .attention {
	overflow: hidden;
	background-color: #F8F6F4;
	padding: 25px;
	border: 1px solid #DED7D2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#main .catalogs .attention li {
	background-image: url(../images/bg_dot.png);
	background-repeat: no-repeat;
	background-position: left 14px;
	padding-left: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ded7d2;
	padding-top: 6px;
	padding-bottom: 6px;
}
#main .catalogs .attention li:last-child {
	border-bottom-style: none;
	padding-bottom: 0px;
}
#main .advice {
	width: 373px;
	float: left;
	margin-right: 34px;
}
#main .advice.mdr {
	margin-right: 0px;
}

#main .advice h4 {
	color: #188A66;
	font-weight: bold;
	font-size: 17px;
	background-image: url(../images/bg_feature.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
#main .advice dl {
	margin-bottom: 25px;
}
#main .advice dl dt {
	background-color: #64B198;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	width: 100px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
}


#main .example .case {
	display: block;
	width: 246px;
	background-color: #F1F1F1;
	padding: 0px;
	float: left;
	height: 310px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 34px;
	margin-left: 0px;
}
#main .example .case dl {
	padding: 15px;
}
#main .example .case a {
	text-decoration:none;
}
#main .example .case.mdr {
	margin-right: 21px;
}


#main .example .case a dt {
	color: #188a66;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 7px;
	line-height:19px;
}
#main .example .case a dd {
	font-size: 12px;
	/* [disabled]font-weight: bold; */
	line-height: 19px;
	background-image: url(../example/images/arrow.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 20px;
	color:#333333;
	
}
/*-------------フッター------------------*/
#foot {
	margin-left: 225px;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 80px;
	/* [disabled]display: none; */
}
#foot #pagetop {
	position: fixed;
	right: 15px;
	bottom: 15px;
}

#foot .inner {
	margin: auto;
	width: 880px;
}
#foot .inner .copy {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 50px;
}
#foot .inner .inquiry a {
	background-color: #C50200;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 10px;
	margin-top: 15px;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	font-size: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: all 0.3s ease 0s;
}
#foot .inner .inquiry a:hover {
	background-color: #EA0000;
}
#foot .inner .tel dd{
	font-size: 12px;
	margin-top: 10px;
}
#foot .inner .sitemap {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;
	padding-top: 45px;
	margin-top: 45px;
	margin-bottom: 75px;
}
#foot .inner .sitemap a {
	color:#666;
	text-decoration:none;
}
#foot .inner .sitemap a:hover {
	text-decoration:underline;
}
#foot .sitemap dl {
	display: block;
	width: 199px;
	text-align: left;
	float: left;
	margin-right: 28px;
}
#foot .inner .sitemap .mdr {
	margin-right: 0px;
}

#foot .sitemap dl dt {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 15px;
}
#foot .sitemap dl dd {
	font-size: 11px;
	margin-bottom: 5px;
}
#foot .btm .site_id {
	float: left;
	margin-right: 80px;
}
#foot .btm .site_id a {
	text-decoration:none;
}
#foot .btm .site_id p {
	color: #cc2927;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}
#foot .inner .btm dl {
	text-align: left;
}
#foot .btm dl dt {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 14px;
}
#foot .btm dl dd {
	font-size: 11px;
	line-height: 1.3;
}
#foot .site_id .arrow {
	position: relative;
	padding-right:25px;
}
#foot .site_id .arrow:after {
	position: absolute;
	top: 50%;
	right: 12px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #cc2927;
	border-right-color: #cc2927;
	transition: all 0.3s ease 0s;
}
#foot .btm .site_id a:hover .arrow:after {
	right: 10px;
}
.no_mdr {
	margin-right: 0px;
}
.blank {
	background-image: url(../images/blank.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}
#main .order_btn a {
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	width: 260px;
	background-color: #C50200;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#main .order_btn {
	margin-bottom: 45px;
}

#main .order_btn a:hover {
	background-color: #EA0000;
}
