/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
構造css

制作対象となるサイト構造の共有の情報を記載します。
＊ページ単位の記載事項は、サイト.css等で記載するようにしましょう


共通化上書き更新：home-one.jp saimu110.info jiko110.info
20141017更新

-------------
統一名に修正していく予定　上が統一名 
例）
.header_type_line,
.type_line {
}

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

html {
  font-size: 62.5%;
  /*rem表記をpxと同じ状態にするため　15px=1.5rem */
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #333333;
  background: #f7f7ee;
  letter-spacing: 0.5px;
  /*background:url(../img/common/block_bg.gif);*/
  background: url(../img/common/body_bg.png);
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

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: 10px;
}

ul > li:last-child {
  margin: 0;
}

ol {
  margin-left: 20px;
}

table {
  width: 100%;
  line-height: 1.3;
  border-collapse: collapse;
}

table tr {
  width: 100%;
}

table th {
  padding: 10px;
  text-align: left;
  background-color: #eee;
  border: 1px solid #d4d5d5;
  vertical-align: middle;
}

table td {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #d4d5d5;
  vertical-align: middle;
}

blockquote {
  position: relative;
  margin: 0 15px;
  padding: 20px;
  border: 1px #999999 dotted;
  font-size: 1.2rem;
  color: #666;
}

/*
dt {
}
dd {
	margin-bottom:20px;
}
*/

dl.annotation {
  font-size: 12px;
  font-size: 1.2rem;
}

dl.annotation dt {
  float: left;
}

dl.annotation dd {
  padding-left: 15px;
}

/*-------------------------------スマホ用特別定義*/

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

object {
  width: 100%;
  /*	height:auto;*/
}

.clearText_pc {
  text-indent: inherit;
  white-space: inherit;
  overflow: inherit;
}

.clearText {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*-------------------------------スマホ用リセット部分*/

#subnav {
  display: none;
}

.contents_block {
  width: 100%;
}

.common_frame {
  width: 100%;
}

.keyvisual {
  width: 100%;
  background-size: contain;
  margin-bottom: 20px;
}

.keyvisual > h2 {
  display: none;
}

.keyvisual > p {
  width: 100%;
  padding: 0;
  background: #fff;
}

.keyvisual p a {
  display: block;
  width: 87.5%;
  height: 37px;
  background: #e28074;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  vertical-align: middle;
  padding-top: 11px;
  margin-left: 6.25%;
  margin-bottom: 50px;
}

.sidemenu {
  /*	display:none;*/
}

nav li a {
  text-decoration: none !important;
}

nav ul li a:hover {
  border: 0;
}

nav ul li.active a {
  border: 0;
}

nav ul li {
  width: 100%;
}

nav li a span {
  display: block;
  padding-left: 40px;
  min-height: 28px;
  line-height: 28px;
}

.clearText_pc {
  text-indent: inherit;
  white-space: inherit;
  overflow: inherit;
}

/*-------------------------------sp用特別定義*/

