@charset "utf-8";
/*hrの表示*/
hr {
height: 3px;
background-color: #000000;
border: 3px;
color: #000000;
}

/*クイズ×の表示*/

:root {
  --base-content: 'X 答え: ';
  --display-size: 24px;
}

/*クイズエリア*/

.quiz_area {
  position: relative;
  max-width:973px;
  min-width:300px;
  color:black;
/*  animation: bg2 4.5s ease 0s 1 alternate none running; */
}
.quiz_set {
background-color:rgba(0,0,0,0);
color:black;
}

/* .trueは正解（〇を表示） */
.quiz_area .quiz_area_icon.true:before {
  content: '〇';
  color: blue;
  position:absolute;
  top:-92%;
  left:0;
  font-size:16px;
  font-weight:bold;
  -webkit-text-stroke: 1px #fff;
  animation: bg4 1.3s ease-in-out 0s 1 alternate both running;
}

@keyframes bg4 {

  0% {
opacity:0;
  }
  15% {
  opacity:1;
  font-size:175px;
  display:inline-block;
  text-align:center;
  }
  35% {
  opacity:1;
  font-size:175px;
    transform:rotateY(0deg);
  }
  60% {
  opacity:1;
  font-size:175px;
  transform:rotateY(0deg)
  }

  100% {
opacity:1;
font-size:20px;
  transform:rotateY(720deg)
  }
}


/* .falseは不正解（×を表示） */

.quiz_area .quiz_area_icon.false:after {
  content: 'X';
  position:absolute;
  white-space: pre;
  color: red;
  font-size:16px;
  top:-24%;
  left:0;
  font-family: arial;
  font-weight:bold;
  -webkit-text-stroke: 1px #fff;
  animation: bg3 1.5s ease-in-out 0s 1 alternate both running;
}

@keyframes bg3 {

  0% {
opacity:0;
  }
  40% {
opacity:0;
margin:-20px 0px;
  }
  60% {
opacity:1;
font-size:100px;
margin:-20px 0px;
  }
  80% {
opacity:1;
font-size:100px;
margin:-20px 0px;
  }
  100% {
opacity:1;
font-size:20px;
margin:-20px 0px;
  }
}

/*クイズ番号*/
.quiz_area .quiz_no {
  font-weight: bold;
    color:black;
}

.quiz_area .quiz_set.timeout {
  animation: timeout 10s alternate forwards running;
}
  @keyframes timeout {

    0% {
  background:white;
    }
    40% {
  background:white;
    }
    100% {
  background:red;
    }
}

