/* ▼▼▼▼▼ common stylesheet ▼▼▼▼▼ */

html {
    font-size: 62.5%;
    box-sizing: border-box;
}

body {
    font-size: 1rem;
    /* Fix font-size insafari */
    -webkit-text-size-adjust: 100%;
    font-family: "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

a {
    text-decoration: none;
    transition: all .25s linear 0s;
    color: inherit;
    cursor: pointer;
}

a:hover {
    opacity: 0.7;
}

.clearfix:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

ul li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

section {
    position: relative;
    overflow: hidden;
}


/* ▲▲▲▲▲ common stylesheet ▲▲▲▲▲ */


/* font face */


/* CDNを利用しない場合は以下コメントアウトを外してください */


/*
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 100;
    src: url(font/noto-t.woff2) format('woff2'), url(font/noto-t.woff) format('woff'), url(font/noto-t.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    src: url(font/noto-l.woff2) format('woff2'), url(font/noto-l.woff) format('woff'), url(font/noto-l.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url(font/noto-dl.woff2) format('woff2'), url(font/noto-dl.woff) format('woff'), url(font/noto-dl.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: local('noto-r.otf'), url(font/noto-r.woff2) format('woff2'), url(font/noto-r.woff) format('woff'), url(font/noto-r.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url(font/noto-m.woff2) format('woff2'), url(font/noto-m.woff) format('woff'), url(font/noto-m.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(font/noto-b.woff2) format('woff2'), url(font/noto-b.woff) format('woff'), url(font/noto-b.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 900;
    src: url(font/noto-bl.woff2) format('woff2'), url(font/noto-bl.woff) format('woff'), url(font/noto-bl.otf) format('opentype');
}
*/


/* font face end */

.inner {
    width: 100%;
    max-width: 960px;
    margin: auto;
}

.brpc {
    display: inherit;
}

.brsp {
    display: none;
}

.showpc {
    display: inherit !important;
}

.showsp {
    display: none !important;
}

#anc-top {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Noto Sans Japanese';
}

#container{
    margin-top: 140px;
}

.contents-in {
    width: 100%;
    max-width: 960px;
    margin: auto;
    position: relative;
}

header {
    z-index: 9999;
    position: relative;
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
}

header .head {
    height: 60px;
    background: #0ba95f;
    text-align: center;
}

header .head .logo {
    padding: 16px 0;
}

header .head .link-corp {
    width: 180px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
}

header .head .link-corp span {
    height: 30px;
    background: #fff;
    display: block;
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
    padding-top: 6px;
}

header .head .link-corp:after {
    content: "";
    display: block;
    border-style: solid;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 90px 0 90px;
    border-color: #ffffff transparent transparent transparent;
}

header nav {
    padding: 30px 0px;
    text-align: center;
    z-index: 100;
    background: #fff;
}

header nav ul li {
    font-size: 1.4rem;
    display: inline-block;
    padding: 0 0 0 30px;
}

header nav ul li:after {
    content: "／";
    display: inline;
    margin-left: 30px;
}

header nav ul li:last-child:after {
    content: "";
    display: inline;
}

#top .topvisual {
    background: url(../images/mainvisual.jpg) no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 450px;
    position: relative;
    overflow: visible;
    margin-bottom: 440px;
}

#top .topvisual .wrap-logo {
    position: absolute;
    top: 44%;
    left: 50%;
    margin-left: -208px;
}

#top .topvisual .wrap-logo img {
    display: block;
}

#top .topvisual .txt-partner {
    width: 145px;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    color: #767977;
    position: absolute;
    top: 120%;
    left: 49%;
    margin-left: -55px;
}

#top .topvisual ul.partner {
    text-align: center;
    letter-spacing: .4em;
    position: absolute;
    top: 130%;
    left: 50%;
    margin-left: -260px;
    width: 520px;
}

#top .topvisual ul.partner li {
    letter-spacing: normal;
    display: inline-block;
    margin: 0 33px;
    vertical-align: top;
}

#top .topvisual ul.partner li:nth-child(2) img {
    padding: 17px 0;
}

#top .topvisual h1 {
    width: 680px;
    text-align: center;
    display: block;
    position: absolute;
    top: 160%;
    left: 50%;
    margin-left: -340px;
    line-height: 6.4rem;
}

