@charset "utf-8";


/*============================================================================



	style info : website style サイト固有



==============================================================================*/

/*============================================================================

	#main

==============================================================================*/
#main {
	width: 960px;
	margin: 0 auto;
}
.none {display: none;}
.mokuji {font-size: 20px;margin-left: 20px;border-bottom: solid 1px #FFF;}
#text-wrap {
    width: 90%;
    height: 100%;
    display: block;
    margin: 0 auto;
    padding: 10px;
    font-size: 16px;
}
 
.hide-text {
    display: none;
}
 
 
button.readmore {
    position: relative;
    height: 80px;
    width: 120px;
    margin: 0px auto;
    display: block;
    background-color: transparent;
    color: #ffffff;
    padding-bottom: 40px;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.readmore::after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: solid 3px #666;
    border-right: solid 3px #666;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 46px;
    top: 25px;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.readmore:hover::after {
    top: 40px;
}
 
.on-click {
    color: transparent!important;
}
 
.on-click {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

/*============================================================================

	#bottomMain

==============================================================================*/

#bottomMain {
	height: 346px;
	background: url(https://www-f.umasq.jp/img/lph/lph_06.jpg) no-repeat;
}

#bottomMain img.baken {
	top: 40px;
	left: 540px;
}

/*============================================================================

	#mailForm（登録周り）

==============================================================================*/
#mailForm {
	position: relative;
	z-index: 1;
	padding: 10px 10px 15px 0;
	background-color: #000;
	border-top: 1px solid #FFF;
	color: #333;
}

#mailForm form {
	width: 570px;
	float: left;
	padding: 0 0 0 20px;
}

#mailForm h3 {
	font-size: 14px;
	color: #CC0000;
	letter-spacing: -0.7px;
	margin: 1em 0 10px 0;
}

#mailForm p {
	margin: 0;
}

#mailForm p.error {
	width: 520px;
	padding: .6em;
	margin-top: 10px;
	background: #CC0000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}

#mailForm .mailAdd {
	width: 778px;
	margin: 10px auto 0 auto;
	display: inline-block;
	padding: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #999;
	box-shadow: inset 0px 1px 4px rgba(000,000,000,0.35), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 4px rgba(000,000,000,0.35), 0px 1px 0px rgba(255,255,255,1);
	-webkit-box-shadow: inset 0px 1px 4px rgba(000,000,000,0.35), 0px 1px 0px rgba(255,255,255,1);
	font-size: 20px;
	color: #999;
}

#mailForm .mailAdd:focus {
	color: #000;
	background: #FFFFCC;
}

#mailForm .submitButton {
	position: relative;
	cursor: pointer;
	width: 800px;
	height: 69px;
	margin: 6px auto 8px auto;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	text-indent: -7777px;
	overflow: hidden;
	text-shadow: 0 2px 0 #000;
	border: 1px solid #660000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 1px 3px rgba(000,000,000,0.75), inset 0px -1px 1px 0px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(255,255,255,0.75);
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.75), inset 0px -1px 1px 0px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(255,255,255,0.75);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.75), inset 0px -1px 1px 0px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(255,255,255,0.75);
	background: url(https://www-f.umasq.jp/img/lph/btn_red.png) no-repeat;
}

#mailForm .submitButton:hover {
	top: 3px;
}

#mailForm p.verify {
	margin: 60px 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
	text-shadow: 0px 2px 0px #FFF;
}

#mailForm ul {
	width: 800px;
	margin-top: 10px;
	margin-left: 5em;
	color: #fff;
	list-style: none;
}

#mailForm ul li {
	line-height: 1.4;
}

/*============================================================================

	実績 YOUTUBE動画部分

==============================================================================*/
div.youtube {
	padding: 20px;
	margin: 20px 20px 0px 20px;
	background: #4c4c4c;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #FFF;
}

div.youtube div.comments {
	float: left;
	width: 511px;
}

div.youtube div.comments h3 {
	font-size: 14px
}

div.youtube div.comments p {
	font-size: 13px;
}

div.youtube a.various {
	float: right;
}

