@charset "UTF-8";
/* あまりいじらないゾーン */
body{
    font-family: Hiragino Sans, Arial, sans-serif; 
}
p{
    font-size:17px;
    color: rgb(61, 61, 61);
    line-height: 2em;
    padding-top:10px;
}
b{
    padding :0 0.1em; 
}
@media (min-width: 1200px){
    .container {
        max-width: 700px;
    }
}


/*　フッター */
.footer{
    text-align:center;
}
.footername{
    text-align:center;
    background:rgb(255, 247, 255);
    font-size:x-small;
}
.footername a:link{
    color:black;
}
.footername a:visited{
    color:black;
}

/* FV関連 */
p.PR{
    font-size:10px;
    color:gray;
}
p.day{
    font-size:12px;
    color:#424242;
}
p.pr{
    font-size:12px;
    color:#424242;
}
hr.first{
    border-top: 1px solid rgb(138, 138, 138);
    margin-bottom: 0;
    text-align:center;
    width:75%;
}
hr.top{
    border-top: 1px solid rgb(190, 190, 190,0.4);
    text-align:center;
    width:95%;
}
.danger{
    text-align: right;
    font-size:10px;
    color:rgb(158, 158, 158);

}
.tyu{
    font-size:8px;
    color:rgb(158, 158, 158);
}
p.ue{
    margin-top:-10px;
    margin-bottom:4px;
    float:left;
}
p.uee{
    margin-top:-10px;
    margin-bottom:4px;
    float:right;
}

/* ここからは文字色 */
.red{
    color:rgb(255, 37, 37);
}
.red01{
    color:rgb(209, 43, 107);
}
.blue{
    color:rgb(61, 61, 243);
}
.darkblue{
    color:rgb(17, 7, 165);
}
.mizuiro{
    color:rgb(0, 140, 255);
}
.yellow{
    color:rgb(238, 245, 139);
}
.pink{
    color:rgb(255, 30, 199);
}
.orange{
    color:rgba(253, 102, 14, 0.822);
}
.star{
    color:rgb(255, 177, 32);
}
.purple{
    color:rgb(209, 76, 250);
}
.green{
    color:rgb(0, 156, 0);
}
.black{
    color:rgb(97, 97, 97);
}
.gray{
    color:rgb(150, 150, 150);
}
.black{
    color: rgb(61, 61, 61);
}

/* ここから文字背景 */
.backyellow{
    background-color:yellow;
}
.backyellow01{
    background-color:rgba(255, 255, 161, 0.911);
}
.underyellow01{
    background:linear-gradient(transparent 60%, rgba(255, 255, 161, 0.911) 60%);
}
.backpink{
    background-color:rgb(255, 202, 235);
}
.backblue{
    background-color:rgb(97, 177, 252);
}
.backgreen{
    background-color:rgb(193, 253, 193);
}
.backred{
    background-color:rgb(255, 166, 166);
}
.backorange{
    background-color:rgb(255, 231, 185);
}
.backblack{
    background-color:black;
}

/* ここからは文字の大きさ　*/
.fontsize9{
    font-size:9px;
}
.fontsize10{
    font-size:10px;
}
.fontsize11{
    font-size:11px;
}
.fontsize12{
    font-size:12px;
}
.fontsize13{
    font-size:13px;
}
.fontsize14{
    font-size:14px;
}
.fontsize15{
    font-size:15px;
}
.fontsize16{
    font-size:16px;
}
.fontsize17{
    font-size:17px;
}
.fontsize18{
    font-size:18px;
}
.fontsize19{
    font-size:19px;
}
.fontsize20{
    font-size:20px;
}
.fontsize21{
    font-size:21px;
}
.fontsize22{
    font-size:22px;
}
.fontsize23{
    font-size:23px;
}
.fontsize24{
    font-size:24px;
}
.fontsize25{
    font-size:25px;
}
.fontsize26{
    font-size:26px;
}
.fontsize27{
    font-size:27px;
}
.fontsize28{
    font-size:28px;
}
.fontsize29{
    font-size:29px;
}
.fontsize30{
    font-size:30px;
}
.fontsizedai{
    font-size:2em;
}
.fontsizedaidai{
    font-size:3em;
}