#top .topvisual h1 span {
    font-size: 3.6rem;
    font-weight: 300;
    display: block;
}

#top .topvisual h1 strong {
    font-size: 7.2rem;
    font-weight: 700;
    color: #0ba95f;
    display: block;
}

#top .sub {
    height: 470px;
    background: url(../images/bg-osakacastle.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
}

#top .sub .cc {
    font-size: 3.4rem;
    line-height: 5.8rem;
    font-weight: 200;
    position: absolute;
    top: 20%;
    left: 48%;
    color: #444;
}

#top .sub .cc:before {
    content: "";
    width: 77px;
    height: 82px;
    display: block;
    position: absolute;
    top: -30px;
    right: -30px;
    background: url(../images/shape-bird.png) no-repeat;
}

#top .sub .under {
    width: 100%;
    background: #0ba95f;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding: 13px;
    position: absolute;
    bottom: 0;
}

#about {
    padding: 50px 0 0;
}

#about h2 {
    width: 100%;
    max-width: 860px;
    font-size: 3.9rem;
    font-weight: 700;
    color: #0ba95f;
    border-bottom: 2px solid #bfc0c0;
    position: relative;
    overflow: visible;
}

#about h2:after {
    content: "";
    width: 112px;
    height: 152px;
    display: block;
    position: absolute;
    top: -10px;
    right: -60px;
    background: url(../images/shape-running.png) no-repeat;
}

#about h2 span {
    font-size: 3rem;
    font-weight: 400;
}

#about p {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.8rem;
    margin: 25px 0;
}

#about ul:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

#about ul li {
    float: left;
}

#about ul li:nth-child(1) {
    margin-right: 20px;
}

#about ul li:nth-child(2) {
    margin-right: 20px;
    margin-bottom: 20px;
}

#about ul li:nth-child(3) {
    margin-bottom: 20px;
}

#about ul li:nth-child(4) {
    margin-right: 20px;
}

#about ul li:nth-child(5) {}

#about ul li img {
    width: 100%;
    display: block;
}

#about .rice {
    text-align: right;
    font-size: 1.2rem;
    margin: 5px 0 40px;
}

#feature {
    padding-bottom: 50px;
}

#feature ul.feature {
    width: 100%;
    max-width: 960px;
    padding-top: 35px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 auto 30px;
}

#feature ul.feature li {
    float: left;
    width: 295px;
    height: 247px;
    float: left;
    color: #fff;
    font-weight: 300;
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 20px;
    position: relative;
}

#feature ul.feature li h3 {
    height: 120px;
    font-size: 2.9rem;
    line-height: 3.5rem;
    font-weight: 300;
    text-align: center;
    padding: 30px 0px;
    box-sizing: border-box;
    border-bottom: 5px dotted #fff;
}

#feature ul.feature li p {
    height: 120px;
    font-size: 1.7em;
    line-height: 2rem;
    font-weight: 300;
    padding-top: 30px;
}

#feature ul.feature li:nth-child(2),
#feature ul.feature li:nth-child(3) {
    margin-bottom: 30px;
}

#feature ul.feature li:nth-child(2),
#feature ul.feature li:nth-child(4),
#feature ul.feature li:nth-child(5) {
    margin-right: 30px;
}

#feature ul.feature li:nth-child(4) {
    margin-left: 15px;
}

#feature ul.feature li:nth-child(2n) {
    background: #0ba95f;
}

#feature ul.feature li:nth-child(2n+1) {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#90c31f+0,90c31f+50,8bbd1d+51,8bbd1d+100 */
    background: #90c31f;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #90c31f 0%, #90c31f 50%, #8bbd1d 51%, #8bbd1d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #90c31f 0%, #90c31f 50%, #8bbd1d 51%, #8bbd1d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #90c31f 0%, #90c31f 50%, #8bbd1d 51%, #8bbd1d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90c31f', endColorstr='#8bbd1d', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

#feature ul.feature li:nth-child(2n+1):after {
    content: "";
}

#feature ul.feature li:nth-child(1) {
    background: none;
    padding: 0;
    margin-right: 45px;
}

#feature ul.feature li:nth-child(1) h2 img {
    position: absolute;
    top: -35px;
    display: block;
}

