@charset "UTF-8";
@import url("grid.css");

:root { /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
    --base-color: #ada8a8;
    --link-color: #666;
    --linkhover-color: #999;
    --back-color: #fff;
    --border-color: #fff;
    --white-color: #fff;
}
/* 全体の設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 62.5%;
}

body {
    color: #000;
    font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif,"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, 
    "MS Ｐゴシック", sans-serif;
    background:#f3f3ec;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin:0;
	  padding:0;
}
.wrapper {
  max-width: 900px;
  width: 100%;
  margin: auto 0;
  padding:5px 0px;
  background-color: #fff;
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.6);
}
/* ------------------------グリッド–––––––––––––––––––––––––––––––––––– */
.container {
    margin: auto;
    max-width: 800px; /*890px から800に変更*/
    position: relative;
    padding:0px 5px 0px 10px;
}

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
.center-caption {
  text-align: center;
}
.left-caption {
  text-align: left;
}
a {
    display:block;
    color: var(--link-color);
    text-decoration-line: none;
}
a:hover { 
    color: var(--linkhover-color);
}
/* ===========Box======================*/
.normal-box1{
    margin: 1em 0;
    padding: 1em;
    background-color: #d8f8f5;
  }
  
  .normal-box p{
    margin: 0;
    padding: 0;
  }

  .left-box {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.box6 {
  padding: 0.5em 1em;
  margin: 2em 0;
  background: #f0f7ff;
  border: dashed 2px #5b8bd0;/*点線*/
}
.box6 p {
  margin-bottom: 20px; 
  padding: 0;
}
.box30 {
  margin: 2em 0;
  background: #fdfbfb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
  font-size: 1.2em;
  background: #fff8e8;
  padding: 4px;
  padding-left: 20px;
  text-align: left;
  color: black;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.box30 p {
  padding: 15px 20px;
  margin: 0;
}

.left-box p {
    margin: 0; 
    padding: 0;
}
  .title-box1 {
    margin: 5em 0;
    padding: 1em;
    position: relative;
    border: 1px solid black;
    background: #fff; /* 背景を追加して、テキストの視認性を確保 */
  }
  .caution {
    position: relative;
    padding: 10px 12px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    border-left: solid 50px #fdeb42;
    background: #eaecea;
}

.caution:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -37px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f071";
    font-family: "Font Awesome 5 Free";
    color: #f10808;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
    background: #fdeb42; /* 背景色を黄色に変更 */
}

.caution p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

.caution cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
/*-----------------------特典-----------------------------*/
.box-prize {
  margin: 2em 0;
  background: #f1f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box-prize .box-title {
  font-size: 1.2em;
  background: #f0da16;
  padding: 4px;
  text-align: center;
  color: #ec0a0a;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: flex;  /* アイコンとテキストを横並びにするために追加 */
  align-items: center;  /* アイコンとテキストを中央に揃えるために追加 */
  justify-content: center;  /* アイコンとテキストを中央に配置するために追加 */
}
.box-prize .box-title {
  margin-right: 10px;  /* アイコンとテキストの間にスペースを追加 */
}
.box-prize p {
  padding: 15px 20px;
  margin: 0;
}

.box-prize2 {
  margin: 2em 0;
  background: #f1f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.box-prize2 .image-with-title {
  display: flex;
  align-items: center;
  font-size: 1em;
  background: #f0da16;
  padding: 4px;
  text-align: center;
  color: black;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 10px; /* タイトルを少し上に移動させる */
}

.box-prize2 .box-icon {
  margin-right: -80px; /* アイコンとテキストの間にスペースを追加 */
  width: 90px; /* 画像の幅を設定 */
  height: 90px; /* 画像の高さを設定 */
  margin-top: 10px;
}

.box-prize2 .image-title {
  font-size: 1.3em;
  background: none;
  padding: 4px;
  text-align: center;
  color: black;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.box-prize2 .title-text {
  font-size: 2.0em; /* テキストサイズを変更する */
  text-align: center; /* テキストを中央に配置する */
  margin: auto;
}

.box-prize2 p {
  padding: 15px 20px;
  margin: 0;
}
/* ------------------Box Tokuten CSS ---------------------------------------*/
#page-article .box-tokuten {
  position: relative;
  max-width: 800px;
  margin: 0 auto 30px;
  background: #723f0c;
  background: linear-gradient(90deg, #723f0c 0%, #41220f 100%);
}

#page-article .box-tokuten .ttl-block {
  display: flex;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

#page-article .box-tokuten .ttl-block .medal {
  position: absolute;
  top: -20px;
  left: 20px;
  background: url('../img/medal.png') left center no-repeat;
  width: 103px;
  height: 130px;
  text-align: center;
  padding-top: 28px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 50px;/* 特典の文字の高さ調整、Topでも調査委可能 */
  text-shadow: 1px 1px 0 #fff;
  color: #40220f;
}
#page-article .box-tokuten .ttl-block .medal .num {
  display: block;
  line-height: 1; /* デフォルトの行間を適用 */
  margin-top: -5px; /* 必要に応じて調整 */
}

