@charset "utf-8";
/*旧common*/
/*
* css ver1.0
* Written by Variety Article Factory 2015.08 
******************************************vaf*/

/*
* パーツ
**************************************/
.tm0px {
    margin-top: 0 !important;
}
.tm10px {
    margin-top: 10px !important;
}
.tm20px {
    margin-top: 20px !important;
}
.tm30px {
    margin-top: 30px !important;
}
.bm0px {
    margin-bottom: 0 !important;
}
.bm10px {
    margin-bottom: 10px !important;
}
.bm20px {
    margin-bottom: 20px !important;
}
.bm30px {
    margin-bottom: 30px !important;
}
.lm0px {
    margin-left: 0 !important;
}
.lm10px {
    margin-left: 10px !important;
}
.lm20px {
    margin-left: 20px !important;
}
.lm30px {
    margin-left: 30px !important;
}
.rm0px {
    margin-right: 0 !important;
}
.rm10px {
    margin-right: 10px !important;
}
.rm20px {
    margin-right: 20px !important;
}
.rm30px {
    margin-right: 30px !important;
}
.c-red {
    color: #ff0000 !important;
}
.c-blue {
    color: #0000ff !important;
}
.c-black {
    color: #333333 !important;
}
.c-gray {
    color: #808080 !important;
}
.f-big {
    font-size: 16px !important;
}
.f-small {
    font-size: 12px !important;
}
.f-ssmall {
    font-size: 10px !important;
}

.ta-c{
    text-align: center !important;
}
.ta-l{
    text-align: left !important;
}
.ta-r{
    text-align: right !important;
}

.clearfix{ zoom:1; }
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

.container {
	max-width: 1200px;
	margin: auto;
}

.container.w1110 {
	max-width: 1110px;
}
ul.custom, ol.custom { font-size: 12px;list-style-type: none; padding-left: 1.5em; line-height: 1.6em; }
ul.custom li .mark, ol.custom li .mark { margin-left: -1.5em; width: 1.5em; display: inline-block; }

.bold {
	font-weight: bold;
}

.ls0 {
	letter-spacing: 0;
}
br.sp{
	display: none;
}
.ts{
	text-shadow:2px 2px 3px #eee;
}
sub{
    font-size: 50%;
    vertical-align: sub;
}
.note {
	line-height: 1.8;
}

.cols {
	display: flex;
	flex-wrap: wrap;
}

