﻿@charset 'utf-8';
/*! normalize.css v3.0.2 | MIT License | git.io/normalize*/
html
{
    font-family: sans-serif;

        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body
{
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary
{
    display: block;
}

audio,
canvas,
progress,
video
{
    display: inline-block;

    vertical-align: baseline;
}

audio:not([controls])
{
    display: none;

    height: 0;
}

[hidden],
template
{
    display: none;
}

a
{
    background-color: transparent;
}

a:active,
a:hover
{
    outline: 0;
}

abbr[title]
{
    border-bottom: 1px dotted;
}

b,
strong
{
    font-weight: bold;
}

dfn
{
    font-style: italic;
}

h1
{
    font-size: 2em;

    margin: .67em 0;
}

mark
{
    color: #000;
    background: #ff0;
}

small
{
    font-size: 80%;
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

img
{
    border: 0;
}

svg:not(:root)
{
    overflow: hidden;
}

figure
{
    margin: 1em 40px;
}

hr
{
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
}

pre
{
    overflow: auto;
}

code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea
{
    font: inherit;

    margin: 0;

    color: inherit;
}

button
{
    overflow: visible;
}

button,
select
{
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    cursor: pointer;

    -webkit-appearance: button;
}

button[disabled],
html input[disabled]
{
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

    border: 0;
}

input
{
    line-height: normal;
}

input[type='checkbox'],
input[type='radio']
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

input[type='search']
{
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

legend
{
    padding: 0;

    border: 0;
}

textarea
{
    overflow: auto;
}

optgroup
{
    font-weight: bold;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th
{
    padding: 0;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
html
{
    height: 100%;

    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}

body
{
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 14px;
    line-height: 1.42857;

    height: 100%;

    background-color: #fff;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
form,
fieldset,
pre,
footer,
figure,
nav
{
    display: block;

    margin: 0;
    padding: 0;

    border: none;
}

img
{
    max-width: 100%;
    height: auto;

    vertical-align: top;
}

em
{
    font-style: normal;
}

.header
{
    position: relative;

    padding: 7px 0 12px;

    background-color: #fff;
}

.header__logo
{
    position: relative;

    width: 83px;
    height: 34px;
    margin: 0 auto;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -1374px;
    background-size: 86px 1507px;
}
.header__logo span
{
    position: absolute;
    top: 0;
    left: -99999px;
}

.header__home,
.header__menu,
.header__notice,
.header__write
{
    position: absolute;
    top: 10px;
}
.header__home a,
.header__menu a,
.header__notice a,
.header__write a
{
    display: block;

    text-align: center;
    text-decoration: none;

    color: #F68699;
}
.header__home .icon-home,
.header__home .icon-menu,
.header__home .icon-notice,
.header__home .icon-write,
.header__menu .icon-home,
.header__menu .icon-menu,
.header__menu .icon-notice,
.header__menu .icon-write,
.header__notice .icon-home,
.header__notice .icon-menu,
.header__notice .icon-notice,
.header__notice .icon-write,
.header__write .icon-home,
.header__write .icon-menu,
.header__write .icon-notice,
.header__write .icon-write
{
    display: block;

    margin: 0 auto;
}

.header__home
{
    left: 10px;

    width: 30px;
}
.header__home .icon-home
{
    width: 20.5px;
    height: 20px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -782px;
    background-size: 86px 1507px;
}

.header__menu
{
    right: 10px;

    width: 46px;
}
.header__menu .icon-menu
{
    width: 20.5px;
    height: 18px;
    margin-top: 4px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -725px;
    background-size: 86px 1507px;
}
.header__menu.top
{
    width: 46px;
}

.header__label
{
    font-size: 10px;

    text-align: center;
}

.header__notice
{
    left: 10px;

    width: 46px;
}
.header__notice .icon-notice
{
    width: 16px;
    height: 19px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -743px;
    background-size: 86px 1507px;
}

.header__write
{
    right: 62px;

    width: 52px;
}
.header__write .icon-write
{
    width: 19px;
    height: 20px;
    margin-top: 2px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -762px;
    background-size: 86px 1507px;
}

.header__label_top
{
    font-size: 8px;

    text-align: center;
}

.badge
{
    font-size: 7px;

    position: absolute;
    top: 0;
    right: 0;

    display: inline-block;
    overflow: hidden;

    width: 12px;
    height: 12px;

    text-align: center;
    text-indent: 100%;

    color: #fff;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -297px;
    background-size: 86px 1507px;
}

.lnln-nav
{
    border-bottom: 1px solid #f0898f;
    background-color: #F68699;
}
.lnln-nav ul
{
    display: table;

    width: 100%;
    margin: 0;
    padding: 0;
    padding: 6px 0;

    table-layout: fixed;
    list-style: none;
}
.lnln-nav ul li
{
    display: table-cell;

    text-align: center;

    border-left: 1px solid #fff;
}
.lnln-nav ul li:first-child
{
    border-left: none;
}
.lnln-nav ul li a
{
    font-size: 11px;
    font-weight: 700;
    line-height: 1.273;

    display: block;

    padding: 12px 0;

    text-decoration: none;

    color: #fff;
}

.header-tab
{
    padding-top: 5px;

    background-color: #fff;
}
.header-tab .header-tab__list
{
    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;
    letter-spacing: -.4em;

    border-bottom: 3px solid #f0898f;
}
.header-tab li
{
    display: inline-block;

    width: 146px;

    text-align: center;
    letter-spacing: normal;

    border-radius: 4px 4px 0 0;
}
.header-tab li:first-child
{
    margin-right: 10px;
}
.header-tab li a
{
    font-weight: 700;

    display: block;

    padding: 6px 0 4px;

    text-decoration: none;

    color: #F68699;
    border-radius: inherit;
    background-color: #ffc7cb;
}
.header-tab li a i
{
    display: inline-block;

    margin-right: 5px;

    vertical-align: -5px;
}
.header-tab li a i.tab-01
{
    width: 24px;
    height: 24px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -1298px;
    background-size: 86px 1507px;
}
.header-tab li a i.tab-02
{
    width: 24px;
    height: 24px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -1250px;
    background-size: 86px 1507px;
}
.header-tab li a.active
{
    color: #fff;
    background-color: #f0898f;
}
.header-tab li a.active i.tab-01
{
    width: 24px;
    height: 24px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -1322px;
    background-size: 86px 1507px;
}
.header-tab li a.active i.tab-02
{
    width: 24px;
    height: 24px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -1274px;
    background-size: 86px 1507px;
}

.footer
{
    padding: 12px 0 10px;

    border-top: 4px solid #F68699;
    background-color: #fff;
}

.footer__copy
{
    text-align: center;
}
.footer__copy a
{
    text-decoration: none;

    color: #F68699;
}

#lnln-wrapper
{
    position: relative;

    overflow: hidden;

    width: 100%;
}

.content
{
    background-color: white;
}

.lnln-container
{
    background-color: white;
}

.lnln-aside
{
    padding: 20px 10px;

    border-top: 1px solid #d8d8d8;
    background-color: #f7f7f7;
}

.lnln-top
{
    background-color: #f7f7f7;
}
.lnln-top .lnln-container
{
    background-color: inherit;
}

.drawer-menu
{
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;

    display: none;
    overflow: scroll;

    width: 238px;
    height: 100%;

    background-color: #fff;
}
.drawer-menu.active
{
    display: block;
}

#lnln-wrapper
{
    position: relative;
    z-index: 2;

    background-color: #fff;
}

#lnln-wrapper,
.content-cover
{
    -webkit-transition: .2s ease;
            transition: .2s ease;
}
#lnln-wrapper.cover,
.content-cover.cover
{
    overflow: hidden;

    -webkit-transform: translateX(-238px);
        -ms-transform: translateX(-238px);
            transform: translateX(-238px);
}

.fixed__under-footer-space.cover
{
    display: none;
}

.content-cover
{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    opacity: .5;
    background-color: #000;
}

.menu-link-list-A01 .link-list
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.menu-link-list-A01 .link-list.no-border-top .link-list__item:first-child
{
    border-top: none;
}
.menu-link-list-A01 .link-list.no-border-bottom .link-list__item:last-child
{
    border-bottom: none;
}
.menu-link-list-A01 .link-list__item
{
    border-bottom: 1px solid #d8d8d8;
}
.menu-link-list-A01 .link-list__item:first-child
{
    border-top: 1px solid #d8d8d8;
}
.menu-link-list-A01 .link-list__item.list-A
{
    background-color: #fffbf6;
}
.menu-link-list-A01 .link-list__item.list-A .list-A-title
{
    font-size: 14px;

    margin-bottom: 8px;
}
.menu-link-list-A01 .link-list__item.list-A .list-A-text
{
    font-size: 11px;

    color: #dbdbdb;
}
.menu-link-list-A01 .link-list__item.add-badge
{
    position: relative;
}
.menu-link-list-A01 .link-list__item.add-badge:after
{
    position: absolute;
    top: 0;
    right: 28px;
    bottom: 0;

    display: block;

    width: 12px;
    height: 12px;
    margin-top: auto;
    margin-bottom: auto;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -297px;
    background-size: 86px 1507px;

    speak: none;
}
.menu-link-list-A01 .link-list__item a
{
    line-height: 1.143;

    position: relative;

    display: block;

    padding: 15px 10px;

    text-decoration: none;

    color: #000031;
}
.menu-link-list-A01 .link-list__item a::after
{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;

    display: block;

    width: 10px;
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -615px;
    background-size: 86px 1507px;

    speak: none;
}

.menu-category
{
    display: table;

    width: 218px;
    height: 30px;
    padding: 0 10px;

    color: #000031;
    background-color: #eee;
}
.menu-category .category-content
{
    font-size: 12px;
    font-weight: bold;

    display: table-cell;

    vertical-align: middle;
}
.menu-category .category-content .icon_menu_lock
{
    display: table-cell;

    width: 24px;
    height: 24px;
    margin-right: 5px;

    vertical-align: middle;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -1226px;
    background-size: 86px 1507px;
}
.menu-category .category-content span
{
    display: table-cell;

    padding-left: 10px;

    vertical-align: middle;
}

.cpt-section-A01
{
    padding: 20px 13px 25px;
}
.cpt-section-A01.add-border-bottom
{
    border-bottom: 1px solid #d8d8d8;
}

.cpt-section-B01
{
    padding: 20px 13px;
}

.cpt-section-C01
{
    padding: 15px 13px 25px;
}

.cpt-section-D01
{
    padding: 0 0 25px;
}

.cpt-section-E01
{
    padding: 0 0 15px;
}

.cpt-section-F01
{
    padding: 15px 9px 0;
}

.cpt-section-F02
{
    padding: 0 9px 0;
}

.cpt-section-G01
{
    padding: 15px 13px;
}

.cpt-section-H01
{
    padding: 0 13px;
}

.cpt-media-A01
{
    text-align: center;
}

.cpt-banner-A01
{
    text-align: center;
}
.cpt-banner-A01 a
{
    display: block;
}

.common-section-A01:before,
.common-section-A01:after
{
    display: table;

    content: ' ';
}
.common-section-A01:after
{
    clear: both;
}

.cpt-heading-A01
{
    font-size: 15px;
    line-height: 1.633;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4px 10px;

    color: #fff;
    background-color: #F68699;
}

.cpt-heading-A02
{
    font-size: 14px;
    line-height: 1.75;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2px 10px 1px;

    color: #fff;
    background-color: #89dcd4;
}
.cpt-heading-A02.top
{
    padding: 5px 10px 4px;

    border-radius: inherit;
}
.cpt-heading-A02.top.lock
{
    position: relative;

    padding-left: 43px;
}
.cpt-heading-A02.top.lock::before
{
    position: absolute;
    top: 0;
    left: 10px;

    display: block;

    width: 23px;
    height: 28px;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -1346px;
    background-size: 86px 1507px;

    speak: none;
}

.cpt-heading-B02
{
    font-size: 14px;
    line-height: 1.78;

    padding: 5px 5px 5px 10px;

    color: #000031;
    border-left: 5px solid #89dcd4;
    background-color: #edf4ff;
}

.cpt-heading-A03
{
    font-size: 14px;

    color: #F68699;
}

.cpt-heading-B03
{
    font-size: 14px;
    font-weight: 700px;
    line-height: 1.786;

    padding-left: 1em;

    text-indent: -1em;

    color: #000031;
}

.cpt-heading-C03
{
    font-size: 14px;
    font-weight: 700px;
    line-height: 1.786;

    padding: 0 0 0 10px;

    color: #000031;
    border-left: 4px solid #89dcd4;
}

.cpt-heading-D01
{
    font-size: 14px;
    font-weight: 700px;
    line-height: 1.786;

    color: #000031;
}

.cpt-heading-E01
{
    font-size: 14px;
    font-weight: 700px;
    line-height: 1.786;

    color: #000031;
}
.cpt-heading-E01:before
{
    content: '■';

    color: #89dcd4;
}

.plan-heading-A01
{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.786;

    padding: 20px 0;

    text-align: center;

    color: #dfbf8f;
    border: 1px solid #dfbf8f;
}

.cpt-link-list-A01
{
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 4px;
    background-color: white;
}
.cpt-link-list-A01 .link-list
{
    margin: 0;
    padding: 0;

    list-style: none;

    border-radius: inherit;
}
.cpt-link-list-A01 .link-list .link-list__item
{
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
}
.cpt-link-list-A01 .link-list .link-list__item:first-child
{
    border-top: none;
    border-radius: 4px 4px 0 0;
}
.cpt-link-list-A01 .link-list .link-list__item:first-child a
{
    border-radius: inherit;
}
.cpt-link-list-A01 .link-list .link-list__item:last-child
{
    border-radius: 0 0 4px 4px;
}
.cpt-link-list-A01 .link-list .link-list__item:last-child a
{
    border-radius: inherit;
}
.cpt-link-list-A01 .link-list a
{
    line-height: 1.143;

    position: relative;

    display: block;

    padding: 11px 12px 10px;

    text-decoration: none;

    color: #000031;
    border-radius: inherit;
}
.cpt-link-list-A01 .link-list a::after
{
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;

    display: block;

    width: 10px;
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -615px;
    background-size: 86px 1507px;

    speak: none;
}
.cpt-link-list-A01 .link-list a.lock
{
    padding-right: 50px;
}
.cpt-link-list-A01 .link-list a.lock::before
{
    position: absolute;
    top: 0;
    right: 37px;
    bottom: 0;

    display: block;

    width: 15px;
    height: 17px;
    margin: auto 0;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -708px;
    background-size: 86px 1507px;
}

.cpt-link-list-B01 .link-list
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.cpt-link-list-B01 .link-list.no-border-top .link-list__item:first-child
{
    border-top: none;
}
.cpt-link-list-B01 .link-list.no-border-bottom .link-list__item:last-child
{
    border-bottom: none;
}
.cpt-link-list-B01 .link-list__item
{
    border-bottom: 1px solid #d8d8d8;
}
.cpt-link-list-B01 .link-list__item:first-child
{
    border-top: 1px solid #d8d8d8;
}
.cpt-link-list-B01 .link-list__item a
{
    line-height: 1.143;

    position: relative;

    display: block;

    padding: 12px 12px;

    text-decoration: none;

    color: #000031;
}
.cpt-link-list-B01 .link-list__item a::after
{
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;

    display: block;

    width: 10px;
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -615px;
    background-size: 86px 1507px;

    speak: none;
}

.cpt-link-list-B02 .link-list
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.cpt-link-list-B02 .link-list__item
{
    border-top: 1px dashed #d8d8d8;
}
.cpt-link-list-B02 .link-list__item a
{
    line-height: 1.143;

    position: relative;

    display: block;

    padding: 12px 0;

    text-decoration: none;

    color: #000031;
}
.cpt-link-list-B02 .link-list__item a::after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    display: block;

    width: 10px;
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -615px;
    background-size: 86px 1507px;

    speak: none;
}
.cpt-link-list-B02 .link-list__item a.emphasis
{
    font-weight: 700;

    color: #F68699;
}

.cpt-link-list-C01 .link-list
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.cpt-link-list-C01 .link-list__item
{
    border-bottom: 1px solid #d8d8d8;
}
.cpt-link-list-C01 .link-list__item a
{
    line-height: 1.143;

    position: relative;

    display: block;

    padding: 15px 13px;

    text-decoration: none;

    color: #000031;
}
.cpt-link-list-C01 .link-list__item a::after
{
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;

    display: block;

    width: 10px;
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -615px;
    background-size: 86px 1507px;

    speak: none;
}
.cpt-link-list-C01 .link-list__item .line-01
{
    padding-right: 26px;
}
.cpt-link-list-C01 .link-list__item .line-01:before,
.cpt-link-list-C01 .link-list__item .line-01:after
{
    display: table;

    content: ' ';
}
.cpt-link-list-C01 .link-list__item .line-01:after
{
    clear: both;
}
.cpt-link-list-C01 .link-list__item .line-02
{
    margin-top: 13px;
}
.cpt-link-list-C01 .link-list__item .line-02 span
{
    margin-right: 5px;
}

.cpt-link-list-D01 .link-list
{
    margin: 0;
    padding: 0;

    list-style: none;

    border-top: 1px solid #d8d8d8;
}
.cpt-link-list-D01 .link-list.no-border-top
{
    border-top: none;
}
.cpt-link-list-D01 .link-list__item
{
    border-bottom: 1px solid #d8d8d8;
}
.cpt-link-list-D01 .link-list__item a
{
    line-height: 1.143;

    position: relative;

    display: block;

    padding: 15px 13px;

    text-decoration: none;

    color: #000031;
}
.cpt-link-list-D01 .link-list__item a::after
{
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;

    display: block;

    width: 10px;
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -615px;
    background-size: 86px 1507px;

    speak: none;
}
.cpt-link-list-D01 .link-list__item a .link-list__item__weight
{
    font-weight: bold;

    float: right;

    text-align: right;

    color: #dbdbdb;
}
.cpt-link-list-D01 .link-list__item a .link-list__item__weight.input
{
    color: #F68699;
}
.cpt-link-list-D01 .link-list__item a .link-list__item__fat
{
    font-weight: bold;

    float: right;

    width: 70px;
    margin-right: 23px;

    text-align: right;

    color: #dbdbdb;
}
.cpt-link-list-D01 .link-list__item a .link-list__item__fat.input
{
    color: #F68699;
}

.cpt-list-A01
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.cpt-list-A01 li
{
    border-bottom: 1px solid #d8d8d8;
}
.cpt-list-A01 li:first-child
{
    border-top: 1px solid #d8d8d8;
}
.cpt-list-A01 li div
{
    padding: 13px 12px;
}
.cpt-list-A01 li a
{
    position: relative;

    display: block;

    padding: 13px 12px;

    text-decoration: none;
}
.cpt-list-A01 li a::after
{
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;

    display: block;

    width: 10px;
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -615px;
    background-size: 86px 1507px;

    speak: none;
}
.cpt-list-A01 li a.selected
{
    position: relative;

    cursor: default;
    pointer-events: none;
}
.cpt-list-A01 li a.selected::after
{
    background-image: none;
}
.cpt-list-A01 li .list__title
{
    font-weight: 700;

    display: block;

    color: #F68699;
}
.cpt-list-A01 li .list__text
{
    display: block;

    margin-top: 7px;

    color: #000031;
}
.cpt-list-A01.no-border li
{
    border: none;
}

.cpt-list-A02
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.cpt-list-A02 li
{
    border-bottom: 1px solid #d8d8d8;
}
.cpt-list-A02 li:first-child
{
    border-top: 1px solid #d8d8d8;
}
.cpt-list-A02 li div
{
    padding: 15px 15px;
}
.cpt-list-A02 li a
{
    position: relative;

    display: block;

    padding: 13px 12px;

    text-decoration: none;
}
.cpt-list-A02 li a::after
{
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;

    display: block;

    width: 10px;
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -615px;
    background-size: 86px 1507px;

    speak: none;
}
.cpt-list-A02 li a.selected
{
    position: relative;

    cursor: default;
    pointer-events: none;
}
.cpt-list-A02 li a.selected::after
{
    background-image: none;
}
.cpt-list-A02 li .list__title
{
    font-weight: bold;

    display: block;

    padding-right: 23px;

    color: #F68699;
}
.cpt-list-A02 li .list__category
{
    font-size: 11px;
    line-height: 1.786;

    display: block;

    margin-top: 6px;
    padding-right: 23px;

    color: #b0b0b0;
}
.cpt-list-A02 li .list__text
{
    font-size: 11px;
    line-height: 1.786;

    display: block;

    margin-top: 6px;
    padding-right: 23px;

    color: #000031;
}

.cpt-list-B01
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.cpt-list-B01.no-border-top li:first-child
{
    border-top: none;
}
.cpt-list-B01.no-border-bottom li:last-child
{
    border-bottom: none;
}
.cpt-list-B01 li
{
    border-bottom: 1px solid #d8d8d8;
}
.cpt-list-B01 li:first-child
{
    border-top: 1px solid #d8d8d8;
}
.cpt-list-B01 li a
{
    position: relative;

    display: block;

    padding: 13px 12px;

    text-decoration: none;
}
.cpt-list-B01 li a::after
{
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;

    display: block;

    width: 10px;
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -615px;
    background-size: 86px 1507px;

    speak: none;
}
.cpt-list-B01 li a.lock
{
    padding-right: 50px;
}
.cpt-list-B01 li a.lock::before
{
    position: absolute;
    top: 0;
    right: 32px;
    bottom: 0;

    display: block;

    width: 15px;
    height: 17px;
    margin: auto 0;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -708px;
    background-size: 86px 1507px;
}
.cpt-list-B01 li .list__title
{
    font-weight: 700;
    line-height: 1.429;

    display: block;

    color: #000031;
}
.cpt-list-B01 li .list__text
{
    font-size: 11px;
    line-height: 1;

    display: block;

    margin-top: 10px;

    color: #b0b0b0;
}

.cpt-list-C01
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.cpt-list-C01.no-border-top li:first-child
{
    border-top: none;
}
.cpt-list-C01.no-border-bottom li:last-child
{
    border-bottom: none;
}
.cpt-list-C01 li
{
    border-bottom: 1px solid #d8d8d8;
}
.cpt-list-C01 li:first-child
{
    border-top: 1px solid #d8d8d8;
}
.cpt-list-C01 li a
{
    position: relative;

    display: block;

    padding: 15px 13px;

    text-decoration: none;
}
.cpt-list-C01 li a::after
{
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;

    display: block;

    width: 10px;
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -615px;
    background-size: 86px 1507px;

    speak: none;
}
.cpt-list-C01 li a.plan
{
    padding-right: 72px;
}
.cpt-list-C01 li a.plan::before
{
    position: absolute;
    top: 0;
    right: 36px;
    bottom: 0;

    display: block;

    width: 36px;
    height: 20px;
    margin: auto 0;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -822px;
    background-size: 86px 1507px;
}
.cpt-list-C01 li a.finished
{
    padding-right: 72px;
}
.cpt-list-C01 li a.finished::before
{
    position: absolute;
    top: 0;
    right: 36px;
    bottom: 0;

    display: block;

    width: 36px;
    height: 20px;
    margin: auto 0;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -802px;
    background-size: 86px 1507px;
}
.cpt-list-C01 li .list__title
{
    font-weight: 700;
    line-height: 1.429;

    display: block;

    color: #000031;
}
.cpt-list-C01 li .list__time
{
    font-size: 11px;
    line-height: 1;

    display: block;

    margin-top: 5px;

    color: #b0b0b0;
}
.cpt-list-C01 li .list__name
{
    font-weight: 700;
    line-height: 1.429;

    display: block;

    height: 20px;
    margin-top: 5px;

    color: #F68699;
}

.list-pastlog-A01
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.list-pastlog-A01 li.list-pastlog__data
{
    position: relative;

    border-top: 1px solid #d8d8d8;
}
.list-pastlog-A01 li.list-pastlog__data::before
{
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;

    display: block;

    width: 10px;
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -615px;
    background-size: 86px 1507px;
}
.list-pastlog-A01 .list-pastlog__row
{
    display: table;

    width: 100%;

    table-layout: fixed;

    text-decoration: none;

    color: #000031;
}
.list-pastlog-A01 .list-pastlog__row.row-header
{
    padding: 20px 0 10px;
}
.list-pastlog-A01 .list-pastlog__row.row-data
{
    padding: 15px 0;
}
.list-pastlog-A01 .list-pastlog__row div
{
    display: table-cell;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.list-pastlog-A01 .list-pastlog__row .list-pastlog_header__times
{
    width: 18%;
}
.list-pastlog-A01 .list-pastlog__row .list-pastlog_header__date
{
    width: 28%;

    text-align: center;
}
.list-pastlog-A01 .list-pastlog__row .list-pastlog_header__cycle
{
    width: 19%;
    padding: 0 0 0 10px;
}
.list-pastlog-A01 .list-pastlog__row .list-pastlog__times
{
    width: 18%;
    padding: 0 0 0 14px;

    color: #9e9e9e;
}
.list-pastlog-A01 .list-pastlog__row .list-pastlog__start
{
    width: 28%;

    text-align: center;
}
.list-pastlog-A01 .list-pastlog__row .list-pastlog__end
{
    width: 28%;

    text-align: center;
}
.list-pastlog-A01 .list-pastlog__row .list-pastlog__cycle
{
    font-weight: 700;

    width: 19%;
    padding: 0 0 0 15px;

    color: #F68699;
}

.list-input-A01
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.list-input-A01 li
{
    padding: 15px 13px;

    border-bottom: 1px solid #d8d8d8;
}
.list-input-A01 li:first-child
{
    border-top: 1px solid #d8d8d8;
}
.list-input-A01.no-border-top li:first-child
{
    border-top: none;
}
.list-input-A01 .list-input__times
{
    display: inline-block;

    width: 57px;

    color: #F68699;
}
.list-input-A01 .list-input__ui
{
    display: inline-block;

    padding: 0 0 0 10px;
}

.list-item-A01
{
    line-height: 1.786;

    margin: 0;
    padding: 0 0 0 20px;

    color: #000031;
}
.list-item-A01 li a
{
    color: #F68699;
}

.list-put-A01
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.list-put-A01 li
{
    padding: 25px 13px;

    border-bottom: 1px solid #d8d8d8;
}
.list-put-A01 li:first-child
{
    border-top: 1px solid #d8d8d8;
}
.list-put-A01 li .item__text_A01
{
    line-height: 1.786;

    display: block;

    color: #000031;
}
.list-put-A01.even li:nth-of-type(even)
{
    background-color: #fffbf6;
}
.list-put-A01.counter
{
    counter-reset: number;
}
.list-put-A01.counter li
{
    position: relative;
}
.list-put-A01.counter li::before
{
    font-weight: 700;

    position: absolute;
    top: 28px;
    left: 13px;

    content: counter(number) '. ';
    counter-increment: number;

    color: #000031;
}
.list-put-A01.counter .label-group-A01
{
    line-height: 1.786;

    padding: 0 0 0 20px;
}
.list-put-A01.counter .label-group-A02
{
    line-height: 1.786;

    padding: 0 0 0 28px;
}

.list-put-B01
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.list-put-B01 li
{
    padding: 20px 13px;

    border-bottom: 1px solid #d8d8d8;
}
.list-put-B01 li:first-child
{
    border-top: 1px solid #d8d8d8;
}
.list-put-B01 li .item__text_A01
{
    line-height: 1.786;

    display: block;

    color: #000031;
}
.list-put-B01.even li:nth-of-type(even)
{
    background-color: #fffbf6;
}
.list-put-B01.counter
{
    counter-reset: number;
}
.list-put-B01.counter li
{
    position: relative;
}
.list-put-B01.counter li::before
{
    font-weight: 700;

    position: absolute;
    top: 23px;
    left: 13px;

    content: counter(number) '. ';
    counter-increment: number;

    color: #000031;
}
.list-put-B01.counter .label-group-A01
{
    line-height: 1.786;

    padding: 0 0 0 20px;
}
.list-put-B01.counter .label-group-A02
{
    line-height: 1.786;

    padding: 0 0 0 28px;
}

.question__list
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.question__list li
{
    border-bottom: 1px solid #d8d8d8;
}
.question__list a
{
    position: relative;

    display: block;

    width: 100%;
    padding: 15px 0;

    text-decoration: none;
}
.question__list a::after
{
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;

    display: block;

    width: 10px;
    height: 15px;
    margin: auto 0;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -615px;
    background-size: 86px 1507px;

    speak: none;
}
.question__list .question__contents
{
    padding: 0 20px 0 10px;
}
.question__list .question__contents time
{
    font-size: 11px;

    display: block;

    color: #b0b0b0;
}
.question__list .question__contents time .question__contents__new
{
    margin-left: 10px;

    color: #ef5e5e;
}
.question__list .question__contents .status
{
    font-size: 11px;
    font-weight: bold;

    display: block;

    margin: 7px 0;

    color: #F68699;
}
.question__list .question__contents .title
{
    font-weight: 700;
    line-height: 1.429;

    display: block;

    margin-top: 5px;

    color: #000031;
}
.question__list .question__contents .cycle
{
    font-size: 11px;

    display: block;

    color: #F68699;
}

.consult__header
{
    padding: 15px 13px;
}
.consult__header .consult__title
{
    font-weight: 700;
    line-height: 1.429;

    display: block;

    margin-top: 10px;

    color: #000031;
}
.consult__header .consult__user
{
    margin-top: 10px;

    text-align: right;
}
.consult__header .consult__user span
{
    margin-left: 1em;
}
.consult__header time
{
    margin-left: 10px;
}
.consult__header .consult__user,
.consult__header time
{
    font-size: 11px;

    color: #b0b0b0;
}

.consult__body
{
    border-top: 1px solid #d8d8d8;
}

.link-tag__list
{
    margin: -12px -10px 0 0;
    padding: 0;

    list-style: none;

    letter-spacing: -.4em;
}
.link-tag__list li
{
    font-size: 10px;
    line-height: 2.45;

    display: inline-block;

    margin-top: 12px;
    margin-right: 10px;

    letter-spacing: normal;
}
.link-tag__list li a
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 4px;

    text-decoration: none;

    color: #fff;
    border-radius: 4px;
    background-color: #F68699;
}
.link-tag__list li a.non-active
{
    background-color: #e5e5e5;
}

.link-tag-text__list
{
    margin: 0;
    padding: 0;

    list-style: none;

    letter-spacing: -.4em;
}
.link-tag-text__list li
{
    font-size: 14px;
    line-height: 1.85;

    display: inline-block;

    margin-right: 17px;

    letter-spacing: normal;
}
.link-tag-text__list li a
{
    text-decoration: underline;

    color: #F68699;
}

.column2-list
{
    font-size: 14px;

    margin: 0;
    padding: 0;

    list-style: none;
}
.column2-list:before,
.column2-list:after
{
    display: table;

    content: ' ';
}
.column2-list:after
{
    clear: both;
}
.column2-list .column2-list__item
{
    float: left;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding: 15px 12px;

    border-bottom: 1px solid #d8d8d8;
}
.column2-list .column2-list__item:nth-child(odd)
{
    border-right: 1px solid #d8d8d8;
}
.column2-list .column2-list__item:nth-child(2n+1)
{
    clear: both;
}
.column2-list .column2-list__item:last-child
{
    border-bottom: none;
}
.column2-list .column2-list__item a
{
    display: block;

    margin: -15px -12px;
    padding: 15px 12px;

    text-decoration: none;

    color: #000031;
}
.column2-list.color-B
{
    border-top: 1px solid #ffe8ee;
}
.column2-list.color-B .column2-list__item
{
    border-bottom: 1px solid  #ffe8ee;
}
.column2-list.color-B .column2-list__item:nth-child(odd)
{
    border-right: 1px solid  #ffe8ee;
}
.column2-list.color-B .column2-list__item a
{
    font-size: 13px;

    color: #F68699;
}

.columns2-check-list-A01 .check-list
{
    position: relative;

    margin: 0;
    padding: 0;

    list-style: none;

    border-top: 1px solid #d8d8d8;
}
.columns2-check-list-A01 .check-list:before,
.columns2-check-list-A01 .check-list:after
{
    display: table;

    content: ' ';
}
.columns2-check-list-A01 .check-list:after
{
    clear: both;
}
.columns2-check-list-A01 .check-list::before
{
    position: absolute;
    bottom: 0;

    display: block;

    width: 100%;

    content: '';

    border-bottom: 1px solid #d8d8d8;
}
.columns2-check-list-A01 .check-list.no-border-top
{
    border-top: none;
}
.columns2-check-list-A01 .check-list.no-border-bottom
{
    border-bottom: none;
}
.columns2-check-list-A01 .check-list .check-list__all
{
    width: 100%;

    border-bottom: 1px solid #d8d8d8;
    background-color: #fffbf6;
}
.columns2-check-list-A01 .check-list .check-list__item
{
    float: left;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;

    border-bottom: 1px solid #d8d8d8;
}
.columns2-check-list-A01 .check-list .check-list__item:nth-child(even)
{
    border-right: 1px solid #d8d8d8;
}

.author-list-A01
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.author-list-A01.no-border-top li:first-child
{
    border-top: none;
}
.author-list-A01.no-border-bottom li:last-child
{
    border-bottom: none;
}
.author-list-A01 li
{
    padding: 15px 13px;

    border-bottom: 1px solid #d8d8d8;
}
.author-list-A01 li:first-child
{
    border-top: 1px solid #d8d8d8;
}
.author-list-A01 li .list__category
{
    font-size: 14px;
    font-weight: 700;
    line-height: 1.786;

    display: block;

    margin-bottom: 7px;
    padding: 0 0 0 10px;

    color: #000031;
    border-left: 4px solid #89dcd4;
}
.author-list-A01 li .list__author
{
    font-size: 14px;

    display: block;

    color: #000031;
}
.author-list-A01 li .list__belong
{
    font-size: 11px;

    display: block;

    margin-top: 7px;

    color: #000031;
}

.list-health-A01
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.list-health-A01 li
{
    padding: 15px 13px;

    border-bottom: 1px solid #d8d8d8;
}
.list-health-A01 li:first-child
{
    border-top: 1px solid #d8d8d8;
}
.list-health-A01.no-border-top li:first-child
{
    border-top: none;
}
.list-health-A01.no-border-bottom li:last-child
{
    border-bottom: none;
}
.list-health-A01 .list-health__title
{
    display: inline-block;

    width: 65px;

    color: #F68699;
}
.list-health-A01 .list-health__content
{
    display: inline-block;

    padding-left: 30px;

    color: #000031;
}
.list-health-A01 .list-health__content .list-health__content__value
{
    font-weight: bold;
}
.list-health-A01 .list-health__content .list-health__content__nonValue
{
    color: #dbdbdb;
}

.selected-stage
{
    font-size: 12px;

    position: absolute;
    top: 50%;
    right: 13px;

    display: inline-block;

    margin-top: -12px;
    padding: 4px 6px;

    color: #fff;
    border-radius: 5px;
    background-color: #89dcd4;
}

.label__possibility
{
    font-size: 12px;

    display: inline-block;

    padding: 4px 8px;

    color: #fff;
    border-radius: 5px;
    background-color: #F68699;
}

.label__limited,
.label__category,
.faq__block-B .faq__block__label
{
    font-size: 12px;
    line-height: 1.2;

    display: inline-block;

    padding: 4px 5px;

    color: #F68699;
    border: 1px solid #F68699;
    border-radius: 5px;
    background-color: #fff8fb;
}

.label__limited
{
    margin-left: 8px;
}

.label__register
{
    font-size: 10px;
    line-height: 2.45;

    display: inline-block;

    width: 62px;
    padding: 0;

    text-align: center;

    color: gainsboro;
    border: 1px solid gainsboro;
    border-radius: 5px;
    background-color: white;
}
.label__register.selected
{
    color: #F68699;
    border: 1px solid #F68699;
    background-color: #fff8fb;
}

.cpt-lead-A01
{
    line-height: 1.786;

    color: #000031;
}
.cpt-lead-A01.error
{
    color: #ef5e5e;
}
.cpt-lead-A01 a
{
    color: #F68699;
}
.cpt-lead-A01 .color-variation-A01
{
    color: #F68699;
}

.cpt-emp-A01
{
    font-weight: 700;
}

.cpt-emp-B01
{
    font-weight: 700;

    color: #F68699;
}

.cpt-notice-B01
{
    font-size: 11px;
    font-weight: 400;
    line-height: 1.727;

    color: #b0b0b0;
}
.cpt-notice-B01.error
{
    color: #ef5e5e;
}

.result-text-A01
{
    font-weight: 700;
    line-height: 1.786;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 13px;

    text-align: center;

    color: #000031;
    border-radius: 5px;
    background-color: #f7f7f7;
}
.result-text-A01 em
{
    color: #F68699;
}
.result-text-A01 em.sub
{
    color: #77bcec;
}
.result-text-A01 .tin
{
    font-weight: normal;
}

.result-text-B01
{
    font-weight: 700;
    line-height: 1.786;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 13px;

    text-align: center;

    color: #000031;
    border-radius: 5px;
    background-color: #f7f7f7;
}
.result-text-B01 em
{
    color: #F68699;
}
.result-text-B01 .tin
{
    font-weight: normal;
}

.desc-text-A01
{
    line-height: 1.786;
}
.desc-text-A01 dt
{
    font-weight: 700;

    color: #F68699;
}
.desc-text-A01 dd
{
    color: #000031;
}

.cpt-disabled-text-A01
{
    color: #dbdbdb;
}

.cpt-notice-A01
{
    font-size: 11px;
    line-height: 1.727;

    color: #000031;
}

input[type='text'],
input[type='email'],
input[type='submit'],
input[type='search'],
input[type='password'],
input[type='number'],
input[type='radio'],
input[type='checkbox'],
input[type='password'],
input[type='tel'],
textarea
{
    font-size: 16px;

       -moz-appearance: none;
    -webkit-appearance: none;
            appearance: none;
}

input[type='text'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='password'],
input[type='tel'],
textarea
{
    padding: 6px 13px;

    border: 1px solid #d8d8d8;
    border-radius: 6px;
}

input[type='radio'],
input[type='checkbox']
{
    position: absolute;
    left: -9999px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
{
    color: #dbdbdb;
}

input::-moz-placeholder,
textarea::-moz-placeholder
{
    color: #dbdbdb;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder
{
    color: #dbdbdb;
}

input::placeholder,
textarea::placeholder
{
    color: #dbdbdb;
}

.form-input__block
{
    margin-top: 25px;
}

.form-radio__block.vertical
{
    margin-top: 15px;
}
.form-radio__block.horizontal
{
    margin-top: 15px;
}

.form-error
{
    margin-top: 20px;
    padding: 20px 15px;

    border: 1px solid #ef5e5e;
}

.form-error__text
{
    line-height: 1.786;

    color: #ef5e5e;
}

.error__input
{
    background-color: #fff6f7;
}

.cpt-select-A01
{
    font-size: 16px;
    line-height: .941;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 9px 44px 8px 13px;

    color: #000031;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    background-color: white;
    background-image: url(../img/bg_select_arrow_01.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 35px;

       -moz-appearance: none;
    -webkit-appearance: none;
            appearance: none;
}
.cpt-select-A01 + label
{
    margin-left: 10px;

    color: #000031;
}

.cpt-select-A02
{
    font-size: 16px;
    line-height: .941;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 9px 44px 8px 13px;

    color: #000031;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    background-color: white;
    background-image: url(../img/bg_select_arrow_01.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 35px;

       -moz-appearance: none;
    -webkit-appearance: none;
            appearance: none;
}
.cpt-select-A02 + label
{
    margin-left: 10px;

    color: #000031;
}

.cpt-select-B01
{
    font-size: 15px;
    font-weight: 700;
    line-height: 1.067;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 18px 0 10px;

    color: #000031;
    border: none;
    background-color: white;
    background-image: url(../img/bg_select_arrow_02.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 10px auto;

       -moz-appearance: none;
    -webkit-appearance: none;
            appearance: none;
}

.cpt-radio-A01 + label,
.cpt-radio-A02 + label,
.cpt-radio-B01 + label,
.cpt-radio-C01 + label,
.cpt-radio-E01 + label,
.cpt-check-B01 + label,
.cpt-check-B01 + input + label
{
    display: inline-block;

    padding: 10px 0;

    text-align: center;

    color: #d8d8d8;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
}

.cpt-radio-A01 + label
{
    width: 19.72789%;
}
.cpt-radio-A01.second + label,
.cpt-radio-A01.third + label,
.cpt-radio-A01.forth + label,
.cpt-radio-A01.last + label
{
    margin-left: -.4em;
}
.cpt-radio-A01.first + label
{
    border-radius: 5px 0 0 5px;
}
.cpt-radio-A01.last + label
{
    border-right: 1px solid #d8d8d8;
    border-radius: 0 5px 5px 0;
}
.cpt-radio-A01:checked + label
{
    color: #928572;
}
.cpt-radio-A01:checked.first + label
{
    background-color: #fff1f2;
}
.cpt-radio-A01:checked.second + label
{
    background-color: #ffe5e7;
}
.cpt-radio-A01:checked.third + label
{
    background-color: #fbcdd0;
}
.cpt-radio-A01:checked.forth + label
{
    background-color: #fbafb5;
}
.cpt-radio-A01:checked.last + label
{
    background-color: #f9959c;
}

.radio-example-A01
{
    display: table;

    width: 100%;
    margin: 0;
    padding: 0;

    table-layout: fixed;
    list-style: none;
}
.radio-example-A01 li
{
    display: table-cell;
}
.radio-example-A01 li .input
{
    display: inline-block;

    width: 100%;
    padding: 10px 0;

    text-align: center;

    color: #928572;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
}
.radio-example-A01 li .input.first
{
    border-radius: 5px 0 0 5px;
    background-color: #fff1f2;
}
.radio-example-A01 li .input.second
{
    background-color: #ffe5e7;
}
.radio-example-A01 li .input.third
{
    background-color: #fbcdd0;
}
.radio-example-A01 li .input.forth
{
    background-color: #fbafb5;
}
.radio-example-A01 li .input.last
{
    border-right: 1px solid #d8d8d8;
    border-radius: 0 5px 5px 0;
    background-color: #f9959c;
}
.radio-example-A01 li .label
{
    font-size: 10px;
    font-weight: 700;

    display: block;

    margin-top: 10px;

    text-align: center;

    color: #000031;
}

.cpt-radio-A02 + label
{
    width: 19.72789%;
}
.cpt-radio-A02.second + label,
.cpt-radio-A02.third + label,
.cpt-radio-A02.forth + label,
.cpt-radio-A02.last + label
{
    margin-left: -.4em;
}
.cpt-radio-A02.first + label
{
    border-radius: 5px 0 0 5px;
}
.cpt-radio-A02.last + label
{
    border-right: 1px solid #d8d8d8;
    border-radius: 0 5px 5px 0;
}
.cpt-radio-A02:checked + label
{
    color: #928572;
}
.cpt-radio-A02:checked.first + label,
.cpt-radio-A02:checked.second + label,
.cpt-radio-A02:checked.third + label,
.cpt-radio-A02:checked.forth + label,
.cpt-radio-A02:checked.last + label
{
    background-color: #fbcdd0;
}

.cpt-radio-B01 + label
{
    width: 49.31973%;
}
.cpt-radio-B01.left + label
{
    margin-right: -.4em;

    border-radius: 5px 0 0 5px;
}
.cpt-radio-B01.right + label
{
    border-right: 1px solid #d8d8d8;
    border-radius: 0 5px 5px 0;
}
.cpt-radio-B01:checked + label
{
    color: #928572;
    background-color: #fbcdd0;
}

.cpt-radio-C01 + label
{
    width: 32.99%;
}
.cpt-radio-C01.first + label
{
    margin-right: -.4em;

    border-radius: 5px 0 0 5px;
}
.cpt-radio-C01.second + label
{
    margin-right: -.4em;
}
.cpt-radio-C01.third + label
{
    border-right: 1px solid #d8d8d8;
    border-radius: 0 5px 5px 0;
}
.cpt-radio-C01:checked + label
{
    color: #928572;
    background-color: #fbcdd0;
}

.cpt-radio-list .cpt-radio-D01 + label
{
    margin-top: 15px;
}
.cpt-radio-D01 + label
{
    position: relative;

    display: block;

    padding: 0 0 0 30px;

    color: #000031;
}
.cpt-radio-D01 + label::before
{
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 20px;
    height: 20px;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -882px;
    background-size: 86px 1507px;
}
.cpt-radio-D01:checked + label::before
{
    width: 20px;
    height: 20px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -862px;
    background-size: 86px 1507px;
}

.cpt-radio-E01 + label
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 24.83%;
}
.cpt-radio-E01.first + label
{
    margin-right: -.4em;

    border-radius: 5px 0 0 5px;
}
.cpt-radio-E01.second + label
{
    margin-right: -.4em;
}
.cpt-radio-E01.third + label
{
    margin-right: -.4em;
}
.cpt-radio-E01.fourth + label
{
    border-right: 1px solid #d8d8d8;
    border-radius: 0 5px 5px 0;
}
.cpt-radio-E01:checked + label
{
    color: #928572;
    background-color: #fbcdd0;
}

.cpt-check-A01 + label,
.cpt-check-A01 + input + label
{
    position: relative;

    display: block;

    padding: 0 40px 0 0;

    color: #000031;
}
.cpt-check-A01 + label::before,
.cpt-check-A01 + input + label::before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin-top: auto;
    margin-bottom: auto;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -842px;
    background-size: 86px 1507px;
}
.cpt-check-A01:checked + label::before,
.cpt-check-A01:checked + input + label::before
{
    width: 20px;
    height: 20px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -902px;
    background-size: 86px 1507px;
}

.cpt-check-A01.icon-front + label,
.cpt-check-A01.icon-front + input + label
{
    position: relative;

    display: block;

    padding: 0 0 0 32px;

    color: #000031;
}
.cpt-check-A01.icon-front + label::before,
.cpt-check-A01.icon-front + input + label::before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin-top: auto;
    margin-bottom: auto;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -842px;
    background-size: 86px 1507px;
}
.cpt-check-A01:checked + label::before,
.cpt-check-A01:checked + input + label::before
{
    width: 20px;
    height: 20px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -902px;
    background-size: 86px 1507px;
}

.cpt-check-B01 + label,
.cpt-check-B01 + input + label
{
    font-size: 13px;
    line-height: 1.2;

    display: table;
    float: left;

    width: 24.4898%;
    height: 41px;
    padding: 0;

    vertical-align: middle;

    background-color: #fff;
}
.cpt-check-B01 + label span,
.cpt-check-B01 + input + label span
{
    display: table-cell;

    vertical-align: middle;
}
.cpt-check-B01.first + label,
.cpt-check-B01.first + input + label
{
    border-radius: 5px 0 0 5px;
}
.cpt-check-B01.last + label,
.cpt-check-B01.last + input + label
{
    border-right: 1px solid #d8d8d8;
    border-radius: 0 5px 5px 0;
}
.cpt-check-B01:checked + label,
.cpt-check-B01:checked + input + label
{
    color: #928572;
    background-color: #fbcdd0;
}

.cpt-check-C01 + label
{
    display: inline-block;

    width: 98.63946%;
    padding: 10px 0;

    text-align: center;

    color: #d8d8d8;
    border: 1px solid #d8d8d8;
    border-radius: 5px 5px 5px 5px;
}
.cpt-check-C01:checked + label
{
    color: #928572;
    background-color: #fbcdd0;
}

.input-text-A01
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 110px;

    color: #000031;
}
.input-text-A01 + label
{
    color: #000031;
}

.input-text-C01
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 10px;

    resize: none;

    color: #000031;
}
.input-text-C01 + label
{
    color: #000031;
}

.search-keywords__block label
{
    position: absolute;
    left: -9999px;
}

.input__search
{
    -webkit-box-sizing: border-box !important;
       -moz-box-sizing: border-box !important;
            box-sizing: border-box !important;
    width: 100%;
}

.cpt-btn-A01,
.cpt-btn-A02,
.cpt-btn-A03,
.cpt-btn-A04
{
    font-size: 15px;

    display: inline-block;

    padding: 10px 0 10px;

    text-align: center;
    text-decoration: none;

    color: #fff;
    border: none;
    border-radius: 5px;
    background-color: #F68699;
    border-radius: 100px;
}
.cpt-btn-A01:hover,
.cpt-btn-A02:hover,
.cpt-btn-A03:hover,
.cpt-btn-A04:hover,
.cpt-btn-A01:visited,
.cpt-btn-A02:visited,
.cpt-btn-A03:visited,
.cpt-btn-A04:visited
{
    color: #fff;
}

.cpt-btn-A01[disabled],
.cpt-btn-A02[disabled],
.cpt-btn-A03.disabled,
.cpt-btn-A04.disabled
{
    background-color: #E5E5E5;
    box-shadow: none;
    border-radius: 100px;
}

.cpt-btn-B01,
.cpt-btn-B02
{
    font-size: 15px;
    font-weight: 700;

    display: inline-block;

    width: 248px;

    text-align: center;
    text-decoration: none;

    color: #000031;
    border: 1px solid #adadad;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(90deg, #f3f3f3 0%, white 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(white));
    background-image: -webkit-linear-gradient(bottom, #f3f3f3 0%, white 100%);
    background-image:         linear-gradient(to top, #f3f3f3 0%, white 100%);
}
.cpt-btn-B01:hover,
.cpt-btn-B02:hover,
.cpt-btn-B01:visited,
.cpt-btn-B02:visited
{
    color: #000031;
}

.cpt-btn-B03
{
    font-size: 15px;
    font-weight: 700;

    display: inline-block;

    width: 100%;

    text-align: center;
    text-decoration: none;

    color: #000031;
    border: 1px solid #adadad;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(90deg, #f3f3f3 0%, white 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(white));
    background-image: -webkit-linear-gradient(bottom, #f3f3f3 0%, white 100%);
    background-image:         linear-gradient(to top, #f3f3f3 0%, white 100%);
}
.cpt-btn-B03:hover,
.cpt-btn-B03:visited
{
    color: #000031;
}

.cpt-btn-C01
{
    font-size: 15px;
    font-weight: 700;
    line-height: 1.067;

    display: inline-block;

    width: 248px;
    padding: 11px 0;

    text-align: center;
    text-decoration: none;

    color: #F68699;
    border: 1px solid #F68699;
    border-radius: 5px;
    background-color: white;
}
.cpt-btn-C01:hover,
.cpt-btn-C01:visited
{
    color: #F68699;
}

.cpt-btn-A01
{
    width: 250px;
}

.cpt-btn-A02
{
    line-height: normal;

    width: 117px;
}

.cpt-btn-A03
{
    width: 142px;
}
.cpt-btn-A03 .btn__title
{
    font-weight: 700;

    display: block;
}
.cpt-btn-A03 .btn__desc
{
    font-size: 13px;

    display: block;
}

.cpt-btn-A04
{
    font-size: 15px;

    width: 275px;
}

.cpt-btn-B01
{
    padding: 15px 0;
}
.cpt-btn-B01 .text__docomo
{
    color: #d00e31;
}
.cpt-btn-B01 .text__au
{
    color: #eb5505;
}
.cpt-btn-B01 .text__other
{
    color: #000031;
}
.cpt-btn-B01:visited .text__docomo,
.cpt-btn-B01:hover .text__docomo
{
    color: #d00e31 !important;
}
.cpt-btn-B01:visited .text__au,
.cpt-btn-B01:hover .text__au
{
    color: #eb5505 !important;
}
.cpt-btn-B01:visited .text__other,
.cpt-btn-B01:hover .text__other
{
    color: #000031 !important;
}

.cpt-btn-B02
{
    padding: 10px 0;
}
.cpt-btn-B02 .logo__docomo
{
    display: block;

    width: 72px;
    height: 15px;
    margin: 0 auto;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -630px;
    background-size: 86px 1507px;

    speak: none;
}
.cpt-btn-B02 .logo__au
{
    display: block;

    width: 24px;
    height: 12px;
    margin: 0 auto;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -333px;
    background-size: 86px 1507px;

    speak: none;
}
.cpt-btn-B02 .logo__sb
{
    display: block;

    width: 86px;
    height: 13px;
    margin: 0 auto;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -418px;
    background-size: 86px 1507px;

    speak: none;
}
.cpt-btn-B02 .logo__desc
{
    font-size: 10px;

    display: block;

    margin-top: 5px;

    speak: none;
}

.cpt-btn-B03
{
    padding: 15px 0;
}
.cpt-btn-B03 .btn__lead
{
    font-size: 14px;
    font-weight: normal;

    padding: 0 13px;
}

.cpt-btn-A03.disabled
{
    pointer-events: none;
}

.cpt-btn-A04.disabled
{
    pointer-events: none;
}

.cpt_readmore-A01
{
    text-align: center;

    background-color: #eee;
}
.cpt_readmore-A01 a
{
    font-weight: 700;

    display: block;

    padding: 12px 0;

    text-decoration: none;

    color: #000031;
}

.cpt-toggle-A01
{
    text-align: center;

    background-color: #eee;
}
.cpt-toggle-A01 a
{
    display: block;

    padding: 12px 0;

    text-decoration: none;

    color: #000031;
}
.cpt-toggle-A01 a .first-text
{
    font-weight: 700;

    position: relative;
}
.cpt-toggle-A01 a .first-text::after
{
    position: absolute;
    top: 50%;
    right: -25px;

    display: block;

    width: 15px;
    height: 15px;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -600px;
    background-size: 86px 1507px;

    speak: none;
}
.cpt-toggle-A01 a .second-text
{
    font-size: 13px;

    display: block;
}
.cpt-toggle-A01 a.is-open .first-text::after
{
    width: 15px;
    height: 15px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -585px;
    background-size: 86px 1507px;
}

.backtotop
{
    padding: 0 9px;

    background-color: #f7f7f7;
}
.backtotop a
{
    font-size: 11px;
    line-height: 1.2;

    display: block;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 90px;
    height: 33px;
    margin-left: auto;
    padding: 15px 0 5px;

    text-align: center;
    text-decoration: none;

    color: #fff;
    border-radius: 33px 33px 0 0;
    background-color: #F68699;
}
.backtotop span
{
    position: relative;

    display: inline-block;
}
.backtotop span::before
{
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;

    display: block;

    width: 15px;
    height: 10px;
    margin-right: auto;
    margin-left: auto;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -10px;
    background-size: 86px 1507px;
}

.btn-pager.add-border-top
{
    padding: 15px 0;

    border-top: 1px dashed #d8d8d8;
}
.btn-pager .btn-pager__list
{
    position: relative;

    margin: 0;
    padding: 0;

    list-style: none;
}
.btn-pager .btn-pager__list:before,
.btn-pager .btn-pager__list:after
{
    display: table;

    content: ' ';
}
.btn-pager .btn-pager__list:after
{
    clear: both;
}
.btn-pager .btn-pager__list li.prev
{
    float: left;
}
.btn-pager .btn-pager__list li.prev a
{
    padding-right: 16px;
    padding-left: 16px;
}
.btn-pager .btn-pager__list li.prev a i
{
    display: inline-block;

    width: 9px;
    height: 10px;
    margin-right: 14px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -30px;
    background-size: 86px 1507px;
}
.btn-pager .btn-pager__list li.next
{
    float: right;

    text-align: right;
}
.btn-pager .btn-pager__list li.next a
{
    padding-right: 16px;
    padding-left: 20px;
}
.btn-pager .btn-pager__list li.next a i
{
    display: inline-block;

    width: 9px;
    height: 10px;
    margin-left: 14px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -20px;
    background-size: 86px 1507px;
}
.btn-pager .btn-pager__list li.page
{
    font-size: 11px;

    position: absolute;
    top: 10px;
    right: 0;
    left: 0;

    width: 5em;
    margin: 0 auto;

    text-align: center;

    color: #F68699;
}
.btn-pager .btn-pager__list a
{
    position: relative;

    display: block;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 90px;
    padding-top: 8px;
    padding-bottom: 8px;

    text-decoration: none;

    color: #fff;
    border-radius: 5px;
    background-color: #F68699;
}

.btn-block-A01
{
    text-align: center;
}

.btn-group-A01
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.btn-group-A01.horizontal
{
    text-align: center;
    letter-spacing: -.4em;
}
.btn-group-A01.horizontal li
{
    display: inline-block;

    letter-spacing: normal;
}
.btn-group-A01.horizontal li:first-child
{
    margin-right: 17px;
}
.btn-group-A01.verticlal
{
    text-align: center;
}
.btn-group-A01.verticlal li
{
    margin-top: 25px;
}
.btn-group-A01.verticlal li:first-child
{
    margin-top: 0;
}
.btn-group-A01.flat
{
    text-align: center;
    letter-spacing: -.4em;
}
.btn-group-A01.flat li
{
    display: inline-block;

    letter-spacing: normal;
}
.btn-group-A01.flat li:first-child
{
    margin-right: 10px;
}

.btn-group-B01
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.btn-group-B01.horizontal
{
    letter-spacing: -.4em;
}
.btn-group-B01.horizontal li
{
    display: inline-block;

    margin-left: 13px;

    letter-spacing: normal;
}
.btn-group-B01.horizontal li:first-child
{
    margin-left: 0;
}

.cpt-table-A01
{
    width: 100%;

    table-layout: fixed;

    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
}
.cpt-table-A01 tr
{
    border-bottom: 1px solid #d8d8d8;
}
.cpt-table-A01 tr.average th,
.cpt-table-A01 tr.average td
{
    font-weight: 700;

    color: #F68699;
}
.cpt-table-A01 tr.degree th,
.cpt-table-A01 tr.degree td
{
    font-weight: 700;

    color: #F68699;
    background-color: #f7f7f7;
}
.cpt-table-A01 thead th
{
    padding: 9px 0;

    color: #000031;
    background-color: #eee;
}
.cpt-table-A01 tbody th
{
    font-weight: 400;

    padding: 10px 0 10px 10px;

    text-align: left;

    color: #000031;
    border-right: 1px solid #d8d8d8;
}
.cpt-table-A01 tbody td
{
    padding: 10px 0 10px 10px;

    color: #000031;
}

.table-pastlog-A01
{
    width: 100%;

    table-layout: fixed;

    color: #000031;
}
.table-pastlog-A01 th,
.table-pastlog-A01 td
{
    padding-top: 15px;
    padding-bottom: 15px;
}
.table-pastlog-A01 th
{
    font-weight: 400;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 62px;
    padding-left: 13px;

    text-align: left;
}
.table-pastlog-A01 td
{
    padding-left: 14px;
}
.table-pastlog-A01 tr
{
    border-top: 1px solid #d8d8d8;
}

.cpt-table-B01
{
    width: 100%;

    table-layout: fixed;

    border: 1px solid #d8d8d8;
}
.cpt-table-B01 col.w10
{
    width: 10%;
}
.cpt-table-B01 col.w20
{
    width: 20%;
}
.cpt-table-B01 col.w30
{
    width: 30%;
}
.cpt-table-B01 col.w40
{
    width: 40%;
}
.cpt-table-B01 col.w50
{
    width: 50%;
}
.cpt-table-B01 col.w60
{
    width: 60%;
}
.cpt-table-B01 col.w70
{
    width: 70%;
}
.cpt-table-B01 col.w80
{
    width: 80%;
}
.cpt-table-B01 col.w90
{
    width: 90%;
}
.cpt-table-B01 .m-lr-13
{
    margin-right: 13px;
    margin-left: 13px;
}
.cpt-table-B01 tr.average th,
.cpt-table-B01 tr.average td
{
    font-weight: 700;

    color: #F68699;
}
.cpt-table-B01 tr.degree th,
.cpt-table-B01 tr.degree td
{
    font-weight: 700;

    color: #F68699;
    background-color: #f7f7f7;
}
.cpt-table-B01 thead th
{
    padding: 9px 0;

    color: #000031;
    border: 1px solid #d8d8d8;
    background-color: #eee;
}
.cpt-table-B01 tbody th
{
    font-weight: 400;

    padding: 10px;

    text-align: left;
    vertical-align: top;

    color: #000031;
    border: 1px solid #d8d8d8;
}
.cpt-table-B01 tbody td
{
    padding: 10px;

    vertical-align: top;

    color: #000031;
    border: 1px solid #d8d8d8;
}

.cpt-calendar-A01
{
    position: relative;
}
.cpt-calendar-A01 .calendar__header
{
    text-align: center;
}
.cpt-calendar-A01 .calendar__header.border-top
{
    border-top: 1px solid gainsboro;
}

.calendar__selector
{
    position: absolute;
    top: 4px;
    left: 0;

    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;
}
.calendar__selector li
{
    position: absolute;
    top: 0;
}
.calendar__selector li.prev
{
    left: 13px;
}
.calendar__selector li.prev a
{
    display: block;

    width: 10px;
    height: 15px;

    text-indent: -9999px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -645px;
    background-size: 86px 1507px;
}
.calendar__selector li.next
{
    right: 13px;
}
.calendar__selector li.next a
{
    display: block;

    width: 10px;
    height: 15px;

    text-indent: -9999px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -570px;
    background-size: 86px 1507px;
}
.calendar__selector li.disabled a
{
    pointer-events: none;

    opacity: .2;
}

.cpt-calendar-table-A01
{
    width: 100%;
    margin-top: 15px;

    table-layout: fixed;
}
.cpt-calendar-table-A01 thead th
{
    font-weight: 700;

    padding: 4px 0;

    color: #4d4d4d;
    border-top: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
    border-left: 1px solid gainsboro;
    background-color: #fcfcfc;
}
.cpt-calendar-table-A01 thead th:first-child
{
    border-left: none;
}
.cpt-calendar-table-A01 thead th.week-end-sun
{
    color: #ff88ac;
}
.cpt-calendar-table-A01 thead th.week-end-sat
{
    color: #6ebee9;
}
.cpt-calendar-table-A01 tbody td
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 50px;

    vertical-align: top;

    border-bottom: 1px solid gainsboro;
    border-left: 1px solid gainsboro;
}
.cpt-calendar-table-A01 tbody td:first-child
{
    border-left: none;
}
.cpt-calendar-table-A01 tbody td a
{
    text-decoration: none;

    color: #000031;
}
.cpt-calendar-table-A01 tbody td.week-end-sun a
{
    color: #ff88ac;
}
.cpt-calendar-table-A01 tbody td.week-end-sat a
{
    color: #6ebee9;
}
.cpt-calendar-table-A01 tbody td.today
{
    background-color: #ecf3ff;
}
.cpt-calendar-table-A01 tbody td.other-month a
{
    color: #d7d7d7;
}
.cpt-calendar-table-A01 tbody td .line__top
{
    line-height: 1.2;

    position: relative;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3px 5px 0 4px;
}
.cpt-calendar-table-A01 tbody td .line__top .state
{
    position: absolute;
    top: 3px;
    right: 5px;

    display: inline-block;
}
.cpt-calendar-table-A01 tbody td .line__mid
{
    position: relative;

    min-height: 13px;
    padding: 0 5px 0 4px;
}
.cpt-calendar-table-A01 tbody td .line__mid .state i
{
    position: absolute;
    bottom: 0;
}
.cpt-calendar-table-A01 tbody td .line__mid .state i:nth-of-type(1)
{
    left: 3px;
}
.cpt-calendar-table-A01 tbody td .line__mid .state i:nth-of-type(2)
{
    right: 3px;
}
.cpt-calendar-table-A01 tbody td .line__low .state
{
    position: relative;

    display: block;

    min-height: 21px;
}
.cpt-calendar-table-A01 tbody td .line__low .state i
{
    position: absolute;
    bottom: 0;
    left: 0;
}

.calendar_icon_index
{
    margin-top: 13px;
    padding: 0 13px;
}

.calendar_icon_list
{
    font-size: 11px;

    padding: 0 9px 8px 15px;

    list-style: none;

    letter-spacing: -.4em;

    color: #4d4d4d;
    border: 1px solid gainsboro;
    border-radius: 5px;
}
.calendar_icon_list li
{
    position: relative;

    display: inline-block;

    padding-top: 10px;

    letter-spacing: normal;
}

.day-select
{
    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;
}
.day-select .day__title
{
    font-size: 15px;
    font-weight: bold;

    position: relative;

    color: #000031;
}
.day-select .day__title .icon_calender
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-bottom: -4px;
    margin-left: 15px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -1204px;
    background-size: 86px 1507px;
}
.day-select .day__selector
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.day-select .day__selector li
{
    position: absolute;
    top: 3px;
}
.day-select .day__selector li.prev
{
    left: 0;
}
.day-select .day__selector li.prev a
{
    display: block;

    width: 10px;
    height: 15px;

    text-indent: -9999px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -645px;
    background-size: 86px 1507px;
}
.day-select .day__selector li.next
{
    right: 0;
}
.day-select .day__selector li.next a
{
    display: block;

    width: 10px;
    height: 15px;

    text-indent: -9999px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -570px;
    background-size: 86px 1507px;
}
.day-select .day__selector li.disabled a
{
    pointer-events: none;

    opacity: .2;
}

.cpt-list-block-A01
{
    margin-top: 10px;

    border: 1px solid #f8ead3;
    border-radius: 4px;
    background-color: white;
}
.cpt-list-block-A01:nth-of-type(1)
{
    margin-top: 0;
}
.cpt-list-block-A01 .inner-block
{
    padding: 0 10px;
}

.list-top-A01
{
    margin: 0 10px;
    padding: 0;

    list-style: none;
}
.list-top-A01 li
{
    line-height: 1.75;

    padding: 13px 0;

    border-top: 1px dashed #d8d8d8;
}
.list-top-A01 li:first-child
{
    border-top: none;
}
.list-top-A01 li a
{
    position: relative;

    display: block;

    margin: -15px 0;
    padding: 15px 20px 15px 0;

    text-decoration: none;
}
.list-top-A01 li a::after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    display: block;

    width: 10px;
    height: 15px;
    margin: auto 0;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -615px;
    background-size: 86px 1507px;

    speak: none;
}
.list-top-A01 li a.lock
{
    padding: 15px 40px 15px 0;
}
.list-top-A01 li a.lock::before
{
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;

    display: block;

    width: 15px;
    height: 17px;
    margin: auto 0;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -708px;
    background-size: 86px 1507px;

    speak: none;
}
.list-top-A01 .item__line_01:before,
.list-top-A01 .item__line_01:after
{
    display: table;

    content: ' ';
}
.list-top-A01 .item__line_01:after
{
    clear: both;
}
.list-top-A01 .item__line_02
{
    padding: 0 5px;
}
.list-top-A01 .item__01,
.list-top-A01 .item__02
{
    display: block;

    color: #000031;
}
.list-top-A01 .item__01
{
    float: left;
}
.list-top-A01 .item__02
{
    float: right;
}
.list-top-A01 .item__02 em
{
    font-weight: 700;

    margin-left: .4em;

    color: #F68699;
}

.score-block
{
    margin-top: 13px;

    text-align: right;

    color: #000031;
}
.score-block .title
{
    font-size: 10px;

    margin-right: 8px;
}
.score-block .score
{
    font-size: 22px;
    font-weight: 700;

    margin-right: 5px;

    color: #F68699;
}
.score-block .total
{
    margin-right: 5px;
}

.status-block
{
    margin-top: 10px;
}
.status-block:before,
.status-block:after
{
    display: table;

    content: ' ';
}
.status-block:after
{
    clear: both;
}
.status-block .status__message
{
    float: left;

    width: 53px;
    margin-right: 8px;
}
.status-block .status-img__message
{
    width: 53px;
    height: 53px;
}
.status-block .rabit
{
    display: block;

    width: 34px;
    height: 99px;
    margin: 0 auto;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -1408px;
    background-size: 86px 1507px;
}
.status-block .status__score
{
    float: left;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 78.21429%;
    padding: 9px 8px;

    border: 1px solid #d8d8d8;
    border-radius: 4px;
}

.status-list__score
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.status-list__score li
{
    line-height: 1;

    padding: 6px 0 3px;

    border-top: 1px dashed #d8d8d8;
}
.status-list__score li:before,
.status-list__score li:after
{
    display: table;

    content: ' ';
}
.status-list__score li:after
{
    clear: both;
}
.status-list__score li:first-child
{
    padding: 0 0 3px;

    border-top: none;
}
.status-list__score li:last-child
{
    padding: 6px 0 0;
}
.status-list__score li .title
{
    font-size: 12px;
    font-weight: 700;

    float: left;

    color: #F68699;
}
.status-list__score li .score
{
    float: right;
}
.status-list__score li .score i
{
    display: inline-block;

    margin-left: 5px;
}
.status-list__score li .score i.star
{
    width: 13px;
    height: 12px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -249px;
    background-size: 86px 1507px;
}
.status-list__score li .score i.blank
{
    width: 13px;
    height: 12px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -273px;
    background-size: 86px 1507px;
}

.desc-section-A01
{
    padding: 10px 0 13px;

    border-top: 1px dashed #d8d8d8;
}
.desc-section-A01 a
{
    position: relative;

    display: block;

    padding: 0 15px 0 0;

    text-decoration: none;
}
.desc-section-A01 a::after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    display: block;

    width: 10px;
    height: 15px;
    margin: auto 0;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -615px;
    background-size: 86px 1507px;

    speak: none;
}
.desc-section-A01 .head-limited
{
    position: relative;

    display: block;

    padding-right: 70px;
}
.desc-section-A01 .head-limited .label__limited
{
    font-weight: normal;

    position: absolute;
    top: 0;
    right: 5px;
}
.desc-section-A01 .head-icon
{
    position: relative;

    padding-left: 28px;
}
.desc-section-A01 .head-icon i
{
    position: absolute;
    left: 0;
}
.desc-section-A01 .head-error
{
    font-weight: normal;

    color: #ef5e5e;
}
.desc-section-A01 .text-error
{
    color: #ef5e5e;
}

.article__list
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.article__list li
{
    border-top: 1px dashed #d8d8d8;
}
.article__list li:first-child
{
    border-top: none;
}
.article__list.add-border-top li:first-child
{
    border-top: 1px dashed #d8d8d8;
}
.article__list.add-border-bottom li:last-child
{
    border-bottom: 1px dashed #d8d8d8;
}
.article__list a
{
    position: relative;

    display: table;

    width: 100%;
    padding: 15px 0;

    table-layout: fixed;

    text-decoration: none;
}
.article__list a::after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    display: block;

    width: 10px;
    height: 15px;
    margin: auto 0;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -615px;
    background-size: 86px 1507px;

    speak: none;
}
.article__list a.lock::before
{
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;

    display: block;

    width: 15px;
    height: 17px;
    margin: auto 0;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -708px;
    background-size: 86px 1507px;
}
.article__list a.lock .article__contents
{
    padding: 0 35px 0 10px;
}
.article__list .article__image
{
    display: table-cell;

    width: 51px;

    vertical-align: middle;
}
.article__list .article__image img
{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;

    border-radius: 4px;
}
.article__list .article__contents
{
    display: table-cell;

    width: 100%;
    padding: 0 20px 0 10px;
}
.article__list .article__contents time
{
    font-size: 11px;

    display: block;

    color: #b0b0b0;
}
.article__list .article__contents .title
{
    line-height: 1.429;

    display: block;

    margin-top: 5px;

    color: #000031;
}
.article__list .article__contents .title.bold
{
    font-weight: 700;
}
.article__list .article__contents .cycle
{
    font-size: 11px;

    display: block;

    color: #F68699;
}

.article-list-block-B01 .article__list
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.article-list-block-B01 .article__list li
{
    border-top: 1px solid #d8d8d8;
}
.article-list-block-B01 .article__list li:first-child
{
    border-top: none;
}
.article-list-block-B01 .article__list.add-border-top li:first-child
{
    border-top: 1px solid #d8d8d8;
}
.article-list-block-B01 .article__list.add-border-bottom li:last-child
{
    border-bottom: 1px solid #d8d8d8;
}
.article-list-block-B01 .article__list a
{
    position: relative;

    display: table;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 15px 13px;

    table-layout: fixed;

    text-decoration: none;
}
.article-list-block-B01 .article__list a::after
{
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;

    display: block;

    width: 10px;
    height: 15px;
    margin: auto 0;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -615px;
    background-size: 86px 1507px;

    speak: none;
}
.article-list-block-B01 .article__list a.lock::before
{
    position: absolute;
    top: 0;
    right: 31px;
    bottom: 0;

    display: block;

    width: 15px;
    height: 17px;
    margin: auto 0;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -708px;
    background-size: 86px 1507px;
}
.article-list-block-B01 .article__list a.lock .article__contents
{
    padding: 0 35px 0 10px;
}
.article-list-block-B01 .article__list .article__image
{
    display: table-cell;

    width: 51px;

    vertical-align: middle;
}
.article-list-block-B01 .article__list .article__image img
{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;

    border-radius: 4px;
}
.article-list-block-B01 .article__list .article__contents
{
    display: table-cell;

    width: 100%;
    padding: 0 20px 0 10px;
}
.article-list-block-B01 .article__list .article__contents time
{
    font-size: 11px;

    display: block;

    color: #b0b0b0;
}
.article-list-block-B01 .article__list .article__contents .title
{
    line-height: 1.429;

    display: block;

    margin-top: 5px;

    color: #000031;
}
.article-list-block-B01 .article__list .article__contents .title.bold
{
    font-weight: 700;
}
.article-list-block-B01 .article__list .article__contents .cycle
{
    font-size: 11px;

    display: block;

    color: #F68699;
}

.article-list-block-C01 .article__list
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.article-list-block-C01 .article__list li
{
    border-top: 1px solid #d8d8d8;
}
.article-list-block-C01 .article__list li:first-child
{
    border-top: none;
}
.article-list-block-C01 .article__list.add-border-top li:first-child
{
    border-top: 1px solid #d8d8d8;
}
.article-list-block-C01 .article__list.add-border-bottom li:last-child
{
    border-bottom: 1px solid #d8d8d8;
}
.article-list-block-C01 .article__list a
{
    position: relative;

    display: table;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 15px 23px 15px 13px;

    table-layout: fixed;

    text-decoration: none;
}
.article-list-block-C01 .article__list a::after
{
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;

    display: block;

    width: 10px;
    height: 15px;
    margin: auto 0;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -615px;
    background-size: 86px 1507px;

    speak: none;
}
.article-list-block-C01 .article__list .article__image
{
    display: table-cell;

    width: 33px;
    padding-right: 13px;

    vertical-align: middle;
}
.article-list-block-C01 .article__list .article__image img
{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;

    border-radius: 4px;
}
.article-list-block-C01 .article__list .article__contents
{
    display: table-cell;

    width: 100%;
    padding: 0 10px 0 0;
}
.article-list-block-C01 .article__list .article__contents time
{
    font-size: 11px;

    display: block;

    color: #b0b0b0;
}
.article-list-block-C01 .article__list .article__contents .title
{
    line-height: 1.429;

    display: block;

    margin-top: 5px;

    color: #000031;
}
.article-list-block-C01 .article__list .article__contents .title.bold
{
    font-weight: 700;
}
.article-list-block-C01 .article__list .article__contents .title.no-text
{
    margin-left: 13px;

    color: #b0b0b0;
}
.article-list-block-C01 .article__list .article__contents .cycle
{
    font-size: 11px;

    display: block;

    color: #F68699;
}

.mode-list-A01
{
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 4px;
    background-color: white;
}
.mode-list-A01 .link-list
{
    margin: 0;
    padding: 0;

    list-style: none;

    border-radius: inherit;
}
.mode-list-A01 .link-list .link-list__item
{
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
}
.mode-list-A01 .link-list .link-list__item:first-child
{
    border-top: none;
    border-radius: 4px 4px 0 0;
}
.mode-list-A01 .link-list .link-list__item:first-child a
{
    border-radius: inherit;
}
.mode-list-A01 .link-list .link-list__item:last-child
{
    border-radius: 0 0 4px 4px;
}
.mode-list-A01 .link-list .link-list__item:last-child a
{
    border-radius: inherit;
}
.mode-list-A01 .link-list a
{
    line-height: 1.143;

    position: relative;

    display: block;

    padding: 11px 28px 10px 12px;

    text-decoration: none;

    color: #000031;
    border-radius: inherit;
}
.mode-list-A01 .link-list a::after
{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;

    display: block;

    width: 10px;
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -615px;
    background-size: 86px 1507px;

    speak: none;
}
.mode-list-A01 .link-list a .category
{
    float: right;
}

.cpt-item-list-A01 .link-list
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.cpt-item-list-A01 .link-list li
{
    border-top: 1px dashed #d8d8d8;
}
.cpt-item-list-A01 .link-list a
{
    position: relative;

    display: block;

    padding: 15px 28px 15px 0;

    text-decoration: none;
}
.cpt-item-list-A01 .link-list a::after
{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;

    display: block;

    width: 10px;
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -615px;
    background-size: 86px 1507px;

    speak: none;
}
.cpt-item-list-A01 .link-list a .title
{
    display: block;

    color: #F68699;
}
.cpt-item-list-A01 .link-list a .detail
{
    font-size: 11px;

    display: block;

    margin-top: 10px;

    color: #000031;
}

.period__day,
.period__plan,
.ovulation__day,
.ovulation__plan,
.childbirth__plan,
.has__sex,
.has__record,
.period__day02,
.period__plan02,
.ovulation__day02,
.ovulation__plan02,
.has__sex02,
.term__ms,
.term__follicle,
.term__cl,
.line__hightemp,
.line__lowtemp,
.memo__w,
.memo__wo
{
    display: block;

    text-indent: -9999px;

    speak: none;
}

.period__day
{
    width: 11px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -40px;
    background-size: 86px 1507px;
}

.period__plan
{
    width: 11px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -172px;
    background-size: 86px 1507px;
}

.ovulation__day
{
    width: 9px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -73px;
    background-size: 86px 1507px;
}

.ovulation__plan
{
    width: 9px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -150px;
    background-size: 86px 1507px;
}

.childbirth__plan
{
    width: 12px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -51px;
    background-size: 86px 1507px;
}

.has__sex
{
    width: 13px;
    height: 12px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -261px;
    background-size: 86px 1507px;
}

.has__record
{
    width: 14px;
    height: 13px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -444px;
    background-size: 86px 1507px;
}

.intimate__level1
{
    display: block;

    width: 100%;
    height: 8px;

    text-indent: -9999px;

    background-color: #ffcaad;
}

.intimate__level2
{
    display: block;

    width: 100%;
    height: 13px;

    text-indent: -9999px;

    background-color: #ffcaad;
}

.intimate__level3
{
    display: block;

    width: 100%;
    height: 18px;

    text-indent: -9999px;

    background-color: #ffcaad;
}

.pregnancy__level2
{
    display: block;

    width: 100%;
    height: 5px;

    text-indent: -9999px;

    background-color: #ffdfcd;
}

.pregnancy__level1
{
    display: block;

    width: 100%;
    height: 5px;

    text-indent: -9999px;

    background-color: #fff2ea;
}

.icon__period::after,
.icon__intimate::after,
.icon__periodday::after,
.icon__periodplan::after,
.icon__ovulationday::after,
.icon__ovulationplan::after,
.icon__sex::after,
.icon__record::after,
.icon__childbirth::after
{
    position: absolute;
    right: 15px;

    display: block;

    content: '';

    speak: none;
}

.icon__period
{
    padding-right: 78px;
}
.icon__period::after
{
    top: 10px;

    width: 58px;
    height: 13px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -431px;
    background-size: 86px 1507px;
}

.icon__intimate
{
    padding-right: 70px;
}
.icon__intimate::after
{
    top: 10px;

    width: 50px;
    height: 13px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -405px;
    background-size: 86px 1507px;
}

.icon__periodday
{
    padding-right: 31px;
}
.icon__periodday::after
{
    top: 13px;

    width: 11px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -40px;
    background-size: 86px 1507px;
}

.icon__periodplan
{
    padding-right: 31px;
}
.icon__periodplan::after
{
    top: 13px;

    width: 11px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -172px;
    background-size: 86px 1507px;
}

.icon__ovulationday
{
    padding-right: 29px;
}
.icon__ovulationday::after
{
    top: 13px;

    width: 9px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -73px;
    background-size: 86px 1507px;
}

.icon__ovulationplan
{
    padding-right: 29px;
}
.icon__ovulationplan::after
{
    top: 13px;

    width: 9px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -150px;
    background-size: 86px 1507px;
}

.icon__sex
{
    padding-right: 33px;
}
.icon__sex::after
{
    top: 13px;

    width: 13px;
    height: 12px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -261px;
    background-size: 86px 1507px;
}

.icon__record
{
    padding-right: 34px;
}
.icon__record::after
{
    top: 12px;

    width: 14px;
    height: 13px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -444px;
    background-size: 86px 1507px;
}

.icon__childbirth
{
    padding-right: 32px;
}
.icon__childbirth::after
{
    top: 13px;

    width: 12px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -51px;
    background-size: 86px 1507px;
}

.icon-lib
{
    display: inline-block;

    width: 16px;
    height: 12px;
    margin-right: 6px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -357px;
    background-size: 86px 1507px;
}

.icon-lib-02
{
    display: inline-block;

    width: 16px;
    height: 12px;
    margin-right: 6px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -369px;
    background-size: 86px 1507px;
}

.icon-lib-03
{
    display: inline-block;

    width: 16px;
    height: 12px;
    margin-right: 6px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -381px;
    background-size: 86px 1507px;
}

.icon-lib-04
{
    display: inline-block;

    width: 16px;
    height: 12px;
    margin-right: 6px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -393px;
    background-size: 86px 1507px;
}

.icon-lib-05
{
    display: inline-block;

    width: 16px;
    height: 12px;
    margin-right: 6px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -345px;
    background-size: 86px 1507px;
}

.icon-lib-06
{
    display: inline-block;

    width: 16px;
    height: 12px;
    margin-right: 6px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -321px;
    background-size: 86px 1507px;
}

.icon-lib-07
{
    display: inline-block;

    width: 16px;
    height: 12px;
    margin-right: 6px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -309px;
    background-size: 86px 1507px;
}

.icon__desc_01,
.icon__desc_02,
.icon__desc_03,
.icon__desc_04,
.icon__desc_05,
.icon__desc_06,
.icon__desc_07
{
    display: inline-block;

    margin-right: 5px;

    vertical-align: -5px;
}

.icon__desc_01
{
    width: 22px;
    height: 22px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -1160px;
    background-size: 86px 1507px;
}

.icon__desc_02
{
    width: 22px;
    height: 22px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -1138px;
    background-size: 86px 1507px;
}

.icon__desc_03
{
    width: 22px;
    height: 22px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -1116px;
    background-size: 86px 1507px;
}

.icon__desc_04
{
    width: 22px;
    height: 22px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -1094px;
    background-size: 86px 1507px;
}

.icon__desc_05
{
    width: 22px;
    height: 22px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -1072px;
    background-size: 86px 1507px;
}

.icon__desc_06
{
    width: 22px;
    height: 22px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -1050px;
    background-size: 86px 1507px;
}

.icon__desc_07
{
    width: 22px;
    height: 22px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -962px;
    background-size: 86px 1507px;
}

.period__day02
{
    width: 11px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -84px;
    background-size: 86px 1507px;
}

.period__plan02
{
    width: 11px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -183px;
    background-size: 86px 1507px;
}

.ovulation__day02
{
    width: 9px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -161px;
    background-size: 86px 1507px;
}

.ovulation__plan02
{
    width: 9px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -117px;
    background-size: 86px 1507px;
}

.has__sex02
{
    width: 13px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -139px;
    background-size: 86px 1507px;
}

.term__ms
{
    width: 15px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -95px;
    background-size: 86px 1507px;
}

.term__follicle
{
    width: 15px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -106px;
    background-size: 86px 1507px;
}

.term__cl
{
    width: 15px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -128px;
    background-size: 86px 1507px;
}

.line__hightemp
{
    width: 15px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -227px;
    background-size: 86px 1507px;
}

.line__lowtemp
{
    width: 15px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -216px;
    background-size: 86px 1507px;
}

.memo__w
{
    width: 10px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -205px;
    background-size: 86px 1507px;
}

.memo__wo
{
    width: 10px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -194px;
    background-size: 86px 1507px;
}

.icon__periodday02::after,
.icon__periodplan02::after,
.icon__ovulationday02::after,
.icon__ovulationplan02::after,
.icon__sex02::after,
.icon__termms::after,
.icon__termfollicle::after,
.icon__termcl::after,
.icon__termdiet::after,
.icon__linehightemp::after,
.icon__linelowtemp::after,
.icon__memow::after,
.icon__memowo::after,
.icon__weightbudget::after
{
    position: absolute;
    right: 15px;

    display: block;

    content: '';

    speak: none;
}

.icon__periodday02
{
    padding-right: 31px;
}
.icon__periodday02::after
{
    top: 13px;

    width: 11px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -84px;
    background-size: 86px 1507px;
}

.icon__periodplan02
{
    padding-right: 31px;
}
.icon__periodplan02::after
{
    top: 13px;

    width: 11px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -183px;
    background-size: 86px 1507px;
}

.icon__ovulationday02
{
    padding-right: 29px;
}
.icon__ovulationday02::after
{
    top: 13px;

    width: 9px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -161px;
    background-size: 86px 1507px;
}

.icon__ovulationplan02
{
    padding-right: 29px;
}
.icon__ovulationplan02::after
{
    top: 13px;

    width: 9px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -117px;
    background-size: 86px 1507px;
}

.icon__sex02
{
    padding-right: 33px;
}
.icon__sex02::after
{
    top: 13px;

    width: 13px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -139px;
    background-size: 86px 1507px;
}

.icon__termms
{
    padding-right: 35px;
}
.icon__termms::after
{
    top: 13px;

    width: 15px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -95px;
    background-size: 86px 1507px;
}

.icon__termfollicle
{
    padding-right: 35px;
}
.icon__termfollicle::after
{
    top: 13px;

    width: 15px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -106px;
    background-size: 86px 1507px;
}

.icon__termcl
{
    padding-right: 35px;
}
.icon__termcl::after
{
    top: 13px;

    width: 15px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -128px;
    background-size: 86px 1507px;
}

.icon__termdiet
{
    padding-right: 35px;
}
.icon__termdiet::after
{
    top: 13px;

    width: 15px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -238px;
    background-size: 86px 1507px;
}

.icon__linehightemp
{
    padding-right: 35px;
}
.icon__linehightemp::after
{
    top: 13px;

    width: 15px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -227px;
    background-size: 86px 1507px;
}

.icon__linelowtemp
{
    padding-right: 35px;
}
.icon__linelowtemp::after
{
    top: 13px;

    width: 15px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -216px;
    background-size: 86px 1507px;
}

.icon__memow
{
    padding-right: 30px;
}
.icon__memow::after
{
    top: 13px;

    width: 10px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -205px;
    background-size: 86px 1507px;
}

.icon__memowo
{
    padding-right: 30px;
}
.icon__memowo::after
{
    top: 13px;

    width: 10px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -194px;
    background-size: 86px 1507px;
}

.icon__weightbudget
{
    padding-right: 93px;
}
.icon__weightbudget::after
{
    top: 13px;

    width: 73px;
    height: 11px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -62px;
    background-size: 86px 1507px;
}

.icon-sex
{
    display: inline-block;

    width: 13px;
    height: 12px;
    margin-right: 6px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -261px;
    background-size: 86px 1507px;
}

.icon-head-A01
{
    display: inline-block;

    width: 14px;
    height: 14px;
    margin-right: 6px;

    vertical-align: middle;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -527px;
    background-size: 86px 1507px;
}

.icon-head-A02
{
    display: inline-block;

    width: 14px;
    height: 14px;
    margin-right: 6px;

    vertical-align: middle;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -541px;
    background-size: 86px 1507px;
}

.icon-head-A03
{
    display: inline-block;

    width: 14px;
    height: 14px;
    margin-right: 6px;

    vertical-align: middle;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -513px;
    background-size: 86px 1507px;
}

.icon-head-A04
{
    display: inline-block;

    width: 14px;
    height: 14px;
    margin-right: 6px;

    vertical-align: middle;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -499px;
    background-size: 86px 1507px;
}

.icon-head-A05
{
    display: inline-block;

    width: 14px;
    height: 14px;
    margin-right: 6px;

    vertical-align: middle;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -457px;
    background-size: 86px 1507px;
}

.icon-head-A06
{
    display: inline-block;

    width: 14px;
    height: 14px;
    margin-right: 6px;

    vertical-align: middle;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -485px;
    background-size: 86px 1507px;
}

.icon-head-A07
{
    display: inline-block;

    width: 14px;
    height: 14px;
    margin-right: 6px;

    vertical-align: middle;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -471px;
    background-size: 86px 1507px;
}

.icon-head-B01
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    vertical-align: middle;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -1160px;
    background-size: 86px 1507px;
}

.icon-head-B02
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    vertical-align: middle;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -1138px;
    background-size: 86px 1507px;
}

.icon-head-B03
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    vertical-align: middle;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -1116px;
    background-size: 86px 1507px;
}

.icon-head-B04
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    vertical-align: middle;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -1094px;
    background-size: 86px 1507px;
}

.icon-head-B05
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    vertical-align: middle;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -1072px;
    background-size: 86px 1507px;
}

