/* *******************************************************************************
 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 #ff7694;
	font-weight: normal;
	vertical-align: middle;
}
.b_06 table td {
	border-bottom: 1px solid #ffd6df;
}
.b_06_item {
	background: none;
	padding: 7px 10px;
	text-align: left;
	width: 30%;
}
.price .b_06_item {
	width: 60%;
}
.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: #cbe9f8;
	border-top: 1px solid #647f8c;
	border-bottom: 1px solid #647f8c;
}
table.gnv_tmp_table02 th {
	border-bottom: 1px solid #647f8c;
	border-top: 1px solid #647f8c;
	font-weight: normal;
	background: #fff;
}
table.gnv_tmp_table02 td {
	border-bottom: 1px solid #647f8c;
	border-top: 1px solid #647f8c;
	background: #fff;
}
/* 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: 660px;
	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: #ffe9e9;
	background-size: cover;
	padding: 2.5em 0;
	line-height: 1.2 !important;
	margin-bottom: 30px;
	background: url(/asset/h2_bg01.jpg) no-repeat;
}
#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;*/
}
.under #content-bottom {
    margin: 50px auto 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%;
}
.gnv_tmp_map iframe {
	right: 10%;
	width: 80% !important;
}
}
/* 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 #ff7694;
	padding-bottom: 0.8em;
	width: 100%;
}
.blog p.date {
	font-size: 15px;
	margin-bottom: 0.5em;
	color: #c08f3a;
}
/* 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: #ffd3d4;
	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: #ff7694;
	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: #ff7694;
	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: 190px;
	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: #555;
	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 #ff7694;
	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;
	font-family: "ヒラギノ明朝 W6 JIS2004", "Hiragino Mincho W6 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@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 #ffc8d4;
}
.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 #ffc8d4;
	box-sizing: border-box;
}
ul.sf-menu > li#first-li {
}
ul.sf-menu > li > a, ul.sf-menu > li > p {
	color: #333333;
	padding: 2px 30px 1px;
	text-transform: none;
	margin: 0px;
	font-weight: normal;
	position: relative;
	font-size: 16px;
	line-height: 1.2;
}
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 #ffd3d4;
}
ul.sf-menu > li.current > a {
	color: #333333;
}
ul.sf-menu > li.current > a:hover, ul.sf-menu > li.sfHover > a, ul.sf-menu > li > a:hover {
	color: #ff7694;
}
.sf-menu ul {
	padding: 10px 0;
	width: 115px;
}
/* sub */
.sf-menu ul {
	background-color: #1c96d5;
	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: #ffd3d4;
	left: 50%;
	min-width: 80px;
	padding: 12px 0;
	position: absolute;
	text-align: center;
	top: 35px;
	z-index: 1000;
	width: 175px;
	margin-left: -86px;
}
.sf-menu ul li {
	padding: 5px 10px;
}
.sf-menu ul li a {
	color: #555;
	font-size: 15px;
	line-height: 1.4;
}
.sf-menu ul li a:hover {
	color: #555;
	text-decoration: underline;
}
/*------------------------------------------ 
 	mainimage
------------------------------------------  */

.under #mainimage .under_mainimage h2 {/*下層ページタイトル*/
	color: #555;
	text-align: center;
	font-size: 32px;
	letter-spacing: 8px;
}
.under #mainimage .under_mainimage h2 span {
	font-size: 16px;
	color: #999;
	margin-top: 7px;
}

@media only screen and (max-width: 767px) {
.under #mainimage .under_mainimage h2 {
	font-size: 28px;
	letter-spacing: 5px;
}
}

