@charset "UTF-8";

/* DI override */

.c-card-cat {
  width: auto;
  display: inline-block;
  margin-right: 12px;
}

table.di-testup-table {
  width: 100%;
}

table.di-testup-table th.narrow {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  padding: 8px;
}

table.di-testup-table td.narrow {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  padding: 8px;
}

/* 説明吹き出し　*/

section.p-service-feature {
  position: relative;
}

.di-annotation {
  width: 240px;
  height: auto;
  min-height: 24px;
  background: #000000;
  position: absolute;
  color: aliceblue;
}

.di_heading_center {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Pick Up サービス
--------------------------------------*/
/*見出し*/
.di_pichup {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #333333;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
}

.di_pichup::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background: #009FA8;
}

.di_pichup::after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background: #009FA8;
}

/*PickUpブロック*/
.di_pickup_clm {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border: 1px solid #004898;
  border-radius: 10px;
  margin: 0 0 32px;
  padding: 10px;
}

.di_pickup_clm .di_pickup_inr2clm {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.di_pickup_clm .di_pickup_inr2clm .item_left {
  width: 48%;
  padding-left: 22px;
}

.di_pickup_clm .di_pickup_inr2clm .item_right {
  width: 48%;
}

.pickup_img {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}

.di_pickup_lead {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.di_pickip_dsc {
  font-size: 16px;
  line-height: 1.5;
}

.di_pickup_clm .c-btn a {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .di_pickup_clm .di_pickup_inr2clm {
    flex-direction: column-reverse;
  }
  .di_pickup_clm .di_pickup_inr2clm .item_left {
    width: 100%;
    padding-left: 0;
  }
  .di_pickup_clm .di_pickup_inr2clm .item_right {
    width: 100%;
  }
  .di_pickip_dsc {
    font-size: 14px;
  }
  .di_pickup_clm .c-btn a {
    font-size: 14px;
  }
}

/* コンバージョンエリア
-------------------------------------*/
.di_cv_mid {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 32px 0 52px;
  background-color: #ebe8e0;
}

.di_cv_mid.bgWhite {
  background-color: #ffffff;
}

.di_line-grad {
  background: linear-gradient(90deg, #1a62c6 0%, #2898c8 70%, #2fb5c8 100%);
  background-color: gray;
  width: 100%;
  height: 4px;
  margin: auto 0;
}

.di_cv_mid .di_cv_mid_inr {
  width: 100%;
  margin: 0 auto;
  padding: 0 75px;
}

.di_cv_mid_lead {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #333333;
}

.di_cv_mid_lead .di_sts_grad {
  background: linear-gradient(90deg, #1a62c6 0%, #2898c8 70%, #2fb5c8 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.di_cv_mid_dsc {
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 32px;
}

.di_bubble_wrp {
  display: flex;
  justify-content: center;
}

.speechBubble {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: #009fa8;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #f7f7f7;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 16px 0 0 16px;
  border-color: #009fa8 transparent transparent;
  translate: calc(-50% + 0.4px) 100%;
}

@media screen and (max-width: 768px) {
  .di_bubble_wrp {
    flex-direction: column;
  }
  .di_cv_mid .di_cv_mid_inr {
    padding: 0 10%;
  }
  .speechBubble {
    width: 85%;
    text-align: center;
  }
  .speechBubble:nth-child(even) {
    margin-left: auto;
  }
  .speechBubble:nth-child(even)::after {
    left: 60%;
    transform: scale(-1, 1);
  }
  .speechBubble:nth-child(odd)::after {
    left: 40%;
  }
}

@media screen and (min-width: 769px) {
	.di_bubble_wrp:has(> :nth-child(3):last-child) .speechBubble:nth-child(2)::after {
		border-width: 16px 8px 0 8px;
	}

	.di_bubble_wrp:has(> :nth-child(3):last-child) .speechBubble:nth-child(3)::after {
		transform: scale(-1, 1);
	}

	.di_bubble_wrp:has(> :nth-child(4):last-child) .speechBubble:nth-child(3)::after,
	.di_bubble_wrp:has(> :nth-child(4):last-child) .speechBubble:nth-child(4)::after {
		transform: scale(-1, 1);
	}
}

/* 特徴見出しtypeH2・H3 (同じ?)
-------------------------------------*/
.di_tokutyou_heading_typeH2,
.di_tokutyou_heading_typeH3 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 36px;
  line-height: 1.5;
}

.di_tokutyou_heading_typeH2::before,
.di_tokutyou_heading_typeH3::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background: #009FA8;
}

.di_tokutyou_heading_typeH2::after,
.di_tokutyou_heading_typeH3::after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background: #009FA8;
}

@media screen and (max-width: 768px) {
  .di_tokutyou_heading_typeH2,
  .di_tokutyou_heading_typeH3 {
    font-size: 22px;
    gap: 8px;
  }
  .di_tokutyou_heading_typeH2::before,
  .di_tokutyou_heading_typeH3::before {
    width: 24px;
  }
  .di_tokutyou_heading_typeH2::after,
  .di_tokutyou_heading_typeH3::after {
    width: 24px;
  }
}


.mt-feature-pointCol3Wrap.has2item {
  justify-content: center;
  gap: 32px;
}


/* リンク付き見出し
--------------------------------*/
.di-haslink-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.di-haslink-heading h3 {
  font-size: 22px;
  color: #333333;
}

.di-haslink-heading .di-heding-btn {
  display: block;
  background: #FFFFFF;
  border: 1px solid #666666;
  border-radius: 10px;
  color: #333333;
  font-size: 16px;
  line-height: 1.6875;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  padding: 8px 24px;
  position: relative;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  overflow: hidden;
}

.di-haslink-heading .di-heding-btn:hover {
  text-decoration: underline;
  color: #666666;
}

@media screen and (max-width: 768px) {
  .di-haslink-heading .di-heding-btn {
    font-size: 12px;
    padding: 8px 16px;
  }
}
@media screen and (max-width: 480px) {
  .di-haslink-heading {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .di-haslink-heading h3 {
    margin-bottom: 8px;
  }
}


/* パーツ追加 20250516*/

/* 見出し */
.mt-entry p.di-parts-note {
  background: linear-gradient(115deg, rgb(26, 98, 198) 70%, rgb(47, 182, 200) 100%);
  color: #FFFFFF;
  font-size: 22px;
  padding: 18px 32px;
  margin: 40px 0 20px;
}

/* リスト */
.mt-entry .di-mt-checkList.hasText {
  margin: 40px 0 0;
}

.mt-entry .di-mt-checkList.hasText>ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mt-entry .di-mt-checkList.hasText>ul li {
  font-size: 16px;
  line-height: 1.5;
  padding: 0 0 0 32px;
  margin: 0.8em 0 1.2em;
  position: relative;
}

.mt-entry .di-mt-checkList.hasText>ul li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #004898;
  border-radius: 12px;
  margin: 0;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
}

.mt-entry .di-mt-checkList.hasText>ul li::after {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  margin: 0;
  position: absolute;
  top: 0.44em;
  bottom: 0;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mt-entry .di-mt-checkList.hasText>ul li p {
  font-size: 14px;
  margin-top: 8px;
}

/* テーブル追加 */

table.di-parts-table-clm tr th {
  text-align: center;
}

table.di-parts-table-clm tr td {
  vertical-align: top;
  text-align: left;
}

table.di-parts-table-narrow {
  width: 100%;
}

table.di-parts-table-narrow tr th {
  font-size: 16px;
  padding: 12px;
}

table.di-parts-table-narrow tr td {
  padding: 12px;
}

.mt-entry table.di-parts-table-narrow tr td.di-parts-table-heading {
  background-color: #004898;
  color: #ffffff;
}

/* バッジ */

.mt-entry span.di-parts-badge {
  /* margin: -0.2em 4px 0; */
  padding: 4px 8px;
  background-color: #004898;
  font-size: 10px;
  color: #FFFFFF !important;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

.mt-entry span.di-parts-badge.isBgAlert {
  background-color: #f00;
}

/* プログレス */

.di-parts-progress {
  margin: 20px auto;
}

.di-parts-progress .inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.di-parts-progress .inr .inr-item {
  width: 100%;
  min-height: 40px;
  background-color: #EEF5F9;
  color: #333333;
  padding: 10px 16px;
}

.di-parts-progress .inr .inr-item p {

  margin: 0;
}

.di-parts-progress .inr .inr-item.isCurrent {
  background-color: #004898;
  color: #ffffff;
}

.di-parts-progress .inr .inr-item.isCurrent p a {
  color: #ffffff;
  pointer-events: none;
}


/* カード用カラムレイアウト(flex)
-------------------------------------------- */
.di-ly-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

.di-ly-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

.di-ly-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

.di-ly-clm-2 .di-parts-card {
  width: calc((100% - 16px) / 2);
}

.di-ly-clm-3 .di-parts-card {
  width: calc((100% - 32px) / 3);
}

.di-ly-clm-4 .di-parts-card {
  width: calc((100% - 48px) / 4);
}

@media screen and (max-width: 960px) {
  .di-ly-clm-4 .di-parts-card {
    width: calc((100% - 32px) / 3);
  }
}

@media screen and (max-width: 768px) {
  .di-ly-clm-3 .di-parts-card,
  .di-ly-clm-4 .di-parts-card {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 568px) {
  .di-ly-clm-2 .di-parts-card,
  .di-ly-clm-3 .di-parts-card,
  .di-ly-clm-4 .di-parts-card {
    width: 100%;
  }
}

/* カード（flex）
-------------------------------------------- */
/*subgrid化しないカード*/
.di-parts-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #666666;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #ffffff;
}

.di-parts-card .di-parts-card-body {
  margin: 0;
  padding: 16px;
}
.di-parts-card .di-parts-card-head h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.6;
}
.di-parts-card .di-parts-card-body h3 {
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 1.6;
}
.di-parts-card .di-parts-card-body p {
  margin: 0;
  font-size: 16px;
}
.di-parts-card img {
  display: block;
  width: 100%;
  height: auto;
}
.di-parts-card .c-btn a {
  font-size: 16px;
}
.di-parts-card-footer p {
  margin: 0;
}

.mt-entry a.di-parts-card {
  background-color: #ffffff;
}
.mt-entry a:hover.di-parts-card {
  background-color: #ffffff;
}
.mt-entry a .di-parts-card * {
  color: #000000;
}
.mt-entry .di-parts-card h3 {
  margin-top: 0;
  text-decoration: none;
}


.di-ly-clm-2 .di-parts-card,
.di-ly-clm-3 .di-parts-card,
.di-ly-clm-4 .di-parts-card {
  container-type: inline-size;
}

@container (max-width: 420px) {
  .di-parts-card .c-btn a {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* カード用カラムレイアウト(grid)
-------------------------------------------- */
.di-card-grid-2clm {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}
.di-card-grid-3clm {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .di-card-grid-3clm {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 568px) {
  .di-card-grid-2clm,
  .di-card-grid-3clm {
    grid-template-columns: 1fr;
  }
}

/* カード（subgrid）
-------------------------------------------- */
[class^="di-card-grid"] .di-parts-card {
  display: grid;
  gap: 0;
  grid-row: span 4;
  grid-template-rows: subgrid;
  border: 1px solid #ccc;
  padding: 0;
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}

.di-parts-card-head {
  padding: 8px 16px;
}

.di-parts-card-footer,
.mt-entry a.di-parts-card .di-parts-card-footer {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  padding: 16px 40px 16px 16px;
}

a.di-parts-card .di-parts-card-footer:after,
.mt-entry a.di-parts-card .di-parts-card-footer:after {
  display: block;
  content: url(/common/img/di-style/reshot-icon-arrow-down-Y8N3B2ASPG.svg);
  transform: rotate(270deg);
  width: 24px;
  height: 24px;
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-size: 0px;
  transition: all .3s;
}
a.di-parts-card:hover .di-parts-card-footer:after {
  right: 8px;
}
a.di-parts-card:hover .di-parts-card-body p {
  text-decoration: underline;
}





/* 囲み線 */

.di-parts-grad-border-block {
  background: linear-gradient(115deg, rgb(26, 98, 198) 70%, rgb(47, 182, 200) 100%);
  border-radius: 16px;
  padding: 6px;
  margin-bottom: 80px;
}

.di-parts-grad-border-content {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
}

.di-parts-grad-border-content>* {
  margin-top: 0 !important;
}

.di-parts-grad-border-block-narrow {
  background: linear-gradient(115deg, rgb(26, 98, 198) 70%, rgb(47, 182, 200) 100%);
  border-radius: 16px;
  padding: 2px;
  margin-bottom: 80px;
}

.di-parts-grad-border-block-narrow .di-parts-grad-border-content {
  background: #ffffff;
  border-radius: 14px;
  padding: 16px;
}

.di-parts-grad-border-content>* {
  margin-top: 0 !important;
}

.di-parts-grad-border-block.w75per {
  width: 75%;
  margin-inline: auto;
}

.di-parts-grad-border-block-narrow.w75per {
  width: 75%;
  margin-inline: auto;
}

.di-parts-border-block {
  border: 2px solid #009FA8;
  border-radius: 16px;
  padding: 6px;
  margin-bottom: 80px;
}

.di-parts-border-content {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
}

.di-parts-border-content>* {
  margin-top: 0 !important;
}

.di-parts-border-block-narrow {
  border: 2px solid #009FA8;
  border-radius: 16px;
  padding: 2px;
  margin-bottom: 80px;
}

.di-parts-border-block-narrow .di-parts-border-content {
  background: #ffffff;
  border-radius: 14px;
  padding: 16px;
}

.di-parts-border-content>* {
  margin-top: 0 !important;
}

.di-parts-border-block.w75per {
  width: 75%;
  margin-inline: auto;
}

.di-parts-border-block-narrow.w75per {
  width: 75%;
  margin-inline: auto;
}


/* 背景色を全幅 */

.di-bg100vw-secondary {
  background-color: #ebe8e0;
  padding: 20px calc(50vw - 50%) 50px;
  margin: 40px calc(50% - 50vw) 0;
}

.di-bg100vw-tertiary {
  background-color: #F9C6BD;
  padding: 20px calc(50vw - 50%) 50px;
  margin: 40px calc(50% - 50vw) 0;
}



/* オーバーライド修正 */

.mt-entry table {
  width: 100%;
}



/* テーブル */

table tbody tr td.di-tablecell-pickup {
  background-color: rgb(234, 245, 252) !important;
  font-weight: bold;
  color: #333333;
}

/* トラストサービス */


/*Webtrustシール※2024/09/06変更
2025/07/29 折り返し/SP対応
--------------------------------------------------*/
#certification {
  margin: 40px auto;
  width: 100%;
  max-width: 1200px;
}

#certification ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  text-align: center
}

#certification li {
  display: block;
  font-size: 12px;
  max-width: 80px;
}

#certification li img {
  width: 100%;
}

/* おしらせ
--------------------------------------------------*/

#ml_news dl {
  display: block;
  margin: 0 0 80px;
  padding: 0;
}