.icon-head-B06
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    vertical-align: middle;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -1050px;
    background-size: 86px 1507px;
}

.icon-head-B07
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    vertical-align: middle;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -962px;
    background-size: 86px 1507px;
}

.icon-head-B08
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    vertical-align: middle;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -1028px;
    background-size: 86px 1507px;
}

.icon-head-B09
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    vertical-align: middle;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -1006px;
    background-size: 86px 1507px;
}

.icon-head-B10
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    vertical-align: middle;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -984px;
    background-size: 86px 1507px;
}

.icon-head-B11
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    vertical-align: middle;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -1182px;
    background-size: 86px 1507px;
}

.icon-head-C01
{
    display: inline-block;

    width: 15px;
    height: 15px;
    margin-right: 10px;

    vertical-align: middle;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -555px;
    background-size: 86px 1507px;
}

.icon-infomation
{
    display: inline-block;
    float: right;

    width: 16px;
    height: 16px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -660px;
    background-size: 86px 1507px;
}
.icon-infomation.left
{
    float: none;

    margin-left: 5px;
}

.breadcrumblist__block
{
    padding: 10px 13px;

    background-color: #f7f7f7;
}
.breadcrumblist__block ol
{
    font-size: 10px;

    margin: 0;
    padding: 0;

    list-style: none;

    letter-spacing: -.4em;
    letter-spacing: normal;
}
.breadcrumblist__block ol li
{
    line-height: 1.9;

    position: relative;

    display: inline-block;
}
.breadcrumblist__block ol li::after
{
    content: ' > ';

    color: #666;
}
.breadcrumblist__block ol li a
{
    color: #000031;
}
.breadcrumblist__block ol li.current::after
{
    content: '';
}
.breadcrumblist__block ol li.current a
{
    text-decoration: none;
    pointer-events: none;
}
.breadcrumblist__block ol li.current-link::after
{
    content: '';
}

