button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
 input[type="button"]::-moz-focus-inner,
 input[type="submit"]::-moz-focus-inner,
 input[type="submit"]::-moz-focus-inner, 
 input[type="file"] > input[type="button"]::-moz-focus-inner 
{
    border: none;
}
input[type="checkbox"]:focus { 
    -moz-outline-offset: -1px !important;
    -moz-outline: 1px solid #000 !important; 
}
:focus { 
    outline: none; 
} /*Remove a dotted line around 1) buttons, 2) checkboxes, 3) links*/

a {
    text-decoration: none; 
    cursor: pointer;
    color: inherit;
}
a:hover {
    text-decoration: underline; 
}
div, span, a, input {
    background-repeat: no-repeat;
}

body {
    margin: 0 auto;
    background-color: #F0F3F5;
    color: #000;
    font-size: 13px;
    font-family: Tahoma, Arial, Verdana, Meiryo, "MS Gothic", sans-serif, Lucida Sans;
    line-height: 1.2em;
    text-align: center;
}


p{
    line-height: 1.6em;
    font-size: 13px;
}

.explanation{
    margin-left: 20px;
}


.all-page {
    position: relative;
    box-shadow: 0px 3px 18px 2px rgba(27, 162, 230, 0.3);
    width: 100%;
    max-width: 690px;
    margin: 30px auto;
    padding: 10px 30px 15px 30px;
    background-color: #fff;
    border-radius: 8px;
    text-align: left;
}
.all-page:after { 
    content: ""; 
    position: absolute;
    left: -1px;
    top: -1px;
    width: 100%;
    height: 100%;
    height: calc(100% - 2px);
    padding: 0 1px; 
    box-shadow: 0px 5px 8px #bbb; 
    z-index: -1; 
} /*for crop shadow bottom for 4px (2px from border and 2px from calc)*/

.title-area {
    position: relative;
    /*-webkit-box-reflect: below -49px -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 10%,rgba(0, 0, 0, 0.6))*/
}
.title-area h1 {
    font-family: 'Kosugi Maru', sans-serif;
    letter-spacing: 2px;
    color: #1BA2E6;
    line-height: 1.4;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 320px;
    -webkit-box-reflect: below -10px -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 10%,rgba(0, 0, 0, 0.6));
}
.title {
    width: calc( 100% - 330px );
    background-color: #1ba2e6;
    display: inline-block;
    margin-bottom: 10px;
    height: 1px;
    position: relative;
    top: -3px;
    margin-right: 10px;
}
.space-area {
    width: 90%;
    margin: 20px auto;
    border: 1px solid #dedede;
    padding: 15px;
}
.sample-img img {
    /*width: 100%;*/
}
.sample-img{
    text-align: center;
    margin-top: 10px;
}

.index-text {
    color: #1ba2e6;
    font-size: 0.8em;
}
.index-text:before {
    content: '';
    background-color: #1ba2e6;
    display: inline-block;
    width: 40px;
    height: 1px;
    position: relative;
    top: -3px;
    margin-right: 10px;
}
.index-area {
    margin-bottom: 6px;
    margin-left: 10px;
}
.link-box {
    display: block;
    text-align: right;
    line-height: 2.0em;
}
.main-title {
    font-size: 2em;
    font-weight: bold;
    margin: 0.4em 0;
    white-space: nowrap;
    display: inline-block;
}
.choose-lang {
    font-size: 0.8em;
    margin: 4px 5px 20px;
    opacity: 0.9;
    vertical-align: middle;
}
.explain {
    color: #1ba2e6;
    font-weight: bold;
}
p {
    margin: 0.4em 0;
}
p.margin1 { margin: 0.9em 0; }

.links-box {
    color: #999;
}

.blue-link {
    color: #36b;
}

.red-link {
    color: #FF0000;
}

.gray-link {
    color: #999;
}
.form-area {
    background-color: #d9f2ff;
    padding: 20px;
    margin: 20px 0;
}
.form-title {
    font-family: 'Kosugi Maru', sans-serif;
    display: block;
    text-align: center;
    color: #1BA1E6;
    margin: 0px auto 20px;
}

