/*
  */

body {

}

.nav-mgn {
margin: 0px;
padding: 0px;
}

.mainimg-under {
    color: white;
    font-weight: bold;
}


.img-waku {
    padding: 5px;
    border: 1px solid #5a5a5a;
}

.my-orange {color: #ff6600}
.my-gray {color: #545454}
.my-white {color: #FFFFFF}

.bottom-spc {
margin-bottom: 3rem;
}

div.topabxz p {
    margin-bottom: 30px;
}

div.topabxz a {
    color: #000000;
}

.underline {
  background: linear-gradient(transparent 65%, #fd3333 80%);
}

.nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  position: relative;
  color: #f4f4f4;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  outline: 0;
  border: none;
} 

a[href^="tel:"] {/* PC時TELリンク無効化 */
    pointer-events: none;
}

/* jumbotron
-------------------------------------------------- */

.mainimagetxt {
font-family: serif;
}

.jumbotron-extend {
    position: relative;
    height: 80vh;
    min-height: 300px;
    background: url(../image/mainimage.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 0px;
}
.jumbotron-extend2 {
    position: relative;
    height: 30vh;
    min-height: 300px;
    background: url(../image/mainimage2.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 0px;

}

.jumbotron-container {
    position: relative;
    top: 30%;
    transform: translateY(-50%);
}

.jumbotron #sclBtn{
	width: 85px;
	height: 0px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	margin: 0 auto;
	opacity: .8;
	cursor: pointer;

	transition: all .3s;
}

.jumbotron #sclBtn:hover{
	transform: scale(1.1);
}
.jumbotron #sclBtn img{
		margin-top: -80%;
	}




/* CONTENT
-------------------------------------------------- */
.main-content {
  margin-top: 5rem;
}

.main-content .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.main-content h2 {
  font-weight: 400;
}
.main-content .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */
.featurette {
margin-bottom: 5rem;
}

.featurette p {
font-size: 18px;
padding-top: 7px;
margin-bottom: 7px;
}

.featurette img {
margin-bottom: 10px;
}

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

.featurette-title {
margin-bottom: 5rem;
color: black;

}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

@media (min-width: 768px) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 45px;
  }
}


/* Footer
------------------------- */

footer {
    padding-top: 40px;
    background-color: #17a2b8;
    color: #FFFFFF;

}

.ft-companyname {
  font-size: 30px;
  margin-bottom: .25rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}
.ft-companyname-e {
    font-size: 15px;
}
.ft-zipcode {
    margin-bottom: .10rem;
    font-size: 15px;
}
.ft-address {
    
}
.ft-telfax {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: .25rem;
}


.ft-menuttl {
    border-bottom: 1px solid #FFFFFF;
    
}

.footermenu ul {
    text-align:left;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
}
.footermenu li {
    font-size: 13px;
    margin: 3px 0px 3px -20px;
    list-style-type: none;
}

.footermenu a {
    color: #FFFFFF;
}
.fmenu-i {
    padding-right: 8px;
}

.cr-bg {
  background-color: #006666;
    margin-top: 20px;
}

.cr-txt {
  color: #999999;
  font-size: 0.8rem;
}



/* service (CompanyProfile)
------------------------- */

.CompanyProfile th {
    width: 25%;
}

.CompanyProfile td {
    width: 75%;
}

.CompanyProfile ul {
    margin: 5px 10px 20px 10px;
    list-style-type: disc;
}

.CompanyProfile li {
    margin: 5px 20px 5px 10px;
    display: inline-block;
    
}


/* Business overview
------------------------- */

.business p {
    margin-bottom: 30px;
}



/* Linkpage
------------------------- */

.Linkpage th {
    width: 40%;
}

.Linkpage td {
    width: 60%;
}



/* Contact table
------------------------- */

#formWrap {
	width:90%;
	margin:0 auto;
	color:#555;
	line-height:120%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

@media screen and (max-width:768px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}