@charset "utf-8";


/*---------------------------------------------------------------------------------------
	大枠設定
----------------------------------------------------------------------------------------*/

body{
	font-family: 'Noto Sans JP', sans-serif;
	color:#111;
	text-align:center;
}
#wrapper{
	display: none;
	padding-top: 90px;
}
.switch{}
a{ color:#111; text-decoration:none; -webkit-transition: all .2s; transition: all .2s;}
a:hover{ opacity: .7; text-decoration:none;}
img.imgalpha, .svg path, .svg polygon{ -webkit-transition: all .2s; transition: all .2s;}
.svg{ vertical-align: middle;}
/* font */
.gothic{ font-family: 'Noto Sans JP', sans-serif;}
.mincho{ font-family: "Hiragino Mincho ProN",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;}
/* color */
.f-red{ color: #e60012;}
/* bg */
.bg-white{ background: #fff;}
.bg-gray{ background: #e6e6e6;}
/* move */
.move{ transform: translateY(50px); transition : all 500ms; opacity: 0;}
.move.move-active{ transform: translateY(0); opacity: 1;}

.t-normal {font-weight:normal;}
.pagetitle.csr{ background: url(../images/csr-pagetitle.jpg) no-repeat center;}
.pagetitle.ss{ background: url(../images/ss-pagetitle.jpg) no-repeat center;}

.pagetitle.industrial{ background: url(../images/energy-industrial-pagetitle.jpg) no-repeat center;}
.pagetitle.ships{ background: url(../images/energy-ships-pagetitle.jpg) no-repeat center;}
.pagetitle.lubricant{ background: url(../images/energy-lubricant-pagetitle.jpg) no-repeat center;}
.pagetitle.asphalt{ background: url(../images/energy-asphalt-pagetitle.jpg) no-repeat center;}
.pagetitle.environment{ background: url(../images/energy-environment-pagetitle.jpg) no-repeat center;}
.pagetitle.csr,
.pagetitle.busi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 3% 0;
  line-height: 1.3;
}
.pt-text {
	color: #fff;
	font-size: 36px;
}
.pt-text span {
	font-size: 21px;
}
.pagetitle.ss.pt-text {
	color: #111;
}
.business-img {
	display: flex;
	max-width: 1602px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
}
.business-img.mb200 {
	margin-bottom: 200px;
}
.business-img img{
	width: 100%;
}
/* wloader */
#wloader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 1;
}
#wloader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	text-align: center;
	color: #fff;
	z-index: 2;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width:1000px){
	#wrapper{
		padding-top: 60px;
	}
}
@media screen and (max-width:768px){
	body{
		font-size: 14px;
	}
	a:hover{ opacity: 1;}
	/* move */
	.move.move-spnone{ transform: none!important; opacity: 1!important;}
	.pt-text {
		font-size: 20px;
	}
	.pt-text span {
		font-size: 16px;
	}
	.business-img.mb200 {
		margin-bottom: 100px;
	}
}






/*---------------------------------------------------------------------------------------
	header
----------------------------------------------------------------------------------------*/

