img {
	height: auto;
}

.color-ffffff {
	color: #ffffff;
}

.pc-none {
	display: none;
}

.sp-none {
	display: block;
}

.sp-none.d-inlineb {
	display: inline-block;
}

.single-blog figure.wp-block-image {
	display: inline-block;
	border: 1px solid #ddd;
    padding: 15px;
	max-width: 80%;
	/* width: 80%; */
}

.single-blog figure.wp-block-image figcaption {
	color: #777;
}

.single-blog #toc_container {
	margin-bottom: 60px;
}

.single-blog .wp-block-quote cite {
	text-align: right;
    display: block;
    color: #ccc;
}

.mw_wp_form form .mwform-tel-field input[type="text"],
.mw_wp_form form .mwform-zip-field input[type="text"] {
	width: auto;
	display: inline-block;
}

.form-submit input[type="submit"] {
	width: 80%;
	max-width: 260px;
	margin: 0;
	padding: 20px 30px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	background-color: #003b82;
	border: 0;
	border-radius: 30px;
	transition: opacity 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
	backface-visibility: hidden;
}

.form-cont .error {
	display: none;
}

.inner .wp-block-separator.is-style-wide {
	margin: 30px 0;
	border-bottom-width: 0px;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.4), transparent);
}

#top .pbottom-none {
	padding-bottom: 0;
}

#top .award {
	border-bottom: 20px solid #f7f7f7;
}

#top .award .flexbox {
	display: flex;
	justify-content: center;
}

#top .award .flexbox .text-wrap {
	margin: 0px 15px 20px;
	font-size: 24px;
	text-align: center;
}

#top .award .flexbox .text-wrap .large {
	font-size: 34px;
	font-weight: bold;
}

#top .award .award-frame.reverse {
	transform: scale(-1, 1);
}

#top .award .flexbox.badge-wrap {
	margin-top: 20px;
}

#top .award .flexbox.badge-wrap img {
	width: 13%;
	margin: 0 10px;
}

#top .works {
	padding-top: 0;
	border-bottom: 30px solid #dceef8;
}

#top .works .inner {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	overflow: hidden;
	position: relative;
	min-height: 500px;
}

#top .works #slide-wrap {
	position: absolute;
	min-height: 500px;
	width: auto;
	left: 0%;
	display: flex;
}

#top .works .slide-list {
	display: flex;
}
#top .works .logo-table {
	display: flex;
	flex-direction: column;
	width: 250px;
}

#top .works .slide-list .row.row-7 {
	/* display: none; */
}

#top .works .logo-table .col {
	height: 100px;
	width: 100% !important;
	padding: 0px;
	vertical-align: middle;
}

#top .works .logo-table .col .component {
	width: 100%;
	height: 80px;
	vertical-align: middle;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#top .works .logo-table .col img {
	display: block;
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto !important;
	vertical-align: middle;
	margin: 0 auto;
}

#top .works .logo-table .col.d-none {
	display: none;
}

#top .works .scale-down01 img {
	max-width: 75% !important;
}

/* お知らせページ */
#news .entry-list-unit p {
	color: #2ea7e0;
}

#news-single p {
	margin: 1.12em 0;
}

#news-single .date {
	font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

/* ライセンスページ */
#filemaker-license .col-fmicon {
	width: 15%;
}

#filemaker-license table {
	background-color: #fff;
}

#filemaker-license .table_type tr td:first-child {
	background-color: #f2f6fb;
	color: #000;
}

#filemaker-license .table_type.bg-blue tr:first-of-type {
	background-color: #295890;
	color: #fff;
}

#filemaker-license .table_type.bg-green tr:first-of-type {
	background-color: #6bb6ae;
	color: #fff;
}

#filemaker-license .table.bg-blue thead tr:first-of-type {
	background-color: #295890;
	color: #fff;
	font-size: 12px;
}

#filemaker-license .table.bg-green thead tr:first-of-type {
	background-color: #6bb6ae;
	color: #fff;
	font-size: 12px;
}

#filemaker-license .table tr td:first-child {
	width: 12%;
}

#filemaker-license .table.pc-table tr:not(first-of-type) td,
#filemaker-license .table.sp-table tr:not(first-of-type) td {
	text-align: right;
}

#filemaker-license .table.sp-table {
	display: none;
}

/* トレーニングページ */
#fmtraining .voice_list {
	display: flex !important;
	flex-wrap: wrap;
	width: 100% !important;
}

#fmtraining .faceicon {
	width: 95px;
	height: 95px;
	border-radius: 50%;
}

#fmtraining .faceicon.voice01 {
	border: solid 3px #d7ebfe;
	margin-right: 20px;
	margin-bottom: 20px;
}

#fmtraining .faceicon.voice02 {
	border: solid 3px #fdeddb;
	margin-left: 20px;
	margin-bottom: 20px;
}

#fmtraining .faceicon.voice03 {
	border: solid 3px #fdeff5;
	margin-right: 20px;
	margin-bottom: 20px;
}

#fmtraining .float-l {
	float: left;
}

#fmtraining .float-r {
	float: right;
}

#fmtraining .chatting {
	width: calc(100% - 115px);
	min-height: 95px;
	padding: 17px 20px;
	border-radius: 12px;
	position: relative;
}

#fmtraining .chatting.voice01 {
	background-color: #d7ebfe;
	margin-bottom: 20px !important;
}

#fmtraining .chatting.voice02 {
	background-color: #fdeddb;
	margin-bottom: 20px !important;
}

#fmtraining .chatting.voice03 {
	background-color: #fdeff5;
	margin-bottom: 20px !important;
}

#fmtraining .chatting:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px;
	border: 12px solid transparent;
}

#fmtraining .chatting.voice01:after {
	border-right: 12px solid #d7ebfe;
	left: -24px;
}

#fmtraining .chatting.voice02:after {
	border-left: 12px solid #fdeddb;
	right: -24px;
}

#fmtraining .chatting.voice03:after {
	border-right: 12px solid #fdeff5;
	left: -24px;
}

#fmtraining .voice_img_wrap {
	width: 30%;
}

#fmtraining .polaroid img {
	display: block;
	width: 90%;
	height: 100%;
	margin: 0 auto;
	background: white;
	padding: 10px 10px 40px;
	-moz-box-shadow: 0 4px 10px #999;
	-webkit-box-shadow: 0 4px 10px #999;
	box-shadow: 0 4px 10px #999;
	border: 1px solid #ddd;
}

#fmtraining .table th {
	background-color: #eee;
}

#fmtraining .table td {
	background-color: #fff;
}

.theme-fo-base {
	padding-top: 131px;
}

.archive-title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.entry-list .tag-preview {
	margin-top: 60px;
}

.archive.tag .wrapper .content-1 {
	padding-top: 0;
}

.component.button.btn_custom01 .button-cont a.blue:hover {
	background-color: #2ea7e0;
	color: #fff;
}

.news_category {
	width: 100px;
	margin-right: 20px;
	border-radius: 30px;
	color: #2ea7e0;
	text-align: center;
}

.category_list ul {
	display: flex;
}

.category_list ul li {
	border: 1px solid #ccc;
	border-radius: 30px;
	color: #ccc;
	padding: 0 15px;
	margin-left: 10px;
	margin-bottom: 30px;
	cursor: pointer;
}

.category_list ul li.active {
	background-color: #2ea7e0;
	border: 1px solid #2ea7e0;
	color: #fff;
}

.theme-fo-base .wrapper .contents section .inner .row .col .news_list.component.entry-list .article-list .entry-list-unit .cont {
	flex-direction: row;
	align-items: center;
}

.article-cont .description {
	padding: 10px 0;
}

.article-per-page {
	text-align: center;
	margin-top: 20px;
}

.article-per-page ul {
	display: block;
	padding: 5px;
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	letter-spacing: -0.4em;
}

.article-per-page ul li {
	display: inline-block;
	margin: 0 5px;
	letter-spacing: normal;
}

li .page-numbers {
	border: 1px solid #2ea7e0;
	color: #2ea7e0;
	background: #fff;
	box-sizing: content-box;
	line-height: 10px;
	height: 10px;
	min-width: 30px;
	padding: 10px;
	border-radius: 100px;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 10px;
	margin: 0 5px;
}

li .page-numbers.current {
	background: #2ea7e0;
	color: #fff;
}

.entry-list .entry-list-unit .img img {
	height: auto;
}

.article-eyecatch img {
	height: auto;
}

#blog .component.blog_articles article .catch img {
	height: auto;
}

#blog-single .article-post .component p {
	margin-bottom: 1em;
	line-height: 2.5em;
}

#blog-single #toc_container p.toc_title + ul.toc_list {
	margin-top: 1em;
	margin-left: 20px;
}

#blog-single #toc_container a {
	text-decoration: underline;
}

.cke-article-edit.article-post .author, .component.blog_article .article-post .author {
	margin-top: 80px;
}

#blog-single .cke-article-edit.article-post .author .author-image,
#blog-single .component.blog_article .article-post .author .author-image {
	position: relative;
	display: block;
	width: 100%;
}

#blog-single .author-image::before {
	content: "";
	display: block;
	padding-top: 100%;
}

#blog-single .author-image img {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 50% !important;
	object-fit: cover;
}

#blog-single .prev-next-link .thumb-wrap img {
	height: auto;
}

#lp-conversion [type="submit"],
#lp-license [type="submit"] {
	margin: 0 auto;
	margin-top: 3rem;
	font-size: 1em;
	border-radius: 0.25rem;
	padding: 15px 48px;
}

#lp-conversion .service_term_link,
#lp-conversion label.agreement,
#lp-license .service_term_link,
#lp-license label.agreement {
	text-align: center;
	display: block;
}

#lp-license .theme-fo-base {
	font-family: "メイリオ", "Meiryo", sans-serif;
	padding-top: 98px;
}

#lp-license a,
#lp-license a:link,
#lp-license a:visited {
	text-decoration: none;
}

#lp-license .inner,
#lp-license .mainVisual {
	padding: 0;
	margin: 0;
}

