
/*=============================

共通common.css

=============================*/

/*=============================

2カラム分岐

=============================*/

#wrap {
    position: relative;
    height: 100%;
    -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;
}

.main {
    margin-left: 280px;
    min-height: 100%;
    position: relative;
    -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;
	/*height: 100%;*/
}

.main .main_inner {
    position: relative;
    padding: 50px 0 180px;
    margin-bottom: -80px;
    -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;
	height: 100%;
}

#gnav {
    width: 280px;
    float: left;
    background: #fff;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
    overflow-x: hidden;
    box-shadow: 1px 0px 5px #ccc;
    -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*/
#index_body .main {
    margin-left: -280px;
    width: 100%;
    float: right;
    -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;
	height: 100%;
}

#index_body .main .main_inner {
    margin-left: 280px;
    padding: 0;
    margin-bottom: 0x;
    -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;
}


/*=============================

gnav

=============================*/

#gnav #home {
    margin: 50px 10px;
}

#gnav #home .logo {
    text-align: center;
}

#gnav #home a {
    display: inline-block;
	height: 100px;
	width: 100%;
	position: relative;
}

#gnav #home a img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

#gnav ul {
    margin: 0 0 120px;
}

#gnav ul li a {
    display: block;
    padding: 10px 20px 10px 10px;
    text-decoration: none;
    background: url(../img/gnav/icon_on.png) no-repeat 96% center;
    background: url(../img/gnav/icon_on_ie8.png) no-repeat 96% center\9;
    background-size: 8px;
    -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;
}

#gnav ul li a:hover,
#gnav ul li a.menu_on {
    background-image: url(../img/gnav/icon_on.png);
    background-image: url(../img/gnav/icon_on_ie8.png)\9;
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 8px;
    color: #fff;
}

/*フリーワード*/
#gnav .freeword_box {
    border-radius: 20px;
    height: 30px;
    border: 1px solid #666;
    position: fixed;
    width: 260px;
    left: 10px;
    bottom: 70px;
    background: #fff;
}

#gnav .freeword_box #id_fwForm {
    position: relative;
}

#gnav .freeword_box .txt-field {
    float: left;
    border: medium none;
    line-height: 1em;
    outline: medium none;
    -moz-appearance: textfield;
    letter-spacing: 2px;
    margin: auto;
    font-size: 13px;
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    padding: 0 0 1px;
}

#gnav #gnav_list .freeword_box .txt-field input {
    color: #666;
    height: 27px;
    line-height: 27px;
}

#gnav .freeword_box .txt-field .hd_int-word {
    border: medium none;
    padding: 7px 5px 5px;
    width: 130%;
}

#gnav .freeword_box .int-btn .int-btn00 {
    float: left;
    background: transparent url(../img/gnav/ic_freeword_001.png) no-repeat 4px 6px;
    background: transparent url(../img/gnav/ic_freeword_001_ie8.png) no-repeat 4px 6px\9;
    background-size: 20px 17px;
    border: medium none;
    display: block;
    height: 0px;
    padding: 28px 0px 0px;
    cursor: pointer;
    width: 36px;
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0px;
    overflow: hidden;
}

/* search_btn */
#gnav #search_btn {
    display: none;
}

#search_BOX {
    display: none;
}


/*=============================

footer

=============================*/

#footer_wrap {
    height: 80px;
    line-height: 80px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

#footer_wrap p {
    font-size: 12px;
    color: #FFF;
    text-align: center;
}

#page_top {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 1;
}

#page_top a {
    display: block;
    background-image: url(../img/index/pagetop.png);
    background-image: url(../img/index/pagetop_ie.png)\9;
    background-repeat: no-repeat;
    background-position: center center;
    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;
}

/*index*/
#index_body #footer_wrap {
    margin: 0;
    bottom: auto;
}


/*=============================

index

=============================*/

/* main_img
******************************/
#index_contents{
	height: 100%;
	min-height: 800px;
}
#index_contents #main_top {
    width: 100%;
    height: 50%;
    background: url(../img/index/index_main_001.jpg) no-repeat center center;
    background-size: cover;
	min-height: 700px;
}
#index_contents #MainLink{
	height: calc(50% - 80px);
}
#index_contents #MainLink ul {
	height: 100%;
}
#index_contents #MainLink ul li {
    float: left;
    width: 33.33%;
    background: #fff;
	height: 50%;
}

