@charset "utf-8";
/* CSS Document */

/*設定
======================================================*/
body {
	font-family: "游ゴシック", YuGothic, Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: #595959;
}
body * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#wrapper {
	background: #fff;
}

#headerWrap {
	width: 100%;
	background: #fff;
}
#header {
    background: none;
    padding: 0px;
    margin: 0 auto;
    width: 1000px !important;
}
#headerCategoryList,
#headerBtm,
.mt12 {
	display: none;
}
#headerStore {
	width: 1000px;
	margin: 0 auto;
}
#headerStore .name {
	font-size: 15px;
	color: #646464;
}
#headerStoreContact {
	width: 300px;
	margin: -55px 0 0 0 !important;
}
#headerStoreContact p img {
    display: none;
}
#headerStoreDialWrap {
	width: 300px;
    background: none;
}
#headerStoreDial {
    background: none;
    padding: 0px;
}	
#headerStoreDial .number {
    font-size: 200%;
    background: transparent url("/static/common/img/header/ico_header_dial01.gif") no-repeat scroll 60px 15px / 17px;
    text-align: right;
    padding-left: 0;
    padding-top: 8px !important;
    color: #016934 !important;
}
#mainimg {
    margin: auto;
    height: 500px;
    position: relative;
    top: 60px;
    background: url(https://cms.locoplace.biz/storeimg/17/176524/20231117_1149341.gif),url(https://cms.locoplace.biz/storeimg/17/176524/20231117_1149341.gif);
    background-repeat: no-repeat,no-repeat;
    background-position: right center,left center;
    background-size: 50% 690px;
}
#mainimgIn {
    width: 100%;
    height: 500px;
    background: url(https://cms.locoplace.biz/storeimg/83/833850/20251030_1509061.jpg) no-repeat scroll top !important;
    display: block;
}
/*設定
======================================================*/
.sectionBtm,
#g01 .indexCornerWrap01 {
	display: none;
}
.sectionWrap,
.h2WrapBtm,
.h2WrapTop,
.h2WrapMid {
	background: none;
}
#g01 .section {
	background: none;
	padding: 0;
}
#g01 .sectionIn {
	padding: 0;
}
#g01 #contents {
	width: 100%;
	margin-top: 60px;
}
#g02 #contents,#g03 #contents,#g04 #contents,#g05 #contents {
    margin-top: 80px !important;
}
#g02 .section,#g03 .section,#g04 .section,#g05 .section,#g06 .section {
	background: #fff;
}
#g04 #contents {
	width: 1000px;
}
#g04 .section {
	padding: 0;
	background: none;
}
#g04 .sectionIn {
    padding: 0;
}
#g04 .indexGalleryWrap01 {
    padding: 0;
}
/*gNavi
======================================================*/
#gNaviWrap {
    margin: 0;
    clear: both;
    position: absolute;
	top: 108px;
}
#gNaviIn {
    width: auto;
    margin: 0px auto;
    background: linear-gradient(to bottom, #ADCFBE, #016934);
}
#gNavi ul {
    width: 1000px;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
}
#gNavi li#gNav02 {
    left: 200px;
    height: 60px;
    width: 200px;
}
#gNavi li#gNav03 {
    left: 400px;
    height: 60px;
    width: 200px;
}
#gNavi li#gNav04 {
    left: 600px;
    min-width: 0px;
    height: 60px;
    width: 200px;
}
#gNavi li#gNav05 {
    left: 800px;
    min-width: 0px;
    height: 60px;
    width: 200px;
}
#gNavi li a {
    width: 200px;
    height: 60px;
    padding-top: 20px;
    background: linear-gradient(to bottom, #ADCFBE, #016934);
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #ffffff;
}
#gNavi li a:hover {
	background: linear-gradient(to bottom, #016934, #ADCFBE);
    opacity: 0.8;
}




