@charset "utf-8";


body {
	font-family: 'メイリオ',Meiryo,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Osaka,'MS Pゴシック',Arial,sans-serif;
}

img.pull-left {
	margin-right: 1em;
	margin-bottom: 1em;
}

.logobar {
	padding: 6px 0;
	font-size: 80%;
	border-bottom: 1px solid #ddd;
	width: 100%;
}
.logobar a {
	color: #009FE5;
}


.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}


.jumbotron {
/*	margin-top: 80px;*/
	padding: 0 !important;
	margin: 0 !important;
	background-color: transparent;
	position: relative;
	border-radius: 0 !important;
}

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
margin: 20px 0;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.red{
	color: #F34750;
}

@media (max-width: 767px) {
  .jumbotron {
/*	margin-top: 70px;	*/
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .jumbotron {
/*	margin-top: 130px;	*/
  }
}


.jumbotron .h1-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	min-height: 110px;
}
#home .jumbotron .h1-bg {
	width: 100%;
	background-color: rgba(255,255,255,0.6);
}
#second .jumbotron .h1-bg {
	height: 100%;
	background-color: rgba(255,255,255,0.6);
}
.jumbotron .h1 {
	padding: 0.4em 0.4em 0.2em;
	margin: 0;
	color: #F34750;
}
.jumbotron .h1 .small {
	color: #6FBA2C;
}
@media (min-width: 768px) {
  .jumbotron .h1 {
	font-size: 360%;
  }
.f_left{
	float: left;
	margin-right: 1em;
    margin-bottom: 1em;
	}
}

#home-main {
	 box-shadow: 0 1px 4px -3px;
	 position: relative;
	 z-index: 1000;
}
#home-index {
	background-color: #EBEEF1;
	padding-top: 30px;
}
.tile {
	background-color: #fff;
	 box-shadow: 0 3px 6px -3px;
	 margin-bottom: 30px;
}
.tile-inner {
	padding: 0 20px 20px 20px;
}
.tile h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #EFDC9C;
}

#second .content {
	margin-bottom: 30px;
}


#btn-group {
	background-color: #fff;
	padding: 30px 0 20px;
}
#btn-group .col-xs-12 {
	margin-bottom: 10px;
}
#bnr-voice {
	background: url(../images/btn_bg_blog_common.jpg) top center;
/*	height: 130px;*/
}
#bnr-flow {
	background: url(../images/btn_bg_support_common.jpg) top center;
/*	height: 130px;*/
}
#bnr-contact {
	background: url(../images/btn_bg_contact_common.jpg) top center;
/*	height: 130px;*/
}

#bnr-flow .row,
#bnr-contact .row {
	margin: 0;
	padding: 30px 15px;
	font-size: 150%;
	color: #fff;
	font-weight: 400;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
#bnr-flow .row div,
#bnr-contact .row div {
	padding: 0 4px;
}
#bnr-flow .row,
#bnr-voice .row {
	margin: 0;
	padding: 30px 15px;
	font-size: 150%;
	color: #fff;
	font-weight: 400;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
#bnr-flow .row div,
#bnr-voice .row div {
	padding: 0 4px;
}

.navbar  {
	font-size: 90%;
	border-bottom-width: 3px;
	margin-bottom: 0;
}

.navbar-brand {
	font-weight: bold;
	font-size: 100%;
}



.page-header {
	margin-bottom: 0 !important;
	border-bottom: none !important;
}
.page-header h2 {
/*	border-left: 8px solid #73C2EF;	*/
	padding: 0.3em 10px 0.1em;
	background-image: url(../images/bias_transparent.gif);
	background-color: #F0DFA4;
}


.lead {
	color: #F34750;
	margin-top: 0.2em;
	margin-bottom: 0.6em;
}


.panel-heading .accordion-toggle:before {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e082";    /* adjust as needed, taken from bootstrap.css */
/*    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\e081";    /* adjust as needed, taken from bootstrap.css */
}

.panel-heading a {
	display: block;
}
.panel-group .table th {
	background: #f5eada;
}


@media (max-width: 991px) {

.panel-group .table thead,
.panel-group .table tbody,
.panel-group .table tr,
.panel-group .table th,
.panel-group .table td {
	display: block;
}
}
@media (min-width: 992px) {
.panel-group .table th {
	width: 120px;
}
}



#footer {
	background: #2B353B;
	color: #7F7F7F;
	font-size: 75%;
}
#footer a {
	color: #fff;
}
#footer .container {
	padding-top: 30px;
	padding-bottom: 100px;
}
.copyright {
	border-top: 1px solid #7F7F7F;
	text-align: right;
	padding-top: 1em;
}




.form-group label {
	font-weight: bold;
}
.form-inline label,
.checkbox label,
.radio label {
	font-weight: normal;
}
.form-inline .form-group {
	margin-right: 0;
}
.form-inline .form-control {
	display: inline;
	width: auto;
	margin-right: 4px;
}
.form-group iframe {
	height: 10em;
}

.form-inline .col-sm-12 {
	margin-top: 6px;
}


.center-block {
	float: none;
}


h4 {
	font-weight: bold;
	color: #b7961f;
	font-size: 20px;
}
.h5 {
	font-weight: bold;
	color: #b7961f;
	font-size: 20px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'メイリオ',Meiryo,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Osaka,'MS Pゴシック',Arial,sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #b7961f;
}

.video-wrap {
  position: relative;
  margin-top: 3em;
  padding-top: 69px;
  padding-bottom: 50%;
  overflow: hidden;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.img-thumbnail {
	margin-bottom: 10px;
}

/* -- fixed bar -- */
@media (max-width: 767px) {
/* */
.fixed-bar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  transition: opacity .5s;
}
.fixed-bar.show {
  opacity: 1;
}
.fixed-bar.stop {
  position: absolute;
  /* bottom: 142px; */
	bottom: 0px;
}
.top-back{
}
.top-back a {
  width: 56px;
  height: 28px;
  display: block;
  background: url(../images/pagetop-half.png) no-repeat;
  background-size: 56px;
	margin-left: 80%;
}
/* */
}
@media (min-width: 768px) {
/* */
	.fixed-bar,
	.fixed-bar.show,
	.fixed-bar.stop,
	.top-back,
	.top-back a {
		display: none !important;
	}
/* */
}