#ml_news dt,
#ml_news dd {
  line-height: 1.7;
  margin-bottom: 10px;
  padding: 0;
}

#ml_news dt {
  float: left;
  width: 10.5em;
}


/* パスポートお知らせ */

.news_list {
  padding: 0 32px !important;
  margin: 0 !important;
}

.news_list li {
  padding: 15px 0;
  font-size: 1.4rem;
  clear: both;
  list-style-type: none;
}

.news_list li .date {
  width: 6em;
  float: left;
}

.news_list li .cat {
  width: 6em;
  font-size: 1.0rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  padding: 2px 5px 1px 5px;
  float: left;
  position: relative;
  margin-right: 55px;
  margin-top: 3px;
}

.news_list li .cat_red {
  background: #DB3D3B;
}

.news_list li .cat_blue {
  background: #004898;
}

.news_list li a {
  color: #333;
  text-decoration: none;
  padding: 0 10px;
  overflow: hidden;
  display: block;
}

.news_list li a:hover {
  opacity: 0.8;
}

.news_list li .news_title {
  display: inline-block;
  position: relative;
}

.news_list li.new .cat::after {
  content: 'NEW';
  font-size: 1rem;
  color: #DB3D3B;
  border: 1px solid #DB3D3B;
  background: #fff;
  line-height: 1.2;
  padding: 1px 5px 0;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -60px;
}

