@charset "utf-8";

#doc605 .contents_bg {
	padding-bottom: 15px;
	background: #FFE9F3;
}

#doc605 .sub_title {
	padding: 10px 0;
	font-size: 1.2rem;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	position: relative;
}

#doc605 .sub_title span {
	color: #F00;
}

#doc605 .sub_title:after {
	content: "";
	width:  30px;
	height: 30px;
	background-image: url("../../ViComm/man/Image/A001/sp/doc600/subtitle_sprite.png");
	background-repeat: no-repeat;
	background-size: auto 30px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}

#doc605 .sub_title01:after { background-position: -180px 0; }

#doc605 .contents {
	margin: 10px;
	padding: 0 10px 10px;
	background: #FFF;
	border: 2px solid #CCC;
}

#doc605 .work {
	font-size: 0.9rem;
}

#doc605 .work div {
	font-size: 0.9rem;
}

#doc605 .q_a .acdHead a {
	display: block;
	padding: 15px 30px 15px 0;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}

#doc605 .q_a .acdHead.acdClosed {
	border-bottom: 1px solid #CCC;
}

#doc605 .q_a .acdHead a:after {
	content: "";
	width:  17px;
	height: 17px;
	background-image: url("../../ViComm/man/Image/A001/img/icon_front_open_bottom.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 5px;
	top:   50%;
	margin-top: -8px;
}

#doc605 .q_a .acdHead.acdClosed a:after {
	background-image: url("../../ViComm/man/Image/A001/img/icon_front_open_top.png");
}

#doc605 .q_a .acdHead span {
	color: #FF1B8D;
	padding-right: 5px;
}

#doc605 .q_a .acdBody {
	padding: 10px 0;
	border-top:    1px solid #DDD;
	border-bottom: 1px solid #CCC;
}

#doc605 .q_a .acdBody .ans {
	padding-right: 5px;
	color: #39F;
	font-weight: bold;
}

#doc605 .link_btn a {
	display: block;
	margin: 10px auto;
	padding: 5px 0;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #33B9EC;
	border-radius: 35px;
	position: relative;
}

#doc605 .link_btn a:after {
	content: "";
	width:  8px;
	height: 8px;
	border-top:   2px solid #FFF;
	border-right: 2px solid #FFF;
	   -moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top:   50%;
	margin-top: -4px;
}

/***** touroku_btn *****/
#doc605 .touroku_btn a {
	display: block;
	margin: 0 22px;
	padding: 15px 0;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #FE66AC;
	border-radius: 35px;
	position: relative;
}

#doc605 .touroku_btn a:after {
	content: "";
	width:  8px;
	height: 8px;
	border-top:   2px solid #FFF;
	border-right: 2px solid #FFF;
	   -moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top:   50%;
	margin-top: -4px;
}

/***** menu *****/
#doc605 .menuArea {
	padding: 30px 10px;
	background: #FF91C4;
	position: relative;
}

#doc605 .menuArea::before {
	content: "";
	width:  100%;
	height: 15px;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #ffffff), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #ffffff),color-stop(.75, #ffffff), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 1rem 1rem;
	position: absolute;
	top:  0;
	left: 0;
	opacity: 0.3;
}

#doc605 .menuArea::after {
	content: "";
	width:  100%;
	height: 15px;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #ffffff), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #ffffff),color-stop(.75, #ffffff), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 1rem 1rem;
	position: absolute;
	bottom: 0;
	left:   0;
	opacity: 0.3;
}

#doc605 .menu_img {
	color: #FFF;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

#doc605 .menuBlock {
	display: flex;
}

#doc605 .menuBlock > div {
	width: 100%;
	margin: 5px;
	flex-grow: 1;
}

#doc605 .menuBlock a {
	display: block;
	padding: 10px;
	color: #333;
	font-size: 0.8rem;
	text-decoration: none;
	background: #FFF;
	position: relative;
}

#doc605 .menuBlock a:before {
	content: "";
	display: inline-block;
	width:  20px;
	height: 20px;
	margin-right: 5px;
	vertical-align: -6px;
	background-image: url("../../ViComm/man/Image/A001/sp/doc600/jobmenu_sprite.png");
	background-repeat: no-repeat;
	background-size: auto 20px;
}

#doc605 .menuBlock .m11 a:before { background-position:  0 0; }
#doc605 .menuBlock .m12 a:before { background-position: -20px 0; }
#doc605 .menuBlock .m21 a:before { background-position: -40px 0; }
#doc605 .menuBlock .m22 a:before { background-position: -60px 0; }
#doc605 .menuBlock .m31 a:before { background-position: -80px 0; }
#doc605 .menuBlock .m32 a:before { background-position: -100px 0; }
#doc605 .menuBlock .m00 a:before { background-position: -120px 0; }

#doc605 .menuBlock a:after {
	content: "";
	width:  8px;
	height: 8px;
	border-top:   2px solid #999;
	border-right: 2px solid #999;
	   -moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top:   50%;
	margin-top: -4px;
}

/***** kinshi *****/
#doc605 .kinshi {
	margin: 10px 10px 0;
	color: #F00;
	font-size: 0.9rem;
	text-align: center;
}

#doc605 .kinshi img {
	width: 16px;
	margin-right: 2px;
	vertical-align: -3px;
}

/***** footer *****/
#doc605 .footer_link {
	margin-bottom: 5px;
	color: #999;
	font-size: 0.8rem;
	text-align: center;
}

#doc605 .footer_link a {
	color: #999;
	text-decoration: none;
}
