/* *******************************************************************************
 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 #487db6;
	margin-bottom: 20px;
	padding: 5px 10px 10px 10px;
	display: table;
	color: #487db6;
	font-weight: normal;
	font-size: 20px;
}
.gnv_tmp_qa_q p {
	font-family: "秀英丸ゴシック L", "Shuei MaruGo L", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
}
.gnv_tmp_qa_q span.tit {
	font-size: 32px;
	color: #487db6;
	padding-right: 20px;
	display: table-cell;
	vertical-align: top;
	width: 30px;
	line-height: 1.3;
	font-family: "秀英丸ゴシック L", "Shuei MaruGo L", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
}
.gnv_tmp_qa_a {
	border-left: 3px solid #d1ae50;
	margin-bottom: 20px;
	padding: 5px 10px 10px 10px;
	display: table;
	font-weight: normal;
}
.gnv_tmp_qa_a span.tit {
	font-size: 32px;
	color: #d1ae50;
	padding-right: 20px;
	display: table-cell;
	vertical-align: top;
	width: 30px;
	line-height: 1.3;
	font-weight: bold;
	font-family: "秀英丸ゴシック L", "Shuei MaruGo L", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
}
.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 #65bbe7;
	font-weight: normal;
}
.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: 60%;
}
.b_06_content {
	padding: 7px 10px;
	text-align: left;
	width: auto;
}
/* 1-12-2. table01 -------------------------- */
table.gnv_tmp_table01 {
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #e1e1dc;
	color: #666;
}
table.gnv_tmp_table01 th, table.gnv_tmp_table01 td {
	padding: 5px 10px 3px;
	font-weight: normal;
	text-align: left;
	border: 1px solid #e1e1dc;
}
table.gnv_tmp_table01 thead th {
	color: #fff;
	background: #02b468;
}
table.gnv_tmp_table01 tbody th {
	background: #ebf8e7;
	color: #04311e;
	width: 30%;
}
table.gnv_tmp_table01 tbody td {
}
/* 1-12-3. table02 -------------------------- */
table.gnv_tmp_table02 {
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	font-size: 18px;
}
table.gnv_tmp_table02 th, table.gnv_tmp_table02 td {
	padding: 5px 2px 3px;
	font-weight: normal;
	text-align: center;
}
table.gnv_tmp_table02 thead th {
	background: #299cd7;
	font-weight: bold;
	color: #fff;
}
table.gnv_tmp_table02 tbody th {
	border-bottom: 1px solid #ccc;
}
table.gnv_tmp_table02 tbody td {
	border-bottom: 1px solid #ccc;
}
.ylw {
	color: #ffde00;
}
.gld {
	color: #e0b862;
}
.blu {
	color: #034590;
}
/* 1-12-4. hours -------------------------- */
table.gnv_tmp_hours th, table.gnv_tmp_hours td {
	text-align: center;
}
table.gnv_tmp_hours tbody th {
	width: 30%;
}
@media screen and (max-width: 767px) {
table.gnv_tmp_hours th, table.gnv_tmp_hours td, table.table01 th, table.table01 td {
	font-size: 80%;
}
table th, table td {
	font-size: 80%;
}
}
/* =====================================
 2. header
===================================== */

/* =====================================
 3. nav
===================================== */
#notfoundBody #header, #sitemapBody #header, #newsList #header, #websiteNewsDetail #header {
	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 center;
	height: 619px;
	background-size: cover;
}
@media (min-width: 995px) and (max-width: 1200px) {
#mainimage .main_content {
	height: 480px;
}
}
 @media (min-width: 768px) and (max-width: 994px) {
#mainimage .main_content {
	height: 400px;
}
}
 @media screen and (max-width: 767px) {
#mainimage .main_content {
	background: none;
	height: auto;
}
}
/* 4-2. under -------------------------- */
#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) {
}
/* =====================================
 5. footer
===================================== */
#footer {
	margin-top: 50px;
}
#footer img {
	width: auto;
}
#footer .footerLink {
	list-style: outside none none;
	margin: 0 0 20px;
}
#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%;
}
.gnv_tmp_map iframe {
	right: 10%;
	width: 80% !important;
}
}
/* 6-5. tel -------------------------- */
.tel_txt a {
	cursor: text;
	color: #333 !important;
}
.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: 167px !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 img {
	width: auto!important;
	max-width: 100%;
	margin: 0 20px 0.5em !important;
}
/* =====================================
 8. blog
===================================== */
.Individual .blogcontent {
	margin-top: 56px;
}
.blog h3.entry-title {
}
.blog p.date {
	font-size: 14px;
	margin-bottom: 0.3em;
	color: #999;
}
/* 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: 0 auto 10px;
	width: 100%;
	text-align: center;
	background: #e6f3ff;
	font-size: 14px;
}
.blogside .list li {
	padding-left: 13px;
	text-align: left;
}
.blogside ul li {
	font-size: 14px;
}
.blogside .list a {
	word-wrap: break-word;
}
.blogside .list a:hover {
	text-decoration: underline;
}
.blogside li:before {
	color: #299cd7;
	content: "・";
	font-size: 100%;
	padding-right: 0;
}
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: #299cd7;
	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) {
.inquiryFormTable .formM {
	width: 100%;
}
input[type="text"] {
	width: 80%;
}
.w100 img {
	margin: 0 auto 10px!important;
	display: block!important;
}
}
/* =====================================
 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: 25%;
	z-index: 1000;
}
#sidecontact.rightContent {
	right: 0;
}
@media screen and (min-width: 768px) and (max-width:1200px) {
#sidecontact {
	top: 35%;
	width: 70px;
}
}
@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: #666;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:focus, *:focus {
	outline: none;
}
#pagenation .active a, #pagenation a.active:hover {
	background: #299cd7;
	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
------------------------------------------------ */
#inquiryBody #header {/*inquiry*/
}
#header h1 {
	max-width: 96%;
	margin-bottom: 30px;
	padding-top: 40px;
}
#header h1 img {
	display: inherit;
}
 @media only screen and (max-width: 980px) {
}
 @media only screen and (max-width: 767px) {
#header h1 {
	margin-bottom: 0px;
}
}
 @media only screen and (max-width: 480px) {
}
/*------------------------------------------ 
 	nav
------------------------------------------  */