header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 90px;
	padding: 0 3%;
	background: #fff;
	z-index: 999;
}
header .headerwrap{
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
header .headerwrap h1{
	float: left;
	display: table;
	width: 17%;
	height: 90px;
}
header .headerwrap h1 a{
	display: table-cell;
	vertical-align: middle;
}
header .headerwrap p.menu{
	display: none;
}
header .headerwrap nav > ul > li .sub p{
	font-size: 14px;
}
header .headerwrap nav > ul > li .sub p a{
	color: #fff;
}
header .headerwrap nav > .language{
	position: fixed;
	z-index: 1000;
	top: 28px;
	right: 0;
}
header .headerwrap nav > .language span{
	display: none;
}
header .headerwrap nav > ul{
	position: absolute;
	top: 20px;
	right: 0;
}
header .headerwrap nav > ul > li{
	float: left;
	height: 70px;
}
header .headerwrap nav > ul > li:not(:first-child){ margin-left: 2em;}
header .headerwrap nav > ul > li > a{
	display: inline-block;
	font-size: 16px;
	line-height: 50px;
	position: relative;
}
header .headerwrap nav > ul > li:last-child > a{
	font-size: 12px;
}
header .headerwrap nav > ul > li > a:hover:after,
header .headerwrap nav > ul > li.active > a:after{
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 10px;
	content: "";
	width: 100%;
	height: 2px;
	background: #e60012;
}
header .headerwrap nav > ul > li:last-child > a:after{
	height: 0;
}
header .headerwrap nav > ul > li .sub{
	box-sizing: content-box;
	position: fixed;
	left: 0;
	top: 90px;
	width: 94%;
	padding: 0 3%;
	background: rgba(0,0,0,.85);
	-webkit-transition: all .2s; transition: all .2s;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
}
header .headerwrap nav > ul > li:hover .sub{
	opacity: 1;
	max-height: 9999px;
	padding: 30px 3% 5px;
}
header .headerwrap nav > ul > li .sub ul{
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
header .headerwrap nav > ul > li:nth-of-type(2) .sub ul li{
	float: left;
	width: 23%;
	margin-right: 2.6666667%;
	margin-bottom: 20px;
	text-align: left;
}
header .headerwrap nav > ul > li:nth-of-type(3) .sub ul li{
	float: left;
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 20px;
	text-align: left;
}
header .headerwrap nav > ul > li .sub ul li:last-child{ margin-right: 0;}
header .headerwrap nav > ul > li .sub ul li a{
	display: inline-block;
}
header .headerwrap nav > ul > li .sub ul li a p{
	margin-bottom: 20px;
}
header .headerwrap nav > ul > li .sub ul li a figure{
	margin-bottom: 10px;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width:1200px){
	header .headerwrap nav > ul > li:not(:first-child){ margin-left: 1em;}
}
@media screen and (max-width:1000px){
	header{
		height: 60px;
		padding: 0;
	}
	header .headerwrap{
		overflow: visible;
	}
	header .headerwrap h1{
		float: none;
		display: block;
		width: auto;
		height: auto;
		text-align: left;
		padding: 0 3%;
		background: #fff;
		position: relative;
		z-index: 999;
	}
	header .headerwrap h1 a{
		display: inline-block;
	}
	header .headerwrap h1 a img{
		width: auto;
		height: 60px;
	}
	header .headerwrap p.menu{
		display: block;
		position: fixed;
		right: 0;
		top: 0;
		width: 60px;
		height: 60px;
		z-index: 9999;
		cursor: pointer;
	}
	header .headerwrap p.menu span{
		position: absolute;
		left: 25%;
		width: 50%;
		height: 2px;
		background: #e60012;
		transition: all .4s;
	}
	header .headerwrap p.menu span:nth-of-type(1){ top: 20px;}
	header .headerwrap p.menu span:nth-of-type(2){ top: 29px;}
	header .headerwrap p.menu span:nth-of-type(3){ bottom: 20px;}
	header.open .headerwrap p.menu span:nth-of-type(1){
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	header.open .headerwrap p.menu span:nth-of-type(2){
		opacity: 0;
	}
	header.open .headerwrap p.menu span:nth-of-type(3){
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
	header .headerwrap nav{
		position: absolute;
		top: -800px;
		width: 100%;
		padding: 0;
		background: #fff;
		box-shadow: 0px 0px 10px -4px #555;
		transition: .5s ease-in-out;
	}
	header.open .headerwrap nav{
		-webkit-transform: translateY(860px);
		transform: translateY(860px);
		padding-bottom: 10px;
		overflow: auto;
		height: 90vh;
		height: calc(100vh - 60px);
	}
	body.ovh{
		overflow: hidden;
	}
	header .headerwrap nav .language{
		position: static;
		text-align: left;
	}
	header .headerwrap nav .language a{
		display: block;
		padding: 5px 3%;
	}
	header .headerwrap nav > .language span{
		display: block;
	}
	header .headerwrap nav .language img{
		display: none;
	}
	header .headerwrap nav > ul{
		position: static;
		border-bottom: 1px solid #e2e2e2;
	}
	header .headerwrap nav > ul > li{
		float: none;
		height: auto;
		text-align: left;
		border-top: 1px solid #e2e2e2;
	}
	header .headerwrap nav > ul > li:not(:first-child){ margin-left: 0;}
	header .headerwrap nav > ul > li > a{
		display: inline-block;
		font-size: 16px;
		line-height: 40px;
		padding: 0 3%;
	}
	header .headerwrap nav > ul > li > a:hover:after,
	header .headerwrap nav > ul > li.active > a:after{
		content: none;
	}
	header .headerwrap nav > ul > li .sub{
		position: static;
		width: auto;
		padding: 5px 3% 10px!important;
		background: #333;
		opacity: 1;
		max-height: inherit;
		overflow: hidden;
	}
	header .headerwrap nav > ul > li .sub ul{
		max-width: 1100px;
		margin: 0 auto;
		overflow: hidden;
	}
	header .headerwrap nav > ul > li .sub ul li{
		float: none!important;
		width: auto!important;
		margin-right: 0!important;
		margin-bottom: 0!important;
	}
	header .headerwrap nav > ul > li .sub ul li a{
		display: inline-block;
	}
	header .headerwrap nav > ul > li .sub ul li a p{
		margin-bottom: 0;
	}
	header .headerwrap nav > ul > li .sub ul li a p img{
		height: 13px;
		vertical-align: middle;
	}
	header .headerwrap nav > ul > li .sub ul li a figure{
		display: none;
	}
}
@media screen and (max-width:400px){
	header .headerwrap h1{
		padding: 7px 3%;
	}
	header .headerwrap h1 a img{
		height: 46px;
	}
}






/*---------------------------------------------------------------------------------------
	contents
----------------------------------------------------------------------------------------*/

#contents{}
.wrap{
	clear: both;
	box-sizing: content-box;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3%;
	padding-right: 3%;
}
/* pnav */
#pnav{
	clear: both;
	padding: 15px 0;
	border-top: 1px solid #4d4d4d;
}
#pnav ul{
	text-align: left;
}
#pnav ul li{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
#pnav ul li:not(:last-child):after{
	display: inline-block;
	vertical-align: top;
	content: "〉";
	padding: 0 .5em 0 1em;
}
/* title */
.title1 span{
	display: inline-block;
	padding-top: 10px;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: .1em;
}
.title2{
	font-size: 30px;
	line-height: 1.3;
	font-weight: bold;
	text-align: left;
}
.title2:first-letter{
	color: #e60012;
}
.pagetitle{
	height: 300px;
	padding: 130px 3% 0;
	background-size: cover!important;
}
.pagetitle.contact{ background: url(../images/contact-pagetitle.jpg) no-repeat center;}
.pagetitle.corporate1{ background: url(../images/corporate-pagetitle.jpg) no-repeat center;}
.pagetitle.business1{ height: 600px; background: url(../images/business1-pagetitle.jpg) no-repeat center;}
.pagetitle.business2{ height: 600px; background: url(../images/business2-pagetitle.jpg) no-repeat center;}
.pagetitle.business3{ height: 600px; background: url(../images/business3-pagetitle.jpg) no-repeat center;}
.pagetitle.business4{ height: 600px; background: url(../images/business4-pagetitle.jpg) no-repeat center;}
.pagetitle.news{ background: url(../images/news-pagetitle.jpg) no-repeat center;}

/* btn */
.btn1{
	display: inline-block;
	min-width: 12em;
	font-size: 14px;
	line-height: 1.3;
	padding: 5px 1em;
	background: #fff;
	border: 1px solid #999;
	border-radius: 100px;
}
.btn1:hover,
.btn2:hover{
	color: #000;
	background: #999;
}
.btn1[target="_blank"]:after{
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	margin: 0 0 3px .5em;
	background: url("../images/icon-blank.svg");
	vertical-align: middle;
}
.btn2{
	display: inline-block;
	min-width: 12em;
	font-size: 16px;
	line-height: 1.3;
	padding: 4px 1em;
	border-radius: 100px;
	background: #fff;
}
.btn3{
	display: inline-block;
	min-width: 12em;
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	padding: 4px 1em;
	background: #E60012;
	border-radius: 100px;
}
.btn4{
	display: inline-block;
	min-width: 12em;
	color: #E60012;
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	padding: 4px 1em;
	background: #fff;
	border: 1px solid #E60012;
	border-radius: 100px;
}
.btn3:hover,
.btn4:hover{
	opacity: 0.7;
}
/* table */
table.table1{
	width: 100%;
	text-align: left;
	border-top: 1px solid #b3b3b3;
}
table.table1 th{
	padding: 15px 0;
	border-right: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	vertical-align: top;
}
table.table1.w200 th{ width: 200px;}
table.table1.w330 th{ width: 330px;}
table.table1.w400 th{ width: 400px;}
table.table1 th.pl20{ padding: 15px 0 15px 20px;}
table.table1 td{
	padding: 15px;
	border-bottom: 1px solid #b3b3b3;
	vertical-align: top;
}
table td input[type="text"],
table td textarea{
	width: 100%;
	border: 1px solid #e6e6e6;
	background: #e6e6e6;
}
table td input.text1{ max-width: 150px;}
table td input.text2{ max-width: 200px;}
table td input.text3{ max-width: 400px;}
table td input.text4{ max-width: 500px;}
table td input.text5{ max-width: 700px;}
.bgchange{
	border: 1px solid #999;
	background: #fff;
}
table td select{
	line-height: 30px;
	font-family: 'Noto Sans JP', sans-serif;
}
table td label{
	display: inline-block;
}
table td .t-ind{
	padding-left: 1.7em;
	text-indent: -1.7em;
}
table td.btn-rightcenter{
	position: relative;
	padding-right: 13em;
}
table td.btn-rightcenter p{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
table td.btn-rightcenter p.abs2{
	top: 30%;
}
/* half */
.half{
	float: left;
	width: 48%;
}
.half:nth-child(2n+1){ margin-right: 4%;}
/* link-pdf */
.link-pdf{
	padding-left: 30px;
	background: url(../images/icon-pdf.png) no-repeat left top 5px;
	min-height: 24px;
	display: block;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width:768px){
	/* pnav */
	#pnav{
		padding: 5px 0;
	}
	#pnav ul li{
		font-size: 12px;
	}
	/* title */
	.title1 span{
		font-size: 16px;
	}
	.title2{
		font-size: 20px;
	}
	.pagetitle{
		height: 180px;
		padding: 50px 3% 0;
		background-size: auto 100%!important;
	}

	.pagetitle.business1,
	.pagetitle.business2,
	.pagetitle.business3,
	.pagetitle.business4{ height: 280px;}
	.pagetitle img{
		width: inherit;
		max-width: 300px;
	}
	/* table */
	table.table1 th{
		display: block;
		width: auto!important;
		padding: 10px 0 5px!important;
		border-right: none;
		border-bottom: none;
	}
	table.table1 td{
		display: block;
		padding: 0 0 15px;
	}
	table td.btn-rightcenter{
		position: static;
		padding-right: 0;
	}
	table td.btn-rightcenter p{
		position: static;
		padding-top: 10px;
		transform: none;
	}
	/* half */
	.half{
		float: none;
		width: auto;
	}
	.half:nth-child(2n+1){ margin-right: 0;}
	/* link-pdf */
	.link-pdf{
		padding-left: 25px;
		background: url(../images/icon-pdf.png) no-repeat left top 4px;
		background-size: 20px auto;
		min-height: 20px;
	}
}
@media screen and (max-width:400px){
	/* title */
	.pagetitle{
		height: 150px;
		padding: 40px 3% 0;
	}
	.pagetitle.business1,
	.pagetitle.business2,
	.pagetitle.business3,
	.pagetitle.business4{ height: 180px;}
}