.faq__block
{
    color: #000031;
}
.faq__block .update
{
    font-weight: 400;

    padding: 20px 13px;

    letter-spacing: .2em;
}
.faq__block .update em
{
    color: #F68699;
}

.faq__block-B
{
    padding: 20px 13px 15px;

    color: #000031;
    border-bottom: 1px solid #d8d8d8;
}
.faq__block-B time
{
    font-size: 11px;

    display: block;

    color: #b0b0b0;
}
.faq__block-B .faq__block__title
{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.429;

    display: block;

    color: #000031;
}
.faq__block-B .faq__block__listener,
.faq__block-B .faq__block__status
{
    font-size: 11px;
    font-weight: bold;

    display: block;

    text-align: right;

    color: #F68699;
}

.faq__list
{
    line-height: 1.786;

    color: #000031;
}
.faq__list .faq__title
{
    position: relative;

    padding: 15px 13px 15px 43px;

    background-color: #fffbf6;
}
.faq__list .faq__title::before
{
    position: absolute;
    top: 20px;
    left: 13px;

    display: block;

    width: 20px;
    height: 20px;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -942px;
    background-size: 86px 1507px;
}
.faq__list .fag__answer
{
    position: relative;

    padding: 15px 13px 0 43px;
}
.faq__list .fag__answer::before
{
    position: absolute;
    top: 20px;
    left: 13px;

    display: block;

    width: 20px;
    height: 20px;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -922px;
    background-size: 86px 1507px;
}

