@charset "utf-8";
/* PC用CSS　1100px以上*/

*{
    margin: 0px;
    padding: 0px;
}

.sp_only{
    display: none;
}

body{
    font-family: 'Noto Sans JP', sans-serif;
}

/* ヘッダー */
.header{
    background-color: #26d0c9;
    height: 70px;
    color: #fff;
    width: 100%;
}

.header .logo{
    float: left;
    padding: 20px 20px 0px 60px;
    width: 50px;
    height: 50px;
}

.header .tool-name{
    float: left;
    font-size: 36px;
    padding: 18px 0px 0px 0px;
}

.header h1 a{
    text-decoration: none;
}

.header a{
    color: white;
}

.header li{
    float: right;
    list-style: none;
    padding: 35px 20px 0px 20px;
}



/* コンテンツ */
.content{
    max-width: 1100px;
    margin: 0px 10px;
}

h2{
    margin: 10px;
}

.about{
    margin: 10px 0;
    font-size: 15px;
}

.attention{
    margin: 10px 0;
    font-size: 10px;
}

.use{
    margin: 10px 0;
    font-size: 15px;
}

h3{
    color: #6594e0;
    border-bottom: dashed 2px #6594e0;
    margin-bottom: 5px;
}

.use ol{
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* 表 */
.input-table{
    width: 96%;
    margin: 0px auto;
}
.input-table th{

    text-align: right;
    color: #333;
}
.input-table td{
    text-align: center;
    padding: 10px;
    width: 60%;
}
.start-g{
    font-size: 0.7em;
    color: #777;
}


/* フォーム */
#mai5 {
    display: inline-block;
    width: 30%;
    padding: 5px;
    border: 1px solid gray;
    border-radius: 5px;
    font-size: 1.1em;
}

#game, #game-start {
    display: inline-block;
    width: 50%;
    padding: 5px;
    border: 1px solid gray;
    border-radius: 5px;
    font-size: 1.1em;
}

/* 結果 */
.result-table{
    border: 1px solid black;
    border-collapse: collapse;
}
.result-table th,
.result-table td{
    border: 1px solid black;
    padding: 4px;
}
.result-table th {
    background-color: #555555;
    color: white;
    font-weight: normal;
}
.result-table tr:hover {
    background-color: #eee;
}
.result-table{
    width: 90%;
    margin: 10px auto;
}
.result-table td{
    text-align: center;
}

/* シェアボタン */
.x-share{
    width: 30px;
    height: 30px;
    margin: 10px;
    border: #000 2px solid;
    border-radius: 10px;
    background-color: black;
    padding: 10px 20px;
    display: inline-block;
}
.x-share img{
    width: 30px;
}

.line-share{
    width: 30px;
    height: 30px;
    margin: 10px;
    border: #06C755 2px solid;
    border-radius: 10px;
    background-color: #06C755;
    padding: 10px 20px;
    display: inline-block;
}
.line-share img{
    width: 30px;
}


/* 履歴 */
.history-wrap{
    padding: 10px;
    overflow-y: scroll;
    max-height: 300px;
}

.history{
    border: 1px solid black;
	border-collapse: collapse;
}
.history td, .history tr, .history th{
    border: 1px solid black;
    padding: 3px;

}

/* ボタン */
.plus, .minus{
    display: inline-block;
    border: 1px solid gray;
    border-radius: 50%;
    margin: 0 5px 5px 5px;
    padding: 3px 6px;
}
.buttons{
    clear: both;
}
#resetAll{
    border: 1px solid gray;
    display: block;
    padding: 4px;
    font-size: 10px;
    border-radius: 2px;
    cursor: pointer;
    margin: 5px 5px 10px 5px;
    width: fit-content;
}
.btn {
    width: fit-content;
    margin: 0 auto;
    padding: 10px;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    border: 2px solid #27acd9;
    background: #27acd9;
    color: white;
    font-size: 15px;
    transition: 0.2s;
    border-radius: 3px;
    cursor: pointer;
}
.btn:hover {
    color: #27acd9;
    background: #fff;
}

/* AD */
.ad{
    width: auto;
    text-align: center;
    margin:10px auto;
}
.ad-remove{
    float: right;
    text-decoration: underline;
    color: #aaa;
}


/* footer */
.footer {
    background-color: #2f5167;
    color: #fff;
    height: 120px;
    padding: 40px 0px;
    width: 100%;
    margin: 0;
  }

  .footer-logo{
    width: 50px;
    height: 50px;
    float: left;
    margin: 0px 50px;
  }

  .footer ul{
    float: left;
    margin: 0px 50px;
  }

  .footer li{
    list-style: none;
    padding: 2px;
  }

  .footer a{
    color: #fff;
  }

  .copyright{
    float: right;
    margin: 100px 100px 0px 0px;
}

/* 下部固定 */
.fix-wrap{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.fix{
    width: 90%;
    margin: 10px auto;
    background-color: #f1f8ff;
    border-radius: 5px;
    padding: 10px 5px;
    text-align: center;
    font-size: 13px;
    border: #2d8fdd 1px solid;
    position: relative;
}
.fix img{
    vertical-align: middle;
    width: 20px;
}
.fix .text{
    display: inline-block;
    vertical-align: middle;
}
.fix .close{
    display: block;
    border-radius: 50%;
    color: #fff;
    background-color: #555555;
    width: 20px;
    height: 20px;
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: -10px;
}