/* *******************************************************************************
 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 #333;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
}
.gnv_tmp_qa_q span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #333;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_a {
	border-left: 3px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
}
.gnv_tmp_qa_a span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #ccc;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_a p,
.gnv_tmp_qa_q p {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

/* =====================================
 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 #d7cfb0;
}
.b_06 table td {
    border-bottom: 1px solid #ddd;
}
.b_06_item {
    background: none ;
    padding: 7px 10px;
    text-align: left;
    width: 30%;
	font-weight:normal;
}
.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: 1em;
}
table.gnv_tmp_table02 th,
table.gnv_tmp_table02 td {
    padding: 10px 5px;
    text-align: left;
}
table.gnv_tmp_table02 {
	width: 100%;
}
table.gnv_tmp_table02 thead th {
    background: #efefef;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table.gnv_tmp_table02 th {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
	font-weight:normal;
}
table.gnv_tmp_table02 td {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
/* 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 {
	text-align:center;
}
#mainimage .main_content img {
	max-width:1800px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
@media screen and (max-width: 767px) {
#mainimage .main_content {
	background: none;
	height: auto;
}
}
/* 4-2. under -------------------------- */
.under #mainimage .under_mainimage {
	background: url(/asset/top04_bg02.png) no-repeat center;
	padding: 25px 0;
    line-height:1.2 !important;
	margin-bottom:2em;
}
.blog #mainimage .under_mainimage {
	margin-bottom:0;
}
#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:1em;}
}

/* =====================================
 5. footer
===================================== */
#footer {
    margin-top: 50px;
}
#footer img {
    width:auto;
}
#footer .footerLink {
    list-style: outside none none;
    margin: 25px 0 0;
}
#footer .footerLink li {
    display: inline;
}

/* =====================================
 6. content
===================================== */

#content {
    line-height: 1.8;
min-height: 700px;
    text-align: left;
    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;
}
.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: 96% !important;
    max-width: 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: 24px;
    text-align: left;
    text-transform: uppercase;
	margin: 10px 0 20px !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    width: 100%;
}
/* 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: none;
	font-size: 14px;
	border-bottom:1px solid #ccc;
}
.blogside .list li {
    background: none /*url(/static.plimo.com/static/type5/images/marker1.png) no-repeat scroll 0 16px rgba(0, 0, 0, 0)*/;
    padding-left: 13px;
    text-align: left;
}
.blogside .list a {
    word-wrap: break-word;
}
.blogside li:before {
    color: #aaa;
    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: 0 5px;
}
/* 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;
}
/* =====================================
 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: 160px;
  z-index: 1000;
}
#sidecontact.rightContent{
  right:0;
}
@media only screen and (min-width: 768px) and (max-width: 995px) {
#sidecontact{ width:55px;}
}
@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
------------------------------------------------ */

body,.main,#header,
.camera_wrap,.caption {
    background:none;
	border:none;
}

body {
    color:#333;
    font-size: 16px;
    line-height: 1.8;
}

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, Verdana, "游ゴシック", YuGothic, sans-serif;
}
.under #mainimage .under_mainimage h2,
.under .parts h3,
.under .parts h4,
.under .parts h5,
.blog h3.entry-title,
.blogside h3,
.top .parts h3,
.top01,.top02,.top04,
.top03 h4,.top03 h5,.top03 dt,
.top02 p.subtitle,.page-title,.name {
	font-family:"秀英明朝 M","Shuei Mincho M","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
	letter-spacing:0.2em;
}
.parts p {
    line-height: 1.6;
    margin-bottom:1.2em;
    margin-top: 0px;
}

/* リンク設定 */

a:link,a:visited { color:#333;}
a:hover {
    color: #888;
    text-decoration: none;
}
a:focus, *:focus { outline:none; }
.parts p a { text-decoration:underline;}
.parts p a:hover { text-decoration:none;}

#pagenation .active a, 
#pagenation a.active:hover {
    background: none #999;
    color: #fff;
}

