@charset "utf-8";
/* CSS Document */

/*-------------------
動画一覧ページ用CSS
/asp/movie/index.asp
-------------------*/
h1 {
	font-size: 1em;
	line-height: 1.4;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1.75em;
	text-align: center;
}
h3 {
	font-size: 1em;
}
.contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
}
.mb-85 {
	margin-bottom: 8.5em;
}

	
/*-----------------
 *pege title
-----------------*/
.page_title { 
	margin-bottom: 3em;
	padding: 8em 0 2em;
	background: linear-gradient(#edf7fc,#d6ecf8);
}
.page_title h1 span {
	padding-bottom: 0.1em;
	font-size: 2.375em;
	font-weight: bold;
	display: block;
	text-align: center;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.page_title { 
		padding: 10em 0 2em;
	}
}


/*-----------------
 *動画一覧左カラム
-----------------*/

#list-movies .movieset{
    margin-bottom: 2em;
    box-shadow: 0 2px 5px #ccc;
	width:100%;
}	
#list-movies .movieset:last-child{
	margin-bottom: 5em
}
#list-movies .movieset .movie{
	width: 100%;
	line-height:0;
}
#list-movies .movieset .description{
	padding: 1.5em;
}
#list-movies .movieset .movie iframe{
	width: 100%;
}
#list-movies .movieset p{
	line-height: 1.6;
}
#list-movies .movieset p.caption{
	margin-bottom: 20px;
	font-size: 1.1em;
    font-weight: bold;
}
#list-movies .movieset p.membername{		
    color: #777;
    font-size: 0.9em;
}
#list-movies .movieset p.movie_time{		
    color: #333;
    font-size: 0.9em;
    margin-top:1em;
}
#sec-case #list-movies .movieset{
	background: #fff;
	max-width: 950px;
}
#sec-case #list-movies .movieset .movie,
#sec-case #list-movies .movieset .description{
	float: left !important;
}

.doc_req_btn{
	margin-bottom: 2em;
	text-align: center;
}
.doc_req_btn a{;
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 512px;
	padding: 1em 1em 0.85em;
	background-color: #e50000;
	border-radius: 6px;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 0.85em;
	box-sizing: border-box;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#list-movies .contents_left {
		width: 90%;
		max-width: 42.75em;
        margin:0 auto;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#list-movies .contents_left {
		width: calc(100% - 300px);
		margin: auto;
		float: left;
	}
	#list-movies .movieset{
		letter-spacing: -.4em;
	}
	#list-movies .movieset .movie,
	#list-movies .movieset .description{
		display:inline-block;
		vertical-align: top;
		letter-spacing: normal;
	}
	#list-movies .movieset .movie{
		width: 57%;
	}
	#list-movies .movieset .description{
		width: 43%;
		box-sizing: border-box;
	}
	#list-movies .movieset .description .caption{
		font-size: 1em;
	}
	#sec-case #list-movies .movieset .description{
		width: auto !important;
		max-width: 600px !important;
		background: #fff;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#list-movies .contents_left {
		width: 90%;
	}
}
/*-----------------
 *incファイル　用語集/動画一覧右カラム
/asp/include/yougo_sidenavi.html
-----------------*/
#sec-yougo_sidenavi .contents_right .hotword {
	margin-bottom: 3.5em;
    text-align: left;
}
#sec-yougo_sidenavi .contents_right .hotword h4 {
	background: #333;
	color: #fff;
	position: relative;
	padding: 0.75em 0 0.75em 2.75em;
	margin-bottom: 1em;
}
#sec-yougo_sidenavi .contents_right .hotword h4::before {
	content: url("/web/jp/asp/yougo/images/yougo_attention.svg");
	position: absolute;
	top:6px;
	left: 12px;
	width: 1.5em;
    height: 1.5em;
}
#sec-yougo_sidenavi .contents_right .hotword p {
	line-height: 1.6;
	margin: 0 auto 1.5em;
	width: 92%;
}
#sec-yougo_sidenavi .contents_right .hotword ul {
	width: 92%;
    margin: 0 auto;
}
#sec-yougo_sidenavi .contents_right .hotword li {
	display: inline-block;
    background: #fff;
    border: solid 1px #2684e2;
	color: #2684e2;
	text-align: center;
	font-size: 0.95em;
    width: 47%;
    margin-bottom: 6px;
}
#sec-yougo_sidenavi .contents_right .hotword li:hover { 
	background: #f5f7f7;
}
#sec-yougo_sidenavi .contents_right .hotword li a {
	padding: 5%;
    display: inline-block;
    width: 90%;
	color: #2684e2;
}
#sec-yougo_sidenavi .contents_right .bnr_link {
	text-align: center;
}
#sec-yougo_sidenavi .contents_right .bnr_link li {
	width: 92%;
	margin-bottom: 1em;
	display: inline-block;
}
#sec-yougo_sidenavi .contents_right .bnr_link li:last-child {
	margin-bottom: 5em;
}
#sec-yougo_sidenavi .contents_right .bnr_link li img {
	width: 100%;
}
#sec-yougo_sidenavi .contents_right .bnr_link li:hover {
	opacity: 0.85;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-yougo_sidenavi .contents_right .bnr_link li {
		width: 43.5%;
		padding-right: 1em;
	}
	#sec-yougo_sidenavi .contents_right .hotword li {
		width: 48%;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-yougo_sidenavi .contents_right {
		width: 100%;
		max-width: 16.25em;
		margin: auto auto auto 40px;
		text-align: center;
		float: right;
		position: relative;
	}
	#sec-yougo_sidenavi .contents_right .hotword p {
		line-height: 1.6;
		margin-bottom: 1.5em;
		width: 100%;
	}
	#sec-yougo_sidenavi .contents_right .hotword li a {
		padding: 6%;
		width: 88%;
	}

	#sec-yougo_sidenavi .contents_right .hotword ul {
		width: 100%;
	}
	#sec-yougo_sidenavi .contents_right .bnr_link li {
		width: 100%;
		padding: 0;
	}
}

/*-----------------
 *資料請求
-----------------*/
#sec-purpose {
    padding: 3.5em 0;
    background: url(/web/jp/asp/buyer/images/menu-kanri_purpose-bg.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
}
#sec-purpose h2 {
	line-height: 1.4;
}
#sec-purpose p {
    padding-bottom: 0.5em;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: bold;
}
#sec-purpose .normal-tx {
	margin-bottom: 2em;
	font-weight: 500;
    text-shadow: 2px 2px 8px #fff;
}
.cnv_btn {
	margin: 0 auto;
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
    #sec-purpose p {
        font-size: 1em;
    }
}

