.content {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right
}
.center {
	text-align: center;
}
.logo > img {
	width: 100px;
}
.main_sub_title {
	color: #7e7e7e;
}
.rdb_color {
	color: #194448;
}
.rdb_bg_color {
	background-color: #194448;
}
.eye_catch {
	font-size: 42px;
}
.fadeout_left, .fadeout_right {
	display: none;
}
.catch_title {
	display: block;
	height: 20%;
	margin: 0 2%;
}
.catch_title p.text_l, .catch_title p.text_r {
	font-size: 6.0rem;
	font-style: italic;
}
.catch_title p {
	margin-bottom: -20px;
	letter-spacing: 2px;
}
.catch_title p span {
	letter-spacing: 2px;
}
.col_block > table > tbody > tr > th {
	text-align: center;
}
.non_visible{
	opacity: 0;
}
.hide {
	display: none;
}
.fadein_content {
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

/* お知らせ欄 */
.info {
	max-width: 800px;
	margin: 0 auto;
}

.info .rightBox ul li span.category {
    background: #4d9feb;
    padding: 0 10px;
    margin: 0 15px;
    color: #fff;
    font-size: 1.2rem;
    display: inline-block;
    text-align: center;
    width: 80px;
}

/* ご利用の流れ */
#SECTION03 p.number {
	font-size: 2.5rem; /* 25px */
	color: #194448;
	font-weight: bold;
	margin-bottom: 0.3rem;
	
}


/* 主な仕様 */
#SECTION04 table ul {
	list-style: disc;
}
#SECTION04 table li {
	margin-left: 20px;
}
#SECTION04 table th.gray {
	color: #999;
}


/* 料金表 */
#SECTION05 table th span.auto_br {
	word-break: break-all;
}

#SECTION05 table td {
	text-align: center;
}

/* 料金表＿お見積もり例 */
#SECTION05 div.rdb_estimates div h5 {
	background: #f7f7f7;
	padding: 0.7rem;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 1.5rem;
}

#SECTION05 div.rdb_estimates div p {
	margin: 1.2rem;
	border-bottom: 2px solid #ddd;
	padding-bottom: 0.7rem;
	font-size: 1.5rem;
}

#SECTION05 div.rdb_estimates div figure {
	text-align: center;
	padding: 1rem 0 2rem;
}


/* こんな方におすすめ */
.before {
	border: #4d9feb solid 5px;
	max-width: 264px;
	padding: 20px 20px 10px;
}

.arrow_blue {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 15px solid #4d9feb;
	margin: 0 auto;
}
.after{
	border: #194448 solid 5px;
	background: #fff;
	color: #333;
	max-width: 264px;
	/*	min-height: 120px; ike del */
	padding: 20px 20px 10px;
}

.after p {
	margin-bottom: 0;
}

.arrow_white {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 15px solid #194448;
	margin: 0 auto;
	margin-top: -21px;
}

figure.left {
	text-align: left;
}

figure.right {
	text-align: right;
}

/* 構成例 */
#SECTION08 div.layout-frame {
	padding: 10px;
}

#SECTION08 h4 {
	color: #194448;
	font-size: 2.3rem; /* 23px */
	text-align: center;
	margin-top: 30px;
}

#SECTION08 h5 {
	color: #333;
	font-size: 2.0rem; /* 20px */
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}

ul.scene li {
	background: url(/sevice_shared/img/cloud/rdb/rdb_icn_scene.png) no-repeat 0 2px;
	padding-left: 24px;
	margin-bottom: 5px;
}

ul.point li {
	background: url(/sevice_shared/img/cloud/rdb/rdb_icn_point.png) no-repeat 0 2px;
	padding-left: 24px;
	margin-bottom: 5px;
}

/* Comming Soon のツールチップ用 */
.comming_soon {
	position: relative;
	max-width: 340px;
	margin:  0 auto;
}

.comming_soon span {
	background: #333;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem; /*18px */
	width: 250px;
	height: 55px;
	padding: 10px;
	position: absolute;
	top: -80px;
	left: 36px;
	z-index: 2;
	display: none;
}

.comming_soon p.c_arrow {
	width: 0;
	height: 0;
	position: relative;
	top: 8px;
	left: 112px;
	border: 10px solid transparent;
	border-top: 10px solid #333;
}


/* お問い合わせエリア */
section.contact {
	color: #fff;
	background: #439bf1;
}

section.contact h2 {
	color: #fff;
}

section.contact h4 {
	margin-top: 0;
	font-weight: normal;
	color: #fff;
}

section.contact div.mail h4 {
	width: 228px;
	background: url(/sevice_shared/img/cloud/rdb/icn_contact_mail.png) 0 0 no-repeat;
	padding-left: 30px;
	margin: 0 auto;
	margin-bottom: 10px;
}

