@charset "utf-8";
/* CSS Document */

.indent2{
	padding-left:0px;
}

.t_indent1 {
  text-indent: 1em;
}

.t_indent2 {
  padding-left: 1em;
  text-indent: -1em;
}

/* greeting 
------------------------------------------------------------*/
.greeting>.wrap01 {
	width: 75%;
	padding-right: 5%;
	box-sizing: border-box;
}
.greeting>.wrap02 {
	width: 25%;
	float: right;
}
.greeting>.wrap02 img {
	width: 100%;
	max-width: 180px;
}
.greeting>.wrap01>p {
	text-indent: 15px;
	line-height: 1.7;
}
/* outline
------------------------------------------------------------*/
.outline>.wrap01>dl.table {
	display: table;
	width: 100%;
	line-height: 30px;
	border-top: 1px solid #a3a3a3;
}
.outline>.wrap01>dl.table:last-child {
	border-bottom: 1px solid #a3a3a3;
}
.outline>.wrap01>dl.table>dt {
	display: table-cell;
	background: #e8e8e8;
	width: 25%;
	text-align: left;
	vertical-align: middle;
	padding-left: 30px;
}
.outline>.wrap01>dl.table>dd {
	width: 75%;
	padding: 10px 0 10px 15px;
}
.outline>.wrap01>dl.table dl.inner {
	overflow: hidden;
}
.outline>.wrap01>dl.table dl.inner>dt {
	float: left;
}
.outline>.wrap01>dl.table dl.inner>dd {
	padding-left: 100px;
}
.outline>.wrap02>p {
	width: 630px;
	margin: 0 auto;
}
.outline>.wrap02>p>img {
	width: 100%;
	max-width: 630px;
}
/* history
--------------------------------------------------------------------*/
.history>.wrap01>dl.table {
	display: table;
	width: 100%;
	line-height: 30px;
}
.history>.wrap01>dl.table:last-child {
	border-bottom: 1px solid #a3a3a3;
}
.history>.wrap01>dl.table dt {
	display: table-cell;
	background: #e8e8e8;
	width: 25%;
	text-align: right;
	padding-right: 30px;
}
.history>.wrap01>dl.table dd {
	width: 75%;
	padding: 10px 0 10px 15px;
}
.bt {
	border-top: 1px solid #a3a3a3;
}
/* isms
------------------------------------------------------------*/
.isms>.wrap01>ol {
	margin-bottom: 30px;
}
/* tech
------------------------------------------------------------------------------*/
.wrap01 {
	overflow: hidden;
}
.wrap01a {
	width: 60%;
	padding-right: 30px;
	box-sizing: border-box;
	float: left;
}
.wrap01b {
	width: 40%;
	float: left;
}
.wrap01b>dl>dt {
	width: 100%;
}
.wrap01b>dl>dt>img {
	width: 100%;
	max-width: 630px;
}
.wrap02 {
	overflow: hidden;
}
.wrap02a {
	width: 60%;
	padding-right: 30px;
	box-sizing: border-box;
	float: left;
}
.wrap02b {
	width: 40%;
	float: left;
}
.wrap02b>img {
	width: 100%;
	max-width: 630px;
}
.tech>.wrap02>p>a {
	font-size: 18px;
	text-decoration: underline;
}
.tech dt a {
	display: inline;
	text-decoration: underline;
	line-height: 24px;
}
.tech dd {
	padding-left: 15px;
	margin-bottom: 15px;
}
/* eco
----------------------------------------------------------------------------*/
.eco dl.image dt {
	width: 80%;
	margin: 15px auto;
	text-align:center;
}
.eco dl.image dt>img {
	width: 100%;
	max-width: 350px;
}
.eco dl.image dd {
	text-align: center;
}
.eco .wrapper {
	width: 100%;
	overflow: hidden;
}
.eco .wrapper>p.text {
	width: 50%;
	float: left;
}
.eco .wrapper>p.image {
	width: 50%;
	float: left;
}
.eco .wrapper>p.image>img {
	width: 95%;
	max-width: 630px;
	margin-left:10px;
}
/* group
------------------------------------------------------- */
.group .wrap01 h4 {
	width: 360px;
	position: relative;
}
.group .wrap01 h4:after {
	display: block;
	content: url(/include/common/images/arrow_green.png);
	position: absolute;
	top: 4px;
	right: 15px;
}
.group .wrap02>dl {
	border-top: 1px solid #a3a3a3;
	display: table;
	width: 100%;
	line-height: 30px;
}
.group .wrap02>dl>dt {
	display: table-cell;
	background: #e8e8e8;
	width: 25%;
	text-align: left;
	padding-left: 30px;
}
.group .wrap02>dl>dd {
	width: 75%;
	padding: 10px 0 10px 15px;
}
.group .wrap02 dl.inner {
	overflow: hidden;
}
.group .wrap02 dl.inner>dt {
	float: left;
	width: 100px;
}
.group .wrap02 dl.inner>dd {
	padding-left: 115px;
}
.group .wrap02>dl:last-child {
	border-bottom: 1px solid #a3a3a3;
}
/* privacy
----------------------------------------------------------*/
.group .inner {
	margin: 15px 0;
}
.group li {
	margin: 5px 0
}
/* guidance 
------------------------------------------------------------*/
.guidance .emergency {
	margin-bottom: 30px;
}
.guidance .emergency .emergency_ttl {
	background-color: #dc5a55;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 5px 0 0;
}
.guidance .emergency .inner {
	border: solid 6px #dc5a55;
	padding: 5% 2% 5% 5%;
	box-sizing: border-box;	
}
.guidance .emergency .inner h4 {
	font-size: 20px;
}
.guidance .emergency .inner h4 span {
	color: #dc5a55;
	margin-right: 5px;
}
.guidance .emergency dl {
	margin: 10px 0 20px;
}
.guidance .emergency dl:last-child {
	margin-bottom: 0;
}
.guidance .emergency dl dt {
	display: inline-block;
	width: 350px;
	font-size: 30px;
	color: #dc5a55;
	font-weight: bold;
	vertical-align: top;
}
.guidance .emergency dl dt a{
	color: #dc5a55;
}
.guidance .emergency dl dd {
	display: inline-block;
	width: 270px;
	vertical-align: top;
}
.guidance .emergency dl dd.oneline {
	margin-top: 15px;
}
.guidance h3.form {
	background-image: url(../images/guidance_1.png);
	background-repeat: no-repeat;
	background-size: 30px 16px;
	background-position: left center;
	padding-left: 40px;
}
.guidance span.tel {
	font-size: 20px;
	margin-left: 10px;
}