#header {
	background: #fff;
}
.shadow {
	background: none;
}
.sf-menu {
	padding: 0px 0 20px;
	margin-bottom: 0;
}
.sf-menu > li, .sf-menu > li.current {
	float: left;
	margin: 6px 0 8px;
	min-height: 23px;
	padding: 0;
	position: relative;
	border-bottom: none;
}
.sf-menu > li.sfHover, .sf-menu > li:hover {
	border-bottom: none;
	margin-bottom: 0px;
}
ul.sf-menu > li {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.3;
	margin-right: 0px;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}
ul.sf-menu > li.first {
	border-left: 1px solid #ccc;
}
ul.sf-menu > li > a, ul.sf-menu > li > p {
	color: #333;
	padding: 8px 30px 6px;
	text-transform: none;
	margin: 0;
	font-weight: normal;
	position: relative;
	font-size: 16px;
	line-height: 1.3;
}
ul.sf-menu > li > p:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom: -10px;
	right: 50%;
	margin-right: -3px;
	border: 4px solid transparent;
	border-top: 4px solid #013a81;
}
ul.sf-menu > li > p:hover {
	cursor: default;
}
ul.sf-menu > li.current > a {
}
ul.sf-menu > li.current > a:hover, ul.sf-menu > li.sfHover > a, ul.sf-menu > li > a:hover {
	color: #013a81;
}
/* sub */
.sf-menu ul {
	background-color: #013a81;
	left: 0px;
	min-width: 70px;
	padding: 10px 0;
	position: absolute;
	text-align: left;
	box-sizing: border-box;
	top: 35px;
	z-index: 1000;
	width: 100%;
}
.sf-menu ul li {
	padding: 5px 15px;
}
.sf-menu ul li a {
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	display: block;
}
.sf-menu ul li a:hover {
	text-decoration: underline;
	color: #fff;
}
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) {
}
 @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: 14px;
}
}
/*------------------------------------------ 
 	mainimage
------------------------------------------  */

.under #mainimage .under_mainimage h2 {/*下層ページタイトル*/
	color: #034590;
	text-align: center;
	font-size: 36px;
	line-height: 1.3;
	position: relative;
	padding: 0;
	font-family: "秀英丸ゴシック L", "Shuei MaruGo L", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
}
.under #mainimage .under_mainimage h2 span {
}
/*.under #mainimage .under_mainimage h2:before {
	position: absolute;
	content: "";
	background: #cf2020;
	width: 15px;
	height: 15px;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}*/
.under #mainimage .under_mainimage {
	background: url(/asset/news_bg.png) no-repeat center;
	padding: 35px 0;
	margin-bottom: 30px;
	background-size: cover !important;
}
 @media only screen and (max-width: 767px) {
.under #mainimage .under_mainimage h2 {
	font-size: 24px;
}
.under #mainimage .under_mainimage {
	margin-bottom: 0;
}
}
/*------------------------------------------ 
 	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: 1130px) {
#toTop {
	bottom: 15% !important;
}
}
 @media only screen and (max-width: 767px) {
/*#toTop {
    bottom: 56px !important;
	right:0 !important;
}*/
#toTop {
	bottom: 30% !important;
}
}
 @media only screen and (max-width: 480px) {
#toTop {
	bottom: 15% !important;
}
}
/* フッターバナー ---------------*/
.bnr {
	text-align: center;
	margin: 50px auto 0;
}
.bnr a {
	margin-right: 0%;
	display: inline-block;
	width: 29%;
	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: 50px;
	padding-top: 50px;
	padding-bottom: 0;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	position: relative;
	background: #40a5d9;
}
#footer:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	left: 0;
	top: 10px;
	background: #ffe1ac;
}
#footer p.logo {
	display: inline-block;
	margin: 0 auto 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 {
	color: #fff;
	padding: 0 12px;
	position: relative;
}
#footer .footerLink li a:before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	content: "";
	display: block;
	height: 6px;
	width: 6px;
	position: absolute;
	left: 0px;
	top: 7px;
}
p.privacy {
	background: #123a67;
	margin: 0;
	color: #fff;
	text-align: center;
	padding: 15px 0 10px;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: inherit;
	text-transform: none;
}
.tel_txt {
	margin-bottom: 20px !important;
}
.tel_txt a {
	color: #fff !important;
}
#footer .footerLink li a:hover, .sitemapLink li a:hover, .privacy a:hover {
	color: #fff;
	text-decoration: underline;
}
/* ------------------------------------------------
 	構造
------------------------------------------------ */

