@charset "UTF-8";
/* =============================================================
 solution.css
 =============================================================== */
/* not_fadein
---------------------------------------------------------------- */
/*.storage .block .block_solution_subtit,
.storage .block .block_effect {
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}*/

/* case
---------------------------------------------------------------- */
.case #block_top #breadcrumbs li,
.case #block_top #breadcrumbs li a {
	color: #808080;
}
.case #block_top.high {
	min-height: 0;
	padding-top: 4%;
}

.case #side ul#side_solution {
	display: block;
}

.case #case_main01 {
	background: url("img/case01_main.jpg") no-repeat center center / cover;
}
.case #case_main02 {
	background: url("img/case02_main.jpg") no-repeat center center / cover;
}
.case #case_main03 {
	background: url("img/case03_main.jpg") no-repeat center center / cover;
}

.case .case_main {
	min-height: 400px;
	position: relative;
}
.case .case_lead {
	position: absolute;
	bottom: -55%;
	margin-left: 70px;
	margin-right: 70px;
	box-sizing: border-box;
	padding: 6%;
	background: #fff;
	box-shadow: 0 20px 20px rgba(0,0,0,0.1);
	text-align: left;
}
.case.case_03 .case_lead {
	bottom: -70%;
}
.case .case_lead .case_lead_nav {
	width: 120px;
	padding: 5px 20px;
	margin-bottom: 20px;
	text-align: center;
	background: #192b64;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.case .case_lead .case_lead_tit {
	margin-bottom: .25em;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.75em;
}
.case.case_03 .case_lead .case_lead_tit {
	line-height: 1.5em;
}
.case .case_lead .case_lead_sub {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.75em;
	padding-top: 15px;
	border-top: 1px solid #c7c7c7;
}
.case .case_lead .case_logo {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.case .case_lead .case_logo div {
	width: 70%;
}
.case .case_lead .case_logo img {
	width: 30%;
	max-width: 155px;
	object-fit: contain;
}

.case .block {
	width: 100%;
	padding-top: 300px;
	overflow: hidden;
	text-align: left;
	font-feature-settings: "palt";
}
.case.case_03 .block {
	padding-top: 350px;
}
.case .block p {
	font-size: 16px;
	text-align: left;
}
.case .block a.link {
	text-decoration: underline;
}
.case .block .read {
	margin-bottom: 60px;
}
.case .block .caption {
	font-size: 14px;
}
.case .block img {
	width: 100%;
	height: auto;
}

.case .block #task {
	border: 2px solid #000;
	text-align: center;
}
.case .block #task .task_tit {
	padding: 3px 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #000;
}
.case .block #task .task_block {
	max-width: 700px;
	margin: 20px auto;
}
.case .block #task .task_block div {
	margin: 0 48px;
	padding: 10px 0;
	display: flex;
	align-items: center;
}
.case .block #task .task_block div p {
	text-align: left;
	font-weight: bold;
}
.case .block #task .task_block div p span {
	background:linear-gradient(transparent 75%, #ffff00 75%);
}
.case .block #task .task_block div p:last-child {
	width: 90%;
}
.case .block #task .task_block .num {
	width: 10%;
	margin-right: 30px;
	font-size: 50px;
}

.case .block #selection {
	border: 2px solid #3c70a1;
	text-align: center;
}
.case .block #selection .selection_tit {
	padding: 3px 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #3c70a1;
}
.case .block #selection .selection_block {
	max-width: 700px;
	margin: 20px auto;
}
.case .block #selection .selection_block div {
	margin: 0 48px;
	padding: 10px 0;
	display: flex;
	align-items: center;
}
.case .block #selection .selection_block div p {
	text-align: left;
	font-weight: bold;
}
.case .block #selection .selection_block div p span {
	background:linear-gradient(transparent 75%, #a3dcff 75%);
}
.case .block #selection .selection_block div p:last-child {
	width: 90%;
}
.case .block #selection .selection_block .num {
	width: 10%;
	margin-right: 30px;
	font-size: 50px;
	color: #3c70a1;
}

.case .block .case_block {
	padding: 90px 0 80px;
	text-align: center;
	border-bottom: 1px solid #d5d5d5;
}
.case .block .case_block .main_tit {
	margin: 0 auto 20px;
	padding-bottom: 10px;
	color: #3c70a1;
	font-size: 35px;
	line-height: 1em;
	display: inline-block;
	border-bottom: 2px solid #9db7d0;
}
.case .block .case_block .sub_read {
	margin-bottom: 60px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.case .block .case_block .sub_read br {
	display: none;
}

.case .block .case_block #case02_img01 {
	width: 78%;
	margin: 0 auto;
}
.case .block .case_block #case02_img02 {
	width: 63%;
	margin: 0 auto;
}
.case .block .case_block #case03_img01,
.case .block .case_block #case03_img02 {
	width: 90%;
	margin: 0 auto;
}
.case .block .case_block .case_img_blue .img_tit {
	color: #192b64;
}

.case .block .arrow {
	width: 70px;
	margin: 7px auto;
	display: block;
}

