@charset "UTF-8";

.s5-container {
  max-width: 100%;
  padding: 0;
}

main {
  margin-bottom: 6em;
}

button,
input,
optgroup,
select,
textarea {
  line-height: 1.5;
}

.top {
  background-image: url("/support/repair/images/repair_price_online_top.png");
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  height: 250px;
  display: table;
}

.top h1 {
  color: #000;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.top h1 span {
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding: 0.5em;
  display: inline-block;
  text-shadow: 0 0 20px #fff;
}

h3 {
  font-size: 1.25em;
  margin: 0.5em 0;
}

input[type="search"] {
  /*-webkit-appearance: searchfield;*/
  appearance: searchfield;
}

input[type="search"]::-webkit-search-cancel-button {
  /* The keyword 'searchfield-cancel-button' specified to an 'appearance' property is not standardized. It will be removed in the future. */
  -webkit-appearance: searchfield-cancel-button;
}

.icon_window {
  padding-left: 0.25em !important;
  vertical-align: middle;
}

.red {
  color: #bf0000;
}

strong.red {
  font-weight: normal;
}

em {
  font-style: normal;
}

@media screen and (max-width: 640px) {
  .top {
    height: 150px;
  }

  .top h1 {
    font-size: 1.5em;
  }
}

/* .lead */
.lead {
  max-width: 1200px;
  margin: 2em auto 3em;
  padding: 0 1em;
}

.procedure {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-left: 0;
  margin-bottom: 3em;
  border: 2px solid #0060c7;
}

.procedure li {
  position: relative;
  padding-right: 2em;
  width: 20%;
}

.procedure li>div {
  border-radius: 4px;
  padding: 0.5em;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  color: #000;
}

.procedure li:not(:last-child)::after {
  content: "";
  border: 14px solid transparent;
  border-left: 14px solid #0060c7;
  position: absolute;
  right: -0.4em;
  top: 40%;
}

.procedure img {
  max-width: 100%;
}

.next {
  margin: 3em 0 2em;
}

.link {
  list-style: none;
  padding-left: 1em;
}

.link>li::before {
  content: "";
  width: 1em;
  height: 1em;
  padding-right: 1em;
  background: url(/support/share/images/arrow_black.png) no-repeat center;
}

.link>li>a {
  color: #43677e;
}

.procedure li:last-child {
  padding-right: 0;
}

@media screen and (max-width: 640px) {
  .lead {
    padding: 0 0.5em;
  }

  .procedure {
    display: block;
  }

  .procedure li {
    padding-right: 0;
    padding-bottom: 2em;
    width: 100%;
  }

  .procedure li>div {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding-left: 1em;
  }

  .procedure li>div .img {
    margin-right: 1em;
	min-width: 100px;
  }

  .procedure li>div .text {
    text-align: left;
  }

  .procedure li:not(:last-child)::after {
    border: 14px solid transparent;
    border-top: 14px solid #0060c7;
    position: absolute;
    right: 47%;
    top: auto;
    bottom: -0.5em;
  }
}

#model_confirmation_result .border_box .text,
#symptom_result .border_box .text {
  font-weight: bold;
}

/***************************
	step
***************************/
.step {
  padding: 1em 0;
}

.step:nth-of-type(2n-1) {
  background-color: #eff1f5;
}

.step .cnt {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1em 1em;
}

.step .title {
  border-bottom: 4px solid #0060c7;
}

@media (max-width: 640px) {
  .step .cnt {
    padding: 0.5em 0.5em;
    overflow-x: hidden;
  }
}

#model_confirmation_submit {
  margin-top: 0.5em;
}

.btn_submit {
  background-color: #0060c7;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0.5em;
  min-width: 80px;
}

.btn_submit:hover,
.btn_submit:focus {
  opacity: 0.8;
}

.btn_link_w {
  display: block;
  padding: 0.5em;
  margin: 1em auto 2em;
  border: 1px solid #0060c7;
  border-radius: 4px;
  background-color: #fff;
  color: #002060;
  width: 100%;
  max-width: 200px;
  text-align: center;
}

