@charset "utf-8";
p {
  font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.75;
}
.crab-emphasis {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 600;
}
.crab-pictures {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.crab-pictures img {
	width: 50%;
}
.crab-name {
	padding-bottom: 64px;
	border-bottom: 1px solid #707070;
}
.crab-plan {
	padding: 81px 0 57px;
	border-bottom: 1px solid #707070;
}
.crab-other {
	padding: 40px 0 55px;
}
.crab-h3 {
	text-align: center;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.crab-name__title {
	font-size: 1.42rem;
	line-height: 1.4;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px solid #707070;
	margin-bottom: 31px;
	text-align: center;
}
.crab-name__title:not(:first-of-type) {
	margin-top: 96px;
}
.crab-name-img-sp {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	text-align: center;
}
.crab-name-img-sp img {
	margin: auto;
}
.crab-item{
	height: 100%;
	display: flex;
	flex-direction: column;
}
.crab-info{
	flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.crab-thumbbox {
	position: relative;
}
.thumbbox-name {
	writing-mode: tb-rl;
	font-size: 1.14rem;
	letter-spacing: 0.1em;
	font-weight: 600;
	padding: 8px 5px 15px 12px;
	position: absolute;
	top: 0;
	left: 25px;
}
.thumbbox-name span {
	display: block;
	font-size: 11px;
}
.name-blue {
	background: #064295;
}
.name-orange {
	background: #D66512;
}
.name-red {
	background: #880A0C;
}
.name-green {
	background: #406F3F;
}
.crab-plan-ttl {
	font-size: 1.42rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 25px 0 19px;
	border-bottom: 1px solid #707070;
}
.crab-other .crab-plan-ttl {
	line-height: 1.7;
}
.crab-other .crab-plan-ttl span.d-block {
	font-size: 1.14rem;
}
.crab-desc {
	margin-top: 15px
}
@media all and (min-width: 576px) {
	.crab-plan-ttl {
		font-size: 1.12rem;
	}

}
@media all and (min-width: 768px) {
	.crab-name {
		padding-bottom: 124px;
	}
	.crab-plan {
		padding: 161px 0 80px;
	}
	.crab-other {
		padding: 70px 0 115px;
	}
	.crab-h3{
		font-size: 2rem;
	}
	.crab-h4 {
		font-size: 1.71rem;
		letter-spacing: 0.1em;
		line-height: 1.16;
		margin-bottom: 32px;
	}
	.crab-flex {
		align-items: center;
	}
	.crab-flex:first-of-type {
		margin-bottom: 20px;
	}
	.crab-name__title {
		text-align: left;
	}
	.crab-plan-ttl {
		font-size: 1.42rem;
	}
	.crab-emphasis {
		font-size: 1.714rem;
	}
}
@media all and (min-width: 992px) {
	.thumbbox-name {
		font-size: 1.71rem;
		padding: 12px 8px 20px 17px;
		left: 35px;
	}
	.thumbbox-name span {
		font-size: 1.14rem;
	}
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {

}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

@media all and (max-width: 400px) {

}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}
