@charset "UTF-8";

.-wrapper {
  margin: 0 auto;
  padding: 120px 0;
}

.-ttl {
  font-size: 36px;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  color: #C3A75F;
  padding-bottom: 40px;
}

.-copy {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #657F9A;
  padding-bottom: 24px;
}

.-sentence {
  width: 80%;
  margin: 0 auto;
  line-height: 1.875;
}

@media screen and (min-width: 769px) {

  .-wrapper {
    max-width: 1000px;
    width: 90%;
  }

}

@media screen and (max-width: 768px) {

  .-wrapper {
    padding: 17.066vw 0;
  }
  
  .-ttl {
    font-size: 28px;
    padding-bottom: 8.533vw;
  }
  
  .-copy {
    font-size: 18px;
    line-height: 1.388;
    padding-bottom: 6.4vw;
  }

  .-copy .-item01 {
    display: block;
    padding-bottom: 2.133vw;
  }

  .-copy .-item02 {
    display: block;
  }
  
  .-sentence {
    width: 92%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.714;
  }

}


/* ttl */

.ttl {
  background-color: #657F9A;
  position: relative;
  z-index: 1;
  padding-top: 96px;
}

.ttl-about {
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}

@media screen and (min-width: 769px) {

}

@media screen and (max-width: 768px) {

  .ttl {
    padding-top: 21.333vw;
  }
  
  .ttl-about {
    font-size: 35px;
    bottom: -6px;
  }

}

.media_outer {
  background: linear-gradient(#fff 0%, #f5f8fa 100%);
}

.media_wrap {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .media_wrap {
    padding: 14vw 0;
  }
}

.tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 680px;
  margin: 0 auto 80px;
  list-style-type: none;
}
.tab-list-item {
  text-align: center;
  width: 32%;
  padding: 5px 0;
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #657F9A;
  border: 1px solid #657F9A;
  background-color: #fff;
  cursor: pointer;
  transition: .25s;
  
}
.tab-list-item.tokuban {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 700;
  cursor: default;
}
.tab-list-item.active,
.tab-list-item:hover {
  color: #fff;
  background-color: #657F9A;
}
.tab-list-item.tv:hover,
.tab-list-item.web:hover,
.tab-list-item.tokuban:hover {
  color: #657F9A;
  background-color: #fff;
}

.tab-contents-item {
  display: none;
}
.tab-contents-item.show {
  display: block;
}

@media screen and (max-width: 768px) {
  .tab-list {
    margin: 0 auto 14vw;
  }
  .tab-list-item {
    width: 48%;
    margin: 1%;
    font-size: 5vw;
  }
  .tab-list-item.tokuban {
    font-size: 4.25vw;
  }
}


table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}
th {
	padding: 0.75em 0;
	font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	color: #657F9A;
  border-bottom: 1px solid #657F9A;
}
th:nth-of-type(1) {
	border-left: none;
}

.magazineTable th:nth-child(1) { width: 20%; }
.magazineTable th:nth-child(2) { width: 26%; }
.magazineTable th:nth-child(3) { width: 53%; }

.tvTable th:nth-child(1) { width: 30%; }
.tvTable th:nth-child(2) { width: 14%; }
.tvTable th:nth-child(3) { width: 14%; }
.tvTable th:nth-child(4) { width: 14%; }
.tvTable th:nth-child(5) { width: 27%; }

.webTable th:nth-child(1) { width: 28%; }
.webTable th:nth-child(2) { width: 28%; }
.webTable th:nth-child(3) { width: 44%; }

.tokubanTable th:nth-child(1)  { width: 20%; }
.tokubanTable th:nth-child(2)  { width: 25%; }
.tokubanTable th:nth-child(3)  { width: 55%; }

td {
	padding: 1em 0;
	color: #717171;
	font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 400;
  border-bottom: 1px solid #E8E8E8;
}
td p {
	margin: 0;
	padding: 0;
}
td span {
	display: inline-block;
}
td span.new {
	margin: 0 10px 0 0;
	padding: 5px 10px;
	color: #fff;
	font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
	font-size: 12px;
	line-height: 1;
	background: #C3A75F;
}
td span.cap {
  display: inline;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 12px;
  line-height: 1;
  background: none;
}
td span.name {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #000;
  background: none;
}

table a {
	text-decoration: none;
	color: #000;
}

table a:hover {
	text-decoration: underline;
}

td[data-label="URL"] a {
  word-break: break-all !important;
}

@media screen and (max-width:1200px) {
	td {
		font-size: 1.65vw;
	}
}

@media screen and (max-width:900px) {
  table {
    border-top: 1px solid #657F9A;
  }
	th {
		display: none;
	}
	td {
		display: flex;
		width: 100%;
		border-bottom: 1px solid #E8E8E8;
		box-sizing: border-box;
		font-size: 15px;
	}
	
	td:before {
    width: 6em;
    content: attr(data-label);
    color: #657F9A;
    font-size: 15px;
		font-weight: 700;
	}
	
	td:nth-of-type(1) {
		margin-top: 1em;
	}
  td:last-of-type {
    padding-bottom: 2em;
    border-bottom: 1px solid #657F9A;
  }
  td p {
    width: calc(100% - 6em);
  }
}

@media screen and (max-width:768px) {

	table {
		margin: 20px 0 0;
		font-size: 90%;
	}
	th {
		font-size: 80%;
	}
}

@media screen and (max-width:600px) {
	table {
		font-size: 80%;
	}
}

@media screen and (max-width:390px) {
	td:before {
    width: 5em;
	}
}

.table_caption {
  margin: 1em 0 0;
  font-size: 13px;
}


/* last */

.last {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

/* .last-wrappper {
} */

.last-ttl {
  width: 54%;
  margin: 0 auto 32px;
}

.last-roadshow {
  width: 13%;
  margin: 0 auto 40px;
}

.last-billing {
  width: 62.8%;
  margin: 0 auto 72px;
}

.last-btn {
  display: block;
  font-size: 28px;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
  line-height: 1.464;
  text-align: center;
  color: #D3B467;
  padding: 11px 0 8px;
  width: 36%;
  margin: 0 auto;
  border: 2px solid #D3B467;
}

@media screen and (min-width: 769px) {

  .last-btn {
    letter-spacing: 0.02em;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }

  .last-btn:hover {
    background-color: #D3B467;
    color: #fff;
  }

}

@media screen and (max-width: 768px) {
  
  .last-wrappper {
    width: 92%;
    padding: 14vw 0 21.333vw;
  }
  
  .last-ttl {
    width: 94.202%;
    margin: 0 auto 6.4vw;
  }
  
  .last-roadshow {
    width: 23.73%;
    margin: 0 auto 8.533vw;
  }
  
  .last-billing {
    width: 100%;
    margin: 0 auto 14.933vw;
  }
  
  .last-btn {
    font-size: 24px;
    line-height: 1.458;
    padding: 12px 0 9px;
    width: 99.71%;
  }

}