#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.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

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;	
	display: inherit;
}
@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: 0px;
    padding-top: 35px;
}
#header h1 img {
	max-width:100%;
}

/*------------------------------------------ 
 	nav
------------------------------------------  */

/* global nav -------------------------- */
.sf-menu {
    display: block;
}
.sf-menu > li,
.sf-menu > li.current {
    float: left;
    margin:10px 0 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;
    margin-right: 0px;
    border-right:1px solid #c5c5c5;
	width:16.6%;
	box-sizing:border-box;
	padding:0;
	min-height:16px;
}
ul.sf-menu > li:first-child {
    border-left:1px solid #c5c5c5;
}
ul.sf-menu > li > a,
ul.sf-menu > li > p {
    color: #666666;
    padding: 5px 0 4px;
    text-transform: none;
	margin:0;
	font-size:16px;
	font-weight:normal;
	display:block;
}
ul.sf-menu > li.current > a {
    color: #666666;
}
ul.sf-menu > li.current > a:hover, 
ul.sf-menu > li.sfHover > a, 
ul.sf-menu > li > a:hover {
    color: #3d342e;
	background:#f8f3dc;
}

@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;}
}

/* sub nav -------------------------- */

.sf-menu ul {
	padding: 10px 0;
	width: 115px;
} 
/* sub */
.sf-menu ul {
	border-left:1px solid #f8f3dc;
	border-right:1px solid #f8f3dc;
	margin-left:-1px;
    background-color: #f8f3dc;
    left: 0px;
    min-width: 80px;
    padding: 12px 0;
    position: absolute;
    text-align: left;
    top: 25px;
    z-index: 1000;
	width: 100%;
}
.sf-menu ul li {
	padding: 5px 10px;
}
.sf-menu ul li a {
    color: #3d342e;
	font-size:15px;
	line-height:1.4;
}
.sf-menu ul li a:hover {
    color: #3d342e;
	text-decoration:underline;
}

/*------------------------------------------ 
 	mainimage
------------------------------------------  */

.under #mainimage .under_mainimage h2 {/*下層ページタイトル*/
	color:#3d342e;
	text-align:center;
	font-size:30px;
}
@media only screen and (max-width: 767px) {
.under #mainimage .under_mainimage h2 {font-size:24px;}
}

/*------------------------------------------ 
 	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;
	margin-top:4%;
}
.bnr a {
	margin:0 1% 2%;
	display:inline-block;
	width:280px;
	max-width:30%
}
.bnr img {
    max-width: 100%;　
}
@media only screen and (max-width: 767px) {
.bnr a {
	display:block;
	margin:0 auto 10px;
	max-width:100%;
}
}

/* フッター ---------------*/
#footer {
    margin-top: 30px;
	padding-bottom:0;
	overflow: hidden;
	border-top:1px solid #c5c5c5;
	font-size:18px;
}

#footer p.logo {
    display: inline-block;
    margin: 20px 0 40px;
	width:100%;
}
#footer img {
	max-width:100%;
}

#footer .footerLink li {
	margin:0 ;
	display:inline-block;
}
#footer .footerLink li a,
.sitemapLink li a {
	color:#333;
}
#footer .footerLink li a:hover,
.sitemapLink li a:hover {
	color:#333;
	text-decoration:underline;
}
.privacy {
    color: #333;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: inherit;
    text-transform: none;
	padding: 10px 0;
	margin: 0;
}
@media only screen and (max-width: 995px) {
#footer {font-size: 16px;}
.privacy {font-size: 14px;}
}
@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 2em;}

/*-------------------------
 リスト
-------------------------*/

.floatList li {
	float:left;
	margin-right:2em;
	margin-bottom:10px;
}

/* ● */

ul.ul01 { margin-bottom:1.2em;}
ul.ul01 li {
	position: relative;
	padding: 2px 5px 2px 20px;
}
ul.ul01 li:before {
	content: "";
	position: absolute;
	background: #b6987e;
	top: 0.8em;
	left: 8px;
	height: 5px;
	width: 5px;
	border-radius: 50%;
}


