/* *******************************************************************************
 1. common
 ├ 1-1. float
 ├ 1-2. margin
 ├ 1-3. padding
 ├ 1-4. text-align
 ├ 1-5. bold
 ├ 1-6. ph
 ├ 1-7. pc sp change
 ├ 1-8. image layout
 ├ 1-9. image decoration
 ├ 1-10. rollover(Transmission)
 ├ 1-11. other
 │ ├ 1-11-1. before after
 │ ├ 1-11-2. list
 │ ├ 1-11-3. flow
 │ └ 1-11-4. qa
 └ 1-12. table
    ├ 1-12-1. default
    ├ 1-12-2. table01
    ├ 1-12-3. table02 
    └ 1-12-4. hours 
 2. header
 3. nav
 4. mainimage
 ├ 4-1. top 
 └ 4-2. under
 5. footer
 6. content
 ├ 6-1. title
 ├ 6-2. top
 ├ 6-3. under 
 ├ 6-4. map 
 ├ 6-5. tel
 └ 6-6. other
 7. full content
 8. blog
 ├ 8-1. img
 ├ 8-2. side list
 ├ 8-3. writer 
 └ 8-4. sns 
 9. tel link
 ├ 9-1. content text link
 ├ 9-2. tel link
 └ 9-3. side link
 10. hikoukai
******************************************************************************* */
/* =====================================
 1. common
===================================== */
/* 1-1. float -------------------------- */
.fl {
	float: left;
}
.fr {
	float: right;
}
/* 1-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;
}
/* 1-3. padding -------------------------- */
.pa00 {
	padding: 0 !important;
}
.pa05 {
	padding: 5px !important;
}
.pa10 {
	padding: 10px !important;
}
.pa15 {
	padding: 15px !important;
}
.pa20 {
	padding: 20px !important;
}
.pa25 {
	padding: 25px !important;
}
.pa30 {
	padding: 30px !important;
}
.pa35 {
	padding: 35px !important;
}
.pa40 {
	padding: 40px !important;
}
.pa45 {
	padding: 45px !important;
}
.pa50 {
	padding: 50px !important;
}
.pt00 {
	padding-top: 0 !important;
}
.pt05 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pr00 {
	padding-right: 0 !important;
}
.pr05 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr35 {
	padding-right: 35px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pr45 {
	padding-right: 45px !important;
}
.pr50 {
	padding-right: 50px !important;
}
.pb00 {
	padding-bottom: 0 !important;
}
.pb05 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb45 {
	padding-bottom: 45px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pl00 {
	padding-left: 0 !important;
}
.pl05 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl35 {
	padding-left: 35px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl45 {
	padding-left: 45px !important;
}
.pl50 {
	padding-left: 50px !important;
}
/* 1-4. text-align -------------------------- */
.tal {
	text-align: left;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
/* 1-5. bold -------------------------- */
.bold {
	font-weight: bold;
}
/* 1-6. ph -------------------------- */
.ph {
	display: inline-block;
	border: 1px solid #e3e3e3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.ph img {
	width: 100%;
}
/* 1-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;
}
}
/* 1-8. image layout -------------------------- */
/** 基本設定 **/
/* right */
.b_11_2_in span img, .b_11 .b_11_in span img {
	float: right;
	margin: 0 0 20px 20px;
}
/** 個別設定 **/
/* left */
.img_l span img {
	float: left !important;
	margin: 0 20px 20px 0 !important;
}
/* right */
.img_r span img {
	float: right !important;
	margin: 0 0 20px 20px !important;
}
.img_size img, img.img_size {
	width: auto !important;
	max-width: 100%;
	margin: 0 auto 20px !important;
}

@media screen and (max-width: 767px) {
.b_11_2_in span img, .b_11 .b_11_in span img {
	float: none;
	margin: 0 0 20px 0;
	width: 100%;
}
.perio .img_l span img {
	float: none !important;
	width: auto !important;
	max-width: 100%;
	margin: 0 auto 20px !important;
}
}

@media screen and (max-width: 600px) {
.img_size img, img.img_size {
	width: auto !important;
	float: none !important;
	max-width: 100%;
	margin: 0 auto 20px !important;
}
}
/* 1-9. image decoration -------------------------- */
/* Round
.image img,
.text_image img,
.gnv_tmp_style img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
} */
/* 1-10. rollover(Transmission) -------------------------- */
.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 )";
}
/* =====================================
 1-11. other
===================================== */
/* 1-11-1. before after -------------------------- */
.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;
}

@media screen and (max-width: 767px) {
.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% !important;
	display: block !important;
}
.ba_box .column_l {
	margin-bottom: 2em!important;
}
.ba_box .column_r span {
	text-align: center;
}
}
/* 1-11-2. list -------------------------- */
/* 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%;
}
/* list 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);
}
/* arrow list 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;
}
/* arrow list 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;
}
/* 1-11-3. flow -------------------------- */
img.gnv_tmp_flow_arrow_01, img.gnv_tmp_flow_arrow_02 {
	margin: 10px auto 0;
}
.flow.b_11 .b_11_in span img {
	width: 30% !important;
	float: left !important;
}

@media screen and (max-width: 767px) {
.flow.b_11 .b_11_in span img {
	width: 100% !important;
	float: none !important;
}
}
/* 1-11-4. qa -------------------------- */
.gnv_tmp_qa_q {
	border-left: 3px solid #a8cee8;
	margin-bottom: 20px;
	padding: 5px 10px 10px 10px;
	display: table;
}
.gnv_tmp_qa_q span.tit {
	font-size: 200%;
	color: #59aee8;
	padding-right: 20px;
	display: table-cell;
	vertical-align: top;
	width: 30px;
	line-height: 1.3;
}
.gnv_tmp_qa_a {
	border-left: 3px solid #c0e7a6;
	margin-bottom: 20px;
	padding: 5px 10px 10px 10px;
	display: table;
}
.gnv_tmp_qa_a span.tit {
	font-size: 200%;
	color: #83cc56;
	padding-right: 20px;
	display: table-cell;
	vertical-align: top;
	width: 30px;
	line-height: 1.3;
}
.gnv_tmp_qa_a div, .gnv_tmp_qa_q div {
	display: table-cell;
	width: 100%;
	vertical-align: top;
	padding-top: 10px;
}
/* =====================================
 1-12. table
===================================== */
/* 1-12-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%;
} */
/*変更*/
.b_06 table {
	border: none;
	border-collapse: collapse;
	display: table;
	table-layout: auto;
	width: 100%;
}
.b_06 table td, .b_06 table th {
	border: none;
}
.b_06 table th {
	border-bottom: 1px solid #2e407f;
	font-weight: normal;
	background:none;
}
.b_06 table td {
	border-bottom: 1px solid #d4d4d4;
}
.b_06_item {
	background: none;
	padding: 7px 10px;
	text-align: left;
	width: 30%;
}
.price .b_06_item {
	width: 50%;
}
.b_06 table.price td{
	text-align:right;
}
.b_06_content {
	padding: 7px 10px;
	text-align: left;
	width: auto;
}
/* 1-12-2. table01 -------------------------- */
table.gnv_tmp_table01 {
	margin-bottom: 1.5em;
}
table.gnv_tmp_table01 th, table.gnv_tmp_table01 td {
	text-align: left;
}
table.gnv_tmp_table01 {
	background: #fff;
	width: 100%;
}
table.gnv_tmp_table01 thead th {
	background: #ddd;
	border-top: 1px dotted #ccc;
}
table.gnv_tmp_table01 th {
	background: #efefef;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
table.gnv_tmp_table01 td {
	background: #fff;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
}
/* 1-12-3. table02 -------------------------- */
table.gnv_tmp_table02 {
	margin-bottom: 5px;
}
table.gnv_tmp_table02 th, table.gnv_tmp_table02 td {
	padding: 5px 2px;
	text-align: left;
}
table.gnv_tmp_table02 {
	width: 100%;
}
table.gnv_tmp_table02 thead th {
    background: #2e407f;
    border-top: 1px solid #2e407f;
    border-bottom: 1px solid #2e407f;
	color:#fff;
}
table.gnv_tmp_table02 th {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	font-weight: normal;
	background: #fff;
	color:#2e407f;
}
table.gnv_tmp_table02 td {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	background: #fff;
	color:#2e407f;
}
/* 1-12-4. hours -------------------------- */
table.gnv_tmp_hours th, table.gnv_tmp_hours td {
	text-align: center;
}
table.gnv_tmp_hours tbody th {
	width: 20%;
}

/*th {
    padding: 0px !important;
}*/
@media screen and (max-width: 767px) {
table.gnv_tmp_hours th, table.gnv_tmp_hours td {
	font-size: 70%;
}
}
/* =====================================
 2. header
===================================== */

/* =====================================
 3. nav
===================================== */
#notfoundBody nav, #sitemapBody nav, #newsList nav, #websiteNewsDetail nav {
	margin-bottom: 20px;
}
#inquiryBody nav {
	display: none;
}
/* 12-1. global nav -------------------------- */
.sf-menu a.sf-with-ul:before {
	background: none;
}
/* 12-2. sub nav -------------------------- */
.sf-menu ul {
	padding: 10px 0;
	width: 115px;
}
.sf-menu ul li {
	padding: 5px 10px;
}
.sf-menu ul li a {
	line-height: 1.2;
}
/* =====================================
 4. mainimage
===================================== */
/* 4-1. top -------------------------- */
/* slider default hidden */
#camera_wrap {
	display: none!important;
}
/* image size fixed */
#mainimage .main_content {
	background: url(/asset/main_image.jpg) no-repeat top center;
	height: 600px;
	background-size: cover;
}

