/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 25 2024 | 15:59:01 */
/****** 次・前ボタンを非表示 ******/
.post_link_wrap {
    display: none;
}
/****** グロナビ設定 ******/
.alt-nav li:nth-of-type(3) a {
    margin-top: -5px;
    padding-bottom: 5px;
}
.alt-nav li:nth-of-type(3)::after {
    transform: scale(1, 1);
}
/****** main ******/
main {
    display: flex !important;
	  align-items: center;
    min-height: calc(100vh - calc(130px + 129px)); /*ヘッダーとフッターを引いた数値*/
}

.entry-content > *:first-child {
    font-size: 18px;
}
.entry-content.section-inner.thin {
    max-width: 650px !important;
    padding-top: 0px;
}
label {
    font-size: 15px;
	 letter-spacing: 0.5px;
}
label span {
    color: red;
}
.wpcf7-form p:nth-last-of-type(1) {
    margin: 0;
}
input.wpcf7-form-control.wpcf7-text:focus, textarea.wpcf7-form-control.wpcf7-textarea:focus {
    outline: solid 1px #FFF8D3;
}
input.wpcf7-submit {
    max-width: 650px;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
	 font-weight: normal;
}
input.wpcf7-submit:hover {
    background-color: #FFF8D3;
	 color: #000;
}
.wpcf7-spinner {
    display: none;
}
@media screen and (max-width:767px) {
/*.site-nav li:nth-of-type(3) a::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #FF7A00;
    position: absolute;
    top: calc(50% + -3px);
    left: 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}*/
main {
	min-height: calc(100vh - calc(100px + 105px));
	min-height: calc(100svh - calc(100px + 105px));  /*ヘッダー、フッター、アドレスバーを引いた数値*/
}
.entry-content.section-inner.thin {
    padding: 0;
	 margin-bottom: -30px;
}
.entry-content p {
    margin-bottom: 20px;
}
}