.fs-small {
  font-size: 1.4rem;
}
.mt_4 {
  margin-top: 4px;
}
.annotation-mark {
  font-size: 1rem;
  vertical-align: .3em;
}
.cmn_normal_text._mode {
  font-size: 1.6rem;
}
.separator {
  height: 1px;
  border: none;
  background-color: #B0B0B0;
  margin: 16px 0;
}
/* table column width */
.cmn_table._mod {
  margin-bottom: 8px;
}
.col-label {
  width: 16.25%;
}
.col-main {
  /* width: 20.83%; */
  width: 21.4%;
}
.col-side {
  width: 41.88%;
}
/* dl note */
dl.cmn_note_dl {
  display: flex;
  align-items: flex-start;
  font-size: 1.2rem;
  color: #656565;
  margin: 8px 0 15px 0;
}
dl.cmn_note_dl dt {
  flex-shrink: 0;
  margin-right: 4px;
  font-size: 1.2rem;
  color: #888;
}
dl.cmn_note_dl dd {
  margin: 0;
  font-size: 1.2rem;
  color: #656565;
  line-height: 1.6;
}

.btn_with_note {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.flex-columns {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  flex: 1;
}
.cmn_contact_box.--multicard {
  border: 2px solid #FFE3D4; 
}
.cmn_contact_box.--multicard .cmn_imgtxt_wrap img {
  width: 160px;
  height: auto;
}
.cmn_contact_box.--multicard .tel_box {
  margin-bottom: 8px;
}
.cmn_contact_box.--multicard .ttl {
  background-color: #FFE3D4;
  color: #D23A00;
}
.cmn_contact_box .cmn_normal_text._mod {
  text-aign: left;
  padding-left: 35px;
  margin-bottom: 8px;
}
.cmn_annotation_list._mod {
  flex-direction: column;
  gap: 8px;
}
.cmn_contact_box .cmn_imgtxt_wrap .cmn_annotation_list._mod li:nth-child(2) {
  margin-left: 0;
}
.cmn_contact_box.--multicard .tel_box._mod {
  margin-bottom: 0;
}
.cmn_btn_secondary.--pdf::after {
  background-image: url(/merit/benefits/domesticinsurance/img/domesticinsurance_pdf_icon.svg);
  width: 24px;
  height: 24px;
  top: calc(50% - 10px);
}
@media screen and (max-width:640px){
  .fs-small {
    font-size: 1rem;
  }
  .cmn_normal_text._mode {
    font-size: 1.4rem;
  }
  .separator {
    margin: 10px 0;
  }
  /* dl note */
	dl.cmn_note_dl {
		margin: 16px 0 15px 0;
	}

  .btn_with_note {
    gap: 24px;
  }
  .flex-columns {
    flex-direction:column;
    gap: 24px;
  }
  .flex-column {
    align-items: flex-start;
    gap: 12px;
  }

  /* table column width */
  .cmn_table._mod {
    margin-bottom: 16px;
  }
  .cmn_table._mod {
    font-size: 1.2rem;
  }
  .cmn_table._mod th {
    font-size: 1rem;
  }
  .col-label {
    width: 19.17%;
  }
  .col-main {
    width: 20%;
  }
  .col-side {
    width: 40%;
  }
  .cmn_contact_box.--multicard .cmn_imgtxt_wrap {
    gap: 10px;
  }
  .cmn_contact_box.--multicard .cmn_imgtxt_wrap .cmn_txt_wrap {
    margin-bottom: 0;
  }
  .cmn_contact_box .cmn_normal_text._mod {
    text-aign: center;
    padding-left: 0;
    margin-bottom: 4px;
  }
  .cmn_contact_box .cmn_imgtxt_wrap .cmn_annotation_list._mod {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .annotation-mark {
    font-size: .8rem;
    vertical-align: .3em;
  }
}