@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: 2.0833333%;
	display: inline-block;
	width: 31.25%;
	max-width: 300px;
}
.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: 90px;
	padding-top: 50px;
	padding-bottom: 10px;
	overflow: hidden;
	font-size: 16px;
	background: #fff;
	background-image: url(/asset/top_border01.png);
	background-repeat: repeat-x;
}
#inquiryBody #footer {
	margin-top: 90px;
	padding-top: 50px;
	padding-bottom: 10px;
	overflow: hidden;
	font-size: 16px;
	background: #fff;
	background-image: url(/www.takesue-law.jp//asset/top_border01.png);
	background-repeat: repeat-x;
}
#footer p.logo {
	display: inline-block;
	margin: 10px 0 30px;
	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;
	margin-left: 10px;
}
#footer .footerLink li a, .sitemapLink li a {
	color: #555555;
}
.privacy {
	color: #555555;
	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: #555555;
	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: #ff7694;
	top: 10px;
	left: 6px;
	height: 5px;
	width: 5px;
	border-radius: 50%;
}
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.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 #febac9;
}
}
/*-------------------------
 見出し
-------------------------*/

/* h3 -----------------*/

.static #content h2.titleBg, h2.titleBg, #news h2.titleBg {
	margin-top: 0;
	margin-bottom: 1em;
	border: none;
	padding: 5px 0 10px 0;
	position: relative;
	font-size: 26px;
	font-weight: normal;
	display: block;
	border-bottom: 1px solid #ffd6df;
	color: #666;
	letter-spacing: 3px;
}
/*.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 {
	font-size: 30px;
	color: #555;
	text-align: center;
	padding: 10px 4px 20px 4px;
	margin-bottom: 1em;
	margin-top: 1em;
	display: block;
	position: relative;
	letter-spacing: 5px;
	font-family: "ヒラギノ明朝 W6 JIS2004", "Hiragino Mincho W6 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.under .parts h3:before {
	position: absolute;
content: "";
width: 280px;
bottom: 0;
left: 50%;
margin-left: -140px;
height: 1px;
background: #ff7694;
}
.under .b_01 h3 {
	margin-bottom: 0;
}
.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 {
	border: 1px solid #ffd3d4;
	font-size: 22px;
	padding: 15px 10px 12px 20px;
	position: relative;
	overflow: hidden;
	margin-bottom: 1em;
	color: #333;
	background: #fffbf0;
	border-left: 10px solid #ffd3d4;
	margin-top: 25px;
}
/*.under .parts h4:before {
	position: absolute;
	content: "";
	background: #c08f3a;
	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: 4px;
	left: 5px;
	width: 8px;
	height: 8px;
	content: '';
	border-radius: 50%;
	border: 3px solid #c08f3a;
}
.under .gnv_tmp_h5_bg {
	border-bottom: dotted 2px #c08f3a;
	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: 20px;
}
.under .parts h3:before {
	width: 100%;
	left: 0;
	margin-left: 0;
}
.under .parts h4 {
	font-size: 18px;
	padding-left: 22px;
}
.under .parts h4::before {
	height: 14px;
	left: 5px;
	top: 17px;
	width: 14px;
}
.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;
}
.con_l {
	float: left;
}
.con_r {
	float: right;
}
.btn-style a {
	text-align: center;
	box-sizing: border-box;
	padding: 10px 5px;
	max-width: 100%;
	color: #333333;
	font-size: 18px;
	position: relative;
	display: inline-block;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid #666;
	width: 100%;
}
.btn-style a::after {
	border-top: 1px solid #959595;
	border-right: 1px solid #959595;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	margin-top: -10px;
	position: absolute;
	right: 12px;
	top: 50%;
}
.btn-link a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
	color: #333;
}
.btn-link a:hover, .btn-style a:hover {
	opacity: 0.7;
}
.top #news {
	font-size: 16px;
}
.k_imgb .b_11_2_in span img {
	width: 42%;
}

@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 {
	width: 80px;
}
}
/* 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;
}
}
/* -------------------------- 
	下層 
-------------------------- */

.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;
}
.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 #ff7694;
	white-space: nowrap;
	width: 15%;
}
.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 {
	background: #e6f7fc;
	text-align: center;
	color: #0065ab;
	font-size: 110%;
}
.fee-table tbody th {
	width: 25%;
}
.fee-td {
	color: #cc0000;
	width: 30%;
}
/* News 
------------------------*/
#news {
	margin-left: 10px;
}
#news .ov {
	width: auto;
	right: 0px;
	top: 7px;
	font-size: 16px;
	color: #666;
}
#news .ov:hover {
	color: #666;
	text-decoration: underline;
}
#news dt .newsNew {
	background: #c08f3a;
	color: #FFF;
	border-radius: 0px;
	vertical-align: middle;
	font-size: 0.5em;
}
/* top */
#news dl {
	border-bottom: 1px dotted #cbcbcb;
}
#news dt {
	color: #c08f3a;
	font-weight: normal;
}
#news dd, #news dd a {
	color: #555;
	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: #ff7694;
	border: none;
	border-radius: 2px;
	color: #fff;
	letter-spacing: 0.1em;
}
/* sitemap */

