@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;
}
.outC3Mark{
    max-width: 27px;
    max-height: auto;
}
.outTopBoxSet{
    margin-top: 30px;
}
.outBoxSet{
    margin-top: 70px;
}
.outBox{
    display: flex;
/*    flex-direction: column;*/
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.circleBox{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-top: 40px;
}
.out_title{
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0px; left: 0px;
    transition: all 200ms 0s ease;
    background: linear-gradient(135deg, rgba(50, 128, 32, 0.81), rgba(17,44,11,0.9));
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-weight: bold;
    padding: 20px;
    z-index: 99;
}
.out_title:hover{
    opacity: 0.75;
}
.out_title img{
/*    padding: 20px;*/
}
.out_contents{
    width: 100%;
}
.out_subTextS{
    font-size: 0.85rem;
    line-height: 1.4rem;
    margin-bottom: 20px;
}
.out_subTextM{
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 20px;
}
.outSubBox{
    display: flex;
    flex-direction: column;
/*    justify-content: flex-start;*/
/*    align-items: flex-start;*/
    flex-wrap: wrap;
    margin-bottom: 20px!important;
}
.out_subTitle01{
    max-width: 100%;
    max-height: auto;
    margin-bottom: 15px;
}
.out_subContents01{
    max-width: 100%;
    max-height: auto;
}
.out_subTitle02{
    max-width: 100%;
    max-height: auto;
}
.out_subContents02{
    max-width: 100%;
    max-height: auto;
}
.out_sub02textB{
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: bold;
    color: #000;
    margin-top: 20px;
    margin-bottom: 0px!important;
}
.out_subTitle03{
    max-width: 100%;
    max-height: auto;
}
.out_subContents03{
    max-width: 100%;
    max-height: auto;
}
.out_sub03textB{
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 0px!important;
}
.out_contents03BoxL{
    max-width: 100%;
    max-height: auto;

}
.out_contents03BoxR{
    max-width: 100%;
    max-height: auto;
    padding-top: 20px;
}
.out_title60{
    max-width: 100%!important;
}
.out_cont03BoxRnumber{
    color: #51ad3c;
    margin-right: 5px;
}
.out_cont03BoxRtitle{
    font-size: 1.0rem;
    line-height: 1.6rem;
    font-weight: bold;
    color: #000;
}
.out_cont03BoxRtext{
    font-size: 0.85rem;
    line-height: 1.4rem;
    color: #000;
    margin-bottom: 15px;
}
.out_cont03BoxML{
    margin-left: 30px;
}
.out_subTitle03textMixL{
    max-width: 100%;
    max-height: auto;
}
.out_subTitle03textMixR{
    max-width: 100%;
    max-height: auto;
    font-size: 0.85rem;
    line-height: 1.4rem;
}

.imageOrigHalf{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
}
