@charset "UTF-8";
/*========================================================
    Reset 
========================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

img {
    vertical-align: bottom;
}

/*========================================================
    Common Style 
========================================================*/
/* ======== Font size table =========== */
/*  view size :  in CSS
 *  Default is 12px 
    10px      :  84%
    11px      :  92%
    12px      :  100%
    13px      :  109%
    14px      :  117%
    15px      :  125%
    16px      :  134%
    17px      :  142%
    18px      :  150%
    19px      :  159%
    20px      :  167%
    21px      :  175%
    22px      :  184%
    23px      :  192%
    24px      :  200%
    25px      :  209%
    26px      :  217%
*/
body {
    min-width: 1000px;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    line-height: 1.7;
    font-size: 75%;
}

body .font-normal {
    font-size: 100%;
}

body .font-large {
    font-size: 140%;
}

a {
    color: #444;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.underline:link {
    text-decoration: underline;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

.clearfix, .container, #header, #util-nav, #util-nav #sub-nav, .topic-path ul, .section, #footer #footer-nav ul, #footer #footer-sub-nav ul {
    zoom: 1;
}
.clearfix:before, .container:before, #header:before, #util-nav:before, #util-nav #sub-nav:before, .topic-path ul:before, .section:before, #footer #footer-nav ul:before, #footer #footer-sub-nav ul:before, .clearfix:after, .container:after, #header:after, #util-nav:after, #util-nav #sub-nav:after, .topic-path ul:after, .section:after, #footer #footer-nav ul:after, #footer #footer-sub-nav ul:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after, .container:after, #header:after, #util-nav:after, #util-nav #sub-nav:after, .topic-path ul:after, .section:after, #footer #footer-nav ul:after, #footer #footer-sub-nav ul:after {
    clear: both;
}

.pc_no { display: none; }

.accordionSP > dt {
    display: none;
}


/*========================================================
 *  Layout
========================================================*/
.container {
    width: 960px;
    margin: 0 auto;
}

#logo {
    float: left;
}

#header img {
    vertical-align: top;
    border: none;
}
#header a {
    display: block;
}

/* 検索非表示
#util-nav {
    float: left;
    padding-left: 180px;
    width: 620px;
    height: 54px;
    background: url("/common/img/bg-util_nav.gif") no-repeat 288px 17px;
}
*/

#util-nav {
    float: left;
    padding-left: 485px;
    width: 315px;
    height: 54px;
    background: url("/common/img/bg-util_nav.gif") no-repeat 593px 17px;
}

