@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho");

@media only screen and (max-width: 639px) {
  .c5-card__figure {
    text-align: center;
  }
}

.c5-figure {
  text-align: center;
  margin: 50px auto;
}

@media only screen and (max-width: 639px) {
  .c5-figure {
    margin: 20px auto;
  }
}

.c5-figure img {
  vertical-align: bottom;
  max-width: 100%;
}

.c5-figure figcaption {
  text-align: left;
}

.c5-figure__figcaption {
  max-width: 1000px;
  margin: auto;
  margin-top: 50px;
}

@media only screen and (max-width: 639px) {
  .c5-figure__figcaption {
    margin-top: 40px;
  }
}

.c5-dl dt {
  font-weight: bold;
  position: relative;
  padding-left: 2em;
  margin-bottom: .5em;
}

.c5-dl dt:before {
  content: '';
  display: inline-block;
  width: .8em;
  height: .8em;
  vertical-align: middle;
  background-color: #2f353d;
  position: absolute;
  top: .2em;
  left: 0;
}

.c5-dl dd {
  margin: 0;
}

.c5-dl dd + dt {
  margin-top: 2em;
}

.c5-list {
  padding: 0;
}

.c5-list li a {
  text-indent: initial;
}

.c5-list > li {
  list-style-type: none;
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.c5-list > li:before {
  content: '';
  display: inline-block;
  width: .2em;
  height: .2em;
  vertical-align: middle;
  background-color: #555;
  border-radius: 50%;
  text-indent: 0;
  margin-left: .6em;
  margin-right: .7em;
}

.c5-listNote {
  color: #83838f;
  list-style-type: none;
  padding-left: 0;
  font-size: 12px;
}

.c5-listNote > li {
  padding-left: 1.5em;
}

.c5-listNote > li:before {
  content: "※";
  width: 1.5em;
  display: inline-block;
  position: relative;
  margin-left: -1.5em;
}

.c5-container {
  font-size: 16px;
  color: #2f353d;
  line-height: 1.7;
  letter-spacing: .05em;
  padding-bottom: 100px;
  max-width: 1200px;
  margin: auto;
}
.c5-container a:not(.s5-button) {
	color: #245da3;
}

@media only screen and (max-width: 639px) {
  .c5-container {
    font-size: 14px;
  }
}

.c5-container img {
    max-width: 100%;
  }
.c5-container figure {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 1199px) {
  .c5-container {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 50px;
  }
}

.c5-mv {
	margin: 0 0 80px 0;
	text-align: center;
}

.c5-sectionTitle {
  font-size: 28px;
  font-weight: bold;
  padding: 0 0 15px;
  border-bottom: solid 2px #2f353d;
  margin: 0 0 20px 0;
	line-height: 1.4;
}

@media only screen and (max-width: 639px) {
  .c5-sectionTitle {
    font-size: 20px;
  }
}

.c5-section + .c5-section {
  margin-top: 120px;
}

@media only screen and (max-width: 639px) {
  .c5-section + .c5-section {
    margin-top: 60px;
  }
}

.c5-block {
  margin-top: 40px;
}

.c5-blockTitle {
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
	margin: 0 0 20px 0;
	border-left: 5px solid #245da3;
}
.c5-lineupList__btn {
  text-align: center;
  margin-top: 40px;
  button.s5-buttonV3 {
    min-height: 40px;
  }
}
.c5-lineupList{
  list-style-type: none;
  padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
  gap: 20px;
  &.limit4 {
    li:nth-child(n+5) {
      display: none;
    }
  }
  &.show {
    li:nth-child(n+5) {
      display: block;
    }
  }
}
.c5-lineupList__item {
  flex: 0 1 calc(50% - 10px);
	box-sizing: border-box;
  border: solid #d5d5d5 1px;
  padding: 20px;
}
.c5-lineupList__item a {
  display: flex;
	color: #2f353d !important;
  align-items: center;
}
.c5-lineupList__item a:hover{
  text-decoration: none;
  opacity: .7;
}
.c5-lineupList__item dl{
  margin: 0;
  padding: 0;
}
.c5-lineupList__item .c5-card__figure{
  flex: 0 1 40%;
  margin-right: 15px;
  overflow: hidden;
}
.c5-lineupList__item .c5-card__text {
  flex: 1;
}
.c5-lineupList__item dl >*{
  margin: 0;
  padding: 0;
}
.c5-lineupList__item dl dt{
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2;
}
.c5-lineupList__item dl dt span{
  font-size: .7em;
  font-weight: normal;
}
.c5-lineupList__item dl dd >div{
  margin-top: 20px;
}

.c5-buttonContainer{
  margin: 20px 0 0;
}

.c5-cols {
	display: flex;
	justify-content: space-around;
}
.c5-cols > div {
	width: 49%;
}
.c5-sectionTitle_sub {
	font-size: 16px;
	padding: 0;
	margin: 0 0 15px 0;
}
.c5-table {
	width: 100%;
	font-size: 14px;
}
.c5-table th {
	border: 1px solid #ccc;
	font-weight: bold;
	text-align: center;
	background: #f5f5f5;
	padding: 15px;
}
.c5-table td {
	padding: 15px;
	text-align: center;
	border: 1px solid #ccc;
}
.c5-sp {
	display: none;
}
.c5-imgcenter {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}
.c5-red {
	color: #ffcc00;
}
@media only screen and (max-width: 639px) {
	.c5-pc {
		display: none;
	}
	.c5-sp {
		display: block;
	}
	.c5-mv {
		margin-right: -20px;
		margin-left: -20px;
		margin-bottom: 40px;
	}
	.c5-blockTitle {
		font-size: 16px;
	}
	.c5-sectionTitle_sub {
		font-size: 14px;
	}
	.c5-cols {
		display: block;
	}
	.c5-cols > div {
		width: auto;
	}
	.c5-tablewrap {
		overflow-x: auto;
	}
	.c5-tablewrap .c5-table {
		table-layout: fixed;
		width: 150%;
	}
	.c5-table {
		font-size: 11px;
	}
	.c5-table th,
	.c5-table td {
		padding: 7px;
	}
	.c5-lineupList {
		display: block;
		margin: 0;
	}
	.c5-lineupList__item {
		margin: 0 0 20px 0;
    padding: 15px;
	}
}
.c5-txtPoint{
  font-size: 80%;
  font-weight: normal;
}
.c5-cols img, .c5-cols-right img, .c5-cols-left img{
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.c5-figureTitle{
  text-align: center;
  border: 1px solid #333333;
  padding: 3px 10px;
	max-width: 1180px;
	margin: 60px auto 0;
}
.c5-cols-container{
	text-align: center;
}
.c5-cols-left{
	width: 32%;
	display: inline-block;
	padding: 0 30px;
}
.c5-cols-left p{
	text-align: left;
}
.c5-cols-right{
	width: 60%;
	display: inline-block;
	vertical-align: top;
}
.c5-cols-border{
  border: 1px solid #555555;
	border-top: none;
	max-width: 1200px;
	padding: 40px 20px;
}

@media only screen and (max-width: 639px) {
.c5-figureTitle{
	margin: 40px auto 0;
	}
.c5-cols-left, .c5-cols-right{
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.c5-cols-border{
	padding: 20px 10px;
}
}

.size_adjust01 {
  padding: 7%;
  box-sizing: border-box;
}
.size_adjust02 {
  padding: 6%;
  box-sizing: border-box;
}
.size_adjust03 {
  transform: scale(1.2);
}
.size_adjust04 {
  padding: 3%;
  box-sizing: border-box;
}