@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexming.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexkai.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1;
}

a {
  text-decoration: none;
  outline: none;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
}

b {
  font-weight: bold;
}

html, body {
  width: 100%;
  height: 100%;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

.secbox-1 main, .secbox-2 main, .secbox-3 main, .secbox-4 main, .secbox-6 .e-context {
  display: block;
}
@media only screen and (min-width: 481px) {
  .secbox-1 main, .secbox-2 main, .secbox-3 main, .secbox-4 main, .secbox-6 .e-context {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
}

.top-link .top-link-nav, .top-link .top-link-nav a, .secbox-1 dl, .secbox-2 dl, .secbox-3 dl, .secbox-4 dl, .secbox-5 .e-context, .secbox-7 .e-context {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.btn-top, .btn-top:active, .btn-top:focus, .btn-go-form1, .secbox-1 dd, .secbox-2 dd, .secbox-3 dd, .secbox-4 dd, .secbox-6 .best {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-top, .btn-top:active, .btn-top:focus, .btn-top:hover, .btn-top:active:hover, .btn-top:focus:hover, .btn-top.cd-is-visible, .btn-top.cd-fade-out, .btn-go-form1, .btn-go-form1:hover {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.clrBoth {
  clear: both;
}

.divine-2-box {
  position: relative;
}
.divine-2-box .divine-left {
  float: none;
}
@media only screen and (min-width: 481px) {
  .divine-2-box .divine-left {
    float: left;
  }
}
.divine-2-box .divine-right {
  float: none;
}
@media only screen and (min-width: 481px) {
  .divine-2-box .divine-right {
    float: right;
  }
}

.show-pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .show-pc {
    display: block;
  }
}

.show-mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .show-mobile {
    display: none;
  }
}

.has-animation {
  position: relative;
}
.has-animation p, .has-animation h2 {
  opacity: 0;
}
.has-animation.animate-in p, .has-animation.animate-in h2 {
  animation: textHidden 0.1s 1.1s forwards;
}
.has-animation.animate-in:before, .has-animation.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.has-animation.animate-in:after {
  animation-delay: .5s;
}
.has-animation.animation-ltr.animate-in:before {
  animation: revealLTR 1.8s ease;
}
.has-animation.animation-ltr.animate-in:after {
  animation: revealLTR 1s .6s ease;
}
.has-animation.animation-rtl.animate-in:before {
  animation: revealRTL 1.8s ease;
}
.has-animation.animation-rtl.animate-in:after {
  animation: revealRTL 1s .6s ease;
}

@keyframes movingSec1Gph {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-0.25%);
  }
  50% {
    transform: translateY(-0.5%);
  }
  80% {
    transform: translateY(-0.25%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  position: relative;
  font-size: 15px;
  font-family: "FontAwesome", "Century Gothic", "Arial", "Noto Sans TC", "微軟正黑體";
  margin: 0;
  padding: 0;
}

summary::marker {
  font-size: 0;
}

.btn-top, .btn-top:active, .btn-top:focus {
  display: block;
  position: fixed;
  bottom: 60px;
  right: 10px;
  width: 45px;
  height: 45px;
  font-size: 85%;
  color: #fff !important;
  text-align: center;
  background-color: #e61959;
  cursor: pointer;
  border-radius: 100rem;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 0;
  visibility: hidden;
  opacity: 0;
  z-index: 15;
}
@media only screen and (min-width: 481px) {
  .btn-top, .btn-top:active, .btn-top:focus {
    bottom: 65px;
    right: 15px;
    width: 55px;
    height: 55px;
    padding: 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .btn-top, .btn-top:active, .btn-top:focus {
    bottom: 90px;
    right: 25px;
    width: 60px;
    height: 60px;
    padding: 25px 0;
  }
}
.btn-top:hover, .btn-top:active:hover, .btn-top:focus:hover {
  color: #e61959 !important;
  background-color: #fff;
}

.btn-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.btn-top.cd-fade-out {
  opacity: 1;
}

.btn-go-form1 {
  display: inline-block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  font-size: 85%;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-family: "Noto Sans TC", "微軟正黑體";
  color: #fff !important;
  background-color: #e61959;
  cursor: pointer;
  border-radius: 100rem;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  padding: 7px 0 15px 0;
  z-index: 15;
  text-decoration: none;
}
@media only screen and (min-width: 481px) {
  .btn-go-form1 {
    bottom: 10px;
    right: 15px;
    width: 55px;
    height: 55px;
    font-size: 95%;
    padding: 8px 0 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .btn-go-form1 {
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    font-size: 110%;
    padding: 12px 0 20px 0;
  }
}
.btn-go-form1:hover {
  color: #e61959 !important;
  background-color: #fff;
}

.top-link {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  color: #fff;
  background-color: #e61959;
  z-index: 999;
}
@media only screen and (min-width: 481px) {
  .top-link {
    height: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .top-link {
    height: 30px;
  }
}
.top-link .top-link-nav {
  margin: 0 auto;
  padding-top: 4px;
  justify-content: space-around;
  align-items: center;
}
.top-link .top-link-nav span{
  margin-bottom: 3px;
  vertical-align: top;
}
@media only screen and (min-width: 481px) {
  .top-link .top-link-nav {
    margin: 0;
    padding-top: 6px;
    justify-content: flex-end;
  }
}
.top-link .top-link-nav a {
  color: #fff;
  font-size: 70%;
  padding: 0 2px;
  /* border-right: #fff 1px solid; */
}
@media only screen and (min-width: 414px) {
  .top-link .top-link-nav a {
    font-size: 80%;
    padding: 0;
  }
}
@media only screen and (min-width: 481px) {
  .top-link .top-link-nav a {
    font-size: 90%;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .top-link .top-link-nav a {
    font-size: 100%;
  }
}
.top-link .top-link-nav a:hover {
  color: #000 !important;
}
.top-link .top-link-nav a:last-of-type {
  border-right: none;
}
.top-link .top-link-nav dl{
  display: flex;
}
.top-link .top-link-nav dt, .top-link .top-link-nav dd {
  margin: 0 2px;
}
@media only screen and (min-width: 481px) {
  .top-link .top-link-nav dt, .top-link .top-link-nav dd {
    margin: 0 4px;
  }
}

.show {
  display: block;
}

.hide {
  display: none;
}

.pc-mode {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pc-mode {
    display: block;
  }
}

.mb-mode {
  display: block;
}
@media only screen and (min-width: 768px) {
  .mb-mode {
    display: none;
  }
}

header {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: url(../images/banner_phone.jpg) no-repeat top center;
  background-size: cover;
  margin: 0px auto;
}
@media only screen and (min-width: 481px) {
  header {
    height: 0;
    padding-bottom: 55%;
    background: url(../images/banner.jpg) no-repeat top center;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  header {
    height: 0;
    padding-bottom: 65%;
  }
}
@media only screen and (min-width: 1100px) {
  header {
    height: 760px;
    padding-bottom: 0;
  }
}

.edm-wrapper-header {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .edm-wrapper-header {
    height: 0;
    padding-bottom: 55%;
  }
}
@media only screen and (min-width: 768px) {
  .edm-wrapper-header {
    height: 0;
    padding-bottom: 65%;
  }
}
@media only screen and (min-width: 1100px) {
  .edm-wrapper-header {
    width: 1130px;
    height: 760px;
    padding-bottom: 0;
  }
}
.edm-wrapper-header img {
  width: 100%;
}

.edm-wrapper {
  position: relative;
  width: 96%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .edm-wrapper {
    width: 86%;
  }
}
@media only screen and (min-width: 1024px) {
  .edm-wrapper {
    width: 90%;
  }
}
@media only screen and (min-width: 1100px) {
  .edm-wrapper {
    width: 1130px;
  }
}

.edm-wrapper-wide {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .edm-wrapper-wide {
    width: 86%;
  }
}
@media only screen and (min-width: 1100px) {
  .edm-wrapper-wide {
    width: 1130px;
  }
}

.btn-logo-tkb {
  display: block;
  position: absolute;
  top: 30px;
  left: 18%;
  width: 35%;
  height: 12%;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .btn-logo-tkb {
    top: 30px;
    left: 1%;
    width: 20%;
    height: 11%;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-logo-tkb {
    top: 35px;
    left: 1.5%;
  }
}
@media only screen and (min-width: 1100px) {
  .btn-logo-tkb {
    top: 40px;
    left: 0;
  }
}
.btn-logo-tkb img {
  width: 100%;
}

.btn-logo-tkbletsgo {
  display: block;
  position: absolute;
  top: 30px;
  left: 54.5%;
  width: 26%;
  height: 12%;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .btn-logo-tkbletsgo {
    top: 30px;
    left: 22%;
    width: 16%;
    height: 11%;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-logo-tkbletsgo {
    top: 35px;
    left: 22%;
  }
}
@media only screen and (min-width: 1100px) {
  .btn-logo-tkbletsgo {
    top: 40px;
    left: 21%;
  }
}
.btn-logo-tkbletsgo img {
  width: 100%;
}

.secbox-1 {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 45px 0 0 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 1100px) {
  .secbox-1 {
    padding: 65px 0 0 0;
  }
}
.secbox-1 img {
  width: 100%;
}
.secbox-1 main {
  position: relative;
  width: 96%;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-1 main {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin: 0 auto 40px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 main {
    width: 100%;
    margin: 0 auto 60px auto;
  }
}
.secbox-1 .info-side {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 481px) {
  .secbox-1 .info-side {
    width: 33%;
  }
}
.secbox-1 .info-side::before {
  content: "";
  position: absolute;
  top: 125px;
  left: 0;
  width: 100%;
  height: 60%;
  background: url(../images/secbox_1_map.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .secbox-1 .info-side::before {
    top: 60px;
    width: 157%;
    height: 75%;
  }
}
.secbox-1 .graphic-side {
  width: 100%;
}
@media only screen and (min-width: 481px) {
  .secbox-1 .graphic-side {
    width: 65%;
  }
}
.secbox-1 .e-title {
  width: 75%;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 768px) {
  .secbox-1 .e-title {
    width: 100%;
    margin: 0 auto 40px auto;
  }
}
.secbox-1 .e-context {
  margin-bottom: 20px;
}
.secbox-1 .btn-go {
  width: 65%;
  cursor: pointer;
  margin: 0 auto;
}
.secbox-1 dl {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
@media only screen and (min-width: 481px) {
  .secbox-1 dl {
    justify-content: flex-start;
    align-items: center;
  }
}
.secbox-1 dt {
  width: auto;
}
@media only screen and (min-width: 481px) {
  .secbox-1 dt {
    width: 5%;
  }
}
.secbox-1 dd {
  width: auto;
  color: #464646;
  text-align: left;
  font-size: 120%;
  line-height: 1.4;
  padding-left: 10px;
}
@media only screen and (min-width: 481px) {
  .secbox-1 dd {
    width: 95%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-1 dd {
    font-size: 110%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-1 dd {
    font-size: 130%;
  }
}
.secbox-1 i {
  color: #c40900;
  font-size: 120%;
}
@media only screen and (min-width: 481px) {
  .secbox-1 i {
    font-size: 100%;
  }
}
.secbox-1 span {
  font-weight: 750;
  font-size: 120%;
}
@media only screen and (min-width: 1024px) {
  .secbox-1 span {
    font-size: 110%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-1 span {
    font-size: 125%;
  }
}
.secbox-1 p {
  margin-bottom: 10px;
}

.secbox-2 {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 35px 0 0 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 1100px) {
  .secbox-2 {
    padding: 35px 0 0 0;
  }
}
.secbox-2 img {
  width: 100%;
}
.secbox-2 main {
  position: relative;
  width: 96%;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-2 main {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 40px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-2 main {
    width: 100%;
    margin: 0 auto 60px auto;
  }
}
.secbox-2 .info-side {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 481px) {
  .secbox-2 .info-side {
    width: 33%;
  }
}
.secbox-2 .info-side::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/secbox_2_map.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .secbox-2 .info-side::before {
    top: -20px;
    left: -195px;
    width: 115%;
    height: 115%;
  }
}
.secbox-2 .graphic-side {
  width: 100%;
}
@media only screen and (min-width: 481px) {
  .secbox-2 .graphic-side {
    width: 65%;
  }
}
.secbox-2 .e-title {
  width: 75%;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 768px) {
  .secbox-2 .e-title {
    width: 100%;
    margin: 0 auto 40px auto;
  }
}
.secbox-2 .e-context {
  margin-bottom: 20px;
}
.secbox-2 .btn-go {
  width: 65%;
  cursor: pointer;
  margin: 0 auto;
}
.secbox-2 dl {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
@media only screen and (min-width: 481px) {
  .secbox-2 dl {
    justify-content: flex-start;
    align-items: center;
  }
}
.secbox-2 dt {
  width: auto;
}
@media only screen and (min-width: 481px) {
  .secbox-2 dt {
    width: 5%;
  }
}
.secbox-2 dd {
  width: auto;
  color: #464646;
  text-align: left;
  font-size: 120%;
  line-height: 1.4;
  padding-left: 10px;
}
@media only screen and (min-width: 481px) {
  .secbox-2 dd {
    width: 95%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-2 dd {
    font-size: 110%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-2 dd {
    font-size: 130%;
  }
}
.secbox-2 i {
  color: #c40900;
  font-size: 120%;
}
@media only screen and (min-width: 481px) {
  .secbox-2 i {
    font-size: 100%;
  }
}
.secbox-2 span {
  font-weight: 750;
  font-size: 120%;
}
@media only screen and (min-width: 1024px) {
  .secbox-2 span {
    font-size: 110%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-2 span {
    font-size: 125%;
  }
}
.secbox-2 p {
  margin-bottom: 10px;
}

.secbox-3 {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 45px 0 0 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 1100px) {
  .secbox-3 {
    padding: 65px 0 0 0;
  }
}
.secbox-3 img {
  width: 100%;
}
.secbox-3 main {
  position: relative;
  width: 96%;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-3 main {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin: 0 auto 40px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3 main {
    width: 100%;
    margin: 0 auto 60px auto;
  }
}
.secbox-3 .info-side {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 481px) {
  .secbox-3 .info-side {
    width: 33%;
  }
}
.secbox-3 .info-side::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 90%;
  background: url(../images/secbox_3_map.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .secbox-3 .info-side::before {
    top: -50px;
    width: 147%;
    height: 115%;
  }
}
.secbox-3 .graphic-side {
  width: 100%;
}
@media only screen and (min-width: 481px) {
  .secbox-3 .graphic-side {
    width: 65%;
  }
}
.secbox-3 .e-title {
  width: 75%;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 768px) {
  .secbox-3 .e-title {
    width: 100%;
    margin: 0 auto 40px auto;
  }
}
.secbox-3 .e-context {
  margin-bottom: 20px;
}
.secbox-3 .btn-go {
  width: 65%;
  cursor: pointer;
  margin: 0 auto;
}
.secbox-3 dl {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
@media only screen and (min-width: 481px) {
  .secbox-3 dl {
    justify-content: flex-start;
    align-items: center;
  }
}
.secbox-3 dt {
  width: auto;
}
@media only screen and (min-width: 481px) {
  .secbox-3 dt {
    width: 5%;
  }
}
.secbox-3 dd {
  width: auto;
  color: #464646;
  text-align: left;
  font-size: 120%;
  line-height: 1.4;
  padding-left: 10px;
}
@media only screen and (min-width: 481px) {
  .secbox-3 dd {
    width: 95%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-3 dd {
    font-size: 110%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3 dd {
    font-size: 130%;
  }
}
.secbox-3 i {
  color: #c40900;
  font-size: 120%;
}
@media only screen and (min-width: 481px) {
  .secbox-3 i {
    font-size: 100%;
  }
}
.secbox-3 span {
  font-weight: 750;
  font-size: 120%;
}
@media only screen and (min-width: 1024px) {
  .secbox-3 span {
    font-size: 110%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-3 span {
    font-size: 125%;
  }
}
.secbox-3 p {
  margin-bottom: 10px;
}

.secbox-4 {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 35px 0 0 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 1100px) {
  .secbox-4 {
    padding: 35px 0 0 0;
  }
}
.secbox-4 img {
  width: 100%;
}
.secbox-4 main {
  position: relative;
  width: 96%;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-4 main {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 40px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-4 main {
    width: 100%;
    margin: 0 auto 60px auto;
  }
}
.secbox-4 .info-side {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 481px) {
  .secbox-4 .info-side {
    width: 33%;
  }
}
.secbox-4 .info-side::before {
  content: "";
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/secbox_4_map.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .secbox-4 .info-side::before {
    top: -40px;
    left: -195px;
    width: 140%;
    height: 115%;
  }
}
.secbox-4 .graphic-side {
  width: 100%;
}
@media only screen and (min-width: 481px) {
  .secbox-4 .graphic-side {
    width: 65%;
  }
}
.secbox-4 .e-title {
  width: 75%;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 768px) {
  .secbox-4 .e-title {
    width: 100%;
    margin: 0 auto 40px auto;
  }
}
.secbox-4 .e-context {
  margin-bottom: 20px;
}
.secbox-4 .btn-go {
  width: 65%;
  cursor: pointer;
  margin: 0 auto;
}
.secbox-4 dl {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
@media only screen and (min-width: 481px) {
  .secbox-4 dl {
    justify-content: flex-start;
    align-items: center;
  }
}
.secbox-4 dt {
  width: auto;
}
@media only screen and (min-width: 481px) {
  .secbox-4 dt {
    width: 5%;
  }
}
.secbox-4 dd {
  width: auto;
  color: #464646;
  text-align: left;
  font-size: 120%;
  line-height: 1.4;
  padding-left: 10px;
}
@media only screen and (min-width: 481px) {
  .secbox-4 dd {
    width: 95%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-4 dd {
    font-size: 110%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-4 dd {
    font-size: 130%;
  }
}
.secbox-4 i {
  color: #c40900;
  font-size: 120%;
}
@media only screen and (min-width: 481px) {
  .secbox-4 i {
    font-size: 100%;
  }
}
.secbox-4 span {
  font-weight: 750;
  font-size: 120%;
}
@media only screen and (min-width: 1024px) {
  .secbox-4 span {
    font-size: 110%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-4 span {
    font-size: 125%;
  }
}
.secbox-4 p {
  margin-bottom: 10px;
}

.secbox-5 {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 35px 0 15px 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 1100px) {
  .secbox-5 {
    padding: 35px 0 0 0;
  }
}
.secbox-5 img {
  width: 100%;
}
.secbox-5 main {
  position: relative;
  width: 96%;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-5 main {
    width: 100%;
    margin: 0 auto 40px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-5 main {
    margin: 0 auto 60px auto;
  }
}
.secbox-5 .e-title {
  width: 96%;
  margin: 0 auto 20px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-5 .e-title {
    width: 80%;
    margin: 0 auto 75px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-5 .e-title {
    margin: 0 auto 45px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-5 .e-title {
    margin: 0 auto 75px auto;
  }
}
.secbox-5 .e-title-sub {
  font-size: 120%;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin: 0 auto 125px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-5 .e-title-sub {
    font-size: 200%;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 0 auto 200px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-5 .e-title-sub {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-5 .e-title-sub {
    text-align: center;
    margin: 0 auto 130px auto;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-5 .e-title-sub {
    margin: 0 auto 200px auto;
  }
}
.secbox-5 .e-title-sub span {
  display: inline;
}
@media only screen and (min-width: 481px) {
  .secbox-5 .e-title-sub span {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-5 .e-title-sub span {
    display: inline;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-5 .e-title-sub span {
    display: block;
  }
}
.secbox-5 .e-context {
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .secbox-5 .e-context {
    flex-wrap: nowrap;
    margin-bottom: 50px;
  }
}
.secbox-5 .school {
  position: relative;
  width: 75%;
  margin: 0 auto 140px auto;
}
@media only screen and (min-width: 768px) {
  .secbox-5 .school {
    width: calc((100% - 60px) / 2);
    margin: 0 15px 200px 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-5 .school {
    width: calc(100% / 4);
    margin: 0 14px;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-5 .school:nth-of-type(3) {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-5 .school:nth-of-type(3) {
    margin: 0 14px;
  }
}
.secbox-5 .school:last-of-type {
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .secbox-5 .school:last-of-type {
    margin: 0 14px;
  }
}
.secbox-5 .school::before {
  content: '';
  position: absolute;
  top: -108px;
  left: 13%;
  width: 75%;
  /* 20210305 start */
  height: 40%;
  /* 20210305 end */
  z-index: 1;
}
@media only screen and (min-width: 375px) {
  .secbox-5 .school::before {
    /* 20210305 start */
    height: 41%;
    /* 20210305 end */
  }
}
@media only screen and (min-width: 414px) {
  .secbox-5 .school::before {
    top: -128px;
    /* 20210305 start */
    height: 45%;
    /* 20210305 end */
  }
}
@media only screen and (min-width: 768px) {
  .secbox-5 .school::before {
    top: -167px;
    left: 7%;
    width: 85%;
    /* 20210305 start */
    height: 50%;
    /* 20210305 end */
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-5 .school::before {
    top: -107px;
    left: 8%;
    width: 85%;
    /* 20210305 start */
    height: 40%;
    /* 20210305 end */
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-5 .school::before {
    top: -155px;
    left: 5%;
    width: 90%;
    /* 20210305 start */
    height: 45%;
    /* 20210305 end */
  }
}
.secbox-5 .school:nth-of-type(1)::before {
  background: url(../images/secbox_5_item_1.png) no-repeat;
  background-size: 100%;
}
.secbox-5 .school:nth-of-type(2)::before {
  background: url(../images/secbox_5_item_2.png) no-repeat;
  background-size: 100%;
}
.secbox-5 .school:nth-of-type(3)::before {
  background: url(../images/secbox_5_item_3.png) no-repeat;
  background-size: 100%;
}
.secbox-5 .school:nth-of-type(4)::before {
  background: url(../images/secbox_5_item_4.png) no-repeat;
  background-size: 100%;
}
.secbox-5 .school-box {
  min-height: 200px;
  background-color: #fff;
  box-shadow: inset -8px -2px 20px -2px #797979,3px 5px 10px 1px #616161;
  -webkit-box-shadow: inset -8px -2px 20px -2px #797979,3px 5px 10px 1px #616161;
  -moz-box-shadow: inset -8px -2px 20px -2px #797979,3px 5px 10px 1px #616161;
  -o-box-shadow: inset -8px -2px 20px -2px #797979,3px 5px 10px 1px #616161;
  border-radius: 5%;
  padding-top: 40px;
  padding-bottom: 20px;
}
.secbox-5 ul {
  margin: 0;
  padding: 0;
}
.secbox-5 li {
  font-size: 125%;
  line-height: 1.4;
  text-align: center;
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  .secbox-5 li {
    font-size: 145%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-5 li {
    font-size: 115%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-5 li {
    font-size: 145%;
  }
}
.secbox-5 li:nth-of-type(even) {
  background: rgba(178, 178, 178, 0.5);
}

/* 20210305 start */
.secbox-5 li a {
  color: #000;
}
.secbox-5 li a:hover {
  color: #0060ff;
}
.secbox-5 li a:hover span {
  color: #0060ff;
}
.secbox-5 li span {
  display: block;
  color: #005699;
  font-size: 70%;
  font-weight: 600;
  text-decoration: none !important;
}
.secbox-5 li label {
  cursor: pointer;
  text-decoration: underline;
}
/* 20210305 end */

.secbox-5 .btn-go {
  width: 65%;
  cursor: pointer;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .secbox-5 .btn-go {
    width: 40%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-5 .btn-go {
    width: 25%;
  }
}

.secbox-6 {
  position: relative;
  width: 100%;
  background: linear-gradient(270deg, #8ecaff 35%, rgba(240, 220, 255, 0.8) 80%);
  background: -moz-linear-gradient(270deg, #8ecaff 35%, rgba(240, 220, 255, 0.8) 80%);
  background: -webkit-linear-gradient(270deg, #8ecaff 35%, rgba(240, 220, 255, 0.8) 80%);
  background: -o-linear-gradient(270deg, #8ecaff 35%, rgba(240, 220, 255, 0.8) 80%);
  padding: 35px 0 15px 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 1100px) {
  .secbox-6 {
    padding: 45px 0 0 0;
  }
}
.secbox-6 img {
  width: 100%;
}
.secbox-6 main {
  position: relative;
  width: 96%;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-6 main {
    width: 100%;
    margin: 0 auto 40px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-6 main {
    margin: 0 auto 60px auto;
  }
}
.secbox-6 .e-title {
  position: relative;
  width: 70%;
  margin: 0 auto 90px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-6 .e-title {
    width: 35%;
    margin: 0 auto 75px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-6 .e-title {
    margin: 0 auto 105px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-6 .e-title {
    margin: 0 auto 150px auto;
  }
}
.secbox-6 .e-title::after {
  content: '';
  position: absolute;
  bottom: -77px;
  left: -18%;
  width: 137%;
  height: 126%;
  background: url(../images/secbox_6_title_sub.png) no-repeat;
  background-size: 100%;
  z-index: 2;
}
@media only screen and (min-width: 481px) {
  .secbox-6 .e-title::after {
    bottom: -133px;
    left: -18%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-6 .e-title::after {
    bottom: -83px;
    left: -25%;
    width: 151%;
    height: 136%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-6 .e-title::after {
    bottom: -110px;
    left: -18%;
    width: 137%;
    height: 126%;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-6 .e-title::after {
    bottom: -133px;
    left: -18%;
  }
}
.secbox-6 .e-title-sub {
  font-size: 100%;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: 700;
  margin: 0 auto 20px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-6 .e-title-sub {
    font-size: 200%;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 0 auto 100px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-6 .e-title-sub {
    font-size: 170%;
    margin: 0 auto 50px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-6 .e-title-sub {
    font-size: 200%;
  }
}

.secbox-6 .e-title-sub span {
  display: block;
}
@media only screen and (min-width: 481px) {
  .secbox-6 .e-title-sub span {
    display: inline;
  }
}

.secbox-6 .e-context {
  margin-bottom: 40px;
}
@media only screen and (min-width: 481px) {
  .secbox-6 .e-context {
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
.secbox-6 .best {
  width: 90%;
  min-height: 200px;
  border-radius: 15px;
  padding: 30px 15px;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-6 .best {
    width: calc((100% - 300px) / 2);
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-6 .best {
    width: calc((100% - 100px) / 2);
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-6 .best {
    width: calc((100% - 200px) / 2);
    margin: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-6 .best {
    width: calc((100% - 300px) / 2);
    margin: 0;
  }
}
.secbox-6 .best:nth-of-type(1) {
  background-color: #ff9b3a;
  border: #ff9548 7px solid;
  box-shadow: inset -8px -2px 20px -2px #bf5d15,3px 5px 10px 1px #aca2bd;
  -webkit-box-shadow: inset -8px -2px 20px -2px #bf5d15,3px 5px 10px 1px #aca2bd;
  -moz-box-shadow: inset -8px -2px 20px -2px #bf5d15,3px 5px 10px 1px #aca2bd;
  -o-box-shadow: inset -8px -2px 20px -2px #bf5d15,3px 5px 10px 1px #aca2bd;
}
.secbox-6 .best:nth-of-type(2) {
  background-color: #ff6e41;
  border: #ff8e6b 7px solid;
  box-shadow: inset -8px -2px 20px -2px #ca471f,3px 5px 10px 1px #aca2bd;
  -webkit-box-shadow: inset -8px -2px 20px -2px #ca471f,3px 5px 10px 1px #aca2bd;
  -moz-box-shadow: inset -8px -2px 20px -2px #ca471f,3px 5px 10px 1px #aca2bd;
  -o-box-shadow: inset -8px -2px 20px -2px #ca471f,3px 5px 10px 1px #aca2bd;
}
.secbox-6 .photo {
  width: 90%;
  border-radius: 15px;
  margin: 0 auto 20px auto;
  overflow: hidden;
}
.secbox-6 figcaption {
  color: #fff;
  text-align: center;
  font-size: 200%;
  font-weight: 700;
  letter-spacing: 2px;
  text-shadow: 2px 2px 3px #333333;
  margin: 0 auto 25px auto;
}
.secbox-6 figure {
  text-align: center;
  font-size: 140%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .secbox-6 figure {
    font-size: 110%;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-6 figure {
    font-size: 140%;
  }
}
.secbox-6 figure span {
  font-weight: 700;
  font-size: 130%;
  margin: 0 5px;
}
.secbox-6 aside {
  color: #fff;
  text-align: center;
  font-size: 120%;
  letter-spacing: 1.5px;
  text-shadow: 2px 2px 3px #333333;
}

.secbox-7 {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 35px 0 5px 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 1100px) {
  .secbox-7 {
    padding: 45px 0 0 0;
  }
}
.secbox-7 img {
  width: 100%;
}
.secbox-7 main {
  position: relative;
  width: 96%;
  margin: 0 auto 10px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-7 main {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-7 main {
    margin: 0 auto 30px auto;
  }
}
.secbox-7 .e-title {
  position: relative;
  width: 96%;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-7 .e-title {
    width: 70%;
    margin: 0 auto 45px auto;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-7 .e-title {
    margin: 0 auto 50px auto;
  }
}
.secbox-7 .e-context {
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .secbox-7 .e-context {
    width: 80%;
    margin: 0 auto;
  }
}
.secbox-7 .e-context a {
  margin: 0 5px;
}
@media only screen and (min-width: 1100px) {
  .secbox-7 .e-context a {
    margin: 0;
  }
}

.secbox-sendForm {
  position: relative;
  width: 100%;
  color: #000000;
  background-color: #fff;
  padding: 45px 0;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 1100px) {
  .secbox-sendForm {
    padding: 65px 0;
  }
}
.secbox-sendForm img {
  width: 100%;
}