.contents_block_pc {
  display: none;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*html5タグ*/

/**/

header {
  width: 100%;
  height: 60px;
  background: none;
}

nav {
  clear: both;
}

footer {
  clear: both;
  background: #fff;
  border-top: 1px solid #eee;
  font-size: 12px;
  font-size: 1.2rem;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*フレーム*/

/**/

.common_frame {
  clear: both;
  width: 100%;
  background: #fff;
  overflow: hidden;
}

#footer_lower_frame {
  clear: both;
  width: 100%;
  padding-top: 20px;
  /*border-top: 3px solid #f29600;*/
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*ブロック*/

/**/

#header_block {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  background: #fff;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.contents_block {
  clear: both;
  width: 100%;
}

.footer_block {
  width: 100%;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*グリッド*/

/**/

/*.grid,
.gridx2,
.gridx3div2,
.gridx3,
.gridx4 {
	width:90%;
	padding:0 5% 20px;
	background:#fff;
}
.gridx3 {
	margin-bottom:20px;
	padding-top:3.75%;
}

.inner_div2 {
	float:left;
	width:47.3%;
	background:#fff;
	margin:0 5.34% 20px 0;
}
*/

.grid,
.gridx2,
.gridx3div2,
.gridx3,
.gridx4,
.gridx3div3 {
  width: 94%;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
  margin: auto;
}

.gridx3,
.gridx4 {
  margin-bottom: 20px;
  /*padding-top:3.75%;*/
}

.inner_div2 {
  /*grid内で2分割*/
  /*float:left;*/
  width: 100%;
  background: #fff;
  margin: 0 0 80px 0;
  overflow: hidden;
}

.inner_div3 li {
  /*grid内で3分割*/
  width: 100%;
  background: #fff;
  margin: 0 0 20px 0;
  box-sizing: border-box;
  position: relative;
}

.inner_div3 li img {
  width: 100%;
  height: auto;
}

.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 #f0f0e1;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*タイトルhx*/

/**/

/*-------------------------------h1*/

.h1_block {
  width: 100%;
  margin-top: 8px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #999999;
}

.h1_block h1 {
  display: inline;
}

/*-------------------------------h2*/

/*.h2_block {
	padding:2px 15px 15px 0;
 	margin:0 0 30px 0;
	border-bottom:1px dashed #666;
	font-size: 22px;
	font-size:2.2rem;
	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 {
  padding: 0 0 15px 0;
  border-bottom: 3px solid #ddd;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0 0 20px 0;
  position: relative;
}

.h2_block:before {
  background-color: #f29600;
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.h2_block h2 {
  padding-left: 0;
  border-left: 0;
  vertical-align: middle;
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 1px;
  line-height: 1.1;
  font-weight: bold;
}

.h2_block h2 span {
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 20px;
}

/*-------------------------------h3*/

/*.h3_block {
	clear:both;
  padding:14px;
	vertical-align:middle;
	background:#eeeeee;
	font-size: 18px;
	font-size:1.8rem;
	line-height:1.1;
	margin:0 -1.52% 30px -1.52%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px; 
	overflow: hidden;
}

.h3_block h3{
	display:inline_block;
	overflow:hidden;
	vertical-align:middle;
	line-height:1.1;
	font-weight: bold;
}

.gridx3div2 .h3_block{
	padding: 15px 10px;
}
*/

.h3_block {
  clear: both;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
  /*margin:0 -10px 30px -10px;*/
  margin: 0 0 30px 0;
  overflow: hidden;
  font-weight: bold;
  /*display: table;*/
  border-left: 3px solid #f29600;
  padding: 12px 0 10px 0;
}

/*#contents .h3_block:before{
	content: "";
	width:3px;
	min-height: 20px;
	max-height: 60px;
	background-color:#E28074;
	border-radius: 1em;
	display: table-cell;
	line-height:1.1;
}*/

.h3_block h3 {
  overflow: hidden;
  vertical-align: middle;
  line-height: 1.1;
  font-weight: bold;
  margin-left: 10px;
  padding-top: 3px;
}

.gridx3div2 .h3_block {
  padding: 15px 10px;
}

/*h3--センタリング-アンダーライン*/

.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;
	border-bottom:1px dashed #666;
	border-top:1px dashed #666;
	padding: 10px 0;
	margin-bottom:20px;
	font-size: 16px;
	font-size:1.6rem;
}
.h4_block h4 {
	font-weight: bold;
	line-height:1.1;
}*/

.h4_block {
  clear: both;
  margin: 0 0 20px 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;
}

/*-------------------------------h5*/

.h5_block {
  clear: both;
  border-bottom: 1px dashed #666;
  padding-bottom: 4px;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}

.h5_block h5 {
  display: inline;
  color: #333;
  font-weight: bold;
  line-height: 1.1;
}

.h5_block p {
  display: inline;
}

/*-------------------------------h6*/

.h6_block {
  clear: both;
  margin-bottom: 20px;
}

.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: 10px 0 10px 70px;
}

/*-------------------------------連番表記つき*/

.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: 2.4rem;
}

.continue_title > h3,
.continue_title > h4 {
  display: table-cell !important;
  padding: 20px 10px 20px 15px;
  margin-left: 20px;
  vertical-align: middle;
  border: 0;
  text-align: left;
}

.mark {
  display: table-cell;
  width: 59px;
  vertical-align: middle;
  padding-right: 5px;
}

.mark img {
  width: 59px;
  height: auto;
}

/*-------------------------------ムービーリンクつき*/

.movielink_title {
  padding-right: 0;
}

.movielink_title > h2 {
  display: inline-block;
  width: 71%;
  /*72%;*/
  text-align: left;
}

