@charset "utf-8";
/* CSS Document */
/*
□□□□□□□□□□□□□□□□□□□□□□□□□□

                レスポンシブ!!

□□□□□□□□□□□□□□□□□□□□□□□□□□
*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (min-width: 769px) {

/*ローディング画面*/

#loader_bg {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
	background: #dfdfdf;
	z-index: 1;
}
#loading_con {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
 -webkit- transform: translateY(-50%) translateX(-50%);
	color: #E9E9ED;
	text-align: center;
}



/*説明部分*/

.top_txt{
	width:100%;
	background-image:url(lib/images/bg1.jpg);
	background-position:center center;
	background-repeat:repeat;
	background-attachment:fixed;
	padding:140px 0 80px;
}
.top_txt_con{
	max-width:1200px;
	width:95%;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}

.top_txt_con h1{
	font-size:3.2em;
	margin:0 auto 30px;
	color:#5e7be5;
}
.top_txt_img{
	max-width:500px;
	width:40%;
	float:left;
	margin-right:60px;
}
.top_txt_img img{
	max-width:500px;
	width:100%;
	height:auto;
}

.top_txt_txt{
	max-width:640px;
	width:50%;
	float:left;
	font-size:1.4em;
	line-height:1.7em;
	text-align:left;
}


/*メニュー2列目*/
.menu_2nd_con{
	width:100%;
	background-color:#212533;
	padding:60px 0;
}
.menu_2nd{
	max-width:1200px;
	width:95%;
	margin:0 auto;
	color:#FFF;
	overflow:hidden;
}


.menu_2nd_cel{
	max-width:400px;
	width:33.3%;
	box-sizing:border-box;
	float:left;
	text-align:center;
	padding:20px;
	margin:0;
}

