@charset "UTF-8";


/* ===============
.freeitem_contents
================*/
.freeitem_contents {
	width: 100%;
	margin: 40px auto;
}
.freeitem_contents .inner {
	width: 1000px;
	margin: 0 auto;
}
.freeitem_contents img {
	width: 100%;
	height: auto;
}
.freeitem_contents h2 {
	font-size: 20px;
	font-weight: 400;
	position: relative;
	display:inline-block;
	margin-bottom: 30px;
	margin-top: 40px;
}
.freeitem_contents h2::after {
	content:"";
  display:inline-block;
	position: absolute;
	right: -50px;
	top: 50%;
	width: 40px;
	height: 2px;
	background-color: #00afdf;
}
.freeitem_contents h2:first-child {
	margin-top: 0;
}

.freeitem_contents .mark_ccc {
	width: 100px;
	height: auto;
}

.freeitem_contents ul {
	margin-left: 20px;
}
.freeitem_contents ul li {
	list-style-type: disc;
	margin-bottom: 8px;
	line-height: 1.6;
	list-style-position: inside;
	font-size: 14px;
}
.freeitem_contents ul li a {
	color: #3351d8;
}
.freeitem_contents ul li a:hover {
	text-decoration: underline;
}


/* ===============
.freeitem_table
================*/

table.freeitem_table {
	margin: 0 auto 30px auto;
	width: 100%;
	border-top: 1px solid #BBBBBB;
	border-collapse: collapse; 
}
table.freeitem_table tr:nth-child(odd) {
	background-color: #e9e9e9;
}
table.freeitem_table tr:hover {
	cursor: pointer;
	background-color: #fff;
transition: 0.2s all ease 0s;
}
table.freeitem_table tr a {
	display: block; 
}
table.freeitem_table th {
	padding: 12px 10px;
	border-bottom: 1px solid #BBBBBB;
	text-align: center;
	background-color: #6E6E6E;
	color: #fff;
}
table.freeitem_table td {
	padding: 12px 10px;
	border-bottom: 1px solid #BBBBBB;
	text-align: center;
}
table.freeitem_table td.freeitem_title {
	text-align: left;
}
table.freeitem_table td a {
	color: #3351d8;
}

/* ===============
.samplemovie_area
================*/
.samplemovie_area {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.samplemovie_area .samplemovie_item {
	flex-basis: 40%;
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	height: 360px;
}
.samplemovie_area .samplemovie_item h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 10px;
}
.samplemovie_area .samplemovie_item iframe {
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
	height: 250px;
}

.link_contact a {
	width: 280px;
	display: block;
	margin: 30px auto;
	background-color: #fff335;
	border-radius: 6px;
	text-align: center;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	padding: 18px 0;
	transition: 0.2s all ease 0s;
}
.link_contact a:hover {
	background-color: #000;
	color: #fff;
	transition: 0.2s all ease 0s;
}

/* ===============
.freeitem_outline
================*/
.freeitem_outline {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #00afdf;
}
.freeitem_outline h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}

