@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: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN" , 'メイリオ' ,Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic" , Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
	font-weight:500;
	line-height:2;
	color:#333;
	padding-top:50px;}

.menu {
	background:#FFF;
}

.navbar-default .navbar-text {
  color: #071B3A;
}
.navbar-default .navbar-nav > li > a {
  color: #071B3A;
  font-weight:700;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #F26532;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #F26532;
}

.hLogo {
	height:30px;
}

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


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

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

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

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

.carousel-inner img {
	width:100%;
}

@media (max-width: 991px) {

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

.carousel-caption h2 {
	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 h2 {
	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;
}
}

/* パーツブロック */

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:32%;
		}
			ul.photo-txtB li div.left img {
				display:block;
				width:100%;
				border-radius:8px;
			}
		ul.photo-txtB li div.right {
			width:63%;
		}
			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:#0F4372;
}
.button a:hover{
	color:#FFF;
	background:#FAA635;
	text-decoration:none;
}
.button a i.fa{
	margin-right:7px;
}

#effect{
	margin-top:-50px;
	padding-top:50px;
}
#effect h2{
	font-size:30px;
	font-weight:700;
	text-align:center;
	letter-spacing:0.06em;
	margin-bottom:50px;
}
#effect h2 span{
	display:block;
	font-family: 'Akshar', sans-serif;
	font-size:56%;
	font-weight:500;
	color:#0F4372;
	margin-bottom:0.8em;
}

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/effect01_bg.jpg) 50% 50% no-repeat;
			background-size:cover;
			border-right:1px solid #FFF;
		}
		ul.bg2Col li:last-child {
			background:url(img/effect02_bg.jpg) 50% 50% no-repeat;
			background-size:cover;
		}
		ul.bg2Col li h3 {
			font-size:24px;
			font-weight:700;
			color:#FFF;
			text-align:center;
			padding:0 50px 0 50px;
			margin-bottom:40px;
		}
			ul.bg2Col li h3 span {
				display:inline-block;
				position:relative;
				padding-bottom:20px;
			}
				ul.bg2Col li h3 span:after {
					position:absolute;
					content:"";
					width:40px;
					height:1px;
					background:#FFF;
					bottom:0;
					left:50%;
					margin-left:-20px;
				}
		ul.bg2Col li p {
			font-size:16px;
			color:#FFF;
			padding:0 30px;
			text-align:center;
		}
		
#features{
	margin-top:-50px;
	padding-top:50px;
}
#features h2{
	font-size:30px;
	font-weight:700;
	text-align:center;
	letter-spacing:0.06em;
	margin-bottom:50px;
}
#features h2 span{
	display:block;
	font-family: 'Akshar', sans-serif;
	font-size:56%;
	font-weight:500;
	color:#0F4372;
	margin-bottom:0.8em;
}

ul.cardA {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.cardA li {
		list-style:none;
		width:33.33%;
		padding:0 40px;
		border-left:1px dotted #87A1B8;
	}
	ul.cardA li:nth-child(3n) {
		border-right:1px dotted #87A1B8;
	}
		ul.cardA li div.icon {
			width:140px;
			height:140px;
			background:#DBF2FD;
			border-radius:50%;
			border:10px solid #EDF8FE;
			margin:0 auto 25px auto;
		}
			ul.cardA li div.icon img {
				display:block;
				width:60px;
				margin:0 auto 5px auto;
				padding-top:22px;
			}
			ul.cardA li div.icon p {
				font-size:16px;
				font-weight:700;
				color:#0F4372;
				text-align:center;
			}
		ul.cardA li h3 {
			font-size:20px;
			text-align:center;
			margin-bottom:20px;
			font-weight:700;
			line-height:1.6;
		}
			ul.cardA li h3 span {
				color:#F26532;
			}
			
#about{
	margin-top:-50px;
	padding-top:50px;
}
#aboutWrap{
	width:100%;
	background:#EEF9FE;
}
#about h2{
	font-size:30px;
	font-weight:700;
	text-align:center;
	letter-spacing:0.06em;
	margin-bottom:50px;
}
#about h2 span{
	display:block;
	font-family: 'Akshar', sans-serif;
	font-size:56%;
	font-weight:500;
	color:#0F4372;
	margin-bottom:0.8em;
}

#contact{
	margin-top:-50px;
	padding-top:50px;
}
#contactWrap{
	width:100%;
	background:url(img/contact_bg.jpg) 50% 50% no-repeat;
	background-size:cover;
}
#contact h2{
	font-size:30px;
	font-weight:700;
	text-align:center;
	letter-spacing:0.06em;
	margin-bottom:50px;
}
#contact h2 span{
	display:block;
	font-family: 'Akshar', sans-serif;
	font-size:56%;
	font-weight:500;
	color:#0F4372;
	margin-bottom:0.8em;
}	
#contact p.read{
	text-align:center;
	margin-bottom:40px;
}





#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:80px 0 90px 0;
}

.inner2{
	padding:80px 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;
}
		
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) {
	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:70px 0 80px 0;
}

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

.last{
	margin-bottom:0;
}

#effect h2{
	font-size:26px;
}
#effect h2 span{
	font-size:60%;
}

	ul.bg2Col li {
		padding:70px 0;
	}
		ul.bg2Col li h3 {
			font-size:22px;
			margin-bottom:30px;
		}
		ul.bg2Col li p {
			font-size:14px;
			padding:0 25px;
		}
		