#feature .wrap-point {
    background: #f7f5e6;
    padding: 40px 30px;
    overflow: hidden;
    box-sizing: border-box;
    height: 320px;
}

#feature ul.point {
    width: 100%;
    max-width: 960px;
    margin: auto;
    overflow: hidden;
    padding-left: 15px;
}

#feature ul.point li {
    width: 455px;
    overflow: hidden;
    position: relative;
    float: left;
}

#feature ul.point li:last-child {
    float: right;
}

#feature ul.point li .label {
    width: 120px;
    height: 35px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 3px 0;
}

#feature ul.point li h3,
#feature ul.point li p {
    background: #f7f5e6;
}

#feature ul.point li h3 {
    font-size: 2.5rem;
    line-height: 3.1rem;
    font-weight: 300;
    border-bottom: 5px dotted #9fa0a0;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

#feature ul.point li p.under-l {
    width: 235px;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 300;
    float: left;
}

#feature ul.point li .thumb {
    float: right;
    margin-left: 20px;
    width: 139px;
    height: 139px;
}

.wrap-spo{
    width: 960px;
    margin: auto;
    overflow: hidden;    
}

.sponsor{
    width: 940px;
    overflow: hidden;
    position: relative;
    border: 3px solid #ededed;
    box-sizing: border-box;
    margin: 40px 0 0 20px;
    padding: 35px 55px 40px 50px;
    font-size: 1.6rem;
    line-height: 2.7rem;
    background: #ffffff; /* Old browsers */
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+ */
}

.sponsor:before{
    content: "PICK UP";
    width: 107px;
    background: #0ba95f;
    text-align: center;
    font-size: 1.6rem;
    font-style: italic;
    position: absolute;
    top: 30px;
    left: 0;
    color: #fff;
    padding: 0;
}

.sponsor .fl{
    width: 445px;
    margin-top: 40px;
    position: relative;
}

.sponsor .fr{
    width: 325px;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    position: relative;
    margin-left: 59px;
}

.sponsor .fr > img{
    display: block;
    margin-bottom: -65px;
    margin-left: 0;
    margin-top: 20px;
}

.sponsor .cc{
    font-size: 3rem;
    line-height: 3.5rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 10px;
}

.sponsor .cc strong{
    font-weight: 400;
}

.sponsor .name{
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 10px;
}

.sponsor .text{
    width: 410px;
}

.sponsor .btn-brand{
    background: #1d2468;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 4px 0;
    font-weight: 300;
    z-index: 50;
    position: relative;
}

#detail h2 {
    width: 100%;
    max-width: 960px;
    margin: auto;
    position: relative;
}

#detail h2 img {
    display: block;
    position: relative;
    top: 10px;
    z-index: 100;
    width: 100%;
}

#detail .contents {
    background: #90c31f;
    position: relative;
    padding: 100px 0 0;
    overflow: visible;
}

#detail .contents h3 {
    width: 100%;
    max-width: 520px;
    color: #fff;
    font-size: 4.8rem;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 10px;
    position: relative;
}

.pop{
    width: 33.75%;
    position: relative;
    overflow: visible;
    border-bottom: 2px solid #fff;
    margin: 0 auto 30px;
}

#detail .contents .sub-price .pop{
    width: 36.75%;
}

.pop:before,
.pop:after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 14px 0 14px;
    border-color: #8fc31f transparent transparent transparent;
    display: block;
    margin: auto;
}

.pop:before {
    border-color: #8fc31f transparent transparent transparent;
    bottom: -27px;
    z-index: 50;
}

.pop:after {
    border-color: #fff transparent transparent transparent;
    bottom: -32px;
}

#detail .contents .inner {
    position: relative;
}

#detail .contents .inner .castle {
    position: absolute;
    top: -215px;
    right: 0;
}

#detail .contents .sub-merit {
    margin-bottom: 120px;
}

#detail .contents .sub-merit ul {
    width: 100%;
    max-width: 960px;
    margin: auto;
    overflow: hidden;
}

#detail .contents .sub-merit ul li {
    width: 235px;
    height: 235px;
    background: #0ba95f;
    border-radius: 50%;
    text-align: center;
    padding: 45px 0 0;
    margin-right: 6px;
    float: left;
}

#detail .contents .sub-merit ul li:nth-child(2n) {
    background: #fff;
}

