/* CSS Document */
#main .mainVisual {
	padding: 0;
	min-height: 375px;
	height:calc(100vh - 195px);
	position: relative;
	z-index: 15;
	background-image: url("../img/pg_merge/mainvisual_bg.jpg")
}

#pg_merge #main .mainVisual {
	padding: 0;
	height: 300px;
	position: relative;
	z-index: 15;
	background-image: url("../img/pg_merge/mainvisual_bg.jpg")
}

#main .mainVisual .comBox {
	padding: 0px 0 0px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	box-sizing: border-box;
}

#main .mainVisual h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 57px;
	font-weight: 700;
	color: #011D57;
	width: 100%;
}

#main .mainVisual p {
	margin: 15px 0 0;
	font-size: 27px;
	line-height: 1.57;
	color: #000;
}

#main .mainVisual p span {
	font-weight: 500;
}

.scroll a:before {
	height: 55px;
	background-color: #000;
}

.scroll a:after {
	background-color: #fff;
}

.scroll a:hover:before {
	background-color: #000;
}

.scroll a:hover:after {
	background-color: #000;
}

@keyframes vertical {
	0% {
		height: 0px;
		bottom: auto;
		top: 113px
	}

	49.9% {
		bottom: auto;
		top: 113px
	}

	50% {
		height: 50px;
		top: auto;
		bottom: 0
	}

	100% {
		height: 0px;
		top: auto;
		bottom: 0
	}
}

@keyframes verticalh {
	0% {
		bottom: auto;
		top: 113px
	}

	49.9% {
		bottom: auto;
		top: 113px
	}

	50% {
		height: 50px;
		top: auto;
		bottom: 0
	}

	100% {
		height: 50px;
		top: auto;
		bottom: 0
	}
}



/*------------------------------------------------------------
SPメディアクエリ
------------------------------------------------------------*/

@media all and (max-width: 767px) {
	#main .mainVisual {
		height: 460px;

		background-image: url("../img/pg_merge/mainvisual_bg.jpg")
	}
	#main .mainVisual .comBox {
		padding: 0px 0 0px;
		height: 100%;
		text-align: center;
	}
	#pg_merge #main .mainVisual {
		height: 460px;
		background-image: url("../img/pg_merge/mainvisual_bg.jpg")
	}

	#main .mainVisual h2 {
		font-size: 4rem;
		text-align: center !important;
	}

	#main .mainVisual p {
		font-size: 1.9rem;
	}

	.scroll {
		bottom: 0;
		width: 20.5px;
	}

	.scroll a:after {
		width: 2px;
	}

	.scroll a:before {
		height: 47px;
		width: 2px;
		background-color: #000;
	}
}


/*------------------------------------------------------------
プラットフォーム関連
------------------------------------------------------------*/

.platform .headline08 {
	margin: 0 0 53px;
}

.platform .headline04 {
	margin-bottom: 15px;
}

.platform .h4Ttl {
	margin-bottom: 5px;
}

.platform p {
	margin-bottom: 41px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.6;
}

.platform p:last-child {
	margin-bottom: 0;
}

.platform .imgArea {
	margin-bottom: 45px;
}

.platform .text {
	margin-bottom: 44px;
	line-height: 2;
	font-size: 1.6rem;
}

.platform .comTableBox {
	margin: 55px 0 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
}

.platform .comTableBox .img {
	margin-bottom: 5px;
	max-width: 383px;
}

.platform .comTxtUl02 {
	margin: -10px 0 0;
}

@media all and (min-width: 768px) {
	.platform .comTableBox th {
		width: 218px;
	}
}

@media all and (max-width: 767px) {
	.platform .headline08 {
		margin-bottom: 25px;
	}

	.platform .headline04 {
		margin: 0 0 15px;
	}

	.platform .spLarge {
		margin-left: 5px;
		margin-right: 5px;
		font-size: 2.5rem;
	}

	.platform .h4Ttl {
		margin-bottom: 4px;
	}

	.platform .imgArea {
		margin-bottom: 30px;
		overflow-x: scroll;
	}

	.platform .imgArea img {
		max-width: inherit;
		height: 463px;
	}

	.platform.blueBg p {
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 2;
		letter-spacing: -1px;
	}

	.platform .text {
		margin-bottom: 30px;
		font-size: 1.4rem;
	}

	.platform .comTableBox {
		margin: 40px 0 40px;
		padding-bottom: 0;
	}

	.platform .comTableBox .img {
		margin: 10px 0 0;
		max-width: 100%;
	}

	.platform .comTableBox .img img {
		width: 100%;
	}
}


/*------------------------------------------------------------
PC追加スタイル
------------------------------------------------------------*/

#main p a {
	color: dodgerblue;
	word-break: break-all;
}

/*ヘッダーロゴ調整*/
#gHeader h1 {
	width: 140px;
	/*ここは変える*/
	justify-content: center;
	align-items: center;
	top: auto;
}

/*ヘッダーお問い合わせボタン*/
#gHeader .rBox .btn a {
	background-color: #F93A3A;
}

/*フッターお問い合わせボタン*/
#main .content .btn a {
	background-color: #F93A3A;
	border-radius: 4px;
}

#main .content .btn a:hover {
	background-color: #F93A3A;
	opacity: 0.7;
}

/*ナビ下部バー*/
#gNavi li a:hover {
	border-bottom: 2px solid #F93A3A;
}

/*メインビジュアル内文字色*/
#main .mainVisual h2 {
	color: #fff;
}

#main .mainVisual p {
	color: #fff;
}

.flexbox {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flexbox > * {
	width: 50%;
}

.flexbox div:last-child {
	margin-bottom: 0;
}

.flexbox div {
	text-align: center;
}

/*背景ライトブルー*/
.bg_blue {
	background-color: rgba(11, 57, 152, 0.05);
}

.flexbox img {
	width: 100%;
	max-width: 450px;
	height: auto;
}

/*チェックマークが上揃えのリスト調整*/
.top-check li {
	background-position: top 10px left;
	margin-bottom: 10px;
}

.top-check li span {
	font-weight: normal;
}

.solutionBox .comBox p {
margin-bottom: 58px;
}

.solutionBox .photo {
width: auto;
margin: 0 auto 70px;
max-width: 500px;
}

.solutionBox .photo img {
width: 100%;
margin: 0 auto 0;
}

/*productBoxチェックマーク削除*/
.productBox .no-check {
	background: none;
}

/*productBoxリスト内リスト調整*/
.productBox .no-check {
	margin-bottom: 15px;
	padding: inherit;
}

.productBox .no-check li {
	background: none;
	padding: 0;
}

.productBox ul {
	margin-bottom: 78px;
}

.productBox ul:last-child {
	margin-bottom: 0;
}


/*テーブル設定--------------------------*/

/*テーブルタイトル*/
.bg_deepblue {
	border-top: 2px solid #011D57;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	background-color: rgba(11, 57, 152, 0.1);
}

.products_base_tbl td.cnt {
	text-align: center;
	padding: 0;
}

/*テーブル内チェックマーク*/
.check_tbl {
	background: url("../img/pg_merge/icon.png") no-repeat center center rgba(11, 57, 152, 0.05);
	background-size: 18px auto;
}
.check_tbl-Annotation {
	background: url("../img/pg_merge/icon.png") no-repeat center top 20px rgba(11, 57, 152, 0.05);
	background-size: 18px auto;
}
.products_base_tbl .check_tbl-Annotation {
	padding: 20px 2vw 5px;
}
.check_tbl-Annotation p {
	font-size: 0.8em;
	margin-top: 25px;
	text-align: center;
	line-height: 1.4;
}

/*ログインボタン*/
.btn_login {
	margin-bottom: 20px;
}

.contact .comTableBox {
	margin-bottom: 0;
}

.contact .comTableBox {
	margin-bottom: 0;
}

.contact th {
	padding-top: 20px;
}

.contact .Center_BOX {
	text-align: center;
}


/*●●●●●●とは-------------------------------------*/

.btm h3 {
	text-align: center;
}

/*btm内のパディング調整*/
.btm .flexbox {
	max-width: 996px;
	margin: 0 auto;
}

/*btmリストチェックマーク削除*/
.btm.no-check {
	background: none;
}

/*btmリスト調整*/
.btm .no-check {
	margin-bottom: 15px;
	background: none;
	padding: 0;
}

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

.flexbox .flexitem_left {
	width: 35%;
}

.flexbox .flexitem_right {
	width: 65%;
}

.flexbox .flexitem_right .comTxtUl03 {
	width: 100%;
}

.flexbox .flexitem_left img {
	max-width: 180px;
}

.btm .photo {
	width: auto;
	margin: 0 auto 0px;
	max-width: 600px;
}

.btm .photo img {
	width: 100%;
	margin: 30px auto 30px;
}

.btm .leftTxt p {
	margin-top: 15px;
}

/*特徴-------------------------------------*/

/*様々な業務でお使いいただいています*/
.user .comBox p {
	margin-bottom: 78px;
}

.user .headline04 {
	margin-top: 120px;
}

/*ボタン_製品仕様・購入に関するお問い合わせ*/
#main .content.contact_btn {
	padding: 0;
}

