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

body main small {
  color: #050505;
}


@media screen and (min-width: 769px){
.sp {
  display: none;
}
/* 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%;
  height: auto;
  margin: 0;
  padding: 0;
}

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

header article .inner_right {
  width: 800px;
  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 a {
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2em;
  color: #0f53a6;
  padding: 22px 0 16px 0;
  display: block;
}

header article .inner_right ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

.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/msr_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: 120px 0 90px 0;
  display: table;
}

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

main article.second section .inner_right {
  width: 50%;
  height: 385px;
  margin: 0;
  padding: 0;
  background-image: url("../../images/msr_img01.jpg");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: cover;
  float: right;
}

main article.second section .inner_left {
  width: 50%;
  height: 385px;
  margin: 0;
  padding-top: 30px;
  background-color: #f4f4f4;
  float: left;
}

main article.second section .inner_left ul {
  max-width: 640px;
  width: 96%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

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

main article.second section .inner_left ul li:first-child p {
  font-size: 19px;
  line-height: 1.2em;
  color: #050505;
  margin: 0;
}

main article.second section .inner_left ul li strong {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  color: #0f53a6;
  margin: 55px 0 20px 0;
  display: block;
}

main article.second section .inner_left ul li:last-child p {
  font-size: 19px;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  color: #050505;
  margin: 0;
}

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

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

main article.third section figure {
  width: 36.36363636%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

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

main article.third section ul {
  width: 61.36363636%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

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

main article.third section ul li:first-child {
  margin: 100px 0 40px 0;
}

main article.third section ul li strong {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.1em;
  color: #0f53a6;
  display: block;
}

main article.third section ul li p {
  font-size: 19px;
  line-height: 1.3em;
  color: #050505;
  margin: 0;
}

main article.fourth {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 100px;
}

main article.fourth figure {
  width: 1100px;
  height: auto;
  margin: 90px auto 0 auto;
  padding: 0;
}

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

main article.fourth section.left,
main article.fourth section.right {
  width: 1100px;
  height: auto;
  margin: 90px auto 0 auto;
  padding: 0;
  display: table;
}

main article.fourth section.left figure {
  width: 36.36363636%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

main article.fourth section.right figure {
  width: 36.36363636%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

main article.fourth section.left figure img,
main article.fourth section.right figure img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

main article.fourth section.left ul {
  width: 60.45454545%;
  height: auto;
  margin: 0;
  padding-top: 80px;
  float: right;
}

main article.fourth section.right ul {
  width: 60.45454545%;
  height: auto;
  margin: 0;
  padding-top: 80px;
  float: left;
}

main article.fourth section.left ul li,
main article.fourth section.right ul li {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
  padding: 0;
}

main article.fourth section.left ul li:first-child,
main article.fourth section.right ul li:first-child {
  margin-bottom: 20px;
}

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

main article.fourth section.left ul li strong,
main article.fourth section.right ul li strong {
  font-size: 19px;
  line-height: 1.2em;
  color: #050505;
  display: block;
}

main article.fourth section.right ul li .mgn {
  margin-top: 15px;
}

main article.fourth section.left ul li p,
main article.fourth section.right ul li p {
  font-size: 18.5px;
  line-height: 1.2em;
  color: #050505;
}

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

main article.fifth section {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 90px;
  display: table;
}

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

main article.fifth section .inner_top {
  width: 1100px;
  height: auto;
  margin: 0;
  padding: 60px 0;
}

main article.fifth section .inner_top ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

main article.fifth section .inner_top ul li {
  width: 340px;
  height: auto;
  margin: 0;
  padding: 0;
}

main article.fifth section .inner_top ul li img {
  width: 340px;
  height: auto;
  margin: 0;
  padding: 0;
}

main article.fifth section .inner_top ul li p {
  width: 340px;
  height: auto;
  font-size: 18px;
  line-height: 1.3em;
  color: #050505;
  margin: 0;
  padding: 50px 25px;
  background-color: #f4f4f4;
}
















main article.fifth section .inner_bottom {
  width: 1000px;
  height: auto;
  margin: 50px 50px 0 50px;
  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: 10%;
  height: 65px;
  font-size: 16px;
  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: 26px;  
}

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: 90%;
  height: 65px;
  font-size: 19px;
  text-align: center;
  line-height: 1.2em;
  color: #0f53a6;
  margin: 0;
  padding-right: 100px;
  background-color: #f4f4f4;
}

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

main article.sixth section {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 120px 0;
  display: table;
}

main article.sixth section h3 {
  font-size: 40px;
  text-align: center;
  line-height: 1.2em;
  color: #ffffff;
  margin-bottom: 80px;
}

main article.sixth section dl.syncer-acdn-faq {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 25px 60px;
  background-color: #ffffff;
}

main article.sixth section dl.syncer-acdn-faq dt {
  font-size: 20px;
  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: translateY(-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: 20px;
  display: none;
  line-height: 1.3em;
  color: #050505;
  margin-top: 25px;
  padding: 0;
}

/* 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;
}

/* 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("../../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("../../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("../../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 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;
}
}