@CHARSET "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* フォント設定 */
@font-face {
  	font-family: 'KozGo';
  	src: url(../fonts/KozGoPr6N-Regular.otf);
}
@font-face {
  	font-family: 'KozGoBold';
  	src: url(../fonts/KozGoPro-Bold.otf);
}
@font-face {
  	font-family: 'KozGoReg';
  	src: url(../fonts/KozGoPro-Regular.otf);
}
@font-face {
  	font-family: 'KakuGoW3';
  	src: url(../fonts/HiraginoKakugoW3.ttc);
}
@font-face {
  	font-family: 'KakuGoW6';
  	src: url(../fonts/HiraginoKakugoW6.ttc);
}
@font-face {
  	font-family: 'Jun10';
  	src: url(../fonts/A-OTF-Jun101Pro-Light.otf);
}
@font-face {
  	font-family: 'Jun20';
  	src: url(../fonts/A-OTF-Jun201Pro-Regular.otf);
}
@font-face {
  	font-family: 'Jun34';
  	src: url(../fonts/A-OTF-Jun34Pro-Medium.otf);
}
@font-face {
  	font-family: 'Ryumin';
  	src: url(../fonts/A-OTF-RyuminPro-Regular.otf);
}

/* 全体 */
html {
    overflow: auto;
}

body {
    font-family: Lato, "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
    overflow-x: hidden;
    width: 100%;
}

a {
    word-break: break-all;
}

.wrap {
    position: relative;
}

.contents {
}

p.indent {
    margin-left: 1em;
    text-indent: -1em;
}

p.ex-indent {
    margin-left: 3.1em;
    text-indent: -3.1em;
}

/* ヘッダー */
.header {
    width: 100%;
    padding: 20px 50px;
}
.header h1 {
    margin: 0;
}
.header h1 a {
    display: table;
    width: 100%;
    text-decoration: none;
    color: #000;
}
.header h1 a .logo {
    width: 5vw;
    display: table-cell;
    vertical-align: middle;
}
.header h1 a .site-title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 1vw;
}
.header h1 a .site-title span {
    display: block;
}
.header h1 a .site-title span.jp {
    font-family: KozGo;
    font-size: 3.2vw;
}
.header h1 a .site-title span.en {
    font-family: Times;
    font-size: 1.43vw;
    padding-left: 0.5vw;
}
.header .to-members {
    position: absolute;
    width: 15vw;
    top: 1.8vw;
    right: 30px;
}

/* メインビジュアル */
.main-visual {
    width: 100%;
    position: relative;
}
.main-visual h2 {
    font-family: Ryumin;
    font-weight: bold;
    position: absolute;
    top: 50%;
    line-height: 1.6;
    left: 50px;
    margin-top: -3.8vw;
    font-size: 2.52vw;
    margin-bottom: 0;
    text-shadow: 3px 3px 4px #fff, -3px 3px 4px #fff, 3px -3px 4px #fff, -3px -3px 4px #fff, 3px 0px 4px #fff, 0px 3px 4px #fff, 0px 0px 4px #fff;
}

/* グローバルメニュー */
/*ul.global-menu {
    padding: 0;
    background: #E6E6E6;
    list-style: none;
    padding: 10px;
    font-family: KozGo;
}
ul.global-menu > li {
    width: 100%;
}
ul.global-menu > li:last-child {
    margin-bottom: 0;
}
ul.global-menu > li > a {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: KozGo;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    background: #FBB03B;
    padding: 12px 10px;
    margin-bottom: 12px;
    position: relative;
    text-decoration: none;
}
ul.global-menu > li > a:after {
    content: "";
    width: calc(100% - 6px);
    height: 50%;
    background: rgba(241,90,36,0.5);
    position: absolute;
    bottom: 3px;
    left: 3px;
    padding: 2px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 1;
}
ul.global-menu > li > a > span {
    position: relative;
    z-index: 2;
}
ul.global-menu > li > a:hover:after,
ul.global-menu > li.active > a:after {
    content: none;
}

ul.global-sub-menu {
    padding: 0;
    list-style: none;
    font-family: KozGo;
}
ul.global-sub-menu > li {
    margin-bottom: 15px;
}
ul.global-sub-menu > li > a {
    color: #000;
    font-size: 16px;
    display: block;
    position: relative;
    padding-left: 50px;
}
ul.global-sub-menu > li > a:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    background: #F15A24;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    top: 50%;
    left: 15px;
    margin-top: -12.5px;
}
ul.global-sub-menu > li > a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 11px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    left: 24px;
    margin-top: -7px;
}*/