#main .user .contact_btn .btn a,
#main .trial .contact_btn .btn a
{
	width: 100%;
	max-width: 996px;
	margin: 0 auto;
	color: #011D57;
	border: solid #011D57 1px;
	background-color: unset;
	border-radius: 4px;
}

/*レポート作成-------------------------------------*/

/*キャプション*/
.summary .comTxtUl03 .comTxt {
	margin-top: 15px;
	text-align: center;
}

/*レポート作成チェックマーク削除*/
.summary .no-check {
	background: none;
	margin-top: 30px;
	padding: 0;
}

.summary .photo {
	text-align: center;
}

.summary ul {
/*	margin-top: 90px;*/
	margin-bottom: 78px;
}
.summary ul:last-child {
	margin-bottom: 0;
}

/*数字リスト*/
.number-list li {
	list-style: decimal;
	background: none;
	list-style-position: inside;
	padding-left: unset;
}

.number-list li:last-child {
	margin-bottom: 0;
}

.number-list .photo {
	margin: 20px auto 0;
}

/*機能概要-------------------------------------*/

/*機能概要表組み*/
.func_summary .table_full td:first-child {
	width: 30%;
}
.func_summary .table_full td {
	width: 10%;
}
.func_summary .table_full td:last-child {
	width: 50%;
}

/*機能概要th下線*/
.bg_deepblue th {
	border-bottom: solid 1px #CCC;
}

.func_summary .table_full th {
	padding: 10px 0;
	padding-right: 20px;
}

.func_summary .smlWide:not(:last-child) {
	margin-bottom: 78px;
}

.table_scroll{
	overflow-x: scroll;
	white-space: normal;
}

/*テーブル幅100％*/
.table_full {
	width: 100%;
	/*min-width: 840px;*/
}

.deepBlue .comBox {
	padding: 80px 100px;
	background-color: #FFF;
}


/*Merge for macOS 製品概要--------------------------*/

/*タイトル内画像*/
.product_summary .hedding_photo {
	width: 100%;
	text-align: center;
	margin: -30px 0 30px;
}
.product_summary .hedding_photo img {
	width: 100%;
	max-width: 700px
}

/*タイトル内h3*/
.product_summary h3 {
	margin-bottom: 60px;
}

.product_summary dt {
	margin-bottom: 10px;
}

.product_summary dl {
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
}

.productBox .comBox .no-check p {
	width: auto;
	margin-bottom: 20px;
}

.product_summary .photo {
	width: 100%;
	text-align: center;
	margin: 40px 0 40px;
}

.product_summary .photo img {
	width: 100%;
	max-width: 450px;
}

.product_summary .comTxtUl03 .comTxt {
	margin-top: 15px;
	text-align: center;
}

/*Araxis Merge 動画で製品紹介--------------------------*/

/*操作デモ見出し*/
.demo .leftbox {
	text-align: left;
	padding: 0 80px 0 0;
}

.demo .flexbox img {
	max-width: none;
}

.demo .flexbox {
	margin-bottom: 58px;
}
.demo .flexbox:last-child {
	margin-bottom: 0;
}

.demo .headline08 {
	margin-top: 0;
}

/*操作デモビデオマージン*/

.demo .flexbox iframe {
	vertical-align: middle;
	width: 100%;
	height: 52vw;
	max-height: 280px;
	max-width: 450px;
}

.videoBox .video:last-child {
	margin-bottom: 0px
}

.demo.videoBox .video {
	width: 50%;
}

/*システム要件内ul幅調整*/
.price .comTxtUl03 {
	width: 100%
}

.trial .contact_btn {
	margin-bottom: 41px;
}

/*価格--------------------------*/

/*価格表組み*/
.price .table_full td:first-child {
	width: 52%;
}

.price .table_full td:not(:first-child) {
	width: 16%;
}

.price .table_full .line {
	border-bottom: 1px solid #CCC;
}

.price .table_full th {
	padding: 10px 0;
}

/*価格下部リスト*/
.price .no-check {
	background: none;
}

.price .no-check li {
	padding: 0;
	background: none;
}

/*評価版--------------------------*/

/*上下に罫線*/
.linebox {
	border: solid #f1f1f1;
	border-width: 1px 0;
	padding: 20px 0;
	margin-bottom: 30px;}

.trial .linebox ul:not(:last-child) {
	margin-bottom: 30px;
}

.trial .linebox .comTxtUl03 {
	margin-bottom: 0;
}

.stepsbox p {
	margin-bottom: 20px;
}

.stepsbox .number-list li {
	list-style: decimal;
	background: none;
	list-style-position: inside;
	padding-left: 0;
}

/*アップグレード/サポートの更新--------------------------*/

.support .number-list li {
	margin-bottom: 20px;
}
.support .number-list {
	margin-top: -15px;
}

/*サンプルコード--------------------------*/
.samplecode_list .comTxtUl03 li {
	background: none;
	padding-left: unset;
}

.samplecode {
	max-width: 840;
	border: 1px solid #000000;
	padding: 20px;
	white-space: pre-wrap;
}

.samplecode_list .comTxtUl03 li:not(:last-child) {
	margin-bottom: 78px;
}

/*パフォーマンス下部マージン*/
.comBox p:last-child {
	margin-bottom: 0;
}

/*パフォーマンス表*/
/*
.productBox .imgArea {
	margin-bottom: 78px;
}

.productBox th {
	padding-top: 10px;
}
*/

/*バージョン部分のリスト*/
/*
.productBox .comTxtUl03 li:first-child {
	background: none;
	padding-left: unset;
}
*/
/*
.platform .comTxtUl03 li:first-child {
	background: none;
	padding-left: unset;
}
*/


/*販売価格表*/
/*
.platform th {
	padding-top: 10px;
}
*/

/*ストラクチャビルダー*/
/*
.structure p {
	margin-bottom: 0px;
}
*/

/*対応データベース*/
/*
.platform .imgArea {
	margin-bottom: 78px;
}

.platform .imgArea:last-child {
	margin-bottom: 0;
}
*/