.guidance .address_l{
	float:left;
	width:55%;
	padding-bottom:15px;
	font-size: 14px;
}

.guidance .map_img{
	float:right;
	width:35%;
	padding-bottom:15px;
}

.guidance .map_img img{
	width:100%;
}
.guidance .map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 20px;
	clear:both;
}
.guidance .map iframe, .guidance .map object, .guidance .map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.guidance .mail dl{  
    width: 98%;
    margin: 0 auto 30px auto;
    border: 1px solid #c8c8c8;
    border-bottom: none;
}

.guidance .mail dt {  
    font-weight: bold;
	border-right:1px solid #c8c8c8;
	}
    
    .guidance .mail dt {
        clear: both;
        float: left;
        width: 110px; 
        border-top: 1px solid #FFFFFF;
		padding: 10px;
    }
    
    .guidance .mail dd {
        border-top: 1px solid #FFFFFF;
        border-bottom: 1px solid #c8c8c8;
        border-left: 1px solid #FFFFFF;
		padding: 9px 10px 9px 140px;
    }
	
	.guidance .mail dt.iken {
		height:126px;
    }
	
	.guidance .mail dd.iken {
		height:128px;
    }
	
	.guidance .mail p.check{
		margin-top:8px;
}


input[name="input_name"]{
  border: 1px solid #c8c8c8;
  width:99%;
}

