@charset "utf-8";

/* スマートフォン向けレイアウト */

/** body */
body {
  width: 100%;
  background-color: #FFFFFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #606060;
}

a {
  color: #CF8000;
}

a:hover {
  color: #CF8000;
}

.centering {
  text-align: center;
}

.cf {
  clear: both;
}

/** ヘッダー */
header {
  text-align: center;
  position: relative;
  overflow: hidden;
}

header h1 {
  margin: 0 auto;
  padding: 30px 5px 7px 10px;
  width: 100%;
}

header h1 img {
  width: 100%;
  max-width: 100px;
  height: auto;
  margin-left: 1.2em;
}

header ul#s_nav {
  margin-bottom: 15px;
  position: relative;
  left: 50%;
  float: left;
  display: none;
}

header ul#s_nav li {
  float: left;
  position: relative;
  left: -50%;
}

header ul#s_nav li a {
  display: block;
  font-size: 1.1em;
  padding: 1em 1.2em;
  color: #606060;
  font-weight: bold;
  text-decoration: none;
}

header ul#s_nav li.active a {
  background-image: url(../images/ico_ball.png);
  background-repeat: no-repeat;
  background-position: top center;
}

header ul#s_nav li.store a {
  padding: 0 0.8em;
}

header ul#s_nav li img {
  width: 100%;
  height: auto;
  max-width: 150px;
  vertical-align: middle;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {

  /** ヘッダー */
  header {
    position: static;
    overflow: visible;
  }

  header h1 {
    text-align: left;
    width: 200px;
    float: left;
  }

  header ul#s_nav {
    float: right;
    margin-top: 40px;
    position: static;
    display: block;
  }

  header ul#s_nav li {
    position: static;
  }
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {

  /** ヘッダー */
  header {
    position: static;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #CCCCCC;
  }
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {

  /** ヘッダーエリアスクロール */
  #headerarea {
    position: fixed;
    left: 0px;
    top: 0;
    background-color: #FFFFFF;
    width: 100%;
    z-index: 9999;
  }
}

/** MOVIE */
#moviearea p {
  width: 100%;
}

#moviearea p img {
  width: 100%;
  height: auto;
  max-width: 1920px;
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {

  /** MOVIE */
  #moviearea {
    margin-top: 100px;
  }
  
  .topmargin {
    margin-top: 100px;
  }
}

/** グローバルナビゲーション */
nav ul {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px dotted #000000;
}

nav ul li {
  text-align: center;
  float: left;
  width: 50%;
  border-bottom: 1px dotted #000000;
  padding: 5px 0;
}

nav ul li:nth-child(odd) {
  width: 49%;
  border-right: 1px dotted #000000;
  padding: 5px 0;
}

nav ul li a {
  display: block;
  width: 100%;
  color: #606060;
  text-decoration: none;
}

nav ul li a:hover {
  color: #606060;
  text-decoration: underline;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {

  /** グローバルナビゲーション */
  nav {
    text-align: center;
    border-bottom: 1px dotted #000000;
    margin: 10px auto 15px auto;
    display: none;
  }

  nav ul li {
    width: 16%;
    border-bottom: none;
    border-right: 1px dotted #000000;
  }

  nav ul li:nth-child(odd) {
    width: 17%;
    border-bottom: none;
  }
  
  nav ul li.home {
    border-left: none;
    margin-left: 1px;
  }
  
  nav ul li.last {
    border-right: none;
  }
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {

  /** グローバルナビゲーション */
  nav {
    max-width: 98%;
    display: none;
  }
  
  nav ul {
    margin-left: auto;
    margin-right: auto;
  }
  
  nav ul li.home {
    border-left: 1px dotted #000000;
  }
  
  nav ul li.contact {
    border-right: 1px dotted #000000;
  }
}

/** コンテンツエリア */
div#contents {
  text-align: left;
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {

  /** コンテンツエリア */
  div#contents {
    margin: 0 auto;
  }
}

/** コンテンツエリア */
div#bottom_contents {
  text-align: left;
  background-color: #f2f2f2;
  margin: 0 auto;
}

/** TITLE */
section#title {
  text-align: center;
  margin-left: 5px;
}

section#title h2 {
  text-align: center;
  margin: 0 5px 15px 0;
  padding-bottom: 10px;
}

section#title ul li {
  width: 100%;
  margin-bottom: 5px;
}