.global-menu {
    position: relative;
    width: 100%;
    margin: 0;
}
.global-menu > ul {
    width: 100%;
    background: #F2D265;
    list-style: none;
    padding: 5px 3%;
    margin: 0;
    height: 52px;
}
.global-menu > ul > li {
    float: left;
    width: 16.666667%;
    position: relative;
}
.global-menu > ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.global-menu > ul > li > a {
    display: block;
    text-align: center;
    color: #000;
    font-size: 16px;
    padding: 10px 0;
    border-left: 1px solid #fff;
    text-decoration: none;
}
.global-menu > ul > li.active > a:after {
    content: "";
    width: 90%;
    height: 3px;
    background: #ff792e;
    position: absolute;
    bottom: 0;
    left: 5%;
}
.global-menu > ul > li:last-child > a {
    border-right: 1px solid #fff;
}
.global-menu > ul > li > a:hover {
    background: #ffecb2;
}
.global-menu > ul > li > ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    top: 3.2vw;
    z-index: 10;
    background: rgba(251,176,59,0.8);
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    list-style: none;
    padding: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.global-menu > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
}
.global-menu > ul > li:nth-child(5) > ul {
    border-right: 1px solid #fff;
}
.global-menu > ul > li > ul > li {
    display: block;
    width: 100%;
}
.global-menu > ul > li > ul > li > a {
    text-align: center;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 15px;
}
.global-menu > ul > li > ul > li > a:hover {
    background: rgba(251,176,59,1);
    text-decoration: none;
}

/* floatクリア */
.global-menu:before,
.global-menu:after {
    content: " ";
    display: table;
}
.global-menu:after {
    clear: both;
}
.global-menu {
    *zoom: 1;
}

/* スマホメニュー */
.menu-trigger {
    top: 10px;
    height: 26px;
}
.menu-trigger span {
    background-color: #392e5c;
    height: 4px;
}
.menu-trigger span:nth-of-type(2) {
    top: 11px;
}
.menu-trigger p {
    color: #392e5c;
    font-weight: bold;
}

nav ul {
    border-bottom: 1px solid #666;
}
nav li {
    border-top: 1px solid #666;
}
nav li a {
    color: #666;
    font-family: "Ryumin";
}
nav li .icon {
    border: 2px solid #666;
}
nav li .icon:before {
    border-left: 5px solid #666;
}
nav li .icon:after {
    border-left: 4px solid #666;
}
nav li:hover > a {
    color: #aaa;
    text-decoration: none;
}
nav li:hover .icon {
    border-color: #aaa;
}
nav li:hover .icon:before {
    border-left-color: #aaa;
}
nav li:hover .icon:after {
    border-left-color: #aaa;
}

/* スマホメニューデザイン変更 */
nav {
    padding-top: 0;
    background: rgba(230,230,230,0.7);
    overflow-y: scroll;
}
nav p.sp-menu-title {
    text-align: center;
    padding: 12px 0;
    font-family: KozGoBold;
    font-size: 22px;
}
nav ul {
    width: 100%;
}
nav > ul > li {
    border: none;
    padding: 0;
}
nav > ul > li > a {
    color: #fff;
    font-family: KozGoBold;
    background: #FBB03B;
    padding: 10px 0 10px 25px;
    margin-bottom: 8px;
    position: relative;
    font-size: 20px;
}
nav > ul > li > a:after {
    content: "";
    width: 18px;
    height: 18px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    transform: rotate(45deg);
    top: 50%;
    right: 25px;
    margin-top: -9px;
}
nav ul.sp-sub-menu > li {
    padding: 0;
    border: none;
}
nav ul.sp-sub-menu {
    border: none;
}
nav ul.sp-sub-menu > li > a {
    color: #4D4D4D;
    font-family: KozGoBold;
    padding: 10px 0 10px 25px;
}
nav ul.sp-sub-menu > li:first-child {
    margin-top: -10px;
}