/*======================================================*/
.pageTop {
    right: 15px;
    z-index: 100;
    position: fixed;
    bottom: 70px;
    top: auto;
    border-width: 30px;
    border-style: solid;
    border-radius: 50% !important;
    border-color: #2c3706;
    width: 0px !important;
    height: 0px !important;
}
.pageTop img {
    visibility: hidden;
    margin-top: 0px !important;
    width: 90px !important;
    height: 90px !important;
}
.pageTop a {
    display: block;
    width: 90px;
    height: 90px !important;
    margin-top: -45px;
    margin-left: -45px !important;
}
.pageTop:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 55%;
    left: -6px;
    margin-top: -5px;
}
/*footer
======================================================*/
#footerTop {
    background: #5D7210;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    padding: 15px 0;
    box-sizing: border-box;
    text-align: center;
}
#footerBtm {
    background: #E1F2A2;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    box-sizing: border-box;
}
/*共通
======================================================*/
.cont-wallpaper {
    font-size: 16px;
    line-height: 2;
}
.cont-bg {
    width: 1000px;
    margin: 0 auto;
}
.ct_title_bg {
    background: #016934 !important;
    margin-bottom: 80px;
}
.ct_title_bg::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0;
    border-color: #016934 transparent transparent;
    margin: 0 auto!important;
    left: 0;
    right: 0;
}
.ct_title {
    color: #fff !important;
    width: 1000px;
    margin: 0 auto !important;
    text-align: center !important;
    font-size: 30px;
    font-weight: bold !important;
    padding: 40px 0px;
    position: relative;
}
.t-c_bold {
    font-weight: bold!important;
    font-size: 19px!important;
    background: linear-gradient(transparent 50%,#ffe400 0%);
    color: #5d7210 !important;
    margin: 0 5px;
}
.red_bold {
    color: #EC442C !important;
    font-weight: bold !important;
}
.gray_bold {
    font-weight: bold !important;
}
.cont-img {
    width: 100%;
    height: auto;
}
.new_text{
    margin:10px 5px;
    font-size: 1.2em;
    line-height: 1.5em;
    font-family: sans-serif;
}


/*top
======================================================*/
.indexCopy01 {
    margin: 30px auto;
    width: 880px;
    text-align: center;
    color: #016934;
	font-size:3em;
}
.top_ct_01 {
    background: #eff8cf;
}
h2.top_ct_title {
    font-size: 25px;
    font-weight: bold !important;
    text-align: center !important;
    padding: 40px 0 !important;
}
.top-nayami {
    background: url(https://cms.locoplace.biz/storeimg/83/833850/20251127_1648541.png)no-repeat center /100%;
    padding: 14px 50px 33px 330px;
    height: 290px;
}
.top_comments {
    position: relative;
    top: 20px!important;
}
.top_comments li {
    color: #5d7210 !important;
    line-height: 1.8;
}
.typechange-ct {
    margin: 70px 50px;
}
.typechange-ct_txt {
    background: #fdf9e3;
    padding: 1px 30px;
    margin: 20px 0 0;
}
.typechange-ct p {
    margin: 25px 0;
}
.top_ct_02 {
    padding-bottom: 65px !important;
}
.top_ct_1 {
	background: #c8e5f9;
	height: 400px;
}
.top_ct_title {
    font-size: 140% !important;
    font-weight: bold !important;
    text-align: center !important;
    padding: 40px 0 !important;
}
.top_ct_img {
    margin: 0 auto;
    display: block;
}
.top_ct_img_sp img {
	display: none;
}
/*さまざまなシャッターのメーカー、種類に対応
======================================================*/
.second_ct {
    padding-bottom: 65px;
}
.second_ct_service_bg {
    width: 880px !important;
    margin: 0 auto !important;
}
.links_btn {
    width: 700px!important;
    background: rgb(100,100,100) none repeat scroll 0% 0%!important;
    margin: 70px auto 40px!important;
    text-align: center;
}
.links_btn:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.links_btn a {
    color: #FFF!important;
    text-decoration: none!important;
    line-height: 80px;
    font-size: 23px;
    font-weight: bold!important;
    display: block;
}
/*直受注だからこそできる低価格・スピーディーな修理
======================================================*/
.second_ct_text_bg {
    background: url(https://cms.locoplace.biz/storeimg/17/176524/20170601_1117031.png) no-repeat !important;
    height: 277px !important;
    width: 900px;
    margin: 50px auto !important;
}
p.second_ct_text {
    width: 600px !important;
    float: right;
    position: relative;
    top: 5px;
    margin-bottom: 1em;
}
/*シャッター修理のスマートサービスに修理を依頼するメリット
======================================================*/
.third_ct_lists {
    width: 900px;
    margin: 0px auto !important;
    font-size: 19px;
    line-height: 3;
    font-weight: bold;
    background: #eff8cf !important;
}
.third_ct_lists li {
    padding: 0 20px !important;
}
.third_ct_lists > li:nth-child(2n) {
    background: #e1f2a2 !important;
}
/*屋根修理ご依頼の流れ
======================================================*/
.fourth_ct_flow_bg {
    background: #eff8cf !important;
    padding-bottom: 65px!important;
    margin-top: 50px;
}
.fourth_ct_flow_title {
    color: #016934 !important;
    font-size: 2em;
    font-weight: bold !important;
    text-align: center !important;
    padding: 10px 0 !important;
    background-color: #fff;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    border: 2px solid #016934;
    border-radius: 10px;
}
.fourth_ct_flow_bg ol {
    display: flex;
    flex-wrap: wrap;
}
.fourth_ct_flow_bg li {
    width: 220px;
    margin: 15px;
}
.fourth_ct_flow_bg li h3 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
.step-box {
    background: #fff;
    border-radius: 15px;
    padding: 20px 2px;
    border: 2px solid #016934;
}
.step-box img {
    width: 40%;
    height: auto;
    display: block;
    margin: 0 auto 10px auto;
}
.step-box p {
    text-align: center;
    line-height: 1.5em;
}

/*新しいシャッターへの交換・新規取り付けも承ります
======================================================*/
.fifth_ct {
    padding-bottom: 65px !important;
}
/*お客様の声
======================================================*/
.reviews {
    background: #78787a url(https://cms.locoplace.biz/storeimg/17/176524/20170601_1357001.png) no-repeat center !important;
    margin: -80px auto 0 !important;
    height: 665px;
}
.reviews_lists {
    width: 880px;
    margin: 0px auto !important;
    position: relative;
    top: 73px;
}
.reviews_lists li {
    background: #fff none repeat scroll 0% 0%;
    margin: 30px 0px !important;
    box-shadow: 0px 0px 5px;
    height: 120px;
    padding: 6px;
    clear: both;
}
.reviews_name {
    float: right !important;
}
/*CTA
======================================================*/
.tel_bunner {
    width: 900px;
    margin: 0px auto !important;
    box-sizing: content-box;
}
/*OM
======================================================*/
#g01 .sectionWrap:not([id]) {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 25px 3px 0 3px;
}
/*ギャラリー
======================================================*/
#dlpoC_C .h2WrapBtm {
    width: 1000px !important;
    margin: 0px auto !important;
}
#dlpoC_C .sectionIn {
    width: 1000px;
    margin: 0 auto !important;
}
.indexGallery01 {
	width: 100%;
}
.indexGallery01 ul {
    width: 100%;
}
.indexGallery01 ul li {
    width: 220px;
    float: left;
    background: #eff8cf;
    margin: 10px;
    padding: 8px;
    border-radius: 10px;
}
.indexGallery01 ul li .indexGalleryBtm01 {
    padding-bottom: 0;
    background: none;
}
.indexGallery01 ul li .indexGalleryTop01 {
    padding: 0;
    background: none;
}
.indexGallery01 ul li .indexGalleryTop01 table {
	background: none;
	width: 200px;
}
.indexGallery01 ul li .indexGalleryTop01 table td {
    width: 200px;
    height: 200px;
}
/*基本情報
======================================================*/
#dlpoC_D .h2WrapBtm {
    width: 1000px !important;
    margin: 0px auto !important;
}
.indexBasicInfoWrap01 {
	width: 1000px;
    margin: 0 auto !important;
}

