@charset "utf-8";
/*
Theme Name: Osawa
Version: 1.0.0
*/

@import url('reset.css');

* {
	padding: 0px;
	margin: 0px;
	outline: none;
	text-align:justify;
}

html {
	border: 0px;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
}

body {
	color: #333333;
	cursor: default;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5;
	word-wrap: break-word;	
}

body,html{
	min-width: 1200px;
}

.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 0px;
}

p {
	line-height: 1.6;
}

a {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition:  0.3s ease-out;
	transition:  0.3s ease-out;
}
a {overflow:hidden;}
a:link { color: #008b60; text-decoration: none;}
a:visited { color: #008b60; text-decoration: none;}
a:active { color: #008b60; text-decoration: underline; outline: none;}
a:hover { color: #006633; text-decoration: underline;}
a:focus { -moz-outline-style: none; }

a:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}

a img {
	-webkit-transition:  0.3s ease-out;
	transition:  0.3s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

img {
	max-width:100%;
	width:/***/auto; /* IE8用 */
	height:auto;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	font-size: 16px; font-size: 1.6rem;
	position: relative;
	overflow: hidden;
}

#main {
	clear: both;
	margin: 0 auto;
	position: relative;
}

/* ========================================================
header
===================================================== */
#headerGlobal {
	width: 1200px;
	height: 110px;
	position: relative;
	margin: 0 auto;
}
.logo img {
	width: 200px;
	height: auto;
	position: absolute;
	top: 38px;
	left: 15px;
}

#navGlobal {
	clear: both;
	margin: 0;
	padding-top: 35px;
	text-align: center;
	width: 900px;
	float: right;
}
#navGlobal ul.globalNavi {
	left: 52%;
	max-width: 1000px;
	position: relative;
	float: left;
}
#navGlobal ul li a {
	color: #333;
	display: block;
	padding: 8px 14px;
}
#navGlobal ul li a:hover {
	color: #666;
	text-decoration: none;
}
#navGlobal ul li {
	float: left;
	position: relative;
	left: -50%;
}
#navGlobal ul.globalNavi li.japanease,
#navGlobal ul.globalNavi li.subscribe {
	display: none;
}
#navGlobal ul li ul li {
	display: inline-block;
	position: relative;
	left: 0;
}
#navGlobal ul li ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 99;
	box-shadow: 0 0 8px rgba(0,0,0,.15);
}
#navGlobal ul li ul li {
	display: block;
	border-bottom: 1px solid #ddd;
}
#navGlobal ul li ul a {
	display: block;
	font-size: 14px; font-size: 1.4rem;
	width: 220px;
	color: #009763;
	background: #fff;
	text-align: left;
	padding: 10px;
}
#navGlobal ul li ul a:hover {
	color: #fff;
	background-color: #009763;
}
#navGlobal ul li ul li.ul02 a {
	padding-left: 1.5em;
}
#navGlobal ul li ul li.ul03 a {
	padding-left: 3em;
}
.mean-container .mean-nav ul li.ul02 a {
	padding-left: 4em;
}
.mean-container .mean-nav ul li.ul03 a {
	padding-left: 6em;
}
#navGlobal .headNavi {
	position: absolute;
	top: 15px;
	right: 0;
}
#navGlobal .headNavi li {
	left: 0;
}

/* ========================================================
footer
===================================================== */
#footerGlobal {
	width: 1200px;
	margin: 0 auto;
	clear: both;
	padding: 40px 20px;
}
.footer {
	max-width: 1200px;
	width: 100%;
	clear: both;
	margin: 0 auto;
}
.footerLogo {
	float: left;
}
.footerLogoImg img {
	width: 196px;
	height: auto;
	margin-right: 20px;
}
.footerLogoImg a {
	color: #333;
}
.footerLogoImg a:hover {
	color: #999;
	text-decoration: none;
}

