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: 0.4em 70px 0.4em 15px;
     padding:0.3em 0.1em;
     letter-spacing:0.1em;
}

  /* ここから下がハンバーガーメニューに関する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;/* メニューを画面に入れる */
      }
/*ヘッダー固定*/
 


}

main {
  flex-grow: 1;
}

/*画像の大きさ指定*/

/*img{
    width: 100%;
}*/


/*レスポンシブ*/
@media screen and (max-width : 899px ) {
img{
    max-width: 880px;
    }
h1{
     font-size:40px;
}
}

    
@media screen and (max-width : 480px ) {
img{
    max-width: 400px;
    }
header_img
    {
    display: none;
    }
    
h1{
    font-size:30px;
}
}



  
  
  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;}
  
  sup{font-size:smaller;}

#pic{marigin:25px;}




/*語句集*/
.word:visited {
    color: #1e50a2;
    text-decoration: underline;}

    .word:hover , .word:active {
		background-color : #1e50a2 ;
		color : #ffffff ;
		text-decoration : none ;
	}
  /*次へ・戻るボタン2つを囲う箱*/
    .backnext{
        width: 100%;
      margin:0 10px;
      }
  /*戻るボタン*/
   .left-column {
      float: left;
      width: 50%; /* 要素の幅を50%に定義 */
      background-color: #fcf8e0; /* 視覚化のための背景色 */
      }
  /* 次へボタン */
    .right-column {
      float: right;
      width: 50%; /* 要素の幅を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;
      }
    

/*新しいデザイン*/
.header{padding:5%;}
    
  .sample {
      margin: 0px;
  }
  .sample .text {
      text-align: left;
      display: inline-block;
  }
  
  .box{
    border-top: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    padding: 2em 0;
    position: relative;
    text-align:center;
  }
  
  .box:before, .box:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #aaa;
  }
  
  .box:before {
    left: 10px;
  }
  
  .box:after {
    right: 10px;
  }
  
    .box2{border-radius: 1px;
      border: 4px dotted #ffb6c1;
      font-size: 100%;
      margin: 2em;
      padding: 20px;
      font-family: sans-serif;
      width: 60% ;
      display: inline-block;
  }
  
  .dashed_line {
    padding: 1.5em 3em;
    border: dashed 2px black;
    width:45%;
    height:90px;
    text-align:left;
    background-color:#fff;
  }
            .wrapper{padding:10px;}
  
  
  
  table,th,td{border-style:solid;
             }
  
  table{margin: 10px 0 0.5em 55px;
        border-collapse:collapse;
        border-width:2px;
        border-color:#000;
        font-size: 14px;
        border-style:solid;
        }
  
  th{background-color:#ccc;
     padding: 5px;
     text-align:center;
    border-style:solid;}
  
  td{background-color:#fff;
     padding: 5px;
     text-align:center;
    border-style:solid;}

            /*リンクの装飾*/
            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%;
}

  
  
  

/*新しいヘッダー*/

.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: "";
    
    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);
}

/*1.6.追加*/
.sp-nav {
  display: none;
}

@media screen and (max-width: 640px) {
  .gnavi__wrap {
     display: none;
  }
  .sp-nav {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, .8);
  transition: all .2s ease-in-out;
  position: fixed;
  right: -320px; /* 右から出てくる */
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
 }
 .sp-nav ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.sp-nav li {
  margin: 0;
  padding: 0;
}
.sp-nav li span {
  font-size: 15px;
  color: #fff;
}
.sp-nav li a, .sp-nav li span {
  display: block;
  padding: 20px 0;
}
  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
  }
  .nav_item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  .toggle {
    transform: translateY( 0 );
    opacity: 1;
 }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
}/* sp */


/* 上に戻るボタン */
.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;
}
/*吹き出しレスポンシブ*/
/*吹き出し  アイコン  左寄せ*/
.fukidashi1 {
  width: 95%;
  margin: 12px 14px;
  overflow: hidden;
}

.fukidashi1 .icon {
  float: left;
  margin-right: -70px;
  width: 70px;

}

.fukidashi1 .icon .wphg{
  width: 70px;
  height: 70px;
}

.fukidashi1 .icon img{
  width: 100%;
  height: auto;
  border: solid 3px #fab41f;
  /*0%：四角  10%～:角丸  50%:円*/
  border-radius: 30%;
}

.fukidashi1 .iconfont {
  padding-top:7px;
  font-size:10px;
  text-align:center
}

.fukidashi1 .bubble {
  display: inline-block;
  position: relative; 
  margin: 25px 20px 0 95px;
  padding: 13px;
  border-radius: 25px;
  background: #fab41f;
  max-width: 500px;
}

.fukidashi1 .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;
}


/*吹き出し  アイコン  右寄せ*/
.fukidashi2 {
  width: 97%;
  margin: 12px 14px ;
  overflow: hidden;
  display:flex;
  justify-content: flex-start;
}

.fukidashi2{
  justify-content:flex-end;
}

.fukidashi2 .icon {
  display: inline-block;
  order:2 !important;
  margin-left: -70px;
  margin-right: 10px;
  width: 70px;
}

.fukidashi2 .icon img{
  width: 70px;
  height: 70px;
  border: solid 3px #FDF5E6;
  /*0%：四角  10%～:角丸  50%:円*/
  border-radius: 30%;
}

.fukidashi2 .icon .wphg{
  width: 70px;
  height: 70px;
}

.fukidashi2 .iconfont {
  padding-top:7px;
  font-size:10px;
  text-align:center
}

.fukidashi2 .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;
}

.fukidashi2 .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;
}

/*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; }

  .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;
  }
  
.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;
}