ul.ul02 {
    background: #f3eccf none repeat scroll 0% 0%;
    box-sizing: border-box;
    list-style: outside none none;
    padding: 20px;
}

ul.ul02 li {
    box-sizing: border-box;
    float: left;
    padding: 0px 22px 5px;
    position: relative;
    width: 49%;
}


.ul02 li::before {
    display: block;
    content: "";
    position: absolute;
    top: 16px;
    left: 3px;
    width: 0;
    margin: -9px 0 0 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid #5b553e;
}

@media screen and (max-width: 767px) {
	ul.ul02 li {
    box-sizing: border-box;
    float: none;
    width: 100%;
}
}


/* ▶ */

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 24px;
}
ul.ul_check li:before {
	background: none repeat scroll 0 0 #eb8787;
	border-radius: 2px;
	content: "";
	height: 17px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 17px;
	z-index: 0;
}
ul.ul_check li:after {
	display: block;
	content: '';
	position: absolute;
	top: 0.85em;
	left: 4px;
	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;
}

/*-------------------------
 見出し
-------------------------*/

.static #content h2.titleBg, 
h2.titleBg,
.top #news h2.titleBg  {
	border:none;
	padding: 0.75em 1em 0.55em ;
	position: relative;
	font-size: 24px;
	font-weight: normal;
	display: block;
	margin-top:0;
	margin-bottom:0.5em;
	background:#f3eccf;
	color:#3d342e;
}

/* h3 -----------------*/
.under .parts h3 {
	font-size:32px;
	margin-bottom:0.8em;
	position:relative;
	overflow:hidden;
	text-align:center;
}
.under .parts h3 span {
	display:inline-block;
	padding:0.4em 1em;
	border-bottom:1px solid #837a75;
}
.under .b_01 h3 { margin-bottom:0.8em;}

/* h4 -----------------*/

