@charset "UTF-8";
.wrap {
	width: 1000px;
	margin: 0 auto;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	margin: 0;
	color: #444;
	font-size: 0.95em;
}
#main a { color: #0044CC; }
#pagetop {
	position: fixed;
	z-index: 9999;
	right: 20px;
	bottom: 20px;
}
#bt {
	width: 500px;
	height: 80px;
	margin: 0 auto;
}
#bt a {
	width: 500px;
	height: 80px;
	display: block;
	background: url(https://www.strategicprofits.jp/uk2/lp/images/bt.png) no-repeat 0 0;
	cursor: pointer;
}
#bt a:hover { background-position: 0 bottom; }
#sidebt {
	width: 205px;
	height: 55px;
	margin: 0 auto;
}
#sidebt a {
	width: 205px;
	height: 55px;
	display: block;
	background: url(https://www.strategicprofits.jp/uk2/lp/images/sidebt.png) no-repeat 0 0;
	cursor: pointer;
}
#sidebt a:hover { background-position: 0 bottom; }
/*
.mainbg
{
	background-color:#FFF; 
	border:#DDD solid 1px; 
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.06);
	padding:20px 25px;
	 -webkit-border-radius: 7px;
 -moz-border-radius: 7px;
 border-radius: 7px;
 margin-bottom:15px;
}
*/

/*
.sidebg
{
	background-color:#FFF; 
	border:#DDD solid 1px; 
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.06);
	padding:15px;
	 -webkit-border-radius: 7px;
 -moz-border-radius: 7px;
 border-radius: 7px;
}
*/
.mainbg {
	background-color: #FFF;
	padding: 30px 40px;
	margin-bottom: 20px;
}
.sidebg {
	background-color: #FFF;
	padding: 20px;
}
.subhead {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
	color: #555;
}
.subhead2 {
	font-size: 1.8em;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
	color: #555;
}
.step {
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
	color: #555;
	line-height: 1.8em;
}
.date {
	background-color: #03628C;
	padding: 20px;
	text-align: center;
	font-size: 1.4em;
	color: #FFF;
}
.name {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 25px;
	margin: 15px 0px 20px 0px;
}
.name2 {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 24px;
	margin: 15px 0px 20px 0px;
}

.name span { font-size: 14px; }
.mot {
	font-size: 1.2em;
	font-weight: bold;
	border-left: 4px solid #CCC;
	border-bottom: 1px dotted #CCC;
	padding-left: 10px;
	color: #555;
}
.line1 {
	font-size: 1px;
	line-height: 1px;
	border-bottom: 1px dotted #CCC;
	margin: 50px 0;
}
a:link, a:active, a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
.sidemenu { margin-top: 15px; }
.sidemenu li {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 2px;
	margin-bottom: 15px;
}
.sidemenu li a { color: #2A6496; }
.sidemenu li a:hover { color: #2A6496; }
.word {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 1.2em;
}
.headbt:hover { opacity: 0.7; }
li {
	margin-bottom: 30px;
	padding-left: 10px;
}
ul.blet { }
ul.blet li {
	list-style: none;
	background-image: url(https://www.strategicprofits.jp/uk2/lp/images/check-c.png);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	padding: 15px 0px 15px 40px;
	margin: 0px 0;
	line-height: 1.9em;
	border-bottom: 1px dotted #CCC;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	color: #555;
}
ul.blet02 { padding-left: 15px; }
ul.blet02 li {
	list-style: none;
	background-image: url(https://www.strategicprofits.jp/uk2/lp/images/check_orange.png);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	padding: 20px 15px 20px 40px;
	margin: 0px 0;
	line-height: 1.7em;
	color: #222;
	font-size: 16px;
	font-weight: bold;
}
.libc { background-color: #EEE; }
p { line-height: 2em; }
.heading {
	background: #fff;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 4px solid #006;
	padding: 8px 8px 8px 15px;
	background: -moz-linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(50%, #eee), color-stop(51%, #ddd), color-stop(100%, #fff)); /* webkit */
	-pie-background: linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* ie */
	behavior: url(images/PIE.htc);  /* ie */
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}
.conbg {
	background-color: #FFF;
	border: #CCC solid 1px;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.08);
	padding: 30px 25px;
}
.line {
	border-bottom: solid 1px #EEE;
	font-size: 1px;
	line-height: 1px;
	margin: 10px;
}
.line2 {
	border-bottom: dotted 1px #CCCCCC;
	font-size: 1px;
	line-height: 1px;
	margin: 30px 0 30px;
}
.line_01 {
	border-bottom: dotted 1px #CCCCCC;
	width: 100%;
	height: 1px;
	margin: 40px auto;
}
.inputarea {
	width: 245px;
	margin-bottom: 20px;
}
.footer p a { color: #999; }
.footer p a:hover { color: #999; }
.footer p a:link { color: #999; }
.footer p a:visited { color: #999; }
.footer p a:visited a:active { color: #999; }
.mobg {
	background-color: #999;
	padding: 2px 5px;
	color: #FFF;
	font-weight: bold;
}
.moti {
	font-weight: bold;
	font-size: 1.2em;
	margin: 5px 0px;
}
.purchase_4 {
	background-color: #FFC;
	border: #CCC solid 1px;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.08);
	padding: 40px 40px;
}
.purchase_4 .supplement {
	font-size: 160%;
	line-height: 130%;
	font-weight: bold;
	padding: 0pt 0pt 10px;
}
.purchase_4 p { text-align: center; }
.purchase_4 .credit {
	margin: 15px 0pt 10px;
	text-align: center;
}
.purchase_4 .text {
	font-size: 11pt;
	line-height: 150%;
	text-align: left;
	background-color: rgb(255, 227, 200);
	padding: 10px;
}
.purchase_4 .mechanism { margin: 15px 0pt 0px; }
.btn:hover { opacity: 0.6; }
#wrapbg {
	background-color: #FFF;
	border: #CCC solid 1px;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.08);
	padding: 40px;
}
#bg2 {
	background-color: #FFF;
	border: #CCC solid 1px;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.08);
	padding: 10px 30px 10px 10px;
}
.line2 {
	line-height: 3px;
	font-size: 3px;
	border-bottom: 3px dotted #CCC;
	margin: 20px 0px;
}
.line3 {
	line-height: 1px;
	font-size: 1px;
	border-bottom: 1px dotted #CCC;
	margin: 5px 0px 30px 0px;
}
#mmgsubbt {
	background: #fb861c;
	border: 1px solid #eee;
	height: 42px;
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: 42px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	margin: 15px 0px 5px 0px;
}
#mmgsubbt {
	/*Rounded Corners*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/*Transition*/
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	/*Gradient*/
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	/*Shadow*/
	-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1);
}
#mmgsubbt:hover {
	background-color: #fdb423;
	text-decoration: none;
}
.ftlink a { color: #555; }
