/*--------------------------------------------------------*/

/*  準備中　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 641px){

.junbi{
	text-align:center;
	padding:120px 0;
	font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
	font-size:15px;
	font-weight:700;
	color:#333;
	line-height:1.0em;
	letter-spacing:1.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

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

.junbi{
	text-align:center;
	padding:80px 0;
	font-size:15px;
	font-weight:700;
	color:#333;
	line-height:1.0em;
	letter-spacing:1.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

/*--------------------------------------------------------*/

/*  各項目の見出しとテキスト　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 641px){

h3{
	color:#72BE26;
	font-size:120%;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:25px;
}

.danraku{
	margin-top:20px;
}

}

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

h3{
	color:#72BE26;
	font-size:110%;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:25px;
}

.danraku{
	margin-top:20px;
}

}

/*--------------------------------------------------------*/

/*  ページタイトルと冒頭メッセージ　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 641px){

.messageBox{
}

.messageBox .mainBox{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom:30px;
}

.messageBox .mainBox .iconBox{
	width:120px;
	margin-right:30px;
}

.messageBox .mainBox .main_titleBox{
	flex:1;
	padding-top:44px;
}

.messageBox .mainBox .main_titleBox h2{
	font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
	font-size:26px;
	font-weight:700;
	color:#333;
	line-height:1.0em;
	letter-spacing:1.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.messageBox .message{
	margin-bottom:30px;
}

.messageBox .message .danraku{
	margin-top:20px;
}

}

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

.messageBox{
	margin-bottom:25px;
}

.messageBox .mainBox{
	margin-bottom:20px;
}

.messageBox .mainBox .iconBox{
	width:120px;
	margin:0 auto;
}

.messageBox .mainBox .main_titleBox{
	margin-top:32px;
}

.messageBox .mainBox .main_titleBox h2{
	font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
	font-size:19px;
	font-weight:700;
	color:#333;
	line-height:1.5em;
	letter-spacing:1.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.messageBox .message br{
	display:none;
}

}

/*--------------------------------------------------------*/

/*  取扱内容の具体例　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 641px){

.naiyouBox{
	margin-top:40px;
	padding-top:30px;
	border-top:2px solid #D5F0B9;
}

.naiyouBox ul li{
	font-size:100%;
	line-height:1.6em;
	margin-bottom:10px;
	list-style:square;
	margin-left:20px;
}

}

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

.naiyouBox{	
	margin-top:30px;
	padding-top:30px;
	border-top:2px solid #D5F0B9;
}

.naiyouBox ul li{
	font-size:100%;
	line-height:1.6em;
	margin-bottom:10px;
	list-style:square;
	margin-left:20px;
}

.naiyouBox .message br{
	display:none;
}

}

/*--------------------------------------------------------*/

/*  手続きや解決方法　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 641px){

.houhouBox{
	margin-top:40px;
	padding-top:30px;
	border-top:2px solid #D5F0B9;
}

.houhouBox h4{
	margin-top:25px;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:10px;
}

.houhouBox ul{
	margin-bottom:20px;
}

.houhouBox ul li{
	font-size:100%;
	font-weight:nomal;
	line-height:1.6em;
	margin-bottom:10px;
	list-style:disc;
	margin-left:20px;
}

}

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

.houhouBox{	
	margin-top:30px;
	padding-top:30px;
	border-top:2px solid #D5F0B9;
}

.houhouBox h4{
	margin-top:25px;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:10px;
}	

.houhouBox ul{
	margin-bottom:20px;
}

.houhouBox ul li{
	font-size:100%;
	font-weight:nomal;
	line-height:1.6em;
	margin-bottom:10px;
	list-style:disc;
	margin-left:20px;
}

.houhouBox br{
	display:none;
}

}

/*--------------------------------------------------------*/

/*  弁護士費用の参考例　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 641px){

.priceBox{
	margin-top:40px;
	padding-top:30px;
	border-top:2px solid #D5F0B9;
}

.priceBox .price_category{
	border:1px solid #008C55;
	padding:7px 15px;
	font-size:16px;
	font-weight:bold;
	color:#008C55;
	line-height:1.7em;
	letter-spacing:2.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:25px;
}

.priceBox h4{
	font-size:15px;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:10px;
}


.priceBox ul li{
	font-size:100%;
	line-height:1.6em;
	margin-bottom:10px;
	list-style:disc;
	margin-left:20px;
}

.priceBox .price_inner{
	padding-left:20px;
}

.priceBox ul.price_list{
	padding-left:30px;
}

.priceBox ul.price_list li{
	font-size:100%;
	line-height:1.6em;
	list-style:decimal;
	margin-left:20px;
	margin-bottom:1px;
}

.priceBox p.price_bikou{
	margin-top:10px;
	padding-left:30px;
	font-size:12px;
	color:#333;
	line-height:1.6em;
}

.priceBox .hosoku{
	font-size:12px;
	color:#333;
	line-height:1.6em;
}

}

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

.priceBox{	
	margin-top:30px;
	padding-top:30px;
	border-top:2px solid #D5F0B9;
}

.priceBox .price_category{
	border:1px solid #008C55;
	padding:5px 10px;
	font-size:15px;
	font-weight:bold;
	color:#008C55;
	line-height:1.7em;
	letter-spacing:2.0px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:25px;
}

.priceBox h4{
	font-size:15px;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:10px;
}


.priceBox ul li{
	font-size:100%;
	line-height:1.6em;
	margin-bottom:10px;
	list-style:disc;
	margin-left:20px;
}

.priceBox .price_inner{
}

.priceBox ul.price_list{
	padding-left:20px;
}

.priceBox ul.price_list li{
	font-size:100%;
	line-height:1.6em;
	list-style:decimal;
	margin-left:20px;
	margin-bottom:1px;
}

.priceBox p.price_bikou{
	margin-top:10px;
	margin-left:20px;
	font-size:11px;
	color:#333;
	line-height:1.6em;
	list-style:decimal;
}

.priceBox br{
	display:none;
}

.priceBox .hosoku{
	font-size:12px;
	color:#333;
	line-height:1.6em;
}

}

/*--------------------------------------------------------*/

