@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
font: inherit;
}
body {
    line-height:1.5;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
ol, ul {
  list-style: none;
}
a {
  color: #1a1a1a;
  text-decoration: none;
}
a {
  background: none;
}
.bld {font-weight: 900;}
.txt_c {text-align:center;}
.txt_l {text-align:left;}
.txt_r {text-align:right;}
.pd10 {padding:10px;}
.mt30 {margin-top:30px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb30 {margin-bottom:30px;}
.mb60 {margin-bottom:60px;}
.w15 {width:15%;}
.w20 {width:20%;}
.w30 {width:30%;}
.w35 {width:35%;}
.w45 {width:45%;}
.w49 {width:49%;}
.w70 {width:70%;}
.w85 {width:85%;}
.clearfix:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}
.img100 {
  width:100%;
}
/*TOPスライダー*/
.top_title {
  font-size:90px;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0));
}
.top_sub-title {
  font-size:30px;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0));
}
.top_sub-title span {
  color:#ff0000;
}

/*グローバルナビ*/
.navi_flex {
  display: flex;
  justify-content: space-between;
}
.navi_logo img {
  height:50px;
  padding-left: 10px;
  margin-bottom: 5px;
  margin-top: 6px;
}
.navi_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.navi_menu-item{
  font-size:14px;
  padding: 5px 15px;
  margin: 10px 0;
  border-left: 1px solid #ccc;
}
.navi_menu-item a:hover{
  color:#999;
}
.navi_logo {
  width: 375px;
}
.navi_menu {
  width: 80%;
}

/*コンテンツヘッダ*/
.news_coverim {
  background-size: cover;
  background-image: url(../images/head_news.jpg);
  height: 280px;
}
.price_coverim {
  background-size: cover;
  background-image: url(../images/head_price.jpg);
  height: 280px;
}
.bossis_coverim {
  background-size: cover;
  background-image: url(../images/head_bossis.jpg);
  height: 280px;
}
.faq_coverim {
  background-size: cover;
  background-image: url(../images/head_faq.jpg);
  height: 280px;
}
.inquiry_coverim {
  background-size: cover;
  background-image: url(../images/head_inquiry.jpg);
  height: 280px;
}
.order_coverim {
  background-size: cover;
  background-image: url(../images/head_order.jpg);
  height: 280px;
}
.login_coverim {
  background-size: cover;
  background-image: url(../images/head_login.jpg);
  height: 280px;
}
.cover-tlarea {
  text-align: center;
  padding-top: 100px;
}
.cover-tl {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 6px;
  text-shadow: rgb(0 0 0) 2px 2px 5px;
}
.header-img_stitle {
  font-size: 18px;
  color: #fff;
  padding: 1em;
  letter-spacing: 3px;
  text-shadow: rgb(0 0 0) 2px 2px 5px;
}
.contents_block_inner {
  padding-top: 50px;
}

