@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600');
 @import url('https://fonts.googleapis.com/css?family=Ubuntu:500');
/* load reset.css */

*, ::before, ::after {
    box-sizing: inherit;
    background-repeat: no-repeat;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 50%;
    box-sizing: border-box;
}
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #333;
    font-size: 1.625rem;
    letter-spacing: 0.03em;
    line-height: 1.538461538461538;
}

@media screen and (min-width: 992px), print {
html {
    font-size: 62.5%;
}
body {
    font-size: 1.5rem;
    line-height: 1.7;
}
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
li {
    list-style-type: none;
}
address {
    margin: 0 0 1.5em;
    font-style: normal;
}
strong, em {
    font-weight: 600;
    font-style: normal;
}
sub {
    font-size: 70%;
    position: relative;
    top: -0.25em;
}
/* Link, Focus,Selection */
a {
    outline: none;
    text-decoration: none;
    color: #0098ec;
}

@media screen and (min-width: 992px), print {
a {
    transition: all .15s ease;
}
a:hover {
    text-decoration: none;
}
}
a:focus {
    outline: none;
}
::-moz-selection {
 background-color: #b3d4fc;
 color: #000000;
 text-shadow: none;
}
::selection {
    background-color: #b3d4fc;
    color: #000000;
    text-shadow: none;
}
/* Form */
input[type="radio"], input[type="checkbox"] {
    margin-right: .25em;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #b3b3b3;
    border-radius: 0;
    padding: 5px;
    width: 100%;
    font-size: 16px;
    vertical-align: bottom;
}
textarea {
    height: 180px;
    line-height: 1.4;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer;
    background: #000;
    color: #fff;
    opacity: 1.0;
    padding: 10px 20px;
    transition: 0.3s;
    border: none;
    border-radius: 5px;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
 display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
 outline-offset: -2px;
}

@media screen and (min-width: 992px), print {
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], textarea {
    padding: 10px;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover {
    background: #444;
    color: #fff;
    opacity: 0.7;
}
}
/* ============================== */
/*  Contents */
/* ============================== */
h1 {
    font-size: 2.4rem;
    margin-bottom: 25px;
}
h2 {
    font-size: 2.1rem;
    margin-bottom: 25px;
}
h3 {
    font-size: 1.9rem;
    margin-bottom: 15px;
}
h4 {
    font-size: 1.8rem;
    margin-bottom: 25px;
}
h5 {
    font-size: 1.4rem;
    margin-bottom: 0.5em;
}
h6 {
    font-size: 1.2rem;
    margin-bottom: 0.5em;
}
p + p {
    margin-top: 1em;
}

@media screen and (min-width: 768px), print {
h1 {
    font-size: 3.0rem;
}
h2 {
    font-size: 2.4rem;
}
h3 {
    font-size: 1.9rem;
}
h4 {
    font-size: 1.7rem;
}
h5 {
    font-size: 1.4rem;
}
}
th, td {
    padding: 0.5em 1em;
    border: 1px solid #dcdcdc;
    text-align: left;
    vertical-align: middle;
}
th {
    font-weight: 600;
    background-color: #fafafa;
}
caption {
    color: #444;
    text-align: center;
}
img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
figure {
    margin: 0;
}
figure img {
    width: 100%;
}

/* ============================== */
/*  Layout */
/* ============================== */

@media screen and (max-width: 767px) {
.only-pc {
    display: none;
}
}

@media screen and (min-width: 768px), print {
.only-sp {
    display: none;
}
}
.row {
    margin: 0 10px;
    position: relative;
}

@media screen and (min-width: 768px), print {
.row {
    margin: 0 20px;
}
}

@media screen and (min-width: 992px), print {
.row {
    margin: 0 auto;
    width: 960px;
}
}

@media screen and (min-width: 1132px), print {
.row {
    width: 1100px;
}
}
.a-section {
    padding: 30px 0;
    position: relative;
    z-index: 2;
}
.a-section h2 {
    margin: 0;
    text-align: center;
    font-weight: bold;
}
.a-section h2 + * {
    margin-top: 30px;
}
.a-section .content-body {
    position: relative;
    z-index: 3;
}

@media screen and (min-width: 768px), print {
.a-section {
    padding: 56px 0;
}
.a-section h2 + * {
    margin-top: 56px;
}
}

@media screen and (min-width: 992px), print {
.a-section {
    padding: 70px 0;
}
.a-section h2 + * {
    margin-top: 70px;
}
}
/* ============================== */
/*  Page Top */
/* ============================== */
#go-pagetop a {
    display: block;
    position: fixed;
    bottom: -80px;
    right: 10px;
    z-index: 500;
    text-indent: -9999px;
    overflow: hidden;
    background-color: rgba(120,120,120,0.5);
    background-size: 44px;
    width: 40px;
    height: 40px;
    transition: 0.2s ease;
    opacity: 0;
    border-radius: 6px;
}
#go-pagetop a.js-view {
    opacity: 1;
    bottom: 20px;
}
#go-pagetop a::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: calc(50% - 5px);
    top: calc(50% - 3px);
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
}