.cols >.col {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.cols.grid2 >.col {
	width: 50%;
}

.cols.grid2 >.col:first-of-type {
	padding-right: 7px;
}

.cols.grid2 >.col:last-of-type {
	padding-left: 7px;
}

.cols.grid2.r4_6 >.col:first-of-type {
	width: 40%;
}
.cols.grid2.r4_6 >.col:last-of-type {
	width: 60%;
}
.cols.grid3 >.col {
	width: 33.33333%;
	padding-left: 4px;
	padding-right: 4px;
}

.cols.grid3 >.col:first-of-type {
	padding-left: 0;
}

.cols.grid3 >.col:last-of-type {
	padding-right: 0;
}

.cols.grid1-2 >.col:first-of-type {
	width: 35%;
}

.cols.grid1-2 >.col:last-of-type {
	width: 65%;
}

.cols.grid2-1 >.col:first-of-type {
	width: 65%;
}

.cols.grid2-1 >.col:last-of-type {
	width: 35%;
}

.panel {
	border-collapse: separate;
	box-sizing: border-box;
	width: 100%;
	margin: auto;
	padding: 30px 25px;
	box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
	font-size: 16px;
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border: 1px solid #00b5ff;
}

.panel.balloon {
	position: relative;
}

.panel.balloon::before,
.panel.balloon::after {
	content: "";
	position: absolute;
	border: 15px solid transparent;
}

.panel.balloon::before {
	left: calc(50% - 15px);
	top: -30px;
	border-bottom-color: #52c3f1;
}

.panel.balloon::after {
	left: calc(50% - 15px);
	top: -28px;
	border-bottom-color: #fff;
}

.panel .panel_title {
	font-size: 33px;
	color: #00b5ff;
	margin-bottom: .5em;
	line-height: 1.2;
}

.panel.w900 {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

.panel .panel_title.S {
	font-size: 22px;
}

.panel.gray {
	background: #f3f3f3;
	border: 2px solid #e5e5e5;
	box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
	padding: 15px 25px;
}

.panel.case {
	border: 2px solid #5bc5f2;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
	font-weight: bold;
}

.panel.advice {
	background: #fffcef;
	border-color: #00b5ff;
	color: #00b5ff;
	font-size: 28px;
	position: relative;
	width: 960px;
	margin: 0 auto;
}

.panel.advice .icn_blob {
	position: absolute;
	left: -30px;
	top: 0;
}

.panel.memo {
	border: 2px solid #e5e5e5;
	background-color: #fafafa;
	box-shadow: 0px 4px 0px 0px #e5e5e5;
	font-size: 26px;
	color: #010101;
}

.panel.memo .panel_title {
	font-size: 26px;
	font-weight: bold;
}
.panel .obi{
    background: #52c3f1;
    margin: 0 -25px;
    padding: 20px 25px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.balloon_title {
	font-size: 34px;
	color: #007ab4;
	border-bottom: 2px solid #52c3f1;
	line-height: 2;
	position: relative;
	margin-bottom: 30px;
	font-weight: 600;
}

.balloon_title.small {
	font-size: 22px;
}

.balloon_title::before,
.balloon_title::after {
	content: "";
	position: absolute;
	border: 15px solid transparent;
}

.balloon_title::before {
	left: calc(50% - 15px);
	bottom: -30px;
	border-top-color: #52c3f1;
}

.balloon_title::after {
	left: calc(50% - 15px);
	bottom: -28px;
	border-top-color: #fff;
}

.aspect {
	background: url(http://dummyimage.com/800x600/4d494d/686a82.gif&text=placeholder+image) center center no-repeat;
	background-size: cover;
	width: 100%;
	display: block;
}

.aspect:after {
	content: '';
	display: block;
	padding-top: 100%;
}

.aspect.intro_top:after {
	padding-top: 26.6666666%;
}

.past_article .btn{
	display: inline-block;
	box-sizing: border-box;
	padding: .8em 1em;
	text-align: center;
	width: 100%;
	border: 1px solid #54c3f1;
	border-radius: 25px;
	font-size: 16px;
	color: #007ab4;
	background-color: #fafafa;
	letter-spacing: -1px;
}

.past_article .btn:hover{
	color: #ffffff;
	background-color: #54c3f1;
}
.btn.small{
    width: 230px!important;
}

.color_blue {
	color: #007ab4;
}
.color_sky{
    color: #00b5ff;
}


/*
* CONTENTS_AREA
**************************************/
@media only screen and (min-width: 768px){
.past_article {}

.past_article article > .inner {
	width: 100%;
	padding-top: 185px;
	padding-bottom: 70px;
	margin-bottom: 40px;
	text-align: center;
	background: #ffffff url(/img/business/campaign/intro/eco/bg_main.jpg) no-repeat scroll 50% 0;
	background-size: cover;
}

.past_article article h1 {
	margin-bottom: 25px;
	text-align: center;
	font-size: 25px;
}

.past_article article > .inner.cover .mainblock {
	padding: 60px;
}

.past_article .mainblock {
	border-collapse: separate;
	box-sizing: border-box;
	width: 1010px;
	margin: auto;
	padding: 60px 100px;
	box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
	text-align: center;
	font-size: 16px;
	line-height: 37px;
	background-color: rgba(255, 255, 255, 0.85);
}

.past_article .mainblock .title {
	margin-bottom: 25px;
	color: #00b5ff;
	font-size: 25px;
	text-align: center;
}

.past_article .innermenu {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.past_article .innermenu li {
	width: 230px;
	height: 100px;
}

.past_article .innermenu li + li {
	margin-left: 25px;
}

.past_article .innermenu li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	padding-bottom: 15px;
	border-radius: 5px;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
	color: #ffffff;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	background-color: #52c3f1;
}

.past_article .innermenu li a:hover {
	text-decoration: none;
}

.past_article .innermenu li a:after {
	content: "▼";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	margin: auto;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
}

.past_article .block {
	padding: 30px;
}

.past_article .block h2 {
	margin-bottom: 25px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
    position: relative;
		text-shadow:2px 2px 3px #eee;
}
.past_article .block p.en{
		text-align: center;
		margin-top: -35px;
		color: #eee;
		padding-bottom: 25px;
		font-weight: bold;
	}
.past_article .flow {
	background: -moz-linear-gradient(top, #edf9ff 0%, #ffffff 30%, #ffffff 100%);
	background: -ms-linear-gradient(top, #edf9ff 0%, #ffffff 30%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #edf9ff 0%, #ffffff 30%, #ffffff 100%);
	background: linear-gradient(top, #edf9ff 0%, #ffffff 30%, #ffffff 100%);
}

.past_article aside {
	padding: 50px 0;
}

.past_article aside ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 842px;
	margin: auto;
	margin-bottom: -30px;
}

.past_article aside li {
	width: 30%;
	height: 50px;
	margin-bottom: 30px;
}

.past_article aside li span,
.past_article aside li a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 1px solid #54c3f1;
	border-radius: 25px;
	font-size: 16px;
	color: #007ab4;
	background-color: #fafafa;
	letter-spacing: -1px;
}

.past_article aside li span {
	opacity: 0.3;
}

.past_article aside li a:hover {
	text-decoration: none;
}

.past_article aside a:hover {
	color: #ffffff;
	background-color: #54c3f1;
}
.past_article .contact {
	padding: 30px;
	border-top: 1px solid #d3cfc6;
	border-bottom: 1px solid #d3cfc6;
}
.past_article .contact .inner {
box-sizing: border-box;
width: 700px;
margin: auto;
padding: 30px;
border: 1px solid #dddddd;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
text-align: center;
background-color: #ffffff;
}
.past_article .contact .inner .btn {
	display: flex;
	align-items: center;
	justify-content: center;

	box-sizing: border-box;
	width: 400px;
	height: 60px;
	margin: auto;
	margin-bottom: 20px;
	padding-left: 35px;

	border-radius: 5px;

	color: #000000;
	font-size: 25px;
	letter-spacing: 0;
	background: #fff000 url(/img/icon/icon_contact_btn.png) no-repeat scroll 45px center / 35px auto;
}
.past_article .contact .inner dl {
	width: 450px;
	margin: auto;
}
.past_article .contact .inner dt {
	padding-bottom: 5px;
	border-bottom: 1px solid #ff845e;
	font-size: 15px;
}
.past_article .contact .inner dd {
	padding-top: 20px;
	font-size: 24px;
	color: #454545;
}
.past_article .contact .inner dd a {
	color: #ff845e;
}
.past_article .contact .inner dd a:hover {
	text-decoration: none;
}
.past_article .contact .inner dd span {
	font-size: 20px;
}
.past_article .contact .inner dd small {
	font-size: 14px;
	color: #000000;
}
}
/*pc end*/

/*
* COMMON SP
**************************************/

@media (max-width: 767px) {
	br.pc{display: none;}
	br.sp{display: inline;}
	.balloon_title {
		font-size: 17px!important;
		padding-bottom: 1em;
		line-height: 1.5;
	}
	img.fit {
		width: 100%;
		height: auto;
	}
	.panel {
		width: 100%!important;
		padding: 10px;
		position: relative;
		font-size: 12px;
	}
	.panel.advice {
		font-size: 15px;
		/*
		position: absolute;
		left: -15px;
		top: 0;
		width: 30px;
	*/
	}
	.panel.advice .icn_blob {
		width: 30px;
		top: -5px;
		left: -15px;
	}
	.container {
		width: 100%;
		margin: auto;
	}
	.container.w1110 {
		width: 100%;
	}
	.cols {
		display: block;
		flex-wrap: nowrap;
	}
	.cols >.col {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%!important;
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.cols >.col:not(:last-of-type){
		margin-bottom: 20px;
	}
	/*
	* CONTENTS_AREA
	**************************************/
	.past_article {}
	.past_article article > .inner {
		width: 100%;
		padding-top: 15px;
		padding-bottom: 50px;
		margin-bottom: 15px;
		text-align: center;
		background: #ffffff url(/core/image/intro/vs/bg_main.jpg) no-repeat scroll 0 0;
		background-size: cover;
	}
	.past_article article h1 {
		margin-bottom: 30px;
		text-align: center;
		font-size: 16px;
	}
	.past_article .mainblock {
		border-collapse: separate;
		box-sizing: border-box;
		margin: auto;
		padding: 30px 15px;
		text-align: center;
		width: 100%;
		font-size: 12px;
		line-height: 20px;
		text-align: left;
		background-color: rgba(255, 255, 255, 0.80);
	}
	.past_article article > .inner.cover .mainblock {
		padding: 15px;
	}

	.past_article .mainblock .title {
		font-size: 16px;
	}
	.past_article .innermenu {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		margin: 0 auto!important;
		padding: 0 15px;
	}
	.past_article .innermenu li + li {
		margin-left: 0;
	}
	.past_article .innermenu li {
		width: 48%;
		height: 50px;
		margin-bottom: 15px;
	}
	.past_article .innermenu li a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		height: 100%;
		width: 100%;
		padding-bottom: 15px;
		border-radius: 3px;
		color: #ffffff;
		font-size: 15px;
		font-weight: bold;
		text-decoration: none;
		background-color: #52c3f1;
	}
	.past_article .innermenu li a:hover {
		text-decoration: none;
	}
	.past_article .innermenu li a:after {
		content: "▼";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 10px;
		margin: auto;
		font-size: 12px;
		line-height: 12px;
		text-align: center;
	}
	.past_article .block {
		padding: 10px;
		box-sizing: border-box;
	}
	.past_article .block h2 {
		margin-bottom: 25px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		
	}
	
	.past_article .flow {
		padding-bottom: 30px;
		padding-top: 20px;
	}
	.past_article .flow ul {
		padding: 15px;
		background: -moz-linear-gradient(top, #edf9ff 0%, #ffffff 30%, #ffffff 100%);
		background: -ms-linear-gradient(top, #edf9ff 0%, #ffffff 30%, #ffffff 100%);
		background: -webkit-linear-gradient(top, #edf9ff 0%, #ffffff 30%, #ffffff 100%);
		background: linear-gradient(top, #edf9ff 0%, #ffffff 30%, #ffffff 100%);
	}
	.past_article .flow li {
		position: relative;
		z-index: 0;
		margin-bottom: 0;
	}
	.past_article .flow li dl {
		display: flex;
		align-items: center;
	}
	.past_article .flow li dt {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		box-sizing: border-box;
		position: relative;
		width: 103px;
		height: 123px;
		padding: 0 15px;
		color: #00a0e9;
		font-size: 11px;
		font-weight: bold;
		line-height: 12px;
		text-align: center;
		background: url(/core/image/service/_template/spbg_flow.png) no-repeat scroll 0 0;
		background-size: 100%;
	}
	.past_article .flow li dd {
		margin-left: 5px;
		font-size: 13px;
	}
	/* flow design */
	.past_article .flow li:first-child {}
	.past_article .flow li:first-child dt {}
	.past_article .flow li:last-child {}
	.past_article .flow li:last-child dt {
		background: url(/core/image/service/_template/bg_flow_end.png) no-repeat scroll 0 0;
		background-size: 100%;
	}
	.past_article .flow li:nth-child(1) {
		z-index: 6;
	}
	.past_article .flow li:nth-child(2) {
		z-index: 5;
	}
	.past_article .flow li:nth-child(3) {
		z-index: 4;
	}
	.past_article .flow li:nth-child(4) {
		z-index: 3;
	}
	.past_article .flow li:nth-child(5) {
		z-index: 2;
	}
	.past_article .flow li:nth-child(6) {
		z-index: 1;
	}
	/* thumlist */
	.past_article .textblock {
		padding: 0 15px 30px;
	}
	.past_article .textblock .block {
		margin-bottom: 20px;
	}
	.past_article .textblock .block h3 {
		margin-bottom: 10px;
		color: #00b5ff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
	.past_article .textblock .block p {
		font-size: 12px;
		line-height: 23px;
	}
	.past_article .textblock .block img {
		width: 100%;
		max-width: 690px;
		margin-bottom: 10px;
	}
	.past_article .thumlist {
		/* padding: 0 15px 30px; */
	}
	.past_article .thumlist ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.past_article .thumlist li {
		/* max-width: 320px; */
		/* width: 48%; */
		margin-bottom: 20px;
		font-size: 12px;
		line-height: 18px;
	}
	.past_article .thumlist li figure {}
	.past_article .thumlist li figure img {
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		max-height: 200px;
		border: 1px solid #ffffff;
		box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
	}
	.past_article .thumlist li figure figcaption {
		color: #52c3f1;
	}
	/* contact */
	.past_article .contact {
		text-decoration: none;
	}
	.past_article .contact .inner {
		box-sizing: border-box;
		padding: 15px;
		border: 1px solid #dddddd;
		text-align: center;
		background-color: #ffffff;
		width: 100%;
	}
	.past_article .contact .inner h2 {
		font-size: 13px;
	}
	.past_article .contact .inner .btn {
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		width: 100%;
		height: 35px;
		margin: auto;
		margin-bottom: 20px;
		padding-left: 35px;
		border-radius: 3px;
		color: #000000;
		font-size: 16px;
		letter-spacing: 0;
		background-image: none;
	}
	.past_article .contact .inner .btn:before {
		content: "";
		display: inline-block;
		width: 25px;
		height: 19px;
		margin-right: 10px;
		background: url(/img/icon/icon_contact_btn.png) no-repeat scroll 0 / 25px auto;
	}
	.past_article .contact .inner dl {width: 100%;}
	.past_article .contact .inner dt {
		padding-bottom: 5px;
		border-bottom: 1px solid #ff845e;
		font-size: 13px;
	}
	.past_article .contact .inner dd {
		padding-top: 20px;
		font-size: 15px;
		line-height: 25px;
		color: #454545;
	}
	.past_article .contact .inner dd a {
		text-decoration: underline;
	}
	.past_article .contact .inner dd small {
		font-size: 12px;
		color: #000000;
	}
	.past_article aside {
		display: none;
	}
	#campaign .article_footer{
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 80px;
	}
	
	
}
