@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 700;
	src: url(/fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format('opentype');
	font-display: swap;
}






/*a[href^="tel:"] { cursor: default; color:#414242;font-size:13px;}*/


#menu-wrap-sub-sp,
#menu-wrap-sub-pc {
	position: fixed;
	top: 112px;
	left: 0;
	width: 100%;
	background: #0b5fa8; /* Old browsers */
	background: -moz-linear-gradient(top, #0b5fa8 0%, #0b5fa8 0%, #0f204f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0b5fa8 0%,#0b5fa8 0%,#0f204f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0b5fa8 0%,#0b5fa8 0%,#0f204f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b5fa8', endColorstr='#0f204f',GradientType=0 ); /* IE6-9 */
	transition: .3s;
	z-index:500;
    box-shadow: 0 3px 5px rgba(0, 79, 153, 0.14);
}

#menu-wrap-sub-sp {
	top: 45px;
}

#menu-sub {
	list-style-type: none;
	width: 100%;
	margin: 0px auto;
	padding: 0;
}

#menu-sub li {
	float: left;
	margin: 0;
	padding: 0 20px;
	text-align: center;
}

#menu-sub li.current {
	border-bottom: 5px solid #368fef;
}
#menu-sub li a {
	display: block;
	width : 100%;
	padding: 10px 0;
	color: #fff;
	font-size: 14px;
	line-height: 2;
	text-decoration: none;
	transition: .3s;
	height:25px;
}

#menu-sub li h1 a {
	margin-top:-10px;
}

#menu-sub li a h1 {
	font-size: 14px;
}

#menu-sub li.title,
#menu-sub li.title:hover {
	display: block;
	padding: 10px 20px 15px 20px;
	color: #fff;
	font-size: 14px;
	line-height: 2;
	text-decoration: none;
	transition: .3s;
	height:25px;
	background: #0b5fa8; /* Old browsers */
	background: -moz-linear-gradient(top, #0b5fa8 0%, #3f85c1 0%, #0f43aa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0b5fa8 0%,#3f85c1 0%,#0f43aa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0b5fa8 0%,#3f85c1 0%,#0f43aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b5fa8', endColorstr='#0f43aa',GradientType=0 ); /* IE6-9 */
	border-bottom: none;
	margin-right: 30px;
}

#menu-sub li:hover {
	border-bottom: 5px solid white;
}

div.pan {
	width: 100%;
	background: white;
}

#menu-wrap-sub-sp {
	display:none;
}




#company div.top-contents {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 112px;
	background: #004f99;
	overflow:hidden;
}

#company div.top-contents > div.blue_back {
	position:absolute;
	top:0;
	width:100%;
	height: 700px;
	background: -moz-linear-gradient(left, rgba(0,79,153,0) 40%, rgba(0,79,153,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,79,153,0) 40%,rgba(0,79,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,79,153,0) 40%,rgba(0,79,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00004f99', endColorstr='#004f99',GradientType=1 ); /* IE6-9 */
}


#company div.top-contents div.photo {
	width: 100%;
	overflow:hidden;
}

#company div.top-contents div.photo img {
    width: 100%;
    float: none;
    z-index: 0;
    object-fit: cover;
    font-family:'object-fit: cover;';
    opacity: 0.8;
}

#order_knit_factory div.top-contents div.photo img.h600 {
	height:600px;
	opacity: 1;
}


.okf-area_top-text {
	margin-bottom: 60px; 
    /* font-weight: bold; */
    color: #414242;
    margin: 0 auto 60px;
    max-width: 1000px;
    padding: 20px 0;
	text-align: center;
}

.mask-list {
	margin: 0 35% 60px;
    max-width: 1000px;
	color: #7d625b;
	}

.mask-list li {
	font-size: 20px;
    font-weight: 500;
	padding: 5px;
}

.mask-list span {
	margin: 0 0 0 20%;
}

#company div.top-contents div.copy {
	position: absolute;
	top:40%;
	right: 0;
	left: 0;
}

#company div.top-contents div.message-copy {
	top:30%;
	left:50%;
	width:50%;
}

#company div.top-contents div.message-copy p.message {
	color:white;
	font-size:22px;
	text-align:center;
	font-family: 'Noto Serif Japanese', serif, sans-serif;
	line-height:1.5;
}

#company div.top-contents div.two-line {
	top:35%;
}

#company div.top-contents div.copy h2 {
    font-family: 'Noto Serif Japanese', serif, sans-serif;
    -ms-font-feature-settings: "normal";
	text-shadow: 0px 2px 15px rgb(12, 46, 78);
	color: white;
	font-size: 50px;
	line-height:1.5;
}

@media all and (-ms-high-contrast: none){
  #company div.top-contents div.copy h2 {
    font-weight: 900; /* IE10以上 */
  }
}

#company div.top-contents div.copy h2 span {
	font-size:20px;
	font-weight:700;
	text-shadow: 0px 2px 15px rgb(12, 46, 78);
}

#company div.top-contents div.copy h2 span.maru {
	padding-left:10px;
	font-family: 'Noto Serif Japanese', serif, sans-serif;
	font-size:50px;
	font-weight:300;
}

#company div.top-contents div.copy div {
	width: 260px;
	margin: 0 auto;
}

#company div.top-contents div.copy div p.white_b {
	width: 200px;
}


div.merit {
	position: relative;
	width: 100%;
	height: 750px;
	padding: 50px 0;
	clear: both;
	float: none;
	font-size: 16px;
	overflow:hidden;
}

div.introtext {
	width: 100%;
	text-align: center;
	padding: 50px 0;
}

div.sp {
	display:none;
}

div.introtext > p {
	width:1000px;
	margin:0 auto;
}

#company div.jirei {
	width: 100%;
	height: 420px;
	background: #823838;
	padding: 50px 0;
	font-size: 16px;
	margin-bottom: 10px;
}

div.user_support h3,
div.merit > h3,
#company div.jirei h3 {
	font-size: 25px;
	font-weight: 500;
	color: white;
	text-align: center;
}

div.jirei-box {
	width: 1000px;
	margin: 40px auto;
}

div.jirei-box div.photo {
	width:50%;
	float: left;
}

div.jirei-box div.photo img {
	width: 100%;
}

div.jirei-box div.text {
	width: 45%;
	float: right;
	color: white;
}

div.jirei-box div.text p.name {
	font-size: 20px;
	font-weight: 500;
}

div.merit img.knit {
	position: absolute;
	top:80px;
	right:0;
	opacity: 0.15;
}

div.merit img.design {
	position: absolute;
	opacity: 0.5;
}

div.merit img.back01 {
	position: absolute;
	right: 50%;
}

div.merit img.back02 {
	position: absolute;
	left: 50%;
}

div.merit img.back03 {
	position: absolute;
	right: 0px;
}

div.merit img.back04 {
	position: absolute;
    width: 100%;
    object-fit: cover;
    height: 300px;
}

div.merit-box-r {
	position: absolute;
	top: 50px;
	left:55%;
	width:45%;
	color: white;
	line-height: 1.8;
}

div.merit-box-l h3,
div.merit-box-r h3 {
	font-size: 25px;
	font-weight: 500;
	color: white;
}

div.merit-box-l p.title,
div.merit-box-r p.title {
	width: 180px;
	background: white;
	border-radius: 20px;
	padding: 7px;
	margin: 30px 0 10px 0;
	float: none;
	text-align: center;
	font-size: 18px;
}

div.merit-box-l p.title span,
div.merit-box-r p.title span {
	font-weight: 500;
}

div.merit-list {
	margin: 50px 0 0 30px;
}

div.merit-list p {
	margin-bottom: 25px;
	font-size: 22px;
}

div.merit-list p img {
	margin-right: 20px;
}

div.merit-box-l {
	width:1000px;
	color: white;
	line-height: 1.8;
	margin:0 auto;
}

div.contact div.button-c {
	clear: both;
	float: none;
	width:360px;
	margin: 130px auto;
	text-align: center;
	font-size: 19.2px;
}

div.merit div.button-c {
	clear: both;
	float: none;
	width:360px;
	margin: 130px auto;
	text-align: center;
	font-size: 19.2px;
}

div.merit div.d_b {
	margin-top: 270px;
}

div.merit div.button-r {
	clear: both;
	float: none;
	width:360px;
	margin: 50px 0;
	text-align: center;
	font-size: 19.2px;
}

div.long {
	height: 750px;
}

div.merit-list p.apex_merit {
	position: relative;
	border: 2px solid #bfc0c5;
    width: 140px;
    border-radius: 8px;
    padding: 5px 20px;
    font-size: 18px;
    margin-bottom: 15px;
    background: white;
}

div.merit-list p.apex_merit span {
	position: absolute;
	display: block;
	width: 70px;
	margin-top: -33px;
	right: 20px
}

div.merit-list p.apex_merit span.b {
	color:#004f99;
}

div.merit-list p.apex_merit span.r {
	width:45px;
	color:red;
}

div.merit div.video {
	width: 800px;
	margin: 0 auto;
}

div.h_v {
	height: 500px;
}

div.user_support {
	width:100%;
	text-align: center;
	padding: 20px 0;
	background: #004c7a;
}

