@charset "utf-8";

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}

figure {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	line-height: inherit;
	font-weight: normal;
	font-size: inherit;
}

ul,
ol {
	margin: 0;
	padding-left: 0;
}

ul li,
ol li {
	margin-left: 0;
	list-style-type: none;
}

dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

img {
	line-height: 1;
}

hr {
	border: none;
	margin: 0;
	padding: 0;
}

button {
	line-height: inherit;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

textarea {
	border: none;
	-webkit-border-image: none;
	border-image: none;
	resize: none;
}

table {
	border-collapse: collapse;
	border: 0px;
}

html {
	overflow-x: hidden;
	width: 100%;
	line-height: 2;
}

body {
	position: relative;
	color: #333;
	font-family: "Roboto", "YakuHanJP", "BaseFont-JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-print-color-adjust: exact;
	letter-spacing: .05em;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.sp {
  display: none;
}
/*==========================================*/

.mv {
  max-width: 1040px;
  margin: 0 auto;
}

.mv img {
  display: block;
  width: 100%;
}

.sec-txt {
  font-size: 18px;
  text-align: center;
  margin: 44px auto;
  max-width: 1040px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .sec-txt {
    font-size: 4.266666667vw;
    margin: 5.73333333vw auto 11.73333333vw;
    line-height: 1.5;
    min-width: 90%;
    width: 90%;
    text-align: left;
  }
  .sec-txt br {
    display: none;
  }
}

/*==========================================*/

.requirements {
  margin-bottom: 60px;
}
.requirements-hdg {
  width: 1040px;
  height: 72px;
  margin: 0 auto;
  background: #54C3F1;
  text-align: center;
  font-size: 32px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.requirements dl.outline {
  width: 1040px;
  margin: 10px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.5;
  font-size: 18px;
}
.requirements dl.outline dt {
  width: 316px;
  padding: 35px 0 35px 24px;
  color: #54C3F1;
  font-weight: bold;
}
.requirements dl.outline dd {
  width: 724px;
  padding: 35px 30px 35px 0;
  background: #fff;
}
.requirements dl.outline > :nth-child(4n),
.requirements dl.outline > :nth-child(4n-1) {
  background: #f6f6f6;
}
.requirements dl.outline dd li {
  padding-left: 1.5em;
  position: relative;
}
.requirements dl.outline dd li::before {
  position: absolute;
  content: "●";
  font-size: 0.8em;
  top: 0.1em;
  left: 0;
  color: #54C3F1;
}
.requirements dl.outline dd li li {
  padding-left: 1em;
}
.requirements dl.outline dd li li::before {
  content: "・";
  color: #333;
}
.requirements dl.outline dd a {
  text-decoration: underline;
}
.requirements dl.outline dd a.blank {
  color: #E4002B;
}
.requirements dl.outline dd a.blank::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  margin-right: 5px;
  background: url("https://www.kewpie.co.jp/cp/202211-hikewpie-entry/img/icon_window.svg") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.73333vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
    width: 100%;
  }
  .requirements-hdg {
    width: 100%;
    margin: 0 auto;
    font-size: 8vw;
  }
  .requirements dl.outline {
    width: 100%;
    margin: 1em auto 0;
    background: none;
    display: block;
    font-size: 4.266666667vw;
  }
  .requirements dl.outline dt {
    width: 100%;
    padding: 8vw 8vw 4vw 8vw;
  }
  .requirements dl.outline dd {
    width: 100%;
    padding: 0 8vw 8vw 8vw;
  }
  .requirements dl.outline dd a.blank::after {
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 1.33333vw;
    margin-right: 1.33333vw;
  }
}

/* textlink */
a{color:inherit;text-decoration:none;}
a:hover,a:active,a:focus{color:#e4002b;}

.c-txt-link{display:inline-block;position:relative;line-height:1.7;color:#e4002b;}
.c-txt-link:before{content:'';display:inline-block;position:absolute;left:0;z-index:1;border-right:1px solid #e4002b;border-bottom:1px solid #e4002b;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
@media screen and (min-width: 769px), print{
a{-webkit-transition:color .2s;transition:color .2s;}
.c-txt-link{padding-left:13px;}
.c-txt-link:before{top:50%;width:6px;height:6px;margin-top:-3px;}
.c-txt-link:hover,.c-txt-link:focus{text-decoration:underline;}
}
@media screen and (max-width: 768px){
.c-txt-link{padding-left:11.5px;padding-left:3.06667vw;}
.c-txt-link:before{top:50%;width:4.5px;width:1.2vw;height:4.5px;height:1.2vw;margin-top:-2px;margin-top:-0.53333vw;}
}

/*cp_end*/
.endAnnounce {
  display: block;
  width: 960px;
  border: 4px #ccc solid;
  color: #eb0028;
  background: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin: 20px auto;
  padding: 20px;
  box-sizing: border-box;
}
.type_fin {
  color: #eb0028;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .endAnnounce {
    font-size: calc(20 / 375 * 100vw);
    width: 90%;
  }
}
