﻿@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;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 7px 0 12px;
    background-color: #fff;
}

.header__logo
{
    position: relative;

    width: 83px;
    height: 33px;
    margin: 0 auto;

    background-image: url(/Content/img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -1442px;
    background-size: 102px 1655px;
}
.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: #000031;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -850px;
    background-size: 102px 1655px;
}

.header__menu
{
    right: 10px;

    width: 46px;
}
.header__menu .icon-menu
{
    width: 20.5px;
    height: 18px;
    margin-top: 4px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -753px;
    background-size: 102px 1655px;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -771px;
    background-size: 102px 1655px;
}

.header__write
{
    right: 62px;

    width: 52px;
}
.header__write .icon-write
{
    width: 19px;
    height: 20px;
    margin-top: 2px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -910px;
    background-size: 102px 1655px;
}

.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -309px;
    background-size: 102px 1655px;
}

.lnln-nav
{
    border-bottom: 1px solid #F68699;
    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 #FDA3B3;
}
.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: #f6f6f6;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1294px;
    background-size: 102px 1655px;
}
.header-tab li a i.tab-02
{
    width: 24px;
    height: 24px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1342px;
    background-size: 102px 1655px;
}
.header-tab li a.active
{
    color: #fff;
    background-color: #FDA3B3;
}
.header-tab li a.active i.tab-01
{
    width: 24px;
    height: 24px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1390px;
    background-size: 102px 1655px;
}
.header-tab li a.active i.tab-02
{
    width: 24px;
    height: 24px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1318px;
    background-size: 102px 1655px;
}

.footer
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px 0 10px;

    border-top: 4px solid #F68699;
    background: #fff;
}

.footer__copy
{
    text-align: center;
}
.footer__copy a
{
    text-decoration: none;
    color: #F68699;
}

#lnln-wrapper
{
    position: relative;

    overflow: hidden;

    width: 100%;
}

.lnln-wrapper__inner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}

.content
{
    background-color: #fff;
}

.lnln-container
{
    background-color: #fff;
}

.lnln-aside
{
    padding: 20px 10px;

    border-top: 1px solid #d8d8d8;
    background-color: #F6F6F6;
}

.lnln-top
{
    background-color: #F6F6F6;
}
.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__inner
{
    position: relative;
    z-index: 2;
}

.lnln-wrapper__inner.cover
{
    overflow: hidden;

    margin-left: -238px;
}

.content-cover.cover
{
    overflow: hidden;

    margin-left: -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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -309px;
    background-size: 102px 1655px;

    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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -658px;
    background-size: 102px 1655px;

    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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1366px;
    background-size: 102px 1655px;
}
.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-E01-nopadding {
    padding: 0 0 0px;
}

.cpt-section-F01
{
    padding: 15px 9px 0;
}

.cpt-section-F02
{
    padding: 0 9px 0;
}

.cpt-section-F03
{
    padding: 15px 9px 20px;
}

.cpt-section-G01
{
    padding: 15px 13px;
}

.cpt-section-H01
{
    padding: 0 13px;
}

.cpt-section-I01
{
    padding: 25px 13px;
}
.cpt-section-I01.add-border-top
{
    border-top: 1px solid #d8d8d8;
}

.cpt-section-J01
{
    padding: 15px 0;
}
.cpt-section-J01.add-border-top-dashed
{
    border-top: 1px dashed #d8d8d8;
}
.cpt-section-J01.add-border-bottom-dashed
{
    border-bottom: 1px dashed #d8d8d8;
}

.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-B01
{
    font-size: 15px;
    line-height: 1.633;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4px 13px;

    color: #fff;
    background-color: #F68699;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.cpt-heading-B01 .cpt-heading-B01__info
{
    font-size: 11px;
    font-weight: normal;

    margin-left: auto;
}
.cpt-heading-B01 .cpt-heading-B01__info .cpt-heading-B01__info__number
{
    margin: 0 3px;
}

.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1414px;
    background-size: 102px 1655px;

    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: #EAFAF8;
}

.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: #fff;
}
.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 30px 10px 12px;

    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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -658px;
    background-size: 102px 1655px;

    speak: none;
}
.cpt-link-list-A01 .link-list a.lock
{
    padding-right: 55px;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -736px;
    background-size: 102px 1655px;
}

.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 30px 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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -658px;
    background-size: 102px 1655px;

    speak: none;
}
.cpt-link-list-B01 .link-list__item.is-on a:before
{
    font-size: 12px;
    line-height: 1.0;

    display: inline-block;
    float: right;

    margin-top: -3px;
    margin-right: 6px;
    padding: 5px 8px;

    content: 'ON';
    text-decoration: none;

    color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: #F68699;
}
.cpt-link-list-B01 .link-list__item.is-off a:before
{
    font-size: 12px;
    line-height: 1.0;

    display: inline-block;
    float: right;

    margin-top: -3px;
    margin-right: 6px;
    padding: 5px 5.5px;

    content: 'OFF';
    text-decoration: none;

    color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: #dbdbdb;
}

.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 15px 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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -658px;
    background-size: 102px 1655px;

    speak: none;
}
.cpt-link-list-B02 .link-list__item a.emphasis
{
    font-weight: 700;
    color: #000031;
}
.cpt-link-list-B02 .link-list__item a.bold
{
    font-weight: 700;
}

.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 30px 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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -658px;
    background-size: 102px 1655px;

    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 .line-01 {
    margin-bottom: 8px;
}
.cpt-link-list-D01 .link-list__item .blue_label
{
    background: #FFF2F3;
    color: #F68699;
    font-weight: 700;
    font-size: 13px;
    border-radius: 4px;
    padding: 4px 8px;
    margin-left: 6px;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -658px;
    background-size: 102px 1655px;

    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 30px 13px 12px;
}
.cpt-list-A01 li a
{
    position: relative;

    display: block;

    padding: 13px 30px 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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -658px;
    background-size: 102px 1655px;

    speak: none;
}
.cpt-list-A01 li a.selected
{
    position: relative;

    padding-right: 92px;

    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: #000031;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -658px;
    background-size: 102px 1655px;

    speak: none;
}
.cpt-list-A02 li a.selected
{
    position: relative;

    padding-right: 92px;

    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: #9D9DA2;
}
.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 30px 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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -658px;
    background-size: 102px 1655px;

    speak: none;
}
.cpt-list-B01 li a.lock
{
    padding-right: 55px;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -736px;
    background-size: 102px 1655px;
}
.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: #9D9DA2;
}