div.service {
	width: 100%;
	background: #105a89; /* Old browsers */
background: -moz-linear-gradient(top, #105a89 0%, #5289a8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #105a89 0%,#5289a8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #105a89 0%,#5289a8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105a89', endColorstr='#5289a8',GradientType=0 ); /* IE6-9 */
	color: white;
	padding: 50px 0;
}


div.service h3 {
	color: white;
	margin-bottom: 20px;
	font-size: 19.2px;
}

span.subtitle {
	font-size: 160%;
	font-weight:700;
}

div.service div.service-box div.text {
	width:30%;
	margin-left: 20%;
	float: left;
}

div.service div.service-box div.text > p {
	font-size: 16px;
}

div.service div.service-box div.photo {
	width: 25%;
	margin-right: 20%;
	float: right;
}

div.service div.service-box div.photo img {
	width:100%;
}



div.ssos {
	clear: both;
	float: none;
	background: #6695b3; /* Old browsers */
background: -moz-linear-gradient(top, #6695b3 0%, #a3c0d0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #6695b3 0%,#a3c0d0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #6695b3 0%,#a3c0d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6695b3', endColorstr='#a3c0d0',GradientType=0 ); /* IE6-9 */
	color: white;
}

div.ssos_box {
	width: 50%;
	float:right;
}

div.ssos_box div {
	margin: 30px 0;
}

div.ssos_box div p.logo {
	position: relative;
}

div.ssos_box div p.logo i.large {
	position: absolute;
    top: 35%;
    font-size: 150%;
}


div.ssos_box div p.text {
    font-size: 16px;
    margin-top: 10px;
}

div.ssos div.ssos_box h3 {
	font-size: 25px;
	font-weight: 500;
	color: white;
	font-size: 19.6px;
}

div.ssos {
	position: relative;
	clear: both;
	float: none;
	height: 600px;
	margin-bottom: 50px;
	padding: 50px 0 30px 0;
}

div.ssos div.ssos_box{
    width: 35%;
    position: absolute;
    top: 80px;
    right: 0;
}

div.ssos div.ssos_box2 {
    width: 64%;
    position: absolute;
    top: 50px;
    left: 0;
}

div.ssos div.ssos_box2 > img {
	position: absolute;
    right: 0;
    float: none;
    z-index: 0;
    object-fit: cover;
}

div.ssos div.ssos_box div p a:hover img {
	margin-right: 5px;
}

div.ssos div.ssos_box div p a:hover .blue {
	margin-left: 15px;
}

.white {
	color:white;
	margin-left: 10px;
}

div.contact {
	width: 100%;
	text-align: center;
	margin:50px 0;
	font-size: 16px;
}


div.contact div.button-c {
	clear: both;
	float: none;
	width:360px;
	margin: 50px auto;
	text-align: center;
	font-size: 19.2px;
}

div.contact > p {
	padding: 0 20px;
}



#video {
  display: none;
}




div.button_list_box {
	width: 1000px;
	margin: 30px auto 50px auto;
	float:none;
}

div.button_list {
	clear: both;
	float: none;
}

div.button_list_box div.icon {
	width: 25%;
	text-align: center;
	float: left;
	padding: 0;
	margin: 50px 0;
}

div.button_list_box div.icon div.icon_box {
    width: 80px;
    margin: 0 auto 20px auto;
}

div.circle {
    width: 80px;
    height: 60px;
    margin: 0 auto 20px auto;
    background: white;
    box-shadow: 0 3px 15px rgba(0, 79, 153, 0.4);
    border-radius: 40px;
    padding-top: 20px;
    font-size: 190%;
    color: #004f99;
    text-align:center;
}

div.button_list_box div.icon a:hover div.circle {
	background:#004f99;
	color: white;
}

div.button_list_box div.icon a p {
	color: #414242;
	font-size: 14px;
}

div.button_list_box div.icon a:hover p {
	color: #368fef;
}

div.half-box-l,
div.half-box-r {
	width:100%;
	position: relative;
	clear: both;
	float: none;
	height:450px;
	font-size: 16px;
	margin-bottom: 7px;
}

div.half-box-r div.right{
	width:50%;
	float:right;
}

div.half-box-l div.left{
	width:50%;
	float:left;
}

div.half-box-r div.right > img,
div.half-box-l div.left > img{
	position: absolute;
    width: 50%;
    float: none;
    z-index: 0;
    object-fit: cover;
    height: 450px;
    object-position: 65% 0;
}

div.half-box-l .object-fit-img,
div.half-box-r .object-fit-img {
  object-fit: cover;
  object-position: 75% 0;
  font-family: 'object-fit: cover; object-position: 75% 0;'
}

div.half-box-r div.left{
	width:50%;
	float:left;
	line-height: 1.8;
	position:relative;
}

div.half-box-r div.left > div {
	position:absolute;
	width:320px;
	top:50px;
	right:10%;
}

div.half-box-l div.right{
	width:50%;
	float:right;
	line-height: 1.8;
	position:relative;
}

div.half-box-l div.right > div {
	position:absolute;
	width:80%;
	top:50px;
	right:10%;
}

div.half-box-r div.left h2,
div.half-box-l div.right h2{
	font-size: 25px;
    font-weight: 700;
    color:#414242;
}

div.half-box-r div.left > div div.button-l,
div.half-box-l div.right > div div.button-l{
	width:160px;
}

div.half-box-r div.left > div > p,
div.half-box-l div.right > div  > p {
	padding-top:10px;
}


div.half-box-r div.left > div div.button-l p.white_b,
div.half-box-l div.right > div div.button-l p.white_b{
	width:120px;
	font-size:14px;
	height: 22px;
	padding: 8px 20px 12px 20px;
}

#company div.introtext span {
	color: #004f99;
    font-size: 200%;
    font-weight: 700;
}

div.menu-area {
	background:#f0f0fa;
	float:none;
	clear:both;
}

div.menu-box {
	width:1000px;
	margin:0 auto;
	padding:50px 0;
}


div.four-column div.menu {
	width:23%;
}

div.three-column div.menu {
	width:31%;
	height:350px;
}

div.two-column div.menu {
	width:47%;
	height:350px;
}

div.menu img {
	width:100%;
	height:100px;
	object-fit:cover;
	font-family:'object-fit:cover;';
	border-top: 7px solid #004f99;
}

div.two-column div.menu img,
div.three-column div.menu img{
	height:150px;
}

div.menu h2 {
	text-align:center;
	margin:15px 0 7px 0;
	padding:0 10px;
}

div.menu h2 a {
	font-size:20px;
	line-height:1.2;
}

div.menu ul li {
	list-style:circle;
	color:gray;
	font-size:12px;
	padding:2px 0 0 0;
	margin-left:30px;
}

div.menu p {
	padding:0 15px;
	font-size:13px;
	line-height:1.5;
}

div.message-area {
	width:1000px;
	margin:20px auto 150px auto;
	float:none;
	overflow:hidden;
}

div.message-area img {
	width:20%;
	float:left;
	overflow:hidden;
	object-fit:cover;
	font-family:'object-fit:cover;';
}

div.message {
	width:75%;
	float:right;
}

div.message h3 {
	font-size:25px;
	font-weight:700;
	margin-bottom:20px;
	line-height:1.5;
	font-family: 'Noto Serif Japanese', serif, sans-serif;
    color: #004f99;
}

div.message h3 p {
	text-align:right;
	font-size:20px;
	margin:20px 0 30px 0;
	font-weight:600;
	color:#414242;
}

div.message > p {
	margin-bottom:20px;
}

div.area,
div.stakeholder-area,
div.environmental-area,
div.governance-area {
	width:100%;
	margin:50px 0 100px 0;
	clear:both;
}

div.area {
	position:relative;
}

div.h-innovation {
	min-height:150px;
}

div.box,
div.stakeholder,
div.environmental,
div.governance {
	width:1000px;
	margin:0 auto;
	float:none;
	clear:both;
}

div.box p.detail {
	padding: 10px 20px;
    background: #f0f0fa;
    border: 2px solid #b8b8c5;
    margin-bottom: 20px;
}

div.box div.table {
	margin-bottom: 50px;
	width:100%;
	border-collapse:collapse;
}

div.box div.table div.table-box {
	width:100%;
	background: #f9f9f9;
	border-bottom: 1px solid #a3abb9;
	overflow:hidden;
}

div.box div.table div.table-box:nth-child(odd) {
	background: #f2f2f3;
}

div.box div.table div.table-box div {
	padding:10px 3%;
	margin:0;
	float:left;
}

div.box div.table div.table-box div.left01 {
	width:14%;
}

div.box div.table div.table-box div.right01 {
	width:74%;
}

div.box div.table div.table-box div.left02 {
	width:16%;
}

div.box div.table div.table-box div.middle02 {
	width:14%;
}

div.box div.table div.table-box div.right02 {
	width:52%;
}

div.box div.table div.table-box div.left03 {
	width:24%;
}

div.box div.table div.table-box div.middle03 {
	width:14%;
}

div.box div.table div.table-box div.right03 {
	width:44%;
}

div.box div.table div.table-box div.th {
	font-weight:600;
	padding-bottom:8px;
}



div.profile {
	margin-bottom:100px;
}

div.button-box {
	width:360px;
	margin:0 auto;
	text-align:center;
}

div.area div.next-arrow {
	position:relative;
	top:60px;
	left:0;
	width:75%;
	height:4px;
	background:#f0f0fa;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(240,240,250,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(240,240,250,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(240,240,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0f0fa',GradientType=1 ); /* IE6-9 */
}

div.area div.next-arrow::before {
	position:absolute;
	content:"";
	right:3px;
	top:-12px;
	width:24px;
	height:24px;
	border-top:4px solid #f0f0fa;
	border-right:4px solid #f0f0fa;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}

div.box h3,
div.stakeholder h3,
div.environmental h3,
div.governance h3 {
	font-size:30px;
	text-align:center;
	margin:0 auto 40px auto;
}


div.profile h3{
	margin-bottom:30px;
}

div.box h3.message {
	margin-bottom:30px;
	text-align:left;
	font-family: 'Noto Serif Japanese', serif, sans-serif;
    font-weight: 600;
    text-shadow: 0 0 2px #e1eff2;
    line-height: 1.4;
}

div.box p.message {
	margin-bottom:20px;
	line-height:1.8;
}


div.area img.nakuteha {
	position:absolute;
	top:0;
	width:100%;
	height:650px;
	object-fit:cover;
	object-position: 65% 20%;
	font-family:'object-fit:cover; object-position: 65% 20%;';
}


div.issue {
	width:100%;
	margin:0 auto 120px auto;
	float:none;
	overflow:hidden;
}

div.mokuji {
	width:100%;
	margin-bottom:100px;
}

div.mokuji p{
	text-align:center;
	margin:20px 0;
	float:none;
}

div.mokuji p a{
	font-size:20px;
}

div.issue h4 {
	font-size:22px;
	font-weight:700;
	text-align:center;
	margin-bottom:20px;
}

div.issue img.map {
	margin-top:50px;
	width:100%;
}

div.issue ul {
	margin:20px 0;
}

div#sdgs div.issue ul {
	margin-top:5px;
}

div#sdgs div.issue > p {
	margin-bottom:20px;
}

div.issue ul li {
	list-style-type: circle;
    padding-bottom: 10px;
    list-style-position: inside;
    line-height: 1.5;
}

div.issue > div {
	margin:10px 0;
}

div.issue > div.peke-left {
	position:absolute;
	left:32%;
	top:40px;
	font-size:35px;
	text-align:center;
	color: #4c83b7;
}

