@charset "utf-8";
/* CSS Document 20220330
	/download/index.asp

/* 資料DL共通 */
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1054px;
}
}

/* 一覧ページ */
#download .mainV {
	position: relative;
	background-image: url(/web/jp/trade/images/download/mainV.jpg);
	background-position:bottom center;
  	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

#download .mainV::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: /*#075877*/ #0c475e;;
	opacity: 0.8;
}

#download .mainV .text-inner {
	position: relative;
	padding: 100px 0 50px;
	color: #fff;
	text-align: center;
	z-index: 1;
}

@media (min-width: 64em) {
#download .mainV {
	margin-top: 56px;
}

#download .mainV .text-inner {
	padding-top: 70px;
}
}

#download .mainV h1 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.6;
	color: #fff;
}

#download .mainV_02{
	position: relative;
	background-image: url(/web/jp/trade/images/download/mainV_02.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: 240px;
	margin-top: 0;
	margin-bottom: 2.5rem;
}
#download .mainV_02 .container{
	max-width: 1200px !important;
}
.anchor_nav .donwload_top_menu ul li{
	width: auto;
	flex: 1;
}
.anchor_nav .donwload_top_menu li a{
	display: flex;
    align-items: center;
    justify-content: center;
}
#download .mainV_02 h1{
	margin-top: 3em;
	font-weight: bold;
}
#download .mainV_02 h1 .mainV_02_h1_en{
	display: block;
	font-size: 18px;
}
#download .mainV_02 h1 .mainV_02_h1_ja{
	color: #075877;
	display: block;
	font-size: 40px;
}
#download .mainV_02 .box-dl{
	background-color: #F2F7EA;
	border-radius: 15px;
	margin: 25% 5% 0;
	padding: 4px 12px 20px;
	position: relative;
}
#download .mainV_02 .box-dl .box-dl_img_sp{
	width: 100%;
	margin: -25% auto 0;
}
#download .mainV_02 .box-dl .box-dl_img_sp img{
	width: 100%;
}
#download .mainV_02 .box-dl .box-dl_img_pc{
	display: none;
}
#download .mainV_02 .box-dl .box-dl_tit img{
	width: 100%;
	max-width: 510px;
	margin-bottom: 20px;
}
#download .mainV_02 .box-dl ul{
	margin: 0 0 20px 32px;
}
#download .mainV_02 .box-dl ul li{
	background: url(/web/jp/trade/images/download/mainV_02_dl_check.png) 0 0 no-repeat;
	background-size: 20px;
	font-size: 12px;
	margin-bottom: 8px;
	padding: 4px 0 4px 30px;
}
#download .mainV_02 .box-dl .box-dl_btn {
	text-align: center;
}
#download .mainV_02 .box-dl .box-dl_btn a{
	display: inline-block;
	background-color: #1A7F29;
	border-radius: 30px;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	height: 60px;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 100%;
	max-width: 400px;
}
#download .mainV_02 .box-dl .box-dl_btn a:hover{
	opacity: 0.8;
}
#download .mainV_02 .box-dl .box-dl_btn a:after {
	content: "";
	position: absolute;
	right: 20px;
	width: 0.5em;
	height: 0.5em;
	top: 50%;
	margin-top: -0.25em;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-width: 2px;
	border-right-style: solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (min-width: 48em) {
	#download .mainV_02{
		background-size: 360px;
	}
}
@media (min-width: 1000px) {
	#download .mainV_02{
		background-size: 540px;
		padding-top: 4.5rem;
		margin-bottom: 4.5rem;
	}
	#download .mainV_02 h1{
		margin-top: 6rem;
	}
	#download .mainV_02 h1 .mainV_02_h1_en{
		font-size: 24px;
		margin-bottom: 1rem;
	}
	#download .mainV_02 h1 .mainV_02_h1_ja{
		color: #075877;
		font-size: 80px;
	}
	#download .mainV_02 .box-dl {
		margin: 120px 0 0 300px;
		padding: 40px 40px 40px 270px;
	}
	#download .mainV_02 .box-dl ul{
		margin-left: 0;
	}
	#download .mainV_02 .box-dl ul li{
		font-size: 20px;
		background-position: 0 0;
		padding-top: 0;
	}
	#download .mainV_02 .box-dl .box-dl_btn{
		text-align: left;
	}
	#download .mainV_02 .box-dl .box-dl_btn a{
		height: 64px;
		border-radius: 32px;
		font-size: 24px;
	}
	#download .mainV_02 .box-dl .box-dl_img_sp{
		display: none;
	}
	#download .mainV_02 .box-dl .box-dl_img_pc{
		display: block;
		position: absolute;
		left: -300px;
		top: -36px;
	}
	#download .mainV_02 .box-dl .box-dl_img_pc img{
		width: 533px;
	}
}
.anchor_nav {
	background-color: #B5CDD6;
}
.anchor_nav .container{
	padding-left: 0;
	padding-right: 0;
}
.anchor_nav ul{
	display: flex;
	position: relative;
}
@media screen and (min-width:576px){
	.anchor_nav ul:before,.anchor_nav ul:after{
		content: "";
		display: inline-block;
		width: 1px;
		height: 68px;
		background-color: #fff;
		position: absolute;
		top: 15px;
	}
	.anchor_nav ul:before{
		left: 0;
	}
	.anchor_nav ul:after{
		right: 0;
	}
}
.anchor_nav ul li{
	width: 33.33%;
	position: relative;
}
.anchor_nav ul li:before{
	content: "";
	display: inline-block;
	width: 1px;
	height: 68px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 15px;
}
.anchor_nav ul li:last-child:before{
	display: none;
}
.anchor_nav ul li a{
	display: block;
	color: #075877;
	font-size: 16px;
	font-weight: bold;
	height: 100px;
	line-height: 1.5;
	padding-top: 16px;
	padding-bottom: 36px;
	position: relative;
	text-align: center;
}
.anchor_nav ul li a:hover{
	opacity: 0.8;
}
.anchor_nav ul li:nth-child(2n) a{
	padding-top: 24px;
}
.anchor_nav ul li:after {
	content: "";
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%) rotate(135deg);
	width: 0.5em;
	height: 0.5em;
	margin-top: -0.25em;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-width: 2px;
	border-right-style: solid;
	border-color: #075877;
}
@media screen and (max-width:500px){
	.anchor_nav ul li a{
		font-size: 3vw;
	}
}
@media screen and (min-width:1000px){
	.anchor_nav ul li a{
		font-size: 20px;
		padding-top: 27px !important;
	}
	.anchor_nav ul li a br{
		display: none;
	}
	.anchor_nav ul li:before,.anchor_nav ul:before,.anchor_nav ul:after{
		height: 54px;
		top: 24px;
	}
	.anchor_nav ul li:after{
		bottom: 24px;
	}
}
a.download_box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	height: 100%;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	padding: 0px;
	border-radius: 2px;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: normal;
}