#util-nav #sub-nav {
    float: left;
    width: 110px;
    padding-top: 20px;
}
#util-nav #sub-nav li {
    float: left;
    height: 12px;
    margin-right: 22px;
}
#util-nav #font-size-switcher {
    float: left;
    width: 183px;
    padding-top: 12px;
    padding-left: 20px;
}
#util-nav #font-size-switcher p {
    float: left;
    width: 57px;
    height: 12px;
    padding-top: 8px;
}
#util-nav #font-size-switcher ul {
    float: left;
    width: 99px;
    height: 27px;
    padding-left: 7px;
}
#util-nav #font-size-switcher ul li {
    float: left;
}
#util-nav #font-size-switcher a {
    display: block;
    width: 49px;
    height: 29px;
    text-indent: -9999px;
}
#util-nav #font-size-switcher a#font-normal {
    background: url("/common/img/btn-font_normal.gif") no-repeat;
}
#util-nav #font-size-switcher a#font-normal.active {
    background: url("/common/img/btn-font_normal_active.gif") no-repeat;
}
#util-nav #font-size-switcher a#font-large {
    background: url("/common/img/btn-font_large.gif") no-repeat;
}
#util-nav #font-size-switcher a#font-large.active {
    background: url("/common/img/btn-font_large_active.gif") no-repeat;
}
#util-nav .search-title {
    float: left;
    cursor: pointer;
    padding: 21px 0 0 21px;
}
#util-nav #srchBox {
    float: right;
    width: 210px;
    _width: 208px;
    padding-top: 15px;
    margin-bottom: 10px;
    color: #000000;
    text-align: left;
}
.lt-ie8 #util-nav #srchBox {
    padding-top: 15px;
}
.lt-ie9 #util-nav #srchBox {
    padding-top: 10px;
}
#util-nav #srchBox * {
    margin: 0;
    padding: 0;
    font-size: 13px;
    *font-size: small;
    *font: x-small;
}
#util-nav #srchBox #srch #srchForm {
    white-space: nowrap;
}
#util-nav #srchBox #srchInput {
    width: 163px;
    margin-right: 6px;
    vertical-align: bottom;
}
#util-nav #srchBox #srchBtn {
    padding: 2px;
    width: 40px;
}
#util-nav html #srchBox #srchBtn {
    padding-top: 2px;
}
#util-nav *:first-child + html #srchBox #srchBtn {
    padding-top: 2px;
}
#util-nav #srchBox ul {
    margin-top: 6px;
    text-align: left;
}
#util-nav #srchBox li {
    list-style-type: none;
    display: inline;
    zoom: 1;
    padding-right: 10px;
}
#util-nav #srchBox li input {
    zoom: 1;
    margin-right: 2px;
    _margin: -4px 0 -4px -4px;
    vertical-align: middle;
    border: 0;
}
#util-nav #srchBox #srchLogo {
    margin: 6px 6px 6px 0;
    text-align: right;
}
#util-nav #srchBox #srchLogo a {
    color: #666666;
    text-decoration: none;
    font-size: 85%;
}
#util-nav #srchBox #srchLogo a:hover {
    text-decoration: underline;
}
#util-nav #srchBox.watermark {
    padding-bottom: 6px;
}
#util-nav #srchBox.watermark #srchInput {
    padding: 1px 1px 2px 1px;
    border: 1px solid #a5acb2;
    background: url(//i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
}
#util-nav #srchBox.watermark #srchInput:focus {
    outline: none;
}
#util-nav #srchBox.watermark #srchLogo {
    display: none;
}

/*========================================================
 *  Global Navigation
 ========================================================*/
#global-nav {
    float: left;
}
#global-nav li {
    float: left;
}

/*========================================================
 *  #main 
 ========================================================*/
#main-wrapper {
    background: url("/common/img/bg-main_bottom.gif") repeat-x center bottom;
    padding-bottom: 110px;
}

#main-wrapper-inner {
    background: url("/common/img/bg-main.gif") repeat-x center top;
}
#main-wrapper-inner .topic-path {
    background: url("/common/img/bg-topic_path_top.gif") repeat-x;
}
#main-wrapper-inner .topic-path ul li:first-child {
    background: url("/common/img/delimiter-topic_path_top.gif") no-repeat right top;
}

#main-wrapper .container {
    position: relative;
}

/*#main-wrapper #page-top {
    position: absolute;
    right: 0;
    bottom: -60px;
}*/
#main-wrapper #page-top a {
    display: block;
    position: fixed;
    right: 15px;
    bottom: 60px;
    z-index: 99;
}

#main-content {
    padding-top: 22px;
}

.topic-path {
    background: url("/common/img/bg-topic_path.gif") repeat-x;
    border-bottom: 1px solid #dddddd;
}
.topic-path ul {
    border-left: 1px solid #dddddd;
}
.topic-path ul li {
    float: left;
    height: 27px;
    padding: 10px 0 0 10px;
}
.topic-path ul li:first-child {
    padding: 10px 22px 0px 10px;
    background: url("/common/img/delimiter-topic_path.gif") no-repeat right top;
}
.topic-path ul li:first-child a {
    padding-right: 0;
}
.topic-path ul li:first-child img {
    vertical-align: top;
}
.topic-path ul li a {
    padding-right: 1em;
}

#main {
    float: right;
    width: 710px;
}

#main.one-column {
    float: none;
    width: 710px;
    margin: 0 auto;
}

#main.full-width {
    float: none;
    width: 960px;
}

/*========================================================
 *  Main Content Style
 ========================================================*/
