@charset "utf-8";

:root {
  --cv-btn-col: #00a387; /* お問い合わせボタン */
  --primary-col: #00a387; /* インデザインサーバー メインカラー */
  --header-height: 6.5rem;
}

body {
  font-size: 1.6rem;
}

/*=======================================================
  portal header ここから (製品ごとに色など追記)
 ======================================================*/
/*----- portal header 共通 -----*/
.header {
  background-color: #fff;
}

.header__logo img {
  display: inline-block;
  height: calc(var(--header-height) - 3rem);
  padding: 0.5rem;
}



/* お問い合わせボタンの色設定 */
.header .cvBtn {
  color: #fff;
  background-color: var(--cv-btn-col);
}

/*----- portal header pc版 -----*/
@media screen and (min-width: 1300px) {
  /* ロゴが画像の場合はここで設定 */
  .header__logo a {
    height: var(--header-height);
  }

  .header .menuBtn + .menu-inner {
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
  }

  .header__nav__menu:hover,
  .header__nav__menu--single:hover {
    color: var(--primary-col);
  }

  .header .menuBtn:after {
    background-color: var(--primary-col);
  }

  .header .menuBtn + .menu-inner li a:hover {
    background: var(--primary-col);
    color: #fff;
  }

  /* お問い合わせボタン設定 */
  .header .menuBtn.cvBtn,
  .header .menuBtn.cvBtn:after {
    background-color: var(--cv-btn-col);
  }

  .header .cvBtn:hover {
    color: var(--cv-btn-col);
    background-color: #fff;
  }
}

/*----- portal header タブレット・モバイル版 -----*/

@media screen and (max-width: 1300px) {
  .header__logo .logo-small {
    height: calc(var(--header-height) - 4rem);
  }

  .header__nav {
    /*background: linear-gradient(
      135deg,
      rgb(36, 201, 99) 0%,
      rgba(17, 153, 142, 1) 100%
    );*/
	  background-color: #DC68A2;
  }

  .header .menuBtn.cvBtn {
    /*color: var(--primary-col);*/
    /*background-color: #fff;*/
  }
}

/*=======================================================
  header ここまで
 ======================================================*/

/*=======================================================
  footer pc版
 ======================================================*/

.footer {
  background-color: #303030;
  /* footerリンク共通 */
  /* footer見出しにa要素が入ってる場合のスタイル打ち消し */
}

.footer-inner {
  max-width: 1400px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  padding: 2rem 0.6rem 5rem;
}

.footer #f01 p,
.footer #f01 a,
.footer #f02 a,
.footer #f03 a,
.footer #f04 a {
  font-size: 1.4rem;
  padding: 0.8rem 0 0.8rem 1rem;
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  line-height: 1.4;
  color: #999999;
  text-decoration: none;
}
.footer #f01 p,
.footer #f01 a,
.footer #f01 a.foot-heading h3 {
  color: #f739a1;
}
.footer #f01 a:hover {
  color: #fff;
}
.footer #f02 a:hover,
.footer #f03 a:hover,
.footer #f04 a:hover {
  color: #99feff;
  background-repeat: no-repeat;
  background-position: left center;
}
.footer #f01 a.foot-heading,
.footer #f02 .foot-heading,
.footer #f03 a.foot-heading,
.footer #f04 a.foot-heading {
  padding: 0;
  line-height: 1;
}
.footer .foot-heading h3 {
  font-size: 1.6rem;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: right top;
  padding-bottom: 10px;
  color: #ffffff;
  text-decoration: none;
  margin: 0;
}
.footer #f03 a.foot-heading:hover,
.footer #f04 a.foot-heading:hover {
  /* 共通a要素のスタイル打ち消し */
  background-color: transparent;
}
.footer #f01 a.foot-heading h3:hover {
  color: #fff;
}
.footer #f03 a.foot-heading h3:hover,
.footer #f04 a.foot-heading h3:hover {
  color: #99feff;
}

.copyright {
  clear: both;
  padding: 10px 0;
  font-size: 1.1rem;
  text-align: center;
  color: #efede9;
  background: #d33535;
}

/*----- footer タブレット・モバイル版 -----*/

@media screen and (max-width: 767px) {
  .footer-inner {
    display: block;
    margin: 0 2.6rem 0 1.6rem;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem 0 2rem 0;
  }
  .footer #product_portal_f01,
  .footer #product_portal_f02,
  .footer #product_portal_f03,
  .footer #product_portal_f04 {
    flex: 0 0 45%;
  }
  .footer .foot-heading h3 {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .footer #f01 .foot-heading {
    margin-top: 0;
  }
  .footer #f01 a,
  .footer #f02 a,
  .footer #f03 a,
  .footer #f04 a {
    font-size: 1.2rem;
  }
  .footer .option-idx__li {
    width: 40rem;
  }
}