.movielink_title > h3 {
  display: inline-block;
  width: 77%;
  /*72%;*/
  text-align: left;
}

.movielink_title a {
  display: inline-block;
  width: 15%;
  text-align: right;
}

.movielink_title img {
  vertical-align: middle;
  margin-right: 2%;
}

/*YouTubeレスポンシブ化*/

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*header*/

/**/

#header_block > .h1_block {
  display: none;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0;
}

#header_logo {
  float: left;
  width: 180px;
  height: 60px;
  box-sizing: border-box;
  padding: 20px 0 0 10px;
  -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;
}

@media screen and (max-width: 320px) {
  #header_logo {
    width: 130px;
    height: 60px;
    box-sizing: border-box;
    padding: 22px 0 0 5px;
  }
}

#header_logo img {
  width: 100%;
  height: auto;
  vertical-align: baseline;
}

#header_logo_top {
  clear: both;
  float: left;
  margin-right: 120px;
  margin-bottom: 23px;
}

#header_logo_top img {
  vertical-align: baseline;
}

#header_logo a {
}

#header_logo p {
  display: none;
}

#header_tel {
  float: right;
  display: block;
  /*width:15%;*/
  width: 60px;
  height: 60px;
  background: url(/img/common/header_tel_sp.png) center center no-repeat;
  background-size: 58px 58px;
  border-left: 1px #eee solid;
  position: absolute;
  top: 0;
  right: 60px;
  cursor: pointer;
}

#header_form {
  float: right;
  display: block;
  /*width:15%;*/
  width: 60px;
  height: 60px;
  background: url(/img/common/header_form_sp.png) center center no-repeat;
  background-size: 58px 58px;
  border-left: 1px #eee solid;
  position: absolute;
  top: 0;
  right: 120px;
}

#header_form span {
}

.site_category_name {
  display: inline-block;
  width: 100px;
  height: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 20px;
  letter-spacing: 3px;
  color: #f97c00;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*nav*/

/**/

nav li a {
  text-decoration: none !important;
}

nav ul li a:hover {
  border: 0;
}

nav ul li.active a {
  border: 0;
}

nav ul li {
  width: 100%;
}

nav li a span {
  padding-left: 40px;
  min-height: 28px;
  line-height: 28px;
}

/*-------------------------------レスポンシブメニューのリセット用の処理 pc表示の時用*/

#menu {
  /*書記表示のちらつき解除のため指定*/
  display: none;
}

.mm-opened {
  display: block !important;
}

.mm-menu.mm-offcanvas {
  display: none;
  /*書記表示のちらつき解除のため指定*/
  position: fixed;
}

.mm-menu.mm-current {
  display: block;
}

.mm-listview {
  margin-bottom: 0;
}

.mm-navbar {
  height: auto;
}

.mm-title {
  visibility: visible;
}

