@charset "utf-8";

/* index
---------------------------------------- */
#content .main_image{
	text-align: center;
	margin: 15px 0 55px 0;
}
#content .main_image img{
	width:100%;
	max-width: 772px;
}
#content section{
	margin-bottom: 45px;
}
#content section#selfeel{
	padding-top:160px;
	margin-top:-160px;
}
#content section .head{
	width:100%;
	border-bottom: 1px dotted #333;
	padding-bottom: 0;
	margin-bottom: 15px;
}
#content section .head p.role{
	display: block;
	float: left;
	width: 140px;
	height:25px;
	line-height:26px;
	text-align: center;
	font-size:13px;
	color:#007770;
	border:1px solid #007770;
	display: none;
}
#content section .head h3.product{
	display: block;
	float: left;
	font-size:18px;
	color:#007770;
	font-weight: bolder;
	padding:0 0 8px 0;
}
#content section .head span.en{
	display: block;
	float: right;
	text-align: right;
	font-size:14px;
	font-family: Myriad Pro, Myriad, Arial ,sans-serif;
	font-style: italic;
	color:#999;
	padding:0 0 0 0 ;
	letter-spacing: 0.1em;
	line-height:30px;
}
#content section p.intro{
	display: block;
	float: left;
	width:calc(100% - 180px);
	padding-top:2px;
}
#content section a.btn_more{
	display: block;
	float: right;
	margin-right: 0;
}

@media screen and (max-width:800px) {
	#main{
		padding-top:60px; 
	}
	#content .main_image{
		text-align: center;
		margin: 15px 0 25px 0;
	}
	#content section{
		margin-bottom: 30px;
	}
	#content section .head{
		margin-bottom: 5px;
	}
	#content section p.intro{
		width:calc(100% - 0px);
		padding-top:2px;
		margin-bottom: 10px;
	}
	#content section .head span.en{
		font-size:11px;
		letter-spacing: 0.1em;
		font-weight: normal;
	}

}
@media screen and (max-width:558px) {
		#side ul li:nth-child(8) a{
		padding: 0!important;
	}
		#side ul li:nth-child(8){
		padding: 0!important;
	}
}
/* product
---------------------------------------- */
#product h2.title{
	color:#007770;
}
#product h2.title span.role{
	display: block;
	float: right;
	width: 140px;
	height:25px;
	line-height:25px;
	text-align: center;
	font-size:13px;
	font-weight: normal;
	color:#007770;
	border:1px solid #007770;
}
#product .image{
	text-align: center;
	margin: 0 0 50px 0;
	width: 100%;
}
#product .image img{
	width: 100%;
	max-width: 775px;
}
#product h3.copy{
	font-size:20px;
	margin: 0 0 30px 0;
}
#product p.product{
	line-height: 180%;
	width:100%;
	max-width: 660px;
	text-align: justify;
	margin: 0 0 30px 0;
}
#product p.product span.note{
	font-size:12px;
	margin: 10px 0 0 0;
}
#product a.contact{
	float: right;
	margin: 0 0 30px 0;
}
#product p.supplement{
	border: 1px dotted #007770;
	margin-bottom:30px;
	padding: 10px;
}
#product p.supplement a{
	cursor: pointer;
}
p.product span{
	font-size: 13px;
}
#product p.supplement {
	font-size: 13px;
    max-width:515px;
    border: 1px dotted #007770;
    margin-bottom: 30px;
    padding: 15px 10px 15px 20px;
}


@media screen and (max-width:640px) {
	#product .image{
		margin: 0 0 20px 0;
	}
	
}

/* jisseki
---------------------------------------- */
#main h3.title{
	display: block;
}
#main h3.title p.note{
	display: block;
	float: right;
	font-size:14px;
	padding-top: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}
