@charset "utf-8";
/* CSS Document */
/*共用*/
.fs-7 {
    font-size: 0.95rem;
}
.txt_g {
    color: #127475;
}
.txt_b {
    color: #000000
}
.txt_r {
    color: #C6100F;
}
.txt_y {
    color: #fff896;
}
.txt_brown {
    color: #7B5322;
}

a.bt {
    border-radius: 5px;
    white-space: nowrap;
    text-decoration: none;
    padding: 12px 24px;
    display: block;
}
a.bt img {
    width: 25px;
    margin: 0 10px 0 0;
}
a.bt_y {
    background-color: #f4cb57;
    color: #000;
}

a.bt_y:hover {
    background-color: #f4d957;
}

a.bt_r {
    background-color: #C6100F;
    color: #fff;
}

a.bt_r:hover {
    background-color: #e01211;
}
a.bt_g {
    background-color: #127475;
    color: #fff;
}

a.bt_g:hover {
    background-color: #085757;
}
a.bt_gray {
    background-color: #767676;
    color: #fff;
}

a.bt_gray:hover {
    background-color: #454545;
}
.stitle01 {
    font-size: 110%;
}
.stitle02 {
    border-radius: 5px;
    background-color: #127475;
    color: #fff;
    padding: 10px;
    font-size: 120%;
    font-weight: bold;
    font-family: sans-serif;
}
.stitle03 {
    font-size: 130%;
    font-weight: bold;
    border-bottom: 1px #555 solid;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    font-family: sans-serif;
}
.content {
    position: relative;
    z-index: 9;
    padding: 0 0 10% 0;
}
/* 自訂下拉*/
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #fff;
}

.select-selected.select-arrow-active {
    background-color: #f5f5f5;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 57%;
  right: 19px;
  width: 0;
  height: 0;
  border-right: solid 5px transparent;
  border-left: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-top: solid 7px #373737;
  transform: translate(0, -50%);
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 43%;
  border-right: solid 5px transparent;
  border-left: solid 5px transparent;
  border-top: solid 5px transparent;
  border-bottom: solid 7px #373737;
}

.select-items div,.select-selected {
  padding: 10px 35px 10px 15px;
  border: 1px solid #ddd;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  letter-spacing: 0.01rem;
}

.jp .select-items div,.jp .select-selected {
    letter-spacing: 0.1rem;
}

.select-items {
  position: absolute;
  background-color: #f5f5f5;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #FFEB3B;
}
/*bread*/
.bread {
    position: relative;
    letter-spacing: 0;
}


.bread a#accesskey {
    position: absolute;
    left: 0;
    color: #555;
    top: 14px;
    letter-spacing: 0;
}
.bread .breadcrumb {
    background-color: transparent;
    padding: 0.9rem 1rem 0.9rem 0;
}
.bread .breadcrumb .breadcrumb-item a {
    color: #5d5d5d;
    text-decoration: none;
}

.bread .breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}

.bread .breadcrumb .breadcrumb-item img {
    width: 20px;
    margin: -4px 5px 0 5px;
}
.bread .breadcrumb .breadcrumb-item.active {
    color: #000;
}
/*content*/
.main {
    background-image: url(../images/all/main_bg.jpg);
    min-height: 800px;
    background-position: top  center;
    background-repeat: no-repeat;
    border-top: 1px #00ADA7 solid;
    position: relative;
}

.bottom::after {
    content: "";
    background-image: url(../images/all/bottom_bg.png);
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 445px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

/*title*/
h2,.member_h2 {
        background-image: url(../images/all/h2_bg.svg);
        color: #127475;
        background-repeat: no-repeat;
        padding: 0 0 15px 0;
        margin: 0 0 25px 0;
        font-size: 170%;
        font-weight: bold;
        white-space: nowrap;
        text-align: center;
        background-position: center bottom;
        letter-spacing: 0.1rem;
  }

.jp h2,.jp .member_h2 {
    letter-spacing: 0.2rem;
    white-space: normal;
}

.en h2,.en .member_h2 {
    letter-spacing: 0;
    white-space: normal;
}



/*plug*/
.plug_box {
    text-align: right;
}

.plug_box ul {list-style-type: none;padding: 0;margin: 0;display: inline-block;}

.plug_box ul li {
    float: left;
    padding: 2px;
}

.plug_box ul li a {
    display: block;
    border-radius: 50px;
    width: 35px;
    height: 40px;
    position: relative;
}

.plug_box ul li a:hover {
    background-color: #FFED61;
}


.plug_box ul li a img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}