/* 共通 バー */
.pt_ssi_sectionBar {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #00A08E;
}

.pt_ssi_sectionBar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
  background-color: #FABF00;
}
.pt_ssi_sectionBar {
  display: none;
}

/* H2タイトル */
.pt_ssi_titleH2 {
  background: #CCCCCC;
  border-bottom: 2px solid #00a08e;
  padding: 1px;
}

.pt_ssi_titleH2_typo {
  background: #ffffff url(../p_image/cont_title_bg_01.gif) repeat-x top left;
  color: #595757;
  padding: 14px 14px 14px 13px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}

/* 残必須項目数 */
.pt_ssi_remainingItem {
  width: 690px;
  margin: auto;
  position: sticky;
  top: 0;
  padding: 15px 0;
  background-color: #D9F1EE;
  z-index: 1;
}

.pt_ssi_remaining_incomplete {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pt_ssi_remaining_completed {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pt_ssi_remaining_hidden {
  display: none;
}

.pt_ssi_remainingItem_typo {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
  color: #00A08D;
}

.pt_ssi_remainingItem_num {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6em;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: underline;
  text-decoration-color: #00A08D;
}

/* ご希望の商品 */
.pt_ssi_selectedShohin {
  margin-top: 15px;
}

.pt_ssi_selectedTbl {
  width: 100%;
  padding: 20px 15px 0 15px;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto;
}

.pt_ssi_selectedTbl tr {
  display: flex;
}

.pt_ssi_selectedTbl tr:first-child td.pt_ssi_selectedTable_caption {

  border-top: 1px solid #D2D2D2;
}

.pt_ssi_selectedTbl tr:first-child td.pt_ssi_infoTable_value {
  border-top: 1px solid #D2D2D2;
}

.pt_ssi_selectedTable_caption {
  padding: 5px 0;
  background-color: #D9F1EE;
}

.pt_ssi_selectedTitle_typo {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4em;
  color: #333333;
  text-align: center;
}

.pt_ssi_selectedTable_caption,
.pt_ssi_infoTable_value {
  display: block;
  border-left: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
}

.pt_ssi_infoTable_value {
  padding: 10px;
  border-left: none;
  flex-grow: 1;
}
.pt_ssi_selectedTable_caption {
  width: 179px;
  display: flex;
  align-items: center;
  background-color: #D9F1EE;
  padding: 10px;
}

.pt_ssi_selShohin_list_item {
  display: flex;
  align-items: center;
}

.pt_ssi_selShohin_list_item:not(:last-child) {
  padding-bottom: 5px;
}

.pt_ssi_selShohin_list_item+.pt_ssi_selShohin_list_item {
  padding-top: 5px;
  border-top: 1px solid #CCCCCC;
}

.pt_ssi_selShohin_list_logo {
  display: block;
  width: 80px;
  flex-shrink: 0;
}

.pt_ssi_selShohin_list_typo {
  padding-left: 8px;
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.6em;
  color: #000;
}

/*選択した資料を確認ボタン*/
.pt_ssi_shiryoLinkBtn {
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
  width: 240px;
  border: 1px solid #CCCCCC;
  border-radius: 25px;
}

.pt_ssi_selectedShohin .pt_ssi_shiryoLinkBtn {
  margin-top: 10px;
}

.pt_ssi_shiryoLinkBtn a {
  display: block;
  border-radius: 25px;
  padding: 5px 10px 5px 8px;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
  color: #333333;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e8e8e8));
  background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: -moz-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: -o-linear-gradient(top, #ffffff, #e8e8e8);
  background-image: linear-gradient(to bottom, #ffffff, #e8e8e8);
}
.pt_ssi_shiryoLinkBtn a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.pt_ssi_btn_addShiryo::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #00a08d;
  border-right: 2px solid #00a08d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -5px;
  right: 12px;
}

.pt_ssi_btn_addShiryo{
    text-decoration:none;
}
.pt_ssi_icon_arw {
  position: relative;
  padding-right: 20px;
}

.pt_ssi_icon_arw:before {
  content: '';
  width: 16px;
  height: 16px;
  background: -moz-linear-gradient(bottom, #ff8f00, #ffc700);
  background: -webkit-linear-gradient(bottom, #ff8f00, #ffc700);
  background: linear-gradient(to top, #ff8f00, #ffc700);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -9px;
}

.pt_ssi_icon_arw:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 48%;
  left: 16px;
  margin-top: -4px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  }

.pt_ssi_telLink {
  text-align: right;
  padding: 10px 0;
}

.pt_ssi_telLink a {
  text-decoration: underline;
  color: #0E8072 !important;
  padding: 10px 10px 10px 8px;
}

.pt_ssi_telLink a:hover {
  text-decoration: none;
}

.pt_ssi_telLink_typo {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  color: #0E8072;
}

.pt_ssi_btn_addShiryo{
  text-decoration:none;
}

/* 顧客情報入力フォーム */
.pt_ssi_customerInfo {
  margin-top: 15px;
}

.pt_ssi_itemTitle {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #D9F1EE;
  width: 184px;
  border: 1px solid #D8D8D8;
  height: inherit;
  border-top: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
  border-bottom: none;
}

.pt_ssi_itemTitle>span {
  padding-left: 5px;
}

.pt_ssi_itemTitle_typo {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6em;
  color: #333333;
}

.pt_ssi_required {
  padding: 5px 7px;
  background-color: #e60011;
  border-radius: 5px;
}

.pt_ssi_required_typo {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
  color: #FFFFFF;
}

.pt_ssi_icon_check {
  margin-left: auto;
}

.pt_ssi_checkIcon_hidden {
  display: none;
}

.pt_ssi_icon_error {
  width: 32px;
  height: 32px;
}

.pt_ssi_icon_success {
  width: 32px;
  height: 32px;
}

.pt_ssi_optional {
  padding: 5px 7px;
  background-color: #A0A0A0;
  border-radius: 5px;
}

.pt_ssi_optional_typo {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
  color: #FFFFFF;
}

.pt_ssi_inputErr {
  background-color: #FFEAEA;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"] {
  height: 40px !important;
  border-width: 1px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 6px 5px;
  font-size: 14px;
  line-height: 1.6em;
}

input[type="radio"] {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* オートコンプリート背景色制御 */
input:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #FFFFFF inset;
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
}

.seikyu_title_display{
    display: table;
}

/* 顧客情報の取り扱い */
.policy_area>.pt_ssi_policy_typo {
  padding-bottom: 15px !important;
}

.pt_ssi_policy_typo {
  font-size: 14px;
  line-height: 1.6em;
}

.policy_typo_margin {
  margin-bottom: 10px;
}

/* プライバシーポリシー リスト四角 */
.pt_ssi_policy_listSquare {
  padding: 0 15px 0;
}

.pt_ssi_policy_listSquare li {
  list-style: initial;
}

.pt_ssi_policy_listSquare li::marker {
  color: #333333;
  font-size: 20px;
}

/* プライバシーポリシー リスト */
.pt_ssi_policy_list {
  padding: 10px 15px 0 20px;
}

.pt_ssi_policy_list li {
  list-style: circle;
  padding-bottom: 0;
}

.pt_ssi_policy_list li::marker {
  color: #333333;
  font-size: 15px;
}

/* プライバシーポリシー 特記 */
.pt_ssi_policy_notation {
  padding: 0 0 20px 1em !important;
}

.pt_ssi_policy_notation_typo {
  font-size: 14px;
  line-height: 1.6em;
  margin-right: 15px;
  word-break: break-all;
}

.pt_ssi_policy_notation_link {
  text-decoration: underline;
  color: inherit;
}

/* メイン フッター */
/* 製造情報 */
.pt_sc_main_footer {
  width: 690px;
  margin: auto;
  color: #000 !important;
}

.pt_sc_footer_produceInfo_PC {
  display: block;
  margin-top: 35px;
}

.pt_sc_footer_produceInfo_PC_digital {
  display: none;
  margin-top: 35px;
}

.pt_sc_footer_produceInfo_SP {
  display: none;
}

.pt_sc_footer_produceInfo_SP_digital {
  display: none;
}

.pt_sc_footer_produceInfo {
  font-size: 16px;
  font-weight: bold;
  padding: 12px 8px;
  border-bottom: 2px solid #00A08E;
}

/* ページトップへ戻る */
.pt_sc_footer_pageTop {
  display: flex;
  justify-content: flex-end;
  padding: 12px;
}

.pt_sc_footer_pageTop_link {
  padding: 8px;
}

/* 戻るボタン */
#contents .pagetop{
	padding:0px;
}

/* 電話請求への画面内遷移の遷移位置調整 */
.mr15 {
    margin-top: -80px;
    padding-top: 80px;
}

.form_area tr{
    display: flex;
    width: 660px;
}

/* input親要素 */
.inputCheck_name{
    height:40px;
}
.inputCheck_nameKana{
    height:40px;
}
.inputCheck_gender{
    height: 30px;
    margin-left: 3px;
}
.inputCheck_gender .cont_left{
    margin-right: 100px;
}
.birth_box select{
    margin-left: -10px !important;
}
.navi_step{
    padding-bottom:16px !important;
}
.formAttentionBox_01{
    color: #000;
}
.title{
    color: #000;
}
/*緑黄色の長さ調節*/
.heading_lv2:after, .container_div3:after, .container_div4:after{
    background-position: -141px -814px !important;
    background-size: 225px !important;
}
/*都道府県項目の文字サイズ*/
#cphMain_ddlPref, #cphMain_ddlCompanyPref{
    font-size: 14px;
}
/*各input項目のタイトル位置調整*/
.input_title{
    margin-left: 5px !important;
}

/*受付時間内の説明箇所*/
.box_body{
    color: #333333;
}

.freeDialNotice_pc {
    padding-left:20px;
    padding-top:10px;
}

/* デジタルパンフレット対応 Add Start */
/* 希望送付先 */
html body#multi .form_area table .pt_dp_ssi_sendTo_paper,
html body#multi .form_area table .pt_dp_ssi_sendTo_dgtl {
    display: none;
}

html body#multi .pt_dp_ssi_type_paper .form_area table .pt_dp_ssi_sendTo_paper,
html body#multi .pt_dp_ssi_type_dgtl .form_area table .pt_dp_ssi_sendTo_dgtl {
    display: block;
}

/* デジタルパンフレット文言 */
.pt_dp_ssi_policy_paper,
.pt_dp_ssi_policy_dgtl {
    display: none;
}

.pt_dp_ssi_type_paper .pt_dp_ssi_policy_paper,
.pt_dp_ssi_type_dgtl .pt_dp_ssi_policy_dgtl {
    display: block;
}
/* デジタルパンフレット対応 Add End */