.blue_color{
color: #a7d3e9;
font-weight:bold;
}

.bg_blue2 {
    background: #e5edf1;
    padding: 22px 30px 21px;
}

.big_title {
    font-size: 27px;
    color: #303030;
    letter-spacing: 3px;
    line-height: 1.7;
    margin-bottom: 28px;
    position: relative;
font-weight: bold;
    padding-bottom: 25px;
font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B";
}

.big_title:after {
    position: absolute;
    content: "";
    background: url(/asset/bg_line.jpg) no-repeat bottom center;
    width: 102px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -51px;
}
span.color_font {
    color: #62aed2;
}
.small_txt p {
    line-height: 2.1;
    font-size:15px;
font-weight: bold;
  font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B";
}
.small_txt p:first-child{
margin-bottom:35px;
}
span.color_font2 {
    color: #62aed2;
}










#news h2.titleBg {
  font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B";
}
#websiteNewsDetail h2.titleBg{
  font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B";
}
#blogBody .gnv_tmp_h2_bg h2 {
  font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B";
}
#blogBody .contentArea h3{
  font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B";
}

.b_11_2.b_11_2_column3 div.column_c, .b_11_2.b_11_2_column3 div.column_l, .b_11_2.b_11_2_column3 div.column_r {
  width: 220px;
}
.b_11_2 img {
  margin: 0 auto 10px;
}
ul.list01 li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  letter-spacing: 1.5px;
}
ul.list01 li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #62aed2;
    border-radius: 5px;
    top: 13px;
    left: 0;
    margin-top: -7px;  
}
.main_title {
  color: #303030;
  font-size: 42px;
  margin-bottom: 12px;
  line-height: 1.2;
  font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B";
  letter-spacing: 2px;
}
.main_txt {
  color: #303030;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 2px;
  font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B";
}
.title_h2 {
  padding: 35px 0;
  border-top: 4px solid #a0a0a0;
  border-bottom: 4px solid #a0a0a0;
}
.top_a a {
  position: relative;
  display: block;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  background: #62AED2;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.top_a a img {
  position: relative;
  z-index: 2;
}
.top_a a:before {
  width: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
  background: #2D8AB5;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.top_a a:hover:before {
  height: 100%;
}
.txt_bg {
  background: #e1f0f8;
  padding: 30px;
}
.txt_bg .img_left {
  max-width: 130px;
  width: 22%;
  float: left;
  margin: 0 3% 0 0;
}
.txt_bg .img_left img {
  width: 100%;
}
.txt_bg .txt_right {
  float: right;
  width: 75%;
}
.txt_bg .txt_right p {
  line-height: 2;
  margin-bottom: 0;
}
.bg_blue {
    background: #ebf2f5;
    padding: 30px;
}
.bg_grey {
    background: #f5f5f5;
    padding: 30px;
}
dl.con_txt {
    margin: 0 auto 1em;
}
dd.text {
    float: right;
    width: 92%;
    color: #303030;
    font-weight: bold;
    font-size: 20px;
    font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B";
    padding: 7px 0px;
}
dd.text2 {
    float: right;
    width: 92%;
    color: #303030;
    font-weight: bold;
    font-size: 20px;
    font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B";
    padding: 12px 0px;
}
dl dt.num01 {
    background: url(/asset/bg-num01.png) no-repeat left center;
    text-indent: -9999px;
    width: 34px;
    height: 34px;
    float: left;
}
dl dt.num02 {
    background: url(/asset/bg-num02.png) no-repeat left center;
    text-indent: -9999px;
    width: 34px;
    height: 34px;
    float: left;
}
dl dt.num03 {
    background: url(/asset/bg-num03.png) no-repeat left center;
    text-indent: -9999px;
    width: 34px;
    height: 34px;
    float: left;
}
dl dt.num04 {
    background: url(/asset/bg-num04.png) no-repeat left center;
    text-indent: -9999px;
    width: 34px;
    height: 42px;
    float: left;
}
dl.txt dt {
  background: url(/asset/bg-q.png) no-repeat left center;
  padding: 20px 0 20px 80px;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}
