@charset "utf-8";


/* -- Link
   -------------------------------------------------------------------------------- */
a {
  -webkit-tap-highlight-color: rgba(246,171,0, 0.5);
  color: #f6ab00;
  text-decoration: none;
  outline: none;
}
a.btn {
  font-weight: 600;
}
a.btn.login {
  -webkit-tap-highlight-color: rgba(190,190,190, 0.5);
  color: #bebebe;
}



/* -- Layout
   -------------------------------------------------------------------------------- */
header,
main,
footer {
  text-align: left;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.pc {
  display: none;
}



/* -- Parts
   -------------------------------------------------------------------------------- */
main section h2 {
  font-size: 2.8rem;
  line-height: 1.15;
  padding-left: 20px;
  margin-bottom: 40px;
}
#pr h2,
#print h2 {
  text-align: center;
  padding: 0;
  border: none;
}
main section p {
  font-size: 1.6rem;
  line-height: 1.75;
}
main .img {
  display: block;
  margin-bottom: 20px;
}
.trial {
  text-align: center;
  margin-top: 40px;
}
.trial dt {
  font-size: 2rem;
}
.trial b {
  background: linear-gradient(transparent 80%, #F6AB00 60%);
}
.trial dd p {
  color: #222;
  font-size: 1.4rem;
}
.trial dd a {
  font-size: 1.6rem;
  color: #fff;
  background: #F6AB00;
  display: block;
  width: 94%;
  height: 46px;
  padding: 12px 0;
  border-radius: 25px;
  margin: 15px auto;
}

.trial2 dd {
  padding-bottom: 50px;
}
.trial2 dd a {
  background: #24ba33;
}
.trial4 dd a {
  background: #20addb;
}
.trial5 dd a {
  background: #20addb;
  margin: 30px auto 200px;
}
.trial6 dd a {
  background: #20addb;
  margin: 100px auto 130px;
}
.trial7 dd a {
  background: #24ba33;
}

.btn-pagetop a {
  font-size: 0;
  background: #f6ab00;
  display: block;
  height: 50px;
  margin: 80px -20px 0;
  position: relative;
}
.btn-pagetop a::before,
.btn-pagetop a::after {
  content: "";
  display: block;
  position: absolute;
}
.btn-pagetop a::before {
  width: 1px;
  height: 0;
  margin-left: -4px;
  border-bottom: solid 6px #fff;
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
  top: 15px;
  left: 50%;
}
.btn-pagetop a::after {
  background: #fff;
  width: 1px;
  height: 14px;
  top: 21px;
  left: 50%;
}



/* -- Headerer
   -------------------------------------------------------------------------------- */
header {
  font-weight: 600;
  text-align: center;
  height: 99px;
  position: relative;
}
header p {
  width: 47px;
  position: absolute;
  left: 14px;
  top: 10px;
}
header h1 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #d6281f;
  position: absolute;
  left: 14px;
  top: 130px;
}
header nav a.login {
  font-size: 1.2rem;
  line-height: 40px;
  display: block;
  width: 80px;
  height: 40px;
  border: solid 2px transparent;/*#f6ab00;*/
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 25px;
}
header nav a.regist {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background: #000;
  display: block;
  height: 60px;
  width: 80px;
  padding: 20px 0 0;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  position: fixed;
  right: 8px;
  bottom: 8px;
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
header nav a.regist.appear {
  visibility: visible;
  opacity: 1;
}
header nav a.regist b {
  font-size: 1.6rem;
  display: block;
  margin-top: 5px;
}
header nav ul:last-of-type {
  display: table;
  width: 100%;
  height: 34px;
  border-top: solid 1px #d6281f;
  position: absolute;
  left: 0;
  bottom: 0;
}
header nav ul:last-of-type li {
  display: table-cell;
  width: 33.333%;
}
header nav ul:last-of-type li:nth-child(2) {
  padding: 0 1px;
}
header nav ul:last-of-type li a {
  font-size: 12px;
  color: #d6281f;
  display: block;
  width: 100%;
  line-height: 33px;
  border-bottom: solid 1px #d6281f;
}
.modal-body a {
  color: #555;
}
.header {
  position: fixed;
  width: 100%;
  height: 64px;
  right: 10px;
  left: 2px;
}
#service_t, #price_t, #spec_t {
  margin-top:-100px;
  padding-top:100px;
}
#products {
  display: none;
}
.sticky-top {
  position: fixed;
}



