/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
構造css

制作対象となるサイト構造の共有の情報を記載します。
＊ページ単位の記載事項は、サイト.css等で記載するようにしましょう


共通化上書き更新：home-one.jp saimu110.info jiko110.info
20141017更新

-------------
統一名に修正していく予定　上が統一名 
例）
.header_type_line,
.type_line {
}

***menu***
1.共通要素上書き
2.レイアウト
3.タイトル
4.ヘッダー＆ナビ
5.KV＆パンくず
6.フッター
7.装飾

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
html {
  font-size: 62.5%; /*rem表記をpxと同じ状態にするため　15px=1.5rem */
}
body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  /*	font-family:Meiryo, メイリオ,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;*/
  color: #333333;
  background: #f7f7ee;
  letter-spacing: 1px;
  background: url(../img/common/body_bg.png);
  word-wrap: break-word;
  /*
    font-family:  "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 500;
*/
}
a {
}
a:link {
  color: #0088cc;
  text-decoration: underline;
}
a:visited {
  color: #0088cc;
}
a:hover {
  color: #f76344;
  text-decoration: none;
}
a:active {
  color: #0088cc;
}
p {
}
ul,
ol {
  list-style: outside none;
}
ul > li {
  margin-bottom: 3px;
}

ul > li:last-child {
  margin: 0;
}

ol {
  margin-left: 20px;
}

table {
  line-height: 1.4;
  border-collapse: collapse;
  font-size: 13px;
  font-size: 1.3rem;
}
/*table th {
	padding: 15px;
	text-align: left;
	background-color: #eee;
	border: 1px solid #D4D5D5;
	vertical-align:middle;
}*/

table th {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #d4d5d5;
  background: #fafaf5 none repeat scroll 0 0;
  font-weight: bold;
}

