/*
-----------------
support @PC
-----------------
*/
#support{
    width: 1080px;
    margin: 20px auto 0 auto;
}

#support h2{
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    padding: 0 0 20px 0;
    color: #000;
    position: relative;
}
#support h2 span{
    font-size: 11px;
    color: #5dc259;
    letter-spacing: 4px;
    display: block;
}
#support > p{
    padding: 20px;
    margin: 20px 0 0 0;
    letter-spacing: 2px;
    text-align: center;
    font-size: 18px;
    background: #5dc259;
    color: #fff;
}
@media screen and (max-width:1080px){
    #support{
        width: 94vw;
        margin: 40px auto 0 auto;
    }
    #support h2{
        text-align: center;
        font-size: 20px;
        letter-spacing: 3px;
        padding: 0 0 20px 0;
        color: #000;
        position: relative;
    }
    #support > p br{
        display: none;
    }
    #support > p{
        padding: 20px;
        margin: 20px 0 0 0;
        letter-spacing: 2px;
        text-align: left;
        font-size: 16px;
        background: #5dc259;
        color: #fff;
    }
}




.support ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
    background: #f5f6f3;
    border-top: 1px solid #dcdcdc;
}
.support ul li{
    width: 48%;
    text-align: center;
    margin: 10px 0 10px 0;
}
@media screen and (max-width:780px){
    .support ul li{
        width: 100%;
        text-align: center;
        margin: 10px 0 10px 0;
    }
}
.support ul li a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: relative;
    border: 1px solid #5dc259;
    border-radius: 1px;
    flex-wrap: wrap;
    padding: 15px 0 15px 0;
    color: #5dc259;
    background: #fff;
    letter-spacing: 1px;
}
.support ul li a:hover{
    opacity: 1;
    background: #5dc259;
    color: #fff;
}
.support ul li a:after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #5dc259 transparent;
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.support ul li a:hover:after{
    border-color: transparent transparent #fff transparent;
}

#faq{
    width: 1080px;
    margin: 20px auto 0 auto;
}
#faq h2{
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    padding: 0 0 20px 0;
    color: #000;
    position: relative;
}
#faq h2 span{
    font-size: 11px;
    color: #5dc259;
    letter-spacing: 4px;
    display: block;
}
#faq > p{
    padding: 20px;
    margin: 20px 0 0 0;
    letter-spacing: 2px;
    text-align: center;
    font-size: 18px;
    background: #31231e;
    color: #fff;
}
@media screen and (max-width:1080px){
    #faq{
        width: 94vw;
        margin: 40px auto 0 auto;
    }
    #faq h2{
        text-align: center;
        font-size: 20px;
        letter-spacing: 3px;
        padding: 0 0 20px 0;
        color: #000;
        position: relative;
    }
    #faq > p br{
        display: none;
    }
    #faq > p{
        padding: 20px;
        margin: 20px 0 0 0;
        letter-spacing: 2px;
        text-align: left;
        font-size: 16px;
        background: #31231e;
        color: #fff;
    }
}
.faq > ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
    background: #f5f6f3;
    border-top: 1px solid #dcdcdc;
}
.faq > ul li{
    width: 48%;
    text-align: center;
    margin: 10px 0 10px 0;
}
@media screen and (max-width:780px){
    .faq > ul li{
        width: 100%;
        text-align: center;
        margin: 10px 0 10px 0;
    }
}
.faq > ul li a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: relative;
    border: 1px solid #5dc259;
    border-radius: 1px;
    flex-wrap: wrap;
    padding: 15px 0 15px 0;
    color: #5dc259;
    background: #fff;
    letter-spacing: 1px;
}
.faq > ul li a:hover{
    opacity: 1;
    background: #5dc259;
    color: #fff;
}
.faq > ul li a:after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #5dc259 transparent;
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.faq > ul li a:hover:after{
    border-color: transparent transparent #fff transparent;
}
.faq > div{
    padding: 184px 0 0 0;
    margin: -144px 0 0 0;
}
.faq h3{
    padding: 20px;
    font-size: 17px;
    letter-spacing: 2px;
    background: #5dc259;
    color: #fff;
}
.faq > div ul li{
    margin: 0 0 20px 0;
}
.faq > div ul li p:nth-child(1){
    padding: 10px 20px 10px 40px;
    background: #f9f9f9;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #eee;
}
.faq > div ul li p:nth-child(1):before{
    content:"Q";
    color: #ed233a;
    position: absolute;
    top: 8px;
    left: 18px;
    font-size: 20px;
}
.faq > div ul li p:nth-child(2){
    padding: 15px 20px 10px 40px;
    position: relative;
}
.faq > div ul li p:nth-child(2):before{
    content:"A";
    color: #5dc259;
    position: absolute;
    top: 14px;
    left: 20px;
    font-size: 22px;
}
.att{
    padding: 0 20px 10px 50px;
    font-size: 14px;
    position: relative;
}
.att:before{
    content:"*";
    color: #ff0000;
    position: absolute;
    top: 2px;
    left: 40px;
}

