@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@600&display=swap');

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;
}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body{
color:#333;
font:12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
background:#f8f4f4;
-webkit-text-size-adjust: none;
}

html{background:#fff;}



/* リンク設定
------------------------------------------------------------*/
a{color:#034DD6;text-decoration:none;}
a:hover{color:#5d8ee8;}
a:active, a:focus{outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0;
width:100%;
position:relative;
background:#fff;
overflow:auto;
}

.inner{
margin:0 auto;
width:100%;
}

.mobileonly{
display:none;
}


/*************
/* ヘッダー 2d3467
*************/
h1{
font-family: 'Shippori Mincho', serif;
padding:5px 10px;
font-size:26px;
font-weight:normal;
background:#f8f4f4;
color:#231916;
}

#header{
overflow:hidden;
}

* html #header{height:1%;}


/**************************
/* メイン画像
**************************/
#mainBanner{
clear:both;
margin:0 auto;
position:relative;
line-height:0;
margin-bottom:10px;
}

#mainBanner img{
max-width:100%;
height:auto;
}

/**************************
/* トップナビゲーション
**************************/
ul#topnav{
overflow:hidden;
margin-bottom:40px;
}

* html ul#topnav{height:1%;}

ul#topnav li{
float:left;
text-align:center;
}

ul#topnav a{
width:234px;
font-family: 'Shippori Mincho', serif;
font-size:16px;
line-height:18px;
display:block;
padding:10px 0;
color:#fff;
background:linear-gradient(#1a2b2b, #1c212c); 
background:-moz-linear-gradient(#1a2b2b, #1c212c);
background:-webkit-gradient(linear, 100% 0%, 100% 100%, from(#1a2b2b), to(#1c212c));
border-right:1px solid #fff;
}
ul#topnav li a span{
    font-size:12px;
    font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    color:#d6c27a;
}

ul#topnav li:first-child a,ul#topnav li:last-child a{width:234px;}

ul#topnav li.active a,ul#topnav a:hover{background:#050808;}


/**************************
/* サイドメニュー
**************************/
#sub .grid h3{
font-family: 'Shippori Mincho', serif;
margin:0 0 5px 0;
padding:3px 10px 3px 10px;
font-size:18px;
background:#dfe0e6;
border-left:7px solid #080505; 
color:#080505;
border-radius:3px;
}
	
#sub .grid{
float:left;
}

#sub .grid p{
padding:5px 10px;
font-size:14px;
}


/*************
メイン コンテンツ
*************/
section.content{
margin-bottom:20px;
font-size:15px;
overflow:hidden;
}