/*---------------------------------------------------------------------------------------
	footer
----------------------------------------------------------------------------------------*/

footer{
	clear: both;
	overflow: hidden;
	background: #fff;
}
footer .fbanner{
	padding: 25px 3% 15px;
	background: #000;
}
footer .fbanner li{
	display: inline-block;
	width: 240px;
	margin: 0 5px 10px;
	vertical-align: top;
}
footer .fbanner li a{
	display: table;
	width: 100%;
	padding: 10px;
	background: #fff;
}
footer .fbanner li a[target="_blank"]{
	background: url("../images/icon-blank.svg") no-repeat right 10px top 10px #fff;
}
footer .fbanner li a figure{
	display: table-cell;
	width: 70px;
	vertical-align: middle;
}
footer .fbanner li a p{
	display: table-cell;
	font-size: 18px;
	line-height: 1.2;
	text-align: left;
	padding: 0 0 0 15px;
	vertical-align: middle;
}
footer .fwrap{
	clear: both;
	box-sizing: content-box;
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px 3%;
	overflow: hidden;
}
footer .fwrap .logo{
	float: left;
}
footer .fwrap .copy{
	float: right;
	font-size: 14px;
	line-height: 38px;
}
footer .sitemap{
	background: #e6e6e6;
	padding: 50px 3%;
	border-top: 10px solid #000;
	border-bottom: 1px solid #4d4d4d;
}
footer .sitemap .sitemap-inr {
	text-align: center;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
footer .sitemap .sitemap-inr ul li{
	display: inline-block;
}
footer .sitemap .sitemap-inr ul li a{
	line-height: 1;
	display: block;
	border-left: 1px solid #000;
	padding: 0 25px;
}
footer .sitemap .sitemap-inr ul li:first-child a{
	border-left: none;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width:768px){
	footer .fbanner li a figure{
		width: 50px;
	}
	footer .fbanner li a p{
		font-size: 14px;
	}
	footer .fwrap{
		padding: 30px 3%;
	}
	footer .fwrap .logo{
		float: none;
		width: 150px;
		margin: 0 auto 10px;
	}
	footer .fwrap .copy{
		float: none;
		font-size: 12px;
		line-height: 1.4;
	}
	footer .sitemap {
		border-top: 5px solid #000;
		padding: 20px 3%;
	}
	footer .sitemap .sitemap-inr {
		flex-direction: column;
	}
	footer .sitemap .sitemap-inr ul li{
		display: block;
	}
	footer .sitemap .sitemap-inr ul li a{
		line-height: 1.6;
		border-left: none;
		padding: 5px;
	}
}





















































































/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	contents
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
	top
----------------------------------------------------------------------------------------*/

/* top1 */
#top1{
	height: 100vh;
	overflow: hidden;
}
#loader{
	background-color:#fff;
	opacity: .9;
	width:100%;
	height:100%;
	z-index:9999999;
	position:absolute;
	top:0;
	left:0;
}
#loader img{
	position:absolute;
	top:50%;
}
.banner{
height: 100%;
position: relative;
overflow: hidden;
}
.banImg {
width: 100%;
height: 100%;
position: fixed !important;
left: 0;
top: 60px;
z-index:-99998;
}
/* top3 */
#top3{
	clear: both;
	padding-top: 100px;
	overflow: hidden;
}
#top3 div{
	padding: 100px 3%;
	background: url(../images/top-cont3-bg.jpg) center / cover no-repeat;
}
#top3 div a{
	display: inline-block;
	background: rgba(255,255,255,.7);
	border-radius: 100%;
}
/* top4 */
#top4{
	clear: both;
	padding-top: 100px;
	overflow: hidden;
}
#top4 ul{
	padding: 40px 3%;
	background: url("../images/top-cont4-bg.jpg") no-repeat center;
	background-size: cover;
}
#top4 ul li{
	display: inline-block;
	vertical-align: top;
	margin: 10px;
}
#top4 ul li a{
	display: inline-block;
	background: rgba(255,255,255,.7);
	border-radius: 100%;
}
/* top5 */
#top5{
	clear: both;
	padding-top: 100px;
	margin-bottom: 140px;
}
#top5 div{
	position: relative;
	float: left;
	width: 49.3%;
}
#top5 div:nth-of-type(2n+1){
	margin-right: 1.4%;
}
#top5 div figcaption{
	color: #fff;
	font-size: 21px;
	line-height: 1.4;
	padding: 10px;
	background: #4d4d4d;
	margin-bottom: 30px;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width:768px){
	/* top1 */
	#top1{
		height: auto;
	}
	/* top3 */
	#top3{
		padding-top: 60px;
	}
	#top3 div{
		padding: 20% 3%;
		background: url(../images/top-cont3-bg-sp.jpg) center / cover no-repeat;
	}
	/* top4 */
	#top4{
		padding-top: 60px;
	}
	#top4 ul{
		padding: 5% 3% 3%;
		background-size: auto 100%!important;
	}
	#top4 ul li{
		width: 48%;
		margin: 0 1% 2%;
	}
	/* top5 */
	#top5{
		padding-top: 60px;
		margin-bottom: 70px;
	}
	#top5 div{
		float: none;
		width: auto;
		margin-bottom: 30px;
	}
	#top5 div:nth-of-type(2n+1){ margin-right: 0;}
	#top5 div figcaption{
		font-size: 14px;
		padding: 10px 3%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width:500px){
	#top3 li figure img{
		width: 130%;
		max-width: inherit;
		margin: 0 -15%;
	}
}






