@charset "utf-8";
/* *******************************************************************************
-------------------------------------------------------------
■ PC
-------------------------------------------------------------
 1. title
 ├ 1-1. h2
 ├ 1-2. h3
 └ 1-3. h4
 2. bt
 3. base template
 4. SNS
 5. table
 ├ 5-1. default
 ├ 5-3. table01
 ├ 5-3. table02
 └ 5-4. hours
 6. 汎用プロパティ
 ├ 6-1. float
 ├ 6-2. margin
 ├ 6-3. text-align
 ├ 6-4. 画像の配置
 ├ 6-5. 画像の装飾
 └ 6-6. rollover（透過）
 7. その他テンプレート
 ├ 7-1. ビフォーアフター
 ├ 7-2. list
 ├ 7-3. flow
 └ 7-4. qa
 8. MAP
 9. コンテンツ非表示
 10. pc sp change

-------------------------------------------------------------
■ Tablet
-------------------------------------------------------------
 3. base template
 └ 3-1. top bn

-------------------------------------------------------------
■ SmartPhone
-------------------------------------------------------------
 2. bt
 3. base template
 └ 3-1.画像横並び
 5. table
 └ 5-4. hours
 7. その他テンプレート
 └ 7-1. ビフォーアフター
 8. MAP
 10. pc sp change

******************************************************************************* */
#mkcontents img {
    width: auto;
    max-width: 100%;
}

/* ----------------------------------------------------------
■ 事務所概要office
----------------------------------------------------------- */
.office .office_tal {
	width: 100%;
}
.office .office_tal th {
	width: 30%;
	border-bottom: 1px solid #002f95;
	padding: 5px 2px;
	font-weight: normal;
	text-align: left;
}
.office .office_tal td {
	width: 70%;
	border-bottom: 1px solid #cccccc;
	padding: 5px;
}
.office ul.office_list {
	padding: 20px 0 0 20px;
}
.office ul.office_list li:before {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: -16px;
    margin-top: -4px;
    position: absolute;
    top: 10px;
    width: 7px;
}
.office ul.office_list li {
    position: relative;
	color: #000;
	padding: 0px 5px 15px 0;
}
/* ----------------------------------------------------------
■ 助成金subsidy
----------------------------------------------------------- */
.subsidy div.icon {
 width: 0px;
 height: 0px;
 border-top: 15px solid #002f95;
 border-right: 15px solid transparent;
 border-bottom: 15px solid transparent;
 border-left: 15px solid transparent;
 margin: 0 auto;
}
.subsidy .flow_icon {
 margin-bottom: 0;
}

/* ----------------------------------------------------------
■ 求人情報recruit
----------------------------------------------------------- */
.recruit ul.recruit_list {
	padding: 20px 0 0 20px;
}
.recruit ul.recruit_list li:before {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: -16px;
    margin-top: -4px;
    position: absolute;
    top: 10px;
    width: 7px;
}
.recruit ul.recruit_list li {
    position: relative;
	color: #000;
	padding: 0px 5px 15px 0;
}
.recruit div.icon {
 width: 0px;
 height: 0px;
 border-top: 15px solid #002f95;
 border-right: 15px solid transparent;
 border-bottom: 15px solid transparent;
 border-left: 15px solid transparent;
 margin: 0 auto;
}
.recruit .flow_icon {
 margin-bottom: 0;
}

