body{background-color:#ffffff;
    letter-spacing: 0.03em;
    line-height: 1.5em;
     max-width: 960px;
    margin-left:auto;
    margin-right:auto;}
h1{font-family:serif,sans-serif;
   font-weight: bold;
   font-size:40px;
   margin: 0px 70px 0.5em 15px;
   letter-spacing:0.1em;}

h2{font-family:serif,sans-serif;
     font-weight:bold;
     margin: 1.5em 70px 0.5em 30px;
     padding: 0.3em 0.5em;
     letter-spacing:2px;
     background-color:#FFD3A7;}
p{font-family:sans-serif;
  margin: 0px 70px 1em 60px;}
.ribbon9 {
  display: inline-block;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
}

table{margin: 0 0 0.5em 55px;
      border-collapse:collapse;
      border-width:2px;
      border-color:#000;
      font-size: 14px;}

th{background-color:#ccc;
   padding: 2px;
   text-align:center;}

td{background-color:#fff;
   padding: 2px;
   text-align:right;}

.m-marker{color:#ff0000;}

#wrapper {
    margin: 40px 10% 0;
}

.box4{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #fff;
    border-top: solid 5px #006400;
    border-bottom: solid 5px #006400;
    display:inline-block
}
.box4 p {
    margin: 0; 
    padding: 0;
}

  /* ここから下がハンバーガーメニューに関するCSS */
  /* チェックボックスを非表示にする */
    .drawer_hidden {
      display: none;
      }

  /* ハンバーガーアイコンの設置スペース */
    .drawer_open {
      display: flex; /*画面の定位置*/
      height: 60px;
      width: 60px;
      justify-content: center;
      align-items: center;
      position:fixed;
      top:60px;
      right:10px;
      z-index: 100; /* 重なり順を一番上にする */
      cursor: pointer;
   
      }
  /* ハンバーガーメニューのアイコン */
    .drawer_open span,
    .drawer_open span:before,
    .drawer_open span:after {
      content: '';
      display: block;
      height: 3px;
      width: 25px;
      border-radius: 3px;
      background: #333;
      transition: 0.5s;
      position: absolute;
      }
  /* 三本線の一番上の棒の位置調整 */
    .drawer_open span:before {
      bottom: 8px;
      }
  /* 三本線の一番下の棒の位置調整 */
    .drawer_open span:after {
      top: 8px;
      }
  /* アイコンがクリックされたら真ん中の線を透明にする */
    #drawer_input:checked ~ .drawer_open span {
      background: #ffffff00;
      }
  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
    #drawer_input:checked ~ .drawer_open span::before {
      bottom: 0;
      transform: rotate(45deg);
      }
    #drawer_input:checked ~ .drawer_open span::after {
      top: 0;
      transform: rotate(-45deg);
      }
  /* メニューのデザイン*/
    .nav_content {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 100%; /* メニューを画面の外に飛ばす */
      z-index: 99;
      background: #fff;
      transition: .5s;
      margin:0 0 0 100%;
      }
  /* メニュー黒ポチを消す */
    .nav_list {
      list-style: none;
      margin-block-start: 7em;
      margin-block-end: 1em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      padding-inline-start: 40px;
      }
  /* アイコンがクリックされたらメニューを表示 */
    #drawer_input:checked ~ .nav_content {
      left: -300px;/* メニューを画面に入れる */
      }

/*レスポンシブ*/
@media screen and (max-width : 899px ) {
img{
    max-width: 880px;
    }
body{
    margin: 0 30px;
    }
    h1{
     font-size:40px;
}

}

    
@media screen and (max-width : 480px ) {
img{
    max-width: 400px;
    }
header_img
    {
    display: none;
    }
    h1{
    font-size:25px;
}
}



/*点線ボックス*/
.box6 {
    padding: 1.5em 3em;
    margin: 2em 0;
    background: #f0f7ff;
    border: dashed 2px #5b8bd0;/*点線*/
}
.box6 p {
    margin: 0; 
    padding: 0;
}

/*ヘッダー*/
.gnavi__wrap {
    position: sticky;
  top: 0;
    width: 100%;
    margin: 0 auto;
    z-index:100;
}

