#nend_banner_img{
    display:none;
} 
 

 #header{
    /* position: fixed; */
    top: 0; /* 上部から配置の基準位置を決める */
    left: 0; /* 左から配置の基準位置を決める */
    right: 0;
    width: 100%; /* ヘッダーの横幅を指定する */
    height: 40px; /* ヘッダーの高さを指定する */
    padding-left: 10px; /* ヘッダーの余白を指定する(上下左右) */
    background-color:#2B364B;
    text-align: left;
    display:none;
    line-height:40px;
    text-align:center;
}
#filterview{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;/*幅*/
    height: 100%;
    background-color:#2B364B;
    /* display:none; */
    margin-left: auto;
    margin-right: auto;
}



#randomfilterbox{
    height: 10%;
    width: auto;/*幅*/
    background:#f9f9f4;/*背景色*/
    top: 5px;
    margin-left: 1%;
    margin-right: 1%;
}

#randomfilterlabel{
    position: relative;
    color: #f9f9f4;
    background-color:#2B364B;
    height: 20px;
    width: auto;/*幅*/
    top: 3%;
    margin-left: 1%;
    margin-right: 1%;
}


#gradefilterbox{
    height: 10%;
    width: auto;/*幅*/
    background:#f9f9f4;/*背景色*/
    margin-top: 5px;
    margin-left: 1%;
    margin-right: 1%;
}

#gradefilterlabel{
    position: relative;
    color: #f9f9f4;
    background-color:#2B364B;
    height: 20px;
    width: auto;/*幅*/
    top: 3%;
    margin-left: 1%;
    margin-right: 1%;
}

#levelfilterbox{
    height: 10%;
    width: auto;/*幅*/
    background:#f9f9f4;/*背景色*/
    margin-top: 5px;
    margin-left: 1%;
    margin-right: 1%;
}

#levelfilterlabel{
    position: relative;
    color: #f9f9f4;
    background-color:#2B364B;
    height: 20px;
    width: auto;/*幅*/
    top: 3%;
    margin-left: 1%;
    margin-right: 1%;
}

#countfilterbox{
    height: 10%;
    width: auto;/*幅*/
    background:#f9f9f4;/*背景色*/
    margin-top: 5px;
    margin-left: 1%;
    margin-right: 1%;
}

#countfilterlabel{
    position: relative;
    color: #f9f9f4;
    background-color:#2B364B;
    height: 20px;
    width: auto;/*幅*/
    top: 3%;
    margin-left: 1%;
    margin-right: 1%;
}

#startbuttonbox{
    height: 120px;
    width: auto;/*幅*/
    background:#f9f9f4;/*背景色*/
    margin-top: 5px;
    margin-left: 1%;
    margin-right: 1%;
}

#startbutton {/*円の部分*/
    margin-top: 10px;
    margin-left: 1%;
    width: 100px;/*幅*/
    height: 100px;/*高さ*/
    background:#eeeeee;/*背景色*/
    text-align: center;/*中央寄せ*/
    border-radius: 50%;/*角丸く*/
    transition: .3s;/*滑らかな動きに*/
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);/*影*/
    font-size: 150%;/*サイズ*/
    color: #800000;
    left:5px;
}

#countlabel{
    position: absolute;
    bottom: 1%;
    right: 15%;
    font-size: 200%;/*サイズ*/
    border-bottom: solid 2px #424242;
    color: #424242;
}

#buttonline{
    position: absolute;
    left: 10px;
}

#copyrightbox{
    height: 20%;
    width: auto;/*幅*/
    background:#f9f9f4;/*背景色*/
    margin-top: 5px;
    margin-left: 1%;
    margin-right: 1%;
}

#produced-label{
    position: relative;
    margin-top: 0px;
    font-size: 100%;
    padding:0px;
    top: 10px;
    left: 20px;
    color: #424242;
    
}

#developer-label{
    position: relative;
    margin-top: 0px;
    font-size: 100%;
    padding:0px;
    left: 20px;
    color: #424242;
    margin-bottom: 3%;
}

