@charset "UTF-8";
@import url("http://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;
}

.top-link .top-link-nav, .top-link .top-link-nav a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.btn-top, .btn-top:active, .btn-top:focus, .btn-go-form1, .section-04 section {
  -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, .section-form .send a {
  -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;
  }
}

@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", "cwTeXYen", "微軟正黑體";
  background-color: #fff;
  margin: 0;
  padding: 0;
  z-index: 0;
}
body::after {
  display: none;
}
@media only screen and (min-width: 481px) {
  body::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 49%;
    height: 110%;
    background: url(../images/visual_banner_bg_p.png) no-repeat;
    background-size: 100%;
    z-index: -1;
  }
}

summary::marker {
  font-size: 0;
}

.d-show {
  display: block;
}

.d-hide {
  display: none;
}

.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: #e61a59;
  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: #e61a59 !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: #e61a59;
  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: #e61a59 !important;
  background-color: #fff;
}

.top-link {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  color: #fff;
  background-color: #e61a59;
  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: 4px auto 0 auto;
  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: 6px 0 0 0;
    justify-content: flex-end;
  }
}
.top-link .top-link-nav a {
  color: #fff;
  font-size: 90%;
  /* border-right: #fff 1px solid; */
  padding: 2px 10px 0 10px;
}
.top-link .top-link-nav a {
  color: #fff;
  font-size: 75%;
  padding: 0;
}
@media only screen and (min-width: 414px) {
  .top-link .top-link-nav a {
    font-size: 85%;
    padding: 0;
  }
}
@media only screen and (min-width: 481px) {
  .top-link .top-link-nav a {
    font-size: 120%;
    padding: 0 10px;
  }
}
.top-link .top-link-nav a:hover {
  color: #ffe3ae !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 4px;
}
.top-link .top-link-nav dt {
  /* display: none; */
}
@media only screen and (min-width: 481px) {
  .top-link .top-link-nav dt {
    display: block;
  }
}

header {
  position: relative;
  width: 100%;
  margin: 0px auto;
}
header img {
  width: 100%;
}
header .vbanner-pc {
  display: none;
}
@media only screen and (min-width: 481px) {
  header .vbanner-pc {
    display: block;
  }
}
header .vbanner-mb {
  display: block;
}
@media only screen and (min-width: 481px) {
  header .vbanner-mb {
    display: none;
  }
}

.edm-wrapper-header {
  position: absolute;
  width: 100%;
  height: 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: 1100px) {
  .edm-wrapper {
    width: 70%;
  }
}

.btn-logo-tkb {
  display: block;
  position: absolute;
  top: 8%;
  left: 15.5%;
  width: 38.5%;
  height: 9.5%;
  opacity: 1;
}
@media only screen and (min-width: 481px) {
  .btn-logo-tkb {
    top: 14%;
    left: 14.5%;
    width: 14.5%;
    height: 13.5%;
  }
}

.btn-logo-letsgo {
  display: block;
  position: absolute;
  top: 8%;
  left: 54.5%;
  width: 31.5%;
  height: 9.5%;
  opacity: 1;
}
@media only screen and (min-width: 481px) {
  .btn-logo-letsgo {
    top: 14%;
    left: 29.5%;
    width: 12%;
    height: 13.5%;
  }
}

.btn-know {
  display: block;
  position: absolute;
  top: 88.5%;
  left: 11.5%;
  width: 36%;
  height: 6.5%;
  opacity: 1;
}
@media only screen and (min-width: 481px) {
  .btn-know {
    top: 72.5%;
    left: 14.5%;
    width: 15%;
    height: 13.5%;
  }
}

.btn-join {
  display: block;
  position: absolute;
  top: 88.5%;
  left: 51.5%;
  width: 36%;
  height: 6.5%;
  opacity: 1;
}
@media only screen and (min-width: 481px) {
  .btn-join {
    top: 72.5%;
    left: 29.5%;
    width: 15%;
    height: 13.5%;
  }
}

