@charset "UTF-8";
/**
 * case.css
 * createdAt: 2019.03.01
 */

/*========================================

  solution

========================================*/
.solutionText h3{
  font-size:24px;
  line-height:30px;
  font-weight:normal;
}
.solutionText p{
  margin-top:25px;
  font-size:14px;
  line-height:23px;
}
.solutionArea{
  vertical-align:middle;
}
.solutionArea .btn{
  vertical-align:middle;
  padding: 22px 22px;
  text-align:left;
}
@media (max-width: 639px) {
  .solutionArea{
    padding: 0px;
  }
}

/*========================================

  common

========================================*/

.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}



/*========================================

  case

========================================*/

/* common */
.case {
  margin: 0 auto;
  max-width: 1190px;
  width: 94.0594059%;
}
@media (max-width: 639px){
.case {
  width: 90.625%;
}
}

/* c5_header_c1 */
.case .c5_header_c1 {
  text-align: center;
}
.case .c5_header_c1 h1 {
  font-size: 27px;
  line-height: 56px;
}
@media (max-width: 639px){
.case .c5_header_c1 h1 {
  font-size: 16px;
  line-height: 32px;
}
}
.case .c5_header_c1 h1 span{
	line-height:1;
	display:block;
}
.case .about_txt{
	line-height: 1.8;
	margin:50px 0 100px;
	font-size:18px;
	text-align:center;
}
@media screen and (max-width: 639px) {
.case .about_txt{
	line-height: 1.5;
	margin:30px 0 50px;
	font-size:14px;
	text-align:left;
}
}

/* case_wrap */
.case_wrap{
	padding-bottom:120px;
	border-bottom:1px #f2f2f2 solid;
}
.case_wrap.pb60{
	padding-bottom:60px !important;
	border-bottom:none;
}