#privacy-label{
    display: block;
    position: relative;
    font-size: 80%;
    padding:0px;
    left: 0;
    right: 0;
    text-align: center;/*中央寄せ*/
    color: #808080;
    
}

#Copyright-label{
    display: block;
    position: relative;
    font-size: 100%;
    padding:0px;
    left: 0;
    right: 0;
    text-align: center;/*中央寄せ*/
    color: #808080;
    
}

/* 元々のチェックボックス（非表示） */
.mycheckbox input[type="checkbox"]{
    display: none;
}
/* チェックボックスの代わりを成すラベル */
.mycheckbox input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 1px;
}
/* ラベルの左に表示させる正方形のボックス□ */
.mycheckbox input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0px;
    top: 50%;
    border: 1px solid;
    border-color:  #585753; /* 枠の色変更 お好きな色を */
    background-color: #f9f9f4; /* 背景の色変更 お好きな色を */
    border-radius: 20%;
    
}
/* チェックが入った時のレ点 */
.mycheckbox input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #585753; /* チェックの色変更 お好きな色を */
    
    
}

#levelview{
    max-width: 500px;
    top: 0; /* 上部から配置の基準位置を決める */
    position: absolute;
    z-index: 11;
    display: block;
    padding: 0px;
    width: 100%;/*幅*/
    height: 100%;/*高さ*/
    background:#f9f9f4;/*背景色*/
    margin-left: auto;
    margin-right: auto;
}

#levelview-header{
    top: 0; /* 上部から配置の基準位置を決める */
    left: 0; /* 左から配置の基準位置を決める */
    margin: 0px;
    padding: 0px;
    width: 100%; /* ヘッダーの横幅を指定する */
    height: 40px; /* ヘッダーの高さを指定する */
    line-height:40px;
    background-color:#2B364B;
    color: #f9f9f4;
    text-align: center;
}

#tabbar{
    text-align: center;/*中央寄せ*/
    position: fixed;
    bottom: 30px;
    font-size: 0;
    opacity: 0.9;
    z-index: 10000;
    display: block;
    width: 100%;/*幅*/
    max-width: 500px;
  }

#tabbar-ul{
    margin-bottom: 0;
    min-width: 50%;
    max-width: 500px;
    left: 0;
    padding: 0;
    background: #2B364B;
}
  
#tabbar li{
    display: inline-block;
    margin: 0;
    width: 50%;
    font-size: 14px;
    background: #2B364B;
  }
  
  #tabbar li a{
    color: #fff;
    background: #2B364B;
    width: 10%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 50px;
    margin: 0;
  }

  #tabbar-title{
    text-align: center;
    height: 10px;
    top: 0;
    margin: -4px;
  }

  #tabbar div{
    height: 50px;

  }

  .hideClass {
    transform: translateY(2000px);
  }


#levelview-topic{
    text-align: center;
    margin-top: 0px;
    font-size: 120%;
    padding:10px;
}

.card1 {
    max-width: 180px;
    width: 40%;
    margin: 10px;
    border-radius: 5px;
    background-color:#2B364B;
    box-shadow: 0 3px 6px #ccc;
    position: absolute;
    top: 100px;
    left: 10px;
}

.card2 {
    max-width: 180px;
    width: 40%;
    margin: 10px;
    border-radius: 5px;
    background-color:#2B364B;
    box-shadow: 0 3px 6px #ccc;
    position: absolute;
    top: 100px;
    right: 10px;
}

.card3 {
    max-width: 180px;
    width: 40%;
    margin: 10px;
    border-radius: 5px;
    background-color:#2B364B;
    box-shadow: 0 3px 6px #ccc;
    position: absolute;
    top: 300px;
    left: 10px;
}

.card4 {
    max-width: 180px;
    width: 40%;
    margin: 10px;
    border-radius: 5px;
    background-color:#2B364B;
    box-shadow: 0 3px 6px #ccc;
    position: absolute;
    top: 300px;
    right: 10px;
}

.card5 {
    max-width: 180px;
    width: 40%;
    margin: 10px;
    border-radius: 5px;
    background-color:#2B364B;
    box-shadow: 0 3px 6px #ccc;
    position: absolute;
    top: 500px;
    left: 10px;
}

