@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	background: #f5f5f5;
	color: #313131;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";/*文字サイズ・行間・フォント設定*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
	border:1px solid #ddd;
}

#shosai {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #313131;	/*リンクテキストの色*/
	text-decoration: none;
}
a:hover {
	color: #006ddc;	/*マウスオン時の文字色（全体）*/
}


/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 640px;	/*コンテナー幅*/
	background-color:#fff;
	/*border-left:1px solid #ccc;
	border-right: 1px solid #ccc;*/
	margin: 0 auto; }

.body-bg2 { background-color: #fff; }

/*ヘッダー（サイトロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	/*background: url(../img/img1.jpg) no-repeat top center;*/
	position: relative;
padding-top: 10px;
}

header p {
	width: 320px;
	z-index: 1; 
	position:absolute;
	top: 18px;
	right: 0;
	
}
.submit2 {
	background-color: #07847e;
    border-radius: 5px;
    box-shadow: 0 3px 0 #00635e;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -2px #00635e;
    width: 10%;
	margin-left:50px;
	margin-right:10px;
	margin-bottom: 10px;
	padding:5px 10px;
	/*display:block;*/
}
.submit2 p{
	color:#000;
	}

.day {
	color:#000;
	font-size:36px;
	text-align:center;
	}


/*メインコンテンツ
---------------------------------------------------------------------------*/

#main { margin: 0;}

#notice {
	width: 100%;
}

h1 {
	margin: 80px 0 40px 40px;
	border-left: 10px solid #333;
	padding-left: 10px;
	font-size: 270%;
	text-align: left;
	line-height: 1.4;
	color: #504885;
}
.point { color: #eb6100;}

.ttl-1 {
	width: auto;
	padding: 0.5em;
	background: #438a00;
	position: relative;
	color: #fff;
	font-size: 220%;
	line-height: 1.8;
	text-align: center;
	font-weight: bold;
}
.ttl-1 p{
	font-size:40%;
	text-align:center;
	}

.sankaku {
	width: 0;
	height: 0;
	border-top: 30px solid #438a00;
	border-right: 50px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 50px solid transparent;
	position: absolute;
	bottom: -50px;
	left: 45%;
}

#notice2 {
	padding:2em 2em;
	margin-bottom: 2em;	
	font-size: 120%;
	line-height: 2.5;
	font-weight: normal;
}
#notice3 {
padding: 1em 2em 1em 3em;
	margin-bottom: 2em;	
	font-size: 120%;
	line-height: 2.5;
	font-weight: normal;
}
#notice3 p{
	border-bottom:1px dotted #ddd;
}

/* ここからセミナー情報詳細 */

.notice {
padding-block: 20px;
}

.notice-info-box {

}

.notice-info-head {
background-color: #686868;
padding-block: 16px;
}


.notice-label {
	font-size: 24px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.notice-info-body {
	padding-block: 16px;
}

.notice-text-time-1 {
font-size: 42px;
font-weight: 600;
color: #4c4c4c;
text-align: center;
line-height: 1.6;
}

.notice-text-time-2 {
	font-size: 30px;
	font-weight: 500;
	color: #4c4c4c;
	text-align: center;
}

.notice-text-1 {
	font-size: 42px;
	font-weight: 600;
	color: #4c4c4c;
	text-align: center;
	line-height: 1.6;
}

.notice-text-2 {
	font-size: 20px;
	font-weight: 400;
	color: #4c4c4c;
	text-align: center;
	line-height: 1.6;
}

.notice-text-3 {
	font-size: 24px;
	font-weight: 600;
	color: #4c4c4c;
	text-align: center;
	line-height: 1.6;
}


/* ここまでセミナー詳細情報 */


#notice5 {
	padding:4em 2em 2em;
	margin-bottom: 2em;	
	font-size: 99%;
	line-height: 2.5;
	font-weight: normal;
}
.box2 {
	background-color:#f5f5f5;
	padding:20px;
	font-size:80%;
	margin:30px 50px;
}
.box3 {
	background-color:#f5f5f5;
	padding-top: 20px;
	font-size:80%;
	margin:20px 50px;
	padding-bottom:20px;
}
.box4 {
	background-color:#f5f5f5;
	padding-top: 20px;
	font-size:80%;
	margin:20px 30px;
	padding:30px 0;
}