.case .block .img_tit {
	margin: 50px 0 20px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.case .block #voice {
	border: 2px solid #3c70a1;
	text-align: center;
}
.case .block #voice .voice_tit {
	padding: 3px 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: #3c70a1;
	text-align: center;
}
.case .block #voice div {
	max-width: 730px;
	margin: 40px;
}
.case .block #voice p,
.case .block #voice span {
	text-align: left;
}
.case .block #voice .main_tit {
	margin-bottom: 10px;
	font-size: 25px;
	font-weight: bold;
}
.case .block #voice .sub_tit {
	margin-bottom: 15px;
	color: #192b64;
	font-size: 18px;
	font-weight: bold;
}
.case .block #voice span {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.voice_detail {
	margin: 40px;
}
.case .block .voice_photo .voice_block {
	margin: 0 !important;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.case .block .voice_photo .voice_block .img {
	width: 32%;
	margin: 0 !important;
}
.case .block .voice_photo .voice_block .img span,
.case .block .voice_photo .voice_block .img .name {
	font-size: 14px !important;
}
.case .block .voice_photo .voice_block .txt {
	width: 62%;
	margin: 0 !important;
}

.case .block .case_block .case03_box01 {
	margin: 50px auto 20px;
}
.case .block .case_block .case03_box01 .lead {
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.case .block .case_block .case03_box01 .lead span {
	font-size: 28px;
	color: #335ae2;
}
.case .block .case_block .case03_box01 .case03_box01_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	width: 360px;
	margin: 0 auto 5px;
	border: 1px solid #335ae2;
	font-size: 18px;
	font-weight: bold;
}
.case .block .case_block .case03_box01 .case03_box01_l {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45%;
	height: 40px;
	background: #335ae2;
	color: #fff;
}
.case .block .case_block .case03_box01 .case03_box01_r {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55%;
	height: 40px;
}
.case .block .case_block .case03_box01 .case03_box01_cap {
	width: 360px;
	margin: 0 auto;
}
.case .block .case_block .case03_box01 .case03_box01_cap p {
	font-size: 14px;
	text-align: right;
}

.case .block .case_block .case03_box02 {
	margin-bottom: 50px;
}
.case .block .case_block .case03_box02 .subtit {
	margin-bottom: .5em;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #335ae2;
}
.case .block .case_block .case03_box02 .tit {
	margin-bottom: 1em;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.case .block .case_block .case03_box02 .case03_box02_inner {
	display: flex;
	justify-content: space-between;
}
.case .block .case_block .case03_box02 .case03_box02_box {
	width: 26.4%;
	line-height: 2em;
}
.case .block .case_block .case03_box02 .num {
	margin-bottom: .5em;
	font-size: 36px;
	font-weight: bold;
	color: #335ae2;
	text-align: center;
}
.case .block .case_block .case03_box02 .sub {
	margin-bottom: .75em;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.case .block .case_block .case03_box02 img {
	width: 100%;
	height: auto;
}

.case .block .button {
	width: 550px;
	padding: 10px;
	position: relative;
	display: block;
	margin: 80px auto 0;
	background: #ff8800 url("img/icon_case.svg") no-repeat 9% center / 3.5vw auto;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	border-radius: 50px;
}
.case .block .button:hover {
	transform: scale(1.02, 1.02);
	box-shadow: 0 32px 30px -25px rgba(0,0,0,0.4);
}
.case .block .button span {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 53%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
.case .block .button:before {
	display: block;
	content:"";
	padding-top: 9%;
}

.case #case_other {
	margin: 140px 0;
	padding: 60px 0 130px;
	background: #f5f7f7;
}
.case #case_other .other_tit {
	margin-bottom: 30px;
	color: #192b64;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
}
.case #case_other .other_block {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.case #case_other .other_block div {
	width: 380px;
	height: 200px;
	margin: 0 18px;
	text-align: left;
}
.case #case_other .other_block div p {
	height: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.case #case_other .other_block div p a {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.case #case_other .other_block div p a:hover img {
	transform: scale(1.1, 1.1);
}
.case #case_other .other_block div p img {
	width: 100%;
	object-fit: cover;
	transition: 0.5s;
}
.case #case_other .other_block div a.title {
	padding-bottom: .25em;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.35em;
	background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
	transition: background .4s;
}
.case #case_other .other_block div a.title:hover {
	background-size: 100% 1px;
}

@media only screen and (max-width: 1124px) {
	.case #case_other .other_block div {
		width: 44%;
		margin: auto;
	}
}

