/* CSS Document */
#sub_head_contents {
  padding: 0 10px;
  margin-bottom: 40px;
}
#sub_head_contents h2 {
  text-align: center;
  color: #0080cc;
  font-size: 3rem;
  margin-bottom: 30px;
}
#sub_head_contents p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub_head_contents h2 {
    font-size: 2.1rem;
    text-align: left;
    margin-bottom: 20px;
  }
}
/*事業内容*/
#service_top_list {
  margin-bottom: 50px;
}
.page_anchor ul li {
  box-sizing: border-box;
}
.page_anchor ul li a {
  text-align: center;
  display: block;
  line-height: 40px;
  text-decoration: none;
  color: #000;
  font-size: 1.5rem;
  border: 1px solid #e9e9e9;
  padding-right: 12px;
  position: relative;
}
.page_anchor ul li a::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #0081cc transparent transparent transparent;
}
.page_anchor ul li a:hover {
  color: #0081cc;
  border: 1px solid #0081cc;
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  #service_top_list ul li {
    width: 140px;
  }
  #service_top_list ul li:first-child {
    width: 240px;
  }
  #development_list ul li {
    width: 155px;
  }
}
@media screen and (max-width: 767px) {
  #service_top_list, #development_list {
    margin-bottom: 20px;
  }
  .page_anchor ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page_anchor ul li {
    width: 49%;
    margin-bottom: 10px;
  }
  .page_anchor ul li a {
    font-size: 1.4rem;
  }
  #service_top_list ul li:first-of-type a {
    font-size: 1.2rem;
  }
}
#service_navi {
  margin-bottom: 50px;
}
#service_navi ul {
  display: flex;
  border: 1px solid #e9e9e9;
}
#service_navi ul li {
  width: 20%;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #e9e9e9;
}
#service_navi ul li:last-child {
  border-right: none;
}
#service_navi ul li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 40px;
  display: block;
  box-sizing: border-box;
}
#service_navi ul li.now {
  background: #0080cc;
  position: relative;
}
#service_navi ul li.now a {
  color: #fff;
}
#service_navi ul li.now::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -8px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #0080cc transparent transparent transparent;
}
.performance_list_img {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.performance_list_img li {
  width: calc(100% / 3);
}
#development_fig {
  margin-bottom: 40px;
}
.client {
  border: 4px solid #f8b3b3;
  border-radius: 15px;
  padding: 25px;
}
#development_fig .client p {
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#development_fig .client p span {
  font-size: 2rem;
}
#development_fig .client ul {
  background: url("../img/service/client.png")no-repeat right bottom;
  display: flex;
  flex-wrap: wrap;
  padding-right: 120px;
}
#development_fig .client ul li {
  width: 23%;
  margin: 0 1% 20px;
  box-sizing: border-box;
  padding: 15px;
  font-size: 1.6rem;
  background: #FFDDDD;
  border-radius: 10px;
  position: relative;
}
#development_fig .client ul li:last-child {
  background: none;
}
#development_fig .client ul li::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #ffdddd transparent transparent;
}
#development_fig .client ul li:last-child::after {
  border: none;
}
#development_fig .stuff {
  border: 4px solid #0080cc;
  border-radius: 15px;
  padding: 25px;
}
#development_fig figure {
  text-align: center;
  width: 400px;
  height: auto;
  margin: 0 auto 15px;
}
#development_fig .stuff p {
  text-align: center;
  width: 50%;
  font-size: 2.7rem;
  color: #000;
}
#development_fig .arrow {
  color: #fff;
  font-weight: bold;
  font-size: 2.7rem;
  text-align: center;
  padding: 55px 0 30px;
  position: relative;
}
#development_fig .arrow::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  margin-left: -150px;
  z-index: -1;
  border-style: solid;
  border-width: 0 150px 100px 150px;
  border-color: transparent transparent #0080cc transparent;
}
#development_fig .arrow::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 40px;
  bottom: 0;
  left: 50%;
  margin-left: -75px;
  background: #0080cc;
  z-index: -1;
}
.substrate_list {}
.substrate_list > dl {
  width: 320px;
  border: 1px solid #ccc;
  margin-right: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.substrate_list > dl:nth-child(3n) {
  margin-right: 0;
}
.substrate_list > dl > dt {
  font-size: 1.6rem;
  color: #0080cc;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
}
.substrate_list > dl > dd.txt {
  padding-bottom: 10px;
  position: relative;
}
.substrate_list > dl > dd img {
  width: 100%;
  height: auto;
}
.substrate_list > dl p {
  text-align: center;
  padding: 5px;
  background: #e9e9e9;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.substrate_list > dl ul {
  font-size: 1.4rem;
  padding: 0 10px 10px 30px;
  list-style: disc;
}
.substrate_list > dl dl {
  display: table;
  font-size: 1.4rem;
}
.substrate_list > dl dl dt, .substrate_list > dl dl dd {
  display: table-cell;
}
.substrate_list > dl dl dt {
  text-align: right;
  width: 90px;
}
.substrate_list > dl dl dt::after {
  content: "：";
}
.substrate_list > dl dl dd {
  padding: 0 10px 0 0;
}
.substrate_list > dl > dd.txt .speedy {
  position: absolute;
  bottom: 16px;
  left: 160px;
  color: #fff;
  background: #D41F22;
  font-size: 1.4rem;
  padding: 5px;
  border-radius: 5px;
}
.substrate_list > dl > dd.txt .speedy::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -5px;
  left: -10px;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #D41F22 transparent transparent;
}
.precision_list {}
.precision_list > dl {
  width: 320px;
  border: 1px solid #ccc;
  margin-right: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.precision_list > dl:nth-child(3n) {
  margin-right: 0;
}
.precision_list > dl > dt {
  color: #0080cc;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
}
.precision_list > dl > dd.txt {
  padding: 10px;
}
.precision_list > dl > dd img {
  width: 100%;
  height: auto;
}
.trial_bg {
  background: url("../img/service/trial_img01.png")no-repeat right 0;
}
.trial_point {}
.trial_point .point_list ul {
  font-size: 1.8rem;
  padding: 10px 15px 10px 140px;
  list-style: disc;
  line-height: 1.5;
}
.trial_point .point_list ul li {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .trial_point .point_list ul {
    font-size: 1.5rem;
    padding: 10px 10px 10px 30px;
  }
}
.point_list {}
.point_list > li {
  font-size: 2rem;
  margin-bottom: 10px;
}
.point_list > li span {
  font-size: 1.5rem;
  background: #0080cc;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  width: 100px;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .point_list > li {
    font-size: 1.7rem;
  }
  .point_list > li span {
    display: block;
    font-size: 1.3rem;
    line-height: 25px;
  }
}
.number_icon {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  color: #0080cc;
  background: #fff;
  border-radius: 50%;
  width: 24px;
  line-height: 24px;
}
.contents_info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contents_info li {
  width: 400px;
  margin: 0 15px;
  box-sizing: border-box;
  display: block;
  text-align: center;
}
.contents_info li a {
  display: block;
  text-decoration: none;
}
.contents_info li p:first-child {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
}
.contents_info li.tel {
  font-size: 1.8rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-weight: bold;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(245, 245, 245, 1.00) 100%);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.20);
  height: 100px;
  padding: 15px 0 0;
}
.contents_info li.tel span {
  font-size: 3.6rem;
  color: #0080cc;
  font-weight: bold;
}
.contents_info li.contact_btn a {
  font-size: 3rem;
  font-weight: bold;
  border: 1px solid #0080cc;
  border-radius: 5px;
  color: #fff;
  background-image: linear-gradient(180deg, rgba(77, 166, 219, 1.00) 0%, rgba(0, 128, 204, 1.00) 100%);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.20);
  height: 100px;
  padding: 15px 0 0;
  box-sizing: border-box;
}
.contents_info_en {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-family: 'Noto Sans JP', sans-serif !important;
}
.contents_info_en li {
  width: 400px;
  margin: 0 15px;
  box-sizing: border-box;
  display: block;
  text-align: center;
}
.contents_info_en li a {
  display: block;
  text-decoration: none;
}
.contents_info_en li.tel {
  font-size: 1.4rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-weight: bold;
  height: 50px;
  padding: 10px 0 0;
}
.contents_info_en li.tel span {
  font-size: 2rem;
  color: #0080cc;
  font-weight: bold;
}
.contents_info_en li.contact_btn a {
  font-size: 1.8rem;
  font-weight: bold;
  border: 1px solid #0080cc;
  border-radius: 5px;
  color: #fff;
  background: #0080cc;
  height: 50px;
  padding: 10px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #service_navi {
    margin-bottom: 20px;
  }
  #service_navi ul li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #service_navi ul li a {
    font-size: 1.1rem;
    line-height: 1.2;
    padding: 5px 2px;
  }
  .substrate_list > dl, .precision_list > dl {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .precision_list > dl > dd.txt {
    font-size: 1.4rem;
  }
  .trial_bg {
    background: none;
  }
  #development_fig {
    margin-bottom: 30px;
  }
  .client {
    border: 3px solid #f8b3b3;
    border-radius: 10px;
    padding: 10px;
  }
  #development_fig .client p {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  #development_fig .client p span {
    font-size: 1.8rem;
  }
  #development_fig .client ul {
    background: url("../img/service/client.png")no-repeat right bottom;
    background-size: 80px auto;
    padding-right: 0;
    padding-bottom: 50px;
  }
  #development_fig .client ul li {
    width: 48%;
    margin: 0 1% 20px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
  #development_fig .stuff {
    border: 3px solid #0080cc;
    border-radius: 10px;
    padding: 10px;
  }
  #development_fig figure {
    text-align: center;
    width: 100%;
    height: auto;
    margin: 0 auto 15px;
  }
  #development_fig .stuff p {
    text-align: center;
    width: 100%;
    font-size: 2rem;
    line-height: 1.3;
  }
  #development_fig .arrow {
    font-size: 1.8rem;
    padding: 35px 0 12px;
  }
  #development_fig .arrow::before {
    margin-left: -100px;
    z-index: -1;
    border-width: 0 100px 60px 100px;
  }
  #development_fig .arrow::after {
    height: 20px;
  }
  .contents_info li {
    width: 100%;
    margin: 0 0 10px;
  }
  .contents_info li a {
    display: block;
    text-decoration: none;
  }
  .contents_info li p:first-child {
    font-size: 1.6rem;
  }
  .contents_info li.tel {
    font-size: 1.2rem;
    height: 80px;
    padding: 15px 0 0;
  }
  .contents_info li.tel span {
    font-size: 2.4rem;
    color: #0080cc;
    font-weight: bold;
  }
  .contents_info li.tel.pc_only {
    display: none;
  }
  .contents_info li.contact_btn a {
    font-size: 2.1rem;
    height: 80px;
    padding: 15px 0 0;
    box-sizing: border-box;
  }
  .contents_info_en li {
    width: 100%;
    margin: 0 0 10px;
  }
  .contents_info_en li a {
    display: block;
    text-decoration: none;
  }
  .contents_info_en li.tel {
    font-size: 1.2rem;
    height: 50px;
    padding: 10px 0 0;
  }
  .contents_info_en li.tel span {
    font-size: 2rem;
    color: #0080cc;
    font-weight: bold;
  }
  .contents_info_en li.tel.pc_only {
    display: none;
  }
  .contents_info_en li.contact_btn a {
    font-size: 1.6rem;
    height: 50px;
    padding: 10px 0 0;
    box-sizing: border-box;
  }
}
/*製品実績*/
.perform_list {}
.perform_list > dl {
  width: 49%;
  border: 1px solid #ccc;
}
.perform_list > dl > dt {
  font-size: 2.4rem;
  color: #fff;
  background: #0080cc;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  letter-spacing: 0.15em;
}
.perform_list dl .img {}
.perform_list dl .txt {
  padding: 10px;
  font-size: 1.8rem;
  border-bottom: 1px dotted #ccc;
}
.perform_list dl .data {
  display: table;
  font-size: 1.6rem;
}
.perform_list dl .data dl {
  display: table-row;
}
.perform_list dl .data dl dt {
  display: table-cell;
  width: 90px;
  padding: 10px 0 10px 10px;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}