.btn_link_w::before {
  content: "";
  width: 1em;
  height: 1em;
  padding-right: 1em;
  background: url(/support/share/images/arrow_black.png) no-repeat center;
}

.btn_link_w:hover,
.btn_link_w:focus {
  opacity: 0.8;
  text-decoration: none;
}

.btn_link {
  background-color: #0060c7;
  display: block;
  color: #fff;
  border: none;
  padding: 1em 2em;
  margin: 1em 0;
  position: relative;
  box-sizing: border-box;
  /*max-width: 200px;*/
  max-width: 240px;
}

#btn_step3_to_support.btn_link,
#btn_step3_to_store.btn_link,
#btn_step4_to_support.btn_link,
#btn_step4_to_store.btn_link {
  background-color: #0060c7;
  display: inline-block;
  color: #fff;
  border: none;
  padding: 0.5em;
  margin: 0 0 1em;
  position: relative;
  box-sizing: border-box;
  /*max-width: 200px;
  max-width: 320px;*/
  line-height: 1.5;
}

#btn_step3_to_store.btn_link {
  max-width: 320px;
}

.btn_frmSubmit {
  background-color: #0060c7;
  display: block;
  color: #fff;
  border: none;
  padding: 1em 2em;
  margin: 1em auto;
  position: relative;
  box-sizing: border-box;
}

.btn_link::after,
.btn_frmSubmit::after {
  content: "";
  font-family: icon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0.4em 0.1em;
}

/*
.btn_link::before,
.btn_frmSubmit::before {
  content: "";
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  left: 1em;
  top: 38%;
}
*/
.btn_frmSubmit:disabled {
  background-color: #434343 !important;
  opacity: 0.3 !important;
}

.btn_frmSubmit:disabled:hover,
.btn_frmSubmit:disabled:focus {
  background-color: #434343 !important;
  opacity: 0.3 !important;
}

.btn_link:hover,
.btn_frmSubmit:hover,
.btn_link:focus,
.btn_frmSubmit:focus {
  text-decoration: none;
  opacity: 0.8;
  color: #fff;
}

.btn_submit:hover,
.btn_submit:focus {
  opacity: 0.8;
}

.btn_next {
  background-color: #0060c7;
  color: #fff;
  border: none;
  padding: 0.5em;
  text-decoration: none;
  display: inline-block;
}

.btn_next:hover,
.btn_next:focus {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}

.btn_select {
  display: block;
  padding: 0.5em;
  margin: 0 0.5em 0.5em 0;
  border: 1px solid #0060c7;
  border-radius: 4px;
  background-color: #fff;
  color: #002060;
  width: 100%;
  max-width: 250px;
}

.btn_select:hover,
.btn_select:focus,
.btn_select.checked {
  color: #fff !important;
  background-color: #0060c7 !important;
}

.inner_link {
  margin: 0 0 2em;
}

div.link {
  padding: 0;
  margin: 1em 0;
}

div.link a {
  color: #43677e;
}

div.link::before {
  content: "";
  width: 1em;
  height: 1em;
  padding-right: 1em;
  background: url(/support/share/images/arrow_black.png) no-repeat center;
}

a.link_in {
  color: #43677e;
}

a.link_in::before {
  content: "";
  width: 1em;
  height: 1em;
  padding-right: 1em;
  background: url(/support/share/images/arrow_black.png) no-repeat center;
}

/***************************
	.note
***************************/
.note {
  margin: 3em 0;
  padding-top: 0.5em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.note .left {
  margin-right: 0.5em;
}

.note .right {
  width: 90%;
}

.note .right .text {
  margin-bottom: 1em;
}

.note .right .text p {
  margin: 0;
}

.border_box {
  border: 1px solid #0060c7;
  max-width: 500px;
  padding: 0.5em 1em;
  margin: 2em 0;
}

.border_box .text {
  margin: 1em 0 1em 1em;
}

#error .border_box {
  max-width: 100%;
}

/***************************
	#componetnt_lists
***************************/
#componetnt_lists.note .right {
  width: 95%;
}

#componetnt_lists .list ul,
#step4 .list ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