@media (min-width: 996px) and (max-width: 1199px) {
#mainimage .main_content {
	height: 480px;
}
}

@media (min-width: 768px) and (max-width: 995px) {
#mainimage .main_content {
	height: 400px;
}
}

@media screen and (max-width: 767px) {
#mainimage .main_content {
	background: none;
	height: auto;
}
}
/* 4-2. under -------------------------- */
.under #mainimage .under_mainimage {
	background: url(/asset/under_top.png) no-repeat center top;
	background-size:cover;
	padding: 2.5em 0;
	line-height: 1.2 !important;
	margin-bottom: 30px;
}
#notfoundBody #mainimage, #sitemapBody #mainimage, #newsList #mainimage, #websiteNewsDetail #mainimage, #inquiryBody #mainimage {
	display: none;
}
.under #mainimage .under_mainimage h2 span {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
.under #mainimage .under_mainimage {
	margin-bottom: 1.5em;
	padding: 1.8em 0 1.6em;
}
}
/* =====================================
 5. footer
===================================== */
#footer {
	margin-top: 50px;
}
#footer img {
	width: auto;
}
#footer .footerLink {
	list-style: outside none none;
	margin: 10px 0;
}
#footer .footerLink li {
	display: inline;
}
/* =====================================
 6. content
===================================== */
#content {
	text-align: left;
	line-height: 1.8;
	word-wrap: break-word;
}
#content p {
/*line-height: 1.8;
	margin-bottom: 0;*/
}
/* 6-1. title --------------------------
.under h2 {
	color: #000;
	text-align: center;
}
.under h2 span {
	color: #999;
	font-size: 70%;
}
h2.titleBg {
	text-align: left;
}
#content h4 {
    line-height:1.2 !important;
}
#content h3 {
    line-height:1.2 !important;
    margin-top: 50px;
}
#content h5 {
	font-weight: bold !important;
	border-bottom: 1px solid #d3d3d3;
    margin-bottom: 15px;
    padding-bottom: 8px;
}
#content .block3 h5,
#content .block4 h5,
#content .block5 h5,
#content .block1 h5 {
    overflow: hidden;
	font: 14px/18px;
} */
/* 6-2. top -------------------------- */
/* balloon */
.div1 {
	font-size: 30px;
}
.div1:before {
	background: none;
}
.div1:after {
	content: '';
	position: absolute;
	border-top: 22px solid #00bff3;
	border-right: 0px solid transparent;
	border-left: 25px solid transparent;
	bottom: -19px;
	left: 35%;
}
/* 3color */
/*.item {
	height: 380px !important;
}*/
.item h4 {
	line-height: 1;
}
.mrg12 img {
	width: 100% !important;
}
.img1 {
	width: 32%;
}
/* 6-3. under -------------------------- */
.block2 {
	height: auto !important;
}
.div6 {
	background: url(/asset/block1_div6.png) no-repeat;
}
.div3 {
	background: url(/asset/block3_div3.png) no-repeat;
}
.div4 {
	background: url(/asset/block4_div4.png) no-repeat;
}
.div5 {
	background: url(/asset/block5_div5.png) no-repeat;
}
.box_inner figure img {
	width: 100% !important;
}
/* link */
.a13 {
	background: url(/asset/ic_01.png) no-repeat;
	text-indent: -9999px;
	margin-bottom: 0;
}
/* list */
.list {
	padding-right: 15px;
}
.list li:hover {
	background: url(/asset/ic_02.png) no-repeat 0 50%;
}
.list li {
	padding-left: 17px;
	margin-bottom: 20px;
}
.list a {
	line-height: 18px;
}

@media screen and (max-width: 767px) {
.list {
	padding-right: 0;
}
.list li:hover {
	background: url(/asset/ic_02.png) no-repeat 0 10%;
}
.list a {
	line-height: 18px !important;
}
.b_11_in:last-child {
	margin: 0 0 1em;
}
}
/* 6-4. 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;
}

@media screen and (max-width: 767px) {
.gnv_tmp_map {
	padding-top: 70%;
}
}
/* 6-5. tel -------------------------- */
.tel_txt a {
	cursor: text;
}
.tel_txt a:hover {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
.tel_txt a, .tel_txt a:hover {
	text-decoration: underline;
}
}
/* 6-6. other-------------------------- */
/* 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;
}

*/

/* box color */
.bc01 {
	background: #e8daca;
	padding: 20px 15px;
}
.bc02 {
	background: #cf9e64;
	padding: 20px 15px;
}
.bc03 {
	background: #b09371;
	padding: 20px 15px;
}
.bc04 {
	background: #635545;
	padding: 20px 15px;
}
.bc01 img, .bc02 img, .bc03 img, .bc04 img {
	width: 100% !important;
}
/* =====================================
 7. full content
===================================== */
.full #content .container_12 {
	width: 100% !important;
}
.full .bg1 {
	border: none !important;
	margin: 0 !important;
	padding: 2em 0 !important;
}
.full .div1 {
	margin-top: 0;
}
.full p, .full .block6, .full .list {
	margin-bottom: 0;
}
.full .block2 {
	margin-top: 0;
}
.full #content .block4, .full #content .block5 {
	margin-bottom: 0;
}
/*.full .b_01, .full .b_02, .full .b_04_2, .full .b_09, .full .b_10, .full .b_11, .full .b_10 .grid_12, .full .b_11 .grid_12 {
	margin: 2.5em auto !important;
}*/
.full .grid_12 {
	margin: 0 auto !important;
	padding: 0 !important;
	position: relative !important;
	width: 960px !important;
	float: none;
	display: block;
}
.full .grid_12 .grid_1 {
	width: 60px !important;
}

