@charset "utf-8";

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-size: inherit;
	vertical-align:baseline;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
	display:block;
}
body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
	list-style-type: none;
}
a{
	text-decoration: none;
}
em{
	font-style:normal;
}  
input[type='text'],
input[type='email'],
input[type='password'],
button,
textarea,
select {
	border:1px solid #eee;
}
input[type='radio']{
	border:none;
	margin: 0;	
	padding: 0;	
}
select{
	border-radius: 0;
	margin: 0;
	padding: 10px;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
}
select::-ms-expand {
	display: none;
}
button{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor:pointer;
}
table, tr, th, td{
	border:1px solid #ddd;
	border-collapse: collapse;	
}
html, body {
  font-size: 14px;
  color: #111111;
  letter-spacing: 1px;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: normal;
/*  min-width: 1125px;*/
overflow-x: hidden;
}

input[type="submit"] {
  cursor: pointer;
  background: #fff;
}

.center {
  text-align: center;
}

.form.center .btn {
  margin-top: 3rem;
}

.sp, .spi {
  display: none !important;
}

.pc {
  display: block;
}

.pci {
  display: inline-block;
}

a {
  color: #00ACEE;
}

a:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

img {
  vertical-align: middle;
}

.btn {
  text-align: center;
}

/* Extracted inline styles */
.inline-style-contact-001 { display:none;visibility:hidden }
.inline-style-contact-002 { padding-top:20px; }
.inline-style-contact-003 { color:#E8302C;font-weight:bold; }


.btn > * {
  position: relative;
  font-weight: bold;
  color: #00ACEE;
  border: 1px solid #00acee;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  padding: 15px 65px;
  letter-spacing: 2px;
  display: inline-block;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  font-size: 14px;
}

.btn > *:after {
  position: absolute;
  content: "\203A";
  font-weight: normal;
  right: 20px;
  font-size: 9px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.outline_content:hover a .btn > * {
  opacity: 1;
  color: #FFF;
  background: #00ACEE;
}

.btn > *:hover {
  opacity: 1;
  color: #FFF;
  background: #00ACEE;
}

.btn.otherlink > *:after {
  content: "";
}

.btn > *:hover:after {
  color: #FFF;
}

.subtitle {
  letter-spacing: 3px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  margin-bottom: 55px;
}

.subtitle span {
  font-weight: normal;
  display: block;
  color: #999;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  margin-top: 20px;
}

/* header */
.header_top {
  position: relative;
  padding: 40px 0;
  text-align: center;
}

.logo img {
  width: auto;
  height: 52px;
}

.facebook {
  position: absolute;
  top: 25px;
  right: 30px;
}

.facebook img {
  width: auto;
  height: 21px;
}

header {
  display: block;
}

.gnav {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  z-index: 1000;
  background: #fff;
  top: 0;
}

.shadow {
  /*-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);*/
  border-bottom: 1px solid #eee;
}

.gnav.shadow {
  min-width: 1121px;
}

.gnav.shadow li {
}

.gnav.shadow li a {
  width: 100%;
}

.gnav ul {
  font-size: 0;
}

.gnav li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

.gnav > ul > li:not(:first-child):before {
  position: absolute;
  content: "|";
  color: #EEE;
  display: inline-block;
}

.gnav a {
  font-weight: bold;
  color: #111;
  display: inline-block;
  padding: 0 70px;
  letter-spacing: 3px;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1460px) {
  .gnav a {
   padding: 0 40px;
  }
}

/* Submenu */

.gnav ul .submenu{
  position: relative;
}

.gnav ul .submenu .submenu_hover{
	display: none;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 1;
   padding: 30px 0 0;
}

.gnav ul .submenu ul li{
  width: 100%;
}
.gnav ul .submenu ul li a{
  display: block;
  width: 100%;
  padding: 20px 0;
	background-color: #efefef;
	color: #444;
}
.gnav ul .submenu ul li a:hover{
  opacity: 1;
	background-color: #ddd;
}


/* mv */
.newyear{
	display: none;
}
.mv {
  position: relative;
  text-align: center;
  overflow: hidden;
  background: #111;
}

.mv img {
  width: 90%;
  margin: 0 auto;
}

.caption {
  position: absolute;
  text-align: left;
  color: #FFF;
  top: 50%;
  left: 13%;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 44px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.caption span {
  font-size: 38px;
  font-weight: bold;
  display: inline-block;
  margin-top: 40px;
}

.caption em {
  font-size: 114px;
  font-weight: bold;
}
.caption em.ai-accent {
  color: #E8302C;
  font-style: normal;
  font-size: 114px;
  font-weight: bold;
  margin-top: 0;
}

/* main */
.contents {
  padding: 0 4%;
}

.section {
  width: 100%;
  max-width: 1340px;
  padding: 90px 0;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
}
.section.ex {
  width: 100%;
  max-width: 1340px;
  padding: 90px 0 0;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
}
.section2 {
  width: 94%;
  padding: 90px 0;
  margin: 0 auto;
}
.section_brdNone{
  border-bottom:0!important;
}

.contentFixed .subtitle {
  color: #236eb1;
}

.contentFixed .news dt b {
  font-size: 1rem;
  letter-spacing: 0;
}

.elementWrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.elementWrap .elementSingle {
  width: 50%;
  padding: 4rem 10vw;
}

.elementWrap .elementSingle:nth-child(2n+1) {
  padding-right: 4rem;
}

.elementWrap .elementSingle:nth-child(2n) {
  padding-left: 4rem;
}

.elementSingle__dl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.elementSingle__dl dt {
  text-align: center;
  width: 100px;
  flex: 1 1 45px;
}

.elementSingle__dl dt .iconBox {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 50%;
  border: 2px solid #eee;
  padding: 18px;
  position: relative;
  margin: 0 auto;
}

.elementSingle__dl dt .iconBox::after, .elementSingle__dl dt .iconBox::before {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: 8px;
  background: #fff;
  top: 50%;
  left: -2px;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.elementSingle__dl dt .iconBox::before {
  width: 8px;
  height: calc(100% + 4px);
  top: -2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.elementSingle__dl dt .iconBox__img {
  position: relative;
  z-index: 2;
  max-width: 60px;
  max-height: 60px;
  width: auto;
  height: auto;
}

.elementSingle__dl dd.elementTxt {
  flex: 6;
  line-height: 1.5;
  letter-spacing: 0;
  padding-left: 2rem;
}

.elementSingle__dl dd.elementTxt .elementTxt__title {
  color: #236eb1;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}

.subpage .section {
  max-width: 100%;
}

.section.sub {
  padding: 90px 9%;
}

.outline:after {
  content: '';
  display: block;
  clear: both;
}

.outline_content {
  display: block;
  width: 48.5%;
  text-align: center;
  border: 1px solid #eee;
  float: left;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.outline_content:hover {
  border: 1px solid #fff;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

.text {
  color: #666;
  line-height: 2;
}

.outline_content .awrapper, .outline_content > a {
  text-align: center;
  padding: 50px 0 50px;
  color: #000;
  display: block;
  position: relative;
  height: auto;
}

.outline_content a:hover {
  opacity: 1;
}

.outline_content:not(:first-child) {
  margin-left: 3%;
}

.outline {
  margin-top: 3%;
}

.outline_content .btn {
  /*
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translate(-50%,0);
    */
  position: relative;
  margin: 20px 0 0 0;
}

.outline_content .awrapper .btn a {
  width: 27.5%;
  padding: 15px 0;
}

.icon {
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 2px solid #eee !important;
  border-radius: 50px;
  display: block;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}

.icon img {
  width: auto;
  height: 48%;
  position: relative;
  z-index: 3;
  vertical-align: -15px;
}

.icon:before {
  content: "";
  position: absolute;
  border-top: 100px solid #fff !important;
  border-bottom: 0px solid #fff !important;
  border-left: 3px solid #fff !important;
  border-right: 3px solid #fff !important;
  top: -2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.icon:after {
  content: "";
  position: absolute;
  border-top: 3px solid #fff !important;
  border-bottom: 3px solid #fff !important;
  border-left: 100px solid #fff !important;
  border-right: 0px solid #fff !important;
  top: 50%;
  left: -2px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.business_name {
  font-weight: bold;
  margin: 30px 0;
  letter-spacing: 3px;
}

.business_name dt {
  font-size: 24px;
  margin-bottom: 20px;
}

.business_name dd {
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

.field {
  text-align: center;
  margin-top: 60px;
}

.field b {
  font-size: 20px;
  font-weight: bold;
}

.field ul {
  margin-top: 30px;
}

.field li {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}

.field li:not(:first-child) {
  margin-left: 20px;
}

.icon_b {
  width: 140px;
  height: 140px;
  line-height: 140px;
  display: block;
  vertical-align: middle;
  background: #EEE;
  border-radius: 70px;
  margin: 0 auto 15px;
}

.icon_b img {
  width: auto;
  height: 43px;
}

.subnav_switch {
  display: none;
}

/* news */
.news {
  word-break: break-all;
  padding: 0 7%;
}

.news dl {
  width: 100%;
  display: table;
}

.news dl > * {
  display: table-cell;
  vertical-align: middle;
}

.news dl:not(:first-child) {
  margin-top: 30px;
}

.news dt {
  width: 225px;
}

.news dt b {
  display: inline-block;
  width: 90px;
  padding: 10px 0;
  color: #FFF;
  text-align: center;
  background: #15426C;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: normal;
  margin-right: 35px;
}

.news dd {
  line-height: 1.5;
  padding-left: 25px;
}

.news dd a {
  text-decoration: underline;
}

.news dd span {
  padding-right: 25px;
}

.news dd div {
  display: table;
}

.news dd div > * {
  display: table-cell;
  vertical-align: middle;
}

.news .btn {
  margin-top: 40px;
}

/* group */
.group {
  padding: 0 7%;
}

.group dl {
  display: block;
  text-align: center;
}

.group dl > * {
  display: block;
  vertical-align: middle;
}

.group dt a {
  display: inline-block;
  line-height: 1;
  width: 440px;
  text-align: center;
  padding: 25px 0;
  border: 1px solid #eee;
}

.group dt img {
  width: auto;
  height: 50px;
}

.group dd {
  font-size: 16px;
  font-weight: bold;
}

.group .btn {
  margin-top: 2rem;
  text-align: center;
}

/* subpage */
.subpage .text.b p {
  color: #111;
  line-height: 2;
}

.subpage .text em {
  font-weight: bold;
  font-size: 16px;
  color: #111;
}

.subpage .text p:not(:first-child) {
  margin-top: 25px;
}

.subpage .text li:not(:first-child) {
  margin-top: 1em;
}

.subnav {
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 30px 110px;
}

.pagename {
  position: absolute;
}

.parallelogram {
  position: absolute;
  width: 400px;
  height: 160px;
  background: #00acee;
  -webkit-transform: skewY(-5deg);
  -moz-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  -o-transform: skewY(-5deg);
  transform: skewY(-5deg);
  top: -90px;
}

.pagename_text {
  position: absolute;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  top: -27px;
  letter-spacing: 5px;
  left: 100px;
}

.pagename_api_text {
  position: absolute;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  top: -60px;
  letter-spacing: 5px;
  line-height: 38px;
  text-align: center;
  width: 460px;
  padding: 10px;
}

.subnav .ul {
  text-align: right;
  right: 0px;
}

.subnav li {
  display: inline-block;
  padding: 0 20px;
}

.subnav li a {
  color: #111;
}

.subpage .mv {
  position: relative;
  height: 200px;
}

.subpage .mv img {
  position: absolute;
  display: block;
  left: 50%;
  top: 70%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.subpage .subtitle {
  font-size: 28px;
}

.subpage .subtitle b {
  display: block;
  font-size: 14px;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: bold;
  margin-top: 20px;
}

.vision_caption {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 60px;
}

.vision_caption em {
  display: block;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 64px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 30px;
}

.companyinfo {
  width: 1024px;
}

.companyinfo_image {
  display: inline-block;
  padding: 50px 25px;
  border: 1px solid #eee;
  vertical-align: top;
  margin-right: 70px;
}

.companyinfo_image img {
  width: 200px;
  height: auto;
}

.companyinfo_text {
  line-height: 1.8;
  display: inline-block;
  vertical-align: top;
}

.companyinfo_text dl > * {
  display: inline-block;
  vertical-align: top;
}

.companyinfo_text dt {
  width: 160px;
  font-size: 16px;
  font-weight: bold;
}

.companyinfo_text dl:not(:first-child) {
  margin-top: 40px;
}

.companyinfo_text dd div:not(:first-child) {
  margin-top: 1em;
}

.googlemap {
  margin-top: 60px;
}

.recruit_text {
  font-size: 14px;
  color: #111;
}

.recruit_text em {
  font-weight: bold;
  font-size: 20px;
}

.bigger {
  font-size: 20px;
}

.bluetablewrap {
  margin: 0 auto;
  text-align: center;
}

.bluetablewrap_second {
  margin-top: 55px;
}

.bluetablewrap table {
  border: none;
}

.bluetablewrap th, .bluetablewrap td {
  border-left: none;
  border-right: none;
  text-align: left;
}

.bluetablewrap th {
  width: 190px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.bluetablewrap td {
  padding: 30px;
  line-height: 1.8;
}

.bluetablewrap > * {
  text-align: left;
  vertical-align: top;
  display: inline-block;
}

.bluetablewrap .leftcontent {
  width: 20%;
}

.bluetablewrap .rightcontent {
  width: 74%;
  margin-left: 5%;
}

.bluetablewrap em {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.bluetablewrap .bigger {
  display: block;
  font-size: 20px;
  margin-bottom: 30px;
}

.bluetablewrap th {
  padding: 30px;
  background: #00acee;
}

.btn.jobs > * {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
}

.bluetablewrap .btn__jobs_second {
  line-height: 1.3;
}

.bluetablewrap .btn__jobs_second__subtitle{
  font-size: 18px;
}

.btn.jobs > *:after {
  right: 12px;
}

/* contact */
.formTable td, .formTable th {
  padding: 1em 0;
}

.form form > div {
  padding: 1em 0;
}

.formTable, .form dl {
  display: table;
  width: 100%;
  border: none;
}

.formTable tr {
  border: none;
}

.formTable td, .formTable th {
  vertical-align: middle;
  display: table-cell;
  border: none;
}

.form dl > * {
  vertical-align: middle;
  display: table-cell;
  border: none;
}

.formTable th, .form dt {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  width: 25%;
}

.formTable td {
  width: 75%;
}

.form dd {
  width: 75%;
}

.form dd input[type="text"], .form dd textarea {
  width: 100%;
  padding: 0.5em;
  border-color: #999;
  font-size: 15px;
}

.form dd label {
  margin-right: 1em;
}

.form dd input[type="radio"] {
  margin-right: 0.5em;
}

.submit {
  text-align: center;
}

.confirm {
  margin: 3rem 0;
}

.confirm .btn {
  margin-top: 3rem;
}

.center h4 {
  margin-bottom: 2em;
}

.error_messe {
  padding: 0.5em 0;
}

.form.thanks {
  line-height: 1.8;
}

.chart {
  text-align: center;
}

.chart img {
  max-width: 1200px;
  width: 100%;
  height: auto;
}

/* footer */
.copyright {
  text-align: center;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  padding: 50px 0;
}

@media screen and (min-width: 1201px) {
  .outline_content > a, .outline_content .awrapper {
    height: auto;
  }
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
  .outline_content > a, .outline_content .awrapper {
    padding: 50px 5%;
  }
  .outline_content .text br {
    display: none;
  }
  .business_name dt {
    font-size: 20px;
  }
  .business_name dd {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .pagename {
    left: 0;
  }
}

@media screen and (min-width: 961px) and (max-width: 1430px) {
  .field ul {
    width: 65%;
    margin: 30px auto 0;
    text-align: left;
  }
  .field li {
    text-align: center;
    width: 32%;
  }
  .field li:not(:first-child) {
    margin-left: 0;
  }
  .field li:nth-child(n+4) {
    margin-top: 45px;
  }
}


/* WeChat page */
.wechatbnr {
  display: none;
  position: fixed; right: 0; bottom:100px;z-index: 9999;    width: 162px;
}

.wechatbnr img{
  width: 100%;
  height: auto;
}


.wechat .pagename_text{
	white-space: nowrap;
	left: 50px;
}

.wechat .pagename_api_text{
	white-space: nowrap;
}


.wechat .parallelogram{
	width: 450px;
}

.service_target{
  padding: 100px 0px;
  width: 100%;
}

.service_target .headline{
text-align: center;
font-size: 32px;
margin-bottom: 20px;
}

.service_target .subheading{
text-align: center;
font-size: 16px;
margin-bottom: 80px;
}




.service_target ul{
  max-width: 1120px;
  margin: auto;
  text-align: center;
  display: flex;
}



.service_target dl{
  width: 1120px;
  text-align: center;
  margin-left: 5px;
}

.service_target dt{
font-size: 18px;
font-weight: bold;
line-height: 1.3em;
margin: 20px;
}

.service_target dd{
margin: 10px;
}


.service_case{
 background-color: #03acee;
}

.service_case ul{
  max-width: 1120px;
  margin: auto;
  text-align: center;
  display: flex;
}

.service_case dl{
  width: 1120px;
  text-align: center;
  margin-left: 10px;
  border: solid 2px #ffffff;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 33px;
}

.service_case dt{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  margin: 20px;
  color: #ffffff;
}

.service_case dd{
  margin: 10px;
  font-size: 15px;
  color: #ffffff;
}

.service_case .headline{
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
  color: #ffffff;
}

.service_case .subheading{
  text-align: center;
  font-size: 16px;
  margin-bottom: 80px;
  color: #ffffff;
}



.service_targetcontent{
  max-width: 1120px;
  margin: auto;
  text-align: center;
  display: flex;

}



.wechat section > *{
	padding: 100px 0px;
	width: 100%;
}
.wechat section > * h2{
	text-align: center;
	font-size: 32px;
	margin-bottom: 80px;
}
.wechat section .WeChatPay_mainVis_inner{
	padding: 0px;
}
.wechat .section{
    border-bottom: none;
}


.wechat .section.sub{
	padding-bottom: 0px;
}
.wechat .subtitle{
	margin-bottom: 0px;
}
.subtitle p{
	font-size: 18px;
	font-weight: initial;
	margin: 40px 0px;
	line-height: 1.5em;
}

.WeChatPay_icon {
    max-width: 1340px;
    padding:100px;
    margin: 60px auto 0px;
    border-top: solid 1px #eee;
}


.WeChatPay_mainVis_inner{
	display: table;
	width: 100%;
	height: 100%;
}
.WeChatPay_mainVis_inner .txt{
	background-color: #00acee;
	display: table-cell;
	width: 540px;
    padding: 150px 0px 150px 80px;
	font-size: 23px;
	color: #fff;
	line-height: 48px;
}
.WeChatPay_mainVis_inner .img{
	background-image: url(../images/WeChatPay_mainVis.png);
	background-size: cover;
	display: table-cell;
}

.WeChatPay_merit ul{
    max-width: 1120px;
    margin: auto;
	text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.WeChatPay_merit ul li{
	width: 50%;
    padding: 0;
    padding-right: 0rem;
    margin-bottom: 60px;
}
.WeChatPay_merit ul li:nth-child(odd){

}
.WeChatPay_merit ul li:nth-child(even){
}
.merit_caption{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.3em;
	line-height: 1.3em;
	margin-top: 30px;
}
.WeChatPay_merit .txt{
	margin-top: 30px;
	font-size: 14px;
	line-height: 1.6em;
}

/* WeChatPay_api */

.WeChatPay_api .headline {
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
}

.WeChatPay_api ul{
/*     max-width: 1120px; */
  margin: auto;
	text-align: center;
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
.WeChatPay_api ul li{
	width: 33.33%;
  padding: 0;
  padding-right: 0rem;
  margin-bottom: 30px;
}
.WeChatPay_api ul li img{
	width: 4.6rem;
	height: auto;
}
.WeChatPay_api ul li:nth-child(odd){

}
.WeChatPay_api ul li:nth-child(even){
}
.api_caption{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.3em;
	line-height: 1.3em;
	margin-top: 30px;
}

.api_price{
  display: block;
  padding: 40px 0px;
  margin: 0 20px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  background-color: lightskyblue;
  color: #fff;
}

.WeChatPay_api .price .monthly{
  position: relative;
}
.WeChatPay_api .price .monthly:before{
  position: absolute;
  left: -13px;
  top: 38px;
  content: "\FF0B";
  font-size: 1.8rem;
  color: black;
}

.WeChatPay_api .price .monthly:after{
  position: absolute;
  right:-12px;
  top: 38px;
  content: "\FF0B";
  font-size: 1.8rem;
  color: black;
}


.WeChatPay_api .txt{
	margin-top: 30px;
	font-size: 14px;
	line-height: 1.6em;
}


.WeChatPay_api_icon {
    max-width: 1340px;
    margin: 60px auto 0px;
    border-top: solid 1px #eee;
}

.development_cost{
  padding-left: 15%;
  margin-bottom: 80px;
}

.WeChatPay_api .system_overview {
  width: 80%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3em;

}

.WeChatPay_api .system_overview li{
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.WeChatPay_api .system_overview li p{
  padding-left: 3rem;
  text-align: left;
}

.system_overview .system_icon{
  width: 30%;
}
.system_overview .system_icon img{
  width: 100%;
  height: auto;
}



.contact_banner{
    max-width: 1120px;
    margin: auto;
    text-align: center;
    background-color: #eeeeee;
    padding: 60px 0px;
}
.contact_banner .contact_btn{
	display: inline-block;
	width: 440px;
	text-align: center;
}
.contact_banner .contact_btn a{
    display: block;
	padding: 30px 0px;
	margin-right: 35px;
	border-radius:50px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.contact_banner .contact_btn.btn_doc a{
	background-color: #236eb1;
}
.contact_banner .contact_btn.btn_form a{
	background-color: #0cc902;
}
.contact_banner p{
	font-size: 18px;
	margin-top: 60px;
}
.contact_banner  .phone_num:before{
	content: "";
	display: inline-block;
	height: 31px;
	width: 31px;
	background-image: url(../images/phone-call.png);
	margin-right: 25px;
    vertical-align: sub;
}
.contact_banner  .phone_num{
	font-size: 42px;
	margin-top: 20px;
	font-weight: bold;
	color: #236eb1;
}

.contact_banner  .recruitment{

	color: #ff0000;
}

.aboutInbound{
	background-color: #0cc902;
	color: #fff;
}
.aboutInbound_inner{
	max-width: 1120px;
	margin: auto
}
.aboutInbound_inner > div{
	display: flex;
}
.aboutInbound_inner > div.fromChina{
	padding: 0px 0px 60px;
	border-bottom: solid 1px rgba(255,255,255,0.5);
}
.aboutInbound_inner > div.business{
	padding:60px 0px;
	border-bottom: solid 1px rgba(255,255,255,0.5);
}
.aboutInbound_inner > div.norisc{
	padding:60px 0px 0px;
}
.aboutInbound_inner .txt{
	display: inline-block;
	width: 50%;
}
.aboutInbound_inner .img{
	display: inline-block;
	width: 50%;
	height: auto;
}
.fromChina .img{
	padding-left: 40px;
}
.aboutInbound_inner .txt p.people{
	font-size: 32px;
    margin-bottom: 30px;
}
.aboutInbound_inner .txt p.people span{
	font-size: 72px;
	color: #fff537;
}
.aboutInbound_inner .txt h3{
	font-size: 24px;
	margin-bottom: 30px;
    line-height: 1.4em;
}
.aboutInbound_inner .txt p{
	font-size: 16px;
    line-height: 1.6em;
}
.norisc .txt{
    padding-right: 6%;
}
.aboutInbound_inner .norisc .img{
	margin-top: 35px;
	width: 100%;
}
.norisc .txt_li{
    display: inline-block;
    width: 50%;
	padding-left: 40px;
}
@media only screen and (min-width: 961px) {
	.norisc .txt_li ul li:before{
		content: "";
		position: absolute;
		display: inline-block;
		height: 20px;
		width: 20px;
		background-color: #0cc902;
		border-top:solid 1px #fff;
		border-left:solid 1px #fff;
		left: 0px;
		top: 50%;
		transform: translateY(-50%) translateX(-50%) rotate(-45deg);
		-webkit- transform: translateY(-50%) translateX(-50%) rotate(-45deg);
	}
}
.norisc .txt_li ul li{
	position: relative;
	padding: 30px 50px;
	border: solid 1px #fff;
	border-radius: 10px;
	margin-bottom: 12px;
	line-height: 1.6em;
}
.norisc_caption{
	color:#fff537;
	font-size: 16px;
	margin-bottom: 14px;
	line-height: 1em;
}



.WeChatLogo{
  padding: 10px;

  }



.balloon {
    position: relative;
    text-align: center;
    padding-top: 80px;
    margin: 0 auto;
}

.balloon p{
    display: inline-block;
    background-color: #0ac901;
    padding: 20px 30px;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    letter-spacing: 1px;
}




.balloon p:after{
	content: "";
	position: absolute;
	display: inline-block;
	height: 14px;
	width: 15px;
	background-image: url(../images/balloon.png);

	left: 50%;
	top: 100%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}



.WeChatPay_icon .balloon p {
	left: calc(50% - 163px);
	top:-75px;
}
.wechat section > .HowToUse {
    padding: 60px 0px 100px 0 ;
    width: 100%;
}
.HowToUse .balloon p{
	left: calc(50% - 410px);
	top: 10px;
	font-size: 18px;
}

.HowToUse_caption{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 86px;
}
.HowToUse_caption p:before{
	display: inline-block;
	margin-right: 20px;
	content: "";
	height: 25px;
	width: 3px;
	background-color: #000;
	transform: rotate(-45deg);
	-webkit- transform: rotate(-45deg);
	vertical-align: middle;
}
.HowToUse_caption p:after{
	display: inline-block;
	margin-left: 20px;
	content: "";
	height: 25px;
	width: 3px;
	background-color: #000;
	transform: rotate(45deg);
	-webkit- transform: rotate(45deg);
	vertical-align: middle;
}
.HowToUse{
	background-color: #edeff4
}
.step_inner{
	display: flex;
	justify-content:center;
}
.step{
	background-color: #fff;
	padding: 70px 30px 60px;
	border-radius: 10px;
	margin: 0px 10px;
	text-align: center;
	position: relative;
}
.step img{
	margin-bottom:44px;
}
.li_mun{
	position: absolute;
	height: 60px;
	width: 60px;
	text-align: center;
	vertical-align: middle;
	background-color: #0cc902;
	border-radius: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
    padding: 18px 24px;
}
.step .li_mun{
	left: 50%;
	top: 0;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.step_3_txt{
	font-size: 16px;
	font-weight: bold;
	color: #0cc902;
}

.follow{
	background-color: #00acee;
	color: #fff;
	text-align: center;
}
.wechat section > .follow{
	padding-bottom: 0px;
}
.follow > img{
	margin-bottom: 80px;
}
.followMerit{
	max-width: 1120px;
	margin: auto;
}
.followMerit.storeMerit{
	padding-bottom: 60px;
	border-bottom: solid 1px rgba(255,255,255,0.5);
}
.followMerit p{
	font-size: 24px;
	margin-bottom: 30px;
}
.followMerit ul{
	display: inline-block;
	width: 490px;
	margin:0 10px;
	vertical-align: top;
}
.followMerit ul li{
	text-align: left;
	padding: 15px 10px;
	border-bottom: solid 1px rgba(255,255,255,0.5);
	font-size: 14px;
}
.followMerit ul li:after{
	content:"";
	display: inline-block;
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 14px;
	width: 24px;
	transform: translateY(0%) translateX(-50%);
	-webkit- transform: translateY(0%) translateX(-50%);
	float: right;
}
.followMerit ul li:last-child{
	border-bottom: none;
}

.followMerit.userMerit{
	margin-top: 80px;
}
.phone_inner{
	display: inline-block;
	width: 490px;
	margin:0 10px;
	vertical-align: top;
}
.followMerit p{
	margin-bottom: 50px;
}
.followMerit.userMerit ul{
	margin-top: 15px;
}

.flow{
	background-color: #fafadd;
}
.flow ul{
	padding: 0px 270px;
}
.flow ul li{
	padding-left: 60px;
	border-left: solid 2px #ececec;
	padding-bottom: 60px;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	position: relative;
}
.flow ul li:last-child{
	border: none;
}
.flow .li_mun{
	left: 0;
	top: 10px;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	box-shadow: 0 0 0 4px #fafadd;
}
.flow ul li p{
	display: inline-block;
	vertical-align: top;
}
.flow ul li p.flow_caption{
	display: block;
	font-size: 24px;
	margin-bottom: 20px;
}
.flow ul li .sign{
	display: inline-block;
	padding: 5px 20px;
	background-color: #0cc902;
	color: #fff;
	border-radius: 10px;
	margin-right: 10px;
}
.attention{
	max-width: 1340px;
	margin: auto;
	border-bottom: solid 1px #eee;
}
.attention_inner{
	max-width: 1120px;
	margin: auto;
	padding: 40px;
	border: solid 1px #eee;
	line-height: 1.4em;
	margin-bottom: 60px;
}

.inbound > p{
	font-size: 16px;
	text-align: center;
    line-height: 1.6em;
    margin-bottom: 30px;
}
.inboundChart{
	text-align: center;
	margin-bottom: 30px;
}
.inboundChart > img{
    display: inline-block;
    width: 250px;
    vertical-align: top;
    margin-top: 50px;
}
.inboundChart > img:last-child{
	border: solid 1px #eee;
}
.inboundChartInner{
    width: 500px;
	display: inline-block;
}
.inboundChartInner img{
	margin: 20px 0px;
}
.inboundChartInner p{
	text-align: center;
	font-size: 16px;
	color: #00a3eb;
	padding: 22px 0px;
	background-image: url(../images/inboundChartInner.png);
	background-repeat: no-repeat;
	background-position-x: 50%;
}
.inboundChartInner p:last-child{
	background-image: url(../images/inboundChartInner2.png);
}
.inbound ul{
	max-width: 1120px;
    margin: auto;
}
.inbound ul li{
	width: 49%;
	color: #00a3eb;
	display: inline-block;
    text-align: center;
    padding: 15px 10px;
    border: solid 2px #00a3eb;
    font-size: 14px;
    margin-top: 10px;
}
.inbound ul li:nth-child(even){
	float: right;
}
/* WeChat page */

.formSelectWrap{
	position: relative;
}

select.formSelect{
	background: rgba(255,255,255,0.5);
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	border:1px solid #00acee;
	line-height: 1.8;
	margin-top: 1rem;
	vertical-align: middle;
}

.breadCrumb{
	margin:0.5rem 0 3rem;
}


/* edge hack */
@supports (-ms-ime-align:auto) {
	select.formSelect{
		padding-right: 2em;
	}
	.formSelectWrap::after{
		font-size: 0.8em;
		content:"\25BC";
		position: absolute;
		right: 0.5em;
		top: 50%;
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
		z-index:-1;
	}
}

/* payment_method */

.payment_method{
  background-color:#edeff4; 
  margin: 0 auto;

}
.payment_method_box{
  margin:0 auto;
  width: 100%;
  max-width: 1120px;
  margin: auto;
  
}

.payment_method_box .payment_method_content{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: solid 1px rgba(0,0,0,0.2);  
  
}

.payment_method_box .payment_method_content_process{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: solid 1px rgba(0,0,0,0.2);  
}

.payment_method_content_process_qr{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: solid 1px rgba(0,0,0,0.2);  
}

.payment_method_box > div:last-child{
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.payment_method_process__arrow{
  width: 20px;
  height: 20px;
  border-top: 2px solid #0cc902;
  border-right: 2px solid #0cc902;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 5px;
}

.payment_explanation{
  padding-left: 5%;
  width: 45%;
}



.payment_method .payment_method_box .payment_explanation .payment_method_title{
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1em;
  text-align: center;
  
}

.payment_method .payment_method_box .payment_explanation .payment_method_text{
    font-size: 16px;
    line-height: 1.6em;
}



.payment_method .payment_method_box .payment_method_img{
  width: 70%;
  text-align: center;

}

.payment_method_img_wrap{
  width: 70%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment_method_process_img{
  width: 30%;
}

.payment_method_process_img > img{
  width: 100%;
}


.payment_method .payment_method_box .payment_method_drawing{
  width: 70%;
  text-align: center;


}

.payment_method .payment_method_box .payment_method_img img{
 max-width: 100%;
}

.payment_method .payment_method_box .payment_method_drawing img{
  width: 30%;

}

/* anothergallery */





.another .subtitle {
  margin-bottom: 0px;

}

.another .parallelogram {
  width: 450px;
}

.another .pagename_text {
  white-space: nowrap;
  left: 27px;
}

.anothergallery_border{
max-width: 1340px;
    margin: 60px auto 0px;
    border-top: solid 1px #eee;
}

.anothergallery_mainVis_inner {
  display: table;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
}

.anothergallery_mainVis_inner .img {
  background-image: url(../images/anothergalley_mainVis.png);
  background-size: cover;
  display: table-cell; 
  background-position: center;
}

.anothergallery_mainVis_inner .txt {
  background-color: #000;
  display: table-cell;
  width: 30%;
  padding: 150px 40px 160px 40px;
  font-size: 23px;
  color: #fff;
  line-height: 48px;
  text-align: left;
}

.anothergallery_mainlogo{
  text-align: center;
}

.anothergallery_maintitle .btn{
 margin-top: 30px;
}

/* .anothergallery section > * {
  padding: 100px 0px;
  width: 100%;
} */

.anothergallery_history h2{
  text-align: center;
  font-size: 32px;
  margin-bottom: 80px;
  font-weight: bold;
  margin-top: 100px;

}

.anothergallery_history_contents{
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
}

.anothergallery_history_contents li{
  width: 100%;

}



.anothergallery_history_contents li img{
  width: 100%;

}

.anothergallery_history_contents{
  background-color: #eeeeee;
}

.anothergallery_history_caption{
  font-size: 24px;
  letter-spacing: 0.1rem;
  line-height: 2.5rem;
}

.anothergallery_history .anothergallery_history_text{
  font-size: 16px;
  line-height: 2rem;
  padding-top: 30px;
}

.anothergallery_history .btn{
  margin-top: 30px;
}

.anothergallery_history .reverse{
  flex-direction: row-reverse
}

.anothergallery_history{
  margin-bottom: 200px;
}

/* ie11 hack */
@media all and (-ms-high-contrast:none){
	select.formSelect{
		padding-right: 2em;
	}
	.formSelectWrap::after{
		font-size: 0.8em;
		content:"\25BC";
		position: absolute;
		right: 0.5em;
		top: 50%;
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
		z-index:-1;
	}
}

.mB1{margin-bottom: 15px!important;}
.mB2{margin-bottom: 2em;}
.mB3{margin-bottom: 3em;}
.mB1{margin-bottom: 4em;}



.productTop01{width: 100%;}
.productTop01 img{max-width: 100%;}
.btnLink01{text-align: center;margin:40px 0 0;}
.btnLink01 a{
  background-color:#236eb1;
  padding:10px 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
}

.elementWrap .elementSingle2 {
  width: 50%;
  padding: 4rem 10vw;
}

.elementWrap .elementSingle2:nth-child(2n+1) {
  padding-right: 1rem;
}

.elementWrap .elementSingle2:nth-child(2n) {
  padding-left: 1rem;
}

.sisanTop{
  max-width: 750px;
  margin:60px auto 0;
}
.sisanTop img{max-width: 100%;}
.sisanTop .linkSisan01{
  text-align: center;
  margin-top: 50px;
}
.sisanTop .linkSisan01 a{
  background-color:#236eb1;
  padding:10px 20px;
  border-radius: 30px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
.sisanTop{
  max-width: 750px;
  margin:60px auto 0;
}
.sisanTop .linkSisan01 a{
  border-radius: 30px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}
}

@media only screen and (max-width: 960px) {
.spKaigyo{display: block;}
.pcKaigyo{display: inline;}
}
@media only screen and (min-width: 961px) {
.spKaigyo{display: inline;}
.pcKaigyo{display: block;}
}

.sisanBox01{background-color:#e1ebf7;padding:50px 20px;text-align: center;margin-bottom: 40px;}
.sisanTx01{font-size: 2rem;font-weight: bold;margin:0;padding:0;}
.sisanTx02{font-size: 2.25rem;font-weight: bold;margin:0!important;padding:0;color: #ff0000!important;}
.sisanTx03{font-size: 1.5rem;font-weight: bold;margin:0!important;padding:0;}
.sisanTx04{font-size: 1.25rem;font-weight: bold;margin:0!important;padding:0;}
.sisanTxh1{font-size: 3.0rem!important;font-weight: bold!important;margin:20px 0 0!important;padding:0;color: #000;}
.sisanTx05{font-size: 1.5rem;font-weight: bold;margin:60px 0 0!important;padding:0;color: #000;border-top: 1px solid #ccc;padding-top: 40px;}
.sisanBtn01{max-width: 750px;margin:40px auto 20px; border:1px solid #ff0000;box-sizing: border-box;padding:20px;font-size: 1.75rem;font-weight: bold;color: #ff0000;text-align: center;}
.sisanBtn02{max-width: 750px;margin:20px auto; text-align: center;}
.sisanBtn02 a{display: block;background-color:#236eb1;padding:20px;color: #fff;font-size: 1.75rem;font-weight: bold;}
.sisanImg img{max-width: 100%;}

@media only screen and (max-width: 960px) {
.sisanTx01{font-size: 1.25rem;font-weight: bold;margin:0;padding:0;}
.sisanTx02{font-size: 1.5rem;font-weight: bold;margin:0!important;padding:0;color: #ff0000!important;}

.sisanTxh1{font-size: 2.0rem!important;font-weight: bold!important;margin:20px 0 0!important;padding:0;color: #000;}

.sisanBtn01{padding:20px;font-size: 1.25rem;}
.sisanBtn02{margin:20px auto;}
.sisanBtn02 a{padding:20px;font-size: 1.25rem;}

}


.sisanRed{color: #ff0000!important;}
.sisanRedUnderline{color: #ff0000!important;text-decoration: underline;}
.sisanBold{font-weight: bold;}
.mgClear{margin:0!important;}

.bold{font-weight:bold;}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
/*top鬯ｯ・ｯ繝ｻ・ｩ髯晢ｽｷ繝ｻ・｢郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・｢鬯ｮ・ｫ繝ｻ・ｴ髯滓汚・ｽ・ｱ驛｢譎｢・ｽ・ｻ郢晢ｽｻ郢ｧ謇假ｽｽ・ｽ繝ｻ・ｧ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ鬮ｯ・ｷ繝ｻ・ｿ鬯ｮ・｢・つ髫ｴ魃会ｽｽ・ｭ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｹ鬯ｮ・ｫ繝ｻ・ｴ鬮ｮ諛ｶ・ｽ・｣郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・｢鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｽ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｼ鬯ｯ・ｯ繝ｻ・ｩ髯晢ｽｷ繝ｻ・｢郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・｢鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｧ鬯ｩ蟷｢・ｽ・｢髫ｴ雜｣・ｽ・｢郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・ｻ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｻ鬯ｯ・ｯ繝ｻ・ｩ髯晢ｽｷ繝ｻ・｢郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・｢鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｧ鬯ｩ蟷｢・ｽ・｢髫ｴ雜｣・ｽ・｢郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・ｻ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｯ鬯ｯ・ｯ繝ｻ・ｩ髯晢ｽｷ繝ｻ・｢郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・｢鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｧ鬯ｩ蟷｢・ｽ・｢髫ｴ雜｣・ｽ・｢郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・ｻ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｷ鬯ｯ・ｯ繝ｻ・ｩ髯晢ｽｷ繝ｻ・｢郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・｢鬯ｮ・ｫ繝ｻ・ｴ鬮ｮ諛ｶ・ｽ・｣郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・｢鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｽ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｧ鬯ｯ・ｯ繝ｻ・ｩ髯晢ｽｷ繝ｻ・｢郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・｢鬯ｮ・ｫ繝ｻ・ｴ鬮ｮ諛ｶ・ｽ・｣郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・｢鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｽ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｳ*/
.bgBlue{background-color:#236eb1;color:#fff;line-height: 1.8;padding-bottom:100px}
@media only screen and (max-width: 960px) {
.bgBlue{padding-bottom:10px}
}
@media only screen and (min-width: 959px) {
  .newConsulL{
    width:50%;
    float:left;
  }
  .newProductL{
    width:50%;
    float:left;
    box-sizing: border-box;
    padding-right: 30px;
  }
  .newProductR{
    width:50%;
    float:right;
  }
  }
.newConsulL h2,
.newProductL h2{
  font-size:36px;
  text-align:center;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight:bold;
  letter-spacing: 3px;
  
}
.newProductL h2{
  color: #236eb0;
}
.newProductL h2 span{
  color: #000;
}
.newConsulL h2 span,
.newProductL h2 span{display:block;font-size:18px;margin:25px 0 50px;}
@media only screen and (max-width: 960px) {
  .newConsulL h2 span,
  .newProductL h2 span{display:block;font-size:16px;margin:15px 0 20px;}
}
.newConsulLImg img{max-width:100%}
@media only screen and (min-width: 959px) {
.newConsulR{
  width:50%;
  float:right;
  box-sizing:border-box;
  font-size:18px;
}
}
.newConsulR p{padding-bottom:25px;}
.newConsulR p span{font-weight:bold;font-size:20px;}
@media only screen and (min-width: 959px) {
  .newConsulR{
    padding-left:40px;
    padding-top:90px;
  }
  .newConsulR p{padding-bottom:25px;}
}
@media only screen and (max-width: 960px) {
.newConsulL{margin-bottom:25px;}
.newConsulR p{padding-bottom:15px;font-size:16px;}
.newConsulR p span{font-weight:bold;font-size:18px;}
}
.full-width{
  /* 鬯ｯ・ｯ繝ｻ・ｮ郢晢ｽｻ繝ｻ・ｫ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｹ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｺ鬯ｩ蟷｢・ｽ・｢髫ｴ雜｣・ｽ・｢郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・ｻ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・｡鬯ｯ・ｯ繝ｻ・ｩ髫ｰ・ｳ繝ｻ・ｾ郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・ｵ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｺ鬯ｩ蟷｢・ｽ・｢髫ｴ雜｣・ｽ・｢郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・ｻ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｮ2鬯ｯ・ｯ繝ｻ・ｯ郢晢ｽｻ繝ｻ・ｮ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｯ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｦ鬯ｯ・ｮ繝ｻ・ｯ髮矩｡板ｧ隰ｫ・ｰ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｯ鬮｣雋ｻ・ｽ・ｨ髯樊ｻゑｽｽ・ｲ郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・ｽ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｽ鬯ｮ・ｯ隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｶ鬮ｫ・ｴ陟托ｽｱ郢晢ｽｻ鬯ｲ蛛・ｽｽ・ｬ鬯ｩ蟷｢・ｽ・｢髫ｴ雜｣・ｽ・｢郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・ｻ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｽ鬯ｯ・ｯ繝ｻ・ｮ郢晢ｽｻ繝ｻ・ｯ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｷ鬯ｮ・｣髮具ｽｻ繝ｻ・ｽ繝ｻ・ｨ鬮ｯ讓奇ｽｻ繧托ｽｽ・ｽ繝ｻ・ｲ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｽ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・｣鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｰ */
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing:border-box;
}

@media only screen and (min-width: 959px) {
.full-width{paddig:0 0%!important;}

}

.newProductR img,
.newProductL img{
  max-width: 100%;
}
.newProductL p {font-size:18px;padding-bottom:25px;line-height: 1.5;}
@media only screen and (max-width: 960px) {
  .newProductL p {font-size:16px;padding-bottom:15px;}
}
@media only screen and (max-width: 960px) {
.pcOnly{display: none;}
}
@media only screen and (min-width: 961px) {
.spOnly{display: none;}
}
@media only screen and (max-width: 960px) {
  .btnLink01 a{
    font-size: 13px;
  }
}
@media only screen and (max-width: 960px) {
  html, body {
    min-width: 320px;
    font-size: 14px;
  }
  .sp {
    display: block !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pc, .pci {
    display: none !important;
  }
  .btn > * {
    padding: 1rem 4.66rem;
  }
  .btn > *:hover {
    background: #fff;
    color: #00ACEE;
  }
  .btn > *:hover:after {
    color: #00ACEE;
  }
  .outline_content:hover a .btn > *, .btn > *:hover {
    opacity: 1;
    color: #00ACEE;
    background: #FFF;
  }
  /* header */
  .gnav {
    min-width: 0px;
    display: none;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 999;
    margin-bottom: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  }
  .gnav.shadow {
    min-width: 0px;
    display: none;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 999;
    margin-bottom: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  }
  .gnav li:not(:first-child)::before {
    display: none;
  }
  .gnav ul {
    padding: 1rem 0;
  }
  .gnav.shadow li, .gnav li {
    width: 100%;
    display: block;
    font-size: 1rem;
    line-height: 1;
  }
  .gnav.shadow li a, .gnav a {
    display: block;
    width: 100%;
    padding: 1rem 0;
    display: block;
  }
  .facebook {
    display: none;
  }
  .gnav img {
    width: auto;
    height: 21px;
  }
  .gnav > ul > li:not(:first-child):before{
    display: none;
  }
  .gnav ul .submenu .submenu_hover{
   position: relative;
   top: 0;
   left: 0;
   display: none;
   padding: 0;
  }

  .header_top {
    position: relative;
    text-align: left;
    padding: 1.2rem 5% 1.5rem;
  }
  .header_top img {
    width: 60%;
    height: auto;
  }
  .spmenu_btn {
    width: 2.08rem;
    font-size: 10px;
    position: fixed;
    top: 38px;
    right: 18px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1000;
    cursor: pointer;
  }
  .spmenu_btn span {
    display: block;
    height: 0.29rem;
    width: 100%;
    background: #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-top: 0.5rem;
  }
  .spmenu_btn span:first-child {
    margin-top: 0px;
  }
  .spmenu_btn.active span {
    background: #000;
  }
  .spmenu_btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
  }
  .spmenu_btn.active span:nth-of-type(2) {
    margin-top: 4px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
  }
  .spmenu_btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    transform: translateY(-10px) translateX(0) rotate(-45deg);
  }
  /* mv */
  .mv {
    overflow: hidden;
    position: relative;
    padding-top: 100%;
  }
  .subpage .mv {
    height: 8.33rem;
    padding: 0;
  }
  .mv img {
    position: absolute;
    width: 220%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

/* newyear */
  .mv.newyear {
    overflow: hidden;
    position: inherit;
    padding-top: 0%;
  }
  .mv.newyear img {
    position: inherit;
    width: 220%;
  }
  .mv.newyear img.newyearimg{
    position: inherit;
    width: 101%;
  }
  .mv.newyear > div{
	  width: 100%;
	  overflow: hidden;
  }
/* newyear */

  .caption {
    font-size: 1.83rem;
    left: 10%;
    width: 100%;
  }
  .caption em {
    display: inline-block;
    font-size: 3.5rem;
    margin-top: 5px;
  }
  .caption em.ai-accent {
    font-size: 3.5rem;
    margin-top: 0;
  }
  .caption span {
    font-size: 1.5rem;
    margin-top: 20px;
  }
  .outline:not(:first-child) {
    margin: 3.33rem 0 0 0;
  }
  .outline_content {
    width: 100%;
  }
  .outline_content .text br {
    display: none;
  }
  .outline_content .awrapper .btn a {
    width: 180px;
    margin: 0 auto;
    padding: 1rem 0rem;
    display: block;
  }
  .outline_content .awrapper .btn a:not(:first-child) {
    margin-top: 1em;
  }
  .pagename_text {
    font-size: 1.5rem;
    top: -15px;
    left: 48px;
  }
  .wechat .pagename_api_text {
    font-size: 1.2rem;
    max-width: fit-content;
    margin: 0.7rem;
    left: 1.1rem;
  }
  .parallelogram {
    width: 16rem;
    height: 7.5rem;
    top: -60px;
    left: 0px;
  }
  /* section */
  .contentFixed .contents {
    padding: 0 4%;
  }
  .contentFixed .section {
    padding: 3.5em 8%;
  }
  .section {
    padding: 3.5em 0;
  }
  .section2 {
    padding: 3.5em 8%;
  }
  .vision_caption {
    line-height: 1.8;
    font-size: 1.16rem;
    text-align: center;
    letter-spacing: 0;
  }
  .vision_caption em {
    font-size: 2.6rem;
    margin-bottom: 1.6rem;
  }
  .section.sub {
    padding: 0rem 0 3rem ;
  }
  .elementWrap {
    display: block;
  }
  .elementWrap .elementSingle {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .elementWrap .elementSingle + .elementSingle {
    margin-top: 4rem;
  }
  .elementWrap .elementSingle:nth-child(2n+1) {
    padding: 0;
  }
  .elementWrap .elementSingle:nth-child(2n) {
    padding: 0;
  }

  .elementWrap .elementSingle2 {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .elementWrap .elementSingle2 + .elementSingle2 {
    margin-top: 4rem;
  }
  .elementWrap .elementSingle2:nth-child(2n+1) {
    padding: 0;
  }
  .elementWrap .elementSingle2:nth-child(2n) {
    padding: 0;
  }

  .elementSingle__dl {
    display: block;
  }
  .elementSingle__dl > dt {
    width: 100%;
  }
  .elementSingle__dl > dd.elementTxt {
    padding: 0;
    margin: 0;
    line-height: 1.8;
  }
  .elementSingle__dl > dd.elementTxt .elementTxt__title {
    line-height: 1;
    margin: 1.25em 0 1em;
  }
  /* outline */
  .outline_content {
    float: none;
    border: none;
  }
  .outline_content:hover {
    border: none;
    box-shadow: none;
  }
  .outline_content:not(:first-child) {
    margin: 3.33rem 0 0 0;
  }
  .outline_content a:hover {
    opacity: 1;
  }
  .outline_content:hover .btn > * {
    opacity: 1;
    color: #00ACEE;
    background: #fff;
  }
  .btn > *:hover {
    opacity: 1;
    color: #00ACEE;
    background: #fff;
  }
  .outline_content .awrapper, .outline_content a {
    height: auto !important;
    padding: 0 0 0;
  }
  .outline_content .btn {
    margin-top: 2.33em;
  }
  .text {
    text-align: left;
    letter-spacing: 0;
  }
  .business_name dt {
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .business_name dd {
    letter-spacing: 0;
  }
  .icon img {
    vertical-align: -18px;
  }
  /* field */
  .field ul {
    text-align: left;
  }
  .field li {
    width: 32%;
    font-size: 0.83rem;
    text-align: center;
    font-weight: normal;
  }
  .icon_b {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 1.75em;
  }
  .icon_b img {
    width: auto;
    height: 2.29rem;
  }
  .field li:not(:first-child) {
    margin: 0;
  }
  .field li:nth-child(n+4) {
    margin-top: 1.75rem;
  }
  /* news */
  .news {
    padding: 0;
  }
  .news dl {
    display: block;
  }
  .news dl > * {
    display: block;
  }
  .news dt {
    width: 100%;
  }
  .news dd {
    padding: 0;
    margin-top: 1.25rem;
  }
  .news dd div {
    display: block;
  }
  .news dd div > * {
    display: block;
  }
  .news dt b {
    margin-right: 1.25rem;
  }
  /* subpage */
  .subpage .subtitle {
    font-size: 1.4rem;
  }
  
  .subpage .requirements{
    margin-top: 3rem;
  }
  .subpage .subtitle b {
    font-size: 0.7rem;
  }
  .subnav {
    padding: 0;
    border-bottom: none;
  }
  .subnav .ul {
    position: relative;
    padding-top: 5.4rem;
    width: 100%;
/*     margin-bottom: 2.5rem; */
  }
  .subnav_switch {
    position: absolute;
    display: block;
    top: 100px;
    right: 20px;
  }
  .subnav_switch img {
    width: 1.4rem;
    height: auto;
  }
  .subnav ul {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .subnav li {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
  }
  .subnav li:first-child {
    display: block;
  }
  .subnav li a {
    display: inline-block;
    padding: 1.6rem 0;
  }
  .bluetablewrap .leftcontent {
    width: 100%;
    text-align: center;
  }
  .bluetablewrap .rightcontent {
    width: 100%;
    margin: 3rem 0 0;
    text-align: center;
  }
  .bluetablewrap th, .bluetablewrap td {
    display: block;
    width: 100%;
    border-top: none;
    border-bottom: none;
  }
  .companyinfo {
    width: 100%;
  }
  .companyinfo_image {
    text-align: center;
    display: block;
    padding: 40px 25px;
    margin: 0px auto;
  }
  .companyinfo_image img {
    width: 80%;
  }
  .companyinfo_text dl:first-child, .companyinfo_text dl:not(:first-child) {
    margin: 1rem 0;
  }
  .companyinfo_text dl > * {
    width: 100%;
    display: block;
  }
  /* contact */
  .formTable, .form dl {
    display: block;
  }
  .formTable td, .formTable th {
    vertical-align: middle;
    display: block;
    border: none;
    width: 100%;
    padding: 0.5em 0;
  }
  .form dl > * {
    vertical-align: middle;
    display: block;
    border: none;
    width: 100%;
    padding: 0.5em 0;
  }
  .formTable td, .formTable th {
    padding: 0;
  }
  .form form > div {
    padding: 0;
  }
  .form dd label {
    display: block;
    margin: 0;
    padding: 0.5em 0;
  }
  /* footer */
  .group {
    padding: 0;
  }
  .group img {
    width: 70%;
  }
  .group dl {
    display: block;
  }
  .group dl > * {
    display: block;
  }
  .group dt a {
    width: 100%;
  }
  .group dd {
    text-align: center;
    padding: 1.66rem 0 0;
  }
  .group .btn {
    margin-top: 0;
    text-align: center;
  }
  .copyright {
    font-size: 0.62rem;
    padding: 2rem 0;
  }


/* WeChat page */
.wechatbnr {
position: fixed; right: 0; bottom:55px;z-index: 9999;    width: 42%;
}

  .wechat p{
	  text-align:center;
  }
  .wechat .contents img{
    width: 41%;
    margin: 10px;
  }
  .wechat .parallelogram{
      width: 92vw;
  }

  .wechat section > *{
	  overflow: hidden;
      padding: 3.5em 4%;
  }
  .wechat .section.sub{
	  padding: 0px;
  }
    .breadCrumb {
    margin: 2.5rem 0;
    font-size: 10px;
}
  .subtitle p{
	  font-size: 14px;
	  margin: 20px 0px;
  }
  .WeChatPay_icon{
      padding: 5rem 0px;
      margin: 3rem auto 0px;
  }
  .WeChatPay_mainVis_inner{
	  display: block;
  }
  .WeChatPay_mainVis_inner .img{
    width: 100%;
    height: 200px;
    display: block;
  }
  .WeChatPay_mainVis_inner .txt{
    display: block;
    width: 100%;
    padding: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1.6;
  }
  .wechat section > * h2{
	padding: 0 2rem;
    text-align: center;
    font-size: 20px;
    margin-bottom: 3rem;
    line-height: 1.4em
  }
  .WeChatPay_merit .merit_caption{
	  text-align: center;
  }

  .WeChatPay_merit .detailed_txt{
    font-size: 0.9rem;
	  margin-top: 1rem;
  }

  .WeChatPay_merit ul{
	  padding: 0 5%;
  }
  .WeChatPay_merit ul li{
	  width: 100%;
  }
  .merit_caption{
	  margin-top: 1.25em
  }
  .WeChatPay_merit .txt{
	  margin-top: 1em
  }
  .WeChatPay_merit ul li{
	  margin-bottom: 4rem;
  }


  .service_target .headline{
  font-size: 1.6rem;
}


  .service_target .subheading{
  font-size: 0.9rem;
}


  .service_targetcontent{
  max-width: 100%;
  margin: auto;
  text-align: center;
  display:block;
}

  .service_target dl{
  margin-bottom:40px;
  width: 100%;
}

  .service_case .headline{
  font-size:1.6rem;
}

  .service_case .subheading{
  font-size: 0.9rem;

}

  .service_case dt{
  font-size: 18px;
}

  .service_case dl{
    width: 100%;
    margin: 20px auto;
  }
  .service_case .subheading{
  margin-bottom: 10px;
  }

  .service_target dt{
  font-size: 1.3rem;
  margin: 20px;
}



  .contact_banner{
	  padding: 2rem 4%;
  }
  .contact_banner .contact_btn{
	  width: 100%;
	  margin-bottom: 1rem;

  }
  .contact_banner .contact_btn a{
	  margin: 0px;
	  font-size: 14px;
	  padding: 20px 0px;
  }
  .contact_banner p{
	  text-align: center;
	  margin-top: 1rem;
	  font-size: 14px;
  }
  .contact_banner  .phone_num{
    font-size: 24px;
    margin-top: 1rem;
  }

  .aboutInbound_inner > div.fromChina{
	  padding: 0px 0px 3rem;
	  display: block;
	  text-align: center;
  }
  .aboutInbound_inner .txt{
	  margin-bottom: 2rem;
	  width: 100%;
  }
  .aboutInbound_inner .txt h3{
	  text-align: center;
	  font-size: 16px;
    margin-bottom: 1rem;
  }
  .aboutInbound_inner .txt p.people{
    margin-bottom: 1rem;
    text-align: center;
  }
  .aboutInbound_inner .txt p.people span{
	  font-size: 42px;
  }
  .aboutInbound_inner .txt p{
	  font-size: 14px;
  }
  .aboutInbound_inner .img{
	  padding-left: 0px;
	  width: 100%;
  }
  .aboutInbound_inner .img img{
	  width: 100%;
  }
  .aboutInbound_inner > div.business{
	  display: block;
	  padding: 3rem 0px;
  }
  .aboutInbound_inner > div.norisc{
	  display: block;
	  padding: 3rem 0px 0px;
  }
  .norisc .txt{
	  padding-right: 0;
  }
  .norisc .txt_li{
	  width: 100%;
	  padding-left:0px;
  }
  .norisc .txt_li ul li{
	  padding: 1rem 2rem;
  }
  .norisc .txt_li ul li:last-child{
	  margin-bottom: 0px;
  }

  .WeChatPay_icon .balloon p {
	left: calc(50% - 135px);
    top: -30px;
   }

  .HowToUse .balloon p {
    left: calc(50% - 85px);
    top: 10px;
    font-size: 14px;
   }
  .HowToUse_caption{
	  margin-bottom: 4rem;
  }
  .HowToUse_caption p{
	  text-align: center;
  }
.wechat section > .HowToUse {
    padding: 60px 0px 60px 0;
    width: 100%;
}
  .step_inner{
	  display: block;
  }
  .step{
      padding: 40px 30px 30px;
      margin-top: 3rem;
  }
  .step img{
	  width: 80%;
	  margin-bottom: 30px;
  }
  .follow > img{
	  width: 100%;
      margin-bottom: 2rem;
  }
  .followMerit p{
	  text-align: center;
	  margin-bottom: 1.5rem;
  }
  .followMerit ul{
	  padding: 0 5%;
	  width: 100%;
	  margin: 0px;
  }
  .followMerit ul li{
	  font-size: 12px;
	  padding: 10px 10px;
  }
  .followMerit ul li:last-child{
	  border-bottom: solid 1px rgba(255,255,255,0.5);
  }
  .phone_inner{
	  width: 100%;
	  margin: 2rem 0 0;
  }
  .phone_inner img{
	  width: 50%;
  }


  .flow ul li {
    padding-left: 60px;
    border-left: solid 2px #ececec;
    padding-bottom: 60px;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    position: relative;
    text-align: left;

}

  .flow ul{
	  width: 100%;
	  padding: 0 0 0 8%;
  }
  .flow ul li p.flow_caption{
	  font-size: 18px;
    margin-bottom: 1rem;

  }
  .flow ul li .sign{
	  font-size: 14px;
  }
  .flow ul li p{
	  font-size: 14px;
	  text-align: left;

  }
  .attention_inner{
	  padding: 2rem;

  }

.inboundChartInner{
	width: 100%;
}
.inboundChartInner img{
	width: 80%;
	margin: 10px  0px;

}
.inboundChart > img {
    margin: 20px 0;
}
.inbound ul li{
	width: 100%;
}
.inboundChartInner img.spi{
	width: 20%;
}
.inboundChartInner p{
    padding: 10px 0px 30px;
    background-position-y: 50%;
	text-align: center;
	font-size: 18px;
	background-image: url(../images/inboundChartInner_SP.png);
}
.inboundChartInner p:last-child{
    padding: 40px 0px 20px;
	background-image: url(../images/inboundChartInner2_SP.png);
}


.WeChatPay_icon .balloon01 p {
    left: calc(30%);
    top: 69px;
    font-size: 12px;
    padding: 8px;
    z-index: 1;
}

.balloon {
    padding: 63px;
}

.WeChatPay_icon .balloon p:before {
    font-size: 0.7rem;
    min-width: 50%;
    margin: -47px 30px;
}

.api_caption{
	font-size: 18px;
}
.WeChatPay_api img{
  max-width: 100%;
}

.WeChatPay_api ul li{
  width: 100%;
  text-align: center;
}



.development_cost {
    padding-left: 0%;
    margin-bottom: 80px;
    font-size: 1rem;
}

.WeChatPay_api .price .monthly:after {
    position: relative;
    right:0px;
    top:15px;
}

.WeChatPay_api .price .monthly:before {
    position: relative;
    left: 0px;
    top: -15px;
}

.WeChatPay_api .system_overview {
    width: 100%;
}

.WeChatPay_api .system_overview li {
    display: inline-block;
    width: 100%;
}



.WeChatPay_api .system_overview li p {
    margin:0 auto;
    margin-top: 1rem;
    padding-left: 0;
    text-align: center;

}

.system_overview .system_icon {
    width: 70%;
    margin: 0 auto;
}



/*payment_method*/

.payment_method_box .payment_method_content {
  flex-flow: column-reverse nowrap;
  margin-bottom: 3rem;

}

.payment_method .payment_method_box .payment_method_img {
    width: 100%;
}

.payment_explanation {
    width: 100%;
}

.payment_method_box .payment_method_content_process {
  flex-flow: column-reverse nowrap;
  margin-bottom: 3rem;

}

.payment_method .payment_method_box .payment_method_img .qr_code{
    max-width: 70%;
}





.payment_method_content_process_qr .payment_method_img_wrap .payment_method_process_img {
    width: 80%;
    margin: auto;
}

.payment_method_content_process_qr .payment_method_img_wrap {
    width: 100%;
    display: block;
}

.payment_method_img_wrap {
    width: 100%;
    text-align: center;
    justify-content: space-between;
    align-items: center;
}

.payment_method_img_wrap .qr{
}

.payment_method_content_process_qr {
    width: 100%;
    flex-flow: column-reverse nowrap;
}

.payment_method_content_process_qr .payment_method_img_wrap .payment_method_process__arrow {
    transform: rotate(135deg);
    margin: 0 auto;
    margin-bottom: 0.5rem;
}

.payment_method .payment_method_box .payment_explanation .payment_method_title {
}

.payment_method_box .payment_method_content_process_end {
  flex-flow: column-reverse nowrap;
}

.payment_method .payment_method_box .payment_explanation .payment_method_title {
    font-size: 16px;
}

.payment_method .payment_method_box .payment_explanation .payment_method_text {
    font-size: 14px;
    margin-bottom: 30px
}





/* WeChat page */





/* anothergallery */
.another .parallelogram {
  width: 300px;
}

.another .pagename_text {
  left: 22px;
}

.anothergallery_mainlogo img{ 
 max-width: 80%;
}

.anothergallery_mainVis_inner {
  display: block;
  
}

.anothergallery_mainVis_inner .img {
  width: 100%;
  height: 200px;
  display: block;
}

.anothergallery_mainVis_inner .txt {
  display: block;
  width: 100%;
  padding: 30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1.6;
}

.anothergallery_history_contents {
  display:block;
  padding-bottom: 3rem;
}

.anothergallery_history_caption {
  font-size: 16px;
  margin-top: 3rem;
}

.anothergallery_history .anothergallery_history_text {
  font-size: 14px;

}

.anothergallery_history {
  margin-bottom: 1rem;
}

.anothergallery_history h2 {
  font-size: 20px;
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}

/* iphone5鬯ｯ・ｯ繝ｻ・ｯ郢晢ｽｻ繝ｻ・ｨ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｾ鬯ｮ・ｯ陷茨ｽｷ繝ｻ・ｽ繝ｻ・ｹ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｽ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｽ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｨ */
@media only screen and (max-width: 369px) {
  .caption {
    left: 5%;
  }
}

}

/* === CONTACT form styles === */
.form-lead { max-width:760px; margin:0 auto 40px; text-align:center; line-height:1.9; font-size:15px; }
.contact-form { max-width:760px; margin:0 auto; }
.form-row { border-top:1px solid #e3eef6; padding:24px 0; display:flex; flex-wrap:wrap; align-items:flex-start; }
.form-row:last-of-type { border-bottom:1px solid #e3eef6; }
.form-label { width:200px; font-weight:bold; font-size:15px; color:#236EB1; padding-top:10px; }
.form-label .req { display:inline-block; background:#E8302C; color:#fff; font-size:11px; font-weight:bold; padding:2px 8px; border-radius:3px; margin-left:8px; vertical-align:middle; }
.form-label .opt { display:inline-block; background:#999; color:#fff; font-size:11px; padding:2px 8px; border-radius:3px; margin-left:8px; vertical-align:middle; }
.form-input { flex:1; min-width:260px; }
.form-input input[type="text"],
.form-input input[type="email"],
.form-input input[type="tel"],
.form-input input[type="url"],
.form-input textarea {
  width:100%; padding:12px 14px; border:1px solid #cdd9e1; border-radius:6px;
  font-size:15px; font-family:inherit; box-sizing:border-box; background:#fff;
}
.form-input textarea { min-height:160px; resize:vertical; }
.form-input input:focus, .form-input textarea:focus { outline:none; border-color:#00ACEE; }
.form-error { color:#E8302C; font-size:13px; margin-top:6px; display:none; }
.form-btns { text-align:center; margin-top:44px; }
.btn-submit {
  display:inline-block; background:#00ACEE; color:#fff; font-weight:bold;
  font-size:16px; padding:16px 70px; border:none; border-radius:30px; cursor:pointer;
  box-shadow:0 4px 14px rgba(0,172,238,0.3); letter-spacing:1px; font-family:inherit;
}
.btn-submit:hover { background:#0098d4; }
.btn-back {
  display:inline-block; background:#fff; color:#888; font-weight:bold;
  font-size:16px; padding:16px 50px; border:1px solid #ccc; border-radius:30px; cursor:pointer;
  margin-left:16px; font-family:inherit; text-decoration:none;
}
/* 鬯ｯ・ｯ繝ｻ・ｯ郢晢ｽｻ繝ｻ・ｩ鬮ｯ貅倥・霑ｹ・ｳ驛｢譎｢・ｽ・ｻ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｽ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｺ鬯ｯ・ｯ繝ｻ・ｯ郢晢ｽｻ繝ｻ・ｮ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｫ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｱ鬯ｯ・ｮ繝ｻ・ｯ郢晢ｽｻ繝ｻ・ｷ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・･鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｲ鬯ｯ・ｮ繝ｻ・ｯ髯ｷ闌ｨ・ｽ・ｷ郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・ｻ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・､鬯ｯ・ｯ繝ｻ・ｯ郢晢ｽｻ繝ｻ・ｯ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｮ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｱ鬯ｩ蟷｢・ｽ・｢髫ｴ雜｣・ｽ・｢郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・ｻ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・｢鬯ｯ・ｯ繝ｻ・ｩ髫ｰ・ｳ繝ｻ・ｾ郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・ｵ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｺ鬯ｩ蟷｢・ｽ・｢髫ｴ雜｣・ｽ・｢郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・ｻ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｮ鬯ｯ・ｯ繝ｻ・ｮ郢晢ｽｻ繝ｻ・ｯ鬮ｯ蜈ｷ・ｽ・ｹ郢晢ｽｻ繝ｻ・ｺ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｻ鬩幢ｽ｢繝ｻ・ｧ髫ｰ繝ｻ竏槭・・ｽ繝ｻ・ｽ郢晢ｽｻ繝ｻ・ｽ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｽ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・､鬯ｯ・ｯ繝ｻ・ｯ郢晢ｽｻ繝ｻ・ｮ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｯ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｦ鬯ｩ蟷｢・ｽ・｢髫ｴ雜｣・ｽ・｢郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・ｻ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｨ鬯ｯ・ｯ繝ｻ・ｯ郢晢ｽｻ繝ｻ・ｩ鬯ｩ蛹・ｽｽ・ｨ驛｢・ｧ隰・∞・ｽ・ｽ繝ｻ・ｽ郢晢ｽｻ繝ｻ・ｼ鬮ｯ讓奇ｽｻ繧托ｽｽ・ｽ繝ｻ・ｲ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｽ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｽ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｺ */
.confirm-val { flex:1; min-width:260px; padding-top:10px; font-size:15px; line-height:1.8; word-break:break-all; }
/* 鬯ｯ・ｯ繝ｻ・ｩ髯晢ｽｷ繝ｻ・｢郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・｢鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｧ鬯ｩ蟷｢・ｽ・｢髫ｴ雜｣・ｽ・｢郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・ｻ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｵ鬯ｯ・ｯ繝ｻ・ｩ髯晢ｽｷ繝ｻ・｢郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・｢鬯ｮ・ｫ繝ｻ・ｴ鬮ｮ諛ｶ・ｽ・｣郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・｢鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｽ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｳ鬯ｯ・ｯ繝ｻ・ｩ髯晢ｽｷ繝ｻ・｢郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・｢鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｧ鬯ｩ蟷｢・ｽ・｢髫ｴ雜｣・ｽ・｢郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・ｻ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｭ鬯ｯ・ｯ繝ｻ・ｩ髯晢ｽｷ繝ｻ・｢郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・｢鬯ｮ・ｫ繝ｻ・ｴ鬮ｮ諛ｶ・ｽ・｣郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・｢鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｽ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・･鬯ｯ・ｯ繝ｻ・ｩ髯晢ｽｷ繝ｻ・｢郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・｢鬯ｮ・ｫ繝ｻ・ｴ鬮ｮ諛ｶ・ｽ・｣郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・｢鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｽ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｼ鬯ｯ・ｯ繝ｻ・ｩ髯晢ｽｷ繝ｻ・｢郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・｢鬯ｮ・ｫ繝ｻ・ｴ髯ｷ・ｿ鬮｢ﾂ繝ｻ・ｾ陷会ｽｱ郢晢ｽｻ郢晢ｽｻ繝ｻ・ｽ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・｣鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｹ鬯ｯ・ｩ陝ｷ・｢繝ｻ・ｽ繝ｻ・｢鬮ｫ・ｴ髮懶ｽ｣繝ｻ・ｽ繝ｻ・｢驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｽ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｻ鬯ｯ・ｯ繝ｻ・ｩ髯晢ｽｷ繝ｻ・｢郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・｢鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｧ鬯ｩ蟷｢・ｽ・｢髫ｴ雜｣・ｽ・｢郢晢ｽｻ繝ｻ・ｽ郢晢ｽｻ繝ｻ・ｻ鬩幢ｽ｢隴趣ｽ｢繝ｻ・ｽ繝ｻ・ｻ驛｢譎｢・ｽ・ｻ郢晢ｽｻ繝ｻ・ｸ */
.thanks-msg { max-width:720px; margin:0 auto; text-align:center; line-height:2; font-size:15px; }
.thanks-msg .block { margin-bottom:26px; }
@media only screen and (max-width:960px){
  .form-label { width:100%; padding-top:0; margin-bottom:10px; }
  .form-input { min-width:100%; }
  .btn-back { margin-left:0; margin-top:14px; }
}