.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 30px 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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -658px;
    background-size: 102px 1655px;

    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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -830px;
    background-size: 102px 1655px;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -950px;
    background-size: 102px 1655px;
}
.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: #9D9DA2;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -658px;
    background-size: 102px 1655px;
}
.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-pastlog-B01
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.list-pastlog-B01 li.list-pastlog__data
{
    position: relative;

    border-top: 1px solid #d8d8d8;
}
.list-pastlog-B01 .list-pastlog__row
{
    display: table;

    width: 100%;

    table-layout: fixed;

    text-decoration: none;

    color: #000031;
}
.list-pastlog-B01 .list-pastlog__row.row-header
{
    padding: 20px 0 10px;
}
.list-pastlog-B01 .list-pastlog__row.row-data
{
    padding: 15px 0;
}
.list-pastlog-B01 .list-pastlog__row div
{
    display: table-cell;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.list-pastlog-B01 .list-pastlog__row .list-pastlog_header__times
{
    width: 17%;
}
.list-pastlog-B01 .list-pastlog__row .list-pastlog_header__date
{
    width: 36%;

    text-align: center;
}
.list-pastlog-B01 .list-pastlog__row .list-pastlog__times
{
    width: 17%;
    padding: 0 0 0 13px;

    text-align: left;

    color: #9e9e9e;
}
.list-pastlog-B01 .list-pastlog__row .list-pastlog__times.color-variation-A01
{
    color: #F68699;
}
.list-pastlog-B01 .list-pastlog__row .list-pastlog__start
{
    width: 36%;

    text-align: center;
}
.list-pastlog-B01 .list-pastlog__row .list-pastlog__end
{
    width: 36%;

    text-align: center;
}

.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 .error
{
    color: #ef5e5e;
}
.list-item-A01 .emp
{
    color: #F68699;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -658px;
    background-size: 102px 1655px;

    speak: none;
}
.question__list .question__contents
{
    padding: 0 30px 0 10px;
}
.question__list .question__contents time
{
    font-size: 11px;

    display: block;

    color: #9D9DA2;
}
.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: #9D9DA2;
}

.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;
}

.image-tag__list
{
    overflow: hidden;

    margin: 0;
    padding: 0;

    list-style: none;
}
.image-tag__list li
{
    float: left;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
}
.image-tag__list li:nth-child(2n + 1)
{
    padding-right: 5px;
}
.image-tag__list li:nth-child(2n)
{
    padding-left: 5px;
}
.image-tag__list li:nth-child(n + 3)
{
    margin-top: 10px;
}
.image-tag__list li a
{
    position: relative;

    display: block;

    text-decoration: initial;
}
.image-tag__list li a:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .5;
    border-radius: 5px;
    background-color: #515151;
}
.image-tag__list li a .image-tag__list__image
{
    width: 100%;

    vertical-align: middle;

    border-radius: 5px;
}
.image-tag__list li a .image-tag__list__text
{
    font-weight: bold;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 5px;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;

    color: #fff;
}

.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: #F68699;
}
.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: #f6f6f6;
}
.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;
}

.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -658px;
    background-size: 102px 1655px;

    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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -736px;
    background-size: 102px 1655px;
}
.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: #9D9DA2;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -658px;
    background-size: 102px 1655px;

    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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -736px;
    background-size: 102px 1655px;
}
.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: #9D9DA2;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -658px;
    background-size: 102px 1655px;

    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: #9D9DA2;
}
.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: #9D9DA2;
}
.article-list-block-C01 .article__list .article__contents .cycle
{
    font-size: 11px;

    display: block;

    color: #F68699;
}