.download_area {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.download_area h4 {
	font-size: 16px;
	font-weight: 600;
	flex-basis: auto;
	margin-right: 40px;
}
.btn_download {
	flex-basis: 200px;
}
.btn_download a {
	width: 100%;
	display: inline-block;
	background-color: #3351d8;
	text-align: center;
	font-size: 16px;
	border-radius: 6px;
	font-weight: 600;
	padding: 10px 0;
	transition: 0.2s all ease 0s;
	color: #fff;
}
.btn_download a:hover {
	background-color: #000;
	transition: 0.2s all ease 0s;
}
.link_seminar {
	margin-bottom: 30px;
}
.link_seminar a {
	width: 240px;
	display: inline-block;
	background-color: #3351d8;
	text-align: center;
	font-size: 16px;
	border-radius: 6px;
	font-weight: 600;
	padding: 10px 0;
	transition: 0.2s all ease 0s;
	color: #fff;
}
.link_seminar a:hover {
	background-color: #000;
	transition: 0.2s all ease 0s;
}

.accbox {
    margin: 10px auto 30px auto;
    padding: 0;
}
.accbox label {
    display: block;
    cursor :pointer;
    transition: all 0.5s;
}
.accbox label.viewcntrl {
	width: 240px;
	display: inline-block;
	background-color: #3351d8;
	text-align: center;
	font-size: 16px;
	border-radius: 6px;
	font-weight: 600;
	padding: 10px 0;
	transition: 0.2s all ease 0s;
	color: #fff;
	margin-bottom: 30px;
}
.accbox .cssacc:checked + label.viewcntrl {
	width: 240px;
	display: inline-block;
	border: 1px solid #3351d8;
	text-align: center;
	font-size: 16px;
	border-radius: 6px;
	font-weight: 600;
	padding: 10px 0;
	transition: 0.2s all ease 0s;
	color: #fff;
}
.accbox input.cssacc {
    display: none;
}
.accbox .accshow {
		width: 100%;
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.cssacc:checked + label.viewcntrl + .accshow {
    height: auto;
    opacity: 1;
}

.freeitem_entry span {
	line-height: 1.3;
	display: inline;
}

@media all and (max-width: 767px) {
	
/* ===============
.freeitem_contents
================*/
.freeitem_contents {
	width: 100%;
	margin: 60px auto 40px auto;
}
.freeitem_contents .inner {
	width: 86%;
	margin: 0 auto;
}
.freeitem_contents img {
	width: 100%;
	height: auto;
}
.freeitem_contents h2 {
	font-size: 20px;
	font-weight: 400;
	position: relative;
	display:inline-block;
	margin-bottom: 30px;
	max-width: calc(100% - 60px);
}
.freeitem_contents h2::after {
	content:"";
  display:inline-block;
	position: absolute;
	right: -50px;
	top: 50%;
	width: 40px;
	height: 2px;
	background-color: #00afdf;
}
	
.freeitem_contents ul {
	margin-left: 0;
}
.freeitem_contents ul li {
	list-style-type: disc;
	margin-bottom: 10px;
	line-height: 1.8;
	list-style-position: inside;
	font-size: 14px;
	letter-spacing: -0.02em;
}
.freeitem_contents ul li a {
	color: #3351d8;
}
.freeitem_contents ul li a:hover {
	text-decoration: underline;
}


table.freeitem_table {
	margin: 0 auto 30px auto;
	width: 100%;
	border-top: 1px solid #BBBBBB;
	border-collapse: collapse; 
}
table.freeitem_table tr {
	border-bottom: 1px solid #BBBBBB;	
	background-color: #fff;
}
table.freeitem_table tr:nth-child(odd) {
	background-color: #e9e9e9;
}
table.freeitem_table tr:hover {
	cursor: pointer;
	background-color: #fff;
}
table.freeitem_table tr a {
	display: block; 
}
table.freeitem_table th {
	display: block;
	padding: 2px 0;
	border-bottom: 0;
	text-align: center;
}
table.freeitem_table td {
	display: block;
	padding: 2px 0;
	border-bottom: 0;
	text-align: center!important;
}
	
/* ===============
.samplemovie_area
================*/
.samplemovie_area {
	width: 100%;
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
}
.samplemovie_area .samplemovie_item {
	width: 100%;
	max-width: 400px;
	position: relative;
	height: 350px;
	margin: 0 auto 30px auto;
}
.samplemovie_area .samplemovie_item h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 10px;
}
.samplemovie_area .samplemovie_item iframe {
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	height: 250px;
}
	
.download_area {
	width: 100%;
	display: block;
	justify-content: flex-start;
	align-items: center;
}
.download_area h4 {
	margin-bottom: 20px;
	text-align: center;
}
.btn_download {
	width: 200px;
	margin: 0 auto;
}
	
.link_seminar {
	width: 240px;
	margin: 0 auto 30px auto;
}
	
}



@media all and (min-width: 768px) and (max-width: 1200px) {

	
}