dl.txt dd {
  background: url(/asset/bg-a.png) no-repeat left center;
  padding: 20px 0 20px 80px;
  font-size: 14px;
  margin-bottom: 40px;
}
.bor {
    border: 2px solid #a0a0a0;
    padding: 27px 25px 6px;
    margin-bottom: 65px;
}
ul.list_check li {
    margin-bottom: 18px;
    padding-left: 35px;
    position: relative;
}
ul.list_check li:before {
    background: #fff;
    border: 2px solid #a0a0a0;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 20px;
}
ul.list_check li:after {
    border-bottom: 2px solid #4b9bbf;
    border-left: 2px solid #4b9bbf;
    content: "";
    display: block;
    height: 5px;
    left: 6px;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 10px;
}
.under .b_10 {
    margin-bottom: 70px;
}
.bold {
  font-weight: bold;
}
#page h2, #inquiryForm h2, #page h3, #inquiryForm h3, #page h4, #inquiryForm h4 {
  font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B";
}


@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

******************************************************************************* */
/* ----------------------------------------------------------
■ PC
----------------------------------------------------------- */
/* =====================================
 1. title (h2,h3,h4)
===================================== */
/* 1-1. h2 -------------------------- */
.gnv_tmp_h2_bg {
	border-top: 4px solid #a0a0a0;
}
.gnv_tmp_h2_bg h2 {
        color: #303030;
	font-size: 38px;
	padding: 30px 0 10px;
	line-height: 1.2;
        text-align: center;
        letter-spacing: 5px;
}
/* h2 titleBg */
h2.titleBg, #blogBody .contentArea h3 {
    background: #afd6e9;
    font-size: 22px;
    line-height: 1.2;
    padding: 15px 0 11px 20px;
    border-radius: 0;
    position: relative;
    color: #2d8ab5;
    font-weight: normal;
}
#news h2.titleBg {
    margin-bottom: 0;
  font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B";
}
#news h2.titleBg {
    padding: 20px 0 14px 20px;
  font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B";
}
/* 1-2. h3 -------------------------- */
.gnv_tmp_h3_bg {
	background: #a7d3e9;
}
.gnv_tmp_h3_bg h3 {
	font-size: 32px;
        padding: 27px 15px;
	color: #fff;
        text-align: center;
        letter-spacing: 5px;
        line-height: 1.3;
        margin-top: 60px;
}
.fee .gnv_tmp_h3_bg h3 {
        font-size: 24px;
}
/* 1-3. h4 -------------------------- */
.gnv_tmp_h4_bg {
	position: relative;
	line-height: 1;
	border-bottom: 1px solid #f2f2f2;
	font-weight: bold;
	margin-bottom: 1em !important;
}
.gnv_tmp_h4_bg:before {
	content: "";
	position: absolute;
	background: #aeaeae;
	top: 50%;
	left: 10px;
	margin-top: -3px;
	height: 8px;
	width: 8px;
	border-radius: 50%;
}
.gnv_tmp_h4_bg h4 {
	line-height: 1.4;
	padding: 10px 5px 10px 25px;
	color: #000;
}
/* =====================================
 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: 67%;
}
.b_11_2_in span img, .b_11 .b_11_in span img {
	margin: 0 1em 1em 0;
}
.b_01 {
        margin: 0 0 25px;
}
.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;
        padding: 7px;
}
table.gnv_tmp_table01 {
	background: #fff;
	width: 100%;
}
table.gnv_tmp_table01 th {
        width: 25%;
	border-bottom: 1px solid #afd6e9;
}
table.gnv_tmp_table01 td {
	border-bottom: 1px solid #ccc;
}
/* 5-3. table02 -------------------------- */
table.gnv_tmp_table02 {
	margin-bottom: 1.5em;
}
table.gnv_tmp_table02 th, table.gnv_tmp_table02 td {
        padding: 7px;
}
table.gnv_tmp_table02 {
	width: 100%;
}
table.gnv_tmp_table02 thead th {
        color: #fff;
	background: #afd6e9;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #afd6e9;
	border-right: 1px solid #afd6e9;
}
table.gnv_tmp_table02 tbody th {
	border: 1px solid #afd6e9;
        text-align: center;
}
table.gnv_tmp_table02 tbody th.w11 {
        width: 33.3%;
}
table.gnv_tmp_table02 tbody th.w22 {
        width: 33.3%;
}
table.gnv_tmp_table02 tbody th.w33 {
        width: 33.3%;
}
table.gnv_tmp_table02 tbody th.w44 {
        width: 25%;
}
table.gnv_tmp_table02 tbody th.w55 {
        width: 25%;
}
table.gnv_tmp_table02 tbody th.w66 {
        width: 50%;
}
table.gnv_tmp_table02 td {
	text-align: left;
	border: 1px solid #afd6e9;
}
table.gnv_tmp_table02 td.w50 {
        width: 50%;
}
/* 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;
}
.mb07 {
	margin-bottom: 7px !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;
}
.mb100 {
	margin-bottom: 100px !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. 画像の配置 -------------------------- */
