/* *******************************************************************************
-------------------------------------------------------------
■ PC
-------------------------------------------------------------
 1. link
 ├ 1-1. content text link
 ├ 1-2. tel link
 └ 1-3. side link 
 2. title (h2,h3,h4)
 ├ 2-1. h2
 ├ 2-2. h3
 └ 2-3. h4 
 3. bt
 4. base template
 5. SNS
 6. table
 ├ 6-1. default
 ├ 6-3. table01
 ├ 6-3. table02 
 └ 6-4. hours 
 7. news
 ├ 7-1. default
 └ 7-2. title change
 8. 汎用プロパティ
 ├ 8-1. float
 ├ 8-2. margin
 ├ 8-3. text-align
 ├ 8-4. 画像の配置
 ├ 8-5. 画像の装飾
 ├ 8-6. rollover（透過）
 ├ 8-7. pc sp change
 └ 8-7. w960
 9. other
 ├ 9-1. before-after
 ├ 9-2. list
 ├ 9-3. flow
 └ 9-4. qa
 10. MAP
 11. full
 12. inquiry
 13. singlebox
 ├ 13-1. 2 column
 ├ 13-2. 3 column
 └ 13-3. 4 column
 14. 動画テンプレート
 15. 管理画面
 16. 下層TPL
 17. お問い合わせバナー(フッター下部固定)

-------------------------------------------------------------  
■ @media screen and (max-width: 1000px)
-------------------------------------------------------------
 11. full

-------------------------------------------------------------  
■ @media screen and (max-width: 767px)
-------------------------------------------------------------
 1. link
 ├ 1-2. tel link
 └ 1-3. side link 
 3. bt
 4. base template
 6. table
 └ 6-4. hours 
 9. other
 └ 9-1. before-after
 10. MAP
 11. full
 13. singlebox
 └ 13-4. common column

******************************************************************************* */
/* ----------------------------------------------------------
■ PC
----------------------------------------------------------- */
/* =====================================
 1. link
=====================================*/
/* 1-1. content text link -------------------------- */
.link a {
	text-decoration: underline;
}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 2;
	background: #fff;
}
/*--------------------------------------
　　　　　　　　width
--------------------------------------*/
@media screen and (max-width: 1000px) {
.gnv_tmp_width_1000 {
    width: 96%;
}
}

@media screen and (max-width: 767px) {
.gnv_tmp_width_1000 {
    width: 94%;
}
}

