/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 11 2025 | 06:37:58 */
.post_content>* {
    clear: both;
    margin-bottom: 0;
}
.formcomment{
	margin-top:2rem!important;
}
.formrow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	gap: .2em;
}

.formbutton__link {
    border-radius: var(--arkb-btn-radius, 0);
	color:#fff;
    line-height: 1.5;
    margin: 0 15px;
    max-width: 100%;
    min-width: var(100%, 3em);
    padding:12px 28px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color .25s, background-color .25s;
	background: #e61410;
    box-shadow: inset 0 0 0 1px #e61410;
    position: relative;
	width: calc(50% - 30px);
        -webkit-box-flex: 0;
        max-width: 50%;
	cursor:pointer;
}
.formbutton__link.on{
	border-color:#fff;
	background:#fff;
	color:#e61410;
}
.cf-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2em 0;
    border-bottom: 1px dashed #ccc;
    transition: all .3s;
}
.cf-area dt {
    width: 200px;
    padding-right: 30px;
    text-align: right;
    line-height: 1.5em;
}
.cf-area dt p{
	font-weight:normal;
}
.cf-area dd {
    flex: 1;
}
.cf-required {
    background: #E71410;
    color: #fff;
    font-size: 0.8em;
    padding: 2px 5px 2px;
    border-radius: 2px;
}
.cf-area input, .cf-area textarea, .cf-area select {
    width: 100%;
    padding: 0.8em;
    border: none;
    background-color: #e6e6e6;
    font-size: 16px;
    resize: vertical;
    transition: all .3s;
}
.kubun input{
	width:auto;
}
.cf-area input:focus, .cf-area textarea:focus, .cf-area select:focus {
    outline: none;
    background: #dde2e9;
}
.mb{
	margin-bottom:10px;
}
.pdtop span{
	display:inline-block;
	margin-top:10px!important;
}
.cf-send input:hover {
    filter: brightness(1.25);
}
.cf-send input {
    display: block;
    background: #E71410;
    width: 300px;
    height: 60px;
    margin: 30px auto 0;
    border: none;
    border-radius: 10px;
    color: #fff;
    box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, .2);
    font-size: 1.3em;
    font-weight: bold;
    transition: all .3s;
}
@media screen and (max-width: 768px) {
    .cf-area {
        display: block;
    }
	    .cf-area dt {
        width: 100%;
        margin-bottom: 5px;
        padding-right: 0;
        text-align: left;
        line-height: 1.5em;
    }
	.formbutton__link{
		font-size:12px;
	}
}
@media screen and (max-width: 599px) {    
	.formcomment{
		font-size: 16px;
	}
	.cf-area dt p{
		font-size: 17px;
	}
	.cf-send{
		font-size: 16px;
	}
}
