  @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@600&display=swap');

/* ¥Õ¥©¥ó¥È¥µ¥¤¥º¤Î%Ö¸¶¨¤Ë¤Ä¤¤¤Æ
body¤ÎÖ¸¶¨¤¬85%¤Ç¤·¤¿¤Î¤Ç¤½¤Á¤é¤ò»ùœÊ¤Ë¥Õ¥©¥ó¥È¥µ¥¤¥º¤òÖ¸¶¨¤·¤Æ¤ª¤ê¤Þ¤¹¡£ */

/*
 * ------------------------------------------
 * ‰äÊý
 * ------------------------------------------
 */
:root {
	--content-width: 1072px; /* Óà°×¤òº¬¤á¤¿¥³¥ó¥Æ¥ó¥Ä·ù */
	--blue1: #0773BD;
	--blue2: #2EA7E0;
	--blue3: #134A70;
	--blue4: #EAF6FD;
	--blue5: #F9FDFF;
	--yellow: #FCF100;
	--gray1: #DADEE7;
	--gray2: #B3BABC;
	--gray3: #DEE3E7;
	--gray4: #6D6D6D;
	--orange: #F18E1E;
	--white: #FFFFFF;
	--black: #231815;
	--gold: #DA9F35;
	--silver: #929292;
	--bronze: #C37628;
}

/*
 * ------------------------------------------
 * ¹²Í¨
 * ------------------------------------------
 */
@media screen and (min-width: 769px) {
	.pc-none {
			display: none;
	}
}

@media screen and (max-width: 768px) {
	.sp-none {
			display: none;
	}
}

@media screen and (min-width: 997px) {
	.pc-xl-none {
			display: none;
	}
}

@media screen and (max-width: 996px) {
	.sp-xl-none {
			display: none;
	}
}

@media screen and (min-width: 769px) {
	a[href^="tel:"] {
			pointer-events: none;
	}
}

.gp_wrapper {
	font-optical-sizing: auto;
	font-style: normal;
	line-height: 1.66;
	letter-spacing: 0.09em;
	color: var(--black);
}

.gp_wrapper * {
	box-sizing: border-box;
}

/* 
 * ¥Õ¥©¥ó¥È 
 */
 .kdk-noto--400 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}
.kdk-noto--500 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
.kdk-noto--700 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}
.kdk-noto--900 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
}
.kdk-outfit {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}


/*
 * ------------------------------------------
 * ¥á¥¤¥ó¥Ó¥¸¥å¥¢¥ë
 * ------------------------------------------
*/
.kdk-mv {
	background-color:  var(--blue2);
	text-align: center;
	padding-top: 31px;
}
@media screen and (max-width: 768px) {
	.kdk-mv {
			padding-top: 18px;
	}
}

.kdk-mv .kdk-mv-ttl {
	width: 100%;
	padding: 0 0 157px;
	margin: 0;
	background: url('/library/td/images/outage-app-download-campaign/fv_buildings.png') bottom / 1440px 134px repeat-x;
}
@media screen and (max-width: 768px) {
	.kdk-mv .kdk-mv-ttl {
			padding: 0 3.2vw 58px;
			background: url('/library/td/images/outage-app-download-campaign/fv_buildings_sp.png') bottom / 430px 58px repeat-x;
	}
}
.kdk-mv .kdk-mv-ttl img {
	max-width: 1000px;
	width: 100%;
	height: auto;
}

.kdk-mv .kdk-mv-description {
	background-color: var(--blue3);
	padding: 42px 36px 52px;
}
@media screen and (max-width: 768px) {
	.kdk-mv .kdk-mv-description {
			padding: 15px 3.2vw 24px;
	}
}

.kdk-mv .kdk-mv-description-name {
	font-size: 257%;
	letter-spacing: 0.05em;
	color: var(--white);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.15em;
}
@media screen and (max-width: 768px) {
	.kdk-mv .kdk-mv-description-name {
			font-size: 132%;
	}
}

.kdk-mv .kdk-mv-description-name > span {
	display: inline-block;
	width: 25px;
	height: 43px;
}
@media screen and (max-width: 768px) {
	.kdk-mv .kdk-mv-description-name > span {
			width: 13px;
			height: 20px;
	}
}

