@charset "UTF-8";
/*
 * index.css
 *
 */
 
/*==================================
            contact
==================================*/
.contact_list {
	margin:40px auto 0;
}
.contact_list a {
	pointer-events:none;
}
.chuui-jikou {
	font-size:16px;
	line-height:1.7em;
    margin: 10px auto;
    text-align: left;
}
.kojinjyouhou {
    height: 200px;
    overflow: auto;
    padding: 10px;
	border: #797979 solid 1px;
}
.kojinjyouhou p {
    padding: 0px 0px 0px 30px;
}
.text-right {
    text-align: right;
    font-size: 12px;
}
.kojinjyouhou p {
    padding: 0px 0px 0px 30px;
}
.kojin-title {
    margin: 20px;
    text-align: center;
}
.font14 {
    font-size: 14px;
}
.kou {
    margin: 20px 0px 5px;
}
.kou-naiyou {
    font-size: 12px;
}
.red {
	color:#FF0000;
}
.contact_list table {
    background: #ffffff none repeat scroll 0 0;
    border-left: 1px solid #797979;
    border-top: 1px solid #797979;
    font-size: 16px;
    margin: 30px auto;
    text-align: left;
}
.contact_list table th {
    background-color: #D9EEEE;
    font-weight: bold;
    width: 220px;
}
.contact_list table th, .contact_list table td {
    border-bottom: 1px solid #797979;
    border-right: 1px solid #797979;
    line-height: 1.6;
    padding: 15px 10px;
}
.contact_list table td br {
	display:none;
}
.tel_info p {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.tel_info p::before {
    content: '\f2a0';
    left: 0;
    margin: 0 10px 0 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    color: #000;
}
.tel_info .uketsuke {
    font-size: 16px;
    text-align: center;
    color: #000;
}
.tel_info .uketsuke::before {
	display:none;
}
.doui {
	width:100px;
	margin:10px auto 0;
}
.soushin {
	width:150px;
	margin:10px auto 0;
}
div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}