.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:before {
	content: "";
	position: absolute;
	background: #299cd7;
	top: 10px;
	left: 0;
	height: 5px;
	width: 5px;
	border-radius: 50%;
}
/* ▶ */

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_check li::before {
	position: absolute;
	content: "";
	width: 1em;
	height: 1em;
	background: #8c0501;
	border: 1px solid #8c0501;
	top: 0.3em;
	left: 0.1em;
}
ul.ul_check li::after {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 5px;
	width: 8px;
	height: 3px;
	border-left: 2px solid #fff;
	border-bottom: 2px 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) {
#mm0 {
	border: 1px solid #b4b4b4;
	font-size: 16px;
	margin: 20px auto 40px;
}
p.privacy {
	padding: 20px 0 100px;
}
}
 @media only screen and (max-width: 480px) {
p.privacy {
	padding: 20px 0 70px;
}
}
/*-------------------------
 見出し
-------------------------*/

/* h3 -----------------*/

.static #content h2.titleBg, h2.titleBg, #news h2.titleBg {
	text-align: left;
	font-size: 24px;
	padding: 3px 0 8px 20px;
	position: relative;
	overflow: hidden;
	color: #2176a1;
	line-height: 1.3;
	border-bottom: 1px solid #2176a1;
	border-top: none;
	font-family: "秀英丸ゴシック L", "Shuei MaruGo L", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
	margin: 0 auto 0.5em;
	position: relative;
	background: none;
}
.under .parts h3 {
	text-align: center;
	padding: 10px 20px;
	margin: 1em auto 0.5em;
	position: relative;
	color: #fff;
	font-size: 28px;
	display: block;
	line-height: 1.3;
	border-bottom: 3px solid #fbea79;
	background: #103866;
	border-radius: 3px;
	font-family: "秀英丸ゴシック L", "Shuei MaruGo L", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
}
/* h4 -----------------*/

.under .parts h4 {
	font-size: 24px;
	padding: 10px 10px 10px 15px;
	position: relative;
	overflow: hidden;
	color: #103866;
	margin-bottom: 0.8em;
	line-height: 1.3;
	border-radius: 3px;
	background: url(/asset/h3_icon.png) #eaf6fd repeat-x top;
	font-family: "秀英丸ゴシック L", "Shuei MaruGo L", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
}
.under .b_01 h4 {
	margin-bottom: 0;
}
/* h5 -----------------*/
.under .parts h5 {
	font-size: 20px;
	padding: 3px 3px 5px 25px;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.5em;
	color: #103866;
	line-height: 1.3;
	border-bottom: 1px solid #8abfdb;
	font-family: "秀英丸ゴシック L", "Shuei MaruGo L", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
}
.under .parts h5:before {
	content: "";
	position: absolute;
	background: #8abfdb;
	top: 11px;
	left: 3px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
}
 @media only screen and (max-width: 767px) {
.under .parts h3 {
	font-size: 22px;
}
.under .parts h4 {
	font-size: 20px;
}
.under .parts h5 {
	font-size: 18px;
}
.under .parts h5:before {
	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: #fff;
}
/* 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: 100% !important;
}
.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: 1.5em 2em 1em;
	background: #fff7e9;
}
.border-box {
	padding: 2em 2em 1em;
	background: #fcfff3;
	margin-bottom: 1em;
}
.border-box ul.ul_check li::before {
	background: #83cc56;
}
.flow-block {
}
.merit-block, .demerit-block {
	padding: 1em 2em 1em;
	box-sizing: border-box;
}
.merit-block {
	background: #ffeee9;
}
.demerit-block {
	background: #eaf5f6;
}
.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%;
}
.merit-block h4:after {
	display: none;
}
.merit-block h4:before {
	background: none !important;
	border: 5px solid #ff9494 !important;
	top: 6px !important;
	left: 3px !important;
}
.merit-block ul li::before {
	background: #ff9494;
}
.merit-block h4, .demerit-block h4 {
	border-bottom: 3px dashed #fff !important;
	margin-bottom: 0.5em !important;
	padding: 5px 10px 5px 45px !important;
	color: #555 !important;
	background: none !important;
}
.demerit-block h4:before {
	background: #6ea8dd !important;
	border-radius: 0 !important;
	width: 6px !important;
	height: 32px !important;
	-webkit-transform: rotate(45deg) !important;
	-ms-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
	top: 3px !important;
	left: 16px !important;
}
.demerit-block h4:after {
	position: absolute;
	content: "";
	background: #6ea8dd !important;
	border-radius: 0 !important;
	width: 6px !important;
	height: 32px !important;
	-webkit-transform: rotate(-45deg) !important;
	-ms-transform: rotate(-45deg) !important;
	transform: rotate(-45deg) !important;
	top: 3px !important;
	left: 16px !important;
}
.demerit-block ul li::before {
	background: #84ced7;
}
.table01, .table02, .fee-table {
	width: 100%;
	margin-bottom: 30px;
}
.table01.w60 {
	width: 65%;
}
.table01 th, .table01 td {
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	padding: 8px 0 5px 0;
	vertical-align: middle;
}
.table01 th {
	border-bottom: 1px solid #98c9e2;
	width: 20%;
	text-align: center;
	font-weight: bold;
	color: #034590;
}
.table01 td {
	padding: 8px 0 5px 10px;
}
/* News 
------------------------*/

#news .ov {
	width: auto;
	right: 0;
	top: 5px;
	color: #2176a1;
	padding: 0 10px;
	box-sizing: border-box;
	font-family: "秀英丸ゴシック L", "Shuei MaruGo L", Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
}
#news .ov:hover {
	color: #2176a1;
	text-decoration: underline;
}
#news dt .newsNew {
	background: #299cd7;
	color: #FFF;
	vertical-align: middle;
	font-size: 0.7em;
	padding: 0.2em 0.5em 0.1em;
	border-radius: 3px;
	line-height: 1.3;
}
/* top */
#news dl {
	border-bottom: none;
	border-bottom: 1px solid #ccc;
}
#news dt {
	color: #299cd7;
	padding: 0 20px;
	font-weight: normal;
}
#news dd {
	padding: 0 20px 0.6em;
}
#news dd a {
	text-decoration: none;
	color: #666;
}
#news dd a:hover {
	text-decoration: underline;
	color: #666;
}
/* Blog 
------------------------*/

