/*--------------------*/
/*切り分け*/
/*タブレットなど【482〜721まで】*/
/*--------------------*/
@media screen and (min-width: 721px) {
  /**/
  .header {
    width: 100%;
    height: 600px;
  }
  .header_img {
    /*背景で大きい画像を表示。
      それ以下はスマホサイズと共通で別の画像表示。*/
    width: 100%;
    height: 600px;
    background-image: url(../img/title_pc.jpg);
    background-size: 1200px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFF;
    margin: 0 auto;
  }
  .profile_text {
    margin: 0 !important;
  }
  .profile_photo {
    margin: auto;
    width: 280px;
    height: 280px;
	clear:both;
  }
}
/*--------------------*/
/*切り分け*/
/*【タブレット縦以上】*/
/*--------------------*/
@media screen and (min-width: 722px) {
  /*--------------------*/
  /*--ヘッダー--*/
  /*--------------------*/
  .header img {
    width: 100%;
    max-width: 720px;
    height: auto;
    margin: auto;
  }
    .order_bg {
      background-color: #C0F0E2;
      background-image: url('../img/bg01.png');
      background-size: 25%; /* 画像を50%に縮小 */
    }
  /*--------------------*/
  /*--フッター--*/
  /*--------------------*/
  .footer {
    color: #888888;
    padding: 1em;
    font-size: 0.8em;
    text-align: center;
    clear: both;
  }
  /*--------------------*/
  /*お申し込みボタン*/
  /*--------------------*/
  .btn01 {
    width: 80%
  }
  .btn01 img:hover {
    transform: scale(0.9, 0.9);
  }
  .order_img {
    width: 75%
  }
  /*--------------------*/
  /*基本スタイル*/
  /*--------------------*/
  p {
    font-size: 1.2em;
  }
  .none_sp { /*--スマホでは消す--*/
    display: contents;
  }
  .none { /*--PCでは消す--*/
    display: none;
  }
  .wrap01 {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
  }
  .h2_main {
    font-size: 2em;
  }
  /*--------------------*/
  /*セミナーの特徴*/
  /*二段組あり、今回未使用*/
  /*--------------------*/
  .approach .con01 {
    max-width: 840px;
    margin: 0 auto;
    overflow: hidden;
  }
  .approach .con01 img {
    float: left;
    max-width: 48%;
    padding: 5px;
  }
  /*--------------------*/
  /*鍵*/
  /*--------------------*/
	
  .key img {
    width: 100%;
  }

  /*--------------------*/
  /*こんな方におすすめです*/
  /*--------------------*/
  .recommend .main_bg {
		padding: 2em 0 ;
	}
  .recommend .h2 {
	  margin: 0!important;
	}

  .recommend .con01 {
    width: 100%;
    max-width: 760px;
    padding: 1em !important;
    font-size: 1.4em;
    border:  3px solid #ffe400 ;
    margin: 10px auto;
  }
  .recommend li {
    padding: 0.5em 1em 0.5em 2.5em ;
  }
  .recommend li:before { /* 冒頭のマーク */
    top: 0.3em;
  }

  .recommend .comment {
    font-size: 1.4em;
    text-align: center;
    padding-top: 1em;
  }

/*--------------------*/
/*こんな夢実現　outcome　*/
/*--------------------*/
.outcome .main_bg {
  padding: 2em 0 ;
}
.outcome .con01::before {
  top: 50%; /* 高さを中央に調整 */
}

/*--------------------*/
/*カリキュラム　curriculum　*/
/*--------------------*/
.curriculum .main_bg {
padding: 1em 0;
}
.curriculum h3{
  font-size: 1.4em;
}
.curriculum ol li{
  font-size: 1.2em;
}
	/*--------------------*/
	/*メッセージ*/
	/*--------------------*/
	.message .main_bg {
	  padding: 2em 0 0;
	}
  .message h3 {
    font-size: 1.4em;
    padding-left: 1.5em; /* アイコンとテキストの間の余白を確保 */
    padding-bottom: 10px;
  }
	.message .wrap01 {
	  padding: 1em 0 0;
	}

  /*--------------------*/
  /*参加者のお声*/
  /*--------------------*/
	  .voice_wrap img {
    float: left;
    width: 150px;
    height: auto;
  }

  .voice_h3 h3 {
    font-size: 1.5em;
  }
  .voice_wrap2 {
    min-height: 150px;
    margin: 0 0 0 160px !important;
  }
  .voice_wrap h4,
  .voice_wrap p {
    font-size: 1em;
  }
  /*--------------------*/
  /*プロフィール*/
  /*--------------------*/
  .profile_text {
    margin: 0 0 0 320px !important;
  }
  .profile_photo {
    width: 280px;
    height: 280px;
    float: left;
  }
  .profile dt{
    color: #0099ba;
    font-size: 1.3em;
    font-weight: bold;
  }
  /*--------------------*/
  /*開催概要*/
  /*--------------------*/
  .schedule {
    margin: 0 auto 2em auto;
    }
  .schedule_table01 caption {
    font-size: 1.5em;
  }
  .schedule_table01 {
    width: 70%;
  }
  .schedule_table02 {
    border-collapse: collapse;
    margin: 0 auto 10px;
    width: 70%;
  }
}