div.issue > div.peke-right {
	position:absolute;
	right:33%;
	top:40px;
	font-size:35px;
	text-align:center;
	color: #4c83b7;
}

div.issue > div.sdgs-box {
	width:29%;
	padding:20px 2%;
	text-align:center;
	float:left;
}

div.issue > div.sdgs-box img {
	width:100%;
}

div.issue > div.sdgs-box ul {
	text-align:left;
}

div.issue > div.sdgs-box p.arrow {
	position: relative;
    width: 50%;
    height: 20px;
    border-right: 8px solid #4c83b7;
    box-sizing: border-box;
    margin-bottom: 30px;
    float:none;
}

div.issue > div.sdgs-box p.arrow:after {
    content: "";
    position: absolute;
    bottom: -14px;
    right: -18px;
    border-top: 14px solid #4c83b7;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}

div.issue div div.pic,
div.issue > div.pic {
	float:left;
	width:45%;
}

div.issue div div.pic img,
div.issue > div.pic img {
	width:100%;
}

div#sdgs div.issue > div.pic img {
	width:130px;
	float:left;
	margin: 0 10px 10px 0;
}

div.issue div div.pic p,
div.issue > div.pic p {
	color: gray;
    font-size: 12px;
    margin-top: 5px;
}

div.issue div div.text,
div.issue > div.text {
	float:right;
	width:50%;
}


div.issue div div.text,
div.issue div div.pic {
	margin-top:20px;
}

div.issue > div h5 {
	font-size:15px;
	font-weight:700;
	margin:5px 0;
	color: #004f99;
}

div.issue > div p {
	margin-bottom:20px;
	text-align:left;
}

div.issue > div p.sub-t {
	font-size:16px;
	margin:0;
	font-weight:500;
	color:#004f99;
}

div.issue > div p.indent {
	text-indent: -42px;
    padding-left: 42px;
}

div.issue > div p.title {
	margin:30px 0;
	text-align:center;
	font-weight:700;
	font-size:20px;
	line-height:1.3;
}

div.issue > div p.title span {
	color:gray;
	font-size:13px;
	padding-top:5px;
}

div.issue > div p.kakomi {
	border: 5px solid #f0f0fa;
    padding: 5px;
    border-radius: 20px;
}

div.issue > div ul li{
	padding-bottom: 5px;
	list-style: circle;
	margin-left:30px;
}

div.issue > div ul li label.b-title{
	color:#368fef;
}

div.issue > div ul li label.b-title:hover{
	text-decoration:underline;
}

div.issue > div ul li.none{
	list-style-type: none;
	font-weight:700;
	font-size:15px;
	margin:20px 0 0 0;
}

div.issue > div ul.num > li,
ul li.num {
	list-style-type: decimal;
	padding-left: 5px;
	color:#004f99;
	font-weight:700;
	margin:5px 0 10px 30px;
}

div.issue > div ul li ul.num > li,
ul li ul li.num {
	color:#9fb0c1;
	font-weight: 500;
	margin:2px 0 0 30px;
	padding-bottom:0px;
}

div.issue > div ul li.none ul.num > li {
	color:#004f99;
}

div.issue > div ul.num li span,
ul.num li span {
	color:#414242;
}

div.issue > div ul li ul {
	margin:10px 0;
}

div.issue > div ul li ul.num li span{
	color:#4d4f52;
	font-size:13px;
}

div.issue > div ul li ul.num li span.b{
	color:#414242;
	font-weight:700;
}

div.issue > div ul li ul li p{
	margin-bottom:10px;
	overflow:hidden;
}

div.issue > div ul li.none p.aisozoki{
	width:80px;
	float:left;
	color:#004f99;
	font-weight:700;
}

div.issue > div ul.num li span.bold,
li.num span.bold {
	color:#414242;
	font-weight:700;
}

div.issue > div ul li a{
	color: #368fef;
}

div.issue > div ul li a:hover{
	text-decoration:underline;
}

div.issue div.popupModal7,
div.issue div.popupModal6,
div.issue div.button{
	width:380px;
	margin:0 auto 50px auto;
}

div.issue div.popupModal7 p.blue_b,
div.issue div.popupModal6 p.blue_b,
div.issue div.button p.blue_b{
	width:320px;
	text-align:center;
}

div.modal-content > p {
	margin:10px 0;
}


/* 折り畳み */

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	width: auto;
	margin: -20px auto 50px auto;
}

.cp_box p{
	text-align:center;
	font-weight:600;
	font-size:20px;
}

.cp_box label {
	position: relative;
	display: block;
	height:35px;
	cursor: pointer;
	line-height: 1.8;
	color: #5881ad;
	padding-left:30px;
}
.cp_box label:hover {
	opacity:0.6
}
.cp_box label::after {
	position:absolute;
	font-family: 'FontAwesome';
	content: '▼';
	margin-left:5px;
	top:2px;
	left:0;
}
.cp_box label:hover::after {
	opacity:0.6
}
.cp_box input:checked ~ label::after {
	position:absolute;
	font-family: 'FontAwesome';
	content: '▲';
	margin-left:5px;
	top:2px;
	right:0;
}
.cp_box input:checked ~ label:hover::after {
	opacity:0.6
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	position: relative;
	z-index: 20;
	overflow: hidden;
	height: 0;
	margin-top: -1px;
	transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
	background: rgba(255, 255, 255, 0.5);
}
.cp_box input:checked ~ div {
	transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}
/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
	height: auto;
	margin-bottom:50px;
}

.cp_box input:checked ~ div.cp_container ul li {
    margin: 5px;
    font-size: 13px;
    line-height: 1.3;
        text-indent: -13px;
    padding-left: 13px;
}

.cp_box .cp_container ul li a:hover {
	text-decoration: underline;
}

div.issue > div p.copy {
	font-size: 22px;
    color: #78a4ce;
    margin-bottom:10px;
}

div.issue > div.b50 {
	margin-bottom:100px;
	overflow:hidden
}

div.issue > div.b50 h5{
	margin-bottom:20px;
	border-left:6px solid #004f99;
	border-bottom:1px solid #acccea;
	padding:2px 0 7px 12px;
}

div.issue > div.b50 h6 {
	font-size:15px;
	font-weight:600;
	color:#004f99;
}

div.issue > div.b50 div.cp_box h5{
	border:none;
}

div.issue > div.b50 p.left{
	text-align:left;
}

div.issue > div div p img{
	width:100%;
}


div.issue div.wg-button{
	width:380px;
}


div.issue div.popupModal7 p.blue_b,
div.issue div.popupModal6 p.blue_b,
div.issue div.wg-button p.blue_b{
	width:320px;
	text-align:center;
}

div.introtext div.rinen {
	width:1000px;
	max-width:90%;
	margin:30px auto;
	float:none;
	clear:both;
	padding-top:30px;
	border-top: 1px solid #7ca3c7;
}

div.introtext div.rinen div.word {
	width:30%;
	float:left;
	text-align:center;
	font-size:40px;
	font-family: 'Noto Serif Japanese', serif, sans-serif;
	color: #004f99;
    margin-bottom:20px;
    line-height: 1.2;
    padding: 0 0 10px 0;
    font-weight: 500;
}

div.introtext div.rinen div.description {
	width:65%;
	float:right;
	text-align:left;
	margin-bottom:20px;
}

div.introtext div.table-box {
	width:450px;
	max-width:90%;
	margin:0 auto;
	background:#f2f2f3;
}

div.introtext div.table {
	width:450px;
	max-width:100%;
	margin:0 auto;
	float:none;
	clear:both;
	border-bottom: 2px solid white;
}

div.introtext div.table div.left {
	width:17%;
	float:left;
	font-weight:700;
	color:#004f99;
	padding:5px 5%;
	text-align:left;
	background:#f2f2f3;
	border-top: 2px solid white;
}

div.introtext div.table div.right {
	width:63%;
	text-align:left;
	padding:5px 5%;
	float:left;
	background:#f9f9f9;
	border-top: 2px solid white;
}

div.history-area {
	width:100%;
	position:relative;
	margin-bottom:50px;
	background: #1a1d2b;
}

div.history-message-area {
	padding:50px 0;
	height:700px;
	overflow:hidden;
}

div.history-box {
	width:1000px;
	max-width:100%;
	margin:20px auto;
	padding-top:150px;
	float:none;
	clear:both;
}

div#wg {
	padding-top:190px;
}

div.history-box div.pic {
	width:33%;
	float:left;
	overflow:hidden;
}

div.history-box div.pic img {
	width:100%;
	object-fit:cover;
	font-family:'object-fit:cover;';
}

div.history-box div.line {
	position:relative;
    height: 100%;
    float:left;
    z-index:100;
}

div.history-box div.line div.year {
	position:absolute;
	top:-25px;
	width:100px;
	height:30px;
	text-align:center;
	background:white;
	border-radius:10px;
	padding: 5px 10px 15px 10px;
	margin-left:-50px;
}

div.history-box div.line div.year h3 {
	font-size:30px;
	font-weight:700;
	font-family: 'Merriweather', serif;
	line-height:1.3;
	color: #004f99;
}

div.history-box div.text {
	width:57%;
	padding:80px 5%;
	float:right;
	color: #b3b3b3;
/*	overflow:hidden; */
	border-top: 2px dotted #004f99;
}

div.history-box div.text h4 {
	font-size: 22px;
    font-weight: 700;
    margin-bottom:40px;
    color: white;
}

div.history-box div.text p {
	margin:20px 0;
}

div.history-box div.text div.border {
	width:20px;
	height:700px;
	background:#004f99;
	position:absolute;
	top:-80px;
	left:-9%;
}

img.history-last {
	position:absolute;
	top:0;
	width:100%;
	height:800px;
	object-fit:cover;
	object-position: 75% 100%;
	font-family:'object-fit:cover; object-position: 75% 100%;';
}

div.history-message {
	position:relative;
	width:1000px;
	max-width:90%;
	margin: 50px auto;
	text-align: center;
	color:white;
}

div.history-message h3{
	font-size:30px;
	font-weight:700;
	text-align: center;
    margin-bottom: 30px;
    line-height:1.5;
}

div.history-message p {
	margin:20px 0;
	text-shadow: 0 0 20px #004f99;
}
div.history-message p.copy {
    font-size:20px;
    font-family: 'Noto Serif Japanese', serif, sans-serif;
    font-weight: 700;
    text-shadow: 0 0 20px #004f99;
    line-height: 1.4;
}

