@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :company.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
/* -----------------------------------------------------------
	.con_intro	イントロ
----------------------------------------------------------- */
#company .view_pc {
  display: block;
}
#company .view_sp {
  display: none;
}
#company .tmp_con.con_ceo {
  margin-top: 40px;
}
#company .tmp_con.con_ceo .box_tmp {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
#company .tmp_con.con_ceo .box_tmp .wrp_img {
  width: 38%;
  float: right;
}
#company .tmp_con.con_ceo .box_tmp .wrp_img .img {
  width: 100%;
  float: none;
  text-align: right;
}
#company .tmp_con.con_ceo .box_tmp .wrp_img .img p {
  width: 100%;
}
#company .tmp_con.con_ceo .box_tmp .wrp_img .txt_name {
  text-align: right;
  margin-top: 10px;
}
#company .tmp_con.con_ceo .box_tmp .wrp_text {
  width: 60%;
}
#company .tmp_con.con_ceo .box_tmp .wrp_text h5 {
  padding-left: 32px;
  font-size: 1.4em;
  line-height: 1.4em;
  background: transparent url("../images/common/line_sst_red.png") left 0.6em no-repeat;
}
#company .tmp_con.con_ceo .box_tmp .wrp_text .text {
  margin-top: 1em;
}
#company .con_beh {
  margin-top: 80px;
}
#company .con_beh .wrp_text h5 {
  margin-top: 40px;
  padding-left: 32px;
  font-size: 1.4em;
  line-height: 1.4em;
  background: transparent url("../images/common/line_sst_red.png") left 0.6em no-repeat;
}
#company .con_beh .wrp_text .text {
  margin-top: 1em;
}
#company .con_beh .wrp_text .txt_right {
  text-align: right;
}
#company .con_phi {
  margin-top: 40px;
}
#company .con_phi .box_phi_li {
  text-align: center;
  font-size: 1.4em;
  margin-top: 40px;
}
#company .con_phi .box_phi_li ul {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: left;
}
#company .con_phi .box_phi_li ul li {
  margin-top: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
#company .con_phi .box_phi_li ul li:first-child {
  margin-top: 0;
}
#company .con_phi .box_phi_li ul li span {
  color: #c12518;
  margin-right: 0.5em;
}
#company .con_phi .st {
  font-size: 130%;
  text-align: center;
  margin-top: 2em;
}
#company .con_phi .wrp_box_phi {
  width: 95%;
  margin: 60px auto 0;
  overflow: hidden;
}
#company .con_phi .wrp_box_phi .box_phi {
  width: 48.5%;
}
#company .con_phi .wrp_box_phi .box_phi.left {
  float: left;
}
#company .con_phi .wrp_box_phi .box_phi.right {
  float: right;
}
#company .con_phi .wrp_box_phi .box_phi .img img {
  width: 100%;
  vertical-align: bottom;
}
#company .con_phi .wrp_box_phi .box_phi div {
  text-align: center;
  background-color: #f3f3f3;
}
#company .con_phi .wrp_box_phi .box_phi div h5 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: 20px;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: normal;
}
#company .con_phi .wrp_box_phi .box_phi div h5 span {
  position: relative;
  padding-left: 32px;
  text-align: center;
}
#company .con_phi .wrp_box_phi .box_phi div h5 span:before {
  content: "";
  display: block;
  width: 19px;
  height: 3px;
  background: transparent url("../images/common/line_sst_red.png") center center no-repeat;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 12px;
}
#company .con_phi .wrp_box_phi .box_phi div .text {
  text-align: center;
  padding-bottom: 20px;
}
#company .con_phi .wrp_box_phi .box_phi div .text em {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.3em;
  display: block;
  margin-top: 18px;
  margin-bottom: 18px;
}
#company .con_pro {
  margin-top: 40px;
  width: 95%;
}
#company .con_pro .tbl_pro {
  margin-top: 45px;
  width: 100%;
}
#company .con_pro .tbl_pro th {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding: 14px 0px;
  text-align: center;
}
#company .con_pro .tbl_pro td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 18px;
}
#company .con_pro .tbl_pro td.name {
  text-align: center;
}
#company .con_pro .tbl_pro td p.lnk_map a {
  color: #1E5D92;
}
#company .con_pro .tbl_pro td p.lnk_map a:before {
  background: #000;
  content: "";
  display: inline-block;
  height: 2px;
  margin-right: 0.3em;
  vertical-align: middle;
  width: 0.5em;
}
#company .con_pro .box_pro {
  display: none !important;
}