/** 基本設定 **/
/* right */
.b_11_2_in span img,
.b_11 .b_11_in span img {
	float: right;
        width: 40%;
	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 {
}
/* 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;
        border: none;
}
/* =====================================
 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;
}
@media screen and (max-width: 959px) {
.tab {
  display: none;
}
}

/* ----------------------------------------------------------
■ 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;
}
.top_a a:hover:before {
  height: 0;
}
.top #content {
    padding: 4em 30px 0 !important;
}
}


@media screen and (min-width: 601px) and (max-width: 750px) {
.b_11_2.b_11_2_column3 div.column_c, .b_11_2.b_11_2_column3 div.column_l, .b_11_2.b_11_2_column3 div.column_r {
  width: 32%;
}
}

/* ----------------------------------------------------------
■ SmartPhone
----------------------------------------------------------- */
@media screen and (max-width: 600px) {
.top_a a:hover:before {
  height: 0;
}
ul.list_check li:before {
    top: 2px;
}
ul.list_check li:after {
    top: 9px;
}
.top_a a img{
max-width:450px;
}
.top_a a {
    position: relative;
    display: block;
    max-width:450px;
    margin:0 auto;
    width:100%;
    background: none;
}




/* =====================================
 2. bt
===================================== */
.gnv_tmp_detail a {
	width: auto;
	float: none;
}
/* =====================================
 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%;
        float: none;
}
/* 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: 10px;
	vertical-align: top;
	width: auto;
}
.img_list.b_10.b_10_column2 div.column_r {
	display: table-cell;
	line-height: 1px;
	padding-left: 10px;
	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: 220px;
}
/* =====================================
 10. pc sp change
===================================== */
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}
/* =====================================
北原追記_20150623
===================================== */
.b_10.b_10_column2 div.column_r, .b_11_2.b_11_2_column2 div.column_r {
	padding-left: 10px;
}
.b_10.b_10_column2 div.column_l, .b_11_2.b_11_2_column2 div.column_l {
	padding-right: 10px;
}
.b_11 .b_11_in span img {
	width: 36%;
}
#content {
	padding-top: 0;
}
.top #content {
    padding-top: 86px;
}




@media screen and (max-width: 600px) {
table.gnv_tmp_table02 tbody th.w77 {
        width: 25%;
}
table.gnv_tmp_table02 tbody th.w88 {
        width: 35%;
}
table.gnv_tmp_table02 tbody th.w99 {
        width: 40%;
}
.mb100 {
	margin-bottom: 50px !important;
}
#notfoundBody input.searchInput {
  width: 70%;
}
.b_11_2.b_11_2_column3 div.column_c, .b_11_2.b_11_2_column3 div.column_l, .b_11_2.b_11_2_column3 div.column_r {
  width: 100%;
}
.b_11_2.b_11_2_column3 div.column_c, .b_11_2.b_11_2_column3 div.column_l {
  margin: 0 0 2em;
}
.gnv_tmp_h2_bg h2 {
    font-size: 32px;
    padding: 15px 15px 0;
}
.gnv_tmp_h3_bg h3 {
    font-size: 26px;
}
.main_title {
    font-size: 30px;
}
ul.list01 li {
  float: left;
  min-width: 46%;
}
ul.list01 li:before {
    top: 50%;
    left: 0;
    margin-top: -3px;  
}
.b_10.b_10_column2 div.column_r, .b_11_2.b_11_2_column2 div.column_r {
	padding-left: 0;
}
.b_10.b_10_column2 div.column_l, .b_11_2.b_11_2_column2 div.column_l {
	padding-right: 0;
}
.b_11 .b_11_in span img {
	width: 100%;
}
dd.text,
dd.text2 {
  width: 90%;
}
.txt_bg .img_left {
  float: none;
  max-width: 130px;
  width: 100%;
  margin: 0 auto 15px;
}
.txt_bg .txt_right {
  float: none;
  width: 100%;
}
.mb50 {
	margin-bottom: 1em !important;
}
}


@media screen and (max-width: 480px) {
dd.text,
dd.text2 {
  width: 86%;
}
ul.list01 li {
  float: none;
  min-width: 100%;
}
}

@media screen and (max-width: 380px) {
dd.text,
dd.text2 {
  width: 80%;
}
table.gnv_tmp_table01 th {
        width: 30%;
}
}