#seminar{
    width: 1080px;
    margin: 20px auto 0 auto;
}
#seminar h2{
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    padding: 0 0 20px 0;
    color: #000;
    position: relative;
}
#seminar h2 span{
    font-size: 11px;
    color: #5dc259;
    letter-spacing: 4px;
    display: block;
}
.seminar h3{
    padding: 20px;
    font-size: 17px;
    letter-spacing: 2px;
    background: #5dc259;
    color: #fff;
    margin: 20px 0 0 0;
}
@media screen and (max-width:1080px){
    #seminar{
        width: 94vw;
        margin: 40px auto 0 auto;
    }
    #seminar h2{
        text-align: center;
        font-size: 20px;
        letter-spacing: 3px;
        padding: 0 0 20px 0;
        color: #000;
        position: relative;
    }
    #seminar > p br{
        display: none;
    }
    #seminar > p{
        padding: 20px;
        margin: 20px 0 0 0;
        letter-spacing: 2px;
        text-align: left;
        font-size: 16px;
        background: #31231e;
        color: #fff;
    }
}
.seminar p{
    padding: 20px;
}
.image3c{
    padding: 0 20px 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
}
.image3c li{
    width: 32%;
    margin: 20px 0 0 0;
    display:flex
}
@media screen and (max-width:780px){
    .image3c li{
        width: 100%;
        margin: 20px 0 0 0;
        display:flex
    }
}
.image3c li img{
    width: 100%;
    border: 1px solid #eee;
}

#knowledge{
    width: 1080px;
    margin: 20px auto 0 auto;
}
#knowledge h2{
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    padding: 0 0 20px 0;
    color: #000;
    position: relative;
}
#knowledge h2 span{
    font-size: 11px;
    color: #5dc259;
    letter-spacing: 4px;
    display: block;
}
#knowledge > p{
    padding: 20px;
    margin: 20px 0 0 0;
    letter-spacing: 2px;
    text-align: center;
    font-size: 18px;
    background: #5dc259;
    color: #fff;
}
@media screen and (max-width:1080px){
    #knowledge{
        width: 94vw;
        margin: 40px auto 0 auto;
    }
    #knowledge h2{
        text-align: center;
        font-size: 20px;
        letter-spacing: 1px;
        padding: 0 0 20px 0;
        color: #000;
        position: relative;
    }
    #knowledge > p br{
        display: none;
    }
    #knowledge > p{
        padding: 20px;
        margin: 20px 0 0 0;
        letter-spacing: 2px;
        text-align: left;
        font-size: 16px;
        background: #5dc259;
        color: #fff;
    }
}
.knowledge ul li{
    border-bottom: 1px solid #dcdcdc;
    padding: 20px;
}
.knowledge ul li a{
    color: #000;
    font-size: 15px;
}
.knowledge ul li a i{
    color: #5dc259;
    padding: 0 10px 0 0;
}
#download{
    width: 1080px;
    margin: 20px auto 0 auto;
}
#download h2{
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    padding: 0 0 20px 0;
    color: #000;
    position: relative;
}
#download h2 span{
    font-size: 11px;
    color: #5dc259;
    letter-spacing: 4px;
    display: block;
}
#download > p{
    padding: 20px;
    margin: 20px 0 0 0;
    letter-spacing: 2px;
    text-align: center;
    font-size: 18px;
    background: #f5f3e1;
}
@media screen and (max-width:1080px){
    #download{
        width: 94vw;
        margin: 40px auto 0 auto;
    }
    #download h2{
        text-align: center;
        font-size: 20px;
        letter-spacing: 1px;
        padding: 0 0 20px 0;
        color: #000;
        position: relative;
    }
    #download > p br{
        display: none;
    }
    #download > p{
        padding: 20px;
        margin: 20px 0 0 0;
        letter-spacing: 2px;
        text-align: left;
        font-size: 16px;
        background: #f5f3e1;
    }
}

