@charset "UTF-8";

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,
em,
address,
noscript {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body	{font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
         font-size:14px;
	line-height:1.8;
	color:#3A3D47;
	padding-top:50px;}

.menu {
	background:#FFF;
}

@media (max-width: 767px) {
	.navbar-collapse {
		background:#444655;
	}
	.navbar-nav li a:link,
	.navbar-nav li a:visited {
		background:#444655;
		color:#FFF;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
		color: #FFF;
		background-color: transparent;
	}
}

/* Ｃ: メインビジュアル */
#mainVisual {
	width:100%;
}
	#mainVisual img {
		display:block;
		width:100%;
	}

/* Ｃ: カルーセル */
.carousel	{margin-bottom: 0px;}

.carousel-caption	{left: 15%;
	bottom: 140px;
	text-align: left;}

.carousel-caption h3	{font-size: 42px;
	font-weight:bold;
	margin-bottom:20px;}

.carousel a:link{
	color:#FFF;
}

@media (max-width: 991px) {

.carousel-caption	{left: 15%;
	bottom: 80px;
	text-align: left;}

.carousel-caption h3	{font-size: 42px;
	margin-bottom:20px;}

.carousel a:link{
	color:#FFF;
}
}

@media (max-width: 767px) {

.carousel-caption	{left: 15%;
	bottom: 40px;
	text-align: left;}

.carousel-caption h3	{font-size: 32px;
	margin-bottom:40px;}

.carousel-caption p{
	display:none;
}
}

@media (max-width: 479px) {

.carousel-caption	{left: 15%;
	bottom: 30px;
	text-align: left;}

.carousel-caption h3	{font-size: 24px;
	margin-bottom:20px;}
}

/* アンカー */
a:link, a:active {
color:#AA9261;
text-decoration:none;
}

a:visited {
color:#AA9261;
text-decoration:none;
}

a:hover {
opacity:.7;
}

/* パーツブロック */
a.memberBtn{
	display:inline-block;
	width:400px;
	height:60px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	background:#8A92C6;
	border-radius:6px;
	line-height:60px;
	margin-left:calc(50% - 200px);
}
a.memberBtn i.fa{
	margin-right:0.6em;
}
a.memberBtn:hover{
	background:#4A5488;
	opacity:1;
}

#news{
	margin-top:-50px;
	padding-top:50px;
}
#news h2{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	line-height:1.6;
	letter-spacing:0.06em;
	margin-bottom:50px;
}
#news h2 span{
	display:block;
	font-family: 'Arvo', serif;
	font-size:50%;
	font-weight:700;
	color:#8A92C6;
}

#about{
	margin-top:-50px;
	padding-top:50px;
}
#aboutWrap{
	width:100%;
	background:url(img/about_bg.jpg) 50% 50% no-repeat;
	background-size:cover;
}
#about h2{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	line-height:1.6;
	letter-spacing:0.06em;
	margin-bottom:50px;
}
#about h2 span{
	display:block;
	font-family: 'Arvo', serif;
	font-size:50%;
	font-weight:700;
	color:#8A92C6;
}
#about p.read {
	text-align:center;
	line-height:2;
}

#greeting{
	margin-top:-50px;
	padding-top:50px;
}
#greeting h2{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	line-height:1.6;
	letter-spacing:0.06em;
	margin-bottom:50px;
}
#greeting h2 span{
	display:block;
	font-family: 'Arvo', serif;
	font-size:50%;
	font-weight:700;
	color:#8A92C6;
}
#greeting p.read {
	line-height:2;
}

#officer{
	margin-top:-50px;
	padding-top:50px;
}
#officerWrap{
	width:100%;
	background:url(img/officer_bg.gif) 0 0 repeat;
}
#officer h2{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	line-height:1.6;
	letter-spacing:0.06em;
	margin-bottom:50px;
}
#officer h2 span{
	display:block;
	font-family: 'Arvo', serif;
	font-size:50%;
	font-weight:700;
	color:#8A92C6;
}
#officer p.read {
	margin-bottom:40px;
}

#supporting_member{
	margin-top:-50px;
	padding-top:50px;
}
#supporting_member h2{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	line-height:1.6;
	letter-spacing:0.06em;
	margin-bottom:50px;
}
#supporting_member h2 span{
	display:block;
	font-family: 'Arvo', serif;
	font-size:50%;
	font-weight:700;
	color:#8A92C6;
}
#supporting_member ul.memberList{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
#supporting_member ul.memberList li{
	list-style:none;
	width:33%;
	margin-right:0.5%;
	margin-bottom:15px;
	position:relative;
	padding-left:1em;
}
#supporting_member ul.memberList li:nth-child(3n){
	margin-right:0;
}
#supporting_member ul.memberList li:before{
	position:absolute;
	content:"";
	width:6px;
	height:6px;
	background:#4A5488;
	border-radius:50%;
	top:10px;
	left:0;
}

