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

 file name  : corporate_overview.css
 author     : Ability Consultant
 style info : 会社概要・沿革
=================================================================== */
.con_corporate, .con_history {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .con_corporate, .con_history {
    width: 95%;
  }
}
@media print {
  .con_corporate, .con_history {
    width: 95%;
  }
}
.ie8 .con_corporate, .ie8 .con_history {
  width: 95%;
}
@media only screen and (max-width: 1024px) {
  .con_corporate, .con_history {
    width: 95%;
  }
}

/* -----------------------------------------------------------
	con_main
----------------------------------------------------------- */
.con_main {
  min-height: 420px;
  background: url(../../corporate/overview/images/img_main.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main {
    min-height: 252px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main {
    min-height: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main {
    background-position-x: -180px;
  }
}
.con_main .title {
  color: #fff;
}

/* -----------------------------------------------------------
	.con_corporate
----------------------------------------------------------- */
.con_corporate {
  margin-bottom: 7em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_corporate {
    margin-bottom: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_corporate {
    margin-bottom: 2em;
  }
}
.con_corporate .tl_basic {
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .con_corporate .tl_basic {
    margin-bottom: 2em;
  }
}
.con_corporate .tbl_basic tr:nth-child(3) td.box_img .img {
  width: 40%;
}
.con_corporate .tbl_basic tr th {
  width: 13%;
}
@media only screen and (min-width: 768px) {
  .con_corporate .tbl_basic tr td.addbox {
    width: 50%;
  }
}
@media print {
  .con_corporate .tbl_basic tr td.addbox {
    width: 50%;
  }
}
.ie8 .con_corporate .tbl_basic tr td.addbox {
  width: 50%;
}
.con_corporate .tbl_basic tr td.box_img {
  padding: 1.5em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_corporate .tbl_basic tr td.box_img {
    padding: 0.8em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_corporate .tbl_basic tr td.box_img {
    padding: 0.5em 0;
  }
}
.con_corporate .tbl_basic tr td.box_img .img {
  margin: 0 auto;
  width: 58.33333%;
}
.con_corporate .tbl_basic tr td.box_img .img img {
  width: 100%;
}
.con_corporate .tbl_basic tr td .txt_desc {
  margin-top: .5em;
  text-align: center;
}

/* -----------------------------------------------------------
	.con_access
----------------------------------------------------------- */
.con_access {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.con_access .wrap {
  border: 2px solid #dfdfdf;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3em 0 3em;
  padding: 3em 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .wrap {
    margin: 2em 0 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .wrap {
    margin: 1em 0 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .wrap {
    padding: 2em 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .wrap {
    padding: 1em 1.5em;
  }
}
@media only screen and (max-width: 1024px) {
  .con_access .wrap {
    display: block;
  }
}
.con_access .wrap dl {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .wrap dl dt .st_basic {
    font-size: 142%;
  }
}
.con_access .wrap dl dd {
  line-height: 2;
  margin: 1em 0 2em;
  font-feature-settings: "palt";
  font-size: 89%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .wrap dl dd {
    margin: 1em 0 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .wrap dl dd {
    margin: 1em 0 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .wrap dl dd {
    font-size: 83%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .wrap dl dd {
    font-size: 89%;
  }
}
.con_access .wrap .box_map {
  width: 100%;
}
.con_access .wrap .box_map .btn_more {
  font-size: 89%;
  text-align: right;
  margin-top: .7em;
  margin-right: 5em;
}
.con_access .wrap .box_map .map {
  width: 100%;
  margin: 0 auto;
  height: 30rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .wrap .box_map .map {
    height: 27rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .wrap .box_map .map {
    height: 22rem;
  }
}

/* -----------------------------------------------------------
	.con_history
----------------------------------------------------------- */
.con_history .tl_basic {
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .con_history .tl_basic {
    margin-bottom: 2em;
  }
}
.con_history table.tbl_basic {
  border-top: none;
  width: 100%;
}
.con_history table.tbl_basic tr:nth-child(1) th {
  font-size: 118%;
  font-weight: bold;
}
.con_history table.tbl_basic tr:nth-child(1) th:first-child {
  width: 12.5%;
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .con_history table.tbl_basic tr:nth-child(1) th:first-child {
    width: 20.83333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_history table.tbl_basic tr:nth-child(1) th:first-child {
    width: 18.51852%;
  }
}
@media only screen and (max-width: 767px) {
  .con_history table.tbl_basic tr:nth-child(1) th:first-child {
    width: 100%;
  }
}
.con_history table.tbl_basic tr:nth-child(1) th:nth-child(n+2) {
  width: 45%;
}
.con_history table.tbl_basic tr:nth-child(1) th.st_ayumi {
  color: #007ec1;
  background: #f1f6f8;
}
.con_history table.tbl_basic tr:nth-child(1) th.st_roujin {
  color: #930101;
  background: #f3eded;
}
@media only screen and (max-width: 767px) {
  .con_history table.tbl_basic tr {
    margin-bottom: 1em;
  }
}
.con_history table.tbl_basic tr th {
  white-space: nowrap;
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .con_history table.tbl_basic tr th {
    width: 100%;
  }
}
.con_history table.tbl_basic tr td.st_ayumi {
  background: #f1f6f8;
}
@media only screen and (max-width: 767px) {
  .con_history table.tbl_basic tr td.st_ayumi {
    background: none;
  }
  .con_history table.tbl_basic tr td.st_ayumi:before {
    font-weight: bold;
    font-size: 100%;
    content: '会社の歩み';
    border-bottom: 1px solid #007ec1;
    box-sizing: border-box;
    color: #007ec1;
    display: block;
    margin-bottom: 0.5em;
  }
}
.con_history table.tbl_basic tr td.st_roujin {
  background: #f3eded;
}
@media only screen and (max-width: 767px) {
  .con_history table.tbl_basic tr td.st_roujin {
    background: none;
  }
  .con_history table.tbl_basic tr td.st_roujin:before {
    font-weight: bold;
    font-size: 100%;
    content: '有料老人ホーム開設の歴史';
    border-bottom: 1px solid #930101;
    box-sizing: border-box;
    color: #930101;
    display: block;
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_history table.tbl_basic tr td:last-child {
    margin-bottom: .8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_history table.tbl_basic tr td.st_roujin.none, .con_history table.tbl_basic tr td.st_ayumi.none {
    display: none;
  }
}
.con_history .btn_more {
  font-size: 89%;
  margin-top: .7em;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con_history .btn_more {
    text-align: right;
    margin-right: 3em;
  }
}
@media print {
  .con_history .btn_more {
    text-align: right;
    margin-right: 3em;
  }
}
.ie8 .con_history .btn_more {
  text-align: right;
  margin-right: 3em;
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 95%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  table.tbl_basic {
    font-size: 95%;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic {
    font-size: 83%;
  }
}
table.tbl_basic tr th, table.tbl_basic tr td {
  padding: 10px 20px;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  table.tbl_basic tr th, table.tbl_basic tr td {
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic tr th, table.tbl_basic tr td {
    padding: 8px 5px;
  }
}
table.tbl_basic tr th {
  width: 20%;
  font-weight: normal;
}
table.tbl_basic tr td {
  line-height: 2.2;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic.rwd {
    border-top: none;
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic.rwd th, table.tbl_basic.rwd td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic.rwd th {
    background: #eeede8;
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic.rwd td {
    line-height: 1.9;
    padding-bottom: 15px;
  }
}
