@charset "utf-8";
/*---------------------------------------------
body
---------------------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 62.5%; /* 10px */
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  color: #333;
  line-height: 1.9;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP";
}

article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

/*---------------------------------------------
Anchor
---------------------------------------------*/
a {
  outline: none;
}
a:link {
  text-decoration: none;
  color: #0059b2;
  text-decoration: underline;
}
a:visited {
  text-decoration: none;
  color: #0059b2;
}
a:hover {
  color: color-mod(#0059b2 shade(50%));
  text-decoration: none;
}
a:active {
  text-decoration: none;
  color: #0059b2;
}
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*---------------------------------------------
p
---------------------------------------------*/
p {
  margin-bottom: 1em;
}
p + a {
  margin-top: 1em !important ;
}
p + div {
  margin-top: 1.5em !important ;
}
/*---------------------------------------------
 ** padding
---------------------------------------------*/
.pLR_1em {
  padding-left: 1em;
  padding-right: 1em;
}
.pLR_4em {
  padding-left: 4em;
  padding-right: 4em;
}

.oz {
  _zoom: 1;
  overflow: hidden;
}
/*---------------------------------------------
 ** ON OFF hover
---------------------------------------------*/
.hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

/*---------------------------------------------
 **  ページトップ
---------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
#pageTop a {
  display: block;
  padding: 5px 3px 0px 3px;
  border-radius: 30px;
  background-color: #02529c;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: url(../img/common/page_top.png) no-repeat;
  background-size: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*---------------------------------------------
 **   text-align
---------------------------------------------*/
.tac {
  text-align: center;
}

/*---------------------------------------------
 ** パンくずリスト
---------------------------------------------*/
nav#breadcrumbs ol {
  padding: 0;
}
nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
  font-size: 0.8rem;
}
nav#breadcrumbs ol li:before {
  content: " > ";
}
nav#breadcrumbs ol li:first-child:before {
  content: "";
}


/*---------------------------------------------
 **  flexbox
---------------------------------------------*/
.display_flex {
  display: flex;
}
.flex_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex_item_clounm_3 {
  width: 31.5%;
}
.flex_item_clounm_2 {
  width: 48.5%;
  margin-bottom: 25px;
}
.flex_item_clounm_4 {
  width: 23.5%;
  margin-bottom: 25px;
}

/* リセット */
h2 {
  margin-block-start: 0;
}

.w1100 {
  max-width: 1100px;
}

/*=================================================================================================================================*/
/**  共通部分*/
/*=================================================================================================================================*/

/*---------------------------------------------
 ** 見出し
---------------------------------------------*/
h2,
h3,
h4,
h5 {
  font-family: "M PLUS Rounded 1c";
  color: #000;
}

/*---------------------------------------------
 ** h2
---------------------------------------------*/
h2 {
  font-size: 4rem;
  line-height: 1.5;
  margin-bottom: 1.8rem;
  font-weight: 100;
}
.h2_rapper {
  margin-bottom: 3rem;
}

/*---------------------------------------------
 ** h3
---------------------------------------------*/
h3 {
  font-size: 3rem;
  margin-bottom: 2.6rem;
}

/*---------------------------------------------
 ** コンテンツ全体
---------------------------------------------*/
#content {
  width: 100%;
}
#main {
  width: 100%;
  margin: 0 auto;
  padding: inherit;
}

/*---------------------------------------------
 ** セクション
---------------------------------------------*/
.section_block {
  margin-bottom: 7rem;
}

/*---------------------------------------------
 ** ヘッダー記述
---------------------------------------------*/
#header {
  width: 100%;
}
/* ヘッダー */
.header_inner {
  padding: 45px 0 40px;
}

.header_main_bg {
  padding: 9.6rem 0 7.6rem;
  background: url(../img/common/bg_header.jpg) top left no-repeat;
  position: relative;
}

/* ロゴ */
#logo {
  max-width: 319px;
  height: 30px;
  margin: 0px auto 27px;
  display: block;
  top: 0px;
  z-index: 999;
}