@media screen and (min-width: 768px) and (max-width: 995px) {
.full .grid_12 {
	width: 98% !important;
	max-width: 748px/*768px*/ !important;
}
.full .grid_12 .grid_1 {
	width: 44px !important;
}
.full .grid_12 .grid_2 {
	width: 108px !important;
}
.full .grid_12 .grid_3 {
	width: 172px !important;
}
.full .grid_12 .grid_4 {
	width: 236px !important;
}
.full .grid_12 .grid_5 {
	width: 300px !important;
}
.full .grid_12 .grid_6 {
	width: 364px !important;
}
.full .grid_12 .grid_7 {
	width: 428px !important;
}
.full .grid_12 .grid_8 {
	width: 492px !important;
}
.full .grid_12 .grid_9 {
	width: 556px !important;
}
.full .grid_12 .grid_10 {
	width: 620px !important;
}
.full .grid_12 .grid_11 {
	width: 684px !important;
}
.full .grid_12 .grid_12 {
	width: 748px !important;
}
}

@media screen and (max-width: 767px) {
.full .grid_12 {
	width: 300px !important;
}
.full #content .block1, .full #content .block3 {
	margin-bottom: 0;
}
}

@media screen and (min-width: 480px) and (max-width: 767px) {
.full .grid_12 {
	width: 420px !important;
}
.full .block6 {
	margin-bottom: 20px;
}
}

@media screen and (max-width: 767px) {
.full .block6 {
	margin-bottom: 20px;
}
.full .grid_2, .full .grid_3, .full .grid_4, .full .grid_5, .full .grid_6, .full .grid_7, .full .grid_8, .full .grid_9, .full .grid_10, .full .grid_11, .full .grid_12 {
	margin-bottom: 20px;
}
}
.full .grid_12:after {
	clear: both !important;
	content: " " !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
}
.w100, .w100 img {
	width: 100%;
}
/* =====================================
 8. blog
===================================== */
.Individual .blogcontent {
	margin-top: 56px;
}
.blog h3.entry-title {
	font-size: 22px;
	text-align: left;
	text-transform: uppercase;
	margin: 10px 0 20px !important;
	border-bottom: 1px solid #bfdceb;
	padding-bottom: 0.8em;
	width: 100%;
}
.blog p.date {
	font-size: 15px;
	margin-bottom: 0.5em;
	color: #2e407f;
}
/* 8-1. img -------------------------- */
.blogArea img {
	margin-bottom: 10px;
}
.blogArea img.icon_imgs {
	margin-bottom: 0;
}
/* 8-2. side list -------------------------- */
.blogside h3 {
	text-transform: uppercase;
	padding: 5px 0 3px 0;
	margin-top: 0;
	width: 100%;
	text-align: center;
	background: #f1f9fc;
	font-size: 14px;
}
.blogside .list li {
	padding-left: 13px;
	text-align: left;
}
.blogside .list a {
	word-wrap: break-word;
}
.blogside .list a:hover {
	text-decoration: underline;
}
.blogside li:before {
	color: #a7d5f4;
	content: "・";
	font-size: 100%;
	padding-right: 0.4em;
}
input[type="text"] {
	border: 1px solid rgb(204, 204, 204);
	padding: 2px;
	border-radius: none;
	margin-bottom: 5px;
}
#blogBody input[type="text"] {
	width: 98%;
}
.blog_search_submit {
	text-align: center;
	width: 98%;
	display: block;
}
.blog_search_submit input {
	padding: 2px 10px;
	font-size: 85%;
	background: #2e407f;
	border: none;
	color: #fff;
	letter-spacing: 0.1em;
	border-radius: 2px;
}
/* 8-3. writer -------------------------- */
.blog #content .contributor {
	color: #999;
	font-size: 85%;
	margin: 3em 0 0.5em;
	text-align: right;
}
/* 8-4. sns -------------------------- */
.blog #content .shareBt {
	text-align: right;
}
.blog .shareBt .fb_iframe_widget {
	margin-right: 5px;
}
.blog .shareBt .twitter-tweet-button {
	text-align: right;
	vertical-align: middle;
	width: 90px !important;
}
.lineBt img {
	margin-top: 5px;
	width: auto;
}

@media screen and (max-width: 767px) {
}
/* =====================================
 9. link
===================================== */
/* 9-1. content text link -------------------------- */
.link a:link {
	text-decoration: underline;
}
/* 9-2. tel link -------------------------- */
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}

@media screen and (max-width: 767px) {
a[href^="tel:"] {
	pointer-events: auto;
	cursor: pointer;
}
}
/* 9-3. side link -------------------------- */
#sidecontact {
	display: block;
	position: fixed;
	top: 120px;
	z-index: 1000;
}
#sidecontact.rightContent {
	right: 0;
}

@media screen and (max-width: 767px) {
#sidecontact {
	display: none;
}
}
/* =====================================
 10. hikoukai
===================================== */
.hikoukai {
	display: none !important;
}
#drag-temp-pre-content .parts.hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	padding: 20px 0;
}
/* ======================================

追記(content)

====================================== */

/* ------------------------------------------------
 body
------------------------------------------------ */
.b_10.b_10_column3 div.column_c, .b_10.b_10_column3 div.column_l, .b_10.b_10_column3 div.column_r {
	display: table-cell;
	width: 33%;
	vertical-align: top;
}
body, .main, #header, .camera_wrap, .caption {
	background: none;
	border: none;
}
body {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
body, ul.sf-menu > li, ul.sf-menu > li#last-li, ul.sf-menu > li > a, ul.sf-menu > li > p, .sf-menu ul li a, #mm0 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
body.inquiry, .inquiry ul.sf-menu > li, .inquiry ul.sf-menu > li#last-li, .inquiry ul.sf-menu > li > a, .inquiry ul.sf-menu > li > p, .inquiry .sf-menu ul li a, .inquiry #mm0 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.parts p {
	line-height: 1.8;
	margin-bottom: 1.2em;
	margin-top: 0px;
}
.parts p:last-child {
	margin-bottom: 0;
}
/* リンク設定 */

a:link, a:visited {
	color: #333333;
}
a:hover {
	color: #888;
	text-decoration: none;
}
a:focus, *:focus {
	outline: none;
}
#pagenation .active a, #pagenation a.active:hover {
	background: none #2e407f;
	color: #fff;
}
#content a img, #side a img, #footer a img, .bnr a img, .inquiry #content .backBt, .inquiry #content .confirmBt, .inquiry #content .submitBt, .inquiry #content .topBt, #pagenation .active a, #pagenation a, .contact a, input.base_bg_color_1, input.searchButton, .btn-style a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#content a:hover img, #side a:hover img, #footer a:hover img, .bnr a:hover img, .inquiry #content .backBt:hover, .inquiry #content .confirmBt:hover, .inquiry #content .submitBt:hover, .inquiry #content .topBt:hover, #pagenation .active a:hover, #pagenation a:hover, .contact a:hover, input.base_bg_color_1:hover, input.searchButton:hover, .btn-style a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
h2, h3, h4, h5, #news h2 {
	font-size: inherit;
	color: inherit;
	text-shadow: none;
	line-height: 1.2;
	border: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
body {
	font-size: 16px;
	letter-spacing: 0em;
}
}

@media only screen and (max-width: 480px) {
h2 {
	margin-top: inherit !important;
}
}
/* ------------------------------------------------
  header
------------------------------------------------ */

.shadow {
	background: none;
}
#header {
}
#inquiryBody #header {/*inquiry*/
}
#header h1 {
	max-width: 96%;
	margin-bottom: 20px;
	padding-top: 30px;
}
#header h1 img {
	width: 100%;
}

@media only screen and (max-width: 767px) {
#header h1 {
	margin-bottom: 15px;
}
}

