@charset "UTF-8";

/* Googleマテリアルアイコンフォント */
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: bottom;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}
/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-20 { font-size: 20px; }
.material-icons.md-22 { font-size: 22px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-30 { font-size: 30px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-40 { font-size: 40px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
.material-icons.md-maincolor { color: #00a5be; }


/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

/* Googleマテリアルアイコンフォントここまで */



html {
    font-size:14px;
    color: #333;
    font-family:'Hiragino Kaku Gothic Pro', "Osaka", "メイリオ", "Meiryo", 'ＭＳ Ｐゴシック', 'MS PGOTHIC', sans-serif;
    height: 100%;
}

body {
    height: 100%;
}

*, *:before, *:after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    line-height: 1.6;
    padding-bottom: 20px;
}

li {
    list-style: none;
}

ol li{
    list-style: decimal;
}

a {
    text-decoration: none;
    color:#333;
}

a:visited {
    color:#333;
}
a:hover {
    color:#00A5BE;
}

.link_blue {
    color:#1A0DAB;
}

.link_blue:visited {
    color:#1A0DAB;
}
/* input系 */
input[type="text"],textarea {
    padding:0 4px;
}

.textBox ,.dropBox{
    width: 100%;
    height: 34px;
    border:1px solid #ccc;
    border-radius: 2px;
}

.textArea {
    width: 100%;
    border:1px solid #ccc;
    border-radius: 2px;
}

.btn {
    border:none;
    border-radius: 6px;
    color:#fff;
    font-weight: bold;
    -webkit-appearance: none;
}

.btn:hover {
    cursor: pointer;
}

.btn_main {
    background-color: #00a5be;
    border: 2px solid #22b4cb;
}

.btn_main:hover {
    background-color: #22b4cb;
}
.btn > a {
    display: table-cell;
    height: inherit;
    vertical-align: middle;
}

@media(max-width:767px){
    .textBox ,.dropBox{
        height: 44px;
        font-size:20px;
    }
}


/* ====================================*/
/*   ユーティリティ??                    */
/* ====================================*/

/* #todo 不要であれば消す（記念品工房の実装方法に寄せる） */
.mainColor {
    background-color: #00a5be;
}

.emColor {
    color:red;
}

.space_top_5 {
    margin-top: 5px !important;
}
.space_top_10 {
    margin-top: 10px !important;
}
.space_top_20 {
    margin-top: 20px !important;
}
.space_top_30 {
    margin-top: 30px !important;
}
.space_top_40 {
    margin-top: 40px !important;
}
.space_top_50 {
    margin-top: 50px !important;
}
.space_bottom_0 {
    padding-bottom: 0px !important;
}
.space_btm_5 {
    padding-bottom: 5px !important;
}
.space_btm_10 {
    padding-bottom: 10px !important;
}
.space_btm_20 {
    padding-bottom: 20px !important;
}
.space_btm_30 {
    padding-bottom: 30px !important;
}
.space_btm_40 {
    padding-bottom: 40px !important;
}
.space_btm_50 {
    padding-bottom: 50px !important;
}
.space_btm_60 {
    padding-bottom: 60px !important;
}

.txt_center {
    text-align: center;
}

.img_responsive {
    display: block;
    width: 100% \9;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.img_fRight {
    float: right;
    margin-left:15px;
}

.img_fLeft {
    float: right;
    margin-right:15px;
}


@media(max-width:767px){
    .img_fRight {
        float: none;
        margin-left:0;
    }
}


/* clearfix */
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {
    display:inline-block;
    min-height:1%;  /* for IE 7*/
    clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ====================================*/
/*   各ページ共通                    */
/* ====================================*/

.logo_img {
    width: 253px;
    height: 39px;
}

@media(max-width:767px){
    .logo_img {
        width: 190px;
        height: auto;
    }
    .header_logo {
        display: table-cell;
        vertical-align: middle;
        height:56px;
    }
}

.gNav_menu {
    background-image: url(../img/gNav_hover.gif);
    border-collapse: collapse;
    position: relative;
}

.gNav_menu::after {
    content: '';

}

.gNav_menu_item {
    display: table-cell;
}


.gNav_menu:after,.gNav_menu_item:before {
    content: '';
    display: block;
    border-left:1px solid #ccc;
    width: 1px;
    height: 20px;
    position: absolute;
    top:13px;
}

.gNav_menu:after {
    right: 0;
}

/* ホバー時の罫線削除 */
.gNav_menu_item:hover:before {
    border:none;
}
.gNav_menu_item:hover + .gNav_menu_item:before {
    border:none;
}

.gNav_menu:hover:after {
    border:none;
}

.gNav_menu_img:hover {
    opacity: 0;
}

.hamburger_menu_wrap ,#hbr_wrap{
    display: none;
}

#hbr_wrap {

}

#to_top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}

#to_top img {
    border-radius: 8px;
}

@media(max-width:767px){

    .gNav_menu {
        display: none;
    }

    .hamburger_menu_wrap {
        display: block;
    }

    .hamburger_menu {
        height: 32px;
        width: auto;
        position: absolute;
        right: 4px;
        top:14px
    }

    .hamburger_menu_close {
        display: none;
        height: 56px;
        right: 0px;
        top:0px;

    }

    .body_hbr_open {
        background-color: #efefef;
        position: fixed;
    }

    #hbr_wrap {
        padding: 20px 5px;
        position: fixed;
        top:52px;
        z-index: 1000;
        height: calc(100% - 52px);
        width: 100%;
        background-color: #efefef;
        overflow: hidden;
        overflow-y: scroll;
    }

    .hbr_list_item {
        display: inline-block;
        width: 33.33333%;
        padding:5px;
    }

    .hbr_item_wrap {
        display: block;
        border-radius: 6px;
        border:3px solid #e1e1e1;
        background-color: #fff;
        margin-top:10px;
        text-align: center;
    }

    .hbr_item:before{
        content:attr(data-hbr);
        display: block;
        font-size: 12px;
        color:#00a5be;
    }

    #hbr_tel {
        border-radius: 6px;
        border:3px solid #e1e1e1;
        background-color: #fff;
        margin-top: 20px;
        padding:0px;
    }

    .hbr_tel_h2 {
        padding:10px 14px;
        font-size: 16px;
    }

    .hbr_tel_dl {
        padding:0 14px;
    }

    .hbr_tel_dl:before {
        content: '';
        display: block;
        background-color: #efefef;
        height: 2px;
        margin-left: -14px;
        width: calc(100% - 26px);
        position: absolute;
    }

    .hbr_tel_term,.hbr_tel_description {
        padding:10px 0;
    }

    .hbr_tel_description a{
        color:#00a5be;
    }

    .hbr_tel_term {
        float: left;
        margin-right:28px;
    }

    #hbr_tel {
        margin:20px 5px;
    }

    #hbr_tel > dl:first-of-type > dt{
        padding-right:14px;
    }

    .hbr_tel_caption {
        color: #333;
    }

    .hbr_close {
        display: table;
        text-align: center;
        color:#777;
        margin:0 auto;
    }

    .hbr_hr {
        width: calc(100% + 10px);
        height:3px;
        background-color: #e1e1e1;
        border: none;
        margin-left:-5px;
    }

    .hbr_close_content {
        display: table-cell;
        font-weight: bold;
        vertical-align: middle;
    }

}

