/* CSS Document */
.pane-contents a {
	text-decoration: none;
}
.wrapper-forbusiness h2,.wrapper-forbusiness h3 {
	border: none;
	color: #333f49;
}
p,td {
	color: #333f49;
}
.main-column {
	display: flex;
    align-items: stretch;
    gap: 5px;
}
.contexts-width {
	width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.contexts-width img {
	width: 100%;
}
.column2-img-text1 {
    width: 50%;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
/***********************************************/
.fb-bg-white {
	background-color: #fff;
}
.fb-bg-blue {
	background-color: #2d445b;
}
.fb-bg-darkgray {
	background-color: #8f8f8f;
}
.fb-bg-gray {
	background-color: #f2f2f2;
}
.fb-bg-yellow {
	background-color: #e9c46a;
}
/***********************************************/
.fb-color-column {
	gap: 0;
	max-width: none;
}
.fb-top-part1 {
	position: relative;
}
.fb-top-part1 .fb-bg-blue,.fb-top-part1 .fb-bg-darkgray {
	margin: 0;
	padding-bottom: 600px;
	position: relative;
}
.fb-top-part1 .contexts-width {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.contexts-width .fb-position1 {
	width: 55%;
}
.fb-top-part1 .contexts-width .main-column {
	margin-top: -100px;
}
/**************************ボタン**************************/
.fb-blue-button,.fb-darkgray-button {
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 30px;
	color: #fff;
	width: 200px;
	height: 30px;
	margin: 5px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}
/*hover時blue*/
.fb-blue-button:hover {
	color: #2d445b;
	background: #fff;
}
/*hover時blue*/
.fb-darkgray-button:hover {
	color: #8f8f8f;
	background: #fff;
}
/**********黒線のボタン***********/
.fb-blackborder-button {
	text-decoration: none;
	border: 1px solid #333f49;
	border-radius: 30px;
	color: #333f49;
	width: 300px;
	height: 30px;
	margin: 10px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}
/*hover時黒塗り*/
.fb-blackborder-button:hover {
	color: #fff;
	background: #333f49;
}
/**************背景白***************/
.fb-part2 {
	margin-top: 50px;
}
.fb-part2 .fb-marutext,.fb-marutext {
	font-family: maru-maru-gothic-clr-stdn, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.fb-little-bigtext {
	font-size: 22px;
}
/**************背景グレー***************/
.fb-part3 {
	padding: 50px 0;
}
/**表の部分**/
table {
	width: 95%;
	margin: 0 auto;
	border-collapse: collapse;
	background: #fff;
	border-radius: 50px;
}
table tr td:nth-of-type(1){
	border-right: #cccccc 1px solid;
}
table tr:nth-of-type(1) td{
	border: 0;
}
table tr:nth-of-type(1) td:nth-of-type(1){
	border-top-left-radius: 50px;
}
table tr:nth-of-type(1) td:nth-of-type(2){
	border-top-right-radius: 50px;
}
table tr td:nth-of-type(n+1) {
	padding: 1rem 0;
	border-bottom: 1px #cccccc solid;
}
table tr:last-of-type td {
	border-bottom: 0;
}
.fb-part3 .fb-bg-blue img,.fb-part3 .fb-bg-darkgray img {
	width: 80%;	
}
.fb-table-bluetext {
	color: #1fc2de;
}
.fb-table-bigkanatext {
	font-size: 2rem;
	line-height: 1;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.fb-table-bigtext {
	font-size: 3rem;
	font-family: europa, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.fb-table-yellowtext {
	color: #e9c46a;
}
/***表の中の丸やバツ***/
.blue-circle {
	width: 50px;
	height: 50px;
	border: 10px #1fc2de solid;
	border-radius: 50px;
	margin: 0 auto;
}
.yellow-circle {
	width: 50px;
	height: 50px;
	border: 10px #e9c46a solid;
	border-radius: 50px;
	margin: 0 auto;
}
/*
.batsu {
	position: relative;
	width: 70px; 
	height: 70px;
	margin: 0 auto;
	opacity: 0.3;
}
.batsu::before, .batsu::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	background-color: #333f49;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-radius: 50px;
}
.batsu::before {
	transform: translateY(-50%) rotate(45deg);
}
.batsu::after {
	transform: translateY(-50%) rotate(-45deg);
}*/
/***表の中グラデーションボタン***/
.mini-text {
	font-size: 12px;
}
table tr {
	position: relative;
}
.gradation-button {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 200px;
	height: 40px;
	border-radius: 30px;
	text-decoration: none;
	transition: .3s;
	position: absolute;
	top: 50%;
	right: 50%;
    transform: translate(50%, -50%);
	background:linear-gradient(to right, #2d445b, #8f8f8f);
	padding: 5px 0;
	color: #fff;
	line-height: 1;
	gap: 2px;
}
.gradation-button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px; /* ボタンの右側に配置 */
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}

.gradation-button::before {
  content: '';
  position: absolute;
  top: 32%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #5a83b4;
  border-top: 1px solid #5a83b4;
  transform: rotate(135deg) translateY(-50%);
	z-index: 3;
}
/**影ボックスシャドウ**/
.box-shadow {
	box-shadow: 7px 7px 10px rgba(154,154,154,0.3);
}
/*******************背景ライトブルー******************/
.fb-part4 {
	padding-top: 30px;
	position: relative;
	z-index: 3;
}
.contexts-width .width-adjust,.width-adjust {
	width: 1000px;
}
/********************背景白の下三角*********************/
.under-triangle-white::after {
	content: '';
    display: block;
    background-color: #FFF;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    width: 100%;
    height: 100px;
}
/*******************左寄せ*******************/
.left-p {
	text-align: left;
}
/*****************中心に点線がある２カラム******************/
.fb-or-div {
	display: flex;
	align-items: center;
}
.pane-contents .fb-or {
	font-size: 4rem;
	color: #2d445b;
	font-weight: bold;
	display: inline-block;
	margin: 0;
	white-space: nowrap;
}
.center-dot-lineY {
	justify-content: space-between;
	position: relative;
}
.center-dot-lineY .column2-img-text1 {
	width: 45%;
}
/*************小さい飛び出る画像位置調整*************/
.forbusiness1  .column2-img-text1 {
	margin-top: 0;
}
/********************supportローラー*********************/
.fb-little-bigtheme {
	font-size: 34px;
}
.fb-part5 h3,.fb-part7 h3 {
	font-size: 27px;
}
/*******************************/
.fb-part7,.fb-part8 {
	margin-top: -6.2rem;
    padding-top: 8rem;
}
.fb-part7 .right-100 {
	margin-left: 100px;
}
/******************************おすすめ機能比較****************************/
.main-column .column2-img-text4 {
	width: 40%;
}
.main-column .column2-img-text5 {
	width: 60%;
}
.main-column .column2-img-text3 {
	width: calc(100%/3);
}
.right-p {
	text-align: right;
}
.comparison2-inner .center-dot-lineY::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 0;
    border-left: 13px solid transparent;
    background: radial-gradient(circle, #333f49 20%, transparent 20%) 0 0 / 10px 10px;
    transform: translateX(-50%);
    opacity: 0.3;
}
/**************ヨコや下からスライドして入ってくる*****************/
.fade-slide-bottom1 {
	opacity: 0;
	transform: translateY(20px);
	transition: all 1.0s 0.6s ease-out;
}
.fade-slide-left,.contexts-width .fade-slide-left {
	opacity: 0;
	transform: translateX(-20px);
	transition: all 1.0s 0s ease-out;
	position: absolute;
	top: 0;
	left: -100px;
	width: 300px;
}
.comparison1,.comparison2,.comparison3,.comparison4,.comparison5 {
	position: relative;
	padding-top: 100px;
	padding-bottom: 50px;
}
.fade-slide-right,.contexts-width .fade-slide-right {
	opacity: 0;
	transform: translateX(20px);
	transition: all 1.0s 0s ease-out;
	position: absolute;
	top: 0;
	right: -100px;
	width: 300px;
}
.comparison5 h3,.pane-contents .comparison5-inner .right-100 p {
	margin-left: 150px;
}
.pane-contents .no-marginleft {
	margin-left: 0;
}
/***************************オプション品*************************/
.fb-option1 .column2-img-text1 {
	border-radius: 30px;
	background: #fff;
	padding-bottom: 30px;
}
.fb-option1 .column2-img-text1 .fb-bg-blue,.fb-option1 .column2-img-text1 .fb-bg-yellow {
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	margin-bottom: 20px;
}
.fb-option1 .column2-img-text1 h2 {
	border-bottom: 1px solid #333f49;
	display: inline-block;
	padding: 5px 0;
	width: 45%;
	margin: 0 auto;
}
.fb-option1 .mini-text {
	margin-left: 50px;
}
/********************背景グレーの下三角*********************/
.under-triangle-gray::after {
	content: '';
    display: block;
    background-color: #f2f2f2;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    width: 100%;
    height: 100px;
}
/***************最後の濃い青色背景*******************/
.fb-part8 {
	padding-bottom: 100px;
}
.white-text {
	color: #fff;
}
.fb-part8 p {
	letter-spacing: .7rem;
}
/*******ミニ画像********/
.mini-img,.contexts-width .mini-img {
	width: 30%;
	margin: 0 auto;
}

/**********/
.column2-img-text4 .fb-little-bigtheme {
	font-family: europa, sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 40px;
}
.comparison5 .fb-option1 .column2-img-text1 {
    padding-bottom: 0px;
	padding-top: 30px;
	margin-bottom: 0;
}

.sb-carousel-content > .carousel-item .column2-img-text1 {
	padding-top: 0;
}
.comparison5 .carousel-item > .column2-img-text1 {
	padding-bottom: 30px;
}
.comparison5 .fb-option1 > .column2-img-text1 {
    padding-bottom: 30px;
	padding-top: 0px;
	margin-bottom: 0;
}
.fb-option1 .mini-text {
    margin-top: 0;
	display: flex;
	flex-grow: 1;
}








/***************************ページ管理のpg******************************/
.pane-contents{
	background-color: #fff;
}
.block-page-caption h1 {
	display: none;
}