img.monokuro {
	width:100%;
	height:300px;
	object-fit:cover;
	font-family:'object-fit:cover;';
}

div.founder-area {
	width:100%;
	padding:50px 0;
	position:relative
}


div.founder-area h3 {
	font-size:30px;
	font-weight:700;
	text-align: center;
    margin: 20px auto;
    line-height:1.3;
    width:90%;
}

div.founder-box {
	width:1000px;
	max-width:90%;
	margin:20px auto;
	position:relative;
}

div.founder-box div.history {
	width:600px;
	max-width:100%;
	margin:0 auto;
	float:none;
	clear:both;
	border-top: 1px dotted #4c83b7;
    padding-top: 10px;
}

div.founder-box div.none {
	border:none;
}

div.founder-box div.history div.year{
	width:5%;
	padding:5px 5%;
	float:left;
	font-size:16px;
	color: #004f99;
    font-weight: 700;
}

div.founder-box div.history div.contents{
	width:75%;
	padding:5px 5%;
	float:right;
	margin-bottom:10px;
}

div.founder-box div.history-topic {
	width:500px;
	max-width:87%;
	margin:50px auto;
	float:none;
	clear:both;
	padding:20px 5%;
	border:5px solid #f0f0fa;
	text-align:center;
}

div.founder-box div.history-topic ul.genten {
	width:250px;
	margin:20px auto 0 auto;
	text-align:left;
}

div.founder-box div.history-topic ul.genten li{
	margin:5px 0;
	color:gray;
}

div.founder-box div.history-topic ul.genten li span{
	font-weight:700;
	margin-right:20px;
}

div.founder-box div.history-topic ul.kisyu {
	width:90%;
	text-align:left;
	margin:20px auto;
}

div.founder-box div.history-topic ul.kisyu h5{
	text-align:center;
	font-size:16px;
	font-weight:700;
}

div.founder-box div.history-topic ul.kisyu li{
	margin:5px 0;
	color:gray;
	list-style:circle;
}

div.founder-area h4,
div.founder-box div.history-topic h4 {
	font-size: 22px;
    font-weight: 700;
    margin-bottom:10px;
    line-height:1.3;
    text-align:center;
}

div.founder-box p {
	text-align:center;
}

div.founder-area .cp_box {
	width:600px;
	max-width:90%;
	margin:20px auto;
}

img.create {
	position:absolute;
	width:100%;
	height:600px;
	object-fit:cover;
	font-family:'object-fit:cover;';
	opacity:0.5;
}

div.museum-area {
	width:1000px;
	max-width:90%;
	margin:0 auto;
}

div.museum-area h3 {
	font-size: 30px;
    text-align: center;
    margin: 0 auto 40px auto;
}

div.museum-area div.issue img.map-sp{
	display:none;
}


div.issue div.flow-box {
	padding:30px;
	margin: 20px 0;
	float:none;
	background: white;
    box-shadow: 2px 3px 3px #ccccd8;
	border-left:5px solid #babbbb;
}

div.issue div.flow-red {
	border-left:5px solid #eaaaa7;
}

div.issue div.flow-blue {
	border-left:5px solid #a7c2ea;
}

div.issue div.flow-box h4 {
	width:20%;
	float:left;
	margin-right:5%;
	line-height:100%;
}

div.issue div.flow-box p {
	margin:0;
	overflow:hidden;
	color:gray;
	font-size:13px;
}

div.issue div.arrow {
	position: relative;
	width: 50%;
	height: 20px;
	border-right: 8px solid #4c83b7;
	box-sizing: border-box;
	margin-bottom:30px;
}

div.issue div.arrow:after {
	content: "";
	position: absolute;
	bottom: -14px;
	right: -18px;
	border-top: 14px solid #4c83b7;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
}

div.issue ul.sizai {
	background:#f7f7f7;
}

div.issue ul.sizai li {
	padding: 7px 30px;
	list-style: none;
	padding: 10px 30px;
	border-bottom: 1px dotted #d8d3d3;
	font-size:13px;
}


/*///// ステップバー //////*/

.stepBar {
  position: relative;
  list-style: none;
  margin: 0 auto 50px auto;
  padding: 0;
  text-align: center;
  width: 96%;
  overflow: hidden;
  *zoom: 1;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #babbbb;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #babbbb;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 20px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepBar .step.blue-step,
.stepBar .step.blue-step:before,
.stepBar .step.blue-step:after {
  color: #FFF;
  background-color: #a7c2ea;
}
.stepBar .step.red,
.stepBar .step.red:before,
.stepBar .step.red:after {
  color: #FFF;
  background-color: #eaaaa7;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #26bfa1;
}
.stepBar.step6 .step {
  width: 16%;
  font-size:12px;
  color:white;
}

div.box div.map {
	width:50%;
    border: 5px solid #f0f0fa;
    padding: 5px;
    float:left;
    margin-bottom:30px;
}

div.box div.map-sp {
	display:none;
}

div.box div.network {
	width:27%;
	margin:20px 3% 80px 3%;
	float:left;
}

div.box div.half {
	width:35%;
	float:right;
	text-align:left;
	margin-right:4%;
}

div.box div.network p.category {
	margin-bottom:4px;
}

div.box div.network p.category span {
	width:auto;
	background:#004f99;
	padding:0 5px;
	font-size:10px;
	color:white;
}

div.box div.network p.category span.branch {
	background:#7c9fc5;
}

div.box div.network p.category span.tsc {
	background:#8fcad8;
}

div.box div.network p.category span.service {
	background:#91c5ba;
}

div.box div.network h4{
	font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align:left;
    line-height:1.3;
    border-bottom:1px dotted #adadad;
    padding-bottom:10px;
}

div.box div.network ul li {
	margin-bottom:5px;
	font-size:13px;
	line-height:1.3;
	text-indent: -20px;
    padding-left: 20px;
}

div.box div.network ul li i {
	color:#004f99;
	padding-right:20px;
	float:left;
}

div.box div.network ul li a {
	font-size:13px;
	word-break: break-word;
    line-height: 1.3;
}

div.box div.network ul li span {
	padding:0 10px;
	display:none;
}

div.box div.half ul li span {
	padding: 0 20px;
    display: block;
    color: #004f99;;
    margin-top: 20px;
}

div.box div.network ul li img {
	width: 20px;
    float: left;
    margin-top: 5px;
}

div.box div.network ul li span.map {
    margin: 5px 0 10px 0;
    width: auto;
    padding-left: 45px;
    display:block;
}

div.box div.network ul li span.map a {
	color: gray;
    font-size: 12px;
}

div.box div.network ul li span.map a:hover {
	color:#368fef;
}

div#list {
	padding-top:100px;
}

div#list p {
	text-align:center;
	width:1000px;
	max-width:90%;
	margin:0 auto;
}

div#country > h3,
div#domestic > h3,
div#list > h3 {
	font-size: 30px;
    text-align: center;
    margin: 0 auto 30px auto;
}

div#country > p.honsya {
	font-size:16px;
	text-align:center;
	margin-bottom:30px;
}

div#country > p.honsya span {
	padding: 5px 30px;
	background: #f0f0fa;
}

div#list div.box {
	padding-top:100px;
}

div#list h4 {
	font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align:center;
}

div#list ul {
	margin-bottom:80px;
}

div#list ul li {
	width:19%;
	margin-right:1%;
	margin-bottom:15px;
	float:left;
}

div#list ul li i {
	margin-right:10px;
	color: #bfbfbf;
}

div#list ul li a:hover {
	text-decoration:underline;
}

div#country {
	padding-top:150px;
}

div#domestic {
	margin-top:0;
	padding-top:170px;
}

div.network .cp_box {
	margin:0;
}

div.network .cp_box label {
	width:60px;
	height:25px;
	padding-left:20px;
	color: #004f99;
}

div.network .cp_box label:after {
margin-left:0;
}

div.issue > div.b50 div.packing-box {
	max-width:80%;
	margin:30px auto 0 auto;
}

div.issue > div.b50 div.packing-box h6 {
	font-size:16px;
	font-weight:700;
	color:#4c83b7;
	text-align:center;
}
div.issue > div.b50 div.packing-box div.bottom div.left,
div.issue > div.b50 div.packing-box > div.left {
	width:35%;
	padding:0 5% 0 0;
	text-align:center;
	float:left;
}

div.issue > div.b50 div.packing-box div.bottom div.arrow,
div.issue > div.b50 div.packing-box div.packing-arrow {
	width:20%;
	float:left;
	background:#f0f0fa;
	position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}

