/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
  line-height: 2;
  font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, Roboto, "Lato", sans-serif;
  font-weight: 300;
  font-weight: normal;
}
::-moz-selection {
 background: #ccc;
 text-shadow: none;
}
::selection {
  background: #ccc;
  text-shadow: none;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  font-size: 16px;
  color: #464646;
}
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
li {
  list-style: none;
}
a {
  text-decoration: underline;
  color: #464646;
}
a:hover {
  text-decoration: none;
  color: #006fcd;
}
a img:hover {
  opacity: 0.8;
  transition: 0.5s;
}
em {
  font-style: normal;
  font-weight: bold;
}
::-webkit-input-placeholder {
 color: #878787;
}
::-moz-placeholder {
 color: #878787;
 opacity: 1;
}
:-ms-input-placeholder {
 color: #878787;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
h2 {
  background-color: #006fcd;
  font-size: 34px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
  line-height: 1.5;
}
h3{
  color: #006fcd;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center;
}
h4{
  color: #0063b9;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
.bold {
  font-weight: bold;
}
.pc-br {
  display: block;
}
.tab-br {
  display: none;
}
.sp-br {
  display: none;
}
.pc-none {
  display: none;
}
.sp-none {
  display: block;
}
.basic-btn {
  display: inline-block;
  background-color: #ff8340;
  color: #fff;
  padding: 6px 35px;
  font-weight: bold;
  border: solid 2px #ff8340;
  text-decoration: none;
}
.basic-btn:hover {
  background-color: transparent;
  color: #ff8340;
  text-decoration: none;
}
.flexbox {
  display: flex;
  display: -webkit-flex;
  justify-content:space-between;
  align-items:center;
}
.flexbox-list {
  display: flex;
  align-items: stretch;
}
.headline {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.bg-gray {
  background-color: #ebeff2;
}
.litlle-text {
  font-size: 12px;
}
dl.basic-table{
  width: 100%;
  border: solid 2px #006fcd;
  margin-bottom: 10px;
  display: table;
}
.basic-table dt,.basic-table dd {
  display: table-cell;
}
.basic-table dt {
  width: 300px;
  background-color: #c6e5ff;
  border-right: solid 2px #006fcd;
  color: #006fcd;
  font-weight: bold;
  vertical-align: middle;
  padding: 20px;
}
.basic-table dd {
  background-color: #fff;
  padding: 20px;
}
.basic-table dd .catch {
  font-weight: bold;
}
table.charge-layout {
  width: 100%;
  text-align: center;
  border-collapse: separate;
}
table.charge-layout th,
table.charge-layout td {
  padding: 8px 2%;
  line-height: 1.4;
}
table.charge-layout th {
  color: #fff;
  background-color: #006fcd;
}
table.charge-layout td {
  background-color: #ebeff2;
}
table.charge-layout td.subtotal {
  font-weight: bold;
  text-align: right;
  background-color: #e1e1e1;
  border-top: 5px solid #fff;
}
table.charge-layout th + th,
table.charge-layout td + td {
  border-left: 1px solid #fff;
}
table.charge-layout tbody tr td {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: right;
}
table.charge-layout tbody tr:first-child td{
  padding-top: 10px;
}
table.charge-layout tbody tr:last-child td {
  padding-bottom: 10px;
}
table.charge-layout tbody tr td:first-child {
  text-align: left;
  font-weight: bold;
}
.description{
  margin: 20px 0;
  text-align: center;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.red {
  color: #ff0707;
}
span.label {
  display: inline-block;
  background-color: #ff8340;
  color: #fff;
  font-size: 14px;
  padding: 2px 20px;
  margin-right: 10px;
  font-weight: bold;
}
/* ===================
    ALL: Theme
   =================== */
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
section{
  width: 100%;
  margin: 0;
}
section .wrapper {
  padding: 120px 30px;;
}
/* header */
header{
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.3);
  padding: 10px 0;
  top: 0;
}
.header-logo img {
  width: 150px;
  height: auto;
}
nav {
  display: inline-block;
}
nav a:hover, nav a:activ {
  color: #006fcd;
}
ul.header-menu li {
  display: inline-block;
  margin-right: 30px;
}
.header-menu a {
  text-decoration: none;
}
.header-menu a:hover {
  color: #006fcd;
}
/* key */
.key-catch {
  position: relative;
  padding-top: 60px;
}
.key-catch img {
  width: 100%;
}
.key-catch-left {
  text-align: center;
  width: 50%;
  padding: 40px 0;
}
.key-catch-right {
  position: absolute;
  top: 70px;
  right: 0;
  width: 49%;
}
.key-catch p {
  font-size: 20px;
  font-weight: bold;
  color: #1c3549;
  margin-top: 30px;
  line-height: 1.5;
}
.key-catch p span{
  color: #006fcd;
}
.key-list {
  background-color: #006fcd;
  margin-top: -40px;
  padding: 30px 0;
}
.key-list ul {
  list-style: none;
  width: 50%;
  margin: 0;
}
.key-list ul li {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  width: 47%;
}
.key-list ul li:nth-child(odd){
  margin-right: 10px;
}
.key-list ul li:nth-child(1), .key-list ul li:nth-child(2){
  margin-bottom: 30px;
}
.key-list ul li div {
  display: table;
}
.key-list ul li div p {
  display: table-cell;
  vertical-align: middle;
}
.key-list ul li div p:last-child {
  padding-left: 10px;
}
.key-list ul li img {
  width: 75px;
  height: 75px;
}
/* .conntact-area */
.conntact-area {
  background-color: #0063b9;
  padding: 60px 4%;
  color: #fff;
  text-align: center;
}
.contact-area-content {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.contact-area-content .headline {
  font-weight: bold;
}
.contact-area-content p{
  margin-bottom: 30px;
}
.contact-area-content .headline span {
  font-size: 20px;
}
/* outline */
#outline img{
  width: 668px;;
}
#outline p,#outline h4 {
  margin-left: 40px;
}
#outline .flexbox.support > div {
  width: 50%;
}
#outline .flexbox.support > div > img {
 width: 100%;
 height: auto;
}

