@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 760px) {


/*	Common
=======================================*/
    
html{
   overflow-x:hidden; 
}
    
body{
    width: 100%;
    overflow-x:hidden;
    -webkit-text-size-adjust: 100%; 
}
    
    
a:hover{
    opacity: 1;
}
    


img{
 width: 100%;   
}
    

    
.sp_main {
    display: block;
}
    
.pc_main {
    display: none;
}


#wrapper{
	width:100%;
	
	
	}

/*============================================================
    header
============================================================*/
    
#header{
	position: fixed !important;
	top:0 !important;
     border-bottom: none;   
}
#headerBlock {
    width: 100%;
    border-bottom: 0 solid #000;
    margin: 0 auto;
    overflow: hidden;
    padding: 6px 0 2px 0;
}

#nav{
	width:100%;
	
	margin: 0 auto;
	}
#nav h1 {
    float: left;
    padding-top: 18px;
	
}
#nav h1 img{
	width:170px;
	
}
.dacLogo {
    /* width:71px; */
    width: 35px;
	float:left;
    padding:2% 2% 0 2%;
}





.hd_wrap {
    width: auto;
    margin: 0 auto;
    height: 64px;
}


.hd_wrap h1 {
    float: left;
    padding: 10px 3%;
    width: 40px;
}

.hd_pc {
    display: none;
}

.hd_sp {
    display: block;
}

#headerBlock a, #headerBlock a:link, #headerBlock a:visited {
    color: #fff;
    font-size: 14px;
    line-height: 33px;
	font-weight:normal;
   
}


    
/*============================================================
   メニューボタン
============================================================*/
    
.menu {
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: 999;
    top: 58px;
    font-size: 16px;
    background: #333;
    color: #FFFFFF;
    display: none;
    
    text-align: center;
}
    
.menu a {
    display: block;
}
    
.menu ul li {
    border-top: solid 1px #686868;
    padding: 1% 0;
}
    
.menu .close {
    background: #f0f0f0;
    text-align: center;
    padding: 2%;
    font-size: 18px;
    vertical-align: middle;
    border-bottom: solid 2px;
}


.menu_icon {
    float: right;
    padding: 1.5% 0.5% 0 0%;
    width: 33px;
}

.menu_icon dt, .menu_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
    
.menu_icon dt {
    position: relative;
    width: 26px;
    height: 16px;
    color: #333;
  

    padding: 17px;
}
    
.menu_icon span {
   position: absolute;
left: 1px;
width: 86%;
height: 3.5px;
background-color: #333;
  
}
    
    
.menu_icon span.top {
   top: 16%;
}
.menu_icon span.middle {
   top: 46%;
}
.menu_icon span.bottom {
    bottom: 13%
}
    
    
.menu_icon.active span{
    left: 3.5px;
}
    
.menu_icon.active span.top {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
    top: -7px;
    width: 85%;
}
.menu_icon.active span.middle {
	opacity: 0;
}
.menu_icon.active span.bottom {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
	top: 33px;
    width: 85%;
}
    
	#nav ul li {
    float: none;
    padding-left: 0;
    height: inherit;
	border-bottom: 1px solid #a60000;
border-top: 1px solid #ec515e;
}

#nav ul {
    overflow: hidden;
    float: none;
	background: #e60012;
}


.search_sp{
	background: #e60012;
	padding:2% 0 2% !important;
	
	
	}
    #searchForm {
    width: 60%;
    height: 30px;
    border: none;
    outline: none;
    border-bottom: inherit;
	padding: 0 4px;
	margin-left: 3px;
}


#searchsubmit {
    cursor: pointer;
    width: 25px;
    height: 25px;
    border: none;
    text-indent: -9999px;
    background: url("../img/icon-search.png") no-repeat 0 0;
	background-size:25px;
}


.closesp{
	padding:2% 0 2%;
	background: #000;
	}
/*============================================================
    main
============================================================*/

#mainVisual {
    position: relative;
    overflow: hidden;
    
    height:auto ;
   
    background-size: cover;
    margin-top: 60px;
	
	
    width: 100%;
}





