@charset "UTF-8";
/* CSS Document */

@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);

/*================================================
 *  共通デザイン
 ================================================*/

tr#SearchAreaContents,
tr#SearchLineContents {
    width: 100%;
}
#SearchAreaContents td,
#SearchLineContents td {
    display: block;
    border-bottom: none;
}
#cboxClose {
    top: 5px !important;
    right: 5px !important;
}

/*検索*/
.DistName{
    display:none;
}
/*.LineDistName,*/
.LineCompany,
.AddressDistName {
	margin-bottom: 0.25em;
	padding: 2px 5px;
	color: #fff;
	/*font-size: 16px;*/
	background: #1E8E7C;
	clear:both;
}
.PrefName,
.LineCompanyName {
	font-weight:bold;
	clear:both;
	display:block;
	margin: 10px auto 5px;
	/*font-size: 15px;
	border-bottom: 2px solid #666;*/
	color:#333;
}
.PrefName label {
	display: inline-block;
	width:100%;
}
.AreaBlock1 .PrefBlock li {
	/*font-size: 14px;*/
	border-bottom: 1px dotted #ccc;
}
.LineComapnyBlock > ul > li,
.LineSetBlock .LineSelect .Line {
	/*margin-bottom: 0.25em;
	font-size: 14px;*/
	border-bottom: 1px dotted #ccc;
}
.LineComapnyBlock > ul > li label,
.LineSetBlock .LineSelect .Line {
	display: inline-block;
	width:100%;
	padding:2px 2px 2px 10px;
	box-sizing: border-box;
}
.LineComapnyBlock > ul > li > ul > li {
	width : calc(100% / 3) ;
}
.SearchArea .AreaBlock0 .DistGroupBlock {
	width: 690px;
}
.PrefBlock {
	clear:both;
	display:block;
	margin:0 0 10px 0px;
	/*width:100%;*/
}
.PrefBlock > div {
    clear: both;
    width:100%;
    font-weight: bold;
}
.AddressBlock {
	clear:both;
	display:block;
	margin:0 0 0px 20px;
	/*width:100%;*/
}
.Address2Block {
	clear:both;
	display:block;
	margin:0 0 0px 20px;
	/*width:100%;*/
}
.AreaBlock1 .PrefBlock li,
.AddressBlock li,
.Address2Block li {
	/*margin:0 10px 0 0;
	width : -webkit-calc(100% / 2) ;
    width : calc(100% / 2) ;*/
	width:50%;
	float:left;
}
.PrefSelect label,
.PrefBlock label,
.Address1 label,
.Address2 label,
.Address3 label,
.LineDistBlock label,
.StationBlock label {
	width:100%;
	display: inline-block;
	padding:2px 2px 2px 10px;
	box-sizing: border-box;
}
.PrefSelect label:hover,
.PrefName label:hover,
.PrefBlock label:hover,
.LineDistBlock label:hover,
.LineComapnyBlock label:hover,
.Address1 label:hover,
.Address2 label:hover,
.Address3 label:hover,
.LineSetBlock .LineSelect .Line:hover,
.StationBlock label:hover {
	background: #eee;
}
.PrefBlock a {
	text-decoration: underline !important;
}
.StationBlock {
	clear:both;
	display:table !important;
	margin:0 0 0 20px !important;
	width: 100%;
}
.LineComapnyBlock > li {
	/*margin:0 10px 0 0;
	width : -webkit-calc(100% / 2) ;
    width : calc(100% / 2) ;*/
	width:100%;
}
.Station .StationBlock li {
	/*margin:0 10px 0 0;
	width : -webkit-calc(100% / 2) ;
    width : calc(100% / 2) ;*/
	width : calc(97% / 3) ;
	float:left;
	border-bottom: 1px dotted #ccc;
}
.AreaBlock2 .PrefBlock > li,
.areacate2 .Address1_Select {
	width:100%;
	clear: both;
	border-bottom: 1px dotted #ccc;
}
.AreaBlock2 .PrefBlock > li > ul > li {
	width : calc(100% / 3) ;
	border-bottom: 1px dotted #ccc;
}
.AreaBlock3 li {
	
}
.AreaBlock3 .PrefBlock > li {
	width:100%;
	border-bottom: 1px dotted #ccc;
}
.AreaBlock3 .PrefBlock > li > ul > li {
	width:100%;
	border-bottom: 1px dotted #ccc;
}
.AreaBlock3 .PrefBlock > li > ul > li > ul > li {
	width:25%;
}
.SearchMoreButton {
	/*clear:both;
	display:block;*/
	text-align:center;
}