@media only screen and (max-width: 480px) {
#header h1 {
	margin-bottom: 7px;
	padding-top: 25px;
}
}
/*------------------------------------------ 
 	nav
------------------------------------------  */

/* global nav -------------------------- */
/*
.sf-menu {
display: inline-block;
padding-top: 0;
padding-bottom: 7px;
}


.sf-menu > li.current {
    border-left: 1px solid #c2d7d3;
}

.sf-menu > li,
.sf-menu > li.current {
    float: left;
    margin:20px 15px 25px;
    min-height: 23px;
    padding: 0 10px;
    position: relative;
	border-bottom:none;
	display:block;
}
.sf-menu > li.sfHover, 
.sf-menu > li:hover {
    border-bottom: none;
    margin-bottom: 25px;
}
ul.sf-menu > li {
	font-weight:normal;
	font-size:18px;
	line-height:18px;
	width:auto;
	box-sizing:border-box;
	padding:0;
	min-height:18px;
	border-right: 1px solid #c2d7d3;
	margin: 0;
}
ul.sf-menu > li:first-child {
}
ul.sf-menu > li > a,
ul.sf-menu > li > p {
    color: #5d5d5d;
    padding: 0px;
    text-transform: none;
	margin:0;
	font-size:18px;
	font-weight:normal;
}
ul.sf-menu > li.current > a {
    color: #5d5d5d;
}
ul.sf-menu > li.current > a:hover, 
ul.sf-menu > li.sfHover > a, 
ul.sf-menu > li > a:hover {
    color: #68b0e2;
}
.sf-menu a.sf-with-ul::before { display:none;}




*/



.sf-menu {
	padding-top: 0;
}
.sf-menu > li, .sf-menu > li.current {
	float: left;
	margin: 10px 0 25px;
	min-height: 23px;
	padding: 0;
	position: relative;
	border-bottom: none;
}
.sf-menu > li.current {
	border-left: 1px solid #c2d7d3;
}
.sf-menu > li.sfHover, .sf-menu > li:hover {
	border-bottom: none;
	margin-bottom: 10px;
}
ul.sf-menu > li {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.2;
	margin-right: 0px;
	border-right: 1px solid #c2d7d3;
	box-sizing: border-box;
}
ul.sf-menu > li#first-li {
}
ul.sf-menu > li > a, ul.sf-menu > li > p {
	color: #555;
	padding: 4px 35px 2px;
	text-transform: none;
	margin: 0px;
	font-weight: normal;
	position: relative;
	font-size: 16px;
	line-height: 1.8;
}
ul.sf-menu > li > p:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom: -12px;
	right: 50%;
	margin-right: -3px;
	border: 5px solid transparent;
	border-top: 5px solid #2e407f;
}
ul.sf-menu > li.current > a {
	color: #555;
}
ul.sf-menu > li.current > a:hover, ul.sf-menu > li.sfHover > a, ul.sf-menu > li > a:hover {
	color: #8799bc;
}
.sf-menu ul {
	padding: 10px 0;
	width: 115px;
}
/* sub */
.sf-menu ul {
	background-color: #2e407f;
	left: 0px;
	min-width: 70px;
	padding: 12px 0;
	position: absolute;
	text-align: left;
	top: 44px;
	z-index: 1000;
	width: 100%;
}
.sf-menu ul li {
	padding: 5px 10px;
}
.sf-menu ul li a {
	color: #FFF;
	font-size: 14px;
	line-height: 1.4;
	display: block;
}
.sf-menu ul li a:hover {
	color: #644a36;
}
ul.sf-menu > li, ul.sf-menu > li#last-li, ul.sf-menu > li > a, ul.sf-menu > li > p, .sf-menu ul li a {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media only screen and (min-width: 768px) {
.sf-menu a.sf-with-ul::before {
	background: url(/asset/nav_arrow.png) no-repeat center bottom;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 0;
	top: auto;
	bottom: -5px;
	width: 100%;
}
}

@media only screen and (min-width: 768px) and (max-width: 995px) {
.sf-menu > li, .sf-menu > li.current {
	padding: 0 7px;
}
ul.sf-menu > li > a, ul.sf-menu > li > p {
	font-size: 16px;
}
}
/* sub nav -------------------------- */

.sf-menu ul {
	padding: 10px 0;
	width: 115px;
}
/* sub */
.sf-menu ul {
	background-color: #2e407f;
	left: 50%;
	min-width: 80px;
	padding: 12px 0;
	position: absolute;
	text-align: center;
	top: 45px;
	z-index: 1000;
	width: 175px;
	margin-left: -86px;
}
.sf-menu ul li {
	padding: 5px;
}
.sf-menu ul li a {
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
}
.sf-menu ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
/*------------------------------------------ 
 	mainimage
------------------------------------------  */
.top #mainimage{
	margin:0 0 70px;
}
.under #mainimage .under_mainimage h2 {
    color: #2e407f;
    text-align: center;
    font-size: 38px;
    letter-spacing: 3px;
}
.under #mainimage .under_mainimage h2 span {
	font-size: 16px;
	color: #999;
	margin-top: 7px;
}

@media only screen and (max-width: 767px) {
.top #mainimage {
    margin:0;
}
.under #mainimage .under_mainimage h2 {
	font-size: 24px;
}
}

@media only screen and (max-width: 480px) {
.under #mainimage .under_mainimage h2 {
	font-size: 20px;
}
}
/*------------------------------------------ 
 	footer
------------------------------------------  */

#toTop {
/*background: url(/asset/pagetop.png) no-repeat left 0;
    bottom: 56px !important;
    height: 87px;
    width: 100px;
	left: auto !important;
	margin-right: 0 !important;
	right:20px !important;*/
}

@media only screen and (max-width: 767px) {
/*#toTop {
    bottom: 56px !important;
	right:0 !important;
}*/
}
/* フッターバナー ---------------*/
.bnr {
	text-align: center;
}
.bnr a {
	margin-right: 1.5625%;
	display: inline-block;
	width: 32.2916666%;
	max-width: 310px;
}
.bnr a:last-child {
	margin-right: 0;
}
.bnr img {
	max-width: 100%;
　
}

@media only screen and (max-width: 767px) {
.bnr a {
	display: block;
	margin: 0 auto 15px!important;
	width: 100%;
}
}
/* フッター ---------------*/
#footer {
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    font-size: 16px;
    background: #f1f9fc;
}
#footer p.logo {
	display: inline-block;
	margin: 0 0 40px;
	width: 100%;
}
#footer p.logo a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
#footer img {
	max-width: 100%;
}
#footer .footerLink li {
	margin: 0;
	display: inline-block;
}
#footer .footerLink li a, .sitemapLink li a {
	color: #333;
	margin: 0 7px 0 0;
}
.privacy {
	color: #333;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: inherit;
	text-transform: none;
}
#footer .footerLink li a:hover, .sitemapLink li a:hover, .privacy a:hover {
	color: #333;
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
}
/* ------------------------------------------------
 	構造
------------------------------------------------ */

.b_01 {
	margin-bottom: 1em;
}
/*.b_02,.b_04_2,
.b_06,
.b_09,.b_10,
.b_11,.b_11_3,*/
.b_01 .ul01, .b_01 .ul_check, .b_01 .ul_arrow, .b_01 ol.ol01 {
	margin: 0 0 1em;
}
/*-------------------------
 リスト
-------------------------*/

.floatList {
	overflow: hidden;
}
.floatList li {
	float: left;
	margin-right: 1em;
	margin-bottom: 10px;
}
/* ● */