.h1 {
    display: table-cell;
    color:#fff;
    font-size: 36px;
    text-align: center;
    vertical-align: middle;
    background: url(../img/h1_bg.png) center no-repeat;
}

.h1:after {
    display: block;
    content:attr(data-subtitle);
    font-size: 12px;
    text-transform: uppercase;
    margin-top: -10px;
}

@media(max-width:767px){
    .h1 {
        font-size: 28px;
        background: url(../img/h1_bg_x2.gif) center no-repeat;
        width: 375px;
        height: 70px;
    }
    .h1:after {
        font-size: 11px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 6px;
    }
}

.h2 {
    font-size: 24px;
    margin:40px 0 20px;
}

.h2:after {
    content:'';
    background-color: #05c2df;
    border-left: 170px solid #005a87;
    display: block;
    width: calc(100% + 15px);
    height: 3px;
    margin-left: -15px;
}

@media(max-width:767px){
    .h2:after {
        border-left-width: 100px;
        margin-left: -10px;
        width: calc(100% + 20px);
    }
}

.h2:first-of-type {
    margin-top:0;
}

.h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top:30px;
}

.h3:first-of-type {
    margin-top:0;
}

.sidemenu {
    border-top:1px solid #ccc;
}

.sidemenu_item {
    border-bottom:1px solid #ccc;
    padding:14px 0;
}

