.service{
  font-family:'Noto Sans JP', sans-serif;
}

.top {
  padding-top: 76.66666vh;
}

.top .footer {
  background-color: rgba(255, 255, 255, 0.85);
}

.top .footer__vid {
  display: none;
}

.title_header {
  font-size: 16px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
  /* padding-right: 25px; */
  text-align: center;
}

.title_header a{
  text-decoration:underline;
  color: #567893;
  margin-right: 15px;
}

.top__service--bar{
  padding-top: 30px;
  padding-left: 70px;
  padding-right: 70px;
  margin-bottom: 30px;
}

.top__service--bar li{
  line-height: 1.3;
  letter-spacing: 0.45px;
  padding-bottom: 20px;
  /* width: 80%; */
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.top__service--bar li .head {
  font-size: 36px;
  color: #567893;
  text-align: center;
}
.top__service--bar li .head_en {
  font-family: 'DIN Next LT';
  font-size: 36px;
  text-align: center;
}
.top__service--bar li .head_sm {
  font-size: 34px;
  text-align: center;
}

.top__service--bar li .sub_head {
  font-size: 26px;
  text-align: center;
}
.top__service--bar li .sub_head_en {
  font-family: 'DIN Next LT';
  font-size: 26px;
  text-align: center;
}

.top__service--bar li .content {
  border-style: solid;
  border-width: 1px;
  background: #EEEEEE;
  /* background: #f5f5f5 */
  padding-top: 5px;
  padding-bottom: 5px;
}


.top__service--bar .title{
  font-size: 32px;
  color: #567893;
  position: relative;
  text-align: center;
  border-bottom:1px solid #567893;
  border-bottom-width: thick;
  margin-bottom: 15px;
}

.top__service--bar .sub_title{
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #567893;
  position: relative;
  border-bottom:thick double #567893;
  width: 88px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.top__service--bar .sub_title_lrg{
  font-size: 20px;
  letter-spacing: 0.1em;
  /* font-family: "DIN Next LT", sans-serif; */
  color: #567893;
  position: relative;
  border-bottom:thick double #567893;
  margin-top: 10px;
  margin-bottom: 15px;
}

.top__service--bar .txt1 {
  font-size: 17px;
  line-height: 34px;
  letter-spacing: 0;
  margin-top: 5px;
  margin-bottom: 35px;
}

.top__service--bar .txt2 {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.075em;
  margin-top: 5px;
  margin-bottom: 35px;
}

.top__service--bar .detail  {
  font-size: 15px;
  font-weight: lighter; 
  line-height: 26px;
  letter-spacing: 0.075em;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 30px;
}

.top__service--bar .detail_flex{
  display: flex;
  font-size: 15px;
  font-weight: lighter; 
  line-height: 26px;
  letter-spacing: 0.075em;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 30px;
}

.top__service--bar .detail_flex .left  {
  margin-right: 8px;
  width: 50%;
}
.top__service--bar .detail_flex .right  {
  margin-left: 8px;
  width: 50%;
}


.top__service--bar .detail_flex .solid {
  border-style: solid;
  border-width: 1px;
}

.top__service--bar .detail_image{
  text-align: center;
  margin-top: 10px;
}

.top__service--bar .detail_image_flex{
  display: flex;
  margin-top: 10px;
}

.top__service--bar .detail_image_flex .left {
  margin-right: 5px;
  width: 50%;
}

.top__service--bar .detail_image_flex .right {
  margin-left: 5px;
  width: 50%;
}


.top__service--bar .detail_image_flex .left_solid  {
  border-style: solid;
  border-width: 1px;
  margin-right: 5px;
  width: 50%;
}
.top__service--bar .detail_image_flex .right_solid  {
  border-style: solid;
  border-width: 1px;
  margin-left: 5px;
  width: 50%;
}

.top__service--bar .detail_image_flex .arrow{
  margin-top: 150px;
  margin-left: 10px;
  margin-right: 10px;
  width: 5%;
}


.top__service--bar .wrapper {
  /* width: 80%; */
  display: flex;
  /* margin: 10px auto; */
  justify-content: center;
}

.top__service--bar .wrapper .main {
  width: 55%;
}
.top__service--bar .wrapper .side {
  width: 45%;
}

.top__service--bar .wrapper .left {
  border-style: solid;
  border-width: 1px;
  margin-right: 5px;
  width: 50%;
}
.top__service--bar .wrapper .right {
  border-style: solid;
  border-width: 1px;
  margin-left: 5px;
  width: 50%;
}

.top__service--bar .wrapper .detail{
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.top__service--bar .wrapper .detail .wp_title{
  font-size: 24px;
  font-weight: bolder;
}


.top__service--bar .wrapper .detail  p{
  font-size: 14px;
  font-weight: lighter; 
  padding-bottom: 12px;
}



/* 繝懊ち繝ｳ陬�｣ｾ */
/* .top__service--bar .detail .contact a{ */
.top__service--bar .wrapper .detail_btn{
  cursor:pointer;
  font-size: 14px;
  color: #fff;
  background: #4169e1;
  padding: 8px 8px;
  margin-top:-5px;
  display: block;
  border-radius: 5px;
  text-decoration: none;
  float: right;
}

.top__service--bar .contact a{
    cursor:pointer;
    font-size: 16px;
    color: #fff;
    background: #4169e1;
    padding: 10px 10px;
    margin-top:1px;
    margin-bottom:5px;
    margin-left: 5px;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    float: right;
  }

  .top__service--bar .dld_btn a{
    cursor:pointer;
    font-size: 14px;
    color: #fff;
    background: #4169e1;
    padding: 4px 4px;
    margin-top:-25px;
    margin-bottom:20px;
    margin-left:15px;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    float: left;
  }
  