.quiz_area .quiz_set.grave {
  animation: grave 50s alternate infinite running;
}
  @keyframes grave {

    0% {
  background:white;
    }
    10%{
  background:white;
    }
    30% {
  background:silver;
    }
    50% {
  background:silver;
    }
    70% {
  background:grey;
    }
    100% {
  background:white;
    }
}

  @keyframes correct {

    0% {
  opacity:0;
  position: absolute;
  top: 250px;
  left: 30%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
    }
    30% {
    opacity:1;
    position: absolute;
    top: 250px;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    }
    35% {
    opacity:1;
    position: absolute;
    top: 250px;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    }
    65% {
    opacity:1;
    position: absolute;
    top: 250px;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    }
    100% {
    opacity:0;
    position: absolute;
    top: 250px;
    left: 70%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    }
  }
      .quiz_area .quiz_area_bg.true2:before {
          content: '💥';
          position:absolute;
          z-index:3;
          font-size:250px;
          animation: hit 1.2s ease-in-out 0s 1 alternate forwards running;
        }
        .quiz_area .quiz_area_bg.true3:before {
            content: '💥';
            position:absolute;
            z-index:3;
            font-size:175px;
            animation: hit 1.2s ease-in-out 0s 1 alternate forwards running;
          }
        .quiz_area .quiz_area_bg.true4:before {
            content: '💥';
            position:absolute;
            z-index:3;
            font-size:100px;
            animation: hit 1.2s ease-in-out 0s 1 alternate forwards running;
          }
            @keyframes hit {

              0% {
            opacity:0;
            position: absolute;
            top: 200px;
            left: 50%;
            /* bring your own prefixes */
            transform: translate(-50%, -50%);
            -webkit-transform: translateY(-50%) translateX(-50%);
              }
              30% {
              opacity:1;
              position: absolute;
              top: 200px;
              left: 50%;
              /* bring your own prefixes */
              transform: translate(-50%, -50%);
              -webkit-transform: translateY(-50%) translateX(-50%);
              }
              100% {
              opacity:0;
              position: absolute;
              top: 200px;
              left: 50%;
              /* bring your own prefixes */
              transform: translate(-50%, -50%);
              -webkit-transform: translateY(-50%) translateX(-50%);
              }
            }

            .quiz_area .quiz_area_bg.true5:before {
                content: 'combo';
                color: #E6E6FA;
                font-family: cursive;
                position:absolute;
                font-size:25px;
                animation: correct 1.2s ease-in-out 0s 1 alternate forwards running;
              }

            .quiz_area .quiz_area_bg.true6:before {
                content: 'combo';
                color: #E6E6FA;
                font-family: cursive;
                position:absolute;
                font-size:35px;
                animation: correct 1.2s ease-in-out 0s 1 alternate forwards running;
              }
              .quiz_area .quiz_area_bg.true7:before {
                  content: 'combo';
                  color: #E6E6FA;
                  font-family: cursive;
                  position:absolute;
                  font-size:55px;
                  animation: correct 1.2s ease-in-out 0s 1 alternate forwards running;
                }
              .quiz_area .quiz_area_bg.true8:before {
                  content: 'combo';
                  color: #E6E6FA;
                  font-family: cursive;
                  position:absolute;
                  font-size:75px;
                  animation: correct 1.2s ease-in-out 0s 1 alternate forwards running;
                }
                .quiz_area .quiz_area_bg.true9:before {
                    content: 'ラスト';
                    color: yellow;
                    font-weight:bold;
                    font-family: cursive;
                    position:absolute;
                    font-size:60px;
                    animation: hit 1.2s ease-in-out 0s 1 alternate forwards running;
                  }
                  .quiz_area .quiz_area_bg.true10:before {
                      content: '🌸';
                      position:absolute;
                      font-size:250px;
                      animation: hit 1.3s ease-in-out 0s 1 alternate forwards running;
                    }
                    .quiz_area .quiz_area_bg.true11:before {
                        content: 'good';
                        color: #E6E6FA;
                        font-family: cursive;
                        position:absolute;
                        font-size:15px;
                        animation: correct 1.2s ease-in-out 0s 1 alternate forwards running;
                      }

                      .quiz_area .quiz_area_bg.true23:after {
                      content: '👻';
                      z-index:3;
                      position:absolute;
                      animation: appear 1.4s forwards running;
                      }
                        @keyframes appear {
                          0% {
                          opacity:0;
                          position: absolute;
                          top: 50%;
                          font-size:100px;
                          left: 50%;
                          transform: translate(-50%, -40%);
                          -webkit-transform: translateY(-40%) translateX(-50%);
                          }
                          7% {
                          opacity:1;
                          position: absolute;
                          top: 40%;
                          font-size:100px;
                          left: 50%;
                          transform: translate(-50%, -40%);
                          -webkit-transform: translateY(-40%) translateX(-50%);
                          }
                        55% {
                        opacity:1;
                        position: absolute;
                        top: 40%;
                        font-size:100px;
                        /* bring your own prefixes */
                        left: 50%;
                        /* bring your own prefixes */
                        transform: translate(-50%, -40%);
                        -webkit-transform: translateY(-40%) translateX(-50%);
                        }
                        100% {
                        opacity:0;
                        position: absolute;
                        top: 15px;
                        font-size:30px;
                        /* bring your own prefixes */
                        left: 20%;
                        /* bring your own prefixes */
                        transform: translate(-50%, -40%) rotateZ(-360deg);
                        -webkit-transform: translateY(-40%) translateX(-50%) rotateZ(-360deg);
                        }
                        }
                      .quiz_area .quiz_area_bg.false2:after {
                        content: '👻';
                        z-index:3;
                        position:absolute;
                      animation: fault 1.4s forwards running;
                      }

                      @keyframes fault{
                      0% {
                      opacity:0;
                      position: absolute;
                      top: 50%;
                      font-size:100px;
                      left: 50%;
                      transform: translate(-50%, -40%);
                      -webkit-transform: translateY(-40%) translateX(-50%);
                      }
                      7% {
                      opacity:1;
                      position: absolute;
                      top: 40%;
                      font-size:100px;
                      left: 50%;
                      transform: translate(-50%, -40%);
                      -webkit-transform: translateY(-40%) translateX(-50%);
                      }
                      55% {
                      opacity:1;
                      position: absolute;
                      top: 40%;
                      font-size:100px;
                      left: 50%;
                      transform: translate(-50%, -40%);
                      -webkit-transform: translateY(-40%) translateX(-50%);
                      }
                      100% {
                      opacity:0;
                      position: absolute;
                      font-size: 250px;
                      top: 40%;
                      left: 50%;
                      transform: translate(-50%, -40%);
                      -webkit-transform: translateY(-40%) translateX(-50%);
                      }
                      }

                      @keyframes appear {
                      0% {
                      opacity:0;
                      position: absolute;
                      top: 20px;
                      font-size:100px;
                      /* bring your own prefixes */
                      left: 50%;
                      /* bring your own prefixes */
                      transform: translate(-50%, -40%);
                      -webkit-transform: translateY(-40%) translateX(-50%);
                      }
                      7% {
                      opacity:1;
                      position: absolute;
                      top: 40%;
                      font-size:100px;
                      /* bring your own prefixes */
                      left: 50%;
                      /* bring your own prefixes */
                      transform: translate(-50%, -40%);
                      -webkit-transform: translateY(-40%) translateX(-50%);
                      }
                      55% {
                      opacity:1;
                      position: absolute;
                      top: 40%;
                      font-size:100px;
                      /* bring your own prefixes */
                      left: 50%;
                      /* bring your own prefixes */
                      transform: translate(-50%, -40%);
                      -webkit-transform: translateY(-40%) translateX(-50%);
                      }
                      100% {
                      opacity:0;
                      position: absolute;
                      top: 15px;
                      font-size:30px;
                      /* bring your own prefixes */
                      left: 20%;
                      /* bring your own prefixes */
                      transform: translate(-50%, -40%) rotateZ(-360deg);
                      -webkit-transform: translateY(-40%) translateX(-50%) rotateZ(-360deg);
                      }
                      }
