@charset "UTF-8";

/*
 * layout.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */
/* !wrapper
---------------------------------------------------------- */
@media screen and (min-width:769px) {

    /* PC 769px以上 */
    html {
        font-size: 16px;
    }
}

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

    /* タブレット 768px以下 */
    html {
        font-size: 2.5vw;
    }
}

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

    /* スマートフォン 480px以下 */
    html {
        font-size: 2.4vw;
    }
}

p {
    font-size: 1rem;
}

h1 {
    font-size: 2rem;
    font-family: 'Noto Serif JP', serif;
}

h2 {
    font-size: 1.8rem;
    font-family: 'Noto Serif JP', serif;

}

h3 {
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
}

h4 {
    font-size: 1.4rem;
    font-family: 'Noto Serif JP', serif;
}

h5 {
    font-size: 1.2rem;
    font-family: 'Noto Serif JP', serif;
}

h6 {
    font-size: 1rem;
    font-family: 'Noto Serif JP', serif;
}

.og {
    color: #ef7d47;
}

.bg-og {
    background-color: #ef7d47;
}

.blue {
    background-color: #dcf0fb;
}

#about .red {
    background-color: #fedfdf;
}
.brn {
    margin-bottom: 50px;
}
.ct {
    display: block;
    text-align: center;
}

.mgt-20 {
    margin-top: 2vw;
}

.mgt-30 {
    margin-top: 3vw;
}

.mgt-40 {
    margin-top: 4vw;
}

.mgt-50 {
    margin-top: 5vw;
}
.certification-back {
    background: url(../img/certification/top.png)no-repeat center;
    width: 100%;
    background-size: cover;
    height: 460px;
    position: relative;
}
#certification .certification-tit h1 {
    position: relative;
    padding: 0 0 0 1vw;
    display: inline-block;
    vertical-align: text-bottom;
    margin-bottom: 3vw;
    font-size: 1.6rem;
    white-space: inherit;
    color: #0053a0;
}

#certification .certification-tit h1:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 40px;
    background-color: #0053a0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
}

#certification .bk-gl {
    background-color: #4f5151;
}

#certification .bk-gl-1 {
    background-color: #6b6d6c;
}

#certification .bk-gl-2 {
    background-color: #8c8a88;
}

#certification .bk-gl-3 {
    background-color: #f3f3f3;
}

#certification .txt-wt {
    color: #fff;
}

#certification p.txt-style {
    padding: 1vw 2vw;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: block;
    text-align: center;
    font-size: 1rem;
    border-bottom: solid 1px #fff;
}

.inner03 {
    padding: 0 2vw;
    max-width: 980px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

#certification .box-txt {
    display: inline-flex
}

.left-box {
    width: 45%;
    position: relative;
}

.box-txt .right-box {
    width: 55%;
    position: relative;
}

.left-box h3 {
    display: block;
    text-align: center;
    color: #fff;
    padding: 2vw 5vw;
}

.style-1 {
    margin-top: 4vw;
}

.img-ct {
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-box h3 {
    padding: 2vw 5vw;
    color: #fff;
    display: block;
    text-align: center;
    border-left: solid 1px #fff;
}

.left-box p {
    padding: 2vw 3vw;
    font-size: 1.4rem;
}

.style-3-felx {
    max-width: 798px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
}

span.font-size {
    font-size: 1.4rem;
}

.box-txt .right-box p {
    font-size: 1.4rem;
    padding: 2vw 3vw;
}

.red-line p {
    border-left: solid 1px #ae5d56;
}

.conternts-box-style-2>p {
    padding: 1vw 1.5vw;
    color: #fff;
    display: block;
}

p.check-line {
    position: relative;
    display: block;
    padding: 2vw 3vw 2vw 45px;
}

.check-line::before {
    content: "";
    width: 10px;
    height: 10px;
    border: solid 1px #000;
    position: absolute;
    top: 35px;
    left: 20px;

}

.box-txt p.check-line {
    position: relative;
    display: block;
    padding: 2vw 3vw 2vw 45px;
}

.box-txt .check-line::before {
    content: "";
    width: 10px;
    height: 10px;
    border: solid 1px #000;
    position: absolute;
    top: 2.6vw;
    left: 20px;

}

.item1 {
    flex: 1 0 50%;
}

.item2 {
    flex: 2 0 50%;
}

.s-lf.clearfix {
    display: flex;
}

p.txt-bg {
    display: block;
    text-align: center;
    color: #fff;
    background: #e06e2c;
    padding: 1vw;
    margin: 2vw 0 1vw;
    font-size: 1.6rem;
    font-weight: bold;
}

.style-3-felx span.numeral {
    border: 1px solid #c8c8c8;
    padding: 0.3vw 1vw;
    font-size: 20px;
    background-color: #e06e2c;
    color: #fff;
    width: 20px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.6rem;
}

.style-3-felx .s-lf p {
    background-color: #c9c9c9;
    padding: 0.3vw 1vw;
    font-size: 1.6rem;
    font-weight: 400;
    color: #e06e2c;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.flex-style-3 {
    display: flex;
    margin: 1vw 1vw;
    justify-content: center;
    align-items: center;
}

.style-3-txt>p {
    position: relative;
	font-size:1.4rem;
}

.style-3-txt>p::before {
    position: absolute;
    content: "";
    width: 5vw;
    height: 0px;
    border: solid 1px #231815;
    top: 0;
    left: -7vw;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

p.flex-style3-item1 {
    flex: 1 0 35%;
}

.style-3-txt.flex-style3-item2 {
    flex: 3 0 50%;
    padding-left: 8vw;
}

.style-3-txt.flex-style3-item2 :nth-child(2) {
    margin-top: 3vw;
}
.brn {
    display: block;
    box-sizing: border-box;
    margin: 30px 100px 0px;
    text-align: center;
    padding-bottom: 50px;
}
.brn-sub {
    margin-top: 40px;
    margin-bottom: 50px;
}
.certification-contents {
    margin-bottom: 5vw;
}
.jas-famic >p {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    border: solid 1px #a9a9a9;
       padding: 0.5vw 2vw;
	font-size:1rem;
}
.jas-famic >p > a{
   color:blue;
	
}
.mgt-10{
	margin-top:1vw;
}
.mgt-20{
	margin-top:2vw;
}
span.font-c {
    font-style: italic;
}

@media screen and (max-width:1000px) {}

@media screen and (max-width:768px) {
	.certification-back {
    height: 220px;

}
.box-txt .check-line::before {
    top: 3.3vw;
}




}