.header {
  width: 15%;
  height: 58px;
  float: right;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

/*.header a {
	background:url(/img/common/header_menu_sp.png) center center no-repeat;
	background-size: 58px 58px;
	display: block;
	height:58px;
	border-left:1px #eee solid;
}*/

/*mmenu上書き*/

.mm-next {
  background-color: #555 !important;
  margin: 9px 9px 0 0 !important;
  color: #fff;
  border: none !important;
  width: 30px !important;
  height: 30px !important;
  padding-left: 0 !important;
}

.mm-next:before,
.mm-text:after {
  border-color: #fff !important;
}

.mm-slideout {
  box-shadow: 0 0 10px #bbb;
}

.mm-menu li {
  border-bottom: 1px solid #999 !important;
}

.mm-menu li a {
  border: none !important;
}

.mm-menu ul li ul {
  padding: 0 !important;
  border-top: 1px solid #999;
}

div.mm-panel {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}

.mm-menu ul li ul li a {
  padding-left: 70px;
}

.mm-menu ul li ul li a:after,
.mm-menu ul li ul li a:before {
  padding: 0 !important;
}

.mm-menu ul li ul li:last-child {
  border: none !important;
}

.mm-menu ul li ul li ul {
  background-color: #ddd;
}

.mm-menu ul li ul li ul li a:before {
  content: ">";
  float: left;
  color: #f29600;
  margin-right: 5px;
}

.mm-menu ul li ul li ul li ul li a:before {
  content: "・";
  float: left;
  color: #f29600;
  margin-right: 5px;
  font-weight: bold;
}

/*-------------------------------コンテンツ内サブメニュースタイル 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;
  width: 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 {
  width: 100%;
}

#sidebar {
  width: 100%;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*キービジュアル*/

/**/

.keyvisual {
  background-size: 100% auto;
  margin-bottom: 20px;
  /* 	padding-top: 60px;*/
}

.keyvisual > p {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 0;
  padding: 50px 0 0 400px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*下層キービジュアル　saimu110などで使用 3gridタイプ*/

/**/

.second_keyvisual {
  background: url(/img/niniseiri/index/bg_key_visual.png) top left no-repeat;
  background-size: 100% auto;
  margin: 0 0 20px 0;
}

.second_keyvisual p,
.second_keyvisual h2 {
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
  color: #ffffff;
  line-height: 1.4;
  padding: 12% 3%;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*下層キービジュアル home-oneなどで使用　4girdタイプ*/

.mainview {
  margin: 0 0 20px 0;
  display: block;
}

.mainview img {
  width: 100%;
  height: auto;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*#crumb*/

/**/

#crumb {
  margin: 10px 10px;
  overflow: hidden;
}

#crumb li {
  float: left;
  background: url(/img/common/basic/crumb_arrow.png) center left no-repeat;
  margin-right: 5px;
  margin-bottom: 0;
  padding: 0 0 0 15px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
}

#crumb li:first-child {
  background: none;
  padding: 0;
}

#crumb li:last-child {
  font-weight: bold;
}

#crumb li a {
  color: #666;
}

#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 {
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*ページ後部 前後ページリンク用枠*/

/**/

.pagenation_left {
  display: none;
}

.pagenation_right {
  display: none;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*#sidebar*/

/**/

#sidebar .grid {
  padding: 0;
  width: 100%;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*#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;
}

#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: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}

#sidebar img {
  margin: 0 auto;
}

/*-------------------------------サイドバーのバナー処理*/

#sidebar {
  /*	padding: 0 20px;*/
  width: auto;
  /*width100%解除*/
  clear: both;
}

#sidebar p {
  float: left;
  width: 48%;
}

#sidebar p:nth-child(odd) {
  float: left;
  margin: 0 0 15px 0;
}

#sidebar p:nth-child(even) {
  float: right;
  margin: 0 0 15px 0;
}

#sidebar .fb-like-box,
#sidebar .fb_iframe_widget {
  clear: both;
}

#sidebar img {
  width: 100%;
  margin: 0;
}

#sidebar p.w100 {
  float: none;
  width: 100%;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*サイドメニュー用*/

/**/

.sidemenu {
  /*	display:none;*/
  border: 1px solid #ddd;
}

.sidemenu .h3_block {
  background: url(/img/common/sidemenu_icon.png) center left no-repeat #444 !important;
  border-bottom: 3px solid #e28074;
}

.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: 7px 10px 7px 28px;
  background: url(/img/common/sidemenu_mark_off.png) top left no-repeat;
  color: #333;
}