/* ロゴ */
#logo a {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
  position: relative;
}
/* メインイメージ */

.main_img {
  width: 100%;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#index .main_img {
  background: url(../img/main_img/top_main.jpg) top center no-repeat;
}

/*---------------------------------------------
 ** フッター記述
---------------------------------------------*/
#footer {
  clear: both;
  position: relative;
  background: url("../img/footer_bg.jpg") 0 bottom no-repeat;
  background-size: cover;
  min-height: 630px;
  overflow: hidden;
}
/* footerロゴ */
#footer #logo {
  margin: 0 auto 25px;
  position: relative;
  top: 0;
  z-index: 1;
}

/* フッターインナー */
.footer_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 0 0 0;
}

.footer_tel_wrapper {
  background: #fff;
  box-shadow: 4px 4px #cbd4d9;
  padding: 1.4rem 2rem 1rem 2rem;
}

.map_wrapper div {
  width: 70%;
  font-size: 1.6rem;
  padding: 0rem 0 0 0;
}
.map {
  max-width: 153px;
  height: 141px;
  float: left;
}
.map_p {
  float: left;
  margin: 3rem 0 0 1rem;
  font-weight: bold;
}

.teln {
  font-size: 4.5rem;
  display: block;
  text-decoration: none !important;
  color: #000 !important;
  font-weight: bold;
  line-height: 1;
  margin-top: 1.5rem;
  position: relative;
}

.teln:before {
  width: 58px;
  height: 39px;
  display: inline-block;
  margin-right: 1.5rem;
  background: url(../img/free_d.png) no-repeat;
  content: "";
}
.teln span {
  display: block;
  line-height: 1;
}

.tel_footer div {
  float: left;
}

.contact_bt {
  width: 100px;
  height: 100px;
  display: block;
  box-sizing: border-box;
  background: #0085b2;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 1.2rem;
  text-align: center;
  padding: 2.5rem 1rem;
  margin: 0 0 0 2rem;
}
.contact_bt img {
  width: 36px;
  height: 30px;
  display: block;
  margin: 0 auto;
}

/* コピーライト */
#copyright {
  font-size: 0.8em;
  width: 100%;
  text-align: center;
  letter-spacing: 3px;
  padding: 15px 0 18px;
}

/*=================================================================================================================================*/
/**  TOPコンテンツ*/
/*=================================================================================================================================*/
.h2_header_main span {
  color: #01c4d1;
  border: 3px solid #01c4d1;
  display: inline-block;
  padding: 0 1rem;
  font-size: 5rem;
  line-height: 1.2;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0.5rem 0;
}

.h2_header_main span + span {
  margin-left: 1rem;
}
.h2_header_main span:last-of-type {
  margin-right: 1rem;
}

.noto_s {
  font-family: "Noto Serif JP";
}
.noto {
  font-family: "Noto Sans JP";
}

.movie_main {
  position: relative;
  width: 100%;
  padding-top: 56.85%;
}
.movie_main iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* 公明党　アイコン */
.koumeito_por {
  position: relative;
}
.koumeito_img {
  position: absolute;
  top: -30px;
  left: -48px;
  width: 105px;
  height: 105px;
  z-index: 1;
}

/* sns リンク */
.sns_bt_wrapper {
  display: flex;
}
.sns_bt a {
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  line-height: 2.5;
  padding: 0 2rem 0 0;
  color: #000;
  text-decoration: none;
}
.sns_bt:after {
  width: 30px;
  height: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 0.8rem;
}
.facebook_icon:after {
  content: "";
  display: block;
  float: left;
  background-image: url("../img/common/facebook_icon_blue.svg");
}
.youtube_icon:after {
  margin-top: 0.5rem;
  display: block;
  float: left;
  content: "";
  background-image: url("../img/common/youtube_icon_red.svg");
}

