@charset "utf-8";

/*********************************************************************
Copyright (C) 2009 WEB DESIGN LAB (http://www.webdlab.com/)
Licensed under the MIT License:
http://www.opensource.org/licenses/mit-license.php
*********************************************************************/

/*--layout----------------------------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* 0px to 639px */
#index-contents {
    width: 320px;
    margin: 0 auto;
}

#contents {
    width: 320px;
    margin: 0 auto;
    background-color: #FFFFFF;
    padding: 20px;
    border: 1px solid #aaa;
    box-shadow: 3px 3px 3px 0px #999;
}

.grid {
    float: left;
}

.grid-slide {
    width: 300px;
    background: #55ff55;
    margin: 10px;
    height: 200px;
}

.grid-slide-area {
    width: 300px;
    height: 200px;
    margin: 10px;
    border: 10px solid #fff;
    border-radius: 7px;
    box-shadow: 0px 0px 0px 1px #999;
}

.grid-slide-photo1 {
    background: url(../js/index-slide1.jpg) center no-repeat;
    width: 100%;
    height: 180px;
    background-size: 100% auto;
}

.grid-slide-photo2 {
    background: url(../js/index-slide2.jpg) center no-repeat;
    width: 100%;
    height: 180px;
    background-size: 100% auto;
}

.grid-slide-photo3 {
    background: url(../js/index-slide4.jpg) center no-repeat;
    width: 100%;
    height: 180px;
    background-size: 100% auto;
}

