.st01_01 {
  position: relative;
  min-height: 500px;
  padding: 70px 0 150px;
}

.st01_01 .accordion-hidden {
  display: none;
}

.st01_01 .accordion-open {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 3;
  background: #D1777B;
  width: 94%;
  height: 70px;
  padding: 0 80px 0 30px;
  margin: 50px auto 0;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-weight: 400;
  color: #FFF;
}

.st01_01 .accordion-open img {
  margin-right: 15px;
}

.st01_01 .accordion-open:first-of-type {
  margin-top: 0;
}

.st01_01 .accordion-open::before,
.st01_01 .accordion-open::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: #FFF;
  width: 20px;
  height: 2px;
}

.st01_01 .accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

.st01_01 .accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

.st01_01 .accordion-close {
  overflow: hidden;
  display: block;
  z-index: 2;
  height: 0;
  margin-top: -35px;
  opacity: 0;
  transition: 0.5s;
}

.st01_01 .accordion-close .btn01 {
  position: relative;
  z-index: 2;
}

.st01_01 .accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
}

.st01_01 .bgGrad01 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
}

.st01_01 .tit_en01 {
  top: 0;
}

.st01_01 .boxBd01 {
  padding: 0 25px 30px;
  position: relative;
}

.st01_01 .boxBd01 .box {
  margin: 85px 0 50px;
}

.st01_01 .boxBd01 .box .gmap {
  margin-bottom: 30px;
}

.st01_01 .boxBd01 .box .block .layer01 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 3px;
  color: #FFF;
}

.st01_02 {
  position: relative;
  padding: 40px 0 100px;
}

.st01_02 .bgGrad01 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
}

.st01_02 .tit_en01 {
  left: inherit;
  right: -310px;
}

.st01_02 .count {
  position: absolute;
  right: 0;
  top: -40px;
  padding: 10px 20px 15px;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 3px;
}

.st01_02 .count span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #D1777B;
}

.st01_02 .box {
  position: relative;
  margin-bottom: 50px;
  top: 0;
}

.st01_02 .box .layout01 {
  margin-bottom: 50px;
}

.st01_03 {
  position: relative;
  padding-bottom: 150px;
}

.st01_03 .load_trigger {
  transition-delay: 300ms;
}

.st01_03 .tit_en01 {
  top: 0;
}

.st01_03 .bgGrad01 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 10%;
  width: 100%;
  height: 50%;
}

.st01_04 {
  display: flex;
  flex-wrap: wrap;
}

.st01_04 .block {
  width: 23%;
  margin: 20px 2.6666% 0 0;
}

.st01_04 .block:nth-of-type(4n) {
  margin: 20px 0 0;
}

.st01_04 .block:nth-of-type(1),
.st01_04 .block:nth-of-type(2),
.st01_04 .block:nth-of-type(3),
.st01_04 .block:nth-of-type(4) {
  margin-top: 0;
}

.st01_05 .block {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F4DCDC !important;
  height: 30px;
  font-size: 13px;
  font-size: 1.3rem;
}

.st02_01 {
  margin-bottom: 100px;
}

.st02_01 .bgLPink {
  padding: 100px;
}

.st02_01 p {
  font-size: 15px;
  font-size: 1.5rem;
}

.st02_01 .bgWhite {
  overflow-y: auto;
  height: 150px;
  padding: 15px 20px;
  margin-top: 15px;
}

.st02_01 .bgWhite p {
  margin-bottom: 15px;
}

.st02_01 .privacy .check01 {
  margin: 30px 0;
  color: #000;
}

.st02_01 ul {
  display: flex;
  flex-wrap: wrap;
}

.st02_01 ul .select01 {
  border: none;
  width: 23%;
  margin-left: 2.6666%;
}

.st02_01 ul .select01:first-of-type {
  margin-left: 0;
}

.st02_01 ul .half {
  width: 49%;
  margin-left: 2%;
}

.st02_01 ul .half:first-of-type {
  margin-right: 0;
}

.st02_01 ul .check01 {
  background: #FFF;
  padding: 8px;
  margin-right: 10px;
  margin-top: 10px;
  color: #000;
}

.st02_01 .checkBox {
  margin-top: -10px;
}

.st02_02 {
  overflow: hidden;
  margin-bottom: 30px;
}

