/* CSS Document */

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?91ex05');
  src:  url('fonts/icomoon.eot?91ex05#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?91ex05') format('truetype'),
    url('fonts/icomoon.woff?91ex05') format('woff'),
    url('fonts/icomoon.svg?91ex05#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check-square-o:before {
  content: "\f046";
}
.icon-plus-circle:before {
  content: "\f055";
}
.icon-times-circle:before {
  content: "\f057";
}
.icon-checkmark:before {
  content: "\e900";
}
.icon-three-bars:before {
  content: "\f05e";
}
.icon-play3:before {
  content: "\ea1c";
}

.noto{
	font-family: "Noto Sans Japanese";
}

.mincho {
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*受講規約*/
#kiyaku{
	width: 95%;
	padding: 1%;
	margin-left: 1%;
	margin-top: 1%;
	font-size: 1em;
	background-color:#F3F1F1;
}

#kiyaku h2 {
	font-size: 1.2em;
}


/*文字装飾*/
.b {font-weight:bold;}
.fw10{font-weight:100;}
.fw25{font-weight:250;}
.fw50{font-weight:500;}
.fw70{font-weight:700;}
.fw90{font-weight:900;}
.u {text-decoration:underline;}
.r {color:#f00;}
.bl{color:#1256A7;}
.gr{color:#1C8A40;}
.y {background-color:#ff0;}
.fs11 {font-size:1.1em}
.fs12 {font-size:1.2em}
.fs13 {font-size:1.3em}
.fs14 {font-size:1.4em}
.fs15 {font-size:1.5em}
.fs16 {font-size:1.6em}
.fs17 {font-size:1.7em}
.fs18 {font-size:1.8em}
.fs19 {font-size:1.9em}
.fs20 {font-size:2.0em}

header {
	background:url("../image/header_bk.jpg") top center no-repeat;
	background-size:cover;
}

/*申し込みへ*/
#tobtn {
	display: none;
	position: fixed;
	bottom: 2%;
	right: 2%;
	background: rgba(255,0,0,0.7);
	padding: 13%;
	padding: 3%;
	border-radius: 1em;
	z-index: 9999;
}

#tobtn p {
	color: #fff;
	font-size: 1.1em;
	margin: inherit;
	text-align: center;
}

#tobtn a {
	text-decoration: none;
}

/*レター部分*/
.letter {
	width:95%;
	margin-left:2%;
}

.letter .proftitle {
	font-size: 1.4em;
	background: #186196;
	color: #fff;
	padding: 2% 1%;
}

/*動画*/
.movie {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.movie iframe,.movie object,.movie embed{
	position:absolute;
	top:0;
	left:0;
  width: 100%;
  height:100%;
}


/*セミナー詳細*/
/*見出し*/
.subtitle{
	background-color:#186196;/*グラデーション効かない用*/
	color:#fff;
	font-size:1.5em;
	font-weight:900;
	padding:3% 2%;
	text-align:center;
	margin-bottom:0.8em;
	border-radius: 5px;/*角丸*/
	/* android *//*グラデーション*/
    background: -webkit-linear-gradient(to bottom, #186196 0%,#b0c4de 100%);
    background: -webkit-gradient(linear, center top, center bottom, from(#186196), to(#b0c4de));
    /* 共通 */
    background: linear-gradient(to bottom, #186196 0%, #b0c4de 100%);
}

#detail h2{
	font-size:1.2em;
	margin-left:2%;
}

#detail p{
	font-size:1em;
	margin-left:2%;	
	width: 95%;
}

/*地図*/
#map_container {
  position: relative;
  padding-top: 60%;
}

#map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

/*日程・会場詳細*/
#detail table td {
	padding-bottom:0.8em;
	padding-left:2%;
}

/*規約*/
.kiyaku {
    position: relative;
    width: 95%;
	height:0;
    padding: 75% 0 0 0;
	overflow:hidden;
	margin:0 auto;
}

.kiyaku iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 95%;
}

#detail .kiyaku_s {
	text-align: center;
}

/*申し込みフォーム*/
#moushikomi {
	width: 95%;
	margin-left: 2%;	margin-bottom: 12%;
}

#moushikomi dl.form dl,dt,dd {
margin: 0;
padding: 0;
}
 
#moushikomi dl.form{
background: #ffeccc;
border: 1px solid #b37812;
border-radius: 0.2em;
width: 100%;
}

#moushikomi dl.form dt,dd {
padding: 6px;
}
 
#moushikomi dl.form dd {
background: #fff6e6;
}

#moushikomi input{
max-width:99%;
}

#moushikomi .btn{
text-align: center;
}

