/*=============================

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;
}
/*=============================

下層共通

=============================*/
.no_data {
	margin:200px 0;
	text-align:center;
}
#container {
	color:#666;
/*	font-size:12px;*/
}
#news_contents #container,
#corporate_contents #container,
#index_contents #news_cts {
	background:#f8f8f8;
}
#container .tit_default,
#search_BOX #search_cross .tit_default {
	font-size:20px;
	text-align:center;
	font-weight:bold;
	margin:0 0 30px;
	color:#666;
    line-height: 1;
}
#container .tit_default p,
#search_BOX #search_cross .tit_default p {
	font-size:13px;
    padding: 10px 0 0 0;
}
#container .staff_cts h3 {
	line-height:1.4;
	font-size:17px;
	padding:0 10px 10px 10px;
	margin-bottom:10px;
}
#container .staff_cts h4 {
	font-size:17px;
	margin-bottom:5px;
}



/*=============================

main_default

=============================*/
.main .bx-wrapper{
	overflow: hidden;
    height:210px;
    width: 100%;
	position: relative;
}
/*=============================

main_一枚

=============================*/
/*.main {
	margin: 0 0 30px;
	}*/

.bx-viewport ul li.main {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
	min-height: 210px;
}

#list_img_001 {
	width:100%;
	}

/*.list_img{
	position: absolute;
	display: block;
	width: 100%;
	overflow: hidden;
	
}*/
.mainTextWrap {	
	position: absolute;
	z-index: 2;
	font-size: 13px;
	line-height: 1.6;
}
.mainArea .textBack h1{
	font-size: 22px;
}
.mainArea .textBack{
	padding:10px;
}
.mainTextWrap .leadText{
	display: table-cell;
	vertical-align: middle;
	height:250px;
}
/*カスタマイズ用*/
/*テキスト背景色*/
.mainTextWrap .white{
	color:#333;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3ffffff,endColorstr=#B3ffffff); 
    background: rgba(255, 255, 255, 0.7);
}
.mainTextWrap .black{
	color:#fff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3000000,endColorstr=#B3000000); 
    background: rgba(0, 0, 0, 0.7);
}
.mainArea .color{
	color:#fff;
}

/*テキスト位置*/
.mainArea .position_l{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
}
.mainArea .position_r{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
}
.mainArea .position_c{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
}
/*テキスト寄せ*/
.text_l{
	text-align:left;
}
.text_r{
	text-align:right;
}
.text_c{
	text-align:center;
}
/*=============================

main_カルーセル

=============================*/
.main-slider img{
	width:100%;
}
/*-- slick用 --*/
.slick-list{
    padding: 0;
    width: 100%;
}
.main-slider .slick-list{
    margin: 0 auto;
}
.slick-slider{
    width: 100%;
    overflow: hidden;
}
.slick-list{
    /*width:100%;*/
}
.slick-prev, .slick-next {
    width: 46px;
    height: 46px;
    z-index: 2;
    background: #000;
    opacity: 0.2;
}
.slick-prev:hover, .slick-next:hover{
    width: 46px;
    height: 46px;
    z-index: 2;
    background: #000;
    opacity: 0.2;
}
.slick-prev::before, .slick-next::before {
  content: "";
  position: absolute;
  top: 0;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}
.slick-prev {
    left: 10px;
}
.slick-prev::before {
  left: 18px;
  transform: rotate(-135deg);
}
.slick-next {
  right: 10px;
}
.slick-next::before {
  right: 20px;
  transform: rotate(45deg);
}

/*=============================

main_高さ100％

=============================*/
body { height: 100%; }
#mainimg_c{
	overflow:hidden;
	height: 100%;
	background: url(../img/main_v/400_F_90657884_bwEp0J89cFHZ0S8vZRqBh9alPifdpB5H.jpg)no-repeat center; 
background-size: cover;
}



/*=============================

bunner

=============================*/
/*共通*/
.bunnerWrap{
	margin: 0 auto0;
    padding: 35px 0;
}
.bunner_list{
	/*margin: 30px auto -10px auto;*/
	}
.bunnerWrap img {
	width:100%;
	}