@media screen and (max-width: 639px) {
.case_wrap{
	margin-bottom:50px;
	padding-bottom:50px;
}
.case_wrap.pb60{
	padding-bottom:0px !important;
}

}
.case_wrap .case_block{
	max-width: 1060px;
	width: 94.0594059%;
	margin: 0 auto;
	padding-top:50px;
	border-top:1px #f2f2f2 solid;
	display:flex;
}
@media screen and (max-width: 639px) {
.case_wrap .case_block{
	width: 90.625%;
	padding:50px 4.6875% 0;
	display:block;
}
}
/* case1 */
.case_block .case1{
	margin-right:auto;
}
@media screen and (max-width: 639px) {
.case_block .case1{
	margin-bottom:25px;
}
}
.case_block .case1 >h2{
	color:#145189;
	font-size:18px;
}
.case_block .case1 >h2{
	margin-bottom:25px;
}
@media screen and (max-width: 639px) {
.case_block .case1 >h2{
	margin-bottom:15px;
}
}
.case_block .case1 >h2 span{
	margin-right:20px;
}
@media screen and (max-width: 639px) {
.case_block .case1 >h2 span{
	margin-right:0px;
	margin-bottom:15px;
	display:block;
}
}
.case_block .case1 .ico_case{
	padding:6px 22px;
	color:#fff;
	letter-spacing:0.1em;
	font-size:16px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: -webkit-linear-gradient(left,#003b91,#008dcc 100%);
	background: linear-gradient(to right, #003b91, #008dcc);/* IE10+*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b91', endColorstr='#008dcc', GradientType=1 );
	vertical-align:middle;
	display:inline-block;
	position:relative;
}
.case_block .case1 .ico_case:before{
	width:0;
	height:0;
	border: 6px solid transparent;
	border-top: 5px solid #003b91;
	border-left: 6px solid #003b91;
	content:"";
	position:absolute;
	left:0;
	bottom:-7px;
}
.case_block .case1 .case1_head{
	margin-bottom:20px;
	font-size:23px;
}
@media screen and (max-width: 375px) {
.case_block .case1 .case1_head{
	margin-bottom:20px;
	font-size:18px;
}
}
/* case_more */
.case_block .btn_more a{
	width:250px;
	padding:10px 15px;
	font-weight:normal;
	vertical-align:middle;
	display:inline-block;
	letter-spacing:0.1em;
	text-align:left;
	color:#fff;
	background:#145189;
	-webkit-transition: .3s;
	transition: .3s;
	position:relative;
}
.case_block .btn_more a .icon-ic_right_arrow2{
	font-size:10px;
	position:absolute;
	top:14px;
	right:8px;
}
/* case_img */
.case_block .case_img{
	width:470px;
}
@media screen and (max-width: 639px) {
.case_block .case_img{
	width:auto;
}
}
.case_block .case_img img{
	width:100%;
}


/*========================================

  case traffic

========================================*/

.case_traffic_head > h2{
	height:60px;
	line-height:60px;
	font-size:18px;
	background:#404040;
}
.case_traffic_head > h2 span{
	width: 1060px;
	margin: 0 auto;
	padding-left:25px;
	color:#fff;
	letter-spacing:0.1em;
	display:block;
	box-sizing:border-box;
}
@media (max-width: 639px){
.case_traffic_head > h2 span{
	width: auto;
	padding-left: 6.25%;
}
}
/* visual_wrap */
.case_traffic_head .visual_wrap{
	width:100%;
	height:640px;
	background:url(../img/img_case_traffic_pc.jpg) no-repeat center center;
	background-size:1440px auto;
	display:flex;
	align-items:center;
}
@media (min-width: 1440px){
.case_traffic_head .visual_wrap{
	background-size:cover;
}
}
@media (max-width: 639px){
.case_traffic_head .visual_wrap{
	height:auto;
	background:none;
	display:block;
}
}
.case_traffic_head .visual_wrap li{
	list-style-type: none;
}
.visual_wrap .visual_sp{
	display:none;
}
@media (max-width: 639px){
.visual_wrap .visual_sp{
	margin-bottom:30px;
	display:block;
}
.visual_wrap .visual_sp img{
	width:100%;
}
}
/* visual_inner */
.case_traffic_head .visual_wrap .visual_inner{
	width: 1060px;
	margin: 0 auto;
	padding-left:10px;
	box-sizing:border-box;
}
@media (max-width: 639px){
.case_traffic_head .visual_wrap .visual_inner{
	width: 90.625%;
	padding-left:0px;
}
}
.case_traffic_head .visual_wrap .visual_inner .visual_box{
	width:600px;
	text-align:center;
}
@media (max-width: 639px){
.case_traffic_head .visual_wrap .visual_inner .visual_box{
	width:auto;
}
}
.case_traffic_head .visual_wrap .visual_inner .visual_ttl{
	margin-bottom:30px;
	letter-spacing:0.05em;
	font-size:33px;
	text-align:center;
}
@media (max-width: 639px){
.case_traffic_head .visual_wrap .visual_inner .visual_ttl{
	font-size:30px;
}
}
@media (max-width: 414px){
.case_traffic_head .visual_wrap .visual_inner .visual_ttl{
	margin-bottom:20px;
	font-size:19px;
}
}
@media (max-width: 360px){
.case_traffic_head .visual_wrap .visual_inner .visual_ttl{
	font-size:17px;
}
}
.case_traffic_head .visual_wrap .visual_inner .case_traffic1{
	width:70%;
	margin:0 auto 20px;
	padding:7px 0;
	color:#fff;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: -webkit-linear-gradient(left,#003b91,#008dcc 100%);
	background: linear-gradient(to right, #003b91, #008dcc);/* IE10+*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b91', endColorstr='#008dcc', GradientType=1 );
	display:flex;
	justify-content: center;
	align-items:center;
	position:relative;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
}
@media (max-width: 639px){
.case_traffic_head .visual_wrap .visual_inner .case_traffic1{
	display:block;
	padding:7px 25px;
	box-shadow:none;a
}
}
.case_traffic_head .visual_wrap .visual_inner .case_traffic1:before{
	width:0;
	height:0;
	border: 6px solid transparent;
	border-top: 5px solid #003b91;
	border-left: 6px solid #003b91;
	content:"";
	position:absolute;
	left:0;
	bottom:-6px;
}
.case_traffic_head .visual_wrap .visual_inner .case_traffic1 li{
	width:50%;
	padding:6px 0;
	color:#fff;
	letter-spacing:0.2em;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
@media (max-width: 639px){
.case_traffic_head .visual_wrap .visual_inner .case_traffic1 li{
	width:auto;
}
}
.case_traffic_head .visual_wrap .visual_inner .case_traffic1 li:first-child{
	border-right:1px solid rgba(255,255,255,0.3);
}
@media (max-width: 639px){
.case_traffic_head .visual_wrap .visual_inner .case_traffic1 li:first-child{
	border-right:none;
	border-bottom:1px solid rgba(255,255,255,0.3);
}
}
.case_traffic_head .visual_wrap .visual_inner .jr_east_txt{
	font-size:16px;
	font-weight:bold;
}
@media (max-width: 375px){
.case_traffic_head .visual_wrap .visual_inner .jr_east_txt{
	font-size:14px;
}
}
.case_traffic_head .intro{
	width:860px;
	line-height:1.8;
	margin:100px auto 70px;
	font-size:18px;
	letter-spacing:0.02em;
	display:block;
}
@media (max-width: 639px){
.case_traffic_head .intro{
	width: 90.625%;
	margin:30px auto 50px;
	font-size:15px;
}
}

/* traffic_navi
----------------------------------------------------------- */

.traffic_navi_wrap.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	background:#fff;
}
.traffic_navi{
	padding-top:10px;
	border-bottom:5px #0066b1 solid;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	display:flex;
	align-items:center;
	justify-content: space-between;
}
.traffic_navi li{
	width:25%;
	color:#4d4d4d;
	text-align:center;
	position:relative;
}
.traffic_navi li:after{
	width:1px;
	height:50px;
	content:"";
	background:#E6E6E6;
	position:absolute;
	right:0;
	bottom:10px;
}
.traffic_navi li:last-child:after{
	background:none;
}
.traffic_navi li:last-child{
	border-right:none;
}
.traffic_navi li{
	list-style-type: none;
}
.traffic_navi li a{
	padding:15px 0 20px 0;
	color:#4d4d4d;
	background:url(../img/bg_navi_a.png) no-repeat bottom  center;
	display:block;
}
@media (max-width: 639px){
.traffic_navi li{
	line-height:1;
}
}
.traffic_navi li a:hover{
	color:#0066b1;
	background:url(../img/bg_navi_hover.png) no-repeat bottom center;
	transition: .3s ease-in-out;
	opacity:1;

}
@media (max-width: 375px){
.traffic_navi li a:hover{
	color:#4d4d4d;
	background:url(../img/bg_navi_a.png) no-repeat bottom  center;
}
}
.traffic_navi li.on{
	color:#0066b1;
	background:url(../img/bg_navi_a.png) no-repeat bottom  center;
	transition: .3s ease-in-out;
	display:block;
}
.traffic_navi li.on a{
	color:#0066b1;
	background:url(../img/bg_navi_hover.png) no-repeat bottom center;
	transition: .3s ease-in-out;
	display:block;
}

/* fadein
----------------------------------------------------------- */
.animation {}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}





/* negative
----------------------------------------------------------- */
.contents_case01.negative{
	margin-top:135px;
}
@media (max-width: 375px){
.contents_case01.negative{
	margin-top:130px;
}
}
/* contents
----------------------------------------------------------- */
.contents_case01{
	padding:120px 0;
	border-bottom:1px #F2F2F2 solid;
}
@media (max-width: 639px){
.contents_case01{
	padding:110px 0 60px;
}
}
@media (max-width: 375px){
.contents_case01{
	padding:100px 0 60px;
}
}
.contents_case01 .bl{
	color:#0066b1;
}
.contents_inner{
	max-width: 1060px;
	width: 94.0594059%;
	margin: 0 auto;
}
@media (max-width: 639px){
.contents_inner{
	width: 90.625%;
}
}
.contents_inner > h2{
	margin-bottom:100px;
	letter-spacing:0.1em;
	font-size: 27px;
	text-align:center;
}
@media (max-width: 639px){
.contents_inner > h2{
	margin-bottom:60px;
	font-size: 22px;
}
}
@media (max-width: 414px){
.contents_inner > h2{
	font-size: 16px;
}
}
@media (max-width: 375px){
.contents_inner > h2{
	font-size: 14px;
}
}
.contents_inner > h2 span{
	margin-bottom:35px;
	display:block;
}
.contents_inner .ico_head{
	width:200px;
	padding:15px 0px;
	color:#fff;
	letter-spacing:0.1em;
	font-size:18px;
	font-weight:normal;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: -webkit-linear-gradient(left,#003b91,#008dcc 100%);
	background: linear-gradient(to right, #003b91, #008dcc);/* IE10+*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b91', endColorstr='#008dcc', GradientType=1 );
	vertical-align:middle;
	display:inline-block;
	position:relative;
}
@media (max-width: 414px){
.contents_inner .ico_head{
	width:150px;
	padding:10px 0;
	font-size:15px;

}
}
.contents_inner .ico_head:before{
	width:0;
	height:0;
	border: 6px solid transparent;
	border-top: 5px solid #003b91;
	border-left: 6px solid #003b91;
	content:"";
	position:absolute;
	left:0;
	bottom:-7px;
}

/*���s��\��*/
.pc-none {
	display: block;
}
@media (max-width: 639px){
.pc-none {
	display: none;
}
}
.sp-none{
	display: none;
}
@media (max-width: 639px){
.sp-none {
	display: block;
}
}


/* q and a */
.contents_inner .qanda{
	display:flex;
}
@media (max-width: 639px){
.contents_inner .qanda{
	overflow:hidden;
	display:block;
}
}
.contents_inner .mb20{
	margin-bottom:20px;
}
.contents_inner .mb60{
	margin-bottom:60px;
}
@media (max-width: 639px){
.contents_inner .mb60{
	margin-bottom:40px;
}
}
.contents_inner .qanda dt{
	margin-right:30px;
}
@media (max-width: 639px){
.contents_inner .qanda dt{
	margin-right:10px;
	float:left;
}
}
.contents_inner .qanda dd{
	line-height:1.8;
	padding-top:10px;
}
@media (max-width: 639px){
.contents_inner .qanda dd{
	padding-top:0px;
}
}
.contents_inner .qanda dd.que{
	color:#4d4d4d;
}
.contents_inner .qanda dd span{
	margin-bottom:40px;
	display:block;
}
@media (max-width: 639px){
.contents_inner .qanda dd span{
	margin-bottom:20px;
}
}
.contents_inner .qanda dd b{
	color:#0066b1;
	font-weight:normal;
}
/* insert */
.insert_wrap{
	display:flex;
	justify-content: space-between;
}
@media (max-width: 639px){
.insert_wrap{
	display:block;
}
}
.insert_qa{
	margin-right:80px;
}
/*ie10�ȍ~hack*/
_:-ms-lang(x),.insert_qa{
	width:550px;
}
@media (max-width: 639px){
/*ie10�ȍ~hack*/
_:-ms-lang(x),.insert_qa{
	width:auto;
}
}
@media (max-width: 639px){
.insert_qa{
	margin-bottom:30px;
	margin-right:0px;
}
}
.insert_img img{
	width:430px;
}
@media (max-width: 639px){
.insert_img img{
	width:100%;
}
}
.insert_img .insert_title{
	margin-top:5px;
	font-size:13px;
}


/* contents_case02 */
.contents_case02{
	padding:120px 0 120px;
	border-bottom:1px #F2F2F2 solid;
	position: relative;
}
@media (max-width: 639px){
.contents_case02{
	padding:110px 0 60px;
}
}
@media (max-width: 375px){
.contents_case02{
	padding:100px 0 60px;
}
}

.contents_case02 .bl{
	color:#0066b1;
}
.img_staff02{
	margin:80px 0;
	text-align:center;
}
@media (max-width: 639px){
.img_staff02{
	margin:30px 0;
}
.img_staff02 img{
	width:100%;
}
}


/* contents_case03 */
.contents_case03{
	padding:120px 0;
}
@media (max-width: 639px){
.contents_case03{
	padding:110px 0 60px;
}
}
@media (max-width: 375px){
.contents_case03{
	padding:100px 0 40px;
}
}
/* contents_case04 */
.contents_case04{
	margin-bottom:60px;
	padding:120px 0 0;
	background:#f0f3f6;
}
@media (max-width: 639px){
.contents_case04{
	margin-bottom:50px;
	padding:110px 0 0;
}
}
@media (max-width: 375px){
.contents_case04{
	padding:100px 0 0;
}
}

.contents_case04 .intro{
	line-height:1.8;
	margin:100px auto 70px;
	letter-spacing:0.02em;
	display:block;
}
@media (max-width: 639px){
.contents_case04 .intro{
	margin:30px auto 50px;
	font-size:15px;
}
}
.contents_case04 > h3{
	margin-bottom:70px;
	padding-bottom:20px;
	color:#0066b1;
	font-size:24px;
	font-weight:normal;
	border-bottom:2px #fff solid;
}
@media (max-width: 414px){
.contents_case04 > h3{
	margin-bottom:30px;
	font-size:18px;
}
}
@media (max-width: 375px){
.contents_case04 > h3{
	font-size:16px;
}
}
.contents_case04 > h3 span{
	max-width: 1060px;
	width: 94.0594059%;
	margin: 0 auto;
	display:block;
	position:relative;
}
@media (max-width: 639px){
.contents_case04 > h3 span{
	max-width: auto;

}
}
.contents_case04 > h3 span:before{
	width:18px;
	height:18px;
	content:"";
	background:url(../img/arw_btm.png) no-repeat bottom left;
	position:absolute;
	left:145px;
	bottom:-37px;
}
@media (max-width: 414px){
.contents_case04 > h3 span:before{
	left:50px;
}
}
/* officer */
.officer_wrap{
	display:flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
@media (max-width: 639px){
.officer_wrap{
	display:block;
}
}
.officer_qa{
	margin-right:80px;
}
@media (max-width: 639px){
.officer_qa{
	margin-bottom:0px;
	margin-right:0px;
}
}
/*ie10�ȍ~hack*/
_:-ms-lang(x),.officer_qa{
	width:550px;
}
@media (max-width: 639px){
/*ie10�ȍ~hack*/
_:-ms-lang(x),.officer_qa{
	width:auto;
}
}
.officer_img{
	width:430px;
	text-align:left;
	letter-spacing:-.40em;
	flex-shrink: 0;
	position:relative;
	top:-120px;
}
@media (max-width: 639px){
.officer_img{
	width:auto;
	margin-bottom:35px;
	position:static;
	top:0px;
}
}
.officer_img li{
	width:49%;
	letter-spacing:normal;
	vertical-align:top;
	display:inline-block;
}
.officer_img li:first-child{
	margin-right:2px;
}
.officer_img li img{
	width:100%;
}
@media (max-width: 639px){
.officer_img img{
	width:100%;
}
}
.officer_img li .officer_title{
	margin-top:5px;
	font-size:13px;
	display:block;
}
@media (max-width: 414px){
.officer_img li .officer_title{
	font-size:12px;
}
}
@media (max-width: 375px){
.officer_img li .officer_title{
	font-size:11px;
}
}
/* flow */
.contents_case04 .flow{
	max-width: 1060px;
	width: 94.0594059%;
	margin: 0 auto 80px;
	display:flex;
	justify-content:space-around;
}
@media (max-width: 639px){
.contents_case04 .flow{
	width: 80%;
	margin: 0 auto 35px;
	display:block;
}
}
.contents_case04 .flow li{
	width:31%;
	margin-right:3.5%;
	border:1px #456089 solid;
	border-radius:3px;
	background:#fff;
	position:relative;
}
@media (max-width: 639px){
.contents_case04 .flow li{
	width:auto;
	margin-bottom:50px;
	margin-right:0%;
}
.contents_case04 .flow li img{
	width:100%;
}
}
.contents_case04 .flow li:after{
	width:11px;
	height:21px;
	content:"";
	background:url(../img/arw_right.png) no-repeat right center;
	position:absolute;
	top:45%;
	right:-25px;
	z-index:9;
}
@media (max-width: 639px){
.contents_case04 .flow li:after{
	width:21px;
	height:11px;
	content:"";
	background:url(../img/arw_flow_btm.png) no-repeat left bottom;
	position:absolute;
	top:105%;
	left:47%;
	z-index:9;
}
}
.contents_case04 .flow li:last-child:after{
	background:none;
}
.contents_case04 .flow li{
	list-style-type: none;
}
.contents_case04 .flow li:last-child{
	margin-right:0%;
}
.contents_case04 .flow_list{
	padding-bottom:15px;
}
.contents_case04 .flow_list dt{
	margin-bottom:30px;
	padding:12px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background:#456089;

}
.contents_case04 .flow_list dd{
	width:274px;
	margin:0 auto 5px;
	font-size:14px;
}
.contents_case04 .flow_list dd img{
	width:100%;
}
/*ie10�ȍ~hack*/
_:-ms-lang(x),.contents_case04 .flow_list dd img{
	width:100%;
}

@media (max-width: 639px){
.contents_case04 .flow_list dd{
	width:80%;
}
}
/* officer_visual */
.contents_case04 .officer_visual_pc img{
	width:100%;
	margin-top:60px;
	vertical-align:bottom;
}
@media (max-width: 1140px){
.contents_case04 .officer_visual_pc img{
	width:1140px;
}
}
.contents_case04 .officer_visual_sp{
	display:none;
}
@media (max-width: 639px){
.contents_case04 .officer_visual_pc{
	display:none;
}
.contents_case04 .officer_visual_sp{
	display:block;
}
.contents_case04 .officer_visual_sp img{
	width:100%;
	vertical-align:bottom;
}
}

.c5-infoImage a p.case_info_txt{
	line-height:1.5;
}

/*========================================

  case02

========================================*/
.case2_traffic_head > h2{
	height:60px;
	line-height:60px;
	font-size:18px;
	background:rgba(0,0,0,0.75);
}
.case2_traffic_head > h2 span{
	width: 1060px;
	margin: 0 auto;
	padding-left:25px;
	color:#fff;
	letter-spacing:0.1em;
	display:block;
	box-sizing:border-box;
}
@media (max-width: 639px){
.case2_traffic_head > h2 span{
	width: auto;
	padding-left: 6.25%;
}
}
/* visual_wrap */
.case2_traffic_head .visual_wrap{
	width:100%;
	height:700px;
	margin-bottom:-60px;
	background:url(../img/img_case2_traffic_pc.jpg) no-repeat top center;
	background-size:1440px auto;
	display:flex;
	align-items:center;
	position:relative;
	top:-60px;
	z-index:-1;
}
@media (min-width: 1440px){
.case2_traffic_head .visual_wrap{
	background-size:cover;
}
}
@media (max-width: 639px){
.case2_traffic_head .visual_wrap{
	height:auto;
	background:none;
	display:block;
}
}
.case2_traffic_head .visual_wrap li{
	list-style-type: none;
}
.visual_wrap .visual_sp{
	display:none;
}
@media (max-width: 639px){
.visual_wrap .visual_sp{
	margin-bottom:30px;
	display:block;
}
.visual_wrap .visual_sp img{
	width:100%;
}
}
/* visual_inner */
.case2_traffic_head .visual_wrap .visual_inner{
	width: 1060px;
	margin: 0 auto;
	box-sizing:border-box;
}
@media (max-width: 639px){
.case2_traffic_head .visual_wrap .visual_inner{
	width: 90.625%;
}
}
.case2_traffic_head .visual_wrap .visual_inner .visual_box{
	width:550px;
	text-align:center;
}
@media (max-width: 639px){
.case2_traffic_head .visual_wrap .visual_inner .visual_box{
	width:auto;
}
}
.case2_traffic_head .visual_wrap .visual_inner .visual_ttl{
	margin-bottom:30px;
	letter-spacing:0.1em;
	font-size:33px;
	color:#fff;
	text-align:center;
}
@media (max-width: 639px){
.case2_traffic_head .visual_wrap .visual_inner .visual_ttl{
	font-size:30px;
	color:#000;
}
}
@media (max-width: 414px){
.case2_traffic_head .visual_wrap .visual_inner .visual_ttl{
	margin-bottom:20px;
	font-size:19px;
}
}
@media (max-width: 360px){
.case2_traffic_head .visual_wrap .visual_inner .visual_ttl{
	font-size:17px;
}
}
.case2_traffic_head .visual_wrap .visual_inner .case_traffic1{
	width:75%;
	margin:0 auto 20px;
	padding:7px 0;
	color:#fff;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: -webkit-linear-gradient(left,#003b91,#008dcc 100%);
	background: linear-gradient(to right, #003b91, #008dcc);/* IE10+*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b91', endColorstr='#008dcc', GradientType=1 );
	display:flex;
	justify-content: center;
	align-items:center;
	position:relative;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
}
@media (max-width: 639px){
.case2_traffic_head .visual_wrap .visual_inner .case_traffic1{
	display:block;
	padding:7px 25px;
	box-shadow:none;a
}
}
.case2_traffic_head .visual_wrap .visual_inner .case_traffic1:before{
	width:0;
	height:0;
	border: 6px solid transparent;
	border-top: 5px solid #003b91;
	border-left: 6px solid #003b91;
	content:"";
	position:absolute;
	left:0;
	bottom:-6px;
}
.case2_traffic_head .visual_wrap .visual_inner .case_traffic1 li{
	width:50%;
	padding:6px 0;
	color:#fff;
	letter-spacing:0.2em;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
@media (max-width: 639px){
.case2_traffic_head .visual_wrap .visual_inner .case_traffic1 li{
	width:auto;
}
}
.case2_traffic_head .visual_wrap .visual_inner .case_traffic1 li:first-child{
	border-right:1px solid rgba(255,255,255,0.3);
}
@media (max-width: 639px){
.case2_traffic_head .visual_wrap .visual_inner .case_traffic1 li:first-child{
	border-right:none;
	border-bottom:1px solid rgba(255,255,255,0.3);
}
}
.case2_traffic_head .visual_wrap .visual_inner .jr_east_txt{
	line-height:2;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#fff;
}
@media (max-width: 639px){
.case2_traffic_head .visual_wrap .visual_inner .jr_east_txt{
	color:#000;
}
}
@media (max-width: 375px){
.case2_traffic_head .visual_wrap .visual_inner .jr_east_txt{
	font-size:14px;
	color:#000;
}
}
.case2_traffic_head .intro{
	width:860px;
	line-height:1.8;
	margin:100px auto 70px;
	font-size:18px;
	letter-spacing:0.02em;
	display:block;
}
@media (max-width: 639px){
.case2_traffic_head .intro{
	width: 90.625%;
	margin:30px auto 50px;
	font-size:15px;
}
}

/* img_case2_pic */
.img_case2_pic{
	width:680px;
	margin:80px auto;
}
@media (max-width: 639px){
.img_case2_pic{
	width:auto;
	margin:30px 0;
}
.img_case2_pic img{
	width:100%;
}
}
.img_case2_pic span{
	margin-top:5px;
	font-size:13px;
	display:block;
}
/* img_case2_pic2 */
.img_case2_pic2{
	width:680px;
	margin:80px auto 0;
}
@media (max-width: 639px){
.img_case2_pic2{
	width:auto;
	margin:30px 0;
}
.img_case2_pic2 img{
	width:100%;
}
}

/* asahi_link */
.case2_item_link{
	padding:60px 0;
	color:#fff;
}
@media (max-width: 639px){
.case2_item_link{
	padding:30px 0;
}
}
.case2_item_link.akashi_bg{
	background:#145189;
}
.case2_item_link.smart_bg{
	margin-top:80px;
	background:#456089;
}
.case2_item_inner{
	max-width: 1060px;
	width: 94.0594059%;
	margin: 0 auto;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 639px){
.case2_item_inner{
	max-width: auto;
	width: auto;
	padding:0 15px;
	display:block;
}
}
.case2_item_inner .exp > h3{
	margin-bottom:15px;
	font-size:25px;
	letter-spacing:0.05em;

}
@media (max-width: 639px){
.case2_item_inner .exp > h3{
	text-align:center;
}
}
.case2_item_inner .exp > h3 span{
	margin-left:30px;
	font-size:15px;
}
@media (max-width: 639px){
.case2_item_inner .exp > h3 span{
	margin:10px 0 15px;
	margin-left:0px;
	display:block;
}
}
.case2_item_inner .exp > p{
	font-size:15px;
}

.case2_item_btn{
	margin-left:90px;
	letter-spacing:0.1em;
}
@media (max-width: 639px){
.case2_item_btn{
	margin-top:20px;
	margin-left:0px;
}
}
.case2_item_btn span{
	font-size:12px;
	display:block;
}
.case2_item_btn a{
	width:260px;
	padding:40px 0;
	color:#fff;
	text-align:center;
	border:1px #fff solid;
	display:block;
	position:relative;
}
@media (max-width: 639px){
.case2_item_btn a{
	width:auto;
	padding:20px 0;
}
}
.case2_item_btn a:hover{
	color:#ffffff !important;
	background:#000;
	border:1px #000 solid;
	opacity:1;
	transition: .2s ease-in-out;
}

.case2_item_btn a .icon-ic_right_arrow2{
	font-size:10px;
	position:absolute;
	top:45%;
	right:13px;
}
/* case2_corp */
.case2_corp{
	width:430px;
	text-align:left;
	letter-spacing:-.40em;
	flex-shrink: 0;
	position:relative;
	top:-120px;
}
@media (max-width: 639px){
.case2_corp{
	width:auto;
	margin-bottom:35px;
	position:static;
	top:0px;
}
.case2_corp img{
	width:100%;
}
}
.case2_corp span{
	letter-spacing:normal;
	margin-top:5px;
	font-size:13px;
	display:block;
}

/* flow */
.contents_case04 .flow_case2{
	max-width: 1060px;
	width: 94.0594059%;
	margin: 0 auto 80px;
	display:flex;
	justify-content:space-around;
}
@media (max-width: 639px){
.contents_case04 .flow_case2{
	width: 80%;
	margin: 0 auto 35px;
	display:block;
}
}
.contents_case04 .flow_case2 li{
	width:31%;
	margin-right:3.5%;
	border:1px #456089 solid;
	border-radius:3px;
	background:#fff;
	position:relative;
}
@media (max-width: 639px){
.contents_case04 .flow_case2 li{
	width:auto;
	margin-bottom:50px;
	margin-right:0%;
}
.contents_case04 .flow_case2 li:nth-child(2){
	margin-bottom:20px;
}
.contents_case04 .flow_case2 li img{
	width:100%;
}
}
.contents_case04 .flow_case2 li:first-child:after{
	width:11px;
	height:21px;
	content:"";
	background:url(../img/arw_right.png) no-repeat right center;
	position:absolute;
	top:45%;
	right:-25px;
	z-index:9;
}
@media (max-width: 639px){
.contents_case04 .flow_case2 li:first-child:after{
	width:21px;
	height:11px;
	content:"";
	background:url(../img/arw_flow_btm.png) no-repeat left bottom;
	position:absolute;
	top:105%;
	left:47%;
	z-index:9;
}
}
.contents_case04 .flow_case2 li:last-child:after{
	background:none;
}
.contents_case04 .flow_case2 li{
	list-style-type: none;
}
.contents_case04 .flow_case2 li:last-child{
	padding:50px 10px 0;
	margin-right:0%;
	border:none;
	background:url(../img/bg_case2_circle.png) no-repeat top center;
	background-size:100% auto ;
}
@media (max-width: 639px){
.contents_case04 .flow_case2 li:last-child{
	background-size:auto 100%;
}
}
@media (max-width: 414px){
.contents_case04 .flow_case2 li:last-child{
	background-position:center center;
	background-size:100% auto;
}
}
.contents_case04 .flow_case2_list{
	padding-bottom:15px;
}
.contents_case04 .flow_case2_list dt{
	margin-bottom:30px;
	padding:12px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background:#456089;

}
.contents_case04 .flow_case2_list dd{
	width:280px;
	margin:0 auto 5px;
	font-size:14px;
}
.contents_case04 .flow_case2_list dd img{
	width:100%;
}
/*ie10�ȍ~hack*/
_:-ms-lang(x),.contents_case04 .flow_case2_list dd img{
	width:100%;
}

@media (max-width: 639px){
.contents_case04 .flow_case2_list dd{
	width:80%;
}
}

/* flow_rc_s390 */
.contents_case04 .flow_rc_s390{
	text-align:center;
}
.contents_case04 .flow_rc_s390 dt img{
	width:initial;
}
@media (max-width: 375px){
.contents_case04 .flow_rc_s390 dt img{
	width:150px;
}
}
/*ie10�ȍ~hack*/
_:-ms-lang(x),.contents_case04 .flow_rc_s390 dt img{
	width:170px;
}
@media (max-width: 375px){
_:-ms-lang(x),.contents_case04 .flow_rc_s390 dt img{
	width:150px;
}
}

.contents_case04 .flow_rc_s390 dd{
	margin-bottom:15px;
	font-size:14px;
}
.contents_case04 .flow_rc_s390 dd:last-child{
	margin-bottom:0px;
}

.contents_case04 .flow_rc_s390 dd.itemname{
	font-weight:bold;
	font-size:18px;
}
.contents_case04 .flow_rc_s390 dd.rc_btn{
	width:270px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
@media (max-width: 375px){
.contents_case04 .flow_rc_s390 dd.rc_btn{
	width:auto;
}
}

.contents_case04 .flow_rc_s390 dd.rc_btn a{
	padding:10px 0;
	color:#fff;
	background:#0066B1;
	display:block;
}
.contents_case04 .flow_rc_s390 dd.rc_btn .icon-ic_right_arrow2{
	font-size:10px;
	position:absolute;
	top:30%;
	right:10px;
}
/* tips */
.case2_tips{
	max-width: 1060px;
	width: 94.0594059%;
	margin: 0 auto 80px;
	padding:30px 0px;
	background:#fff url(../img/img_case2_tips.png) no-repeat top left;
	display:flex;
	justify-content:center;
	align-items: center;
}
@media (max-width: 639px){
.case2_tips{
	max-width: auto;
	width: 80%;
	margin: 0 auto 80px;
	padding:30px 30px;
	text-align:center;
	display:block;
	box-sizing:border-box;
}
}
@media (max-width: 375px){
.case2_tips{
	margin: 0 auto 40px;
}
}
@media (max-width: 639px){
.tips_sync img{
	width:100%;
}
}
.case2_tips .tips_rc{
	margin-left:40px;
	text-align:center;
}
@media (max-width: 639px){
.case2_tips .tips_rc{
	margin-top:30px;
	margin-left:0px;
}
}
@media (max-width: 375px){
.case2_tips .tips_rc{
	margin-top:10px;
}
}
.case2_tips .tips_rc dt{
	margin-bottom:30px;
}
@media (max-width: 639px){
.case2_tips .tips_rc dt{
	margin-bottom:15px;
}
}
.case2_tips .tips_rc dd{
	width:270px;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
	position:relative;
}
@media (max-width: 375px){
.case2_tips .tips_rc dd{
	width:auto;
}
}
.case2_tips .tips_rc dd a{
	padding:10px 0;
	color:#fff;
	background:#0066B1;
	display:block;
}
.case2_tips .tips_rc dd .icon-ic_right_arrow2{
	font-size:10px;
	position:absolute;
	top:30%;
	right:10px;
}
.smarthr_visual img{
	width:100%;
	vertical-align:bottom;
}