.bbt_link
{
    position: relative;

    margin-bottom: 13px;

    background-color: #f7f7f7;
}
.bbt_link:after
{
    position: absolute;
    bottom: -17px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;
    margin-left: -7px;

    content: '';

    border: 7px solid transparent;
    border-style: solid;
    border-top: 11px solid #f7f7f7;
}
.bbt_link:before
{
    position: absolute;
    bottom: -20px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;
    margin-left: -8px;

    content: '';

    border: 8px solid transparent;
    border-style: solid;
    border-top: 12px solid #d8d8d8;
}
.bbt_link .line-01
{
    position: relative;
}
.bbt_link .label__register
{
    width: 61px;
}
.bbt_link .label__register:last-child
{
    margin-right: 0;
}
.bbt_link .link-list__item
{
    border-color: #d8d8d8;
}

@media screen and (min-width: 500px)
{
    .bbt_link__info
    {
        display: inline-block;

        padding-right: 0 !important;
    }
}

.bbt_link__temperature
{
    font-size: 16px;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;

    text-align: center;
}
@media screen and (min-width: 500px)
{
    .bbt_link__temperature
    {
        position: static;

        display: inline-block;

        width: auto;
        margin-left: 15px;
    }
}

.bbt_link__fat
{
    font-size: 16px;
    font-weight: bold;

    float: right;

    width: 78px;
    margin-right: 23px;

    text-align: right;

    color: #dbdbdb;
}
.bbt_link__fat.input
{
    color: #F68699;
}

