@charset "UTF-8";

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

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}

img {
    border: 0;
    vertical-align: bottom;
}

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

sub {
    vertical-align: sub;
}

sup {
    vertical-align: super;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

pre {
    white-space: pre-wrap;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    word-break: keep-all;
    hanging-punctuation: allow-end;
    /*background: #eef1f4;*/
    position: relative;
}

p {
    text-align: justify;
}

a {
    text-decoration: underline;
    color: #fff;
    outline: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

a:hover {
    opacity: 1;
}

img {
    width: 100%;
    display: inline-block;
}

input,
textarea,
button {
    outline: none;
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar:horizontal {
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #fafafa;
    border: none;
    -webkit-box-shadow: inset 0 0 2px #fafafa;
    box-shadow: inset 0 0 2px #fafafa;
}

::-webkit-scrollbar-thumb {
    background: #DBDBDB;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

input[type="text"],
input[type="password"],
input[type="mail"],
input[type="tel"],
textarea {
    font-size: 16px;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

select {
    font-size: 16px;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

label {
    position: relative;
}

/*
---------------------------------------- */
html {
    height: 100%;
}

body {
    height: 100%;
    text-align: center;
}

.l-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 767px;
    height: auto;
    min-height: 100vh;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.l-outside {
    width: 100%;
    height: 100px;
    background: #c03;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-outside p {
    padding: 1em;
}

.l-inside {
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #000;
    text-align: left;
}

.p-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 767px;
    height: auto;
    background: #fff;
    color: #000;
    text-align: left;
}

.p-wrapper a {
    color: #2196F3;
}

.p-wrapper.is_flex-center {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.p-wrapper.is_flex-end {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*
---------------------------------------- */
.p-section__inner {
    padding: 16px;
}

.p-container .is_mt00 {
    margin-top: 0;
}

.p-container .is_pt00 {
    padding-top: 0;
}

.p-container .is_mb00 {
    margin-bottom: 0;
}

.p-container .is_pb00 {
    padding-bottom: 0;
}

.p-container .is_mb24 {
    margin-bottom: 24px;
}

/*
---------------------------------------- */
.p-title.is_border {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #DADADA;
}

.p-title__type01 h1,
.p-title__type01 h2,
.p-title__type01 h3,
.p-title__type01 h4,
.p-title__type01 h5,
.p-title__type01 h6,
.p-title__type01 p {
    font-size: 24px;
    font-weight: bold;
}

.p-title__type02 h1,
.p-title__type02 h2,
.p-title__type02 h3,
.p-title__type02 h4,
.p-title__type02 h5,
.p-title__type02 h6,
.p-title__type02 p {
    font-size: 22px;
    font-weight: bold;
}

.p-title__type03 h1,
.p-title__type03 h2,
.p-title__type03 h3,
.p-title__type03 h4,
.p-title__type03 h5,
.p-title__type03 h6,
.p-title__type03 p {
    font-size: 20px;
    font-weight: bold;
}

.p-title__type04 h1,
.p-title__type04 h2,
.p-title__type04 h3,
.p-title__type04 h4,
.p-title__type04 h5,
.p-title__type04 h6,
.p-title__type04 p {
    font-size: 18px;
    font-weight: bold;
}

.p-title__type05 h1,
.p-title__type05 h2,
.p-title__type05 h3,
.p-title__type05 h4,
.p-title__type05 h5,
.p-title__type05 h6,
.p-title__type05 p {
    font-size: 16px;
    font-weight: bold;
}

/*
---------------------------------------- */
.is_tac {
    text-align: center;
}

.is_tal {
    text-align: left;
}

.is_tar {
    text-align: right;
}

.is_imgmax {
    margin: 0 -16px;
}

/*
---------------------------------------- */
.p-part {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #D9D9D9;
}

.p-part.is_lg {
    margin-top: 96px;
}

.p-part.is_border-dotted {
    border-top: 1px dotted #D9D9D9;
}

.p-part:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.p-chapter {
    margin-top: 32px;
}

.p-chapter.is_bgc {
    margin: 32px -16px -16px -16px;
    padding: 16px;
}

.p-chapter.is_bgc_gry,
.p-chapter.is_bgc__gry {
    background: #F8F8F8;
}

.p-chapter:first-of-type {
    margin-top: 0;
}

.p-clause {
    margin-top: 24px;
}

.p-clause:first-of-type {
    margin-top: 24px;
}

.p-clause:first-of-type {
    margin-top: 0;
}

.p-column {
    padding: 16px;
    border-radius: 8px;
}

.p-column.is_bgc_gry,
.p-column.is_bgc__gry {
    background: #F8F8F8;
}

.p-column.is_bdr_gry {
    border: 1px solid #D9D9D9;
}

.p-block {
    margin-top: 16px;
}

.p-block:first-of-type {
    margin-top: 0;
}

.p-frame {
    border: 1px solid #D9D9D9;
}

/*
---------------------------------------- */
.p-buttonlink ul li {
    border: 1px solid #DADADA;
    border-radius: 3em;
}

.p-buttonlink ul li a {
    padding: 0.8em 40px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    text-align: center;
    position: relative;
}

.p-buttonlink ul li a[target="_blank"]:before {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: #cc0033;
    margin-left: 0.5em;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto;
    border-radius: 50%;
}

.p-buttonlink ul li a[target="_blank"]:after {
    display: inline-block;
    content: '';
    width: 11px;
    height: 11px;
    background: url(../img/ic_blank01_wht01_img01.png) no-repeat 50% 50%;
    background-size: contain;
    margin-left: 0.5em;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
}

/*
---------------------------------------- */
.p-textlink.is_right {
    text-align: right;
}

.p-textlink.is_center {
    text-align: center;
}

.p-textlink ul li a {
    display: inline-block;
    font-weight: bold;
    color: #444;
}

.p-textlink ul li a[target="_blank"]:after {
    display: inline-block;
    content: '';
    width: 11px;
    height: 11px;
    background: url(../img/ic_blank01_red01_img01.png) no-repeat 50% 50%;
    background-size: contain;
    margin-left: 0.5em;
}

.p-textlink.is_linkcolor ul li a {
    color: #2196F3;
}

.p-textlink.is_linkcolor ul li a[target="_blank"]:after {
    background: url(../img/ic_blank01_ble01_img01.png) no-repeat 50% 50%;
    background-size: contain;
}

/*
---------------------------------------- */
.p-explain__title {
    margin-bottom: 16px;
}

.p-explain__txt {
    margin-bottom: 16px;
}

.p-explain__txt p+p {
    margin-top: 8px;
}

.p-explain__txt p em {
    font-style: normal;
    font-weight: bold;
    color: #c03;
}

.p-explain__txt p strong {
    font-style: normal;
    font-weight: bold;
}

.p-explain__txt p small {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #444444;
}

.p-explain__txt a[target="_blank"]:after {
    display: inline-block;
    content: '';
    width: 11px;
    height: 11px;
    background: url(../img/ic_blank01_ble01_img01.png) no-repeat 50% 50%;
    background-size: contain;
    margin: 0 0.5em;
}

.p-explain__msg {
    margin-bottom: 16px;
}

.p-explain__msg p {
    font-size: 16px;
}

.p-explain__msg p+p {
    margin-top: 8px;
}

.p-explain__msg p em {
    font-style: normal;
    font-weight: bold;
    color: #c03;
}

.p-explain__msg p strong {
    font-style: normal;
    font-weight: bold;
}

.p-explain__img p i {
    display: block;
    line-height: 1;
}

.p-explain__img p i img {
    display: block;
    line-height: 1;
}

.p-explain__img+.p-explain__txt {
    margin-top: 16px;
}

/*
---------------------------------------- */
.p-list__definition dl dt {
    margin-top: 16px;
    font-weight: bold;
}

.p-list__definition dl dt:first-of-type {
    margin-top: 0;
}

.p-list__ordered ol {
    margin-left: 32px;
    margin-top: 8px;
}

.p-list__ordered ol li {
    margin-top: 8px;
}

.p-list__ordered>ol:first-of-type {
    margin-top: 0;
}

.p-list__ordered>ol>li:first-of-type {
    margin-top: 0;
}

.p-list__ordered_type01>ol {
    counter-reset: p-list__ordered_cnt01;
}

.p-list__ordered_type01>ol>li {
    list-style-type: none;
    counter-increment: p-list__ordered_cnt01;
    list-style-position: outside;
    position: relative;
}

.p-list__ordered_type01>ol>li::before {
    display: inline-block;
    content: "("counter(p-list__ordered_cnt01) ")";
    position: absolute;
    top: 0;
    left: -32px;
}

.p-list__ordered_type02>ol {
    counter-reset: p-list__ordered_cnt02;
}

.p-list__ordered_type02>ol>li {
    list-style-type: none;
    list-style-position: outside;
    position: relative;
}

.p-list__ordered_type02>ol>li::before {
    display: inline-block;
    counter-increment: p-list__ordered_cnt02;
    content: ""counter(p-list__ordered_cnt02) "";
    position: absolute;
    top: 0;
    left: -32px;
}

.p-list__ordered_type03>ol {
    counter-reset: p-list__ordered_cnt03;
}

.p-list__ordered_type03>ol>li {
    list-style-type: none;
    list-style-position: outside;
    position: relative;
}

.p-list__ordered_type03>ol>li::before {
    display: inline-block;
    counter-increment: p-list__ordered_cnt03;
    content: "("counter(p-list__ordered_cnt03, lower-alpha) ")";
    position: absolute;
    top: 0;
    left: -32px;
}

.p-list__ordered_type04>ol {
    counter-reset: p-list__ordered_cnt04;
}

.p-list__ordered_type04>ol>li {
    list-style-type: none;
    list-style-position: outside;
    position: relative;
}

.p-list__ordered_type04>ol>li::before {
    display: inline-block;
    counter-increment: p-list__ordered_cnt04;
    content: "("counter(p-list__ordered_cnt04, lower-roman) ")";
    position: absolute;
    top: 0;
    left: -32px;
}

.p-list__ordered_type05>ol {
    counter-reset: p-list__ordered_cnt05;
}

.p-list__ordered_type05>ol>li {
    list-style-type: none;
    list-style-position: outside;
    position: relative;
}

.p-list__ordered_type05>ol>li::before {
    display: inline-block;
    counter-increment: p-list__ordered_cnt05;
    content: "("counter(p-list__ordered_cnt05, decimal) ")";
    position: absolute;
    top: 0;
    left: -32px;
}

.p-list__ordered_type08>ol {
    counter-reset: p-list__ordered_cnt08;
}

.p-list__ordered_type08>ol>li {
    list-style-type: none;
    counter-increment: p-list__ordered_cnt08;
    list-style-position: outside;
    position: relative;
}

.p-list__ordered_type08>ol>li::before {
    display: inline-block;
    content: ""counter(p-list__ordered_cnt08) "";
    position: absolute;
    top: 4px;
    left: -32px;
    width: 16px;
    font-size: 10px;
    text-align: center;
}

.p-list__ordered_type08>ol>li::after {
    display: inline-block;
    content: '';
    position: absolute;
    top: 4px;
    left: -32px;
    width: 16px;
    height: 16px;
    border: 0.5px solid #000;
    border-radius: 50%;
}

.p-list__ordered_type10>ol {
    counter-reset: p-list__ordered_cnt10;
    margin-left: 64px;
}

.p-list__ordered_type10>ol>li {
    margin-bottom: 16px;
    list-style-type: none;
    counter-increment: p-list__ordered_cnt10;
    list-style-position: outside;
    position: relative;
    font-weight: bold;
}

.p-list__ordered_type10>ol>li::before {
    display: inline-block;
    content: "第"counter(p-list__ordered_cnt10) "条";
    position: absolute;
    top: 0;
    left: -64px;
}

.p-list__ordered_type10>ol>li * {
    font-weight: normal;
}

.p-list__ordered_type10>ol>li>p {
    font-weight: bold;
}

.p-list__ordered_type10>ol>li>.p-explain {
    margin-top: 8px;
}

.p-list__ordered_type20>ol>li {
    list-style-type: none;
    list-style-position: outside;
    position: relative;
}

.p-list__ordered_type20>ol>li::before {
    display: inline-block;
    content: '○';
    position: absolute;
    top: 0px;
    left: -32px;
    width: 16px;
}

.p-list__ordered_type20>ol>li:nth-of-type(1)::before {
    content: '①';
}

.p-list__ordered_type20>ol>li:nth-of-type(2)::before {
    content: '②';
}

.p-list__ordered_type20>ol>li:nth-of-type(3)::before {
    content: '③';
}

.p-list__ordered_type20>ol>li:nth-of-type(4)::before {
    content: '④';
}

.p-list__ordered_type20>ol>li:nth-of-type(5)::before {
    content: '⑤';
}

.p-list__ordered_type20>ol>li:nth-of-type(6)::before {
    content: '⑥';
}

.p-list__ordered_type20>ol>li:nth-of-type(7)::before {
    content: '⑦';
}

.p-list__ordered_type20>ol>li:nth-of-type(8)::before {
    content: '⑧';
}

.p-list__ordered_type20>ol>li:nth-of-type(9)::before {
    content: '⑨';
}

.p-list__ordered_type20>ol>li:nth-of-type(10)::before {
    content: '⑩';
}

.p-list__ordered_type20>ol>li:nth-of-type(11)::before {
    content: '⑪';
}

.p-list__ordered_type20>ol>li:nth-of-type(12)::before {
    content: '⑫';
}

.p-list__ordered_type20>ol>li:nth-of-type(13)::before {
    content: '⑬';
}

.p-list__ordered_type20>ol>li:nth-of-type(14)::before {
    content: '⑭';
}

.p-list__ordered_type20>ol>li:nth-of-type(15)::before {
    content: '⑮';
}

.p-list__ordered_type20>ol>li:nth-of-type(16)::before {
    content: '⑯';
}

.p-list__ordered_type20>ol>li:nth-of-type(17)::before {
    content: '⑰';
}

.p-list__ordered_type20>ol>li:nth-of-type(18)::before {
    content: '⑱';
}

.p-list__ordered_type20>ol>li:nth-of-type(19)::before {
    content: '⑲';
}

.p-list__ordered_type20>ol>li:nth-of-type(20)::before {
    content: '⑳';
}

.p-list__ordered_type20>ol>li:nth-of-type(21)::before {
    content: '㉑';
}

.p-list__ordered_type20>ol>li:nth-of-type(22)::before {
    content: '㉒';
}

.p-list__ordered_type20>ol>li:nth-of-type(23)::before {
    content: '㉓';
}

.p-list__ordered_type20>ol>li:nth-of-type(24)::before {
    content: '㉔';
}

.p-list__ordered_type20>ol>li:nth-of-type(25)::before {
    content: '㉕';
}

.p-list__ordered_type20>ol>li:nth-of-type(26)::before {
    content: '㉖';
}

.p-list__ordered_type20>ol>li:nth-of-type(27)::before {
    content: '㉗';
}

.p-list__ordered_type20>ol>li:nth-of-type(28)::before {
    content: '㉘';
}

.p-list__ordered_type20>ol>li:nth-of-type(29)::before {
    content: '㉙';
}

.p-list__ordered_type20>ol>li:nth-of-type(30)::before {
    content: '㉚';
}

.p-list__ordered_nomark>ol>li {
    list-style-type: none;
    list-style-position: outside;
    position: relative;
}

.p-list__unordered ul {
    margin-left: 32px;
    margin-top: 8px;
}

.p-list__unordered ul li {
    margin-top: 8px;
}

.p-list__unordered>ul:first-of-type {
    margin-top: 0;
}

.p-list__unordered>ul>li:first-of-type {
    margin-top: 0;
}

.p-list__unordered ul li {
    list-style-type: none;
    list-style-position: outside;
    position: relative;
}

.p-list__unordered ul li::before {
    display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #444;
    position: absolute;
    top: calc(0.5em + 2px);
    left: -32px;
}

.p-list__point ol {
    margin-left: 32px;
    margin-top: 8px;
}

.p-list__point ol li {
    margin-top: 8px;
}

.p-list__point ol:first-of-type {
    margin-top: 0;
}

.p-list__point ol li:first-of-type {
    margin-top: 0;
}

.p-list__point ol li {
    list-style-type: none;
    counter-increment: p-list__point_cnt01;
    list-style-position: outside;
    position: relative;
}

.p-list__point ol li::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    content: counter(p-list__point_cnt01);
    width: 20px;
    height: 20px;
    font-size: 14px;
    color: #CC0033;
    position: absolute;
    top: 0;
    left: -32px;
    z-index: 15;
    -webkit-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
}

.p-list__point ol li::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    background: #fff;
    position: absolute;
    top: 0;
    left: -32px;
    z-index: 0;
}

.p-list__check.is_strong {
    font-size: 16px;
    font-weight: bold;
}

.p-list__check ul {
    margin-left: 32px;
    margin-top: 8px;
}

.p-list__check ul li {
    margin-top: 8px;
}

.p-list__check ul:first-of-type {
    margin-top: 0;
}

.p-list__check ul li:first-of-type {
    margin-top: 0;
}

.p-list__check ul li {
    list-style-type: none;
    counter-increment: p-list__point_cnt01;
    list-style-position: outside;
    position: relative;
}

.p-list__check ul li::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    content: '';
    width: 6px;
    height: 12px;
    border: 2px solid #CC0033;
    border-top: none;
    border-left: none;
    background: #fff;
    position: absolute;
    top: 2px;
    left: -27px;
    z-index: 15;
    -webkit-transform: translate(1px, 1px) rotate(45deg);
    -ms-transform: translate(1px, 1px) rotate(45deg);
    transform: translate(1px, 1px) rotate(45deg);
}

.p-list__check ul li::after {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    background: #fff;
    position: absolute;
    top: 0;
    left: -32px;
    z-index: 0;
}

.p-list__bullet_disc>ul,
.p-list__bullet_circle>ul,
.p-list__bullet_square_blk>ul,
.p-list__bullet_square_wht>ul {
    margin-left: 32px;
    margin-top: 8px;
}

.p-list__bullet_disc>ul>li,
.p-list__bullet_circle>ul>li,
.p-list__bullet_square_blk>ul>li,
.p-list__bullet_square_wht>ul>li {
    list-style-position: outside;
    margin-top: 8px;
    position: relative;
}

.p-list__bullet_disc>ul>li {
    list-style-type: disc;
}

.p-list__bullet_circle>ul>li {
    list-style-type: circle;
}

.p-list__bullet_square_blk>ul>li::before {
    display: inline-block;
    content: '■';
    position: absolute;
    top: 0px;
    left: -32px;
}

.p-list__bullet_square_wht>ul>li::before {
    display: inline-block;
    content: '□';
    position: absolute;
    top: 0px;
    left: -32px;
}

.p-list__att ul {
    font-size: 12px;
}

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

/*
---------------------------------------- */
.p-notice__txt {
    margin-bottom: 12px;
}

.p-notice__txt p {
    font-size: 12px;
}

.p-notice__txt p+p {
    margin-top: 6px;
}

/*
---------------------------------------- */
.p-change {
    margin-bottom: 16px;
}

.p-change__box {
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.p-change__box.is_gry {
    border: 1px solid #ffffff;
}

.p-change__box.is_red {
    background: #fff;
    border: 1px solid #CC0033;
}

.p-change__box.is_gry .p-change__box_label {
    padding: 16px;
    background: #fff;
}

.p-change__box.is_red .p-change__box_label {
    padding: 16px;
    background: #FBEDF1;
}

.p-change__box_label p {
    font-weight: bold;
    text-align: center;
}

.p-change__box.is_red .p-change__box_label p {
    color: #CC0033;
}

.p-change__box_title {
    margin: 16px;
}

.p-change__box.is_gry .p-change__box_label+.p-change__box_title,
.p-change__box .p-change__box_title+.p-change__box_text {
    margin-top: 0;
    padding-top: 16px;
    border-top: 1px solid #F8F8F8;
}

.p-change__box_title p {
    font-weight: bold;
    text-align: center;
}

.p-change__box_list {
    margin: 16px;
}

.p-change__box_list dl dt {
    width: 7em;
    margin: 0;
    padding: 0;
    float: left;
    clear: left;
    position: relative;
}

.p-change__box_list dl dt::after {
    display: inline-block;
    content: '：';
    position: absolute;
    top: 0;
    right: 0.5em;
}

.p-change__box_list dl dd {
    margin: 0 0 0 7em;
    padding: 0;
}

.p-change__arrow {
    padding: 8px;
}

.p-change__arrow p {
    text-align: center;
}

.p-change__arrow p img {
    display: inline-block;
    width: 40px;
    height: auto;
    text-align: center;
}

.p-change__box_text {
    margin: 16px;
}

.p-change__box_text p strong {
    font-weight: bold;
}

.u-mt_s {
    margin-top: 8px !important;
}

.p-top__img02 {
    width: 240px;
    margin: 24px auto;
}

/* 230808追記 */
.p-logo {
    width: 150px;
    margin: 0 auto;
    padding: 2em 0;
}

h2 {
    font-size: 20px;
    font-weight: bold;
}

.p-questionnaireBlock {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 3em;
    color: #0c3752;
    font-weight: bold;
}

.p-questionnaireBlock>div {
    display: flex;
    justify-content: space-between;
}

.p-questionnaireBlock input[type="radio"] {
    position: relative;
    width: 20px;
    height: 20px;
    outline: none;
}

.p-questionnaireBlock input[type="radio"]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: inherit;
    height: inherit;
    border: 1px solid #c5cfd7;
    border-radius: 50%;
    background-color: #d9e3ec;
}

.p-questionnaireBlock input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: inherit;
    height: inherit;
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid #0c3752;
    box-sizing: border-box;
}

.p-buttonlink02 {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    height: 50px;
    margin: 0 auto;
    border: 2px solid #0c3752;
    border-radius: 28px;
    color: #0c3752 !important;
    font-weight: bold;
    text-decoration: none;
}

.p-part02 {
    padding: 2em;
    border-top: 2px solid #979797;
}

.p-part03 {
    padding: 3em 2em;
    border-top: 2px solid #979797;
}

/* PBI15972対応 */
.p-part04 {
    padding: 1em 2em;
    border-top: 2px solid #979797;
}

.p-footer {
    color: #5c525f;
    text-align: center;
    /* PBI15972対応 */
    padding: 3em 2em;
}

/*
---------------------------------------- */
/*
---------------------------------------- */
/*
---------------------------------------- */
/*
---------------------------------------- */
/*
---------------------------------------- */
/*
---------------------------------------- */
/*
---------------------------------------- */