div.issue > div.b50 div.packing-box div.bottom div.arrow::before,
div.issue > div.b50 div.packing-box div.packing-arrow::before {
	position: absolute;
    top: 100px;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

div.issue > div.b50 div.packing-box div.bottom div.arrow::after,
div.issue > div.b50 div.packing-box div.packing-arrow::after {
	border:none;
}

div.issue > div.b50 div.packing-box div.packing-arrow::before {
	top:200px;
}

.arrow-deco::before{
    left: 4px;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 20px solid transparent;
    border-left: 30px solid #78a4ce;
}
.arrow-deco::after{
    left: 0;
    width: 8px;
    height: 6px;
    border-left: 4px solid #7a0;
}

div.issue > div.b50 div.packing-box div.bottom div.right,
div.issue > div.b50 div.packing-box > div.right {
	width:35%;
	padding:0 0 0 5%;
	text-align:center;
	float:right;
}

div.issue > div.b50 div.packing-box div.bottom {
	clear:both;
	float:none;
	padding: 20px 20px 0 20px;
    border: 1px dotted #acccea;
}


div.issue > div.b50 div.packing-box div.bottom div.left p,
div.issue > div.b50 div.packing-box > div.left p,
div.issue > div.b50 div.packing-box div.bottom div.right p,
div.issue > div.b50 div.packing-box > div.right p {
	line-height:1.5;
	color:gray;
	font-size:13px;
	margin-bottom:10px;
}

div.issue > div.b50 div.packing-box > div.left p.title,
div.issue > div.b50 div.packing-box > div.right p.title {
	font-size:16px;
	color:#414242;
}

div.issue > div.b50 div.packing-box div.bottom div.left img,
div.issue > div.b50 div.packing-box > div.left img,
div.issue > div.b50 div.packing-box div.bottom div.right img,
div.issue > div.b50 div.packing-box > div.right img {
	width:auto;
	max-width:100%;
	margin:10px 0;
}

div.issue > div.b50 div.packing-box div.matome {
	width:400px;
	max-width:100%;
	height:420px;
	position:relative;
	margin:0 auto;
}

div.issue > div.b50 div.packing-box div.matome div {
	width:35%;
	height:120px;
	padding:7.5%;
	text-align:left;
	background: #f0f0fa;
	font-weight:700;
	margin-bottom:20px;
	line-height:50px;
	position:absolute;
	border:10px solid white;
	font-size:18px;
}

div.issue > div.b50 div.packing-box div.matome div.top-left{
	clear:both;
	float:left;
	border-top-left-radius : 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
}

div.issue > div.b50 div.packing-box div.matome div.bottom-left {
	clear:both;
	float:left;
	top:190px;
	line-height:210px;
	border-bottom-left-radius : 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
}

div.issue > div.b50 div.packing-box div.matome div.top-right{
	float:right;
	left:50%;
	text-align:right;
	border-top-right-radius : 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
}

div.issue > div.b50 div.packing-box div.matome div.bottom-right {
	float:right;
	top:190px;
	left:50%;
	text-align:right;
	line-height:210px;
	border-bottom-right-radius : 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
}

div.issue > div.b50 div.packing-box div.matome div.center {
	position:absolute;
	height:120px;
	top:100px;
	left:23%;
	right:0;
	text-align:center;
	line-height:120px;
	border-radius : 20px;
	background: #78a4ce;
    color: white;
    font-size: 20px;
}

div.green-graph {
	width:80%;
	margin:50px auto;
}

div.green-graph div.left {
	width:47.5%;
	margin-right:5%;
	float:left;
}

div.green-graph div.right {
	width:47.5%;
	float:right;
}

div.green-graph div p {
	text-align: center;
	font-weight:500;
}





div.green-graph div.right div.hanrei {
	text-align:center;
	display:block;
	margin-top:10px;
}

div.green-graph div.right div.hanrei p {
	color:gray;
	font-size:13px;
	margin-bottom:0
}

div.green-graph div.right div.hanrei p span {
	padding-right:10px;
}

div.green-graph div.right .ct-chart-pie .ct-label {
	display:none;
}


/*その他事業一覧レイアウト変更*/

.menu img:hover {
		opacity: 0.6;
}

.menu h4 a {
	    font-size: 20px;
}

.menu h4 a:hover {
		opacity: 0.6;
}

#company_other h4 {
    text-align: center;
    margin: 15px 0 7px 0;
    padding: 0 10px;
}

#company_other h4 a {
    font-size: 20px;
    line-height: 1.2;
}

#company_other h3 {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #004f99;
    padding: 0 0 50px;
    word-break: break-all;
    padding-top: 200px;
    margin-top: -115px;
}

#company_other div.top-contents {
	background: none;
}
	
	
/*海南精密***************************************************************/

#kainanseimitsu div.top-contents div.photo img {
    opacity: 0.8;
}

#kainanseimitsu_logo {
	margin-bottom:20px;
	width:35%;
	margin-top:70px;
}

div.kainanseimitsu-area {
	width:1000px;
	max-width:90%;
	margin:0 auto;
}

div.kainanseimitsu-area h3 {
	font-size: 20px;
    text-align: center;
    margin: 0 auto 40px auto;
    font-weight: bold;
}

#kainanseimitsu #office_building_image{
	width:1000px; 
	max-width:100%; 
	margin-bottom:80px;
}

#kainanseimitsu div.processing_box {
	margin: 70px 0;
}

#kainanseimitsu div.processing_left {
	float: left;
	width: 45%;
}

#kainanseimitsu div.processing_left img {
	width: 100%;
}

#kainanseimitsu div.processing_right {
	float: right;
	width: 50%;
}

#kainanseimitsu div.processing_right img {
	width: 40%;
    margin: 20px 0;
}

#kainanseimitsu div.processing_space {
	clear:both;
	float: none;
	height:40px;
}

#kainanseimitsu #facility div.text {
	width: 30%;
}

#kainanseimitsu #facility div.pic {
	width: 65%;
}


/*海南精密　主要設備*/

#kainanseimitsu #facility div.introtext {
	width: 100%;
	text-align: center;
	padding: 0;
}

#kainanseimitsu #facility div.introtext div.table-box {
	width:300px;
	max-width:90%;
	margin:0 auto;
	background:#f2f2f3;
}

#kainanseimitsu #facility div.introtext div.table {
	width:300px;
	max-width:100%;
	margin:0 auto;
	float:none;
	clear:both;
	border-bottom: 2px solid white;
}

#kainanseimitsu #facility div.introtext div.table-top div.left {
	width:65%;
	float:left;
	font-weight:700;
	color:#ffffff;
	padding:5px 5%;
	text-align:left;
	background:#666666;
	border-top: 2px solid white;
}

#kainanseimitsu #facility div.introtext div.table div.left {
	width:65%;
	float:left;
	font-weight:700;
	color:#004f99;
	padding:5px 5%;
	text-align:left;
	background:#f2f2f3;
	border-top: 2px solid white;
}

#kainanseimitsu #facility div.introtext div.table-top div.right {
	width:15%;
	text-align:center;
	color:#ffffff;
	padding:5px 5%;
	float:left;
	background:#999999;
	border-top: 2px solid white;
}

#kainanseimitsu #facility div.introtext div.table div.right {
	width:15%;
	text-align:center;
	padding:5px 5%;
	float:left;
	background:#f9f9f9;
	border-top: 2px solid white;
}

/*海南精密　会社概要*/

#kainanseimitsu div.introtext div.table div.left {
	width:17%;
	float:left;
	font-weight:700;
	color:#004f99;
	padding:5px 5%;
	text-align:left;
	background:#f2f2f3;
	border-top: 2px solid white;
}

#kainanseimitsu div.introtext div.table div.right {
	width:63%;
	text-align:left;
	padding:5px 5%;
	float:left;
	background:#f9f9f9;
	border-top: 2px solid white;
}


/*海南精密　ここまで****************************************************************/

/*ファインプレス***************************************************************/

#finepress div.top-contents div.photo img {
    opacity: 0.8;
}

#okf_logo {
	margin-bottom:20px;
	width:35%;
	margin-top:70px;
}

div.okf-area {
	width:1000px;
	max-width:90%;
	margin:0 auto;
}

div.okf-area h3 {
	font-size: 20px;
    text-align: center;
    margin: 0px auto 40px auto;
    font-weight: 600;
}


.okf_banner img {
	max-width: 90%;
}

.okf_banner .issue {
	text-align: center;
}

.okf_banner .issue p {
	text-align: center;
}

.okf_banner .case {
	text-align: center;
	margin: 0 auto 50px auto;
	width: 90%;
}

.okf_banner .mask_app_1 {
    font-size: 22px;
    text-align: center;
    margin: 0px auto;
    font-weight: bold;
    padding: 40px 0;
    color: #004f99;
}

.okf_banner .mask_app_2 {
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #a2bfd0;
    padding: 20px 0;
    margin-bottom: 0;
}

.okf_banner .mask_app_3 {
	font-size: 14px;
	margin-bottom: 10px;
}

.okf_banner .issue .mask_app_4 {
	font-size: 14px;
	display: inline-table;
	text-align: left;
}

.okf_banner ol {
    width: 250px;
    max-width: 90%;
    margin: auto;
}

.okf_banner ol li {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
    float: none;
    clear: both;
    border-bottom: 2px solid white;
}

.okf_banner ol li .size {
    width: 75px;
    float: left;
    font-weight: 700;
    color: #004f99;
    padding: 5px 10px;
    text-align: left;
    background: #f2f2f3;
    border-top: 2px solid white;
}

.okf_banner ol li .price {
    width: 135px;
    text-align: right;
    padding: 5px 10px;
    float: left;
    background: #f9f9f9;
    border-top: 2px solid white;
}



#okf_products div.okf-area h3 {
    font-size: 24px;
    text-align: center;
    margin: 0 auto 40px auto;
    font-weight: bold;
	color: #ffffff;
}

#okf_product_details div.okf-area h3 {
	font-size: 22px;
    text-align: center;
    margin: 0px auto;
    font-weight: bold;
}

#okf_what .issue {
	margin: 0 auto 80px auto;
}

.okf_banner .knitfit3dmask_banner,
.okf_banner .knitfit3dmask_banner p {
	text-align: center
}

.okf_banner .knitfit3dmask_banner img {
	max-width: 90%;
}


#ready_made, #semi_order, #knitting_art{
	padding-top: 40px;
    margin-top: -40px;
}

#okf_product_details .okf-area .photo {
	width: 48%;
}

#okf_product_details .okf-area .photo img {
	width: 100%;
}

#okf_product_details .okf-area .issue {
    width: 48%;
    /* margin: 0 auto 120px auto; */
    overflow: hidden;
}

#okf_product_details .okf-area .issue .text {
	width: 100%;
    /*margin: 20px 0;*/
}

#okf_product_details .okf-area .issue .text_r {
}

#okf_product_details .okf-area .issue .text_l {
}




#finepress #office_building_image{
	width:1000px; 
	max-width:100%; 
	margin-bottom:80px;
}

#finepress div.processing_box {
	margin: 70px 0;
}

#finepress div.processing_left {
	float: left;
	width: 45%;
}

#finepress div.processing_left img {
	width: 100%;
}

#finepress div.processing_right {
	float: right;
	width: 50%;
}

#finepress div.processing_right img {
	width: 40%;
    margin: 20px 0;
}

#finepress div.processing_space {
	clear:both;
	float: none;
	height:40px;
}

#finepress #facility div.text {
	width: 60%;
}

#finepress #facility div.pic {
	width: 90%;
}


/*ファインプレス　主要設備*/

#finepress #facility div.introtext {
	width: 100%;
	text-align: center;
	padding: 0;
}

#finepress #facility div.introtext div.table-box {
	width:450px;
	max-width:90%;
	margin:0 auto;
	background:#f2f2f3;
}

#finepress #facility div.introtext div.table {
	width:450px;
	max-width:100%;
	margin:0 auto;
	float:none;
	clear:both;
	border-bottom: 2px solid white;
}