/* -- Contents
   -------------------------------------------------------------------------------- */

/* -- common -- */
.in-block > * {
  position: relative;
}
#pr::before,
.in-block::before {
  content: "";
  background: #d6281f;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
.in-block {
  padding-top: 80px;
  margin-top: 80px;
}
.in-block::before {
  height: 310px;
  margin-top: -80px;
}
.in-block h2 {
  color: #fff;
  border-left: solid 2px #fff;
}
#feature .in-wrap,
#case .bx-wrapper{
  background: #fff;
  padding: 45px 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.in-block h3 {
  font-weight: 600;
  color: #dc143c;
  margin: 20px 0 15px;
}
.in-block dl {
  text-align: center;
  margin-top: 30px;
}
.in-block dt {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 0.6rem;
}
.in-block dt a {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #f6ab00;
  background: url(../img/icon_blank.png) no-repeat right center / 12px 10px;
  text-decoration: underline;
  padding-right: 18px;
}
.in-block dd {
  font-size: 1.2rem;
  margin-top: 1.2rem;
}
.line-block {
  margin-top: 80px;
}
.line-block:not(#service) .line-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.line-block .line-wrap li {
  text-align: center;
  width: calc(50% - 10px);
  padding-bottom: 35px;
  box-sizing: border-box;
}
.line-block h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  color: #dc143c;
  margin: 20px 0 10px;
}
.line-block i {
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 600;
  color: #d6281f;
  display: inline-block;
  margin-bottom: 18px;
  position: relative;
}
.line-block i::after {
  content: "";
  background: #d6281f;
  display: block;
  width: 4px;
  height: 2px;
  margin-left: -2px;
  position: absolute;
  left: 50%;
  bottom: -10px;
}
.line-block .img a {
  display: block;
}
.line-block li > a {
  display: none;
}
.line-block p strong {
  font-size: 2rem;
  color: #777;
  line-height: 1.2;
}
.line-block p + p {
  font-size: 1.4rem;
  line-height: 1.43;
  margin-top: 15px;
}
/*
 * nao customized.
 */
.line-block.line-block-template .line-wrap {
  padding: 15px 10px 0 10px;
}
.note {
  font-size: 1.2rem;
  line-height: 1.66;
  color: #888;
  margin-top: 15px;
}

/* -- lead section -- */
#lead {
  padding: 50px 10px 0;
}
#lead h2 {
  color: #222;
  font-size: 36px;
  line-height: 1.20;
  font-weight: 600;
}
#lead > div p {
  color: #d6281f;
  font-size: 1.6rem;
  line-height: 1.68;
  letter-spacing: 0.1em;
  font-weight: bold;
}
p.lead_top{
  font-size: 2rem;
  position: relative;
}
p.lead_bottom{
  font-size: 2.2rem;
}
p.lead_top:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 90px;
  width: 60px;
  height: 2px;
  background-color: #d6281f;
}
/* -- feature section -- */
#feature h2 span {
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
#feature.in-block h3 {
  font-size: 2.4rem;
  line-height: 1.33;
}
#feature section + section {
  margin-top: 35px;
}
#feature .note li {
  margin-left: 1.6em;
  text-indent: -1.6em;
}

/* -- service section -- */
#service .bx-wrapper {
  margin: 0 auto;
}
#service .bx-controls {
  margin: 25px 20px 50px;
}
#service section {
  width: 120px;
}
#service section a {
  color: #fcc245;
  text-decoration: underline;
}
#service section p {
  font-size: 1.4rem;
  line-height: 1.71;
  text-align: left;
}
#service .note {
  margin-left: 1em;
  text-indent: -1em;
}
#service .line-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#service .line-wrap section {
  width: calc(100% / 2 - 10px);
  margin-bottom: 35px;
}