#componetnt_lists .list li,
#step4 .list li {
  margin: 0 0.5em 0.5em 0;
  max-width: 250px;
  width: 100%;
}

#componetnt_lists .list li {
  max-width: 270px;
}

#componetnt_lists .list li .btn_select {
  height: 100%;
  max-width: 100%;
}

/***************************
	#similar
***************************/
#similarModel {
  margin-bottom: 1em;
}

#similarModel .btn_select {
  margin: 0;
  padding: 0.5em 0.25em;
}

#similarModel ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
}

#similarModel ul li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  width: 19%;
  min-width: 150px;
}

@media (max-width: 639px) {
  #similarModel ul li {
    min-width: 125px;
    width: 47%;
  }
}

/***************************
	STEP1 入力フォーム
***************************/
#model_confirmation_text {
  border: 1px solid #ccc;
  padding: 0.5em;
  width: 250px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 4px;
}

/***************************
	STEP1 結果
***************************/
#model_confirmation_result {
  margin: 1em 0 2em;
}

.hide {
  display: none !important;
}

/***************************
	STEP2 参考文
***************************/
#symptom_reference .answer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
}

#symptom_reference .answer_text {
  margin-top: 2em;
}

/***************************
	STEP3
***************************/
#repairable_result .result_text {
  margin: 1.5em 0.5em 2em;
  font-size: 1rem;
  font-weight: bold;
}
#repairable_result .result_text p {
  margin: 0;
}
#repairable_result .text {
  font-weight: bold;
}

#repairable_result .link {
  margin: 1em 0 2em;
}

/***************************
	STEP4 修理目安料金テーブル
***************************/
#repair_fee .note {
  width: 100%;
}

#repair_fee .border_box {
  max-width: 100%;
}

#repair_fee table {
  margin: 2em 0;
  width: 100%;
}

#repair_fee table th,
#repair_fee table td {
  border: 1px solid #ccc;
  padding: 1em 0.5em;
}

#repair_fee table th {
  background-color: #eff1f5;
  text-align: left;
}

#repair_fee table td a img {
  padding-left: 1em;
}

#repair_fee table td a img:hover,
#repair_fee table td a img:focus {
  opacity: 0.8;
}

#repair_fee table td .shippingFee {
  display: inline-block;
  margin-right: 2em;
  vertical-align: top;
}

#repair_fee table td .inWarrantyText {
  display: inline-block;
  vertical-align: top;
}

#repair_fee div.to_store {
  display: inline-block;
}

@media (max-width: 640px) {
  #repair_fee table th {
    width: 30%;
  }

  #repair_fee table td ol {
    padding-left: 1.5em;
  }

  #repair_fee div.to_store {
    display: block;
  }
}



/***************************
	STEP5 question
***************************/
#question {
  margin-bottom: 3em;
}

#question label {
  display: block;
  margin-bottom: 0.5em;
  width: fit-content;
}

#question select {
  border: 1px solid #ccc;
  padding: 0.5em;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0.5em 0.5em 0;
  background-color: #ffffff;
  border-radius: 4px;
}

#question textarea {
  display: block;
  box-sizing: border-box;
  background: #fff;
  height: 125px;
  width: 100%;
  padding: 0.5em;
}

#question input[type="checkbox"] {
  margin-right: 0.5em;
}

#question input[name="question_17"] {
  width: 280px;
  padding: 0.5em;
  box-sizing: border-box;
}

#question ol li {
  margin-bottom: 2em;
}

#question .border_box {
  max-width: 100%;
}

@media (max-width: 640px) {
  #question ol {
    padding-left: 1.5em;
    margin-right: 0.5em;
  }
}

#request .agree {
  margin: 1em 0;
  text-align: center;
}

#request.border_box {
  max-width: 100%;
}

/***************************
	STEP5 carePlan
***************************/
#carePlan {
  margin-bottom: 3em;
}

#carePlan label {
  display: block;
  margin-bottom: 0.5em;
}

#carePlan select {
  border: 1px solid #ccc;
  padding: 0.5em;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0.5em 0.5em 0;
  background-color: #ffffff;
  border-radius: 4px;
}

