	/* ! ページ特有のCSSを設定する */
 
.uniq{
	color:#fff;
	background-color:#3366FF;
	text-align:center !important;
	position: relative;
	padding: 0.6em;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(left, #1e5799 0%, #318bd6 52%, #1e5799 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #1e5799 0%,#318bd6 52%,#1e5799 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #1e5799 0%,#318bd6 52%,#1e5799 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=1 ); /* IE6-9 */
	 display: -webkit-flex;
	 display: flex;
	 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	 align-items: center; /* 縦方向中央揃え */
	 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	 justify-content: center; /* 横方向中央揃え */
}
.uniq2{
	color:#fff;
	background-color:#3366FF;
	text-align:center !important;
	position: relative;
	padding: 0.6em;
	background: #093; /* Old browsers */
	background: -moz-linear-gradient(left, #093 0%, #0C6 52%, #093 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #093 0%,#0C6 52%,#093 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #093 0%,#0C6 52%,#093 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#093', endColorstr='#093',GradientType=1 ); /* IE6-9 */
	 display: -webkit-flex;
	 display: flex;
	 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	 align-items: center; /* 縦方向中央揃え */
	 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	 justify-content: center; /* 横方向中央揃え */
}

.uniq-s{
	color:#fff;
	background-color:#36F;
	font-size:2.4em;
	line-height:1.1em;
	text-align:center !important;
	position: relative;
	padding: 0.3em;
	 display: -webkit-flex;
	 display: flex;
	 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	 align-items: center; /* 縦方向中央揃え */
	 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	 justify-content: center; /* 横方向中央揃え */
}
.uniq-s2{
	color:#fff;
	background-color:#093;
	font-size:2.4em;
	line-height:1.1em;
	text-align:center !important;
	position: relative;
	padding: 0.3em;
	 display: -webkit-flex;
	 display: flex;
	 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	 align-items: center; /* 縦方向中央揃え */
	 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	 justify-content: center; /* 横方向中央揃え */
}
.center{
	 display: -webkit-flex;
	 display: flex;
	 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	 align-items: center; /* 縦方向中央揃え */
	 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	 justify-content: center; /* 横方向中央揃え */

	
}
h2.tyuui:before {/*疑似要素*/
	font-family: FontAwesome;
	content: "\f071";
	position: absolute;
	left : 0.5em; /*左端からのアイコンまでの距離*/
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.row >div {
	margin-top: 15px;
	margin-bottom: 15px;
}

body>* {
	font-family: 'Noto Sans JP', sans-serif;
}

.kv-sp {
	display: none;
}

h1 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 20px;
}
#kv{
	margin: 0;
	padding: 60px 0 20px;
}
#kv h1 {
	font-size: 14px;
	margin: 1em 0 0;
	color: #2b98c9;
}
.section-padding {
	padding: 0 0 20px 0;
}
.img.gaikan {
	margin-bottom: 0;
}
.buttonG {
	font-size: 20px;
	padding: .6em 2em;
	margin-bottom: 20px;
}
p {
	color: #333;
}
@media only screen and (min-width:1px) and (max-width: 500px) {
	.kv-pc {
		display: none;
	}
	.kv-sp {
		display: block;
	}
	#kv{
		margin: 0;
		padding: 60px 0 0;
	}
	.buttonG {
		font-size: 16px;
	}
	h1 {
		font-size: 5vw;
	}
	.img.qr {
		margin: 20px auto;
		width: 50%;
	}
}