.cardAll {
    max-width: 180px;
    width: 40%;
    margin: 10px;
    border-radius: 5px;
    background-color:#2B364B;
    box-shadow: 0 3px 6px #ccc;
    position: absolute;
    top: 500px;
    right: 10px;
}

.image1 {
    display: block;
    background-color:#2B364B;
    padding: 10px;
    width: 70%;
    height: auto;
    text-align: center;/*中央寄せ*/
    object-fit: contain;
    border-radius: 5px 5px 0 0;
    margin: auto;
}
.title1 {
    font-size: 100%;
    padding: 5px;
    margin: -1px;
    color: #444;
    background-color: #f9f9f4;
}
.content1 {
    margin: -1px;
    padding: 5px;
    color: #666;
    background-color: #f9f9f4;
}

#level1-button {/*円の部分*/
    display: block;
    width: 40px;/*幅*/
    height: 40px;/*高さ*/
    background:#2B364B;/*背景色*/
    text-align: center;/*中央寄せ*/
    border-radius: 50%;/*角丸く*/
    transition: .3s;/*滑らかな動きに*/
    /* box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);影 */
    position: absolute;
    font-size: 17px;/*サイズ*/
    color: #f9f9f4;
    bottom:2px;
    right: 5px;
}

#level2-button {/*円の部分*/
    display: block;
    width: 40px;/*幅*/
    height: 40px;/*高さ*/
    background:#2B364B;/*背景色*/
    text-align: center;/*中央寄せ*/
    border-radius: 50%;/*角丸く*/
    transition: .3s;/*滑らかな動きに*/
    /* box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);影 */
    position: absolute;
    font-size: 17px;/*サイズ*/
    color: #f9f9f4;
    bottom:2px;
    right: 5px;
}

#level3-button {/*円の部分*/
    display: block;
    width: 40px;/*幅*/
    height: 40px;/*高さ*/
    background:#2B364B;/*背景色*/
    text-align: center;/*中央寄せ*/
    border-radius: 50%;/*角丸く*/
    transition: .3s;/*滑らかな動きに*/
    /* box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);影 */
    position: absolute;
    font-size: 17px;/*サイズ*/
    color: #f9f9f4;
    bottom:2px;
    right: 5px;
}

#level4-button {/*円の部分*/
    display: block;
    width: 40px;/*幅*/
    height: 40px;/*高さ*/
    background:#2B364B;/*背景色*/
    text-align: center;/*中央寄せ*/
    border-radius: 50%;/*角丸く*/
    transition: .3s;/*滑らかな動きに*/
    /* box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);影 */
    position: absolute;
    font-size: 17px;/*サイズ*/
    color: #f9f9f4;
    bottom:2px;
    right: 5px;
}

#level5-button {/*円の部分*/
    display: block;
    width: 40px;/*幅*/
    height: 40px;/*高さ*/
    background:#2B364B;/*背景色*/
    text-align: center;/*中央寄せ*/
    border-radius: 50%;/*角丸く*/
    transition: .3s;/*滑らかな動きに*/
    /* box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);影 */
    position: absolute;
    font-size: 17px;/*サイズ*/
    color: #f9f9f4;
    bottom:2px;
    right: 5px;
}

#levelAll-button {/*円の部分*/
    display: block;
    width: 40px;/*幅*/
    height: 40px;/*高さ*/
    background:#2B364B;/*背景色*/
    text-align: center;/*中央寄せ*/
    border-radius: 50%;/*角丸く*/
    transition: .3s;/*滑らかな動きに*/
    /* box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);影 */
    position: absolute;
    font-size: 17px;/*サイズ*/
    color: #f9f9f4;
    bottom:2px;
    right: 5px;
}



.header_home{
    margin-right: 10px;
    color: #f9f9f4;
    float: left;     /* 左端に寄せて、後続を右側へ回り込ませる */
}

.header_title{
    text-align: center;/*中央寄せ*/
    color: #f9f9f4;
    font-size: 130%;
    float: left;     /* 左端に寄せて、後続を右側へ回り込ませる */
}


