

.contents#desk h3 {
	width: 312px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	background-color: #0F1643;
	clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%);
	margin: 0 auto;
	font-size: 24px;
	font-weight: 700;
	text-shadow: #000 2px 2px 2px;
	margin-bottom: 20px;
	position: relative;
	z-index: 8;
}
.contents h3::after{
	content: "お問い合わせ";
}

.read{
	width: 374px;
	margin: 0 auto;
	line-height: 140%;
}

#desk_wrap{
	width: 100%;
	line-height: 140%;
	background: #fff;
	color: #000;
	margin-top: 20px;
	padding-bottom: 20px;
}
.reads{
	width: 100%;
	display: none;
}
.reads.active{
	display: block;
}
.reads iframe{
	margin: 20px 0 0 15px;
}

#read_01{
	width: 214px;
	height: 130px;
	background: url("../../images/desk_read01.png") #0E164C no-repeat;
	background-position: 20px 20px;
	background-size: 116px 116px;
	border-radius: 20px;
	padding-left: 160px;
	padding-top: 30px;
	cursor: pointer;
}
#read_02{
	width: 214px;
	height: 130px;
	background: url("../../images/desk_read02.png") #0E164C no-repeat;
	background-position: 20px 20px;
	background-size: 116px 116px;
	border-radius: 20px;
	padding-left: 160px;
	padding-top: 30px;
	margin-top: 10px;
	cursor: pointer;
}
#read_03{
	width: 214px;
	height: 130px;
	background: url("../../images/desk_read03.png") #0E164C no-repeat;
	background-position: 20px 20px;
	background-size: 116px 116px;
	border-radius: 20px;
	padding-left: 160px;
	padding-top: 30px;
	margin-top: 10px;
	cursor: pointer;
}

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


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

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