table td {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #d4d5d5;
  vertical-align: middle;
}
blockquote {
  position: relative;
  margin: 0 20px;
  padding: 20px;
  border: 1px #999999 dotted;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}

dl.annotation {
  font-size: 12px;
  font-size: 1.2rem;
}

dl.annotation dt {
  float: left;
}

dl.annotation dd {
  padding-left: 15px;
}

/*-------------------------------pc用特別定義*/
.contents_block_sp {
  display: none;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*html5タグ*/
/**/
header {
  width: 100%;
  height: 180px;
  background: url(/img/common/basic/header_background.png) top left repeat-x;
  position: relative;
  z-index: 9999;
}
nav {
  clear: both;
  padding: 120px 0 0;
}
footer {
  clear: both;
  background: #fff;
  border-top: 1px solid #eee;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 60px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*フレーム*/
/**/
.common_frame {
  clear: both;
  width: 100%;
  background: #fff;
}
#footer_lower_frame {
  clear: both;
  width: 100%;
  padding-top: 20px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*ブロック*/
/**/
#header_block {
  width: 960px;
  height: 100px;
  margin: 0 auto;
}
.contents_block {
  clear: both;
  width: 960px;
  margin: 0 auto 20px;
  overflow: hidden;
}
.footer_block {
  width: 960px;
  margin: 0 auto;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*グリッド*/
/**/
.grid {
  width: 225px;
  background: #fff;
  padding-top: 20px;
  margin: 0 20px 20px 0;
}
.gridx2 {
  width: 470px;
  padding-top: 20px;
  margin: 0 20px 20px 0;
}
.gridx3div2 {
  background: #fff none repeat scroll 0 0;
  float: left;
  margin-bottom: 20px;
  margin-right: 19px;
  padding: 20px;
  width: 348px;
  border: 1px solid #f0f0e1;
  box-sizing: border-box;
}

.gridx3div2:nth-child(even) {
  margin-right: 0;
}

.gridx3 {
  width: 715px;
  background: #fff; /*rgba(255, 255, 255, 0.8);*/
  padding: 30px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.gridx4 {
  width: 960px;
  background: #fff;
  /*padding-top:20px;*/
  padding: 30px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

/*--------------------------grid内に新たに作るボックスを分割するスタイル*/

/*gridx4内*/

.inner_div2 {
  float: left;
  width: 48.3%;
  background: #fff;
  margin: 0 30px 30px 0;
}

.inner_div2:nth-child(even) {
  margin-right: 0;
}

.inner_div3 li {
  float: left;
  width: 32%;
  background: #fff;
  margin: 0 2% 2% 0;
  box-sizing: border-box;
  position: relative;
}

.inner_div3:nth-child(3n) {
  margin-right: 0;
}

.inner_div3 span {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-weight: bold;
  line-height: 1;
}

.contents_block .gridx3,
.contents_block .gridx4 {
  border: 1px solid #ddd;
}

/*gridx3内*/

.gridx3 .inner_div2 {
  width: 47.7%;
}

/*--------------------------ul要素で使用する分割パネルのスタイル*/

ul.two_panels,
ul.three_panels {
  overflow: hidden;
}

ul.two_panels li {
  float: left;
  width: 48.8%;
  background: #fff;
  margin: 0 20px 20px 0;
}

ul.two_panels li:nth-child(even) {
  margin-right: 0;
}

ul.three_panels li {
  float: left;
  width: 31.8%;
  background: #fff;
  margin: 0 20px 20px 0;
  box-sizing: border-box;
  position: relative;
}

ul.three_panels li:nth-child(3n) {
  margin-right: 0;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*タイトルhx*/
/**/
/*-------------------------------h1*/
.h1_block {
  float: left;
  /*	width:450px;*/
  margin-top: 8px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ccc;
}
.h1_block h1 {
  display: inline;
}
/*-------------------------------h2*/
/*.h2_block {
	padding:0 20px 17px 0;
 	margin:0 -30px 30px -30px;
	border-bottom:1px dashed #666;
	font-size: 26px;
	font-size:2.6rem;
	font-weight:bold;
	letter-spacing:1px;
}
.h2_block h2 {
	color:#333333;
	border-left:solid 10px #f29600;
	padding:5px 0 0 20px;
	line-height: 1.1;
	font-weight: bold;
	vertical-align: middle;
}*/

.h2_block h2 {
  border-left: none;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
  font-weight: normal;
  padding-left: 0;
}

.h2_block {
  padding: 0 0 15px 0;
  border-bottom: 3px solid #ddd;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0 0 25px 0;
  position: relative;
}

.h2_block:before {
  background-color: #f29600;
  content: "";
  width: 60px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
}

/*-------------------------------h3*/
.h3_block {
  clear: both;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
  margin: 0 0 15px 0;
  font-weight: bold;
  position: relative;
  border-left: 3px solid #f29600;
}

.h3_block h3 {
  overflow: hidden;
  vertical-align: middle;
  line-height: 1.1;
  font-weight: bold;
  margin-left: 10px;
  padding: 12px 0 10px 0;
}

.gridx3div2 .h3_block {
  padding: 15px 10px;
}

/*-------------------------------ムービーリンクつき*/

.h3_block > a {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

.h3_block > a img {
  width: 100%;
  height: 100%;
}

/*-------------------------------センタリング-アンダーライン*/

.h3_block_center {
  border-left: none;
  border-bottom: 1px solid #f29600;
  text-align: center;
  clear: both;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
  margin: 0 0 15px 0;
  font-weight: bold;
  position: relative;
}

.h3_block_center h3 {
  overflow: hidden;
  vertical-align: middle;
  line-height: 1.1;
  font-weight: bold;
  margin-left: 10px;
  padding: 12px 0 10px 0;
}

/*-------------------------------h4*/
/*.h4_block {
	clear:both;
	margin:0 0 20px 0;
	border-bottom:1px dashed #666;
	border-top:1px dashed #666;
	padding: 15px 0;
}
.h4_block h4 {
	font-size: 18px;
	font-size:1.8rem;
	font-weight: bold;
	line-height:1.1;
}*/

.h4_block {
  clear: both;
  margin: 0 0 15px 0;
}
.h4_block h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.1;
  border-left: 3px solid #ddd;
  padding-left: 10px;
  padding-top: 2px;
}

/*-------------------------------h5*/
/*.h5_block {
	clear:both;
	margin:0 0 20px 0;
	border-bottom:1px dotted #ddd;
	padding-bottom: 4px;
}
.h5_block h5 {
	display:inline;
	font-size: 16px;
	font-size:1.6rem;
	color:#333;
	font-weight: bold;
	line-height:1.1;
}
.h5_block p {
	display:inline;
}*/

.h5_block {
  clear: both;
  margin: 0 0 10px 0;
  /*border-bottom:1px dotted #ddd;
	padding-bottom: 4px;*/
}
.h5_block h5 {
  display: inline;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  font-weight: bold;
  line-height: 1.1;
  border-left: 1px solid #ddd;
  padding-left: 10px;
}
.h5_block p {
  display: inline;
}
/*-------------------------------h6*/
/*.h6_block {
	clear:both;
	margin:0 -10px 20px -10px;
}
.h6_block h6 {
	display:inline;
	font-size: 16px;
	font-size:1.6rem;
	color:#333;
	font-weight: bold;
	line-height:1.1;
}
.h6_block p {
	display:inline;
}*/

.h6_block {
  clear: both;
  margin: 0 0 10px 0;
}
.h6_block h6 {
  display: inline;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
  line-height: 1.1;
}
.h6_block p {
  display: inline;
}

/*-------------------------------pointマーク付き*/
/*.h3_block_point,
.h4_block_point {
	padding:4px 15px 4px 105px;
	border-left:none;
	background:url(/img/common/h3_point.png) center left no-repeat;
	border-bottom:2px solid #f76344 !important;
}
.h3_block_point>h3,
.h4_block_point>h4 {
	border-left:0 !important;
	padding-left:0;
}
.h3_block h3 span{
	float:left;
	display:block;
	width:15%;
	font-size: 16px;
	font-size:1.6rem;
	color:#555;
}

.point{
	background: url(../img/common/icon_point_jiko.png) no-repeat 10px 50% #eee;
}
.point h3{
	padding:5px 0 5px 70px ;
}*/

.h3_block_point,
.point {
  display: table;
  border-left: none;
}

.h3_block_point:before,
.point:before {
  content: url(../img/common/icon_point_jiko.png);
  display: table-cell;
  padding-right: 10px;
  width: 30px;
  height: 30px;
}

.h3_block_point h3,
.point h3 {
  display: table-cell;
  color: #e28074;
}

/*-------------------------------連番表記つき*/
.continue_title {
  border: none !important;
  /*background:#f5f5f5 url(/img/common/h3_bg_continue.png) center left repeat-y !important;*/
  padding: 0 !important;
}
.continue_title span {
  display: table-cell;
  width: 60px;
  height: auto;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #f29600;
  font-family: "Roboto", century gothic;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}
.continue_title > h3,
.continue_title > h4 {
  display: table-cell !important;
  width: 550px;
  padding: 20px 20px 20px 15px;
  margin-left: 20px;
  vertical-align: middle;
  border: 0;
  text-align: left;
}
.mark {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
}

/*-------------------------------ムービーリンクつき*/
/*
.movielink_title>h2 {
	display:table-cell !important;
	width:610px;
	text-align:left;
	vertical-align:middle;
}
.movielink_title>h3 {
	display:table-cell !important;
	width:600px;
	line-height:150%;
	text-align:left;
	vertical-align:middle;
}
.movielink_title>p {
	line-height:1.0;
}
.movie_mark {
	display:table-cell;
	vertical-align:middle;
}
*/
.movielink_title {
  padding: 15px 0 15px 10px;
}
.movielink_title > h2 {
  display: inline-block;
  width: 610px; /*72%;*/
  text-align: left;
}
.movielink_title > h3 {
  display: inline-block;
  width: 600px; /*72%;*/
  text-align: left;
}
.movielink_title a {
  display: inline-block;
  text-align: right;
}
.movielink_title img {
  vertical-align: middle;
}

/*YouTubeレスポンシブ対応*/

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*header*/
/**/
#header_logo {
  clear: both;
  float: left;
  margin-right: 30px;
  margin-bottom: 12px;
}
#header_logo img {
  vertical-align: baseline;
}
#header_logo_top {
  clear: both;
  float: left;
  margin-right: 120px;
  margin-bottom: 23px;
}
#header_logo_top img {
  vertical-align: baseline;
}
.site_category_name {
  display: inline-block;
  width: 100px;
  height: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 20px;
  letter-spacing: 3px;
  color: #f29600;
}
#header_tel {
  float: left;
}
#header_form {
  float: right;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*header内他*/
/**/
#header_tel,
#footer_tel {
  width: 220px;
  height: 40px;
  background: url("/img/common/header_tel.png") top left no-repeat;
  padding: 0 0 0 50px;
  cursor: default;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 0.7;
  text-decoration: none;
  color: #f29600;
  font-family: "Roboto", Century Gothic, sans-serif;
}
#footer_tel {
  padding: 2px 0 7px 46px;
  letter-spacing: 0;
}
#header_tel span,
#footer_tel span {
  display: block;
  margin-top: 12px;
  font-size: 10px;
  font-size: 1rem;
  color: #333;
  letter-spacing: 0;
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
}
#footer_tel span {
  margin: 0 0 0 46px;
  line-height: 1.2;
}