#download > ul{
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0;
    flex-wrap: wrap;
    z-index: 90;
    position: relative;
}
#download > ul > li{
    width: 19%;
}
@media screen and (max-width:780px){
    #download > ul > li{
        width: 100%;
        margin: 10px 0 10px 0;
    }
}
#download > ul > li a{
    border: 1px solid #5dc259;
    color: #5dc259;
    display: block;
    text-align: center;
    padding: 5px 0 5px 0;
    position: relative;
}
#download > ul > li a:hover{
    background: #5dc259;
    color: #fff;
    opacity: 1;
}
#download > ul > li a i{
    padding: 0 5px 0 0;
    vertical-align: 3px;
}
.download h3{
    font-weight: 500;
    padding: 184px 0 0 20px;
    margin: -144px 0 10px 0;
    position: relative;
    letter-spacing: 2px;
}
.download h3:before{
    content:"";
    width: 10px;
    height: 10px;
    background: #5dc259;
    position: absolute;
    top: 192px;
    left: 1px;
}
.download table{
    width: 100%;
    z-index: 30;
    position: relative;
}
.download table.da tr th{
    color: #5dc259;
    text-align: center;
    padding: 10px 5px 10px 5px;
    font-size: 12px;
    letter-spacing: 0;
    vertical-align: middle;
    background: #f9f9f9;
    line-height: 1.4em;
    border: 1px solid #dcdcdc;
}
.download table.da tr td{
    padding: 10px 5px 10px 5px;
    font-size: 12px;
    letter-spacing: 0;
    vertical-align: middle;
    text-align: center;
    line-height: 1.4em;
    border: 1px solid #dcdcdc;
}
.download table.da tr td ul.bnone{
    border: none!important;
}
.download table.da tr td ul.ddp{
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 10px 10px;
    margin: 0 10px 0 10px;
    border-bottom: 1px solid #dcdcdc;
}
.download table.da tr td ul.ddp li a{
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px 5px 10px;
}
.download table.da tr td ul.ddp li a i{
    font-size: 12px;
    padding: 0 10px 0 0;
    vertical-align: 1px;
    display: block;
}
.download table.da tr td ul.ddp li:nth-child(1){
    padding: 4px 0 5px 0;
    font-size: 14px;
    width: 50px;
}
.download table.da tr td ul.ddp li:nth-child(2) a{
    background: #ee095f;
}
.download table.da tr td ul.ddp li:nth-child(3) a{
    background: #eeb509;
}
.download table.da tr td ul.ddp li:nth-child(4) a{
    background: #0965ee;
}

