@charset "utf-8";

@import url("./font-awesome.css");

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	box-sizing: border-box;
}

.bold {
	font-weight: 400;
}
a {
	text-decoration: none;
}

/* common */
.marginB10 {
	margin-bottom: 10px;
}
.marginB20 {
	margin-bottom: 20px;
}
.marginB30 {
	margin-bottom: 30px;
}
.marginB50 {
	margin-bottom: 50px;
}
.menusmall {
	font-size: 14px;
	font-weight: 600;
	color: #000;
}

.yellow {
	color: #f6fb0a;
}

/* #head*/
#head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 1200px;
	margin: 10px auto 20px;
}
#head .navi1 {
	width: 170px;
}
#head .navi3 {
	width: calc(100% - 170px);
}

#head_sp {
	display: none;
	margin: 10px 20px 20px;
}
#head_sp .flex {
	display: flex;
	justify-content: space-between;
}
#head_sp .flex a {
	display: flex;
	border-radius: 8px;
	justify-content: center;
	align-items: center;
}
#head_sp .flex a.tel_sp {
	background: #3b98d0;
	margin-right: 20px;
	padding: 0 25px;
	border-radius: 30px;
}
#head_sp .flex a.contact_sp {
	background: #f40b7b;
	font-size: 16px;
	color: #fff;
	padding: 10px;
	text-align: center;
	border-radius: 30px;
}

/*	お問い合わせ/スピード見積り*/
#head .navi3 a {
	display: block;
}
#head .navi3 a.contact {
	background: #f40b7b;
	color: #fff;
	border-radius: 30px;
	width: 220px;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-left: 20px;
}
#head .navi3 a.contact::after {
	content: "\f138";
	font-family: FontAwesome;
	color: #fff;
	font-size: 12px;
	transform: translateY(-50%);
	top: 50%;
	right: 10px;
	position: absolute;
}
#head ul.flex.me {
	display: flex;
	justify-content: space-around;
}
#head ul.flex.me li a {
	color: #000;
}
.navi3.flex {
	display: flex;
	justify-content: flex-end;
}
.head_grad {
	margin: 10px 0 30px;
	height: 8px;
	background: linear-gradient(90deg, #3dcce1, #3865c0);
}
#main {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0px auto;
}
#main #left {
	width: 230px;
	padding-right: 50px;
}
#main #left ul.menu li {
	padding: 0 0 10px;
}
#main #left ul.menu li a {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
#sp_menu {
	display: none;
	padding: 20px;
}
#sp_menu ul.menu {
	background: #e2e0e0;
	padding: 10px 0px;
}
#sp_menu ul.menu li {
	padding: 10px 20px;
}
#sp_menu ul.menu li a {
	font-size: 16px;
	font-weight: 600;
	color: #333333;
}

#main #right {
	width: calc(100% - 230px);
}
#main #right section {
	margin-bottom: 50px;
}
#main #right section h2.seqTi {
	padding: 0.4em 0.5em; /*文字の上下 左右の余白*/
	color: #292929; /*文字色*/
	background: #f4f4f4; /*背景色*/
	border-left: solid 5px #7db4e6; /*左線*/
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
}
.checkitout {
	position: relative;
	text-align: center;
	width: 37%;
	color: #262626;
	background: #d0ecff;
	line-height: 1.4;
	padding: 0.25em 0.25em 0.5em 0.5em;
	margin: 2em 0em 1.5em 0.5em;
	border-radius: 0 5px 5px 5px;
}
.checkitout::after {
	/*タブ*/
	position: absolute;
	font-family: "Font Awesome 5 Free", "Quicksand", "Avenir", "Arial", sans-serif;
	font-weight: 900;
	content: "\f00c Check";
	background: #2196f3;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 3px 7px 1px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em;
}
#main #right section p.desc {
	font-size: 16px;
	line-height: 1.6;
	color: #333333;
}
#main #right section p.desc2 {
	font-size: 16px;
	line-height: 1.4;
	color: #007cbf;
	width: 80%;
}
#main #right section p.desc3 {
	font-size: 16px;
	line-height: 1.6;
	color: #333333;
	text-align: right;
}
#main #right section p.desc_center {
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.6;
	color: #404040;
	text-align: center;
}
#main #right section p.desc_small {
	font-size: 14px;
	line-height: 1.5;
	color: #404040;
}
#main #right section p.desc_big {
	font-size: 20px;
	line-height: 1.5;
	color: #404040;
}

/* ここから新規導入CSS */

/* ここからディスカウント・キャンペーン情報 */
.discount {
	position: absolute;
	top: 1rem;
	left: 1rem;
	background: #ffba00;
	font-size: 11px;
	color: #fff;
	padding: 0 1em;
	border-radius: 10px;
}

/* ここから解析例 */

