@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : profile.css
 style info : 会社概要
 ※2016/09/09　旧CSSから移植
 ※2017/03/17　RWD対応
=================================================================== */
/* -----------------------------------------------------------
  .con_rinen
  経営理念
----------------------------------------------------------- */
.con_rinen {
  max-width: 920px;
  margin: 0 auto 50px;
}
/* .con_rinen .img {
  text-align: center;
  max-width: 120px;
  margin: 0 auto 20px;
} */
.con_rinen .box_txt p {
  margin-bottom: 15px;
}
.con_rinen .box_txt p span {
  font-weight: bold;
}
.con_rinen .box_txt p.txt_catch {
  font-size: 1.6em;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
.con_rinen .box_txt p.txt_catch img {
  vertical-align: middle;
}
.con_rinen .box_txt p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 741px) {
  .con_rinen {
    overflow: hidden;
    margin-bottom: 80px;
  }
  /* .con_rinen .img {
    float: left;
    width: 30%;
    max-width: none;
  } */
  .con_rinen .img span {
    font-size: 1.2em;
  }
  .con_rinen .box_txt {
    /* float: right; */
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .con_rinen .box_txt p.txt_catch {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_rinen .box_txt p.txt_catch {
    font-size: 2em;
  }
}
@media print {
  .con_rinen .box_txt p.txt_catch {
    font-size: 2em;
  }
}
.ie8 .con_rinen .box_txt p.txt_catch {
  font-size: 2em;
}

/* -----------------------------------------------------------
  .con_about
  会社概要
----------------------------------------------------------- */
.con_about {
  max-width: 920px;
  margin: 0 auto 50px;
}
.con_about table.outline-list {
  max-width: 800px;
  margin: 0 auto;
}
.con_about table.outline-list th, .con_about table.outline-list td {
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #666666;
}
.con_about table.outline-list th {
  width: 30%;
  padding: 10px 15px;
  background-color: #F9F9F9;
}
.con_about table.outline-list td {
  padding: 10px 12px;
}
.con_about table.outline-list th a, .con_about table.outline-list td a {
  color: #04419A;
  line-height: 1.5;
}
.con_about table.outline-list th a:hover, .con_about table.outline-list td a:hover {
  color: #0000FF;
  text-decoration: underline;
}
@media only screen and (min-width: 741px) {
  .con_about {
    margin-bottom: 80px;
  }
}

/* -----------------------------------------------------------
  .con_support
  サポート体制
----------------------------------------------------------- */
.con_support {
  max-width: 920px;
  margin: 0 auto 50px;
}
.con_support .box_support {
  margin-bottom: 30px;
}
.con_support .box_support.last {
  margin-bottom: 0;
}
.con_support .box_support h4 {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  font-size: 1.4em;
}
.con_support .box_support h4 span {
  font-family: "Roboto", sans-serif;
  color: #bb0000;
  display: block;
  font-size: .8em;
}
.con_support .box_support .img {
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 741px) {
  .con_support {
    margin-bottom: 80px;
  }
  .con_support .box_support {
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto 30px;
  }
  .con_support .box_support h4 {
    font-size: 1.6em;
  }
  .con_support .box_support h4 span {
    display: inline-block;
    margin-right: 15px;
    font-size: 1em;
  }
  .con_support .box_support .img {
    float: right;
    width: 30%;
    margin-bottom: 0;
  }
  .con_support .box_support .txt {
    float: left;
    width: 70%;
    padding-right: 30px;
  }
}

/* -----------------------------------------------------------
  .con_access
  アクセス
----------------------------------------------------------- */
.con_access {
  max-width: 920px;
  margin: 0 auto 50px;
}
.con_access .box_map ul {
  margin-bottom: 20px;
}
.con_access .box_map iframe {
  width: 100%;
  height: 300px;
  border: none;
}
@media only screen and (min-width: 741px) {
  .con_access {
    margin-bottom: 80px;
  }
  .con_access .box_map {
    max-width: 800px;
    margin: 0 auto;
  }
  .con_access .box_map iframe {
    height: 500px;
  }
}

/* -----------------------------------------------------------
  .con_history
  我が社の歩み
----------------------------------------------------------- */
.con_history {
  max-width: 920px;
  margin: 0 auto 50px;
}
.con_history dl {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
}
.con_history dl:nth-child(even) {
  background: #faf7e0;
}
.con_history dl dt, .con_history dl dd {
  float: left;
  padding: 15px;
}
.con_history dl dt {
  width: 100px;
}
@media only screen and (min-width: 741px) {
  .con_history {
    margin-bottom: 80px;
  }
  .con_history dl {
    max-width: 800px;
    margin: 0 auto;
  }
}