.grid-block1a {
    width: 300px;
    background: #ff5555;
    margin: 10px;
    height: 180px;
    padding: 10px;
    border-radius: 7px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 0px 2px #ff8ca7;
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
    background-color: #FF90AA;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #F788A2), color-stop(.5, transparent), to(transparent));
    background-image: linear-gradient(#F788A2 50%, transparent 50%, transparent);
}

.grid-block1a-icon {
    width: 60px;
}

.grid-block1a-title_main {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 3px #333;
    line-height: 25px;
    letter-spacing: 4px;
}

.grid-block1a-title_sub {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 2px #333;
    line-height: 20px;
    letter-spacing: 2px;
}

.index-menu-brain_button:link {
    color: #FF588B;
}

.index-menu-brain_button:visited {
    color: #FF588B;
}

.index-menu-brain_button:hover {
    color: #FFCCFF;
}

.index-menu-brain_button {
    padding: 8px 8px 5px 8px;
    border-radius: 7px;
    border-bottom: 3px solid #FFB7D5;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: url(../pagefile/index-menuicon_brain_button.png) no-repeat;
    background-position: 10px;
    background-color: #fff;
    background-size: 20px 20px;
    letter-spacing: 3px;
}

.grid-block1b:hover {
    box-shadow: 0px 0px 0px 2px #FF6BC4, 4px 4px 3px #999;
    transition: 0.3s;
}

.grid-block1b {
    width: 300px;
    background: #ff5555;
    margin: 10px;
    height: 80px;
    padding: 10px 10px 10px 35px;
    border-radius: 7px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 0px 2px #ff8ca7;
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
    background-color: #FF90AA;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #F788A2), color-stop(.5, transparent), to(transparent));
    background-image: linear-gradient(#F788A2 50%, transparent 50%, transparent);
}

.grid-block1b-icon {
    width: 40px;
    padding-top: 5px;
    filter: drop-shadow(2px 2px 0px #00000039);
}

.grid-block1b-title_main {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px #333;
    line-height: 30px;
    letter-spacing: 5px;
    padding-top: 5px;
}

.grid-block1b-title_sub {
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px #333;
    letter-spacing: 1px;
    font-weight: bold;
}

.grid-block2:hover {
    border-top: 4px solid #FF94BF;
    border-left: 4px solid #FF94BF;
    border-bottom: 4px solid #CF5585;
    border-right: 4px solid #CF5585;
    box-shadow: 3px 3px 3px #999;
    transition: 0.3s;
}

.grid-block2 {
    width: 300px;
    background: #fff;
    border-top: 4px solid #FF94BF;
    border-left: 4px solid #FF94BF;
    border-bottom: 4px solid #CF5585;
    border-right: 4px solid #CF5585;
    margin: 10px;
    height: 200px;
    padding: 5px 10px 10px 10px;
    border-radius: 7px;
    color: #000;
}

.grid-block2-title {
    font-size: 1.3rem;
    line-height: 1.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    width: 270px;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 0 5px 0;
}

.grid-block2-title2 {
    font-size: 1.1rem;
    line-height: 1rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    width: 270px;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 5px 0;
}

.grid-block2-bg1 {
    background: url(../pagefile/index-bg_sisetu1-1.jpg) center no-repeat;
    height: 135px;
    position: relative;
    background-size: 100% auto;
}

.grid-block2-bg2 {
    background: url(../pagefile/index-bg_sisetu1-2.jpg) center no-repeat;
    height: 135px;
    position: relative;
    background-size: 100% auto;
}

.grid-block2-bg3 {
    background: url(../pagefile/index-bg_sisetu1-3.jpg) center no-repeat;
    height: 135px;
    position: relative;
    background-size: 100% auto;
}

.grid-block2-bgtext {
    font-size: 0.9rem;
    line-height: 1.2rem;
    padding: 7px 10px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
}

.grid-block3:hover {
    border-top: 4px solid #FF94BF;
    border-left: 4px solid #FF94BF;
    border-bottom: 4px solid #CF5585;
    border-right: 4px solid #CF5585;
    box-shadow: 3px 3px 3px #999;
    transition: 0.3s;
}

.grid-block3 {
    width: 300px;
    background: #fff;
    border-top: 4px solid #FF94BF;
    border-left: 4px solid #FF94BF;
    border-bottom: 4px solid #CF5585;
    border-right: 4px solid #CF5585;
    margin: 10px;
    height: 200px;
    padding: 5px 10px 10px 10px;
    border-radius: 7px;
    color: #000;
}

.grid-block3-title {
    font-size: 1.3rem;
    line-height: 1.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    width: 270px;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 0 5px 0;
}

.grid-block3-title2 {
    font-size: 1.1rem;
    line-height: 1rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    width: 270px;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 5px 0;
}

.grid-block3-bg1 {
    background: url(../pagefile/index-bg_sisetu2-1.jpg) center no-repeat;
    height: 135px;
    position: relative;
    background-size: 100% auto;
}

.grid-block3-bg2 {
    background: url(../pagefile/index-bg_sisetu210728e.jpg) center top no-repeat;
    height: 135px;
    position: relative;
    background-size: 100% auto;
}

.grid-block3-bg3 {
    background: url(../pagefile/index-bg_sisetu2-3.jpg) center top no-repeat;
    height: 135px;
    position: relative;
    background-size: 100% auto;
}

.grid-block3-bg4 {
    background: url(../pagefile/index-bg_sisetu2-4.jpg) center top no-repeat;
    height: 135px;
    position: relative;
    background-size: 100% auto;
}

.grid-block3-bg5 {
    background: url(../pagefile/index-bg_sisetu1-3.jpg) center no-repeat;
    height: 135px;
    position: relative;
    background-size: 100% auto;
}

.grid-block3-bg6 {
    background: url(../pagefile/index-bg_sisetu2-5b.jpg) center no-repeat;
    height: 135px;
    position: relative;
    background-size: 100% auto;
}

.grid-block3-bg7 {
    background: url(../pagefile/index-bg_sisetu2-7b.jpg?0319) center no-repeat;
    height: 135px;
    position: relative;
    background-size: 100% auto;
}

.grid-block3-bgtext {
    font-size: 0.9rem;
    line-height: 1.2rem;
    padding: 7px 10px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
}

.grid-block4 {
    width: 300px;
    background: #fff;
    border: 1px solid #999;
    margin: 10px;
    height: 330px;
    padding: 10px;
    border-radius: 7px;
    color: #000;
}

.grid-block4-titlebar1 {
    position: relative;
    height: 45px;
    padding: 8px 0 .8em 65px;
    border-bottom: 2px solid #bbb;
    background: url(../pagefile/index-titlebar_bgicon1.png) no-repeat;
    background-position: 10px;
}

.grid-block4-titlebar1::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 40%;
    height: 2px;
    background-color: #FF9FAF;
}

.grid-block4-titlebar2 {
    position: relative;
    height: 45px;
    padding: 8px 0 .8em 65px;
    border-bottom: 2px solid #bbb;
    background: url(../pagefile/index-titlebar_bgicon2.png) no-repeat;
    background-position: 10px;
}

.grid-block4-titlebar2::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 40%;
    height: 2px;
    background-color: #FF9FAF;
}

.grid-block4-gmaparea {
    height: 210px;
    overflow: hidden;
}

.grid-block4-gmap {
    width: 100%;
    height: 500px;
    margin-top: -130px;
}

.grid-block5 {
    width: 260px;
    background: #fff;
    border: 1px solid #CF5585;
    margin: 10px;
    height: 330px;
    padding: 10px;
    border-radius: 7px;
    color: #000;
}

.grid-block5-titlebar1 {
    position: relative;
    height: 45px;
    padding: 8px 0 .8em 65px;
    border-bottom: 2px solid #bbb;
    background: url(../pagefile/index-titlebar_bgicon1.png) no-repeat;
    background-position: 10px;
}

.grid-block5-titlebar1::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 40%;
    height: 2px;
    background-color: #FF9FAF;
}

.grid-block5-titlebar2 {
    position: relative;
    height: 45px;
    padding: 8px 0 .8em 65px;
    border-bottom: 2px solid #bbb;
    background: url(../pagefile/index-titlebar_bgicon2.png) no-repeat;
    background-position: 10px;
}

.grid-block5-titlebar2::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 40%;
    height: 2px;
    background-color: #FF9FAF;
}

.grid-block5-gmaparea {
    height: 210px;
    overflow: hidden;
}

.grid-block5-gmap {
    width: 100%;
    height: 500px;
    margin-top: -130px;
}

.grid-block6:hover {
    border-top: 4px solid #FF94BF;
    border-left: 4px solid #FF94BF;
    border-bottom: 4px solid #CF5585;
    border-right: 4px solid #CF5585;
    box-shadow: 3px 3px 3px #999;
    transition: 0.3s;
}

.grid-block6 {
    width: 300px;
    background: #fff;
    border-top: 4px solid #FF94BF;
    border-left: 4px solid #FF94BF;
    border-bottom: 4px solid #CF5585;
    border-right: 4px solid #CF5585;
    margin: 10px;
    height: 210px;
    padding: 10px;
    border-radius: 7px;
    color: #000;
}

