@charset "UTF-8";

@font-face{
	font-family: nicokaku;
	font-weight: 400;
	src: url(fonts/nicokaku_v1.woff2);
}

#pagewrap{
	font-family: 'Noto Sans JP', sans-serif;
	color: #33322b;
}

.nikokaku .module-title{
	font-family: nicokaku;
}


.pagewidth {

}

/* #body .mains{
	margin-right: 0%;
	margin-left: 28%;
} */

.row_inner .mains.module_column{
	background-position: right 10% bottom 20%;
    background-size: 150%;
}

.mains::before{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	/* top:-5px;
	left: -5px; */
	background: linear-gradient(315deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 81%, rgba(238, 223, 16, 0.88) 81%, rgba(238,223,16,.88) 83%, rgba(255,255,255,0) 83%, rgba(255,255,255,0) 85%, rgba(238,223,16,.92) 85%, rgba(238,223,16,.92) 88%, rgba(255,255,255,0) 88%, rgba(255,255,255,0) 90%, rgba(238,223,16,.94) 90%, rgba(238,223,16,.94) 100%);
	filter: opacity(.77);
	background-repeat: no-repeat;
	background-size: 77%;
}

.mains .tb-column-inner{
	padding: 4% 2% 3%;
	background: rgba(255,255,255,.88);
}

.module.nikokaku .fancy-heading{
	font-family: nicokaku;
}

.wpcf7-form table{
	max-width: 920px;
	margin: 0 auto 30px;
	display: block;
	box-sizing: border-box;
}
.wpcf7 table tbody, .wpcf7 table tr{
	display: block;
}
.wpcf7 table tr th, .wpcf7 table tr td{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto 15px;
}
.wpcf7 table tr td.checkboxwrap{
	background-color: #f3f3f3;
    border: solid 1px #ddd;
	padding: 6px 0;
}
.wpcf7 table tr td.checkboxwrap .wpcf7-list-item{
	display: block;
}
/*.wpcf7 table tr th{ font-family: nicokaku; font-weight: normal; }*/
.wpcf7 table tr th span{ background: red; color:white; font-size: 13px; padding: 0 6px; border-radius: 30px; font-family: 'Noto Sans JP', sans-serif; }
.wpcf7 table tr th small{ color: #666; }

.wpcf7-checkbox label{ padding-right: 5px; }
.wpcf7-checkbox label:hover{ cursor: pointer; background: #d9d9d9;  }

.wpcf7 .submit_btn input[type="submit"] {
    display: block;
    width: 250px;
    margin: 0 auto;
    background: darkorange;
    font-size: 18px;
    padding: 16px;
    font-weight: bold;
}

.pp-box .module-title{
	position: relative;
	padding-left: 36px;
	color: #33322b;
}
.pp-box .module-title::before,
.pp-box .module-title::after{
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: #f3d14e;
	position: absolute;
	filter: opacity(.5)
}
.pp-box .module-title::before{
	top: 0;
	left: 0;
}
.pp-box .module-title::after{
	top: 6px;
	left: 6px;
}
.pp-box .tb_text_wrap{
	padding: 2%;
	border: 1px solid #aaa;
	height: 320px;
	overflow: auto;
}

#footerwrap{
	margin-top: 80px;
	padding: 20px;
	background: #f3d14e;
	text-align: center;
	color: #33322b;
	font-size: 14px;
}

/* for the navigation for smartphones including the iPad Pro of landscape size */

.grecaptcha-badge{
	bottom: 60px!important;
}

/************************************************
***************** Media Query *******************
*************************************************/
@media screen and (max-width: 1024px) {
	.sp-footer-icons-container a{
		background-color: #f3d14e;
		border-left-color: #333;
	}
}

@media screen and (max-width: 768px) {
#body .new-main{
	background-image: none;
	padding: 5% 0 0;
}
#body .mains{
	margin-right: auto;
	margin-left: auto;
	background: none;
}
	.mains::before{
		background-size: 49%;
	}
	
	.pagewidth, .module_row > .row_inner{
		max-width: 94%;
	}
}





