@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: 198px;
    max-height: auto;
    margin-right: 0px;
    margin-top: 30px;
}
.mainContentsHalf{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.effBoxSet{
    margin-top: 30px;
}
.effBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px!important;
}
.eff_title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, rgba(50, 128, 32, 0.81), rgba(17,44,11,0.9));
}
.eff_titleL{
    display: inline-block;
    color: #1d6d16;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: bold;
    background-color: #fff;
    padding: 5px 3px 3px 5px;
    border-radius: 2px;
    margin-bottom: 5px;
}
.eff_titleR{
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: bold;
}
.eff_text{
    font-size: 0.85rem;
    margin-bottom: 10px;
    line-height: 1.4rem;
}
.eff_textS{
    font-size: 0.75rem;
    line-height: 1.2rem;
    margin-top: 10px;
}
.eff_contents{
    width: 100%;
}

.eff_00_text{
    font-size: 0.85rem;
    line-height: 1.4rem;
}
.eff_00_textR{
    font-size: 0.75rem;
    line-height: 1.4rem;
    text-align: right;
    margin-top: 10px;
}
.eff_textB{
    color: #000;
    font-size: 1.0rem;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.0rem;
}
.eff_textB sup{
    font-size: 0.75rem;
    vertical-align: super;
}
.eff_textB_Center{
    color: #000;
    font-size: 1.0rem;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.0rem;
    text-align: center;
}
.eff_container{
    width: 100%;
    height: auto;
    display: block;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}
.eff_contentsLWrap{
    display: block;
    width: 100%;
    height: auto;
}
.eff_contentsL{
    width: 100%;
    height: auto;
    position: relative;
}
.eff_contentsL_title{
    position: absolute;
    top: 0; left: 0;
    background: linear-gradient(135deg, rgba(50, 128, 32, 0.81), rgba(17,44,11,0.9));
    width: 100%;
    height: auto;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.imageOrigHalf{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
}
.eff_contentsR{
    width: 100%;
    height: auto;
    padding: 20px 0;
}
.eff_contentsB{
    width: 100%;
    height: auto;
/*    margin-top: 20px;*/
}
.eff_contentsR_title{
    color: #000;
    font-size: 1.1rem;
    font-weight: bold;
/*    margin-bottom: 10px;*/
    line-height: 1.8rem;
}
.eff_contentR_text{
    font-size: 1.0rem;
    line-height: 1.8rem;
}
.eff_cont03BoxRnumber{
    color: #51ad3c;
    margin-right: 5px;
}
.eff_contentsB_flex{
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: block;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.eff_textL{
    font-size: 0.75rem;
    line-height: 1.2rem;
    width: 220px;
}
.eff_textR{
    font-size: 0.75rem;
    line-height: 1.2rem;
}


.eff_navSection{
    margin-top: 80px;
    margin-bottom: 60px;
}
.eff_navBoxLink{

}
.eff_navBox{
    height: 200px;
    position: relative;
    background: linear-gradient(135deg, rgba(50, 128, 32, 0.81), rgba(17,44,11,0.9));
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.eff_navTitle{
    position: absolute;
    top: 15px;
    left: 15px;
}
.eff_navText{

}
.eff_navArrow{
    width: 20px;
    height: auto;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.eff_youtubethumbnail{
    width: 100%;
    border: 1px solid #ccc;
    transition: 0.3s;
    margin-bottom: 10px;
}
.eff_youtubethumbnail:hover{
    opacity: 0.5!important;
}




.eff_flex {display: block;}

ul.eff_cont07 li:first-child {
    width: 100%;
    height: auto;
    padding-right: 6px;
}
ul.eff_cont07 li:first-child iframe {
	width: 100%;
	height: 100%;
}
ul.eff_cont07 li:last-child img:first-child {
    padding-bottom: 6px;
}

.Busdriver {
    border: solid #e5892e 5px;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 0;
}
.Busdriver h5 {
    font-size: 1.3em;
    font-weight: bold;
}

.Column {
    background: #f6f6f6;
    border-radius: 10px;
    padding: 0 20px 20px;
}
.Column .title {
    text-align: center;
    font-weight: bold;
    margin: 30px 0;
    font-size: 20px;
}
.Column ul {
    padding: 20px 0;
}
.Column ul li {
    text-indent: -1em;
    padding: 0 0 0 1em;
}

.Source {
    font-size: 12px;
    line-height: 150%;
    padding: 5%;
    border: solid #f6f6f6 1px;
    margin: 5% auto;
    width: 90%;
}
.Source dl {
    display: block;
}
.Source dl dt {
    margin:0 40px 0 0;
    font-weight: bold;
}
.Source a {
    color: #000;
}
.anch {
    width: 90.3%;
    margin: 0 auto 50px;
    background: #000;
}
.anch ul {
    display: flex;
}
.anch ul li {
    width: 50%;
    text-align: center;
}
.anch ul li a {
    font-weight: bold;
    position: relative;
    width: 100%;
    display: block;
    padding: 10px;
    background: #e2e2e2;
    font-size: 18px;
    color: #000;
    transition: 0s;
}
.anch ul li a:after {
    content: "";
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background: #e2e2e2;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transition: 0s;
}
.anch ul li a:hover ,
.anch ul li a:hover:after {
    background: #489636;
    opacity: 1 !important;
    color: #fff;
    transition: 0s;
}

.Subtitle {
    width: 90%;
    margin: 0 auto 50px ;
}


.eff_textR{
    font-size: 0.9rem;
    line-height: 1.2rem;
}
.eff_textR dl {
    display: block;
    justify-content: flex-start;
}
.eff_textR dl dt {
    width: 100%;
    font-weight: bold;
}
.eff_textR dl dd {
    width: 100%;
    margin-bottom: 5%;
}



.spNone {display: none !important;}
.pcNone {}
