@charset "utf-8";
/* CSS Document */
.pagevisual {
    background: url("../../common/img/mv-about.png") no-repeat center bottom;
    background-size: cover;
}
/*-----------------------------------------*/
.content-message .container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.mes-name {
  text-align: right;
  margin: 20px 0 30px;
}
.ceo_name_main {
    font-size: 2.2rem;
}
.mes-text {
    max-width: 850px;
}
.mes-name img {
    display: inline-block;
    margin-left: 20px;
}
.content-message .title-current {
    margin-bottom: 35px;
}
.indent02 {
    padding-left: 2em;
    text-indent: -2em;
    display: inline-block;
    margin-left: 1em;
}
.indent03 {
    display: inline-block;
    margin-left: 1em;
    text-indent: 0;
}
/*-----------------------------------------*/
.pro-data {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 40px 0 0;
}
.outline-table {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 0 0;
    letter-spacing: 0;
    border-top: 2px solid #555;
    flex: 1;
}
.outline-table th {
    max-width: 100px;
    width: 24%;
    vertical-align: baseline;
    padding: 15px 0;
    border-bottom: 1px solid #555;
}

.outline-table td {
    background: #fff;
    vertical-align: middle;
    padding: 15px 0px;
    border-bottom: 1px solid #000;
}
/*-----------------------------------------*/
.map_content {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 500px;
    margin: 0;
}
.map {
 height: 0;
}
.map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*-----------------------------------------*/
/*-----------------------------------------*/
/* 固有レスポンシブ
------------------------------------------------------------------------------------------------------------*/
/*タブレット（縦）*/
@media screen and (orientation: portrait) and (min-width: 768px){
}

@media screen and (max-width: 767px) {
.content-message .container {
    justify-content: space-around;
    margin-bottom: 80px;
}
.mes-left {
    flex: inherit;
    margin-right: 0px;
}
.pro-data {
    flex-wrap: wrap;
}
.outline-table {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px 0;
    flex: inherit;
    font-size: 1.5rem;
}
.map_content {
    max-width: 100%;
    height: 300px;
    margin: 0;
}
.outline-table th {
    max-width: 100px;
    width: 35%;
}
}





