@charset 'utf-8';

.list-circle-num li{
  margin-bottom: 15px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.list-circle-num li:last-child{
  margin-bottom: 0;
}
.list-circle-num li span{
  display: table-cell;
  width: 30px;
  vertical-align: top;
}
.list-circle-num li span img{
  vertical-align: top;
}
.list-circle-num li div{
  display: table-cell;
  padding-top: 8px;
  padding-left: 8px;
  vertical-align: top;
}

.tbl td .list-bullet-01 li:last-child{
  margin-bottom: 0;
}

.uni-box-01{
  padding: 25px 0;
}

.list-flow-02{
  display: table;
}
.list-flow-02 li{
  float: none !important;
  display: table-cell;
}
.list-flow-02 li .disc{
  height: 20px;
}

.section-link {
  color: #006699;
}
:not([href]) a {
  cursor: pointer;
}
a:link {
  color: #006699;
  text-decoration: none;
}
.section-link-btn{
  text-align: center;
  margin-bottom: 50px;
}
.section-link-btn_txt {
  display: inline-block;
  width: 340px;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  border: 2px solid #d8dadc;
  border-radius: 8px;
  padding: 15px 30px;
  box-sizing: border-box;
}
.section-link-btn_txt:hover {
  border: 2px solid #006699;
}
.section-link::after {
  background: #006699;
  transform: translateY(-50%) rotate(90deg);
}
.section-link::before, .section-link::after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 5px;
  margin-right: 15px;
  background: #006699;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*
---------------------------
        accordion
---------------------------
*/
.js-accordion-btn{
  background-color: #ffffff;
}
.section-link {
  position: relative;
}

.section-link::before,
.section-link::after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 5px;
  margin-right: 15px;
  background: #006699;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section-link::after {
  background: #006699;
  transform: translateY(-50%) rotate(90deg);
}

.js-accordion-open::after {
  transform: rotate(0);
}
.js-accordion1 p{
  margin: auto;
}

.accordion-cp {
  margin-top: -78px;
  padding-top: 40px;
  display: none;
}

.list-item-text-color-blue {
  color: #2174ed;
  font-weight: bold;
}

/*