body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
font-weight: 500;
}
.p11px {
	font-size: 11px;
}
/* ロゴ */
img.logo {
    max-width:200px; /* 画像の最大幅 */
    margin: auto; /* 画像の左右の余白を同じ幅にする */
    display: block; /* 画像の下の隙間をなくす */
}


/* A関連 */
a {
  color: #333;
  text-decoration: underline;
  background-color: transparent;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}


/*フッターやナビ、インフォのliなどに係るAのアンダーバー消し */
a.nav-link{
  text-decoration: none;
}



li a{
  text-decoration: none;
}

div.tag-con a{
  text-decoration: none;
}

a.dropdown-item{
  text-decoration: none;
}


footer {
    background: url("../images/ftback.jpg") center no-repeat;
    background-size: cover;
	color: #fff;
}
a.btn{
  text-decoration: none;
}

button a{
	text-decoration: none;
}

btn a {
  text-decoration: none;
}

btn a:link,a:hover,a:active,a:visited {
    text-decoration: none;
}

btn-outline-success a{
	color:#04511D;
}

btn-outline-success a:hover {
	color:#fff;
}

footer a {

  text-decoration: none;
  background-color: transparent;
color: #fff;
}

footer a:hover {
color: #fff;
}

/* Footer関連 */
footer li{
  font-size: 0.9rem;
}

footer p.left{
  font-size: 0.9rem;
}

footer p.copy{
  font-size: 0.8rem;
	font-family: "Tahoma" , "Times New Roman", Times, "serif", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", ;
	color: #fff;
}


/*navbarのトグルのボーダー線を0に*/
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 0.25rem;
}

.navbar .nav-item{
	font-weight: bold;
}
.navbar-brand{
	font-weight: bolder;
}

/*ヘッダーお問い合わせボタン→資料請求ボタン・*/

a.navi-contact {
    font-size:0.9em;
    font-weight:bold;
    display:block;
    text-align:center;
    padding:0px 10px 0px 10px;
	margin:4px 3px 10px 4px;
    color:#333;
    border:1px solid #333;
	  text-decoration: none;
}

a:hover.navi-contact {
  text-decoration: none;
	color:#FFF;
  border:1px solid #333;
background-color:#333;
}

a.navi-inq {
    font-size:0.9em;
    font-weight:bold;
    display:block;
    text-align:center;
    padding:0px 10px 0px 10px;
	margin:4px 3px 10px 4px;
    color:#FFF;
    border:1px solid #333;
	background-color:#333;
	  text-decoration: none;
}

a:hover.navi-inq {
	color:#333;
  text-decoration: none;
  border:1px solid #9CC715;
background-color:#9CC715;
}


/*スマホ*/
.jbt {
	position:  relative; 
    height: 300px;
    background: url("../images/jumbotron.jpg") center no-repeat;
    background-size: cover;
		color:#FFF;
	}
.jbth1 {
	font-size:1.4rem;
	position:absolute;
	bottom:30px;
}
.jbth2 {
	font-size:0.7rem;
	position:absolute;
	bottom:15px;
}


@media screen and (min-width: 560px) { /*タブレット*/
.jbt {
	position:  relative; 
    height: 500px;
    background: url("../images/jumbotron.jpg") center 0 no-repeat;
    background-size: cover;
	color:#FFF;
    }

.jbth1 {
	font-size:2.0rem;
	position:absolute;
	bottom:40px;
}

.jbth2 {
	font-size:1rem;
	position:absolute;
	bottom:20px;
}
	
}


@media screen and (min-width: 960px){/*ＰＣ*/
.jbt {
	position:  relative; 
    height: 600px;/*871*/
    background: url("../images/jumbotron.jpg") center no-repeat;
    background-size: cover;
	}
.jbth1 {
	font-size:3rem;
	position:absolute;
	bottom:60px;
}
.jbth2 {
	font-size:1.2rem;
	position:absolute;
	bottom:30px;
}	
}




/*navbarを白半透明に*/

.navbar {
   background-color: rgba( 255, 255, 255, 0.8 );
}

/*navbarの文字を黒く*/
.navbar-light .navbar-nav .nav-link {
    color:#333;
}

/*navbar内ドロップダウンの文字黒く太く*/
.dropdown-item {
    font-weight:bold;
    color: #333;
}

/*フォーム内、inputのフォーカス時の青い光を消す*/

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
  outline: 0;
  box-shadow: none;
  border: 2px solid #999999;
  background-color: #ffffff;
}

/*IE11対策*/
@media all and (-ms-high-contrast: none) {
.img-fluid {
	width: 100%;
	height: auto;
	}
}
