@charset "UTF-8";
@import url("reset.css");
/*スマホファーストで作成しています*/
/*　スマホ以外は別途指定　*/
/*--------------------*/
/*定形*/
/*--------------------*/
a img { /* イメージをリンクで囲んだ場合にイメージの周囲に表示される青いボーダーを削除 */
  border: none;
}
img { /* imgの下に隙間ができるのを防ぐ　*/
  vertical-align: bottom; /* 下揃え */
  width: 100%; /*拡大縮小してもフィットする*/
  height: auto;
}
body {
  font: 100%/1.4 "ヒラギノ角ゴ Pro W3", 
"Hiragino Kaku Gothic Pro", 
"メイリオ", 
Meiryo, 
Osaka, 
"ＭＳ Ｐゴシック", 
"MS P Gothic", 
sans-serif;
  background-color: #BAE3F9;
  color: #000;
  margin: 0;
  background-color: #FFFFFF;
}
.clearfix:after { /*float回り込みで、はみ出るのをこれで調整*/
  content: "";
  clear: both;
  display: block;
}
/*--------------------*/
/*-- イメージの表示切り分け --*/
/*--------------------*/
/* パソコンで見たときは"pc_img"のclassがついた画像が表示される */
.pc_img {
  display: block !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.sp_img {
  display: none !important;
}
@media only screen and (max-width: 720px) {
  .pc_img {
    display: none !important;
  }
  .sp_img {
    display: block !important;
  }
}
/*--------------------*/
/*--フッター--*/
/*--------------------*/
.footer {
  color: #888888;
  padding: 1em;
  font-size: 0.5em;
  text-align: center;
  clear: both;
}
.privacy, 
.privacy a, 
.privacy a:visited, 
.copyright { /*フッタ部分のリンク一式*/
  color: #888888;
  text-decoration: none;
  padding: 2em 0 1em 0;
  line-height: 100%;
  margin-bottom: 0px !important;
}
.privacy {
  display: none;
}
/*--------------------*/
/*--ヘッダー--*/
/*--------------------*/
.header h1 {
  display: none
}
/*--------------------*/
/*お申し込みボタン*/
/*--------------------*/
.orders .wrap01{
  padding: 6px !important;
}
.order_bg {
  background-color: #C0F0E2;
  background-image: url('../img/bg01.png');
  background-size: 100%; 
  background-repeat: repeat; /* 背景画像を繰り返し表示 */
  max-width: 1650px;
  height: auto;
  margin: auto;
}
.order_img {
  width: 100%
}
.h2_order {
  font-size: 1.5em;
  clear: both;
  text-align: center;
  font-weight: bold;
  padding: 0;
}
.btn01 {
  width: 100%;
  margin: 0 auto;
}
.btn01 img {
  width: 90%;
  display: block;
  transition: 0.5s;
  margin: 0 auto;
}
.btn01 img:active {
  transform: scale(0.9, 0.9);
}

/*--------------------*/
/*直接申し込みボタン*/
/*--------------------*/
.schedule_table01 p{
  line-height: 200%;
}
.schedule_table01 p a{
  text-decoration: none;
}
.list_link,
.list_link:visited
 {
  color: #0085bf;
}
.list_link span{
  font-size: 0.8em;
}
.list_link:hover {
  color: #00d9e5;
}
span.list_button {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 0 15px;
  text-decoration: none;
  border-radius: 3px;
  background-color: #008ece; /* グラデーションを単色に */
  text-shadow: 1px 1px 0px #0085bf;
  transition: background-color 0.3s ease; /* 背景色のみをスムーズに変える */
}

span.list_button:hover{
  background-color: #baf2f5;
  color: #fff;
}


/*--------------------*/
/*基本スタイル*/
/*--------------------*/
.none_sp { /*--スマホでは消す--*/
  display: none;
}
.maxwidth { /*画像幅を揃える*/
  max-width: 940px;
  margin: 0 auto;
}
.main_bg { /*個別のbgはインライン指定。各コーナーにあり2021/08/15*/
  max-width: 1650px;
	margin: 0 auto;
  background-color: #FFF;
}
.h2_txt {
  background-color: #baf2f5;
  background-image: url(../img/h2_txt.png);
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  padding: 1em 0;
  color: #000;
  border-top: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
	margin: 0 auto;
  font-family: "黎ミン M";
}
.h2_img { /*見出しが画像のときの背景*/
  text-align: center;
  margin-bottom: 1em;
}
.h2_img img { /*見出しが画像のときの画像幅調整*/
  max-width: 940px;
  margin: 0 auto;
}
.h2_img span {
  display: none;
}
.h2_none { /*文字を見えなくする*/
  display: none;
}
.con01 {
  padding: 0 1em;
}
.key img{
  width: 95%;
}
.recommend img {
  width: 100%;
}
.con01 p {
  padding-bottom: 1em;
}
.approach {
  overflow: hidden; /*floatの高さがなくなるのを回避*/
}


/*--------------------*/
/*プレゼント*/
/*--------------------*/
.present .main_bg{
    margin: 10px auto;
    background-image: url(../img/present_bg01.png);
    background-repeat: no-repeat;
	background-position : center;
	background-size:cover;
}
.present_txt {
  padding: 10px;
	margin: 10px;
    font-size: 1em;
	background-color: #FFFFFF;
	background: rgba(255,255,255,0.70);

}
.present_txt .tokuten {
    width: 5em;
	height: 1.4em;
	background-color: #DD3F28;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}

/*--------------------*/
/*鍵*/
/*--------------------*/
.key .h2_img{
	margin-bottom: 10px;
}

/*--------------------*/
/*こんな方におすすめです*/
/*--------------------*/

.recommend .main_bg{
  background-image: url(../img/recommend_bg01.png);
	background-color: #FFF4CB;
	background-size:cover;
	margin: 0 auto;
}
.recommend .con01 {
  width: 90%;
  margin: 0 auto;
  border-radius: 12px;
  padding: 1em 1em 1em 1em; /* 左側に余裕を持たせてアイコンがはみ出ないようにする */
}

.recommend li {
  font-size: 1em;
  list-style-type: none; /* デフォルトのリストスタイルを削除 */
  padding-left: 2.5em; /* アイコンとテキストの間の余白を確保 */
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  box-sizing: border-box; /* パディングやボーダーを含めて要素のサイズを調整 */
}

.recommend li:nth-child(even) {
  background-color: #fff; /* 偶数行の背景色を#fffに */
}

.recommend li:before { /* アイコン用 */
  font-family: 'Material Icons'; /* Google Fontsのアイコンフォントを指定 */
  content: "assignment_turned_in"; /* Material Iconsのチェックマーク */
  font-size: 1.2em; /* アイコンの大きさ */
  color: #D90012; /* アイコンの色を赤に */
  display: inline-block; /* インラインブロックにする */
  position: absolute; /* アイコンを絶対位置に */
  left: 0.5em; /* リスト項目の左端に固定 */
  top: 8px; /* リストアイテムの上部にアイコンを固定 */
}



.recommend .comment {
  text-align: center;
}
.recommend .comment p {
padding-bottom: 0;}
.recommend .comment img{
  width: 90%;
}
.recommend .con01 div {
  padding: 2px;
}
.recommend .bgcolor {
  background-color: #fff;
}

/*--------------------*/
/*こんな夢実現　outcome　*/
/*--------------------*/
.outcome .main_bg{
	background-color: #FFF4CB;
	background-size:cover;
	margin: 0 auto;
}


.outcome .wrap01{
  width: 95%;
  margin: 0 auto !important;
}


.outcome .con01 {
  max-width: 760px;
  margin: 0 auto 1em;
  padding: 1.2em 1em 1em 3em; /* アイコンの分、左のpaddingを確保 */
  border-radius: 12px;
  background-color: #FFF;
  position: relative; /* アイコンを正確に配置するため */
}

.outcome .con01:nth-child(odd)::before {
  content: 'sentiment_very_satisfied'; /* Material Iconsのコード */
  font-family: 'Material Icons';
  font-size: 2.5em; /* アイコンのサイズ */
  color: #FF9900; /* 奇数行のアイコン色を#FF9900に */
  position: absolute;
  top: 40px; /* 高さを中央に調整 */
  left: 5px; /* padding内に配置 */
  transform: translateY(-50%); /* 高さ調整 */
}

.outcome .con01:nth-child(even)::before {
  content: 'sentiment_very_satisfied'; /* Material Iconsのコード */
  font-family: 'Material Icons';
  font-size: 2.5em; /* アイコンのサイズ */
  color: #0093DC; /* 偶数行のアイコン色を#0093DCに */
  position: absolute;
  top: 40px; /* 高さを中央に調整 */
  left: 5px; /* padding内に配置 */
  transform: translateY(-50%); /* 高さ調整 */
}

.color1{
color: #FF9900;
}
.color1{
color: #0093DC;
}
.outcome .con01 p {
  padding-bottom: 0;
}
.outcome .con01 span {
  font-size: 0.8em;
}
.outcome .comment {/*この部分削除？*/
  padding: 1em 0;
  text-align: center;
}

.outcome .comment p {/*この部分削除？*/
padding-bottom: 0;
}


/*リストタグセット*/

.outcome .bcolor {
  background-color: #FFF;
}

/*--------------------*/
/*カリキュラム　curriculum　*/
/*--------------------*/
.curriculum .main_bg {
  background-color: #fff;
}


.curriculum h3{
  padding-top: 0.8em;
  font-weight: bold;
  text-align: center;
  color: #0099ba;
}
.curriculum .spansmall {
  font-size: 0.85em ;
  font-weight: normal;
}
.curriculum .wrap01{
  width: 95%;
  margin: 0 auto !important;
}
.curriculum .con01 {
  max-width: 760px;
  font-size: 1.1em;
  margin: 0 auto;
  border-radius: 12px;
  background-color: #fff;
  border: 3px solid #ffe400;
  /*box-shadow: 0 0 8px #E8B300;*/
}
.curriculum .comment {
  padding: 1em 0;
  font-size: 1em;
}
/*リストタグセット*/
.curriculum ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
}
.curriculum ol li {
  position: relative;
  padding: 0.8em 0.5em 0.8em 2.5em;
  border-bottom: 1px solid #ffaece;
}
.curriculum .linenone{
  border-bottom:0 !important;
}

.curriculum ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #ffaece;
  color: #d90012;
  font-family: 'Arial',sans-serif;
  font-weight:bold;
  font-size: 2em;
  border-radius: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.curriculum .bcolor {
  background-color: #FFF;
}


/*--------------------*/
/*セミナーの特徴*/
/*二段組あり、今回未使用*/
/*--------------------*/
.approach .con01 img {
  padding: 0 0 2px 0;
}
/*--------------------*/
/*参加者のお声*/
/*--------------------*/
.voice .main_bg {
  background-color: #e7f9fa;
  margin: auto;
}

.voice_chara {
  background-color: #FFF;
  padding: 1em;
  border-radius: 0.5em; /*角を丸く*/
  /*box-shadow: 0 0 8px #36A6E8;ぼかし*/
  clear: both;
  margin: 0.5em 0;
}
.voice_h3 {
  margin-bottom: 0.4em;
  /*background-color: #FFFFAA;*/
	border-bottom: #ffd700 solid 2px;
}
.voice_h3 h3 {
  font-size: 1.2em;
}
.voice_wrap2 p{
padding-bottom: 0.4em;
}
.voice_wrap h4 {
    padding-bottom: 0.5em;
}
.voice_wrap img {
  display: block;
  width: 150px;
  height: auto;
  margin-bottom: 10px
}
.voice_wrap h5 {
  font-weight: bold;
  font-size: 1.1em;
  padding: 0.5em 0;
  margin-left: 1.25em; /*改行時の先頭文字を揃える*/
  text-indent: -1.25em; /*改行時の先頭文字を揃える*/
}
.voice_wrap h5:before {
  content: "■";
  color: #DE0012;
}
.voice_wrap h5 span {
  border: 1px solid #333333;
  padding: 0.3em 0.5em 0.2em 0.5em;
}
.voice li {
    list-style-position: outside;
    list-style-type: decimal;
	margin-left: 1.5em;
}
/*--------------------*/
/*メッセージ*/
/*--------------------*/
.message .main_bg{
	padding: 2px 0 0 ;
}
.message .wrap01{
	padding: 1em 0 0 ;
}

.message h3 {
  font-size: 1.1em;
  margin-bottom: 8px;

  font-weight: bold;
  list-style-type: none; /* デフォルトのリストスタイルを削除 */
  padding-left: 1.3em; /* アイコンとテキストの間の余白を確保 */
  padding-bottom: 10px;
  position: relative;
  border-bottom: 2px solid #BFDE33; /* 1pxの下線を追加 */
}

.message h3:before { /* 冒頭のマーク */
  font-family: 'Material Icons'; /* Google Fontsのアイコンフォントを指定 */
  content: "diamond"; /* Material Iconsのチェックマーク */
  font-size: 1.1em; 
  color: #26C3EA;
  display: inline-block; /* インラインブロックにする */
  position: absolute; /* チェックマークを絶対位置に */
  left: 0; /* リスト項目の左端に固定 */
  top: -0.1em;
}
.message p {
  margin: 15px auto 0;
}
/*--------------------*/
/*プロフィール*/
/*--------------------*/
.profile {
  background: #EDF9FF url("../img/profile_bg01.png");
		margin: 0 auto;
	max-width: 1650px;
}
.profile h3 {
  color: #000;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
.profile_wrap_h3 {
  width: 100%;
  padding: 1em 0;
}
.profile_photo {
  width: 280px;
  height: auto;
  margin: 0 auto;
	border: #FFF solid 2px;
}
.profile_text {
  font-size: 0.8em;
  padding-top: 1em;
}
.profile_text p {
  color: #000;
}
.profile dt{
  color: #0099ba;
}


/*--------------------*/
/*開催概要*/
/*--------------------*/
.schedule {
margin: 0 auto 1em auto;
}

.schedule_text {
  font-size: 1em;
  margin: 1em auto;
text-align: center;
}
.schedule_table01 {
  border-collapse: collapse;
  margin: 0 auto 10px;
  width: 90%;
  border: 1px solid #66d8de;

}
.schedule_table01 caption {
  padding: 0.5em 0;
  text-align: center;
	margin: 0 auto;
	background-color: #baf2f5;
	margin-bottom: 10px;
	  font-size: 1.2em;
  font-weight: bold;

}
.schedule_table01 caption span {
    font-size: 0.8em;
    font-weight: normal;
}
.schedule_table01 th{
  padding: 0.5em;
}

.schedule_table01 td {
  padding: 0.5em 0.5em;
  color: #000;
}

.schedule_table01 .schedule_td_color02{
	background-color: #eee;
}
.schedule_table01 .schedule_border01 {
  border-top: 1px solid #66d8de;
}

.schedule_table01 tr:nth-child(even) { /*交互に色を変える*/
	background: #fff;
}

.schedule_table01 tr:nth-child(odd) { /*交互に色を変える*/
	background: #ffffba;
}
.schedule_table02 {
  border-collapse: collapse;
  margin: 0 auto 10px;
  width: 90%;
}
.schedule_table02 th,
.schedule_table02 td{
  padding: 0.5em;
  border: 1px solid #66d8de;
}
.schedule_table02 th {
	vertical-align: top;
	background-color: #baf2f5;
}
/*--------------------*/
/*開催概要を利用し速習セミナーの告知*/
/*--------------------*/
.sokusyu01{
	text-align: left;
}


/*--------------------*/
/*調整*/
/*--------------------*/
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.norap { /*改行しない*/
  white-space: nowrap;
}
.pt1em {
	padding-top: 1em;
}
.pt05em {
	padding-top: 0.5em;
}
.pb05em {
  padding-bottom: 0.5em;
}
.mb0em {
  margin-bottom: 0em;
}
.pb1em {
  padding-bottom: 1em;
}
.mt1em {
  margin-top: 1em;
}
.mt05em {
  margin-top: 0.5em;
}
.mb-05em {
  margin-bottom: -0.5em;
}
.mb1em {
  margin-bottom: 1em;
}
.mb2em {
  margin-bottom: 2em;
}
.mb-2em {
  margin-bottom: -2em;
}
.mt0em {
  margin-top: 0em;
}
.mt-1em {
  margin-top: -1em;
}
.mt-2em {
	margin-top: -2em;}
.plpr1em{
	padding: 0 1em ;
}