#page-article .box-tokuten .ttl-block .ttl {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding: 20px 30px 20px 140px;
  text-shadow: 2px 2px 3px rgba(62, 58, 57, 0.5);
}
#page-article .box-tokuten .txt {
  color: #fff;
  max-width: 800px;
  padding: 30px;
}
/*------------------------Quote----------------------------------*/
blockquote{
  position: relative;
  padding: 5px 10px 5px 12px;
  box-sizing: border-box;
  font-style: italic;
  background: #f3f3f3;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  margin-inline-start: 10px;
  margin-inline-end: 10px;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -15px;
  width: 40px;
  height: 30px;
  text-align: center;
  content: "\f10d";
  font-family: "Font Awesome 5 Free"; /* 注意: Font Awesomeのフォントファミリ名 */
  color: #FFF;
  font-size: 18px;
  line-height: 30px;
  background: #92d4ff;
  box-shadow: 0 2px 2px rgba(26, 26, 26, 0.14);
  font-weight: 900;
}

blockquote:after{
  position: absolute;
  content: '';
  top: 40px;
  left: -15px;
  border: none;
  border-bottom: solid 8px transparent;
  border-right: solid 15px #6eb3e0;
}

blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
/*-----------------------使ってない？------------*/
  .title-box1-title {
    position: absolute;
    top: -0.8em;
    left: 20px;
    font-weight: bold;
    font-size: 1.2em;
    background: #fff;
    padding: 0 0.5em;
  }
  
  .title-box1 p {
    margin: 10;
    padding: 0;
  }
/* ============箇条書き====================*/

ul.cb {
	list-style: none;
}
ul.cb li {
	padding-left: 30px;
	background: rgba(0, 0, 0, 0)url("/img/cb.png") no-repeat scroll 0px 5px;
}

ul{
	list-style: none;
  }
li{
    font-size: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
}
ul.disc {
  list-style: disc; /* DISCスタイルを適用 */
  padding-left: 40px; /* アイコンとテキストの間隔  DISCの時は他アイコン使用時と異なる*/
}

ul.disc li {
  margin-bottom: 0.5rem; /* 各アイテムのマージン */
}
ul.check {
    border:solid 2px #ffb03f;
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
  }
  
  ul.check li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none!important;/*ポチ消す*/
  }

  ul.check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    position: absolute;
    left: -1.5em; /* 左端からのアイコンまで */
    top: 20%; /* テキストの中央に配置 */
    color: #ec2d1f; /* アイコン色 */
    font-weight: 900; /* アイコンのスタイルを正しく適用 */
  }

  ol.dot {
    background: #f1f8ff;
    box-shadow: 0px 0px 0px 10px #f1f8ff;/*線の外側*/
    border: dashed 2px #668ad8;/*破線*/
    border-radius: 9px;
    margin: 40px 10px;
    padding: 0.5em 0.5em 0.5em 2em;
  }
  
  ol.dot li {
    line-height: 1.5;
    padding: 0.5em 0;
  }
  ul.dot {
    background: #f1f8ff;
    box-shadow: 0px 0px 0px 10px #f1f8ff;
    border: dashed 2px #668ad8;
    border-radius: 9px;
    margin: 40px 10px;
    padding: 0.5em 0.5em 0.5em 2em;
    position: relative; /* マーカーの位置を調整するために相対位置指定 */
}
ul.dot li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none!important;/*ポチ消す*/
}
ul.dot li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";/* アイコンの Unicode 文字 */
    position: absolute;
    left: -1.5em; /* マーカーの位置を調整 */
    color: skyblue; /* アイコンの色 */
    font-weight: 900;
}