.kdk-mv .kdk-mv-description-name > span:first-of-type {
	margin-right: 23px;
}
@media screen and (max-width: 768px) {
	.kdk-mv .kdk-mv-description-name > span:first-of-type {
			margin-right: 6px;
	}
}

.kdk-mv .kdk-mv-description-name > span:last-of-type {
	margin-left: 23px;
	transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
	.kdk-mv .kdk-mv-description-name > span:last-of-type {
			margin-left: 6px;
	}
}

.kdk-mv .kdk-mv-description-name > span > img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.kdk-mv .kdk-mv-description-date {
	font-size: 280%;
	color: var(--white);
	text-align: center;
}
@media screen and (max-width: 768px) {
	.kdk-mv .kdk-mv-description-date {
			font-size: 132%;
	}
}

.kdk-mv .kdk-mv-description-date > span {
	font-size: 137%;
}
@media screen and (max-width: 768px) {
	.kdk-mv .kdk-mv-description-date > span {
			font-size: 140%;
	}
}

.kdk-mv .kdk-mv-description-button .kdk-button {
	margin: 32px auto 0;
	color: var(--white);
	text-decoration: none;
	font-size: 236%;
}
@media screen and (max-width: 768px) {
	.kdk-mv .kdk-mv-description-button .kdk-button {
			margin: 15px auto 0;
			font-size: 147%;
	}
}


/* 
 * ¥¢¥×¥êDL
 */

.oa-dl {
  margin: 0 auto;
  padding-bottom: 38px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .oa-dl {
    width: min(92%, 992px);
    text-align: left;
    padding-top: 8px;
  }
}
.oa-dl__header {
  display: inline-block;
  background-color: #0073bd;
  color: #fff;
  border-radius: 16px;
  font-weight: bold;
  font-size: 110%;
  padding: 0.2em 1em;
  transform: translate(0, 50%);
}
@media screen and (min-width: 769px) {
  .oa-dl__header {
    display: grid;
    place-content: center;
    width: 435px;
    height: 40px;
    font-size: 160%;
    border-radius: 20px;
    transform: translate(20px, 50%);
    padding: 0;
  }
}
.oa-dl__body {
  border: 5px solid #0073bd;
  border-radius: 20px;
  max-width: 460px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .oa-dl__body {
    max-width: 100%;
  }
}
.oa-dl__conts {
  padding: 20px 10px 10px;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .oa-dl__conts {
    padding: 30px 60px 0;
    display: grid;
    grid-template-columns: repeat(3, auto);
    column-gap: 50px;
  }
}
.oa-dl__contsItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.oa-dl__contsItem:first-child {
  justify-content: center;
}
.oa-dl__contsItem:nth-child(2) {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .oa-dl__contsItem:nth-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .oa-dl__contsItem {
    justify-content: flex-start;
  }
}
.oa-dl__icon {
  margin: 10px;
}
@media screen and (min-width: 769px) {
  .oa-dl__icon {
    margin: 0;
  }
}
.oa-dl__ttl {
  text-align: left;
  font-size: 80%;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .oa-dl__ttl {
    font-size: 100%;
  }
}
.oa-dl__btn {
  margin: 0 5px 0 5px;
}
@media screen and (min-width: 769px) {
  .oa-dl__btn {
    margin: 0 24px 0 10px;
  }
}
.oa-dl__qr {
  min-width: 70px;
}
.oa-dl__note {
  font-size: 73%;
  line-height: 1.2;
  padding: 4px 10px 10px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .oa-dl__note {
    text-align: right;
  }
}

/* 
 * ¥ì¥¤¥¢¥¦¥È 
 */
 .kdk-section {
	width: 100%;
	background-color: var(--white);
}
.kdk-section-inner {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 90px 0 0;
}
.no-padding {
	padding: 0;
}
@media screen and (max-width: 768px) {
	.kdk-section-inner {
			padding: 46px 3.2vw 0; /* ¥µ¥¤¥ÉÓà°×¤Ï375px·ù12px¤ÈÍ¬¤¸±ÈÂÊ¤Ë¤Ê¤ë¤è¤¦¤Ë */
	}
}


/* 
* ±³¾°¥«¥é©` 
*/
.kdk-bg-pale-blue {
	background-color: var(--blue5);
}
.kdk-bg-blue {
	background-color: var(--blue4);
}