.bbt_link__weight
{
    font-size: 16px;
    font-weight: bold;

    float: right;

    text-align: right;

    color: #dbdbdb;
}
.bbt_link__weight.input
{
    color: #F68699;
}

.bbt_link__weight-left
{
    font-size: 16px;
    font-weight: bold;

    text-align: left;
}
.bbt_link__weight-left .diff
{
    color: #F68699;
}

@media screen and (min-width: 500px)
{
    .bbt_link__label
    {
        display: inline-block;

        margin-top: 0 !important;
        margin-left: 15px;
    }
}

.bbt_icon_index
{
    margin-bottom: 25px;
    padding: 0 13px;
}

.bbt_icon_list
{
    font-size: 11px;

    margin: 0;
    padding: 0 9px 8px 15px;

    list-style: none;

    letter-spacing: -.4em;

    color: #4d4d4d;
    border: 1px solid gainsboro;
    border-radius: 5px;
}
.bbt_icon_list li
{
    position: relative;

    display: inline-block;

    padding-top: 10px;

    letter-spacing: normal;
}

.bbt_banner
{
    padding: 0 13px;
}

.profile__block
{
    display: table;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 10px;

    border-radius: 4px;
    background-color: #f7f7f7;
}

.profile__img
{
    display: table-cell;

    width: 90px;

    vertical-align: top;
}
.profile__img img
{
    border-radius: 4px;
}

