/******---共通目次---*****/
/* CSS Document */

body{
	color: #222;
	font: 16px/1.231 "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",clean,sans-serif;
	line-height:1.8;
	background-colof: #ffffff;
	/* background-repeat:repeat-xy;*/
}
/*box-sizeing*/
header, #gNav, #gNavLi > li > .fade, #gNavLi .subNavLi, #language, #languageLi > li > .fade, #languageLi .subNavLi, .wrap, table, th, td {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
A:link {COLOR: #000000; TEXT-DECORATION: none}
A:visited {COLOR: #000000; TEXT-DECORATION: none}
A:hover {COLOR: #000000; TEXT-DECORATION: none}
A:active {COLOR: #000000; TEXT-DECORATION: none}

/**----------h1について----------**/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: bold;s
	font-size: 100%;
}

 h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	font-size: 0;
	visibility: hidden;
	display: block;
}

ul {
	list-style-type: none;
}

li {
	float: left;
}
h5 {
	font-size:140%;
}
@media (max-width: 1100px) {
	h5 {
		font-size:110%;
		margin-bottom:1em;
	}
}
@media (max-width: 360px) {
	h5 {
		font-size:95%;
	}
}
/**----------　タイトル　---------**/
h2 {
	position: relative;
	text-align: center;
	margin-top: 1em;
	font-size: 30px;
	color: #404040;
	font-family: "Century Gothic","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-weight: normal;
}
h2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
h2::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

.h2_sub{
	text-align:center;
	font-size: 120%;
	line-height: 1.5em;
}

/**----------　サブタイトル　---------**/
.sub_ttl {
  position:relative;
  padding:5px 0 0 25px;
  border-bottom:1px solid #0068b7;
  width:96%;
  margin:0 auto 20px;
  font-size: 120%;
}
.sub_ttl:before{
  content:"";
  display:block;
  width:10px;
  height:10px;
  border:2px solid #0068b7;
  position:absolute;
  top:11px;
  left:3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 640px) {
	#game_top h2 {
		font-size: 22px;
	}
	#game_top h2 span {
		margin: 0 1em;
		padding: 0 0.5em;
	}
}
@media (max-width: 480px) {
	h2 {
		font-size: 22px;
	}
	h2 span {
		margin: 0 1em;
		padding: 0 0.5em;
	}

	.h2_sub{
		font-size: 100%;
	}
	.sub_ttl {
		width:auto;
		font-size: 100%;
	}
}
@media (max-width: 414px) {
	.h2_sub{
		font-size: 90%;
	}
}	

/**----------　電話番号大　---------**/
	h3 {
		text-align:center;
		font-size: 230%;
		font-weight: normal;
		line-height:1.3em;
		margin:15px 0 30px;
	}
	h3 span {
		font-size:50%;
	}
		h3 A:link {COLOR: #4466AA; TEXT-DECORATION: none}
		h3 A:visited {COLOR: #4466AA; TEXT-DECORATION: none}
		h3 A:hover {COLOR: #4466AA; TEXT-DECORATION: none}
		h3 A:active {COLOR: #4466AA; TEXT-DECORATION: none}
	h3 span.pc_none {
		display:none;
		height:0;
	}
/**----------　注目文字　---------**/
	h4 {
		color:#333;
		text-align:center;
		font-size: 170%;
		font-weight: normal;
		line-height: 150%;
	}
@media (max-width: 860px) {
	h4 {
		font-size: 150%;
	}

	.btn {
		display:block;
		width:70%;
		font-size: 100%;
		padding: 5px 5px;
		margin:15px auto;
	}
	.cmt {
		max-height:none;
		padding:4% 0 5%;
	}
	
}
@media (max-width: 480px) {
	h3 {
		font-size:200%;
		line-height:1.3;
	}
	h4 {
		font-size:100%;
	}
	h3 {
		line-height:1.2;
		margin-bottom:20px;
	}
	h3 span.pc_none {
		display:block;
	}
}	
/* =========================================================
■ header ヘッダー部分
========================================================= */
#header_wrap {
	width:100%;
	background:#fff;
}
.header_logo {
	width:1200px;
	margin:10px auto 15px;
}
.header_logo .left_logo {
	width:630px;
	float:left;
}
.header_logo .right_tel {
	width:350px;
	float:right;
	margin-bottom: 10px;
}
/**----------SP用ロゴ---------**/
#bar .sp_logo {
	display:none;
	height:0;
}
/**----------ヘッダー固定---------**/
.navfix {
	position: fixed;top: 0;z-index: 1000;
}
/* header
-------------------------*/
header {
  position: relative;
  width:100%;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  border-bottom: 5px solid #4466AA;
  background: #fff;
  z-index: 5000;
}
header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*  gNav
-------------------------*/
#spMenuWrap {
  clear: both;
  float: none;
  width: 85%;
}
#spMenuWrap.only {
  width: 1201px;
  margin:0 auto;
}
#gNav {
  margin-bottom: 0;
  border-left:solid 1px #ccc;
}
#gNavLi {
  width: 100%;
  display: table;
}
#gNavLi li {
  background-repeat: no-repeat;
  background-position: 8px 10px;
  background-size: 25px auto;
}
#gNavLi > li {
  display: table-cell;
  position: relative;
  border: none;
}
#gNavLi > li > .fade {
  padding: 10px 30px 0 40px;
  height: 63px;
}
#gNavLi .open:after {
  display: none;
}
#gNavLi .navTtl {
  display: block;
  font-weight: normal;
  font-size: 100%;
  line-height: 114%;
  white-space: nowrap;
}
#gNavLi .subTtl {
  font-size: 0.75em;
}

