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

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

body{
  width: 1200px;
}

main article.second section {
   padding: 0;
   overflow: hidden;
}

/**/
}

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

main article {
  padding: 50px 3.5%;
}

.second {
  background: #F4F4F6 0% 0% no-repeat padding-box;
}

.second p {
  font-size: 4.2vw;
}

.second small {
}

main article.second section .inner_left ul li strong {
  text-align: center;
}

.second ul li:nth-of-type(3) {
  padding: 0 10px;
}

.second ul li:nth-of-type(3) p {
  margin: 0;
}

.third figure img {
  width: 100%;
  height: 65vw;
  object-fit: cover;
}

.third li:nth-of-type(1) {
  margin: 30px auto 20px;
  text-align: center;
}

main article.third section ul li strong {
  font-size: 4.8vw;
  font-weight: normal;
  line-height: 1.1em;
  color: #0f53a6;
  text-align: center;
}

.third li:nth-of-type(2) p {
  margin: 0;
  text-align: center;
}

main article.fourth {
  padding: 0;
}

main article.fourth section {
  padding: 50px 3.5% 0;
}

main article.fourth section.left ul li:nth-of-type(1) span,
main article.fourth section.right ul li:nth-of-type(1) span {
  margin-top: 20px;
  font-size: 4.3vw;
  font-weight: bold;
  line-height: 1.1em;
  color: #0f53a6;
  display: block;
}

main article.fourth section.left ul li:nth-of-type(2) strong,
main article.fourth section.right ul li:nth-of-type(2) strong {
  font-size: 4.2vw;
}

main article.fourth section.left ul li:nth-of-type(3) p,
main article.fourth section.right ul li:nth-of-type(3) p {
  font-size: 4.2vw;
}

.fourth section.right + figure {
  margin-top: 50px;
}

main article.fifth section strong {
  font-size: 4.3vw;
  text-align: center;
  line-height: 1.2em;
  color: #0f53a6;
  display: block;
  margin-bottom: 25px;
}

main article.fifth section .inner_bottom {
  width: 100%;
  height: auto;
  margin: 30px 0 0;
  padding: 0;
  display: table;
}

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

main article.fifth section .inner_bottom table th {
  width: 25%;
  height: 65px;
  font-size: 3.8vw;
  font-weight: normal;
  text-align: center;
  line-height: 1.2em;
  color: #ffffff;
  margin: 0;
  padding: 0;
  background-color: #0f53a6;
}

main article.fifth section .inner_bottom table th span {
  font-size: 20px;
}

main article.fifth section .inner_bottom table th.color {
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0;
  background-color: #ffffff;  
}

main article.fifth section .inner_bottom table th.color .triangle {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: 15px solid #0f53a6;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}


main article.fifth section .inner_bottom table td {
  width: 75%;
  height: 65px;
  font-size: 3.8vw;
  text-align: center;
  line-height: 1.2em;
  color: #0f53a6;
  margin: 0;
  padding: 0 5px;
  background-color: #f4f4f4;
}

main article.sixth {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  padding: 0;
  background-color: #0f53a6;  
}

main article.sixth section {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 30px 0;
  display: table;
}

main article.sixth section h3 {
  font-size: 7.3vw;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 20px;
}

main article.sixth section dl.syncer-acdn-faq {
  width: 90%;
  height: auto;
  margin: 0 auto 20px;
  padding: 6vw 8vw;
  background-color: #ffffff;
}

main article.sixth section dl.syncer-acdn-faq dt {
  font-size: 3.8vw;
  font-weight: bold;
  line-height: 1.2em;
  color: #0f53a6;
  padding: 0;
  text-decoration: none;
  position: relative;
}

main article.sixth section dl.syncer-acdn-faq dt .toggle_btn {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  text-indent: 100%;
  white-space: nowrap;
  transform: translate(100%,-50%);
  overflow: hidden;
  display: block;
}

main article.sixth section dl.syncer-acdn-faq dt .toggle_btn:before, .toggle_btn:after {
  width: 12px;
  height: 2.5px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0f53a6; 
  display: block;
}

main article.sixth section dl.syncer-acdn-faq dt .toggle_btn:before {
  width: 2.5px;
  height: 12px;
}

main article.sixth section dl.syncer-acdn-faq dt.syncer-acdn.selected .toggle_btn:before {
  content: normal;
}

main article.sixth section dl.syncer-acdn-faq dt:hover {
  transition: 1.0s;
}

main article.sixth section dl.syncer-acdn-faq dd {
  font-size: 3.8vw;
  display: none;
  line-height: 1.3em;
  color: #050505;
  margin-top: 10px;
  padding: 0;
}

main article.fifth section .inner_top ul li p {
  font-size: 3.7vw;
}





































}