/* トップページ */
.page-contents {
    width: 100%;
    padding: 30px 5%;
}
.page-contents h4 {
    margin: 0;
    font-size: 22px;
    color: #754C24;
    background: #FBB03B;
    padding-left: 120px;
    position: relative;
    font-family: KozGo;
}
.page-contents h4 span {
    background: #fff;
    display: inline-block;
    padding: 12px;
    position: relative;
}
.page-contents h4:before {
    content: "";
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -14px;
}
.page-contents h4 span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 48px 48px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: 1px;
    left: -48px;
}
.page-contents h4 span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 48px 0 0;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -48px;
}
.page-contents h4 dd {
    position: absolute;
    font-size: 14px;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    color: #fff;
}
.page-contents .contents-box {
    margin-bottom: 20px;
}
.page-contents .contents-box .page-contents-body {
    padding: 22px 0;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    font-family: KozGo;
}

.page-contents .contents-box .news-wrap {
    padding: 22px 0;
    max-height: 480px;
    overflow-y: scroll;
}
.page-contents .contents-box .news-wrap .news-box {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: KozGo;
}
.page-contents .contents-box .news-wrap .news-box h5.news-title {
    margin: 0;
    color: #8C6239;
    font-size: 18px;
    margin-bottom: 15px;
}
.page-contents .contents-box .news-wrap .news-box .news-body {
    font-size: 16px;
    line-height: 1.8;
}

.page-contents .contents-box .update-wrap {
    padding: 22px 0;
    max-height: 480px;
    overflow-y: scroll;
}
.page-contents .contents-box .update-wrap .update-box {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #000;
}
.page-contents .contents-box .update-wrap .update-box table {
    width: 100%;
    box-sizing: border-box;
}
.page-contents .contents-box .update-wrap .update-box table th,
.page-contents .contents-box .update-wrap .update-box table td {
    font-size: 16px;
    vertical-align: top;
    line-height: 1.8;
    font-family: KozGo;
}
.page-contents .contents-box .update-wrap .update-box table th {
    font-weight: normal;
    width: 165px;
}
.page-contents .contents-box .update-wrap .update-box table th span.date {
    display: inline-block;
}
.page-contents .contents-box .update-wrap .update-box table th span.new {
    display: inline-block;
    background: #ED1C24;
    color: #fff;
    padding: 0 5px;
    margin-left: 5px;
}

/* 理事長挨拶 */
.subpage-contents {
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
    padding-bottom: 20px;
}
.subpage-contents p.right {
    text-align: right;
}
.subpage-contents .master-image {
    width: 20%;
    margin: 0 0 20px 20px;
    float: right;
}

.subpage-contents a.arrow-link {
    color: #000;
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding-left: 50px;
}
.subpage-contents a.arrow-link:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    background: #F15A24;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    top: 50%;
    left: 15px;
    margin-top: -12.5px;
}
.subpage-contents a.arrow-link:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 11px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    left: 24px;
    margin-top: -7px;
}

/* 会則 */
.subpage-contents .subpage-title {
    border-left: 5px solid #F15A24;
    border-bottom: 1px solid #F15A24;
    font-size: 20px;
    padding: 0 15px;
    margin-bottom: 15px;
}
.subpage-contents .rules-table table {
    width: 100%;
    box-sizing: border-box;
}
.subpage-contents .rules-table table th,
.subpage-contents .rules-table table td {
    padding: 5px;
    vertical-align: top;
}
.subpage-contents .rules-table table th {
    width: 6em;
}

.subpage-contents ul.dot-number {
    padding-left: 30px;
}
.subpage-contents ul.dot-number > li {
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
}
.subpage-contents ul.dot-number > li:before {
    content: counter(cnt) ".";
    display: inline-block;
    font-size: 18px;
    margin-right: 15px;
    position: absolute;
    top: -3px;
    left: -29px;
}
.subpage-contents ul.dot-number.kakko > li:before {
    content: counter(cnt) ")";
}