a:not([disabled]):hover.download_box {
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
	opacity: .7;
}

#download h2{
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#download h2:after{
	display: none !important;
}
#download h2 .h2_en{
	display: block;
	color: #075877;
	font-size: 10px;
}
@media screen and (min-width:1000px){
	#download h2{
		font-size: 48px;
		margin-bottom: 40px;
	}
	#download h2 .h2_en{
		font-size: 20px;
	}
}

.download_box figure {
    margin: 0;
    overflow: hidden;
}

.download_box figure img {
    transition: .3s;
}

a:hover.download_box figure img {
  transform: scale(1.05);
}

.download_box.label_new::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #c12748;
    position: absolute;
    z-index: 100;
}

.download_box.label_new::after {
    content: "New";
    display: block;
    position: absolute;
    top: 0.4em;
    left: 0.4em;
    transform: rotate(-45deg);
    color: #fff;
    z-index: 101;
}
.download_box .txt {
	padding: 20px;
}

.download_box .txt h3 {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.4;
}

.download_box .txt p {
	line-height: 1.6;
}

.download_box .btn_download	{
	margin-top: auto;
	padding: 0 20px 20px 20px;
	text-align: center;
}

.download_box .btn_download	span {
    display: inline-block;
	position: relative;
    width: 90%;
    padding: 14px;
    background-color: #075877;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
	line-height: 1.0;
    letter-spacing: 0.05em;
}