@media screen and (min-width: 768px), print {
#go-pagetop a {
    right: 20px;
}
#go-pagetop a.js-view {
    bottom: 54px;
}
}

@media screen and (min-width: 992px), print {
#go-pagetop a {
    right: 50px;
    width: 60px;
    height: 60px;
}
#go-pagetop a.js-view {
    bottom: 68px;
}
#go-pagetop a:hover {
    background-color: #00a7ec;
}
}
/* ============================== */
/*  Global-Header */
/* ============================== */
.global-header {
    position: fixed;
    z-index: 990;
    width: 100%;
    background: #fff;
}
.site-id {
    width: 230px;
    height: 60px;
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 19px;
    padding: 5px;
}
.site-id a {
    display: block;
    color: #333;
}
.site-id span {
    font-size: 1.2rem;
    display: block;
    margin: 0;
}

@media screen and (min-width: 992px) {
.site-id {
    line-height: 22px;
    height: 75px;
}
}

/* ============================== */
/*  Global-NAV TABLET/PC */
/* ============================== */
@media screen and (min-width: 768px) {
#global-menu {
    display: block !important;
}
.site-nav {
    position: absolute;
    right: 0;
    top: 0;
}
.main-menu {
    display: table;
    margin-top: 5px;
}
.main-menu li {
    display: table-cell;
    padding: 0 0 0 1em;
}
.main-menu>li>a {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    padding: 16px 5px 8px;
    text-decoration: none;
    color: #333;
}
.main-menu>li>a::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: rotate(45deg);
    border-bottom: 1px solid #3c93e0;
    border-right: 1px solid #3c93e0;
    opacity: 0;
    transition: all 400ms;
}
.main-menu>li>a:hover {
    color: #3c93e0;
}
.main-menu>li>a:hover::after {
    opacity: 1;
    bottom: 0px;
}
}

@media screen and (min-width: 992px) {
.main-menu li {
    padding: 0 0 0 2em;
}
.main-menu li a {
    padding: 22px 10px 8px;
}
}

/* ============================== */
/*  Global-NAV SP */
/* ============================== */

@media screen and (max-width: 767px) {
#global-menu {
    position: fixed;
    top: 0;
    left: 100vh;
    z-index: 998;
    display: none;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    opacity: 1;
    background: rgba(255,255,255,0.98);
    transition: 300ms;
}
.js-view#global-menu {
    left: calc(100% - 250px);
    opacity: 1;
}
.global-menu-inner {
    opacity: 1.0;
    transition-delay: 0.2s;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
}
#global-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    height: 100vh;
    border-left: 1px solid #ddd;
}
#overlayer {
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 991;
    display: none;
}
.site-nav li {
    text-align: left;
    padding-left: 50px;
    opacity: 0;
    line-height: 3.5;
    font-size: 1.75rem;
    position: relative;
}
.site-nav li::before {
    content: "";
    width: 11px;
    height: 11px;
    background: linear-gradient(90deg, #0076e5, #00b5f3);
    border: 2px solid #fff;
    position: absolute;
    top: 18px;
    left: 10px;
    opacity: 0;
    transition: 200ms;
}
.site-nav li a {
    padding: 30px;
    color: #555;
}
.js-view .site-nav li:first-child {
    transition: all 300ms 150ms;
}
.js-view .site-nav li:nth-child(2) {
    transition: all 300ms 250ms;
}
.js-view .site-nav li:nth-child(3) {
    transition: all 300ms 350ms;
}
.js-view .site-nav li:nth-child(4) {
    transition: all 300ms 450ms;
}
.js-view .site-nav li:nth-child(5) {
    transition: all 300ms 550ms;
}
.js-view .site-nav li {
    padding-left: 0;
    opacity: 1;
}
.js-view .site-nav li::before {
    opacity: 1;
    transition: all 600ms ease 900ms;
}
}
/* ============================== */
/*  Toggle Menu */
/* ============================== */
#toggle-menu {
    width: 50px;
    height: 60px;
    top: 0;
    right: 0;
    position: fixed;
    z-index: 999;
}