.side_link {
    display: block;
}

.side_link:hover {
    text-decoration: none;
    background: rgba(0,165,190,0.1);
    color: #333;
}

.sidemenu_item i {
    padding-right: 6px;
}

.sidemenu_item_link {
    display: inline;
    vertical-align: middle;
}

.footer_company {
    font-weight: bold;
    font-size: 16px;
}

.footer_office {
    font-weight: bold;
    font-size: 15px;
    float: left;
}

.footer_office_wrap {
    margin-bottom: 10px;
}

.footer_address {
    float: left;
    margin-left: 20px;
}

.footer_adddress_first {
    padding-left:15px;
}

@media(max-width:767px){
    .footer_company {
        font-size: 14px;
    }

    .footer_office ,.footer_address ,.footer_tel{
        display: block;
        font-size: 13px;
    }

    .footer_office {
        float: none;
    }

    .footer_address ,.footer_tel{
        margin-left:0;
        padding-left: 13px;
    }
}

.footer_link {
    padding-top: 5px;
    margin-bottom: 10px;
    border-top: 1px solid #fff;
}

.footer_link a {
	font-size: 12px;
}


#copyright {
    font-size: 12px;
    color: #ddd;
}

/* トップページ */

.mainVisual_sp {
    display: none;
}

@media(max-width:767px){
    .mainVisual_pc {
        display: none;
    }

    .mainVisual_sp {
        display: block;
    }

    .mainVisual_sp_img {
        width: 100%;
    }
}

.mainText {
    position: absolute;
    top:50px;
    left:200px;
}

.mainText_caption {
    position: absolute;
    top:90px;
    left:200px;
}

@media(max-width:767px){
    .mainText {
        top:30px;
        left:6%;
        width: 60%;
    }
}

.featureBox {
    border: 1px solid #00a5be;
    border-radius: 2px;
    display: block;
    height: 340px;
    width: 300px;
    margin:0;
}

.featureBox:hover .feature_img_pc {
    opacity: 0.7;
}


.feature_img_sp {
    display: none;
}

.feature_message{
    padding:0 15px;
}

.feature_content {
    margin-top:8px;
}

.feature_title {
    display: block;
    font-size: 24px;
    text-align: center;
    position: relative;
}

.feature_message:after {
    display: none;
}

.top_banner {
    width: 218px;
    height: auto;
}

.top_banner:hover{
    opacity: 0.7;
}

@media(max-width:767px){

    .top_banner:hover{
        opacity: 1;
    }

}

@media(max-width:767px){


    .featureBox {
        width: 100%;
        height: auto;
        border:none;
        border-bottom: 1px solid #ccc;
        padding:10px 20px 10px 0;
    }

    .feature_img_pc {
        display: none;
    }

    .feature_img_sp {
        display: inline-block;
        vertical-align: middle;
        width: 90%;
        border-radius: 8px;
        margin-left: 10px;
    }

    .feature_content {
        margin-top:0;
        padding-left: 10px !important; /* row.row0のスタイルを上書き */
        line-height: 1.6;
    }

    .feature_content:after {
        content: '';
        -webkit-transform :rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        top: 50%;
        right: -5px;
        display: block;
        margin-top: -14px;
        width: 16px;
        height: 16px;
        border-right: 4px solid #777;
        border-bottom: 4px solid #777;
    }

    .feature_title {
        font-size: 16px;
        font-weight: bold;
        text-align: left;
    }

    .feature_title:before {
        border:none;
    }

    .feature_message {
        padding: 0;
        padding-right:10px;
        padding-bottom: 10px;
        font-size: 13px;
    }

    .top_banner {
        width: 100%;
        height: auto;
        padding-bottom:20px;
    }
}