#finepress #facility div.introtext div.table-top div.left {
	width:53%;
	float:left;
	font-weight:700;
	color:#ffffff;
	padding:5px 2%;
	text-align:left;
	background:#666666;
	border-top: 2px solid white;
}

#finepress #facility div.introtext div.table div.left {
	width:53%;
	float:left;
	font-weight:700;
	color:#004f99;
	padding:5px 2%;
	text-align:left;
	background:#f2f2f3;
	border-top: 2px solid white;
}

#finepress #facility div.introtext div.table-top div.center {
	width:7%;
	float:left;
	font-weight:700;
	color:#ffffff;
	padding:5px 2%;
	text-align:center;
	background:#999999;
	border-top: 2px solid white;
}

#finepress #facility div.introtext div.table div.center {
	width:7%;
	float:left;
	font-weight:700;
	color:#666666;
	padding:5px 2%;
	text-align:center;
	background:#f9f9f9;
	border-top: 2px solid white;
}

#finepress #facility div.introtext div.table-top div.right {
	width:28%;
	text-align:center;
	color:#ffffff;
	padding:5px 2%;
	float:left;
	background:#666666;
	border-top: 2px solid white;
}

#finepress #facility div.introtext div.table div.right {
	width:28%;
	text-align:center;
	padding:5px 2%;
	float:left;
	background:#f2f2f3;
	border-top: 2px solid white;
}

/*ファインプレス　会社概要*/

#finepress div.introtext div.table div.left {
	width:17%;
	float:left;
	font-weight:700;
	color:#004f99;
	padding:5px 5%;
	text-align:left;
	background:#f2f2f3;
	border-top: 2px solid white;
}

#finepress div.introtext div.table div.right {
	width:63%;
	text-align:left;
	padding:5px 5%;
	float:left;
	background:#f9f9f9;
	border-top: 2px solid white;
}

@media only screen and (max-width: 490px) {
	
#finepress #company_profile div.introtext div.table-box {
    max-width: 100%;
}
	
#finepress #company_profile div.introtext div.table div.left {
	width:23%;
	padding:5px 3%;
}

#finepress #company_profile div.introtext div.table div.right {
	width:65%;
	padding:5px 3%;
}
	
#finepress #company_access div.introtext div.table-box {
    max-width: 95%;
}	
	
}


/*ファインプレスその他*/

#okf_products h3 .sub_copy {
	font-size: 20px;
	font-weight: bold;
}


#okf_products {
	/*background: #f0f0fa;*/
	padding: 75px 0;
}

#okf_products h4 a {
	float: left;
	margin: 22px 0 0 0;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	/*color: #004f99;*/
	color: #a8c0d6;
}

#okf_products h4 {
	width: 35%;
}


#okf_products h4 a:hover {
	color:#368fef; 
}

#okf_products .issue .text {
	width: 65%;
}

#okf_products .issue > div p {
    margin: 10px 0 20px 0;
    text-align: left;
	/*font-weight: 500;*/
	color: #ffffff;
}


#okf_products .issue {
	margin: 0;
	border-top: 1px solid #7ca3c7;
	font-weight: 500;
	color: #ffffff;
}

.table .right a:hover{
	color: #86bcf5;
}


#okf_what .issue .text, 
.okf_inquiry .okf-area .issue .text,
#equipment_introduction .issue .text,
#finepress_end .issue .text {
	width: 100%;
}

.okf_inquiry {
	width: 100%;
	/*background-color: #9b222d;*/
	background-color: #77181b;
	color: #ffffff;
	/*
	background: -webkit-linear-gradient(85deg, #e0c459, #f3df88 15%,#eaba3a 60%, #f5df89 75%,#f9cf00 95%, #fbce00);
	background: -o-linear-gradient(85deg, #e0c459, #f3df88 15%,#eaba3a 60%, #f5df89 75%,#f9cf00 95%, #fbce00);
	background: linear-gradient(85deg, #e0c459, #f3df88 15%,#eaba3a 60%, #f5df89 75%,#f9cf00 95%, #fbce00);	
	*/
}

.okf_inquiry .okf-area h3 {
    margin: 10px auto 0px auto;
    padding: 10px 0 10px 0;
	color: white;
    /*text-shadow: 2px 2px 3px #808080;*/
	/*background-color: #b3403a;*/
	width: 200px;
    border-radius: 30px;
	border: 1px solid;
}

.okf_inquiry .okf-area {
	width: 700px;
	padding: 20px 0;
}


.okf_inquiry .okf-area .issue {
    margin: 0 auto 0 auto;
}


.okf_inquiry .okf-area .issue > div p {
    margin-bottom: 0px;
    text-align: center;
    font-size: 18px;
}

.okf_inquiry_display01 div {
	margin-top: 10px;
}

.okf_inquiry_display02 div {
	margin-top: 20px;
}

.okf_inquiry .okf-area .issue .note p {
    font-size: 14px;
	color: #a8c0d6;
}

.okf_inquiry .okf-area .issue > div p a {
    font-size: 18px;
	color: #ffffff;
}

.okf_inquiry .okf-area .issue > div p a:hover {
    color: #86bcf5;
}

.okf_inquiry_display02 {
	display: none;
}



#order_knit_factory .fixed-bg {
	min-height: 30vh;
	background-attachment: fixed;
	background-size: cover;
}

#order_knit_factory .bg01 {
	background-position: center;
}

#order_knit_factory .bg02 {
	background-position: 50% 100%;
	/*opacity: 0.8;*/
}
 
.bg01 {
  background-image: url(/images/company/other/order_knit_factory/bg01_b_70.jpg);
}

.bg02 {
  background-image: url(/images/company/other/order_knit_factory/bg02.jpg);
}

#okf_product_details .text {
	border-top: 1px solid #a2bfd0;
    padding: 20px 0;
    margin: 0;
}

#semi_order span {
	font-weight: 600;
}

#okf_product_details .okf-area h3 {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #004f99;
    border-top: 5px solid #78a4ce;
    padding: 40px 0;
    word-break: break-all;
}


#okf_product_details .p_t,
#okf_product_details .t_p{
	position: relative;
}

#okf_product_details .p_t .photo{
	position: absolute;
	top: 0;
}

#okf_product_details .p_t .issue{
	position: absolute;
    left: 52%;
    right: 10%;
}

#okf_product_details .t_p .photo{
	position: absolute;
    left: 52%;
    right: 10%;
}

#okf_product_details .t_p .issue{
	position: absolute;
	top: 0;
}

#order_knit_factory .area_block {
	height: 400px;
}

#order_knit_factory .space1 {
	height: 50px;
}

#order_knit_factory .space2 {
	height: 100px;
}


	
#facility .issue .pic {
    margin: 1% 2.5%;
}

#facility div.issue > div {
    width: 40%;
    margin: 10px 0;
    float: left;
}

#equipment_introduction .issue {
	margin: 0 auto 20px auto;
} 

#equipment_introduction .issue .text p span {
	font-weight: bold;
}


#equipment_introduction .issue .text p {
    margin-bottom: 5px;
}



#facility .issue {
	margin-bottom: 30px;
}






/*ファインプレス　ここまで****************************************************************/


#order_knit_factory .ec_site_banner {
	margin-bottom: 75px;
}

#order_knit_factory .ec_site_banner .d2 {
	display: none;
}




@media only screen and (max-width: 1700px) {


#company div.top-contents div.photo img.h600 {
	height:auto;
}

}



@media only screen and (max-width: 1450px) {


div.merit img.back03 {
	width: 1100px;
	top: 90px;
}

div.merit div.d_b {
	margin-top: 150px;
}

div.h_s {
	height: 600px;
}

}




@media only screen and (max-width: 1400px) {

div.ssos {
	margin: 0;
	height: 600px;
	padding: 50px 0 0 0;
}

div.ssos div.ssos_box{
	width: 45%;
}

div.ssos div.ssos_box2 {
	width: 54%;
}

div.ssos div.ssos_box2 > img {
	width: 100%;
	padding-top: 50px;
}


}


@media only screen and (max-width: 1100px) {

#order_knit_factory .area_block {
	height: 375px;
}

#company div.top-contents div.photo {
	width: 100%;
}

div.jirei-box {
	width: 90%;
}

div.merit-box-r {
	left:auto;
	right:10%;
	width: auto;
}

div.merit-box-l {
	width:auto;
	margin:0 auto 0 10%;
}

div.merit img.back03 {
	width: 780px;
	top: 220px;
}


div.service div.service-box div.text {
	width:40%;
	margin-left: 10%;
	float: left;
}


div.service div.service-box div.text > p{
	font-size: 16px;
}

div.service div.service-box div.photo {
	width: 35%;
	margin-right: 10%;
	float: right;
}


div.button_list_box {
	width: 80%;
}


div.menu-box {
	width:90%;
}



div.four-column div.menu {
	width:22%;
}

div.three-column div.menu {
	width:30%;
}

div.message-area {
	width:90%;
}

div.box,
div.stakeholder,
div.environmental,
div.governance {
	width:90%;
}

div.issue > div.b50 img {
	width:100%;
}


div.issue div.modal-content > ul{
	width:90%;
	margin:0 auto;
}

div.issue div.modal-content ul li ul{
	width:100%;
}

div.issue div.modal-content p,
.modal-content p{
	width:100%;
	margin-right: auto;
	margin-left: auto;
}

div.issue div.modal-content > p{
	width:90%;
}

div.issue div.modal-content p.close {
	width:10px;
}


div.introtext > p {
	width:90%;
}


div.issue {
	margin-bottom:50px;
}


div.issue img.map {
	margin:20px auto 50px auto;
}
	

}



@media only screen and (max-width: 1024px) {

#order_knit_factory .fixed-bg {
	min-height: 30vh;
	background-attachment: scroll;
	background-size: cover;
}

}




@media only screen and (max-width: 995px) {
	
.mask-list {
    margin: 0 28% 60px;
}
	
#order_knit_factory .area_block {
	height: 350px;
}

div.ssos {
	height: 900px;
	padding: 0;
}

div.ssos div.ssos_box,
div.ssos div.ssos_box2 {
	width: 100%;
	position: static;
	overflow:hidden;
}

div.ssos div.ssos_box2 {
	text-align: center;
}

div.ssos div.ssos_box2 > img {
	width: 550px;
	position: static;
}

div.ssos div.ssos_box h3 {
	text-align: center;
	padding-top: 20px;
}

div.ssos_box div {
	text-align: center;
}

