@charset "utf8";
/*250208*/
body{background-image:none;}
header{width:100%;max-width:1400px;}
div#header{width:100%;}
nav#pan_navi div{width:100%;}
nav#pan_navi{padding-bottom:1px;}

nav#line_menu div{
	width:100%;
	max-width:1400px;    text-align: center;
}
@media screen and (max-width:768px){/*768(＝ipad)はPC表示*/
	nav#line_menu div{width:100%;}
}


#wrap{width:100%;}
div#noslide{
	max-width: 1400px;
	margin: 0 auto;
	height:auto;
}
div#noslide img {
	width:100%;
	margin: 0 auto;
	display: block;
}
/*250208ここまで*/

h1{background-image:none;}
h1,h2,h3,h4,h5{font-weight:bold;}
section h3{font-size:20px;font-size:2rem;}
div#noslide img{width:100%;}
section p, blockquote, ul.lst, section ol{line-height:1.85;}

/*---------------------
 ticker系(font-size等を絶対値で設定)
---------------------*/
div#ticker{
	border:0;
	background-color:#bce2e8;
	padding:8px 3px;
	margin: 10px auto;
	max-width:1400px;
	
}
div#ticker div.i{
	background-color:#fff;
	color:#0169B7;
	margin:5px 16px 5px 10px;
	border:solid 2px #0169B7;
	letter-spacing:3;
	font-weight:bold;
}

.tickercontainer{
	background:#bce2e8; 
	width:98%;
}
.tickercontainer .mask{
	left: 100px;
}

ul.newsticker span {
margin: 0 10px 0 0;
}
img#bd_body{
padding-bottom:15px;
}
ul.newsticker span{
margin: 0 10px 0 0;
}
img#bd_body{padding-bottom:15px;}
#ticker li{white-space: nowrap;}

@media screen and (max-width:768px){
	div#ticker{
	margin:10px 3px;
	}
	div#noslide{width:100%;}
}

#left{max-width:1000px;margin:0 auto;float:none;}
section{width:100%;padding:10px 20px 10px 20px;}
section h2{font-size:26px;font-size:2.6rem;	width:100%;text-align:center;
	line-height:1.5;
	border-bottom:none;
}
section h2 span{font-size:22px;font-size:2.2rem;font-weight:bold;display:block;}

@media screen and (max-width:768px){
	section h2{font-size:24px;font-size:2.4rem;}
	section h2 span{font-size:20px;font-size:2rem;}
}

section h3{line-height:1.35;}
section h4{font-size:18px;font-size:1.8rem;line-height:1.85;}
/*----------------------
目次
----------------------*/
section#mokuji{
	display: block;
	border: 0;
	border-bottom:1px dashed #ccc;
	border-top:1px dashed #ccc;
	margin: 2.0em auto;
	padding: 0;
	width:80%;

}
section#mokuji ol {line-height:1;}
section#mokuji ol li{color:#00e;}
section#mokuji ol li a{text-decoration:underline;}

section#mokuji center{font-size:18px;font-size:1.8rem;font-weight:bold;margin-top:1em;margin-bottom:1em;}

section li{font-size:16px;font-size:1.6rem;line-height:1.85;}


/*----------------------
イントロ
----------------------*/

#intro p{font-size:16px;font-size:1.6rem;text-align:center;margin:10px auto;width:80%;}
@media screen and (max-width:768px){
	#intro p{width:95%;}
}
hr.short{
	width:120px;
	display: block;
	height: 3px;
	border: 0;
	border-bottom: 5px solid royalblue;
	margin: 1.0em auto 5em auto;
}
/*----------------------
交互部分（メリット・魅力）
----------------------*/
section#merit h3{padding-top:0;padding-right:0.5em;}

.ichi-gyo{
	display: grid;
	gap: 10px;
	margin-bottom:30px;
	margin-top:30px;
}

.ichi-gyo div h3{
	width:100%;
	border-bottom:solid 2px #F1A917;
	display:inline-block;
	padding-bottom:0.85em;
}
@media screen and (max-width:768px){
.ichi-gyo div h3{
	margin-top:1.5em;
	}
}

.ichi-gyo div{
	/*padding: 20px;*/
	position:relative;
}
.ichi-gyo div img{
	width:100%;
	display:inline;
}
.ichi-gyo div div.no{font-size:36px;font-size:3.6rem;	font-family{Arial;}	
	width:16%;
	background-color:#fff;
	color:#F1A917;
	font-weight:bold;
	position:absolute;
	padding:10px;
	text-align:center;
}

.ichi-gyo div:nth-child(odd) div.no{
	border-radius:0 0 16px 0;
	top:0px;left:0px;
}
.ichi-gyo div:nth-child(even) div.no{
	border-radius:0 0 0 16px;
	top:0px;right:0;
}

.ichi-gyo:nth-child(odd){
	grid-template-columns: 1fr 1fr;
}
.ichi-gyo:nth-child(even){
	grid-template-columns:1fr 1fr;
}

	section div.ichi-gyo:nth-child(odd) div:nth-child(1) {order:1;margin-right:20px;}
	section div.ichi-gyo:nth-child(odd) div:nth-child(2) {order:2;}
	section div.ichi-gyo:nth-child(even) div:nth-child(1) {order:2;}
	section div.ichi-gyo:nth-child(even) div:nth-child(2) {order:1;margin-right:20px;}


