@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese');
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,900);


/**
 * reset
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}

sup {
    font-size: 70%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
	margin: 0;
	font-size:120%;
}

nav.pc {
	height: 45px;
	margin: 0 15px;
	transition: .3s;
}

#client-testimonial {
	text-align: left;
	height: inherit;
	padding:0; 
	margin-bottom:8%; 
	background: #486b8c;
}

.user-video {
    position: absolute;
    opacity: 0.8;
	top: -40%;
}


#user-link {
    margin: 180px auto;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
.is-hide {
  transform: translateY(-100%);
}

body {
	color: #414242;
	font-family: 'Noto Sans SC', "”÷?‰ëüK","Microsoft YaHei", 'SimSun', sans-serif;
	-ms-font-feature-settings: "normal";
	text-align: left;
	overflow-x:hidden;
}


a {
  text-decoration: none;
  color: #368fef;
}

div.cover {
	width: 690px;
        max-width: 90%;
        margin: 0 auto 40px;
	text-align:center;
}

img.top-img-pc{
	height: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

img.top-img-mb{
	height: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

img.top-img{
	width:100%;
	height:150px;
    object-fit: cover;
    object-position:0 50%;
    font-family: 'object-fit: cover; object-position:0 50%;';
}

h1{
	text-align:center;
	font-size:30px;
	font-weight:700;
	font-family: 'Noto Sans SC', "”÷?‰ëüK","Microsoft YaHei", 'SimSun', sans-serif;
}

h1 span{
	font-size:20px;
	color:#004f99;
	font-weight:500;
	font-family: 'Noto Sans SC', "”÷?‰ëüK","Microsoft YaHei", 'SimSun', sans-serif;
}

div.message{
	text-align:center;
	font-size:18px;
	margin:20px 0;
}

div.contents-case{
	padding:30px 0;
	margin:30px 0 0 0;
}

h2 {

  position: relative;
    padding: 5px 20px;
    margin: 50px auto 15px auto;
    color: #fff;
    font-weight: bold;
    background-color: #004f99;
    text-align: center;

}


h2 span {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Noto Sans SC', "”÷?‰ëüK","Microsoft YaHei", 'SimSun', sans-serif;
}

div.contents-box{
	margin:20px 0;
}

div.contents{
	width:25%;
	min-height:550px;
	margin:20px 4%;
	float:left;
}

.sample-box-01 {
    margin: 15px 10% 15px 10%;
    border: 1px solid #004f99;
    border-radius: 10px;
    padding: 0px 10px;
}

h3{
	font-size:18px;
	font-weight:700;
	padding:10px 0;
}

div.contents img{
	width:100%;
	height:150px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

div.contents-help{
	width:95%;
        background-color: #fff;
        border-radius: 10px;
        margin: auto;
        padding: 10px 18px;
}

.container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5%;
}

.item {
  width: 30%;
  height: 240px;
}

.item img {
  width: 100%;
  margin-top: 15px;
}

.item p {
  font-size:13px;
  text-align: center;
  width: 90%;
  margin: auto;
}

.container_datamall {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.item_datamall {
  width: 30%;

}

.item_datamall img {
  width: 100%;
  margin-top: 15px;
}

.container_yarn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.item_yarn {
  width: 30%;
  height: 325px;
}

.item_yarn img {
  width: 100%;
  margin-top: 15px;
}

.solid_line { 
  border-top: solid 2px #004f99; 
  border-bottom: solid 2px #004f99; 
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
}

.solid_linedatamall { 
  border-top: solid 2px #0093be; 
  border-bottom: solid 2px #0093be; 
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
}

.solid_lineyarnbank { 
  border-top: solid 2px #5c3241; 
  border-bottom: solid 2px #5c3241; 
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
}

div.contents p.number{
	font-size:20px;
	font-weight:500;
	color:#0094bd;
	padding:5px;
	border-bottom:2px solid #0094bd;
	margin-bottom:10px;
}

div.button-contents{
	margin:20px 0;
}

div.button-contents a p{
	width:90%;
	border-radius:10px;
	background:#004f99;
	color:white;
	text-align:center;
	padding:10px 20px;
	box-shadow: 0 3px 15px rgb(0 79 153 / 40%);
	position:relative;
	margin: 0 auto;
}

div.button-contents a p:hover{
    background: #368fef;
}

div.button-contents a p.movie:after{
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f03d";
}

div.button-contents a p.doc:after{
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f358";
}

div.button-contentsdatamall{
	margin:20px 0;
}

div.button-contentsdatamall a p{
	width:90%;
	border-radius:10px;
	background: #0093be;
	color:white;
	text-align:center;
	padding:10px 20px;
	box-shadow: 0 3px 15px rgb(0 79 153 / 40%);
	position:relative;
	margin: 0 auto;
}

iv.button-contentsdatamall a p:hover{
    background: #368fef;
}

div.button-contentsdatamall a p.movie:after{
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f03d";
}

div.button-contentsdatamall a p.doc:after{
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f358";
}

div.button-contentsyarnbank{
	margin:20px 0;
}

div.button-contentsyarnbank a p{
	width:90%;
	border-radius:10px;
	background: #5c3241;
	color:white;
	text-align:center;
	padding:10px 20px;
	box-shadow: 0 3px 15px rgb(0 79 153 / 40%);
	position:relative;
	margin: 0 auto;
}

div.button-contentsyarnbank a p:hover{
    background: #368fef;
}

div.button-contentsyarnbank a p.movie:after{
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f03d";
}

div.button-contentsyarnbank a p.doc:after{
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f358";
}

div.footer {
	clear: both;
	width: 100%;
	background: #414242;
	display: block;
	margin: 0;
	font-size:120%;
}

div.footer-box {
	width: 1000px;
	height: 25px;
	margin: 0 auto;
	text-align: left;
	padding-top: 5px;
	font-size: 12px;
	color: white;
}

div.footer-box a:hover {
	color: #a4bdf7;
}

div.footer-box p {
	float:left;
	padding-right: 30px;
}

div.footer-box address {
	float: right;
	font-size:12px;
}

div.footer-box a {
	color: white;
	font-size:12px;
}

@media only screen and (max-width: 1100px) {

div.footer-box {
	width: 88%;
}

}



@media only screen and (max-width: 870px) {
div.contents{
	width:42%;
	min-height:600px;
}

}

@media only screen and (max-width: 690px) {
.fotter{
	font-size:13px;
	line-height:1.8;
}

div.footer-box {
	height: 50px;
	color: #a4bdf7;
	width: 100%;
}

div.footer-box p {
	font-size: 70%;
	padding: 5px 0 5px 30px;
}

div.footer-box address {
	font-size: 70%;
	clear: both;
	float: none;
	padding-left: 30px;
}
}


@media only screen and (max-width: 550px) {
h1,h2{
	font-size:25px;
}

h1 span{
	font-size:15px;
}


div.contents{
	width:92%;
	min-height:350px;
}

img.top-img-pc{
	display: none;
}

img.top-img-mb{

	display: block;
}

}

@media screen and (max-width: 480px) {
  .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5%;
  }
  .item {
    width: calc(45% - 10px);
  }

  .container_datamall {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

  }
  .item_datamall {
    width: calc(60% - 10px);
  }
  
  .item_yarn {
    width: calc(45% - 10px);
  }
}