
section {
	width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.wrapper{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 150px;
	padding-bottom: 5%;
	overflow:hidden;
}
/*タイトル*/
.h01 {
	font-size: 240%;
	font-weight: bold;
	margin-bottom: 3%;
	border-bottom: 2px solid #000;
	text-align: center;
}
.h02 {
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 2%;
	border-bottom: 1px solid #000;
	text-align: center;
}
.h03 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 2%;
	border-bottom: 1px solid #000;
	padding-left: 0.4em;
}
.h04 {
	font-size: 80%;
	margin-bottom: 2%;
	border-bottom: 1px solid #339999;
	padding-left: 0em;
	color: #666;
}
/*ロゴテキスト*/
.txtlogo {
	font-weight: bold;
	color: #3a51a2;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}
.txtlogo b{color: #f3682e;}
/*申し込みボタン*/
.odbtm {
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	-webkit-box-shadow: 0px 4px 0px #cc0000;
	-moz-box-shadow: 0px 4px 0px #cc0000;
	box-shadow: 0px 4px 0px #cc0000;
	display: inline-block;
	background-color: #cc0000;
	position: relative;
	top: 1em;
	left: 10em;
}
.odbtm a{
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	color: #FFF;
	background-color: #f00;
	display: block;
	font-weight: bold;
	padding-right: 2em;
	padding-left: 2em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	font-size: 140%;
}
.odbtm a:hover{
	color: #fff;
	background-color: #cc0000;
}
/*Webフォント*/
.goto01 {
	font-size: 120%;
	font-weight: bold;
}
.goto01 .fa {padding-right: 0.5%;}

/*ボックス*/
.colhalf01 {
	display: table-cell;
	width: 48%;
	padding: 2% 1%;
	vertical-align: top;
	overflow: hidden;
}
.colhalf02 {
	display: table-cell;
	width: 48%;
	padding: 2% 1%;
	vertical-align: top;
	overflow: hidden;
}

/*箇条書き*/
ul.Ullist01 {padding-left: 1em;}
ul.Ullist01 li{
	padding-bottom: 0.6em;
	padding-left: 0.8em;
	text-indent: -0.8em;
}
ul.Ullist01 i{
	margin-right: 0.7em;
}
/*チェック*/
ul.Ullist02 {padding-left: 1em;}
ul.Ullist02 li{
	padding-bottom: 0.4em;
	padding-left: 1em;
	background-image: url(../images/pic04.png);
	background-repeat: no-repeat;
	background-position: left 0.5em;
}

/*番号*/
ol.Ollist01 {padding-left: 1.6em;}
ol.Ollist01 li{
	list-style: decimal outside;
	padding-bottom: 0.4em;
}

/*ポップアップ*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}



@media screen and (max-width: 1199px) {
section {
	width: 100%;
}
.wrapper{
	width: 100%;
	padding-bottom: 5%;
	padding-right: 1%;
	padding-left: 1%;
	margin-top: 120px;
}

}



@media screen and (max-width: 767px) {
.wrapper{
	margin-top: 100px;
}
	.colhalf01,.colhalf02 {
	display: table;
	width: 100%;
	padding: 2% 5%;
	}


/* 横スクロール */
.yokoscroll {overflow-x: auto;
-webkit-overflow-scrolling: touch;}

.odbtm {
	left: 0em;
}

}