@charset "utf-8";

.clerfix::after{
    content:"";
    display:block;
    clear:both;
}

.header{
    position: relative;
    margin-bottom: 20px;
}
.header .logo{
    position: absolute;
    top: 10px;
    left: 0px;
}
.header .logo2{
    position: absolute;
    top: 10px;
    right: 0px;
}

.header .gnav{
    position: absolute;
    top: 170px;
    right: 0px;
}
.header .gnav ul{
    display: flex;
}

.header .gnav ul .Home{
    background:url(../img/g_nav01_on.gif) no-repeat;
}
.header .gnav ul .about{
    background:url(../img/g_nav02_on.gif) no-repeat;
}
.header .gnav ul .info{
    background:url(../img/g_nav03_on.gif) no-repeat;
}
.header .gnav ul .access{
    background:url(../img/g_nav04_on.gif) no-repeat;
}
.header .gnav ul .faq{
    background:url(../img/g_nav05_on.gif) no-repeat;
}
.header .gnav ul li a:hover img{
    visibility:hidden;
}

.header .head1{
    font-size: 40px;
}
.header .keyimg{
    margin-top:0px;
}

.limelight-regular {
    font-family: "Limelight", sans-serif;
    font-weight: 400;
    font-style: normal;
  }


body {
    width: 980px;
    margin: auto;
    color:#2a5f58;
    background-color: #e6d221;
    border:solid 5px #325a70;
    font-size: 20px;
}

#wrap{
    width:950px;
    margin:40px auto;
    background-color: #a5d8ec;
    padding:10px;
    }

/*ページタイトルの設定*/
h1 {
    width: 450px;
    margin: 20px auto;
    padding: 30px;
    border: 5px solid #95dbbd;
    background-color: #093344;
    color: #fff;
    font-size: 200%;
    text-align: center;
    line-height: 1;
    border-radius: 20%;
    text-shadow: 1px 1px 2px #307657;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background-image:linear-gradient(to top, #381c86, #7568ee);
    font-family: 'limelight',curesive;
}

.main .inputName{
    padding: 0 0;
    text-align: center;
    margin: 20px auto;
    border: dotted 1px #666; 
}
main .flex{
    justify-content: space-between; 
    font-size: 20px;
}

main .flex li {
    display: inline-block;
    list-style-type: none;
    border-color:#f00;
    vertical-align: top;
}

.list1 ul {
    width: 850px;
    list-style-type: none; /* デフォルトのリストマーカーを削除 */
    padding: 0;
  }
.list1 .list-item {
    border: 1px solid #070606; /* 各リスト項目に1ピクセルのグレーの線を引く */
    padding: 10px 20px; /* リスト項目の内側に余白を設定 */
    
}
.flex .list-item {
    border: 1px solid #070606; /* 各リスト項目に1ピクセルのグレーの線を引く */
    padding: 10px 2px; /* リスト項目の内側に余白を設定 */
    
}

table {
    width: 100%;
    border-collapse: collapse; /* 境界線を重ならないようにする */
  }
  
th {
    border: 1px solid black; /* 各セルに黒い罫線を引く */
    padding: 8px; /* セル内の余白を設定 */
    text-align: left; /* テキストを左揃えにする */
    vertical-align: top; /* 上揃えに設定 */
    color: white; /* テキストの色を白に設定 */
    background-color: #f1b6d9; /* 背景色を緑に設定 */
}

td {
    border: 1px solid black; /* 各セルに黒い罫線を引く */
    padding: 8px; /* セル内の余白を設定 */
    text-align: left; /* テキストを左揃えにする */
    vertical-align: top; /* 上揃えに設定 */
}

article {
    border-bottom: 1px solid #e48686;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
article img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px 0;
}

article span {
    color: #555;
    font-size: 0.9em;
}

.footer{
    width: 980ox;
    height: 80px;
    background: #39f;
    padding:10px 0;
    text-align:left;
    color:#fff;
    font-size:75%;    
}
.footer #f_inner {
    width:940px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
}
.footer #f_inner .address {
    position: absolute;
    top: -10px;
    right: 0px;
}
.footer #f_inner .copy {
    position: absolute;
    top: 50px;
    left: 300px;
}

form {
    width: 50%;
    margin: 2em auto;
    padding: 2em;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

label {
    display: block;
    margin-bottom: 0.5em;
}

input, textarea {
    width: 100%;
    padding: 0.5em;
    margin-bottom: 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    padding: 0.7em;
    border: none;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #555;
}