div.sustainability_box h2 {
	padding-top: 20px;
}

div.sustainability_box div.button_box {
	width: 100%;
}

}






@media only screen and (max-width: 960px) {


#menu-sub li {
  padding: 0 10px;
}



div.issue > div.b50 div.packing-box {
	max-width:100%;
	margin:0 auto;
}
	

}


@media only screen and (max-width: 890px) {
.stepBar {
	display:none;
}




}


@media only screen and (max-width: 870px) {
	
#order_knit_factory .area_block {
	height: 300px;
}
	
div.half-box-l,
div.half-box-r {
	font-size: 14px;
	overflow:hidden;
}



}


@media only screen and (max-width: 850px) {



div.merit {
	height: 950px;
	text-align: center;
}

div.merit img.back01 {
	position: static;
	right:auto;
	width:200px;
}

div.merit-box-r {
	position: static;
	padding-left: 0px;
}

div.merit-box-l h3,
div.merit-box-r h3 {
	font-size: 22px;
	margin-top:20px;
}

div.merit-box-l p.title,
div.merit-box-r p.title {
	padding: 5px;
	margin: 30px auto 10px auto;
	font-size: 16px;
}

div.merit-list {
	margin: 30px auto 0 auto;
}

div.merit img.back02 {
	position: static;
	right:auto;
	width:315px;
}

div.merit-box-l {
	margin:0 auto;
}

div.merit-list p {
	margin-bottom: 20px;
	font-size: 20px;
}

div.merit-box-l > p,
div.merit-box-r > p {
	padding: 20px 20px 0 20px;
	font-size: 14px;
}


div.merit div.button-r,
div.merit div.button-c {
	margin: 40px auto;
}

div.merit div.sample_b {
	margin: 120px auto;
}

div.h670 {
	height:670px;
}

div.h_s {
	height: 830px;
}

div.merit-list p.apex_merit {
	text-align: left;
	margin: 0 auto 15px auto;
}

div.merit img.back03 {
	position: static;
	width:90%;
	margin:0 0 0 10%;
}


div.merit div.video {
	width: 100%;
}



div.h_v {
	height: 100%;
}



div.merit img.knit {
	width: 40%;
	top: 40px;
}

div.merit img.design {
	width: 40%;
	top: 20px;
}


div.half-box-l div.right,
div.half-box-r div.right,
div.half-box-r div.left,
div.half-box-l div.left{
	width:100%;
	float:none;
	color:white;
	text-shadow: 0px 2px 15px rgb(2, 41, 93);
}

div.half-box-r div.right > img,
div.half-box-l div.left > img{
	position: absolute;
    width: 100%;
}


div.half-box-r div.left > div {
	width:80%;
}

div.half-box-r div.right > div.blue-back,
div.half-box-l div.left > div.blue-back {
	position:absolute;
	width:100%;
	height: 450px;
	background: -moz-linear-gradient(20deg, rgba(0,15,35,0.65) 0%, rgba(0,45,90,0.65) 23%, rgba(0,79,153,0) 71%); /* FF3.6-15 */
	background: -webkit-linear-gradient(20deg, rgba(0,15,35,0.65) 0%,rgba(0,45,90,0.65) 23%,rgba(0,79,153,0) 71%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(20deg, rgba(0,15,35,0.65) 0%,rgba(0,45,90,0.65) 23%,rgba(0,79,153,0) 71%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000f23', endColorstr='#00004f99',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

div.half-box-r div.left h2,
div.half-box-l div.right h2{
    color:white;
}

#company div.top-contents div.copy h2 span.maru {
	padding-left:7px;
	font-size:30px;
}

p.white_b {
	margin-top: 20px;
	text-shadow: none;
}

#company div.top-contents div.copy h2 {
	font-size: 25px;
}

div.half-box-r div.left > div,
div.half-box-l div.right > div {
	top:180px;
}

div.half-box-r div.left > div.five {
	top:150px;
}

div.half-box-l div.right > div.three {
	top:200px;
}


div.three-column div.menu {
	width:47%;
	height:350px;
}

div.menu img {
	width:100%;
	height:80px;
	float:none;
}

div.three-column div.menu img{
	height:150px;
}

div.menu div {
	width:100%;
	float:none;
}

div.menu h2 {
	text-align:center;
}

div.menu h2 a {
	font-size:18px;
}


div.issue div div.pic,
div.issue > div.pic {
	float:none;
	width:100%;
	max-width:500px;
	margin: 0 auto 20px auto;
}

div.issue div div.text,
div.issue > div.text {
	float:none;
	width:100%;
	text-align:center;
	clear:both;
}

div.issue div div.text ul li {
	text-align:left;
}

div#sdgs div.issue > div.pic {
	max-width:auto;
	margin:0 0 20px 0;
}

div#sdgs div.issue > div.pic img {
	width:74px;
}

div#sdgs div.issue > div.pic img:last-child {
	margin-bottom:20px;
}

div#sdgs div.issue > div.text {
	max-width:auto;
	text-align:left;
}

div.issue > div.b50 {
	margin-bottom:60px;
}

div.issue > div.b50 p.left,
div.issue > div.text p.copy{
	text-align:center;
	line-height:1.5;
}


div.stakeholder div.issue > div p.copy{
	text-align:left;
}


div.issue div div.pic p,
div.issue > div.pic p {
	text-align:center;
}


div.issue div.wg-button{
	margin:0 auto 50px auto;
}

div#wg,
div.history-box {
	padding-top:0
}

div.history-box div.pic {
	width:100%;
	float:none;
	position:relative;
}

div.history-box div.pic img {
	height:300px;
}

div.history-box div.line {
	float:none;
}

div.history-box div.line div.year {
	top:15px;
	left:-10px;
	width:60px;
	height:20px;
	padding: 2px 5px 10px 5px;
	margin-left:10px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	box-shadow: 0 2px 5px #1a1d2b;
}

div.history-box div.line div.year h3 {
	font-size:20px;
}

div.history-box div.text {
	width:90%;
	padding:60px 5% 40px 5%;
	float:right;
	color: #b3b3b3;
	overflow:hidden;
	border-top: none;
	border-bottom: 8px solid white;
}
div.history-box div.text h4 {
	font-size: 18px;
    font-weight: 700;
    margin-bottom:20px;
    padding-left:50px;
}

div.history-box div.text p {
    padding-left:50px;
}

div.history-box div.text div.border {
	left:0;
	height:800px;
}

div.history-box div.pic div.border {
	width:20px;
	height:700px;
	background:#004f99;
	position:absolute;
	top:-300px;
	left:5%;
}

div.museum-area div.issue img.map-pc{
	display:none;
}

div.museum-area div.issue img.map-sp{
	display:block;
}

div.history-message-area {
	padding:0;
}
	
#okf_products h4, 
#okf_products .issue .text {
	width: 100%;	
}
	
#okf_products h4 a {
    width: 100%;
}

}




@media only screen and (max-width: 800px) {


div.issue > div.peke-left {
	font-size: 33px
}

div.issue > div.peke-right {
	font-size: 33px
}
	
	
div#list ul li {
	width:24%;
	margin-right:1%;
	margin-bottom:15px;
	float:left;
}


}




@media only screen and (max-width: 740px) {
	
.mask-list {
    margin: 0 20% 60px;
}	
	
#order_knit_factory .space1 {
	height: 0px;
}

#order_knit_factory .space2 {
	height: 60px;
}
	
.okf-area .photo img {
	position: static;
    /*margin: -50px 0 10px 0;*/
    /*height: 300px;*/
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	object-position: 50% 0%;
}
	
.okf-area .photo #ka01 {
    object-position: 0% 0%;	
}

#okf_product_details .okf-area .photo,
#okf_product_details .okf-area .issue {
    width: 100%;
    position: static;
    left: 0%;
    right: 0%;
}
	
	
#okf_product_details .text {
    border-top: none;
}
	
#order_knit_factory .area_block {
    height: auto;
}
	
#okf_products h4 a {
    margin: 0 0 0;
}
	
#ready_made, #semi_order, #knitting_art{
	padding-top: 20px;
    margin-top: -20px;
}
	
	
	

.header {
	height:45px;
}

nav.pc {
	display:none;
}

div.subnav-pc {
	display:none;
}

#menu-wrap-sub-sp {
	display:block;
}

#menu-wrap-sub-sp {
	background: #0f204f;
  transition: 0;
}


p.menu-title{
	display: block;
	width : 100%;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
	height:25px;
	text-align: center;
	background: #0b5fa8; /* Old browsers */
	background: -moz-linear-gradient(top, #0b5fa8 0%, #0b5fa8 0%, #0f204f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0b5fa8 0%,#0b5fa8 0%,#0f204f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0b5fa8 0%,#0b5fa8 0%,#0f204f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b5fa8', endColorstr='#0f204f',GradientType=0 ); /* IE6-9 */
}

p.arrow2 {
	position: absolute;
	top: 12px;
	right: 27px;
	color: white;
	font-size: 120%;
}

#menu-sub li {
	width: 100%;
	padding: 0;
	border-top: 1px solid #2b4882;
}

p.menu-title:hover{
	transition: 0s;
}


#menu-sub li:hover {
	border-bottom: none;
	background:#004f99;
	transition: 0s;
}

#menu-sub li a {
  line-height: 1.8;
}


#company div.top-contents {
	margin-top: 80px;
}

div.h_s {
	height: 770px;
}

#company div.top-contents div.message-copy {
	width:100%;
	position:static;
	padding:20px 0;
}

#company div.top-contents > div.blue_back {
	display:none;
}


div.area img.nakuteha {
	position:static;
	height:300px;
	object-position:75% 0;
	font-family:'object-position:75% 0;';
}


div.box h3.message,
div.box p.message {
	text-align:center;
}


div.box h3,
div.stakeholder h3,
div.environmental h3,
div.governance h3 {
	max-width:90%;
	line-height:1.3;
}




div.box div.map {
	display:none;
}

div.box div.map-sp {
	display:block;
	width: 95%;
    border: 5px solid #f0f0fa;
    padding: 5px;
    float:left;
}

div.box div.network {
	width:94%;
}

div.box div.network h3{
	margin:0 0 10px 0;
}



div#country {
	padding-top:50px;
}



div#domestic {
	padding-top:100px;
}

#company_other div.top-contents div.copy {
	top:35%;
}



}