/* -- price section -- */
#price {
  margin: 110px auto 6rem;
}
#price h2 span {
  font-size: 2.0rem;
  color: #333;
  display: block;
}
#price table {
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
  border: solid 1px #c9171e;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#price table thead,
#price table tbody {
  display: block;
  width: 100%;
  position: relative;
}
#price table thead {
  display: block;
  width: 100%;
  border-bottom: solid 1px #c9171e;
  z-index: 2;
}
#price table tr {
  display: table;
  width: 100%;
}
#price table thead tr > *:first-child {
  border-right: solid 1px #c9171e;
}
#price table thead th,
#price table thead td {
  width: 50%;
}
#price table thead th {
  color: #fff;
  font-size: 2rem;
  padding: 20px 0;
}
#price table thead th:nth-child(1) {
  background: #d6281f;
}
#price table thead th:nth-child(2) {
  background: #e6482f;
}
#price table th .plan {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  margin: 8px 0 15px;
}
#price table th .price {
  font-size: 1.6rem;
  font-weight: 500;
}
#price table th .price i {
  font-size: 2.8rem;
  vertical-align: baseline;
  display: inline-block;
}
#price table th .price b {
  font-size: 1.6rem;
}
#price table thead td {
  line-height: 1.43;
  padding: 20px 0;
}
#price table thead tr:nth-child(2) td strong {
  color: #ff5949;
}
#price table thead tr:nth-child(3) td:nth-child(1) {
  background: #f2f2f2;
}
#price table thead tr:nth-child(3) td:nth-child(2) {
  background: #ff7f50;
}
#price table thead tr:nth-child(3) dt {
  font-weight: 600;
  color: #d6281f;
  padding-bottom: 5px;
}
#price table thead tr:nth-child(3) dd {
  font-size: 1.4rem;
  line-height: 1.43;
  padding: 0 10px;
}
#price table tbody {
  /*height: 280px;
	 overflow: scroll;
	 overflow-x: hidden;*/
  top: -1px;
}
#price table tbody th,
#price table tbody td {
  padding: 15px 0;
  border-top: solid 1px #c9171e;
}
#price table tbody th:not([colspan="4"]) {
  font-weight: 500;
  width: 60%;
}
#price table tbody th[colspan="4"] {
  width: 100%;
  padding: 20px 0;
  border-top: solid 1px #c9171e;
}
#price table tbody td {
  font-weight: 600;
  color: #d6281f;
  width: 20%;
}
#price table tbody td:nth-child(1) {
  background: #f2f2f2;
}
#price table tbody td:nth-child(3) {
  background: #ffe4e1;
}
#price .trial-btn {
  background: none!important;
  width: 100%;
  padding: 20px 0;
}
#price .trial-btn a.btn {
  font-size: 1.6rem;
  color: #fff;
  background: #F6AB00;
  display: block;
  width: 225px;
  height: 16px;
  padding: 17px 0;
  border-radius: 25px;
  margin: 0 auto 10px;
}
#price .trial-btn strong {
  font-size: 1.6rem;
  line-height: 1.25;
  color: #444;
  display: block;
  margin-bottom: 15px;
}
#price .trial-btn span {
  font-size: 1.2rem;
  line-height: 1.66;
  color: #222;
  font-weight: 500;
  display: block;
}
#price .trial-btn span a {
  color: #f6ab00;
  text-decoration: underline;
}
#price .note {
  text-align: left;
}
#price ::-webkit-scrollbar {
  width: 6px;
}
#price ::-webkit-scrollbar-track {
  background: #fa8072;
}
#price ::-webkit-scrollbar-thumb {
  background: #cc3333;
}
#price table tbody td a {
  color: #333;
  text-decoration: underline;
}