.box2 p{
	padding-left:5px;
}
.title{
	text-align:center;
	font-size:200%;
	color:#666;
	}

#notice2 em {
	font-size: 70%;
	font-weight: normal;
}

#notice2 p {
	border-bottom: 1px dashed #999;
}
.d-box { 
	/*background-color: #ff6900;*/	
	color: #d50069;
	padding: 0px 6px;
	border-radius: 8px;
	/*margin-right: 10px;*/
	margin-top: 5px;
	margin-bottom:5px;
}

#text-box {
	width: 90%;
	margin: 4em auto;
}

#contents {
	width: 1020px;
	height:1068px;
	margin: 4em auto;
	background: url("https://s3-ap-northeast-1.amazonaws.com/good-win/kawaguchi/step_bg.jpg") no-repeat;
}

#text-box2 {
	width: 90%;
	margin: 2em auto;
}

#text-box3 {
	margin:60px 0 0 80px;
	width:895px;
	line-height:190%;
	position:relative;
}

#text-box3 .content01 {
	position:absolute;
	top:85px;	
}

#text-box3 .content02 {
	position:absolute;
	top:305px;	
}

#text-box3 .content03 {
	position:absolute;
	top:520px;	
}

#text-box3 .content04 {
	position:absolute;
	top:740px;	
}

#text-box3 .content05 {
	position:absolute;
	top:960px;	
}

#check {}
#check dt {
	background: url("https://s3-ap-northeast-1.amazonaws.com/livepub/kawaguti/icon.jpg") no-repeat 8px 8px;
	font-size: 130%; 
	font-weight: bold;
	padding-left: 35px;
	color:#d50069;
}
#check dd {
	margin: 1em 0;
	text-align: justify;
	border-bottom: 1px dotted #999;
}

#order {
	width: 80%;
	margin: 0 auto 30px;
}

.profile {
	margin: 10px 0;
	padding: 1.5em;
	border: 1px solid #504885;
}

.profile h2 { line-height: 1.3;font-size:180%;border-left: 5px solid #504885; padding-left: 15px;}
.profile h3 { border-left: 5px solid #504885; color:#504885; padding-left: 15px;}
.profile p { margin-left: 5px;}



#teacher {
	display: table;
	width: 90%;
	margin: 0 auto;
	background: #fff;
}
.box1 {
	display:table-cell;
	width: 30%;
	text-align: center;
}

#shosai {
	width: 100%;
	border-top: 1px solid #686868;
	border-right: 1px solid #686868;
}
#shosai tr {}
#shosai th {
	background-color:#686868;
	width: 30%;
	color: #fff;
	font-size: 150%;
	padding: 1em;
	border-bottom: 1px solid #fff;
}
#shosai td {
	width:70%;
	padding: 1em;
	border-bottom: 1px solid #686868;
}
#shosai ul { }

.voice {
	padding: 1em;
	margin: 1em auto;
	border: 1px solid #504885;
}
.voice2 {
	overflow-y: auto;
	border: 1px solid #504885;
	padding: 1em;
	margin: 1em auto;
}


#main blockquote {
   margin:0 0 2em 0;
   padding:20px;
   background:#f2f2f2;	
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
   border-radius:5px;
   position:relative;
}

#main blockquote:after {
    content: '"';
    font-style: italic;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    line-height: 60px;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 10px;
    right: 5px;
    color: #999;
}

#main blockquote:before {
    content: '"';
    font-style: italic;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #999;
}

.youtube {
	width: 853px;
	margin: 0 auto;
	height: auto;
}

#seminar {
	margin: 10px 50px 30px;
	width: 90%;
}
#seminar th {
	padding: 5px 15px;
	font-weight: bold;
	text-align:center;
	background-color: #ddd;
	border: 1px solid #eee;
}

#seminar td {
    border-bottom: 1px dotted #ddd;
    padding: 15px;
    text-align: center;
	border: 1px solid #eee;
}

