@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";

/*page_center
************************************************************************************/

.frameGmap{
	width: 100%;
	/*height: 350px;*/
	text-align: center;
	margin: 20px 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
@media screen and (max-width: 768px) {
/*tablet*/
}

@media screen and (max-width: 479px) {
/*sp*/
}
/*お困りの方　インデックスページ
************************************************************************************/

.frameTrouble{
	width: 100%;
	padding: 15px 0;
}
.frameTrouble .boxCate{
	display: block;
	padding: 10px;
	margin: 15px auto;
	border: 1px solid #ffcc8f;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.frameTrouble .boxCate .title{
	font-size: 20px;
	font-weight: bold;
	padding: 7px 10px;
	border-bottom: 1px solid #f29841;
	margin-bottom: 15px;
}
.frameTrouble .boxCate .title span.more{
	background: url(../../img/common/ar_white.png) no-repeat 10px center #f29841;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	float: right;
	font-size: 12px;
	font-weight: normal;
}
.frameTrouble .boxCate .title span.more:hover{
	background: url(../../img/common/ar_white.png) no-repeat 10px center #009933;
}
.frameTrouble .boxCate .title span.more a{
	padding: 7px 10px 7px 22px;
	color: #FFF;
	text-decoration: none;
	display: block;
}
.frameTrouble .boxCate .cmt{
	line-height:1.6;
	display: block;
}
.frameTrouble .boxCate .cmt img{
	max-width: 100px;
	height: auto;
	float: left;
	margin-right: 15px;
}

@media screen and (max-width: 768px) {
/*tablet*/
}

@media screen and (max-width: 479px) {
/*sp*/
.frameTrouble .boxCate .title span.more{
	display: block;
	float: none;
}
.frameTrouble .boxCate .cmt img{
	float: none;
	display: block;
	margin: 0 auto 10px auto;
}
}

/*page_cooling
************************************************************************************/

.frameIntro{
	width: 100%;
	margin: 20px 0;
	padding: 15px;
	background: url(../../img/common/bg_slash_blue.png) repeat;
	border: 1px solid #a5c2e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.frameCaution{
	width: 100%;
	margin: 20px 0;
	padding: 15px;
	background: url(../../img/common/bg_slash_red.png) repeat;
	border: 1px solid #ED0003;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.ttl_red{
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #EB0003;
}

ul.case li{
	margin: 5px 0 10px 0;
	list-style-type: none;
	display: block;
	border-bottom: 1px dotted #D4D4D4;
	padding: 10px 0;
}
ul.case li .point{
	padding: 5px 10px 5px 30px;
	background: url(../../img/common/icon_case.png) no-repeat left 0.4em;
	font-weight: bold;
}
ul.case li .ex{
	padding: 0 10px 5px 0;
	color: #666;
}
.answer{
	float: left;
	padding: 0 15px 5px 0;
}
@media screen and (max-width: 768px) {
/*tablet*/
}

@media screen and (max-width: 479px) {
/*sp*/
}

/*page_syougaku
************************************************************************************/

ul.flow li{
	padding: 5px 5px 10px 30px;
	background: url(../../img/common/icon_flow.png) no-repeat left 0.4em;
}
ul.flow li .title{
	padding-right: 10px;
	font-weight: bold;
	float: left;
	width: 20%;
}

@media screen and (max-width: 768px) {
/*tablet*/
}

@media screen and (max-width: 479px) {
/*sp*/
#page_syougaku table.normal tbody th{display: none;}
#page_syougaku table.normal tbody td:nth-of-type(1):before { content: "[訴訟の目的の価格]"; display:block; font-weight: bold; }
#page_syougaku table.normal tbody td:nth-of-type(2):before { content: "[手数料]"; display: block; font-weight: bold; }
}