.bunnerWrap .main{
	overflow: hidden;
    height:200px;
    width: 100%;
	position: relative;
}
.bunnerWrap a:hover img{	
	opacity:0.7;
    -moz-opacity:0.7;
    filter:alpha(opacity = 70)
}

.bunnerWrap li {
	margin:0 10px 10px;
}

#slider02 li{
	float:left;
	max-width:640px!important;
	margin:0 0 10px!important;
}

.bx-wrapper #slider02 li img {
	width:100% !important;
}

#index_contents .bnr_btm{
	margin: 30px auto;
}

/*テキスト*/
.bunnerWrap ul li a {
    text-decoration:none;
}

.bunnerWrap ul li a p {
    padding-top: 10px;
    background: #fff;
}
.bunnerWrap ul li a p span {
    background:url(../../img/main_v/ic_arrow.png) no-repeat scroll left center;
    background: url(../../img/main_v/ic_arrow_ie8.png) no-repeat scroll left center\9;
    padding: 0 0 0 20px;
    background-size: 16px;
}


/*=============================

newsticker

=============================*/

#news_ticker {
	position: relative;
	z-index: 1;	
    padding: 0 0 10px 0;
}

.ticker_wrap {
	width:100%;
	position:relative;
	z-index:1;
}
#ticker {
	margin:0 auto;
	padding:15px 10px;
	text-align:left;
	position:relative;
	overflow:hidden;
	line-height: 1.5;
}
#ticker ul {
	width:100%;
	position:relative;
	height:21px;
	overflow:hidden;
}
#ticker ul.news_titletxt3 {
	height:42px;
}
#ticker ul li {
	width:100%;
	/*display:none;*/
}
#ticker ul li a {
	color:#fff;
	text-decoration:none;
	display: flex;
	align-items:center;
}
#ticker ul li a:hover {
	text-decoration:underline;
}
#ticker .tt_list {
	/*display:block;
	position:absolute;*/
}
#newslist_link {
	position:relative;
}
#newslist_link a {
	display:block;
	width:20px;
	position:absolute;
	padding:60px 15px 2px;
	border-radius:44px;
	top:-31px;
	right:10px;
	text-decoration:none;
	background-image:url(../../img/common/ic_newslink.png);
	background-position:center 68%;
	background-repeat:no-repeat;
	-webkit-transition:all 0.2s ease-in 0s;
	-moz-transition:all 0.2s ease-in 0s;
	-ms-transition:all 0.2s ease-in 0s;
	transition:all 0.2s ease-out 0s;
}
#newslist_link a:hover {
	top:-27px;
}
/*=============================

News

=============================*/
#product_contents .product_l,
#kyujinl_contents #kyujin_l_contents,
#interview_l_contents .interview_l,
#message_l_contents .message_l,
#movie_contents .movie_l,
#corporate_contents #Corporate_contents_BOX {
	padding:30px 10px;
}
#interview_d_contents .interview_l,
#message_d_contents .message_l {
	padding:30px 0;
}
#News_contents_BOX{padding: 0 10px;}
#News_contents_BOX .tit_default p {
	display:none;
}
#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: 12px;
}
#News_body #News_contents_BOX h2 p {
	display:none;
}
#News_body #News_contents_BOX {
	padding: 30px 10px;
}
#news_cts .news_spn {
    padding: 10px 0 0;
}
#news_cts .news_spn a {
	margin:0 auto;
	display:block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:10px;
	font-size:15px;
	width:140px;
}
#news_contents .news_spn {
	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:none\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%;
}
/*=============================

interview_l

=============================*/
.staff_cts{
	margin-top:-8px;
	padding-top:8px;
	}
.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 .box_img {
	height:auto;
	background:#f8f8f8;
	margin:0 auto;
	overflow:hidden;
	padding:0 10px;
	max-width:280px;
}
.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_name {
	color:#fff;
	padding:15px 10px;
}
.staff_cts .section01 .profile_text {
	margin:0 auto 2px;
	max-width:280px;
	padding:0 10px;
}
/*色の切り替え*/
.staff_cts .white_box .box_name {
	color:#666;
	margin:0 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 .color_box .box_name {
	color:#fff;
}
/*//色の切り替え*/

.staff_cts .section01 .box_name .staff_name {
	font-size:15px;
}
.staff_cts .section01 .staff_text,
.staff_cts .section01 .history {
/*display:none;*/
}
.staff_cts .section01 .history {
	padding:10px;
	background:#fff;
	margin:20px 1px 0 1px;
	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;
}
.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;
}
/*=============================

kyujin_l kyujin_d 共通SPN

=============================*/