.area_select_button {
	text-align: center;
	margin:0 auto 5px;
}
.area_select_button li {
	display: inline-block;
	margin:5px auto;
}
/*.search_button input[type="button"] {
padding: 5px 10px;
background: #ef8000;
border-radius: 4px;
font-weight: bold;
font-size: 114%;
text-align: center;
text-decoration: none;
width: 100px;
display: block;
color: #fff;
margin: 0 auto 20px;
border:2px #ef8000 solid;
}*/

/*.SearchMoreButton */
input[type="submit"],
input[type="button"],
.SearchMoreButton a {
padding: 2px 5px;
background: #ef8000;
border-radius: 4px;
font-weight: bold;
text-align: center;
text-decoration: none;
display: inline-block;
color: #fff;
margin: 0 auto;
border:1px #ef8000 solid;
-webkit-appearance: none;
}
.list_pre_button input[type="button"],
.list_next_button input[type="button"] {
padding: 3px 5px;
font-size: 90%;
border:1px #ef8000 solid;
}
/*.search_button input[type="button"]:hover,
.SearchMoreButton */
input[type="submit"]:hover,
input[type="button"]:hover,
.SearchMoreButton a:hover {
background:#cf6f00;
border:1px #cf6f00 solid;
}
/*span.list_pre_button + span.pager_view + span.list_next_button {
	display: block;
}*/

a.btnGray {
padding: 6px 10px;
background: #aaa;
border-radius: 4px;
font-weight: bold;
font-size: 100%;
text-align: center;
text-decoration: none;
display: inline-block;
color: #fff;
margin: 0 auto;
border:1px #aaa solid;
-webkit-appearance: none;
}
a.btnGray:hover {
background:#333;
border:1px #333 solid;
}

#form1 {
	/*text-align: center;*/
}

.sbox {
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
}
.slistAll {
    border: solid 1px #ccc;
    border-top-color: rgb(229, 229, 229);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: none;
}
li.hoverOpacity {
    position: relative;
    border: solid 1px #ccc;
    padding: 10px !important;
    margin: 0.5% 0.5% 0.1%;
    width: 49%;
    display: inline-block;
}
li.hoverOpacity a:hover {
    text-decoration: none;
    opacity: 0.5;
}
li.hoverOpacity a .newsDetails {
    display: table;
    width: 100%;
}
li.hoverOpacity a .newsDetails .photoWrap {
    display: table-cell;
    width: 30%;
}
li.hoverOpacity a .newsDetails .photo {
    width: 100%;
    padding: 0;
}
li.hoverOpacity a .newsDetails .photo img {
    max-width: 100%;
    height: auto;
}
li.hoverOpacity a .newsDetails .detail {
    display: table-cell;
    vertical-align: top;
    width: 65%;
    padding: 0 0 0 20px;
}
li.hoverOpacity a .newsDetails .detail h4 {
    margin: 1.3em 0 0.25em;
    border-bottom: none;
    line-height: 1.3em;
    color:#1E8E7C;
    font-size:1.3em;
    font-weight:bold;
}
li.hoverOpacity a .newsDetails .detail p {
}
li.hoverOpacity a .newsDetails .detail .Category,
li.hoverOpacity a .newsDetails .detail .body,
li.hoverOpacity a .more {
    display: none;
}
#info li:first-child {
    display: none;
}
#info li.hoverOpacity {
    margin: 0.5% 0;
    width: 100%;
    display: block;
}
#info li.hoverOpacity a .newsDetails .photoWrap {
    width: 20%;
}
#info li.hoverOpacity a .newsDetails .detail {
    width: 75%;
}

.CustomerItem .Image {
	text-align: center;
}
.CustomerItem .Image img {
	max-height:100px;
    /*width: 100%;*/
}
div.CustomerItem {
	list-style: none;
    float:left;
    width: 19.2%;
    margin:0.2%;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    height:240px;
}
div.CustomerItem a:hover {
    text-decoration: none;
    color: #666;
    opacity: 0.5;
}
.CustomerItem .Image {
    /*width:285px;*/
    height:100px;
    margin:0 auto 10px;
    display: table;
}
.CustomerItem .ContentsDate {
    font-size:0.9em;
    font-weight:bold;
    display: block;
}
.CustomerItem .OfficeName {
    font-size:1.1em;
    font-weight:bold;
    display: block;
    color: #EF8100;
    padding:1px 0;   
}
.CustomerItem .ContentsA2 {
    height: 68px;
    overflow: hidden;
}
.kounyu_list .CustomerItem .Title,
.kounyu_list .CustomerItem .Name,
.CustomerItem .StaffName,
.CustomerItem .ContentsA1 {
    display:none;
}