ul.ul01 li {
	position: relative;
	padding: 2px 5px 2px 20px;
}
ul.ul01 li:before {
	content: "";
	position: absolute;
	background: #a7d5f4;
	top: 50%;
	left: 6px;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	margin-top: -6px;
}
ul.ul03 {
	margin: 0 auto;
	display: block;
	padding: 0 0 5px 22px;
}
ul.ul03.col2 li {
	width: 45%;
	float: left;
	position: relative;
}
.ul03 li::before {
	background: #0667a6;
	border-radius: 50%;
	content: "";
	height: 5px;
	left: -15px;
	position: absolute;
	top: 10px;
	width: 5px;
}
/* ▶ */

ul.ul_arrow {
}
ul.ul_arrow li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 5px;
}
ul.ul_arrow li:before {
	display: block;
	content: "";
	position: absolute;
	top: 7px;
	left: 8px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #ccc;
}
ul.ul_arrow li a:hover {
	color: #ccc;
}
/* チェック */

ul.ul_check li {
	position: relative;
	padding: 5px 0px 5px 37px;
}
ul.ul_check li:before {
	background: #f98989;
	border-radius: 3px;
	content: "";
	height: 24px;
	left: 1px;
	position: absolute;
	top: 7px;
	width: 24px;
	z-index: 0;
}
ul.ul_check li:after {
	display: block;
	content: '';
	position: absolute;
	top: 13px;
	left: 7px;
	width: 10px;
	height: 5px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 10;
}
/* ol */

ol.ol01 {
	margin-bottom: 1em;
	margin-left: 1.2em;
}
ol.ol01 li {
	line-height: 1.6;
	margin-bottom: 0.5em;
	list-style: decimal;
}
ol.ol01 li span {
	color: #333;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
ul.ul01 li {
	padding: 2px 5px 2px 18px;
}
ul.ul01 li::before {
	top: 17px;
	left: 6px;
}
ul.ul_check li {
	padding-left: 32px;
}
ul.ul_check li:before {
	height: 22px;
	width: 22px;
}
ul.ul_check li:after {
	top: 13px;
	left: 7px;
	width: 9px;
	height: 4px;
}
#mm0 {
	border: 1px solid #7FB5D9;
}
}
/*-------------------------
 見出し
-------------------------*/

/* h3 -----------------*/

.static #content h2.titleBg, h2.titleBg, #news h2.titleBg {
    margin-top: 0;
    margin-bottom: 1em;
    border: none;
    padding: 8px 0 8px 15px;
    position: relative;
    font-size: 24px;
    font-weight: normal;
    display: block;
    border-bottom: 1px solid #2e407f;
    color: #333;
    letter-spacing: 3px;
    border-left: 10px solid #2e407f;
}
/*.static #content h2.titleBg:before, 
h2.titleBg:before,
.top #news h2.titleBg:before,
.under .parts h3:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 90%;
	top: 0%;
	left: 0px;
	background:#aaa;
}*/
.under .parts h3 {
    border: none;
    padding: 10px 0 8px 15px;
    position: relative;
    font-size: 28px;
    font-weight: normal;
    display: block;
    color: #2e407f;
    letter-spacing: 3px;
    border-left: 10px solid #2e407f;
    background: #d1d7e9;
}
.under .parts h3::before {
    position: absolute;
    content: "";
    background: #2e407f;
    width: 2px;
    height: 100%;
    left: 2px;
    top: 0;
}
.under .b_01 h3 {
	margin-bottom: 1em;
}
.under .parts .gnv_tmp_h3_bg2 h3 {
	text-align: left;
	font-size: 22px;
	color: #e88d21;
	margin-bottom: 0;
}
.under .parts .gnv_tmp_h3_bg2 h3:before {
	background: none;
}
/* h4 -----------------*/
.under .parts h4 {
    font-size: 22px;
    padding: 8px 10px 8px 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1em;
    color: #fff;
    background: #ff9138;
}
.under .parts h4:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 5px;
	height: 50%;
	top: 25%;
	left: 9px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.under .b_01 h4 {
	margin-bottom: 0;
}
/* h5 -----------------*/

.under h5 {
	color: #333;
	font-size: 20px;
	margin-bottom: 0.25em;
	margin-top: 1em;
	text-transform: none;
	font-weight: normal;
	padding: 0px 5px 6px 27px;
	position: relative;
}
.under h5:first-child {
}
.under .parts h5:before {
	position: absolute;
	top: 8px;
	left: 2px;
	width: 15px;
	height: 15px;
	content: '';
	border-radius: 50%;
	background: #65bbe7;
}
.under .parts h5::after {
	position: absolute;
	top: 11px;
	left: 5px;
	width: 9px;
	height: 9px;
	content: '';
	border-radius: 50%;
	background: #fff;
}
.under .gnv_tmp_h5_bg {
	border-bottom: dotted 2px #ccc;
	margin-bottom: 15px;
}
.ul02 li {
	padding: 5px 5px 4px 20px;
	font-size: 22px;
	line-height: 1.4;
	color: #333;
	position: relative;
}
.ul02 li:before {
	position: absolute;
	content: "";
	background: #0065ab;
	width: 5px;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 2px;
}
.ktop {
	margin-top: 35px;
}
.ktop .emphasize {
	margin-bottom: 0.5em !important;
}

@media only screen and (max-width: 767px) {
.static #content h2.titleBg, h2.titleBg, .top #news h2.titleBg, .under .parts h3 {
	font-size: 22px
}
.under .b_01 h3 {
	margin-bottom: 0.6em;
	margin-top: 0;
}
.under .parts h4 {
	font-size: 20px;
	padding-left: 30px;
}
.under h5 {
	font-size: 18px;
}
.under .parts h5::before {
	top: 3px;
}
.under .parts h5::after {
	top: 6px;
}
.ul02 li {
	font-size: 18px;
}
.contact {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
}

@media only screen and (max-width: 480px) {
}
/* -------------------------- 
	top 
-------------------------- */

.color01 {
	color: #0065ab;
}
.color02 {
	color: #111;
}
.attention {
	color: #cc0000;
}
.top #news {
	font-size: 16px;
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
}

@media screen and (max-width: 1129px) {
}

@media screen and (max-width: 995px) {
}

@media screen and (min-width: 768px) and (max-width: 995px) {
#sidecontact {
	top: 186px;
	width: 45px;
}
}
/* contact */

.contact {
	text-align: center;
}
.contact a {
	margin: 0 1%;
	display: inline-block;
	max-width: 48%
}
.contact img {
	max-width: 100%;
}

@media screen and (max-width: 767px) {
br.sp {
	display: inline !important;
}
.top #content-top {
	background: #fff;
}
.top .contact {
	padding: 1.5em 0 0;
}
/* TOP */

.btn-style a {
	font-size: 15px;
}
.con_l, .con_r {
	float: none;
	width: auto;
}
.b_10.b_10_column2 div.column_l {
	margin: 0;
}
.k_imgb .b_11_2_in span img {
	width: inherit;
}
}

@media screen and (max-width: 479px) {
/* TOP */

}
/* -------------------------- 
	下層 
-------------------------- */