.section-01 {
  position: relative;
  padding: 30px 0 40px 0;
  z-index: 0;
}
@media only screen and (min-width: 1024px) {
  .section-01 {
    padding: 40px 0 80px 0;
  }
}
.section-01::before {
  content: '';
  position: absolute;
  bottom: -60%;
  left: 0;
  width: 26%;
  height: 121%;
  background: url(../images/visual_bg_yellow.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media only screen and (min-width: 1100px) {
  .section-01::before {
    bottom: -75%;
    left: -5%;
    width: 300px;
    height: 615px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-01::before {
    bottom: -75%;
    left: 0;
  }
}
.section-01 img {
  width: 100%;
}
.section-01 .outline {
  width: 92%;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .section-01 .outline {
    width: 95%;
  }
}
@media only screen and (min-width: 1100px) {
  .section-01 .outline {
    width: 75%;
  }
}
.section-01 .title {
  font-size: 210%;
  font-style: italic;
  text-align: center;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 auto 20px auto;
}
@media only screen and (min-width: 768px) {
  .section-01 .title {
    font-size: 220%;
    margin: 0 auto 10px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .section-01 .title {
    font-size: 300%;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (min-width: 1600px) {
  .section-01 .title {
    font-size: 350%;
  }
}
.section-01 .title span {
  color: #e61a59;
}
.section-01 .title dt {
  display: inline;
  position: relative;
}
.section-01 .title dt::before {
  content: '';
  position: absolute;
  top: 0;
  left: -35px;
  width: 30%;
  height: 100%;
  background: url(../images/section_title_bg.png) no-repeat;
  background-size: 44%;
}
@media only screen and (min-width: 768px) {
  .section-01 .title dt::before {
    left: -50px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-01 .title dt::before {
    left: -70px;
  }
}
.section-01 .title dd {
  display: block;
}
@media only screen and (min-width: 481px) {
  .section-01 .title dd {
    display: inline;
  }
}
.section-01 .context {
  font-size: 140%;
  text-align: left;
  line-height: 1.4;
  margin: 0 auto 25px auto;
}
@media only screen and (min-width: 768px) {
  .section-01 .context {
    font-size: 115%;
    text-align: center;
    margin: 0 auto 35px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .section-01 .context {
    font-size: 153%;
    margin: 0 auto 45px auto;
  }
}
@media only screen and (min-width: 1100px) {
  .section-01 .context {
    font-size: 159%;
  }
}
@media only screen and (min-width: 1600px) {
  .section-01 .context {
    font-size: 180%;
  }
}
.section-01 .context label {
  color: #e61a59;
}
.section-01 .context span {
  display: inline;
}
@media only screen and (min-width: 481px) {
  .section-01 .context span {
    display: block;
  }
}
.section-01 figcaption {
  text-align: center;
  font-family: "Times New Roman";
  font-style: italic;
  font-weight: 700;
  font-size: 160%;
  letter-spacing: 1px;
  margin: 0 auto 50px auto;
}
@media only screen and (min-width: 481px) {
  .section-01 figcaption {
    font-size: 200%;
  }
}
.section-01 figcaption span {
  color: #1661fe;
}
.section-01 figcaption summary {
  display: block;
}
@media only screen and (min-width: 481px) {
  .section-01 figcaption summary {
    display: inline;
  }
}
.section-01 .element {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media only screen and (min-width: 481px) {
  .section-01 .element {
    flex-wrap: nowrap;
  }
}
.section-01 .element-single {
  position: relative;
  width: calc((100% - 20%) / 2);
  background-color: #fff;
  box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 481px) {
  .section-01 .element-single {
    width: calc((100% - 10%) / 5);
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section-01 .element-single {
    width: calc((100% - 15%) / 5);
  }
}
.section-01 .icon {
  position: relative;
  top: -20px;
  width: 50%;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .section-01 .icon {
    top: -30px;
  }
}
.section-01 .icon-point {
  position: relative;
  top: -10px;
  font-size: 140%;
  text-align: center;
  letter-spacing: -1px;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .section-01 .icon-point {
    top: -15px;
  }
}
@media only screen and (min-width: 768px) {
  .section-01 .icon-point {
    font-size: 115%;
  }
}
@media only screen and (min-width: 1024px) {
  .section-01 .icon-point {
    font-size: 120%;
  }
}
@media only screen and (min-width: 1100px) {
  .section-01 .icon-point {
    font-size: 130%;
  }
}
@media only screen and (min-width: 1600px) {
  .section-01 .icon-point {
    font-size: 140%;
  }
}
@media only screen and (min-width: 1920px) {
  .section-01 .icon-point {
    font-size: 140%;
  }
}

.section-02 {
  position: relative;
  padding: 30px 0;
  z-index: 0;
}
@media only screen and (min-width: 1024px) {
  .section-02 {
    padding: 40px 0;
  }
}
.section-02 img {
  width: 100%;
}
.section-02 .outline {
  width: 92%;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .section-02 .outline {
    width: 95%;
  }
}
@media only screen and (min-width: 1100px) {
  .section-02 .outline {
    width: 75%;
  }
}
.section-02 .title {
  font-size: 210%;
  font-style: italic;
  text-align: center;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 auto 20px auto;
}
@media only screen and (min-width: 768px) {
  .section-02 .title {
    font-size: 220%;
    margin: 0 auto 10px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .section-02 .title {
    font-size: 300%;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (min-width: 1600px) {
  .section-02 .title {
    font-size: 350%;
  }
}
.section-02 .title span {
  color: #e61a59;
}
.section-02 .title dt {
  display: inline;
  position: relative;
}
.section-02 .title dt::before {
  content: '';
  position: absolute;
  top: 0;
  left: -35px;
  width: 30%;
  height: 100%;
  background: url(../images/section_title_bg.png) no-repeat;
  background-size: 44%;
}
@media only screen and (min-width: 768px) {
  .section-02 .title dt::before {
    left: -50px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-02 .title dt::before {
    left: -70px;
  }
}
.section-02 .title dd {
  display: block;
}
@media only screen and (min-width: 481px) {
  .section-02 .title dd {
    display: inline;
  }
}
.section-02 .context {
  font-size: 140%;
  text-align: left;
  line-height: 1.4;
  margin: 0 auto 25px auto;
}
@media only screen and (min-width: 768px) {
  .section-02 .context {
    font-size: 115%;
    text-align: center;
    margin: 0 auto 35px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .section-02 .context {
    font-size: 153%;
    margin: 0 auto 45px auto;
  }
}
@media only screen and (min-width: 1100px) {
  .section-02 .context {
    font-size: 159%;
  }
}
@media only screen and (min-width: 1600px) {
  .section-02 .context {
    font-size: 180%;
  }
}
.section-02 .context label {
  color: #e61a59;
}
.section-02 .context span {
  display: inline;
}
@media only screen and (min-width: 481px) {
  .section-02 .context span {
    display: block;
  }
}
.section-02 table {
  width: 98%;
  margin: 0 auto 30px auto;
  border: 0;
}
@media only screen and (min-width: 481px) {
  .section-02 table {
    width: 95%;
    margin: 0 auto 60px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .section-02 table {
    width: 80%;
  }
}
.section-02 th, .section-02 td {
  border: 0;
}
.section-02 th {
  font-style: italic;
  text-align: center;
  font-size: 145%;
  background: none;
  text-decoration: underline;
}
@media only screen and (min-width: 481px) {
  .section-02 th {
    font-size: 230%;
  }
}
@media only screen and (min-width: 1024px) {
  .section-02 th {
    font-size: 290%;
  }
}
.section-02 td {
  font-size: 120%;
  text-align: left;
  line-height: 1.2;
  border-bottom: #707070 1px solid;
  padding: 15px 10px;
}
@media only screen and (min-width: 481px) {
  .section-02 td {
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-02 td {
    font-size: 150%;
  }
}
.section-02 td span {
  color: #569f08;
  font-weight: 700;
}
.section-02 tr:last-of-type td {
  border-bottom: none;
}
.section-02 th.category-1 {
  color: #e73065;
}
.section-02 th.category-2 {
  color: #2266fe;
}
.section-02 th.category-vs {
  color: #707070;
  font-size: 140%;
  font-style: normal;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .section-02 th.category-vs {
    font-size: 220%;
  }
}
.section-02 td.category-item {
  color: #fff;
  font-size: 140%;
  text-align: center;
  background-color: #707070;
  border-bottom: #fff 1px solid;
  padding: 30px 10px;
}
@media only screen and (min-width: 768px) {
  .section-02 td.category-item {
    font-size: 200%;
    padding: 30px 0;
  }
}
.section-02 .btn-go {
  width: 94%;
  font-size: 140%;
  text-align: center;
  background: url(../images/section_02_btn.png) no-repeat;
  background-size: 100%;
  padding: 9% 0 11% 0;
  margin: 0 auto;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .section-02 .btn-go {
    width: 45%;
    font-size: 150%;
    padding: 4.5% 0 6% 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-02 .btn-go {
    width: 45%;
    font-size: 170%;
  }
}
@media only screen and (min-width: 1600px) {
  .section-02 .btn-go {
    font-size: 200%;
  }
}
@media only screen and (min-width: 1920px) {
  .section-02 .btn-go {
    width: 35%;
    font-size: 230%;
    padding: 3.5% 0 7% 0;
  }
}

.section-03 {
  position: relative;
  padding: 30px 0;
  z-index: 0;
}
@media only screen and (min-width: 1024px) {
  .section-03 {
    padding: 40px 0 60px 0;
  }
}
.section-03 img {
  width: 100%;
}
.section-03 .outline {
  width: 92%;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .section-03 .outline {
    width: 95%;
  }
}
@media only screen and (min-width: 1100px) {
  .section-03 .outline {
    width: 75%;
  }
}
.section-03 .title {
  font-size: 190%;
  font-style: italic;
  text-align: center;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 auto 20px auto;
}
@media only screen and (min-width: 768px) {
  .section-03 .title {
    font-size: 220%;
    margin: 0 auto 10px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .section-03 .title {
    font-size: 300%;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (min-width: 1600px) {
  .section-03 .title {
    font-size: 350%;
  }
}
.section-03 .title span {
  color: #e61a59;
}
.section-03 .title dt {
  display: inline;
  position: relative;
}
.section-03 .title dt::before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  width: 30%;
  height: 100%;
  background: url(../images/section_title_bg.png) no-repeat;
  background-size: 30%;
}
@media only screen and (min-width: 481px) {
  .section-03 .title dt::before {
    left: -55px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-03 .title dt::before {
    left: -70px;
  }
}
.section-03 .title dd {
  display: block;
}
@media only screen and (min-width: 481px) {
  .section-03 .title dd {
    display: inline;
  }
}
.section-03 .context {
  font-size: 140%;
  text-align: left;
  line-height: 1.4;
  margin: 0 auto 25px auto;
}
@media only screen and (min-width: 768px) {
  .section-03 .context {
    font-size: 115%;
    text-align: center;
    margin: 0 auto 35px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .section-03 .context {
    font-size: 153%;
    margin: 0 auto 45px auto;
  }
}
@media only screen and (min-width: 1100px) {
  .section-03 .context {
    font-size: 159%;
  }
}
@media only screen and (min-width: 1600px) {
  .section-03 .context {
    font-size: 180%;
  }
}
.section-03 .context label {
  color: #e61a59;
}
.section-03 .context span {
  display: inline;
}
@media only screen and (min-width: 481px) {
  .section-03 .context span {
    display: block;
  }
}
.section-03 figcaption {
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 700;
  font-size: 180%;
  letter-spacing: 1px;
  margin: 0 auto 20px auto;
}
@media only screen and (min-width: 481px) {
  .section-03 figcaption {
    font-size: 200%;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .section-03 figcaption {
    font-size: 240%;
    margin: 0 auto 50px auto;
  }
}
.section-03 figcaption span {
  color: #1661fe;
}
.section-03 figcaption summary {
  display: block;
}
@media only screen and (min-width: 481px) {
  .section-03 figcaption summary {
    display: inline;
  }
}
.section-03 summary {
  font-size: 120%;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .section-03 summary {
    font-size: 120%;
  }
}
@media only screen and (min-width: 1600px) {
  .section-03 summary {
    font-size: 140%;
  }
}
@media only screen and (min-width: 1920px) {
  .section-03 summary {
    font-size: 150%;
  }
}
.section-03 summary span {
  display: block;
}
@media only screen and (min-width: 481px) {
  .section-03 summary span {
    display: inline;
  }
}

.section-04 {
  position: relative;
  padding: 30px 0 40px 0;
  z-index: 0;
}
@media only screen and (min-width: 1024px) {
  .section-04 {
    padding: 40px 0 100px 0;
  }
}
.section-04 img {
  width: 100%;
}
.section-04 .outline {
  width: 92%;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .section-04 .outline {
    width: 95%;
  }
}
@media only screen and (min-width: 1100px) {
  .section-04 .outline {
    width: 75%;
  }
}
.section-04 .title {
  font-size: 185%;
  font-style: italic;
  text-align: center;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 auto 20px auto;
}
@media only screen and (min-width: 768px) {
  .section-04 .title {
    font-size: 220%;
    margin: 0 auto 10px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .section-04 .title {
    font-size: 300%;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (min-width: 1100px) {
  .section-04 .title {
    font-size: 265%;
  }
}
@media only screen and (min-width: 1600px) {
  .section-04 .title {
    font-size: 350%;
  }
}
.section-04 .title span {
  color: #e61a59;
}
.section-04 .title dt {
  display: inline;
  position: relative;
}
.section-04 .title dt::before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  width: 30%;
  height: 100%;
  background: url(../images/section_title_bg.png) no-repeat;
  background-size: 30%;
}
@media only screen and (min-width: 481px) {
  .section-04 .title dt::before {
    left: -55px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-04 .title dt::before {
    left: -70px;
  }
}
.section-04 .title dd {
  display: block;
}
@media only screen and (min-width: 1100px) {
  .section-04 .title dd {
    display: inline;
  }
}
.section-04 .context {
  font-size: 140%;
  text-align: left;
  line-height: 1.4;
  margin: 0 auto 25px auto;
}
@media only screen and (min-width: 768px) {
  .section-04 .context {
    font-size: 115%;
    text-align: center;
    margin: 0 auto 35px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .section-04 .context {
    font-size: 153%;
    margin: 0 auto 45px auto;
  }
}
@media only screen and (min-width: 1100px) {
  .section-04 .context {
    font-size: 159%;
  }
}
@media only screen and (min-width: 1600px) {
  .section-04 .context {
    font-size: 180%;
  }
}
.section-04 .context label {
  color: #e61a59;
}
.section-04 .context span {
  display: inline;
}
@media only screen and (min-width: 481px) {
  .section-04 .context span {
    display: block;
  }
}
.section-04 .exam-group {
  display: block;
  position: relative;
}
@media only screen and (min-width: 481px) {
  .section-04 .exam-group {
    display: flex;
    width: 55%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 8% 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .section-04 .exam-group {
    width: 85%;
    margin: 0 0 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .section-04 .exam-group {
    width: 80%;
    margin: 0 2% 0 auto;
  }
}
@media only screen and (min-width: 1100px) {
  .section-04 .exam-group {
    width: 75%;
  }
}
@media only screen and (min-width: 1600px) {
  .section-04 .exam-group {
    width: 65%;
    margin: 0 8% 0 auto;
  }
}
@media only screen and (min-width: 1920px) {
  .section-04 .exam-group {
    width: 60%;
    margin: 0 8% 0 auto;
  }
}
.section-04 .exam-group::before {
  content: '';
  position: absolute;
  top: 8%;
  left: -50%;
  width: 120%;
  height: 116%;
  background: url(../images/section_04_bg.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .section-04 .exam-group::before {
    top: 8%;
    left: -53%;
    width: 90%;
    height: 116%;
  }
}
@media only screen and (min-width: 1024px) {
  .section-04 .exam-group::before {
    top: 0%;
    left: -70%;
    width: 100%;
    height: 116%;
  }
}
@media only screen and (min-width: 1100px) {
  .section-04 .exam-group::before {
    top: 10%;
    left: -45%;
    width: 83%;
    height: 90%;
  }
}
@media only screen and (min-width: 1600px) {
  .section-04 .exam-group::before {
    height: 94%;
  }
}
@media only screen and (min-width: 1920px) {
  .section-04 .exam-group::before {
    top: 6%;
    height: 105%;
  }
}
.section-04 section {
  position: relative;
  width: 90%;
  box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  margin: 0 auto 30px auto;
  padding: 20px 30px;
}
@media only screen and (min-width: 481px) {
  .section-04 section {
    width: calc((100% - 20%) / 2);
    margin: 0 0 50px 0;
    padding: 30px;
  }
}
.section-04 section:nth-of-type(1) {
  background-color: #8aafff;
}
.section-04 section:nth-of-type(1) figcaption {
  color: #fff;
}
.section-04 section:nth-of-type(1) figure {
  color: #fff;
}
.section-04 section:nth-of-type(2) {
  background-color: #fff;
}
@media only screen and (min-width: 481px) {
  .section-04 section:nth-of-type(2) {
    top: 50px;
  }
}
.section-04 section:nth-of-type(2) figcaption {
  color: #4e85fe;
}
.section-04 section:nth-of-type(3) {
  background-color: #8aafff;
}
@media only screen and (min-width: 481px) {
  .section-04 section:nth-of-type(3) {
    background-color: #fff;
  }
}
.section-04 section:nth-of-type(3) figcaption {
  color: #fff;
}
@media only screen and (min-width: 481px) {
  .section-04 section:nth-of-type(3) figcaption {
    color: #4e85fe;
  }
}
.section-04 section:nth-of-type(3) figure {
  color: #fff;
}
@media only screen and (min-width: 481px) {
  .section-04 section:nth-of-type(3) figure {
    color: #000;
  }
}
.section-04 section:nth-of-type(4) {
  background-color: #fff;
}
@media only screen and (min-width: 481px) {
  .section-04 section:nth-of-type(4) {
    top: 50px;
    background-color: #8aafff;
  }
}
.section-04 section:nth-of-type(4) figcaption {
  color: #4e85fe;
}
@media only screen and (min-width: 481px) {
  .section-04 section:nth-of-type(4) figcaption {
    color: #fff;
  }
}
.section-04 section:nth-of-type(4) figure {
  color: #000;
}
@media only screen and (min-width: 481px) {
  .section-04 section:nth-of-type(4) figure {
    color: #fff;
  }
}
.section-04 figcaption {
  text-align: center;
  font-size: 200%;
  font-weight: 500;
  margin-bottom: 30px;
}
.section-04 figure {
  font-size: 130%;
  line-height: 1.2;
}

.section-05 {
  position: relative;
  padding: 30px 0 50px 0;
  z-index: 0;
}
@media only screen and (min-width: 1024px) {
  .section-05 {
    padding: 40px 0 80px 0;
  }
}
.section-05 img {
  width: 100%;
}
.section-05 .outline {
  width: 92%;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .section-05 .outline {
    width: 95%;
  }
}
@media only screen and (min-width: 1100px) {
  .section-05 .outline {
    width: 75%;
  }
}
.section-05 .title {
  font-size: 210%;
  font-style: italic;
  text-align: center;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 768px) {
  .section-05 .title {
    font-size: 220%;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .section-05 .title {
    font-size: 300%;
    margin: 0 auto 50px auto;
  }
}
@media only screen and (min-width: 1600px) {
  .section-05 .title {
    font-size: 350%;
  }
}
.section-05 .title span {
  color: #e61a59;
}
.section-05 .title dt {
  display: inline;
  position: relative;
}
.section-05 .title dt::before {
  content: '';
  position: absolute;
  top: 0;
  left: -45px;
  width: 30%;
  height: 100%;
  background: url(../images/section_title_bg.png) no-repeat;
  background-size: 54%;
}
@media only screen and (min-width: 768px) {
  .section-05 .title dt::before {
    left: -65px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-05 .title dt::before {
    left: -75px;
  }
}
.section-05 .title dd {
  display: block;
}
@media only screen and (min-width: 481px) {
  .section-05 .title dd {
    display: inline;
  }
}
.section-05 .gph-p {
  display: none;
}
@media only screen and (min-width: 481px) {
  .section-05 .gph-p {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1100px) {
  .section-05 .gph-p {
    width: 100%;
  }
}
.section-05 .gph-m {
  display: block;
  width: 85%;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .section-05 .gph-m {
    display: none;
  }
}

.section-06 {
  position: relative;
  padding: 30px 0 50px 0;
  z-index: 0;
}
@media only screen and (min-width: 1024px) {
  .section-06 {
    padding: 40px 0 80px 0;
  }
}
.section-06 img {
  width: 100%;
}
.section-06 .outline {
  width: 92%;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .section-06 .outline {
    width: 95%;
  }
}
@media only screen and (min-width: 1100px) {
  .section-06 .outline {
    width: 75%;
  }
}
.section-06 .title {
  font-size: 210%;
  font-style: italic;
  text-align: center;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 auto 10px auto;
}
@media only screen and (min-width: 768px) {
  .section-06 .title {
    font-size: 220%;
    margin: 0 auto 10px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .section-06 .title {
    font-size: 300%;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (min-width: 1600px) {
  .section-06 .title {
    font-size: 350%;
  }
}
.section-06 .title span {
  color: #4e85fe;
}
.section-06 .title label {
  color: #18bf21;
}
.section-06 .title dt {
  display: inline;
  position: relative;
}
.section-06 .title dt::before {
  content: '';
  position: absolute;
  top: 0;
  left: -45px;
  width: 30%;
  height: 100%;
  background: url(../images/section_title_bg.png) no-repeat;
  background-size: 54%;
}
@media only screen and (min-width: 768px) {
  .section-06 .title dt::before {
    left: -65px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-06 .title dt::before {
    left: -75px;
  }
}
.section-06 .title dd {
  display: block;
}
@media only screen and (min-width: 481px) {
  .section-06 .title dd {
    display: inline;
  }
}
.section-06 .context {
  font-size: 140%;
  text-align: center;
  line-height: 1.4;
  margin: 0 auto 25px auto;
}
@media only screen and (min-width: 768px) {
  .section-06 .context {
    font-size: 190%;
    margin: 0 auto 35px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .section-06 .context {
    font-size: 200%;
    margin: 0 auto 45px auto;
  }
}
@media only screen and (min-width: 1100px) {
  .section-06 .context {
    font-size: 220%;
  }
}
@media only screen and (min-width: 1600px) {
  .section-06 .context {
    font-size: 240%;
  }
}
.section-06 .context label {
  color: #e61a59;
}
.section-06 .context span {
  display: inline;
}
@media only screen and (min-width: 481px) {
  .section-06 .context span {
    display: block;
  }
}
.section-06 .btn-group {
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .section-06 .btn-group {
    width: 55%;
  }
}
.section-06 a {
  width: calc((100% - 20%) / 2);
}

.allcards {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto 20px auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .allcards {
    min-height: 148px;
    margin: 0 auto 10px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .allcards {
    min-height: 190px;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 1600px) {
  .allcards {
    min-height: 220px;
  }
}
@media only screen and (min-width: 1920px) {
  .allcards {
    min-height: 265px;
  }
}

.card {
  position: relative;
  width: calc((100% - 4%) / 2);
  min-height: 70px;
  margin: 0 1% 80px 1%;
}
@media only screen and (min-width: 414px) {
  .card {
    margin: 0 1% 95px 1%;
  }
}
@media only screen and (min-width: 768px) {
  .card {
    width: calc((100% - 10%) / 5);
    min-height: auto;
    margin: 0 1%;
  }
}

.front-side {
  box-sizing: border-box;
  z-index: 4;
}

.back-side {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  box-sizing: border-box;
  z-index: 4;
}

.card .front-side, .card .back-side {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-duration: 1s, 1s;
  -moz-transition-duration: 1s, 1s;
  -ms-transition-duration: 1s, 1s;
  -o-transition-duration: 1s, 1s;
  transition-duration: 1s, 1s;
  box-sizing: border-box;
  box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.15);
}

.flip .front-side {
  z-index: 4;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip .back-side {
  z-index: 4;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.card-hand {
  position: absolute;
  bottom: -5%;
  right: -5%;
  width: 15%;
  color: #cccccc;
  font-size: 185%;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
@media only screen and (min-width: 481px) {
  .card-hand {
    font-size: 135%;
  }
}
@media only screen and (min-width: 1024px) {
  .card-hand {
    font-size: 185%;
  }
}
@media only screen and (min-width: 1600px) {
  .card-hand {
    font-size: 190%;
  }
}
@media only screen and (min-width: 1920px) {
  .card-hand {
    font-size: 230%;
  }
}

.section-form {
  background-color: #c9c9c9;
  padding: 20px 0;
}
@media only screen and (min-width: 1024px) {
  .section-form {
    padding: 40px 0;
  }
}
.section-form .red_word {
  color: #000;
  font-size: 90%;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .section-form .red_word {
    font-size: 110%;
  }
}
@media only screen and (min-width: 1024px) {
  .section-form .red_word {
    font-size: 130%;
  }
}
.section-form .joinForm {
  background-color: #fff;
  margin: 10px auto;
}
.section-form .send a {
  color: #fff;
  font-size: 150%;
  background-color: #e61a59;
}
.section-form .send a:hover {
  color: #e61a59;
  background-color: #fff;
}
.section-form .joinForm-tip {
  color: #000;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .section-form .joinForm-tip {
    font-size: 120%;
    letter-spacing: 1px;
  }
}
.section-form .joinForm-tip a {
  color: #e61a59;
}

.form-write .edm-wrapper {
  font-size: 140%;
  border-top: none;
}

.select-style-self {
  font-size: 85% !important;
}