@media screen and (min-width: 768px), print {
#toggle-menu {
    display: none;
}
}
#toggle-menu .menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 26px;
    height: 2px;
    background-color: #999;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
#toggle-menu .menu-icon::before, #toggle-menu .menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #999;
    right: 0;
    transition: transform 0.4s, top 0.2s 0.4s;
}
#toggle-menu .menu-icon::before {
    top: -7px;
}
#toggle-menu .menu-icon::after {
    top: 7px;
}
/* --ToggleMenu IsClicked-- */
#toggle-menu .menu-icon.is-clicked {
    background-color: rgba(255, 255, 255, 0);
}
#toggle-menu .menu-icon.is-clicked::before, #toggle-menu .menu-icon.is-clicked::after {
    transition: transform 0.4s 0.2s, top 0.2s;
}
#toggle-menu .menu-icon.is-clicked::before {
    top: 0;
    transform: rotate(45deg);
}
#toggle-menu .menu-icon.is-clicked::after {
    top: 0;
    transform: rotate(-45deg);
}
/* ============================== */
/*  GLOBAL FOOTER */
/* ============================== */
.global-footer {
    background: #6B717D;
    border-top: 4px solid #1f95cd;
    padding: 20px 0;
    text-align: center;
}
.footer_ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0;
    justify-content: center;
    width: auto;
    margin-bottom:15px;
}
.footer_li{
    padding: 0 10px;
    border-left: 1px solid #ccc;
}
.footer_li2{
    border-right: 1px solid #ccc;
}
.footer_li3{
    border-right: 1px solid #ccc;
}
.footer_a{
    color: #fff;
}
.footer_a:hover{
        text-decoration: underline;
}
.footer-logo {
    margin: 0 0 0.5em;
    font-family: 'Josefin Sans', sans-serif;
}

@media screen and (min-width: 768px), print {
.global-footer {
    padding-top: 30px 0;
}
.footer_li3{
    border-right: none;
}

}

@media screen and (min-width: 992px), print {
.global-footer {
    padding-top: 30px 0;
}
.footer_li3{
    border-right: none;
}
}

.footer-logo {
    width: 128px;
    margin: 0 0 0.5em;
}
.global-footer address {
    font-size: 1.5rem;
    line-height: 1.7;
    color: #ffffff;
}
.global-footer .company-name {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 0.5em;
}
.global-footer .location {
    margin: 0;
}
.copyright {
    color: #bbb;
    font-size: 10px;
    padding: 30px 0 0;
}
.global-footer .contact a {
    color: #eee;
    padding: 10px 15px 10px 44px;
    background: #2a2a2a url(../images/icon_envelope.svg) no-repeat left 15px center;
    -webkit-background-size: 22px;
    background-size: 22px;
    line-height: 24px;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    position: relative;
    display: inline-block;
}

@media screen and (min-width: 768px), print {
.footer-logo {
}
.global-footer .contact {
    position: absolute;
    top: 0;
    right: 0;
}
.global-footer .contact a {
    padding: 12px 40px 12px 74px;
    background-position: left 40px center;
    -webkit-background-size: 24px;
    background-size: 24px;
}
}

