@charset "utf-8";
.cert-body h3 {
    color: #CC0000;
    font-weight: 600;
    font-family: source-han-serif-japanese, '游明朝', YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
    margin-bottom: 15px;
    font-size: 1.8rem;
}
.certTop01Box {
    border: 1px solid #191d6a;
    padding: 30px;
    margin-top: 30px;
}
.cert-list {
    text-align: center;
    background: #FFF;
    padding: 15px;
}
.cert-list p {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.6em;
}
.cert-list dl {}
.cert-list dl dt {
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 1.6em;
}
.cert-list dl dd {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.6em;
}
.cert-list dl ul {
    padding-left: 0;
}
.certComment {
    margin-bottom: 30px;
}
.certCommentPht {
    display: table-cell;
    padding-right: 30px;
    box-sizing: border-box;
    vertical-align: top;
}
.certCommentTxt {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    vertical-align: top;
}
.certComment h3 {
    color: #CC0000;
    font-size: 2rem;
    margin-bottom: 15px;
    text-align: left;
    font-weight: 600;
}
.certComment ul {
    padding-left: 0;
}
.certComment ul li {
    list-style: none;
    line-height: 1.8em;
    font-size: 1.5rem;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
    .certComment {
        display: block;
    }
    .certCommentPht {
        display: block;
        width: 100%;
        padding-right: 0;
    }
    .certCommentTxt {
        display: block;
        width: 100%;
        padding: 15px 0;
    }
}
.interviewArea {
    margin-top: 15px;
}
.interviewBox {
    border: 1px solid #191d6a;
    display: table;
    background: #FFF;
    margin-top: 15px;
}
.interviewBoxPht {
    display: table-cell;
    width: 25%;
    padding: 15px;
    box-sizing: border-box;
    vertical-align: middle;
}
.interviewBoxPht img {
    width: 100%;
    height: auto;
}
.interviewBoxTxt {
    display: table-cell;
    width: 75%;
    padding: 30px 15px;
    box-sizing: border-box;
    vertical-align: middle;
}
.interviewBoxTxt h3 {
    text-align: left;
    color: #CC0000;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.6em;
}
.interviewBoxTxt p {
    font-size: 1.4rem;
    line-height: 1.6em;
}
.interviewBoxTxt ul.linkArea {
    text-align: left;
}
.certTopFeatureBox {
    margin-bottom: 30px;
}
.certTopFeatureBox h3 {
    display: flex;
}
.certTopFeatureBox h3 span {
    display: block;
}
.certTopFeatureBox h3 span.num {
    color: #CC0000;
    font-family: 'Allura', cursive, sans-serif;
    font-size: 6rem;
    font-weight: 400;
    padding-right: 30px;
    letter-spacing: -0.05em;
}
.certTopFeatureBox h3 span.text {
    line-height: 1.8em;
    padding-top: 15px;
}
.certTopFeatureBox img {
    padding-left: 15px;
}
div.certNewFlow {
    border: 1px solid #CCC;
    padding: 30px;
    background: #FFF;
}
.certNewFlow dl {
    overflow: hidden;
    _zoom: 1;
    margin-bottom: 1em;
}
.certNewFlow ul {
    margin-left: 0;
    padding-left: 0;
}
.certNewFlow h3 {
    font-weight: 600;
    margin-bottom: 1em;
    text-align: left;
    margin-top: 0;
}
.certNewFlow ul {
    margin-left: 0;
}
.certNewFlow li {
    list-style: none;
    text-align: left;
    margin-bottom: 1em;
    line-height: 1.6em;
}
.certNewFlow li:last-child {
    margin-bottom: 0;
}
.certNewFlow li blockquote {
    padding: 10px 20px;
    margin: 0;
    font-size: 100%;
    border-left: 5px solid #eee;
}
.certNewFlow li blockquote span {
    font-weight: 600;
    padding-right: 20px;
    color: #191d6a;
    font-family: 'Arsenal', serif;
}
.bnrMembers {
    border: 1px solid #191d6a;
    padding: 30px;
    box-sizing: border-box;
    margin: 45px auto;
	background: #FFF;
}
.bnrMembers h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    font-weight: 600;
	text-align: center;
}
.bnrMembers p {
    text-align: center;
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .bnrMembers p {
        text-align: left;
    }
}


.certificationTable {
    display: table;
    border-collapse: collapse;
    font-size: 1.5rem;
    width: 100%;
    margin-bottom: 0;
}

.certificationTable dt {
    display: table-cell;
    padding: 15px 30px;
    border: 1px solid #CCC;
    border-bottom: none;
    background: #191d6a;
    color: #FFF;
    text-align: left;
    width:360px;
    box-sizing: border-box
}

.certificationTable dd {
    display: table-cell;
    padding: 15px 30px;
    text-align: left;
    border: 1px solid #CCC;
    border-bottom: none;
    background: #FFF;
}

.certificationTable dd p {
    font-size: 1.5rem;
    line-height: 2em;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .certificationTable {
        display: block;
    }

    .certificationTable dt {
        display: block;
        width:100%;
    }

    .certificationTable dd {
        display: block;
    }
}
.certFigure {
	margin-top: 30px;
	margin-bottom: 45px;
	text-align: center;
}

.certFigure figcaption {
	text-align: center;
	font-size: 1.3rem;
	margin-bottom: 15px;
}

.agreementCert {
    text-align: left;
    margin-bottom: 30px;
}


.agreementCert dt {
    margin-bottom: 8px;
}

.agreementCert p {
    margin-bottom: 0;
    line-height: 1.8em;
    font-size: 1.3rem;
}

.agreementCert ul, .agreementCert ol {
	padding-left: 20px;
}

.agreementCert ul li {
    line-height: 1.8em;
    font-size: 1.3rem;
	list-style: disc;
}

.agreementCert ol li {
    line-height: 1.8em;
    font-size: 1.3rem;
	list-style: decimal;
}



table.certTable {
    border-collapse: collapse;
    font-size: 1.4rem;
    margin-bottom: 30px;
    width: 100%;
    
}

table.certTable thead th {
    padding: 5px 8px;
    vertical-align: bottom;
    
}

table.certTable tbody th {
    padding: 15px 8px;;
    border: 1px solid #ddd;
    background: #191d6a;
    color: #FFF;
    
}

table.certTable tbody td {
    padding: 15px 8px;
    border: 1px solid #ddd;
    background: #FFF;
    color: #333;
    text-align: left;
}
table.certTable tbody td ul {
    padding-left: 20px;
    margin-bottom: 0;

}

table.certTable tbody td ul li {
    margin-bottom: 5px;
	list-style: disc;
}

table.certTable tbody td ul li:last-child {
    margin-bottom: 0;
}

ul.note2 {
    padding-left: 0;
}
   
ul.note2 li {
    text-align: left;
    font-size: 1.4rem;
    list-style: none;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 8px;
} 

.certInfo h3 {
    font-weight: 600;
    color: #191d6a;
    text-align: left;
    margin-top: 45px;
    margin-bottom: 15px;
}


ul.icfList {
    padding-left: 20px;
    line-height: 2em;
    font-size: 1.5rem;
}

ul.icfList li {
	list-style: disc;
}

.responsiveTable {
    overflow: auto;
    white-space: nowrap;

}