@charset "UTF-8";
/* CSS Document */

/*----------------------------------
	index用のCSSです
----------------------------------*/

.contents {
	margin: 20px;
	color: #333;
	position: relative;
}

h1 {
	font-size:20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.time {
	font-size: 13px;
	font-weight: 400;
	margin-left: 10px;
}

h2 {
	font-size:15px;
	margin-bottom: 10px;
}

h2 span {
	color: #00a0e9;
}

section {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px #666 solid;
}

.inquiry_wapper {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 10px;
}

h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	padding: 10px 0;
	background-color: #dcf4ff;
	width: 125px;
	font-weight: bold;
}

.tel {
	margin-right: 25px;
}

.tel, .fax {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.column02 .tel, .column02 .fax {
	align-items: flex-start;
}

.tel dt, .fax dt {
	display: inline-block;
	width: 80px;
	text-align: center;
	color: #1eaaea;
	font-weight: 400;
	margin-right: 10px;
	padding: 3px 0;
	border: 1px #1eaaea solid;
}

.number {
	font-size: 18px;
	font-weight: bold;
	padding: 3px 0;
	margin-bottom: 10px;
}

.number:last-child {
	margin-bottom: 0;
}

.navi::after{
	content: "";
	display: inline-block;
    width: 40px;
    height: 41px;
    background-image: url(../images/lg16-67401.gif);
	background-size: contain;
    background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 5px;
}

.note {
	font-size: 13px;
	line-height: 1.5;
}

.form_link {
	overflow: hidden;
	margin-top: 5px;
}

.form_link a{
	display: inline-block;
	font-size: 12px;
	position: relative;
	padding-left: 20px;
	right: 0;
	text-align: right;
	float: right;
}

.form_link a:hover{
	text-decoration: underline;
}

.form_link a::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 0px;
    background: #00a0e9;
    transform: translateY(-50%);
}

.form_link a::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 2px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: translateY(-50%) rotate(45deg);
}

input {
	border: 1px solid;
	padding: 3px 10px;
}

.close.top {
	position: absolute;
	top: 0;
	right: 0;
}

.close.bottom {
	text-align: center;
}
