@charset "utf-8";

/*=================================================
	file name: ub-style.css
	create: 2016.Nov
	updated: 2017.1.17
===================================================*/

.casestudy-aside img {
	vertical-align: bottom;
	width: 100%;
}

figure {
	margin-top: 1em;
	margin-bottom: 1em;
}
.well {
	background: #eee;
	border: none;
	border-radius: 0;
	box-shadow: 1px 1px 0 0 #cfcfcf;
}
@media screen and (min-width: 768px) {
	/* グリッドスタイルでcol-*の高さを同じにする */
	.row-eq-height {
		display: flex;
		flex-wrap: wrap;
	}
	/* グリッドスタイルでcol-*の高さを同じにして上下中央配置 */
	.row-eq-height.is-center {
		justify-content: center;
		align-items: center;
	}
}


/* components
---------------------------------------------*/
/* .btn */
.btn {
	white-space: normal;
}
.btn-lg {
	border-radius: 4px;
	padding-right: 22px;
	padding-left: 22px;
}
.btn-primary {
	background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
	background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
	background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
	border-color: #269abc;
}
.btn-primary:hover {
	background-image: -webkit-linear-gradient(top, #39b5da 0%, #1ba1c8 100%);
	background-image:      -o-linear-gradient(top, #39b5da 0%, #1ba1c8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#39b5da), to(#1ba1c8));
	background-image:         linear-gradient(to bottom, #39b5da 0%, #1ba1c8 100%);
	border-color: #3277B3;
}
.btn-area {
	margin: 30px 0;
}
@media screen and (max-width: 767px) {
	.btn-area {
		text-align: center;
	}
}
@media screen and (min-width: 768px) {
	.btn-area {
		text-align: right;
	}
}
.btn-tel, .btn-tel:hover {
	background-color: #eee;
	border-color: #aaa;
	cursor: default;
}
@media screen and (max-width: 767px) {
	.btn-tel {
		margin-bottom: 15px;
	}
}

/* panel */
.panel-title {
	margin-bottom: 8px;
	font-weight: bold;
}

/* .download-info */
.download-info {
	border: 1px solid #AAA;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	        border-radius: 5px;
	margin-bottom: 30px;
	padding: 15px;
}
@media screen and (min-width: 768px) {
	.download-info { padding: 15px 40px; }
}
.download-info h3 {
	margin: 0;
	color: #C00;
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
}
.download-info h3 > small {
	color: #C00;
}
@media screen and (max-width: 767px) {
	.download-info h3 > small {
		display: block;
		margin-bottom: 8px;
		line-height: 1.5;
	}
}

.back-page-top {
	margin-bottom: 30px;
	text-align: right;
}
.back-page-top > span {
	background-color: #fff;
	border: 1px solid #CCC;
	padding: 5px 15px;
	cursor: pointer;
	font-size: 12px;
	color: #666;
}
.back-page-top > span:before {
	content: "\e113";
	margin-right: 2px;
	font-family: 'Glyphicons Halflings';
	font-size: 10px;
	vertical-align: middle;
}

a.blank-link:before {
	content: "\00bb";
	margin-right: 2px;
	color: #F90;
}

.breadcrumb {
	background-color: transparent;
	margin-top: 20px;
	padding: 0;
}
.breadcrumb > li + li:before {
	content: "\232A";
	font-family: 'Glyphicons Halflings';
}
.breadcrumb a {
	padding: 1px 5px;
}
.breadcrumb a:hover {
	background-color: #efefef;
	text-decoration: none;
}

.trial {
	margin-top: 30px;
	margin-bottom: 60px;
}
.trial > .container {
	position: relative;
}
.trial > .container > a {
	display: block;
	color: #333;
}
@media screen and (max-width: 767px) {
	.trial {
		margin-top: 60px;
	}
	.trial > .container {
		background-color: #dee6ec;
		margin-right: 15px;
		margin-left: 15px;
		padding: 0;
	}
	.trial img {
		margin-top: -40px;
	}
	.trial .text {
		margin-bottom: 10px;
		font-size: 20px;
		text-align: center;
	}
}
@media screen and (min-width: 768px) {
	.trial > .container {
		min-height: 237px;
	}
	.trial > .container:after {
		content: "";
		background-color: #dee6ec;
		display: block;
		width: calc(100% - 30px);
		height: 70%;
		position: absolute;
		bottom: 0;
		z-index: -3;
	}
	.trial img {
		position: absolute;
		bottom: 0;
		left: 15px;
	}
	.trial .text {
		font-size: 40px;
		position: absolute;
		right: 30px;
		bottom: 14%;
		line-height: 40px;
	}

	.trial .text .small{
		font-size: 26px;
	}
	.trial .text:after {
		content: "\e258";
		color: #017ec8;
		font-family: 'Glyphicons Halflings';
		font-size: 30px;
	}
}

/* note */
.note {
	margin-top: 10px;
}
td > .note {
	margin-bottom: 0;
}
.note li {
	margin-bottom: .3em;
	padding-left: 1em;
	font-size: .86em;
	line-height: 1.3;
}
.note li:before {
	content: "※";
	display: inline-block;
	width: 1.1em;
	margin-left: -1.1em;
}


/* carousel */
.carousel-indicators {
	margin-bottom: 0;
	top: 0;
	bottom: auto;
}
.carousel-indicators li {
	border-color: transparent;
	background-color: #ccc;
	width: 10px;
	height: 10px;
	margin: 6px;
}
.carousel-indicators li.active {
	background-color: #0099ff;
	width: 10px;
	height: 10px;
	margin: 6px;
}
.carousel-control {
	width: 7%;
	color: #AFAFAF!important;
	text-shadow: none;
	top: 120px;
}
@media screen and (min-width: 768px) {
	.carousel-control {
		height: 60px;
		font-size: 60px;
		top: 250px;
	}
}
@media screen and (max-width: 320px) {
	.carousel-control {
		top: 100px;
	}
}
.carousel-control:hover {
	color: #6B6B6B;
}
.carousel-control.left,
.carousel-control.right {
	background-image: none;
}

/* table*/
.table th {
	background-color: #eee;
	font-weight: normal;
	/*white-space: nowrap;*/
}
@media screen and (min-width: 768px) {
	.table th { width: 20%; }
	.table .table { margin-bottom: 0; }
	.table .table th, .table .table td {
		border-top: dashed 1px #ccc;
		border-bottom: dashed 1px #ccc;
		vertical-align: middle;
	}
}
.table td p + ul {
	margin-top: -10px;
}
.table .table {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.table-sp-horizontal tr,
	.table-sp-horizontal th,
	.table-sp-horizontal td {
		display: block;
	}
	.table-sp-horizontal td:last-child {
		border-top: none;
	}
}
/* footer area
---------------------------------------------*/
footer {
	background-color: #027ec8;
	padding: 15px 0;
	font-size: 12px;
	color: #fff;
}
footer a, footer a:hover {
	color: #fff;
}
footer .site-information {
	margin-top: 15px;
}
footer .copyright,
footer .site-statement {
	text-align: center;
}
@media screen and (min-width: 768px) {
	footer .list-inline li {
		padding-right: 22px;
		padding-left: 20px;
		line-height: 1.2;
	}
	footer .list-inline li:not(:last-child) {
		border-right: solid 1px #fff;
	}
	.site-menu {
		text-align: center;
	}
	.site-statement {
		text-align: right;
	}
}
@media screen and (max-width: 767px) {
	footer {
		font-size: 11px;
	}
	.site-menu li {
		display: inline-block;
		width: 49%;
		padding: 0 0 10px;
		vertical-align: top;
	}
}


/* heading
---------------------------------------------*/
.article-heading {
	border-left: 10px solid #CCC;
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 2em;
	font-weight: bold;
}
.section-heading {
	font-size: 1.5em;
	font-weight: bold;
	color: #222;
}
h2.content-heading {
	font-size: 1em;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.article-heading { font-size: 40px; margin-top: 50px; }
	.section-heading { font-size: 22px; }
	.content-heading { font-size: 21px; }
}
.company-list-heading {
	font-size: 1.2em;
	font-weight: bold;
}


/* content
---------------------------------------------*/
.docs-container {
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
	.docs-container {
		margin-top: 100px;
	}
}
p.lead {
	font-size: 1.2em;
}

p.lead a{
	color: #39C;
	text-decoration: underline;
}

p.lead a:hover{
	opacity: 0.7;
}

.lead-list {
	margin-bottom: 70px;
}

.lead-list strong {
	font-size: 1.1em;
}

.lead-list li{
	margin-bottom: 5px;
}


/* index.html */
@media screen and (max-width: 767px) {
	.site-image-area .container {
		padding-right: 0;
		padding-left: 0;
	}
}
.site-image-area .carousel-indicators {
	top: auto;
	bottom: 10px;
}
.pickup {
	background-color: #027ec8;
	color: #fff;
}
.pickup a {
	display: block;
	color: #fff;
}
.pickup-heading {
	text-align: center;
	font-size: 16px !important;
	position: relative;
}
.pickup-heading span {
	background-color: #027ec8;
	display: inline-block;
	padding: 0 1em;
	position: relative;
	z-index: 2;
}
.pickup-heading:after {
	content: "";
	background-color: #fff;
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
}
.pickup .thum {
	margin-bottom: 20px;
	position: relative;
}
.pickup .thum > h3 {
	margin-top: 10px;
	font-size: 1.5em;
	font-weight: bold;
}
.pickup .thum p {
	margin-bottom: 0;
}
.pickup .thum span {
	background-color: rgba(0,0,0,0.8);
	border-radius: 0 0 5px 5px;
	width: calc(100% - 30px);
	margin: 0;
	padding: 5px 0;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 15px;
}
.new-contents {
	position: relative;
}
.new-contents:before {
	content: "";
	display: block;
	background: url(../images/index/spot_pickup-new.png) no-repeat 0 0;
	background-size: contain;
	width: 20%;
	height: 30%;
	position: absolute;
	top: -3px;
	left: 12px;
}
.about-ub .section-heading {
	border-left: solid 5px #027ec8;
	padding-left: 8px;
	color: #027ec8;
}
@media screen and (min-width: 768px) {
	.about-ub .section-heading {
		margin-top: 80px;
		margin-bottom: 30px;
	}
}
.about-ub .content-heading {
	font-size: 24px;
}
.about-ub .case {
	background-color: #027ec8;
	color: #fff;
}
.about-ub .case a {
	display: block;
	color: #fff;
}
.about-ub .case a:hover {
	text-decoration: none;
}
.about-ub .case .row {
	margin-right: 0;
	margin-left: 0;
	position: relative;
}
.case-heading {
	margin: 0 0 12px 15px;
	font-size: 32px;
}
@media screen and (max-width: 767px) {
	.case-heading {
		margin: 0 10px 12px;
		font-size: 21px;
		text-align: center;
	}
	.case-link {
		text-align: center;
	}
}
@media screen and (min-width: 768px) {
	.case-link {
		font-size: 18px;
		position: absolute;
		right: 15px;
		bottom: 0;
	}
}
.case-link:after {
	content: "\e258";
	margin-left: 5px;
	font-family: 'Glyphicons Halflings';
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	.case-link:after {
		font-size: 12px;
		vertical-align: middle;
	}
}

/*
.company-list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
}
.company-list .img-responsive{
	max-height: 66px;
}

*/

.company-list {
	margin: 10px auto;
}

.company-list li {
	float: left;
	width: 200px;
	box-sizing: border-box;
	padding: 10px;
	margin: 10px;
	border: 1px solid #CCC;
}

.company-list li img{
	 margin: 0 auto;
	 max-height: 50px;
}


/* case.html */
.case-item {
	margin-bottom: 15px;
}
.case-item > a {
	display: block;
	height: 100%;
	background-color: #f4f4f4;
	padding: 15px;
}
.case-item > a:hover {
	background-color: #216096;
	color: #fff;
}
.case-item h4 {
	padding-left: 1em;
	font-size: 14px;
	text-indent: -1em;
}
.case-item h4:before {
	content: "\e072";
	font-family: 'Glyphicons Halflings';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	color: #216096;
}
.case-item > a:hover h4:before {
	color: #fff;
}
.case-item p {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
}
.case-item figure {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.slider {
		width: 100%;
	}
}
.slick-slide .img-responsive
{
	width: 100%;
	margin: 0 auto;
}
.slider .item,
.slider .item figure {
	position: relative;
}
@media screen and (max-width: 991px) {
	.slick-dotted.slick-slider {
		margin-bottom: 60px;
	}
	.slider .item figure {
		margin-right: 2px;
		margin-bottom: 0;
		margin-left: 2px;
	}
	.slider .item figcaption {
		background-color: #000;
		margin-right: 2px;
		margin-left: 2px;
		padding: 5px;
		color: #fff;
	}
}
@media screen and (min-width: 992px) {
	.slider .item figure {
		background-color: #000;
		box-shadow: 0 1px 3px rgba(0,0,0,.5);
		margin-right: 10px;
		margin-left: 10px;
	}
	.slider .item figure img {
		opacity: .7;
	}
	.slider .item figure img:hover {
		opacity: .9;
	}
	.slider .item figcaption {
		padding-right: 10px;
		padding-left: 10px;
		font-size: 20px;
		color: #fff;
		text-align: center;
		-webkit-text-shadow: 1px 1px 5px #000;
		   -moz-text-shadow: 1px 1px 5px #000;
		        text-shadow: 1px 1px 5px #000;
		line-height: 24px;
		position: relative;
		bottom: 65px;
		z-index: 10;
	}
	.slider .item figcaption small {
		font-size: 80%;
	}
	.slider .slick-dots {
		bottom: 30px;
	}
}
.slider .slick-prev,
.slider .slick-next {
	top: 38%;
}
.slider .slick-prev:before,
.slider .slick-next:before {
	color: #216096;
}
.slider .slick-initialized .slick-slide {
	padding: 0 6px;
}

/* manga */
.manga-area .container {
	background-color: #eee;
	width: 100%;
	padding: 10px 20px;
}
.manga-latest {
	margin: 20px auto 10px;
}
@media screen and (max-width: 767px) {
	.manga-area .carousel {
		padding-top: 25px;
	}
	.manga-area .item > .img-responsive {
		max-width: 95%;
	}
	.manga-area .carousel-control.left {
		left: -18px;
		height: 30px;
	}
	.manga-area .carousel-control.right {
		right: -18px;
		height: 30px;
	}
}
.manga-area .carousel {
	background-color: #fff;
	box-shadow: 0 0 5px #ccc;
	margin-top: 15px;
	padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
	.manga-area .carousel {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.manga-area .carousel-indicators {
		top: 50px;
		left: 50%;
		transform: translate(-50%, -100%);
	}
	.manga-area .item .next-manga {
		position: absolute;
		right: 20px;
		top: 120px;
		z-index: 100;
	}
}
@media screen and (max-width: 481px) {
	.manga-area .carousel-indicators {
		top: 25px;
		left: 50%;
		transform: translate(-50%, -80%);
	}
}
.manga-area .carousel + p {
	margin-top: 6px;
	padding-right: 5px;
	font-size: .86em;
}
.manga-item {
	background-color: #fff;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	box-shadow: 0 0 5px #ccc;
	margin-bottom: 20px;
	padding: 1px 20px 20px;
}
.manga-item .content-heading {
	border-left: 5px solid #333;
	padding-left: 10px;
	font-weight: bold;
}
.manga-item li > a {
	text-decoration: underline;
}
.manga-list {
	border-bottom: 1px dotted #CCC;
	display: table;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.manga-list > a {
	display: block;
}
.manga-list:first-child {
	margin-top: 20px;
}
.manga-list dt {
	display: table-cell;
	width: 50px;
	vertical-align: middle;
}
@media all and (-ms-high-contrast:none){
	.manga-list dt {
		display: block;
		float: left;
	}
}
.manga-list dt > img {
	border: solid 1px #ccc;
}
.manga-list dd {
	display: table-cell;
	width: auto;
	padding-left: 15px;
	vertical-align: middle;
}
@media all and (-ms-high-contrast:none){
	.manga-list dd {
		padding-top: 14px;
	}
}
@media screen and (max-width: 767px) {
	.next-manga a {
		display: block;
		width: 95%;
		background-color: #027ec8;
		margin: 0 auto;
		padding: 3px 10px;
		color: #fff;
		text-align: right;
	}
}
.manga-area .carousel .more-info {
	background-color: #EFEFEF;
	box-shadow: 0 0 5px #ccc;
	width: 95%;
	max-width: 680px;
	margin: 15px auto 0;
	padding: 15px;
}
.more-info-title {
	position: relative;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.more-info-title:before {
	content: "";
	display: block;
	border-color: rgba(0,0,0,.3) transparent transparent transparent;
	border-style: solid;
	border-width: 30px 50px 0 50px;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: calc(50% - 50px);
}
@media screen and (min-width: 768px) { /*漫画ページ下部のイーズンごとリンクパネル内フォント調整 2017/03/14*/
	.manga-backnumber .content-heading{
		font-size: 18px
	}
	.manga-backnumber li a{
		font-size: 12px;
	}
}
/* movie.html */
.well:last-child {
	margin-bottom: 60px;
}
.movie .content-heading {
	border-left: 7px solid #000;
	padding-left: 10px;
	font-weight: bold;
}



/* .form
---------------------------------------------*/
.form > .container {
	max-width: 1010px;
	margin-bottom: 60px;
}
.form .btn-primary {
	background-color: #6699cc;
	background-image:
	-webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #4e81bc),
	color-stop(.25, transparent),color-stop(.5, transparent),
	color-stop(.5, #4e81bc),color-stop(.75, #4e81bc), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 4px 4px;
	border-color: transparent;
}
.form .form-area {
	background-color: #eee;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	margin: 30px auto;
	padding: 15px;
}
@media screen and (max-width: 768px) {
	.form .form-area {
		border-radius: 0;
		margin-right: -15px;
		margin-left: -15px;
	}
}
.form .form-container {
	background-color: #fff;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	-webkit-box-shadow: 1px 1px 0 0 #cfcfcf;
	   -moz-box-shadow: 1px 1px 0 0 #cfcfcf;
	        box-shadow: 1px 1px 0 0 #cfcfcf;
	margin-bottom: 30px;
	padding: 1px 15px 15px;
}
.form .article-heading {
	font-size: 24px;
	font-weight: bold;
	color: #39C;
}
@media screen and (max-width: 767px) {
	.form .article-heading {
		font-size: 20px;
	}
}
.form .lead-text {
	border: solid 2px #619bcb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #acc6df;
	padding: 3px 8px;
	color: #fff;
}
@media screen and (min-width: 768px) {
	.form .lead-text {
		padding: 8px;
		font-size: 16px;
		text-align: center;
	}
}
.form .article-heading > img {
	margin-right: 5px;
	vertical-align: middle;
}
.form .section-heading {
	border-left: 7px solid #666;
	padding-left: 10px;
	font-weight: bold;
}
.form .lead-text {}
.form .content-heading {
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
}
.form .caution-heading {
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
.form .form-heading {
	border-bottom: 1px dotted #BBB;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}
.form hr {
	border-top: 1px dotted #aaa;
	margin-top: 30px;
	margin-bottom: 30px;
}
.form label {
	font-weight: normal;
}
.form .notice {
	background: #edf1f6;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin: 20px auto;
	padding: 10px;
	box-sizing: border-box;
}
.form .notice-heading {
	border-left: 5px solid #69C;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
}
.form .privacy-box {
	background-color: #fff;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	-webkit-box-shadow: 1px 1px 0 0 #cfcfcf;
	   -moz-box-shadow: 1px 1px 0 0 #cfcfcf;
	        box-shadow: 1px 1px 0 0 #cfcfcf;
	padding: 15px;
}
.form .privacy-box .blank-link {
	display: inline-block;
	margin-top: 26px;
}


/* .casestudy
---------------------------------------------*/
.casestudy .article-heading {
	background-color: #eee;
	border: none;
	padding-left: 0;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.casestudy .article-heading {
		margin-top: 15px;
	}
}
@media screen and (min-width: 768px) {
	.casestudy .article-heading {
		padding: 20px;
	}
}
.casestudy .article-heading > .row {
	background-color: rgba(0,0,0,0.75);
	margin-right: 0;
	margin-left: 0;
	color: #fff;
}
.casestudy .btn {
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 15px 0;
}
.casestudy .article-title {
	font-size: .6em;
	line-height: 1.3;
}
.casestudy .article-title small {
	font-size: 70%;
	color: #fff;
}
.casestudy .content {
	margin-bottom: 60px;
}
.casestudy .content section {
	margin-bottom: 40px;
}
.casestudy .content-heading {
	border-bottom: 1px dotted #333;
	margin-bottom: 20px;
	padding-bottom: 6px;
	font-size: 2.4em;
	font-weight: bold;
	color: #222;
}
.casestudy .content-heading .note {
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	.casestudy .content-heading .note {
		vertical-align: .5em;
	}
}
.casestudy .section-heading {
	border-left: solid 5px #000;
	border-bottom: 1px dotted #222;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.2em;
	color: #000;
}
.casestudy .content .lead {
	margin-bottom: 10px;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.3;
	color: #027ec8;
}
.casestudy .content p {
	font-size: 1.1em;
	line-height: 1.6;
}
.casestudy .content figure {
	margin: 10px auto;
}

.casestudy-link-heading {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 8px;
	font-size: 16px;
}
.casestudy-link-heading:before {
	content: "●";
	color: #027ec8;
}
.casestudy-link {
	background-color: #f4f4f4;
	display: table;
	width: 100%;
	margin-bottom: 10px;
	padding: 8px;
}
.casestudy-link a {
	display: block;
	text-decoration: none;
	color: #333;
}
.casestudy-link a:hover {
	opacity: .6;
}
.casestudy-link dt {
	display: table-cell;
	width: 40%;
	padding-right: 8px;
	vertical-align: top;
}
.casestudy-link dd {
	display: table-cell;
	vertical-align: top;
}
.casestudy-link dd h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.casestudy-link dd p {
	margin-bottom: 0;
	font-size: 12px;
}

.tags-heading {
	background: #EEE;
	padding: 5px;
	font-size: 1.17em;
	font-weight: bold;
	color: #606060;
}
.tags-container > span {
	background-image: none;
	border: 2px solid #ccc;
	border-radius: 4px;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 4px 10px;
	font-size: 12px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
	cursor: pointer;
}
.tags-container > span.active {
	background-color: #027ec8;
	border-color: #027ec8;
	color: #FFF;
}

.tags-container > span:focus,
.tags-container > span:active,
.tags-container > span:active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.tags-container > span:focus,
.tags-container > span:hover {
	color: #333;
	text-decoration: none
}
.tags-container > span:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.template-list .item-container {
	background-color: #fff;
	margin-bottom: 15px;
	padding: 15px;
}
.template-list .item-container h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}
.template-list .item-container .label {
	font-size: 12px;
	font-weight: normal;
	float: right;
}
.template-list .item-container .caption + .btn {
	margin-top: 10px;
}

.unitbase-index h2 {
	font-size: 32px;
}

.unitbase-index p {
	font-size: 18px;
	line-height: 30px;
}

p.manga-summary {
	font-size: 15px;
	line-height: 20px;
}

h4.spec-heading {
	margin: 30px 0 15px;
	border-left: 5px solid #027ec8;
	padding-left: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}


.pc-br {
	display: block;
}

.sp-br {
	display: none;
}
@media screen and (max-width: 767px) {
	.pc-br {
	display: none;
	}
	.sp-br {
	display: block;
	}
}

.anchor-link {
	display: block;
	margin-top:-70px;
    padding-top:70px;
}

/* .research
---------------------------------------------*/
.research .article-heading {
	background-color: #eee;
	border: none;
	padding-left: 0;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.research .article-heading {
		margin-top: 15px;
	}
}
@media screen and (min-width: 768px) {
	.research .article-heading {
		padding: 20px;
	}
}
.research .article-heading > .row {
	background-color: rgba(0,0,0,0.75);
	margin-right: 0;
	margin-left: 0;
	color: #fff;
}
.research .btn {
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 15px 0;
}
.research .article-title {
	font-size: .6em;
	line-height: 1.3;
}
.research .article-title small {
	font-size: 70%;
	color: #fff;
}
.research .content {
	margin-bottom: 60px;
}
.research .content section {
	margin-bottom: 40px;
}
.research .content-heading {
	border-bottom: 1px dotted #333;
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-size: 2.4em;
	font-weight: bold;
	color: #222;
}

.research h2.content-heading .first-title {
	font-size: 0.8em;
	line-height: 2em;
	color: #000;
}

.research h2.content-heading .second-title {
	font-size: 1em;
	line-height: 2em;
}

.research h2.content-heading .third-title {
	font-size: 0.6em;
	color: #666;
}

@media screen and (max-width: 767px) {
.research h2.content-heading .first-title {
	font-size: 0.5em;
	line-height: 2em;
}

.research h2.content-heading .second-title {
	font-size: 0.7em;
	line-height: 1em;
}

.research h2.content-heading .third-title {
	font-size: 0.5em;
	line-height: 0.7em;
}
}

.research .content-heading .note {
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	.research .content-heading .note {
		vertical-align: .5em;
	}
}
.research .section-heading {
	border-left: solid 5px #000;
	border-bottom: 1px dotted #222;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.2em;
	color: #000;
}


.research .content .lead {
	margin-bottom: 10px;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.3;
	color: #027ec8;
}
.research .content p {
	font-size: 1.1em;
	line-height: 1.6;
}
.research .content figure {
	margin: 10px auto;
}

.graph-area {
	background: #F4F4F4;
	padding: 15px;
}

/*.graph-image {
	width: ;	
}*/

.graph-image img {
	width: 100%;
	height: auto;	
}

.graph-summary ul{
	display: inline;
	vertical-align: middle;
	line-height: 2.5em;
}

@media screen and (max-width: 767px) {
	.graph-summary ul{
		font-size: 0.7em;
	}
}

.graph-summary ul li {
	list-style-type: none;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 16px;
}


.research-link-heading {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 8px;
	font-size: 16px;
}
.research-link-heading:before {
	content: "●";
	color: #027ec8;
}
.research-link {
	background-color: #f4f4f4;
	display: table;
	width: 100%;
	margin-bottom: 10px;
	padding: 8px;
}
.research-link a {
	display: block;
	text-decoration: none;
	color: #333;
}
.research-link a:hover {
	opacity: .6;
}
.research-link dt {
	display: table-cell;
	width: 40%;
	padding-right: 8px;
	vertical-align: top;
}
.research-link dd {
	display: table-cell;
	vertical-align: top;
}
.research-link dd h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.research-link dd p {
	margin-bottom: 0;
	font-size: 12px;
}

#target p {
	font-size: 0.4em;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	#target {
	padding: 10px;
}
#target p {
	font-size: 0.5em;
}
}

.main-banner {
	position: relative;	
}

.main-banner a{
	display: block;
	color: #FFF;
}

.main-banner .text-layer {
	background-color: rgba(0,0,0,0.8);
	width: calc(100% - 0px);
	margin: 0;
	padding: 5px 0;
	text-align: center;
	position:absolute;
	bottom: 0;
	left: 0;	
	font-size: 1.5em;
}

.main-banner .text-layer .layer-subtext {
	font-size: 0.7em;	
}

.comingsoon {
	height: 100%;
	background: #F4F4F4;
	padding: 15px;	
}

.case-item .comingsoon h4:before{
	content:none;
}

.question-items {
	font-size: 1.1em;	
	line-height: 1.7em;
}



.manga-research {
	margin-top: 30px;
	margin-bottom: 60px;
}
.manga-research > .container {
	position: relative;
}
.manga-research > .container > a {
	display: block;
	color: #333;
}
@media screen and (max-width: 767px) {
	.manga-research {
		margin-top: 60px;
	}
	.manga-research > .container {
		background-color: #dee6ec;
		margin-right: 15px;
		margin-left: 15px;
		padding: 0;
	}
	.manga-research img {
		margin-top: -40px;
	}
	.manga-research .text {
		margin-bottom: 10px;
		font-size: 20px;
		text-align: center;
	}
}
@media screen and (min-width: 768px) {
	.manga-research > .container {
		min-height: 237px;
	}
	.manga-research > .container:after {
		content: "";
		background-color: #dee6ec;
		display: block;
		width: calc(100% - 30px);
		height: 70%;
		position: absolute;
		bottom: 0;
		z-index: -3;
	}
	.manga-research img {
		position: absolute;
		bottom: 0;
		left: 15px;
	}
	.manga-research .text {
		font-size: 30px;
		position: absolute;
		right: 30px;
		bottom: 12%;
		line-height: 34px;
	}

	.manga-research .text .small{
		font-size: 20px;
		line-height: 20px;
	}
	.manga-research .text:after {
		content: "\e258";
		color: #017ec8;
		font-family: 'Glyphicons Halflings';
		font-size: 30px;
	}
}

/* .template
---------------------------------------------*/

.pickup-content {
	box-sizing: border-box;
	padding: 0 15px 15px;	
}

.pickup-content h3 {
	border-bottom: 1px solid #555;
	padding-bottom: 5px;	
}

.template-pic {
	background: #FFF;	
}


.relational-case {
	background: #FFF;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 5px;
}

.relational-case h4 {
	font-size: 18px;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	font-weight: bold;
}

.relational-case a {
	color: #39C;
}

.relational-case a:hover {
	opacity: 0.7;
}


/* seminar
---------------------------------------------*/

.host-heading {
	font-size: 	1.9em;
	font-weight: bold;
	margin: 50px 0 30px 0;
	padding-bottom: 12px;
	border-bottom: 1px dotted #888;
}

/*h3.host-heading {
	font-size: 	1.9em;
	font-weight: bold;
	margin: 50px 0 30px 0;
	padding-bottom: 12px;
	border-bottom: 1px dotted #888;
}*/

.partner-table strong {
	font-size: 1.1em;	
	color: #000;
}

.webseminar-note p {
	font-size: 1.3em;
}

.webseminar-note ul li {
	font-size: 1.1em;
	margin-bottom: 0.5em;	
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/* .tips 20190613
---------------------------------------------*/
.tips .lead{margin-bottom: 40px;}
.tips .section-heading {
border-left: solid 5px #000;
border-bottom: 1px dotted #222;
margin-bottom: 10px;
padding-left: 15px;
padding-bottom: 5px;
font-size: 1.8em;
font-weight: bold;
line-height: 1.2em;
color: #000;
}
.tips .template-list .item-container.item-teaser h4{color: #c1c1c1;}
.tips .template-list .item-container{height: 97%;}
.tips .template-list .item-container ul{padding: 10px 10px 10px 20px;}
.tips .template-list .item-container ul li{margin-bottom: 10px;}
.tips .template-list .item-container h4 { line-height: 1.5; }
.tips .template-list .item-container .tips-teaser{width: 10em; height:30px;text-align:center;margin: 40px auto;padding: 4px 8px;font-size: 12px;color: #636363;border:solid 1px #c3c3c3;border-radius:4px;}
@media screen and (min-width: 768px) {
.tips .item-container h4 { height: 65px; }
}

@media screen and (min-width: 992px) {
.tips .item-container p { /*height: 200px;*/ }/*240px*/
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.tips .item-container p { /*height: 240px;*/ }/*380px*/
}

/* UnitBase Lab 20190730
---------------------------------------------*/
.unitbase-lab section{margin-bottom: 60px;}
.unitbase-lab p{font-size: 1.15em;line-height: 1.8;margin-bottom: 20px;}
.unitbase-lab strong{font-size: 1.05em;}
.lab-date{font-size: 1.0em;margin-top: -20px;text-align:right;font-style: oblique;}
.ub-color{background: #027ec8;}
nav.lab-indexmenu{margin-left: 0px;font-size: 1.15em;}
nav.lab-indexmenu h4{font-weight: bold;margin-bottom: 30px;}
nav.lab-indexmenu ol{border-left:3px solid #e4e4e4;}
nav.lab-indexmenu ol li{margin-bottom: 20px;padding-left: 20px;}

.unitbase-lab h3.section-heading{margin-bottom: 30px;}
.unitbase-lab .graph-area h4{font-size: 1.4em;font-weight: bold;margin-bottom: 20px;}
.unitbase-lab .graph-area img{margin: 0	auto 20px;}

.case-area{background: #F4F4F4;padding: 15px;margin-bottom: 20px;}
.case-header{margin-bottom: 10px;}
.case-num{float: left;display:inline-block;background: #027ec8;border-radius:4px;padding: 4px;font-size: 1.0em;color: #fff;width: 60px;text-align:center;}
.case-title{font-size: 1.8em;margin-left: 70px;}

.case-url{font-size: 0.9em; padding: 10px;text-align: right; word-break: break-all;}
.unitbase-lab .case-midashi{font-size: 1.2em;font-weight: bold; color: #027ec8;}
.case-company{font-size: 1.2em;font-weight: bold;}
.unitbase-info{border:1px #aaaaaa solid; background: #f9f9f9; border-radius: 5px;}
.unitbase-info h4{color: #027ec8; border-bottom:dotted 1px #aaaaaa;padding-bottom: 10px;}

table.unitbase-table th{background: #eee; font-size: 1.1em;font-weight: bold;text-align:center;}
table.unitbase-table th.th-right{background: #027ec8;color: #fff;}
table.unitbase-table td.td-right{background: #e6f2f9;}
table.unitbase-table span.brt{font-size: 1.4em;margin-right: 10px;}
table.unitbase-table ul li{margin-bottom: 10px;}
.unitbase-lab ul.unitbase-list{margin-bottom: 20px;font-size: 1.15em;line-height: 2.0;}
.unitbase-lab ul.unitbase-list li{margin-bottom: 10px;}

.profile-writer {font-size: 1em;line-height: 1.6;}
.profile-writer .name-writer{font-style: oblique;font-size: 1.15em;}
/*UnitBase Lab side*/
.side-bar h3 span{display:block;font-size: 0.7em; padding: 4px 10px 6px; border-left:solid 3px #e4e4e4; border-bottom:dotted 1px #d1d1d1;}

.pickup-banner{position: relative;margin-bottom: 10px;}
.pickup-banner a,.pickup-article a{line-height: 1.5; display: block;}
.pickup-article a{padding: 15px 15px 0;}

.pickup-banner .pickup-img{padding: 15px 15px 0;}
.pickup-banner .pickup-img img{border:solid 1px #e9e9e9;}
.pickup-banner .pickup-text-banner{position: absolute;width: calc(100% - 30px);margin: 0;padding: 5px;bottom:0;left: 15px;font-size: 0.9em;background-color: rgba(0,0,0,0.8);color: #fff;}

.unitbase-lab .side-bar .pickup-article {margin-bottom: 0;}
.unitbase-lab .side-bar .pickup-article figure.pickup-img{width: 100%; padding: 24%;background-position: center center;background-size:cover;}
.unitbase-lab .side-bar .pickup-article .pickup-text{padding: 0;font-weight: bold;}

/*記事の背景イメージ 20190731*/
.unitbase-lab .side-bar .pickup-article.art-20190731 figure.pickup-img
{background-image: url(/jp/products/unitbase/lab/images/20190731_s_unit.jpg);}
/*記事の背景イメージ sample*/
.unitbase-lab .side-bar .pickup-article.art-20190000 figure.pickup-img
{background-image: url(/jp/products/unitbase/lab/images/20190000_s.jpg);}

@media screen and (max-width: 767px){
.pickup-banner{position:inherit;}
.pickup-banner .pickup-text-banner{position:inherit;width: 69%;background: #fff;color: #1D1D1D;font-size: 1em;}
.unitbase-lab .side-bar .pickup-article {margin-bottom: 20px;}
.pickup-banner a,.pickup-article a{display:flex; border:solid 1px #dadada;padding: 10px;}
.pickup-article a{padding: 0;}
.unitbase-lab .side-bar .pickup-banner figure.pickup-img{width: 30%; margin: 0 10px 0 0;padding: 0;}
.unitbase-lab .side-bar .pickup-article figure.pickup-img{position: relative;padding: 7%;width: 30%;margin: 0;}
.unitbase-lab .side-bar .pickup-article .pickup-text{width: 69%;padding: 15px;}
}