#lp-license .header .inner,
#lp-license .mainVisual .inner,
#lp-license .section01 .inner,
#lp-license .section02 .inner,
#lp-license .section03 .inner,
#lp-license .section04 .inner,
#lp-license .section05 .inner,
#lp-license .section06 .inner,
#lp-license .section07 .inner,
#lp-license .section08 .inner,
#lp-license .section09 .inner {
	width: 1000px;
	margin: 0 auto;
}

#lp-license .header.main-visual {
	padding: 15px 0;
	min-height: 0 !important;
	position: fixed;
	z-index: 10;
	top: 0;
}

#lp-license .header:before {
	display: none;
}

#lp-license .header .row.nav .col {
	padding: 0;
}

#lp-license .header .row.nav .col p {
	margin: 0;
}

#lp-license .header .row.nav .col.col-1.logo .component {
	margin: 0;
}

#lp-license .header .row.nav .col.col-2 .component {
	margin-top: 12px;
}

#lp-license .header .row.nav .col.col-3,
#lp-license .header .row.nav .col.col-4 {
	width: 25% !important;
}

#lp-license .header .row.nav .col.col-3 .component,
#lp-license .header .row.nav .col.col-4 .component {
	margin: 0;
	margin-left: 17px;
}

#lp-license .content-element .row .col {
	padding: 0;
}

#lp-license .content-element .row .col .component {
	margin: 0;
}

#lp-license .content-element .row .col .component p {
	margin: 0;
}

#lp-license .section01 {
	padding: 30px 0 50px;
}

#lp-license .section01 .row.row-1 {
	margin-bottom: 42px;
}

#lp-license .section01 .row.row-1 .col .component.component-2 {
	border-top: none !important;
}

#lp-license .section01 .row.row-1 .col .component p {
	margin: 0;
	padding: 14px 10px;
	line-height: 2;
}

#lp-license .section01 .row.row-1 .col .component.component-2 p {
	margin: 0;
	padding: 15px 0;
	line-height: 2;
}

#lp-license .section01 .row.row-2 {
	margin-bottom: 40px;
}

#lp-license .section01 .row.row-2 .col .component {
	padding: 20px 35px;
	line-height: 1.5;
}

#lp-license .section01 .row.row-3 {
	margin-bottom: 55px;
}

#lp-license .section01 .row.row-3 .col .component {
	padding: 30px 35px;
}

#lp-license .section01 .row.row-4 {
	background-position: center;
}

#lp-license .section01 .row.row-4 .col.col-1 {
	padding: 30px 35px 35px;
	line-height: 1.5;
}

#lp-license .section01 .row.row-5,
#lp-license .section04 .row.row-9 {
	padding: 0 35px 38px;
}

#lp-license .section01 .row.row-5,
#lp-license .section04 .row.row-9 {
	display: flex;
	justify-content: space-between;
}

#lp-license .section01 .row.row-5 .col img,
#lp-license .section04 .row.row-9 .col img {
	width: 444px !important;
}

#lp-license .section02 {
	padding: 70px 0 86px;
}

#lp-license .section02 .row.row-1 {
	margin-bottom: 45px;
	line-height: 1.4;
}

#lp-license .section02 .row.row-2 {
	height: 200px;
	padding: 50px 40px;
	box-shadow: 0px 0px 10px 5px rgba(51, 51, 51, 0.07);
}

#lp-license .section02 .row.row-2 .col {
	height: 200px;
	vertical-align: middle;
}

#lp-license .section02 .row.row-2 .col.col-1,
#lp-license .section02 .row.row-2 .col.col-3 {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

#lp-license .section02 .row.row-2 .col.col-1 {
	padding-right: 30px;
}

#lp-license .section02 .row.row-2 .col.col-2 {
	padding: static !important;
}

#lp-license .section02 .row.row-2 .col.col-3 {
	padding-left: 30px;
}

#lp-license .section02 .row.row-2 .col.col-1 .component,
#lp-license .section02 .row.row-2 .col.col-3 .component {
	padding: 11px 10px;
	width: 285px;
}

#lp-license .section03 {
	padding: 65px 0 80px;
}

#lp-license .section03 .row.row-1 {
	margin-bottom: 50px;
}

#lp-license .section03 .row.row-1 .col.col-1 .component {
	margin-right: -40px;
	line-height: 1.4;
}

#lp-license .section03 .row.row-2 {
	padding: 43px 10px;
}

#lp-license .section04 {
	padding: 69px 0 76px;
}

#lp-license .section04 .row.row-1 {
	margin-bottom: 15px;
}

#lp-license .section04 .row.row-2 {
	margin-bottom: 40px;
}

#lp-license .section04 .row .col .component.titleReason {
	margin-bottom: 20px;
}

#lp-license .section04 .row .col .component.titleReason img,
#lp-license .section05 .row .col .component.titleReason img,
#lp-license .section06 .row .col .component.titleReason img,
#lp-license .section08 .row .col .component.titleReason img {
	width: auto !important;
	height: 38px !important;
}

#lp-license .section04 .row.boxReason {
	padding: 67px 63px 49px 39px;
	margin-bottom: 73px;
}

#lp-license .section04 .row.boxReason .col .component.component-1,
#lp-license .section04 .row.boxReason .col .component.component-2 {
	margin-bottom: 44px;
}

#lp-license .section04 .row.boxLicense {
	padding: 49px 62px 48px 44px;
	margin-bottom: 50px;
}

#lp-license .section04 .row.boxLicense .col .component-1,
#lp-license .section04 .row.boxLicense .col .component-2,
#lp-license .section04 .row.boxLicense .col .component-3 {
	margin-bottom: 47px;
}

#lp-license .section04 .row.row-7 {
	margin-bottom: 20px;
	line-height: 1.5;
}

#lp-license .section04 .row.row-8 {
	padding: 30px 35px 38px;
}

#lp-license .section05 {
	padding: 77px 0 111px;
}

#lp-license .section05 .row .col .component.titleReason {
	margin-bottom: 50px;
}

#lp-license .section05 .row.itemVoice {
	padding: 27px 35px 27px 30px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 35px 10px rgba(51, 51, 51, 0.1);
	position: relative;
}

#lp-license .section05 .row.itemVoice .col.col-1 {
	width: 200px;
}

#lp-license .section05 .row.itemVoice .col.col-1 .component {
	position: absolute;
	bottom: 0;
	left: 11px;
}

#lp-license .section05 .row.itemVoice .col.col-2 .component {
	padding: 37px 30px 37px 37px;
}

#lp-license .section06 .row .col .component.titleReason {
	margin-bottom: 60px;
}

#lp-license .section06 .row.listQuestion {
	display: flex;
	flex-direction: column;
	border-bottom: 2px solid #e8eced;
}

#lp-license .section06 .row.listQuestion .col {
	width: 100% !important;
}

#lp-license .section06 .row.listQuestion .col.col-1 span {
	display: flex;
}

#lp-license .section06 .row.listQuestion:not(:first-of-type) .col.col-1 {
	padding-top: 44px;
}

#lp-license .section06 .row.listQuestion .col.col-1 {
	margin-bottom: 22px;
}

#lp-license .section06 .row.listQuestion .col.col-1 img {
	width: 25px !important;
	height: 33.5px !important;
	display: block;
}

#lp-license .section06 .row.listQuestion .col.col-1 img,
#lp-license .section06 .row.listQuestion .col.col-2 img {
	margin-right: 13px;
	display: block;
}

#lp-license .section06 .row.listQuestion .col.col-2 {
	margin-bottom: 43px;
}

#lp-license .section06 .row.listQuestion .col.col-2 .component {
	display: flex;
}

#lp-license .section06 .row.listQuestion .col.col-2 p {
	display: flex;
}

#lp-license .section06 .row.listQuestion .col.col-2 img {
	width: 25px !important;
	height: 26.5px !important;
}

#lp-license .section07 {
	padding: 85px 0 79px;
}

#lp-license .section07 .row .col .component.component-1 {
	padding: 24px 20px 22px;
	margin-bottom: 52px;
}

#lp-license .section07 .row .col .component.component-2 {
	padding: 20px 46px;
}

#lp-license .section08 {
	padding: 79px 0 82px;
}

#lp-license .section08 .row.row-1 {
	margin-bottom: 50px;
	height: 80px;
}

#lp-license .section08 .row.row-2 .component {
	padding: 41px 41px 68px;
}

#lp-license .section09 .sp-display img:nth-of-type(2) {
	display: none;
}

#lp-license .section09 .row.row-1 {
	display: flex;
	justify-content: space-between;
}

#lp-license .section09 .row.row-1 .col {
	width: auto !important;
	padding: 0 10px;
}

#lp-license .section09 .row.row-1 .col.col-1 {
	min-width: 20%;
	max-width: 25% !important;
}

#lp-license .section09 .row.row-1 .col.col-2 {
	min-width: 185px !important;
}

#lp-license .section09 .row.row-1 .col.col-3 {
	min-width: 244px;
}

#lp-license .section09 .row.row-1 .col.col-4 {
	min-width: 20%;
}

#lp-license .section09 .row.row-2 {
	margin-top: 33px;
	display: flex;
	justify-content: space-between;
}

#lp-license .section09 .row.row-2 .col {
	width: auto !important;
}

#lp-license .section09 .row.row-2 .col .component {
	width: 100% !important;
}

#lp-license .section09 .row.row-2 .col.col-3 {
	width: 250px;
}

#lp-license .pagetop {
	width: 100px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 20;
}

#lp-license .pagetop img {
	width: 100px;
	height: 100px;
}

.article-per-page .seminar-moreBtn {
	border: 1px solid #2ea7e0;
	color: #2ea7e0;
	background: #fff;
	box-sizing: content-box;
	line-height: 10px;
	height: 10px;
	min-width: 30px;
	padding: 15px 30px;
	border-radius: 100px;
	font-weight: bold;
	font-size: 10px;
	margin: 0 5px;
}

#lp-conversion * {
	margin: 0;
	padding: 0;
}

#lp-conversion .theme-fo-base {
	font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