/* -- friend section -- */
#friend {
  margin: 0 auto 9rem;
}
#friend h3 {
  font-size: 2.0rem;
  font-weight: 600;
  color: #555;
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}
#friend h3 b {
  font-size: 1.6rem;
}
#friend table {
  font-size: 1.4rem;
  width: 100%;
  border: solid 1px #c9171e;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#friend .col1 {
  width: 50%;
}
#friend .col2 {
  width: 50%;
}
#friend table th {
  padding: 10px 10%;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  border-left: solid 1px #c9171e;
  border-bottom: solid 1px #c9171e;
}
#friend table td {
  line-height: 1.75;
  text-align: center;
  border-left: solid 1px #c9171e;
}
#friend table tbody tr:nth-child(1) td {
  padding-top: 16px;
  font-size: 1.5rem;
  font-weight: 600;
}
#friend table tbody tr:nth-child(2) td {
  padding: 0;
  font-size: 1.3rem;
}
#friend table tbody tr:nth-child(3) td {
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 1.6rem;
}
#friend table tbody tr:nth-child(4) td {
  padding-bottom: 10px;
  font-size: 1.3rem;
}
#friend .trial-btn {
  padding: 20px 0;
}
#friend .trial-btn a.btn {
  font-size: 1.4rem;
  color: #fff;
  background: #F6AB00;
  display: block;
  width: 18.5rem;
  height: 1.6rem;
  padding: 1.0rem 0 2.0rem;
  border-radius: 2.5rem;
  margin: 0 auto;
}
#friend .trial-btn span {
  font-size: 1.2rem;
  line-height: 1.66;
  color: #222;
  font-weight: 500;
  display: block;
}
#friend .trial-btn span a {
  color: #f6ab00;
  text-decoration: underline;
}

/* -- spec section -- */
#spec {
  margin: 110px auto 9rem;
}
#spec h2 span {
  font-size: 1.6rem;
  color: #888;
  display: block;
}
#spec table {
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
  border: solid 1px #c9171e;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#spec .col1 {
  width: 27%;
}
#spec .col2 {
  width: 73%;
}
#spec table th {
  padding: 15px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  border-left: solid 1px #c9171e;
  border-top: solid 1px #c9171e;
}
#spec table td {
  padding: 15px;
  line-height: 1.75;
  text-align: left;
  border-left: solid 1px #c9171e;
  border-top: solid 1px #c9171e;
}
#spec table td b {
  color: #ff0000;
}

/* -- case section -- */
#case .in-wrap {
  background: #fff;
  padding: 45px 20px 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
#case .in-wrap section {
  margin-bottom: 35px;
}
#case h3 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  color: #dc143c;
  margin: 20px 0 10px;
}
#case.in-block p {
  font-size: 1.4rem;
  line-height: 1.72;
}

/* -- print section -- */
#print {
  padding-top: 0;
}
#print h2 {
  font-size: 3.2rem;
}
#print h2 b {
  font-size: 2.8rem;
  display: block;
  margin-bottom: 8px;
}
#print li p {
  font-size: 2rem;
  line-height: 1.2;
}

/* -- promotion section -- */
#pr {
  text-align: center;
  padding-top: 125px;
}
#pr::before {
  height: 1px;
  margin-top: -80px;
}
#pr .logo {
  margin: 0 25px 15px;
}
#pr .logo img {
  max-width: 306px;
}
#pr .app {
  color: #fff;
  background: #d6281f url(../img/app_img1.png) no-repeat center 80px / 177px auto;
  margin: 80px -20px 0;
  padding: 250px 20px 80px;
}
#pr .app p:first-child {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 10px;
}
#pr .app p:nth-child(2) {
  font-size: 1.4rem;
}
#pr .app p:nth-child(3) {
  width: 153px;
  margin: 15px auto 0;
}
#pr .contact {
  background: #fa8072;
  margin: 0 -20px;
  padding: 80px 20px;
}
#pr .contact .mail {
  font-size: 1.6rem;
  color: #fff;
  background: #3764c5;
  display: block;
  height: 45px;
  margin-top: 3rem;
  padding-top: 20px;
}