.footer ul#ulFooter {
	margin-bottom: 20px;
	float: right;
}
.footer ul#ulFooter li a {
	color: #333;
	display: block;
	padding: 5px 17px;
}
.footer ul#ulFooter a:hover {
	color: #666;
	text-decoration: none;
}
.footer ul#ulFooter li {
	float: left;
	position: relative;
}
p#copyright {
	text-align: right;
	font-size: 12px; font-size: 1.2rem;
	margin-bottom: 20px;
	clear: both;
}

/* ========================================================
content
===================================================== */
/* home */
.scrollDown {
	font-size: 14px; font-size: 1.4rem;
	text-align: center;
	color: #fff;
	margin-left: -33px;
	padding-top: 30px;
	position: absolute;
	bottom: 80px;
	left: 50%;
	z-index: 6;
}
a.scrollDownBtn {
	width: 66px;
	height: 66px;
	text-align: center;
	margin-top: 10px;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
	color: #fff;
	display: block;
	background-color: rgba(0,0,0,0.05);
}
a.scrollDownBtn:hover {
	text-decoration: none;
}
a.scrollDownBtn span {
	position: absolute;
	top: 77%;
	left: 53%;
	content: '';
	width: 12px;
	height: 12px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
	 transition: all .4s;
}
a.scrollDownBtn:hover span {
	top: 82%;
}
.promoBtn {
	position: absolute;
	bottom: 85px;
	right: 40px;
	letter-spacing: 3px;
}

.btnLine {
	border: 1px solid #fff;
	display: block;
	padding: 5px 40px 5px 20px;
	position: relative;
}
.btnLine:hover {
	opacity: .6;
}
.btnLine::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto;
	vertical-align: middle;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-left: 8px solid #fff;
}
a.btnLine,
a.btnLine:hover {
	color: #fff;
	text-decoration: none;
}

.banner {
	margin-bottom: 4em;
	text-align: center;
}

/* Masthead ---------- */
.masthead {
    position: relative;
    min-width: 720px;
}
.masthead-video {
    z-index: 0;
}
.masthead-overlay {
    background-color: #000;
    opacity: 0.4;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    width: 100%;
    height: 100%;
}

.leadTxt {
	font-size: 34px; font-size: 3.4rem;
	line-height: 1.3;
	text-align: center;
	margin-top: .8em;
	letter-spacing: 3px;
}
.leadTxt02 {
	font-size: 25px; font-size: 2.5rem;
	line-height: 1.6;
	text-align: center!important;
	letter-spacing: 3px;
	margin-top: 1em;
	margin-bottom: 2em;
}

.spMain {
	display: none;
	position: relative;
}
.mainSp {
	display: none;
}
.spMain .promoBtn {
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
	letter-spacing: 3px;
	width: 280px;
	margin: 0 auto;
}

.naviThree {
	letter-spacing: -.4em;
}

.naviThree li {
	letter-spacing: normal;
	width: 30.33%;
	list-style: none;
	display: inline-block;
	margin: 0 1.5%;
}
.naviThree li a {
	display: block;
	padding: 15px 15px 15px 25px;
	color: #333333;
	background-color: #e6e6e6;
	text-align: center;
}
.naviThree li a:hover {
	text-decoration: none;
	opacity: .7;
}
.naviThree li a span {
	position: relative;
}
.naviThree li a span::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -17px;
	margin: auto;
	vertical-align: middle;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 5px solid #009764;
}

.osawamindMenuHead {
	background-color: rgba(0,0,0,0.65);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}
