@media screen and (min-width: 641px) and (max-width: 795px) {
    .sub-third {
        height: auto;
        background: url(../images/figure-third-tab.png) no-repeat;
        background-size: 100% auto;
        position: relative;
    }
    .sub-third:before {
        content: "";
        display: block;
        padding-top: 125%;
    }
    #access .access-fl,
    #access .access-fr {
        float: none;
        margin: auto;
    }
    #access .access-fl {
        margin-bottom: 30px;
    }
    #access .access-fl p.em {
        width: 100%;
    }
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
    header nav ul li {
        margin-bottom: 1em;
    }
    #top .sub {
        background: url(../images/bg-osakacastle.jpg) no-repeat;
        background-position: 35% 50%;
        background-size: cover;
    }
    #top .sub .cc {
        font-size: 2.8rem;
        line-height: 4rem;
        left: 40%;
    }
    #about h2 {
        width: 90%;
        margin: auto;
        position: relative;
        left: -20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    #about h2:after {
        width: 56px;
        height: 76px;
        display: block;
        position: absolute;
        top: -5px;
        right: -40px;
        background: url(../images/shape-running.png) no-repeat;
        background-size: cover;
    }
    #about ul {
        width: auto;
        margin: 0 20px;
    }
    #about ul li:nth-child(1) {
        width: 32.3%;
        margin-right: 1.5%;
    }
    #about ul li:nth-child(2),
    #about ul li:nth-child(3),
    #about ul li:nth-child(4),
    #about ul li:nth-child(5) {
        width: 32.3%;
        overflow: hidden;
    }
    #about ul li:nth-child(2),
    #about ul li:nth-child(4) {
        margin-right: 1.5%;
    }
    #about ul li:nth-child(2),
    #about ul li:nth-child(3) {
        margin-bottom: 1.25%;
    }
    #about p {
        margin: 0 20px 20px;
    }
    #feature ul.feature {
        padding-top: 60px;
        padding: 60px 20px 0;
    }
    #feature ul.feature li:nth-child(2n) {
        width: 49%;
        margin: 0 0 2% 0;
    }
    #feature ul.feature li:nth-child(2n+1) {
        width: 49%;
        margin: 0 2% 2% 0;
    }
    #feature ul.feature li:nth-child(1) {
        overflow: visible;
    }
    #feature ul.point li {
        width: auto;
        float: none;
        margin: 0 20px;
    }
    #feature ul.point li:first-child {
        margin: 0 20px 30px;
    }
    #feature ul.point li:last-child {
        float: none;
    }
    #feature ul.point li p.under-l {
        width: 100%;
        margin-right: -140px;
        padding-right: 150px;
    }
    #feature ul.point li .thumb {
        margin-left: 0;
    }
    #detail h2 {
        width: 75%;
        margin: 0 0 0 20px;
    }
    .pop {
        width: 75%;
        margin: 0 auto 60px;
    }
    #detail .contents .sub-merit ul {
        width: 600px;
        text-align: center;
        letter-spacing: -.4em;
    }
    #detail .contents .sub-merit ul li {
        margin: 30px;
        display: inline-block;
        letter-spacing: normal;
    }
    #detail table tr .option-right {
        width: 185px;
    }
    .wrap-spo{
        width: auto;
    }
    .sponsor{
        width: auto;
        margin: 40px auto 0;
        padding: 35px 20px 40px 50px;
    }
    .sponsor .fl {
        width: 68%;
        padding-right: 2%;
    }    
    .sponsor .fr{
        width: 30%;
        margin: 0;
    }
    .sponsor .center{
        width: 30%;
        margin: 0;
    }
    
    .sponsor .fr > img{
        width: 100%;
        margin-bottom: 0;
    }
    
    .sponsor .center > img{
        width: 100%;
        margin-bottom: 0;
    }
    .sponsor2{
        width: 100%;
    }
    .sponsor2 .fl,
    .sponsor2 .fr,
    .sponsor2 .center{
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 640px) {
    .inner {
        width: 100%;
    }
    a:hover {
        opacity: 1;
    }
    .brsp {
        display: inline;
    }
    .brpc {
        display: none;
    }
    .showpc {
        display: none !important;
    }
    .showsp {
        display: inherit !important;
    }
    #container {
        overflow: hidden;
        margin-top: 40px;
    }
    header {
        width: 100%;
        z-index: 9999;
        position: fixed;
    }
    header .spmenu {
        position: absolute;
        left: 0;
        padding: 8.5px 10px;
        z-index: 1000;
    }
    header .spmenu img {
        width: 25px;
    }
    header .head {
        height: 40px;
        position: relative;
    }
    header .head .logo,
    header .head .logo img {
        width: 155px;
    }
    header .head .logo {
        padding: 13px 0;
        margin: 0 auto;
        position: relative;
        left: -30px;
    }
    header .head .link-corp {
        width: 70px;
        height: 25px;
        position: absolute;
        top: 0;
        right: 10px;
    }
    header .head .link-corp:after {
        content: "";
        display: block;
        border-style: solid;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 35px 0 35px;
        border-color: #ffffff transparent transparent transparent;
    }
    header .head .link-corp span {
        height: 25px;
        background: #fff;
        display: block;
        position: relative;
        font-size: 1rem;
        line-height: 1.2rem;
        font-weight: bold;
        padding-top: 3px;
    }
    #top .topvisual {
        height: 265px;
        margin-bottom: 205px;
    }
    #top .topvisual ul.partner {
        top: 125%;
    }
    header nav {
        display: none;
    }
    #top .topvisual .wrap-logo,
    #top .topvisual .wrap-logo img {
        width: 217.5px;
        height: 297px;
    }
    #top .topvisual .wrap-logo {
        position: absolute;
        top: 51%;
        left: 50%;
        margin-left: -108.75px;
    }
    #top .topvisual h1 {
        width: 100%;
        position: relative;
        top: 155%;
        left: 0;
        margin-left: 0;
        text-align: center;
        line-height: 3.2rem;
    }
    #top .topvisual h1 span {
        font-size: 1.4rem;
    }
    #top .topvisual h1 strong {
        font-size: 3.6rem;
    }
    #top .topvisual .txt-partner {
        width: 110px;
        font-size: 1.2rem;
        left: 50%;
        margin-left: -55px;
        top: 115%;
    }
    #top .topvisual ul.partner li {
        letter-spacing: normal;
        display: inline-block;
        margin: 0 16px;
    }
    #top .topvisual ul.partner li:nth-child(1) {
        width: 48px;
    }
    #top .topvisual ul.partner li:nth-child(2) {
        width: 52.5px;
    }
    #top .topvisual ul.partner li:nth-child(3) {
        width: 49px;
    }
    #top .topvisual ul.partner li img {
        width: 100%;
        display: block;
    }
    #top .topvisual ul.partner li:nth-child(2) img {
        padding: 6px 0;
    }
    #top .sub {
        background: url(../images/bg-osakacastle-sp.jpg) no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        height: 234px;
    }
    #top .sub .cc {
        width: 180px;
        font-size: 1.4rem;
        line-height: 2.4rem;
        top: 14%;
        left: auto;
        right: 2%;
    }
    #top .sub .cc:before {
        content: "";
        width: 30px;
        height: 32px;
        top: -10px;
        right: 0px;
        background: url(../images/shape-bird.png) no-repeat;
        background-size: contain;
    }
    #top .sub .under {
        height: 45px;
        font-size: 1.1rem;
        line-height: 1.4rem;
        padding: 8px 0px;
    }
    #about {
        padding-bottom: 60px;
    }
    #about h2 {
        width: auto;
        font-size: 1.8rem;
        padding-bottom: 10px;
        margin: 0 35px 10px 20px;
    }
    #about h2:after {
        content: "";
        width: 34px;
        height: 46px;
        display: block;
        position: absolute;
        top: 0;
        right: -25px;
        background: url(../images/shape-running.png) no-repeat;
        background-size: contain;
    }
    #about h2 span {
        font-size: 1.4rem;
    }
    #about p {
        font-size: 1.2rem;
        line-height: 2rem;
        margin: 0 20px 15px;
    }
    #about ul {
        width: auto;
        margin: 0 20px;
    }
    #about ul li:nth-child(1) {
        float: none;
        margin: 0;
        margin-bottom: 3%;
    }
    #about ul li:nth-child(2),
    #about ul li:nth-child(3),
    #about ul li:nth-child(4),
    #about ul li:nth-child(5) {
        width: 48.5%;
        float: left;
        margin: 0;
    }
    #about ul li:nth-child(2),
    #about ul li:nth-child(3) {
        margin-bottom: 3%;
    }
    #about ul li:nth-child(2),
    #about ul li:nth-child(4) {
        margin-right: 3%;
    }
    #about .rice {
        font-size: 1rem;
        text-align: right;
        width: auto;
        margin: 0 20px;
    }
    #feature ul.feature {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        margin: 10px auto 15px;
    }
    #feature ul.feature li:nth-child(1),
    #feature ul.feature li:nth-child(2),
    #feature ul.feature li:nth-child(3),
    #feature ul.feature li:nth-child(4),
    #feature ul.feature li:nth-child(5),
    #feature ul.feature li:nth-child(6) {
        width: 100%;
        height: auto;
        margin: 0;
    }
    #feature ul.feature li:nth-child(1) {
        width: 100%;
    }
    #feature ul.feature li:nth-child(1) h2 {
        text-align: center;
    }
    #feature ul.feature li:nth-child(1) h2 span.showsp {
        font-size: 1.5rem;
        font-weight: 200;
        color: #000;
    }
    #feature ul.feature li:nth-child(1) h2 span.circle {
        width: 57px;
        height: 57px;
        border-radius: 50%;
        background: #ff0;
        font-size: 2.4rem;
        display: inline-block;
        vertical-align: middle;
        padding: 8px 0;
        text-align: center;
    }
    #feature ul.feature li:nth-child(2),
    #feature ul.feature li:nth-child(3),
    #feature ul.feature li:nth-child(4),
    #feature ul.feature li:nth-child(5),
    #feature ul.feature li:nth-child(6),
    #feature ul.feature li:nth-child(7) {
        float: left;
        width: 49%;
        height: auto;
        padding: 0 10px;
        margin: 0 2% 2% 0;
    }
    #feature ul.feature li:nth-child(3),
    #feature ul.feature li:nth-child(5),
    #feature ul.feature li:nth-child(6) {
        margin-right: 0;
    }
    #feature ul.feature li h3 {
        font-size: 1.45rem;
        line-height: 1.75rem;
        height: 75px;
        padding: 20px 0 0;
        border-bottom: 2px dotted #fff;
    }
    #feature ul.feature li p {
        font-size: 1.2rem;
        line-height: 1.5rem;
        height: 77px;
        padding: 15px 0;
    }
    #feature ul.feature li:nth-child(7) {
        background: none;
    }
    #feature ul.feature li:nth-child(7) img {
        width: 132px;
        display: block;
        margin: 45px 0 0 10px;
    }
    #feature ul.point {
        width: auto;
        padding: 0;
        margin: 0 20px;
    }
    #feature ul.point li {
        width: 100%;
    }
    #feature ul.point li:first-child {
        margin-bottom: 30px;
    }
    #feature ul.point li .label {
        width: 60px;
        height: 17.5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    #feature ul.point li .label img {
        width: 40px;
        display: block;
        margin: auto;
    }
    #feature .wrap-point {
        height: auto;
        padding: 20px 15px;
    }
    #detail .contents .option-label {
        width: auto;
        font-size: 1rem;
        margin: 20px 20px 15px;
    }
    #feature ul.point li .floatl {
        float: left;
        margin-right: 95px;
    }
    #feature ul.point li .thumb {
        width: 89px;
        height: auto;
        margin-left: -89px;
    }
    #feature ul.point li h3 {
        width: auto;
        float: none;
        font-size: 1.25rem;
        line-height: 1.75rem;
        border-bottom: 2px dotted #9fa0a0;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    #feature ul.point li p.under-l {
        width: auto;
        float: none;
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .wrap-spo{
        width: auto;
    }    
    .sponsor {
        width: auto;
        padding: 40px 15px 21px;
        margin: 20px 20px 40px;
    }
    .sponsor:before {
        width: 54px;
        top: 15px;
        padding: 0;
        line-height: 1;
        padding: 2px 0;
        font-size: 1rem;
    }
    .sponsor .fl,
    .sponsor .fr {
        width: 100%;
        float: none;
        overflow: hidden;
        margin: 0 auto;
    }
    .sponsor .fr {
        margin-top: 0;
    }
    .sponsor .cc {
        font-size: 1.5rem;
        line-height: 1.75rem;
        font-weight: 400;
        margin-bottom: 5px;
    }
    .sponsor .name {
        font-size: 1rem;
        line-height: 2rem;
        margin-bottom: 15px;
    }
    .sponsor .text {
        width: auto;
        font-size: 1rem;
        line-height: 1.6rem;
        float: none;
        margin: 0 17.5px 10px;
    }
    .sponsor .showsp {
        float: none;
        width: 175px;
        height: auto;
        margin: 0 auto -20px;
    }
    .sponsor .btn-brand {
        background: #1d2468;
        color: #fff;
        width: auto;
        box-sizing: border-box;
        display: block;
        padding: 4px 0;
        font-size: .9rem;
        font-weight: 700;
        z-index: 50;
        position: relative;
        top: 0;
        margin: 0 17.5px;
        letter-spacing: -.1em;
    }
    .sponsor .btn-brand img {
        width: 9.5px;
        height: 9.5px;
        display: inline-block;
    }
    #detail table {
        padding: 0 30px;
        margin: 0 auto 25px;
    }
    #detail table tr .option-right {
        width: 130px;
    }
    #detail ul li span.small {
        font-size: 1rem;
    }
    #detail table tr td {
        margin: 0;
        padding: 0;
        overflow: visible;
        font-size: 1.2rem;
    }
    #detail table tr td .icon {
        display: none;
    }
    #detail table tr span.small {
        display: block;
        position: absolute;
        bottom: -1.5em;
        width: 320px;
        z-index: 500;
        font-size: 1rem;
    }
    #detail table.list-first tr .option-left {
        width: 80px;
    }
    #detail table.list-second tr .option-left {
        width: 80px;
    }
    #detail table.list-third tr .option-left {
        width: 130px;
    }
    #detail .recommend {
        width: 280px;
        padding: 15px 5px 15px 5px;
        margin: 0 auto;
    }
    #detail .recommend .fl p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    #detail .recommend .fl p strong {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    #detail .recommend .fr img {
        width: 130px;
    }
    #detail .recommend .fl p:first-child {
        margin-bottom: 12.5px;
    }
    #detail .contents {
        background: none;
        padding: 0;
    }
    #detail .contents h3 {
        width: 100%;
        color: #000;
        border-bottom: 2px solid #fff;
        font-size: 2.4rem;
        font-weight: 300;
        text-align: center;
        margin: 0 auto 30px;
        padding: 0 0 10px;
        position: relative;
    }
    #access {
        width: 100%;
        padding-top: 0;
        margin-bottom: 0;
    }
    #access h3 {
        font-size: 1.3rem;
        line-height: 2rem;
        margin-bottom: 20px;
    }
    #access .access-fl,
    #access .access-fl {
        width: 100%;
    }
    #access iframe {
        width: 280px;
        height: 280px;
        margin: 0 auto 20px;
    }
    #access .access-fl {
        width: 270px;
        margin: auto;
        float: none;
    }
    #access .access-fl address {
        font-size: 1.2rem;
        line-height: 2.4rem;
    }
    #access .access-fl address strong {
        font-size: 1.9rem;
    }
    #access .access-fl ul li {
        margin-bottom: 15px;
    }
    #access .access-fl ul li p.label,
    #access .access-fl ul li p.subcont,
    #access .access-fl ul li p.subcont .small {
        height: auto;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    #access .access-fl p.em {
        width: auto;
        font-size: 1rem;
    }
    #access .wrap-access-sub .access-fl,
    #access .wrap-access-sub .access-fr {
        width: 280px;
        display: block;
        margin: auto;
    }
    footer {
        height: 120px;
    }
    footer .inner {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    footer small {
        width: auto;
        padding: 30px 0 0;
        font-size: 1rem;
        line-height: 1.2rem;
        display: inline-block;
    }
    footer .pagetop {
        width: 30px;
        height: 30px;
        font-size: 1rem;
        line-height: 1rem;
        right: 10px;
        border: 1px solid #fff;
    }
    footer .pagetop a {
        padding-top: 2.5px;
    }
    footer .pagetop a img {
        width: 8.5px;
    }
    footer .contact {
        width: auto;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1;
        color: #fff;
        padding: 30px 0 0;
        display: inline-block;
        vertical-align: top;
    }
    .list-cont {
        height: 72px;
        display: block;
        position: relative;
        border-top: 1px solid #0ba95f;
        transition: all .5s ease-out 0s;
        z-index: 100;
        padding: 9px 0 0;
    }
    .list-cont.border-on {
        border-top: 1px solid #0ba95f;
    }
    .list-cont.border-off {
        border-top: 1px solid #fff;
    }
    .list-cont.first {}
    .list-cont p {
        width: 100%;
        height: auto;
        text-align: center;
        font-size: 2.4rem;
        font-weight: 200;
        letter-spacing: .1em;
        margin-top: 7px;
    }
    .list-cont.label-feature p {
        font-size: 1.5rem;
        font-weight: 200;
        color: #000;
        height: auto;
        margin-top: 0;
    }
    .list-cont.label-feature p span.circle {
        width: 57px;
        height: 57px;
        border-radius: 50%;
        background: #ff0;
        font-size: 2.4rem;
        display: inline-block;
        vertical-align: middle;
        padding: 8px 0;
        text-align: center;
    }
    .list-cont .arrow-g {
        width: 16px;
        height: 10px;
        position: absolute;
        top: 30px;
        right: 17px;
        padding: 0px 0;
        transform: rotate(180deg);
        transition: all .3s ease-out 0s;
    }
    #detail .contents h3 {
        padding-bottom: 20px;
        width: 90%;
        margin: 0 auto;
        display: none;
    }
    #detail .contents h3:before {
        border-color: #90c31f transparent transparent transparent;
        bottom: -32px;
    }
    #detail .contents h3:after {
        border-color: #fff transparent transparent transparent;
        bottom: -30px;
    }
    .pop {
        width: auto;
        position: relative;
        overflow: visible;
        border-bottom: 1px solid #8FC321;
        margin: 0 20px 50px;
    }
    .pop:before,
    .pop:after {
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 7px 0 7px;
        border-color: #8fc31f transparent transparent transparent;
        display: block;
        margin: auto;
    }
    .pop:before {
        border-color: #fff transparent transparent transparent;
        bottom: -12px;
        z-index: 50;
    }
    .pop:after {
        border-color: #8fc31f transparent transparent transparent;
        bottom: -14px;
    }
    #detail .contents .sub-price .pop{
        width: auto;
    }
    #detail .contents .sub-merit p.showsp {
        width: 280px;
        margin: auto;
        overflow: visible;
        position: relative;
    }
    #detail .contents .sub-merit p.showsp img {
        width: 280px;
        display: block;
        margin: auto;
        position: relative;
        top: 5px;
        z-index: 100;
    }
    #detail .contents .sub-merit .wrap-list {
        background: #90c31f;
        position: relative;
        overflow: visible;
        padding: 25px 0 20px;
    }
    #detail .contents .sub-merit p.showsp:after {
        content: "";
        width: 78px;
        height: 63px;
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        background: url(../images/shape-castle.png) no-repeat;
        background-size: contain;
    }
    #detail .contents .sub-merit ul {
        width: 100%;
        background: #90c31f;
        position: relative;
        overflow: hidden;
        padding: 0 20px;
    }
    #detail .contents .sub-merit ul li {
        width: 100%;
        height: auto;
        border-radius: 20px;
        margin: 0 auto 10px;
        padding: 25px;
    }
    #detail .contents .sub-merit ul li:last-child {
        padding: 25px;
    }
    #detail .contents ul li h4 {
        font-size: 2.1rem;
        line-height: 2.2rem;
    }
    #detail .contents ul li p {
        font-size: 1.2rem;
        line-height: 1.75rem;
        text-align: left;
    }
    #detail .contents .sub-price p.first,
    #detail .contents .sub-price small.first,
    #detail .contents .sub-price p.second,
    #detail .contents .sub-price p strong.price,
    #detail .contents .sub-price small.second {
        color: #000;
    }
    #detail .contents .sub-price small.first {
        margin-bottom: 10px;
    }
    #detail .contents .sub-price p.first {
        color: #000;
        font-size: 1.35rem;
        line-height: 2rem;
        margin-bottom: 10px;
    }
    #detail .contents .sub-price p.first strong {
        color: #90c31f;
    }
    #detail .contents .sub-price p.second {
        font-size: 1.25rem;
        margin: -25px 0 25px;
    }
    #detail .contents .sub-price p strong.price {
        font-size: 2.5rem;
    }
    #detail .contents .sub-price p.second .small {
        font-size: 1rem;
    }
    #detail .contents .sub-price ul {
        width: auto;
        margin: 0 20px 10px;
    }
    #detail .contents .sub-price ul li {
        width: 49%;
        margin-right: 2%;
        font-size: 1.1rem;
        padding: 5px 0;
    }
    #detail .contents .sub-price small.second {
        font-size: 1rem;
        margin-bottom: 25px;
    }
    #detail .contents .sub-price{
        padding-bottom: 30px;
    }
    #detail .contents .option-label {
        width: auto;
        margin: 0 20px 15px;
        background: #90c31f;
        color: #fff;
    }
    #detail table tr td {
        color: #000;
    }
    #detail table tr .dot {
        background: url(../images/dot-sp.png) repeat-x;
        background-position: 50% 50%;
        background-size: 6px 2px;
    }
    #detail table tr .option-right {
        background: #fff;
    }
    #detail .contents .sub-merit {
        margin-bottom: 40px;
    }
    #detail .caption{
        font-size: 1rem;
        margin: 20px 0;
        color: #000;
    }
    #detail .recommend {
        width: auto;
        padding: 15px 5px 15px 5px;
        margin: 0 20px;
        border: 4px solid #ededed;
    }
    #detail .recommend .fl {
        width: 100%;
        padding-right: 130px;
        margin-right: -130px;
    }
    #detail .recommend .fl p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    #detail .recommend .fl p strong {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    #detail .recommend .fr img {
        width: 130px;
    }
    #detail .recommend .fl p:first-child {
        margin-bottom: 12.5px;
    }
    .sponsor2 {
        width: auto;
        overflow: hidden;
        padding: 40px 0 30px;
        margin: 15px 20px 0;
        background: none;
    }
    .sponsor2:before {
        width: 54px;
        top: 15px;
        padding: 0;
        line-height: 1;
        padding: 2px 0;
        font-size: 1rem;
    }
    .sponsor2 .cc {
        font-size: 1.5rem;
        line-height: 1.75rem;
        margin: 0 17.5px 20px;
    }
    .sponsor2 .fl,
    .sponsor2 .fr {
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 32.5px;
        background: -webkit-linear-gradient(60deg, #ffffff 0%, #ffffff 65%, #f9f9f9 66%, #ffffff 100%);
        background: -o-linear-gradient(60deg, #ffffff 0%, #ffffff 65%, #f9f9f9 66%, #ffffff 100%);
        background: linear-gradient(150deg, #ffffff 0%, #ffffff 65%, #f9f9f9 66%, #ffffff 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
    .sponsor2 .fl {
        margin-bottom: 40px;
    }
    .sponsor2 .fl .photo {
        width: 145px;
        display: block;
        margin: 0 auto 20px;
    }
    .sponsor2 .fr .photo {
        width: 145px;
        display: block;
        margin: 0 auto 20px;
    }
    .sponsor2 .center .photo {
        width: 145px;
        display: block;
        margin: 0 auto 20px;
    }
    .sponsor2 .text {
        width: 200px;
        margin: 0 auto 20px;
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .sponsor2 .text small {
        font-size: 1rem;
        font-weight: 300;
    }
    .sponsor2 .btn-brand {
        font-size: 1rem;
    }
    .sponsor2 .btn-brand img {
        width: 9.5px;
        height: 9.5px;
        display: inline-block;
    }
    #price,
    #access {
        padding-bottom: 40px;
    }
    #access h2 {
        display: none;
    }
    .spmenu {
        display: block;
    }
    .ham-menu {
        position: fixed;
        background: #fff;
        color: #90c31f;
        top: 40px;
        width: 240px;
        height: 100%;
        z-index: 9999;
        display: none;
        padding-left: 10px;
        padding-top: 30px;
    }
    .ham-menu ul li {
        font-size: 1.4rem;
        margin-bottom: 25px;
        color: #0ba95f;
    }
    .cont-closer {
        display: block;
        width: 16px;
        height: 10px;
        margin: 15px auto 0;
    }
    .cont-closer img {
        display: block;
        width: 100%;
    }
    .anchor {
        padding-top: 40px;
        margin-top: -40px;
    }
    #feature,
    #merit,
    #price,
    #access {
        display: none;
    }
    .cont-list-mg {
        height: 45px;
        border-top: 1px solid #0ba95f;
    }
}

@media screen and (max-width: 640px) {
	.tax_small {font-size: 1rem;}
}