#step {
	width: 952px;
	margin: 1em auto 0;
	position: relative;
	height: 220px;
}
#step p {
	font-size: 120%;
	width: 700px;
	position: absolute;
	top: 30px;
	left: 210px;
}
#float{
	float:right;
	}

.bg1 { background: url(../img/step1_bg.jpg) no-repeat;}
.bg2 { background: url(../img/step2_bg.jpg) no-repeat;}


/*ボタン設定
---------------------------------------------------------------------------*/
.btn { 
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border-bottom: 5px solid #0e527e;
  color: #ffffff;
  font-size: 200%;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin: 10px 0;  
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  color: #ffffff;
}

a.img-link:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/*ボタン*/

.submit {
	background-color: #f7a825;
	box-shadow: 0 3px 0 #a16400;
	text-shadow: 0px -2px #f29600;
	position: relative;
	padding: 25px 40px;
  	border-radius: 5px;
	font-size: 180%;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	/*display:block;*/
}

/*.submit:hover {
	background-color: #79d793;
	box-shadow: 0 3px 0 #3cb65c;
}*/

.submit:active, .submit:hover {
	top: 3px;
	box-shadow: none;
	color:#fff;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	font-size: 85%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #17635b;
	color: #fff;
	position: relative;
}
footer a { color: #fff;}
.link-top {
	position: absolute;
	top: -25px;
	right: 5%;
}


/*その他
---------------------------------------------------------------------------*/
.clear {
	clear: both;
}
.center { text-align: center;}
.left { text-align: left; }
.right { text-align: right; }

/*リンク透明設定*/
a.img-link:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}


#qa { }
#qa dl {}
#qa dt {
	font-size: 120%;
	font-weight: bold;
	background: url("https://s3-ap-northeast-1.amazonaws.com/livepub/kawaguti/img_q.jpg") no-repeat 2px 7px;
	padding: 10px 10px 5px 50px;
}
#qa dd {
	margin-bottom: 10px;
	padding: 10px 4px 5px 50px;
	background: url("https://s3-ap-northeast-1.amazonaws.com/livepub/kawaguti/img_a.jpg") no-repeat 2px 7px;	
	border-bottom: 1px dashed #ccc;
	font-size:100%;
}

.border1 { border:0; border-bottom: 1px dashed #666; margin: 1em 0; }
.border2 { border:0; border-bottom: 3px double #0075a9; margin-bottom: 1em; }

/*フォント設定
---------------------------------------------------------------------------*/
.under { text-decoration: underline; }
.red { color: #d80011; }
.murasaki { color:#6d308e; }
.ao { color: #1c639d; }
.kiro { color: #FF0; }
.gray { color: #666; }
.siro { color: #fff; }
.bold { font-weight: bold; }
.through { text-decoration: line-through; }

.yellow { background-color: #FF6; }

.justify { text-align: justify;}

.size10 { font-size:10px;}
.size12 { font-size: 12px;}

.size105 { font-size:105%; }
.size110 { font-size:110%; }
.size130 { font-size:130%; }
.size150 { font-size:150%; }
.size200 { font-size:200%; }



.bg-gray { background: #f5f5f5; padding:1em; }
.bg-white { background: #fff; padding: 1em; }
.bg-white p { border-bottom: 1px dashed #ccc; }

.pk {
	text-align: center;
	font-size: 10px;
	padding: 3px;
	color: #fff;
	background-color: #313131;
	margin-top:5px;
	margin-bottom:3px;
}

input { padding: 20px; font-size:140%;}
.send { padding: 10px; font-size:140%;}
select { padding: 8px;}

/* margin
---------------------------------------------------------------------------*/
.mt10 { margin-top: 10px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}

.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.ml40 { margin-left: 40px; }
.ml60 { margin-left: 60px; }
.ml75 { margin-left: 75px; }
.ml80 { margin-left: 80px; }

.mr20 { margin-right: 20px; }
.mr400 { margin-right: 400px; }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb80 { margin-bottom: 80px; }

.pt20 { padding-top: 20px; }
.pt40 { padding-top: 40px; }

.pb10 { padding-bottom: 10px; }
.pb40 { padding-bottom: 40px; }

.pl10 { padding-left: 10px; }
.pl30 { padding-left: 30px; }

.pr10 { padding-right: 10px; } 

