@charset "utf-8";
/* reset
----------------------------------------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {margin:0; padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;
/*background:transparent*/}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block}nav ul {list-style:none}blockquote,q {quotes:none}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration: none;}
ins {background-color:#ff9;color:#000;text-decoration:none}
mark {background-color:#ff9;color:#000;font-style:italic;font-weight:700}del {text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table {border-collapse:collapse;border-spacing:0}input,select {vertical-align:middle}img{vertical-align:top;vertical-align:bottom}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
ul {list-style: none;}li {list-style: none;}img {max-width: 100%;}

/*style css---------------------------------------------------------*/

/* assets */
body {
    background-color: #F4F0E7;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #313634;
}

.border {
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
}

.text {
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #313634;
}

.pager {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 24px auto 0;
}

.pager__listFrame {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pager__listItem {
    box-sizing: border-box;
}

.pager__link.isActive {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    background-color: #FFBCBB;
    line-height: 20px;
    color: #fff;
}

.pager__link:hover {
    cursor: pointer;
    border-bottom: 3px solid #FFBCBB;
}

.pager__link.isActive:hover {
    cursor: default;
    border-bottom: none;
}

.INPUT {
    display: block;
    padding: 0 0 0 16px;
    box-sizing: border-box;
    border-radius: 30px;
    border: solid 1px #707070;
    background-color: #FAF7ED;
}

.BUTTON {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 40px;
    border-radius: 30px;
    border: none;
    color: #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    background-color: #BAAD95;
}

/* FONT */
.ZenMaruGothic {
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Zen Maru Gothic', sans-serif;
}

.notosans {
    font-family: 'Noto Sans JP', sans-serif;
}

.link {
    cursor: pointer;
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #FFBCBB;
}

.link:hover {
    color: #313634;
    border: 1px solid #313634;
    box-sizing: border-box;
    color: #313634;
    box-shadow: none;
    background-color: #fff;
}

dialog,
.settingPage__alertBox {
    max-width: 400px;
    margin: auto;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 30px;
    border: 1px solid #000;
    box-shadow: none;
    
}

#closeButton {
    display: block;
    width: 120px;
    height: 40px;
    margin: 40px auto;
    border-radius: 30px;
    border: none;
    color: #fff;
    background-color: #BAAD95;
}

.returnButton {
    position: relative;
    cursor: pointer;
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    border-radius: 30px;
    font-size: 14px;
    color: #313634;
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
}



/*SP---------------------------------------------------------------------------*/
.wrap {
    width: 100%;
    margin: 0 auto;
    padding: 80px 8px;
    box-sizing: border-box;
    text-align: center;
    background-color: #F4F0E7;
}

.content__wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 40px;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #707070;
}

.content__ttl {
    position: relative;
    width: 320px;
    height: 40px;
    margin: 0 auto;
    transform: translateY(-20px);
    border-radius: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
    color: #313634;
    background-color: #fff;
    border: 1px solid #707070;
}

.main {
    position: relative;
    padding: 0 16px;
    box-sizing: border-box;
}

.main::before {
    content: "";
    display: block;
    position: absolute;
    top: -33px;
    right: 16px;
    width: 80px;
    height: 25px;
    background-image: url(../img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.main__ttl {
    position: relative;
    width: 240px;
    height: 40px;
    margin: 16px auto 24px;
    border-radius: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
    background-color: #fff;
    border: 1px solid #707070;
}

.main__subttl.text {
    font-weight: normal;
    padding: 0 0 24px;
    box-sizing: border-box;
}

.content__copy {
    display: none;
}

#menu {
    display: none;
}

.content__Button {
    position: fixed;
    width: 30px;
    height: 30px;
    top: 16px;
    right: 16px;
    z-index: 900;
    border-radius: 5px;
    background-color: #fff;
    transition: 0.4s;
    border: 1px solid #707070;
}

.content__menuIcon {
    width: 20px;
    height: 2px;
    margin: 6px auto;
    position: relative;
}

.content__menuIcon::before,
.content__menuIcon::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
.content__menuIcon,
.content__menuIcon::before,
.content__menuIcon::after {
    background-color: #707070;
    transition: 0.4s;
}

.content__menuIcon::before {
    top: 8px;
}

.content__menuIcon::after {
    top: 16px;
}

#menu:checked ~ .content__Button {
    background-color: transparent;
    border: none;
}

#menu:checked ~ .content__Button .content__menuIcon {
    background-color: transparent;
}