.sitemap_ic {
	margin-bottom: 1em;
}
ul.sitemap_ic li a:hover {
	color: #ff7694;
}

@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 10px 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;
}
#websiteNewsDetail .container_12, #blogBody .container_12, #sitemapBody .container_12, #newsList .container_12 {/*除外*/
	width: 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: #666;
	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 #0667a6;
	border-radius: 0px;
	box-shadow: 3px 3px 0 #7fb5da;
	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 #a9defa 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 #65bbe7;
}
.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: right;
	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: 260px;
}
.link_btn a {
	line-height: 1.4;
	display: block;
	padding: 10px 20px 8px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	color: #fff;
	border-bottom: 4px solid #4572ad;
	background: none #6a91c4;
	transition: all 0.5s ease 0s;
}
.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 )";
}
/* =====================================
 共通
===================================== */
#bread span:hover {
	text-decoration: underline;
}
.catch01 {
	color: #8c855a;
	font-size: 22px;
	line-height: 1.4;
	text-align: center;
}
.lead01 {
	color: #666;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
}
/* =====================================
 TOP
===================================== */
.btn-link a {
	display: block;
	background: #ff7694;
	border: 2px solid #febac9;
	box-sizing: border-box;
	color: #fff;
	max-width: 240px;
	margin: 15px auto 0;
	text-align: center;
	font-size: 18px;
	padding: 8px 0;
}
.btn-link a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.top .ul01 li {
	padding-left: 18px;
}
.top .ul01 li:before {
	background: #ecdab9;
	width: 10px;
	height: 10px;
	top: 8px;
	left: 0;
}
.top h3 {
	font-size: 36px;
	color: #555555;
	font-family: "ヒラギノ明朝 W6 JIS2004", "Hiragino Mincho W6 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	margin-bottom: 20px;
	letter-spacing: 3px;
	text-align: center;
	display: inline-block;
}
.h3_title {
	text-align: center;
}
.full .b_09.top01 {
	padding: 40px 0 !important;
	margin-bottom: 0 !important;
	margin-top: 80px !important;
	text-align: center;
	background: url(/asset/top_bg01.jpg) no-repeat center top;
	background-size: cover;
	border-bottom: 10px solid #ffd3d4;
}
.top01 h4 {
	font-size: 26px;
	color: #ff7694;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
	letter-spacing: 2px;
	font-family: "ヒラギノ明朝 W6 JIS2004", "Hiragino Mincho W6 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.top01 h4:before {
	position: absolute;
	content: "";
	background: #c08f3a;
	width: 310px;
	height: 1px;
	bottom: 0;
	left: 50%;
	margin-left: -155px;
}
.top01 table {
	font-size: 15px;
}
.top01 .b_06_item {
	padding: 7px 0px;
	width: 11%;
}
.top01 .innerBox01 {
	background: #fff;
	padding: 40px;
}
.top01 .link3_inner {
	display: inline-block;
	width: 32.575757575%;
	margin-right: 1.1363636%;
	background: #ff7694;
	border: 2px solid #febac9;
	box-sizing: border-box;
	color: #fff;
}
.top01 .link3_inner a {
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 12px 0;
}
.top01 .link3_inner:last-child {
	margin-right: 0;
}
.top01 .link3_inner a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.full .b_09.top02 {
	padding: 80px 0 !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.top02 h3 {
	margin-bottom: 30px;
	padding: 0 5px 10px;
	position: relative;
}
.top02 h3:before {
	position: absolute;
	content: "";
	background: #ff7694;
	width: 310px;
	height: 1px;
	bottom: 0;
	left: 50%;
	margin-left: -155px;
}
.top02 h4 {
	font-size: 23px;
	margin-bottom: 20px;
	text-align: center;
	font-family: "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.top02 img {
	display: block;
	margin: 0 auto 15px;
}
.top02 .wrap01, .top02 .wrap02 {
	margin-bottom: 60px;
}
.top02 .wrap01 ul.ul01, .top02 .wrap02 ul.ul01 {
    min-height: 200px;
}
.top02 .wrap03 ul.ul01 {
    min-height: 230px;
}
.full .b_09.top03 {
	padding: 50px 0 !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	background: url(/asset/top_bg02.jpg) no-repeat center top;
	background-size: cover;
}
.top03 h3 {
	color: #fff;
	position: relative;
	padding: 0 5px 10px;
	margin-bottom: 40px;
}
.top03 h3:before {
	position: absolute;
	content: "";
	background: #ff7694;
	width: 310px;
	height: 1px;
	bottom: 0;
	left: 50%;
	margin-left: -155px;
}
.top03 p.txt01 {
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}
.top03 .innerBox01 {
	background: rgba(255,255,255,0.85);
	padding: 20px 15px;
	border-bottom:10px solid #ffd3d4;
}
.top03 .innerBox01 p{
	font-size:15px;
	min-height: 250px;
}
.top03 h4 {
	font-size: 18px;
	color: #ff7694;
	line-height:1.6;
	text-align: center;
	letter-spacing:-1px;
	margin-bottom:20px;
	font-family: "ヒラギノ明朝 W6 JIS2004", "Hiragino Mincho W6 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.top03 .btn-link a{
	max-width:280px;
	margin-top:45px;
}
.full .b_09.top04 {
	padding: 0 !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	background: url(/asset/top_bg03.jpg) no-repeat center top;
	background-size: cover;
}
.top04 .wrap01{
	width:50%;
	border-top:10px solid #fcd6d5;
	background:rgba(255,251,240,0.9) url(/asset/top_bg03_2.png) no-repeat right bottom;
	padding:100px 30px 120px;
	box-sizing:border-box;
}
.top04 h3{
	padding:0 5px 5px;
	position:relative;
	font-size:30px;
	margin-bottom:40px;
}
.top04 h3:before{
	position: absolute;
	content: "";
	background: #c08f3a;
	width: 310px;
	height: 1px;
	bottom: 0;
	left: 50%;
	margin-left: -155px;
}
.top04 p{
	font-size:15px;
}
.top04 p.txt01{
	margin-bottom:40px;
}
.top04 p.name02{
	margin-bottom:5px;
}
.top04 p.name02{
	margin-bottom:0;
}
.top04 .btn_wrap .btn-link:first-child{
	float:left;
	width:45%;
}
.top04 .btn_wrap .btn-link:last-child{
	float:right;
	width:45%;
}
.full .b_09.top05 {
	padding: 60px 0!important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.youtube {
    position: relative;
    padding-bottom: 37%;
    height: 0;
    overflow: hidden;
	max-width:640px;
	margin:0 auto;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.full .b_09.top06{
	margin:40px auto 90px !important;
}
/* =====================================
 下層
===================================== */
.under .sub01 {
    font-weight: 600;
    position: relative;
    padding: 0 0 0 20px;
    margin-bottom: 10px;
    line-height: 1.6;
    vertical-align: top;
}
.under .sub01::before {
	content: "";
	position: absolute;
	background: #ff7694;
	top:7px;
	left: 6px;
	height: 8px;
	width: 8px;
	border-radius: 50%;
}
.under .name02 {
	font-size: 20px;
}
.under .name01 {
	font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1299px) {
.under .sub01::before {
    top: 9px;
}
}
@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
===================================== */
.full .b_09.top01 {
    padding: 20px 0 !important;
}
.top01 .innerBox01 {
    background: #fff;
    padding: 20px;
}
/* =====================================
 下層
===================================== */
}

@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;
}
.sp.tb{
	display:block!important;
}
.top01 .innerBox01 {
    padding: 20px;
}
.top02 h4 {
    font-size: 18px;
}
.top03 h4{
	min-height:90px;
}
.top03 .innerBox01 p {
    min-height: 330px;
}
.youtube {
    padding-bottom: 48%;
}
.top02 .wrap01 ul.ul01, .top02 .wrap02 ul.ul01, .top02 .wrap03 ul.ul01 {
	font-size:85%;
}
/* =====================================
 下層
===================================== */
}