#groupPhoto img{
	display:block;
	width:100%;
}

#member{
	margin-top:-50px;
	padding-top:50px;
}
#member h1{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	line-height:1.6;
	letter-spacing:0.06em;
	margin-bottom:50px;
}
#member h1 span{
	display:block;
	font-family: 'Arvo', serif;
	font-size:50%;
	font-weight:700;
	color:#8A92C6;
}
#member h2{
	font-size:26px;
	font-weight:bold;
	line-height:1.8;
	color:#4A5488;
	position:relative;
	padding-left:1.2em;
	margin-bottom:30px;
}
#member h2:before{
	position:absolute;
	content:"";
	width:20px;
	height:20px;
	border:4px solid #58B8EA;
	border-radius:50%;
	top:13px;
	left:0;
}
#member h3{
	font-size:22px;
	font-weight:bold;
	line-height:1.8;
	padding-bottom:0.4em;
	border-bottom:3px solid #8A92C6;
	margin-bottom:30px;
}
#member h4{
	font-size:18px;
	font-weight:bold;
	line-height:1.8;
	padding:0.6em 0.8em;
	background:#DADDED;
}
#member ul.areaNavi{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	border-bottom:3px solid #8A92C6;
	margin-bottom:60px;
}
#member ul.areaNavi li{
	width:auto;
	list-style:none;
	margin-right:3px;
	flex-grow:1;
	text-align:center;
}
#member ul.areaNavi li:last-child{
	margin-right:0;
}
#member ul.areaNavi li a{
	display:block;
	width:100%;
	height:50px;
	font-size:18px;
	font-weight:bold;
	color:#3A3D47;
	line-height:50px;
	background:#E8E9F4;
	border-radius:6px 6px 0 0;
}
#member ul.areaNavi li a:hover{
	background:#8A92C6;
	color:#FFF;
	opacity:1;
}
#hokkaido {
	margin-top:-50px;
	padding-top:50px;
	margin-bottom:30px;
}
#kanto {
	margin-top:-50px;
	padding-top:50px;
	margin-bottom:30px;
}
#chubu {
	margin-top:-50px;
	padding-top:50px;
	margin-bottom:30px;
}
#kinki {
	margin-top:-50px;
	padding-top:50px;
	margin-bottom:30px;
}
#chugoku {
	margin-top:-50px;
	padding-top:50px;
	margin-bottom:30px;
}
#shikoku {
	margin-top:-50px;
	padding-top:50px;
	margin-bottom:30px;
}
#kyusyu {
	margin-top:-50px;
	padding-top:50px;
}


