@charset "utf-8";

h3 {
  font-weight: bold;
  text-align: left;
  line-height: 3rem;
  border-bottom: solid 2px #cccccc;
  color: #666666;
  margin-bottom: 20px;

}

h4 {
  font-weight: bold;
  text-align: left;
}

p {
  text-align: left;
}

.profile{
  margin-bottom: 50px;

  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

    @media screen and (max-width: 767px) {
      .profile{
        display: block;
      }
    }

.face_pic{

}

.introword{
  width: 620px;
  margin-bottom: 20px;

}

    @media screen and (max-width: 767px) {
      .introword{
        margin-top: 20px;
        width: 100%;
      }
    }


.intro_name{
  text-indent: 0;
}






.keireki{
  display: flex;
  justify-content: space-between;

  margin-bottom: 20px;
}

    @media screen and (max-width: 767px) {
      .keireki{
        display: block
      }
    }


.keireki p{
  margin-bottom: 15px;
}

.position{
  float: right;
}

table.company {}


table.company tr {}

table.company th {
  width: 25%;
  background-color: rgb(255, 223, 181);
  padding: 10px 30px 6px;
  text-align: center;
  vertical-align: middle;

}

table.company td {
  text-align: left;
  width: 75%;
  padding: 10px 20px 6px;
  line-height: 24px;
}




.kitei>a>div {
  margin: 0 auto 20px;
  width: 60%;
  padding: 20px 0 13px;
  background-color: rgb(0, 51, 218);
  color: white;
  font-size: 1.4rem;

}

.kitei>a>div:hover {
  padding: 20px 0 13px;
  background-color: rgb(77, 118, 255);
  font-size: 1.4rem;
}




/* ---------------------------------
メディアクエリー
--------------------------------- */
@media screen and (max-width: 767px) {

  .greeting {
    display: block;
  }

  .greeting img {
    width: 70%;
  }

  .leftcont {
    width: 90%;
    margin: 0 auto;

  }

  .leftcont h3 {
    text-align: center;
  }



  .kitei>a>div {
    width: 90%;
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 2rem;

  }

  .kitei>a>div:hover {
    width: 90%;
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 2rem;



  }