/* **************************************************************************************

RESET

************************************************************************************** */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

li {
  list-style: none;
  list-style-type: none;
}

caption,
th {
  font-weight: normal;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

area {
  border: none;
  outline: none;
}

abbr,
acronym {
  border: 0;
}

* {
  box-sizing: border-box;

  -webkit-box-sizing: border-box;
}

input,
textarea {
  appearance: none;
  border: 0;
  outline: none;

  -webkit-appearance: none;
  -moz-appearance: none;
}

button {
  appearance: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;

  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
}

input,
textarea {
  appearance: none;

  -webkit-appearance: none;
  -moz-appearance: none;
}

a {
  outline: none;
}

figure {
  line-height: 0;
}

img {
  height: auto;
  width: 100%;
}

a img.icon {
  width: auto;
  margin-left: 5px;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* **************************************************************************************

BASE

************************************************************************************** */
body {
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W3, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body button {
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W3, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}

body>img {
  display: none;
}

/* **************************************************************************************

header

************************************************************************************** */

.headerlogo {
  padding: 10px 0;
}

.headerlogo p {
  text-align: center;
}

.headerlogo p img {
  max-width: 260px;
  min-width: 160px;
  width: 30%;
}

.p-header_change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 18px;
  justify-content: center;
  background: url('../img/header_change_bg.png') 0 0 repeat-y;
  background-size: 100%;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.p-header_pic {
  width: 72px;
  min-width: 72px;
  margin: 0 !important;
  padding: 0;
  line-height: 0 !important;
}

.p-header_text._change {
  padding: 0 0 0 14px;
}

.p-header_text._change img {
  width: 191px;
}

.p-header_text._info {
  padding: 6px 8px;
  background: url('../img/header_change_bg.png') 0 0 repeat-y;
  background-size: 100%;
  color: #000;
  font-family: ヒラギノ明朝 ProN W3, 'Hiragino Mincho ProN', 游明朝, 'YuMincho', メイリオ, Meiryo, sans-serif;
}

.p-header_text._info span {
  display: block;
  width: 100%;
  padding: 6px 0;
  font-size: 16px;
  line-height: 12px;
  text-align: center;
  font-weight: bold;
}

.p-header_text._info .span_12px {
  font-size: 13px;
  line-height: 4px;
}

.p-header_text._info span a {
  color: #000;
  text-decoration: underline;
}

.p-header_text._lead {
  padding: 8px 15px 7px;
  border-bottom: 1px solid #ffc408;
  border-top: 1px solid #ffc408;
  color: #fff;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 13.33333px;
  font-weight: bold;
  line-height: 21.33333px;
  text-align: center;
}

.p-header_text._lead span {
  display: inline-block;
  text-align: left;
}

.p-header_text._lead em {
  color: #ffc408;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-weight: bold;
}

.p-header_title {
  background: #0d0d44;
  padding-top: 10px;
  padding-bottom: 2px;
  background: url('../img/sanjiao.png');
  background-repeat: repeat;
}

/* **************************************************************************************

pagenav

************************************************************************************** */
.p-pagenav {
  margin: 15px 0 0;
}

.p-pagenav_des+.p-pagenav_des {
  margin: 10px 0 0;
}

.p-pagenav_term {
  padding: 10px 15px;
  background-color: #d5e2f1;
  border: 1px solid #aeb9d0;
}

.p-pagenav_term a {
  padding: 0 0 0 24px;
  color: #0d0d44;
  font-size: 16px;
  line-height: 16px;
}

.p-pagenav_term a:before {
  height: 18px;
  width: 18px;
  background-image: url('../img/icon_pagenav_close.png');
}

.p-pagenav_term a._open:before {
  background-image: url('../img/icon_pagenav_open.png');
}

.p-pagenav_term a._close:before {
  background-image: url('../img/icon_pagenav_close.png');
}

.p-pagenav_def {
  display: none;
}

.p-pagenav_list {
  margin: 4px 0 0;
  padding: 20px 15px;
  background-color: #f7f7f7;
}

.p-pagenav_item a {
  padding: 0 0 0 24px;
  color: #075edb;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 13.33333px;
  font-weight: bold;
  line-height: 13.33333px;
}

.p-pagenav_item a:before {
  height: 16px;
  width: 16px;
  background-image: url('../img/icon_pagenav1.png');
}

.p-pagenav_item+.p-pagenav_item {
  margin: 12px 0 0;
}

.p-pagenav a {
  position: relative;
  display: block;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-weight: bold;
}

.p-pagenav a:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}

/* **************************************************************************************

sec

************************************************************************************** */
.p-sec._level4 {
  padding-bottom: 20px;
}

.p-sec._scroll {
  margin: 0 0 18px;
}

/* **************************************************************************************

conditions

************************************************************************************** */
.p-conditions {
  margin: 0 0 12px;
  padding: 8px;
  background-color: #fcebf1;
}

.p-conditions_inner {
  padding: 8px;
  background-color: #fff;
}

.p-conditions_des {
  padding: 18px 8px;
  border: 1px solid #fcebf1;
}

.p-conditions_des dt {
  color: #e53c71;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}

.p-conditions_des dt span {
  display: block;
  margin: 7px 0 0;
  color: #000 !important;
  font-size: 12px;
  line-height: 12px;
}

.p-conditions_des dd {
  margin: 20px 0 0;
  color: #000 !important;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}

.p-conditions_or {
  margin: 10px 0;
}

.p-conditions_or span {
  display: block;
  height: 54px;
  width: 54px;
  margin: 0 auto;
  border: 1px solid #e63c71;
  border-radius: 50%;
  color: #e63c71;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
}

/* **************************************************************************************

inq

************************************************************************************** */
.p-inq {
  padding: 8px;
  background-color: #f2f2f2;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  text-align: center;
}

.p-inq_term {
  padding: 0 0 8px;
  color: #000;
  font-size: 12px;
  line-height: 1;
}

.p-inq_def {
  padding: 8px;
  background-color: #fff;
}

.p-inq_text em {
  position: relative;
  display: inline-block;
  padding: 0 0 0 32px;
  color: #daae1e;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 26.66667px;
  font-weight: bold;
  line-height: 1;
}

.p-inq_text em:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: block;
  height: 28px;
  width: 28px;
  background: url('../img/icon_tel.png') 0 0 no-repeat;
  background-size: contain;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}

.p-inq_text em a {
  color: #daae1e;
}

.p-inq_text span {
  display: block;
  margin: 6px 0 0;
  color: #000;
  font-size: 12px;
  line-height: 1;
}

/* **************************************************************************************

inqhead

************************************************************************************** */
.p-inqhead {
  margin: 14px 0 0;
  padding: 16px;
  background-color: #daae1e;
}

.p-inqhead_title {
  color: #fff;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 14.66667px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.p-inqhead_list {
  margin: 16px 0 0;
}

.p-inqhead_item {
  padding: 5px 0;
  background-color: #fff;
  border-radius: 10px;
  color: #daae1e;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.p-inqhead_item+.p-inqhead_item {
  margin: 8px 0 0;
}

/* **************************************************************************************

box

************************************************************************************** */
.p-box._inq {
  padding: 10px;
  background-color: #f2f2f2;
}

.p-box._inq .p-box_inner {
  margin: 10px 0 0;
  padding: 10px;
  background-color: #fff;
}

.p-box._inq .p-box_inner+p {
  margin: 10px 0 0;
}

.p-box._relief {
  margin: 10px 0;
  background-color: #fff;
}

.p-box._relief .p-box_wrap {
  margin: 0;
  padding: 10px 0;
}

.p-box._table0 {
  margin: 18px 0 0;
}

.p-box._table0 .p-box_head {
  padding: 5px;
  background: url('../img/table0_bg.png') 0 0 no-repeat;
  background-size: cover;
}

.p-box._table0 .p-box_name {
  padding: 6px 0;
  background-color: #fff;
  color: #daae1e;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 14.66667px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.p-box._table0 .p-box_title {
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #daae1e;
  color: #000;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 14.66667px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.p-box._table0 .p-box_inner._head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0 0;
  align-items: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
}

.p-box._table0 .p-box_inner._content {
  padding: 15px 10px;
  background-color: #fbf7ea;
}

.p-box._table0 .p-box_text {
  padding: 0 0 0 10px;
  color: #0d0d44;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 10.66667px;
  font-weight: bold;
  line-height: 1;
}

.p-box._table0 .p-box_text+.p-box_text {
  flex: 1;
  text-align: right;

  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.p-box._table0 .p-box_ann {
  margin: 8px 0 0;
  padding: 10px;
  background-color: #fff;
}

.p-box._table0 .p-box_pdf {
  margin: 20px 0 0;
}

/* **************************************************************************************

heading

************************************************************************************** */
.c-heading._level2 {
  margin: 18px 0;
  color: #fff;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 30.66667px;
  font-weight: bold;
  line-height: 30.66667px;
  text-align: center;
}

.c-heading._level3 {
  position: relative;
  margin: 0 0 16px;
  padding: 14px 0 16px;
  background-color: #0d0d44;
  color: #fff;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 15.33333px;
  font-weight: bold;
  line-height: 15.33333px;
  text-align: center;
}

.c-heading._level3:before {
  position: absolute;
  bottom: 4px;
  left: 50%;
  content: '';
  display: block;
  height: 1px;
  width: 96%;
  background-color: #ffc408;
  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);
}

.c-heading._level4 {
  margin: 0 0 18px;
  padding: 10px;
  background-color: #f7edcd;
  border-left: 5px solid #ffc408;
  color: #000 !important;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 14.66667px;
  font-weight: bold;
  line-height: 14.66667px;
}

/* **************************************************************************************

inner

************************************************************************************** */
.c-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.c-inner._top {
  padding: 18px 15px 16px;
}

/* **************************************************************************************

text

************************************************************************************** */
.c-text {
  color: #000;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}

.c-text2 {
  color: #000;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.c-text._top {
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20.66667px;
}

.c-text._top._ann {
  margin: 14px 0 0;
  color: #990d0d !important;
  text-indent: 0 !important;
}

.c-text._card {
  color: #0d0d44 !important;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 15.33333px;
  font-weight: bold;
  line-height: 1.4;
}

.c-text._card+._ann {
  margin-top: 18px !important;
}

.c-text._ann {
  margin-left: 12px;
  color: #000;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  text-indent: -12px;
}

.c-text._ann2 {
  margin-left: 12px;
  color: #000;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
  text-indent: -12px;
}

.c-text._small {
  color: #000;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
}

.c-text._small2 {
  color: #000;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
}

.c-text._inq {
  margin: -10px 0 10px;
}

.c-text._center {
  text-align: center;
}

.c-text._tel {
  display: block;
  margin: 20px 0;
  padding: 12px;
  background-color: #0d0d44;
  color: #fff !important;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 12.66667px;
  font-weight: bold;
  line-height: 1.4;
}

.c-text._tel span {
  position: relative;
  display: block;
  padding: 0 0 0 46px;
}

.c-text._tel span:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: block;
  height: 37px;
  width: 37px;
  background: url('../img/icon_tel.png') 0 0 no-repeat;
  background-size: contain;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}

.c-text._note {
  padding: 14px 10px;
  background-color: #e53c71;
  color: #fff !important;
  font-size: 12px;
  line-height: 1.3;
}

.c-text._note span {
  position: relative;
  display: block;
  padding: 0 0 0 36px;
}

.c-text._note span:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: block;
  height: 24px;
  width: 29px;
  background: url('../img/icon_note.png') 0 0 no-repeat;
  background-size: contain;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}

.c-text._relief {
  padding: 10px 0;
  background-color: #f8efd7;
  font-size: 14.66667px;
  line-height: 1;
  text-align: center;
}

/* **************************************************************************************

table

************************************************************************************** */
.c-table._table0 tr:nth-child(odd) td {
  background-color: #fff;
}

.c-table._table0 tr:nth-child(even) td {
  background-color: #f6f6f6;
}

.c-table._table0 td {
  padding: 4px;
  color: #000;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 10.66667px;
  font-weight: bold;
  line-height: 1;
}

.c-table._case td {
  padding: 15px 0;
  border-bottom: 1px solid #a3a3a3;
}

.c-table._case td._not-covered,
.c-table._case td._covered {
  padding: 50px 5px;
  vertical-align: top;
}

.c-table._case td._covered {
  width: 85px;
}

.c-table._case td._covered p {
  max-width: 85px;
}

.c-table._case td._not-covered {
  width: 46px;
}

.c-table._case td._not-covered p {
  max-width: 40px;
}

.c-table._case td._not-covered._middle {
  width: auto;
}

.c-table._case td._not-covered._middle p {
  max-width: 120px;
}

.c-table._case ._vertical {
  text-align: center !important;
  vertical-align: middle;
}

.c-table._case ._vertical span {
  display: inline-block;
  white-space: nowrap;
  writing-mode: vertical-rl;

  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}

.c-table._case ._not-covered,
.c-table._case ._covered {
  text-align: center;
}

.c-table._case ._not-covered {
  position: relative;
  background-color: #dbdbdb;
}

.c-table._case ._not-covered ._not-covered:before,
.c-table._case ._not-covered ._not-covered:after {
  content: none;
}

.c-table._case ._not-covered._middle {
  vertical-align: middle !important;
}

.c-table._case ._covered {
  background-color: #fbf6e6;
}

.c-table._case ._covered+._not-covered:before {
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
}

.c-table._case ._covered+._not-covered:after {
  content: none;
}

.c-table._case .c-table_title {
  padding: 10px;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 13.33333px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  word-wrap: break-word;
}

.c-table._case .c-table_title._t0 {
  background-color: #dae6f4;
  color: #000;
}

.c-table._case .c-table_title._t1 {
  background-color: #afafaf;
  color: #fff;
}

.c-table._case .c-table_sub {
  overflow: hidden;
  width: 8%;
  max-width: 20px;
  padding: 0 5px;
  color: #fff;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 10.66667px;
  font-weight: bold;
  line-height: 0;
}

.c-table._case .c-table_sub._sub0 {
  background-color: #ffc408;
  border-bottom: 1px solid #ffc408;
}

.c-table._case .c-table_sub._sub1 {
  background-color: #e53c71;
  border-bottom: 1px solid #e53c71;
}

.c-table._case .c-table_sub._sub2 {
  background-color: #003;
  border-bottom: 1px solid #003;
}

.c-table._case .c-table_contents {
  word-wrap: break-word;
}

.c-table._case .c-table_not {
  padding: 0;
}

.c-table._case .c-table_text {
  color: #000;
}

.c-table._case .c-table_text._example {
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 10.66667px;
  font-weight: bold;
  line-height: 1.3;
}

.c-table._case .c-table_text._large {
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.c-table._case .c-table_text._covered,
.c-table._case .c-table_text._not-covered {
  position: relative;
  margin: 15px 0 0 !important;
  padding: 50px 0 0;
  background-repeat: no-repeat;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.c-table._case .c-table_text._covered {
  background-image: url('../img/icon_covered.png');
  background-position: 50% 0;
  background-size: 24px 24px;
  color: #e53c71;
}

.c-table._case .c-table_text._not-covered {
  background-image: url('../img/icon_not_covered.png');
  background-position: 50% 3px;
  background-size: 20px 20px;
  color: #9b9b9b;
}

.c-table._case .c-table_text._not-covered._large {
  padding: 66px 0 0;
  background-position: 50% 0;
  background-size: 49px 49px;
  font-size: 13.33333px;
}

.c-table._case .c-table_text._not {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 20px;
  padding: 15px 5px;
  justify-content: center;
  background-color: #afafaf;
  color: #fff;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 10.66667px;
  font-weight: bold;
  align-items: center;
  line-height: 0;

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.c-table._case .c-table_text._not span {
  display: block;
  z-index: 100;
  max-width: 20px;
  padding: 5px;
}

.c-table._case .c-table_list._example {
  margin: 0 !important;
  list-style-type: disc;
  word-wrap: break-word;
}

.c-table._case .c-table_list._example .c-table_item {
  margin: 0 0 0 16px;
  list-style-type: disc;
  color: #000;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 10.66667px;
  font-weight: bold;
  word-wrap: break-word;
}

.c-table._case .c-table_list._example .c-table_item+.c-table_item {
  margin: 5px 0 0 16px;
}

.c-table._case .c-table_list._covered {
  margin: 3px 0 0 !important;
  text-align: left;
}

.c-table._case .c-table_list._covered .c-table_item {
  color: #000;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 10.66667px;
  font-weight: bold;
}

.c-table._case .c-table_list._covered .c-table_item:before {
  content: '\25CE';
}

.c-table._case .c-table_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
  align-items: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
}

.c-table._case .c-table_type {
  padding: 0 3px;
  text-align: center;
}

.c-table._case .c-table_type img {
  height: auto;
  width: 36px;
}

.c-table._case .c-table_type span {
  display: block;
  margin: 5px auto 0;
  padding: 0 5px;
  border: 1px solid #0d0d44;
  color: #0d0d44;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 10.66667px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.c-table._case .c-table_example {
  padding: 0 0 0 5px;
  flex: 1;

  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.c-table._case .c-table_inner {
  flex: 1;

  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.c-table._case .c-table_inner .c-table_box+.c-table_box {
  margin: 8px 0 0;
  padding: 8px 0 0;
  border-top: 1px solid #a3a3a3;
}

.c-table._case .c-table_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0 5px 5px;
  align-items: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
}

.c-table._case .c-table_wrap+.c-table_wrap {
  border-top: 1px solid #a3a3a3;
}

/* **************************************************************************************

list

************************************************************************************** */
.c-list._pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 14px 0 0 !important;
  justify-content: center;
  text-align: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.c-list._pdf .c-list_item {
  color: #000;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 13.33333px;
  font-weight: bold;
  line-height: 1;
}

.c-list._pdf .c-list_item+.c-list_item {
  margin: 0 0 0 10px;
}

.c-list._pdf .c-list_item a {
  margin: 5px 0 0;
}

.c-list._flow {
  margin: 18px 0 0;
}

.c-list._flow .c-list_link {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 0;
  background-color: #fff;
  border: 1px solid #e9e9f0;
  color: #0d0d44;
}

.c-list._flow .c-list_link span {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 14.66667px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.c-list._flow .c-list_link img {
  display: block;
  height: auto;
  width: 101px;
  margin: 0 auto;
}

.c-list._flow .c-list_link._open:before {
  background-image: url('../img/icon_accordion_open.png');
}

.c-list._flow .c-list_link._close:before {
  background-image: url('../img/icon_accordion_close.png');
}

.c-list._flow .c-list_link:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: '';
  display: block;
  height: 15px;
  width: 15px;
  background-image: url('../img/icon_accordion_close.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}

.c-list._flow .c-list_inner {
  display: none;
  background-color: #f7f7f7;
}

.c-list._flow .c-list_box {
  padding: 0 15px 20px;
}

.c-list._flow .c-list_panel._after {
  padding: 5px;
  background-color: #fff;
  border: 1px solid #e9e9f0;
}

.c-list._flow .c-list_panel._branch,
.c-list._flow .c-list_panel._flow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.c-list._flow .c-list_panel._branch {
  align-items: stretch;

  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
}

.c-list._flow .c-list_panel._flow {
  padding: 30px 0;
}

.c-list._flow .c-list_panel._flow>img {
  position: relative;
  display: block;
  z-index: 1;
  height: auto;
  width: 10px;
  margin: 0 auto;
  line-height: 1;
}

.c-list._flow .c-list_panel._flow:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  display: block;
  z-index: 0;
  height: 100%;
  width: 5px;
  background-color: #dcc484;
  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);
}

.c-list._flow .c-list_branch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 147px;
  padding: 30px 0;
  justify-content: center;
  align-items: center;

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.c-list._flow .c-list_branch+.c-list_branch {
  margin: 0 0 0 6px;
}

.c-list._flow .c-list_branch:before,
.c-list._flow .c-list_branch:after {
  position: absolute;
  content: '';
  display: block;
}

.c-list._flow .c-list_branch:before {
  left: 50%;
  top: 0;
  z-index: 0;
  height: 100%;
  width: 5px;
  background-color: #dcc484;
  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);
}

.c-list._flow .c-list_branch:after {
  bottom: -1px;
  left: 50%;
  z-index: 1;
  height: 9px;
  width: 10px;
  background: url('../img/icon_arr_flow.png') 0 0 no-repeat;
  background-size: contain;
  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);
}

.c-list._flow .c-list_text._after {
  padding: 4px 0;
  background-color: #f8efd7;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.c-list._flow .c-list_text._main {
  padding: 10px 0 5px;
  color: #000;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.c-list._flow .c-list_text._main span {
  display: block;
  margin: 0 0 5px;
  color: #0d0d44;
  font-size: 18px;
}

.c-list._flow .c-list_text._main a {
  color: #075edb;
  line-height: 1.6;
}

.c-list._flow .c-list_des {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 10px 5px 5px;
  background-color: #fff;
  border: 1px solid #e9e9f0;
}

.c-list._flow .c-list_term {
  margin: 0 0 15px;
  color: #000;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

.c-list._flow .c-list_term._small {
  font-size: 12px;
  line-height: 1.4;
}

.c-list._flow .c-list_term._term1 {
  padding: 10px 0 6px;
}

.c-list._flow .c-list_def {
  padding: 15px 5px;
  background-color: #e53c71;
  color: #fff;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 14.66667px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

.c-list._flow .c-list_def._small {
  font-size: 10.66667px;
  line-height: 1.4;
}

.c-list._flow .c-list_def._def1 {
  padding: 22px 5px 23px;
}

.c-list._flow .c-list_def a {
  color: #fff;
  text-decoration: underline !important;
}

.c-list._flow .c-list_def a:visited {
  color: #fff;
}

.c-list._flow .c-list_arr {
  position: relative;
}

.c-list._flow .c-list_arr:after {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  display: block;
  z-index: 1;
  height: 9px;
  width: 10px;
  margin: -9px 0 0;
  background: url('../img/icon_arr_flow.png') 0 0 no-repeat;
  background-size: contain;
  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);
}

/* **************************************************************************************

btn

************************************************************************************** */
.c-btn._pdf {
  display: block;
  margin: 15px 0 0;
  padding: 8px;
  background: #bc121a;
  border-radius: 4px;
  color: #fff !important;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
}

.c-btn._pdf span {
  position: relative;
  display: block;
}

.c-btn._pdf span:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  display: block;
  height: 33px;
  width: 33px;
  background: url('../img/icon_download.png') 0 0 no-repeat;
  background-size: contain;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}

.c-btn._pdf._relief {
  margin: 6px 10px 0;
  font-size: 13.33333px;
  line-height: 27px;
}

.c-btn._pdf._relief span {
  padding: 0 40px 0 0;
}

.c-btn._pdf._relief span:before {
  height: 27px;
  width: 27px;
}

.c-btn._pdf._table0 {
  width: 100%;
  font-size: 13.33333px;
  line-height: 30px;
}

.c-btn._pdf._table0 span {
  padding: 0 20px 0 0;
}

.c-btn._pdf._table0 span:before {
  height: 21px;
  width: 21px;
}

.c-btn._lost {
  display: block;
  margin: 10px 0 0;
  padding: 8px;
  background: #0d0d44;
  border-radius: 10px;
  color: #fff;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 13.33333px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

.c-btn._lost span {
  position: relative;
  display: block;
}

.c-btn._lost span:before {
  position: absolute;
  right: 6px;
  top: 50%;
  content: '';
  display: block;
  height: 9px;
  width: 6px;
  background: url('../img/icon_arr_white.png') 0 0 no-repeat;
  background-size: contain;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}

/* **************************************************************************************

des

************************************************************************************** */
.c-des._relief {
  margin: 8px 0 0;
}

.c-des._relief .c-des_term {
  padding: 8px 0;
  border-bottom: 1px solid #daae1e;
  border-top: 1px solid #daae1e;
  color: #daae1e;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 14.66667px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.c-des._relief .c-des_def {
  padding: 14px 0 0;
  color: #000;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.c-des._relief .c-des_tel {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 24px;
  color: #daae1e;
  font-size: 16px;
  line-height: 24px;
}

.c-des._relief .c-des_tel:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: block;
  height: 21px;
  width: 21px;
  background: url('../img/icon_tel.png') 0 0 no-repeat;
  background-size: contain;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}

.c-des._relief .c-des_tel a {
  color: #daae1e;
}