#lp-conversion .col,
#lp-conversion .col-1,
#lp-conversion .col-10,
#lp-conversion .col-11,
#lp-conversion .col-12,
#lp-conversion .col-2,
#lp-conversion .col-3,
#lp-conversion .col-4,
#lp-conversion .col-5,
#lp-conversion .col-6,
#lp-conversion .col-7,
#lp-conversion .col-8,
#lp-conversion .col-9,
#lp-conversion .col-auto,
#lp-conversion .col-lg,
#lp-conversion .col-lg-1,
#lp-conversion .col-lg-10,
#lp-conversion .col-lg-11,
#lp-conversion .col-lg-12,
#lp-conversion .col-lg-2,
#lp-conversion .col-lg-3,
#lp-conversion .col-lg-4,
#lp-conversion .col-lg-5,
#lp-conversion .col-lg-6,
#lp-conversion .col-lg-7,
#lp-conversion .col-lg-8,
#lp-conversion .col-lg-9,
#lp-conversion .col-lg-auto,
#lp-conversion .col-md,
#lp-conversion .col-md-1,
#lp-conversion .col-md-10,
#lp-conversion .col-md-11,
#lp-conversion .col-md-12,
#lp-conversion .col-md-2,
#lp-conversion .col-md-3,
#lp-conversion .col-md-4,
#lp-conversion .col-md-5,
#lp-conversion .col-md-6,
#lp-conversion .col-md-7,
#lp-conversion .col-md-8,
#lp-conversion .col-md-9,
#lp-conversion .col-md-auto,
#lp-conversion .col-sm,
#lp-conversion .col-sm-1,
#lp-conversion .col-sm-10,
#lp-conversion .col-sm-11,
#lp-conversion .col-sm-12,
#lp-conversion .col-sm-2,
#lp-conversion .col-sm-3,
#lp-conversion .col-sm-4,
#lp-conversion .col-sm-5,
#lp-conversion .col-sm-6,
#lp-conversion .col-sm-7,
#lp-conversion .col-sm-8,
#lp-conversion .col-sm-9,
#lp-conversion .col-sm-auto,
#lp-conversion .col-xl,
#lp-conversion .col-xl-1,
#lp-conversion .col-xl-10,
#lp-conversion .col-xl-11,
#lp-conversion .col-xl-12,
#lp-conversion .col-xl-2,
#lp-conversion .col-xl-3,
#lp-conversion .col-xl-4,
#lp-conversion .col-xl-5,
#lp-conversion .col-xl-6,
#lp-conversion .col-xl-7,
#lp-conversion .col-xl-8,
#lp-conversion .col-xl-9,
#lp-conversion .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

#lp-conversion a,
#lp-conversion a:link,
#lp-conversion a:visited {
	text-decoration: none;
}

#lp-conversion ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

#lp-conversion .inner,
#lp-conversion .mainVisual {
	padding: 0;
	margin: 0;
}

#lp-conversion .inner {
	max-width: 1140px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

#lp-conversion .mb-3,
#lp-conversion .my-3 {
	margin-bottom: 1rem !important;
}

#lp-conversion .mt-3,
#lp-conversion .my-3 {
	margin-top: 1rem !important;
}

#lp-conversion .pb-3,
#lp-conversion .py-3 {
	padding-bottom: 1rem !important;
}

#lp-conversion .pt-3,
#lp-conversion .py-3 {
	padding-top: 1rem !important;
}

#lp-conversion .mt-4,
#lp-conversion .my-4 {
	margin-top: 1.5rem;
}

#lp-conversion .mb-4,
#lp-conversion .my-4 {
	margin-bottom: 1.5rem;
}

#lp-conversion .mt-5,
#lp-conversion .my-5 {
	margin-top: 3rem;
}

#lp-conversion .mb-5,
#lp-conversion .my-5 {
	margin-bottom: 3rem;
}

#lp-conversion .col-sm-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	width: 25% !important;
}

#lp-conversion .col-sm-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	width: 33.333333%;
}

#lp-conversion .col-sm-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	width: 41.666667%;
}

#lp-conversion .col-sm-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	width: 58.333333%;
}

#lp-conversion .col-sm-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	width: 66.666667%;
}

#lp-conversion .col-sm-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	width: 75% !important;
}

#lp-conversion .ml-auto,
#lp-conversion .mx-auto {
	margin-left: auto !important;
}

#lp-conversion .mr-auto,
#lp-conversion .mx-auto {
	margin-right: auto !important;
}

#lp-conversion .d-block {
	display: block !important;
}

#lp-conversion .btn {
	width: 308px;
	display: block;
}

#lp-conversion .jump-btn {
	width: 360px;
	margin: 5em auto 0;
}

#lp-conversion .bg-white {
	background-color: #ffffff !important;
}

#lp-conversion .shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

#lp-conversion .rounded-circle img {
	border-radius: 50% !important;
}

#lp-conversion .img-raised img {
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
}

#lp-conversion .header.main-visual {
	padding: 15px 0;
	min-height: 0 !important;
	position: fixed;
	z-index: 10;
	top: 0;
}

#lp-conversion .header:before {
	display: none;
}

#lp-conversion .header .row.nav .col {
	padding: 0;
}

#lp-conversion .header .row.nav .col p {
	margin: 0;
}

#lp-conversion .header .row.nav .col.col-1.logo .component {
	margin: 0;
}

#lp-conversion .header .row.nav .col.col-2 .component {
	margin-top: 12px;
}

#lp-conversion .header .row.nav .col.col-3,
#lp-conversion .header .row.nav .col.col-4 {
	width: 25% !important;
}

#lp-conversion .header .row.nav .col.col-3 .component,
#lp-conversion .header .row.nav .col.col-4 .component {
	margin: 0;
	margin-left: 17px;
}

#lp-conversion .keyv {
	background-position: 0% 50%;
}

#lp-conversion .keyv .inner {
	padding: 140px 0;
}

#lp-conversion .keyv h2 {
	color: #12223f;
	text-shadow: 1px 1px 3px #fff;
	font-weight: 700;
	font-size: 50px;
	margin-top: 2rem;
	margin-bottom: 1rem;
	text-align: center;
	margin-bottom: 2rem;
}

#lp-conversion .keyv p,
#lp-conversion .keyv .text {
	font-size: 18px;
	color: #12223f;
	text-shadow: 1px 1px 3px #fff;
	font-weight: 600;
	line-height: 1.65em;
	margin-bottom: 0.5rem !important;
}

#lp-conversion .keyv .richtext img {
	width: 18px !important;
}

#lp-conversion .keyv .em_1 {
	font-size: 30px;
	font-weight: 700;
	margin-top: 2rem;
}

#lp-conversion .keyv .em_2 {
	color: #ef7e00;
	font-size: 50px;
	margin-top: 2rem;
}

#lp-conversion .keyv .em_2 div {
	font-weight: 700;
}

#lp-conversion .platinum {
	background-color: #fff;
	padding: 100px 0px;
}

#lp-conversion .platinum h2 {
	color: #12223f;
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 3rem;
	text-align: center;
}

#lp-conversion .platinum .col-sm-5 img {
	width: 80% !important;
	margin: 0 auto;
	display: block;
}

#lp-conversion .platinum .component.text {
	font-size: 16px !important;
	margin-bottom: 1rem !important;
	font-weight: 500 !important;
}

#lp-conversion .platinum .text.contact_us {
	font-size: 20px !important;
	font-weight: 600 !important;
}

#lp-conversion .fmp12 .text.em_1 {
	font-size: 30px !important;
	font-weight: 700 !important;
	margin-top: 2rem;
	text-align: center !important;
}

#lp-conversion .fmp12 .text.em_2 {
	color: #ef7e00;
	font-size: 32px !important;
	font-weight: 700 !important;
	margin-top: 2rem;
	text-align: center !important;
}

#lp-conversion .fmp12 .text.em_2 div {
	font-weight: 700 !important;
}

#lp-conversion .fmp12 .text,
#lp-conversion .fmp12 p {
	color: #0a1a2e;
	font-size: 18px;
	margin-bottom: 1rem;
	font-weight: 500;
	text-align: left;
}

#lp-conversion .fmp12 .text.em_1 div {
	font-weight: 700 !important;
}

#lp-conversion .fmp12 h2 {
	color: #00a8f4 !important;
	font-weight: 700 !important;
	font-size: 26px !important;
	margin-bottom: 3rem;
	text-align: center;
	line-height: 1.6;
}

#lp-conversion .fmp12 h3 {
	color: #0a1a2e !important;
	font-weight: 700 !important;
	font-size: 22px !important;
	margin-top: 2rem;
	margin-bottom: 1rem;
	text-align: left;
}

#lp-conversion .fmp12 .richtext img {
	width: 18px;
}

#lp-conversion .fmp12 .versions .richtext {
	text-transform: lowercase;
	font-size: 30px !important;
	padding: 20px 0;
}

#lp-conversion .fmp12 .versions .badge p {
	font-size: 30px;
	margin-bottom: 0;
	color: #ffffff;
}

#lp-conversion .badge {
	border-radius: 8px;
	padding: 4px 8px;
	text-transform: uppercase;
	font-size: 0.7142em;
	background-color: transparent;
	border: 1px solid;
	margin-bottom: 5px;
	color: #ffffff;
	border-radius: 0.875rem;
}

#lp-conversion .fmp12 .bagde.richtext img {
	width: 30px;
}

#lp-conversion .badge-danger,
#lp-conversion .badge-danger[href]:focus,
#lp-conversion .badge-danger[href]:hover {
	border-color: #ef7e00;
	background-color: #ef7e00;
	color: #ffffff;
}

#lp-conversion .badge-warning,
#lp-conversion .badge-warning[href]:focus,
#lp-conversion .badge-warning[href]:hover {
	border-color: #00447c;
	background-color: #00447c;
	color: #ffffff;
}

#lp-conversion .kadai {
	background-color: #fff;
	padding: 100px 0px;
}

#lp-conversion .kadai .em_1 {
	color: #0a1a2e;
	font-size: 30px !important;
	font-weight: 700 !important;
	margin-top: 2rem;
	margin-bottom: 3rem !important;
	text-align: center !important;
}

#lp-conversion .kadai .em_2 {
	color: #ef7e00;
	font-size: 36px !important;
	font-weight: 700 !important;
	margin-top: 2rem;
	text-align: center !important;
}

#lp-conversion .kadai .em_2 div {
	font-weight: 700 !important;
}

#lp-conversion .kadai .list-group-item.b-radius .col {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

#lp-conversion .kadai .list-group-item .col {
	padding: 0.75rem 1.25rem;
	margin-bottom: -1px;
	border: 1px solid #fff;
}