input[name="input_mail"]{
  border: 1px solid #c8c8c8;
  width:99%;
}

input[name="input_address"]{
  border: 1px solid #c8c8c8;
  width:99%;
}

input[name="input_tel1"]{
  border: 1px solid #c8c8c8;
  width:5em;
}

input[name="input_tel2"]{
  border: 1px solid #c8c8c8;
  width:5em;
}

input[name="input_tel3"]{
  border: 1px solid #c8c8c8;
  width:5em;
}

input[name="input_post1"]{
  border: 1px solid #c8c8c8;
  width:5em;
}

input[name="input_post2"]{
  border: 1px solid #c8c8c8;
  width:5em;
}

input[name="input_price_num1"]{
  border: 1px solid #c8c8c8;
  width:5em;
}

input[name="input_price_num2"]{
  border: 1px solid #c8c8c8;
  width:5em;
}

input[name="input_price_num3"]{
  border: 1px solid #c8c8c8;
  width:5em;
}


input[type="checkbox"]{
  position: relative;
  top: 2px;
}

textarea{
   border: 1px solid #c8c8c8;
  width:99%;
  height:120px;
  resize: none;
}

a.kojin{
	display:inline;
}

.hissu{
	color:#dc5a55;
}

.nini{
	color:#91be1e;
}

.check_box{
	margin-left:20px;
}

.leftWrapper button{
	margin:0 auto;
}



button[name="btn_confirm"],button[name="btn_success"]{
	text-align: center;
	letter-spacing:0.5em;
    float: left;
    width: 250px;
    height: 45px;
    margin-left: 35%;
    margin-bottom: 10px;
    border: solid #C9C9CA 1px;
    border-radius: 4px;
    background:url("../images/wright.png"),#91BE1E;
	background-repeat:no-repeat , repeat;
	background-position:top 18px right 20px, left;
    box-sizing: border-box;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
font-size: 15px;
line-height: 45px;
font-weight: 700;
color: #ffffff;
}



button[name="btn_input"] {
	text-align: center;
	letter-spacing:0.5em;
    float: left;
    width: 250px;
    height: 45px;
    margin-left: 35%;
    margin-bottom: 10px;
    border: solid #C9C9CA 1px;
    border-radius: 4px;
   background:url("../images/gleft.png"),linear-gradient(#FFF, #FFF, #EEEFEF);
	background-repeat:no-repeat , repeat;
	background-position:top 18px left 20px, left;
    box-sizing: border-box;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
font-size: 15px;
line-height: 45px;
font-weight: 700;
color: #333333;
}


/* 2021/12/13 SDGsページ 追記 */
.flex { 
	display: flex;
	flex-wrap: wrap;
}

.jsct { justify-content: center;}

.wrap01 > div > img { max-width: 100%;}

.sg_icon > div > img { max-width: 100%;}

.top_txt { margin-top: 10px;}

.sg_icon { margin-bottom: 30px;}

.sg_icon > div {
	width: calc((60% - 30px) /3);
	margin: 0 5px;
}

.indent_align {
	padding-left: 1em;
	text-indent: -1em;
}

/* 2021/12/17 SDGsページ 追記 */

.sdgs_sp { display: none;}

.sdgs {font-size: 15px;}

.att_image {margin-top: 15px;}

.att_image > div {
	width: calc(50% - 20px);
	margin: 0 10px;
}

.att_image > div > img {
	max-width: 100%;
	max-height: 230px;
}

.att_image > div > p {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.6;
}

.poly_tube { 
	box-sizing: border-box;
	padding-right: 10%;
}

.exp_text > li {
	padding-left: 1em;
	text-indent: -1em;
}

.txt_pd {padding-left: 1em;}