.maker {
	background-color: #eaf5fb;
	padding: 50px 40px 60px;
}

.maker h2 {
	text-align: center;
	font-size: 35px;
}

.maker h2 span {
	color :#eb6519;
}

.maker dl {
	display: flex;
	justify-content: center;
	gap: 23px;
	padding: 30px 0 18px;
}

.maker .d-flex {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 960px;
}

.maker .d-flex .text {
	padding: 18px 0 0;
}

.maker .info {
	align-items: center;
	display: flex;
	padding-top: 30px;
}

.maker .info .tel-info {
	margin-right: 30px;
	padding-right: 30px;
	position: relative;
}

.maker .info .tel-info::before {
	background-color: #989898;
	content: '';
	height: 95px;
	right: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.maker .info .tel-info .image {
	align-items: center;
	display: flex;
	margin-bottom: 10px;
	width: auto;
}

.maker .info .tel-info .image img:nth-child(1) {
	flex-shrink: 0;
	margin-right: 5px;
	width: 38px;
}

.maker .info .tel-info .image img:nth-child(2) {
	flex-shrink: 0;
	width: 240px;
}

.maker .info .tel-info p {
	font-size: 13px;
}

.maker .info .tel-info p span {
	background-color: #E8F7FF;
	color: #0068B5;
	font-size: 12px;
	margin-right: 10px;
	padding: 0 5px;
}

.maker .info .online a {
	background: linear-gradient(to bottom, transparent, #DF291F), #EB6519;
	border-radius: 10px;
	flex-shrink: 0;
	padding: 25px 0;
	position: relative;
	text-align: center;
	width: 400px;
}

.maker .info .online a::before {
	background-image: url(../img/common/header-contact-white.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 18px;
	left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}

.maker .info .online a p {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.maker .info .online a::after {
	background-image: url(../img/common/gray-arrow-right.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 37px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
}

@media screen and (max-width: 750px){

.maker {
	padding: 30px 10px;
	}

.maker .info{
	align-items: center;
	display: flex;
	padding: 0;
	}

.maker .info .tel-info{
	margin-right: 20px;
	padding-right: 20px;
	position: relative;
	}

.maker .info .tel-info::before{
	background-color: #989898;
	content: '';
	height: 95px;
	right: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	}

.maker .info .tel-info .image{
	align-items: center;
	display: flex;
	margin-bottom: 10px;
	width: auto;
	}

.maker .info .tel-info .image img:nth-child(1){
	flex-shrink: 0;
	margin-right: 5px;
	width: 38px;
	}

.maker .info .tel-info .image img:nth-child(2){
	flex-shrink: 0;
	width: 240px;
	}

.maker .info .tel-info p{
	font-size: 13px;
	}

.maker .info .tel-info p span{
	background-color: #E8F7FF;
	color: #0068B5;
	font-size: 12px;
	margin-right: 10px;
	padding: 0 5px;
	}

.maker .d-flex .text{
	width: 90%;
	}

.maker .d-flex .text .pci{
	display: none;
	}
}

@media screen and (max-width: 950px){
.maker {
	padding: 30px 10px 50px;
	}

.maker h2 {
	font-size: 30px;
	line-height: 1.2em;
	}

.maker .d-flex {
	flex-direction: column;
	align-items: center;
	}

.maker .d-flex .text {
	width: 90%;
	}

.maker dl {
	flex-direction: column;
}

.maker .info{
	display: block;
	}

.maker .info .tel-info{
	margin: 0 0 20px;
	padding: 0 0 20px;
	position: relative;
	}

.maker .info .tel-info::before{
	bottom: 0;
	height: 1px;
	right: 50%;
	top: initial;
	transform: translateX(50%);
	width: 95px;
	}

.maker .info .tel-info .image{
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	width: auto;
	}

.maker .info .tel-info .image img:nth-child(1){
	flex-shrink: 0;
	margin-right: 5px;
	width: 38px;
	}

.maker .info .tel-info .image img:nth-child(2){
	flex-shrink: 0;
	width: 240px;
	}

.maker .info .tel-info p{
	text-align: center;
	}

.maker .info .online a{
	margin: 0 auto;
	padding: 20px 0;
	width: 310px;
	}

.maker .info .online a p {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	}
}

@media only screen and (min-width: 751px) {

.maker .d-flex .text .pci_sp{
	display: none;
	}
}