@charset "utf-8";
/*CSS Document*/
body { /*ここらかボディ*/
  margin: 0;
  padding: 0;
  background-color: #eafff4;
  color: #333333;
  font-size: 15px;
  line-height: 2;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
} /*ここまでボディ*/
p, h1, h2, h3, h4, h5, h6 { /*見出しと段落の上マージンをなくす*/
  margin-top: 0;
}
img { /*画像の下部の余白をなくす*/
  vertical-align: bottom;
}
ul { /*リスト項目の余白をなくす*/
  margin: 0;
  padding: 0;
}
a { /*リンクの通常文字*/
  color: #006400;
  text-decoration: none;
}
a:visited { /*リンクの訪問済文字*/
  color: #66cdaa;
}
a:hover { /*リンクのマウスを置いたとき文字*/
  text-decoration: underline;
}
header { /*ここからヘッダー*/
  width: 960px;
  height: 100px;
  margin: 0 auto;
} /*ここまでヘッダー*/
.logo { /*ここから.ロゴ*/
  float: left;
  margin-top: 50px;
} /*ここまで.ロゴ*/
.global-nav { /*ここから.グローバルナビ*/
  float: right;
  margin-top: 60px;
} /*ここまで.グローバルナビ*/
.global-nav li { /*ここから.グローバルナビのリスト*/
  float: left;
  margin: 0 20px;
  font-size: 20px;
  list-style: none;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: bold;
} /*ここまで.グローバルナビのリスト*/
.global-nav li a { /*ここから.グローバルナビのリストのリンクの文字*/
  color: #ffffff;
} /*ここまで.グローバルナビのリストのリンク*/
.global-nav li a:hover { /*ここから.グローバルナビのリストのリンクマウスを置いたとき*/
  border-bottom: 2px solid #ffffff;
  padding-bottom: 3px;
  text-decoration: none;
} /*ここまで.グローバルナビのリストのリンクマウスを置いたとき*/
#wrap { /*ここから#ラップ*/
  clear: both; /*回り込みを解除*/
  background-color: #eafff4; /*会社概要：newsの為に追加*/
  margin-top: 220px; /*会社概要：newsの為に追加*/
  padding: 35px 0; /*会社概要：newsの為に追加*/
}
.content { /*ここから.コンテンツ*/
  width: 960px;
  margin: 0 auto;
}
footer { /*ここからフッター*/
  text-align: center;
  color: #333333;
  padding: 10px 0;
  background-color: #006400;
} /*ここまでフッター*/
footer small { /*ここからフッタースモール*/
  font-size: 12px;
  padding: 10px;
  color: #ffffff;
} /*ここまでフッタースモール*/
/*ここからHOME:index----------------------------------------------------------------------------*/
#index h1 {
    font-size: 30px;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    margin-bottom: 50px;
    border: none;
    text-shadow: 2px 2px #006400;
}
#index .content {
  margin-top: 150px;
}
#index p {
    font-size: 16px;
    color: #ffffff;
    text-shadow: 1px 1px #006400;
}
.btn a {
  background-color: #006400;
  color: #ffffff;
  font-size: 20px;
  width: 220px;
  display: block;
  text-align: center;
  line-height: 50px;
  margin-top: 20px;
  border-radius: 5px;
  border: 3px solid #006400;
  font-weight: bold;
}
.btn a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #006400;
}
#index footer {
  width: 960px;
  margin: 150px auto 0 auto;
  text-align: left;
  margin-top: 150px;
  background-color: transparent;
}
#index {
  background-image: url("../images/bg-index.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
#index #wrap {
  background-color: transparent;
  margin-top: 0;
  padding: 0;
}
#index footer small {
  color: #333333;
}
/*ここから会社概要:NEWS---------------------------------------------------------------------------*/
#news {
  background-image: url("../images/bg-news.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% auto;
}
.main-center {
  width: 940px;
  margin: 0 auto;
}
h1 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 36px;
  border-bottom: 1px solid #cccccc;
}
h2 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 24px;
}
.icon:before {
  content: "";
  padding-right: 10px;
  border-left: 7px solid #006400;
}
#news .profile-txt {
  width: 560px;
  float: left;
  font-size: 120%;
}
#news .profile-imge {
  float: right;
}
.clerfix:after {
  content: "";
  display: block;
  clear: both;
}
section {
  margin-bottom: 35px;
}
#news .item th {
  width: 180px;
  background-color: #006400;
  color: #ffffff;
  padding: 12px 0;
  border: 1px solid #cccccc;
}
#news .item td {
  width: 900px;
  padding: 12px 0 12px 20px;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
