@charset "utf-8";
/* CSS Document */

/*main部分のレイアウト*/
/*====================================================*/

/*価格のCSSまとめ*/
main section.price {
	display: block;
	border-top: 1px dotted #333;
}
main section.price h5{
	font-size: 18px;
	color: #FFF;
	width: 100%;
	margin: 30px auto 10px;
	padding: 3px 3px 5px;
	background-color: #036eb8;
	border-radius: 5px;
}
main section.price ul{
	padding-left: 0;
	width: 100%;
	margin: 0 auto;
}
main section.price ul li{
	font-size: 16px;
	text-align: center;
	list-style: none;
}
main section.price ul li.big_font{
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px dotted #333;
}
main section.price ul li.big_font span{
	font-size: 30px;
}

/*メイン部分の導入のレイアウト*/
main .intro {
    margin-top: 60px
}

main .intro h1 {
    font-size: 20px;
    line-height: 1.5;
    text-shadow: 0 2px 2px #ccc;
	text-align: justify;
}
main .intro h1 span{
	text-align: center;
	font-size: 30px;
    display: block;
    border-bottom: 1px solid #036eb8;
    margin-bottom: 20px;
}
main .intro h1 br{
	display: none;
}
main .intro h1 span br{
	display: block;
}
main .intro h1 span,
main .intro p span {
    color: #036eb8
}

main .intro h2 {
	color: #036eb8;
    font-size: 28px;
	border: 1px solid #036eb8;
	display: inline-block;
	padding: 5px 20px 8px;
	border-radius: 5px;
	margin-top: 60px;
    line-height: 1.5;
    text-shadow: 0 2px 2px #ccc;
}
main .intro p {
    font-size: 16px;
}

main .intro ul {
	margin-top: 40px;
	text-align: left;
	padding-left: 0;
}

main .intro ul li {
	font-size: 18px;
	list-style-type: none;
	border-bottom: 1px dotted #555;
	width: 100%;
	margin: 0 auto;	
	padding: 5px 0 10px;
}

main .intro ul li::before {
	content: "▶";
	padding-right: 10px;
}

main .intro p {
    text-align: justify
}

main .intro p br {
    display: none
}

/*メイン部分の個人レッスンでも集合研修でも受講可能*/
main .lesson {
    padding: 30px 40px 30px;
    margin-top: 100px;
	border: 2px solid #CCC;
	border-radius: 10px;
	background-color: #EEE;
}
main .lesson h2 {
    font-size: 28px;
	color: #036eb8;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    text-shadow: #ccc 0 3px 3px
}
main .lesson h2::before {
    font-size: 24px;
	color: #FFF;
	text-shadow: none;
	content: "受講形態";
	background-color:darkorange;
	padding: 2px 10px 3px;
	display: block;
	margin-bottom: 5px;
	vertical-align: middle;
	border-radius: 5px;
	margin-right: 10px;
}
main .lesson h2 br{
    display: block;
}
main .lesson img{
    width: 100%;
	height: auto;
}
main .lesson p{
	font-size: 16px;
    text-align: justify;
}

/*メイン部分の生成AI（BASIC）研修の解説のレイアウト*/
main .basic {
    padding: 30px 0;
    margin-top: 60px
}

main .basic h2 {
    font-size: 28px;
	color: #036eb8;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    text-shadow: #ccc 0 3px 3px
}
main .basic h2 br {
	display: none;
}
main .basic h2::before {
    font-size: 24px;
	color: #FFF;
	text-shadow: none;
	content: "初級";
	background-color: brown;
	padding: 3px 10px 6px;
	display: block;
	margin-bottom: 5px;
	vertical-align: middle;
	border-radius: 5px;
}
main .basic h3 {
    font-size: 22px;
}
main .basic h3::before {
    content: "【";
	display: none;
}
main .basic h3::after {
    content: "】";
	display: none;
}

main .basic p {
	font-size: 16px;
    text-align: justify
}

main .basic section div h4 {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 400;
    color: #036eb8;
    border-top: 1px solid #036eb8;
    border-bottom: 1px solid #036eb8;
    background-color: #dae0f2;
    padding: 8px 0 10px;
    margin-top: 0
}

