﻿@charset 'utf-8';

    @import url('https://use.fontawesome.com/releases/v5.6.1/css/all.css');

*,
*::before,
*::after {
    box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}
:focus { outline: none; }
input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
a    { text-decoration: none; }
body {
    -webkit-text-size-adjust: 100%;
    padding: 0; margin: 0;
}
h1 {
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
    font-family: 'Kosugi Maru', sans-serif;
}
h3 {
    padding: 0.01em 0.5em;
    margin: 0 0 0 0.5em;
    color: #494949;
    font-size: 0.9em;
    background: transparent;
    border-left: solid 5px #7db4e6;
}
form {
    margin: auto;
}
#tab {
    display: table; 
    border-collapse: collapse;
    margin: auto;
    width: 100%;
}
.rowlist {
    display: table-row;
}
.rowlist > div {
    display: table-cell;
    vertical-align: top;
    margin: 15px;
    padding: 15px 0px 15px 0px;
    width: 50%;
}
group + group {
    margin-top: 15px;
}
.form_labelstyle input,
.form_labelstyle label,
.form_labelstyle_s input,
.form_labelstyle_s label,
.form_labelstyle textarea,
.form_labelstyle label {
    transition: all .2s;
    font-size: 0.9em;
    font-weight: bold;
}
.form_labelstyle label,
.form_labelstyle_s label {
    position: absolute;
    top: -18px;
    left: .5em;
    line-height: 1;
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #7db4e6;
}
.form_labelstyle input + label,
.form_labelstyle_s input + label,
.form_labelstyle textarea + label {
    top: -1.5em;
}
.form_labelstyle p,
.form_labelstyle_s p {
    position: relative;
}
.form_labelstyle > p,
.form_labelstyle_s > p {
    margin-top: 2.5em;
}
.form_labelstyle > p > span,
.form_labelstyle_s > p > span {
    color: #494949;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 10px 0 10px;
}
.form_labelstyle input,
.form_labelstyle textarea {
    margin-top: 7px;
    padding: 7px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    background-color: #fcfcfc;
    font-size: 1em;
    font-weight: normal;
    width: 80%;
}
.form_labelstyle_s input {
    margin-top: 7px;
    padding: 7px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    background-color: #fcfcfc;
    font-size: 1em;
    font-weight: normal;
    width: 70%;
}
.form_labelstyle input:focus,
.form_labelstyle_s input:focus,
.form_labelstyle textarea:focus {
    border: 1px solid #f6ac3b;
}
.form_numberstyle {
    width: 150px !important;
    height: 35px !important;
}
textarea {
    resize: none;
    min-width: 100px;
    height: 100px;
}
.attention {
    color: #f6ac3b;
}
.height_bottom {
    height: 100px;
}
#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(111, 111, 111, 0.4);
    padding: 0;
    z-index: 1;
}
.container > p {
    text-align: center;
    padding: 0;
    margin: 0;
}
.btn_entry {
    padding: 0.2em 0 0.2em 0;
    margin: 3px;
    text-decoration: none;
    color: #3498db;
    font-size: 1.2em;
    font-family: 'Kosugi Maru', sans-serif;
    letter-spacing: 5pt;
    border: solid 2px #3498db;
    border-radius: 50px;
    width: 140px;
    background-color: #fff;
    z-index: 2;
}
.btn_entry:hover {
    background: #3498db;
    color: white;
}
.outer {
    max-width: 97%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 0.7em;
}
ul.inner {
    list-style: none;
    padding: 0px;
}
ul.inner li{
    display: inline;
}
ul.inner li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}
ul.inner li label {
    padding: 5px 8px;
    cursor: pointer;
}
ul.inner li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}
ul.inner li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}
ul.inner li input[type="checkbox"]:checked + label {
    border: 2px solid #ffce9e;
    background-color: #f6ac3b;
    color: #fff;
    transition: all .2s;
}
ul.inner li input[type="checkbox"] {
    display: absolute;
}
ul.inner li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
ul.inner li input[type="checkbox"]:focus + label {
    border: 2px solid #ffce85;
}
.radio-tile-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
}
.radio-tile-group .input-container {
    position: relative;
    height: 4rem;
    width: 7rem;
    margin: 0.5rem;
    box-sizing: border-box;
}
.radio-tile-group .input-container .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
    box-sizing: border-box;
}
.radio-tile-group .input-container .radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 2px solid #079ad9;
    border-radius: 5px;
    padding: 1rem;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    box-sizing: border-box;
}
.radio-tile-group .input-container .icon svg {
    fill: #079ad9;
    width: 2rem;
    height: 2rem;
    box-sizing: border-box;
}
.radio-tile-group .input-container .radio-tile-label {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #079ad9;
    box-sizing: border-box;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile {
    background-color: #079ad9;
    border: 2px solid #079ad9;
    color: white;
    box-sizing: border-box;
    -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
    fill: white;
    background-color: #079ad9;
    box-sizing: border-box;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
    color: white;
    background-color: #079ad9;
    box-sizing: border-box;
}
.my-color {
    color: #2cbe4e;
}
#input_check {
    min-width: 320px;
    max-width: 640px;
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0 0 10px;
    font-family: 'Kosugi Maru', sans-serif;
}
input::-webkit-input-placeholder {
    color: #bbb;
    line-height: 1.3;
}
input:required:valid {
    background-color: #FFF9EF;
}
input:invalid {
    border: 1px solid #f6ac3b;
}