@charset "UTF-8";
.premium .text-small {
  color: #000;
  font-size: 1.4rem; }
.premium__nav {
  width: 1200px;
  margin: 0 auto; }

.premium .premium__read {
  margin-bottom: 4%; }

.premium h3 {
  border-bottom: 1px solid #CBCBCB;
  margin-bottom: 1%;
  padding-bottom: 1%;
  font-size: 2.8rem; }

.premium h4 {
  font-size: 2.2rem;
  background: #e3e9f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1%;
  color: #4664AA;
}
.premium h4 .serviceItems__title--blackBox {
    padding: 1.4% 1.9%;
    background: #000;
    color: #fff;
    margin-right: 20px; }

.premium .readText {margin-bottom: 2%; }

.blackBox {
color: #fff;
font-size: 1rem;
padding: .1rem .2rem;
background: #000;
display: inline;
margin-right: 2px; 
font-size:1.2rem;
}

.blackBox:nth-of-type(2) {
    margin-left: 2px;
    margin-right: 0; }

.serviceItems {margin-bottom: 4%; }

.serviceItems .planTable {
width: 100%;
margin-bottom: 3%;
}
.serviceItems .planTable th {
border: 1px solid #CBCBCB;
background: #4664AA;
padding: .5%;
color: #fff;
font-size: 1.6rem; 
}

.serviceItems .planTable td {
border: 1px solid #CBCBCB;
font-weight:bold;
text-align: center;
padding: 2% 0; 
line-height:100%;
font-size:2.2rem;
}

.serviceItems .planTableText--small {font-size:1.4rem;padding-bottom:5px;}

.big{    font-size: 2rem;
    font-weight: bold;}

.firstYear{margin-bottom: 6%;}

.firstYear h4 {padding: 1.5%; }

.firstYear .text-small--space {margin-bottom: 3%; }

.firstYear .blackBox{margin: 0; }

.firstYear__examplePack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #CBCBCB; }
.firstYear__examplePack:nth-of-type(1) { margin-top: 3%; }
.firstYear__examplePack dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2% 0;
}

.firstYear__examplePack dl dt {
 width: 70px;
 padding: 2%;
 text-align: center; 
}

.firstYear__examplePack dl dd {
font-size:2rem;
font-weight: bold; 
}

.firstYear__examplePack .text-small {font-size: 1.6rem; }

.firstYear__examplePack .examplePack--price {
width: 30%;
text-align: right;
 padding: 10px 0 10px 10px; 
 font-size:2rem;
}

.month--lastborder {
  padding: 2% 0;
  font-size: 2rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 2px solid #4664AA;
  margin-bottom: 2%;
}
.month--lastborder span {
 font-size:2rem;
 width: 35%;
 font-weight: bold;
 color: #4664AA; 
}

.premiumMatter {
margin-top: 40px;
padding-left: 1.6rem;
}
.premiumMatter li span{
 color: #3264AF;
 display: inline;
 font-size: 22px;
}
.mentettl {
    padding: 1.5%;
    background: #f1f1f1;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 12px;
}
.premiumcontent {
    margin: 28px 0 0 70px;
}
.mentettl2 span {
    float: right;
    text-align: right;
}
.ttl01 {
    background: #FAFAFA;
}
.mentettl2 {
    padding: 1.5%;
    font-size: 1.8rem;
    font-weight: bold;
}

@media all and (max-width: 1023px) {
.premium__nav {width: 100%; }
}