/*---------------------------------------------------------------------------------------
	contact
----------------------------------------------------------------------------------------*/

#contact1{
	text-align: left;
	padding-top: 150px;
	padding-bottom: 120px;
}
#contact1 .btnwrap{
	text-align: center;
}
#contact1 .btnwrap .btn-submit{
	display: inline-block;
	min-width: 160px;
	line-height: 26px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	font-size: 16px;
	padding: 0 2em 2px;
	margin: 0 5px 15px;
	background: #e60012;
	border: 2px solid #e60012;
	border-radius: 100px;
	vertical-align: top;
	-webkit-transition: all .2s; transition: all .2s;
	cursor: pointer;
}
#contact1 .btnwrap .btn-reset{
	display: inline-block;
	min-width: 160px;
	line-height: 26px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #e60012;
	font-size: 16px;
	padding: 0 2em 2px;
	margin: 0 5px 15px;
	background: #fff;
	border: 2px solid #e60012;
	border-radius: 100px;
	vertical-align: top;
	-webkit-transition: all .2s; transition: all .2s;
	cursor: pointer;
}
#contact1 .btnwrap .btn-submit:hover,
#contact1 .btnwrap .btn-reset:hover{ opacity: .5;}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width:768px){
	#contact1{
		padding-top: 40px;
		padding-bottom: 50px;
	}
}






/*---------------------------------------------------------------------------------------
	business
----------------------------------------------------------------------------------------*/