.page-title {
    margin-bottom: 50px;
    padding: 1.5em;
    background: url(/common/img/bg-ttl-dotted01.png);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.page-title i[class^="ico-"] {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 1em;
    border-radius: 50%;
    background: #fff;
    color: #c00;
    text-align: center;
    vertical-align: middle;
}
.page-title i[class^="ico-"]::before {
    font-size: 22px;
}
.ttl_sub01 {
    margin: 0 0 15px;
    padding: 5px 10px;
    background: url(/common/img/bg-ttl-dotted01.png);
    border-bottom: solid 5px #c00;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.ttl_sub01 i[class^="ico-"] {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: .5em;
    border-radius: 50%;
    background: #fff;
    color: #c00;
    text-align: center;
    vertical-align: middle;
}
.ttl_sub01 i[class^="ico-"]::before {

}
.ttl_sub01 {
}
.ttl_sub01 img {
}
.section {
    padding-bottom: 35px;
}
.section .section-title {
    padding: 12px 22px;
    margin-bottom: 20px;
    font-size: 150%;
    border-top: 3px solid #cc0000;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
.section p {
    margin-bottom: 1em;
}

.section.test p {
    margin-bottom: 0;
}

.annotation p {
    text-indent: -1em;
    padding-left: 1.2em;
    margin-bottom: -1em;
    margin-bottom: 5px;
}

.sales {
    margin-left: 1em;
    margin-top: 2em;
}

.sales > p {
    position: relative;
    margin-top: 10px;
}

.sales > p:before {
    content: "※";
    position: absolute;
    top: 0;
    left: -1em;
}

.basic-table {
    width: 99%;
    margin: 0 auto;
    border: 1px solid #dddddd;
}
.basic-table th, .basic-table td {
    padding: 8px 10px;
    border: 1px solid #ddd;
}
.basic-table th {
    font-weight: bold;
    text-align: justify;
    text-justify: justify;
    background: #F6F6F6;
    vertical-align: top;
}

#sidebar {
    float: left;
    width: 220px;
}
#sidebar .sidebar-ttl {
    padding: 15px 10px;
    border-radius: 5px 5px 0 0;
    background: #C00;
    font-size: 20px;
    text-align: center;
}
#sidebar .sidebar-ttl,
#sidebar .sidebar-ttl a {
    color: #fff;
}
#local-nav {
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 5px 5px;
    margin-bottom:20px;
}
#local-nav ul {
    padding: 5px 10px;
}
#local-nav li {
    border-top: 1px solid #dddddd;
    padding: 5px 0;
}
#local-nav li.current a {
    background: url("/common/img/bg-local_nav_dot.gif") repeat;
}
#local-nav li a {
    font-size: 117%;
    display: block;
}
#local-nav li a:hover {
    background: url("/common/img/bg-local_nav_dot.gif") repeat;
}
#local-nav li span {
    display: block;
    padding: 16px 0 16px 27px;
    background: url("/common/img/icon-arrow.png") no-repeat 10px 50%;
}
#local-nav li:first-child {
    border: none;
}

/*========================================================
 *  Footer
 ========================================================*/
#footer a:hover {
    text-decoration: none;
}
#footer #footer-nav {
    padding: 15px 0;
    background: url("/common/img/bg-footer_nav.gif");
}
#footer #footer-nav .footer-nav-link {
    float: left;
    width: 452px;
}
#footer #footer-nav .footer-nav-link > li {
    display: inline-block;
    width: 110px;
    padding: 5px 10px 5px 0;
    vertical-align: middle;
}
#footer #footer-nav .footer-nav-link > li > a {
    padding: 0 0 0 15px;
    background: url(/common/img/icon-arrow_sp.png) 0 50% no-repeat;
    background-size: 12px auto;
    color: #444;
    font-weight: bold;
    font-size: 13px;
}
#footer #footer-nav .footer-nav-link > li > a:hover {
    color: #c00;
}
#footer #footer-sub-nav {
    padding: 18px 0 15px;
    background: #8C1C40;
    color: #fff;
}
#footer #footer-sub-nav #copy {
    float: left;
    font-family: "futura","Century Gothic",sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
}
#footer #footer-sub-nav ul {
    float: right;
}
#footer #footer-sub-nav ul li {
    float: left;
    padding-left: 25px;
}
#footer #footer-sub-nav ul li a {
    display: block;
    position: relative;
    padding: 0 0 0 10px;
    color: #fff;
}
#footer #footer-sub-nav ul li a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}
#footer #footer-sub-nav ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -moz-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
}
/* SNS */
#footer #footer-nav .footer-nav-link-sns {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 480px;
    margin: 10px 0 15px;
}
#footer #footer-nav .footer-nav-link-sns > li {
    width: 100px;
    padding: 6px 5px 6px 15px;
    border-radius: 5px;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    font-size: 12px;
    text-align: center;
}
/*--sp--*/
@media screen and (max-width: 767px) {
    #footer #footer-nav .footer-nav-link-sns .footer-nav-link-sns--fb{
        background-position: 5px 5px;
    }
    #footer #footer-nav .footer-nav-link-sns .footer-nav-link-sns--twitter{
        background-position: 5px 5px;
    }
    #footer #footer-nav .footer-nav-link-sns .footer-nav-link-sns--ins:after {
        left: 5px !important;
    }
}

