/*
Theme Name: Lightning Child Sample
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
.tabletitle {
    color:white;
    text-align: center;
    font-size: 4rem;
    background-color: #2FB3FB;
}
/* .wp-block-table td, .wp-block-table th {
    border-color: #ebb411;
}
input.form-control {
    
    border-color: #ebb411;
}
textarea.form-control {
    height: auto;
    border-color: #ebb411;
} */
.mini-content-1 .btn-ghost {
    border-color: #ebb411;
    background-color: #EBB411;
    font-weight: bold;
}
.process {
    border-collapse: collapse;
    width: 100%;
    font-size: 1em;
    font-family: inherit;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    overflow: hidden;
    table-layout: fixed;
}
th {
    background-color: #D9D9D9;
    color: black;
    text-align: center;
    font-weight: bold;
    padding: 12px 0%;
    
}

.process th:nth-child(odd) {
    background:#D9D9D9;
}
.process th:nth-child(even) {
    background:#EFEFEF;
}

.fa-solid, .fas {
    padding: 1rem;
}

.strong {
    -webkit-transform: skew(-15deg);
    color: #fff;
    background-color: #ebb411;
    font-size:  24px; 
    width: 20%;
    margin-left: auto;
    margin-right: auto;
}


a {
    color:#ebb411;
}

.slide .btn-ghost {
    font-size: 4vw;
}

.wp-block-search__button, .btn-primary {
    background-color: #ebb411;
    border-color: #ebb411;
}
.btn {
    font-size: 24px;
}

footer .copySection p:nth-child(2){
    display:none;
}



.wp-container-core-group-is-layout-19.wp-container-core-group-is-layout-19 {
    flex-wrap: nowrap;
    justify-content: center;
    background-color: #ffff !important;
}

/* 講習の説明表 */
.course{
    border-color:#2b2b2b;
    text-align: center;
    color: #2b2b2b;
    font-weight: bolder;
}

.uptitle{
    background-color: #2C4B9C;
    color:#ffff;

}

.ltitle{
    background-color: #3DA4E3;
    color:#ffff;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
@media screen and (min-width: 481px) {
    .sp {
      display: none;
    }
}

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

	/*　画面サイズが480px以下の場合ここの記述が適用される　*/
    .strong {
        width: 40%;
    }

    h3 {
        font-size: 16px;
    }
    footer {
        font-size: 15px;
    }

    .process th{
        display: block;
    }


    table td, table th {
        padding: .5rem 0.1rem;
    }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
    .pc {
        display: none;
    }

}   