.article-list-block-D01 .article__list
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.article-list-block-D01 .article__list li
{
    border-top: 1px solid #d8d8d8;
}
.article-list-block-D01 .article__list li:first-child
{
    border-top: none;
}
.article-list-block-D01 .article__list.add-border-top li:first-child
{
    border-top: 1px solid #d8d8d8;
}
.article-list-block-D01 .article__list.add-border-bottom li:last-child
{
    border-bottom: 1px solid #d8d8d8;
}
.article-list-block-D01 .article__list .article__wrap
{
    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-D01 .article__list .article__image
{
    display: table-cell;

    width: 51px;
    padding-right: 13px;

    vertical-align: middle;
}
.article-list-block-D01 .article__list .article__image img
{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;

    border-radius: 4px;
}
.article-list-block-D01 .article__list .article__contents
{
    display: table-cell;

    width: 100%;
    padding: 0 10px 0 0;
}
.article-list-block-D01 .article__list .article__contents time
{
    font-size: 11px;

    display: block;

    color: #9D9DA2;
}
.article-list-block-D01 .article__list .article__contents .title
{
    line-height: 1.429;

    display: block;

    margin-top: 5px;

    color: #000031;
}
.article-list-block-D01 .article__list .article__contents .title.bold
{
    font-weight: 700;
}
.article-list-block-D01 .article__list .article__contents .title.no-text
{
    margin-left: 13px;

    color: #9D9DA2;
}

.article-list-block-E01 .article__list.add-border-top li:first-child
{
    border-top: 1px solid #d8d8d8;
}
.article-list-block-E01 .article__list.add-border-bottom li:last-child
{
    border-bottom: 1px solid #d8d8d8;
}
.article-list-block-E01 .article__list.border-dashed.add-border-top li:first-child
{
    border-top: none;
}
.article-list-block-E01 .article__list.border-dashed.add-border-bottom li:last-child
{
    border-bottom: 1px dashed #d8d8d8;
}
.article-list-block-E01 .article__list.border-dashed li
{
    border-top: 1px dashed #d8d8d8;
}
.article-list-block-E01 .article__list.wide a
{
    padding-right: 0;
    padding-left: 0;
}
.article-list-block-E01 .article__list.wide a:after
{
    right: 0;
}
.article-list-block-E01 .article__list li
{
    border-top: 1px solid #d8d8d8;
}
.article-list-block-E01 .article__list a
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 15px 13px;

    text-decoration: none;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
}
.article-list-block-E01 .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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -658px;
    background-size: 102px 1655px;

    speak: none;
}
.article-list-block-E01 .article__list a .article__image
{
    display: block;

    width: 51px;
    height: 51px;
}
.article-list-block-E01 .article__list a .article__contents
{
    display: block;

    width: auto;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.article-list-block-E01 .article__list a .article__contents .article__contents__time
{
    display: inline-block;
}
.article-list-block-E01 .article__list a .article__contents .article__contents__time .article__contents__time__number
{
    margin: 0 3px;
}
.article-list-block-E01 .article__list a .article__contents .article__contents__new
{
    font-size: 11px;

    margin-left: 10px;

    color: #ef5e5e;
}
.article-list-block-E01 .article__list a .article__contents .title
{
    margin-top: 0;
}

.article-list-block-F01 .article__imageList
{
    overflow: hidden;

    margin: 0;
    padding: 0;

    list-style: none;
}
.article-list-block-F01 .article__imageList li
{
    float: left;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
}
.article-list-block-F01 .article__imageList li:nth-child(2n + 1)
{
    clear: both;

    padding-right: 5px;
}
.article-list-block-F01 .article__imageList li:nth-child(2n)
{
    padding-left: 5px;
}
.article-list-block-F01 .article__imageList li:nth-child(n + 3)
{
    margin-top: 15px;
}
.article-list-block-F01 .article__imageList li a
{
    position: relative;

    display: block;

    text-decoration: initial;
}
.article-list-block-F01 .article__imageList li a .article__imageList__image
{
    width: 100%;

    vertical-align: middle;

    border-radius: 5px;
}
.article-list-block-F01 .article__imageList li a .article__imageList__text
{
    margin-top: 10px;

    text-decoration: initial;

    color: #000031;
}

.cpt-general-list-A01 .general-list
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.cpt-general-list-A01 .general-list__item
{
    padding: 15px 13px;

    border-bottom: 1px solid #d8d8d8;
}
.cpt-general-list-A01 .general-list__item:first-child
{
    border-top: 1px solid #d8d8d8;
}
.cpt-general-list-A01.no-border-top .general-list__item:first-child
{
    border-top: none;
}
.cpt-general-list-A01.no-border-bottom .general-list__item:last-child
{
    border-bottom: none;
}

.cpt-arrow-list-A01 .arrow-list
{
    display: inline-block;

    margin: 0;
    padding: 0;

    list-style: none;
}
.cpt-arrow-list-A01 .arrow-list__item
{
    display: inline-block;

    width: 102px;
    height: 40px;
    margin-left: -11px;

    text-align: center;
    vertical-align: middle;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1516px;
    background-size: 102px 1655px;
}
.cpt-arrow-list-A01 .arrow-list__item.highlight
{
    width: 102px;
    height: 40px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1476px;
    background-size: 102px 1655px;
}
.cpt-arrow-list-A01 .arrow-list__item:first-child
{
    margin-left: 0;
}
.cpt-arrow-list-A01 .arrow-list__content
{
    font-size: 12px;
    line-height: 1.3;

    display: table-cell;

    width: 102px;
    height: 40px;

    vertical-align: middle;

    color: #fff;
}

.android .cpt-arrow-list-A01 .arrow-list__item
{
    margin-left: -11px;
}
.android .cpt-arrow-list-A01 .arrow-list__item:first-child
{
    margin-left: 0;
}
.android .cpt-arrow-list-A01 .arrow-list__item:last-child
{
    margin-left: -10px;
}

.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: #F8EEF4;
}

.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: #dcdcdc;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    background-color: #fff;
}
.label__register.selected
{
    color: #F68699;
    border: 1px solid #F68699;
    background-color: #fff8fb;
}

.label__pr {
  font-weight: bold;
  font-size: 9px;
  line-height: 1.25;

  display: inline-block;
  vertical-align: text-bottom;

  margin-left: 6px;
  padding: 3px 4px 1px 5px;

  color: #cdcdcd;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  background-color: #fff;
  letter-spacing: 1px;
}

.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-lead-A02
{
    text-decoration: inherit;
}

.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: #9D9DA2;
}
.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: #F6F6F6;
}
.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: #F6F6F6;
}
.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: 15px;

       -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 #F68699;
    border-radius: 6px;
    background-color: #fff;
    background-image: url(../img/bg_select_arrow_01.png?2106011400);
    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 #F68699;
    border-radius: 6px;
    background-color: #fff;
    background-image: url(../img/bg_select_arrow_01.png?2106011400);
    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: #fff;
    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-A03 + label,
.cpt-radio-A04 + label,
.cpt-radio-B01 + label,
.cpt-radio-B02 + 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: #F68699;
    border-top: 1px solid #F68699;
    border-bottom: 1px solid #F68699;
    border-left: 1px solid #F68699;
}

.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 #F68699;
    border-radius: 0 5px 5px 0;
}
.cpt-radio-A01:checked + label
{
    color: #fff;
}
.cpt-radio-A01:checked.first + label
{
    background-color: #F68699;
}
.cpt-radio-A01:checked.second + label
{
    background-color: #F68699;
}
.cpt-radio-A01:checked.third + label
{
    background-color: #F68699;
}
.cpt-radio-A01:checked.forth + label
{
    background-color: #F68699;
}
.cpt-radio-A01:checked.last + label
{
    background-color: #F68699;
}

.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: #F68699;
    border-top: 1px solid #F68699;
    border-bottom: 1px solid #F68699;
    border-left: 1px solid #F68699;
}
.radio-example-A01 li .input.first
{
    border-radius: 5px 0 0 5px;
    background-color: #fff;
}
.radio-example-A01 li .input.second
{
    background-color: #fff;
}
.radio-example-A01 li .input.third
{
    background-color: #fff;
}
.radio-example-A01 li .input.forth
{
    background-color: #fff;
}
.radio-example-A01 li .input.last
{
    border-right: 1px solid #F68699;
    border-radius: 0 5px 5px 0;
    background-color: #fff;
}
.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 #F68699;
    border-radius: 0 5px 5px 0;
}
.cpt-radio-A02:checked + label
{
    color: #fff;
}
.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: #F68699;
}

.cpt-radio-A03 + label
{
    width: 19.72789%;
    vertical-align: top;
    line-height: 20px;
}
.cpt-radio-A03.second + label,
.cpt-radio-A03.third + label,
.cpt-radio-A03.forth + label,
.cpt-radio-A03.last + label
{
    margin-left: -.4em;
}
.cpt-radio-A03.first + label,
.cpt-radio-A03.last + label
{
    padding: 4px 0 4px;
    font-size: 13px;
    line-height: 16px;
}
.cpt-radio-A03.first + label
{
    border-radius: 5px 0 0 5px;
}
.cpt-radio-A03.last + label
{
    border-right: 1px solid #F68699;
    border-radius: 0 5px 5px 0;
}
.cpt-radio-A03:checked + label
{
    color: #fff;
}
.cpt-radio-A03:checked.first + label,
.cpt-radio-A03:checked.second + label,
.cpt-radio-A03:checked.third + label,
.cpt-radio-A03:checked.forth + label,
.cpt-radio-A03:checked.last + label
{
    background-color: #F68699;
}