@media screen and (min-width: 992px), print {
.footer-logo {
    width: 160px;
}
.global-footer address {
    font-size: 1.3rem;
}
.global-footer .company-name {
    font-size: 1.4rem;
}
/* hover effect */
.global-footer .contact a {
    transition: background-color 0.6s;
}
.global-footer .contact a:before, .global-footer .contact a:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 1px;
    opacity: 0;
    transition: width 0.3s, height 0.3s, opacity 0.2s;
}
.global-footer .contact a:before {
    top: 0;
    left: 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
.global-footer .contact a:after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.global-footer .contact a:hover {
    background-color: #74a93e;
}
.global-footer .contact a:hover:before, .global-footer .contact a:hover:after {
    opacity: 1;
    width: 100%;
    height: 100%;
}
}
/* ============================== */
/*  hero-image */
/* ============================== */
.hero-image {
    position: relative;
    border-top: 60px solid #fff;
    background: #3d94e1;
}
.hero-image #hi-visual {
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}
.hero-image #hi-visual img {
    width: 100%;
}
.hero-image #hi-copy {
    color: #fff;
    text-align: center;
    background: #0076e5;
    background: linear-gradient(90deg, #0076e5, #00b5f3);
    margin: 0;
    padding: 25px 20px;
}
.hero-image #hi-copy h2 {
    font-weight: bold;
    margin: 0 0 15px;
}
.hero-image #hi-copy p {
}

@media screen and (min-width: 768px), print {
.hero-image {
    background: linear-gradient(90deg, #0076e5, #00b5f3);
}
.hero-image > .inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.hero-image #hi-visual {
    width: 60%;
}
.hero-image #hi-copy {
    /*
	z-index: 3;
	position: absolute;
	top: 50%;
	left: 3%;
	width: 39%;
    max-width: 510px;
	transform: translateY(-50%);
	text-align: left;
	background: none;*/
    width: 40%;
    padding: 0 1.6% 0 10px;
    background: none;
    text-align: left;
}
.hero-image #hi-copy h2 {
    margin-top: 0;
}
.hero-image #hi-copy p {
    font-size: 1.5rem;
}
}

@media screen and (min-width: 992px), print {
.hero-image {
    border-top-width: 75px;
}
.hero-image > .inner {
    width: 960px;
    margin: 0 auto;
}
}

@media screen and (min-width: 1132px), print {
.hero-image > .inner {
    width: 1100px;
}
.hero-image #hi-copy {
/*left: calc(50% - 650px);*/
}
}

/* ============================== */
/*  log in */
/* ============================== */
#log-in{
    background: #f6f6f6;
    padding:1.6em 0;
    text-align: right;
}
#log-in a{
    display: inline-block;
    border-radius: 5px;
    padding:6px 10px 5px 24px;
    font-size:16px;
    position: relative;
    background: #3c93e0 linear-gradient(90deg, #0076e5, #00b5f3);;
    color: #fff;
}
#log-in a::before{
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: calc(50% - 3px);
    left: 10px;
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
#log-in a:hover{
  opacity: 0.7;
}
/* ============================== */
/*  できること */
/* ============================== */
#how-it-works {
    padding-bottom: 0;
    overflow: hidden;
}
#how-it-works h2 img {
    width: 6em;
    height: auto;
    padding-right: 0.3em;
    position: relative;
    top: -0.1em;
}
#how-it-works .card {
    border-bottom: 1px solid #ddd;
}
#how-it-works h2 + .card .row {
    padding-top: 0;
}
#how-it-works .card >.row {
    padding: 30px 0;
    margin: 0;
}
#how-it-works .card .image,
#how-it-works .card .video {
    margin: 0 auto;
}
#how-it-works .card .image {
    max-width: 280px;
}
#how-it-works .card .video {
    max-width: 500px;
}
#how-it-works .ca02 .image,
#how-it-works .ca02 .video {
    padding: 0 5%;
    margin-top: -30px;
}
#how-it-works .card .info {
    margin: 0 10px;
}
#how-it-works .card h3 {
    font-weight: bold;
    background: linear-gradient(90deg, #0076e5, #00b5f3);
    padding: 9px 20px 9px 45px;
    color: #fff;
    position: relative;
    margin: 20px 20px 20px -30px;
    transform: skew(-12deg);
}
#how-it-works .card .info p {
    margin: 0 10px;
}