/* localiz */
#localiz p {
  margin-right: 40px;
}
#localiz .flexbox > div {
  width: 50%;
}
#localiz .flexbox > div > img {
  width: 100%;
  height: auto;
}

/*  step */
ul.step-list li{
  border: solid 2px #bbc9d4;
  margin-right: 2%;
  width: 25%;
  padding: 2%;
}
ul.step-list li:last-child{
  margin-right: 0;
}
.step-list-title {
  font-weight: bold;
  color: #1c3549;
  display: table;
  margin-bottom: 20px;
}
.step-list-title p {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
}
.step-list-title p:last-child {
  padding-left: 10px;
  text-align: left;
}
ul.step-list li > p {
  margin-top: 20px;
}
/* strength */
#strength .wrapper {
  padding: 80px 30px; ;
}
#strength .strength-title {
  background-color: #0063b9;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}
#strength .strength-title img {
  width: 86px;
}
#strength .strength-title h3{
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 0;
}
#strength h3 img {
  position: absolute;
  top: -60px;
  left: -80px;
}
#strength .strength-detail {
  background-color: #ebeff2;
  padding: 30px;
  margin-top: 30px;
}
#strength .strength-detail h4 {
  font-size: 16px;
  color: #1c3549;
}
#strength .text-box-mr{
  margin-right: 30px;
  width: 50%;
}
#strength .text-box-ml{
  margin-left: 30px;
  width: 50%;
  order: 2;
  -webkit-order:2;
}
#strength .bg-gray .strength-detail {
  background-color: #fff;
}
#pro .left-img , #pro .right-img {
  width: 50%;
}
#pro .left-img {
  order: 1;
  -webkit-order:1;
}
#pro .left-img img , #pro .right-img img {
  width: 100%;
}
#quality .quality-manga-img {
  background-color: #ebeff2;
  margin: 10px auto 0 auto;
  text-align: center;
  padding: 30px;
  width: 100%;
}
#quality .quality-manga-img img {
  width: 100%;
}
#quality p.bold {
  text-align: center;
  margin-top: 40px;
}
#acting .banner-area {
  text-align: center;
  margin-top: 20px;
}
/* flow */
#flow .basic-table dt {
  font-size: 26px;
  font-style: italic;
  width: 110px;
  text-align: center;
}
#flow .scroll-img {
  background-color: #fff;
  padding: 30px;
}
#flow .scroll-img img {
  height: auto;
  width: 100%;;
}
/* price */
.price {
  color: #ff8340;
  font-weight: bold;
}
#basic .price-basic-list ul{
  list-style: none;
}
#basic .price-basic-list li{
  border: solid 2px #bbc9d4;
  margin-right: 2%;
  width: 33.3%;
}
#basic .price-basic-list li:last-child{
  margin-right: 0;
}
#basic .price-basic-list li .price-basic-list-head{
  background-color: #0071d1;
  font-weight: bold;
  color: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
}
#basic .plan-name {
  font-size: 26px;
}
#basic .batch {
  position: absolute;
  top: -50px;
  left: 5px;
}
#basic .plan-detail{
  padding: 20px;
}
#basic .plan-detail .price {
  font-size: 34px;
  text-align: center;
}
#basic .plan-detail .price > span {
  font-size: 20px;
}
/* free */
#free {
  background-color: #0071d1;
  color: #fff;
}
#free h3 {
  color: #fff;
  text-align: left;
}
#free .wrapper {
  max-width: 800px;
  padding-top: 60px;
  padding-bottom: 60px;
}
#free ul {
  line-height: 3.0;
}
#free ul li {
  background-image: url("../img/icon-list.png") ;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: left center;
  padding-left: 30px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#free ul li:last-child {
  margin-bottom: 0;
}
#price .summary {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 20px;
}
#option .price {
  font-size: 20px;
  margin-bottom: 10px;
}
#simulation table.charge-layout tbody tr.total td {
  text-align: right;
  background-color: transparent;
}
#pricing-and-delivery li {
  list-style: disc;
  margin-left: 15px;
}
/* Q&A */
#qa dl {
  border: solid 2px #bbc9d4;
  margin-bottom: 20px;
  padding: 30px;
}
#qa dl dt {
  color: #0063b9;
  font-weight: bold;
  font-size: 20px;
}
#qa dl dt span {
  font-size: 30px;
  padding-right: 10px;
}
/* footer */
footer {
  padding-top: 50px;
  text-align: center;
}
footer > a {
  display: block;
  width: 219px;
  margin: 0 auto;
}
.footer-logo-wrapper {
  width: fit-content;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 30px;
  justify-content: center;
}
.footer-isms-and-privacy-wrapper {
  grid-column: 2/3;
  grid-row: 1/2;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  column-gap: 20px;
}
.footer-isms-mark {
  grid-column: 1/2;
  grid-row: 1/2;
  height: 60px;
  justify-self: center;
}
.footer-isms-text {
  grid-column: 1/2;
  grid-row: 2/3;
}
.footer-privacy-mark {
  grid-column: 2/3;
  grid-row: 1/2;
  height: 40px;
}
.footer-privacy-mark img {
  height: 80px;
}
.footer-link {
  margin-top: 30px;
  font-size: 12px;
  text-decoration: none;
}
.footer-link a {
  color: #2d2d2d;
  text-decoration: none;
}
.footer-link a:hover, .agree-txt a:hover, .attention-text a:hover {
  text-decoration: underline;
}
.footer-copyright {
  height: 90px;
  margin-top: 40px;
  background-color: #006fcd;
}
.footer-copyright p {
  padding-top: 40px;
  color: #fff;
  font-size: 12px;
}
/* thanks */
#thanks {
  padding: 120px 0 50px;
  text-align: center;
}
#thanks h2 {
  background-color: transparent;
  color: #006fcd;
  font-weight: bold;
  padding: 0 0 20px 0;
}
#thanks .basic-btn {
  margin-top: 50px;
}
/* ===============
    no-js
   =============== */