/*------------------------------------------------------------
SP追加スタイル
------------------------------------------------------------*/
@media all and (max-width: 767px) {

	/*ハンバーガー内問い合わせボタン*/
	#gHeader .menuBox .btn a {
		background-color: #F93A3A;
		border-radius: 4px;
	}

	/*productBox内リスト*/
	.productBox .comTxtUl03:not(:last-of-type) {
		margin-bottom: 54px;
	}

	/*	btm内flexboxアイテム*/
	.flexbox .flexitem_left {
		width: 100%;
	}

	.flexbox .flexitem_right {
		width: 100%;
	}

	.btm h3.leftTxt {
		text-align: center;
	}

	.flexbox .flexitem_left img {
		width: 80%;
		max-width: 128px;
		margin-bottom: 30px;
	}

	/*チェックマークが上揃えのリスト調整を解除*/
	.top-check li {
		background-position: unset;
	}

	/*btm内の,パディング調整*/
	.btm .flexbox {
		padding-left: 0;
		padding-right: 0;
	}

	.btm p,
	.btm .leftTxt p {
		text-align: center;
	}

	.summary .comTxtUl03 {
		margin: 0;
	}

	/*製品仕様・購入に関するお問い合わせ*/
	#main .content.contact_btn {
		padding: 0 10px 0;
	}

	.demo .leftbox {
		text-align: left;
		padding: 0 0 30px 0 ;
	}
	.demo .leftbox .headline09 {
		margin-bottom: 10px
	}
	.demo .leftbox .video {
		margin-bottom: 50px;
	}

	.demo.videoBox .video {
		width: 100%;
		margin: 0;
	}

	.demo .flexbox {
		margin-bottom: 46px;
	}
	.demo .flexbox:last-child {
		margin-bottom: 0;
	}

/*
	.videoBox .video img {
		display: block;
		margin: auto;
		width: 100%;
		max-width: 500px;
	}
*/

	/*サンプルコード*/
	.samplecode_list .comTxtUl03 li:not(:last-child) {
		margin-bottom: 54px;
	}

	.productBox .imgArea {
		margin: 0 10px 50px;
	}

	.flexbox {
		display: block;
	}

	.flexbox > * {
		width: 100%;
	}

	.flexbox a {
		display: block;
		margin-bottom: 20px;
	}
	.flexbox a:last-child {
		margin-bottom: 0;
	}


	.structure .flexbox > *:not(:last-child) {
		margin-bottom: 50px;
	}

	.deepBlue .comBox {
		padding: inherit;
	}
}


/*---------------------------------------------------------------
Araxis Merge ソフトウェアダウンロードページの新CSS 2022/10/31 追加
----------------------------------------------------------------*/

/* 全ページ共通のcss */
.deepBlue .comBox {
    padding: 80px 100px 120px;
    background-color: #FFF;
}

/* コンテンツ用のcss */
.merge_software_download .head-H1 {
    margin-bottom: 58px;
    padding: 31px;
    text-align: center;
    color: #FFF;
    font-size: 4.4rem;
    font-weight: 700;
    background: #55508c !important;
    line-height: 1;
}

.merge_software_download .table_of_contents {
    line-height: 1.9;
    max-width: 100%;
	margin-bottom: 85px;
	padding: 32px 30px;
	background-color: #F1F1F1;
}

.merge_software_download .table_of_contents .title{
	font-size: 2.0rem;
	font-weight: 500;
}

.merge_software_download .bullet_point {
    list-style: circle;
	padding-left: 40px;
	font-size: 1.7rem;
	line-height: 2.0;
}

.merge_software_download .bullet_point a {
    color: dodgerblue;
}

.merge_software_download .content_margin {
	margin: 0 0 120px;
}

.merge_software_download h2 {
	font-size: 2.5rem;
    margin-bottom: 50px;
	color: #5148bf;
}

.merge_software_download h3 {
	font-size: 2.3rem;
    margin-bottom: 50px;
	color: #d30d0d;
}

.merge_software_download h4 {
    margin-bottom: 20px;
	padding: 10px 10px;
    font-size: 1.8rem;
	background-color: #ebe9f9;
}

.merge_software_download p {
    margin-bottom: 60px;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.7;
}

.merge_software_download .p_2 {
	margin-bottom: 40px;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.8;
	text-align: center;
}

.merge_software_download .QA_question {
	margin-bottom: 10px;
}

.merge_software_download .QA_answer {
	color: #bd1414;
	margin-bottom: 50px;
}

.merge_software_download .p_complement {
    font-size: 1.6rem;
}

.merge_software_download .p_margin_bottom_50{
    margin-bottom: 50px;
}

.merge_software_download .p_margin_bottom_40{
    margin-bottom: 40px;
}

.merge_software_download .p_margin_bottom_20{
    margin-bottom: 20px;
}

.merge_software_download .p_margin_bottom_15 {
	margin-bottom: 15px;
}

.merge_software_download .p_margin_bottom_10{
    margin-bottom: 10px;
}

.merge_software_download .img_width_70 {
    max-width: 70%;
    margin: 0 auto 70px;
    display: block;
}

.merge_software_download .img_width_45 {
    max-width: 45%;
    margin: 0 auto 70px;
    display: block;
}

.merge_software_download .img_width_45_margin_0 {
    max-width: 45%;
    margin: 0 auto;
    display: block;
}

.merge_software_download .img_width_30 {
    max-width: 30%;
    margin: 0 auto 70px;
    display: block;
}

.merge_software_download .img_width_30_margin_0 {
    max-width: 30%;
    margin: 0 auto;
    display: block;
}