.header_count{
    color: #f9f9f4;
    float: left;     /* 左端に寄せて、後続を右側へ回り込ませる */
    right: 0px;
    margin-bottom: 0px;

}

/* .header_challenge_count{
    color: #f9f9f4;
    float: right;
}

.header_wordlevel{
    color: #f9f9f4;
    float: right;
    text-align: right; /* 文章を右寄せする */

 
 /* //ここからローディングエリアCSS */
 #loading{
    display: block;
 }
  .loading {
    top: 0;
    max-width: 500px;
    z-index: 20000;
    display: block;
    width: 100%;/*幅*/
    height: 100%;/*高さ*/
    background:#f9f9f4;/*背景色*/
    text-align: center;/*中央寄せ*/
    transition: .3s;/*滑らかな動きに*/
    position: fixed;
    font-size: 20px;/*サイズ*/
    color: #f9f9f4;
    /* bottom: 10px;
    right: 10px; */
  }
  
  .loading__img {
    max-width: 500px;
    z-index: 10;
    margin: 0px;
    position: fixed;
    width: 100%;
    height: auto;
    text-align: center;/*中央寄せ*/
    object-fit: contain;
    top: 45%;
  }

#indicator {
    position: absolute;
    margin: 0px;
    width: 10%;
    height: auto;
    top: 130%;
    left: 45%;
  }

#lodingtitle{
    left: 0%;
    top: -45%;
    width: 100%;
    max-width: 500px;
    z-index: 2000;
    position: absolute;
    color: #424242;
    display: table-cell;
    margin: 0;
    text-align: center;/*中央寄せ*/
}
  /* //ここまでローディングエリアCSS */


body {
    max-width: 500px;
    height: 100%;
    background-color: #f9f9f4;
    color: #424242;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
}

#challengeview {
    max-width: 500px;
    width: 100%;
    background-color: #f9f9f4;
    color: #424242;
    margin-left: 1;
    margin-right: 1;
}


#word_h { 
    clear:  both;
    width: 100%;/*幅*/
    margin-top: 2px;
    font-size: 50px;
    color: #800000; 
    background: #eeeeee;                /*背景色*/
    padding-left:10px;                          /* 文字の余白 */
    border: 2px solid #ccc; /*線の太さ・色*/
    border-radius: 8px; /*角の丸み*/
    
}

#word_e { 
    clear:  both;
    width: 100%;/*幅*/
    margin-top: 2px;
    font-size: 50px;
    color: #800000; 
    background: #eeeeee;                /*背景色*/
    padding-left:10px;                        /* 文字の余白 */
    border: 2px solid #ccc; /*線の太さ・色*/
    border-radius: 8px; /*角の丸み*/
    
}




P#pro { 
    margin-top: -10px;
    font-size: 25px;
    color: #424242; 
    background: #f9f9f4;                /*背景色*/
    padding:0px;                        /*文字の余白*/
}



#wordlevel {  
    margin-top: -20px;
    font-size: 100%;
    padding:10px;
    float: left;
}



#challenge_count {  
    margin-top: -20px;
    font-size: 100%;
    padding:10px;
}
.grade {
    position:relative;
    width: 100%;
    margin-top: -80px;
    text-align: center;
    float: left;
}
/* .grade:before {
    content: "";
    display: block;
    padding-top: 100%;
} */


#gradelabel {  
    display: block;
    position: absolute;
    border-radius: 3px;
    right: 13px;
    width: 90px;/*幅*/
    height: 90px;/*高さ*/
    text-align: center;
    line-height:90px;
    font-size: 370%;
}
    

 
h3 {
    padding: 3px 6px;                   /*上下左右の余白*/
    color: #494949;                     /*文字色*/
    background: transparent;            /*背景を透明に変更*/
    border-left: solid 5px #7db4e6;     /*左に色指定で枠線追加*/
}

P#wordname {  
    background-color:#2B364B;
    width: 70px;/*幅*/
    color: #f9f9f4;
    
}