/*事例
======================================================*/
.jirei-ct {
    width: 880px;
    margin: 0 auto !important;
    padding: 0 30px !important;
}
.jirei-box dl {
    border: solid 4px #646464;
    margin: 25px 0 40px;
    padding: 10px;
}
.jirei-box dt {
    border-bottom: dashed 2px;
    padding-bottom: 10px;
    font-size: 115%;
}
.jirei-box dd {
    padding-top: 10px;
}
/*area
======================================================*/
.area-ct {
    width: 880px;
    margin: 0 auto !important;
    padding: 0 30px !important;
}
.area-box {
    background: #eff8cf;
    padding: 10px;
    margin: 10px 0;
}
.sixth_ct {
    padding-bottom: 65px !important;
}
/*追従
======================================================*/
.floating-banner {
    display: none;
}
.floating-banner2 {
    display: none;
}
.floating-banner3 {
    display: none;
}

/*下層
======================================================*/
.menuCourseImage01 {
    margin: 0px 0px 0px 10px;
    float: right;
    width: 350px;
    background: url(/static/img/bg_menu_course01.gif) no-repeat left top;
    background: none !important;
}
.menuCourseImage01 table td {
    width: 350px;
    height: 260px !important;
    vertical-align: middle;
    text-align: center;
}
.menuCourseImage03 table td {
    width: 66px;
    height: 66px;
    vertical-align: middle;
    text-align: center;
    background: url(/static/img/bg_menu_course03.gif) no-repeat right top;
    display: none!important;
}
.menuCourseImage03 {
    margin: 10px 0px 20px 0px;
    width: 350px;
    display: none!important;
}
#g03 .h2WrapMid h2 {
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #016934;
    font-size: 24px;
}
#g02 .h2WrapMid h2 {
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #016934;
    font-size: 20px;
}
#g05 .h2WrapMid h2 {
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #016934;
    font-size: 20px;
}
#g04 .h2WrapMid h2 {
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #016934;
    font-size: 20px;
}
#g03 .h3_basic01 h3 {
    position: relative;
    margin: 60px 0 10px;
    padding: 15px 30px;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    background-color: #016934;
}
#g03 .h3_basic01 {
    border-bottom: 0;
}
/*serv追加分
======================================================*/
.serv-box {
    display: flex;
    gap: 30px;
    padding: 30px 0;
}
.serv_ct h3 {
    padding: 0.25em 0.5em;
    color: #000;
    background: transparent;
    margin-top: 20px;
    font-weight: bold;
    font-size: 20px;
    border-bottom: none;
    text-align: left;
    margin-bottom: 15px;
}
img.serv_img {
    width: 100%;
    height: auto;
}
.serv_cont h2 {
    display: none;
}
p.lead-p {
    font-size: 19px;
    margin-bottom: 10px;
}
h4.price-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.serv_cont h3 {
    position: relative;
    margin: 40px 0 10px;
    padding: 15px 30px;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    background-color: #016934;
}
.price-inner {
    border: solid 2px #016934;
    border-radius: 10px;
    padding: 30px;
    margin: 30px 0;
}
p.price-main {
    color: #EC442C;
    font-size: 24px;
}
span.mini {
    color: #595959;
    font-size: 80%;
}
.price-inner {
    border: solid 2px #016934;
    border-radius: 10px;
    padding: 35px 30px;
    margin: 30px 0;
}
.tel_bunner2 {
    border: solid 3px #646464;
    box-sizing: content-box;
    display: block;
    margin: 0 auto;
}
.tel_bunner2 img {
    width: 100%;
    height: auto;
}
/*OM関連
======================================================*/
#g01 .sectionWrap:first-child .h2WrapMid::after {
    content: "新着情報";
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
}
#g01 #main > div:nth-child(1) > div > div.h2WrapBtm > div > div > h2 {
    display: none;
}
.topMessageDetail::before {
    content: "施工事例や雨漏りトラブルにまつわるお役立ち情報などをご紹介します。";
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    margin-left: 0px;
    font-weight: bold;
}
.topMessageDetail .detailAnchor a::before {
    content: "新着情報一覧　〉";
    font-size: 15px;
    color: #fff !important;
    border: 1px solid #016934;
    padding: 15px;
    border-radius: 10px;
    background-color: #016934;
}
.topMessageDetail .detailAnchor a {
    font-size: 0;
    background: none;
    text-decoration: none;
}
.topMessageDetail .detailAnchor a:hover {
    text-decoration: none;
    opacity: 0.8;
}
#section_push .h2WrapMid h2::before {
    content: "新着情報";
    font-size: 18px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
}
#section_push .h2WrapMid h2 {
    font-size: 0;
}
#section_push .h3_basic01::before {
    content: "施工事例や雨漏りトラブルにまつわるお役立ち情報などをご紹介します。";
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}
#g01 .h2WrapMid {
    position: relative;
    margin-bottom: 20px;
    padding: 20px 20px;
    background-image: none;
    background-color: #016934;
}
#section_push .h2WrapMid {
    position: relative;
    margin-bottom: 10px;
    padding: 5px 20px 0;
    background-image: none;
    background-color: #016934;
}
.topMessageDetail .h3_basic01 {
    font-size: 20px;
    border-bottom: none;
    color: #222;
}
#section_push .h2WrapBtm {
    position: relative;
    margin-bottom: 30px;
    background-image: none;
    background-color: #016934;
}
.topMessageDetail {
    padding: 0 45px;
    color: #222;
    line-height: 2;
}
/*OM公開ページ用
============================*/
#g01 .sectionWrap:nth-child(3) .h2WrapMid::after {
    
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
}
#g01 #main > div:nth-child(3) > div > div.h2WrapBtm > div > div > h2 {
    display: none;
}
#g01 .sectionWrap:nth-child(3) .h2WrapMid {
    position: relative;
    margin-bottom: 20px;
    padding: 15px 30px;
    background-image: none;
    background-color: #016934;
}
#g01 .sectionWrap:nth-child(6) .h2WrapMid::after {
    
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
}
#g01 #main > div:nth-child(6) > div > div.h2WrapBtm > div > div > h2 {
    display: none;
}
#g01 .sectionWrap:nth-child(6) .h2WrapMid {
    position: relative;
    margin-bottom: 20px;
    padding: 15px 30px;
    background-image: none;
    background-color: #016934;
}
#g01 .h2WrapMid h2 {
    font-size: 129%;
    font-weight: bold;
    color: #fff;
}
/*追従
============================*/
#floating-banner_pc {
    position: fixed;
    bottom: 0;
    background-color: white;
    border-top: solid 4px #297839;
    border-bottom: solid 3px #ffffff;
    display: flex;
    width: 100%;
    z-index: 999999;
    justify-content: center;
}
.sectionWrap {
    position: relative;
    z-index: 1;
    background: url(../img/bg_section_top01.png) no-repeat left top;
    padding-top: 16px;
    z-index: revert-layer;
}
#g05 #floating-banner_pc, #g02 #floating-banner_pc, #g04 #floating-banner_pc {
    left: 0px;
}
#g02 #footerBtmIn, #g05 #footerBtmIn, #g04 #footerBtmIn {
    width: 868px;
    margin: 0 auto;
    text-align: left;
    padding: 10px 44px 110px 44px;
}
#g01 #footerBtm {
    padding: 0 0 100px 0px;
}
/*企業情報
============================*/
table.company-bg {
    width: 100%;
    margin: 65px 0;
}
.company-bg td, .company-bg th {
    padding: 10px 5px;
    border: 1px solid #ababab;
}
.company-bg th {
    text-align: center;
    font-weight: bold;
    background: #e0e0e0;
    width: 200px;
}
.company-bg td {
    padding-left: 20px;
}
/*その他サービス
============================*/
ul.list_box {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin: 30px 0;
}
ul.list_box li {
    width: calc(calc(100% - 30px) / 3);
    background-color: #eff8cf;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}
ul.list_box a {
    text-decoration: none;
    color: #222222;
    display: block;
}
ul.list_box li:hover {
    opacity: 0.8;
}
.eighth_ct {
    padding: 65px 0;
}
.company-ct > div.cont-bg > table > tbody > tr:nth-child(2) > td br {
    display: none;
}


/*　追加CSS　*/
.estimate-block {
  width: 1000px;
  margin: 50px auto;
  padding: 0px;
  font-family: sans-serif;
}

.estimate-block__title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
}