/* 1-2. tel link -------------------------- */
a[href^="tel:"] {
	/*	pointer-events: none;*/
	cursor: text;
}
/* 1-3. side link -------------------------- */
#sidecontact {
	display: block;
	position: fixed;
	top: 5%;
	z-index: 1000;
}
#sidecontact.rightContent {
	right: 0;
}
/* =====================================
 2. title (h2,h3,h4,h5)
===================================== */
/* 2-1. h2 -------------------------- */
.under #mainimage {
	background: none;
	margin-top: 189px;
	height: auto;
}
.gnv_tmp_h2_bg {
	border-bottom: none;
	border-top: none;
	width: 100%;
	background: url(/asset/h2_bg.jpg) no-repeat top center;
	background-size: cover;
}
.under #mainimage h2 {
	font-size: 42px;
	font-family: "ヒラギノ明朝 W2 JIS2004", "Hiragino Mincho W2 JIS2004";
	box-sizing: border-box;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 1px;
	font-weight: normal;
	color: #ffffff;
	padding: 45px 0;
}
.static #content h2.titleBg, h2.titleBg {
	background: none;
	border-left: none !important;
 	font-size: 36px;
	line-height: 1;
  	letter-spacing: 0.5px;
	font-family: "ヒラギノ明朝 W4 JIS2004", "Hiragino Mincho W4 JIS2004";
	color: #333333;
	border-top: none;
	border-bottom: 3px solid #1f497d;
	padding: 0 20px 10px !important;
	box-sizing: border-box;
	font-weight: normal;
	position: relative;
        margin-bottom: 20px;
}
#news_list h2,
#news h2 {
        margin-bottom: 16px;
}
@media screen and (max-width: 1060px) {
.under #mainimage {
	margin-top: 165px;
}
}
@media screen and (max-width: 767px) {
.under #mainimage {
	background: none;
	margin-top: 0;
	height: auto;
}
.static #content h2.titleBg,  h2.titleBg {
	font-size: 32px;
}
}
/* 2-2. h3 -------------------------- */
.gnv_tmp_h3_bg {
	background: #fff;
	padding: 10px 0;
	box-sizing: border-box;
}
.gnv_tmp_h3_bg h3 {
	color: #073e7c;
	font-size: 36px;
	font-family: "ヒラギノ明朝 W4 JIS2004", "Hiragino Mincho W4 JIS2004";
	text-align: center;
	border-bottom: 1px solid #b4c5d7;
	padding: 10px 10px 15px;
	box-sizing: border-box;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
.under #mainimage h2 {
	font-size: 38px;
}
.gnv_tmp_h3_bg h3 {
	font-size: 32px;
}
}
/* 2-3. h4 -------------------------- */
.gnv_tmp_h4_bg {
	position: relative;
	padding: 8px 5px 8px 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #1f497d;
	font-weight: bold;
}
.gnv_tmp_h4_bg h4 {
	font-size: 24px;
	font-family: "ヒラギノ明朝 W2 JIS2004", "Hiragino Mincho W2 JIS2004";
	color: #333333;
	line-height: 1.2;
	font-weight: normal;
}
.gnv_tmp_h4_bg:before {
	content: "";
	position: absolute;
	background: #3abde8;
	top: 23px;
	left: 10px;
	margin-top: -5px;
	height: 10px;
	width: 10px;
}
.text_image .gnv_tmp_h4_bg {
	margin-bottom: 1em !important;
}
/* h4 reset */
.b_01 .gnv_tmp_h4_bg, .b_02 .gnv_tmp_h4_bg {
	margin-bottom: 0;
}
/* 2-3. h5 -------------------------- */
.gnv_tmp_h5_bg {
	padding: 6px 10px 5px 22px;
	position: relative;
}
.gnv_tmp_h5_bg:before {
	position: absolute;
	content: '';
	width: 13px;
	height: 3px;
	background: #073e7c;
	left: 0;
	top: 19px;
}
.gnv_tmp_h5_bg h5 {
	font-size: 22px;
	font-family: "ヒラギノ明朝 W4 JIS2004", "Hiragino Mincho W4 JIS2004";
	font-weight: normal;
	color: #073e7c;
	line-height: 1.2;
}
/* =====================================
 3. bt
===================================== */
.gnv_tmp_bt a {
	line-height: 1.4;
	display: block;
	padding: 10px 20px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: none #ededed;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ededed), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #ededed 100%);
	background: -moz-linear-gradient(top, #fff 0%, #ededed 100%);
	background: -o-linear-gradient(top, #fff 0%, #ededed 100%);
	background: -ms-linear-gradient(top, #fff 0%, #ededed 100%);
	/*	background: linear-gradient(top, #fff 0%, #ededed 100%);*/
	-webkit-box-shadow: 3px 3px 5px 0 #ccc;
	box-shadow: 3px 3px 5px 0 #ccc;
}
/* btサイズ指定の場合 */
.gnv_tmp_detail a {
	width: 20%;
	float: left;
}
/* =====================================
 4. base template
===================================== */
.text_box {
	float: right;
	width: 100%;
}
.b_11_2_in span img, .b_11 .b_11_in span img {
	margin: 0 1em 1em 0;
}
/* =====================================
 6. table
===================================== */
/* 6-1. default -------------------------- */
.b_06 table th {
	border: 1px solid #1f497d;
	border-left: none;
	border-right: none;
}
.b_06 table td {
	border: 1px solid #ccc;
	border-right: none;
	border-left: none;
}
.b_06_item {
	background: none;
	width: 30%;
}
/* column2 column margin */
.b_10.b_10_column2 div.column_l {
	padding-right: 10px;
}
.b_10.b_10_column2 div.column_r {
	padding-left: 10px;
}
/* 6-2. table01 -------------------------- */
table.gnv_tmp_table01 {
	margin-bottom: 1.5em;
	background: #FFFFFF;
	width: 100%;
}
table.gnv_tmp_table01 th, table.gnv_tmp_table01 td {
	padding: 5px;
	box-sizing: border-box;
	text-align: left;
}
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: #FFFFFF;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
}
/* 6-3. table02 -------------------------- */
table.gnv_tmp_table02 {
	margin-bottom: 1.5em;
	width: 100%;
}
table.gnv_tmp_table02 th, table.gnv_tmp_table02 td {
	padding: 5px;
	text-align: left;
	box-sizing: border-box;
}
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;
}
/* 6-4. hours -------------------------- */
table.gnv_tmp_hours th, table.gnv_tmp_hours td {
	text-align: center !important;
}
.table03 {
	width: 100%;
}
.table03 tbody th {
	background: #3abde8;
	border: 1px solid #cccccc;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	box-sizing: border-box;
}
.table03 tbody td {
	border: 1px solid #cccccc;
	text-align: center;
	padding: 5px 10px;
	box-sizing: border-box;
}
.table04 tbody td {
	text-align: left;
	padding: 5px 10px;
	box-sizing: border-box;
}
.table03.history tbody td {
	text-align: left;
}
.table03.price th {
	width: 50%;
}
/* =====================================
 7. news
===================================== */
/* 7-1. default -------------------------- */
/*#news h2 {
	display: block;
	padding: 10px;
	box-sizing: border-box;
	border-top: 3px solid #000;
	background: none;
	font-size: 130%;
	margin: 0 0 1em !important;
}
#news dl {
	border-bottom: 1px dashed #ccc;
}
#news dt .newsNew {
	background: #000;
	color: #fff;
}*/
/* 7-2. title change -------------------------- */
.gnv_tmp_008_title_block h2.gnv_tmp_news_title {
	padding: 10px;
	box-sizing: border-box;
	font-size: 130%;
	border-bottom: 1px solid #ededed;
	margin-bottom: 1em;
}
/* =====================================
8. 汎用プロパティ
===================================== */
/* 8-1. float -------------------------- */
.fl {
	float: left;
}
.fr {
	float: right;
}
/* 8-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;
}
/* 8-3. text-align -------------------------- */
.tal {
	text-align: left;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
/* 8-4. 画像の配置 -------------------------- */
/* 基本設定 */
/* right */
.b_11_2_in span img, .b_11 .b_11_in span img {
	float: right;
	margin: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
.b_11_2_in span img,  .b_11 .b_11_in span img {
	float: none;
}
}
/* 個別設定 */
/* 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;
}
/* 8-5. 画像の装飾 -------------------------- */
/* 角丸 */
/*.image img,
.text_image img,
.gnv_tmp_style img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}*/

/* 8-6. rollover（透過） -------------------------- */
/*.rollover:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}*/
.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 )";
}
/* 8-7. pc sp change -------------------------- */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media screen and (max-width: 767px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}
/* 8-8. w960 -------------------------- */
.w960 {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
/*----- googlecalender、googleMap、インドアビュー -----*/
.gMap, .calenderWrap, .indoorView {
	position: relative;
}
.gMap iframe, .calenderWrap iframe, .indoorView iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.gMap {
	padding-top: 33.25%;
}
.calenderWrap, .indoorView {
	padding-top: 56.25%
}
.calenderWrap iframe {
	min-height: 260px;
}
.indoorView iframe {
	min-height: 240px;
}
@media only screen and (max-width: 480px) {
.gMap {
	padding-top: 220px;
}
.calenderWrap {
	padding-top: 300px;
}
.indoorView {
	padding-top: 240px;
}
}
/*-------------------------------------------------------*/

/* =====================================
9. other
===================================== */
/* 9-1. before-after -------------------------- */
.ba_box {
	background: url(/asset/ba_ar.png) no-repeat center 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;
}
/* 9-2. list -------------------------- */
/* 通常リスト 01 */
.ic_bg {
	border: 1px solid #1f497d;
	padding: 30px;
	box-sizing: border-box;
}
.ic_bg01 {
	background: #efefef;
	padding: 30px;
}
.ic_01 {
	width: 100%;
}
.ic_01 .clearfix {
	padding: 5px 5px 5px 20px;
}
.ic_01 span {
	position: relative;
	line-height: 1;
}
.ic_01 span:before {
	content: "";
	position: absolute;
	background: #3abde8;
	top: 7px;
	left: -20px;
	height: 9px;
	width: 9px;
	border-radius: 50%;
}
/* ul */
.ic_01 ul {
	margin: 25px;
}
.ic_01 li {
	position: relative;
	padding: 5px 5px 5px 20px;
}
.ic_01 li:before {
	content: "";
	position: absolute;
	background: #3abde8;
	top: 15px;
	left: 0;
	height: 9px;
	width: 9px;
	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: 2px;
}
.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: 6px;
	-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 27px;
}
.ic_02 li:before {
	content: "\00a0";
	display: block;
	border: solid 2px #3abde8;
	height: 16px;
	width: 16px;
	position: absolute;
	left: 0;
	top: 10px;
}
.ic_02 li:after {
	content: "\00a0";
	display: block;
	width: 4px;
	height: 7px;
	border: solid #3abde8;
	border-width: 0 2px 2px 0;
	position: absolute;
	left: 7px;
	top: 14px;
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* 矢印リスト 01 */
.ic_arrow_01 .clearfix {
	padding: 5px 5px 5px 25px;
}
.ic_arrow_01 span {
	position: relative;
}
.ic_arrow_01 span:before {
	display: block;
	content: "";
	position: absolute;
	top: 5px;
	left: -15px;
	width: 0;
	height: 0;
	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: 13px;
	left: -15px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #000;
}
.ic_arrow_01 li:hover:before {
	left: -12px;
}
/* 矢印リスト 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: 2px;
	left: -25px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 span:after {
	display: block;
	content: "";
	position: absolute;
	top: 5px;
	left: -19px;
	width: 0;
	height: 0;
	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;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 li:after {
	display: block;
	content: "";
	position: absolute;
	top: 13px;
	left: -19px;
	width: 0;
	height: 0;
	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;
}
/* 9-3. flow -------------------------- */
img.gnv_tmp_flow_arrow_01 {
	margin: 0 auto;
}
img.gnv_tmp_flow_arrow_02 {
	margin: 10px auto 0;
}
/* 9-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;
	padding-top: 15px;
}
/* =====================================
 10. MAP
===================================== */
.gnv_tmp_map {
	position: relative;
	width: 100%;
	padding-top: 70%;
}
.gnv_tmp_map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/* =====================================
 11. full
===================================== */
.content_width_full .parts {
	background: #efefef;
}
/* =====================================
 12. inquiry
===================================== */
/*
■問合せタイトルを付けたい場合
1）下記のコメントアウトを削除する
2）パーツ内の「テキスト」でタイトルを「テキスト」に入力する
 */ 
/*
.inquiry #content .contentArea {
	margin-top: 0;
}
.inquiry #content .contentArea {
	margin: 0 0 4em;
}
.inquiry #content .btBox {
	margin: 1em 0 0;
}
body#inquiryBody .message {
	display: none;
}
body#inquiryBody .inquiry_textbox {
	margin-bottom: 20px;
}
body#inquiryBody .inquiry_textbox:first-child {
    border-bottom: 1px solid #dedede;
	background: url(/asset/h2_bg.gif) no-repeat bottom left;
	font-size: 130%;
    line-height: 1.2;
    padding: 15px;
	border-radius: 0;
    position: relative;
}
.inquiryFormTable {
	border: none;
}
*/
/* =====================================
 13. singlebox
===================================== */
/* 2-1. 2 column -------------------------- */
.singlebox2 {
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding: 10px;
	width: 47% !important;
}
/* 2-2. 3 column -------------------------- */
.singlebox3 {
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding: 10px;
	width: 30% !important;
}
/* 2-3. 4 column -------------------------- */
.singlebox4 {
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding: 10px;
	width: 22% !important;
}
/* =====================================
 14. 動画テンプレート
===================================== */
/* 動画最大幅 */
.viemo.b_09, .viemo.b_11_3.b_11_3_column2 {
	max-width: 700px;
	margin: 0 auto;
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .viemo.b_11_3.b_11_3_column2 {
		width: 700px;
	}
}*/
/* youtubeの縦横比 */
.viemo.b_09>div, .viemo.b_11_3.b_11_3_column2 div.column_l>p, .viemo.b_11_3.b_11_3_column2 div.column_r>p {
	position: relative;
	padding-top: 56.25%;
}
/* 絶対費で固定 */
.viemo.b_09 iframe, .viemo.b_11_3.b_11_3_column2 div.column_l iframe, .viemo.b_11_3.b_11_3_column2 div.column_r iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
.viemo.b_11_3.b_11_3_column2 {
	width: 100%;
}
}
@media screen and (min-width: 700px) and (max-width: 720px) {
.viemo.b_11_3.b_11_3_column2 {
	width: 100%;
	max-width: 720px;
}
}
@media screen and (max-width: 720px) {
.viemo.b_09 {
	padding: 0 10px;
}
.viemo.b_11_3.b_11_3_column2 div.column_l {
	padding-left: 10px;
}
.viemo.b_11_3.b_11_3_column2 div.column_r {
	padding-right: 10px;
}
}
@media screen and (max-width: 600px) {
.viemo.b_11_3.b_11_3_column2 div.column_l, .viemo.b_11_3.b_11_3_column2 div.column_r {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.viemo.b_11_3.b_11_3_column2 div.column_l, .viemo.b_11_3.b_11_3_column2 div.column_r {
	padding: 0 10px;
}
}
/* =====================================
 15. 管理画面
===================================== */
/* TOPのみ解除 上書き（解除しない） */
.top .hikoukai {
	display: none !important;
}
.top #drag-temp-pre-content .parts.hikoukai {
	background: none repeat scroll 0 0 #555;
	border: 5px solid #777;
	display: block !important;
	padding: 20px 0;
}
/* 管理画面ズレ対応 */
/*div[class*=#drag-temp-pre-content .parts.m] {
	margin: 0!important;
}
@media screen and (min-width: 768px) {
	#drag-temp-pre-content .sp {
		margin: 0;
		padding: 0;
		height: 0;
	}
}*/
/* 新着情報ブロック */
#drag-temp-pre-content .news_list {
	position: relative;
	display: block;
	min-height: 50px;
	background: #777;
}
#drag-temp-pre-content .news_list:before {
	content: "新着情報";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -.75em;
	margin-left: -4.5em;
	font-size: 20px;
	color: #fff;
	z-index: 10;
}

