
/*=============================

共通common.css

=============================*/

#wrap {
    min-height: 100%;
    position: relative;
}

#News_body #wrap {
    background: #f8f8f8;
}

.main {
    position: absolute;
    width: 100%;
}

.search_BOX_off {
    min-height: 100%;
}

.main_inner {
    padding: 72px 0px 112px;
}


/*=============================

gnav

=============================*/

#gnav {
    box-shadow: 1px 0px 3px #CCC;
    position: absolute;
    width: 100%;
    height: 72px;
    background: #FFF;
}

#gnav_list {
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 1000;
    height: 100%;
    right: -100%;
    width: 250px;
    z-index: 999;
    overflow: auto;
}

#gnav #home {
    position: relative;
    height: 100%;
    z-index: 777;
}

#gnav #gnav_list #close_btn {
    float: right;
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
}

#gnav #home #menu_btn {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

#gnav #gnav_list #close_btn {
    margin: 16px 10px;
}

#gnav #home #menu_btn span,
#gnav #gnav_list #close_btn span {
    width: 30px;
    height: 2px;
    position: absolute;
    top: 10px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#gnav #gnav_list #close_btn span {
    top: 8px;
}

#gnav #home #menu_btn span.btn_2 {
    top: 19px;
}

#gnav #home #menu_btn span.btn_3 {
    top: 28px;
}

#gnav #gnav_list #close_btn span {
    background: url(../img/gnav/close.png) no-repeat center center;
    background: url(../img/gnav/close_ie8.png) no-repeat center center\9;
    background-size: 30px;
    height: 30px;
    top: 5px;
}

#gnav #home .logo {
    padding: 10px;
}

#gnav #home .logo a {
    display: inline-block;
    height: 52px;
}

#gnav #home .logo a img {
    width: auto;
    height: 100%;
}

#overlay {
    z-index: 888;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: url(../img/gnav/overlay.png) repeat left top;
    cursor: pointer;
}

/*フリーワード検索*/
#gnav #gnav_list .freeword_box {
    margin: 70px 0 20px;
    padding: 0 10px;
}

#gnav #gnav_list .freeword_box .txt-field {
    float: left;
    max-width: 500px;
    width: 83%;
}

#gnav #gnav_list .freeword_box .txt-field input {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #eee none repeat scroll 0 0;
    border: medium none;
    height: 40px;
    letter-spacing: 0.3px;
    margin: 0;
    text-indent: 10px;
    width: 100%;
    line-height: 40px;
}

#gnav #gnav_list .freeword_box .int-btn {
    width: 40px;
    display: block;
    margin-left: 83%;
}

#gnav #gnav_list .freeword_box .int-btn input {
    background-image: url(../img/gnav/ic_freeword_002.png);
    background-image: url(../img/gnav/ic_freeword_002_ie8.png)\9;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    height: 0;
    padding: 40px 0 0;
    width: 100%;
}

#gnav #gnav_list ul li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    border-bottom: 1px solid #666;
    background-image: url(../img/gnav/icon_arrow.png);
    background-image: url(../img/gnav/icon_arrow_ie.png)\9;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 5px 6px;
}

#gnav #gnav_list ul li.first a {
    border-top: 1px solid #666;
}

/* search_btn */
#gnav #search_btn {
    background: url(../img/gnav/ic_freeword_001.png) no-repeat center center;
    background: url(../img/gnav/ic_freeword_001_ie.png) no-repeat center center\9;
    background-size: 38px 36px;
    width: 40px;
    height: 0;
    padding: 36px 0 0;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 66px;
}

#gnav #search_btn:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity = 70)
}

#search_BOX {
    display: none;
    padding: 102px 0px 30px;
    margin: 0px 0px -30px;
    background: #FFF;
}


/*=============================

paging

=============================*/

.pageNavi {
    text-align: center;
    position: relative;
}

.currentBOX {
    padding: 6px 0px;
}

.pageNavi .first {
    position: absolute;
    left: 0;
    top: 0px;
    padding: 6px 0px;
}

.pageNavi .first_1 {
    position: absolute;
    left: 50px;
    top: 0px;
    padding: 6px 0px;
}

.pageNavi .last {
    position: absolute;
    right: 50px;
    top: 0px;
    padding: 6px 0px;
}

.pageNavi .last_1 {
    position: absolute;
    right: 0;
    top: 0px;
    padding: 6px 0px;
}

