@charset "utf-8";

.point_bnr {
	background-image: url(/img/business/campaign/intro/point/topImg_pc.jpg);
}

@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
	.point_bnr {
		background-image: url(/img/business/campaign/intro/point/topImg_sp.jpg);
		text-align: center;
	}
}

.point_menu_list{
	margin-bottom: -50px;
	padding: 20px 0 0;
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.point_item_cir {
    position: relative;
    margin: 0 2.7%;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: linear-gradient(-40deg, rgba(17,139,252,0.85) 8% ,rgba(78,191,242,0.85) 60%);
    color: #fff;
    text-decoration: none;
    font-size: 1.375rem;
    font-weight: bold;
    text-align: center;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
.point_item_cir>div{
	margin: -20px 0 10px;
	font-family: Roboto;
	font-size: 2.8rem;
	line-height: 1;
}
a.point_item_cir::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 11px;
    height: 11px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: translateX(-50%) rotate(135deg);
}
.point_title{
	margin-top: 150px;
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.point_title .point_item_cir{
	margin: 0;
	width: 350px;
	height: 350px;
}
.point_title .point_item_cir>div{
	margin: -10px 0 15px;
	font-size: 3.75rem;
}
.point_title .point_item_cir>p{
	font-size: 2rem;
	line-height: 1.4;
}
.point_item_pic{
	margin-right: -200px;
}
.point_title_h3{
	margin-bottom: 5px;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #49bcf2;
}
.point_info_pic{
	margin-bottom: 60px;
	width: 35.56%;
}
.point_info_text{
	width: 60%;
	font-size: 0.875rem;
}
.point_info_text p{
	line-height: 1.7;
}
.point_title_h4{
	margin-top: 20px;
	font-size: 1rem;
}
.point_title_h4::before{
	content: '●';
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	color: #49bcf2;
	font-size: 0.75rem;
}
.point_title_dif{
	flex-direction: row-reverse;
}
.point_title_dif .point_item_pic{
	margin-right: 0;
	margin-left: -200px;
}




@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
	.ui_df{
		flex-wrap: wrap;
	}
	.ui_font_s {
		font-size: 0.75rem;
	}
	.point_lead{
		font-size: 0.75rem;
	}
	.point_title{
		margin-bottom: 45px;
		margin-top: 70px;
		flex-direction: column;
	}
	.point_title .point_item_cir{
		margin-bottom: 30px;
		width: 260px;
		height: 260px;
	}
	.point_title .point_item_cir>div{
		font-size: 2.8rem;
	}
	.point_title .point_item_cir>p{
		font-size: 1.4rem;
	}
	.point_item_pic,.point_title_dif .point_item_pic{
		margin: 0 -4vw;
	}
	.point_title_h3{
		font-size: 1.13rem;
	}
	.point_info_pic{
		margin-bottom: 25px;
		width: 100%;
	}
	.point_info_text{
		width: 100%;
	}
	.point_title_h4{
		text-indent: -1.2em;
		padding-left: 1.2em;
		margin-bottom: 5px;
	}
	.point_title_h4::before{
		display: inline;
	}
	
}



/* /business H1 Renewal */
.point_bnr {
  background-image: none;
}