.merge_software_download .flex_box {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

.merge_software_download .flex_box_rarr_margin_130 {
	font-size: 5.0rem;
	text-align: center;
	width: 5%;
	margin-top: 130px;
}

.merge_software_download .flex_box_rarr_margin_50 {
	font-size: 5.0rem;
	text-align: center;
	width: 5%;
	margin-top: 50px;

}

/* コンバージョンボタン用のcss */
.merge_software_download .Center_BOX a {
	min-width: 384px;
}

/* レスポンシブ対応 */

@media (max-width: 767px) {
	.merge_software_download .head-H1 {
		line-height: 4.0rem;
		font-size: 2.5rem;
		padding: 20px;
		margin-bottom: 48px;
	}

	.merge_software_download .table_of_contents {
		margin-bottom: 50px;
		padding: 32px 10px 32px 15px;
	}

	.merge_software_download .table_of_contents .title{
		font-size: 1.9rem;
	}
		
	.merge_software_download .bullet_point {
		padding-left: 35px;
		font-size: 1.5rem;
	}

	.merge_software_download .content_margin {
		margin: 0 0 75px;
	}

	.merge_software_download h2 {
		font-size: 2.1rem;
		margin-bottom: 40px;
	}

	.merge_software_download h3 {
		font-size: 2.0rem;
		margin-bottom: 30px;
	}

	.merge_software_download h4 {
		margin-bottom: 30px;
		padding: 15px 10px;
		font-size: 1.7rem;
		height: 85px;
		display: flex;
		align-items: center;
	}

	.merge_software_download p {
		margin-bottom: 45px;
		font-size: 1.55rem;
	}

	.merge_software_download .p_2 {
		margin-bottom: 25px;
		font-size: 1.6rem;
	}

	.merge_software_download .QA_question {
		font-size: 1.55rem;
		margin-bottom: 12px;
	}

	.merge_software_download .QA_answer {
		font-size: 1.55rem;
		margin-bottom: 45px;
	}

	.merge_software_download .p_complement {
		font-size: 1.45rem;
	}
	
	.merge_software_download .p_margin_bottom_50 {
		margin-bottom: 45px;
	}

	.merge_software_download .p_margin_bottom_40{
		margin-bottom: 40px;
	}
	
	.merge_software_download .p_margin_bottom_20{
		margin-bottom: 20px;
	}
	
	.merge_software_download .p_margin_bottom_15 {
		margin-bottom: 15px;
	}
		
	.merge_software_download .p_margin_bottom_10 {
		margin-bottom: 12px;
	}

	.merge_software_download .img_width_70 {
		max-width: 100%;
		margin: 0 auto 50px;
	}

	.merge_software_download .img_width_45 {
		max-width: 100%;
		margin: 0 auto 45px;
	}

	.merge_software_download .img_width_45_margin_0 {
		max-width: 100%;
	}

	.merge_software_download .img_width_30 {
		max-width: 81%;
		margin: 0 auto 50px;
	}

	.merge_software_download .img_width_30_margin_0 {
		max-width: 100%;
	}
	
	.merge_software_download .flex_box {
		display: block;
	}

	.merge_software_download .flex_box_rarr_margin_130 {
		font-size: 4.5rem;
		margin: -50px auto 35px;
		transform: rotate(90deg);
	}

	.merge_software_download .flex_box_rarr_margin_50 {
		font-size: 4.5rem;
		margin: 10px auto 35px;
		transform: rotate(90deg);
	}

	/* コンバージョンボタン用のcss */
	.merge_software_download .Center_BOX a {
		font-size: 1.7rem !important;
		min-width: 280px;
	}
}

/*---------------------------------------------------------------
		Araxis Merge 機能一覧表ページのCSS 2022/11/15 追加
----------------------------------------------------------------*/

.araxis_merge_function .head-H1 {
    margin-bottom: 58px;
    padding: 31px;
    text-align: center;
    color: #FFF;
    font-size: 4.4rem;
    font-weight: 700;
    background: #55508c !important;
    line-height: 1;
}

.araxis_merge_function h2 {
	font-size: 2.5rem;
    margin-bottom: 50px;
	color: #5148bf;
}

.araxis_merge_function h3 {
	font-size: 2.2rem;
	margin-bottom: 50px;
	color: #d30d0d;
}

.araxis_merge_function p {
	margin-bottom: 20px;
    font-size: 1.7rem;
    font-weight: 400;
	line-height: 1.65;
}

.araxis_merge_function .p_codicil {
	margin: -40px 0 30px;
	padding-left: 20px;
    font-size: 1.5rem;
}

.araxis_merge_function .p_margin_bottom_60{
    margin-bottom: 60px;
}

.araxis_merge_function .table_full th {
	padding: 20px 20px 20px 8px;
    background-color: #ebe9f9;
}

.araxis_merge_function .table_full td:first-child {
	width: 30%;
}

.araxis_merge_function .table_full td {
	width: 5%;
}

.araxis_merge_function .table_full td:last-child {
    width: 45%;
}

.araxis_merge_function .std {
	padding-right: 5px;
}

.araxis_merge_function .std span {
    font-size: 1.2rem;
    padding: 4px 5px 4px 5px;
	color: #fff;
    background-color: #045ea7;
}

.araxis_merge_function .pro span {
	font-size: 1.2rem;
    padding: 4px 5px 4px 5px;
	color: #fff;
    background-color: #d30d0d;
}

.license_detail {
    font-size: 1.4rem;
    background-color: #F1F1F1;
    line-height: 1.6;
    padding: 20px 5px;
    margin: 20px 0 20px;
    font-weight: 400;
}

.license_detail .margin_left_25 {
    margin-left: 25px;
}


/* レスポンシブ対応 */

@media (max-width: 767px) {
	/* これ以降のページ共通のcss */
	.summary {
		margin-bottom: 0px;
	}

	.araxis_merge_function .head-H1 {
		line-height: 4.0rem;
		font-size: 2.3rem;
		padding: 20px;
		margin-bottom: 48px;
	}

	.araxis_merge_function h2 {
		font-size: 2.0rem;
		margin-bottom: 40px;
	}

	.araxis_merge_function h3 {
		font-size: 1.85rem;
		margin-bottom: 40px;
	}

	.araxis_merge_function p {
		margin-bottom: 45px;
		font-size: 1.55rem;
	}
	
	.araxis_merge_function .p_codicil {
		margin: -40px 0 10px;
		font-size: 1.35rem;
	}
	
	.araxis_merge_function .p_margin_bottom_60{
		margin-bottom: 50px;
	}

	.func_summary .smlWide:not(:last-child) {
		margin-bottom: 70px;
	}

	.araxis_merge_function .products_base_tbl tbody tr th {
		font-size: 1.35rem;
	}

	.araxis_merge_function .table_full th {
		padding: 18px 8px 18px 8px;
	}

	.araxis_merge_function .products_base_tbl tbody tr td {
		padding: 15px 10px;
		font-size: 1.25rem;
	}

	.araxis_merge_function .std span {
		font-size: 1.15rem;
	}
	
	.araxis_merge_function .pro span {
		font-size: 1.15rem;
	}
	
		.license_detail .margin_left_25 {
		margin-left: 0px;
	}
}

/*---------------------------------------------------------------
		Araxis Merge 製品ページの新CSS 2022/12/1 追加
----------------------------------------------------------------*/

/* TOP用のcss */
.araxis_merge_product .mainVisual .comBox h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 4.5rem;
    font-weight: 700;
    color: #fff;
    width: 100%;
	text-shadow: 1px 1px 2px #878787;
}

#main .mainVisual p {
	color: #fff !important;
	text-shadow: 1px 1px 2px #6a6a6a;
}

/* TOPボタン用のcss */
.araxis_merge_product .contact_btn {
    margin: 50px 30px 10px;
}

.araxis_merge_product .contact_btn a {
    padding: 15px 0px;
    width: 300px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 18px;
    border: 2px solid #55508c;
    transition: color .5s ease,background .5s ease,border .5s ease;
    background: #55508c;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.araxis_merge_product .contact_btn a:hover {
	color: #55508c;
	background: #fff;
}

/* コンテンツ用のcss */
.araxis_merge_product .summary .information {
	margin: 30px 0;
	text-align: center;
	font-size: 1.9rem;
}

.araxis_merge_product .summary .whiteBox {
    margin: 0 auto 120px;
    max-width: 1200px;
    background-color: #fff;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
}

.araxis_merge_product .summary .whiteBox h2 {
    padding: 10px 0 10px 168px;
    min-height: 120px;
    color: #fff;
    font-size: 3.6rem;
    font-weight: bold;
    background-color: #55508c;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
    box-sizing: border-box;
}

.araxis_merge_product .summary .whiteBox h2 .num {
    font-family: 'Roboto', sans-serif;
    font-size: 11.1rem;
    position: absolute;
    bottom: -17px;
    left: 59px;
}

.araxis_merge_product .summary .whiteBox h2 img {
    margin: 7px 0 0 40px;
    display: inline-block;
    vertical-align: middle;
}

.araxis_merge_product .summary .whiteBox h3 {
	margin-bottom: 40px;
    font-size: 2.5rem;
    font-weight: 700;
    color: #5148bf;
}

.araxis_merge_product .summary .whiteBox h4 {
    margin-bottom: 40px;
	padding: 10px 10px;
    font-size: 1.8rem;
	font-weight: 600;
	background-color: #ebe9f9;
}

.araxis_merge_product .content_margin {
	margin: 0 0 120px;
}

.araxis_merge_product .content_margin:last-child {
	margin-bottom: 60px;
}

.araxis_merge_product p {
    margin-bottom: 60px;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.7;
}

.araxis_merge_product p:last-child {
	margin-bottom: 60px !important;
}

.araxis_merge_product .p_complement {
    margin-bottom: 70px;
    font-size: 1.6rem;
	text-align: center;
	color: #676767;
}

.araxis_merge_product .p_complement_2 {
    margin-top: 20px;
	text-align: center;
}

.araxis_merge_product .table_of_contents {
    line-height: 1.9;
    max-width: 100%;
	margin-bottom: 55px;
	padding: 32px 30px;
	background-color: #F1F1F1;
}

.araxis_merge_product .table_of_contents .title{
	font-size: 2.0rem;
	font-weight: 500;
}

.araxis_merge_product .table_of_contents a {
    color: dodgerblue;
}

.araxis_merge_product .flex_box {
	justify-content: space-around;
	align-items: center;
	display: flex;
}

.araxis_merge_product .flex_box_reverse {
	justify-content: space-around;
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
}

.araxis_merge_product .bullet_point {
    list-style: circle;
	margin-bottom: 50px;
	padding-left: 40px;
	font-size: 1.7rem;
	line-height: 2.0;
}

.araxis_merge_product .bullet_point_main_function {
    list-style: circle;
	margin: 0 0 40px 20px;
	font-size: 1.7rem;
	line-height: 2.0;
	width: 88%;
}