/* -- aside section online-- */
main aside .brother {
  text-align: center;
  padding: 80px 0 0;
}
main aside .brother > p {
  font-size: 20px;
  margin-top: 4px;
}
main aside .brother ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 4rem;
  margin-bottom: 5rem;
}
main aside .brother ul li {
  font-size: 1.4rem;
  line-height: 1.43;
  width: calc(50% - 10px);
  box-sizing: border-box;
  margin-bottom: 35px;
}
main aside .brother ul li a {
  display: block;
}
main aside .brother ul li:nth-child(1) a { color: #cc4444; }
main aside .brother ul li:nth-child(2) a { color: #0e6cbc; }
main aside .brother ul li:nth-child(3) a { color: #24ba33; }
main aside .brother ul li .img {
  padding: 0 20px;
}
main aside .brother ul li p strong {
  display: block;
}

/* -- products -- */
main aside {
  text-align: center;
  padding: 20px 0 0;
}
main aside h2 {
  display: block;
  width: 28%;
  margin: 0 auto 18px;
}
main aside > p {
  font-size: 20px;
  margin-top: 0px;
}
main aside > p strong {
  font-size: 1.6rem;
  color: #444;
}

main aside > .package {
  font-size: 1.5rem;
  color: #999;
}

main aside ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 6rem;
}
main aside ul li {
  font-size: 1.4rem;
  line-height: 1.43;
  width: calc(50% - 10px);
  box-sizing: border-box;
  margin-bottom: 35px;
}
main aside ul li a {
  display: block;
}
main aside ul li:nth-child(1) a { color: #20addb; }
main aside ul li:nth-child(2) a { color: #d82e8b; }
main aside ul li:nth-child(3) a { color: #24ba33; }
main aside ul li:nth-child(4) a { color: #008d3f; }
main aside ul li:nth-child(5) a { color: #f08300; }
main aside ul li .img {
  padding: 0 20px;
}
main aside ul li p strong {
  display: block;
}
main aside ul li:nth-child(5) { width: 100%; }
main aside ul li:nth-child(5) .img { padding: 0 calc(25% + 20px); }
main aside ul li:nth-child(5) p { text-align: center; display: inline-block; }
/* nao
main aside ul li:nth-child(5) p strong { display: inline; padding-left: 1em; }
*/
main aside ul li a:hover {
  text-decoration: none;
}


/* -- Footer
   -------------------------------------------------------------------------------- */
footer {
  font-size: 1.2rem;
  background: #d4d4d4;
  text-align: center;
  padding: 1px 0;
}
footer nav li {
  display: inline-block;
  padding: 0 1em 20px;
}
footer nav li a {
  color: #444;
}
footer small {
  color: #fff;
  display: block;
  padding-top: 20px;
}
.footer .pb-8 {
  font-size: 160%;
}
.footer .p-2 {
  color: #333;
  font-size: 132%;
  line-height: 30px;
}



/* -- Modal
   -------------------------------------------------------------------------------- */
.fancybox-next span {
  right: -35px!important;
}
.fancybox-prev span {
  left: -35px!important;
}



/* -- Media query
   -------------------------------------------------------------------------------- */
@media screen and (orientation: landscape) {
  br.sp {
	display: none;
  }
}
@media screen and (orientation: portrait) {
  #pr .contact p:first-of-type {
	margin: 0 -5px;
  }
}



/* -- Media query
   -------------------------------------------------------------------------------- */
@media screen and (min-width: 1540px) {
  html {
	font-size: 12.5px;
  }
  html,body {
	min-width: 1520px;
  }
  footer,
  main > * {
	width: 1400px;
  }
  .in-block::before,
  #pr .app::before,
  #pr .contact::before {
	min-width: 1600px;
  }
}
@media screen and (max-width: 1360px) {
  #lead .scroll {
	left: 0;
  }
}
@media screen and (min-width: 1540px) and (max-width: 1700px) {
	#lead .scroll {
		left: 0;
	}
}