section#title img {
  width: 98%;
  height: auto;
  max-width: 600px;
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {

  /** TITLE */
  section#title {
    width: 50%;
    text-align: left;
    margin-top: 2em;
    margin-left: 12em;
    margin-right: 12em;
    margin-bottom: 4em;
  }

  section#title img {
    max-width: 1000px;
  }
}

/** SUB NAVI */
section#subnavi {
  text-align: center;
}

section#subnavi ul li {
  display: inline;
  padding: 0 10px;
}

section#subnavi img {
  width: auto;
  height: 100%;
  max-height: 40px;
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {

  section#subnavi ul li {
    padding: 0 20px;
  }

  /** SUB NAVI */
  section#subnavi img {
    max-height: 86px;
  }
}

/** NEWS */
section#news table {
  margin: 10px auto;
}

section#news table tr.honbun {
  border-top: 1px solid #CCCCCC;
}

section#news table tr.honbun td {
  padding: 10px;
  line-height: 2em;
}

section#news table td {
  padding: 5px;
  vertical-align: top;
  font-size: 9pt;
}

section#news table td.category {
  background-color: #606060;
  color: #FFFFFF;
  width: 120px;
  text-align: center;
  vertical-align: middle;
}

section#news table td.datearea {
  padding-right: 10px;
}

section#news table td.notearea {
  padding-left: 10px;
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {

  /** NEWS */
  section#news table {
    width: 60%;
  }
  
  section#news table td {
    font-size: 12pt;
  }

  section#news table td.datearea {
    width: 200px;
  }

  section#news table td.category {
    font-size: 9pt;
  }
}

/** ABOUT */
section#about p {
  width: 100%;
  text-align: center;
  padding-bottom: 2em;
}

section#about p img {
  width: 100%;
  height: auto;
  max-width: 870px;
}

/** VALUE */
section#value {
  position: static;
  margin-top: 3em;
  width: 100%;
  padding-bottom: 5em;
}

section#value hr {
  border: none;
  background-color: #707070;
  height: 2px;
  margin-bottom: 2em;
}

section#value h3 {
  text-align: center;
  color: #CF8000;
  padding-bottom: 3em;
  margin-top: 3em;
}

section#value div {
  text-align: center;
  padding-top: 3em;
  width: 90%;
  margin: 0 auto;
  font-size: 12pt;
  line-height: 1.5em;
}

section#value img.slogan {
  width: 100%;
  height: auto;
  max-width: 500px;
}

section#value td {
  width: 25%;
  text-align: center;
  padding-top: 2em;
}

section#value table td img {
  width: 100%;
  height: auto;
  max-width: 250px;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {

  /** VALUE */
  section#value {
    position: relative;
  }
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {
  
  /** VALUE */
  section#value table {
    width: 60%;
    margin: 0 auto;
  }
  
  section#value hr {
    width: 60%;
    margin: 0 auto;
  }

  section#value div {
    width: 56%;
    font-size: 12pt;
    line-height: 1.5em;
  }
}

/* スマホ向けレイアウトの指定 */
/*@media only screen and (max-width: 768px) {

  /** VALUE */
  /*section#value table {
    margin: 0 auto;
    width: 90%;
  }
  
  section#value td {
    width: 98%;
    display: block;
  }

  section#value table td img {
    width: 100%;
    height: auto;
    max-width: 300px;
  }
}*/

/** ABOUT WORKS */
section#about_work {
  position: static;
  margin-top: 3em;
  background-color: #f2f2f2;
  width: 100%;
  padding-bottom: 4em;
}

section#about_work hr {
  border: none;
  background-color: #707070;
  height: 2px;
  margin-bottom: 2em;
}

section#about_work h3 {
  text-align: center;
  color: #CF8000;
  padding-bottom: 3em;
  margin-top: 3em;
}

section#about_work td {
  width: 50%;
  vertical-align: top;
  padding-top: 20px;
}

section#about_work td img.catalog {
  width: 100%;
  height: auto;
  max-width: 380px;
  vertical-align: middle;
}

section#about_work td h4 {
  font-size: 28pt;
  color: #CF8000;
  margin: 0.5em 0 0.5em 0.5em;
}

section#about_work td p {
  text-align: left;
  margin-bottom: 2em;
  line-height: 1.5em;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {

  /** ABOUT WORKS */
  section#about_work {
    position: relative;
  }
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {
  
  /** ABOUT WORKS */
  section#about_work table {
    width: 60%;
    margin: 0 auto;
  }
  
  section#about_work hr {
    width: 60%;
    margin: 0 auto;
  }
}