.araxis_merge_product .table_of_user_voice {
    max-width: 100%;
	margin-bottom: 60px;
	padding: 60px 40px 10px;
	background-color: #f6f6fd;
}

.araxis_merge_product .table_of_user_voice .flex_box_img {
	flex-basis: 45%; 
}

.araxis_merge_product .table_of_user_voice .flex_box_p_top {
	flex-basis: 55%; 
}

.araxis_merge_product .table_of_user_voice p{
	font-size: 1.6rem;
}

.araxis_merge_product .table_of_user_voice .p_top_name {
	margin-bottom: 40px;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 500;
	color: #5148bf;
}

.araxis_merge_product .table_of_user_voice .p_top_copy {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 30px;
}

.araxis_merge_product .table_of_user_voice .p_top_star {
	text-align: center;
	font-size: 2.2rem;
	color: #5148bf;
}

.araxis_merge_product .QA_question {
	margin-bottom: 10px;
}

.araxis_merge_product .QA_answer {
	color: #bd1414;
	margin-bottom: 50px;
}

.araxis_merge_product .p_margin_top_50{
	margin-top: 50px;
}

.araxis_merge_product .p_margin_bottom_80{
    margin-bottom: 80px;
}

.araxis_merge_product .p_margin_bottom_50{
    margin-bottom: 50px;
}

.araxis_merge_product .p_margin_bottom_40{
    margin-bottom: 40px;
}

.araxis_merge_product .p_margin_bottom_30{
    margin-bottom: 30px;
}

.araxis_merge_product .p_margin_bottom_20{
    margin-bottom: 20px;
}

.araxis_merge_product .p_margin_bottom_10{
    margin-bottom: 10px;
}

.araxis_merge_product .img_border {
	border: solid 1px #b3b3b3;
}

.araxis_merge_product .img_width_70 {
    max-width: 70%;
    margin: 0 auto 70px;
    display: block;
}

.araxis_merge_product .img_width_60 {
    max-width: 60%;
    margin: 0 auto 70px;
    display: block;
}

.araxis_merge_product .img_width_60_margin_bottom_10 {
    max-width: 60%;
    margin: 0 auto 10px;
    display: block;
	transition: max-width .6s ease-in-out 0s,box-shadow .6s ease-in-out 0s;
}

.araxis_merge_product .img_width_60_margin_bottom_10:hover {
    transition: max-width .2s ease-out .4s;
    max-width: 1000px;
    box-shadow: 0 0px 0px 3px #fff;
}

.araxis_merge_product .img_width_45 {
    max-width: 45%;
    margin: 0 auto 70px;
    display: block;
	transition: max-width .6s ease-in-out 0s,box-shadow .6s ease-in-out 0s;
}

.araxis_merge_product .img_width_45_margin_bottom_10 {
    max-width: 45%;
    margin: 0 auto 10px;
    display: block;
	transition: max-width .6s ease-in-out 0s,box-shadow .6s ease-in-out 0s;
}

.araxis_merge_product .img_width_45_margin_bottom_10:hover {
    transition: max-width .2s ease-out .4s;
    max-width: 920px;
    box-shadow: 0 0px 0px 3px #fff;
}

.araxis_merge_product .img_width_45_margin_side_15 {
    max-width: 45%;
    margin: 0 15px;
    display: block;
}

.araxis_merge_product .img_width_45_margin_0_guide {
    max-width: 45%;
    margin: 0 auto;
    display: block;
}

.araxis_merge_product .img_width_30 {
    max-width: 30%;
    margin: 0 auto 70px;
    display: block;
}

/* コンバージョンボタン用のcss */
.araxis_merge_product .Center_BOX a {
	min-width: 350px;
	background-color: #55508c;
	border: 2px solid #55508c;
	border-radius: 18px !important;
	font-weight: 400;
}

.araxis_merge_product .Center_BOX a:hover {
	background: #FFF;
	color: #55508c !important;
	letter-spacing: 0.04em;
}

/* 総合評価★マーク用のcss */
.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    font-size: 2.4rem; /*フォントサイズ 自由に設定化 */
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4.2"]:after{ width: 86%; } /* 星4.2 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.8"]:after{ width: 74%; } /* 星3.8 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

/* レスポンシブ対応 */

@media (max-width: 767px) {
	/* TOP用のcss */
	#pg_merge #main .mainVisual {
		height: 550px;
	}

	#pg_merge #main .mainVisual .comBox p {
		text-align: left !important;
		font-size: 1.7rem !important;
	}

	.araxis_merge_product .mainVisual .comBox h1 {
		font-size: 3.5rem;
		line-height: 1.35;
	}

	/* TOPボタン用のcss */
	.araxis_merge_product .contact_btn {
		text-align: center;
		margin: 40px auto 0px;;
	}

	.araxis_merge_product .contact_btn a {
		font-size: 1.75rem;
		padding: 10px;
	}

	.araxis_merge_product .contact_btn a:hover {
		color: #55508c;
		background: #fff;
	}

	/* アンカー用のcss */
	.toolLink {
		padding: 16px 0 25px 20px;
	}

	/* コンテンツ用のcss */
	.araxis_merge_product .summary .information {
		margin: 0 5px 30px;
		font-size: 1.6rem;
	}

	.araxis_merge_product .summary .whiteBox {
		margin: 0 15px 70px;
	}

	.araxis_merge_product .summary .whiteBox h2 {
		padding-left: 62px;
		height: 80px;
		font-size: 2.05rem;
		min-height: 63px;
	}

	.araxis_merge_product .summary .whiteBox h2 .num {
		font-size: 6rem;
		bottom: -9px;
		left: 10px;
	}

	.araxis_merge_product .summary .whiteBox h2 img {
		margin: 7px 0 0 10px;
	}
	
	.araxis_merge_product .summary .whiteBox h3 {
		font-size: 2.15rem;
		margin-bottom: 30px;
		padding: 10px 0;
	}

	.araxis_merge_product .summary .whiteBox h4 {
		margin-bottom: 30px;
		padding: 20px 10px;
		font-size: 1.75rem;
	}

	.araxis_merge_product .summary .whiteBox .textBox {
		padding-bottom: 45px;
	}

	.araxis_merge_product .content_margin {
		margin: 0 0 75px;
	}

	.araxis_merge_product p {
		margin-bottom: 60px;
		font-size: 1.55rem;
		font-weight: 400;
		line-height: 1.7;
	}

	.araxis_merge_product p:last-child {
		margin-bottom: 40px !important;
	}
	
	.araxis_merge_product .p_complement {
		margin-bottom: 40px;
		font-size: 1.5rem;
	}

	.araxis_merge_product .p_complement_2 {
		margin-top: 15px;
		font-size: 1.4rem;
	}
		
	.araxis_merge_product .table_of_contents {
		margin-bottom: 60px;
		padding: 32px 15px;
	}

	.araxis_merge_product .table_of_contents .title{
		font-size: 1.9rem;
	}
	
	.araxis_merge_product .flex_box {
		display: block;
	}
	
	.araxis_merge_product .flex_box_reverse {
		display: block;
	}
	
	.araxis_merge_product .bullet_point {
		font-size: 1.6rem;
	}
	
	.araxis_merge_product .bullet_point_main_function {
		padding-left: 30px;
		font-size: 1.6rem;
		line-height: 1.9;
	}
	
	.araxis_merge_product .table_of_user_voice {
		padding: 30px 10px 10px;
	}
	
	.araxis_merge_product .table_of_user_voice .flex_box_img {
		max-width: 100%;
		margin: 0;
	}
	
	.araxis_merge_product .table_of_user_voice .flex_box_p_top {
		max-width: 100%;
	}
		
	.araxis_merge_product .table_of_user_voice p{
		font-size: 1.5rem;
	}
	
	.araxis_merge_product .table_of_user_voice .p_top_name {
		margin-top: 20px;
		font-size: 1.9rem;
	}
	
	.araxis_merge_product .table_of_user_voice .p_top_copy {
		text-align: left;
		font-size: 1.6rem;
		font-weight: 500;
	}
	
	.araxis_merge_product .table_of_user_voice .p_top_star {
		font-size: 2.0rem;
	}
	
	.araxis_merge_product .QA_question {
		font-size: 1.5rem;
		margin-bottom: 12px;
	}

	.araxis_merge_product .QA_answer {
		font-size: 1.5rem;
		margin-bottom: 45px;
	}

	.araxis_merge_product .p_margin_bottom_80{
		margin-bottom: 60px;
	}
	
	.araxis_merge_product .p_margin_bottom_50 {
		margin-bottom: 45px;
	}

	.araxis_merge_product .p_margin_bottom_20 {
		margin-bottom: 20px;
	}

	.araxis_merge_product .p_margin_bottom_10 {
		margin-bottom: 12px;
	}

	.araxis_merge_product .img_width_70 {
		max-width: 100%;
		margin: 0 auto 50px;
	}

	.araxis_merge_product .img_width_60 {
		max-width: 100%;
		margin: 0 auto 70px;
		display: block;
	}
	
	.araxis_merge_product .img_width_60_margin_bottom_10 {
		max-width: 100%;
		margin: 0 auto 10px;
		display: block;
		transition: max-width .6s ease-in-out 0s,box-shadow .6s ease-in-out 0s;
	}
	
	.araxis_merge_product .img_width_60_margin_bottom_10:hover {
		transition: max-width .2s ease-out .4s;
		max-width: 900px;
		box-shadow: 0 0px 0px 3px #fff;
	}
	
	.araxis_merge_product .img_width_45 {
		max-width: 100%;
		margin: 0 auto 45px;
	}

	.araxis_merge_product .img_width_45_margin_0 {
		max-width: 100%;
	}

	.araxis_merge_product .img_width_45_margin_bottom_10 {
		max-width: 100%;
		margin-top: 40px;
	}
	
	.araxis_merge_product .img_width_45_margin_0_guide {
		max-width: 100%;
		margin-bottom: -15px;
	}

	.araxis_merge_product .img_width_30 {
		max-width: 80%;
		margin: 0 auto 50px;
	}

	/* コンバージョンボタン用のcss */
	.araxis_merge_product .Center_BOX a {
		min-width: 300px;
		margin: 0;
		font-size: 1.8rem !important;
	}

	.araxis_merge_product .table_of_contents .Center_BOX a {
		margin-left: -10px;
	}

	/* 総合評価★マーク用のcss */
	.araxis_merge_product .star5_rating{
		font-size: 1.9rem; /*フォントサイズ 自由に設定化 */
	}
}