.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 #F68699;
    border-radius: 0 5px 5px 0;
}
.cpt-radio-B01:checked + label
{
    color: #fff;
    background-color: #F68699;
}

.cpt-radio-B02 + label
{
    position: relative;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 49.31973%;
    padding-left: 40px;

    text-align: left;
}
.cpt-radio-B02 + label:after
{
    position: absolute;
    top: 50%;
    left: 10px;

    display: block;

    width: 20px;
    width: 20px;
    height: 20px;
    height: 20px;
    margin-top: -10px;

    content: '';

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -970px;
    background-size: 102px 1655px;
}
.cpt-radio-B02.left + label
{
    margin-right: -.4em;

    border-radius: 5px 0 0 5px;
}
.cpt-radio-B02.right + label
{
    border-right: 1px solid #F68699;
    border-radius: 0 5px 5px 0;
}
.cpt-radio-B02:checked + label
{
    color: #fff;
    background-color: #F68699;
}
.cpt-radio-B02:checked + label:after
{
    width: 20px;
    height: 20px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1010px;
    background-size: 102px 1655px;
}

.cpt-radio-B02__title
{
    font-size: 12px;
    font-weight: bold;
}

.cpt-radio-B02__day
{
    font-size: 10px;
    font-weight: bold;
}

.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 #F68699;
    border-radius: 0 5px 5px 0;
}
.cpt-radio-C01:checked + label
{
    color: #fff;
    background-color: #F68699;
}

.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -870px;
    background-size: 102px 1655px;
}
.cpt-radio-D01:checked + label::before
{
    width: 20px;
    height: 20px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -890px;
    background-size: 102px 1655px;
}

.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 #F68699;
    border-radius: 0 5px 5px 0;
}
.cpt-radio-E01:checked + label
{
    color: #fff;
    background-color: #F68699;
}

.cpt-radio-group-A01 {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  
  width: 100%;
  padding: 0 !important;
  border: 1px solid #F68699;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  color: #F68699;
}

.cpt-radio-group-A01 > label {
  display: table-cell;
  position: relative;
  width: 20%;
  height: 40px;
  vertical-align: middle;
  border-left: 1px solid #F68699;
  text-align: center;
}

.cpt-radio-group-A01 > label:first-child,
.cpt-radio-group-A01 > label:last-child {
  font-size: 13px;
  line-height: 16px;
}

.cpt-radio-group-A01 > label:first-child {
  border-left: 0;
}

.cpt-radio-group-A01 > * {
  box-sizing: border-box;
}

.cpt-radio-group-A01 > label > .label {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.cpt-radio-group-A01 > label > input {
  display: none;
}

.cpt-radio-group-A01 > label > input:checked + .label {
  color: #fff;
  background-color: #F68699;
}

.cpt-radio-group-A01 > label > .label > em {
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  word-break: break-all;
}

.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -790px;
    background-size: 102px 1655px;
}
.cpt-check-A01:checked + label::before,
.cpt-check-A01:checked + input + label::before
{
    width: 20px;
    height: 20px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -990px;
    background-size: 102px 1655px;
}

.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -790px;
    background-size: 102px 1655px;
}
.cpt-check-A01:checked + label::before,
.cpt-check-A01:checked + input + label::before
{
    width: 20px;
    height: 20px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -990px;
    background-size: 102px 1655px;
}

.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 #F68699;
    border-radius: 0 5px 5px 0;
}
.cpt-check-B01:checked + label,
.cpt-check-B01:checked + input + label
{
    color: #fff;
    background-color: #F68699;
}

.cpt-check-C01 + label
{
    display: inline-block;

    width: 98.63946%;
    padding: 10px 0;

    text-align: center;

    color: #F68699;
    border: 1px solid #F68699;
    border-radius: 5px 5px 5px 5px;
}
.cpt-check-C01:checked + label
{
    color: #fff;
    background-color: #F68699;
}

.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 9px;

    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: 100px;
    background-image: -webkit-linear-gradient(90deg, #f3f3f3 0%, #fff 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(#fff));
    background-image: -webkit-linear-gradient(bottom, #f3f3f3 0%, #fff 100%);
    background-image:         linear-gradient(to top, #f3f3f3 0%, #fff 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%, #fff 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(#fff));
    background-image: -webkit-linear-gradient(bottom, #f3f3f3 0%, #fff 100%);
    background-image:         linear-gradient(to top, #f3f3f3 0%, #fff 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: 100px;
    background-color: #fff;
}
.cpt-btn-C01:hover,
.cpt-btn-C01:visited
{
    color: #F68699;
}

.cpt-btn-A01
{
    width: 250px;
}
.cpt-btn-A01 .read
{
    font-size: 11px;
    font-weight: normal;
}
.cpt-btn-A01 .btn__desc
{
    font-size: 13px;

    display: block;
}

.cpt-btn-A02
{
    line-height: normal;

    width: 117px;
}
.cpt-btn-A02 .btn__desc
{
    font-size: 13px;

    display: block;
}

.cpt-btn-A03
{
    width: 70%;
}
.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-A04 .btn__desc
{
    font-size: 13px;

    display: block;
}

.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -568px;
    background-size: 102px 1655px;

    speak: none;
}
.cpt-btn-B02 .logo__au
{
    display: block;

    width: 24px;
    height: 12px;
    margin: 0 auto;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -297px;
    background-size: 102px 1655px;

    speak: none;
}
.cpt-btn-B02 .logo__sb
{
    display: block;

    width: 86px;
    height: 13px;
    margin: 0 auto;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -457px;
    background-size: 102px 1655px;

    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: #F8EEF4;
}
.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: #F8EEF4;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -598px;
    background-size: 102px 1655px;

    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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -613px;
    background-size: 102px 1655px;
}

.backtotop
{
    padding: 0 9px;

    background-color: #F6F6F6;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 102px 1655px;
}

.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -10px;
    background-size: 102px 1655px;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -30px;
    background-size: 102px 1655px;
}
.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 li.page-single
{
    font-size: 11px;

    position: static;
    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: 0;
}
.btn-group-A01.flat li
{
    display: block;
    margin-bottom: 10px;
    letter-spacing: normal;
}
.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: #F6F6F6;
}
.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;
}
.table-pastlog-A01 td.cycle
{
    padding: 0 14px 0 0;
    text-align: right;
    font-weight: bold;
    color: #F68699;
}

