@charset "utf-8";

/* メイン画像
----------------------------------------------------*/
.submain {
	background-image: url(img/submain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100%;
}
.submain_sp {
	display: none;
}


/*----------動画----------*/

.movie iframe {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	height: 282px;
}


/*----------コンテンツメイン----------*/

#content-main{
	margin-top: 70px;
}

/*----------ポイントテキスト----------*/

.point-text {
	text-align: left;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-bottom: 60px;
	margin-top: 10px;
}


/*----------見出し----------*/

.point {
	margin-bottom: 30px;
	position: relative;
}
.font-title{
	font-size:20px;
	color:#333;
	background-color: #f7f7f7;
	font-weight:bold;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.font-title span {
	background-color: #00ac98;
	padding: 5px 15px 5px 15px;
	color: #FFF;
	margin-right: 10px;
	position: absolute;
	top: -10px;
	left: 0px;
}

/*----------ピクト----------*/

ul.pictsit {
	margin-top: 10px;
}
ul.pictsit li {
	float: right;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: 800;
	font-size: 110%;
}
ul.pictsit li.green {
	border: 2px solid #00ac98;
	color: #00ac98;
}
ul.pictsit li.orange {
	border: 2px solid #eb6100;
	color: #eb6100;
}
ul.pictsit li span {
	background-color: #00ac98;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 10px;
}


/*----------コンテンツメイン内・左----------*/

#main-a {
	margin-top: 20px;
	text-align: left;
}

#spec {
	width: 330px;
	height: auto;
	float: left;
}


#main-sign {
	height: 55px;
	width: 690px;
	margin-top: 10px;
	margin-left: 300px;
}

#content-main img {
	float: left;
	margin-right: 10px;
}



/*----------テキスト----------*/

.font10{font-size:10px;}

.font13{font-size:13px;}
.text-left{text-align:left;}
.bold{font-weight:bold;}
			
			
/*----------文字と画像を水平にする----------*/			

#img-vertical{vertical-align:middle;}

#img-vertical_b{vertical-align:bottom;}
			


/* 実績
----------------------------------------------------*/
dl.jisseki {
   border:1px solid #ccc;
   border-top:0;
   background:#defbf8;
}

dl.jisseki dt {
	border-top:1px solid #ccc;
	padding:10px 10px 10px 10px;
	font-weight: 800;
}
dl.jisseki dd {
	padding:10px 10px 10px 35px;
	border-top:1px solid #ccc;
	background:#f7f7f7;
}

dl.jisseki dt span {
	margin-right: 10px;
}





/********************************************************************************************************************/
/****************************************** MEDIA QUERIES ***********************************************************/
/********************************************************************************************************************/


/*==================================== PHONES ====================================================*/

@media (max-width: 480px) {
	
.submain {
	background: none;
}
.submain_sp {
	display: block;
}
.submain_sp img {
	width: 100%;
}


/*----------動画----------*/

.movie iframe {
    width: 100%;
    height: 100%;
}


/*----------ピクト----------*/

ul.pictsit li {
	float: none;
	margin-left: 0px;
	margin-bottom: 10px;
}

	
}