@charset "utf-8";
/* 共通 */
p{line-height: 2.1rem}
h2{margin-top: 75px;}
h3{margin: 70px 0 35px;}

/* トップ */
.head_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 60px 5px 40px 60px;
}
.head_box::before{
	position: absolute;
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(/img/drone-sales/bg_sky.jpg)no-repeat center / cover;
	z-index: -5;
}
.head_txt{width: calc(100% - 510px);}
.head_h2{
	font-size: 3rem;
	letter-spacing: 3px;
	line-height: 4.5rem;
	color: #fff;
	padding-left: 0;
	margin: 0 0 25px 0;
}
.head_h2::before{display: none;}
.head_p{
	font-size: 1.7rem;
	letter-spacing: 1.7px;
	line-height:3.06rem;
	color: #ffff;
	margin: 0;
}
.head_img{width: 490px;}

/* 取扱商品 */
.original_box{
	margin-bottom: 30px;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.sales_box{
	display: grid;
	grid-template-columns: 1fr 353px;
	gap: 20px;
	margin-bottom: 40px;
}
.sales_h4{
	padding-left: 0;
	font-size: 1.8rem;
	letter-spacing: 1.8px;
	line-height: 2.6rem;
	margin: 0 0 30px;
}
.sales_h4::before{display: none;}
.sales_catch{
	font-size: 1.7rem;
	letter-spacing: 1.7px;
	line-height: 2.5rem;
	color: #2F5696;
	margin: 0 0 20px;
}

/* 問い合わせ */
.salescta_box{
	background: #EEF7FF;
    padding: 50px 20px;
    text-align: center;
	margin: 50px 0 95px;
}
.salescta_h2{
	margin: 0 0 25px;
	padding-left: 0;
	font-size: 1.8rem;
	letter-spacing: 1.8px;
	line-height: 2.6rem;
	color: #2F5696;
}
.salescta_h2::before{display: none;}
.salescta_box_in{
	max-width: 690px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}
.web_item{width: 300px;}
.web_ttl,.tel_ttl{
	font-size: 1.6rem;
	letter-spacing: 1.6px;
	line-height: 2.4rem;
	color: #2F5696;
	font-weight: bold;
	margin: 0 0 5px;
	padding-left: 0;
}
.web_ttl::before,.tel_ttl::before{display: none;}
.web_item .link_btn{margin-top: 8px !important;}
.web_item .link_btn::before{background-color: #2F5696;}
.web_item .link_btn::after{background-color: #fff;}
.web_item .link_btn a{color: #fff;}
.web_item .link_btn a::after{background-image: url(/img/common/arrow_r_white.svg);}
.web_item .link_btn a:hover{color:#4869A2;}
.web_item .link_btn a:hover::after{background-image:url(/img/common/arrow_r_blue.svg);}

.tel_item{width: 260px;margin-right: 27px;}
.tel_tel{
	font-size: 3.4rem;
    font-family: 'Roboto';
    letter-spacing: 3.4px;
    line-height: 4.1rem;
    margin: 0 0 4px;
}
.tel_tel a{
	color: #2F5696 !important;
	text-decoration: none;
}
.tel_info{
	font-size: 1.3rem;
    letter-spacing: 1.3px;
    line-height: 1.9rem;
    color: #2F5696;
    margin: 0;
}

/* 購入の流れ */
.flow_step{margin: 30px 0;}
.flow_step ul{
	position: relative;
    margin: 0 !important;
    border-bottom: 1px solid #2F5696;
}
.flow_step h3 {
    font-size: 2.4rem;
    letter-spacing: 1.92px;
    line-height: 3.6rem;
    font-weight: bold;
    color: #2F5696;
}

/* サポートサービス */
.support_h3{
	font-size: 2rem;
	letter-spacing: 2px;
	line-height: 2.9rem;
	color: #2F5696;
	padding-left: 0;
	margin: 0 0 15px;
}
.support_h3.first{margin-top: 50px;}
.support_h3::before{display: none;}
.support_p{
	line-height: 2.1rem;
	margin-bottom: 40px !important;
}
.support_p:last-child{margin: 0 !important;}

@media screen and (max-width:1023px){
/* トップ */
.head_box{padding-left: 20px;}
.head_txt{width: calc(100% - 320px);}
.head_h2{
	font-size: 2.5rem;
	letter-spacing: 2.5px;
}
.head_p{
	font-size: 1.5rem;
	letter-spacing: 1.5px;
}
.head_img{width: 300px;}
}

@media screen and (max-width:767px){
/* 共通 */
p{
	font-size: 1.3rem;
	letter-spacing: 1.3px;
	line-height: 2.3rem;
}
h3{margin: 50px 0 30px;}

/* トップ */
.head_box{
	display: block;
	padding: 30px 20px;
}
.head_txt,.head_img{width: 100%;}
.head_h2{
	font-size: 1.8rem;
	letter-spacing: 1.8px;
	line-height: 3.24rem;
	margin-bottom: 20px;
}
.head_p{
	font-size: 1.3rem;
	letter-spacing: 1.3px;
	line-height: 2.3rem;
	margin-bottom: 20px;
}

/* 取扱商品 */
.original_box{
    display: flex;
    flex-direction: column-reverse;
}
.sales_h4{
	font-size: 1.4rem;
	letter-spacing: 1.4px;
	line-height: 3rem;
	margin-bottom: 20px;
}
.sales_catch{
	font-size: 1.3rem;
	letter-spacing: 1.3px;
	line-height: 3rem;
}
.sales_box {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column-reverse;
}
.salescta_box {
    padding: 30px 20px;
    margin: 50px 0 80px;
}

/* 問い合わせ */
.salescta_box_in{display: block;}
.web_item{
	width: 100%;
	margin-bottom: 30px;
}
.web_item .link_btn{width: 255px;}
.tel_item{
	width: 100%;
	margin-right: 0;
}

/* サポートサービス */
.support_list{margin-top: 30px;}
.support_h3{
	font-size: 1.5rem;
	letter-spacing: 1.5px;
}
.support_p{
	font-size: 1.3rem;
	letter-spacing: 1.3px;
	line-height: 1.9rem;
	margin-bottom: 30px !important;
}

}