@charset "UTF-8";
/* ===================================================================
  common.css
  ページ用スタイル
=================================================================== */
@import url("../../common/css/normalize.css");
@import url("../../common/css/common.css?20240109");
/*
page style
--------------------------------*/
.p-sec {
  /*
  box
  ------------------------- */
}

.p-sec .p-ctt {
  margin-top: 50px;
}

.p-sec .p-ctt + .p-ctt {
  margin-top: 50px;
}

.p-sec .p-ctt .wrap {
  padding: 0 30px;
}

.p-sec .p-ctt dl.list {
  margin-bottom: 30px;
}

.p-sec .p-ctt dl.list a {
  color: #333;
  text-decoration: none;
}

.p-sec .p-ctt dl.list a:hover {
  color: #12963b;
}

.p-sec .p-ctt dl.list dt {
  width: 100px;
  background: url(../../common/images/arrow2.png) no-repeat 0 50%;
  color: #12963b;
  padding-left: 24px;
  margin-bottom: 4px;
}

.p-sec .p-ctt dl.list dd {
  margin-bottom: 12px;
}

.p-sec .box {
  padding: 0px 30px;
}

.p-sec .box + .box {
    margin-top: 60px;
}

.p-sec .box table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.p-sec .box table th,
.p-sec .box table td {
  text-align: left;
  border: 1px solid #ccc;
  padding: 10px 10px;
}

.p-sec .box table th {
  width: 320px;
  background-color: #f1f1f1;
  word-break: keep-all;

  text-indent: -1em;
  padding-left: calc(1em + 10px);
}

.p-sec .box table th::before {
  content: "■";
  color: #12963b;
}

.p-sec .box .left_space2 {
  text-indent: -1em;
  padding-left: 1em;
}

.p-sec .note_list {
  margin: 0;
  padding: 0;
}
.p-sec .note_list li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-sec .note_list li .btn_left {
  text-indent: 0;
  margin: 5px 0 0 !important;
}
.p-sec .flow_list{
  margin: 0 0 10px;
}
.p-sec .flow_list li {
  padding: 0 5px 5px calc(1em + 5px);
  margin-bottom: 5px;
  border-bottom: 1px #ddd solid;
}
.p-sec .flow_list li:last-child {
  margin-bottom: 0;
}
.p-sec .uline {
    text-decoration: underline;
}
.p-sec .detai_charactor {
    background: url(../images/charactor_pc.png) no-repeat right bottom;
}

.p-sec .sep_box .sep_item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px #ddd solid;
    display: flex;
}
.p-sec .sep_box .sep_item:before {
    content: "●";
    color: #12963b;
    flex-shrink: 0;
}
.p-sec .sep_box .sep_item:first-child {
    padding-top: 0;
    border-top: none;
}
.p-sec .sep_box .sep_item:last-child {
    padding-bottom: 0;
}

