MaxCDN Tools PROCSSORLEARN MORE Procssor cleans and organizes your css the way you want it. Perfect for css consistency when multiple people contribute. DOWNLOADCOPYRETURN @charset "UTF-8";

/* CSS Document */

.mainimg_contents {
  width: 100%;
  margin: 0 auto;
}

.mainimg_contents .craft_mainvisual {
  text-align: center;
  margin: 0 auto;
}

.craft_main-contents {
  line-height: 1.5;
  color: #333;
  margin: 0 auto;
  max-width: 1024px;
}

.profile_box {
  background-color: #c8cfde;
  float: left;
  width: 100%;
  margin: 0 auto;
}

.profile-imgs {
    float: left;
    width: 35%;
}

.profile-imgs img {
    display: block
}

.profile-text {
    padding-top: 60px;
    padding-left: 5%;
    float: left;
    width: 55%;
}

.profile_name {
    font-weight: bold;
    font-size: 130%;
}

.profile_job {
    font-weight: bold;
    padding-top: 15px;
    display: block;
}

.profile-text01 {
    margin: 0 0 15px 0px
}

.profile-skill {
    font-weight: bold;
    padding-top: 15px;
    display: block;
}

.c_text_contents {
    border-bottom: 1px solid #333;
    margin: 30px auto;
    max-width: 1024px;
}

.c-main-text01 {
    line-height: 1.7;
    margin: 0 0 35px 0px;
}

.claftman_list {
    margin: 0 auto;
    max-width: 1024px;
}

.vol {
    margin: 0 0 50px 20px
}

.c_list_nunber.profile_name {
    font-weight: bold;
    font-size: 120%;
}

.c_list_images {
    width: 20%
}

.c_list_images a {
    display: block
}

.c_list_images a img {
    border: 2px solid #999
}

.c_list_name {
    font-weight: bold;
    font-size: 90%;
}

.c_list_name_e {
    font-weight: normal;
    padding-left: 10px;
}

@media (max-width: 1024px) {
  .profile-imgs {
      width: auto;
      float: none;
      margin: 20px auto 10px;
      padding: 0;
  }
  .profile-imgs img {
      object-fit: cover;
      background: #FFF;
      border-radius: 300px;
      width: 300px;
      height: 300px;
      margin: 0 auto;
  }
  .profile-text {
      padding-top: 0px;
      padding-left: 0%;
      float: none;
      width: 96%;
      margin: 15px 2%;
  }
  .profile_name {
      text-align: center;
      font-weight: bold;
      display: block;
      font-size: 120%;
  }
  .craft_main-contents {
    line-height: 1.6;
    color: inherit;
    margin: 0 auto;
    max-width: 100%;
  }
  .c_list_images {
      width: 40%
  }
}

@media (max-width: 868px) {
  .profile-imgs img {
    border-radius: 320px;
    width: 250px;
    height: 250px;
  }
  
  .profile-text {
    width: 100%;
    margin: 15px 10px;
  }
  
  .c_text_contents {
    border: none;
    margin: 30px auto 0;
    max-width: 100%;
  }
}