#business{
	padding-top: 100px;
}
#business .read{
	font-size: 36px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 30px;
}
#business .note{
	text-align: left;
	margin-bottom: 70px;
}
#business .busi1{
	position: relative;
	margin-bottom: 40px;
}
#business .busi1 .box1{
	float: left;
	width: 49.3%;
	height: 400px;
	color: #fff;
	font-size: 16px;
	text-align: right;
	padding: 50px 0 0 3%;
	background: url("../images/business1-bg1.jpg") no-repeat left top;
	background-size: cover;
}
#business .busi1 .box1 div{
	display: inline-block;
	width: 100%;
	max-width: 530px;
	text-align: left;
	padding-right: 40%;
}
#business .busi1 .box2{
	float: right;
	width: 49.3%;
	height: 400px;
	color: #fff;
	font-size: 16px;
	text-align: left;
	padding: 50px 3% 0 0;
	background: url("../images/business1-bg2.jpg") no-repeat center bottom;
	background-size: cover;
}
#business .busi1 .box2 div{
	display: inline-block;
	width: 100%;
	max-width: 530px;
	text-align: left;
	padding-left: 40%;
}
#business .busi1 div h3{
	font-size: 36px;
	font-weight: 700;
}
#business .busi1 .img1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 34%;
	max-width: 374px;
	text-align: center;
}
#business .busi2{
	padding: 0 3% 40px;
	background: #e6e6e6;
}
#business .busi2 p img{
	margin-top: -60px;
	position: relative;
}
#business .busi3{
	max-width: 1200px;
	padding: 100px 1%;
}
#business .busi3 ul li{
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 20px;
}
#business .busi3 ul li figure img{
	border-radius: 50%;
}
#business .busi3 ul li figure figcaption{
	display: block;
	line-height: 1.3;
	padding-top: 15px;
}
#business .busi4{
	background: url(../images/business2-bg.jpg) no-repeat center;
	background-size: cover;
	height: 1000px;
}
#business .busi4 div{
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 1000px;
}
#business .busi4 div h3{
	position: absolute;
	top: 400px;
	width: 100%;
}
#business .busi4 div dl{
	position: absolute;
	width: 361px;
	height: 360px;
	background: url(../images/business2-fig.svg) no-repeat center;
	padding: 100px 30px 20px;
}
#business .busi4 div dl:nth-of-type(1){
	top: 60px;
	left: 105px;
}
#business .busi4 div dl:nth-of-type(2){
	top: 60px;
	right: 105px;
}
#business .busi4 div dl:nth-of-type(3){
	top: 393px;
	left: 0;
}
#business .busi4 div dl:nth-of-type(4){
	top: 393px;
	right: 0;
}
#business .busi4 div dl:nth-of-type(5){
	left: 300px;
	bottom: 50px;
}
#business .busi4 div dl dt{
	padding: 10px;
	line-height: 1;
	background: #E60012;
	width: 228px;
	margin: 0 auto 15px;
}
#business .busi4 div dl dd{
	font-size: 22px;
	line-height: 1.6;
}
#business .busi5{
	padding: 40px 0 50px;
	background: #E6E6E6;
}
#business .busi5 .rtb{
	position: relative;
}
#business .busi5 .rtb h3{
	position: absolute;
	top: 40px;
	left: 5%;
}
#business .busi5 .rtb figure{
	padding-top: 40px;
}
#business .busi5 p{
	text-align: left;
}
#business .busi6{
	margin-bottom: 150px;
}
#business .busi6 p{
	text-align: left;
}
#business .busi6 .imgright{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#business .busi6 .imgright div{
	width: 59%;
}
#business .busi6 .imgright figure{
	width: 33.6%;
}


/*---------------------------------------------------------------------------------------
	サービスステーション事業
----------------------------------------------------------------------------------------*/
#business .list1 > li{
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0 1.5rem;
}
#business .list2 > li {
	padding-left:1em; text-indent:-1em;
}
#business .list2 > li:before{
	content: "●";
	margin-right: 10px;
	color:#E60012;
}

.ss-img1{
	display: flex;
	justify-content: space-between;
}
.ss-img1 figure{
	width: 49%;
}
.ss-chain-list {
	display: flex;
	justify-content: space-between;
}
.ss-chain-list ul{
	border-top: 1px solid #b3b3b3;
	width: 48%;
}
.ss-chain-list ul li{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #b3b3b3;
	padding: 10px 0;
}
.ss-chain-list ul li h4{
	width: 45%;
	font-weight: bold;
}
.ss-chain-list ul li h4:before {
	content: "●";
	margin-right: 5px;
	color:#E60012;
}
.ss-chain-list ul li p {
	width: 55%;
}
.ss-retail-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ss-retail-box div{
	width: 47%;
	margin-bottom: 70px;
}
.ss-retail-box div figcaption{
	margin-top: 30px;
}
.ss-system-box1 {
	position: relative;
}
.ss-system-box1 ul{
	padding-bottom: 10px;
}
.ss-system-box1 li{
	border-bottom: 1px solid #b3b3b3;
	padding: 10px 0;
	padding-left:1em; text-indent:-1em;
}
.ss-system-box1 li:before{
	content: "●";
	margin-right: 5px;
	color:#E60012;
}
.ss-system-box1 figure {
	position: absolute;
	right: 0;
	top: 0;
}
.ss-system-box1:after {
	position: absolute;
	content: url(../images/ss-system-img3.png);
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
}
.ss-system-box2{
	display: flex;
	justify-content: space-between;
}
.ss-system-box2 div{
	width: 68%;
}
.ss-system-box2 figure{
	width: 27.3%;
}
.ss-system-box3{
	display: flex;
	justify-content: space-between;
}
.ss-system-box3 figure:first-child{
	width: 47%;
}
.ss-system-box3 figure:last-child{
	width: 45%;
}
.ss-sistem-box4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ss-sistem-box4 dl{
	width: 23.6%;
	border: 1px solid #CCCCCC;
	padding: 20px 30px;
}
.ss-sistem-box4 dl dt:before{
	content: "■";
	margin-right: 5px;
	color:#E60012;
}
.ss-sistem-box4 dl dd {
	margin-bottom: 50px;
}
.ss-sistem-box4 dl dd:last-child {
	margin-bottom: 0;
}
.ss-carcare-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ss-carcare-list li{
	width:31.8%;
	height: 200px;
	border: 1px solid #E60012;
	padding: 45px 0 25px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ss-carcare-list li p:first-child {
	font-size: 24px;
	line-height: 1.4;
}
.ss-carcare-list li p span{
	display: block;
	font-size: 18px;
}
#business .list1.ss-cardsystem > li {
	margin-bottom: 40px;
}
#business .list1.ss-cardsystem > li:last-child {
	margin-bottom: 0px;
}
.ss-cardsystem-card {
	border: 1px solid #999999;
	padding:20px;
}
.ss-cardsystem-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ss-cardsystem-box > ul{
	width: 60%;
}
.ss-cardsystem-box > div{
	width: 36%;
}
.ss-cardsystem-box > div ul li {
	display: inline-block;
	text-align: right;
	width: 70%;
}
.ss-cardsystem-box > div ul li .btn3{
	text-align: left;
	display: block;
}