.list_Block {
	background:#f8f8f8;
	padding:20px 10px 30px;
	box-shadow:0px 2px #e5e5e5;
	border-bottom:2px solid #e5e5e5\9;
	margin-bottom:30px;
}
.list_Block h3 {
	padding:10px 10px 20px;
	font-size:17px;
	margin-bottom:20px;
	background:none;
	line-height:1.7em;
}
.list_Block .new {
	background:#C31926;
	color:#FFF;
	font-size:9px;
	padding:4px 6px;
	border-radius:2px;
	line-height:1;
	vertical-align:middle;
	display:inline-block;
	letter-spacing:1px;
	margin-bottom:4px;
}
.list_Block .list_inner {
/*padding:0px 10px 30px;*/
/*margin:20px 10px 30px;*/
}
.list_Block .koyoukeitai_box {
	margin-bottom:10px;
}
.list_Block .koyoukeitai_box ul li {
	float:left;
	padding:4px 4px;
	margin-right:10px;
	font-size:11px;
	background:#FFF;
	letter-spacing:0;
	margin-bottom:10px;
	line-height:1;
}
.list_Block .img_box {
	max-width:260px;
	margin:0 auto 30px;
}
.list_Block .img_box img {
	width:100%;
	height:auto;
}
.list_Block .txt_box {
	margin-left:0px;
}
.list_Block .txt_box dl {
	margin-bottom:10px;
	box-shadow:1px 1px 1px #e5e5e5;
	background:#FFF;
}
.list_Block .txt_box dl dt {
	width:70px;
	background:#eeeeee;
	text-align:center;
	display:table-cell;
	padding:10px 0;
	vertical-align:middle;
	font-size:11px;
	letter-spacing:0;
}
.list_Block .txt_box dl dd {
	padding:12px 10px;
	display:table-cell;
	vertical-align:middle;
}
.list_Block .txt_box_only {
	margin-left:0x;
}
.list_Block .txt_box_only dl {
	margin-bottom:10px;
	box-shadow:1px 1px 1px #e5e5e5;
	background:#fff;
}
.list_Block .txt_box_only dl dt {
	width:110px;
	background:#eeeeee;
	padding:20px 15px;
	text-align:center;
	display:table-cell;
}
.list_Block .txt_box_only dl dd {
	padding:12px 10px;
	display:table-cell;
}
.list_Block .btn_box {
	width:260px;
	margin:0 auto;
}
.btn_box .detail_link {
	width:125px;
	float:left;
	text-align:center;
}
.btn_box .detail_link {
	width:125px;
	float:left;
	text-align:center;
}
.btn_fluid .detail_link {
	width:93%;
}
.btn_center {
	margin-top: 20px;
}
.btn_center .detail_link {
	float:none;
}
.list_Block .btn_box {
	width:260px;
	margin:0 auto;
}
.btn_box 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_box .oubo_link a {
	background-color:#c02001;
	box-shadow:0px 2px #8e1700;
}
.detail_link_only {
	width:260px;
	margin:0 auto;
	text-align:center;
}
.btn_box a:hover {
	top:2px;
	box-shadow:none;
}
/*=============================

kyujin_l　デフォルトSPN

=============================*/	