.osawamindMenu .col3 {
	width: 31.33%;
	margin: 4%  1.5%;
	padding: 0;
}
.osawamindMenu .col3:nth-child(1) {
	margin: 4% 1% 4% 0;
	padding: 0;
}
.osawamindMenu .col3:nth-child(3) {
	margin: 4% 0 4% 1%;
	padding: 0;
}
.osawamindMenu .col3 a {
	display: block;
}
.osawamindMenu .col3 figure {
	overflow: hidden;
	z-index: 1;
}
.osawamindMenu .col3 h3 {
	font-size: 28px; font-size: 2.8rem;
	padding-bottom: 0;
	margin: 25px 10px;
	border-bottom: none;
	text-align: center;
	color: #fff;
	font-weight: normal;
	letter-spacing: normal;
	transition:  0.3s ease-out;
}
.osawamindMenu .col3 a:hover h3,
.osawamindMenu .col3 a:hover .btn_01 {
	opacity: .7;
}
.osawamindMenu .col3 a:hover .btn_01 {
	background:#009763;
	opacity: 1;
}
.osawamindMenu .col3 img {
	margin-bottom: 0;
}
.osawamindMenu .col3 h3 span {
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.2;
	text-align: center;
	display: block;
}
.osawamindMenu .col3 .btn_01 {
	border: 1px solid #fff;
    margin: 0 40px 20px;
    text-align: center;
    padding: 2px;
    color: #fff;
	transition:  0.3s ease-out;
}


