@charset 'UTF-8';
/* -------------------------------------------------------------------

    ideco About Content

-------------------------------------------------------------------- */
/*
body{
}
@media screen and (max-width: 767px){
    body{
    }
}

option
@media screen and (min-width: 768px){
    body{
    }
}
@media screen and (max-width: 320px){
    body{
    }
}
*/

/* -------------------------------------------------------------------

    about

-------------------------------------------------------------------- */
.ideco-about-demerit{
    padding: 40px 25px;
    background:#f2f2f2 url(/ideco/teikei/about/images/index_bg_01_pc.jpg) 100% 0 no-repeat;
}
.ideco-about-demerit dl{
    margin-bottom: 2em;
    margin-right: 300px;
}

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

    .ideco-about-demerit{
        padding: 25px 25px 40px 25px;
        background-image: none;
    }
    .ideco-about-demerit dl{
        margin-bottom: 2em;
        margin-right: 0;
    }
}
.ideco-about-flow{
    display: table;
    table-layout: fixed;
    width: 810px;
    margin: 0 auto;
}
.ideco-about-flow-col{
    width: 242px;
    border:#006 3px solid;
    display: table-cell;
    -webkit-border-radius: 20px;
            border-radius: 20px;
}
.ideco-about-flow-col-inner{
    padding: 20px 20px 20px 20px;
}
.ideco-about-flow-arrow{
    display: table-cell;
    background: url(/ideco/teikei/about/images/index_flow_arrow_pc.png) 50% 50% no-repeat;
}

@media screen and (max-width: 767px){
    .ideco-about-flow{
        display: block;
        width: 100%;
        margin: 0;
    }
    .ideco-about-flow-col{
        width: auto;
        padding-right: 10px;
        display: block;
        border:#006 3px solid;
        -webkit-border-radius: 20px;
                border-radius: 20px;
    }
    .ideco-about-flow-col-inner{
        display: table;
        table-layout: fixed;
        width: 100%;
        padding: 5px 0 5px 0;
    }
    .ideco-about-flow-col-img {
         display: table-cell;
         vertical-align: middle;
         width: 40%;
         height: 150px;
    }
    .ideco-about-flow-col-info{
        display: table-cell;
        vertical-align: middle;
        width: 60%;
    }
    .ideco-about-flow-col-img img{
        width: 87px;
        height: auto;
    }

    .ideco-about-flow-arrow{
        width: 100%;
        height: 23px;
        display: block;
        background: url(/ideco/teikei/about/images/index_flow_arrow_sp.png) 50% 50% no-repeat;
        -webkit-background-size: 52px auto;
             -o-background-size: 52px auto;
                background-size: 52px auto;
    }

}

/* -------------------------------------------------------------------

    secondlife

-------------------------------------------------------------------- */
.secondlife .img1 {
    padding-bottom: 10px;
    margin-top: 30px;
}
.secondlife .img2 {
    padding-top: 20px;
    border-top: 1px solid #000000;
}
.secondlife .img3 {
}
.secondlife .img4 {
    margin-bottom: 40px;
}
.secondlife .img5 {
    margin-top: 40px;
}
.secondlife .mt {
    margin-top: 50px;
}

@media screen and (max-width: 767px){
.secondlife .img1 {
    padding-bottom: 20px;
    margin-top: 30px;
}
.secondlife .img2 {
    padding-top: 20px;
    border-top: 1px solid #000000;
}
.secondlife .img3 {
}
.secondlife .img4 {
    margin-bottom: 10px;
}
.secondlife .img5 {
    margin-top: 10px;
}
.secondlife .mt {
    margin-top: 20px;
}
}


/* -------------------------------------------------------------------

    recommend

-------------------------------------------------------------------- */
.recommend .recommendTit {
    color: #000066;
    font-size: 1.285em;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 20px;
}
.recommend .recommendBox {
    border: 1px dashed #000000;
    padding: 18px 0;
    line-height: 1;
    text-align: center;
    font-size: 1.071em;
    margin-bottom: 50px;
}
.recommend .recommendBox br {
    display: none;
}
.recommend .section3 {
    margin-bottom: 60px;
}
.recommend .section4 {
    margin-bottom: 60px;
}

.LBlBox {
    background: #EDF6FC;
    padding: 15px 30px;
    border-radius: 10px;
}

.LBlBox p {
    color: #000066;
    font-size: 1.285em;
    margin-top: 0 !important;
}


.recommendText {
   font-size: 1.5em;
   font-weight: bold;
}


@media screen and (max-width: 767px){
.recommend .recommendTit {
    font-size: 1.142em;
    margin-top: 30px;
    margin-bottom: 10px;
}
.recommend .recommendBox {
    padding: 10px 0;
    line-height: 1;
    text-align: center;
    font-size: 1.071em;
    margin-bottom: 20px;
}
.recommend .recommendBox br {
    display: block;
}
.recommend .section3 {
    margin-bottom: 30px;
}
.recommend .section4 {
    margin-bottom: 30px;
}
.recommendText {
   font-size: 1.25em;
}
}


