/* ぽっぷあっぷ
------------------------------------------------------------*/
/* 全体設定 */
* {
  box-sizing: border-box;
  }

/* ポップアップウインドウの設定 */
.popup {
  background-color: #efefef;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70vw;
  height: 45vw;
  overflow-y: scroll;
  z-index: 10;
}
/* チェックボックスの初期設定 */
#popup-on{
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on:checked + .popup{
  display: block;
}

/* 閉じるアイコン（右上） */
.icon-close{
  background: #000;
  color: #fff;
  font-size: 30px;
  padding: 0 10px;
  position: absolute;
  right: 0;
}

/* 閉じるボタン */
.btn-close{
  background: #000;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}

/* 開くボタン 
.btn-open{
  background: #fff;
  border-radius: 0px;
  color: #fff;
  padding: 5px;
  cursor: pointer;
  margin: 0px auto;
  width: 95%;
  text-align: center;
}
*/
/* ポップアップの内容 */
.popup-content{
  margin: 40px auto 40px auto;
  width: 90%;
}


/* ぽっぷあっぷ2
------------------------------------------------------------*/
/* 全体設定 */
* {
  box-sizing: border-box;
  }

/* ポップアップウインドウの設定 */
.popup2 {
  background-color: #efefef;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70vw;
/*  height: 45vw;*/
  margin-top:6em;
  margin-bottom:6em;
  overflow-y: scroll;
  z-index: 10;
}
/* チェックボックスの初期設定 */
#popup-on2{
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on2:checked + .popup2{
  display: block;
}

/* 閉じるアイコン（右上） */
.icon-close2{
  background: #000;
  color: #fff;
  font-size: 4em;
  padding: 0 10px;
  position: absolute;
  right: 0;
}

/* 閉じるボタン */
.btn-close2{
  font-size: 2em;
  background: #000;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 70%;
  text-align: center;
}

/* 開くボタン */
.btn-open2{
  background: #fff;
  border-radius: 0px;
  color: #fff;
  padding: 5px;
  cursor: pointer;
  margin: 0px auto;
  width: 95%;
  text-align: center;
}

/* ポップアップの内容 */
.popup-content2{
  margin: 40px auto 40px auto;
  width: 90%;
}

/* ぽっぷあっぷ3
------------------------------------------------------------*/
/* 全体設定 */
* {
  box-sizing: border-box;
  }

/* ポップアップウインドウの設定 */
.popup3 {
  background-color: #efefef;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70vw;
/*  height: 45vw;*/
  margin-top:6em;
  margin-bottom:6em;
  overflow-y: scroll;
  z-index: 10;
}
/* チェックボックスの初期設定 */
#popup-on3{
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on3:checked + .popup3{
  display: block;
}

/* 閉じるアイコン（右上） */
.icon-close3{
  background: #000;
  color: #fff;
  font-size: 4em;
  padding: 0 10px;
  position: absolute;
  right: 0;
}

/* 閉じるボタン */
.btn-close3{
  font-size: 2em;
  background: #000;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 70%;
  text-align: center;
}

/* 開くボタン */
.btn-open3{
  background: #fff;
  border-radius: 0px;
  color: #fff;
  padding: 5px;
  cursor: pointer;
  margin: 0px auto;
  width: 95%;
  text-align: center;
}

/* ポップアップの内容 */
.popup-content3{
  margin: 40px auto 40px auto;
  width: 90%;
}

/* ぽっぷあっぷ4
------------------------------------------------------------*/
/* 全体設定 */
* {
  box-sizing: border-box;
  }

/* ポップアップウインドウの設定 */
.popup4 {
  background-color: #efefef;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70vw;
/*  height: 45vw;*/
  margin-top:6em;
  margin-bottom:6em;
  overflow-y: scroll;
  z-index: 10;
}
/* チェックボックスの初期設定 */
#popup-on4{
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on4:checked + .popup4{
  display: block;
}

/* 閉じるアイコン（右上） */
.icon-close4{
  background: #000;
  color: #fff;
  font-size: 4em;
  padding: 0 10px;
  position: absolute;
  right: 0;
}

/* 閉じるボタン */
.btn-close4{
  font-size: 2em;
  background: #000;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 70%;
  text-align: center;
}

/* 開くボタン */
.btn-open4{
  background: #fff;
  border-radius: 0px;
  color: #fff;
  padding: 5px;
  cursor: pointer;
  margin: 0px auto;
  width: 95%;
  text-align: center;
}

/* ポップアップの内容 */
.popup-content4{
  margin: 40px auto 40px auto;
  width: 90%;
}

/* ポイントボックス*/
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

.boxinfo{
    padding: .5em;
    font-size:15px;
    color:#000000;
    text-align: center;
    font-weight: bold;
    line-height: 1.5em;
    border: solid 3px #e05056;/*線*/
    border-radius: 10px;/*角の丸み*/
}


/* ----------------------文字装飾---------------------- */
.fcRed{color: red !important;}
.fcBlue{color: #4682b4 !important;}
.fwB{font-weight: bold !important;}