@charset "utf-8";
/* CSS Document */
.subTitle {
    height: 250px;
    background: url("../img/sub-bg.png") center center !important;
	background-size: cover;
    text-align: center;
}

.works-02 {
    display: flex;
    justify-content: center;
}.works-02-cont {
    padding: 40px;
    width: 50%;
    display: flex;
}.works-02-cont .txt {
    padding: 0 20px;
    position: relative;
}.works-02-cont .txt h3 {
    font-size: 21px;
    margin: 15px 0;
}.works-02-cont .txt p {
    font-size: 15px;
    font-weight: bold;
}.works-02-cont figure {
    line-height: 0;
}.works-02-cont .Btn02 {
    position: absolute;
    display: block;
    width: 256px;
    bottom: 0;
    left: 20px;
}
section.flow001 {
    background: #eee;
    padding: 30px 0;
}section.flow001 ul li {
    display: flex;
    background: #fff;
    margin-bottom: 20px;
}section.flow001 ul {
    width: 800px;
    margin: 40px auto;
    list-style: none;
    padding: 0;
}section.flow001 ul li span {
    line-height: 0;
    width: 80px;
}section.flow001 ul li p {
    width: calc(100% - 80px);
    text-align: center;
    padding: 1px 0 0;
    font-size: 20px;
    font-weight: bold;
}.qa_cont {
    margin-bottom: 20px;
}
.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
}
section.flow002 {
    padding: 40px 0;
}
.accordion-container .accordion-title {
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    background: #eee;
    cursor: pointer;
}

.accordion-container .accordion-title:hover, .accordion-container .accordion-title:active, .accordion-container .content-entry.open .accordion-title {
    background-color: #eeeeee;
    color: #333;
}.accordion-container .accordion-title span {
    width: 80px;
    line-height: 0;
}
.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: #333;
}

.accordion-title{
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-225deg);
  top: 45%;
}

.accordion-content {
    display: none;
    padding: 1px 20px 10px;
    background: #eee;
}
.accordion-container .accordion-title strong {
    display: inline-block;
    margin: 25px 0 0 20px;
}.accordion-content p {
    background: #fff;
    padding: 20px;
    min-height: 170px;
}
.accordion-container {
    width: 800px;
    margin: 40px auto;
}
@media screen and (max-width: 768px) {
section.flow001 ul {
    width: 100%;
    margin: 40px auto;
    list-style: none;
    padding: 0;
}section.flow001 ul li {
    width: 100%;
    display: table;
    background: #fff;
    margin-bottom: 20px;
    justify-content: space-between;
}section.flow001 ul li span {
    line-height: 0;
    width: 80px;
    display: table-cell;
    vertical-align: top;
}section.flow001 ul li p {
    width: calc(100% - 80px);
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}.accordion-container {
    width: 100%;
    margin: 40px auto;
}
}