@charset "utf-8";
@import "/css/form.css";

/*==================================================================*/

/* style css */

/*==================================================================*/
#toi{
/*	background: #fbfbfb;
*/}
h1{
	position:relative;
	margin:0.5em auto 2em;
	font-size:2.7em;
	font-weight:bold;
	text-align:center;
	line-height:1.2;
	background:none;
}
h1 span{
	font-size:0.7em;
	color:#ccc;
	display:block;
}
h1:before{
	position: absolute;
  bottom: -20px;
  left: calc(50% - 120px);
  width: 240px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #cc0000;
}
#wrapper{
	margin:0 auto;
	max-width:1000px;
	width:auto !important;
}


#toi #contents{
	margin: 0 auto;
	display: block;
	float: none;
	width:96%;
}
.unit-contactinfo > :first-child {
    border-left: none;
}
.unit-contactinfo > * {
    border-left: 1px solid #999;
}
.unit-contactinfo{
	display: flex;
	/*padding: 36px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;*/
	margin: 0 0 72px;
}

.unit-contactinfo > * {
    width: 50%;
    padding: 8px 0;
}
.unit-contact-message{
	padding:0 2em;
	text-align:left;
}
.unit-contact-message p strong{
	color:#cc0000 !important;
	font
}
.unit-contact-tel{
	text-align :center;
}
.unit-contact-tel .copy-s{
	margin:0 auto;
	font-weight:bold;
}
.unit-contact-tel .unit-contact-telnum{
	margin:0 auto 0.5em !important;
	font-weight:bold;
}
.unit-contact-tel .unit-contact-telnum{
	list-style-type: none;
	font-size:2em;
	font-weight:bold;
}
.unit-contact-tel .unit-contact-telnum .icon-tel:before{
	content: url(../image/icon_tel.gif);
    margin: 10px;
    position: relative;
    top: 8px;
}
.unit-contact-tel .unit-contact-telnum .icon-free:before{
	content: url(../image/icon_free.gif);
    margin: 10px;
    position: relative;
    top: 8px;
}
.unit-contact-tel .mini{
	margin:0 auto;
	font-size:0.9em;
}
/* -------------------------------------------- */
/* zoom */
/* -------------------------------------------- */
.zoom{
	margin: 0 auto 3em;
    max-width: 850px;
}
.zoom .top{
	background: #23b8df;
	border-radius: 10px 10px 0 0;
	padding: 1em 2em;
}
.zoom .top .point{
	display: flex;
	justify-content: center;
	
}
.zoom .top .point p{
	font-size: 1.8em;
	font-weight: bold;
	background: #fff;
	padding: .2em 1em;
	margin: .5em; 
	border-radius: 30px;
	color: #23b8df;
}
.yoyaku {
    font-size: 2.3em;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    line-height: 1.4;
}
.yoyaku a{
	color: #fff;
}
.yoyaku a:after{
	font-family: "FontAwesome";
	content: "\f054";
    padding: 0 0 0 7px;
    font-weight: normal;
}
.yoyaku a:hover{
	text-decoration: none;
	opacity: .8;
}
.yoyaku span{
	color: #ffdc53;
	font-size: 1.1em;
}
.yoyaku em{
	display: inline-block;
	font-style: normal;
}
.zoom .under{
	border: 2px solid #23b8df;
	border-radius: 0 0 10px 10px;
	text-align: center;
	padding: 1em;
}
.zoom .under ul{
	display: inline-block;
    text-align: left;
    list-style-type: none;
    font-size: 1.7em;
    font-weight: bold;
    text-indent: -1.4em;
    margin: .5em;
}
.zoom .under ul li{
	line-height: 1.3;
    margin-bottom: .7em;
}
.zoom .under ul li:last-child{
	margin-bottom: 0;
}
.zoom .under ul li:before{
	font-family: "FontAwesome";
	content: "\f00c";
    padding: 0 7px 0 0;
}
.zoom .under ul li span{
	font-size: 1.1em;
	color: #23b8df;
}
/* -------------------------------------------- */
/* chatbox */
/* -------------------------------------------- */

p.caution-box{
	margin:0 auto 1.2em;
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	max-width:800px;
}

.chatbox *{
	margin:0;
	padding:0;
}
.chatbox{
	margin:0 auto 3em;
	padding:2em;
	max-width:800px;
	background: #0f5c9a;
	color:#fff;
}
.chatbox p.chat-t{
	margin:0 auto 1.2em;
	background: #fed02f;
	color:#000;
	font-size:1.4em;
	font-weight:bold;
	border-radius: 30px;
	border:3px solid #fff;
	text-align:center;
}
.chatbox p.chat-t::before{
	content: url(../image/ic_chat.png);
	margin: 10px;
	position: relative;
	top: 4px;
}
.chatbox p.chat-t span{
	font-size:1.5em;
}
.chatbox ul{
	margin:0 auto;
	display:flex;
	list-style-type: none;
	justify-content:center;
}
.chatbox li{
	margin:0 1%;
}
.chatbox li img{
	width:100%;
}
.chatbox p.click{
	margin:0 auto;
	text-align:center;
	font-size:1.6em;
	font-weight:bold;
}
.chatbox p.click::before,
.chatbox p.click::after{
	content: url(../image/chat-arr.png);
	margin: 10px;
	position: relative;
	top: 4px;
}
.chatbox p.click span{
	font-size:1.7em;
	color:#fed02f;
}