.pageNavi .current {
    text-align: center;
    padding: 6px 10px;
    color: #fff;
    border-radius: 3px;
}

.pageNavi .no_current a,
.pageNavi .first a,
.pageNavi .first_1 a,
.pageNavi .last a,
.pageNavi .last_1 a {
    padding: 6px 10px;
    border: solid 1px #cccccc;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    border-radius: 3px;
}

.pageNavi .no_current a:hover {
    background: #EEEEEE;
}

.pageNavi .no_current a {
    display: none;
}


/*=============================

footer

=============================*/

#footer_wrap {
    color: #FFF;
    font-size: 10px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    z-index: 400;
    width: 100%;
    height: 64px;
    display: table;
    vertical-align: middle;
}

#footer_wrap p {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 5px;
    line-height: 1.5;
    word-break: normal;
    word-wrap: break-word;
}

#page_top {
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 300;
}

#page_top.is-fix {
    position: absolute;
    bottom: 127px;
}

#page_top a {
    display: block;
    background-image: url(../img/index/pagetop.png);
    background-image: url(../img/index/pagetop_ie.png)\9;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px;
    width: 50px;
    border-radius: 3px;
    height: 0;
    padding: 50px 0 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out 0s;
}

#page_top a:hover {
    display: block;
    background-image: url(../img/index/pagetop.png);
    background-image: url(../img/index/pagetop_ie.png)\9;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px;
}

#page_top:after {
    content: ".";
    display: block;
    margin-top: -1em;
    line-height: 1;
    color: transparent;
}


/*=============================

index

=============================*/

/* main_img
******************************/

#index_contents #main_top {
    width: 100%;
    height: 350px;
    background: url(../img/index/index_main_001.jpg) no-repeat center center;
    background-size: cover;
}

#index_contents #MainLink ul li {
    float: left;
    width: 50%;
    background: #fff;
}

#index_contents #MainLink ul li a {
    display: block;
    text-decoration: none;
}

#index_contents #MainLink ul li .link_bg {
    height: 160px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 1%;
    font-size: 22px;
    color: #666;
}

#index_contents #MainLink ul li a .link_bg {
    background: rgba(0,0,0,0.4);
    color: #fff;
 filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#44000000, EndColorStr=#44000000);/*IE8以下用*/
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out 0s;
}

#index_contents #MainLink ul li a:hover .link_bg {
    background: rgba(0,0,0,0);
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#00000000, EndColorStr=#00000000);/*IE8以下用*/
}

#index_contents #MainLink ul li .link_bg span {
    padding: 0 20px;
    display: block;
}

/*各スタイル*/

#index_contents #MainLink ul li a.bg_img_001 {
    background: url(../img/index/index_menu_001.jpg) no-repeat center center;
    background-size: cover;
}

#index_contents #MainLink ul li a.bg_img_002 {
    background: url(../img/index/index_menu_002.jpg) no-repeat center center;
    background-size: cover;
}

#index_contents #MainLink ul li a.bg_img_003 {
    background: url(../img/index/index_menu_003.jpg) no-repeat center center;
    background-size: cover;
}

#index_contents #MainLink ul li a.bg_img_004 {
    background: url(../img/index/index_menu_004.jpg) no-repeat center center;
    background-size: cover;
}

#index_contents #MainLink ul li a.bg_img_005 {
    background: url(../img/index/index_menu_005.jpg) no-repeat center center;
    background-size: cover;
}

#index_contents #MainLink ul li a.bg_img_006 {
    background: url(../img/index/index_menu_006.jpg) no-repeat center center;
    background-size: cover;
}


/*=============================

IE9 filter防止

=============================*/

#index_contents #MainLink ul li a .link_bg:not(:target) {
    filter: none;
    -ms-filter: none;
}


/*=============================

interview_l

=============================*/

#interview_d_contents #container,
#message_d_contents #container,
#interview_d_contents #container {
    padding: 30px 0;
}

.staff_cts {
    margin-top: -8px;
    padding-top: 8px;
}

#container .staff_cts h3 {
    font-size: 17px;
    padding: 0 10px 10px 10px;
    margin-bottom: 10px;
    line-height: 1.4;
}

#container .staff_cts h4 {
    font-size: 15px;
    margin-bottom: 5px;
}

.staff_cts .section01 {
    padding: 20px 10px 30px;
    background: #f8f8f8;
    margin: 0 0 10px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #e7e7e7\9; /* 全てのIE */
    box-shadow: none\9;
    line-height: 1.4;
}

