
@charset "utf-8";





/********************************************************************************************************
/* SNSアイコン
*********************************************************************************************************/


/* ulタグの内側余白を０にする */
ul.snsbtniti2{
	margin: -50px auto 0 auto;
	padding:0!important;
	text-align: center;
}
/* アイコンボタンの位置調整 */
.snsbtniti2{
	width: 320px;
	display:flex;
	flex-flow:row wrap;
}
/* アイコンボタン同士の余白調整 */
.snsbtniti2 li{
	display: block;
	width: 150px;
	margin-top: 0px;
	margin-right: 20px;
}

.snsbtniti2 li:last-child{
	display: block;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
}

/* アイコンボタンの位置調整 */
.snsbtniti2 a {
	display: block;
	color :#ffffff;
}

/* アイコン周り全体 */
.flowbtn15 {
	font-family:'Arial',sans-serif;
	display:inline-block;
	position:relative;
	width:100%;
	height: 80px;
	font-size:30px;
	border-radius:5px;
	color:#fff!important;
	text-decoration:none;
}
.flowbtn15 span{
	position:relative;
	top: 15px;
}





/* Twitter */
.fl_tw1{
	background:#000000;
}

.fa-twitter::before,
.fa-twitter-square::before {
    font-family: vk_sns;
    content: "\e606";
}

/* Instagramアイコン位置 */
.insta_btn15 .fa-instagram{
	font-size:28px;
	bottom:-8px;

}
/* Instagram紫グラデ背景色 */
.insta_btn15{
	background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	overflow:hidden;
}
/* Instagramオレンジグラデ背景色 */
.insta_btn15:before{
	content: '';
	position:absolute;
	top:27px;
	left:-75px;
	width:100%;
	height:100%;
	background:-webkit-radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 45%, rgba(255, 88, 96, 0) 80%);
	background:radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 80%);
	}
/* Facebook */
.fl_fb1{
	background:#3b5998;
}


/* YouTube */
.fl_yu1{
	background:#fc0d1c;
}

/* LINE */
.fl_lin {
	background:#33CC33;
}

/* Nursing */
.fl_nursing{
	background:#80D2D5;
}



/* ボタン内テキスト調整 */
.flowbtn15 div{
	font-size:14px;	
	position:relative;
	top :15px;
}


.flowbtn15 div.insta {
	font-size:14px;	
	position:relative;
	bottom: 0px;
}


/******************************************************************************
/* スマホサイズ
*******************************************************************************/


@media screen and (min-width: 100px) and (max-width: 600px)  {



/* ulタグの内側余白を０にする */
ul.snsbtniti2{
	margin: 0 auto 0 auto;
	padding:0!important;
	text-align: center;
}
/* アイコンボタンの位置調整 */
.snsbtniti2{
	margin: 0 auto 0 auto;
	width: 220px;
	display:flex;
	flex-flow:row wrap;
	justify-content: space-between;
	align-items: stretch;

}
/* アイコンボタン同士の余白調整 */
.snsbtniti2 li{
	width: 100px;
	margin-top: 20px;
	margin-right: 0px;
}

.snsbtniti2 li:last-child{
	width: 100px;
	margin-top: 20px;
	margin-right: 0px;
}



}