.estimate-block__inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.estimate-block__image img {
  width: 300px;
  height: auto;
  display: block;
  border-radius: 8px;
}

.estimate__textontent- {
  flex: 1;
  font-size: 1.1em;
  line-height: 1.6em;
}

/* 新着のNEW */
.topMessageDetail {
  position: relative;
  background-color: #f2f7f5;
  padding: 30px;
  overflow: visible; /* 三角を外にはみ出させる */
}

/* 左上の赤い三角（大きく） */
.topMessageDetail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0; /* ← ここを60px→80pxに拡大 */
  border-color: #e60012 transparent transparent transparent;
  z-index: 5;
  transform: translate(-1px, -1px);
}

/* 三角の上に白文字NEW（少し位置調整） */
.topMessageDetail::after {
  content: "NEW";
  position: absolute;
  top: 18px;   /* 三角のサイズに合わせて位置調整 */
  left: 14px;  /* 三角の内側に収める */
  color: #fff;
  font-size: 16px;  /* 大きめ文字 */
  font-weight: bold;
  transform: rotate(-45deg);
  z-index: 6;
  pointer-events: none;
}

/*商品ページ*/
.content-block {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 850px;
  margin: 0 auto;
}

.content-block .text-area {
  flex: 1;
}

.content-block h2 {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #333;
}

.content-block p {
  line-height: 1.8;
  color: #555;
}

.content-block img {
  flex: 1;
  max-width: 40%;
  height: auto;
  border-radius: 8px;
}

.sectionWrap .section{
    padding-left: 0px;
}

/*stepのタイトル*/

h3.step-title {
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  font-style: italic;
}
h3.step-title:before, h3.step-title:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
}
h3.step-title:before {
  left: 7px;
}
h3.step-title:after {
  right: 7px;
}

.tel_banner {
    text-align: center;
    margin-bottom: 20px;
}
.tel_banner img.sp{
    display:none;
}


/*新着情報*/
.topMessageSam {
    width: 250px;
    height: auto;
    padding: 0px;
    margin: 0 10px 0 0;
    float: left;
    border: none;
    text-align: center;
}
.topMessageSam img {
    max-height: 250px;
    max-width: 250px;
}
.topMessageSam table td {
    width: 250px;
    height: auto;
    vertical-align: top;
}

/*凡庸*/
.bold{
    font-weight: bold;
}