.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: #F6F6F6;
}
.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 #dcdcdc;
}

.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -628px;
    background-size: 102px 1655px;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -583px;
    background-size: 102px 1655px;
}
.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 #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    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 #f0f0f0;
    border-left: 1px solid #f0f0f0;
}
.cpt-calendar-table-A01 tbody td:first-child
{
    border-left: none;
}
.cpt-calendar-table-A01 tbody td a
{
    text-decoration: none;

    color: #4d4d4d;
}
.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.week-end-sat.other-month a
{
    color: #cceafa;
}
.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;
}
.cpt-calendar-table-A01 tbody > tr:last-child td
{
    border-bottom: 1px solid #dcdcdc;
}

.calendar_icon_index
{
    margin-top: 13px;
    padding: 0 13px;
}

.calendar_icon_list
{
    font-size: 11px;

    padding: 0 9px 8px 9px;

    list-style: none;

    letter-spacing: -.4em;

    color: #4d4d4d;
    border: 1px solid #dcdcdc;
    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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1184px;
    background-size: 102px 1655px;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -628px;
    background-size: 102px 1655px;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -583px;
    background-size: 102px 1655px;
}
.day-select .day__selector li.disabled a
{
    pointer-events: none;

    opacity: .2;
}

.cpt-list-block-A01
{
    margin-top: 10px;

    border: 1px solid #D8D8D8;
    border-radius: 4px;
    background-color: #fff;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -658px;
    background-size: 102px 1655px;

    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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -736px;
    background-size: 102px 1655px;

    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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1556px;
    background-size: 102px 1655px;
}
.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 #F68699;
    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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -285px;
    background-size: 102px 1655px;
}
.status-list__score li .score i.blank
{
    width: 13px;
    height: 12px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -273px;
    background-size: 102px 1655px;
}

.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -658px;
    background-size: 102px 1655px;

    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;
}

.mode-list-A01
{
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 4px;
    background-color: #fff;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -658px;
    background-size: 102px 1655px;

    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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -658px;
    background-size: 102px 1655px;

    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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -150px;
    background-size: 102px 1655px;
}

.period__plan
{
    width: 11px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -128px;
    background-size: 102px 1655px;
}

.ovulation__day
{
    width: 9px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -194px;
    background-size: 102px 1655px;
}

.ovulation__plan
{
    width: 9px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -172px;
    background-size: 102px 1655px;
}

.childbirth__plan
{
    width: 12px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -95px;
    background-size: 102px 1655px;
}

.has__sex
{
    width: 13px;
    height: 12px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -249px;
    background-size: 102px 1655px;
}

.has__record
{
    width: 14px;
    height: 13px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -444px;
    background-size: 102px 1655px;
}

.intimate__level1
{
    display: block;

    width: 100%;
    height: 8px;

    text-indent: -9999px;

    background-color: #ffbfc3;
}

.intimate__level2
{
    display: block;

    width: 100%;
    height: 13px;

    text-indent: -9999px;

    background-color: #ffbfc3;
}

.intimate__level3
{
    display: block;

    width: 100%;
    height: 18px;

    text-indent: -9999px;

    background-color: #ffbfc3;
}

.pregnancy__level3
{
    display: block;

    width: 100%;
    height: 11px;

    text-indent: -9999px;

    background-color: #ffaf9f;
}

.pregnancy__level2
{
    display: block;

    width: 100%;
    height: 5px;

    text-indent: -9999px;

    background-color: #ffdab3;
}

.pregnancy__level1
{
    display: block;

    width: 100%;
    height: 5px;

    text-indent: -9999px;

    background-color: #fff2b3;
}

.icon__period::after,
.icon__period-more::after,
.icon__period-family::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: 73px;
}
.icon__period::after
{
    top: 10px;
    right: 10px;

    width: 58px;
    height: 13px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -405px;
    background-size: 102px 1655px;
}

.icon__period-more
{
    padding-right: 39px;
}
.icon__period-more::after
{
    bottom: 3px;
    right: 10px;

    width: 24px;
    height: 7px;

    background-color: #ffaf9f;
}

.icon__period-family
{
    padding-right: 45px;
}
.icon__period-family::after
{
    top: 10px;

    width: 25px;
    height: 13px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -418px;
    background-size: 102px 1655px;
}

.icon__intimate
{
    padding-right: 70px;
}
.icon__intimate::after
{
    top: 10px;

    width: 50px;
    height: 13px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -431px;
    background-size: 102px 1655px;
}

.icon__periodday
{
    padding-right: 31px;
}
.icon__periodday::after
{
    top: 13px;

    width: 11px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -150px;
    background-size: 102px 1655px;
}

.icon__periodplan
{
    padding-right: 31px;
}
.icon__periodplan::after
{
    top: 13px;

    width: 11px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -128px;
    background-size: 102px 1655px;
}

.icon__ovulationday
{
    padding-right: 29px;
}
.icon__ovulationday::after
{
    top: 13px;

    width: 9px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -194px;
    background-size: 102px 1655px;
}

.icon__ovulationplan
{
    padding-right: 29px;
}
.icon__ovulationplan::after
{
    top: 13px;

    width: 9px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -172px;
    background-size: 102px 1655px;
}

.icon__sex
{
    padding-right: 33px;
}
.icon__sex::after
{
    top: 13px;

    width: 13px;
    height: 12px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -249px;
    background-size: 102px 1655px;
}

.icon__record
{
    padding-right: 34px;
}
.icon__record::after
{
    top: 12px;

    width: 14px;
    height: 13px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -444px;
    background-size: 102px 1655px;
}

.icon__childbirth
{
    padding-right: 32px;
}
.icon__childbirth::after
{
    top: 13px;

    width: 12px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -95px;
    background-size: 102px 1655px;
}

.icon-lib
{
    display: inline-block;

    width: 16px;
    height: 12px;
    margin-right: 6px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -393px;
    background-size: 102px 1655px;
}

.icon-lib-02
{
    display: inline-block;

    width: 16px;
    height: 12px;
    margin-right: 6px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -381px;
    background-size: 102px 1655px;
}

.icon-lib-03
{
    display: inline-block;

    width: 16px;
    height: 12px;
    margin-right: 6px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -369px;
    background-size: 102px 1655px;
}

.icon-lib-04
{
    display: inline-block;

    width: 16px;
    height: 12px;
    margin-right: 6px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -357px;
    background-size: 102px 1655px;
}

