/*広告主回答フォームCSSここから*/





#asumeruform{
    width:900px;
}

#asumeruform table {
    border-collapse : collapse ;
	margin: 0 0 10px;
	width: 900px;
	table-layout: fixed;
    border-color:#ccc;
}

#asumeruform table th {
	width: 300px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	background: #ffffcc; 
	text-align: left;
	vertical-align: middle;
    font-size:12px;
    color:#000; 
}


#asumeruform table tr{
    border-color:#ccc;

}

#asumeruform table td {
	padding: 10px;
	border: 1px solid #ccc;
    color: #000;
    font-size:12px;
    background: #ffffff; 
}

#asumeruform input{
    font-size: 12px;
}

#asumeruform .inputselect {
	padding: 3px;
    font-size: 12px;
    color:#000;
}


#asumeruform .inputtext.inputtextshortest {
	width: 100px;
}

#asumeruform .inputtext.inputtextshort {
	width: 200px;
}

#asumeruform .inputtext.inputtextlong {
	width: 500px;
}

#asumeruform textarea {
    font-size: 12px;
	width: 499px;
	height: 150px;
	padding: 3px;
}

#asumeruform .formbtn {
    margin: auto;
	font-size: 16px;
    	width: 200px;
    height:35px;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 2px 2px #ccc;
	border-radius: 6px;
	box-shadow: 0 2px 2px #ccc;
}

#asumeruform span.require {
	color: red;
	font-weight: bold;
}




/*広告主回答フォームCSSここまで*/


/*広告主CSSここから*/

.advertisers {
  display: flex;
  flex-wrap: wrap;
}

.box {
  width: calc(100%/4);
  border: solid 5px white;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
}

.massage1 {
  height: 60px;
  border: solid 5px white;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
}

.massage2 {
  height: 150px;
  border: solid 5px white;
  box-sizing: border-box;
  text-align: left;
  font-size: 13px;
  color: #666464;
}

@media screen and (max-width:640px){
	.box{
		width:calc(100%/2);
	}
  	
  	.massage1{
    	height: auto;
  	}
  
  	.massage2{
    	height: auto;
  	}
  
}

/*広告主CSSここまで*/

/*秋のASP祭りCSSここから*/

.flex--3{
	display: flex;
	flex-wrap: wrap;
	}
.flex--3 .item{
	width:calc(100%/3);
	}
.flex--3 .item img{
  	width:100%;
	max-width:340px;
	height:auto;
	border:solid 5px #fff;
	border-radius:10px;
	}
.flex--3 .item2{
	width:calc(100%/3*2);
	}
.flex--3 .item2 img{
  	width:100%;
	max-width:690px;
	height:auto;
	border:solid 5px #fff;
	border-radius:10px;
	}
.flex--3 a{
	display:block;
	transition:.2s;
	background:#fff;
	}
.flex--3 a:hover{
	transform: scale(1.1) rotate(-4deg);
	z-index: 1;
	}
.flex--3 a:active{
	transform: scale(0.9);
	}
.flex--3 a:hover{
	box-shadow:0px 0px 20px 0 rgba(30,30,30,.3);
	}
.flex--3 a {
	position: relative;
	overflow: hidden;
	}
.flex--3 a:before {
	content: "";
	background-image: linear-gradient(
		130deg,
		rgba(255,255,255,0) 20%,
		rgba(255,255,255,0.5) 50%,
		rgba(255,255,255,0) 80%
		);
	width: 200%;
	height: 200%;
	position: absolute;
	top: -100%; 
	left: -200%;
	transition: all 0.5s;
	}
.flex--3 a:hover:before {
	top: 0%;
	left: 100%;
	}

@media screen and (max-width:30em){

	.flex--3 .item{
		width:calc(100%/2);
		}
  
 	.flex--3 .item2{
		width:100%;
		}
}

/*秋のASP祭りCSSここまで*/

/*トップページバナースライダー*/

.loopSliderWrap {
    height: 200px;
    overflow: hidden;
    position: relative;

  	background:#fff;
}
 
.loopSlider {
    margin: 0 auto;
  	margin-bottom:20px;
    height: 200px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
  	
    height: 200px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {

    height: 200px;
    float: left;
  	padding-right:20px;
    display: inline;
    overflow: hidden;
}
 
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
.wide_wrapper{
  	margin-top:30px;
}

/*セミナー動画ページ*/
.movie-seminar-sample{
  	font-size:18px;
  	font-weight:bold;
  	background: #6dc5dd;
  	color:#FFF !important;
  	padding:8px;
  	line-height:18px;
}
/*特別単価提供企業*/
.special-list p{
  color:#6dc5dd;
  text-align:center;
}

/*セミナー動画の段落余白*/
@media only screen and (max-width: 667px) {
  .seminar-movie-content p{
  	margin-bottom:20px !important;
  }
}