@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 author     :PCBrain
 style info :top用
=================================================================== */


header{
    background:none;
    height:auto;
}

header section{
    margin:0 auto 30px;
    overflow: hidden;
}

header .logo{
    margin-bottom:312px;
    float: none;
}

header #main_txt{
    clear:both;
    margin:0 0 -600px 0;
    position:relative;
    font-size:40px;
    line-height:1.3;

}

header #main_txt strong{
    font-weight:normal;
    color:#ff7010;
}

header #main_txt li{
    background-image:url(../img/top/mainv01.png);
    background-repeat:no-repeat;
    background-position:top center;
    position: relative;
    height:600px;
    z-index:0 !important;
}

header #main_txt li:nth-child(2){
    background-image:url(../img/top/mainv02.png);
}
header #main_txt li:nth-child(3){
    background-image:url(../img/top/mainv03.png);
}

header #main_txt li span{
    position: absolute;
    left: 50%;
    top: 320px;
    text-shadow:0px 0px 3px #fff,0px 0px 5px #fff;
    display:block;
    width:1000px;
    margin:0 0 0 -500px;
}

header .tel{
    padding-bottom:10px;
    border-bottom:dotted 1px #666;
}

header .top_head_contact{
    padding:20px 18px 5px;
    margin-top: 0;
    font-size: 13px;
}

#contents{
    margin: 0 auto 0;
}

#main {
    width: 100%;
    float: none;
}
.latestBox{
    padding: 60px 0 0;
}
.casesLatest {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.casesLatest dt {
    color: #f60;
    font-size: 15px;
    font-weight: bold;
    float: left;
}

.casesLatest dd {
    color: #444;
    padding-left: 150px;
    margin-bottom: 10px;
}

.casesLatest dd strong {
    font-weight: normal;
}

.casesLatest dd a {
    color: #444;
}

.latest .btn{
    background: #666;
    font-size: 18px;
    width: 350px;
    text-align: center;
    padding: 10px;
}

/*----------------------------------------------------
    #topicsBox
        お知らせ
----------------------------------------------------*/
#topicsBox {
    background: url(../img/common/brown_bg.png) center center;
    position: relative;
    overflow: hidden;
    margin:0 0;
    padding: 80px 0;
}

#topicsBox .btn {
    background: #666;
    font-size: 18px;
    width: 350px;
    text-align: center;
    padding: 10px;
}

#topicsBox .btn a {
    background: #666;
    display: inline-block;
    padding: 5px 90px;
}

.topicsList {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.topicsList dt {
    color: #f60;
    font-size: 15px;
    font-weight: bold;
    float: left;
}

.topicsList dd {
    color: #444;
    padding-left: 130px;
    margin-bottom: 10px;
    font-size: 15px;
}

.topicsList dd > span {
    background: #88c000;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    margin-right: 20px;
    width: 120px;
    text-align: center;
}
.topicsList dd span.btnmore{
    float: right;
    background: #ff7010;
    width: 5em;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}
.topicsList dd a {
    color: #444;
    text-decoration:none;
}

.topicsList dd a:hover{
    text-decoration: underline;
}

.topicsList dd span a {
    color: #fff;;
}

div.wpcf7-validation-errors {
    background-color:#fff;
}

#movieArea{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top: 30px;
}

#main #movieArea li{
    padding: 0;
}

#movieArea li:first-child{
    width:700px;

}

#movieArea li:first-child a{
    display: block;
    height:200px;
}


#movieArea li:last-child{
    width:285px;
}

#main #movieArea li:before,
#main #movieArea li:after{
    content:none;
}

#reasonBox{
    padding:0 0 80px;
}

#serviceBox{
    padding:70px 0 0;
}
.importantNotice {
	margin-bottom: 50px;
}
.importantNotice a{
	text-align: center;
    display: block;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    padding: 25px 10px;
    font-size: 25px;
    background: url(../img/common/arrow_white.png) no-repeat 10px center #af4500;
	border: solid 10px #c2573c;
	line-height: 1;
}
.importantNotice a:hover{
	opacity: 0.7;
}