.kdk-bg {
	padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
	.kdk-bg {
			padding-bottom: 47px;
	}
	.kdk-bg:nth-last-of-type(1) {
			padding-bottom: 60px;
	}
}
.kdk-bg .kdk-section {
	background-color: transparent;
}


/* 
* ¥Ü¥¿¥ó 
*/
.kdk-button {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 500px;
	background-color: var(--orange);
	color: var(--white);
	line-height: 1;
	letter-spacing: 0.046em;
	transition: all .3s;
}
.kdk-button::after {
	content: "";
	display: block;
	width: 9px;
	height: 15px;
	background: url('/library/td/images/outage-app-download-campaign/arrow.png') center / contain no-repeat;
	transform: rotate(90deg);
}
.kdk-button:hover {
	opacity: 0.8;
}


/* 
* ¥µ¥Ö¥ß¥Ã¥È¥Ü¥¿¥ó
* Ê¸Ó¡¤òÓÒÏò¤­¤Ë¤¹¤ë
*/
.kdk .kdk-button--submit::after {
	transform: rotate(0);
}

/* 
* ¥Ü¥¿¥óŽÚ¤á
*/
.kdk-button--wide {
	padding: 33px 10px 35px;
	text-align: center;
	position: relative;
	max-width: 480px;
}
@media screen and (max-width: 768px) {
	.kdk-button--wide {
			padding: 17px 5px 19px;
			display: block;
			max-width: 300px;
	}
}
.kdk-button--wide::after {
	width: 16px;
	height: 28px;
	position: absolute;
	top: calc(50% - 14px);
	right: 43px;
}
@media screen and (max-width: 768px) {
	.kdk-button--wide::after {
			width: 9px;
			height: 17px;
			top: calc(50% - 8.5px);
			right: 19px;
	}
}


/* 
* ¥»¥¯¥·¥ç¥óÄÚ¥Ü¥¿¥ó¤ÏÖÐÑë¼Ä¤» 
*/
.kdk
.kdk-section-button-box {
	margin-top: 42px;
}
@media screen and (max-width: 768px) {
	.kdk-section-button-box {
			margin-top: 30px;
	}
}
.kdk-section-button-box .kdk-button {
	margin-right: auto;
	margin-left: auto;
}


/* 
* ¥»¥¯¥·¥ç¥ó¥¿¥¤¥È¥ë 
*/
.kdk-section-ttl {
	background-color: var(--blue1);
	color: var(--white);
	font-size: 220%;
	letter-spacing: 0.05em;
	text-align: center;
	border-radius: 4px;
	padding: 10px 0;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
.kdk-section-ttl {
			font-size: 161%;
			padding: 7px 0;
			margin-bottom: 20px;
	}
}


/* 
* ¥»¥¯¥·¥ç¥ó¥¿¥¤¥È¥ë?¥µ¥Ö 
*/
.kdk-section-ttl-sub {
	font-size: 176%;
	text-align: center;
	margin-bottom: 88px;
	line-height: 2;
}
@media screen and (max-width: 768px) {
.kdk-section-ttl-sub {
			font-size: 118%;
			margin-bottom: 48px;
	}
}


/* 
* ¥»¥¯¥·¥ç¥ó¥¿¥¤¥È¥ë?¥µ¥Ö?ÏÂ¾€ 
*/
.kdk-section-ttl-sub-underline {
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
.kdk-section-ttl-sub-underline {
			margin-bottom: 20px;
	}
}

.kdk-section-ttl-sub-underline > span {
	display: inline-block;
	font-size: 147%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 768px) {
.kdk-section-ttl-sub-underline > span {
			font-size: 118%;
	}
}

.kdk-section-ttl-sub-underline > span::before {
	content: "";
	display: block;
	width: 100%;
	height: 15px;
	background-color: var(--yellow);
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: -1;
}
@media screen and (max-width: 768px) {
.kdk-section-ttl-sub-underline > span::before {
			height: 12px;
	}
}


