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

@media only screen and (min-width:769px) and (max-width:1220px) {
/**/

body{
  width: 1220px;
}

main article.second section {
   padding: 130px 2.5%;
}

/**/
}

@media screen and (max-width: 768px){
.pc {
  display: none;
}

main article {
  padding: 50px 3.5%;
}

main article.first {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-image: url("../../images/about_us_main_bg.jpg");
  background-position: center center; 
  background-repeat: no-repeat;
  background-size: cover; 
}

main article.first section {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 60px 0;
}

main article.first section h1 {
  font-size: 40px;
  text-align: center;
  line-height: 1.2em;
  color: #ffffff;
}

main article.second {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

main article.second section {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 35px 3.5%;
}

main article.second section strong {
  font-size: 5vw;
  line-height: 1.2em;
  color: #0f53a6;
  margin-bottom: 35px;
  display: block;
}

main article.second section p {
   font-size: 1.25em;
  line-height: 1.3em;
  color: #050505;
  margin-bottom: 15px;
}

main article.second figure {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

main article.second figure img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

main article.third {
  width: 100%;
  height: auto;
  margin: 0;
}

main article.third section,
main article.third section.second {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 50px;
}

main article.third section.third {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

main article.third section h3,
main article.third section.second h3,
main article.third section.third h3 {
  /* width: 280px; */
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: 0.10em;
  color: #050505;
  margin: 0 auto 10px auto;
  padding: 8px 0;
  border: 1px solid #0f53a6;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  background-color: #ffffff;
}

main article.third section table,
main article.third section.third table {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 0;
  display: table;
}

main article.third section table th,
main article.third section.third table th {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 0 5px 0;
  border-bottom: 2px solid #0f53a6;
}

main article.third section table th strong,
main article.third section.third table th strong {
  font-size: 4.1vw;
  line-height: 1.4em;
  color: #050505;
  display: block;
}

main article.third section table td,
main article.third section.third table td {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

main article.third section table td p,
main article.third section.third table td p {
  font-size: 1.25em;
  line-height: 1.4em;
  color: #050505;
  margin: 0;
  padding-top: 15px;
}

main article.third section.second ul {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
  padding: 0;
}

main article.third section.second ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

main article.third section.second ul li strong {
  font-size: 4vw;
  line-height: 1.2em;
  color: #0f53a6;
  display: block;
}

main article.third section.second ul li p,
main article.third section.second .inner p {
   font-size: 1.25em;
  line-height: 1.3em;
  color: #050505;
  margin-top: 15px;
}

main article.third section.second .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 5px;
  background-image: linear-gradient(to right, #050505 5px, transparent 5px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}

main article.third section.view {
  width: 100%;
  height: auto;
  margin: 30px auto 0 auto;
  padding: 0;
}

}