/* テキストの位置　*/
.center{
    text-align:center;
}
.right{
    text-align:right;
}
.left{
    text-align:left;
}

/* テキストに下線 */
.under{
    text-decoration:underline;
}
.blueunder{
    color:rgb(33, 33, 248);
    text-decoration:underline;
}

/* 引用　*/
blockquote {
    position: relative;
    padding: 5px 10px 0px 10px;
    box-sizing: border-box;
    background: rgb(255, 250, 254);
    color: rgb(95, 95, 95);
    border:solid 1.2px rgb(211, 109, 185);
    border-radius:5px;
}
blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.4;
}
blockquote cite {
    display: block;
    text-align: right;
    color: rgb(255, 250, 254);
    font-size: 0.9em;
}






/* 見出しなど */
h1 {
    position: relative;
    padding: 0.6em;
    background: #F3E8FF;
    font-size:21px;
    line-height: 1.7em;
  }
  
  h1:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #F3E8FF;
    width: 0;
    height: 0;
  }
h2{
    color: #333333;
    padding:0.6em;
    text-shadow: 0 0 5px white;
    background: #fce3fc;
    z-index: -4;
    border-radius: 10px 10px 10px;
    font-size:20px;
}
h3{
    position: relative;
    padding: 0.6em;
    background: #18019e;
    font-size:23px;
    border-radius: 3px 3px 3px 3px;
    color:white;
}
h3:after {
    position: absolute;
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #18019e;
    width: 0;
    height: 0;
}

/* ビデオ */
.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ボタンアニメーション */
.fluffy {
    background: rgb(255, 255, 255);
    animation: fluffy1 3s ease infinite;
}
@keyframes fluffy1 {
    0% { transform:translateY(0) }
    5% { transform:translateY(0) }
    10% { transform:translateY(0) }
    20% { transform:translateY(-15px) }
    25% { transform:translateY(0) }
    30% { transform:translateY(-15px) }
    50% { transform:translateY(0) }
    100% { transform:translateY(0) }
}

/* 段落 */
ul {
    border: solid 5px #5f92ff;
    background-color:#f6f7ff;
    padding: 1em;
    position: relative;
    margin-top: 2em;
    border-radius :8px;/*角の丸み*/
}
ul li {
    line-height: 1.3;
    padding: 0.5em 0 0.5em 1.4em;
    list-style-type: none!important;
    font-size:21px;
}
ul li:last-of-type {
    border-bottom: none;
}
ul li:before {
    /*リスト内のアイコン*/
    font-family: "Font Awesome 5 Free";
    content: "・";/*アイコン種類*/
    position: absolute;
    left : 1.2em; /*左端からのアイコンまで*/
    color: #18019e;; /*アイコン色*/
}
ul.ul li:after {
    /*タイトルタブ*/
    background: #18019e;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: -2px;
    bottom: 100%;
    padding: 1px 7px;
    content: "こんな方にオススメ！";/*タブの文字*/
    letter-spacing: 0.05em;/*字間*/
    border-radius: 5px 5px 0px 0px;
}