@media only screen and (max-width: 767px) {
	.case #container {
		padding: 10px 0 60px;
	}
	.case.case_03 .case_lead {
		bottom: -100%;
	}
	.case .block {
		padding-top: 230px;
	}
	.case.case_03 .block {
		padding-top: 280px;
	}
	.case .block p {
		font-size: 15px;
	}
	.case .block .read {
		margin-bottom: 20px;
	}
	.case .block #task .task_block div,
	.case .block #selection .selection_block div {
		margin: 0;
		padding: 10px 30px;
		align-items: normal;
	}
	.case .block #task .task_block div p,
	.case .block #selection .selection_block div p {
		font-size: 15px;
	}
	.case .block #task .task_block .num,
	.case .block #selection .selection_block .num {
		margin-right: 20px;
		line-height: 1em;
		font-size: 40px;
	}

	.case .block .case_block {
		padding: 65px 0 40px;
	}
	.case .block .case_block .main_tit {
		font-size: 33px;
		margin-bottom: 15px;
	}
	.case .block .case_block .sub_read {
		margin-bottom: 25px;
		font-size: 24px;
	}
	.case .block .case_block .sub_read br {
		display: block;
   	}
	.case .case_main {
		min-height: 230px;
	}
	.case .case_lead {
		margin-left: 15px;
		margin-right: 15px;
		bottom: -80%;
	}
	.case .block .case_block #case02_img01,
	.case .block .case_block #case02_img02,
	.case .block .case_block #case03_img01,
	.case .block .case_block #case03_img02 {
		width: 100%;
	}
	.case .block .case_block .img_min {
		width: 85%;
		margin: auto;
		display: block;
	}
	.case .case_lead .case_lead_nav {
		width: auto;
		margin-bottom: 15px;
		font-size: 13px;
		display: inline-block;
	}
	.case .case_lead .case_lead_tit {
		font-size: 20px;
	}
	.case .case_lead .case_lead_sub {
		font-size: 15px;
	}
	
	.case .block .img_tit {
		font-size: 15px;
		margin: 30px 0 15px;
	}
	
	.case .block #voice div {
		margin: 25px;
	}
	.case .block #voice .voice_tit {
		font-size: 23px;
	}
	.case .block #voice .main_tit {
		font-size: 25px;
	}
	.case .block .voice_photo .voice_block {
		display: block;
	}
	.case .block .voice_photo .voice_block .img,
	.case .block .voice_photo .voice_block .txt {
		width: 100%;
	}
	.case .block .voice_photo .voice_block .txt {
		margin-top: 30px !important;
	}
	.case .block .voice_photo .voice_block .img img {
		width: 70%;
	}
	
	.case .block .case_block .case03_box01 {
		margin: 30px auto 12px;
	}
	.case .block .case_block .case03_box01 .lead {
		font-size: 14px;
		text-align: left;
	}
	.case .block .case_block .case03_box01 .lead br {
		display: none;
	}
	.case .block .case_block .case03_box01 .lead span {
		font-size: 20px;
	}
	.case .block .case_block .case03_box01 .case03_box01_inner {
		width: 100%;
		margin: 0 auto 3px;
		font-size: 14px;
	}
	.case .block .case_block .case03_box01 .case03_box01_l {
		height: 30px;
	}
	.case .block .case_block .case03_box01 .case03_box01_r {
		height: 30px;
	}
	.case .block .case_block .case03_box01 .case03_box01_cap {
		width: 100%;
	}
	.case .block .case_block .case03_box01 .case03_box01_cap p {
		font-size: 12px;
	}

	.case .block .case_block .case03_box02 {
		margin-bottom: 30px;
	}
	.case .block .case_block .case03_box02 .case03_box02_inner {
		flex-wrap: wrap;
	}
	.case .block .case_block .case03_box02 .case03_box02_box {
		width: 49%;
		margin-bottom: 20px;
		line-height: 1.5em;
	}
	.case .block .case_block .case03_box02 .subtit {
		font-size: 14px;
	}
	.case .block .case_block .case03_box02 .tit {
		font-size: 18px;
	}
	.case .block .case_block .case03_box02 .num {
		font-size: 20px;
	}
	.case .block .case_block .case03_box02 .sub {
		font-size: 14px;
	}

	.case .block .button {
		width: 95%;
		margin: 40px auto 0;
		padding: 6px 0;
		font-size: 14px;
		background-size: 5.5vw;
		background-position: 8% center;
	}
	
	.case #case_other {
		margin: 50px 0 35px;
		padding: 30px 15px 60px;
	}
	.case #case_other .other_block {
		justify-content: space-between;
	}
	.case #case_other .other_tit {
		margin-bottom: 15px;
		font-size: 21px;
	}
	.case #case_other .other_block div {
		width: 48.3%;
		height: 120px;
		margin: 0 auto;
	}
	.case #case_other .other_block div p {
		margin-bottom: 5px;
	}
	.case #case_other .other_block div a.title {
		font-size: 13px;
	}
}

/* solution
---------------------------------------------------------------- */
.solution #side ul#side_solution {
	display: block;
}
.storage #side ul #side_storage,
.transport #side ul #side_transport,
.forwarding #side ul #side_forwarding,
.purchasing-agent #side ul #side_purchasing-agent,
.packing #side ul #side_packing,
.procurement-logistics #side ul #side_procurement-logistics,
.cargo_handling #side ul #side_cargo_handling,
.china #side ul #side_china,
.asean #side ul #side_asean,
.na-eu #side ul #side_na-eu,
.india #side ul #side_india,
.korea #side ul #side_korea {
	background: #eef0f0;
}

.solution.storage #block_top {
	background: url("img/storage_topimg.jpg") no-repeat center center / cover;
}
.solution.transport #block_top {
	background: url("img/transport_topimg.jpg") no-repeat center center / cover;
}
.solution.forwarding #block_top {
	background: url("img/forwarding_topimg.jpg") no-repeat center center / cover;
}
.solution.purchasing-agent #block_top {
	background: url("img/purchasing-agent_topimg.jpg") no-repeat center center / cover;
}
.solution.packing #block_top {
	background: url("img/packing_topimg.jpg") no-repeat center center / cover;
}
.solution.procurement-logistics #block_top {
	background: url("img/procurement_topimg.jpg") no-repeat center center / cover;
}
.solution.cargo_handling #block_top {
	background: url("img/cargo_handling_topimg.jpg") no-repeat center center / cover;
}
.solution.china #block_top {
	background: url("img/china_topimg.jpg") no-repeat center center / cover;
}
.solution.asean #block_top {
	background: url("img/asean_topimg.jpg") no-repeat center center / cover;
}
.solution.na-eu #block_top {
	background: url("img/na-eu_topimg.jpg") no-repeat center center / cover;
}
.solution.india #block_top {
	background: url("img/india_topimg.jpg") no-repeat center center / cover;
}
.solution.korea #block_top {
	background: url("img/korea_topimg.jpg") no-repeat center center / cover;
}

.solution .solution_lead {
	/*position: absolute;*/
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 2.5% 3%;
	background: #fff;
	box-shadow: 0 20px 20px rgba(0,0,0,0.1);
	text-align: left;
}
.solution .solution_lead .solution_lead_tit {
	margin-bottom: .8em;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.6em;
}
#en .solution .solution_lead .solution_lead_tit,
#kr .solution .solution_lead .solution_lead_tit {
	letter-spacing: 0;
}
.solution .solution_lead .solution_lead_sub {
	font-size: 16px;
	line-height: 1.75em;
}

.solution .block {
	width: 100%;
	overflow: hidden;
	text-align: left;
	font-feature-settings: "palt";
}
.solution .block p {
	font-size: 16px;
}
.solution .block .caption {
	font-size: 14px;
}
.solution .block img {
	width: 100%;
	height: auto;
}