.profile__content
{
    display: table-cell;

    padding-left: 10px;

    vertical-align: top;
}

.profile__state
{
    font-size: 11px;
    line-height: 1.54;

    margin-bottom: 5px;

    color: #b0b0b0;
}

.profile__name
{
    font-size: 14px;
    line-height: 1.785;

    text-decoration: underline;

    color: #F68699;
}
.profile__name:hover,
.profile__name:visited
{
    color: #F68699;
}

.resign__block
{
    display: block;

    width: 100%;

    text-align: center;
}
.resign__block .resign__content
{
    max-width: 559px;
    margin: 0 auto;
    padding: 20px 15px 15px;

    text-align: left;

    background-image: url(../img/resign_block_bg.png);
    background-size: contain;
}
.resign__block .resign__content .border-bottom
{
    border-bottom: 1px dashed #d8d8d8;
}

.image__block .image__block__maxLength
{
    width: 100%;
    max-width: 588px;
    max-height: 588px;
}

.ad__image-A01
{
    width: 100%;

    text-align: center;
}
.ad__image-A01 iframe
{
    width: 100%;
}

.cpt-accordion-A01 dt
{
    margin: 20px 0 0;
}
.cpt-accordion-A01 dt:nth-of-type(1)
{
    margin: 0;
}
.cpt-accordion-A01 dt .accordion__toggle
{
    font-weight: 700;

    position: relative;

    display: block;

    padding: 16px 10px 15px;

    text-decoration: none;

    color: #000031;
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-radius: 4px;
    background-color: #eee;
}
.cpt-accordion-A01 dt .accordion__toggle::after
{
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;

    display: block;

    margin-top: auto;
    margin-bottom: auto;

    content: '';

    speak: none;
}
.cpt-accordion-A01 dt .accordion__toggle.is-unselected::after
{
    width: 15px;
    height: 15px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -600px;
    background-size: 86px 1507px;
}
.cpt-accordion-A01 dt .accordion__toggle.is-selected
{
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}
.cpt-accordion-A01 dt .accordion__toggle.is-selected::after
{
    width: 15px;
    height: 15px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -585px;
    background-size: 86px 1507px;
}
.cpt-accordion-A01 dd
{
    -webkit-box-sizing: box-border;
       -moz-box-sizing: box-border;
            box-sizing: box-border;
    padding: 15px 10px;

    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-radius: 0 0 4px 4px;
}