/*---------------------------------------------------------------
	Araxis Merge 評価版申し込みページの新CSS 2022/12/1 追加
----------------------------------------------------------------*/

.araxis_merge_trial .head-H1 {
    margin-bottom: 58px;
    padding: 31px;
    text-align: center;
    color: #FFF;
    font-size: 4.4rem;
    font-weight: 700;
    background: #55508c !important;
    line-height: 1;
}

.araxis_merge_trial h2 {
	font-size: 2.5rem;
    margin-bottom: 50px;
	color: #5148bf;
}

.araxis_merge_trial h3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.araxis_merge_trial .bullet_point {
    list-style: circle;
    margin-bottom: 50px;
    padding-left: 40px;
    font-size: 1.7rem;
    line-height: 2.2;
}

.araxis_merge_trial .bullet_point li{
	margin-bottom: 5px;

}

.araxis_merge_trial .bullet_point a {
    color: dodgerblue;
}

.araxis_merge_trial .personal_info {
    width: 70%;
    margin: 70px auto 60px;
    padding: 40px 30px 30px;
    background-color: #F5F5F5;
}

.araxis_merge_trial .personal_info p {
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 20px;
}

.araxis_merge_trial p {
    margin-bottom: 60px;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.9;
}

.araxis_merge_trial .p_complement {
    font-size: 1.6rem;
	text-align: center;
	color: #676767;
}

.araxis_merge_trial .p_complement_2 {
	font-size: 1.5rem;
    margin: 0 auto 30px;
    text-align: left;
    width: 80%;
}

.araxis_merge_trial .table_of_contents {
    line-height: 1.9;
    max-width: 80%;
    margin: 0 auto 50px;
    padding: 32px 30px;
    background-color: #F1F1F1;
}

.araxis_merge_trial .p_margin_bottom_40{
    margin-bottom: 40px;
}

.araxis_merge_trial .p_margin_bottom_30{
    margin-bottom: 30px;
}

.araxis_merge_trial .p_margin_bottom_10{
    margin-bottom: 10px;
}

.araxis_merge_trial .notice {
    vertical-align: bottom;
    margin: 0 0 6px 0;
    padding: 0 3px 0 0;
    text-align: left;
}

/* レスポンシブ対応 */

@media (max-width: 767px) {
	.araxis_merge_trial .head-H1 {
		line-height: 4.0rem;
		font-size: 2.5rem;
		padding: 20px;
		margin-bottom: 48px;
	}

	.comp h1 {
		font-size: 2.2rem;
		margin-bottom: 30px;
	}

	.araxis_merge_trial h2 {
		font-size: 2.1rem;
		margin-bottom: 40px;
	}

	.araxis_merge_trial h3 {
		font-size: 1.65rem;
		margin-bottom: 30px;
	}

	.araxis_merge_trial .bullet_point {
		margin-bottom: 60px;
		padding-left: 20px;
		font-size: 1.5rem;
		line-height: 1.8;
	}

	.araxis_merge_trial .bullet_point li{
		margin-bottom: 20px;
	
	}

	.araxis_merge_trial .personal_info {
		box-sizing: border-box;
		width: 100%;
		margin: 50px 0px 50px;
		padding: 20px 15px 10px;
	}
	
	.araxis_merge_trial .personal_info p {
		font-size: 1.35rem;
		margin-bottom: 20px;
	}

	.araxis_merge_trial p {
		font-size: 1.55rem;
		line-height: 1.7;
	}

	.araxis_merge_trial .p_complement {
		font-size: 1.4rem;
	}
	
	.araxis_merge_trial .p_complement_2 {
		width: 95%;
		font-size: 1.4rem;
	}
	
	.araxis_merge_trial .table_of_contents {
		max-width: 89%;
		margin-bottom: 30px;
		padding: 32px 15px;
	}

	.araxis_merge_trial .p_margin_bottom_10 {
		margin-bottom: 12px;
	}

	/* コンバージョンボタン用のcss */
	.araxis_merge_trial .Center_BOX a {
		font-size: 1.7rem !important;
		min-width: 290px;
	}
}

/*---------------------------------------------------------------
	Araxis Merge 価格表ページの新CSS 2022/12/1 追加
----------------------------------------------------------------*/

.araxis_merge_price .head-H1 {
    margin-bottom: 58px;
    padding: 31px;
    text-align: center;
    color: #FFF;
    font-size: 4.4rem;
    font-weight: 700;
    background: #55508c !important;
    line-height: 1;
}

.araxis_merge_price h2 {
	font-size: 2.5rem;
    margin-bottom: 50px;
	color: #5148bf;
}

.araxis_merge_price h3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.araxis_merge_price .table_of_contents {
    line-height: 1.9;
    max-width: 100%;
	margin-bottom: 30px;
	padding: 32px 30px;
	background-color: #F1F1F1;
}

.araxis_merge_price .bullet_point {
    list-style: circle;
    padding-left: 40px;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 2.2;
}

.araxis_merge_price .bullet_point a {
    color: dodgerblue;
}

.araxis_merge_price th {
	padding: 10px 5px !important;
	background-color: #ebe9f9;
}

.araxis_merge_price .th_price {
	padding: 20px 0 20px 65px !important;
}

.araxis_merge_price .td_price {
    text-align: right;
    padding: 20px 60px 20px 0;
}

