@charset "UTF-8";
@import url("base.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
/*ヘッダー*/
/*メイン*/
#name_top {
  margin: 0;
  width: 100%;
  background-image: url("../img/business/back01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  height: 30em; }
  #name_top h1 {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }

#business {
  width: 80%;
  margin: 5em auto 0; }
  #business h2 {
    color: #84b428;
    font-size: 187%;
    text-align: center; }
    #business h2 span {
      display: block;
      margin: 2em 0 0; }
  #business ul {
    width: 100%;
    margin: 3em 0 0; }
    #business ul li {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      border: 1px solid #84b428;
      box-shadow: 4px 4px 8px #84b428; }
      #business ul li:nth-child(n+2) {
        margin: 4em 0 0; }
      #business ul li figure {
        width: 35%; }
      #business ul li dl {
        width: 55%;
        padding: 2em 5%; }
        #business ul li dl dt {
          color: #84b428;
          font-size: 130%;
          font-weight: bold;
          margin: 0 0 0.5em; }
        #business ul li dl dd {
          margin: 0.5em 0 0; }

/*フッター*/
/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  #name_top {
    height: 20em; }
    #name_top h1 {
      width: 90%; }

  #business {
    width: 90%;
    margin: 5em auto 0; }
    #business h2 {
      font-size: 160%; }
    #business ul {
      width: 100%;
      margin: 3em 0 0; }
      #business ul li {
        flex-direction: column; }
        #business ul li:nth-child(n+2) {
          margin: 4em 0 0; }
        #business ul li figure {
          width: 100%; }
        #business ul li dl {
          width: 90%; }

  /*フッター*/ }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  #name_top {
    height: 20em; }
    #name_top h1 {
      width: 90%; }

  #business {
    width: 90%;
    margin: 2.5em auto 0; }
    #business h2 {
      font-size: 130%; }
    #business ul {
      width: 100%;
      margin: 1.5em 0 0; }
      #business ul li {
        flex-direction: column; }
        #business ul li:nth-child(n+2) {
          margin: 2em 0 0; }
        #business ul li figure {
          width: 100%; }
        #business ul li dl {
          width: 90%; }

  /*フッター*/ }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
