
@charset "utf-8";
/* =============================================
                    COMMON
============================================= */
#gdo_es {
	color: #000;
	font: 12px/1.4 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
/font: 12px/1.4 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
#gdo_es .inner{
	width: 960px;
	margin: 0 auto;
}
/* =============================================
                    TOP
============================================= */

#gdo_es .newes{
	padding: 55px 0 66px;
}

#gdo_es .newes .tit{
	font-size: 36px;
	text-align: center;
	color: #000;
}
#gdo_es .newes .tit span{
	font-size: 16px;
	display: block;
}
#gdo_es .newes .img {
	margin-top: 40px;
}
#gdo_es .newes .txt {
	margin-top: 36px;
	font-size: 14px;
	color: #000;
	line-height: 2;
	text-align: center;
}
#gdo_es .drive .inner{
	position: relative;
}
#gdo_es .drive .posbtn{
	width: 240px;
	height: 50px;
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 2;
}
#gdo_es .drive .posbtn a{
	width: 240px;
	height: 50px;
	display: inline-block;
	background: url("../images/img_pc_btn01.jpg") no-repeat center center;

}
#gdo_es .drive .posbtn a:hover{
	background: url("../images/img_pc_btn02.jpg") no-repeat center center;
}
#gdo_es .slider01{
	margin-top: 80px;
}
#gdo_es .slider01 .tit{
	text-align: left;
}
#gdo_es .slider01 .txt{
	margin-top: 20px;
	font-size: 14px;
	color: #000;
	line-height: 2;
}
#gdo_es .slider01 .slider-for{
	margin-top: 35px;
}
#gdo_es .slider01 .slider-for01{
	margin-top: 35px;
}
.slider-nav {
	margin: 10px -5px 0 !important;
}
.slider-nav01{
	margin: 10px -5px 0 !important;
}
.slider-nav .slick-track{
	transform: none!important;
	width: auto!important;
}
.slider-nav01 .slick-track{
	transform: none!important;
	width: auto!important;
}
.slider-nav .slick-slide{
	padding: 0 5px !important;
	margin: 5px 0 0 0;
	width: 20% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.slider-nav01 .slick-slide{
	padding: 0 5px !important;
	margin: 5px 0 0 0;
	width: 20% !important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	box-sizing: border-box!important;
}
.slider-nav .slick-slide img{
	width: 100%;
	opacity: 0.7 !important;
}
.slider-nav01 .slick-slide img{
	width: 100%;
	opacity: 0.7 !important;
}
.slider-nav .slick-slide.slick-current img{
	opacity: 1 !important;
}
.slider-nav01 .slick-slide.slick-current img{
	opacity: 1 !important;
}
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: url("../images/prev.png") no-repeat center center;
	left: 0;
	z-index: 9;
}
.slick-next{
	width: 40px;
	height: 40px;
	background: url("../images/next.png") no-repeat center center;
	right: 0;
	z-index: 9;
}
.slick-next::before{
	content: '';
}
.slick-prev::before, .slick-next::before {
	display: none;
}

#gdo_es .flow{
	margin-top: 80px;
}
#gdo_es .flowbox{
	padding: 45px 30px 40px;
	background: #f2f2f2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#gdo_es .flowbox .tit{
	font-size: 32px;
	color: #000;
	font-weight: bold;
	text-align: center;
}
#gdo_es .flowcont{
	margin-top: 25px;
}
#gdo_es .flowcont dl{
	display: table;
	width: 100%;
}
#gdo_es .flowcont dl+dl{
	margin-top: 15px;
}
#gdo_es .flowcont dt{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	background: #000;
	padding: 20px 0;
	width: 100px;
	font-size: 18px;
	position: relative;
}
#gdo_es .flowcont dt.pos:before{
	background: url("../images/ico_top01.png") 0 0 no-repeat;
	width: 19px;
	height: 12px;
	left: 50%;
	bottom: -12px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	content: '';
	z-index: 2;
	position: absolute;
}

#gdo_es .flowcont dd{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	color: #000;
	background: #fff;
	padding: 14px 20px;
	font-size: 14px;
	line-height: 1.28;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#gdo_es .flowbox .img{
	margin-top: 30px;
	text-align: center;
}
#gdo_es .flowbox .righttxt{
	padding: 5px 0;
	text-align: right;
	font-size: 13px;
	color: #000;
	line-height: 1.7;
}
#gdo_es .btn{
	margin-top: 30px;
	text-align: center;
}
#gdo_es .btn a{
	display: inline-block;
	background: url("../images/img_pc_btn03.jpg") no-repeat center center;
	width: 360px;
	height: 70px;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
#gdo_es  .btn a:hover{
	background: url("../images/img_pc_btn04.jpg") no-repeat center center;
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
#gdo_es .welfare{
	margin-top: 80px;
	text-align: center;
}
#gdo_es .summary{
	padding: 70px 0 0;
}
#gdo_es .summary .tit{
	font-size: 32px;
	color: #000;
	font-weight: bold;
	text-align: center;
}

#gdo_es .summarybox{
	margin-top: 30px;
}
#gdo_es .summarybox dl{
	display: table;
	width: 100%;
}
#gdo_es .summarybox dl+dl{
	border-top: 1px solid #eeeeee;
}

#gdo_es .summarybox dl.first dt{
	padding: 30px 0;
}
#gdo_es .summarybox dl.first dd{
	padding: 30px 0;
	font-size: 20px;
}
#gdo_es .summarybox dt{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	padding: 18px 0;
	width: 190px;
}
#gdo_es .summarybox dd{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
	padding: 20px 12px 20px 0;
	line-height: 1.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#gdo_es .summarybox dd .mlclass01{
	margin-left: 100px;
}
#gdo_es .summarybox dd .mlclass02{
	margin-left: 65px;
}
#gdo_es .summarybox dd .list{
	padding-left: 17px;
	font-size: 14px;
	background: url("../images/ico_top02.jpg") no-repeat left 9px;
	background-size: 12px 12px;
	line-height:2.0;
}
#gdo_es .careful{
	width: 640px;
	margin: 20px auto 10px;
	font-size: 14px;
	line-height: 1.7;
	padding: 0;
	text-align: center;
	color: #830d0d;
    font-weight: bold;
}



