/* 各ボタンスタイル */
#footer #footer-nav .footer-nav-link-sns .footer-nav-link-sns--fb { background-color: #3c5b9a; background-image: url(/common/img/ico_sns_fb.png);}
#footer #footer-nav .footer-nav-link-sns .footer-nav-link-sns--twitter { background-color: #1da1f2; background-image: url(/common/img/ico_sns_twitter.png);}
#footer #footer-nav .footer-nav-link-sns .footer-nav-link-sns--ins { 
    position: relative;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;}

#footer #footer-nav .footer-nav-link-sns .footer-nav-link-sns--ins:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    left: 10px;
    background-image: url(/common/img/ico_sns_ins.png);
    background-size: contain;
}
#footer #footer-nav .footer-nav-link-sns .footer-nav-link-sns--ins:before {
    z-index: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
    
    #footer #footer-nav .footer-nav-link-sns .footer-nav-link-sns--line { padding-left: 0px;}

#footer #footer-nav .footer-nav-link-sns > li a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
}


/*========================================================
    Print 
========================================================*/
.print-only {
    display: none;
    visibility: hidden;
}

.screen-only {
    display: block;
    visibility: visible;
}

@media print {
    .print-only {
    display: block;
    visibility: visible;
    }

    .screen-only {
    display: none;
    visibility: hidden;
    }
}


/*========================================================
    Icon Font
========================================================*/
@font-face {
    font-family: 'kokumin';
    src:
    url('fonts/kokumin.ttf?gxnmu2') format('truetype'),
    url('fonts/kokumin.woff?gxnmu2') format('woff'),
    url('fonts/kokumin.svg?gxnmu2#kokumin') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ico-"], [class*=" ico-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'kokumin' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-arrow-down:before {
  content: "\e90b";
}
.ico-book:before {
  content: "\e90a";
}
.ico-sitemap:before {
  content: "\e909";
}
.ico-megaphone:before {
  content: "\e908";
}
.ico-mail:before {
  content: "\e907";
}
.ico-angle-r:before {
  content: "\e900";
}
.ico-building:before {
  content: "\e901";
}
.ico-cart:before {
  content: "\e902";
}
.ico-person:before {
  content: "\e903";
}
.ico-pin:before {
  content: "\e904";
}
.ico-sale:before {
  content: "\e905";
}
.ico-shop:before {
  content: "\e906";
}
.ico-search:before {
  content: "\f02e";
}
@media screen and (min-width: 768px) {
    #sb-site {
        min-height: 0 !important;
    }
}

