/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
.font-no{font-family: 'Noto Sans JP', 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;}
p{color: #333;}
.mt0{margin-top: 0!important;}

.m_over:hover{opacity: 0.7;}

.disp_pc{display:block!important;}
.disp_sp{display:none!important;}
.disp_in_pc{display:inline-block;}
.disp_in_sp{display:none;}
.mi{font-family:"Zen Old Mincho", YuMincho, '游明朝',"小塚明朝 Pr6N R","小塚明朝 Pro R", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
.center{text-align: center;}
@media screen and (max-width: 768px) {
  .disp_pc{display:none!important;}
  .disp_sp{display:block!important;}
  .disp_in_pc{display:none;}
  .disp_in_sp{display:inline-block;}
  img{ max-width:100%;}
}

/*mv*/
.mv {
  background: url("/lp/sisu/msciacwi/img/mv_bg.png") no-repeat scroll top center;
  padding: 0 10px 160px;
  background-size: 100%;
}
.mv_inner {
  padding-top: 100px;
  max-width: 1200px;
  margin: 0 auto;
}
.mv_inner h1 {
  width: 53.16%;
}
.mv_inner p{
  font-size: min(16px, 1.3vw);
  margin-top: 30px;
  line-height: 180%;
  font-weight: 500;
}
@media screen and (max-width: 1600px) {
  .mv {
    background: url("/lp/sisu/msciacwi/img/mv_bg02.png") no-repeat scroll top center;
    padding: 0 10px 160px;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .mv {
    background: url("/lp/sisu/msciacwi/img/mv_bg_sp.png") no-repeat scroll top center;
    padding: 0 0 30vw;
    background-size: cover;
  }
  .mv_inner {
    padding-top: 9vw;
    max-width: 92%;
    margin: 0 auto;
  }
  .mv_inner h1 {
    width: 100%;
    margin-bottom: 75.333vw;
  }
  .mv_inner p{
    font-size: 3.466vw;;
    margin-top: 0;
  }
}

/*目次*/
.toc {
  padding: 0 10px;
}
.toc_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.toc-box{
  border: 1px solid #b40000;
  padding: 0 45px 20px;
  background: #fff;
  border-radius: 10px;
  margin-top: -70px;
}
.toc-box p {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #b40000;
  padding: 3px 25px;
  border-radius: 25px 25px 25px 0;
  top: -16px;
  left: -46px;
  display: inline-block;
}
.toc_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.toc_flex li {
  margin-top: 5px;
  width: 49%;
  display: flex;
  align-items: flex-start;
}
.toc_flex li span {
  background: #b40000;
  color: #fff;
  font-size: 11px;
  border-radius: 50%;
  padding: 2px 8px 4px;
  margin-right: 5px;
}
.toc_flex li a {
  font-size: 16px;
  color: #333;
}
.toc_flex li a:hover{
  text-decoration: underline;
  color: #b40000;
}
.tf1 {
  order: 1;
}
.tf2 {
  order: 3;
}
.tf3 {
  order: 5;
}
.tf4 {
  order: 2;
}
.tf5 {
  order: 4;
}
.tf6 {
  order: 6;
}
.toc_txt01 {
  margin-top: 35px;
  font-size: 18px;
  font-weight: bold;
  color: #b40000;
}
.toc_txt02 {
  font-size: 16px;
}
.note_list {
  margin-top: 10px;
}
.note_list li{
  font-size: 13px;
  color: #333;
  padding-left:1em;
  text-indent:-1em;
  line-height: 140%;
}
.note_list li a{
  color: #0066ff;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .toc {
    padding: 0;
  }
  .toc_inner {
    max-width: 92%;
    margin: 0 auto;
  }
  .toc-box{
    border: 1px solid #b40000;
    padding: 0 4vw 5vw;
    margin-top: -20vw;
  }
  .toc-box p {
    font-size: 3.466vw;
    padding: 3px 25px;
    top: -4.266vw;
    left: -4.266vw;
  }
  .toc_flex {
    display: block;
  }
  .toc_flex li {
    margin-top: 1.5vw;
    width: 100%;
  }
  .toc_flex li span {
    font-size: 2vw;
    border-radius: 50%;
    padding: 0.9vw 2.05vw 1.3vw;
    margin-right: 5px;
  }
  .toc_flex li a {
    font-size: 3.466vw;
  }
  .tf1 {
    order: 1;
  }
  .tf2 {
    order: 2;
  }
  .tf3 {
    order: 3;
  }
  .tf4 {
    order: 4;
  }
  .tf5 {
    order: 5;
  }
  .tf6 {
    order: 6;
  }
  .toc_txt01 {
    margin-top: 10vw;
    font-size: 3.733vw;
  }
  .toc_txt02 {
    font-size: 3.466vw;
  }
  .note_list {
    margin-top: 2.2vw;
  }
  .note_list li{
    font-size: 2.666vw;
    color: #333;
  }
}

/*cont01*/
.cont01 {
  background: #f3f4ec;
  margin-top: 50px;
}
.cont01_bg {
  background: #fff;
  border-radius: 0 0 150px 0;
  padding-bottom: 120px;
}
.cont01_bg_inner {
  max-width: 1440px;
  margin: 20px auto 0;
  padding: 50px 10px 0;
  background: url("/lp/sisu/msciacwi/img/cont01.png") no-repeat scroll left top;
}
.cont01_flex {
  display: flex;
  justify-content: space-between;
  max-width: 1060px;
  margin: 0 auto;
}
.cont01_flex h2 {
  padding-left: 20px;
  font-size: 34px;
  font-weight: bold;
  color: #b40000;
  width: 40%;
}
.cont01_flex h2 span {
  font-size: 28px;
}
.cont01_flex h2 .black {
  color: #333;
}
.cont01_flex div {
  width: 55%;
  font-size: 16px;
  line-height: 200%;
}

@media screen and (max-width: 768px) {
  .cont01 {
    margin-top: 8vw;
  }
  .cont01_bg {
    border-radius: 0 0 75px 0;
    padding-bottom: 18vw;
  }
  .cont01_bg_inner {
    max-width: 100%;
    margin: 0;
    padding:0;
    background-size: 100%;
  }
  .cont01_flex {
    display: block;
    max-width: 92%;
    margin: 0 auto;
  }
  .cont01_flex h2 {
    padding-left: 0;
    font-size: 5.866vw;
    width: 100%;
  }
  .cont01_flex h2 span {
    font-size: 5.066vw;
  }
  .cont01_flex div {
    width: 100%;
    font-size: 3.466vw;
    line-height: 200%;
    font-weight: bold;
    margin-top: 5vw;
  }
}

/*cont02*/
.cont02 {
  backgroud: #ffff;
}
.cont02_bg {
  padding: 110px 10px;
  border-radius: 0 0 0 150px;
  background: #f3f4ec;
}
.cont02_bg_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.ttl_h2 {
  font-size: 34px;
  font-weight: bold;
  color: #b40000;
  padding-left: 40px;
  background: url("/lp/sisu/msciacwi/img/ttl_bg.png") no-repeat scroll left center;
  background-size: 28px auto;
}
.ttl_h2 span{
  font-size: 28px;
  color: #333;
}
.sub_ttl {
  margin-top: 25px;
}
.sub_ttl span{
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 3px 25px;
  background: #b40000;
  border-radius: 20px 20px 20px 0;
}
.cont02_txt01 {
  margin-top: 10px;
  font-size: 16px;
}
.cont02_txtright {
  text-align: right;
  margin-top: -5px;
}
.cont02_flex01 {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.cont02_flex01_item01 {
  width: 47%;
}
.cont02_flex01_item02 {
  width: 47%;
}
.country_box {
  margin-bottom: 40px;
}
.cb_ttl {
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
}
.cb_ttl p{
  font-size: min(16px, 1.3vw);
}
.cb_ttl p:first-child{
  font-weight: 500;
}
.country_box ul {
  margin-top: 15px;
  display: flex;
  gap:0.5%;
  flex-wrap: wrap;
}
.country_box ul li{
  margin-bottom: 2px;
  font-size: min(16px, 1.3vw);
  width: 33%;
  color: #333;
}
.note-box {
  width: 50%;
  margin-top: -15%;
}
.note-box p{
  font-size: 13px;
}
.note-box li{
  font-size: 13px;
  color: #333;
  padding-left:1em;
  text-indent:-1em;
}
.sub_ttl.mt_add {
  margin-top: 60px;
}

@media screen and (max-width: 1200px) {
  .note-box {
    width: 50%;
    margin-top: -11%;
  }
}

@media screen and (max-width: 768px) {
  .cont02_bg {
    padding: 8vw 0 12vw 0;
    border-radius: 0 0 0 75px;
  }
  .cont02_bg_inner {
    max-width: 92%;
    margin: 0 auto;
  }
  .ttl_h2 {
    font-size: 5.866vw;
    padding-left: 7vw;
    background-size: 5vw auto;
    line-height: 120%;
    letter-spacing: -0.5px;
  }
  .ttl_h2 span{
    font-size: 5.066vw;
  }
  .sub_ttl {
    margin-top: 4vw;
  }
  .sub_ttl span{
    font-size: 3.466vw;
    padding: 1vw 2vw;
    border-radius: 20px 20px 20px 0;
  }
  .cont02_txt01 {
    margin-top:2vw;
    font-size: 3.466vw;
  }
  .cont02_txtright {
    text-align: right;
    margin-top: 10px;
    font-size: 3.466vw;
  }
  .cont02_flex01 {
    display: block;
    margin-top: 4vw;
  }
  .cont02_flex01_item01 {
    width: 100%;
  }
  .cont02_flex01_item02 {
    width: 100%;
  }
  .country_box {
    margin-bottom: 5vw;
  }
  .cb_ttl p{
    font-size: 3.466vw;
  }
  .country_box ul {
    margin-top: 2.5vw;
  }
  .country_box ul li{
    margin-bottom: 2px;
    font-size: 3.466vw;
  }
  .note-box {
    width: 100%;
    margin-top: 0;
  }
  .note-box p{
    font-size: 2.666vw;
  }
  .note-box li{
    font-size: 2.666vw;
  }
  .sub_ttl.mt_add {
    margin-top: 7vw;
  }
}

.img-box {
  margin-top: 15px;
  text-align: center;
}
.r_table01 {
  margin-top: 25px;
}
.r_table01 table {
  border-spacing: 0;
  border-collapse: separate;
}
.r_table01 table tr th:first-child {
  border-top-left-radius: 10px; /* 左上の角 */
}
.r_table01 table tr th:last-child {
  border-top-right-radius: 10px; /* 右上の角 */
}
.r_table01 table tr:last-child td:last-child {
  border-bottom-right-radius: 10px; /* 右下の角 */
}
.r_table01 table tr:last-child td:first-child {
  border-bottom-left-radius: 10px; /* 左下の角 */
}

.r_table01 table {
}
.r_table01 table th{
  border-right: 1px solid #f3f4ec;
  border-bottom: 1px solid #f3f4ec;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background: #787878;
  font-size: min(16px, 1.3vw);
  width: 18.4%;
}
.r_table01 table th:first-child{
  width: 8%;
}
.r_table01 table th:last-child{
  border-right: none;
}
.r_table01 table td{
  border-right: 1px solid #f3f4ec;
  border-bottom: 1px solid #f3f4ec;
  padding: 5px 5px;
  background: #fff;
  font-size: min(16px, 1.3vw);
  color: #333;
  vertical-align: top;
}
.r_table01 table td:last-child{
  border-right: none;
}
.r_table01 table .td_ttl {
  background: #37781e;
  color: #fff;
  font-weight: 500;
  padding: 5px 5px;
  font-size: min(16px, 1.3vw);
  text-align: center;
  vertical-align: middle;
}
.r_table01 table .td_ttl span {
  font-size: min(13px, 1.2vw);
}
.note-box02 {
  margin-top: 10px;
}
.note-box02 p{
  font-size: 13px;
}
.note-box02 li{
  font-size: 13px;
  color: #333;
  padding-left:1em;
  text-indent:-1em;
}

@media screen and (max-width: 768px) {
  .img-box {
    margin-top: 4vw;
  }
  .r_table01 {
    margin-top: 2.5vw;
  }
  .r_table01 table tr th:first-child {
    border-top-left-radius: 3px; /* 左上の角 */
  }
  .r_table01 table tr th:last-child {
    border-top-right-radius: 3px; /* 右上の角 */
  }
  .r_table01 table tr:last-child td:last-child {
    border-bottom-right-radius: 3px; /* 右下の角 */
  }
  .r_table01 table tr:last-child td:first-child {
    border-bottom-left-radius: 3px; /* 左下の角 */
  }
  .r_table01 table th{
    padding: 1.5vw 1vw;
    font-size: 2.4vw;
    width: 17.6%;
  }
  .r_table01 table th:first-child{
    width: 12%;
  }
  .r_table01 table td{
   padding: 1.5vw 1vw;
   font-size: 2.4vw;
  }
  .r_table01 table .td_ttl {
    padding: 1.5vw 0;
    font-size: 2.133vw;
  }
  .r_table01 table .td_ttl span {
    font-size: 1.8vw;
  }
  .note-box02 {
    margin-top: 2.5vw;
  }
  .note-box02 p{
    font-size: 2.666vw;
  }
  .note-box02 li{
    font-size: 2.666vw;
  }
}

/*cont03*/
.cont03 {
  background: #f3f4ec;
  margin-top: 50px;
}
.cont03_bg {
  background: #fff;
  border-radius: 0 0 150px 0;
  padding-bottom: 120px;
}
.cont03_inner {
  max-width: 1000px;
  margin: 20px auto 0;
  padding: 50px 10px 0;
}
.cont03_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.cont03_item01 {
  width: 40%;
}
.cont03_item02 {
  width: 57%;
}
.cont03_item02 .cont03_txt {
  font-size: 16px;
  margin-bottom: 20px;
}
.cont_in_flex {
  background: #f0f0f0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px 30px;
}
.cont_in_item01 {
  background: #b40000;
  border-radius: 25px 25px 25px 0;
  color: #fff;
  padding: 3px 20px;
  font-size: 24px;
  font-weight: bold;
}
.cont_in_item02 {
  color: #b40000;
  text-align: center;
  font-size: 58px;
  font-weight: bold;
  margin-left: 5%;
}
.cont_in_item02 span{
  font-size: 16px;
  color: #000;
  font-weight: 500;
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cont03 {
    margin-top: 12vw;
  }
  .cont03_bg {
    border-radius: 0 0 75px 0;
    padding-bottom: 12vw;
  }
  .cont03_inner {
    max-width: 92%;
    margin: 0 auto 0;
    padding: 0;
  }
  .cont03_flex {
    display: block;
    margin-top: 3vw;
  }
  .cont03_item01 {
    width: 100%;
  }
  .cont03_item02 {
    width: 100%;
  }
  .cont03_item02 .cont03_txt {
    font-size: 3.466vw;
    margin-bottom: 3vw;
    margin-top: 3vw;
  }
  .cont_in_flex {
    padding: 3vw 2vw 5vw;
  }
  .cont_in_item01 {
    border-radius: 15px 25px 25px 0;
    padding: 5px 20px;
    font-size: 4.399vw;
  }
  .cont_in_item02 {
    font-size: 9.066vw;
  }
  .cont_in_item02 span{
    font-size: 3.333vw;
  }
}

/*cont04*/
.cont04 {
  backgroud: #ffff;
}
.cont04_bg {
  padding: 110px 10px;
  border-radius: 0 0 0 150px;
  background: #f3f4ec;
}
.cont04_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.ttl_h2 .blue {
  font-size: 34px;
  color: #003792;
}
.cont04_txt01 {
  font-size: 16px;
  margin-top: 20px;
}
.r_table02 {
  margin-top: 5px;
}
.r_table02 table {
  border-spacing: 0;
  border-collapse: separate;
}
.r_table02 table tr th:first-child {
  border-top-left-radius: 10px; /* 左上の角 */
}
.r_table02 table tr th:last-child {
  border-top-right-radius: 10px; /* 右上の角 */
}
.r_table02 table tr:last-child td:last-child {
  border-bottom-right-radius: 10px; /* 右下の角 */
}
.r_table02 table tr:last-child td:first-child {
  border-bottom-left-radius: 10px; /* 左下の角 */
}
.r_table02 table th{
  border-right: 1px solid #f3f4ec;
  border-bottom: 1px solid #f3f4ec;
  padding: 10px 10px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background: #787878;
  font-size: min(16px, 1.4vw);
  width: 39.5%;
}
.r_table02 table th:first-child{
  width: 21%;
}
.r_table02 table th:nth-of-type(2){
  background: #b40000;
}
.r_table02 table th:last-child{
  border-right: none;
  background: #003792;
}
.r_table02 table td{
  border-right: 1px solid #f3f4ec;
  border-bottom: 1px solid #f3f4ec;
  padding: 10px 10px;
  background: #fff;
  font-size: min(16px, 1.4vw);
  color: #333;
  vertical-align: top;
}
.r_table02 table td:last-child{
  border-right: none;
}
.r_table02 table .td_ttl {
  background: #787878;
  color: #fff;
  font-weight: 500;
  padding: 5px 5px;
  font-size: min(16px, 1.4vw);
  text-align: center;
  vertical-align: middle;
}
.cont04_txt02 {
  font-size: 16px;
  margin-top: 10px;
}
.cont04_txt02 a{
  color: #0066ff;
  text-decoration: underline;
}
.wid-box {
  max-width: 860px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  
  .cont04_bg {
    padding: 12vw 0 12vw 0;
    border-radius: 0 0 0 75px;
  }
  .cont04_inner {
    max-width: 92%;
    margin: 0 auto;
  }
  .ttl_h2 .blue {
    font-size: 5.866vw;
  }
  .cont04_txt01 {
    font-size: 3.466vw;
    margin-top: 3vw;
  }
  .r_table02 {
    margin-top: 1vw;
  }
  .r_table02 table tr th:first-child {
    border-top-left-radius: 3px; /* 左上の角 */
  }
  .r_table02 table tr th:last-child {
    border-top-right-radius: 3px; /* 右上の角 */
  }
  .r_table02 table tr:last-child td:last-child {
    border-bottom-right-radius: 3px; /* 右下の角 */
  }
  .r_table02 table tr:last-child td:first-child {
    border-bottom-left-radius: 3px; /* 左下の角 */
  }
  .r_table02 table th{
    padding: 1.5vw;
    font-size: 3.466vw;
    width: 39.5%;
  }
  .r_table02 table th:first-child{
    width: 21%;
  }
  .r_table02 table td{
    padding: 1.5vw;
    font-size: 3.466vw;
  }
  .r_table02 table .td_ttl {
    ppadding: 1.5vw;
    font-size: 3.466vw;
  }
  .cont04_txt02 {
    font-size: 3.466vw;
    margin-top: 2vw;
    padding-left:1em;
  text-indent:-1em;
  }
  .ttl_h2:has(.blue) {
    background-position: left 1.2vw;
  }
}

/*cont05*/
.cont05 {
  background: #f3f4ec;
  margin-top: 50px;
}
.cont05_bg {
  background: #fff;
  border-radius: 0 0 150px 0;
  padding-bottom: 120px;
}
.cont05_inner {
  max-width: 1000px;
  margin: 20px auto 0;
  padding: 50px 10px 0;
}
.cont05_txtright {
  text-align: right;
  font-size: 13px;
}
.cont05_flex {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}
.cont05_flex dl {
  margin-top: 5px;
  width: 31%;
}
.cont05_flex dd {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}
.cont05_txt01 {
  margin-top: 30px;
  padding: 25px;
  background: #f1f1f1;
  font-size: 16px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .cont05 {
    margin-top: 12vw;
  }
  .cont05_bg {
    border-radius: 0 0 75px 0;
    padding-bottom: 12vw;
  }
  .cont05_inner {
    max-width: 92%;
    margin: 0 auto 0;
    padding: 0;
  }
  
  .cont05_flex {
    margin-top: 2vw;
    display: block;
  }
  .cont05_flex dl {
    margin-top: 3vw;
    width: 100%;
  }
  .cont05_flex dd {
    margin-top: 2vw;
    font-size: 3.466vw;
  }
  .cont05_txt01 {
    margin-top: 5vw;
    padding: 4vw;
    font-size: 3.466vw;
  }
  .cont05_txtright {
    text-align: left;
    font-size: 2.666vw;
    margin-top: 2vw;
  }
}

/*cont06*/
.cont06 {
  backgroud: #ffff;
}
.cont06_bg {
  padding: 110px 10px;
  border-radius: 0 0 0 0;
  background: #f3f4ec;
}
.cont06_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.ttl_h2_icon {
  position: relative;
  text-align: center;
  font-size: min(33px, 3.0vw);
  font-weight: bold;
  color: #b40000;
}
.ttl_h2_icon span {
  letter-spacing: -3px;
}
.ttl_h2_icon::before {
  content: "";
  position: absolute;
  left: 0;
  top:0;
  background: url("/lp/sisu/msciacwi/img/icon01.png") no-repeat scroll 0 0;
  width: 53px;
  height: 41px;
}
.ttl_h2_icon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom:0;
  background: url("/lp/sisu/msciacwi/img/icon02.png") no-repeat scroll 0 0;
  width: 50px;
  height: 39px;
}
.cont06_btn {
  margin: 20px auto 0;
  max-width: 310px;
}
.cont06_btn a{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #b40000;
  padding: 10px 15px;
  border-radius: 30px;
  border-bottom: 4px solid #8d0000;
  position: relative;
  display: block;
}
.cont06_btn a:hover{
  background: #fff;
  color: #b40000;
  padding: 10px 15px;
  border-radius: 30px;
  border: 2px solid #b40000;
}
.cont06_btn a::before {
  content: "";
  position: absolute;
  top: calc(50% - -2px);
  right: 20px;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
}
.cont06_btn a:hover:before {
  background-color: #b40000;
  top: calc(50% - 0px);
}
.cont06_btn a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  top: calc(50% - -2px);
  right: 20px;
  border-radius: 9999px;
  background-color: #fff;
}
.cont06_btn a:hover:after {
  background-color: #b40000;
  top: calc(50% - 0px);
}
.r_cont {
  margin-top: 80px;
}
.r_ttl {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  margin-top: 20px;
}
.r_list li{
  font-size: 13px;
  color: #000;
  padding-left:1em;
  text-indent:-1em;
}
.r_txt {
  font-size: 13px;
  color: #000;
  margin-bottom: 20px;
}
.r_txt02{
  font-size: 13px;
  color: #000;
  margin-top: -10px;
  text-align: right;
}
.r_cont span{
  color: #b40000;
}
.r_cont span.u_line{
  color: #000;
  text-decoration: underline;
}
.r_cont span.bold{
  color: #000;
  font-weight: bold;
}
.r_cont span.ind{
  color: #000;
  padding-left:1em;
  text-indent:-1em;
  display: block;
}
.r_cont .mb20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .cont06_bg {
    padding: 12vw 0 12vw 0;
  }
  .cont06_inner {
    max-width: 92%;
    margin: 0 auto;
  }
  .ttl_h2_icon {
    font-size: 5.600vw;
  }
  .ttl_h2_icon span {
    letter-spacing: -2px;
  }
  .ttl_h2_icon::before {
    width: 6vw;
    height: 5vw;
    background-size: 6vw 5vw;
  }
  .ttl_h2_icon::after {
    width: 6vw;
    height: 5vw;
    background-size: 6vw 5vw;
  }
  .cont06_btn {
    margin: 5vw auto 0;
    max-width: 80%;
  }
  .cont06_btn a{
    font-size: 4.266vw;
    padding: 2.4vw 15px;
  }
  .cont06_btn a:hover{
    padding: 2.4vw 15px;
  }
 
  .r_cont {
    margin-top: 12vw;
  }
  .r_ttl {
    font-size: 2.933vw;
    margin-top: 4vw;
  }
  .r_list li{
    font-size: 2.666vw;
  }
  .r_txt {
    font-size: 2.666vw;
    margin-bottom: 4vw;
  }
  .r_txt02{
    font-size: 2.666vw;
    margin-top: -2vw;
  }
  .r_cont .mb20 {
    margin-bottom: 4vw;
  }
}