.web_font1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400; }

.web_font2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em; }

.web_font3 {
  font-family: 'Roboto', sans-serif; }

.border {
  border-bottom: 1px dashed #cdcdd2; }

.border2 {
  border-bottom: 1px dashed #03071f; }

.border3 {
  border-bottom: 1px solid #cdcdd2; }

.border4 {
  border-bottom: 1px solid #03071f; }

.border5 {
  border-bottom: 2px solid #03071f; }

.bg_dot {
  background: url("../common/images/bg_dot.png") left top repeat;
  background-size: 10px 10px; }

@media screen and (min-width: 1px) {
  .bg_dot {
    background: url("../common/images/bg_dot.png") left top repeat;
    background-size: 5px 5px; } }
/*------------------------------------------------------------
Content_area
------------------------------------------------------------*/
#Content_area {
  margin-bottom: 30px; }
  #Content_area .slide_list_style {
    justify-content: flex-start; }
    #Content_area .slide_list_style:after, #Content_area .slide_list_style:before {
      display: none; }
    #Content_area .slide_list_style .list {
      width: 200px;
      margin-right: 50px;
      margin-bottom: 70px; }
      #Content_area .slide_list_style .list:nth-child(5n) {
        margin-right: 0; }
        #Content_area .slide_list_style .list:nth-child(5n) .img:before {
          display: none; }
      #Content_area .slide_list_style .list:nth-of-type(4n) .img:before {
        display: block; }
      #Content_area .slide_list_style .list .lank_num {
        width: 63px;
        position: absolute;
        top: -20px;
        left: 10px;
        z-index: 200; }

@media screen and (min-width: 1px) {
  #Content_area {
    margin-bottom: 30px; }
    #Content_area .slide_list_style {
      justify-content: space-between; }
      #Content_area .slide_list_style .list {
        width: 47%;
        margin-right: 0;
        margin-bottom: 35px; }
        #Content_area .slide_list_style .list:nth-child(5n) {
          margin-right: 0; }
          #Content_area .slide_list_style .list:nth-child(5n) .img:before {
            display: block; }
        #Content_area .slide_list_style .list:nth-of-type(2n) .img:before, #Content_area .slide_list_style .list:last-child .img:before {
          display: none; }
        #Content_area .slide_list_style .list .lank_num {
          width: 41px;
          top: -10px;
          left: 5px; } }