.solution .block .block_solution {
	margin-bottom: 55px;
	padding-bottom: 55px;
	border-bottom: 1px solid #cdcdcd;
}
/*.solution .block .block_effect {
	opacity: 0;
	transform : translate(0, 80px);
	transition : all 1500ms;
}
.solution .block .block_effect.fadein {
	opacity: 1;
	transform: translate(0, 0);
}*/
.solution .block .block_solution_subtit {
	min-height: 108px;
	margin-top: 90px;
	margin-bottom: 10px;
	padding: 22px 0 0 30px;
	background: url("img/solution_subtit.svg") no-repeat left top;
	/*opacity: 0;
	transform : translate(0, 80px);
	transition : all 1500ms;*/
}
.solution .block .block_solution_subtit.multiple {
	margin-bottom: 30px;
}
/*.solution .block .block_solution_subtit.fadein {
	opacity: 1;
	transform: translate(0, 0);
}*/
.solution .block .block_solution_subtit p {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.35em;
	color: #808080;
}
.solution .block .block_solution_subtit span {
	color: #3c70a1;
}
.solution .block .block_solution_sub {
	margin-bottom: .7em;
	font-size: 28px;
	font-weight: bold;
}
.solution .block .img_tit {
	font-size: 22px;
	font-weight: bold;
}
.solution .block .img_tit span {
	font-size: 16px;
	font-weight: normal;
}
.solution .block .img_tit.blue {
	color: #192b64;
}
.solution .block .img_tit.lightblue {
	color: #3c70a8;
}

.solution .block .block_solution_inner {
	display: flex;
	justify-content: space-between;
}
.solution .block .block_solution_img .block_solution_box {
	width: 47.4%;
}
.solution .block .block_solution_l,
.solution .block .block_solution_r {
	width: 47.4%;
}

.solution .block .box_solution_blue .box_solution_blue_tit {
	display: block;
	background: #192b64;
	font-size: 20px;
	font-weight: bold;
	line-height: 2.5em;
	color: #fff;
	text-align: center;
}
.solution .block .box_solution_blue_inner {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 2.5% 5.8% 5%;
	border-right: 1px solid #192b64;
	border-bottom: 1px solid #192b64;
	border-left: 1px solid #192b64;
}
.solution .block .box_solution_blue_inner .box {
	width: 29%;
}
.solution .block .box_solution_blue_inner .box_num {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #3c70a1;
}
.solution .block .box_solution_blue_inner .box_num:before,
.solution .block .box_solution_blue_inner .box_num:after {
	content: "";
	width: 10%;
	height: 1px;
	background: #3c70a1;
}
.solution .block .box_solution_blue_inner .box_num::before{
	margin: 0 5px 0 0;
}
.solution .block .box_solution_blue_inner .box_num::after{
	margin: 0 0 0 5px;
}
.solution .block .box_solution_blue_inner .box_tit {
	margin-bottom: .5em;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	color: #3c70a1;
	text-align: center;
}
.solution .block .box_solution_blue_inner .box:nth-child(2) .box_tit {
	line-height: 3em;
}
#en .solution .block .box_solution_blue_inner .box:nth-child(2) .box_tit {
	line-height: 1.5em;
}
.solution .block .box_solution_blue_inner img {
	margin-bottom: 10px;
}
.solution .block .box_solution_blue_inner .box_text {
	font-size: 14px;
}

.solution .block .storage_img01 {
	width: 67.2%;
	margin: 0 auto;
}
.solution .block .storage_img06 {
	width: 61.6%;
	margin: 0 auto;
}
.solution .block .storage_img07 {
	width: 76.8%;
	margin: 0 auto 100px;
}

.solution .block .box_solution01 {
	display: flex;
	justify-content: space-between;
	padding: 0 4.4%;
}
.solution .block .box_solution01 img {
	width: 48%;
}

.solution .block .box_solution_forwarding01 .box_solution_forwarding01_tit {
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.solution .block .box_solution_forwarding01_inner {
	display: flex;
	justify-content: space-between;
}
.solution .block .box_solution_forwarding01_inner .box {
	width: 21.1%;
}
.solution .block .box_solution_forwarding01_inner img {
	margin-bottom: 5px;
}
.solution .block .box_solution_forwarding01_inner .box_text {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.solution .block .forwarding_img05 {
	width: 93.6%;
	margin: 0 auto;
}

.solution .solution_table_tit {
	width: 100%;
	background: #192b64;
	font-size: 16px;
	font-weight: bold;
	line-height: 3em;
	color: #fff;
	text-align: center;
}
.solution .solution_table {
	width: 100%;
	margin-bottom: 50px;
	font-size: 16px;
}
.solution .solution_table th {
	background: #f2f2f2;
}
.solution .solution_table th,
.solution .solution_table td {
	padding: 10px 20px;
	vertical-align: middle;
}
.solution.china .solution_table th {
	width: 11.5%;
}
.solution.china .solution_table td {
	width: 88.5%;
}
#en .solution.china .solution_table th {
    width: 21.5%;
}
#en .solution.china .solution_table td {
    width: 78.5%;
}
.solution .solution_table ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.solution .solution_table ul li {
	margin-right: 1em;
}
.solution .solution_table ul li:before {
	display: inline-block;
	position: relative;
	top: .1em;
	content: "";
	width: 1em;
	height: 1em;
	margin-right: .1em;
	border-radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	background: #335adb;
}