@media screen and (max-width: 767px) {

    /*========================================================
    Common Style
    ========================================================*/
    * {
        box-sizing: border-box;
    }
    body {
        min-width: 0;
        line-height: 1.5;
        -webkit-text-size-adjust: 100%;
        color: #444;
        font-size: 14px;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    ul {
        padding: 0;
    }
    a {
        color: #444;
    }
    a:hover {
        text-decoration: none;
    }
    .pc_no { display: block; }
    .sp_no { display: none; }

    .accordionSP > dt {
        display: block;
        cursor: pointer;
    }
    .accordionSP > dd {
        display: none;
    }

    .img_fruid {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .iframeBox {
        position: relative;
        height: 0;
        padding-bottom: 70%;
        overflow: hidden;
    }
    .iframeBox iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .container,
    #footer #footer-nav .footer-nav-link,
    #footer #footer-sub-nav ul {
        float: none;
        width: 100%;
    }


    /*========================================================
     *  Layout
    ========================================================*/
    .container {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
    .topic-path ul li:first-child {
        padding: 5px 15px 0px 10px;
        background-size: contain;
    }


    /*========================================================
     *  Header
    ========================================================*/
    #header-sp {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        border-bottom: solid 1px #ddd;
        background: rgba(255,255,255,.9);
        z-index: 4;
    }
    #header-sp #logo img {
        width: auto;
        height: 60px;
    }
    #header-sp .btn-area {
        float: right;
        display: table;
    }
    #header-sp .btn-area > li {
        display: table-cell;
        width: 60px;
        height: 60px;
        border-left: solid 1px #ddd;
        text-align: center;
        vertical-align: middle;
    }
    #header-sp .btn-area > li img {
        width: 42px;
    }
    #header-sp .btn-area > li a {
        display: block;
    }
    #header-sp .btn-menu {
        display: block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        background: none;
        cursor: pointer;
    }
    /*#header-sp .btn-menu span {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 4px;
    background-color: #3c1a0e;
    border-radius: 2px;
    -webkit-transform: translateX(-90px);
    -moz-transform: translateX(-90px);
    transform: translateX(-90px);
    transition: .3s;
    }
    #header-sp .btn-menu span:nth-of-type(1) { top: 14px; }
    #header-sp .btn-menu span:nth-of-type(2) { top: 22px; }
    #header-sp .btn-menu span:nth-of-type(3) { bottom: 16px; }

    #header .header_content-sp.open .menu-sp span:nth-of-type(1) {
        -webkit-transform: translateY(10px) translateX(-90px) rotate(45deg);
        -moz-transform: translateY(10px) translateX(-90px) rotate(45deg);
        transform: translateY(10px) translateX(-90px) rotate(45deg);
    }
    #header .header_content-sp.open .menu-sp span:nth-of-type(2) {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-animation: active-menu-bar .7s forwards;
        animation: active-menu-bar .7s forwards;
    }
    #header .header_content-sp.open .menu-sp span:nth-of-type(3) {
        -webkit-transform: translateY(-6px) translateX(-90px) rotate(-45deg);
        -moz-transform: translateY(-6px) translateX(-90px) rotate(-45deg);
        transform: translateY(-6px) translateX(-90px) rotate(-45deg);
    }*/

    /*========================================================
    *  Global Navigation
    ========================================================*/
    .sb-slidebar {
        width: 250px;
        border-left: solid 1px #ddd;
        background: url(/common/img/bg-dotted01.png);
        background-size: 375px auto;
    }
    #global-nav-sp .global-nav-sp-inquiry {
        padding: 10px 15px;
        border-bottom: solid 1px #ddd;
        background: #fff;
    }
    #global-nav-sp .global-nav-sp-inquiry a {
        position: relative;
        display: block;
        padding: 10px;
        border-radius: 5px;
        background: #15916f;
        border: solid 1px #15916f;
        box-shadow: 0 0 5px rgba(255,255,255,.8) inset;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(6,62,47,.3);
    }
    #global-nav-sp .global-nav-sp-inquiry a::before {
        content: "\e907";
        display: inline-block;
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin-right: 10px;
        border-radius: 50%;
        background: #fff;
        color: #15916f;
        font-family: kokumin;
        font-size: 12px;
        text-shadow: none;
        text-align: center;
    }
    #global-nav-sp .global-nav-sp-item > li a {
        display: block;
        position: relative;
        padding: 15px 15px 15px 40px;
        background: #ffffff;
        background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%);
        background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
        background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
        border-bottom: solid 1px #ddd;
        color: #444;
        /*font-weight: bold;*/
        font-size: 15px;
    }
    #global-nav-sp .global-nav-sp-item > li a::before,
    #global-nav-sp .global-nav-sp-item > li a::after {
        position: absolute;
        color: #c00;
        font-family: "kokumin";
        /*font-weight: normal;*/
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #global-nav-sp .global-nav-sp-item > li a::before {
        left: 15px;
        top: 50%;
        margin-right: .5em;
        font-size: 1.2em;
    }
    #global-nav-sp .global-nav-sp-item > li .nav-store::before { content: "\e906"; }
    #global-nav-sp .global-nav-sp-item > li .nav-campaign::before { content: "\e905"; }
    #global-nav-sp .global-nav-sp-item > li .nav-online::before { content: "\e902"; }
    #global-nav-sp .global-nav-sp-item > li .nav-company::before { content: "\e901"; }
    #global-nav-sp .global-nav-sp-item > li .nav-recruit::before { content: "\e903"; }

    #global-nav-sp .global-nav-sp-item > li a::after {
        right: 15px;
        top: 50%;
        content: "\e900";
        font-size: .5em;
    }
    #global-nav-sp .global-nav-sp-box {
        padding: 25px 15px;
        /*background: url(/common/img/bg-dotted01.png);
        background-size: 375px auto;*/
    }
    #global-nav-sp .global-nav-sp-subitem > li {}
    #global-nav-sp .global-nav-sp-subitem > li a {
        position: relative;
        display: block;
        padding: 8px 20px;
        background: url(/common/img/icon-arrow_sp.png) 0 50% no-repeat;
        background-size: 12px auto;
        font-size: 12px;
    }


    /*========================================================
    *  #main
    ========================================================*/
    #main,
    #main.one-column,
    #main.full-width {
        float: none;
        width: 100%;
    }
    #main-wrapper {
        padding-top: 60px;
    }
    #main-wrapper #page-top {
        right: 15px;
    }
    #main-wrapper-inner .topic-path ul li:first-child {
        background-size: contain;
    }
    .topic-path {
        background: none;
    }
    .topic-path ul {
        border-left: none;
    }
    .topic-path ul li {
        float: none;
        display: inline-block;
        padding-top: 5px;
        font-size: 12px;
    }
    #main-wrapper #page-top a {
        right: 10px;
        bottom: 10px;
    }

    /*========================================================
    *  Main Content Style
    ========================================================*/
    .page-title {
        margin-bottom: 15px;
        padding: 1em;
        font-size: 20px;
    }
    .page-title i[class^="ico-"] {
    }
    .page-title .s {
        font-size: .8em;
    }
    .ttl_sub01 {
        margin: 0 0 15px;
        padding: 5px 10px;
        border-bottom-width: 3px;
        font-size: 20px;
    }
    .ttl_sub01 img {
        display: none;
    }
    #sidebar {
        float: none;
        width: 100%;
    }
    #local-nav li {
        padding: 10px 0;
    }
    #local-nav li a:hover {
        background: none;
    }


    /*========================================================
    *  Footer
    ========================================================*/
    #footer #footer-nav {
        padding: 15px;
        height: auto;
    }
    #footer #footer-nav {
        padding: 15px 0;
        border-top: solid 2px #ddd;
    }
    #footer #footer-nav .footer-nav-link > li {
        padding: 5px 10px 5px 0;
        width: 48%;
    }
    #footer #footer-sub-nav {
        padding: 15px 0;
        text-align: center;
    }
    #footer #footer-sub-nav ul {
        margin: 0 0 15px;
    }
    #footer #footer-sub-nav ul li {
        margin: 0 15px 10px 0;
        padding-left: 0;
        font-size: 11px;
    }
    #footer #footer-sub-nav #copy {
        float: none;
    }
    /* SNS */
    #footer #footer-nav .footer-nav-link-sns {
        float: none;
        width: 100%;
    }
    #footer #footer-nav .footer-nav-link-sns > li {
        width: 32%;
    }
    #footer #footer-nav .footer-nav-link-sns .footer-nav-link-sns--line {
        text-align: center;
        width: 100%;
    }

} /* ----- media END ----- */