/* 
* ¥»¥¯¥·¥ç¥ó¥¿¥¤¥È¥ë?¥µ¥¤¥É¥é¥¤¥ó 
*/
.kdk-section-ttl-side-line {
	font-size: 205%;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 22px;
	margin: 0 0 37px;
}
@media screen and (max-width: 768px) {
	.kdk-section-ttl-side-line {
			font-size: 147%;
			column-gap: 16px;
			margin: 0 0 22px;
	}
}

.kdk-section-ttl-side-line::before,
.kdk-section-ttl-side-line::after {
	content: "";
	display: inline-block;
	width: 39px;
	height: 2px;
	background-color: var(--black);
	margin-top: 2px;
}
@media screen and (max-width: 768px) {
	.kdk-section-ttl-side-line::before,
	.kdk-section-ttl-side-line::after {
			width: 24px;
	}
}


/* 
* ¥»¥¯¥·¥ç¥ó×¢Òâ•ø¤­ 
*/
.kdk-section-note {
	font-size: 118%;
	color: var(--gray4);
	line-height: 1.7;
}
@media screen and (max-width: 768px) {
	.kdk-section-note {
			font-size: 103%;
	}
}

.kdk-section-note-right {
	text-align: right;
}


/* 
* ÒŽ¼s¥Ü¥Ã¥¯¥¹ 
*/
.kdk-kiyaku-box {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 347px;
	border: solid 2px var(--blue1);
	border-radius: 5px;
	padding: 22px 36px 22px 40px;
	background-color: var(--white);
	word-break: break-all;
	word-wrap: break-word;
	line-height: 2.75;
}
@media screen and (max-width: 768px) {
	.kdk-kiyaku-box {
			height: 398px;
			padding: 22px 1px 22px 12px;
	} 
}

.kdk-kiyaku-box .kdk-kiyaku-ttl {
	font-size: 132%;
	line-height: 2.6;
	margin: 0.5em 0;
}
@media screen and (max-width: 768px) {
	.kdk-kiyaku-box .kdk-kiyaku-ttl {
			font-size: 118%;
	}
}

.kdk-kiyaku-box .kdk-kiyaku-ttl:not(:first-of-type) {
	margin: 2em 0 0.5em;
}

.kdk-kiyaku-box p {
	font-size: 118%;
	line-height: 2.75;
}
@media screen and (max-width: 768px) {
	.kdk-kiyaku-box p {
			font-size: 103%;
			line-height: 2;
	}
}

/* ¥¹¥¯¥í©`¥ë¥Ð©`¤ò³£¤Ë±íÊ¾£¨webkitÏµ¤Î¤ß£© */
.kdk-kiyaku-box::-webkit-scrollbar {
	width: 12px;
	height: 10px;
}
.kdk-kiyaku-box::-webkit-scrollbar-thumb {
	border-radius: 50px;
	background-color: #d9dcdd;
	box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,1), 0px 0px 0px 4px rgba(255,255,255,1);
}


/* 
* ¹wÌõ•ø¤­ 
*/
.kdk-section-bullet-point {
	padding-left: 0 !important;
}

.kdk-section-bullet-point > li {
	display: flex;
	font-size: 132%;
	line-height: 2;
	margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
	.kdk-section-bullet-point > li {
			font-size: 118%;
			margin-bottom: 15px;
	}
}

.kdk-section-bullet-point > li::before {
	content: "";
	display: block;
	width: 20px;
	min-width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-top: 9px;
	border-radius: 50%;
	background-color: var(--blue1);
}
@media screen and (max-width: 768px) {
	.kdk-section-bullet-point > li::before {
			width: 16px;
			min-width: 16px;
			height: 16px;
			margin-right: 8px;
	}
}

.kdk-section-bullet-point-note {
	padding-left: 30px;
}
@media screen and (max-width: 768px) {
	.kdk-section-bullet-point-note {
			padding-left: 24px;
	}
}


/* 
* ¥«©`¥É¥ê¥¹¥È 
*/
.kdk-section-card-1 {
	display: flex;
	flex-wrap: wrap;
	gap: 3%;
	margin-bottom: 18px;
	justify-content: space-between;
	list-style-type: none;
	padding: 0px 0px 0px 0px !important;
}
@media screen and (max-width: 768px) {
  .kdk-section-card-1 {
			flex-direction: column;
			column-gap: 48px;
			row-gap: 50px;
			margin-bottom: 0;
			padding-right: 6.4vw;
			padding-left: 6.4vw;
	}
}