/* スマホ向けレイアウトの指定 */
@media only screen and (max-width: 768px) {

  /** ABOUT WORKS */
  section#about_work table {
    margin: 0 auto;
    width: 90%;
  }
  
  section#about_work td {
    width: 98%;
    display: block;
  }
}

/** About Brand */
section#about_brand {
  position: static;
  margin-top: 3em;
  width: 100%;
}

section#about_brand hr {
  border: none;
  background-color: #707070;
  height: 2px;
  margin-bottom: 2em;
}

section#about_brand h3 {
  text-align: center;
  color: #CF8000;
  padding-bottom: 1em;
  margin-top: 3em;
}

section#about_brand td {
  text-align: center;
  width: 33%;
  margin-bottom: 30px;
  line-height: 1.5em;
}

section#about_brand td img.catalog {
  width: 100%;
  height: auto;
  max-width: 200px;
  margin-top: 3em;
}

section#about_brand p {
  text-align: center;
  padding-top: 4em;
}

section#about_brand p img.button {
  width: 100%;
  height: auto;
  max-width: 200px;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {

  /** About Brand */
  section#about_brand {
    position: relative;
  }
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {
  
  /** About Brand */
  section#about_brand table {
    width: 60%;
    margin: 0 auto;
  }
  
  section#about_brand hr {
    width: 60%;
    margin: 0 auto;
  }
}

/* スマホ向けレイアウトの指定 */
@media only screen and (max-width: 768px) {

  /** About Brand */
  section#about_brand table {
    margin: 0 auto;
    width: 90%;
  }
  
  section#about_brand td {
    display: block;
    width: 98%;
  }
}

/** BRAND */
section#brand h3 {
  text-align: center;
  color: #CF8000;
}

section#brand table {
  margin: 10px auto;
  width: 90%;
}

section#brand table tr.honbun td {
  padding: 10px;
  line-height: 2em;
}

section#brand table td {
  padding: 5px;
  vertical-align: top;
  font-size: 9pt;
}

section#brand table td.imagearea {
  width: 30%;
}

section#brand table td.imagearea img {
  width: 100%;
  height: auto;
  max-width: 200px;
}

section#brand table td.namearea {
  width: 35%;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5em;
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {

  /** BRAND */
  section#brand h3 {
    font-size: 1.5em;
    margin-bottom: 1.2em;
  }

  section#brand table {
    width: 60%;
  }
  
  section#brand table td {
    font-size: 12pt;
  }

  section#brand table td.namearea h4 {
    font-size: 1.2em;;
  }
}

/** FORM */
section#form h3 {
  text-align: center;
  color: #CF8000;
  margin-top: 2em;
}

section#form table {
  margin: 10px auto;
  width: 80%;
}

section#form table td {
  padding: 5px;
}
  
section#form table td input.textid {
  padding: 5px;
}
  
section#form table td a.okbutton img {
  width: 100%;
  height: auto;
  max-width: 80px;
  vertical-align: middle;
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {

  /** FORM */
  section#form h3 {
    font-size: 1.5em;
    margin-bottom: 1.2em;
  }

  section#form table {
    width: 60%;
  }
  
  section#form table th {
    font-size: 20pt;
  }
  
  section#form table td {
    font-size: 12pt;
  }
  
  section#form table td input.textid {
    font-size: 12pt;
    width: 400px;
  }
  
  section#form table td a.okbutton img {
    width: 100%;
    height: auto;
    max-width: 100px;
    vertical-align: middle;
  }
}

/** ボタンエリア */
section#buttonarea, 
section#buttonarea2 {
  text-align: center;
  padding-top: 2.0em;
  padding-bottom: 2.0em;
}

section#buttonarea img {
  width: 100%;
  height: auto;
  max-width: 150px;
}

section#buttonarea2 img {
  width: 100%;
  height: auto;
  max-width: 500px;
}

/** 汎用スタイル　*/
section.common p.style1 {
  font-size: 12pt;
  line-height: 1.5em;
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {
  
  /** 汎用スタイル　*/
  section.common p.style1 {
    font-size: 2.0em;
  }
}

/** WORKS2 */
section#work2 {
  position: static;
  margin-top: 3em;
}

