
/*
 * cmn_layout.css
 *
 */

/*===============================================
●共通
===============================================*/

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    font-size: 16px;
    color: #000000;
    line-height:180%;
    word-wrap: break-word;
}


@media all and (-ms-high-contrast:none) {
    body {
        font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    }
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

#wrapper,
#contents {
    position: relative;
    width: 100%;
    margin:0 auto;
    padding:0;
    }

a{
    color: #000000;
    text-decoration: none;
}


/* メイン画像フェード */
@-webkit-keyframes slick_move01 {
    to {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
}

@keyframes slick_move01 {
    to {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
}

@-webkit-keyframes slick_move02 {
    to {
        -webkit-transform: scale(1.0, 1.0);
        transform: scale(1.0, 1.0);
    }
}

@keyframes slick_move02 {
    to {
        -webkit-transform: scale(1.0, 1.0);
        transform: scale(1.0, 1.0);
    }
}


/* フォーム共通 */
.input-error {
    display: none;
    margin: 10px 0 0 0;
    color: #e60012;
}

.error-disp {
    display: block !important;
}


/*===============================================
●画面の横幅が813px以上(タブレット・PC)
===============================================*/
@media screen and (min-width: 813px) {

    #wrapper{
        min-width: 1180px;
    }

    /* !共通
    ---------------------------------------------------------- */
    .pcNone{
        display:none !important;
        }

    a:hover{
        opacity: 0.5;
    }

    .list-flex{
        display:-webkit-box !important;
        display:-moz-box !important;
        display:-ms-box !important;
        display:-webkit-flexbox !important;
        display:-moz-flexbox !important;
        display:-ms-flexbox !important;
        display:-webkit-flex !important;
        display:-moz-flex !important;
        display:-ms-flex !important;
        display:flex !important;
        -webkit-box-lines:multiple !important;
        -moz-box-lines:multiple !important;
        -webkit-flex-wrap:wrap !important;
        -moz-flex-wrap:wrap !important;
        -ms-flex-wrap:wrap !important;
        flex-wrap:wrap !important;
    }



    /* !header ヘッダー
    ---------------------------------------------------------- */
    header {
        position: fixed;
        width: 100%;
        height: 100px;
        margin: 0 auto;
        text-align: center;
        background-color: #fff;
        z-index: 99999;
    }

    header > div {
        position: relative;
        width: 100%;
        max-width: 1440px;
        min-width: 1180px;
        margin: 0 auto;
    }

    header > div > h1 {
        position: absolute;
        top: 35px;
        left: 40px;
        width: 246px;
    }

    header > div > h1 img {
        width: 246px;
    }

    /* メニュー */
    header > div > ul {
        position: absolute;
        top: 40px;
        right: 40px;
        display: inline-block;
    }

    header > div > ul > li {
        display: inline-block;
        margin: 0 30px 0 0;
    }

    header > div > ul > li > a {
        display: block;
        font-size: 18px;
        font-weight: bold;
        line-height: 100%;
    }


    /* メイン画像
    ---------------------------------------------------------- */
    #mainImage {
        position: relative;
        width: 100%;
        height: 760px;
        margin: 0 auto;
        overflow: hidden;
    }

    #mainImage .img_list {
        overflow: hidden;
        height: 100%;
    }

    #mainImage .img_list .slick-list {
        height: 100%;
    }

    #mainImage .img_list .slick-track {
        height: 100%;
    }

    #mainImage .img_list .item_wrap {
        overflow: hidden;
        position: relative;
    }

    #mainImage .img_list .item_wrap:nth-of-type(1) .item {
        background: url(../images/main_img01.jpg) center center no-repeat;
        background-size: cover;
    }

    #mainImage .img_list .item_wrap:nth-of-type(2) .item {
        background: url(../images/main_img02.jpg) center center no-repeat;
        background-size: cover;
    }

    #mainImage .img_list .item_wrap:nth-of-type(3) .item {
        background: url(../images/main_img03.jpg) center center no-repeat;
        background-size: cover;
    }

    #mainImage .img_list .item_wrap:nth-of-type(4) .item {
        background: url(../images/main_img04.jpg) center center no-repeat;
        background-size: cover;
    }

    #mainImage .img_list .item_wrap:nth-of-type(5) .item {
        background: url(../images/main_img05.jpg) center center no-repeat;
        background-size: cover;
    }

    #mainImage .img_list .item_wrap01 .item {
        height: 100%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    #mainImage .img_list .item_wrap02 .item {
        height: 100%;
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

    #mainImage .img_list .item_wrap01 .slick_scale {
        -webkit-animation: slick_move01 8s linear;
        animation: slick_move01 8s linear;
    }

    #mainImage .img_list .item_wrap02 .slick_scale {
        -webkit-animation: slick_move02 8s linear;
        animation: slick_move02 8s linear;
    }

    #mainImage > div.main_title {
        position: absolute;
        top: 270px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 1240px;
        z-index: 9999;
    }

    #mainImage > div.main_title > img {
        width: 408px;
    }

    #main-wave {
        position: relative;
        height: 50px;
        margin: -49px 0 0 0;
        background: url("../images/main_wave.png") repeat-x left bottom;
        background-size: 540px auto;
        z-index: 9999;
    }


    /* コンテンツ部分
    ---------------------------------------------------------- */
    #contents{
        width:100%;
        min-width: 1030px;
    }

    a {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "alpha(opacity=100)";
        zoom: 1;
        transition: opacity 0.5s ease;
    }


    /* Message
    ---------------------------------------------------------- */
    #message{
        position: relative;
        width: 100%;
        max-width: 1240px;
        min-width: 1180px;
        margin: 0 auto;
        padding: 60px 0 0 0;
        text-align: center;
    }

    #message img.message-title {
        position: absolute;
        top: 65px;
        left: 5px;
        width: 22px;
    }

    #message > div {
        width: 1030px;
        margin: 0 auto;
    }

    #message > div > div:nth-of-type(1) {
        float: left;
        width: 580px;
        padding: 15px 0 0 0;
        text-align: left;
    }

    #message > div > div:nth-of-type(1) > h2 {
        height: 55px;
        font-size: 48px;
        background: url(../images/title_line.png) bottom left no-repeat;
        background-size: 100px;
    }

    #message > div > div:nth-of-type(1) > p:nth-of-type(1) {
        margin: 30px 0 0 0;
        font-size: 21px;
        font-weight: bold;
        color: #00d1fe;
        line-height: 180%;
    }

    #message > div > div:nth-of-type(1) > p:nth-of-type(2) {
        margin: 10px 0 0 0;
        line-height: 220%;
    }

    #message > div > div:nth-of-type(2) {
        float: right;
        width: 414px;
        padding: 110px 0 0 0;
        text-align: right;
    }

    #message > div > div:nth-of-type(2) > img:nth-of-type(1) {
        width: 414px;
    }

    #message > div > div:nth-of-type(2) > p {
        margin: 20px 0 0 0;
        font-size: 14px;
    }

    #message > div > div:nth-of-type(2) > img:nth-of-type(2) {
        width: 114px;
        margin: 8px 0 0 0;
    }


    /* Concept
    ---------------------------------------------------------- */
    .concept-top {
        width: 100%;
        height: 700px;
        margin: 100px auto 0 auto;
        background: url(../images/concept.jpg) center center no-repeat;
        background-size: cover;
    }

    #concept{
        position: relative;
        width: 96%;
        max-width: 1360px;
        min-width: 1030px;
        margin: -220px auto 0 auto;
        padding: 120px 0 0 0;
        text-align: center;
        background: url(../images/concept_map.png) top 120px left 60px no-repeat;
        background-color: #fff;
    }

    #concept img.concept-title {
        position: absolute;
        top: 120px;
        right: 60px;
        width: 23px;
    }

    #concept > h2 {
        height: 55px;
        font-size: 48px;
        background: url(../images/title_line.png) bottom center no-repeat;
        background-size: 100px;
    }

    #concept > img.concept01 {
        width: 36px;
        margin: 70px auto 0 auto;
    }

    #concept > img.concept02 {
        width: 36px;
        margin: 60px auto 0 auto;
    }

    #concept > p.txt01 {
        margin: 15px 0 0 0;
        font-size: 21px;
        font-weight: bold;
        color: #00d1fe;
        line-height: 180%;
    }

    #concept > p.txt02 {
        width: 610px;
        margin: 15px auto 0 auto;
        text-align: left;
        line-height: 180%;
    }

    #concept > ul {
        width: 1029px;
        margin: 70px auto 0 auto;
    }

    #concept > ul > li {
        float: left;
        width: 300px;
        margin: 0 43px 0 0;
    }

    #concept > ul > li:nth-of-type(3) {
        width: 300px;
        margin: 0;
    }

    #concept > ul > li > img {
        width: 300px;
    }


    /* Process
    ---------------------------------------------------------- */
    #process{
        width: 100%;
        margin: 100px auto 0 auto;
        padding: 100px 0 120px 0;
        text-align: center;
        background-color: #edf9fb;
    }

    #process > div {
        position: relative;
        width: 100%;
        max-width: 1240px;
        min-width: 1180px;
        margin: 0 auto;
    }

    #process img.process-title {
        position: absolute;
        top: 0px;
        left: 5px;
        width: 18px;
    }

    #process > div > h2 {
        width: 1030px;
        height: 55px;
        margin: 0 auto;
        font-size: 48px;
        background: url(../images/title_line.png) bottom left no-repeat;
        background-size: 100px;
        text-align: left;
    }

    #process > div > div {
        width: 1030px;
        margin: 70px auto 0 auto;
        text-align: left;
    }

    #process > div > div:nth-of-type(1) {
        margin: 60px auto 0 auto;
    }

    #process > div > div > div:nth-of-type(1) {
        width: 490px;
    }

    #process > div > div > div:nth-of-type(2) {
        width: 515px;
    }

    #process > div > div.process-box01 > div:nth-of-type(1) {
        float: right;
    }

    #process > div > div.process-box01 > div:nth-of-type(2) {
        float: left;
    }

    #process > div > div.process-box02 > div:nth-of-type(1) {
        float: left;
    }

    #process > div > div.process-box02 > div:nth-of-type(2) {
        float: right;
    }

    #process > div > div > div:nth-of-type(1) > p:nth-of-type(1) {
        height: 83px;
        margin: 0 0 20px 0;
        font-size: 36px;
        color: #00d1fe;
    }

    #process > div > div > div:nth-of-type(1) > p:nth-of-type(1) > img {
        display: inline-block;
        height: 83px;
    }

    #process > div > div > div:nth-of-type(1) > p:nth-of-type(1) > span {
        display: inline-block;
        margin: 53px 0 0 12px;
    }

    img.process-img09 {
        width: 1030px;
        margin: 35px auto 0 auto;
    }

    img.process-img10 {
        width: 1030px;
        margin: 60px auto 0 auto;
    }


    /* Policy
    ---------------------------------------------------------- */
    #policy{
        width: 100%;
        margin: 0 auto;
        padding: 100px 0 120px 0;
        text-align: center;
        color: #fff;
        background-color: #01b2d8;
    }

    #policy > div {
        position: relative;
        width: 100%;
        max-width: 1240px;
        min-width: 1180px;
        margin: 0 auto;
    }

    #policy img.policy-title {
        position: absolute;
        top: 0px;
        left: 5px;
        width: 23px;
    }

    #policy > div > h2 {
        width: 1030px;
        height: 55px;
        margin: 0 auto;
        font-size: 48px;
        background: url(../images/title_line02.png) bottom left no-repeat;
        background-size: 100px;
        text-align: left;
    }

    #policy > div > ul {
        width: 1030px;
        margin: 70px auto 0 auto;
    }

    #policy > div > ul > li {
        float: left;
        width: 505px;
        height: 522px;
        margin: 0 20px 20px 0;
        padding: 75px 40px 0 40px;
    }

    #policy > div > ul > li:nth-of-type(1) {
        background-color: #06a2c9;
    }

    #policy > div > ul > li:nth-of-type(2) {
        background-color: #2e98b3;
    }

    #policy > div > ul > li:nth-of-type(3) {
        background-color: #00b9e7;
    }

    #policy > div > ul > li:nth-of-type(4) {
        background-color: #119fc2;
    }

    #policy > div > ul > li:nth-of-type(5) {
        background-color: #08a0c6;
    }

    #policy > div > ul > li:nth-of-type(6) {
        background-color: #13a5ca;
    }

    #policy > div > ul > li:nth-of-type(7) {
        background-color: #00b9e7;
    }

    #policy > div > ul > li:nth-of-type(2n) {
        margin: 0 0 20px 0;
    }

    #policy > div > ul > li > img {
        width: 72px;
    }

    #policy > div > ul > li > p:nth-of-type(1) {
        margin: 30px 0 0 0;
        font-size: 36px;
    }

    #policy > div > ul > li > p:nth-of-type(2) {
        margin: 25px 0 0 0;
        text-align: left;
    }

    /* Location
    ---------------------------------------------------------- */
    .location {
        width: 100%;
        margin: 0 auto;
        padding: 120px 0 70px 0;
        text-align: center;
        background-color: #edf9fb;
    }
    #location-shiga.location {
        padding-top: 48px;
    }

    .location-inner  {
        position: relative;
        width: 100%;
        max-width: 1240px;
        min-width: 1180px;
        margin: 0 auto;
    }

    .location-title-img {
        position: absolute;
        top: 10px;
        left: 5px;
        width: 18px;
    }

    .location-contents-inner {
        width: 1030px;
        margin: 0 auto;
    }

    .location-title {
        height: 68px;
        font-size: 48px;
        background: url(../images/title_line.png) bottom left no-repeat;
        background-size: 100px;
        text-align: left;
    }

    .location-box01 {
        display: flex;
        justify-content: center;
        /* align-items: center; */
        margin-top: 50px;
    }

    .location-box01-body {
    
    }

    .location-box01-heading {
        display: flex;
        align-items: flex-end;
    }

    .location-box01-heading > img {
        width: 65px;
    }

    .location-box01-heading > .location-box01-heading-place {
        font-size: 36px;
        font-weight: normal;
        color: #00d1fe;
        margin-left: 27px;
    }

    .location-box01-text {
        margin-top: 20px;
        text-align: start;
    }

    .location-box01-img {
        position: relative;
        flex: 0 0 40%;
        margin-left: 9%;
    } 
    .location-box01-img > img {
        
    }
    


    /* Staff
    ---------------------------------------------------------- */
    .staff-top1 {
        width: 100%;
        height: 700px;
        margin: 0 auto;
        background: url(../images/staff-bg01_pc.jpg) center center no-repeat;
        background-size: cover;
    }
    .staff-top2 {
        width: 100%;
        height: 700px;
        margin: 0 auto;
        background: url(../images/staff-bg02_pc.jpg) center center no-repeat;
        background-size: cover;
    }

    .common-staff {
        position: relative;
        width: 96%;
        max-width: 1360px;
        min-width: 1030px;
        margin: -103px auto 0 auto;
        padding: 131px 0 137px 0;
        text-align: center;
        background-color: #fff;
    }

    .common-staff img.staff-title {
        position: absolute;
        top: 120px;
        right: 60px;
        width: 20px;
    }

    .common-staff > h2 {
        height: 62px;
        font-size: 48px;
        background: url(../images/title_line.png) bottom center no-repeat;
        background-size: 100px;
    }

    .common-staff > p {
        margin: 40px auto 0 auto;
        font-size: 18px;
        font-weight: bold;
        color: #00d1fe;
    }

    .common-staff > div {
        width: 1030px;
        margin: 70px auto 0 auto;
    }

    .common-staff > div > div:nth-of-type(1) {
        width: 600px;
    }

    .common-staff > div > div:nth-of-type(2) {
        width: 390px;
        text-align: left;
    }

    .common-staff > div:nth-of-type(1) > div:nth-of-type(1) {
        float: left;
    }

    .common-staff > div:nth-of-type(1) > div:nth-of-type(2) {
        float: right;
    }

    .common-staff > div:nth-of-type(2) > div:nth-of-type(1) {
        float: right;
    }

    .common-staff > div:nth-of-type(2) > div:nth-of-type(2) {
        float: left;
    }

    .common-staff > div > div:nth-of-type(2) > p:nth-of-type(1) {
        margin: 20px 0 0 0;
        font-size: 60px;
        color: #00d1fe;
    }

    .common-staff > div > div:nth-of-type(2) > p:nth-of-type(2) {
        margin: 20px 0 20px 0;
        font-size: 18px;
        font-weight: bold;
        color: #00d1fe;
    }


    /* Recruit
    ---------------------------------------------------------- */
    #recruit{
        width: 100%;
        margin: 0 auto;
        padding: 50px 0px;
        text-align: center;
        background-color: #edf9fb;
    }

    #recruit > div {
        position: relative;
        width: 100%;
        max-width: 1360px;
        min-width: 1180px;
        margin: 0 auto;
        padding: 75px 0 120px 0;
        background-color: #fff;
    }

    #recruit img.recruit-title {
        position: absolute;
        top: 70px;
        left: 40px;
        width: 19px;
    }

    #recruit > div > h2 {
        width: 1030px;
        height: 55px;
        margin: 0 auto;
        font-size: 48px;
        background: url(../images/title_line.png) bottom left no-repeat;
        background-size: 100px;
        text-align: left;
    }

    #recruit > div > p:nth-of-type(1) {
        width: 1030px;
        margin: 60px auto 0 auto;
        text-align: left;
    }

    #recruit > div > p:nth-of-type(2) {
        width: 1030px;
        margin: 40px auto 0 auto;
        font-size: 24px;
        font-weight: bold;
        color: #00d1fe;
        text-align: left;
    }

    #recruit > div > ul {
        width: 1030px;
        margin: 40px auto 0 auto;
    }

    #recruit > div > ul > li {
        float: left;
        width: 320px;
        height: 336px;
        margin: 0 35px 0 0;
        padding: 30px 25px 0 25px;
        text-align: left;
        background-color: #eff4f5;
    }

    #recruit > div > ul > li:nth-of-type(3) {
        margin: 0;
    }

    #recruit > div > ul > li > p:nth-of-type(1) {
        font-weight: bold;
        margin: 0 0 15px 0;
    }


    /* Company
    ---------------------------------------------------------- */
    #company {
        position: relative;
        width: 96%;
        max-width: 1360px;
        min-width: 1030px;
        margin: 0 auto;
        padding: 120px 0 0 0;
        text-align: center;
        background-color: #fff;
    }

    #company img.company-title {
        position: absolute;
        top: 120px;
        right: 60px;
        width: 23px;
    }

    #company > h2 {
        height: 55px;
        font-size: 48px;
        background: url(../images/title_line.png) bottom center no-repeat;
        background-size: 100px;
    }

    #company > div {
        width: 1030px;
        margin: 60px auto 0 auto;
    }

    #company > div > div:nth-of-type(1) {
        float: right;
        width: 660px;
    }

    #company > div > div:nth-of-type(1) > table th {
        width: 110px;
        padding: 0 0 20px 0;
        font-weight: bold;
        color: #00d1fe;
    }

    #company > div > div:nth-of-type(1) > table td {
        width: 560px;
        padding: 0 0 20px 0;
        text-align: left;
    }

    #company > div > div:nth-of-type(2) {
        float: left;
        width: 320px;
    }

    #company > div > div:nth-of-type(2) > img {
        width: 320px;
    }

    .company-place:not(:first-of-type) {
        margin-top: 11px;
    }

    /* Access
    ---------------------------------------------------------- */
    #access{
        width:1030px;
        height: 1150px;
        margin: 50px auto 0 auto;
        text-align: center;
    }

    #access iframe{
        width:1030px;
        height: 500px;
    }

    #access .e-accessbox{
        margin-bottom: 50px;
    }

    #access .e-accessbox .e-kouzyou{
        text-align: left;
        font-size: 20px;
        font-weight: bold;
        color: #00d1fe;
        margin-bottom: 10px;
        margin-left: 10px;
    }


    /* Contact
    ---------------------------------------------------------- */
    #contact{
        width: 100%;
        margin: 100px auto 0 auto;
        padding: 50px 0px;
        text-align: center;
        background-color: #edf9fb;
    }

    #contact > div {
        position: relative;
        width: 100%;
        max-width: 1360px;
        min-width: 1180px;
        margin: 0 auto;
        padding: 75px 0 120px 0;
        background-color: #fff;
    }

    #contact img.contact-title {
        position: absolute;
        top: 70px;
        left: 40px;
        width: 19px;
    }

    #contact > div > h2 {
        width: 1030px;
        height: 55px;
        margin: 0 auto;
        font-size: 48px;
        background: url(../images/title_line.png) bottom left no-repeat;
        background-size: 100px;
        text-align: left;
    }

    #contact > div > div.tel-box {
        width: 1030px;
        margin: 60px auto 0 auto;
        text-align: left;
    }

    #contact > div > div.tel-box > p:nth-of-type(1) {
        font-size: 24px;
        font-weight: bold;
        color: #00d1fe;
    }

    #contact > div > div.tel-box > p:nth-of-type(2) {
        margin: 20px auto 0 auto;
    }

    .tel-box__place {
        margin-top: 35px;
    }
    .tel-box__place + .tel-box__place {
        margin-top: 20px;
    }
    .tel-box__num-wrapper {
        margin-top: 10px;
    }
    .tel-box__tel {
        font-size: 36px;
        margin-right: 10px;
    }
    .tel-box__number {
        font-size: 60px;
    }
    /* #contact > div > div.tel-box > p:nth-of-type(3) {
        margin: 35px auto 0 auto;
        font-size: 60px;
    }

    #contact > div > div.tel-box > p:nth-of-type(3) span:nth-of-type(1) {
        display: inline-block;
        margin: 0 10px 0 0;
        font-size: 36px;
    } */

    /* フォーム */
    .contact-form {
        width: 1030px;
        margin: 100px auto 0 auto;
        text-align: left;
    }

    .contact-form > p {
        margin: 0 0 35px 0;
        font-size: 24px;
        font-weight: bold;
        color: #00d1fe;
    }

    .contact-form > form > div {
        width: 1030px;
        margin: 0;
    }

    .contact-form > form > div > div:nth-of-type(1) {
        position: relative;
        width: 300px;
        margin: 0 20px 0 0;
        padding: 42px 0 40px 0;
        text-align: left;
        vertical-align:top;
        border-bottom: #999999 1px solid;
    }

    .contact-form > form > div:nth-of-type(1) > div:nth-of-type(1) {
        border-top: #999999 1px solid;
    }

    .contact-form > form > div > div:nth-of-type(1) span:nth-of-type(1) {
        display: inline-block;
        width: 40px;
        height: 30px;
        padding: 8px 0 0 0;
        margin: -3px 20px 0 0;
        font-size: 14px;
        color:#ffffff;
        text-align:center;
        vertical-align: top;
        line-height: 100%;
        background-color:#666666;
    }

    .contact-form > form > div > div:nth-of-type(1) span.must {
        margin: 12px 20px 0 0;
    }

    .contact-form > form > div > div:nth-of-type(1) span:nth-of-type(2) {
        display: inline-block;
    }

    .contact-form > form > div > div:nth-of-type(2) {
        width: 710px;
        padding: 25px 0;
        text-align: left;
        vertical-align:top;
        border-bottom: #dddddd 1px solid;
    }

    .contact-form > form > div:nth-of-type(1) > div:nth-of-type(2) {
        border-top: #dddddd 1px solid;
    }

    .contact-form > form > div > div input[type="text"],
    .contact-form > form > div > div input[type="tel"] {
        width: 710px;
        height: 60px;
        padding-left:10px;
        font-size: 16px;
        background-color: #eeeeee;
        border: none;
        -webkit-appearance: none;
    }

    .contact-form > form > div > div select {
        width: 710px;
        height: 60px;
        padding-left:10px;
        font-size: 16px;
        background-color: #eeeeee;
        border: none;
    }

    .contact-form > form > div > div > textarea {
        width: 710px;
        padding:10px;
        font-size: 16px;
        background-color: #eeeeee;
        border: none;
        -webkit-appearance: none;
    }

    .contact-form > form > p {
        margin: 20px 0 0 0;
    }

    .contact-form > form > p > a {
        font-weight: bold;
        color: #00d1fe;
        text-decoration: underline;
    }

    .contact-form > form > a {
        display: block;
        width: 400px;
        height: 60px;
        margin: 50px auto 0 auto;
        padding: 17px 0 0 0;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        background-color: #ff7200;
    }


    /* お問い合わせ確認画面 */
    .contact-check {
        margin: 0 auto !important;
        padding: 150px 0 50px 0 !important;
        background-color: #edf9fb;
    }

    .contact-check-form {
        margin: 50px auto 0 auto !important;
    }

    .form-check {
        padding: 42px 0 40px 0 !important;
    }

    #btn-position {
        margin: 60px auto 0 auto !important;
        text-align:center;
        border-bottom: none;
    }

    #btn-position > input {
        display: inline-block;
        width: 160px;
        height: 60px;
        margin: 0 20px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        background-color: #ff7200;
    }


    /* お問い合わせ完了画面 */
    .contact-comp {
        width: 640px;
        margin: 100px auto 150px auto;
        text-align: center;
    }

    .contact-comp > p:nth-of-type(1) {
        margin: 0 auto;
        font-size: 24px;
    }

    .contact-comp > p:nth-of-type(2) {
        margin: 40px auto 0 auto;
        line-height: 240%;
        text-align: left;
    }

    .contact-comp > a {
        display: block;
        width: 400px;
        height: 60px;
        margin: 80px auto 0 auto;
        padding: 17px 0 0 0;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        background-color: #ff7200;
    }


    /* Privacy
    ---------------------------------------------------------- */
    .privacy-title {
        position: absolute;
        top: 70px;
        left: 40px;
        width: 23px;
    }

    #privacy {
        width: 1030px;
        margin: 40px auto 0 auto;
        text-align: left;
    }

    #privacy > p.title {
        margin: 40px 0 15px 0;
        font-size: 21px;
        font-weight: bold;
    }

    #privacy > p > a {
        color: #1400d9;
        text-decoration: underline;
    }




    /* フッター
    ----------------------------------------------------------*/
    footer {
        width:100%;
        margin: 0 auto;
        padding: 0 0 40px 0;
        text-align: center;
    }

    footer > img.footer-top {
        width: 100%;
    }

    footer > a > img {
        width: 245px;
        margin: 20px auto 0 auto;
    }

    footer > p {
        margin: 25px auto 0 auto;
    }

    footer > address {
        margin: 35px auto 0 auto;
        font-size: 12px;
        color: #999999;
    }


    /* ページトップへ
    ----------------------------------------------------------*/
    #pageTop {
        position:fixed;
        display:none;
        bottom: 40px;
        right: 20px;
        width: 60px;
        z-index: 999;
    }

}


