@charset "UTF-8";
#contents, .con_intro {
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
	width: 92%;
}

/* Hover animation */
/* ===================================================================
CSS information

 file name  :homepage_new.css
 author	:Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */
/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	margin-bottom: 80px;
	width: 95%;
	padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#contents {
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 767px) {
	#contents {
		margin-bottom: 4em;
	}
}

.tit_repo {
	text-align: center;
	position: relative;
}

.tit_repo:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	border-top: solid 2px #ff8030;
	border-bottom: solid 2px #ff8030;
	z-index: 1;
}

.tit_repo span {
	font-weight: normal;
	display: inline-block;
	padding: 0 1em;
	background: #fff;
	position: relative;
	z-index: 2;
}

@media only screen and (min-width: 1025px) {
	.tit_repo span {
		font-size: 185%;
	}
}

@media print {
	.tit_repo span {
		font-size: 185%;
	}
}

.ie8 .tit_repo span {
	font-size: 185%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tit_repo span {
		font-size: 170%;
	}
}

@media only screen and (max-width: 767px) {
	.tit_repo span {
		font-size: 139%;
	}
}

/*----------------------------------------------------
	.con_intro
----------------------------------------------------*/
.con_intro {
	margin-bottom: 50px;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_intro {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro {
		margin-bottom: 2em;
	}
}

@media only screen and (max-width: 1024px) {
	.con_intro {
		width: 100%;
	}
}

.con_intro .inner {
	width: 85%;
	top: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}

@media only screen and (max-width: 767px) {
	.con_intro .inner {
		width: calc(100% - 1em);
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .inner {
		top: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .inner {
		display: block;
	}
}

.con_intro .text {
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	color: #fff;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
	line-height: 1.35;
}

@media only screen and (min-width: 1025px) {
	.con_intro .text {
		font-size: 185%;
	}
}

@media print {
	.con_intro .text {
		font-size: 185%;
	}
}

.ie8 .con_intro .text {
	font-size: 185%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_intro .text {
		font-size: 170%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .text {
		font-size: 97%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .text {
		white-space: nowrap;
	}
}

.con_intro .text em {
	font-size: 250%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_intro .text em {
		font-size: 220%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .text em {
		font-size: 165%;
	}
}

.con_intro .logo {
	margin-left: 1.25em;
	max-width: 230px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_intro .logo {
		max-width: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .logo {
		max-width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .logo {
		display: none;
	}
}

.con_intro .slide {
	width: 100%;
	opacity: 0;
}

.con_intro .slide.slick-initialized {
	opacity: 1;
	-webkit-transition: .6s opacity;
	transition: .6s opacity;
}

.con_intro .slide .slick-slide img {
	margin: auto;
}

.con_intro .slide .arrow {
	cursor: pointer;
	color: #fff;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	-webkit-transition: 0.4s opacity;
	transition: 0.4s opacity;
}

@media only screen and (min-width: 1025px) {
	.con_intro .slide .arrow {
		font-size: 277%;
	}
}

@media print {
	.con_intro .slide .arrow {
		font-size: 277%;
	}
}

.ie8 .con_intro .slide .arrow {
	font-size: 277%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_intro .slide .arrow {
		font-size: 254%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .slide .arrow {
		font-size: 216%;
	}
}

.con_intro .slide .arrow.prev {
	left: 0.75em;
}

.con_intro .slide .arrow.next {
	right: 0.75em;
}

.con_intro .slide .arrow i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.con_intro .slide .arrow:hover {
	opacity: 0.6;
}

/*----------------------------------------------------
	.con_popular
----------------------------------------------------*/
.con_popular .box_intro {
	margin-bottom: 10px;
}

.con_popular .box_intro .tit_repo {
	margin-bottom: 10px;
}

.con_popular .box_intro .text {
	font-size: 108%;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_popular .box_intro .text {
		font-size: 100%;
		text-align: left;
	}
}

.con_popular .box_popular {
	margin-bottom: 60px;
}

.con_popular .box_popular:nth-of-type(2) {
	margin-bottom: 26px;
}

.con_popular .box_popular:nth-of-type(2) .st_pop:after {
	border-bottom-color: #299cc6;
}

@media only screen and (min-width: 768px) {
	.con_popular .box_popular:nth-of-type(2) ul li .text {
		background: rgba(0, 160, 233, 0.5);
	}
}

@media print {
	.con_popular .box_popular:nth-of-type(2) ul li .text {
		background: rgba(0, 160, 233, 0.5);
	}
}

.ie8 .con_popular .box_popular:nth-of-type(2) ul li .text {
	background: rgba(0, 160, 233, 0.5);
}

.con_popular .box_popular:nth-of-type(3) .st_pop:after {
	border-bottom-color: #ff8030;
}

@media only screen and (min-width: 768px) {
	.con_popular .box_popular:nth-of-type(3) ul li .text {
		background: rgba(255, 128, 48, 0.5);
	}
}

@media print {
	.con_popular .box_popular:nth-of-type(3) ul li .text {
		background: rgba(255, 128, 48, 0.5);
	}
}

.ie8 .con_popular .box_popular:nth-of-type(3) ul li .text {
	background: rgba(255, 128, 48, 0.5);
}

.con_popular .box_popular .st_pop {
	margin-bottom: 10px;
	border-bottom: 2px solid #bcbcbc;
	position: relative;
}

.con_popular .box_popular .st_pop:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -2px;
	width: 22%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.con_popular .box_popular .st_pop span {
	font-weight: normal;
}

@media only screen and (min-width: 1025px) {
	.con_popular .box_popular .st_pop span {
		font-size: 185%;
	}
}

@media print {
	.con_popular .box_popular .st_pop span {
		font-size: 185%;
	}
}

.ie8 .con_popular .box_popular .st_pop span {
	font-size: 185%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_popular .box_popular .st_pop span {
		font-size: 170%;
	}
}

@media only screen and (max-width: 767px) {
	.con_popular .box_popular .st_pop span {
		font-size: 139%;
	}
}

@media only screen and (max-width: 767px) {
	.con_popular .box_popular .st_pop span {
		display: block;
		padding-right: 1em;
		position: relative;
	}
	.con_popular .box_popular .st_pop span:after {
		position: absolute;
		content: '\f107';
		font-family: "FontAwesome";
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: 0.6s -webkit-transform ease;
		transition: 0.6s -webkit-transform ease;
		transition: 0.6s transform ease;
		transition: 0.6s transform ease, 0.6s -webkit-transform ease;
	}
}

.con_popular .box_popular .st_pop.active span:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.con_popular .box_popular ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.con_popular .box_popular ul {
		display: none;
		margin-top: -0.25em;
	}
}

.con_popular .box_popular ul li {
	width: 15.21739%;
}

@media only screen and (min-width: 768px) {
	.con_popular .box_popular ul li:not(:last-child) {
		margin-right: 1.73913%;
	}
}

@media print {
	.con_popular .box_popular ul li:not(:last-child) {
		margin-right: 1.73913%;
	}
}

.ie8 .con_popular .box_popular ul li:not(:last-child) {
	margin-right: 1.73913%;
}

@media only screen and (max-width: 767px) {
	.con_popular .box_popular ul li {
		width: 100%;
		margin-bottom: 0.25em;
		padding-bottom: 0.25em;
		border-bottom: 1px solid #bcbcbc;
	}
	.con_popular .box_popular ul li:last-child {
		border-bottom: none;
	}
}

.con_popular .box_popular ul li a {
	display: block;
	position: relative;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.con_popular .box_popular ul li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.con_popular .box_popular ul li a .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	font-size: 108%;
}

@media only screen and (max-width: 767px) {
	.con_popular .box_popular ul li a .text {
		position: static;
		width: 80%;
		padding-left: 1em;
		text-align: left;
		color: #333333;
		font-size: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.con_popular .box_popular ul li a .img {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-size: contain;
}

@media only screen and (max-width: 767px) {
	.con_popular .box_popular ul li a .img {
		width: 20%;
		padding-top: 20%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.con_popular .box_popular ul li a:hover {
	opacity: 0.8;
}

/*----------------------------------------------------
	.con_report
----------------------------------------------------*/
.con_report {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_report {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_report {
		margin-bottom: 2em;
	}
}

.con_report .box_title {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

.con_report .main {
	width: 70.6087%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -20px;
}

@media only screen and (max-width: 1024px) {
	.con_report .main {
		width: 100%;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_report .main {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.con_report .main > div {
	width: 32.51232%;
	margin-top: 20px;
}

@media only screen and (min-width: 768px) {
	.con_report .main > div:not(:nth-child(3n)) {
		margin-right: 1.23153%;
	}
}

@media print {
	.con_report .main > div:not(:nth-child(3n)) {
		margin-right: 1.23153%;
	}
}

.ie8 .con_report .main > div:not(:nth-child(3n)) {
	margin-right: 1.23153%;
}

@media only screen and (max-width: 767px) {
	.con_report .main > div {
		width: 49%;
	}
}

.con_report .main > div a {
	display: block;
	text-decoration: none;
}

.con_report .main > div a:hover {
	opacity: 0.8;
}

.con_report .main > div .img {
	margin-bottom: 5px;
	padding-top: 75.75758%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.con_report .main > div .title {
	margin-bottom: 5px;
	font-size: 108%;
}

@media only screen and (max-width: 767px) {
	.con_report .main > div .title {
		font-size: 100%;
	}
}

.con_report .main > div .cate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 8px;
	font-size: 108%;
}

@media only screen and (max-width: 767px) {
	.con_report .main > div .cate {
		font-size: 100%;
	}
}

.con_report .main > div .cate li:not(:last-child) {
	margin-right: 0.5em;
}

@media only screen and (max-width: 767px) {
	.con_report .main > div .cate li {
		padding: 3px 0;
	}
}

.con_report .main > div .cate a {
	color: #afafaf;
	position: relative;
	padding-left: 1em;
}

@media only screen and (max-width: 767px) {
	.con_report .main > div .cate a {
		font-size: 77%;
	}
}

.con_report .main > div .cate a:before {
	position: absolute;
	content: '#';
	top: 0;
	left: 0;
}

.con_report .main > div .box_writer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.con_report .main > div .box_writer {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}

.con_report .main > div .box_writer .img_sta {
	overflow: hidden;
	float: left;
	width: 55px;
	height: 55px;
	margin-right: 15px;
	border-radius: 50%;
}

@media only screen and (max-width: 767px) {
	.con_report .main > div .box_writer .img_sta {
		width: 45px;
		height: 45px;
		margin-right: 10px;
	}
}

.con_report .main > div .box_writer .img_sta.job_01 {
	background: #fffdda;
}

.con_report .main > div .box_writer .img_sta.job_02 {
	background: #daf4ff;
}

.con_report .main > div .box_writer .img_sta.job_03 {
	background: #def6dc;
}

.con_report .main > div .box_writer .img_sta p {
	width: 75%;
	height: 100%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media all and (-ms-high-contrast: none) {
	.con_report .main > div .box_writer .img_sta p {
		width: 100%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.con_report .main > div .box_writer .img_sta p img {
		width: 100%;
		-ms-interpolation-mode: bicubic;
	}
}

.con_report .main > div .box_writer .text {
	font-size: 93%;
}

@media only screen and (max-width: 767px) {
	.con_report .main > div .box_writer .text {
		font-size: 77%;
	}
}

.con_report .side {
	width: 24.95652%;
}

@media only screen and (max-width: 1024px) {
	.con_report .side {
		width: 100%;
	}
}

.con_report .side .btn:first-of-type {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.con_report .side .btn:first-of-type {
		margin-bottom: 1em;
	}
}

.con_report .side .btn a {
	display: block;
	position: relative;
	padding: 1.25em 1em;
	text-decoration: none;
	background: #ff8030;
	color: #fff;
	font-size: 108%;
}

.con_report .side .btn a:before {
	position: absolute;
	content: '';
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	border: 1px solid #fff;
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	.con_report .side .btn a {
		padding: 0.75em 0.5em;
		font-size: 100%;
	}
}

.con_report .side .btn a span {
	display: block;
	position: relative;
	z-index: 2;
}

.con_report .side .btn a span:after {
	position: absolute;
	content: '\f105';
	font-family: "FontAwesome";
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.4s right ease;
	transition: 0.4s right ease;
}

.con_report .side .btn a:hover {
	opacity: 0.8;
}

.con_report .side .btn a:hover span:after {
	right: -3px;
}

.con_report .side .box_category {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.con_report .side .box_category {
		margin-bottom: 1.5em;
	}
}

.con_report .side .box_category .title {
	font-size: 139%;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.con_report .side .box_category .title {
		font-size: 124%;
	}
}

.con_report .side .box_category .detail {
	border-top: 1px dotted #aaaaaa;
	padding: 15px 0;
}

@media only screen and (max-width: 767px) {
	.con_report .side .box_category .detail {
		padding: 1em 0;
	}
}

.con_report .side .box_category .detail:last-child {
	border-bottom: 1px dotted #aaaaaa;
}

.con_report .side .box_category .detail .st {
	font-size: 124%;
	margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
	.con_report .side .box_category .detail .st {
		font-size: 108%;
	}
}

.con_report .side .box_category .detail ul.all {
	display: none;
	margin-top: 8px;
}

.con_report .side .box_category .detail ul li {
	display: inline-block;
	margin-bottom: 1em;
	font-size: 108%;
}

.con_report .side .box_category .detail ul li:not(:last-child) {
	margin-right: 1em;
}

@media only screen and (max-width: 767px) {
	.con_report .side .box_category .detail ul li {
		margin-bottom: 0.5em;
		font-size: 100%;
	}
}

.con_report .side .box_category .detail ul li a {
	text-decoration: none;
}

.con_report .side .box_category .detail ul li a:hover {
	text-decoration: underline;
}

.con_report .side .box_category .detail .accordion {
	margin-top: 10px;
	padding: 0 0.75em 0 1.25em;
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid;
	display: inline-block;
	font-size: 108%;
}

@media only screen and (max-width: 767px) {
	.con_report .side .box_category .detail .accordion {
		font-size: 100%;
	}
}

.con_report .side .box_category .detail .accordion:before {
	position: absolute;
	content: '\f107';
	font-family: "FontAwesome";
	top: 0;
	left: 0;
	-webkit-transition: 0.4s -webkit-transform ease;
	transition: 0.4s -webkit-transform ease;
	transition: 0.4s transform ease;
	transition: 0.4s transform ease, 0.4s -webkit-transform ease;
}

.con_report .side .box_category .detail .accordion.active:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*----------------------------------------------------
	.con_campaign
----------------------------------------------------*/
.con_campaign {
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.con_campaign {
		margin-bottom: 3em;
	}
}

.con_campaign .tit_cam {
	text-align: center;
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.con_campaign .tit_cam {
		margin-bottom: 1em;
	}
}

.con_campaign .tit_cam span {
	font-size: 139%;
	font-weight: normal;
	position: relative;
	padding: 0 76px;
}

@media only screen and (max-width: 767px) {
	.con_campaign .tit_cam span {
		font-size: 124%;
		padding: 0 4em;
	}
}

.con_campaign .tit_cam span:before, .con_campaign .tit_cam span:after {
	position: absolute;
	content: '';
	top: 49%;
	width: 60px;
	height: 1px;
	background: #8e8e8e;
}

@media only screen and (max-width: 767px) {
	.con_campaign .tit_cam span:before, .con_campaign .tit_cam span:after {
		width: 18%;
	}
}

.con_campaign .tit_cam span:before {
	left: 0;
}

.con_campaign .tit_cam span:after {
	right: 0;
}

.con_campaign ul li {
	border-bottom: 1px dashed #9f9f9f;
	position: relative;
}

.con_campaign ul li:first-child {
	border-top: 1px dashed #9f9f9f;
}

.con_campaign ul li:after {
	position: absolute;
	content: '\f105';
	font-family: "FontAwesome";
	top: 50%;
	right: 1em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.4s right ease;
	transition: 0.4s right ease;
}

@media only screen and (max-width: 767px) {
	.con_campaign ul li:after {
		right: 2.5%;
	}
}

.con_campaign ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	text-decoration: none;
	padding: 1.5em 1em;
	-webkit-transition: 0.4s background ease;
	transition: 0.4s background ease;
}

@media only screen and (max-width: 767px) {
	.con_campaign ul li a {
		padding: 0.75em 2.5%;
	}
}

.con_campaign ul li a .date {
	width: 16%;
	text-align: center;
	font-size: 108%;
}

@media only screen and (max-width: 767px) {
	.con_campaign ul li a .date {
		width: 100%;
		text-align: left;
		font-size: 93%;
	}
}

.con_campaign ul li a .title {
	width: 84%;
	font-size: 124%;
}

@media only screen and (max-width: 767px) {
	.con_campaign ul li a .title {
		width: 100%;
		font-size: 108%;
	}
}

@media only screen and (min-width: 768px) {
	.con_campaign ul li:hover:after {
		right: 0.75em;
	}
}

@media print {
	.con_campaign ul li:hover:after {
		right: 0.75em;
	}
}

.ie8 .con_campaign ul li:hover:after {
	right: 0.75em;
}

.con_campaign ul li:hover a {
	background: #ececec;
}

/*----------------------------------------------------
	.con_banner
----------------------------------------------------*/
.con_banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.con_banner p {
	width: 48.69565%;
	margin-bottom: 2.5em;
}

@media only screen and (max-width: 767px) {
	.con_banner p {
		width: 100%;
		margin-bottom: 10px;
	}
}

.con_banner_dp {
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	.con_banner_dp {
		margin-top: 10px;
	}
}

.con_banner_dp .notice {
	display: block;
	margin-top: 10px;
}

@media only screen and (max-width: 767px) {
	.con_banner_dp .notice {
		font-size: 11px;
	}
}

@media only screen and (min-width: 768px) {
	#overall_homepage #contents {
		margin-bottom: 20px;
	}
}

@media print {
	#overall_homepage #contents {
		margin-bottom: 20px;
	}
}

.ie8 #overall_homepage #contents {
	margin-bottom: 20px;
}

.slick-slider {
	position: relative;
}

.slick-slider .slick-slide {
	outline: none;
	height: auto !important;
}

.slick-slider .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slick-slider .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-slider .slick-dots li button {
	cursor: pointer;
	position: relative;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 10px;
	height: 10px;
}

.slick-slider .slick-dots li button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.slick-slider .slick-dots li.slick-active button:before {
	background: transparent;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
