/*------------------------
		qa
------------------------*/
.qa .marianas_nav {
  left: 40px;
}

/* section01 */
.section01 {
  background-image: url(../images/qa/kv_bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 140px;
  padding-bottom: 270px;
}

.section01 .titleWrapper {
  margin: 0 0 300px 100px;
}

.section01 .titleWrapper .title {
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 45px;
  color: #fff;
  margin-bottom: 30px;
}

.section01 .titleWrapper .text {
  width: 700px;
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.section01 .section01_logo {
  text-align: center;
  margin-bottom: 150px;
}

.section01 .section01_logo img {
  width: 745px;
  height: 257px;
}

.section01 .description {
}

.section01 .description .description_title {
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.068em;
  margin-bottom: 15px;
  padding-left: 90px;
}

.section01 .description .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 760px;
  font-family: 'Eurostile', sans-serif;
  font-size: 12px;
  text-align: right;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}

.section01 .description .point:before {
  content: '';
  width: 100%;
  border-top: 1px solid #fff;
  margin-right: 10px;
}

.section01 .description .description_list {
  padding-left: 90px;
}

.section01 .description .description_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.section01 .description .description_item:nth-child(2) {
  margin-left: 130px;
}

.section01 .description .description_item:nth-child(3) {
  margin-left: 260px;
}

.section01 .description .description_number {
}

.section01 .description .description_number img {
  width: 130px;
  height: 130px;
}

.section01 .description .description_textWrapper {
  margin-left: 20px;
}

.section01 .description .description_topic {
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 26px;
  color: #fff;
  letter-spacing: 0.068em;
  margin-top: 10px;
  margin-bottom: 15px;
}

.section01 .description .description_text {
  width: 400px;
  font-family: 'NotoSansJP-Regular', sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}

@media screen and (min-width:800px) and (max-width:1200px) {
  .section01 .titleWrapper {
    margin: 0 0 25vw 8.3vw;
  }

  .section01 .titleWrapper .title {
    font-size: 3.75vw;
    margin-bottom: 2.5vw;
  }

  .section01 .titleWrapper .text {
    width: 58.3vw;
    font-size: 1.3vw;
    line-height: 2.3vw;
  }

  .section01 .section01_logo {
    margin-bottom: 12.5vw;
  }

  .section01 .section01_logo img {
    width: 62vw;
    height: 21.4vw;
  }

  .section01 .description .description_title {
    font-size: 2.5vw;
    margin-bottom: 1.25vw;
    padding-left: 7.5vw;
  }

  .section01 .description .point {
    width: 63.3vw;
    font-size: 1vw;
    margin-bottom: 2vw;
  }

  .section01 .description .description_list {
    padding-left: 7.5vw;
  }

  .section01 .description .description_item {
    margin-bottom: 2.5vw;
  }

  .section01 .description .description_item:nth-child(2) {
    margin-left: 10.8vw;
  }

  .section01 .description .description_item:nth-child(3) {
    margin-left: 21.6vw;
  }

  .section01 .description .description_number img {
    width: 10.8vw;
    height: 10.8vw;
  }

  .section01 .description .description_textWrapper {
    margin-left: 1.6vw;
  }

  .section01 .description .description_topic {
    font-size: 2.1vw;
    margin-top: 0.83vw;
    margin-bottom: 1.25vw;
  }

  .section01 .description .description_text {
    width: 33.3vw;
    font-size: 1.1vw;
    line-height: 2vw;
  }
}

@media screen and (max-width:799px) {
  .qa .marianas_nav {
    left: auto;
  }
  .section01 {
    background-image: url(../images/qa/sp_kv_bg.jpg);
    padding-top: 100px;
    padding-bottom: 180px;
  }

  .section01 .titleWrapper {
    margin: 0 0 100px 15px;
  }

  .section01 .titleWrapper .title {
    font-size: 28px;
    margin-bottom: 34px;
    letter-spacing: 0.05em;
  }

  .section01 .titleWrapper .text {
    width: 100%;
    font-size: 12px;
    line-height: 21px;
    padding-right: 15px;
  }

  .section01 .section01_logo {
    text-align: center;
    margin-bottom: 180px;
  }

  .section01 .section01_logo img {
    width: 280px;
    height: 96px;
  }

  .section01 .description .description_title {
    width: 320px;
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 25px;
    text-align: right;
  }

  .section01 .description .point {
    width: 320px;
    font-size: 8px;
    margin-bottom: 30px;
  }

  .section01 .description .description_list {
    padding-left: 15px;
  }

  .section01 .description .description_item {
    margin-bottom: 40px;
  }

  .section01 .description .description_item:nth-child(2) {
    margin-left: 0;
  }

  .section01 .description .description_item:nth-child(3) {
    margin-left: 0;
  }

  .section01 .description .description_number {
  }

  .section01 .description .description_number img {
    width: 50px;
    height: 50px;
  }

  .section01 .description .description_textWrapper {
    padding-right: 15px;
    margin-left: 10px;
  }

  .section01 .description .description_topic {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .section01 .description .description_text {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
  }
}

/* section02 */
.section02 {
  background-color: #003147;
}

.section02 .section_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0 50px;
}

.section02 .titleWrapper {
  width: 720px;
  margin-bottom: 40px;
}

.section02 .titleWrapper .title {
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 40px;
  color: #44b0de;
  margin-bottom: 10px;
}

.section02 .titleWrapper .point {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Eurostile', sans-serif;
  font-size: 12px;
  text-align: right;
  color: #44b0de;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.section02 .titleWrapper .point:before {
  content: '';
  width: 100vw;
  border-top: 1px solid #44b0de;
  margin-right: 10px;
}

.section02 .titleWrapper .point:after {
  position: absolute;
  top: 0;
  left: -100vw;
  bottom: 0;
  margin: auto;
  content: '';
  width: 100vw;
  height: 1px;
  background-color: #44b0de;
  margin-right: 10px;
}

.section02 .diving_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section02 .diving_list .diving_item {
  width: 100%;
  height: 550px;
  margin-right: 1px;
  background-color: rgba(255, 255, 255, 0.05);
}

.section02 .diving_list .diving_item:last-child {
  margin-right: 0;
}

.section02 .diving_list .diving_item .title {
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.068em;
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(151, 213, 228, 0.58);
}

.section02 .diving_list .diving_item .text {
  font-family: 'NotoSansJP-Regular', sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  border-top: 1px solid rgba(151, 213, 228, 0.58);
  padding: 40px 15px 0;
}

@media screen and (min-width:800px) and (max-width:1200px) {

  .section02 .section_inner {
    width: 83.3vw;
    padding: 5.8vw 0 4.1vw;
  }

  .section02 .titleWrapper {
    width: 60vw;
    margin-bottom: 3.3vw;
  }

  .section02 .titleWrapper .title {
    font-size: 3.3vw;
    margin-bottom: 0.8vw;
  }

  .section02 .titleWrapper .point {
    font-size: 1vw;
  }

  .section02 .diving_list .diving_item {
    height: 43.75vw;
  }

  .section02 .diving_list .diving_item .title {
    font-size: 1.8vw;
    line-height: 2.6vw;
    padding-bottom: 4.1vw;
    padding-top: 4.1vw;
  }

  .section02 .diving_list .diving_item .text {
    font-size: 1.1vw;
    line-height: 2vw;
    padding: 3.3vw 1.25vw 0;
  }
}

@media screen and (max-width:799px) {
  .section02 .section_inner {
    width: 100%;
    padding: 50px 15px 50px;
  }

  .section02 .titleWrapper {
    width: 340px;
    margin-bottom: 35px;
  }

  .section02 .titleWrapper .title {
    font-size: 24px;
    line-height: 35px;
    text-align: right;
  }

  .section02 .diving_list {
    display: block;
  }

  .section02 .diving_list .diving_item {
    height: 256px;
    margin-bottom: 15px;
  }

  .section02 .diving_list .diving_item:last-child {
    margin-bottom: 0;
  }

  .section02 .diving_list .diving_item .title {
    font-size: 15px;
    line-height: 28px;
    text-align: left;
    padding: 15px;
  }

  .section02 .diving_list .diving_item .text {
    font-size: 10px;
    line-height: 21px;
    padding: 15px;
  }
}

/* section03 */
.section03 {
  background-image: url(../images/qa/goods_bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.section03 .section_inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0 100px;
}

.section03 .titleWrapper {
  width: 600px;
  margin-bottom: 50px;
}

.section03 .titleWrapper .title {
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
}

.section03 .titleWrapper .point {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Eurostile', sans-serif;
  font-size: 12px;
  text-align: right;
  color: #fff;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.section03 .titleWrapper .point:before {
  content: '';
  width: 100vw;
  border-top: 1px solid #fff;
  margin-right: 10px;
}

.section03 .titleWrapper .point:after {
  position: absolute;
  top: 0;
  left: -100vw;
  bottom: 0;
  margin: auto;
  content: '';
  width: 100vw;
  height: 1px;
  background-color: #fff;
  margin-right: 10px;
}

.section03 .goods_list {
  width: 300px;
  background-color: rgba(255, 255, 255, 0.15);
}

.section03 .goods_list .goods_item {
  position: relative;
}

.section03 .goods_list .head {
  position: relative;
  padding: 15px 0 15px 50px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

.section03 .goods_list .head.active {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.section03 .goods_list .head:before {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  content: '';
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* OlD
.section03 .goods_list .head:before {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  content: '+';
  color: #fff;
  width: 10px;
  height: 10px;
} */
.section03 .goods_list .head.active:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/*.section03 .goods_list .head.active:before {
  content: '-';
}*/

.section03 .goods_list .number {
  position: absolute;
  top: 15px;
  left: 15px;
  font-family: 'Roboto-Light', sans-serif;
  font-size: 40px;
  color: #fff;
}

.section03 .goods_list .subtitle {
  font-family: 'Eurostile', sans-serif;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  margin-top: 2px;
}

.section03 .goods_list .title {
  font-family: 'NotoSansJP-Bold', sans-serif;
  font-size: 15px;
  letter-spacing: 0.068em;
  color: #fff;
  font-weight: lighter;
}

.section03 .goods_list .contents {
  display: none;
  padding: 15px;
  font-family: 'NotoSansJP-Regular', sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  border-bottom: 1px solid #fff;
}

.section03 .goods_image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 550px;
}

@media screen and (min-width:800px) and (max-width:1200px) {
  .section03 .section_inner {
    width: 83.3vw;
    padding: 5.8vw 0 8.3vw;
  }

  .section03 .titleWrapper {
    width: 50vw;
    margin-bottom: 4.1vw;
  }

  .section03 .titleWrapper .title {
    font-size: 3.3vw;
  }

  .section03 .titleWrapper .point {
    font-size: 1vw;
  }

  .section03 .goods_list {
    width: 25vw;
  }

  .section03 .goods_list .head {
    padding: 1.25vw 0 1.25vw 4.1vw;
  }

  .section03 .goods_list .number {
    top: 1.25vw;
    left: 1.25vw;
    font-size: 3.3vw;
  }

  .section03 .goods_list .title {
    font-size: 1.25vw;
  }

  .section03 .goods_list .subtitle {
    font-size: 0.8vw;
  }

  .section03 .goods_list .contents {
    padding: 1.25vw;
    font-size: 1.1vw;
    line-height: 2vw;
  }

  .section03 .goods_image {
    width: 45.8vw;
  }
}

@media screen and (max-width:799px) {
  .section03 .section_inner {
    width: 100%;
    padding: 50px 15px 0;
  }

  .section03 .titleWrapper {
    width: 270px;
    margin-bottom: 40px;
  }

  .section03 .titleWrapper .title {
    font-size: 25px;
    line-height: 30px;
    text-align: right;
  }

  .section03 .titleWrapper .point {
    font-size: 8px;
  }

  .section03 .goods_list {
    width: 100%;
    margin-bottom: 50px;
  }

  .section03 .goods_list .number {
    font-size: 32px;
  }

  .section03 .goods_list .contents {
    font-size: 12px;
    line-height: 20px;
  }

  .section03 .goods_image {
    position: relative;
    bottom: 0;
    right: 0;
    width: 300px;
    margin: 0 auto;
  }
}

/* section04 */
.section04 {
}

.section04 .titleWrapper {
  text-align: center;
  margin: 80px 0 70px;
}

.section04 .titleWrapper .icon {
  width: 116px;
  height: 78px;
  margin-bottom: 40px;
}

.section04 .titleWrapper .title {
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 40px;
  color: #231916;
  margin-bottom: 40px;
}

.section04 .titleWrapper .text {
  font-family: 'NotoSansJP-Regular', sans-serif;
  font-size: 14px;
  color: #231916;
}

.section04 .schedule_list {
  width: 1000px;
  margin: 0 auto;
}

.section04 .grouop {
  margin-bottom: 40px;
}

.section04 .grouop .box {
  overflow: hidden;
  width: 100%;
  height: 460px;
}

.section04 .grouop .bg {
  width: 600px;
  height: 460px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  float: left;
}

.section04 .grouop .contents {
  width: 400px;
  height: 460px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #003147;
  padding: 50px;
  float: left;
}

.section04 .grouop .contents .title {
  font-family: 'Roboto-Thin', sans-serif;
  font-size: 32px;
  color: #fff;
  margin-bottom: 30px;
}

.section04 .grouop .contents .subtitle {
  font-family: 'NotoSansJP-Regular', sans-serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 20px;
}

.section04 .grouop .contents .text {
  font-family: 'NotoSansJP-Regular', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 20px;
}

.section04 .box-list .contents .subtitle {
  margin-bottom: 70px;
}

.box-list .contents .subtitle {
  margin-bottom: 80px;
}

.box-list .contents ul li {
  position: relative;
  font-family: 'NotoSansJP-Regular', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 20px;
  padding-left: 15px;
}

.box-list .contents ul li:before {
  position: absolute;
  top: 6px;
  left: 0;
  margin: auto;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}

.section04 .box.box-finish {
  position: relative;
  height: 700px;
}

.section04  .box-finish .bg {
  height: 700px;
}

.section04  .box-finish .image {
  width: 400px;
  height: 240px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.section04  .box-finish .image img {
  position: relative;
  top: -50px;
  left: 50px;
  width: 230px;
  height: 115px;
}

@media screen and (min-width:800px) and (max-width:1200px) {
  .section04 .titleWrapper {
    margin: 6.6vw 0 5.8vw;
  }

  .section04 .titleWrapper .icon {
    width: 9.6vw;
    height: 6.5vw;
    margin-bottom: 3.3vw;
  }

  .section04 .titleWrapper .title {
    font-size: 3.3vw;
    margin-bottom: 3.3vw;
  }

  .section04 .titleWrapper .text {
    font-size: 1.1vw;
  }

  .section04 .schedule_list {
    width: 83.3vw;
  }

  .section04 .grouop {
    margin-bottom: 3.3vw;
  }

  .section04 .grouop .box {
    height: 38.3vw;
  }

  .section04 .grouop .bg {
    width: 50vw;
    height: 38.3vw;
  }

  .section04 .grouop .contents {
    width: 33vw;
    height: 38.3vw;
    padding: 4.1vw;
  }

  .section04 .grouop .contents .title {
    font-size: 2.6vw;
    margin-bottom: 2.5vw;
  }

  .section04 .grouop .contents .subtitle {
    font-size: 1.25vw;
    margin-bottom: 1.6vw;
  }

  .section04 .grouop .contents .text {
    font-size: 1vw;
    line-height: 1.6vw;
  }

  .box-list .contents .subtitle {
    margin-bottom: 6.6vw;
  }

  .box-list .contents ul li {
    font-size: 1vw;
    margin-bottom: 5px;
    padding-left: 1.25vw;
  }

  .section04 .box-list .contents .subtitle {
    margin-bottom: 5.8vw;
  }

  .section04 .box.box-finish {
    height: 58.3vw;
  }

  .section04  .box-finish .bg {
    height: 58.3vw;
  }

  .section04  .box-finish .image {
    width: 33.3vw;
    height: 20.8vw;
  }

  .section04  .box-finish .image img {
    top: -4.1vw;
    left: 4.1vw;
    width: 19.1vw;
    height: 9.5vw;
  }
}

@media screen and (max-width:799px) {
  .section04 .titleWrapper {
    margin: 50px 0 30px;
  }

  .section04 .titleWrapper .icon {
    width: 77px;
    height: 72px;
    margin-bottom: 30px;
  }

  .section04 .titleWrapper .title {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .section04 .titleWrapper .text {
    font-size: 12px;
  }

  .section04 .schedule_list {
    width: 100%;
    padding: 0 15px;
  }

  .section04 .grouop {
    margin-bottom: 0;
  }

  .section04 .grouop .box {
    height: auto;
    margin-bottom: 15px;
  }

  .section04 .grouop .bg {
    width: 100%;
    height: 61.3vw;
    float: auto;
  }

  .section04 .grouop .contents {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px;
    float: auto;
  }

  .section04 .grouop .contents:after {
    position: absolute;
    content: '';
    right: 30px;
    top: 50px;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.section04 .grouop .contents.active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

  .section04 .grouop .contents .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    white-space: nowrap;
  }

  .section04 .grouop .contents .title:after {
    content: '';
    border-top: 1px solid #fff;
    width: 50%;
    margin-left: 15px;
  }

  .section04 .grouop .contents .subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .section04 .grouop .contents .sp-accordion {
    display: none;
  }

  .section04 .box-list .subtitle {
    padding-top: 20px;
    margin-right: 50px;
  }

  .section04 .box-list .contents:after {
    display: none;
  }

  .section04 .grouop .contents .text {
    font-size: 12px;
    padding: 15px 0;
  }

  .box-list .contents .subtitle {
    margin-bottom: 80px;
  }

  .section04 .grouop .box.box-2columns {
    margin-bottom: 0;
  }

  .section04 .grouop .box-list {
    display: none;
    margin-bottom: 0;
  }

  .section04 .grouop-2columns {
    margin-bottom: 15px;
  }

  .box-list .contents ul li {
    position: relative;
    font-family: 'NotoSansJP-Regular', sans-serif;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 10px;
    padding-left: 15px;
  }

  .box-list .contents ul li:before {
    position: absolute;
    top: 6px;
    left: 0;
    margin: auto;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .section04 .box.box-image {
    margin-bottom: 0;
  }

  .box.box-image .bg {
    width: 50%;
    height: 30.6vw;
  }

  .box.box-image .contents {
    width: 50%;
    height: 30.6vw;
  }

  .section04 .box.box-finish {
    height: auto;
  }

  .section04  .box-finish .bg {
    height: 61.3vw;
    float: none;
  }

  .section04  .box-finish .image {
    position: relative;
    width: 100%;
    height: 30.6vw;
    float: none;
  }

  .section04  .box-finish .image img {
    position: relative;
    top: -30px;
    left: 30px;
    width: 147px;
    height: 74px;
  }
}

/* section05 */
.section05 {
  margin-top: 100px;
  padding-top: 85px;
  padding-bottom: 120px;
  width: 100%;
  height: 100%;
  background-image: url(../images/qa/section05_bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.section05 .titleWrapper {
  text-align: center;
  margin-bottom: 60px;
}

.section05 .titleWrapper .icon {
  width: 52px;
  height: 86px;
  margin-bottom: 50px;
}

.section05 .titleWrapper .title {
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 40px;
  color: #fff;
  margin-bottom: 40px;
}

.section05 .titleWrapper .title span {
  font-family: 'GildaDisplay-Regular', serif;
}

.section05 .qa_list {
  width: 1000px;
  margin: 0 auto;
}

.section05 .qa_list .qa_item {
  position: relative;
}

.section05 .qa_list .question {
  position: relative;
  padding: 30px 0 30px 100px;
  background-color: rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

.section05 .qa_list .qa_item:nth-child(odd) .question {
  background-color: rgba(255, 255, 255, 0.3);
}

.section05 .qa_list .qa_item:nth-child(odd) .question.active {
  background-color: rgba(255, 255, 255, 0.15);
}

.section05 .qa_list .question.active {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.section05 .qa_list .question:before {
    position: absolute;
    content: '';
    right: 25px;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.section05 .qa_list .question.active:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/*
.section05 .qa_list .question:before {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  content: '+';
  color: #fff;
  width: 10px;
  height: 10px;
}*/

/*.section05 .qa_list .question.active:before {
  content: '-';
}*/

.section05 .qa_list .q {
  position: absolute;
  top: 20px;
  left: 30px;
  font-family: 'GildaDisplay-Regular', serif;
  font-size: 35px;
  color: #fff;
}

.section05 .qa_list .title {
  font-family: 'NotoSansJP-Bold', sans-serif;
  font-size: 16px;
  color: #fff;
}

.section05 .qa_list .answer {
  display: none;
  position: relative;
  padding: 30px 180px 30px 100px;
  border-bottom: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.section05 .qa_list .answer .a {
  position: absolute;
  top: 20px;
  left: 30px;
  font-family: 'GildaDisplay-Regular', serif;
  font-size: 35px;
  color: #fff;
}

.section05 .qa_list .answer .text {
  font-family: 'NotoSansJP-Regular', sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}

@media screen and (min-width:800px) and (max-width:1200px) {
  .section05 {
    margin-top: 8.3vw;
    padding-top: 7vw;
    padding-bottom: 10vw;
  }

  .section05 .titleWrapper {
    margin-bottom: 5vw;
  }

  .section05 .titleWrapper .icon {
    width: 4.3vw;
    height: 7.1vw;
    margin-bottom:4.1vw;
  }

  .section05 .titleWrapper .title {
    font-size: 3.3vw;
    margin-bottom: 3.3vw;
  }

  .section05 .qa_list {
    width: 83.3vw;
  }

  .section05 .qa_list .question {
    padding: 2.5vw 0 2.5vw 8.3vw;
  }

  .section05 .qa_list .question:before {
    right: 2vw;
  }

  .section05 .qa_list .q {
    top: 1.6vw;
    left: 2.5vw;
    font-size: 2.9vw;
  }

  .section05 .qa_list .title {
    font-size: 1.3vw;
  }

  .section05 .qa_list .answer {
    padding: 2.5vw 15vw 2.5vw 8.3vw;
  }

  .section05 .qa_list .answer .a {
    top: 1.6vw;
    left: 2.5vw;
    font-size: 2.9vw;
  }

  .section05 .qa_list .answer .text {
    font-size: 1.1vw;
    line-height: 2vw;
  }
}

@media screen and (max-width:799px) {
  .section05 {
    margin-top: 15px;
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .section05 .titleWrapper {
    margin-bottom: 40px;
  }

  .section05 .titleWrapper .icon {
    width: 52px;
    height: 86px;
    margin-bottom: 25px;
  }

  .section05 .titleWrapper .title {
    font-size: 25px;
    margin-bottom: 40px;
  }

  .section05 .qa_list {
    width: 100%;
    padding: 0 15px;
  }

  .section05 .qa_list .question {
    padding: 20px 20px 20px 50px;
  }

  .section05 .qa_list .q {
    top: 10px;
    left: 10px;
    font-size: 30px;
  }

  .section05 .qa_list .title {
    font-size: 12px;
  }

  .section05 .qa_list .answer {
    display: none;
    padding: 20px 20px 20px 50px;
  }

  .section05 .qa_list .answer .a {
    top: 20px;
    left: 10px;
    font-size: 30px;
  }

  .section05 .qa_list .answer .text {
    font-size: 10px;
    line-height: 17px;
  }
}
@media screen and (max-width:799px) {
  .footer .contents .pan_item:before {
    top: 2px;
    left: 2%;
  }
}