/* 役員名簿 */
.officers-list .officers-box {
    text-align: center;
    border-bottom: 1px solid #fbb03c;
    padding-bottom: 2px;
    padding-top: 10px;
}

p.officers-count {
    margin: 0;
    margin-top: 20px;
    text-align: right;
}
p.officers-count span {
    background: #cdcdcd;
    padding: 5px 10px;
}

.riji-list-wrap table {
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}
.riji-list-wrap table th, .riji-list-wrap table td {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 4px 12px;
}
.riji-list-wrap table th {
    background: #FFFFF0;
    text-align: center;
}
.riji-list-wrap table th:nth-child(1) {
    width: 13em;
}
.riji-list-wrap table th:nth-child(2) {
    width: 10em;
}
.riji-list-wrap table tr:nth-child(2n) td {
    background: #fff;
}
.riji-list-wrap table tr:nth-child(2n+1) td {
    background: #F2F2F2;
}

/* 役員推薦 */
.subpage-contents .recommend-button-wrap {
    margin-top: 20px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.subpage-contents .introduce-adobe-wrap {
    width: 98%;
    margin: auto;
    border: 2px solid #FBB03B;
}
.subpage-contents .introduce-adobe-wrap table {
    width: 100%;
    box-sizing: border-box;
}
.subpage-contents .introduce-adobe-wrap table th,
.subpage-contents .introduce-adobe-wrap table td {
    padding: 10px 18px;
    vertical-align: middle;
}
.subpage-contents .introduce-adobe-wrap table th {
    width: 38vw;
}

/* 総会 */
.subpage-contents .meetings-table-wrap {
    margin-top: 20px;
    padding: 0 5px;
}
.subpage-contents .meetings-table-wrap table {
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #DDDDDD;
}
.subpage-contents .meetings-table-wrap table tr:nth-child(2n+1) th,
.subpage-contents .meetings-table-wrap table tr:nth-child(2n+1) td {
    background: #F9F9F9;
}
.subpage-contents .meetings-table-wrap table th,
.subpage-contents .meetings-table-wrap table td {
    border-bottom: 1px solid #DDDDDD;
    padding: 5px 12px;
}
.subpage-contents .meetings-table-wrap table th:nth-child(1) {
    width: 8em;
}
.subpage-contents .meetings-table-wrap table th:nth-child(2) {
    width: 7em;
}
.subpage-contents .meetings-table-wrap table th:nth-child(4) {
    width: 14em;
}
.subpage-contents .meetings-table-wrap table th:nth-child(5) {
    width: 8em;
}
.subpage-contents .meetings-table-wrap table th:nth-child(7) {
    width: 4em;
}
.subpage-contents .meetings-table-wrap.detail table th,
.subpage-contents .meetings-table-wrap.detail table td {
    vertical-align: top;
}

/* 循環制御 */
.subpage-contents .btn-jstage {
    width: 150px;
    margin: 20px auto;
}

/* 入会案内 */
.subpage-contents .joinus-price-wrap {
    width: 440px;
    margin: auto;
    padding: 6px 14px;
    position: relative;
    margin-top: 20px;
}
.subpage-contents .joinus-price-wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #FBB03B;
    top: 2px;
    left: 2px;
}

.subpage-contents .joinus-price-wrap:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #F15A24;
    top: -2px;
    left: -2px;
}
.subpage-contents .joinus-price-wrap table {
    width: 100%;
    box-sizing: border-box;
}
.subpage-contents .joinus-price-wrap table th,
.subpage-contents .joinus-price-wrap table td {
    padding: 5px;
}
.subpage-contents .joinus-price-wrap table td.name {
    width: 9em;
}
.subpage-contents .joinus-price-wrap table td.price {
    width: 6em;
    text-align: right;
}
.subpage-contents .joinus-price-wrap table th {
    text-align: center;
    width: auto;
}
.subpage-contents .joinus-price-wrap p.price-description {
    background: #FFEDBA;
    padding: 1px 8px;
    margin-top: 8px;
}

.subpage-contents a.form-pdf-link i {
    font-size: 150%;
    display: inline-block;
    margin-right: 10px;
}

/* 投稿規定 */
.magazine-rules-table-wrap {
    width: 80%;
    margin: auto;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}
