@charset "UTF-8";

/*  Contact Us
--------------------------------------------------------- */
/*--- common ------------------------*/
.contact #gNav_Wrap--pc .gNav > li > a.gNav_contact{
    color: #000;
}

.contact #wrap #wrap__Inner{
    max-width: 1600px;
}

.contact #wrap .contact_form_h1{
    margin: 60px auto 0;
}


.contact #wrap #wrap__Inner{
    margin-top: 35px;
    padding-top: 0;
}

.contact.contact_form .main_caution_text{
    margin-bottom: 35px;
}
.contact.contact_form .main_caution_text .red{
    color: #f00;
}

/*--- index ------------------------*/
.contact.contact_top .contact_form_h1+p{
    margin: 50px 0;
}

/*-- Network --*/
.contact.contact_top .top_network{
    border: 1px solid #dedede;
    background: url("../../img/bg_network.jpg") center top no-repeat;
    background-size: auto 100%;
    text-align: center;
    padding:130px 0 0;
    height: 380px;
}

.contact.contact_top .top_network .top_h1{
    margin: 0;
    line-height: 1.1;
    font-weight: normal;
}

.contact.contact_top .top_network .btn_basic{
    margin-top: 20px;
}
.contact.contact_top .top_network .btn_basic a{
    margin: 0 auto;
}


/*-- Information Desk --*/
.contact.contact_top .top_information {
    background: #00a8a9;
    padding:50px 80px;
    min-height: 430px;
    margin-top: 50px;
    text-align: center;
}

.contact.contact_top .top_information .innerinformationBox .informationBox{
}
.contact.contact_top .top_information .innerinformationBox .top_information_img{
    margin-bottom: 15px;
}
.contact.contact_top .top_information .innerinformationBox .top_information_img img{
    max-width: 230px;
}

.contact.contact_top .top_information .engine_ttl_h2_sub{
    color: #fff;
}

.contact.contact_top .top_information .btn_basic{
    margin-top: 20px;
}
.contact.contact_top .top_information .btn_basic a{
    margin: 0 auto;
}


.contact.contact_top .top_information .innerinformationBox .informationBox a.link_color_white::after{
    background: url(../../cmn/img/icon/icon_link_blank_w.png) no-repeat 100% 50%;
    content: "";
    display: inline-block;
    width: 20px;
    height: 16px;
    vertical-align: middle;
    -webkit-background-size: 14px 12px;
    background-size: 14px 12px;
    margin-left: 3px;
}

/*-- pc --*/
@media print, screen and (min-width: 768px) {
  .contact.contact_top .top_information .innerinformationBox{
      width: 70%;
      margin: 0 auto;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content:space-between;
  }
}
/*-- //pc --*/



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

    /*--- common ------------------------*/
    .contact #wrap .contact_form_h1{
        margin: 30px auto 0;
    }

    .contact #wrap #wrap__Inner{
        margin-top: 20px;
        padding-top: 0;
    }

    .contact.contact_form .main_caution_text{
        margin-bottom: 35px;
    }
    .contact.contact_form .main_caution_text .red{
        color: #f00;
    }

    /*--- index ------------------------*/
    .contact.contact_top .contact_form_h1+p{
        margin: 20px 0;
    }

    /*-- Network --*/
    .contact.contact_top .top_network{
        margin: 0 15px;
        padding:70px 0 55px;
        height: auto;
    }

    .contact.contact_top .top_network .top_h1{
        font-size: 140%
    }

    .contact.contact_top .top_network .btn_basic{
        margin-top: 20px;
    }
    .contact.contact_top .top_network .btn_basic a{
        margin: 0 auto;
    }

    /*-- Information Desk --*/
    .contact.contact_top .top_information {
        margin:0 15px;
        padding:30px 15px;
        min-height: auto;
        margin-top: 50px;
        display: block;
    }
    .contact.contact_top .top_information .top_information_img{
    }
    .contact.contact_top .top_information .informationBox:first-child{
      margin-bottom: 30px;
    }
    .contact.contact_top .top_information .top_information_img img{
        max-width: 150px;
    }


}
/*-- //smartPhone --*/