#features h2{
	font-size:26px;
}
#features h2 span{
	font-size:60%;
}

	ul.cardA li {
		padding:0 25px;
	}
		ul.cardA li div.icon {
			width:116px;
			height:116px;
			border:8px solid #EDF8FE;
			margin:0 auto 20px auto;
		}
			ul.cardA li div.icon img {
				width:50px;
				margin:0 auto 4px auto;
				padding-top:20px;
			}
			ul.cardA li div.icon p {
				font-size:14px;
			}
		ul.cardA li h3 {
			font-size:17px;
		}
		
#about h2{
	font-size:26px;
}
#about h2 span{
	font-size:60%;
}

#contact h2{
	font-size:26px;
}
#contact h2 span{
	font-size:60%;
}

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

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) {
	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%;
		}
			ul.photo-txtB li div.left img {
				border-radius:6px;
				margin:0 auto 30px auto;
			}
		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;
	}
	
#effect h2{
	font-size:20px;
	margin-bottom:45px;
}
#effect h2 span{
	font-size:65%;
}
	ul.bg2Col li {
		width:100%;
		padding:60px 0;
	}
		ul.bg2Col li:first-child {
			border-right:0;
			border-bottom:1px solid #FFF;
		}
		ul.bg2Col li h3 {
			font-size:18px;
			padding:0 25px 0 25px;
			margin-bottom:35px;
		}
		ul.bg2Col li p {
			font-size:13px;
			padding:0 25px;
		}
		
#features h2{
	font-size:20px;
	margin-bottom:45px;
}
#features h2 span{
	font-size:65%;
}

ul.cardA  {
	max-width:320px;
	margin:0 auto;
}
	ul.cardA li {
		width:100%;
		padding:35px 0;
		border-left:0;
		border-top:1px dotted #87A1B8;
	}
	ul.cardA li:nth-child(3n) {
		border-right:0;
	}
	ul.cardA li:last-child {
		border-bottom:1px dotted #87A1B8;
	}
		ul.cardA li h3 {
			margin-bottom:15px;
		}
			ul.cardA li h3 span {
				color:#F26532;
			}
			
#about h2{
	font-size:20px;
	margin-bottom:45px;
}
#about h2 span{
	font-size:65%;
}

#contact h2{
	font-size:20px;
	margin-bottom:45px;
}
#contact h2 span{
	font-size:65%;
}
#contact p.read{
	text-align:left;
	margin-bottom:40px;
}
	
#sample01 h2{
	font-size:24px;
}

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

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

	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;
		}
}

/* !bootstrap変更 ------------------------------------------------------------ */
.nav-tabs li a{
	color:#931B42;
	font-size:16px;
	padding:1em 1.6em;
}

.tab-pane {
	padding:25px 15px;
	background:#FFF;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle {
  background-color: #0F4372;
  border-color:#FFF;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #0F4372;
  border-color:#FFF;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}
	.navbar-default .navbar-toggle:hover .icon-bar,
	.navbar-default .navbar-toggle:focus .icon-bar {
	  background-color: #FFF;
	}
@media (max-width: 767px) {
.nav-tabs li a{
	color:#FFF;
	font-size:16px;
	padding:1em 1.6em;
}

.tab-pane {
	padding:25px 15px;
	background:#FFF;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle {
  background-color: #0F4372;
  border-color:#FFF;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #0F4372;
  border-color:#FFF;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}
	.navbar-default .navbar-toggle:hover .icon-bar,
	.navbar-default .navbar-toggle:focus .icon-bar {
	  background-color: #FFF;
	}
}

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

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

.footer img.fLogo {
	display:block;
	width:206px;
	margin:0 auto;
}

.footer p.copyright	{
	padding-top:20px;
	color:#838D9D;
	border-top:1px solid #394961;
}

.footer p.pageTop a {
	color:#FFF;
}
.footer p.pageTop a:hover {
	opacity:.7;
}
.footer p.pageTop a i.fa {
	font-size:34px;
	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) {
.footerLinks {
}
.footerLinks li {
	display:block;
	margin-bottom:1px;
}
.footerLinks li a {
	display:block;
	height:44px;
	line-height:44px;
	background:#1A2D49;
	color:#FFF;
	padding:0 12px;
}
.footer p {
	font-size:12px;
}
.footer p a {
	color:#FFF;
}

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


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

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

a:hover {
color:#FAA635;
text-decoration:none;
}


/* 新着情報 */
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:#0C5A94;
}
	
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:#0C5A94;
	margin-bottom:8px;
	display:block;
}
	
ul.news time i.fa {
	margin-right:7px;
}

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

/* !Table
---------------------------------------------------------- */
.table_basic01 {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #D2DBE3;
}
	.table_basic01 th,
	.table_basic01 td {
		border-bottom: 1px solid #D2DBE3;
		padding: 1.4em 1.4em;
	}
	.table_basic01 th {
		width:25%;
		vertical-align:top;
		color:#0F4372;
		background:#FFF;
	}
	.table_basic01 td {
		width:75%;
		vertical-align:top;
		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:1px solid #D2DBE3;
	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: 10px 12px 12px 12px;
		border-bottom:1px solid #D2DBE3;
	}
}

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

ol.numList li {
	list-style:decimal;
	margin:0 0 10px 20px;
}
	ol.numList li:last-child {
		margin-bottom:0;
	}

@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;
  padding:0.4em 0.6em;
}

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

.formBtn{
	background:#0F4372;
	padding:12px 20px;
	border:0;
	color:#FFF;
	font-size:120%;
}
.formBtn:hover{
	background:#577B9C;
}

.glyphicon {
	margin-right:5px;
}

.fcWhite{
	color:#FFF;
}

@media (max-width: 991px) {
.formBtn:hover{
	background:#0F4372;
}
}

@media (max-width: 767px) {
.formBtn{
	padding:12px 16px;
	font-size:100%;
}
}

/* 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 */