#menu:checked ~ .content__Button .content__menuIcon::before,
#menu:checked ~ .content__Button .content__menuIcon::after {
    top: 8px;
}

#menu:checked ~ .content__Button .content__menuIcon::before {
    transform: rotate(-45deg);
}

#menu:checked ~ .content__Button .content__menuIcon::after {
    transform: rotate(45deg);
}

.menu__listFrame {
    position: fixed;
    width: 311px;
    height: 100vh;
    padding: 64px 0;
    box-sizing: border-box;
    right: -311px;
    top: 0;
    transition: ease 0.7s;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #FFF1F0;
    z-index: 800;
}

#menu:checked ~ .menu__listFrame {
    right: 0;
}

.menu__listItem {
    display: block;
    width: 200px;
    margin: 40px auto;
    padding: 0 8px;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #fff;
    box-shadow:   inset 0px 0px 5px rgba(0, 0, 0, 0.1),
    inset -1px -1px 5px rgba(0, 0, 0, 0.1);
}

.menu__listItem:first-child {
    margin: 80px auto 40px;
}

.menu__link {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    text-align: left;
    color: #313634;
    overflow: scroll;
}

.menu__listItem:nth-child(1) .menu__link::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 48px;
    position: relative;
    transform: translateY(6px);
}

.menu__link--01::before,
.menu__link::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.menuInner__listItem .menu__link::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #313634;
    position: relative;
    transform: translateY(-3px);
    margin-left: 8px;
    border-radius: 50%;
}

.menu__link--00::before {
    background-image: url(../img/otsune-stone-02.png);
    background-size: contain;   
}

.menu__link--01::before {
    background-image: url(../img/otsune-stone-13.png);
    background-size: contain;   
}

.menu__link--02::before {
    background-image: url(../img/otsune-stone-14.png);
    background-size: contain;   
}

.menu__link--03::before {
    background-image: url(../img/otsune-stone-04.png);
    background-size: contain;   
}

.menu__link--04::before {
    background-image: url(../img/otsune-stone-15.png);
    background-size: contain;   
}

.menu__link--05::before {
    background-image: url(../img/otsune-stone-10.png);
    background-size: contain;   
}

.menu__link--06::before {
    background-image: url(../img/otsune-stone-09.png);
    background-size: contain;   
}

.menu__link--07::before {
    background-image: url(../img/otsune-stone-07.png);
    background-size: contain;   
}

.BUTTON.menu__link {
    width: 60%;
    height: 42px;
    overflow-y: hidden;
    margin: 64px auto 0;
    background: linear-gradient(145deg, #696969, #797979);
}

.menu__checkbox  {
    display: none;
}

.information__text--poster {
    position: relative;
    padding: 0 0 0 8px;
}

.information__text--poster::before {
    content: "（";
}

.information__text--poster::after {
    content: "）";
}

.search.search__wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.search__name {
    width: 200px;
    height: 40px;
    border-radius: 30px;
    border: solid 1px #707070;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
    font-family: 'Zen Maru Gothic', sans-serif;
    background-color: #FAF7ED;
}

.search__button {
    margin: 0 auto 40px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 16px;
}

.search__button:hover {
    cursor: pointer;
    color: #313634;
    border: 1px solid #313634;
    box-shadow: none;
    background-color: #fff;
}

.search__label.text {
    display: block;
    text-align: left;
    font-size: 14px;
}

.search__date {
    height: 40px;
    border-radius: 30px;
    border: 1px solid #707070;
    padding: 0 0 0 8px;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #FAF7ED;
}

.search__listFrame {
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 240px 
}

.search__label {
    display: block;
    padding: 8px;
    font-size: 12px;
}

.search .search__select {
    width: 160px;
    height: 40px;
    margin: 0 auto 24px;
    padding: 0 0 0 8px;
    box-sizing: border-box;
    border-radius: 30px;
    border: 1px solid #707070;
    font-family: 'Zen Maru Gothic', sans-serif;
    background-color: #FAF7ED;
}

.clientList.main__table {
    padding: 0 0 40px;
    overflow-x: auto;
    color: #707070;
}

.clientList.main__table::before {
    content: "※横にスクロールしてください";
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 0 8px;
    box-sizing: border-box;
    text-align: left;
    font-size: 10px;
}

.verticalTable {
    margin: 0 auto;
}

.verticalTable__headerRow {
    position: relative;
}

.verticalTable__headerRow:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 56px;
    margin: auto;
    border: 1px solid #000;
    border-radius: 30px;
    background-color: transparent;
}