.staff_cts .section01 .profile {
    overflow: hidden;
}

.staff_cts .section01 .profile_text {
    margin: 0 auto;
    max-width: 280px;
    padding: 0 10px;
}

.staff_cts .section01 .box_img {
    height: auto;
    background: #f8f8f8;
    margin: 0 auto;
    overflow: hidden;
    max-width: 280px;
    padding: 0 10px;
}

.staff_cts .section01 .box_img img {
    height: auto;
    width: 100%;
}

.staff_cts .section01 .box_movie {
    height:auto;
    background:#f8f8f8;
    margin:0 auto;
    overflow:hidden;
    padding:0 10px;
    max-width:280px;
}

.staff_cts .section01 .box_movie .iframe-wrapper__inner {
    position: relative;
    height: auto;
}

.staff_cts .section01 .box_movie .iframe-wrapper__inner::before {
    content: "";
    display: block;
    padding-top: calc(100% / 16 * 9);
}

.staff_cts .section01 .box_movie .iframe-wrapper__inner > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.staff_cts .section01 .box_name {
    color: #fff;
    padding: 15px 10px;
    max-width: 260px;
    margin: 0 auto;
}

/*色の切り替え*/

.staff_cts #white_box .box_name {
    color: #666;
    margin-bottom: 2px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #e7e7e7\9; /* 全てのIE */
}

.staff_cts #color_box .box_name {
    color: #fff;
}

/*//色の切り替え*/


.staff_cts .section01 .box_name .staff_name {
    font-size: 15px;
}

.staff_cts .section01 .history {
    padding: 10px;
    background: #fff;
    margin: 20px 1px 2px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #e7e7e7\9; /* 全てのIE */
}

.staff_cts .section01 .history dt {
    background: #eeeeee;
    text-align: center;
    padding: 3px 0;
    width: 126px;
}

.staff_cts .section01 .history dd {
    margin: 10px 0 0 0;
}

.staff_cts .section01 .staff_text {
    clear: both;
    margin-top: 20px;
    padding: 0 10px;
}

.staff_cts .section01 .staff_text p {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #e7e7e7\9; /* 全てのIE */
    box-shadow: none\9;
    line-height: 1.8;
}

/*詳細ボタン*/

.detail_btn {
    box-shadow: 0px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #e7e7e7\9; /* 全てのIE */
    box-shadow: none\9;
    width: 200px;
    margin: 30px auto 0;
    border-radius: 6px;
    position: relative;
}

.detail_btn:hover {
    box-shadow: none;
    top: 2px;
}

.detail_btn a {
    display: block;
    letter-spacing: 3px;
    color: #fff;
    width: 200px;
    padding: 8px 0;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    background: url(../img/common/ic_btn_arrow.png);
    background: url(../img/common/ic_btn_arrow_ie.png)\9;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 4px 7px;
}

/*分岐css*/

.no_kyujin {
    text-align: center;
    margin: 150px auto;
}

.none {
    display: none;
}


/*=============================

message_l

=============================*/

.message_l .staff_cts .section01 .first_text {
    clear: none;
    margin: 0 1px 20px;
}


/*=============================

News

=============================*/

#News_contents_BOX .contents_BOX dl {
    margin: 0 0 10px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #e7e7e7\9; /* 全てのIE */
    box-shadow: none\9;
}

#News_contents_BOX .contents_BOX dl a {
    display: block;
    background: #fff url(../img/common/news_ic.png) no-repeat 97% center;
    background-size: 4px;
    padding: 20px 30px 20px 20px;
    text-decoration: none;
}

#News_contents_BOX .contents_BOX dl dd .company_name{
	font-size: 10px;
}

#News_body #News_contents_BOX h2 p,
.news_2column {
    display: none;
}


/*=============================

Corporate

=============================*/

#Corporate_contents_BOX .contents_BOX dl {
    background: #fff;
    margin: 0 0 20px;
    padding: 10px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #e7e7e7\9; /* 全てのIE */
    box-shadow: none\9;
}

#Corporate_contents_BOX .contents_BOX dl dt {
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
}

#Corporate_contents_BOX .contents_BOX dl dd {
    padding: 10px 0;
}

#Corporate_contents_BOX .contents_BOX dl dd img {
    width: 100%;
}


/*=============================

下層共通

=============================*/

.no_data {
    margin: 200px 0;
    text-align: center;
}

