@charset "UTF-8";


/*common*/
body {
    width: 100%;
    height: 100vh;
}
.l-main {
    width: 100%;
    padding: 0;
}
.l-main {
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 6.8%;
}
.l-header--popup {
    position: fixed;
    z-index: 99999;
    width: 100%;
    min-width: initial;
    margin-bottom: 0.3%;
    background: #fff;
    padding: 1.5vw 1.3vw 1.2vw;
}
.l-header--popup .lc-logo {
    width: 100%;
    padding-left: 1%;
}
.l-header--popup .lc-logo>a {
    width: 17vw;
    height: 4vw;
    background-size: contain;
}
.l-footerWrap {
    min-width: initial;
    padding: 0;
    margin: 0 auto;
    background-color: transparent;
}
.l-copyright {
    margin-top: 0;
    padding-top: 3.75vw;
    font-size: 3vw;
    height: auto;
}
.l-content .pc_view {
    display: none;
}

/*mv*/
.l-content .mv {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  background-color: #0f218b;
  box-sizing: border-box;
  padding: 3.3% 0.652%;
  margin: 0 auto;
}
.l-content .mv .txt {
  width: 48.6%;
}
.l-content .mv .txt h1 {
  border-top: solid 2px #ffcc00;
  border-bottom: solid 2px #ffcc00;
  color: #fff;
  font-size: 3vw;
  padding: 4.4% 0;
  margin-top: 4.4%;
}
.l-content .mv .txt h1 span {
  font-size: 1.96vw;
}
.l-content .mv .txt .btn {
  margin-top: 8.23%;
}
.l-content .mv .txt .btn a {
  width: 66.7%;
  font-size: 2.11vw;
  padding: 1.5vw 0 1.3vw;
}
.l-content .mv .img {
  width: 47%;
}
.l-content .mv .img img {
  width: 100%;
  height: auto;
}
.l-content .mv .img .block {
  position: relative;
  margin-top: 0.36vw;
}
.l-content .mv .img .block:first-of-type {
  margin-top: 0;
}
.l-content .mv .img .block .ttl .deco {
  position: absolute;
  top: 0.3vw;
  width: 82%;
}
.l-content .mv .img .block .ttl .category {
  position: absolute;
  top: 0.3vw;
  width: 21%;
  color: #fff;
  font-size: 1.85vw;
  text-align: center;
}
.l-content .mv .img .block:first-of-type .ttl .deco,
.l-content .mv .img .block:first-of-type .ttl .category {
  left: 0.5vw;
}
.l-content .mv .img .block:nth-of-type(2) .ttl .deco,
.l-content .mv .img .block:nth-of-type(2) .ttl .category {
  left: 3.4vw;
}
.l-content .mv .img .block:nth-of-type(3) .ttl .deco,
.l-content .mv .img .block:nth-of-type(3) .ttl .category {
  left: 6.1vw;
}

/*anc*/
.l-content .anc {
  margin: 4.3% auto 5%;
}
.l-content .anc h2 {
  width: 88.7%;
  display: flex;
  align-items: center;
  color: #0f218b;
  font-size: 3.16vw;
  text-align: center;
  margin: 0 auto 1.8%;
}
.l-content .anc h2 span {
  font-size: 4vw;
  line-height: 1;
}
.l-content .anc h2::before,
.l-content .anc h2::after {
  content: "";
  height: 1px;
  border-top: solid 2px #0f218b;
  flex-grow: 1;
}
.l-content .anc h2::before{
  margin-right: 3.2%;
}
.l-content .anc h2::after{
  margin-left: 3.2%;
}
.l-content .anc .box {
  display: flex;
  justify-content: center;
  gap: 1.43vw;
}
.l-content .anc .box .item {
  width: 28.5%;
  border: solid 1px #ccc;
  box-sizing: border-box;
  padding: 2.2% 0 2.7%;
}
.l-content .anc .box .item p {
  color: #0f218b;
}
.l-content .anc .box .item p:first-of-type {
  font-size: 2.7vw;
  line-height: 1;
}
.l-content .anc .box .item p:first-of-type span {
  font-size: 3.7vw;
}
.l-content .anc .box .item p:nth-of-type(2) {
  font-size: 1.85vw;
  margin: 8.1% auto;
}
.l-content .anc .box .item a.m-btn--down {
  width: 81%;
  box-shadow: inset 0 -1px 0 #b3b3b3;
  font-size: 1.85vw;
  padding: 4% 0 4.6%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.l-content .anc .box .item a.m-btn--down::before {
  width: 8.1%;
  height: 2vw;
  background-size: contain;
}

/*.l-content common*/
.l-content .wrap {
  width: 88.7%;
  margin: 0 auto;
}
.l-content .point,
.l-content .regist {
  margin-top: 2.8%;
  padding-top: 7.4%;
}
.l-content .regist {
  margin-bottom: 11.8%;
}
.l-content .point .item {
  margin-top: 8%;
}
.l-content .point:first-of-type {
  margin-top: -7.4%;
}
.l-content .point .item:first-of-type {
  margin-top: 0;
}
.l-content .point h2,
.l-content .regist h2 {
  border-top: solid 3px #0f218b;
  color: #0f218b;
  font-size: 3.16vw;
  padding-top: 2.28%;
  margin-bottom: 3.64%;
}
.l-content .point h2 span,
.l-content .regist h2 span {
  font-size: 4vw;
}
.l-content .point .item h3 {
  background-color: #f2f2f2;
  font-size: 3.16vw;
  padding: 1.46% 0 0.91%;
  margin-bottom: 3.25%;
}
.l-content .point .item .image img {
  width: 100%;
  height: auto;
}
.l-content .point .item .btn p {
  font-size: 2.7vw;
  margin-bottom: 1.82%;
}
.l-content .point .item .btn a,
.l-content .regist .btn a {
  width: 58.7vw;
  font-size: 3vw;
  padding: 2vw 0 1.72vw;
}
.l-content .regist .btn a {
  box-shadow: inset 0 -1px 0 #b3b3b3;
}
.l-content .m-btn--strong,
.l-content .m-btn--down,
.l-content .m-btn--conversion,
.l-content .m-btnWin--default {
  border-radius: 3px;
}
.l-content a.m-btnWin--default::after,
.l-content a.m-btnWin--strong::after {
  width: 2.4vw;
  height: 2.4vw;
  background-size: contain;
  vertical-align: -2px;
}

/*point_01*/
.l-content .point_01 .item:first-of-type .image {
  width: 98.8%;
  margin: 0 auto;
}
.l-content .point_01 .item:nth-of-type(2) .image {
  width: 100%;
}
.l-content .point_01 .item .img_flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 3vw;
  margin-bottom: 4.55%;
}
.l-content .point_01 .item .img_flex .image {
  width: 85.3%;
  margin: 0 auto;
}
.l-content .point_01 .item:first-of-type .btn,
.l-content .point_01 .item:nth-of-type(2) .btn {
  margin-top: 2.8%;
}

