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

@media screen and (min-width: 769px){
.sp {
  display: none;
}

.fixheader {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
  z-index: 3;
}

.is-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

/* main style */
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: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 80px 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: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 130px 0;
  display: table;
}

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

main article.second section p {
  font-size: 19px;
  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;
  padding: 0;
}

main article.third section,
main article.third section.second {
  width: 1150px;
  height: auto;
  margin: 0 auto;
  padding-top: 130px;
  display: table;
}

main article.third section.third {
  width: 1150px;
  height: auto;
  margin: 0 auto;
  padding: 130px 0 110px 0;
  display: table;
}

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 50px 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; 
}

main article.third section table th,
main article.third section.third table th {
  width: 16.52173913%;
  height: auto;
  margin: 0;
  padding: 25px 0 10px 0;
  border-bottom: 2px solid #0f53a6; 
}

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

main article.third section table td,
main article.third section.third table td {
  width: 83.47826086%;
  height: auto;
  margin: 0;
  padding: 25px 0 10px 20px;
  border-bottom: 2px solid #f4f4f4; 
}

main article.third section table td p,
main article.third section.third table td p {
  font-size: 19px;
  line-height: 1.4em;
  color: #050505
}

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: 20px;
  line-height: 1.2em;
  color: #050505;
  display: block;
}

main article.third section.second ul li p,
main article.third section.second .inner p {
  font-size: 19px;
  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: 1150px;
  height: auto;
  margin: 60px auto 0 auto;
  padding: 0;
  display: table;
}

/* pagetop style */
p.pagetop {
  width: 58px;
  height: 58px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: #2c72ca; 
}

p.pagetop span {
  width: 34px;
  position: absolute;
  top: 25%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 5px solid #ffffff;
  display: block;
}

p.pagetop a {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: solid 5px #ffffff;
  border-right: solid 5px #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
}

p.pagetop:hover {
  transition: 1.0s;
  opacity: 0.3;
}
}