@charset "UTF-8";
/*
Theme Name: top_sp
*/
/*===================================
　SPここから
===================================*/
@media (max-width: 798px ){

/*  base
===================================*/
.mainContent{
	width: 97%;
	min-width: 320px;
	margin: 0 auto 100px;
}
.oneContent{
	/*width: 100%;*/
	width: 95%;
	margin: auto;
	margin-bottom: 80px;
	display: block;
}
.txtLinkArrow>a{
	padding-right: 85px;
	background: url(../img/okawa_arrow_bl.png) right center no-repeat;
	/*background-size: contain;*/
	background-size: 75px auto;
}
.oneContent .txtLinkArrow{
	text-align: center;
	margin-top: 35px;
	letter-spacing: 0px;;
}

.txtLinkArrowBg {
	text-align: center;
	color: #fff !important;
	margin: 30px auto 10px;
}
.txtLinkArrowBg>a{
	color: #e9e9e9 !important;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 1.5em;
	padding:10px 105px 5px 15px;
	background:#000 url(../img/okawa_arrow_wh.png) right 10px top 11px no-repeat;
	background-size: 75px auto;
}


/* topEyeCatching
-------------------------------*/
.topEyeCatching{
	width: 95%;
	margin: 0 auto 23px;
	overflow: hidden;
	position: relative;
	border-top: solid 5px #000;
	border-bottom: dotted 1px #000;
	padding-top: 3px;
	max-width:450px;
	min-width: 300px;
}
/*--- topLogo ---*/
.topEyeCatching .topLogo{
	width: 100%;
	height: 100px;
	margin: 0 auto 0px;
	overflow: hidden;
	position: relative;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}
.topEyeCatching .topLogo .leftSince{
	float: left;
	width: 32%;
	padding-top: 17px;
	text-align: center;
	min-width: 105px;
}
.topEyeCatching .topLogo .leftSince>.since{
	display: block;
	font-size: 13px;
	letter-spacing: 3px;

}
.topEyeCatching .topLogo .leftSince>.year{
	display: block;
	font-size: 31px;
	letter-spacing: 1px;
}
.topEyeCatching .topLogo .leftSince>.presented{
	display: block;
	margin-top: 3px;
	font-size: 10px;
	line-height: 1.2;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}
.topEyeCatching .topLogo .centerLogo{
	width: 32%;
	box-sizing: border-box;
	float: left;
	height: 100%;
	position: relative;
	border: none;
	padding: 0 10px;
}
.topEyeCatching .topLogo .centerLogo::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;bottom: 0;
	margin:auto;
	width: 1px;
	height: 70%;
	border-left: dotted 2px #000;
}
.topEyeCatching .topLogo .centerLogo::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;bottom: 0;
	margin:auto;
	width: 1px;
	height: 70%;
	border-right: dotted 2px #000;
}
.topEyeCatching .topLogo .centerLogo>span{
	background: url(../img/okawa_logo3.png) center center no-repeat;
	background-size: contain;
	width: 79%;
	height: 100%;
	max-width: 100px;
	display: block;
	margin:auto;
}
.topEyeCatching .topLogo .rightCatch{
	width: 32%;
	box-sizing: border-box;
	text-align: center;
	float: right;
	font-size: 14px;
	height: 100%;
	position: relative;
	border: none;
	line-height: 1.4;
	padding-top: 22px;
	min-width: 99px;
}
/*--- middleTit ---*/
.topEyeCatching .middleTit{
	font-size: 32px;
	text-align: center;
	margin: 30px auto 0;
	padding: 0;
	border: none;
}
/*--- bottomDisc ---*/
.topEyeCatching .bottomDisc{
	margin: 20px auto;
	line-height: 1.6;
	font-size: 13px;
	text-align: center;
}
/* CO2 排出量削減カウンター
-------------------------------*/
.co2_emissions {
	display: flex;
	width: 95%;
	margin: 0px auto 25px;
	padding-bottom: 8px;
	max-width: 450px;
	min-width: 300px;
	border-bottom: solid 1px #000;
}
.co2_emissions .co2_emissions_title {
	float: left;
	width: 70%;
	min-width: 160px;
	margin-top: -5px;
}
.co2_emissions .co2_emissions_title p {
	line-height: 1.3;
	font-size: 12px;
}
.co2_emissions .co2_emissions_counter {
    width: 95%;
    text-align: right;
    /*margin-top: -5px;*/
}
.co2_emissions .co2_emissions_counter p {
	font-size: 42px;
}
.co2_emissions .odometer-inside {
    margin-top: -6px;
}
.co2_emissions .odometer-negation-mark {
    vertical-align: 3px;
}