.gnavi__lists {
    display: flex;
    list-syle: none;
    padding-left: 0;
}
.gnavi__list {
    width: 12.5%;
    height: 60px;
    background-color: #fab41f;
    position: relative;
    transition: all .3s;
    list-style: none;
    padding-left: 0;
}
.gnavi__list:hover {
    background-color: #ffa203;
}
.gnavi__list:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}
.gnavi__list:hover::before {
    background-color: #fff;
}
.gnavi__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #1b4059;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 600;
    transition: all .3s;
}
.gnavi__list:hover a {
    color: #fff;
}
.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 60px;
}
.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
    background-color: #ffb943;
    height: 60px;
    transition: all .3s;
    position: relative;
    list-style: none;
    padding-left: 0;
    left: -40px;
}
/*.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ffb943;
    position: absolute;
    top: 0;
    
}*/
.dropdown__list:hover {
    background-color: #fcb439;
}
.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.dropdown__list a::before {
    content: '';
    display: block;
    text-decoration: none;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

/*次へ・戻るボタン2つを囲う箱*/
  .backnext{
    margin:0 10px 20px 10px;
    }
/*戻るボタン*/
 .left-column {
    float: left;
    width: 50%; /* 要素の幅を50%に定義 */
    background-color: #fcf8e0; /* 視覚化のための背景色 */
    }
/* 次へボタン */
  .right-column {
    float: right;
    width: 45%; /* 要素の幅を50%に定義 */
    background-color: #fcf8e0; /* 視覚化のための背景色 */
    }

  .btn-flat-logo {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 2em 8em;
    text-decoration: none;
    color: #fcf8e0;
    background: #9977ff;
    transition: .4s;
    }
  .btn-flat-logo:hover {
    background: #1ec7bb;
    }

/* ボタンのアニメーション */
  .btn-animation-02 {
    display: inline-block;
    width: 200px;
    text-align: center;
    background-color: #ff6699;
    border: 2px solid #ff6699;
    font-size: 16px;
    color: #ff6699;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 24px;
    border-radius: 4px;
    position: relative;
    }
  .btn-animation-02 span {
    position: relative;
    z-index: 1;
    }
  .btn-animation-02::before,
  .btn-animation-02::after {
    content: "";
    display: block;
    background-color: #fcf8e0;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s;
    }
  .btn-animation-02::before {
    left: 0;
    }
  .btn-animation-02::after {
    right: 0;
    }
  .btn-animation-02:hover:before,
  .btn-animation-02:hover:after {
    width: 0;
    background-color: #fcf8e0;
    }
  .btn-animation-02:hover {
    color: #fcf8e0;
    }
  
  /*アンダーライン*/
  .under {
    border-bottom: dotted 2px #87CEFA;
  }

.ribbon9:before {/*左側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -35px;
  z-index: -2;
  border: 20px solid #FFCCCC;
  border-left-color: transparent;/*山形に切り抜き*/
}

.ribbon9:after {/*右側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -35px;
  z-index: -2;
  border: 20px solid #FFCCCC;
  border-right-color: transparent;/*山形に切り抜き*/
}

.ribbon9 h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  font-size: 40px;
  color: #000000;
  background: #FFCCCC;/*真ん中の背景色*/
}
.ribbon9 h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #FFCCCC;/*左の折り返し部分*/
}
.ribbon9 h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #FFCCCC;/*右の折り返し部分*/
}
.fusen-001 {
    display: inline-block;
    position: relative;
    padding: .10em 1.3em .5em 1em;
    background-color: #FFCCCC;
    color: #333333;
}

.fusen-001::before {
    position: absolute;
    bottom: -1px;
    right: 9px;
    z-index: -1;
    transform: rotate(5deg);
    width: 70%;
    height: 50%;
    background-color: #d0d0d0;
    content: "";
    filter: blur(4px);
}

.box {
    position: relative;
    border: 1px solid #999;
    background-color: #afeeee;
    color: #333;
    width: 60%;
    align:center;
     margin-left:auto;
  margin-right:auto;
    
}

.box-title {
    position: absolute;
    display: inline-block;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0rem 1rem;
    background-color: #afeeee;
    align:center;
}

.box-body {
    
    padding: 1rem;
    line-height: 1.5;
    margin-left:auto;
  margin-right:auto;
}

