@charset "utf-8";
/* CSS Document */

body {
	color:#222222;
	font-family: RodinCattleyaPro-M;
	font-size: 13px;
	line-height: 175%;
	font-weight: normal;
}

p {
	font-family: RodinCattleyaPro-M;
	font-weight: normal;
	line-height: 175%;
}
.text-bold {
	font-weight: bold;
}

.text-12 {
	font-size: 12px;
}

.text-14 {
	font-size: 14px;
}

.text-16 {
	font-size: 16px;
}

.text-18 {
	font-size: 18px;
}

.text-24 {
	font-size: 24px;
}

.text-50 {
	font-size: 500%;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-white {
	color: #FFF;
}

.text-blue {
	color: #36C;
}

.text-red {
	color: #F03;
}

.text-green {
	color: #00bb2f;
}

.text-gray {
	color: #aaa;
}

.text-white p {
	color: #FFF;
}

.text-white a {
	color: #FFF;
}

.text-bottom {
	margin-bottom: 1%;
}

.text-topbottom {
	margin-bottom: 2%;
	margin-top: 2%;
}

.space_bottom10 {
	margin-bottom: 10px;
}

.space_bottom20 {
	margin-bottom: 20px;
}

.space_top10 {
	margin-top: 10px;
}

.space_top-10 {
	margin-top: -10px;
}

.space_top20 {
	margin-top: 20px;
}

.space_top-20 {
	margin-top: -20px;
}

.space_top30 {
	margin-top: 30px;
}

img{
	max-width: 100%;
	height: auto;
	margin-bottom: 5px;
}

/*----- ページタイトル -----*/
.page-banner h2 {
    color: #fff;
    font-size: 22px;
	font-family: "RodinCattleyaPro-M";

    line-height: 38px;
    float: left;
    margin-bottom: 0;
}


/*----- 会員ボタン -----*/
a.main2-button {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "RodinCattleyaPro-M";
	color: #0076f9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 5px solid #79ACFF;
	padding: 8px 40px;
	text-decoration: none;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}

a.main2-button:hover {
    color: #fff;
    background: #0076f9;
    border: solid 5px #e8e8e8;
}

/*----- 本文 -----*/
.about-us-text p span {

    color: #0076f9;
}

.about-us-text {
    margin-bottom: 40px;
}

.about-us-text h4 {
	margin-bottom: 15px;
}

.about-us-text h5 {
	margin-bottom: 15px;
}

.infographic-box {
	padding: 40px 0 0;
	background-color: #16a4b8;
}


.services-box {
    position: relative;
    padding-top: 30px;
	padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.client-section .clients-list {
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}

.flow-image{text-align: center;padding: 20px 0;}
.flow-image img{width: 85%;margin: auto;float: none;}
@media screen and (max-width: 767px) {
.flow-image img{width: 100%;}
}

/*----- サービス特徴 -----*/
.contact-top {
    margin-bottom: 40px;
}

.contact-top p {
    margin-bottom: 10px;
}

ul.contact-top-list li {
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e2e2e2;
}

ul.contact-top-list li span {
	/*display: inline-block;*/
    display: inline;
    color: #222222;
    font-size: 16px;
    font-family: "RodinCattleyaPro-M";
    -webkit-font-smoothing: antialiased;
}

ul.contact-top-list li a {
    display: inline-block;
    color: #222222;
    font-size: 14px;
    font-family: "RodinCattleyaPro-M";

    -webkit-font-smoothing: antialiased;
}

ul.contact-top-list li i {
	margin-right: 10px;
	color: #F03;
	font-size: 20px;
}


/*----- おしらせ -----*/
.top-us-text p {
	font-size: 14px;
	
	color: #222222;
	line-height: 160%;
	margin-bottom: 10px;
}

.top-us-text i {
	font-size: 12px;
	color: #06C;
}

.top-us-text {
    margin-bottom: 40px;
}

/*----- ステップ -----*/
.pricing-table.step li {
	border: none;
	border-bottom: 1px solid fff;
	background: #fff;
}

.pricing-table.step li:first-child {
    background: #0076f9;
    border: 1px solid #fff;
}

.pricing-table.step li:last-child {
    border-bottom: none;
}

ul.pricing-table li p {
    color: #555;
    font-size: 18px;
    font-family: "RodinCattleyaPro-M";
}

.pricing-box {
    padding: 40px 0 0;
    border-bottom: 1px solid #e1e1e1;
}

ul.pricing-table li:first-child {
    padding: 20px 0;
    border: none;
    background: #c2c2c2;
}




.main-feature-content p {
    color: #555555;
    font-size: 14px;

    -webkit-font-smoothing: antialiased;
    line-height: 18px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #dfdfdf;
}



/*----- コピーライト -----*/
.coral {
	font-size: 10px;
	color: #FFF;
	text-align: right;
}

.coral a {
	color: #FFF;
}

/*-----　YouTube -----*/
.video {
    position: relative;
    magin-bottom: 30px;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
  
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 角丸テーブル
================================================== */
.rounded-box-blue {
	background-color:#FFFFAD;
	color:#333;
	text-align:center;
	border-radius:15px;
	border: 4px solid #06F;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 18px;
}

.rounded-box-red {
	background-color:#FFFFAD;
	color:#333;
	text-align:center;
	border-radius:15px;
	border: 4px solid #F39;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 18px;
}

.rounded-box-green {
	background-color:#FFFFAD;
	color:#333;
	text-align:center;
	border-radius:15px;
	border: 4px solid #6C3;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 18px;
}


/*----- アマゾン -----*/
.amazon {
}

ul.amazon li {
	list-style-type: decimal;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 30px;
	margin-right: 10px;
}

ul.amazon-2 li {
	list-style-type: disc;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 30px;
	margin-right: 10px;
}
ul.amazon-3 li {
	position: relative;
	padding-left: 1.3em;
}
ul.amazon-3 li:before {
	display: block;
	content:'◇';
	position: absolute;
	left: 0;top: 0;
}

/*----- トップページフッターアイコン -----*/
ul.social-icons {
    float: none;
}

ul.social-icons li a {
	color: #FFF;
}

/*----- FAQ テキスト -----*/
.faqList{margin-top: 20px;}
.faqList dt,
.faqList dd{padding-left: 2em;text-indent: -2em;}
.faqList dt{margin-top: 10px;}


/* topFloatBlock */
#topFloatBlock{
	display: none;
	margin: 0;
	position: fixed;
	right: 0;top: 0;
	padding: 7px 2em;
	z-index: 1001;
	
	background: #fff;
	-webkit-box-shadow: 0 0 1px #aaa;
	-moz-box-shadow: 0 0 1px #aaa;
	box-shadow: 0 0 1px #aaa;
}
#topFloatBlock dt,
#topFloatBlock dd{display: inline-block;font-size: 16px;}
#topFloatBlock dt{color: #0076f9;margin-right: 1.5em;}
#topFloatBlock dd .fa{color: #aaa;}