@media (max-width: 768px) {
	.ichi-gyo:nth-child(odd){grid-template-columns:1fr;}
	.ichi-gyo:nth-child(even){grid-template-columns:1fr;}
	section div.ichi-gyo:nth-child(even) div:nth-child(1) {order:1;margin-right:0px;}
	section div.ichi-gyo:nth-child(even) div:nth-child(2) {order:2;}
	section div.ichi-gyo:nth-child(odd) div:nth-child(1) {order:1;}
	section div.ichi-gyo:nth-child(odd) div:nth-child(2) {order:1;margin-right:0px;}

	}

table#scl_info {
	max-width: 100%;
}
div.video{
	width:100%;
	max-width:800px;
	margin:20px auto;
}
video{
	width:100%;
	max-width:800px;
	display:block;
	margin:0 auto;
}
div.cap {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    text-align: right;
    line-height: 1.5;
}
section div.koe {max-width:100%;}




/*----------------------
コース（吹き出しタイトル）
----------------------*/
section#cos h3 {
  position: relative;
  padding: 1.5rem 2rem;
  border: 3px solid #d8d8d8;
  border-radius: 10px;
  background: #f9f9f9;
	font-size:20px;font-size:2.0rem;
	margin-top:2em;
}

section#cos h3:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content:"";
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

section#cos h3:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content:"";
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}

/*----------------------
資料請求
----------------------*/
div.shiryo{margin:10px auto 50px auto;text-align:center;}
.css_btn_class {
	font-size:20px;
	font-family:Arial;
	font-weiht:normal;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:100px;
	border:0px solid #d02718;
	padding:13px 43px;
	text-decoration:none;
	background-color:#f24537;
	color:#ffffff;
	display:inline-block;
}

.css_btn_class_oc{background-color:#00D26A;}

.css_btn_class:hover {
	background-color:#c62d1f;
}

.css_btn_class:active{
	position:relative;
	top:1px;
}

div.shiryo span {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	color: red;
}

/*----------------------
table（chatGPT先生より提示）
----------------------*/
table.gpt *{font-size:16px;font-size:1.6rem;}
table.gpt {
    border-collapse: separate; /* セルの境界を分離 */
    border-spacing: 0; /* セル間の隙間をなくす */
    border-radius: 10px; /* テーブル全体を角丸に */
    overflow: hidden; /* はみ出した部分を隠す */
    border: 1px solid #ccc; /* 外枠 */
    width: 100%; /* 幅を調整 */
}

/* ヘッダーセルのスタイル */
table.gpt th {
    background-color: #f4f4f4;
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ccc; /* ヘッダーと本体の区切り線 */
    border-right: 1px solid #ccc; /* 縦線 */
}

/* 最後のヘッダーセルの右線を消す */
table.gpt th:last-child {
    border-right: none;
}

/* ボディセルのスタイル */
table.gpt td {
    padding: 10px;
    border-bottom: 1px solid #ddd; /* 横線 */
    border-right: 1px solid #ccc; /* 縦線 */
}

/* 最後の列のセルの右線を消す */
table.gpt td:last-child {
    border-right: none;
}

/* 左上と右上のセルを角丸に */
table.gpt th:first-child {
    border-top-left-radius: 10px;
}

table.gpt th:last-child {
    border-top-right-radius: 10px;
}

/* 左下と右下のセルを角丸に */
table.gpt tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

table.gpt tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

#scl_info td p.tyu{text-indent: -2.0em;
    padding-left: 2.0em;}


/*----------------------
SNSボタン
----------------------*/
div.sns{margin:10px auto;text-align:center;width:100%}
div.sns a{width:50px;text-align:center;display:inline-block;height:50px;background-size: contain;margin:10px;}
div.sns a.F{background-image:url(https://www.kousotu.com/school/img/icn/sns/F.png);}
div.sns a.Y{background-image:url(https://www.kousotu.com/school/img/icn/sns/Y.png);}
div.sns a.X{background-image:url(https://www.kousotu.com/school/img/icn/sns/X.png);}
div.sns a.T{background-image:url(https://www.kousotu.com/school/img/icn/sns/T.png);}
div.sns a.I{background-image:url(https://www.kousotu.com/school/img/icn/sns/I.png);}
div.sns a.L{background-image:url(https://www.kousotu.com/school/img/icn/sns/L.png);}


/*----------------------
リスト(絵文字)
----------------------*/
ul.ck li::before,
ul.✅ li::before
{
	content: "✅";/*←この書き方でもOK(UTF8の場合)*/
/*	content: "\2705";*/
	margin-right: 0.5em;
}
.✨::before{content:"✨"; margin-right: 0.25em;}
.✨::after{content:"✨";margin-left: 0.25em;}
.🌟 ::before{content:"🌟 "; margin-right: 0.25em;}
.🌟 ::after{content:"🌟 ";margin-left: 0.25em;}


/*----------------------
デザイン
----------------------*/
.b{font-weight:bold;}



#line_menu div ul li {
float: none;
width:auto;
border: solid 0px #fff;
    margin: 5px;
    padding: 7px;
    display: inline-block;
}