button.setFav {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.top_info {
  width: 100%;
  background: #fff;
}

.top_info .top_info_block {
  width: 100%;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.top_info .top_info_block::after {
  content: "";
  position: absolute;
  background: url(../img/top/item03.png) center no-repeat;
  width: 40%;
  height: 50%;
  max-width: 530px;
  background-size: contain;
  left: 1%;
  bottom: 10%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.top_info .top_info_block .top_info_ttl {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.top_info .top_info_block .top_ttl {
  position: relative;
  display: block;
  width: 372px;
  margin-top: 50px;
}

.top_info .top_info_block .top_ttl::after {
  content: "";
  background: url(../img/top/item02.png) center no-repeat;
  width: 97px;
  height: 81px;
  position: absolute;
  right: -100px;
  bottom: -0;
}

.top_info .top_info_block .top_info_flex {
  margin: 90px 0 100px;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_info .top_info_block .top_info_flex .top_info_img {
  width: 50%;
  margin-left: 3%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: right;
}

.top_info .top_info_block .top_info_flex .top_info_text {
  width: 40%;
  max-width: 600px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.top_info .top_info_block .top_info_flex .top_info_text h3 {
  font-size: 32px;
  margin-bottom: 30px;
}

.top_info .top_info_block .top_info_flex .top_info_text p {
  font-size: 20px;
  line-height: 2em;
}

.top_info .top_info_block .top_info_flex .top_info_text .more_btn {
  margin-top: 50px;
}

.cv_block_bg {
  max-width: 1200px;
  margin: 0 auto 140px;
}

.cv_block_bg.info {
  margin-top: 100px;
  margin-bottom: 0;
}

.cv_block_bg.contact02 {
  margin-top: 100px;
  margin-bottom: 0;
}

.cv_block_bg .cv_block01 {
  width: 100%;
  border: solid 1px #b19250;
  padding: 10px;
  background-color: #faf9f5;
}

.cv_block_bg .cv_block01 .wrapper {
  width: 100%;
  border: solid 1px #d5c5a2;
  padding: 2% 5%;
}

.cv_block_bg .cv_block01 .wrapper .ttl01 {
  width: 60%;
  min-width: 570px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+49,faf9f5+49,faf9f5+100 */
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #faf9f5), to(#faf9f5));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #faf9f5 50%, #faf9f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#faf9f5', GradientType=0);
  /* IE6-9 */
  font-size: 26px;
  text-align: center;
  color: #b19250;
  margin: 0 auto;
  position: relative;
  top: -57px;
}

.cv_block_bg .cv_block01 .wrapper .list01 {
  font-size: 16px;
  line-height: 2;
  margin-top: -30px;
}

.cv_block_bg .cv_block02 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.cv_block_bg .cv_block02 .txt01 {
  font-size: 1.25em;
  font-weight: 500;
  margin-right: 3%;
}

.cv_block_bg .cv_block02 .more_btn {
  max-width: 400px;
}

.school_list .school_list_block .school_list_box_bg .school_list_box .school_list_box02 p a {
  text-decoration: underline;
  color: #000;
}

.school_list .school_list_block .school_list_box_bg .school_list_box h3 {
  margin-bottom: 0;
}

.school_list .school_list_block .school_list_box_bg .school_list_box .cat_list {
  width: 100%;
  display: block;
  margin-top: -30px;
  text-align: right;
  font-size: 16px;
}
.school_list .school_list_block .school_list_box_bg .school_list_box .cat_list li {
  font-size: 16px;
  font-weight: bold;
  color: #b19250;
  margin: 5px 15px 0 0;
}

.school_list .school_list_block .school_list_box_bg .school_list_box .cat_list li a {
  font-size: 16px;
  font-weight: bold;
  color: #b19250;
}

.info_box {
  width: 100%;
}

.info_box table {
  table-layout: fixed;
}

.info_box table tbody {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info_box table tbody tr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
}

.info_box table tbody tr.w_30 {
  width: 30%;
  margin-right: 3%;
}

.info_box table tbody tr.w_30 th {
  width: 145px !important;
  margin-right: 30px;
}

.info_box table tbody tr.w_30 td {
  width: calc(100% - 175px);
}

.info_box table tbody tr.w_30 td div {
  margin-right: 0 !important;
}

.info_box table tbody tr.w_30 td div select {
  width: 100%;
}

.info_box table tbody tr.w_30 td div input {
  width: 100%;
}

.info_box table tbody tr.w_60 {
  width: 60%;
  margin-right: 3%;
}

.info_box table tbody tr.w_60 th {
  width: 135px !important;
  margin-right: 30px;
}

.info_box table tbody tr.w_60 td {
  width: calc(100% - 175px);
}

.info_box table tbody tr.w_60 td div {
  margin-right: 0 !important;
}

.info_box table tbody tr.w_60 td div select {
  width: 100%;
}

.info_box table tbody tr.w_60 td div input {
  width: 100%;
}

.info_box table tbody tr.w_100 {
  width: 100%;
  margin-right: 3%;
}

.info_box table tbody tr.w_100 th {
  width: 200px !important;
  margin-right: 30px;
}

.info_box table tbody tr.w_100 td {
  width: calc(100% - 230px);
}

.info_box table tbody tr.w_100 td select {
  width: 100%;
}

.info_box table tbody tr.w_100 td input {
  width: 100%;
}

.info_box table tbody tr.w_100 td div {
  margin-right: 0 !important;
}

@media screen and (max-width: 1200px) {
  .info_box table tbody tr {
    width: 48% !important;
    margin-right: 2% !important;
  }
  .info_box table tbody tr.w_100 {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.sub_main_bg.info {
  background: url("../img/info/bg.jpg") no-repeat center center;
  background-size: cover;
}

.sub_main_bg.info h1::before {
  content: "";
  background: url(../img/info/main_ttl.png) center no-repeat;
  width: 315px;
  height: 64px;
  top: -40px;
  left: calc(50% - 90px);
}

.sub_main_bg.contact02 {
  background: url("../img/info/bg.jpg") no-repeat center center;
  background-size: cover;
}

.sub_main_bg.contact02 h1::before {
  content: "";
  background: url(../img/contact02/main_ttl.png) center no-repeat;
  width: 524px;
  height: 64px;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact_ttl01 {
  font-size: 28px;
  color: #333333;
  margin-top: 80px;
  padding-bottom: 5px;
  border-bottom: double 6px #b19250;
}

.contact_list01 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.contact_list01 li {
  width: calc(280 / 1200 * 100%);
  position: relative;
}

.contact_list01 li::before {
  content: "";
  width: calc(27 / 280 * 100%);
  height: 1px;
  background-color: #b19250;
  position: absolute;
  right: calc(-27 / 280 * 100%);
  top: 95px;
}

.contact_list01 li:last-of-type::before {
  display: none;
}

.contact_txt01 {
  width: 100%;
  background-color: #faf9f5;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  padding: 20px 10px;
  text-align: center;
  margin-top: 30px;
}

.contact02_ttl {
  margin-top: 50px;
}

.contact02_form {
  margin-top: 30px;
}

.contact02_form .note {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

.contact02_form .input_area {
  width: 100%;
  font-size: 16px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  margin-top: 10px;
}

.contact02_form .input_area:first-of-type {
  margin-top: 0;
}

.contact02_form .input_area p {
  width: 100px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.contact02_form .input_area input {
  width: calc(100% - 110px) !important;
}

.contact02_form .input_area .size_s {
  width: 100px !important;
}

.contact02_form .input_area span {
  width: 1em;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 5px 0 1px;
}

.contact02_form td.harf {
  width: 100% !important;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
}

.contact02_form td.harf .input_area {
  width: 48%;
  margin-right: 4%;
  margin-top: 0 !important;
}

.contact02_form td.harf .input_area:last-of-type {
  margin-right: 0;
}

.contact02_form td.harf .input_area p {
  width: 100px;
}

.contact02_form td.harf .input_area .size_m {
  width: calc(100% - 100px);
}

.input_address span {
  font-size: 1em;
  display: inline-block;
  margin-right: 5px;
}

.input_address input {
  margin-top: 10px;
}

.input_address input:first-of-type {
  margin-top: 0;
}

.input_address .size_s {
  width: 200px !important;
}

.input_address button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  color: #fff;
  padding: 7px 15px;
  background-color: #b19250;
  display: inline-block;
  margin-left: 10px;
}

.input_address button:hover {
  opacity: 0.7;
}

.law_list {
  width: 100%;
}

.law_list .common_ttl10 .ttl_en {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 14px;
  color: #b19250;
  letter-spacing: 0.05em; 
  font-weight: normal;
}

.law_list dl {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: solid 1px #dddddd;
}

.law_list dl dt {
  width: 300px;
  font-size: 16px;
  color: #b19250;
  letter-spacing: 0.05em;
  padding: 30px 0 30px 140px;
  border-bottom: solid 1px #dddddd;
}

.law_list dl dt .en {
  display: block;
  margin-top: 0;
  font-size: 14px;
  color: #bbb;
  letter-spacing: 0.05em;  
}

.law_list dl dd {
  width: calc(100% - 300px);
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 30px 50px;
  border-bottom: solid 1px #dddddd;
}

.law_list dl dd > a {
  color: #9b9b9b;
}

.law_list dl dd > a.sp_tel {
  text-decoration: none;
  pointer-events: none;
  color: #333;
}

.law_list dl dd ul {
  width: 100%;
}

.law_list dl dd ul li {
  width: 100%;
  padding-left: 20px;
  position: relative;
}

.law_list dl dd ul li::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #b19250;
  position: absolute;
  top: 6px;
  left: 0;
}

.publish_ttl02 {
  width: 100%;
  text-align: center;
}

.publish_ttl02 span {
  font-size: 26px;
  color: #b19250;
  display: inline-block;
  position: relative;
  padding: 0 85px;
}

.publish_ttl02 span::before {
  content: "";
  background: url(../img/publish/deco01.png) no-repeat center center/contain;
  width: 79px;
  height: 66px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.serch_school .serch_block .serch_box {
  width: 100%;
}

.add_sarch_map {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}

.add_sarch_map .sarch_imput {
  position: absolute;
  top: 0;
  left: -20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.add_sarch_map .sarch_imput dt {
  color: #b19250;
  font-size: 22px;
  width: 250px;
  padding-bottom: 10px;
}

.add_sarch_map .sarch_imput dt span {
  border-bottom: 1px solid #b19250;
}

.add_sarch_map .sarch_imput dd {
  font-size: 18px;
  margin-top: 5px;
}

.add_sarch_map .sarch_imput dd label {
  display: inline-block;
  margin-right: 5px;
}

.add_sarch_map .sarch_map {
  width: 100%;
  padding-top: 70px;
  padding-right: 140px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.add_sarch_map .sarch_map img.pc {
  display: inline-block !important;
}

.add_sarch_map .sarch_pre_list > dd {
  width: 50%;
  max-width: 320px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.add_sarch_map .sarch_pre_list > dd dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.add_sarch_map .sarch_pre_list > dd dl dt {
  width: 120px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.add_sarch_map .sarch_pre_list > dd dl dd {
  width: calc(100% - 120px);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  background-color: #fff;
}

.add_sarch_map .sarch_pre_list > dd dl dd a {
  color: #333333;
  display: inline-block;
  margin-right: 5px;
}

.add_sarch_map .sarch_pre_list > dd dl dd span {
  color: #333333;
  display: inline-block;
  margin-right: 5px;
}

.add_sarch_map .sarch_pre_list > dd.pre01 {
  position: absolute;
  top: 0;
  right: -40px;
}

.add_sarch_map .sarch_pre_list > dd.pre01 dl {
  border: solid 1px #728cc7;
}

.add_sarch_map .sarch_pre_list > dd.pre01 dl dt {
  background-color: #728cc7;
}

.add_sarch_map .sarch_pre_list > dd.pre02 {
  position: absolute;
  top: 185px;
  right: -25px;
}

.add_sarch_map .sarch_pre_list > dd.pre02 dl {
  border: solid 1px #6f9bb6;
}

.add_sarch_map .sarch_pre_list > dd.pre02 dl dt {
  background-color: #6f9bb6;
}

.add_sarch_map .sarch_pre_list > dd.pre03 {
  position: absolute;
  top: 40px;
  left: 260px;
}

.add_sarch_map .sarch_pre_list > dd.pre03 dl {
  border: solid 1px #84719e;
}

.add_sarch_map .sarch_pre_list > dd.pre03 dl dt {
  background-color: #84719e;
}

.add_sarch_map .sarch_pre_list > dd.pre04 {
  position: absolute;
  top: 300px;
  right: 10px;
}

.add_sarch_map .sarch_pre_list > dd.pre04 dl {
  border: solid 1px #b19250;
}

.add_sarch_map .sarch_pre_list > dd.pre04 dl dt {
  background-color: #b19250;
}

.add_sarch_map .sarch_pre_list > dd.pre05 {
  position: absolute;
  top: 100px;
  left: 260px;
}

.add_sarch_map .sarch_pre_list > dd.pre05 dl {
  border: solid 1px #c77eab;
}

.add_sarch_map .sarch_pre_list > dd.pre05 dl dt {
  background-color: #c77eab;
}

.add_sarch_map .sarch_pre_list > dd.pre06 {
  position: absolute;
  top: 160px;
  left: 260px;
}

.add_sarch_map .sarch_pre_list > dd.pre06 dl {
  border: solid 1px #6bb290;
}

.add_sarch_map .sarch_pre_list > dd.pre06 dl dt {
  background-color: #6bb290;
}

.add_sarch_map .sarch_pre_list > dd.pre07 {
  position: absolute;
  top: 420px;
  right: 100px;
}

.add_sarch_map .sarch_pre_list > dd.pre07 dl {
  border: solid 1px #d16676;
}

.add_sarch_map .sarch_pre_list > dd.pre07 dl dt {
  background-color: #d16676;
}

.add_sarch_map .sarch_pre_list > dd.pre08 {
  position: absolute;
  top: 250px;
  left: 165px;
}

.add_sarch_map .sarch_pre_list > dd.pre08 dl {
  border: solid 1px #b08767;
}

.add_sarch_map .sarch_pre_list > dd.pre08 dl dt {
  background-color: #b08767;
}

.add_sarch_map .sarch_pre_list > dd.pre09 {
  position: absolute;
  top: 520px;
  right: 300px;
}

.add_sarch_map .sarch_pre_list > dd.pre09 dl {
  border: solid 1px #a05a90;
}

.add_sarch_map .sarch_pre_list > dd.pre09 dl dt {
  background-color: #a05a90;
}

.add_sarch_map .sarch_pre_list > dd.pre10 {
  position: absolute;
  top: 400px;
  left: -30px;
}

.add_sarch_map .sarch_pre_list > dd.pre10 dl {
  border: solid 1px #e59ca5;
}

.add_sarch_map .sarch_pre_list > dd.pre10 dl dt {
  background-color: #e59ca5;
}

.add_sarch_map .sarch_pre_list > dd.pre11 {
  position: absolute;
  top: 490px;
  left: -30px;
}

.add_sarch_map .sarch_pre_list > dd.pre11 dl {
  border: solid 1px #d9a568;
}

.add_sarch_map .sarch_pre_list > dd.pre11 dl dt {
  background-color: #d9a568;
}

@media screen and (max-width: 1200px) {
  .add_sarch_map .sarch_map {
    padding-top: 0;
    padding-right: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .add_sarch_map .sarch_imput {
    position: static;
    margin-top: 20px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .add_sarch_map .sarch_pre_list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  .add_sarch_map .sarch_pre_list dt {
    display: none;
  }
  .add_sarch_map .sarch_pre_list dd {
    width: 49.5%;
    max-width: initial;
    position: static !important;
    margin-top: 1%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .add_sarch_map .sarch_pre_list dd:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  .add_sarch_map .sarch_pre_list dd dl {
    height: 100%;
  }
  .add_sarch_map .sarch_pre_list dd dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .add_sarch_map .sarch_pre_list dd dl dd .wrapper {
    display: inline-block;
  }
}

.search_tr01 {
  width: 100%;
}

.search_tr01 th {
  vertical-align: text-bottom;
}

.search_tr01 td {
  width: 100% !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search_tr01 td .search_parent_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search_tr01 td .search_parent_list li {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  padding: 8px 20px;
  background-color: #b19250;
  margin-right: 20px;
  margin-bottom: 20px;
}

.search_tr01 td .search_parent_list li a {
  color: #fff;
}

.search_tr01 td .search_child_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search_tr01 td .search_child_list li {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 8px 20px;
  background-color: #fff;
  margin-right: 20px;
  margin-bottom: 20px;
  border: solid 1px #b19250;
}

.search_tr01 td .search_child_list li a {
  color: #333;
}

.search_tr02 td input {
  width: 100% !important;
}


/**privacy**/
.privacy_list {
  margin: 0 auto;
}

.privacy_list .ttl01 {
  width: 100%;
  font-size: 20px;
  color: #b19250;
  letter-spacing: 0.05em;
}

.privacy_list .txt01 {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
.privacy_list .txt02 {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: right;
}

.privacy_list .block01 {
  width: 100%;
  margin-top: 20px;
}

.privacy_list .block01 .block_ttl01 {
  width: 100%;
  font-size: 18px;
  color: #b19250;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

.privacy_list .block01 .block_txt01 {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 5px;
  margin-bottom: 5px;
}

.privacy_list .block01 .block_txt01 a{
  color: #b19250;
  display: inline-block;
}
.privacy_list .block01 .block_txt01.mt {
  margin-top: 30px;
}

.privacy_list .block01 .block_txt01.tar {
  margin-top: 30px;
  text-align: right;
}


.privacy_list .block01 .block_list01 {
  width: 100%;
  margin-top: 5px;
}

.privacy_list .block01 .block_list01>li {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

.privacy_list .block01 .block_list01>li:first-of-type {
  margin-top: 0;
}

.privacy_list .block01 .block_list02 {
  width: 100%;
  margin-top: 5px;
}

.privacy_list .block01 .block_list02>li {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

.privacy_list .block01 .block_list02>li:first-of-type {
  margin-top: 0;
}
/*# sourceMappingURL=style02.css.map */