.perform_list dl .data dl dt::after {
  content: "：";
}
.perform_list dl .data dl dd {
  display: table-cell;
  padding: 10px 10px 10px 0;
  border-bottom: 1px dotted #ccc;
}
.perform_list dl .data dl:last-child dt, .perform_list dl .data dl:last-child dd {
  border-bottom: none;
}
.perform_list2 {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}
.perform_list2_box {
  padding-top: 20px;
  clear: both;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.perform_list2_box > dl {
  width: 240px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: 0 5px 10px;
}
.perform_list2_box > dl > dt {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 0;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
}
.perform_list2_box dl .cat {
  background: #0080cc;
  text-align: center;
  padding: 5px;
  color: #fff;
  font-size: 1.4rem;
}
.perform_list2_box dl .data {
  font-size: 1.4rem;
  line-height: 1.4;
}
.perform_list2_box dl .data dl {}
.perform_list2_box dl .data dl dt {
  font-weight: bold;
  padding: 10px 10px 0;
}
.perform_list2_box dl .data dl dd {
  padding: 0px 10px 10px;
}
.tab_item {
  width: 156px;
  height: 50px;
  background-color: #fff;
  line-height: 50px;
  font-size: 1.6rem;
  text-align: center;
  display: block;
  float: left;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 2px solid #0080cc;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 5px;
}
.tab_item:hover {
  opacity: 0.6;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.perform_content {
  display: none;
  transition: all 0.2s ease;
}
/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ div .all, #cat01:checked ~ div .cat01, #cat02:checked ~ div .cat02, #cat03:checked ~ div .cat03, #cat04:checked ~ div .cat04, #cat05:checked ~ div .cat05 {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.perform_list2 input:checked + .tab_item {
  background-color: #0080cc;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .perform_list > dl {
    width: 100%;
    margin-bottom: 10px;
  }
  .perform_list > dl > dt {
    font-size: 1.8rem;
    padding: 10px;
    letter-spacing: normal;
  }
  .perform_list dl .txt {
    font-size: 1.6rem;
  }
  .perform_list dl .data {
    display: inherit;
    font-size: 1.4rem;
  }
  .perform_list dl .data dl {
    display: inherit;
  }
  .perform_list dl .data dl dt {
    display: inherit;
    width: 100%;
    padding: 10px 10px 0 10px;
    border-bottom: none;
    text-align: left;
    font-weight: bold;
    box-sizing: border-box;
  }
  .perform_list dl .data dl dt::after {
    content: "";
  }
  .perform_list dl .data dl dd {
    display: inherit;
    padding: 0 10px 10px 10px;
    border-bottom: none;
  }
  .perform_list2 {
    margin-top: 60px;
    padding-bottom: 20px;
    background-color: #fff;
    width: 100%;
    margin: 0;
  }
  .perform_list2_box {
    padding-top: 20px;
    clear: both;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .perform_list2_box > dl {
    width: 48%;
    margin: 0 1% 10px;
  }
  .perform_list2_box > dl > dt {
    font-size: 1.5rem;
  }
  .perform_list2_box dl .cat {
    font-size: 1.3rem;
  }
  .perform_list2_box dl .data {
    font-size: 1.2rem;
  }
  .tab_item {
    width: 33%;
    height: 30px;
    line-height: 30px;
    font-size: 1.4rem;
    border: 1px solid #0080cc;
    border-radius: 0;
    margin: 0;
  }
}
#faq_list {
  border: 4px solid #f8b3b3;
  border-radius: 15px;
  padding: 25px;
}
#faq_list ul {}
#faq_list ul li {
  border-bottom: 2px solid #eee;
  padding: 20px 0;
}
#faq_list ul li:last-child {
  border-bottom: none;
}
#faq_list ul li dl {
  font-size: 1.8rem;
}
#faq_list ul li dl dt, #faq_list ul li dl dd {
  border-radius: 15px;
  padding: 20px;
  position: relative;
}
#faq_list ul li dl dt {
  background: #fbd9d9;
  margin-bottom: 20px;
  margin-left: 100px;
}
#faq_list ul li dl dd {
  background: #cce6f5;
  margin-right: 100px;
}
#faq_list ul li dl dt::before, #faq_list ul li dl dd::before {
  content: "";
  width: 70px;
  height: 70px;
  background-size: 70px auto;
  position: absolute;
  top: 0;
}
#faq_list ul li dl dt::before {
  background-image: url("../img/service/faq_1.png");
  left: -90px;
}
#faq_list ul li dl dd::before {
  background-image: url("../img/service/faq_2.png");
  right: -90px;
}
#faq_list ul li dl dt::after, #faq_list ul li dl dd::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 20px;
}
#faq_list ul li dl dt::after {
  left: -15px;
  border-width: 5px 15px 5px 0;
  border-color: transparent #fbd9d9 transparent transparent;
}
#faq_list ul li dl dd::after {
  right: -15px;
  border-width: 5px 0 5px 15px;
  border-color: transparent transparent transparent #cce6f5;
}
@media screen and (max-width: 767px) {
  #faq_list {
    border: 3px solid #f8b3b3;
    padding: 15px;
  }
  #faq_list ul li dl {
    font-size: 1.5rem;
  }
  #faq_list ul li dl dt, #faq_list ul li dl dd {
    padding: 15px;
  }
  #faq_list ul li dl dt {
    margin-bottom: 15px;
    margin-left: 70px;
  }
  #faq_list ul li dl dd {
    margin-right: 70px;
  }
  #faq_list ul li dl dt::before, #faq_list ul li dl dd::before {
    width: 50px;
    height: 50px;
    background-size: 50px auto;
  }
  #faq_list ul li dl dt::before {
    left: -65px;
  }
  #faq_list ul li dl dd::before {
    right: -65px;
  }
}
#voice_area {}
#voice_area ul {}
#voice_area ul li {
  font-size: 1.8rem;
  border-radius: 15px;
  padding: 20px;
  position: relative;
  background: #cce6f5;
  margin-left: 100px;
}
#voice_area ul li span {
  display: block;
  font-size: 1.6rem;
  color: #666;
  padding-top: 10px;
  text-align: right;
}
#voice_area ul li::before {
  content: "";
  width: 70px;
  height: 70px;
  background-size: 70px auto;
  position: absolute;
  top: 0;
  background-image: url("../img/service/voice_1.png");
  left: -90px;
}
#voice_area ul li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 20px;
  left: -15px;
  border-width: 5px 15px 5px 0;
  border-color: transparent #cce6f5 transparent transparent;
}
@media screen and (max-width: 767px) {
  #voice_area ul li {
    font-size: 1.5rem;
    padding: 15px;
    margin-left: 70px;
  }
  #voice_area ul li span {
    font-size: 1.3rem;
  }
  #voice_area ul li::before {
    width: 50px;
    height: 50px;
    background-size: 50px auto;
    left: -65px;
  }
}
/*会社概要*/
#rinen_txt, .rinen_txt {
  text-align: center;
  font-size: 4rem;
  padding: 30px 0;
  margin-bottom: 40px;
}
div#vision {
  padding-top: 180px;
  margin-top: -180px;
}
div#vision > div {
  background: url("../img/company/bg_logo.png")no-repeat center center;
}
#vision h3 {
  text-align: center;
  font-size: 3.6rem;
  border-bottom: 1px solid #222;
  width: 350px;
  margin: 0 auto;
  padding-top: 20px;
}
#vision .rinen_txt {
  padding-bottom: 50px;
}
#company_name {
  position: relative;
}
#company_name span {
  position: absolute;
  top: 170px;
  right: 10px;
  text-align: right;
}
#company_name span img {
  margin-left: 10px;
  width: auto;
  height: 44px;
}
.customer_list {
  font-size: 1.3rem;
  justify-content: space-between;
}
.customer_list li {
  width: 33%;
}
.customer_list2 {
  font-size: 1.3rem;
  justify-content: space-between;
}
.customer_list2 li {
  width: 49%;
}
.company_img_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.company_img_list li {
  width: 240px;
  margin: 0 12px 10px 0;
}
#healthcare_msg {
  text-align: center;
  font-size: 3rem;
  padding: 30px 0;
  margin-bottom: 40px;
  background: #81c47f;
  color: #fff;
  border-radius: 10% 15% 10% 15% / 50%;
}
#company_page h2 {
  padding-top: 180px;
  margin-top: -180px;
}
@media screen and (min-width: 768px) {
  .company_img_list li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #rinen_txt, .rinen_txt {
    font-size: 2.7rem;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.4;
  }
  div#vision {
    padding-top: 80px;
    margin-top: -80px;
  }
  div#vision > div {
    background-size: 200px auto;
  }
  #vision h3 {
    text-align: center;
    font-size: 2.1rem;
    width: 200px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  #vision .rinen_txt {
    padding-bottom: 40px;
  }
  #company_name span {
    position: absolute;
    top: 70px;
  }
  #company_name span img {
    margin-left: 5px;
    height: 34px;
  }
  .customer_list {
    font-size: 1.2rem;
  }
  .customer_list li {
    width: 100%;
  }
  .customer_list2 {
    font-size: 1.2rem;
  }
  .customer_list2 li {
    width: 100%;
  }
  .company_img_list {
    margin-bottom: 20px;
  }
  .company_img_list li {
    width: 50%;
    margin: 0;
  }
  #healthcare_msg {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 25px 30px;
    margin-bottom: 20px;
    background: #81c47f;
    color: #fff;
    border-radius: 50% / 15% 20%;
  }
  #company_page h2 {
    padding-top: 80px;
    margin-top: -80px;
  }
}
/*採用情報*/
.careers_navi {
  margin-bottom: 50px;
}
.careers_navi ul {
  display: flex;
  border: 1px solid #e9e9e9;
}
.careers_navi ul li {
  width: 20%;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #e9e9e9;
}
.careers_navi ul li:last-child {
  border-right: none;
}
.careers_navi ul li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 40px;
  display: block;
  box-sizing: border-box;
}
.careers_navi ul li.now {
  background: #0080cc;
  position: relative;
}
.careers_navi ul li.now a {
  color: #fff;
}
.careers_navi ul li.now::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -8px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #0080cc transparent transparent transparent;
}
.careers_data, .careers_data2 {
  border: 1px solid #ccc;
}
.careers_data dl dt, .careers_data2 dl dt {
  background: #eee;
}
@media print, screen and (min-width: 768px) {
  .careers_data, .careers_data2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .careers_data dl, .careers_data2 dl {
    border-right: 1px solid #ccc;
    box-sizing: border-box;
  }
  .careers_data dl:first-child {
    width: 40%
  }
  .careers_data dl:nth-child(2) {
    width: 45%;
  }
  .careers_data dl:last-child {
    border-right: none;
    width: 15%;
  }
  .careers_data2 dl:first-child {
    width: 50%
  }
  .careers_data2 dl:last-child {
    border-right: none;
    width: 50%;
  }
  .careers_data dl dt, .careers_data dl dd, .careers_data2 dl dt, .careers_data2 dl dd {
    padding: 10px;
  }
  .careers_data dl dt, .careers_data2 dl dt {
    text-align: center;
    font-size: 1.6rem;
  }
  .careers_data dl dd, .careers_data2 dl dd {
    font-size: 1.5rem;
  }
  .careers_contact {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .careers_navi {
    margin-bottom: 20px;
  }
  .careers_navi ul li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .careers_navi ul li a {
    font-size: 1.1rem;
    line-height: 1.2;
    padding: 5px 2px;
  }
  .careers_data, .careers_data2 {
    margin-bottom: 10px;
    border-bottom: none;
  }
  .careers_data dl dt, .careers_data dl dd, .careers_data2 dl dt, .careers_data2 dl dd {
    padding: 10px;
    font-size: 1.4rem;
    border-bottom: 1px solid #ccc;
  }
}
/*プライバシーポリシー*/
#privacy_box {
  margin-bottom: 20px;
}
#privacy_box dt {
  margin-bottom: 5px;
}
#privacy_box dd {
  margin-bottom: 15px;
  padding-left: 15px;
}
/*アクセス*/
.access_box {}
.address {
  width: 420px;
}
.address2 {}
.map {
  width: 550px;
}
@media screen and (max-width: 767px) {
  .address {
    width: 100%;
    margin-bottom: 10px;
  }
  .map {
    width: 100%;
  }
  .map iframe {
    width: 100%;
    height: 200px;
  }
}
/*サイトマップ*/
#sitemap_box {
  align-self: baseline;
}
#sitemap_box > ul {
  font-size: 1.8rem;
  width: 48%;
}
#sitemap_box ul > li > a {
  display: block;
  border-top: 2px solid #ccc;
  padding: 15px;
  text-decoration: none;
  font-weight: bold;
}
#sitemap_box ul > li > ul > li a {
  border-top: 1px dotted #ccc;
  padding: 15px 30px;
  font-weight: normal;
}
#sitemap_box ul > li:last-child {
  border-bottom: 2px solid #ccc;
}
#sitemap_box ul ul li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  #sitemap_box > ul {
    font-size: 1.6rem;
    width: 100%;
  }
  #sitemap_box > ul:first-child li:last-child {
    border-bottom: none;
  }
}
/*英語*/
.eng_contact_photo {
  margin-bottom: 30px;
  display: flex;
}
.eng_contact_photo li {
  margin-right: 20px;
}
.eng_contact_photo li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .eng_contact_photo {
    margin-bottom: 20px;
  }
  .eng_contact_photo li {
    margin-right: 5px;
  }
}
/*中国語フォント指定*/
.font_ch, .font_ch #sub_head_contents h2 {
  font-family: "微软雅黑", "宋体" !important;
  font-weight: normal;
}
/*404*/
#notfound_box {
  text-align: center;
  border: 1px solid #ccc;
  padding: 30px 10px;
  margin-bottom: 50px;
}
#notfound_box h2 {
  font-size: 2.4rem;
  margin-bottom: 40px;
}
#notfound_box p {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #notfound_box h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  #notfound_box p {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
/*その他サブ共通*/
.table_style1 {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.table_style1 dl {
  display: table-row;
}
.table_style1 dl dt, .table_style1 dl dd {
  display: table-cell;
  border: 1px solid #ccc;
  padding: 15px;
}
.table_style1 dl dt {
  width: 240px;
  background: #eee;
}
@media print, screen and (min-width: 768px) {
  .table_style1.dt270 dl dt {
    width: 270px;
  }
}
.table_style2 {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #ccc;
}
.table_style2 th, .table_style2 td {
  padding: 15px;
  font-size: 1.6rem;
}
.table_style2 thead {
  background: #0080cc;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
}
.table_style2 thead th {
  text-align: center;
  width: 50%;
}
.table_style2 thead th:first-child, .table_style2 tbody tr th {
  border-right: 1px solid #ccc;
}
.table_style2 tbody tr:nth-of-type(2n+1) th, .table_style2 tbody tr:nth-of-type(2n+1) td {
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .table_style2 th, .table_style2 td {
    padding: 10px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.history_table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ccc;
}
.history_table dl {
  display: table-row;
}
.history_table dl dt, .history_table dl dd {
  display: table-cell;
  padding: 15px;
  border-bottom: 1px dotted #ccc;
}
.history_table dl:last-child dt, .history_table dl:last-child dd {
  border-bottom: none
}
.history_table dl dt {
  width: 60px;
  border-right: 1px dotted #ccc;
}
.sub_contents_box {
  margin-bottom: 40px;
}
.nomal_h3 {
  font-size: 2.1rem;
  color: #0080cc;
  margin-bottom: 15px;
}
.nomal_h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.nomal_h4::before {
  content: "■";
  font-size: 1.4rem;
  padding-right: 5px;
  color: #aaa;
}
.listDisc {
  padding-left: 30px;
  list-style: disc;
}
.listDisc li {
  margin-bottom: 10px;
}
.listDecimal {
  padding-left: 30px;
  list-style: decimal;
}
.listDecimal li {
  margin-bottom: 10px;
}
.lh14 {
  line-height: 1.4;
}
.listDecimal2 {
  counter-reset: number;
}
.listDecimal2 li {
  padding-left: 40px;
  margin-bottom: 10px;
  position: relative;
}
.listDecimal2 li::before {
  margin-left: -40px;
  width: 30px;
  line-height: 30px;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  background: #0080cc;
  text-align: center;
  font-size: 1.5rem;
  counter-increment: number;
  content: counter(number);
}
.listDecimal2 li::after {
  position: absolute;
  top: 20px;
  left: 19px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}
.usa_box {
  border: 2px solid #0080cc;
  padding: 20px;
  font-size: 2rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .anchor_point {
    padding-top: 180px;
    margin-top: -180px;
  }
  .flexbox {
    display: flex;
    flex-wrap: wrap;
  }
  .flexbox_bw {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flexbox_ard {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .flexbox_cnt {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .flexbox_ai_C {
    align-items: center;
  }
  .img320 {
    width: 320px;
  }
  .img320 img {
    width: 100%;
    height: auto;
  }
  .img500 {
    width: 500px;
  }
  .img500 img {
    width: 100%;
    height: auto;
  }
  .imgLeft {}
  .imgRight {
    order: 2;
  }
  .order01 {
    order: 1;
  }
  .order02 {
    order: 2;
  }
  .order03 {
    order: 3;
  }
  .order04 {
    order: 4;
  }
  .flex_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .width720 {
    width: 720px;
  }
  .width640 {
    width: 640px;
  }
  .width600 {
    width: 600px;
  }
  .width500 {
    width: 500px;
  }
  .width450 {
    width: 450px;
  }
  .width400 {
    width: 400px;
  }
  .width350 {
    width: 350px;
  }
  .width320 {
    width: 320px;
  }
  .width300 {
    width: 300px;
  }
  .width240 {
    width: 240px;
  }
  .width180 {
    width: 180px;
  }
  .width100 {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .flexbox_bw_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .anchor_point {
    padding-top: 80px;
    margin-top: -80px;
  }
  .table_style1 {
    display: inherit;
  }
  .table_style1 dl {
    display: inherit;
    margin-bottom: 10px;
  }
  .table_style1 dl dt, .table_style1 dl dd {
    display: inherit;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
  }
  .table_style1 dl dt {
    background: #eee;
    border-bottom: none;
  }
  .history_table dl dt, .history_table dl dd {
    padding: 10px;
  }
  figure {
    margin-bottom: 15px;
    display: inline-block;
  }
  .sub_contents_box {
    margin-bottom: 20px;
  }
  .nomal_h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .listDisc, .listDecimal {
    padding-left: 20px;
  }
  .listDisc li, .listDecimal li {
    margin-bottom: 5px;
  }
  .listDecimal2 li {
    padding-left: 30px;
  }
  .listDecimal2 li::before {
    margin-left: -30px;
    width: 20px;
    line-height: 20px;
    font-size: 1.3rem;
  }
  .listDecimal2 li::after {
    top: 16px;
    left: 13px;
    border-width: 0 0 6px 6px;
  }
  .usa_box {
    padding: 10px;
    font-size: 1.6rem;
    text-align: left;
  }
}
/*トータルソリューション*/
#solution_head {
  margin-bottom: 40px;
}
#solution_head h2 {
  margin-bottom: 20px;
}
.solution_lead {
  text-align: center;
  font-size: 2.7rem;
  font-weight: bold;
  color: #0080cc;
  margin-bottom: 30px;
}
#solution_whats {
  background: #e8f4fa;
  padding: 30px 100px;
  letter-spacing: 0.2em;
}
#solution_whats h2 {
  text-align: center;
  font-size: 2.1rem;
  margin-bottom: 15px;
}
.support_flow_pop {
  color: #492F06;
  background: #F8F2CE;
  margin: -10px auto 20px;
  position: relative;
  font-weight: bold;
}
.support_flow_txt {
  font-weight: bold;
  font-size: 2rem;
}
.support_flow_txt span {
  font-size: 1.6rem;
  font-weight: normal;
  color: #ff4b3d;
}
#solution_comment_box {
  background: #e8f4fa;
  padding: 30px;
  box-sizing: border-box;
}
/*#solution_comment { display: flex; justify-content: space-between;align-items: flex-start;}
#solution_comment figure { width: 200px;}
#solution_comment figure img { border-radius: 30px;}*/
#solution_comment p {
  font-size: 2rem;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}
