@charset "UTF-8";

/* common */
body {
  font-size: 14px;
}
#inpage_wrapper a {
  color: #333;
}
#inpage_wrapper a:hover {
  text-decoration: none;
}
#inpage_wrapper #inpage.no_sp {
  padding: 3px 0 0px;
}
.winFit {
  max-width: 1080px;
  width: 98%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 1120px) {
  .winFit {
    width: 96%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #main_title {
    min-height: 110px;
  }
  .winFit {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
  }
}

.p_text {
  color: #002f7c;
}
.p_bg {
  background-color: #002f7c;
}
.sub_bg {
  background-color: #f1f2f4;
}
.sub_text {
  font-size: 12px;
}
.sub_color {
  color: #888;
}

.ttl-h2 {font-size: 20px; font-weight: bold;}
.ttl-h3 {font-size: 16px; font-weight: bold;}
.ttl-h4 {font-size: 16px; font-weight: bold;}
.ttl-h5 {font-size: 14px; font-weight: bold;}

/* techTOP */
.work_list {
  margin-top: 24px;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.image_fit {
  width: 100%;
  height: auto;
}

/*
#title_bg {
  background: url('../img/techtitlemainpc.png') no-repeat center top;
  height: 400px;
  width: 100%;
  overflow: hidden;
  min-height: 262px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #title_bg {
    background: url('../img/techtitlemainsp.png') no-repeat center top;
    height: auto;
    width: 100%;
    min-height: 36vw;
    background-size: contain;
    }
}
*/

.ttl_h2_wrap {
  box-sizing: border-box;
  border-bottom: 2px solid #d9d9d9;
  padding: 12px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.ttl_h2_wrap:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 32%;
  height: inherit;
  border-bottom: 2px solid #002f7c;
}

.ttl_h3_wrap,
.ttl_h4_wrap {
  padding: 16px;
}

.ttl_h5_wrap {
  padding: 0 16px;
}

.ttl_h2_wrap .ttl-h2,
.ttl_h3_wrap .ttl-h3,
.ttl_h4_wrap .ttl-h4,
.ttl_h5_wrap .ttl-h5 {
  text-align: left;
  flex-grow:1;
}

.ttl_h4_wrap.p_bg  .ttl-h4 {
  color: #fff !important;
}

.top__grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px;
}

.top__list_group {
  display: flex;
  gap: 16px;
}

.top__list_group .list__item {
  position: relative;
  min-width: 163.5px;
  width: 170px;
}

.top__grid .ttl_h3_wrap {
  padding: 0 0 16px;
}

@media screen and (max-width: 767px) {
  .work_read {
    padding-top: 24px;
  }
  .ttl_h2_wrap {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
  }
  .work_read {
    padding-left: 16px;
    padding-right: 16px;
  }
  .top__grid {
    display: block;
    padding: 16px;
  }
  .top__list_group {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px 0;
    margin-top: 16px;
    width: 100%;
  }
  .top__list_group .list__item {
    width: 49%;
  }
  .top__list_group .list__btn a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
  }
  .top__list_wrap + .top__list_wrap {
    margin-left: 0;
    margin-top: 24px;
  }
  .top__list_group .list__item {
    margin-bottom: 16px;
  }
}

.top__list_group .list__img > img {
  width: 100%;
}

.top__list_group .list__text {
  color: #333;
  text-align: center;
  margin-top: 12px;
}

.top__list_group .list__btn {
  margin-top: 12px;
}

.top__list_group .list__btn > a {
  background-color: #002f7c;
  border-radius: 3px;
  color: #fff !important;
  display: block;
  text-align: center;
  padding: 10px;
}

.top__navi_group {
  display: flex;
  border-radius: 4px;
  border: 1px solid #002f7c;
  margin-top: 24px;
}
.top__navi_group .navi__list {
  width: calc(100% / 3);
}
.top__navi_group .navi__link {
  display: block;
  padding: 12px;
  position: relative;
  text-align: center;
}
.top__navi_group .navi__link,
.top__navi_group .navi__link * {
  vertical-align: middle;
}
#inpage_wrapper .top__navi_group a.navi__link {
  color: #002f7c;
}
.top__navi_group .navi__link:after {
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #002f7c;
  border-right: 2px solid #002f7c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 6px;
  vertical-align: 0.2em;
}

@media screen and (max-width: 767px) {
  .top__navi_group {
    margin-left: 16px;
    margin-right: 16px;
  }
  .top__navi_group .navi__link {
    line-height: 1.2;
    padding-bottom: 24px;
  }
  .top__navi_group .navi__link > span {
    display: block;
  }
  .top__navi_group .navi__link > span.sp_hidden {
    display: none;
  }
  .top__navi_group .navi__link:after {
    display: block;
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -4px;
    vertical-align: inherit;
  }
}
@media screen and (max-width: 375px) {
.top__navi_group .navi__link > span {
 font-size: 3.62vw;
}
}
/*products*/
.ttl_type_wrap {
  padding: 16px;
  position: relative;
}
.ttl_type_wrap .ttl-type {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
.ttl_type_wrap .ttl-type em {
  font-size: 20px;
  font-weight: bold;
}
.ttl_type_wrap a.ttl-type {
  color: #002f7c !important;
  display: block;
  margin: -16px;
  padding: 16px 16px 16px 32px;
  position: relative;
}
.ttl_type_wrap a.ttl-type:before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #002f7c;
  border-left: solid 2px #002f7c;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(-45deg);
}

