@charset "UTF-8";
/* 
======== CONTENTS ==========================================
ミニマムフォーム：レイアウトテンプレートCSS
■2022.02.07　https://go.hitachi-solutions.co.jp/res/common/css/form.css (2021.6.24)から移転集約
■2025.01.09  #pardot-form padding調整
 =========================================================
*/

/* -------------------------------------
個人情報の取り扱い枠
----------------------------------------*/
.privacy {
    background: #fafafa;
    height: auto;
    padding: 12px;
    overflow-y: auto;
    border: 1px #ddd solid;
}

.privacy a {
  color: #e61227;
}

.privacy__title {
  font-size: 13px;
  line-height: 1.85;
  font-weight: bold;
}

.privacy__text {
  font-size: 13px;
  line-height: 1.85;
}

.privacy__text--right {
  text-align: right;
}

/* -------------------------------------
住所
----------------------------------------*/
#pardot-form .formInputInner.zip input {
    width: 9em;
}
#pardot-form .formInputInner.state,
#pardot-form .formInputInner.city {
    width: 8em;
    float: left;
    display: block;
    margin-top: 10px;
    margin-right: 10px;
}
#pardot-form .formInputInner.city {
    width: 20em;
}
@media screen and (max-width: 425px){
#pardot-form .formInputInner.city {
    display:inherit;
    width: 100%;
 }
}
#pardot-form .formInputInner.address_one,
#pardot-form .formInputInner.address_two {
	margin-top: 10px;
	display: inherit;
	width: 100%;
}

#pardot-form .formInputInner.contact_method  span span{
     /* font-size: 15px;
     margin-left:15px;
     display: block; */
}
#pardot-form .formInputInner.Personal_Data_Agree span span{
     /* font-size: 15px;
      margin-left:15px;
     display: block; */
}

/* -------------------------------------
送信ボタン
----------------------------------------*/

#pardot-form  input[type="button"],
#pardot-form  input[type="submit"],
#pardot-form  input[type="reset"] {
	width: 180px;
	margin: 0 0 0px;
	padding: 9px 25px 9px 15px;
	font-family: inherit;
	font-size: 100%;
	color: #fff;
	text-align: center;
	line-height: 130%;
	border: 0 none;
	background-color: #e60027;
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	cursor: pointer;
	word-break: break-all;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	border-radius: 3.9375rem;
}

#pardot-form  input[type="submit"],
#pardot-form  input[name='submitbtn']{
	background-image: url(https://www.hitachi-solutions.co.jp/res/image/jp/r1/icon/icon_link_right_l_white_hd.gif);
}
#pardot-form  input[name="modify"]{
	width:120px;
	background-color: #ccc;
	font-size:13px!important;
	padding: 13px 15px 11px 15px;
	background-image: url(https://www.hitachi-solutions.co.jp/-/media/Project/DefaultSite/common/form/icon_link_left_l_white_hd.gif);
	background-position:3% center;
}

#pardot-form  input[type="submit"]:hover {
	background-color: #b1000e;
	/*background-position: 99% center;*/
}
#pardot-form  input[type="reset"] {
	background-image: url(https://www.hitachi-solutions.co.jp/res/image/jp/r1/icon/icon_close_hd.gif);

}
#pardot-form  input[type="reset"]:hover {
	background-color: #b1000e;
}
#pardot-form  input[type="button"]:hover {
	background-color: #b1000e;
	/*background-position: 99% center;*/
}
#pardot-form  input[name="modify"]:hover {
	background-color: #aaa;
	/*background-position: 2% center;*/
}
#pardot-form  input[type="submit"]:focus,
#pardot-form  input[type="button"]:focus,
#pardot-form  input[type="reset"]:focus{
	outline:none;
}

/* -------------------------------------
エラー表示
----------------------------------------*/
.alert {
    padding: 5px;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-danger{
  font-size: 13px;
  background-color: inherit;
  margin-bottom: -15px;
}
p.error{
  color: #e70128;
  font-size: 13px;
  margin:0;
}

.error input,
.error select,
.error textarea{
   background-color:rgb(251, 244, 244)
}
.error input[type=checkbox],
.error input[type=radio] {
  outline: auto rgb(194, 107, 107);
}

/* -------------------------------------
レイアウト
----------------------------------------*/

body,
.form-control{
  font-size: 16px;
}

#pardot-form{
    background: #f5f5f5;
    padding: 15px;
}
@media screen and (max-width: 767px){
#pardot-form{
    padding: 15px;
 }
}
.contentHeader{
  padding-top:0;
  margin-bottom:0;
}

.contentFormAfter  {
    height: auto;
    padding: 12px;
    overflow-y: auto;
    border:none;
}
@media screen and (max-width: 425px){
.contentFormAfter {
    height: 110px;
    padding: 10px;
    overflow-y: auto;
    border: none;
}
}
.form-group:after {
    display: block;
    margin: 0 15px 0 15px;
    padding-bottom: 0px;
    height: auto;
    width: auto;
    border-bottom: none;
}