.download table.da tr td ul.ddp2{
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 10px 10px;
    margin: 0 auto;
    width: 220px;
}
.download table.da tr td ul.ddp2 li a{
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px 5px 10px;
}
.download table.da tr td ul.ddp2 li a i{
    font-size: 12px;
    padding: 0 10px 0 0;
    vertical-align: 1px;
}
.download table.da tr td ul.ddp2 li:nth-child(1) a{
    background: #ee095f;
}
.download table.da tr td ul.ddp2 li:nth-child(2) a{
    background: #eeb509;
}
.download table.da tr td ul.ddp2 li:nth-child(3) a{
    background: #0965ee;
}
.download table.da tr td > a > i{
    color: #5dc259;
    font-size: 20px;
}
.download table.da tr td span{
    display: block;
    font-size: 10px;
}
.download table.ua tr th:nth-child(3){
    width: 280px;
}
.download table.ua tr th{
    color: #5dc259;
    text-align: center;
    padding: 10px 5px 10px 5px;
    font-size: 13px;
    letter-spacing: 0;
    vertical-align: middle;
    background: #f9f9f9;
    line-height: 1.4em;
    border: 1px solid #dcdcdc;
}
.download table.ua tr td{
    padding: 10px 5px 10px 5px;
    font-size: 13px;
    letter-spacing: 0;
    vertical-align: middle;
    text-align: center;
    line-height: 1.4em;
    border: 1px solid #dcdcdc;
}
.download table.ua tr td ul{
    display: flex;
    justify-content: space-between;
    padding: 5px 20px 5px 20px;
}
.download table.ua tr td ul li a{
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px 5px 10px;
}
.download table.ua tr td ul li a i{
    font-size: 12px;
    padding: 0 10px 0 0;
    vertical-align: 1px;
}
.download table.ua tr td ul li:nth-child(1) a{
    background: #ee095f;
}
.download table.ua tr td ul li:nth-child(2) a{
    background: #eeb509;
}
.download table.ua tr td ul li:nth-child(3) a{
    background: #0965ee;
}
.download table.ua{
    width: 100%;
}
.supportbook{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 1000;
    margin: 20px 0 0 0;
}
.supportbook > div:nth-child(1){
    width: 30%;
}
.supportbook > div:nth-child(1) img{
    width: 100%;
}
.supportbook > div:nth-child(2){
    width: 65%;
}
.supportbook > div:nth-child(2) > p{
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 2em;
}
.supportbook > div:nth-child(2) > a{
    width: 240px;
    margin: 20px auto 20px auto;
    background: #5dc259;
    padding: 10px 20px 10px 20px;
    color: #fff;
    display: block;
    text-align: center;
}
.supportbook > div:nth-child(2) > div{
    text-align: center;
    width: 100%;
    display: block;
    font-size: 15px;
}
.supportbook > div:nth-child(2) > div a{
    color: #5dc259;
}
@media screen and (max-width:780px){
    .supportbook > div:nth-child(1){
        width: 100%;
    }
    .supportbook > div:nth-child(2){
        width: 100%;
        margin: 20px 0 0 0;
    }
}
.caption{
    padding: 20px;
    letter-spacing: 2px;
    background: #f9f9f9;
    margin: 0 0 20px 0;
    font-size: 15px;
}
.att2{
    padding: 0 0 10px 20px;
    font-size: 13px;
    position: relative;
    margin: 15px 0 0 0;
}
.att2:before{
    content:"*";
    color: #ff0000;
    position: absolute;
    top: 2px;
    left: 10px;
}
.pageback{
    text-align: center;
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
}
.pageback a{
    padding: 0 0 5px 0;
    color: #5dc259;
}
.pageback a i{
    padding: 0 10px 0 0;
}
.pageback a:hover{
    border-bottom: none;
}
@media screen and (max-width:1080px){
    .scroll{
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .scroll > table{
        width: 1080px;
    }
}

/*
-----------------
knowledge-main @PC
-----------------
*/
#knowledgemain{
    width: 1080px;
    margin: 40px auto 0 auto;
}
#knowledgemain > h2{
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    padding: 0 0 20px 0;
    color: #000;
    position: relative;
}
#knowledgemain > h2 span{
    font-size: 11px;
    color: #5dc259;
    letter-spacing: 4px;
    display: block;
}
@media screen and (max-width:1080px){
    #knowledgemain{
        width: 94vw;
        margin: 40px auto 0 auto;
    }
    #knowledgemain h2{
        text-align: center;
        font-size: 20px;
        letter-spacing: 3px;
        padding: 0 0 20px 0;
        color: #000;
        position: relative;
    }
}