/*お知らせ*/
.contents_block {
  width: 960px;
  margin: 0px auto;
  padding: 50px 0px 150px 0;
}
.home_title {
  width: 100%;
  position: relative;
  margin: 0px 0px 50px;
}
.home_title_en {
  width: 100%;
  text-align: right;
  position: absolute;
  top: -14px;
}
.home_title_en p {
  font-size: 130px;
  line-height: 130px;
  font-weight: 700;
  color: rgba(205, 205, 205, 0.25);
}
.home_title_ja {
  width: 100%;
  position: relative;
  margin: 0px 0px 15px;
}
.home_title_ja p {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}
ul.newsUl.fadein li:first-child {
  border-top: 1px solid rgb(235, 236, 231);
}
ul.newsUl.fadein li {
  display: flex;
  flex-direction: row;
  list-style: none;
  border-bottom: 1px solid rgb(235, 236, 231);
}
.newsUl li .date {
  min-width: 250px;
  display: inline-block;
  color: rgb(71, 153, 131);
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 20px 42px 18px 0px;
}
span.titleonly {
  width: 100%;
  display: block;
  min-height: 59px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  padding: 20px 42px 18px 0px;
  transition: all 0.3s ease 0s;
}
.newstextarea {
  width: 100%;
  display: block;
  min-height: 59px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  padding: 20px 42px 18px 0px;
  transition: all 0.3s ease 0s;
  background: url(../../2022_boss/images/arrow_green.png) right 30px center / 13px no-repeat;
}
.directfile {
  width: 100%;
  display: block;
  min-height: 59px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  padding: 20px 42px 18px 0px;
  transition: all 0.3s ease 0s;
  background: url(../../2022_boss/images/downloads.png) right 30px center / 13px no-repeat;
}
.directlink {
  width: 100%;
  display: block;
  min-height: 59px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  padding: 20px 42px 18px 0px;
  transition: all 0.3s ease 0s;
  background: url(../../2022_boss/images/innerlink.png) right 30px center / 13px no-repeat;
}
.news_nolink {
  width: 100%;
  display: block;
  min-height: 59px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  padding: 20px 42px 18px 0px;
  transition: all 0.3s ease 0s;
}
.newsUl li a:hover {
  color:#999;
}
.news_nolink:hover {
  color:#999;
}
.contents_button {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}
.contents_button a {
  display: block;
  width: 100%;
  height: 100%;
}
.contents_button a p {
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 1px;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-image: initial;
  border-radius: 35px;
}
.contents_button a p:hover {
  color:#fff;
  background:#444;
}


/*インデックスタイル*/
.csrtop_2blks a.csrtop_2blks_left {
    float: left;
}

.csrtop_2blks a {
    display: block;
    width: 50%;
    position: relative;
}
.csrtop_2blks a div {
    box-sizing: border-box;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0));
    text-align: center;
    line-height: 1.4;
    padding: 4% 3%;
    position: absolute;
}
.csrtop_2blks a.csrtop_2blks_left div {
    bottom: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.csrtop_2blks a.csrtop_2blks_right {
    float: right;
}
.csrtop_2blks a {
    display: block;
    width: 33.3333%;
    position: relative;
}
.csrtop_2blks a :hover{
    opacity: 0.7;
}
.csrtop_2blks a.csrtop_2blks_right div {
  bottom: 40%;
  left: 25%;
}

/*footer*/
.footer {
  width: 100%;
  padding: 60px;
  background: #333;
}
.footer_inner {
  clear: both;
  overflow: hidden;
  /*width: 1000px;*/
}
.footer_company {
  float:left;
  width:35%;
}
.logo2 {
  height:60px;
}
.company_address-text {
  font-size:16px;
  color:#fff;
  line-height: 2;
}
.footer_index {
  float:right;
  width: 45%;
}
.footer_flex {
  display: flex;
  justify-content: flex-end;
}
.footer_info {
  width:33%;
}
.footer_info ul li {
  padding-bottom: 15px;
}
.footer_info ul li a {
  font-size: 14px;
  color:#fff;
}
.footer_info ul li a:hover {
  color:#999;
}
.footer_button {
  width:33%;
}
.footer_button a {
  display: block;
  min-width: 100px;
  margin: 0;
  float: left;
  background: #fff;
  padding: 50px;
}
.footer_button a:hover {
  background: #999;
}

/* よくある質問
-----------------------------------------*/
.btn_group{
  overflow: hidden;
  margin-bottom: 20px;
}

a.btn_group_list{
  color: #494949;
  border-radius: 5px;
  padding:15px 10px;
  margin:0px 10px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  font-size: 12px;
  background: #cbdad1;
  text-align: center;
  display: block;
}

a.btn_group_list:hover{
  background: #479983;
  color:#fff;
}

a.btn_group_list_active{
  background: #479983;
  color:#fff;
}

a.btn_group_list_active:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  åmargin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #479983;
}