/*=======================================================
  footer ここまで
 ======================================================*/

/*=======================================================
  トップへ戻るボタンとサイドボタンここから
 ======================================================*/
.totop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 20;
}

.totop a {
  display: block;
  text-decoration: none;
}

.totop img {
  background: #710000;
}

.totop img:hover {
  background: #900000;
}

.sideBtn {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 20;
  font-size: 14px;
}

.sideBtn .sideBtn_inquiry {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-radius: 5px 0 0 5px;
  border: none;
  background: var(--primary-col);
  padding: 2rem 1rem 2rem;
  transition: 0.3s;
}

.sideBtn .sideBtn_inquiry:hover {
  background: #fff;
  color: var(--primary-col);
}

.sideBtn .sideBtn_inquiry::before {
  display: none;
}
/*=======================================================
  トップへ戻るボタンとサイドボタンここまで
 ======================================================*/

/*=======================================================
  Utility 
======================================================*/

/*--------------------------------------
#contents内でmax-widthに
合わせたい要素に使用する 
---------------------------------------*/
.containerMaxwidth {
  max-width: 140rem;
  margin: 0 auto;
}

.container-small {
  max-width: 98rem;
  margin: 0 auto;
  padding: 0 2rem;
}

/*---------------------------------------
主に画像など、pcでは90・80%サイズ、
モバイルでは100%にしたい要素に使用する
---------------------------------------*/
.size-100 {
  width: 100%;
  display: block;
  margin: 0 auto 3rem;
}

.size-80 {
  width: 80%;
  display: block;
  margin: 0 auto 3rem;
}

.size-50 {
  width: 50%;
  display: block;
  margin: 0 auto 3rem;
}

.size-40 {
  width: 40%;
  display: block;
  margin: 0 auto 3rem;
}

.size-60 {width: 60%;}
.size-70 {width: 70%;}
.size-90 {width: 90%;}

.margin-bottom-small {margin-bottom: 2rem;}
.margin-bottom-default {margin-bottom: 4rem;}
.margin-bottom-big {margin-bottom: 6rem;}
.margin-bottom-huge {margin-bottom: 8rem;}

.font-weight-b {font-weight: bold;}
.txt-align-center {text-align: center;}

.d-flex { display: flex;}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.d-inline-block { display: inline-block;}


/*=======================================================
  Utility ここまで
======================================================*/

/*=======================================================
  製品・ソリューションごとのページコンテンツはここから
 ======================================================*/
.contents {
  padding-top: 6.5rem;
}

/* パンくず */
.breadcrumbs {
  margin: 1rem 1rem 0 2rem;
}
.breadcrumbs ol {
  margin-left: 0px !important;
}
.breadcrumbs ol li {
  display: inline;
  list-style-type: none;
}
.breadcrumbs ol li,
.breadcrumbs ol li a {
  font-size: 1.2rem;
}
.breadcrumbs ol li:before {
  content: " > ";
}
.breadcrumbs ol li:first-child:before {
  content: "";
}
/* パンくず */

.bnrBox {
  width: 100%;
  background: linear-gradient(135deg, rgba(64,224,208,0.7) 0%, rgba(255,140,0,3) 50%, rgba(255,0,128,0.3) 100%);
  margin: 0 auto;
}

.bnrBox h1 {
  font-size: 3.6rem;
  max-width: 140rem;
  text-align: center;
  padding: 3rem 0;
  margin: 0 auto 6rem;
  color: #fff;
}
.secondpagettl {
  font-size: 18pt;
  line-height: 50px;
  font-weight: bold;
  color: #333;
  background-color: #eeeeee;
  text-indent: 10px;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #6b927b;
}

.komidashi {
  font-weight: 400;
  text-align: center;
  font-size: 3rem;
  color: #333;
  padding: 5px 10px;
  border-bottom: 1px dotted #999999; /* 下ボーダーを、1px幅の破線、線色#CC3366に */
  margin-bottom: 4rem;
  line-height: 1.3;
}

.system_list ul li {
  list-style-type: none;
  border-bottom: solid #bdbdbd 1px; /*下のボーダー*/
  line-height: 1.5;
  padding: 0.5em 0;
}

.ServiceContentsArea {
  max-width: 98rem;
  margin: 0 auto 10rem;
}

.content__p {
  max-width: 75rem;
  margin: 0 auto;
  line-height: 2;
}


/* 主なリスク */
.risk-container {
  text-align: center;
}
.risk__ttl {
  font-size: 2.6rem;
  font-weight: bold;
  color: #cc3366;
  margin-bottom: 2rem;
  line-height: 1.3;
}

.risk__subTtl {
  font-size: 2rem;
  font-weight: bold;
}

.risk__wrap {
  width: 100%;
  background-color: #f9f9f9;
  margin-bottom: 4rem;
}