.knowledgeheader{
    margin: 20px 0 0 0;
    position: relative;
}
.knowledgeheader:before{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 70px 0 70px;
    border-color: #5dc259 transparent transparent transparent;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin: 0 0 0 -70px;
}
.knowledgeheader p{
    text-align: center;
    padding: 15px 20px 15px 20px;
    background: #5dc259;
    color: #fff;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
}
.knowledgeheader > ul{
    padding: 5px 20px 5px 20px;
    background: #f5f3e1;
}
.knowledgeheader > ul li{
    padding: 10px 0 10px 0;
    border-top: 1px dotted #dedede;
    letter-spacing: 0.05em;
}
.knowledgeheader > ul li:nth-child(1){
    border: none;
}
.knowledgeheader > ul li i{
    padding: 0 10px 0 0;
    font-size: 20px;
    color: #5dc259;
}
.knowledgenote{
    padding: 60px 0 20px 0;
}
.knowledgenote > div{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.knowledgenote > div > div:nth-child(1){
    width: 25%;
}
.knowledgenote > div > div:nth-child(1) img{
    width: 100%;
    padding: 5px 0 0 0;
}
.knowledgenote > div > div:nth-child(2){
    width: 70%;
}
.knowledgenote > div > div:nth-child(2) p{
    font-size: 15px;
    padding: 0 0 15px 0;
}
@media screen and (max-width:580px){
    .knowledgenote > div > div:nth-child(1){
        width: 100%;
    }
    .knowledgenote > div > div:nth-child(2){
        width: 100%;
        padding: 20px 0 0 0;
    }
}

/*
-----------------
knowledge-article @PC
-----------------
*/
.title{
    margin: 40px 0 0 0;
}
.title h3{
    background: #5dc259;
    color: #fff;
    padding: 10px 20px 10px 20px;
}
.subtitle_txt_first{
    padding: 20px 20px 0 20px;
}
.subtitle_txt_first h4{
    font-weight: 500;
    font-size: 19px;
    padding: 20px 0 10px 0;
    color: #5dc259;
}
.subtitle_txt_first p{
    font-size: 15px;
}
.subtitle_txt{
    padding: 20px 20px 0 20px;
}
.subtitle_txt h4{
    font-weight: 500;
    font-size: 19px;
    padding: 30px 0 0 0;
    border-top: 1px solid #dcdcdc;
    margin: 20px 0 0 0;
    color: #5dc259;
}
.subtitle_txt p{
    font-size: 15px;
    padding: 10px 0 0 0;
}
/*強調表示のために追加しました　中谷*/
.subtitle_txt_bigtext{
	font-weight: 500;
    font-size: 20px;
	padding: 10px 0 0 0;
}

.img_caption_2c{
    padding: 20px 20px 0 20px;
}
.img_caption_2c ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.img_caption_2c ul li{
    width: 48%;
    text-align: center;
}
@media screen and (max-width:780px){
    .img_caption_2c ul li{
        width: 100%;
        text-align: center;
        margin: 20px 0 0 0;
    }
}
@media screen and (max-width:780px){
    .img_caption_2c ul li img{
        width: 100%;
    }
}

.frame{
    padding: 20px 20px 0 20px;
}
.frame table{
    width: 100%;
}
.frame table tr th{
    color: #5dc259;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
    background: #f9f9f9;
    line-height: 1.4em;
    border: 1px solid #dcdcdc;
}
.frame table tr td{
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    vertical-align: middle;
    line-height: 1.4em;
    border: 1px solid #dcdcdc;
}
@media screen and (max-width:780px){
    .frame table tr th{
        width: calc(100% - 40px);
        color: #5dc259;
        padding: 10px 20px 10px 20px;
        font-size: 16px;
        text-align: left;
        vertical-align: middle;
        background: #f9f9f9;
        line-height: 1.4em;
        border-top: 1px solid #dcdcdc;
        border-bottom: none!important;
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        display: block;
        margin: 10px 0 0 0;
    }
    .frame table tr td{
        width: calc(100% - 40px);
        padding: 10px 20px 10px 20px;
        font-size: 16px;
        vertical-align: middle;
        line-height: 1.4em;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        display: block;
    }
}
.frame table tr td ul{
    padding: 0 0 5px 0;
}
.frame table tr td ul li{
    padding: 5px 0 0 14px;
    position: relative;
}
.frame table tr td ul li:before{
    content:"";
    width: 8px;
    height: 8px;
    background: #5dc259;
    border-radius: 100%;
    position: absolute;
    top: 14px;
    left: 0;
}
.frame > p{
    text-align: center;
    padding: 50px 0 40px 0;
    position: relative;
    font-size: 18px;
    font-size: 500;
}
.frame > p:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 50px 0 50px;
    border-color: #5dc259 transparent transparent transparent;
    position: absolute;
    top: 20px;
    left: 50%;
    margin: 0 0 0 -50px;
}
.frame > span{
    padding: 5px 0 10px 14px;
    position: relative;
    display: block;
}
.frame > span:before{
    content:"";
    width: 8px;
    height: 8px;
    background: #5dc259;
    border-radius: 100%;
    position: absolute;
    top: 14px;
    left: 0;
}
.text_list_flow{
   padding: 20px;
}
.text_list_flow > p{
    padding: 5px 0 10px 14px;
    position: relative;
    display: block;
}
.text_list_flow > p:before{
    content:"";
    width: 8px;
    height: 8px;
    background: #5dc259;
    border-radius: 100%;
    position: absolute;
    top: 14px;
    left: 0;
}
.text_list_flow > ul li{
    padding: 10px;
    border: 1px solid #dcdcdc;
    background: #f8f8f8;
    text-align: center;
    margin: 0 0 20px 0;
    position: relative;
}
.text_list_flow > ul li:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 26px 0 26px;
    border-color: #5dc259 transparent transparent transparent;
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin: 0 0 0 -26px;
}
.text_list_flow > ul li:last-child:before{
    border-color: #fff transparent transparent transparent;
}

