<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';
/*- flexbox -*/.grid,.grid.is-stretch&gt;.col{display:flex}.grid{flex-wrap:wrap}.grid.is-nowrap{flex-wrap:nowrap}.grid:not(.is-gap-none){margin-left:-.5em;margin-bottom:-.5em}.grid:not(.is-gap-none)&gt;.col{padding-left:.5em;padding-bottom:.5em}.grid:not(.is-gap-none)+.grid:not(.is-gap-none){margin-top:.5em}.grid.is-middle{align-items:center}.grid.is-bottom{align-items:flex-end}.grid.is-center{justify-content:center}.grid.is-right{justify-content:flex-end}.grid.is-between{justify-content:space-between}.grid.is-reverse{flex-direction:row-reverse}.grid.is-around{justify-content:space-around}.is-col-1{flex:0 0 8.33333%;max-width:8.33333%;}.is-col-2{flex:0 0 16.66667%;max-width:16.66667%;}.is-col-3{flex:0 0 25%;max-width:25%;}.is-col-4{flex:0 0 33.33333%;max-width:33.33333%;}.is-col-5{flex:0 0 41.66667%;max-width:41.66667%;}.is-col-6{flex:0 0 50%;max-width:50%;}.is-col-7{flex:0 0 58.33333%;max-width:58.33333%;}.is-col-8{flex:0 0 66.66667%;max-width:66.66667%;}.is-col-9{flex:0 0 75%;max-width:75%;}.is-col-10{flex:0 0 83.33333%;max-width:83.33333%;}.is-col-11{flex:0 0 91.66667%;max-width:91.66667%;}.is-col-12{flex:0 0 100%;max-width:100%;}.is-col-0{flex:1 0 0%;max-width:100%;}
@media screen and (min-width:769px){.is-pc-0{flex:1 0 0%;max-width:100%}.is-pc-1{flex:0 0 8.33333%;max-width:8.33333%}.is-pc-2{flex:0 0 16.66667%;max-width:16.66667%}.is-pc-3{flex:0 0 25%;max-width:25%}.is-pc-4{flex:0 0 33.33333%;max-width:33.33333%}.is-pc-5{flex:0 0 41.66667%;max-width:41.66667%}.is-pc-6{flex:0 0 50%;max-width:50%}.is-pc-7{flex:0 0 58.33333%;max-width:58.33333%}.is-pc-8{flex:0 0 66.66667%;max-width:66.66667%}.is-pc-9{flex:0 0 75%;max-width:75%}.is-pc-10{flex:0 0 83.33333%;max-width:83.33333%}.is-pc-11{flex:0 0 91.66667%;max-width:91.66667%}.is-pc-12{flex:0 0 100%;max-width:100%}.is-pc-full{flex:0 1 100%;max-width:100%}.is-pc-auto{flex:0 1 auto;max-width:100%}.grid.is-gap-2x:not(.is-gap-none){margin-left:-1em;margin-bottom:-1em}.grid.is-gap-2x:not(.is-gap-none)&gt;.col{padding-left:1em;padding-bottom:1em}.grid.is-gap-2x:not(.is-gap-none)+.grid.is-gap-2x:not(.is-gap-none){margin-top:1em}.grid.is-gap-3x:not(.is-gap-none){margin-left:-1.5em;margin-bottom:-1.5em}.grid.is-gap-3x:not(.is-gap-none)&gt;.col{padding-left:1.5em;padding-bottom:1.5em}.grid.is-gap-3x:not(.is-gap-none)+.grid.is-gap-3x:not(.is-gap-none){margin-top:1.5em}.grid.is-gap-4x:not(.is-gap-none){margin-left:-2em;margin-bottom:-2em}.grid.is-gap-4x:not(.is-gap-none)&gt;.col{padding-left:2em;padding-bottom:2em}.grid.is-gap-4x:not(.is-gap-none)+.grid.is-gap-4x:not(.is-gap-none){margin-top:2em}.grid.is-gap-6x:not(.is-gap-none){margin-left:-3em;margin-bottom:-3em}.grid.is-gap-6x:not(.is-gap-none)&gt;.col{padding-left:3em;padding-bottom:3em}.grid.is-gap-6x:not(.is-gap-none)+.grid.is-gap-6x:not(.is-gap-none){margin-top:3em}.is-box-20:not(.is-gap-none){margin-left:-20px}.is-box-20:not(.is-gap-none)&gt;.col{padding-left:20px}.is-box-50:not(.is-gap-none){margin-left:-50px}.is-box-50:not(.is-gap-none)&gt;.col{padding-left:50px}}

