

.contents#desk h3 {
	width: 420px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background-color: #0F1643;
	clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%);
	margin: 0 auto;
	font-size: 34px;
	font-weight: 700;
	text-shadow: #000 2px 2px 2px;
	margin-bottom: 30px;
}
.contents h3::after{
	content: "お問い合わせ";
}


.read{
	width: 494px;
	height: 786px;
	float: left;
	line-height: 140%;
}

#desk_wrap{
	width: 1310px;
	height: 786px;
	line-height: 140%;
	background: #fff;
	float: right;
	color: #000;
}
.reads{
	width: 100%;
	height: 100%;
	display: none;
}
.reads.active{
	display: block;
}
.reads iframe{
	margin: 20px 0 0 70px;
}

#read_01{
	width: 284px;
	height: 176px;
	background: url("../images/desk_read01.png") #0E164C no-repeat;
	background-position: 30px 40px;
	border-radius: 20px;
	padding-left: 210px;
	padding-top: 50px;
	margin-top: 40px;
	cursor: pointer;
}
#read_02{
	width: 284px;
	height: 176px;
	background: url("../images/desk_read02.png") #0E164C no-repeat;
	background-position: 30px 40px;
	border-radius: 20px;
	padding-left: 210px;
	padding-top: 50px;
	margin-top: 20px;
	cursor: pointer;
}
#read_03{
	width: 284px;
	height: 176px;
	background: url("../images/desk_read03.png") #0E164C no-repeat;
	background-position: 30px 40px;
	border-radius: 20px;
	padding-left: 210px;
	padding-top: 50px;
	margin-top: 20px;
	cursor: pointer;
}

#read_01.active{
	background: url("../images/desk_read01.png") #3D06E2 no-repeat;
	background-position: 30px 40px;
}
#read_02.active{
	background: url("../images/desk_read02.png") #3D06E2 no-repeat;
	background-position: 30px 40px;
}
#read_03.active{
	background: url("../images/desk_read03.png") #3D06E2 no-repeat;
	background-position: 30px 40px;
}


.desk_m{
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 20px;
}
.desk_r{
	border-left: 4px solid #122785;
	padding-left: 10px;
	font-size: 18px;
}

.tel{
	width:1166px;
	height:748px;
	margin: 20px 0 0 70px;
}
.tel h4{
	font-size: 26px;
	color: #0036C5;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px #0036C5 solid;
	font-weight: 700;
	margin-top: 40px;
}
.tel h5{
	margin-top: 20px;
	background: #6686DC;
	height: 50px;
	line-height: 50px;
	color: #fff;
	padding-left: 10px;
	font-size: 24px;
	font-weight: 600;
}
.tel_r{
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	font-weight: 500;
	height: 120px;
	line-height: 100px;
	padding-left: 70px;
	background: url("../images/tel_r.png") no-repeat;
	background-position: 12px 24px;
}
.tel_r a{
	color: #000;
	text-decoration: none;
}
.tel_r span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 20px;
}
.tel_r span.tel_a{
	border: #000 solid 1px;
	padding: 0 10px;
	margin-right: 10px;
	margin-left: 40px;
}