@charset "utf-8";
.contents h2 {
  /* text-align: left; */
}

/* GoogleIcon */

.material-icons {
  display: inline-flex;
  vertical-align: middle;
}

/* 色　color */
.pink {
  color: #d23b71;
}

.blue {
  color: #12335f;
}

.sky {
  color: #37a6d1;
}

.green {
  color: #a5c445;
}

.yellow {
  color: #ebd030;
}

.white {
  color: #ffffff;
}

.orange {
  color: orange;
}

.red {
  color: crimson;
}
/* アイコンのサイズを変更するためのルール */

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* 左右反転 */
.material-icons.transform-l-r {
  transform: scale(-1, 1);
}

/* 明るい背景の場合に黒色でアイコンを表示するためのルール */

.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* 暗い背景の場合に白色でアイコンを表示するためのルール */

.material-icons.md-light {
  color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/*おすすめキーワード
-----------------------------------------------------------------*/
#sect00 {
  border: #d23b71 solid 3px;
  margin: 2%;
}
#sect00-1 {
  border: orange solid 3px;
  margin: 2%;
}
#sect00-2 {
  font-size: 1.1em;
}

#sect00 h2,
#sect00-1 h2 {
  margin: 2% auto 1%;
}

#sect00 h2 span,
#sect00-1 h2 span {
  margin: 0 2%;
}

ul.keyword_list {
  display: block;
  justify-content: center;
  display: flex;
  flex-wrap: nowrap;
}

ul.keyword_list li {
  display: inline-block;
  list-style: none;
  width: 100%;
  font-weight: bold !important;
  text-align: center;
  margin-bottom: 2%;
}

ul.keyword_list span {
  margin-right: 2%;
}

ul.keyword_list a {
  color: #12335f;
}

ul.keyword_list .material-icons {
  vertical-align: -4px;
}

ul.categry_list {
  display: block;
  justify-content: center;
  display: flex;
  flex-wrap: nowrap;
}
ul.categry_list li {
  display: inline-block;
  list-style: none;
  width: 100%;
  font-weight: bold !important;
  text-align: center;
  background-color: #37a6d1;
  padding: 2%;
  margin: 2%;
}
ul.categry_list li.caseall {
  display: inline-block;
  list-style: none;
  width: 100%;
  font-weight: bold !important;
  text-align: center;
  background-color: #d23b71;
  padding: 2%;
  margin: 2%;
}
ul.categry_list a {
  color: #ffffff;
  display: block;
}

ul.categry_list a:hover {
  color: #ffffff;
  display: block;
}
/*事例紹介一覧ページ
-----------------------------------------------------------------*/
ul.case_list {
}
ul.case_list li {
  border-bottom: 1px solid #ccc;
  padding: 1em 0 0.5em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.2em;
  color: #ccc;
}
.list_h3 {
  text-align: center;
  background-color: #ddd;
  padding: 10px;
}
/*事例紹介ページ
-----------------------------------------------------------------*/
#sect01 {
  margin: 2em auto;
}
/*事例紹介　アイコン部分
-----------------------------------------------------------------*/
#case_info {
  padding-bottom: 7px;
  /* margin-top: 30px; */
  float: left;
  width: 100%;
}

#case_info ul.icon_list {
  text-align: left;
  margin: 0 0 1em 0;
  list-style: none;
}
#case_info .icon_list li {
  float: left;
  margin-right: 12px;
  margin-bottom: 5px;
}

#case_info .icon_list li:nth-child(1) {
  width: 100%;
  margin: 10px auto 5px;
}
#case_info .icon_list li img {
  height: 50px;
  width: auto;
}
#case_info .icon_list li img.case_rogo {
  width: auto;
  height: 70px;
  display: block;
}

#case_info dl {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#case_info dl dt {
  font-weight: bold;
  color: #505050;
  float: left;
  clear: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#case_info .qa dt {
  margin: 0px;
}

#case_info dl dd {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#case_info .qa dd {
  margin: 0px;
}

/*事例紹介ページ　リスト
-----------------------------------------------------------------*/
.case_block {
  width: 100%;
  margin: 20px auto 0;
  overflow: hidden;
}
.case_block img {
  float: left;
  margin: 1em auto 0;
}
.case_block h3 {
  font-size: 1em;
  margin: 5px auto;
  float: left;
  background-color: #ddd;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}
.case_block ul {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0 auto 1em;
}
.case_block ul li {
  margin-bottom: 5px;
  line-height: 1.5em;
  /* text-indent: -1.3em;
    padding-left: 1.3em; */
}
.case_block ul li ol {
  margin-bottom: 5px;
  line-height: 1.5em;
  text-indent: -1.3em;
  padding-left: 1.3em;
  list-style-type: decimal;
  list-style-position: outside;
}
.case_block ul li ol li {
  margin-bottom: 5px;
  line-height: 1.5em;
  text-indent: -1.5rem;
  list-style-type: decimal;
  list-style-position: inside;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}
.case_block li.list_theme {
  list-style-type: none;
  width: 100%;
  float: left;
}
.case_block .list_theme .list_alpha li {
  margin-left: 1em;
}

.case_block table {
  border-collapse: collapse;
  border: 1px solid #333;
}
.case_block table th {
  background-color: #ddd;
  padding: 5px;
  font-weight: normal;
  border: 1px solid #333;
}
.case_block table td {
  padding: 5px;
  border: 1px solid #333;
}

.case_list section {
  float: left;
  clear: left;
  position: relative;
  width: 100%;
  margin-bottom: 2em;
}

.text_block_foot {
  margin: 3em auto 1em;
}
.detail_btn {
  width: 70%;
  margin: auto;
  color: #ffffff;
  padding: 1em;
  border-radius: 100px;
  background-color: #22943f;
  border: 1px solid #ffffff;
  text-align: center;
}
.detail_btn:hover {
  background-color: #ffffff;
  border: 1px solid #22943f;
  color: #22943f;
}
.return_btn {
  width: 70%;
  margin: 2em auto 4em;
  color: #22943f;
  padding: 1em;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #22943f;
  text-align: center;
}
.return_btn:hover {
  background-color: #22943f;
  border: 1px solid #22943f;
  color: #fff;
}
.project_banner {
  width: 40%;
  margin: 3em auto 1em;
  text-align: center;
}
.jirei_table {
  width: 100%;
}
.jirei_table td a {
  color: #0076ad;
}

@media screen and (max-width: 960px) {
  #container_second {
    padding: 60px 0 0;
  }
  .contents h2 {
    margin: 1em auto 0.5em;
  }
  #h1-area h1 {
    font-size: 20px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

  #sect00 h2 {
    font-size: 1em !important;
  }

  #sect00 ul {
    width: 100%;
    display: block;
  }

  #sect00 li {
    width: 100%;
    display: block;
  }

  #case_info ul.icon_list {
    text-align: left;
    margin: 0 0 1em 0;
    list-style: none;
  }
  #case_info .icon_list li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  #case_info .icon_list li:nth-child(1) {
    width: 100%;
    margin: 10px auto 5px;
  }
  #case_info .icon_list li img {
    height: 40px;
    width: auto;
  }
  #case_info .icon_list li img.case_rogo {
    width: auto;
    height: 50px;
    display: block;
  }
  .detail_btn {
    width: 90%;
    padding: 0.5em;
  }
  .return_btn {
    margin: 1em auto;
    width: 90%;
    padding: 0.5em;
  }
  .project_banner {
    width: 70%;
    margin: 3em auto 1em;
  }
}
