img{
    max-width: 100%;
}
body{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    border-top: 3px solid #004499 !important;
}
*{
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: 100%;
    line-height: 160%;
    box-sizing: border-box;
}
#header{
    margin: auto;
    max-width: 1200px;
    width: 100%;
}

#header h1{
    margin: 15px auto;
    text-align: center;
}
.slide{
    margin-bottom: 40px;
}
.slide-container{
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.slide-container img{
    margin: 0 auto;
}
article.product{
    overflow: hidden;
	width: 100%;
	background: url(../img/bg3.png);
	margin-bottom: 35px;
}
article.product .container{
    max-width: 1040px;
    width: 100%;
    margin: 0px auto 35px auto;
    overflow: hidden;
    margin: 30px auto;
}
section.fb-area{
    overflow: hidden;
	width: 100%;
	margin-bottom: 35px;
}
.iframe{

}
h2{
    text-align: center;
    margin-bottom: 30px;
    
}
.under{
    background: linear-gradient(transparent 80%, #004499 60%);
}
p.pr_p{
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
}
.company-area{
    max-width: 1080px;
    width: 100%;
    margin: 10px auto;
}
.company_tbl table{

}
.dot-text {
    padding-top: .4em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1.3em .3em;
    background-image: radial-gradient(.15em .15em at center center,#004499,#004499 100%,transparent);
}


.table td, .table th{
    border: 1px solid #dee2e6;
}
.company_tbl th{
    text-align: center;
    background: #F2F2F2;
}
.google-maps {
    position: relative;
    padding-bottom: 30%; /*これが縦横比*/
    height: 0;
    overflow: hidden;
    }
    .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }
#footer {
    margin-top: 40px;
    background: #F2F2F2;
    border-top: 1px solid #CCC;
}
.iframe-wrapper {
    width: 100%;
    text-align: center;
  }
/* CSSでレスポンシブ対応 */
@media screen and (max-width: 560px) {
    .iframe-wrapper {
      position: relative;
      width: 100%;
      padding: calc(315 / 560 * 100%) 0 0;
    }
    .iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
#footer address {
    text-align: center;
    font-style: normal;
    padding: 10px 0px;
}
#footer address span {
    margin: 0px 8px;
    display: inline-block;
}
#footer #copyright {
    color: #FFF;
    font-size: 12px;
    padding: 3px 0px;
    text-align: center;
    background: #004499;
}


.slider{

    width: 100%;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000 !important;
}
@media screen and (max-width: 560px) {
    .pr_li img{
        margin: 10px 0;
    }
}
