@charset "UTF-8";
/*========
component
=========*/

.underconstruction{
    border: 1px solid #707070;
    padding: 6rem;
    text-align: center;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}
.underconstruction .comming{
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 3rem;
}
.underconstruction p{
    margin-bottom: 3rem;
}


.underconstruction a{
    text-decoration: underline;
    color:#005093;
}

/*OL*/
ol.brackets-num > li{
    list-style-type: none;
    text-indent: -2.2rem;
    padding-left: 2rem;
    counter-increment: cnt;
    margin-bottom: 0.5rem;
}
ol.brackets-num > li::before {
    display: marker;
    content: "(" counter(cnt) ") ";
}

/*UL*/
ul.bullets{
	padding-left: 1.5rem;
}
ul.bullets.pl4{
	padding-left: 4rem;
}
ul.bullets li{
	font-size: 1.5rem;
	line-height: 1.8;
	position: relative;
  padding-left: 1.5rem;

}
ul.bullets li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
ul.bullets li.none:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}


/*other*/
.other-cont h4{
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
}