.co2_emissions .co2_emissions_unit {
	margin-left: 5px;
	/*margin-top: -5px;*/
}
.co2_emissions .co2_emissions_unit p {
	font-size: 42px;
}
/* movieBlock
-------------------------------*/
.movieBlock{
	position: relative;
    color: #fff;
    overflow: hidden;
    width: 100%;
    padding-top: 76.2%;
    height: 433px;
    max-height: 516px;
    box-sizing: border-box;
}
.movieInfo {
    margin: 5px auto 35px;
    max-width: 320px;
    font-size: 7pt;
}
.movieBlock>video{
    width: 200%;
	height: 131%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50%;
    right: 0;
    margin: auto;
	filter: brightness(80%);
}
.movieBlock .catchBlock{
	width: 100%;
	bottom: 0;
	left: 0px;
	right: 0;
	margin: auto;
	text-align: center;
	height: 160px;
}
.movieBlock .catchBlock .centerText{
	margin: 0px;
    padding: 0px;
    position: absolute;
    top: 50%;
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.movieBlock .catchEn{
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 1.3;
	display: inline-block;
	position: relative;
	color: white;
}
.movieBlock .catchEn::before{
	content:"“";
}
.movieBlock .catchEn::after{
	content:"”";
	position: absolute;
}
.movieBlock .catchEn>span{
	position: relative;
	padding-right: 0.5em;
}
.movieBlock .catchJa{
	margin-top: 18px;
	margin-left: 10px;
	line-height: 1.6;
	font-size: 15px;
	letter-spacing: 1px;
	color: white;
}
.movieBlock .catchJa::before{
	content:"“";
	font-size: 15px;
}
.movieBlock .catchJa::after{
	content:"”";
	font-size: 15px;
	position: absolute;
}

.movieBlock .enname{
	display: block;
	position: relative;
	font-size: 18px;
	margin-top: 6px;
	color: white;
}
.movieBlock .enname::before{
	content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #fff;
    margin-right: 7px;
    margin-bottom: 4.4px;
}
.movie.txtLinkArrow{
	display: block;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 auto 50px;
}
.movie.txtLinkArrow>a{
	color: #000;
	padding-right: 50px;
	background: url(../img/okawa_arrow_bl_s.png) right center no-repeat;
	background-size: 42px auto;
}
.movieBlock .coverbgColor{
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}
.movieBlock>.txtLinkArrow,.movieBlock .catchBlock{z-index: 20;}

/* twoLineTit
-------------------------------*/
.twoLineTit{
	text-align: center;
	padding: 26px 0 20px;
	margin-bottom: 30px;
	border-top: solid 4px #000;
	border-bottom: solid 4px #000;
	position: relative;
}
.twoLineTit::before{
	content: "";
	position: absolute;
	top: 4px;
	width: 100%;
	height: 1px;
	background: #000;
	left: 0;
}
.twoLineTit::after{
	content: "";
	position: absolute;
	bottom: 4px;
	width: 100%;
	height: 1px;
	background: #000;
	left: 0;
}
.twoLineTit .enTit{
	font-size: 24px;
	letter-spacing: 1.5px;
}
.twoLineTit .jaTit{
	margin-top: 5px;
	font-size: 16px;
	letter-spacing: 0.6px;;

}
/* articleList
-------------------------------*/
.articleList{
/*	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-between;*/
	display: block;
}
.articleList>.oneArticle{
	display: block;
	width: 97%;
	border-bottom: dotted 2px #818182;
	max-width: 400px;
	margin: 0 auto 40px;
	padding: 20px 0 16px;
}
.articleList.green>.oneArticle{
	display: block;
	width: 97%;
	border-bottom: dotted 2px #818182;
	max-width: 400px;
	margin: 0 auto 40px;
	padding: 20px 0 16px;

}

.articleList>.oneArticle:last-child{margin-bottom: 0px;}
.articleList>.oneArticle .img{
	width: 100%;
	height: 0;
	padding-top: 60%;
	position: relative;
	overflow: hidden;
}
.articleList>.oneArticle .articleTit{
	margin-top: 40px;
	font-size: 17px;
	line-height: 1.6;
}
.articleList>.oneArticle>.articleDisc{
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1.6;
	/*height: 3em;*/
	margin: 16px auto 16px;
	/*max-height: 38px;*/
	overflow: hidden;
}
.articleList>.oneArticle>.articleDisc>p{line-height: 1.6;}
.articleList>.oneArticle>.articleCat{
	display: inline-block;
	font-size: 11px;
	padding: 5px 13px;
	border: solid 1px #818182;
	border-radius: 5px;
	margin-right: 5px;
	color: #818182;

}
.articleList>.oneArticle>.articleDay{
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0;
	color: #818182;

}
.articleList>.oneArticle>.articleTagBox{
	margin-top: 5px;
	height: 26px;
	overflow: hidden;
}
.articleList>.oneArticle>.articleTagBox>.articleTags li{
	display: inline-block;
	padding: 3px 6px;
	background: #B3B4B4;
	border-radius: 10px;
	margin-right: 5px;
	margin-top: 5px;
}
.articleList>.oneArticle>.articleTagBox>.articleTags li a{
	font-size: 11px;
	color: #fff;

}
/*  listPage articleList
===================================*/
.listPage .articleList{
	display: block;
	overflow: hidden;
	margin-bottom: 70px;
	/*margin-bottom: 0px;*/
}
/*.listPage .articleList>.oneArticle {
    float: left;
    width: 32%;
    margin: 0 2% 90px 0;
}*/

/*
Theme Name: top_sp
*/
/*===================================
　SPここから
===================================*/
/*.listPage .articleList > .oneArticle:nth-child(3n){
	margin-right: 0;


}*/
/* largeimgBlock
-------------------------------*/
.largeimgBlock{
	padding: 20px 0 0;;
}
.largeimgBlock>.img{
	display: inline-block;
	width: 65%;
	height: 500px;
	background: #9f88b9;
}
.largeimgBlock>.greenprinting_img{
	display: inline-block;
	width: 100%;
	background: url("../img/greenprinting.jpg");
	padding-top: 70%;
	height: 0;
}
.largeimgBlock>.ourservice_img{
	display: inline-block;
	width: 100%;
	height: 0;
	background: url("../img/ourservice.jpg") center center no-repeat;
	background-size: cover;
	padding-top: 70%;;
}
.largeimgBlock>.txtBlock{
	display: block;
	width: 97%;
	padding-top: 15px;
	background: url(../img/okawa_title_icon2.png) left top repeat-x ;
	background-size: auto 15px;
	box-sizing: border-box;
	position: relative;
	margin: 30px auto 0;;
}
.largeimgBlock>.txtBlock h1,
.largeimgBlock>.txtBlock h2,
.largeimgBlock>.txtBlock h3,
.largeimgBlock>.txtBlock h4,
.largeimgBlock>.txtBlock h5,
.largeimgBlock>.txtBlock h6{
	margin-top: 23px;
	font-size: 20px;
	line-height: 1.4;
	padding-bottom: 20px;
	border-bottom: dotted 2px #000;
}
.largeimgBlock>.txtBlock div{
	font-size: 15px;
	line-height: 2.4;
	/*max-height:215px;*/
	/*overflow: hidden;*/
}
.largeimgBlock>.txtBlock p{
	 margin-top: 18px;
	font-size: 15px;
	line-height: 2;
}
.largeimgBlock>.txtBlock .txtLinkArrow{
	margin: 20px auto 0;
}
.largeimgBlock.rightimg>.img{}
.largeimgBlock.rightimg>.txtBlock{}


/*  service articleList
===================================*/
.serviceTitBlock h3{
	margin-top: 23px;
	font-size: 20px;
	line-height: 1.4;
	padding-bottom: 20px;
	text-align: left;
	/* border-bottom: dotted 2px #000; */
}

.serviceTitBlock p{
	margin-top: 18px;
	margin-bottom: 18px;
	font-size: 15px;
	line-height: 2;
}

/*  green printing articleList
===================================*/
.greenTitBlock{
	margin-bottom: 0px;
}

.greenTitBlock h3{
	margin-top: 23px;
	font-size: 21px;
	line-height: 1.4;
	padding-bottom: 0px;
	text-align: left;
	/* border-bottom: dotted 2px #000; */
}

.greenTitBlock p{
	margin-top: 18px;
	margin-bottom: 18px;
	font-size: 15px;
	line-height: 2;
}

.greenList>.oneMorecont {
    height: 260px;
    display: inline-block;
    background: #9f88b9;
    width: 49.5%;
}

/*  member
===================================*/
/* memberName
-------------------------------*/
.memberName{
	display: inline-block;
	position: absolute;
	color: #fff;
}
.memberName>.name{
	font-size: 18px;
	line-height: 1.1;
	width: 140px;
	letter-spacing: 1px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.memberName>.position{
	margin-top: 3px;
	font-size: 16px;
	letter-spacing: 1px;;
}
/* ceo
-------------------------------*/
.ceo{
	height: 700px;
	position: relative;
	background: #291915;
	color: #fff;
	margin-bottom: 10px;
	background-image: url('/wp-content/uploads/2017/10/02_syacho_A-1-1100x500.jpg');
	background-position: left 19px bottom -27px;
	background-size: auto 430px;
    background-repeat: no-repeat;
}
.ceo .catchTxt{
	position: absolute;
	top: 40px;
	left: 35px;
	padding-right: 20px;
	color: #fff;
}
.ceo .catchTxt>.catchEn{
	font-size: 23px;
	line-height: 1.3;
	letter-spacing: 1px;;
}
.ceo .catchTxt>.catchJa{
	margin-top: 13px;
	font-size: 17px;
	line-height: 1.5;
}
.ceo .catchTxt>.txt{
	margin-top: 11px;
	font-size: 13px;
	line-height: 1.8;
}
.ceo .memberName{
	bottom: 58px;
	left: 35px;
}
.ceo .memberName>.position{
	margin-top: 3px;
	font-size: 18px;
	letter-spacing: 1px;;
}
/* memberList
-------------------------------*/
.memberList{
	overflow: hidden;

}
.memberList>li{
	height: 0;
	display: inline-block;
	width: 49%;
	background: #9f88b9;
	position: relative;
	float: left;
	margin: 0 2% 2% 0;
	padding-top: 49%;;
}
.memberList>li:nth-child(2n) {margin-right: 0px;}
.memberList .name{
}
.memberList>li .memberName{
	left: 16px;
	bottom: 15px;
}
.memberList .memberName>.name{
	font-size: 15px;
	width: 140px;
}
.memberList .memberName>.position{
	/*font-size: 12px;*/
}
/* contsList
-------------------------------*/
.contsList{
/*	-ms-flex-pack: distribute;
	justify-content: space-between;
	margin-top: 10px;*/
}
.contsList.top{
}
.contsList.under{
}
.contsList.top>.oneMorecont{
	height: 0;
	display: block;
	background: #9f88b9;
	width: 100%;
	padding-top: 50%;
	position: relative;
}
.contsList>.oneMorecont>a::before {
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}
.listPage .contsList.top>.oneMorecont{
	margin-top: 10px;
}
.contsList.under>.oneMorecont{
	display: inline-block;
	width: 32.6%;
	background: #9f88b9;
	height: 260px;
	margin-top: 10px;
}
.contsList>.oneMorecont>a{
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.contsList>.oneMorecont .tits{
	position: absolute;
	top: 0;
	/*bottom: 0;*/
	right: 0;left: 0;
	margin: auto;
	display: inline-block;
	text-align: center;
	/*height: 30%;*/
	height: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contsList>.oneMorecont .jaTit{
	font-size: 20px;
	letter-spacing: 3px;
	line-height: 1.3;
}
.contsList>.oneMorecont .enTit{
	margin-top: 10px;
	font-size: 14px;letter-spacing: 2px;
	line-height: 1.7;
}
.oneArticle a.moretag { display: inline;}
.oneArticle a { display: block;}
.oneArticle a>img {width: 100%;}
.oneArticle .img>a {position: absolute;height: 100%; width: 100%;position: absolute;top: 0;left: 0;}

#pageTop {
	display: none;
}
	
	
	
/* conversionBlock
-------------------------------*/
.conversionBlock{
	background: rgba(0,0,10,0.2);
	position: relative;
	color: #1b1b1b;
	overflow: hidden;
	margin-bottom: 100px;
}
.conversionBlockInner{
	max-width: 450px;
	margin: 0 auto;
	padding: 35px 20px;
	text-align: center;
}
.conversionBlockInner .conversionCopy {
    text-align: left;
    margin: 0px auto 10px;
    font-size: 16px;
	line-height: 1.6;
    letter-spacing: 0.2px;
}
.conversionBlockInner .conversionBtn {
    text-align: center;
	color: #fff !important;
    margin: 30px auto 10px;
}
.conversionBlockInner .conversionBtn a{
	color: #e9e9e9 !important;
	font-size: 19px;
	letter-spacing: 2px;
	padding:10px 105px 5px 15px;
	background:#000 url(../img/okawa_arrow_wh.png) right 10px top 11px no-repeat;
	background-size: 75px auto;
}
.conversionBlockInner .conversionBtn a:hover{
	padding:10px 105px 5px 15px;
	background:#000 url(../img/okawa_arrow_wh.png) right 10px top 11px no-repeat;
	background-size: 75px auto;
	text-decoration: none;
  	opacity: 0.5;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
	
.movieBlock .catchBlock .centerText {
    top: 40%;
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
	
	
	

.movieBlock>.txtLinkArrow{
	display: inline-block;
	position: absolute;
	bottom: 25px;
	left: 10px;
	right: 10px;
}
.movieBlock>.txtLinkArrow>a{
	color: #fff;
	padding-right: 50px;
	background: url(../img/okawa_arrow_wh_s.png) right center no-repeat;
	background-size: 42px auto;
}
.movieBlock>.movieCaption{
	display: inline-block;
	position: absolute;
	bottom: 20px;
	left: 10px;
	right: 10px;
	font-size: 10px;
	letter-spacing: 0px;
	line-height: 1.4;
	color: #fff;
}


.categoryLinks{
	width: 90%;
	margin: 50px auto 0px;
	/* display: flex;
	align-items: flex-start;
	align-items: center;
	align-content: center; */
}
.categoryLinks p{
	font-size: 13px;
	line-height: 1;
	display: inline-block;
	margin: 0 auto 15px;
	padding: 0px;
}
.articleCatList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.articleCatList .articleCat{
	width: 30%;
	font-size: 13px;
	line-height: 1;
	display: inline-block;
    border-bottom: solid 1px #000;
	margin-bottom: 1em;
    padding: 0px 0px 10px 0px;
	color: #818182;
	vertical-align: middle;
}
.articleCatList .articleCat:last-child{
	border-right: none;
}

}