h3.faqBlock__columns-title {
  color: #666;
  font-size: 18px;
  margin:0px 0px 20px 0px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
}

.faqBlock__columns-tile {
  margin: 0 0 24px;
  overflow: hidden;
}

.faqBlock__columns-q,
.faqBlock__columns-a {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 15px 10px;
  width: 90%;
  float:right;
}

.faqBlock__columns-q {
  font-weight: bold;
  color: #111;
  margin-bottom: 10px;
}

.faqBlock__columns-q-icon:before,
.faqBlock__columns-a-icon:before {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin:11px 0px 0px 0px;
}

dt.faqBlock__columns-q-icon,
dt.faqBlock__columns-a-icon{
  float: left;
  width: 35px;
}

.faqBlock__columns-q-icon:before {
    content: "Q";
    background: #479983;
}
.faqBlock__columns-a-icon:before {
    content: "A";
    background: #BD7165 !important;
}
a.faqlink {
  position: relative;
  display: inline-block;
}
@media screen and (min-width:768px){
.btn_group li {
	float: left;
	width: 32.5%;
  list-style: none;
}

.btn_group_mgnl{
	margin-left:8px;
}

a.btn_group_list{
	padding:15px 0px;
	width:100%;
}

.faqBlock__columns-q,
.faqBlock__columns-a {
	width: 95%;
}
}

/* ---------------------------------------- [お問い合せ] ---------------------------------------- */
.formbox input {
border: 1px solid #97adba;
padding: 8px 8px;
border-radius: 5px;
font-size: 1em;
margin-bottom: 15px;
}
span.required {
color: #b21919;
font-size: 1.3em;
margin-left: 5px;
}
.formbox textarea {
background: #FFF;
border: 1px solid #97adba;
border-radius: 5px;
padding: 15px 10px;
width: 100%;
font-size: 1em;
}
.formBtn input:hover {
background: #fff;
color: #00a0e9;
-webkit-transition: all .3s;
transition: all .3s;
}
.formBtn input {
background: #479983;
color: #fff;
width: 50%;
display: block;
margin: 30px 0;
border: 1px solid #479983;
padding: 15px 10px;
border-radius: 5px;
font-size: 1.5em;
cursor: pointer;
margin-bottom: 15px;
}
.formbox select {
  padding:0 0 0 20px;
  background: #FFF;
  border: 1px solid #97adba;
  border-radius: 3px;
  height: 60px;
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
}
span.rei {
  font-size: 1rem;
}
.formbox p {
  font-size:1.5em;
}
.formbox h2 {
  padding: 10px 0;
}

/* ---------------------------------------- [注文フォーム] ---------------------------------------- */
.formbox input {
  border: 1px solid #97adba;
  padding: 8px 8px;
  border-radius: 5px;
  font-size: 1em;
  margin-bottom: 15px;
}
span.required {
  color: #b21919;
  font-size: 14px;
  margin-left: 5px;
}
.formbox textarea {
  background: #FFF;
  border: 1px solid #97adba;
  border-radius: 5px;
  padding: 15px 10px;
  width: 100%;
  font-size: 1em;
  }