.movie_bottom {
  font-size: 1.4rem;
}
.h3_top_01 {
  width: 334px;
  height: 29px;
  background: url("../img/common/h_main_area.png") no-repeat;
  background-size: cover;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.img_main_area_product {
  max-width: 228px;
  margin: 0 auto;
  display: block;
}

section:after {
  width: 136px;
  height: 16px;
  display: block;
  margin: 30px auto 0;
  background: url(../img/common/spacer.png) no-repeat;
  background-size: cover;
  content: "";
}

.h2_inner_L {
  position: relative;
}

.h2_span {
  color: #01c4d1;
  border: 3px solid #01c4d1;
  background: #FFF;
  display: block;
  padding: 0.6rem;
  font-size: 7rem;
  line-height: 1.2;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 0.5rem 0;
  width: 14rem;
  text-align: center;
  line-height: 1;
  font-family: "M PLUS Rounded 1c";
}

.ribbon {
  background: #00a3d9;
  position: relative;
  padding: 0.9rem;
  line-height: 1;
  margin-left: 30px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Sans JP";
  font-weight: normal;
  width: 60%;
  margin: 0 auto;
}

.ribbon:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -30px;
  border: 1.6rem;
  border-style: solid;
  border-color: #00a3d9 #00a3d9 #00a3d9 transparent;
}
.ribbon:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 100%;
  border: 1.6rem;
  border-style: solid;
  border-color: #00a3d9 transparent #00a3d9 #00a3d9;
}

.span_po_L {
  float: left;
  margin: 0 2rem 0 0;
}

.fz16 {
  font-size: 1.6rem;
}

.bg_lb {
  background: #f7fcfe;
  padding: 9rem 0 5rem;
}

.bg_white {
  background: #fff;
  padding: 3rem 0;
}

.product_h3 {
  position: absolute;
  top: -61px;
  left: 0;
  right: 0;
  margin-top: 0 !important;
  bottom: unset;
}

/* 製品情報 */
.prodct_wrapper {
  float: right;
  width: 100%;
  max-width: 880px;
}

/* スポットバズーカ */
.spb_01 {
  width: 270px;
  height: 366px;
}

.spb_02 {
  width: 384px;
  height: 85px;
  float: left;
}

/* ハイパーストロングクール */
.hsc-logo {
  width: 425px;
  height: 77px;
  float: left;
}

.hsc-img-bottom{
  margin-bottom: 130px;
}

/* ストロングクール */
.stc_01 {
  width: 304px;
  height: 388px;
}
.stc_02 {
  width: 347px;
  height: 91px;
}

/* ストロングクールX */
.stcx_02 {
  width: 350px;
  height: 118px;
  float: left;

}

/* リボリューションファン */
.rvf_02 {
  width: 366px;
  height: 52px;
  z-index: 1;
  position: relative;
}


/* アウタータワー */
.ot_img_01 {
  width: 255px;
  height: auto;

  left: 30px !important;
}
.ot_img_02{
  width: 275px;
  height: 60px;
}

.ot_img_01 {
  top: -60px !important;
}


.mt70{
  margin-top: 70px;
}


.prodct_header ul {
  margin: 0;
  float: left;
}
.prodct_header ul li {
  border: 2px solid #058d8d;
  display: inline-block;
  padding: 0.3rem 1rem 0rem;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  color: #058d8d;
}

.pad {
  padding: 80px 5%;
}

.ex_dl_wrapper dl {
  margin: 0;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
}
.ex_dl_wrapper dl dt img {
  display: block;
}
.ex_dl_wrapper dl dd {
  background: #488a75;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.h3_ex_01 {
  background: #028d8d;
  padding: 0 3rem;
  color: #fff;
}

.ex_ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.ex_ul li {
  position: relative;
  margin-right: 3rem;
}
.ex_ul li:before {
  display: inline-block;
  background: url(../img/■.jpg) no-repeat;
  content: "●";
  font-size: 1.2rem;
  color: #028d8d;
  position: relative;
  top: -2px;
  margin-right: 0.4rem;
}