#lp-conversion .kadai p {
	color: #fff;
	font-size: 20px !important;
	margin-bottom: 0rem !important;
	font-weight: 600;
	text-align: left;
}

#lp-conversion .kadai .list-group-item p img {
	width: 20px !important;
}

#lp-conversion .merit {
	background-color: #ecf5fa !important;
	padding: 100px 0px;
}

#lp-conversion .merit .em_1 {
	color: #0a1a2e;
	font-size: 30px !important;
	font-weight: 700 !important;
	margin-top: 2rem;
	margin-bottom: 3rem !important;
	text-align: center !important;
}

#lp-conversion .merit .em_2 {
	color: #0a1a2e;
	font-size: 28px !important;
	font-weight: 700 !important;
	margin-top: 0rem;
	text-align: center !important;
}

#lp-conversion .merit .col .alert-primary {
	background-color: #00a8f4;
	border: 0;
	border-radius: 0;
	color: #ffffff;
	padding-top: 0.9rem;
	padding-bottom: 0.9rem;
}

#lp-conversion .merit .col .alert-primary p {
	text-align: center;
	color: #fff;
	font-size: 30px !important;
	font-weight: 800 !important;
}

#lp-conversion .merit .h2 p {
	color: #007bc7 !important;
	font-weight: 700 !important;
	font-size: 30px !important;
	margin-top: 4rem;
	margin-bottom: 2rem;
	text-align: center;
}

#lp-conversion .card-body {
	border: 0;
	border-radius: 0.1875rem;
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
	padding: 1.25rem;
}

#lp-conversion .blockquote {
	border-left: none;
	border: 1px solid #888888;
	padding: 20px;
	font-size: 1.1em;
	line-height: 1.8;
	margin-bottom: 0rem !important;
}

#lp-conversion .merit .card-body ul li {
	font-size: 1.1em;
	line-height: 1.8;
}

#lp-conversion .merit .richtext li u {
	text-decoration: none;
	border-bottom: 5px solid #ff6565;
}

#lp-conversion .merit .blockquote .richtext p {
	color: #0a1a2e;
	list-style: none;
	margin-left: -2em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 10px 15px;
	border: 7px dotted #ff6565;
	font-size: 1.1em;
	line-height: 1.8;
}

#lp-conversion .merit .row-4 .blockquote .richtext p:nth-of-type(1) {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#lp-conversion .merit .row-4 .blockquote .richtext p:nth-of-type(2) {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

#lp-conversion .merit .row-6 .blockquote .richtext p:nth-of-type(1) {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#lp-conversion .merit .row-6 .blockquote .richtext p:nth-of-type(2) {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#lp-conversion .merit .row-6 .blockquote .richtext p:nth-of-type(3) {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

#lp-conversion .jirei {
	background-color: #fff !important;
	padding: 100px 0px;
}

#lp-conversion .jirei h2 {
	color: #007bc7 !important;
	font-weight: 700 !important;
	font-size: 30px !important;
	margin-bottom: 3rem;
	text-align: center;
}

#lp-conversion .jirei .text,
#lp-conversion .jirei .richtext {
	color: #0a1a2e;
	font-size: 20px !important;
	margin-bottom: 0rem !important;
	font-weight: 600;
	text-align: left;
}

#lp-conversion .jirei .col-sm-9 {
	width: 100% !important;
	max-width: 100%;
}

#lp-conversion .jirei .jirei_voice {
	background-color: #e5f1fc;
	padding-top: 50px !important;
	padding-bottom: 10px !important;
	padding-right: 15px;
}

#lp-conversion .jirei .jirei_voice img {
	max-width: 65% !important;
	margin: 0 auto 2em;
	display: block;
}

#lp-conversion .jirei .card-body .card-text {
	margin-bottom: 0.5em !important;
}

#lp-conversion .jirei .card-body .card-content {
	font-weight: normal;
	font-size: 16px !important;
}

#lp-conversion .jirei .jump_btn {
	width: 435px;
	display: block;
	margin: 5rem auto 0;
}

#lp-conversion .faq h2 {
	color: #fff;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 3rem;
	text-align: center;
}

#lp-conversion .faq .listQuestion {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

#lp-conversion .faq .listQuestion .col {
	padding-left: 5px;
	padding-right: 5px;
}

#lp-conversion .faq .listQuestion .col.col-2 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

#lp-conversion .faq .listQuestion .col span {
	font-size: 19px;
}

#lp-conversion .faq .listQuestion .col span strong {
	font-size: 1.4em;
}

#lp-conversion .promise h2 {
	color: #007bc7 !important;
	font-weight: 700 !important;
	font-size: 30px !important;
	margin-bottom: 2rem;
	text-align: center;
}

#lp-conversion .promise p,
#lp-conversion .promise .text {
	color: #0a1a2e;
	font-size: 28px !important;
	margin-bottom: 0rem !important;
	font-weight: 600;
	text-align: left;
}

#lp-conversion .promise .card {
	padding: 0;
	border: 0;
	border-radius: 0.1875rem;
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

#lp-conversion .promise .promise-img-1 img {
	height: 250px;
	object-fit: cover;
}

#lp-conversion .promise .promise-img-2 img {
	height: 500px;
	object-fit: cover;
}

#lp-conversion .card-img-top img {
	width: 100%;
	border-top-left-radius: calc(0.25rem - 1px) !important;
	border-top-right-radius: calc(0.25rem - 1px) !important;
}

#lp-conversion .promise img {
	max-width: 100%;
	border-radius: 1px;
}

#lp-conversion .promise .card .text {
	padding: 1.25rem;
}

#lp-conversion .promise .row-5 .richtext p {
	color: #007bc7;
	margin-bottom: 2rem;
	text-align: center;
}

#lp-conversion .promise .row-5 .richtext p {
	font-weight: 700;
	font-size: 30px;
}

#lp-conversion .promise .row-5 .richtext p strong {
	font-size: 2em;
	font-weight: 800;
	color: transparent;
	background: linear-gradient(0deg, #757575 0%, #9e9e9e 45%, #e8e8e8 70%, #9e9e9e 85%, #757575 90% 100%);
	-webkit-background-clip: text;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

#lp-conversion .promise .row-6 .col-1 {
	padding-left: 40px;
	margin-bottom: 1rem;
}

#lp-conversion .promise .row-6 .col-2 img {
	display: block;
	width: 70% !important;
	margin: 0 auto;
}

#lp-conversion .promise .card {
	border-radius: 0.1875rem;
	display: inline-block;
	position: relative;
	width: 100%;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
	padding: 1.25rem;
}

#lp-conversion .promise div.text.card {
	font-size: 35px !important;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

#lp-conversion .kaihatsu h2 {
	color: #007bc7 !important;
	font-weight: 700 !important;
	font-size: 30px !important;
	margin-bottom: 3rem;
	text-align: center;
}

#lp-conversion .kaihatsu img {
	width: 70% !important;
	display: block;
	margin: 0 auto;
}

#lp-conversion .kaihatsu h3 {
	color: #0a1a2e !important;
	font-weight: 700 !important;
	font-size: 24px !important;
	margin-bottom: 1rem;
	text-align: left;
}

#lp-conversion .kaihatsu .row {
	margin-right: -15px;
	margin-left: -15px;
	width: auto;
}

#lp-conversion .kaihatsu .text,
#lp-conversion .kaihatsu .text div {
	color: #0a1a2e;
	font-size: 16px !important;
	margin-bottom: 0rem !important;
	font-weight: normal;
	text-align: left;
}

#lp-conversion .contact h2 {
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 30px !important;
	margin-bottom: 2rem;
	text-align: center;
}

#lp-conversion .contact img {
	width: 315px !important;
	display: block;
	margin: 0 auto;
}

#lp-conversion .contact_form h2 {
	color: #007bc7 !important;
	font-weight: 700 !important;
	font-size: 30px !important;
	margin-bottom: 3rem;
	text-align: center;
}

#lp-conversion .contact_form .row.row-2 .component {
	padding: 41px 41px 68px;
}

#lp-conversion .contact_form label {
	margin-top: 2rem;
	margin-bottom: 0.5rem;
	text-align: left;
}

#lp-conversion .service_term_link,
#lp-conversion .contact_form label.agreement {
	text-align: center;
	margin-top: 3rem;
}

#lp-conversion .contact_form label.agreement {
	margin: 0 auto;
	display: block;
}

#lp-conversion .contact_form .group [type="button"] {
	margin: 0 auto;
	margin-top: 3rem;
	font-size: 1em;
	border-radius: 0.25rem;
	padding: 15px 48px;
}

#lp-conversion .footer {
	padding: 70px 0 60px;
}

#lp-conversion .footer .sp-display img:nth-of-type(2) {
	display: none;
}

#lp-conversion .footer .row.row-1 {
	display: flex;
	justify-content: space-between;
}

#lp-conversion .footer .row.row-1 .col {
	width: auto !important;
	padding: 0 10px;
}

#lp-conversion .footer .row.row-1 .col.col-1 {
	min-width: 20%;
	max-width: 25% !important;
}

#lp-conversion .footer .row.row-1 .col.col-2 {
	min-width: 185px !important;
}

#lp-conversion .footer .row.row-1 .col.col-3 {
	min-width: 244px;
}

#lp-conversion .footer .row.row-1 .col.col-4 {
	min-width: 20%;
}

#lp-conversion .footer .row.row-2 {
	margin-top: 33px;
	display: flex;
	justify-content: space-between;
}

#lp-conversion .footer .row.row-2 .col {
	width: auto !important;
}

#lp-conversion .footer .row.row-2 .col .component {
	width: 100% !important;
}

#lp-conversion .footer .row.row-2 .col.col-3 {
	width: 250px;
}

.head_tag {
	width: auto;
	display: inline-block;
	background-color: #2ea7e0;
	padding: 10px 20px;
}

.wp-block-image figcaption {
	text-align: center;
}

.button .button-cont a.download-link {
	padding: 18px 20px;
	font-size: 20px;
	min-width: 480px;
	border-radius: 30px;
	color: #fff;
	background-color: #003b82;
	border: 2px solid #003b82;
}

#fmlicense .col-fmicon {
	width: 15%;
}