@media all and (max-width: 768px) {
.planTable{margin-top: 60px; }
.planTable tr {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap; }
	
.planTable tr th {display: none;}
	
.planTable tr td {width: 100%; }
.planTable td {
margin-bottom: 35px;
position: relative;
}
.planTable td::before {
position: absolute;
 top: -36px;
left: -1px;
width: 100%;
background: #4664AA;
 padding: 10px 0; 
}
.serviceItems .planTable td {padding: 15px 0; font-size:1.4rem;}
	
.serviceItems .planTable td:last-child {margin-bottom:0px;}

.sp__th01 td::before,
.sp__th02 td::before,
.sp__th03 td::before,
.sp__th04 td::before {
 color: #fff;
 border: 1px solid #4664aa; }
.sp__th01 td:nth-of-type(1)::before {
    content: "ライトパック"; }
  .sp__th01 td:nth-of-type(2)::before {
    content: "スタンダードパック"; }
  .sp__th01 td:nth-of-type(2)::before {
    content: "スタンダードパック"; }
  .sp__th01 td:nth-of-type(3)::before {
    content: "クリエイティブパック"; }
  .sp__th02 td:nth-of-type(1)::before {
    content: "スーパーライト"; }
  .sp__th02 td:nth-of-type(2)::before {
    content: "ライト"; }
  .sp__th02 td:nth-of-type(3)::before {
    content: "スタンダード"; }
  .sp__th02 td:nth-of-type(4)::before {
    content: "スタンダードプラス"; }
  .sp__th02 td:nth-of-type(5)::before {
    content: "クリエイティブ"; }
  .sp__th02 td:nth-of-type(6)::before {
    content: "クリエイティブプラス"; }
  .sp__th02 br {
    display: none; }
  .sp__th03 td:nth-of-type(1)::before {
    content: "ミニ"; }
  .sp__th03 td:nth-of-type(2)::before {
    content: "ライト"; }
  .sp__th03 td:nth-of-type(3)::before {
    content: "スタンダード"; }
  .sp__th03 td:nth-of-type(4)::before {
    content: "クリエイティブ"; }
  .sp__th03 td:nth-of-type(5)::before {
    content: "マックス"; }
  .sp__th03 br {
    display: none; }
  .sp__th04 td:nth-of-type(1)::before {
    content: "ミニ"; }
  .sp__th04 td:nth-of-type(2)::before {
    content: "ライト"; }
  .sp__th04 td:nth-of-type(3)::before {
    content: "スタンダード"; }
  .sp__th04 td:nth-of-type(4)::before {
    content: "クリエイティブ"; }
  .sp__th04 br {
    display: none; }
  .firstYear__examplePack {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
     }
    .firstYear__examplePack dl {
      width: 100%; }
    .firstYear__examplePack .examplePack--price {
      width: 100%; }
    .firstYear__examplePack .monthly__total {
      padding: 5px 0; }

.premiumMatter {
 margin-top: 20px;
 padding-left: 0.5rem;
}
.premiumMatter li {
    padding-left: 1em;
    text-indent: -1.5em;
}
.big {
    font-size: 1.4rem;
    font-weight: bold;
}
}

@media all and (max-width: 600px) {
  .premium h3 {
	  font-size:1.6rem;
    margin-bottom: 15px;
    padding-bottom: 10px; }
	.premium h4 {font-size:1.6rem;}
  .premium__nav tr td {
    font-size: 1.2rem; }
  .premium h4 .serviceItems__title--blackBox {
    padding: 10px;
	  margin-right:10px;
	}
  .premium__nav td:nth-of-type(2) {
    margin: 0; }
	.firstYear {margin:40px 0;}
	.firstYear__01 {margin-top:20px;}
    .firstYear__examplePack span {
      font-size: 1.2rem; }
	.firstYear__examplePack {font-size:1.4rem;}
  .firstYear__examplePack .text-small {
    font-size: 1rem; }
	.firstYear__examplePack dl dt {width:30px;}
	.firstYear__examplePack dl dd,
	.firstYear__examplePack .examplePack--price {font-size:1.4rem;}
  .premium .text-small {
    font-size: 1.2rem; }
  .firstYear h4 {
    padding: 3% 1.5%; }
  .premium .premium__read {
    margin-bottom: 10%; } 
.mentettl {
    font-size: 1.6rem;
}
.premiumcontent {margin: 15px 0 0 5px;}

.mentettl2 {font-size: 1.3rem;}
}
@media (min-width: 700px){
.sp {
    display: none;
}
}