@media screen and (max-width: 374px) {

    #footer #footer-nav .footer-nav-link-sns > li {
        padding: 10px;
        font-size: 10px;
    }
    #footer #footer-nav .footer-nav-link-sns .footer-nav-link-sns--fb,
    #footer #footer-nav .footer-nav-link-sns .footer-nav-link-sns--twitter,
    #footer #footer-nav .footer-nav-link-sns .footer-nav-link-sns--googleins {
        background-image: none;
    }


} /* ----- media END ----- */


/* テキスト＋画像のcss（180401_2）キャンペーンページ
========================================================*/
.txt-img {
  width: 100%;
}

.txt-img .txt {
  width: 80%;
  float: left;
}

.txt-img .txt span {
    font-weight: bold;
    color: #8C1C40;
    font-size: 130%;
    margin-left: -9px;
    line-height: 2;
}

.txt-img .img img {
  width: 15%;
  float: right;
}

@media screen and (max-width: 767px) {
    .txt-img .txt {
        width: 100%;
        float: none;
    }

    .txt-img .img img {
        width: 100%;
        max-width: 30%;
        float: none;
    }

    .txt-img .img {
        text-align: center;
    }
}


/* 強調テキスト（180421_2）キャンペーンページ
========================================================*/

span.strong {
    font-weight: bold;
    color: #8C1C40;
    font-size: 130%;
}