.no-js-validation {
  display: none;
}
html.no-js .no-js-validation {
  display: block;
  background-color: #FFDFE0;
  color: #DD0003;
  text-align: center;
  font-weight: bold;
  padding: 20px;
  margin-bottom: 50px;
}
html.no-js #contact input, html.no-js #contact textarea {
  pointer-events : none;
  cursor: not-allowed;
  background: #DCDCDC;
}
html.no-js #contact .privacy-box {
  display: none;
}
html.no-js .agree-p::before {
  border: solid 1px #ccc;
  background-color: #ccc;
}
html.no-js #check-agree:checked + .agree-p::after {
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
html.no-js input[type="radio"]:checked + .radio-label:before {
  border: 1px #ccc solid;
}
html.no-js input[type="radio"] + .radio-label:before {
  background-color: #ccc;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width: 1200px) {
  #outline {
    text-align: center;
  }
  #outline .flexbox {
    display: block;
  }
  #outline p {
    margin-top: 40px;
    text-align: left;
}
}
@media screen and (max-width: 900px) {
  .basic-btn {
    padding: 6px 35px;
  }
  .tab-br {
    display: block;
  }
  ul.header-menu li {
    margin-right: 15px;
  }
  .step-list-title p > img {
    width: 45px;
    height: auto;
  }
  ul.step-list li p.tc img {
    width: 80px;
    height: auto;
}
  .key-list ul li {
    font-size: 14px;
    width: 47%;
  }
  .key-list ul li:nth-child(1), .key-list ul li:nth-child(2) {
    margin-bottom: 10px;
  }
  .key-list ul li:nth-child(odd){
    margin-right: 10px;
  }
  .key-list ul li img {
    width: 45px;
    height: 45px;
  }
  #basic .batch {
    position: absolute;
    top: -45px;
    left: 5px;
  }
  #basic .batch img {
    width: 70px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  section .wrapper {
    padding: 60px 4%;
  }
  img {
    width: 100%;
    height: auto;
  }
  .scroll-img {
  overflow-x: auto;
}
  .scroll-img::-webkit-scrollbar {
    height: 5px;
  }
  .scroll-img::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  .scroll-img::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  h2 {
    font-size: 23px;
    padding: 40px 2%;
  }
  h4 {
    text-align: left;
  }
  .pc-br {
  display: none;
}
  .sp-br {
    display: block;
  }
  .pc-none {
  display: block;
}
.sp-none {
  display: none;
}
  section .flexbox, section .flexbox-list {
    display: block;
  }
  dl.basic-table, .basic-table dt, .basic-table dd {
    display: block;
  }
  .basic-table dt{
    width: 100%;
    padding: 10px 20px ;
    border-right: none;
    border-bottom: solid 2px #006fcd;
  }
  /* header */
  nav > ul {
    display: none;
  }
  .header-logo,.header-logo img {
    width: 110px;
    height: auto;
  }
  .basic-btn {
    padding: 3px 20px;
    font-size: 14px;
  }
  .key-catch.wrapper {
    padding: 70px 2% 0 2%;
    margin: 5px 0;
  }
  .key-catch {
    margin: 15px 0 10px 0;
  }
  .key-catch-left {
    width: 55%;
    margin-right: 15px;
    padding: 0;
    margin-top: -30px;
    }
  .key-catch-right{
    position: relative;
    width: 45%;
    margin-left: 0;
    top: 0;
  }
  .key-catch p {
    font-size: 12px;
    margin-top: 4px;
}
  .key-list {
    margin-top: -30px;
    padding: 0;
  }
  .key-list .wrapper {
    padding: 20px 10px;
  }
  .key-list ul {
    width: 100%;
  }
  /* contact-area */
  .conntact-area p {
    text-align: left;
  }
  .conntact-area .basic-btn {
    width: 100%;
    padding: 10px;
  }
  /* outline */
  #outline p, #outline h4 {
    margin-left: 0px;
  }
  #outline div h4.tl {
    margin-top: 30px;
  }
  #outline img {
    width: 100%;;
  }
  #outline p {
    margin-left: 0px;
  }
  #outline .flexbox.support > div{
    width: 100%;
    margin-bottom: 20px;
  }
  /* step */
  ul.step-list li {
    width: 100%;
    margin-bottom: 20px;
  }

  /* #localiz */
  #localiz p {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #localiz .flexbox > div {
    width: 100%;
  }
  /* strength */
  #strength .strength-title h3 {
    font-size: 17px;
    text-align: left;
    margin-left: 30px;
  }
  #strength .wrapper {
    padding: 40px 4% 60px 4%;
  }
  #pro .text-box-mr,#pro .text-box-ml {
    margin-right: 0;
    margin-left: 0px;
    width: 100%;
    margin-bottom: 40px;
  }
  #pro .left-img, #pro .right-img {
    width: 100%;
  }
  #quality .quality-manga-img img {
  height: 400px;
  width: auto;
}
  #quality .quality-manga-img {
    padding: 10px;
  }
  /* flow */
  #flow dl.basic-table {
    display: table;
  }
  #flow .basic-table dt, #flow .basic-table dd {
    display: table-cell;
  }
  #flow .basic-table dt {
    border-bottom: none;
    border-right: solid 2px #006fcd;
    font-size: 22px;
    width: 60px;
  }
  #flow .scroll-img img {
  height: 350px;
  width: auto;
}
  /* price */
  #basic .price-basic-list li {
    width: 100%;
    margin-bottom: 10px;
  }
  #basic .price-basic-list li:first-child {
    margin-top: 60px;
  }
  #basic .batch img {
    width: 101px;
  }
  #price .summary {
    font-size: 18px;
  }
  table.charge-layout {
    width: 500px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
 *zoom: 1;
}
.mr10 {
  margin-right: 10px;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
*, *:before, *:after {
  background: transparent !important;
  color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
a, a:visited {
  text-decoration: underline;
}
a[href]:after {
  content: " (" attr(href) ")";
}
abbr[title]:after {
  content: " (" attr(title) ")";
}
a[href^="#"]:after, a[href^="javascript:"]:after {
  content: "";
}
pre, blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}
thead {
  display: table-header-group;
}
tr, img {
  page-break-inside: avoid;
}
img {
  max-width: 100% !important;
}
p, h2, h3 {
  orphans: 3;
  widows: 3;
}
h2, h3 {
  page-break-after: avoid;
}
}