#solution__contact {
  font-size: 2.1rem;
  font-weight: bold;
}
/*#solution_comment p::before {position: absolute;top: 30px; left: -30px;content: "";width: 0;height: 0;border-style: solid;border-width: 7.5px 30px 7.5px 0;border-color: transparent #ffffff transparent transparent;}*/
h2#solution_development {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 20px;
}
h2#solution_development em:first-of-type {
  color: #1447D0;
}
h2#solution_development em:nth-of-type(2) {
  color: #1E8A27;
}
h2#solution_development em:nth-of-type(3) {
  color: #ED2F32;
}
#solution_development_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#solution_development_list li {
  width: 24%;
  margin-bottom: 10px;
}
#arrow {
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .support_flow_pop {
    display: block;
    line-height: 50px;
    width: 640px;
    text-align: center;
    border-radius: 25px;
    position: relative;
    font-size: 1.8rem;
  }
  #solution_comment_box {
    width: 1000px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  #solution_head {
    margin-bottom: 20px;
  }
  .solution_lead {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  #solution_whats {
    padding: 20px;
    letter-spacing: normal;
  }
  #solution_whats h2 {
    font-size: 1.8rem;
  }
  .support_flow_pop {
    border-radius: 40px;
    font-size: 1.5rem;
    line-height: 1.3;
    padding: 5px 20px;
  }
  .support_flow_txt {
    font-size: 1.7rem;
  }
  .support_flow_txt span {
    font-size: 1.4rem;
  }
  #solution_comment_box {
    padding: 15px;
  }
  #solution_comment {
    margin-bottom: 20px;
  }
  #solution_comment figure {
    width: 90px;
  }
  #solution_comment p {
    font-size: 1.6rem;
    padding: 15px;
  }
  #solution_comment p::before {
    top: 30px;
    left: -20px;
    border-width: 7.5px 20px 7.5px 0;
  }
  #solution__contact {
    font-size: 1.8rem;
    line-height: 40px;
  }
  h2#solution_development {
    text-align: left;
    font-size: 2rem;
  }
  #solution_development_list li {
    margin-bottom: 5px;
  }
  #arrow img {
    width: 120px;
  }
}