/* PC小専用
----------------------------------------------------------- */
/* #タブレット専用
----------------------------------------------------------- */
/* #スマートフォン専用
----------------------------------------------------------- */
@media only screen and (min-width: 0) and (max-width: 750px) {
  #company .view_pc {
    display: none;
  }
  #company .view_sp {
    display: block;
  }
  #company .tmp_con.con_ceo .box_tmp {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  #company .tmp_con.con_ceo .box_tmp .wrp_img {
    width: 100%;
    max-width: 400px;
    float: none;
    margin: 0 auto;
  }
  #company .tmp_con.con_ceo .box_tmp .wrp_img .img {
    width: 100%;
    float: none;
    text-align: center;
  }
  #company .tmp_con.con_ceo .box_tmp .wrp_img .img p {
    width: 100%;
  }
  #company .tmp_con.con_ceo .box_tmp .wrp_img .txt_name {
    margin-top: 2%;
  }
  #company .tmp_con.con_ceo .box_tmp .wrp_text {
    width: 100%;
    float: none;
    margin-top: 8%;
  }
  #company .tmp_con.con_ceo .box_tmp .wrp_text .text {
    margin-top: 1em;
  }
  #company .con_phi {
    margin-top: 12%;
  }
  #company .con_phi .box_phi_li {
    width: 95%;
    margin: 6% auto 0;
    font-size: 1.3em;
  }
  #company .con_phi .box_phi_li ul {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    text-align: left;
  }
  #company .con_phi .box_phi_li ul li {
    margin-top: 1em;
    padding-left: 1em;
    text-indent: -1em;
  }
  #company .con_phi .box_phi_li ul li:first-child {
    margin-top: 0;
  }
  #company .con_phi .box_phi_li ul li span {
    color: #c12518;
    margin-right: 0.5em;
  }
  #company .con_phi .wrp_box_phi {
    width: 95%;
    margin: 8% auto 0;
    overflow: hidden;
  }
  #company .con_phi .wrp_box_phi .box_phi {
    width: 100%;
  }
  #company .con_phi .wrp_box_phi .box_phi + .box_phi {
    margin-top: 10%;
  }
  #company .con_phi .wrp_box_phi .box_phi.left {
    float: none;
  }
  #company .con_phi .wrp_box_phi .box_phi.right {
    float: none;
  }
  #company .con_phi .wrp_box_phi .box_phi .img img {
    width: 100%;
  }
  #company .con_phi .wrp_box_phi .box_phi div {
    text-align: center;
  }
  #company .con_phi .wrp_box_phi .box_phi div h5 {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-top: 4%;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: normal;
  }
  #company .con_phi .wrp_box_phi .box_phi div h5 span {
    position: relative;
    padding-left: 32px;
    text-align: center;
  }
  #company .con_phi .wrp_box_phi .box_phi div h5 span:before {
    content: "";
    display: block;
    width: 19px;
    height: 3px;
    background: transparent url("../images/common/line_sst_red.png") center center no-repeat;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 10px;
  }
  #company .con_phi .wrp_box_phi .box_phi div .text {
    text-align: center;
    padding-bottom: 4%;
  }
  #company .con_phi .wrp_box_phi .box_phi div .text em {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.3em;
    display: block;
    margin-top: 3%;
    margin-bottom: 3%;
  }
  #company .con_pro {
    margin: 8% auto 0;
    width: 95%;
  }
  #company .con_pro .tbl_pro {
    display: none !important;
  }
  #company .con_pro .box_pro {
    display: block !important;
    margin-top: 4%;
  }
  #company .con_pro .box_pro li + li {
    margin-top: 6%;
  }
  #company .con_pro .box_pro li h5 {
    background: #eeeeee;
    padding: 0.5em 0.5em;
    line-height: 1.2em;
    font-size: 1.2em;
  }
  #company .con_pro .box_pro li h5 + div {
    margin-top: 3%;
  }
  #company .con_pro .box_pro li div {
    padding: 0 0.5em;
  }
  #company .con_pro .box_pro li div h6 {
    margin-top: 2%;
    padding: 0 3% 0 0;
    position: relative;
    line-height: 1.1em;
    font-size: 1em;
  }
  #company .con_pro .box_pro li div h6 span {
    display: block;
    padding-left: 15px;
  }
  #company .con_pro .box_pro li div h6:before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: #c12518;
    position: absolute;
    top: 0.5em;
    left: 0;
  }
  #company .con_pro .box_pro li div h6 + p {
    margin-top: 0.5em;
    padding-left: 15px;
  }
  #company .con_pro .box_pro li div p {
    clear: left;
    line-height: 1.4em;
    margin-bottom: 1em;
  }

  .btn_basic {
    width: 40%;
    background-color: #c12518;
    text-align: center;
    padding: 1em;
    margin: 2em auto 5em;
    transition: .7s;
  }
  .btn_basic:hover {
    transition: .7s;
    opacity: .5;
  }
  .btn_basic a {
    color: #fff;
    text-decoration: none !important;
  }
}
/* -----------------------------------------------------------
	.con_copy,.con_sample コピー用
----------------------------------------------------------- */
#contents .con_copy, #contents .con_sample {
  margin-top: 64px;
}

/* PC小専用
----------------------------------------------------------- */
/* #タブレット専用
----------------------------------------------------------- */
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  #contents .con_copy, #contents .con_sample {
    margin-top: 48px;
  }
}
/* #スマートフォン専用
----------------------------------------------------------- */
@media only screen and (min-width: 0) and (max-width: 750px) {
  #contents .con_copy, #contents .con_sample {
    margin-top: 8%;
  }
}
/* -----------------------------------------------------------

	IE8以下用CSS
	※JSによってクラスを付与する

----------------------------------------------------------- */
