.help::before {
  content: "?";
  font-size: 85%;
  margin-right: 5px;
  display: inline-block;
  vertical-align: 2px;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  line-height: 1.5;
  border-radius: 50%;
  background: #4287f5;
  color: #FFF;
  font-weight: bold;
}

/* === ボタンを表示するエリア ============================== */
.switchArea {
  line-height: 44px;
  /* 1行の高さ          */
  letter-spacing: 0;
  /* 文字間             */
  text-align: center;
  /* 文字位置は中央     */
  font-size: 19px;
  /* 文字サイズ         */

  position: relative;
  /* 親要素が基点       */
  margin: auto;
  /* 中央寄せ           */
  width: 126px;
  /* ボタンの横幅       */
  background: #fff;
  /* デフォルト背景色   */
  margin-top: 10px;
  margin-bottom: 10px;
}

/* === チェックボックス ==================================== */
.switchArea input[type="checkbox"] {
  display: none;
  /* チェックボックス非表示 */
}

/* === チェックボックスのラベル（標準） ==================== */
.switchArea label {
  display: block;
  /* ボックス要素に変更 */
  box-sizing: border-box;
  /* 枠線を含んだサイズ */
  height: 44px;
  /* ボタンの高さ       */
  border: 2px solid #999999;
  /* 未選択タブのの枠線 */
  border-radius: 22px;
  /* 角丸               */
}

/* === チェックボックスのラベル（ONのとき） ================ */
.switchArea input[type="checkbox"]:checked+label {
  border-color: #78bd78;
  /* 選択タブの枠線     */
}

/* === 表示する文字（標準） ================================ */
.switchArea label span:after {
  content: "OFF";
  /* 表示する文字       */
  padding: 0 0 0 26px;
  /* 表示する位置       */
  color: #999999;
  /* 文字色             */
}

/* === 表示する文字（ONのとき） ============================ */
.switchArea input[type="checkbox"]:checked+label span:after {
  content: "ON";
  /* 表示する文字       */
  padding: 0 26px 0 0;
  /* 表示する位置       */
  color: #78bd78;
  /* 文字色             */
}

/* === 丸部分のSTYLE（標準） =============================== */
.switchArea .swImg {
  position: absolute;
  /* 親要素からの相対位置*/
  width: 36px;
  /* 丸の横幅           */
  height: 36px;
  /* 丸の高さ           */
  background: #999999;
  /* カーソルタブの背景 */
  top: 4px;
  /* 親要素からの位置   */
  left: 4px;
  /* 親要素からの位置   */
  border-radius: 18px;
  /* 角丸               */
  transition: .2s;
  /* 滑らか変化         */
}

/* === 丸部分のSTYLE（ONのとき） =========================== */
.switchArea input[type="checkbox"]:checked~.swImg {
  transform: translateX(82px);
  /* 丸も右へ移動       */
  background: #78bd78;
  /* カーソルタブの背景 */
}

/*チェックマーク*/
ul.check {
  list-style-type: none;
}

ul.check li {
  position: relative;
  line-height: 1.8;
  font-weight: bold;
}

ul.check li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid deepskyblue;
  border-bottom: 3px solid deepskyblue;
  transform: rotate(-45deg);
}

/*スラッシュ*/

.slash {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.slash::before,
.slash::after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #000;
  margin: 0px 4px 4px;
}

.slash::before {
  transform: rotate(45deg);
}

.slash::after {
  transform: rotate(-45deg);
}

/**/

body {
  position: relative;
}

textarea {
  width: 98%;
  height: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
}

.btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 80px;
}

.koumoku {
  padding: 20px;
  background-image: url("../img/table.png");
}

td {
  font-family: "Hannari";
  text-align: center;
}

table {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-top: 40px;
}

table th,
table td {
  margin-bottom: 60px;
  border-color: black;
  border-collapse: collapse;
  border: 2px solid black;
  font-family: "Sawarabi Gothic";
}

.right {
  background-color: white;
  ;
}

.gengo {
  font-size: 20px;
  color: #0a080e;
}

.nyuryoku {
  border: 3px solid #232424;
}

.nyuryoku:focus {
  border: 2px solid #0000ff;
  outline: 0;
}