main .basic section p img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    box-shadow: #ccc 0 3px 3px
}

main .basic section p {
    text-align: left
}

#ai_basic_contents dl{
	background-color: #98b3ed;
	padding: 25px;
	border-radius: 5px;
	margin-top: 0;
}
#ai_basic_contents dt{
	color: #036eb8;
	font-size: 20px;
	line-height: 1.5;
	padding: 10px;
	background-color: #dae0f2;
	border-radius: 3px;
}
#ai_basic_contents dt span{
	font-size: 14px;
}
#ai_basic_contents dd{
	margin-left: 0;
}
#ai_basic_contents dd p{
	font-size: 16px;
}
#ai_basic_contents dd img{
	margin-top: 15px;
	width: 100%;
	height: auto;
}

/*メイン部分の生成AI（発展）研修の解説のレイアウト*/
main .next {
	margin-top: 100px;
}
main .next h2 {
    font-size: 30px;
	color: #036eb8;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    text-shadow: #ccc 0 3px 3px;
}
main .next h2::before {
    font-size: 24px;
	color: #FFF;
	text-shadow: none;
	content: "次のステップ";
	background-color: brown;
	padding: 3px 10px 6px;
	display: block;
	margin-bottom: 5px;
	vertical-align: middle;
	border-radius: 5px;
	margin-right: 0;
}
main .next h3 {
    font-size: 22px;
}
main .next h3::before {
    content: "【";
	display: none;
}
main .next h3::after {
    content: "】";
	display: none;
}
main .next p {
	font-size: 16px;
    text-align: justify
}
main .next img {
	width: 100%;
	height: auto;
	box-shadow: #ccc 0 3px 3px;
}
main .next h4 {
    font-size: 22px;
}
#ai_next_contents .next_contents dl{
	border: 1px solid #888;
	padding: 40px 25px;
	box-sizing: border-box;
	width: 100%;
	border-radius: 5px;
}
#ai_next_contents .next_contents dt{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dotted #888;
	margin-bottom: 20px;
	color: #036eb8;
	line-height: 1.5;
	text-shadow: #ccc 0 3px 3px;
}
#ai_next_contents .next_contents dt.excel::before {
	font-size: 18px;
	color: #FFF;
	text-shadow: none;
	content: "生成AI/Excel発展";
	background-color: brown;
	padding: 3px 10px 5px;
	display: block;
	margin-bottom: 5px;
	vertical-align: middle;
	border-radius: 5px;
}
#ai_next_contents .next_contents dt.design::before {
	font-size: 18px;
	color: #FFF;
	text-shadow: none;
	content: "生成AI/デザイン発展";
	background-color: brown;
	padding: 3px 10px 5px;
	display: block;
	margin-bottom: 5px;
	vertical-align: middle;
	border-radius: 5px;
}
#ai_next_contents .next_contents dt.hp::before {
	font-size: 18px;
	color: #FFF;
	text-shadow: none;
	content: "生成AI/デザイン発展";
	background-color: brown;
	padding: 3px 10px 5px;
	display: block;
	margin-bottom: 5px;
	vertical-align: middle;
	border-radius: 5px;
}
#ai_next_contents .next_contents dt.program::before {
	font-size: 18px;
	color: #FFF;
	text-shadow: none;
	content: "生成AI/プログラム活用";
	background-color: brown;
	padding: 3px 10px 5px;
	display: block;
	margin-bottom: 5px;
	vertical-align: middle;
	border-radius: 5px;
}
/*main .next h4::before {
    content: "【";
	display: none;
}
main .next h4::after {
    content: "】";
	display: none;
}*/
#ai_next_contents dd{
	margin-left: 0;
}

