@charset "UTF-8";

form button:hover{ cursor: pointer; cursor: hand; opacity: 0.8; }

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
    display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{
    display: none;
}

/* 未入力があった際のエラーメッセージ */
#error-message {
    display: none;
    text-align: center;
    color: #dc3232;
}

/* セレクトボックスのデフォルトスタイルを初期化 */
.form-Box select#prefecture,
.form-Box select#your-num01,
.form-Box select#your-num02,
.form-Box select#your-time,
.form-Box select#select-showroom {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    cursor: pointer;
    background: #F7F7F7 url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
    background-size: 16px 16px;
}

@media screen and (min-width: 768px), print {

main{width: 1200px;margin: 0 auto 30px auto;}
/* 3枚表示のbxslider
-------------------------------------*/
/* system-common */
.page-list {font-size: 16px;margin: 30px 0 100px;text-align: center;font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
.page-list li{ background: #eeefef; display: inline-block; border: #dcdddd 1px solid; }
.page-list li.active { background: #231815; color: #fff; }
.page-list li.active a { color: #fff; }
.page-list a {padding: 12px;display: inline-block;margin: 0 5px 0 5px;border:1px solid #aaa;}
.page-list .current{background-color: #ddd;margin: 0 5px 0 5px;display: inline-block;padding: 13px 13px 13px 13px;}
.pagen{ width: 100%; margin: 0 auto 30px auto; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }
.page-navi { font-size: 16px; }
.page-navi li { display: inline-block;  }
.page-navi li.active { background: #ccc; }
.page-navi a { padding: 8px; display: inline-block; }
.page-navi .fast { margin-right: 0px; }
.page-navi .last { }
.page-navi .fast::after {  content: "|";  display: inline-block;  margin: 0 5px; }
.pagen .list{ float: right; }
.pagen .list a{ margin: 0 auto; color: #fff; padding: 7px 30px; font-size: 16px; text-align: center; display: inline-block; background: #000; }
.pagen .list a:hover{ background: #666; text-decoration: none; }
.btnArea { text-align: center; margin: 50px 0 20px; padding: 0; }
.btnArea a{ font-weight: bold; margin: 0 auto; color: #fff; padding: 20px 50px; font-size: 16px; text-align: center; display: block; background: #000; letter-spacing: 1px; width: 60%;}
.btnArea a:hover{ background: #666; text-decoration: none; }
.btnArea-s { text-align: center;padding-bottom: 1px;}
.btnArea-s a{ font-weight: bold; margin: 0 auto; color: #fff; padding: 10px 50px; font-size: 16px; text-align: center; display: inline-block; background: #000; letter-spacing: 1px;}
.btnArea-s a:hover{ background: #666; text-decoration: none; }
.btnArea-s::after{  content: ''; display: block; margin-bottom: 100px;}
.borderwrap{ padding: 70px 0 40px;max-width: 1200px;width: 95%;margin-inline: auto;}
.borderwrap h2{ font-size: 18px; font-weight: bold;  margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px #ccc solid; line-height: 1.6; }
.borderwrap p{ font-size: 16px; line-height: 1.8;}
.taxttl{text-align: center;font-size: 18px;margin-bottom: 30px;font-weight: bold;}
.system-gallery { background: #eeefef; padding: 30px 20px;}
h2.gallery-ttl {text-align: center;margin-top: 40px;margin-bottom: 30px;}
.gallery-list{display: -webkit-box;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;width: 100%!important;}
.gallery-list figure.wp-block-image{width: 23%!important;max-width: 23%!important;position: relative!important;margin: 0 1.2% 25px 0!important;font-size: 14px;line-height: 1.4;display: block!important;}
.gallery-list figure.wp-block-image:nth-of-type(4n) { margin-right: 0!important;}
.gallery-list figure.wp-block-image a:hover{ text-decoration: none; }
.gallery-list figure.wp-block-image { display: block; width: 100%; height: 180px; overflow: hidden; text-align: center; margin-bottom: 8px;}
.gallery-list figure.wp-block-image::after{ content: url(../images/common/icon_plus.jpg); display: block; position: absolute; bottom: 0px; right: 0;}
.gallery-list figure.wp-block-image img{width: 100%!important;height: 180px!important;}
.wp-block-image{}

.required{  }
.required::after{ content: "必須";position: absolute; background: #E4282D;color: #fff;font-size: 15px;line-height: 2;letter-spacing: 0.05em; font-weight: 400; border-radius: 4px;padding: 0 14px;right: 3px;top: 28px;}
.systemtab-list { margin-bottom: 30px; display: flex; flex-wrap: wrap; font-size: 14px; line-height: 1.6;}
.systemtab-list li{ flex-basis:50%; display: flex; border: #ccc 1px solid; margin-bottom: -1px; }
.systemtab-list li .systemtab-list-ttl{ flex-basis:33%; padding: 5%; background: #f8f8f8; }
.systemtab-list li p{ flex-basis:67%;  padding: 5%; background: #fff;}
.systemtab-list li:nth-of-type(2n) { margin-left: -1px;}
.other-ttl{text-align: center;background: #3D2810;color: #fff;font-size: 22px;font-weight: 700;letter-spacing: 0.05em;line-height: 3.1;padding: 7px 0;margin-bottom: 20px;}
#search-area{ background: #f8f8f8; border: #ccc solid 1px; padding: 40px; margin-bottom: 30px; }
#search-area .works-search{width: 400px!important;height:50px;padding-top: 5px!important;overflow: hidden;display: block;margin: 0 auto;border: 0;background: #333;color: #fff;font-size: 18px;border-radius: 10px;}
#search-area .sh-ttl{ font-size: 16px; line-height: 1.6; letter-spacing: 0.8px; font-weight: 500; border-bottom: 1px dotted; padding-bottom: 10px; margin-bottom: 20px; }
#search-area .shbox{ margin-bottom: 30px; }

p.sub-title1{font-size: 24px; position: absolute; top: 10px;left: 0;}
p.sub-title1 .span1{font-size: 14px; position: absolute; left: 40px; top: -15px}
p.sub-title1 .span2{font-size: 40px; position: absolute; left: 100px; top: -15px}.seo_bread_list{max-width: 1100px;width: 100%;padding: 20px 0 40px;margin: 0 auto;font-size: 16px;line-height: 1.4;letter-spacing: 1px;font-weight: bold;}
.catebox{  width: 1100px;margin: 0 auto;position: relative;}
.serchcategory1{    position: relative; margin-left: 172px;}
.serchcategory1 .icon {width: 150px; display: inline-block; margin-bottom: 15px; margin-right: 30px; font-size: 18px; font-weight: bold; text-align: center; padding: 10px 10px; position: relative; color: #fff;}
.serchcategory1 .icon:after{ content: ""; width: 20px; height: 20px; background: url(../images/common/category-icon.png) no-repeat right top; position: absolute; right: -13px; top: 35px; z-index: 1}

.cate-list { background: #f8f8f8; margin-bottom: 20px; padding: 20px; }
.cate-list .cate-ttl{border-bottom: 1px dotted #333;padding-bottom: 10px;margin-bottom: 20px;font-size: 22px;font-weight: 700;}
.cate-list span{ display: inline-block; margin-right: 20px; }
.cate-list span a{display: inline-block;  padding: 10px 20px; color: #fff; }
.cate-list span a:hover{ text-decoration: none; }
.tag-list { background: #f8f8f8; margin-bottom: 20px; padding: 20px; }
.tag-list .tag-ttl{border-bottom: 1px dotted #333;padding-bottom: 10px;margin-bottom: 20px;font-size: 22px;font-weight: 700;}
.tag-list span{ display: inline-block; margin-right: 20px; }
.tag-list span a{display: inline-block;  padding: 10px 20px; border: 1px solid #333; }
.tag-list span a:hover{ text-decoration: none; }

.system-contents{  }
.system-contents iframe{ width: 100%; height: 400px; }
.system-contents .mapbox{  }
.system-contents .mapbox .mapttl{ margin-top: 30px; }
.system-contents .mapbox iframe{ width: 100%; height: 400px; }
.system-tblbox { margin-top: 40px; }
.system-tblbox tr td:nth-child(1){ width: 15%; background: #f8f8f8; font-size: 16px; font-weight: 700;  }
.system-tblbox tr td:nth-child(2){ width: 35%; background: #fff; font-size: 16px;  }
.system-tblbox tr td:nth-child(3){ width: 15%; background: #f8f8f8; font-size: 16px; font-weight: 700;  }
.system-tblbox tr td:nth-child(4){ width: 35%; background: #fff; font-size: 16px;  }


/* event -------------------------------------*/
#event .inner-box .list { width: 1100px; margin: 0 auto; } 
#event .inner-box .list-item {margin-bottom: 54px;padding: 20px 20px 20px 20px;border-radius: 14px;border: 9px solid #3189C8;} 
#event .inner-box .relative-box { position: relative; } 
#event .inner-box .img {float: left;position: relative;z-index: 4;width: 520px;text-align: center;} 
#event .inner-box .img img { max-width: 100%; height: auto; } 
#event .inner-box .icon { position: absolute; z-index: 8; top: -23px; left: -25px; } 
#event .inner-box .txt-box { float: right; width: 470px; } 
#event .inner-box .date {color: #0191be;font-size: 16px;font-weight: 700;letter-spacing: 1.68px;} 
#event .inner-box .time {color: #0191be;font-size: 16px;font-weight: 700;letter-spacing: 1.44px;margin: 0 0 15px 0;} 
#event .inner-box .area {/* width: 150px; *//* height: 25px; */margin-bottom: 20px;padding: 3px 20px 3px 20px;text-align: center;background-color: #956225;color: #ffffff;font-size: 16px;font-weight: 700;letter-spacing: 1.28px;} 
#event .inner-box .ttl {margin-bottom: 15px;padding-top: 10px;border-top: 1px solid #956225;font-weight: bold;color: #956225;font-size: 22px;line-height: 43px;letter-spacing: 1.84px;} 
#event .inner-box .link { display: block; width: 240px; margin: 0 auto; } 
#event .inner-box .link-list { margin: 0 auto; } 
#event .inner-box .link-list-item { margin-right: 14px; } 
#event .inner-box .link-list-item:last-child { margin-right: 0; } 
#event .inner-box .pager { display: block; width: 32px; min-height: 32px; padding-top: 2px; padding-left: 9px; border-radius: 5px; border: 2px solid #956125; background-color: #ffffff; color: #956125; font-size: 16px; font-weight: 700; } 
#event .inner-box .pager-next { position: relative; top: 6px; color: #956125; font-family: Meiryo; font-size: 14px; font-weight: 700; letter-spacing: 0.28px; } 
#event .inner-box .pager-prev { position: relative; top: 6px; color: #956125; font-family: Meiryo; font-size: 14px; font-weight: 700; letter-spacing: 0.28px; } 
#event #detail-contents1 { margin-bottom: 64px; } 
#event #detail-contents1 .detail-contents1-mainbx {width: 1100px;margin: 0 auto;padding: 55px;border-radius: 20px;border: 9px solid #3189C8;} 
#event #detail-contents1 .relative-box { position: relative; } 
#event #detail-contents1 .img {position: relative;z-index: 4;margin-bottom: 10px;} 
#event #detail-contents1 .img { text-align: center; width: 950px; } 
#event #detail-contents1 .img img {width: 100%;/* height: 175px; */} 
#event #detail-contents1 .icon { position: absolute; z-index: 8; top: -42px; right: -49px; } 
#event #detail-contents1 .date {color: #0191be;font-size: 20px;font-weight: 700;letter-spacing: 1.68px;} 
#event #detail-contents1 .time {color: #0191be;font-size: 20px;font-weight: 700;letter-spacing: 1.44px;margin: 0 0 20px 0;} 
#event #detail-contents1 .area {/* width: 150px; */display: inline-block;/* height: 25px; */padding: 5px 35px 3px 35px;margin-bottom: 10px;text-align: center;background-color: #956225;color: #ffffff;font-size: 18px;font-weight: 700;letter-spacing: 1.28px;} 
#event #detail-contents1 .ttl {margin-bottom: 35px;padding-bottom: 5px;border-bottom: 1px solid #956225;font-weight: bold;color: #956225;font-size: 30px;line-height: 1.6;letter-spacing: 1.84px;} 
#event #detail-contents1 .detail-contents1-inner1 {margin-bottom: 10px;} 
#event #detail-contents1 .detail-contents1-inner1 .txt11 { margin-bottom: 37px; color: #000000; font-size: 16px; font-weight: 400; line-height: 30px; } 
#event #detail-contents1 .detail-contents1-inner1 .h1-bx { font-size: 22px; font-weight: bold; color: #956225; padding: 10px; background: #c9eefb; margin-bottom: 30px; } 
#event #detail-contents1 .detail-contents1-inner1 .h1-txt { background: url(../images/item/detail-contents1-icon1.png) no-repeat left 0px #c9eefb; padding-left: 33px; } 
#event #detail-contents1 .detail-contents1-inner1 .h2-bx { padding: 10px; border-top: 1px solid #956225; border-bottom: 1px solid #956225; margin-bottom: 30px; } 
#event #detail-contents1 .detail-contents1-inner1 .h2-txt { font-size: 20px; font-weight: bold; color: #956225; } 
#event #detail-contents1 .detail-contents1-inner1 .h3-bx { padding: 10px; background: #f9f4d9; border-radius: 10px; margin-bottom: 30px; } 
#event #detail-contents1 .detail-contents1-inner1 .h3-txt { font-size: 19px; font-weight: bold; color: #956225; } 
#event #detail-contents1 .detail-contents1-inner1 .h4-bx { padding: 10px; background: url(../images/item/detail-contents1-icon2.png) no-repeat left; padding-left: 20px; margin-bottom: 30px; } 
#event #detail-contents1 .detail-contents1-inner1 .h4-txt { font-size: 18px; font-weight: bold; color: #956225; } 
#event #detail-contents1 .detail-contents1-inner1 .h5-bx { padding: 10px; border: 2px solid #e8e0b3; margin-bottom: 30px; } 
#event #detail-contents1 .detail-contents1-inner1 .h5-txt { font-size: 17px; font-weight: bold; color: #956225; } 
#event #detail-contents1 .detail-contents1-inner1 .h6-bx { padding: 10px; border-bottom: 2px dotted #0191be; margin-bottom: 30px; } 
#event #detail-contents1 .detail-contents1-inner1 .h6-txt { font-size: 16px; font-weight: bold; color: #956225; } 
#event #detail-contents1 .gallery-inner {background: #956225;padding: 10px;margin-bottom: 0px;} 
#event #detail-contents1 .gallery-inner .gal-ttl { font-size: 22px; color: #fff; font-weight: 900; text-align: center; } 
#event #detail-contents1 .gallery-bx .list-item { float: left; width: 215px; margin: 0 30px 30px 0; } 
#event #detail-contents1 .gallery-bx .list-item:nth-child(4n) { margin-right: 0; } 
#event #detail-contents1 .gallery-bx .img { margin-bottom: 10px; } 
#event #detail-contents1 .gallery-bx .list-txt { color: #000000; font-size: 12px; line-height: 18px; letter-spacing: 0.6px; } 
#event #detail-contents2 .detail-contents2-mainbx { width: 1100px; margin: 0 auto; padding: 55px; border-radius: 20px; border: 20px solid #c9eefb; } 
#event #detail-contents2 .relative-box { position: relative; } 
#event #detail-contents2 .img { position: relative; z-index: 4; margin-bottom: 15px; } 
#event #detail-contents2 .icon { position: absolute; z-index: 8; top: -42px; right: -49px; } 
#event #detail-contents2 .date { color: #0191be; font-size: 21px; font-weight: 700; letter-spacing: 1.68px; } 
#event #detail-contents2 .time { color: #0191be; font-size: 18px; font-weight: 700; letter-spacing: 1.44px; } 
#event #detail-contents2 .area { width: 150px; height: 25px; margin-bottom: 20px; text-align: center; background-color: #00a5d8; color: #ffffff; font-size: 16px; font-weight: 700; letter-spacing: 1.28px; } 
#event #detail-contents2 .ttl { margin-bottom: 35px; padding-bottom: 10px; border-bottom: 1px dotted #000000; font-weight: bold; color: #956225; font-size: 23px; line-height: 43px; letter-spacing: 1.84px; } 
#event #detail-contents2 .detail-contents2-inner1 { margin-bottom: 100px; } 
#event #detail-contents2 .detail-contents2-inner1 .txt11 { margin-bottom: 37px; color: #000000; font-size: 16px; font-weight: 400; line-height: 30px; } 
#event #detail-contents2 .detail-contents2-inner1 .h1-bx { font-size: 22px; font-weight: bold; color: #956225; padding: 10px; background: #c9eefb; margin-bottom: 30px; } 
#event #detail-contents2 .detail-contents2-inner1 .h1-txt { background: url(../images/item/detail-contents1-icon1.png) no-repeat left 0px #c9eefb; padding-left: 33px; } 
#event #detail-contents2 .detail-contents2-inner1 .h2-bx { padding: 10px; border-top: 1px solid #956225; border-bottom: 1px solid #956225; margin-bottom: 30px; } 
#event #detail-contents2 .detail-contents2-inner1 .h2-txt { font-size: 20px; font-weight: bold; color: #956225; } 
#event #detail-contents2 .detail-contents2-inner1 .h3-bx { padding: 10px; background: #f9f4d9; border-radius: 10px; margin-bottom: 30px; } 
#event #detail-contents2 .detail-contents2-inner1 .h3-txt { font-size: 19px; font-weight: bold; color: #956225; } 
#event #detail-contents2 .detail-contents2-inner1 .h4-bx { padding: 10px; background: url(../images/item/detail-contents2-icon2.png) no-repeat left; padding-left: 20px; margin-bottom: 30px; } 
#event #detail-contents2 .detail-contents2-inner1 .h4-txt { font-size: 18px; font-weight: bold; color: #956225; } 
#event #detail-contents2 .detail-contents2-inner1 .h5-bx { padding: 10px; border: 2px solid #e8e0b3; margin-bottom: 30px; } 
#event #detail-contents2 .detail-contents2-inner1 .h5-txt { font-size: 17px; font-weight: bold; color: #956225; } 
#event #detail-contents2 .detail-contents2-inner1 .h6-bx { padding: 10px; border-bottom: 2px dotted #0191be; margin-bottom: 30px; } 
#event #detail-contents2 .detail-contents2-inner1 .h6-txt { font-size: 16px; font-weight: bold; color: #956225; } 
#event #detail-contents2 .gallery-inner { background: #00a5d8; padding: 10px; margin-bottom: 20px; } 
#event #detail-contents2 .gallery-inner .gal-ttl { font-size: 22px; color: #fff; font-weight: 900; text-align: center; } 
#event #detail-contents2 .gallery-bx .list-item { float: left; width: 215px; margin: 0 30px 30px 0; } 
#event #detail-contents2 .gallery-bx .list-item:nth-child(4n) { margin-right: 0; } 
#event #detail-contents2 .gallery-bx .img { margin-bottom: 10px; } 
#event #detail-contents1 .gallery-bx .list-txt { color: #000000; font-size: 12px; line-height: 18px; letter-spacing: 0.6px; } 
#event .photo-gallery {display: -webkit-box;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;padding-bottom: 12px;padding-top: 30px;} 
#event .photo-gallery > li {width: 220px;margin-bottom: 25px;margin-right: 23px;} 
#event .photo-gallery > li:nth-child(4n) { margin-right: 0px; } 
#event .rel { position: relative; } 
#event .mushi { position: absolute; bottom: 0; right: 0px; } 
#event .pic-mb {margin-bottom: .5em;} 
#event .system-gallery-pic-lo {width: 220px;height: 175px;}
#event .inner-box .icon{width: auto;text-align: center;padding: 12px 17px 11px 17px;font-weight:bold;font-size: 20px;line-height: 1.6;letter-spacing: 1px;border-radius:30px;margin: 0 0 0 0px;position: absolute;top: -39px;left: -10px;}
#event .inner-box .icon.cate01{background-color:#F47723;color: #fff;}
#event .inner-box .icon.cate02{background-color:#2e2e2e;color: #fff;}
#event .inner-box .icon.cate03{}
#event #detail-contents1 .img .mushi img{width: 30px;height: 30px;}

#event #detail-contents1 .icon{/* width: 30px; *//* display: inline-block; */text-align: center;padding: 12px 17px 11px 17px;font-weight:bold;font-size: 20px;line-height: 1.6;letter-spacing: 1px;border-radius:30px;margin: 0 0 0 0px;position: absolute;top: -30px;left: -40px;}
#event #detail-contents1 .icon.cate01{background-color:#F47723;color: #fff;width: 130px;}
#event #detail-contents1 .icon.cate02{background-color:#2e2e2e;color: #fff;}



/* voice -------------------------------------*/
#voice .system-list{background: #EEF1F1;padding: 30px 30px 30px;margin-bottom: 50px;display: -webkit-box;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
#voice .system-list li{line-height: 1.4;width: 32%;margin-right: 2%;background: #fff;position: relative;margin-bottom: 20px;border: 1px solid #333;padding: 20px 10px 0px;}
#voice .system-list li:nth-child(3n){ margin-right: 0}
#voice .system-list li a:hover{ text-decoration: none; }

#voice .system-list .btn{ text-align: center; background: #333; color: #fff; font-size: 14px; position: absolute; bottom: 0; left: 0; width: 100%; padding: 2%;}
#voice .system-list .btn::after { content: ' >';}
#voice .system-pic{width: 100%;height: 240px;overflow: hidden;text-align: center;margin-bottom: 10px;}
#voice .system-pic img{ width: 100%; height: 240px; }
#voice .system-date{ font-size: 14px; margin-bottom: 10px; line-height: 1.4; }
#voice .system-date::before{ content: "■"; }
#voice .system-name{font-size: 16px;margin-bottom: 14px;line-height: 1.4;background-color: #956125;font-weight: bold;color: #fff;padding: 6px 15px 5px 15px;text-align: left;display: inline-block;}
#voice .system-coment{ font-size: 14px; margin-bottom: 5px; line-height: 1.4; }
#voice .system-ttl-01{font-size: 18px;margin-bottom: 31px;font-weight: bold;line-height: 1.4;}
#voice .system-category-set { margin-bottom: 15px; margin-top: -15px;}
#voice .system-category{ margin-bottom: 1px; font-size: 14px; font-weight: bold; color: #fff; text-align: center; padding: 8px; background-color: #ccc;}
#voice .serchcategory{ margin-bottom: 100px;}
#voice .serchcategory .icon { display: inline-block; margin-bottom: 15px; font-size: 14px; font-weight: bold; color: #fff; text-align: center; padding: 10px 20px; }
#voice .system-category1{margin-bottom: 1px; font-size: 16px; font-weight: bold; color: #fff; text-align: center; padding: 10px 20px; background-color: #ccc; position: relative;}
#voice .system-contents{padding: 40px 40px 40px 40px;margin-bottom: 30px;border: 5px solid #e5e5e5;}
#voice .system-contents-inner { background: #fff; padding: 40px 20px;}
#voice .system-contents .system-date{ font-size: 16px; margin-bottom: 15px; display: block; }
#voice .system-contents .system-category-set { margin-top: 0px; margin-bottom: 0;}
#voice .system-contents .system-category{ margin-bottom: 20px; font-size: 14px; color: #fff; text-align: center; padding: 8px; width: 20%; float: left; margin-right: 2px;}
#voice .system-contents .system-ttl{font-size: 28px;font-weight: bold;margin-bottom: 25px;padding-bottom: 15px;border-bottom: 1px #ccc solid;line-height: 1.4;}
#voice .system-contents .system-i-pic{ text-align: center; margin-bottom: 50px; }
#voice .system-contents .system-i-pic img{max-width: 100%;width: auto;height: auto;}

#voice .system-list02{ background: #eeefef; padding: 41px 21px 21px; margin-bottom: 50px; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#voice .system-list02 li{ line-height: 1.4; width: 23.5%; margin-right: 2%; background: #fff; position: relative; margin-bottom: 20px; padding: 20px 10px 30px;}
#voice .system-list02 li:nth-child(4n){ margin-right: 0}
#voice .system-list02 li a:hover{ text-decoration: none; }
#voice .system-list02 .btn{ text-align: center; background: #333; color: #fff; font-size: 14px; position: absolute; bottom: 0; left: 0; width: 100%; padding: 3%;}
#voice .system-list02 .btn::after { content: ' >';}
#voice .system-list02 .system-pic{ width: 100%; height: 180px; overflow: hidden; text-align: center; margin-bottom: 15px; }
#voice .system-list02 .system-pic img{ width: 100%; height: 180px; }
#voice .system-list02 .system-date{ font-size: 14px; margin-bottom: 10px; line-height: 1.4; }
#voice .system-list02 .system-date::before{ content: "■"; }
#voice .system-list02 .system-coment{ font-size: 14px; margin-bottom: 5px; line-height: 1.4; }
#voice .system-list02 .system-ttl-01{ font-size: 16px; margin-bottom: 20px; line-height: 1.4; }


/* dcate -------------------------------------*/

#dcate .system-list{margin-bottom: 50px;display: -webkit-box;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
#dcate .system-list li{line-height: 1.4;width: 23.5%;margin-right: 2%;background: #fff;position: relative;margin-bottom: 20px;}
#dcate .system-list li:nth-child(4n){ margin-right: 0}
#dcate .system-list li a:hover{ text-decoration: none; }
#dcate .system-list .btn{ text-align: center; background: #333; color: #fff; font-size: 14px; position: absolute; bottom: 0; left: 0; width: 100%; padding: 3%;}
#dcate .system-list .btn::after { content: ' >';}
#dcate .system-pic{ width: 100%; height: 180px; overflow: hidden; text-align: center; margin-bottom: 15px;}
#dcate .system-pic img{ width: 100%; height: 180px; }
#dcate .system-date{ font-size: 14px; margin-bottom: 10px; line-height: 1.4; }
#dcate .system-coment{ font-size: 14px; margin-bottom: 5px; line-height: 1.4; }
#dcate .system-ttl-01{font-size: 16px;margin-bottom: 10px;line-height: 1.4;}
#dcate .system-category-set { margin-bottom: 15px; margin-top: -15px;}
#dcate .serchcategory{ margin-bottom: 100px;}
#dcate .serchcategory .icon { display: inline-block; margin-bottom: 15px; font-size: 14px; font-weight: bold; color: #fff; text-align: center; padding: 10px 20px; }
#dcate .system-category1{margin-bottom: 1px; font-size: 16px; font-weight: bold; color: #fff; text-align: center; padding: 10px 20px; background-color: #ccc; position: relative;}
#dcate .system-contents{ background: #eeefef; padding: 40px 20px; margin-bottom: 30px; }

#dcate .system-contents{background: #fff;padding: 40px;margin-bottom: 30px;border: solid #ccc 1px;}
#dcate .system-contents .system-category-set { margin-top: 0px; margin-bottom: 0;}
#dcate .system-contents-inner { background: #fff; padding: 40px 20px;}
#dcate .system-contents .system-date{ font-size: 16px; margin-bottom: 15px; display: block; }
#dcate .system-contents .system-ttl{font-size: 25px;font-weight: bold;margin-bottom: 30px;padding-bottom: 25px;border-bottom: 1px #ccc solid;line-height: 1.4;letter-spacing: 0.9px;}
#dcate .system-contents .system-i-pic{ text-align: center; margin-bottom: 50px; }
#dcate .system-contents .system-i-pic img{max-width: 100%;width: auto;height: auto;}
#dcate .system-gallery { background: #eeefef; padding: 30px 20px;}
#dcate .system-gallery h2 { text-transform: uppercase;}



/* blog -------------------------------------*/
/*patern1*/
#staff_blog .mainContents {width: 72%;float: right;}
/*patern2*/
#staff_blog .mainContents .system-list2{background: #fff;padding: 40px 20px 20px;border: 1px solid #aaa;margin-bottom: 50px;}
#staff_blog .mainContents .system-list-inner2{ background: #fff; padding: 40px 20px;}
#staff_blog .mainContents .system-list2 li{ overflow: hidden; line-height: 1.4; margin-bottom: 20px; border-bottom: 1px dotted #b2b2b2; padding: 0 0 20px;}
#staff_blog .mainContents .system-list2 li a:hover{ text-decoration: none; }
#staff_blog .mainContents .system-list2 .system-pic{ width: 20%; float: left; }
#staff_blog .mainContents .system-list2 .system-pic img{ max-width: 100%; height: auto; }
#staff_blog .mainContents .system-list2 .textbx{width: 78%;float: left;margin-left: 2%;}
#staff_blog .mainContents .system-list2 .system-date{ margin-bottom: 10px;font-size: 14px; line-height: 1.4; }
#staff_blog .mainContents .system-list2 .system-date::before{ content: "■"; }
#staff_blog .mainContents .system-list2 .system-day{color: #BD9E78;margin: 5px 0 1px 0;}
#staff_blog .mainContents .system-list2 .system-ttl-01{font-size: 18px;line-height: 1.6;font-weight: bold;margin-bottom: 10px;}
#staff_blog .mainContents .system-list2 .system-contributor { color: #bbb; font-size: 0.75em; text-align: right;}
/**/

#staff_blog .system-category span {margin-bottom: 5px;padding: 4px 8px 3px 8px;display: inline-block;color: #fff;text-align: center;font-size: 16px;margin-right: 10px;letter-spacing: 1px;color: #000;border: 1px solid #3D2810;}
#staff_blog .cate01{ background: #000; }
#staff_blog .cate02{ background: #111; }
#staff_blog .cate03{ background: #222; }
#staff_blog .cate04{ background: #333; }
#staff_blog .cate05{ background: #444; }
#staff_blog .cate06{ background: #555; }
#staff_blog .mainContents .system-contents{ background: #eeefef; padding: 40px 20px; margin-bottom: 30px; }
#staff_blog .mainContents .system-contents-inner { background: #fff; padding: 40px 20px;}
#staff_blog .mainContents .system-contents .system-date{ font-size: 1em; margin-bottom: 15px; display: block; }
#staff_blog .mainContents .system-contents .system-date::before{ content: "■"; }
#staff_blog .mainContents .system-contents .system-category-set { width: 100%; margin-bottom: 20px;}
#staff_blog .mainContents .system-contents .system-category{ font-size: 0.75em; font-weight: bold; color: #fff; text-align: center; padding: 8px; width: 20%; float: right; margin-right: 2px; background: #ccc;}
#staff_blog .mainContents .system-i-pic{ text-align: center; margin-bottom: 8%; }
#staff_blog .mainContents .system-i-pic img{max-width: 100%;width: auto;height: auto;}
#staff_blog .mainContents .system-ttl{font-size: 26px;font-weight: bold;margin-bottom: 30px;padding-bottom: 10px;border-bottom: 1px #ccc solid;line-height: 1.4;}
#staff_blog .mainContents .footInfo { margin-top: 50px; padding-top: 20px; border-top: 1px dotted #ccc;}
#staff_blog .mainContents .system-contributor { font-size: 0.875em; margin-bottom: 15px; text-align: right;}

/*blogサイドバー*/
#staff_blog aside.sidebar { width: 23%; float: left; }
#staff_blog aside.sidebar .aside-blog-ttl { border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 20px; text-align: center;}
#staff_blog aside.sidebar .aside-blog-ttl span.en { font-size: 0.75em; display: block; margin-bottom: 10px; letter-spacing: 1px; color: #ccc;}
#staff_blog aside.sidebar .aside-blog-ttl span.jp { font-size: 0.938em; font-weight: bold; }
#staff_blog aside.sidebar .list-block { margin: 20px 0 40px;}
#staff_blog aside.sidebar .acbox a {line-height: 1.4;font-size: 0.875rem;border-bottom: 1px dotted #ddd;padding-bottom: 15px;margin-bottom: 15px !important;display: block;}
#staff_blog #sidebar .widget_calendar { margin-bottom: 40px;}
#staff_blog table#wp-calendar {table-layout: fixed;width: 100%;margin: 5px auto 0 auto;padding: 0;border-collapse: collapse;border-spacing: 0;font-size: 14px;margin-bottom: 30px;}
#staff_blog table#wp-calendar caption {margin: 0px 0 0 0;padding: 0px 10px 10px 10px;width: auto;font-size: 18px;text-align: center;font-weight: bold;background-color: #fff;/* border: thin solid #eee; */border-radius: 3px 3px 0 0;-moz-border-radius: 3px 3px 0 0;-webkit-border-radius: 3px 3px 0 0;}
#staff_blog table#wp-calendar #today {display: block;font-weight: bold;background-color: #cef;z-index: 1;}
#staff_blog table#wp-calendar .pad {font-weight: bold;background-color: #eee;}
#staff_blog table#wp-calendar th,table#wp-calendar td {padding: 7px 0;vertical-align: middle;text-align: center;}
#staff_blog table#wp-calendar td {line-height: 1.8;border: thin solid #eee;background-color: #fff;}
#staff_blog table#wp-calendar th {font-style: normal;color: #fff;border-left: thin solid #eee;border-right: thin solid #eee;background-color: #00a5d8;}
#staff_blog table#wp-calendar a { font-size: 12px; color: #00a0dd; padding: 0; text-decoration: underline;}
#staff_blog .wp-ttl-001 {color: #006a8c;padding-left: 16px;padding-bottom: 9px;border-bottom: 2px solid #006a8c;font-weight: 700;} 
#staff_blog .wp-ttl-001 .jp { font-weight: 700; } 
#staff_blog .sidebar .list { margin-bottom: 40px; } 
#staff_blog .sidebar .list a {display: inline-block;/* position: absolute; *//* top: 0; *//* left: 0; *//* width: 100%; */padding-top: 18px;padding-bottom: 18px;padding-left: 48px;padding-right: 1em;background-image: url(../images/common/blog-deco-icon.jpg);background-repeat: no-repeat;background-position: 24px 23px;font-size: 14px;line-height: 1.6;font-weight: bold;} 
#staff_blog .contents-pager { width: 760px; }
#staff_blog .sidebar .list li{border-bottom: 1px solid #a9a9a9;position: relative;}
.over-box{height: 475px;overflow-y: scroll;}
#staff_blog .system-date{color: #BD9E78;margin: 5px 0 6px 0;}



/* topics -------------------------------------*/
#topics .system-list{background: #eeefef;padding: 1px;margin-bottom: 50px;}
#topics .system-list li{ overflow: hidden; line-height: 1.4; margin-bottom: 20px; border-bottom: 1px dotted #b2b2b2; padding: 0 0 20px;}
#topics .system-list li a:hover{ text-decoration: none; }
#topics .system-list .system-date{font-size: 16px;line-height: 1.4;margin-bottom: 19px;}
#topics .system-list .system-ttl-01{font-size: 16px;line-height: 1.6;display: block;width: 100%;}
#topics .system-list .system-category-set {   margin-bottom: 15px;display: inline-block;width: 100%;}
#topics .system-category{margin-bottom: 20px;}

#topics .system-list2{ background: #eeefef; padding: 41px 21px 21px; margin-bottom: 50px; }
#topics .system-list-inner{ background: #fff; padding: 40px 20px;}
#topics .system-list2 li{ overflow: hidden; line-height: 1.4; margin-bottom: 20px; border-bottom: 1px dotted #b2b2b2; padding: 0 0 20px;}
#topics .system-list2 li a:hover{ text-decoration: none; }
#topics .system-list2 .system-date{   font-size: 15px; line-height: 1.4; }
#topics .system-list2 .system-ttl-01{   font-size: 15px; line-height: 1.6; display: block;width: 100%;}
#topics .system-list2 .system-category-set {   margin-bottom: 15px;display: block;width: 100%;}
#topics .system-list2 .system-pic{ width: 20%; float: left; text-align: center;}
#topics .system-list2 .system-pic img{ width: auto;  max-width: 100%;height: auto;}
#topics .system-list2 .textbox{ width: 78%; margin-bottom: 10px; float: right; }

#topics .system-contents{background: #eeefef;padding: 1px;margin-bottom: 30px;}
#topics .system-contents-inner { background: #fff; padding: 40px 20px;}
#topics .system-contents .system-date{ font-size: 16px; margin-bottom: 15px; display: block; }
#topics .system-contents .system-ttl{font-size: 26px;font-weight: bold;margin-bottom: 30px;padding-bottom: 25px;border-bottom: 1px #ccc solid;line-height: 1.4;}
#topics .system-contents .system-pic{ text-align: center; margin-bottom: 50px; }
#topics .system-contents .system-pic img{ max-width: 100%; max-height: 600px; width: auto; max-height: auto; }


/* staff -------------------------------------*/
#staff .system-list{background: #EDEBDF;padding: 40px 40px 30px;margin-bottom: 100px;display: -webkit-box;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
#staff .system-list li{line-height: 1.4;width: 23.5%;margin-right: 2%;background: #fff;position: relative;margin-bottom: 20px;padding: 12px 12px 20px;}
#staff .system-list li:nth-child(4n){ margin-right: 0}
#staff .system-list li a:hover{ text-decoration: none; }
#staff .system-list .btn{ text-align: center; background: #333; color: #fff; font-size: 14px; position: absolute; bottom: 10px; left: 13px; width: 90%; padding: 5% 0%;}
#staff .system-list .btn::after { content: ' >';}
#staff .system-pic{ width: 100%; height: 220px; margin-bottom: 15px; overflow: hidden; text-align: center; }
#staff .system-pic img{ width: 100%; height: 220px; }
#staff .system-job{font-size: 14px;margin-bottom: 10px;line-height: 1.4;text-align: center;border: 1px solid #999;padding: 5px 5px 4px 5px;}
#staff .system-name{ font-size: 16px; margin-bottom: 30px; line-height: 1.4; text-align: center; font-weight: bold;}
#staff .system-kana{ font-size: 14px; margin-bottom: 15px; line-height: 1.4; }
#staff .system-list .system-message{font-size: 14px;line-height: 1.6;letter-spacing: 1px;}
#staff .system-list02{ background: #eeefef; padding: 41px 21px 21px; margin-bottom: 50px; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#staff .system-list02 li{ line-height: 1.4; width: 23.5%; margin-right: 2%; background: #fff; position: relative; margin-bottom: 20px; padding: 20px 10px 30px;}
#staff .system-list02 li:nth-child(4n){ margin-right: 0}
#staff .system-list02 li a:hover{ text-decoration: none; }
#staff .system-list02 .btn{ text-align: center; background: #333; color: #fff; font-size: 14px; position: absolute; bottom: 0; left: 0; width: 100%; padding: 3%;}
#staff .system-list02 .btn::after { content: ' >';}
#staff .system-list02 .system-pic{ width: 100%; height: 180px; overflow: hidden; text-align: center; margin-bottom: 15px; }
#staff .system-list02 .system-pic img{ width: 100%; height: 180px; }
#staff .system-list02 .system-date{ font-size: 14px; margin-bottom: 10px; line-height: 1.4; }
#staff .system-list02 .system-date::before{ content: "■"; }
#staff .system-list02 .system-coment{ font-size: 14px; margin-bottom: 5px; line-height: 1.4; }
#staff .system-list02 .system-ttl-01{ font-size: 16px; line-height: 1.4; text-align: center; font-weight: bold;}
#staff .system-contents{background: #EDEBDF;padding: 40px;margin-bottom: 60px;}
#staff .system-contents-inner { background: #fff; padding: 80px;}
#staff .system-contents .system-info { width: 46%; float: left; }
#staff .system-contents .system-job{font-size: 18px;/* color: #fff; */margin-bottom: 15px;line-height: 1.4;border: 1px solid #999;padding-bottom: 30px;text-align: left;background: #fff;padding: 10px 15px 7px 15px;display: inline-block;}
#staff .system-contents .system-name{ font-size: 32px; line-height: 1.4; text-align: left;}
#staff .system-contents .system-kana{ font-size: 16px; margin-bottom: 15px; line-height: 1.4; }
#staff .system-contents .system-message{font-size: 18px;line-height: 1.6;letter-spacing: 1px;}
#staff .system-contents .system-comment{ font-size: 16px; margin-bottom: 25px; line-height: 1.6; }
#staff .system-contents .num-bx{width: 46%;float: left;padding-top: 90px;}
#staff .system-contents .system-ttl{font-size: 40px;font-weight: 700;text-align: left;margin-bottom: 16px;}
#staff .system-contents .comment-bx{ }
#staff .system-contents .comment-bx table{ }
#staff .system-contents .comment-bx tbody{ }
#staff .system-contents .comment-bx tr{ }
#staff .system-contents .comment-bx th{font-size: 16px; letter-spacing: 1px; width: 25%; border: 1px solid #ccc; padding: 5px 0; background: #949494; color: #fff; vertical-align: middle;}
#staff .system-contents .comment-bx td{font-size: 16px; width: 40%; border: 1px solid #ccc; padding: 5px 15px; vertical-align: middle;}
#staff .system-contents .system-i-pic{ width: 50%; float: right; text-align: center; margin-bottom: 50px;}
#staff .system-contents .system-i-pic img{ max-width: 100%; max-height: 550px; width: auto; height: auto; }
#staff .system-contents .wys-ttl{ width: 100%; margin: 30px auto; padding: 15px 30px; font-size: 18px; color: #959595; font-weight: bold; background: #f1f1f1;}
#staff .system-contents1{ background: #eeefef; padding: 40px; margin-bottom: 30px; }
#staff .system-contents1-inner { background: #fff; padding: 80px;}
#staff .system-contents1 .system-info { width: 60%; margin-right: 30px; float: left;}
#staff .system-contents1 .system-job{ font-size: 16px; color: #fff; margin-bottom: 15px; line-height: 1.4; border-bottom: 1px solid #ccc; padding-bottom: 30px; text-align: left; background: #949494; padding: 10px 15px; display: inline-block;}
#staff .system-contents1 .system-name{ font-size: 20px; line-height: 1.4; text-align: left;}
#staff .system-contents1 .system-kana{ font-size: 16px; margin-bottom: 15px; line-height: 1.4; }
#staff .system-contents1 .system-comment{ font-size: 16px; margin-bottom: 25px; line-height: 1.6; }
#staff .system-contents1 .comment-bx{ }
#staff .system-contents1 .comment-bx table{ }
#staff .system-contents1 .comment-bx tbody{ }
#staff .system-contents1 .comment-bx tr{ }
#staff .system-contents1 .comment-bx th{font-size: 16px; letter-spacing: 1px; width: 10%; border: 1px solid #ccc; padding: 5px 0; background: #949494; color: #fff; vertical-align: middle;}
#staff .system-contents1 .comment-bx td{font-size: 16px; width: 40%; border: 1px solid #ccc; padding: 5px 15px; vertical-align: middle;}
#staff .system-contents1 .system-i-pic{ width: 35%; float: right; text-align: center; margin-bottom: 20px;}
#staff .system-contents1 .system-i-pic img{ max-width: 100%; max-height: 300px; width: auto; height: auto; }
#staff .system-contents1 .wys-ttl{ width: 100%; margin: 30px auto; padding: 15px 30px; font-size: 18px; color: #959595; font-weight: bold; background: #f1f1f1;}
#staff .system-ttl{text-align: center;font-size: 20px;font-weight: bold;color: #3D2810;margin: 0 0 10px 0;}


/* craftman -------------------------------------*/
#craftsman .system-list{background: #EDEBDF;padding: 40px 40px 30px;margin-bottom: 100px;display: -webkit-box;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
#craftsman .system-list li{line-height: 1.4;width: 23.5%;margin-right: 2%;background: #fff;position: relative;margin-bottom: 20px;padding: 12px 12px 20px;}
#craftsman .system-list li:nth-child(4n){ margin-right: 0}
#craftsman .system-list li a:hover{ text-decoration: none; }
#craftsman .system-list .btn{ text-align: center; background: #333; color: #fff; font-size: 14px; position: absolute; bottom: 10px; left: 13px; width: 90%; padding: 5% 0%;}
#craftsman .system-list .btn::after { content: ' >';}
#craftsman .system-pic{ width: 100%; height: 220px; margin-bottom: 15px; overflow: hidden; text-align: center; }
#craftsman .system-pic img{ width: 100%; height: 220px; }
#craftsman .system-job{font-size: 14px;margin-bottom: 10px;line-height: 1.4;text-align: center;border: 1px solid #999;padding: 5px 5px 4px 5px;}
#craftsman .system-name{ font-size: 16px; margin-bottom: 30px; line-height: 1.4; text-align: center; font-weight: bold;}
#craftsman .system-kana{ font-size: 14px; margin-bottom: 15px; line-height: 1.4; }
#craftsman .system-list .system-message{font-size: 14px;line-height: 1.6;letter-spacing: 1px;}
#craftsman .system-list02{ background: #eeefef; padding: 41px 21px 21px; margin-bottom: 50px; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#craftsman .system-list02 li{ line-height: 1.4; width: 23.5%; margin-right: 2%; background: #fff; position: relative; margin-bottom: 20px; padding: 20px 10px 30px;}
#craftsman .system-list02 li:nth-child(4n){ margin-right: 0}
#craftsman .system-list02 li a:hover{ text-decoration: none; }
#craftsman .system-list02 .btn{ text-align: center; background: #333; color: #fff; font-size: 14px; position: absolute; bottom: 0; left: 0; width: 100%; padding: 3%;}
#craftsman .system-list02 .btn::after { content: ' >';}
#craftsman .system-list02 .system-pic{ width: 100%; height: 180px; overflow: hidden; text-align: center; margin-bottom: 15px; }
#craftsman .system-list02 .system-pic img{ width: 100%; height: 180px; }
#craftsman .system-list02 .system-date{ font-size: 14px; margin-bottom: 10px; line-height: 1.4; }
#craftsman .system-list02 .system-date::before{ content: "■"; }
#craftsman .system-list02 .system-coment{ font-size: 14px; margin-bottom: 5px; line-height: 1.4; }
#craftsman .system-list02 .system-ttl-01{ font-size: 16px; line-height: 1.4; text-align: center; font-weight: bold;}
#craftsman .system-contents{background: #EDEBDF;padding: 40px;margin-bottom: 60px;}
#craftsman .system-contents-inner { background: #fff; padding: 80px;}
#craftsman .system-contents .system-info { width: 46%; float: left; }
#craftsman .system-contents .system-job{font-size: 18px;/* color: #fff; */margin-bottom: 15px;line-height: 1.4;border: 1px solid #999;padding-bottom: 30px;text-align: left;background: #fff;padding: 10px 15px 7px 15px;display: inline-block;}
#craftsman .system-contents .system-name{ font-size: 32px; line-height: 1.4; text-align: left;}
#craftsman .system-contents .system-kana{ font-size: 16px; margin-bottom: 15px; line-height: 1.4; }
#craftsman .system-contents .system-message{font-size: 18px;line-height: 1.6;letter-spacing: 1px;}
#craftsman .system-contents .system-comment{ font-size: 16px; margin-bottom: 25px; line-height: 1.6; }
#craftsman .system-contents .num-bx{width: 46%;float: left;padding-top: 90px;}
#craftsman .system-contents .system-ttl{font-size: 40px;font-weight: 700;text-align: left;margin-bottom: 16px;}
#craftsman .system-contents .comment-bx{ }
#craftsman .system-contents .comment-bx table{ }
#craftsman .system-contents .comment-bx tbody{ }
#craftsman .system-contents .comment-bx tr{ }
#craftsman .system-contents .comment-bx th{font-size: 16px; letter-spacing: 1px; width: 25%; border: 1px solid #ccc; padding: 5px 0; background: #949494; color: #fff; vertical-align: middle;}
#craftsman .system-contents .comment-bx td{font-size: 16px; width: 40%; border: 1px solid #ccc; padding: 5px 15px; vertical-align: middle;}
#craftsman .system-contents .system-i-pic{ width: 50%; float: right; text-align: center; margin-bottom: 50px;}
#craftsman .system-contents .system-i-pic img{ max-width: 100%; max-height: 550px; width: auto; height: auto; }
#craftsman .system-contents .wys-ttl{ width: 100%; margin: 30px auto; padding: 15px 30px; font-size: 18px; color: #959595; font-weight: bold; background: #f1f1f1;}
#craftsman .system-contents1{ background: #eeefef; padding: 40px; margin-bottom: 30px; }
#craftsman .system-contents1-inner { background: #fff; padding: 80px;}
#craftsman .system-contents1 .system-info { width: 60%; margin-right: 30px; float: left;}
#craftsman .system-contents1 .system-job{ font-size: 16px; color: #fff; margin-bottom: 15px; line-height: 1.4; border-bottom: 1px solid #ccc; padding-bottom: 30px; text-align: left; background: #949494; padding: 10px 15px; display: inline-block;}
#craftsman .system-contents1 .system-name{ font-size: 20px; line-height: 1.4; text-align: left;}
#craftsman .system-contents1 .system-kana{ font-size: 16px; margin-bottom: 15px; line-height: 1.4; }
#craftsman .system-contents1 .system-comment{ font-size: 16px; margin-bottom: 25px; line-height: 1.6; }
#craftsman .system-contents1 .comment-bx{ }
#craftsman .system-contents1 .comment-bx table{ }
#craftsman .system-contents1 .comment-bx tbody{ }
#craftsman .system-contents1 .comment-bx tr{ }
#craftsman .system-contents1 .comment-bx th{font-size: 16px; letter-spacing: 1px; width: 10%; border: 1px solid #ccc; padding: 5px 0; background: #949494; color: #fff; vertical-align: middle;}
#craftsman .system-contents1 .comment-bx td{font-size: 16px; width: 40%; border: 1px solid #ccc; padding: 5px 15px; vertical-align: middle;}
#craftsman .system-contents1 .system-i-pic{ width: 35%; float: right; text-align: center; margin-bottom: 20px;}
#craftsman .system-contents1 .system-i-pic img{ max-width: 100%; max-height: 300px; width: auto; height: auto; }
#craftsman .system-contents1 .wys-ttl{ width: 100%; margin: 30px auto; padding: 15px 30px; font-size: 18px; color: #959595; font-weight: bold; background: #f1f1f1;}
#craftsman .system-ttl{text-align: center;font-size: 20px;font-weight: bold;color: #3D2810;margin: 0 0 10px 0;}



/* flyer -------------------------------------*/
#flyer .list { width: 1100px; margin: 0 auto; }
#flyer .list-item {float: left;width: 530px;margin: 0 40px 78px 0;}
#flyer .list-item:nth-child(2n) { margin-right: 0; }
#flyer .ttl-1 { width: 480px;min-height: 55px;background-color: #fcff0c;margin-bottom: 22px;text-align: center;color: #956225;font-size: 35px;font-weight: 700;letter-spacing: 0.77px; }
#flyer .ttl-2 {width: auto;min-height: 55px;padding: 4px 0 0px 0;border: 2px solid #956225;margin-bottom: 17px;text-align: center;color: #956225;font-size: 30px;font-weight: 500;letter-spacing: 0.66px;}
#flyer .img {margin-bottom: 18px;width: 530px;text-align: center;}
#flyer .img img{max-width: 100%;height: auto;}
#flyer .txt-1 { color: #000000;font-size: 16px;font-weight: 400;line-height: 30px; }
#flyer .pager { display: block;width: 32px;min-height: 32px;padding-top: 2px;padding-left: 9px;border-radius: 5px;border: 2px solid #956125;background-color: #ffffff; color: #956125;font-size: 16px;font-weight: 700;}
#flyer .pager-next {position: relative;top: 6px; color: #956125;font-family: Meiryo;font-size: 14px;font-weight: 700;letter-spacing: 0.28px; }
#flyer .pager-prev {position: relative;top: 6px; color: #956125;font-family: Meiryo;font-size: 14px;font-weight: 700;letter-spacing: 0.28px; }


.priv-title{ text-align: center; margin-bottom: 20px; }
.priv-text{ padding: 20px; overflow-y:scroll; height: 250px; border:#1A1A1A solid 1px; margin-bottom: 30px; background: #fff; }
.priv-text .priv-ttl{ margin-bottom: 10px; font-size: 16px; font-weight: bold; }
.priv-text p{ margin-bottom: 20px; font-size: 13px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: #ccc solid 1px; }
.priv{ text-align: center; max-width: 560px;width: 95%;margin-inline: auto;background: #F2F2F2;border: 1px solid #E6E6E6;padding: 24px 0;border-radius: 5px;margin-bottom: 57px;}
.priv-text .tt{ margin-bottom: 10px;  font-size: 20px; color: #333; font-weight: bold; }


/* item -------------------------------------*/
#item .category-listbtn-frame{margin:0 0 30px 0;}
#item .category-listbtn-frame .category-list{
-webkit-box-orient:horizontal;-webkit-box-direction:normal;
-ms-flex-wrap: wrap;flex-wrap: wrap;
display:-webkit-box;display:-ms-flexbox;display:flex;}
#item .category-listbtn-frame .category-list li{}

.p-item__point-content{background: #fff;margin-inline: auto;/* max-width: 1430px; */padding: 73px 0 0px;width: 100%;}
.p-item__point-items{display: grid;gap: 45px 0;grid-template-columns: repeat(1, 1fr);margin-bottom: 72px;margin-inline: auto;max-width: 1100px;width: 95%;}
.p-item__point-item{border: 1px solid #707070;margin-inline: auto;max-width: 1100px;width: 100%;list-style: none;}
.p-item__point-item:nth-child(even)>.p-item__point-item-content>.p-item__point-item-left{order: 2;}
.p-item__point-item:nth-child(even)>.p-item__point-item-content>.p-item__point-item-right{order: 1;}
.p-item__point-item:nth-child(even)>.p-item__point-item-content{grid-template-columns: 1fr minmax(48%, 439px);} 
.p-item__point-item-content{display: grid;gap: 5.9145673604%;grid-template-columns: minmax(48%, 439px) 1fr;margin-inline: auto;max-width: 913px;padding: 41px 0 30px;width: 95%;}
.p-item__point-item-left img{height: auto;width: 100%;}
.p-item__point-item-right{position: relative;top: 18px;}
.p-item__point-item-right h3{font-size: 18px;font-weight: 700;letter-spacing: 0.09em;line-height: 1.5;padding: 0 0 10px 0;margin-bottom: 9px;background-color: #fff;}
.p-item__point-item-right p{font-size: 16px;font-weight: 400;letter-spacing: 0.05em;line-height: 2;}


/* form -------------------------------------*/
.form-Box{ margin-bottom: 30px; line-height: 1.6;}
.form-Box .form-Box-inner{ padding: 50px 0 ;max-width: 1000px; width: 95%; margin-inline: auto;}
.form-Box .form-list { font-size: 16px; margin-bottom: 30px;}
.form-Box .list {margin-bottom: 29px;}
.form-Box .list li {font-size: 13px; font-weight: 400; letter-spacing: 0.05em;line-height: 1.9230769231;}
.form-Box .list li span {color: #E4282D;}

.form-Box .error {
    margin-bottom: 16px;
}

.form-Box .attention-color {
    color: #f00;
}

.form-Box .form-list li {
    padding-left: 16px;
    text-indent: -16px;
    margin-bottom: 3px;
}

.form-Box table {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
    border-collapse: collapse;
}

.form-Box tr {
    border-bottom: 1px solid #E6E6E6;
}

.form-Box th {
    text-align: left;
    width: 34%;
    padding: 28px 11px;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-weight: bold;
    position: relative;
}

.form-Box th.add-th {
    vertical-align: top;
}

.form-Box td {
    text-align: left;
    width: 64%;
    padding: 22px 11px;
    vertical-align: top;
}


.form-Box td.add-td .input_area {
    display: grid;
    grid-template-columns: repeat(1,minmax(0, 1fr));
    gap: 8px 0;
}

.form-Box input#address01 {
    margin-bottom: 8px;
}

.form-Box input[type="text"],
.form-Box input[type="email"],
.form-Box input[type="tel"],
.form-Box input[type="date"],
.form-Box input[type="datetime-local"],
.form-Box select,
.form-Box textarea {
    font-size: 15px;
    padding: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #F7F7F7;
    border: 1px solid #999999;
    width: 100%;
    font-family: inherit;
}

.form-Box textarea {
    width: 100%;
    min-height: 120px;
    font-family: inherit;
}

/* ボタン*/
#confirm_area,
#send_area {
    text-align: center;
}

#form #confirm_area p,
#form #send_area p,
#form #back_area p {
    position: relative;
    text-align: center;
}

#form #confirm_area p::after,
#form #send_area p::after {
    content: "";
    position: absolute;
    background: url('../images/common/btn-arrow.svg') no-repeat center center / contain;
    width: 19px;
    height: 17px;
    right: 62px;
    top: 50%;
    transform: translateY(-50%);
}

#form #send_area p::after {
    top: 37%;
}

#form .confirm_button, #form #back_button, input[type="submit"] {
    border: 0;
    padding: 22px 0;
    margin: 0;
    width: min(100%,1000px);
    margin-inline: auto;
    text-align: center;
    font-size: 22px;
    line-height: 2.4;
    letter-spacing: 0.1em;
    font-weight: bold;
    border-radius: 50px;
    position: relative;
}

#form .confirm_button {
    background: #38A21E;
    color: #fff;
}

input[type="submit"] {
    background:#F47723;
    color: #fff;
}

#form #back_button {
    background:#F2F2F2;
}

/* プライバシーポリシー */
.priv-text .priv-ttl {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.priv-text {
    padding: 20px;
    overflow-y: scroll;
    height: 250px;
    border: #ccc solid 1px;
    margin-bottom: 30px;
    background: #fff;
}

.priv-text p {
    margin-bottom: 20px;
    font-size: 13px;
    padding-bottom: 20px;
    border-bottom: #ccc solid 1px;
}

.priv {
    text-align: center;
    margin-bottom: 30px;
}

.priv-text .tt {
    margin-bottom: 10px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.privtext {
    text-align: center;
    max-width: 560px;
    width: 95%;
    margin-inline: auto;
    background: #F2F2F2;
    border: 1px solid #E6E6E6;
    padding: 24px 0;
    border-radius: 5px;
    margin-bottom: 57px;
    font-size: 16px;
    font-weight: 700;
}

/*必須ボタン*/
.required {
    position: relative;
}

.required::after {
    content: "必須";
    position: absolute;
    background: #E4282D;
    color: #fff;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 400;
    border-radius: 4px;
    padding: 0 14px;
    right: 3px;
    top: 28px;
}

#form .wpcf7-list-item {
    margin: 0;
}

.form-Box select#your-num01 {
    margin-bottom: 8px;
}

.form-Box .confirm_area input[type="text"] {
    padding: 0;
    border: none;
    background: none;
}

.p-showroom__contact-form {
    background: #fff;
    margin-inline: auto;
    max-width: 1200px;
    width: 95%;
}

.form-Box #your-reform {
    display: grid;
    grid-template-columns: repeat(1,minmax(0, 1fr));
    gap: 8px 0;
    font-size: 16px;
    font-weight: 700;
}

#showroom .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

#showroom input#your-other {
    margin-block: 8px;
}

}


@media screen and (max-width: 767px) {

/* system-common */
.page-list {font-size: 3.2vw;margin: 5vw 0 5vw;text-align: center;font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
.page-list li{ background: #eeefef; display: inline-block; border: #dcdddd 0.2vw solid; }
.page-list li.active { background: #231815; color: #fff; }
.page-list li.active a { color: #fff; }
.page-list .current{background-color: #ddd;margin: 0 0.5vw 0 0.5vw;display: inline-block;padding: 2.8vw 2.5vw 2.8vw 2.5vw;}
.page-list a {margin: 0 0.5vw 1vw 0.5vw;padding: 2.5vw;display: inline-block;border:1px solid #aaa;}
.pagen{width: 94%;margin: 0 auto 10vw auto;font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
.pagen:nth-of-type(1)  {margin-bottom: 5vw;}

.page-navi { font-size: 3.8vw; }
.page-navi li { display: inline-block;  }
.page-navi li.active { background: #ccc; }
.page-navi a { padding: 1vw; display: inline-block; }
.page-navi .fast { margin-right: 0; }
.page-navi .last { }
.page-navi .fast::after {  content: "|";  display: inline-block;  margin: 0 1vw; }
.pagen .list{ float: right; }
.pagen .list a{ margin: 0 auto; color: #fff; font-size: 3.8vw; padding: 1vw 4vw; text-align: center; display: inline-block; background: #000; }
.pagen .list a:hover{ background: #666; text-decoration: none; }
.btnArea { text-align: center; margin: 10vw auto; padding: 0; }
.btnArea a{ font-weight: bold; margin: 0 auto; color: #fff; padding: 2.5vw 8vw; font-size: 3.2vw; text-align: center; display: block; background: #000; letter-spacing: 0.2vw;}
.btnArea-s { text-align: center;padding-bottom: 1vw;}
.btnArea-s a{ font-weight: bold; margin: 0 auto; color: #fff; padding: 3vw 10vw; font-size: 3.2vw; text-align: center; display: inline-block; background: #000; letter-spacing: 0.2vw;}
.btnArea-s::after{  content: ''; display: block; margin-bottom: 10vw;}
.borderwrap{ width: 94vw; margin: 0 auto 0; line-height: 1.6;padding: 10vw 0 5vw;}
.borderwrap h2{ font-size: 3.2vw; font-weight: bold;  margin-bottom: 5vw; padding-bottom: 5vw; border-bottom: 0.2vw #ccc solid; }
.borderwrap p{ font-size: 3.6vw;}

.system-gallery { background: #eeefef; padding: 5vw 3vw;}
.system-gallery h2 { text-transform: uppercase;}
.gallery-list{display: -webkit-box;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -4vw;}
.gallery-list figure.wp-block-image{width: 46vw!important;max-width: 47vw!important;position: relative;margin: 0 2% 2vw 0!important;font-size: 3.6vw;line-height: 1.4;height: 32vw;}
.gallery-list figure.wp-block-image:nth-of-type(2n) {margin-right: 0!important;}
.gallery-list figure.wp-block-image a:hover{ text-decoration: none; }
.gallery-list figure.wp-block-image{ display: block; width: 100%; height: 30vw; overflow: hidden; text-align: center; margin-bottom: 5vw;}
.gallery-list figure.wp-block-image::after{ content: url('../images/common/icon_plus.jpg'); display: block; position: absolute; bottom: 0; right: 0;transform: scale(0.5); transform-origin: bottom right;}
.gallery-list figure.wp-block-image img{ width: 100%!important; height: 30vw!important; }
.gallery-ttl{ text-align: center!important; margin-top: 7vw!important; margin-bottom: 5vw!important; }

.catebox{ margin: 0 4vw 4vw; }
p.sub-title1{font-size: 5vw; position: relative; left: 8vw}
p.sub-title1 .span1{font-size: 3vw; position: absolute; left: 10vw; top: -3vw}
p.sub-title1 .span2{font-size: 6vw; position: absolute; left: 25vw; top: -1vw}
.serchcategory1{ width: 90vw; margin: 0 auto 10vw; position: relative; top: 5vw; display: -webkit-box; display: -moz-flex; display: -ms-flex; display: -o-flex; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.serchcategory1 a{ width: 47%;  color: #fff; margin-bottom: 3vw; margin-right: 3%;}
.serchcategory1 .icon {display: inline-block;  font-size: 3.6vw; font-weight: bold; text-align: center; padding: 2vw 0; position: relative;width: 100%;}
.serchcategory1 .icon:after{ content: ""; width: 20vw; height: 20vw; background: url(../images/common/category-icon.png) no-repeat right top; position: absolute; right: -1vw; top: 5vw; z-index: 1}
.fmname{ width: 47%!important; }

.cate-list {background: #f8f8f8;margin-bottom: 2.6vw;padding: 3.6vw;}
.cate-list .cate-ttl{border-bottom: 0.1vw dotted #333;padding-bottom: 1.3vw;margin-bottom: 2.6vw;font-size: 3.8vw;font-weight: 700;}
.cate-list span{ display: inline-block; margin-right: 2.6vw; }
.cate-list span a{display: inline-block;  padding: 1.3vw 2.6vw; color: #fff; }
.cate-list span a:hover{ text-decoration: none; }

.tag-list {background: #f8f8f8;margin-bottom: 2.6vw;padding: 3.6vw;}
.tag-list .tag-ttl{border-bottom: 0.1vw dotted #333;padding-bottom: 1.3vw;margin-bottom: 2.6vw;font-size: 3.8vw;font-weight: 700;}
.tag-list span{ display: inline-block; margin-right: 2.6vw; }
.tag-list span a{display: inline-block;  padding: 1.3vw 2.6vw; border: 1px solid #333; }
.tag-list span a:hover{ text-decoration: none; }
.taxttl{text-align: center;font-size: 3.6vw;margin-bottom: 4vw;}
.systemtab-list { font-size: 3.2vw; line-height: 1.6; margin-bottom: 5vw}
.systemtab-list li{ width: 100%; border: #ccc 0.2vw solid; margin-bottom: -0.2vw;border-bottom: none; }
.systemtab-list li:last-child{ border-bottom: 0.2vw solid #ccc;}
.systemtab-list li .systemtab-list-ttl{ border-bottom: #ccc dotted 0.2vw;  width: 100%; padding: 3vw; background: #f8f8f8; }
.systemtab-list li p{ width: 100%; padding: 3vw; background: #fff;}
.other-ttl{text-align: center;background: #3D2810;color: #fff;font-weight: bold;font-size: 4.348vw;line-height: 1.6;letter-spacing: 0.05em;margin-bottom: 3.4vw;padding: 3vw 0px 2vw 0;}

.system-contents{  }
.system-contents iframe{ width: 100%; height: 70vw; }
.system-contents .mapbox{  }
.system-contents .mapbox .mapttl{ margin-top: 5vw; }
.system-contents .mapbox iframe{ width: 100%; height: 70vw; }
.system-tblbox tr td:nth-child(1){display: block;width: 100%;background: #f8f8f8;font-size: 3.6vw;font-weight: 700;margin: 0; margin-bottom: -1px;}
.system-tblbox tr td:nth-child(2){display: block;width: 100%;background: #fff;font-size: 3.6vw;margin: 0; margin-bottom: -1px;}
.system-tblbox tr td:nth-child(3){ display: block; width: 100%; background: #f8f8f8; font-size: 3.6vw; font-weight: 700; margin: 0; margin-bottom: -1px; }
.system-tblbox tr td:nth-child(4){ display: block; width: 100%; background: #fff; font-size: 3.6vw; margin: 0;  margin-bottom: -1px;}
.system-tblbox tr{margin-bottom: -1px;display: block;}
.system-tblbox { margin-top: 6vw; }
#search-area{background: #f8f8f8;border: #ccc solid 0.1vw;padding: 5.2vw;margin: 0 5vw 3.9vw;}
#search-area .works-search{height: 9.5vw;padding-top: 0.7vw!important;overflow: hidden;display: block;margin: 0 4vw;border: 0;background: #333;color: #fff;font-size: 3.6vw;border-radius: 1.3vw;width: 70vw;}
#search-area .sh-ttl{ font-size: 3.6vw; line-height: 1.6; letter-spacing: 0.3vw; font-weight: 500; border-bottom: 0.1vw dotted; padding-bottom: 1.3vw; margin-bottom: 2.6vw; }
#search-area .shbox{margin-bottom: 4.9vw;}




/* event -------------------------------------*/
#event .inner-box .list-item {margin-bottom: 10%;padding: 5% 3%;border-radius: 20px;border: 6px solid #3189C8;} 
#event .inner-box {width: 94%;margin: 13vw auto 0;} 
#event .inner-box .relative-box { position: relative; } 
#event .inner-box .img {margin-bottom: 3%;text-align: center;} 
#event .inner-box .icon { position: absolute; z-index: 8; top: -20px; left: -20px; } 
#event .inner-box .date {color: #0191be;font-weight: 700;font-size: 4vw;line-height: 1.7;letter-spacing: 0.05em;} 
#event .inner-box .time {color: #0191be;font-weight: 700;font-size: 4vw;line-height: 1.7;letter-spacing: 0.05em;margin: 0 0 2vw 0;} 
#event .inner-box .area {margin-bottom: 2vw;padding: 1vw 2vw 1vw 2vw;text-align: center;background-color: #956225;color: #ffffff;font-weight: 700;font-size: 1.4rem;line-height: 1.7;letter-spacing: 0.05em;} 
#event .inner-box .ttl {margin-bottom: 4%;padding-top: 2%;border-top: 1px solid #956225;font-weight: bold;color: #956225;font-size: 4.8vw;line-height: 1.7;letter-spacing: 0.05em;} 
#event .inner-box .link { display: block; max-width: 240px; margin: 0 auto; } 
#event .inner-box .link-list { margin: 0 auto 10%; } 
#event .inner-box .link-list-item { margin-right: 14px; } 
#event .inner-box .link-list-item:last-child { margin-right: 0; } 
#event .inner-box .pager { display: block; width: 32px; min-height: 32px; padding-top: 2px; padding-left: 9px; border-radius: 5px; border: 2px solid #956125; background-color: #ffffff; color: #956125; font-size: 16px; font-weight: 700; } 
#event .inner-box .pager-next { position: relative; top: 6px; color: #956125; font-family: Meiryo; font-size: 14px; font-weight: 700; letter-spacing: 0.28px; } 
#event #detail-contents1 { width: 100%; margin: 0 auto; position: relative; } 
#event #detail-contents1 .detail-contents1-mainbx {border-radius:3vw;width: 94%;margin: 0 auto 10%;padding: 5% 3% 0vw;position: relative;border: 6px solid #3189C8;} 
#event #detail-contents1 .relative-box { position: relative; } 
#event #detail-contents1 .img {margin-bottom: 3vw;text-align: center;} 
#event #detail-contents1 .icon { position: absolute; z-index: 8; top: -20px; right: -20px; display: block; width: 80px; } 
#event #detail-contents1 .date {color: #0191be;font-weight: 700;font-size: 4vw;line-height: 1.6;letter-spacing: 0vw;} 
#event #detail-contents1 .time {color: #0191be;font-weight: 700;font-size: 4vw;line-height: 1.6;letter-spacing: 0;margin-bottom: 3%;} 
#event #detail-contents1 .area {margin-bottom: 3.2vw;padding: 1.5vw 2vw 1.5vw 2vw;text-align: center;background-color: #956225;color: #ffffff;font-weight: 700;font-size: 3.6vw;line-height: 1.7;letter-spacing: 0.05em;} 
#event #detail-contents1 .ttl {margin-bottom: 5%;padding-top: 4%;border-top: 1px solid #956225;font-weight: bold;color: #956225;font-size: 4.6vw;line-height: 1.7;letter-spacing: 0.05em;} 
#event #detail-contents1 .detail-contents1-inner1 { margin-bottom: 10%; } 
#event #detail-contents1 .detail-contents1-inner1 .txt11 { margin-bottom: 5%; font-size: 1.4rem; line-height: 1.7; letter-spacing: 0.05em; } 
#event #detail-contents1 .detail-contents1-inner1 .h1-bx { font-size: 22px; font-weight: bold; color: #956225; padding: 3%; background: #c9eefb; margin-bottom: 5%; } 
#event #detail-contents1 .detail-contents1-inner1 .h1-txt { background: url(../images/item/detail-contents1-icon1.png) no-repeat left 0px #c9eefb; padding-left: 5%; } 
#event #detail-contents1 .detail-contents1-inner1 .h2-bx { padding: 5%; border-top: 1px solid #956225; border-bottom: 1px solid #956225; margin-bottom: 5%; } 
#event #detail-contents1 .detail-contents1-inner1 .h2-txt { font-size: 20px; font-weight: bold; color: #956225; } 
#event #detail-contents1 .detail-contents1-inner1 .h3-bx { padding: 5%; background: #f9f4d9; border-radius: 10px; margin-bottom: 5%; } 
#event #detail-contents1 .detail-contents1-inner1 .h3-txt { font-size: 19px; font-weight: bold; color: #956225; } 
#event #detail-contents1 .detail-contents1-inner1 .h4-bx { padding: 5%; background: url(../images/item/detail-contents1-icon2.png) no-repeat left; margin-bottom: 5%; } 
#event #detail-contents1 .detail-contents1-inner1 .h4-txt { font-size: 18px; font-weight: bold; color: #956225; } 
#event #detail-contents1 .detail-contents1-inner1 .h5-bx { padding: 5%; border: 2px solid #e8e0b3; margin-bottom: 5%; } 
#event #detail-contents1 .detail-contents1-inner1 .h5-txt { font-size: 17px; font-weight: bold; color: #956225; } 
#event #detail-contents1 .detail-contents1-inner1 .h6-bx { padding: 5%; border-bottom: 2px dotted #0191be; margin-bottom: 5%; } 
#event #detail-contents1 .detail-contents1-inner1 .h6-txt { font-size: 16px; font-weight: bold; color: #956225; } 
#event #detail-contents1 .gallery-inner {background: #00a5d8;padding: 1%;margin-bottom: 0%;} 
#event #detail-contents1 .gallery-inner .gal-ttl { font-size: 1.8rem; line-height: 1.7; letter-spacing: 0.05em; color: #fff; font-weight: 900; text-align: center; } 
#event #detail-contents1 .gallery-bx .list-item { float: left; width: 49%; margin: 0 2% 5% 0; } 
#event #detail-contents1 .gallery-bx .list-item:nth-child(2n) { margin-right: 0; } 
#event #detail-contents1 .gallery-bx .img { margin-bottom: 2%; } 
#event #detail-contents1 .gallery-bx .list-txt { color: #000000; font-size: 1.2rem; line-height: 1.7; letter-spacing: 0.05em; } 
#event #detail-contents2 { width: 100%; margin: 0 auto; position: relative; } 
#event #detail-contents2 .detail-contents2-mainbx { width: 100%; margin: 0 auto 10%; padding: 5% 3%; position: relative; border: 20px solid #f9f4d9; } 
#event #detail-contents2 .relative-box { position: relative; } 
#event #detail-contents2 .img { margin-bottom: 5%; text-align: center; } 
#event #detail-contents2 .icon { position: absolute; z-index: 8; top: -20px; right: -20px; display: block; width: 80px; } 
#event #detail-contents2 .date { color: #0191be; font-weight: 700; font-size: 1.5rem; line-height: 1.7; letter-spacing: 0.05em; } 
#event #detail-contents2 .time { color: #0191be; font-weight: 700; font-size: 1.4rem; line-height: 1.7; letter-spacing: 0.05em; } 
#event #detail-contents2 .area { margin-bottom: 4%; padding: 3%; text-align: center; background-color: #00a5d8; color: #ffffff; font-weight: 700; font-size: 1.4rem; line-height: 1.7; letter-spacing: 0.05em; } 
#event #detail-contents2 .ttl { margin-bottom: 5%; padding-top: 2%; border-top: 1px solid #956225; font-weight: bold; color: #956225; font-size: 1.8rem; line-height: 1.7; letter-spacing: 0.05em; } 
#event #detail-contents2 .detail-contents2-inner1 { margin-bottom: 10%; } 
#event #detail-contents2 .detail-contents2-inner1 .txt11 { margin-bottom: 5%; font-size: 1.4rem; line-height: 1.7; letter-spacing: 0.05em; } 
#event #detail-contents2 .detail-contents2-inner1 .h1-bx { font-size: 22px; font-weight: bold; color: #956225; padding: 3%; background: #c9eefb; margin-bottom: 5%; } 
#event #detail-contents2 .detail-contents2-inner1 .h1-txt { background: url(../images/item/detail-contents1-icon1.png) no-repeat left 0px #c9eefb; padding-left: 5%; } 
#event #detail-contents2 .detail-contents2-inner1 .h2-bx { padding: 5%; border-top: 1px solid #956225; border-bottom: 1px solid #956225; margin-bottom: 5%; } 
#event #detail-contents2 .detail-contents2-inner1 .h2-txt { font-size: 20px; font-weight: bold; color: #956225; } 
#event #detail-contents2 .detail-contents2-inner1 .h3-bx { padding: 5%; background: #f9f4d9; border-radius: 10px; margin-bottom: 5%; } 
#event #detail-contents2 .detail-contents2-inner1 .h3-txt { font-size: 19px; font-weight: bold; color: #956225; } 
#event #detail-contents2 .detail-contents2-inner1 .h4-bx { padding: 5%; background: url(../images/item/detail-contents1-icon2.png) no-repeat left; margin-bottom: 5%; } 
#event #detail-contents2 .detail-contents2-inner1 .h4-txt { font-size: 18px; font-weight: bold; color: #956225; } 
#event #detail-contents2 .detail-contents2-inner1 .h5-bx { padding: 5%; border: 2px solid #e8e0b3; margin-bottom: 5%; } 
#event #detail-contents2 .detail-contents2-inner1 .h5-txt { font-size: 17px; font-weight: bold; color: #956225; } 
#event #detail-contents2 .detail-contents2-inner1 .h6-bx { padding: 5%; border-bottom: 2px dotted #0191be; margin-bottom: 5%; } 
#event #detail-contents2 .detail-contents2-inner1 .h6-txt { font-size: 16px; font-weight: bold; color: #956225; } 
#event #detail-contents2 .gallery-inner { background: #00a5d8; padding: 1%; margin-bottom: 5%; } 
#event #detail-contents2 .gallery-inner .gal-ttl { font-size: 1.8rem; line-height: 1.7; letter-spacing: 0.05em; color: #fff; font-weight: 900; text-align: center; } 
#event #detail-contents2 .gallery-bx .list-item { float: left; width: 49%; margin: 0 2% 5% 0; } 
#event #detail-contents2 .gallery-bx .list-item:nth-child(2n) { margin-right: 0; } 
#event #detail-contents2 .gallery-bx .img { margin-bottom: 2%; } 
#event #detail-contents2 .gallery-bx .list-txt { color: #000000; font-size: 1.2rem; line-height: 1.7; letter-spacing: 0.05em; } 
#event .photo-gallery {display: -webkit-box;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;padding: 5% 2% 2vw;} 
#event .photo-gallery > li {width: 39vw;margin-bottom: 3vw;margin-right: 3.5vw;} 
#event .photo-gallery > li:nth-child(2n) { margin-right: 0px; } 
#event .photo-gallery > li .txt { font-size: 1.2rem; line-height: 1.6; } 
#event .rel { position: relative; } 
#event .mushi { position: absolute; bottom: 0; right: 0px; } 
#event .pic-mb { margin-bottom: .5em; } 
#event .system-gallery-pic-lo {width: 100%;height: 39vw;}

#event .inner-box .icon{width: auto;text-align: center;padding: 1vw 6vw 1vw 6vw;font-weight:bold;font-size:4.831vw;line-height: 1.6;letter-spacing: 0.25vw;border-radius:6vw;margin: 0 0 -3vw 0;position: absolute;top: -7vw;left: -5vw;}
#event .inner-box .icon.cate01{background-color:#F47723;color: #fff;}
#event .inner-box .icon.cate02{background-color:#2e2e2e;color: #fff;}
#event #detail-contents1 .icon{width: auto;text-align: center;padding: 1vw 6vw 1vw 6vw;font-weight:bold;font-size:4.831vw;line-height: 1.6;letter-spacing: 0.25vw;border-radius:6vw;margin: 0 0 -3vw 0;position: absolute;top: -4vw;left: -2vw;}
#event #detail-contents1 .icon.cate01{background-color:#F47723;color: #fff;width: 29vw;}
#event #detail-contents1 .icon.cate02{background-color:#2e2e2e;color: #fff;}




/* voice -------------------------------------*/
#voice .system-list{background: #eeefef;padding: 4vw 5vw;margin-bottom: 5vw;display: -webkit-box;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
#voice .system-list li{position: relative;line-height: 1.4;width: 49%;margin-right: 2%;background: #fff;position: relative;margin-bottom: 5vw;padding: 2vw 2vw 0vw;}
#voice .system-list li:nth-child(2n){ margin-right: 0}
#voice .system-list li a:hover{ text-decoration: none; }
#voice .system-list .btn{ text-align: center; background: #333; color: #fff; font-size: 3.2vw; position: absolute; bottom: 0; left: 0; width: 100%; padding:4vw 3vw;}
#voice .system-list .btn::after { content: ' >';}
#voice .system-list02{ background: #eeefef; padding: 4vw 2vw; margin-bottom: 10vw; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#voice .system-list02 li{ position: relative; line-height: 1.4; width: 49%; margin-right: 2%; background: #fff; position: relative; margin-bottom: 5vw; padding: 2vw 2vw 10vw;}
#voice .system-list02 li:nth-child(2n){ margin-right: 0}
#voice .system-list02 li a:hover{ text-decoration: none; }
#voice .system-list02 .btn{ text-align: center; background: #333; color: #fff; font-size: 3.2vw; position: absolute; bottom: 0; left: 0; width: 100%; padding: 3vw;}
#voice .system-list02 .btn::after { content: ' >';}
#voice .system-pic{width: 100%;height: 30vw;overflow: hidden;text-align: center;margi;margin-bottom: 2vw;}
#voice .system-pic img{ width: 100%; height: 30vw; }
#voice .system-date{ font-size: 3.2vw; margin-bottom: 5vw; }
#voice .system-date::before{ content: "■"; }
#voice .system-name{font-size: 3.5vw;margin-bottom: 2vw;background-color: #956125;text-align: left;color: #fff;font-weight: bold;display: inline-block;padding: 1.3vw 3vw 1.1vw 3vw;}
#voice .system-ttl-01{font-size: 3.6vw;font-weight: bold;margin-bottom: 5vw;padding: 0 1vw 0 1vw;line-height: 1.7;}
#voice .system-category-set { margin-bottom: 8vw;margin-top: -8vw;}
#voice .system-category{ margin-bottom: 0.2vw; font-size: 3.2vw; font-weight: bold; color: #fff; text-align: center; padding: 2vw; background-color: #ccc;}
#voice .serchcategory{ margin: 0 3vw 10vw;}
#voice .serchcategory .icon { display: inline-block;margin-right: 1vw;margin-bottom: 3vw;font-size: 3.2vw;color: #fff;text-align: center;padding: 4.5vw 3vw; }
#voice .system-category1{margin-bottom: 10vw; font-size: 3.6vw; font-weight: bold; color: #fff; text-align: center; padding: 1vw 3vw; background-color: #ccc; position: relative;}
#voice .system-coment{ margin-bottom: 5vw; }
#voice .system-contents{background: #fff;padding: 5vw 5vw;margin: 0 auto 10vw;width: 94%;border: 5px solid #e5e5e5;}
#voice .system-contents-inner { background: #fff; padding: 5vw 3vw;}
#voice .system-contents .system-date{ font-size: 3.2vw; margin-bottom: 5vw; display: block; line-height: 1.4;}
#voice .system-contents .system-category{ margin-bottom: 0.2vw; font-size: 3.2vw; color: #fff; text-align: center; padding: 4vw 3vw; width: 100%;}
#voice .system-contents .system-category-set { margin-bottom: 5vw; margin-top: 0;}
#voice .system-contents .system-ttl{font-size: 5.2vw;font-weight: bold;margin-bottom: 4vw;padding-bottom: 2vw;border-bottom: 0.2vw #ccc solid;line-height: 1.6;}
#voice .system-contents .system-i-pic{ text-align: center; margin-bottom: 8vw; }
#voice .system-contents .system-i-pic img{max-width: 100%;height: auto;width: auto;}



/* dcate -------------------------------------*/
#dcate .system-list{margin: 0 4vw 6.5vw;display: -webkit-box;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
#dcate .system-list li{line-height: 1.4;width: 49%;margin-right: 2%;background: #fff;position: relative;margin-bottom: 2.6vw;}
#dcate .system-list li:nth-child(2n){ margin-right: 0}
#dcate .system-list li a:hover{ text-decoration: none; }
#dcate .system-list .btn{ text-align: center; background: #333; color: #fff; font-size: 1.8vw; position: absolute; bottom: 0; left: 0; width: 100%; padding: 3%;}
#dcate .system-list .btn::after { content: ' >';}
#dcate .system-pic{ width: 100%; height: 23.5vw; overflow: hidden; text-align: center; margin-bottom: 2.0vw;}
#dcate .system-pic img{ width: 100%; height: 23.5vw; }
#dcate .system-date{ font-size: 1.8vw; margin-bottom: 1.3vw; line-height: 1.4; }
#dcate .system-coment{ font-size: 1.8vw; margin-bottom: 0.7vw; line-height: 1.4; }
#dcate .system-ttl-01{font-size: 3.6vw;margin-bottom: 1.3vw;line-height: 1.4;}
#dcate .system-category-set { margin-bottom: 2.0vw; margin-top: -2.0vw;}
#dcate .serchcategory{ margin-bottom: 13.0vw;}
#dcate .serchcategory .icon { display: inline-block; margin-bottom: 2.0vw; font-size: 1.8vw; font-weight: bold; color: #fff; text-align: center; padding: 1.3vw 2.6vw; }
#dcate .system-category1{margin-bottom: 0.1vw; font-size: 3.6vw; font-weight: bold; color: #fff; text-align: center; padding: 1.3vw 2.6vw; background-color: #ccc; position: relative;}
#dcate .system-contents{ background: #eeefef; padding: 5.2vw 2.6vw; margin-bottom: 3.9vw; }

#dcate .system-contents .system-category-set{margin-top: 0;}
#dcate .system-contents{background: #fff;padding: 3vw;margin-bottom: 10vw;}
#dcate .system-contents-inner { background: #fff; padding: 5vw 3vw;}
#dcate .system-contents .system-date{ font-size: 3.2vw; margin-bottom: 5vw; display: block; line-height: 1.4;}
#dcate .system-contents .system-category{ margin-bottom: 0.1vw; font-size: 3.2vw; color: #fff; text-align: center; padding: 4vw 3vw; width: 100%;}
#dcate .system-contents .system-category-set { margin-bottom: 5vw; margin-top: 0;}
#dcate .system-contents .system-ttl{font-size: 4.2vw;font-weight: bold;margin-bottom: 4.5vw;padding-bottom: 1vw;border-bottom: 1px #ccc solid;line-height: 1.6;}
#dcate .system-contents .system-i-pic{ text-align: center; margin-bottom: 8vw; }
#dcate .system-contents .system-i-pic img{width: 100%;height: auto;}


/* blog -------------------------------------*/
/*patern1*/
#staff_blog .mainContents{margin: 0px 0vw;width: 100%;padding: 0 4vw 0 4vw;}
#staff_blog .mainContents .system-list2{background: #fff;border: 1px solid #aaa;padding: 5vw 4vw 3vw 4vw;width: 100%;margin: 0 auto;}
#staff_blog .mainContents .system-list-inner2{ background: #fff; padding: 5% 3%;}
#staff_blog .mainContents .system-list2 li{ overflow: hidden; line-height: 1.4; margin-bottom: 5%; border-bottom: 1px dotted #b2b2b2; padding: 0 0 5%;}
#staff_blog .mainContents .system-list2 li a:hover{ text-decoration: none; }
#staff_blog .mainContents .system-list2 .system-pic{width: 36%;float: left;}
#staff_blog .mainContents .system-list2 .system-pic img{ max-width: 100%; height: auto; }
#staff_blog .mainContents .system-list2 .system-date{ width: 78%; float: right; font-size: 3.4vw; line-height: 1.4; margin-bottom: 2%}
#staff_blog .mainContents .system-list2 .system-date::before{ content: "■"; }
#staff_blog .mainContents .system-list2 .system-ttl-01{font-size: 3.6vw;line-height: 1.6;margin-bottom: 2%;font-weight: bold;}
#staff_blog .mainContents .system-list2 .system-contributor { width: 78%; float: right; color: #bbb; font-size: 3.4vw; text-align: right; }
#staff_blog .mainContents .system-list2 .textbx{width: 56%;float: left;margin-left: 4%;}
/**/
#staff_blog .system-category span {margin-bottom: 2vw;padding: 1vw 1vw 0.5vw 1vw;display: inline-block;color: #000;text-align: center;font-size: 3vw;margin-right: 2vw;}
#staff_blog .mainContents .cate01{ background: #000 !important; }
#staff_blog .mainContents .cate02{ background: #111 !important; }
#staff_blog .mainContents .cate03{ background: #222 !important; }
#staff_blog .mainContents .cate04{ background: #333 !important; }
#staff_blog .mainContents .cate05{ background: #444 !important; }
#staff_blog .mainContents .cate06{ background: #555 !important; }
#staff_blog .mainContents .system-contents{ background: #eeefef; padding: 4% 2%; margin-bottom: 10%; }
#staff_blog .mainContents .system-contents-inner { background: #fff; padding: 5% 3%;}
#staff_blog .mainContents .system-date{font-size: 4.2vw;margin-bottom: 2vw;display: block;color: #BD9E78;}
#staff_blog .mainContents .system-list2 .system-day{color: #BD9E78;margin: 0vw 0 0.5vw 0;}
#staff_blog .mainContents .system-ttl{font-size: 4.6vw;font-weight: bold;margin-bottom: 6vw;padding-bottom: 2vw;border-bottom: 1px #ccc solid;line-height: 1.4;}
#staff_blog .mainContents .footInfo { margin-top: 10%; padding-top: 5%; border-top: 1px dotted #ccc;}
#staff_blog .mainContents .system-contributor { font-size: 3.4vw; margin-bottom: 5%; text-align: right;}

#staff_blog #sidebar .widget_calendar { margin-bottom: 6vw;}
#staff_blog table#wp-calendar {table-layout: fixed;width: 100%;margin: 1vw auto 0 auto;padding: 0;border-collapse: collapse;border-spacing: 0;font-size: 3.5vw;margin-bottom: 4vw;}
#staff_blog table#wp-calendar caption {margin: 2vw 0 0 0;padding: 0vw 2vw 2vw 2vw;width: auto;font-size: 4.2vw;text-align: center;font-weight: bold;background-color: #fff;/* border: thin solid #eee; */border-radius: 0.5vw 0.5vw 0 0;-moz-border-radius: 0.5vw 0.5vw 0 0;-webkit-border-radius: 0.5vw 0.5vw 0 0;}
#staff_blog table#wp-calendar #today {display: block;font-weight: bold;background-color: #cef;z-index: 1;}
#staff_blog table#wp-calendar .pad {font-weight: bold;background-color: #eee;}
#staff_blog table#wp-calendar th,table#wp-calendar td {padding: 2vw 0;vertical-align: middle;text-align: center;}
#staff_blog table#wp-calendar td {line-height: 1.8;border: thin solid #eee;background-color: #fff;}
#staff_blog table#wp-calendar th {font-style: normal;color: #fff;border-left: thin solid #eee;border-right: thin solid #eee;background-color: #00a5d8;}
#staff_blog table#wp-calendar a {font-size: 3.5vw;color: #00a0dd;padding: 0;text-decoration: underline;}

#staff_blog .wp-ttl-001 {color: #006a8c;padding-left: 4vw;font-size: 4.4vw;padding-bottom: 2vw;border-bottom: 2px solid #006a8c;font-weight: 700;} 
#staff_blog .wp-ttl-001 .jp { font-weight: 700; } 
#staff_blog .sidebar .list { margin-bottom: 40px; } 
#staff_blog .sidebar .list li{border-bottom: 1px solid #a9a9a9;}
#staff_blog .sidebar .list a {display: inline-block;padding-top: 4.5vw;padding-bottom: 4.5vw;padding-left: 9vw;padding-right: 1em;background-image: url(../images/common/blog-deco-icon.jpg);background-repeat: no-repeat;background-position: left 3vw center;font-size: 3.4vw;line-height: 1.6;} 
#staff_blog .inner-box { width: 94%; margin: 0 auto; }
.over-box{height: 100vw;overflow-y: scroll;}


/*blogサイドバー*/
aside.sidebar {width: 90% !important;margin: 0 auto;}
aside.sidebar .aside-blog-ttl { border-bottom: 1px solid #ccc; padding-bottom: 5%; margin-bottom: 5%; text-align: center;}
aside.sidebar .aside-blog-ttl span.en { font-size: 3.4vw; display: block; margin-bottom: 3%; letter-spacing: 1px; color: #ccc;}
aside.sidebar .aside-blog-ttl span.jp { font-size: 3vw; font-weight: bold; }
aside.sidebar .list-block {margin: 12vw 0 12vw;}
aside.sidebar .acbox a {line-height: 1.6;font-size: 3.4vw;border-bottom: 1px dotted #ddd;padding-bottom: 3vw;margin-bottom: 3vw !important;display: block;}



/* topics -------------------------------------*/
#topics .system-list{background: #eeefef;padding: 1px;margin: 0 3vw 10vw;}
#topics .system-list-inner{ background: #fff; padding: 5vw 3vw;}
#topics .system-list li{overflow: hidden;line-height: 1.4;margin-bottom: 3vw;border-bottom: 0.2vw dotted #b2b2b2;padding: 0 0 2vw;}
#topics .system-list li a:hover{ text-decoration: none; }
#topics .system-list .system-date{ font-size: 3.2vw; line-height: 1.4; margin-bottom: 2vw}
#topics .system-list .system-ttl-01{ font-size: 3.6vw; line-height: 1.6; }
#topics .system-list .system-category-set { margin-bottom: 2vw;}

#topics .system-list2{ background: #eeefef; padding: 4vw 2vw; margin-bottom: 10vw; }
#topics .system-list2-inner{ background: #fff; padding: 5vw 3vw;}
#topics .system-list2 li{ overflow: hidden; line-height: 1.4; margin-bottom: 5vw; border-bottom: 0.2vw dotted #b2b2b2; padding: 0 0 5vw;}
#topics .system-list2 li a:hover{ text-decoration: none; }
#topics .system-list2 .system-date{ font-size: 3.2vw; line-height: 1.4; margin-bottom: 2vw}
#topics .system-list2 .system-pic{ width: 20vw; float: left; }
#topics .system-list2 .system-pic img{ max-width: 100%; height: auto; }
#topics .system-list2 .textbox{  width: 66vw; float: right;  }
#topics .system-list2 .system-ttl-01{ font-size: 3.6vw; line-height: 1.6; }
#topics .system-list2 .system-category-set { margin-bottom: 2vw;}

#topics .system-category span{display: inline-block;font-size: 3.4vw;padding: 1vw 3vw;}
#topics .system-category{margin-bottom: 3vw;}

#topics .system-contents{background: #eeefef;padding: 1px;margin: 0 3vw 10vw;}
#topics .system-contents-inner { background: #fff; padding: 5vw 3vw;}
#topics .system-contents .system-date{font-size: 3.8vw;margin-bottom: 2vw;display: block;}
#topics .system-contents .system-category-set { width: 100%; margin-bottom: 5vw;}
#topics .system-contents .system-ttl{font-size: 5.2vw;font-weight: bold;margin-bottom: 4vw;padding-bottom: 2vw;border-bottom: 0.2vw #ccc solid;line-height: 1.4;}
#topics .system-contents .system-pic { margin-bottom: 4vw; }
#topics .system-contents .system-pic img{ max-width: 100%; height: auto; }

/* staff -------------------------------------*/
#staff .system-list{background: #EDEBDF;padding: 4vw 2vw 7vw;margin-bottom: 0vw;display: -webkit-box;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
#staff .system-list li{position: relative;line-height: 1.4;width: 49%;margin-right: 2%;background: #fff;position: relative;margin-bottom: 3vw;padding: 2vw 3vw 4vw 3vw;}
#staff .system-list li:nth-child(2n){ margin-right: 0}
#staff .system-list li a:hover{ text-decoration: none; }
#staff .system-list li .system-ttl{font-size: 4.3vw;font-weight: 700;text-align: center;margin: 0 0 2vw 0;}
#staff .system-list .btn{ text-align: center; background: #333; color: #fff; font-size: 3.2vw; position: absolute; bottom: 3vw; left: 3vw; width: 95vw; padding:4vw 3vw;}
#staff .system-list .btn::after { content: ' >';}
#staff .system-pic{width: 100%;height: 35vw;overflow: hidden;text-align: center;margin-bottom: 3vw;}
#staff .system-pic img{width: 100%;height: 35vw;}
#staff .system-job{font-size: 3.1vw;letter-spacing: 0px;margin-bottom: 3vw;padding: 0.7vw 2vw 0.5vw 2vw;line-height: 1.5;text-align: center;border: 1px solid #999;}
#staff .system-list .system-name{ font-size: 3.8vw; font-weight: bold; margin-bottom: 5vw; line-height: 1.6; text-align: center;}
#staff .system-list .system-kana{ font-size: 3.4vw; margin-bottom: 5vw; line-height: 1.6; }
#staff .system-list .system-message{font-size:3.382vw;line-height: 1.6;letter-spacing: 0.25vw;}
#staff .system-list02{ background: #eeefef; padding: 4vw 2vw; margin-bottom: 10vw; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#staff .system-list02 li{ position: relative; line-height: 1.4; width: 49%; margin-right: 2%; background: #fff; position: relative; margin-bottom: 5vw; padding: 2vw 2vw 2vw;}
#staff .system-list02 li:nth-child(2n){ margin-right: 0}
#staff .system-list02 li a:hover{ text-decoration: none; }
#staff .system-list02 .btn{ text-align: center; background: #333; color: #fff; font-size: 3.2vw; position: absolute; bottom: 0; left: 0; width: 100%; padding: 3vw;}
#staff .system-list02 .btn::after { content: ' >';}
#staff .system-list02 .system-ttl-01{font-size: 3.8vw; font-weight: bold; margin-bottom: 5vw; line-height: 1.6; text-align: center;}
#staff .system-contents{background: #EDEBDF;padding: 4vw 5vw 1vw;margin-bottom: 10vw;margin: 0vw auto 10vw auto;width: 94%;}
#staff .system-contents-inner { background: #fff; padding: 5vw 3vw;}
#staff .system-contents .system-ttl{font-size: 5.4vw;font-weight: bold;margin-bottom: 4vw;padding-bottom: 2vw;border-bottom: 0.2vw #333 solid;line-height: 1.4;text-align: center;}
#staff .system-contents .system-info-box{ display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
#staff .system-contents .system-info{ width: 100%; }
#staff .system-contents .system-job{font-size: 3.5vw;margin-bottom: 1vw;line-height: 1.4;padding: 1.9vw 0 1.7vw 0;margin: 0 0 4vw 0;}
#staff .system-contents .system-name{ font-size: 4.2vw; margin-bottom: 5vw; line-height: 1.6; padding-bottom: 3vw; border-bottom: 0.2vw solid #ccc;}
#staff .system-contents .system-kana{ font-size: 3.2vw; margin-bottom: 3vw; line-height: 1.6; }
#staff .system-contents .system-comment{ font-size: 3.8vw; margin-bottom: 5vw; line-height: 1.6;}
#staff .system-contents .system-message{font-size: 3.4vw;line-height: 1.6;letter-spacing: 1px;text-align: center;margin: 0 0 3vw 0;}
#staff .system-contents .comment-bx{ margin-bottom: 3vw;}
#staff .system-contents .comment-bx table{ }
#staff .system-contents .comment-bx tbody{ }
#staff .system-contents .comment-bx tr{ }
#staff .system-contents .comment-bx th{width: 30vw; font-size: 3.2vw; letter-spacing: 0.2vw; border: 0.2vw solid #ccc; padding: 3vw; background: #949494; color: #fff; vertical-align: middle; text-align: left;}
#staff .system-contents .comment-bx td{width: 55vw; font-size: 3.2vw; border: 0.2vw solid #ccc; padding: 3vw; vertical-align: middle;}
#staff .system-contents .system-i-pic{ width: 100%; text-align: center; margin: 0 auto 8vw; -webkit-box-ordinal-group: -1; -moz-box-ordinal-group: -1; -webkit-flex-order: -1; -moz-flex-order: -1; -webkit-order: -1; -moz-order: -1; order: -1; }
#staff .system-contents .system-i-pic img{max-width: 100%;max-height: 65vw;width: auto;height: auto;}
#staff .system-contents .wys-ttl{ width: 100%; margin: 3vw auto; padding: 3vw; font-size: 3.8vw; color: #959595; font-weight: bold; background: #f1f1f1;}
#staff .system-contents1{ background: #eeefef; padding: 4vw 2vw; margin-bottom: 10vw; }
#staff .system-contents1-inner { background: #fff; padding: 5vw 3vw;}
#staff .system-contents1 .system-ttl{ font-size: 4.2vw; font-weight: bold;  margin-bottom: 8vw; padding-bottom: 8vw; border-bottom: 0.2vw #ccc solid; line-height: 1.4; }
#staff .system-contents1 .system-info-box{ display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
#staff .system-contents1 .system-info{ width: 100%; }
#staff .system-contents1 .system-job{  font-size: 3.4vw; margin-bottom: 1vw; line-height: 1.6;}
#staff .system-contents1 .system-name{ font-size: 4.2vw; margin-bottom: 5vw; line-height: 1.6; padding-bottom: 3vw; border-bottom: 0.2vw solid #ccc;}
#staff .system-contents1 .system-kana{ font-size: 3.2vw; margin-bottom: 3vw; line-height: 1.6; }
#staff .system-contents1 .system-comment{ font-size: 3.8vw; margin-bottom: 5vw; line-height: 1.6;}
#staff .system-contents1 .comment-bx{ }
#staff .system-contents1 .comment-bx table{ }
#staff .system-contents1 .comment-bx tbody{ }
#staff .system-contents1 .comment-bx tr{ }
#staff .system-contents1 .comment-bx th{width: 30vw; font-size: 3.2vw; letter-spacing: 0.2vw; border: 0.2vw solid #ccc; padding: 3vw; background: #949494; color: #fff; vertical-align: middle; text-align: left;}
#staff .system-contents1 .comment-bx td{width: 55vw; font-size: 3.2vw; border: 0.2vw solid #ccc; padding: 3vw; vertical-align: middle;}
#staff .system-contents1 .system-i-pic{ width: 100%; text-align: center; margin: 0 auto 8vw; -webkit-box-ordinal-group: -1; -moz-box-ordinal-group: -1; -webkit-flex-order: -1; -moz-flex-order: -1; -webkit-order: -1; -moz-order: -1; order: -1; }
#staff .system-contents1 .system-i-pic img{ max-width: 100%; max-height: 60vw; width: auto; height: auto;  }
#staff .system-contents1 .wys-ttl{ width: 100%; margin: 3vw auto; padding: 3vw; font-size: 3.8vw; color: #959595; font-weight: bold; background: #f1f1f1;}


/* craftsman -------------------------------------*/
#craftsman .system-list{background: #EDEBDF;padding: 4vw 2vw 7vw;margin-bottom: 0vw;display: -webkit-box;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
#craftsman .system-list li{position: relative;line-height: 1.4;width: 49%;margin-right: 2%;background: #fff;position: relative;margin-bottom: 3vw;padding: 2vw 3vw 4vw 3vw;}
#craftsman .system-list li:nth-child(2n){ margin-right: 0}
#craftsman .system-list li a:hover{ text-decoration: none; }
#craftsman .system-list li .system-ttl{font-size: 4.3vw;font-weight: 700;text-align: center;margin: 0 0 2vw 0;}
#craftsman .system-list .btn{ text-align: center; background: #333; color: #fff; font-size: 3.2vw; position: absolute; bottom: 3vw; left: 3vw; width: 95vw; padding:4vw 3vw;}
#craftsman .system-list .btn::after { content: ' >';}
#craftsman .system-pic{width: 100%;height: 35vw;overflow: hidden;text-align: center;margin-bottom: 3vw;}
#craftsman .system-pic img{width: 100%;height: 35vw;}
#craftsman .system-job{font-size: 3.1vw;letter-spacing: 0px;margin-bottom: 3vw;padding: 0.7vw 2vw 0.5vw 2vw;line-height: 1.5;text-align: center;border: 1px solid #999;}
#craftsman .system-list .system-name{ font-size: 3.8vw; font-weight: bold; margin-bottom: 5vw; line-height: 1.6; text-align: center;}
#craftsman .system-list .system-kana{ font-size: 3.4vw; margin-bottom: 5vw; line-height: 1.6; }
#craftsman .system-list .system-message{font-size:3.382vw;line-height: 1.6;letter-spacing: 0.25vw;}
#craftsman .system-list02{ background: #eeefef; padding: 4vw 2vw; margin-bottom: 10vw; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#craftsman .system-list02 li{ position: relative; line-height: 1.4; width: 49%; margin-right: 2%; background: #fff; position: relative; margin-bottom: 5vw; padding: 2vw 2vw 2vw;}
#craftsman .system-list02 li:nth-child(2n){ margin-right: 0}
#craftsman .system-list02 li a:hover{ text-decoration: none; }
#craftsman .system-list02 .btn{ text-align: center; background: #333; color: #fff; font-size: 3.2vw; position: absolute; bottom: 0; left: 0; width: 100%; padding: 3vw;}
#craftsman .system-list02 .btn::after { content: ' >';}
#craftsman .system-list02 .system-ttl-01{font-size: 3.8vw; font-weight: bold; margin-bottom: 5vw; line-height: 1.6; text-align: center;}
#craftsman .system-contents{background: #EDEBDF;padding: 4vw 5vw 1vw;margin-bottom: 10vw;margin: 0vw auto 10vw auto;width: 94%;}
#craftsman .system-contents-inner { background: #fff; padding: 5vw 3vw;}
#craftsman .system-contents .system-ttl{font-size: 5.4vw;font-weight: bold;margin-bottom: 4vw;padding-bottom: 2vw;border-bottom: 0.2vw #333 solid;line-height: 1.4;text-align: center;}
#craftsman .system-contents .system-info-box{ display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
#craftsman .system-contents .system-info{ width: 100%; }
#craftsman .system-contents .system-job{font-size: 3.5vw;margin-bottom: 1vw;line-height: 1.4;padding: 1.9vw 0 1.7vw 0;margin: 0 0 4vw 0;}
#craftsman .system-contents .system-name{ font-size: 4.2vw; margin-bottom: 5vw; line-height: 1.6; padding-bottom: 3vw; border-bottom: 0.2vw solid #ccc;}
#craftsman .system-contents .system-kana{ font-size: 3.2vw; margin-bottom: 3vw; line-height: 1.6; }
#craftsman .system-contents .system-comment{ font-size: 3.8vw; margin-bottom: 5vw; line-height: 1.6;}
#craftsman .system-contents .system-message{font-size: 3.4vw;line-height: 1.6;letter-spacing: 1px;text-align: center;margin: 0 0 3vw 0;}
#craftsman .system-contents .comment-bx{ margin-bottom: 3vw;}
#craftsman .system-contents .comment-bx table{ }
#craftsman .system-contents .comment-bx tbody{ }
#craftsman .system-contents .comment-bx tr{ }
#craftsman .system-contents .comment-bx th{width: 30vw; font-size: 3.2vw; letter-spacing: 0.2vw; border: 0.2vw solid #ccc; padding: 3vw; background: #949494; color: #fff; vertical-align: middle; text-align: left;}
#craftsman .system-contents .comment-bx td{width: 55vw; font-size: 3.2vw; border: 0.2vw solid #ccc; padding: 3vw; vertical-align: middle;}
#craftsman .system-contents .system-i-pic{ width: 100%; text-align: center; margin: 0 auto 8vw; -webkit-box-ordinal-group: -1; -moz-box-ordinal-group: -1; -webkit-flex-order: -1; -moz-flex-order: -1; -webkit-order: -1; -moz-order: -1; order: -1; }
#craftsman .system-contents .system-i-pic img{max-width: 100%;max-height: 65vw;width: auto;height: auto;}
#craftsman .system-contents .wys-ttl{ width: 100%; margin: 3vw auto; padding: 3vw; font-size: 3.8vw; color: #959595; font-weight: bold; background: #f1f1f1;}
#craftsman .system-contents1{ background: #eeefef; padding: 4vw 2vw; margin-bottom: 10vw; }
#craftsman .system-contents1-inner { background: #fff; padding: 5vw 3vw;}
#craftsman .system-contents1 .system-ttl{ font-size: 4.2vw; font-weight: bold;  margin-bottom: 8vw; padding-bottom: 8vw; border-bottom: 0.2vw #ccc solid; line-height: 1.4; }
#craftsman .system-contents1 .system-info-box{ display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
#craftsman .system-contents1 .system-info{ width: 100%; }
#craftsman .system-contents1 .system-job{  font-size: 3.4vw; margin-bottom: 1vw; line-height: 1.6;}
#craftsman .system-contents1 .system-name{ font-size: 4.2vw; margin-bottom: 5vw; line-height: 1.6; padding-bottom: 3vw; border-bottom: 0.2vw solid #ccc;}
#craftsman .system-contents1 .system-kana{ font-size: 3.2vw; margin-bottom: 3vw; line-height: 1.6; }
#craftsman .system-contents1 .system-comment{ font-size: 3.8vw; margin-bottom: 5vw; line-height: 1.6;}
#craftsman .system-contents1 .comment-bx{ }
#craftsman .system-contents1 .comment-bx table{ }
#craftsman .system-contents1 .comment-bx tbody{ }
#craftsman .system-contents1 .comment-bx tr{ }
#craftsman .system-contents1 .comment-bx th{width: 30vw; font-size: 3.2vw; letter-spacing: 0.2vw; border: 0.2vw solid #ccc; padding: 3vw; background: #949494; color: #fff; vertical-align: middle; text-align: left;}
#craftsman .system-contents1 .comment-bx td{width: 55vw; font-size: 3.2vw; border: 0.2vw solid #ccc; padding: 3vw; vertical-align: middle;}
#craftsman .system-contents1 .system-i-pic{ width: 100%; text-align: center; margin: 0 auto 8vw; -webkit-box-ordinal-group: -1; -moz-box-ordinal-group: -1; -webkit-flex-order: -1; -moz-flex-order: -1; -webkit-order: -1; -moz-order: -1; order: -1; }
#craftsman .system-contents1 .system-i-pic img{ max-width: 100%; max-height: 60vw; width: auto; height: auto;  }
#craftsman .system-contents1 .wys-ttl{ width: 100%; margin: 3vw auto; padding: 3vw; font-size: 3.8vw; color: #959595; font-weight: bold; background: #f1f1f1;}


/* flyer -------------------------------------*/
#flyer{width: 94%;margin: 0 auto;}
#flyer .list {margin-bottom: 0%;padding: 5vw 0 0 0;}
#flyer .list-item {float: left;width: 47.5%;margin: 0 5% 8% 0;}
#flyer .list-item:nth-child(2n) { margin-right: 0; }
#flyer .ttl-1 { background-color: #fcff0c;margin-bottom: 4%;text-align: center;color: #956225;font-weight: 700;font-size: 1.8rem;line-height: 1.7; letter-spacing: 0.05em; }
#flyer .ttl-2 {border: 2px solid #956225;margin-bottom: 4%;text-align: center;color: #956225;font-weight: 500;font-size: 1.8rem;line-height: 1.7; letter-spacing: 0.05em; }
#flyer .img { margin-bottom: 5%;text-align: center; }
#flyer .txt-1 { color: #000000;font-size: 1.4rem;line-height: 1.7; letter-spacing: 0.05em; }
#flyer .pager { display: block;width: 32px;min-height: 32px;padding-top: 2px;padding-left: 9px;border-radius: 5px;border: 2px solid #956125;background-color: #ffffff; color: #956125;font-size: 16px;font-weight: 700;}
#flyer .pager-next {position: relative;top: 6px; color: #956125;font-family: Meiryo;font-size: 14px;font-weight: 700;letter-spacing: 0.28px; }


/* item -------------------------------------*/
.p-item__point-content{background: #fff;max-width: 92vw;width: 100%;margin-inline: auto;padding: 6.5vw 0 0.3vw;}
.p-item__point-items{display: grid;grid-template-columns: repeat(1,1fr);gap: 7.2vw 0;margin-bottom: 11vw;}
.p-item__point-item{border: 0.2vw solid #707070;max-width: 86.126vw;width: 96%;margin-inline: auto;padding: 6.2vw 4vw 9.8vw;list-style: none;}
.p-item__point-item-content{width: 100%;margin-inline: auto;}
.p-item__point-item-left{margin-bottom: 4.3vw;}
.p-item__point-item-right{}
.p-item__point-item-right h3{font-size: 3.865vw;line-height: 1.6;letter-spacing: 0.09em;font-weight: bold;margin-bottom: 4.3vw;}
.p-item__point-item-right p{font-size: 3.623vw;line-height: 1.9;letter-spacing: 0.05em;}




/* form -------------------------------------*/
.form-Box{ padding: 4vw 0; margin-bottom: 4.5vw; line-height: 1.6;}
.form-Box .form-Box-inner{ background: #fff; max-width: 94.2vw;width: 95%;margin-inline: auto;}
.form-Box .form-list { font-size: 3.2vw; margin-bottom: 10vw;}
.form-Box .error { margin-bottom: 3.6vw;}
.form-Box .attention-color { color: #f00;}
.form-Box .form-list li { padding-left: 3.6vw; text-indent: -3.6vw; margin-bottom: 0.4vw; }
.form-Box table { max-width: 360px;width: 95%;margin-inline: auto;font-size: 16px;line-height: 2;letter-spacing: 0.05em;font-weight: bold;}
.form-Box .list{max-width: 86.9vw;width: 95%;margin-inline: auto;margin-bottom: 3.1vw;}
.form-Box .list li{font-size: 2.899vw;line-height: 1.75;letter-spacing: 0.05em;}
.form-Box .list li span {color: #E4282D;}

.form-Box .error {
    margin-bottom: 3.6vw;
}

.form-Box .attention-color {
    color: #f00;
}

.form-Box tr {
    margin-bottom: 0 !important;
    display: grid;
    grid-template-columns: repeat(1,minmax(0, 1fr));
}

.form-Box th {
    text-align: left;
    width: 100%;
    padding: 3vw 0 0;
    vertical-align: top;
    margin-bottom: -3vw;
}

.form-Box td {
    text-align: left;
    width: 100%;
    padding: 3vw 0 3vw;
    vertical-align: top;
    border-bottom: 0.2vw solid #E6E6E6;
}

.form-Box input[type="text"],
.form-Box input[type="email"],
.form-Box input[type="tel"],
.form-Box input[type="date"],
.form-Box input[type="datetime-local"],
.form-Box select,
.form-Box textarea {
    width: 100%;
    margin-bottom: 2vw;
    font-size: 16px;
    padding: 2.5vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #F7F7F7;
    border: 0.2vw solid #999999;
}

.form-Box textarea {
    padding: 2vw 2.5vw 14vw;
    margin-bottom: 10vw;
}


/* ボタン*/
#confirm_area,
#send_area {
    text-align: center;
    border: 0;
    padding: 0;
    margin: 0;
}

#form #confirm_area p,
#form #send_area p,
#form #back_area p {
    position: relative;
    text-align: center;
}

#form #confirm_area p::after,
#form #send_area p::after {
    content: "";
    position: absolute;
    background: url('../images/common/btn-arrow.svg') no-repeat center center / contain;
    width: 4.5vw;
    height: 4.1vw;
    right: 9.7vw;
    top: 50%;
    transform: translateY(-50%);
}

#form #send_area p::after {
    top: 38%;
}

#form .confirm_button, #form #back_button, input[type="submit"] {
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 86.9vw;
    width: 100%;
    margin-inline: auto; 
    font-size: 4.831vw;
    line-height: 4.7;
    letter-spacing: 0.05em;
    font-weight: bold;
    border-radius: 12vw;
    position: relative;
}

#form .confirm_button {
    background: #38A21E;
    color: #fff;
}

input[type="submit"]  {
    background:#F47723;
    color: #fff;
}

#form #back_button {
    background:#F2F2F2;
}

/* プライバシーポリシー */
.priv-text {
    padding: 3vw;
    height: 40vw;
    margin-bottom: 5vw;
    overflow-y: scroll;
    border: #B3B3B3 solid 1px;
    background: #fff;
}

.priv-text p {
    margin-bottom: 4vw;
    padding-bottom: 4vw;
    border-bottom: 0.2vw solid #ccc;
}

.priv {
    margin-bottom: 5vw;
}

.priv-text .tt {
    margin-bottom: 3vw;
    font-size: 4.8vw;
}

.privtext {
    text-align: center;
    background: #F2F2F2;
    border: 0.2vw solid #E6E6E6;
    margin-bottom: 13vw;
    max-width: 86.9vw;
    width: 95%;
    margin-inline: auto;
    padding: 4.2vw 0;
    font-size: 16px;
    font-weight: 700;
}

/*必須ボタン*/
.required p {
    position: relative;
    display: block;
}

.required p::after{
    position: absolute;
    content: "必須";
    background: #E4282D;
    color: #fff;
    font-size: 2.899vw;
    line-height: 2.2;
    letter-spacing: 0.05em;
    border-radius: 1vw;
    padding: 0 4.106vw;
    right: 0;
}

.form-Box .confirm_area input[type="text"] {
    padding: 0;
    border: none;
    background: none;
}

.form-Box #your-reform {
    display: grid;
    grid-template-columns: repeat(1,minmax(0, 1fr));
    gap: 1.932vw 0;
    font-size: 3.865vw;
    font-weight: 700;
}

#showroom .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

#showroom input#your-other {
    margin-block: 1.932vw;
}

#showroom .form-Box .form-Box-inner {
    padding-block: 0 10vw;
}

.wp-block-table table {border-collapse: unset!important;width: 100%;}

}