.keikou {
	background: linear-gradient(transparent 60%, #ffff99 40%);
}

.contents-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contents-box {
	margin-bottom: 1rem;
	padding: 1rem;
	width: 49%;
	background-color: #f5f5f5;
}

.contents-box img {
	display: block;
	margin-bottom: 1rem;
	width: 100%;
	height: auto;
}

.contents-box h2 {
	margin-bottom: 1rem;
	font-size: 0.9rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.contents-wrap {
		flex-direction: column;
	}

	.contents-box {
		width: 100%;
	}
}

.contents-wrap_2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contents-box_2 {
	margin-bottom: 1rem;
	padding: 1rem;
	width: 100%;
	background-color: #f5f5f5;
}

.contents-box_2 img {
	display: block;
	margin-bottom: 1rem;
	width: 100%;
	height: auto;
}

.contents-box_2 h2 {
	margin-bottom: 1rem;
	font-size: 0.9rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.contents-wrap_2 {
		flex-direction: column;
	}

	.contents-box_2 {
		width: 100%;
	}
}

/* ここから価格シミュレーション */

.resizeimage img {
	width: 85%;
	text-align: center;
}

.resizeimage_2 img {
	width: 60%;
	text-align: center;
}

.resizeimage_3 img {
	width: 50%;
	text-align: center;
}

.resizeimage_4 img {
	width: 100%;
	text-align: center;
}

.centering {
	text-align: center;
	width: 85%;
	margin: auto;
}

.centering_2 {
	text-align: center;
	width: 70%;
	margin: auto;
}

/* ここから生データプランテーブル */

body {
	font-family: "Open Sans", sans-serif;
	line-height: 1.25;
}

table {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 850px;
}
table tr {
	background-color: #fff;
}
table tbody tr:hover {
	background-color: #f2fafc;
}
table th,
table td {
	padding: 0.35em 1em;
	border-bottom: 1px solid #eee;
	color: #333333 !important;
	text-transform: none !important;
}
table thead th {
	font-size: 0.85em;
	padding: 1em;
	text-align: center;
}
table thead tr {
	background-color: #f0f0f0;
	color: #333333;
}
table tbody th {
	text-align: left;
	font-size: 1em;
}
.txt {
	text-align: left;
	font-size: 1em;
}
.price {
	text-align: right;
	font-weight: bold;
}
@media screen and (max-width: 600px) {
	table {
		width: 100%;
	}
}

/* ここからPricecards */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pricecards {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.pricecard {
	flex: 0 0 33%;
	text-align: center;
	border: 1px solid #eee;
	padding-bottom: 1rem;
	box-sizing: border-box;
	margin: 0 auto 3em;
}
.pricecard linear-strong {
	font-size: 60%;
	background: linear-gradient(transparent 60%, #ff99ff 60%);
}
.pricecard h3 {
	font-size: 150%;
	background: #f0f0f0;
	color: #333333;
	padding: 20px 10px 20px 10px;
	margin: 0;
}
.pricecard h6 {
	font-size: 150%;
	background: #ffc2c2;
	color: #333333;
	padding: 20px 10px 20px 10px;
	margin: 0;
}
.pricecard.premium {
	background: #f3ffed;
	padding-bottom: 3rem;
}
.pricecard.premium h3 {
	background: #cfffba;
	color: #333333;
	padding: 20px 10px 20px 10px;
	margin: 0;
}
.pricecard h4 {
	font-size: 200%;
	margin: 0 auto;
	padding: 1rem 0 0;
}
.pricecard.premium h4 {
	padding: 20px;
}
.pricecard h5 {
	font-size: 150%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 10px;
}
.pricecard p {
	margin: 0;
	padding: 1rem;
	text-align: left;
	color: #333333;
	line-height: 1.4;
}
.pricecard a {
	padding: 10px 40px;
	background: #fb5859;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
}

.pricecards li {
	transition: background-color 1s;
}

@media screen and (max-width: 600px) {
	.profile_card,
	.pricecards,
	.profile_cards {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.pricecard,
	.card_photo {
		flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
	}
	.pricecard.premium {
		order: 1;
		-webkit-order: 1;
	}
}

/* ここからアイコンCSS */

.icon_pdf {
	position: relative;
	padding-left: 70px;
	margin-bottom: 50px;
}
.icon_pdf::before {
	content: ""; /*何も入れない*/
	display: inline-block; /*忘れずに！*/
	width: 50px; /*画像の幅*/
	height: 50px; /*画像の高さ*/
	background-image: url(https://www.rhelixa.com/wp-corporate/wp-content/uploads/pdf.png);
	background-size: contain;
	vertical-align: middle;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.icon_xlsx {
	position: relative;
	padding-left: 70px;
	margin-bottom: 50px;
}
.icon_xlsx::before {
	content: ""; /*何も入れない*/
	display: inline-block; /*忘れずに！*/
	width: 50px; /*画像の幅*/
	height: 50px; /*画像の高さ*/
	background-image: url(https://www.rhelixa.com/wp-corporate/wp-content/uploads/excel.png);
	background-size: contain;
	vertical-align: middle;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.icon_zip {
	position: relative;
	padding-left: 70px;
	margin-bottom: 50px;
}
.icon_zip::before {
	content: ""; /*何も入れない*/
	display: inline-block; /*忘れずに！*/
	width: 50px; /*画像の幅*/
	height: 50px; /*画像の高さ*/
	background-image: url(https://www.rhelixa.com/wp-corporate/wp-content/uploads/zip.png);
	background-size: contain;
	vertical-align: middle;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* ここからアコーディオンFAQ */

.cp_actab {
	position: relative;
	overflow: hidden;
	width: 90%;
	margin-bottom: 1px;
	color: #000;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	margin: 0 0 15px 0;
	cursor: pointer;
	background: #ffffff;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	background: #f2fafc;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type="radio"] + label::after {
	content: "BC";
}
.cp_actab input[type="radio"]:checked + label::after {
	transform: rotateX(180deg);
}

/* ここからスピード見積りボタン */

.container {
	font-family: "Yu Gothic", YuGothic, Verdana, "Hiragino Kaku Gothic ProN",
		"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,
		sans-serif;
	text-align: center;
	padding-top: 40px;
}

.btn-animation-01 {
	display: inline-block;
	width: 240px;
	text-align: center;
	background-color: #e6006b;
	border: 2px solid #e6006b;
	font-size: 20px;
	color: #e6006b;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 24px;
	border-radius: 5px;
	position: relative;
}

.btn-animation-01 span {
	position: relative;
	z-index: 1;
}

.btn-animation-01::before,
.btn-animation-01::after {
	content: "";
	display: block;
	background-color: #fff;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	transition: 0.2s;
}
.btn-animation-01::before {
	left: 0;
}
.btn-animation-01::after {
	right: 0;
}

.btn-animation-01:hover:before,
.btn-animation-01:hover:after {
	width: 0;
	background-color: #fff;
}

.btn-animation-01:hover {
	color: #fff;
}

/* ここから受託サイトに戻るボタン */

.container {
	font-family: "Yu Gothic", YuGothic, Verdana, "Hiragino Kaku Gothic ProN",
		"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,
		sans-serif;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 40px;
}

.btn-animation-02 {
	display: inline-block;
	width: 270px;
	text-align: center;
	background-color: #0e9bcf;
	border: 2px solid #0e9bcf;
	font-size: 16px;
	color: #0e9bcf;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 24px;
	border-radius: 4px;
	position: relative;
	margin-bottom: 3.5em;
}

.btn-animation-02 span {
	position: relative;
	z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
	content: "";
	display: block;
	background-color: #fff;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	transition: 0.2s;
}
.btn-animation-02::before {
	left: 0;
}
.btn-animation-02::after {
	right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
	width: 0;
	background-color: #fff;
}

.btn-animation-02:hover {
	color: #fff;
}

/* ここからページトップに戻るボタン */

#page_top {
	width: 90px;
	height: 90px;
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: 0.6;
}
#page_top a {
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	text-decoration: none;
}
#page_top a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f102";
	font-size: 25px;
	color: #3f98ef;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -40px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
#page_top a::after {
	content: "PAGE TOP";
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 45px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	color: #3f98ef;
}

/* ここから免責事項 */

.listTest {
	padding: 2px;
}
.listTest ul {
	list-style: none;
}
.listTest ul li {
	margin-bottom: 15px;
	text-indent: -1.6em;
	padding-left: 1em;
	padding-right: 40px;
}

/* ここから区切り線 */

.cp_hr01 {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #5e6163;
	margin-bottom: 30px;
}

/* ここまで新規導入CSS */

/* #footer */
#footer {
	text-align: center;
	background: #f1f1f1;
	font-size: 15px;
	padding: 50px 0px 50px;
}
#footer p.company {
	font-size: 18px;
}
#footer p.address {
	font-size: 14px;
	margin: 20px 0;
	line-height: 1.4;
}
#footer p.copy {
	font-size: 12px;
	margin-top: 50px;
}

@media only screen and (max-width: 1200px) {
	#head {
		display: none;
	}
	#head_sp {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#main {
		margin: 0px 20px;
	}
	.head_grad {
		display: none;
	}
	.head_sp_grad {
		margin: 0px 0 30px;
		height: 6px;
		background: linear-gradient(90deg, #3dcce1, #3865c0);
	}
}
@media only screen and (max-width: 840px) {
}
@media only screen and (max-width: 768px) {
	#head_sp {
		margin: 10px 10px 10px;
	}

	#main {
		display: block;
	}
	#main #left {
		display: none;
	}
	#main #right {
		width: 100%;
	}
	#sp_menu {
		display: block;
	}

	#footer {
		text-align: left;
		font-size: 15px;
		padding: 30px 10px 30px;
	}
	#footer p.copy {
		text-align: center;
		margin-top: 30px;
	}
	br.sp768 {
		display: block;
	}
}
@media only screen and (max-width: 500px) {
	#head_sp {
		margin: 10px 5px 20px;
	}
	#head_sp .flex a.tel_sp {
		margin-right: 10px;
		padding: 0 12px;
	}
	#head_sp .flex a.contact_sp {
		font-size: 15px;
		padding: 5px;
	}
}
@media only screen and (max-width: 450px) {
}
