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


.content_space .hbspt-form {
    text-align: center;
}

.content_space.clearfix {
    padding: 20px 0;
}

ul.tabs li {
    width: 47.5%;
    margin: 0 1%;
    display: inline-block;
    padding: 12px 0;
    color: #999;
    background: #cecece;
    text-align: center;
    font-size: 17px;
    cursor: pointer;
    transition: ease 0.2s opacity;
    font-weight: bold;
    border-radius: 6px 6px 0 0;
}
ul.tabs li.select {
    background: #ecebe4;
    color: #474747;
}
	@media screen and (max-width: 800px) {
		
		ul.tabs li {
    font-size: 14px !important;
    width: 47%;
}



.hs-dependent-field div {
    width: 100%;
}

.content_space .hs-dependent-field div.input {
    width: 100% !important;
}


.content_space .hs_takuhaikit ul li span {
    font-size: 1.4em;
}

	}

@media screen and (min-width: 801px) {
	p.file {
    width: 70%;
}
}