.fz_M {
  font-size: 2.2rem;
}
.col_green {
  color: #028d8d;
}

.flow {
  padding-top: 4rem;
}
.flow_bg_01,
.flow_bg_02 {
  box-sizing: border-box; /*通常の記述*/
  -webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box; /*Firefoxの機能を利用*/
  padding: 6rem 5rem 3rem;
  max-width: 600px;
  margin: 0 auto;
}
.flow_bg_01 {
  background: #f7fcfe;
}
.flow_bg_02 {
  background: #fff;
}

.h3_flow {
  font-size: 1.2em !important;
  color: #018c8c;
  border-top: 1px solid #01c4d1;
  border-bottom: 1px solid #01c4d1;
  text-align: center;
  padding: 2.9rem 0 1.8rem;
  position: relative;
  max-width: 367px;
  margin: 0 auto;
}

.nbr_base:after {
  width: 45px;
  height: 45px;
  position: absolute;
  top: -2.4rem;
  left: 0px;
  right: 0;
  margin: 0 auto;
  background: #018c8c;
  font-size: 1.2em;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.nbr_1:after {
  content: "1";
}
.nbr_2:after {
  content: "2";
}
.nbr_3:after {
  content: "3";
}
.nbr_4:after {
  content: "4";
}

/* 会社概要 */
.about_wrapper {
  border: 1px solid #cdcdcd;
  border-bottom: none;
  margin-top: 0;
}
.about {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
}
.about th {
  background: #fafcfe;
  width: 280px;
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  color: #01c4d1;
  box-sizing: border-box; /*通常の記述*/
  -webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box; /*Firefoxの機能を利用*/
}

.about td {
  padding: 15px 30px;
  background: #fff;
  border-bottom: 1px solid #cdcdcd;
}

.dot_col_gray li:before {
  color: #cdcdcd;
}
.db {
  display: block;
}

.dl_typ_01 {
  display: flex;
  margin: 0 0 1rem;
}
.dl_typ_01 dt {
  min-width: 120px;
  text-align: center;
  padding: 0 2rem;
  font-weight: bold;
  color: #fff;
  background: #01c4d1;
  box-sizing: border-box; /*通常の記述*/
  -webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box; /*Firefoxの機能を利用*/
}
.dl_typ_01 dd {
  margin: 0 0 0 2rem;
}

/* フッター */
footer .block-address {
  padding: 0 20px;
  margin: 3rem 0 0;
}

footer .block-address .list-address {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-address .list-address li {
  width: 540px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff;
  position: relative;
  padding: 12px 0 12px 15px;
}

footer .block-address .list-address li:after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #bdd9f8;
}

footer .block-address .list-address li .name {
  margin-right: 10px;
  color: #0085b2;
}

footer .block-address .list-address .fz-sm {
  font-size: 16px;
}

footer .copyright {
  font-size: 14px;
  font-weight: 500;
  padding-left: 40px;
}

/* header固定 */
body {
  padding: 170px 0 0 0;
}
.header_wrapper {
  position: fixed;
  top: 0;
  z-index: 9;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}

.mtop_01:after {
  margin-top: 10rem;
}

.img_box img {
  display: block;
}

/* アコーディオン */
.accordion_product > div {
  padding: 0rem 0rem 2rem 0;
  margin: 0 auto;
  display:none;
}

.accordion_open {
  width: 100%;
  max-width: 400px;
  background: #028d8d;
  margin: 0 36%;
  padding: 0.8rem 2rem;
  display: block;
  text-align: center;
  color: #fff;
  box-sizing: border-box; /*通常の記述*/
  -webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box; /*Firefoxの機能を利用*/
  font-size: 1.8rem;
  cursor: pointer;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.accordion_open:hover {
  background: #03c5c5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion_open :after {
  color: #fff;
  font-family: "FontAwesome";
  content: "\f0d7";
  font-size: 2rem;
}
.accordion_open.bg02 span::after {
  color: #fff;
  font-family: "FontAwesome";
  content: "\f0d8";
  font-size: 2rem;
}

/* 製品情報 */
.d-md-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-point-detail {
  width: 90%;
  margin: 0 auto;
}
.point.box-inline {
  width: 100%;
}

.group-heading {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 2.2rem;
}
.group-heading .num {
  flex-basis: 74px;
  height: 72px;
}
.group-heading .title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #058d8d;
  line-height: 1.4;

  padding: 3px 0 3px 16px;
}

.product-point-detail .box-left-right {
  /* -webkit-align-items: flex-end; */
  /* align-items: flex-end; */
}
.box-left-right .box-left {
  width: 45%;
}
.box-left-right .box-right {
  width: 55%;
}

.txt {
  padding: 0 50px;
  margin-top: 20px;
}

.group-heading .title .highlight {
  display: inline;
  background: url(../img/common/line.png) repeat-x 0 101%;
}

.point {
  width: 50%;
  float: left;
}

.product-point-detail .point {
  margin-bottom: 50px;
}

.img_fix {
  width: 100%;
  height: auto;
}

.bdtg {
  border-top: 1px solid #ccc;
  margin-top: 7rem;
  padding-top: 0;
  background: #000;
}

.mvb {
  margin-bottom: 5.5rem;
  padding: 0.1rem 0;
}

.h4_protect {
  font-size: 2rem;
  color: #018c8c;
  margin: 0;
}

.protect_div {
  text-align: center;
}
.protect_div p {
  padding: 0;
  margin: 0;
}

.protect_div div {
  min-height: 150px;
}

/* 画像フェードイン */
.box-fadein img {
  opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}
.box-fadein.lazyloaded img.lazyloaded {
  opacity: 1;
}

.mb2rem {
  margin-bottom: 2rem;
}

.stc_comparison_table {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  background: #f7f7f7;
  border-collapse: collapse;
}
.stc_comparison_table th {
  background: #058d8d;
  color: #fff;
}
.stc_comparison_table th,
.stc_comparison_table td {
  display: block;
  width: 100%;
  padding: 1rem;
  box-sizing: border-box; /*通常の記述*/
  -webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box; /*Firefoxの機能を利用*/
}

.stc_comparison_table td p {
  margin: 0;
  text-align: left;
}

.stc_comparison_table td span {
  background: #058d8d;
  color: #fff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  margin-right: 1rem;
  padding: 0.2rem 1rem;
  font-size: 1.6rem;
}

.stc_table_title {
  font-size: 2.9rem;
  font-weight: 600;
  color: #058d8d;
  line-height: 1.4;
  padding: 3px 0 3px 16px;
  margin: 0;
  text-align: center;
  border-bottom: 1px dashed #058d8d;
  width: 93%;
  padding: 0 0 1.11rem;
  margin: 0 auto 1rem;
}

.h4_stc_table_title {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2.2rem;
  margin-top: 1.5rem;
}

.rev_list {
  width: 90%;
  margin: 0 auto;
  padding: 1.5rem 2rem;
  border: 3px solid #058d8d;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.rev_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box ; /*通常の記述*/
-webkit-box-sizing: border-box ;  /*Google ChromeやSafariの機能を利用*/
-moz-box-sizing: border-box ;  /*Firefoxの機能を利用*/
}
.rev_list li {
  position: relative;
  padding-left: 2.3rem;
  display: inline-block;
  margin-right: 1rem;
}

.rev_list li:before {
  width: ■;
  height: ■;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "●";
  color: #058d8d;
}





.img_box img{
  width: 100%;
  display: block;
}


.mt0{
  margin-top: 0;
}
.mb0{
  margin-bottom: 0;
}
.mt1half{
  margin-top: 0.5rem;
}



#box04{
  display: none;
}
#box06{
  display: none;
}


