/* CSS Document */

.campaign-title {
	text-align: center;
	padding-top: 80px;
}

.campaign-box {
    max-width: 640px;
    width: 90%;
    margin: 30px auto;
    margin-bottom: 80px;
}
.campaign-box a img{
    width: 100%;
    margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
    .campaign-box {
        margin: 15px auto;
        margin-bottom: 50px;
    }
    .campaign-box a img{
        width: 100%;
        margin-bottom: 15px;
    }
}
.campaign-ainori {
  position: relative;
  border: solid 2px #000;
  padding: 30px 20px 20px 20px;
  background-color: #fff;
}

.campaign-ainori::after {
  content: '';
  position: absolute;
  border: solid 4px #fff000;
  width: 100%;
  height: 100%;
  bottom: -8px;
  right: -8px;
  z-index: -999;
}

.campaign-ainori-title {
  content: '';
  position: absolute;
  color: #000;
  font-weight: 600;
  background-color: #fff;
  width: 150px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  text-align: center;
  font-size: 24px;
}

.campaign-ainori-target {
  position: relative;
  color: #fff;
  background-color: #C1272D;
  padding: 20px;
  border-radius: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 26px;
}
.campaign-ainori-target::after {
  content: '';
  position: absolute;
  border-top: 10px solid #C1272D;
  border-left: 10px solid transparent ;
  border-botto: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -10px;
  left: calc(50% - 5px);
}

.campaign-ainori-plice {
  text-align: center;
  font-size: 24px;
  margin: 20px auto;
  font-weight: 600;
  color: #000;
  background-color: #fff000;
  width: 200px;
  height: 50px;
  line-height: 50px;
}

.campaign-ainori-subtitle {
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
}

.campaign-ainori-text {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

.campaign-int {
  background-color: #f2f2f2;
}

.campaign-int-inner {
  background-color: #fff;
  max-width: 600px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
     /*画面サイズが768px以上ならここを読み込む*/
    .campaign-int-inner {
      padding: 40px;
    }
}

.campaign-int-title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  left: 0;
  right: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
     /*画面サイズが768px以上ならここを読み込む*/
    .campaign-int-title {
      font-size: 20px;
      line-height: 26px;
    }
}

.campaign-int-title::before {
  content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    display: inline-block;
    width: 40px;
    height: 1px;
    border: 1px dashed;
    background-color: #fff;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
@media screen and (min-width: 768px) {
     /*画面サイズが768px以上ならここを読み込む*/
    .campaign-int-title::before {
      left: 100px;
    }
}

.campaign-int-title::after {
  content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    display: inline-block;
    width: 40px;
    height: 1px;
    border: 1px dashed;
    background-color: #fff;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
@media screen and (min-width: 768px) {
     /*画面サイズが768px以上ならここを読み込む*/
    .campaign-int-title::after {
      right: 100px;
    }
}

.campaign-int dt {
  position: relative;
  color: #FE6148;
}

.campaign-int dt::before {
  content:"";
	display:inline-block;
	width:1em;
	height:1em;
	background:url(../gym/css/img/fms-voice-q.png) no-repeat;
	background-size:contain;
    margin-right: 5px;
}

.campaign-int dd {
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
     /*画面サイズが768px以上ならここを読み込む*/
    .campaign-int dd {
      font-size: 16px;
      line-height: 28px;
    }
}


.campaing-int-person {
  padding: 20px;
  background-color: #fff;
  border-bottom: dotted 1px #000;
}

.campaing-int-person:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
/*長泉限定キャンペーンについて*/
.nagaizumi-campaign {
	margin-top:0px;
}
.nagaizumi-campaign {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	text-align: center;
	line-height:30px;
	font-weight:bold;
	color:#000;
}
.nagaizumi-campaign::before,
.nagaizumi-campaign::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #fff;
	border-left:3px dotted #000;
	border-collapse:collapse;
}

.nagaizumi-campaign::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.nagaizumi-campaign::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
@media screen and (min-width: 520px) {
    .nagaizumi-campaign p br{
        display: none;
    }
}
@media screen and (max-width: 520px) {
    .nagaizumi-campaign {
        width: 90%;
        margin: 0 auto;
    }
    .nagaizumi-campaign::before {
        margin-right: 15px;
    }
    .nagaizumi-campaign::after {
        margin-left: 15px;
    }
    .nagaizumi-campaign p{
        margin-bottom: 0.6rem
    }
}

/*長泉キャンペーン詳しくはこちら*/
.nagaizumi-c-btn{
	width:380px;
	margin:0 auto 70px auto;
	position:relative;
	background-color:#FE6148;
	border-radius:15px;
}
.nagaizumi-c-btn a{
	display:block;
	padding:15px;
	color:#fff;
	background-color: transparent;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	border-radius:15px;
	border:solid 3px #FE6148;
	position:relative;
	z-index:2;
}

.nagaizumi-c-btn a:hover{
	text-decoration:none;
}
/*長泉キャンペーン詳しくはこちら矢印*/
.campaign-detail{
  width: 20px;
  height: 20px;
  border: 3px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  position:absolute;
  bottom:23px;
  right:45px;
}
.campaign-detail2{
  width: 20px;
  height: 20px;
  border: 3px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  position:absolute;
  bottom:23px;
  right:58px;
}

@media(max-width:480px){
.nagaizumi-campaign {
	margin-top:0px;
}
.nagaizumi-campaign {
	font-size: 22px;
}
.nagaizumi-campaign p{
	margin-bottom:10px;
}

.nagaizumi-campaign::before,
.nagaizumi-campaign::after {
	margin-top:6px;
}
    .nagaizumi-campaign::before{
        margin-right: 20px;
    }
    .nagaizumi-campaign::after{
        margin-left: 20px;
    }

/*長泉キャンペーン詳しくはこちら*/
.nagaizumi-c-btn{
	width:280px;
	margin:0 auto 50px auto;
	border-radius:15px;
}
.nagaizumi-c-btn a{
	padding:10px;
	text-align:center;
	font-size:20px;
	border-radius:15px;
	border:solid 3px #FE6148;
}
/*長泉キャンペーン詳しくはこちら矢印*/
.campaign-detail{
  width: 15px;
  height: 15px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  position:absolute;
  bottom:20px;
  right:28px;
}
.campaign-detail2{
  width: 15px;
  height: 15px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  position:absolute;
  bottom:20px;
  right:38px;
}

}