/*point_02*/
.l-content .point_02 .item:first-of-type div {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.91vw;
}
.l-content .point_02 .item:first-of-type div p.image {
  width: 12.91%;
}
.l-content .point_02 .item:first-of-type div p {
  font-size: 2.7vw;
  line-height: 1.6;
}
.l-content .point_02 .item:first-of-type div p.txt span.color {
  color: #dd0000;
}
.l-content .point_02 .item:first-of-type div p.txt span.size_l {
  font-size: 5.3vw;
  line-height: 1;
}
/*table*/
.l-content .point_02 .tableBlockList--guide {
  width: 90%;
  border-top: solid 1px #bfbfbf;
  border-left: solid 1px #bfbfbf;
  margin: 0 auto;
}
.l-content .point_02 .tableBlockList--guide:first-child {
  margin: 0;
}
.l-content .point_02 .tableBlockList--guide thead .cols__1 {
  width: 25%;
}
.l-content .point_02 .tableBlockList--guide thead .cols__3 {
  width: 20%;
}
.l-content .point_02 .tableBlockList--guide th {
  padding: 1.4% 1.2%;
  border-right: solid 1px #bfbfbf;
  border-bottom: solid 1px #bfbfbf;
  background-color: #e6e6e6;
  font-size: 1.85vw;
  text-align: left;
  font-weight: bold;
}
.l-content .point_02 .tableBlockList--guide td {
  padding: 1.4% 1.2%;
  border-right: solid 1px #bfbfbf;
  border-bottom: solid 1px #bfbfbf;
  background-color: #fff;
  font-size: 1.85vw;
  text-align: left;
}
.l-content .point_02 .tableBlockList--guide td.imgStrok img {
  width: 71%;
  height: auto;
}
/**/
.l-content .point_02 .item:nth-of-type(3) p.txt {
  font-size: 2.7vw;
  margin-bottom: 0.91%;
}
.l-content .point_02 .item:nth-of-type(3) p.image {
  width: 85%;
  margin: 0 auto;
}

/*point_03*/
.l-content .point_03 .item:first-of-type p.image {
  width: 80.1%;
  margin: 0 auto;
}
.l-content .point_03 .item:first-of-type > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 4.55%;
}
.l-content .point_03 .item:first-of-type div:first-of-type > p.image {
  width: 41.3vw;
  margin: 0 auto;
}
.l-content .point_03 .item:first-of-type div:first-of-type a {
    margin-top: 4.55%;
}
.l-content .point_03 .item:nth-of-type(2) p.image {
  width: 81.9%;
  margin: 0 auto 4.55%;
}
.l-content .point_03 .item:nth-of-type(3) p.image {
  width: 45.8%;
  margin: 0 auto 3.7%;
}
.l-content .point_03 .item:nth-of-type(3) .btn:nth-of-type(2) {
  margin-top: 1.9%;
}

/*regist*/
.l-content .regist .list {
  width: 90%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 auto 2.8%;
}
.l-content .regist .list .item {
  width: 85.3%;
  box-sizing: border-box;
  border-bottom: dotted 1px #bfbfbf;
  margin: 0 auto;
  padding: 3% 2.1% 4%;
}
.l-content .regist .list .item:last-of-type {
  border-bottom: none;
}
.l-content .regist .list .item > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3.1vw;
}
.l-content .regist .list .item .ttl,
.l-content .regist .list .item .txt,
.l-content .regist .list .item ul {
  text-align: left;
}
.l-content .regist .list .item .icon {
  width: 20.4%;
}
.l-content .regist .list .item .icon img {
  width: 100%;
  height: auto;
}
.l-content .regist .list .item .ttl {
  font-size: 3.16vw;
}
.l-content .regist .list .item .txt {
  font-size: 2.7vw;
  margin-top: 4.1%;
}
.l-content .regist .list .item ul li {
  font-size: 2.7vw;
}
.l-content .regist .liststyle--li {
	list-style-position: inside;
	list-style-type: disc;
}
.l-content .regist .login {
  display: inline-block;
  font-size: 2.7vw;
  margin-top: 0.91%;
  text-align: left;
}