@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css?family=Julius+Sans+One");
@import url("https://fonts.google.com/specimen/Sacramento");

/*全体の設定
---------------------------------------------------------------------------*/
* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    color: darkslategray;
    /*全体の文字色*/
    /* font-family: "Sacramento", cursive, "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka",
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-family: "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka",
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /* font-family:"Sacramento", cursive; */
    font-size: 14px;
    /*文字サイズ*/
    line-height: 2;
    /*行間*/
    background: #fafafa;
    -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
figure,
form {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style-type: none;
}

ol {
    padding-left: 40px;
    padding-bottom: 15px;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    font-size: 100%;
    border-spacing: 0;
}

iframe {
    width: 100%;
}

input {
    font-family: inherit;
    background: #fafafa;
    border: none;
    border-bottom: 2px solid #e9e9e9;
    color: darkslategray;
    font-size: 1em;
    transition: border-color 0.3s;
}

input:focus {
    font-family: inherit;
    border-bottom: 2px solid #c0c0c0;
    outline: none;
}

textarea {
    background: #fafafa;
    border: 2px solid #e9e9e9;
    color: darkslategray;
    font-size: 1em;
    transition: border-color 0.3s;
    /* height: calc( 1em * 5 ); */
    /* height: 100vh;
    box-sizing: border-box; */
    height: 100px;
    width: 100%;
    font-family: inherit;
    letter-spacing: 0.1em;
    /*文字間隔を少し広げる*/
}

textarea:focus {
    font-family: inherit;
    border: 2px solid #c0c0c0;
    outline: none;
}

/* Form Layout */
.form-wrapper {
    background: #fafafa;
    /* margin: 3em auto; */
    margin: auto;
    padding: 0 1em;
    max-width: 600px;
}

h1 {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.2em;
    color: dimgray;
    /*文字色*/
    padding: 1em 0;
}

h1 span {
    font-size: 0.8em;
    letter-spacing: 0.3em;
    /*文字間隔を少し広げる*/
}

.Verify {
    text-align: left;
    font-size: 1.5em;
    line-height: 1.2em;
    color: orangered;
    /*文字色*/
    padding: 1em 0;
}

p.Message {
    text-align: center;
    font-size: 0.9em;
    line-height: 1.2em;
    color: steelblue;
    /*文字色*/
    letter-spacing: 0.1em;
    /*文字間隔を少し広げる*/
    padding: 1em 0;
}

.hidden {
    display: none;
}

hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

hr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    margin: 0.3em;
}

/* form {
    padding: 0 1.5em;
} */

.form-item {
    margin-bottom: 0.75em;
    width: 100%;
}

.form-item input {
    background: #fafafa;
    border: none;
    border-bottom: 2px solid #e9e9e9;
    color: darkslategray;
    font-size: 1em;
    height: 50px;
    transition: border-color 0.3s;
    width: 100%;
}

.form-item input:focus {
    border-bottom: 2px solid #c0c0c0;
    outline: none;
}

.flex {
    display: flex;
    margin-bottom: 10px;
    /* border: 1px solid #999; */
}

.flex div {
    /* border: 1px solid red; */
    width: 100%;
}

.user {
    margin-left: auto;
    justify-content: space-between;
    margin-top: auto;

    font-size: 0.8em;
    color: dimgray;
    font-family: inherit;

    text-align: right;
    vertical-align: bottom;
}

.normalButton {
    display: block;
    background: steelblue;
    border: none;
    border-radius: 2px;
    box-shadow: 1px 1px 2px silver;
    color: #fff;
    cursor: pointer;
    height: 20px;
    /* margin: 10px; */
    /* margin-bottom: 25px; */
    font-family: inherit;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    line-height: 0.8em;
    text-align: center;
    -webkit-transition: 0.5s;
    /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
    transition: background 0.3s ease-in-out;
    transition: 0.5s;
    width: 150px;
    margin-bottom: 10px;
}

.normalButton:hover {
    background: skyblue;
    letter-spacing: 0.2em;
    /*文字間隔を少し広げる*/
}

.button-panel {
    margin: 2em 0 0;
    width: 100%;
}

.button-panel span {
    font-size: 0.6em;
}

.button-panel .button {
    background: steelblue;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 2px silver;
    color: #fff;
    cursor: pointer;
    height: 50px;
    /* margin: 10px; */
    margin-bottom: 25px;
    font-family: inherit;
    font-size: 1.3em;
    letter-spacing: 0.1em;
    line-height: 0.8em;
    text-align: center;
    -webkit-transition: 0.5s;
    /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
    transition: background 0.3s ease-in-out;
    transition: 0.5s;
    width: 100%;
}

.button:hover {
    background: skyblue;
    letter-spacing: 0.2em;
    /*文字間隔を少し広げる*/
}

.form-footer {
    font-size: 1em;
    padding: 2em 0;
    text-align: center;
}

.form-footer a {
    color: #8c8c8c;
    text-decoration: none;
    transition: border-color 0.3s;
}

.form-footer a:hover {
    border-bottom: 1px dotted #8c8c8c;
}

.terms {
    background: #fafafa;
    margin: 3em auto;
    padding: 0 1em;
    max-width: 1100px;
}

.tooltip {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.tooltip input[type="text"] {
    margin: 0;
    padding: 0;
}

.description {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 3px;
    background-color: #808080;
    width: 450px;
}

.description:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #808080;
    margin-left: -15px;
}

.tooltip:hover .description {
    display: inline-block;
    top: -105px;
    left: 0px;
    letter-spacing: 0.05em;
}

.transparent {
    display: none;
}

/* 選択禁止 */
.noSelect {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
}

/* 検索結果にハイライトを追加 20230208 ADD START */
/* ハイライト */
mark {
    background-color: lightslategrey;
    color: #ffffff;
    padding: 4px;
}

/* 検索結果にハイライトを追加 20230208 ADD END */

.buttonGreen-panel {
    margin-right: auto;
    justify-content: space-between;
    margin-left: 10px;
    /* width: 100%; */
}

.buttonGreen-panel .button {
    display: block;
    background: #256907;
    border: none;
    border-radius: 2px;
    box-shadow: 1px 1px 2px silver;
    color: #fff;
    cursor: pointer;
    height: 50px;
    /* margin: 10px; */
    /* margin-bottom: 25px; */
    font-family: inherit;
    font-size: 1em;
    /* font-weight: bold; */
    letter-spacing: 0.1em;
    line-height: 0.8em;
    text-align: center;
    -webkit-transition: 0.5s;
    /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
    transition: background 0.3s ease-in-out;
    transition: 0.5s;
    width: 100px;
}

.buttonGreen-panel a {
    text-decoration: none;
}

.buttonGreen-panel .button:hover {
    background: #5cb137;
    letter-spacing: 0.2em;
    /*文字間隔を少し広げる*/
}

/* 横並びで表示 */
.yokonarabi {
    display: inline-block;
    margin: 0 10px;
}

.message-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 1em 2em;
    border-radius: 8px;
    display: none;
    z-index: 1000;
}
.message-box h2 {
    margin: 0 0 0.5em 0;
    font-size: 1.5em;
}