.araxis_merge_price p {
    margin-bottom: 45px;
    font-size: 1.7rem;
    font-weight: 400;
	line-height: 1.9;
}

.araxis_merge_price .p_2 {
	padding: 30px 0 10px;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.8;
	text-align: center;
}

.araxis_merge_price .p_complement_div {
	margin-bottom: 45px;
	padding-left: 30px;
}

.araxis_merge_price .p_complement {
    font-size: 1.6rem;
	color: #676767;
}

.araxis_merge_price .p_reference {
    margin: 0 auto 60px;
    padding: 20px;
    font-size: 1.6rem;
    color: #ffffff;
    background-color: #55508c;
    width: 96%;
}

.araxis_merge_price .p_reference a {
	color: #feed58 !important;
}

/* レスポンシブ対応 */

@media (max-width: 767px) {
	.araxis_merge_price .head-H1 {
		line-height: 4.0rem;
		font-size: 2.5rem;
		padding: 20px;
		margin-bottom: 48px;
	}

	.araxis_merge_price h2 {
		font-size: 2.1rem;
		margin-bottom: 40px;
	}

	.araxis_merge_price h3 {
		font-size: 1.7rem;
		margin-bottom: 30px;
	}

	.araxis_merge_price .table_of_contents {
		margin-bottom: 20px;
		padding: 30px 10px;
	}

	.araxis_merge_price .bullet_point {
		padding-left: 25px;
		font-size: 1.45rem;
	}

	.araxis_merge_price .table_full {
		min-width: 650px;
	}

	.araxis_merge_price .products_base_tbl tbody tr th {
		font-size: 1.35rem;
	}

	.araxis_merge_price .products_base_tbl tbody tr td {
		font-size: 1.25rem;
	}

	.araxis_merge_price .th_price {
		padding: 10px 0 10px 40px !important;
	}
	
	.araxis_merge_price .td_price {
		text-align: right;
		padding: 20px 60px 20px 0;
	}
	
	.araxis_merge_price p {
		margin-bottom: 45px;
		font-size: 1.5rem;
	}

	.araxis_merge_price .p_2 {
		margin-bottom: 35px;
		padding: 40px 0 0;
		font-size: 1.55rem;
		text-align: left;
	}

	.araxis_merge_price .p_complement_div {
		margin-bottom: 50px;
		padding-left: 0px;
	}
	
	.araxis_merge_price .p_complement {
		font-size: 1.4rem;
	}
	
	.araxis_merge_price .p_reference {
		margin: 0 auto 60px;
		padding: 15px;
		font-size: 1.4rem;
		width: 100%;
	}

	/* コンバージョンボタン用のcss */
	.araxis_merge_price .Center_BOX a {
		font-size: 1.7rem !important;
		min-width: 280px;
	}
}

/*---------------------------------------------------------------
	Araxis Merge 動画でチェックページの新CSS 2022/12/5 追加
----------------------------------------------------------------*/

.araxis_merge_movie .head-H1 {
    margin-bottom: 58px;
    padding: 31px;
    text-align: center;
    color: #FFF;
    font-size: 4.4rem;
    font-weight: 700;
    background: #55508c !important;
    line-height: 1;
}

.araxis_merge_movie h2 {
	font-size: 2.5rem;
    margin-bottom: 50px;
	color: #5148bf;
}

.araxis_merge_movie h3 {
	font-size: 2.2rem;
	margin: 10px 0 30px;
	text-align: center;
	color: #5148bf;
}

.araxis_merge_movie .table_of_contents {
    line-height: 1.9;
    max-width: 100%;
    margin-bottom: 85px;
    padding: 32px 30px;
    background-color: #F1F1F1;
}

.araxis_merge_movie .table_of_contents .title{
	font-size: 2.0rem;
	font-weight: 500;
}

.araxis_merge_movie .bullet_point {
    list-style: circle;
    padding-left: 40px;
    font-size: 1.7rem;
    line-height: 2.0;
}

.araxis_merge_movie .bullet_point a {
    color: dodgerblue;
}

.araxis_merge_movie p {
    margin-bottom: 40px;
    font-size: 1.7rem;
    font-weight: 400;
}

.araxis_merge_movie .p_margin_bottom_20{
    margin-bottom: 20px;
}

.araxis_merge_movie .flex_box {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
}

.araxis_merge_movie .flex_box div {
	flex-basis: 45%;
}

.araxis_merge_movie .flex_box_video {
	display: flex;
	align-items: flex-start;
}

.araxis_merge_movie .flex_box_video .leftbox {
	flex-basis: 63%;
}

.araxis_merge_movie .flex_box_video .video {
    flex-basis: 37%;
    text-align: right;
}

.araxis_merge_movie .flex_box_video .video_last_child {
    flex-basis: 37%;
    text-align: right;
}

/* レスポンシブ対応 */

@media (max-width: 767px) {
	.araxis_merge_movie .head-H1 {
		line-height: 4.0rem;
		font-size: 2.5rem;
		padding: 20px;
		margin-bottom: 48px;
	}

	.araxis_merge_movie h2 {
		font-size: 2.1rem;
		margin-bottom: 40px;
	}

	.araxis_merge_movie h3 {
		font-size: 1.9rem;
		margin-bottom: 19px;
	}

	.araxis_merge_movie .table_of_contents {
		line-height: 1.8;
		margin-bottom: 65px;
		padding: 32px 25px;
	}
	
	.araxis_merge_movie .table_of_contents .title{
		font-size: 1.9rem;
	}
		
	.araxis_merge_movie .bullet_point {
		list-style: circle;
		padding-left: 35px;
		font-size: 1.6rem;
	}
	
	.araxis_merge_movie p {
		margin-bottom: 45px;
		font-size: 1.55rem;
	}

	.araxis_merge_movie .flex_box {
		display: block;
	}
	
	.araxis_merge_movie .flex_box_video {
		display: block;
	}
	
	.araxis_merge_movie .flex_box_video .leftbox {
		margin-bottom: 30px;
	}

	.araxis_merge_movie .flex_box_video .video {
		margin-bottom: 55px;
		text-align: center;
	}

	.araxis_merge_movie .flex_box_video .video_last_child {
		margin-bottom: 0;
	}
}

/*---------------------------------------------------------------
	Araxis Merge 役立つTips集ページの新CSS 2022/12/5 追加
----------------------------------------------------------------*/

.araxis_merge_tips .top {
    margin: 0 auto 60px;
	max-width: 880px;
}

.araxis_merge_tips .head-H1 {
    margin-bottom: 58px;
    padding: 31px;
    text-align: center;
    color: #FFF;
    font-size: 4.4rem;
    font-weight: 700;
    background: #55508c !important;
    line-height: 1;
}

.araxis_merge_tips .table_of_contents {
    line-height: 1.9;
    max-width: 100%;
	margin: 0 auto 85px;
	padding: 32px 30px;
	background-color: #F1F1F1;
}

.araxis_merge_tips .table_of_contents .title{
	font-size: 2.0rem;
	font-weight: 500;
}