#carePlan textarea {
  display: block;
  box-sizing: border-box;
  background: #fff;
  height: 125px;
  width: 100%;
  padding: 0.5em;
}

#carePlan input[type="checkbox"] {
  margin-right: 0.5em;
}

#carePlan input[name="carePlan_2"] {
  width: 300px;
  padding: 0.5em;
  box-sizing: border-box;
}

#carePlan input[name="carePlan_3"] {
  width: 220px;
}

#carePlan input::placeholder {
  font-size: 0.85em;
}

#carePlan .list>ul {
  padding-left: 1.5em;
}

#carePlan ul li {
  margin-bottom: 2em;
}

#carePlan.border_box {
  max-width: 100%;
}

@media (max-width: 640px) {
  #carePlan ul {
    padding-left: 1.5em;
    margin-right: 0.5em;
  }
}

@media (max-width: 400px) {
  #carePlan input[name="carePlan_2"] {
    width: 100%;
  }
}

/***************************
	STEP5 inWarranty
***************************/
#inWarranty>ul {
  padding-left: 1.5em;
}

#inWarranty>ul>li {
  margin-bottom: 1em;
}

#inWarranty>ul>li>img {
  max-width: 100%;
  height: auto;
  margin: 0.5em 0;
}

#inWarranty.border_box {
  max-width: 100%;
}

#inWarranty .agree {
  margin: 3em 0;
  text-align: center;
}

/***************************
	symptom_list
***************************/
#symptom_list select {
  border: 1px solid #ccc;
  padding: 0.5em;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0.5em 0.5em 0;
  background-color: #ffffff;
  border-radius: 4px;
}

/***************************
	error
***************************/
#error {
  max-width: 1200px;
  margin: 3em auto;
  padding: 1em;
}

#error dl {
  border: 1px solid #0051ad;
}

#error dl>dt {
  font-weight: bold;
  background-color: #0051ad;
  color: white;
  padding: 0.3em;
}

#error dl>dd {
  font-size: 1.8em;
  margin: 0.5em 0 1em 1em;
  font-weight: bold;
}

#error dl>div {
  margin: 1em 1em 1em 3em;
}

#error dl>div>dt {
  display: table-cell;
  padding-right: 1em;
}

#error dl>div>dd {
  display: table-cell;
}

/***************************
	suggest
***************************/
#suggest {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-top: none;
  font-size: 100%;
  width: 250px;
  box-sizing: border-box;
  overflow-y: scroll;
  height: 200px;
}

#suggest div {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  padding: 0.5em;
}

#suggest div.select {
  /* キー上下で選択した場合のスタイル */
  color: #ffffff;
  background-color: #3366ff;
}

#suggest div.over {
  /* マウスオーバ時のスタイル */
  background-color: #99ccff;
}

/***************************
	enquete
***************************/
#sbi_comment1 table {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 640px) {
  #sbi_comment1 table {
    width: auto;
    margin-bottom: 20px;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  #sbi_comment1 table input {
    max-width: 97px;
    width: 30%;
    height: auto;
  }
}

/*2023/02/13追記*/
.annotation {
  text-indent: -1em;
  padding-left: 1em;
}

/***************************
持込修理選択時、注意書きを表示
add 2023 Nov
****************************/
#repair_fee #textAtent {
  padding: 0 1rem;
}

#repair_fee #textAtent .ptext {
  color: #bf0000;
  font-weight: bold;
  font-size: 1.1rem;
  text-indent: -2rem;
  padding-left: 2rem;
}

#repair_fee #textAtent .ptext::before {
  content: "";
  vertical-align: middle;
  padding-right: 2rem;
  background: url(/support/repair/images/icon/excl.png) no-repeat;
}

@media screen and (max-width: 639px) {
  #repair_fee #textAtent .ptext::before {
    background-size: 70%;
  }
}

#repair_fee .tAhidden {
  display: none;
}

#repair_fee .tAshow {
  display: block;
}

#repair_fee .tNhidden {
  display: none;
}

#repair_fee .tNshow {
  display: block;
}


