@charset "UTF-8";
/* パソコン画面 1024px以上1920以下*/
@media only screen and (min-width:1024px) {
  /*レイアウト*/
  #wrapper {
    width: 100%;
    max-width: 1920px;
    min-width: 1024px;
    margin: 0 auto;
  }
  #header {
    max-width: 1280px;
    min-width: 1024px;
    min-height: 800px;
    margin: 0 auto;
  }
  .logo_parts {
    width: 400px;
    margin: 40px auto 0;
    border: 1px solid #000;
    border-radius: 10px;
  }
  .logo_parts:hover {
    opacity: 0.6;
  }
  .logo {
    font-size: 1.6rem;
    background: #000;
    border-radius: 8px 8px 0 0;
    text-align: center;
  }
  .logo a {
    color: #fff;
  }
  .sub_title {
    font-size: 2.4rem;
    background: #fff;
    border-radius: 0 0 8px 8px;
    text-align: center;
  }
  .sub_title a {
    color: #000;
  }
  /*Animate放送部*/
  #web_site_01 {
    max-width: 1280px;
    min-width: 1024px;
    min-height: 820px;
    margin: 0 auto;
  }
  .main_title {
    width: 90%;
    min-width: 800px;
    font-size: 2.4rem;
    margin: 2em auto;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    text-align: center;
  }
  .main_title a {
    display: block;
    padding: 0.4em 0 0.2em 0;
  }
  .main_title a:hover {
    background: #22558A;
    color: #E5DECA;
  }
  .mainvisual {
    margin: 1em auto;
  }
  /*プロフィール*/
  #profile_section {
    max-width: 1280px;
    min-width: 1024px;
    min-height: 600px;
    margin: 0 auto;
    padding: 0 1em;
  }
  .profile_title {
    width: 400px;
    font-size: 2.4rem;
    margin: 2em auto;
    padding: 0.4em 0 0.2em 0;
    background: #fff;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    text-align: center;
  }
  .profile_title a {
    color: #000;
  }
  .profile {
    display: flex;
    flex-direction: row;
    margin: 100px auto 0;
    width: 90%;
    min-height: 300px;
  }
  .profile_image {
    width: 50%;
  }
  .profile_image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 300px;
    max-height: 300px;
  }
  /*プロフィールテーブル*/
  .profile_career {
    width: 50%;
    max-width: 670px;
    background: #E5DECA;
  }
  .profile_career table {
    width: 100%;
    max-width: 600px;
  }
  .profile_career .MyName {
    font-size: 2.4rem;
    text-align: center;
  }
  .HandleName {
    font-size: 1.4rem;
    text-align: center;
  }
  .profile_career td {
    padding: 0.5em 1em;
  }
  /*お問合せ*/
  #contact {
    max-width: 1280px;
    min-width: 1024px;
    min-height: 600px;
    margin: 0 auto;
  }
  .contact_title {
    text-align: center;
    width: 400px;
    margin: 2em auto;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
  }
}