.solution .block .box_solution_purchasing01_inner {
	display: flex;
	flex-flow: row wrap;
}
.solution .block .box_solution_purchasing01_inner .box {
	box-sizing: border-box;
	width: 29.9%;
	min-width: 176px;
	margin-bottom: 5.15%;
	margin-right: 5.15%;
	border: 1px solid #192b64;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.solution .block .box_solution_purchasing01_inner .box:nth-child(3) {
	margin-right: 0;
}
.solution .block .box_solution_purchasing01_inner .box_tit {
	box-sizing: border-box;
	display: block;
	margin-bottom: 20px;
	height: 64px;
	background: #192b64;
	font-size: 17px;
	font-weight: bold;
	line-height: 64px;
	color: #fff;
	text-align: center;
}
#en .solution .block .box_solution_purchasing01_inner .box_tit {
	height: auto;
    padding: 1em;
	line-height: 1.45em;
}
.solution .block .box_solution_purchasing01_inner .box:nth-child(1) .box_tit,
.solution .block .box_solution_purchasing01_inner .box:nth-child(4) .box_tit {
	padding-top: 10px;
	line-height: 22px;
}
.solution .block .box_solution_purchasing01_inner div {
	margin-bottom: 20px;
}
.solution .block .box_solution_purchasing01_inner img {
	display: block;
	height: auto;
	margin: 0 auto;
}
.solution .block .box_solution_purchasing01_inner .box:nth-child(1) img,
.solution .block .box_solution_purchasing01_inner .box:nth-child(4) img {
	width: 60%;
}
.solution .block .box_solution_purchasing01_inner .box:nth-child(2) img,
.solution .block .box_solution_purchasing01_inner .box:nth-child(3) img {
	width: 50%;
}
.solution .block .box_solution_purchasing01_inner .box:nth-child(5) img {
	width: 47%;
}
.solution .block .box_solution_purchasing01_inner .box_text {
	padding: 0 4% 4%;
	font-size: 14px;
	text-align: left;
}

.solution .block .box_solution_packing01 {
	box-sizing: border-box;
	width: 84%;
	margin: 0 auto;
	border: 1px solid #192b64;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.solution .block .box_solution_packing01 .box_tit {
	box-sizing: border-box;
	display: block;
	margin-bottom: 20px;
	height: 40px;
	background: #192b64;
	font-size: 17px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
.solution .block .box_solution_packing01_inner {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	padding: 0 2% 2%;
}
.solution .block .box_solution_packing01_inner > div {
	width: 29.3%;
}
.solution .block .box_solution_packing01_inner .box_text {
	box-sizing: border-box;
	display: block;
	width: 120px;
	height: 120px;
	padding-top: 5%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #192b64;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
}
#en .solution .block .box_solution_packing01_inner .box_text:nth-child(2) {
	padding-top: 6%;
}
#en .solution .block .box_solution_packing01_inner .box_text {
	font-size: 16px;
	line-height: 1.25em;
}

.solution .block .box_solution_packing02_inner {
	padding: 5%;
	background: #f5f7f7;
}
.solution .block .box_solution_packing02_inner .box_tit:before {
	display: inline-block;
	position: relative;
	top: .1em;
	content: "";
	width: 1em;
	height: 1em;
	margin-right: .2em;
	background: #000;
	font-size: 18px;
}

.solution .block .packing_img02 {
	width: 80%;
	margin: 0 auto;
}
.solution .block .packing_img05 {
	width: 80%;
	margin: 0 auto;
}

.solution .block .box_solution_cargo_handling01 {
	margin-bottom: 50px;
}
.solution .block .box_solution_cargo_handling01 .box_solution_cargo_handling01_inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.solution .block .box_solution_cargo_handling01 .box {
	width: 21%;
}
.solution .block .box_solution_cargo_handling01 img {
	margin-bottom: 10px;
}
.solution .block .box_solution_cargo_handling01 .box_tit {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #3c70a8;
	text-align: center;
}
.solution .block .box_solution_cargo_handling01 .box_text {
	font-size: 14px;
}

.solution .block .box_solution_cargo_handling02 {
	border: 1px solid #192b64;
}
.solution .block .box_solution_cargo_handling02 .box_solution_cargo_handling02_tit {
	display: block;
	height: 40px;
	background: #192b64;
	font-size: 17px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
.solution .block .box_solution_cargo_handling02_inner {
	display: flex;
	justify-content: space-between;
	padding: 5%;
}
.solution .block .box_solution_cargo_handling02_inner .box {
	width: 48%;
}
.solution .block .box_solution_cargo_handling02_inner .box_text {
	font-size: 16px;
}

.solution .block .china_img01 {
	width: 79.2%;
	margin: 0 auto;
}
.solution .block .china_img03 {
	width: 92.5%;
	margin: 0 auto;
}
.solution .block .asean_img01 {
	width: 94.5%;
}
.solution .block .asean_img02 {
	width: 78.5%;
	margin: 0 auto;
}
.solution .block .box_solution_asean01 {
	margin-bottom: 50px;
}
.solution .block .box_solution_asean01_inner {
	display: flex;
	justify-content: space-between;
}
.solution .block .box_solution_asean01_inner .box {
	width: 31.3%;
}

.solution .block .box_solution_na-eu01_inner {
	display: flex;
	flex-flow: row wrap;
}
.solution .block .box_solution_na-eu01_inner .box {
	box-sizing: border-box;
	width: 47.4%;
	margin-bottom: 2.6%;
	margin-right: 2.6%;
	border: 1px solid #192b64;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.solution .block .box_solution_na-eu01_inner .box:nth-child(2n) {
	margin-right: 0;
}
.solution .block .box_solution_na-eu01_inner .box_tit {
	box-sizing: border-box;
	display: block;
	margin-bottom: 20px;
	height: 64px;
	background: #192b64;
	font-size: 17px;
	font-weight: bold;
	line-height: 64px;
	color: #fff;
	text-align: center;
}
#en .solution .block .box_solution_na-eu01_inner .box_tit {
	height: auto;
    padding: 1em;
	line-height: 1.45em;
}
.solution .block .box_solution_na-eu01_inner .box:nth-child(1) .box_tit {
	margin-bottom: 10px;
}
.solution .block .box_solution_na-eu01_inner .box:nth-child(1) div {
	margin-bottom: 10px;
}
.solution .block .box_solution_na-eu01_inner img {
	display: block;
	height: auto;
	margin: 0 auto;
}
.solution .block .box_solution_na-eu01_inner .box:nth-child(1) img {
	width: 21.5%;
}
.solution .block .box_solution_na-eu01_inner .box:nth-child(2) img {
	width: 28.1%;
}
.solution .block .box_solution_na-eu01_inner .box:nth-child(3) img {
	width: 22.8%;
}
.solution .block .box_solution_na-eu01_inner .box:nth-child(4) img {
	width: 24.0%;
}
.solution .block .box_solution_na-eu01_inner .box_text {
	padding: 0 4% 4%;
	font-size: 14px;
	text-align: left;
}
.solution .block .na-eu_img07 {
	width: 73.7%;
	margin: 0 auto;
}

