@charset "utf-8";
/*
Theme Name:LAW child
Template:law_tcd031
Description:WordPressテーマ「LAW」子テーマ
Version:2.9
*/

/* トップ空白----------------------- */
.home #index_content1 { margin-bottom: 0;padding-bottom: 0; }
.home #index_content1_bottom { margin-bottom: 0; padding-bottom: 0; }
.home #index_info { padding-bottom: 0; }

/* トップ業務内容コンテンツ----------------------- */
.home .serviceArea {
	width: 100%;
	height: auto;
	margin: 0 0 100px 0;
	padding-top: 40px;
	padding-bottom: 60px;
	text-align: center;
	background-color: #fff799;
}

.home .contactArea{
	width: 100%;
	height: auto;
	margin: 0 0 90px 0;
	text-align: center;
}

@media screen and (max-width:768px){
.home .contactArea {
	display: block;

	}
.home .contactArea img{
	width: 300px;
	}
.home .serviceArea {
	display: block;

	margin: 0 0 50px 0;
	padding-top: 20px;
	padding-bottom: 30px;
	}
.home .serviceArea img{
	width: 300px;
	}
}

/* グローバルメニュー----------------------- */
@media screen and (min-width:1024px){
a:hover {
	color: #4379b7;
}
ul#menu-topmenu li a {
	color: #1a1a1a;
	}
ul#menu-topmenu li a:hover {
	color: #fff;
	}
}

/* フッターボトムメニュー----------------------- */
@media screen and (max-width:768px){
#footer_menu_bottom { float: none; margin:0 auto 20px; }
#footer_menu_bottom li { float: none; font-size:14px; }
#footer_menu_bottom li a { display:block; border: none; padding:10px 0; margin:0 auto; }
#footer_menu_bottom li:last-child a { border:none; padding:0; margin:0; }
}

/* パンくず----------------------- */
@media screen and (max-width:768px){
#main_contents3 #bread_crumb { padding-left: 16px;}
}

/* 業務内容----------------------- */
#noside_contents .serviceWrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
	width: 1050px;
	margin: 0 auto 30px;
}
#noside_contents .serviceWrap p {
	margin: 0;
	padding: 0;
	line-height: 1.7;
}
#noside_contents .serviceWrap .Lbox img {
	width: 300px;
	height: auto;
}
#noside_contents .serviceWrap .Rbox {
	width: 700px;
	padding-left: 50px;
}
#noside_contents .serviceWrap p.midashi {
	font-size: 36px;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #4379b7;
}
#noside_contents p.honbun {
	font-size: 14px;
}
@media screen and (max-width:768px){
#main_contents .serviceWrap {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	}
#main_contents .serviceWrap .Lbox {
	margin: 0 auto;
	text-align: center;
	}
#main_contents .serviceWrap .Lbox img {
	width: 300px;
	height: auto;
}
#main_contents .serviceWrap .Rbox {
	width: 100%;
	padding-left: 0;
	}
#main_contents .serviceWrap p.midashi {
	font-size: 18px;
	margin-top: 36px;
	margin-bottom: 15px;
	text-align: center;
	color: #4379b7;
	}
}

/* プライバシー----------------------- */
#noside_contents .privacyWrap {
	width: 850px;
	margin: 0 auto;
}
@media screen and (max-width:768px){
#main_contents .privacyWrap {
	width: 100%;
	}
}

/* 代表挨拶----------------------- */
#main_contents .greetingWrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
	width: 1200px;
	margin-bottom: 60px;
}
#main_contents .greetingWrap p {
	margin: 0;
	padding: 0;
	line-height: 1.7;
}
#main_contents .greetingWrap .Lbox img {
	width: 275px;
	height: auto;
}
#main_contents .greetingWrap .Rbox {
	width: 880px;
	padding-left: 40px;
}
#main_contents .greetingWrap p.midashi2 {
	font-size: 40px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #808080;
}
#main_contents .greetingWrap p.midashi2 span {
	font-size: 14px;
	padding-left: 1em;
}
@media screen and (max-width:768px){
#main_contents .greetingWrap {
	display: block;
	width: 100%;
	}
#main_contents .greetingWrap .Lbox img {
	width: 320px;
	height: auto;
	}
#main_contents .greetingWrap .Rbox {
	width: 100%;
	padding-left: 0;
	}
#main_contents .greetingWrap p.midashi2 {
	font-size: 20px;
	}
#main_contents .greetingWrap p.midashi2 span {
	font-size: 10px;
	padding-left: 1em;
	}
}

/*事務所概要----------------------- */
#main_contents3 .officeArea {
	margin-top: 10px;
}
#main_contents3 .officeArea h3 {
	margin-bottom: 20px;
}
.mapArea {
	position: relative;
	top: -80px;
	right: 0;
}
.mapArea a {
	width: 150px;
	text-align: right;
	text-decoration: underline;
	color: #1a1a1a
}
.mapArea a:hover{
	color: #4379b7;
	background-color: #edf1f7;
}

@media screen and (max-width:768px){
.mapArea {
	top: -30px;
	padding-bottom: 40px;
	}
.mapArea a {
	position: absolute;
	top: 0;
	right: 20px;
	}
}

/*お知らせページコンテンツ配置中央揃え----------------------- */
#noside_contents #main_col { width:840px; padding-left: 180px; }
@media screen and (max-width:768px){
#main_contents #main_col { padding:40px 15px; margin:0 auto; }
}