#index_contents #MainLink ul li a {
    display: block;
    text-decoration: none;
    position: relative;
}

#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 .link_bg span {
    padding: 0 20px;
    display: block;
}

#index_contents #MainLink ul li a::after {
    position: absolute;
    content: " ";
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    border-top: 3em solid transparent;
    z-index: 1;
}

#index_contents #MainLink ul li .link_bg {
    height: 100%;
    /*display: table-cell;*/
    vertical-align: middle;
    text-align: center;
    width: 100%;
    font-size: 22px;
    color: #666666;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/*各スタイル*/
#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;
}


/*=============================

interview_l

=============================*/

.message_l,
.interview_l,
.product_l {
    margin-bottom: -30px;
}

.staff_cts {
    margin-top: -20px;
    padding-top: 20px;
}

.staff_cts .section01 {
    padding: 30px 20px 40px;
    line-height: 1.8;
    background: #f8f8f8;
    margin: 0 0 30px;
    box-shadow: 0px 1px 1px #e5e5e5;
    -moz-box-shadow: 0px 1px 1px #e5e5e5;
    -o-box-shadow: 0px 1px 1px #e5e5e5;
    -ms-box-shadow: 0px 1px 1px #e5e5e5;
    border: 1px solid #e5e5e5\9; /* 全てのIE */
    box-shadow: none\9;
}

.staff_cts .section01 .profile {
    overflow: hidden;
    margin: 0 30px 30px;
}

.staff_cts .section01 .box_img {
	width:312px;
	float:left;
}

.staff_cts .section01 .box_img img {
	width:100%;
	height:auto;
}

.staff_cts .section01 .box_movie {
	width:312px;
	float:left;
}

.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 .center_box {
    width: 312px;
    margin: 0 auto 30px;
    overflow: hidden;
    float:none;
}
.staff_cts .section01 .box_movie.center_box{width:520px;}
.staff_cts .section01 .profile_text {
    margin-left: 332px;
}

.staff_cts .section01 .box_name {
    color: #fff;
    padding: 20px;
}

.staff_cts .section01 .box_name .syokusyu {
    font-size: 13px;
}

.staff_cts .section01 .history {
    margin: 10px 1px 2px 1px;
    background: #fff;
    position: relative;
    box-shadow: 0px 1px 1px #e5e5e5;
    -moz-box-shadow: 0px 1px 1px #e5e5e5;
    -o-box-shadow: 0px 1px 1px #e5e5e5;
    -ms-box-shadow: 0px 1px 1px #e5e5e5;
    border: 1px solid #e5e5e5\9; /* 全てのIE */
    box-shadow: none\9;
}

.staff_cts .section01 .history dt,
.staff_cts .section01 .history dt dd {
    display: table-cell;
    vertical-align: middle;
    border-collapse: separate;	/*セルの間隔を空ける */
    border-spacing: 10px 0;	/* 左右 上下で記述 */
}

.staff_cts .section01 .history dt {
    background: #eeeeee;
    font-weight: bold;
    width: 150px;
    min-width: 150px;
    text-align: center;
    padding: 20px 0;
}

.staff_cts .section01 .history dd {
    padding: 20px;
    display: table-cell;
}

.staff_cts .section01 .staff_wrap {
    margin-bottom: -30px;
}

.staff_cts .section01 .staff_text {
    clear: both;
    margin: 0 30px 30px;
}

.staff_cts .section01 .staff_text p {
    background: #fff;
    padding: 20px;
    line-height: 1.8;
    box-shadow: 0px 1px 1px #e5e5e5;
    -moz-box-shadow: 0px 1px 1px #e5e5e5;
    -o-box-shadow: 0px 1px 1px #e5e5e5;
    -ms-box-shadow: 0px 1px 1px #e5e5e5;
    border: 1px solid #e5e5e5\9; /* 全てのIE */
    box-shadow: none\9;
}

.staff_cts .section01 .copy_only {
    margin-bottom: 20px;
}

/*詳細ボタン*/
.detail_btn {
    width: 350px;
    margin: 30px auto 0;
    border-radius: 3px;
    position: relative;
}

.detail_btn:hover {
    box-shadow: none;
    top: 2px;
}