.kdk-section-card-1 .kdk-card-badge {
	flex: 1 1 calc(33.33% - 5%);
}

.kdk-section-card-1 > li {
	flex: 0 0 300px;
	width: 300px;
	max-width: 300px;
}
@media screen and (max-width: 768px) {
	.kdk-section-card-1 > li {
			width: 100%;
			max-width: 100%;
	}
}

.kdk-look {
	width: 100%;
	height: auto;
	display: block;
	background: var(--blue1);
	border-radius: 50px;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 75%;
	padding: 10px 0;
	color: var(--white) !important;
	text-decoration: none;
	position: relative;
	margin-top: 23px;
}
@media screen and (max-width: 768px) {
	.kdk-look {
		font-size: 90%;
	}
}
.kdk-look:hover {
	opacity: 0.7;
}

.kdk-look::after {
	background: url('/library/td/images/outage-app-download-campaign/arrow.png') center / contain no-repeat;
	content: "";
	display: inline-block;
	width: 6.3px;
	height: 11.02px;
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translateY(-50%);
}

.kdk-section-card-2 {
	display: flex;
	flex-wrap: wrap;
	column-gap: 11px;
	row-gap: 50px;
	margin-bottom: 30px;
	padding-left: 0 !important;
	padding-top: 30px;
	justify-content: space-between;
	max-width: 1000px;
	list-style-type: none;
}
@media screen and (max-width: 768px) {
	.kdk-section-card-2 {
			flex-direction: column;
			column-gap: 0;
			row-gap: 50px;
			padding-right: 6.4vw;
			padding-left: 6.4vw;
			padding-top: 30px;
			margin-top: 45px !important;

	}
}

.kdk-section-card-2 > li {
	flex: 1 1 calc(26.5% - 23.5px);
	max-width: calc(26.5% - 23.5px);
	position: relative;
}
@media screen and (min-width:766px) and (max-width:950px) {
	.kdk-section-card-2 > li {
			flex: 1 1 calc(50% - 23.5px);
			max-width: calc(50% - 23.5px);
	}
}
@media screen and (max-width: 768px) {
	.kdk-section-card-2 > li {
			width: 90%;
			max-width: 90%;
			margin: auto;
	}
}

@media screen and (max-width: 768px) {
	.kdk-section-card-2 + .kdk-section-card-note {
			padding-right: 6.4vw;
			padding-left: 6.4vw;
	} 
}


/* 
* ¹©½oµØµãÌØ¶¨·¬ºÅ¤ÎµÇåh·½·¨ 
*/
.kdk-section .additional_ttl_img{
	width: 147px;
	height: auto;
	margin: auto;
	display: block;
}

.kdk-section .additional_txt{
	font-size: 184%;
	text-align: center;
	color: var(--blue1);
	font-weight: bold;
	margin: 6px 0 30px 0;
	font-family: "Noto Sans JP", sans-serif;
}

.kdk-section .additional_txt span{
	font-size: 149%;
	font-weight: bold;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	.kdk-section .additional_ttl_img{
			width: 113px;
	}
	.kdk-section .additional_txt{
			font-size: 132%;
			margin: 5px 0 15px 0;
	}
	.kdk-section .additional_txt span{
			font-size: 157%;
	}
}


/* 
* ¥Ð¥Ã¥¸¸¶¤­¥«©`¥É 
*/
.kdk-card-badge {
	border: solid 5px var(--blue1);
	border-radius: 5px;
	background-color: var(--white);
	padding: 27px 22px 36px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.kdk-card-badge {
			padding: 21px 7.4vw 36px;
	}
}

.kdk-card-badge::after {
	content: "";
	display: block;
	width: 64px;
	height: 35px;
	background: url('/library/td/images/outage-app-download-campaign/plug.png') right bottom / contain no-repeat;
	position: absolute;
	bottom: -19px;
	right: 20px;
}

.kdk-card-badge .kdk-card-badge-img {
	position: absolute;
	top: -47px;
	left: -30px;
	width: 106px;
	height: 106px;
}
@media screen and (max-width: 768px) {
	.kdk-card-badge .kdk-card-badge-img {
			top: -34px;
			left: -4.6vw;
	}
}

.bousai_item_img{
	width: 100%;
	height: auto;
}