#jisseki{
	padding-bottom:50px;
}
#jisseki p.lead{
	margin-top: -63px;
	margin-bottom: 15px;
}
#jisseki #form_area{
	margin-bottom: 40px;
}
#jisseki #form1{
	box-sizing: border-box;
	width:100%;
	background: #EEE;
	background: #EBF5E6;
	padding:22px 20px 15px 22px;
	border-radius: 4px;
	box-shadow: 1px 2px 2px 0px rgba(102,102,102,0.3);
	text-align: center;
	font-size:14px;
}
#jisseki #form1 dl{
	padding-bottom: 15px;
}
#jisseki #form1 dl:last-of-type{
	margin-bottom: 10px;
	border-bottom: 1px dotted #999;
}
#jisseki #form1 dl dt{
	box-sizing: border-box;
	display: block;
	float: left;
	width:100px;
	font-weight: bolder;
	padding-top:7px;
	padding-left:0;
}
#jisseki #form1 dl dt:last-of-type{
	width:80px;
	margin-left: 30px;
}
#jisseki #form1 dl dd{
	display: block;
	float: left;
	width:230px;
	font-weight: bolder;
	padding-top:0;
	padding-left:0;
}
#jisseki #form1 input{
	margin-right: 0;
}
#jisseki #form1 select{
	margin-right: 0;
}
#jisseki #form1 input:focus{
	background:#FFF;
}
#jisseki #form1 input[type='submit']{
	margin: 10px 0 10px 0;
}
#jisseki #search{
	margin-top:-160px;
	padding-top:160px;
	margin-bottom: 15px;
}
#jisseki section{
	margin-bottom: 40px;
}
#jisseki section div.property{
	border-top:1px solid #017770;
	border-top:1px solid #CCC;
	background-color: #EBF5E6;
	background-color: #EEE;
	padding:10px 15px 10px 15px;
	margin-bottom: 22px;
}
#jisseki section div.property h2{
	display:block;
	float: left;
	box-sizing: border-box;
	width:70%;
	font-size:18px;
	font-weight: normal;
	padding:2px 0;
}
#jisseki section div.property h2.new{
	background-image: url(../../jisseki/img/icon_new.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:54px;
}
#jisseki section div.property p{
	display: block;
	float: right;
	width:30%;
	font-size:14px;
	text-align: right;
	padding-top: 3px;
}
#jisseki section div.pic{
	display: block;
	float: left;
	width:240px;
}
#jisseki section div.pic .mainImage{
	margin-bottom: 15px;
	width: 100%;
}
#jisseki section div.pic div.thumbnails .tn{
	box-sizing: border-box;
	display: block;
	float: left;
	width: 74px;
	height: 56px;
	margin-right: 9px;
	margin-bottom: 9px;
	cursor: pointer;
	border: 1px solid #DDD;
    position: relative;
}
#jisseki section div.pic div.thumbnails .tn img{
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#jisseki section div.pic div.thumbnails div:nth-child(3n){
	margin-right:0;
}
#jisseki section div.detail{
	display: block;
	float: right;
	width:calc(100% - 268px);
}
#jisseki section p.comment{
	text-align: justify;
	font-size:14px;
}
#jisseki section dl.client{
	border-top:1px dotted #999;
	padding-top:8px;
	margin-top:8px;
	font-size:14px;
}
#jisseki section dl.client dt{
	display: inline-block;
	width: auto;
	padding-right:15px;
}
#jisseki section dl.client dd{
	display: inline-block;
}
#jisseki section dl.client dd a{
	text-decoration: underline;
}
#jisseki section table.company{
	display: table;
	width:100%;
	margin-top: 15px;
}
#jisseki section table.company tbody{
	width:100%!important;
}
#jisseki section table.company th{
	display: table-cell;
	box-sizing: border-box;
	width: 24px;
	padding:0 4px 0 4px;
	text-align: center;
	vertical-align:middle;
	background-color: #017770;
	color:#FFF;
	line-height: 120%;
	font-size:12px;
	font-weight: normal;
	border-radius: 4px 0 0 4px;
}
#jisseki section table.company td{
	display: table-cell;
	box-sizing: border-box;
	width: calc(100% - 26px);
	background-color: #EEE;
	background-color: #EBF5E6;
	border-radius: 0 4px 4px 0;
}
#jisseki section table.company h3{
	box-sizing: border-box;
	width:100%;
	padding:8px 8px 4px 13px;
	border-bottom: 1px solid #FFF;
	font-weight: normal;
	font-size:14px;
}
#jisseki section table.company p{
	padding:8px 8px 7px 13px;
	font-size:14px;
	line-height: 140%;
}
#jisseki section table.company p a{
	text-decoration: underline;
}
#jisseki a.btn_more{
	float: right;
}