/*2023/11 追記*/
.request_wrapper,
.request_wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.request_wrapper {
  display: flex;
  margin-left: -1em;
  margin-right: -1em;
}

.request_wrapper #request_parts,
.request_wrapper #request_parts_HeadsetBothside,
.request_wrapper #request_exchange,
.request_wrapper #request {
  display: flex;
  padding-left: 1em;
  padding-right: 1em;
}

.request_wrapper #request_parts,
.request_wrapper #request_parts_HeadsetBothside,
.request_wrapper #request_exchange,
.request_wrapper #request.w50 {
  flex: 0 0 50%;
  width: 50%;
}

.request_wrapper #request.w100 {
  flex: 0 0 100%;
  width: 100%;
}

.request_wrapper #request .border_box,
.request_wrapper #request_parts .border_box,
.request_wrapper #request_parts_HeadsetBothside .border_box,
.request_wrapper #request_exchange .border_box {
  max-width: unset;
  width: 100%;
}

@media screen and (max-width: 639px) {
  .request_wrapper {
    display: block;
  }

  .request_wrapper #request_parts,
  .request_wrapper #request_parts_HeadsetBothside,
  .request_wrapper #request_exchange,
  .request_wrapper #request.w50 {
    flex: 0 0 100%;
    width: 100%;
  }
}

#request .agree,
#request_parts .agree,
#request_exchange .agree {
  margin: 1em 0;
  text-align: center;
}

/* add 2024 Feb */
/* 最終同意チェックボックス */
.agree_last {
  text-align: left !important;
  font-size: 1.2em;
  margin: 10px 10px 30px 40px !important;
}

.agree_last input[type=checkbox] {
  transform: scale(3);
}

.agree_last label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.agree_last p {
  line-height: 1.5em;
  margin: 0 0 0 30px;
  font-weight: bold;
}

.flexCentering {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

/* add 2024 Feb */
/* add 2024 Oct */
.agree_last h4 {
  font-size: 1em;
  margin-bottom: 0;
}

/* add 2024 Oct */

.request_wrapper .btn_link_repair_parts {
  background-color: #0060c7;
  display: block;
  color: #fff;
  border: none;
  padding: 1em 2em;
  margin: 2.8em auto 1em;
  position: relative;
  box-sizing: border-box;
  width: 224px;
}

.request_wrapper .btn_link_repair_parts::after {
  content: "";
  font-family: icon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0.4em 0.1em;
}

.request_wrapper .btn_link_repair_parts.disabled {
  pointer-events: none;
  background-color: #434343 !important;
  opacity: 0.3 !important;
}

/*
.request_wrapper .btn_link_repair_parts::before {
  content: "";
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  left: 1em;
  top: 38%;
}
*/
.request_wrapper .btn_link_repair_parts:disabled {
  background-color: #434343 !important;
  opacity: 0.3 !important;
}

.request_wrapper .btn_link_repair_parts:disabled:hover,
.request_wrapper .btn_link_repair_parts:disabled:focus {
  background-color: #434343 !important;
  opacity: 0.3 !important;
}

.request_wrapper .btn_link_repair_parts:focus {
  text-decoration: none;
  opacity: 0.8;
  color: #fff;
}

.request_wrapper .border_box .btn:hover,
.request_wrapper .border_box .btn:focus {
  opacity: 0.8;
}

.request_wrapper #request_parts #btn_request_parts_link.disabled {
  border-color: #434343;
  color: #434343;
  opacity: 0.5;
}

#request_parts_text,
#request_exchange_text,
#request #step5_bring_text {
  font-weight: bold;
  font-size: 1.1rem;
  text-indent: -2rem;
  padding-left: 2rem;
}

#request #step5_bring_text {
  color: #bf0000;
}

#request_parts_text::before,
#request_exchange_text::before,
#request #step5_bring_text::before {
  content: "";
  vertical-align: middle;
  padding-right: 2rem;
  background: url(/support/repair/images/icon/excl.png) no-repeat;
}

@media screen and (max-width: 639px) {

  #request_parts_text::before,
  #request_exchange_text::before,
  #request #step5_bring_text::before {
    background-size: 70%;
  }
}