/* テキストにマーカーをひく */
.marker_line {
    background: -webkit-linear-gradient(left, #FFEC3D 50%, transparent 50%) 100% 0% / 200% 70% no-repeat;
    background: linear-gradient(to right, #FFEC3D 50%, transparent 50%) 100% 0% / 200% 70% no-repeat;
    transition: background-position 1s ease-out;
    -webkit-transition: background-position 1s ease-out;
}
.marker_start {
    background-position: 0% bottom;
}

/* 上部固定 */
div.kotei{
    position: absolute;
    z-index: 100;
    width:100%;
    border-top: solid 1.5px #ff7f9b;
    background: -moz-radial-gradient(rgb(255, 255, 255,0.8), rgba(255, 245, 239, 0.7)); 
    background: -webkit-radial-gradient(rgb(255, 255, 255,0.8), rgb(255, 245, 239, 0.7)); 
    background: radial-gradient(rgb(255, 255, 255,0.8), rgb(255, 245, 239, 0.7)); 
    height:38px;
    text-align:center;
    box-shadow:3px 3px 5px 4px rgba(0,0,0,0.08) ;
}
.koteiimg{
    max-height:60%;
    margin-top:7px;
}
.container{
    padding-top:50px;
}
.underyellow{
   
    background:linear-gradient(transparent 60%, #ff6 60%);
  }

p.tyu{
    line-height: 1.2;
}

.balloon5 {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
  }
  
  .balloon5 .faceicon {
    float: left;
    width: 30%;
  }
  
  .balloon5 .faceicon img{
    width: 100%;
    height: auto;
    border: solid 3px #fed7d7;
    border-radius: 50%;
  }
  
  .balloon5 .chatting {
    width: 100%;
  }
  
  .says {
    margin: 5px 0 0 105px;
    padding: 5px 13px;
    border-radius: 12px;
  }
  
  
  
  .says p {
    margin: 0;
    padding: 0;
  }


  

  .box {
    /* 背景色 */
    background: #e1f5fe;
    /* ボーダー|太さ|タイプ|色| */
    border: solid 2px #b3e5fc;
    border-radius: 5px;
    margin: 10px 0 10px 0;
    position: relative;
    padding: 0 10px;
    max-width: 100%;
  }
  
   .box .ttl {
    color: #03a9f4;
    font-weight: bold;
    text-shadow: #fff 3px 0px 0px, #fff 2.83487px 0.981584px 0px, #fff 2.35766px 1.85511px 0px, #fff 1.62091px 2.52441px 0px, #fff 0.705713px 2.91581px 0px,
      #fff -0.287171px 2.98622px 0px, #fff -1.24844px 2.72789px 0px, #fff -2.07227px 2.16926px 0px, #fff -2.66798px 1.37182px 0px, #fff -2.96998px 0.42336px 0px,
      #fff -2.94502px -0.571704px 0px, #fff -2.59586px -1.50383px 0px, #fff -1.96093px -2.27041px 0px, #fff -1.11013px -2.78704px 0px,
      #fff -0.137119px -2.99686px 0px, #fff 0.850987px -2.87677px 0px, #fff 1.74541px -2.43999px 0px, #fff 2.44769px -1.73459px 0px,
      #fff 2.88051px -0.838246px 0px;
    background: linear-gradient(0deg, #e1f5fe 0%, #e1f5fe 55%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  
    position: relative;
    display: inline-block;
    top: -0.8em;
    left: -10px;
    padding: 0 10px;
    line-height: 1.5;
    margin: 0;
    z-index: 1;
    box-sizing: border-box;
  }
  
   .box .ttl:after {
    position: absolute;
    display: inline-block;
    top: calc(0.8em - 11px);
    left: 0;
    background: #ffffff;
    content: "";
    width: 100%;
    height: 11px;
    z-index: -1;
  }
  
   .box .box_cont {
    padding: 20 10 20 10;
    z-index: -2;
  }
  
   .box .box_list {
    padding: 20px;
    margin: 0;
    padding-left: 1em;
    margin-left: 1em;
    list-style-type: decimal;
    box-sizing: border-box;
  }
  
   .box .box_list li {
    padding: 0;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    margin: 0;
    position: relative;
    margin: 0;
    font-size: 20px;
    line-height: 22.5px;
    color: #333;
    font-weight: bold;
  }

  .mybox {
    /* 枠線。線の太さ｜線の種類｜線の色 */
    border: 5px solid #eee;
    /* ボックスの外側の余白 */
    margin: 10px;
    /* ボックスの内側の余白 */
    padding: 10px;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
  }
  
   .mybox:before {
    /* 一部だけ異なる横線。線の太さ｜線の種類｜線の色 */
    border-top: 5px solid #f0b8bf;
    /* 一部だけ異なる縦線。線の太さ｜線の種類｜線の色 */
    border-left: 5px solid #f0b8bf;
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    z-index: 1;
  }
  
.mybox p {
    margin: 0;
    text-align: center;
    font-size: 19px;
    line-height: 2.3em
  }