.magazine-rules-table-wrap table {
    width: 100%;
    box-sizing: border-box;
}
.magazine-rules-table-wrap table th,
.magazine-rules-table-wrap table td {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    text-align: center;
    padding: 5px;
}
.magazine-rules-table-wrap table th {
    background: #FFF5B9;
}

/* サイトマップ */
.subpage-contents .sitemap-wrap a.arrow-link {
    display: block;
    margin-bottom: 15px;
}
.subpage-contents .sitemap-wrap a.arrow-link:last-child {
    margin-bottom: 30px;
}

/* 循環制御全文 */
.subpage-contents .meetings-table-wrap.magazine table th {
    width: 220px;
}
.subpage-contents .meetings-table-wrap.magazine a.to-magazine-link {
    display: block;
    width: 100%;
    background: #F15A24;
    color: #fff;
    text-align: center;
    font-weight: normal;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    font-size: 14px;
    position: relative;
    padding: 3px 0;
    text-decoration: none;
}
.subpage-contents .meetings-table-wrap.magazine a.to-magazine-link i {
    font-size: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}
.subpage-contents .meetings-table-wrap.magazine a.to-magazine-link i:first-child {
    left: 18px;
}
.subpage-contents .meetings-table-wrap.magazine a.to-magazine-link i:last-child {
    display: block;
    width: 34px;
    height: 34px;
    right: 0;
    padding-right: 4px;
    padding-top: 6px;
    padding-left: 4px;
    margin-top: -17px;
    background: #FF6600;
    border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -o-border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -o-border-bottom-right-radius: 20px;
}
.subpage-contents .meetings-table-wrap.magazine a.to-magazine-link.download {
    background: #FF9217;
}
.subpage-contents .meetings-table-wrap.magazine a.to-magazine-link.download i:last-child {
    background: #FFAF45;
}
.subpage-contents .meetings-table-wrap.magazine a.to-magazine-link.download.outlink {
    font-size: 16px;
    padding: 5px 0;
}
.subpage-contents .meetings-table-wrap.magazine a.to-magazine-link.outlink i:last-child {
    font-size: 24px;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    padding-top: 10px;
}

/* フッター */
.footer {
    padding: 0 5%;
}
/*.footer .footer-menu {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 12px 0;
    text-align: center;
}
.footer .footer-menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.footer .footer-menu ul li {
    display: inline;
    border-right: 1px solid #000;
    padding: 0 15px;
}
.footer .footer-menu ul li:last-child {
    border-right: none;
}
.footer .footer-menu ul li a {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    font-family: KozGo;
}*/

.footer-menu {
    margin: 25px 0;
    padding: 0 5%;
}
.footer-menu .footer-menu-title {
    font-size: 16px;
    color: #FF9500;
    border-bottom: 1px solid #FF9500;
    padding-bottom: 3px;
    padding-left: 6px;
    margin-bottom: 15px;
}
.footer-menu .footer-menu-links {
    margin-bottom: 10px;
    padding-left: 6px;
}
.footer-menu .footer-menu-links a {
    color: #000;
}

.footer-sub-menu {
    padding: 25px 0;
    text-align: center;
    border-top: 1px solid #000;
    margin: 0 5%;
}
.footer-sub-menu a {
    color: #000;
    display: inline-block;
    border-left: 1px solid #000;
    padding: 2px 20px;
}
.footer-sub-menu a:last-child {
    border-right: 1px solid #000;
}

.footer .footer-information {
    padding: 18px 0;
    line-height: 1.8;
    margin: 0;
    font-size: 16px;
    font-family: KozGo;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.footer .footer-information a {
    color: #000;
    text-decoration: underline;
}

p.copyright {
    background: #FBB03B;
    text-align: center;
    margin: 0;
    color: #fff;
    padding: 16px 0;
    font-size: 16px;
    font-family: KozGo;
}

.pagetop {
    bottom: 60px;
}
.pagetop a {
    background: #ED1C24;
    border-color: #ED1C24;
    opacity: 1;
    color: #fff;
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.pagetop a span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-family: KozGoBold;
    font-weight: bold;
}
.pagetop a:before {
    content: "";
    width: 14px;
    height: 14px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -7px;
}