.detail_btn a {
    display: block;
    font-size: 19px;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 20px 0px;
    border-radius: 3px;
    background: url(../img/common/ic_btn_arrow.png) no-repeat 0 0;
    background: url(../img/common/ic_btn_arrow_ie.png) no-repeat 0 0\9;
    background-size: 8px 10px;
    background-position: 95% center;
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

/*分岐css*/
.no_kyujin {
    text-align: center;
    margin: 150px auto;
}

.none02 {
    margin-bottom: 80px;
}


/*=============================

message_l

=============================*/

.message_l .staff_cts .section01 .first_text {
    clear: none;
    margin: 0 1px 20px;
}


/*=============================

News

=============================*/

#News_contents_BOX .contents_BOX {
    margin: 0 20px;
}

#News_contents_BOX .contents_BOX dl a {
    display: block;
    padding: 20px;
    text-decoration: none;
}

#News_contents_BOX .contents_BOX dl a:hover {
    background: #f8f8f8;
    text-decoration: underline;
}

#News_contents_BOX .contents_BOX dl {
    border-bottom: dotted 3px #666;
    margin: 10px 0;
}

#News_contents_BOX .contents_BOX dl dt {
    width: 200px;
    display: table-cell;
    vertical-align: middle;
}

#News_contents_BOX .contents_BOX dl dd {
    display: table-cell;
}
#News_contents_BOX .contents_BOX dl dd .company_name{
	font-size: 12px;
}

#News_body #News_contents_BOX h2 p,
.news_2column {
    display: none;
}


/*=============================

Corporate

=============================*/

#Corporate_contents_BOX h2 {
    margin: 0 0 30px;
}

#Corporate_contents_BOX .contents_BOX {
    padding: 30px 50px;
    background: #f8f8f8;
}

#Corporate_contents_BOX .contents_BOX dl {
    background: #fff;
    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;
}

#Corporate_contents_BOX .contents_BOX dl dt {
    color: #fff;
    width: 130px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

#Corporate_contents_BOX .contents_BOX dl dd {
    padding: 20px 30px;
    display: table-cell;
}

#Corporate_contents_BOX .contents_BOX dl dd img {
    width: 100%;
}


/*=============================

下層共通css

=============================*/

#container .tit_default {
    font-size: 30px;
    padding: 0 0 5px 20px;
    margin-bottom: 30px;
}

#container .tit_default p {
    font-size: 17px;
    float: right;
    margin-top: 16px;
    line-height: 1;
}

.no_data {
    margin: 400px 0;
    text-align: center;
}

#container {
    max-width: 1100px;
    margin: 0 auto;
    color: #666;
    font-size: 15px;
    padding: 0 20px;
}

#container h3 {
    font-size: 25px;
    padding: 0 30px 20px;
    line-height: 1.4;
    margin-bottom: 20px;
}
#container h3 .company_name{
    display: block;
    font-size: 16px;
}
#container h3 .kyuujin_title{

}

#container h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

.shadow {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e7e7e7\9; /* 全てのIE */
    box-shadow: none\9;
}


/*=============================

再検索 求人一覧マップ表示

=============================*/

#kyujin_typeD_map {
}

#kyujin_typeD_map .search_cross {
    border-radius: 3px;
    padding: 30px 20px;
}

#kyujin_typeD_map .search_cross .tit_default {
    border: medium none;
    font-size: 20px;
    padding: 0;
    text-align: center;
    margin: 0 0 20px 0;
}

#kyujin_typeD_map .search_cross .tit_default p {
    display: none;
}

#kyujin_typeD_map .search_cross dl {
    display: table;
    width: 100%;
}

#kyujin_typeD_map .search_cross dl dt {
    border-spacing: none;
    display: none;
}

#kyujin_typeD_map .search_cross dl dd {
    display: table-cell;
    vertical-align: middle;
    border-spacing: none;
}

#kyujin_typeD_map .search_cross dl dd .select_wrap {
    overflow: hidden;
    width: 100%;
    background-color: #FFF;
    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: 0 0 10px;
    border-radius: 5px;
}

#kyujin_typeD_map .search_cross dl dd select {
    padding: 10px 0px 10px 5px;
    cursor: pointer;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    width: 110%\9;
    font-size: 13px !important;
    color: #666;
    line-height:1;
}

