@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}


.nihongo h2{
font-family: “Hannari” !important;
}

.elementor-post__excerpt p::after{
content: '...';
}

table td{background-color: #fff !important;}
table th{background-color: #f5f5f5 !important;}

/*contactform7*/

.contactform dl {
padding: 15px 0;
/*border-bottom: 1px solid #ccc;*/
}

.contactform dt {
padding-bottom: 5px;
}

.contactform dd {
margin-left: 0;
}

.submitBtn{text-align:center;}

.inputbtn{
font-weight: 400;
color: #fff;
background-color:#CC0A20;
border:none;
border-radius:5px;
padding: 15px 40px;
}

.inputbtn:hover {
background-color:#ff7f7f;}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], select, textarea {
    border: 1px solid #D4E8E6;
    border-radius: 3px;
	   width: 100%;	
}


@media screen and (min-width: 768px) {
.contactform dt {
clear: left;
float: left;
width: 20%;
}
.contactform dd {
margin-left: 23%;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], select {width: 50%;}
textarea {width: 100%;}
}


@media (max-width: 660px) {
	#content img.alignright,#content img.alignleft {
		display: block;
		margin: 0 auto 30px;
		float: none;
	}
}