#gNavLi a span.eng {
	color:#666;
	font-size:10px;
	line-height:2em;
}

/*  メニュー
-------------------------*/
  #gNav li {
    background-position: center 10px;
    background-size: 20px auto;
	position: relative;
	width: 200px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
  }
  #gNav li a {
	display: block;
	margin: 0;
	padding: 15px 0 10px;
	background: #fff;
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	text-decoration: none;
	border-right:1px solid #ccc;
  }
  #gNav li a.select {
  	background:#eee;
  }
  #gNavLi > li > .fade {
    padding: 15px 0 10px;
    text-align: center;
  }

#inner_menu,
#closeBtn {
  display: none;
}
#js_menu {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 80px;
  height: 80px;
}

@media (max-width: 1100px) {
	.header_logo {
		display:none;
	}
	#bar .sp_logo {
		width:350px;
		margin-top:10px;
	}
	.header_logo .right_tel {
		display:none;
	}
	.navfix {
		position:static;
	}
	#bar .sp_logo {
		display:block;
		height:auto;
	}
	#bar .sp_logo img {
		width:100%;
	}
	
	/*  sp common
  -------------------------*/
  header {
    position: fixed;
    width: 100%;
	  top: 0;
    left: inherit;
    right: 0;
    z-index: 3000;
    padding: 0;
    float: none;
    height: auto;
  }
  #js_menu {
    display: block;
  }
  #inner_menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
  }
  #closeBtn {
    display: block;
    position: absolute;
    width:200px;
	height:80px;
	top:0;
	right:0;
	background:#fff;
	text-align:right;
  }
  #closeBtn img {
  	margin-top:10px;
	margin-right:10px;
  }
  #spMenuWrap {
    position: absolute;
    top: 0;
    width: 200px !important;
    right: -201px;
    padding: 80px 0 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 98;
	background:rgba(0,0,0,0);
  }
  #spMenuWrap.open {
    right: 0;
  }
  #spMenuInner {
    padding-top: 0;
    border-top: 5px solid #2a4b9e;
    overflow-w: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #bar {
    width: 100%;
    height: 70px;
    background: none;
    border-bottom: none;
  }
  #gNav li {
	width: 100%;
  }
  #gNav li a {
  	font-size:15px;
	margin:0;
	background:#f7f7f7;
  }
#gNav li a.select {
	background:#ddd;
}
#gNavLi > li:before {
  width: 12px;
  height: 2px;
  top: 21px;
  left: 9px;
}
#gNavLi > li:after {
  width: 2px;
  height: 12px;
  top: 16px;
  left: 14px;
}

#gNavLi .subTtl {
  padding-left:8px;
  display:block;
  height:25px;
}
#gNavLi .subTtl {
  font-size: 100%;
}
  #gNav {
    border: none;
    border-bottom: 1px solid #ddd;
  }

  #gNav .navTtl {
    white-space: inherit;
  }
  #gNavLi {
    display: block;
  }
  #gNavLi li {
    display: block;
    background-position: 10px 10px;
    border-top: 1px solid #ccc;
  }
  #gNavLi li a {
  	height: auto;
    border: none;
    text-align: left;
    padding: 12px 5px 7px 23px !important;
	font-size:90%;
  }
  #gNavLi > li > .fade {
    height: auto;
    border: none;
    text-align: left;
    padding: 12px 5px 7px 23px !important;
	font-size:90%;
  }
  #gNavLi > li > .ra {
  	border-radius:0;
	}
}
@media (max-width: 480px) {
	#bar .sp_logo {
		width:210px;
		margin-top:10px;
	}
	#js_menu {
		width:60px;
		height:60px;
	}
	#js_menu img {
		width:100%;
	}
	#bar {
		height:50px;
	}
	#spMenuWrap {
		padding-top:60px;
	}
	#inner_menu {
		width:60px;
		height:60px;
	}
	#inner_menu img {
		width:100%;
	}
}

/* =========================================================
■ content
========================================================= */
.content {
	width:1000px;
	margin:0 auto;
	padding-bottom:20px;
}
/* =========================================================
■ イメージ画像
========================================================= */
/* メイン写真 */
#slide_container {
	margin:0 auto;
	width: 100%;
	background: url(../item/bg_con.png);
}
/* =========================================================
■ イメージ画像
========================================================= */
/* メイン写真 */
#main_image {
	width:1200px;
	height:480px;
	position:relative;
	margin:0 auto 0;
}
#slide_container {
	margin:0 auto;
	width: 920px;
	height:480px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
}
#slide_container .viewer {
	width:920px!important;
}

.index_img {
	width:1050px;
	margin:0 auto 0.5em auto;
	text-align:center;
}
.index_img img {
	width:100%;
}
#main_bnr {
	width:280px;
	float:left;
	border-top:1px solid #dfdfdf;
}
#main_bnr li {
	width:278px;
	float:left;
	line-height:0;
	border:1px solid #dfdfdf;
	border-top:none;
}


