@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}

/***************************************************************************
ICONIC style (over ride)
****************************************************************************/

.p-entry__body p {
    margin-bottom: 0em;
}


/***************************************************************************
サンキュー画面
****************************************************************************/

#thanks {
    text-align: center;
}
#message_ttl {
    color: #527292;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.4;
}
#thanks_txt {
	padding: 0px 15px 20px 15px;
}
#thanks_tel {
	display: table;
	margin: 0px auto 0px auto;
    line-height: 1.6;
	border: 1px solid #CCCCCC;
	padding: 15px 20px 15px 20px;
	border-radius: 6px;
	margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
a[href*="tel:"] {
	color: #000000 !important;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
}

@media only screen and (max-width: 767px) {
#thanks {
    text-align: left;
}
#message_ttl {
    font-size: 19px;
}
#thanks_txt {
	padding: 0px 10px 20px 10px;
}
#thanks_tel {
	padding: 15px;
	margin-bottom: 30px;
}
}