#kyujin_typeD_map .search_cross ul {
    overflow: hidden;
    margin: 5px 0px 5px 5px;
}

#kyujin_typeD_map .search_cross dl dd li {
    float: left;
    margin-bottom: 5px;
}

#kyujin_typeD_map .search_cross .list_cross a {
    margin: 0px 20px 0px 7px;
    vertical-align: 0.08em;
    font-size: 13px;
    text-decoration: none;
}

#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: 10px auto 10px;
    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;
}


/*=============================

再検索 #search_BOX

=============================*/

/*再検索*/
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;
}

.list_cts {
    margin-bottom: 70px;
}

.list_cts #list_search_cross {
    margin-bottom: 30px;
}

.list_cts #list_search_cross .btn_list_search_cross {
    display: block;
    background: #f0f0f0;
    cursor: pointer;
    font-size: 19px;
    padding: 20px 30px;
    line-height: 1;
    letter-spacing: 2px;
    border-radius: 3px;
    position: relative;
    text-decoration: none;
}

.list_cts #list_search_cross .btn_list_search_cross p span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.list_cts #list_search_cross .btn_list_search_cross p {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 30px;
    top: 0px;
    bottom: 0;
    margin: auto;
    background: url(../img/common/ic_list_search.png) no-repeat\9;
}

.list_cts #list_search_cross .btn_list_search_cross p span {
    position: absolute;
    background-color: #666;
}

.list_cts #list_search_cross .btn_list_search_cross p span:nth-of-type(1) {
    top: 7px;
    left: 0;
    width: 100%;
    height: 2px;
    -moz-transition: -moz-transform 0.5s ease 0s;
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
}

.list_cts #list_search_cross .btn_list_search_cross p span:nth-of-type(2) {
    top: 0px;
    left: 7px;
    width: 2px;
    height: 100%;
}

.list_cts #list_search_cross .btn_list_search_cross.active span:nth-of-type(2) {
    height: 0;
    top: 7px;
}

.disp_none {
    display: none;
}

.list_cts .search_cross dl {
    background: #eeeeee;
    margin: 0 0 20px 0;
    width: 100%;
    display: table;
}

.list_cts .search_cross dt,
.list_cts .search_cross dd {
    display: table-cell;
    vertical-align: middle;
}

.list_cts .search_cross dl dt {
    text-align: center;
    color: #fff;
    width: 20%;
    padding: 0 5px;
}

.list_cts .search_cross dl dd,
.list_cts .search_cross .list_cross_city ul {
    overflow: hidden;
}

.list_cts .search_cross dl dd .select_wrap {
    width: 100%;
    background-color: #eeeeee;
    background-image: url(../img/common/ic_search_pull.png);
    background-repeat: no-repeat;
    background-position: 97.5% 50%;
    background-size: 15px 8px;
}

.list_cts .search_cross dl dd select {
    width: 100%;
    padding: 20px;
    width: 105%\9;
    cursor: pointer;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    border: 1px none;
    color: #666;
}

.list_cts .search_cross dl dd select.free_area_pull {
    margin: -20px;
}

.list_cts .search_cross .search_check {
    padding: 20px 20px 10px;
    font-size: 15px;
}

.list_cts .search_cross ul {
    overflow: hidden;
}

.list_cts .search_cross dl dd li {
    float: left;
    margin-bottom: 10px;
}

.list_cts .search_cross .list_cross a {
    margin: 0 20px 0 10px;
    vertical-align: 0.08em;
}

.list_cts .search_cross .search_btn {
    cursor: pointer;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    width: 300px;
    height: 70px;
    border-radius: 3px;
    letter-spacing: 15px;
    padding-left: 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    margin: 10px auto 2px;
    display: block;
}

.list_cts .search_cross .search_btn:hover {
    top: 2px;
    box-shadow: none;
}

.list_cts .close_search_BOX {
    display: none;
}

/*類似案件css*/
.load-related-post {
    margin-top: 70px;
}

.load-related-post .related-box {
    margin: 0 0 10px;
    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 */
    box-shadow: none\9;
    overflow: hidden;
    _zoom: 1;
}

.load-related-post .related-box a {
    display: block;
    padding: 20px;
    text-decoration: none;
    background: #fff;
}