section#work2 h3 {
  color: #CF8000;
  text-align: center;
  margin-bottom: 1em;
}

section#work2 h4.grayheader {
  color: #606060;
  text-align: center;
  margin-bottom: 1em;
  margin-top: 1em;
}

section#work2 p {
  text-align: center;
  margin-bottom: 1em;
  padding: 10px;
}

section#work2 article {
  text-align: center;
  width: 95%;
  min-width: 300px;
  float: left;
  margin-bottom: 30px;
  line-height: 1.5em;
}

section#work2 article p {
  font-size: 0.9em;
}

section#work2 article img.catalog {
  border: 1px solid #CCCCCC;
  width: 100%;
  height: auto;
  max-width: 250px;
}

section#work2 article img.button {
  width: 100%;
  height: auto;
  max-width: 100px;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {

  /** WORKS2 */
  section#work2 {
    position: relative;
  }

  section#work2 h3 {
    font-size: 1.5em;
  }

  section#work2 h4.grayheader {
    font-size: 1.5em;
  }
  
  section#work2 article {
    width: 33%;
  }
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {
  
  /** WORKS2 */
  section#work2 {
    margin-left: 12em;
    margin-right: 12em;
  }
  
  section#work2 article {
    width: 33%;
  }
}

/** WORKS3 */
section#work3 {
  position: static;
  margin-top: 3em;
}

section#work3 h3 {
  text-align: center;
  color: #CF8000;
}

section#work3 article {
  text-align: center;
  width: 100%;
  min-width: 300px;
  float: left;
  margin-bottom: 30px;
  line-height: 1.5em;
}

section#work3 article h3 {
  color: #CF8000;
}

section#work3 article table {
  margin: 0 auto;
  width: 100%;
}

section#work3 article table td {
  line-height: 2.0em;
  padding: 10px;
}

section#work3 article img.button {
  width: 100%;
  height: auto;
  max-width: 100px;
}

section#work3 article img.catalog {
  border: 1px solid #CCCCCC;
  width: 100%;
  height: auto;
  max-width: 250px;
}

section#work3 .style2 {
  border: 1px solid #CCCCCC;
  margin: 20px;
  padding: 2em 0;
}

section#work3 .style2 p {
  line-height: 2.0em;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {

  /** WORKS3 */
  section#work3 {
    position: relative;
  }
  
  section#work3 article {
    width: 49%;
  }

  section#work3 article h3 {
    font-size: 1.5em;
  }
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {
  
  /** WORKS3 */
  section#work3 {
    margin-left: 12em;
    margin-right: 12em;
  }
  
  section#work3 h3 {
    font-size: 1.5em;
  }
  
  section#work3 article {
    width: 49%;
  }
}

/** List */
section#list {
  text-align: center;
}

section#list h3 {
  font-size: 16pt;
  margin-top: 3em;
  margin-bottom: 20px;
  color: #CF8000;
}

section#list h4 {
  font-size: 14pt;
  margin-bottom: 20px;
  color: #CF8000;
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {

  /** List */
  section#list h3 {
    font-size: 1.8em;
  }
  section#list hr {
    margin-left: 12em;
    margin-right: 12em;
  }
}

/** Outline */
section#outline {
  text-align: center;
  background-color: #f2f2f2;
  padding-bottom: 6em;
}

section#outline hr {
  border: none;
  background-color: #707070;
  height: 2px;
  margin-bottom: 2em;
  width: 100%;
}

section#outline h3 {
  font-size: 16pt;
  margin-top: 5em;
  margin-bottom: 20px;
  color: #CF8000;
  padding-top: 3em;
  padding-bottom: 1em;
}

section#outline h4 {
  font-size: 14pt;
  margin-bottom: 20px;
  color: #CF8000;
}

section#outline dd {
  border-bottom: 1px solid #707070;
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {

  /** Outline */
  section#outline h3 {
    font-size: 1.8em;
  }
  
  section#outline hr {
    width: 60%;
    margin: 0 auto;
  }
}

/* スマホ向けレイアウトの指定 */
@media only screen and (max-width: 767px) {

  .google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }

  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

/** テーブルレイアウト */
.tbl-layout {  
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2em;
}

.tbl-layout dt,
.tbl-layout dd {
  padding: 10px 20px;
  text-align: left;
}

.tbl-layout dt {
  color: #606060;
}

