@charset "utf-8";
/* PC用CSS　1100px以上*/

* {
    margin: 0px;
    padding: 0px;
}

.sp_only {
    display: none;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.char {
    font-family: "Changa One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 150px;
}

/* ヘッダー */
.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;
}

.ad{
    width: auto;
    text-align: center;
    margin:10px auto;
}
.ad-remove{
    float: right;
    text-decoration: underline;
    color: #aaa;
}


/* コンテンツ */
.content {
    margin: 0;
    padding: 0 10px;
}

h3 {
    color: #00B16B;
    margin-top: 20px;
    border-bottom: dashed 2px #00B16B;
    margin-bottom: 5px;
}

/* フォーム */
.form table {
    margin: auto;
}

.form table td {
    padding: 10px;
}

.input {
    font-size: 15px;
    width: 150px;
    height: 21px;
    padding: 3px;
}

.btn {
    width: 80%;
    margin: 0 10%;
    padding: 10px;
    font-weight: bold;
    border: 2px solid #EF4123;
    background: #EF4123;
    color: white;
    font-size: 15px;
    transition: 0.2s;
    border-radius: 3px;
    cursor: pointer;
}

.btn:hover {
    color: #EF4123;
    background: #fff;
}

.machine ul {
    padding: 0;
    position: relative;
    width: 90%;
    margin: 15px auto;
}

.machine a {
    text-decoration: none;
}

.machine ul li {
    color: #11812E;
    border-left: solid 6px #D11C2C;
    background: #DAF6E2;
    margin-bottom: 3px;
    line-height: 1.5;
    padding: 0.5em;
    list-style-type: none !important;
}

.machineinfo {
    border: 1px solid black;
    border-collapse: collapse;
}

.machineinfo th,
.machineinfo td {
    border: 1px solid black;
    padding: 4px;
}

.machineinfo th {
    background-color: #555555;
    color: white;
    font-weight: normal;
}

.machineinfo tr:hover {
    background-color: #eee;
}

.attention {
    font-size: 10px;
}


.setting-table, .data-table{
    border: 1px solid black;
    border-collapse: collapse;
}
.setting-table th,
.setting-table td,
.data-table th,
.data-table td {
    border: 1px solid black;
    padding: 4px;
}
.setting-table th,
.data-table th {
    background-color: #555555;
    color: white;
    font-weight: normal;
}
.setting-table tr:hover {
    background-color: #eee;
}
.setting-table, .data-table{
    width: 90%;
    margin: 10px auto;
}
.setting-table td, .data-table td{
    text-align: center;
}

/*虹色文字*/
.rainbow {
    display: inline-block;
    background: linear-gradient(to right, Magenta, yellow, Cyan, Magenta) 0% center/200%;
    background: -webkit-linear-gradient(to right, Magenta, yellow, Cyan, Magenta) 0% center/200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: rainbow 2s linear infinite;
  }
   
  @keyframes rainbow {
    100% { background-position-x: 200%; }
  }
  @-webkit-keyframes rainbow {
    100% { background-position-x: 200%; }
  }

/* ふきだし */
.balloon {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
  }
  
  .balloon .faceicon {
    float: left;
    margin-right: -90px;
    width: 80px;
  }
  
  .balloon .faceicon img{
    width: 100%;
    height: auto;
    border: none;
  }
  
  .balloon .chatting {
    width: 100%;
  }
  
  .says {
    display: inline-block;
    position: relative; 
    margin: 5px 0 0 105px;
    padding: 17px 13px;
    border-radius: 12px;
    border: 3px solid #d7ebfe;
  }
  
  .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px; 
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #d7ebfe;
  }
  
  .says p {
    margin: 0;
    padding: 0;
    font-size: 15px;
  }

  .stars{
    color: #FFC800;
  }

/* 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;
}