/* ----------------------------------------------------------
■ @media screen and (max-width: 1000px)
----------------------------------------------------------- */
@media screen and (max-width: 1000px) {
/* =====================================
 11. full
===================================== */
.content_width_full.under .contents_block {
	margin: 0;
}
.content_width_full .parts {
	background: none;
}
}

/* ----------------------------------------------------------
■ @media screen and (max-width: 767px)
----------------------------------------------------------- */
@media screen and (max-width: 767px) {
/* =====================================
	 1. link
	=====================================*/
	/* 1-2. tel link -------------------------- */
a[href^="tel:"] {
	/*		pointer-events: auto;*/
	cursor: pointer;
}
/* 1-3. side link -------------------------- */
#sidecontact {
	display: none;
}
/* =====================================
	 3. bt
	===================================== */
.gnv_tmp_detail a {
	width: auto;
	margin: 0 auto;
	float: none;
}
/* =====================================
	 4. base template
	===================================== */
.text_box {
	float: right;
	width: 100%;
}
.b_11_2_in span img,  .b_11 .b_11_in span img {
	margin: 0 0 1em 0;
}
/* =====================================
	 6. table
	===================================== */
	/* 6-4. hours -------------------------- */
table.gnv_tmp_hours th,  table.gnv_tmp_hours td {
	font-size: 70%;
}
/* =====================================
	9. other
	===================================== */
	/* 9-1. before-after -------------------------- */
.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;
}
/* =====================================
	 10. MAP
	===================================== */
.gnv_tmp_map {
	padding-top: 70%;
}
.gnv_tmp_map iframe {
	right: 0;
	width: 100% !important;
}
/* =====================================
	 11. full
	===================================== */
.content_width_full .b_10.b_10_column3 div.column_blank,  .content_width_full .b_11_2.b_11_2_column3 div.column_blank,  .content_width_full .b_11.b_11_column3 div.column_blank,  .content_width_full .b_11_3.b_11_3_column3 div.column_blank {
	display: block !important;
}
/* =====================================
	 13. singlebox
	===================================== */
	/* 13-4. common column -------------------------- */