#moushikomi textarea{
max-width:99%;
}

#moushikomi .formmdc {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #b31247;
	margin-left: -2%;
}

/*フッター*/
footer {
	background-color:#186196;
	padding:3% 2%;
	text-align:center;
}

.footlink p{
	display:inline-table;
	margin:1%;
}

footer a,footer p {
	color:#fff;
	text-decoration:none;
}

/*中央寄せ*/
.center {
	text-align:center;
}

/*キャンセル待ち、終了追記*/
.end{
	font-weight:900;
	margin:0;
	text-align:center;
	padding:2% 1%;
	max-width:100%;
	line-height:150%;
	font-size:1em;
	background-color:#eee;/*グラデーション効かない用*/
	/* IE *//*グラデーション*/
    background: -webkit-linear-gradient(to bottom, #ddd 0%,#fff 100%);
    background: -webkit-gradient(linear, center top, center bottom, from(#ddd), to(#fff));
    /* 共通 */
    background: linear-gradient(to bottom, #ddd 0%, #fff 100%);
	color:#CC1316;
}

/*表示、非表示*/
.hy {
	display:none;
}

.hi {
	display:block;
}



/*640px以上1024px未満*/
@media screen and (min-width: 640px) {
		
/*レター部分*/
.letter {
	margin-left:3%;
}

.letter .prof {
	text-align:center;
	margin:0;
}

.letter .prof p {
	text-align: left;
}

.letter .prof h2 {
	text-align: left;
	margin-left:5%;
	font-size:2em;
}

.letter .prof h3 {
	text-align: left;
	margin-left:5%;
	font-size:1.5em;
}

.letter .proftitle {
	font-size: 2em;
	background: #186196;
	color: #fff;
	padding: 2% 1%;
}
	
.letter .prof_text {
	font-size:1.1em;
}
/*セミナー詳細*/
/*見出し*/
.subtitle{
	font-size:1.7em;
	font-weight:500;
	padding:3% 5%;
	text-align:left;
}

#detail h2{
	font-size:1.4em;
	margin-left:3%;
}

#detail p{
	font-size:1.1em;
	margin-left:3%;
}

/*申し込みフォーム*/
#moushikomi {
	width: 80%;
	margin:  0 auto;
}
	
#moushikomi dl.form dt,dd {
padding-left: 3%;
}

/*キャンセル待ち、終了追記*/
.end{
	font-size:1.2em;
}

/*表示、非表示*/
.hy {
	display:none;
}

.hi {
	display:block;
}

}


/*1024px以上*/
@media screen and (min-width: 1024px) {

.fs11 {font-size:1.5em}
.fs12 {font-size:1.6em}
.fs13 {font-size:1.7em}
.fs14 {font-size:1.8em}
.fs15 {font-size:1.9em}
.fs16 {font-size:2em}
.fs17 {font-size:2.1em}
.fs18 {font-size:2.2em}
.fs19 {font-size:2.3em}
.fs20 {font-size:2.4em}

/*コンテンツ全体*/
#contents {
	width:960px;
	margin: 0 auto;
	background-color:#fff;
	border-left:2px solid #E3E1E1;
	border-right:2px solid #E3E1E1;
}

/*申し込みへ*/
#tobtn {
	padding: 1.5%;
	border-radius: 1em;
}

#tobtn p {
	font-size: 1.2em;
}

/*レター部分*/
.letter p{
	margin-left:5%;
	font-size:1.2em;
}

.letter .prof {
	text-align:center;
	margin:0;
}
	
.letter .prof_text {
	font-size:1.1em;
}

/*セミナー詳細*/
/*見出し*/
.subtitle{
	font-size:2.7em;
	padding:2% 5%;
}

#detail h2{
	font-size:1.7em;
	margin-left:5%;
}

#detail p{
	width:95%;
	font-size:1.2em;
	margin-left:4%;
}

/*日程・会場詳細*/
#detail table {
	width:95%;
}

#detail table td {
	padding-bottom:1.2em;
	padding-left:4%;
}

/*規約*/
.kiyaku {
    position: relative;
    width: 95%;
	height:0;
    padding: 30% 0 0 0;
	overflow:hidden;
	margin:0 auto;
}

.kiyaku iframe {
    position: absolute;
    top: 0;
    left: 10%;
    width: 75%;
    height: 95%;
}

/*申し込みボタン*/


/*キャンセル待ち、終了追記*/
.end{
	padding:3% 1%;
	max-width:100%;
	line-height:150%;
	font-size:1.4em;
}

/*表示、非表示*/
.hy {
	display:block;
}

.hi {
	display:none;
}

}