@charset "UTF-8";
/* CSS Document */
*{
    -webkit-appearance:none;
}

html,body{
    min-width: 420px!important;
    min-height:100%; 
    margin: 0;
    padding: 0;
    position: relative;
}

html{
    height: inherit!important;
}

.purple{
    background: linear-gradient(#DD33EE,#662277);
}

.topimg{
    width:100%;
    margin:auto;
    padding: 20px 0 0 0;
}

.topimg img{
    width: 100%;
    line-height: 0;
}



.htitle{
    margin: 30px auto;
    font-size: 32px;
    font-weight: bold;
    color:#FFDD33;
    width:100%;
}

.htitle h2{
    line-height: 150%;
}


.maintxt{
    font-size:18px;
    line-height: 24px;
    margin: 20px auto 40px auto;
}


.maininfo{
    font-size:24px;
    line-height: 32px;
    font-weight: bold;
    color:#4422DD;
    margin: 20px auto 10px auto;
}

.subinfo{
    font-size:24px;
    line-height: 32px;
    font-weight: bold;
    color:#DD4422;
    margin: 10px auto 10px auto;
}

.comming{
    margin-top: 80px;
    margin-bottom: 80px;
    padding:20px;
    box-sizing: border-box;
    background-color: #FFFFEE;
    border:#Dd0000 1px dotted;
    
}

.comming a{
    margin: auto;
    display: block;
}

.comming img{
    width: 100%;
    max-width:1140px;
    margin: auto;
    display: block;    
}

.next01{
    color:#FF66FF;
    
}
.next02{
    color:#66FFFF;
}


.flx{
    display: flex;
    width: 100%;
    margin: 40px auto auto auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.lft{
    width: 64%;
    margin: 0;
}

.rht{
    width: 33%;
    margin: 0;
}

.rht img{
    width: 100%;
}



ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  padding: 0 1em !important;
  border: solid 2px #ffb107;
}
ol li {
  border-bottom: dashed 1px orange;
  position: relative;
  padding: 1.5em 0.5em 1.5em 40px;
  line-height: 1.5em;
}
ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #ffb107;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol li:last-of-type {
  border-bottom: none; /*最後のliの線だけ消す*/
}



.hallo,.hallo td {
    border: none !important;
    margin: auto;
    font-size: 16px !important;
    font-weight: bold !important;
    color: orange;
    padding: 10px 0 !important;
    vertical-align: top;
    margin: 0;
}



#maxwrapper table{
    border:#FFDD00 2px solid;
    background: #FFFFFF;
    border-collapse: collapse;
}

#maxwrapper table th,#maxwrapper table td{
    padding: 10px;
    box-sizing: border-box;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0;
}

#maxwrapper table th{
    background-color:#FFDD99;
    font-weight: bold;
    border:#FFFFFF 1px solid;
    font-size: 14px;
    line-height: 20px;
}

#maxwrapper table td{
    background-color:#FFFFEE;
    border:#FFDD00 1px solid;
    font-size: 13px;
}

.imgbox{
    width: 100%;
    margin: auto auto 20px auto;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.imgbox div{
    width: 19%;
    margin: 0;
}

.imgbox div img{
    width:100%;
}

.imgbox div p{
    margin: auto;
    margin-top: 10px;
    text-align: center;
}

.button img{
        width: auto;
    }

@media screen and (max-width: 640px){
.lft{
    width: 100%;
}

.rht{
    width: 100%;
}
    
.imgbox{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
    
.imgbox div{
    width: 49%;
    margin: 0 0.5% 30px 0.5%;
}
    
    .button img{
        width: 90%;
    }
}