.verticalTable__headerTtl,
.verticalTable__bodyText {
    border: #cbcbcb solid 1px;
    font-size: 12px;
    white-space: nowrap;
    height: 40px;
    vertical-align: middle;
    padding: 0 8px;
    box-sizing: border-box;
}

.verticalTable__bodyText:first-child {
    text-align: left;
}

.verticalTable__headerTtl {
    border-bottom-width: 0;
    height: 40px;
    vertical-align: middle;
    font-weight: normal;
}

.verticalTable__button {
    display: block;
    width: 96px;
    height: 32px;
    padding: 0;
    margin: 0 auto;
    font-size: 10px;
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #313634;
    border-radius: 30px;
    border: 1px solid #313634;
    background-color: transparent;
    line-height: 32px;
    text-decoration: none;
}

.verticalTable__button.verticalTable__button--02 {
    color: #fff;
    background-color: #313634;
}



.copyFooter {
    position: relative;
    display: block;
    padding: 16px 0;
}

.footer {
    display: block;
    margin: 0 auto;
}

.footer__listFrame {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
}

.footer__listItem {
    position: relative;
    display: block;
    width: 160px;
    font-size: 10px;
}

.footer__listItem:nth-child(2) {
    border-right: solid 1px #707070;
    border-left: solid 1px #707070;
}

.information {
    display: block;
    margin: 0 auto 40px;
    width: 100%;
    text-align: left;
}

.publishLink .link {
    margin: 0 auto 40px;
}

.publishLink__text {
    display: block;
    margin: 0 auto 24px;
}

.customerKanri__name__download {
    display: block;
    border: 1px solid #707070;
    border-radius: 30px;
    color: black;
    box-sizing: border-box;
    background-color: #fff;
}

/* privacy policy */
.privacypolicy .main__ttl {
    font-size: 12px;
}

.privacypolicy .privacypolicy__ttl {
    padding: 8px 0;
    box-sizing: border-box;
}

.privacypolicy .privacypolicy__subttl {
    text-align: left;
    padding: 24px 8px 8px;
    font-size: 16px;
}

.privacypolicy__text {
    text-align: left;
    padding: 0 0 0 8px;
    font-size: 14px;
}

.privacypolicy__listFrame {
    padding: 0 0 0 24px;
}

.privacypolicy__listItem {
    text-align: left;
    list-style: auto;
}

.privacypolicy__innerlistFrame {
    padding: 0 0 0 16px;
}

.privacypolicy__innerlistItem {
    text-align: left;
    list-style: disc;
}

/*PC---------------------------------------------------------------------------*/

@media screen and (min-width: 960px) { 
.wrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 80px 0;
}

.content__wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px 80px 40px;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}

.content__ttl {
    position: relative;
    width: 100%;
    max-width: 860px;
    height: 72px;
    margin: 0 auto 40px;
    transform: translateY(-36px);
    border-radius: 30px;
    line-height: 72px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    background-color: #fff;
}

.main__ttl {
    position: relative;
    width: 800px;
    height: 72px;
    margin: 0 0 24px;
    border-radius: 30px;
    line-height: 72px;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
}

.main__subttl.text {
    font-weight: normal;
    padding: 8px 0 24px;
    box-sizing: border-box;
}

.content__copy {
    display: none;
}

.content__box {
    display: flex;
    margin: auto;
}

.main {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
}

.main::before {
    content: "";
    display: block;
    position: absolute;
    top: -64px;
    right: 0;
    width: 165px;
    height: 52px;
    background-image: url(../img/logo.png);
    background-size: contain;
}

#menu {
    display: none;
}

