/*
Theme Name: flash Child
Template: flash
Description: flash 子テーマ
Version: 1.0.0
*/

/* ショートコード追加 
   CTA 2025.3.29 CHUKAIO */
.custom_cta {
	display: flex;
	align-items: flex-start;
	box-sizing: border-box;
	width: 100%;
	max-width: 800px;
	border: 2px solid #006fcf;
	border-radius: 10px;
	padding: 3em 3em 2em;
	margin: 2em auto;
	background: #eee;
}

.custom_cta ul {
	flex-basis: 60%;
}

.custom_cta p {
	margin: 0;
	color: #020202;
}
.custom_cta_comment p {
	font-size: 2rem;
	margin: 0 0 1em 0;
	font-weight: bold;
	color: #020202;
}

.custom_cta_btn {
	margin-bottom: 0.5em;
}
.custom_cta_btn a {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	padding: 20px 15px;
	box-sizing: border-box;
	font-size: 1.5em;
	box-shadow: 3px 3px 2px #aaa;
}

.custom_cta_btn a:hover {
	opacity: 0.8;
	color: #fff;
/*	background: #006fcf;*/
}

.custom_cta_btn a.custom_cta_btn01 {
	background: #eb5e02;
	margin-bottom: 0.5em;
}

.custom_cta_btn a.custom_cta_btn02 {
	background: #006fcf;
}

.custom_cta_tel {
	margin: 1.5em 0;
}
.custom_cta_tel a.custom_cta_tel01 {
	font-weight: bold;
	font-size: 3.5rem;
	background: url(http://wptest01.my-select.jp/wp-content/uploads/2025/04/tel_icon3.png) no-repeat;
	background-position: center left;
	padding: 3px 0 0 45px;
	cursor: pointer;
	display: inline-block;
	color: #020202;
	background-size: 40px;
	line-height: 1;
	cursor: default;
}

.custom_cta_time .custom_cta_time01 span {
	display: block;
}

.custom_cta_image {
	flex-basis: 40%;
	text-align: center;
}
.custom_cta_image img {
	width: 80%;
}


@media (max-width: 830px) {
	.custom_cta {
		padding: 2em 2em 1em;
	}

	.custom_cta_btn a {
		display: block;
		width: 100%;
	}
	.custom_cta_btn a.custom_cta_btn01 {
		margin-right: 0;
	}
	.custom_cta_btn a.custom_cta_btn02 {
		margin-top: 1em;
	}
}

@media (max-width: 768px) {
}


@media (max-width: 600px) {
	.custom_cta {
		padding: 1.5em;
	}
	.custom_cta ul {
		flex-basis: 100%;
	}

	.custom_cta_tel a.custom_cta_tel01 {
		font-size: 2em;
		background-size: 28px;
		padding-left: 35px;
	}

	.custom_cta_image {
		display: none;
	}
}

@media (max-width: 414px) {
}