@media (max-width: 1100px) {
	#main_image {
		width:98%;
		height:455px;
	}
	#slide_container {
		width:75%;
		top:5px;
		height:auto;
	}
	#main_image img {
		width:100%;
	}
	#main_image #slide_container .viewer img {
		width:100%;
	}
	
	#slide_container .viewer {
		width:100%!important;
	}
	#main_bnr {
		width:25%;
	}
	#main_bnr li {
		height:auto;
		width:99%;
	}
}
@media (max-width: 860px) {
	#main_image {
		height:355px;
	}
}
@media (max-width: 768px) {
	#slide_container {
		width:100%;
		position:static;
	}
	#main_bnr {
		width:100%;
		margin-top:0;
		border-top:none;
		border-left:1px solid #dfdfdf;
	}
	#main_bnr li {
		width:33.1%;
		border-top:1px solid #dfdfdf;
		border-left:none;
	}
	#main_image {
		height:520px;
	}
}
@media (max-width: 640px) {
	#main_image {
		height:425px;
	}
}
@media (max-width: 480px) {
	#main_image {
		height:325px;
	}
	#main_bnr li {
		width:33%;
	}
}
@media (max-width: 360px) {
	#main_image {
		height:240px;
	}
	#main_bnr li {
		width:32.9%;
	}
}
/* =========================================================
■ トップ
========================================================= */

/**----------　事務所概要　---------**/

.tbl_office {
	width:98%;
	margin:0 auto 30px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.tbl_office th {
	width:13%;
	box-sizing:border-box;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:center;
	vertical-align:middle;
	padding:10px 0;
	background:#eee;
}
.tbl_office td {
	box-sizing:border-box;
	width:37%;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:left;
	vertical-align:middle;
	padding:10px 1%;
}
/**----------　地図　---------**/
.map_area {
	width:1050px;
	margin:10px auto 0;
}
.map_area iframe {
	width:100%;
}

/**----------　リンク　---------**/
.links {
	width:400px;
	margin:20px auto 50px;
}
.links img.left {
	float:left;
	margin-top:12px;
	margin-bottom:20px;
}
.links img.right {
	float:right;
	margin-bottom:20px;
}
.links .link_bnr {
	display:block;
	width:180px;
	float:left;
}
.links .link_bnr2 {
	display:block;
	width:180px;
	float:right;
}
.links .link_bnr a {
	width:100%;
	box-sizing:border-box;
	padding:10px 0 0;
	height:60px;
}
.links .link_bnr2 a {
	width:100%;
	box-sizing:border-box;
	padding:10px 0 0;
	height:60px;
}

@media (max-width: 1100px) {
	/*.tbl_office th {
		width:25%;
		display:block;
		float:left;
		height:2em;
	}
	.tbl_office td {
		width:73%;
		display:block;
		float:left;
		height:2em;
	}*/
	.map_area {
		width:100%;
	}
}
@media (max-width: 768px) {
	.tbl_office th {
		width:100%;
		display:block;
		padding:7px 0;
	}
	.tbl_office td {
		width:100%;
		display:block;
		text-align:center;
		padding:7px 1%;
		font-size:15px;
		line-height:1.5em;
	}
	/*.tbl_office td.address {
		text-align:left;
	}*/
	.map_area {
		width:100%;
	}
}
@media (max-width: 640px) {	
	#game_top #container {
		padding-bottom:160px;
	}
}
/* =========================================================
■ 本文
========================================================= */
#container{
	width:100%;
	min-height:500px;
	margin:0 auto;
}
#container .content{
	width:1100px;
	margin:0 auto;
	padding-bottom:50px;
}
.uni_bold {
	font-weight:bold;
}
#container .content .txt{
	width: 1070px;
	padding: 0 0px 20px 20px;
}
#container .content .txt p{
	margin-left:auto;
	margin-right:auto;
}

#container .content .txt p.topcmnt{
	margin:30px auto;
	width:90%;
}
#container .content .txt p.cmnt{
	margin:10px auto;
	width:90%;
}
@media (max-width: 1100px) {
	#container {
		width:100%;
		padding-top:85px;
	}
	#container .content {
		width:96%;
		margin:20px auto 30px;
		padding:0;
	}
	#container .content .title_area {
		width:94%;
		height:auto;
		padding:0 0 0 4%;
		margin:10px auto 0;
		line-height:1.2;
		font-size:120%; 
	}
	#container .content .txt{
		width: 98%;
		padding: 15px 0px 0;
		margin:0 auto 75px;
	}
}
@media (max-width: 860px) {
	#container .content {
		width:98%;
	}
	#container .content .txt {
		margin-bottom:55px;
	}
}
@media (max-width: 480px) {
	#container .content .title_area {
		font-size:105%;
	}
	#container .content .txt {
		margin-bottom:35px;
		padding-top:0;
	}
	#container {
		padding-top:65px;
	}
	#index #container {
		padding-top:65px;
	}
}

