@charset "UTF-8";
/* CSS Document */
#drawer .navilink li:nth-child(1){
    font-weight: 600;
}

#header {
  align-items: center;
}
#mainbox2{
    background-color: #f7f7f7;
    background-image: url("../img/effort/mainimage.jpg");
    background-size: cover;
    background-position: 100% 20%;
}


.bluebox{
    background-color: #d5f2fc;
    margin-top: 7em;
    padding: 5em 0;
}
.bluebox .flexbox,.listbox{
    justify-content: space-between;
}
.list .listbox{
    border: 1px solid #d8d8d8;
    padding: 4em;
    margin-top: 4em;
}
.list2{
    padding-bottom: 8em;
}
.bluebox .txtbox,.listbox .txtbox{
    width: 48%;
    order: 2;
    text-align: justify;
}
.bluebox .txtbox h3{
    font-size: 2.2rem;
    line-height: 1.3;
    padding: 1.5em 0;
    font-weight: 600;
}
.bluebox .txtbox h4{
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 0 0 1em 0;
    font-weight: 600;
}
.listbox .txtbox h3{
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 2em 0 1.8em 0;
    font-weight: 600;
}
.bluebox .txtbox .txt{
    line-height: 2.2;
}
.listbox .txtbox .name{
    text-align: right;
    font-weight: 600;
    padding-top: 2em;
}
.listbox .txtbox .name span{
    font-size: 2rem;
}
.bluebox .images,.listbox .images{
    width: 45%;
    order: 1;
}


@media only screen and (max-width: 768px) {

#mainbox2{
    background-position: 23% 50%;
}


.bluebox{
    margin-top: 5em;
    padding: 4em 0;
}
.bluebox .flexbox,.listbox.flexbox{
    display: block;
}
.list .listbox{
    padding: 2em;
    margin-top: 3em;
}
.list2{
    padding-bottom: 7em;
}
.bluebox .txtbox,.listbox .txtbox{
    width: 100%;
}
.bluebox .txtbox h3{
    font-size: 2rem;
    line-height: 1.3;
    padding: 0 0 1.5em 0;
}
.bluebox .txtbox h4{
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 0 0 1em 0;
    font-weight: 600;
}
.listbox .txtbox h3{
    font-size: 1.8rem;
    padding: 0.5em 0 1.5em 0;
}
.bluebox .txtbox .txt{
    line-height: 2.2;
}
.listbox .txtbox .name{
    text-align: right;
    font-weight: 600;
    padding-top: 2em;
}
.listbox .txtbox .name span{
    font-size: 1.8rem;
}
.bluebox .images,.listbox .images{
    width: 100%;
    padding-top: 3em;
}



}