.solution .block .india_img01 {
	width: 56.4%;
	margin: 0 auto;
}
.solution .block .india_img02 {
	width: 100%;
	margin: 0 auto 50px;
}
.solution .block .india_img03 {
	width: 92.5%;
	margin: 0 auto 40px;
}
#ch .solution .block .india_img03 {
	width: 70%;
}
.solution ul.box_solution_india01 {
	font-size: 16px;
}
.solution ul.box_solution_india01 li:before {
	display: inline-block;
	position: relative;
	top: .1em;
	content: "";
	width: 1em;
	height: 1em;
	margin-right: .1em;
	border-radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	background: #335adb;
}
.solution .block .india_img04 {
	width: 81.6%;
	margin: 0 auto;
}

.solution .block .korea_img01 {
	width: 60%;
	margin: 0 auto;
}

.solution.korea  .block a:link, a:visited {
	text-decoration: underline;
}

.solution .block .korea_img02 {
	width: 80%;
	margin: 0 auto;
}

.solution .block .korea_img04 {
	width: 100%;
	margin-bottom: 30px;
}

.solution .block .block_list {
	display: inline-block;
	padding-top: 20px;
}

.solution .block .block_list01 {
	float: left;
	width: 48%;
}
.solution .block .block_list02 {
	float: right;
	width: 48%;
}

.solution .block .block_list01 img,
.solution .block .block_list02 img{
	float: left;
	height: auto;
	width: 30%;
	margin-right: 10px;
}

.solution .block .box_list01,
.solution .block .box_list02 {
	float: right;
	width: 65%;
}

.solution ul li.list_top {
	border-bottom: 1px solid #192b64;
	margin-bottom: 10px;
	font-size: 16px;
	color: #192b64;
	font-weight: bold;
}

.solution  .block_list  ul li.list_blue {
	font-weight: bold;
	font-size: 14px;
}

.solution ul li.list_blue span {
	color: #3366CC;
	font-weight: bold;
}

.solution ul li.list_blue{ 
	margin: -0.3em 0 0.5em 1em;
	text-indent: -1em;
	font-size: 16px;
}
.solution  ul li.list_blue:before { 
	display:inline-block; 
	content:'';
	width: 1em;
	height: 1em;
	background: #3366CC;
	border-radius: 50%;
	margin-right: 2px;
	vertical-align: sub;
}

@media only screen and (max-width: 948px) {
	.solution .block .box_solution_purchasing01_inner .box:nth-child(3) {
		margin-right: 5.15%;
	}
}

@media only screen and (max-width: 1124px) {
	.solution .block .box_solution_packing01_inner .box_text {
		width: 90px;
		height: 90px;
		font-size: 18px;
	}
	#en .solution .block .box_solution_packing01_inner .box_text {
		font-size: 11px;
	}
    #en .solution.china .solution_table th {
        width: 29.5%;
    }
    #en .solution.china .solution_table td {
        width: 70.5%;
    }
}