.content__Button {
    display: none;
    position: fixed;
    width: 30px;
    height: 30px;
    top: 16px;
    right: 16px;
    z-index: 900;
    border-radius: 5px;
    background-color: #fff;
    transition: 0.4s;
}

.content__menuIcon {
    width: 20px;
    height: 2px;
    margin: 6px auto;
    position: relative;
}

.content__menuIcon::before,
.content__menuIcon::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
.content__menuIcon,
.content__menuIcon::before,
.content__menuIcon::after {
    background-color: #A6B8BC;
    transition: 0.4s;
}

.content__menuIcon::before {
    top: 8px;
}

.content__menuIcon::after {
    top: 16px;
}

#menu:checked ~ .content__Button {
    background-color: transparent;
}

#menu:checked ~ .content__Button .content__menuIcon {
    background-color: transparent;
}

#menu:checked ~ .content__Button .content__menuIcon::before,
#menu:checked ~ .content__Button .content__menuIcon::after {
    top: 8px;
}

#menu:checked ~ .content__Button .content__menuIcon::before {
    transform: rotate(-45deg);
}

#menu:checked ~ .content__Button .content__menuIcon::after {
    transform: rotate(45deg);
}

.menu__image {
    position: absolute;
    top: -36px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 900;
}

.menu__listFrame {
    position: relative;
    width: 280px;
    height: auto;
    padding: 80px 0;
    box-sizing: border-box;
    right: initial;
    top: initial;
    transition: ease 0.7s;
    overflow-y: visible;
    overflow-x: visible;
    border-radius: 30px;
    background-color: #FFF1F0;
    z-index: initial;
}

.menu__listItem {
    overflow: hidden;
}

#menu:checked ~ .menu__listFrame {
    right: 0;
}

.menu__link {
    position: relative;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 18px;
    overflow: hidden;
    border-radius: 30px;
}

.menuInner__listItem .menu__link {
    padding: 0 0 0 8px;
    box-sizing: border-box;
    font-size: 16px;
}

.menu__link--01::before,
.menu__link::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.menuInner__listItem .menu__link::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #313634;
    position: relative;
    transform: translateY(-3px);
    margin-left: 8px;
    border-radius: 50%;
}

.menu__link--00::before {
    background-image: url(../img/otsune-stone-02.png);
    background-size: contain;   
}

.menu__link--01::before {
    background-image: url(../img/otsune-stone-13.png);
    background-size: contain;   
}

.menu__link--02::before {
    background-image: url(../img/otsune-stone-14.png);
    background-size: contain;   
}

.menu__link--03::before {
    background-image: url(../img/otsune-stone-04.png);
    background-size: contain;   
}

.menu__link--04::before {
    background-image: url(../img/otsune-stone-15.png);
    background-size: contain;   
}

.menu__link--05::before {
    background-image: url(../img/otsune-stone-10.png);
    background-size: contain;   
}

.menu__link--06::before {
    background-image: url(../img/otsune-stone-09.png);
    background-size: contain;   
}

.menu__link--07::before {
    background-image: url(../img/otsune-stone-07.png);
    background-size: contain;   
}

.menu__link:hover:before,
.menuInner__listItem .menu__link:hover:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #FFBCBB;
    position: relative;
    transform: translateY(4px);
}

.menuInner__listItem .menu__link:hover:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #FFBCBB;
    position: relative;
    transform: translateY(-3px);
}

.menu__link--active {
    background: #5B897F;
    box-shadow:   inset 5px 5px 10px #3a5851,
    inset -5px -5px 10px #7cbaad;
}

.search.search__wrapper {
    display: block;
    width: 100%;
    margin: 24px auto;
}

.search .search__listFrame {
    display: flex;
    margin: 0 auto;
    text-align: left;
    width: 100%;
}

.search .search__listItem {
    display: flex;
}

.search__name {
    width: 240px;
    height: 40px;
    border-radius: 30px;
    border: solid 1px #707070;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 16px;
    background-color: #FAF7ED;
}

.search .search__select {
    width: 200px;
    height: 40px;
    margin: 0 auto 40px;
    padding: 0 0 0 8px;
    box-sizing: border-box;
    border-radius: 30px;
    font-size: 16px;
    border: 1px solid #707070;
    background-color: #FAF7ED;
}