#mainVisual h2 {
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 250px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 54px;
	line-height: 54px;
	color: #e60012;
	/*background: url("../img/mainVisual_cover.png");*/
	z-index: 1;
}

#rotationBackground {
	background-color: #000;
}
#rotationVisual {

	margin: 0 auto;
	overflow: hidden;
	/*position: relative;*/
}
#rotationVisual ul {
	
	/*margin-left: -1040px;*/
}
#rotationVisual li {
	display: inline-block;
	
	position: relative;
	float: left;
}


#rotationVisual .titleBox {
	position: absolute;
	bottom: 0px;
	left: 0px;
	
	color: #fff;
	height: auto;
}

#rotationVisual .titleBox h2 {
	text-align: left;
font-size: 14px;
line-height: 1.3;
font-weight: normal;
margin: 0 auto;
padding: 7px 0 23px 0;
position: relative;
bottom: 0px;
}
#rotationVisual .titleBox h2,#rotationVisual .titleBox .date {
	color: #fff;
}

#rotationVisual .titleBox .date {
	color: #fff;
	position: absolute;
	bottom: 3px;
	left: 20px;
	font-size: 11px;
}
#rotationVisual .titleBox .type {
	position: absolute;
	bottom: 7px;
	right: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	background: #000;
	font-size: 11px;
	line-height: 10px;
	padding: 4px 6px;
}




/*============================================================
    top_con
============================================================*/

#reportBlock {
    position: relative;
    padding-top: 50px;
}

.block h3 {
	background:none;
    
    font-size: 23px;
    line-height: 20px;
    font-family: 'Syncopate', sans-serif;
    font-weight: 700;
    text-align: center;
}

#reportBlock ul {
    width: 100%;
    margin: 0 auto;
    padding-top: 32px;
}


    .reportLink li {
    float: none;
    width: 300px;
    height: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background-image: url("../img/related_bg_dac.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f3f3f3;
}
.reportLink li .titleBlock {
   
    padding-bottom: 24px;
}


    .titleBlock h5 {
    margin: 0 11px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: normal;
}

#wrapper .date {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 11px;
    line-height: 22px;
    color: #e60012;
}

.reportLink .titleBlock .type {
    position: absolute;
    right: 11px;
    bottom: 6px;
    font-size: 11px;
    line-height: 10px;
    background: #000;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: normal;
    padding: 4px;
}

.reportLink:last-child li {
    margin-right: auto;
}

#reportBlock p {
    width: inherit;
    margin: 10px auto;
    clear: both;
    text-align: center;
   
}
#reportBlock .detail {
    
    font-size: 14px;
    
 
}

#reportBlock .detail:hover {
    
    font-size: 15px;

    
 
}
#pickupBlock {
    position: relative;
    padding-top: 50px;
	}

#pickupBlock .service {
    overflow: hidden;
    width: 94%;
    margin: 0 auto;
    padding-top: 32px;
}

#pickupBlock .service .media {
    float: none;
    width: 100%;
    height: auto;
    position: relative;
}

.pickup img{
	width: 99% !important;
	height: inherit !important;
	
	
	}
	
	#pickupBlock .service .media .pickup {
    position: relative;
    margin-top: 6px;
    margin-bottom: 20px;
}
	
#pickupBlock .service h4 {
    font-size: 16px;
    line-height: 20px;
}

#pickupBlock .service .media .detail {
    border-bottom: 4px solid #e60012;
    font-size: 14px;
 
    color: #e60012;
    position: static;
    bottom: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.media p{
	text-align: center;
	
	}
	
	
#pickupBlock .service .list {
    float: none;
    padding-left: 0;
    width: 100%;
    margin-top: 35px;
}

#pickupBlock .service .list ul {
    position: relative;
    margin-top: 6px;
    overflow: hidden;
    width: 100%;
	margin-bottom: 0;
}

#pickupBlock .service .list ul li {
    float: left;
    margin: 0 0 10px 3%;
    border: 1px solid #c2c2c2;
    color: #000;
    width: 47%;
}
#pickupBlock .service .list ul li a {
   display: table-cell;
    width: 143px;
    height: 50px;
    font-size: 65%;
    line-height: 18px;
    vertical-align: middle;
    padding-left: 60px;
    padding-right: 5px;
}

