@charset "utf-8";

/*
+++++++++++++++++++++++++++++++

zan-con01

+++++++++++++++++++++++++++++++
*/

.zan-con01{
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px),
print {
    .zan-con01{
    margin-bottom:30px;
        display: flex;
        flex-direction:row;
        justify-content: space-between;
}
}

.zan-con01-left{
    order:2;
}

@media screen and (min-width: 992px),
print {
    .zan-con01-left{
        position: relative;
        order:1;
        width:50%;
        padding-bottom:510px;
}
}

.zan-con01-photo01{
    padding-right:20px;
}

@media screen and (min-width: 992px),
print {
   .zan-con01-photo01{
    padding-right:0;
       width:400px;
} 
}


.zan-con01-photo02{
    padding-left:30px;
    margin-top:-110px;
}

@media screen and (min-width: 992px),
print {
  .zan-con01-photo02{
      position: absolute;
      top:400px;
      left:200px;
    padding-left:0;
    margin-top:0;
      width: 400px;
}
}

.zan-con01-photo03{
    padding-right:40px;
    margin-top:-40px;
}

@media screen and (min-width: 992px),
print {
  .zan-con01-photo03{
      position: absolute;
      bottom:0;
      left:30px;
    padding-right:0;
    margin-top:0;
      width:450px;
}
}

.zan-con01-photo04{
    margin:20px 0 0;
}

@media screen and (min-width: 992px),
print {
  .zan-con01-photo04{

}
}

.zan-con01-right{
    margin-bottom: 30px;
    order:1;
    line-height: 2;
    padding:0 15px;

}

@media screen and (min-width: 992px),
print {
    .zan-con01-right{
        order:2;
        width:47%;
        margin-bottom:0;
        line-height: 3;
        padding:0 50px 0 0;
}
}

/*
+++++++++++++++++++++++++++++++

zan-con02

+++++++++++++++++++++++++++++++
*/

.zan-con02{
    background: url("../../../../img/zan/back02-sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px;
    padding:50px 0 0;
    color:#fff;
}

@media screen and (min-width: 768px),
print {
    .zan-con02{
        background: url("../../../../img/zan/back02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
        position: relative;
    margin-bottom:110px;
        padding:120px 0;
    
}
}

.zan-con02-right{
    margin-bottom: 30px;
    padding:0 15px;
}

@media screen and (min-width: 992px),
print {
.zan-con02-right{
    position: relative;
    z-index:2;
    margin:0 auto;
    max-width:1000px;
    padding:0 50px;
}
    }


.zan-con02-t01{
    position: relative;
    font-size:20px;
    font-weight: bold;
    margin-bottom: 15px;
    color:#E40307;
    padding:15px 0;
    text-align: center;
}


@media screen and (min-width: 992px),
print {
    .zan-con02-t01{
    font-size:27px;
    margin-bottom:30px;
}
}

.zan-con02-t01::before{
    content: '';
    position: absolute;
    left:0;
    top: 0;
    height:1px;
    width:300px;
    background:#fff; 
}

.zan-con02-t01::after{
    content: '';
    position: absolute;
    right:0;
    bottom: 0;
    height:1px;
    width:300px;
    background:#fff; 
}

@media screen and (min-width: 992px),
print {
   .zan-con02-t01::before{
    
    width:400px;

}

.zan-con02-t01::after{
    
    width:400px;
}
}

.zan-con02-t02{
    line-height: 2;
}


@media screen and (min-width: 992px),
print {
   .zan-con02-t02{
    line-height: 3;
}
}

.zan-con02-left{

}

@media screen and (min-width: 992px),
print {
.zan-con02-left{
    order:1;
    width:65%;
    position: absolute;
    bottom:0;
    left:0;
    z-index:1;
}
    }

/*
++++++++++++++++++++++++++++++++++++++++

@media screen and (min-width: 992px),
print {
    
}

@media screen and (min-width: 768px) and (max-width:991px)
{
}

++++++++++++++++++++++++++++++++++++++++
*/