.ttl-btn {
  font-size: 0;
}

.ttl-btn > li {
  display: inline-block;
  font-size: inherit;
  margin-left: 4px;
}

.ttl-btn > li > a {
  border: 1px solid #002f7c;
  border-radius: 2px;
  color: #002f7c !important;
  display: block;
  font-size: 12px;
  padding: 8px;
  line-height: 1em;
}
@media screen and (max-width: 400px) {
  .ttl_h2_wrap {
    flex-flow: column;
    align-items: normal;
  }
  .ttl-btn {
    text-align: right;
  }
}

.products_detail__wrap {
  padding: 16px;
}
.products_detail__item {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  padding: 12px;
  min-width: 30%;
}
.products_detail__item.col {
  flex-flow: column;
}/*縦並び*/

.products__text {
  text-align: left;
}
.products__text p + p {
  margin-top: 12px;
}
.products__img {
  text-align: center;
}
.circle {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid rgba(68, 68, 68, 0.4);
  position: relative;
  overflow: hidden;
}
.circle > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.products__img .circle {
  width: 180px;
  height: 180px;
}
.products_detail__wrap header[class^="ttl_h"] {
  background-color: #f1f2f4;
  width: 100%;
  flex-grow: 1;
  padding: 0 16px;
}
.products_detail__wrap > header[class^="ttl_h"] {
  background-color: rgba(0,0,0,0.05);
  padding: 16px;
}
.products_detail__wrap + .products_detail__wrap {
  margin-top: -32px;
}

.products_detail__item .products_detail__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.products_detail__item .products_detail__wrap .products_detail__item {
  min-width: 10%;
}

@media screen and (max-width: 767px) {
  .products__img {
    width: 140px;
  }
  .products__img .circle {
    width: 140px;
    height: 140px;
  }
  .products__img img {
    max-width: 100%;
  }
  .products_detail__item .products_detail__wrap .products_detail__item {
    width: 49%;
  }
}
@media screen and (min-width: 730px) {
  .products_detail__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-color: #f1f2f4;
    column-gap: 12px;
  }
}

.option_list__group {
  background-color: #d9e0eB;
  padding: 16px;
}
.option_list__item {
  padding-bottom: 16px;
  text-align: left;
}
.option_list__item:last-child {
  padding-bottom: 0;
}
.option_list__item .option_link {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #fff;
  padding: 12px 40px 12px 12px;
  position: relative;
  width: 100%;
}
.option_list__item .option_link:before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #002f7c;
  border-right: solid 2px #002f7c;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(45deg);
}
.option_list__item .option_link .option__name {
  flex-grow:1;
  padding-left: 12px;
}
.option_list__item .option_link .option__img > img {
  width: 48px;
  height: 48px;
}
.option_list__item .ttl-h4 {
  padding: 4px 4px 0;
}

.products_link__group {
  border-bottom: 1px solid #d9e0eb;
  margin-top: 24px;
}
.products_link__group .products_link__item {
  border-top: 1px solid #d9e0eb;
  text-align: left;
}
.products_link__item .products_link {
  display: block;
  padding: 12px 40px 12px 12px;
  position: relative;
}
.products_link__item .products_link:before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(45deg);
}

.products_fotter-link__group {
  margin-top: 24px;
}
.products_fotter-link__group .products_link__item {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  text-align: left;
}
.products_fotter-link__group .products_link__item:first-child {
  border-top: none;
}
.products_fotter-link__group .products_link__item .products_link {
  color: #fff !important;
    background-color: #002f7c;
}
.products_fotter-link__group .products_link__item .products_link:before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

@media screen and (min-width: 730px) {
  .option_list__group {
    display: flex;
    flex-wrap:wrap;
    gap: 16px;
  }
  .option_list__item {
    padding-bottom: 0;
    width: calc((100% - 16px)/2);
  }
  .option_list__item:first-child {
    width: 100%;
  }

  .products_fotter-link__group {
    padding: 12px;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .products_fotter-link__group .products_link__item {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    border: none;
    margin: 12px auto 0;
    min-width: calc((100% - 12px * 2) / 2.5);
  }
  .products_fotter-link__group .products_link__item:first-child {
    margin-top: 0;
  }
  .products_fotter-link__group .products_link__item .products_link {
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 12px 32px 12px 12px;
    background-color: #002f7c;
  }
}

/* adSpfooter */
.p-page-top{
  margin-top: 40px;
}

/* addutility */
.u-pl1em{
  padding-left: 1em;
}