@charset "utf-8";
@import url(/css/icomoon.css);
/* (c)lqd.jp */

/* common */
body {
    font-family: Verdana, "游ゴシック Medium", "Yu Gothic Medium", "YuGothic", "游ゴシック体", sans-serif;
    color: #393939;
    background-color: #fff;
    line-height: 1.5em;
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
body.index, .index footer,
body.done {
    background-color: #f1f1f1;
}
body.done section {
    border: 0 none;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: #0094be;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
a:focus,
a:hover {
    color: #0094be;
    text-decoration: none;
    /* background-color: #f9f9f9; */
}
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}

.m-0 {
    margin: 0;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-3 {
    margin-top: 1rem;
}
.mt-5 {
    margin-top: 3rem;
}
.mb-3 {
    margin-bottom: 1rem;
}
.mb-5 {
    margin-bottom: 3rem;
}

.p-0 {
    margin: 0;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-3 {
    padding-top: 1rem;
}
.pt-5 {
    padding-top: 3rem;
}
.pb-3 {
    padding-bottom: 1rem;
}
.pb-5 {
    padding-bottom: 3rem;
}

p {
    padding: 0;
    margin: 10px 0;
}
.row-min {
    margin-left: -10px;
    margin-right: -10px;
}
.row-min > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.bg-white {
    background-color: #fff;
}
.border.border-light {
    border: 1px solid #ddd;
}
.theme .cards h3 {
    margin: 0;
    padding: 20px 0;
    border: 0 none;
}
.theme .cards .border {
    margin-bottom: 10px;
}

.panel {
    border: 1px solid #eee;
    padding: 0 1rem;
}
.label {
    font-size: 90%;
    font-weight: bold;
    padding: 0.5rem 0.75rem;
    display: inline-block;
    letter-spacing: -0.05em;
}
.btn-info {
    border-color: #00A5D4;
    background-color: #00A5D4;
}
.btn-info:hover {
    border-color: #0094be;
    background-color: #0094be;
}
.btn-secondary {
    background-color: #f9f9f9;
}
.label-default {
    background-color: #393939;
}
.label-primary {
    background-color: #00A5D4;
}
.label-code, .label-panel {
    padding: .5rem 1rem;
}
.label-code [class^="icon-"], .label-panel [class^="icon-"] {
    padding: 0 !important;
}
.label-hot {
    background-color: #ff9c00;
}
small .label, .font-small .label {
    font-size: small;
}
a.label:hover {
    background-color: #393939;
}
.font-small {
    font-size: small;
}
.font-medium {
    font-size: medium;
}
.font-large {
    font-size: large;
}
.nowrap th {
    white-space: nowrap;
}

.list-unstyled [class^="icon-"],
.list-unstyled [class*=" icon-"] {
    padding-left: 1em;
    display: inline-block;
    padding-right: .5em;
}
.none {
    display: none;
}
.sidebar {
    font-size: small;
    padding-top: 40px;
}
.sidebar .nav>li>a {
    padding: 1px 15px;
}
.sidebar hr {
    margin: 5px 0;
}
.sidebar .ttl {
    font-size: medium;
}
.affix {
    top: 20px;
    position: fixed;
}
.affix-end {
    position: static;
}
.index .wrapper {
    padding: 40px;
    text-align: center;
}
.index h1 {
    font-weight: normal;
    font-size: 2em;
    margin: 20px 0;
    padding: 0;
}
.index h2 {
    font-weight: normal;
    font-size: 1em;
    margin: 10px 0;
    padding: 0;
}
.done h3 {
    line-height: 1.4;
}
h1.sub {
    font-size: large;
    margin: 40px 0;
}
.red {
    color: red;
}
.ths {
    position: relative;
}
.ths a {
    color: #393939;
    display: inline-block;
}
.ths h3 {
    margin: 10px;
    padding: 0;
}
.snss {
  line-height: 1;
  vertical-align: baseline;
}
.snss a {
    color: #393939;
    text-decoration: none;
    display: inline-block;
    margin: 10px;
}
.snss a:hover {
    color: #393939;
}
.snss .sns {
    display: inline-block;
    height: 20px;
    overflow: hidden;
}
.camp .sns {
    color: #0094be;
    font-size: xx-large;
    margin: 10px 5px;
    display: inline-block;
}
.sns_icon {
    margin: 15px 0;
    font-size: x-large;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
.fb-page {
    margin-top: 10px;
}

mark, .mark {
    color: #fff;
  background-color: #ff9c00;
  padding: 2px 5px;
}

.rwdwrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.rwdwrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100% !important;
  height: 100% !important;
  width: 100%;
}

/* Animated “x” icon */
.navbar {
    background-color: #fff;
    border: 0 none;
    border-bottom: 1px solid #ddd;
}
.navbar a {
    color: #393939;
}
.navbar a.text-primary {
    color: #fff;
    background: #FF6D1A;
}
.navbar a.text-primary:hover, .navbar a.text-primary:focus {
    color: #fff;
    background: #FF6D1A;
}
.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  -moz-transform: rotate(45deg);
  -moz-transform-origin: 10% 10%;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -o-transform: rotate(45deg);
  -o-transform-origin: 10% 10%;
  -ms-transform: rotate(45deg);
  -ms-transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  -moz-transform: rotate(-45deg);
  -moz-transform-origin: 10% 90%;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -o-transform: rotate(-45deg);
  -o-transform-origin: 10% 90%;
  -ms-transform: rotate(-45deg);
  -ms-transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
}

input,
textarea,
select {
	font-size: 16px !important;
}

header {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

/* rwd */
h1 strong {
    font-size: medium;
    font-weight: normal;
}
.rw .jumbo h1, .rw .jumbo h1 small {
    color: #333;
}
.jumbo {
    background: transparent url(/img/bg_rwd.png) no-repeat scroll center top;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.jumbo h2 {
    font-size: xx-large;
}
.cover {
    display: inline-block;
    padding-top: 10px;
}
.featuretop, .faq, .news {
    background-color: #f1f1f1;
}
hr + .featuretop {
    background-color: transparent;
}
.jumbo + .feature {
    padding-top: 20px;
}

h2 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}
.ttl2 {
    font-size: 24px;
    line-height: 1.4;
}
h2 strong {
    font-size: large;
}
section h2.ttl2 {
    margin-bottom: 20px;
}
h3, h4 {
    font-weight: bold;
}
.caption {
    border: 1px solid #ccc;
    margin: 15px 0;
    padding: 10px;
}
.navbar {
    margin-bottom: 0;
}
.rw .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float:none;
}
.navbar .icon-bar {
    background-color: #393939;
}
section {
    text-align: center;
    padding: 50px 0;
    /* border-bottom: 1px solid #ddd; */
}
section h1, section h2 {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 40px;
}
section h3 {
    font-size: 22px;
    margin: 30px 0 20px 0;
    line-height: 1.4;
}
section h4 {
    margin: 20px 0;
}
section h5 {
    font-size: medium;
    font-weight: bold;
}
section.themelists {
    background-color: #f1f1f1;
}
section.themelists .card a {
    background-color: #fff;
}
section.themelists .row {
  margin-left: -10px;
  margin-right: -10px;
}
section.themelists .row > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.contact {
    background: #fff5ba;
}

.qq:before {
    content: "Q.";
    color: #0094be;
  font-size: 1.5em;
  margin-right: 10px;
}
.aa:before {
    content: "A.";
    color: #0094be;
  font-size: 1.5em;
  margin-right: 10px;
}

.devices {
    text-align: center;
}

.ttl {
    background-color: #f1f1f1;
    padding: 10px;
    font-size: x-large;
}
h2.ttl {
    background-color: #f1f1f1;
    margin: 40px 0 20px 0;
}
.ttln {
    font-size: medium;
    margin: 0;
    padding: 0;
}
.ttln + .ttln {
    margin-top: .5rem;
}
.breadcrumb {
    background-color: #f1f1f1;
}
.mainarea section {
    text-align: left;
}
.mainarea .ttl {
    text-align: left;
}
section > .ttl:first-child,
section .container > .ttl:first-child,
.time + .ttl {
    margin-top: 0;
}
.time {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: small;
}
.pagetop .time {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: small;
    text-align: right;
}

.permalink {
    display: table;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 15px
}
.entryimg {
    display: table-cell;
    background-color: #f1f1f1;
    width: 100px;
    height: 100px;
    background-size: auto 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.entrybody {
    display: table-cell;
    padding: 10px;
}
.entrycat {
    font-size: small;
    color: #393939;
    border-bottom: 1px solid #ddd;
}
.entrydate {
    font-size: small;
    color: #393939;
}
.entrylist a {
    display: block;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    line-height: 1.5;
}
.content-nav a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: .5rem 1rem;
}

nav.scroll-spy li ul {
    display: none;
}
nav.scroll-spy li.active ul {
    display: block;
}
.scroll-spy .active > a {
    background-color: #f1f1f1;
}

th {
    background-color: #f1f1f1;
}
th, td {
    vertical-align: middle !important;
    word-break: break-all;
}
td hr {
    margin: 10px 0;
}
.primary {
    font-size: large;
}
th.primary {
    background: #FF6D1A;
    color: #fff;
}
.plan tr:first-child th {
    text-align: center;
}
.plan ul {
    margin-bottom: 0;
}
.type td {
    background-color: #fff;
}
.num {
    font-size: 50px;
}
.curr {
    font-size: 70%;
}
.faq .num {
    font-size: x-large;
}
.bnr {
    display: block;
    margin-bottom: 15px;
}
.bnr.wc {
    background-color: #f1f1f1;
    padding: 10px;
}
.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    padding: 15px 72px !important;
}
.btn-light .btn {
    padding: 15px 48px !important;
}
.btn-primary {
    background-color: #FF6D1A !important;
    border-color: #FF6D1A !important;
}
.btn-primary:hover {
    background-color: #ff5d00 !important;
}
.btn-lg {
    font-size: large;
    margin: auto 2px;
    border-radius: 5px;
}
.wp .btn-plan {
    display: inline-block;
    border: 1px solid #00A5D4;
    border-radius: 5px;
    padding: 8px 50px !important;
    margin: 10px 0;
    color: #393939;
}
.wp .btn-plan:hover {
    background-color: #00A5D4;
    color: #fff;
}
.btn.disabled {
    opacity: .2;
}
.highlighter {
    background: linear-gradient(transparent 50%, #ffff7f 50%);
}
.setplan {
    border: 1px solid #ddd;
    padding: 1rem;
    margin: 1rem auto;
    border-radius: 5px;
    width: 90%;
    font-size: medium;
}

.navbar-nav .active {
    background-color: #f1f1f1;
}
.pay .form-control {
    width: 50%;
}

@keyframes zoomIn {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.3);
    }
}
@keyframes zoomInBg {
    0% {
        background-size: auto 100%;
    }
    100% {
        background-size: auto 130%;
    }
}