@media only screen and (max-width: 710px) {
div.issue div.flow-box h4 {
	float:none;
	text-align:left;
	width:100%;
}

}


@media only screen and (max-width: 690px) {


#company div.top-contents div.copy {
	top:45%;
}
	
#company_other div.top-contents div.copy {
	top:35%;
}

#company div.top-contents div.two-line {
	top:30%;
	width:90%;
	margin:0 auto;
}

div.introtext {
	padding: 30px 0;
}




div.service div.service-box div.text {
	width:30%;
	margin-left: 20%;
	float: left;
}

div.service div.service-box div.photo {
	width: 25%;
	margin-right: 20%;
	float: right;
}


div.service div.service-box div.text {
	width:100%;
	margin: 0;
}

div.service div.service-box div.text > p {
	padding: 0 20px;
	font-size: 14px;
}

div.service div.service-box div.photo {
	width: 100%;
	margin: 0;
	text-align: center;
}

div.service div.service-box div.photo img {
	width:320px;
	margin:-20px 0 20px;
}

div.service h3 {
	text-align:center;
}
div.service div.button-c {
	margin: 0 auto;
	width: 360px;
	text-align: center;
}

div.button_list_box div.icon p {
	font-size: 14px;
}

div.message-area img {
	width:200px;
	margin:0 auto 20px auto;
	float:none;
}

div.message {
	width:100%;
}

div.message-area {
	text-align:center;
}

div.message h3 {
	text-align:center;
	font-size:20px;
}

div.message p {
	text-align:left;
}

div.message h3 p {
	text-align:center;
	font-size:16px;
}

div.green-graph {
	width:100%;
}

div.green-graph div.right,
div.green-graph div.left {
	width:100%;
	margin:0;
	float:none;
}

div.green-graph div.left {
	margin-bottom:50px;
}



}





@media only screen and (max-width: 625px) {


div.issue > div.sdgs-box {
	width:96%;
	float:none;
}

div.issue > div.sdgs-box ul {
	text-align:center;
}

div.issue > div.sdgs-box ul li{
	text-align:left;
}

div.issue > div.sdgs-box img {
	width:auto;
	max-width:100%;
}

div.issue > div.peke-left,
div.issue > div.peke-right {
	position:static;
	font-size: 40px;
}
	
#company_other div.top-contents div.copy {
	top:32%;
}
	
#order_knit_factory .ec_site_banner {
	margin-bottom: 50px;
}

}




@media only screen and (max-width: 590px) {

#company div.top-contents div.copy div {
	margin: -10px auto 0 auto;
}

#company div.top-contents div.photo {
	margin-top:-20px;
}

#company div.jirei {
	height: 500px;
}

div.jirei-box {
	margin: 20px auto;
}

div.user_support h3,
div.merit > h3,
#company div.jirei h3 {
	font-size: 22px;
	font-weight: 500;
	color: white;
	text-align: center;
}

div.jirei-box div.photo {
	width:100%;
	float:none;
}

div.jirei-box div.text {
	width:100%;
	margin-top:20px;
	font-size: 14px;
}

div.jirei-box div.text p.name {
	text-align: center;
	margin-bottom: 10px;
}

#company div.top-contents div.copy h2 span {
	font-size:16px;
}

div.issue div.popupModal8 {
	text-align: center;
}


div.box div.table div.table-box div.left01 {
	width:24%;
}

div.box div.table div.table-box div.right01 {
	width:64%;
}

div.box div.table div.table-box div.left03,
div.box div.table div.table-box div.left02 {
	width: 96%;
	font-weight: 500;
	padding-bottom: 0px;
}

div.box div.table div.table-box div.middle03,
div.box div.table div.table-box div.middle02 {
	width: 32%;
	text-align: left;
	padding-top: 0px;
	line-height:1.5;
}

div.box div.table div.table-box div.right03,
div.box div.table div.table-box div.right02 {
	width: 56%;
	padding-top: 0px;
	line-height:1.5;
}

div.box div.table div.table-box div.th {
	font-weight:600;
	text-align:left;
}

div#list ul li {
	width:32%;
}

div#list div.box {
	padding-top:60px;
}

div.h-innovation {
	min-height:150px;
}

div.pc {
	display:none;
}

div.sp {
	display:block;
}
	
#order_knit_factory .ec_site_banner .d1 {
	display: none;
}
	
#order_knit_factory .ec_site_banner .d2 {
	display: block;
}
	
#order_knit_factory .ec_site_banner {
	margin-bottom: 30px;
}
}




@media only screen and (max-width: 560px) {

.mask-list {
    margin: 0 10% 60px;
}		
	
div.ssos {
	height: 750px;
}

div.ssos div.ssos_box,
div.ssos div.ssos_box2 {
	width: 100%;
}

div.ssos div.ssos_box2 > img {
	width: 320px;
}

div.ssos div.ssos_box h2,
div.ssos div.ssos_box div {
	padding: 0 20px;
}

div.ssos div.ssos_box h2 {
	padding-top: 20px;
}

span.subtitle {
	line-height:1.2;
}

h2 {
	font-size: 22px;
}

div.ssos div.ssos_box div p.logo img.staf {
	width:30%;
}

div.ssos div.ssos_box div p.logo img.plm {
	width:70%;
}

div.ssos div.ssos_box div p.logo img.user {
	width:60%;
}

div.ssos_box div p.logo i.large {
    top: 40%;
    font-size: 100%;
}


div.ssos_box div p.text {
    font-size: 14px;
}


div.contact > p {
	font-size: 14px;
}


div.button_list_box{
	width:90%;
}



div.issue > div.b50 div.packing-box div.matome {
	width:100%;
	margin-left:-10px;
	height:290px;
}

div.issue > div.b50 div.packing-box div.matome div {
	font-size:14px;
	height:80px;
}

div.issue > div.b50 div.packing-box div.matome div.bottom-left,
div.issue > div.b50 div.packing-box div.matome div.bottom-right {
	top:130px;
	line-height:130px;
}

div.issue > div.b50 div.packing-box div.matome div.center {
	font-size:16px;
	top:80px;
	height:60px;
	line-height:60px;
}


}


@media only screen and (max-width: 500px) {

div.two-column div.menu,
div.three-column div.menu {
	width:97%;
	height:300px;
}
	
#company_other div.top-contents div.copy {
	top:30%;
}
	
.okf_inquiry_display01 {
	display: none;
}

.okf_inquiry_display02 {
	display: inline;
}
	
	
	

}


@media only screen and (max-width: 480px) {


div.area div.long-word {
	top:100px;
}

div.h-innovation {
	min-height:250px;
}

}


@media only screen and (max-width: 460px) {

div.introtext div.table div.left {
	width:25%;
}

div.introtext div.table div.right {
	width:55%;
}


#company div.top-contents div.copy h2 {
	font-size: 20px;
}

#company div.top-contents div.copy h2 span.maru {
	padding-left:5px;
	font-size:20px;
}

#company div.top-contents div.copy h2 span {
	font-size:14px;
}

#company div.top-contents div.copy div {
	width: 240px;
}


#company div.jirei {
	height: 455px;
}


div.merit div.button-r,
div.merit div.button-c,
div.service div.button-c,
div.contact div.button-c {
	width: 260px;
}

#company div.top-contents div.copy div {
	width: 170px;
}

#company div.top-contents div.copy div p.blue_b {
	width: 130px;
}

div.h_s {
	height:650px;
}

div.button_list_box {
	width: 98%;
}


div.menu-box {
	width:95%;
}


div.issue div.wg-button{
	width:280px;
	margin-bottom:50px;
}

div.issue div.popupModal7 p.blue_b,
div.issue div.popupModal6 p.blue_b {
	width:300px;
	text-align:center;
	font-size:13px;
	padding:13px 20px 8px 10px;
}

div.issue div.wg-button p.blue_b{
	width:240px;
	text-align:center;
}

div.button-box {
	width:260px;
}



div#list ul li {
	width:48%;
	margin-right:2%;
}

div.menu ul li {
	line-height:1.5;
	padding:0;
}

}





@media only screen and (max-width: 420px) {


div.issue div.popupModal7,
div.issue div.popupModal6,
div.issue div.button {
	width:300px;
}

div.issue div.popupModal7 p.blue_b,
div.issue div.popupModal6 p.blue_b,
div.issue div.button p.blue_b {
	width:270px;
	font-size:13px;
	padding:13px 20px 8px 10px;
}
	
#company_other div.top-contents div.copy {
	top:27%;
}

}

@media only screen and (max-width: 350px) {

div.menu ul li {
	line-height:1.3;
}
	
#company_other div.top-contents div.copy {
	top:26%;
}

}


/*海南精密*********************************************************/


	
	
@media only screen and (max-width: 465px) {
	
div.introtext div.table-box {
	max-width:95%;
}

div.introtext div.table div.left {
	width:90%;
	float:left;
	font-weight:700;
	color:#004f99;
	padding:5px 5%;
	text-align:left;
	background:#f2f2f3;
	border-top: 2px solid white;
}

div.introtext div.table div.right {
	width:90%;
	text-align:left;
	padding:5px 5%;
	float:left;
	background:#f9f9f9;
	border-top: 2px solid white;
}
}
	
	
@media only screen and (max-width: 370px) {
	
div.okf-area h3 {
    font-size: 18px;
}
	
.okf_inquiry .okf-area .issue > div p,
.okf_inquiry .okf-area .issue > div p a	{
    font-size: 15px;
}

}
	
	


	
/*海南精密ここまで*********************************************************/

/*ファインプレス*********************************************************/



@media only screen and (max-width: 850px) {
	
#okf_products h4, 
#okf_products .issue .text {
	width: 100%;	
}
	
}


@media only screen and (max-width: 700px) {

#okf_logo {
    width: 45%;
	margin-bottom:0px;
	margin-top:50px;

}
	

}

@media only screen and (max-width: 690px) {


}

@media only screen and (max-width: 550px) {
	
	
#okf_logo {
    width: 60%;
	margin-top:30px;
}
	
/*	
#finepress #okf_products div.okf-area div.pic {
	max-width: 100%;
	padding-bottom: 5%;
}
	*/

#production_example .issue .pic,
#facility .issue .pic {
    margin: auto;
}
	
#facility div.issue > div {
    width: 100%;
}
	

@media only screen and (max-width: 480px) {
	
	
	
}



/*ファインプレス　ここまで*********************************************************/

	
	
	
	