/*  解決事例のご紹介　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 641px){

.jireiBox{
	margin-top:40px;
	padding-top:30px;
	border-top:2px solid #D5F0B9;
}

.jireiBox ul li{
	font-size:100%;
	line-height:1.6em;
	margin-bottom:10px;
	list-style:disc;
	margin-left:20px;
}

dl.koumoku {
    border-left:1px solid #DDD;
    border-right:1px solid #DDD;
    background-color:#73BE28;
}
dl.koumoku dt {
    float:left;
    clear: left;
    width:80px;
    background-color:#73BE28;
    border-top:1px solid #DDD;
    padding:8px 0px;
	text-align:center;
	font-size:14px;
	color:#FFF;
}
dl.koumoku dd {
    background-color:#73BE28;
    border-top:1px solid #DDD;
    border-left:1px solid #DDD;
    margin-left:80px;  
    padding:8px;
	text-align:center;
	font-size:14px;
	color:#FFF;
}

dl.sample {
    border-bottom:1px solid #DDD;
    border-left:1px solid #DDD;
    border-right:1px solid #DDD;
    background-color:#ECF8E4;
}
dl.sample dt {
    float:left;
    clear: left;
    width:80px;
    background-color:#ECF8E4;
    border-top:1px solid #DDD;
    padding:20px 0px;
	text-align:center;
	font-size:24px;
	color:#A8E26D;
	font-family:Helvetica,Arial;
}
dl.sample dd {
    background-color:#FFF;
    border-top:1px solid #DDD;
    border-left:1px solid #DDD;
    margin-left:80px;  
    padding:20px;
}

}

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

.jireiBox{	
	margin-top:30px;
	padding-top:30px;
	border-top:2px solid #D5F0B9;
}

.jireiBox ul li{
	font-size:100%;
	line-height:1.6em;
	margin-bottom:10px;
	list-style:disc;
	margin-left:20px;
}

dl.koumoku {
	display:none;
}
dl.koumoku dt {
}
dl.koumoku dd {
}

dl.sample {
}
dl.sample dt {
	display:none;
}
dl.sample dd {
    border-top:1px solid #DDD;
    padding:20px 0;
}

dl.sample dd br{
	display:none;
}

}

/*--------------------------------------------------------*/

/*  社会的に意義のある活動　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 641px){

.shakaiBox{
	margin-top:60px;
	padding-top:60px;
	border-top:2px solid #D5F0B9;
}

.shakaiBox h3.katsudou{
	font-size:140%;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:45px;
	color:#333;
}

.shakaiBox ul li{
	font-size:100%;
	line-height:1.6em;
	margin-bottom:10px;
	list-style:disc;
	margin-left:20px;
}

.shakaiBox .bunsyoBox{
	border:2px solid #D5F0B9;
	margin-top:40px;
	padding:35px;
}

.shakaiBox .bunsyoBox p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

}

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

.shakaiBox{	
	margin-top:50px;
	padding-top:50px;
	border-top:2px solid #D5F0B9;
}

.shakaiBox h3.katsudou{
	font-size:120%;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:35px;
	color:#333;
}

.shakaiBox ul li{
	font-size:100%;
	line-height:1.6em;
	margin-bottom:10px;
	list-style:disc;
	margin-left:20px;
}

.shakaiBox .bunsyoBox{
	border:2px solid #D5F0B9;
	margin-top:40px;
	padding:25px;
}

.shakaiBox .bunsyoBox p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

}

/*--------------------------------------------------------*/

/*  ページ内でカテゴリ分けする際の見出し　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 641px){

h2.jiken_category{
	font-size:120%;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:30px;
}

}

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

h2.jiken_category{
	font-size:120%;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:30px;
}

}

/*--------------------------------------------------------*/

/*  一覧に戻る　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 641px){

.back_navi img{
	display:none;
}

.back_navi{
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 60px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

}

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

.back_navi{
	text-align:center;
	padding-top:30px;
	margin-bottom:30px;
}

}