@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;
}
#news dt .newsNew {
    vertical-align: middle;
    font-size: 0.6em;
    display: inline-block;
    margin: -2px 0 0px 10px;
    padding: 0.1em 0.5em 0;
    line-height: 1.4em;
}
.ios #news dt .newsNew {
    padding: 0.2em 0.5em;
    line-height: 1.6em;
}
/* =====================================
 TOP
===================================== */
.top h3 {
    font-size: 26px;
}
.top01 h4 {
    font-size: 22px;
}

.full .b_09.top01 {
	padding: 30px 0 !important;
	 margin-top: 0px !important;
}
.top01 .innerBox01 {
    padding: 15px;
}
.top01 .b_06_item {
    width: 25%;
}
   
   .top01 .link3_inner {
    display:block;
    width: 100%;
    margin:15px auto 0 !important;
	max-width:280px;
}
.full .b_09.top02 {
	padding: 50px 0 30px !important;
}
.top02 h3::before {
    width: 280px;
    margin-left: -140px;
}
.top02 h4 {
    font-size: 22px;
}
.top02 .grid_4{
	margin-bottom:40px;
}
.top02 .wrap01, .top02 .wrap02 {
    margin-bottom: 0px;
}
.top02 ul.ul01 {
    max-width: 240px;
    margin: 0 auto;
    font-size: 14px;
}
.top02 .wrap01 ul.ul01, .top02 .wrap02 ul.ul01, .top02 .wrap03 ul.ul01 {
    min-height: 100%;
}
.full .b_09.top03 {
	padding: 40px 0 20px !important;
}
.top03 h3 {
    font-size: 22px;
	margin-bottom:20px;
}
.top03 p.txt01 {
    margin-bottom: 30px;
}
.top03 .innerBox01 p {
    min-height: inherit;
}
.top03 .btn-link a {
    margin-top: 15px;
}
.full .b_09.top03 {
    padding: 40px 0 !important;
}
.top03 h3::before {
    width: 280px;
    margin-left: -140px;
}
.top03 h3::before {
    width: 280px;
    margin-left: -140px;
}
.full .b_09.top04 {
	padding: 40px 0 !important;
	background: none;
}
.full .b_09.top04 img{
	margin-bottom:20px;
}
.top04 h3::before {
    width: 280px;
    margin-left: -140px;
}
.top04 .wrap01 {
    width: 100%;
    border-top: none;
    background:none;
    padding:0;
}
.top04 h3{
	margin-bottom:20px;
}
.top04 p.txt01 {
    margin-bottom: 20px;
}
.top04 .btn_wrap .btn-link:first-child {
    float: none;
    width:100%;
}
.top04 .btn_wrap .btn-link:last-child {
   float: none;
    width:100%;
}
.full .b_09.top05 {
	padding: 40px 0 !important;
}
.youtube {
    padding-bottom: 60%;
}
.full .b_09.top06 {
    margin: 20px auto 40px !important;
}
#footer {
    margin-top: 50px;
}
/* =====================================
 下層
===================================== */
.b_06_item {
	background: none;
padding: 7px 5px;
text-align: left;
width: 25%;
}
ul.ul03.col2 li {
	width: 100%;
	float: none;
}
.inquiryFormTable .formM {
    width: 98%;
}
.under .sub01::before {
    top: 8px;
}
.ios.under .sub01::before {
    top: 10px;
}
}

@media screen and (max-width: 480px) {
/* =====================================
 共通
===================================== */

/* =====================================
 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: 15px;
}
}
.sp_box01 {
	display: block;
	padding: 0px 0 0 !important;
}
.sp_box01_in {
	margin: 20px 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: 340px;
	margin-left: auto;
	margin-right: auto;
}
