/*====================================================================
.s_01 .accordion_one
====================================================================*/
.s_01 .accordion_one {
  max-width: 1024px;
}

.s_01 .accordion_one .accordion_header {
  background-color: #84CCFC;
  color: #565656;
  font-size: 26px;
  font-weight: bold;
  height: auto;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
  border-radius: 25px 25px 0 0
}

.s_01 .accordion_one:nth-of-type(2) .accordion_header {
  background-color: #84CCFC;
}

.s_01 .accordion_one:nth-of-type(3) .accordion_header {
  background-color: #84CCFC;
}

.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}

.s_01 .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_01 .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_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.s_01 .accordion_one .accordion_header .i_box .one_i:before,
.s_01 .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_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid #32AAFA;
  border-right: 2px solid #32AAFA;
  border-bottom: 2px solid #32AAFA;
  box-sizing: border-box;
  border-radius: 0 0 25px 25px
}

.s_01 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #32AAFA;
  border-right: 2px solid #32AAFA;
  border-bottom: 2px solid #32AAFA;
}

.s_01 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #32AAFA;
  border-right: 2px solid #32AAFA;
  border-bottom: 2px solid #32AAFA;
}

.s_01 .accordion_one .accordion_inner .box_one {
  height: auto;
}

.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 24px;
  }

  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 24px;
    text-align: center;
    padding: 15px 60px 15px 15px;
  }
}

@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 24px;
    text-align: center;
    padding: 15px 60px 15px 15px;
  }
}

/*====================================================================
.s_02 .accordion_two
====================================================================*/
.s_02 .accordion_two {
  max-width: 1024px;
}

.s_02 .accordion_two .accordion_header {
  background-color: #84CCFC;
  color: #565656;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
  border-radius: 25px 25px 0 0
}

.s_02 .accordion_two:nth-of-type(2) .accordion_header {
  background-color: #84CCFC;
}

.s_02 .accordion_two:nth-of-type(3) .accordion_header {
  background-color: #84CCFC;
}

.s_02 .accordion_two .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
}

.s_02 .accordion_two .accordion_header .i_box .two_i {
  display: block;
  width: 18px;
  height: 18px;
}

.s_02 .accordion_two .accordion_header .i_box .two_i:before,
.s_01 .accordion_two .accordion_header .i_box .two_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
}

.s_02 .accordion_two .accordion_header .i_box .two_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

.s_02 .accordion_two .accordion_header.open .i_box .two_i:before {
  content: none;
}

.s_02 .accordion_two .accordion_inner {
  padding: 30px 30px;
  border-left: 2px solid #32AAFA;
  border-right: 2px solid #32AAFA;
  border-bottom: 2px solid #32AAFA;
  box-sizing: border-box;
  border-radius: 0 0 25px 25px
}

.s_02 .accordion_two:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #32AAFA;
  border-right: 2px solid #32AAFA;
  border-bottom: 2px solid #32AAFA;
}

.s_02 .accordion_two:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #32AAFA;
  border-right: 2px solid #32AAFA;
  border-bottom: 2px solid #32AAFA;
}

.s_02 .accordion_two .accordion_inner .box_two {
  height: auto;
}

.s_02 .accordion_two .accordion_inner p.txt_a_ac {
  margin: 0;
}

@media screen and (min-width: 960px) and (max-width: 1024px) {
  .s_02 .accordion_two .accordion_header {
    font-size: 24px;
  }

  .s_02 .accordion_two .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .s_02 .accordion_two .accordion_header {
    font-size: 24px;
    text-align: center;
    padding: 15px 60px 15px 15px;
  }
}

@media screen and (max-width: 767px) {
  .s_02 .accordion_two .accordion_header {
    font-size: 24px;
    text-align: center;
    padding: 15px 60px 15px 15px;
  }
}

/*====================================================================
????????
====================================================================*/

body {
  font-family: YuGothic, "??????", "Yu Gothic", "?????? Pro", "Hiragino Kaku Gothic Pro", "????", Meiryo, "?? ?????", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: .025em;
  line-height: 1.8;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}

.section {
  max-width: 1024px;
  margin: 0 auto;
}

.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}

.section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

/*====================================================
下向き三角
======================================================*/
.dli-caret-down {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #7a0;
  line-height: 1;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: transparent;
  border-width: 20px 20px;
  border-top-color: currentColor;
  border-bottom: 0;

}

/*====================================================
STEP01~ラベル
======================================================*/
.label_01 {
  display: left;
  margin-left: auto;
  margin-right: auto;
  color: #7a0;
  line-height: 1;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: transparent;
  border-width: 20px 20px;
  border-top-color: currentColor;
  border-bottom: 0;
}

/*====================================================
フォントサイズ
======================================================*/
.px01 {
  font-size: 12px
}

.px02 {
  font-size: 13px
}