/* =========================================================
■ トップページ
========================================================= */
/**----------　業務内容　---------**/
.business_wrap {
	width:100%;
	background:#FDFAF3;
	margin:0 auto;
	padding-top:2em;
}
.business_wrap h2 {
	margin-top:0;
}
.business_wrap h2 span {
	background:#FDFAF3;
}
.business_area {
	width:1020px;
	margin:0 auto 20px;
	padding:30px 30px 10px;
	box-sizing:border-box;
}
.business_con {
	background:url(../item/bg_triangle.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:20px;
}
.business_area .business_box {
	width:288px;
	float:left;
	text-align:center;
}
.business_area .business_box02 {
	float:none;
	margin:0 auto;
}
.business_area .business_box img {
	margin:10px 0 10px;
}
.business_area .business_box ul {
	margin-bottom:20px;
}
.business_area .business_box ul li {
	float:none;
	width:100%;
	text-align:left;
}
.business_area .plus {
	width:48px;
	float:left;
	text-align:center;
}
.business_area .plus img {
	margin:40px 0 0;
}
.business_area .equal {
	margin:25px auto;
	text-align:center;
	width:28px;
	height:0;
	display:none;
}

.business_txt {
	color:#A40000;
	text-align:center;
	font-weight:bold;
	font-size:24px;
}
.business_txt span {
	font-size:135%;
}
.btn_detail {
	display:block;
	width:100%;
	margin:0 auto;
}
.btn_detail a {
	display:block;
	padding:10px 0;
	color:#fff;
	width:300px;
	margin:10px auto 50px;
	text-align:center;
	background:#1D2088;
	border-radius:25px;
}
.btn_detail a:hover {
	opacity:0.7;
}
.business_txt .pc_none {
	display:none;
	height:0;
}
.business_link {
	width:840px;
	margin:0 auto 50px;
}
.business_link p {
	width:100%;
	text-align:center;
	color:#606060;
	font-size:15px;
}
.business_link a {
	display:block;
	width:380px;
	text-align:center;
	color:#fff;
	background:#CC3300;
	border-radius:25px;
	padding:10px 0;
	font-weight:bold;
}
.business_link_l {
	width:380px;
	float:left;
}
.business_link_r {
	width:380px;
	float:right;
}
.inlin_b {
	display:inline-block;
}
@media (max-width: 1100px) {
	.business_area {
		width:100%;
		background:#FDFAF3;
		padding:30px 0 10px;
	}
	
	.business_area .business_box {
		float:none;
		margin:0 auto;
		width:500px;
	}
	.business_con {
		background:none;
		padding-top:0;
	}
	.business_area .plus {
		float:none;
		margin:0 auto;
		width:100%;
	}
	.business_area .business_box img {
		float:left;
	}
	.business_area .business_box02 img {
		float:none;
		margin:0 auto 15px;
	}
	.business_box02 {
		background:#F0F8DC;
		padding:15px 0;
	}
	.business_area .business_box ul {
		float:right;
		width:280px;
		margin-bottom:0;
	}
	.business_area .business_box02 ul {
		float:none;
		margin:0 auto;
	}
	.business_area .plus img {
		margin:20px 0;
	}
	.btn_detail {
		margin-top:20px;
	}
	.business_link p {
		font-size:13px;
	}
	.business_link_l,
	.business_link_r {
		width:49%;
	}
	.business_link {
		width:96%;
	}
	.business_link a {
		width:100%;
	}
	.business_area .equal {
		display:block;
		height:auto;
	}
}
@media (max-width: 768px) {
	.business_area {
		width:96%;
		padding:20px 1.5%;
	}
	.business_area .business_box img {
		width:33%;
		max-width:200px;
	}
	.business_area .business_box ul {
		width:67%;
	}
	.business_txt {
		font-size:19px;
	}
	.business_link_l,
	.business_link_r {
		width:80%;
		float:none;
		margin:0 auto 20px;
	}
	.business_area .business_box {
		width:100%;
	}
}
@media (max-width: 480px) {
	.business_wrap {
		background:none;
		padding-top:0;
	}
	.business_area {
		background:none;
	}
	.business_wrap h2 span {
		background:#fff;
	}
	.business_area .business_box {
		background:#FDFAF3;
		width:100%;
		box-sizing:border-box;
		padding:15px 2%;
	}
	.business_area .business_box02 {
		background:#F0F8DC;
	}
	.business_area .business_box img {
		float:none;
		margin:0 auto 10px;
		width:165px;
	}
	.business_area .business_box ul {
		width:96%;
		float:none;
		margin:0 auto;
	}
	.btn_detail a {
		width:225px;
	}
	.business_txt .pc_none {
		display:block;
		
	}
	.business_txt {
		line-height:1.5em;
	}
	.links {
		width:96%;
		text-align:center;
	}
	.links img.left,
	.links img.right {
		float:none;
		margin-bottom:10px;
	}
	.business_link {
		margin-bottom:0;
	}
	.business_txt {
		margin-bottom:15px;
	}
}
@media (max-width: 414px) {
	.business_area .business_box ul li {
		font-size:14px;
	}
	.business_txt {
		font-size:17px;
	}
	.business_link_l,
	.business_link_r {
		width:98%;
	}
	.business_link a {
		font-size:15px;
	}
}

/* =========================================================
■ 事務所紹介
========================================================= */
/**----------ごあいさつ----------**/

.lawyer_main {
	margin: 2em auto;
}
.lawyer_main .lawyer_left {
	width:200px;
	float:left;
	text-align: center;
}
	.lawyer_main .lawyer_left img {
		margin-bottom: 1em;
	}
.lawyer_main .lawyer_right {
	width:800px;
	float:right;
}
.lawyer_main .lawyer_txt {
	width:1050px;
	margin:0 auto;
}
.lawyer_main .lawyer_txt img {
	float:left;
	margin-right:50px;
	margin-bottom:30px;
	width:200px;
	height:auto;
}
@media (max-width: 1100px) {
	.lawyer_main .lawyer_txt {
		width:98%;
	}
	.lawyer_main .lawyer_txt img {
		margin-bottom:0.5em;
		margin-right:2em;
	}
	.lawyer_main {
		margin:0 auto 40px;
	}
}
@media (max-width: 768px) {
	.lawyer_main .lawyer_txt {
		font-size:15px;
		line-height:1.6em;
	}
}
@media (max-width: 480px) {
	.lawyer_main .lawyer_txt img {
		float:none;
		width:50%;
		max-width:210px;
		margin:0 25% 1em;
	}
	.lawyer_main .lawyer_txt {
		font-size:14px;
	}
}

	/* =========================================================
	■ 事務所紹介・業務案内　共通　表
	========================================================= */
	
	/**----------テーブル1----------**/
	.tbl_lawyer {
		width:98%;
		margin: 1em auto;
		border:1px solid #d6d6d6;
		border-bottom:none;
	}
	.tbl_lawyer tr th {
		background:#eee;
		width:12%;
		padding:10px 0;
		text-align: center;
		border-bottom:1px solid #d6d6d6;
		font-weight: bold;
	}
	.tbl_lawyer tr td {
		padding:10px 1% 10px;
		border-bottom:1px solid #d6d6d6;
	}
	.tbl_lawyer tr td p {
		font-size:95%;
		color:#555;
		text-indent:1em;
		margin-left:1em;
		margin-top:7px;
		line-height:1.4em;
	}
	
		.tbl_lawyer tr th.th_23 {
			width: 23%;
			text-align: left;
			padding-left: 1em;
		}
		.tbl_lawyer tr th.th_38 {
			width: 38%;
			text-align: left;
			padding-left: 1em;
		}
		.tbl_lawyer .blank{
			padding-left: 7.5em;
		}
@media (max-width: 1100px) {
	.lawyer_main .lawyer_left {
		width:29%;
	}
	.lawyer_main .lawyer_right {
		width:69%;
	}
	.lawyer_main .lawyer_right ul {
		width:100%;
	}
}
@media (max-width: 860px) {
	.tbl_lawyer{
		width:100%;
		margin:0 auto 10px;
	}
	.lawyer_main .lawyer_left {
		width:35%;
	}
	.lawyer_main .lawyer_left img {
		width:80%;
	}
	.lawyer_main .lawyer_right {
		width:63%;
	}
	.lawyer_main .lawyer_right ul li a {
		padding:3px 10px;
		margin-right:7px;
		margin-bottom:7px;
		font-size:12px;
	}
	.tbl_lawyer tr th {
		width:14%;
	}
}
@media (max-width: 768px) {
	.tbl_lawyer tr td {
		font-size:15px;
	}
}
@media (max-width: 640px) {
	.lawyer_main .lawyer_left {
		width:300px;
		float:none;
		margin:0 auto;
	}
	.lawyer_main .lawyer_right {
		width:98%;
		float:none;
		margin:0 auto 20px;
	}
	.tbl_lawyer tr th {
		width:100%;
		display:block;
		padding:7px 0 7px 3%;
	}
		.tbl_lawyer tr th.th_23 {
			width:100%;
			display:block;
			padding:7px 0 7px 3%;
		}
		.tbl_lawyer tr th.th_38 {
			width:100%;
			display:block;
			padding:10px 0 8px 3%;
			line-height:1.2;
		}

	.tbl_lawyer tr td {
		width:100%;
		display:block;
		padding:10px 2% 10px;
	}
	.tbl_lawyer .blank2{
		padding-left: 7.5em;
	}
}
@media (max-width: 414px) {
	.lawyer_main .lawyer_left {
		width:90%;
	}
}
@media (max-width: 360px) {
	.tbl_lawyer tr td {
		font-size:14px;
	}
}

/* =========================================================
■ ご契約の流れ
========================================================= */
/**----------流れの図----------**/

	.flowbox{
		margin: 2em auto;
		text-align: center;
		width: 80%;
	}
		.flowbox p{
			display:inline-block;
			vertical-align:middle;
			padding: 0 0.5em;
		}
	.flowtxt{
		width: 70%;
		margin: 0 auto;
	}

@media (max-width: 1100px) {
		.flowbox {
			width:720px;
			margin:0 auto 15px;
		}
		.flowbox p{
			display: block;
			float:left;
			width:150px;
			padding:0;
		}
		.flowbox .arrow{
			width:40px;
			float:left;
			margin-top:80px;
		}
}
@media (max-width: 768px) {
		.flowbox {
			width:370px;
		}
		.flowbox .arrow {
			width:35px;
		}
}
@media (max-width: 480px) {
	.flowtxt {
		width:98%;
	}
}
@media (max-width: 414px) {
	.flowbox {
		width:260px;
	}
	.flowbox p {
		width:110px;
	}
	.flowbox p img {
		width:100%;
	}
	.flowbox .arrow {
		width:20px;
		margin-top:60px;
	}
	
	/*.flowbox .arrow{
		transform: rotate( 90deg );
		margin: 10px auto;
	}*/
}

/* =========================================================
■ お問合せ
========================================================= */

/**----------お電話によるご予約--------**/
.tel_contact {
	text-align:center;
	font-size:120%;
	line-height:2.5em;
	margin-top:50px;
}
.tel_contact a {
	font-size:270%;
	font-weight:bold;
	color:#0068b7;
}
@media (max-width: 1100px) {
	.tel_contact {
		font-size:110%;
	}
}
@media (max-width: 640px) {
	.tel_contact {
		margin-top: 0px;
		line-height: 1.7em;
		font-size:100%;
	}
	.tel_contact p{
		margin-bottom: 1em;
	}
}
@media (max-width: 480px) {
	.tel_contact {
		font-size:70%;
	}
}

	/* =========================================================
	■ フォーム
	========================================================= */
	/**----------テーブル---------**/
	.tbl_form{
		margin:60px auto 50px;
		width: 98%;
		border: 1px solid #ccc; 
		border-collapse: separate;
		border-spacing:2px;
		line-height:150%;
	}
	
		.tbl_form th{
			width: 17%;
			padding:20px 5px;
			background: #F1F1F1;
			text-align: center;
			vertical-align: middle;
			border-bottom: 1px dotted #ccc;
			min-height:40px;
		}
	
		.tbl_form td{
			padding:20px;
			vertical-align: middle;
			border-bottom: 1px dotted #ccc;
		}
		.tbl_form td.cmnt{
			height:180px;
		}
	/**----------フォーム文字余白---------**/
	.tbl_form input{
		padding: .5em;
		FONT-SIZE: 18px; COLOR: #000;
	}
	.tbl_form input.margintop{
		margin-top:5px;
	}
	.tbl_form input#postcode{
		margin-top: 0em;
		margin-bottom: 5px;
		FONT-SIZE: 16px; COLOR: #000;
	}
	.tbl_form span.addrno input{
		padding:0px 5px;font-size:14px;
	}
	.tbl_form input.w_m{
		width:350px;
	}
	.tbl_form input.w_s{
		width:200px;
	}
	.tbl_form input.w_ss{
		width:100px;
	}
	.tbl_form textarea{
		width:600px;
		padding: .5em;
		FONT-SIZE: 18px; COLOR: #000;
	}