.accordion_open2 {
  float: none !important;
  margin: 20px auto 20px !important;
}


.rev_img_01{
  max-width: 600px;
  width: 100%;
  max-height: 377px;
  height: auto;
}

.fzb{
  font-size: 2.5rem;
  font-weight: bold;
}

.th_gray th{
  background: #C8C8C8;
  color: #000;
}

.col_green{
  color: #058d8d;
  font-weight: bold;
}


.news_icon{
  height: auto;
  position: absolute;
  top: -60px;
  left: 15px;
  z-index: 2;
 }
 .news_icon img{
  width: 100px;
  }

  .txt-f-z-12{
    font-size: 12px;
  }
  .txt-f-z-14{
    font-size: 14px;
  }




  /* 横一般の方はこちら ボタン */
.ippan_rental {
  background: #01c4d1;
  width: 50px;
  height: 290px;
  color:#FFF !important;
  text-decoration:none !important;
  text-align:center;
  z-index: 10;
  position: fixed;
  top: 200px;
  right: 0;
  display: block;
  margin:6px 0 0;
  padding:15px 7px;
  writing-mode: vertical-rl;
  box-sizing: border-box; /*通常の記述*/
  -webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box; /*Firefoxの機能を利用*/
  }
    @media (max-width: 767px) {
      .ippan_rental{
          width: 40px;
          height: 230px;
          font-size:13px;
          top: unset !important;
          bottom:100px;
      }
    }