.cpt-accordion-B01 .accordion__label .accordion__toggle
{
    position: relative;

    display: block;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;

    text-decoration: none;

    color: #000031;
}
.cpt-accordion-B01 .accordion__label .accordion__toggle::after
{
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;

    display: block;

    margin-top: auto;
    margin-bottom: auto;

    content: '';

    speak: none;
}
.cpt-accordion-B01 .accordion__label .accordion__toggle.is-unselected::after
{
    width: 15px;
    height: 15px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -600px;
    background-size: 86px 1507px;
}
.cpt-accordion-B01 .accordion__label .accordion__toggle.is-selected
{
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}
.cpt-accordion-B01 .accordion__label .accordion__toggle.is-selected::after
{
    width: 15px;
    height: 15px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -585px;
    background-size: 86px 1507px;
}
.cpt-accordion-B01 .accordion__label .accordion__toggle .title
{
    display: block;

    color: #F68699;
}
.cpt-accordion-B01 .accordion__label .accordion__toggle .result
{
    display: block;

    margin-top: 5px;
}
.cpt-accordion-B01 .accordion__label .accordion__toggle .result em
{
    font-weight: 700;
}
.cpt-accordion-B01 .accordion__panel
{
    padding: 15px 10px 0;

    border-top: 1px solid #d8d8d8;
}