/**----------inputやtextareaのスタイル---------**/

	.tbl_form input[type="text"],
	.tbl_form textarea {
		outline: none;
		border: 1px solid #aaa;
		-webkit-transition: all .3s;
		transition: all .3s;
		font-size:16px;
		padding:10px 20px;
		line-height:160%;
	}

	.tbl_form input[type="text"]:focus,
	.tbl_form textarea:focus {
		box-shadow: 0 0 7px #49a9d4;
		border: 1px solid #49a9d4;
	}
	.tbl_form select{
		padding:10px 20px;
		font-size:18px;
	}
	.uni_mini{font-size:80%;}
	/**----------メッセージ---------**/
	.form_msg{
		width: 90%;
		margin: 10px auto 5px auto;
		text-align: center;
	}
	/**----------送信---------**/
	.send{
		width: 840px;
		margin: 10px auto;
		text-align: center;
	}
	.send img{
		margin: 10px 20px;
	}
/**----------必須マーク---------**/
.marker_water {
	font-size:70%;
	text-align:center;
	vertical-align: middle;
	padding:2px 6px;
	color:#fff;
	background-color:#51adcf;
	border-radius:5px;
}
	/**----------テーブルinチェックボックスとラジオボタンを大きく---------**/
	.tbl_form  input[type=checkbox] {
		display: none;
	}
		.tbl_form .checkbox {
			width:255px;
			box-sizing: border-box;
			-webkit-transition: background-color 0.2s linear;
			transition: background-color 0.2s linear;
			position: relative;
			display: inline-block;
			margin: 0 8px 8px 0;
			padding: 10px 5px 10px 43px;
			border-radius: 8px;
			background-color: #f6f7f8;
			vertical-align: middle;
			cursor: pointer;
			font-size: 95%;
		}
		.tbl_form .checkbox:hover {
		  background-color: #d7e9ed;
		}
		.checkbox:hover:after {
		  border-color: #53b300;
		}
		.tbl_form .checkbox:after {
		  -webkit-transition: border-color 0.2s linear;
		  transition: border-color 0.2s linear;
		  position: absolute;
		  top: 50%;
		  left: 15px;
		  display: block;
		  margin-top: -8px;
		  width: 14px;
		  height: 14px;
		  border: 2px solid #bbb;
		  border-radius: 6px;
		  content: '';
		}

		.tbl_form .checkbox:before {
		  -webkit-transition: opacity 0.2s linear;
		  transition: opacity 0.2s linear;
		  position: absolute;
		  top: 50%;
		  left: 21px;
		  display: block;
		  margin-top: -7px;
		  width: 5px;
		  height: 9px;
		  border-right: 3px solid #3a7ba4;
		  border-bottom: 3px solid #3a7ba4;
		  content: '';
		  opacity: 0;
		  -webkit-transform: rotate(45deg);
		  -ms-transform: rotate(45deg);
		  transform: rotate(45deg);			
		}
		.tbl_form input[type=checkbox]:checked + .checkbox:before {
		  opacity: 1;
		}

	#radio1 input{
	    display: none;
	}
	#radio1 label{
	    display: inline-block;
	    position: relative;
	    cursor: pointer;
	    margin-left: 50px;
	    padding: 10px 20px;
	    border-radius: 2px;

	    text-align: center;
	    line-height: 1;
	}
	#radio1 label:before{
	    position: absolute;
	    content: "";
	    top: 50%;
	    left: -10px;
	    width: 20px;
	    height: 20px;
	    margin-top: -10px;
	    background: #bdc3c7;
	    border-radius: 50%;
		
	}

	#radio1 input[type="radio"]:checked + label:after {
	    position: absolute;
	    content: "";
	    top: 50%;
	    left: -4px;
	    width: 8px;
	    height: 8px;
	    margin-top: -4px;
	    border-radius: 50%;
	    background: #53B300;
	}
	
