@charset "UTF-8";
/*!  mixin,変数
================================================ */
/*=============================================================
 company
=============================================================*/
#mainImg {
  background-image: url(../img/company/img_main_sp.jpg); }
  @media (min-width: 640px) {
    #mainImg {
      background-image: url(../img/company/img_main_pc.jpg); } }

#company section {
  margin-bottom: 50px; }
  @media (min-width: 640px) {
    #company section {
      margin-bottom: 70px; } }

#company .boxWrap {
    width: 100%;
    margin: 0 auto;}

    #company .boxWrap .mod_box02 {
      width: 470px; } 

@media (min-width: 640px) {
  #company .boxWrap {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
	
    #company .boxWrap .mod_box02 {
      width: 470px; } }
      
/* ------------------------------- campany/index.html */

h2.tit01 {
  border-bottom: 2px solid #e6f9e8;
  padding: 11px;
  padding-left: 40px;
  font-size: 22px;
  font-weight: bold;
  border-top: 1px solid #bbb;
  position: relative;
  background: url(../img/company/icon01.png) left 50% no-repeat;
  background-size: 23px;
  margin-bottom: 30px;
}

h2.tit01.tit02 {
  background-image: url(../img/company/icon02.png);
}

h2.tit01.tit03 {
  background-image: url(../img/company/icon03.png);
}

h2.tit01:after {
    content: "";
    width: 22px;
    height: 2px;
    display: block;
    position: absolute;
    background-color: #54b150;
    left: 0;
    bottom: -2px;
}

@media (min-width: 640px) {
  h2.tit01 {
      border-bottom: 4px solid #e6f9e8;
      padding: 22px;
      padding-left: 60px;
      font-size: 36px;
      background-size: 33px;
      margin-bottom: 40px;
  }
	
  h2.tit01:after {
        width: 44px;
        height: 4px;
        bottom: -4px;
  }
}

h3.tit11 {
  background-color: #e6f9e8;
  padding: 10px 20px 8px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align:center;}
@media (min-width: 640px) {
  h3.tit11 {
      padding: 12px 25px 10px;
      font-size: 28px;
      margin-bottom: 35px;
  }
}

 .company_box {
    display:block;
    padding:0;
	 margin-bottom:30px;}
@media (min-width: 640px) {
.company_box {
  display:flex;
  display:-webkit-flex;
  flex-wrap:nowrap;
  -webkit-flex-wrap:nowrap;
  padding:0 30px;
  margin-bottom:50px;
	}}

.left_text {
  line-height:1.8em;
  font-size:18px;
}

.right_logo {
	display:block;
  width:90%;
margin:50px auto 80px auto;
	display:flex;}
@media (min-width: 640px) {
.right_logo {
  width:450px;
  min-width:450px;
  text-align:center;
  display:flex;
  align-items:center;
	justify-content:center;}}

.company_table {
  width:100%;
  margin:0 auto 50px auto;
  border-top:1px solid #bbb;
  border-left:1px solid #bbb;
  border-right:1px solid #bbb;
  padding:0;
margin-bottom:60px;}
@media (min-width: 640px) {
.company_table {
	width:95%;
	height:auto;
	margin-bottom:70px;}}
	
.company_table dl {
  border-bottom:1px solid #bbb;
  display:flex;
  display:-webkit-flex;
  flex-wrap:nowrap;
  -webkit-flex-wrap:nowrap;
}

.company_table dt {
	background-color:#f5f5f5;
  width:120px;
  min-width:120px;
  height:auto;
  min-height:50px;
  line-height:1.4em;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  padding:1em 1.5em;
  font-weight:bold;
	}
@media (min-width: 640px) {
.company_table dt {
  width:230px;
  min-width:230px;
  height:auto;
	}}

	
.company_table dd {
  height:auto;
  min-height:50px;
  padding:0.8em 1.2em;
}
@media (min-width: 640px) {
	.company_table dd {
  height:auto;
  min-height:50px;
  padding:0.8em 1.5em;
	}}


  .company_table dd.flex {
    display:flex;
    align-items:center;
  }
	
.company_table dd a {
  color:#f38400;
}

.company_table.tbl2 dt {
    width:150px;
    min-width:150px;
		}

.siten_pdf {
	display:block;
		}
@media (min-width: 640px) {
.siten_pdf {
  display:flex;
  display:-webkit-flex;
  flex-wrap:nowrap;
  -webkit-flex-wrap:nowrap;
  margin:1em 0;
		}}
	
.siten_pdf li {
  line-height:2em;
  margin-right:2em;
  display:inline-block;
}
.siten_pdf li img {
  height:35px;
  width:auto;
}
	
.fontsmall {
	font-size:0.7em;}

	
 .textCenter {
   text-align:center;
    margin-bottom:50px;}
@media (min-width: 640px) {
.textCenter {
  font-size:20px;
  text-align:center;
  line-height:1.8em;
	margin-bottom:70px;}}
	
.textLeft {
	text-align:left;
    margin-bottom:50px;}
	@media (min-width: 640px) {
	.textRight {
	font-size:20px;
	text-align:left;
	line-height:1.8em;
	margin-bottom:70px;}}
	