#how-it-works .video_o {
     position: relative;
     height: 0;
     overflow: hidden;
     padding-bottom: 56.25%;
     margin-top: 50px;
}
#how-it-works .video_o iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 768px), print {
	#how-it-works .card >.row {
	    display: flex;
	    justify-content: space-between;
	    padding: 60px 15px;
	    margin: 0 auto;
	}
	#how-it-works .ca02 >.row, #how-it-works .ca04 >.row, #how-it-works .ca06 >.row {
	    flex-flow: row-reverse;
	}
	#how-it-works .card h3 {
	    padding: 0.7em 1.25em;
	    margin: 0 2em 30px 0.25em;
	}
	#how-it-works .card .info p {
	    margin: 0;
	}
	#how-it-works .card .image,
	#how-it-works .card .video {
	    width: calc(50% - 1.5em);
	    max-width: none;
	    margin: 0;
	}
	#how-it-works .ca02 .image,
	#how-it-works .card .video {
	    padding: 0 5%;
	    margin-top: -60px;
	}
	#how-it-works .card .info {
	    width: calc(50% - 1.5em);
	    margin: 0;
	}
}
@media screen and (max-width: 767px){
	/*
	#how-it-works .video {
	     margin:0;
	     text-align:center;
	}
	#how-it-works .video iframe {
	     width: 90%;
	}
	*/
}

/* ============================== */
/*  Slider */
/* ============================== */
.slider1 .slick-track li > img {
    width: 100%;
    height: auto;
}
.slick-next {
    z-index: 2;
    right: -15px;
}
.slick-prev {
    z-index: 2;
    left: -15px;
}
.slick-next::before, .slick-prev::before {
    color: #aaa;
}
.slick-dots {
    bottom: -10px;
}
.slick-dots li button::before {
    content: '';
    display: none;
}
.slick-dots li.slick-active button::before {
    content: '';
    display: none;
}
.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #888;
    opacity: .25;
}
.slick-dots li.slick-active button {
    opacity: .75;
    background: #008eda;
}

@media screen and (min-width: 768px), print {
.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
}
}
/* ============================== */
/*  リクラウドの開発 */
/* ============================== */

.thought {
    background: #e8f3fc;
}
.thought figure {
    text-align: center;
    width: 200px;
    margin: 0 auto 20px;
}
.thought .info {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}
.thought h3 {
    font-weight: bold;
    margin-top: 0;
}

@media screen and (min-width: 768px), print {
.thought figure {
    margin-bottom: 40px;
    width: 22%;
}
}
.how-to-use {
    display: none;
}
/* ============================== */
/*  プランと料金 */
/* ============================== */
#price {
    background: #eee url(../images/bg_price.jpg) center;
    background-size: cover;
    text-align: center;
}
#price h2 {
    color: #fff;
    text-shadow: 0px 0px 8px rgba(0,0,0,0.4);
}
#price .introduction {
    margin-top: 20px;
    color: #fff;
    text-shadow: 0px 0px 8px rgba(0,0,0,0.4)
}
#price h3 {
    color: #fff;
    font-weight: bold;
    margin: 2em 0 1em;
    font-size: 2.2rem;
}
.price-list li {
    background: #fff;
    text-align: center;
}

@media screen and (max-width: 767px) {
.personal-use, .team-use {
    border: 1px solid #fff;
    padding: 20px;
    margin: 30px 0;
}
#price h3 {
    margin-top: 0;
}
.price-list li {
    margin-top: 20px;
}
}