@media screen and (max-width:1050px) {
	#jisseki #form1 dl dd{
		width:130px;
	}
	select {
		width:130px;
		margin-right: 10px;
	}
	input[type='text'], input[type='password'] {
		width:130px;
		margin-right: 10px;
	}
}

@media screen and (max-width:600px) {
	#jisseki {
		width: calc(100% - 0px);
		padding-bottom: 0px;
	}
	#jisseki p.lead {
		width: calc(100% - 30px);
		margin-left:auto;
		margin-right:auto;
	}
	#jisseki #form_area {
		width: calc(100% - 30px);
		margin-left:auto;
		margin-right:auto;
		margin-bottom: 25px;
	}
	#jisseki #form1{
		padding:10px 15px 5px 15px;
		border-radius: 2px;
		font-size:13px;
	}
	#jisseki #form1 dl{
		padding: 0;
		margin: 0!important;
	}
	#jisseki #form1 dl dt{
		clear: both;
		width:100px!important;
		margin-left: 0!important;
		margin-bottom: 10px;
	}
	#jisseki #form1 dl dd{
		width:calc(100% - 100px);
		margin-bottom: 10px;
	}
	select {
		width:100%;
		margin-right:0;
		margin-bottom: 10px;
	}
	input[type='text'], input[type='password'] {
		width:100%;
		margin-right:0;
	}
	#jisseki #search{
		margin-top:-85px;
		padding-top:85px;
		width: calc(100% - 30px);
		margin-left:auto;
		margin-right:auto;
	}
	#jisseki section{
		margin: 0 -15px 35px -15px;
	}
	#jisseki section div.property{
		padding:8px 10px 6px 10px;
		margin-bottom: 15px;
	}
	#jisseki section div.property h2{
		float: none;
		box-sizing: border-box;
		width:100%;
		font-size:16px;
		padding-top: 0;
	}
	#jisseki section div.property h2.new{
		background-image: url(../../jisseki/img/icon_new.png);
		background-repeat: no-repeat;
		background-position: left top 2px;
		background-size: 36px auto;
		padding-left:41px;
	}
	#jisseki section div.property p{
		float: none;
		width:100%;
		font-size:13px;
		text-align: left;
		padding-top: 0px;
	}
	#jisseki section div.pic{
		display: block;
		float: none;
		width:240px;
		margin: 0 auto;
	}
	#jisseki section div.pic .mainImage{
		margin-bottom: 15px;
		width: 100%;
	}
	#jisseki section div.pic div.thumbnails img{
		display: block;
		float: left;
		width: 74px;
		margin-right: 9px;
		margin-bottom: 9px;
		cursor: pointer;
	}
	#jisseki section div.pic div.thumbnails img:nth-child(3n){
		margin-right:0;
	}
	#jisseki section div.detail{
		display: block;
		clear: both;
		float: none;
		width:calc(100%);
		margin: 0 auto;
		line-height: 130%;
		width: calc(100% - 30px);
	}
	#jisseki section p.comment{
		text-align: justify;
		font-size:14px;
	}
	#jisseki section dl.client{
		border-top:1px dotted #999;
		padding-top:8px;
		margin-top:8px;
		font-size:14px;
	}
	#jisseki section dl.client dt{
		display: inline-block;
		width: auto;
		padding-right:15px;
	}
	#jisseki section dl.client dd{
		display: inline-block;
	}
	#jisseki section dl.client dd a{
		text-decoration: underline;
	}
	#jisseki section table.company{
		display: table;
		width:100%;
		margin-top: 15px;
	}
	#jisseki section table.company tbody{
		width:100%!important;
	}
	#jisseki section table.company th{
		display: table-cell;
		box-sizing: border-box;
		width: 26px;
		padding:0 4px 0 4px;
		text-align: center;
		vertical-align:middle;
		background-color: #017770;
		color:#FFF;
		line-height: 130%;
		font-size:13px;
		font-weight: normal;
		border-radius: 4px 0 0 4px;
	}
	#jisseki section table.company td{
		display: table-cell;
		box-sizing: border-box;
		width: calc(100% - 26px);
		background-color: #EBF5E6;
		border-radius: 0 4px 4px 0;
	}
	#jisseki section table.company h3{
		padding:6px 6px 6px 10px;
		font-size:14px;
	}
	#jisseki section table.company p{
		padding:8px 6px 7px 10px;
		font-size:13px;
		line-height: 140%;
	}
	#jisseki section table.company p a{
		text-decoration: underline;
	}
}