#container {
    color: #666;
    font-size: 12px;
    padding: 30px 10px 50px 10px;
}

#news_contents #container,
#corporate_contents #container {
    background: #f8f8f8;
}

#container .tit_default {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 0 0 30px;
}


/*=============================

再検索 #search_BOX

=============================*/

#search_BOX .search_cross {
    margin: 0;
    font-size: 14px;
}

#search_BOX .search_cross .tit_default {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 0px 0px 30px;
    color: #666;
}

#search_BOX .search_cross .tit_default p {
    font-size: 13px;
}

#search_BOX .search_cross dl {
    width: 100%;
}

#search_BOX .search_cross dl dt {
    color: #FFF;
    padding: 10px;
}

.search_cross .style_check dt,
.search_cross .style_pull dt {
    display: none;
}

#search_BOX .search_cross dl dd {
    padding: 15px 15px 0 15px;
}

#search_BOX .search_cross .style_check dd {
    border-top: 1px solid #EEE;
}

#search_BOX .search_cross .style_pull dd {
    border-top: none;
    padding: 0 15px 0 15px;
}

#search_BOX .search_cross dl dd .select_wrap {
    overflow: hidden;
    background-color: #EEE;
    background-image: url(../img/common/ic_search_pull.png);
    background-image: url(../img/common/ic_search_pull_half.png)\9;
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-size: 8px 5px;
    margin: 0px 0px 15px;
}

#search_BOX .search_cross dl dd select {
    color: #666666;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    width: 110%\9;
    font-size: 15px !important;
    line-height:1;
}

#search_BOX .search_cross dl dd .search_check {
    margin: -15px -15px 0px;
}

#search_BOX .search_cross dl dd ul {
    display: table;
    width: 100%;
}

#search_BOX .search_cross dl dd ul li {
    display: table-row;
}

#search_BOX .search_cross label {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #EEE;
}

#search_BOX .search_cross label.label01 {
    width: 50px;
    text-align: center;
}

input[type=checkbox] {
    vertical-align: 0.09em;
    appearance: checkbox;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -o-appearance: checkbox;
    -ms-appearance: checkbox;
    appearance: checkbox\9;
    overflow: hidden;
}

#search_BOX .search_cross label.label02 {
    width : -webkit-calc(100% - 50px);
    width : calc(100% - 50px);
}

#search_BOX .search_cross label.label02 a {
    display: block;
    text-decoration: none;
    background-image: url(../img/common/ic_btn_arrow02.png);
    background-image: url(../img/common/ic_btn_arrow02_ie.png)\9;
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-size: 8px 12px;
    line-height: 1.4;
    padding: 15px 30px 14px 5px;
}

#search_BOX .search_cross .search_btn {
    cursor: pointer;
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
    height: 42px;
    width: 72%;
    border-radius: 3px;
    letter-spacing: 10px;
    padding-left: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 20px auto 0 auto;
    position: relative;
    display: block;
    text-align: center;
    max-width: 230px;
}

#search_BOX .search_cross .search_btn:hover {
    top: 2px;
    box-shadow: none;
}

#search_BOX .close_search_BOX {
    margin: 20px 0px 0px;
    padding: 10px 0px 0px;
    position: relative;
    height: 45px;
}

#search_BOX .close_search_BOX_wrap {
    position: relative;
    background: #eee;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    right: 20px;
    margin: 0px auto;
    height: 33px;
    width: 92px;
}

#search_BOX .close_search_BOX .close_btn_txt {
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
    left: 37px;
}

#search_BOX .close_search_BOX .close_btn_ic {
    background: #FFF;
    background: url(../img/common/ic_search_close_ie.png) no-repeat center #FFF\9;
    width: 19px;
    height: 19px;
    border-radius: 19px;
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
}

#search_BOX .close_search_BOX .close_btn_ic span {
    height: 1px;
    width: 13px;
    background: #666666;
    position: absolute;
    top: 9px;
    left: 3px;
    display: none\9;
}

#search_BOX .close_search_BOX .close_btn_ic span:first-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#search_BOX .close_search_BOX .close_btn_ic span:last-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*=============================

再検索 #search_BOX

=============================*/

#kyujin_typeD_map .search_cross {
    margin: 0px 0px 20px 0px;
    font-size: 14px;
}

#kyujin_typeD_map .search_cross .tit_default {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 0px 0px 30px;
    color: #666;
}