.under .parts h4 {
	font-size:20px;
	padding: 0.45em 1em 0.65em 2em;
	position:relative;
	overflow:hidden;
	margin-bottom:1em;
	background:#f3eccf;
}
.under .parts h4:before {
	position:absolute;
	content:"";
	background:#b6987e;
	width: 13px;
	height: 13px;
top: 17px;
	left: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.under .b_01 h4 { margin-bottom:0;}

/* h5 -----------------*/

.under h5 {
    color: #999;
    font-size: 18px;
    margin-bottom: 1em;
    margin-top: 10px;
    text-transform: none;
	font-weight:normal;
	padding-bottom:5px;
	border-bottom:1px dashed #999;
}

@media only screen and (max-width: 767px) {
.static #content h2.titleBg, 
h2.titleBg,
.top #news h2.titleBg,
.under .parts h3 { font-size:20px}
.under .parts h4 { font-size:18px}
.under h5 { font-size:17px}
}

/* -------------------------- 
	top 
-------------------------- */

br.tab { display:none;}

.color01 {color:#999;}
.color02 {color:#111;}
.color03 {color:#C58F8F;}

.con_l { float:left;}
.con_r { float:right;}

.btn-style a {
	border:1px solid #aaa;
	text-align:center;
	width:280px;
	box-sizing:border-box;
	padding:10px ;
	max-width:100%;
	color:#333;
	font-weight:bold;
	font-size:18px;
	position:relative;
	display:inline-block;
	background:#fff;
	border-radius:3px;
}
.btn-style a:hover {
	background:#ccc;
}
.btn-style a::after {
	display: block;
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	top: 50%;
	right: 10px;
	margin: -3px 0 0 0;
	border-top: solid 2px #999;
	border-right: solid 2px #999;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top01,.top02,.top03,.top04 {
	text-align:center;
}

.top01 h3 {
	background:url(/asset/top01_icon01.png) no-repeat top center;
	padding-top:90px;
	font-family:"秀英明朝 B","Shuei Mincho B","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
	font-size:42px;
	margin-bottom:0.8em;
	color:#3d342e;
}
.top02 h3,
.top03 h3 {
	font-size:36px;
	padding-bottom:0.3em;
	margin-bottom:1.4em;
	position:relative;
	overflow:hidden;
}
.top02 h3::before,
.top03 h3::before {
	position:absolute;
	content:"";
	width:700px;
	max-width:100%;
	height:1px;
	background:#837a75; 
	bottom:0;
	left:50%;
	margin-left:-350px;
}
.top04 h3 {
	font-size:32px;
	margin-bottom:0.8em;
	text-align:left;
}

.top .inq img {
	margin-left:auto;
	margin-right:auto;
}

.top01 p {
	font-size:22px;
	margin-bottom:2em;
	line-height:1.8;
}
.top01 p.tel,
.top01 p.inq {
	margin-bottom:1.5em;
}

.top02 {
	background:#f8f6ee;
	padding:3.5em 0 3em;
}
.top02 h3 {
	margin-bottom:0.3em;
}
.top02 p.subtitle {
	margin-bottom:2.8em;
	color:#444444;
}
.top02 li {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.top02 li:nth-child(3n) {
	margin-right:0;
}

.casestudy {
	border:4px solid #f3eccf;
}
.top03 .casestudy dl {
	margin:0 45px 45px;
	padding-left:145px;
	background:url(/asset/top03_icon01.png) no-repeat left top;
	background-size:13.9% auto;
	text-align:left;
}
.top03 h4 {
	color:#3d342e;
	font-size:24px;
	padding:0.6em 0 0.7em;
	margin-bottom:1.6em;
	background:#f3eccf;
}
.top03 h5 {
	display:inline-block;
	border-top:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	color:#888888;
	font-size:30px;
	padding:0.45em 1.2em;
	margin-bottom:1.5em;
}
.casestudy dt {
	display:inline-block;
	line-height:1.2em;
	padding:0.4em 1.2em;
	background:#3d342e;
	color:#fff;
	font-size:18px;
	font-family:"秀英明朝 B","Shuei Mincho B","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
	margin-bottom:0.4em;
	border-radius:3px;
}
.casestudy dt.point { background:#523522;}
.casestudy dd {
	color:#666666;
	margin-bottom:1em;
}

.top .casestudy dd {
	font-size:18px;
}

.top04 {
	background:url(/asset/top04_bg02.png) repeat-y bottom;
}
.top04 .inner {
	background:url(/asset/top04_bg01.png) repeat-x top;
	padding-bottom:40px;
}
.top04 .grid_12 {
	background:url(/asset/top04_bg03.png) no-repeat right 20px;
}
.top04 .box {
	padding-top:58px;
	box-sizing:border-box;
	height:380px;
	margin-bottom:38px;
}
.top04 p {
	text-align:left;
	font-size:18px;
	line-height:2;
}

@media screen and (min-width: 768px)  and (max-width: 1200px){
.singlebox3 {
    width: 31.2% !important;
}
}
@media screen and (max-width: 1129px){

}
@media screen and (max-width: 995px) {
.top01 p { font-size:20px; letter-spacing:0.15em;}
br.tab { display:inline;}
}
@media screen and (min-width: 768px)  and (max-width: 995px){

.top02 li {
	width:32%;
	margin-right:1%;
	margin-bottom:1%;
}
.top03 .casestudy dl {
	margin: 0 35px 30px;
	padding-left: 120px;
}
.top04 { background-size:auto 400px;}
.top04 .box {
	padding-top:40px;
	height:400px;
	margin-bottom:25px;
}
.top04 p {
	line-height:1.8;
	letter-spacing:0.1em;
}
.top04 .grid_12 {
	background-position:right 73px;
	background-size:290px auto;
}
}


@media screen and (max-width: 767px) {
.under #mainimage .under_mainimage h2, .under .parts h3, .under .parts h4, .under .parts h5, .blog h3.entry-title, .blogside h3, .top .parts h3, .top01, .top02, .top04, .top03 h4, .top03 h5, .top03 dt, .top02 p.subtitle, .page-title, .name {
	letter-spacing:0.1em;
}
/* contact */
.contact {
	text-align:center;
	padding:1em 0 1em;
}
.under .contact {	margin-bottom:2em;}
.contact span {
	margin:0;
	display:block;
	max-width:48.5%;
	float:right;
}
.contact span:first-child {float:left;}
.contact img {
	max-width:100%;
}

/* TOP */

.btn-style a {
	font-size:15px;
}

.con_l,.con_r {
	float:none ;
	width:auto ;
}

.top01 h3 { font-size:28px;}
.top02 h3, .top03 h3 { font-size:24px;}
.top02 h3::before, .top03 h3::before {
	width:100%;
	left:0;
	margin:0;
}
.top02 { padding: 2em 0 1em;}
.top02 p.subtitle {
    margin-bottom: 1.8em;
}
.top02 li {
    float: none !important;
    margin-bottom: 15px;
    margin-right: 0;
}
.top03 h4 { font-size:22px;}
.top03 h5 {
    font-size: 24px;
    margin:0 0.6em 1.2em;
    padding: 0.45em 1.2em;
}
.top03 .casestudy dl {
    background: none;
    margin: 0 15px 10px;
    padding-left: 0;
}
.top .casestudy dd {
    font-size: 16px;
}
.top04 .inner {
	background:url(/asset/top04_bg01.png) repeat-x top;
	background-size: auto 226px;
	padding-bottom:20px;
}
.top04 .box {
	height:auto; 
	padding-top:40px;
	margin-bottom:0;
}
.top04 .grid_12 {	background-size:200px auto;}

.top04 h3 {
	font-size: 22px; 
	height:210px;
	line-height:1.5;
}
.top04 p {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
}


.setsuritsu-table {
    font-size: 12px;
}

}
@media screen and (max-width: 479px) {
.top01 h3 { font-size:24px;}
.top02 h3, .top03 h3 { font-size:22px;}
.top01 p {
    font-size: 16px;
    letter-spacing: 0.1em;
}
.top03 h4 { font-size: 18px;}
.top03 h5 { font-size: 20px; padding:0.45em 0.6em;}
.top04 .inner { background-size: auto 156px;
	padding-bottom:10px;}
.top04 .grid_12 { background-size: 130px auto;}
.top04 .box { padding-top: 34px;}
.top04 h3 {font-size: 18px; height:132px;}
.casestudy dt,.casestudy dd { font-size:17px;}
}
@media screen and (max-width: 320px) {
}

/* -------------------------- 
	下層 
-------------------------- */

.page-title {
	font-size:23px;
	color:#3d342e;
	letter-spacing:0.15em;
}
.name {
	font-size:20px;
}
dl.casestudy {
	padding:30px 30px 30px 175px;
	background:url(/asset/top03_icon01.png) no-repeat 25px 30px;
	background-size:12% auto;
}
.casestudytitle { margin-bottom:0 !important;}
.under .casestudytitle h3 {
	color:#3d342e;
	font-size:24px;
	padding:0.5em 0 0.4em;
	margin-bottom:0;
	background:#f3eccf;
}
.under .casestudytitle h3 span { border:none;}

.soudan .b_11_in span img {
	margin:0 20px 0 0 !important;
	width:160px;
	float:left !important;
	border-radius:12px;
	
}

.number_p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 10px;
    padding: 0 0 0 36px;
    text-indent: -40px;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}

.number {
	background: none repeat scroll 0 0 #B6987E;
	border-radius: 0px;
	box-shadow: 3px 3px 0 #F3ECCF;
	color: #fff;
	font-size: 20px;
	margin: 0 10px 0 0;
	padding: 2px 8px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	}





/* =====================================
original table
===================================== */


.setsuritsu-table {
	width: 100%;
	    table-layout: fixed;
}
.setsuritsu-table thead th {
    background: #E7E0C4 none repeat scroll 0% 0%;
    text-align: center;
    vertical-align: middle;
}
.setsuritsu-table th {
    background: #F9F6F0 none repeat scroll 0% 0%;
}
.table01 th, .table01 td {
    border: 1px solid #CCC;
    padding: 10px 6px;
}
.setsuritsu-table td {
	text-align: center;
	vertical-align: middle;
}
.table01 th {
	text-align: center;
	vertical-align: middle;
}


/* News 
------------------------*/
#news {
    margin-left: 10px;
}
#news .ov {
    width: auto;
	right:10px;
	top:1.1em;
	color:#3d342e;
}
#news .ov:hover {
	color:#3d342e;
	text-decoration:underline;
}
#news dt .newsNew {
	background:#5b553e;
	color:#FFF;    
    border-radius: 0px;
	vertical-align:middle;
    font-size: 0.5em;
}

