.main_img{padding:20px 25px;}
.sub_inner{max-width:1120px;padding:0 20px;}
.title{font-size:2.5rem; color: #fff;}

.item{line-height:1.7}
.item p{margin-bottom:20px;}
.item img{max-width:100%;height:auto;}
.box strong{display:block;font-size:1.6rem;margin-top:10px;text-align:center;}
.txt { margin-bottom: 30px;}

/*company */

ul.cp_list {
	padding: 0.5em;
    list-style-type: none;
    margin-bottom: 25px;
}
ul.cp_list li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
	border-bottom: 1px solid #005931;
}

ul.cp_list li:after,
ul.cp_list li:before{
	content:'';
	position: absolute;
	border-radius: 50%;
}

ul.cp_list li:after {
	top: 37%;
	left: 0.7em;
	width: 12px;
	height: 12px;
	background:#BBC7A4;
}


ul.product_list li:nth-child(2n){
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
	border-bottom: 1px dashed #005931 !important;
}


ul.product_list li:nth-child(2n):before {
	top: 50%;
	left: 0.2em;
	width: 17px;
	height: 17px;
	background:none !important;
	transform: translateY(-50%);
}
ul.product_list li:nth-child(2n):after {
	top: 1.1em;
	left: 0.7em;
	width: 14px;
    height: 14px;
    background:none !important;
}


/* お問い合わせ
---------------*/
.infomsg {
    background: #f1f1f1;
    max-width: 600px;
    margin: 20px auto 0px;
    padding: 10px;
    font-size: 17px;
    letter-spacing: 0.4rem;
    color:#000;
    text-align: center;
}
.infomsg p { margin-bottom: 14px;}

table.form{
    border-spacing: 0.8rem;
    width: 100%;
  }

table.form th {width: 200px;background: #f1f1f1;}
table.form td {background: #dfdfdf;}
table.form th, table.form td{text-align: left; padding: 20px; }
input[type="text"] { 
    border:0;
    padding:10px;
    font-size:1.3em;
    font-family:Arial, sans-serif;
    color:#000;
    border:solid 1px #ccc;
    margin:0 0 0;
    width:300px;
    -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

textarea {
    border:0;
    padding:10px;
    font-size:1.3em;
    font-family:Arial, sans-serif;
    color:#000;
    border:solid 1px #ccc;
    margin:0 0 0;
    width:90%;
    height: 230px;
    -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}