ul.cardA {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.cardA li {
		list-style:none;
		width:31%;
		padding:25px;
		background:#FFF;
		-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
		-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
		box-shadow:0px 0px 3px rgba(0,0,0,0.3);
		border-radius:8px;
		margin-right:3.5%;
	}
	ul.cardA li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardA li p.icon {
			font-size:100px;
			text-align:center;
		}
		ul.cardA li p.icon i.web {
			color:#37AF9A;
		}
		ul.cardA li p.icon i.system {
			color:#EC8D68;
		}
		ul.cardA li p.icon i.sem {
			color:#D0D22C;
		}
		ul.cardA li h3 {
			font-size:22px;
			text-align:center;
			margin-bottom:15px;
			font-weight:bold;
		}
		ul.cardA li p.txt {
			margin-bottom:20px;
		}
		
ul.cardB {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.cardB li {
		list-style:none;
		width:30%;
		margin-right:5%;
	}
	ul.cardB li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardB li img {
			display:block;
			width:100%;
			margin:0 auto 20px auto;
		}
		ul.cardB li h3 {
			font-size:22px;
			text-align:center;
			margin-bottom:20px;
			font-weight:bold;
		}
		ul.cardB li p.txt {
			margin-bottom:20px;
		}
		
ul.cardC {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.cardC li {
		list-style:none;
		width:31%;
		background:#FFF;
		-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
		-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
		box-shadow:0px 0px 3px rgba(0,0,0,0.3);
		border-radius:8px;
		margin-right:3.5%;
	}
	ul.cardC li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardC li img {
			width:100%;
			border-radius:8px 8px 0 0 ;
		}
		ul.cardC li div {
			padding:25px;
		}
		ul.cardC li h3 {
			font-size:22px;
			text-align:center;
			margin-bottom:20px;
			font-weight:bold;
		}
		ul.cardC li p.txt {
			margin-bottom:20px;
		}
		
ul.cardD {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.cardD li {
		list-style:none;
		width:30%;
		margin-right:5%;
	}
	ul.cardD li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardD li img {
			display:block;
			width:80%;
			margin:0 auto 20px auto;
		}
		ul.cardD li h3 {
			font-size:22px;
			text-align:center;
			margin-bottom:30px;
			font-weight:bold;
		}
			ul.cardD li h3 span {
				font-size:70%;
				font-weight:normal;
				display:inline-block;
				padding:15px 0;
				border-bottom:1px solid #0069B6;
			}
		ul.cardD li p.txt {
			margin-bottom:20px;
		}
		ul.cardD li ul.socialBtn{
			width:100%;
			display:flex;
			justify-content: flex-end;
		}
			ul.cardD li ul.socialBtn li{
				width:auto;
				list-style:none;
				font-size:180%;
				margin-right:15px;
			}
			ul.cardD li ul.socialBtn li:last-child{
				margin-right:0;
			}
				ul.cardD li ul.socialBtn li a{
					color:#0069B6;
				}
				ul.cardD li ul.socialBtn li a:hover{
					color:#77C0E3;
				}
				
ul.col2 {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.col2 li {
		list-style:none;
		width:47%;
		margin-right:6%;
	}
	ul.col2 li:nth-child(even) {
		margin-right:0;
	}
		ul.col2 li img {
			display:block;
			width:100%;
			border-radius:8px;
			margin:0 auto 30px auto;
		}
		ul.col2 li p.txt {
			margin-bottom:30px;
		}
		
ul.photo-txtA {
	width:100%;
}
	ul.photo-txtA li {
		list-style:none;
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom:40px;
	}
	ul.photo-txtA li:last-child {
		margin-bottom:0;
	}
		ul.photo-txtA li div.left {
			width:32%;
		}
			ul.photo-txtA li div.left img {
				display:block;
				width:100%;
				border-radius:8px;
			}
		ul.photo-txtA li div.right {
			width:63%;
		}
			ul.photo-txtA li div.right p.txt {
				margin-bottom:30px;
			}
			
ul.photo-txtB {
	width:100%;
}
	ul.photo-txtB li {
		list-style:none;
		display:flex;
		flex-direction: row-reverse;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom:40px;
	}
	ul.photo-txtB li:last-child {
		margin-bottom:0;
	}
		ul.photo-txtB li div.left {
			width:22%;
		}
			ul.photo-txtB li div.left img {
				display:block;
				width:100%;
				border-radius:8px;
				margin-bottom:20px;
			}
			ul.photo-txtB li div.left p {
				font-size:120%;
				font-weight:bold;
				text-align:center;
			}
		ul.photo-txtB li div.right {
			width:70%;
		}
			ul.photo-txtB li div.right p.txt {
				margin-bottom:30px;
			}
			
ul.gallery {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.gallery li {
		list-style:none;
		width:23%;
		margin-right:2.66%;
		margin-bottom:30px;
	}
	ul.gallery li:nth-child(4n) {
		margin-right:0;
	}
		ul.gallery li img {
			display:block;
			width:100%;
			border-radius:8px;
			margin-bottom:15px;
		}
		ul.gallery li p {
			text-align:center;
		}

.button {
	text-align:center;
}
.button a{
	display:inline-block;
	padding:10px 30px;
	color:#FFF;
	border-radius:25px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.button a:link,
.button a:visited{
	color:#FFF;
	background:#0069B6;
}
.button a:hover{
	color:#CCC;
	background:#111;
	text-decoration:none;
}
.button a i.fa{
	margin-right:7px;
}

#sample01{
	margin-top:-50px;
	padding-top:50px;
}
#sample01Wrap{
	width:100%;
	background:#EFEFEF;
}

#sample01 h2{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
}
#sample01 h2 span{
	font-size:50%;
	font-weight:normal;
	display:inline-block;
	padding-bottom:20px;
	border-bottom:1px solid #0069B6;
	margin-bottom:50px;
}

.inner{
	padding:90px 0 90px 0;
}

.inner2{
	padding:90px 0 0 0;
}

.box01{
	width:auto;
	padding:25px;
	background:#FFF;
	border-radius:8px;
	border:3px solid #BBB;
}

.tab-pane{
	padding:25px 10px;
	border-bottom:1px solid #DDD;
}

a.acordion{
	display:block;
	width:auto;
	background:#DDD;
	padding:10px;
	margin-bottom:10px;
	border-radius:8px 8px 8px 8px ;
}

.well{
	background:#FFF;
}

.fullImg {
	background:url(img/main04.jpg) 50% 50% no-repeat;
	background-size:cover;
	height:500px;
}

ul.bg2Col {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.bg2Col li {
		list-style:none;
		width:50%;
		padding:80px 0;
	}
		ul.bg2Col li:first-child {
			background:url(img/img04.jpg) 50% 50% no-repeat;
			background-size:cover;
		}
		ul.bg2Col li:last-child {
			background:url(img/img05.jpg) 50% 50% no-repeat;
			background-size:cover;
		}
		ul.bg2Col li h3 {
			font-size:20px;
			font-weight:bold;
			color:#FFF;
			text-align:center;
			padding:0 50px 0 50px;
			margin-bottom:30px;
		}
			ul.bg2Col li h3 span {
				display:inline-block;
				border-bottom:1px solid #FFF;
				padding-bottom:20px;
			}
		ul.bg2Col li p {
			color:#FFF;
			padding:0 50px;
		}
		
ul.bg3Col {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.bg3Col li {
		list-style:none;
		width:33.33%;
		padding:80px 0;
	}
		ul.bg3Col li:first-child {
			background:url(img/img06.jpg) 50% 50% no-repeat;
			background-size:cover;
		}
		ul.bg3Col li:nth-child(2) {
			background:url(img/img07.jpg) 50% 50% no-repeat;
			background-size:cover;
		}
		ul.bg3Col li:last-child {
			background:url(img/img08.jpg) 50% 50% no-repeat;
			background-size:cover;
		}
		ul.bg3Col li h3 {
			font-size:20px;
			font-weight:bold;
			color:#FFF;
			text-align:center;
			padding:0 50px 0 50px;
			margin-bottom:30px;
		}
			ul.bg3Col li h3 span {
				display:inline-block;
				border-bottom:1px solid #FFF;
				padding-bottom:20px;
			}
		ul.bg3Col li p {
			color:#FFF;
			padding:0 50px;
		}
		
dl.flow {
	width:100%;
	background:url(img/flow_bg.png) left top repeat-y;
}
	dl.flow dt {
		width:20%;
		clear:left;
		float:left;
		background:url(img/icon_dot.png) left 7px  no-repeat;
		background-size:10px 10px;
		padding:0 0 0 20px;
		font-weight:bold;
		line-height:1.8;
	}
	dl.flow dd {
		width:80%;
		float:left;
		line-height:1.8;
		margin-bottom:20px;
	}
		dl.flow dd:last-child {
			margin-bottom:0;
		}
		
.photoBoxWrap {
	position:relative;
	width:auto;
	margin:0 auto 50px auto;
}

.photoBox {
	width:100%;
	height:auto;
}
	.photoBox div.imgWrap {
		position:absolute;
		display:block;
		width:400px;
		top:0;
		left:0;
		z-index:2;
	}
		.photoBox div.imgWrap figure.img-container {
			overflow: hidden;
			position: relative;
		}
			.photoBox div.imgWrap figure.img-container img {
				display: block;
				width:400px;
				opacity: 0;
				position: relative;
				transition:all .5s .3s ease; 
				z-index: 0;
			}
			.photoBox div.imgWrap figure.img-container:before {
				background: #0069B6;
				content: '';
				display: block;
				height: 100%;
				position: absolute;
				transform: translateX(-100%);
				transition:all 1.0s 0s ease; 
				width: 100%;
				z-index: 1;
			}
	.photoBox div.text-container {
		position:relative;
		width:auto;
		margin-right:50px;
		padding:70px 60px 70px 450px;
		background:#EFEFEF;
		top:50px;
		left:50px;
		z-index:1;
	}
		.photoBox div.text-container h3 {
			font-size:24px;
			font-weight:bold;
			line-height:1.6;
			margin-bottom:50px;
		}
			.photoBox div.text-container h3 i.fa {
				display:inline-block;
				margin-right:0.4em;
				color:#0069B6;
			}
		
/*アニメーションするプロパティを設定*/
.photoBox div.imgWrap figure.img-container.active img{
    opacity: 1;
}
.photoBox div.imgWrap figure.img-container.active:before{
    transform: translateX(100%);        
}



@media (max-width: 1199px) {
	ul.gallery li {
		width:31%;
		margin-right:3.5%;
	}
	ul.gallery li:nth-child(4n) {
		margin-right:3.5%;
	}
	ul.gallery li:nth-child(3n) {
		margin-right:0;
	}
		
.photoBox div.text-container {
		padding:70px 60px 70px 430px;
	}
}

@media (max-width: 991px) {
a.memberBtn{
	width:360px;
	font-size:18px;
	margin-left:calc(50% - 180px);
}
a.memberBtn:hover{
	background:#8A92C6;
}

#news h2{
	font-size:30px;
}

#about h2{
	font-size:30px;
}

#greeting h2{
	font-size:30px;
}

#officer h2{
	font-size:30px;
}

#supporting_member h2{
	font-size:30px;
}
#supporting_member ul.memberList li{
	width:49%;
	margin-right:2%;
}
#supporting_member ul.memberList li:nth-child(3n){
	margin-right:2%;
}
#supporting_member ul.memberList li:nth-child(even){
	margin-right:0;
}