#pickupBlock .service .list .service_news a {
    background-size: 25px;
	background-position:18px;

    
}
#pickupBlock .service .list .service_sp a {
 
    background-size: 25px;
	background-position:15px;
}
#pickupBlock .service .list .service_tv a {
  
    background-size: 48px;
	background-position:8px;
}
#pickupBlock .service .list .service_train a {
   
    background-size: 22px;
	background-position:18px;
}
#pickupBlock .service .list .service_web a {
 
    background-size: 30px;
	background-position:15px;
}
#pickupBlock .service .list .service_re a {
  
    background-size: 30px;
	background-position:15px;
}
#pickupBlock .service .list .service_real a {
   
    background-size: 32px;
	background-position:15px;
}


.service .list .detail{
	
	text-align:center;
	margin:5%  auto;
	
	
	
	}




#pickupBlock .service .list .detail a {
    display: inline-block;
    border: none;
   
    color: #e60012;
    line-height: 18px;
    vertical-align: bottom;
    border-bottom: 4px solid #e60012;
    font-size: 14px;
    padding: 4px 0 0 0;
    position: static;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

#corporateBlock {
    position: relative;
    padding-top: 50px;
    border-top: 1px solid #333;
    margin-top: 40px;
}

.corporate1{
	padding-top: 50px !important;
	
	}

#corporateBlock h3 span {
    background: #fff;
    padding: 0px 0px;
	text-align:center !important;
}

#corporateBlock .corporateInfo {
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
}
#corporateBlock .corporateInfo h5 {
    background: url("../../common/img/corporate_cover.png");
    font-size: 14px;
    width: 97%;
    line-height: 26px;
    font-weight: normal;
    padding: 4px 0 2px 3%;
    position: absolute;
    bottom: 0;
    left: 0;
}

#corporateBlock .corporateInfo a {
    display: block;
    float: none;
    position: relative;
    color: #fff;
    margin-left: 0;
    margin-bottom: 15px;
}


#corporateBlock .corporateInfo a img{
	width:100% !important;
	height:auto !important;
}


#corporateBlock .bnr {
    padding-top: 20px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
margin-bottom: 45px;

}

#corporateBlock .bnr li {
   float: none;
margin: 0 auto 15px !important;
height: auto !important;
width: 215px;
}


#corporateBlock .bnr li img {
  
    height: auto !important;
}
/*============================================================
    footer
============================================================*/
    
#footer {
    margin-top:0;
    background: #e60012;
	width:100%;
}  
  
#footer .back img {
	
	width:10%;
	height:auto !important;
	
	}  
  
#footer .back {
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
    background: #666;
}
#footer .infoBlock {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 28px 0 10px;
}



#footer .infoBlock .tell {
    float: none;
    background: url("../img/footer_call.png") no-repeat left center;
    padding-left: 46px;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 22px;
    color: #fff;
    margin: 0 auto 15px;
    width: 75%;
    display: block;
}

#footer .infoBlock .address {
    float: none;
    background: url("../img/footer_access.png") no-repeat left center;
    padding-left: 38px;
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    margin-left: 0;
    margin: 10px auto 25px;
    display: block;
    width: 75%;
}


  
  
  
  #footer .infoBlock .copyrightBox .copyright {
    clear: right;
    font-size: 10px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}  
#footer .infoBlock .copyrightBox .personalInfo {
    float: none;
    font-size: 0;
	    text-align: center;
		border-bottom: 1px #ec515e solid;
border-top: 1px #ec515e solid;
		padding:14px 0;
}

#footer .infoBlock .copyrightBox .personalInfo a {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    margin-left: 0;
    display: inline-block;
}

#footer .infoBlock .copyrightBox {
    float: none;
}
    

.reportLink li img {
    margin-left: -124px;
}


#reportBlock.homereport {
    display: none;
}

#pickupBlock .service .media .pickup::before {
    right: 2px !important;
}

}