@media screen and (min-width: 768px), print {
#price h3 {
    font-size: 2.2rem;
    position: relative;
}
#price h3::before {
    content: "";
    display: block;
    width: calc(50% - 2.75em);
    border-top: 1px solid #fff;
    position: absolute;
    top: 0.75em;
    left: 0;
}
#price h3::after {
    content: "";
    display: block;
    width: calc(50% - 2.75em);
    border-top: 1px solid #fff;
    position: absolute;
    top: 0.75em;
    right: 0;
}
#price .team-use h3::before, #price .team-use h3::after {
    width: calc(50% - 3.25em);
}
.price-list {
    display: flex;
    justify-content: center;
    margin: 0 0 0 -20px;
}
.price-list li {
    width: calc(25% - 20px);
    margin-left: 20px;
    background: #fff;
    text-align: center;
}
}
.price-list li h4 {
    background: #f31759;
    color: #fff;
    margin: 0;
    padding: 0.68em 0;
}
.price-list li h4 {
    background: linear-gradient(90deg, #0076e5, #00b5f3);
}
.personal-use .price-list li h4 {
    background: linear-gradient(90deg, #e1244d, #ee328b);
}
.price-list li > .info {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 150px;
}
.price-list .price-point {
    font-size: 3.4rem;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    margin: 0;
}
.price-list li p.price-sub01 {
    margin: -0.5em 0 0;
}
.price-list li p.price-sub02 {
    margin: 0 0 0;
}
.price-list li p.price-sub03 {
    margin: 1em 0 0;
    font-family: 'Josefin Sans', sans-serif;
}
#price .campaign-banner {
    margin: 30px auto 0;
}

@media screen and (min-width: 992px), print {
.price-list .price-point {
    font-size: 3.4rem;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    margin: 0;
}
.price-list li > .info {
    height: 170px;
}
#price .campaign-banner {
    width: 80%;
    margin: 50px auto 0;
}
}
/* ============================== */
/*  お知らせ */
/* ============================== */
#news .content-body{
	width:100%;
	height: 300px;
	float:left;
    overflow-y: scroll;
}
@media screen and (min-width: 992px){
	#news ul{
		margin:0;
		padding:0;
	}
	#news ul li{
		margin-bottom:0.75em;
		border-bottom:none;
	}
	#news ul li:first-child{
		border-top:none;
		padding-top:0;
	}
	#news ul li time,
	#news ul li output{
		display:inline-block;
		font-size:14px;
		float:left;
	}
	#news ul li time{
		width:15%;
	}
	#news ul li output{
		width:85%;
	}
}
@media screen and (max-width: 991px){
	#news ul li time {
		display: block;
		font-size: 12px;
	}
	#news ul li:first-child {
		padding-top: 1em;
		border-top: 1px solid #000080;
	}
	#news ul li {
		margin-bottom: 0.75em;
		border-bottom: 1px dashed #000080;
	}
}

/* ============================== */
/*  ログイン2 */
/* ============================== */
#log-in2{
    background: #f6f6f6;
    padding:1.7em 0;
    text-align: center;
}
.banner100{
    background: #ffffff;
    padding:50px 0 10px 0;
    text-align: center;
}
#log-in2 a{
    display: inline-block;
    border-radius: 5px;
    padding:10px 20px 9px 34px;
    font-size:16px;
    position: relative;
    background: #3c93e0 linear-gradient(90deg, #0076e5, #00b5f3);;
    color: #fff;
}
#log-in2 a::before{
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: calc(50% - 3px);
    left: 10px;
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
#log-in2 a:hover{
  opacity: 0.7;
}




/* ============================== */
/*  よくある質問 */
/* ============================== */
#faq dt {
    padding-left: 28px;
    position: relative;
    margin-top: 2em;
    color: #005fbb;
    font-size: 1.6rem;
}
#faq dd {
    padding-left: 28px;
    position: relative;
    margin-top: 0.75em;
    font-size: 1.5rem;
}
#faq dt::before, #faq dd::before {
    font-family: 'Josefin Sans', sans-serif;
    position: absolute;
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 13px;
    padding-top: 2px;
}
#faq dt::before {
    content: "Q";
    background-color: #005fbb;
}
#faq dd::before {
    content: "A";
    background-color: #333;
}

