@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.jpg) no-repeat top ;
	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: 400px;
}



.chat-area{
	background-color: #f9d1b3;
	margin: 2% auto;
	border-radius: 15px;
	box-shadow: 0 0 5px 2px #cccccc;
	padding: 1.5rem;
}
/*吹き出し白*/
.cell_box,.cell_thumb{
	display: inline-block;
	vertical-align: text-top;
}
.box_message .cell_box .part_content {
	background: #ffffff;
	border-radius: 16px;
	padding: 10px 16px;
	min-width: 224px;
	box-sizing: border-box;
	position: relative;
	margin-left: 14px;
    margin-top: 4px;
	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;
    color: #333;
}

/*吹き出し緑*/
.box_message.user {
	text-align: right;
}
.box_message .cell_box .already_read {
	font-size: 10px;
    color: #333;
}
.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;
}
.chat-area label button{
	background-color: #fedddd;
	color: #222;
	font-weight: bold;
	box-shadow: 0 5px 0px 0px #c99999;
	padding: 1.5rem;
}
.chat-area label button:hover{
	background-color: #ff9797;
	color: #222;

}
.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;
    color: #333;
}
.must{
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
    background-color: #d93535;
    border-radius: 15px;
    padding: 1px 8px;
    vertical-align: top;
    font-size: 70%;
}

.error{
	display: block;
	color: red;
	font-weight: bold;
}
.tel-box {
	display: inline-block;
	vertical-align: bottom;
	width: 32%;
}
.btn-submit .btn{
	background:#ea8942;
	color: #fff;
	padding: 2% 10%;
	font-size: 30px;
	font-weight: bold;
	box-shadow: 0px 5px 0px 0px #731416!important;
}
.btn-submit .btn:hover,.tel-btn .btn:hover {
	background: #f17a07;
}
.tel-btn .btn {
	background: #ff8500;
	color: #fff;
	padding: 1% 10%;
	margin-top: 1rem;
}

.modal-btn{
	background-color: #fff;
	background-image: url(/images/arrow_d.png);
	background-repeat: no-repeat;
	padding: .8rem;
	display: block;
	text-align: left;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	background-position: right;
	background-size: 15px;
}

.modal-body .chiiki ul{
	border: 1px solid rgba(0,0,0,.125);
}

.modal li.list-group-item{
	cursor: pointer;
}
.modal .list-group-item-success.active {
	background-color: #155724;
	border-color: #155724;
}

footer{
	background: #333;
	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%;

}
/****プライバシーチェック用****/
.pp-check{
    font-size: 1rem;
    letter-spacing: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #333;/*ここ色変える*/
    font-weight: 500;
    padding-bottom: 20px;
}

.pp-check input[type=checkbox] {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid gray;
  /* Adjusts the position of the checkboxes on the text baseline */
  vertical-align: -2px;
  /* Set here so that Windows' High-Contrast Mode can override */
  color: #444;
	appearance: none;
	background: #fff;
}

.pp-check input[type=checkbox]::before {
  content: "✔";
  position: absolute;
  font-size: 1.2rem;
  right: 0;
  top: -0.4rem;
  visibility: hidden;
}

.pp-check input[type=checkbox]:checked::before {
  /* Use `visibility` instead of `display` to avoid recalculating layout */
  visibility: visible;
}

.pp-check input[type=checkbox]:disabled {
  border-color: black;
  background: #ddd;
  color: gray;
}

/****ここからレスポンシブ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: 575px){
	.modal-body .chiiki{
		padding-right: 15px;
	}
	.modal-body .todohuken{
		padding-left: 15px;
	}
}
@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: 400px){
header img{
	width: 90%;
}
.box_message .cell_box .part_content {
	max-width: 190px;
	min-width: 180px;
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 800px;
	}
}
}
.annotation-box {
    text-align: center;
}
.annotation {
    font-size: 1rem !important;
    color: #333;
    font-weight: 400 !important;
    line-height: 1.4;
    text-align: left;
    display: inline-block;
}