.ourserviceMenu .col3 {
	width: 33.33%;
	margin: 0;
	padding: 0 1%;
	border-right: 1px solid #999;
}
.ourserviceMenu .col3:nth-child(1) {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding: 0 1%;
}
.ourserviceMenu .col3:nth-child(3) {
	border-left: none;
	padding: 0 1%;
}
.ourserviceMenu .col3 a {
	color: #333;
	display: block;
}
.ourserviceMenu .col3 a:hover {
	text-decoration: none;
}
.ourserviceMenu .col3 h3 {
	font-size: 30px; font-size: 3.0rem;
	line-height: 1.1;
	padding-bottom: 0;
	margin: 5px 10px 25px;
	border-bottom: none;
	text-align: center;
	font-weight: normal;
	letter-spacing: normal;
	transition:  0.3s ease-out;
}
.ourserviceMenu .col3 h3 span {
	font-size: 21px; font-size: 2.1rem;
	line-height: 1.2;
	margin-bottom: .5em;
	text-align: center;
	display: block;
}
.ourserviceMenu .col3 .marB {
	margin-bottom: 1.3em;
}
.ourserviceMenu .col3 .btn_02 {
	border: 1px solid #999;
    margin: 2em 40px 0;
    text-align: center;
    padding: 2px;
    color: #333;
	position: relative;
	transition:  0.3s ease-out;
}
.ourserviceMenu .col3 a:hover .btn_02 {
	background:#009763;
	opacity: 1;
	border: 1px solid #009763;
    color: #fff;
}
.ourserviceMenu .col3 .btn_02::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 40px;
	margin: auto;
	vertical-align: middle;
	box-sizing: border-box;
	width: 7px;
	height: 7px;
	border: 7px solid transparent;
	border-left: 7px solid #333333;
}
.ourserviceMenu .col3 a:hover .btn_02::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 40px;
	margin: auto;
	vertical-align: middle;
	box-sizing: border-box;
	width: 7px;
	height: 7px;
	border: 7px solid transparent;
	border-left: 7px solid #fff;
}
.ourserviceBg {
	background-image: url(../../images/home/ourservice_bg01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.ourserviceMenu .col3 a:hover h3,
.ourserviceMenu .col3 a:hover p,
.ourserviceMenu .col3 a:hover .btn_02 {
	opacity: .7;
}

.mokutekiBg {
	background-image: url(../../images/home/ourservice_bg02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.mokutekiBg .mokutekiInner {
	border: 1px solid #999;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.mokutekiBg .col3List {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto 3em;
	overflow: hidden;
	letter-spacing: -.4em;
}
.mokutekiBg .col3List li {
	font-size: 20px; font-size: 2.0rem;
	display: inline-block;
	width: 31.33%;
	list-style: none;
	vertical-align: top;
	letter-spacing: normal;
	background-color:  rgba(0,151,99,.75);;
	margin: 1%;
	padding: 0;
}
.mokutekiBg .col3List li a {	
	color: #fff;
	padding: 18px 10px 18px 70px;
	background: url(../../images/common/arrow_01.png) no-repeat 20px 50%;
	background-size: 35px 35px;
}
.mokutekiBg .col3List li a:hover {
	opacity: .6;
}
.mokutekiBg .col3List li a:hover {	
	color: #fff;
	text-decoration: none;
}

.solutionBg {
	background-image: url(../../images/home/solution_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.solutionBg .col3 {
	background-color: rgba(0,151,99,.75);
    width: 27.33%;
    margin: 0 2.5%;
    padding: 4%;
    color: #fff;
    border-radius: 50%;
    height: 328px;
}
.solutionBg .col3 h3 {
	font-size: 30px; font-size: 3.0rem;
	padding-bottom: 0;
	margin-bottom: 20px;
	border-bottom: none;
	letter-spacing: 2px;
	text-align: center;
	line-height: 1.1;
}
.solutionBg .col3 p {
	font-size: 16px; font-size: 1.6rem;
	text-align: center;
}
.solutionBg .col3:nth-child(1),
.solutionBg .col3:nth-child(3){
    padding: 4%;
}
.solutionBg .col3:nth-child(1) figure img {
	width: 138px;
	height: auto;
	margin: 0 auto 40px;
}
.solutionBg .col3:nth-child(2) figure img {
	width: 90px;
	height: auto;
	margin: 0 auto;
}
.solutionBg .col3:nth-child(3) figure img {
	width: 190px;
	height: auto;
	margin: 0 auto;
}
.solutionBg .col3List li a:hover {
	opacity: .6;
}
.solutionBg .col3List li a:hover {	
	color: #fff;
	text-decoration: none;
}

section.newsBg {
	width: 100%;
	min-width: 1200px;
	clear: both;
	padding: 0;
	margin: 0 auto;
	display: table;
}
.newsBg .newsTxtLeft {
	width: 50%;
	height: 650px;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
	display: table-cell;
}
.newsBg .newsImgRight {
	width: 50%;
	height: 650px;
	background-image: url(../../images/home/news_bg01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	display: table-cell;
}
.newsBg .newsTxtLeft .newsTxtInner {
    width: 520px;
    float: right;
    margin: 5%;
}
.newsBg .newsTxtRight {
	width: 50%;
	height: 650px;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
	display: table-cell;
}
.newsBg .newsImgLeft {
	width: 50%;
	height: 650px;
	background-image: url(../../images/home/news_bg02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	display: table-cell;
}
.newsBg .newsTxtRight .newsTxtInner {
    max-width: 520px;
    float: left;
    margin: 5%;
}
.newsBg .headLv2 {
	text-align: left;
	margin-bottom: .5em;
}
.newsBg .headLv2 span {
	display: inline;
	padding-left: 5px;
}
.newsListArea {
	overflow-y: auto;
	max-height: 450px;
	margin-bottom: 30px;
	padding-right: 20px;
}
.newsList {
	margin-bottom: 2em;
}
.newsList dt {
	font-weight: bold;
	padding: 15px 0 0;
}
.newsList dd {
	border-bottom: 1px solid #b2b2b2;
	padding: 5px 0 15px 0;
}
.newsList dd a {
	color: #666;
}
.newsList dd a :hover{
	color: #999;
}
.newsBg a.newsBtn {
	color: #fff;
	background-color: #000;
	padding: 10px 15px;
	float: right;
}
.newsBg a.newsBtn:hover {
	color: #fff;
	background-color: #666;
	text-decoration: none;
}


.newsTxtInner td {
	font-size: 20px;
}
/* ========================================================
common
===================================================== */
.section {
	padding: 90px 0;
}
.sectionInner {
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.section.osawamindBg {
	background: #f2f2f4;
}
.section.bgBlue h2,
.section.bgBlue a {
	color: #fff!important;
}

.section.bgPh {
	background-image: url(../../images/home/about_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.headLv1 {
	font-size: 30px; font-size: 3.0rem;
	font-weight: normal;
	color: #fff;
	letter-spacing: .3em;
	text-align: center;
}
.headLv2 {
	font-size: 40px; font-size: 4.0rem;
	font-weight: normal;
	text-align: center;
	letter-spacing: 3px;
	color: #009763;
}
.headLv2 span {
	font-size: 20px; font-size: 2.0rem;
	display: block;
    text-align: center;
    font-size: 20px;
    color: #333;
}
.headLv3 {
	font-size: 28px; font-size: 2.8rem;
	font-weight: normal;
	margin-top: 1.5em;
	text-align: center;
}

.articleHeader {
	background-color: #00875f;
	width: 100%;
	height: 245px;
	display: table;
}
.articleHeader .headerSet {
	display: table-cell;
	vertical-align: middle;
}

#articleInner {
	width: 1000px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}

.column {
	margin-top: 1em;
	overflow: hidden;
}
.column p {
	margin-bottom: 1.5em;
}
.colWrapper {
	width: 1200px;
	margin: 3em auto 0;
	overflow: hidden;
	letter-spacing: -.4em;
}
.colWrapper.ourFeature {
	text-align: center;
}
.colWrapper.col3Center {
	max-width: 743px;
}

.col1 {
	width: 100%;
	margin-right: 0;
	float: none;
}
.col2 {
	display: inline-block;
	width: 50%;
	padding: 0 2.5%;
	letter-spacing: normal;
	vertical-align: top;
}
.colWrapper.ourFeature .col2 {
	width: 306px;
}
.colWrapper.ourFeature .col2 h3 {
	font-size: 20px; font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: .1em;
	margin-bottom: .5em;
	text-align: center;
}
.col3 {
	display: inline-block;
	width: 33.33%;
	padding: 4% 1.5%;
	list-style: none;
	vertical-align: top;
	letter-spacing: normal;
	vertical-align: top;
}
.col3:nth-child(1) {
	padding: 4% 3% 4% 0;
}
.col3:nth-child(3) {
	padding: 4% 0 4% 3%;
}
.col4 {
	float: left;
	width: 230px;
	padding: 1% 0;
	margin-left: 26px;
	list-style: none;
	vertical-align: top;
	letter-spacing: normal;
	vertical-align: top;
}
.col4:first-child {
	margin-left: 0;
}
.col3 h2,
.col3 h3 {
	letter-spacing: .4em;
}
.col3 h3 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #979797;
}
.col2 img,
.col3 img {
	margin: 0 auto 15px;
	display: block;
}
.col2 p,
.col3 p {
	text-align: left;
	letter-spacing: 1px;
}

.col2List,
.col3List {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	letter-spacing: -.4em;
}
.col2List {
	width: 840px;
}
.col2List li,
.col3List li{
	font-size: 20px; font-size: 2.0rem;
	display: inline-block;
	width: 33.33%;
	padding: 2%;
	list-style: none;
	vertical-align: top;
	letter-spacing: normal;
}
.col2List li {
	width:50%;
}
.col2List li img,
.col3List li img{
	width: 100px;
	height: auto;
	margin-right: 10px;
	vertical-align: middle;
}
.col2List li a,
.col3List li a{	
	color: #333333;
	display: block;
}
.col2List li a:hover,
.col3List li a:hover{	
	color: #666666;
	text-decoration: none;
}

.btnCenter a {
	margin: 0 auto;
}
.btnCenter {
	text-align: center;
}
a.btn01 {
	max-width: 420px;
	font-size: 28px; font-size: 2.8rem;
	line-height: 45px;
	background-color:  rgba(0,151,99,.75);
	display: block;
	text-align: center;
	letter-spacing: .3em;
	margin-top: 2em;
	position: relative;
	color: #fff;
	padding: 5px 0;
}
a.btn01:hover {
	text-decoration: none;
	background-color:  rgba(0,151,99,.55);
}

.breadcrumb {
	font-size: 14px; font-size: 1.4rem;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px;
	color: #fff;
	text-align: center;
}
.breadcrumb ul {
	text-align: center;
}
.breadcrumb li {
	list-style: none;
	display: inline;
}
.breadcrumb a {
	color: #fff;
}
.breadcrumb a:hover {
	color: #98ffe0;
}

/* table */
.table01 {
	margin-bottom: 25px;
	width: 100%;
}
.table01 th {
	border-bottom: 2px solid #fff;
	font-weight: normal;
	padding: 10px 10px 10px 15px;
	text-align: left;
	vertical-align: top;
	background-color: #eaeaea;
	text-align: center;
}
.table01 td {
	border-bottom: 2px solid #eaeaea;
	padding: 10px 10px 10px 15px;
}

/* sitemap */
.listSitemap {
	list-style: none;
}
.listSitemap li {
	border-bottom: 1px solid #baa892;
	width: 710px;
	clear: both;
	padding: 10px;
	overflow: hidden;
}
.listSitemap li.lv2 {
	float: left;
}
.listSitemap ul {
	width: 500px;
	clear: both;
	overflow: hidden;
	float: right;
	list-style: none;
}
.listSitemap ul li {
	border-bottom: none;
	list-style: none;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
}

/* form */
input, textarea, select {
	font-size: 16px; font-size: 1.6rem;
}
input, textarea, select {
	padding: 0.5em;
	vertical-align: middle;
}


/* list */
.ulList01 {
	margin-left: 1.7em;
	margin-bottom: 2em;
	list-style: disc;
}
.ulList01 li {
	margin-bottom: 10px;
}

dl.dlInfo01 {
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 10px;
}
dl.dlInfo01 dt {
	float: left;
	padding: 5px 0;
	width: 10em;
}
dl.dlInfo01 dd {
	padding: 5px 10px 5px 0;
}
dl.dlInfo01 dd a,
dl.dlInfo01 dd a:visited,
dl.dlInfo01 dd a:active {
	color: #000000;
	text-decoration: underline;
}
dl.dlInfo01 a:hover {
	color: #999999;
	text-decoration: none;
}

/* etc */
.marB0 {margin-bottom: 0!important;}
.marB5 {margin-bottom: 5px!important;}
.marB10 {margin-bottom: 10px!important;}
.marB20 {margin-bottom: 20px!important;}
.marB30 {margin-bottom: 30px!important;}
.marB40 {margin-bottom: 40px!important;}
.marB50 {margin-bottom: 50px!important;}
.marB80 {margin-bottom: 80px!important;}
.marT0 {margin-top: 0!important;}
.marT5 {margin-top: 5px!important;}
.marT10 {margin-top: 10px!important;}
.marT20 {margin-top: 20px!important;}
.marT30 {margin-top: 30px!important;}
.marT40 {margin-top: 40px!important;}
.marT50 {margin-top: 50px!important;}
.marT80 {margin-top: 80px!important;}

.center {
	text-align: center!important;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

figure img {
	margin-bottom: 10px;
}
figure figcaption span {
	font-size: 18px; font-size: 1.8rem;
}

.imgRight {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}
.imgLeft {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}
.imgCenetr {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}

.red {
	color: #C00;
}

.txtS {font-size: 13px; font-size: 1.3rem;}
.txtL {font-size: 20px; font-size: 2.0rem;}

.nowrap {
	white-space: nowrap;
}

iframe[src^="http://www.youtube.com/"],
iframe[src^="https://www.youtube.com/"],
iframe[src^="https://www.google.com/maps/"]  {
  max-width: 100%;
}


/*===========================================
Blog Entry
===========================================*/

.entryMeta {
	border-top: 1px dotted #ac9475;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 11px; font-size: 1.1rem;
}

.snsBlock {
	border-top: 1px dotted #D5D5D5;
	border-bottom: 1px dotted #D5D5D5;
	padding: 10px 10px 5px;
	margin-top: 30px;
}

/* Begin Images */
p img {
	padding: 0;
}

/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */



/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0;
	list-style: disc;
	padding-left: 5px;
	margin-bottom: 20px;
}

html>body .entry li {
	margin: 5px 0 6px 20px;
	padding-left: 0.5em;
}

*html body  .entry ul {
	list-style: disc;
	padding-left: 20px;
}

*html body  .entry li {
	margin: 5px 0 8px 10px;
	height: 1%;
}

.entry ul li:before, #sidebar ul ul li:before {
}

.entry ol {
	padding: 0 0 0 25px;
	margin: 0;
	zoom : 1;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.entry p {
	margin-bottom: 5px;
	padding: 5px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
ol ul li  {
	list-style: disc;
}
/* End Entry Lists */

.entry {
	margin-bottom: 10px;
	overflow: hidden;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
/*	text-align: justify; */
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	display:none;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0 auto;
	width: 185px;
	padding: 10px;
	background-color: #AE1E22;
	font-size: 11px; font-size: 1.1rem;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	color: #FF0;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar table {
	width: 100%;
	color: #fff;
}
#wp-calendar th {
	text-align: center;
	color: #fff;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
}
/* End Calendar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #BFA990;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}


hr.dottedLine {
	visibility: visible;
	border: 1px dotted #ccc;
	height: 1px;
	margin: 10px 0 20px 0;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #e9e9e9;
	text-align: center;
	background-color: #F4F4F4;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 20px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.entry .alignleft {
	margin-right: 20px;
}
.entry .alignright {
	margin-left: 20px;
}

.wp-caption p.wp-caption-text {
	font-size: 11px; font-size: 1.1rem;
	line-height: 17px;
	padding: 5px;
	margin: 0!important;
	text-align: center;
	color: #333;
}
/* End captions */

/* WP_page_numbers */
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: #ffffff;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

#wp_page_numbers {
	margin-top: 10px;
	width: 100%;
	background: #ffffff;
}
#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	color: #333333;
	font-family: Arial;
	font-size: 12px; font-size: 1.2rem;
	border: 1px solid #dddddd;
	margin-right: 5px;
}

#wp_page_numbers li a:hover {
	color: #000000;
	background-color: #ececec;
}

#wp_page_numbers li.space {
	font-size: 12px; font-size: 1.2rem;
	font-family: Arial;
	color: #333333;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	color: #333333;
	background: #d8d8d8;

}
#wp_page_numbers li.active_page a:hover  {
	color: #000000; /* IE fix */
}

#wp_page_numbers li.page_info {
	float: left;
	font-size: 11px; font-size: 1.1rem;
	font-family: Arial;
	color: #333333;
	display: block;
	padding: 3px;
	padding-right: 5px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

@media only screen and (max-width: 1024px) {
/* For 1024px or less */
.masthead {display: none;}
.mainSp,.spMain {display: block;}
}

@media only screen and (max-width: 600px) {
/* For 600px or less */
body,html{
	min-width: auto;
}
/* etc */
.spMarB0 {margin-bottom: 0!important;}
.spMarB5 {margin-bottom: 5px!important;}
.spMarB10 {margin-bottom: 10px!important;}
.spMarB20 {margin-bottom: 20px!important;}
.spMarB30 {margin-bottom: 30px!important;}
.spMarB40 {margin-bottom: 40px!important;}
.spMarB50 {margin-bottom: 50px!important;}
.spMarB80 {margin-bottom: 80px!important;}
.spMarT0 {margin-top: 0!important;}
.spMarT5 {margin-top: 5px!important;}
.spMarT10 {margin-top: 10px!important;}
.spMarT20 {margin-top: 20px!important;}
.spMarT30 {margin-top: 30px!important;}
.spMarT40 {margin-top: 40px!important;}
.spMarT50 {margin-top: 50px!important;}
.spMarT80 {margin-top: 80px!important;}

.spPadB0 {padding-bottom: 0!important;}
.spPadB5 {padding-bottom: 5px!important;}
.spPadB10 {padding-bottom: 10px!important;}
.spPadB20 {padding-bottom: 20px!important;}
.spPadB30 {padding-bottom: 30px!important;}
.spPadB40 {padding-bottom: 40px!important;}
.spPadB50 {padding-bottom: 50px!important;}
.spPadB80 {padding-bottom: 80px!important;}
.spPadT0 {padding-top: 0!important;}
.spPadT5 {padding-top: 5px!important;}
.spPadT10 {padding-top: 10px!important;}
.spPadT20 {padding-top: 20px!important;}
.spPadT30 {padding-top: 30px!important;}
.spPadT40 {padding-top: 40px!important;}
.spPadT50 {padding-top: 50px!important;}
.spPadT80 {padding-top: 80px!important;}

#headerGlobal {
  width: 100%;
  height: 60px;
  padding: 12px 15px;
  margin: 0 auto 15px;
  position: fixed;
  z-index: 99;
  background-color: #fff;
  top: 0;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
}

.sectionInner {
    width: 100%;
}
.headLv2 {
    font-size: 34px; font-size: 3.4rem;
}
.leadTxt {
    font-size: 24px; font-size: 2.4rem;
}
.leadTxt02 {
    font-size: 20px; font-size: 2.0rem;
}
.naviThree li {
    width: 100%;
    margin: 0 0 10px;
}
.colWrapper {
  width: 100%;
  margin: 30px 0 0;
}

.footer {
  width: 100%;
}

.logo img {
	width: 120px;
	top: 22px;
}

#main {
    padding-top: 50px;
}

.mean-nav .mask {
	background: rgba(0,0,0,.6);
	top: 58px;
	left: 0;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100vh;
	opacity: 1;
	display: none;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.col2 {
	width: 100%;
	margin-bottom: 5em;
}
.col3List {
	width: 100%;
}
.col3List li {
	width: 100%;
	padding: 2% 5%;
}
.col3List li img {
	width: 50px;
}
.col3,
.osawamindMenu .col3,
.ourserviceMenu .col3 {
	display: block;
	width: 100%;
	padding: 0 0 15% 0;
}
.ourserviceMenu .col3 {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding: 0 5%;
	margin-bottom: 2em;
}
.ourserviceMenu .col3:nth-child(1),
.ourserviceMenu .col3:nth-child(3) {
    border-left: 1px solid #999;
	padding: 0 5%;
}
.osawamindMenu .col3 img,
.ourserviceMenu .col3 img{
    width: 100%;
    height: auto;
}

.mokutekiBg .col3List li {
	width: 92%;
	margin: 2% 4%;
}

.solutionBg .col3 {
    width: 300px;
    margin: 0 auto 2em;
    height: 300px;
}

.section.newsBg {
	width: 100%;
	min-width: auto;
}
.newsBg .newsTxtLeft,
.newsBg .newsTxtRight{
    width: 100%;
    height: auto;
    display: block;
}
.newsBg .newsImgRight,
.newsBg .newsImgLeft{
	display: none;
}
.newsBg .newsTxtLeft .newsTxtInner,
.newsBg .newsTxtRight .newsTxtInner{
	width: 90%;
    float: none;
    margin: 5% auto;
}

#articleInner {
    width: 100%;
    padding: 30px 20px;
}

#footerGlobal {
    width: 100%;
}
.footerLogoImg {
	text-align: center;
}
.footerLogo {
    float: none;
}
.footerLogoImg img {
    width: 120px;
}
.footer ul#ulFooter {
    margin-bottom: 20px;
    margin-top: 20px;
	float: none;
    text-align: center;
}
.footer ul#ulFooter li {
    float: none;
    display: inline-block;
}
.footer ul#ulFooter li a {
	font-size: 14px; font-size: 1.4rem;
    padding: 10px 5px;
}
p#copyright {
    text-align: left;
}

}