.read-img{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.read-img div{
	text-align: left;
	width: 65%;
}
.read-img figure{
	width: 30%;
}
ul.anc-btn{
	display: flex;
	flex-wrap: wrap;
}
ul.anc-btn li{
	width: 23.6%;
	margin: 0 1.866% 10px 0;
	border: 1px solid #e60012;
	background: #fff;
}
ul.anc-btn li:last-child{
	margin-right: 0;
}
ul.anc-btn li a{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	display: block;
	padding: 15px 5px;
}
ul.anc-btn li a:hover{
	opacity: .6;
}
ul.anc-btn li a strong{
	color: #e60012;
	font-size: 28px;
}
#business #touhoku,#business #kantou,#business #kinki,#business #shikoku{
	padding-top: 90px;
	margin-top: -90px;
}
table.tb1{
	width: 100%;
	border-top: 1px solid #b3b3b3;
}
table.tb1 th,table.tb1 td{
	text-align: left;
	vertical-align: top;
	padding: 15px 20px;
	border-right: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
}
table.tb1 tr th:first-child,table.tb1 tr td:first-child{
	width: 80px;
	vertical-align: middle;
	padding-left: 0;
}
table.tb1 tr th:last-child,table.tb1 tr td:last-child{
	width: 160px;
	padding-right: 0;
	border-right: none;
}
table.tb1 th{
	background: #e6e6e6;
}

/*---------------------------------------------------------------------------------------
	産業エネルギー事業
----------------------------------------------------------------------------------------*/