.inquiry #content .contentArea {
	margin: 2em 0 4em;
}
.emphasize {
	font-size: 25px;
	color: #0667A6;
}
.bg-box {
	padding: 2em 2em 1em;
	background: #f9f9f9;
}
.border-box {
	padding: 2em 2em 1em;
	background: #fcfff3;
	margin-bottom: 1em;
}
.border-box ul.ul_check li::before {
	background: #83cc56;
}
.flow-block {
}
.merit-block {
	padding: 1em 2em 2em;
	background: #ffeee9;
}
.merit-block ul li, .demerit-block ul li {
	position: relative;
	padding-left: 1em;
	margin-bottom: 0.5em;
}
.merit-block ul li::before, .demerit-block ul li::before {
	position: absolute;
	content: "";
	background: #ff9494;
	width: 6px;
	height: 6px;
	top: 0.6em;
	left: 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.under .merit-block h4 {
	border-bottom-color: #ff9494;
}
.under .merit-block h4::before {
	background: none;
	border: 5px solid #ff9494;
	top: 6px;
	left: 3px;
}
.merit-block ul li::before {
	background: #ff9494;
}
.demerit-block {
	padding: 1em 2em 2em;
	background: #eaf5f6;
}
.under .demerit-block h4 {
	border-bottom-color: #84ced7;
}
.under .demerit-block h4::before {
	background: #84ced7;
	border-radius: 0;
	width: 6px;
	height: 32px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 13px;
	left: 16px;
}
.under .demerit-block h4::after {
	position: absolute;
	content: "";
	background: #84ced7;
	border-radius: 0;
	width: 6px;
	height: 32px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 13px;
	left: 16px;
}
.demerit-block ul li::before {
	background: #84ced7;
}
.table01, .table02, .fee-table {
	width: 100%;
	margin-bottom: 1em;
	font-size: 88%;
}
.top .table01 {
	font-size: inherit;
}
.table01 th, .table01 td {
	padding: 10px 5px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #d4d4d4;
}
.table01 th {
	border-bottom: 1px solid #2e407f;
	/*white-space: nowrap;*/
	color:#2e407f;
}
.table02 th, .table02 td, .fee-table th, .fee-table td {
	padding: 10px 8px;
	font-weight: normal;
	text-align: left;
	border: 1px solid #b9c6cc;
}
.table02 th, .fee-table th {
	background: #fafafa;
}
.table02 thead th, .fee-table thead th {
	text-align: center;
	color: #0065ab;
	font-size: 110%;
}
.fee-table tbody th {
	width: 25%;
}
.fee-td {
	color: #cc0000;
	width: 30%;
}
.table01.price th,.table01.price td{
	width:50%;
}
.table01.price td{
	text-align:right;
}
.table01.price th.t_center{
	text-align:center;
	width:100%;
	font-weight:bold;
}
.table01.price th span.th01 {
    font-weight: bold;
    font-size: 120%;
}
/* News 
------------------------*/
/*
#news {
	margin-left: 10px;
}*/
#news .ov {
	width: auto;
	right: 0px;
	top: 9px;
	font-size: 16px;
	color: #333;
}
#news .ov:hover {
	color: #333;
	text-decoration: underline;
}
#news dt .newsNew {
	background: #2e407f;
	color: #FFF;
	border-radius: 0px;
	vertical-align: middle;
	font-size: 0.5em;
}
/* top */
#news dl {
	border-bottom: 1px dotted #ccc;
}
#news dt {
    color: #ff9138;
    font-weight: normal;
}
#news dd, #news dd a {
	color: #333;
	text-decoration: none;
}
#news dd a:hover {
	text-decoration: underline;
}
#news .ov:hover {
	color: #333;
	text-decoration: underline;
}
/* Blog 
------------------------*/

.blog h3.entry-title {
}
.blog h3.entry-title a {
	color: #333;
}
.blog h3.entry-title a:hover {
	color: #333;
	text-decoration: underline;
}
.inquiry #content .backBt, .inquiry #content .confirmBt, .inquiry #content .submitBt, .inquiry #content .topBt {
	font-size: 16px;
	width: 166px;
	background: #2e407f;
	border: none;
	border-radius: 2px;
	color: #fff;
	letter-spacing: 0.1em;
}
/* sitemap */

.sitemap_ic {
	margin-bottom: 1em;
}
ul.sitemap_ic li a:hover {
	color: #2e407f;
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 995px) {
.under #header .grid_12 {
	margin-left: 0;
	margin-right: 0;
}
ul.sf-menu > li > a, ul.sf-menu > li > p {
	padding: 4px 20px 2px;
	font-size: 14px;
}

}

@media screen and (min-width: 768px) and (max-width: 995px) {
}

@media screen and (max-width: 767px) {
#news .ov {
	top: 10px;
	font-size: 13px;
}
#sitemapBody #content, #newsList #content, #websiteNewsDetail #content, #notfoundBody #content {
	margin-top: 0;
}
/**/

.bg-box, .border-box {
	padding: 1.3em 1.3em 0.5em;
}
.merit-block, .demerit-block {
	padding: 0.4em 1.3em 0.6em;
}
.under .merit-block h4::before {
	top: 15px;
	width: 12px;
	height: 12px;
}
.under .demerit-block h4::before, .under .demerit-block h4::after {
	height: 28px;
	left: 12px;
	top: 9px;
}
.emphasize {
	font-size: 20px;
}
}