.blog h3.entry-title {
	border-bottom: none;
	background: #299cd7;
	font-size: 20px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	padding: 8px 10px 5px 10px;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.8em;
	color: #fff;
	display: block;
	font-weight: normal;
}
.blog h3.entry-title a {
	color: #fff;
}
.blog h3.entry-title a:hover {
	color: #fff;
	text-decoration: none;
}
#blogBody .blogArea::after {
	display: none;
}
.inquiry #content .backBt, .inquiry #content .confirmBt, .inquiry #content .submitBt, .inquiry #content .topBt {
	font-size: 16px;
	width: 166px;
	background: #299cd7;
	border: none;
	border-radius: 2px;
	color: #fff;
	letter-spacing: 0.1em;
}
/* sitemap */

.sitemap_ic {
	margin-bottom: 1em;
}
ul.sitemap_ic li a {
	color: #333;
}
ul.sitemap_ic li a:hover {
	color: #999;
}
 @media screen and (max-width: 995px) {
.under #header .grid_12 {
	margin-left: 0;
	margin-right: 0;
}
}
@media screen and (min-width: 768px) and (max-width: 995px) {
#news dt {
	position: relative;
}
#news dt .newsNew {
	position: absolute;
}
ul.sf-menu > li > a, ul.sf-menu > li > p {
	padding: 8px 12px 6px;
	font-size: 13px;
}
.sf-menu ul {
	top: 30px;
}
.sf-menu ul li a {
	font-size: 12px;
}
}
@media screen and (max-width: 767px) {
#sitemapBody #content, #newsList #content, #websiteNewsDetail #content, #notfoundBody #content {
	margin-top: 0;
}
/**/
.emphasize {
	font-size: 20px;
}
.table01.w60 {
	width: 100%;
}
}
 @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: 800px;
	margin-bottom: 50px;
}
/* *******************************************************************************
 ■ 追記
******************************************************************************* */
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;
	margin-bottom: 10px;
}
ul.ul01 li {
	padding: 0 0 3px 15px;
	position: relative;
	word-wrap: break-word;
}
.float_ul01 li {
	margin: 0 20px 0 0;
	float: left;
	width: 40%;
}
ul.ul_check {
	background: #fffae4;
	border-radius: 3px;
	padding: 20px 20px 20px 30px;
	box-sizing: border-box;
	margin: 0 auto 20px;
}
ul.ul_check li {
	padding: 0px 0px 5px 35px;
	position: relative;
}
ul.ul02 {
	list-style: none;
}
ul.ul02 li {
	padding: 0 0 5px 15px;
	position: relative;
}
ul.ul02.float_ul01 li {
	box-sizing: border-box;
	float: left;
	margin: 0 2% 0 0;
	padding: 0 0 5px 25px;
	position: relative;
	width: 48%;
}
.ul02 li:before {
	display: block;
	content: "";
	position: absolute;
	top: 7px;
	left: 3px;
	width: 8px;
	height: 8px;
	background: #fff;
	border: 2px solid #a3a3a3;
	border-radius: 2px;
}
.ul02 li:hover:before {
	background: #cf2020;
}
.ul02 li a {
	text-decoration: underline;
	color: #333;
}
.ul02 li a:hover {
	text-decoration: none;
	color: #333;
}
.ul_check li:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	background: #fff;
	border: 2px solid #ccc;
	top: 5px;
	left: 3px;
}
ul.ul_check li::after {
	display: block;
	content: '';
	position: absolute;
	top: 7px;
	left: 7px;
	width: 12px;
	height: 5px;
	border-left: 2px solid #cf2020;
	border-bottom: 2px solid #cf2020;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	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;
}
p.number_p {
	font-size: 20px;
	padding: 0 0 0 45px;
	text-indent: -45px;
	margin: 0 0 10px;/*font-family: "秀英丸ゴシック L", "Shuei MaruGo L", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;*/
}
.number {
	background: #2991cd;
	color: #fff;
	border-radius: 3px;
	font-size: 22px;
	margin: 0 10px 0 0;
	padding: 3px 8px 1px;/*font-family: "秀英丸ゴシック L", "Shuei MaruGo L", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;*/
}
.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 3px;
	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 #02b468;
}
.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: #f5f5f5;
	border: 5px solid #e6e6e6;
	padding: 20px 30px;
	box-sizing: border-box;
}
.border_box02 {
	background: #ccc;
	padding: 20px 30px;
	box-sizing: border-box;
}
.fukidashi {
	background: #eee;
	border-radius: 5px;
	box-sizing: border-box;
	position: relative;
	padding: 30px 40px;
	width: 65%;
	color: #333;
}
.fukidashi:before {
	position: absolute;
	content: "";
	border-left: 30px solid #eee;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	top: 50px;
	left: 100%;
}
.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 a {
	line-height: 1.3;
	display: block;
	padding: 20px 35px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	color: #fff;
	font-size: 20px;
	background: #103866;
	width: 100%;
	border-radius: 5px;
	max-width: 400px;
	margin: 0 auto;
	font-family: "秀英丸ゴシック L", "Shuei MaruGo L", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
}
.under .link_btn a {
	max-width: 500px;
}
.link_btn a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	margin: -6px 0 0 0;
	right: 15px;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
}
.link_btn a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	margin: -2px 0 0 0;
	right: 20px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #103866;
	border-right: 1px solid #103866;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.link_btn a:hover {
	opacity: 0.8;
	color: #fff;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.link_btn a.fl, .link_btn a.fr {
	margin: 0;
	width: 48%;
	max-width: 100%;
}
.link_btn a.fl {
	float: left;
}
.link_btn a.fr {
	float: right;
}
/* =====================================
 共通
===================================== */
#bread span:hover {
	text-decoration: underline;
}
.catch {
	font-size: 22px;
	color: #0089cf;
	text-align: center;
	font-family: "秀英丸ゴシック L", "Shuei MaruGo L", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
}
.name {
	font-family: "秀英丸ゴシック L", "Shuei MaruGo L", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
	font-size: 20px;
	text-align: right;
}
.lead01 {
	color: #666;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
}
.mini {
	font-size: 16px;
	vertical-align: middle;
}
/* =====================================
 TOP
===================================== */
.full .b_09.news_box {
	padding: 60px 0!important;
	margin: 0 !important;
	background: url(/asset/news_bg.png) repeat 0;
}
.full .b_09.top01 {
	padding: 70px 0!important;
	margin: 0 !important;
}
.full .b_09.top02 {
	padding: 70px 0!important;
	margin: 0 !important;
	background-size: cover !important;
	background: url(/asset/top02_bg.jpg) no-repeat center;
}
.full .b_09.top03 {
	padding: 70px 0 !important;
	margin: 0 !important;
}
.full .b_09.top04 {
	padding: 80px 0 !important;
	margin: 0 !important;
	background-size: cover !important;
	background: url(/asset/top04_bg.jpg) no-repeat 50%;
}
.full .b_09.top05 {
	padding: 70px 0 !important;
	margin: 0 !important;
}
#content-bottom .container_12 {
	position: relative;
	width: 100% !important;
	margin: 0 auto;
	padding: 0;
}
.contact_box {
	padding: 40px 0 !important;
	margin: 0 !important;
	background: url(/asset/contact_bg.png) repeat 0;
}
.contact_box .contact_box_in {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.contact_box .con_l, .contact_box .con_r {
	width: 49%;
}
.contact_box h3 {
	color: #5c4d18;
	font-size: 30px;
	margin: 0 auto 20px;
	padding: 0;
	display: block;
	line-height: 1.3;
	text-align: center;
	font-family: "秀英丸ゴシック L", "Shuei MaruGo L", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
}
.contact_box h3:before, .contact_box h3:after {
	display: none;
}
.contact_box p {
	margin: 0 auto 20px;
	display: block;
	text-align: center;
	line-height: 1.5;
}
.contact_box img {
	margin: 0 auto;
	display: block;
	text-align: center;
}
.top01 h3, .top02 h3, .top03 h3, .top04 h3, .top05 h3 {
	font-size: 36px;
	color: #034590;
	margin: 0 auto 50px;
	padding: 70px 0 0 0;
	display: block;
	line-height: 1.3;
	text-align: center;
	position: relative;
	font-family: "秀英丸ゴシック L", "Shuei MaruGo L", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
}
.top h3:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.top h3 span.eiji {
	display: block;
	letter-spacing: 0.1em;
	padding: 30px 0 0 0;
	color: #98c9e2;
	font-size: 16px;
	text-transform: none;
	position: relative;
	font-family: "Garamond", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
}
.top h3 span.eiji:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	margin: auto;
	width: 42px;
	height: 4px;
	background: url(/asset/h3_icon.png) no-repeat 0;
}
.top01 h3:before {
	width: 66px;
	height: 49px;
	background: url(/asset/top01_icon.png) no-repeat 0;
}
.top02 h3:before {
	width: 60px;
	height: 60px;
	background: url(/asset/top02_icon.png) no-repeat 0;
}
.top03 h3:before {
	width: 65px;
	height: 65px;
	background: url(/asset/top03_icon.png) no-repeat 0;
}
.top04 h3:before {
	width: 41px;
	height: 47px;
	background: url(/asset/top04_icon.png) no-repeat 0;
}
.top05 h3:before {
	width: 51px;
	height: 50px;
	background: url(/asset/top05_icon.png) no-repeat 0;
}
.top01 p {
	coolor: #666;
	margin: 0 auto 50px;
	font-family: "秀英丸ゴシック L", "Shuei MaruGo L", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
}
.top02 h3 {
	margin: 0 auto 30px;
}
.top02_in {
	width: 75%;
	margin: 0 auto;
}
.top02 p.hukidashi {
	font-family: "秀英丸ゴシック L", "Shuei MaruGo L", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
	line-height: 1.3;
	text-align: center;
	position: relative;
	display: block;
	padding: 30px 0;
	margin: 0 auto 30px;
	z-index: 0;
	font-size: 26px;
	color: #333;
	border-top: 1px solid #d4cec6;
	border-bottom: 1px solid #d4cec6;
}
.top02 p.hukidashi span.ten {
	color: #999;
}
.top02 p.hukidashi:before {
	content: "";
	bottom: -20px;
	left: 48%;
	position: absolute;
	border-top: 20px solid #d4cec6;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	z-index: 0;
}
.top02 p.hukidashi:after {
	content: "";
	bottom: -18px;
	left: 48%;
	position: absolute;
	border-top: 20px solid #f8f7f3;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	z-index: 1;
}
.top02 p.txt {
	font-size: 36px;
	font-family: "秀英丸ゴシック L", "Shuei MaruGo L", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
	display: block;
	line-height: 1.3;
	color: #0089cf;
	margin: 0 auto 40px;
	text-align: center;
}
.top02 .link_btn a {
	display: inline-table;
	width: 32%;
	margin: 0 0.5%;
}
.top03 .grid_4 {
	margin-bottom: 60px;
}
.top03 h4 {
	color: #3e628b;
	font-family: "秀英丸ゴシック L", "Shuei MaruGo L", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
	display: block;
	font-size: 24px;
	line-height: 1.3;
	margin: 0 auto 50px;
	text-align: center;
}
.top03 .top03_2 h4 {
	margin: 0 auto 20px;
}
.top03 img {
	display: block;
	margin: 0 auto 50px;
}
.top03 .top03_2 img {
	display: block;
	margin: 0 auto 25px;
}
.top03 .link_btn a {
	padding: 10px 35px;
}
.top05 .con_l, .top05 .con_r {
	width: 49%;
	margin: 0 auto 30px;
}
.top05 .gnv_tmp_map {
	padding-top: 60%;
}
.top05 .link_btn a {
	margin: 0;
	max-width: 280px;
	padding: 10px 35px;
}
.news_box .con_l {
	width: 75%;
}
.news_box .con_r {
	width: 22%;
}
/* =====================================
 下層
===================================== */


