@charset "utf-8";
.l-content > .wrap {
    padding: 0 30px;
}
.l-content .h1Ttl {
    box-sizing: border-box;
    width: 1200px;
    padding: 16px 0 11px 25px;
    border-left: solid 6px #fc0;
    background: #0f218b;
    color: #fff;
    font-size: 29px;
}

.l-content .h2Ttl {
    width: 1140px;
    padding: 11px 0 3px;
    border-bottom: solid 3px #0f218b;
    margin: 60px auto 0;
    color: #0f218b;
    font-size: 27px;
    text-align: center;
}

.l-content .h2Ttl_profile {
    width: 180px;
    padding: 8px 0 6px;
    border-radius: 5px;
    margin: 40px auto 0;
    color: #fff;
    background: #0f218b;
    font-size: 17px;
    text-align: center;
}

.l-content .txt {
    margin-top: 30px;
    font-size: 15px;
}

.l-content .answer {
    margin-top: 30px;
    display: flex;
}

.l-content .answer .name {
    flex-shrink: 0;
    font-size: 15px;
    font-weight: bold;
}

.l-content .answer .answer_txt {
    font-size: 15px;
    font-weight: bold;
}

.l-content .btn>a {
    width: 400px;
    padding: 14px 0 10px;
    font-size: 21px;
}
.l-content .btn_download>a.m-btnWin--default {
    width: 400px;
    padding: 12px 0 10px;
    font-size: 17px;
}

.l-content .btn_download>a.m-btnWin--default::after {
    vertical-align: -2px;
}
.l-content .m-thumbnail__movie.btn  > a::before {
    display: none;
}

/* summary */
.l-content .summary {
    margin-top: 30px;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

.l-content .summary .num {
    font-size: 23px;
}

.l-content .profile {
    display: flex;
}

.l-content .profile .detail {
    flex-grow: 1;
    margin-top: 20px;
}

.l-content .profile .detail dl {
    display: flex;
    flex-wrap: wrap;
}
.l-content .profile .detail dl dt,
.l-content .profile .detail dl dd {
    font-size: 15px;
}
.l-content .profile .detail dl dt {
    width: 15%;
}
.l-content .profile .detail dl dt span{
    display: inline-block;
    width: 78px;
}

.l-content .profile .detail dl dd {
    width: 85%;
}

/* tableOfContent */
.l-content .tableOfContent {
    box-sizing: border-box;
    padding: 30px 0 36px 36px;
    margin-top: 50px;
    background: #f2f2f2;
}

.l-content .tableOfContent .heading{
    font-size: 27px;
    font-weight: bold;
    text-align: center;
}

.l-content .tableOfContent .contentList {
    margin-top: 20px;
}

.l-content .tableOfContent .contentList > li{
    display: flex;
    align-items: center;
}

.l-content .tableOfContent .contentList > li:not(:first-child){
    margin-top: 20px;
}

.l-content .tableOfContent .contentList > li .title{
    width: 180px;
    padding: 9px 0 5px;
    border-radius: 5px;
    color: #fff;
    background: #0f218b;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.l-content .tableOfContent .contentList > li .tableOfContent_summary{
    flex-grow: 1;
    margin-left: 20px;
}

.l-content .tableOfContent .contentList > li .tableOfContent_summary.m-down{
    padding-left: 0;
    text-indent: 0;
}

.l-content .tableOfContent .contentList > li .tableOfContent_summary a{
    display: block;
    color: #004098;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

/* cooperate */
.l-content .cooperate {
    background: #f2f2f2;
    padding: 20px 30px 30px;
    margin-top: 30px;
}

.l-content .cooperate .heading{
    font-size: 15px;
}

.l-content .cooperate .interviewee {
    display: flex;
}

.l-content .cooperate .interviewee p:not(:first-child){
    margin-left: 120px;
}