.formBtn input:hover {
  background: #fff;
  color: #00a0e9;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.formBtn input {
  background: #479983;
  color: #fff;
  width: 50%;
  display: block;
  margin: 30px 0;
  border: 1px solid #479983;
  padding: 15px 10px;
  border-radius: 5px;
  font-size: 1.5em;
  cursor: pointer;
  margin-bottom: 15px;
}
.formbox select {
  padding:0 0 0 20px;
  background: #FFF;
  border: 1px solid #97adba;
  border-radius: 3px;
  height: 60px;
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
}
.rei {
  font-size: 14px;
  font-weight:normal;
}
.formbox p {
  font-size:1.5em;
}
.form-t1 {
  font-size:16px;
  font-weight:900;
  align-self: center;
}
.form-t2 {
  font-size:16px;
  font-weight:900;
  align-self: center;
  /*padding: 8px 8px;*/
  margin-bottom: 15px;
}
.flex_formbox {
  display: flex;
  flex-direction: row;
}
.wd10 {width:10%;}
.wd15 {width:15%;}
.wd35 {width:35%;}
.wd40 {width:40%;}
.wd65 {width:65%;}
.form_t1 {
  font-size: 24px;
  color: #479983;
  border-bottom: solid 3px #479983;
  margin: 40px 0 20px 0;
  padding-bottom:5px;
}
.flx_box-order {
  display: flex;
  justify-content: space-between;
}
.boss_order {
  border: 1px solid #d9ddea;
  border-bottom: 0;
  border-right: 0;
  border-collapse: collapse;
  width: 100%;
}
.flex_formbox input, .order_rot input, .order_rot2 input, .order_item input {
    border: 1px solid #97adba;
    /*padding: 8px 8px;*/
    border-radius: 5px;
    font-size: 1em;
    /*margin-bottom: 15px;*/
}
.flex_formbox textarea {
    background: #FFF;
    border: 1px solid #97adba;
    border-radius: 5px;
    padding: 15px 10px;
    width: 100%;
    font-size: 1em;
}
.flex_formbox select {
  padding: 0px;
    background: #FFF;
    border: 1px solid #97adba;
    border-radius: 3px;
    /*height: 40px;*/
    line-height: 30px;
    text-align: left;
    text-indent: 1px;
    vertical-align: middle;
}
.order-cap {
  font-size: 12px;
}
.m-10 {margin-top:-10px;}
.order_t {
  font-size:20px;
  font-weight:bold;
  position: relative;
  padding:0 0 0.3em 0.7em;
  margin-bottom: 15px;
  border-bottom: 1px dotted #479983;
}
.order_t2 {
  font-size:20px;
  font-weight:bold;
  position: relative;
  padding:0 0 0.3em 0.7em;
  /*margin-bottom: 15px;*/
  border-bottom: 1px dotted #479983;
}
.order_t::after,.order_t2::after {
  position: absolute;
  top: 0.2em;
  left:0;
  content: '';
  width: 5px;
  height:1em;
  background-color: #479983;
}
.order_sub-t {
  font-size:16px;
  font-weight:bold;
  margin-bottom: 10px;
}
.order_sub-t2 {
  font-size:16px;
  font-weight:bold;
  align-self: center;
  width:25%;
}
.order_parts {
  font-size: 16px;
  margin-bottom:10px;
}
.order_flex {
  display: flex;
  justify-content: space-between;
  border-top: 1px dotted #ccc;
  padding: 10px 0;
}
.order_flex2 {
  display: flex;
  justify-content: space-between;
  /*border-top: 1px dotted #ccc;*/
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  margin-bottom: 30px;
}
.order_item {
  width:35%;
  align-self: center;
}
.order_item2 {
  width:33%;
  align-self: center;
}
.order_rot {
  width:65%;
  margin-top: 15px;
}
.order_rot2 {
  width:35%;
}
.order_rot2 {
  width:33%;
  align-self: center;
  /*margin-top: 15px;*/
}
.order_block {
  margin-bottom: 20px;
}
.notes_block {
  margin: 60px 0 0 0;
}
.notes_t1 {
  font-size: 26px;
  font-weight: bold;
}
.notes_t2 {
  font-size: 20px;
  font-weight: bold;
  color: #479983;
  padding: 10px;
  margin: 20px 0 10px 0;
  border: 1px solid #479983;
}
ul.notes_ul {
  padding-left: 20px;
}
.notes_ul li {
  line-height: 1.5;
  padding-bottom: 6px;
}
p.notes_txt {
  line-height: 2;
}
p.nouki {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
  padding-top: 10px;
}
.send_com {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}
.cap_txt {
  font-size: 10px;
  line-height: 1.5;
  color: #b21919;
}