/*メディアクエリ*/
@media screen and (min-width:750px) {
	/*main部分のレイアウト*/
	/*====================================================*/
	
	/*メイン部分の導入のレイアウト*/
    main .intro {
        margin-top: 90px
    }

    main .intro h1 {
        font-size: 30px;
        line-height: 1.6;
		text-align: center;
    }

    main .intro h1 span {
        font-size: 40px
    }

    main .intro h1 br {
        display: block;
    }

    main .intro p {
        text-align: center
    }

    main .intro p br {
        display: block
    }
	main .intro ul {
        padding-left: 0;
		width: 650px;
		margin: 30px auto;
    }
	
	
/*メイン部分の個人レッスンでも集合研修でも受講可能*/
    main .lesson h2 {
        font-size: 40px;
    }

    main .lesson h2 br {
        display: none;
    }

    main .lesson >p {
        text-align: justify;
    }

    main .lesson  section {
        display: flex;
        gap: 4%;
        margin-top: 50px
    }

    main .lesson section p {
        text-align: justify;
    }

    main .lesson section>p {
        margin-top: 0;
        width: 41%;
    }

    main .lesson section div {
        width: 55%;
    }
	main .lesson section div h3 {
        margin-top: 0;
    }
    main .lesson section div h3 br {
        display: none;
    }
	main .lesson section div h3 span {
		font-size: 30px;
        display: block;
    }
	
	/*初級の生成AI研修のレイアウト*/
	main .basic {
        width: 1400px;
    }
    main .basic h2 {
        font-size: 40px;
    }
    main .basic  h2 br {
        display: none;
    }
	main .basic h2::before {
		display: inline-block;
		margin-right: 20px;
	}
	main .basic h3{
		font-size: 24px;
	}
	main .basic h3 br{
		display: none;
	}
	main .basic h3::before {
		display: inline-block;
	}
	main .basic h3::after {
		display: inline-block;
	}

    main .basic >p {
        text-align: justify;
    }
    main .basic  section {
        display: flex;
        gap: 4%;
        margin-top: 40px
    }
    main .basic  section p {
        text-align: left
    }
    main .basic  section > p {
        margin-top: 0;
        width: 41%
    }
	main .basic  section div {
        width: 55%
    }
    main .basic  section div h4 br {
        display: none
    }
	#ai_basic_contents{
		display: flex;
		column-gap: 2%;
	}
	#ai_basic_contents dl{
		width: 23.5%;
	}
	main section.price {
        display: block;
    }
	main section.price h5{
        font-size: 24px;
		width: 500px;
    }
	main section.price ul{
		width: 500px;
    }
	main section.price ul li{
        font-size: 18px;
    }
	main section.price ul li.big_font{
        font-size: 24px;
    }
	main section.price ul li.big_font span{
        font-size: 40px;
    }
	
	
	/*メイン部分の生成AI（発展）研修の解説のレイアウト*/
	main .next h2 {
		font-size: 40px;
	}
	main .next h2::before {
		display: inline-block;
		margin-right: 20px;
	}
	main .next h3 {
		font-size: 24px;
	}
	main .next h3 br{
		display: none;
	}
	main .next h3::before {
		display: inline-block;
	}
	main .next h3::after {
		display: inline-block;
	}
	main .next .next_contents{
		display: flex;
		column-gap: 4%;
		margin-bottom: 60px;
	}
	main .next .next_contents > p{
		flex-basis:560px
	}
	main .next .next_contents > div{
		flex-grow:1;
	}
	main .next .next_contents h4{
		font-size: 24px;
		padding: 20px;
		border: 1px solid #888;
		margin-top: 15px;
	}
	main .next .next_contents > p img{
		width: 560px;
	}
	#ai_next_contents .next_contents dl{
		width: 48%;
	}
	#ai_next_contents .next_contents dt{
		font-size: 26px;
	}
	#ai_next_contents .next_contents dt.excel::before {
		font-size: 16px;
		display: inline-block;
		margin-right: 15px;
	}
	#ai_next_contents .next_contents dt.design::before {
		font-size: 16px;
		display: inline-block;
		margin-right: 15px;
	}
	#ai_next_contents .next_contents dt.hp::before {
		font-size: 16px;
		display: inline-block;
		margin-right: 15px;
	}
	#ai_next_contents .next_contents dt.program::before {
		font-size: 16px;
		display: inline-block;
		margin-right: 15px;
	}
	#ai_next_contents .next_contents dt br{
		display: none;
	}
	#ai_next_contents .next_contents dd h4{
		font-size: 18px;
		margin-top: 20px;
	}
}
