/* start PC css settings
-------------------------------------------------------------------------------------------------------------------- */

#subMainWrap {
	background: url(../img/bg_submain.jpg) no-repeat center top;
}

#subMain:before {
	width: 1800px;
	height: 175px;
	margin-left: -900px;
	content: "";
	background: url(../img/img_submain01.png);
	position: absolute;
	top: 0;
	left: 50%;
}

.div_boxMin01 {
	background: #f1ecf5;
	margin-bottom: 30px;
}

.div_boxMin01:last-child {
	margin-bottom: 0;
}

.h3_ti01 {
	background: url(../img/bg_h3_ti01.png) no-repeat left top;
}

.h3_ti02 {
	color: #fff;
	background: #af605a;
}

.h3_ti02 span {
	padding: 0 5px 0 14px;
	border-left: 6px solid #e7c098;
}

.h4_ti01 {
	color: #702323;
	background: url(../img/bg_h4_ti01.png) no-repeat left top;
}

.h4_ti02 {
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 0;
}

.table_sub01 th {
	background: #fbcb62;
	border-bottom: 1px solid #dedede;
}

.table_sub01 td {
	text-align: right;
}

.ac-box {
	width: auto;
	margin: 30px auto 5px;
}

.ac-box label {
	max-width: 255px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #af605a;
	margin: auto;
	line-height: 50px;
	position: relative;
	display: block;
	height: 50px;
	cursor: pointer;
	color: #fff;
	transition: all 0.3s;
}

.ac-box label:hover {
	background: rgba(175, 96, 90, 0.7);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.ac-box input {
	display: none;
}

.ac-box label:after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 10px 4px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}

.ac-box input:checked ~ label::after {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 10px;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	border-bottom: 0 solid #fff;
	border-right: 0 solid #fff;
	transform: rotate(45deg);
}

.ac-box div {
	height: 0px;
	padding: 0px;
	overflow: hidden;
	opacity: 0;
	transition: 0.5s;
}

.ac-box input:checked ~ div {
	height: auto;
	opacity: 1;
}

.link {
	color: #000;
	text-decoration: underline;
}

.link:hover {
	color: #000;
	text-decoration: none;
}

.references {
	font-size: 12px;
}

/* feedBoxWrap
------------------------------------------------------------------ */

#feedBoxWrap {
	margin-bottom: 80px;
}

#feedBox {
	width: auto;
	margin: 0 auto;
	overflow: hidden;
}

.feedBoxIn {
	width: auto;
	margin-right: 30px;
	float: left;
}

.feedBoxIn:nth-of-type(3) {
	margin-right: 0;
}

.feedBoxIn h3 {
	width: 660px;
	height: 63px;
	border-bottom: 1px solid #dedede;
}

.feedBoxInContents {
	max-height: 265px;
	overflow-y: auto;
}

.feedBoxIn dl {
	width: 660px;
	padding: 15px 0;
	border-bottom: 1px solid #dedede;
	overflow: hidden;
}

.feedBoxIn dl:first-child {
	border-top: 1px solid #dedede;
}

.feedBoxIn dt {
	width: 20%;
	float: left;
	font-weight: bold;
}

.feedBoxIn dd {
	width: 80%;
	float: right;
}

.feedBoxIn dd a {
	color: #000;
}

@media screen and (min-width: 480px) {
}