/* ---------------------------------------- [BOSS型枠とは？] ---------------------------------------- */
.boss_t-1 {
    font-size: 32px;
    color: #479983;
    margin: 20px 0;
}
.boss_t-1::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f466";
    padding-right: 0.3em;
}
.bdy_txt p {
    font-size: 16px;
    line-height: 1.9;
}
.flx_box-jstfy_c {
    display: flex;
    justify-content: center;
}
.flx_box-row {
    display: flex;
    flex-direction: row;
}
.bg-green_txt-wht_bld {
    background: #479983;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}
.bg-gray_txt-black {
    background: #ececec;
    color: #000;
    padding: 5px 0 5px 10px;
}
.txt14 {
  font-size: 16px;
  line-height: 2;
}
.txt16 {
  font-size: 16px;
  line-height: 2;
}
.boss_t-3 {
  padding:20px 0;
}
.boss_ul, .boss_ol {
    padding-left: 1em;
}
.boss_ul li {
    list-style: disc;
    padding-bottom: 0.5em;
    font-size: 15px;
    line-height: 1.5;
}
.cap {
  font-size: 12px;
  line-height:1.8;
}
/* ---------------------------------------- [製品価格] ---------------------------------------- */
.price_flex {
  display: flex;
  justify-content: space-between;
}
.price_photo {
  width:100%;
}
.price_txt {
  width:100%;
}
.price_photo-img {
  width: 32%;
  padding-bottom: 30px
}
h4.boss4 {
    font-size: 20px;
    border-bottom: dotted 1px #479983;
    padding-bottom: 0.3em;
    margin-bottom: 10px;
}
.boss_table {
    font-size: 14px;
    border: 1px solid #d9ddea;
    border-bottom: 0;
    border-right: 0;
    border-collapse: collapse;
    width: 100%;
}
.boss_table td {
    padding: 5px;
    border-bottom: 1px solid #d9ddea;
    border-right: 1px solid #d9ddea;
    color: #333;
    vertical-align: middle;
    text-align: center;
    line-height: 1.9;
}
td.bg-g {
    background: #479983;
    color: #fff !important;
}
td.bg-lg {
    background: #e6f5ed;
}

/* ---------------------------------------- [お知らせ] ---------------------------------------- */
.news-d {
    font-size: 16px;
    line-height:2;
}
.news-t {
    font-size: 32px;
    color: #479983;
    line-height: 1.7;
    padding-bottom:50px;
}
.news_bdy {
  padding-bottom:50px;
}
.news_bdy p {
  font-size: 16px;
  line-height:2;
}
.comBtn {
  font-size: 20px;
  line-height:2;
}
ul.newsUl.fadein {
    position: relative;
    margin-top: 40px;
}
span.new {
    background: #e9606d;
    font-size: 0.6em;
    color: #fff;
    padding: 4px 8px;
    border-radius: 6px;
    width: 40px;
    text-align: center;
}
.p-list {
  display: flex;
  justify-content: space-between;
}
.newsimg {
  width: 400px;
}
.news_file_t {
  font-size: 20px;
  color: #d83c75;
} 
.pd24.bordr-b {
  margin-top: 30px;
}
a.news_link_t {
  font-size: 20px;
  color: #1042A4;
}

/*TOPへ戻る*/
.page_top {
    position:fixed;
    bottom:20px;
    right:30px;
    padding: 5px 15px;
    color:#479983;
    font-size:60px;
    text-decoration:none;
    /*background:#26ADD6;*/
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    z-index: 100;
}
.page_top:hover {
    /*background:#26ADD6;*/
    opacity: 0.7;
}


/* ---------------------------------------- [メニューバー] ---------------------------------------- */
span.ab-icon {
  display: none;
}
span.ab-label.awaiting-mod.pending-count.count-0 {
  display: none !important;
}
span.ab-icon {
  display: none;
}
span.ab-label {
  display: none !important;
}