@charset "utf-8";
/* CSS Document */

/* browser style reset */
* {
  font-family: "arial","helvetica","メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
  font-size: 100%;
  text-align: left;
  margin: 0;
  padding: 0; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap : break-word;
  overflow-wrap : break-word;
}

* header,
* footer,
* main,
* nav,
* article,
* aside,
* section {
  display: block;
}

* img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

* hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

a:link {
  text-decoration: underline;
  color: #0000ff;
  outline:none;
}
a:active {
  text-decoration: none;
  color: #ff0000;
}
a:visited {
  text-decoration: underline;
  color: #0000ff;
}
a:hover {
  text-decoration: none;
  color: #ff0000;
}

a.mouse_on :hover {
  opacity: 0.7;
}

ul li {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
}

ol li {
  list-style-position: inside;
  margin: 0;
  padding: 0;
  border: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "arial","helvetica";
  font-size: 100%;
  margin: 0;
  padding: 0;
}

div,p,li,span {
  font-family: "arial","helvetica";
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0; 
}

/* header style */

header article .inner_left img {
  width: 250px;
  height: auto;
  margin: 0;
  padding: 0;
}

header article .inner_left a:hover img {
  width: 250px;
  transition: 1.0s;
  opacity: 0.3;
}

@media screen and (min-width: 769px){
/* header style */
header article {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}

header article .inner_left {
  width: 240px;
  height: auto;
  margin-left: 40px;
  padding: 0;
  float: left;
}

header article .inner_left img {
  width: 100%;
}

header article .inner_left a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

header article .inner_right {
  /*width: 800px;*/
  width: auto;
  height: auto;
  margin-right: 40px;
  padding: 0;
  float: right;
}

header article .inner_right ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

header article .inner_right ul li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
	
header article .inner_right ul li:not(:last-child){
-webkit-transform: skewX(150deg);
-moz-transform: skewX(150deg);
transform: skewX(150deg);
  border-right:2px solid #ddd;
  padding-right: 10px;
  padding-left: 10px;
}

header article .inner_right ul li:last-child{
  border-right: none;
  padding-right: 0;
  padding-left: 10px;
}

header article .inner_right ul li a {
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  line-height: 1.2em;
  color: #0f53a6;
  padding: 10px 0 10px 0;
  display: block;
  transform: skewX(-150deg);
}
	
header article .inner_right ul li:last-child a {
  transform: skewX(0deg);
}

header article .inner_right ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}
	
/* footer style */
footer article.first {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 60px 0;
}

footer article.first section {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: table;
}

footer article.first section .left {
  width: 40%;
  height: auto;
  margin-right: 5%;
  padding: 0;
  float: left;
}

footer article.first section .left li {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
  padding: 0;
}

footer article.first section .left li:first-child img {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
}

footer article.first section .left li p {
  font-size: 20px;
  line-height: 1.4em;
  color: #0f53a6;
}

footer article.first section .left li p a {
  font-size: 20px;
  color: #0f53a6;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.05em;
}

footer article.first section .left li p a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

footer article.first section .center {
  width: 21%;
  height: auto;
  margin-right: 5%;
  padding: 0;
  float: left;
}

footer article.first section .center li {
  width: 100%;
  height: auto;
  margin-bottom: 37px;
  padding: 0;
}

footer article.first section .center li:first-child {
  margin-bottom: 50px;
}

footer article.first section .center li strong {
  font-size: 30px;
  line-height: 1.2em;
  color: #0f53a6;
  display: block;
}

footer article.first section .center li a {
  font-size: 20px;
  text-decoration: none;
  line-height: 1.2em;
  color: #0f53a6;
  display: block;
}

footer article.first section .center li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

footer article.first section .right {
  width: 29%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

footer article.first section .right li {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding: 0;
}

footer article.first section .right li:first-child {
  margin-bottom: 50px;
}

footer article.first section .right li strong {
  font-size: 30px;
  line-height: 1.2em;
  color: #0f53a6;
  display: block;
}

footer article.first section .right li.address a {
  font-size: 20px;
  line-height: 1.3em;
  color: #0f53a6;
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.05em;
}

footer article.first section .right li.tel a,
footer article.first section .right li.form a {
  font-size: 20px;
  text-decoration: none;
  line-height: 1.2em;
  color: #0f53a6;
  display: block;
}

footer article.first section .right li.address {
  padding-left: 50px;
  background-image: url("https://en.msandc.co.jp/images/footer_map_icon.png");
  background-position: 0 6px; 
  background-repeat: no-repeat;
}

footer article.first section .right li.tel {
  padding-left: 50px;
  background-image: url("https://en.msandc.co.jp/images/footer_tel_icon.png");
  background-position: 0 center; 
  background-repeat: no-repeat;
}

footer article.first section .right li.form {
  padding-left: 50px;
  background-image: url("https://en.msandc.co.jp/images/footer_contact_icon.png");
  background-position: 0 center; 
  background-repeat: no-repeat;
}

footer article.first section .right li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

footer article.second {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #ebf5ff;
}

footer article.second section {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
}

footer article.second section ul {
  width: 70%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

footer article.second section ul li {
  width: 33.33333333%;
  height: auto;
  margin: 0;
  padding: 0;
}

footer article.second section ul li a {
  font-family: "arial","helvetica","メイリオ";
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2em;
  color: #050505;
  display: block;
}

footer article.second section ul li:first-child a {
  /*background-image: url("../../images/japanese_icon.png");
  background-position: 12% center; */
  background-repeat: no-repeat;
}

footer article.second section ul li a {
  /*background-image: url("../../images/chinese_icon.png");
  background-position: 10% center; */
  background-repeat: no-repeat;
}

footer article.second section ul li:last-child a {
  /*background-image: url("../../images/thai_icon.png");
  background-position: 10% center; */
  background-repeat: no-repeat;
}

footer article.second section ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}
	
footer .footer-logo a img {
  display: block;
  width: 80%!important;
}
	
footer article .footer_sns img{
	width: 50px;
}
	
footer copyright {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 0;
  display: table;
  background-color: #0f53a6;
  position: relative;
}

footer copyright p {
  font-size: 14px;
  text-align: center;
  line-height: 1.3em;
  color: #ffffff;
}
}