/*!
Theme Name: seya-thunderkids
Text Domain: seya-thunderkids
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

html {
    overflow-y: scroll !important;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

img {
    max-width: 100%;
    vertical-align: bottom;

}

*:focus {
    outline: none;
}


.sitename_01 {
    font-family: "RodinNTLGPro-DB" !important;
}

.pagetitle_01 {
    font-family: "RodinNTLGPro-DB" !important;
}

.mvtitle_01 {
    font-family: "RodinNTLGPro-DB" !important;
}



/* ipad pc  */
@media screen and (min-width:768px) {
    .sp_only {
        display: none !important;
    }
}

/* sp  */
@media (max-width:767px) {
    .pc_only {
        display: none !important;
    }
}

i {
    padding-right: 8px;
}

/*topicpath*/
.pankuzu {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.2em;
    color: #888888;
}

.pankuzu a:link,
.pankuzu a:visited {
    color: #333333 !important;
}

.pankuzu a:hover {
    color: #888888 !important;
}


/*お知らせside*/
.side-postnavi h5 {
    display: none;
}

.side-postnavi ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.side-postnavi ul li {
    padding-bottom: 10px;
}

.side-postnavi ul li {
    font-size: 14px;
    color: #999999;
}

.side-postnavi ul li a {
    color: #333333;
}


.normal_content a:link,
.normal_content a:visited {
    text-decoration: underline !important;
}

.normal_content a:hover {
    text-decoration: none !important;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}




/*普通のテーブル*/
.table_normal {
    border-top: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
}

.table_normal th,
.table_normal td {
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    padding: 15px;
}

.table_normal th {
    background-color: #fcfcfc;
}

@media (max-width:767px) {

    .table_normal th,
    .table_normal td {
        padding: 10px;
    }

    .td-block th,
    .td-block td {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table_normal .td-block th {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}



/*イベント用テーブル*/
.table_event {
    border-top: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
}

.table_event th,
.table_event td {
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    padding: 15px;
}

.table_event th {
    background-color: #FFFEED;
    white-space: nowrap;
    font-weight: normal;
}

@media (max-width:767px) {

    .table_event th,
    .table_event td {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .table_event .td-block th {
        text-align: left;
    }
}


.list_normal ul {
    padding: 0;
    margin: 0 !important;
    line-height: 1.5em;
}

.list_normal ul {
    margin-top: -20px !important;
    margin-bottom: 10px !important;
}

.list_normal ul li {
    padding-left: 0px;
    margin-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.elementor-message,
.elementor-message-danger {
    display: block !important;
    color: red;
}


/*フォーム*/
.form__box {
    margin: 0 auto;
}

.form__box table {
    border-top: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
}

.form__box table th,
.form__box table td {
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    padding: 15px;
}

.form__box table th {
    background-color: #fcfcfc;
    white-space: nowrap;
    font-weight: normal;
    width: 280px;
    text-align: left;
    position: relative;
    padding-right: 60px;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0px !important;
}

.form__box table td .mwform-radio-field {
    display: inline-block;
    line-height: 2.4em;
    margin-right: 10px;
}

.form__box table td .hosoku {
    font-size: 12px;
    color: #888888;
}

.form__box--required {
    display: block;
    position: absolute;
    font-size: 12px;
    line-height: 1.2em;
    color: #FFF;
    background-color: #f17171;
    padding: 2px 5px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 3px;
}

.form__box--text {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.5em;
    color: #333333;
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
}

.form__box--textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5em;
    color: #333333;
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
}

.form__box--btn {
    text-align: center;
    margin-top: 20px;
}

.form__box--btn input {
    background-color: #f17171;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    margin: 0 6px;
}

@media (max-width:767px) {

    .form__box table th,
    .form__box table td {
        padding: 10px;
    }

    .form__box table th,
    .form__box table td {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}