.naiyou {
  width: 500px
}

h1 {
  text-align: center;
}

.red {
  color: red;
}

.setumei {
  font-family: "Sawarabi Gothic";
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 15px;
}

th {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #cacbca;
}

blockquote {
  border: 2px solid #000000;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}

.comment {
  margin-left: 10px;
  margin-right: 10px;
}

body {
  height: 200px;
  width: 90%;
  background-image: radial-gradient(rgba(168, 202, 240, 1), rgba(233, 240, 250, 1) 58%);
}

.link {
  margin-top: 100px;
  height: 100px;
  background-color: whitesmoke;
  text-align: center;
  padding-top: 50px;
}

.link a {
  margin-top: 20px;
}


.big {
  font-size: 30px;
}

.advertisement {
  display: none;
}

.kyouyu {
  text-align: center;
  margin-bottom: 70px;
}


/*--------------------------------------
  カード型_01
--------------------------------------*/
.l-wrapper_01 {
  margin: 1rem auto;
  width: 95%;
}

.l-wrapper_01:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
  transition: all .5s;
}

.card_01 {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .16);
  color: #212121;
  text-decoration: none;
}

.card__header_01 {
  display: flex;
  flex-wrap: wrap;
}

.card__title_01 {
  padding: 1rem 1.5rem 0;
  font-size: 1.6rem;
  order: 1;
  margin-bottom: 0.6rem;
  font-weight: bold;
  text-decoration: none;
}

.card__thumbnail_01 {
  margin: 0;
  order: 0;
}

.card__image_01 {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.card__body_01 {
  padding: 0 1.5rem;
}

.card__text_01 {
  font-size: .8rem;
  text-align: center;
  text-decoration: none;
  padding-bottom: 0;
}

.card__text2_01 {
  font-size: .8rem;
  margin-top: 0;
  margin-bottom: 2rem;
}

.card__text_01+.card__text_01 {
  margin-top: .5rem;
}

.card__footer_01 {
  padding: 1rem;
  border-top: 1px solid #ddd;
}

.button_01 {
  display: inline-block;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  text-align: center;
}

.button_01 a {
  text-decoration: none;
}

.button_01.-compact {
  padding: .5rem 1rem;
  border-radius: .25rem;
  background-color: #4f96f6;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.button_01.-compact:hover,
.button_01.-compact:focus {
  background-color: #6bb6ff;
}

@media(min-width: 800px) {
  .advertisement {
    display: block;
    position: fixed;
    top: 0;
    left: 50%;
    margin: 110px 0 0 630px;
  }
}


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

  .btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 80px;
  }

  textarea {
    width: 98%;
    height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .naiyou {
    width: 250px;
  }

  .koumoku {
    padding: 20px;
    font-size: 20px;
  }

  .koumoku_main {
    width: 10px
  }

  .img {
    width: 300px;
    height: 25%;
  }

  .link {
    margin-top: 100px;
    height: 200px;
    background-color: whitesmoke;
    text-align: center;
    padding-top: 50px;
  }

  .moji {
    font-size: 10px;
  }
}


/* --- チェック背景 --------------------------------------- */
body {
  margin: auto;
  max-width: 500px;
  height: 200px;
  /* チェックパターンのCSS */
  background-color: #fff;
  background-image:
    repeating-linear-gradient(52deg,
      rgba(153, 255, 255, 0.15),
      rgba(153, 255, 255, 0.15) 7px,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0) 10px),
    repeating-linear-gradient(142deg,
      rgba(77, 255, 255, 0.16),
      rgba(77, 255, 255, 0.16) 7px,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0) 10px);
}


/**/
.fas_header_shadowinset {
  position: relative;
  line-height: 1.4;
  font-size: 1em;
  font-weight: normal;
  padding: 8px 8px 8px calc(1em + 13px);
  background: #fff2de;
  color: #f26100;
  border: 1px solid #f26100;
  box-shadow: 2px 2px 2px 0 #ffd38f inset;
}

.fas_header_shadowinset:before {
  position: absolute;
  left: 8px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: '⚡';
}

/*セレクト要素*/
select {
  border: 1px solid;
  font-size: 20px;
  width: 80%;
}