.kdk-card-badge:first-of-type .kdk-card-badge-content dt {
	color: var(--gold);
}
.kdk-card-badge:nth-of-type(2) .kdk-card-badge-content dt {
	color: var(--silver);
}
.kdk-card-badge:last-of-type .kdk-card-badge-content dt {
	color: var(--bronze);
}

.kdk-card-badge .kdk-card-badge-content dt {
	font-size: 302%;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.kdk-card-badge .kdk-card-badge-content dt {
			font-size: 257%;
	}
}

.kdk-card-badge .kdk-card-badge-content dd {
	font-size: 176%;
	text-align: center;
	margin-top: 0.4em;
}
@media screen and (max-width: 768px) {
	.kdk-card-badge .kdk-card-badge-content dd {
			font-size: 147%;
	}
}

.kdk-card-badge .kdk-card-badge-content dd > span {
	font-size: 126%;
}
@media screen and (max-width: 768px) {
	.kdk-card-badge .kdk-card-badge-content dd > span {
			font-size: 127%;
	}
}

.kdk-section-card-1 + .kdk-section-note {
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.kdk-section-card-1 + .kdk-section-note {
			margin-top: 30px;
			margin-right: 6.4vw;
	}
}


/* 
* STEP±íÊ¾¥«©`¥É 
*/
.kdk-card-step {
	background-color: var(--white);
	border-radius: 5px;
	padding: 33px 12px 0;
	position: relative;
}
@media screen and (max-width: 768px) {
	.kdk-card-step {
			padding: 21px 6.4vw 0;
	}
}

.kdk-card-step dt {
	font-size: 265%;
	color: var(--blue2);
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.kdk-card-step dt {
			font-size: 213%;
			top: -24px;
	}
}

.kdk-card-step dd {
	font-size: 132%;
	text-align: center;
	margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
	.kdk-card-step dd {
			font-size: 118%;
	}
}

.kdk-section-card-2__img{
	width: 100%;
	height: auto;
}

/* ÎÄ×ÖÁÐ¥Ü¥Ã¥¯¥¹¤Î¸ß¤µ¤ò“B¤¨¤ë */
/* PC¤Ï4ÐÐ¤Î¸ß¤µ */
.kdk-card-step dd:first-of-type {
	height: calc(1em * 1.5 * 4); /* ÎÄ×Ö¥µ¥¤¥º x line-height x ÐÐÊý */
}
/* SP¤Ï¥ï¥ó¥«¥é¥à¤Ê¤Î¤Ç“B¤¨¤ë±ØÒª¤Ê¤· */
@media screen and (max-width: 768px) {
	.kdk-card-step dd:first-of-type {
			height: auto;
	}
}
/* ég¤Î¥¦¥£¥ó¥É¥¦·ù¤Ï3ÐÐ */
@media screen and (min-width: 766px) and (max-width: 950px) {
	.kdk-card-step dd:first-of-type {
			height: calc(1em * 1.5 * 3);
	}
}
/* ‚€„e¤ËÐÐÊý¤òÔO¶¨¤¹¤ë */
@media screen and (min-width: 766px) and (max-width: 950px) {
	.kdk-card-step dd.kdk-card-step--4r:first-of-type {
			height: calc(1em * 1.5 * 4);
	}
	.kdk-card-step dd.kdk-card-step--2r:first-of-type {
			height: calc(1em * 1.5 * 2);
	}
}

/*
 * ------------------------------------------
 * ¥­¥ã¥ó¥Ú©`¥ó¸ÅÒª
 * ------------------------------------------
*/
.kdk-summary {
	display: grid;
	grid-template-columns: auto auto;
	row-gap: 51px;
}
@media screen and (max-width: 768px) {
	.kdk-summary {
			display: flex;
			flex-direction: column;
			row-gap: 20px;
	}
}

.kdk-summary .kdk-summary-text {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	font-size: 176%;
	line-height: 2.5;
}
@media screen and (max-width: 768px) {
	.kdk-summary .kdk-summary-text {
			font-size: 118%;
	}
}