.singlebox2,  .singlebox3,  .singlebox4 {
	width: 100% !important;
	padding: 0;
}
.singlebox2 .b_11_2_in,  .singlebox3 .b_11_2_in,  .singlebox4 .b_11_2_in {
	padding: 5px;
}
.singlebox2 .b_11_2_in span img,  .singlebox3 .b_11_2_in span img,  .singlebox4 .b_11_2_in span img {
	margin: 0;
}
}
/* =====================================
	16. 下層TPL
===================================== */
/*--------------------------------------
	List of Check Design
--------------------------------------*/
ul.listCheck li {
	position: relative;
	padding-left: 2em;
	margin-bottom: 10px;
	font-size: 16px;
}
ul.listCheck li:before {
	display: block;
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 2px solid #bfbfbf;
}
ul.listCheck li:after {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: 4px;
	width: 7px;
	height: 3px;
	border-left: 2px solid #0061a5;
	border-bottom: 2px solid #0061a5;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*--------------------------------------
	手順矢印(下)
--------------------------------------*/
.stepArrow {
	position: relative;
	margin-bottom: 3em;
}
.stepArrow:before {
	content: "";
	position: absolute;
	bottom: -70px;
	left: 50%;
	margin-left: -45px;
	display: block;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-top-color: #6FBA2C;
	border-right-width: 45px;
	border-left-width: 45px;
}
/*--------------------------------------
	table01
--------------------------------------*/
table.table01, table .table01 {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.table01 th, .table01 td {
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
}
.table01 thead th {
	background: #002e4e;
	color: #fff;
}
.table01 tbody th {
	background: #ddebf1;
}
.table01 th, .table01 td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
table.table01,  table .table01 {
	font-size: 85%;
}
.table01 th,  .table01 td {
	padding: 0.2em;
}
}
@media (max-width: 480px) {
table.table01,  table .table01 {
	font-size: 70%;
}
}
/*--------------------------------------
	anchorlinks
--------------------------------------*/
.anchorlinks {
	border: none;
	background: #efefef;
	padding: 2em 2em 1em 2em;
	list-style: none;
}
.anchorlinks:after {
	content: "";
	display: block;
	clear: both;
}
.anchorlinks li {
	position: relative;
	width: 50%;
	float: left;
	padding: 0 .5em 0 1.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1em;
}
.anchorlinks li:nth-child(3n) {
	padding-right: 0;
}
.anchorlinks li a {
	text-decoration: none;
}
.anchorlinks li a:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: .5em;
	border-top: .4em solid transparent;
	border-bottom: .4em solid transparent;
	border-left: .8em solid #3abde8;
	-webkit-transition-duration: .6s;
	-ms-transition-duration: .6s;
	-moz-transition-duration: .6s;
	transition-duration: .6s;
}
.anchorlinks li a:hover:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.anchorlinks li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
.anchorlinks {
	padding: 1em 1em .5em 1em;
}
.anchorlinks li {
	width: 100%;
	float: none;
	margin-bottom: .5em;
}
.anchorlinks li:nth-child(even) {
	padding-right: 0;
}
.anchorlinks li:nth-child(3n) {
	padding-right: 1em;
}
}
@media screen and (max-width: 480px) {
.anchorlinks li {
	width: 100%;
	padding-right: 0;
}
}
/*--------------------------------------
	症例写真 (クラスに「case_photo」を追加。画像サイズが大きくなり過ぎないように調整)
--------------------------------------*/
/*「テキスト+画像+文章」用*/
.case_photo.b_11_2.b_11_2_column2 div.column_l span img, .case_photo.b_11_2.b_11_2_column2 div.column_r span img, .case_photo.b_11_2.b_11_2_column3 div.column_c span img, .case_photo.b_11_2.b_11_2_column3 div.column_l span img, .case_photo.b_11_2.b_11_2_column3 div.column_r span img {
	width: 100%;
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
}
.case_photo.b_11_2_in span img {
	width: 100%;
	max-width: 240px;
}
@media (max-width: 767px) {
.case_photo .b_11_2_in span img {
	max-width: 240px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
}
/*「画像」パーツ用*/
.case_photo.b_10.column_r span img, .case_photo.column_c span img, .case_photo.column_l span img {
	width: 240px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.case_photo.b_10 img {
	width: 100%;
	max-width: 240px;
}
@media (max-width: 767px) {
.case_photo.b_10 img {
	max-width: 240px;
}
}
/*     mainimage     */
#mainimage {
	margin-top: 188px;
}
#websiteNewsDetail #content,
#content {
	min-height: 870px;
}
@media screen and (max-width: 1060px) {
#mainimage {
	margin-top: 165px;
}
}
@media screen and (max-width: 767px) {
#mainimage {
	margin-top: 0px;
}
#websiteNewsDetail #content,
#content {
	min-height: 450px;
}
}
/* =====================================
	17. お問い合わせバナー(フッター下部固定)
===================================== */
/*--------------------------------------
	contact boxs
--------------------------------------*/
.contactBox {
	background: #9ec56b;
	padding: 50px 30px 40px;
}
.contactBox .wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	line-height: 2.5em;
	letter-spacing: .12em;
	font-size: 16px;
	color: #fff;
}
.contactBox .wrap h3 {
	margin: 0 0 .2em;
	line-height: 2.33em;
	letter-spacing: .2em;
	font-size: 30px;
	color: #fff;
}
.contactBox .wrap .bnr {
	margin-top: 28px;
	display: -ms-flexbox;
	-ms-flex-direction: row;
	display: -webkit-flex;
	display: flex;
}
.contactBox .wrap .bnr .box {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-right: 5px;
}
.contactBox .wrap .bnr .box:last-child {
	margin-right: 0;
}
.contactBox .wrap .bnr .box img {
	width: 100%;
	max-width: 100%;
}
.contactBox .tb {
	display: none;
}
@media screen and (max-width: 1060px) {
.contactBox .tb {
	display: block;
}
}
@media screen and (max-width: 767px) {
.contactBox {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: none;
	padding: 0;
}
.contactBox .wrap h3, .contactBox .wrap h3+p {
	display: none;
}
.contactBox .wrap .bnr {
	margin-top: 0;
}
.contactBox .wrap .bnr .box {
	margin: 0 1px 0 0;
}
}
/*   menu  */
#header_menu_block {
	background: #fff;
}
.header_menu {
	height: auto;
	padding: 10px 0 20px;
}
.header_menu .g_nav {
	border-left: 1px solid #dcd7da;
}
.header_menu .g_nav li.nav01, .header_menu .g_nav li.nav02, .header_menu .g_nav li.nav03, .header_menu .g_nav li.nav04, .header_menu .g_nav li.nav05, .header_menu .g_nav li.nav06 {
	height: 38px;
	line-height: 38px;
	border-right: 1px solid #dcd7da;
	box-sizing: border-box;
}
.header_menu .g_nav li.nav01 {
	width: 17%;
}
.header_menu .g_nav li.nav02 {
	width: 16.5%;
}
.header_menu .g_nav li.nav03 {
	width: 17%;
}
.header_menu .g_nav li.nav04 {
	width: 16.5%;
}
.header_menu .g_nav li.nav05 {
	width: 16.5%;
}
.header_menu .g_nav li.nav06 {
	width: 16.5%;
}
.header_menu .g_nav li a, .header_menu .g_nav li span {
	font-size: 16px;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
	color: #333;
}
.header_menu .g_nav > li > a, .header_menu .g_nav > li > span {
	height: 40px;
	line-height: 40px;
	padding: 0;
}
.header_menu .g_nav > li > a:hover, .header_menu .g_nav > li > span:hover {
	background: #1f497d;
	color: #fff;
}
.tablet .header_menu .g_nav li a.hover, .tablet .header_menu .g_nav li span.hover {
	background: #1f497d;
}
.submenu {
	margin: 0 auto;
	background: #ee7998;
}
.header_sub_menu {
	float: none;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	background: #ee7998;
}
.header_menu .g_nav li.g_nav_sub_row {
	float: none;
	width: 100%;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a {
	background: #2d6baf;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	padding: 7px 10px;
	width: 100%;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a:hover {
	background: #1f497d;
	color: white;
}
@media screen and (max-width: 1020px) and (min-width: 768px) {
.header_menu {
	padding: 10px;
}
/*.header_menu .g_nav li a, .header_menu .g_nav li span {
	font-size: 13px;
	letter-spacing: 0.05em;
}*/
.header_menu .g_nav li.nav01 {
    width: 15%;
}
.header_menu .g_nav li.nav05 {
    width: 18.5%;
}
}
 @media screen and (max-width: 767px) {
#header_menu_block {
	border-top: 0;
}
.header_menu {
	padding: 0;
	background: #28485d;
}
.header_menu .g_nav {
	border-left: none;
	border-top: 1px solid #fff;
	background: #1f497d;
}
.header_menu .g_nav li {
	float: none;
}
.header_menu .g_nav li.nav01,  .header_menu .g_nav li.nav02,  .header_menu .g_nav li.nav03,  .header_menu .g_nav li.nav04,  .header_menu .g_nav li.nav05,  .header_menu .g_nav li.nav06 {
	width: 100%;
	height: auto;
	border-right: none;
}
.header_menu .g_nav > li > a,  .header_menu .g_nav > li > span {
	height: auto;
	line-height: 1.4;
	padding: 10px 40px 10px 30px;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.header_menu .g_nav > li > a:hover,  .header_menu .g_nav > li > span:hover {
	background: #2d6baf;
	color: white;
}
.header_menu .g_nav li a:before {
	background: none;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 7px;
	height: 7px;
	left: 10px;
	margin-top: -5px;
}
.header_menu .g_nav li a:after {
	display: none;
}
.header_menu .g_nav li span:before {
	display: none;
}
.header_menu .g_nav li span:after {
	background: none;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 12px;
	height: 12px;
	top: 50%;
	right: 15px;
	margin-top: -10px;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a {
	background: #3a7fca;
	color: white;
	line-height: 1.4;
	padding: 10px 10px 10px 50px;
	border-bottom: 1px solid #fff;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a:hover {
	background: #3168ab;
	color: white;
}
.header_menu .g_nav li .g_nav_sub_row a:before {
	background: none;
	border-top: 2px solid white;
	border-right: 2px solid white;
	width: 7px;
	height: 7px;
	left: 30px;
	margin-top: -5px;
}
.header_menu .g_nav li .g_nav_sub_row a:after {
	display: none;
}
.header_menu .g_nav .submenu li.g_nav_sub_row:last-child a {
	border-bottom: 1px solid #fff;
}
}
/*      header    */
#header {
	background: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header_block {
	margin: 27px auto 12px;
}
.header_block h1 {
	width: 35% !important;
}
.header_block h1 img {
	width: 100%;
	max-width: 338px;
}
.header_right_box {
	margin-top: 0;
	/* width: 48%; */
    width: 57%;
}
.header_right_box img {
	display: block;
	float: right;
	margin: 0;
}
/*.header_right_box img.pc_inq {
    width: 29%;
    max-width: 140px;
}
.header_right_box img.pc_tel {
    margin: 0 0 0 3%;
    width: 68%;
    max-width: 325px;
}*/
.header_right_box img.pc_tel {
	margin: 0 0 0 3%;
	/*width: 408px !important;*/
    width: 71.6% !important;
    max-width: 408px;
}
.header_right_box img.pc_inq {
	/* width: 140px !important; */
    width: 24.6% !important;
    max-width: 140px;
}
@media screen and (max-width: 1060px) {
.header_block {
	width: 96%;
}
/* .header_block h1 {
	margin-left: 0;
        width: 280px;
}
.header_right_box {
	margin-right: 0;
        width: 390px;
}
.header_right_box img.pc_inq {
	width: 110px;
	max-width: 140px;
}
.header_right_box img.pc_tel {
	margin: 0 0 0 23px;
	width: 240px;
	max-width: 325px;
} */
}
@media screen and (max-width: 767px) {
#header {
	padding: 0;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.header_block {
        width: 100%;
        margin: 15px auto !important;
        padding: 0 15px;
        box-sizing: border-box;
}
.header_block h1 {
	margin: 0;
	width: 54% !important;
	max-width: 338px;
}
.header_right_box {
	margin: 1.2% 0 0 0;
	max-width: 200px;
	width: 40%;
}
.inquiry .header_right_box {
	margin: 0.7% 0 0 0;
	max-width: 210px;
	width: 40%;
}
.header_right_box li.btn_tell,  .header_right_box li.btn_menu,  .header_right_box li.btn_inq {
	display: block;
	float: right;
	width: 30%;
	max-width: 60px;
	height: auto;
}
.header_right_box li.btn_menu {
	margin-right: 0;
}
.header_right_box li.btn_tell, .header_right_box li.btn_inq {
	margin-right: 5%;
}
.header_right_box li.btn_tell a, .header_right_box li.btn_menu a, .header_right_box li.btn_inq a {
        height: auto;
}
.header_right_box img {
	float: none;
	width: 100% !important;
}
}
@media screen and (max-width: 540px) {
.header_right_box {
	margin: 0;
}
}
/*         footer      */
#footer {
	background: #efefef;
}
.footer_block {
	padding: 28px 0;
	box-sizing: border-box;
}
.footer_nav_box.first {
	width: 22%;
	min-height: 0;
}
.footer_nav_box.second {
	width: 18%;
	border-right: none;
	margin-top: 70px;
	min-height: 0;
}
.footer_access_box {
	width: 57%;
	border-left: none;
	padding: 0px 0 0 28px;
	min-height: 0;
}
ul.footer_nav li {
	display: block;
	margin-bottom: 6px;
	position: relative;
	padding-left: 17px;
}
ul.footer_nav li:before {
	content: '';
	position: absolute;
	display: block;
	width: 10px;
	background: #1f497d;
	height: 1px;
	left: 0;
	top: 15px;
}
.footer_block_in {
	margin: 0 0 35px 0;
}
.footer_nav_box .footer_ttl {
	font-family: "秀英明朝 M", "Shuei Mincho M";
	padding: 0px 20px 13px 0;
	color: #1f497d;
	font-size: 30px;
	line-height: 2;
	text-align: left;
}
.footer_access_box .footer_ttl {
	font-family: "秀英明朝 M", "Shuei Mincho M";
	padding: 0px 20px 13px 0;
	color: #1f497d;
	font-size: 30px;
	line-height: 2;
	text-align: left;
}
span.blue {
	color: #1f497d;
        vertical-align: top;
}
ul.footer_guide li a {
	display: block;
	padding: 0;
	background: none;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 3;
	padding: 9px 0 0;
}
ul.footer_nav li a:hover {
	text-decoration: underline;
}
ul.footer_guide li a:hover {
	text-decoration: underline;
}
ul.footer_guide li.copyright {
	float: right;
	color: #fff;
	font-size: 14px;
	line-height: 3;
	padding: 7px 0 0;
}
.footer_guide_box {
	background: #1F497D;
	height: 58px;
}
.footer_access_box p.access_txt {
        padding: 0;
        line-height: 2;
        margin-bottom: 6px;
}
ul.footer_guide {
	padding: 0;
	box-sizing: border-box;
}
a.btn_pageTop {
	bottom: 15%;
}
@media screen and (max-width: 1060px)and (min-width: 1000px) {
.footer_block {
	width: 96%;
}
}
@media screen and (max-width: 1000px) {
.footer_access_box p.access_txt {
       text-align: left;
       color: #333;
}
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
.footer_access_box {
	width: 57%;
	padding: 0px 0 0 35px;
	box-sizing: border-box;
	float: left;
	background: none;
	float: left;
	clear: none;
	font-size: 15px;
}
.footer_nav_box.first {
	font-size: 15px;
}
.footer_nav_box.second {
	font-size: 15px;
}
.footer_nav_box .footer_ttl {
	padding: 0px 20px 13px 20px;
	box-sizing: border-box;
}
ul.footer_nav {
	padding: 0 0 0 20px;
}
ul.footer_guide {
	padding: 0 10px;
	box-sizing: border-box;
}
}
@media screen and (max-width: 767px) {
.footer_block {
	padding: 28px 20px;
	box-sizing: border-box;
}
.footer_nav_box.first {
	width: 100%;
	padding-bottom: 5px;
}
ul.footer_nav li a {
	display: inline-block;
	padding: 0;
	background: none;
	color: #333;
	text-decoration: none;
}
ul.footer_nav li {
	background: none;
}
.footer_nav_box.second {
	width: 100%;
	border-right: none;
	margin-top: 0;
	min-height: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
}
.footer_access_box {
	width: 100%;
	float: none;
	border-left: none;
	padding: 0 5px;
	box-sizing: border-box;
	min-height: 0;
	background: none;
}
.footer_access_box .footer_ttl {
	text-align: left;
}
.footer_access_box p.access_txt a {
        color: #333;
}
ul.footer_guide li a {
	font-size: 11px;
	padding: 11px 0 0 0;
}
ul.footer_guide li.copyright span {
	padding: 6px 0 0 0;
	box-sizing: border-box;
}
div.fixed_button {
	height: auto;
	position: fixed;
	bottom: 0;
	z-index: 100;
	left: 0;
	width: 100%;
        border-top: 1px solid #fff;
}
div.fixed_button li {
	float: left;
	width: 50%;
	max-width: 50%;
        box-sizing: border-box;
}
div.fixed_button li:first-child {
        border-right: 0.5px solid #fff;
}
div.fixed_button li:last-child {
        border-left: 0.5px solid #fff;
}
div.fixed_button li img {
	width: 100%;
}
a.btn_pageTop {
	bottom: 35%;
}
#footer {
	padding: 0 0 12%;
}
.footer_block_in {
	margin: 0;
}
ul.footer_guide {
	padding: 0 10px;
	box-sizing: border-box;
}
}

/* =====================================
　■　トップページ
===================================== */
h2.block_title {
    display: inline-block;
    font-size: 36px;
    line-height: 1.3;
    color: #083f7c;
    font-weight: normal;
    font-family: "ヒラギノ明朝 W4 JIS2004", "ヒラギノ明朝 W6 JIS2004";
    position: relative;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
h2.block_title {
    font-size: 30px;
    margin-bottom: 25px;
}
}
/*--------------------------------------
　　bnr_section 
--------------------------------------*/
.bnr_section {
        padding: 48px 0 68px;
        margin: 0;
}
.bnr_section li {
	float: left;
	width: 49%;
	margin-left: 2%;
}
.bnr_section li:first-child,
.bnr_section li:nth-child(2) {
	margin-left: 0;
}
.bnr_section li:first-child {
        margin-bottom: 30px;
	width: 100%;
}
@media screen and (max-width: 767px) {
.bnr_section {
        padding: 55px 0;
        margin: 0;
}
.bnr_section ul {
	max-width: 640px;
        margin: 0 auto;
}
.bnr_section ul li {
        float: none !important;
        width: 100% !important;
        margin: 25px 0 0 !important;
}
.bnr_section ul li:first-child {
        margin-top: 0 !important;
}
}
/*--------------------------------------
　　concept_section 
--------------------------------------*/
.concept_section {
        margin: 0;
        background: #efefef;
}
.concept_section.about_item {
        margin: 0;
        background: #1f497d;
        color: #fff;
}
.concept_box {
        display: table;
        width: 100%;
}
.concept_box .photo_box {
        display: table-cell;
        width: 42.5%;
}
.concept_box .detail_box {
        display: table-cell;
        vertical-align: middle;
        width: 57.5%;
}
.detail_box .box_inner {
    max-width: 650px;
    padding: 60px 0 60px 58px;
    box-sizing: border-box;
}
.about_item .detail_box .box_inner {
    padding: 85px 0  90px 58px;
}
.detail_box .lead_txt {
    letter-spacing: 0.05em;
    font-size: 36px;
    line-height: 1.4;
    color: #073e7c;
    margin-bottom: 45px;
    padding-bottom: 14px;
    font-family: "ヒラギノ明朝 W4 JIS2004", "Hiragino Mincho W4 JIS2004";
    border-bottom: 1px solid #cccccc;
}
.about_item .detail_box .lead_txt {
    color: #fff;
    border-bottom: 1px solid #6380a4;
    letter-spacing: normal;
    font-size: 35px;
    padding-bottom: 4px;
    margin-bottom: 20px;
}
.about_item .photo_box {
    background: url(//www.ueda-cta.jp/asset/top_05.png) no-repeat 75% center;
    background-size: cover;
}
.feature_item .photo_box {
    background: url(//www.ueda-cta.jp/asset/top_04.png) no-repeat center center;
    background-size: cover;
}
.feature_item li {
    position: relative;
    padding-left: 55px;
    margin-bottom: 26px;
}
.feature_item li:last-child {
    margin-bottom: 0;
}
.feature_item li:before {
    display: block;
    position: absolute;
    content: '';
    width: 35px;
    height: 40px;
    left: 0;
    top: 0;
}
.feature_item li:nth-child(1):before {
    background: url(/asset/ioc_01.png) no-repeat center top;
}
.feature_item li:nth-child(2):before {
    background: url(/asset/ioc_02.png) no-repeat center top;
}
.feature_item li:nth-child(3):before {
    background: url(/asset/ioc_03.png) no-repeat center top;
}
.feature_item li:nth-child(4):before {
    background: url(/asset/ioc_04.png) no-repeat center top;
}
.feature_item li:nth-child(5):before {
    background: url(/asset/ioc_05.png) no-repeat center top;
}
.feature_item li p.title {
    font-size: 20px;
    line-height: 1.5;
    color: #33a9d0;
    font-weight: bold;
}

@media screen and (max-width: 1150px) {
.detail_box .box_inner,
.about_item .detail_box .box_inner {
    padding: 40px 20px 40px 35px; 
}
.detail_box .lead_txt,
.about_item .detail_box .lead_txt {
    font-size: 28px;
}
}
@media screen and (max-width: 1000px) {
.concept_box .detail_box,
.concept_box .photo_box{
    width: 50%;
}
}
@media screen and (max-width: 870px) {
.about_item .photo_box {
    background: url(//www.ueda-cta.jp/asset/bg05_tab.jpg) no-repeat center center;
    background-size: cover;
}
.detail_box .lead_txt,
.about_item .detail_box .lead_txt {
    font-size: 24px;
}
.detail_box .box_inner, .about_item .detail_box .box_inner {
    padding: 35px 20px 35px 35px;
}
.about_item .detail_box .detail_txt {
    font-size: 15px;
    line-height: 1.8;
}
}

@media screen and (max-width: 767px) {
.concept_section {
        padding: 55px 0;
}
.concept_section .inner {
        width: 94%;
        margin: 0 auto;
}
.concept_box {
        display: block;
}
.concept_box .photo_box {
        display: block;
        width: 100%;
        background: none !important;
}
.concept_box .detail_box {
        display: block;
        width: 100%;
}
.detail_box .box_inner,
.about_item .detail_box .box_inner {
        max-width: none;
        padding: 0;
        margin-top: 35px;
}
.detail_box .lead_txt,
.about_item .detail_box .lead_txt {
    font-size: 28px;
}
.about_item .detail_box .detail_txt {
    font-size: 16px;
    line-height: 2;
}
}

/*--------------------------------------
     サービス紹介
--------------------------------------*/
.service_section {
    padding: 60px 0 70px;
    margin: 0;
}
.service_section ul li {
    float: left;
    width: 32%;
    margin-left: 2%;
    margin-top: 20px;
}
.service_section ul li:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
}
.service_section ul li:nth-child(-n+3) {
    margin-top: 0;
}
@media screen and (max-width: 767px) {
.service_section {
    padding: 55px 0;
}
.service_section ul {
    max-width: 640px;
    margin: 0 auto;
}
.service_section ul li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}
.service_section ul li:nth-child(-n+3) {
    margin-top: 20px;
}
.service_section ul li:first-child {
    margin-top: 0 !important;
}
}


/*--------------------------------------
     事務所紹介
--------------------------------------*/
.info_section {
    background: url(/asset/top_12.jpg) no-repeat center top;
    background-size: cover;
    padding: 62px 0 60px;
    margin: 0;
    color: #fff;
}
.info_section p.title {
    font-size: 48px;
    font-family: "ヒラギノ明朝 W4 JIS2004", "Hiragino Mincho W4 JIS2004";
    color: #fff;
    border-bottom: 1px solid #6a788f;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    line-height: 1.3;
    padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
.info_section {
    background: #1f497d;
}
.info_section p.title {
    font-size: 36px;
}
.info_section img {
    margin: 0 auto 25px;
    max-width: 638px;
}
}

/*   top     */

ul.second_session_box1 {
	display: table;
	width: 100%;
}
ul.second_session_box2 {
	display: table;
	width: 100%;
}
.second_session_box1 li:first-child {
	background: url(//www.ueda-cta.jp/asset/top_04.png) no-repeat top center;
	display: table-cell;
	background-size: cover;
}
.second_session_box2 li:first-child {
	background: url(//www.ueda-cta.jp/asset/top_05.png) no-repeat top center;
	display: table-cell;
	background-size: cover;
}
.second_session_box1 li:last-child {
	background: #efefef;
	display: table-cell;
}
.second_session_box2 li:last-child {
	display: table-cell;
	background: #1f497d;
	color: #fff;
	padding: 60px 50px 42px 60px;
	box-sizing: border-box;
}
.second_session_box1 li:first-child, .second_session_box2 li:first-child {
	width: 42.2%;
}
.second_session_box1 li:last-child, .second_session_box2 li:last-child {
	width: 57.8%;
	padding: 60px 50px 68px 60px;
	box-sizing: border-box;
}
p.second_title1 {
	font-size: 36px;
	line-height: 1.35;
	color: #073e7c;
	margin-bottom: 45px;
	padding-bottom: 14px;
	font-family: "ヒラギノ明朝 W4 JIS2004", "Hiragino Mincho W4 JIS2004";
	border-bottom: 1px solid #cccccc;
}
p.second_title2 {
	font-size: 20px;
	line-height: 1.5;
	color: #33a9d0;
	font-weight: bold;
}
p.second_title3 {
	margin-bottom: 28px;
}
.max_w {
	max-width: 585px;
}
.box1_content {
	position: relative;
	padding-left: 45px;
}
.box1_content:before {
	position: absolute;
	content: '';
	width: 35px;
	height: 40px;
	background: url(/asset/ioc_01.png) no-repeat center top;
	left: 0;
	top: 0;
}
.box1_content2 {
	position: relative;
	padding-left: 45px;
}
.box1_content2:before {
	position: absolute;
	content: '';
	width: 35px;
	height: 40px;
	background: url(/asset/ioc_02.png) no-repeat center top;
	left: 0;
	top: 0;
}
.box1_content3 {
	position: relative;
	padding-left: 45px;
}
.box1_content3:before {
	position: absolute;
	content: '';
	width: 35px;
	height: 40px;
	background: url(/asset/ioc_03.png) no-repeat center top;
	left: 0;
	top: 0;
}
.box1_content4 {
	position: relative;
	padding-left: 45px;
}
.box1_content4:before {
	position: absolute;
	content: '';
	width: 35px;
	height: 40px;
	background: url(/asset/ioc_04.png) no-repeat center top;
	left: 0;
	top: 0;
}
.box1_content5 {
	position: relative;
	padding-left: 45px;
}
.box1_content5:before {
	position: absolute;
	content: '';
	width: 35px;
	height: 40px;
	background: url(/asset/ioc_05.png) no-repeat center top;
	left: 0;
	top: 0;
}
p.box2_title {
	font-size: 36px;
	line-height: 1.4;
	letter-spacing: 0.5px;
	padding-bottom: 1px;
	border-bottom: 1px solid #6380a4;
	margin-bottom: 15px;
}
.gnv_top_h2_bg h2 {
	text-align: center;
	font-size: 36px;
	color: #083f7c;
	font-weight: normal;
	font-family: "ヒラギノ明朝", "ヒラギノ明朝 W6 JIS2004";
	position: relative;
	letter-spacing: 0.5px;
}
.gnv_top_h2_bg h2:after {
	position: absolute;
	content: '';
	width: 210px;
	height: 1px;
	background: #e5e5e5;
	bottom: 0;
	left: 50%;
	margin-left: -105px;
}
.third_inner {
	display: table;
	width: 100%;
	border: 1px solid #fff;
}
.third_session li {
	padding: 10px 12px 10px 10px;
	box-sizing: border-box;
	position: relative;
}
.third_session li:hover {
	opacity: 0.8;
}
.third_session li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.third_session li a:after {
	content: '';
	position: absolute;
	border-right: 10px solid #fff;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	border-top: 10px solid transparent;
	right: 16px;
	bottom: 16px;
}
.third_session_box {
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 1.53;
	letter-spacing: 1px;
	font-family: "ヒラギノ明朝 W4 JIS2004", "Hiragino Mincho W4 JIS2004";
	display: table-cell;
	vertical-align: middle;
	padding: 80px 0;
}
.third_session li {
	float: left;
	width: 32%;
}
.third_session li:nth-child(1), .third_session li:nth-child(2), .third_session li:nth-child(3) {
	margin-bottom: 20px;
}
.third_session li:nth-child(1), .third_session li:nth-child(2), .third_session li:nth-child(4), .third_session li:nth-child(5) {
	margin-right: 2%;
}
.third_session li:nth-child(1) {
	background: url(/asset/top_06.png) no-repeat center top;
	background-size: cover;
}
.third_session li:nth-child(2) {
	background: url(/asset/top_07.png) no-repeat center top;
	background-size: cover;
}
.third_session li:nth-child(3) {
	background: url(/asset/top_08.png) no-repeat center top;
	background-size: cover;
}
.third_session li:nth-child(4) {
	background: url(/asset/top_09.png) no-repeat center top;
	background-size: cover;
}
.third_session li:nth-child(5) {
	background: url(/asset/top_10.png) no-repeat center top;
	background-size: cover;
}
.third_session li:nth-child(6) {
	background: url(/asset/top_11.png) no-repeat center top;
	background-size: cover;
}
.forth_section {
	background: url(/asset/top_12.jpg) no-repeat center top;
	background-size: cover;
	padding: 50px 0 60px;
        margin: 0;
}
.forth_title {
	text-align: center;
	font-size: 48px;
	font-family: "ヒラギノ明朝 W4 JIS2004", "Hiragino Mincho W4 JIS2004";
	color: #fff;
	border-bottom: 1px solid #6a788f;
	margin-bottom: 32px;
	letter-spacing: 2px;
}
.forth_box {
	text-align: center;
	font-size: 16px;
	line-height: 1.9;
	letter-spacing: 0.5px;
	color: #fff;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
p.second_title1 {
	font-size: 28px;
	letter-spacing: 0px;
	margin-bottom: 30px;
}
p.second_title1 br {
	display: none;
}
p.second_title3 {
	margin-bottom: 15px;
}
.second_session_box1 li:last-child,  .second_session_box2 li:last-child {
	padding: 35px 10px 35px 26px;
	box-sizing: border-box;
}
.second_session_box2 li:first-child {
	background-position: 63% center;
}
p.box2_title {
	font-size: 28px;
}
.third_session_box {
	font-size: 23px;
	letter-spacing: 0px;
}
}
@media screen and (max-width: 767px) {
.second_session_box1 li:first-child,  .second_session_box2 li:first-child {
	width: 100%;
}
.second_session_box1 li:last-child,  .second_session_box2 li:last-child {
	width: 100%;
}
ul.second_session_box1 {
	display: block;
	width: 100%;
}
.second_session_box1 li:first-child {
	background: none;
	display: block;
	background-size: cover;
}
ul.second_session_box2 {
	display: block;
	width: 100%;
}
.second_session_box2 li:first-child {
	background: none;
	display: block;
	background-size: cover;
}
.third_session li:nth-child(1) {
	background: url(/asset/top_06_sp.png) no-repeat center top;
	background-size: cover;
}
.third_session li:nth-child(2) {
	background: url(/asset/top_07_sp.png) no-repeat center top;
	background-size: cover;
}
.third_session li:nth-child(3) {
	background: url(/asset/top_08_sp.png) no-repeat center top;
	background-size: cover;
}
.third_session li:nth-child(4) {
	background: url(/asset/top_09_sp.png) no-repeat center top;
	background-size: cover;
}
.third_session li:nth-child(5) {
	background: url(/asset/top_10_sp.png) no-repeat center top;
	background-size: cover;
}
.third_session li:nth-child(6) {
	background: url(/asset/top_11_sp.png) no-repeat center top;
	background-size: cover;
}
.third_session li {
	float: none;
	width: 100%
}
.third_session li {
	margin: 0 auto;
}
.third_session li:nth-child(1),  .third_session li:nth-child(2),  .third_session li:nth-child(4),  .third_session li:nth-child(5) {
	margin-right: inherit;
}
.third_session li:nth-child(4),  .third_session li:nth-child(5) {
	margin-bottom: 20px;
}
.forth_section {
	background: url(/asset/top_12.jpg) no-repeat center top;
	background-size: cover;
	padding: 60px 0;
}
.second_session_box1 li:first-child {
	background: #efefef;
	padding: 50px 0 0;
	box-sizing: border-box;
}
.max_w {
	max-width: none;
}
.second_session_box2 li:first-child {
	background: #1f497d;
	padding: 50px 0 0;
	box-sizing: border-box;
}
.second_session_box1 li:last-child,  .second_session_box2 li:last-child {
	padding: 40px 50px 40px 50px;
	box-sizing: border-box;
}
.third_session li:nth-child(1),  .third_session li:nth-child(2),  .third_session li:nth-child(3) {
	margin-bottom: 20px;
}
}
@media screen and (max-width: 600px) {
.second_title1 {
	font-size: 28px;
	letter-spacing: 0px;
}
.second_title1 br {
	display: none;
}
.forth_box br {
	display: none;
}
.second_session_box1 li:last-child,  .second_session_box2 li:last-child {
	padding: 35px 20px 35px 20px;
	box-sizing: border-box;
}
}
@media screen and (max-width: 480px) {
.second_session_box1 li:first-child {
	padding: 35px 0 0;
	box-sizing: border-box;
}
.second_session_box2 li:first-child {
	padding: 35px 0 0;
	box-sizing: border-box;
}
.forth_box br {
	display: none;
}
.first_section_box li:first-child {
	margin-bottom: 20px;
}
.first_section_box li:nth-child(2) {
	margin-bottom: 20px;
}
p.second_title1 {
	font-size: 28px;
	margin-bottom: 35px;
}
p.box2_title {
	font-size: 28px;
}
.third_session_box {
	font-size: 26px;
}
.forth_title {
	font-size: 40px;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
.forth_section {
	padding: 30px 0;
}
.gnv_tmp_map {
	padding-top: 80%;
}
}
/*     news       */
.new_section {
	 background: #efefef;
 	 padding: 70px 0 54px;
}
#news_list,
#news {
	position: relative;
}
#news .newsBt, #news_list .newsBt {
	font-size: 16px;
	line-height: 1.5;
	color: #02244a;
	position: absolute;
	display: inline-block;
	float: none;
	height: inherit;
	width: auto;
	right: 17px;
	top: 8px;
}
#news dl,
#news_list dl {
	padding: 0 20px 5px;
	border-bottom: 1px solid #cccccc;
        margin-bottom: 15px;
}
#news dt,
#news_list dt {
	line-height: 1.5;
        font-weight: bold;
	color: #5c9ad8;
}
#news dd,
#news_list dd {
	line-height: 1.5;
}
#news dd a,
#news_list dd a {
	color: #555555;
        text-decoration: none;
}
#news dd a:hover,
#news_list dd a:hover {
	text-decoration: underline;
}
#news dt .newsNew,
#news_list dt .newsNew {
	background: #3abde8;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0;
	margin: 0 0 0 12px;
	width: 40px;
	height: 16px;
	display: inline-block;
	text-align: center;
	line-height: 16px;
	vertical-align: middle;
        padding: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
}
@media screen and (max-width: 767px) {
.new_section {
	padding: 40px 0;
}
}
/*    contact_section     */
.contact_section {
	padding: 18px 0 47px;
	background: #fff;
}
.contact_section ul {
	max-width: 550px;
	margin: 0 auto;
	width: 100%;
}
.contact_section li {
	float: left;
	width: 47.5%;
}
.contact_section li:first-child {
	margin-right: 5%;
}
.contact_section li img {
	width: 100%;
	max-width: 260px;
}
/*   map_section   */
.map_section {
	padding: 68px 0 62px;
        margin: 0;
}
.info_box {
        margin-bottom: 41px;
}
.info_box p {
	padding: 0 0 5px;
	border-bottom: 1px solid #cccccc;
        margin-bottom: 8px;
}
.info_box p:last-child {
        margin: 0;
}
.left_box {
	float: left;
	width: 57.5%;
}
.right_box {
	float: right;
	width: 39%;
}
.map_section .gnv_tmp_map {
        padding-top: 0;
}
.btn_style {
	width: 100%;
	max-width: 250px;
	height: auto;
	margin: 0;
}
.btn_style a {
	background: #1f497d;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 2.9;
	letter-spacing: 0px;
	padding: 2px 15px;
	position: relative;
}
.btn_style a:hover {
	background: #235a9e;
}
.btn_style a:after {
	position: absolute;
	content: '';
	border-bottom: 6px solid #fff;
	border-right: 5px solid #fff;
	border-left: 5px solid transparent;
	border-top: 5px solid transparent;
	bottom: 4px;
	right: 4px;
}
@media screen and (max-width: 767px) {
.map_section {
	padding: 55px 0;
        margin: 0;
}
.map_section .gnv_tmp_map {
        padding-top: 290px;
}
.left_box {
	float: none;
	width: 100%;
	margin-bottom: 45px;
}
.right_box {
	float: none;
	width: 100%;
}
.btn_style {
	margin: 0 auto;
}
.contact_section ul {
	max-width: 260px;
	margin: 0 auto;
	width: 100%;
}
.contact_section li {
	float: none;
	width: 100%;
}
.contact_section li:first-child {
	margin-right: 0;
	margin-bottom: 20px;
}
.contact_section li img {
	width: 100%;
	max-width: 260px;
}
}
/* =====================================
　■　下層
===================================== */