.txt_color {
	color: #8C1C40;
	font-weight: bold;
}



/* 動画　キャンペーンページ
========================================================*/

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


/* 1day シンデレラ
========================================================*/
.info-text{
    text-align: center;
    font-size: 16px;
    margin-bottom: 80px
}
.info-text .apply{
    color: #99a0ee;
}
@media screen and (max-width: 640px) {
    .br-sp { display:none; }
}

.cinderella_apply{
    text-align:center;
    font-size:16px;
    margin-bottom:85px;
}
.cinderella_apply .red{
    color:#ff0101;
    margin-bottom:25px
}
.cinderella_apply .apply{
    margin-top:25px;
    color:#99a0ee;
}
.cinderella_apply .apply a{
    color:#99a0ee;
    text-decoration:underline;
}
.cinderella_apply .apply a:hover{
    color:#99a0ee;
    text-decoration: none;
}
.cinderella_box {
    border:5px solid #c4a8fd;
    padding:45px;
    margin-bottom:85px;
}
.cinderella_box .ttl_cinderella{
    color:#7a83e3;
    font-size:32px;
    font-weight:bold;
    margin-bottom:15px !important;
}
.cinderella_box .cinderella_list p{
    font-size:16px;
}

.cinderella_box .cinderella_list .red{
    color:#f20b0b;
}

.cinderella_box .cinderella_list{
    display: flex;
    
 }
 .cinderella_box .cinderella_list li{
  flex-basis: 70%;
  max-width:70%;
 }

 .cinderella_box .cinderella_list li:last-child{
     text-align:center;
     flex-basis: 30%;
     max-width:30%;
     padding-left: 70px;
 }

.cinderella_apply img:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
}
 @media screen and (max-width: 767px) {
    .cinderella_apply{
        font-size:14px;
        margin-bottom:40px;
    }
    .cinderella_box {
         margin-bottom:40px;
         }
    .cinderella_box .cinderella_list p{
        font-size:14px;
    }
     .cinderella_box .cinderella_list{
         display:inherit;
     }
     .cinderella_box .cinderella_list li,
     .cinderella_box .cinderella_list li:last-child{
         flex-basis: 100%;
         max-width:100%;
         padding:0;
    }
    .cinderella_box {
        padding:20px;
    }
    .cinderella_box .ttl_cinderella{
    font-size:20px;
    }
 .cinderella_box .cinderella_list li:last-child p{
     margin:0;
 }

 }



 /*-----スポンサー協賛-----*/
 .linkbnr__area{
	margin-right: -30px;
    display: flex;
	flex-wrap: wrap;
	margin-bottom: 55px;
}
.linkbnr__area li{
	width: 16.6%;
	margin-bottom:30px;
}
.sponsorship_area h2 {
    font-size: 32px;
    margin-bottom: 50px;
    text-align: center;
    color: #7a83e3;
    font-weight: bold;
}
@media screen and (max-width: 767px){
.linkbnr__area{
	margin-right:0;
	margin-bottom: 10px;
}
.linkbnr__area li {
	width: 25%;
    padding: 0 10px 0 10px;
}
.linkbnr__area li:first-child {
    padding: 0 10px 0 0;
}
.linkbnr__area li:last-child {
    padding: 0 0 0 10px;
}
.sponsorship_area h2 {
	font-size: 26px;
	margin-bottom: 20px;
}
}

 /*-----スポンサー協賛 END-----*/