/**----------問い合わせcgi表---------**/

		table.scr_tbl_cgicmnt{
			width: 90%;height:400px;
			margin: 30px auto;
			border: 0px solid #ccc; 
			border-collapse: separate;
			border-spacing:2px;
			line-height:150%;
		}
		table.scr_tbl_cgicmnt td{
			padding-top:70px;
			text-align:center;
			vertical-align:top;
		}
		table.scr_tbl_cgicmnt td a{
			text-decoration:none;
		}
@media (max-width: 1100px) {
	.tbl_form {
		width:96%;
	}
	.tbl_form th {
		width:20%;
	}
	.tbl_form td {
		padding:10px 2%;
	}
	.send {
		width:100%;
		margin-bottom:20px;
	}
	.tbl_form input[type="text"],
	.tbl_form textarea {
		font-size:15px;
		box-sizing:border-box;
		padding:7px 2%;
		width:100%;
	}
	.tbl_form textarea {
		box-sizing:border-box;
		padding:7px 2%;
		width:100%;
	}
	.tbl_form select {
		font-size:15px;
	}
}
@media (max-width: 768px) {
	.tbl_form {
		margin:30px auto;
	}
	.tbl_form th {
		width:100%;
		display:block;
		padding:15px 0;
		min-height:10px;
	}
	.tbl_form td {
		width:100%;
		display:block;
		padding:15px 2%;
	}
	.tbl_form .sp_none {
		display:none;
		height:0;
	}
	.marker_water {
		display:inline-block;
		margin-left:1em;
	}
	.tbl_form th {
		padding:7px 0;
	}
	
}
@media (max-width: 480px) {
	.send img {
		margin:10px 0;
		width:80%;
		max-width:250px;
	}
}
/* =========================================================
■ 共通
========================================================= */