.wp footer {
    background: linear-gradient(to top, #dfe9f3 0%, #f7f7f7 100%);
}
footer a {
    color: #007394;
}
footer p {
    line-height: 1.2;
}
.pagetop {
    background-color: #fff;
    text-align: center;
    margin: 0 !important;
    padding: 1rem 0;
    margin: 1rem 0;
}
footer {
    text-align: center;
    padding: 5rem 0;
}
footer strong {
    font-weight: normal;
}
footer .copy small {
    display: block;
    font-size: x-small;
    line-height: 1.5;
}
footer .list-inline {
    margin-bottom: 5px;
}
footer hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: #00000008;
}
footer big {
    font-size: xx-large;
    font-weight: bold;
}
footer h4 {
    margin: 0 0 15px 0;
}

.tab-content {
  background: #fff;
  padding: 20px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.text-warning, .text-ssl, .text-sslnone {
    display: none;
}

.arrow_box {
	position: relative;
	background: #f1f1f1;
	border: 4px solid #f1f1f1;
    padding: 10px;
  margin: 30px 10px 10px 10px;
  text-align: left;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(231, 250, 248, 0);
	border-bottom-color: #f1f1f1;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(149, 181, 212, 0);
	border-bottom-color: #f1f1f1;
	border-width: 16px;
	margin-left: -16px;
}


/*modal*/
.md-modal {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 80%;
	height: auto;
	z-index: 90;
	visibility: hidden;
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 80;
	opacity: 0;
	background: rgba(143,27,15,0.8);
	transition: all 0.3s;
    cursor: pointer;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: #222;
	perspective: 600px;
}

.container {
	min-height: 100%;
}
.logos {
    opacity: 0.5;
}
.logos a {
    display: inline-block;
}
.logos img {
    display: inline-block;
    margin: 0 10px 10px 0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* Effect 12:  Just me */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 ~ .md-overlay {
	background: #fff;
}

.md-effect-1 .md-content h3,
.md-effect-1 .md-content {
	background: transparent;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    opacity: 1;
}
.chevron-left, .chevron-right {
    position: absolute;
    top: 50%;
    font-size: xx-large;
    font-weight: bold;
}
.chevron-left {
    left: 1rem;
}
.chevron-right {
    right: 1rem;
}

.carousel a:focus, .carousel a:hover {
    background-color: initial;
}

/* WP */
.press {
    color: #0094be;
}
.wp .navbar {
    background-color: #ffffffe6;
    backdrop-filter: blur(10px);
    border-bottom: 0 none;
    box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.3);
}
.wp .navbar:hover {
    background-color: #fff;
}
.wp .navbar-brand img {
    width: 140px;
    height: auto;
}

/* .wp .navbar .nav > li:nth-child(3) a {
    background: #FFFF66;
} */

.wp .jumbo.fix {
    padding-top: 60px;
}
.wp .jumbo.carousel {
    padding: 0;
    background-image: none;
    color: #fff;
}
.wp .jumbo.fix.carousel .container {
    padding-top: 50px;
}
.wp .carousel-inner .item {
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.wp .carousel-inner .item_top {
    background-position: left top;
    background-image: url('/img/bg_wp_top.jpg');
}
.wp .carousel-inner .item_insight {
    background-position: left center;
    background-image: url('/img/bg_wp_insight_top.jpg');
}
.wp .carousel-inner .item_magazine {
    background-position: left center;
    background-image: url('/img/bg_wp_magazine_top.jpg');
}
.wp .carousel-inner .item_lp {
    background-position: left center;
    background-image: url('/img/bg_wp_lp_top.jpg');
}
.wp .jumbo.carousel .item a {
    height: 480px;
    display: block;
    color: #fff;
}

.wp .jumbo.carousel .btn {
    border: 1px solid #fff;
    border-radius: 5px;
}
.wp .jumbo.carousel .btn:hover,
.wp .jumbo.carousel .btn:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

.wp .jumbo.liquid {
    color: #fff;
    background-image: url('/img/bg_jelly.jpg');
    background-position: left bottom;
    padding-bottom: 1px;
}
.wp .jumbo.liquid_amp {
    color: #fff;
    background-image: url('/img/bg_amp.png');
    background-position: center top;
    padding-bottom: 1px;
    border: 0 none;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
}
.wp .jumbo.lp {
    color: #fff;
    background-image: url('/img/bg_wp_top.jpg');
    background-position: left top;
    height: 480px;
}
.wp .jumbo.light {
    background-image: url('/img/bg_wp.png');
    background-position: left top;
}
.wp .jumbo.magazine {
    background-image: url('/img/bg_wp_magazine.jpg');
    background-position: left top;
}
.wp .jumbo.portfolio {
    background-image: none;
    background-color: #222;
}
.wp .jumbo.smart {
    background-image: url('/img/bg_wp_smart.jpg');
    background-position: left top;
}
.wp .jumbo.corporate {
    background-image: url('/img/bg_wp_corporate.jpg');
    background-position: center center;
}
.wp .jumbo.plugin {
    background-image: url('/img/bg_wp_plugin.png');
    background-position: center center;
}
.wp .jumbo.insight {
    background-image: url('/img/bg_wp_insight.jpg');
    background-position: center center;
}
.wp .jumbo.app {
    background-image: url('/img/bg_wp_app.jpg');
    background-position: left bottom;
}
.wp .jumbo.lplp {
    background-image: url('/img/bg_wp_lp.jpg');
    background-position: center bottom;
}


.wp .jumbo.portfolio h1 strong {
    color: #fff;
}

.wp .jumbo h1,
.wp .jumbo .ttlh {
    font-weight: normal;
    font-size: 48px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}
.wp .jumbo.lp h1, .wp .jumbo.lp h1 small,
.wp .jumbo.lp .ttlh, .wp .jumbo.lp .ttlh small {
    color: #fff;
}
.wp .jumbo h1 strong,
.wp .jumbo .ttlh strong {
    display: inline-block;
    font-size: medium;
    font-weight: normal;
}
.wp .jumbo h1 span,
.wp .jumbo .ttlh span {
    display: block;
    margin: 1rem 0;
}
.wp .huge {
    background-color: #0094be;
    color: #fff;
}
.wp .huge h1 {
    font-weight: normal;
    margin-bottom: 10px;
}
.wp .pt {
    padding-top: 60px;
}

.wp .servicetop h3, .wp .featuretop h3 {
    margin-top: 0;
}
.wp .featuretop .card a {
    background-color: #fff;
}

.wp mark {
    font-size: 24px;
}
.wp .mark {
    display: inline-block;
    color: #393939;
    background-color: #fff;
    padding: 2px 5px;
    margin: 10px 5px;
    font-size: small;
    border-bottom: 2px solid #999;
    font-weight: bold;
}
.wp .mark.hot {
    background-color: #ffff66 !important;
}

.wp .inner {
    font-size: small;
    background-color: #f9f9f9;
    padding: 10px;
    margin-top: 1em;
}

.wp .news {
    padding: 10px 0;
}
.wp .inquiry {
    background: #f1f1f1;
    margin-top: 20px;
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    text-align: center;
}
.wp .inquiry h3 {
    margin: 0 0 .5rem 0;
    color: #333;
}
.wp .inquiry .btn-img {
    display: block;
    padding: 0 2rem 1rem 2rem;
}
.wp .inquiry .btn-img:hover {
    background-color: transparent;
}
.wp .inquiry .btn-img img {
    width: 100%;
    max-width: 300px;
}

.wp .help_wrap {
    margin-top: 20px;
}
.wp .info {
    display: inline-block;
    background-color: #f9f9f9;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.wp .follows .info {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
}
.wp .follows .info a {
    font-size: 22px;
}

.wp .theme:nth-child(odd) {
    background: #f1f1f1;
}

/* pricing */
.pricing .columns {
    float: left;
    width: 33.3%;
    padding: 8px;
}
.pricing .price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing .recommended .price {
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
}
.pricing .price:hover {
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
}
.pricing .price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
    position: relative;
    overflow: hidden;
    padding: 30px 10px 40px 10px;
}
.pricing .price .header:after {
    content: "　";
    position: absolute;
    z-index: 1;
    display: block;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 600px;
    border-color: transparent transparent #f1f1f1 transparent;
}
.pricing .price li {
    border-bottom: 1px solid #eee;
    padding: 15px;
    text-align: center;
}
.pricing .price .grey {
    background-color: #f1f1f1;
    font-size: 25px;
}
.pricing .price small {
    font-size: small;
}
.pricing .btn {
    font-size: medium;
}
.pricing hr {
    clear: both;
}
@media screen and (max-width: 600px) {
    .pricing .columns {
        width: 100%;
    }
}

ul.tags {
    list-style-type: none;
    margin-top: 20px;
    padding: 0;
    text-align: left;
}
ul.tags li {
    display: inline-block;
}
ul.tags li a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: .25em 1em;
    margin: 0 1rem 1rem 0;
    border-radius: 5px;
}
.sidebar ul.tags {
    margin: 15px 0;
}
.rank-1 a { font-size: 1.5em; }
.rank-2 a { font-size: 1.4em; }
.rank-3 a { font-size: 1.3em; }
.rank-4 a { font-size: 1.2em; }
.rank-5 a { font-size: 1.1em; }
.rank-6 a { font-size: 1em; }
.rank-7 a { font-size: .9em; }
.rank-8 a { font-size: .9em; }
.rank-9 a { font-size: .8em; }
.rank-10 a { font-size: .8em; }