.menu_2nd_cel img:hover{
	-moz-opacity:0.8; /* FF , Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	opacity:0.8;	
}
.menu_2nd_cel a{
	color:#FFF;
}
.menu_2nd_cel a:hover{
	-moz-opacity:0.8; /* FF , Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	opacity:0.8;	
}

.menu_2nd_cel h2{
	font-size:1.8em;
	line-height:1.8em;
	font-family: 'Maven Pro', sans-serif;
}


/*実績*/

.works_con{
	width:100%;
	padding:60px 0;
	background-color:#F3F3FA;
}
.works_title{
	font-family: 'Maven Pro', sans-serif;
	text-align:center;
	font-size:2.5em;
	line-height:1.2em;
	color:#5e7be5;
	font-weight:bold;
	margin-bottom:40px;
}

.works_box{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	color:#666;
}

.works_cel{
	width:260px;
	margin:0 20px;
	float:left;
}
.works_cel img{
	margin-bottom:15px;
	width:260px;
	height:auto;
}
.works_cel .t1{
	margin-bottom:10px;
	font-weight:bold;
}
.works_cel img:hover{
	opacity:0.8;
}

/*新着*/
.news_con{
	width:100%;
	padding:60px 0;
}
.news_box{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}


.info_box{
	width:650px;
	margin-right:50px;
	float:left;
	font-family: 'Maven Pro', sans-serif;
}

.info_box .title{
	text-align:center;
	font-size:2.5em;
	line-height:1.2em;
	color:#5e7be5;
	font-weight:bold;
	margin-bottom:20px;
}

.info_box_ti{
	font-weight:bold;
	margin-bottom:5px;
}
.info_box_te{
	margin:0 0 10px 0;
	padding-bottom:10px;
	border-bottom:1px solid #999;
}
.info_box_te a{
	text-decoration:underline;
}

.fb_box{
	width:500px;
	float:left;
}




/*サポート*/
.support_con{
	width:100%;
	padding:60px 0;
}
.support_title{
	text-align:center;
	font-size:2.0em;
	line-height:1.2em;
	color:#555;
	font-weight:bold;
	margin-bottom:20px;
}
.support_box{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}

.support_cel{
	width:600px;
	box-sizing:border-box;
	padding: 0 20px;
	float:left;
	text-align:center;
}

.support_cel img:hover{
	-moz-opacity:0.8; /* FF , Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	opacity:0.8;
}

.support_cel input[type="password"]{
	border:0;
    padding:5px;
    margin:5px;
    font-size:1.2em;
    color:#666;
    border:solid 1px #ccc;
    width:100px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
    -moz-box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
    box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
}
.support_cel input[type="submit"]{
	border:0;
    padding:5px;
    margin:5px;
    font-size:1.2em;
    color:#fff;
	background-color:#e8236f;
    border:solid 1px #ccc;
    width:80px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
    -moz-box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
    box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
}




/*表示設定*/
.spview{
    display:none;
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (max-width: 768px) {

/*ローディング画面*/

#loader_bg {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
	background: #dfdfdf;
	z-index: 1;
}
#loading_con {
	position: absolute;
	margin-top:40px;
	color: #E9E9ED;
	text-align: center;
}



/*説明部分*/

.top_txt{
	width:100%;
	background-image:url(lib/images/bg1.jpg);
	background-position:center center;
	background-repeat:repeat;
	background-attachment:fixed;
	padding:40px 0 40px;
}
.top_txt_con{
	width:100%;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}

.top_txt_con h1{
	font-size:2.2em;
	margin:0 auto 30px;
	color:#5e7be5;
}
.top_txt_img{
	width100%;
	margin-bottom:40px;
}
.top_txt_img img{
	width:100%;
	height:auto;
}
.top_txt_txt{
	width:90%;
	margin:0 5% 20px;
	width100%;
	font-size:1.2em;
	line-height:1.5em;
	text-align:left;
}


/*メニュー2列目*/
.menu_2nd_con{
	width:100%;
	background-color:#212533;
	padding:0;
}
.menu_2nd{
	width:100%;
	margin:0 auto;
	color:#FFF;
	overflow:hidden;
}
.menu_2nd_cel{
	width:92%;
	text-align:center;
	padding:30px 4%;
	margin:0;
	border-bottom:1px dashed #999;
}

.menu_2nd_cel:last-child{
	border-bottom:none;
}



.menu_2nd_cel img:hover{
	-moz-opacity:0.8; /* FF , Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	opacity:0.8;	
}

.menu_2nd_cel a{
	color:#FFF;
}
.menu_2nd_cel a:hover{
	-moz-opacity:0.8; /* FF , Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	opacity:0.8;	
}


.menu_2nd_cel h2{
	font-size:1.8em;
	line-height:1.8em;
	font-family: 'Maven Pro', sans-serif;
}


/*実績*/

.works_con{
	width:100%;
	padding:60px 0;
	background-color:#F3F3FA;
}
.works_title{
	font-family: 'Maven Pro', sans-serif;
	text-align:center;
	font-size:2.5em;
	line-height:1.2em;
	color:#5e7be5;
	font-weight:bold;
	margin-bottom:40px;
}

.works_box{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	color:#666;
}

.works_cel{
	width:90%;
	margin:0 5% 25px;
	text-align:center;
	border-bottom:1px dashed #999;
}
.works_cel img{
	margin-bottom:15px;
	width:80%;
	height:auto;
}
.works_cel .t1{
	margin-bottom:10px;
	font-weight:bold;
}
.works_cel .t2{
	text-align:left;
	margin-bottom:25px;
}
.works_cel img:hover{
	opacity:0.8;
}

/*新着*/
.news_con{
	width:100%;
	padding:60px 0;
}
.news_box{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}


.info_box{
	width:100%;
	margin-right:50px;

	font-family: 'Maven Pro', sans-serif;
}

.info_box .title{
	text-align:center;
	font-size:2.5em;
	line-height:1.2em;
	color:#5e7be5;
	font-weight:bold;
	margin-bottom:20px;
}

.info_box_ti{
	font-weight:bold;
	margin:0 5% 5px;
}
.info_box_te{
	margin:0 5% 10px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
}
.info_box_te a{
	text-decoration:underline;
}

.fb_box{
	width:90%;
	margin:30px auto 0;
	background-color:#03C;

}




/*サポート*/
.support_con{
	width:100%;
	padding:60px 0;
	background-color:#F3F3FA;
}
.support_title{
	text-align:center;
	font-size:2.0em;
	line-height:1.2em;
	color:#555;
	font-weight:bold;
	margin-bottom:20px;
}
.support_box{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

.support_cel{
	width:100%;
	box-sizing:border-box;
	margin-bottom:25px;

	text-align:center;
}

.support_cel img:hover{
	-moz-opacity:0.8; /* FF , Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	opacity:0.8;
}

.support_cel input[type="password"]{
	border:0;
    padding:5px;
    margin:5px;
    font-size:1.2em;
    color:#666;
    border:solid 1px #ccc;
    width:100px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
    -moz-box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
    box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
}
.support_cel input[type="submit"]{
	border:0;
    padding:5px;
    margin:5px;
    font-size:1.2em;
    color:#fff;
	background-color:#e8236f;
    border:solid 1px #ccc;
    width:80px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
    -moz-box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
    box-shadow:2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
}






/*表示設定*/
.pcview{
    display:none;
}
/*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/    
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/