#member h1{
	font-size:30px;
}
#member h2{
	font-size:24px;
	margin-bottom:25px;
}
#member h2:before{
	top:11px;
}
#member h3{
	font-size:20px;
}
#member h4{
	font-size:16px;
}
#member ul.areaNavi li a{
	font-size:16px;
}
#member ul.areaNavi li a:hover{
	background:#E8E9F4;
	color:#3A3D47;
}
#hokkaido {
	margin-bottom:20px;
}

	ul.cardA li {
		width:47%;
		margin-right:6%;
		margin-bottom:30px;
	}
	ul.cardA li:last-child {
		margin-bottom:0;
	}
	ul.cardA li:nth-child(3n) {
		margin-right:10%;
	}
	ul.cardA li:nth-child(even) {
		margin-right:0;
	}
		ul.cardA li h3 {
			font-size:20px;
		}
	
	ul.cardB li {
		width:47%;
		margin-right:6%;
		margin-bottom:40px;
	}
	ul.cardB li:last-child {
		margin-bottom:0;
	}
	ul.cardB li:nth-child(3n) {
		margin-right:6%;
	}
	ul.cardB li:nth-child(even) {
		margin-right:0;
	}
		ul.cardB li h3 {
			font-size:20px;
		}
		
	ul.cardC li {
		width:47%;
		margin-right:6%;
		margin-bottom:30px;
	}
	ul.cardC li:last-child {
		margin-bottom:0;
	}
	ul.cardC li:nth-child(3n) {
		margin-right:10%;
	}
	ul.cardC li:nth-child(even) {
		margin-right:0;
	}
		ul.cardC li h3 {
			font-size:20px;
		}
		
	ul.cardD li {
		width:47%;
		margin-right:6%;
		margin-bottom:40px;
	}
	ul.cardD li:last-child {
		margin-bottom:0;
	}
	ul.cardD li:nth-child(3n) {
		margin-right:6%;
	}
	ul.cardD li:nth-child(even) {
		margin-right:0;
	}
		ul.cardD li img {
			width:70%;
		}
		ul.cardD li h3 {
			font-size:20px;
			margin-bottom:20px;
		}
			ul.cardD li ul.socialBtn li{
				margin-bottom:0;
			}
			
	ul.photo-txtA li {
		margin-bottom:50px;
	}
	
	ul.photo-txtB li {
		margin-bottom:50px;
	}
	
	ul.gallery li {
		width:48%;
		margin-right:4%;
	}
	ul.gallery li:nth-child(4n) {
		margin-right:4%;
	}
	ul.gallery li:nth-child(3n) {
		margin-right:4%;
	}
	ul.gallery li:nth-child(even) {
		margin-right:0;
	}