#kyujin_l_contents h2 p {
	font-size:12px;
	text-align:right;
	margin-top:20px;
}
#kyujin_l_contents .list_Block {
	background:#f8f8f8;
	padding:25px 0px 30px;
	box-shadow:0px 2px #e5e5e5;
	margin-bottom:30px;
}
#kyujin_l_contents .list_Block:last-child{
	margin-bottom:0px;
}
#kyujin_l_contents .list_Block h3 {
	padding:0px 10px 10px;
	font-size:17px;
	line-height:1.5;
	vertical-align:top;
	margin:0px 10px 20px;
}
#kyujin_l_contents .list_Block h3 .company_name{
    display: block;
    font-size: 12px;
}
#kyujin_l_contents .list_Block h3 .kyuujin_title{
    
}
#kyujin_l_contents .list_Block .list_inner {
	margin:0px 20px 15px;
}
#kyujin_l_contents .list_Block .img_box {
	width:260px;
	margin:0px auto 20px;
}
#kyujin_l_contents .list_Block .img_box img {
	width:100%;
	height:auto;
}
#kyujin_l_contents .list_Block .txt_box_only {
	margin-left:0x;
}
#kyujin_l_contents .list_Block .txt_box_only dl {
	margin-bottom:10px;
	box-shadow:1px 1px 1px #e5e5e5;
	background:#fff;
}
#kyujin_l_contents .list_Block .txt_box_only dl dt {
	width:110px;
	background:#eeeeee;
	padding:20px 15px;
	text-align:center;
	display:table-cell;
}
#kyujin_l_contents .list_Block .txt_box_only dl dd {
	padding:12px 10px;
	display:table-cell;
	width:80%;
}
#kyujin_l_contents .list_Block .btn_box {
	margin:0px auto;
	width:80%;
	min-width:260px;
}
#kyujin_l_contents .btn_box .detail_link {
	float:left;
	text-align:center;
	width:47%;
}
#kyujin_l_contents .btn_box .oubo_link {
	text-align:center;
	width:47%;
	float:right;
}

#kyujin_l_contents .btn_box .oubo_link a {
	background-color:#c02001;
	box-shadow:0px 2px #8e1700;
}
#kyujin_l_contents .btn_box .detail_link_only {
    float: none;
    width: 50%;
    min-width: 180px;
}
#kyujin_l_contents .btn_box a:hover,
.btn_hover_primary:hover {
	top:2px;
	box-shadow:none;
}
.btn_hover_primary:hover {
	box-shadow:none !important;
}
/*=============================

kyujin_d

=============================*/
#kyujind_contents #container {
    padding:30px 0px 50px 0;
}
#kyujind_contents .list_Block h3 {
    padding:10px;
    color:#fff;
}
#kyujind_contents .list_Block h3 .company_name{
    display: block;
    font-size: 12px;
}
#kyujind_contents .list_Block h3 .kyuujin_title{
    
}
#kyujind_contents .list_Block .list_inner {
	margin:0;
	padding:0px 10px 20px;
}
#kyujind_contents .list_Block .koyoukeitai_box {
	margin:10px 0;
}
#kyujind_contents .list_Block .img_box {
	max-width:320px;
	width:auto;
	margin:0 auto 20px;
}
#kyujind_contents .list_Block .txt_box {
	background:#fff;
	padding:20px;
}
#kyujind_contents .list_Block .txt_box_only {
	padding:20px 0 0;
}
#kyujind_contents .list_Block .txt_box_only dl {
	padding:10px;
}
#kyujind_contents .list_Block .txt_box_only dl dt {
	display:inline-block;
	padding:3px 20px;
	width:auto;
}
#kyujind_contents .list_Block .txt_box_only dl dd {
	padding:10px 0 0;
}
#kyujind_contents .btn_box .oubo_link {
	width:60%;
	margin:auto;
}
#kyujind_contents .list_Block .new {
	font-size:9px;
	padding:5px;
	vertical-align:middle;
}
#kyujind_contents .list_Block {
	padding:0;
	margin-bottom:20px;
}

/*スティッキーフッター*/
.sticky_bottom {
	position: fixed;
	bottom: -150px;
	right: 0;
	left: 0;
	width: 100%;
	-webkit-transition: bottom 0.25s;
	-moz-transition: bottom 0.25s;
	-ms-transition: bottom 0.25s;
	-o-transition: bottom 0.25s;
	transition: bottom 0.25s;
	z-index: 2;
}
.sticky_bottom.visible {
	position: fixed;
	bottom: 0;
}
.sticky_bottom__btn_area {
	padding: 15px;
	text-align: center;
}

.sticky_bottom .oubo_link {
	margin:auto;
	}




/*=============================

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;
    }




/*=============================

IE9 filter防止

=============================*/
#index_contents #MainLink ul li a .link_bg:not(:target) {
	filter:none;
	-ms-filter:none;
}
