@charset "UTF-8";

/*----------------------------------------------------
	全体の設定
----------------------------------------------------*/
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  background:#fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin:0;
	padding:0;
}


/*----------------------------------------------------
	グリッド
----------------------------------------------------*/
.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2.0rem;
  position: relative;
}

.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}


/*----------------------------------------------------
	メイン
----------------------------------------------------*/
main {
  margin: 5rem 0 0 0;
}

section {
	margin: 5rem 0;
	padding: 3rem 0;
}

.gray-back {
	background-color: #f7f7f7;
}

img {
	max-width:100%;
	height: auto;
}

a {
  display:block;
  color: #003399;
}

a:hover {
  color: #663366;
}

a img {
  border:solid 2px #ccc;
  border-radius: 8px;
}
a img:hover {
  border:solid 2px #003399;
  border-radius: 8px;
}

p {
  margin: 0 1rem 0 2rem;
}

hr {
  margin: 2rem;
  border-top: 1px solid #b3b3b3;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

sup {
  margin-left: 6px;
}

.textIndent {
  display: block;
  margin-left: 4rem;
  margin-bottom: 0;
  text-indent: -1.6rem;
}

.textIndent a {
display: inline;
}

.underLine {
  border-bottom: 0.4rem solid #ff4760;
  padding: -0.1rem 1rem 1rem 1rem;
}

.printNone {
  text-align: center;
  margin-bottom: 2rem;
}


/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
.header {
  display: flex;
  flex-direction: row;
  padding: 2rem 0 0 0;
}


/* ===== SP Start ===== */
@media screen and (max-width: 768px){
  .header-box {
    display: none;
  }
}
/* ===== SP End ===== */


/*----------------------------------------------------
	TOP画像
----------------------------------------------------*/
.mainimg img {
  width: 100vw;
  margin-bottom: -2.5rem;
}


/*----------------------------------------------------
	見出し
----------------------------------------------------*/
h2, h3, h4 {
  font-weight: 300;
}

h1 {
  margin: 0;
}

h2 {
  font-size: 2.8rem;
  margin: 0 1rem 4rem 1rem;
  line-height: 3.6rem;
}

h3 {
  color: #ffffff;
  font-size: 2.1rem;
  font-weight: bold;
  background-color: #00a2ff;
  padding: 1.2rem 1rem 1rem 1rem;
  margin: 2rem 1rem 2rem 1rem;

}

h4 {
  color: #323975;
  font-weight: bold;
  font-size: 1.9rem;
  border-bottom: dashed 2px #0051d8;
  margin: 1.5rem 2rem 0.5rem 2rem;
}


/* ===== SP Start ===== */
@media screen and (max-width: 768px){
  h2 {
    font-size: 2.4rem;
    margin: 0 1rem 2rem 1rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 570px) {
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.5rem;
  }
}
/* ===== SP End ===== */


/*----------------------------------------------------
	キャンペーン概要
----------------------------------------------------*/
.modePC {
  display: inline;
}

.modeSP {
  display: none;
}

.free {
  font-weight: bold;
  font-size: 2.4rem;
  color: #cc0000;
}

.plan {
  margin: 2rem 2rem 3rem 2rem;
}

.point {
  margin-left: 2rem;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 2rem;
  color: #1c665e;
  background:linear-gradient(transparent 60%, #ffff4d 60%);
}

.point2 {
  color: #cc0000;
}


/* ===== SP Start ===== */
@media screen and (max-width: 900px) {
  .free {
    font-size: 2.3rem;
  }
  .point {
    font-size: 125%;
  }
}

@media screen and (max-width: 852px) {
  .modePC {
    display: none;
  }
  .modeSP {
    display: inline;
  }
  .freeSP {
    margin: 0rem 0rem 0 14rem;
  }
  .free {
    font-size: 2.3rem;
  }
  .point::before {
    content: "\A" ;
    white-space: pre ;
  }
  .point {
    display: table;
    margin-top: -1.5rem;
    margin-left: 3rem;
    font-weight: bold;
    font-size: 140%;
  }
  .point::before {
    content: "\A" ;
    white-space: pre ;
  }
}


@media screen and (max-width: 570px) {
  .planSp {
    font-size: 1.5rem;

    margin: 0 0 1rem 2rem;
  }
  .free {
    font-size: 130%;
  }
  .point {
    font-size: 120%;
  }
  .freeSP {
    margin: -0.8rem 0rem 0 14rem;
  }
}
@media screen and (max-width: 300px) {
  .freeSP {
    margin: -0.8rem 2.5rem 0 0;
    text-align: right;
  }
}
/* ===== SP End ===== */


/*----------------------------------------------------
	リスト
----------------------------------------------------*/
ul {
  margin: 1rem 1rem 2.8rem 1.8rem;
}

ul.period {
  margin: 0 1rem 1rem 3.8rem;
  line-height: 1.6em;
}
ul.period li {
  margin-bottom: 1rem;
  list-style-type: disc;
  font-size: 110%;
  color: #333333;
}

ul.period li span {
  font-size: 90%;
}


/* ===== SP Start ===== */
@media screen and (max-width: 570px) {
  ul.period  {
    margin: 0 1rem 1rem 0rem;
  }
  ul.period li {
    font-size: 16px;
  }
  ul.period li span {
    font-size: 100%;
  }
}
/* ===== SP End ===== */


/*----------------------------------------------------
	プラン
----------------------------------------------------*/
table {
  border-collapse: collapse;
  margin: 1em auto 0 auto;
  padding: 0;
  table-layout: fixed;
  max-width: 98%;
}

table tr {
  background-color: #cbf8ff;
  padding: .35em;
  border-bottom: 2px solid #ffffff;
}

table thead tr{
  background-color: #0051d8; /* Background Color Line 473 Set */
  color: #ffffff; /* Color Line 474 Synchronization */
}

table tbody th {
  background-color: #0B8FFF;
  color: #ffffff; /* Color Line 463 Synchronization */
  font-size: 1.1em;
}

table th,
table td {
  padding: 1em 1em 1em 1em;
  border-right: 2px solid #fff;
}

table th {
  font-size: 1em;
}

table td {
  font-size: .85em;
  text-align: center;
}

table td span {
  font-size: 1.3em;
  color: #CC0000;
}

.price{
  color: #333333;
  font-weight: bold;
}

.full-width {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 4rem;
}

.planComment {
  margin-top: -3.5rem;

}

.planImg img {
  width: 100%;
  margin-left: -.5rem;
}

.planImg.b16 {
  margin-bottom: 16px;
}


/* ===== SP Start ===== */
@media screen and (max-width: 768px) {
  table {
    border: 0;
    width:100%
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table th{
    display: block;
    border-right: none;
    padding: .5em 4.4em .5em 4em;
  }
  table tr {
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .85em;
    text-align: right;
    position: relative;
    border-right: none;
  }
  table td span {
    font-size: 1.25em;
    margin-right: 2em;
  }
  table td::before {
    color: #ffffff; /* Color Line 375 Synchronization */
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table tbody th {
    background-color: #0051d8; /* Background Color Line 369 Synchronization */
    color: #ffffff; /* Color Line 370 Synchronization */
  }
}

@media screen and (max-width: 570px) {
  table td::before {
    width: 220px;
    text-align: left;
  }
}

@media screen and (max-width: 390px) {
  table td {
    padding: 1em 0.5em 1em 1em;
  }
}

@media screen and (max-width: 380px) {
    table td span {
        margin-top: 19px;
        margin-bottom: -23px;
        display: block;
    }
   .price{
    margin-right: -10px;
  }
}
/* ===== SP End ===== */


/*----------------------------------------------------
	フッター
----------------------------------------------------*/
footer {
  background-color: var(--back-color);
  padding: 5rem 0;
}

footer h4 {
  border-bottom: 3px solid #b3b3b3;
}


/*----------------------------------------------------
	お問い合わせ
----------------------------------------------------*/
.contact-box {
  border: 1px solid #b3b3b3;
  text-align: center;
  padding: 2rem 0;
  margin: 0 1rem 5rem 1rem;
  background-color: #FFFFEB;
}


/* ===== SP Start ===== */
@media screen and (max-width: 768px){
  .table th {
    width: 100%;
    display: block;
  }
  .table td {
    display: block;
  }
}
/* ===== SP End ===== */


/*----------------------------------------------------
	ページトップボタン
----------------------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
	opacity: 0.8;
}

#pagetop a {
    display: block;
    background-color: #0B8FFF;
    color: #ffffff;
    padding: 10px 10px;
    text-align: center;
}

#pagetop a:hover {
    background-color: #0051D8;
}
