/* カスタム CSS をここに入力してください */

.entry-title{
	display:none !important;
}

div#comments{
	display: none !important;
	
}

.logo-after{
		 display: block;
    width: 250px;
    float: right;
}
.logo-after img{
		width:100% !important;
}
/* 右上の電話番号にマウスホバー */
.tel_head:hover{
 opacity:0.7;
}
.widget_media_image:hover{
 opacity:0.7;
}
@media (max-width: 991px) {
    .logo-after {
      	display: none !important;
    }
}
@media screen and (max-width: 480px){
.logo-after { display: none !important;}
}
.widget_media_image{
		width:90% !important;
		height:110px !important;
}


 /* テーブルCSS */
table:not(.cform) {
  border: none !important;
  border-collapse: separate;
  border-spacing: 5px 5px;
  background-color:aliceblue;
  width:100% !important;
}

table:not(.cform) th {
 background-color:#4169e1;
 padding: 10px !important;
	color: #fff !important;
}
table:not(.cform) td {
 background-color:#b0c4de;
 color: #191970;
 padding: 10px !important;
	word-break: break-all;
}

/*MW WP Form*/
.cform th {
	font-size: 14px;
	width: 20%; /*変なところで改行される場合はここの数字を変更します。*/
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 0 10px 15px;
	font-weight: normal;
}

.cform td {
	font-size: 14px;
	line-height: 150%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 5px;
}

.cform {
	width: 100%;
	margin: auto;
}

.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF !important;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}

.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}
.cont_top_btn {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #5c5c5c;
	color: #FFF !important;
	border-bottom: solid 4px #292929;
	border-radius: 3px;
	cursor:pointer;
}
.cont_top_btn a {
	color:#fff !important;
}
.cont_top_btn:hover{
 opacity:0.7;
}
@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
}

.submit-btn input {
	background: #00142c;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 1px #00142c solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}

.submit-btn input:hover {
	background: #fff;
	color: #00142c;
}
.numc{
	width:20% !important;
}