@charset "utf-8";

#webarena .campaign_table01 table th{
	background-color: #EDEDED;
	color:#7030a0;
	text-align:center;
	}
#webarena .campaign_table01 table td.th1{
	background-color: #92d050;
	color:#fff;
}
#webarena .campaign_table01 table td.th2{
	background-color: #00b050;
	color:#fff;
}

#webarena .campaign_table01 table td.th3{
	background-color: #1199ff;
	color:#fff;
}

.cam_list {text-align:center;}
.cam_list li {margin-bottom:10px;}
@media (min-width: 600px){
	.cam_list li {display:inline;}
}
.head_lead{
	text-align: center;
    font-size: 4vw;
	font-weight: bold;
    padding: 30px 5px;
    margin: 0 0 20px;
	background: #0b0b0b;
	color: #fff;
}

@media (min-width: 600px){
.head_lead{
    padding:30px 0;
    margin: 40px 0!important;
    font-size: 1.3rem!important;
}
}
.center_title {
	font-size: 5.5vw;
    text-align: center;
    margin: 0 0 5px 0;
}
@media (min-width: 600px){
.center_title {
	font-size: 1.9rem;
    margin-bottom: 20px;
}
}
/* 申し込みボタン
---------------------------------------- */
.info_txt{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 4.5vw;
    color: #333;
    font-weight: normal;
}
.info_txt::before,
.info_txt::after {
	content: '';
	width: 2px;
	height: 22px;
	background-color: #333;
}
.info_txt::before {
	margin-right: 15px;
	transform: rotate(-35deg);
}
.info_txt::after {
	margin-left: 15px;
	transform: rotate(35deg);
}
.btn_type02{
    margin-bottom: 20px;
    text-align: center;
}
.btn_type02 a{
    display: inline-block;
    position: relative;
    padding: 0.625rem 2.3125rem 0.3125rem;
    color: #FFF;
    font-weight: bold;
    font-size: 1.125rem;
    background: #9c9c9c;
    box-shadow: 0 5px 0 #5f5f5f;
    border-radius: 5px;
    letter-spacing: .07em;
    text-decoration: none;
}
.btn_type02 a::after{
    content: '\f105';
    font-family: FontAwesome;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: 2px;
    font-size: 1.5rem;
}
@media screen and (min-width: 600px) {
.info_txt{
 font-size: 1.1rem!important;
}
.info_txt_02{
 font-size: 1.3rem;
}
.info_txt_02::before,
.info_txt_02::after {
	height: 55px;
}
.info_txt_02::before {
	margin-right: 27px;
	transform: rotate(-25deg);
}
.info_txt_02::after {
	margin-left: 15px;
	transform: rotate(25deg);
}
.btn_type02 a{
    display: inline-block;
    font-size: 1.1875rem;
    padding: 9px 44px 4px;
    transition: all 0.3s;
    margin: 0;
}
.btn_type02 a::after{
    right: 10px;
    top: 2px;
    font-size: 1.6rem;
}
/*.btn_type02 a:hover{
    transform: translateY(3px);
    text-decoration: none;
	background: #6ac96d;
    box-shadow: 0 2px 0 #6ac96d;
}*/
}