.sidemenu li a.active {
  color: #333;
  font-weight: bold;
  background: #fffbf4 url(/img/common/sidemenu_mark_active.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 > ul > li > ul {
  border-top: 1px dashed #dddddd;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*サイドメニュー用 第二階層*/

/**/

.sidemenu > ul > li > ul {
}

.sidemenu > ul > li > ul > li {
  /*border-bottom:1px dashed #dddddd!important;*/
  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_active.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;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*サイドメニュー用 タイトルアイコン*/

/**/

.news_icon {
  background: url(/img/common/basic/news_icon.png) center left no-repeat !important;
}

.media_icon {
  background: url(/img/common/basic/media_icon.png) center left no-repeat !important;
}

.office_icon {
  background: url(/img/common/basic/office_icon.png) center left no-repeat !important;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*サイドメニュー用 タイトル*/

/**/

/*まとめタイトルがある場合、下記形式で
<div class="sidemenu">
	<ul>
		<li>
			<dl>
				<dt>まとめタイトル</dt>
				<dd>
					<ul class="narrow_menu">
						<li>メニュー項目</li>
						<li>メニュー項目</li>
					</ul>
				</dd>
			</dl>
		</li>
	</ul>
</div>
*/

.sidemenu > ul > li > dl {
  padding-left: 10px;
}

.sidemenu > ul > li > dl > dt {
  padding-top: 10px;
  padding-left: 10px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*サイドバナー*/

/**/

.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 solid #ddd;
}

.news_link,
.media_link {
  text-align: right;
  margin-bottom: 10px;
  margin-right: 10px;
}

.news_link a {
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*footer*/

/**/

footer {
  margin-top: 60px;
}

#footer_lower_frame img {
  margin-bottom: 20px;
}

#footer_lower_frame p {
  line-height: 1.2;
}

.footer_block .grid {
  background: transparent;
}

.footer_block .grid p {
  padding: 0;
  background: transparent;
}

.footer_block .grid ul,
.footer_block .gridx2 ul {
  padding: 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 {
}

#footer_logo {
  width: 50%;
}

#footer_consult {
  display: none;
}

.goup {
  float: right;
  display: block;
  width: 30px;
  /*height:30px;*/
  padding: 5px;
  margin: -37px 1px 0 0;
  background: #555 url(/img/common/pagetop_arrow.png) -5px center no-repeat;
  color: #fff;
  text-decoration: none !important;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  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;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.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: #555;
  font-size: 10px;
  font-size: 1rem;
}

/*footer装飾 統一名に修正していく予定　上が」統一名*/

.footer_orange_line,
.orange_line {
  /*height: 5px;
	background: #f29600;*/
  margin-bottom: 20px;
}

footer .gridx2,
footer .grid {
  min-height: 240px;
}

.footer_block .border_rt_dot {
  border-right: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

footer .gridx2 {
  margin-bottom: 20px;
}

#group_site {
  background: #eeeeee;
  width: 100%;
  padding: 3%;
  min-height: 50px;
}

#group_site li {
  float: left;
  margin-right: 30px;
}

/*pc側にも設定必要*/

.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: 30px 20px;
  background: #fff8f0;
  color: #f29600;
  font-size: 18px;
  font-size: 1.8rem;
}

.strong img {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.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: 24px;
  font-size: 2.4rem;
  letter-spacing: 0;
}

.css_arrow {
  width: 0;
  height: 0;
  border: transparent 15px solid;
  border-top-color: #dddddd;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*装飾 リスト*/

/**/

.dl_typeA {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}

.dl_typeA dt {
  clear: both;
  float: left;
  margin-bottom: 0;
}

.dl_typeA dd {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}

/*
.dl_typeB {
}
.dl_typeB dt {
	font-size: 12px;
  font-size:1.2rem;
  font-weight:bold;
  margin-bottom:10px;
}
.dl_typeB dd {
  margin-bottom:20px;
}
.dl_typeC {
}
.dl_typeC dt {
	font-size: 16px;
  font-size:1.6rem;
  font-weight:bold;
  margin-bottom:15px;
}
.dl_typeC dd {
	font-size: 14px;
	font-size:1.4rem
}
.dl_yoko {
}
.dl_yoko dt{
	float:left;
	width:120px;
	margin-right:40px;
}
.dl_yoko dd{
	float:left;
}
*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*装飾 リスト マーク指定*/

/**/

.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: 22px;
}

.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 {
  list-style-image: url("/img/common/basic/arrow_inner.png") !important;
  margin-left: 22px;
}

.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;
}

/*
.list_number {
	list-style-type: decimal;
	margin-left:25px;
}
*/

/*ul.list_number li{
	font-weight: bold;
	vertical-align: middle;
	display: block;
  padding-left: 2em;
}

ul.list_number li:before{
	counter-increment: number;
	content:counter(number);
	float: left;
  background: #8bcdba;
 	width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-family: Century gothic;
  font-weight: bold;
  margin-left:-2em;
}*/

ul.list_number {
  counter-reset: number;
}

ul.list_number > li {
  font-weight: bold;
  vertical-align: middle;
  display: block;
  padding-left: 2em;
}

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: 80%;
  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: 42%;
  margin-right: 10%;
}

.list_2block li:nth-child(even) {
  margin-right: 0;
}

.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: 20%;
}

.ul_like_table li span:nth-child(3) {
  width: 20%;
}

.ul_like_table li span:nth-child(4) {
  width: 20%;
}

.ul_like_table li span:nth-child(5) {
  width: 20%;
}

