@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.current {
  border-bottom: solid 1px rgba(255,255,255,0.4);
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.price__tit {
  width: 30%;
}

.competition__txt {
	float: left;
	width: 50%;
}
.competition__img {
	float: right;
	width: 45%;
}
.competition__tit {
	font-size: clamp(2.5rem,4.75vw,4rem);
	text-align: center;
	margin-bottom: 20px;
}
.competition__tit img {
	display: block;
	width: 120px;
	margin: 0 auto;
}
.competition__tit02 {
	color: var(--color01);
	font-size: clamp(1.8rem,2.875vw,2.5rem);
	text-align: center;
	margin-bottom: 60px;
}
.fukidashi {
	display: block;
  position: relative;
  width: 200px;
	color: var(--color01);
	font-size: clamp(1.2rem,3.25vw,1.6rem);
  padding: 12px 16px;
  border: 2px solid #333333;
  background-color: #ffffff;
	margin: 0 auto 30px auto;
}
.fukidashi::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -2;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #333333;
  background-color: #ffffff;
}
.fukidashi::after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: -1;
  width: 20px;
  height: 2px;
  transform: rotate(50deg);
  box-sizing: border-box;
  background-color: #333333;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff; /* 背景色と同じ色を指定 */
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

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


}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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

.competition__txt {
	float: none;
	width: 100%;
	margin-bottom: 40px;
}
.competition__img {
	float: none;
	width: 100%;
}
.competition__txt img {
	display: block;
	width: 80%;
	margin: 0 auto;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

.price__tit {
  width: 100%;
}

.competition__tit {
	margin-bottom: 15px;
}
.competition__tit img {
		width: 90px;
}
.competition__tit02 {
	margin-bottom: 40px;
}
.fukidashi {
  width: 150px;
  padding: 12px 16px;
	margin: 0 auto 20px auto;
}

}