#kyujin_typeD_map .search_cross .tit_default p {
    font-size: 13px;
}

#kyujin_typeD_map .search_cross dl {
    width: 100%;
}

#kyujin_typeD_map .search_cross dl dt {
    color: #FFF;
    padding: 10px;
}

.search_cross .style_check dt,
.search_cross .style_pull dt {
    display: none;
}

#kyujin_typeD_map .search_cross dl dd {
    padding: 15px 15px 0 15px;
}

#kyujin_typeD_map .search_cross .style_check dd {
    border-top: 1px solid #EEE;
}

#kyujin_typeD_map .search_cross .style_pull dd {
    border-top: none;
    padding: 0 15px 0 15px;
}

#kyujin_typeD_map .search_cross dl dd .select_wrap {
    overflow: hidden;
    background-color: #EEE;
    background-image: url(../img/common/ic_search_pull.png);
    background-image: url(../img/common/ic_search_pull_half.png)\9;
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-size: 8px 5px;
    margin: 0px 0px 15px;
}

#kyujin_typeD_map .search_cross dl dd select {
    color: #666666;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    width: 110%\9;
    font-size: 15px !important;
}

#kyujin_typeD_map .search_cross dl dd .search_check {
    margin: -15px -15px 0px;
}

#kyujin_typeD_map .search_cross dl dd ul {
    display: table;
    width: 100%;
}

#kyujin_typeD_map .search_cross dl dd ul li {
    display: table-row;
}

#kyujin_typeD_map .search_cross label {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #EEE;
}

#kyujin_typeD_map .search_cross label.label01 {
    width: 50px;
    text-align: center;
}

#kyujin_typeD_map .search_cross input[type=checkbox] {
    vertical-align: 0.09em;
    appearance: checkbox;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -o-appearance: checkbox;
    -ms-appearance: checkbox;
    appearance: checkbox\9;
    overflow: hidden;
}

#kyujin_typeD_map .search_cross label.label02 {
    width : -webkit-calc(100% - 50px);
    width : calc(100% - 50px);
}

#kyujin_typeD_map .search_cross label.label02 a {
    display: block;
    color: #666666;
    text-decoration: none;
    background-image: url(../img/common/ic_btn_arrow02.png);
    background-image: url(../img/common/ic_btn_arrow02_ie.png)\9;
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-size: 8px 12px;
    line-height: 1.4;
    padding: 15px 30px 14px 5px;
}

#kyujin_typeD_map .search_cross .search_btn {
    cursor: pointer;
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
    height: 42px;
    width: 72%;
    border-radius: 3px;
    letter-spacing: 10px;
    padding-left: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 20px auto 0 auto;
    position: relative;
    display: block;
    text-align: center;
    max-width: 230px;
}

#kyujin_typeD_map .search_cross .search_btn:hover {
    top: 2px;
    box-shadow: none;
}

#kyujin_typeD_map .close_search_BOX {
    display: none;
}

.list_cts {
    display: none;
}

/*類似案件css*/
#container .load-related-post {
    margin: 50px 0 -60px;
    padding: 0 0 60px 0;
    background: #f8f8f8;
}

#container .load-related-post .tit_default {
    font-size: 15px;
    color: #fff;
    padding: 10px;
    margin: 20px 0;
    line-height: 1.7;
    position: relative;
}

.load-related-post .arrow_box::after {
    border-style: solid;
    border-width: 0 20px 15px 0;
    bottom: -10px;
    content: "";
    display: block;
    height: 0;
    left: 20px;
    margin-left: 0;
    position: absolute;
    width: 0;
    z-index: 1;
}

.load-related-post .related-box {
    margin: 0 10px 10px;
    background: #fff;
    box-shadow: 0 1px 1px #e5e5e5;
    -moz-box-shadow: 0 1px 1px #e5e5e5;
    -o-box-shadow: 0 1px 1px #e5e5e5;
    -ms-box-shadow: 0 1px 1px #e5e5e5;
    border: none\9; /* 全てのIE */
    overflow: hidden;
    _zoom: 1;
}

.load-related-post .related-box a {
    display: block;
    padding: 10px;
    text-decoration: none;
    background: #fff;
}

.load-related-post .related-box a:hover {
    background: #fff;
    opacity: 0.7;
}

.load-related-post .related-box .related-img {
    margin: 0 15px 0 0;
    background: #fff;
    text-align: center;
    float: left;
    width: 90px;
    height: 70px;
}

