h2 {
	font-size:25px;
}
.gaiyo-wrap {
	display:flex;
	justify-content: space-between;
	margin-bottom:10%;
}
.gaiyo-item {
	width:50%;
}
.gaiyo-item p {
	display:flex;
	font-size:16px;
	font-weight:bold;
}
.gaiyo-item p::before {
	content:"■";
}
.relative {
	position:relative;
}
.flex-wrap {
	display:flex;
	justify-content: space-between;
	margin:3% 0;
}
.flex-item {
	position:relative;
	width:31%;
}
.bt-posi {
	position:absolute;
	bottom: 7%;
	right: 7%;
	width: 85%;
}
.mb5 {
	margin-bottom:5%;
}
@media screen and (max-width:650px){
	h2 {
		font-size:18px;
	}
	.gaiyo-wrap {
		justify-content: flex-start;
		flex-direction: column;
	}
	.gaiyo-item {
		width:100%;
	}
	.gaiyo-item p {
		font-size:13px;
		font-weight:normal;
	}
}
/*----------------------------------------
共通
----------------------------------------*/
*{
	margin:0;
	padding:0;
	word-break: break-all;
	vertical-align:middle;
	font-size:1em;
	box-sizing:border-box;
}
td,th,p,h2{
	color:#555555;
}
a{ 
	text-decoration:none;
}
a:hover{ 
	opacity:0.8;
}
img{
	max-width: 100%;
	height:auto;
	border:none;
	vertical-align:middle;
}
html {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
body{
	min-width:950px;/*背景が消えるバグ防止*/
	background-color:#FFF;
}
.pc-width{
	width:892px;
	margin:auto;
}
/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px){
	html{
		overflow-x : hidden;
		overflow-y : auto;
	}
	body{
		min-width:0;
		overflow-x : hidden;
		overflow-y : auto;
	}
	.pc-width{
		width:95% !important;
	}
	
}