.energy-ships-list {
	display: flex;
	justify-content: space-between;
}
.energy-ships-list > li{
	width: 18.1%;
	border: 1px solid #E60012;
}
.energy-ships-list > li h3{
	background: #E60012;
	color: #fff;
	padding: 10px 0;
	text-align: center;
}
.energy-ships-list li ul{
	margin: 10px;
	padding-left:1em; text-indent:-1em;
}
.energy-ships-list li ul li:before{
	content: "●";
	margin-right: 5px;
	color:#E60012;;
}
.energy-industrial-list{
	display: flex;
	justify-content: space-between;
}
.energy-industrial-list li{
	width: 22.7%;
	border: 1px solid #E60012;
	padding: 10px;
	color:#E60012;
	text-align: center;
	font-weight: bold;
}
.energy-industrial-box {
	display: flex;
	justify-content: space-between;
}
.energy-environment-dl {
	display: flex;
}
.energy-environment-dl dl{
	width: calc(50%);
}
.energy-environment-dl dl:first-child {
	border-right: 1px solid #b3b3b3;
}
.energy-environment-dl dt {
	padding: 15px 0 15px 20px;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
}
.energy-environment-dl dl:first-child dt {
	padding: 15px 0;
}
.energy-environment-dl dd {
	padding: 20px 0 0 20px;
}
.energy-environment-dl dl:first-child dd {
	padding: 20px 20px 0 0;
}
.energy-environment-dl dd ul li{
	margin-bottom: 1em;
	padding-left: 1em;
	text-indent: -1em;
}
.energy-environment-dl dd ul li:last-child{
	margin-bottom: 0;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (min-width:1200px){
	#business .busi1 .box1 div{
		padding-right: 200px;
	}
	#business .busi1 .box2 div{
		padding-left: 200px;
	}
}
@media screen and (max-width:768px){
	#business{
		padding-top: 40px;
	}
	#business .read{
		font-size: 24px;
		margin-bottom: 20px;
	}
	#business .note{
		margin-bottom: 40px;
	}
	#business .busi1{
		position: static;
		margin-bottom: 0;
	}
	#business .busi1 .box1{
		float: none;
		width: auto;
		height: auto;
		font-size: 14px;
		text-align: left;
		padding: 20px 3% 150px;
	}
	#business .busi1 .box1 div{
		display: block;
		max-width: inherit;
		text-align: left;
		padding-right: 0;
	}
	#business .busi1 .box2{
		float: none;
		width: auto;
		height: auto;
		font-size: 14px;
		min-height: 350px;
		padding: 150px 3% 20px;
	}
	#business .busi1 .box2 div{
		display: block;
		max-width: inherit;
		padding-left: 0;
	}
	#business .busi1 div h3{
		font-size: 24px;
	}
	#business .busi1 .img1{
		position: static;
		transform: none;
		width: 280px;
		margin: -130px auto;
	}
	#business .busi2{
		padding: 0 3% 40px;
	}
	#business .busi2 p img{
		margin-top: -20px;
		position: relative;
	}
	#business .busi3{
		padding: 50px 3%;
	}
	#business .busi3 ul li{
		width: 48%;
		max-width: 170px;
		margin: 0 1% 20px;
	}
	#business .busi3 ul li figure img{
		border-radius: 50%;
	}
	#business .busi3 ul li figure figcaption{
		display: block;
		line-height: 1.3;
		padding-top: 15px;
	}
	#business .busi4{
		height: auto;
		padding-top: 30px;
	}
	#business .busi4 div{
		width: auto;
		height: auto;
	}
	#business .busi4 div h3{
		position: static;
		width: 100%;
		margin-bottom: 20px;
	}
	#business .busi4 div h3 img{
		width: 160px;
	}
	#business .busi4 div dl{
		position: static;
		width: 300px;
		height: 300px;
		background: url(../images/business2-fig.svg) no-repeat center;
		background-size: 300px auto;
		padding: 80px 15px 15px;
		margin: 0 auto 10px;
	}
	#business .busi4 div dl dt{
		padding: 5px;
		width: 200px;
		margin: 0 auto 10px;
	}
	#business .busi4 div dl dt img{
		width: auto;
		height: 20px;
	}
	#business .busi4 div dl dd{
		font-size: 18px;
	}
	#business .busi5{
		padding: 20px 0 25px;
	}
	#business .busi5 .rtb h3{
		top: 5px;
	}
	#business .busi6{
		margin-bottom: 50px;
	}
	#business .busi6 .imgright div{
		width: 100%;
		margin-bottom: 30px;
	}
	#business .busi6 .imgright figure{
		width: 100%;
	}
	#business .list2 li:before{
		content: "●";
		margin-right: 5px;
	}
	.ss-chain-list {
		display: block;
	}
	.ss-chain-list ul{
		width: 100%;
	}
	.ss-chain-list ul:last-child{
		border-top: none;
	}
	.ss-retail-box {
		display: block;
	}
	.ss-retail-box div{
		width: 100%;
		margin-bottom: 30px;
	}
	.ss-retail-box div figcaption{
		margin-top: 10px;
	}
	.ss-system-box1 {
		margin-bottom: 70px;
	}
	.ss-system-box1 figure {
		position: relative;
		right: 0;
		top: 0;
		text-align: center;
		margin-bottom: 30px;
	}
	.ss-system-box2{
		display: block;
	}
	.ss-system-box2 div{
		width: 100%;
	}
	.ss-system-box2 figure{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.ss-system-box3{
		display: block;
	}
	.ss-system-box3 figure:first-child{
		width: 100%;
		margin-bottom: 30px;
	}
	.ss-system-box3 figure:last-child{
		width: 100%;
	}
	.ss-sistem-box4 dl{
		width: 48%;
		padding: 10px 15px;
	}
	.ss-sistem-box4 dl:first-child,
	.ss-sistem-box4 dl:nth-child(2){
		margin-bottom: 20px;
	}
	.ss-sistem-box4 dl dd {
		margin-bottom: 25px;
	}
	.ss-sistem-box4 dl dd:last-child {
		margin-bottom: 0;
	}
	.ss-carcare-list li{
		width:100%;
		height: auto;
		padding: 20px 0;
		margin-bottom: 20px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.ss-carcare-list li p:first-child {
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	.ss-carcare-list li p span{
		font-size: 12px;
	}
	#business .list1.ss-cardsystem > li {
		margin-bottom: 20px;
	}
	.ss-cardsystem-card {
		padding:10px;
	}
	.ss-cardsystem > li {
		margin-bottom: 25px;
	}
	.ss-cardsystem-box > div,
	.ss-cardsystem-box > ul{
		width: 100%;
	}
	.ss-cardsystem-box > ul{
		margin-bottom: 25px;
	}
	.ss-cardsystem-box > div ul li {
		display: inline-block;
		text-align: right;
		width: 80%;
	}
	.ss-cardsystem-box > div ul li .btn3{
		text-align: left;
		display: block;
	}
	.energy-industrial-box {
		display: block;
	}
	.energy-industrial-box p:last-child{
		margin-top: 20px;
		text-align: right;
	}
	.energy-ships-list > li h3{
		padding: 5px 0;
		font-size: 2vw;
	}
	.energy-ships-list li ul{
		margin: 5px;
		font-size: 2vw;
		line-height: 1.4;
	}
	.energy-ships-list li ul li:before{
		margin-right: 3px;
	}
	.energy-environment-dl {
		display: block;
	}
	.energy-environment-dl dl{
		width: 100%;
	}
	.energy-environment-dl dl:first-child {
		border-right: none;
	}
	.energy-environment-dl dt,
	.energy-environment-dl dl:first-child dt,
	.energy-environment-dl dd,
	.energy-environment-dl dl:first-child dd {
		padding: 10px 0;
	}

	.read-img div{
		width: 100%;
		margin-bottom: 10px;
	}
	.read-img figure{
		width: 100%;
	}
	.read-img figure img{
		width: 165px;
	}
	ul.anc-btn li{
		width: 49%;
		margin: 0 2% 10px 0;
	}
	ul.anc-btn li:nth-child(2n){
		margin-right: 0;
	}
	ul.anc-btn li a{
		font-size: 18px;
		padding: 10px 5px;
	}
	ul.anc-btn li a strong{
		font-size: 20px;
	}
	#business #touhoku,#business #kantou,#business #kinki,#business #shikoku{
		padding-top: 60px;
		margin-top: -60px;
	}
	table.tb1 th,table.tb1 td{
		padding: 5px 10px;
	}
	table.tb1 tr th:first-child,table.tb1 tr td:first-child{
		width: 50px;
	}
	table.tb1 tr th:first-child img,table.tb1 tr td:first-child img{
		width: 40px;
	}
	table.tb1 tr th:last-child,table.tb1 tr td:last-child{
		width: auto;
	}
}






/*---------------------------------------------------------------------------------------
	corporate
----------------------------------------------------------------------------------------*/

