.sub-menu {
    margin: 0;
    padding: 0;
}

.sub-menu-tit {
    font-size: 23px;
}

.sub-menu-tit02 {
    font-size: 15px;
    font-weight: bold;
}

.text-all {
    text-align: left;
}

.text-alr {
    text-align: right;
}

.text-alc {
    text-align: center;
}

.bor-bot {
    border-bottom: 1px solid #dddddd;
}

.bg-p {
    background: #f9f0bb;
    padding: 15px 15px;
    color: #717071;
}

.bg-p p {
    margin-bottom: 0;
}

.box-menu a {
    color: #B1B1B0;
    font-size: 12px;
}

.box-menu li {
    line-height: 3em;
    list-style: none;
}

.box-menu li.active a {
    border-bottom: 2px solid #edd01e;
    color: #000000;
}

.box-menu li a:hover {
    border-bottom: 2px solid #edd01e;
    color: #000000;
    text-decoration: none;
}

.menu-txt02 {
    color: #B1B1B0;
    /*font-size: 12px;*/
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.imgCenter {
    text-align: center;
}

.imgCenter img {
    max-width: 100%;
}

.smd-txt {
    padding-left: 15px;
    text-align: justify;
}

.border-small {
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
}

.sub-menu-tit02 p {
    margin: 30px 0 0;
    border-bottom: 2px solid #edd01e;
}






.pc-hidden {
	display: none;
}

.ac-container{
	margin: 0px auto 30px auto;
	text-align: left;
}

.ac-container label {
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #000;
	line-height: 33px;
	font-size: 12px;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover {
	color: #3d7489;
}

.ac-container input {
	display: none;
}

.ac-container article {
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container article p {
	color: #777;
	line-height: 23px;
	font-size: 14px;
	
}

.ac-container input:checked ~ article {
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	/* transition: height 0.5s ease-in-out, box-shadow 0.1s linear; */
	/* box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3); */
}

.ac-container input:checked ~ article.ac-smaller {
	height: 110px;
}

.ac-container input:checked ~ article.ac-medium {
	height: 180px;
}

.ac-container input:checked ~ article.ac-large {
	height: auto;
}

@media screen and (max-width: 768px) {
	.pc-hidden {
		display: block;
	}

	.sp-hidden {
		display: none;
	}

	ul.ul-name {
	    margin: 0 0 10px -50px;
	}

	.ac-container {
    	margin: 0px auto;
	}

	.ac-container label {
		border: 1px solid #000;
		height: 40px;
		line-height: 1.4;
		margin-bottom: 0px;
		color: #000;
		padding-left: 20px;
		/*background: #fff;*/
		padding-top: 10px;
	}

	.ac-container input:checked ~ article.ac-smaller {
		border: 1px solid #000;
	}

	.ac-container input:checked ~ article.ac-large {
		border: 1px solid #000;
	}

	.drop-list {
		margin-bottom: 20px;
	}

	.ul-name li {
	    list-style: none;
	    padding: 5px 25px;
	}
	.ac-container input:checked ~ article.ac-small {
    height: auto;
}

.ac-container ul li label {
    border: none;
    /*display: inline;*/
    height: 40px;
    line-height: 1.4;
    margin-bottom: 0px;
    color: #000;
    padding-left: 20px;
    background: #fff;
    padding-top: 10px;
}
.ac-container ul li {
    /*display: inline;*/
    padding: 5px 10px 0 10px;
}

	.icon-lb:before {
		display: none;
	}

	.icon-lb:after {
		content: " ";
		float: right;
		margin-right: 5px;
		height: 25px;
		width: 25px;
		margin-top: -3px;
		background: url(../images/menu/next.png);
		background-size: 100% 100%;
	}

	.smd-txt {
	    padding-left: 0;
	}

	.mt0 {
	    margin-top: 0;
	}
}

