@charset "utf-8";
input, button, textarea, select {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
h1,h2,h3,h4,h5,h6,p { margin:0; padding:0; /*font-size:100%;*/}
ol, ul,dl,li { margin:0; padding:0;list-style-type:none;}
ul { display:inline-block;}
/* for macIE \*/
* html ul { height:1%; }
ul { display:block; }
dt,dd { margin:0; padding:0;}
img { border:none;margin:0; padding:0;vertical-align: bottom;}
th { text-align:left; font-weight:normal;}
input, button, textarea, select {border-radius: 0;}
header,footer,nav,article,section { display:block;}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1%;
clear: both;
}
* html .clearfix {
height: 1%;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}

.bx-size{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bs{box-shadow: 0px 3px #042c4f;}
.clear {clear: both;}
/**, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}*/
.ws{white-space: nowrap;}


.vaT{vertical-align: top;}
.vaM{vertical-align: middle;}



.ws{white-space: nowrap;}
.flex {
display: flex;
justify-content: center;
flex-wrap:wrap;
}
.inline_box {
display: inline-block;
width: 100%;
}
.inline {
display: inline-block;
vertical-align:bottom;
}
.block{display: block}

.lineR {
border: 0;
height: 2px;
background:#cc0000;
}
.lineB {
border: 0;
height: 1px;
background:#063d6d;
}
.lineG {
border: 0;
height: 1px;
background:#ccc;
}
.tel_font {
font-family: 'Maven Pro', sans-serif;
font-feature-settings : "palt";
}

.din {display:block;}

a{color:#333;text-decoration: none; }
/*a:hover,a:active{color:#ccc;}*/
a{color:#333;text-decoration: none;}
a:hover img{opacity: 0.8;filter: alpha(opacity=80);}
html { font-size: 62.5%; /* font-size 1em = 10px */}


/*.top_box {
background-color: #f3f3f3;
padding: 10px;
}*/
/*.top_adbox {
    width: 100%;
    display: inline-block;
    margin-top: 95px;
    margin-left: 250px;
}*/
.top_secbox{
  width: 1000px;
  text-align: center;
  margin: auto;
}

.top_info{
  width: 100%;
  background-color: #3478b7;
}
.top_adbox li {
	float: left;
  margin-right: 20px;
}
.top_innnter {
	background: #3478b7 url(../images/top_image.png) 0 100% repeat-x;
  width: 1000px;
  height: 240px;
  /* border: 1px solid #e6e6e6; */
  margin: 0px auto;
}
.top_adbox {
	width: 100%;
  display: inline-block;
  margin-top: 130px;
  margin-left: 0px;
}
.top-info .pinicon {
  width: 88px;
  margin: 0px 0px 0 0;
  float: left;
}
.top-info p {
	margin: 0px 0 0 100px;
  padding: 0 0px 0 0px;
}
/*hr.style6 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}*/
.top_inner {
  background-color: #a59a0f;
  padding: 10px;
  color: #fff;
  font-size: 2.2rem;
}

.seach_title {
  background: linear-gradient(#0b5392, #063d6d);
  background-color: #063d6d;
  padding: 5px;
  -webkit-box-sizing: border-box; /* Webkit系用 */
  -moz-box-sizing: border-box;     /* Firefox用 */
  box-sizing: border-box;           /* 標準 */
}

.seach_box {
  background: linear-gradient(#025598, #02437c);
  background-color: #3478b7;
  padding: 10px;
}
.seach_innner {
  background-color: #fff;
  padding: 5px;
  margin: 10px;
}


#map_canvas {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
#map_canvas iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#wrapper {overflow: hidden;}
.bengoshi {background-color: #10066d;}
.shihoushoshi {background-color: #c15f0e;}
.zeirishi {background-color: #2f6d06;}
.icon_circle {
display: inline-block;
width: 17px;
height: 17px;
border-radius: 17px;
color: #fff;
text-align: center;
vertical-align: text-bottom;
line-height: 20px;
font-size: 1.1rem;
margin-top: 2px;
}
.icon_sq {
display: inline-block;
border-radius: 8px;
text-align: center;
padding: 3px;
white-space: nowrap;
width: 70%;
margin-bottom: 10px;
}

.hr-text {
line-height: 0.1em;
position: relative;
outline: 0;
border: 0;
color: black;
text-align: center;
white-space: nowrap;
}
.hr-text:before {
content: '';
background: -webkit-linear-gradient(left, transparent, #b50000, transparent);
background: linear-gradient(to right, transparent, #b50000, transparent);
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: 1px;
}
.hr-text:after {
content: attr(data-content);
position: relative;
display: inline-block;
padding: 0 .2em;
line-height: 1.5em;
background-color: #fff;
}
#page-top {
position: fixed;
bottom: 60px;
right: 5px;
font-size: 77%;
}
#page-top a {
background: #ccc;
text-decoration: none;
color: #fff;
width: 65px;
padding: 16px 0;
text-align: center;
display: block;
border-radius: 5px;
float: right;
margin-bottom: 5px;
}
#container{
width: 1000px;
}

#footer{
margin: 0px auto 0px ;
background: linear-gradient(#135b9a, #063d6d);
    background-color: #063d6d;
}

#footer a {
color: #fff;
white-space:nowrap;
}

.navi_a ul {
overflow: hidden;
}
.navi_a li {
float: left;
width: 30%;
border: 1px solid #DBDBDB;
text-align: center;
background-color: #fff;
border-radius: 8px;
margin: 2px;
padding: 3px;
}
.navi_a li a {
display: block;
position: relative;
width: 100%;
color: #000;
vertical-align: middle;
}


.footer_list a {
display: block;
padding: 5px;
}
/*.tel_btn {
text-decoration: none;
display: block;
border-radius: 8px;
box-shadow: 0px 2px #a75309;
background-color: #ef770c;
color: #000;
margin: 2px auto 3px;

}*/
/*.tel_btn:hover  {
background-color: #a75309;
box-shadow: 0px 2px #a75309;
color: #000;
}*/
.mail_btn a{color: #000;}
.mail_btn_n {
text-decoration: underline;
text-align: center;
width: 85%;
margin: 5px auto;
}

.mail_btn_n a{color: #000;}
.mail_btn_n:hover  {color: #333;}
.mail_btn_n a:hover  {color: #999;}

.mail_btn {
	text-align: center;
  margin: 0px auto;
  color: #fff;
  padding-top: 5px;
  background: linear-gradient(#e68700, #ce7900);
  background-color: #3478b7;
  padding: 10px;
  width: 47%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  text-shadow: 1px 0px 1;
  box-shadow: 0px 3px #884f00;
  color: #fff;
}

.mail_btn a{color: #fff;}
.mail_btn:hover  {color: #333;}
.mail_btn a:hover  {color: #999;}

.offce_btn a:hover  {opacity: 0.8;filter: alpha(opacity=80);}
.offce_btn a {
color: #fff;
display: block;
}

.offce_btn  {
text-align: center;
margin: 10px auto;
color: #fff;
padding-top: 5px;
border-radius: 8px;
box-shadow: 0px 2px #154571;
background-color: #3478b7;
width: 65%;
height: 35px;
}

.fd{
font-size: 3.6rem;
font-family: 'Maven Pro', sans-serif;
font-feature-settings : "palt";
font-weight: bold;
color: #c00;

}
.fc{
font-size: 3.6rem;
font-family: 'Maven Pro', sans-serif;
font-feature-settings : "palt";
font-weight: bold;
color: #c00;
}

.fd_n{
font-size: 2.5rem;
color: #333;
font-family: 'Maven Pro', sans-serif;
font-feature-settings : "palt";
line-height: 1;
font-weight: bold;
}

.fc_n{
font-size: 2.3rem;
color: #333;
font-family: 'Maven Pro', sans-serif;
font-feature-settings : "palt";
line-height: 1.2;
font-weight: bold;
}

.tab{overflow:hidden;}
.tab li{
width: 49.888%;
text-align: center;
background:#063d6d;
padding:25px 0px;
float:left;
border-radius: 10px 10px 0 0 / 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
color: #fff;
white-space: nowrap;
border-right: 1px solid #fff;
}

/*
.tab li:after{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.tab li:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}*/

.tab li.select{background:#3478b7;}
.content li{
background:#fff;
padding:5px;
border: 1px solid #063d6d;
}
.hide {display:none;}

.balloon-bottom {
position: relative;
background: #b50000;
z-index: 0;
}
.balloon-bottom:after {
content: "";
position: absolute;
bottom: -10px; left: 50%;
margin-left: -10px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #b50000 transparent transparent transparent;
}
.list11 {counter-reset: li;}
.list11 li {
position: relative;
display: block;
padding: 5px 0px 5px 20px;
margin-left: 0px !important;
}
.defaultlist li {
list-style-type: none !important;
list-style-image: none !important;
}
li.list11-count:after {
counter-increment: li;
content: counter(li) ".";
position: absolute;
display: block;
text-align: center;
font-style: italic;
left: 0px;
top: 7px;
font-size: 15px;
color: #000;
font-family: 'Goudy Bookletter 1911',Georgia,serif;
}
.prefectures li a{
border-top: 1px solid #ccc;
display: block;
padding: 5px;
background-color: #f8f8f8;
}
/*from*/
input, button, textarea, select {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
input, button, textarea, select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
input[type=radio], input[type=checkbox] {display: none;}
input::-webkit-input-placeholder { color: #666; }
input::-moz-placeholder { color: #666; }
input:focus, select:focus, textarea:focus, radio:focus {
box-shadow: 0 0 7px #1a57bc;
border: 1px solid #063d6d;
background-color: #fff;
}
input[type="text"]:placeholder-shown,
input[type="tel"]:placeholder-shown,
input[type="email"]:placeholder-shown,
textarea[name="inquiry"]:placeholder-shown {
  background-color:#f7f7f7;
}
input[type="text"]:not(:placeholder-shown),
input[type="tel"]:not(:placeholder-shown),
input[type="email"]:not(:placeholder-shown),
textarea[name="inquiry"]:not(:placeholder-shown) {
  background-color: #fff;
}
.form-text {
border-radius: 5px;
padding: 5px;
color: #000;
border: 1px solid #4e4e4e;
background: #fff;
line-height: 1.7;
/*margin: 0 0 15px 0;*/
padding: 5px 0px;
border: 1px solid #4e4e4e;
-moz-box-shadow: rgba(100, 100, 100, 0.4) 1px 1px 2px 0px inset;
-webkit-box-shadow: rgba(100, 100, 100, 0.4) 1px 1px 2px 0px inset;
box-shadow: rgba(100, 100, 100, 0.4) 1px 1px 2px 0px inset;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding-left: 5px;
width: 100%;
font-size: 2.0rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.reply {

}
.reply input[type="radio"]:checked + label {
background-color: #3478b7;
color: #fff;
}

.reply label:first-of-type {
border-radius: 5px 0 0 5px;
border-left: 1px solid #4e4e4e;
}
.reply label:last-of-type {
border-radius: 0 5px 5px 0;
border-right: 1px solid #4e4e4e;
}

.reply label {
display: block;
float: left;
cursor: pointer;
width: 33%;
margin: 0;
padding: 20px 0px;
border-top: 1px solid #4e4e4e;
border-bottom: 1px solid #4e4e4e;
border-right: 1px solid #4e4e4e;
background: #fff;
color: #333;
font-size: 2.0rem;
text-align: center;
line-height: 1;
transition: .2s;
margin-bottom: 8px;
margin: 4px 0 4px 0;
}

.checkbox:before {
-webkit-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
position: absolute;
top: 50%;
left: 21px;
display: block;
margin-top: -7px;
width: 5px;
height: 9px;
border-right: 3px solid #c00;
border-bottom: 3px solid #c00;
content: '';
opacity: 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {opacity: 1;}
.select-box01 select {
padding: 8px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid #1f1f1f;
background: #fff;
background: #fff url(../images/arrow02.png) right 50% no-repeat;
background: #fff url(../images/arrow02.png) right 50% no-repeat;
background-size: 25px, 100%;
}
input.submit_button {
padding: 15px 55px;
font-size: 1.2em;
background-color: #ff9600;
color: #fff;
border-style: none;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
font-weight: bold;
background: #ff9600 url(../images/light_bulb_q_btn.png) 165px center no-repeat;
background-size: 30px;
cursor: pointer;
box-shadow: 4px 4px #ff7300;
}
input.submit_button:hover {
background-color: #ff7100;
box-shadow: 4px 4px #ff7300;
}
input.form_submit_button {
padding: 15px 0px;
font-size: 1.6rem;
background-color: #ef770c;
color: #fff;
border-style: none;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
font-weight: bold;
cursor: pointer;
box-shadow: 0px 2px #a75309;
width: 300px;
}
input.form_submit_button:hover {
background-color: #a75309;
box-shadow: 0px 2px #a75309;
}
input.form_cancel_button {
padding: 15px 15px;
font-size: 1.6rem;
background-color: #6f6f6f;
color: #fff;
border-style: none;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
font-weight: bold;
cursor: pointer;
box-shadow: 0px 2px #616161;
}
input.form_cancel_button:hover {
background-color: #a1a1a1;
box-shadow: 0px 2px #616161;
}
input[type="text"].is_error,
input[type="tel"].is_error,
input[type="email"].is_error,
textarea[name="inquiry"].is_error {
  background-color: #fdd8da;
  border: 2px solid #ff5a5f;
  box-shadow: 0 0 4px #ff252b;
}
p[class^="is_error"] {
  font-size: 1.3rem;
  color: #ff5a5f;
  line-height: 1.8;
}
input[type=radio] {display: none; }
input[type="radio"]:checked + label.label {
background: #063d6d url(../images/rdo0_w.png) 5px 10px no-repeat;
background-color: #063d6d;
color: #FFF;
font-weight: normal;
}
input[type="radio"]:checked + label.label_single{
color: #FFF;
background: url(../images/rdo2_a.png) 110px 10px no-repeat;
background-size: 30px;
}
.label:hover {background-color: #ccc;}
.label {
border: #063d6d solid 2px;
display: block;
height: 55px;
line-height: 25px;
padding-left: 10px;
cursor: pointer;
border-radius: 8px;
width: 40%;
text-align: center;
padding-top: 7px;
}

.label_base {
color: #fff;
border: #fff solid 2px;
display: block;
height: 45px;
line-height: 0px;
cursor: pointer;
background: url(../images/rdo1.png) -5px 0px no-repeat;
border-radius: 5px;
width: 45%;
text-align: center;
padding-top: 13px;
background-size: 38px;
}

.label_single:hover {
background-color: #949494;
background: #949494 url(../images/rdo2_a.png) 260px 5px no-repeat;
background-size: 30px;
box-shadow: 0px 5px #949494;
}
.label_single {
color: #fff;
display: block;
cursor: pointer;
background: url(../images/rdo1_a.png) 260px 5px no-repeat;
background-size: 30px;
border-radius: 8px;
margin-bottom: 5px;
margin-left: 5px;
width: 300px;
line-height: 1.3;
text-align: left;
padding-left: 10px;
padding-bottom: 10px;
padding-top: 10px;
box-shadow: 0px 4px #656565;
margin-bottom: 10px;
}

/* Chrome, Safari */
::-webkit-input-placeholder{
color: #ccc;
font-weight: normal;
}
/* Firefox */
::-moz-placeholder{
color: #ccc;
font-weight: normal;
}
/* Firefox 18以前 */
:-moz-placeholder{
color: #ccc;
font-weight: normal;
}
/* IE */
:-ms-input-placeholder{
color: #ccc;
font-weight: normal;
}
.koutsuujiko {background-color: #194572;}
input[type="radio"]:checked + label.koutsuujiko {
background-color: #194572;
border: #b20000 solid 2px;
}
.keijijiken {background-color: #2c2c2c;}
input[type="radio"]:checked + label.keijijiken {
background-color: #474747;
border: #b20000 solid 2px;
display: block;
}
.souzoku {background-color: #b39b79;}
input[type="radio"]:checked + label.souzoku {
background-color: #b39b79;
border: #b20000 solid 2px;
display: block;
}
.rikon {background-color: #156b4b;}
input[type="radio"]:checked + label.rikon {
background-color: #156b4b;
border: #b20000 solid 2px;
display: block;
}
.kabarai {background-color: #ff6600;}
input[type="radio"]:checked + label.kabarai {
background-color: #ff6600;
border: #b20000 solid 2px;
display: block;
}
.bgatakanen {background-color: #4AA53F;}
input[type="radio"]:checked + label.bgatakanen {
background-color: #4AA53F;
border: #b20000 solid 2px;
display: block;
}
#select-box02 select {
width: 80%;
padding: 5px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 2px solid #063d6d;
background: #eee;
background: url(../images/arrow02.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#ebebeb 100%);
background: url(../images/arrow02.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#ebebeb 100%);
background-size: 35px, 100%;
border-radius: 5px;
font-weight: bold;
padding-left: 33px;
}
.btn {
text-decoration: none;
display: block;
text-align: center;
padding: 20px 0 15px;
color: #fff;
background-color: #b20000;
border-radius: 8px;
box-shadow: 0px 3px #700000;

}
.btn:hover {
background-color: #d80000;
box-shadow: 0px 3px #700000;
}
.his_back {
text-decoration: none;
display: block;
text-align: center;
padding: 5px 0 5px;
color: #fff;
border: 1px solid #063d6d;
background-color: #063d6d;
border-radius: 5px;
box-shadow: 0px 5px #03294a;
width: 61%;
margin: auto;
margin-bottom: 50px;
margin-top: 40px;
padding: 15px;
}
.his_back:hover {
border: 1px solid #063d6d;
background-color: #063d6d;
box-shadow: 0px 5px #03294a;
}
.balloon-2-bottom {
position: relative;
display: inline-block;
padding: 0 15px;
width: auto;
min-width: 115px;
height: 35px;
color: #fff;
line-height: 35px;
text-align: center;
background: #063d6d;
z-index: 0;
margin-bottom: 10px;
}
.balloon-2-bottom:after {
content: "";
position: absolute;
bottom: -10px; left: 50%;
margin-left: -10px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #063d6d transparent transparent transparent;
}
/*.title {
position: relative;
text-align: center;
}
.title span {
position: relative;
z-index: 2;
display: inline-block;
background-color: #fff;
text-align: left;
white-space: nowrap;
margin: 0px 2.5em;
padding: 0px 6px;
}
.title::before {
position: absolute;
top: 50%;
z-index: 1;
content: '';
display: block;
width: 100%;
height: 5px;
background-color: #b20000;
}*/
.point_title {
background-color: #fff;
color: rgb(210, 77, 31);
width: 35%;
margin-top: 0px;
/*padding: 5px;*/
border-radius: 5px;
/* border-width: 1px; */
/* border-style: solid; */
/* border-color: initial; */
/* border-image: initial; */
width: 100%;
text-align: center;
}
.select_title {
position: relative;
background-color: #b20000;
color: #ffffff;
margin-top: -30px;
margin-left: -25px;
padding: 5px;
border-radius: 5px;
width: 15%;
text-align: center;
border: 2px solid #ffffff;
width: 40px;
height: 40px;
border-radius: 40px;
    float: left;
}
.dialogoffice {
background: url(../images/tel_office.png) left bottom no-repeat;
background-size: 75px;
min-height: 85px;
}
.dialoguser {
background: url(../images/tel_user.png) right bottom no-repeat;
background-size: 50px;
min-height: 95px;
}
.dialogbtn {
text-decoration: none;
color: #fff;
background-color: #d77609;
border-radius: 5px;
box-shadow: 0px 3px #915007;
width: 95%;
font-family: 'Maven Pro', sans-serif;
}
.dialogbtn:hover {
background-color: #915007;
box-shadow: 0px 3px #915007;
}
.tel_area {
margin: 0px auto;
height: 45px;
display: table;
padding-top: 10px;
}
.box-margin {}
.select--two__left {width: 65%;}
.select--two__right {}
.seach_btn {
text-decoration: none;
display: block;
text-align: center;
padding: 3px 5px 3px;
color: #fff;
border: 1px solid #b20000;
background-color: #b20000;
border-radius: 5px;
box-shadow: 0px 5px #700000;
}
.seach_btn:hover {
border: 1px solid #700000;
background-color: #700000;
box-shadow: 0px 5px #700000;
}

.office_img {
width: 210px;
height: auto;
float: left;
}

.office_wrapper {
float: right;
margin: 0;
width: 100%;
margin-left: -210px;
}
/*.office_talk {
margin: 0;
margin-left: 115px;
font-size: 1.3rem;
}*/

.office_title {
width: 20px;
height: auto;
float: left;
}
.office_titlewrapper {
float: right;
margin: 0;
width: 100%;
margin-left: -23px;
}
.office_titlename {
margin: 0;
margin-left: 37px;
/*font-size: 1.5rem;*/
}

/*.office_overviewwrapper {
float: right;
margin: 0;
width: 100%;
margin-left: -240px;
}*/
.office_overview {
margin: 0;
margin-left: 125px;
/*font-size: 1.1rem;*/
}

.menu-trigger,
.menu-trigger span{
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor :pointer;
}
.menu-trigger{
  position: relative;
  width: 48px;
  height: 48px;
  background: #fff;
  z-index: 2;
  float: right;
}
.menu-trigger span{
  position: absolute;
  background: #333;
  width: 30px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
.menu-trigger span:nth-of-type(1){
  top: 15px;
}
.menu-trigger span:nth-of-type(2){
  top: 0;
  bottom: 0;
}
.menu-trigger span:nth-of-type(3){
  bottom: 15px;
}
.menu-trigger.active span:nth-of-type(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
.g-nav{
  display: none;
  position: absolute;
  top: 0;
  background: #063d6d;
  width: 100%;
  /*height: 100%;*/
}
.g-nav .list{
  padding: 20px;
}
.g-nav .list .item{
  border-bottom: 1px solid #fff;
}
.g-nav .list .item a{
  display: block;
  text-align: left;
  text-decoration: none;
  color: #fff;
  padding: 15px 0;
}


div#wrapper {
width: 100%;
margin: 0 auto;
text-align: left;
}
.res_r {
width: 210px;
}
.res_l {
width: 306px;
}

/*.office_img {
width: 190px;
height: auto;
float: left;
}*/
.office_img img{
width: 170px;
height: auto;
}


.office_talk {
margin: 0;
margin-left: 185px;
/* font-size: 1.5rem; */
/*border-top: 1px solid #025292;
border-bottom: 1px solid #02508f;*/
/* margin-left: 10px; */
color: #000;
/*font-weight: bold;*/
}

.offoce_aimg img {
width: 145px;
height: auto;
float: left;
}

.offoce_bimg img {
width: 211px;
height: auto;
float: left;
}


.office_mgt_info_name {
  background: linear-gradient(#0b5392, #063d6d);
  background-color: #063d6d;
  margin-top: 20px;
  padding: 5px;
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 2.3rem;
}
tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.office_mgt_info_body {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 10px;
  width: 100%;
}
.office_mgt_info_conts {
  border: 1px solid #ccc;
  margin-top: 50px;
}
.mgt_conts_secTop {
  background-color: #eaeaea;
  color: #333;
  border-bottom: 1px solid #ccc;
  font-size: 1.7rem;
  padding: 5px;
  font-weight: bold;
}
.mgt_bottomPic_message {
  width: 60%;
  padding: 10px;
  float: right;
}
.mgt_bottomPic {
  width: 30%;
  padding: 10px;
  float: left;
}
table.type02 {
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  margin: 15px 5px;
  width: 99%;
  border-top: 1px solid #ececec;
}

.office_pc{
width: 100%;
margin: auto;
}
.office_overviewwrapper {
float: right;
margin: 0;
width: 100%;
margin-left: -300px;
}
.office_overview {
margin: 0;
margin-left: 225px;
/*font-size: 1.3rem;*/
}
.g-nav{
  display: none;
  position: absolute;
  top: 0;
  background: #063d6d;
  width: 640px;
  /*height: 100%;*/
}
.searchmap_list_block {
    height: 345px;
    position: relative;
    background: #FDFDFD url(../images/chiiki_back.png) -6px 18px no-repeat;
    margin-bottom: 10px;
    font-size: 14px;
}
.searchmap_list_block ul {
margin: 0;
padding: 0;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
position: absolute;
/*overflow: hidden;*/
border: 2px solid #063d6d;
/*color: #461f00;*/
width: 80px;
}
.searchmap_list_block_txt {
text-align: left;
font-weight: bold;
letter-spacing: 0.1em;
padding: 5px;
font-size: 13px;
font-size: 1.3rem;
}

.searchmap_list_block_all {
border: 1px solid #ccc;
background-color: #fff;
}
.searchmap_list_all_txt_box {
color: #000;
font-size: 16px;
font-size: 1.6rem;
text-align: center;
font-weight: bold;
background-color: #fff;
width: 95%;
margin: auto;
padding: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #D1D1D1;
margin-top: 20px;

}
.searchmap_list_all_txt {
color: #000;
font-size: 16px;
font-size: 1.6rem;
text-align: center;
font-weight: bold;
background-color: #E0DCD6;
}
.searchmap_list_all_txt_count {
color: #c00;
font-size: 20px;
font-size: 2.0rem;
padding-left: 2px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding-left: 5px;
padding-right: 5px;
}

.searchmap_list_block_txt span {
font-size: 16px;
font-size: 1.6rem;
color: #ff6600;
padding-left: 2px;
padding-right: 2px;
}
.kaigyou {
white-space: nowrap;
color: #333;
}

.searchmap_list_block_txt_span {
color: #ff6600;
font-size: 16px;
font-size: 1.6rem;
}
.searchmap_list_block ul.hokkaido {
left: 610px;
top: 15px;
}
.searchmap_list_block ul.tohoku {
	left: 530px;
    top: 95px;
}
.searchmap_list_block ul.kanto {
	left: 520px;
	    top: 215px;

}
.searchmap_list_block ul.hokuriku {
	left: 435px;
    top: 25px;
}
.searchmap_list_block ul.tokai {
	left: 345px;
	    top: 255px;

}
.searchmap_list_block ul.kansai {
	left: 260px;
	    top: 145px;
}
.searchmap_list_block ul.shikoku {
	left: 150px;
    top: 265px;
}
.searchmap_list_block ul.chugoku {
	left: 165px;
	    top: 45px;
}
.searchmap_list_block ul.kyushu {
	left: 35px;
	    top: 45px;
}
.searchmap_list_block ul.okinawa {
	left: 3px;
    top: 315px;

}
.searchmap_list_block ul.multi_col {
width: 161px;
}
.searchmap_list_block ul.multi_col .right {
border-right: 0;
}
.searchmap_list_block li {
margin: 0;
padding: 0;
background-image: none;
background-color: #fff;
background: -moz-linear-gradient(top, #fff 0%, #f1f1f1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f1f1f1));
background: -webkit-linear-gradient(top, #fff 0%, #f1f1f1 100%);
background: -o-linear-gradient(top, #fff 0%, #f1f1f1 100%);
background: -ms-linear-gradient(top, #fff 0%, #f1f1f1 100%);
background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%);
background-clip: padding-box;
list-style: none;
width: 80px;
/*height: 24px;*/
float: left;
border-right: 1px solid #063d6d;
border-bottom: 1px solid #063d6d;
text-align: center;
/*overflow: hidden*/
}
.searchmap_list_block li a {
display: block;
font-size: 13px;
text-decoration: none;
font-weight: bold;
line-height: 24px
}
.searchmap_list_block li a:hover {	background-color: #ccc }
.searchmap_list_block li.t_l {	border-top-left-radius: 3px}
.searchmap_list_block li.t_r {	border-top-right-radius: 3px}
.searchmap_list_block li.b_l {	border-bottom-left-radius: 3px;	border-bottom: 0 }
.searchmap_list_block li.b_r {	border-bottom-right-radius: 3px;	border-bottom: 0 }
.examplebox {
background-color: #FFF8F3;
background-image: -moz-linear-gradient(#FFF8F3, #fff);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF8F3), to(#fff));
padding: 5px 5px 0px 5px;
border: 1px solid #ccc;
cursor: pointer;
margin-bottom: 5px;
min-height: 50px;
}
.button-radio input[type="radio"] {
  display:none;
}

.button-radio label {
display:inline-block;
color:#333;
background-color:#f7f7f7;
cursor: pointer;
}
.button-radio label:hover {background-color:#ccc; width: 80px;}

.button-radio input[type="radio"]:checked + label {
background-color:#063d6d;
color:#fff;
width: 80px;

}


table.type02 {
border-collapse: separate;
border-spacing: 0;
text-align: left;
margin-top: 15px;
width: 100%;
border-top: 1px solid #ececec;

}
table.type02 th {
width: 90px;
padding: 5px;
vertical-align: top;
border-bottom: 1px solid #ececec;
background: #fff;
}
table.type02 th.sub {
width: 130px;
}
table.type02 td {
padding: 5px;
vertical-align: top;
border-bottom: 1px solid #ececec;
}


/**/
table.type03 {
border-collapse: separate;
border-spacing: 0;
text-align: left;
margin-top: 15px;
width: 100%;
border-top: 1px solid #ececec;
}
table.type03 th {
width: 200px;
padding: 5px;
vertical-align: top;
border-bottom: 1px solid #ececec;
background: #fff;
}
table.type03 th.sub {
width: 130px;
}
table.type03 td {
padding: 5px;
vertical-align: top;
border-bottom: 1px solid #ececec;
}
.lowyer_wrap{padding: 5px 10px;width: 58%;float: right;}
.lowyer_title{font-size: 12px;border-bottom:1px solid #efefef; padding-bottom: 5px;color: #6f6f6f;}
.lowyer-list{font-weight: bold; padding: 5px 0px;color: #6f6f6f;}
.field-title {background: #0370af;color: #fff;padding: 5px 15px;border-radius: 4px;font-size: 14px;}
.field-list li{float: left;padding: 10px 0px 8px 42px;width: 44%;border-bottom: 1px solid #efefef;margin: 8px;}
.field-list li a{display: block;color: #0370af;font-weight: bold;font-size: 14px;}
.field-list li a::after {font-family: FontAwesome;content: '\f105';float: right;line-height: 1.5;}
.sec-field-wrap{}
.sec-field-title{font-size: 1.7rem;padding: 8px 10px;font-weight: bold;background: #f4f4f4;border-bottom: 1px solid #b0b0b0;}
.sec-field-list{width: 100%;display: inline-block}
.sec-field-list ul {padding-left: 15px;}
.sec-field-list li {list-style-type: disc;color: #d0cdcd;border-bottom: 1px solid #efefef;float: left;width: 46%;margin-right: 20px;margin-left: 19px;}
.sec-field-list li a{display: block;color: #6f6f6f;line-height: 3.3;}
.sec-field-list li a::after {font-family: FontAwesome;content: '\f105';float: right;line-height: 3;}
.id_1{background: url(../images/syakkin.png) 5px 5px no-repeat;background-size: 20px;}
.id_2{background: url(../images/souzoku.png) 4px 15px no-repeat;background-size: 30px;}
.id_3{background: url(../images/koutsu.png) 2px 13px no-repeat;background-size: 31px;}
.id_4{background: url(../images/ninbai.png) 5px 5px no-repeat;background-size: 24px;}
.id_7{background: url(../images/keiji.png) 2px 10px no-repeat;background-size: 28px;}
.id_8{background: url(../images/rikon.png) 7px 7px no-repeat;background-size: 20px;}
.id_9{background: url(../images/bgata.png) 6px 5px no-repeat;background-size: 19px;}
.id_10{background: url(../images/hibou.png) 7px 10px no-repeat;background-size: 25px;}
.id_11{background: url(../images/jikou.png) 8px 7px no-repeat;background-size: 13px;}
.id_12{background: url(../images/roudou.png) 10px 6px no-repeat;background-size: 16px;}