#header_form,
#header_form:visited,
#header_form:link,
#header_form:hover,
#header_form:active,
#footer_form,
#footer_form:visited,
#footer_form:link,
#footer_form:hover,
#footer_form:active {
  color: #fff !important;
}
#header_form,
#footer_form {
  display: block;
  width: 150px;
  height: 40px;
  background: url("/img/common/header_form.png") top left no-repeat;
  padding: 0 0 0 45px;
  text-decoration: none;
}

#header_form:hover,
#footer_form:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#header_form span,
#footer_form span {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 44px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

/*footerご相談申込上書き要素*/
#footer_tel span {
  margin: 15px 0 0 5px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*nav*/
/**/
nav ul {
  height: 60px;
  overflow: hidden;
  margin: 0;
}
nav ul li {
  float: left;
  height: 59px;
  margin-top: 1px;
  border-right: 1px solid #ddd;
}
nav ul li:first-child {
  border-left: 1px solid #ddd;
}
nav ul li a {
  display: table-cell;
  width: 173px; /*212px;*/
  height: 49px;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}
nav ul li:first-child a {
  width: 88px; /*105px;*/
}
nav ul li a span {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  overflow: visible;
  padding: 12px 0 8px 38px;
  max-width: 154px;
  vertical-align: middle;
}
/*
nav ul li:first-child a span {
  max-width:32px;
}
*/
nav ul li a:link {
  color: #333;
}
nav ul li a:visited {
  color: #333;
}
nav ul li a:hover {
  height: 49px;
  padding: 5px 0 0;
  border-bottom: 5px solid #f29600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav ul li.active a {
  height: 49px;
  padding: 5px 0 0;
  border-bottom: 5px solid #f29600;
}

/*-------------------------------レスポンシブメニューのリセット用の処理 pc表示の時用*/
#menu {
  /*書記表示のちらつき解除のため指定*/
  display: none;
}
.mm-menu.mm-offcanvas {
  display: block !important; /*書記表示のちらつき解除のため指定*/
  width: 960px;
  position: static;
  margin: 0 auto -60px;
}
.mm-current {
}
.mm-listview {
  margin-bottom: -180px;
}
.mm-navbar {
  height: 120px;
}
.mm-title {
  visibility: hidden;
}

/*-------------------------------コンテンツ内サブメニュースタイル two_panels,three_panelsとともに使用が基本*/

ul.radius_menu {
  overflow: hidden;
}

ul.radius_menu a {
  border: 2px solid #ddd;
  border-radius: 10px;
  width: 100%;
  vertical-align: middle;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  position: relative;
  display: block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

ul.radius_menu a:nth-child(even) {
  margin-right: 0;
}

ul.radius_menu a img {
  margin-right: 12px;
  vertical-align: middle;
  height: 25px;
}

ul.radius_menu a span {
  line-height: 1 !important;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: -3px;
  display: inline-block;
  width: 70%;
  vertical-align: middle;
}

ul.radius_menu a:hover,
ul.radius_menu a.active {
  background: #f5f5f5;
}

ul.radius_menu a:hover img,
ul.radius_menu a.active img {
  opacity: 1;
}

ul.radius_menu a:hover span:after,
ul.radius_menu a.active span:after {
  right: 8px;
}

ul.radius_menu a span:after {
  width: 6px;
  height: 6px;
  border-top: 3px solid #f29600;
  border-right: 3px solid #f29600;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  content: "";
  display: inline;
  vertical-align: middle;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 20px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*#contents_block*/
/**/
#crumb {
}
#contents {
  float: left;
  width: 715px;
}
#sidebar {
  float: right;
  width: 225px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*キービジュアル*/