.pagination {
    width: 100%;
    text-align: center;
}
.pagination a, .pagination .current_page {
    padding: 10px;
    display: inline-block;
}
.pagination a {
    border: 1px solid #ddd;
}

.table-list {
    font-size: small;
}
.table-list th, .table-list td {
    width: 100px;
}

.theme h3, .subttl span {
    display: inline-block;
    padding: 10px 0;
    border-bottom: 2px solid #999;
    background: transparent;
}
.card a {
    position: relative;
    display: block;
    color: #393939;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin: 15px 0;
}
.card a:focus,
.card a:hover {
    background-color: #f9f9f9 !important;
}
.card-title {
    display: block;
    overflow: hidden;
    font-size: small;
    text-overflow: ellipsis;
    line-height: 1.5em;
    height: 3em;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    box-orient: vertical;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    -o-box-orient: vertical;
    -o-line-clamp: 2;
    -ms-box-orient: vertical;
    -ms-line-clamp: 2;
}
.card-tag {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: small;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 0 5px;
    background-color: #fff;
}
.card h3 {
    margin: 10px 0;
    padding: 0;
}
.tile {
    position: relative;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 20px 0;
    margin: 15px 0;
    font-weight: bold;
    font-size: small;
}
.tile [class^="icon-"] {
    display: block;
    font-size: 50px;
    color: #0094be;
}
.tile .tile_txt {
    display: block;
    color: #393939;
    font-weight: normal;
    margin-top: .5em;
}
.not .tile {
    border: 1px dotted #ddd;
    opacity: 0.3;
    color: #393939 !important;
}
.not .tile [class^="icon-"] {
    color: #393939 !important;
}
.plug .tile:before {
    content: "Plugin";
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: x-small;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 0 5px;
    border-radius: 10px;
}