.request_wrapper .border_box_list {
  list-style: none;
  padding: 0;
  margin: 1em auto 0;
}

a.disabled {
  pointer-events: none;
}

.align_center {
  text-align: center;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.b {
  font-weight: bold !important;
}

/*****************************
DIY対象の時にだす案内ポップアップ
******************************/
/*
.diyHidden {
  display: none;
}
.diyShow {
  display: block;
}
#bnr_diy {
  position: fixed;
  top: 70px;
  right: calc(25% - 300px/2);
  width: 80%;
  max-width: 300px;
  background-color: #0060c7e0;
  padding: 18px;
  color: #fff;
  border-radius: 15px;
  box-shadow: -3px 3px 4px #9E9E9E;
}
#bnr_diy p {
  font-size: 1rem;
}
#bnr_diy .text_lead {
  margin: 0 !important;
  line-height: 1.4rem;
}
#bnr_diy .text_lead b {
  font-size: 1.1rem;
  font-weight: bold;
}
#bnr_diy .text_lead .bcolor {
  color: #ffeb40 !important;
}
#bnr_diy .text_link {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffeb40;
  text-shadow: 1px 2px 3px #121212;
  margin: 0.5rem 0 !important;
}
#bnr_diy .text_link a:hover {
  color: #fff !important;
  text-decoration: none !important;
  transition: .3s;
}
*/
/* クローズボタン */
/*
#bnr_diy input {
display: inline-block;
  border-radius: 0.4rem;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.3rem 0.4rem;
  color: #000;
  line-height: 1rem;
  transition: .3s;
  border: none;
}
#bnr_diy input:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1200px) {
  #bnr_diy {
      right: 0;
      border-radius: 15px 0 0 15px;
  }
}
*/
/* 20240216 */
.contentArea {
  max-width: 1200px;
  margin: 0 auto;
}

.contentArea section {
  margin-top: 2em;
  margin-bottom: 3em;
}

ul.productList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

ul.productList>li {
  width: calc((100% - 2em) / 3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 0.75em 0;
  background: #f1f5f9;
}

ul.productList::after {
  content: "";
  display: block;
  width: 32.5%
}

ul.productList>li a {
  display: inline-flex;
  align-items: center;
  padding: 0 0.313em;
}

ul.productList>li a img.icon {
  margin: 0.5em;
}

p.info_icon {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

p.info_icon>img.s5-iconInline {
  padding-right: 0.5em;
}

p.info_icon>a.link_in {
  display: inline-block;
  margin-left: 0;
  text-indent: 0;
}

a.s5-link.link_in {
  display: inline-block;
  margin-left: 0;

}

a.s5-link.link_in::before {
  padding-right: 0;
  background: none;
}

div.link.s5-link::before {
  background: none;
  padding-right: 0;
}

div.link.s5-link::after {
  content: "";
  font-family: icon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0.4em 0.1em;
}

#request_exchange_text a.s5-link.link_in {
  display: inline;
  margin-left: 0;
  text-indent: 0;
}

@media (max-width: 1200px) {
  .contentArea {
    padding: 0 1em;
  }
}

@media (max-width: 768px) {
  ul.productList>li {
    width: calc((100% - 1em) / 2);
  }
}

@media (max-width: 640px) {
  ul.productList {
    justify-content: center;
  }

  ul.productList>li {
    width: 100%;
  }
}

/***************************
ボタンの幅
add 2025 Aug
****************************/

#btn_step3_to_support.btn_link,
#btn_step3_to_store.btn_link {
  margin: 0 1.5em 1em 0;
}
#step4 .next button.btn_next,
#btn_step4_to_support.btn_link,
#btn_step4_to_store.btn_link {
  max-width: none;
  width: 18.75em;
  text-align: left;
  margin: 0 1.5em 1em 0;
}

@media screen and (max-width: 639px) {
  #btn_step3_to_support.btn_link,
  #btn_step3_to_store.btn_link,
  #step4 .next button.btn_next,
  #btn_step4_to_support.btn_link,
  #btn_step4_to_store.btn_link {
    display: block;
  }
}