@charset "utf-8";

/* =========================== SUB */
#shSubBnr p {
    overflow: visible;
    position: relative;
    z-index: 1;
    width: 1320px;
    margin: 80px auto 0;
    font-size: 46px;
    font-weight: 600;
    color: #222;
    font-family: 'Helvetica', sans-serif
}

#shSubBnr p span {
    opacity: 0;
    position: relative;
    bottom: -46px;
    margin-left: 40px;
    
}

#shSubBnr .bg {
    height: 350px;
    margin-top: -15px;
    background: center no-repeat;
    background-size: cover
}

/* =========================== SNB */
#shSnb ul {
    display: flex
}

#shSnb ul li+li:before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 13px;
    margin: 0 20px;
    background: #d4d4d4
}

#shSnb ul li a {
    font-size: 17px;
    font-weight: 500;
    color: #999
}

#shSnb ul li.on a {
    position: relative;
    color: var(--primary)
}

#shSnb ul li.on a:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 4px;
    background: var(--primary)
}

/* =========================== PAGE */
#greeting {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -.2px;
    color: #777;
    font-family: 'Helvetica', sans-serif
}

#greeting .tit_area {
    padding: 0 0 40px 5%;
    font-size: 38px;
    font-weight: 100;
    line-height: 1.35;
    letter-spacing: -.5px;
   
    color: white;
}

#greeting .tit_area p {
    font-weight: 600;
   
}

#greeting .history_text {
    padding: 0 0 40px 5%;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.35;
    letter-spacing: -.5px;
   
    color: white;
}

#greeting .img {
    height: 420px;
    background: url(../img/sub/greeting_img.jpg) center no-repeat;
    background-size: cover
}

#greeting .cont {
    padding: 40px 0 0 25%
}

#greeting .cont .pl {
    white-space: pre-line
}

#greeting .cont .sign {
    margin-top: 30px;
    font-weight: 500;
    color: #222
}

#greeting .cont .sign span {
    margin-left: 20px;
    font-size: 17px
}

#greeting .img_Ginfo {
    background-color: transparent;

    background-repeat: no-repeat;
    background-position: center;

}

.history-container {
    width: 50%;
    margin: 0 auto;
    padding: 20px;
    margin-right:500px;
    margin-left:40px;
}

.history-item {
    margin-bottom: 40px;
    display: flex; 
    width: 130%;
}
.history-item .event {
    margin-bottom: 1px;
    
}
.year {
    font-weight: bold;
    font-size: 30px;
    color: snow;
}

.event {
    margin-top: 5px;
    font-size: 18px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%; 
    margin-left:40px;
    text-align: left;
    color: snow;
}


#greet_history {
   display: flex;
  
   
}


.FAQ_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Helvetica', sans-serif
}

.FAQ_stepContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'Helvetica', sans-serif
}

.FAQ_step {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    border: 1px solid RGB(173, 216, 230);
    background-color: rgba(173, 216, 230, 0.7);
    border-radius: 4px;
    padding: 30px;
    margin: 10px;
    width: 280px;
    height: 100px;
    text-align: center;

}

.FAQ_title {

    font-size: 34px;
    margin-bottom: 20px;
    color: #333;
    background-color: RGBa(173, 216, 230, 0.9);
}


.FAQ_info {
    font-size: 20px;
    margin-bottom: 5px;
    font-style: bold;
}