/* patch */
.comp-footer-sub.spd {
  margin-bottom: 16px !important;
}

.framework-0 {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
}

.framework-0 p,
.framework-0 dt {
  font-size: 16px;
}

@media (max-width: 768px) {
  .framework-0 p,
  .framework-0 dt {
    font-size: 14px;
  }
}
.framework-0 a {
  color: #0d6efd;
}

.comp-footer-list .js-accordion {
  border: 0;
}

.framework-0 .comp-footer-sub {
  margin-bottom: 16px;
}

body.is-fixed .framework-0 .headerEl {
  width: 100vw;
}

.framework-0 .global-nav {
  max-width: 100vw;
}

.framework-0 .nav-btn-name {
  line-height: 1;
}

.framework-0 a.card {
  color: #454545;
  text-decoration: none;
}

.framework-0 .card-foot a {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-decoration: none;
}

.framework-0 .card-foot a .ico {
  font-size: 13px;
}

button {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* patch */
.img-link {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.img-link:hover {
  opacity: 0.8;
}

.w-70 {
  width: 70%;
}

.w-30 {
  width: 30%;
}

@media (max-width: 768px) {
  .w-md-100 {
    width: 100%;
  }
}

.bg-light-orange {
  background-color: #fff8eb;
}

.bottom-contents {
  background: url(/tips/thanks/images/pc/message-bg.png) no-repeat;
  background-size: cover;
}
@media (max-width: 576px) {
  .bottom-contents {
    background: url(/tips/thanks/images/sp/message-bg.png) no-repeat;
  }
}

.bottom-contents__img {
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: auto;
}

.backnumber-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.backnumber-item {
  display: block;
  width: 20%;
}
.backnumber-item a {
  display: block;
  padding: 8px;
  width: 100%;
}
.backnumber-item .active {
  pointer-events: none;
  text-decoration: none;
  background-color: #dfdfdf;
  color: #888888;
}
@media (max-width: 576px) {
  .backnumber-item {
    width: 50%;
    margin-bottom: 8px;
  }
}

.lead-decoration {
	position: relative;
	display: inline-block;
  }
  
  .lead-decoration::before {
	content: "";
	position: absolute;
	top: -5px;
	left: -10px;
	display: block;
	width: 18px;
	height: 13px;
	background: url(/img/tips/h3-decoration.svg) no-repeat;
  }
  
  
  .corner-top::before {
	  content: "";
	  position: absolute;
	  top: -1px;
	  left: -1px;
	  display: block;
	  width: 90px;
	  height: 90px;
	  background: url(/img/tips/corners.svg);
	  background-size: cover;
	}
	@media (max-width: 576px) {
	  .corner-top::before {
		width: 40px;
		height: 40px;
	  }
	}
	.corner-top::after {
	  content: "";
	  position: absolute;
	  top: -1px;
	  right: -1px;
	  display: block;
	  width: 90px;
	  height: 90px;
	  background: url(/img/tips/corners.svg);
	  background-size: cover;
	  -webkit-transform: rotate(90deg);
	  transform: rotate(90deg);
	}
	@media (max-width: 576px) {
	  .corner-top::after {
		width: 40px;
		height: 40px;
	  }
	}
	
	.corner-bottom::before {
	  content: "";
	  position: absolute;
	  right: -1px;
	  bottom: -1px;
	  display: block;
	  width: 90px;
	  height: 90px;
	  background: url(/img/tips/corners.svg);
	  background-size: cover;
	  -webkit-transform: rotate(180deg);
	  transform: rotate(180deg);
	}
	@media (max-width: 576px) {
	  .corner-bottom::before {
		width: 40px;
		height: 40px;
	  }
	}
	.corner-bottom::after {
	  content: "";
	  position: absolute;
	  bottom: -1px;
	  left: -1px;
	  display: block;
	  width: 90px;
	  height: 90px;
	  background: url(/img/tips/corners.svg);
	  background-size: cover;
	  -webkit-transform: rotate(270deg);
	  transform: rotate(270deg);
	}
	@media (max-width: 576px) {
	  .corner-bottom::after {
		width: 40px;
		height: 40px;
	  }
	}
  
	.cta-card {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  background-color: #ffffff;
	  border-radius: 8px;
	  border: 1px solid #d7d7d7;
	}
	
	.cta-card-head {
	  position: relative;
	  display: block;
	  padding-top: 1.5rem;
	  font-size: 18px;
	  font-weight: bold;
	  text-align: center;
	}
	@media (max-width: 768px) {
	  .cta-card-head {
		font-size: 16px;
		padding-top: 1.6rem;
	  }
	}
	.cta-card-head span {
	  font-size: 14px;
	}
	@media (max-width: 768px) {
	  .cta-card-head span {
		font-size: 14px;
	  }
	}
	
	.cta-card-body {
	  position: relative;
	  padding: 0.5rem 1rem 1rem;
	}
	
	.cta-card-head-balloon {
	  position: absolute;
	  top: -1.7rem;
	  right: 0;
	  left: 0;
	  display: block;
	  width: 100%;
	  min-width: 230px;
	  max-width: 260px;
	  margin: auto;
	  padding: 8px 0;
	  background-color: #000000;
	  color: #ffffff;
	  font-size: 14px;
	  text-align: center;
	  border-radius: 8px;
	}
	.cta-card-head-balloon::after {
	  content: "";
	  position: absolute;
	  right: 0;
	  bottom: -0.5rem;
	  left: 0;
	  display: block;
	  width: 1rem;
	  height: 1rem;
	  margin-right: auto;
	  margin-left: auto;
	  background-color: #000000;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	
	.cta-card-head-main-balloon {
	  position: absolute;
	  top: -1.7rem;
	  right: 0;
	  left: 0;
	  display: block;
	  width: 100%;
	  min-width: 230px;
	  max-width: 260px;
	  margin: auto;
	  padding: 8px 0;
	  background-color: #bf0000;
	  color: #ffffff;
	  font-size: 14px;
	  text-align: center;
	  border-radius: 8px;
	}
	.cta-card-head-main-balloon::after {
	  content: "";
	  position: absolute;
	  right: 0;
	  bottom: -0.5rem;
	  left: 0;
	  display: block;
	  width: 1rem;
	  height: 1rem;
	  margin-right: auto;
	  margin-left: auto;
	  background-color: #bf0000;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
  .w-100{
    width:100% !important;
  }
  .border-100vh{
    border-radius: 100vh;
  }
  .border-orange{
    border: 1px solid #F6C365 !important;
  }
  .min-width240{
    min-width: 240px !important;
  }
  .max-width270{
    max-width: 270px !important;
  }