@media screen and (min-width: 992px), print {
#faq dt::before, #faq dd::before {
    top: 1px;
    left: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    font-size: 15px;
    padding-top: 2px;
}
}
/* ============================== */
/*  お問い合わせ */
/* ============================== */
#contact {
    background: #d0efff;
}
#contact .introduction {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 40px;
}
.form-button-bar {
    text-align: center;
}
.form-button-bar input[type="submit"] {
    width: 280px;
    border-radius: 4px;
    padding: 15px 20px;
    font-size: 1.7rem;
    letter-spacing: 0.8em;
    text-indent: 0.8em;
    background: #005fbb;
    background: linear-gradient(90deg, #0076e5, #00b5f3);
}
#contact .required {
    color: #ee0055;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact textarea {
    border: 2px solid #fff;
    transition: 200ms;
    padding: 8px;
}
#contact input[type="text"]:focus, #contact input[type="email"]:focus, #contact input[type="tel"]:focus, #contact textarea:focus {
    border-color: #00b5f3;
}
#contact input.date1,
#contact input.tel {
    width:75px;
}
#contact input.yuubin {
    width:150px;
}
#contact select {
    width:200px;
    padding: 8px;
}
.contact-list li {
    margin-top: 30px;
}
.contact-list .c-type {
    text-align: center;
}
.contact-list label {
    margin-bottom: 0.25em;
    display: inline-block;
}
/* checkbox */
@-moz-keyframes dothabottomcheck {
0% {
 height: 0;
}
 100% {
 height: 6px;
}
}
@-webkit-keyframes dothabottomcheck {
0% {
 height: 0;
}
 100% {
 height: 6px;
}
}
@keyframes dothabottomcheck {
0% {
 height: 0;
}
 100% {
 height: 6px;
}
}
@keyframes dothatopcheck {
0% {
 height: 0;
}
 50% {
 height: 0;
}
 100% {
 height: 17px;
}
}
@-webkit-keyframes dothatopcheck {
0% {
 height: 0;
}
 50% {
 height: 0;
}
 100% {
 height: 17px;
}
}
@-moz-keyframes dothatopcheck {
0% {
 height: 0;
}
 50% {
 height: 0;
}
 100% {
height: 17px;
}
}
input[type="radio"].cb-anim {
    display: none;
}
label.cb-anim {
    margin: 0 1em;
}
label.cb-anim span {
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 11px;
    position: relative;
    top: 0.4em;
    margin-right: 0.3em;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: all ease 0.2s;
    cursor: pointer;
}
label.cb-anim span::before, label.cb-anim span::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: 2px;
    background-color: #fff;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 0;
    content: ' ';
    -webkit-transition: opacity ease .5;
    -moz-transition: opacity ease .5;
    transition: opacity ease .5;
}
label.cb-anim span::before {
    top: 14px;
    left: 7px;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
label.cb-anim span::after {
    top: 9px;
    left: 2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
input[type="radio"]:disabled + label.cb-anim span,
input[type=checkbox]:disabled + label.cb-anim span{
    opacity: 0.3;
    background-color: #bbb;
    cursor: not-allowed;
}
input[type="radio"]:checked + label.cb-anim span,
label.cb-anim.checked span,
input[type=checkbox]:checked + label.cb-anim span {
    background-color: #0076e5;
    border-color: #0076e5;
}
input[type="radio"]:checked + label.cb-anim span::after,
label.cb-anim.checked span::after,
input[type=checkbox]:checked + label.cb-anim span::after  {
    height: 5px;
    -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
    animation: dothabottomcheck 0.2s ease 0s forwards;
}
input[type="radio"]:checked + label.cb-anim span::before,
label.cb-anim.checked span::before,
input[type=checkbox]:checked + label.cb-anim span::before {
    height: 12px;
    -moz-animation: dothatopcheck 0.4s ease 0s forwards;
    -o-animation: dothatopcheck 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
    animation: dothatopcheck 0.4s ease 0s forwards;
}
#how-it-works .campaign-notice{
    color:#e00000;
	margin-top:15px !important;
    font-weight: bold;
    letter-spacing: 0;
}
input[type="checkbox"].cb-anim {
    display: none;
}
/* ============================== */
/*  その他 */
/* ============================== */
.clear{
	clear:both;
}
.bigred{
	color:red;
	font-weight:bold;
}