ul.chevron {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul.chevron li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

ul.chevron li:before {
  
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコンの種類*/
  position: absolute;
  left : -1.5em;/*左端からのアイコンまでの距離*/
  color: skyblue;/*アイコン色*/
  font-weight: 900; /* アイコンのスタイルを正しく適用 */
}

ul.orange {
  padding: 0;
  position: relative;
}

ul.orange li {
  color: black;
  border-left: solid 8px orange; /* 左側の線 */
  background: whitesmoke; /* 背景色 */
  margin-bottom: 5px; /* 下のバーとの余白 */
  line-height: 1.5;
  border-radius: 0 15px 15px 0; /* 右側の角だけ丸く */
  padding: 0.5em;
  list-style-type: none!important;
}
/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    padding: 2rem 0 0 0;
}
.header-box {
	margin-left: auto;
	margin-top: 8px;
}
.contact-button {
	padding: 1rem;
	border: 2px solid var(--base-color);
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a:hover {
    background-color: var(--back-color);   
}
nav a {
    padding: 0.5rem;
}

/* ブロックを縦に表示 */
.row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
}
.row .col.span-4 {
    max-width: 100%
}
/*---------画像の大きさ調整---------*/
.small-img {
  width: 60%;
}
/* 768px以上の表示 */
@media ( min-width : 768px ) {

.row {
    display: flex;
    flex-direction: row;
    padding: 0;
    justify-content: space-between;
}

.col {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
}
.col {
    margin-left: 4%;
}
	
.col:first-child { 
    margin-left: 0; 
}

.row .col.span-1 {
    flex: 0 0 4.66666666667%;
    max-width: 4.66666666667%;
}
.row .col.span-2 {
    flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%;
}
.row .col.span-3 {
    flex: 0 0 22%;
    max-width: 22%;
}
.row .col.span-4 {
    flex: 0 0 30.6666666667%;
    max-width: 30.6666666667%;
}
.row .col.span-5 {
    flex: 0 0 39.3333333333%;
    max-width: 39.3333333333%;
}
.row .col.span-6 {
    flex: 0 0 48%;
    max-width: 48%;
}
.row .col.span-7 {
    flex: 0 0 56.6666666667%;
    max-width: 56.6666666667%;
}
.row .col.span-8 {
    flex: 0 0 65.3333333333%;
    max-width: 65.3333333333%;
}
.row .col.span-9 {
    flex: 0 0 74.0%;
    max-width: 74.0%;
}
.row .col.span-10 {
    flex: 0 0 82.6666666667%;
    max-width: 82.6666666667%;
}
.row .col.span-11 {
    flex: 0 0 91.3333333333%;
    max-width: 91.3333333333%;
}
.row .col.span-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

}

/* 右端寄せ文字====================*/
.right-align {
  text-align: right;
}

/* 見出し
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 700;
    letter-spacing: 0.1em;}
  h1 { font-size: 2.027rem; line-height: 1.6;  letter-spacing: -.1rem;}
  h2 { font-size: 2.027rem; line-height: 1.6; letter-spacing: -.1rem;}
  h3 { font-size: 1.8em; line-height: 1.3;  letter-spacing: -.1rem;}
  h4 { font-size: 1.424rem; line-height: 1.3; letter-spacing: -.1rem;}
  h5 { font-size: 1.266rem; line-height: 1.5;  letter-spacing: -.05rem;}
  h6 { font-size: 1.125rem; line-height: 1.6;  letter-spacing: 0; }
  
  h1 {
    position: relative;
    color: #158b2b;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    margin: 1.5em 0;
  }
  h1:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 200px;
    height: 58px;
    border-radius: 50%;
    border: 5px solid #a6ddb0;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  h2 {
    position: relative;
    color: #158b2b;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    margin: 1.5em 0;
  }
  h2:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    width: 200px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #a6ddb0;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  h3 {
    color: #158b2b;/*文字色*/
    /*線の種類（点線）2px 線色*/
    border-bottom: dashed 2px #158b2b;
    display: inline-block;
  }
  /*--------------------Button------------------------*/
  .btn-gradient-3d-simple {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
    text-align: center; /* テキストを中央揃え */
    line-height: 1.5; /* テキストの行の高さを調整 */
    font-size: 20px;
  }
  
  .btn-gradient-3d-simple:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
  }
/*--------------------文字の強調------------------*/
  .red{
    color:red;
    font-weight: 900;
  }
  
  .blue{
    color:#0080ff;
    font-weight: 900;
  }
  .green{
    color:#158b2b;
    font-weight: 900;
  }
  
  p {
    font-size:  1.5rem;
  }
  .profile{
    font-size: 3.0rem;
  }
