@charset "UTF-8";

/*
====================================================================================================
■ common class
---------------------------------------------------------------------------------------------------- */
/* 準備中 */
.txt_not_ready {
	padding: 80px 0 300px;
	text-align: center;
	font-weight: bold;
	font-size: large;
}


/* ページのタイトル
-------------------------------------------------- */
#page_title{
padding:0px 0px 0px 0px ;
}



/* パンくずリスト
-------------------------------------------------- */
#pan {
	background:rgba(229,224,218,0.9);
}

#pan ul{
	margin: 0px auto 0px;
	line-height: 40px;
	width:960px;
}
	#pan li {
		display: inline;
	}
		#pan li:before {
			content: "　>>　";
		}
		#pan li.first:before {
			content: "";
		}
		#pan li.first{
			padding:0px 0px 0px 0px ;
		}

/* inner
-------------------------------------------------- */
.inner10 {
	padding: 0 10px;
}

/* table_style
-------------------------------------------------- */

.hissu:before {
  content: '必須';
  background-color: #ffa23e;
}
.nini:before {
  content: '任意';
  background-color: #4b7aa6;
}
.table_style th:before {
  font-weight: normal;
  padding: 3px 10px;
  float:left;
  margin:10px 0 0;
  color: #fff;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.table_style {
 border-top: 1px solid #ccc;
 margin:10px auto 10px;
 width:100%;
}

		.table_style th,
		.table_style td {
			padding: 10px;
			border-bottom: 1px solid #ccc;
			border-right: 1px solid #aaa;
			text-align: left;
		}
		.table_style td {
			background:#fff;
			border-left: 1px solid #aaa;
		}
		.table_style td.price{text-align:right;background:#fff;}
		.table_style td.item{font-weight:bold;color:#019e05;background:#f2f2f2;text-align:left;}

		.table_style th {
			vertical-align: top;
			text-align:center;
			font-weight:bold;
			border-left: 1px solid #aaa;
			background:#f2f2f2;
			width:30%;
		}
		.table_style th.kou{
			color:#37701b;
			background:#fff;
		}


.table_style02 {
	margin: 0 auto 10px;
	width:100%;
}
		.table_style02 th{padding: 10px;
		border-bottom: 1px solid #fcfbfb;
		background:#f4ecdd;
		font-weight:bold;
		color:#735420;
		}
		.table_style02 td {
			padding: 16px;
			border-bottom: 2px solid #f4ecdd;
			background:#fff;
		}
		.table_style02 td.item{
			color:#009cff;
			background:#f2f2f2;
			width:70%;
		}

@media only screen and (max-width: 768px) {

.res{
display: none;
}


.table_style {
 width:95%;
}

.table_style th{width:100%;
}

table, tbody, tr, th, td {
display: block;
}

.table_style td.item{width:100%;border-bottom: none;}

}

p.hissu{
 background:url(../common_img/icon_05.gif) no-repeat left 2px;
 margin: 0;
 padding:0px 0px 0px 40px ;
}

p.nini{
 background:url(../common_img/icon_07.gif) no-repeat left 2px;
 margin: 0;
 padding:0px 0px 0px 40px ;
}


.list_style02 {padding:10px;}
.list_style02 li {
padding:0 0 0 15px;
text-indent:-15px;
line-height: 25px;
list-style: inside decimal;}



/*
====================================================================================================
■ contact
---------------------------------------------------------------------------------------------------- */


.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control:-moz-placeholder {
  color: #000;
  font-weight:bold;
}
.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
  font-weight:bold;
}
.form-control:-ms-input-placeholder {
  color: #000;
  font-weight:bold;
}
.form-control::-webkit-input-placeholder {
  color: #000;
  font-weight:bold;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
  width:100%!important;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.contact_box{
background:url(../contact/images/contact_bg01.png) repeat 0px 0;
margin:30px 0 20px;
padding:10px 0;
}


.contact_box h3{
color:#7a6854;
font-size:140%;
font-weight:bold;
line-height:1.9;
text-align:center;
padding-bottom:10px;
}

.contact_box h3 br{
display:none;
}

.contact_box h3 span{
background: linear-gradient(transparent 80%, #f8782c 0%);
font-size:110%;
}

.contact_box .inner{
border:solid 1px #ebaa22;
background:#fff;
position:relative;
padding:10px 20px 10px 20px;
width:98%;
margin:0 auto;
}

.contact_tt{
position:absolute;
top:5px;
left:5px;
}

.contact_box .inner dl{
padding:0px 40px;
width:100%;
}

.contact_box .inner dt{
color:#7a6854;
font-weight:bold;
font-size:260%;
text-align:center;
}

.contact_box .inner dd{
color:#000;
font-weight:bold;
font-size:100%;
text-align:center;
}

.contact_box dt:before{content:"TEL ";font-weight:normal;font-size:80%;}

.contact_box dt a{color:#7a6854;text-decoration:none;}

.tel_info{
padding:0 80px;
}

.tel_info li{
padding:5px 0 0;
}

.tel_info li:before{content: "※";color:red;}

.fax_info{
width:80%;
margin:20px auto 0px;
padding:10px 30px 10px;
background:#f2f2f2;
}

@media only screen and (max-width: 768px) {

.contact_tt{
position:absolute;
top:5px;
left:5px;
width:30px;
}

.contact_box h3{
font-size:120%;
}
.contact_box h3 br{
display:block;
}

.contact_box .inner dl{
padding:0px 10px;
width:100%;
}

.contact_box .inner dt{
font-size:190%;
}

.tel_info{
padding:20px 0px 0;
}

}

.office_img{
text-align:center;
padding:30px 0px 20px 0px ;
}

.office_img img{
width:25%;
}

/*
====================================================================================================
◆メリット
---------------------------------------------------------------------------------------------------- */

.coment_box{
border:solid 1px #cfbd8f;
background:#f2ead6;
padding:15px 20px;
margin:15px 10px;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
.meritt{
line-height:30px;
font-weight:bold;
color:#333;
margin:0px 15px 10px;
border-bottom:dotted 1px #ccc;
text-align:left;
}

.meritt:before { content:'\e008';margin:0px 5px 0px 0px ;font-family:'icomoon';color:#e9a400;}

.mese{
padding:0px 30px 20px 30px ;
}


.coment_box02{
border:dotted 2px #a8ddf1;
background:#e9f9ff;
padding:15px;
margin:15px 10px;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}



/*
====================================================================================================
◆メリット
---------------------------------------------------------------------------------------------------- */

.maru:before { content:'\e90e';margin:0px 5px 0px 0px ;font-family:'icomoon';color:#207200;}
.maru { font-weight:bold;padding:5px;color:#94521d;font-size:110%;margin:15px 5px 0px;}


.kyoucyou{
font-weight:bold;
padding:0px 0 10px;
color:#003463;
font-size:115%;
line-height:1.8;
}

.kyoucyou:before { content:'\f03a';margin:0px 5px 0px 0px ;font-family:'icomoon';color:#003463;}



/*
====================================================================================================
◆よくある質問
---------------------------------------------------------------------------------------------------- */

.dl_style_faq {margin:10px 5px 20px 5px;
 }

.dl_style_faq dt {
padding:13px 40px 13px 40px;
position: relative;
border-bottom:dashed 1px #ccc;
font-weight:bold;
margin:2px 0px 0px 0px ;
color:#a6783c;
}

.dl_style_faq dt:before{position: absolute;content:"Q";left:0px;top:12px;color:#fff;background:#00325f;font-weight:normal;padding:0 10px;margin:0px 10px 0px 0px ;}

.dl_style_faq dd {
padding:10px 10px 10px 40px;
text-indent:-40px;
}

.dl_style_faq dd:before{content:"A";color:#fff;background:#ff9600;font-weight:normal;padding:0 10px;margin:0px 10px 0px 0px ;}


.dl_style_faq .open {}
.dl_style_faq .open:after { position: absolute;content:'▲';right:10px;top:12px; color:#fff;font-size:100%;background:#ff9000;padding:0 3px;}
.dl_style_faq dt,
.dl_style_faq .close {}
.dl_style_faq .close:after { position: absolute;content:'▼';right:10px;top:12px; color:#fff;font-size:100%;background:#0086ff;padding:0 3px;}


/*
====================================================================================================
◆ご相談の流れ
---------------------------------------------------------------------------------------------------- */

.flow_tt {
    font-size: 115%;
    font-weight: bold;
    color: #06436b;
    line-height: 1.4;
    padding: 0 10px;
    background:rgba(229,224,218,0.9);
    border:solid 4px #00173b;
}

#flow {
counter-reset: Num;
}

.flow_tt::before {
    counter-increment: Num;
    content: counter(Num);
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    margin-right: 0.4em;
    padding: 0.6em 0.75em;
    background: #00173b;
    border-radius: 50%;
    position: relative;
}


.flow_box{
margin:0 0 0 30px;
padding:20px 20px 20px 20px;
border-left:#704c40 dotted 3px;
}

.flow_box:last-child{
border-left:none;
}

.flow_box02 dt{
font-weight:bold;
color:#000;
background:#e1ffde;
margin:0px 0 0px;
padding:5px 10px;
border:dotted 2px #68bc5f;
}


.flow_box02 dd{
margin:0 0 0 30px;
padding:20px 20px 20px 10px;
border-left:#68bc5f dotted 3px;
}

.flow_box02:last-child dd{
border-left:none;
}

.flow_box02 dt span{
font-size:110%;
color:#fff;
background:#68bc5f;
margin-right:10px;
padding:0 10px;
}

.flow_box02 dd{
margin:0px 10px;
}

@media only screen and (max-width: 768px) {

.flow_tt {
    font-size: 100%;
}

}


/*
====================================================================================================
◆司法書士とは？
---------------------------------------------------------------------------------------------------- */
.ab_box{
margin:15px 10px;
padding:15px;
background:#fff;
border:solid 6px #f2f2f2;
box-shadow:1px 1px 4px #ccc;
}



/*
====================================================================================================
◆タブ切り替えし
---------------------------------------------------------------------------------------------------- */

ul.tab_navi{
 padding:0px 0px 0px 0px;
 margin:0px 5px 0px;
 list-style-type: none;
}


ul.tab_navi li{
 float:left;
 background:#fff;
 margin:0 2px 0;
 border:solid 1px #cecece;
 border-bottom:none;
}


ul.tab_navi li.tabb a{
 padding:10px 15px 10px 15px;
 color:#8c631e;
 display: block;
 text-align:center;
 background:#fff;
 font-weight:bold;
 text-decoration:none;
}

ul.tab_navi li.tabb a:before { content:'\f058';margin:0px 5px 0px 0px ;font-family:'icomoon';}

ul.tab_navi li a:hover {
        color:#fff;
        background:#f36d00;
}

ul.tab_navi li a.active {
        background:#00173b;
        color:#fff;
        border-bottom:none;
}


.motion {
	width: 100%;
	display: none;
	margin:-1px auto 30px;
	padding:15px 15px 25px 15px;
	border:solid #e3e3e3 1px;
	background:#fff;}

#motion_area1 {
	display: block;
}

.motion p{padding:0px 15px 0px 15px;}

@media only screen and (max-width: 768px) {

ul.tab_navi{
 padding:0px 0px 0px 2px;
}

ul.tab_navi li{
 float:none;
 background:#fff;
 margin:0 auto 0;
 width:80%;
 border:solid 1px #cecece;
 border-bottom:none;
}

ul.tab_navi li.tabb a{
 padding:10px 5px 10px 5px;
}

ul.tab_navi li a span {
        display:none;
}

.motion {
	width: 96%;}

}


@media only screen and (max-width: 1000px) {

ul.tab_navi{
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px;
 list-style-type: none;
}

.tab_sec{
float:left;
margin:0px 0px 0;
padding:0px 0 0 0;
}

.tab_sec p{
margin:10px auto 5px;
}

}

@media only screen and (max-width: 768px) {

.tab_sec{
float:none;
}

.tab_sec p{
width:85%;
}

.tab_sec ul.tab_navi li:last-child{
 border:solid 1px #cecece;
 border-bottom:solid 1px #cecece;
}

}
