body {
	margin:0;
	padding:0;
}
.acchat_balloon {
    position: relative;
    margin-top: 10px;
    max-width: 300px;
    padding: 12px 20px;
    word-break: break-all;
	border-radius: 10px;
	border-top-left-radius: 2px;
}
.acchat_balloon_left {
	display: block;
    float: left;
    min-width: 285px;
    margin-left: 8px;
    border-top-left-radius: 0;
    background-color: #FFF;
    color: #062602 !important;
}
.acchat_balloon_left ul {
	clear: both;
	margin: 0 0 0 10px;
	padding: 0;
}
.acchat_balloon_left ul li {
	line-height: 150%;
	margin: 5px 0 0 10px;
	list-style-type: disc;
}
.acchat_balloon_left ul li a {
    display: block;
    width: 91%;
/*    padding: 8px 0;*/
    font-weight: bold;
    color: #1979e6;
	text-decoration: underline;
}
.acchat_balloon_left ul li a:hover {
	text-decoration: none;
	cursor: pointer;
}


label {
display: inline-block;
width: 43%;
margin-top: 8px;
padding: 8px;
border-radius: 3px;
border: none;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
font-size: 13px;
line-height: 1.5;
letter-spacing: 1px;
cursor: pointer;
transition: all 300ms 0s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: #1979e6;
color: #fff;
white-space: nowrap;
text-align: center;
}
input[type=radio]{
display:none;
}
.acchat_header:first-child {
    padding-left: 0px;
    background-image: url(https://www.e-aircon.jp/abouts/img/acchat_icon.png);
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 40px auto;
    height: 52px;
}
.acchat_header {
    background-color: #1c4b8a;
    box-shadow: 0 1px 2px #1c4b8a;
    position: relative;
}
.acchat_header ul {
    margin: 0 auto;
}
.acchat_header ul {
    display: table;
    margin: 0 auto;
    padding: 0;
}
.acchat_header a {
    color: #FFF !important;
    font-weight: normal !important;
}
.acchat_box ol, ul {
    list-style: none;
    width: 100%;
}
.acchat_head .acchat_title {
    padding: 0 auto;
    display: block;
    height: 40px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
/*    letter-spacing: 1px;*/
}
.acchat_header ul li a {
    display: inline;
    width: 91%;
    padding: 8px 0;
    text-decoration: none;
    color: #555;
    font-weight: bold;
	margin-left: 50px;
}
.acchat_header a {
    color: #FFF !important;
    font-weight: normal !important;
}
a:link, a:visited {
    text-decoration: none;
    color: #454545;
}
#result img {
	width: 112px;
	margin-top: 4px;
	height: 112px;
}
.timeline {
	font-size: 12px;
	color: #999;
	margin: 5px 20px 10px auto;
	float: right;
}
#rec_goods {
    border: 1px solid #EFEFEF;
    display: inline-block;
    padding: 0 5px 5px 5px;
    background-color: #efefef;
	margin-bottom: 5px;
}
#rec_goods img {
	float:left;
}
.rec_title {
	display: block;
	float: left;
	width: 55%;
	margin: 5px;
    font-weight: bold;
    color: #1979e6;
	text-decoration: underline;
}
.rec_title:hover{
	text-decoration: none;
}
.rec_model {
	display: block;
	float: left;
	margin-left: 5px;
	width: 55%;
}
.rec_price {
	display: block;
	float: right;
	color: #F00;
	font-weight: bold;
}
#rec_link {
	clear: both;
	padding: 15px;
	text-align: center;
	display: block;
}
.tab-area {
	margin-top: 15px;
	display: flex;
	justify-content: space-around;
	background-color: #222e3e;
	cursor: pointer;
}
.tabs {
	width: 300px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: white;
	border-right: 1px solid #50637b;
	border-left: 1px solid #222e3e;
}
.tabs.active {
	background-color: #ccc;
	color: #222e3e;
	border: none;
}

.contents-area {
	text-align: center;
}
.contents {
	display: none;
}
.contents.show {
	display: block;
}

.backbtn {
color: black;
text-decoration: none;
font-family: sans-serif; /* 書体もリセットしています。不要であれば削除を */
font-weight: normal;
font-size: 16px;
line-height: 1.5;
letter-spacing: normal;
border: none;
background: transparent;
margin: 0;
padding: 0;
outline: none;
cursor: pointer;
-webkit-tap-highlight-color: rgba(0,0,0,0); /* iOSタップ時の挙動を調整 */
margin-top: 15px;
font-size: 12px;
float: right;
margin-right: 4px;
}

.btn2 {
	margin-top: 0px;
	margin-bottom: 30px;
}

.catch {
	border: 1px solid #f4c4b6;
	padding: 10px;
	background-color: #fff8f6;
	margin: 15px 0;
}

.phone {
	font-size: 34px;
	color: #eb5b30;
	margin: 5px 0;
}
.fas {
	margin-right: 6px;
}
#close {
	display: inline;
	font-size: 12px;
	margin-left: 55px;
}
#close:hover {
	cursor: pointer;
}
.comment {
	overflow: hidden;
}
.comment:2nd-child {
	width: 100%;
}
.rec_button {
}
.rec_button {
clear: both;
position: relative;
text-align: center;
/* 中央揃え */
display: block;
margin: 10px auto;
/* 幅の指定 */
width: 100%;
box-sizing: border-box;
padding: 15px;
/* 色の指定 */
background: repeating-linear-gradient(135deg, rgba(255,255,255, 0.2), rgba(255,255,255, 0.2) 2px, transparent 2px, transparent 4px), linear-gradient(135deg, #c00, #c00);
color: #fff;
font-weight: bold;
border-radius: 8px;
transition: 0.3s;
}
.rec_button:hover {
background: linear-gradient(135deg, #c00, #c00);
}
.rec_button:active, .rec_button:focus {
top: 2px;
}