.search__label {
    display: block;
    padding: 0 16px 0 0;
    line-height: 40px;
    font-size: 16px;
}

.search .search__listItem:nth-child(2) .search__label {
    padding: 0 16px 0 40px;
}

/*
.search .search__label.text {
    display: block;
    text-align: left;
    font-size: 14px;
    padding: 8px 0 0;
}
*/

.clientList.main__table {
    padding: 0 0 40px;
    overflow-x: auto;
    color: #707070;
    width: 100%;
    max-width: 832px;
    box-sizing: border-box;
    margin: 0 auto;
}

.clientList.main__table::before {
    content: "※横にスクロールしてください";
    display: none;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 0 8px;
    box-sizing: border-box;
    text-align: left;
    font-size: 10px;
}

.verticalTable {
    margin: 0 auto;
}

.verticalTable__headerRow {
    position: relative;
}

.verticalTable__headerRow:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 56px;
    margin: auto;
    border: 1px solid #000;
    border-radius: 30px;
    background-color: transparent;
}

.verticalTable__headerTtl,
.verticalTable__bodyText {
    position: relative;
    border: none;
    white-space: nowrap;
    height: 56px;
    vertical-align: middle;
    padding: 0;
    box-sizing: border-box;
}

.verticalTable__bodyText {
    font-size: 12px;
    text-align: center;
}

.verticalTable__headerTtl {
    font-size: 14px;
    border-bottom-width: 0;
    font-weight: normal;
}

.verticalTable__headerTtl:first-child,
.verticalTable__bodyText:first-child {
    position: relative;
    width: 320px;
    padding: 0 0 0 24px;
}

.verticalTable__headerTtl::after,
.verticalTable__bodyText::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 32px;
    border-right: 1px solid #C7C7C7;
}

.verticalTable__headerTtl:first-child::after,
.verticalTable__bodyText:first-child:after {
    border: none;

}

.verticalTable__headerTtl:nth-child(2) {
    width: 120px;
}

.verticalTable__headerTtl:nth-child(3) {
    width: 200px;
}

.verticalTable__headerTtl:nth-child(4) {
    width: 152px;
}

.verticalTable__headerTtl:nth-child(5) {
    width: 128px;
}

.verticalTable__headerTtl:nth-child(6),
.verticalTable__headerTtl:nth-child(7) {
    width: 200px;
}

.verticalTable__bodyRow {
    border-bottom: 1px solid #C7C7C7;
}

.verticalTable__button {
    border-radius: 30px;
    border: 1px solid #313634;
    padding: 0;
    background-color: transparent;
}

.verticalTable__button.verticalTable__button--01 {
    width: 160px;
    height: 32px;
}

.verticalTable__button.verticalTable__button--01:hover {
    cursor: pointer;
    background-color: #FFBCBB;
}

.verticalTable__button.verticalTable__button--02 {
    width: 96px;
    color: #fff;
    background-color: #313634;
}

.verticalTable__button.verticalTable__button--02:hover {
    cursor: pointer;
    color: #313634;
    background-color: transparent;
}

.copyFooter.text {
    margin: 24px auto 0;
    text-align: center;
    display: block;
}

.footer__listItem {
    position: relative;
    display: block;
    width: 200px;
    font-size: 14px;
}


}

/*  -- 12/27------------*/
.backLink {
    display: block;
    position: fixed;
    bottom: 24px;
    right: 20px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    line-height: 64px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
}

.backLink:hover {
    cursor: pointer;
    background-color: #DA291C;
}

@media screen and (min-width: 960px) {
    .backLink {
        display: block;
        position: fixed;
        bottom: 24px;
        right: 40px;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        font-size: 14px;
        color: #fff;
        line-height: 80px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 100;
    }
    
    .backLink:hover {
        cursor: pointer;
        background-color: #DA291C;
    }

    .information {
        display: block;
        margin: 0 auto 40px;
        width: 100%;
        max-width: 640px;
        text-align: left;
    }

    .publishLink .link {
        margin: 0 auto;
    }

    .publishLink__text {
        display: block;
        margin: 24px auto 16px;
    }

    /* privacy policy */
    .privacypolicy .main__ttl {
        font-size: 20px;
    }
    
}