.error-style {
    font-family: 'Kosugi Maru', sans-serif;
    display: block;
    text-align: center;
    color: #ff0000;
    margin: 0px auto 20px;
}

.file-select-index {
    display: block;
    text-align: center;
    margin: 20px auto;
}
.number {
    font-family: 'Marck Script', cursive;
    font-size: 2rem;
}
.first {
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 1.5rem;
}
.option-box {
    margin: 0 5px;
    color:#444;
    font-weight: bold;
    text-align: center;
}
.option-left {
    display: inline-block;
    font-size: 1rem;
    color: #1BA1E6;
}
.option-row {
    font-size: 1.5rem;
    color: #1BA1E6;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.option-left-small {
    font-size: 0.8em;
    line-height: 1.5em;
}
.option-right {
    display: inline;
    vertical-align: top;
    font-size: 1rem;
    color: #1BA1E6;
}
.option-right-small {
    margin-top: 2px;
    font-size: 0.9em;
}
.option-hint {
    margin: 0.5em 0;
    color: #888;
    font-size: 0.85em;
    line-height: 1.2em;
    white-space: normal;
}
.file-select-desc {
    font-size: 0.8rem;
    text-align: center;
    padding: 15px 0;
    color: #1BA1E6;
}
.file-input-desc {
    font-size: 0.7rem;
    text-align: center;
    color: #666;
}
.option-label {
    margin: 0;
    padding: 0;
}
.option-label span {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    background: #1BA1E6;
    border-radius: 5px;
    width: 320px;
    max-width: 100%;
    height: 36px;
    text-align: center;
    transition: .3s;
    cursor: pointer;
    line-height: 36px;
}
.option-label span:hover {
    background: #000;
}
.option-label input {
    position: relative;
    margin: 8px 0 0 -14px;
}
.option-label input::before {
    content: "添付ファイル：";
    position: absolute;
    background: #d9f2ff;
    width: 110px;
    height: 26px;
    line-height: 1.8;
    text-align: right;
}
#url {
    width: 300px;
    max-width: 100%;
    height: 36px;
    padding: 1px 8px 0px;
    border: 2px solid #1BA1E6;
    border-radius: 5px;
    color: #333;
    font-weight: bold;
}
#url::placeholder {
    color: #1BA1E6;
    font-weight: bold;
    font-size: 1rem;
  }
/* IE */
#url:-ms-input-placeholder {
color: #1BA1E6;
}
/* Edge */
#url::-ms-input-placeholder {
color: #1BA1E6;
}
.file-flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
}
.file-item {
    width: 50%;
    vertical-align: top;
}
.input-area {
    margin: 40px auto 20px;
    text-align: center;
}
label {
    margin: 0 5px 0 0;
    padding: 0;
    cursor: pointer;
}
.radio {
    margin: 0 4px 0 0;
    padding: 0;
    cursor: pointer;
    vertical-align: middle;
}
.r-text {
    vertical-align: middle;
}
.radio:checked + .r-text { color: #494; }

.button {
    height: 36px;
    margin: 0 15px 3px;
    padding-bottom: 1px;
    border: 0px;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    background: #1BA1E6;
    border-radius: 5px;
    width: 150px;
    max-width: 100%;
    height: 36px;
    text-align: center;
    transition: .3s;
    cursor: pointer;
    line-height: 36px;
}
/*
#submit-button.button {
    background-color: #1b7de6;
}
#submit-button.button:hover {
    background-color: #000;
}
*/
.button:hover {
    background: #000;
}
.button:hover:enabled {
    background: #000;
}
.button:disabled {
    background-image: none;
    background-color: #666;
    border-color: #666;
}

.bottom-hint {
    margin: 0.85em 0;
    color: #888;
    font-size: 0.85em;
    line-height: 1.5em;
}
.g-recaptcha {
    margin-bottom: 8px;
    text-align: center;
    margin-right:auto;
    margin-left:auto;
    width:300px;
}

@media only screen and (max-width: 768px) {
    .all-page {
        margin: 0;
        border-radius: 0;
        border: none;
    }
    .file-flex {
        display: block;
        width: 100%;
    }
    .file-item {
        display: block;
        width: 100%;
    }
    .file-item:nth-child(2) {
        margin-top: 40px;
    }
}


