.site-about-free{
	margin: 0 0 20px;
}
.site-about-free .site-about-h{
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-about-free .site-about-free-text{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.site-about-free .site-about-free-text:nth-of-type(1){
	display: block;
}


.site-about-free .site-about-free-text,
.site-about-free .site-about-free-image{
	margin-top:25px;
	padding:0 40px;
}

.site-about-free .site-about-free-text .sentence{
	display:inline-block;
	margin-top:25px;
}

.site-about-free .site-about-free-text .sentence:first-child{
	margin:0;
}

.site-about-free .site-about-free-content{
	margin-top:25px;
	padding:0 25px;
}

.site-about-free .site-about-free-content img{
	display:block;
	box-sizing:border-box;
	width:calc(100% - 30px);
	height:auto;
	margin:15px;
}

.site-about-free .site-about-free-image img{
	display:block;
	box-sizing:border-box;
	width:100%;
	height:auto;
}

.site-about-free .site-about-free-content .site-about-free-content-head{
	display:flex;
	justify-content: center;
	margin:0;
}


.site-about-free .site-about-free-content .site-about-free-content-head span{
	display:inline-block;
	position:relative;
	text-align:left;
}

.site-about-free .site-about-free-content .site-about-free-content-head span .bold-word{
	font-size:15px;
}

.site-about-free .site-about-free-content .site-about-free-content-head > span:before,
.site-about-free .site-about-free-content .site-about-free-content-head > span:after{
	display:block;
	position:absolute;
	content:"";
	width:0;
	height:21px;
	bottom:0;
	border-right:1px solid #707070;
}

.site-about-free .site-about-free-content .site-about-free-content-head > span:before{
	transform:rotate(-45deg);
	left:-15px;
}

.site-about-free .site-about-free-content .site-about-free-content-head > span:after{
	transform:rotate(45deg);
	right:-15px;
}

.site-about-free .site-about-free-content .content-balloon-box{
	display:flex;
	flex-direction:column;
	align-items:center;
	position:relative;
	box-sizing:border-box;
	margin:25px 0 0;
	padding:25px 30px 30px;
	border:1px solid #DDDDDD;
	border-radius:15px;
}

.site-about-free .site-about-free-content .content-balloon-box:before{
	display:block;
	position:absolute;
	content:"";
	width:20px;
	height:20px;
	top:-11px;
	left:calc(50% - 10px);
	background-color:#fff;
	border-top:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	transform:rotate(-45deg);
}

.site-about-free .site-about-free-content .content-balloon-box > .content-balloon-box-title{
	z-index:0;
}


.site-about-free .site-about-free-content .content-balloon-box > .content-balloon-box-title span{
	display:inline-block;
	position:relative;
	font-size:15px;
	font-weight:bold;
	margin:0;
	padding:0;
	background-color:transparent;
}
.site-about-free .site-about-free-content .content-balloon-box > .content-balloon-box-title span:after{
	display:block;
	position:absolute;
	content:"";
	width:100%;
	height:8px;
	left:0;
	bottom:1px;
	background-color:#FFF943;
	z-index:-1;
}

.site-about-free .site-about-free-content .content-balloon-box ul .number-list{
	display:flex;
	align-items: center;
	margin:25px 0 0;
	width:100%;
	height:37px;
	font-weight:600;
}

.site-about-free .site-about-free-content .content-balloon-box ul .number-list:before{
	display:block;
	width:37px;
	height:37px;
	margin-right:10px;
	text-align:center;
	line-height:37px;
	background-color:#FFDAD9;
	border-radius:19px;
}

.site-about-free .site-about-free-content .content-balloon-box ul .number-list:nth-of-type(1):before{
	content:"1";
}

.site-about-free .site-about-free-content .content-balloon-box ul .number-list:nth-of-type(3):before{
	content:"2";
}

.site-about-free .site-about-free-content .content-balloon-box ul .number-list:nth-of-type(4):before{
	content:"3";
}


.site-about-free .site-about-free-content .content-balloon-box ul .guidance-list{
	margin:25px 0 0;
	width:100%;
}

.site-about-free .site-about-free-content .content-balloon-box ul .guidance-list > span{
	display:block;
	position:relative;
	width:100%;
	margin:0 0 5px;
	text-indent:74px;
}

.site-about-free .site-about-free-content .content-balloon-box ul .guidance-list > span:before{
	display:block;
	position:absolute;
	content:"";
	width:50px;
	height:50px;
	top:-10px;
	left:15px;
	background-image:url('/img/icon_speaker_black.svg');
	background-size:contain;
	background-repeat:no-repeat;
}

.site-about-free .site-about-free-content .content-balloon-box ul .guidance-list .guidance-list-inner{
	box-sizing:border-box;
	width:100%;
	margin:0;
	padding:15px 30px;
	background-color:rgba(255, 218, 217, 0.34);
	border-radius:10px;
}


@media screen and (max-width: 360px) and (min-width: 321px){
	.site-about-free .site-about-free-content .content-balloon-box ul .number-list:nth-of-type(3){
		font-size: 11px;
	}

	.site-about-free .site-about-free-content .content-balloon-box ul .guidance-list > span{
		text-indent:37px;
	}

	.site-about-free .site-about-free-content .content-balloon-box ul .guidance-list > span:before{
		width:32px;
		top: 0;
		left:5px;
	}
}
@media screen and (max-width: 320px){
	.site-about-free .site-about-free-content .content-balloon-box ul .number-list:nth-of-type(3){
		font-size: 9px;
	}

	.site-about-free .site-about-free-content .content-balloon-box ul .guidance-list > span{
		text-indent:32px;
	}

	.site-about-free .site-about-free-content .content-balloon-box ul .guidance-list > span:before{
		width:25px;
		top: 0;
		left:5px;
	}

}

/**** 最下部バナー ****/

.site-sip-app-select {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto 10px;
	text-align: center;
}