/* ----------------------------------------------------------
■ トップページ
----------------------------------------------------------- */
.top .contentArea {
       padding-bottom: 0;
}
/* =====================================
 1.block01
===================================== */
.block01 {
      margin-bottom: 40px;
}
.block01 .rel_list {
      display: table;
}
.block01 .rel_list li {
      display: table-cell;
      width: 50%;
}
.block01 .rel_list li img {
      width: 100%;
}
.block03 {
      margin-top: 52px;
      margin-bottom: 34px;
}
/* =====================================
 4.block04
===================================== */
.block04 {
      margin-bottom: 16px;
}
.block04 li p.title {
      color: #000;
      text-align: center;
      border-bottom: 1px solid #a9aaac;
      margin-bottom: 10px;
      padding-bottom: 3px;
      font-size: 18px;
}
.block04 li p.btn {
      margin-bottom: 20px;
}
.block04 li p.btn a {
      display: block;
      background: #002f95;
      text-align: center;
      color: #fff;
      padding: 10px 5px;
      font-size: 16px;
}
.block04 li p.btn a:hover {
      text-decoration: none;
      opacity: 0.7;
}
.block04 li {
      float: left;
      width: 32%;
      margin-left: 2%;
      margin-top: 15px;
      font-size: 15px;
}
.block04 li img {
      width: 100%;
}
.block04 li:nth-child(-n+3) {
      margin-top: 0;
}
.block04 li:nth-child(3n+1) {
      margin-left: 0;
      clear: both;
}
.block04 li.first {
      margin-left: 0;
}
@media screen and (max-width: 600px) {
.block04 li {
      float: left;
      width: 49%;
}
.block04 li:nth-child(-n+3) {
      margin-top: 15px;
}
.block04 li:nth-child(3n+1) {
      margin-left: 2%;
      clear: none;
}
.block04 li:nth-child(-n+2) {
      margin-top: 0;
}
.block04 li:nth-child(2n+1) {
      margin-left: 0;
      clear: both;
}
.block04 li p.title {
      font-size: 16px;
}
.block01 .rel_list {
      display: block;
}
.block01 .rel_list li {
      display: block;
      width: 100%;
}
.block01 .rel_list li img {
      width: 100%;
}
.block01 .rel_list li.first {
      margin-bottom: 10px;
}
.top #base {
      margin-top: 1em;
}
}
@media screen and (max-width: 350px) {
.block04 li p.title {
      font-size: 14px;
}
}
/* ----------------------------------------------------------
■ PC
----------------------------------------------------------- */
/* =====================================
 1. title (h2,h3,h4)
===================================== */
/* 1-1. h2 -------------------------- */
.gnv_tmp_h2_bg:before {
	content:"";
	height: 25px;
	width: 25px;
	display: block;
	position: absolute;
	top: 25%;
	left: 10px;
	background:url(/asset/h2_bg.png) no-repeat 0 0;
	z-index: 1;
}
.gnv_tmp_h2_bg h2 {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #002f95;
    border-top: 1px solid #002f95;
    color: #002f95;
    font-size: 160%;
    padding: 20px 0;
    position: relative;
    text-align: center;
}
/* h2 titleBg */
h2.titleBg,
#blogBody .contentArea h3 {
        background: #5a5e5e;
	font-size: 18px;
	line-height: 1.2;
	padding: 16px 15px 14px 20px;
	border-radius: 0;
        position: relative;
	color:#fff;
        font-weight: normal;
}
#blogBody .contentArea h3 a{
	color:#fff;
}
h2.titleBg:before,
#blogBody .contentArea h3:before {
	content:"";
	height: 25px;
	width: 25px;
	display: block;
	position: absolute;
	top: 25%;
	left: 10px;
	background:url(/asset/h2_bg.png) no-repeat 0 0;
	z-index: 1;
}
/* 1-2. h3 -------------------------- */
.gnv_tmp_h3_bg {
	background: none #ebebeb;
	padding: 10px 0;
}

.gnv_tmp_h3_bg h3 {
	font-size: 120%;
	border-left: 4px solid #002f95;
	line-height: 1.2;
	color:#000;
	margin-left: 10px;
	padding-left: 10px;
	font-weight: normal;
}
/* 1-3. h4 -------------------------- */
.gnv_tmp_h4_bg {
	border-left: 4px solid #002f95;
}
.gnv_tmp_h4_bg h4 {
	line-height: 1.4;
	border-left: 4px solid #002f95;
	color:#000;
	font-weight: normal;
	margin-left: 2px;
	padding-left: 15px;
}