#news dl {
	border-bottom:1px solid #c5c5c5;
}
#news dt {
	color:#5b553e;
}
#news dd,
#news dd a {
	color:#333;
	text-decoration:none;
}
#news .ov:hover {
	color:#333;
	text-decoration:underline;
}

/* top */
.top #news dt {
	clear:both;
	float:left;
	padding:0.3em 1em;
}
.top #news dd {
	padding: 0.3em 1em 0.3em 10em;
}

/* Blog 
------------------------*/

.blog h3.entry-title {
	padding-bottom:8px;
	border-bottom:1px solid #ccc;
}
.blog h3.entry-title a {
	color:#333;
}
.blog h3.entry-title a:hover {
	color:#999;
}

#notfoundBody form input {
    box-sizing: border-box;
    max-width: 100%;
}


@media screen and (max-width: 995px) {
.under #header .grid_12 {
	margin-left: 0;
	margin-right: 0;
}
#news {
    margin-left: 0;
}
}
@media screen and (min-width: 768px)  and (max-width: 995px){

dl.casestudy {
    padding: 30px 30px 30px 140px;
}
}
@media screen and (max-width: 767px) {

.page-title { font-size:117%;}
.name {	font-size:108%;}

#news .ov {
	font-size:13px;
}

#sitemapBody #content, 
#newsList #content,
#websiteNewsDetail #content,
#notfoundBody #content {
    margin-top: 0;
}

