<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*====================================================================
.s_02 .accordion_one
====================================================================*/

.s_02 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_02 .accordion_one .accordion_header {
  background-color: #1c85d8;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  padding: 30px 11%;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;  
  text-indent: -2em;
  padding-left: 3em;
}
.s_02 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #1275c3;
}
.s_02 .accordion_one:nth-of-type(4) .accordion_header {
    background-color: #1275c3;
}
.s_02 .accordion_one:nth-of-type(6) .accordion_header {
    background-color: #1275c3;
}
.s_02 .accordion_one:nth-of-type(8) .accordion_header {
    background-color: #1275c3;
}
.s_02 .accordion_one:nth-of-type(10) .accordion_header {
    background-color: #1275c3;
}
.s_02 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_02 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_02 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_02 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_02 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
  box-sizing: border-box;
  background-color:#fff;
}
.s_02 .accordion_one .accordion_inner p {
  text-align:left;
  padding-bottom:1em;
}
.s_02 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #1275c3;
  border-right: 2px solid #1275c3;
  border-bottom: 2px solid #1275c3;
}

.s_02 .accordion_one:nth-of-type(4) .accordion_inner {
  border-left: 2px solid #1275c3;
  border-right: 2px solid #1275c3;
  border-bottom: 2px solid #1275c3;
}

.s_02 .accordion_one:nth-of-type(6) .accordion_inner {
  border-left: 2px solid #1275c3;
  border-right: 2px solid #1275c3;
  border-bottom: 2px solid #1275c3;
}

.s_02 .accordion_one:nth-of-type(8) .accordion_inner {
  border-left: 2px solid #1275c3;
  border-right: 2px solid #1275c3;
  border-bottom: 2px solid #1275c3;
}

.s_02 .accordion_one:nth-of-type(10) .accordion_inner {
  border-left: 2px solid #1275c3;
  border-right: 2px solid #1275c3;
  border-bottom: 2px solid #1275c3;
}

.s_02 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 120%;
  }
  .s_02 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }

}
@media screen and (max-width: 800px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 120%;
    text-align: left;
    padding: 15px 60px 15px 15px;
    text-indent: 0em;
  }
}
@media print,screen and (min-width:801px) {
    .faqImg {
	float:right;
	}
}</pre></body></html>