/*
Theme Name: napluWP-child
Description: napluWP専用の子テーマ
Template: napluweb
Version: 1.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
div.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
.thumbBox {
    max-width: none !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
}
.thumbBox img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
}
form.wpcf7-form.sent h4, 
form.wpcf7-form.sent table, 
form.wpcf7-form.sent .boxLightGreen, 
form.wpcf7-form.sent .submit-button {
    display: none;
}
.wpcf7 .submit-button {
    text-align: center;
	position: relative;
}
.wpcf7 .submit-button input[type="submit"] {
    padding: 1em 1em;
    width: 60%;
    max-width: 500px;
	margin: 0 auto;
}
.wpcf7-spinner{
	position: absolute;
	top: 0;
    right: 0;
}
.about-reply {
    font-size: .9em;
    max-width: 648px;
    margin: 0 auto;
    margin-top: 36px;
    margin-bottom: 23px;
}
.about-reply .span-reply {
    position: relative;
    padding-left: 17px;
    display: block;
}
.about-reply .span-reply::before {
	content: "※";
    position: absolute;
    top: 1px;
    left: 0;
}