@charset "UTF-8";
/* 
======== CONTENTS ==========================================
	SP フォーム CSS
2023/08/31
2024/10/11/z 資料IDのプロパティimgclass（.hs-form-card__thumb--noXXXX）追加
2025/03/21/z 資料IDのプロパティimgclass（.hs-form-card__thumb noshadow と noborder）修正

 =========================================================
*/

.hs-contents {
    padding-top: 0;
}
@media screen and (max-width: 767px){
.JS .hs-contents {
    padding-top: 0;
 }
}

/*---------------------------------------------------
グロナビ
/*---------------------------------------------------*/
/* #SiteIdentity {
    background-color: #f2f2f2;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #ccc;
    margin-bottom: 1px;
} */
#HeaderArea{
    height: 45px;
}

/*---------------------------------------------------
H1ヘッダー
/*---------------------------------------------------*/

.JS .hs-page-heading {
    min-height: 90px;
    margin-top:30px;
    padding-top: 15px;
    padding-bottom: 0;
    background-color: #f2f2f2 ;
    background-image:  url(/cgi-bin/form/shared/image/dl.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.JS .hs-page-heading.contact{
    background-color: #eef9ff ;
    background-image:  url(/cgi-bin/form/shared/image/contact.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.JS .hs-page-heading.red{
    background-image:  url(/res/image/products/bg_title_index.png);
    min-height: 79px;
    padding-top: 13px;
}
.JS .hs-page-heading.title02{
    background-image:  url(/res/image/products/bg_title02.png);
    min-height: 79px;
    padding-top: 13px;
}
.JS .hs-page-heading.title03{
    background-image:  url(/res/image/products/bg_title03.png);
    min-height: 79px;
    padding-top: 13px;
}
.JS .hs-page-heading.title04{
    background-image:  url(/res/image/products/bg_title04.png);
    min-height: 79px;
    padding-top: 13px;
}

.hs-page-heading__title {
font-weight: bold;
border-left: none;
}
.JS .hs-page-heading__sub {
  font-size: 0.9rem;
}
@media screen and (max-width: 767px){
 .JS .hs-page-heading__title {
    font-size: 1.5rem;
    padding-top: 10px;
}
.JS .hs-page-heading__sub {
  font-size: 0.8rem;
}
}

@media screen and (max-width: 500px){
.JS .hs-page-heading {
  background-color: rgba(255, 255, 255, 0.3) !important;
  background-blend-mode: lighten;
  color:#000;

 }
.JS .hs-page-heading__title {
    padding-top: 10px;
 }
 .JS .hs-page-heading__sub {
  font-size: 0.6rem;
}
}

.JS .hs-page-heading.dark {
  color: #fff;
  background-color: #6e6e6e !important;
  background-image: none !important;
}
.JS .hs-page-heading.dark img.product_thum {
   display:none;
}

.JS .hs-page-heading.custom{
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ddd;
    background: #fff;
    min-height: 158px;
    margin-top: 30px;
    padding-top: 15px;
}

.JS .hs-page-heading.custom img.product_thum{
    display: block;
    width: 124px;
    border: 1px #ddd solid;
    float: left;
    margin: 0;
    padding: 0px;
    border-radius: 0%;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3)
}


.JS .hs-page-heading.custom h1.hs-page-heading__title{
    margin-left: 120px;
    padding: 33px 0 33px 15px;
}


/*----------------------------------------------------*/

.formwrap{
    width: 90%;
    margin: auto;
}
@media screen and (max-width: 767px){
.JS .hs-text {
  font-size: 0.875rem;
}
.formwrap{
    width: 100%;
    margin: auto;
}
}
.hs-frame-title {
  border-color: #e5e5e5; 
}
.hs-frame-body{
  padding-top: 1.5rem;
  border-color: #e5e5e5;
}

.hs-imgbox.frame img{
  border:0px #eee solid;
  margin-bottom:0px
}
/*----------------------------------------------------*/

/* #spin_area{
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url('/inquiry/img/spin.gif');
    background-position: center;
    background-position-y: calc(100vh/3);
    background-repeat: no-repeat;
    position: absolute;
    opacity: 1;
    z-index: 999;
} */

#spin_area{
  display: none;
}

/* #spin_area .msg{
    background-color: #fff;
    position: absolute;
    bottom: 0;
    display: block;
    margin: auto;
    width: 100%;
 } */

.loadingpanel{
  width: 100%;
 height: 100%;
 background-color: #fdfdfd;
 background-image: url('/inquiry/img/spin.gif');
 background-blend-mode: darken;
 background-position: center;
 background-position-y: 33vh;
 background-repeat: no-repeat;
 position:absolute;
 opacity: 1;
 z-index: 999;
 }


 /*----------------------------------------------------*/
.thanksbox {
    border-width: 0;
    border-style: solid;
    border-color: #ddd;
    padding: 0 0 1rem0;
    margin: auto;
    background-color: #fff;
    width: 90%;
    text-align: center;
    word-break: break-all;
    font-size: 16px;
}
.thanksbox p {
  margin: 1rem;
}


/* .thanksbox {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  background: #eee;
  padding: 2rem;
  margin: 1rem auto 2rem auto;
  background-color: #f5f5f5;
  text-align: center !important;
  word-break: break-all;
  font-size: 16px;
} */

/* .thanksbox p {
  margin: 2rem;
} */


@media screen and (max-width: 767px) {
  .JS .thanksbox {
    border: none;
  }
}

/*PC表示時<br>で改行、SP表示時<br>を無効化*/
@media screen and (max-width: 767px){
 .JS .hs-page-heading__title br {
    display:none; 
  }
}


/*新フッタ対応:フォームページで非表示化*/
.FatMenuSet,
#Footer2,
#HitachiTop,
.hs-pagetop,
#SpMenuBtn{
    display:none !important; 
}

/*================================================

 【新設定】
   削除予定の設定の差し替え

================================================*/
/*資料DLフォーム左端*/

.hs-form-leftwrap {
    padding-top: 15px;
}

.hs-form-card {
    padding:0px;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
}

/*  資料IDのプロパティimgclass
.hs-form-card__thumb サムネイル画像 */

.hs-form-card img.hs-form-card__thumb {
    box-shadow: 5px 5px 5px 0 rgb(0 0 0 / 15%);
    image-rendering: -webkit-optimize-contrast;
    border: 1px #ddd solid;
}

.hs-form-card img.hs-form-card__thumb.border {
  border: 1px #ddd solid;
}

.hs-form-card img.hs-form-card__thumb.noshadow {
  box-shadow: none;
  border: 1px #ddd solid;
}

.hs-form-card img.hs-form-card__thumb.noborder {
  border: none;
}


.hs-form-card .hs-form-card__title {
    margin: 1rem 1rem 0.6rem 1rem;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
}

.hs-form-card .hs-form-card__desc {
    text-align: left;
    margin: 0 1rem;
}

.hs-form-card .hs-form-card__desc ul {
    margin: 1rem 0 1rem 1.5rem;
}

.hs-form-card .hs-form-card__desc ul li {
    position: relative;
}

.hs-form-card .hs-form-card__desc ul li::before {
    content: "";
    border: solid #cfcfcf 0.1875rem;
    border-radius: 0.3125rem;
    display: inline-block;
    left: -1rem;
    top: .5em;
    position: absolute;
}



/*================================================

 【削除予定】
    理由 ： クラス名変更などの調整のため
    時期 ： 関連商品フォームの変更完了後

================================================*/
/*資料DLフォーム左端*/
.dlpreview {
    padding-top: 15px;
}

.card{
padding:0px;
border-radius: 4px;
background-color: #fff;
text-align: center;
}

/*　.tb サムネイル画像*/
.card img.tb{
 /* width: 100%; */
box-shadow: 5px 5px 5px 0 rgb(0 0 0 / 15%);
image-rendering: -webkit-optimize-contrast;
}
.card img.tb.border {
    border: 1px #ddd solid;
}
.card .title{
    margin: 1rem 1rem 0.6rem 1rem;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
}

.card .desc {
    text-align: left;
    margin: 0 1rem;
}

.card .desc ul {
margin: 1rem 0 1rem 1.5rem;
}

.card .desc ul li {
  position: relative;
}

.card .desc ul li::before {
  content: "";
  border: solid #cfcfcf 0.1875rem;
  border-radius: 0.3125rem;
  display: inline-block;
  left: -1rem;
  top: .5em;
  position: absolute;
}

/*---------------------------------------------------
リストのスタイルタイプなし
/*---------------------------------------------------*/
li.hs-list--no_disc {
  list-style-type: none !important;
}

li.hs-list--no_disc::before {
  border: none !important;
}

/*---------------------------------------------------
リード文
/*---------------------------------------------------*/
/*
* テキスト
*/
.leadbox .hs-text {
  margin-bottom: 0.4em;
  word-break: break-all;
}
/*
* テキストサイズ
*/
.leadbox .hs-font-size-xs {
  font-size: .786rem !important;
}

.leadbox .hs-font-size-ss {
  font-size: .857rem !important;
}

.leadbox .hs-font-size-s {
  font-size: .928rem !important;
}

.leadbox .hs-font-size-m {
  font-size: 1rem !important;
}

.leadbox .hs-font-size-l {
  font-size: 1.142rem !important;
}

.leadbox .hs-font-size-ll {
  font-size: 1.285rem !important;
}

.leadbox .hs-font-size-xl {
  font-size: 1.571rem !important;
}

/*
* テキスト装飾
*/
.leadbox .hs-font-normal {
  font-weight: normal !important;
}

.leadbox .hs-font-bold {
  font-weight: bold !important;
}

/*---------------------------------------------------
説明文内の装飾
/*---------------------------------------------------*/
/*
* タグ
*/
.hs-form-card__tag {
    padding: 5px;
    background: #eee;
    border-radius: 10px;
    margin: 5px 0px;
    display: inline-block;
}