#fmlicense table {
	background-color: #fff;
}

#fmlicense .table_type tr td:first-child {
	background-color: #f2f6fb;
	color: #000;
}

#fmlicense .table_type.bg-blue tr:first-of-type {
	background-color: #295890;
	color: #fff;
}

#fmlicense .table_type.bg-green tr:first-of-type {
	background-color: #6bb6ae;
	color: #fff;
}

#fmlicense .table.bg-blue thead tr:first-of-type {
	background-color: #295890;
	color: #fff;
	font-size: 12px;
}

#fmlicense .table.bg-green thead tr:first-of-type {
	background-color: #6bb6ae;
	color: #fff;
	font-size: 12px;
}

#fmlicense .table tr td:first-child {
	width: 12%;
}

#fmlicense .table.pc-table tr:not(first-of-type) td,
#fmlicense .table.sp-table tr:not(first-of-type) td {
	text-align: right;
}

#fmlicense .table.sp-table {
	display: none;
}

#fmlicense .how-to-install .text-wrap {
	max-width: 940px;
	margin: 84px auto 0;
	padding: 50px 20px 30px;
	position: relative;
	background-color: #f7f7f7;
	border: 1px solid #000000;
}

#fmlicense .how-to-install .text-wrap .head span {
	padding: 10px 30px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 25px;
	background-color: #0E6EB8;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

#fmlicense .how-to-install .text-wrap .text ol {
	display: inline-block;
	text-align: left;
	font-size: 16px;
}

#fmlicense .how-to-install .text-wrap .text span {
	display: block;
	margin-top: 20px;
	font-size: 14px;
}

#faq01,
#faq02,
#faq03,
#feature01,
#feature02,
#feature03,
#feature04 {
	padding-top: 131px;
	margin-top: -131px;
}

.cke-article-edit.article-post .article-meta-info .article-tags .tag:not(:last-child):after, .component.blog_article .article-post .article-meta-info .article-tags .tag:not(:last-child):after {
	content: ", ";
}

.blog-contents .hcb_wrap {
	margin-top: 1em;
	margin-bottom: 1em;
}

.row .col .case_eyecatch img {
	max-width: 100%;
	width: auto;
}

.bold {
	font-weight: bold;
}

.bg_box_wrap {
	border-spacing: 20px 0;
}

.bg_box_wrap .sub_txt {
	font-size: 13px;
}

.bg_box_wrap .col {
	width: 30%;
	position: relative;
}

.bg_box {
	/* background-color: #f7f7f7; */
	padding: 18px 25px 18px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
	height: 200px;
}

/* .bg_box p {
	border-bottom: 1px solid #000;
} */

.bg_box_wrap .desc_txt p{
	border-bottom: none;
	font-size: 14px;
	line-height: 1.5;
}

.row .col .c_blue {
	color: #003b82;
}

.row .col .c_orange {
	color: #f7b500;
}

.bg_orange {
	background-color: #f7b500;
}

.bg_blue {
	background-color: #003b82;
}

.label_wrap {
	display: inline-block;
}

.label_wrap span {
	display: inline-block;
	/* width: 90px; */
	/* width: 100%; */
	height: 40px;
	margin: 0 5px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	/* padding: 0 20px; */
	text-align: center;
}

p.label_wrap span.c_orange,
p.label_wrap span.c_blue {
	/* font-weight: normal; */
	font-size: 14px;
	height: auto;
}

.label_wrap > span span {
	width: 50%;
	margin-left: 0;
	padding: 0 10px;
	height: 100%;
	display: inline-block;
	position: relative;
	margin: 0;
}

.label_wrap > span span.bg_orange::after,
.label_wrap > span span.bg_blue::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 17px;
	height: 4px;
	background-color: #fff;
	z-index: 1;
}

.label_wrap > span span.bg_blue::before {
	left: 0;
	transform: translate(-50%, -50%) rotate(90deg);
}

.label_wrap span:first-of-type {
	margin-left: 0;
}

.bg_box_wrap .crossShape {
	position: absolute;
	width: 40px;
	height: 200px;
	margin: 10px 0;
	top: 0;
	left: calc(100% - 10px);
	z-index: 1;
}

.bg_box_wrap .crossShape::before, .bg_box_wrap .crossShape::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    /* left: 50%; */
    width: 40px;
    height: 7px;
    background-color: #2ea7e0;
	transform: translateY(-50%);
    /* transform: translate(-50%, -50%) rotate(-45deg); */
}

.bg_box_wrap .crossShape::before {
	left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}

.row.plan-example {
	background-color: #fff;
	margin-top: 40px;
	border-radius: 0 15px 15px 0;
	/* border-radius: 15px; */
	/* border: 3px solid #2ea7e0; */
}

.row.plan-example .col {
	padding: 28px 25px 18px;
}

.row.plan-example .col-1 {
	width: 33%;
	background-color: #2ea7e0;
	border-radius: 15px 0 0 15px;
	/* background-color: #003b82; */
	color: #fff;
	position: relative;
}

.row.plan-example .col-1 p {
	font-weight: bold;
	font-size: 21px;
}

.row.plan-example .col-1::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 25px 0 25px 35px;
	border-color: transparent transparent transparent #2ea7e0;
}

.row.plan-example .col-2 {
	width: 67%;
}

.row.plan-example .col-2 p {
	font-weight: bold;
	font-size: 18px;
}

.row.plan-example .col-2 .c-blue {
	color: #2ea7e0;
	font-size: 16px;
}

.row.plan-example .col-2 .c-orange {
	color: #f7b500;
	font-size: 16px;
}

#plan .content-3 .row .col p {
	font-size: 21px;
	font-weight: bold;
}

#plan .bg_box_wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#plan .bg_box_wrap .col {
	width: auto;
	margin-left: 20px;
	padding: 0;
}

#plan .bg_box_wrap .col-1 {
	margin-left: 0;
}

#plan .bg_box {
	width: 320px;
	height: 455px;
	padding: 25px 6px 6px;
	position: relative;
	text-align: center;
}

#plan .panel_head {
	display: flex;
	align-items: center;
	padding-left: 7px;
}

#plan .panel_head img {
	width: 65px;
	margin-bottom: 0 !important;
}

#plan .panel_head .heading {
	margin: 0;
	margin-left: 15px;
	color: #003b82;
	font-size: 21px;
	font-weight: bold;
}

#plan .panel_image {
	width: 120px;
	margin-top: 65px;
}

#plan .panel_desc-wrap {
	width: calc(100% - 12px);
	position: absolute;
	bottom: 6px;
}

#plan .panel_desc {
	height: 60px;
	margin-top: 10px;
	display: flex;
}

#plan .panel_desc .left-item {
	width: 50%;
	padding-left: 7px;
	display: flex;
	align-items: center;
	background-color: #F0F0F0;
	text-align: left;
	font-size: 15px;
}

#plan .panel_desc .check-icon {
	width: 17px;
	margin-bottom: 0 !important;
}

#plan .panel_desc .left-item p {
	margin-left: 5px;
}

#plan .panel_desc .right-item {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #148DC636;
}

#plan .panel_desc .right-item.bg-gray {
	background-color: #BFBFBF;
}

#plan .panel_desc .right-item.bg-gray p {
	text-align: center;
}

#plan .panel_desc .right-item p {
	font-size: 16px;
	font-weight: bold;
}

#plan .plan_circle {
	width: 27px;
	height: 27px;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

#plan .plan_circle.navy {
	background-color: #003b82;
}

#plan .plan_circle.yellow {
	background-color: #F7B500;
}

#plan .section01 .row-4 {
	margin-top: 65px;
	width: 80%;
    margin-right: auto;
    margin-left: auto;
}

#plan .section01 .row-4 .col-1 {
	background-color: #F0F0F0;
	padding: 5px 40px;
}

#plan .section01 .row-4 .label_wrap {
	width: 210px;
	display: inline-block;
}

#plan .section01 .row-4 .label_text {
	display: inline-block;
}

#plan .fw-normal {
	font-weight: normal;
	font-size: 14px;
	padding: 0 20px;
}

.case .company-info_wrap {
	border: 4px solid #003b82;
	position: relative;
	display: block;
}

.case .company-info_wrap.row .col-1{
	width: 60%;
	padding: 30px 0 20px;
}

.case .company-info_wrap > span {
	position: absolute;
	background-color: #003b82;
	color: #fff;
	padding: 5px 20px;
	top: -1px;
    left: -1px;
}

.case .company-info_wrap.row .col-2{
	padding: 0;
}

.case .content-element.content-1 .row .col .component figure {
	margin-top: 0;
}

.case .row .col .component figure {
	margin-top: 75px;
}

.case figure figcaption {
	font-size: 80%;
	margin-top: 10px;
    color: #757575;
}

.theme-fo-base .wrapper.case .contents section .company-info {
	/* border: 1px solid #e2e2e2; */
    display: table;
    border-collapse: separate;
    border-spacing: 20px;
    width: 100%;
    table-layout: fixed;
	padding: 0;
	position: relative;
}

.case .company-logo {
    display: block;
    width: 100%;
	/* width: 250px; */
	height: 120px;
	/* max-width: 300px; */
	padding: 20px;
}

.case .company-logo img{
	height: auto;
    width: auto;
    max-height: 100%;
	max-width: 100%;
}

.case .company-info-txt {
	display: table-cell;
    vertical-align: top;
    width: 70%;
	padding: 0 20px;
}

.case .company-name {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 700;
	display: inline-block;
	margin-left: 20px;
}

.case .company-description {
    font-size: 12px;
}

.case figure {
	margin: 1em 20px;
}

/* .case .gallery {
	width: 30%;
    margin: 0 auto;
} */

.entry-list-unit.case .component.button.btn_custom01 .button-cont a {
	min-width: 280px;
}

.theme-fo-base .wrapper .contents section .inner .row .col .component.entry-list.caseContent_style.entry-image-list .article-list .entry-list-unit.case .cont h3 {
	margin-bottom: 0;
}

.theme-fo-base .wrapper .contents section .inner .row .col .component.entry-list.caseContent_style.entry-image-list .article-list .entry-list-unit.case .cont h3 + p {
	margin-top: 0;
}

.entry-list-unit.case .button-cont a:hover {
	text-decoration: none;
}