.tbl-layout dd {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 10pt;
  line-height: 1.8em;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {
  
  /** テーブルレイアウト */
  .tbl-layout {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 2em;
  }

  .tbl-layout dt,
  .tbl-layout dd {
    padding: 20px;
  }

  .tbl-layout dt {
    color: #606060;
    font-size: 12pt;
    clear: both;
    float: left;
    width: 150px;
  }

  .tbl-layout dd {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12pt;
    padding-left: 210px;
  }
}

/** INTERVIEW */
section#interview {
  position: static;
  margin-top: 3em;
  width: 100%;
  padding-bottom: 5em;
}

section#interview hr {
  border: none;
  background-color: #707070;
  height: 2px;
  margin-bottom: 2em;
}

section#interview hr.separator {
  height: 1px;
}

section#interview h3 {
  text-align: center;
  color: #CF8000;
  padding-bottom: 3em;
  margin-top: 3em;
}

section#interview div#describe {
  text-align: center;
  padding: 3em 0;
  width: 90%;
  margin: 0 auto;
  font-size: 10pt;
}

section#interview table#tube td {
  width: 50%;
  text-align: center;
  padding-top: 2em;
  font-size: 10pt;
  line-height: 1.5em;
}

section#interview table#tube td img {
  width: 100%;
  height: auto;
  max-width: 300px;
  vertical-align: middle;
}

section#interview table.report tr.display1 {
  display: block;
}

section#interview table.report tr.display2 {
  display: none;
}

section#interview table.report td {
  width: 50%;
}

section#interview table.report td.comment {
  text-align: left;
  vertical-align: top;
  padding-top: 10px;
}

section#interview table.report td.photo {
  text-align: center;
  vertical-align: top;
  padding-top: 10px;
}

section#interview table.report td.photo img {
  width: 100%;
  height: auto;
  max-width: 300px;
  vertical-align: middle;
  margin-bottom: 50px;
}
  
section#interview table.report td h4 {
  font-size: 20pt;
  padding-bottom: 1em;
  line-height: 1.2em;
}

section#interview table.report td h5 {
  font-size: 12pt;
  font-weight: normal;
  padding-left: 10px;
  padding-bottom: 1em;
}

section#interview table.report td h5 b {
  font-size: 17pt;
  font-weight: normal;
}

section#interview table.report td p {
  padding-left: 20px;
  line-height: 1.5em;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {

  /** INTERVIEW */
  section#interview {
    position: relative;
  }
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {
  
  /** INTERVIEW */
  section#interview table#tube {
    width: 35%;
    margin: 0 auto;
    margin-bottom: 5em;
  }
  
  section#interview table#tube td#left {
    text-align: right;
    padding-right: 5px;
  }
  
  section#interview table#tube td#right {
    text-align: center;
    padding-left: 5px;
  }
  
  section#interview hr {
    width: 60%;
    margin: 0 auto;
  }

  section#interview div#describe {
    width: 50%;
    font-size: 12pt;
  }
  
  section#interview table.report {
    width: 55%;
    margin: 3em auto;
  }
}

/* スマホ向けレイアウトの指定 */
@media only screen and (max-width: 768px) {

  /** INTERVIEW */
  section#interview table#tube {
    margin: 0 auto;
    width: 90%;
  }
  
  section#interview table#tube td {
    width: 98%;
    display: block;
  }
  
  section#interview table.report {
    margin: 5em auto;
    width: 90%;
  }

  section#interview table.report tr.display1 {
    display: none;
  }

  section#interview table.report tr.display2 {
    display: block;
  }
  
  section#interview table.report td {
    width: 98%;
    display: block;
  }
}

/** ABOUT TITLE */
section#about_title {
  text-align: center;
  width: 100%;
}

section#about_title h2 {
  text-align: center;
  margin: 0 5px 15px 0;
  padding-bottom: 10px;
}

section#about_title ul li {
  width: 100%;
  margin-bottom: 5px;
}

section#about_title img {
  width: 98%;
  height: auto;
  max-width: 600px;
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {

  /** ABOUT TITLE */
  section#about_title {
    width: 50%;
    text-align: left;
    margin-top: 2em;
    margin-left: 12em;
    margin-right: 12em;
    margin-bottom: 4em;
  }

  section#about_title img {
    max-width: 1000px;
  }
}

/** ABOUT CONTACT */
section#about_contact {
  position: static;
  margin-top: 3em;
}