.grid-block6-titlebar1 {
    position: relative;
    height: 45px;
    padding: 8px 0 .8em 65px;
    border-bottom: 2px solid #bbb;
    background: url(../pagefile/index-titlebar_bgicon1.png) no-repeat;
    background-position: 10px;
}

.grid-block6-titlebar1::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 40%;
    height: 2px;
    background-color: #FF9FAF;
}

.grid-block6-titlebar2 {
    position: relative;
    height: 45px;
    padding: 8px 0 .8em 65px;
    border-bottom: 2px solid #bbb;
    background: url(../pagefile/index-titlebar_bgicon2.png) no-repeat;
    background-position: 10px;
}

.grid-block6-titlebar2::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 40%;
    height: 2px;
    background-color: #FF9FAF;
}

.grid-block6-title {
    font-size: 1.3rem;
    line-height: 1.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    width: 270px;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 0 5px 0;
}

.grid-block7 {
    width: 300px;
    background: #fff;
    border: 1px solid #999;
    margin: 10px;
    height: 660px;
    padding: 10px;
    border-radius: 7px;
    color: #000;
}

.grid-block7-titlebar1 {
    position: relative;
    height: 45px;
    padding: 8px 0 .8em 65px;
    border-bottom: 2px solid #bbb;
    background: url(../pagefile/index-titlebar_bgicon1.png) no-repeat;
    background-position: 10px;
}

.grid-block7-titlebar1::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 40%;
    height: 2px;
    background-color: #FF9FAF;
}

.grid-block7-titlebar2 {
    position: relative;
    height: 45px;
    padding: 8px 0 .8em 65px;
    border-bottom: 2px solid #bbb;
    background: url(../pagefile/index-titlebar_bgicon2.png) no-repeat;
    background-position: 10px;
}

.grid-block7-titlebar2::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 40%;
    height: 2px;
    background-color: #FF9FAF;
}

.grid-block7-gmaparea {
    height: 210px;
    overflow: hidden;
}

.grid-block7-gmap {
    width: 100%;
    height: 500px;
    margin-top: -130px;
}