.reference{
    padding: 20px;
    font-size: 14px;
}
.reference > span{
    padding: 5px 0 0 14px;
    position: relative;
    display: block;
}
.reference > span:before{
    content:"";
    width: 8px;
    height: 8px;
    background: #5dc259;
    border-radius: 100%;
    position: absolute;
    top: 14px;
    left: 0;
}
.reference > ul > li{
    padding: 10px 0 0 0;
}
.reference > ul > li h6{
    font-weight: 500;
}
.reference > ul > li ul{
    padding: 0 20px 0 20px;
}
.reference > ul > li a{
    color: #5dc259;
    border-bottom: 1px dotted #5dc259;
}
.reference > ul > li a:hover{
    border: none;
}
/*中谷変更しました*/
.img_text p{
    text-align:center;
    padding: 20px;
}
/*中谷少し変更しました_画像を中央寄せへ */
.img_text ul li{
    max-width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    margin: 0 auto;
}
.img_text ul li > div:nth-child(1){
    width: 25%;
    line-height: 0;
}
.img_text ul li > div:nth-child(1) img{
    width: 100%;
    line-height: 0;
}
.img_text ul li > div:nth-child(2){
    width: 65%;
    padding: 0 5% 0 5%;
    letter-spacing: 0.05em;
}

@media screen and (max-width:780px){
    .img_text ul li > div:nth-child(1){
        width: 100%;
        line-height: 0;
    }
    .img_text ul li > div:nth-child(2){
        width: 90%;
        padding: 20px 5% 20px 5%;
        letter-spacing: 0.05em;
    }
}