/* 価格表
---------------------------------------- */
.top-lin-price {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-flow: row wrap;
	margin: 40px 0 5px 0;
}
.top-lin-price dl{
	width: 100%;
    text-align: center;
	margin: 0 0 10% 0;
	padding: 0;
}
.top-lin-price dl:nth-of-type(5){
	margin: 0 ;
} 
.top-lin-price dl dt{
	color: #ffffff;
	background: #13406f;
	font-size: 14px;
	font-weight: bold;
} 
.top-lin-price dl dt span{
    position: relative;
	font-size: 170%;
    margin-top: 10px;
    display: inline-block;
}
.top-lin-price dl dt span::before{
    content: '\f0d7';
    font-family: FontAwesome;
    font-weight: normal;
    position: absolute;
    left: 45%;
    top: -25px;
    font-size: 1.5rem;
}
.top-lin-price dl dt em{
	font-size: 14px;
    font-style: normal;
}
.top-lin-price dl dt p{
     line-height: 1.7;
     margin-bottom: 0;
}
.top-lin-price dl dt p:nth-of-type(1){
	font-style: normal;
    font-size: 0.9375rem;
    font-weight: bold;
    background: #0d2b4a;
    width: 100%;
    display: block;
    padding: 5px 0;
    margin-bottom: 7px;
}
.top-lin-price dl dt p s{
    font-size: 1rem;
    font-weight: normal;
}
.top-lin-price dl dd {
	background: #ECEFF1;
	padding: 0 12px 5px;
}
.top-lin-price dl dd ul{
    margin-bottom: 0;
}
.top-lin-price dl dd ul li{
	font-size: 1rem;
	color: #333;
    border-top: 1px solid #333;
	line-height: 1.5;
	padding: 8px 0;
	word-break: break-all;
}
.top-lin-price dl dd ul li:first-child{
	border: none;
}
.top-lin-price dl dd ul li span{
	font-weight: bold;
}
.top-lin-price .mark{
    background: linear-gradient(transparent 50%, #fbc02d 50%);
} 
@media (min-width: 600px){
.top-lin-price dl {
	width: 178px;
	margin: 0 10px 0 0;
	background: #070808;
}

.top-lin-price dl dt p:nth-of-type(1){
    width: 178px;
    font-size: 150%;
}
}
/* -------- オススメ吹き出し -------- */
.top-lin-price .secondary_balloon,
.top-win-price .recommend_balloon{
    position: relative;
}
.top-lin-price .secondary_balloon::before{
    position: absolute;
    display: inline-block;
    width: 35%;
    padding: 3px 10px;
    color: #3a3a3a;
    font-size: 3.5vw;
    font-weight: bold;
    background: #fbc02d;
    border-radius: 3px;
    content: "オススメ";
    top:-16px;
    right:0;
}
.top-win-price .recommend_balloon::before{
    position: absolute;
    display: inline-block;
    width: 35%;
    padding: 3px 4px;
    color: #13406f;
    font-size: 3.5vw;
    font-weight: bold;
    background: #9afd10;
    border-radius: 3px;
    content: "オススメ";
    top:-16px;
    right:0;
}
.top-win-price .recommend_balloon::after{
    content: "";
    position: absolute;
    top: 12px;
    right: 15%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 15px solid #9afd10;
}
.top-lin-price .secondary_balloon::after{
    content: "";
    position: absolute;
    top: 4px;
    right: 15%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 15px solid #fbc02d;
}
@media (min-width: 600px){
.top-lin-price .secondary_balloon::before{
    width: 39%;
    font-size: 0.75rem;
    top: -16px;
}
.top-win-price .recommend_balloon::before{
    width: 50%;
    font-size: 0.75rem;
    top: -18px;
    }
.top-lin-price dl:nth-of-type(5){
    margin-right: 0;
}.top-lin-price .secondary_balloon::after{
    top: 4px;
    right: 13%;
}
.top-win-price .recommend_balloon::after{
    top: 3px;
    right: 19%;
}
}


/* キャンペーン申込の流れ
---------------------------------------- */
.appli_flow{
position: relative;
    background: #daebfc;
    padding: 10px;
    margin-bottom: 50px!important;
}
.appli_flow span{
    font-weight: bold;
}
.appli_flow::after{
    content: '\f0d7';
    font-family: FontAwesome;
    font-weight: normal;
    position: absolute;
    left: 45%;
    bottom: -95px;
    font-size: 21vw;
    color: #6ac96d;
}
.appli_flow:nth-of-type(6)::after{
    display: none;
}

@media (min-width: 600px){
.appli_flow{
    width: 700px;
    margin: 0 auto;
}
.appli_flow::after{
    left: 45%;
    bottom: -103px;
    font-size: 5.5rem;
}
}

.appli_btn{
    margin-top: 30px!important;
    text-align: center;
}
.appli_btn a{
    position: relative;
    padding: 2vw 9vw 1.5vw 4vw;
    color: #FFFF;
    font-weight: bold;
    font-size: 4.5vw;
    background: #0B4EBA;
    box-shadow: 0 5px 0 #062e6f;
    border-radius: 5px;
    letter-spacing: .07em;
    text-decoration: none;
}
.appli_btn a::after{
    content: '\f01d';
    font-family: FontAwesome;
    font-weight: normal;
    position: absolute;
    right: 12px;
    top: 3px;
    font-size: 5vw;
}

.appli_btn a{
    display: inline-block;
    font-size: 1.3rem;
    padding: 9px 43px 3px 17px;
    transition: all 0.3s;
}
.appli_btn a::after{
    right: 15px;
    top: 4px;
    font-size: 1.5rem;
}
.appli_btn a:hover{
    transform: translateY(3px);
    text-decoration: none;
	background: #6c94d5;
    box-shadow: 0 2px 0 #6c94d5;
}

  .comparison-table {
    width: 100%;
    max-width: 1000px;
    border-collapse: collapse;
    margin: 0 auto;
    font-size: 14px;
    background-color: #fff;
    margin-bottom: 10px !important;
  }

  .comparison-table th,
  .comparison-table td {
    border: 1px solid #e0e0e0;
    padding: 10px;
    vertical-align: middle;
  }

  .comparison-table a {
    color: #444;
    text-decoration: underline;
  }
  .comparison-table a.blue-link {
    color: #0073cc;
  }

  .comparison-table thead th {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 12px;
  }

  .comparison-table thead th.empty-cell {
    background-color: #f4f4f4;
    width: 20%;
  }

  .comparison-table thead th.bg-vps {
    background-color: #31B2BC;
    color: #fff;
    width: 40%;
  }

  .comparison-table thead th.bg-indigo {
    background-color: #144679;
    color: #fff;
    width: 40%;
  }

  .comparison-table .section-title {
    background-color: #f8f8fb;
    color: #564487;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    padding: 10px;
  }

  .comparison-table tbody th {
    background-color: #f8f8fb;
    color: #5b4b8a; 
    font-weight: bold;
    text-align: center;
  }

  .comparison-table td {
    vertical-align: top;
  }

  .comparison-table td.v-middle {
    vertical-align: middle;
  }

  .responsive-table {
    overflow-x: auto;
    width: 100%;
  }
  
  .responsive-table table {
    min-width: 600px;
  }

  .responsive-table::-webkit-scrollbar {
  height: 5px; 
  margin-top: 10px;
}

/* 2. スクロールバーの背景（軌道） */
.responsive-table::-webkit-scrollbar-track {
  background: #eeeeee; /* 薄いグレーにして、バーを目立たせる */
  border-radius: 5px;  /* 両端を少し丸くする */
}

/* 3. スクロールバーの動くつまみ（黒いバー） */
.responsive-table::-webkit-scrollbar-thumb {
  background: #000000; /* ここで黒を指定 */
  border-radius: 5px;  /* 両端を少し丸くする */
}
