@charset "UTF-8";
.topics_wrap ul li {
  border: 1px solid #f1f0f0;
  box-shadow: 0 0 15px rgba(117, 99, 99, 0.2509803922);
  transition: 0.3s;
  position: relative;
  padding-bottom: 60px;
}
.topics_wrap ul li:hover {
  box-shadow: none;
}
.topics_wrap ul li a {
  color: #000;
}
.topics_wrap ul li .txt {
  line-height: 1.5;
}
.topics_wrap ul li .link {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #dee0e0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.topics_wrap ul li .link:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 17px;
  background: url("/.assets/icon_arrow01.svg") no-repeat center 5px;
  background-size: contain;
}
.commonEntry .register{
    text-align: center;
  }
  .commonEntry .register .registerTxt{
    font-weight: 700;
  }
.commonEntry .register .registerlink {
  color: #e83220;
}
.commonEntry .register .registerlink span {
  display: block;
  background: url("/.assets/icon_arrow01.svg") no-repeat center;
  color: #e83220;
  transform: translatex(35px);
        padding-right: 95px;
  text-decoration: none;
}

@media print, screen and (max-width: 768px) {

  .topics_wrap {
    margin-top: 10vw;
  }
  .topics_wrap ul li {
    border: 1px solid #f1f0f0;
    box-shadow: 0 0 15px rgba(117, 99, 99, 0.2509803922);
    transition: 0.3s;
    position: relative;
    padding-bottom: 60px;
    margin-top: 25px;
  }
  .topics_wrap ul li:hover {
    box-shadow: none;
  }
  .topics_wrap ul li a {
    color: #000;
  }
  .topics_wrap ul li .img {
    padding: 20px 20px 0;
  }
  .topics_wrap ul li .txt {
    line-height: 1.5;
    padding: 20px 25px 20px;
    font-size: 4.5vw;
  }
  .topics_wrap ul li .link {
    padding: 20px;
    text-align: right;
    border-top: 1px solid #dee0e0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 3.5vw;
  }
  .topics_wrap ul li .link:after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 17px;
    background: url("/.assets/icon_arrow01.svg") no-repeat center 5px;
    background-size: contain;
  }
  .commonEntry .register{
    margin-top: 40px;
  }
    .commonEntry .register .registerTxt{
    margin-bottom: 14px;
  }
  .commonEntry .register .registerlink {
    color: #e83220;
  }
  .commonEntry .register .registerlink span {
    display: block;
    background: url("/.assets/icon_arrow01.svg") no-repeat center;
    color: #e83220;
    transform: translatex(50px);
    text-decoration: none;
    background-size: 15px auto;
    padding-right: 115px;
    margin-top: 10px;
    font-size: 15px;
  }
	.anken-No {
		font-size: 24px;
		font-weight: 600;
		margin-left: 8px;
	}
	.copy {
		width: 92px;
		border-radius: 25px;
		margin-left: 15px;
		position: relative;
	}
	.copy:before {
        content: "";
        background: url(/.assets/copyicon.png) no-repeat;
        display: inline-block;
        width: 15px;
        height: 18px;
        position: absolute;
        top: calc(50% - 9px);
        left: 13px;
    }
	.copy p{
	    margin: 3px 0!important;
		padding-left: 18px;
	}
}
  
@media print, screen and (min-width: 769px) {
  .topics_wrap {
    margin-top: 50px;
  }
  .topics_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .topics_wrap ul li {
    border: 1px solid #f1f0f0;
    box-shadow: 0 0 15px rgba(117, 99, 99, 0.2509803922);
    transition: 0.3s;
    position: relative;
    padding-bottom: 60px;
    flex-basis: 31.5%;
  }
  .topics_wrap ul li:nth-child(n + 4) {
    margin-top: 2.75%;

  }
  .topics_wrap ul li:hover {
    box-shadow: none;
  }
  .topics_wrap ul li a {
    color: #000;
  }
  .topics_wrap ul li .img {
    padding: 30px 30px 0;
  }
  .topics_wrap ul li .txt {
    line-height: 1.5;
    padding: 25px 40px 30px;
    font-size: 22px;
  }
  .topics_wrap ul li .link {
    padding: 20px;
    text-align: right;
    border-top: 1px solid #dee0e0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
  }
  .topics_wrap ul li .link:after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 17px;
    background: url("/.assets/icon_arrow01.svg") no-repeat center 5px;
    background-size: contain;
  }
 .commonEntry .register{
    margin-top: 60px;
  }
    .commonEntry .register .registerTxt{
    margin-bottom: 14px;
    font-size: 18px;
  }
  .commonEntry .register .registerlink {
    color: #e83220;
  }
  .commonEntry .register .registerlink span {
    display: block;
    background: url("/.assets/icon_arrow01.svg") no-repeat center;
    color: #e83220;
    transform: translatex(54px);
        padding-right: 138px;
    text-decoration: none;
    background-size: 20px auto;
    font-size: 18px;
  }
	.anken-No {
		font-size: 26px;
		font-weight: 600;
		margin-left: 10px;
	}
	.copy {
		width: 92px;
		border-radius: 25px;
		margin-left: 15px;
		position: relative;
	}
	.copy:before {
        content: "";
        background: url(/.assets/copyicon.png) no-repeat;
        display: inline-block;
        width: 15px;
        height: 18px;
        position: absolute;
        top: calc(50% - 9px);
        left: 13px;
    }
	.copy p{
	    margin-bottom: 0px!important;
		padding-left: 18px;
	}
}


h1 + .img {
  max-width: 680px;
  margin: 0 auto;
}

#mt-alert-success {
  padding: 20px;
  background: #eef0f1;
}

* + #mt-alert-danger {
  margin-top: 40px;
}

#mt-login-content {
  margin-top: 40px;
}

#mt-login-content input[type="email"] {
  appearance: none;
  border: 1px solid #ccc;
  background: #f7f7f7;

  font-size: 0.875em;
  width: 100%;
  min-width: auto;
  height: 45px;
}

#mt-login-content input[type="checkbox"] {
  appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#mt-login-content input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}

#mt-login-content button {
  appearance: none;
  display: block;
  margin-inline: auto;
  color: #e83220;
  border: 1px solid #e83220;
  text-align: center;
  background: none;
  cursor: pointer;
}


@media print, screen and (max-width: 768px) {
  #mt-login-content div + div {
    margin-top: 16px;
  }

  #mt-login-content * + button {
    margin-top: 24px;
  }

  #mt-login-content button {
    font-size: 15px;
    max-width: 240px;
    padding: 12px 30px 15px;
    transition: .2s color, .2s background
  }


  .soudanList .soudan_item .soudan_head .icon img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border-bottom: 2px solid #fff;
    background-size: contain;
  }
  .soudanEntry .soudanHead .h1 img {
    content: "";
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-size: contain;
  }
  .soudanEntry .soudanHead .h1:before {
    display: none;
  }

}

@media print, screen and (min-width: 769px) {

  #mt-login-content div + div {
    margin-top: 16px;
  }

  #mt-login-content div label {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  #mt-login-content input[type="email"] {
    width: calc(100% - 128px);
    padding: 12px;
  }

  #mt-login-content * + button {
    margin-top: 24px;
  }

  #mt-login-content button {
    font-size: 15px;
    width: 240px;
    padding: 18px 0 21px;
    transition: .2s color, .2s background
  }

  #mt-login-content button:hover {
    color: #fff;
    background: #e83220;
  }

     .soudanList .soudan_item .soudan_head .icon img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border-bottom: 2px solid #fff;
    background-size: contain;
  }
  .soudanEntry .soudanHead .h1 img {
    content: "";
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-size: contain;
  }
  .soudanEntry .soudanHead .h1:before {
    display: none;
  }

}

@media screen and (min-width: 769px) and (max-width: 1200px) {
     .commonEntry .register{
    margin-top: 60px;
  }
    .commonEntry .register .registerTxt{
    margin-bottom: 14px;
    font-size: 18px;
  }
    .commonEntry .register .registerlink {
    color: #e83220;
  }
  .commonEntry .register .registerlink span {
    display: block;
    background: url("/.assets/icon_arrow01.svg") no-repeat center;
    color: #e83220;
    transform: translatex(54px);
        padding-right: 138px;
    text-decoration: none;
   background-size: 20px auto;
   font-size: 18px;
  }
}
