@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;
}

@font-face {
  font-family: 'FontAwesome';
/*   src: url("../fonts/fontawesome-webfont.eot"); */
/*   src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg") format("svg"); */
  font-weight: normal;
  font-style: normal;
}
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,.nav-fixed nav, .secbox-1 nav  {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.btn-top, .btn-top:active, .btn-top:focus, .btn-go-form,header, .btn-chme, .btn-snatch, .exp-box, .heartsay, .tvabout,.secbox-1 nav button, .secbox-1 nav summary {
  -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-form, .btn-go-form:hover, .btn-chme, .btn-snatch,.nav-fixed, .show, .secbox-1 nav summary:hover, .secbox-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;
  }
}

.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 {
  font-size: 15px;
  font-family: "FontAwesome", "Century Gothic", "Arial", "Noto Sans TC", "微軟正黑體";
  background-color: #ffffff;
  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: #d61518;
  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: 50px;
    height: 50px;
    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: #d61518 !important;
  background-color: #fff;
}

.btn-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.btn-top.cd-fade-out {
  opacity: 1;
}

.btn-go-form {
  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: #d61518;
  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;
}
@media only screen and (min-width: 481px) {
  .btn-go-form {
    bottom: 10px;
    right: 15px;
    width: 50px;
    height: 50px;
    font-size: 95%;
    padding: 8px 0 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .btn-go-form {
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    font-size: 110%;
    padding: 12px 0 20px 0;
  }
}
.btn-go-form:hover {
  color: #d61518 !important;
  background-color: #fff;
}

.top-link {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  color: #fff;
  background-color: #d61518;
  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: 6px 0 0 0;
  justify-content: center;
}
@media only screen and (min-width: 481px) {
  .top-link .top-link-nav {
    justify-content: flex-end;
  }
}
.top-link .top-link-nav a {
  color: #fff;
  font-size: 95%;
  padding: 0 10px;
  border-right: #fff 1px solid;
}
@media only screen and (min-width: 481px) {
  .top-link .top-link-nav a {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .top-link .top-link-nav a {
    font-size: 100%;
  }
}
.top-link .top-link-nav a:hover {
  color: #ffde00 !important;
}
.top-link .top-link-nav a:last-of-type {
  border-right: none;
}
.top-link .top-link-nav dt, .top-link .top-link-nav dd {
  margin: 0 4px;
}

.edm-wrapper {
  position: relative;
  width: 100%;
  padding: 20px 0 20px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .edm-wrapper {
    width: 100%;
    padding: 25px 0 25px 0;
  }
}
@media only screen and (min-width: 1100px) {
  .edm-wrapper {
    width: 1200px;
    padding: 35px 0 66px 0;
  }
}

.edm-wrapper-s {
  position: relative;
  width: 100%;
  padding: 5px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .edm-wrapper-s {
    width: 100%;
    padding: 5px 0;
  }
}
@media only screen and (min-width: 1100px) {
  .edm-wrapper-s {
    width: 1200px;
    padding: 0 0 35px 0;
  }
}

.edm-wrapper-m {
  position: relative;
  width: 100%;
  padding: 25px 0 0 0;
  margin: 0 auto;
}

.top-link .top-link-nav, .top-link .top-link-nav a {
    display: flex;
}

@media only screen and (min-width: 481px) {
  .edm-wrapper-m {
    width: 100%;
    padding: 25px 0 0 0;
  }
}
@media only screen and (min-width: 1100px) {
  .edm-wrapper-m {
    width: 1200px;
    padding: 35px 0 0 0;
  }
  .edm-wrapper-default {
	width:1100px;  
	position: relative;
    margin: 0 auto;
    padding: 0;  
  }
  .top-link .top-link-nav {
    margin: 6px 0 0 0;
    justify-content: flex-end;
  }
}

.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:before {
  background-color: #ffffff;
}
.has-animation.animate-in:after {
  background-color: #0995a4;
  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;
}

.title-style {
  position: relative;
  margin: 20px auto;
  display: block;
  color: #191a1d;
  font-weight: bold;
  border: #191a1d 2px solid;
  border-bottom: #191a1d 8px solid;
  background-color: #ffe74d;
  text-align: center;
  width: 90%;
  border-radius: 50px;
  font-size: 145%;
  margin: 20px auto 20px auto;
  padding: 15px 10px;
  z-index: 5;
}
@media only screen and (min-width: 481px) {
  .title-style {
    width: 70%;
    font-size: 190%;
    margin: 20px auto 20px auto;
    padding: 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .title-style {
    margin: 30px auto 20px auto;
    padding: 15px 0;
    width: 65%;
    font-size: 200%;
  }
}
@media only screen and (min-width: 1100px) {
  .title-style {
    font-size: 250%;
  }
}

.title-style02 {
  position: relative;
  margin: 20px auto;
  display: block;
  color: #ffe74d;
  font-weight: bold;
  border: #fff 2px solid;
  border-bottom: #fff 8px solid;
  background-color: #284da2;
  text-align: center;
  width: 90%;
  border-radius: 50px;
  font-size: 145%;
  margin: 20px auto 20px auto;
  padding: 15px 10px;
  z-index: 5;
}
@media only screen and (min-width: 481px) {
  .title-style02 {
    width: 70%;
    font-size: 190%;
    margin: 20px auto 20px auto;
    padding: 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .title-style02 {
    margin: 30px auto 20px auto;
    padding: 15px 0;
    width: 65%;
    font-size: 200%;
  }
}
@media only screen and (min-width: 1100px) {
  .title-style02 {
    font-size: 250%;
  }
}

/* 20210205 start */
.title-style03 {
  position: relative;
  margin: 20px auto;
  display: block;
  color: #ffe74d;
  font-weight: bold;
  border: #fff 2px solid;
  border-bottom: #fff 8px solid;
  background-color: #0d1b25;
  text-align: center;
  width: 90%;
  border-radius: 50px;
  font-size: 135%;
  margin: 20px auto 20px auto;
  padding: 15px 10px;
  z-index: 5;
}
@media only screen and (min-width: 481px) {
  .title-style03 {
    width: 70%;
    font-size: 190%;
    margin: 20px auto 20px auto;
    padding: 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .title-style03 {
    margin: 30px auto 20px auto;
    padding: 15px 0;
    width: 65%;
    font-size: 200%;
  }
}
@media only screen and (min-width: 1100px) {
  .title-style03 {
    font-size: 250%;
  }
 
}

.nav-fixed {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  /* background: rgba(52, 53, 63, 0.95); */
  background: #81062e;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
  opacity: 0;
  z-index: 10;
}


.nav-fixed nav {
  position: relative;
  width: 90%;
  justify-content: space-between;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .nav-fixed nav {
    width: 90%;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1100px) {
  .nav-fixed nav {
    width: 1000px;
  }
}
.nav-fixed nav a {
  color: #fff;
  text-decoration: none;
  font-size: 120%;
  margin: 0 0 4px 0;
  padding: 10px 5px 5px 5px;
  font-family: "cwTeXYen", "Century Gothic", "Arial", "Noto Sans TC", "微軟正黑體";
}
@media only screen and (min-width: 481px) {
  .nav-fixed nav a {
    padding: 10px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .nav-fixed nav a {
    font-size: 130%;
  }
}
.nav-fixed nav a:hover {
  color: #ffff00;
}

.show {
  top: 25px;
  opacity: 1 !important;
}

@media only screen and (min-width: 768px) {
  .show {
    top: 30px;
  }
}

.secbox-1 nav {
  width: 96%;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto 20px auto;
}

@media only screen and (min-width: 481px) {
  .secbox-1 nav {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto 30px auto;
  }
}
.secbox-1 nav button {
  display: block;
  position: relative;
  width: 32%;
  margin: 0 1% 4px 0;
  padding: 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 10px 10px 16px;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 481px) {
  .secbox-1 nav button {
    width: 15.5%;
    margin: 0 0.5%;
  }
}
.secbox-1 nav summary {
  display: block;
  position: relative;
  font-size: 140%;
  font-family: "cwTeXYen", "Century Gothic", "Arial", "Noto Sans TC", "微軟正黑體";
  text-align: center;
  text-decoration: none;
  color: #c58726;
  background-color: #fff;
  padding: 10px 5px;
}

@media only screen and (min-width: 481px) {
  .secbox-1 nav summary {
    font-size: 150%;
    padding: 10px 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .secbox-1 nav summary {
    font-size: 180%;
    padding: 10px 15px;
  }
}
.secbox-1 nav summary:hover {
  color: #fff;
  background-color: #33404a;
}
/* 20210205 end */

body {
  background-image   : url(../images/bg-top.jpg),
					   url(../images/bg-body.jpg),
					   url(../images/bg-down.png);

  background-repeat  : no-repeat,
                       repeat, 
                       no-repeat;

  background-position: 
					   
                       top center,
					   bottom center,
					   bottom center;
					   
  background-size: 100%,100%,100%;
}



.total-container {
  width: 100%;
}

table td span{
	
 text-align:center;
 
}


header {
  position: relative;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0;
  overflow: visible;
  height:auto;
}

header img {
  width: 100%;
}

.header_0 {
  position:relative;
  width: 100%;
  margin: 133px auto 3% auto;
  z-index:2;
}


.header_1 {
  position:relative;
  width: 100%;
  z-index:1;
}

.header_t {
  position: absolute;
  left: 13%;
  width: 16%;
  top:-12%;
  z-index: 2;
  cursor:pointer;
}

.sec1 {
  position: relative;
  z-index: 2;
  text-align:center;
}

.sec1 img{
 width:75%;
 
}

.sec2 img{
 width:75%;
 
}

.sec3 img{
 width:75%;
 
}

.sec4 img{
 width:75%;
 
}


.sec2 {
	
 position: relative;
 z-index: 2;	
 text-align:center;
}

.sec3 {
	
 position: relative;
 z-index: 2;	
 text-align:center;
}

.sec4 {
 position: relative;
 z-index: 3;	
 text-align:center;
 /* margin:-1% auto; */
 margin: 0% 0 0 -0.7%;
}

.sec2_content {
 position:absolute;
 text-align:center;	
 width:100%;
 margin:8% auto;
 z-index: 3;	
}


.sec3_content {
 position:absolute;
 text-align:center;	
 width:100%;
 margin: -6450px auto;
 z-index: 3;	
}


.sec4_content {
 position:absolute;
 text-align:center;	
 width:100%;
 margin: -26490px auto;
 z-index: 3;	
}

.sec5_content {
 position:absolute;
 text-align:center;	
 width:100%;
 margin: -19790px auto;
 z-index: 3;	
}

.sec6_content {
 position:absolute;
 text-align:center;	
 width:100%;
 margin: -8730px auto;
 z-index: 3;	
}

.sec7_content {
 position:absolute;
 text-align:center;	
 width:100%;
 margin: -4330px auto;
 z-index: 3;	
}

.sec3_title {
 position:absolute;
 text-align:center;	
 width:100%;
 margin: -6518px auto;
 z-index: 3;	
}

.sec4_title {
 position:absolute;
 text-align:center;	
 width:100%;
 margin: -26570px auto;
 z-index: 3;	
}

.sec5_title {
 position:absolute;
 text-align:center;	
 width:100%;
 margin: -19870px auto;
 z-index: 3;	
}

.sec6_title {
 position:absolute;
 text-align:center;	
 width:100%;
 margin: -8800px auto;
 z-index: 3;	
}

.sec7_title {
 position:absolute;
 text-align:center;	
 width:100%;
 margin: -4400px auto;
 z-index: 3;	
}

.sec2_table {
 width:76%;
 margin: 0% auto;
 position: absolute;
 top: 0;
 left: 12%;
 z-index: 3;
}

.sec3_table {
 width:76%;
 margin: 0% auto;
 position: absolute;
 top: 0;
 left: 12%;
 z-index: 3;
}

.sec4_table {
 width:76%;
 margin: 0% auto;
 position: absolute;
 top: 0;
 left: 12%;
 z-index: 3;
}

.sec2_table td.table_title {
 	
 background-color:#fdb615;	
 color:#ffffff;
 font-size:180%;
}

.sec2_table td {
 	
 border:none;
 color:#000000;
 font-size:160%;
}

.sec3_table td.table_title1 {
 	
 background-color:#c9343c;	
 color:#ffffff;
 font-size:180%;
}

.yangmi td.table_title1 { 
 background-color:#81062e !important;	
	
}

.Chenggong td.table_title1 { 
 background-color:#2ccf92 !important;		
}

.Chengchi td.table_title1 { 
 background-color:#2cc5d2 !important;		

}

.NTUST td.table_title1 { 
 background-color:#1e95cf !important;	

} 


.sec3_table td {
 	
 border:none;
 color:#000000;
 font-size:160%;
}

.sec4_table td {
 	
 border:none;
 color:#000000;
 font-size:160%;
}

.button1 {
 position:absolute;
 left:5%;
 width:15%; 
 height:72px;
 cursor:pointer;
 z-index:5;
}

.button2 {
 position:absolute;
 left:19%;
 width:15%; 
 height:72px;
 cursor:pointer;
 z-index:5;
}

.button3 {
 position:absolute;
 left:34%;
 width:15%; 
 height:72px;
 cursor:pointer;
 z-index:5;
}

.button4 {
 position:absolute;
 left:48.5%;
 width:14.5%; 
 height:72px;
 cursor:pointer;
 z-index:5;
}

.button5 {
 position:absolute;
 left:63%;
 width:14.6%; 
 height:72px;
 cursor:pointer;
 z-index:5;
}

.button6 {
 position:absolute;
 left:78%;
 width:17.2%; 
 height:72px;
 cursor:pointer;
 z-index:5;
}

.red_word {
    margin-top: 20px;
    color: #C30D23;
    margin: 0 0 0 3.3%;
}

tr:nth-child(odd) {background: #d9d9d9}


@media only screen and (min-width: 360px) {
   body {
  background-image   : url(../images/bg-top.jpg),
					   url(../images/bg-body.jpg),
					   url(../images/bg-down.png);

  background-repeat  : no-repeat,
					   repeat, 
                       no-repeat;

  background-position: bottom center,
					    bottom center,
					   bottom center;
					  
					   
  background-size: cover,100%,cover;
  }
   
   .header_t {
    position: absolute;
    left: 2%;
    width: 26%;
   }
   .header_0 {
	  content: url(../images/banner-sm.png);
	  width: 100%;
	  margin: 65px auto 3% auto;
    }
	.sec1 {
	  content: url(../images/button-sm.png);
	  width: 83%;
	  margin:0 auto;
	}
	.sec2 img {
      width: 100%;
	}
	.sec3_title img {
	  width:40%;
	}
	.sec4_title img {
	  width:40%;
	}
	.sec5_title img {
	  width:40%;
	}
	.sec6_title img {
	  width:40%;
	}
	.sec7_title img {
	  width:40%;
	}
	.sec3 img {
      width: 100%;
	  height: 37092px;
	}
	.sec4 img {
      width: 100%;
    }
	.sec4 {
	  margin:-1% auto; 
	}
	.data-write {
      width: 91% !important;
	}
	.end_title img{
      width: 62%;
      margin: 3% 0 5% 0;
    }
	
	.sec2_content {
	  width:40%;
	  left:32%;
	}
	
   .sec2_table {
      width: 89%;
      position: absolute;
      top: 5px;
      left: 6%;
   }
   .sec3_table {
      width: 89%;
      position: absolute;
      top: 5px;
      left: 6%;
   }
   .sec2_table td.table_title {
	  font-size: small;
      line-height: normal;
   }
   .sec3_table td.table_title1 {
	  font-size: small;
      line-height: normal;
   }
   .sec2_table td {
    font-size: 71%;
    width: 16%;
   }
   .sec3_table td {
    font-size: 71%;
    width: 16%;
   }
   .wd_3 {
	width:5% !important;
   }
   .wd1_3 {
	width:5% !important;
   }
   .wd_0 {
	width:29% !important;
   }
   .wd1_0 {
	width:29% !important;
   }
   .wd_1 {
	width:35% !important;
   }
   .wd1_1 {
	width:35% !important;
   }
   .wd_2 {
	width:15% !important;
   }
   .wd1_2 {
	width:15% !important;
   }
   .secbox-edm-form {
	margin: -1% auto !important;
   }
   .sec3_title {
    position: absolute;
    text-align: center;
    width: 100%;
	margin: -28010px auto;
    z-index: 3;
   }
   
    .sec4_title {
    position: absolute;
    text-align: center;
    width: 100%;
	margin: -22940px auto;
    z-index: 3;
   }
   .sec5_title {
      margin: -16350px auto;
   }
   .sec6_title {
   margin: -7730px auto;
   }
    .sec7_title {
   margin: -4310px auto;
   }
   
   
   .sec3_content {
    position: absolute;
    text-align: center;
    width: 100%;
	margin: -27970px auto;
    z-index: 3;
   }
   
    .sec4_content {
    position: absolute;
    text-align: center;
    width: 100%;
	margin: -22904px auto;
    z-index: 3;
   }
   .sec5_content {
      margin: -16310px auto;
   }
   .sec6_content {
       margin: -7690px auto;
   }
   
   .sec7_content {
       margin: -4270px auto;
   }
   
	.button1 {
	 position:absolute;
	 left:9%;
	 width:25%; 
	 height:45px;
	 cursor:pointer;
	 z-index:5;
	}

	.button2 {
	 position:absolute;
	 left:34%;
	 width:26%; 
	 height:45px;
	 cursor:pointer;
	 z-index:5;
	}

	.button3 {
	 position:absolute;
	 left:60%;
	 width:32%; 
	 height:45px;
	 cursor:pointer;
	 z-index:5;
	}

	.button4 {
	 position:absolute;
	 left:9%;
	 top:28%;
	 width:25%; 
	 height:45px;
	 cursor:pointer;
	 z-index:5;
	}

	.button5 {
	 position:absolute;
	 left:35%;
	 top:28%;
	 width:26%; 
	 height:46px;
	 cursor:pointer;
	 z-index:5;
	}

	.button6 {
	 position:absolute;
	 left:61%;
	 top:28%;
	 width:30%; 
	 height:46px;
	 cursor:pointer;
	 z-index:5;
	}
  .joinForm {
		background-color: #fff;
		margin: 10px 0 10px 0 !important;
		width: 97% !important;
	}
	.asd {
		margin:0 0 0 0!important;
	}
	.red_word{
		margin:0 0 0 0!important;
	}
}

@media only screen and (min-width: 414px) {
  .sec3 img {
    width: 100%;
    height: 36642px;
  }
  
  .sec3_title {
   
	margin: -27636px auto;
    
   }
   
    .sec4_title {
   
	margin: -22570px auto;
    
   }
   .sec5_title {
      margin: -15980px auto;
   }
   .sec6_title {
   margin: -7640px auto;
   }
    .sec7_title {
   margin: -4333px auto;
   }
   
   .sec3_content {
   
	margin: -27595px auto;
    
   }
   
    .sec4_content {
  
	margin: -22530px auto;
   
   }
   .sec5_content {
      margin: -15933px auto;
   }
   .sec6_content {
       margin: -7600px auto;
   }
   
   .sec7_content {
       margin: -4293px auto;
   }
	
}


@media only screen and (min-width: 481px) {
     body {
  background-image   : url(../images/bg-top.jpg),
					   url(../images/bg-body.jpg),
					   url(../images/bg-down.png);

  background-repeat  : no-repeat,
					   repeat, 
                       no-repeat;

  background-position: top center,
					   bottom center,
					   bottom center;
					  
					   
  background-size: cover,100%,cover;
  }
	.header_0 {
	  content: url(../images/banner-sm.png);
	  width: 100%;
	  margin: 106px auto 3% auto;
    }
  
    .sec1 img{
	 width:100%;
	 
	}

	.sec2 img{
	 width:100%;
	 
	}

	.sec3 img{
	 width:100%;
	 height: 35872px;
	}

	.sec4 img{
	 width:100%;
	 
	}
	
	
	.end_title img {
		width: 114.5%!important;
		
	}
	
	.sec2_table td.table_title {
    font-size: 130%;
	}
	.sec3_table td.table_title1 {
    font-size: 130%;
	}
	
	.sec2_table td {
    font-size: 100%;
	}
	
	.sec3_table td {
    font-size: 100%;
	}
	
	.data-write {
    background-color: #ffffff;
    width: 95%;
    margin: -35px 2.1% auto;
    padding: 0 0px 30px 13px;
	}
	
	.sec3_title {
    position: absolute;
    text-align: center;
    width: 100%;
	margin: -26420px auto;
    z-index: 3;
   }
   .sec4_title {
    position: absolute;
    text-align: center;
    width: 100%;
	margin: -21210px auto;
    z-index: 3;
   }
   .sec5_title {
	 margin: -15915px auto;
   }
   .sec6_title {
	margin: -7070px auto;
   }
    .sec7_title {
	margin: -3530px auto;
   }
   
   .sec3_content {
    position: absolute;
    text-align: center;
    width: 100%;
	margin: -26350px auto;
    z-index: 3;
   }
   .sec4_content {
    position: absolute;
    text-align: center;
    width: 100%;
	margin: -21140px auto;
    z-index: 3;
   }
   .sec5_content {
   margin: -15850px auto;
   }
   .sec6_content {
    margin: -7000px auto;
   }
   
   .sec7_content {
	margin: -3460px auto;
   }
   .data-write {
    width: 93% !important;
   }
   
    .button1 {
	 position:absolute;
	 left:8%;
	 width:26%; 
	 height: 80px;
	 cursor:pointer;
	 z-index:5;
	}

	.button2 {
	 position:absolute;
	 left:34%;
	 width:26%; 
	 height: 80px;
	 cursor:pointer;
	 z-index:5;
	}

	.button3 {
	 position:absolute;
	 left:60%;
	 width:32%; 
	 height: 80px;
	 cursor:pointer;
	 z-index:5;
	}

	.button4 {
	 position:absolute;
	 left:8%;
	 top:32%;
	 width:26%; 
	 height: 60px;
	 cursor:pointer;
	 z-index:5;
	}

	.button5 {
	 position:absolute;
	 left:34%;
	 top:32%;
	 width:26%; 
	 height: 60px;
	 cursor:pointer;
	 z-index:5;
	}

	.button6 {
	 position:absolute;
	 left:60%;
	 top:32%;
	 width:32%; 
	 height: 60px;
	 cursor:pointer;
	 z-index:5;
	}
   .sec4 {
    margin: 0% 0 0 0.2%;
	}
    input#is_read{
	margin: 0 0 0 0 !important;
	}
   
}

@media (height:1024px) and (min-width: 768px) {
	.sec1 {
    content: url(../images/button-sm.png);
    width: 80%;
    margin: 0 auto;
    }
	.sec2 img {
    width: 100%;
   }
   .sec3 img {
    width: 100%;
	height: 41322px;
   }
	.sec3_title img {
    width: 32%;
   }
	.sec2_content img{
	width:80%;	
  }
  
	  .sec2_table {
	 width:90%;
	 margin: 0% auto;
	 position: absolute;
	 top: 0;
	 left:5%;
	 z-index: 3;
	}
	.sec2_table td.table_title {
		font-size: 150%;
		line-height: normal;
	}
	.sec2_table td {
		font-size: 138%;
		width: 16%;
	}
	.sec3_table {
	 width:90%;
	 margin: 0% auto;
	 position: absolute;
	 top: 0;
	 left: 5%;
	 z-index: 3;
	}

	.sec3_table td.table_title1 {
		font-size: 150%;
		line-height: normal;
	}
	.sec3_table td {
		font-size: 138%;
		width: 16%;
	}
	.sec3_title {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: -30420px auto;
    z-index: 3;
   }
   .sec4_title {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: -24470px auto;
    z-index: 3;
   }
   .sec5_title {
   margin: -18392px auto;
   }
   .sec6_title {
   margin: -8210px auto;
   }
    .sec7_title {
   margin: -4010px auto;
   }
   .sec3_content {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: -30350px auto;
    z-index: 3;
   }
   .sec4_content {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: -24400px auto;
    z-index: 3;
   }
   .sec5_content {
       margin: -18320px auto;
   }
   .sec6_content {
       margin: -8140px auto;
   }
   
   .sec7_content {
       margin: -3940px auto;
   }
	.data-write {
    width: 92.8% !important;
   }
   
   
  .button1 {
	 position:absolute;
	 left:8%;
	 width:26%; 
	 height: 80px;
	 cursor:pointer;
	 z-index:5;
	}

	.button2 {
	 position:absolute;
	 left:34%;
	 width:26%; 
	 height: 80px;
	 cursor:pointer;
	 z-index:5;
	}

	.button3 {
	 position:absolute;
	 left:60%;
	 width:32%; 
	 height: 80px;
	 cursor:pointer;
	 z-index:5;
	}

	.button4 {
	 position:absolute;
	 left:8%;
	 top:32%;
	 width:26%; 
	 height: 60px;
	 cursor:pointer;
	 z-index:5;
	}

	.button5 {
	 position:absolute;
	 left:34%;
	 top:32%;
	 width:26%; 
	 height: 60px;
	 cursor:pointer;
	 z-index:5;
	}

	.button6 {
	 position:absolute;
	 left:60%;
	 top:32%;
	 width:32%; 
	 height: 60px;
	 cursor:pointer;
	 z-index:5;
	}
   
    .end_title img {
		width: 105.5%!important;
		margin: 0 0 0 -20%;
	}
    .sec4_title img {
	  width:32%;
	}
	.sec5_title img {
	  width:32%;
	}
	.sec6_title img {
	  width:32%;
	}
	.sec7_title img {
	  width:32%;
	}
	input#is_read ,input#sale_agree {
	  margin:0 0 0 0 !important;
	}
	.sec4 {
    margin: 0% 0.2% 0 0.1%;
    }
}


@media only screen and (min-width: 1024px) {
  .joinForm {
   background-color: #fff;
   margin: 1% 2% 1% 2% !important;
   width: 95% !important;
   
  }
  input#is_read ,input#sale_agree {
	  margin:0 0 0 2% !important;
	}
  
	.sec4 {
    margin: 0% 0 0 -0.1% !important;
   }
  .asd {
    margin: 0 0 0 2%!important;
  }
  .red_word {
    margin: 0 0 0 2%!important;
  }
  #is_read {
	margin: 0 0 0 2%!important;
  }
  
  .header_t {
    position: absolute;
    left: 13%;
    width: 16%;
  }
  .header_0 {
	  content: url(../images/banner.png);
	  width: 100%;
	  margin: 133px auto 3% auto;
    }
  .sec1 {
	  content: url(../images/button.png);
	  width: 100%;
	  margin:0 auto;
	}
  .sec1 img{
    width: 100%;
 
  }
  .sec2 img{
    width: 100%;
  }
  .sec3 img{
    width: 100%;
	height: 45042px;
  }
  .sec3_title img {
    width: 25%;
  }
  .sec4_title img {
    width: 25%;
   }
   .sec5_title img {
    width: 25%;
   }
   .sec6_title img {
    width: 25%;
   }
   .sec7_title img {
    width: 25%;
   }
  .sec4 img{
    width: 100%;
	
  }
  .sec2_content img{
	width:25%;	
  }
  
	 .sec2_content {
		 position:absolute;
		 text-align:center;	
		 width:100%;
		 margin:8% auto;
		 z-index: 3;	
		 left: 0;
	}

	.sec2_table {
	 width:90%;
	 margin: 0% auto;
	 position: absolute;
	 top: 0;
	 left:5%;
	 z-index: 3;
	}

	.sec3_table {
	 width:90%;
	 margin: 0% auto;
	 position: absolute;
	 top: 0;
	 left: 5%;
	 z-index: 3;
	}

	.sec2_table td.table_title {
		
	 background-color:#fdb615;	
	 color:#ffffff;
	 /* font-weight:bold; */
	 font-size:180%;
	}

	.sec3_table td.table_title1 {
		
	 background-color:#c9343c;	
	 color:#ffffff;
	 /* font-weight:bold; */
	 font-size:180%;
	}

	.sec2_table td {
		
	 border:none;
	 color:#000000;
	 /* font-weight:bold; */
	 font-size:160%;
	}

	.sec3_table td {
		
	 border:none;
	 color:#000000;
	 /* font-weight:bold; */
	 font-size:160%;
	}

	.data-write {
		width: 93.5% !important;
		margin: -35px 2.7% auto !important;
	}

	.secbox-edm-form {
		margin: -3% auto !important;
	}
	 
	.end_title img {
		width: 110% !important;
	}

	.sec3_title {
		position: absolute;
		text-align: center;
		width: 100%;
		margin: -33178px auto;
		z-index: 3;
	   }
	.sec4_title {
		position: absolute;
		text-align: center;
		width: 100%;
		margin: -26603px auto;
		z-index: 3;
	   }
	.sec5_title {
		position: absolute;
		text-align: center;
		width: 100%;
		margin: -19915px auto;
		z-index: 3;
	   }
	.sec6_title {
		position: absolute;
		text-align: center;
		width: 100%;
		margin: -8865px auto;
		z-index: 3;
	   }
	.sec7_title {
		position: absolute;
		text-align: center;
		width: 100%;
		margin: -4451px auto;
		z-index: 3;
	   }   
 
   .sec3_content {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: -33088px auto;
    z-index: 3;
   }
    .sec4_content {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: -26520px auto;
    z-index: 3;
   }
    .sec5_content {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: -19835px auto;
    z-index: 3;
   }
    .sec6_content {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: -8783px auto;
    z-index: 3;
   }
    .sec7_content {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: -4366px auto;
    z-index: 3;
   }
   .button1 {
	position: absolute;
    left: 0%;
    width: 16%;
    height: 72px;
    cursor: pointer;
    z-index: 5;

	}

	.button2 {
		position: absolute;
		left: 16%;
		width: 16%;
		height: 72px;
		cursor: pointer;
		z-index: 5;
	}

	.button3 {
		position: absolute;
		left: 32%;
		width: 16%;
		height: 72px;
		cursor: pointer;
		z-index: 5;
	}

	.button4 {
		position: absolute;
		left: 48.5%;
		width: 16%;
		top: 0%;
		height: 72px;
		cursor: pointer;
		z-index: 5;
	}

	.button5 {
		position: absolute;
		left: 64%;
		width: 16.5%;
		top: 0%;
		height: 72px;
		cursor: pointer;
		z-index: 5;
	}

	.button6 {
		position: absolute;
		left: 80%;
		width: 20%;
		top: 0%;
		height: 72px;
		cursor: pointer;
		z-index: 5;
	}

   

}


@media only screen and (min-width: 1100px) {
  .header_0 {
	 
	  margin: 133px auto 3% auto;
    }
  .sec1 {
	  content: url(../images/button.png);
	  width: 1217px;
	  margin:0 auto;
	}
  .sec1 img{
    width: 1217px;
 
  }
  .sec2 img{
    width: 1217px;
  }
  .sec3 img{
    width: 1217px;
	height: 45012px;
  }
  .sec3_title img {
    width: 17%;
  }
  .sec4 {
    margin: 0% 0 0 -0.7% !important;
	}
  .sec4 img{
    width: 1217px;
	
  }
  .sec2_content img{
	width:17%;	
  }
  .sec4_title img {
	  width:17%;
	}
	.sec5_title img {
	  width:17%;
	}
	.sec6_title img {
	  width:17%;
	}
	.sec7_title img {
	  width:17%;
	}
  
	  .sec2_content {
	 position:absolute;
	 text-align:center;	
	 width:100%;
	 margin:9% auto;
	 z-index: 3;	
		 left: 0;
	}

	.sec2_table {
	 width:76%;
	 margin: 0% auto;
	 position: absolute;
	 top: 0;
	 left: 12%;
	 z-index: 3;
	}

	.sec3_table {
	 width:76%;
	 margin: 0% auto;
	 position: absolute;
	 top: 0;
	 left: 12%;
	 z-index: 3;
	}

	.sec2_table td.table_title {
		
	 background-color:#fdb615;	
	 color:#ffffff;
	 /* font-weight:bold; */
	 font-size:180%;
	}

	.sec3_table td.table_title1 {
		
	 background-color:#c9343c;	
	 color:#ffffff;
	 /* font-weight:bold; */
	 font-size:180%;
	}

	.sec2_table td {
		
	 border:none;
	 color:#000000;
	 /* font-weight:bold; */
	 font-size:166%;
	}

	.sec3_table td {
		
	 border:none;
	 color:#000000;
	 /* font-weight:bold; */
	 font-size:166%;
	}

	.data-write {
		width: 95% !important;
		margin: -35px 2.1% auto !important;
	}

	.secbox-edm-form {
		margin: -3% auto !important;
	}
	 
	.end_title img {
		width: 98.5% !important;
		margin: 0 0 0 -9%;
	}

	.sec3_title {
		position: absolute;
		text-align: center;
		width: 100%;
		margin: -33153px auto;
		z-index: 3;
   }
   .sec3_content {
    position: absolute;
    text-align: center;
    width: 100%;
	margin: -33073px auto;
    z-index: 3;
   }

	 .button1 {
	 position:absolute;
	 left:4.9%;
	 width:14%; 
	 height:72px;
	 cursor:pointer;
	 z-index:5;
	}

	.button2 {
	 position:absolute;
	 left:19%;
	 width:15%; 
	 height:72px;
	 cursor:pointer;
	 z-index:5;
	}

	.button3 {
	 position:absolute;
	 left:34%;
	 width:14.5%; 
	 height:72px;
	 cursor:pointer;
	 z-index:5;
	}

	.button4 {
	 position:absolute;
	 left:48.5%;
	 width:14.5%;
	 top:0%; 
	 height:72px;
	 cursor:pointer;
	 z-index:5;
	}

	.button5 {
	 position:absolute;
	 left:63%;
	 width:14.6%; 
	 top:0%; 
	 height:72px;
	 cursor:pointer;
	 z-index:5;
	}

	.button6 {
	 position:absolute;
	 left:78%;
	 width:17.2%;
	 top:0%;  
	 height:72px;
	 cursor:pointer;
	 z-index:5;
	}
}

@media only screen and (min-width: 1600px) {
  .sec2_table {
    width: 68%;
    margin: 0% auto;
    position: absolute;
    /* display: contents; */
    top: 0;
    left: 16%;
    z-index: 3;
  }
  .sec3_table {
    width: 68%;
    margin: 0% auto;
    position: absolute;
    /* display: contents; */
    top: 0;
    left: 16%;
    z-index: 3;
  }
  .sec4 {
    margin: 0% auto;
  }
  
	  .button1 {
	position: absolute;
    left: 11%;
    width: 13%;
    height: 72px;
    cursor: pointer;
    z-index: 5;
	}

	.button2 {
	 position: absolute;
    left: 24%;
    width: 12%;
    height: 72px;
    cursor: pointer;
    z-index: 5;
	}

	.button3 {
	position: absolute;
    left: 36%;
    width: 12.3%;
    height: 72px;
    cursor: pointer;
    z-index: 5;
	}

	.button4 {
	 position: absolute;
    left: 48.5%;
    width: 12.3%;
    top: 0%;
    height: 72px;
    cursor: pointer;
    z-index: 5;
	}

	.button5 {
	 position: absolute;
    left: 61%;
    width: 12.5%;
    top: 0%;
    height: 72px;
    cursor: pointer;
    z-index: 5;
	}

	.button6 {
	 position: absolute;
    left: 74%;
    width: 14.5%;
    top: 0%;
    height: 72px;
    cursor: pointer;
    z-index: 5;
	}
    .end_title img {
    width: 115.5% !important;
	margin: 0 0 0 -18%;
	}
  
}


@media only screen and (min-width: 1800px) {
  .sec2_content {
    margin: 6% auto;
  }
  .sec2_table {
    width: 56.3%;
    margin: 0% auto;
    position: absolute;
    top: 0;
    left: 22%;
    z-index: 3;
  }
  .sec3_table {
    width: 56.3%;
    margin: 0% auto;
    position: absolute;
    top: 0;
    left: 22%;
    z-index: 3;
  }
  .sec7_title {
    margin: -4410px auto;
  }
  .sec7_content {
    margin: -4320px auto;
  }
  .sec4 {
    margin: 0% auto;
  }
  
  .button1 {
	position: absolute;
    left: 18%;
    width: 10.5%;
    height: 72px;
    cursor: pointer;
    z-index: 5;
	}

	.button2 {
	position: absolute;
    left: 28.5%;
    width: 10%;
    height: 72px;
    cursor: pointer;
    z-index: 5;
	}

	.button3 {
	position: absolute;
    left: 39%;
    width: 10%;
    height: 72px;
    cursor: pointer;
    z-index: 5;
	}

	.button4 {
	position: absolute;
    left: 49%;
    width: 10.5%;
    top: 0%;
    height: 72px;
    cursor: pointer;
    z-index: 5;
	}

	.button5 {
	 position: absolute;
    left: 59.5%;
    width: 10%;
    top: 0%;
    height: 72px;
    cursor: pointer;
    z-index: 5;
	}

	.button6 {
	 position: absolute;
    left: 70%;
    width: 12%;
    top: 0%;
    height: 72px;
    cursor: pointer;
    z-index: 5;
	}
    .end_title img {
    width: 139% !important;
    margin: 0 0 0 -30%;
	}
}

.secbox-1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.secbox-1 summary {
  color: #fff;
  font-size: 145%;
  line-height: 2.0rem;
  text-align: left;
  width: 80%;
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
  .secbox-1 summary {
    width: 60%;
    line-height: 2.0rem;
    font-size: 185%;
  }
}
.secbox-1 summary span {
  color: #fbe801;
  font-weight: bold;
}


.secbox-2 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.secbox-2 summary {
  color: #000000;
  font-size: 145%;
  line-height: 2.0rem;
  text-align: left;
  width: 90%;
  margin: 40px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-2 summary {
    font-size: 165%;
  }
}
.secbox-2 figure {
  color: #284da2;
  font-weight: bold;
  font-size: 160%;
  line-height: 1.8rem;
  width: 90%;
  margin: 20px auto 20px auto;
}
@media only screen and (min-width: 481px) {
  .secbox-2 figure {
    font-size: 180%;
    line-height: 2.0rem;
  }
}




.secbox-edm-form {
  position: absolute;
  width: 100%;
    background: url(../images/bg-down.png) no-repeat bottom center; 
   padding-bottom: 0%; 
  overflow: hidden; 
   margin: -3% auto; 
  z-index: 2;
}

.data-write {
  background-color: #ffffff;
  width: 95%;
  margin: -28px 2.9% auto;
  padding: 0 0px 30px 13px;
}

hr {
  background-color: #fff;
}

.joinForm {
  width: 93% ;
  background-color: #fff;
  margin: 20px auto;
}
.joinForm td { background: #fff !important;}

.class_end {
  text-align:center;
  font-size:180%;
}

.class_end div {
  display:inline-block;
}

.end_title {	
  margin: 15% auto 0 auto;
}
@media only screen and (min-width: 481px) {
  .end_title {	
    margin: 5% auto 0 -2%;
  }
}

.send a {
    background: #d72015;
    border-radius: 3px;
}