* html section.content{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading{
font-family: 'Shippori Mincho', serif;
padding:3px 10px;
margin-bottom:10px;
font-size:20px;
background:linear-gradient(150deg, #565a68 30%, #9698a1 90%, #565a68 100%); 
background:#565a68; 
border-left:7px solid #080505;
border-radius:3px;
color:#fff;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 1px;
}

.alignright{
float:right;
clear:right;
margin:3px 1px 10px 10px;
}

img.frame{
border:4px solid #fff;
box-shadow:0 0 2px #00000080;
-webkit-box-shadow:0 0 2px #00000080;
}

.kk{
    margin-left:-0.5em;
}
.kktoji{
    margin-right:-0.5em;
}

article{padding:10px 10px 30px 20px;}


article .attention{
color:#cc3300;
}

article .small{
font-size:12px;
line-height:20px;
}

article .large{
font-size:18px;
}

/* 参加費 */
.pricetable{
    border-collapse: collapse;
}
.pricetable th,
.pricetable td{
    width:70px;
    border:1px solid #ddd;
    padding:5px;
    text-align:right;
}
.pricetable th{
    text-align:center;
}

/* 申し込みの流れ */
.reserve{
padding:5px 0;
border-radius:2px;
background: #fff;
margin:5px 0;
}
.mailguide{
    margin:5px 0;
    font-size:13px;
    line-height:23px;
    background:#fff;
    color:#cc3300;
}

/* お申込フォームへボタン */
.form{
    text-align:center;
}
.form a{
display:block;
width:350px;
margin:0 auto;
padding:15px;
color:#fff;
text-align:center;
font-size:20px;
border-radius:2px;
background:#1f2933;
box-shadow:#999 1px 1px 3px;
}
.form a:hover{
background:#394858;
}

/* プログラム */
h4.prg_unit{
    font-family: 'Shippori Mincho', serif;
    margin-bottom:10px;
    padding-top:50px;
    font-size:20px;
    background:#fff;
    color:#582525;
    font-size:24px;
    font-weight:bold;
    border-top:1px dotted #fff;
    }
h4.prg_unit span{
    font-size:18px;
}
p.zacho{
    padding:0 10px 10px 5px;
    border-bottom:1px dotted #ccc;
}
p.gaiyou{
    padding:0 5px 5px 5px; 
}
table.prgtable {
width:100%;
font-size:12px;
margin-bottom:10px;
}
table.prgtable td.time{ /* 時間 */
width:95px;
text-align:right;
border-bottom:1px dotted #ccc;
font-size:14px;
}
table.prgtable td.prg{ /* 内容 */
padding:10px 5px 10px 20px;
border-bottom:1px dotted #ccc;
font-size:14px;
}
table.prgtable td.tanni{ /* 単位 */
width:150px;
border-bottom:1px dotted #ccc;
padding:10px;
vertical-align:middle;
}
table.prgtable td.tanni p{ /* 単位 */
color:#FFFFFF;
background:#181d42;
padding:10px 5px;
text-align:center;
border-radius:3px;
}
.prgt{ /* 講演タイトル */
font-size:15px;
font-weight:bold;
}
.prgt span{ /* 単位の＊ */
font-size:15px;
font-weight:bold;
color:#3847ca;
}
.prgt .list-maru{ /* 丸数字リスト＊ */
display:block;
padding-left: 1.5em; 
text-indent: -1.5em; 
line-height: 1.3;
margin-bottom: .7em;
color:#333;
}

/* 講師 */
table.faculty td {
    padding:5px 0;
    border-bottom:1px dashed #ccc;
}

/* 講師写真 */
.f_pic {
float:left;
margin:0 20px 20px 0;
width:145px;
height:220px;
line-height:18px;
}
.f_pic img{
width:135px;
border:#eee 1px solid;
}
.f_shozoku{
font-size:12px;
}

/* 講師近影はこちらボタン */
.kinei a{
display:block;
width:200px;
margin:20px 100px;
padding:7px;
text-align:center;
color:#fff;
font-size:16px;
border-radius:5px;
background-image: -moz-linear-gradient(top, #034DD6, #2d3467);
background-image: -ms-linear-gradient(top, #034DD6, #2d3467);
background-image: -o-linear-gradient(top, #034DD6, #2d3467);
background-image: -webkit-gradient(linear, center top, center bottom, from(#034DD6), to(#2d3467));
background-image: -webkit-linear-gradient(top, #034DD6, #2d3467);
background-image: linear-gradient(top, #034DD6, #2d3467);
text-shadow:0 1px 0px #000000,0 2px 1px #000000;
box-shadow:#000000 1px 1px 3px;
}
.kinei a:hover{
background:#0E6BB6;
}

/*************
テーブル
*************/
table.table{
width:100%;
border-collapse:collapse;
margin:0;
}

table.table th,table.table td{
padding:5px;
border:1px solid #034DD6;
}

table.table th{
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#fff;
background:linear-gradient(#3f80b6, #0E6BB6);
background:-moz-linear-gradient(#3f80b6, #0E6BB6);
background:-webkit-gradient(linear, 100% 0%, 100% 100%, from(#3f80b6), to(#0E6BB6));
}


/*************
/* フッター
*************/
#footer{
clear:both;
padding:20px 0;
overflow:hidden;
background:#231916;
}

* html #footer{height:1%;}

#footer .sign{float:right;}
#footer .logo{float:left;}

#footer p{color:#fff;padding:10px 0;}
#footer .jimu{font-size:18px;line-height:35px;font-family: 'Shippori Mincho', serif;}

#footer a{color:#06b8ff;}
#footer a:hover{color:#034DD6;}

#footer .copyright{font-size:11px;}


#footer .ftpl {color:#7d7d8f;padding:10px 0;}
#footer .ftpl a {color:#7d7d8f;}
#footer .ftpl a:hover{color:#034DD6;}

/* PC用 */
@media only screen and (min-width:960px){

	.inner{
	width:960px;
	padding:0;
	}
	
	#wrapper{
    width:940px;
	padding:10px 10px 20px 10px;
    }
	
	#main{
	float:right;
	width:690px;
	}
	
	#subpage #sub{
	float:left;
	width:235px;
	overflow:hidden;
	}
	
	#subpage #sub .grid{
	width:100%;
	float:none;
	padding:0 0 30px 0;
	}

	.col2{width:430px;}
	.col3{width:705px;}
	
}


/* モニター幅960px以下 */
@media only screen and (max-width:960px){

    #header{
    margin-bottom:0;
    }
    #mainBanner{
    margin-bottom:1px;
    }
    #mainBanner img{
    width:100%;
    }
	
	ul#topnav{
	clear:both;
	width:100%;
	}

	ul#topnav li{
	width:50%;
	margin:0 0 1px;
	border-right:1px solid #034DD6;
	box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
	}

	ul#topnav li:nth-child(3n){width:50%;}

	ul#topnav li a{
	width:100%;
	border-top:0;
	}

	ul#topnav li:first-child a,ul#topnav li:last-child a{width:100%;}
	
	
	#subpage #sub{
	float:none;
	width:100%;
	}

	#sub .grid{
    padding:0 0 20px 10px;
	width:48%;
	margin:2px 0;
	}
	
	#sub .grid img{
	float:left;
	margin-right:5px;
	}
	
	.col2{
	float:none;
	width:100%;
	margin:0 0 20px;
	}
	
	section.content{
        padding:0 10px;
    }
	section.content img{
    max-width:90%;
	height:auto;
	}
		
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
    h1{font-size:20px;}

	#sub .grid{
    box-sizing: border-box;
	width:100%;
    padding:0 10px 20px 10px;
	}
	
	#sub .grid img{
	float:none;
	margin:20px auto 10px;
	}
	
	#sub .grid p{text-align:left;}
	
	img.frame{border-width:2px;}

    .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}

    table.prgtable td.tanni{ /* 単位 */
    width: 110px;
    padding:10px 5px;
    }
	
    #footer .sign{float:none;}
    #footer .logo{float:none;}
	#footer p{text-align:center;}
	
    .kinei a{
    width:100%;
}
	
article{padding:10px 10px 30px 10px;}

table.prgtable td.time{width:40px;padding:0 2px 0 0;}
}



/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	ul#topnav li{width:50%;}

	ul#topnav li:nth-child(3n){
	border-right:1px solid #034DD6;
	width:50%;
	}	
	ul#topnav li:nth-child(2n),ul#topnav li:nth-child(6n){border-right:0;}
	
	#mainBanner h2,#mainBanner h3{font-size:80%;}

    .mobileonly{
    display:inline;
    }
    .prgh, .prg1{
    font-size:14px;
    }
    .prg2{
    font-size:12px;
    }
    .prg{
    padding:0 6px;
    }
	
    /* お申込フォームへボタン */
    .form a{
    width:280px;
    font-size:16px;
    }
        
    /* テーブル */
    table.table{
        width:100%;
        border:none;
    }
    table.table tr{
        display:block;
        margin-bottom:1.5em;
    }
    table.table th,
    table.table td{
        width:100%;
        display:list-item;
        border:none;
        list-style: none;
        text-align: left;
        margin:0;
    }
    table.table th br{
        display:none;

    }

}