/* -------------------------------------
　　　数字リスト
------------------------------------- */
.num_list {
	counter-reset: li;
}
.num_list li:before {
	background: #3abde8;
	color: #fff;
	content: counter(li, decimal);
	counter-increment: li;
	display: block;
	font-size: 18px;
	height: 26px;
	left: 0;
	line-height: 26px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 26px;
	padding-top: 2px;
	letter-spacing: 0;
}
.num_list li {
	margin-bottom: 10px;
	padding-left: 35px;
	position: relative;
}
.num_list li:last-child {
	margin-bottom: 0;
}




#content-bottom {
	background: #fff;
}
.under .gnv_tmp_map {
	padding-top: 35%;
}
.p_right {
	font-size: 26px;
	text-align: right;
	font-family: "ヒラギノ明朝 W4 JIS2004", "Hiragino Mincho W4 JIS2004";
}
.under_blod {
	font-size: 20px;
	color: #073e7c;
	font-family: "ヒラギノ明朝 W4 JIS2004", "Hiragino Mincho W4 JIS2004";
}
.office_bg {
	background: #efefef;
	padding: 45px;
	box-sizing: border-box;
}
.under p {
	padding-bottom: 10px;
}
.under p:last-child {
	padding-bottom: 0;
}
.stmp_ico {
	position: relative;
}
.stmp_ico:after {
	content: '';
	position: absolute;
	display: block;
	border-top: 18px solid #efefef;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	bottom: -18px;
	left: 50%;
	visibility: visible;
	margin-left: -13px;
}
.under_font {
	font-size: 20px;
	color: #073e7c;
	font-family: "ヒラギノ明朝 W4 JIS2004", "Hiragino Mincho W4 JIS2004";
}
.closing_bg {
	border: 13px solid #073e7c;
	padding: 35px;
	box-sizing: border-box;
}
.under #mainimage .under_mainimage {
	background: none;
	height: inherit;
}
@media screen and (max-width: 767px) {
.under .gnv_tmp_map {
	padding-top: 60%;
}
.office_bg {
	padding: 30px 15px;
}
.closing_bg {
	padding: 30px 15px;
	box-sizing: border-box;
}
.ic_bg {
	padding: 15px 30px;
	box-sizing: border-box;
}
.under #content {
	margin: 0;
	padding: 2em 0px 0px 0px;
}
.under #mainimage .under_mainimage {
	background: none;
	height: inherit;
}
}
@media screen and (max-width: 480px) {
.under .gnv_tmp_map {
	padding-top: 80%;
}
}
/*       blog     */
#pagenation .active a, #pagenation a.active:hover {
	background: none repeat scroll 0 0 #3abde8;
}
#blogBody .blogArea:after {
	content: "";
	display: block;
	clear: both;
}
.blogside h3 {
	border-top: 1px solid #333333;
	color: #333333;
}
/*   bread      */
.bread {
	background: #fff;
	padding: 11px 0;
}
.bread ul {
	max-width: 1000px;
	width: 96%;
	line-height: 1.2;
	margin: 0 auto;
	text-align: right;
}
.bread ul li {
	display: inline;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #333333;
}
.bread ul li + li:before {
	content: ">";
	padding-right: 0.3em;
}
.bread ul li a {
	color: #4b718d;
	text-decoration: underline;
}
.bread ul li a:hover {
	text-decoration: none;
}

/*   mail    */
.inquiry #content .backBt, .inquiry #content .confirmBt, .inquiry #content .submitBt, .inquiry #content .topBt {
	background: #004083;
	border: none;
}