@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;
}
/* =====================================
 共通
===================================== */
.contact_box .contact_box_in {
	max-width: 748px;
	width: 100%;
	margin: 0 auto;
}
/* =====================================
 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_in {
	width: 100%;
}
.link_btn a {
	font-size: 18px;
}
.link_btn a:before {
	margin: -7px 0 0 0;
}
.link_btn a:after {
	margin: -3px 0 0 0;
}
.top03 h4 {
	font-size: 22px;
	min-height: 100px;
}
/* =====================================
 下層
===================================== */
.under #footer .container_12 .grid_12 {
	width: 98%;
	margin-left: 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;
}
.ios #news dt .newsNew {
	padding: 0.4em 0.5em 0.4em;
}
/* =====================================
 TOP
===================================== */
.full .b_09.news_box {
	padding: 60px 0 30px!important;
	margin: 0 !important;
	background: url(/asset/news_bg.png) repeat 0;
}
.full .b_09.top01 {
	padding: 70px 0!important;
	margin: 0 !important;
}
.full .b_09.top02 {
	padding: 70px 0!important;
	margin: 0 !important;
	background-size: cover !important;
	background: url(/asset/top02_bg_sp.png) no-repeat center;
}
.full .b_09.top03 {
	padding: 70px 0 0!important;
	margin: 0 !important;
}
.full .b_09.top04 {
	padding: 70px 0 !important;
	margin: 0 !important;
	background-size: cover !important;
	background: url(/asset/top04_bg_sp.png) no-repeat 0;
}
.full .b_09.top05 {
	padding: 70px 0 30px !important;
	margin: 0 !important;
}
#content-bottom .container_12 {
	position: relative;
	width: 100% !important;
	margin: 0 auto;
	padding: 0;
}
.top05 .link_btn a {
    margin: 0 auto;
}
.recept {
	margin: 30px auto 0;
	width: 170px;
}
.contact_box {
	padding: 40px 0 !important;
	margin: 0 !important;
	background: url(/asset/contact_bg.png) repeat 0;
}
.contact_box .contact_box_in {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
.top01 h3, .top02 h3, .top03 h3, .top04 h3, .top05 h3 {
	font-size: 28px;
	margin: 0 auto 30px;
}
.top02_in {
	width: 100%;
	margin: 0 auto;
}
.top02 p.hukidashi {
	font-size: 24px;
}
.top02 p.txt {
	font-size: 26px;
}
.top02 p.hukidashi:before, .top02 p.hukidashi:after {
	left: 45%;
}
.top02 .link_btn a {
	display: block;
	width: 100%;
	margin: 0 auto 10px;
	max-width: 200px;
}
.top04 img {
	display: block;
	margin: 0 auto 20px;
}
.sp_bn {
	z-index: 9999;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
}
.sp_bn a img {
	width: 100%;
	display: block;
}
.sp_bn .bn_l {
	float: left;
	display: block;
	width: 50%;
}
.sp_bn .bn_r {
	float: right;
	display: block;
	width: 50%;
}
/* =====================================
 下層
===================================== */

ul.ul02.float_ul01 {
	font-size: 80%;
}
.float_ul01 li {
	float: none;
	width: 100%;
}
.link_btn a.fl, .link_btn a.fr {
	margin: 0 auto 20px;
	width: 100%;
	float: none;
	max-width: 100%;
}
.under .link_btn a {
	margin: 0 auto 20px;
}
}
 @media screen and (max-width: 480px) {
/* =====================================
 共通
===================================== */

/* =====================================
 TOP
===================================== */
/* =====================================
 下層
===================================== */
}
 @media screen and (max-width: 360px) {
/* =====================================
 共通
===================================== */

/* =====================================
 TOP
===================================== */
/* =====================================
 下層
===================================== */

}
.sp_box01 {
	display: block;
	padding: 0 !important;
	margin-top: 30px;
}
#inquiryBody .sp_box01 {
	display: none !important;
}
.sp_box01_in {
	margin: 0 auto;
	max-width: none;
	width: 100%;
}
.sp_box01 .btn_l {
	display: block;
	float: none;
	width: 100%;
	max-width: 330px;
	margin: 0 auto;
}
.sp_btn01 a, .sp_btn01 a img {
	display: block;
	width: 100%;
}
.sp_box01 .btn_r {
	display: block;
	float: none;
	width: 100%;
	max-width: 330px;
	margin: 0 auto;
}
.sp_box01 .btn_r a, .sp_box01 .btn_r a {
	max-width: 330px;
}
.sp_box01 a {
	display: block;
	width: 100%;
	max-width: 330px;
	margin: 0 auto 20px;
}