/*===============================================
●画面の横幅が812px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 812px) {

    body {
        font-size: 14px;
    }

    #wrapper {
        width:100%;
        height:100%;
        padding: 50px 0 0 0;
        display:block;
        position:relative;
        padding-top: constant(safe-area-inset-top);
        padding-right: constant(safe-area-inset-right);
        padding-bottom: constant(safe-area-inset-bottom);
        padding-left: constant(safe-area-inset-left);
    }

/* !共通
---------------------------------------------------------- */
    .spNone{
        display:none !important;
        }

    .sp-list-flex{
        display:-webkit-box !important;
        display:-moz-box !important;
        display:-ms-box !important;
        display:-webkit-flexbox !important;
        display:-moz-flexbox !important;
        display:-ms-flexbox !important;
        display:-webkit-flex !important;
        display:-moz-flex !important;
        display:-ms-flex !important;
        display:flex !important;
        -webkit-box-lines:multiple !important;
        -moz-box-lines:multiple !important;
        -webkit-flex-wrap:wrap !important;
        -moz-flex-wrap:wrap !important;
        -ms-flex-wrap:wrap !important;
        flex-wrap:wrap !important;
    }


    /* !header ヘッダー
    ---------------------------------------------------------- */
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background-color: #fff;
        box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
        background-color: #fff;
        z-index: 99999;
    }

    header > div {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        background-color: #fff;
    }

    header > div > h1 {
        position: absolute;
        top: 18px;
        left: 20px;
        width: 123px;
    }

    header > div > h1 img {
        width: 123px;
    }

    header > div > img.sp-menu {
        position: absolute;
        top: 8px;
        right: 10px;
        width: 35px;
    }


    /* #menu メニュー
    ---------------------------------------------------------- */
    #menu-sp {
        display: none;
        position: fixed;
        top: 50px;
        left: 0;
        width:100%;
        height: 100%;
        z-index:99998;
        background-color: rgba(0,0,0,0.8);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    #menu-sp > ul {
        width: 100%;
        height: 100%;
        padding: 0 0 200px 0;
        overflow-y: auto;
    }

    #menu-sp > ul > li {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        background-color: #00d1fe !important;
        border-top: #5fe2fe 1px solid;
    }

    #menu-sp > ul > li > a {
        display: block;
        padding: 20px 0;
        font-size: 15px;
        color: #fff;
        line-height: 100%;
    }

    #menu-sp > ul > li:nth-of-type(8) {
        padding: 20px 0;
    }

    #menu-sp > ul > li:nth-of-type(8) > a {
        position: relative;
        width: 100%;
        max-width: 280px;
        height: 40px;
        margin: 0 auto;
        padding: 13px 0 0 0;
        color: #fff;
        text-align: center;
        border: #fff 1px solid;
    }

    #menu-sp > ul > li:nth-of-type(8) > a img {
        position: absolute;
        top: 15px;
        right: 11px;
        width: 16px;
    }


    /* メイン画像
    ---------------------------------------------------------- */
    #mainImage {
        position: relative;
        width: 100%;
        height: 190px;
        margin: 0 auto;
        overflow: hidden;
    }

    #mainImage .img_list {
        overflow: hidden;
        height: 100%;
    }

    #mainImage .img_list .slick-list {
        height: 100%;
    }

    #mainImage .img_list .slick-track {
        height: 100%;
    }

    #mainImage .img_list .item_wrap {
        overflow: hidden;
        position: relative;
    }

    #mainImage .img_list .item_wrap:nth-of-type(1) .item {
        background: url(../images/main_img01_sp.jpg) center center no-repeat;
        background-size: cover;
    }

    #mainImage .img_list .item_wrap:nth-of-type(2) .item {
        background: url(../images/main_img02_sp.jpg) center center no-repeat;
        background-size: cover;
    }

    #mainImage .img_list .item_wrap:nth-of-type(3) .item {
        background: url(../images/main_img03_sp.jpg) center center no-repeat;
        background-size: cover;
    }

    #mainImage .img_list .item_wrap:nth-of-type(4) .item {
        background: url(../images/main_img04_sp.jpg) center center no-repeat;
        background-size: cover;
    }

    #mainImage .img_list .item_wrap:nth-of-type(5) .item {
        background: url(../images/main_img05_sp.jpg) center center no-repeat;
        background-size: cover;
    }

    #mainImage .img_list .item_wrap01 .item {
        height: 100%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    #mainImage .img_list .item_wrap02 .item {
        height: 100%;
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

    #mainImage .img_list .item_wrap01 .slick_scale {
        -webkit-animation: slick_move01 8s linear;
        animation: slick_move01 8s linear;
    }

    #mainImage .img_list .item_wrap02 .slick_scale {
        -webkit-animation: slick_move02 8s linear;
        animation: slick_move02 8s linear;
    }

    #mainImage > div.main_title {
        position: absolute;
        top: 70px;
        left: 25px;
        width: 156px;
        z-index: 9999;
    }

    #mainImage > div.main_title > img {
        width: 156px;
    }

    #main-wave {
        position: relative;
        height: 25px;
        margin: -24px 0 0 0;
        background: url("../images/main_wave.png") repeat-x left bottom;
        background-size: 270px auto;
        z-index: 9999;
    }


    /* Message
    ---------------------------------------------------------- */
    #message{
        width: 100%;
        margin: 0 auto;
        padding: 40px 0 0 0;
        text-align: center;
    }

    #message img.message-title {
        width: 17px;
    }

    #message > div {
        width: 94%;
        margin: 0 auto;
    }

    #message > div > div:nth-of-type(1) {
        width: 100%;
        margin: 30px auto 0 auto;
    }

    #message > div > div:nth-of-type(1) > h2 {
        height: 45px;
        font-size: 36px;
        background: url(../images/title_line.png) bottom center no-repeat;
        background-size: 91px;
    }

    #message > div > div:nth-of-type(1) > p:nth-of-type(1) {
        margin: 30px 0 0 0;
        font-size: 18px;
        font-weight: bold;
        color: #00d1fe;
        text-align: left;
        line-height: 180%;
    }

    #message > div > div:nth-of-type(1) > p:nth-of-type(2) {
        margin: 10px 0 0 0;
        text-align: left;
    }

    #message > div > div:nth-of-type(2) {
        width: 207px;
        margin: 40px auto 0 auto;
        text-align: right;
    }

    #message > div > div:nth-of-type(2) > img:nth-of-type(1) {
        width: 207px;
    }

    #message > div > div:nth-of-type(2) > p {
        margin: 10px 0 0 0;
        font-size: 12px;
    }

    #message > div > div:nth-of-type(2) > img:nth-of-type(2) {
        width: 76px;
        margin: 5px 0 0 0;
    }


    /* Concept
    ---------------------------------------------------------- */
    .concept-top {
        width: 100%;
        height: 350px;
        margin: 40px auto 0 auto;
        background: url(../images/concept_sp.jpg) center center no-repeat;
        background-size: cover;
    }

    #concept{
        position: relative;
        width: 94%;
        margin: -90px auto 0 auto;
        padding: 35px 0 0 0;
        text-align: center;
        background-color: #fff;
    }

    #concept img.concept-title {
        width: 17px;
    }

    #concept img.concept-map {
        position: absolute;
        top: 230px;
        left: -4%;
        width: 150px;
        z-index: 1;
    }

    #concept > h2 {
        position: relative;
        height: 45px;
        margin: 30px auto 0 auto;
        font-size: 36px;
        background: url(../images/title_line.png) bottom center no-repeat;
        background-size: 91px;
        z-index: 2;
    }

    #concept > img.concept01 {
        position: relative;
        width: 18px;
        margin: 25px auto 0 auto;
        z-index: 2;
    }

    #concept > img.concept02 {
        position: relative;
        width: 18px;
        margin: 30px auto 0 auto;
        z-index: 2;
    }

    #concept > p.txt01 {
        position: relative;
        margin: 5px 0 0 0;
        font-size: 18px;
        font-weight: bold;
        color: #00d1fe;
        line-height: 180%;
        z-index: 2;
    }

    #concept > p.txt02 {
        position: relative;
        width: 100%;
        margin: 15px auto 0 auto;
        text-align: left;
        z-index: 2;
    }

    #concept > ul {
        width: 100%;
        margin: 30px auto 0 auto;
    }

    #concept > ul > li {
        float: left;
        width: 32%;
        margin: 0 2% 0 0;
    }

    #concept > ul > li:nth-of-type(3) {
        margin: 0;
    }

    #concept > ul > li > img {
        width: 100%;
    }


    /* Process
    ---------------------------------------------------------- */
    #process{
        width: 100%;
        margin: 40px auto 0 auto;
        padding: 35px 0;
        text-align: center;
        background-color: #edf9fb;
    }

    #process > div {
        width: 100%;
        margin: 0 auto;
    }

    #process img.process-title {
        width: 14px;
    }

    #process > div > h2 {
        height: 45px;
        margin: 30px auto 0 auto;
        font-size: 36px;
        background: url(../images/title_line.png) bottom center no-repeat;
        background-size: 91px;
    }

    #process > div > div {
        width: 94%;
        margin: 35px auto 0 auto;
        text-align: left;
    }

    #process > div > div:nth-of-type(1) {
        margin: 30px auto 0 auto;
    }

    #process > div > div > div:nth-of-type(1) {
        width: 100%;
    }

    #process > div > div > div:nth-of-type(2) {
        width: 100%;
        margin: 15px auto 0 auto;
    }

    #process > div > div > div:nth-of-type(1) > p:nth-of-type(1) {
        margin: 0 0 10px 0;
        font-size: 24px;
        color: #00d1fe;
    }

    #process > div > div > div:nth-of-type(1) > p:nth-of-type(1) > img {
        display: inline-block;
        width: 45px;
    }

    #process > div > div > div:nth-of-type(1) > p:nth-of-type(1) > span {
        display: inline-block;
        margin: 28px 0 0 10px;
    }

    #process > div > div:nth-of-type(1) > div:nth-of-type(1) > p:nth-of-type(1) > span {
        margin: 0 0 0 10px;
        line-height: 120%;
    }

    img.process-img09 {
        width: 94%;
        margin: 20px auto 0 auto;
    }

    img.process-img10 {
        width: 94%;
        margin: 20px auto 0 auto;
    }


    /* Policy
    ---------------------------------------------------------- */
    #policy{
        width: 100%;
        margin: 0 auto;
        padding: 30px 0 60px 0;
        text-align: center;
        color: #fff;
        background-color: #01b2d8;
    }

    #policy > div {
        width: 100%;
        margin: 0 auto;
    }

    #policy img.policy-title {
        width: 18px;
    }

    #policy > div > h2 {
        height: 45px;
        margin: 30px auto 0 auto;
        font-size: 36px;
        background: url(../images/title_line02.png) bottom center no-repeat;
        background-size: 91px;
    }

    #policy > div > ul {
        width: 100%;
        margin: 35px auto 0 auto;
    }

    #policy > div > ul > li {
        width: 94%;
        margin: 0 auto 20px auto;
        padding: 35px 20px 30px 20px;
    }

    #policy > div > ul > li:nth-of-type(1) {
        background-color: #06a2c9;
    }

    #policy > div > ul > li:nth-of-type(2) {
        background-color: #2e98b3;
    }

    #policy > div > ul > li:nth-of-type(3) {
        background-color: #00b9e7;
    }

    #policy > div > ul > li:nth-of-type(4) {
        background-color: #119fc2;
    }

    #policy > div > ul > li:nth-of-type(5) {
        background-color: #08a0c6;
    }

    #policy > div > ul > li:nth-of-type(6) {
        background-color: #13a5ca;
    }

    #policy > div > ul > li:nth-of-type(7) {
        background-color: #00b9e7;
    }

    #policy > div > ul > li > img {
        width: 40px;
    }

    #policy > div > ul > li > p:nth-of-type(1) {
        margin: 10px 0 0 0;
        font-size: 24px;
    }

    #policy > div > ul > li > p:nth-of-type(2) {
        margin: 15px 0 0 0;
        text-align: left;
    }

    /* Location
    ---------------------------------------------------------- */
    .location {
        width: 100%;
        margin: 0 auto;
        padding: 34px 0 45px 0;
        text-align: center;
        background-color: #edf9fb;
    }

    .location-inner  {
        width: 94%;
        margin: 0 auto;
    }

    .location-title-img {
       width: 14px;
    }

    .location-contents-inner {
        width: 100%;
        margin: 0 auto;
    }

    .location-title {
        height: 45px;
        font-size: 34px;
        background: url(../images/title_line.png) bottom center no-repeat;
        background-size: 91px;
        margin-top: 25px;
    }

    .location-box01 {
        margin-top: 31px;
    }
    #location-shiga .location-box01 {
        margin-top: 0;
    } 

    .location-box01-body {

    }

    .location-box01-heading {
        display: flex;
        align-items: flex-end;
    }

    .location-box01-heading > img {
        width: 40px;
    }

    .location-box01-heading > .location-box01-heading-place {
        font-size: 24px;
        font-weight: normal;
        margin-left: 7px;
        color: #00d1fe;
    }

    .location-box01-text {
        margin-top: 11px;
        text-align: start;
    }

    .location-box01-img {
        width: 74%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    } 

    /* Staff
    ---------------------------------------------------------- */
    .staff-top1 {
        width: 100%;
        height: 350px;
        margin: 0 auto;
        background: url(../images/staff-bg01_sp.jpg) center center no-repeat;
        background-size: cover;
    }
    .staff-top2 {
        width: 100%;
        height: 400px;
        margin: 0 auto;
        background: url(../images/staff-bg02_sp.jpg) center center no-repeat;
        background-size: cover;
    }

    .common-staff {
        position: relative;
        width: 94%;
        margin: 0 auto;
        padding: 30px 0 55px 0;
        text-align: center;
        background-color: #fff;
    }

    .common-staff img.staff-title {
        display: none;
    }

    .common-staff > h2 {
        height: 100px;
        margin:0 auto;
        font-size: 36px;
        background: url(../images/title_line.png) bottom center no-repeat;
        background-size: 91px;
        line-height: 120%;
    }

    .common-staff > p {
        margin: 30px auto 0 auto;
        font-size: 18px;
        font-weight: bold;
        color: #00d1fe;
    }

    .common-staff > div {
        width: 100%;
        margin: 25px auto 0 auto;
    }

    .common-staff > div:nth-of-type(2) {
        margin: 50px auto 0 auto;
    }

    .common-staff > div > div:nth-of-type(1) {
        width: 100%;
    }

    .common-staff > div > div:nth-of-type(2) {
        width: 100%;
        text-align: left;
    }


    .common-staff > div > div:nth-of-type(2) > p:nth-of-type(1) {
        margin: 30px 0 0 0;
        font-size: 45px;
        color: #00d1fe;
    }

    .common-staff > div > div:nth-of-type(2) > p:nth-of-type(2) {
        margin: 10px 0 5px 0;
        font-size: 18px;
        font-weight: bold;
        color: #00d1fe;
    }


    /* Recruit
    ---------------------------------------------------------- */
    #recruit{
        width: 100%;
        margin: 0 auto;
        padding: 35px 0px;
        text-align: center;
        background-color: #edf9fb;
    }

    #recruit > div {
        width: 94%;
        margin: 0 auto;
        padding: 35px 20px;
        background-color: #fff;
    }

    #recruit img.recruit-title {
        width: 14px;
    }

    #recruit > div > h2 {
        height: 45px;
        margin: 30px auto 0 auto;
        font-size: 36px;
        background: url(../images/title_line.png) bottom center no-repeat;
        background-size: 91px;
    }

    #recruit > div > p:nth-of-type(1) {
        width: 100%;
        margin: 0 auto;
        margin: 25px auto 0 auto;
        text-align: left;
    }

    #recruit > div > p:nth-of-type(2) {
        width: 100%;
        margin: 25px auto 0 auto;
        font-size: 18px;
        font-weight: bold;
        color: #00d1fe;
        text-align: left;
    }

    #recruit > div > ul {
        width: 100%;
        margin: 15px auto 0 auto;
    }

    #recruit > div > ul > li {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 12px 10px;
        text-align: left;
        background-color: #eff4f5;
    }

    #recruit > div > ul > li:nth-of-type(3) {
        margin: 0;
    }

    #recruit > div > ul > li > p:nth-of-type(1) {
        font-weight: bold;
        margin: 0 0 5px 0;
    }


    /* Company
    ---------------------------------------------------------- */
    #company {
        width: 94%;
        margin: 0 auto;
        padding: 35px 0 0 0;
        text-align: center;
    }

    #company img.company-title {
        width: 17px;
    }

    #company > h2 {
        height: 45px;
        margin: 30px auto 0 auto;
        font-size: 36px;
        background: url(../images/title_line.png) bottom center no-repeat;
        background-size: 91px;
    }

    #company > div {
        width: 100%;
        margin: 60px auto 0 auto;
    }

    #company > div > div:nth-of-type(1) {
        width: 100%;
    }

    #company > div > div:nth-of-type(1) > table {
        width: 100%;
    }

    #company > div > div:nth-of-type(1) > table th {
        width: 85px;
        padding: 0 0 15px 0;
        font-weight: bold;
        color: #00d1fe;
    }

    #company > div > div:nth-of-type(1) > table td {
        padding: 0 0 15px 0;
        text-align: left;
    }

    #company > div > div:nth-of-type(2) {
        width: 100%;
        margin: 10px auto 0 auto;
    }

    #company > div > div:nth-of-type(2) > img {
        width: 100%;
    }

    .company-place:not(:first-of-type) {
        margin-top: 10px;
    }

    /* Access
    ---------------------------------------------------------- */
    #access{
        width: 94%;
        height: 620px;
        margin: 40px auto 0 auto;
        text-align: center;
    }

    #access iframe{
        width:100%;
        height: 250px;
    }

    #access .e-accessbox{
        margin-bottom: 30px;
    }

    #access .e-accessbox .e-kouzyou{
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #00d1fe;
        margin-bottom: 10px;
        margin-left: 10px;
    }


    /* Contact
    ---------------------------------------------------------- */
    #contact{
        width: 100%;
        margin: 35px auto 0 auto;
        padding: 35px 20px;
        text-align: center;
        background-color: #edf9fb;
    }

    #contact > div {
        width: 100%;
        margin: 0 auto;
        padding: 35px 0;
        background-color: #fff;
    }

    #contact img.contact-title {
        width: 14px;
    }

    #contact > div > h2 {
        height: 45px;
        margin: 30px auto 0 auto;
        font-size: 36px;
        background: url(../images/title_line.png) bottom center no-repeat;
        background-size: 91px;
    }

    #contact > div > div.tel-box {
        width: 100%;
        margin: 30px auto 0 auto;
        padding: 0 15px;
        text-align: left;
    }

    #contact > div > div.tel-box > p:nth-of-type(1) {
        font-size: 18px;
        font-weight: bold;
        color: #00d1fe;
    }

    #contact > div > div.tel-box > p:nth-of-type(2) {
        margin: 5px auto 0 auto;
    }

    .tel-box__place {
        margin-top: 5px;
    }
    .tel-box__place + .tel-box__place {
        margin-top: 10px;
    }
    .tel-box__num-wrapper {
        margin-top: 0px;
    }
    .tel-box__tel {
        font-size: 18px;
        margin-right: 5px;
    }
    .tel-box__number {
        font-size: 30px;
    }
    /* #contact > div > div.tel-box > p:nth-of-type(3) {
        margin: 15px auto 0 auto;
        font-size: 30px;
    } */

    /* #contact > div > div.tel-box > p:nth-of-type(3) span:nth-of-type(1) {
        display: inline-block;
        margin: 0 5px 0 0;
        font-size: 18px;
    } */

    /* フォーム */
    .contact-form {
        width: 94%;
        margin: 0 auto;
    }

    .contact-form > p {
        margin: 45px 0 15px 0;
        font-size: 18px;
        font-weight: bold;
        color: #00d1fe;
        text-align: left;
    }

    .contact-form > form > div {
        width: 100%;
        margin: 0 auto;
    }

    .contact-form > form > div > div:nth-of-type(1) {
        width: 100%;
        margin: 0 auto 10px auto;
        padding: 15px 0 0 0;
        text-align: left;
        vertical-align:top;
        border-top: #999999 1px solid;
    }

    .contact-form > form > div > div:nth-of-type(1) span:nth-of-type(1) {
        display: inline-block;
        width: 35px;
        height: 20px;
        padding: 4px 0 0 0;
        margin: 2px 10px 0 0;
        font-size: 12px;
        color:#ffffff;
        text-align:center;
        vertical-align: top;
        line-height: 100%;
        background-color:#666666;
    }

    .contact-form > form > div > div:nth-of-type(1) span:nth-of-type(2) {
        display: inline-block;
        vertical-align: top;
    }

    .contact-form > form > div > div:nth-of-type(2) {
        width: 100%;
        margin: 0 0 15px 0;
        text-align: left;
        vertical-align:top;
    }

    .contact-form > form > div > div input[type="text"],
    .contact-form > form > div > div input[type="tel"] {
        width: 100%;
        height: 40px;
        padding-left:10px;
        font-size: 16px;
        background-color: #eeeeee;
        border: none;
        -webkit-appearance: none;
    }

    .contact-form > form > div > div select {
        width: 100%;
        height: 40px;
        padding-left: 10px;
        font-size: 16px;
        background-color: #eeeeee;
        border: none;
    }

    .contact-form > form > div > div > textarea {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        background-color: #eeeeee;
        border: none;
        -webkit-appearance: none;
    }

    .contact-form > form > p {
        margin: 20px 0 0 0;
        text-align: left;
    }

    .contact-form > form > p > a {
        font-weight: bold;
        color: #00d1fe;
        text-decoration: underline;
    }

    .contact-form > form > a {
        display: block;
        width: 240px;
        height: 40px;
        margin: 20px auto 0 auto;
        padding: 8px 0 0 0;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        background-color: #ff7200;
    }


    /* お問い合わせ確認画面 */
    .contact-check {
        margin: 0 auto !important;
    }

    .contact-check-form {
        margin: 30px auto 0 auto !important;
    }

    #btn-position {
        margin: 50px auto 0 auto;
        text-align:center;
    }

    #btn-position > input {
        display: inline-block;
        width: 100px;
        height: 50px;
        margin: 0 10px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        background-color: #ff7200;
    }


    /* お問い合わせ完了画面 */
    .contact-comp {
        margin: 30px auto;
        padding: 0 15px;
        text-align: center;
    }

    .contact-comp > p:nth-of-type(1) {
        margin: 0 auto;
        font-size: 20px;
    }

    .contact-comp > p:nth-of-type(2) {
        margin: 20px auto 0 auto;
        line-height: 200%;
        text-align: left;
    }

    .contact-comp > a {
        display: block;
        width: 240px;
        height: 40px;
        margin: 40px auto 0 auto;
        padding: 8px 0 0 0;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        background-color: #ff7200;
    }


    /* Privacy
    ---------------------------------------------------------- */
    .privacy-title {
        width: 18px;
    }

    #privacy {
        width: 100%;
        margin: 30px auto 0 auto;
        padding: 0 15px;
        text-align: left;
    }

    #privacy > p.title {
        margin: 20px 0 5px 0;
        font-size: 18px;
        font-weight: bold;
    }

    #privacy > p > a {
        color: #1400d9;
        text-decoration: underline;
    }


    /* !footer フッター
    ----------------------------------------------------------*/
    footer {
        width:100%;
        margin: 0 auto;
        padding: 0 0 30px 0;
        text-align: center;
    }

    footer > img.footer-top {
        width: 100%;
    }

    footer > a > img {
        width: 245px;
        margin: 30px auto 0 auto;
    }

    footer > p {
        margin: 15px auto 0 auto;
    }

    footer > address {
        margin: 30px auto 0 auto;
        font-size: 12px;
        color: #999999;
    }


    /* page-top
    ---------------------------------------------------------- */
    #pageTop {
        position:fixed;
        display:none;
        bottom:20px;
        right:20px;
        width: 35px;
        z-index:100;
    }


}