@media screen and (min-width: 768px) and (max-width: 995px) {/*テンプレートの指示修正*/
.container_12 {/*余白が無い不備の回避*/
	width: 748px !important;
}
c {/*除外*/
	width: 748px !important;
}
#newsList .container_12 {
    width: 748px !important;
}
#blogBody .container_12{
	width:768px!important;
}
.under .contents_block .grid_12 {
    width: 98% !important;
    max-width: 748px/*768px*/ !important;
}
.type5.under #content {
	min-height: 550px;
}
}
/* *******************************************************************************
 ■ 追記
******************************************************************************* */
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 16px;
	line-height: 180%;
	color: #333;
	background: #fff!important;
}
input, button, select, textarea, .nav-collapse_ .nav > li > a, .nav-collapse_ .nav > li >p, .nav-collapse .sub-menu > ul li a, .btn.btn-info {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.word_break {
	word-break: break-all;
}
a:focus, *:focus {
	outline: none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
#header h1 a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.mb0 {
	margin-bottom: 0!important;
}
.mb_h3 {
	margin-bottom: 20px !important;
}
.mb_h4 {
	margin-bottom: 18px!important;
}
.mb_h5 {
	margin-bottom: 10px!important;
}
.mb_01 {
	margin-bottom: 27px!important;
}
.mb_02 {
	margin-bottom: 60px!important;
}
.mb_03 {
	margin-bottom: 75px!important;
}
ul.ul01 {
	list-style: none;
}
ul.ul01 li {
	padding: 0 0 5px 22px;
	position: relative;
	word-wrap: break-word;
}
.ul01 li:before {
	background: none repeat scroll 0 0 #537eb6;
	border-radius: 50%;
	content: "";
	height: 5px;
	left: 11px;
	position: absolute;
	top: 10px;
	width: 5px;
}
.float_ul01 li {
	margin: 0 20px 0 0;
	float: left;
	width: 40%;
}
ul.ul_check li {
	padding: 5px 0px 5px 24px;
	position: relative;
}
ul.ul02 {
	list-style: none;
}
ul.ul02 li {
	padding: 0 0 5px 14px;
	position: relative;
}
ul.ul02.float_ul01 li {
	box-sizing: border-box;
	float: left;
	margin: 0 2% 0 0;
	padding: 0 0 5px 14px;
	position: relative;
	width: 48%;
}
ul.ul02 li a {
	font-weight: bold;
}
.ul02 li:before {
	display: block;
	content: "";
	position: absolute;
	top: 8px;
	left: 3px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #3584d5;
}
ul.ul_check li:before {
	background: none repeat scroll 0 0 #6a91c4;
	border: 1px solid #537eb6;
	border-radius: 3px;
	content: "";
	height: 17px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 17px;
	z-index: 0;
}
ul.ul_check li:after {
	position: absolute;
	top: 9px;
	left: 3px;
	content: "";
	width: 11px;
	height: 4px;
	border: transparent 4px solid;
	border-left: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	z-index: 10;
}
p.point_p {
	color: #cab52c;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	padding: 7px 5px 8px 16px;
	position: relative;
	text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff;
	z-index: 1;
}
p.point_p:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	border: 9px solid #d7f0f9;
	border-radius: 50%;
	z-index: -1;
}
.number_p {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 10px;
	padding: 0 0 0 36px;
	text-indent: -40px;
}
.number {
	background: none repeat scroll 0 0 #ff9138;
	border-radius: 0px;
	box-shadow: 3px 3px 0 #ccc;
	color: #fff;
	font-size: 20px;
	margin: 0 10px 0 0;
	padding: 2px 8px;
}
.arrow_box {
	position: relative;
	height: 40px;
	width: 100%;
}
.arrow_box:before {
	content: "";
	position: absolute;
	background: none;
	top: 10px;

	left: 0px;
	height: 0;
	border-top: dotted #ccc 2px;
	width: 100%;
}
.arrow_box:after {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: 50%;
	margin: 0 0 0 -30px;
	width: 0px;
	height: 0px;
	border: 30px solid transparent;
	border-top: 16px solid #a7d5f4;
}
.merit01 {
	padding: 0px 6px 0px 6px;
	border-radius: 5px;
	background: #cdb827;
	font-size: 20px;
	color: #fff;
	margin: 0 0 8px;
	display: inline-block;
}
.merit02 {
	padding: 0px 6px 0px 6px;
	border-radius: 5px;
	margin: 0 0 8px;
	background: #6a91c4;
	font-size: 20px;
	color: #fff;
	display: inline-block;
}
.text_box {
	float: left;
	width: 62%;
}
.border_box01 {
	background-color: #fff;
	box-shadow: 1px 1px 1px 2px #cccccc;
	border-radius: 0;
	padding: 10px;
}
.border_box02 {
	background-color: #d7e9f4;
	border: 1px solid #ddd;
	border-radius: 0px;
	padding: 10px;
}
.text_01 {
	color: #cdb827;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.6 !important;
	padding: 0;
	text-align: center;
}
.link_btn{
	width: 100%;
	max-width: 300px;
}
.link_btn a{
    line-height: 1.4;
    display: block;
    padding: 10px 10px 8px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    color: #fff;
    background:#51adeb;
    transition: all 0.5s ease 0s;
    box-shadow: 3px 3px 0px #aabcd4;
}/*
.link_btn a:before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	display: block;
	height: 8px;
	margin-top: -4px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	width: 8px;
}*/
.link_btn a:hover {
	opacity: 0.8;
	color: #fff;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.link_btn02{
    margin: 0px auto;
    max-width: 35px;
}
.link_btn02 a {
 line-height: 1.4;
 display: block;
 box-sizing: border-box;
 text-align: center;
 position: relative;
 text-decoration: none;
 color: #fff;
 border-radius:50%;
 background:#ff9138;
 transition: all 0.5s ease 0s;
 text-indent: -9999px;
 width: 35px;
 height: 35px;
}
.link_btn02 a::before {
    border: 8px solid transparent;
    border-left: 10px solid #fff;
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    left: 14px;
    top: 9px;
}
.link_btn02 a:hover{
 opacity: 0.8;
 color: #fff;
 filter: alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
 text-decoration: none;
}
.link_btn03 {
 width: 100%;
 max-width: 300px;
}
.link_btn03 a {
    line-height: 1.4;
    display: block;
    padding: 10px 5px 8px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    color: #fff;
    background:#ff9138;
    transition: all 0.5s ease 0s;
}
.link_btn03 a:before{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    right: 7px;
    top: 13px;
}
.link_btn03 a:after {
    content: "";
    border: 5px solid transparent;
    border-left: 7px solid #ff9138;
    display: block;
    position: absolute;
    right: 5px;
    top: 15px;
}
.link_btn03 a:hover{
 opacity: 0.8;
 color: #fff;
 filter: alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
 text-decoration: none;
}
/* =====================================
 共通
===================================== */
#bread span:hover {
	text-decoration: underline;
}
.catch01 {
    color: #ff9138;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
}
.lead01 {
	color: #666;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
}
/* =====================================
 TOP
===================================== */
.top h3{
	font-size:30px;
	color:#2e407f;
	position:relative;
	margin:0 0 70px;
	padding:0 0 20px;
	font-family:"新ゴ L","Shin Go Light","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.top h3:before{
	position:absolute;
	content:"";
	height:5px;
	width:95px;
	background:#a7d5f4;
	bottom:0;
	left:50%;
	margin-left:-42px;
}
.top h3:after{
	position:absolute;
	content:"";
	height:5px;
	width:60px;
	background:#969ebf;
	bottom:0;
	left:50%;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	margin-left:-30px;
}
.top01{
	margin:0 0 70px;
}
.top01 a{
	display:block;
}
.b_09.top02{
	background:url(/asset/top_bg01.png) no-repeat center top;
	background-size:cover;
	padding:80px 0;
	text-align:center;
	margin:0;
}
.top .top02 h3:after{
	border-left:5px solid #e9f6fa;
	border-right:5px solid #e9f6fa;
}
.top02 .clearfix{
	margin:0 auto;
}
.top02 .clearfix.box_top{
	margin:0 auto 20px;
	width:90%;
}
.top02 .clearfix.box_bottom{
	width:60%;
}
.top02 .clearfix .link_btn{
	float:left;
	width:32%;
}
.top02 .clearfix.box_top .link_btn{
	width:32%;
}
.top02 .clearfix.box_bottom .link_btn{
	width:48%;
}
.top02 .clearfix.box_top .link_btn:first-child{
	margin:0 2% 0 0;
}
.top02 .clearfix .link_btn:last-child{
	float:right;
}
.b_09.top03{
	background:url(/asset/top_bg02.png) no-repeat center top;
	background-size:cover;
	padding:80px 0;
	text-align:center;
	margin:0;
}
.top03 .singlebox4 .box_inner {
    background: #f1f9fc;
    padding: 30px 10px;
    box-sizing: border-box;
}
.top03 .singlebox4 .box_inner img{
	margin:0 0 15px;
}
.top03 .singlebox4 .box_inner h4{
	font-size:22px;
	padding:0 0 10px;
	margin:0 0 15px;
	border-bottom:1px solid #51adeb;
	color:#2e407f;
	font-family:"新ゴ L","Shin Go Light","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.top03 .singlebox4 .box_inner p{
	text-align:left;
}
.top03 .grid_4 .item{
    background: #f1f9fc;
    padding: 30px 10px;
    box-sizing: border-box;
	margin:0;
}
.top03 .grid_4 h4{
	font-size:22px;
	margin:0 0 15px;
	color:#2e407f;
	font-family:"新ゴ L","Shin Go Light","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.top03 .grid_4 img{
	margin:0 0 20px;
}
.top03 .grid_4 p {
    min-height: 150px;
}
.full .top03 .grid_12.g12_02{
	margin:0 auto 40px!important;
}
.b_09.top04{
	background:url(/asset/top_bg03.png) no-repeat center top;
	background-size:cover;
	padding:80px 0;
	margin:0;
}
.top04 .box01{
	max-width:500px;
	float:right;
}
.top .top04 h3{
	display:block;
	margin:0 0 30px;
}
.top .top04 h3::before {
    width:100%;
	left:0;
	margin-left:0;
}
.top .top04 h3:after {
	left:5%;
	margin-left:0;
}
.top .top04 p.p02{
	text-align:right;
}
.top04 .link_btn03{
	margin:0 auto;
}
.b_09.top05{
	background:url(/asset/top_bg04.png) repeat;
	padding:80px 0;
	text-align:center;
}
.top .top05 h3{
	padding:0 0 20px 15px;
}
.top05 .box_l{
	float:left;
	width:48%;
	text-align:left;
}
.top05 .box_r{
	float:right;
	width:48%;
}
.top05 table.table01 th {
	width:15%;
}
.top05 .gnv_tmp_map {
    padding-top: 70%;
}
.top05 table.table01{
	margin:0 0 30px;
}
.top05 table.gnv_tmp_table02{
	margin:0 0 10px;
}
.top05 .box_middle{
	background:#fff;
	margin:25px 0;
	padding:10px;
	box-sizing:border-box;
}
.top05 .box_middle p{
	font-size:24px;
	color:#333;
	font-family:"新正楷書CBSK1","Shinsei Kaisho CBSK1","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
.top05 .box_bottom .link_btn03{
	float:left;
	width:23.5%;
	margin:0 2% 0 0;
}
.top05 .box_bottom .link_btn03:last-child{
	margin:0;
}
.top05 .box_bottom .link_btn03 a:before,.top05 .box_bottom .link_btn03 a:after{
	display:none;
}
.bnr_box{
    margin: 40px auto 0;
    max-width: 940px;
}
.bnr_box a {
    display: block;
    margin: 0 2.1276595% 0 0;
    max-width: 300px;
    width: 31.9148936%;
    float: left;
}
.bnr_box a:last-child{
    margin: 0 auto;
}
.bnr_box img{

	display:block;
}

.txt01 {
    color: #2e407f;
    font-size: 140%;
    font-weight: bold;
    margin: 0px!important;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #2e407f;
}
/* =====================================
 下層
===================================== */


@media (min-width: 996px) and (max-width: 1199px) {
#toTop {
	left: auto;
	margin-left: 0;
	right: 60px !important;
	bottom: 20px !important;
	margin-right: 10px !important;
}
/* =====================================
 共通
===================================== */

/* =====================================
 TOP
===================================== */

/* =====================================
 下層
===================================== */
}

