html,body{
    background-color: #fff;
    font-family: "Noto Sans JP",sans-serif;
    color: #000;
    font-size: 62.5%;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}

a{
    color:#0E53A2;
}

/* header */

.rcc-header{
    background-color: #000;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 8px 0;
}

.rcc-h1{
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 3.0rem;
    color: #fff;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.rcc-header div{
     padding-top: 10px;
     width: auto;   
     height: 60px;
}

.rcc-header div img{
    width: auto;
    height: 100%;
}

.underline-green{
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-block;
    background:linear-gradient(transparent 70%, #88D3A2 70%);
    vertical-align:bottom;
    margin-top: 5px;
}

.underline-blue{
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-block;
    background:linear-gradient(transparent 70%, #85ADD4 70%);
    vertical-align:bottom;
    margin-top: 5px;
}

.underline-orange{
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-block;
    background:linear-gradient(transparent 70%, #F8C384 70%);
    vertical-align:bottom;
    margin-top: 5px;
}

.underline-yellow{
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-block;
    background:linear-gradient(transparent 70%, #FFF28A 70%);
    vertical-align:bottom;
    margin-top: 5px;
}

.big-red{
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block;
    color: #F28597;
    vertical-align:bottom; 
    margin-top: 5px;
}


/* container*/

.rcc-container{
    padding:30px 0px;
}

.rcc-container-inner{
    width: 100%;
    margin:0 auto;
}

.rcc-h2{
    background-color: #000;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    padding: 5px 10px;
}

.rcc-h2-1{
    background-color: #fff;
    border: 6px solid #e60000;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    line-height: 1.5;
    padding: 10px 15px;
}

.rcc-h3{
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 0;
    color: #000;
    display: flex;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; /* 縦方向中央揃え */
}

.rcc-h3::before{
    content: url(../images/h3-icon2.png);
    margin-right: 8px;

}

.rcc-h4{
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: bold;
    color: #000;
    padding: 10px 0;
    margin-top: 10px;
}

/* info */
.rcc-info{
    text-align: center;
}

.rcc-info p{
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: center;
}
.rcc-info-certificate-img{
    margin: 0 auto;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 40px 50px 40px;
} 
.rcc-info-certificate-img img{
    margin:0 auto;
    max-width: 300px;
    width: 100%;
    height: auto; /*672px*/
    text-align: center;
    border: 1px solid #ccc;
}

.rcc-info .rcc-info-notice{
    font-size: 1.2rem;
    line-height: 1.4;
}
/*
.rcc-info-notice span{
    font-weight: bold;
}
*/

/* item */

.rcc-item{
    /*padding: 20px 0;*/
}

.rcc-item-inner{
    padding: 20px 10px;
}

.rcc-item ul{
    list-style-type: disc;
}

.rcc-item ul li{
    font-size:1.5rem;
    line-height: 1.5;
    padding: 5px 0;
    margin-left: 20px;
}

.rcc-item p{
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 1% 0 3% 16px;
    word-break: break-word;
}

.rcc-item-list p{
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 1% 0 3% 16px;
    word-break: break-word;
}

.twolines{
    display: flex;
    flex-wrap: wrap;
}

.twolines-inner-left{
    width: 380px;
    padding-right: 47px;
}

.twolines-inner-right{
    width: 380px;
}


/* チャレンジツアータグ */
.cg_tag_01 {
    flex: 0 0 29%;
    background-color: #D9043D;
    border-radius: 4px;
    font-size: 1.5em;
    text-align: center;
    width: 18%;
    height: 30px;
    /* border: 3px solid #adadad; */
    box-sizing: border-box;
    color: #fff;
    /* font-weight: bold; */
    display: inline-block;
    /* line-height: 25px; */
    padding: 1% 0px;
    margin-left: 3px;
}

.cg_tag_02 {
    flex: 0 0 29%;
    background-color: #033E8C;
    border-radius: 4px;
    font-size: 1.5em;
    text-align: center;
    width: 18%;
    height: 30px;
    /* border: 3px solid #adadad; */
    box-sizing: border-box;
    color: #fff;
    /* font-weight: bold; */
    display: inline-block;
    /* line-height: 25px; */
    padding: 1% 0px;
}

.cg_tag_03 {
    flex: 0 0 29%;
    background-color: #F2B705;
    border-radius: 4px;
    font-size: 1.5em;
    text-align: center;
    width: 18%;
    height: 30px;
    /* border: 3px solid #adadad; */
    box-sizing: border-box;
    color: #fff;
    /* font-weight: bold; */
    display: inline-block;
    /* line-height: 25px; */
    padding: 1% 0px;
}

.cg_tag_04{
    flex: 0 0 29%;
    background-color: #16A69A;
    border-radius: 4px;
    font-size: 1.5em;
    text-align: center;
    width: 18%;
    height: 30px;
    /* border: 3px solid #adadad; */
    box-sizing: border-box;
    color: #fff;
    /* font-weight: bold; */
    display: inline-block;
    /* line-height: 25px; */
    padding: 1% 0px;
}

.cg_tag_05{
    flex: 0 0 29%;
    background-color: #F28705;
    border-radius: 4px;
    font-size: 1.5em;
    text-align: center;
    width: 18%;
    height: 30px;
    /* border: 3px solid #adadad; */
    box-sizing: border-box;
    color: #fff;
    /* font-weight: bold; */
    display: inline-block;
    /* line-height: 25px; */
    padding: 1% 0px;
}

.cg_tag_06{
    flex: 0 0 29%;
    background-color: #A60D94;
    border-radius: 4px;
    font-size: 1.5em;
    text-align: center;
    width: 18%;
    height: 30px;
    /* border: 3px solid #adadad; */
    box-sizing: border-box;
    color: #fff;
    /* font-weight: bold; */
    display: inline-block;
    /* line-height: 25px; */
    padding: 1% 0px;
}

.cg_tag_07{
    flex: 0 0 29%;
    background-color: #14ae47;
    border-radius: 4px;
    font-size: 1.5em;
    text-align: center;
    width: 18%;
    height: 30px;
    /* border: 3px solid #adadad; */
    box-sizing: border-box;
    color: #fff;
    /* font-weight: bold; */
    display: inline-block;
    /* line-height: 25px; */
    padding: 1% 0px;
}

.cg_tag_01 a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
}

.cg_tag_02 a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
}

.cg_tag_03 a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
}

.cg_tag_04 a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
}