.ul_like_table_col6 li span {
  width: 13% !important;
}

.like_table li span:last-child {
  border-right: 0;
}

.like_table li:hover {
  background: #f5f5f5 url(/img/common/basic/list_link_off.png) center left
    no-repeat;
}

.like_table li:first-child:hover {
  background: #f9f9f9;
}

.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 {
  width: 100%;
  background: url(../img/common/contents_access_title.png) top left no-repeat;
  /*	background-size:100% auto;*/
}

.counseling_title {
  margin: 0;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  padding: 0 0 20px 60px;
}

.counseling_box img {
  border: 5px solid transparent;
}

.counseling_box img:hover {
  border: 5px solid #ffff00;
  opacity: 1 !important;
}

.counseling_tel {
  width: 100%;
  margin: 0 0 20px 0;
}

.counseling_form {
  width: 100%;
  margin: 0 0 20px 0;
}

.situation_bar {
  /*float:right;*/
  background: #f29600;
  padding: 4px 8px 4px !important;
  margin: 20px 0;
  line-height: 1.2 !important;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}

/*-----------------------弁護士のメッセージ*/

.lawyer_message {
  width: auto;
  height: auto;
  background: #679434 url(/img/divorce/bg_lawyer_message.png) top left no-repeat;
  padding: 0 20px 20px 20px;
  color: #ffffff;
}

.lawyer_message h3 {
  padding-top: 70px;
  padding-bottom: 10px;
  font-size: 25px;
  font-size: 2.5rem;
}

.lawyer_message p {
  width: 70%;
  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リスト出力 TOP用アイコンあり*/

.cms_list dl {
  border-bottom: 1px dotted #f0f0f0;
  margin-bottom: 20px;
}

.cms_list dl dt {
  float: left;
}

.cms_list dl dt span {
  margin-right: 10px;
}

.cms_list dl dt img {
  vertical-align: middle;
}

.cms_list dl dd {
  margin-left: 180px;
  margin-bottom: 20px;
}

.icon_news {
  background: url(/img/top/icon_news.png) no-repeat;
}

.icon_officeinfo {
  background: url(/img/top/icon_officeinfo.png) no-repeat;
}

.icon_access {
  background: url(/img/top/icon_access.png) no-repeat;
}

/*-----------------------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;
  padding-top: 3px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

dl.service dd {
  margin-bottom: 20px;
}

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-bottom: 20px;
  /*	padding:5px 6.25% 10px 3%; 再確認！*/
  padding: 5px 3% 10px 3%;
}

.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: 87.5%;
  padding: 20px 6.25%;
  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: 80px;
  line-height: 1.4;
}

.case_list li:last-child {
  margin-bottom: 0;
}

.case_list li img {
  clear: both;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.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: left;
}

.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: 90px;
  vertical-align: middle;
}

.consult_q:before {
  content: url(../img/common/icon_man_sp2.png) "　ご質問";
  padding-bottom: 3px;
  border-bottom: 1px dashed #666;
  float: left;
  margin: 0 20px 20px 0;
  display: block;
  width: 100%;
  font-weight: bold;
}

.consult_q p,
.consult_a p {
  clear: both;
}

.consult_q_woman:before {
  content: url(../img/common/icon_woman_sp2.png) "　ご質問";
}

.consult_a {
  width: 92%;
  padding: 20px 3%;
  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_sp2.png) "　ホームワンからの回答";
  padding-bottom: 3px;
  border-bottom: 1px dashed #666;
  float: right;
  display: block;
  width: 100%;
  font-weight: bold;
  float: right;
  margin: 0 0 20px 20px;
}

.consult_q h3 {
  border: none;
  font-size: 24px;
  font-size: 2.4rem;
}

.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.";
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*メリット・デメリットのスタイル*/

/**/

.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: none;
  text-align: center;
  margin: 0 0 20px 0;
}

.img_float_left {
  /*PCでは画像左寄せ、スマホでフロート解除*/
  float: none;
  text-align: center;
  margin: 0 0 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 0 20px 0;
  float: left;
}

.lawyer_info {
  max-width: 100%;
  clear: both;
}

.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: 0 auto;
  text-align: center;
  font-weight: bold !important;
}

.header_news_rinji a {
  text-decoration: none;
  color: #ed1a3d !important;
}