.inner{
	padding:80px 0 80px 0;
}

.inner2{
	padding:80px 0 0 0;
}

.last{
	margin-bottom:0;
}

#sample01 h2{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
}

	ul.bg2Col li {
		padding:70px 0;
	}
		ul.bg2Col li h3 {
			font-size:18px;
			padding:0 40px 0 40px;
		}
		ul.bg2Col li p {
			color:#FFF;
			padding:0 40px;
		}
		
	ul.bg3Col li {
		padding:70px 0;
	}
		ul.bg3Col li h3 {
			font-size:18px;
			padding:0 30px 0 30px;
		}
		ul.bg3Col li p {
			color:#FFF;
			padding:0 30px;
		}

dl.flow {
	width:100%;
	background:url(img/flow_bg.png) left top repeat-y;
}
	dl.flow dt {
		width:25%;
		clear:left;
		float:left;
		background:url(img/icon_dot.png) left 7px  no-repeat;
		background-size:10px 10px;
		padding:0 0 0 20px;
		font-weight:bold;
		line-height:1.8;
	}
	dl.flow dd {
		width:75%;
		float:left;
		line-height:1.8;
		margin-bottom:20px;
	}
		dl.flow dd:last-child {
			margin-bottom:0;
		}
		

	.photoBox div.imgWrap {
		width:320px;
	}
			.photoBox div.imgWrap figure.img-container img {
				width:320px;
			}
	.photoBox div.text-container {
		padding:60px 50px 60px 330px;
	}
		.photoBox div.text-container h3 {
			font-size:20px;
		}
		
}