/* -------------------------------------
同意するボタン
----------------------------------------*/
.Personal_Data_Agree:after {
    margin: 0 15px 0 15px;
    padding-bottom: 0;
    border-bottom: none;
}


/* -------------------------------------
必須アイコン
----------------------------------------*/
.required .formHeading:after {
  display: inline-block;
  padding: 1px 4px;
  color: #fff;
  border-radius: 3px;
  background: #e70128;
}

/* -------------------------------------
フォーム要素
----------------------------------------*/

/*--------------------------------------
チェックボックス、ラジオボタン
----------------------------------------*/

form.form .pd-checkbox .value span,
form.form .pd-radio .value span {
    margin-bottom: 5px;
}

/* #pardot-form .pd-radio .value span,
#pardot-form .pd-checkbox .value span{
   margin-left: 10px;
}
@media screen and (max-width: 425px){
#pardot-form .pd-radio .value span,
#pardot-form .pd-checkbox .value span{
   margin-left: 0;
}
} */

.formInputInner input[type="checkbox"],
.formInputInner input[type="radio"] {
    cursor: pointer;
    /* margin-right: 5px; */
}

/* IE select */
.formInputInner select::-ms-expand {
	border:none;
	background: none;
  }


/*--------------------------------------
ブラウザUIの更新
--------------------------------------*/
.FormTableStyle ul.Horizontal li input,
.FormTableStyle ul.Vertical li input{
    display: inline-block;
}

/*custom UI*/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    input[type=checkbox],
    input[type=radio] {
        --active: #5f5f5f;
        --active-inner: #fff;
        --focus: 2px #aaa;
        --border: #aaa;
        --border-hover: #5f5f5f;
        --background: #fff;
        --disabled: #ddd;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        /* display: inline-block; */
        float: left;
        /* vertical-align: top; */
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    input[type=checkbox]:after,
    input[type=radio]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    input[type=checkbox]:checked,
    input[type=radio]:checked {
        --b: #5f5f5f;
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
    }
    input[type=checkbox]:disabled,
    input[type=radio]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }
    input[type=checkbox]:disabled:checked,
    input[type=radio]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }
    input[type=checkbox]:disabled+label,
    input[type=radio]:disabled+label {
        cursor: not-allowed;
    }
    input[type=checkbox]:hover:not(:checked):not(:disabled), input[type=radio]:hover:not(:checked):not(:disabled) {
        --bc: #5f5f5f;
        --b: var(--border);
    }
    input[type=checkbox]:focus, input[type=radio]:focus {
        box-shadow: 0 0 0 var(--focus);
    }
    input[type=checkbox]:not(.switch), input[type=radio]:not(.switch) {
        width: 21px;
    }
    input[type=checkbox]:not(.switch):after, input[type=radio]:not(.switch):after {
        opacity: var(--o, 0);
    }
    input[type=checkbox]:not(.switch):checked, input[type=radio]:not(.switch):checked {
        --o: 1;
    }
    input[type=checkbox]+label, input[type=radio]+label {
        font-size: 14px;
        line-height: 21px;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px;
    }
    input[type=checkbox]:not(.switch) {
        border-radius: 7px;
    }
    input[type=checkbox]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
    }
    input[type=checkbox]:not(.switch):checked {
        --r: 43deg;
    }
    input[type=checkbox].switch {
        width: 38px;
        border-radius: 11px;
    }
    input[type=checkbox].switch:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        transform: translateX(var(--x, 0));
    }
    input[type=checkbox].switch:checked {
        --ab: var(--active-inner);
        --x: 17px;
    }
    input[type=checkbox].switch:disabled:not(:checked):after {
        opacity: 0.6;
    }
    input[type=radio] {
        border-radius: 50%;
    }
    input[type=radio]:after {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
        transform: scale(var(--s, 0.7));
    }
    input[type=radio]:checked {
        --s: .5;
    }
}

/* patch */
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
   outline: none;
}
input[type=checkbox]+label, input[type=radio]+label {
        cursor: pointer;
        /* margin-left: 2.5rem;*/
        display: inline; 
}


/*レイアウトテンプレート直書きを回収 */

#pardot-form .comments,.displaynone{display:none;}

.formInputInner.email p.description{ font-size: 80%; color: #999;}

#contentMain.container { padding-top: 0;}

#pardot-form input:invalid,#pardot-form textarea:invalid{background-color: #fff;outline:none;}

#pardot-form .form-control:focus {
 background-color: rgb(255 255 239);
}



/*資料DLの左枠 .card */

.card{
padding:0px;
border-radius: 4px;
background-color: #fff;
text-align: center;
}

.card img.tb{
 /* width: 100%; */
box-shadow: 5px 5px 5px 0 rgb(0 0 0 / 15%);
}
.card p.title{
margin: 1.5rem 1rem 1rem 1rem;
font-weight: bold;
font-size:1.66rem;
text-align: left;
}

.card .desc{
text-align: left;
margin:1rem;
}