.topPage_h2 {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 34px;
}

.info {
    overflow-y: scroll;
    height: 147px;
    padding: 8px 40px;
    border:1px solid #ccc;
}

/* スマホ用スクロールバー外観設定 */
.info::-webkit-scrollbar {
    width: 12px;
}

.info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.info_dl {
    border-bottom: 1px dashed #ccc;
    padding: 6px 0;
}

.info_date {
    float: left;
}

.info_content {
    margin-left: 130px;
}

@media(max-width:767px){
    .info {
        padding: 0;
    }

    .info_date {
        float: none;
    }

    .info_date, .info_content {
        margin-left: 0px;
    }
}

#catalog {
    position: relative;
    height: 210px;
}

.banner_catalog_wrap {
    overflow: hidden;
    width: 296px;
    vertical-align: bottom;
    display: table-cell;
}

.banner_catalog {
    width: 296px;
    border:1px solid #00a5be;
}

.banner_catalog:hover {
    opacity: 0.7;
}



@media(max-width:767px){
    #catalog {
        height: auto;
    }

    .banner_catalog_wrap {
        display: block;
        text-align: center;
        margin-bottom:40px;
        width: 100%;
        height: auto;
    }

    .banner_catalog {
        width: 100%;
    }

    .banner_catalog:hover {
        opacity: 1.0;
    }
}

/* 事業内容ページ */

.business_img ,.business_managementSite_img{
    width: 335px;
    height: auto;
}

.business_managementSite_img{
    border:1px solid #ccc;
}

@media(max-width:767px){
    .business_img {
        width: 100%;
    }
    .business_managementSite_img {
        display: block;
        margin: 0 auto;
        width: 90%;
    }

}

.site_caption {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.site_url {
    display: block;
    text-align: right;
}


/*  会社概要 */

.greeting_wrap {
    background: url(../img/greeting_yume.jpg) 30% top no-repeat;
    background-size: 36%;
}

.greeting {
    background-color:rgba(255,255,255,0.6);
}

.img_greeting_sp {
    display: none;
}

@media(max-width:767px){
    .greeting_wrap {
        background: none;
    }

    .greeting {
        background-color:rgba(255,255,255,255);
    }

    .greeting p:first-of-type {
        margin-top:20px;
    }

    .img_greeting_pc {
        display: none;
    }

    .img_greeting_sp {
        display: block;
    }

}

.profile {
    display: table;
    border-collapse:collapse;
    width: 100%;
}

.profile_row {
    display: table-row;
}

.profile_head ,.profiled_data {
    display: table-cell;
    border:1px solid #ccc;
    padding:15px;
    vertical-align: middle;
}

.profile_head {
    width: 200px;
    background-color: #f3fafc;
}

.profile_head_title {
    font-weight: bold;
}

.profile p {
  padding-bottom: 4px;
}

@media(max-width:767px){

    .profile_head ,.profiled_data {
        display: block;
        border: none;
        padding:0px;
    }

    .profile_head {
        width: 100%;
        background-color: #fff;
    }

    .profiled_data {
        padding:0 0 20px 14px;
    }

    .greeting br{
        display: none;
    }
}

/* アクセス */


.map {
    width: 100%;
    height: 500px;
}

.route {
    padding-left:20px;
}

@media(max-width:767px){
    .map {
        max-height: 250px;
    }
    .route {
        padding-left:0px;
    }

}

.h3_location {
    font-size: 18px;
}

.h3_transportation {
    font-size: 16px;
    font-weight: bold;
    margin-top:30px;
}

.route_dl {
    margin-top: 10px;
}
.route_header {
    font-weight: bold;
}

.route_list {
    padding-left:18px;
}

@media(max-width:767px){
    .route_p, .route_dl {
        padding-left: 30px;
    }
    .route_list_wrap {
        margin-left:0px;
    }
}

/* フォーム */

#inquiry_header_wrap {
    position: relative;
    margin-bottom: 70px;
}

.inquiry_header_sp {
    display: none;
}

