@charset "UTF-8";

body{
	margin: 0;
	font-size: 19px;
	line-height: 1.6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-wrap: break-word;

}
.bg_img{
	background:url(/images/img_bg.png) no-repeat center ;
	background-size: cover;
	background-attachment: fixed;
	background-color:rgba(255,255,255,0.4);
	background-blend-mode:lighten;
}

.left{float: left;}
.right{float: right;}

.cFix:after {
display: block;
clear: both;
content: "";
}
.sp_view {
	display: none;
}
.pc_view {
	display:block;
}

ul,li{
	list-style: none;
}
header img{
	width: 300px;
}



.chat-area{
	background-color: #e3dd7fd9;
	margin: 2% auto;
	border-radius: 15px;
	box-shadow: 0 0 5px 3px #ffffff;
	padding: 1.5rem;
	max-width: 1000px;
}
/*吹き出し白*/
.cell_box,.cell_thumb{
	display: inline-block;
	vertical-align: text-top;
}
.box_message .cell_box .part_content {
	background: #ffffff;
	border-radius: 20px;
	padding: 10px 16px;
	min-width: 224px;
	box-sizing: border-box;
	position: relative;
	margin-left: 14px;
	display: inline-block;
	text-align: left;
	max-width: 400px;
}
.box_message .cell_box .part_content::after {
	content: "";
	position: absolute;
	top: 6px;
	left: -12px;
	background: url(/images/ico_content.png) no-repeat;
	width: 21px;
	height: 16px;
}
.box_message .cell_box .part_name {
	font-size: 12px;
	margin-left: 30px;
}

/*吹き出し緑*/
.box_message.user {
	text-align: right;
}
.box_message .cell_box .already_read {
	font-size: 10px;
}
.box_message.user .cell_box .part_content {
	background: #86e34b;
	margin-left: 0;
	margin-right: 0;
}
.box_message.user .cell_box .part_content::after {
	content: "";
	position: absolute;
	top: 6px;
	left: inherit;
	right: -12px;
	background: url(/images/ico_content_user.png) no-repeat;
	width: 21px;
	height: 16px;
}

/***吹き出しここまで***/

.chat-area input.step-radio{
	display: none;
}
.chat-area label{
	width: 100%;
}
.chat-area p{
	font-size: 110%;
	font-weight: bold;
	margin: 3% auto 0;
}
.chat-area label button{
	background-color: #004766;
	color: white;
	font-weight: bold;
	box-shadow: 0 5px 0px 0px #b7b2a2;
	padding: 1.5rem;
}
.chat-area label button:hover{
	background-color: #27359a;
	color: white;

}
.chat-area label button.btn:focus{
	box-shadow: 0 0 0 0.3rem rgb(255 235 59 / 89%);
	background-color: #27359a;
}
.Q_box .col-sm-6{
	padding-top:5px;
	padding-bottom: 5px;
}

form .form-control{
	height: calc(2.5em + .75rem + 2px);
}
.chat-area form label{
	margin-bottom: 0;
	font-weight: bold;
	display: inline;
}
.must{
	font-weight: bold;
	color: red;
	display: inline-block;
	margin-left: 5px;
}
.error{
	display: block;
	color: red;
	font-weight: bold;
}
.tel-box {
	display: inline-block;
	vertical-align: bottom;
	width: 32%;
}
.btn-submit .btn{
	background: #730c2e;
	color: #fff;
	padding: 2% 10%;
	font-size: 30px;
	font-weight: bold;
}
.btn-submit .btn:hover{
	background:#ab2954
}
.tel-btn .btn:hover {
	background: #27359a;
}
.tel-btn .btn {
	background: #004766;
	color: #fff;
	padding: 1% 10%;
	margin-top: 1rem;

}

footer{
	background: #545456;
	color: white;
	padding:2%;
	font-size: 30px;
	font-weight: bold;
	margin-top: 5%;
}
footer p{
	margin: 0;
}
footer a{
	color: white;
}




/****about*****/
.about-area{
	text-align: left;
}
.about-area p{
	font-size:
}
.display-5{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
}
.about-area ul{
	padding-left: 0;
}
.about-area li{
	margin-bottom: 3%;
}

/****privacy*****/
.privacy-area{
	text-align: left;
}
.privacy-area ul{
	padding-left: 0;
	list-style: inside;
}
.privacy-area li{
	margin-bottom: 2%;
}

/*****thanks****/

.thanks p,.tel p{
	font-weight: normal;
	font-size: 100%;

}


/****ここからレスポンシブcss*****/




@media screen and (max-width: 992px){
	.number p{
	font-size: 200%;
}
}

@media screen and (max-width: 767px){
body{
	font-size: 16px;
}

.sp_view {
	display: block;
}
.pc_view {
	display:none;
}
.btn-area{
	padding:1rem 0;
}
.voice-area_in{
	margin:3% 0%;
}
p.attention01{
	text-align: left;
	font-size: 90%;
}
}


@media screen and (max-width: 582px){

.number p{
	font-size: 200%;
}
.number img{
	width: 50px;
}
h2{
	font-size: 200%;
}
.box_message .cell_box .part_content {
	max-width: 290px;
}
.chat-area label button{
	padding: 1rem;
}
.chat-area{
	padding: 1rem;
}
.cell_thumb{
	width: 40px;
}
.cell_thumb img{
	width:100%;
}
.tel-box {
	display: inline-block;
	vertical-align: bottom;
	width: 30%;
}
.tel-btn .btn {
	width: 100%;
}
}
@media screen and (max-width: 428px){
.cell_thumb{
	width: 30px;
}

.box_message .cell_box .part_content {
	max-width: 250px;
	min-width: 200px;
}
}

@media screen and (max-width: 376px){
header img{
	width: 90%;
}
.box_message .cell_box .part_content {
	max-width: 190px;
	min-width: 180px;
}



}