.sp{
	display:none;
}
@media (max-width: 767px) {
a.memberBtn{
	width:260px;
	height:50px;
	font-size:16px;
	border-radius:6px;
	line-height:50px;
	margin-left:calc(50% - 130px);
}

#news h2{
	font-size:20px;
	margin-bottom:40px;
}
#news h2 span{
	font-size:60%;
}

#about h2{
	font-size:20px;
	margin-bottom:40px;
}
#about h2 span{
	font-size:60%;
}
#about p.read{
	text-align:left;
}
#about p.read br{
	display:none;
}

#greeting h2{
	font-size:20px;
	margin-bottom:40px;
}
#greeting h2 span{
	font-size:60%;
}

#officer h2{
	font-size:20px;
	margin-bottom:40px;
}
#officer h2 span{
	font-size:60%;
}

#supporting_member h2{
	font-size:20px;
	margin-bottom:40px;
}
#supporting_member h2 span{
	font-size:60%;
}
#supporting_member ul.memberList li{
	width:100%;
	margin-right:0;
}
#supporting_member ul.memberList li:nth-child(3n){
	margin-right:0;
}
#supporting_member ul.memberList li:before{
	top:10px;
}

#member h1{
	font-size:20px;
	margin-bottom:40px;
}
#member h1 span{
	font-size:60%;
}
#member h2{
	font-size:20px;
	margin-bottom:20px;
}
#member h2:before{
	width:16px;
	height:16px;
	border:3px solid #58B8EA;
	top:9px;
}
#member h3{
	font-size:18px;
	border-bottom:2px solid #8A92C6;
	margin-bottom:25px;
}
#member h4{
	font-size:15px;
}
#member ul.areaNavi{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	border-bottom:0;
	margin-bottom:50px;
}
#member ul.areaNavi li{
	width:49%;
	margin-right:0;
	flex-grow:0;
	margin-right:2%;
	margin-bottom:7px;
}
#member ul.areaNavi li:nth-child(even){
	margin-right:0;
}
#member ul.areaNavi li a{
	height:46px;
	font-size:14px;
	line-height:46px;
	background:#E8E9F4;
	border-radius:4px;
}
#hokkaido {
	margin-bottom:10px;
}

	ul.cardA li {
		width:100%;
		margin-right:0;
	}
	ul.cardA li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardA li p.icon {
			font-size:80px;
		}
		ul.cardA li h3 {
			font-size:18px;
		}
		
	ul.cardB li {
		width:100%;
		margin-right:0;
		margin-bottom:40px;
	}
	ul.cardB li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardB li h3 {
			font-size:18px;
		}
		
	ul.cardC li {
		width:100%;
		margin-right:0;
	}
	ul.cardC li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardC li div {
			padding:25px;
		}
		ul.cardC li h3 {
			font-size:18px;
		}
		
	ul.cardD li {
		width:100%;
		margin-right:0;
		margin-bottom:40px;
	}
	ul.cardD li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardD li img {
			width:100%;
			max-width:220px;
			margin:0 auto 20px auto;
		}
		ul.cardD li h3 {
			font-size:18px;
		}
		
	ul.col2 li {
		width:100%;
		margin-right:0;
		margin-bottom:40px;
	}
	ul.col2 li:last-child {
		margin-bottom:0;
	}
		ul.col2 li img {
			border-radius:6px;
		}
		
	ul.photo-txtA li {
		margin-bottom:40px;
	}
		ul.photo-txtA li div.left {
			width:100%;
		}
			ul.photo-txtA li div.left img {
				border-radius:6px;
				margin:0 auto 30px auto;
			}
		ul.photo-txtA li div.right {
			width:100%;
		}
		
	ul.photo-txtB li {
		margin-bottom:40px;
	}
		ul.photo-txtB li div.left {
			width:100%;
			margin-bottom:35px;
		}
			ul.photo-txtB li div.left img {
				max-width:200px;
				border-radius:6px;
				margin:0 auto 30px auto;
			}
			ul.photo-txtB li div.left p {
				font-size:110%;
			}
		ul.photo-txtB li div.right {
			width:100%;
		}
		
	ul.gallery li {
		width:100%;
		margin-right:0;
	}
	ul.gallery li:nth-child(4n) {
		margin-right:0;
	}
	ul.gallery li:nth-child(3n) {
		margin-right:0;
	}
	ul.gallery li:nth-child(even) {
		margin-right:0;
	}
		ul.gallery li img {
			border-radius:6px;
			margin-bottom:15px;
		}
		
	.sp{
		display:block;
		margin-bottom:20px;
	}
	