div.youtube a.various img {
	box-shadow: 0px 0px 8px rgba(000,000,000,0.75);
	-moz-box-shadow: 0px 0px 8px rgba(000,000,000,0.75);
	-webkit-box-shadow: 0px 0px 8px rgba(000,000,000,0.75);
	margin-bottom: 10px;
}

div.youtube p.supplement {
	clear: both;
	margin: 0;
	font-size: 11px;
	color: #999;
	text-align: right;
}

/*============================================================================

	コンテンツ紹介

==============================================================================*/
div.introduction {
	margin: auto;
	padding: 15px 0px 20px 20px;
	background: #000;
}

div.introduction h3 {
	font-size: 20px;
	color: #c4a44e;
	border-left: 4px solid #c4a44e;
	padding: .2em 0 .2em 10px;
	margin: 0 0 10px 0;
	letter-spacing: -0.3px;
}

div.introduction h3 strong {
	color: #FF0000;
}

div.introduction img {
	margin-right: 15px;
}

/*============================================================================

	他メニュー

==============================================================================*/
nav.etcMenu {
	text-align: right;
	padding: 20px 15px 20px 0px;
	box-shadow: inset 0px 6px 12px -6px rgba(000,000,000,0.75);
	-moz-box-shadow: inset 0px 6px 12px -6px rgba(000,000,000,0.75);
	-webkit-box-shadow: inset 0px 6px 12px -6px rgba(000,000,000,0.75);
}

nav.etcMenu a {
	color: #999;
	border-right: 1px solid #999;
	padding: .2em .8em;
}

nav.etcMenu a:last-child {
	border: none;
}

/*============================================================================

	利用規約 | 個人情報保護方針 | 会社概要

==============================================================================*/
#etcContents {
	background: #EFEFEF;
	padding: 25px;
	color: #333;
}

#etcContents h2 {
	font-size: 16px;
	margin: 0 0 1em 0;
	padding: 0 0 .6em 0;
	border-bottom: 1px solid #CCC;
}

#etcContents h3 {}

#etcContents h4 { margin: 1.6em 0 0 0; }

#etcContents p {
	margin: 1em 0;
	line-height: 1.5;
}

#etcContents dl,
#etcContents ol {
	margin: 1em 0;
	line-height: 1.5;
}

#etcContents dl {
	margin-top: 2em;
}

#etcContents ol {
	margin-left: 2em;
}

#etcContents dt,
#etcContents dd,
#etcContents li {
	margin: 1em 0;
}

#etcContents dt {
	margin-top: 1.6em;
	font-weight: bold;
}
/*lph*/
.form_box{
	background-color: #fff;
	width: 930px;
	padding: 10px 20px 10px 20px;
}
.mailwrap{
	width: 800px;
	margin: 0 auto;
}

.yosou{
	background-color: #000;
	margin-bottom: 20px;
}
.yosou h4{
	padding: 0 20px 0 20px;
}
.yosou p{
	padding: 0 20px 0 20px;
}
.lphtopbox{
	background-image: url(https://www-f.umasq.jp/img/lph/bglights.jpg);
	background-repeat: no-repeat;
	width: 930px;
	height: 710px;
	padding: 70px 0 0 30px;
	background-size: cover;
}
.gyanbookbox{
	position: relative;
}

.gyanbookserch{
	position: absolute;
	top: 530px;
	left: -20px;
}
.gyantitbox{
	margin-left: 30px;
	width: 480px;
}
.gyantitbox ul{
	list-style: none;
	margin-top: 10px;
	padding: 0 !important;
}
.gyantitbox ul li{
	font-size: 22px;
	margin-bottom: 20px;
}
.gyantitbox ul li h4{ 
	font-weight: bold;
	margin: 0;
}
.sqgyanbox{
	background-image: url(https://www-f.umasq.jp/img/lph/lp_02.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 759px;
	margin-bottom: 30px;
	background-size: cover;
	position: relative;
}
.sqgyanbox img{
	width: 238px;
	position: absolute;
	left: 180px;
	top:420px;
}
.presentli{
	list-style: none;
	width: 620px;
	margin: 0 auto;
}
.presentli li{
	font-size: 30px;
	margin-bottom: 30px;
}