.icon-lib-05
{
    display: inline-block;

    width: 16px;
    height: 12px;
    margin-right: 6px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -345px;
    background-size: 102px 1655px;
}

.icon-lib-06
{
    display: inline-block;

    width: 16px;
    height: 12px;
    margin-right: 6px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -333px;
    background-size: 102px 1655px;
}

.icon-lib-07
{
    display: inline-block;

    width: 16px;
    height: 12px;
    margin-right: 6px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -321px;
    background-size: 102px 1655px;
}

.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1228px;
    background-size: 102px 1655px;
}

.icon__desc_02
{
    width: 22px;
    height: 22px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1052px;
    background-size: 102px 1655px;
}

.icon__desc_03
{
    width: 22px;
    height: 22px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1272px;
    background-size: 102px 1655px;
}

.icon__desc_04
{
    width: 22px;
    height: 22px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1118px;
    background-size: 102px 1655px;
}

.icon__desc_05
{
    width: 22px;
    height: 22px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1140px;
    background-size: 102px 1655px;
}

.icon__desc_06
{
    width: 22px;
    height: 22px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1030px;
    background-size: 102px 1655px;
}

.icon__desc_07
{
    width: 22px;
    height: 22px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1206px;
    background-size: 102px 1655px;
}

.period__day02
{
    width: 11px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -139px;
    background-size: 102px 1655px;
}

.period__plan02
{
    width: 11px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -40px;
    background-size: 102px 1655px;
}

.ovulation__day02
{
    width: 9px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -183px;
    background-size: 102px 1655px;
}

.ovulation__plan02
{
    width: 9px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -161px;
    background-size: 102px 1655px;
}

.has__sex02
{
    width: 13px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -62px;
    background-size: 102px 1655px;
}

.term__ms
{
    width: 15px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -84px;
    background-size: 102px 1655px;
}

.term__follicle
{
    width: 15px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -106px;
    background-size: 102px 1655px;
}

.term__cl
{
    width: 15px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -51px;
    background-size: 102px 1655px;
}

.line__hightemp
{
    width: 15px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -238px;
    background-size: 102px 1655px;
}

.line__lowtemp
{
    width: 15px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -73px;
    background-size: 102px 1655px;
}

.memo__w
{
    width: 10px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -227px;
    background-size: 102px 1655px;
}

.memo__wo
{
    width: 10px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -216px;
    background-size: 102px 1655px;
}

.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -139px;
    background-size: 102px 1655px;
}

.icon__periodplan02
{
    padding-right: 31px;
}
.icon__periodplan02::after
{
    top: 13px;

    width: 11px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -40px;
    background-size: 102px 1655px;
}

.icon__ovulationday02
{
    padding-right: 29px;
}
.icon__ovulationday02::after
{
    top: 13px;

    width: 9px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -183px;
    background-size: 102px 1655px;
}

.icon__ovulationplan02
{
    padding-right: 29px;
}
.icon__ovulationplan02::after
{
    top: 13px;

    width: 9px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -161px;
    background-size: 102px 1655px;
}

.icon__sex02
{
    padding-right: 33px;
}
.icon__sex02::after
{
    top: 13px;

    width: 13px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -62px;
    background-size: 102px 1655px;
}

.icon__termms
{
    padding-right: 35px;
}
.icon__termms::after
{
    top: 13px;

    width: 15px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -84px;
    background-size: 102px 1655px;
}

.icon__termfollicle
{
    padding-right: 35px;
}
.icon__termfollicle::after
{
    top: 13px;

    width: 15px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -106px;
    background-size: 102px 1655px;
}

.icon__termcl
{
    padding-right: 35px;
}
.icon__termcl::after
{
    top: 13px;

    width: 15px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -51px;
    background-size: 102px 1655px;
}

.icon__termdiet
{
    padding-right: 35px;
}
.icon__termdiet::after
{
    top: 13px;

    width: 15px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -205px;
    background-size: 102px 1655px;
}

.icon__linehightemp
{
    padding-right: 35px;
}
.icon__linehightemp::after
{
    top: 13px;

    width: 15px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -238px;
    background-size: 102px 1655px;
}

.icon__linelowtemp
{
    padding-right: 35px;
}
.icon__linelowtemp::after
{
    top: 13px;

    width: 15px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -73px;
    background-size: 102px 1655px;
}

.icon__memow
{
    padding-right: 30px;
}
.icon__memow::after
{
    top: 13px;

    width: 10px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -227px;
    background-size: 102px 1655px;
}

.icon__memowo
{
    padding-right: 30px;
}
.icon__memowo::after
{
    top: 13px;

    width: 10px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -216px;
    background-size: 102px 1655px;
}

.icon__weightbudget
{
    padding-right: 93px;
}
.icon__weightbudget::after
{
    top: 13px;

    width: 73px;
    height: 11px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -117px;
    background-size: 102px 1655px;
}

.icon-sex
{
    display: inline-block;

    width: 13px;
    height: 12px;
    margin-right: 6px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -249px;
    background-size: 102px 1655px;
}

.icon-head-A01
{
    display: inline-block;

    width: 14px;
    height: 14px;
    margin-right: 6px;

    vertical-align: middle;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -526px;
    background-size: 102px 1655px;
}

.icon-head-A02
{
    display: inline-block;

    width: 14px;
    height: 14px;
    margin-right: 6px;

    vertical-align: middle;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -512px;
    background-size: 102px 1655px;
}

.icon-head-A03
{
    display: inline-block;

    width: 14px;
    height: 14px;
    margin-right: 6px;

    vertical-align: middle;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -498px;
    background-size: 102px 1655px;
}

.icon-head-A04
{
    display: inline-block;

    width: 14px;
    height: 14px;
    margin-right: 6px;

    vertical-align: middle;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -554px;
    background-size: 102px 1655px;
}

.icon-head-A05
{
    display: inline-block;

    width: 14px;
    height: 14px;
    margin-right: 6px;

    vertical-align: middle;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -470px;
    background-size: 102px 1655px;
}

.icon-head-A06
{
    display: inline-block;

    width: 14px;
    height: 14px;
    margin-right: 6px;

    vertical-align: middle;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -484px;
    background-size: 102px 1655px;
}

.icon-head-A07
{
    display: inline-block;

    width: 14px;
    height: 14px;
    margin-right: 6px;

    vertical-align: middle;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -540px;
    background-size: 102px 1655px;
}

.icon-head-B01
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    vertical-align: middle;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1228px;
    background-size: 102px 1655px;
}

