table {
    margin-left: auto;
    margin-right: auto;
}

.main.w {
    background: #fff;
}

.main.w .region {
    margin-bottom: 80px;
}

.main .container {
    max-width: 950px;
    padding: 0 15px;
}

body {
    padding: 0;
    margin: 0;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    text-align: center;
}

header {
    text-align: center;
}

header .logo {
    background: url('../images/header_bg.jpg') repeat-x;
    padding: 20px 0 25px;
}

header .logo.mobile {
    display: none;
}

.EE-title {
    font-size: 30px;
    color: #444;
    font-weight: 600;
}

.EE-title span {
    color: #E50000;
    font-weight: bold;
    margin: 0px 13px;
}

.EE-title .big {
    font-size: 58px;
    margin: 0 -5px;
}

.menu-two {
    position: relative;
    height: 26px;
    /* background: url('../images/menu_bg.jpg') repeat-x;*/
    margin: 0 0 40px 0;
}

.menu-two a {
    display: block;
}


.btn_style01 {
    display: block;
    text-align: center;
    margin: 20px 0 50px;
}


.top-title {
    font-size: 30px;
    color: #000;
    font-weight: 800;
    margin-bottom: 10px;
}


.mobile {
    display: none;
}

/*- top -*/

.main-two .top .all-in {
    color: #fff;
    font-size: 27px;
    height: auto;
    padding: 0px 0;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.all-in-out {
    position: relative;
    border-radius: 10px;
    border: 2px solid #fff;
    max-width: 630px;
    margin: 0 auto 20px;
    box-shadow: 2px 2px 2px #0000002e;
    background: #c7292e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c7292e 0%, #e9383d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c7292e 0%, #e9383d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c7292e 0%, #e9383d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.all-in-out .arrow_r_int {
    background: url(../../rwd35000/01/bg_red.png);
    width: 101px;
    height: 19px;
    position: absolute;
    top: 100%;
    right: 0px;
    left: 0px;
    margin: auto;
}

.AreaTop {
    margin-bottom: 80px;
}


/*- 01 -*/

.Eight-area05 {
    border-top: 1px solid #ddd;
    max-width: 1100px;
    margin: 100px auto;
    padding-top: 45px;
}

.Eight-area05 .title {
    color: #525252;
    font-size: 25px;
    text-align: center;
    margin-bottom: 50px;
}

.Eight-area05 .title span {
    font-size: 16px;
    display: block;
}

.Eight-area05 .table-tit {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    padding: 80px 0 10px;
}

.Eight-area05 .table-tit:before {
    content: '';
    background: url(../../../images/_2017_8800_rwd/05/icon.jpg);
    width: 108px;
    height: 76px;
    position: absolute;
    display: block;
    margin: -80px auto;
    left: 0px;
    right: 0px;
}


/* table area */

.table {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-all;
    border: 1px solid #ccc;
}

.table-h td {
    padding: 22px 6px 22px 20px;
    line-height: 1.4;
    text-align: center;
    color: #464637;
    font-size: 18px;
    width: 16%;
    font-weight: bold;
    vertical-align: middle;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #ccc;
}

.table-h .btn-holder {
    min-width: 30px;
}

.table-h thead th {
    color: #fff;
    background: #F2F2F2;
    padding: 12px;
    color: #2E2E2E;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}

.table-h thead .big-txt {
     background: #3494FB;
    border: solid #3494FB;
    border-width: 0 6px;
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #ccc;
}

.table-h .align-left {
    text-align: left;
}

.table-h a {
    display: inline-block;
    vertical-align: middle;
}

.table-v {
    border: solid #ddd;
    border-width: 1px 0;
}

.table-v tr:first-child {
    border-bottom: 1px solid #ddd;
}

.table-v tr:nth-child(2n+1) {
    background: #F7F7F7;
}

.table-v th,
.table-v td {
    padding: 10px 35px;
    vertical-align: middle;
}

.table-v th {
    text-align: left;
    width: 167px;
    border-right: 1px solid #ddd;
    font-weight: normal;
}

.order-table td {
    min-width: 40px;
}

.order-table td+td {
    border-left: 1px solid #ddd;
}

.order-table thead th {
    padding: 16px 20px;
}

.order-table .num-link {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.order-table .num-link:hover {
    text-decoration: underline;
}

.order-table .btn-holder {
    padding: 10px 10px;
    width: 20%;
    letter-spacing: 0.05em;
    color: #666;
    font-weight: normal;
    text-align: left;
    line-height: 30px;
}

.order-table .btn-holder b {
    color: #E50000;
    font-size: 35px;
    font-weight: 800;
}

.order-table .red {
    text-decoration: none;
    margin: 0px;
    color: #E50000;
    font-size: 18px;
    font-weight: bold;
}

.order-table small {
    font-size: 20px;
    font-weight: bold;
}

.order-table .btn-holder.three {
    border: solid #3494FB;
    border-width: 0 6px;
    font-size: 19px;
    color: #000;
    padding: 15px 0px 15px 35px;
    width: 55%;
    line-height: 29px;
    text-align: left;
    border-bottom:1px solid #ccc;
}

.order-table .btn-holder.three.last {
    border-bottom: 6px solid #3494FB;
}
.order-table .btn-holder.three li{
    list-style-type:none;
    padding-bottom:6px;
}
.star {
    background: url(../../rwd35000/01/star.jpg);
    text-indent: -9999px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    position: absolute;
    margin: 6px -20px;
}

.word-bg {
    background: #8e0000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #8e0000 0%, #dc3636 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #8e0000 0%, #dc3636 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #8e0000 0%, #dc3636 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 11;
    position: absolute;
    display: block;
    width: 324px;
    height: 33px;
    margin-left: -60px;
    padding: 5px 0;
}

.order-table span {
    text-decoration: line-through;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
}

.order-table .normal {
    text-decoration: none;
    font-size: 18px;
    display: block;
    margin-bottom: 0px;
}

.word-bg .in-word {
    font-size: 25px;
    padding-left: 60px;
    display: block;
}

.order-table .top {
    padding-top: 25px;
    display: block;
}

.order-table strong {
    font-size: 30px;
    position: absolute;
    margin: -10px 5px 0;
    font-family: 'Open Sans', '微軟正黑體';
}

/*- 02 -*/

.top-title.border {
    background: url(../../rwd35000/02/point.jpg)center repeat-x;
}

.top-title.border b {
    background: #fff;
    padding: 0 15px;
}

.arrow {
    background: url(../../rwd35000/02/arrow.jpg);
    text-indent: -9999px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 15px;
    position: absolute;
    margin: 10px -32px;
}

.queen {
    background: url(../../rwd35000/02/queen.jpg);
    text-indent: -9999px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 30px;
    position: absolute;
    margin: 2px -42px;
}

.Area02 .spe {
    border: solid #ccc;
    border-width: 1px 1px 0;
    text-align: left;
    font-size: 20px;
    color: #242424;
}

.Area02 .spe.two {
    border: 6px solid #3494FB;
    text-align: left;
    font-size: 20px;
    color: #12334B;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.Area02 .spe.three {
    border-radius: 10px;
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    color: #484848;
    font-size: 17px;
    margin-top: 35px;
    padding: 20px 20px 20px 35px;
    line-height: 30px;
    font-weight: bold;
}

.Area02 .spe.three:before {
    content: '';
    background: url(../../rwd35000/02/arrow2.png);
    display: inherit;
    position: absolute;
    width: 16px;
    height: 12px;
    left: 120px;
    margin-top: -31px;
}

.Area02 .spe li {
    padding: 12px 0px 12px 55px;
    border-bottom: 1px solid #ccc;
    background: #F6F6F6;
}

.Area02 .spe.two li {
    background: #fff;
}

.Area02 .spe li:nth-child(2n) {
    background: #fff;
}

.Area02 .spe li b {
    color: #000000;
    font-size: 22px;
}

.Area02 .spe.two li b {
    color: #3393FA;
    font-size: 24px;
}

.Area02 .spe.three li {
    padding: 0px;
    border-bottom: none;
    border-radius: 10px;
}

.Area02 .spe.three li:nth-child(2n) {
    background: none;
}







/*- 03 -*/

.main.w .region.Area03 {
    margin-bottom: 80px;
    margin-top: -80px;
}

.Area03 .container {
    padding: 80px 0 270px;
    max-width: 1920px;
    background: url(../../rwd35000/03/top.png)top no-repeat, url(../../rwd35000/03/bottom.png)bottom no-repeat;
}

.top-title.border-top {
    color: #000;
    font-size: 35px;
    font-weight: normal;
    letter-spacing: 0.1em;
}

.top-title.border-top:before {
    content: '';
    background: #458BF3;
    display: block;
    width: 30px;
    height: 5px;
    margin: 10px auto;
}

.two .top-title.border-top:before {
    content: '';
    background: #9DC624;
    display: block;
    width: 30px;
    height: 5px;
    margin: 10px auto;
}

.tick {
    background: url(../../rwd35000/03/tick01.png)no-repeat;
    text-indent: -9999px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 30px;
    position: absolute;
    margin: 2px -42px;
}

.tick.two {
    background: url(../../rwd35000/03/tick03.png)no-repeat;
}

.tick.under {
    margin: 5px 42px;
}

.web01 {
    padding: 50px 0 0;
}

.web-all {
    background: #fff;
    border: 1px solid #ccc;
    max-width: 950px;
    border-radius: 10px;
    margin: -20px auto 0;
}

.web-all ul {
    padding: 0px 10px;
}

.web-all li+li {
    border-bottom: 1px solid #CDCDCD;
    padding: 20px 12px;
    margin: auto;
}

.web-all li+li:last-child {
    border-bottom: none;
}

.web-all .picandword li+li:last-child {
    border-bottom: 1px solid #e4e4e4;
    ;
}

.web-all .picandword li+li {
    padding: 28px 0px 20px;
}

.web-all .picandword li+li {
    border-color: #e4e4e4;
}

.first-bg {
    background: #2D3448;
    padding: 20px 210px 20px 0px;
}

.two .first-bg {
    background: #334237;
}

.first-bg img {
    position: absolute;
    margin-top: -60px;
    margin-left: 30px;
}

.picandword li {
    width: 31%;
    display: inline-block;
    padding: 28px 0px 20px;
    border: 1px solid #cccccc87;
    border-radius: 10px;
}

.two .picandword li {
    width: 49%;
    margin: 0px;
    font-size: 20px;
    min-height: 100px;
    padding: 20px 0 10px;
}

.picandword .tick {
    position: absolute;
    display: block;
    margin: -12px 10px;
}

.two .web-all .picandword li+li {
    padding: 20px 0 10px;
}

.two .picandword .tick {
    margin: 8px 26px;
}

.picandword li .picc {
    display: block;
    margin: auto;
}

.two .picandword li .picc {
    margin-bottom: 8px;
}

.web-all li {
    color: #283339;
    font-size: 18px;
}

.web-all li span {
    font-size: 24px;
    font-weight: bold;
    color: #458bf3;
}

.two .web-all li span {
    color: #5F9F3B;
}

.web-all .first-bg {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.web-all .txt {
    text-align: left;
    padding: 0 85px;
}

.web-all .left {
    text-align: left;
}

.picandword.two .txt-two {
    max-width: 360px;
    position: relative;
    text-align: left;
    display: block;
    margin: 0px 0px 0 70px;
    line-height: 28px;
}

.region.Area03 .outer {
    background: url(../../rwd35000/03/bg.jpg);
    margin: 54px 0 0;
}

.web01.two {
    background: url(../../rwd35000/03/bg.jpg);
    padding: 70px 0px 0;
}

.picandword.one li{
    width: calc(100% - 10px);
}

.picandword.one .txt-two{
    text-align: left;
    padding-left: 75px
}
.picandword.one .txt-two .picc{
    margin-left: -10px;
}
/*- 04 -*/

.region.Area04 {
    margin-top: -130px;
}

.Area04 .top-title.border-top:before {
    background: #000;
}

.Area04 .top-title.border-top small {
    display: block;
    font-size: 18px;
    letter-spacing: 0em;
    color: #305F83;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 35px;
}

.Area04 .table {
    margin-bottom: 30px;
    border-radius: 10px;
    border-collapse: inherit;
    overflow: hidden;
}

.Area04 .table-h td {
    padding: 0px;
    line-height: 1.4;
    text-align: center;
    width: 25%;
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    vertical-align: middle;
    letter-spacing: 0.1em;
    border-bottom: none;
}

.Area04 .table-h .blue-bg {
    background: #7E99D6;
}

.Area04 .table-h .Cham-bg {
    background: #7DB8DB;
}

.Area04 .table-h .Navy-bg {
    background: #5EC1C4;
}

.Area04 .table-h .green-bg {
    background: #76B688;
}

.Area04 .table-h .big-area {
    width: 85%;
    text-align: left;
    color: #464637;
    font-size: 18px;
    font-weight: normal;
    background: #fff;
}

.Area04 .table-h .big-area li {
    list-style-type: none;
    padding: 8px 12px;
}

.Area04 .table-h .big-area li:nth-child(2n) {
    background: #F6F6F6;
}





/*- 05 -*/

.main.w .region.Area05 {
    margin: 120px 0 0px;
}

.main .Area05 .container.big {
    max-width: 1920px;
    padding: 0px 0px 150px;
    background: url(../../rwd35000/05/top.png)bottom no-repeat, url(../../rwd35000/04/bg.png);
}

.Area05 .top-title .t {
    background: #fff;
}

.Area05 .top-title small {
    font-size: 20px;
    font-weight: normal;
    display: block;
    line-height: 28px;
    font-family: 'Open Sans';
    background: url(../../rwd35000/04/bg1.png)top center no-repeat;
}

.Area05 .top-title small:after {
    content: '▼';
    position: relative;
    display: block;
}

.Area05 .num-txt {
    margin: 35px 10px;
}

.Area05 .black {
    background: #000;
    color: #FFD24C;
    font-size: 26px;
    font-weight: bold;
    padding: 2px 50px;
    width: auto;
    display: block;
    text-align: center;
    border-radius: 50px;
    letter-spacing: 0.15em;
}

.Area05 .num-txt ul {
    margin: 27px 0 27px 50px;
    color: #444;
    font-size: 18px;
    text-align: left;
}

.Area05 .num-txt ul li {
    margin-bottom: 20px;
}

.Area05 .num-txt ul li span {
    color: #FF7200;
    font-size: 23px;
    font-weight: bold;
}

.num {
    background: url(../../rwd35000/04/num.png)no-repeat;
    text-indent: -9999px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    position: absolute;
    margin: 5px -42px;
}

.num.two {
    background-position: -28px 0;
}

.num.three {
    background-position: -55px 0;
}

.num.four {
    background-position: -84px 0;
}

.num.ive {
    background-position: -112px 0;
}

.num.six {
    background-position: 100% 0;
}







/*- 06 -*/

.main .Area06 .container.big {
    max-width: 1920px;
    padding: 50px 0 120px;
    background: url(../../rwd35000/05/bottom.png)bottom no-repeat #F9F9F9;
}

.Area06 .top-title:after {
    content: ' ';
    position: relative;
    display: block;
    background: #50C6FE;
    width: 50px;
    height: 4px;
    margin: 5px auto;
}

.Area06 .link.btn {
    background: #50C6FE;
    width: 100%;
    max-width: 280px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 10px;
    border-radius: 10px;
    margin: 20px 0 35px;
}

.Area06 .link.btn:hover {
    background: #000;
}

.Area06 .link.btn:after {
    content: '▶';
    font-size: 10px;
    position: absolute;
    margin: 8px;
}

.link-icon {
    background: url(../../rwd35000/05/link.png)no-repeat;
    background-position: 0 100%;
    text-indent: -9999px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 17px;
    position: absolute;
    margin: 6px -30px;
}

li a:hover .link-icon {
    background-position: 0 0;
}

.Area06 ul li a:hover {
    color: #0092CB;
}

.Area06 ul {
    width: 30%;
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    padding-bottom: 25px;
    box-shadow: 0 0 10px #00000040;
}

.Area06 ul .link-tit {
    background: #3E3E3E;
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.1em;
    padding: 8px 0;
    text-align: center;
    margin-bottom: 11px;
}

.Area06 ul .link-tit:after {
    content: '';
    background: url(../../rwd35000/05/arrow.jpg);
    display: block;
    position: absolute;
    margin: 8px 120px 0;
    width: 35px;
    height: 12px;
}

.Area06 ul li+li {
    border-bottom: 1px dashed #BCBCBC;
    margin: 0 10px;
}

.Area06 ul li {
    text-align: left;
    padding: 10px 0 4px 35px;
    color: #505050;
    font-size: 18px;
    letter-spacing: 0.05em;
}







/*- 07 -*/

.region.Area07 {
    background: url(../../rwd35000/06/bg.png)52% 105% no-repeat;
}

.Area07 .top-title small {
    display: block;
    font-size: 18px;
    color: #575757;
    font-weight: normal;
    line-height: 18px;
    margin: 10px 0 45px;
}

.Area07 ul {
    padding: 0 0px 40px 0;
}

.Area07 ul li {
    display: inline-block;
    position: relative;
    width: 32%;
}

.Area07 ul .txt-area {
    width: 42%;
    text-align: left;
    color: #444;
    bottom: 30px;
    position: absolute;
    left: -40px;
    font-size: 15.6px;
}

.Area07 .pix.one .txt-area {
    width: 42%;
    bottom: 60px;
}

.Area07 .pix.two .txt-area {
    width: 50%;
    left: -50px;
}

.Area07 .pix.four .txt-area {
    width: 68%;
    left: -40px;
    bottom: 20px;
}

.Area07 .pix.four img {
    position: relative;
    right: -80px;
}

.Area07 .pix.five .txt-area {
    width: 44%;
    left: 10px;
    bottom: 20px;
}

.Area07 .pix.three .txt-area,
.Area07 .pix.six .txt-area {
    width: 60%;
    left: -110px;
}

.Area07 .pix.six .txt-area {
    bottom: 20px;
}

.Area07 .pix.three .txt-area span {
    line-height: 30px;
    padding: 0 10px 5px 0px;
}

.Area07 ul .txt-area span {
    font-size: 24px;
    font-weight: bold;
    display: block;
}

.pix.one span {
    color: #7DA726;
}

.pix.two span {
    color: #178D64;
}

.pix.three span {
    color: #60B1AB;
}

.pix.four span {
    color: #25436A;
}

.pix.five span {
    color: #2891C6;
}

.pix.six span {
    color: #60A3C6;
}

.pix.three,
.pix.six {
    right: -70px;
}

.max {
    right: -40px;
    position: relative;
}

.max2 {
    right: -30px;
    position: relative;
}

.Area07 ul .pix.two,
.Area07 ul .pix.five {
    right: -20px;
}

.max2 {
    background: url(../../rwd35000/06/07.png)50px 15px no-repeat #69971C;
    padding: 20px;
    font-weight: 600;
    text-align: left;
    border-radius: 20px;
    height: 110px;
    vertical-align: middle;
}

.max2 .bottom-txt {
    width: 77%;
    display: inline-block;
    position: relative;
    float: right;
    right: 20px;
}

.max2 span {
    color: #FFFF00;
    font-size: 26px;
    display: block;
    margin-bottom: 5px;
}

.max2 .in {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin: 0px;
}






/** Carousel **/

@media screen and (max-width: 1000px) {
    .EE-title .big {
        font-size: 38px;
        margin: 0 5px;
        display: inline-block;
    }
    .EE-title span {
        display: block;
    }

    .container {
        padding: 0 10px;
    }
    .table-h {
        border-top: 1px solid #bbb;
    }

    .table-h thead {
        display: none;
    }

    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }

    .table-h td+td {
        border-left: 0;
    }

    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #a7a7a7;
        font-size: 16px;
        display: none;
    }
    .table-h td.three[data-title]:before {
        color: #3494fb;
        display: block;
        margin: 0 -20px;
        display: none;
    }
    .table-h tr {
        padding: 0;
        position: relative;
    }

    .table-h td a {
        display: inline-block;
        line-height: 1.5;
    }

    .table-v th,
    .table-v td {
        padding: 8px 12px;
    }

    .table-v th {
        width: 90px;
    }

    .Eight-area05 {
        margin: 20px auto;
        padding-top: 10px;
    }
    .Eight-area05 .title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .Eight-area05 .title span {
        font-size: 16px;
    }
    .Eight-area05 .table-tit {
        font-size: 20px;
    }
    .order-table .btn-holder {
        width: 100%;
    }
    .table-h td {
        width: 100%;
        padding: 8px 0px;
        background: #F2F2F2;
        text-align: center;
        font-size: 20px;
    }

    .order-table .btn-holder.three {
        padding: 5px 0px 5px 30px;
        width: auto;
        background: #fff;
        border-width: 6px 6px;
        border-bottom: 6px solid #3494FB;
    }
    .order-table .btn-holder.four {
        background: #fff;
        padding: 10px 0px;
    }
    .word-bg .in-word {
        font-size: 20px;
        padding-left: 40px;
        display: block;
    }
    .word-bg {
        margin-left: -40px;
        padding: 5px 0 5px;
        height: 25px;
    }
    .order-table .btn-holder {
        padding: 0px;
        line-height: 25px;
    }
    .order-table span {
        margin-bottom: 10px;
        padding: 0 10px;
    }
    .order-table .top {
        padding-top: 0px;
        margin-top: -25px;
        display: block;
    }
    .order-table .top {
        padding-top: 25px;
    }
    .order-table strong {
        margin: -2px 5px 0;
    }
    .EE-title {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .AreaTop {
        margin-bottom: 40px;
    }
    .top-title,
    .top-title.border-top {
        font-size: 22px;
    }
    .pc {
        display: none;
    }
    .mobile {
        display: inline-block;
        float: left;
    }
    .main.w .region.Area05 {
        margin: 40px 0 0px;
    }
    .Area04 .table-h .big-area {
        width: 100%;
    }
    .web-all {
        margin: 0 10px;
    }
    .Area04 .table-h .blue-bg,
    .Area04 .table-h .Cham-bg,
    .Area04 .table-h .Navy-bg,
    .Area04 .table-h .green-bg {
        width: 100%;
        padding: 8px 0;
        font-size: 19px;
    }
    .Area05 .num-txt ul li {
        margin-bottom: 15px;
    }
    .Area04 .table-h .big-area li {
        font-size: 17px;
    }
    .web-all .first-bg {
        font-size: 18px;
    }
    .first-bg {
        padding: 10px 0px;
    }
    .region.Area03 .outer {
        margin: 0;
    }
    .web-all .txt {
        padding: 0 0 0 35px;
    }
    .picandword .tick {
        position: relative;
        margin: -20px auto 0;
        text-align: center;
    }
    .tick.under {
        margin: 0px 5px;
    }
    .max,
    .max2 {
        right: 0px;
    }

    .Area07 ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .region.Area07 {
        background: none;
    }
    .Area07 ul .txt-area,
    .Area07 .pix.one .txt-area,
    .Area07 .pix.two .txt-area,
    .Area07 .pix.three .txt-area,
    .Area07 .pix.four .txt-area,
    .Area07 .pix.five .txt-area,
    .Area07 .pix.six .txt-area {
        width: 70%;
        text-align: left;
        color: #444;
        bottom: 0;
        position: relative;
        left: 0;
        font-size: 15.6px;
        display: inherit;
    }
    .Area02 .spe li b {
        font-size: 18px;
    }
    .Area02 .spe {
        font-size: 16px;
    }
    .Area07 ul .pix.two,
    .Area07 ul .pix.five {
        right: 0px;
    }
    .pix.three,
    .pix.six,
    .Area07 .pix.four img {
        right: 0px;
    }
    .Area07 ul {
        padding: 0;
    }
    .max:before {
        content: '';
        width: 6px;
        height: 100%;
        background: #84ac32;
        /* Old browsers */
        background: -moz-linear-gradient(top, #84ac32 0%, #577d17 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #84ac32 0%, #577d17 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #84ac32 0%, #577d17 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        display: block;
        left: 7px;
        position: absolute;
    }
}

@media screen and (max-width: 767px) {
    .web01.two {
        padding: 40px 0px 0;
    }

    .first-bg img {
        display: none;
    }
    .two .picandword li {
        width: 96%;
        margin: 0px 0px 10px;
        padding: 10px 0;
        min-height: 20px;
    }
    .two .web-all .picandword li+li {
        padding: 10px 0;
    }
    .web-all li+li {
        padding: 10px 2px;
    }
    .picandword li {
        margin-bottom: 0px;
        padding: 28px 2px 10px;
    }
    .web-all li {
        font-size: 16px;
    }
    .web-all ul {
        padding: 0px;
    }
    .web-all li span {
        font-size: 18px;
    }
    .two .picandword .tick {
        margin: 0px 6px;
        position: absolute;
    }
    .picandword li .picc {
        display: block;
        text-align: left;
    }
    .picandword.two .txt-two {
        width: auto;
        margin: 0px 0px 0 40px;
        font-size: 17px;
    }
    .picandword.one .txt-two {
        padding-left: 43px;
    }
    .web-all .picandword li+li {
        margin-bottom: 0px;
        padding-bottom: 10px;
    }
    .order-table .btn-holder.three {
        padding: 5px 0px 5px 40px;
        line-height: 28px;
        font-size: 18px;
    }
    .order-table strong {
        margin: 0px 5px 0;
    }

    .order-table strong {
        font-size: 22px;
    }

    .order-table span {
        font-size: 15px;
    }

    .word-bg {
        width: auto;
    }

    .btn.toggle-menu {
        margin: 0px;
    }

    .menu {
        margin: 0px;
    }

    .pic-word-all li {
        width: 50%;
    }
    .table-blue ul {
        width: 30%;
    }
    .all-in-out {
        padding: 10px 0;
    }
    .main-two .top .all-in {
        font-size: 19px;
        padding: 0 15px;
        line-height: 30px;
    }
    .Area06 ul {
        width: 100%;
        margin: 0 0px 30px;
        display: block;
    }
    .Area06 ul .link-tit:after {
        margin: 8px 42% 0;
    }
    .main .Area05 .container.big {
        padding: 0px 0px 50px;
    }
    .Area05 .num-txt ul li span {
        font-size: 20px;
    }
    .Area05 .num-txt {
        margin: 15px 5px;
    }
    .Area05 .black {
        font-size: 20px;
        line-height: 30px;
        padding: 13px 20px;
    }
    .Area07 .top-title small {
        line-height: 28px;
        margin: 10px 0 30px;
    }
    .main.w .region {
        margin-bottom: 40px;
    }
    .Area06 ul .link-tit {
        font-size: 20px;
    }
    .main.w .region.Area03 {
        margin-bottom: 40px;
        margin-top: -180px;
    }
    .Area04 .top-title.border-top small {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .main .Area06 .container.big {
        padding: 0px 0 20px;
    }
    .Area03 .container {
        padding: 50px 0 170px;
    }
    .Area07 ul .txt-area span {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    .max2 {
        background: url(../../rwd35000/06/07.png)50% 10% no-repeat #69971C;
    }
    .max2 .bottom-txt {
        width: 100%;
        display: block;
        position: relative;
        float: none;
        right: 0px;
        padding-top: 100px;
    }
    .max2 span {
        font-size: 22px;
        margin: 20px 0 5px;
    }
    .max2 .in {
        font-size: 18px;
    }
    .Area07 ul li {
        width: 100%;
        margin-bottom: 35px;
    }
    .Area07 ul li:last-child {
        margin-bottom: 35px;
    }
    .Area07 ul .txt-area,
    .Area07 .pix.one .txt-area,
    .Area07 .pix.two .txt-area,
    .Area07 .pix.three .txt-area,
    .Area07 .pix.four .txt-area,
    .Area07 .pix.five .txt-area,
    .Area07 .pix.six .txt-area {
        width: 90%;
        left: 10px;
    }
    .max2 {
        margin-top: -10px;
        height: auto;
    }
    .arrow {
        margin: 6px 0px 10px -25px;
    }
    .Area02 .spe li {
        padding: 12px 0px 12px 35px;
    }
}

@media screen and (max-width: 500px) {
    .queen {
        background-size: 70%;
        height: 25px;
        vertical-align: middle;
        background-repeat: no-repeat;
        margin-top: 5px;
        margin-left: -28px;
    }

    .order-table .top {
        padding-top: 20px;
    }

    .txt-01 .word {
        font-size: 18px;
        display: block;
    }

    .order-table .btn-holder.three {
        padding: 5px 5px 5px 40px;
        font-size: 17px;
    }

    .order-table strong {
        font-size: 20px;
    }

    .order-table span {
        font-size: 15px;
    }
    .Area02 .spe.two li b {
        font-size: 20px;
        display: block;
    }
    .Area02 .spe.two li {
        line-height: 30px;
        font-size: 17px;
    }
    .Area02 .spe.three li {
        padding: 0px 0 10px;
    }
    .Area02 .spe.three {
        padding: 20px 12px;
        margin-top: 15px;
    }
    .Area02 .spe.three:before {
        left: 50px;
    }
}

@media screen and (max-width: 400px) {
    .order-table .btn-holder.three {
        padding: 5px 0px 5px 30px;
    }

    .word-bg {
        margin-left: -30px;
        padding: 5px 0px;
        width: auto;
    }

    .pic-word-all .pic img {
        padding: 0px;
    }

    .table-blue {
        font-size: 16px;
    }
}