.list-accordion-A01 a
{
    position: relative;

    display: block;

    padding: 15px 13px;

    text-decoration: none;

    color: #000031;
}
.list-accordion-A01 a.icon-link
{
    position: static;

    display: inline;

    padding: 0;

    color: transparent;
    background-color: transparent;
}
.list-accordion-A01 .list-accordion__list
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.list-accordion-A01 .list-accordion__list li
{
    border-bottom: 1px solid #d8d8d8;
}
.list-accordion-A01 .list-accordion__list a
{
    font-weight: 700;
}
.list-accordion-A01 .list-accordion__list a.accordion__toggle::after
{
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;

    display: block;

    margin-top: auto;
    margin-bottom: auto;

    content: '';

    speak: none;
}
.list-accordion-A01 .list-accordion__list a.accordion__toggle.is-unselected::after
{
    width: 15px;
    height: 15px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -600px;
    background-size: 86px 1507px;
}
.list-accordion-A01 .list-accordion__list a.accordion__toggle.is-selected
{
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}
.list-accordion-A01 .list-accordion__list a.accordion__toggle.is-selected::after
{
    width: 15px;
    height: 15px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -585px;
    background-size: 86px 1507px;
}
.list-accordion-A01 .list-accordion__childlist
{
    margin: 0;
    padding: 0;

    list-style: none;

    background-color: #fffbf6;
}
.list-accordion-A01 .list-accordion__childlist li:first-child
{
    border-top: 1px solid #d8d8d8;
}
.list-accordion-A01 .list-accordion__childlist li:last-child
{
    border-bottom: none;
}
.list-accordion-A01 .list-accordion__childlist a
{
    font-weight: 400;
}
.list-accordion-A01 .list-accordion__childlist a::after
{
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;

    display: block;

    width: 10px;
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;

    content: '';

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -615px;
    background-size: 86px 1507px;

    speak: none;
}

.list-accordion-B01 a
{
    position: relative;

    display: block;

    padding: 10px 13px;

    text-decoration: none;

    color: #000031;
    background-color: #fffbf6;
}
.list-accordion-B01 a.icon-link
{
    position: static;

    display: inline;

    padding: 0;

    color: transparent;
    background-color: transparent;
}
.list-accordion-B01 .list-accordion__list
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.list-accordion-B01 .list-accordion__list.add-border-top
{
    border-top: 1px solid #d8d8d8;
}
.list-accordion-B01 .list-accordion__list li
{
    border-bottom: 1px solid #d8d8d8;
}
.list-accordion-B01 .list-accordion__list li .accordion__panel .accordion__panel__list
{
    border-bottom: 1px solid #d8d8d8;
}
.list-accordion-B01 .list-accordion__list li .accordion__panel .accordion__panel__list:last-child
{
    border-bottom: none;
}
.list-accordion-B01 .list-accordion__list a
{
    font-weight: 700;
}
.list-accordion-B01 .list-accordion__list a.accordion__toggle::after
{
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;

    display: block;

    margin-top: auto;
    margin-bottom: auto;

    content: '';

    speak: none;
}
.list-accordion-B01 .list-accordion__list a.accordion__toggle.is-unselected::after
{
    width: 15px;
    height: 15px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -600px;
    background-size: 86px 1507px;
}
.list-accordion-B01 .list-accordion__list a.accordion__toggle.is-selected
{
    border-bottom: 1px solid #d8d8d8;
    border-radius: 4px 4px 0 0;
}
.list-accordion-B01 .list-accordion__list a.accordion__toggle.is-selected::after
{
    width: 15px;
    height: 15px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -585px;
    background-size: 86px 1507px;
}

.cpt-tab-A01 .tab__list
{
    list-style: none;

    letter-spacing: -.4em;
}
.cpt-tab-A01 .tab__list .tab__listItem
{
    display: inline-block;

    letter-spacing: normal;
}

.input-datepicker
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 130px;

    color: #000031;
}

.input-datepicker[disabled]
{
    color: #dbdbdb;
}

.ui-datepicker
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 300px;

    background-color: #d8d8d8;
}

.ui-datepicker-title
{
    font-weight: 700;

    padding: 12px 0;

    text-align: center;

    color: white;
}

.ui-datepicker-prev,
.ui-datepicker-next
{
    position: absolute;
    top: 13px;

    display: block;
}

.ui-datepicker-prev
{
    left: 10px;

    width: 16px;
    height: 16px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -692px;
    background-size: 86px 1507px;
}

.ui-datepicker-next
{
    right: 10px;

    width: 16px;
    height: 16px;

    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -676px;
    background-size: 86px 1507px;
}

.ui-icon
{
    display: inline-block;

    text-indent: -9999px;
}

.ui-state-default
{
    text-decoration: none;

    color: #000031;
}

.ui-datepicker-calendar
{
    width: 97%;
    margin: 0 5px 5px;

    table-layout: fixed;

    background-color: white;
}
.ui-datepicker-calendar td,
.ui-datepicker-calendar th
{
    text-align: center;

    border: 1px solid #d8d8d8;
}
.ui-datepicker-calendar td:first-child,
.ui-datepicker-calendar th:first-child
{
    color: #f0898f;
}
.ui-datepicker-calendar td:first-child .ui-state-default,
.ui-datepicker-calendar th:first-child .ui-state-default
{
    color: #f0898f;
}
.ui-datepicker-calendar td:last-child,
.ui-datepicker-calendar th:last-child
{
    color: #77bcec;
}
.ui-datepicker-calendar td:last-child .ui-state-default,
.ui-datepicker-calendar th:last-child .ui-state-default
{
    color: #77bcec;
}
.ui-datepicker-calendar th
{
    padding: 7px 0;
}
.ui-datepicker-calendar td
{
    padding: 10px 0;
}
.ui-datepicker-calendar td.ui-datepicker-today
{
    background-color: #f5e5ce;
}
.ui-datepicker-calendar td.ui-datepicker-unselectable .ui-state-default
{
    color: #b0b0b0;
}
.ui-datepicker-calendar td a
{
    display: block;
}
.ui-datepicker-calendar td:active
{
    border: 2px solid #c4b49e;
}

.ui-datepicker-trigger
{
    width: 25px;
    height: 24px;
    margin-left: 10px;

    vertical-align: -5px;
}

.datepicker__block
{
    margin-top: 10px;
}

.fixed-top-A01
{
    z-index: 3;
}

.fixed-btn-A01
{
    position: fixed;
    z-index: 3;
    bottom: 0;

    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;

    background-color: rgba(155, 155, 155, .25);
}
.oldiOS .fixed-btn-A01
{
    position: static;
}

.fixed__under-footer-space
{
    position: relative;
    z-index: 2;

    padding: 35px 0;

    background-color: #fff;
}
.oldiOS .fixed__under-footer-space
{
    padding: 0;
}

.fixed-top-A01
{
    position: fixed;
    right: 15px;
    bottom: 37px;

    display: none;

    width: 40px;
}

.m-l-0
{
    margin-left: 0;
}

.m-r-0
{
    margin-right: 0;
}

.m-t-0
{
    margin-top: 0;
}

.m-b-0
{
    margin-bottom: 0;
}

.m-l-5
{
    margin-left: 5px;
}

.m-r-5
{
    margin-right: 5px;
}

.m-t-5
{
    margin-top: 5px;
}

.m-b-5
{
    margin-bottom: 5px;
}

.m-l-10
{
    margin-left: 10px;
}

.m-r-10
{
    margin-right: 10px;
}

.m-t-10
{
    margin-top: 10px;
}

.m-b-10
{
    margin-bottom: 10px;
}

.m-l-15
{
    margin-left: 15px;
}

.m-r-15
{
    margin-right: 15px;
}

.m-t-15
{
    margin-top: 15px;
}

.m-b-15
{
    margin-bottom: 15px;
}

.m-l-20
{
    margin-left: 20px;
}

.m-r-20
{
    margin-right: 20px;
}

.m-t-20
{
    margin-top: 20px;
}

.m-b-20
{
    margin-bottom: 20px;
}

.m-l-25
{
    margin-left: 25px;
}

.m-r-25
{
    margin-right: 25px;
}

.m-t-25
{
    margin-top: 25px;
}

.m-b-25
{
    margin-bottom: 25px;
}

.m-l-30
{
    margin-left: 30px;
}

.m-r-30
{
    margin-right: 30px;
}

.m-t-30
{
    margin-top: 30px;
}

.m-b-30
{
    margin-bottom: 30px;
}

.m-l-35
{
    margin-left: 35px;
}

.m-r-35
{
    margin-right: 35px;
}

.m-t-35
{
    margin-top: 35px;
}

.m-b-35
{
    margin-bottom: 35px;
}

.m-l-40
{
    margin-left: 40px;
}

.m-r-40
{
    margin-right: 40px;
}

.m-t-40
{
    margin-top: 40px;
}

.m-b-40
{
    margin-bottom: 40px;
}

.m-l-45
{
    margin-left: 45px;
}

.m-r-45
{
    margin-right: 45px;
}

.m-t-45
{
    margin-top: 45px;
}

.m-b-45
{
    margin-bottom: 45px;
}

.m-l-50
{
    margin-left: 50px;
}

.m-r-50
{
    margin-right: 50px;
}

.m-t-50
{
    margin-top: 50px;
}

.m-b-50
{
    margin-bottom: 50px;
}

.m-lr-13
{
    margin-right: 13px;
    margin-left: 13px;
}

.m-t--20
{
    margin-top: -20px;
}

.t-a-l
{
    text-align: left;
}

.t-a-c
{
    text-align: center;
}

.t-a-r
{
    text-align: right;
}

.f-r
{
    float: right;
}
