@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


ol, ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
/* -------------------------------------------------------------- */

	/* ============ここからスマホ_768px以下============ */
@media only screen and (max-width:768px){
.PC {display: none;}
.SP {display: block;}


/* ============2/23ここから書いた============ */
#wrapper{width: 95%;height: inherit;background: none;}

#wrapper_top{height: 600px;width: 360px;}
.map{left: -120%;top:1%;}
.map img{height:56%;}
.map_in{display: none;}



.top{padding:30px 0;}
.top .maincopy{padding: 30px 10px;}
.top span{font-size: 16px;}
.top small{font-size:10px;}
.top2{padding-top: 30px;height: 80px;}
.button .here{width: 150px;height: 20px;line-height: 20px;font-size: 11px;padding: 1px;letter-spacing: 1px;}
.button .top{top: -71px;left: 258px;width: 70px;}
.button .korea{top: -130px;left: 68px;}
.button .china{top: -32px;left: 117px;}
.button .vietnam{top: 60px;left: 50px;}
.tab a{width: 90px;height: 90px;margin:4px;}
.tab span{font-size: 11px;letter-spacing: 1px;}
.tab .tab_img{width: 80px;}
.title h1{font-size: 20px;}
.title p{font-size: 10px;}
.content{margin:10px;flex-direction: column;}
.content_text{width: 100%;}
.content_text h2{font-size: 18px;}
.content_text p{text-align: justify;font-size: 12px;}
.content_img{width: 100%;}
.content_img img{width: 100%;}
.backnext{font-size: 10px;}
.back{font-size: 10px;}
.next{font-size: 10px;}
.tab a{padding: 5px;}
.tab span{font-size:9px;}
.tab .tab_img{width: 70px;}
.about{position:inherit;width: 330px;margin-top:116px;margin-left: 10px;top:auto;background-color: rgba(255,255,255,0.7);}
.about h2 span{font-size:20px;}
.about p{font-size: 12px;}
#footer{font-size: 11px;}

}
/* ============スマホここまで============ */