p#mm {  
    margin-top: -20px;
    font-size: 120%;
    padding:10px;
}
p#jj {  
    margin-top: -20px;
    font-size: 120%;
    padding:10px;
}
p#tt {  
    margin-top: -20px;
    font-size: 120%;
    padding:10px;
}
p#kk {  
    margin-top: -20px;
    font-size: 120%;
    padding:10px;
}
p#ff {  
    margin-top: -20px;
    font-size: 120%;
    padding:10px;
}
p#zz {  
    margin-top: -20px;
    font-size: 120%;
    padding:10px;
}
p#fm {  
    margin-top: -20px;
    font-size: 120%;
    padding:10px;
}
p#ii {  
    margin-top: -20px;
    font-size: 120%;
    padding:10px;
}
p#memo {  
    margin-top: -20px;
    font-size: 120%;
    padding:10px;
}

P#mmlabel {  
    margin-top: -10px;
    margin-left: 5px;
    background-color:#2B364B;
    border-radius: 3px;
    width: 3em;
    text-align: center;
    color: #f9f9f4;
}P#jjlabel {  
    margin-top: -10px;
    margin-left: 5px;
    background-color:#2B364B;
    border-radius: 3px;
    width: 4em;
    text-align: center;
    color: #f9f9f4;
}P#ttlabel {  
    margin-top: -10px;
    margin-left: 5px;
    background-color:#2B364B;
    border-radius: 3px;
    width: 4em;
    text-align: center;
    color: #f9f9f4;
}P#kklabel {  
    margin-top: -10px;
    margin-left: 5px;
    background-color:#2B364B;
    border-radius: 3px;
    width: 4em;
    text-align: center;
    color: #f9f9f4;
}P#fflabel {  
    margin-top: -10px;
    margin-left: 5px;
    background-color:#2B364B;
    border-radius: 3px;
    width: 3em;
    text-align: center;
    color: #f9f9f4;
}P#zzlabel {  
    margin-top: -10px;
    margin-left: 5px;
    background-color:#2B364B;
    border-radius: 3px;
    width: 4em;
    text-align: center;
    color: #f9f9f4;
}P#fmlabel {  
    margin-top: -10px;
    margin-left: 5px;
    background-color:#2B364B;
    border-radius: 3px;
    width: 5em;
    text-align: center;
    color: #f9f9f4;
}P#iilabel {  
    margin-top: -10px;
    margin-left: 5px;
    background-color:#2B364B;
    border-radius: 3px;
    width: 3em;
    text-align: center;
    color: #f9f9f4;
}
P#memolabel {  
    margin-left: 5px;
    background-color:#2B364B;
    width: 70px;/*幅*/
    color: #f9f9f4;
}

P#rei {  
    margin-left: 5px;
    background-color:#2B364B;
    border-radius: 3px;
    width: 5em;
    text-align: center;
    color: #f9f9f4;
}


p#que_h {  
    background-color:#eeeeee;
    width: 100%;/*幅*/
    margin-top: -14px;
    font-size: 120%;
    padding:10px;
    border: 2px solid #ccc; /*線の太さ・色*/
    border-radius: 8px; /*角の丸み*/ 
}

p#que_e {  
    background-color:#eeeeee;
    width: 100%;/*幅*/
    margin-top: -14px;
    font-size: 120%;
    padding:10px;
    border: 2px solid #ccc; /*線の太さ・色*/
    border-radius: 8px; /*角の丸み*/ 
}
p#que_j {  
    background-color:#eeeeee;
    width: 100%;/*幅*/
    margin-top: -14px;
    font-size: 120%;
    padding:10px;
    border: 2px solid #ccc; /*線の太さ・色*/
    border-radius: 8px; /*角の丸み*/ 
}

P#rei2 {
    margin-left: 5px;  
    background-color:#2B364B;
    border-radius: 3px;
    width: 5em;
    text-align: center;
    color: #f9f9f4;
}


