﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    top: 0;
    margin: 0;
    margin-bottom: 60px;
}

#accordionPanelsStayOpenExample1 {
    text-align: center;
    margin: 0 auto;
}

#button-addon3 {
    text-align: center;
}

.text-center {
    text-align: center;
    margin: 0 auto;
}

.container {
    top: 70px;
    text-align: center;
    margin: 0 auto;
    transform: translate3d(0px, 70px, 0px);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transform: translate3d(0px, 0, 100px);
}

#title {
  margin: 0; 
}

#ref111 {
    font-size:9px;
}

table, td, th {
    padding: 0px 0px 0px 0px;
    text-align: center;
}

td, th {
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.innerss {
    display: flex;
    justify-content: center;
    align-items: center;
}

.area-wide {
    width: 100%;
    display: flex;
}

.area1 {
    text-align: center;
    width: 90%;
}

.area2 {
    text-align: center;
    width: 90%;
    margin-left: 5%;
}



#line-it-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

img {
    max-width: 100%;
    height: auto;
}

ol {
    text-align: left;
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

.iine {
    width: 100%;
    display: flex;
}

.iineleft {
    text-align: left;
    width: 10%;
}

.shortcaption {
    text-align: center;
    width: 90%;
    
}

.clear_box {
    clear: both; /* 回り込みを解除する */
    width: 95%;
    height: 36px;
    word-wrap: break-word;
    word-break: break-all;
}

.locsta {
    width: 100%;
    text-align: center;
}

.divlocation {
    width: 165px;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    display: inline-block;
    white-space: nowrap;
}
.divstation {
    width: 165px;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
}

#station {
    width: 165px;
}

#location {
    width: 165px;
}

#wrapid {
    clear: both; /* 回り込みを解除する */
    width: 100%;
    height: auto;
    word-wrap: break-word;
    word-break: break-all;
}



input[type="date"] {
    width: 150px;
    height: 30px;
    position: relative;
}

    input[type="date"]::-webkit-calendar-picker-indicator {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        background: transparent;
        z-index: 1;
    }

    input[type="date"]::after {
        content: '';
        background-image: url(/img/calendar.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 0 0;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }

.imgbox {
    display: flex;
    justify-content: flex-end;
    
}

.imgboxcon {
    width: 20px;
    height:auto;
}

.divChatGpt {
    width: 100%;
    height: auto;

    text-align: center;
}

#inputChatGPT {
    
    width: 180px;
    height: auto;
}

#submitChatGPT {
    
}

.hidden-label {
    display: none;
}

.hidden-input {
    display: none;
}