@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@import url('./font-awesome.min.css'); */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	/* box-sizing: border-box; */
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* ClearFix
**************************************/
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/*
**************************************/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 1.0s;
	transform: translateY(30px);
}
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* General
**************************************/
html{
	font-family: "メイリオ", Meiryo, "Noto Serif JP", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body{
	/* font-size: 87.5%; */
}

.for-sp{
	display: none;
}

.fL{ float: left; }
.fR{ float: right; }
.ofHdn{ overflow: hidden; }
.flex{ display: flex; }
.flex > div{ box-sizing: border-box; }
.jcSB{ justify-content: space-between; }
.jcSA{ justify-content: space-around; }
.jcFS{ justify-content: flex-start; }
.aiFE{ align-items: flex-end; }
.fwWrap{ flex-wrap: wrap; }

.wmVR{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.rJustified{
	margin-left: auto;
}

.sec:last-child{
	margin-bottom: 0;
}


.innerWrap{
	width: 1060px;
	margin: 0 auto;
	padding: 5em 0;
}

.center{ text-align: center; }

.bgGray{ background-color: rgb(247, 248, 248); }
.bgGreen{ background-color: rgb(19, 174, 103); }
.txtWhite{ color: #fff; }

.red{
	color: #f00;
}
.b{ font-weight: bold; }
.marker{
	/* background: linear-gradient(to top, yellow 0% 55%, rgba(0,0,0,0) 55% 100%); */
	background: linear-gradient(to top, rgba(0,0,0,0) 0 10%, yellow 10% 55%, rgba(0,0,0,0) 55% 100%);
}
.marker.pink{
	/* background: linear-gradient(to top, rgb(255,221,244) 0% 55%, rgba(0,0,0,0) 55% 100%); */
	background: linear-gradient(to top, rgba(0,0,0,0) 0 10%, rgb(255,221,244) 10% 55%, rgba(0,0,0,0) 55% 100%);
}

.tRight{ text-align: right; }

.btn-join,
.btn-trial
{
	color: #fff;
	font-size: 110%;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px 3px;
	border-radius: 4px;
	min-width: 300px;
	display: inline-block;
}
.btn-join{
	border: 1px solid rgb(19, 174, 103);
	background-color: rgb(19, 174, 103);
}
.btn-trial{
	border: 1px solid rgb(230, 0, 18);
	background-color: rgb(230, 0, 18);

}
.btn-join:hover,
.btn-trial:hover
{
	opacity: .7;
}

.mt2{ margin-top: 2.0em; }
.noDsp{ display: none; }
.blkDsp{ display: block; }

/* fonts
**************************************/


/* header
**************************************/
header .innerWrap{
	padding: 0;
}
header .link{
	margin-left: 0.5em;
}
header .link > li{
	padding: 5px;
}
header .link > li > a{
	min-width: 290px;
}

/* contents
**************************************/
#contents{
	font-size: 100%;
	line-height: 1.4;
}
#contents h2{
	font-size: 225%;
	text-align: center;
}
#contents h2 > span.sml{
	font-size: 70%;
}
#contents h2 + p{
	text-align: center;
}



/* footer
**************************************/
footer{
	padding: 20px 0;
	color: #fff;
	background-color: #393939;
	position: relative;
}
footer .innerWrap{
	padding: 10px 0 20px;
}
footer .innerWrap .flex > p:nth-child(1){
	padding-right: 4.0em;
}

footer .innerWrap a{
	color: #fff;
	font-weight: bold;
}

footer #pageTop{
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: rgb(19, 174, 103);
	padding: 30px 10px;
	color: #fff;
	font-size: 80%;
	text-align: center;
	text-decoration: none;
}