@media only screen and (max-width: 767px) {
	.solution .solution_lead {
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 5%;
	}
	.solution .solution_lead .solution_lead_tit {
		font-size: 16px;
	}
	.solution .solution_lead .solution_lead_sub {
		font-size: 14px;
	}

	.solution .block p {
		font-size: 15px;
	}
	.solution .block .caption {
		font-size: 13px;
	}

	.solution .block .block_solution {
		margin-bottom: 45px;
		padding-bottom: 40px;
	}
	.solution .block .block_solution_subtit {
		min-height: 60px;
		margin-bottom: 15px;
		padding: 8px 0 0 14px;
		background: url("../fonts/solution_subtit.svg") no-repeat left top / 60px;
	}
	.solution .block .block_solution_subtit,
	.solution .block .block_solution_subtit.multiple {
		margin: 40px 0 45px;
	}
	.solution .block .block_solution_subtit p {
		font-size: 33px;
	}
	.solution .block .block_solution_sub {
		margin-bottom: .5em;
		font-size: 24px;
		font-weight: bold;
	}
	.solution .block .img_tit {
		font-size: 15px;
		font-weight: bold;
	}
	.solution .block .img_tit span {
		font-size: 13px;
		font-weight: normal;
	}

	.solution .block .block_solution_inner {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.solution .block .block_solution_img .block_solution_box {
		width: 48%;
	}
	.solution .block .block_solution_l {
		width: 100%;
		margin-bottom: 20px;
	}
	.solution .block .block_solution_r {
		width: 100%;
	}

	.solution .block .box_solution_blue .box_solution_blue_tit {
		font-size: 15px;
	}
	.solution .block .box_solution_blue_inner {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.solution .block .box_solution_blue_inner .box {
		width: 100%;
		margin-bottom: 20px;
	}
	.solution .block .box_solution_blue_inner .box_num {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 17px;
		color: #3c70a1;
	}
	.solution .block .box_solution_blue_inner .box_num:before,
	.solution .block .box_solution_blue_inner .box_num:after {
		content: "";
		width: 7%;
		height: 1px;
		background: #3c70a1;
	}
	.solution .block .box_solution_blue_inner .box_num::before{
		margin: 0 3px 0 0;
	}
	.solution .block .box_solution_blue_inner .box_num::after{
		margin: 0 0 0 3px;
	}
	.solution .block .box_solution_blue_inner .box_tit {
		font-size: 15px;
	}
	.solution .block .box_solution_blue_inner .box:nth-child(2) .box_tit {
		line-height: 3em;
	}
	.solution .block .box_solution_blue_inner img {
		display: block;
		width: 70%;
		margin: 0 auto 7px;
	}
	.solution .block .box_solution_blue_inner .box_text {
		font-size: 13px;
	}
	
	.solution .block .mg50b {
		margin-bottom: 45px;
	}

	.solution .block .storage_img01 {
		width: 100%;
		margin: 0 auto;
	}
	.solution .block .storage_img06 {
		width: 100%;
		margin: 0 auto;
	}
	.solution .block .storage_img07 {
		width: 96%;
		margin: 0 auto 50px;
	}

	.solution .block .box_solution01 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0 4.4%;
	}
	.solution .block .box_solution01 img {
		width: 100%;
		margin-bottom: 10px;
	}

	.solution .block .box_solution_forwarding01 .box_solution_forwarding01_tit {
		margin-bottom: 1em;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
	}
	.solution .block .box_solution_forwarding01_inner {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.solution .block .box_solution_forwarding01_inner .box {
		width: 48%;
		margin-bottom: 2%;
	}
	.solution .block .box_solution_forwarding01_inner img {
		margin-bottom: 3px;
	}
	.solution .block .box_solution_forwarding01_inner .box_text {
		font-size: 13px;
		font-weight: bold;
		text-align: center;
	}

	.solution .block .forwarding_img05 {
		width: 100%;
		margin: 0 auto;
	}

	.solution .solution_table_tit {
		font-size: 15px;
	}
	.solution .solution_table {
		width: 100%;
		margin-bottom: 25px;
		font-size: 15px;
	}
	.solution .solution_table th,
	.solution .solution_table td {
		padding: 3px 10px;
	}
	.solution.china .solution_table th {
		width: 21.5%;
	}
	.solution.china .solution_table td {
		width: 78.5%;
	}

	.solution .block .box_solution_purchasing01_inner .box {
		width: 100%;
		min-width: 100%;
		margin-bottom: 5.15%;
		margin-right: 0;
	}
	.solution .block .box_solution_purchasing01_inner .box_tit {
		box-sizing: border-box;
		display: block;
		margin-bottom: 16px;
		height: 50px;
		background: #192b64;
		font-size: 13px;
		font-weight: bold;
		line-height: 50px;
		color: #fff;
		text-align: center;
	}
	#en .solution .block .box_solution_purchasing01_inner .box_tit {
		font-size: 15px;
	}
	.solution .block .box_solution_purchasing01_inner .box:nth-child(1) .box_tit,
	.solution .block .box_solution_purchasing01_inner .box:nth-child(4) .box_tit {
		padding-top: 8px;
		line-height: 17px;
	}
	.solution .block .box_solution_purchasing01_inner div {
		margin-bottom: 16px;
	}
	.solution .block .box_solution_purchasing01_inner img {
		display: block;
		height: auto;
		margin: 0 auto;
	}
	.solution .block .box_solution_purchasing01_inner .box:nth-child(1) img,
	.solution .block .box_solution_purchasing01_inner .box:nth-child(4) img {
		width: 60%;
	}
	.solution .block .box_solution_purchasing01_inner .box:nth-child(2) img,
	.solution .block .box_solution_purchasing01_inner .box:nth-child(3) img {
		width: 50%;
	}
	.solution .block .box_solution_purchasing01_inner .box:nth-child(5) img {
		width: 47%;
	}
	.solution .block .box_solution_purchasing01_inner .box_text {
		padding: 0 4% 4%;
		font-size: 13px;
		text-align: left;
	}

	.solution .block .purchasing-agent_img01 {
		width: 80%;
		margin: 0 auto;
	}

	.solution .block .box_solution_packing01 {
		width: 100%;
	}
	.solution .block .box_solution_packing01 .box_tit {
		margin-bottom: 16px;
		height: 32px;
		font-size: 15px;
		line-height: 32px;
	}
	.solution .block .box_solution_packing01_inner {
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.solution .block .box_solution_packing01_inner > div {
		width: 100%;
	}
	.solution .block .box_solution_packing01_inner > div img {
		display: block;
		width: 50%;
		margin: 0 auto 20px;
	}
	.solution .block .box_solution_packing01_inner .box_text {
		width: 80px;
		height: 80px;
		font-size: 14px;
	}
	#en .solution .block .box_solution_packing01_inner .box_text:nth-child(2),
    #en .solution .block .box_solution_packing01_inner .box_text {
        padding-top: 8%;
		font-size: 10px;
	}
	.solution .block .box_solution_packing01_inner p:nth-of-type(1) {
		margin-left: 10%;
	}
	.solution .block .box_solution_packing01_inner p:nth-of-type(3) {
		margin-right: 10%;
	}
	.solution .block .box_solution_packing02_inner .box_tit:before {
		font-size: 14px;
	}
	
	/*.solution .block .procurement_img03 {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	.solution .block .procurement_img03 img {
		width: 560px;
	}*/

	.solution .block .box_solution_cargo_handling01 .box_solution_cargo_handling01_inner {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}
	.solution .block .box_solution_cargo_handling01 .box {
		width: 48%;
		margin-bottom: 2%;
	}
	.solution .block .box_solution_cargo_handling01 img {
		margin-bottom: 5px;
	}
	.solution .block .box_solution_cargo_handling01 .box_tit {
		margin-bottom: 4px;
		font-size: 14px;
	}
	.solution .block .box_solution_cargo_handling01 .box_text {
		font-size: 13px;
	}

	.solution .block .box_solution_cargo_handling01 {
		margin-bottom: 25px;
	}
	.solution .block .box_solution_cargo_handling02 .box_solution_cargo_handling02_tit {
		display: block;
		height: 32px;
		background: #192b64;
		font-size: 13px;
		font-weight: bold;
		line-height: 32px;
		color: #fff;
		text-align: center;
	}
	.solution .block .box_solution_cargo_handling02_inner {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap-reverse;
		padding: 5%;
	}
	.solution .block .box_solution_cargo_handling02_inner .box {
		width: 100%;
	}
	.solution .block .box_solution_cargo_handling02_inner .box:nth-child(2) {
		margin-bottom: 20px;
	}
	.solution .block .box_solution_cargo_handling02_inner .box_text {
		font-size: 14px;
	}

	.solution .block .china_img01 {
		width: 100%;
		margin: 0 auto;
	}
	.solution .block .china_img03 {
		width: 100%;
		margin: 0 auto;
	}

	.solution .block .asean_img01 {
		width: 100%;
	}
	.solution .block .asean_img02 {
		width: 100%;
		margin: 0 auto;
	}
	.solution .block .box_solution_asean01 {
		margin-bottom: 25px;
	}

	.solution .block .box_solution_na-eu01_inner .box {
		width: 100%;
		margin-right: 0;
	}
	.solution .block .box_solution_na-eu01_inner .box_tit {
		box-sizing: border-box;
		display: block;
		margin-bottom: 14px;
		height: 44px;
		background: #192b64;
		font-size: 14px;
		font-weight: bold;
		line-height: 44px;
		color: #fff;
		text-align: center;
	}
	.solution .block .box_solution_na-eu01_inner .box:nth-child(1) .box_tit {
		margin-bottom: 7px;
	}
	.solution .block .box_solution_na-eu01_inner .box:nth-child(1) div {
		margin-bottom: 7px;
	}
	.solution .block .box_solution_na-eu01_inner .box_text {
		padding: 0 4% 4%;
		font-size: 14px;
		text-align: left;
	}
	.solution .block .na-eu_img07 {
		width: 100%;
		margin: 0 auto;
	}

	.solution .block .india_img01 {
		width: 100%;
		margin: 0 auto;
	}
	.solution .block .india_img02 {
		width: 100%;
		margin: 0 auto 25px;
	}
	.solution .block .india_img03 {
		width: 60%;
		margin: 0 auto 20px;
	}
	#ch .solution .block .india_img03 {
		width: 48%;
	}
	.solution ul.box_solution_india01 {
		font-size: 15px;
	}
	.solution .block .india_img04 {
		width: 100%;
		margin: 0 auto;
	}

	.solution .block .korea_img01,
	.solution .block .korea_img02 {
		width: 100%;
		margin: 0 auto;
	}

	.solution .block .block_list01, 
	.solution .block .block_list02{
		width: 100%;
		margin: 10px 0;
	}

	.solution .block .block_list01 img,
	.solution .block .block_list02 img{
		float: left;
		height: auto;
		width: 30%;
		margin-right: 10px;
	}

	.solution .block .box_list01,
	.solution .block .box_list02 {
		float: right;
		width: 65%;
	}

	.solution ul li.list_blue{ 
		font-size: 14px;
	}
}

