@charset "utf-8";

.cont_img {
  background: url(../images/cont_img.jpg) no-repeat center center;
}
.cont_img.cont2 h1::after {
	content: "Company info";
}


.cont h3 {
  border-bottom: 1px solid #00aef7;
  border-left: none;
  font-family: 'Noto Serif JP', serif;
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  letter-spacing: 2px;
}

.cont h4 {
  font-style: oblique;
  color: #2c4f9c;
  font-size: 18px;
}

.mintyo {
  text-align: center;
  font-size: 26px;
  color: #2c4f9c;
  position: relative;
  letter-spacing: 6px;
}

.mintyo span {
  font-size: 21px;
}

.mintyo::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 147px;
  width: 51px;
  height: 50px;
  background: url("../../images/common/header/logo.png") no-repeat center center;
  background-size: 100%;
}

#company .center {
  text-align: center;
  padding-top: 0;
}

#company .kyoukasyo p {
  font-family: 'Noto Serif JP', serif;
}

#company .box {
  margin: 30px 0;
  overflow: hidden;
}

#company .rightbox {
  width: 41%;
  order: 2;
}

#company .leftbox {
  width: 46%;
  order: 1;
}

#company .img01,
#company .img02 {
  width: 123%;
  margin-top: 44px;
}

#company .img03 {
  float: left;
  width: 48%;
}

#company .img04 {
  float: right;
  width: 48%;
}

#company .leftbox p {
  font-size: 13px;
}

#company table.info,
#company .meirio {
}

#company table.info .bold {
  font-weight: bold;
}

#company table.info th,
table.info td {
  padding: 0 0;
  font-family: 'Noto Serif JP', serif;
}

#company table.info th {
  width: 120px;
  text-align: left;
  color: #4c4c4c;
  border-bottom: 1px solid #5da4da;
  background: none;
  vertical-align: top;
}

#company .bg{
	width: 750px;
padding-top: 868px;
overflow: hidden;
height: 0;
background: url("../images/bg.jpg") no-repeat center center;
display:block;
	margin-bottom: 40px;
}

#company .tdtable{
  padding-left: 20px;
  position: relative;
}
#company .tdtable.td2{
margin-top: 10px;
}

#company .tdtable::before{
      content: ":";
    position: absolute;
    top: 0;
    left: 0px;
}
#company .tdtable.td2::before{
display: none
}
#company .tdtable .lefttext{
  float: left;
  padding-right: 30px;
}
#company .tdtable .righttext{
  float: left;
}
#company .tdtable .righttext p{
  padding-bottom: 0px;
}


@media only screen and (max-width: 768px) {
  .cont_img {
    background: url(../images/cont_img_sp.jpg) no-repeat center center;
    background-size: cover;
  }

  .cont_img h1 {
    background-image: url("../images/top_catch_sp.png");
    background-size: 100%;
  }

  .mintyo::after {
    display: none;
  }
#company .tdtable .lefttext {
    padding-bottom: 0;
}
  #company .center {
    text-align: left;
  }

  #company .rightbox,
  #company .leftbox {
    width: 100%;
  }

  #company .img01 {
    width: 100%;
    padding-top: 82.58%;
    overflow: hidden;
    height: 0;
    background: url("../images/img01_sp.png") no-repeat center center;
    background-size: 100%;
    display: block;
  }

  #company .img02 {
    width: 100%;
    padding-top: 46.55%;
    overflow: hidden;
    height: 0;
    background: url("../images/img02_sp.png") no-repeat center center;
    background-size: 100%;
    display: block;
  }

  #company .img03,
  #company .img04 {
    width: 100%;
    padding-top: 30.92%;
    overflow: hidden;
    height: 0;
    background: url("../images/img03_sp.png") no-repeat center center;
    background-size: 100%;
    display: block;
    float: none;
    margin-bottom: 20px;
  }

  #company .img04 {
    background: url("../images/img04_sp.png") no-repeat center center;
    background-size: 100%;
  }

  #company .box {
    margin-bottom: 0;
  }
  #company .bg {
    width: 100%;
    padding-top: 0;
    overflow: unset;
    height: auto;
    background: none;
}
}