.cg_tag_05 a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
}

.cg_tag_06 a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
}

.cg_tag_07 a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
}

/* table */
table {
    margin: 40px;
    width: 80%;
    text-align: center;
    border-collapse: collapse;
}

table th {
    padding: 10px 30px 10px 20px;
    border: solid 2px white;
  }
 
table td {
    padding: 5px;
    border: solid 2px white;
}

.table_pink{
    background: #FCE6E9;
}

.table_blue{
    background: #E6ECF4;
}

/* footer */

.rcc-footer p{
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
    padding: 0px 20px 10px;
}


@media screen and (min-width:480px) {
    
    .rcc-image-imgflexbox{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .rcc-image-imgflexbox div{
        align-items: flex-start;
        width: 48%;
        height: auto;
        position: relative;
    }

    .rcc-image-imgflexbox img{
        width: 100%;
        height: auto;
        border: 1px solid #ccc;
    }
    
    .rcc-image-imgflexbox div:first-child{
        margin-bottom: 0;
    }      

}


@media screen and (min-width:960px) {

    .rcc-container{
        padding:30px 0;
    }

    .rcc-container-inner{
        width: 100%;
        max-width: 903px;
        margin:0 auto;
    }
    /* header */

    .rcc-header{
        background-color: #000;
        width: 903px;
        height: auto;
        margin: 0 auto;
        padding: 1px;
    }

    .rcc-h1{
        font-size: 2.0rem;
        font-weight: bold;
        color: #fff;
        height: auto;
        padding:15px;
    }

    .rcc-header div{
     padding-top: 10px;
     width: auto;   
     height: auto;
    }

    .rcc-header div img{
        width: 20%;
        height: auto;
    }

    .underline-green{
        font-size: 1.8rem;
    }

    .underline-blue{
        font-size: 1.8rem;
    }

    .underline-orange{
        font-size: 1.8rem;
    }

    .underline-yellow{
        font-size: 1.8rem;
    }

    .big-red{
        font-size: 2.0rem;
    }

    .rcc-h2{
        font-size: 1.8rem;
        padding: 10px 15px;
    }

    .rcc-h3{
        font-size: 1.6rem;
        margin-left: 36px;
    }

    .rcc-h4{
        font-size: 1.6rem;
    }

    /* info */

    .rcc-info p{
        font-size: 1.6rem;
    }

    .rcc-info .rcc-info-notice{
        font-size: 1.2rem;
        line-height: 1.5;
        text-align: left;
        margin-left: 152px;
        padding-top: 20px;
    }

    /* item */

    .rcc-item ul li{
        font-size:1.6rem;
    }

    .rcc-item p{
        font-size: 1.6rem;
        margin: 1% 0px 3% 16px;
    }


    /* application */

    .rcc-app p{
        font-size: 1.6rem;
    }

    .rcc-app ul li{
        font-size:1.6rem;
    }

    /* image*/

    .rcc-image p{
        font-size: 1.6rem;
    }
    
 
    /* payment */


    .rcc-payment p{
        font-size: 1.6rem;
    }
       
    /* faq */

    .rcc-faq p{
        font-size: 1.6rem;
    }


    /* teams */

    .rcc-terms p{
        font-size: 1.4rem;
        line-height: 1.4;
    }

    .rcc-terms ul li{
        font-size:1.4rem;
        line-height: 1.4;
    }

    .rcc-terms h4{
        font-size: 1.4rem;
    }

    .rcc-terms ol li{
        font-size:1.4rem;
        line-height: 1.4;
    }


    /* form */
    .rcc-form p{
        font-size: 1.6rem;
    }

    .rcc-form-link{
        font-size: 1.6rem;
    }

    .rcc-form-link-check{
        font-size: 1.6rem;
    }

    .rcc-form-agree{
        font-size: 1.6rem;
    }

    /* contact */

    .rcc-contact p{
        font-size: 1.6rem;
    }

    
} 

@media screen and (max-width:768px) {
       /* チャレンジツアータグ */

.cg_tag_01 {
    flex: 0 0 29%;
    background-color: #D9043D;
    border-radius: 4px;
    font-size: 1.5em;
    text-align: center;
    width: 30%;
    height: 30px;
    /* border: 3px solid #adadad; */
    box-sizing: border-box;
    color: #fff;
    /* font-weight: bold; */
    display: inline-block;
    /* line-height: 25px; */
    padding: 2% 0px;
    margin-left:5px
}

.cg_tag_02 {
    flex: 0 0 29%;
    background-color: #033E8C;
    border-radius: 4px;
    font-size: 1.5em;
    text-align: center;
    width: 30%;
    height: 30px;
    /* border: 3px solid #adadad; */
    box-sizing: border-box;
    color: #fff;
    /* font-weight: bold; */
    display: inline-block;
    /* line-height: 25px; */
    padding: 2% 0px;
}

.cg_tag_03 {
    flex: 0 0 29%;
    background-color: #F2B705;
    border-radius: 4px;
    font-size: 1.5em;
    text-align: center;
    width: 30%;
    height: 30px;
    /* border: 3px solid #adadad; */
    box-sizing: border-box;
    color: #fff;
    /* font-weight: bold; */
    display: inline-block;
    /* line-height: 25px; */
    padding: 2% 0px;
}

.cg_tag_04{
    flex: 0 0 29%;
    background-color: #16A69A;
    border-radius: 4px;
    font-size: 1.5em;
    text-align: center;
    width: 30%;
    height: 30px;
    /* border: 3px solid #adadad; */
    box-sizing: border-box;
    color: #fff;
    /* font-weight: bold; */
    display: inline-block;
    /* line-height: 25px; */
    padding: 2% 0px;
}

.cg_tag_05{
    flex: 0 0 29%;
    background-color: #F28705;
    border-radius: 4px;
    font-size: 1.5em;
    text-align: center;
    width: 30%;
    height: 30px;
    /* border: 3px solid #adadad; */
    box-sizing: border-box;
    color: #fff;
    /* font-weight: bold; */
    display: inline-block;
    /* line-height: 25px; */
    padding: 2% 0px;
}

.cg_tag_06{
    flex: 0 0 29%;
    background-color: #A60D94;
    border-radius: 4px;
    font-size: 1.5em;
    text-align: center;
    width: 30%;
    height: 30px;
    /* border: 3px solid #adadad; */
    box-sizing: border-box;
    color: #fff;
    /* font-weight: bold; */
    display: inline-block;
    /* line-height: 25px; */
    padding: 2% 0px;
}

.cg_tag_07{
    flex: 0 0 29%;
    background-color: #14ae47;
    border-radius: 4px;
    font-size: 1.5em;
    text-align: center;
    width: 30%;
    height: 30px;
    /* border: 3px solid #adadad; */
    box-sizing: border-box;
    color: #fff;
    /* font-weight: bold; */
    display: inline-block;
    /* line-height: 25px; */
    padding: 2% 0px;
}

.cg_tag_01 a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
}

.cg_tag_02 a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
}

.cg_tag_03 a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
}

.cg_tag_04 a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
}

.cg_tag_05 a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
}

.cg_tag_06 a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
}

.cg_tag_07 a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
}

.twolines-inner-left{
    width: 100%;
}

.twolines-inner-right{
    width: 100%;
}

/* table */
table {
    width: 100%;
    margin: 0 auto;
    margin-top: 2.5rem;
    text-align: center;
    border-collapse: collapse;
}

table th {
    padding: 10px;
    border: solid 2px white;
  }
 
table td {
    padding: 5px;
    border: solid 2px white;
}

.bnr img{
    width: 50%;
    margin: 2%;
}

}