.kdk-summary-text .txt_link{
	color: var(--black);
	font-size: 100%;
}
@media screen and (max-width: 768px) {
	.kdk-summary-text .txt_link{
		font-size: 100%;
		order: 1;
		line-height: 2.62;
	}
}
.kdk-summary-text .txt_link:hover{
	opacity: 0.8;
	text-decoration: underline;
}
.kdk-summary-text .txt_link::after{
	background: url('/library/td/images/outage-app-download-campaign/arrow_up.svg') center / contain no-repeat;
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	padding-left: 9px;
}
@media screen and (max-width: 768px) {
	.kdk-summary-text .txt_link::after{
		width: 19px;
		height: 19px;
		padding-left: 9px;
	}
}



.kdk-summary .kdk-summary-text > span {
	font-size: 117%;
	color: var(--blue1);
}
@media screen and (max-width: 768px) {
	.kdk-summary .kdk-summary-text > span {
			font-size: 113%;
	}
}

.kdk-summary .kdk-summary-img {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	max-width: 390px;
}
@media screen and (max-width: 768px) {
	.kdk-summary .kdk-summary-img {
			order: 3;
			width: 86vw;
			margin-right: auto;
			margin-left: auto;
	}

	.kdk-summary .kdk-summary-img > img {
			width: 100%;
			height: auto;
			object-fit: contain;
	}
}

.kdk-summary .kdk-section-note {
	grid-column: 1 / 3;
	grid-row: 2 / 3;
}
@media screen and (max-width: 768px) {
	.kdk-summary .kdk-section-note {
			order: 2;
	}
}

/*
 * ------------------------------------------
 * footer
 * ------------------------------------------
*/
.kdk-footer {
    position: relative;
    width: 100%;
    padding-top: 30px;
}

.kdk-footer .kdk-footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 35px;
    max-width: 1000px;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .kdk-footer .kdk-footer-inner {
        display: block;
    }
}

.kdk-footer .kdk-footer-logo {
    justify-self: end;
    align-self: center;
}
@media screen and (max-width: 768px) {
    .kdk-footer .kdk-footer-logo {
        max-width: 243px;
        margin: 0 auto;
        padding-bottom: 20px;
    }
}

.kdk-footer .kdk-footer-logo .footer_logo_kdk{
    width: 270px;
}
@media screen and (max-width: 768px) {
    .kdk-footer .kdk-footer-logo .footer_logo_kdk{
        width: 100%;
    }
}

.img_only{
    display: flex;
    align-items: center;
}

.kdk-footer .kdk-footer-inquiry {
    padding-top: 20px;
    justify-self: start;
    font-size: 132%;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .kdk-footer .kdk-footer-inquiry {
        margin-left: 0;
        padding-top: 14px;
        text-align: center;
        display: block;
        margin: auto;
    }
}

.footer_bold{
    font-weight: 900;
    font-size: 100%;
}

.kdk-footer .kdk-footer-inquiry-tel {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    justify-self: start;
    margin: 10px 0 10px 0;
    display: flex;
    justify-content:flex-start;
	align-items: center;
    gap: 11px;
}
.kdk-footer .kdk-footer-inquiry-tel .footer_tel_icon_kdk{
    width: 27px;
    height: 29px;
}
@media screen and (max-width: 768px) {
    .kdk-footer .kdk-footer-inquiry-tel {
        text-align: center;
        margin: 10px 0;
        display: block;
        margin: auto;
        padding: 14px;
    }
}
.kdk-footer .kdk-footer-inquiry-tel .footer_tel_kdk {
    font-size: 221%;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
    .kdk-footer .kdk-footer-inquiry-tel .footer_tel_kdk {
        font-size: 177%;
    }
}

.kdk-footer .kdk-footer-inquiry-note {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    justify-self: start;
    font-size: 117%;
}
@media screen and (max-width: 768px) {
    .kdk-footer .kdk-footer-inquiry-note {
        font-size: 102%;
        margin-left: 0;
        text-align: center;
        display: block;
        margin: auto;
    }
}

@media screen and (max-width: 768px) {
    .kdk-footer-inner__wrapper::nth-last-of-type(1){
        margin-top: 40px;
    }
}


/*
* ------------------------------------------
* Õ{Õû
* ------------------------------------------
*/
@media screen and (max-width: 768px) {
	.kdk-sp-mrg-tb-30 {
			margin-top: 30px;
			margin-bottom: 30px;
	}
}