main { color: #000; }
main sup { font-size: smaller; }
main img { max-width: 100%; }
main li { list-style: none; }
main h2 span { font-size: inherit; }
main h3 {
  font-size: 1.6rem;
  text-align: left;
  font-weight: bold;
  margin-bottom: 1rem;
}

/* classes */
main .red    { color: #DF1317; }
main .blue   { color: #0085D1; }
main .orange { color: #ED873F; }
main .green  { color: #7DBC31; }
.is-orange { color: #ea5404; }
.is-sm { font-size: smaller; }
.is-lg { font-size: larger; }
.txt-bold { font-weight: bold; }
.indent1 {
  padding-left: 1em;
  text-indent: -1em;
}
.mB1rem { margin-bottom:1rem; }

/* heroarea */
@media screen and (max-width: 767px) {
  .hero-wrap {
    margin-top: 44px;
  }
  .hero-btn {
    padding: 15px 15px 1em;
    text-align: center;
  }
}
.btn-syutugan {
}
.btn-syutugan:hover,
.btn-syutugan:visited {
  color: #333;
}
.btn-syutugan:before {
  content:"";
}
@media screen and (min-width: 768px){
  .for_sp {display: none;}
  .hero-wrap {
    background-color: #f2f9fb;
    margin-top: 0;
  }
  .hero {
  padding-bottom: 50

  }
  .hero-btn {
    position: absolute;
    top: 490px;
    left: 20px;
  }
  .btn-syutugan {
  }
  .btn-syutugan:before {
  }
}


/* pagenavi */
.section-pagenav {
  padding-top: 20px;
}
.point-nav {
  margin:30px 0 0 10px;
  border: 2px solid #000;
  background-color: #f5f5f5;
}
.point-nav dt {
  display: block;
  background-color: #fff;
  text-align: center;
  padding: .2em .3em;
  width: 15em;
  margin: -1.2em auto 0;
  font-size: 16px;
  border: 2px solid #000;
  font-weight: 600;
}
.point-nav dd {
  padding: 10px;
  font-size: 14px;
}
.point-nav .col &gt; div {
  background-color: #fff;
  padding:10px 5px;
  width: 100%;
}
.btn-detail {
  display: inline-block;
  border: 1px solid #3c6bce;
  background-color: rgba(60, 107, 206, .15);
  padding: .1em .5em;
}
@media screen and (min-width: 768px){
  .section-pagenav {
    width: 1120px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .point-nav dt {
    font-size: 24px;
  }
  .point-nav dd {
    padding: 20px;
    font-size: 16px;
  }
  .point-nav .col &gt; div {
    padding:20px 15px;
  }
  .btn-detail {
    padding: .1em 1em;
    font-size: smaller;
  }
  .btn-detail:hover {
    font-weight: normal;
    background-color: #fff;
  }  
}




















.btn{
  display: block;
  background-color: #ffde00;
  color: #000;
  font-size: 2.2rem;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.05em;
  padding: 0.6em 1em;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*蠖ｱ*/
  -webkit-tap-highlight-color: transparent;
  font-weight: 600;
}
.btn:hover{
  color: #000;
  opacity: .8;
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*豬ｮ縺堺ｸ翫′繧九ｈ縺�↓*/
}
.general_fbtn {
  text-align: center;
  padding-bottom: 40px;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 768px){
  .general_fbtn a {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.3;
    font-size: 3rem;
  }
}



.adm-wrap {
  background-color: #fff;
}
.adm-info {
  background-color: #efefef;
  padding: 20px 10px 30px;
}
.adm-info-right {
  margin-top: 20px;
}
.adm-info_block {
  background-color: #fff;
/*  border-top: 9px solid;*/
  padding: 10px;
  line-height: 1.5;
}
.adm-info_block &gt; .clearfix:first-child {
  margin: -10px -10px 5px;
  padding: 10px 10px 5px;
}
.adm-info_block.type-d &gt; .clearfix:first-child {
  background-color: #41893C;
}
.adm-info_block.type-c &gt; .clearfix:first-child {
  background-color: #C48F13;
}
.adm-info_title {
  color: #fff;
}
.adm-info_title dt {
  font-size: 17px;
  font-weight: bold;
}
.adm-info_title dd {
  padding-bottom: 5px;
}

.adm-info_date {
  padding-top: 5px;
}
.adm-info_date dt {
  width: 4.6em;
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
}
.adm-info_date dt span {
  display: inline-block;
  width: 4.6em;
  border: 1px solid #000;
  text-align: center;
}
.adm-info_date dd {
  display: table-cell;
  padding-left: .5em;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.4;
}
.adm-info_date dd span {
  vertical-align: middle;
}
.adm-info_date strong {
  font-size: 17px;
  vertical-align: middle;
}

.adm-info_point {
  margin-top: 15px;
}
.adm-info_point li {
  padding-left: 11px;
  text-indent: -11px;
  margin-bottom: .5em;
}
.adm-info_point li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin-right: 3px;
  display: inline-block;
}

.adm-info_note {
  font-size: 11px;
  line-height: 1.3;
  margin-top: 1em;
}

.adm-info_box {
  margin: 20px 0;
  padding: 1.5em 1.5em 1.5em 2em;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  background: #fff url(../images/box_bg.gif) repeat 0 0;
}
.adm-info_box p {
  text-indent: 2em;
}
.adm-info_box strong.red{
  font-size: 20px;
}
.general .adm-info_box img {
  display: block;
  position: absolute;
  top: 4px;
  left: -30px;
  width: 80px;
  height: auto;
}
/*
.adm-info_block.type-d {
  border-color: #41893c;
}
.type-d .adm-info_title dt {
  color: #41893c;
}
*/
.type-d .adm-info_point li:before {
  background-color: #41893c;
}
/*
.adm-info_block.type-c {
  border-color: #C48F13;
}
.type-c .adm-info_title dt {
  color: #C48F13;
}
.*/
.type-c .adm-info_point li:before {
  background-color: #C48F13;
}


.adm-btn {
  background-color: #ffea00;
  text-align: center;
  font-size: 20px;
  line-height: 58px;
  display: block;
  width: 80%;
  margin:-29px auto 60px; 
  color: #000;
  font-weight: bold;
}
.adm-btn-top {
  margin:0 auto; 
}
.adm-btn-btm {
  margin: 30px auto 50px; 
}


.adm-point h2 {
  text-align: center;
}
.adm-point h2 img {
    width: auto;
    height: 20px;
    display: block;
    margin: -10px auto 0;
}

.adom-point_block {
  background-color: #f2f7fd;
  margin: 30px 10px;
  padding: 15px;
  position: relative;
}
.adom-point_block:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  border-style: solid;
  width: 0px;
  height: 0px;
  border-color: #0b2d90 #f2f7fd transparent transparent;
  border-width: 20px 20px 0 0;
}
.adom-point_target {
  background-color: #41893c;
  float: right;
  color: #fff;
  padding:.1em .5em;
}

.adom-point_title {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #0b2d90;
  float: left;
  font-size: 16px;
  padding-left: 15%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 53px;
  position: relative;
}
.adom-point_title.point1 {background-image: url(../images/point1.png);}
.adom-point_title.point2 {background-image: url(../images/point2.png);}
.adom-point_title.point3 {background-image: url(../images/point3.png);}
.adom-point_title strong {
  font-size: 20px;
}

.adom-point_gouhi {
  margin-top: 1em;
  line-height: 1.5;
}
.adom-point_gouhi dt {
  position: relative;
  display: inline-block;
  padding: 0.5em 0.8em;
  width: 8em;
  color: #fff;
  background: #333;
  text-align: center;
  margin-bottom: 12px;
}

.adom-point_gouhi dt:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 8px solid #333;
}


@media screen and (min-width: 768px){
  .adom-wrap {
    background-color: #fff;
  }
  .adm-info {
  	margin-top: -50px;
    padding: 80px 0 40px; 
  }
  .adm-info &gt; div {
    width: 1200px;
    margin: 0 auto;
  }
  .adm-info_block {
    padding: 25px 30px;
    min-height: 341px;
  }
  .adm-info_block &gt; .clearfix:first-child {
    margin: -25px -30px 10px;
    padding: 20px 30px 0;
  }
  .adm-info-left {
    width: 590px;
    float: left;
  }
  .adm-info-right {
    width: 590px;
    float: right;
    margin-top: 0
  }
  .adm-info_title {
    float: left;
    padding-right: 30px;
    padding-left: 30px;
    border-left: 1px solid #fff;
    border-top: none;
    margin-bottom: 20px;
  }
  .adm-info_block .adm-info_title:first-of-type {
    padding-left: 0;
    border-left: none;
  }
  .adm-info_title dt {
    font-size: 20px;
  }
  .adm-info_title dd {
    padding-bottom: 0;
  }
  .adm-info_date strong {
    font-size: 26px;
  }
  .adm-info_block.type-c .adm-info_date:last-of-type {
    padding-bottom: 2.93em;
  }

  .adm-info_note {
    font-size: 12px;
  }

  div.adm-info_box {
    font-size: 15.5px;
    width: 1200px;
    margin: 30px auto 10px;
    padding:2em 2em 2em 100px;
    text-align: center;
  }
  .adm-info_box p {
    text-indent: 0;
  }
  .adm-info_box strong.red{
    font-size: 26px;
  }
  .general .adm-info_box img {
    top: 15px;
    width: 120px;
  }

  .adm-btn {
    width: 440px;
    font-size: 26px;
  }
  .adm-btn:hover {
    color: #000;
    background-color: #f5e100;
  }

  .adm-point h2 img {
    height: 30px;
    margin: -15px auto 0;
  }

  .adom-point_block {
    width: 1200px;
    margin: 30px auto;
    padding: 30px 50px;
  }
  .adom-point_block:after {
    border-width: 40px 40px 0 0;
  }
  .adom-point_title {
    padding-left: 70px;
    background-size: 50px auto;
    font-size: 18px;
    line-height: 1.3;
    min-height: 75px;
  }
  .adom-point_title strong {
    font-size: 36px;
  }
  .adom-point_lead {
    font-size: 16px;
    margin:  1em 0;
  }

  .adom-point_gouhi {
    margin: 1.8em 0;
    font-size: 16px;
  }
  .adom-point_gouhi dt {
    float: left;
  }

  .adom-point_gouhi dt:before{
    top: 50%;
    left: 100%;
    margin-left: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 8px solid #333;
    margin-bottom: 0;
  }
  .adom-point_gouhi dd {
    padding-left: 9.5em;
  }

}



.adm-table {
  margin: 20px 0;
  border-top: 1px solid #324069;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #324069;
  background-color: #fff;
}
.adm-table th,
.adm-table td {
  border-top: none;
  border-right: 1px solid #324069;
  border-bottom: 1px solid #324069;
  border-left: none;
}
.adm-table th {
  background-color: #324069;
  color: #fff;
  border-bottom-color: #fff;
}
.adm-table tr:last-of-type th {
  border-bottom-color: #324069;
}
.adm-table th span {
  border: 1px solid #fff;
  line-height: 1.6;
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  text-align: center;
  background-color: #fff;
  color: #000;
}

@media screen and (min-width: 768px){
  .adm-table thead th {
    border-right-color: #fff;
  }
  .adm-table thead th:last-of-type {
    border-right-color: #324069;
  }
  .adm-table tbody th {
    background-color: #fff;
    color: #000;
    border-bottom-color: #324069;
  }
  .adm-table th span {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
  }
 .adm-table td {
    border-bottom-color: #ccc;
  }
  .adm-table .general_point2_table_sep {
    border-bottom-color: #324069;
  }
  .adm-table li {
    padding-left: 13px;
    text-indent: -13px;
    margin-bottom: .5em;
  }
  .adm-table li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 5px;
    display: inline-block;
    background-color :#000;
  }
}

.adm-point_note {
  background-color: #e5effb;
  padding:15px 10px;
  border-radius: 5px; 
  margin: 15px 0 30px;
}
.adm-point_note h4 {
  text-align: left;
  font-weight: bold;
  margin-bottom: 1em;
}
.adm-point_note table {
  background-color: #fff;
  margin-top: 1em;
}
.adm-point_note table tr td:first-of-type {
  text-align: center;
}

.section-fbn {
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.section-fbn h2 {
  margin-bottom: 20px;
}

.movies .movie-wrap {
  position: relative;
  width: 100%;
  padding-top: calc(315 / 560 * 100%);
}

.movies .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movies .movie-wrap .wall {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movies {
  background: #EEEFF5;
}
.movies .col {
  display: flex;
}
.movies .movie-card {
  background-color: #fff;
  width: 100%;
}
.movies .col p {
  padding: 1em 1.5em;
}

@media screen and (min-width: 768px){
  .adm-point_note {
    padding: 25px;
  }
}

h4.adm-ex_title {
  font-weight: bold;
  position: relative;
  z-index: 0;
  margin-bottom: 25px;
}
h4.adm-ex_title:before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #ffea00;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  z-index: -1;
}
.adm-ex_wrap &gt; dl {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 15px;
}
.adm-ex_wrap &gt; dl &gt; dt {
  text-align: center;
  padding-bottom: 1em;
}
.adm-ex_wrap &gt; dl &gt; dt img {
  display: block;
  width: 48px;
  height: auto;
  margin: 10px auto 15px;
}
.adm-ex_wrap &gt; dl &gt; dt strong {
  display: inline-block;
  background: url(../images/ex-bg.gif) repeat 0 0;
  padding:.2em 1em; 
}
.adm-ex_wrap dd dl {
  margin: 10px 0;
}
.adm-ex_wrap dd dt {
  display: inline-block;
  width: 4.6em;
  font-size: 12px;
  text-align: center;
  border: 1px solid #000;
  float: left;
}
.adm-ex_wrap dd dd {
  padding-top: .3em;
  padding-left: 4.8em;
  line-height: 1.5;
}

.adm-ex_arr {
  display: block;
  margin: 0 auto;
  width: 7px;
  height: 7px;
  border-right: 2px solid #0b2d90;
  border-bottom: 2px solid #0b2d90;
  transform: rotate(45deg);
}
.newicon {
  display: inline-block;
  background-color: #ffea00;
  padding: 0 0.5em;
  border-radius: 2em;
  margin-right: .5em;
  font-size: 10px;
  position: absolute;
  top: -3em;
}
.adm-ex2_img {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px){
  h4.adm-ex_title {
    font-size: 20px;
    text-align: left;
  }
  h4.adm-ex_title:before {
    left: -15px;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .adm-ex_wrap &gt; dl {
    width: 350px;
    padding:10px 20px 20px;
    float: left;
    margin-right: 25px;
    margin-bottom: 0;
    min-height: 22.185em;
  }
  .adm-ex_wrap &gt; dl:last-of-type {
    margin-right: 0;
  }
  .adm-ex_wrap dd dd {
    padding-top: 0;
  }
  .newicon {
    font-size: 16px;
    position: static;
  }
  .point2 .adm-ex_title {
    width: 140px;
    float: left;
  }
  .adm-ex2_img {
    width: 335px;
    float: left;
    margin-right: 40px;
    margin-bottom: 0;
  }
  .adm-ex2_txt {
    position: relative;
    padding: 10px 20px;
    border-left: 1px solid #000;
    float: left;
    width: 550px;
  }
  .adm-ex2_txt:before{
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #f2f7fd;
    z-index: 2;
  }
  .adm-ex2_txt:after{
    content: "";
    position: absolute;
    top: 50%;
    left: -26px;
    margin-top: -13px;
    border: 13px solid transparent;
    border-right: 13px solid #000;
    z-index: 1;
  }

}


.adm-table-point3 th,
.adm-table-point3 td {
  padding: .5em .5em;
  text-align: center;
}
.adm-table.adm-table-point3 thead tr th {
  border-bottom: none;
  border-right-color: #fff;
}
.adm-table.adm-table-point3 thead tr th:last-of-type {
  border-right-color: #324069;
}
.adm-table.adm-table-point3 thead tr:last-of-type th {
  border-top: 1px solid #fff;
}
.adm-table.adm-table-point3 tbody th,
.adm-table.adm-table-point3 tbody td {
  border-bottom-color: #324069;
  background-color: #fff;
  color: #000;
}
.adm-table.adm-table-point3 tbody th {
  text-align: left;
}
/* interview */
.g-interview { padding: 10px; }
.g-interview h2 {
  position: relative;
  padding: .2em .3em;
  font-size: 16px;
  width: 16em;
  margin: 0 auto;
  border: 2px solid #000;
}
.g-interview h2:before {
  position: absolute;
  content: '';
  top: 100%;
  left: -2px;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #000;
}
.tab { margin-top: 1.5em; }
.tab li {
}
.tab li.tab-en {
  border-color: #EE86B4;
  background-color: rgba(238,134,180,.1);
  color: #EE86B4;
}
.tab li.tab-ph {
  border-color: #8AA3D4;
  background-color: rgba(138,163,212,.1);
  color: #8AA3D4;
}
.tab li.tab-ma {
  border-color: #60C1BD;
  background-color: rgba(96,193,189,.1);
  color: #60C1BD;
}
.tab li.active {
  color: #fff;
  cursor: auto;
}
.tab li.tab-en.active {
  background: #EE86B4;
}
.tab li.tab-ph.active {
  background: #8AA3D4;
}
.tab li.tab-ma.active {
  background: #60C1BD;
}
.g-interview-cont &gt; div {
  display: none;
  padding: 1em;
}
.g-interview-cont .cont-en {
  border:2px solid #EE86B4;
}
.g-interview-cont .cont-ph {
  border:2px solid #8AA3D4;
}
.g-interview-cont .cont-ma {
  border:2px solid #60C1BD;
}
.g-interview-cont .cont-en h3 {
  color: #EE86B4;
}
.g-interview-cont .cont-ph h3 {
  color: #8AA3D4;
}
.g-interview-cont .cont-ma h3 {
  color: #60C1BD;
}

.g-interview-cont div.show {
  display: block;
}
.g-interview-cont p {
  margin-bottom: 1em;
}
.marker_yellow {
  background: linear-gradient(transparent 30%, #FFF100 30%);
}
.g-interview-cont dl {
  background-image: url(../images/int-bg.gif);
  background-repeat: repeat;
  padding: 15px;
}
.g-interview-cont .cont-en dl {
  background-color: #ffe5f0;
}
.g-interview-cont .cont-ph dl {
  background-color: #e6edf7;
}
.g-interview-cont .cont-ma dl {
  background-color: #d4f3f2;
}
.g-interview-cont dt {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  position: relative;
  line-height: 1.4;
  padding:0.25em 3em;
  display: block;
  width: 14em;
  top:0;
  margin: 0 auto 10px;
}
.g-interview-cont dt:before,.g-interview-cont dt:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 2em;
  height: 1px;
  background-color: black;
}
.g-interview-cont dt:before {left:0;}
.g-interview-cont dt:after {right: 0;}

.g-interview-cont .cont-en dt { color: #EE86B4; }
.g-interview-cont .cont-en dt:before,.g-interview-cont .cont-en dt:after{ background-color: #EE86B4; }
.g-interview-cont .cont-ph dt { color: #8AA3D4; }
.g-interview-cont .cont-ph dt:before,.g-interview-cont .cont-ph dt:after{ background-color: #8AA3D4; }
.g-interview-cont .cont-ma dt { color: #60C1BD; }
.g-interview-cont .cont-ma dt:before,.g-interview-cont .cont-ma dt:after{ background-color: #60C1BD; }
.g-interview-cont dd {
  margin-top: .6em;
  background-color: #fff;
  padding: .5em 1em;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

@media screen and (min-width: 768px){
  .adm-table-point3 th,
  .adm-table-point3 td {
    padding: .5em 1em;
  }
  .section-fbn {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 1.5em;
    padding-top:1.5em;
  }
  .g-interview {
    padding: 0 0 40px 0;
    width: 1100px;
    margin: 0 auto;
  }
  .g-interview h2{
    padding: .2em .3em;
    font-size: 24px;
  }
  .g-interview-cont .is-pc-2 {
    flex: 0 0 220px;
    max-width: 220px;
  }
  .g-interview-cont .is-pc-3 {
    flex: 0 0 323px;
    max-width: 323px;
  }
  .g-interview-cont dl {
    padding: 10px 20px 20px;
  }
}

.general_point.general_point6 {
  background: none; 
}
.general_point_title {
  margin-left: 0; 
  padding-left: 0; 
}
.adom-point_title.point4 {
    background-image: url(../images/point4.png);
}

.adom-point_title.point5 {
    background-image: url(../images/point5.png);
}

</pre></body></html>