#video{
	opacity:1;
}
#video main{
	background-image:url(/video/img/back.png);
/*	background-color:#d9edbf;*/
	margin-top:0;
}

#video h4{
	font-size:26px;
}
#video .heading-shadow-orange {
    -webkit-box-shadow: 10px 10px #ff9800;
    box-shadow: 10px 10px #ff9800;
    border-left: none;
}
#video .heading-point-icon-orange {
    background: #ff9800;
}
#video .txt{
	font-size: 19px;
    font-weight: normal;
}
#video .txt2{
	font-size: 19px;
    font-weight: normal;
    margin:0 65px;
}
#video .txt2 li{
	text-indent: -1em;
  	padding-left: 1em;
  	}
  	
#video .design {
/*    display: flex;
  align-items: center;
  line-height: 1;
  color: #fff;
  font-size: 40px;
   -webkit-text-stroke: 2px #2c7865;
  text-stroke: 2px #2c7865;
  paint-order: #2c7865;
  font-weight: bold;*/
  margin:20px auto 40px;
  width: 250px;
}
#video .design2 {
  margin:20px auto 40px;
  width: 400px;
}
#video .card-content {
    background: #fff;
    font-size: 19px;
}
#video .card-ttl-pink {
    background: #ff9800;
}
.step > ol > li {
    width: 25%;
    }
.section-title {
    font-size: 1.4rem;
    padding-left: 15px;
    border-left: 4px solid #F9690E;
    margin-bottom: 25px;
    text-align: left;
}

#video .header-logo{
	text-align:center;
	margin: 0;
}
#video iframe{
	height:281px;
}
#video #doui_box {
	background:#fff;
}
#video .frame{
	-webkit-box-shadow: 10px 10px #ff9800;
    box-shadow: 10px 10px #ff9800;
    border-bottom: 2px solid #5D5D5D;
    font-weight: bold;
    padding: 15px 30px 28px;
    max-width: calc(100% - 10px);
    background: #fff;
    width: 80%;
    max-width: 1098px;
    margin: 50px auto;
}
#video article section h1 {
	width:auto;
}

#doui
{
	-webkit-appearance:auto;
	-moz-appearance: auto;
	appearance: auto;
}

#video table.form_1 th
{
	vertical-align: middle;
}

input[type=text] , textarea
{
	border: 1px solid #e2e2e2;
}


input[type=file] 
{
	width:auto;
}


.btn_disable
{
	background-color: #999 !important;
}

#form_box table.form_1 {
    width: 100%;
    max-width: 1000px;
}

.err_text
{
	color:red;
}

.pc{display: block;}
.sp{display: none;}

@media screen and (max-width:1024px) {
	#video .header-logo{
		text-align:left;
		display: flex;
    	align-items: center;
    	height:64px;
        padding: 0 0 0 10px;
	}
	#video .header-logo .logo-img{
		width:48px;
	}

}

@media screen and (max-width:767px) {
	#video .header-logo{
		text-align:left;
		display: flex;
    	align-items: center;
    	height:64px;
        padding: 0 0 0 10px;
	}
	#video .header-logo .logo-img{
		width:48px;
	}
	#video iframe{
		height:auto;
	}
	#video .design {
	    width: 150px;
  	}
	#video .design2 {
	    width: 220px;
  	}

	#video h3 {
	    font-size: 20px;
	    margin-left: 20px;
  	}
  	#video .txt2 {
    	margin: 0;
	}
	#video .heading-point-icon {
    	height: 50px;
    	width: 50px;
	}
	#video .heading-point-icon p {
	    padding: 8px;
    	font-size: 25px;
	}
	#video .frame{
		width: 94%;
        padding: 15px 10px 28px;
        margin-right: 16px;
		}

	
	input[type=file] 
	{
		width:100%;
	}

	.pc{display: none;}
	.sp{display: block;}
}