.st02_02 dt {
  float: left;
  clear: both;
  text-align: right;
  width: 230px;
  padding-top: 7px;
  margin-top: 30px;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.st02_02 dt span {
  color: #FF0000;
}

.st02_02 dt:first-of-type {
  margin-top: 0;
}

.st02_02 dd {
  margin: 30px 0 0 250px;
}

.st02_02 dd input,
.st02_02 dd textarea {
  border: none;
  width: 100%;
  height: 30px;
  padding: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.st02_02 dd textarea {
  min-height: 150px;
}

.st02_02 dd:first-of-type {
  margin-top: 0;
}

.st02_02.login {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.st02_02.login dt {
  width: 130px;
}

.st02_02.login dt:first-of-type {
  margin-top: 0;
}

.st02_02.login dd {
  margin-left: 150px;
}

.st02_02.login dd:first-of-type {
  margin-top: 0;
}

.st03_01 {
  overflow: hidden;
  margin-bottom: 100px;
}

.st03_01 .areaL {
  float: left;
  clear: both;
  width: 250px;
  margin-top: 50px;
}

.st03_01 .areaL .boxBd02 {
  padding: 0 20px;
}

.st03_01 .areaL .boxBd02 ul li {
  border-top: 1px solid #EFC26E;
}

.st03_01 .areaL .boxBd02 ul li a {
  display: block;
  padding: 20px 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #000;
}

.st03_01 .areaL .boxBd02 ul li a:hover {
  color: #EFC26E;
  text-decoration: none;
}

.st03_01 .areaL .boxBd02 ul li:first-of-type {
  border: none;
}

.st03_01 .areaR {
  margin-left: 280px;
}

.st03_01 .areaR h4.txt01 .ico,
.st03_01 .areaR h5.txt01 .ico {
  display: inline-block;
  position: relative;
  top: -1px;
  text-align: center;
  width: 100px;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 2px 2px 3px;
  margin-right: 5px;
  letter-spacing: 1px;
  line-height: 1;
}

.st03_01 .areaR .boxBd02 {
  position: relative;
  padding: 25px 20px;
}

.st03_01 .areaR .boxBd02 .txt02 {
  border-bottom: 1px solid #EFC26E;
  padding-bottom: 20px;
  letter-spacing: 6px;
  font-weight: 500;
}

.st03_01 .areaR .boxBd02 .txt02 span {
  display: block;
  margin-top: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0;
  font-weight: 400;
}

.st03_01 .areaR .boxBd02 .txt02.bdNone {
  border: none;
}

.st03_01 .areaR .boxBd02 .btnA {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 26px;
  height: 20px;
  padding: 0 25px;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-indent: 10px;
}

.st03_01 .areaR .boxBd02 .btnA .arrow02 {
  margin-left: 5px;
  width: 8px;
  height: 8px;
}

.st03_01 .areaR .boxBd02 .btnA:hover {
  color: #FFF;
}

.st03_01 .areaR .boxBd02 .btnB {
  text-align: right;
  margin-top: 20px;
}

.st03_01 .areaR .boxBd02 .btnB a {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #C99534;
}

.st03_01 .areaR .boxBd02 .btnC {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.st03_01 .areaR .boxBd02 .btnC .btnA {
  position: relative;
  right: inherit;
  top: inherit;
  margin-left: 20px;
}

.st03_01 .areaR .boxBd02 .layout01 li {
  width: 48%;
  margin-right: 4%;
}

.st03_01 .areaR .boxBd02 .layout01 li .btn li {
  width: 50%;
  margin: 0;
}

.st03_01 .areaR .boxBd02 .layout01 li:nth-of-type(2n) {
  margin-right: 0;
}

.st03_01 .areaR .boxBd02 .list03 li {
  position: relative;
}

.st03_01 .areaR .boxBd02 .list03 li .btnB {
  position: absolute;
  top: 0;
  right: 0;
  text-align: inherit;
  margin: inherit;
}

.st03_01 .areaR .boxBd02 .list03 li:first-of-type .btnB {
  top: 15px;
}

.st03_01 .areaR .boxBd02 .box01 {
  display: flex;
  align-items: center;
  padding: 20px;
  margin-top: 30px;
}

.st03_01 .areaR .boxBd02 .box01 div {
  margin-left: 20px;
}

.st03_01 .areaR .boxBd02 .box01 div .txt02 {
  border: none;
  padding: inherit;
  margin-bottom: 20px;
}

.st03_01 .areaR .boxBd02 .box02 {
  display: flex;
  position: relative;
}

.st03_01 .areaR .boxBd02 .box02 div:nth-of-type(1) {
  width: 20%;
}

.st03_01 .areaR .boxBd02 .box02 div:nth-of-type(2) {
  width: 80%;
  padding: 0 120px 0 20px;
}

.st03_01 .areaR .boxBd02 .box02 div:nth-of-type(2) div {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6;
}

.st03_01 .areaR .boxBd02 .box02 div:nth-of-type(2) .txt01 {
  letter-spacing: 1px;
}

.st03_01 .areaR .boxBd02 .box02 div:nth-of-type(3) {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 15px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: 500;
}

.st03_01 .areaR .boxBd02 .box03 div:nth-of-type(2) {
  padding: 0 0 0 20px;
}

.st03_01 .areaR .boxBd02 .box04 {
  display: block;
}

.st03_01 .areaR .boxBd02 .box04 li {
  width: 100%;
  margin-right: inherit;
}

.st03_01 .areaR .boxBd02 .box04 .box {
  display: flex;
  margin-top: 20px;
}

.st03_01 .areaR .boxBd02 .box04 .box:first-of-type {
  margin-top: 0;
}

.st03_01 .areaR .boxBd02 .box04 .box .blockL {
  width: 45%;
}

.st03_01 .areaR .boxBd02 .box04 .box .blockR {
  width: 52%;
  margin-left: 3%;
}

.st03_01 .areaR .boxBd02 .box04 .box .blockR .txt {
  border-top: 1px solid #EFC26E;
  padding: 20px 0;
}

.st03_01 .areaR .boxBd02 .box04 .box .blockR .txt .titA {
  font-size: 15px;
  font-size: 1.5rem;
}

.st03_01 .areaR .search {
  margin-top: 20px;
}

.st03_01 .areaR .search input {
  border: 1px solid #EFC26E;
}

/*===============================================
responsive width-1060
===============================================*/
@media only screen and (max-width: 1060px) {
  .st01_01 .accordion-open {
    height: 60px;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
  .st01_01 .boxBd01 {
    padding: 0 25px 30px;
  }
  .st01_01 .boxBd01 .box {
    margin: 65px 0 50px;
  }
  .st01_01 .boxBd01 .box .block .layer01 {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 2px;
  }
  .st01_03 .btn01 {
    height: 80px;
  }
  .st01_03 .btn01 .arrow02 {
    width: 10px;
    height: 10px;
  }
  .st01_05 .block {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .st02_01 .bgLPink {
    padding: 80px 50px;
  }
  .st02_01 p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .st02_02 dt {
    width: 200px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .st02_02 dd {
    margin: 30px 0 0 220px;
  }
  .st02_02 dd input,
  .st02_02 dd textarea {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .st03_01 .areaL {
    width: 200px;
  }
  .st03_01 .areaL .boxBd02 {
    padding: 0 15px;
  }
  .st03_01 .areaL .boxBd02 ul li a {
    padding: 15px 0;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .st03_01 .areaR {
    margin-left: 230px;
  }
  .st03_01 .areaR .boxBd02 .txt02 {
    padding-bottom: 15px;
    letter-spacing: 2px;
  }
  .st03_01 .areaR .boxBd02 .txt02 span {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .st03_01 .areaR .boxBd02 .btnA {
    right: 20px;
    top: 21px;
    padding: 0 20px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .st03_01 .areaR .boxBd02 .btnA .arrow02 {
    width: 6px;
    height: 6px;
  }
  .st03_01 .areaR .boxBd02 .btnB a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .st03_01 .areaR .boxBd02 .btnC li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .st03_01 .areaR .boxBd02 .box02 div:nth-of-type(2) {
    padding: 0 100px 0 20px;
  }
  .st03_01 .areaR .boxBd02 .box02 div:nth-of-type(2) div {
    font-size: 10px;
    font-size: 1rem;
  }
  .st03_01 .areaR .boxBd02 .box02 div:nth-of-type(3) {
    width: 80px;
    height: 80px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
  .st03_01 .areaR .boxBd02 .box04 .box .blockR .txt .titA {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/*===============================================
responsive width-768
===============================================*/
@media only screen and (max-width: 768px) {
  .st01_01 {
    padding: 70px 0 100px;
  }
  .st01_01 .accordion-open {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .st01_01 .accordion-close {
    margin-top: -35px;
  }
  .st01_01 .boxBd01 {
    padding: 0 20px 25px;
  }
  .st01_01 .boxBd01 .box {
    margin: 65px 0 50px;
  }
  .st01_01 .boxBd01 .box .block .layer01 {
    height: 100px;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .st01_01 .boxBd01 .box .block .layer02 {
    padding: 80px 50px;
  }
  .st01_02 {
    padding: 40px 0 80px;
  }
  .st01_02 .count {
    padding: 10px 20px;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
  .st01_02 .count span {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .st01_02 .txt01 {
    text-align: left !important;
  }
  .st01_03 {
    padding-bottom: 100px;
  }
  .st01_04 .block {
    margin: 15px 2.6666% 0 0;
  }
  .st01_04 .block:nth-of-type(4n) {
    margin: 15px 0 0;
  }
  .st01_04 .block:nth-of-type(1),
  .st01_04 .block:nth-of-type(2),
  .st01_04 .block:nth-of-type(3),
  .st01_04 .block:nth-of-type(4) {
    margin-top: 0;
  }
  .st01_05 .block {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .st02_01 {
    margin-bottom: 80px;
  }
  .st02_01 .mb50 {
    margin-bottom: 30px !important;
  }
  .st02_01 .bgLPink {
    padding: 50px 30px;
  }
  .st02_01 p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .st02_02 dt {
    float: none;
    text-align: left;
    width: 100%;
    padding-top: 0;
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .st02_02 dd {
    margin: 10px 0 0 0;
  }
  .st02_02 dd input,
  .st02_02 dd textarea {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .st02_02 dd:first-of-type {
    margin-top: 10px;
  }
  .st02_02.login {
    max-width: 300px;
  }
  .st02_02.login dt {
    width: 100%;
  }
  .st02_02.login dd {
    margin-left: 0;
  }
  .st02_02.login dd:first-of-type {
    margin-top: 10px;
  }
  .st03_01 {
    margin-bottom: 80px;
  }
  .st03_01 .areaL {
    width: 100%;
    margin: 0 0 50px;
  }
  .st03_01 .areaR {
    margin-left: 0;
  }
  .st03_01 .areaR .boxBd02 .txt02 span {
    font-size: 10px;
    font-size: 1rem;
  }
  .st03_01 .areaR .boxBd02 .btnB a {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .st03_01 .areaR .boxBd02 .btnC {
    margin-top: 25px;
  }
  .st03_01 .areaR .boxBd02 .btnC li {
    margin-left: 25px;
  }
  .st03_01 .areaR .boxBd02 .btnC li a {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .st03_01 .areaR .boxBd02 .box03 div:nth-of-type(2) {
    padding: 0 0 0 20px;
  }
  .st03_01 .areaR .boxBd02 .box04 .box .blockR .txt .titA {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*===============================================
responsive width-480
===============================================*/
@media only screen and (max-width: 480px) {
  .mb50
.st01_01 {
    padding: 70px 0 100px;
  }
  .mb50
.st01_01 .accordion-open {
    height: 50px;
    padding: 0 60px 0 20px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .mb50
.st01_01 .accordion-open img {
    margin-right: 15px;
  }
  .mb50
.st01_01 .accordion-open::before,
  .mb50
.st01_01 .accordion-open::after {
    right: 20px;
    width: 15px;
  }
  .mb50
.st01_01 .accordion-close {
    margin-top: -35px;
  }
  .mb50
.st01_01 .boxBd01 .box {
    margin: 50px 0 30px;
  }
  .mb50
.st01_01 .boxBd01 .box .block .layer02 {
    padding: 80px 40px;
  }
  .mb50
.st01_01 .boxBd01 .box .block .layer02 ul {
    margin-top: 20px;
  }
  .mb50
.st01_01 .boxBd01 .box .block .layer02 ul li {
    width: 48%;
    margin: 20px 4% 0 0;
  }
  .mb50
.st01_01 .boxBd01 .box .block .layer02 ul li:nth-of-type(3n) {
    margin: 20px 4% 0 0;
  }
  .mb50
.st01_01 .boxBd01 .box .block .layer02 ul li:nth-of-type(2n) {
    margin: 20px 0 0;
  }
  .mb50
.st01_01 .boxBd01 .box .block .layer02 ul li:nth-of-type(1),
  .mb50
.st01_01 .boxBd01 .box .block .layer02 ul li:nth-of-type(2) {
    margin-top: 0;
  }
  .mb50
.st01_01 .boxBd01 .box .block .layer02 ul li:nth-of-type(3) {
    margin-top: 20px;
  }
  .st01_02 {
    padding: 40px 0 80px;
  }
  .st01_02 .count {
    display: block;
    position: relative;
    right: inherit;
    top: inherit;
    text-align: center;
    max-width: 200px;
    padding: 10px 20px;
    margin: 0 auto 50px;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
  .st01_02 .count span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .st01_03 .mb50 {
    margin-bottom: 30px !important;
  }
  .st01_03 .bgGrad01 {
    top: 5%;
  }
  .st01_03 .btn01 {
    height: 50px;
  }
  .st01_04 .block {
    width: 48%;
    margin: 20px 4% 0 0;
  }
  .st01_04 .block:nth-of-type(4n) {
    margin: 20px 4% 0 0;
  }
  .st01_04 .block:nth-of-type(2n) {
    margin: 20px 0 0;
  }
  .st01_04 .block:nth-of-type(1),
  .st01_04 .block:nth-of-type(2) {
    margin-top: 0;
  }
  .st01_04 .block:nth-of-type(3),
  .st01_04 .block:nth-of-type(4) {
    margin-top: 20px;
  }
  .st01_05 .block {
    height: 25px;
    margin-top: 15px;
    font-size: 10px;
    font-size: 1rem;
  }
  .st01_05 .block:nth-of-type(4n) {
    margin: 15px 4% 0 0;
  }
  .st01_05 .block:nth-of-type(2n) {
    margin: 15px 0 0;
  }
  .st01_05 .block:nth-of-type(1),
  .st01_05 .block:nth-of-type(2) {
    margin-top: 0;
  }
  .st01_05 .block:nth-of-type(3),
  .st01_05 .block:nth-of-type(4) {
    margin-top: 15px;
  }
  .st02_01 .bgLPink {
    padding: 40px 20px;
  }
  .st02_01 p {
    font-size: 1px;
    font-size: 1rem;
  }
  .st02_01 ul .select01 {
    width: 31%;
    margin-left: 3.5%;
  }
  .st02_01 ul .select01:first-of-type {
    margin-left: 0;
  }
  .st02_01 ul .half {
    width: 49%;
    margin-left: 2%;
  }
  .st02_01 ul .half:first-of-type {
    margin-right: 0;
  }
  .st02_01 ul .check01 {
    background: #FFF;
    padding: 8px;
    margin-right: 10px;
    margin-top: 10px;
    color: #000;
  }
  .st02_02 dt {
    font-size: 10px;
    font-size: 1rem;
  }
  .st02_02 dd input,
  .st02_02 dd textarea {
    font-size: 10px;
    font-size: 1rem;
  }
  .st03_01 .areaL {
    margin: 0 0 50px;
  }
  .st03_01 .areaL .boxBd02 ul li a {
    font-size: 10px;
    font-size: 1rem;
  }
  .st03_01 .areaR h4.txt01 .ico,
  .st03_01 .areaR h5.txt01 .ico {
    display: block;
    width: 80px;
    padding: 1px 1px 2px;
    margin-bottom: 5px;
    font-size: 8px;
    font-size: 0.8rem;
  }
  .st03_01 .areaR .boxBd02 {
    padding: 20px 15px;
  }
  .st03_01 .areaR .boxBd02 .txt02 {
    letter-spacing: 1px;
  }
  .st03_01 .areaR .boxBd02 .txt02 span {
    font-size: 8px;
    font-size: 0.8rem;
  }
  .st03_01 .areaR .boxBd02 .btnA {
    right: 15px;
    top: 16px;
    height: 18px;
    padding: 0 20px;
    font-size: 9px;
    font-size: 0.9rem;
    text-indent: 8px;
  }
  .st03_01 .areaR .boxBd02 .btnA .arrow02 {
    width: 6px;
    height: 6px;
  }
  .st03_01 .areaR .boxBd02 .btnB a {
    font-size: 9px;
    font-size: 0.9rem;
  }
  .st03_01 .areaR .boxBd02 .btnC {
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .st03_01 .areaR .boxBd02 .btnC li {
    margin-left: 50%;
  }
  .st03_01 .areaR .boxBd02 .btnC li a {
    width: 140px;
    font-size: 9px;
    font-size: 0.9rem;
  }
  .st03_01 .areaR .boxBd02 .btnC li:first-of-type {
    margin-bottom: 10px;
  }
  .st03_01 .areaR .boxBd02 .layout01 li .txt {
    padding: 15px 0;
  }
  .st03_01 .areaR .boxBd02 .box01 {
    padding: 15px;
    margin-top: 20px;
  }
  .st03_01 .areaR .boxBd02 .box01 div .txt02 {
    margin-bottom: 10px;
  }
  .st03_01 .areaR .boxBd02 .box01 br {
    display: none;
  }
  .st03_01 .areaR .boxBd02 .box02 div:nth-of-type(2) {
    padding: 0 80px 0 20px;
  }
  .st03_01 .areaR .boxBd02 .box02 div:nth-of-type(2) div {
    font-size: 8px;
    font-size: 0.8rem;
  }
  .st03_01 .areaR .boxBd02 .box02 div:nth-of-type(3) {
    width: 50px;
    height: 50px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .st03_01 .areaR .boxBd02 .box03 div:nth-of-type(2) {
    padding: 0 0 0 20px;
  }
  .st03_01 .areaR .boxBd02 .box04 .box .blockR .txt .titA {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
