@charset "UTF-8";

.mainVS{
    width: 100%;
    height: 400px;
    background-image: url(../img/mainVS_sp.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
/*    background-attachment: fixed;*/
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.mainMesh{
    width: 100%;
    height: 400px;
    background-image: url(/activity/agreeable/gaikan/img/mesh.png);
    background-position: left top;
    background-repeat: repeat;
    background-size: 10px 13px;

}
.mainCover{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    background: linear-gradient(135deg, rgba(50, 128, 32, 0.81), rgba(17,44,11,0.9));
    padding: 20px;
}
.mainCover img{
    max-width: 352px;
    max-height: auto;
    margin-right: 0px;
    margin-top: 30px;
}
.mainContentsHalf{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.hisFirstTextBox{
    margin-top: 40px;
    margin-bottom: 40px!important;
    font-size: 1.0rem;
    line-height: 1.4rem;
    font-weight: bold;
}

.hisBox{
    display: none!important;
}

.hisWrap{
    background-image: url(../img/bgOnLine_sp.png);
    background-position: left;
    background-repeat: repeat-y;
    background-size: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.hisLeftBox{
/*    width: 300px;*/
    display: flex;
    flex-direction: row;/*SP row*/
    align-items: flex-start;
    flex-wrap: nowrap;
    order: 1;
    margin-bottom: 10px;
}
.hisCenterBox{
    width: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    order: 0;
}
.hisCenterBox img{
/*    width: 30px;*/
}
.hisRightBox{
/*    width: 300px;*/
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
    order: 2;
    margin-bottom: 10px;
}

.his2BoxYearSet{
    width: 100%;
/*    background-color: #bababa;*/
/*    height: 330px;*/
}
.his2BoxDetailSet{
    width: 100%;
    height: 100%;
/*    background-color: #aaaaaa;*/
/*    height: 330px;*/
/*    border: 1px solid #ccc;*/
}

/*RightSetting*/
.hisYearFullR{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-left: 10px;
    margin-bottom: 20px;
}
.hisYearFullR .yearImg img{
    margin-bottom: 10px;
}
.hisYearFullR .yearText{
    font-size: 0.85rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.hisMonthFullR{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    width: 100%
}
.hisMonthFullR .monthImg img{
    width: 34px;
    height: auto;
    margin-right: 10px;
}
.hisMonthFullR .monthText{
    font-size: 0.85rem;
    line-height: 1.25rem;
    color: #333;
    text-align: left;
}

/*LeftSetting*/
.hisYearFullL{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-left: 10px;
    margin-bottom: 20px;
}
.hisYearFullL .yearImg img{
    width: 151px;
    height: auto;
    margin-bottom: 10px;
}
.hisYearFullL .yearText{
    font-size: 0.85rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.hisMonthFullL{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    width: 100%;
}
.hisMonthFullL .monthImg img{
    width: 34px;
    height: auto;
    margin-right: 10px;
}
.hisMonthFullL .monthText{
    font-size: 0.85rem;
    line-height: 1.25rem;
    color: #333;
    text-align: left;
}

/*RightSetting*/
.hisDetailFullR{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}
.hisDetailFullR .detailArrow{
    border-top: 1px solid #51ad3c;
    border-right: 1px solid #51ad3c;
    border-bottom: 1px solid #51ad3c;
    width: 10px;
    margin-right: 10px;
}
.hisDetailFullR .detailSet{
    width: 100%;
    font-size: 0.85rem;
    line-height: 1.25rem;
    color: #333;
}
.hisDetailFullR .detailSet div{
    margin-bottom: 5px;
}
.hisDetailFullR .detailSet a{
    font-size: 0.85rem;
    line-height: 1.25rem;
    color: #fff;
    width: 90%; height: 100px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: linear-gradient(135deg, rgba(50, 128, 32, 0.81), rgba(17,44,11,0.9));
    padding: 10px;
    border-radius: 2px;
    position: relative;
}
.hisDetailFullR .detailSet a span{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.hisDetailLink{
    margin-left: 5px;
    font-size: 0.85rem;
    line-height: 1.25rem;
    color: #fff;
    width: 100%;
    height: 90px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: linear-gradient(135deg, rgba(50, 128, 32, 0.81), rgba(17,44,11,0.9));
    padding: 10px;
    border-radius: 2px;
    position: relative;
}
.hisDetailLink span{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

/*LeftSetting*/
.hisDetailFullL{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}
.hisDetailFullL .detailArrow{
    border-top: 1px solid #51ad3c;
    border-right: 1px solid #51ad3c;
    border-bottom: 1px solid #51ad3c;
    width: 10px;
    margin-right: 10px;
}
.hisDetailFullL .detailSet{
    width: 100%;
    font-size: 0.85rem;
    line-height: 1.25rem;
    color: #333;
}
.hisDetailFullL .detailSet div{
    margin-bottom: 5px;
}
.hisDetailFullL .detailSet a{
    font-size: 0.85rem;
    line-height: 1.25rem;
    color: #fff;
    width: 90%; height: 100px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: linear-gradient(135deg, rgba(50, 128, 32, 0.81), rgba(17,44,11,0.9));
    padding: 10px;
    border-radius: 2px;
    position: relative;
}
.hisDetailFullL .detailSet a span{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.hisWrapNoGreen{
    background-image: url(../img/bgNoGreen_sp.png);
    background-position: left;
    background-repeat: repeat-y;
    background-size: 60px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    height: 30px;
}
.hisWrapGreen{
    background-image: url(../img/bgOnGreen_sp.png);
    background-position: left;
    background-repeat: repeat-y;
    background-size: 60px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    height: 30px;
}
.hisLastBox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -60px;
}
.hisLastBox .yearLastImg img{
    width: 181px;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.hisLastBox .yearLastText{
    font-size: 1.0rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.hisLastBox .monthLastImg img{
    width: 34px;
    height: auto;
    margin-bottom: 10px;
}
.hisLastBox .monthLastText{
    font-size: 1.5rem;
    line-height: 2rem;
    color: #333;
    text-align: center;
}






.hisMonthFullL a{
    width: 100%;
}
.hisMonthWrap{
    width: 100%;
    height: auto;
}
.hisMonthWrap a:hover{
    opacity: 0.5!important;
}
.hisTitleG{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    padding: 10px;
    background: linear-gradient(135deg, rgba(50, 128, 32, 0.81), rgba(17,44,11,0.9));
}
.hisTitleB{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    padding: 10px;
    background: linear-gradient(135deg, rgba(26, 83, 208, 1.00), rgba(23,69,161,1.00));
}
.hisTitleTxt{
    display: inline-block;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.4rem;
    text-align: center;
}
.hisTitleTxtC{
    display: inline-block;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.4rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.hisTitleTxtC img{
    display: inline-block;
    margin-left: 5px;
}
.hisTitleSubTxtC{
    display: inline-block;
    color: #fff;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1.4rem;
    text-align: center;
}
.hisTitleSubTxtC-Border{
    display: inline-block;
    color: #fff;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1.4rem;
    text-align: center;
    border: solid 1px #fff;
    padding: 5px;
    margin: 5px 0;
}
.hisImgBox{
    width: 100%;
    height: auto;
    padding: 10px 0;
}
.hisImgBoxNoP{
    width: 100%;
    height: auto;
}
.hisImgExcavated{
    width: 100%;
    height: auto;
    padding: 10px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.hisImgExcavated img{
    width: 129px!important;
}