/**/
.keyvisual {
  height: 350px;
  background: #fff url(/img/index/bg_key_visual.png) top left no-repeat;
}
.keyvisual > p {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 0;
  padding: 50px 0 0 400px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*下層キービジュアル　saimu110などで使用 3gridタイプ*/
/**/
.second_keyvisual {
  position: relative;
  background: url(/img/niniseiri/index/bg_key_visual.png) top left no-repeat;
  width: 714px;
  height: 220px;
  margin: 0 0 20px 0;
}
.second_keyvisual p,
.second_keyvisual h2 {
  position: absolute;
  top: 84px;
  left: 48px;
  font-size: 30px;
  font-size: 3rem;
  text-decoration: none;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*下層キービジュアル home-oneなどで使用　4girdタイプ*/
.mainview {
  display: block;
  border: 0;
  margin: 0 0 20px 0;
}
.mainview img {
  width: 100%;
  height: auto;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*#crumb*/
/**/
#crumb {
  margin: 15px 15px 15px 0;
  line-height: 1;
  overflow: hidden;
}
#crumb li {
  float: left;
  background: url(/img/common/basic/crumb_arrow.png) center left no-repeat;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 0 0 0 20px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #999;
}
#crumb li:first-child {
  background: none;
  padding: 0;
}
#crumb li:last-child {
  font-weight: bold;
}
#crumb li a {
  color: #999;
}
#crumb li a:link {
  text-decoration: none;
}
#crumb li a:visited {
}
#crumb li a:hover {
  color: #f76344;
  text-decoration: underline;
}
#crumb li a:active {
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*#contents*/
/**/
#contents .grid {
  /*  float:left;*/
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*ページ後部 前後ページリンク用枠*/
/**/
.pagenation_left {
  clear: both;
  float: left;
  padding-top: 0;
}
.pagenation_right {
  float: right !important;
  text-align: right;
  margin-right: 0;
  padding-top: 0;
}
.pagenation_left a,
.pagenation_right a {
  display: inline-block;
  width: 160px;
  min-height: 30px;
  line-height: 1.3;
  text-decoration: underline;
  margin: 20px;
}
.pagenation_left a {
  padding-left: 25px;
  background: url(/img/common/basic/pagenation_left_off.png) center left
    no-repeat;
}
.pagenation_right a {
  padding-right: 25px;
  background: url(/img/common/basic/pagenation_right_off.png) center right
    no-repeat;
}
.pagenation_left a:hover {
  color: #0088cc !important;
  background: url(/img/common/basic/pagenation_left_on.png) center left
    no-repeat;
}
.pagenation_right a:hover {
  color: #0088cc !important;
  background: url(/img/common/basic/pagenation_right_on.png) center right
    no-repeat;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*#sidebar*/
/**/
#sidebar .grid {
  padding: 0;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*#sidebar内タイトル*/
/**/
#sidebar .grid .h3_block {
  padding: 13px 10px 11px 35px;
  margin: 0;
  border-left: 0;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  color: #fff;
  border-radius: 0;
}
#sidebar .grid .h3_block h3 {
  border-left: 0;
  padding-left: 0;
  font-weight: bold;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*#sidebar内リスト*/
/**/
#sidebar .grid ul {
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #ddd;
}
/*
#sidebar .grid li {
	border-bottom:1px dashed #666;
}
*/
#sidebar .grid li:last-child {
  border-bottom: 0;
}
#sidebar .grid > li > a {
  display: block;
  width: 180px;
  padding: 8px 10px 8px 35px;
}
#sidebar .grid > li > a.active {
  color: #333;
  font-weight: bold;
}
#sidebar .grid > li > a:link {
}
#sidebar .grid > li > a:visited {
}
#sidebar .grid > li > a:hover {
  color: #333;
  font-weight: bold;
}
#sidebar .grid > li > a:active {
}
#sidebar .grid p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*サイドメニュー用*/
/**/
.sidemenu {
}
.sidemenu .h3_block {
  background: url(/img/common/sidemenu_icon.png) center left no-repeat #444 !important;
  border-bottom: 3px solid #f29600;
}
.sidemenu > ul {
  padding: 0;
  list-style-image: none;
  margin-left: 0;
}
.sidemenu li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}
.sidemenu li:last-child {
  border-bottom: 0;
}
.sidemenu li a {
  display: block;
  padding: 10px 10px 10px 28px;
  background: url(/img/common/sidemenu_mark_off.png) left no-repeat;
  color: #333;
}
.sidemenu li a.active {
  color: #333;
  font-weight: bold;
  background: #fffbf4 url(/img/common/sidemenu_mark_off.png) left no-repeat;
}
.sidemenu li a:link {
  text-decoration: none;
}
.sidemenu li a:visited {
}
.sidemenu li a:hover {
  color: #333;
  font-weight: bold;
  background-color: #fffbf4;
}
.sidemenu li a:active {
}
.sidemenu > li > a {
  width: 187px;
}

.sidemenu dl {
  font-size: 12px;
  font-size: 1.2rem;
}