.load-related-post .related-box a:hover {
    background: #f8f8f8;
}

.load-related-post .related-box .related-img {
    float: left;
    margin: 0 20px 0 0;
    background: #fff;
    width: 180px;
    height: 120px;
    text-align: center;
}

.load-related-post .related-box a:hover .related-img {
    background: #f8f8f8;
}

.load-related-post .related-box .related-img img {
    max-width: 180px;
    max-height: 120px;
}

.load-related-post .related-box .related-wrap {
    overflow: hidden;
    _zoom: 1;
    line-height: 1.8;
}

.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 15px 0;
}

.load-related-post .related-box .related-form {
    display: inline-block;
    margin: 0 0 5px 0;
}

.load-related-post .related-box .related-form dd {
    font-size: 12px;
    padding: 0 10px;
    margin: 0 10px 10px 0;
    display: inline-block;
}

.load-related-post .related-box .related-type {
    clear: both;
    margin: 0 0 10px 0;
    overflow: hidden;
    _zoom: 1;
}

.load-related-post .related-box .related-type dt {
    padding: 5px 0;
    width: 50px;
    background: #eee;
    font-size: 11px;
    text-align: center;
    line-height: 1;
    float: left;
}

.load-related-post .related-box .related-type dd {
    margin: 0 0 0 65px;
    line-height: 1.4;
    font-size: 13px;
}

.load-related-post .related-box .related-date {
    font-size: 12px;
    clear: both;
    color: #aaa;
}

.load-related-post .news_2column {
    display: none;
}

.load-related-post .news_spn {
    display: none;
}


/*=============================

entry_flow

=============================*/

.entry_cts .section01 {
    padding: 30px 20px 40px;
    line-height: 1.8;
    background: #f8f8f8;
    margin: 0 0 30px;
    box-shadow: 0px 1px 1px #e5e5e5;
    -moz-box-shadow: 0px 1px 1px #e5e5e5;
    -o-box-shadow: 0px 1px 1px #e5e5e5;
    -ms-box-shadow: 0px 1px 1px #e5e5e5;
    border: 1px solid #e5e5e5\9; /* 全てのIE */
    box-shadow: none\9;
}

.entry_cts .section01 .entry_text {
    margin: 0 0 30px;
}

.entry_cts .section01 .last {
    margin: 0;
}

.entry_cts .section01 .entry_text p,
.entry_cts .section01 .entry_text_img p {
    background: #fff;
    padding: 20px;
    line-height: 1.8;
    box-shadow: 0px 1px 1px #e5e5e5;
    -moz-box-shadow: 0px 1px 1px #e5e5e5;
    -o-box-shadow: 0px 1px 1px #e5e5e5;
    -ms-box-shadow: 0px 1px 1px #e5e5e5;
    border: 1px solid #e5e5e5\9; /* 全てのIE */
    box-shadow: none\9;
}

.entry_wrap .flowItemDetail_BOX {
    overflow: hidden;
}

.entry_wrap .flowItemDetail_BOX .box_img {
    width: 300px;
    float: left;
}

.entry_cts .section01 .entry_text_img {
    margin: 0 0 0 320px;
}

.entry_wrap .flowItemDetail_BOX .box_img img {
    width: 100%;
}

.entry_cts .entry_wrap {
    padding: 0 30px 20px;
}

.entry_cts .entry_wrap .arrow {
    width: 0;
    height: 0;
    margin: 30px auto;
}

.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: 24px;
    margin: 0 0 0 5px;
}

.btn_box .oubo_link a.entry_btn:hover {
    top: 2px;
    box-shadow: none;
    border-bottom: none;
}

.entry_cts .btn_box .oubo_link {
    margin: 0 auto;
}

/*「Googleアナリティクスの利用について」PDFへのリンク追加用*/

#footer_wrap {
    height: auto;
    line-height: auto;
    padding: 30px 0px;
}
#footer_wrap  .wrap-copyright {
    line-height: 1;
}
#footer_wrap .wrap-copyright .ga-pdf {
    padding: 1.2em 0 0 0;
}
#footer_wrap .wrap-copyright .ga-pdf a{
    color: #FFFFFF;
    text-decoration: none;
}
#footer_wrap .wrap-copyright .ga-pdf a:hover{
    text-decoration: underline;
}
