body.company header {
  background: #00A39B;
}

/** smartphone **/
@media screen and (max-width: 767px) {
	h3 span{
		color: #666;
		margin-left:0;
		font-size: 75%;
		display: block;
	}
	p.text{
		margin: 10px;
	}
	.contact_list{
		background: #fff;
	}
	.contact_list dl{
		display: flex;
		flex-direction: column;
		padding: 0;
		border-bottom: 1px solid #ccc;
		margin: 0;
	}
	.contact_list dl dt{
		background: #fafafa;
		padding: 10px 10px 10px 1.4em;
		position: relative;
		flex-basis: 100%;
		text-indent: 1.5em;
	}
	.contact_list dl dt:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #5cc88d;
    content: "\f152";
    left: 0;
}
	.contact_list dl dd{
				flex-basis: 100%;
padding: 10px;
	}
	.contact_list input[type='text']{
		width: 100%;
	}
	.contact_list textarea{
		width: 100%;
	}
	span.required{
		position: absolute;
		background: #f00;
		color: #fff;
		border-radius: 4px;
		right: 5px;
		text-align: center;
		padding: 0 0.5em;
		margin: 0;
		text-indent: 0;
	}
	.btnset {
		display: block;
		text-align: center;
		padding: 5px;
	}
	.btnset form{
		display:inline-block;
	}
	.btnset button	,.btnset form button{
		background: #00A39B;
		background: -moz-linear-gradient(top, #00b28e 0%, #00a39b 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #00b28e 0%,#00a39b 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #00b28e 0%,#00a39b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b28e', endColorstr='#00a39b',GradientType=0 );		border-radius: 4px;
		padding: 4px 8px;
		display: inline-block;
		color: #fff;
		text-align: center;
		font-size: 120%;
		border: 1px solid #00A39B;
	}
	.btnset button i{
		padding: 4px;
	}


}

/** Tablet **/
@media screen and (min-width: 768px) and (max-width: 1079px) {
	h3 span{
		color: #666;
		margin-left: 1em;
		font-size: 90%;
	}
	p.text{
		margin: 10px;
	}
	.contact_list{
		background: #fff;
	}
	.contact_list dl{
		display: flex;
		padding: 0;
		border-bottom: 1px solid #ccc;
		margin: 0;
	}
	.contact_list dl dt{
		background: #fafafa;
		padding: 10px 10px 10px 1.4em;
		position: relative;
		flex-basis: 25%;
		text-indent: 1.5em;
	}
	.contact_list dl dt:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #5cc88d;
    content: "\f152";
    left: 0;
}
	.contact_list dl dd{
		flex-basis: 200px;padding: 10px;
	}
	.contact_list input[type='text'],.contact_list textarea{
		width: 360px;
	}
	span.required{
		position: absolute;
		background: #f00;
		color: #fff;
		border-radius: 4px;
		right: 5px;
		text-align: center;
		padding: 0 0.5em;
		margin: 0;
		text-indent: 0;
	}
	.btnset {
		display: block;
		text-align: center;
		padding: 5px;
	}
	.btnset form{
		display:inline-block;
	}
	.btnset button	,.btnset form button{
		background: #00A39B;
		background: -moz-linear-gradient(top, #00b28e 0%, #00a39b 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #00b28e 0%,#00a39b 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #00b28e 0%,#00a39b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b28e', endColorstr='#00a39b',GradientType=0 );		border-radius: 4px;
		padding: 4px 8px;
		display: inline-block;
		color: #fff;
		text-align: center;
		font-size: 120%;
		border: 1px solid #00A39B;
	}
	.btnset button i{
		padding: 4px;
	}

}

/** PC ***/
@media screen and (min-width: 1080px)  {


	h3 span{
		color: #666;
		margin-left: 1em;
		font-size: 90%;
	}
	p.text{
		margin: 10px;
	}
	.contact_list{
		background: #fff;
	}
	.contact_list dl{
		display: flex;
		padding: 0;
		border-bottom: 1px solid #ccc;
		margin: 0;
	}
	.contact_list dl dt{
		background: #fafafa;
		padding: 10px 10px 10px 1.4em;
		position: relative;
		flex-basis: 25%;
		text-indent: 1.5em;
	}
	.contact_list dl dt:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #5cc88d;
    content: "\f152";
    left: 0;
}
	.contact_list dl dd{
		flex-basis: 200px;padding: 10px;
	}
	.contact_list input[type='text']{
		width: 360px;
	}
	span.required{
		position: absolute;
		background: #f00;
		color: #fff;
		border-radius: 4px;
		right: 5px;
		text-align: center;
		padding: 0 0.5em;
		margin: 0;
		text-indent: 0;
	}
	.btnset {
		display: block;
		text-align: center;
		padding: 5px;
	}
	.btnset form{
		display:inline-block;
	}
	.btnset button	,.btnset form button{
		background: #00A39B;
		background: -moz-linear-gradient(top, #00b28e 0%, #00a39b 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #00b28e 0%,#00a39b 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #00b28e 0%,#00a39b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b28e', endColorstr='#00a39b',GradientType=0 );		border-radius: 4px;
		padding: 4px 8px;
		display: inline-block;
		color: #fff;
		text-align: center;
		font-size: 120%;
		border: 1px solid #00A39B;
	}
	.btnset button i{
		padding: 4px;
	}
}