@charset "UTF-8";

/*===================================
　PCここから
===================================*/
@media (min-width: 799px){
/* common setting */
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    overflow: hidden;
    z-index: 101;
}
.popup_inner {
    padding: 20px;
    text-align: center;
}
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: 100;
}

.data a {
    text-decoration: underline;
}

nav{
	text-align: center;
}
.aboutusNav{
	display: inline-block;
	margin: 0px auto 66px;
	justify-content: space-evenly;
}
.aboutusNav li {
    display: inline;
    border-right: solid 1px #000;
    padding: 0 12px 0 18px;
}
.aboutusNav li:last-child{
    border: none;
}

.aboutusLink{
	display: inline-block;
	margin: 55px auto 0px;
	justify-content: space-evenly;
}
.aboutusLink li {
    display: inline;
    padding: 0 30px 0 18px;
}
.aboutusLink li > a {
    padding-top: 2px;
    padding-right: 20px;
    background: url(../img/okawa_arrow_right.png) right 50% no-repeat;
    background-size: auto 18px;
}
[tabindex="-1"]:focus {
  outline: 0;
}
 
/* individual setting */
#popupHon {
    width: 550px;
    padding-bottom: 19px;
}

#popupEigyo {
    width: 550px;
    padding-bottom: 35px;
}

.mapImageHon {
    width: 512px;
    height: 280px;
    margin: auto;
    margin-top: 85px;
    margin-bottom: 17px;
    background-size: cover;
    background-repeat: no-repeat;
    background: url(https://maps.googleapis.com/maps/api/staticmap?zoom=16&size=522x280&style=feature:all|saturation:-100|visibility:simplified|lightness:22&markers=icon:http://dev.ohkawa-inc.co.jp/wp-content/uploads/2017/11/okawa_map_icon-e1509484330947.png%7C%E6%A8%AA%E6%B5%9C%E5%B8%82%E6%88%B8%E5%A1%9A%E5%8C%BA%E4%B8%8A%E7%9F%A2%E9%83%A8%E7%94%BA+2053&key=AIzaSyAIyPgTaWAdghYUzamzhU1_EufD4TvQo3o);
}
.mapImageEig {
    width: 512px;
    height: 280px;
    margin: auto;
    margin-top: 85px;
    margin-bottom: 17px;
    background-size: cover;
    background-repeat: no-repeat;
    background: url(https://maps.googleapis.com/maps/api/staticmap?zoom=16&size=522x280&style=feature:all|saturation:-100|visibility:simplified|lightness:22&markers=icon:http://dev.ohkawa-inc.co.jp/wp-content/uploads/2017/11/okawa_map_icon-e1509484330947.png%7C%E6%A8%AA%E6%B5%9C%E5%B8%82%E8%A5%BF%E5%8C%BA%E9%AB%98%E5%B3%B62-14-12&key=AIzaSyAIyPgTaWAdghYUzamzhU1_EufD4TvQo3o);
}
.popup_inner .popup_tit {
    display: inline-block;
    width: 73%;
    text-align: left;
    padding: 22px 0 11px;
    background: url(../img/okawa_title_icon2.png) left top repeat-x;
    background-size: auto 11px;
    border-bottom: solid 1px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
}

.popup_inner .popup_tit .jaTxt {
	font-weight: bold;
    font-size: 14px;
    padding-right: 10px;
    border-right: solid 1px;
}
.popup_inner .popup_tit .enTxt {
	font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-left: 13px;
}

.popup_inner p {
	text-align: left;
    font-size: 11.5px;
    width: 73%;
    line-height: 17px;
    display: inline-block;
}

.popup_inner p a {
	padding-right: 85px;
	background: url(../img/okawa_arrow_bl.png) right center no-repeat;
	background-size: 70px auto;
}

.google_map_btn {
    margin-top: 22px;
}

.oneContent .contsList li.honshaBg {
    background: url('../img/honsha.jpg');
    background-size: cover;
}
.oneContent .contsList li.eigyoBg {
    background: url('../img/eigyosho.jpg');
    background-size: cover;
}

/*  アイコン
===================================*/
.awardMark .gpn{
    background: url(../img/gpn_logo.png) right 8px top 17px no-repeat;
    background-size: auto 50px;
}
.certificationMark .pism{
    background: url(../img/green_printing_labels/Pism.png) right 26px top no-repeat;
    background-size: auto 50px;
}
.certificationMark .greenprinting{
    background: url(../img/green_printing_labels/GreenPrinting.png) right 20px top no-repeat;
    background-size: auto 40px;
}
.certificationMark .yokohama{
    background: url(../img/green_printing_labels/Yokohama.png) right 20px top no-repeat;
    background-size: auto 65px;
}
.certificationMark .iso{
    background: url(../img/iso_logo.png) right 20px top no-repeat;
    background-size: auto 50px;
    height: 66px;
}
.certificationMark .fsc_coc{
    background: url(../img/fsc_coc_logo.png) right 20px top no-repeat;
    background-size: auto 65px;
}
/*  titDescBlock
===================================*/
.titDescBlock{
	text-align: center;;
	margin: 48px auto 100px;
}
.titDescBlock>.descTit{
	font-size: 29px;;
	line-height: 1.7;
}
.titDescBlock>.txt{
	margin-top: 27px;
	font-size: 14px;
	line-height: 2;
}

.visionImage {
    width: 81%;
    margin-top: 46px;
    height: auto;
}

.hidden {
    display: none;
}
.visible {
    opacity: 1;
}

}