.load-related-post .related-box a:hover .related-img {
    background: #fff;
}

.load-related-post .related-box .related-img img {
    max-width: 90px;
    max-height: 70px;
}

.load-related-post .related-box .related-wrap {
    overflow: hidden;
    _zoom: 1;
    line-height: 1.4;
}

.load-related-post .related-box .related-txt {
    overflow: hidden;
}

.load-related-post .related-box .related-tit {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.load-related-post .related-box .related-form {
    margin: 0 0 15px 0;
    display: inline-block;
}

.load-related-post .related-box .related-form dd {
    font-size: 12px;
    padding: 0 10px;
    margin: 0 5px 5px 0;
    display: inline-block;
}

.load-related-post .related-box .related-type {
    clear: both;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.load-related-post .related-box .related-type dt {
    background: #eee;
    font-size: 11px;
    text-align: center;
    line-height: 1;
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 3px 0;
    width: 50px;
}

.load-related-post .related-box .related-type dd {
    font-size: 13px;
}

.load-related-post .related-box .related-date {
    font-size: 12px;
    clear: both;
    color: #aaa;
    text-align: right;
}

.load-related-post #news-post #News_contents_BOX {
    padding: 0;
}

.load-related-post #news-post #News_contents_BOX dl {
    margin: 0 10px 10px;
    background: #fff;
}

.load-related-post #news-post #News_contents_BOX a:hover {
    opacity: 0.7;
}

.load-related-post .news_spn,
.load-related-post .news_1column {
    display: none;
}


/*=============================

entry_flow

=============================*/

#entry_flow_contents .entry_flow,
#privacy_notice_contents .entry_flow {
    padding: 30px 10px;
}

#container .entry_cts h4 {
    font-size: 17px;
    margin-bottom: 5px;
}

.entry_cts .section01 {
    padding: 20px 10px 30px;
    background: #f8f8f8;
    margin: 0 0 30px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    border: 1px solid #e7e7e7\9; /* 全てのIE */
    box-shadow: none\9;
    line-height: 1.4;
}

.entry_cts .section01 .entry_wrap {
    padding: 0 10px 30px;
}

.entry_cts .section01 .entry_wrap:last-child {
    padding: 0 10px 0;
}

#container .entry_cts h3 {
    line-height: 1.4;
    font-size: 17px;
    padding: 0 10px 10px 10px;
    margin-bottom: 10px;
}

.entry_cts .section01 .entry_text p,
.entry_cts .section01 .entry_text_img p {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    border: 1px solid #e7e7e7\9; /* 全てのIE */
    box-shadow: none\9;
    line-height: 1.8;
}

.entry_wrap .flowItemDetail_BOX .box_img {
    max-width: 280px;
    margin: 0 auto 20px;
}

.entry_wrap .flowItemDetail_BOX .box_img img {
    width: 100%;
}

.entry_cts .entry_wrap .arrow {
    width: 0;
    height: 0;
    margin: 0 auto 30px
}

.entry_cts .step {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    padding: 0 10px;
    margin: 0 10px 0 0;
}

.entry_cts .step span.large {
    font-size: 20px;
    margin: 0 0 0 5px;
}

.entry_cts .btn_box {
    width: 75%;
    margin: 0 auto;
}

.entry_cts .btn_box a,
.btn_box .detail_link a {
    display: block;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 12px 0px;
    border-radius: 3px;
    background-image: url(../img/common/ic_btn_arrow.png);
    background-repeat: no-repeat;
    background-position: 91% center;
    background-size: 4px auto;
    line-height: 1;
    text-align: center;
}

.btn_box a.btn_blank {
	background-image: none;
}

.btn_center {
	margin-top: 30px;
}

.btn_fluid .detail_link {
    width:60%;
    margin: 0 auto
}


.entry_cts .btn_box .oubo_link a {
    background-color: #c02001;
    box-shadow: 0px 2px #8e1700;
}

/*「Googleアナリティクスの利用について」PDFへのリンク追加用*/
#footer_wrap {
    height: auto;
    padding: 12px 0 60px;

}
#footer_wrap p {
    display: block;
    padding: 0;
}
#footer_wrap .ga-pdf{
    padding: 1em 0 0 0;
}
#footer_wrap .ga-pdf a{
    color: #FFFFFF;
    text-decoration: none;
}
#footer_wrap .ga-pdf a:hover{
    text-decoration: underline;
}