.yline{
    background-color: #fff000;
}
.mark {
    background: linear-gradient(transparent 40%, #fff000 80%);
}
.dotline {
  display       : inline-block;        /* ブロック化              */
  padding-top   : 5px;                 /* 上余白                  */
  border-top    : 8px dotted red;      /* 上線                    */
}
 .bold-text {
            font-weight: bold;
        }
        .italic-text {
            font-style: italic;
        }
        .underline-text {
            text-decoration: underline;
        }
        .colored-text {
            color: red;
        }
        .large-text {
            font-size: 24px;
        }
        .highlight-text {
            background-color: yellow;
        }
        .uppercase-text {
            text-transform: uppercase;
        }
        .shadow-text {
            text-shadow: 2px 2px 4px black;
        }
        .emphasized-text {
            font-weight: bold;
            font-style: italic;
            text-decoration: underline;
            color: blue;
            font-size: 20px;
            background-color: lightyellow;
            text-transform: uppercase;
            text-shadow: 1px 1px 2px gray;
        }
        .emphasized-1 {
          font-weight: bold;
          text-decoration: none;
          color: red;
          font-size: 20px;
          background-color: lightyellow;
          text-transform: uppercase;
      }
        
  /* PC表示 */
  @media (min-width: 550px) {
    .wrapper {
      max-width: 900px;
      width: 100%;
      margin: 0 auto 0;
      padding:5px 10px;
      background-color: white;
      box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.6);
    }
    
    h1 { font-size: 2.986rem; line-height: 1.6; }
    h2 { font-size: 2.986rem;  line-height: 1.6; }
    h3 { font-size: 2.5rem; line-height: 1.6; }
    h4 { font-size: 1.728rem; line-height: 1.6; }
    h5 { font-size: 1.44rem; line-height: 1.6;}
    h6 { font-size: 1.2rem;  line-height: 1.6; }

    h1 {
        position: relative;
        color: #158b2b;
        padding: 10px 0;
        text-align: center;
        margin: 1.5em 0;
      }
      h1:before {
        content: "";
        position: absolute;
        top: -8px;
        left: 50%;
        width: 200px;
        height: 72px;
        border-radius: 50%;
        border: 5px solid #a6ddb0;
        border-left-color: transparent;
        border-right-color: transparent;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
      }
      h2 {
        position: relative;
        color: #158b2b;
        padding: 10px 0;
        text-align: center;
        margin: 1.5em 0;
      }
      h2:before {
        content: "";
        position: absolute;
        top: -12px;
        left: 50%;
        width: 200px;
        height: 130px;
        border-radius: 50%;
        border: 5px solid #a6ddb0;
        border-left-color: transparent;
        border-right-color: transparent;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
      }
      h3 {
        color: #158b2b;/*文字色*/
        /*線の種類（点線）2px 線色*/
        border-bottom: dashed 2px #158b2b;
        display: inline-block;
      }
    
  
  p {
    margin-top: 20px; 
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
  li{
    font-size: 2.0rem;
   margin-bottom: 1rem;
   }
  }
  .emphasized-1 {
    font-weight: bold;
    text-decoration: none;
    color: red;
    font-size: 22px;
    background-color: lightyellow;
    text-transform: uppercase;
}
  

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */

#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

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

.header {
	flex-direction: column;
    margin-bottom: 10px;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
nav ul {
	flex-direction: column;
}
.header li {
	padding-top: 0;
}
/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}
    
/*メイン画像
-------------------------------------*/
.mainimg {/*これを入れることで、imgが左に寄らなくなった*/
    max-width: 1200px;
    margin: auto;
    width:100%;
}
.mainimg img {
    width: 100%;/* 100vw（ViewPortに依存）をmax-width1200pxを設定すると画像が左による*/
    margin:auto;
}
.pc{
    display: block !important;
}
.sp {
    display: none !important;
}
/*タイトル画像
-----------画像の高さ制限あり---------*/

.title {
    margin:2px auto;
  }
/*メインコンテンツ
-------------------------------------*/
main {
    margin: 5rem 0 0 0;
}
section {
	margin: 1rem 0;
	padding: 1rem 0;
  border: #242409;
}
.gray-back {
	background-color: var(--back-color);
}


/*申し込みの流れ
-------------------------------------*/
.flow.row {
	margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/

#footer {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 900px;
  width: 100%;
  margin: auto;
  padding: 0px; /* パディングを追加してリンクと背景の間にスペースを確保 */
}

.footer_link {
  display: flex; /* Flexboxを使用 */
  justify-content: center; /* 中央揃え */
  font-size: 70%;
  padding: 20px 0; /* フッターの上下にパディングを追加 */
}

.footer_link ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex; /* Flexboxを使用 */
}

.footer_link ul li {
  padding: 0 10px;
  border-right: 1px #FFFFFF solid;
}

.footer_link ul li:last-child {
  border-right: none; /* 最後の項目にボーダーを追加しない */
}

.footer_link ul li a {
  color: #0071ba;
  text-decoration: none;
}





/*お問い合わせ
-------------------------------------*/
.contact-box {
	border: 1px solid var(--border-color);
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: var(--base-color);
}
.copyright a {
    color: var(--white-color);
    text-decoration: none;
	display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background-color: var(--base-color);
    color: var(--white-color);
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background-color: var(--link-color);
}



/*幅900px以下の表示
---------------------------------------*/
@media screen and (max-width: 550px){
.pc {
        display: none !important;
    }
.sp {
        display: block !important;
    }
}