<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS-Document */
html {
font-size: 100%;
line-height: 1.2;
}
@media (max-width:580px){
html {
font-size: 87.5%;
line-height: 1.1;
}
}

body {
color:#282828;
}

#container{
width: auto;
max-width: 768px;
margin-left: auto;
margin-right: auto;
}

#header_top .d-table-cell-sm{
display: table-cell;
}
@media (max-width:580px){
#header_top .d-table-cell-sm{
display: block;
}
}
#header_top p{
font-size: 14px;
}
@media (max-width:768px){
#header_top p{
font-size: 10px;
}
}

#breadcrumb .breadcrumb{
background-color: #FFF;
padding: .5rem 0;
margin-bottom: 1.6rem;
font-size: .8rem;
}

.header-catch p{
font-size: 14px;
line-height: 1.2;
}

.container .inquery-header-h1{
	background-color: #69a17d;
	padding: 1rem;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
}

article .h2{
color: #dc3545;
font-size: 1.2rem;
font-weight: bold;
}

.list-bullet,
.list-bullet01,
.list-notice{
padding-left: 0;
}

.list-bullet &gt; li,
.list-bullet01 &gt; li,
.list-notice &gt; li{
list-style-type: none;
padding-left: 0;
text-indent: 0;
}
.list-bullet li::first-line,
.list-notice li::first-line,
.list-bullet dd,
.list-notice dd{
text-indent: 0rem;
}
li.list-bullet01::before,
.list-bullet01 &gt; li::before,
dt.list-bullet01::before,
.list-bullet01 &gt; dt::before{
display: inline;
content: '■';
}
li.list-notice01::before,
.list-notice01 &gt; li::before,
li.list-notice::before,
.list-notice &gt; li::before{
display: inline;
content: '※';
}



.list-inline{
list-style: none;
padding-left: 0;
}
.list-inline li{
display: inline-block;
}

#container form .table th,
#dial,
.notice {
background-color: #f2efea;
}
#container form .table.table-additional-forms th {
background-color: #a3907e;
color: white;
}


.form-control,
.input-group-text,
.custom-select{
border-radius: 0;
}

.input-group-text{
border: none;
background-color: #fff;
}

.btn{
border-radius: 0.3rem;
border: 1px solid;
}

.btn.confirm{
padding-left: 2rem;
padding-right: 2rem;
}

#dial{
color: #222;
font-size: 1.2rem;
border: none;
border-radius: 0;
margin: 2rem 0;
}

.align-middle {
	width: 150px;
}

.box1{
	border: 1px solid #dee2e6;
	padding: 1rem 0.5rem;
	margin: 3rem 0;
}

.box1 h3 {
    height: 4rem;
    text-align: center;
    margin: 0 auto 1.2em;
    padding: 0;
    width: 100%;
}
.box1 h3 span {
	font-size: 0.8em;
}
.box1 p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

#pagetop{
background-color: #c0ac95;
text-align: center;
border-radius: 5px;
position: fixed;
bottom: 12px;
right: 12px;
padding: 6px;
}
#pagetop a{
color: white;
font-size: 12px;
text-decoration: none;
font-weight: bold;
}
#pagetop .fa{
display: block;
font-size: 24px;
}

#r-policy {
font-size: 0.8rem;
padding: 0.8rem;
border-top: 2px solid #222;
border-bottom: 2px solid #222;
margin-bottom: 1em;
}
#r-policy ul{
margin-bottom: 0;
}

#copy_right{
	background: #008A64;
	text-align: center;
	color: #fff;
	line-height:1.4;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0;
}

.mark {
    padding: 3% 5%;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-size: 0.8em;
    margin-bottom: 2em;
}

.mark p:first-child{
	text-align: center;
}

.bg-beige{
background-color: #efebe3;
}
.infobox{
border: 3px solid #c5baa3;
padding: 1rem;
margin-bottom: 1rem;
}
#form .table td .form-group:not(:last-of-type){
border-bottom : 1px solid #dee2e6;
padding-bottom: 1rem;
margin-bottom: 1rem;
}
#form .table td :last-child{
margin-bottom: 0;
}

.list-error{
margin-bottom: 0;
}

#form .form-control::placeholder{
color: #AAA;
opacity: .85;
}

/* 給湯器お問合せフォーム内の給湯器画像はPCとSPで出し分ける */
@media only screen and (min-width: 768px) {
	.kyutou-image-pc {
		display: block;
	}
	.kyutou-image-sp {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.kyutou-image-pc {
		display: none;
	}
	.kyutou-image-sp {
		display: block;
	}
}

.optional {
    color: #ff0000;
}</pre></body></html>