.ippan_rental {-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
.ippan_rental:hover{ opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )";
}



/*---------------------------------------------
 ** パンくずリスト
---------------------------------------------*/
#breadcrumb {
  width: 100%;
  margin: 0 auto 2rem;
}

#breadcrumb ul {
  display: table;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP";
}

#breadcrumb ul li {
  margin: 0 10px 0 0;
  font-size: 1.4rem;
  float: left;
  list-style-type: none;
}

#breadcrumb ul li a {
  color: #007ac6;
  text-decoration: none;
  font-weight: bold;
}

#breadcrumb ul li:first-child::before {
  content: "";
  padding: 0;
}

#breadcrumb ul li::before {
  padding: 0 10px 0 0;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
  font-size: 14px;
}


/*---------------------------------------------
 **  ttl-h1
---------------------------------------------*/
.ttl-h1{
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP";
}

@media (max-width: 767px) {
    .ttl-h1{
      font-size: 2.4rem;
  }
}


.page-nav{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
  border-top: 1px solid #018c8c;
  border-bottom: 1px solid #018c8c;
  background: #E5F9FA;
  padding:0;
}

.page-nav li {
  font-family: "Noto Sans JP";
  padding: 2rem 0 1.7rem;
  text-align: center;
  line-height: 1.4;
  text-align:center;
  width:100%;
}

.page-nav li a {
  font-weight: bold;
  text-decoration: unset ;
}
@media (max-width: 767px) {
  .page-nav li {
     border-bottom: 1px solid #018c8c;
  }
  .page-nav li:last-of-typet {
     border-bottom: none;
  }
}


  /* 【 PC 】 768px ～ */
  @media (min-width: 768px) {
  .pc-top-150{
      margin-top: 150px !important;
  }
  .page-nav li {
  width: 30%;
  }
}



.btn-typ-1{
    margin: 0 auto !important;
    float:unset !important;
    color: #ffffff !important;
    text-decoration:none !important;
    font-size:2rem;
}
.btn-typ-1 a:after,
.btn-typ-1 span:after{
  display:none ;
}

.ex-ttl{
  font-size: 2rem;
  margin-top: 1.5rem;
  font-weight: bold;
}


