/*
Theme Name: LPtemp_Colorful_premium_Child
Description: カスタム用に変更
Version: 0.240131
License: Tanaka Shogo
Template: colorful-theme-premium
*/


/* フォーム作成用 */
.colorful-formbox input[type^="email"], input[type^="number"], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-height: 55px;
    padding: 0 calc(55px * 0.35);
    margin: 0 0 calc(55px * 0.4);
    border-radius: 3px;
    border: 1px solid #c1c1c1;
    background-color: #fff;
    box-shadow: none;
    font-size: 17px;
    transition: all;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    outline: 0;
    line-height: normal;
}

.colorful-formbox input[type^="email"]:focus, input[type^="number"]:focus, textarea:focus {
    border: 1px solid #c1c1c1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}

/* タイトル微調整　*/
.entry-content h3, .entry-content h4, .entry-content h5 {
    margin-top: 0.8em;
    margin-bottom: 0.2em;
}

/* cf7 微調整 */
.wpcf7-not-valid-tip {
    margin-top: -1.5em;
}


/* ギャップ多すぎ調整 */
.nongap .wp-block-columns-is-layout-flex {
    gap: 0;
}