/* original min-width:900px */
@media only screen and (min-width:660px) {

    #index-contents {
        width: 640px;
        margin: 0 auto;
    }

    #contents {
        width: 640px;
        margin: 0 auto;
        background-color: #FFFFFF;
        padding: 20px;
        border: 1px solid #aaa;
        box-shadow: 3px 3px 3px 0px #999;
    }

    .grid {
        float: left;
    }

    .grid-slide {
        width: 380px;
        background: #55ff55;
        margin: 10px;
        height: 270px;
    }

    .grid-slide-area {
        width: 380px;
        height: 270px;
        margin: 10px;
        border: 10px solid #fff;
        border-radius: 7px;
        box-shadow: 0px 0px 0px 1px #999;
    }

    .grid-slide-photo1 {
        background: url(../js/index-slide1.jpg) center no-repeat;
        width: 100%;
        height: 250px;
        background-size: auto 100%;
    }

    .grid-slide-photo2 {
        background: url(../js/index-slide2.jpg) center no-repeat;
        width: 100%;
        height: 250px;
        background-size: auto 100%;
    }

    .grid-slide-photo3 {
        background: url(../js/index-slide4.jpg) center no-repeat;
        width: 100%;
        height: 250px;
        background-size: auto 100%;
    }

    .grid-block1a {
        width: 220px;
        background: #ff5555;
        margin: 10px;
        height: 170px;
        padding: 10px;
        border-radius: 7px;
        border: 3px solid #fff;
        box-shadow: 0px 0px 0px 2px #ff8ca7;
        -webkit-background-size: 10px 10px;
        -moz-background-size: 10px 10px;
        background-size: 10px 10px;
        background-color: #FF90AA;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #F788A2), color-stop(.5, transparent), to(transparent));
        background-image: linear-gradient(#F788A2 50%, transparent 50%, transparent);
    }

    .grid-block1a-icon {
        width: 60px;
    }

    .grid-block1a-title_main {
        font-size: 25px;
        color: #fff;
        text-align: center;
        text-shadow: 1px 1px 2px #333;
        line-height: 22px;
        letter-spacing: 6px;
        font-weight: bold;
    }

    .grid-block1a-title_sub {
        font-size: 14px;
        color: #fff;
        text-align: center;
        text-shadow: 1px 1px 2px #333;
        line-height: 18px;
        letter-spacing: 2px;
    }

    .index-menu-brain_button:link {
        color: #FF588B;
    }

    .index-menu-brain_button:visited {
        color: #FF588B;
    }

    .index-menu-brain_button:hover {
        color: #FFCCFF;
    }

    .index-menu-brain_button {
        padding: 8px 8px 5px 8px;
        border-radius: 7px;
        border-bottom: 3px solid #FFB7D5;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        background: url(../pagefile/index-menuicon_brain_button.png) no-repeat;
        background-position: 10px;
        background-color: #fff;
        background-size: 20px 20px;
    }

    .grid-block1b:hover {
        box-shadow: 0px 0px 0px 2px #FF6BC4, 4px 4px 3px #999;
        transition: 0.3s;
    }

    .grid-block1b {
        width: 220px;
        background: #ff5555;
        margin: 10px;
        height: 80px;
        padding: 7px;
        border-radius: 7px;
        border: 3px solid #fff;
        box-shadow: 0px 0px 0px 2px #ff8ca7;
        -webkit-background-size: 10px 10px;
        -moz-background-size: 10px 10px;
        background-size: 10px 10px;
        background-color: #FF90AA;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #F788A2), color-stop(.5, transparent), to(transparent));
        background-image: linear-gradient(#F788A2 50%, transparent 50%, transparent);
    }

    .grid-block1b-icon {
        width: 30px;
        padding-top: 15px;
        filter: drop-shadow(2px 2px 0px #00000039);
    }

    .grid-block1b-title_main {
        font-size: 26px;
        color: #fff;
        text-align: center;
        text-shadow: 1px 1px 1px #333;
        line-height: 26px;
        letter-spacing: 7px;
        padding-top: 5px;
    }

    .grid-block1b-title_sub {
        font-size: 12px;
        color: #fff;
        text-align: center;
        text-shadow: 1px 1px 1px #333;
        font-weight: bold;
    }

    .grid-block2:hover {
        border-top: 4px solid #FF94BF;
        border-left: 4px solid #FF94BF;
        border-bottom: 4px solid #CF5585;
        border-right: 4px solid #CF5585;
        box-shadow: 3px 3px 3px #999;
        transition: 0.3s;
    }

    .grid-block2 {
        width: 193px;
        background: #fff;
        border-top: 4px solid #FF94BF;
        border-left: 4px solid #FF94BF;
        border-bottom: 4px solid #CF5585;
        border-right: 4px solid #CF5585;
        margin: 10px;
        height: 250px;
        padding: 5px 10px 10px 10px;
        border-radius: 7px;
        color: #000;
    }

    .grid-block2-title {
        font-size: 1rem;
        line-height: 1rem;
        font-weight: bold;
        text-align: center;
        letter-spacing: 1px;
        width: 270px;
        height: 55px;
        display: table-cell;
        vertical-align: middle;
        padding: 10px 0 5px 0;
    }

    .grid-block2-title2 {
        font-size: 1rem;
        line-height: 1.1rem;
        font-weight: bold;
        text-align: center;
        letter-spacing: 1px;
        width: 270px;
        height: 55px;
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 5px 0;
    }

    .grid-block2-bg1 {
        background: url(../pagefile/index-bg_sisetu1-1.jpg) center no-repeat;
        height: 220px;
        position: relative;
        background-size: auto 100% auto;
    }

    .grid-block2-bg2 {
        background: url(../pagefile/index-bg_sisetu1-2.jpg) center no-repeat;
        height: 220px;
        position: relative;
        background-size: auto 100% auto;
    }

    .grid-block2-bgtext {
        font-size: 0.8rem;
        line-height: 1rem;
        padding: 10px;
        width: 100%;
        background: rgba(255, 255, 255, 0.8);
        position: absolute;
        bottom: 0;
    }

    .grid-block3:hover {
        border-top: 4px solid #FF94BF;
        border-left: 4px solid #FF94BF;
        border-bottom: 4px solid #CF5585;
        border-right: 4px solid #CF5585;
        box-shadow: 3px 3px 3px #999;
        transition: 0.3s;
    }

    .grid-block3 {
        width: 300px;
        background: #fff;
        border-top: 4px solid #FF94BF;
        border-left: 4px solid #FF94BF;
        border-bottom: 4px solid #CF5585;
        border-right: 4px solid #CF5585;
        margin: 10px;
        height: 200px;
        padding: 10px;
        border-radius: 7px;
        color: #000;
    }

    .grid-block3-title {
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-weight: bold;
        text-align: center;
        letter-spacing: 1px;
        width: 290px;
        height: 35px;
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 5px 0;
    }

    .grid-block3-title2 {
        font-size: 1rem;
        line-height: 1rem;
        font-weight: bold;
        text-align: center;
        letter-spacing: 1px;
        width: 290px;
        height: 35px;
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 5px 0;
    }

    .grid-block3-bg1 {
        background: url(../pagefile/index-bg_sisetu2-1.jpg) center top no-repeat;
        height: 170px;
        position: relative;
        background-size: 100% auto;
    }

    .grid-block3-bg2 {
        background: url(../pagefile/index-bg_sisetu210728e.jpg) center top no-repeat;
        height: 170px;
        position: relative;
        background-size: 100% auto;
    }

    .grid-block3-bg3 {
        background: url(../pagefile/index-bg_sisetu2-3.jpg) center top no-repeat;
        height: 170px;
        position: relative;
        background-size: 100% auto;
    }

    .grid-block3-bg4 {
        background: url(../pagefile/index-bg_sisetu2-4.jpg) center top no-repeat;
        height: 170px;
        position: relative;
        background-size: 100% auto;
    }

    .grid-block3-bg5 {
        background: url(../pagefile/index-bg_sisetu1-3.jpg) center top no-repeat;
        height: 170px;
        position: relative;
        background-size: 100% auto;
    }

    .grid-block3-bg6 {
        background: url(../pagefile/index-bg_sisetu2-5b.jpg) center top no-repeat;
        height: 170px;
        position: relative;
        background-size: 100% auto;
    }

    .grid-block3-bg7 {
        background: url(../pagefile/index-bg_sisetu2-7b.jpg?0319) center top no-repeat;
        height: 170px;
        position: relative;
        background-size: 100% auto;
    }

    .grid-block3-bgtext {
        font-size: 0.8rem;
        padding: 5px;
        width: 100%;
        background: rgba(255, 255, 255, 0.8);
        position: absolute;
        bottom: 0;
    }

    .grid-block4 {
        width: 620px;
        background: #fff;
        border: 1px solid #999;
        margin: 10px;
        height: 330px;
        padding: 10px;
        border-radius: 7px;
        color: #000;
    }

    .grid-block4-titlebar1 {
        position: relative;
        height: 45px;
        padding: 8px 0 .8em 65px;
        border-bottom: 2px solid #bbb;
        background: url(../pagefile/index-titlebar_bgicon1.png) no-repeat;
        background-position: 10px;
    }

    .grid-block4-titlebar1::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 2;
        content: '';
        width: 40%;
        height: 2px;
        background-color: #FF9FAF;
    }

    .grid-block4-titlebar2 {
        position: relative;
        height: 45px;
        padding: 8px 0 .8em 65px;
        border-bottom: 2px solid #bbb;
        background: url(../pagefile/index-titlebar_bgicon2.png) no-repeat;
        background-position: 10px;
    }

    .grid-block4-titlebar2::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 2;
        content: '';
        width: 40%;
        height: 2px;
        background-color: #FF9FAF;
    }

    .grid-block4-gmaparea {
        height: 225px;
        overflow: hidden;
    }

    .grid-block4-gmap {
        width: 100%;
        height: 500px;
        margin-top: -140px;
    }

    .grid-block5 {
        width: 580px;
        background: #fff;
        border: 1px solid #CF5585;
        margin: 10px;
        height: 330px;
        padding: 10px;
        border-radius: 7px;
        color: #000;
    }

    .grid-block5-titlebar1 {
        position: relative;
        height: 45px;
        padding: 8px 0 .8em 65px;
        border-bottom: 2px solid #bbb;
        background: url(../pagefile/index-titlebar_bgicon1.png) no-repeat;
        background-position: 10px;
    }

    .grid-block5-titlebar1::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 2;
        content: '';
        width: 40%;
        height: 2px;
        background-color: #FF9FAF;
    }

    .grid-block5-titlebar2 {
        position: relative;
        height: 45px;
        padding: 8px 0 .8em 65px;
        border-bottom: 2px solid #bbb;
        background: url(../pagefile/index-titlebar_bgicon2.png) no-repeat;
        background-position: 10px;
    }

    .grid-block5-titlebar2::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 2;
        content: '';
        width: 40%;
        height: 2px;
        background-color: #FF9FAF;
    }

    .grid-block5-gmaparea {
        height: 225px;
        overflow: hidden;
    }

    .grid-block5-gmap {
        width: 100%;
        height: 500px;
        margin-top: -140px;
    }

    .grid-block6:hover {
        border-top: 4px solid #FF94BF;
        border-left: 4px solid #FF94BF;
        border-bottom: 4px solid #CF5585;
        border-right: 4px solid #CF5585;
        box-shadow: 3px 3px 3px #999;
        transition: 0.3s;
    }

    .grid-block6 {
        width: 300px;
        background: #fff;
        border-top: 4px solid #FF94BF;
        border-left: 4px solid #FF94BF;
        border-bottom: 4px solid #CF5585;
        border-right: 4px solid #CF5585;
        margin: 10px;
        height: 300px;
        padding: 10px;
        border-radius: 7px;
        color: #000;
    }

    .grid-block6-titlebar1 {
        position: relative;
        height: 45px;
        padding: 8px 0 .8em 65px;
        border-bottom: 2px solid #bbb;
        background: url(../pagefile/index-titlebar_bgicon1.png) no-repeat;
        background-position: 10px;
    }

    .grid-block6-titlebar1::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 2;
        content: '';
        width: 40%;
        height: 2px;
        background-color: #FF9FAF;
    }

    .grid-block6-titlebar2 {
        position: relative;
        height: 45px;
        padding: 8px 0 .8em 65px;
        border-bottom: 2px solid #bbb;
        background: url(../pagefile/index-titlebar_bgicon2.png) no-repeat;
        background-position: 10px;
    }

    .grid-block6-titlebar2::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 2;
        content: '';
        width: 40%;
        height: 2px;
        background-color: #FF9FAF;
    }

    .grid-block6-title {
        font-size: 1rem;
        line-height: 1rem;
        font-weight: bold;
        text-align: center;
        letter-spacing: 1px;
        width: 270px;
        height: 55px;
        display: table-cell;
        vertical-align: middle;
        padding: 10px 0 5px 0;
    }

    .grid-block7 {
        width: 620px;
        background: #fff;
        border: 1px solid #999;
        margin: 10px;
        height: 660px;
        padding: 10px;
        border-radius: 7px;
        color: #000;
    }

    .grid-block7-titlebar1 {
        position: relative;
        height: 45px;
        padding: 8px 0 .8em 65px;
        border-bottom: 2px solid #bbb;
        background: url(../pagefile/index-titlebar_bgicon1.png) no-repeat;
        background-position: 10px;
    }

    .grid-block7-titlebar1::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 2;
        content: '';
        width: 40%;
        height: 2px;
        background-color: #FF9FAF;
    }

    .grid-block7-titlebar2 {
        position: relative;
        height: 45px;
        padding: 8px 0 .8em 65px;
        border-bottom: 2px solid #bbb;
        background: url(../pagefile/index-titlebar_bgicon2.png) no-repeat;
        background-position: 10px;
    }

    .grid-block7-titlebar2::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 2;
        content: '';
        width: 40%;
        height: 2px;
        background-color: #FF9FAF;
    }

    .grid-block7-gmaparea {
        height: 225px;
        overflow: hidden;
    }

    .grid-block7-gmap {
        width: 100%;
        height: 500px;
        margin-top: -140px;
    }

}