.top #news dt {
    float: none;
    padding: 0.3em 1em 0;
}
.top #news dd {
    padding:0 1em 0.5em;
}

.b_06 table td, .b_06 table th {
	display:block;
	width:auto;
}	
.under .casestudytitle h3 { font-size:18px;}
dl.casestudy {
    background: none;
    padding: 15px 15px 10px;
}
.soudan .b_11_in span img {
    border-radius: 12px;
    float: none !important;
    margin: 0 0 20px !important;
    width: 100%;
}
.inquiry #content .contentArea {
    margin: 1em 0;
    width: 100%;
}
.under .contact { margin-bottom: 0;padding:1em 0 1.5em ;}/*padding: 1em 0;*/
.inquiry .contact { padding: 1.5em 0 1em;}
#sitemapBody .contact { padding:0 0 2em;}
#newsList .contact,
#notfoundBody .contact { padding:0 0 1.5em;}
#websiteNewsDetail .contact { padding:0 0 1em;}

.mrg5 { margin-top: 1em;}

#notfoundBody nav, 
#sitemapBody nav, 
#newsList nav, 
#websiteNewsDetail nav {
    margin-bottom: 10px;
}

.under .parts h3 span {
    padding: 0.4em 0.4em;
}

#news dt .newsNew {
font-size: 0.6em;
    padding: 0.2em 0.4em;
}


.under .parts h4::before {

    top: 14px;

}

}

@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;
}
}


.inquiry #content .backBt, .inquiry #content .confirmBt, .inquiry #content .submitBt, .inquiry #content .topBt {
    height: auto;
    margin: 0;
    padding: 7px 0;
    text-align: center;
    text-decoration: none;
    width: 185px;
}