p#ex_e {  
    background-color:#eeeeee;
    width: 100%;/*幅*/
    margin-top: -14px;
    font-size: 120%;
    padding:10px;
    border: 2px solid #ccc; /*線の太さ・色*/
    border-radius: 8px; /*角の丸み*/ 
}
p#ex_j {  
    background-color:#eeeeee;
    width: 100%;/*幅*/
    margin-top: -14px;
    font-size: 120%;
    padding:10px;
    border: 2px solid #ccc; /*線の太さ・色*/
    border-radius: 8px; /*角の丸み*/ 
}

.pace-running .wrap {
    display:none;
}

/* button {
    padding: 8px 15px;
    background: #979380;
    color: #fff;
    border: none;
    position: relative; top: 0;
  } */

/* #next-button {
  position: absolute;
  bottom: 10px;
  left: 10px;
  
  border-radius: 45px;
  background-color: rgba(238, 238, 238, 1.0);
  padding: 6px 3px;
} */

#buttons{
    display: block;
    width: 100%;/*幅*/
    max-width: 500px;
    position: fixed;
    bottom: 0px;
    z-index: 5;
}

#next-button {/*円の部分*/
    display: none;
    width: 110px;/*幅*/
    height: 110px;/*高さ*/
    background:#2B364B;/*背景色*/
    text-align: center;/*中央寄せ*/
    border-radius: 50%;/*角丸く*/
    transition: .3s;/*滑らかな動きに*/
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);/*影*/
    position: absolute;
    font-size: 20px;/*サイズ*/
    color: #f9f9f4;
    right:5px;
    z-index: 9;
}

#answer-button {/*円の部分*/
    display: block;
    width: 110px;/*幅*/
    height: 110px;/*高さ*/
    bottom: 30px;
    background:#2B364B;/*背景色*/
    text-align: center;/*中央寄せ*/
    border-radius: 50%;/*角丸く*/
    transition: .3s;/*滑らかな動きに*/
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);/*影*/
    position: absolute;
    font-size: 17px;/*サイズ*/
    color: #f9f9f4;
    left:5px;
    z-index: 10;
}


.answer_buttons{
    display: flex;
    position: fixed;
    flex-direction: column;
    width: 100%;/*幅*/
    text-align: right;
    border: 0px solid #ccc; /*線の太さ・色*/
    border-radius: 8px; /*角の丸み*/ 
    transition: .3s;/*滑らかな動きに*/
    position: absolute;
    font-size: 17px;/*サイズ*/
    bottom: 15px;
    background-color:#2B364B;
    z-index: 11;
}


#answer1_button {
    height: 40px;
    border: 0.5px solid transparent; /*線の太さ・色*/
    border-radius: 8px; /*角の丸み*/ 
    background-color:#eeeeee;
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 1px;
    /* animation-name: slideInRight;
    animation-duration: 0.2s;
    animation-timing-function: linear; */
}
#answer2_button {
    height: 40px;
    border: 0.5px solid transparent; /*線の太さ・色*/
    margin-top: 2px;
    border-radius: 8px; /*角の丸み*/ 
    background-color:#eeeeee;
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 1px;
}
#answer3_button {
    height: 40px;
    border: 0.5px solid transparent; /*線の太さ・色*/
    border-radius: 8px; /*角の丸み*/ 
    background-color:#eeeeee;
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 1px;
}
#answer4_button {
    height: 40px;
    border: 0.5px solid transparent; /*線の太さ・色*/
    border-radius: 8px; /*角の丸み*/ 
    background-color:#eeeeee;
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 1px;
}
#answer5_button {
    height: 40px;
    border: 0.5px solid transparent; /*線の太さ・色*/
    border-radius: 8px; /*角の丸み*/ 
    background-color:#eeeeee;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
}

/* @keyframes slideInRight {
    from {
      opacity: 0;
      transform: translateX(150px);
    }
    
    to {
      opacity: 1;
      transform: translateX(0);
    }
  } */

#bignextbutton{
    display: block;
    height: 202px;
    width: 100%;/*幅*/
    max-width: 500px;
    position: fixed;
    bottom: 15px;
    z-index: 5;
    /* background-color:#424242; */
    background-image: url(images/next.png);
    background-size:cover;
    /* animation-name: slideInLeft;
    animation-duration: 0.1s;
    animation-timing-function: linear; */

}