.kouho {
  color: #FF0004;
}
/*ここからお問合せ:contact------------------------------------------------------------------------*/
#contact {
  background-image: url("../images/bg-contact.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% auto;
}
#contact .access table {
  float: left;
}
#contact .access th, #contact .access td {
  text-align: left;
  vertical-align: top;
  line-height: 2;
  font-size: 120%;
}
#contact .access td {
  padding-left: 30px;
}
#contact .access iframe {
  width: 460px;
  float: right;
}
#contact .form {
  background-color: #eaeaea;
  padding: 30px 50px;
}
#contact .form dl dt {
  width: 165px;
  padding: 10px 0;
  float: left;
  clear: both;
}
#contact .form dl dd {
  padding: 10px 0;
}
#contact .form .name {
  width: 240px;
  height: 30px;
}
#contact .form .tel {
  width: 240px;
  height: 30px;
}
#contact .form .type {
  width: 180px;
  height: 30px;
}
#contact .form .message {
  width: 660px;
  height: 150px;
}
#contact .form button {
  background-color: #006400;
  color: #ffffff;
  font-size: 20px;
  width: 120px;
  display: block;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  border: 3px solid #006400;
  margin-left: 165px;
}
#contact .form button:hover {
  background-color: #ffffff;
  color: #006400;
  cursor: pointer;
}
#contact .form .required:after {
  content: "*";
  color: #ff0000;
}
#contact .form .attention {
  margin: 20px 0 0 165px;
}
/*ここから画面サイズが600px以下の場合に適用---------------------------------------------------------*/
@media screen and (max-width:600px) {
  body {
    font-size: 3.5vw;
  }
  h1 {
    font-size: 7.2vw;
  }
  #index h1 {
    font-size: 5vw;
  }
  h2 {
    font-size: 6vw;
  }
  header {
    width: auto;
    margin: 0 5%;
  }
  .logo {
    float: none;
    margin-top: 60px;
    text-align: center;
  }
  .global-nav {
    float: none;
    margin-top: 40px;
    text-align: center;
  }
  .global-nav li {
    display: inline;
    float: none;
    margin: 0 8px;
  }
  #wrap {
    margin-top: 40px;
    padding: 5px 0 0;
  }
  .content {
    width: 100%;
  }
  .main-center {
    float: none;
    width: auto;
    margin: 0 5%;
  }
  h2 img {
    max-width: 100%;
  }
  .profile {
    width: 50%;
  }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 600px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  #news .profile-txt {
    width: 560px;
    font-size: 100%;
  }
  #news .item th {
    width: 35%;
    padding: 5px 0;
  }
  #news .item td {
    width: 65%;
    padding: 5px 0 5px 5px;
  }
  #contact .access iframe {
    width: 100%;
  }
  #contact .access th, #contact .access td {
    line-height: 1.5;
    font-size: 130%;
  }
  #contact .form .name {
    width: 95%;
  }
  #contact .form .tel {
    width: 95%;
  }
  #contact .form .type {
    width: 95%;
  }
  #contact .form .message {
    width: 95%;
  }
  #contact .form button {
    font-size: 15px;
    width: 100px;
    line-height: 30px;
    margin: 0 auto;
  }
  #contact .form .attention {
    margin: 0 auto;
  }
  #contact .form {
    padding: 10px 10px;
  }
    header { /*ここからヘッダー*/
  width: 100%;
  }
}