/* 問題文と回答後の結果（デザインは使いまわし） */
.quiz_question{
border-radius: 5px;
font-size:16px;
font-family:sans-serif;
background:#007833;
color:#fff;
}

.quiz_area .quiz_result {
  box-sizing: border-box;
  padding: 10px;
  background:linear-gradient(#006600,#003300);
  color:white;
  border-radius:0 0 5 5;
}

/* 回答後の結果は初期非表示 */
.quiz_area .quiz_result {
  display: none;
  text-align: center;
  font:white;
}

/*クイズの答えエリア*/
.quiz_area .quiz_ans_area ul {
  padding: 0;
}

.quiz_area .quiz_ans_area ul::after {
  content: '';
  display: block;
  clear: both;
  color:white;
}

.quiz_area .quiz_ans_area ul li {
  box-sizing: border-box;
  list-style: none;
  float: left;
  width: 100%;
  padding: 10px 10px;
  border: inset 2px #cccccc;
  border-radius:30px;
  margin-bottom:7px;
  color:#000;
  background: -moz-linear-gradient(top, #FFfff0, #fffaf0);
  background: -webkit-linear-gradient(top, #FFfff0, #fffaf0);
  background: linear-gradient(to bottom, #FFfff0, #fffaf0);
  cursor: pointer;
}

.quiz_area .quiz_ans_area ul li.selected {
  background-color: #bcbcbc;
}

.quiz_area .quiz_area_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  color: #fff;
  text-align: center;
  font-size:30px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}

@keyframes bg {

  0% {
    transform: scale(.1);
    background:  rgba(0, 0, 0, 1);
  }
  100% {
    transform: scale(1);
    background:  rgba(0, 0, 0, 0.5);
  }
}

/* 画面に〇、×を表示するための要素（デフォルト非表示、回答後に一時的に表示） */
.quiz_area .quiz_area_icon.false {
  position: absolute;
  padding: 3px;
  top: 22%;
  text-align: center;
  width: 100%;
  z-index: 9999;
  color: black;
  background-color:white;
  border-radius:10px;
  font-size: 16px;
  display:none;
  /* text-stroke: 2px #fff; */
}

/* .falseは不正解（×を表示） */
.quiz_area .quiz_area_icon.false:before {
  content: '答え:';
  white-space: pre;
  color: black;
  font-family:sans-serif;
  font-size:16px;
  top:0;
  left:0;
}

.quiz_area .quiz_area_icon.true {
  position: absolute;
  top: 22%;
  width: 100%;
  color: black;
  display:none;
  background-color:white;
  border-radius:10px;
  font-size: 16px;
  /* text-stroke: 2px #fff; */
}
/* 説明表示するための要素（デフォルト非表示、回答後に一時的に表示） */
.quiz_area_description {
  position:absolute;
  top: 33%;
  text-align:left;
  color: white;
  width:100%;
  background-color:rgb(0,0,0,0.5);
  border-radius:5px;
  display:none;
  font-size: 14px;
}

.quiz_area_icon {
  position:absolute;
  z-index:2;
  top: 30%;
  color: white;
  background-color:rgb(0,0,0,0.3);
  border-radius:5px;
  display:none;
  font-size: 16px;
}

.quiz_area_close {
  padding: 0 10;
  z-index:3;
  top: 80%;
  left: 77%;
  position: absolute;
  box-sizing: border-box;
  font-size: 16px;
  color: white;
  display: none;
}


/*表示パターン*/
.quiz_area .quiz_area_description.false,
.quiz_area .quiz_area_close.false,
.quiz_area .quiz_area_icon.true,
.quiz_area .quiz_area_icon.true2,
.quiz_area .quiz_area_icon.true3,
.quiz_area .quiz_area_icon.false {
  display: block;
}
.back1{
  display:block;
  font-size:16px;
  padding-top:10px;
  background:linear-gradient(#feffdb,#efffea);
  color:#111;
  border-radius:0px 0px 15px 15px;
}
.back2{
  font-size:16px;
  background:linear-gradient(#f09819,#ff5858);
  color:white;
  border-radius:10px;
}
.back3{
font-size:16px;
background:linear-gradient(to bottom,#ebFFFE 15%,#FeFeFF 85%,#55cc77 90%,#33aa33 95%);
padding-top:5px;
padding-bottom:10px;
border-radius:0px 0px 5px 5px;
}
.word1{
  color:#ffff00;
  font-size:22px;
  text-shadow: 1px 1px 3px #000,-1px 1px 3px #000,1px -1px 3px #000,-1px -1px 3px #000;
}
.word2{
  color:#ffccff;
  font-size:22px;
  text-shadow: 1px 1px 3px #000,-1px 1px 3px #000,1px -1px 3px #000,-1px -1px 3px #000;
}

@media screen and (max-width: 960px) {
.topimg{
  width:100%;
  height:60px;
  margin-top:-10px;
}
.topimg2{
  width:100%;
  height:45px;
  margin-top:-10px;
}
}
@media screen and (min-width: 960px) {
.topimg{
width:973px;
height:100px;
margin-top:-10px;
}
.topimg2{
width:973px;
height:90px;
margin-top:-10px;
}
}

.title{
font-size:24px;
background: linear-gradient(transparent 90%, #ff9ece 90%);
}

.title2{
font-size:24px;
border-bottom:solid 3px #009933;
border-image: linear-gradient(to right, #009933 0%, #006633 100%);
border-image-slice: 1;
}

.btn2{
  margin:10 0 0 0 ;
  padding:10;
  color:white;
  font-weight:bold;
  font-family:sans-serif;
  cursor:pointer;
  font-size:16px;
  border-radius:15px;
  border-width:0px;
  z-index:99;
  background:linear-gradient(#13bf00,#06c755);
}

.btn3{
  margin:10 0 0 0 ;
  padding:10;
  color:white;
  cursor:pointer;
  font-size:16px;
  border-color:white;
  border-width:4px;
  border-style:ridge;
  background:linear-gradient(#006600,#003300);
}

.btn4{
  margin:10 0 0 0 ;
  padding:5;
  color:#eee;
  cursor:pointer;
  font-family:sans-serif;
  font-size:14px;
  border-radius:15px;
  border-width:0px;
  z-index:99;
  background:linear-gradient(180deg,#aaa,#777);
}

/*ページトップ*/
#pagetop{
    position: fixed;
    right: 15%;
    bottom: 10%;
    opacity: 0;
    -ms-filter: "alpha( opacity=0 )";
    filter:alpha(opacity:0);
    zoom:1;
    z-index: 2;
}
#pagetop a{
    display: block;
    padding: 10px;
    background: #1EA6BB;
    color:#fff;
    text-decoration: none;
}

/*Body表示*/
body{
font-size:16px;
}

div.clear{
	clear: both;
	margin: 0 0 10px 0;
}
h1{
margin:0px;
}
h2{
margin:0px;
font-size:18px;
}
h3{
margin:0px;
font-size:18px;
}
/*----------------------------------------------------
  nonemobile
----------------------------------------------------*/
@media screen and (max-width: 600px){
.nonemobile {
display:block;
display:none;
}
.resizeimage {
   max-width: 450px; /* ??啝 */
   min-width: 300px; /* ????? */
}
}
/*----------------------------------------------------
  hiddenbox
----------------------------------------------------*/
body{
  box-sizing: border-box;
}
.hidden_box {
    margin: 2em 0;/*?O????]??*/
    padding: 0;
    text-align:center;
}

/*?{?^??????*/
.hidden_box label {
    display:block;
    float:center;
    width:100%;
    padding: 3px;
    font-weight: bold;
    font-size:16px;
    border-color:linear-gradient(#006633,#004d00);
    cursor :pointer;
    background:linear-gradient(#006633,#004d00);
    color:#ffffff;
  box-sizing: border-box;
}

/*?`?F?b?N????????????*/
.hidden_box input {
    display: none;
}

/*???g?????\??????????*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    text-align:left;
}
/*?N???b?N????g?\??*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

.hidden_box1 label {
    display:block;
    float:center;
    width:100%;
    padding: 3px;
    font-weight: bold;
    font-size:16px;
    border-radius:0px;
    border-color:linear-gradient(#006633,#004d00);
    cursor :pointer;
    background:linear-gradient(#006633,#004d00);
    color:#ffffff;
}

/*トップ画像の位置合わせ*/
@media screen and (max-width: 960px) {
.topimg{
    margin-top:-10px;
    margin-left: -15px; /*30px の半分*/
    width: calc(100% + 30px); /*調整*/
    width: -webkit-calc(100% + 30px); /*上と同じpx値に*/
}
}
@media screen and (min-width: 960px) {
.topimg{
width:960px;
height:200px;
}
}

/*?`?F?b?N????????????*/
.hidden_box1 input {
    display: none;
}

/*ボックス１*/
.hidden_box1 .hidden_show1 {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    text-align:left;
}

/*ボックス１*/
.hidden_box1 input:checked ~ .hidden_show1 {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

@media screen and (max-width: 960px) {
  .maintable{
width: 100%;
border-collapse:separate;
border-spacing: 0;
box-sizing: border-box;
  }
}
@media screen and (min-width: 960px) {
  .maintable{
width: 973px;
border-collapse:separate;
border-spacing: 0;
box-sizing: border-box;
  }
}

.maintable th:first-child{
  border-radius: 1\5px 0 0 0;
  box-sizing: border-box;
}

.maintable th:last-child{
  border-radius: 0px 1\5px 0 0;
  border-right: 1px solid #3c6690;
  box-sizing: border-box;
}

.maintable th{
  text-align: center;
  color:white;
  border-radius:15px 15px 0 0;
  background:linear-gradient(45deg, #009933 0%, #006633 100%);
}

.maintable td{
  text-align: left;
  vertical-align:top;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: auto;
  padding: 10px 0;
  box-sizing: border-box;
}

.maintable td:last-child{
  border-right: 1px solid #a8b7c5;
  box-sizing: border-box;
}

.maintable tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
  box-sizing: border-box;
}

.maintable tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
  box-sizing: border-box;
}
.table{
  width: auto;
  border-collapse:separate;
  font-size:16px;
  border-spacing: 0;
  border-left: 1px solid #3c6690;
  border-right: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  box-sizing: border-box;
}
.table th{
  text-align: center;
  color:white;
  background: linear-gradient(#006633,#004d00);
  width: auto;
  padding: 0;
  font-size:18px;  border-left: 1px solid #3c6690;
  border-right: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  box-sizing: border-box;
}

.table td{
  text-align: left;
  font-color: #000000;
  font-size:16px;
  border-left: 1px solid #3c6690;
  border-right: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  box-sizing: border-box;
}
.btn-sticky {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #ffffe7;
  border-left: solid 6px #006633;/*????*/
  color: #000000;/*?????F*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}
.btn-sticky:hover {
  background: #ffffb7;
}

.title-t2 {
 box-sizing: border-box;
 font-weight: bold;
 font-size: 18px;
 color: #ffff6b; /* ?^?C?g???F */
}

.breadcrumb2 {
  display:inline-block;/*??????????*/
  display:none;
  list-style: none;
}

.breadcrumb{
  margin-left:-35px;
  margin-top:0px;
  margin-bottom:-10px;
}

.breadcrumb li {
  display:inline-block;/*??????????*/
  list-style: none;
}

.breadcrumb li:after {
  /*?????\??*/
  font-family: FontAwesome;
  content: '>';
  padding: 0 4px;
  color: #000000;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 15px;
  text-decoration: none;
  background: #ffcc00;
}

.breadcrumb li a:hover {
  background: ##ffee00;
}
.point {
position: relative;
max-width:930px;
padding: 0.5em 1em;
border: solid 3px #ffcc00;
text-align: left;
}
.point .box-title {
position: absolute;
display: inline-block;
top: -27px;
left: -3px;
padding: 0 9px;
height: 25px;
line-height: 25px;
font-size: 17px;
background: #ffcc00;
font-weight: bold;
border-radius: 5px 5px 0 0;
}
.point p {
margin: 0;
padding: 0;
}
.point .check {
padding: 0.5em 1em;
border: double 5px #006633;
}
.point .check p {
margin: 0;
padding: 0;
}
@media screen and (min-width: 767px) {

.nonepc {
display:block;
display:none;
visibility:collapse;
}
}

.love{
  position:fixed;
	background-color: #006633;
	width:973px;
	height: 25px;
  z-index: 99;
  bottom: -22px;
  padding: 10px 0;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.love a {
  cursor: pointer;
  width: 973px;
  height: 25px;
  padding: 10px 0;
  z-index: 98;
}

@media only screen and (max-width: 970px){
.love{
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
  bottom: -22px;
  width:100%;
  background-color: #006633;
}
}