#detail .contents .sub-merit ul li:last-child {
    padding: 30px 0 0;
    margin-right: 0;
}

#detail .contents ul li h4 {
    color: #dadf00;
    font-size: 2.5rem;
    line-height: 2.7rem;
    font-weight: 400;
    margin-bottom: 20px;
}

#detail .contents .sub-merit ul li:nth-child(2n) h4 {
    color: #90c31f;
}

#detail .contents .sub-merit ul li:last-child h4 {
    margin-bottom: 9px;
}

#detail .contents .sub-merit ul li h4 .kana {
    letter-spacing: -.1em;
}

#detail .contents ul li p {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-weight: 300;
}

#detail .contents .sub-merit ul li:nth-child(2n) p {
    color: #0ba95f;
}

#detail .contents .sub-price p.first {
    font-size: 3rem;
    line-height: 4rem;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

#detail .contents .sub-price small.first {
    text-align: center;
    color: #fff;
    display: block;
    margin-bottom: 40px;
}

#detail .contents .sub-price p.first strong {
    color: #ffff00;
    font-weight: 300;
}

#detail .contents .sub-price ul {
    width: 100%;
    max-width: 567px;
    overflow: hidden;
    margin: 0 auto 20px;
}

#detail .contents .sub-price ul li {
    width: 273px;
    font-size: 2.1rem;
    font-weight: 400;
    color: #ffff00;
    background: #0ba95f;
    padding: 10px 0;
    text-align: center;
    float: left;
    margin-right: 21px;
}

#detail .contents .sub-price p.second {
    font-size: 3rem;
    line-height: 4rem;
    color: #fff;
    text-align: center;
    margin: 80px 0 40px;
}

#detail .contents .sub-price p strong.price {
    color: #fff;
    font-size: 5.4rem;
    font-weight: 700;
}

#detail .contents .sub-price small.second {
    text-align: center;
    color: #fff;
    display: block;
    margin-bottom: 80px;
    font-size: 1.5rem;
}

#detail .contents .sub-price ul li:last-child {
    margin-right: 0;
}

#detail .contents .sub-price{
    padding-bottom: 100px;
}

#detail .contents .option-label {
    width: 100%;
    max-width: 880px;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 2px 0;
    margin: 50px auto 20px;
    background: #fff;
    color: #90c31f;
    text-align: center;
}

#detail table {
    width: 100%;
    max-width: 880px;
    margin: 0 auto 25px;
    padding: 0 60px 0 25px;
}

#detail table tr td {
    font-size: 2rem;
    overflow: hidden;
    margin: 0 60px 32.5px 25px;
    position: relative;
    color: #fff;
}

#detail table tr td .icon {
    vertical-align: bottom;
    margin-right: 10px;
}

#detail ul li>span {
    display: table-cell;
}

#detail table tr span.small {
    font-size: 1.5rem;
    font-weight: 300;
}

#detail table.list-first tr .option-left {
    width: 350px;
}

#detail table.list-second tr .option-left {
    width: 430px;
}

#detail table.list-third tr .option-left {
    width: 430px;
}

#detail table tr .dot {
    background: url(../images/dot.png) repeat-x;
    background-position: 50% 50%;
}

#detail table tr .option-right {
    width: 185px;
    font-weight: 300;
    background: #90c31f;
    text-align: right;
}

#detail table tr td .dot {
    font-size: 1.3rem;
}

#detail .list-third {
    margin-bottom: 35px;
}

#detail .caption{
    font-size: 1.5rem;
    line-height: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}

#detail .recommend {
    width: 100%;
    max-width: 880px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 40px 30px 30px 45px;
    margin: auto;
    background: #fff;
    color: #000;
    margin-bottom: 100px;
}

#detail .recommend .fl p {
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 300;
}

#detail .recommend .fl p:first-child {
    margin-bottom: 30px;
}

#detail .recommend .fl p strong {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 400;
}

#detail .recommend .fl p strong span {
    color: #90c31f;
}