.bt-gds-c-01{
  background: #ef1a00; /* Old browsers */
background: -moz-linear-gradient(top,  #ef1a00 0%, #de1500 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ef1a00 0%,#de1500 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ef1a00 0%,#de1500 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef1a00', endColorstr='#de1500',GradientType=0 ) !important; /* IE6-9 */
margin: 2rem auto 2.6rem !important;
}

/* hover */
.bt-gds-c-01 {-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
.bt-gds-c-01:hover{ opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; }



/* 施工実績 全リスト */
.ex-table{
  border: 1px solid #cdcdcd;
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
}
.ex-table th{
  background: #fafcfe;
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  color: #01c4d1;
  box-sizing: border-box; /*通常の記述*/
  -webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box; /*Firefoxの機能を利用*/
}
.ex-table td{
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  box-sizing: border-box; /*通常の記述*/
  -webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box; /*Firefoxの機能を利用*/
}


.mv-ed{
  text-align: center;
  margin-top: 15px;
}



#nav_03 {
  margin-bottom: -50px !important;
  padding-bottom: 50px !important;
}

.mv-wrpaaer video{
  width: 100%;
  margin-bottom: 20px;
}


/* ストロングクールX */
/* 動画 */
.scx-movie{
  padding-bottom: 30px;
}


.h4-title-small{
  font-size: 2.2rem;
  text-align: left;
  margin-bottom: 1.1rem;
}


.p0{
  padding: 0;
}

.m0{
  margin: 0;
}





.f-sz-s{
  font-size: 70%;
}

.fwb{
  font-weight: bold;
}



/* キャスター・操作パネル付きだから */
.dl_wrapper {
  border: 3px solid #1fa4ac;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  _zoom: 1;
  overflow: hidden;
}
.dl_wrapper > dt {
  background: #1fa4ac;
  text-align: center;
  padding: .5rem 1rem;
  font-size: 2.3rem;
  color: #fff;
}
.dl_wrapper > dd {
  padding: 0% 3% 0% 4%;
  margin:0;
  background: #ffffff;
}

.bg_03 {
  padding: 70px 0 0 0;
  background: url(../img//bg_03.jpg) top center no-repeat;
}



.ex_ls {
  background: #eafafb;
  padding: 5%;
  max-width: 500px;
  margin: 0 auto;
  font-size: 80%;
}
.ex_ls li {
  position: relative;
  margin-bottom: 5px;
  letter-spacing: -1px;
}
.ex_ls li::before {
  display: inline-block;
  content: "■";
  color: #1fa4ac;
  margin-right: 5px;
}
.ex_ls .w100 {
  width: 100%;
}
.ex_ls .w50 {
  width: 50%;
}






/* お知らせ */
.index_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  width:100%;
  height: 80px;
  box-sizing: border-box;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
}
.index_news_logo {
  background-color: #000;
  color: #fff;
  font-size: 24px;
  height: 80px;
  width: 16%;
  line-height: 80px;
  text-align: center;
}
.index_news_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 60px;
  width: 84%;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.to_news_page a{
  position: absolute;
  right: 0;
  height: 100%;
  background-color: #000;
  padding: 0 5px;
  color: #ffffff !important;
}
.index_news_date {
  margin-right: 20px;
}
.index_news_date a {
  color: #1270A8 !important;
}
.index_news_title a {
  color: #333333 !important;
}
.index_news a {
  text-decoration: none !important;
  font-weight: bold;
}

.bxs{
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
}


.video-all{
  width: 100%;
}



.scv-spec{
    width: 100%;
    margin: 0 auto;
    padding: 1em 0 4em;
}


.btn-type-01{
  background: #FFFF;
  border: 3px solid #056bb2;
  text-decoration: none !important;
  padding: 1em 2em;
  font-weight: bold;
}

.product-content{
    width: 90%;
    margin: 0 auto;
    float: unset;
}



.product-bg {
  background: #fff;
  padding: 7rem 0 5rem;
  margin-bottom: 6rem;
}

.product-bg:nth-of-type(2n) {
  background: #f7fcfe;
  padding: 7rem 0 5rem;
}


.product-p{
    background: #ffffffd1;
    padding: 1.6em 1.7em 1.4em;
    margin: 40px 0 40px;
    line-height: 1.7;
    text-align: center;
    box-shadow: 0px 1px 14px #cccccc5c;
    font-weight: bold;
    color: #000;
}



.banner img{
  display: unset !important;
  margin: 0 auto;
}