#corporate{
	padding-top: 80px;
}
#corporate .cor1{
	padding: 60px 3%;
	margin-bottom: 80px;
	background: url(../images/corporate1-bg.jpg) no-repeat center top;
	background-size: cover;
}
#corporate .cor1 p{
	width: 60%;
	padding: 80px 6%;
	text-align: left;
	overflow: hidden;
	background: rgba(255,255,255,.8);
}
#corporate .cor1 p span{
	display: block;
}
#corporate .cor1 p span strong{
	font-size: 24px;
}
#corporate .date{
	float: right;
	margin-top: -30px;
	margin-bottom: 30px;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width:1250px){
	#corporate .cor1{
		background: url(../images/corporate1-bg2.jpg) no-repeat right top;
		background-size: cover;
	}
	#corporate .cor1 p{
		padding: 50px 4%;
	}
}
@media screen and (max-width:900px){
	#corporate .cor1 p{
		padding: 40px 4%;
		font-size: 16px;
	}
}
@media screen and (max-width:768px){
	#corporate{
		padding-top: 40px;
	}
	#corporate .cor1{
		padding: 40px 3% 0;
		margin-bottom: 50px;
		background: none;
	}
	#corporate .cor1 p{
		width: auto;
		padding: 0;
		background: none;
	}
	#corporate .cor1 p span{
		display: block;
	}
	#corporate .cor1 p span strong{
		font-size: 24px;
	}
	#corporate .half:first-child table{
		margin-bottom: 0;
	}
	#corporate .half:first-child table tr:last-child td{
		border-bottom: none;
	}
}






/*---------------------------------------------------------------------------------------
	news
----------------------------------------------------------------------------------------*/

#news1{
	min-height: 630px;
	padding-top: 150px;
	padding-bottom: 180px;
	position: relative;
}
#news1 .wrap{
	font-size: 16px;
	text-align: left;
	padding-right: 30%;
}
#news1 .wrap ul li{
	clear: both;
	padding: 15px 3%;
	overflow: hidden;
}
#news1 .wrap ul li:nth-child(odd){ background: #f2f2f2;}
#news1 .wrap ul li dl{
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#news1 .wrap ul li dl dt{
	float: left;
	width: 160px;
}
#news1 .wrap ul li dl dd{
	overflow: hidden;
}
#news1 .wrap h3{
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 10px;
}
#news1 .wrap .date{
	color: #e60012;
	margin-bottom: 30px;
}
#news1 .wrap figure{
	text-align: center;
	margin-bottom: 50px;
}
#news1 .wrap .note{
	margin-bottom: 30px;
}
#news1 .wrap .link{
	margin-bottom: 10px;
}
#news1 .wrap .pdf{
	display: inline-block;
	min-height: 30px;
	padding-left: 40px;
	background: url("../images/icon-pdf.svg") no-repeat left center;
}
#news1 .wrap .word{
	display: inline-block;
	min-height: 30px;
	padding-left: 40px;
	background: url("../images/icon-word.svg") no-repeat left center;
}
#news1 .sidecol{
	position: absolute;
	right: 0;
	top: 150px;
	width: 300px;
	text-align: left;
	border-top: 1px solid #b3b3b3;
}
#news1 .sidecol h3{
	color: #e60012;
	font-size: 18px;
	padding: 10px 0;
}
#news1 .sidecol ul li a{
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}
#news1 .sidecol ul li a:before{
	content: "▸";
	color: #ccc;
	padding-right: .5em;
}
#news1 .sidecol ul li.active a:before{ color: #e60012}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width:1200px){
	#news1 .sidecol{
		width: 25%;
	}
}
@media screen and (max-width:768px){
	#news1{
		min-height: inherit;
		padding-top: 50px;
		padding-bottom: 0;
		position: static;
	}
	#news1 .wrap{
		padding-right: 3%;
		padding-bottom: 50px;
	}
	#news1 .wrap ul{
		margin-bottom: 0;
	}
	#news1 .wrap ul li{
		padding: 10px 3%;
	}
	#news1 .wrap ul li dl{
		font-size: 14px;
	}
	#news1 .wrap ul li dl dt{
		width: 7em;
	}
	#news1 .wrap h3{
		font-size: 20px;
	}
	#news1 .wrap .date{
		margin-bottom: 30px;
	}
	#news1 .wrap figure{
		margin-bottom: 30px;
	}
	#news1 .wrap .note{
		margin-bottom: 30px;
	}
	#news1 .wrap .link{
		margin-bottom: 10px;
	}
	#news1 .wrap .pdf{
		display: inline-block;
		min-height: 30px;
		padding-left: 40px;
		background: url("../images/icon-pdf.svg") no-repeat left center;
	}
	#news1 .wrap .word{
		display: inline-block;
		min-height: 30px;
		padding-left: 40px;
		background: url("../images/icon-word.svg") no-repeat left center;
	}
	#news1 .sidecol{
		position: static;
		width: auto;
		padding: 20px 3% 50px;
	}
	#news1 .sidecol ul li a{
		display: inline-block;
	}
}



/*---------------------------------------------------------------------------------------
	csr
----------------------------------------------------------------------------------------*/

#csr{
	padding-top: 80px;
}
#csr a{
	color: #00f;
}
#csr dd {
	margin-bottom: 30px;
}
#csr dd dl dd{
	margin-bottom: 10px;
}
#csr .list1 li{
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0 1.5rem;
}
#csr .list2 li{
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0 1.5rem;
}
#csr .list3 {
	border-top: 1px solid #b3b3b3;
}
#csr .list3 li{
	border-bottom: 1px solid #b3b3b3;
	padding: 10px 0;
}
#csr .list3 li:before{
	content: "●";
	margin-right: 10px;
}
#csr .dl1 > dt {
	font-family: "Hiragino Mincho ProN",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 30px;
	padding-left:1.3em; text-indent:-1.3em;
	font-weight: bold;
}
#csr .csr1 .list1 > li{
	margin: 0 0 30px 1.5rem;
}


/*------------------------------ responsive ------------------------------*/

@media screen and (max-width:768px){
	#csr{
		padding-top: 40px;
	}
	#csr dd {
		margin-bottom: 15px;
	}
	#csr .csr1 .list1 > li{
		margin: 0 0 15px 1.5rem;
	}
	#csr .dl1 dt {
		font-size: 16px;
		margin-bottom: 15px;
	}
}