@media(max-width:767px){
    #inquiry_header_wrap {
        position: relative;
        margin-bottom: 30px;
    }

    .inquiry_header_pc {
        display: none;
    }

    .inquiry_header_sp {
        display: block;
        width: 100%;
    }
    .inquiry_header {
        font-size: 15px;
    }

    .inquiry_header_num {
        font-size: 20px;
    }

}

.inquiry_header_confirm_pc ,.inquiry_header_confirm_sp{
    display: none;
}

.catalog_list {
    padding-left:15px;
    padding-bottom: 30px;
}

.catalog_list_item {
    list-style-type: disc;
}

@media(max-width:767px){
    .catalog_img {
        display: none;
    }
}

.form {
    display: table;
    margin-top: 70px;
    width: 100%;
}

.form_row {
    display: table-row;
}

.form_head, .form_input{
    display: table-cell;
    border-top:1px dotted #ccc;
    padding:18px 0;
    vertical-align: middle;
}

.form_head {
    padding-left: 50px;
    width: 290px;
}

.form_head_title {
    font-weight: bold;
}

.form_input_area {
    margin-top:40px;
}

.form_input {
    padding-top: 28px;
    width: 670px;
}

.form_input_address {
    padding-top:18px;
}

.form_mark:after {
    content: '';
    margin-left: 4px;
    padding:1px 8px 0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
}

.form_mark_required:after {
    content: '必須';
    background-color: #e53935;
    color:#fff;
}

.form_mark_optional:after {
    content: '任意';
    border: 1px solid #e53935;
    background-color: #fff;
}

.form_example{
    display: table-cell;
    font-size: 12px;
}

.form_address {
    display: table-cell;
    padding-top:20px;
}

.form_address:first-of-type {
    padding-top:0;
}

.textBox_form {
    width: 200px;
}

.dropBox_form {
    width: 100px;
}

.textBox_form_zipCode_from {
    width: 50px;
}

.textBox_form_zipCode_to {
    width: 70px;
}


.textArea_form {
    height: 150px;
}

.btn_form {
    font-size: 30px;
    width: 250px;
    height: 84px;
}

.form_btn_submit:hover {
    cursor: pointer;
}

@media(max-width:767px){
    .form {
        margin-top:0;
    }

    .form_example {
        color:#8c8c8c;
    }

    .form_input_area {
        background-color: #e7e7e7;
        margin-top: 0;
        padding-bottom: 30px;
    }

    .form_input {
        width: 100%;
    }

    .form_row {
        display: block;
        padding: 20px 10px;
    }

    .form_head, .form_input{
        display: block;
        padding:0px;
        border:none;
        width: auto;
    }

    .form_head_address {
        padding-bottom:15px;
    }

    .textBox_form {
        width: 100%;
        height: 44px;
    }

    .textBox_form_zipCode_from {
        width: 100px;
    }

    .textBox_form_zipCode_to {
        width: 120px;
    }

    .textArea_form {
        width: 100%;
    }

    .form_address {
        font-size: 12px;
    }

    .personalInfo br{
        display: none;
    }

    .btn_form {
        font-size:24px;
        width: 180px;
        height: 80px;
    }
}

/* フォーム確認・結果画面 */

/* 例 */
.mw_wp_form_preview .form_example, .mw_wp_form_preview .form_address{
    display: none;
}

/* ヘッダー画像*/
.mw_wp_form_preview .inquiry_header_pc_input {
    display: none;
}

.mw_wp_form_preview .inquiry_header_confirm_pc {
    display: block;
}

.inquiry_header_complete_pc {
    display: block;
}

.inquiry_header_complete_sp {
    display: none;
}

/* トップ説明、画像 */
.mw_wp_form_preview #inquiry_top{
    display: none;
}

.mw_wp_form_preview .on_entry {
    display: none;
}

.mw_wp_form_preview .form_input ,.mw_wp_form_preview .form_input_address{
    padding-top:40px;
}

@media(max-width:767px){
    .inquiry_header_complete_pc {
        display: none;
    }

    .inquiry_header_complete_sp {
        display: block;
    }

    .mw_wp_form_preview .inquiry_header_confirm_pc {
        display: none;
    }

    .mw_wp_form_preview .inquiry_header_confirm_sp {
        display: block;
    }

    .mw_wp_form_preview .btn_form {
        margin-top:40px;
    }

    .mw_wp_form_preview .form_head_address {
        padding-bottom :0;
    }

    .mw_wp_form_preview .form_input ,.mw_wp_form_preview .form_input_address{
        padding-top:0px;
    }

}