.single-case h1 + p {
	font-size: 24px;
}

ul.check-icon {
	list-style-image: url(../../assets/img/common/icon_check_blue.svg);
}

#fm-plus .hd_custom02 h3 {
	margin-bottom: 30px;
}

#fm-plus li:not(:first-of-type) {
	margin-top: 25px;
}

#fm-plus .no-space li:not(:first-of-type) {
	margin-top: 5px;
}

#fm-plus ol, #fm-plus ul {
	padding-left: 1.5em;
}

#fm-plus ol {
	list-style-type: decimal;
}

#fm-plus .section02 .col {
	padding: 0 20px;
}

#fm-plus .section02 .row-2 {
	margin-top: 100px;
}

#fm-plus .inner.slide {
	max-width: 100vw;
}

#fm-plus .splide__slide {
	max-width: 600px;
	height: auto;
}

#fm-plus .video .splide__slide {
	height: 400px;
}

#fm-plus .video .splide__slide .component {
	height: 100%;
}

#fm-plus .splide__slide .component video {
	height: 100%;
}


#fm-plus .splide__pagination li:not(:first-of-type) {
	margin-top: 0;
}

#fm-plus .voice-card {
	/* width: 100%; */
	width: 600px;
	max-width: 600px;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
	padding: 35px;
	position: relative;
	background-color: #fff;
}

#fm-plus .voice-card::before,
#fm-plus .voice-card:after {
	content: "";
	position: absolute;
	width: 30%;
	height: 30%;
	background-color: #DCF0F9;
	z-index: -1;
}

#fm-plus .voice-card::before {
	top: 0;
	left: 0;
	transform: translate(-25px, -25px);
}

#fm-plus .voice-card::after {
	bottom: 0;
	right: 0;
	transform: translate(25px, 25px);
}

#fm-plus .heading{
	font-weight: bold;
	font-size: 21px;
}

#fm-plus .font-size-small {
	font-size: 75%;
}

#fm-plus .font-size-large {
	font-size: 150%;
	margin: 0;
}

#fm-plus .voice .row-2 {
	display: flex;
	justify-content: space-between;
}

#fm-plus .voice .row-2 .col {
	width: 49%;
}

#fm-plus .voice .row-2 .col .component{
	display: block;
	height: 100%;
}

#fm-plus .voice-card {
	height: 100%;
}

#fm-plus .voice-card .heading.sub span{
	margin-left: 30px;
	font-weight: normal;
	font-size: 16px;
}

#fm-plus .voice-card .heading:nth-of-type(2){
	margin-top: 20px;
}

#fm-plus .voice-card .plain-txt {
	margin-top: 35px;
	line-height: 2em;
	text-align: justify;
}

#fm-plus .ftLink_row ol, #fm-plus .ftLink_row ul {
	padding-left: 0;
}

#fm-plus .video {
	width: 100%;
	height: auto;
}

#fm-plus ul.check-icon ul li {
	list-style-type: disc;
	font-size: 16px;
}


#fm-plus ul.check-icon ul li:not(:first-of-type) {
	margin-top: 0;
}

.fm-plus-service a {
	width: 100%;
	height: 100%;
}

.fm-plus-service .col-1 {
	width: 30%;
}

.fm-plus-service .col-2 {
	padding-left: 45px;
}


.fm-plus-service .col-2 h3 {
	font-size: 24px;
    font-weight: 700;
}

.fm-plus-service .col-2 .plain-text {
	margin-top: 15px;
}

.theme-fo-base .foot.ft_custom01 .foot-cont .row.ftLink_row .col.ftLink_col .component.list ul li ul {
	padding-left: 1em;
}

.theme-fo-base .foot.ft_custom01 .foot-cont .row.ftLink_row .col.ftLink_col .component.list ul li ul li a::before{
	content: "";
	position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 6px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}

.single-news blockquote {
    margin: 20px 0 !important;
    position: relative;
    padding: 3rem 1rem;
    border: 1px solid #eee;
    background: #eee;
    z-index: 1;
    border-radius: 5px;
}

.single-news blockquote::before {
    content: "“";
    font-size: 1000%;
    line-height: 0.8em;
    font-family: "Times New Roman", "ＭＳ Ｐゴシック", sans-serif;
    color: rgb(255, 255, 255);
    position: absolute;
    left: 10px;
    top: 5px;
    z-index: 2;
}

@media screen and (min-width: 770px) and (max-width: 1024px) {

	#plan .bg_box {
		/* height: 300px; */
	}

	#plan .bg_box .label_wrap span {
		display: block;
		margin: 0;
	}

	#plan .bg_box .label_wrap span > span {
		display: inline-block;
	}
}