/* =====================================
 2. bt
===================================== */
.gnv_tmp_bt a {
	line-height: 1.4;
	display: block;
	padding: 5px 20px;
	text-align: center;
	font-weight: bold;
	color:#000;
  background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f5f5f5), color-stop(0.00, #f2f2f2));
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #f2f2f2 100%);
	background: -moz-linear-gradient(top, #f5f5f5 0%, #f2f2f2 100%);
	background: -o-linear-gradient(top, #f5f5f5 0%, #f2f2f2 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0%, #f2f2f2 100%);
	background: linear-gradient(top, #f5f5f5 0%, #f2f2f2 100%);
	-webkit-box-shadow: 0 3px 0 0 #cdcdcd;
	-moz-box-shadow: 0 3px 0 0 #cdcdcd;
	box-shadow: 0 3px 0 0 #cdcdcd;
	border-radius: 5px;
}
.text_image .gnv_tmp_bt a {
	margin-top: 0.5em;
}
.gnv_tmp_bt a:hover,
.gnv_tmp_detail a:hover {
	text-decoration: none;
	background: #fafafa;
}
/* btサイズ指定の場合 */
.gnv_tmp_detail a {
	width: 20%;
	float: left;
}

/* =====================================
 3. base template
===================================== */
.text_box {
	float: right;
	width: 55%;
}
.b_11_2_in span img,
.b_11 .b_11_in span img {
	margin: 0 1em 1em 0;
	width: 40%;
}
.b_01, .b_02 {
	margin: 0 0 1em;
}

/* =====================================
 4. SNS
===================================== */
#line,
#facebook,
.fb-like {
	margin-bottom: 5px;
}

/* =====================================
 5. table
===================================== */
/* 5-1. default -------------------------- */
.b_06 table td,
.b_06 table th {
    border: 1px solid #ccc;
    padding: 5px !important;
}
.b_06_item {
    background: none repeat scroll 0 0 #eee;
    width: 30%;
}
/* 5-2. table01 -------------------------- */
table.gnv_tmp_table01 {
	margin-bottom: 1.5em;
}
table.gnv_tmp_table01 th,
table.gnv_tmp_table01 td {
    text-align: left;
}
table.gnv_tmp_table01 {
    background: #fff;
	width: 100%;
}
table.gnv_tmp_table01 thead th {
    background: #ddd;
    border-top: 1px dotted #ccc;
}
table.gnv_tmp_table01 th {
    background: #efefef;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
table.gnv_tmp_table01 td {
    background: #fff;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
}
/* 5-3. table02 -------------------------- */
table.gnv_tmp_table02 {
	margin-bottom: 1.5em;
}
table.gnv_tmp_table02 th,
table.gnv_tmp_table02 td {
    text-align: left;
}
table.gnv_tmp_table02 {
	width: 100%;
}
table.gnv_tmp_table02 thead th {
    background: #efefef;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
table.gnv_tmp_table02 th {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
table.gnv_tmp_table02 td {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
/* 5-4. hours -------------------------- */
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
	text-align: center;
}
table.gnv_tmp_hours tbody th {
	width: 20%;
}

/* =====================================
 6. 汎用プロパティ
===================================== */
/* 6-1. float -------------------------- */
.fl { float: left;}
.fr { float: right;}
/* 6-2. margin -------------------------- */
.m00 { margin: 0 !important;}
.m05 { margin: 5px !important;}
.m10 { margin: 10px !important;}
.m15 { margin: 15px !important;}
.m20 { margin: 20px !important;}
.m25 { margin: 25px !important;}
.m30 { margin: 30px !important;}
.m35 { margin: 35px !important;}
.m40 { margin: 40px !important;}
.m45 { margin: 45px !important;}
.m50 { margin: 50px !important;}

.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}

.mr00 { margin-right: 0 !important;}
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}

.mb00 { margin-bottom: 0 !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}

.ml00 { margin-left: 0 !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}

/* 6-3. text-align -------------------------- */
.tal { text-align:left;}
.tac { text-align:center;}
.tar { text-align:right;}
/* 6-4. 画像の配置 -------------------------- */
/** 基本設定 **/
.b_11_2_in span img,
.b_11 .b_11_in span img {
	float: right;
	margin: 0 0 20px 20px;
}
/** 個別設定 **/
/* left */
.img_l span img {
    float: left !important;
	margin: 0 20px 20px 0 !important;
}
/* right */
.img_r span img {
    float: right !important;
	margin: 0 0 20px 20px !important;
}
/* 6-5. 画像の装飾 -------------------------- */
/* 角丸
.image img,
.text_image img,
.gnv_tmp_style img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}*/
/* 6-6. rollover（透過） -------------------------- */
.rollover a img:hover,
.rollover span a img:hover,
.rollover .img_r span a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* =====================================
 7. その他テンプレート
===================================== */
/* 7-1. ビフォーアフター -------------------------- */
.ba_box {
	background: url(/asset/ba_ar.png) no-repeat 49% 55%;
	display: table;
	width: 100%;
}
.ba_box div.column_l,
.ba_box div.column_r {
	display: table-cell;
	width: 30%;
}
.ba_box div.column_l span,
.ba_box div.column_r span {
	width: 100%;
}
.ba_box div.column_l p,
.ba_box div.column_r p,

.ba_box div.column_l span img,
.ba_box div.column_r span img {
	width: 95% !important;
	margin: 0 auto !important;
}
.ba_box .column_r, .ba_box .column_l {
	text-align: center;
	color: #B69440;
    font-size: 120%;
    font-weight: bold;
}
.ba_box .column_r span {
	text-align: right;
}
/* 7-2. list -------------------------- */
/* 通常リスト 01 */
.ic_01 {
	width: 100%;
}
.ic_01 .clearfix {
	padding: 5px 5px 5px 25px;
}
.ic_01 span {
	position: relative;
	line-height: 1;
}
.ic_01 span:before {
	content: "";
	position: absolute;
	background: #000;
	top: 10px;
	left: -16px;
	margin-top: -4px;
	height: 7px;
	width: 7px;
	border-radius: 50%;

}
/* ul */
.ic_01 ul {
	margin: 25px;
}
.ic_01 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_01 li:before {
	content: "";
	position: absolute;
	background: #000;
	top: 10px;
	left: -16px;
	margin-top :0px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
}
/* 通常リスト 02 */
.ic_02 .clearfix {
	padding: 5px 5px 5px 35px;
}
.ic_02 .clearfix span {
	position: relative;
	line-height: 1;
}
.ic_02 span:before{
    content:"\00a0";
    display: block;
    border: solid 9px #000;
    height: 0;
    width: 0;
    position: absolute;
    left: -29px;
    top: 10px;
    margin-top: -8px;
}
.ic_02 span:after{
    content:"\00a0";
    display:block;
    width: 4px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position:absolute;
    left: -23px;
    top: 10px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* ul */
.ic_02 ul {
	margin: 35px;
}
.ic_02 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_02 li:before {
    content:"\00a0";
    display: block;
    border: solid 9px #000;
    height: 0;
    width: 0;
    position: absolute;
    left: -29px;
    top: 10px;
	margin-top: -4px;
}
.ic_02 li:after{
    content:"\00a0";
    display:block;
    width: 4px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position:absolute;
    left: -23px;
    top: 10px;
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* 矢印リスト 01 */
.ic_arrow_01 div {
	padding: 5px 5px 5px 25px;
}
.ic_arrow_01 span {
	position: relative;
}
.ic_arrow_01 span:before {
	display: block;
	content: "";
	position: absolute;
	left: -15px;
	width: 0;
	height: 0;
	margin-top: 6px;
	border: 5px solid transparent;
	border-left: 5px solid #000;
}
.ic_arrow_01 span:hover:before {
	left: -12px;
}
/* ul */
.ic_arrow_01 ul {
	margin: 25px;
}
.ic_arrow_01 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_arrow_01 li:before {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -15px;
	width: 0;
	height: 0;
	margin-top: -1px;
	border: 5px solid transparent;
	border-left: 5px solid #000;
}
/* 矢印リスト 02 */
.ic_arrow_02 .clearfix {
	padding: 5px 5px 5px 30px;
}
.ic_arrow_02 span {
	position: relative;
}
.ic_arrow_02 span:before {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -25px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 span:after {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -19px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.ic_arrow_02 span:hover:before {
	left: -22px;
}
.ic_arrow_02 span:hover:after {
	left: -16px;
}
/* ul */
.ic_arrow_02 ul {
	margin: 30px;
}
.ic_arrow_02 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_arrow_02 li:before {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -25px;
	width: 16px;
	height: 16px;
	margin-top: -4px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 li:after {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -19px;
	width: 0;
	height: 0;
	margin-top: -1px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.ic_arrow_02 li:hover:before {
	left: -22px;
}
.ic_arrow_02 li:hover:after {
	left: -16px;
}
/* 7-3. flow -------------------------- */
img.gnv_tmp_flow_arrow_01,
img.gnv_tmp_flow_arrow_02 {
	margin: 10px auto 0;
}
/* 7-4. qa -------------------------- */
.gnv_tmp_qa_q {
	border-left: 3px solid #333;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
}
.gnv_tmp_qa_q span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #333;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_a {
	border-left: 3px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
}
.gnv_tmp_qa_a span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #ccc;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_a p,
.gnv_tmp_qa_q p {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

/* =====================================
 8. MAP
===================================== */
.gnv_tmp_map {
  position: relative;
  width: 100%;
  padding-top: 40%;
}
.gnv_tmp_map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =====================================
 9. コンテンツ非表示
===================================== */
.hikoukai {
	display: none !important;
}
#drag-temp-pre-content .parts.hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	padding: 20px 0;
}

/* =====================================
 10. pc sp change
===================================== */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

/* ----------------------------------------------------------
■ Tablet
----------------------------------------------------------- */
@media screen and (min-width: 601px) and (max-width: 959px) {
/* =====================================
 3. base template
===================================== */
/* 3-1. top bn -------------------------- */
/* 700px bn (1column) */
.b_10.bn01 img {
    width: 75% !important;
}
/* 345px bn (2column) */
.b_10.b_10_column2.bn02 {
    width: 75% !important;
	margin: 0 auto 2em;
}
.b_10.bn02 img {
    width: 100% !important;
}
/* 224px bn (3column) */
.b_10.b_10_column3.bn03 {
    width: 75% !important;
	margin: 0 auto 2em;
}
.b_10.bn03 img {
    width: 100% !important;
}
}

/* ----------------------------------------------------------
■ SmartPhone
----------------------------------------------------------- */
@media screen and (max-width: 600px) {
/* =====================================
 2. bt
===================================== */
.gnv_tmp_detail a {
	width: auto;
	float: none;
}

.b_10.b_10_column2 {
    table-layout: fixed;
    border-collapse: collapse;
    border: none;
    margin-bottom: 15px;
}

/* =====================================
 3. base template
===================================== */
.text_box {
	float: none;
	width: 100%;
}
.b_11_3.b_11_3_column3,
.b_11_3.b_11_3_column3 div.column_c,
.b_11_3.b_11_3_column3 div.column_l,
.b_11_3.b_11_3_column3 div.column_r {
	margin: 0 0 1.0em !important;
}
.b_11 .b_11_in span img,
.b_11_2_in span img {
	margin: 0 0 0.5em;
	width: 100%;
}
/* 3-1.画像横並び -------------------------- */
.b_10.b_10_column2.img_list {
    border: medium none;
    border-collapse: collapse;
    display: table;
    line-height: 1px;
    table-layout: fixed;
    width: 100%;
}
.b_10.b_10_column3.img_list {
	display: table;
}
/* 2列 */
.img_list.b_10.b_10_column2 div.column_l {
	display: table-cell;
    line-height: 1px;
    padding-right: 5px;
    vertical-align: top;
    width: auto;
}
.img_list.b_10.b_10_column2 div.column_r {
	display: table-cell;
    line-height: 1px;
    padding-left: 5px;
    vertical-align: top;
    width: auto;
}
/* 3列 */
.b_10.b_10_column3 div.column_blank {
    display: table-cell !important;
    vertical-align: top;
    width: auto;
}
.img_list.b_10_column3 div.column_c,
.img_list.b_10_column3 div.column_l {
    display: table-cell;
    width: 32%;
	margin-right: 1%;
}
.img_list.b_10_column3 div.column_r {
    display: table-cell;
    width: 32%;
	margin-right: 0;
}

/* =====================================
 5. table
===================================== */
/* 5-4. hours -------------------------- */
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
	font-size: 70%;
}

/* =====================================
 7. その他テンプレート
===================================== */
/* 7-1. ビフォーアフター -------------------------- */
.ba_box {
	background: url(/asset/ba_ar_sp.png) no-repeat center 50%;
	margin: 0 auto 5em !important;
}
.ba_box div.column_l,
.ba_box div.column_r {
	width: 100%;
	display: block;
}
.ba_box .column_l {
	margin-bottom: 2em!important;
}
.ba_box .column_r span {
	text-align: center;
}

/* =====================================
 8. MAP
===================================== */
.gnv_tmp_map {
  padding-top: 70%;
}
.gnv_tmp_map iframe {
  right: 10%;
  width: 80% !important;
}

/* =====================================
 10. pc sp change
===================================== */
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}

}

----------ブログ-------------

div#main {
    width: 100%;
}
table {
    width: 100% !important;
}



/* add 180329 */

.top .conbox01 {
		background:url(/asset/conbox01.png) no-repeat 0 0;
		min-height: 300px;
}
.top .conbox02 {
		background:url(/asset/conbox02.png) no-repeat 0 0;
		min-height: 300px;
}
.top .box_text {
	display: block;
	width: 65%;
	float: right;
	box-sizing: border-box;
	margin-top: 90px;
}
.box_text a:hover {
	color: #0e3089;
}

@media screen and (max-width: 600px) {

	.top .box_text {
		display: block;
		width: 100%;
		float: none;
		box-sizing: border-box;
		margin-top: 15px;
	}

	.top .conbox01, .top .conbox02 {
		background: none;
		min-height: auto;
	}
	.top .conbox01 img, .top .conbox02  img {
		width: 100%;
	}
}

/* =====================================
  CONTACT PRIVACY AREA
===================================== */
.privacyWrap {
	width: 100%;
	height: 280px;
	overflow-y: scroll;
	font-size: .8rem;
	background: #F9F9F9;
	border: 1px solid #ccc;
	padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	/* -webkit-overflow-scrolling: touch; */
  margin: 30px 0;
}
.privacyWrap::-webkit-scrollbar {
    width: 8px;
}
.privacyWrap::-webkit-scrollbar-track {
    background: #ebebeb;
}
.privacyWrap::-webkit-scrollbar-thumb {
    background: #999;
}
.privacyWrap .gnv_tmp_h4_bg {
	padding-top: 20px;
}
.privacyWrap .gnv_tmp_h4_bg h4 {
	font-size: 1rem;
}
.privacyWrap .b_02 {
	margin-bottom: 1em;
}