.araxis_merge_tips .flex_box {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

.araxis_merge_tips .bullet_point {
    list-style: circle;
	padding-left: 40px;
	font-size: 1.7rem;
	line-height: 2.0;
	width: 80%;
}

.araxis_merge_tips .bullet_point a {
    color: dodgerblue;
}

.araxis_merge_tips .bullet_point_report {
    list-style: circle;
	margin: 0 auto 60px;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 2.0;
	width: 90%;
}

.araxis_merge_tips .content_margin {
	margin: 0 0 120px;
}

.araxis_merge_tips .content_margin:last-child {
	margin-bottom: 0px;
}

.araxis_merge_tips h2 {
	font-size: 2.5rem;
    margin-bottom: 50px;
	color: #5148bf;
}

.araxis_merge_tips h3 {
	font-size: 2.3rem;
    margin-bottom: 50px;
	color: #d30d0d;
}

.araxis_merge_tips h4 {
    margin-bottom: 40px;
	padding: 10px 10px;
    font-size: 1.8rem;
	background-color: #ebe9f9;
}

.araxis_merge_tips p {
    margin-bottom: 60px;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.7;
}

.araxis_merge_tips .p_complement {
    margin-bottom: 70px;
    font-size: 1.6rem;
	text-align: center;
	color: #676767;
}

.araxis_merge_tips .p_reference {
	margin: 0 auto 60px;
	padding: 10px 20px 15px;
    font-size: 1.6rem;
	color: #ffffff;
	background-color: #55508c;
	width: 83%;
}

.araxis_merge_tips .p_reference_title {
	margin-bottom: 10px;
	font-size: 1.9rem;
	font-weight: 500;
	color: #feed58;
}

.araxis_merge_tips .p_reference a {
	color: #feed58 !important;
}

.araxis_merge_tips .p_2 {
	margin: 80px 0 30px;
    font-size: 1.7rem;
    font-weight: 500;
	text-align: center;
}

.araxis_merge_tips .p_margin_bottom_40{
    margin-bottom: 40px;
}

.araxis_merge_tips .p_margin_bottom_20{
    margin-bottom: 20px;
}

.araxis_merge_tips .p_margin_bottom_10{
    margin-bottom: 10px;
}

.araxis_merge_tips .img_border {
	border: solid 1px #b3b3b3;
}

.araxis_merge_tips .img_width_100 {
    max-width: 100%;
    margin: 0 auto 70px;
    display: block;
}

.araxis_merge_tips .img_width_70 {
    max-width: 70%;
    margin: 0 auto 70px;
    display: block;
	transition: max-width .6s ease-in-out 0s,box-shadow .6s ease-in-out 0s;
}

.araxis_merge_tips .img_width_70:hover {
    transition: max-width .2s ease-out .4s;
    max-width: 900px;
    box-shadow: 0 0px 0px 3px #fff;
}

.araxis_merge_tips .img_width_70_margin_bottom_10 {
    max-width: 70%;
    margin: 0 auto 10px;
    display: block;
	transition: max-width .6s ease-in-out 0s,box-shadow .6s ease-in-out 0s;
}

.araxis_merge_tips .img_width_70_margin_bottom_10:hover {
    transition: max-width .2s ease-out .4s;
    max-width: 900px;
    box-shadow: 0 0px 0px 3px #fff;
}

.araxis_merge_tips .img_width_70_margin_bottom_10_rarr {
	margin-bottom: 10px;
	font-size: 4.5rem;
	text-align: center;
	transform: rotate(90deg);
}

.araxis_merge_tips .img_width_45 {
    max-width: 45%;
    margin: 0 auto 70px;
    display: block;
}

.araxis_merge_tips .img_width_45_margin_bottom_10 {
    max-width: 45%;
    margin: 0 auto 10px;
    display: block;
	transition: max-width .6s ease-in-out 0s,box-shadow .6s ease-in-out 0s;
}

.araxis_merge_tips .img_width_45_margin_bottom_10:hover {
    transition: max-width .2s ease-out .4s;
    max-width: 900px;
    box-shadow: 0 0px 0px 3px #fff;
}

/* コンバージョンボタン用のcss */
.araxis_merge_tips .Center_BOX a {
	min-width: 386px;
}

/* レスポンシブ対応 */

@media (max-width: 767px) {
	.araxis_merge_tips .head-H1 {
		line-height: 4.0rem;
		font-size: 2.5rem;
		padding: 20px;
		margin-bottom: 48px;
	}

	.araxis_merge_tips .table_of_contents {
		line-height: 1.8;
		margin-bottom: 65px;
		padding: 25px 20px;
	}
	
	.araxis_merge_tips .table_of_contents .title{
		font-size: 1.9rem;
	}
		
	.araxis_merge_tips .bullet_point {
		list-style: circle;
		padding-left: 35px;
		font-size: 1.6rem;
		width: 100%;
	}
	
	.araxis_merge_tips .bullet_point_report {
		padding-left: 20px;
		font-size: 1.5rem;
		line-height: 1.7;
		width: 100%;
	}
	
	.araxis_merge_tips .bullet_point_report li{
		margin-bottom: 10px;
	}
	
	.araxis_merge_tips .content_margin {
		margin: 0 0 75px;
	}

	.araxis_merge_tips h2 {
		font-size: 2.1rem;
		margin-bottom: 40px;
	}

	.araxis_merge_tips h3 {
		font-size: 2.0rem;
		margin-bottom: 30px;
	}

	.araxis_merge_tips h4 {
		margin-bottom: 30px;
		padding: 15px 10px;
		font-size: 1.6rem;
	}
	
	.araxis_merge_tips p {
		margin-bottom: 45px;
		font-size: 1.55rem;
	}

	.araxis_merge_tips .p_complement {
		font-size: 1.4rem;
	}
	
	.araxis_merge_tips .p_reference {
		margin: 0 auto 60px;
		padding: 10px 10px 15px;
		font-size: 1.4rem;
		width: 100%;
	}
	
	.araxis_merge_tips .p_2 {
		margin: 80px 0 20px;
		font-size: 1.5rem;
	}
	
	.araxis_merge_tips .p_reference_title {
		font-size: 1.8rem;
	}
	
	.araxis_merge_tips .p_margin_bottom_20 {
		margin-bottom: 20px;
	}

	.araxis_merge_tips .p_margin_bottom_10 {
		margin-bottom: 12px;
	}

	.araxis_merge_tips .img_width_100 {
		margin: 0 auto 45px;
	}
	
	.araxis_merge_tips .img_width_70 {
		max-width: 100%;
		margin: 0 auto 35px;
	}

	.araxis_merge_tips .img_width_70_margin_bottom_10 {
		max-width: 100%;
		margin-bottom: 15px;
	}
	
	.araxis_merge_tips .img_width_70_margin_bottom_10_rarr {
		font-size: 3.5rem;
	}

	.araxis_merge_tips .img_width_45 {
		max-width: 100%;
		margin: 0 auto 45px;
	}

	.araxis_merge_tips .img_width_45_margin_bottom_10 {
		max-width: 100%;
		margin: 0 auto 15px;
	}
	
	.araxis_merge_tips .flex_box {
		display: block;
	}

	/* コンバージョンボタン用のcss */
	.araxis_merge_tips .Center_BOX a {
		font-size: 1.7rem !important;
		min-width: 308px;
	}
}

/*---------------------------------------------------------------
		Araxis Merge 会社TOPページの新CSS 2023/1/10 追加
----------------------------------------------------------------*/

/* TOP用のcss */
.araxis_merge_top .mainVisual .comBox h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 5.0rem;
    font-weight: 700;
    color: #fff;
    width: 100%;
}

.araxis_merge_top .fit {
    padding: 90px 40px;
}

/* レスポンシブ対応 */

@media (max-width: 767px) {
	/* TOP用のcss */
	.araxis_merge_top  .mainVisual .comBox p {
		text-align: left !important;
		font-size: 1.7rem !important;
	}

	.araxis_merge_top .mainVisual .comBox h1 {
		font-size: 3.5rem;
		line-height: 1.35;
	}
}

/*---------------------------------------------------------------
		製品情報 top お知らせ
----------------------------------------------------------------*/
.info-top {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 30px 0;
}

.info-top ul a {
    color: dodgerblue;
    word-break: break-all;
}

.text-red-bold600 {
    color: #ff0000;
    font-weight: 600;
}

@media all and (max-width: 767px) {
	.info-top {
	   font-size: 1.7rem;
 	   margin: 30px 15px;
	}
}

/*---------------------------------------------------------------
		価格表 top お知らせ
----------------------------------------------------------------*/
p.info-price {
    font-size: 2rem;
    color: #ff0000;
    font-weight: 600;
    text-align: center;
}

@media all and (max-width: 767px) {
	p.info-price {
	    font-size: 1.7rem;
	    text-align: left;
	}
}