/* =====================================
 1*. viemo
===================================== */
/* 1カラム */
.viemoFrame.col1 {
	position: relative!important;
	padding-top: 56.25%!important;
}
.viemoFrame.col1 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* 2カラム */
.viemoFrame.col2.posiL .column_l, .viemoFrame.col2.posiR .column_r, .viemoFrame.col2.double .column_l, .viemoFrame.col2.double .column_r {
	position: relative;
	padding-top: 28.125%;

}
.viemoFrame.col2 {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.viemoFrame.col2 iframe {
	position: absolute;
	top: 0;
	left: 2%;
	width: 96%;
	height: 96%;
}
@media screen and (max-width: 767px) {
	.viemoFrame .b_11_in:last-child {
		margin: 0;
	}
}
@media screen and (max-width: 600px) {
	.viemoFrame.col2.posiL .column_l, .viemoFrame.col2.posiR .column_r, .viemoFrame.col2.double .column_l, .viemoFrame.col2.double .column_r {
		padding-top: 56.25%;
	}
	.viemoFrame.col2 iframe, .viemoFrame.col2.double iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}




/* =====================================


■CORONAバナー


===================================== */
/* バナー設置 */
.pc { display:block; }
.sp { display:none; }

.corona {
width:90%;
max-width:700px;
margin:40px auto 0;

}

@media screen and (max-width:767px) {

.pc { display:none; }
.sp { display:block; }

.corona {
width:90%;
 max-width:700px;
 margin:4.5vw auto 0;
}


}


.ai_bnr_wrapper {
cursor: pointer;
position: fixed;
	width:40%;
	max-width:400px;
	text-align: right;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: block;
}
        .ai_popup_wrapper {
            text-align: center;
        }
        .mask {
            position:absolute;
            left:0;
            top:0;
            z-index:9999;
            background-color:#000;
            display:none;
        }
        .window {
            display: none;
            z-index:99999;
    background:#175194;
        }
.ai_popup {
				max-width: 400px;
				min-height: 460px;
				padding: 35px;
				padding-top:22px;
				padding-bottom: 31px;
}
.ai_popup {
	font-weight: 600;
 text-align: center;
font-family: "秀英丸ゴシック B", "Shuei MaruGo B", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;";
}
.window p{
	font-size:25px;
	color:#FFFFFF;
margin-bottom: 20px;
    line-height: 1.7;
}
.windowp2{
	font-size:20px !important;
}
.popup_title2 {
font-size:20px !important;
}
.ai_popup_content li{
	background-color:#FFFFFF;
	cursor: pointer;
	margin-bottom:24px;
	max-height: 50px;
	position: relative;
border-radius: 5px;
}
.ai_popup_content li {
font-family: "秀英丸ゴシック B", "Shuei MaruGo B", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;";
}
.ai_popup_content li:last-child {
	margin-bottom:0px;
}
.ai_popup_content li a{display:flex;}
.popup_icon_img {
	    margin-top: 8px;
	    margin-bottom: 7px;
	    margin-left: 18px;
	    max-width: 36px;
	    max-height: 36px;
	    margin-right: 20px;
}
.popup_arrow_img {
	    margin-top: 5%;
	    right: 17px;
	    width: 3% !important;
	    position: absolute;
}
.ai_popup_content li p{
	font-size: 19px;
	color:#000000;
	margin-top: 2.5%;
	margin-bottom:6%;
}
/* .ai_popup_content li p:after{
	content:"";
	width:4px;
	height:7px;
	background-image:url("");
} */
.popup_underline {
	margin-top:25.5px;
		margin-bottom:25.5px;
border: 1px solid #FFFFFF;
}
.topbnr1 {
    cursor: pointer;
    position: fixed;
    width: 40%;
    max-width: 400px;
    text-align: right;
    right: 0;
    z-index: 1000;
    border: none;
    bottom: 106px;
}
.ai_bnr_wrapper img,#open-chatbot img {
max-width:100%;
}
.popup_arrow_img {
    margin-top: 5%;
    right: 17px;
    width: 3%;
    position: absolute;
}
@media screen and (max-width: 767px) { 
	.popup_arrow_img {
    width: 3%;
    height: 30%;
    margin-right: 5px;
    margin-left: 16px;
    margin-top: 6%;
}
	.ai_bnr_wrapper{
		    text-align: left;
    max-width: unset;
    width: 100%;
    right: -50%;
	}
.topbnr1 {
bottom: 0;
    width: 100%;
    max-width: unset;
}
.topbnr1 img{
    width: 50% !important;
}

.ai_bnr_wrapper img {
    width: 50% !important;
}
	.popup_icon_img {
		max-height:32px;
		max-width:32px;
		margin-top: 10px;
		margin-bottom: 6px;
		margin-left: 7px;
}
	.ai_popup_content li p{
	font-size: 15px;
	margin-top: 11px;
}
	.ai_popup_content li{
	margin-bottom:21px;
}
	.window p{
	font-size:20px;
}
.windowp2{
	font-size:16px !important;;
}
.popup_title2 {
font-size:16px !important;
}
	.ai_popup_content li{
	font-size:15px;
}
.ai_popup {
		    min-width: 305px;
    max-width: 305px;
    min-height: 400px;
			padding: 31px;
			padding-top:19px;
			padding-bottom:41px;
}
}

@media screen and (max-width: 389px) { 
.ai_popup {
    min-width: 300px;
    max-width: 300px;
    min-height: 400px;
    padding: 31px;
    padding-top: 19px;
    padding-bottom: 41px;
}
}
.close {
position: absolute;
    right: -30px;
    top: -30px;
    cursor: pointer;
    width: 15%;
}

/* アクセシビリティ */
body .uwy.userway_p1 .userway_buttons_wrapper {
    top: 15px!important;
    right: 15px!important;
    bottom: auto!important;
    left: auto!important;
    transform: translate(0)!important;
}
@media screen and (max-width: 767px) {
    body .uwy.userway_p1 .userway_buttons_wrapper {
        top: 170px!important;
        right: 10px!important;
    }
}