.icon-head-B02
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    vertical-align: middle;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1052px;
    background-size: 102px 1655px;
}

.icon-head-B03
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    vertical-align: middle;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1272px;
    background-size: 102px 1655px;
}

.icon-head-B04
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    vertical-align: middle;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1118px;
    background-size: 102px 1655px;
}

.icon-head-B05
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    vertical-align: middle;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1140px;
    background-size: 102px 1655px;
}

.icon-head-B06
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    vertical-align: middle;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1030px;
    background-size: 102px 1655px;
}

.icon-head-B07
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    vertical-align: middle;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1206px;
    background-size: 102px 1655px;
}

.icon-head-B08
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    vertical-align: middle;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1074px;
    background-size: 102px 1655px;
}

.icon-head-B09
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    vertical-align: middle;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1162px;
    background-size: 102px 1655px;
}

.icon-head-B10
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    vertical-align: middle;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1250px;
    background-size: 102px 1655px;
}

.icon-head-B11
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    vertical-align: middle;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1096px;
    background-size: 102px 1655px;
}

.icon-head-C01
{
    display: inline-block;

    width: 15px;
    height: 15px;
    margin-right: 10px;

    vertical-align: middle;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -643px;
    background-size: 102px 1655px;
}

.icon-head-C02
{
    display: inline-block;

    width: 15px;
    height: 15px;
    margin-right: 10px;

    vertical-align: middle;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -673px;
    background-size: 102px 1655px;
}

.icon-infomation
{
    display: inline-block;
    float: right;

    width: 16px;
    height: 16px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -688px;
    background-size: 102px 1655px;
}
.icon-infomation.left
{
    float: none;

    margin-left: 5px;
}

.breadcrumblist__block
{
    padding: 10px 13px;

    background-color: #F6F6F6;
}
.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: #9D9DA2;
}
.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: #F6F6F6;
}
.faq__list .faq__title::before
{
    position: absolute;
    top: 20px;
    left: 13px;

    display: block;

    width: 20px;
    height: 20px;

    content: '';

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -930px;
    background-size: 102px 1655px;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -810px;
    background-size: 102px 1655px;
}

.bbt_link
{
    position: relative;

    margin-bottom: 13px;

    background-color: #F6F6F6;
}
.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 #F6F6F6;
}
.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 #dcdcdc;
    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: #F6F6F6;
}

.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: #9D9DA2;
}

.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?2106011400);
    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;
}

.wideImage-A01 img
{
    width: 100%;
}

.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -598px;
    background-size: 102px 1655px;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -613px;
    background-size: 102px 1655px;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -598px;
    background-size: 102px 1655px;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -613px;
    background-size: 102px 1655px;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -598px;
    background-size: 102px 1655px;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -613px;
    background-size: 102px 1655px;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -658px;
    background-size: 102px 1655px;

    speak: none;
}

.list-accordion-B01 a
{
    position: relative;

    display: block;

    padding: 10px 13px;

    text-decoration: none;

    color: #000031;
    background-color: #fff;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -598px;
    background-size: 102px 1655px;
}
.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -613px;
    background-size: 102px 1655px;
}

.cpt-tab-A01 .cpt-tab-A01__tab + .cpt-tab-A01__label
{
    display: inline-block;

    padding: 10px 0;

    text-align: center;

    color: #F68699;
    border-top: 1px solid #F68699;
    border-right: 1px solid #F68699;
    border-left: 1px solid #F68699;
}

.cpt-tab-A01 .cpt-tab-A01__tab + .cpt-tab-A01__label
{
    position: relative;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 45.625%;
    padding-left: 40px;

    text-align: left;

    border-radius: 5px 5px 0 0;
}
.cpt-tab-A01 .cpt-tab-A01__tab + .cpt-tab-A01__label:after
{
    position: absolute;
    top: 50%;
    left: 10px;

    display: block;

    width: 20px;
    width: 20px;
    height: 20px;
    height: 20px;
    margin-top: -10px;

    content: '';

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -970px;
    background-size: 102px 1655px;
}
.cpt-tab-A01 .cpt-tab-A01__tab.left + .cpt-tab-A01__label
{
    margin-right: 6px;
}
.cpt-tab-A01 .cpt-tab-A01__tab:checked + .cpt-tab-A01__label
{
    color: #fff;
    background-color: #F68699;
}
.cpt-tab-A01 .cpt-tab-A01__tab:checked + .cpt-tab-A01__label:after
{
    width: 20px;
    height: 20px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -1010px;
    background-size: 102px 1655px;
}
.cpt-tab-A01 .cpt-tab-A01__tab .cpt-tab-A01__tab__title
{
    font-size: 12px;
    font-weight: bold;
}
.cpt-tab-A01 .cpt-tab-A01__tab .cpt-tab-A01__tab__day
{
    font-size: 10px;
    font-weight: bold;
}
.cpt-tab-A01 .cpt-tab-A01__panel
{
    display: none;

    border-top: 4px solid #F68699;
}
.cpt-tab-A01 .cpt-tab-A01__panel.is-show
{
    display: block;
}

.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: #F68699;
}

.ui-datepicker-title
{
    font-weight: 700;

    padding: 12px 0;

    text-align: center;

    color: #fff;
}

.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?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -704px;
    background-size: 102px 1655px;
}

.ui-datepicker-next
{
    right: 10px;

    width: 16px;
    height: 16px;

    background-image: url(../img/sprite.png?version=2021060114000);
    background-repeat: no-repeat;
    background-position: 0 -720px;
    background-size: 102px 1655px;
}

.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: #fff;
}
.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: #9D9DA2;
}
.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;
}

.is-hide-fixed
{
  display: none;
}

.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;
}

.p-l-5
{
    padding-left: 5px;
}

.p-r-5
{
    padding-right: 5px;
}

.p-t-5
{
    padding-top: 5px;
}

.p-b-5
{
    padding-bottom: 5px;
}

.p-l-10
{
    padding-left: 10px;
}

.p-r-10
{
    padding-right: 10px;
}

.p-t-10
{
    padding-top: 10px;
}

.p-b-10
{
    padding-bottom: 10px;
}

.p-l-15
{
    padding-left: 15px;
}

.p-r-15
{
    padding-right: 15px;
}

.p-t-15
{
    padding-top: 15px;
}

.p-b-15
{
    padding-bottom: 15px;
}

.p-l-20
{
    padding-left: 20px;
}

.p-r-20
{
    padding-right: 20px;
}

.p-t-20
{
    padding-top: 20px;
}

.p-b-20
{
    padding-bottom: 20px;
}