.download_box .btn_download	span::after {
    content: "";
    position: absolute;
    right: 20px;
    width: 0.5em;
    height: 0.5em;
    top: 50%;
    margin-top: -0.25em;
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 詳細ページ */
#download_detail .mainV {
	position: relative;
	padding-top: 120px;
}

@media (min-width: 64em) {
#download_detail .mainV {
	margin-top: 88px;
	padding-top: 80px;
}
}

#download_detail h1 {
	padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
	color: #333;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.4;
}

@media only screen and (max-width: 991px) {
#download_detail h1 {
	font-size: 22px;
}
}

@media only screen and (max-width: 767px) {
#download_detail h1 {
	font-size: 20px;
	letter-spacing: normal;
}
}

#download_detail h2 {
	margin-bottom: 30px;
	padding: 0 0 3px 0.5em;
	border-left: 4px solid #075877;
    font-size: 22px;
	font-weight: bold;
    line-height: 1.4;
}

#download_detail h2::after {
    content: none;
}

@media only screen and (max-width: 767px) {
#download_detail h2 {
	margin-bottom: 20px;
	font-size: 18px;
}
}

.left_column {
	margin-right: 50px;
}

@media only screen and (max-width: 991px) {
.left_column {
	margin-right: 0;
}
}

.section {
	padding: 20px 0;
}

.download_detail p {
	margin-bottom: 1em;
	line-height: 1.6;
}
.download_detail p:last-child {
	margin-bottom: 0;
}
.info-wrap .cube-wrap > div:nth-child(n+4){
	display: none;
}
.info-wrap.show-all .cube-wrap > div:nth-child(n+4){
	display: block;
}
.info-wrap .toggle-btn{
	margin-top: 40px;
	text-align: center;
}
.info-wrap .toggle-btn a{
	display: inline-block;
	background-color: #fff;
	border: 3px solid #075877;
	border-radius: 15px;
	color: #075877;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	max-width: 500px;
	height: 50px;
	padding: 8px;
	position: relative;
	text-align: center;
}
.info-wrap .toggle-btn a:after{
	content: "";
	position: absolute;
	right: 20px;
	width: 0.5em;
	height: 0.5em;
	top: 50%;
	margin-top: -0.25em;
	border-color: #075877;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-width: 2px;
	border-right-style: solid;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.info-wrap.show-all .toggle-btn a:after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.info-wrap .toggle-btn a .tx-close{
	display: none;
}
@media screen and (min-width:1000px){
	.info-wrap .toggle-btn a{
		font-size: 24px;
		height: 70px;
		padding: 12px;
	}
}
.info-wrap.show-all .toggle-btn a .tx-close{
	display: inline;
}
.info-wrap.show-all .toggle-btn a .tx-more{
	display: none;
}
.info-wrap .toggle-btn a:hover{
	opacity: 0.8;
}

#case{
	background-color: #E6EEF1;
}
#case .download_box dl > div{
	display: flex;
	margin-bottom: 10px;
}
#case .download_box dl > div dt{
	width: 6em;
}
#case .download_box dl > div dd{
	width: calc(100% - 6em);
	display: inline-flex;
}
#case .download_box dl > div dd:before{
	content: "：";
}
#streaming .info-wrap a img{
	width: 100%;
}
#streaming .info-wrap .cat_flag{
	position: relative;
}
#streaming .info-wrap .cat_flag .flag {
    width: 90px;
    padding: 9px;
    text-align: center;
    line-height: 1;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: -48px;
}
#streaming .info-wrap .cat_flag .flag.seminar_ond_new {
	font-weight: bold;
    background-color: #FF0000; }

ul.list_square {
    padding-left: 2em;
}

ul.list_square li {
	list-style-type: square;
	margin-bottom: 0.5em;
	line-height: 1.4;
}

ul.list_square  li:last-child {
	margin-bottom: 0;
}