/*issue
---------------------------------------------------------------- */
.issue #side ul#side_solution02 {
	display: block;
}
.issue #block_top #block_top_box{
	top: 50%;
}

.issue #block_top {
	background: url("img/issue_topimg.jpg") no-repeat center center / cover;
}

.issue #main_inner {
	margin-bottom: 100px;
	border-bottom: 1px solid #cdcdcd;
}

.issue h2{
	color: #192b64;
	border-bottom : solid 4px #192b64;
	display: inline-block;
}

.issue .block p {
	text-align: left;
	font-size: 16px;
	margin-bottom: 20px;
}
.issue .block img{display: block;max-width: 100%;margin: 0 auto;}
.issue .block ol {
	counter-reset:number; 
	padding:0 0 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 101.3%;
}
.issue .block ol li {
	position: relative;
	display: flex;
	line-height: 1.5em;
	background: #f4f6f6;
	border-left : solid 35px #192b64;
	margin: 0 10px 10px 0;
	text-align: left;
	align-items: center;
	flex-grow: 1;
	flex-basis: 30%;
}
.issue .block ol li:before{
	position: absolute;
	counter-increment: number;
	content: counter(number,decimal-leading-zero);
	display:inline-block;
	color: white;
	font-size: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -37px;
	width: 40px;
	height: 1em;
	line-height: 1;
	text-align: center;
}

.issue .block .issue_block a {
	width: 100%;
	display: block;
	color: #000;
	font-size: 16px;
	padding: 20px 16px;
}
.issue .block .issue_block a span {
	position: relative;
}
.issue .block .issue_block a span::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	border-bottom: 1px solid #000;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.issue .block .issue_block a:hover span::after {
	width: 100%;
}

.issue #side ul li.active {
	background: #eef0f0;
}

@media only screen and (max-width: 767px) {
	.issue #main_inner {
		margin-bottom: 40px;
		border-bottom: 1px solid #cdcdcd;
	}
	
	.issue .block p {
		font-size: 15px;
	}
	
	.issue .block ol {
		padding:0 0 40px;
		width: 100%;
	}
	.issue .block ol li {
		margin: 0 0 10px ;
		flex-basis: 100%;
	}
	.issue .block ol li:before {
		font-size: 15px;
	}
	
	.issue .block .issue_block a {
		font-size: 15px;
		padding: 11.5px 16px;
	}
}