.p-l-25
{
    padding-left: 25px;
}

.p-r-25
{
    padding-right: 25px;
}

.p-t-25
{
    padding-top: 25px;
}

.p-b-25
{
    padding-bottom: 25px;
}

.p-l-30
{
    padding-left: 30px;
}

.p-r-30
{
    padding-right: 30px;
}

.p-t-30
{
    padding-top: 30px;
}

.p-b-30
{
    padding-bottom: 30px;
}

.p-l-35
{
    padding-left: 35px;
}

.p-r-35
{
    padding-right: 35px;
}

.p-t-35
{
    padding-top: 35px;
}

.p-b-35
{
    padding-bottom: 35px;
}

.p-l-40
{
    padding-left: 40px;
}

.p-r-40
{
    padding-right: 40px;
}

.p-t-40
{
    padding-top: 40px;
}

.p-b-40
{
    padding-bottom: 40px;
}

.p-l-45
{
    padding-left: 45px;
}

.p-r-45
{
    padding-right: 45px;
}

.p-t-45
{
    padding-top: 45px;
}

.p-b-45
{
    padding-bottom: 45px;
}

.p-l-50
{
    padding-left: 50px;
}

.p-r-50
{
    padding-right: 50px;
}

.p-t-50
{
    padding-top: 50px;
}

.p-b-50
{
    padding-bottom: 50px;
}

.p-l-55
{
    padding-left: 55px;
}

.p-r-55
{
    padding-right: 55px;
}

.p-t-55
{
    padding-top: 55px;
}

.p-b-55
{
    padding-bottom: 55px;
}

.p-l-60
{
    padding-left: 60px;
}

.p-r-60
{
    padding-right: 60px;
}

.p-t-60
{
    padding-top: 60px;
}

.p-b-60
{
    padding-bottom: 60px;
}

.p-l-65
{
    padding-left: 65px;
}

.p-r-65
{
    padding-right: 65px;
}

.p-t-65
{
    padding-top: 65px;
}

.p-b-65
{
    padding-bottom: 65px;
}

.p-l-70
{
    padding-left: 70px;
}

.p-r-70
{
    padding-right: 70px;
}

.p-t-70
{
    padding-top: 70px;
}

.p-b-70
{
    padding-bottom: 70px;
}

.p-l-75
{
    padding-left: 75px;
}

.p-r-75
{
    padding-right: 75px;
}

.p-t-75
{
    padding-top: 75px;
}

.p-b-75
{
    padding-bottom: 75px;
}

.p-l-80
{
    padding-left: 80px;
}

.p-r-80
{
    padding-right: 80px;
}

.p-t-80
{
    padding-top: 80px;
}

.p-b-80
{
    padding-bottom: 80px;
}

.p-l-85
{
    padding-left: 85px;
}

.p-r-85
{
    padding-right: 85px;
}

.p-t-85
{
    padding-top: 85px;
}

.p-b-85
{
    padding-bottom: 85px;
}

.p-l-90
{
    padding-left: 90px;
}

.p-r-90
{
    padding-right: 90px;
}

.p-t-90
{
    padding-top: 90px;
}

.p-b-90
{
    padding-bottom: 90px;
}

.p-l-95
{
    padding-left: 95px;
}

.p-r-95
{
    padding-right: 95px;
}

.p-t-95
{
    padding-top: 95px;
}

.p-b-95
{
    padding-bottom: 95px;
}

.p-l-100
{
    padding-left: 100px;
}

.p-r-100
{
    padding-right: 100px;
}

.p-t-100
{
    padding-top: 100px;
}

.p-b-100
{
    padding-bottom: 100px;
}

.t-a-l
{
    text-align: left;
}

.t-a-c
{
    text-align: center;
}

.t-a-r
{
    text-align: right;
}

.f-r
{
    float: right;
}

.t-i-0
{
    text-indent: 0;
}

.t-i-5
{
    text-indent: -5px;
}

.t-i-10
{
    text-indent: -10px;
}

.t-i-15
{
    text-indent: -15px;
}

.t-i-20
{
    text-indent: -20px;
}

.t-i-25
{
    text-indent: -25px;
}

.t-i-30
{
    text-indent: -30px;
}

.t-i-35
{
    text-indent: -35px;
}

.t-i-40
{
    text-indent: -40px;
}

.t-i-45
{
    text-indent: -45px;
}

.t-i-50
{
    text-indent: -50px;
}


/*160805追加-新規会員画面(A02_002.html/A02_003.html)*/
.cpt-lead-A01-default-color a
{
    color: #000031;
}

/*160805追加-強制移行-その他IDでログイン画面(A05_004.html)*/
.cpt-btn-B01 .text__rakuten
{
    color: #bf0000;
}
.cpt-btn-B01:visited .text__rakuten,
.cpt-btn-B01:hover .text__rakuten
{
    color: #bf0000 !important;
}

.cpt-btn-B01 .text__yahoo
{
    color: #fe0034;
}
.cpt-btn-B01:visited .text__yahoo,
.cpt-btn-B01:hover .text__yahoo
{
    color: #fe0034 !important;
}

.cpt-btn-B01 .text__facebook
{
    color: #46629e;
}
.cpt-btn-B01:visited .text__facebook,
.cpt-btn-B01:hover .text__facebook
{
    color: #46629e !important;
}

.red{
    color:red;
}

/*211004追加-セルフチェック画面微修正に伴うスタイル調整 (A03_011.html)*/
.selfcheck-evaluation-label {
  display: table;
  width: 98.63945%;
  margin: 0;
  table-layout: fixed;
  list-style: none;
}

  .selfcheck-evaluation-label .label__list {
    display: table-cell;
  }

  .selfcheck-evaluation-label .label__list-text {
    font-size: 10px;
    font-weight: 700;
    display: block;
    margin-top: 10px;
    text-align: center;
    color: #000031;
  }

  .lnln-main{
  padding-top: 8px;
}

/* ---------------------- page styles */
.lnln-main{
  padding-top: 8px;
}

/* ---------------------- page styles */
.page-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  background: #f6f6f6;
  border-radius: 10px;
}

.page-title .text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.39;
  color: #f68699;
  text-align: center;
}

/* ---------------------- utility class */
.w100 {
  width: 100%;
}
.p-t-0{
  padding-top: 0;
}
.p-b-0{
  padding-bottom: 0;
}

.color-navy{
  color: #000031 !important;
}

.color-pink{
  color: #F68699 !important;
}

.color-gray{
  color: #9D9DA2 !important;
}