/* original min-width:900px */
@media only screen and (min-width:1230px), print {

    #index-contents {
        width: 920px;
        margin: 0 auto;
    }

    #contents {
        width: 920px;
        margin: 0 auto;
        background-color: #FFFFFF;
        padding: 20px;
        border: 1px solid #aaa;
        box-shadow: 3px 3px 3px 0px #999;
    }

    .grid {
        float: left;
    }

    .grid-slide {
        width: 600px;
        background: #aaffaa;
        margin: 10px;
        height: 400px;
    }

    .grid-slide-area {
        width: 600px;
        height: 400px;
        margin: 10px;
        border: 10px solid #fff;
        border-radius: 7px;
        box-shadow: 0px 0px 0px 1px #999;
    }

    .grid-slide-photo1 {
        background: url(../js/index-slide1.jpg) center no-repeat;
        width: 100%;
        height: 380px;
        background-size: 100% auto;
    }

    .grid-slide-photo2 {
        background: url(../js/index-slide2.jpg) center no-repeat;
        width: 100%;
        height: 380px;
        background-size: 100% auto;
    }

    .grid-slide-photo3 {
        background: url(../js/index-slide4.jpg) center no-repeat;
        width: 100%;
        height: 380px;
        background-size: 100% auto;
    }

    .grid-block1a {
        width: 280px;
        background: #ff5555;
        margin: 10px;
        height: 280px;
        padding: 10px;
        border-radius: 7px;
        border: 3px solid #fff;
        box-shadow: 0px 0px 0px 2px #ff8ca7;
        -webkit-background-size: 10px 10px;
        -moz-background-size: 10px 10px;
        background-size: 10px 10px;
        background-color: #FF90AA;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #F788A2), color-stop(.5, transparent), to(transparent));
        background-image: linear-gradient(#F788A2 50%, transparent 50%, transparent);
    }

    .grid-block1a-icon {
        width: 110px;
    }

    .grid-block1a-title_main {
        font-size: 55px;
        color: #fff;
        text-align: center;
        text-shadow: 1px 1px 3px #333;
        line-height: 55px;
    }

    .grid-block1a-title_sub {
        font-size: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 1px 1px 2px #333;
        line-height: 26px;
        letter-spacing: 7px;
    }

    .index-menu-brain_button_a:link, a:visited {
        color: #FF588B;
    }

    .index-menu-brain_button_a:hover {
        color: #FFCCFF;
    }

    .index-menu-brain_button {
        padding: 10px 10px 7px 10px;
        border-radius: 7px;
        border-bottom: 3px solid #FFB7D5;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        background: url(../pagefile/index-menuicon_brain_button.png) no-repeat;
        background-position: 10px;
        background-color: #fff;
    }

    .grid-block1b:hover {
        box-shadow: 0px 0px 0px 2px #FF6BC4, 4px 4px 3px #999;
        transition: 0.3s;
    }

    .grid-block1b {
        width: 280px;
        background: #ff5555;
        margin: 10px;
        height: 100px;
        padding: 10px;
        border-radius: 7px;
        border: 3px solid #fff;
        box-shadow: 0px 0px 0px 2px #ff8ca7;
        -webkit-background-size: 10px 10px;
        -moz-background-size: 10px 10px;
        background-size: 10px 10px;
        background-color: #FF90AA;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #F788A2), color-stop(.5, transparent), to(transparent));
        background-image: linear-gradient(#F788A2 50%, transparent 50%, transparent);
    }

    .grid-block1b-icon {
        width: 65px;
        padding-top: 5px;
        filter: drop-shadow(2px 2px 0px #00000039);
    }

    .grid-block1b-title_main {
        font-size: 36px;
        color: #fff;
        text-align: center;
        text-shadow: 1px 1px 1px #333;
        line-height: 30px;
        letter-spacing: 5px;
        padding-top: 10px;
    }

    .grid-block1b-title_sub {
        font-size: 12px;
        color: #fff;
        text-align: center;
        text-shadow: 1px 1px 1px #333;
        letter-spacing: 1px;
        font-weight: bold;
    }

    .grid-block2:hover {
        border-top: 4px solid #FF94BF;
        border-left: 4px solid #FF94BF;
        border-bottom: 4px solid #CF5585;
        border-right: 4px solid #CF5585;
        box-shadow: 3px 3px 3px #999;
        transition: 0.3s;
    }

    .grid-block2 {
        width: 286px;
        background: #fff;
        border-top: 4px solid #FF94BF;
        border-left: 4px solid #FF94BF;
        border-bottom: 4px solid #CF5585;
        border-right: 4px solid #CF5585;
        margin: 10px;
        height: 286px;
        padding: 5px 10px 10px 10px;
        border-radius: 7px;
        color: #000;
    }

    .grid-block2-title {
        font-size: 1.5rem;
        line-height: 1.3rem;
        text-align: center;
        letter-spacing: 1px;
        width: 270px;
        height: 55px;
        display: table-cell;
        vertical-align: middle;
        padding: 10px 0 5px 0;
    }

    .grid-block2-title2 {
        font-size: 1.5rem;
        line-height: 1.3rem;
        text-align: center;
        letter-spacing: 1px;
        width: 270px;
        height: 55px;
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 5px 0;
    }

    .grid-block2-bg1 {
        background: url(../pagefile/index-bg_sisetu1-1.jpg) center no-repeat;
        height: 210px;
        position: relative;
        background-size: 100% auto;
    }

    .grid-block2-bg2 {
        background: url(../pagefile/index-bg_sisetu1-2.jpg) center no-repeat;
        height: 210px;
        position: relative;
        background-size: 100% auto;
    }

    .grid-block2-bg3 {
        background: url(../pagefile/index-bg_sisetu1-3.jpg) center no-repeat;
        height: 210px;
        position: relative;
        background-size: 100% auto;
    }

    .grid-block2-bgtext {
        font-size: 0.9rem;
        line-height: 1.2rem;
        padding: 10px;
        width: 100%;
        background: rgba(255, 255, 255, 0.8);
        position: absolute;
        bottom: 0;
    }

    .grid-block3:hover {
        border-top: 4px solid #FF94BF;
        border-left: 4px solid #FF94BF;
        border-bottom: 4px solid #CF5585;
        border-right: 4px solid #CF5585;
        box-shadow: 3px 3px 3px #999;
        transition: 0.3s;
    }

    .grid-block3 {
        width: 210px;
        background: #fff;
        border-top: 4px solid #FF94BF;
        border-left: 4px solid #FF94BF;
        border-bottom: 4px solid #CF5585;
        border-right: 4px solid #CF5585;
        margin: 10px;
        height: 210px;
        padding: 10px;
        border-radius: 7px;
        color: #000;
    }

    .grid-block3-title {
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-weight: bold;
        text-align: center;
        letter-spacing: 1px;
        width: 200px;
        height: 35px;
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 5px 0;
    }

    .grid-block3-title2 {
        font-size: 1rem;
        line-height: 1rem;
        font-weight: bold;
        text-align: center;
        letter-spacing: 1px;
        width: 200px;
        height: 35px;
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 5px 0;
    }

    .grid-block3-bg1 {
        background: url(../pagefile/index-bg_sisetu2-1.jpg) center no-repeat;
        height: 210px;
        position: relative;
        background-size: 100% auto;
    }

    .grid-block3-bg2 {
        background: url(../pagefile/index-bg_sisetu210728e.jpg) center top no-repeat;
        height: 210px;
        position: relative;
        background-size: 100% auto;
    }

    .grid-block3-bg3 {
        background: url(../pagefile/index-bg_sisetu2-3.jpg) center top no-repeat;
        height: 210px;
        position: relative;
        background-size: 100% auto;
    }

    .grid-block3-bg4 {
        background: url(../pagefile/index-bg_sisetu2-4.jpg) center top no-repeat;
        height: 210px;
        position: relative;
        background-size: 100% auto;
    }

    .grid-block3-bg5 {
        background: url(../pagefile/index-bg_sisetu1-3.jpg) center no-repeat;
        height: 210px;
        position: relative;
        background-size: 100% auto;
    }

    .grid-block3-bg6 {
        background: url(../pagefile/index-bg_sisetu2-5b.jpg) center no-repeat;
        height: 210px;
        position: relative;
        background-size: 100% auto;
    }

    .grid-block3-bg7 {
        background: url(../pagefile/index-bg_sisetu2-7b.jpg?0319) center no-repeat;
        height: 210px;
        position: relative;
        background-size: 100% auto;
    }

    .grid-block3-bgtext {
        font-size: 0.9rem;
        padding: 7px;
        width: 100%;
        background: rgba(255, 255, 255, 0.8);
        position: absolute;
        bottom: 0;
    }

    .grid-block4 {
        width: 440px;
        background: #fff;
        border: 2px solid #999;
        margin: 10px;
        height: 330px;
        padding: 10px;
        border-radius: 7px;
        color: #000;
    }

    .grid-block4-titlebar1 {
        position: relative;
        height: 45px;
        padding: 8px 0 .8em 65px;
        border-bottom: 2px solid #bbb;
        background: url(../pagefile/index-titlebar_bgicon1.png) no-repeat;
        background-position: 10px;
    }

    .grid-block4-titlebar1::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 2;
        content: '';
        width: 40%;
        height: 2px;
        background-color: #FF9FAF;
    }

    .grid-block4-titlebar2 {
        position: relative;
        height: 45px;
        padding: 8px 0 .8em 65px;
        border-bottom: 2px solid #bbb;
        background: url(../pagefile/index-titlebar_bgicon2.png) no-repeat;
        background-position: 10px;
    }

    .grid-block4-titlebar2::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 2;
        content: '';
        width: 40%;
        height: 2px;
        background-color: #FF9FAF;
    }

    .grid-block4-gmaparea {
        height: 225px;
        overflow: hidden;
    }

    .grid-block4-gmap {
        width: 100%;
        height: 500px;
        margin-top: -130px;
    }

    .grid-block5 {
        width: 418px;
        background: #fff;
        border: 2px solid #CF5585;
        margin: 10px;
        height: 330px;
        padding: 10px;
        border-radius: 7px;
        color: #000;
    }

    .grid-block5-titlebar1 {
        position: relative;
        height: 45px;
        padding: 8px 0 .8em 65px;
        border-bottom: 2px solid #bbb;
        background: url(../pagefile/index-titlebar_bgicon1.png) no-repeat;
        background-position: 10px;
    }

    .grid-block5-titlebar1::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 2;
        content: '';
        width: 40%;
        height: 2px;
        background-color: #FF9FAF;
    }

    .grid-block5-titlebar2 {
        position: relative;
        height: 45px;
        padding: 8px 0 .8em 65px;
        border-bottom: 2px solid #bbb;
        background: url(../pagefile/index-titlebar_bgicon2.png) no-repeat;
        background-position: 10px;
    }

    .grid-block5-titlebar2::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 2;
        content: '';
        width: 40%;
        height: 2px;
        background-color: #FF9FAF;
    }

    .grid-block5-gmaparea {
        height: 225px;
        overflow: hidden;
    }

    .grid-block5-gmap {
        width: 100%;
        height: 500px;
        margin-top: -130px;
    }

    .grid-block6:hover {
        border-top: 4px solid #FF94BF;
        border-left: 4px solid #FF94BF;
        border-bottom: 4px solid #CF5585;
        border-right: 4px solid #CF5585;
        box-shadow: 3px 3px 3px #999;
        transition: 0.3s;
    }

    .grid-block6 {
        width: 440px;
        background: #fff;
        border-top: 4px solid #FF94BF;
        border-left: 4px solid #FF94BF;
        border-bottom: 4px solid #CF5585;
        border-right: 4px solid #CF5585;
        margin: 10px;
        height: 300px;
        padding: 10px;
        border-radius: 7px;
        color: #000;
    }

    .grid-block6-titlebar1 {
        position: relative;
        height: 45px;
        padding: 8px 0 .8em 65px;
        border-bottom: 2px solid #bbb;
        background: url(../pagefile/index-titlebar_bgicon1.png) no-repeat;
        background-position: 10px;
    }

    .grid-block6-titlebar1::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 2;
        content: '';
        width: 40%;
        height: 2px;
        background-color: #FF9FAF;
    }

    .grid-block6-titlebar2 {
        position: relative;
        height: 45px;
        padding: 8px 0 .8em 65px;
        border-bottom: 2px solid #bbb;
        background: url(../pagefile/index-titlebar_bgicon2.png) no-repeat;
        background-position: 10px;
    }

    .grid-block6-titlebar2::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 2;
        content: '';
        width: 40%;
        height: 2px;
        background-color: #FF9FAF;
    }

    .grid-block6-title {
        font-size: 1.5rem;
        line-height: 1.3rem;
        text-align: center;
        letter-spacing: 1px;
        width: 412px;
        height: 55px;
        display: table-cell;
        vertical-align: middle;
        padding: 10px 0 5px 0;
    }

    .grid-block7 {
        width: 440px;
        background: #fff;
        border: 2px solid #999;
        margin: 10px;
        height: 660px;
        padding: 10px;
        border-radius: 7px;
        color: #000;
    }

    .grid-block7-titlebar1 {
        position: relative;
        height: 45px;
        padding: 8px 0 .8em 65px;
        border-bottom: 2px solid #bbb;
        background: url(../pagefile/index-titlebar_bgicon1.png) no-repeat;
        background-position: 10px;
    }

    .grid-block7-titlebar1::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 2;
        content: '';
        width: 40%;
        height: 2px;
        background-color: #FF9FAF;
    }

    .grid-block7-titlebar2 {
        position: relative;
        height: 45px;
        padding: 8px 0 .8em 65px;
        border-bottom: 2px solid #bbb;
        background: url(../pagefile/index-titlebar_bgicon2.png) no-repeat;
        background-position: 10px;
    }

    .grid-block7-titlebar2::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 2;
        content: '';
        width: 40%;
        height: 2px;
        background-color: #FF9FAF;
    }

    .grid-block7-gmaparea {
        height: 225px;
        overflow: hidden;
    }

    .grid-block7-gmap {
        width: 100%;
        height: 500px;
        margin-top: -130px;
    }

}

.pt-cv-wrapper .btn {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 4px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pt-cv-view .pt-cv-title {
    margin-bottom: 5px;
}

div.wn-item {
    margin: 0;
    padding: 2px;
    border: 0;
    overflow: hidden;
}

/* 求人情報用CSS（急募） */
.grid-block8 {
    background: #fff;
    border: 2px solid #CF5585;
    margin: 10px;
    padding: 10px;
    border-radius: 7px;
    color: #000;
}

.kyuubo {
    display: inline-block;
    float: left;
    margin-left: 315px;
    padding: 5px;
    border: 2px solid red;
    border-radius: 1.5em;
    color: red;
    font-weight: bold;
}

@media screen and (max-width: 1229px) {
    .kyuubo {
        margin-left: 170px;
    }
}

@media screen and (max-width: 660px) {
    .kyuubo {
        margin-left: 5px;
    }
}