/* 吹き出し本体 */
.balloon3{
    top:-30px;
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #000000;
    background-color: rgb(234, 166, 202);
    margin-left: 110px;
    display: inline-block;/* 左に余白を設ける */
  }
  /* 画像 - 絶対配置で左上に配置 */
  .balloon3 .icon{
    position: absolute;
    left: -110px;
    top: 0;
  }
  /* 三角アイコン */
  .balloon3::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -15px;
    top: 20px;
    border-right: 15px solid rgb(234, 166, 202);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  
  
  /* 吹き出し本体 */
  .balloon4{
       top: -40px;
      float: right;
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #000000;
    background-color: rgb(186, 173, 244);
    margin-left: 80px; 
      max-width: -webkit-calc(100% - 80px);
max-width: calc(100% - 80px);
display: inline-block;/* 右に余白を設ける */
  }
  /* 画像 - 絶対配置で右上に配置 */
  .balloon4 .icon{
    position: absolute;
    right: -110px;
    top: 0;
      text-align:center;
      float: right;
  }
  /* 三角アイコン */
  .balloon4::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -15px;
    top: 20px;
    border-left: 15px solid rgb(186, 173, 244);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
     
  }
.balloon4-text-right {
float: left;
}


.balloon {
    margin-bottom: 2em;
    position: relative;
    }
  .balloon:before,.balloon:after {
    clear: both;
    content: "";
    display: block;
    }
  .balloon figure {
    width: 60px;
    height: 60px;
    }
  .balloon-image-left {
    float: left;
    margin-right: 15px;
    }
  .balloon-image-right {
    float: right;
    margin-left: 15px;
    }
  .balloon figure img {
    width: 100%;
    height: 100%;
    border: 1px solid #aaa;
    border-radius: 50%;
    margin: 0;
    }
  .balloon-image-description {
    padding: 10px 0 0;
    font-size: 10px;
    text-align: center;
    }
  .balloon-text-right,.balloon-text-left {
    position: relative;
    padding: 10px;
    border: 1px solid;
    border-radius: 10px;
    max-width: -webkit-calc(100% - 120px);
    max-width: calc(100% - 120px);
    display: inline-block;
    }
    
  .balloon-text-left {
     background-color: #CCCCCC;
    }
  .balloon-text-right {
     background-color: #FFFFFF;
    }
  .balloon-text-right {
    border-color: #ccc	;
    }
  .balloon-text-left {
    border-color: #ccc;
    }
  .balloon-text-right {
    float: left;
    }
  .balloon-text-left {
    float: right;
    }
  .balloon p {
    margin: 0 0 20px;
    }
  .balloon p:last-child {
    margin-bottom: 0;
    }
/* 三角部分 */
  .balloon-text-right:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #CCCCCC;
    top: 15px;
    left: -20px;
    }
  .balloon-text-right:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #fff;
    top: 15px;
    left: -19px;
    }
  .balloon-text-left:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #aaa;
    top: 15px;
    right: -20px;
    }
  .balloon-text-left:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #CCCCCC;
    top: 15px;
    right: -19px;
    }
/*新しいレスポンシブ対応の吹き出し*/
/*吹き出し  アイコン  右寄せ*/


/*吹き出し  アイコン  右寄せ*/


.fukidashi2 .icon {
  float: left;
  margin-right: -70px;
  width: 70px;

}

.fukidashi2 .icon .wphg{
  width: 70px;
  height: 70px;
}

.fukidashi2 .icon img{
  width: 100%;
  height: auto;
  border: solid 3px #b2d99a;
  /*0%：四角  10%～:角丸  50%:円*/
  border-radius: 30%;
}

.fukidashi2 .iconfont {
  padding-top:7px;
  font-size:10px;
  text-align:center
}

.fukidashi2 .bubble {
  display: inline-block;
  position: relative; 
  margin: 25px 20px 0 95px;
  padding: 13px;
  border-radius: 25px;
  background: #fab41f;
  max-width: 500px;

}

.fukidashi2 .bubble:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 13px; 
  left: -14px;
  border-style: solid;
  border-width: 0 24px 17px 0;
  border-color: transparent #fab41f;
    
}


/*吹き出し  アイコン  左寄せ*/
.fukidashi1 {
  width: 97%;
  margin: 12px 14px ;
  overflow: hidden;
  display:flex;
  justify-content: flex-start;
}

.fukidashi1{
  justify-content:flex-end;
}