section.contact div.mail a {
	display: block;
	color: #fff;
	font-size: 2.1rem; /* 21px */
	font-weight: bold;
	border: solid 4px #fff;
	width: 260px;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
}

section.contact div.mail a:hover {
	text-decoration: none;
	background: #fff;
	color: #439bf1;
}

section.contact div.chat h4 {
	width: 228px;
	background: url(/sevice_shared/img/cloud/rdb/icn_contact_chat.png) 0 0 no-repeat;
	padding-left: 30px;
	margin: 0 auto;
	margin-bottom: 10px;
}

section.contact div.chat p.rdb_chat_open span {
	display: block;
	color: #fff;
	background: #ff9b0d;
	font-size: 2.1rem; /* 21px */
	font-weight: bold;
	border: solid 4px #ff9b0d;
	width: 260px;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
}

section.contact div.chat p.rdb_chat_open span:hover {
	text-decoration: none;
	background: #fff;
	border: solid 4px #fff;
	color: #ff9b0d;
}

section.contact div.chat p.rdb_chat_close {
	display: block;
	color: #fff;
	background: #aaa;
	font-size: 2.1rem; /* 21px */
	font-weight: bold;
	border: solid 4px #aaa;
	width: 260px;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
}

section.contact div.chat ul li {
	color: #fff;
}

section.contact div.chat {
	border-left: none;
}

/* SNSエリア */
section.contact h3 {
	color: #fff;
}

/* twitter埋め込み部分の文字サイズ */
.contact .SandboxRoot.env-bp-430 .timeline-Header-title, .SandboxRoot.env-bp-550 .timeline-Header-title {
	font-size: 1.5rem; /* 15px */
}

.contact .SandboxRoot.env-bp-430 .timeline-Tweet-text {
	font-size: 1.5rem !important;
	line-height: 2.0rem !important;
}


/* 料金表タブ切り替え用 */
ul.tab_fee {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

.tab_fee li {
	float: left;
	width: 50%;
	max-width: 200px;
	cursor: pointer;
}

.tab_fee li img {
	width: 100%;
}

.area div {
  display: none;
}
.area div.show {
  display: block;
}


.effect i {
	transition: .5s;
}
.effect div {
	transition: .5s;
	transition-delay: .2s;
}

@media screen and (max-width: 1039px) {
	.flex {
		display: block;
	}
	.flex > div {
		max-width: 600px;
		margin: 0 auto;
	}
	.before, .after {
		width: 100%;
		max-width: none;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 739px) {
	.content {
		width: 90%;
	}
	.content h2 {
		font-size: 2.5rem;
	}
	
	.content h4 {
		font-size: 2.0rem;
	}
	
	.info a {
		display: block;
		margin: 5px auto;
	}
	
	.catch_title p.text_l, .catch_title p.text_r, .catch_title p.and {
	font-size: 2.8rem;
	line-height: 6.0rem;
	letter-spacing: 1px;
	}
	#SECTION03 p.name {
		margin-bottom: 2.5rem;
	}
	
	section.contact div.mail {
		display: block;
		margin-bottom: 30px;
	}
	
	#SECTION07 {
		padding: 40px 0;
	}
	.inner {
		margin: 0;
	}
	.before {
		width: auto;
		max-width: none;
	}
	.after {
		width: auto;
		max-width: none;
		padding: 20px;
	}
	
	#SECTION08 h5, #SECTION08 ul {
		padding-left: 15px;
	}
	
	section.contact .content h2 {
		font-size: 2.2rem;
	}
}

@media (max-width: 479px) {
	.hidden-xs {
		display: none !important;
	}
	
	.before {
		min-height: auto;
	}
	
	.after {
		min-height: auto;
	}
}
@media (min-width: 480px) and (max-width: 769px) {
	.hidden-sm {
		display: none !important;
	}
	
	#SECTION08 div.layout-frame {
		padding: 0;
		padding-right: 25px;
		padding-bottom: 20px;
	}
}
@media (min-width: 770px) and (max-width: 979px) {
	.hidden-md {
		display: none !important;
	}
	
	.before {
		min-height: 143px;
	}
	
	.after {
		min-height: 183px;
	}
	
	#SECTION08 div.layout-frame {
		padding: 0;
		padding-right: 25px;
		padding-bottom: 20px;
	}
	
	section.contact div.chat {
		border-left: 2px solid #fff;
	}
}
@media (min-width: 980px) {
	.hidden-lg {
		display: none !important;
	}
	
	.before {
		min-height: 143px;
	}
	
	.after {
		min-height: 187px;
	}
	
	#SECTION08 div.layout-frame {
		padding: 0;
		padding-right: 25px;
		padding-bottom: 20px;
	}
	
	section.contact div.chat {
		border-left: 2px solid #fff;
	}
}