.knowledgelist ul{
    margin: 30px 0 0 0;
}
.knowledgelist ul li{
    margin: 10px 0 0 0;
    position: relative;
}
.knowledgelist ul li > a{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ededed;
    align-items: center;
    background: #f9f9f9;
    min-height: 80px;
}
.knowledgelist ul li p{
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 0 20px;
    letter-spacing: 0.05em;
}
.knowledgelist ul li a span{
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    margin: -14px 0 0 0;
    color: #5dc259;
    font-size: 14px;
    letter-spacing: 0.05em;
}
.knowledgelist ul li a span i{
    color: #000;
    padding: 0 0 0 10px;
}
.knowledgelist ul li > div{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #f0f0f0;
    align-items: center;
    min-height: 80px;
}
.knowledgelist ul li > div span{
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    margin: -14px 0 0 0;
    color: #a7a7a7;
    font-size: 14px;
    letter-spacing: 0.05em;
}
.knowledgelist ul li > div p{
    color: #999;
}
.knowledgelist ul li img{
    width: 120px;
    min-width: 120px;
    display: block;
}
@media screen and (max-width:780px){
    .knowledgelist ul li > a {
        padding: 20px 20px 10px 20px;
    }
    .knowledgelist ul li > a > div{
        width: 100%;
        text-align: center;
    }
    .knowledgelist ul li img{
        width: 120px;
        min-width: 120px;
        display: block;
        margin: 0 auto;
    }
    .knowledgelist ul li > a > p{
        width: 100%;
        text-align: center;
        font-size: 17px;
        padding: 10px 0 0 0;
    }
    .knowledgelist ul li > a > span{
        width: 100%;
    }
    .knowledgelist ul li a span{
        position: relative;
        right: auto;
        top: auto;
        display: block;
        margin: 5px 0 0 0;
        color: #5dc259;
        font-size: 14px;
        letter-spacing: 0.05em;
        text-align: center;
    }

    .knowledgelist ul li > div {
        padding: 20px 20px 10px 20px;
    }
    .knowledgelist ul li > div > div{
        width: 100%;
        text-align: center;
    }
    .knowledgelist ul li img{
        width: 120px;
        min-width: 120px;
        display: block;
        margin: 0 auto;
    }
    .knowledgelist ul li > div > p{
        width: 100%;
        text-align: center;
        font-size: 17px;
        padding: 10px 0 0 0;
    }
    .knowledgelist ul li > div > span{
        width: 100%;
    }
    .knowledgelist ul li > div > span{
        position: relative;
        right: auto;
        top: auto;
        display: block;
        margin: 5px 0 0 0;
        color: #a7a7a7;
        font-size: 14px;
        letter-spacing: 0.05em;
        text-align: center;
    }
}



.knowledgeprofile > h3{
    padding: 5px 0 0 14px;
    position: relative;
    display: block;
    margin: 40px 0 0 0;
}
.knowledgeprofile > h3:before{
    content:"";
    width: 8px;
    height: 8px;
    background: #5dc259;
    border-radius: 100%;
    position: absolute;
    top: 14px;
    left: 0;
}
.knowledgeprofile > div{
    padding: 40px;
    background: #f9f9f9;
    margin: 10px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.knowledgeprofile > div > div:nth-child(1){
    width: 30%;
}
.knowledgeprofile > div > div:nth-child(1) img{
    width: 100%;
}
.knowledgeprofile > div > div:nth-child(2){
    width: 65%;
}
.knowledgeprofile > div > div:nth-child(2) h4{
    font-weight: 500;
}
.knowledgeprofile > div > div:nth-child(2) ul{
    border-top: 1px solid #dcdcdc;
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
}
.knowledgeprofile > div > div:nth-child(2) ul li{
    padding: 5px 0 0 0;
    font-size: 14px;
}
@media screen and (max-width:580px){
    .knowledgeprofile > div{
        padding: 20px;
        background: #fff;
        margin: 10px 0 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .knowledgeprofile > div > div:nth-child(1){
        width: 100%;
        text-align: center;
    }
    .knowledgeprofile > div > div:nth-child(2) h4{
        text-align: center;
        padding: 40px 0 0 0;
    }
    .knowledgeprofile > div > div:nth-child(1) img{
        width: 80%;
        margin: 0 auto;
    }
    .knowledgeprofile > div > div:nth-child(2){
        width: 100%;
    }
}