/**----------box（マップ下のアクセスなど）----------**/

.box{
	width: 96%;
	box-sizing: border-box;
	margin: 1em auto;
	padding: 1em 2em;
	background: #fdfaf3;
	border: 1px dotted #ccc;
}


/**----------画像（周りの余白）----------**/

	.content .img_r01{
		padding-left: 15px;
	}

	.content .img_l01{
		padding-right: 15px;
	}
@media (max-width: 1100px) {
	.box {
		padding:1em 2%;
	}
}
@media (max-width: 768px) {
	.box {
		font-size:15px;
	}
}
@media (max-width: 640px) {
	.content .img_l01 {
		padding:0;
		width:60%;
		margin:0 20%;
	}
}
@media (max-width: 480px) {
	.content .img_r01 {
		padding:0;
		width:80%;
		margin:0 10%;
	}
	.box {
		font-size:14px;
		line-height:1.5em;
	}
}

/**----------　影　----------**/

	.shadow{
		box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
	}

/**----------クリア----------**/

	.clear{
		clear: both;
		height: 15px;
	}

/**----------テキスト----------**/
.txt_right {
	width:96%;
	margin:0 auto;
	text-align:right;
}

.txt_center {
	text-align: center;
}

.txt_indent {
	padding-left: 1em;
	text-indent: -1em;
}

.txt_red{
	color: #990000;
}

/* =========================================================
■ お問合せエリア
========================================================= */
.tel {
	margin:0 auto;
	background-color: #f6f2e9;
	text-align: center;
	padding: 50px 1em;
	font-size: 100%; COLOR: #696969;
}

.tel .tel_time {
	text-align:center;
	font-size:120%;
}
@media (max-width: 640px) {
	.tel {
		padding: 15px 1em;
	}
}
@media (max-width: 480px) {
	.tel .tel_time {
		font-size:100%;
	}
}
/* =========================================================
■ 相性診断枠
========================================================= */

/**----------　枠　---------**/

#game {
	width:98%;
	margin:80px auto;
	text-align:center;
	position:relative;
}
#game img {
	width:100%;
	height:auto;
	max-width:551px;
}
#game .game_area {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.tbl_game{
	
	width:551px;height:428px;
	margin:0 auto;
	text-align:center;
}
.tbl_game iframe{
	
	width:465px;height:292px;
	margin:0 auto;
	text-align:center;
}
#d_q_back{
	/*width:500px;
	height:300px;
	background-color:#FFFFFF;
	margin:0 atuo;*/
	width:100%;
	height:auto;
	position:relative;
}
.question02 {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
}
.img_question {
	width:100%;
}
.question02_inner {
	width:100%;
	height:100%;
	position:relative;
}