.theme img.big {
    display: block;
    width: 80%;
    margin: 30px auto 30px auto;
}
.theme img.bdr {
    border: 1px solid #ccc;
}
.wp .num {
    font-size: inherit;
    color: #ff5d00;
}
.wp th, .wp td {
    padding: 10px !important;
}
.mini p {
    font-size: small;
    text-align: left;
    height: 6em;
}
.mini img {
    border: 1px solid #ddd;
}
.mini h4 {
    font-size: small;
}
.imgb, .faqs img {
    display: block;
    margin: 2rem 0;
    border: 1px solid #ddd;
}
.imgc {
    margin-left: auto;
    margin-right: auto;
}
.wp .faqs .badge {
    vertical-align: text-bottom;
}
.solid {
    border: 1px solid #ddd;
}
.shadow {
    box-shadow: 0 0 2px #333;
}
.acpt img {
    display: inline-block;
    margin: 0;
    border: 0 none;
}
code {
    display: block;
    margin: 2rem 0;
}
.price {
    border: 1px solid #ddd;
    padding: 10px 20px;
}

.accent {
    background-color: #FFFF66 !important;
}
.stripe {
    border: #ff8635 solid 10px !important;
    border-image: url("/img/stripe.png") 24 24 round !important;
}

/* gsc */
table.gsc-search-box td {
    padding: 4px !important;
    line-height: 1;
    display: table-cell;
}