/* form_area Dr.AiR UV-C
---------------------------------------- */
/*
#main{
	padding-top:70px; 
}
*/
#main h2.title{
	margin-top: -60px;
    color: #007770;
}
#content dd.inquiry_area{
	height: 23px;
    display: flex;
    justify-content:flex-start;
    align-items: center;
	padding-top: 0!important;
}
#content dd.inquiry_area:first-of-type{
	margin-top: 5px;
}
#content dd.inquiry_area input {
    border-radius: 50%;
    margin-bottom: 4px;
    -webkit-appearance: checkbox;
    appearance: checkbox;
    width: 16px !important;
    margin-right: 4px;
}
#content dd.industry_area{
	height: 23px;
    display: flex;
    justify-content:flex-start;
    align-items: center;
	padding-top: 0!important;
} 
#content dd.industry_area:first-of-type{
	margin-top: 5px;
}
#content dd.industry_area:last-of-type{
	margin-bottom:10px;
}
#content dd.industry_area input {
    border-radius: 50%;
    margin-bottom: 4px;
    -webkit-appearance: checkbox;
    appearance: checkbox;
    width: 16px ;
    margin-right: 4px;
}
dd.industry_area>input.other_input{
	border-radius: 2px!important;
	width: 200px!important;
	margin-left: 10px!important;
}
/* form_area
---------------------------------------- */
#content .form_area{
	text-align:center;
	margin:0 auto 40px auto;
}
#content dl{
	width:calc(100% - 0px);
	max-width:655px;
	min-width:200px;
	margin:0 0 5px 0;
}
#content dt{
	clear:both;
	display:block;
	width:100%;
	padding-top:10px;
	font-weight: bolder;
}
#content dd{
	clear:both;
	display:block;
	width:100%;
	padding-top:5px;
}
#content input{
	box-sizing: border-box;
	width:calc(100%);
	height: inherit;
	padding:12px 12px 12px 15px;
	margin:0 0 5px 0;
	background:#FFF;
	font-size:15px;
	/* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset; */
    transition: all 0.2s linear;
    background-color: #F8F8F8;
	border-radius:2px;
	border: solid 1px #CCC;
	-webkit-appearance: none;
	cursor: pointer;
}
#content input:focus{
	background:#EBF5E6;
	background:#FFF;
}
#content textarea{
	box-sizing: border-box;
	width:100%;
	height:160px;
	padding:12px 12px 12px 15px;
	margin:0 0 10px 0;
	background:#FFF;
	font-size:15px;
	/* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset; */
    transition: all 0.2s linear;
    background-color: #F8F8F8;
	border-radius:2px;
    border: solid 1px #CCC;
	cursor: pointer;
}
#content textarea:focus{
	background:#EBF5E6;
	background:#FFF;
}
#content input.submit{
	display:block;
	margin:40px auto 0 auto;
	cursor:pointer;
	background-color:#017770;
	max-width: 200px;
	border:none;
	border-radius: 3px;
}
@media screen and (max-width:640px){
	#content .form_area{
		padding:0px 0 5px 0;
		margin:0 0 20px 0;
	}
	#content dl{
		margin:0;
		width:100%;
	}
	#content dt{
		padding-top:5px;
	}
	#content dd{
		padding-top:2px;
	}
	#content input.submit{
		margin:20px auto 0 auto;
	}
}




