section#about_contact h3 {
  text-align: center;
  color: #CF8000;
}

section#about_contact article {
  text-align: center;
  width: 100%;
  min-width: 300px;
  float: left;
  margin-bottom: 30px;
  line-height: 1.5em;
}

section#about_contact article h3 {
  color: #CF8000;
}

section#about_contact article table {
  margin: 0 auto;
  width: 100%;
}

section#about_contact article table td {
  line-height: 2.0em;
  padding: 10px;
}

section#about_contact .style2 {
  border: 1px solid #CCCCCC;
  margin: 20px;
  padding: 2em 0;
}

section#about_contact .style2 p {
  line-height: 2.0em;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {

  /** ABOUT CONTACT */
  section#about_contact {
    position: relative;
  }
  
  section#about_contact article {
    width: 49%;
  }

  section#about_contact article h3 {
    font-size: 1.5em;
  }
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width: 961px) {
  
  /** ABOUT CONTACT */
  section#about_contact {
    margin-left: 12em;
    margin-right: 12em;
  }
  
  section#about_contact h3 {
    font-size: 1.5em;
  }
  
  section#about_contact article {
    width: 49%;
  }
}

/** フッター */
footer {
  text-align: center;
  background-color: #8b8b8b;
  color: #ffffff;
  margin-top: 5em;
}

footer div {
  margin: 20px 0 0 20px;
  padding: 10px 0;
}

footer div p {
  font-size: 0.7em;
  line-height: 2.0em;
}

/** フッターテーブル */
#footer_table {
  width: 95%;
  margin: 0 auto;
}
  
#footer_table,
#footer_table td,
#footer_table th {
  text-align: left;
  vertical-align: top;
}

#footer_table ul li {
  text-align: left;
  line-height: 2.0em;
}

#footer_table .logo {
  padding-top: 90px;
  width: 20%;
  text-align: right;
}

#footer_table .logo img {
  width: 100%;
  height: auto;
  max-width: 150px;
  margin-right: 20px;
}

#footer_table .address {
  font-size: 7pt;
  padding-top: 90px;
  line-height: 1.3em;
  width: 20%;
}

#footer_table .menulink {
  border-left: 1px solid #ffffff;
  width: 16%;
  padding-top: 40px;
}

#footer_table .menulink ul {
  margin-left: 50px;
  font-size: 11pt;
}

#footer_table .menulink ul li {
  line-height: 2.2em;
}

#footer_table .menulink ul li a {
  color: #ffffff;
  text-decoration: none;
}

#footer_table .menulink ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#footer_table .bannerlink {
  padding-top: 40px;
  font-size: 11pt;
}

#footer_table .bannerlink img {
  width: 100%;
  height: auto;
  max-width: 400px;
}

#footer_table .bannerlink2 {
  padding-top: 40px;
  font-size: 11pt;
  padding-left: 5px;
}

#footer_table .bannerlink2 img {
  width: 100%;
  height: auto;
  max-width: 190px;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (max-width: 769px) {
  footer {
    margin-top: 3em;
  }
  
  #footer_table {
    width: 85%;
  }
  
  #footer_table,
  #footer_table td,
  #footer_table th {
    text-align: left;
    border-collapse: collapse;
  }

  #footer_table th {
    padding: 4px 12px;
    display: block;
    width: 100%
  }

  #footer_table td {
    padding: 4px 12px;
    display: block;
    width: 100%;
  }

  #footer_table .logo {
    padding-top: 20px;
    width: 100%;
    text-align: left;
  }
  
  #footer_table .logo img {
    margin-right: 0;
  }

  #footer_table .address {
    font-size: 10pt;
    padding-top: 20px;
    width: 100%;
  }

  #footer_table .menulink {
    border-left: none;
    padding-top: 20px;
    width: 100%;
  }

  #footer_table .menulink ul {
    margin-left: 0;
  }

  #footer_table .bannerlink, #footer_table .bannerlink2 {
    padding-top: 20px;
    width: 95%;
  }
}

/** ページトップへボタン */
a#pagetopBtn img {
  position: fixed;
  bottom: 10px;
  left: 20px;
  width: 70px;
  height: auto;
  display: block;
}

/* スマホ向けレイアウトの指定 */
@media only screen and (max-width: 767px) {
  
  /** ページトップへボタン */
  a#pagetopBtn img{
    display: none;
  }
}