.risk__ul {
  text-align: left;
  display: inline-block;
  padding: 2.6rem 6rem 2.6rem 8rem;
  border-radius: 5px;
}

.risk__ul li {
  font-size: 1.8rem;
}

.risk__ul li:not(:last-child) {
  margin-bottom: 1rem;
}


/* /主なリスク */

.box_tt {
  text-align: center;
  width: 100%;
  background: #f9f9f9;
  border-radius: 15px;
  padding: 2.5rem 2rem;
  margin-bottom: 4rem;
}

.box_tt h3 {
  display: block;
}

.box_tt p {
  text-align: left;
  display: inline-block;
}

.box_tt-bigWrap {
  width: 80%;
  margin: 0 auto;
}

.box_tt .d-flex {
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem
}

.box_tt_ttl {
  font-size: 2rem;
  border-bottom: 1px dashed var(--primary-col);
  margin-bottom: 2.8rem;
  color: var(--primary-col);
}

.box_tt_img {
  margin-right: 3.5rem;
}

.box_tt p {
  width: 50%;
}

/* セキュリティの大きいボックス */
.box_tt_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2rem 0;
}

.box_tt_img-big {
  display: block;
  margin: 0 auto 2rem;
  width: 15rem;
}

.box_tt_img-big + p {
  width: 80%;
  margin: 0 auto 2rem;
}

.box_tt-sub {
  border: 2px solid var(--primary-col);
  background-color: #fff;
  color: var(--primary-col);
  border-radius: 5px;
  padding: 2rem 1.6rem;
}

.box_tt_wrap h4 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
  color: var(--primary-col);
}

.box_tt_wrap h5 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.box_tt_wrap ul {
  margin-bottom: 2.4rem;
  text-align: left;
}

.box_tt_wrap .flex-center:last-child ul {
  margin-bottom: 0;
}

.box_tt_wrap ul li {
  margin-bottom: .5rem;
  color: #666;
  font-weight: bold;
}
/* /セキュリティの大きいボックス */


.system_list {
  text-align: center;
}

.system_list ul {
  display: inline-block;
  text-align: left;
  color: #1e366a;
  
}

/* 事例 */
.caseStudy-container {
  text-align: center;
  padding: 2rem 4rem;
  margin-bottom: 4rem;
  background-color: #f9f9f9;
  width: 100%;
}

.caseStudy-container h3 {
  margin-bottom: 2rem;
}

.caseStudy-container ul {
  text-align: left;
  display: inline-block;
  border-radius: 15px;
}

.caseStudy-container:nth-of-type(2) ul {
  display: flex;
  justify-content: center;
}

.caseStudy-container:nth-of-type(2) ul li {
  margin-right: 3.6rem;
}


/* /事例 */



.inquiryArea {
  text-align: center;
  font-size: 32px;
  color: #666666;
  font-weight: normal;
  margin: 8rem 0;
}

.inquiryArea a {
  max-width: 51rem;
  display: inline-block;
}

.inquiryArea a img {
  display: block;
  width: 100%;
}

/*=======================================================
  製品・ソリューションごとのページコンテンツはここまで
 ======================================================*/

/*=======================================================
   レスポンシブ対応
 ======================================================*/
@media screen and (min-width: 1920px) {
}

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

@media screen and (max-width: 979px) {
  .b-flex {
    display: block;
    margin: 2rem 0;
  }

  .bnrBox {
    padding: 0 2rem;
  }

  .bnrBox h1{
    font-size: 2.8rem;
  }

  .content__p {
    padding: 0 2rem;
  }

  .box_tt-bigWrap {
    width: 100%;
  }

  .box_tt_img-big + p {
    width: 100%;
  }

  .system_list {
    padding: 0 2rem;
  }


}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width: 600px) {
  .breadcrumbs {
    margin: 0 0 1rem;
    padding: 0 2rem;
    line-height: 1.3;
  }

  .bnrBox h1{
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .ServiceContentsArea {
    margin: 0 auto 4rem;
  }

  .komidashi {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }

  .risk__ttl {
    font-size: 2.2rem;
    padding: 0 2rem;
  }

  .risk__ul {
    padding: 1.6rem 2rem 1.6rem 4rem;
  }

  .risk__ul li {
    font-size: 1.6rem;
  }

  .box_tt-sub {
    padding-left: 3rem;
  }

  .box_tt_img {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .box_tt .d-flex {
    display: block;
  }

  .box_tt p {
    width: 100%;
  }

  .caseStudy-container:nth-of-type(2) ul {
    display: inline-block;
  }

  /*================================================
*  お問い合わせ・ご購入ボタン（位置固定）
================================================*/
  .sideBtn {
    top: 50%;
    right: 0;
    
    
  }
  .sideBtn .sideBtn_inquiry {
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 1px;
    padding: 0;
    width: 2.5rem;
    height: 11.8rem;
  }
}