#sample01 h2{
	font-size:24px;
}

.inner{
	padding:70px 0 70px 0;
}

.inner2{
	padding:70px 0 0 0;
}

	ul.bg2Col li {
		width:100%;
		padding:60px 20px;
	}
		ul.bg2Col li h3 {
			font-size:18px;
			padding:0 20px;
			margin-bottom:20px;
		}
			ul.bg2Col li h3 span {
				padding-bottom:20px;
			}
		ul.bg2Col li p {
			color:#FFF;
			padding:0 20px;
		}
		
	ul.bg3Col li {
		width:100%;
		padding:60px 20px;
	}
		ul.bg3Col li h3 {
			font-size:18px;
			padding:0 20px;
			margin-bottom:20px;
		}
			ul.bg3Col li h3 span {
				padding-bottom:20px;
			}
		ul.bg3Col li p {
			color:#FFF;
			padding:0 20px;
		}

	dl.flow dt {
		width:100%;
		float:none;
		padding:0 0 0 20px;
		margin-bottom:10px;
	}
	dl.flow dd {
		width:100%;
		float:none;
		padding:0 0 0 20px;
		margin-bottom:30px;
	}
		dl.flow dd:last-child {
			margin-bottom:0;
		}
		
.photoBoxWrap {
	margin:0 auto;
}
	.photoBox div.imgWrap {
		position:inherit;
		width:80%;
		max-width:320px;
		top:auto;
		left:auto;
		margin:0 auto;
	}
			.photoBox div.imgWrap figure.img-container img {
				width:100%;
			}
	.photoBox div.text-container {
		position:relative;
		width:auto;
		margin-right:0;
		padding:40px 0 0 0;
		background:#FFF;
		top:0;
		left:0;
		z-index:1;
	}
		.photoBox div.text-container h3 {
			font-size:20px;
			margin-bottom:40px;
		}
		
}

