@charset "utf-8";
/*----------------------------------------------------


        File Name: style.css /20230224
        Style Info: #style内


----------------------------------------------------*/
.top_banner {
    height: 100%;
}

.link_banner td {
    border: none;
}

#contents {
    z-index: 0;
}

.company-name{
	text-align: right;
	margin: 10px 0 0;
}
.contents h2 {
	position: relative;
	padding: 10px 40px 8px 52px;
	background: #CC0000;
	font-size: 24px;
	color: #fff;
	margin-left: -12px;
	z-index:-2;
	box-sizing: border-box;
	display: inline-block;
}

.contents h2:before {
	position: absolute;
	content: '';
	left: 0px;
	top: -2px;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 40px white;
	border-bottom: solid 79px transparent;
	z-index: -1;
	box-sizing: border-box;
}
.contents h2:after {
	position: absolute;
	content: '';
	right: -3px;
	top: -7px;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 40px transparent;
	border-bottom: solid 79px white;
	z-index: -1;
	box-sizing: border-box;
}


h3{
	padding: 10px 10px 8px;
	border: 3px solid #CC0000;
	background-color: #fff;
	box-sizing: border-box;
	color: #CC0000;
	width: 50%;
	display: inline-block;
}

.square{
	position: relative;
	padding-left: 1.5em;
}
.square:before{
	background: #CC0000;
	content: "";
	height: 15px; /*四角のサイズ*/
	width: 15px; /*四角のサイズ*/
	left: 0;
	top:6px;
	position: absolute;
}
.red-line{
	height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 4px solid #CC0000;
	margin-left: 2px;
	margin-top: -4px;
}
.contents1 p{
	margin: 10px 0;
}
.contents1 ul p:first-of-type{
	margin-top: 0;
}
.contents1 ul p:last-of-type{
	margin-bottom: 0;
}
.pl20{
	padding-left: 20px;
}
.contents1{
	margin-top: 20px;
	margin-bottom: 40px;
}
.contents1 ul{
	width: 950px;
	display: -webkit-flex;
	display: flex;
	margin-top: 20px;
}
.contents1 ul li{
	width: 50%;
}
.contents1 ul li{
	margin-right: 20px;
}
.contents1 ul li:last-of-type{
	margin-right: 0;
}
.contents1 ul li img{
	width: 100%;
}

.contents1 ul.compact {
	display: flex;
	justify-content: space-around;
}
.contents1 ul.compact li:nth-of-type(1) img{
	width: 410px;
	height: 195px;
}
.contents1 ul.compact li:nth-of-type(2) img{
	width: 253px;
	height: 195px;
}
.contents1 ul.compact li:nth-of-type(3) img{
	width: 250px;
	height: 195px;
}

.contents1 ul.second_list {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}


.point .title{
	text-align: center;
	font-size: 18.72px;
	color: #CC0000;
	font-weight: bold;
	padding-top: 10px;
}
.point p i{
	color: #CC0000;
}
.compact li:first-of-type{
	margin-top: 28px;
	width: 45%;
	margin-right: 15px
}
.compact li:nth-of-type(2){
	width: 27.5%;
	margin-right: 15px;
}
.compact li:nth-of-type(3){
	width: 27.5%;
}
.compact p{
	margin-top: 0;
	margin-bottom: 5px;
	text-align: center;
	color: #CC0000;
	font-weight: bold;
}
.frame ul li{
	padding: 20px 30px;
	border: 4px solid #385d8a;
	box-sizing: border-box;
	text-align: center;
}
.frame ul li img{
	/*margin-bottom: 20px;*/
	width: auto;
}
.frame a{
	font-size: 20px;
	padding: 5px 10px;
	box-sizing: border-box;
	border: 3px solid #CC0000;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-color: #CC0000;
    transition: all .2s;    
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.frame a:hover{
	color: #CC0000;
	background-color: #fff;
}


#product_link {
	text-align: center;
}
#product_link a{
	font-size: 26px;
	padding: 10px 60px;
	box-sizing: border-box;
	border: 3px solid #385d8a;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-color: #385d8a;
    transition: all .2s;    
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
#product_link a:hover{
	color: #385d8a;
	background-color: #fff;
}

/*add 230228*/
.contents h2#g3-1500 {
	background: #1ba135;
	color: #fff;
}
.contents h2#g3-1500 > span {
	color: #fff000;
}
.green-line{
	height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 4px solid #1ba135;
	margin-left: 2px;
	margin-top: -4px;
}

h3.g3-1500{
	padding: 10px 10px 8px;
	border: 3px solid #1ba135;
	background-color: #fff;
	box-sizing: border-box;
	color: #1ba135;
	width: 50%;
	display: inline-block;
}
.new{
	position: relative;
}
.new img{
	width: 78px;
    position: absolute;
    top: -53px;
	left: 10px;
}