#game #d_q_back .tbl_question {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#d_quetion{
	width:98%;
	margin:10% auto 0;
}
	#d_quetion .dc_no{
		width:10%;
		float:left;
		font-size:22px;
		color:#000000;
		font-weight:bold;
	}
	#d_quetion .dc_cmnt{
		width:87%;
		float:right;
		font-size:18px;
		line-height:1.4em;
		color:#000000;
		margin-top:5px;
	}
#d_botton{
	width:100%;
	text-align:center;
	margin-top:50px;
}
	#d_botton img {
		width:25%;
		margin:5px 2%;
		max-width:85px;
	}
	#d_botton img:hover {
		opacity:0.7;
	}
	#d_botton .dc_yes{
		width:20%;
		height:auto;
		margin:0;
	}
	#d_botton .dc_yes a:link{
		width:20%;
		height:auto;
		margin:0;
	}
	
	#d_botton .dc_no{
		width:20%;
		height:auto;
		margin:0;
	}
	
	#d_botton .spc_yes {
		text-indent: -9999px;
		display:none;
	}
	#d_botton .spc_no {
		display:none;
	}
	#d_result{
	width:100%;
	font-size:15px;
	color:#000;
	margin-top:50%;
	line-height:1.4em;
	}
#d_yajirusi{
	position:relative;top:-165px;left:190px;
}
.tbl_question{width:450px;height:292px;}

#game_result #d_q_back {
	position:relative;
	width:100%;
}
#game_result #d_q_back img {
	width:100%;
	height:auto;
}
#game_result #d_q_back .tbl_result {
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
@media (max-width: 640px) {
	.tbl_game {
		width:100%;
		height:auto;
		max-width:551px;
	}
	.tbl_game tr td {
		background-size:100% auto;
		background-repeat:no-repeat;
		background-position:top center;
		position:relative;
		height:445px;
	}
	.tbl_game iframe {
		width:87%;
		/*height:280px;*/
		margin:0 auto;
		position:absolute;
		top:9%;
		left:6%;
	}
	#game {
		margin:25px auto;
	}
	.bg_gameback {
		display:none;
	}
	
	#d_result {
		margin-top:38%;
	}
	
}
@media (max-width: 520px) {
	.tbl_game iframe {
		/*height:250px;*/
	}
}
@media (max-width: 480px) {
	.tbl_game tr td {
		height:375px;
	}
	#d_botton {
		margin-top:0;
	}
	.tbl_game iframe {
		/*height:191px;*/
	}
	
}
@media (max-width: 414px) {
	.tbl_game tr td {
		height:340px;
	}
	.tbl_game iframe {
		/*height:193x;*/
	}
}
@media (max-width: 360px) {
	.tbl_game tr td {
		height:305px;
	}
	#d_quetion .dc_no {
		font-size:13px;
	}
	#d_quetion .dc_cmnt {
		font-size:12px;
		margin-top:2px;
	}
	#d_botton {
		margin-top:0;
	}
	.tbl_game iframe {
		/*height:156px;*/
	}
} 
/* =========================================================
■ ボタン
========================================================= */

.btn {
	background: #fff;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border: 1px solid #4466AA;
	font-size: 120%;
	margin: 0px auto;
	padding: 10px 3em;
	margin:0px 20px;
	color: #000;
}

@media (max-width: 860px) {
	.btn {
		display:block;
		width:70%;
		font-size: 100%;
		padding: 10px 5px;
		margin:15px auto;
	}
}

@media (max-width: 414px) {
	.btn {
		display:block;
		width:85%;
		font-size: 100%;
		padding: 10px 5px;
		margin:15px auto;
	}
}
/* =========================================================
■ footer フッター部分
========================================================= */


#footer02 {
	margin:0 auto;
	height: 30px;
	text-align: center;
	margin-top: 20px;
	padding-top: 100px;
	clear: both;
	background: url(../item/foot_bg.png) center repeat-x;
	font-size: 85%;
}


#footer {
	margin:0 auto;
	background-color: #4466AA;
	height:50px;
	text-align: center;
	padding: 30px;
	font-size: 100%; COLOR: #FFF;
	border-top:2px solid #E5E5E5;
	clear:both;
	display: block;
	line-height:130%;
}
	#footer a{
		color: #fff;
	}
@media (max-width: 1100px) {
	#footer {
		height:auto;
		font-size:80%;
		padding:20px 3%;
	}
	#footer02 {
		height:0;
		margin:0;
		padding:0;
		background:none;
	}
}
/* =========================================================
■ 改行回避
========================================================= */
.inline_b {
	display:inline-block;
}
/* =========================================================
■ SP非表示
========================================================= */
@media (max-width: 768px) {
	.sp_none03 {
		display:none;
		height:0;
	}
}
@media (max-width: 860px) {
	.sp_none02 {
		display:none;
		height:0;
	}
}
/* =========================================================
■ PC非表示
========================================================= */
.pc_none {
	display:none;
	height:0;
}
.pc_none02 {
	display:none;
	height:0;
}
.pc_none03 {
	display:none;
	height:0;
}
@media (max-width: 480px) {
	.pc_none {
		display:block;
	}
}
@media (max-width: 640px) {
	.pc_none03 {
		display:block;
	}
}
@media (max-width: 860px) {
	.pc_none02 {
		display:inline-block;
	}
}



/* =========================================================
■ clearfix
========================================================= */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

pre {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}