/* フッター */
.footer	{padding: 30px 0 30px 0;
	background-color:#444655;}

.footer img.logo {
	display:block;
	width:205px;
	margin:0 auto 20px auto;
}

.footer p {
	line-height: 2;
	color:#FFF;
	text-align:center;
}

.footer p.copyright	{
	padding-top:20px;
	color:#9E9FA7;
	border-top:1px solid #575868;
}

.footer p.pageTop a {
	color:#FFF;
}
.footer p.pageTop a:hover {
	opacity:.7;
}
.footer p.pageTop a i.fa {
	font-size:40px;
	margin-bottom:10px;
	margin-right:0;
}

.footer i.fa{
	margin-right:7px;
	font-size:120%;
}

.footerLinks {
	margin-bottom:30px;
	text-align:center;
}
	.footerLinks li {
		display:inline;
		margin:0 14px;
	}
	.footerLinks li a {
		color:#FFF;
		text-decoration:none;
	}
	.footerLinks li a:hover {
		opacity:0.7;
	}
	.footerLinks li a:before {
		display: inline-block;
		font-family: FontAwesome;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\f0da";
		color:#FFF;
		margin-right:7px;
	}
	
@media (max-width: 767px) {
.footer img.logo {
	margin:0 auto 10px auto;
}
.footerLinks {
}
.footerLinks li {
	display:block;
	margin:0 0 1px;
}
.footerLinks li a {
	display:block;
	height:44px;
	line-height:44px;
	background:#4E4F5E;
	color:#FFF;
	padding:0 12px;
}
.footer p	{
	font-size:12px;
}

.footer p.copyright	{
	font-size:10px;
}
}


/* 新着情報 */
ul.news{
	font-size: 14px;
	line-height: 1.4;
	list-style: none;
	border-top: dotted 1px #CCC;}
	
ul.news li {
	display: block;
	padding: 20px 10px 20px 10px;
	color: #000;
	border-bottom: dotted 1px #CCC;}

ul.news p {
	margin-top:5px;
}


/* 縦に並べたリンクを区切る罫線 */

@media (min-width: 480px) {
ul.news time	{float: left;
	color:#4A5488;}
	
ul.news time i.fa{
	margin-right:7px;
}

ul.news p	{margin: 0 0 0 160px;}
} /* @media */

@media (max-width: 479px) {
ul.news time	{float: none;
	color:#4A5488;
	margin-bottom:8px;
	display:block;}
	
ul.news time i.fa{
	margin-right:7px;
}

ul.news p	{margin: 0;}
} /* @media */


#mapDiv{
width:100%;
height:500px;
margin:0 auto 20px auto;
}

/* !Table
---------------------------------------------------------- */
.table_basic01 {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #DADDED;
}
	.table_basic01 th,
	.table_basic01 td {
		border-bottom: 1px solid #DADDED;
		padding: 15px 15px;
	}
	.table_basic01 th {
		width:25%;
		vertical-align:top;
	}
	.table_basic01 td {
		width:75%;
		vertical-align:top;
	}
	.table_basic01 tr:nth-child(odd) th,
	.table_basic01 tr:nth-child(odd) td {
		background:#F5F7FA;
	}
	.table_basic01 tr:nth-child(even) th,
	.table_basic01 tr:nth-child(even) td {
		background:#FFF;
	}
	
@media screen and (max-width:991px){
.table_basic01 th {
	width:25%;
}
.table_basic01 td {
	width:75%;
}
}

@media screen and (max-width:767px){
.table_basic01 {
	width: 100%;
	
	border-bottom:0;
}
	.table_basic01 th,
	.table_basic01 td {
		border-bottom: 0;
	}
	.table_basic01,
	.table_basic01 thead,
	.table_basic01 tbody,
	.table_basic01 tr,
	.table_basic01 th,
	.table_basic01 td {
		width: 100%;
		display: block;
	}
	.table_basic01 th {
		padding: 12px 12px 0 12px;
	}
	.table_basic01 td {
		padding: 0px 12px 12px 12px;
		border-bottom:1px solid #DADDED;
	}
}

/* 書式設定 */
.cap1{
	font-size:22px;
	font-weight:bold;
	margin-bottom:20px;
}
.cap1 i.fa{
	color:#0069B6;
	margin-right:7px;
}

@media (max-width: 991px) {
.cap1{
	font-size:20px;
}
}

@media (max-width: 767px) {
.cap1{
	font-size:18px;
}
}

@media (max-width: 400px) {
	.cap1 span{
		display:block;
		margin:0;
	}
	
	.page_nav ul,
    .page_nav ol{
		font-size:11px;
	}

} /* @media */


.read_lh180_m0 {line-height:1.8em;}
.read_lh180_m5 {line-height:1.8; margin:0 0 5px 0;}
.read_lh180_m10 {line-height:1.8; margin:0 0 10px 0;}
.read_lh180_m15 {line-height:1.8; margin:0 0 15px 0;}
.read_lh180_m20 {line-height:1.8; margin:0 0 20px 0;}
.read_lh180_m30 {line-height:1.8; margin:0 0 30px 0;}
.read_lh180_m40 {line-height:1.8; margin:0 0 40px 0;}
.read_lh180_m50 {line-height:1.8; margin:0 0 50px 0;}
.read_lh180_m60 {line-height:1.8; margin:0 0 60px 0;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb70 {margin-bottom:70px;}
.mb80 {margin-bottom:80px;}
.mb90 {margin-bottom:90px;}
.mb100 {margin-bottom:100px;}

.pt5{padding-top:0px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt55{padding-top:55px;}
.pt60{padding-top:60px;}

.p25{padding:25px;}

.taC{
	text-align:center;
}
.taL{
	text-align:left;
}
.taR{
	text-align:right;
}

img.wid100per{
	width:100%;
}


/* フォーム */
span.label{
  margin-left: 1em;
}

.form-group{
	border-top:1px dotted #CCC;
	padding-top:15px;
}

.glyphicon {
	margin-right:5px;
}

.fcWhite{
	color:#FFF;
}

/* navbar collapse for iPad (bootstrap) */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

/*clearfix-------------------------------------------------*/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

.clearfix {zoom:100%;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */