@charset "utf-8";
/* CSS Document */

.img100per{
    width: 100%;
    height: auto;
}
.img50per{
    width: 50%;
    height: auto;
}
.bold{
    font-weight: bold;
}
.col_red{
    color: #b11e33 !important;
}
.col_blue{
    color: #0e79e7 !important;
}
.h2_Std_Wrap{
    background-color: #003680;
    padding: 8px 0 8px 0;
}
.h2_Std{
    border-top: solid 2px #d4b75f;
    border-bottom: solid 2px #d4b75f;
}
.h2_Std p{
    color: #FFF;
    padding: 16px 0 16px 16px;
    font-size: 24px;
}
.h3_Std{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 16px 12px;
    margin: 0;
}
.h3_Std_col1{
    background: #9c1e44;
}
.h3_Std_col2{
    background: #003680;
}
.Std_Wrap{
    margin: 16px 0;
}
.Std_Wrap_TopM{
    margin: 16px 0 0 0;
}
.Std_Txt{
    font-size: 18px;
    line-height: 1.3;
    color: #333;
    margin-bottom: 16px;
}
.Std_Warning_Txt{
    font-size: 20px;
    color: #f32164;
    padding: 0 2% 0 2%;
    text-align: center;
    margin-bottom: 2%;
    line-height: 1.4;
    font-weight: bold;
}
.a_Erase{
    text-decoration:none;
}
.a_Erase:hover,
.a_Erase:link,
.a_Erase:visited,
.a_Erase:active{
    text-decoration:none;
}
.Std_Btn{
    border-radius: 6px;
    margin-bottom: 16px;
    font-size: 20px;
}
.Std_Btn_Col1{
    background-color: #b11e33;
}
.Std_Btn_Col2{
    background-color: #567415;
}
.Std_Btn_Col3 {
    background-color: #9970da;
}
.Std_Btn_Col4 {
    background-image: linear-gradient(327deg, #91ba5d 0%, #418c0d 65%, #247503 100%);
}
.Std_Btn_Col5 {
    background-color: #003680;
}
.Std_Btn_Col6 {
    background-color: #6a4a9c;
}
.Std_Btn_Col7 {
    background-color: #d99936;
}
.Std_Btn_a{
    display: block;
    border-radius: 6px;
    padding: 24px;
    color: #FFF;
    position: relative;
}
.Std_Btn_a:after {
    text-decoration: none;
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(
45deg);
    transform: rotate(
45deg);
}

#MainWrap{
    width: 100%;;
}

@media (min-width: 1000px) {
    .h2_Std_Wrap {
        margin: 0 calc(50% - 50vw);
    }
    .h2_Std p {
        width: 1000px;
        margin: 0 auto;
    }
}
.CP_SupWrap{
    width: 84%;
    margin: 0 8%;
    border: 3px solid #229470;
}
.CP_Sup_img{
    width: 94%;
    margin: 3%;
    height: auto;
}

/* CSS Document */
.SupLink_BtnWrap {
    width: 100%;
    margin: 0 auto 16px auto;
  }
.SupLink_BtnWrap a {
    text-decoration: none;
  }
.SupLink_BtnWrap a:hover, .Login_PASSBt a:link, .Login_PASSBt a:visited, .Login_PASSBt a:active {
    text-decoration: none;
  }
.SupLink_Btn {
  width: 96%;
  margin: auto;
  padding: 12px 0;
  border-radius: 6px;
  text-align: left;
  font-size: 4.375vw;
  font-weight: bold;
  text-shadow: 0px 0px 5px #465849;
  color: #ffffff;
  background: #48a24a;
  background: -webkit-linear-gradient(top, #4ce8a3 0%,#03733d 100%);
  background: linear-gradient(to bottom, #4ce8a3 0%,#03733d 100%);
  display: block;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.SupLink_Txt_Wrap {
    display: inline-block;
    vertical-align: middle;
    font-size: 23px;
}
.SupLink_Txt_Top {
    display: block;
}
.svg01 {
    width: 6%;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    filter: drop-shadow(1vw 1vw 2vw rgba(0,0,0,0.6));
}
.path02 {
    fill: #ffffff;
}

.SupLink_Tit {
  width: 100%;
  margin: auto;
}
.SupLink_Tit img {
  width: 100%;
  height: auto;
}
.SupLink_Wrap {
  background: #FFF;
  margin: 0 0 2% 0;
  border: #48a24a 2px solid;
  border-top: none;
  padding: 2% 2% 0 2%;
}
.SupLink_Txt {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 16px 0;
  color: #666;
}
.camp_ban_margin{
	margin-bottom: 12px;
}