/* liquid-speech-balloon */
.liquid-speech-balloon-wrap {
    margin-bottom: 2rem;
    flex-direction: row;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.liquid-speech-balloon-text {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    padding: 20px 30px;
    width: 100%;
    margin-left: 20px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.liquid-speech-balloon-text p {
    margin: 0 !important;
    padding: 0 !important;
}
.liquid-speech-balloon-text p a {
    color: inherit !important;
    text-decoration: underline;
}
.liquid-speech-balloon-text p a:focus, .liquid-speech-balloon-text p a:hover {
    color: inherit !important;
    text-decoration: underline;
    background-color: transparent;
}
.liquid-speech-balloon-arrow {
    position: absolute;
    z-index: 2;
    content: '.';
    line-height: 1;
    width: 0;
    height: 0;
    top: 25px;
    left: -11px;
    color: transparent;
    border-top: 7px solid transparent !important;
    border-bottom: 7px solid transparent !important;
    border-right: 10px solid rgba(0, 0, 0, 0.2);
}
.liquid-speech-balloon-avatar {
    position: relative;
    width: 64px;
    height: 64px;
    line-height: 1;
    flex-shrink: 0;
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.liquid-speech-balloon-avatar::after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    left: 0;
    top: 69px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

.liquid-speech-balloon-bubble .liquid-speech-balloon-arrow {
    display: none;
}
.liquid-speech-balloon-bubble .liquid-speech-balloon-text::before {
    content: '.';
    color: transparent;
    position: absolute;
    display: block;
    border-radius: 50%;
    border: inherit;
    background-color: inherit;
    left: -15px;
    width: 15px;
    height: 15px;
    top: 20px;
}
.liquid-speech-balloon-bubble .liquid-speech-balloon-text::after {
    content: '.';
    color: transparent;
    position: absolute;
    display: block;
    border-radius: 50%;
    border: inherit;
    background-color: inherit;
    left: -20px;
    top: 10px;
    width: 10px;
    height: 10px;
}

.liquid-speech-balloon-right {
    flex-direction: row-reverse;
}
.liquid-speech-balloon-right .liquid-speech-balloon-text {
    margin-left: 0;
    margin-right: 20px;
}
.liquid-speech-balloon-right .liquid-speech-balloon-arrow {
    left: auto;
    right: -18px;
    border-right: 7px solid transparent !important;
    border-left: 10px solid rgba(0, 0, 0, 0.2);
}

.liquid-speech-balloon-right.liquid-speech-balloon-bubble .liquid-speech-balloon-text::before {
    left: auto;
    right: -15px;
}
.liquid-speech-balloon-right.liquid-speech-balloon-bubble .liquid-speech-balloon-text::after {
    left: auto;
    right: -20px;
}

.liquid-speech-balloon-small .liquid-speech-balloon-text,
.liquid-speech-balloon-small .liquid-speech-balloon-text p {
    font-size: 13px;
}
.liquid-speech-balloon-large .liquid-speech-balloon-text,
.liquid-speech-balloon-large .liquid-speech-balloon-text p {
    font-size: 36px;
}
.liquid-speech-balloon-short .liquid-speech-balloon-text {
    width: auto;
}

/* PC */
@media screen and (max-width: 993px) {
    .navbar-nav>li>a {
        padding: 10px;
    }
    .home .navbar-nav>li>a {
        padding: 15px 10px;
    }
    .home .navbar .icon-bar {
        background-color: #393939;
    }
}

/* TAB */
@media screen and (max-width: 769px) {
    .btn {
        padding: 10px 20px !important;
    }
    .btn-light .btn {
        padding: 15px 15px !important;
        font-size: small;
    }

    .md-modal {
        max-width: 90%;
    }
    .case img {
      max-width: 70%;
      height: auto;
    }
    .case .md-content img {
      max-width: 100%;
    }

    .pay .form-control {
        width: 100%;
    }

    .wp .nav>li>a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .wp .jumbo.lp {
        padding-top: 40px;
    }
    .wp .jumbo.lp, .wp .jumbo.carousel .item a {
        height: 360px;
    }
    .wp .jumbo.fix {
        padding-top: 90px;
    }
    .wp .jumbo.carousel {
        padding-top: 0;
    }
    .wp .ttl2 {
        font-size: medium;
    }
    .tile [class^="icon-"] {
        font-size: 30px;
    }
    .tile .tile_txt {
        line-height: 1.2em;
        height: 2.4em;
    }
    .wp .jumbo h1,
    .wp .jumbo .ttlh{
        font-size: xx-large;
    }
}
/* @media */
/* SP */
@media screen and (max-width: 415px) {
    section {
        padding: 20px 0;
    }
    section h1, section h2 {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .plan tr:first-child th {
        font-size: medium;
    }
    th, td {
        display: block;
    }
    .nav-tabs {
        font-size: 12px;
    }
    h1 strong,
    .ttlh strong {
        font-size: small;
    }

    .arrow_box {
        font-size: small;
        line-height: 1.5em;
    }
    .aa {
        line-height: 1.5em;
    }
    .wp .carousel-inner .item {
        height: 70vh;
    }
    .wp .jumbo.lp, .wp, .wp .jumbo.carousel .item a {
        height: 320px;
    }
    .wp .jumbo.fix {
        padding-top: 60px;
    }
    .wp .jumbo.carousel {
        padding-top: 0;
    }
    .wp .jumbo h1,
    .wp .jumbo .ttlh {
        font-size: xx-large;
    }
    .wp .mark {
        font-size: x-small;
        margin: 5px 0;
    }
    .wp mark {
        font-size: small;
    }
    .wp .news {
        padding: 0;
        font-size: small;
    }
    .wp .camp ul {
        text-align: left;
        font-size: small;
    }
    .wp .links a {
        display: inline-block;
        padding: 5px 10px;
        margin: 0 0 10px 0;
        border: 1px solid #ddd;
        border-radius: 5px;
    }
    .table-list th, .table-list td {
        display: table-cell;
    }
}