/* @keyframes slideInRight {
    from {
      opacity: 0;
      transform: translateX(150px);
    }
    
    to {
      opacity: 1;
      transform: translateX(0);
    }
  } */






#adtest {
    display: block;
    margin-left: 23px;
    margin-right: auto;
    position: fixed; 
    width: 320px;/*幅*/
    height: 50px;/*高さ*/
    bottom: 0px;
    border: 1px solid #ccc; /*線の太さ・色*/
    text-align: center;/*中央寄せ*/
   
}

/* #next-button:hover {
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
} */

/*-----wordlist.html-----*/
#wordlistheader{
    /* position: fixed; ヘッダーを固定する */
    top: 0; /* 上部から配置の基準位置を決める */
    left: 0; /* 左から配置の基準位置を決める */
    margin: 0px;
    padding: 0px;
    width: 100%; /* ヘッダーの横幅を指定する */
    height: 35px; /* ヘッダーの高さを指定する */
    background-color:#2B364B;
    color: #f9f9f4;
    text-align: center;
}

.search_bar{
    display: flex; /*アイコン、テキストボックスを調整する*/
    align-items: center; /*アイコン、テキストボックスを縦方向の中心に*/
    justify-content: center; /*アイコン、テキストボックスを横方向の中心に*/
    height: 40px;
    width: 100%;
    background-color: #eeeeee;
}

.search_icon{ /*アイコンに一定のスペースを設ける*/
    height: 15px;
    width: 15px;
    margin-left: 7px;
}

#text2{
    display: block;
    font-size: 16px;
    width: 90%; /*flexの中で100%広げる*/
    background-color: #eeeeee;
    border: #424242; /*枠線非表示*/
    outline: none; /*フォーカス時の枠線非表示*/
    box-sizing: border-box; /*横幅の解釈をpadding, borderまでとする*/
    margin-left: 7px;
}

#text2:focus {
    border-radius: 3px;
    box-shadow: 0 0 2px 0 rgba(66,66,66,1);
    border: 1px solid #424242 !important;
    outline: 0;
}


#wordlistbody {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 100%;/*幅*/
    background-color: #f9f9f4;
    color: #424242;
    /* font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; */
}

/*モーダルの背景*/
#modal{
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    padding-top: 40px;
    display: none;
  }

#detailView {
    bottom: 0px;
    position: fixed;
    display: block;
    z-index: 101;
    max-width: 500px;
    height: 90%;
    width: 100%;
    background-color: #E5E1E0;
    color: #424242;
    border: 2px solid #ccc; /*線の太さ・色*/
    border-radius: 8px; /*角の丸み*/ 
    overflow-y: auto;
}

#detailClose{
    color: #800000; 
    position: fixed;
    height: 40px;
    top: 30px;
    right: 0;
    margin-top: 0px;
    margin-right: 15px;
    padding: 0px;
    font-size: 120%;
    z-index: 100;
    background-color: #E5E1E0;
    border-style: none;
    border: 2px solid  #2B364B; /*線の太さ・色*/
    border-radius: 8px; /*角の丸み*/ 
}

#favorite-icon{
    position: absolute;
    height: 40px;
    top: 0px;
    right: 0;
    margin-top: 40px;
    margin-right: 15px;
    padding: 0px;
    font-size: 180%;
    z-index: 10;
    background-color: transparent;
    border-style: none;
    display:none;
}

#word_e_list { 
    top: 10px;
    width: 100%;/*幅*/
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 40px;
    color: #800000; 
    background: #eeeeee;                /*背景色*/
    padding-left:10px;                        /* 文字の余白 */
    border: 2px solid #ccc; /*線の太さ・色*/
    border-radius: 8px; /*角の丸み*/
}

#pro_list{ 
    margin-top: 0px;
    font-size: 20px;
    color: #424242; 
    padding:0px;                        /*文字の余白*/
}

p#que_e_list {  
    background-color:#eeeeee;
    width:100%;/*幅*/
    margin-top: -14px;
    font-size: 120%;
    padding-left:10px;
    border: 2px solid #ccc; /*線の太さ・色*/
    border-radius: 8px; /*角の丸み*/ 
}