/*会員登録*/
.AddressSetPrefBlock,
.LineSetBlock {
	/*border: 1px solid #ccc;*/
	padding: 5px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}
/*.PrefSelect {
	margin-bottom: 0.25em;
	border-bottom: 2px solid #666;
}*/
.PrefSelect span {
	font-weight:bold;
}
.Address1 {
	margin:0 0 0 20px;
}
.Address2 {
	margin:0 0 0 20px;
}
.Address3 {
	margin:0 0 0 20px;
}
.address3_block {
	margin:0 0 0 20px;
}
.areacate1 .Address1_Select {
	float:left;
	width:100%;
}
.areacate1 .Address1_Select .Address2 .Address2_Select {
	float:left;
	width:50%;
    border-bottom: 1px dotted #ccc;
}
.areacate2 .Address1 .Address1_Select .Address2 .Address2_Select {
}
.areacate3 .Address1 .Address1_Select .Address2 .Address2_Select {
	float:left;
	width:100%;
}
.areacate3 .Address1 .Address1_Select .Address2 .Address2_Select .address3_block .Address3_Select {
	float:left;
	width:25%;
	box-sizing: border-box;
}
/*.areacate2 .Address1_Select {
	clear: both;
}*/

/*.address_set,
.line_set {
    padding:15px;
}*/
.areacate0 .Address1 .Address1_Select {
    float:left;
    width:50%;
    border-bottom: 1px dotted #ccc;
}

.AreaBlock0 .PrefBlock li {
    float:left;
    width:33%;
}
.AreaBlock0 .PrefBlock > div {
    clear: both;
    width:100%;
}
.search_button_area {
    clear: both;
    text-align: center;
}
.search_button_area li {
    display:inline-block;
}
/*.SearchTableLine .LineDistName:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: bold;
    margin:0 0 0 5px;
}*/
.SearchTableLine .LineDistName {
     position: relative;
     padding-left: 15px;   
}
.SearchTableLine .LineDistName::before {
     position: absolute;
     content: '';
     width: 0;
     height: 0;
     border: solid 6px transparent;
     border-left: solid 8px #1E8E7C;
     top: 50%;
     left: 0;
     margin-top: -5px; 
}
.LineDistName {
    width: 100%;
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
    text-decoration: none;
}
.LineDistName:hover {
	background: #eee;
}

.countBtnBox{ width:100%; margin:35px auto; padding:0; text-align:center; }
.countBtnBox .countBtn,
#listBtn {
cursor:pointer; padding: 5px 10px;
background: #ef8000;
border-radius: 4px;
font-weight: bold;
font-size: 122%;
text-align: center;
text-decoration: none;
display: inline-block;
color: #fff;
margin: 0 auto;
border:2px #ef8000 solid;
padding: 5px 10px;}
.countBtnBox .countBtn:hover {
background:#cf6f00;
border:2px #cf6f00 solid;
}

#listBtn { display:none; cursor:pointer; padding: 5px 10px;
background: #ef8000;
border-radius: 4px;
font-weight: bold;
font-size: 122%;
text-align: center;
text-decoration: none;
color: #fff;
margin: 0 auto;
border:2px #ef8000 solid;}
#listBtn:hover {
background:#cf6f00;
border:2px #cf6f00 solid;
}

#listBtn p{ padding:17px 0 0 0; }
#listBtn a:link,
#listBtn a:visited,
#listBtn a:hover,
#listBtn a:active { color:#fff; }

.FormErrorView {
	color: #ef8000;
	border: 1px #ff4040 solid;
	padding: 10px;
	box-sizing: border-box;
	margin:0 0 20px;
	background: #ffe5e5;
}
.FormErrorView div {
	font-weight:bold;
}
.FormErrorView .FormError {
}

