@charset "utf-8";

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

テキスト

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

.voi-t01{
    font-weight: bold;
    padding:0 10px;
    margin-bottom: 40px;
    font-size:17px;
}

@media screen and (min-width: 992px),
print {
.voi-t01{
    font-size:22px;
    padding:0 50px;
    margin:0 auto 100px;
    max-width:1000px;
}
}


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

voi-t01

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

.voi-con01{
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    padding-top:50px;
}

@media screen and (min-width: 992px),
print {
    .voi-con01{
        flex-direction:row;
        max-width: 1500px;
margin:0 auto 150px;
}
}

.voi-con01-left{
    position: relative;
    z-index:1;
    margin-bottom: 20px;
}

@media screen and (min-width: 992px),
print {
    .voi-con01-left{
        width:40%;
        margin-bottom:0;
}
}

.voi-con01-right{
    position: relative;
    z-index:2;
    background: #fcfcfc;
        padding:30px 10px;
    margin-left:15px;
}

@media screen and (min-width: 992px),
print {
    .voi-con01-right{
        width:60%;
        padding:80px;
        margin:100px 0 0 -50px;
}
}

.voi-con01-right::before{
    content: '';
    position: absolute;
    height:1px;
    background:#989898;
    top:0;
    right:0;
    width:70%;
    
}

.voi-con01-right::after{
    content: '';
    position: absolute;
    height:1px;
    background:#989898;
    bottom:0;
    left:0;
    width:70%;
    
}

.voi-con01-right02{
    position: relative;
    z-index:1;
    margin-bottom: 20px;
}

@media screen and (min-width: 992px),
print {
    .voi-con01-right02{
        width:40%;
        margin-bottom:0;
        order:2;
}
}

.voi-con01-left02{
    position: relative;
    z-index:2;
    background: #fcfcfc;
        padding:30px 10px;
    margin-left:15px;
}

@media screen and (min-width: 992px),
print {
    .voi-con01-left02{
        width:60%;
        padding:80px;
        margin:100px -50px 0 0;
        order:1;
}
}

.voi-con01-left02::before{
    content: '';
    position: absolute;
    height:1px;
    background:#989898;
    top:0;
    right:0;
    width:70%;
    
}

.voi-con01-left02::after{
    content: '';
    position: absolute;
    height:1px;
    background:#989898;
    bottom:0;
    left:0;
    width:70%;
    
}

.voi-con01-t01{
    line-height: 2;
}

@media screen and (min-width: 992px),
print {
   .voi-con01-t01{
    line-height: 2.5;
} 
}

.voi-con01-t02{
    line-height: 2;
    font-size:18px;
    font-weight: bold;
}

@media screen and (min-width: 992px),
print {
   .voi-con01-t02{
       font-size:23px;
} 
}

.voi-con01-t03{
    font-size:16px;
    font-weight: bold;
}

@media screen and (min-width: 992px),
print {
   .voi-con01-t03{
       font-size:20px;
} 
}

.voi-con01-t04{
    line-height: 2;
    font-size:18px;
}

@media screen and (min-width: 992px),
print {
   .voi-con01-t04{
       font-size:25px;
} 
}

.voi-con01-t10{
    line-height: 2;
    font-size:23px;
    font-weight: bold;
}

@media screen and (min-width: 992px),
print {
   .voi-con01-t10{
       font-size:30px;
} 
}

.voi-con01-t11{
    font-size:18px;
    font-weight: bold;
}

@media screen and (min-width: 992px),
print {
   .voi-con01-t11{
       font-size:25px;
} 
}

.voi-con01-t12{
    font-size:15px;
    font-weight: bold;
}

@media screen and (min-width: 992px),
print {
   .voi-con01-t12{
       font-size:22px;
} 
}

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

voi-t02

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

.voi-con02{
    margin-bottom: 40px;
    padding:0 10px;
}

@media screen and (min-width: 992px),
print {
    .voi-con02{
        max-width: 1500px;
margin:0 auto 120px;
        padding:0 50px;
}
}

@media screen and (min-width: 992px),
print {
.voi-con02 ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap:50px;
}
    }

.voi-con02 li:first-child{
    margin-bottom: 40px;
}

@media screen and (min-width: 992px),
print {
    .voi-con02 li:first-child{
    margin-bottom:0;
}
}

@media screen and (min-width: 992px),
print {
    .voi-con02 li:last-child{
    margin-top:50px;
}
}


.voi-con02 li{
    background: #fcfcfc;
        padding:30px 10px;
    border:1px #989898 solid;
}

@media screen and (min-width: 992px),
print {
    .voi-con02 li{
        padding:50px;
}
}

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

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

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

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