/* 採用情報 */

.recruiting {
    margin-top: 20px;
    padding-bottom: 80px;
}

.recruiting_term {
    margin-top: 20px;
    font-weight: bold;
}

.recruiting_description {
    padding-left: 14px;
}

.recruit_content_wrap {
    background-color: #e3f9fc;
    border: 1px solid #99dbe5;
    padding: 30px 15px;
}

.recruit_content_wrap:before {
    content:"";
    position:absolute;
    bottom:-1px;
    right:-1px;
    border-top:14px solid #92d7e1;
    border-left:0px;
    border-right:14px solid #fff;
    border-bottom:0px;
}

.recruit_banner {
    margin-top:40px;
}

.recruit_banner:hover {
    opacity: 0.7;
}

.recruit_banner_img {
    margin:0 auto;
}

.recruit_content:before {
    content: '';
    display: block;
    position: absolute;
    top:-18px;
    left: 15px;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: #92d7e1;
}

.recruit_content {
    padding-left: 28px;
}

@media(max-width:767px){

    .recruiting {
        padding-bottom: 60px;
    }

    .recruit_content_wrap {
        padding: 20px 14px 10px;
        margin-bottom: 40px;
    }

    .recruit_content:before {
        top:-12px;
        left:0px;
    }

    .recruit_content {
        padding-left: 10px;
    }

    .recruit_content p:last-of-type {
        padding-bottom: 0;
    }

    .recruit_content p {
        display: inline;
    }

    .recruit_banner {
        margin-top:0px;
    }

    .recruit_banner:hover {
        opacity: 1;
    }

    .recruit_banner_img {
        width: 100%;
    }

    .space_marginBottom_0 {
      margin-bottom: 0;
    }

}

.not_recruit {
    background-color: #eee;
    border:4px solid #999;
    border-radius: 4px;
    margin:70px auto 70px;
    padding:14px 0;
    width: 96%;
}

.not_recruit_p {
    display: table-cell;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 0;
    width: 960px;
}

.img_recruit_content_pc {
    display: block;
}

.img_recruit_content_sp {
    display: none;
}

@media(max-width:767px){
    .not_recruit {
        margin-top:40px;
        margin-bottom: 40px;
    }
    .not_recruit_p {
        font-size: 14px;
    }
    .img_recruit_content_pc {
        display: none;
    }
    .img_recruit_content_sp {
        display: block;
        margin:20px 0;
        width: 100%;
    }
}

/* 個人情報取り扱いについて */

.privacy_link {
    text-decoration: underline;
    color: #1A0DAB;
}


.privacy_main_listDecimal {
  padding-left:6px;
  margin: 0 12px 20px;
}
.privacy_management_listDecimal {
  padding-left:6px;
  margin: 0 12px;
}
.privacy_main_listDecimalContent,
.privacy_management_listDecimalContent {
  list-style: decimal;
}

.privacy_main_contactAddress {
	padding-bottom: 0;
}
.privacy_main_contactAddressWrap {
	margin-bottom: 20px;
}

@media(max-width:767px){
  .privacy_title {
    font-size: 23px;
  }
  .privacy_content {
    padding: 0 10px;
  }
  .privacy_management_listDecimalContent {
    margin-bottom: 5px;
  }
}

/* 404ページ */

.page_404_menu {
    display: table;
}

.page_404_menu_item {
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    padding:10px;
}

.page_404_menu_item:first-child{
    padding-left: 0;
}

.page_404_menu_item a {
    text-decoration: underline;
}


/* タイポグラフィ */

.text_normal {
  font-size: 14px !important;
}
.text_large {
  font-size: 16px !important;
}
.text_2large {
  font-size: 20px !important;
}
.text_bold {
  font-weight: bold !important;
}
.text_white {
  color: #fff !important;
}
.text_center {
  text-align: center;
}