.sidemenu dt {
  font-size: 10px;
  font-size: 1rem;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*サイドメニュー用 第二階層*/
/**/
.sidemenu > ul > li > ul > li {
  border-bottom: none !important;
  font-size: 11px;
  font-size: 1.1rem;
}
.sidemenu > ul > li > ul > li:last-child {
  border: 0 !important;
}

.sidemenu > ul > li > ul > li > a {
  background: url(../img/common/second_arrow.png) no-repeat;
  background-position: 15px;
  padding: 5px 10px 3px 40px;
}

.sidemenu > ul > li > ul > li > a.active {
  background: #fdf0f0 url(../img/common/second_arrow.png) 15px 50% no-repeat !important;
}

.sidemenu > ul > li > ul {
  border-top: 1px dashed #666;
  padding: 10px 0 !important;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*サイドメニュー用 第三階層*/
/**/
.sidemenu > ul > li > ul > li > ul > li {
  border-bottom: 1px dashed #dddddd !important;
  font-size: 12px;
  font-size: 1.2rem;
}
.sidemenu > ul > li > ul > li > ul > li > a {
  background: none;
}
.sidemenu > ul > li > ul > li > ul > li > a:before {
  content: "- ";
  font-weight: bold;
  color: #e28074;
}

.sidemenu > ul > li > ul > li > ul > li > a.active {
  background-image: none !important;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*サイドメニュー用 タイトルアイコン*/
/**/
.news_icon {
  padding-left: 35px !important;
  background: url(/img/common/basic/news_icon.png) center left no-repeat !important;
}
.media_icon {
  padding-left: 35px !important;
  background: url(/img/common/basic/media_icon.png) center left no-repeat !important;
}
.office_icon {
  padding-left: 35px !important;
  background: url(/img/common/basic/office_icon.png) center left no-repeat !important;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*サイドバナー*/
/**/
.banner {
  list-style-image: none;
  margin-left: 0;
  padding: 0;
}
.grid ul.banner li a {
  padding: 0 !important;
  text-align: center;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*サイドnews用定義*/
/**/
dl.news {
  padding-top: 10px;
}
dl.news dt {
  padding-right: 20px;
  padding-left: 20px;
}
dl.news dd {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #666;
}
.news_link,
.media_link {
  text-align: right;
  margin-bottom: 10px;
  margin-right: 10px;
}
.news_link a {
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*サイドnews用定義*/
/**/
.orange_button {
  border-top: 1px solid #f7ea97;
  background: #e8b417;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#de8e2c),
    to(#e8b417)
  );
  background: -webkit-linear-gradient(top, #de8e2c, #e8b417);
  background: -moz-linear-gradient(top, #de8e2c, #e8b417);
  background: -ms-linear-gradient(top, #de8e2c, #e8b417);
  background: -o-linear-gradient(top, #de8e2c, #e8b417);
  padding: 7px 23px;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  -webkit-box-shadow: #b25900 0 2px 0;
  -moz-box-shadow: #b25900 0 2px 0;
  box-shadow: #b25900 0 2px 0;
  text-shadow: rgba(0, 0, 0, 0.2) 0 1px 0;
  color: #fff !important;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none !important;
  vertical-align: middle;
  display: block;
  width: 70%;
  height: auto;
  margin: auto;
  font-weight: bold;
  text-align: center;
}

.orange_button:hover {
  border-top-color: #e67e0e;
  background: #e67e0e;
  color: #ffffff;
}
.orange_button:active {
  border-top-color: #e67e0e;
  background: #e67e0e;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*footer*/
/**/
footer .gridx2,
footer .grid {
  min-height: 240px;
}

#footer_lower_frame img {
  margin-bottom: 20px;
}
#footer_lower_frame p {
  line-height: 1.2;
}

.footer_block .grid {
  float: left;
  background: transparent;
  margin-bottom: 30px;
}
.footer_block .grid p {
  padding: 0;
  background: transparent;
}
.footer_block .grid h3 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.footer_block .grid h3 a {
  color: #333;
}
.footer_block .grid ul,
.footer_block .gridx2 ul {
  padding: 0;
  list-style-image: none;
  margin-left: 0;
}
.footer_block .grid li,
.footer_block .gridx2 li {
  padding-bottom: 3px;
  margin-bottom: 0;
}
.footer_block .grid li a,
.footer_block .gridx2 li a {
  display: inline-block;
  color: #666;
  text-decoration: none;
}
.footer_block .grid a:link,
.footer_block .gridx2 a:link {
  text-decoration: none;
}
.footer_block .grid a:visited {
}
.footer_block .grid a:hover,
.footer_block .gridx2 a:hover {
  color: #0088cc;
  text-decoration: underline;
}
.footer_block .grid li a:active {
}

.goup {
  float: right;
  display: block;
  padding: 8px 15px 5px 45px;
  margin-top: -37px;
  background: #555 url(/img/common/pagetop_arrow.png) top left no-repeat;
  color: #fff;
  text-decoration: none !important;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2;
  border-radius: 11px 11px 0 0;
  -moz-border-radius: 11px 11px 0 0;
  -webkit-border-radius: 11px 11px 0 0;
  -o-border-radius: 11px 11px 0 0;
  -ms-border-radius: 11px 11px 0 0;
  transition: opacity 0.3s ease;
}

.goup:hover {
  opacity: 0.7;
}

a.goup {
  color: #fff !important;
}
.copyright {
  display: block;
  height: 20px;
  padding-top: 10px;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: #444;
  font-size: 10px;
  font-size: 1rem;
}

/*footer装飾 統一名に修正していく予定　上が」統一名*/
.footer_orange_line,
.orange_line {
  height: 5px;
  background: #f29600;
  margin-bottom: 20px;
}

.relation_link {
}
.relation_link p {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.relation_link ul {
  width: 100%;
  margin-bottom: 20px;
}
.relation_link ul li {
  float: left;
  width: 25%;
  margin-right: 3%;
  margin-left: 5%;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*装飾*/
/**/
.no_borderbottom {
  border-bottom: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.li_linesection > li {
  border-bottom: 1px solid #eee;
}

.strong {
  border-radius: 1em;
  padding: 20px;
  background: #fff8f0;
  color: #f29600;
  font-size: 18px;
  font-size: 1.8rem;
}

.strong img {
  margin-right: 10px;
}

.orange_stripe {
  /*オレンジ斜線の枠*/
  margin: 0;
  padding: 10px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(
    -45deg,
    #ffdc73 25%,
    transparent 25%,
    transparent 50%,
    #ffdc73 50%,
    #ffdc73 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    -45deg,
    #ffdc73 25%,
    transparent 25%,
    transparent 50%,
    #ffdc73 50%,
    #ffdc73 75%,
    transparent 75%,
    transparent
  );
  background-size: 5px 5px; /*数字を大きくすれば太く、小さくすれば細くなります。*/
  /*text-shadow:1px 1px 2px rgba(0,0,0,.2);*/
  /*color:#fff;*/
}

.stripe_inner {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.tel_icon {
  background: rgba(0, 0, 0, 0) url("/img/common/header_tel.png") no-repeat
    scroll left 7px;
  min-height: 38px;
  padding-left: 50px;
}

.tel_icon > span.number_font {
  font-size: 32px;
  font-size: 3.2rem;
}

.css_arrow {
  width: 0;
  height: 0;
  border: transparent 15px solid;
  border-top-color: #dddddd;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*装飾 リスト マーク指定*/
/**/
.list_circle_gray {
  list-style-image: url("/img/common/basic/list_circle_gray.png") !important;
  margin-left: 22px;
}
.list_circle_orange {
  list-style-image: url("/img/common/basic/list_circle_orange.png") !important;
  margin-left: 22px;
}
.list_checkbox {
  margin-left: 35px !important;
  list-style-image: url("/img/common/basic/list_checkbox.png") !important;
}
.list_book {
  list-style-image: url("/img/common/basic/list_book.png") !important;
  margin-left: 22px;
}
.list_arrow {
  list-style-image: url("/img/common/basic/list_nolink.png");
  margin-left: 20px;
}
.list_default {
  list-style-image: url("/img/common/basic/list_link_off.png") !important;
  margin-left: 20px;
}
.list_none {
  list-style-image: none !important;
}
.list_innerlink {
  margin-left: 15px;
  list-style-image: url("/img/common/basic/arrow_inner.png") !important;
}
.arrow_textlink {
  list-style: none !important;
  background: url("/img/common/arrow_textlink.png") no-repeat scroll left center
    rgba(0, 0, 0, 0);
  padding-left: 15px !important;
}

ul.list_number {
  counter-reset: number;
}

ul.list_number > li {
  font-weight: bold;
  vertical-align: middle;
  display: block;
  padding-left: 2em;
  margin-bottom: 10px;
}

ul.list_number > li:before {
  counter-increment: number;
  content: counter(number);
  float: left;
  background: #f29600;
  padding: 1px 0 0 1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-family: "Roboto", Century gothic;
  font-weight: bold;
  margin-left: -2em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
}

.text_number {
  background: #f29600;
  display: inline-block;
  border-radius: 50%;
  width: auto;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 0 5px;
  box-sizing: border-box;
  line-height: 1.5;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*装飾 テキストリンク*/
/**/
.arrow_orange {
  padding: 4px 0 0 15px !important;
  text-align: right;
  background: url(/img/common/list_arrow_orange.png) center left no-repeat;
}
.text_link {
  padding: 0 0 0 15px !important;
  text-align: right;
  background: url(/img/common/text_arrow.png) center left no-repeat;
}
.text_innerlink {
  padding: 0 0 0 15px !important;
  text-align: right;
  background: url(/img/common/basic/arrow_inner.png) center left no-repeat;
}
.arrow_default {
  padding: 4px 0 0 15px !important;
  text-align: right;
  background: url(/img/common/basic/list_link_off.png) center left no-repeat;
}
.arrow_link {
  padding: 2px 0 0 30px !important;
  text-align: right;
  background: url(/img/common/arrow_in.png) center left no-repeat;
}

.second_link {
  width: 70%;
  font-size: 12px;
  box-sizing: border-box;
  border: 1px solid #0088cc;
  margin: auto;
}

.second_link a {
  background: #fff;
  margin: auto;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.second_link a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #0088cc;
  border-right: 2px solid #0088cc;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-right: 15px;
}

.second_link a:hover {
  background: #0088cc;
  color: #fff;
}

.second_link a:hover:before {
  border-color: #fff;
  margin-right: 10px;
  margin-left: 5px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*装飾 テーブル*/
/**/
table ul {
  margin-left: 15px;
}
.table_slim {
  line-height: 1.3;
  border-collapse: collapse;
  text-align: center;
}
.table_slim th {
  padding: 10px;
  color: #333;
  background-color: #eee;
  border: 1px solid #d4d5d5;
  vertical-align: middle;
}
.table_slim td {
  padding: 8px 5px 5px;
  background-color: #fff;
  border: 1px solid #d4d5d5;
  vertical-align: middle;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*装飾 ブロック定義*/
/*　＊下記使っていないものは整理する　*/
/**/
.list_2block {
}
.list_2block li {
  float: left;
  width: 46%;
  margin-right: 2%;
}
.list_3block {
}
.list_3block li {
  float: left;
  width: 32%;
}
.list_4block {
}
.list_4block li {
  float: left;
  width: 24%;
}

.block_in_list {
  list-style-image: none;
  margin-left: 0;
}
.block_in_list a span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  margin-left: 15px;
  text-decoration: underline;
}
.block_in_list > li > a > span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  margin-left: 15px;
  margin-bottom: 10px;
  text-decoration: underline;
}
.block_in_list > li {
  color: #f76344;
}
.block_in_list > li > span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  margin-left: 15px;
  margin-bottom: 10px;
  color: #222;
}
.block_in_list > li > p {
  color: #777;
}
.block_in_list > li > p {
  display: block;
  width: 90%;
  margin-left: 35px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 150%;
}

.ul_like_table {
  list-style-image: none;
  margin-left: 0;
}
.ul_like_table li {
  padding: 14px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
  background: #fff url(/img/common/basic/list_link_off.png) center left
    no-repeat;
}
.ul_like_table li:first-child {
  color: #777;
}
.ul_like_table_col6 li {
  background-image: none !important;
}
.ul_like_table li span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 3%;
  border-right: 1px solid #f9f9f9;
}
.ul_like_table li:first-child {
  background: #f9f9f9;
  padding: 8px 0 6px;
  color: #989898;
}
.ul_like_table li:nth-child(even) {
}
.ul_like_table li:nth-child(odd) {
}
.ul_like_table li span:nth-child(1),
.ul_like_table li span:nth-child(2) {
  width: 18%;
}
.ul_like_table li span:nth-child(3) {
  width: 20%;
}
.ul_like_table li span:nth-child(4),
.ul_like_table li span:nth-child(5) {
  width: 14%;
}
.ul_like_table_col6 li span {
  width: 13% !important;
}
.ul_like_table li span:last-child {
  border-right: 0;
}
.ul_like_table li:hover {
  background: #f5f5f5 url(/img/common/basic/list_link_off.png) center left
    no-repeat;
}
.ul_like_table li:first-child:hover {
  background: #f9f9f9;
}
.ul_like_table li.selected {
  background: #f5f5f5 url(/img/common/basic/list_link_off.png) center left
    no-repeat;
}
.ul_like_table_col6 li:hover {
  background: #fff;
}
.ul_like_table_col6 li.selected {
  background: #fff;
}

.like_table2 {
  list-style-image: none;
  margin-left: 0;
  font-size: 1.6rem;
}
.like_table2 li {
  padding: 8px 0 6px;
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  color: #989898;
  font-size: 1.2rem;
  line-height: 1.4;
}

.like_table2 li span {
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #f9f9f9;
}
.like_table2 li span:nth-child(1),
.like_table2 li span:nth-child(2) {
  width: 45%;
}

.table_slim_more {
  line-height: 1.2;
  border-collapse: collapse;
  border: none;
}
.table_slim_more th {
  padding: 5px 10px;
  background-color: #f9f9f9;
  border: none;
  border-bottom: 1px solid #d4d5d5;
  vertical-align: middle;
  color: #333;
}
.table_slim_more td {
  padding: 8px 5px 5px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #d4d5d5;
  vertical-align: middle;
}

.two_columns_list li:nth-child(odd) {
  width: 50%;
  float: left;
  text-align: left;
}
.two_columns_list li:nth-child(even) {
  width: 50%;
  float: right;
  text-align: left;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*コンテンツ下部　共通差し込み要素*/
/**/

/*-----------------------ご相談ボックス*/
.counseling {
  background: transparent;
}
.counseling_box {
  background: url(../img/common/contents_access_title.png) top left no-repeat;
  margin: 0 -10px;
}

.counseling_box img {
  border: 5px solid transparent;
}

.counseling_box img:hover {
  border: 5px solid #ffff00;
  opacity: 1 !important;
}

.counseling_title {
  margin: 0;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 10px 0 20px 60px;
}
/*325 158*/
.contents_form a {
}
.contents_form a:hover {
}
.situation_bar {
  float: right;
  background: #f29600;
  padding: 4px 8px 4px !important;
  /*	margin-right:20px;*/
  margin-bottom: 40px;
  line-height: 1.2 !important;
  letter-spacing: 0;
  color: #fff;
}

/*-----------------------弁護士のメッセージ*/
.lawyer_message {
  width: 675px;
  height: 294px;
  background: url(/img/divorce/bg_lawyer_message.png) top left no-repeat;
  padding: 0 20px;
  color: #ffffff;
}
.lawyer_message h3 {
  padding-top: 70px;
  padding-bottom: 10px;
  font-size: 25px;
  font-size: 2.5rem;
}
.lawyer_message p {
  width: 480px;
  letter-spacing: 0;
  margin-bottom: 40px;
}
.lawyer_message p.message_link a {
  padding-left: 15px;
  background: url(/img/criminal/arrow_list_white.png) left center no-repeat;
  color: #ffffff;
}

/*-----------------------cmsリスト出力　通常の一覧用*/
.cms {
}
.cms dl {
  clear: both;
  margin-bottom: 20px;
}
.cms p {
  margin-bottom: 40px;
}

/*-----------------------------------------------------------------*/
/*ラジオ法律トーク*/

dl.service {
  overflow: hidden;
}
dl.service dt {
  display: block;
  width: 80px;
  height: 18px;
  vertical-align: middle;
  text-align: center;
  float: left;
  margin-right: 20px;
  padding-top: 3px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
dl.service dt,
dl.service dd {
  margin-bottom: 10px;
}
dl.talk {
  overflow: hidden;
}
dt.personality {
  background-image: url(/img/officeinfo/icon_personality.png);
  background-repeat: no-repeat;
  width: 76px;
  height: 24px;
  font-size: 10px;
  padding-top: 70px;
  color: #fff;
  text-align: center;
  float: left;
  margin-right: 20px;
  clear: both;
  letter-spacing: 0;
}
dt.lawyer {
  background-image: url(/img/officeinfo/icon_lawyer.png);
  background-repeat: no-repeat;
  width: 76px;
  height: 24px;
  font-size: 73%;
  padding-top: 70px;
  color: #fff;
  text-align: center;
  float: left;
  margin-right: 20px;
  clear: both;
}
dl.talk dd {
  /*font-size: 133% !important;*/
  overflow: hidden;
  margin-bottom: 80px;
  padding-top: 15px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*よくある質問ページ用*/
/**/

/*-----------------------よくある質問 一覧　before要素で「Q●.」を自動連番で付ける*/
ul.list_qa {
  counter-reset: faq; /* 名前を付けたカウンターをリセット */
}

ul.list_qa li div.q {
  border-bottom: 1px dashed #666;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-weight: bold;
  counter-increment: faq; /* 任意の名前を付ける（もちろん英語で） */
}
ul.list_qa li div.q:before {
  content: "Q" counter(faq) "."; /* 名前を付けたカウンターをcontentで発動！ */
  font-weight: bold;
  font-size: 2.6rem;
  /*color:#E28074;*/
  color: #a7b355;
  font-family: "Roboto", Century Gothic;
  margin-right: 8px;
}
ul.list_qa li div.a {
  padding: 0 10px;
}

/*-----------------------よくある質問個別ページ*/
.faq {
  background: none;
  padding-left: 30px;
  padding-bottom: 20px;
  padding-top: 5px;
}
.faq h2 {
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.3;
  border-left: none !important;
  padding: 0;
}
.faq span {
  float: left;
  width: 70px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 0.6;
  font-family: "Roboto", "Century Gothic";
  color: #f29600;
}
.faq p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 10px;
}
.faq_box {
  width: 615px;
  margin: 0;
  padding: 20px;
  background: #f5f5f5;
}
.h3_block_faq {
  margin: 0 0 30px 0;
  padding: 2px 0 20px 45px;
  border-bottom: 1px dotted #666666;
  background: url(../img/common/faq_bg_a.png) top left no-repeat;
  color: #f29600;
  font-size: 20px;
  font-size: 2rem;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*解決事例ページ用*/
/**/
.case_list {
  margin-bottom: 40px;
  list-style: none;
  counter-reset: case;
}
.case_list li {
  margin-bottom: 40px;
  line-height: 1.4;
}
.case_list li:last-child {
  margin-bottom: 0;
}

.case_list li img {
  clear: both;
  float: left;
  margin-right: 20px;
}
.case_list li p > span {
  display: inline-block;
  background: #85b200;
  padding: 2px 12px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0;
}
.case_list li p > a {
  display: inline-block;
  float: right;
  margin-right: 5px;
  margin-top: -20px;
}
.case_list li > span {
  display: block;
  width: 100%;
  border-bottom: 1px dashed #c1c1c1;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #383838;
  counter-increment: case; /* 任意の名前を付ける（もちろん英語で） */
}
.case_list li > span:before {
  content: "ケース" counter(case) "."; /* 名前を付けたカウンターをcontentで発動！ */
  font-weight: bold;
  margin-right: 8px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*会話タイプページ用*/
/**/
.consult_q {
  min-height: 128px;
  vertical-align: middle;
}

.consult_q:before {
  content: url(../img/common/icon_man.png);
  float: left;
  margin: 0 20px 20px 0;
}

.consult_q_woman:before {
  content: url(../img/common/icon_woman.png);
}

.consult_q p,
.consult_q h3,
.consult_q h4 {
}

.consult_a {
  padding: 20px;
  /*border:5px solid #E28074;*/
  font-weight: bold;
  box-shadow: 1px 1px 2px #ddd;
  background: #fdf0f0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  min-height: 60px;
}
.consult_a:before {
  content: url(../img/common/icon_lawyer.png);
  float: right;
  margin: 0 0 20px 20px;
}
.consult_q h3 {
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
}
.consult_a > div.h4_block {
  background: none;
  width: 100%;
  padding: 0 0 12px 0;
  margin: 0 0 12px 0;
  border-bottom: 2px solid #ddd;
}
.casestudy_title {
  font-size: 10px;
  margin-bottom: 10px;
}
.casestudy_title:before {
  content: "ケーススタディ No.";
}
.consult_a p:first-child:before {
  content: "ホームワンからの回答";
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  padding-bottom: 3px;
  border-bottom: 1px dashed #666;
  width: 75%;
}
.consult_q p:first-child:before {
  content: "ご質問";
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  padding-bottom: 3px;
  border-bottom: 1px dashed #666;
  width: 77%;
  float: right;
}
p.consult_a:before {
  content: url(../img/common/icon_lawyer_mini.png);
  float: right;
  margin: 0 0 20px 20px;
  /*	min-height: 200px;*/
  display: block;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*メリット・デメリットのスタイル*/
/**/

.merit,
.demerit {
  font-size: 16px;
  font-size: 1.6rem;
}

.merit,
.merit li,
.merit p,
.merit span,
.demerit li,
.demerit p,
.demerit span {
  font-weight: bold;
}

.merit span.title,
.demerit span.title {
  font-family: "Roboto", Century Gothic, sans-serif;
  color: #fff;
  background: #00b39a;
  margin-right: 10px;
  padding: 5px 15px;
  border-radius: 0.5em;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

.demerit span.title {
  background: #ff5c26;
  padding: 5px;
}

.sentence,
.sentence span,
.sentence p {
  font-weight: normal !important;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 20px 0 30px 0;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*コンテンツ内配置用のスリムなフロー*/
/**/

ul.flow_slim span {
  font-family: "Roboto", Century Gothic, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 10px;
  font-weight: bold;
}

ul.flow_slim li {
  margin: 0;
}

ul.flow_slim li:after {
  content: "";
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ffd24d transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 8px;
  height: 0;
  width: 0;
  display: block;
}

ul.flow_slim li:last-child:after {
  content: none;
}

/*2015.08.02追加*/

.img_float {
  /*PCでは画像右寄せ、スマホでフロート解除*/
  float: right;
  margin: 0 0 20px 20px;
}
.img_float_left {
  /*PCでは画像左寄せ、スマホでフロート解除*/
  float: left;
  margin: 0 20px 20px 0;
}

/*-----------------------詳細ページ-弁護士一覧*/
ul.lawyer_link {
  clear: both;
  margin: 0 0 20px 20px;
  overflow: hidden;
}
ul.lawyer_link li {
  float: left;
  margin: 0 20px 10px 20px;
  width: 200px;
}
.lawyer_photo {
  border: 1px #cccccc solid;
  padding: 0 !important;
  /*	margin:0 19px;*/
  float: left;
}
.lawyer_info {
  max-width: 60%;
  float: right;
}

.lawyer_name {
  padding: 25px 20px;
  background: #f5f5eb;
  line-height: 200%;
}

.h3_underline {
  font-size: 133%;
  color: #f29600;
  border-bottom: 4px solid #f29600;
  background: #fff;
  margin: 0 0 20px;
  padding: 2px 0 8px;
  border-radius: 0;
}
.h3_underline > h3 {
  border-left: 0;
  padding: 0;
  font-weight: bold;
}

.header_news_rinji {
  margin: 20px auto;
  text-align: center;
  font-weight: bold !important;
}

.header_news_rinji a {
  text-decoration: none;
  color: #ed1a3d !important;
}