p#que_j_list {  
    background-color:#eeeeee;
    width:100%;/*幅*/
    margin-top: -14px;
    font-size: 120%;
    padding-left:10px;
    border: 2px solid #ccc; /*線の太さ・色*/
    border-radius: 8px; /*角の丸み*/ 
}

p#ex_e_list {  
    background-color:#eeeeee;
    width:100%;/*幅*/
    margin-top: -14px;
    font-size: 120%;
    padding-left:10px;
    border: 2px solid #ccc; /*線の太さ・色*/
    border-radius: 8px; /*角の丸み*/ 
}

p#ex_j_list {  
    background-color:#eeeeee;
    width:100%;/*幅*/
    margin-top: -14px;
    font-size: 120%;
    padding-left:10px;
    border: 2px solid #ccc; /*線の太さ・色*/
    border-radius: 8px; /*角の丸み*/ 
}


#wordlist{
    z-index: 1;
    max-width: 500px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0px;
    width: 99%;
}

#wordlist li {
    font-size: 110%;
    margin-left: 2px;
    margin-right: 2px;
    padding:0px;
    border: 1px solid #ccc; /*線の太さ・色*/
    border-radius: 2px; /*角の丸み*/ 
}

#listUl{
    padding:0px;
    width: 100%;
    list-style: none;
    
}

#listUl li{
    display: inline-block;
    width: 48%;
    padding:0px;
    border: 0px solid #ccc; /*線の太さ・色*/
    border-radius: 0px; /*角の丸み*/ 
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    list-style: none;
}

#wordlist-tabbar{
    text-align: center;/*中央寄せ*/
    position: fixed;
    bottom: 1px;
    font-size: 0;
    opacity: 0.9;
    z-index: 100;
    display: block;
    width: 100%;/*幅*/
    max-width: 500px;
    background: #2B364B;
  }

#wordlist-tabbar-ul{
    height: 50px;
    margin-bottom: 0;
    min-width: 50%;
    max-width: 500px;
    left: 0;
    padding: 0;
}
  
#wordlist-tabbar li{
    display: inline-block;
    margin: 0;
    width: 50%;
    font-size: 14px;
    background: #2B364B;
  }
  
  #wordlist-tabbar li a{
    color: #fff;
    background: #2B364B;
    width: 10%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 50px;
    margin: 0;
  }

  #wordlist-tabbar div{
    height: 50px;

  }

#wordlist-tabbar-title{
    text-align: center;
    height: 10px;
    top: 0;
    margin: -4px;
  }

  /*-----setting.html-----*/
  #setting-body {
    max-width: 500px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 100%;/*幅*/
    background-color: #f9f9f4;
    color: #424242;
    /* font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; */
}
#setting-link{
    font-size: 120%;
    padding:10px;
    color: #424242;
    text-decoration: none;

}



#Entry-count{
    font-size: 120%;
    padding:10px;
    color: #424242;
    text-decoration: none;
}

#dataReset{
    font-size: 120%;
    padding:10px;
    color: #800000;
    text-decoration: none;
}

#setting-tabbar{
    text-align: center;/*中央寄せ*/
    position: fixed;
    bottom: 10px;
    font-size: 0;
    opacity: 0.9;
    z-index: 100;
    display: block;
    width: 100%;/*幅*/
    max-width: 500px;
    background: #2B364B;
  }

#setting-tabbar-ul{
    margin-bottom: 0;
    min-width: 50%;
    max-width: 500px;
    left: 0;
    padding: 0;
    background: #2B364B
}
  
#setting-tabbar li{
    display: inline-block;
    margin: 0;
    width: 50%;
    font-size: 14px;
  }
  
  #setting-tabbar li a{
    color: #fff;
    background: #2B364B;
    width: 10%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 50px;
    margin: 0;
  }

  #setting-tabbar div{
    height: 50px;

  }

#setting-tabbar-title{
    text-align: center;
    height: 10px;
    top: 0;
    margin: -4px;
  }