@media screen and (max-width: 769px) {
	.pc-none {
		display: block;
	}

	.sp-none {
		display: none;
	}

	.sp-none.d-inlineb {
		display: none;
	}

	#fmlicense .table.pc-table {
		display: none;
	}

	#fmlicense .table.sp-table {
		display: block;
	}

	#fmlicense .table.sp-table tr td:first-child {
		width: 28%;
	}

	#fmlicense .how-to-install iframe {
		width: 89vw;
		height: 50vw;
	}

	#fmlicense .how-to-install .text-wrap {
		padding: 40px 20px 20px;
	}
	
	#fmlicense .how-to-install .text-wrap .head span {
		font-size: 16px;
		white-space: nowrap;
	}
	
	#fmlicense .how-to-install .text-wrap .text ol {
		font-size: 14px;
	}
	
	#fmlicense .how-to-install .text-wrap .text span {
		font-size: 12px;
	}
	

	#faq01,
	#faq02,
	#faq03,
	#feature01,
	#feature02,
	#feature03,
	#feature04 {
		padding-top: 50px;
		margin-top: -50px;
	}

	.theme-fo-base .wrapper .contents section .inner .row .col .news_list.component.entry-list .article-list .entry-list-unit .cont {
		display: block;
	}

	.category_list ul li {
		font-size: 12px;
		padding: 5px 6px;
		margin-left: 2px;
		margin-bottom: 0px;
	}

	.category_list ul li:first-of-type {
		margin-left: 0;
	}

	.news_category {
		margin-left: 20px;
	}

	.theme-fo-base .wrapper .contents section .inner .row .col .news_list.component.entry-list .article-list .entry-list-unit .cont h3 {
		margin-top: 10px;
	}

	.theme-fo-base .foot.ft_custom01 .foot-cont .row.ftLink_row .col.logos_col .image {
		display: none;
	}

	.theme-fo-base .contents .component.heading.hd_custom01 h2, .theme-fo-base .contents .component.heading.hd_custom02 h2 {
		font-size: 24px;
	}

	#fmtraining .component.richtext td, #fmtraining .component.richtext th{
		border: none;
	}

	#fmtraining .component.richtext th {
		border-bottom: 1px solid #000;
	}

	#top .works .logo-table {
		padding: 0;
	}

	#top .works .logo-table .col {
		padding: 0px 3vw;
	}

	#top .works .scale-down02 img {
	  max-width: 65% !important;
	}

	.sp-none {
		display: none;
	}

	#top .award .flexbox {
		position: relative;
	}

	#top .award .flexbox img {
		width: 50px;
		height: 115px;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	#top .award .flexbox img.reverse {
		left: auto;
		right: 0;
	}

	#top .award .flexbox .text-wrap {
		font-size: 16px;
	}

	#top .award .flexbox .text-wrap .large {
		font-size: 18px;
	}

	#top .award .flexbox.badge-wrap img {
		width: 24%;
		height: auto;
		position: static;
		margin: 0 5px;
	}

	#top .works .logo-table {
		padding: 0;
	}

	#top .works .logo-table .col {
		padding: 0px 3vw;
	}

	#top .works .scale-down02 img {
		max-width: 65% !important;
	}

	#plan .bg_box_wrap .col {
		margin-left: 0;
		width: auto !important;
	}

	.sp-none {
		display: none;
	}

	#filemaker-license .table.pc-table {
		display: none;
	}

	#filemaker-license .table.sp-table {
		display: block;
	}

	#filemaker-license .table.sp-table tr td:first-child {
		width: 28%;
	}

	#fmlicense .section02 .row-2 h4 {
		text-align: center;
	}

	#fmlicense .section02 .row-2 .component-2 div {
		text-align: center;
	}

	.theme-fo-base {
		padding-top: 50px !important;
	}

	#fmtraining .faceicon {
		margin-top: 0;
	}

	#lp-license .theme-fo-base {
		padding-top: 87px;
	}

	#lp-license .component.image {
		margin: 0;
	}

	#lp-license .header .row.nav {
		display: flex;
		flex-direction: row;
		padding: 10px;
		width: 100%;
	}

	#lp-license .header .row.nav .col.col-1 {
		width: 56vw !important;
	}

	#lp-license .header .row.nav .col.col-2 {
		display: none !important;
	}

	#lp-license .header .row.nav .col.col-3,
	#lp-license .header .row.nav .col.col-4 {
		width: auto !important;
		margin-left: 10px;
		position: absolute;
	}

	#lp-license .header .row.nav .col.col-3 {
		right: 18vw;
	}

	#lp-license .header .row.nav .col.col-4 {
		right: 10px;
	}

	#lp-license .header .row.nav .col.col-3 img,
	#lp-license .header .row.nav .col.col-4 img {
		max-width: 66px !important;
		width: 13.5vw !important;
	}

	#lp-license .header .row.row-2 {
		width: 100%;
	}

	#lp-license .mainVisual .inner,
	#lp-license .section01 .inner,
	#lp-license .section02 .inner,
	#lp-license .section03 .inner,
	#lp-license .section04 .inner,
	#lp-license .section05 .inner,
	#lp-license .section06 .inner,
	#lp-license .section07 .inner,
	#lp-license .section08 .inner,
	#lp-license .section09 .inner {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		max-width: 100% !important;
	}

	#lp-license .section01 .row.row-1 {
		margin-bottom: 30px;
	}

	#lp-license .section01 .row.row-1 .col.col-1 .component.component-1 {
		padding: 14px 3vw;
	}

	#lp-license .section01 .row.row-1 .col.col-1 .component.component-1 p {
		padding: 0;
		font-size: 4.5vw !important;
		line-height: 1.5;
	}

	#lp-license .section01 .row.row-1 .col.col-1 .component.component-2 p {
		padding: 2vw 1vw;
		font-size: 3.3vw !important;
		line-height: 2.1;
	}

	#lp-license .section01 .row.row-1 .col.col-1 .component.component-2 {
		border: 5px solid #e3e5e6 !important;
		border-top: none !important;
	}

	#lp-license .section01 .row.row-2,
	#lp-license .section01 .row.row-3 {
		margin-bottom: 30px;
		font-size: 4vw;
		letter-spacing: 1px;
	}

	#lp-license .section01 .row.row-2 .col .component {
		padding: 20px 4vw;
	}

	#lp-license .section01 .row.row-3 .col .component {
		padding: 20px 4vw;
		line-height: 1.3;
		font-size: 4vw;
	}

	#lp-license .section01 .row.row-4 {
		padding: 4vw 3.5vw 4.2vw;
	}

	#lp-license .section01 .row.row-4 .col.col-1 {
		padding: 0;
	}

	#lp-license .section01 .row.row-4 .col .component {
		font-size: 4.6vw;
	}

	#lp-license .section01 .row.row-4 .col .component p:nth-of-type(2) {
		font-size: 3.2vw !important;
		padding: 5px 15vw 0;
	}

	#lp-license .section01 .row.row-5 {
		padding: 0 3.5vw 4vw;
		flex-direction: column;
	}

	#lp-license .section01 .row.row-5 .col.col-1 {
		width: 80vw !important;
		margin: 0 auto 3vw;
	}

	#lp-license .section01 .row.row-5 .col.col-2 {
		width: 80vw !important;
		margin: 0 auto;
	}

	#lp-license .section01 .row.row-5 .col a,
	#lp-license .section04 .row.row-9 .col a {
		display: block;
		text-align: center;
	}

	#lp-license .section02 {
		padding: 40px 0;
	}

	#lp-license .section02 .row.row-1 {
		font-size: 5vw;
		margin-bottom: 6vw;
	}

	#lp-license .section02 .row.row-1 .component p {
		font-size: 5vw;
	}

	#lp-license .section02 .row.row-2 {
		padding: 6vw 4vw;
		height: auto;
		display: flex;
		flex-direction: column;
	}

	#lp-license .section02 .row.row-2 .col.col-2 {
		order: -1;
		width: 50vw !important;
		margin: 0 auto 20px;
	}

	#lp-license .section02 .row.row-2 .col.col-1,
	#lp-license .section02 .row.row-2 .col.col-2,
	#lp-license .section02 .row.row-2 .col.col-3 {
		padding: 0;
		height: auto;
		display: flex !important;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
	}

	#lp-license .section02 .row.row-2 .col.col-1 .component,
	#lp-license .section02 .row.row-2 .col.col-3 .component {
		width: 48%;
		display: inline-block;
		margin-bottom: 8px;
	}

	#lp-license .section02 .row.row-2 .col.col-1 .component p,
	#lp-license .section02 .row.row-2 .col.col-3 .component p {
		font-size: 2.9vw;
	}

	#lp-license .section03,
	#lp-license .section04,
	#lp-license .section05,
	#lp-license .section06,
	#lp-license .section07,
	#lp-license .section08 {
		padding: 40px 0;
	}

	#lp-license .section03 .row.row-1 {
		margin-bottom: 5vw;
	}

	#lp-license .section03 .row.row-1 .col.col-1 .component {
		margin: 0;
	}

	#lp-license .section03 .row.row-1 .col.col-1 .component p {
		font-size: 5vw;
	}

	#lp-license .section03 .row.row-2 {
		padding: 5vw 10px;
	}

	#lp-license .section03 .row.row-2 p {
		font-size: 15px;
	}

	#lp-license .section04 .row.row-1 .col.col-1 .component p:nth-of-type(1) {
		font-size: 3.9vw;
		margin-bottom: 16px;
	}

	#lp-license .section04 .row.row-1 .col.col-1 .component p:nth-of-type(2) {
		font-size: 5.2vw;
		line-height: 7.5vw;
	}

	#lp-license .section04 .row.row-2 .col.col-2 {
		width: 30vw !important;
		margin: 0 auto;
	}

	#lp-license .section04 .row .col .component.titleReason p,
	#lp-license .section05 .row .col .component.titleReason p,
	#lp-license .section06 .row .col .component.titleReason p,
	#lp-license .section08 .row .col .component.titleReason p {
		font-size: 5vw;
	}

	#lp-license .section04 .row.boxReason,
	#lp-license .section04 .row.boxLicense {
		padding: 20px 10px;
		border-width: 10px !important;
		margin-bottom: 8vw;
	}

	#lp-license .section04 .row.boxReason .col .component.component-1 {
		margin-bottom: 6vw;
	}

	#lp-license .section04 .row.boxReason .col .component p:nth-of-type(1),
	#lp-license .section04 .row.boxLicense .col .component p:nth-of-type(1) {
		font-size: 4.5vw;
		margin-bottom: 3vw;
	}

	#lp-license .section04 .row.boxReason .col .component p:nth-of-type(2),
	#lp-license .section04 .row.boxReason .col .component p:nth-of-type(3),
	#lp-license .section04 .row.boxLicense .col .component p:nth-of-type(2),
	#lp-license .section04 .row.boxLicense .col .component p:nth-of-type(3) {
		line-height: 1.5;
		font-size: 14px;
	}

	#lp-license .section04 .row.row-7 {
		font-size: 5.1vw;
	}

	#lp-license .section04 .row.row-8 {
		padding: 4vw 3.5vw 5vw;
	}

	#lp-license .section04 .row.row-9 {
		padding: 0 3.5vw 4vw;
		flex-direction: column;
	}

	#lp-license .section04 .row.row-9 .col.col-1 {
		margin: 0 auto 3vw;
		width: 80vw !important;
	}

	#lp-license .section04 .row.row-9 .col.col-2 {
		width: 80vw !important;
		margin: 0 auto;
	}

	#lp-license .section05 .row .col .component.titleReason {
		margin-bottom: 30px;
	}

	#lp-license .section05 .row.itemVoice {
		padding: 20px 15px;
	}

	#lp-license .section05 .row.itemVoice .col.col-1 .component {
		position: static;
		text-align: center !important;
	}

	#lp-license .section05 .row.itemVoice .col.col-1 .component img {
		width: 134.4px !important;
	}

	#lp-license .section05 .row.itemVoice .col.col-2 .component {
		padding: 10px;
	}

	#lp-license .section06 .row .col .component img {
		width: 25px;
	}

	#lp-license .section07 .row .col .component.component-1 p {
		font-size: 6.5vw;
	}

	#lp-license .section07 .row .col .component.component-2 {
		padding: 20px 10px;
	}

	#lp-license .section07 .row .col .component.component-2 p:nth-of-type(1) {
		font-size: 5vw;
		margin-bottom: 10px;
	}

	#lp-license .section07 .row .col .component.component-2 p:nth-of-type(2) {
		font-size: 8vw;
		margin-bottom: 10px;
		line-height: 6vh;
	}

	#lp-license .section07 .row .col .component.component-2 p:nth-of-type(3) {
		font-size: 3.3vw;
		font-weight: normal;
	}

	#lp-license .section08 .row.row-1 {
		height: auto;
		display: flex;
	}

	#lp-license .section08 .row.row-1 .col {
		padding: 2.6vh 1vw 2.6vh 7vw;
	}

	#lp-license .section08 .row.row-2 .col .component.form {
		padding: 25px 15px 45px;
	}

	#lp-license .section09 .row.row-1 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	#lp-license .section09 .sp-display img:nth-of-type(2) {
		display: inline-block;
	}

	#lp-license .section09 img {
		height: inherit !important;
	}

	#lp-license .section09 .row.row-2 .col-1 .component img {
			  width: 45% !important;
	}

	#lp-license .section09 .row .component {
		margin: 5px 0 !important;
	}

	#lp-license .section09 .row.row-1 .col.col-1 {
		display: none !important;
	}

	#lp-license .section09 .row.row-1 .col.col-2,
	#lp-license .section09 .row.row-1 .col.col-3 {
		width: auto !important;
	}

	#lp-license .section09 .row.row-1 .col.col-3 .component p:nth-of-type(1) {
		font-size: 2.8vw;
	}

	#lp-license .section09 .row.row-1 .col.col-3 .component p:nth-of-type(2) {
		font-size: 5.3vw;
	}

	#lp-license .section09 .row.row-1 .col.col-4 {
		width: 246px !important;
		margin: 20px auto;
	}

	#lp-license .section09 .row.row-2 {
		flex-wrap: wrap;
	}

	#lp-license .section09 .row.row-2 .col.col-1 {
		width: 100% !important;
		margin-bottom: 20px;
	}

	#lp-license .section09 .row.row-2 .col.col-1 .component p:nth-of-type(1) {
		margin-top: 20px;
	}

	#lp-license .section09 .row.row-2 .col.col-1 .component p:nth-of-type(2) {
		margin-bottom: 15px;
	}

	#lp-license .section09 .row.row-2 .col.col-1 .component {
		display: flex;
		justify-content: center;
	}

	#lp-license .pagetop {
		width: 60px;
		right: 10px;
	}

	#lp-license .pagetop img {
		width: 60px;
		height: 60px;
	}

	#lp-conversion .theme-fo-base {
		padding-top: 87px;
	}

	#lp-conversion .component.image {
		margin: 0;
	}

	#lp-conversion .jump-btn,
	#lp-conversion .jump_btn {
		width: 345px !important;
		margin: 0 auto !important;
	}

	#lp-conversion .header .row.nav {
		display: flex;
		flex-direction: row;
		padding: 10px;
		width: 100%;
	}

	#lp-conversion .header .row.nav .col.col-1 {
		width: 56vw !important;
	}

	#lp-conversion .header .row.nav .col.col-2 {
		display: none !important;
	}

	#lp-conversion .header .row.nav .col.col-3,
	#lp-conversion .header .row.nav .col.col-4 {
		width: auto !important;
		margin-left: 10px;
		position: absolute;
	}

	#lp-conversion .header .row.nav .col.col-3 {
		right: 18vw;
	}

	#lp-conversion .header .row.nav .col.col-4 {
		right: 10px;
	}

	#lp-conversion .header .row.nav .col.col-3 img,
	#lp-conversion .header .row.nav .col.col-4 img {
		max-width: 66px !important;
		width: 13.5vw !important;
	}

	#lp-conversion .header .row.row-2 {
		width: 100%;
	}

	#lp-conversion .keyv .inner {
		padding: 50px 0px;
	}

	#lp-conversion .keyv h2 {
		font-size: 35px !important;
		text-align: left;
		margin-top: 0;
		padding-bottom: 1.5rem !important;
	}

	#lp-conversion .keyv p {
		font-size: 15px !important;
		text-align: left;
		margin-bottom: 0rem !important;
	}

	#lp-conversion .keyv .em_1 {
		font-size: 24px !important;
		text-align: left !important;
		margin-top: 1rem;
		margin-bottom: 0.5rem !important;
	}

	#lp-conversion .keyv .em_2 {
		font-size: 35px !important;
		text-align: left !important;
		margin-bottom: 0.5rem !important;
	}

	#lp-conversion .platinum h2 {
		font-size: 24px !important;
		text-align: left;
	}

	#lp-conversion .platinum .col {
		padding: 0;
	}

	#lp-conversion .platinum .mb-5 {
		margin-bottom: 3rem !important;
	}

	#lp-conversion .fmp12 {
		padding: 40px 0px !important;
	}

	#lp-conversion .fmp12 .text.em_1 {
		font-size: 24px !important;
		text-align: left !important;
		margin-bottom: 0.5rem !important;
	}

	#lp-conversion .fmp12 .row {
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
	}

	#lp-conversion .fmp12 h2 {
		font-size: 24px !important;
		margin-bottom: 1rem;
		text-align: left;
	}

	#lp-conversion .fmp12 p {
		font-size: 16px !important;
	}

	#lp-conversion .fmp12 .text.em_2 {
		font-size: 24px !important;
		text-align: left !important;
		margin-bottom: 0.5rem !important;
	}

	#lp-conversion .kadai {
		padding: 40px 0px;
	}

	#lp-conversion .kadai .em_1 {
		font-size: 24px !important;
		text-align: left !important;
		margin-bottom: 3rem !important;
	}

	#lp-conversion .kadai p {
		font-size: 16px !important;
	}

	#lp-conversion .kadai .em_2 {
		font-size: 24px !important;
		text-align: left !important;
		margin-bottom: 0.5rem !important;
		margin-top: 2rem !important;
	}

	#lp-conversion .kadai .row-10 .col-1 {
		padding: 0;
	}

	#lp-conversion .merit {
		padding: 40px 0px;
	}

	#lp-conversion .merit .h2 p {
		font-size: 24px !important;
		margin-bottom: 1rem;
		text-align: left;
	}

	#lp-conversion .merit .em_1 {
		font-size: 24px !important;
		text-align: left !important;
		margin-bottom: 3rem !important;
	}

	#lp-conversion .merit .em_2 {
		font-size: 24px !important;
		text-align: left !important;
		margin-bottom: 0.5rem !important;
	}

	#lp-conversion .merit .col {
		padding-right: 0;
		padding-left: 0;
	}

	#lp-conversion .merit .alert-primary {
		margin-bottom: 1rem;
	}

	#lp-conversion .merit .col.blockquote {
		padding: 20px;
	}

	#lp-conversion .merit ul {
		margin-left: -1em;
	}

	#lp-conversion .merit .blockquote .richtext p {
		margin-left: 0 !important;
	}

	#lp-conversion .jirei {
		padding: 40px 0px;
	}

	#lp-conversion .jirei h2 {
		font-size: 28px !important;
		margin-bottom: 1rem;
		text-align: center;
	}

	#lp-conversion .jirei .jirei_voice {
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
		padding-right: 15px;
		padding-left: 15px;
	}

	#lp-conversion .jirei .col-sm-3,
	#lp-conversion .jirei .col-sm-9 {
		width: 100% !important;
		max-width: 100%;
	}

	#lp-conversion .jirei .text,
	#lp-conversion .jirei .richtext {
		font-size: 16px !important;
	}

	#lp-conversion .jirei .row-5 .col {
		padding: 0;
	}

	#lp-conversion .faq {
		padding: 40px 0px !important;
	}

	#lp-conversion .promise {
		padding: 40px 0px !important;
	}

	#lp-conversion .promise .col {
		padding: 0px;
	}

	#lp-conversion .promise h2 {
		font-size: 23px !important;
		margin-bottom: 1rem;
		text-align: left;
	}

	#lp-conversion .promise .text {
		font-size: 16px !important;
		font-weight: normal !important;
	}

	#lp-conversion .promise .promise-img-2 img {
		height: 250px;
	}

	#lp-conversion .promise .row-5 .richtext {
		margin-bottom: 1rem !important;
	}

	#lp-conversion .promise .row-5 .richtext p {
		font-size: 24px !important;
	}

	#lp-conversion .promise .row-5 .richtext p strong {
		font-size: 45px !important;
		margin-bottom: 1rem;
		text-align: left;
	}

	#lp-conversion .promise .row-6 .col-1 {
		margin-left: -1.5em;
		padding-top: 1rem !important;
	}

	#lp-conversion .promise p {
		font-size: 20px !important;
	}

	#lp-conversion .promise .my-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	#lp-conversion .promise .row-8 .text {
		font-size: 20px !important;
		font-weight: 600 !important;
	}

	#lp-conversion .kaihatsu {
		padding: 40px 0px !important;
	}

	#lp-conversion .kaihatsu h2 {
		font-size: 24px !important;
		margin-bottom: 3rem;
		text-align: center;
	}

	#lp-conversion .kaihatsu h3 {
		font-size: 21px !important;
		margin-top: 1em;
		margin-bottom: 1rem;
		text-align: left;
	}

	#lp-conversion .contact {
		padding: 40px 0px !important;
	}

	#lp-conversion .contact h2 {
		font-size: 24px !important;
		margin-bottom: 2rem;
		text-align: center;
	}

	#lp-conversion .contact_form {
		padding: 40px 0px !important;
	}

	#lp-conversion .contact_form h2 {
		font-size: 24px !important;
		margin-bottom: 0;
		text-align: center;
	}

	#lp-conversion .contact_form .row.row-2 .col .component.form {
		margin-top: 50px;
		padding: 25px 15px 45px;
	}

	#lp-conversion .contact_form .row-2 .col {
		padding: 0;
	}

	#lp-conversion form.contact_form {
		padding: 0 !important;
	}

	#lp-conversion .footer img {
		height: inherit !important;
	}

	#lp-conversion .footer .sp-display img:nth-of-type(2) {
		display: inline-block;
	}

	#lp-conversion .footer .row.row-1 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	#lp-conversion .footer .row .component {
		margin: 5px 0 !important;
	}

	#lp-conversion .footer .row.row-1 .col.col-1 {
		display: none !important;
	}

	#lp-conversion .footer .row.row-1 .col.col-2,
	#lp-conversion .footer .row.row-1 .col.col-3 {
		width: auto !important;
	}

	#lp-conversion .footer .row.row-1 .col.col-3 .component p:nth-of-type(1) {
		font-size: 2.8vw;
	}

	#lp-conversion .footer .row.row-1 .col.col-3 .component p:nth-of-type(2) {
		font-size: 5.3vw;
	}

	#lp-conversion .footer .row.row-1 .col.col-4 {
		width: 246px !important;
		margin: 20px auto;
	}

	#lp-conversion .footer .row.row-2 {
		flex-wrap: wrap;
	}

	#lp-conversion .footer .row.row-2 .col-1 .component img {
		width: 45% !important;
	}

	#lp-conversion .footer .row.row-2 .col.col-1 {
		width: 100% !important;
		margin-bottom: 20px;
	}

	#lp-conversion .footer .row.row-2 .col.col-1 .component p:nth-of-type(1) {
		margin-top: 20px;
	}

	#lp-conversion .footer .row.row-2 .col.col-1 .component p:nth-of-type(2) {
		margin-bottom: 15px;
	}

	#lp-conversion .footer .row.row-2 .col.col-1 .component {
		display: flex;
		justify-content: center;
	}

	.row .col .bg_box {
		margin-top: 60px !important;
		padding: 10px;
	}

	.bg_box_wrap .crossShape {
		left: 50%;
		transform: translate(-50%, 0);
		top: 100%;
		height: 40px;
	}

	.row.plan-example .col {
		padding: 10px 20px;
	}

	.row.plan-example .col-1 {
		border-radius: 15px 15px 0 0;
	}

	.row.plan-example .col-1:after {
		left: 50%;
		top: 100%;
		transform: translate(-50%, 0);
		border-style: solid;
		border-width: 30px 45px 0 45px;
		border-color: #2ea7e0 transparent transparent transparent;
	}

	.row.plan-example .col-2 {
		border-radius: 0 0 15px 15px;
	}

	.case.wrapper .contents  .row .col .head_tag {
		padding-left: 10px;
	}

	.case .row .col ul {
		padding: 0 20px;
	}

	.case .row .col .component figure {
		margin-top: 0px;
		margin-bottom: 50px;
	}

	.theme-fo-base .case.wrapper .contents section.case_contents_sec .inner .row {
		margin-bottom: 0;
	}

	.entry-list-unit.case .component.button.btn_custom01 .button-cont a {
		min-width: 100%;
	}

	.case .company-name {
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}

	.case .company-info-txt {
		padding-top: 30px;
	}

	#fm-plus .feature {
		display: flex;
		flex-direction: column-reverse;
	}

	#fm-plus .section02 .col {
		padding: 0;
	}

	#fm-plus .voice-card {
		padding: 20px;
		line-height: 1.5;
	}

	#fm-plus .voice-card .plain-txt {
		line-height: 1.75em;
	}

	#fm-plus .voice .xs-block {
		display: block;
		padding: 0 20px;
	}

	.theme-fo-base .wrapper .contents section .inner .row .col .component.richtext.custom_table table tbody tr {
		display: block;
	}

	.theme-fo-base .foot.ft_custom01 .foot-cont .row.ftLink_row .col.ftLink_col .component.list ul li ul {
		display: none;
	}
}