
/*====================================================
////id offices-expatriate
====================================================*/
#offices-expatriate .item {
  background-color: var(--w_green);
}
#offices-expatriate .item a {
  color: var(--green);
}
#offices-expatriate .item .head {
  color: var(--green);
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #offices-expatriate .item {
    padding: 2rem 1.5rem;
  }
  #offices-expatriate .item + .item {
    margin-top: 20px;
  }
  #offices-expatriate .item .head {
    font-size: 1.4em;
  }
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #offices-expatriate > .wp-block-group__inner-container{
    display: flex;
    justify-content: space-between;
  }
  #offices-expatriate .item {
    width: 48%;
    padding: 3rem 1.5rem;
  }
  #offices-expatriate .item .head {
    font-size: 1.5em;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {

}

/*====================================================
////id activity
====================================================*/
#activity ol {
  margin-top: 30px;
}
#activity li::before{
  color: var(--green);
  font-size: 1.2em;
  font-weight: bold;
}
#activity li strong {
  font-size: 1.2em;
  font-weight: bold;
}
#activity li + li {
margin-top: 1.5em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {

}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

#movie .youtube {
  aspect-ratio: 16 / 9;
  margin-left: auto;
  margin-right: auto;
}
#movie .youtube iframe{
  width: 100%;
  height: 100%;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
#movie .youtube {
  width: 100%;
  max-width: 600px;
}
#movie .innerBox {
  padding: 0 0 40px 0;
}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
#movie .youtube {
  width: 100%;
  max-width: 1000px;
}
#movie .innerBox {
  padding: 0 0 80px 0;
}
}


/*====================================================
////id 
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {

}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}


/*====================================================
////id 
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {

}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}