.sponsor2{
    width: 880px;
    overflow: hidden;
    position: relative;
    border: 4px solid #ededed;
    box-sizing: border-box;
    margin: 30px auto 0;
    padding: 25px 80px 40px;
    font-size: 1.6rem;
    line-height: 2.7rem;
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:before{
    content: "PICK UP";
    width: 107px;
    background: #0ba95f;
    text-align: center;
    font-size: 1.6rem;
    font-style: italic;
    position: absolute;
    top: 30px;
    left: 0;
    color: #fff;
    padding: 0;
}

.sponsor2 .fl{
    width: 300px;
    position: relative;
}

.sponsor2 .fr{
    width: 300px;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    position: relative;
}

.sponsor2 .center{
    width: 300px;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    position: relative;
	margin: 0 auto;
}

.sponsor2 .fl .photo,
.sponsor2 .fr .photo,
.sponsor2 .center .photo{
    display: block;
    margin: 0 auto 34px;
}



.sponsor2 .cc{
    font-size: 3rem;
    line-height: 3.5rem;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 45px 50px;
}

.sponsor2 .cc strong{
    font-weight: 400;
}

.sponsor2 .name{
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 20px;
}

.sponsor2 .text{
    font-size: 2rem;
    line-height: 3rem;
    color: #000;
    text-align: left;
    margin-bottom: 20px;
}

.sponsor2 .text small{
    font-size: 1.4rem;
}

.sponsor2 .btn-brand{
    background: #000;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 4px 0;
    font-weight: 300;
    z-index: 50;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}

#access {
    width: 100%;
    max-width: 785px;
    margin: 0 auto 80px;
    overflow: hidden;
    padding-top: 100px;
}

#access h2 {
    font-size: 4.8rem;
    font-weight: 200;
    text-align: center;
    margin-bottom: 40px;
}

#access h3 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 5rem;
    text-align: center;
    margin-bottom: 50px;
}

#access .wrap-access-sub {
    text-align: center;
    letter-spacing: -.4em;
}

#access .wrap-access-sub .access-fl,
#access .wrap-access-sub .access-fr {
    letter-spacing: normal;
    text-align: left;
}

#access .access-fl {
    width: 380px;
    margin-right: 15px;
    vertical-align: top;
    float: left;
}

#access .access-fr {
    width: 390px;
    float: right;
}

#access .access-fl address {
    font-size: 2rem;
    font-style: normal;
    line-height: 3.6rem;
    letter-spacing: .1em;
    margin-bottom: 15px;
}

#access .access-fl address strong {
    font-size: 3.2rem;
    font-weight: 400;
    color: #0ba95f;
    letter-spacing: .1em;
}

#access .access-fl ul li {
    text-align: left;
    letter-spacing: -.4em;
    margin-bottom: 20px;
}

#access .access-fl ul li p {
    display: inline-block;
    letter-spacing: normal;
    font-size: 1.6rem;
    line-height: 2.5rem;
}

#access .access-fl ul li p.label {
    width: 5em;
    height: 75px;
    vertical-align: top;
}

#access .access-fl ul li p.subcont {
    text-align: left;
}

#access .access-fl ul li p.subcont .small {
    font-size: 1.2rem;
}

#access .access-fl p.em {
    width: 325px;
    background: #0ba95f;
    color: #fff;
    font-size: 1.7rem;
    text-align: center;
    padding: 2px 0;
}

footer {
    width: 100%;
    height: 148px;
    background: #0ba95f;
    position: relative;
}

footer .inner{
    width: 100%;
    max-width: 960px;
    margin: auto;
    position: relative;
}

footer small {
    width: 50%;
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: #fff;
    padding: 49px 0;
    margin: auto;
    display: block;
    float: right;
    text-align: right;
}

footer .pagetop {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    font-weight: 400;
    border: 2px solid #fff;
    position: absolute;
    right: 0px;
    top: -20px;
    text-align: center;
    color: #fff;
    background: #0ba95f;
}

footer .pagetop a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding-top: 5px;
    z-index: 100;
}

footer .pagetop span {
    font-size: 2.4rem;
}

footer .contact{
    font-size: 1.4rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: #fff;
    padding: 50px 0 0;
    width: 50%;
    float: left;
}

.list-cont {
    display: none;
}

.spmenu {
    display: none;
}

.ham-menu {
    display: none;
}

.cont-closer {
    display: none;
}

.anchor {
    padding-top: 140px;
    margin-top: -140px;
    z-index: -1;
}

.tax_small {
	font-size: 1.5rem;
}