/*会員登録*/
.LoginView form:first-child,
.LoginView .PasswordReissue,
.LoginView .NoLoginBox {
	border: 3px solid #ccc;
	padding:20px;
	text-align: center;
	box-sizing: border-box;
	margin:0 auto 15px;
}
.login_view_notice {
	margin:0 auto 10px;	
}
.LoginInputTitle {
	float:left;
	width:30%;
	text-align: right;
	font-weight:bold;
	margin:0 10px 5px 0;
}
.LoginInputValue {
	float:left;
	width:60%;
	text-align: left;
	margin:0 0 5px;
}
.LoginInputValue input {
    width:100%;
}
.PasswordReissue {
	margin:10px auto;	
}
.PasswordReissue a {
display:block;
padding: 4px 0px;
background: #ef8000;
border-radius: 4px;
font-weight: bold;
font-size: 115%;
text-align: center;
text-decoration: none;
width: 50%;
color: #fff;
margin: 10px auto 0;
border:none;
-webkit-appearance: none;
}
.LoginView input[type="submit"] {
padding: 6px 10px;
background: #ef8000;
border-radius: 4px;
font-weight: bold;
font-size: 115%;
text-align: center;
text-decoration: none;
width: 50%;
color: #fff;
margin: 0 auto;
border:1px #ef8000 solid;
-webkit-appearance: none;
}
.LoginView input[type="submit"]:hover,
.PasswordReissue a:hover {
background:#cf6f00;
}
.LoginView .NoLoginBox form {
	margin:10px auto 0;
}
.LoginAutoCheck {
	clear: both;
	width:100%;
}

.search_button li#BukkenCountView #SearchResultCountAjax {
    font-weight:bold;
    color: #ef8000;
    font-size:1.4em;
}

/*================================================
 *  PC向けデザイン
 ================================================*/
@media screen and (min-width:768px) {
	
/*検索*/
table.SearchTable,
table.serchTbl {
	width:100%;
}
table.SearchTable th,
table.serchTbl th {
	width:22%;
}
table.SearchTable td,
table.serchTbl td {
	width:78%;
}
	
.search_button {
    position: fixed;
    bottom: 0px;
    right: 0px;
    background-color: rgba(102,102,102,0.8);
    color: #fff;
    width: 100%;
    text-align: center !important;
    margin: 0px !important;
	padding: 10px;
	box-sizing: border-box;
	z-index: 1;
}
.search_button li {
	display: inline-block;
}

table.SearchTable tr.search_tr_walk td br,
table.SearchTable tr.search_tr_tiku td br {
	display:none;
	}
table.SearchTable tr.search_tr_walk td label,
table.SearchTable tr.search_tr_tiku td label {
	display:inline-block;
	width:120px;
	}
table.SearchTable tr.search_tr_kodawari td ul.search_ul_kodawari li {
	display:inline-block;
	width:49%;
	}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	
	/*検索*/
	table.SearchTable,
	table.serchTbl {
	}
	table.SearchTable th,
	table.serchTbl th {
	width:auto;
	display:block;
	border-bottom:none;
	padding:5px;
	}
	table.SearchTable td,
	table.serchTbl td {
	width:auto;
	display:block;
	border-bottom:none;
	}
	
.PrefBlock li,
.AddressBlock li,
.Address2Block li,
.LineComapnyBlock ul li {
	/*margin:0 10px 0 0;
	width : -webkit-calc(100% / 2) ;
    width : calc(100% / 2) ;*/
	width:100%;
	display:block;
}	
	.search_button {
    position: fixed;
    bottom: 0px;
    right: 0px;
    background-color: rgba(102,102,102,0.8);
    color: #fff;
    width: 100%;
    text-align: center!important;
    margin: 0px !important;
	padding: 10px;
	box-sizing: border-box;
	z-index: 1;
}
	.search_button li {
    display: block;
	margin: 0 0 1px;
	}
	.search_button li:last-of-type {
    display: block !important;
	clear: both;
	margin: 0 0 0px !important;
	}
	.search_button li:last-of-type input[type="button"] {
    /*padding:6px 30px !important;*/
	}
    .search_button li ul#AreaSelectButtonView li {
    display:inline-block !important;
    }
	.AreaBlock1 .PrefBlock li,
	.AreaBlock2 .PrefBlock > li > ul > li,
	.AreaBlock3 .PrefBlock > li > ul > li > ul > li,
	.Station .StationBlock li,
	.areacate2 .Address1 .Address1_Select .Address2 .Address2_Select,
	.areacate3 .Address1 .Address1_Select .Address2 .Address2_Select .address3_block .Address3_Select {
	width:100%;
}
    .AreaBlock0 .PrefBlock li {
    float:left;
    width:50%;
}
	.search_tr_walk td br,
	.search_tr_tiku td br {
	display:none;
	}
	.search_tr_walk td label,
	.search_tr_tiku td label,
	/*.FormValue span,*/
	.FormValue label {
	display:block;
	}

		
}