@charset "UTF-8";

.guide_menu li{
	width: 28%;
	float: left;
	padding: 20px 2.65%;
}
#guide_two li{
	width: 48%;
	padding: 20px 1%;
}
#guide_three li{
	width: 31.33%;
	padding: 20px 1%;
}

#mailformpro{
	background: #fff;
	color: #000;
	padding: 20px;
}
.dlform01{
	text-align: left;
}
.dlform01 dt{
	float: left;
	clear: both;
	width: 30%;
	padding: 15px;
	border-top: 1px solid #ccc;
}
.dlform01 dt span{
	font-size: 10px;
	float: right;
	margin-left: 0;
    line-height: unset;
    color: #000;
}
.dlform01 dt span.must{
	color: #ff0000;
}
.dlform01 dd{
	margin-left: 30%;
	margin-bottom: 5px;
	border-top: 1px solid #ccc;
	padding: 15px;
}
.dlform01 dd span{
	font-size: 12px;
	vertical-align: bottom;
	padding-left: 5px;
	display: inline-block;
	margin-left: 0;
	color: #000;
}

.dlform01 dd:last-child{
	border-bottom: none;
}

#mailformpro input[type="text"],
#mailformpro input[type="email"],
#mailformpro input[type="tel"]{
	padding: 5px;
}
#mailformpro input[type="radio"]{
	margin-right: 7px;
	margin-bottom: 5px;
}
#mailformpro input[type="checkbox"]{
	margin-right: 3px;
	margin-bottom: 5px;
}
#mailformpro textarea{
	width: 100% !important;
	height: 200px !important;
}
.input50{
	width: 50% !important;
}
.input100{
	width: 100% !important;
}

/*
qa
*/
.bgqa{
    background: #fff;
    padding: 10px;
}
.dl_qa{
    text-align: left;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
.dl_qa dt.dl_q{
    background: #16AA20;
    color: #fff;
    font-size: 26px;
}
.dl_qa dt.dl_a{
    background: #00A2FF;
    color: #fff;
    font-size: 26px;
}
.dl_qa dt{
    width: 3em;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
}
.dl_qa dd{
    margin-bottom: 10px;
}

.dl_qa a{
	text-decoration: underline;
}
.dl_qa a,
.dl_qa a:visited{
	color: #00A2FF;
}

/* sp */
@media only screen and (max-width: 767px) {
.dlform01 dt{
	float: none;
	width: auto;
}
.dlform01 dt span{
	float: none;
	margin-left: 5px;
}
.dlform01 dd{
	margin-left: 0;
}
.input50{
	width: 100% !important;
}
.mfp_element_all{
	max-width: 100% !important;
}

}