.news_list li+li {
  border-top: 1px solid #C7C7C7;
}

@media screen and (max-width: 768px) {
  .news_list {
    padding: 0 20px !important;
  }
  .news_list li {
    display: flex;
    flex-wrap: wrap;
  }
  .news_list li a {
    display: block;
    width: 100%;
    padding: 10px 0 0;
    font-size: 14px;
  }
  .news_list li .cat {
    margin-right: 40px;
    font-size: 12px;
  }
  .news_list li.new .cat::after{
    font-size: 12px;
  }
}


.top_news_block {
  padding: 0;
}

.top_news_block .news_inner {
  height: 186px;
  overflow: auto;
  background: #F5F5F5;
}

.top_news_block .top_news_link {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .top_news_block .news_inner {
    height: 280px;
  }
}

/* パスポート　シール */

.footer_top_block_03 {
  margin-top: 80px;
  padding: 0;
}

.footer_top_block_03 .inner{

}

.footer_top_block_03 .link_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 0;
}

.footer_top_block_03 .link_icon li {
  margin: 0px 5px;
  list-style-type: none;
}

.footer_top_block_03 .link_icon li img {
  max-width: 80px;
}

.footer_top_block_03 .link_icon li.secom_icon {
  /* margin-left: 50px; */
  margin-inline: 50px;
}

.footer_top_block_03 .link_icon li.secom_icon img {
  max-width: 70px;
}

.mt-entry .footer_top_block_03 .link_icon {
  padding-left: 0;
}


/* 安否確認サービスシリーズ */


.di-parts-card.di-anpi-icon .di-parts-card-img{
  display: flex;
  justify-content: center;
  align-items: center;
}

.di-parts-card.di-anpi-icon .di-parts-card-img img{
  width: 75px;
  height: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}



.di-parts-card.di-anpi-icon .di-parts-card-img img._isvertically-long {
  width: 44px;
}



/* mt-flow02のバッジ背景色追加 */
.mt-flow02 .mt-flow02-block .mt-flow02-inner span.di-badge-secondary {
  background-color: #DB3D3B;
}

/* サービスリストカラム調整 */
.mt-entry .p-service-list-sec .c-card {
  padding-left: 0;
}
.mt-entry .p-service-list-sec .c-card li,
.mt-entry .p-service-list-sec .c-card li:first-child {
  margin: 0 18px 20px 0;
}
.mt-entry .p-service-list-sec .c-card li:nth-child(2n) {
  margin: 0 0 18px;
}