body{font-family: Meiryo,  /* For Windows Fallback (Chrome) */
  sans-serif; color: #222;
}
#img_wrap{width:100%!important;}
#lpshoppingcolumn,#smp-lpshoppingcolumn,.sp_btn{display:none;}
img{display: block;   }
.henshuubu::before{ content: "編集部：";color:rgb(224, 21, 174);font-weight: bold;}
.nakagaichi::before{ content: "中垣内：";color:rgb(0, 89, 255);font-weight: bold;}

@media screen and ( min-width:800px ){
  .talking {
    margin-bottom:10px;
    position:relative;
}

.talking:before , .talking:after {
    clear:both;
    content:"";
    display:block;
}

/*アイコン*/
.talking figure {
    width:60px;     /*アイコンの横幅*/
    height:60px;    /*アイコンの縦幅*/
}

.talking-left_icon {
    float:left;
    margin-right:20px;    /*アイコンの右の余白(左の吹き出し)*/
}

.talking-right_icon {
    float:right;
    margin-left:20px;    /*アイコンの左の余白(右の吹き出し)*/
}

.talking figure img {
    width:100%;
    height:100%;
    margin:0;
    border:2px solid #aaa;
    border-radius:50%;    /*アイコンの角丸*/
}

/*アイコンの下の名前*/
.talking-left_icon figcaption ,
.talking-right_icon figcaption {
    padding:2px 0 0;
    font-size:12px;
    text-align:center;
}

/*吹き出しのセリフ部分*/
.talking-left , .talking-right  {
    position:relative;
    padding:10px;
    border-style:solid;    /*枠線の線種*/
    border-radius:10px;    /*セリフを入れる部分の角丸*/
    max-width: calc(100% - 80px);
    
    filter: drop-shadow(2px 2px 0.2rem #444);
}

.talking p {
    margin:0;
}

.talking p :last-child {
    margin:0;
}

/*---左の吹き出し---*/
.talking-left {
    float:left;
    border-width:2px;         /*枠線の太さ*/
    border-color:#fbf7d5;;    /*枠線の色*/
    background:#fbf7d5;;      /*背景色*/
}

/*左の吹き出し 三角*/
.talking-left:before {
    position: absolute;
    content: '';
    border: 0px solid transparent;
    border-right: 10px solid #aaa;
    top: 15px;
    left: -22px;
}

.talking-left:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #fbf7d5;;
    top: 15px;
    left: -19px;
}

/*---右の吹き出し---*/
.talking-right p{font-weight: bold;line-height: 41px!important;}
.talking-right {
    float:right;
    border-width:2px;      /*枠線の太さ*/
    
    border-color:#c3e9ff;   /*枠線の色*/
    background:#c3e9ff;   /*背景色*/
}

/*右の吹き出し 三角*/
.talking-right:before {
    position: absolute;
    content: '';
    border:00px solid transparent;
    border-left: 10px solid #aaa;
    top: 15px;
    right: -22px;
}

.talking-right:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #c3e9ff;
    top: 15px;
    right: -19px;
}
  .nakagaichi{    background-color: #cafffb;
    padding: 5px;
    border-radius: 6px;
    margin: 10px auto!important;}
  #pagetop{display:none;}
  #footer{display:none;}
  .bigspan{    background: linear-gradient(transparent 61%, #ffe600 39%);
    font-size: 25px;
    font-weight: bold;
    color: #021c7c;}
    .redspan{    
      font-size: 22px;
      font-weight: bold;
      color: #ff0000;}
  .penis{background: linear-gradient(transparent 50%, #baf7ff 50%);font-size: 30px;font-weight:bold;color:rgb(68, 0, 255);font-size: 46px;
      line-height: 75px;}
  .percent{background: none;font-size: 70px;font-weight:bold;color:#fff100;}
  .text_green{width: 760px;
  margin: 10px auto;
  font-size: 50px;
  text-align: center;
  padding: 21px;
  font-weight: bold;
  line-height: 43px;
  background-color: #021c7c;
  color: #fff;
  border-radius: 19px;
  }
  img{margin:0px auto;}
  li{color:#f00;font-weight:bold;      margin: 20px!important;  font-size: 22px;}
  ul {
      border: 2px skyblue dashed;
  width: 600px!important;
  margin: 6px auto!important;
  padding: 10px!important;}
  .master{width:1100px;margin:0 auto; 
      display: flex;-webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      }
      .main-left{width: 900px;  margin:57px auto; padding:20px; }
      .main-right{width: 240px;  box-shadow: 0px 3px 14px rgba(0,0,0,0.4);margin-top:15px;margin-bottom: 15px; padding:20px; margin-left: 10px;}
  header{width:100%;background-color: #0084ff;height:40px;color:#fff;text-align: center;font-size: 20px;letter-spacing: 5px;
      box-shadow: 6px 3px 10px rgba(0,0,0,0.4);}
      footer{width:100%;background-color: #021c7c;height:60px;color:#fff;text-align: center;font-size: 20px;letter-spacing: 5px;
          box-shadow: 6px 3px 10px rgba(0,0,0,0.4); line-height: initial!important;}
          .headerp{padding:0;margin:0;}
      .headerp{padding:0;margin:0;}
.topimg{max-width: 100%;margin: 0px auto;position: relative;background-color:  #021c7c;}
.topimg:after {
  position: absolute;
  content: "";
  /* left: 0; */
  transform: translateY(99.9%);
  border: 49.3vw solid transparent;
  border-top: 4vw solid #021c7c;
  pointer-events: none;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -53.3vw;
}
.topimg>img{max-width: 700px;width:700px;}
.text{width: 500px;margin:0 auto;font-size: 18px;line-height: 33px;}
.text2{width: 800px;margin:0 auto;font-size: 18px;line-height: 33px;}
h3 {
font-size: 30px;
position: relative;
padding: 3px 9px calc(0.3rem + 3px);
background: #fff100;
filter: drop-shadow(2px 2px 0.2rem #444);
color:#021c7c;
margin-top: 44px;
}

h3:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #021c7c;
}
h1{width: 100%;margin:20px auto 4px;border-bottom: 1px solid #666;font-size: 39px;}
h4 {
position: relative;
  overflow: hidden;
  padding: 0.5rem 0.5rem 0.5rem 118px;
  border-bottom: 2px solid #021c7c;
  font-size: 29px;
  color: #021c7c;
  margin: 0 auto 20px;
}

h4:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #021c7c;
}

.h4span {
  font-size: 38px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
}
h5{
  border-left: 5px solid #0084ff;
color: #0084ff;
padding-left: 10px;
margin: 0;
font-size: 18px;}
.profile>img{display: block;width: 90%;margin:10px auto;}
.profp{margin-top: 0;}
.small{    font-size: 12px;
  background-color: #021c7c;
  color: #fff;
  width: 45%;
  padding: 5px;
  margin: 0;
margin-bottom:20px;}
.btn{
  width: initial;
   margin: initial; 
   padding: initial; 
  float: initial;
  font-size: initial; 
   background: initial; 
  text-decoration: initial;
  width: 756px;height: 117px;margin:50px auto; }
.btn img{transition: all 0.3s ease 0s;}
.btn img:hover{padding-top:4px;}
.hame{width:70%;margin:10px auto;}
.rightad{margin:10px auto;width: 100%;}
.frame{border: 2px solid #021c7c;
margin-bottom: 20px;}
}
@media screen and ( max-width:799px ){
  .talking {
    margin-bottom:10px;
    position:relative;
}

.talking:before , .talking:after {
    clear:both;
    content:"";
    display:block;
}

/*アイコン*/
.talking figure {
    width:40px;     /*アイコンの横幅*/
    height:40px;    /*アイコンの縦幅*/
}

.talking-left_icon {
    float:left;
    margin-right:20px;    /*アイコンの右の余白(左の吹き出し)*/
}

.talking-right_icon {
    float:right;
    margin-left:20px;    /*アイコンの左の余白(右の吹き出し)*/
}

.talking figure img {
    width:100%;
    height:100%;
    margin:0;
    border:2px solid #aaa;
    border-radius:50%;    /*アイコンの角丸*/
}

/*アイコンの下の名前*/
.talking-left_icon figcaption ,
.talking-right_icon figcaption {
    padding:2px 0 0;
    font-size:12px;
    text-align:center;
}

/*吹き出しのセリフ部分*/
.talking-left , .talking-right  {
    position:relative;
    padding:10px;
    border-style:solid;    /*枠線の線種*/
    border-radius:10px;    /*セリフを入れる部分の角丸*/
    max-width: calc(100% - 92px);
    
    filter: drop-shadow(2px 2px 0.2rem #444);
}

.talking p {
    margin:0;
}

.talking p :last-child {
    margin:0;
}

/*---左の吹き出し---*/
.talking-left {
    float:left;
    border-width:2px;         /*枠線の太さ*/
    border-color:#fbf7d5;;    /*枠線の色*/
    background:#fbf7d5;;      /*背景色*/
}

/*左の吹き出し 三角*/
.talking-left:before {
    position: absolute;
    content: '';
    border: 0px solid transparent;
    border-right: 10px solid #aaa;
    top: 15px;
    left: -22px;
}

.talking-left:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #fbf7d5;;
    top: 15px;
    left: -19px;
}

/*---右の吹き出し---*/
.talking-right p{font-weight: bold;line-height: 30px!important;}
.talking-right {
    float:right;
    border-width:2px;      /*枠線の太さ*/
    
    border-color:#c3e9ff;   /*枠線の色*/
    background:#c3e9ff;   /*背景色*/
}

/*右の吹き出し 三角*/
.talking-right:before {
    position: absolute;
    content: '';
    border:00px solid transparent;
    border-left: 10px solid #aaa;
    top: 15px;
    right: -22px;
}

.talking-right:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #c3e9ff;
    top: 15px;
    right: -19px;
}
  .nakagaichi{    background-color: #cafffb;
    padding: 5px;
    border-radius: 6px;
    margin: 10px auto!important;}
   #pagetop{display:none;}
  #footer{display:none;}
.main-left{padding-top: 20px;}
  li{color:#f00;font-weight:bold;      margin: 20px!important;  font-size: 21px;}
  ul {
      border: 2px skyblue dashed;
  width:90%!important;
  margin: 6px auto!important;
  padding: 10px!important;}
  .master{width:100%;margin:0 auto;}
  header{width:100%;background-color: #0084ff;height: 27px;color:#fff;font-weight: bold;}
  footer{width:100%;background-color: #021c7c;height:27px;color:#fff;line-height: initial!important;}
      .headerp{padding:0;margin:0;}
  .headerp{padding:0;margin:0;text-align: center;}
  .bigspan{ background: linear-gradient(transparent 61%, #ffe600 39%);
    font-size: 19px;
    font-weight: bold;
    color: #021c7c;}
  .redspan{color: #ff0000;font-size: 19px;font-weight:bold;}
.shadow{box-shadow: 6px 3px 10px rgba(0,0,0,0.4);}
.text{    width: 96%;
margin: 0 auto;
font-size: 16px;
line-height: 28px;}
.text2{    width: 96%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 28px;}
h3 {
width: 96%;
position: relative;
padding: 2px 4px calc(0.5rem + -2px);
background: #fff100;
font-size: 5.5vw;
margin: 23px auto;
filter: drop-shadow(2px 2px 0.2rem #444);
color:#021c7c;
}

h3:before {
  position: absolute;
  top: -1px;
  left: -3px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #021c7c;
}
h1{width: 100%;margin:20px auto 4px;border-bottom: 1px solid #666;font-size: 22px;}
.small{    font-size: 10px;
  background-color: #021c7c;
  color: #fff;
  width: 100%;
  padding: 5px;
  margin: 0;
margin-bottom:20px;}
.topimg{max-width: 100%;margin: 0px auto 6vw;position: relative;background-color:  #021c7c;}
.topimg:after {
  position: absolute;
  content: "";
  /* left: 0; */
  /* bottom: -69px; */
  transform: translateY(99.9%);
  border: 47vw solid transparent;
  border-top: 6vw solid #021c7c;
  pointer-events: none;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.topimg>img{width: 85%;
  margin: 0 auto;}
.btn{width: initial;
   margin: initial; 
   padding: initial; 
  float: initial;
  font-size: initial; 
   background: initial; 
  text-decoration: initial;width: 99%;margin:0px auto;     padding: 10px 0;}
.btn img{width: 100%;}
img{max-width:100%;}
.rightad{display:none;}
h5{
  border-left: 5px solid #333;
color: #333;
padding-left: 10px;
margin: 0;
font-size: 18px;}
h4 {
  margin: 0 auto 15px;
  position: relative;
  overflow: hidden;
  font-size: 19px;
  padding: 0.5rem 1rem 0.5rem 55px;
  border-bottom: 2px solid #021c7c;
}

 h4:before {
  position: absolute;
  top: -150%;
  left: -156px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #021c7c;
}

.h4span {
  font-size: 22px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 4px;
  color: #fff;
}
.profile{background-color: #0084ff;color:#fff;padding: 10px;    margin-top: 20px;}
.profile>img{display: block;width: 20%;margin:10px auto;}
.profp{margin-top: 0;color:#fff;}
.percent{background: none;
  font-size: 47px;
  font-weight: bold;
  color: #fff100;}
  .text_green{    width: 95%;
      margin: 10px auto;
      font-size: 22px;
      text-align: center;
      padding: 10px;
      font-weight: bold;
       line-height: 43px; 
      background-color: #021c7c;
      color: #fff;
      border-radius: 8px;
  }
  .frame{width: 98%;
    border: 2px solid #021c7c;
    margin: 0 auto;
    margin-bottom: 15px;}
    .frame img{width: 95%!important;margin:0 auto 15px;}
    .hame{width: 97%;margin:10px auto;filter:initial;}
    figure {
      margin: 1em 10px;
  }
}


html {
scroll-behavior: smooth;
}
.ssss{opacity:0!important;transition: 1.0s ;}