@media (min-width: 768px) and (max-width: 995px) {
#toTop {
	left: auto;
	margin-left: 0;
	right: 60px !important;
	bottom: 20px !important;
	margin-right: 10px !important;
}
/* =====================================
 共通
===================================== */

/* =====================================
 TOP
===================================== */
.grid_4:first-child {
	margin-left: 0;
}
.grid_4:last-child {
	margin-right: 0;
}
.grid_6:first-child {
	margin-left: 0;
}
.grid_6:last-child {
	margin-right: 0;
}
.top02 .link_btn a {
    padding: 10px 5px 8px;
	font-size:14px;
}
.top03 p{
	font-size:14px;
}
.b_09.top04 {
    background-position: 38% 0;
}
.top .top05 table.table01,.top .top05 table{
    font-size: 12px;
}
.top05 .box_bottom .link_btn03{
	font-size:13px;
}
.top05 .box_middle p {
    font-size: 18px;
}
/* =====================================
 下層
===================================== */
#inquiryBody .grid_12{
	margin:0;
}
}

@media screen and (max-width: 767px) {
/* =====================================
 共通
===================================== */ 
.mb_h3 {
	margin-bottom: 13px!important;
}
.mb_h4 {
	margin-bottom: 10px!important;
}
.mb_h5 {
	margin-bottom: 8px!important;
}
.mb_01 {
	margin-bottom: 20px!important;
}
.mb_02 {
	margin-bottom: 50px!important;
}
.mb_03 {
	margin-bottom: 55px!important;
}
.catch01 {
	font-size: 18px;
}
.lead01 {
	font-size: 16px;
}
/* =====================================
 TOP
===================================== */
.sp_box01 {
	display: block;
	padding: 0px 0 0 !important;
}
.sp_box01_in {
    margin: 40px auto;
    max-width: none;
    width: 100%;
}
.sp_box01 .btn_l {
	display: block;
	float: left;
	width: 48%;
}
.sp_btn01 a, .sp_btn01 a img {
	display: block;
	width: 100%;
}
.sp_box01 .btn_r {
	display: block;
	float: right;
	width: 48%;
}
.sp_box01 a {
	display: block;
	width: 100%;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}

.top h3 {
    font-size: 24px;
}
.b_09.top02 {
    background: url(/asset/top_bg01_sp.png) no-repeat center top;
    background-size: cover;
}
.top02 .clearfix.box_top{
	margin:0 auto;
	width:100%;
}
.top02 .clearfix.box_bottom{
	width:100%;
}
.top02 .clearfix .link_btn{
	float:none;
	width:100%;
}
.top02 .clearfix.box_top .link_btn{
	width:100%;
	margin:0 auto 20px;
}
.top02 .clearfix.box_bottom .link_btn {
    width: 100%;
    margin: 0 auto 20px;
}
.top02 .clearfix.box_top .link_btn:first-child {
    margin: 0 auto 20px;
}
.top02 .clearfix .link_btn:last-child{
	float:none;
}
.b_09.top03 {
    background: url(/asset/top_bg02_sp.png) no-repeat center top;
    background-size: cover;
	padding: 65px 0;
}
.top03 .grid_4 p {
    min-height: 0;
}
.top03 .link_btn03{
	margin:0 auto;
}
.full .top03 .grid_12.g12_02 {
    margin: 0 auto !important;
}
.b_09.top04 {
    background:#f4fcff ;
    background-size: cover;
	padding: 20px 0 40px;
}
.top04 .box01 {
    max-width: 100%;
    float:none;
}
.top04 img{
	margin:0 0 20px;
}
.top .top04 h3 {
    display: block;
	margin:0 0 20px;
}
.b_09.top05 {
    background: url(/asset/top_bg04.png) repeat;
    padding: 50px 0;
    text-align: center;
}
.top05 .box_l{
	float:none;
	width:100%;
	margin:0 0 20px;
}
.top .top05 h3 {
    margin: 0 0 20px;
}
.top05 .box_r{
	float:none;
	width:100%;
}
.top05 .box_middle p {
    font-size: 18px;
}
.top05 .box_bottom .link_btn03{
	float:none;
	width:100%;
	margin:0 auto 15px;
}
.top05 .box_bottom .link_btn03:last-child{
	margin:0 auto;
}
.bnr_box a {
    display: block;
    margin: 0 auto 20px;
    max-width: 300px;
    width: 100%;
    float: none;
}
.bnr_box a:last-child {
    margin: 0 auto;
}

/* =====================================
 下層
===================================== */
.text_box {
    float: none;
    width: 100%;
}
ul.ul03.col2 li {
	width: 100%;
	float: none;
}
.inquiryFormTable .formM {
    width: 100%;
}
#websiteNewsDetail .sp_box01_in, #sitemapBody .sp_box01_in, #newsList .sp_box01_in {
    margin: 0px auto 40px;
}
#inquiryBody #content-top{
	display:none;
}
}

@media screen and (max-width: 480px) {
/* =====================================
 共通
===================================== */
.sp_box01 .btn_l {
	float: none;
	width: 100%;
	margin:0 auto 15px;
}
.sp_box01 .btn_r {
	float: none;
	width: 100%;
}
/* =====================================
 TOP
===================================== */

/* =====================================
 下層
===================================== */
}

@media screen and (max-width: 360px) {
/* =====================================
 共通
===================================== */

/* =====================================
 TOP
===================================== */

/* =====================================
 下層
===================================== */

.static #content h2.titleBg, h2.titleBg, .top #news h2.titleBg, .under .parts h3 {
	font-size: 18px;
}
.under .parts h4 {
	font-size: 18px;
	padding-left: 30px;
}
}


/* =====================================
修正
===================================== */
.table01.price td span.th01 {
	font-weight: bold;
    font-size: 120%;
    color: #2e407f
}
.table01.type02 th {
	width: 20% !important;
}
.table01.type02 td {
	width: 60% !important;
}



/*viemo*/

.iframeWrap {
  position: relative;
  padding-top: 56.25%;
}
.iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.viemo_w{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.full #content .viemo_w .grid_12{
	max-width: 800px;
}