@charset "utf-8";
.bg_color01 {
  background-image: linear-gradient(-45deg, #060, #090);
}
.bg_color02 {
  background-image: linear-gradient(-45deg, #ddd, #eee);
}

.tx_shadow {
  text-shadow: 1px 2px 3px #808080;
}
.tx_shadow_b {
  text-shadow:
    -1px -1px 0px #000, 1px -1px 0px #000, 1px 1px 0px #000, 2px 2px 0px #000, 3px 3px 0px #000, -1px 1px 0px #000;
}
.tx_shadow_1px {
  text-shadow:
    -1px -1px 0px #000, 1px -1px 0px #000, 1px 1px 0px #000, -1px 1px 0px #000;
}
.corner {
  -moz-border-radius: 12px; /* Firefox */
  -webkit-border-radius: 12px; /* Safari,Chrome */
  border-radius: 12px; /* CSS3 */
}
.bot_line{
	border-bottom: 2px solid #069;
}
@media screen and (min-width:340px) and (max-width:480px) {
  .tx_ll {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
  .tx_l {
    font-size: 3rem !important;
    line-height: 3.5rem;
  }
  .tx_m {
    font-size: 2rem;
    line-height: 2rem;
  }
  .tx_n {
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .article {
    margin: 0 auto 0;
    padding: 0;
    width: 100%;
    height: 100px;
    background: url("../images/bg_ti.jpg")repeat-x;
    background-position: center;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  .article h1 {
    padding-top: 25px;
    width: 100%;
    height: 75px;
    text-align: center;
    line-height: 1.5em;
    color: #fff;
    text-shadow:
      -1px -1px 0px #000, 1px -1px 0px #000, 1px 1px 0px #000, -1px 1px 0px #000;
  }
  .br1 {
    display: block;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
	.page_ti80_2em {
    margin: 0 auto;
    padding: 2em 0 0;
    width: 97%;
    height: auto;
  }
  .sec_in80_3em {
    margin: 0 auto;
    padding: 2em 0;
    width: 97%;
    height: auto;
  }
  .sec_in100_3em {
    margin: 0 auto;
    padding: 3em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .flex {
    display: flex;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex_bet {
    display: flex;
    align-content: space-between;
  }
  .flex_low {}
  .flex_low2 {}
  .box50 {
    margin: 0 0 1em;
    padding: 0;
    width: 100%;
  }
  .box50:last-child {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .box50 img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .box60 {
    margin: 0;
    padding: 0;
    width: 60%;
  }
  .box60in {
    margin: 0 0 1em;
    padding: 0;
    width: 340px;
    text-align: left;
  }
  .box40 {
    margin: 0;
    padding: 2%;
    width: 38%;
    line-height: 1.5em;
    background: #fff;
  }
  .button-terms {
    margin: 0.5rem 0 0 !important;
    width: 100% !important;
    height: 40px !important;
    border: 2px solid #5678f4;
    text-align: center !important;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #5678f4;
  }
  .button-terms a {
    font-size: 1.2rem;
    color: #5678f4 !important;
    text-decoration: none;
    line-height: 40px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-terms {
    width: 100% !important;
    height: 40px !important;
    border: 40px solid #fff;
    position: absolute;
    transition: all .5s ease !important;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-terms:hover .eff-terms {
    border: 0px solid #fff !important;
    display: block;
  }
  .button-terms:hover a {
    color: #fff !important;
    display: block;
  }
}
@media screen and (min-width:481px) and (max-width:768px) {
  .tx_ll {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
  .tx_l {
    font-size: 3rem !important;
    line-height: 3.5rem;
  }
  .tx_m {
    font-size: 2rem;
    line-height: 2rem;
  }
  .tx_n {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .article {
    margin: 0 auto 0;
    padding: 0;
    width: 100%;
    height: 100px;
    background: url("../images/bg_ti.jpg")repeat-x;
    background-position: center;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  .article h1 {
    padding-top: 25px;
    width: 100%;
    height: 75px;
    text-align: center;
    line-height: 1.5em;
    color: #fff;
    text-shadow:
      -1px -1px 0px #000, 1px -1px 0px #000, 1px 1px 0px #000, -1px 1px 0px #000;
  }
  .br1 {
    display: block;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
	.page_ti80_2em {
    margin: 0 auto;
    padding: 2em 0 0;
    width: 97%;
    height: auto;
  }
  .sec_in80_3em {
    margin: 0 auto;
    padding: 2em 0;
    width: 97%;
    height: auto;
  }
  .sec_in100_3em {
    margin: 0 auto;
    padding: 3em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .flex {
    display: flex;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex_bet {
    display: flex;
    align-content: space-between;
  }
  .flex_low {}
  .flex_low2 {}
  .box50 {
    margin: 0 0 1em;
    padding: 0;
    width: 100%;
  }
  .box50:last-child {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .box50 img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .box60 {
    margin: 0;
    padding: 0;
    width: 60%;
  }
  .box60in {
    margin: 0 0 1em;
    padding: 0;
    width: 340px;
    text-align: left;
  }
  .box40 {
    margin: 0;
    padding: 2%;
    width: 38%;
    line-height: 1.5em;
    background: #fff;
  }
  .button-terms {
    margin: 0.5rem 0 0 !important;
    width: 100% !important;
    height: 40px !important;
    border: 2px solid #5678f4;
    text-align: center !important;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #5678f4;
  }
  .button-terms a {
    font-size: 1.2rem;
    color: #5678f4 !important;
    text-decoration: none;
    line-height: 40px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-terms {
    width: 100% !important;
    height: 40px !important;
    border: 40px solid #fff;
    position: absolute;
    transition: all .5s ease !important;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-terms:hover .eff-terms {
    border: 0px solid #fff !important;
    display: block;
  }
  .button-terms:hover a {
    color: #fff !important;
    display: block;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .tx_ll {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
  .tx_l {
    font-size: 3rem !important;
    line-height: 3.5rem;
  }
  .tx_m {
    font-size: 2rem;
    line-height: 3rem;
  }
  .tx_n {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .article {
    margin: 95px auto 0;
    padding: 0;
    width: 100%;
    height: 180px;
    background: url("../images/bg_ti.jpg")repeat-x;
    background-position: center;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  .article h1 {
    padding-top: 95px;
    width: 100%;
    height: 90px;
    text-align: center;
    line-height: 1.5em;
    color: #fff;
    text-shadow:
      -1px -1px 0px #000, 1px -1px 0px #000, 1px 1px 0px #000, -1px 1px 0px #000;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
	.page_ti80_2em {
    margin: 0 auto;
    padding: 2em 0 0;
    width: 97%;
    height: auto;
  }
  .sec_in80_3em {
    margin: 0 auto;
    padding: 2em 0;
    width: 97%;
    height: auto;
  }
  .sec_in100_3em {
    margin: 0 auto;
    padding: 3em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .flex {
    display: flex;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex_bet {
    display: flex;
    align-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .box50 {
    margin: 0 2%;
    padding: 0;
    width: 46%;
  }
  .box50 img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .box60 {
    margin: 0;
    padding: 0;
    width: 60%;
  }
  .box60in {
    margin: 0 0 1em;
    padding: 0;
    width: 340px;
    text-align: left;
  }
  .box40 {
    margin: 0;
    padding: 2%;
    width: 38%;
    line-height: 1.5em;
    background: #fff;
  }
  .button-terms {
    margin: 0.5rem 0 0 !important;
    width: 100% !important;
    height: 40px !important;
    border: 2px solid #5678f4;
    text-align: center !important;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #5678f4;
  }
  .button-terms a {
    font-size: 1.2rem;
    color: #5678f4 !important;
    text-decoration: none;
    line-height: 40px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-terms {
    width: 100% !important;
    height: 40px !important;
    border: 40px solid #fff;
    position: absolute;
    transition: all .5s ease !important;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-terms:hover .eff-terms {
    border: 0px solid #fff !important;
    display: block;
  }
  .button-terms:hover a {
    color: #fff !important;
    display: block;
  }
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  .tx_ll {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
  .tx_l {
    font-size: 3rem !important;
    line-height: 3.5rem;
  }
  .tx_m {
    font-size: 2rem;
    line-height: 3rem;
  }
  .tx_n {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .article {
    margin: 95px auto 0;
    padding: 0;
    width: 100%;
    height: 180px;
    background: url("../images/bg_ti.jpg")repeat-x;
    background-position: center;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  .article h1 {
    padding-top: 95px;
    width: 100%;
    height: 90px;
    text-align: center;
    line-height: 1.5em;
    color: #fff;
    text-shadow:
      -1px -1px 0px #000, 1px -1px 0px #000, 1px 1px 0px #000, -1px 1px 0px #000;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
	.page_ti80_2em {
    margin: 0 auto;
    padding: 2em 0 0;
    width: 97%;
    height: auto;
  }
  .sec_in80_3em {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
  }
  .sec_in100_3em {
    margin: 0 auto;
    padding: 3em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .flex {
    display: flex;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex_bet {
    display: flex;
    align-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .box50 {
    margin: 0 2%;
    padding: 0;
    width: 46%;
  }
  .box50 img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .box60 {
    margin: 0;
    padding: 0;
    width: 60%;
  }
  .box60in {
    margin: 0 0 1em;
    padding: 0;
    width: 340px;
    text-align: left;
  }
  .box40 {
    margin: 0;
    padding: 2%;
    width: 38%;
    line-height: 1.5em;
    background: #fff;
  }
  .button-terms {
    margin: 0.5rem 0 0 !important;
    width: 100% !important;
    height: 40px !important;
    border: 2px solid #5678f4;
    text-align: center !important;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #5678f4;
  }
  .button-terms a {
    font-size: 1.2rem;
    color: #5678f4 !important;
    text-decoration: none;
    line-height: 40px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-terms {
    width: 100% !important;
    height: 40px !important;
    border: 40px solid #fff;
    position: absolute;
    transition: all .5s ease !important;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-terms:hover .eff-terms {
    border: 0px solid #fff !important;
    display: block;
  }
  .button-terms:hover a {
    color: #fff !important;
    display: block;
  }
}
@media screen and (min-width:1441px) {
  .tx_ll {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
  .tx_l {
    font-size: 3rem !important;
    line-height: 3.5rem;
  }
  .tx_m {
    font-size: 2rem;
    line-height: 3rem;
  }
  .tx_n {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .article {
    margin: 95px auto 0;
    padding: 0;
    width: 100%;
    height: 180px;
    background: url("../images/bg_ti.jpg")repeat-x;
    background-position: center;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  .article h1 {
    padding-top: 95px;
    width: 100%;
    height: 90px;
    text-align: center;
    line-height: 1.5em;
    color: #fff;
    text-shadow:
      -1px -1px 0px #000, 1px -1px 0px #000, 1px 1px 0px #000, -1px 1px 0px #000;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
.page_ti80_2em {
    margin: 0 auto;
    padding: 2em 0 0;
    width: 80%;
    height: auto;
  }
  .sec_in80_3em {
    margin: 0 auto;
    padding: 3em 0;
    width: 80%;
    height: auto;
  }
  .sec_in100_3em {
    margin: 0 auto;
    padding: 3em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .flex {
    display: flex;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex_bet {
    display: flex;
    align-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .box50 {
    margin: 0 2%;
    padding: 0;
    width: 46%;
  }
  .box50 img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .box60 {
    margin: 0;
    padding: 0;
    width: 60%;
  }
  .box60in {
    margin: 0 0 1em;
    padding: 0;
    width: 340px;
    text-align: left;
  }
  .box40 {
    margin: 0;
    padding: 2%;
    width: 38%;
    line-height: 1.5em;
    background: #fff;
  }
  .button-terms {
    margin: 0.5rem 0 0 !important;
    width: 100% !important;
    height: 40px !important;
    border: 2px solid #5678f4;
    text-align: center !important;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #5678f4;
  }
  .button-terms a {
    font-size: 1.2rem;
    color: #5678f4 !important;
    text-decoration: none;
    line-height: 40px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-terms {
    width: 100% !important;
    height: 40px !important;
    border: 40px solid #fff;
    position: absolute;
    transition: all .5s ease !important;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-terms:hover .eff-terms {
    border: 0px solid #fff !important;
    display: block;
  }
  .button-terms:hover a {
    color: #fff !important;
    display: block;
  }
}
/*sec5*/
@media screen and (min-width:340px) and (max-width:768px) {
  .contact {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .contact_in {
    margin: 0 auto 1em;
    width: 280px;
  }
  .contact_in:last-child {
    margin: 0 auto 0;
    width: 280px;
  }
  .icon-circle-right {
    font-size: .6em;
  }
  .button-7dummy {
    width: 92%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
    padding: 8px 4% 0;
    display: block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #369;
  }
  .button-7dummy a {
    font-size: 1.8rem;
    color: #fff !important;
    text-decoration: none;
    line-height: 60px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .button-7dummy a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
  }
  .button-7 {
    width: 92%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #69c;
  }
  .button-7 a {
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    line-height: 60px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-7 {
    width: 100%;
    height: 60px;
    border: 60px solid #369;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-7:hover .eff-7 {
    border: 0px solid #369;
    display: block;
  }
  .button-7:hover a {
    color: #fff;
    display: block;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .contact {
    margin: 0 auto;
    padding: 0;
    width: 97%;
    display: flex;
    align-content: space-between;
  }
  .contact_in {
    margin: 0 auto;
    width: 300px;
  }
  .icon-circle-right {
    font-size: .6em;
  }
  .button-7dummy {
    width: 96%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    padding: 8px 2% 0;
    display: block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #369;
  }
  .button-7dummy a {
    font-size: 1.8rem;
    color: #fff !important;
    text-decoration: none;
    line-height: 60px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .button-7dummy a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
  }
  .button-7 {
    width: 100%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #69c;
  }
  .button-7 a {
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    line-height: 60px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-7 {
    width: 100%;
    height: 60px;
    border: 60px solid #369;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-7:hover .eff-7 {
    border: 0px solid #369;
    display: block;
  }
  .button-7:hover a {
    color: #fff;
    display: block;
  }
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  .contact {
    margin: 0 auto;
    padding: 0;
    width: 800px;
    display: flex;
    align-content: space-between;
  }
  .contact_in {
    margin: 0 auto;
    width: 300px;
  }
  .icon-circle-right {
    font-size: .6em;
  }
  .button-7dummy {
    width: 96%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    padding: 8px 2% 0;
    display: block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #369;
  }
  .button-7dummy a {
    font-size: 1.8rem;
    color: #fff !important;
    text-decoration: none;
    line-height: 60px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .button-7dummy a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
  }
  .button-7 {
    width: 100%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #69c;
  }
  .button-7 a {
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    line-height: 60px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-7 {
    width: 100%;
    height: 60px;
    border: 60px solid #369;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-7:hover .eff-7 {
    border: 0px solid #369;
    display: block;
  }
  .button-7:hover a {
    color: #fff;
    display: block;
  }
}
@media screen and (min-width:1441px) {
  .contact {
    margin: 0 auto;
    padding: 0;
    width: 800px;
    display: flex;
    align-content: space-between;
  }
  .contact_in {
    margin: 0 auto;
    width: 300px;
  }
  .icon-circle-right {
    font-size: .6em;
  }
  .button-7dummy {
    width: 96%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    padding: 8px 2% 0;
    display: block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #369;
  }
  .button-7dummy a {
    font-size: 1.8rem;
    color: #fff !important;
    text-decoration: none;
    line-height: 60px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .button-7dummy a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
  }
  .button-7 {
    width: 100%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #69c;
  }
  .button-7 a {
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    line-height: 60px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-7 {
    width: 100%;
    height: 60px;
    border: 60px solid #369;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-7:hover .eff-7 {
    border: 0px solid #369;
    display: block;
  }
  .button-7:hover a {
    color: #fff;
    display: block;
  }
}