.fukidashi1 .icon {
  display: inline-block;
  order:2 !important;
  margin-left: -70px;
  margin-right: 10px;
  width: 70px;
}

.fukidashi1 .icon img{
  width: 70px;
  height: 70px;
  border: solid 3px #b2d99a;
  /*0%：四角  10%～:角丸  50%:円*/
  border-radius: 30%;
}

.fukidashi1 .icon .wphg{
  width: 70px;
  height: 70px;
}

.fukidashi1 .iconfont {
  padding-top:7px;
  font-size:10px;
  text-align:center
}

.fukidashi1 .bubble {
  float: left;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 25px 90px 30px 20px;
  padding: 13px;
  border-radius: 25px;
  background: #FDF5E6;
  max-width: 500px;
    border-color:#FDF5E6;
    border-solid:2px;
    border-style:solid;
}

.fukidashi1 .bubble:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 13px; 
  right: -15px;
  border-style: solid;
  border-width: 17px 19px 0 0;
  border-color: #FDF5E6 transparent;
}

.explain {
  clear:both;
}
.box30 {
  margin: 2em 0.5em;
  background: #f1f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  float: left;
  width: 30%;
}
.box30 .box-title {
  font-size: 1.2em;
  background: #5fc2f5;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.box30 p {
  padding: 15px 20px;
  margin: 0;
}
.box30 img {
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
}
.box31 {
  margin: 1em 0.5em;
  background: #f1f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box31 .box-title {
  font-size: 1.2em;
  background: #5fc2f5;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.box31 p {
  padding: 15px 20px;
  margin: 0;
  text-align: left;
}
.box31 img {
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
}
@media screen and (max-width: 800px) {
  .box30 {
    margin: 2em 0.5em;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    float: left;
    width: 45%;
  }
}
.kazyo ul {
  padding: 0;
}
.kazyo ul li, ol li {
  color: #404040;
  border-left: solid 6px #FFCCCC;/*左側の線*/
  border-bottom: solid 2px #dadada;/*下に灰色線*/
  background: whitesmoke;
  margin-bottom: 5px;/*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
  font-weight: bold;
  width: 60%;
  float: right;
}
figure {
  float: left;
	margin: 0 15px 15px 0;
	width: 35%;
}
figure img {
	max-width: 100%;
}

@media screen and (max-width: 800px) {
  figure {
    float: none;
    width: 80%;
    text-align: center;
  }
  .kazyo ul li, ol li {
    float: none;
    width: 100%;
  }
}
.waku {
  clear:both;
}

 /*リンクの装飾*/
            a{
  position: relative;
  display: inline-block;
  transition: .3s;
}
            a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #ee7800;
  transition: .3s;
  transform: translateX(-50%);
}
            a:hover::after{
  width: 100%;
}

.box26 {
  position: relative;
  margin: 2em 4em;
  padding: 0.5em 1em;
  border: solid 3px #FFCCCC;
  border-radius: 8px;
  clear:both;
}
.box26 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #e44497;
  font-weight: bold;
}
.box26 p {
  margin: 0; 
  padding: 0;
}
/* 上に戻るボタン */
.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #ed702b;
	text-decoration: none;
}

/*footer*/
footer{background-color:#f0f0f0;}

#footer-inner {
    border-top: 1px solid #aaaaaa;
    padding: 20px 0;

    .footer{font-size:20px;
            font-family:ヒラギノ角ゴ Pro W3;}

    .box0 {
  width: 400px;                /* 横幅を200pxに指定 */
  height: 400px;               /* 横幅を200pxに指定 */
  border: 1px solid #000;      /* わかりやすくボーダーを引く */
  overflow-y: scroll;/* 縦方向にスクロール可能にする */
        
}

    .ftitle {
    box-sizing: border-box;
    padding-bottom: 15px;
        font-size:20px;
        color:#fd7e00;
}

    .record {
    width: 45%;
    min-width: 400px;
    box-sizing: border-box;
    background-color: #FDF5E6;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
        marigin-bottom:20px;
        
}

    .m-activity-and-browser {
    background-color: #FDF5E6;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    box-sizing: border-box;
    padding: 30px 3.5%;
}

    .box10{
        width: 400px;                /* 横幅を200pxに指定 */
  height: 400px;               /* 横幅を200pxに指定 */
  border: 1px solid #000; }

    #wrapper{padding:30px;}
   