.grecaptcha-badge{
	bottom:200px !important;
}


/* -------------------------------------------- */
/* form */
/* -------------------------------------------- */
#form h2{
	color:#fff;
	padding:5px;
	background: #ca7200;
}

#form table{
	border-collapse:collapse;
	padding:1em;
	background: #fff;
	margin:0 auto 15px;
	width:90%;
	box-sizing:border-box;
}
#form table.bottomline tr{
	border-bottom:1px solid #ccc;
}
#form table th{
	text-align:left;
	padding:20px 10px;
	vertical-align: top;
	width:25%;
	box-sizing:border-box;
	/*border:1px solid #efefef;*/
}
span.caution{
	font-size:0.9em;
	font-weight:bold;
}
span.notes{
	font-weight:normal;
	font-size:0.8em;
}
#form table td{
	padding:20px 10px;
	vertical-align: middle;
	box-sizing:border-box;
	width:75%;
}
#form th span.need{
	margin-left:0.5em;
	padding:2px;
	background: #cc0000;
	color:#fff;
	font-size:0.8em;
}
#form td.contact-detail{
	padding:20px;
	background:#f1ebdf;
	border:1px solid #f1ebdf;
}
#form td strong{
	display:block;
	font-size:1.2em;
	margin-bottom:0.5em;
}
#form p.fax span{
	margin:0 auto;
	border:1px solid #ccc;
	padding:10px;
	font-size:1.5em;
	font-weight:bold;
	background: #efefef;
}




/*===========================================================================*/

/*  media quary:1000px  */

/*===========================================================================*/
@media screen and (max-width: 1000px) {

	.chatbox p.click{
		font-size:1.5em;
	}
}


/*===========================================================================*/

/*  media quary:767px  */

/*===========================================================================*/
@media screen and (max-width: 767px) {
	/*=============================
	 zoom
	===============================*/
	.yoyaku{
		font-size: 2em;
	}
	.zoom .under ul{
		font-size: 1.5em;
	}


	/*=============================
	 chat
	===============================*/
	.chatbox p.chat-t{
		font-size:1.2em;
	}
	.chatbox p.click{
		font-size:1.2em;
	}

	/*=============================
	 conf
	===============================*/
	.conf #form table td{
		background:#f1ebdf !important;
	}
	.unit-contactinfo > * {
    	border-left: none;
	}
	.unit-contactinfo{
		display: block;
		padding:0;
		/*border-top: 1px solid #999;
		border-bottom: 1px solid #999;*/
		margin:0 auto 3em;
	}

	.unit-contactinfo > * {
		margin:0 auto;
	    width: 96%;
	    padding: 8px 0;
	}
	.unit-contact-message{
		padding:0;
		text-align:left;
	}
	.unit-contact-message p strong{
		color:#cc0000 !important;
	}
	.unit-contact-tel{
		margin:0 auto 0.5em;
		background: #f1f1f1;
		text-align :center;
	}
	.unit-contact-tel .copy-s{
		margin:0 auto;
		font-weight:bold;
	}
	.unit-contact-tel .unit-contact-telnum{
		margin:0 auto 0.5em !important;
		font-weight:bold;
	}
	.unit-contact-tel .unit-contact-telnum{
		list-style-type: none;
		font-size:2em;
		font-weight:bold;
	}
	.unit-contact-tel .unit-contact-telnum .icon-tel:before{
		content: url(../image/icon_tel.png);
	    margin: 10px;
	    position: relative;
	    top: 8px;
	}
	.unit-contact-tel .unit-contact-telnum .icon-free:before{
		content: url(../image/icon_free.png);
	    margin: 10px;
	    position: relative;
	    top: 8px;
	}
	.unit-contact-tel .mini{
		margin:0 auto;
		font-size:0.9em;
	}





	#form table{
		border-collapse:collapse;
		padding:1em;
		background: #fff;
		margin:0 auto 15px;
		width:96%;
		box-sizing:border-box;
/*		border:1px solid #ccc;*/
	}
	#form table th{
		padding:0;
		font-weight:bold;
		font-size:1.1em;
/*		padding:20px;
		background:#f1f1f1;
		text-align:center;*/
		display:block;
		width:100%;
	}
	#form table td{
		margin:0 !important;
		padding:0 0 30px;
		display:block;
		width:100%;
		text-align:left;
	}

	#form p.fax span{
		margin:0 auto;
		border:1px solid #ccc;
		padding:10px;
		font-size:1.5em;
		font-weight:bold;
		background: #efefef;
	}

	.conf{
		height:100%;
	}
	.conf #form table td{
		margin-bottom:30px !important;
		padding:20px 10px ;
	}
}



/*===========================================================================*/

/*  media quary:479px  */

/*===========================================================================*/
@media screen and (max-width: 479px) {
	/*=============================
	 zoom
	===============================*/
	.zoom .top .point p{
		font-size: 1.2em;
	}
	.yoyaku{
		font-size: 1.5em;
	}
	.zoom .under ul{
		font-size: 1.2em;
		text-indent: -1.7em;
	}
	/*=============================
	 chat
	===============================*/
	p.caution-box{
		font-size:1em;
	}

	.chatbox p.chat-t{
		font-size:0.9em;
	}


	.chatbox p.click{
		font-size:0.9em;
	}
	.chatbox p.click::before{
		content: "";
	}	
	.chatbox p.click span{
		display:block;
	}
}


