@charset "shift_jis";
/* ======================================================
 * style.css
 * ------------------------------------------------------
 * Override
 * Basic
 * @media print, screen and (min-width: 768px)
 * - Transfer
 * - Basic
 * - Common
 * - Header
 * - Main
 * - Assist
 * - Footer
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767.98px)
 * - Transfer
 * - Common
 * - Basic
 * - Header
 * - Main
 * - Assist
 * - Footer
 * - Page Component
 * - Clearfix
====================================================== */
/* ======================================================
 * Override
====================================================== */
body > img, #pageBottom {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -1;
}
/* ======================================================
 * Basic
====================================================== */
html {
	font-size: 62.5%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	color: #333;
	line-height: 1.6;
	text-align: left;
	word-wrap: break-word;
}
body *, body *::before, body *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* ------------------------------------------------------
	 * dropdown
	------------------------------------------------------ */
.ltg08-dropdown__lead {
	position: relative;
	font-weight: 700;
	line-height: 1.6;
	padding-left: 1.2em;
	padding-bottom: 0.4em;
}
.ltg08-dropdown__lead:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0.3em;
	border-radius: 50%;
	background-color: #ff7e00;
}
.dropdown {
	position: relative;
}
.dropdown:before {
	position: absolute;
	top: 1.54em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
}
#borrowingAmount {
	margin: 0;
	border: none;
	outline: none;
	background-color: #fff;
	border-radius: 4px;
	font-size: 1.3em;
	appearance: none;
	font-weight: bold;
	padding: .5em 2em .5em .8em;
	font-family: unset;
	cursor: pointer;
}
#repaymentAmount {
	font-size: 2em;
	font-weight: bold;
	padding: .1em 1.6em .1em .2em;
	color: #f60;
}
.result {
	position: relative;
	display: flex;
	justify-content: center;
}
.result > span {
	position: absolute;
	top: 1.4rem;
	font-size: 1.3em;
	font-weight: bold;
}
.ltg08-frame-v5__body .ltg08-note-v3 {
	margin-top: 1.8em;
}
/* ------------------------------------------------------
	 * ltg08_02-visual
	------------------------------------------------------ */
.ltg08_02-visual .ltg08-visual-card-v2, .ltg08_02-visual .ltg08-visual-banner__icon {
	font-weight: bold;
}
/* ------------------------------------------------------
	 * accordion
	------------------------------------------------------ */
.accordion {
	margin-top: 2em;
}
.accordion__head {
	display: block;
	z-index: 2;
	position: relative;
	background-color: #fef7ed;
}
.accordion__body {
	z-index: 1;
	position: relative;
}
.accordion__title {
	display: block;
	position: relative;
	margin: 0;
	line-height: 1.4;
}
.accordion__title:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.accordion__head.is-active .accordion__title:before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.accordion__title:before, .accordion__title:after {
	-webkit-backface-visibility: hidden;
	position: absolute;
	top: 50%;
	right: 0;
	background: #ec6b15;
	content: "";
	transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
	transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
	transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.doc .accordion__head, .doc .accordion__head:hover {
	box-shadow: none !important;
}
.doc .accordion__head {
	border-bottom: 3px solid #f08505;
	display: block;
	z-index: 2;
	position: relative;
	background: none;
	padding: 0.5em 1.6em;
	text-align: center;
	font-size: 1.6em;
	font-weight: 700;
	color: #000;
}
.step-accordion .accordion__head {
	border: 3px solid #f08505;
	border-radius: 8px;
	display: block;
	z-index: 2;
	position: relative;
	background-color: #fff;
	padding: 1em 1.6em;
	cursor: pointer;
	font-size: 1.4em;
	font-weight: 700;
	color: #0b3190;
}
.doc .accordion__head:hover, .step-accordion .accordion__head:hover, .toggle-label:hover {
	color: #f08505;
	text-decoration: none;
}
/* ----- toggle ----- */
.toggle-check {
	display: none;
}
.toggle-label { /*タイトル*/
	padding: 1em;
	display: block;
	color: #0b3190;
	font-weight: 700;
	background: #fef7ed;
}
.toggle-label:before, .toggle-label:after { /*タイトル横の矢印*/
	-webkit-backface-visibility: hidden;
	position: absolute;
	top: 50%;
	right: 16px;
	background: #ec6b15;
	content: "";
	transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
	transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
	transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1)
}
.toggle-label:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.toggle-label, .toggle-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.toggle-content { /*本文*/
	height: 0;
	margin-bottom: 10px;
	padding: 0 20px;
	overflow: hidden;
}
.toggle-check:checked + .toggle-label + .toggle-content { /*開閉時*/
	height: auto;
	padding: 20px;
	transition: all .3s;
}
.toggle-check:checked + .toggle-label:before, .toggle-check:checked + .toggle-label:after {
	transform: rotate(0deg) !important;
}
/* ----- omatome-flow ----- */
.omatome-flow {
	margin: 2em 0 0;
	overflow: hidden;
}
.omatome-flow__step {
	background: #f4f4f4;
}
.omatome-flow__step__subtitle, .omatome-flow__step__title, .ltg08-heading4__title {
	font-weight: 700;
}
.omatome-flow__item {
	position: relative;
	background-color: #fef7ed;
}
.omatome-flow__item:before, .omatome-flow__item:after {
	display: block;
	position: absolute;
	content: "";
}
.omatome-flow__item:before {
	z-index: 1;
}
.omatome-flow__item:after {
	z-index: 2;
}
.omatome-flow__item__title-wrap {
	z-index: 3;
	position: relative;
}
.omatome-flow__item__step {
	z-index: 3;
	position: relative;
	color: #ec6b15;
}
.omatome-flow__item__title {
	line-height: 1.3;
}
.ltg08-heading4 {
	position: relative;
	padding-bottom: 0.4em;
	border-bottom: 2px solid #e8e8e8;
	margin-top: 1.6em;
}
.ltg08-frame-flow .ltg08-frame-v6 {
	margin-top: 1.4em;
}
/* ----- prod_desc-table ----- */
.prod_desc-table__caption--right {
	text-align: right;
}
.prod_desc-table tr {
	border: 1px solid #ddd;
	background-color: #fff;
	text-align: left;
	vertical-align: top;
}
.prod_desc-table th, .prod_desc-table td {
	padding: 1em;
}
.prod_desc-table th {
	padding: 1em;
	background-color: #f7f7f7;
	font-weight: 700;
	border-right: 1px solid #ddd;
}
.prod_desc-table .ltg08-note, .prod_desc-table .ltg08-caution-list {
	margin-top: 0;
}
.prod_desc-table .ltg08-caution-list > li {
	font-size: 1.6rem;
}
@media only screen and (max-width: 767.98px) {
	.prod_desc-table[data-table-sp="vertical"] tbody, .prod_desc-table[data-table-sp="vertical"] tr, .prod_desc-table[data-table-sp="vertical"] th, .prod_desc-table[data-table-sp="vertical"] td {
		display: block;
		width: 100%;
	}
}
/* ----- certificate-layout ----- */
.certificate-layout__column, .certificate-layout__list-column {
	display: flex;
	justify-content: space-between;
	margin-top: 1em;
}
.certificate-layout__image-column {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.certificate-layout__image-column__item > img {
	width: 100%;
}
.certificate-layout__image-column__item .certificate-layout__image-column__item__conjunction {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background-color: #fff1e1;
	color: #ec6b15;
	line-height: 1.3;
	text-align: center;
}
.certificate-layout__supplement {
	background-color: #fff1e1;
	color: #ec6b15;
	text-align: center;
}
[data-col-pc]:not([data-col-pc="1"]) {
	display: flex;
	flex-flow: row wrap;
}
.confirm-column__item {
	display: flex;
	flex-wrap: nowrap;
}
.description-list > dt {
	font-weight: 700;
}
.ltg08-caution-section .description-list {
	margin-top: 1.4em;
}
/* ----- lead-title ----- */
.lead-title {
	background: #71c000;
	border-radius: 4px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
/* ----- ltg08-feature-column  ----- */
.ltg08-feature-column {
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.ltg08-feature-column__baloon > .down {
	font-weight: 500;
	font-size: 2.2rem;
	margin-top: 1.8rem;
}
.ltg08-feature-column__baloon > .down > .num {
	color: #ff7e00;
	font-weight: 700;
}
.ltg08-feature-column__baloon > .down > .num > span {
	font-size: 3.8rem;
	line-height: 1;
}
.ltg08-feature-column__item-01 > .box, .ltg08-feature-column__item-02 > .box {
	border-radius: 5px;
}
.ltg08-feature-column__item-01 > .box {
	background: #eee;
	padding: 9px 19px;
}
.ltg08-feature-column__item-01 .box th, .ltg08-feature-column__item-01 .box td {
	font-weight: 700;
}
.ltg08-feature-column__item-01 .box td {
	padding-left: 8px;
	text-align: right;
}
.ltg08-feature-column__item-01 > .box > .ltg08-frame-v5-title__subscript {
	text-align: right;
}
.ltg08-feature-column__item-02 > .box {
	background: #fff5eb;
	padding: 28px 10px;
}
.ltg08-feature-column__item-02 > .block > .block-txt {
	font-size: 1.4rem;
	color: #3078dd;
	line-height: 1.8rem;
	font-weight: 700;
}
.block-blue {
	position: relative;
	background: #3078dd;
	color: #fff;
	font-weight: 700;
	padding: 10px;
}
.block-blue::after {
	content: "";
	position: absolute;
	left: calc(50% - (10px));
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 15px 9px 0 9px;
	border-top-color: #3078dd;
	z-index: 999;
}
.block-gray {
	position: relative;
	background: #505050;
	color: #fff;
	font-weight: 700;
}
.block-gray::after {
	content: "";
	position: absolute;
	background-image: url("/omatome/images/about_ltg08/ltg08_feature_column_arrow.png");
	width: 30px;
	height: 25px;
}
.block-orange {
	background: #ff7e00;
	color: #fff;
	font-size: 1.4rem;
}
.block-orange > .title {
	font-weight: 700;
}
.block-orange > .num {
	background: #fff;
	padding-left: 8px;
	color: #ff7e00;
	border-radius: 5px;
	font-weight: 700;
}
.block-orange > .num > span {
	font-size: 1.8rem;
}
.column  {
    border-bottom: 1px solid #ddd;
	padding-bottom: 1em;
  }

/* ----- iframe ----- */
.ltg08-note-frame {
	width: 100%;
	margin: 1em 0 0;
}
.type-iframe {
	position: relative;
	padding-left: 2.5em;
	color: #999;
	line-height: 1.4166;
	margin: 0;
	min-width: auto;
}

.type-iframe > .ltg08-note-v2__mark {
	position: absolute;
	top: 0;
	left: 0;
}
.ltg08-note-v2 > .ltg08-note-v2__frame {
	padding-left: 0;
}
@media print, screen and (min-width: 768px) {
	.type-iframe {
		font-size: 1.4rem;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.ltg08-feature-column {
		width: 560px;
		margin-top: 60px;
	}
	.ltg08-feature-column__item-01 {
		width: 280px;
	}
	.ltg08-feature-column__item-02 {
		position: relative;
		width: 260px;
	}
	.ltg08-feature-column__item-01 > .box, .ltg08-feature-column__item-02 > .box {
		font-size: 1.4rem;
		height: 100px;
		margin-top: 20px;
	}
	.ltg08-feature-column__item-01 > .block, .ltg08-feature-column__item-02 > .block {
		height: 170px;
	}
	.block-blue {
		height: 70px;
	}
	.block-blue::after {
		top: 96%;
	}
	.block-gray {
		height: 100px;
		padding: 25px;
		font-size: 1.8rem;
	}
	.block-gray::after {
		top: 40px;
		left: 29rem;
	}
	.ltg08-feature-column__item-02 > .block > .block-txt {
		margin-right: 45px;
	}
	.block-orange {
		height: 123px;
		width: 156px;
		margin: 10px 0 0 30px;
		padding: 20px 10px;
		font-size: 1.4rem;
	}
	.block-orange > .title {
		font-size: 2rem;
	}
	.ltg08-feature-column__baloon {
		position: absolute;
		background-image: url("/omatome/images/about_ltg08/ltg08_feature_baloon.png");
		width: 257px;
		height: 256px;
		top: -8rem;
		right: -19rem;
	}
	.ltg08-feature-column__baloon > .up {
		color: #fff;
		font-weight: 700;
		margin-top: 3.4rem;
		font-size: 1.4rem;
	}
	.ltg08-feature-column__baloon > .up > .num {
		font-size: 2rem;
	}
	.ltg08-feature-column__baloon > .up > .num > span {
		font-size: 3.8rem;
		line-height: 1;
	}
	.ltg08-frame-people__image {
		position: absolute;
		bottom: -3rem;
		left: 24rem;
	}
	.ltg08-frame-people__image > img {
		width: 19rem;
	}
	#ltg08-note-frame.ltg08-note-frame {
		height: 6rem;
	}
	#ltg08-note-frame-02.ltg08-note-frame {
		height: 4rem;
	}
	#ltg08-note-frame-03.ltg08-note-frame {
		height: 4rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.ltg08-feature-column {
		flex-direction: column;
	}
	.ltg08-feature-column__item-01 {
		background: #fafafa;
		border-radius: 4px;
		padding: 10px;
		margin-top: 10px;
	}
	.ltg08-feature-column__item-01 > .box {
		font-size: 3.25vw;
	}
	.ltg08-feature-column__item-01 > .box, .ltg08-feature-column__item-02 > .box {
		margin-top: 10px;
		padding: 10px;
	}
	.ltg08-feature-column__item-01 > .box > table {
		margin: 0 auto;
	}
	.ltg08-feature-column__item-02 > .block > .block-txt {
		margin-top: 50px;
	}
	.block-blue::after {
		top: 85%;
	}
	.block-gray {
		padding: 12px;
	}
	.block-gray::after {
		bottom: -148px;
		left: calc(50% - (20px));
		transform: rotate(90deg);
	}
	.block-orange {
		padding: 2px 60px;
	}
	.block-orange > .title {
		font-size: 1.6rem;
	}
	#ltg08-note-frame.ltg08-note-frame {
		height: 9rem;
	}
	#ltg08-note-frame-02.ltg08-note-frame {
		height: 8.6rem;
	}
	#ltg08-note-frame-03.ltg08-note-frame {
		height: 9rem;
	}

}
.ltg08-contact-button > .ltg08-contact-button__type {
	position: relative;
}
.ltg08-contact-button > .ltg08-contact-button__type:after {
	display: block;
	position: absolute;
	background: url(/app-files/img/sprite/icon.svg#tel2-usage) no-repeat 0 0;
	content: "";
}
@media print, screen and (min-width: 768px) {
	.ltg08-frame__inner--simulation .ltg08-contact-button__type:after {
		top: 0;
		left: 48px;
		width: 40px;
		height: 40px;
	}
	.ltg08-frame__inner--contact > .ltg08-column-v2 .ltg08-contact-button__type:after {
		top: 2px;
		left: -46px;
		width: 36px;
		height: 36px;
	}
	.ltg08-frame__inner--contact > .ltg08-column .ltg08-contact-button__type:after {
		top: 0;
		left: 12px;
		width: 40px;
		height: 40px;
	}
}
@media only screen and (max-width: 767.98px) {
	.ltg08-contact-button > .ltg08-contact-button__type:after {
		top: 2.6vw;
		left: 3.6vh;
		width: 30px;
		height: 30px;
	}
	.ltg08-frame__inner--contact > .ltg08-column .ltg08-contact-button__type {
		padding-left: 3em;
	}
	.ltg08-frame__inner--contact > .ltg08-column .ltg08-contact-button__type:after {
		top: 2.9vw;
		left: 1.6vh;
		width: 28px;
		height: 28px;
	}
}
/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
	/* ------------------------------------------------------
	 * Transfer
	------------------------------------------------------ */
	/* ----- simulation ----- */
	.tx-color-02 {
		color: #ff7e00;
		font-size: 20px;
	}
	.simulation {
		padding: 20px;
	}
	.simulation-head {
		background-color: #0a1759;
		position: relative;
		height: 20px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		padding-top: 10px;
		padding-bottom: 12px;
	}
	.simulation-body {
		background-color: #f0f0f0;
		padding: 30px 20px;
	}
	.simulation-form-title {
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		margin-left: 3%;
	}
	.simulation-form {
		position: relative;
	}
	.simulation-form-text {
		font-size: 14px;
		font-weight: bold;
		vertical-align: bottom;
		margin-left: 5px;
	}
	.simulation-form-type-text {
		margin: 0;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		appearance: none;
		background-color: #fff;
		border-radius: 4px;
		padding: 16px;
		width: 80%;
		font-size: 20px;
		font-weight: bold;
	}
	.simulation-form-type-text {
		background-color: #fffbd6;
	}
	.simulation-form-type-text.active {
		background-color: #ffffff;
	}
	a.button-diagnose, a.button-apply {
		color: #fff;
	}
	.button-diagnose {
		background-color: #ff7e00;
		border: 2px solid #ff7e00;
		box-shadow: 0 2px 0 0 rgb(204 111 0);
		max-width: 320px;
		border-radius: 99px;
		color: #fff;
		display: block;
		margin: 20px auto;
		padding: 12px;
		font-size: 20px;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		position: relative;
	}
	.btn-arrow {
		background-image: url(/omatome/images/about_ltg08/btn_arrow.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 10px;
		width: 6px;
		height: 9px;
	}
	.simulation .item-cv-btn-002 {
		text-align: center;
	}
	.simulation-answer {
		background-color: #fff;
		padding: 20px;
		margin-top: 10px;
	}
	.answer-text {
		text-align: center;
	}
	.answer-text-main {
		color: #ff7e00;
		font-size: 25px;
		font-weight: bold;
		line-height: 1.4;
		margin: 0;
	}
	.button-heading-text {
		font-size: 12px;
		font-weight: bold;
		margin: 0;
		text-align: center;
		margin-top: 20px;
	}
	.button-apply {
		background-color: #71c000;
		border: 2px solid #71c000;
		box-shadow: 0 2px 0 0 rgb(47 136 15);
		max-width: 230px;
		border-radius: 99px;
		color: #fff;
		display: block;
		margin: 5px auto 0;
		padding: 12px;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		position: relative;
	}
	a.reset {
		position: absolute;
		right: 10%;
		top: 74%;
		font-size: 1.4em;
		text-decoration: underline;
	}
	.simulation-form-01, .simulation-form-02 {
		width: 48%;
	}
	.simulation-form-01 {
		float: left;
	}
	.simulation-form-02 {
		float: right;
		margin-top: 0;
	}
	.button-icon {
		width: 7px;
		height: 10px;
	}
	.answer-figure-box {
		float: left;
		position: absolute;
	}
	.answer-figure-box img {
		width: 100px;
		margin-top: 5px;
		margin-left: 20px;
	}
	/* ------------------------------------------------------
	 * Basic
	------------------------------------------------------ */
	body {
		font-size: 1.6rem;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		max-width: 1920px;
		min-width: 1264px;
		margin: 0 auto;
	}
	/* ------------------------------------------------------
	 * Common
	------------------------------------------------------ */
	/* ----- container ----- */
	.container {
		max-width: 1264px;
		margin: 0 auto;
		padding: 0 32px;
	}
	.container-v2 {
		max-width: 820px;
		margin: 0 auto;
	}
	/* ----- device ----- */
	.ltg08-pc-hidden {
		display: none !important;
	}
	.lead-v2 {
    	font-size: 1.6rem;
		font-weight: 700;
	}
	.mb20 {
    	margin-bottom: 20px;
	}
	/* ------------------------------------------------------
	 * Header
	------------------------------------------------------ */
	.Header {
		background: #fff;
	}
	.Header__inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row-reverse;
		height: 40px;
		padding: 3px 0 0;
	}
	/* ----- header-tagline ----- */
	.header-tagline {
		color: #999;
		font-size: 1.4rem;
	}
	/* ----- header-logo ----- */
	.header-logo {
		line-height: 0;
	}
	/* ------------------------------------------------------
	 * Main
	------------------------------------------------------ */
	.Main {
		margin: 3px 0 0;
	}
	.Main__body {
		margin: -51px 0 0;
	}
	.Main__guide {
		margin: 1.5625em 0 0;
		padding: 0.75em 0;
		background: #f7f7f7;
	}
	/* ----- main-breadcrumb ----- */
	.main-breadcrumb {
		display: flex;
		flex-wrap: wrap;
	}
	.main-breadcrumb > li {
		position: relative;
	}
	.main-breadcrumb > li + li {
		margin-left: 1.25em;
		padding-left: 1.875em;
	}
	.main-breadcrumb > li + li::before {
		content: "\FF1E";
		position: absolute;
		top: 0;
		left: 0;
		color: #999;
	}
	.main-breadcrumb__type {
		color: #0b3190 !important;
		text-decoration: none !important;
	}
	.main-breadcrumb__type:hover {
		color: #d32700 !important;
		text-decoration: underline !important;
	}
	/* ------------------------------------------------------
	 * Assist
	------------------------------------------------------ */
	/* ----- assist-conversion ----- */
	.assist-conversion {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 120px;
		padding: 19px 0 0;
		box-shadow: 0 -2px 4px 0px rgba(0, 0, 0, 0.15);
		background: #fdeddb;
		color: #fff;
		z-index: 9999;
	}
	.assist-conversion__inner {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.assist-conversion__head {
		flex: 1;
	}
	.assist-conversion__body {
		position: relative;
		margin: 0 0 0 36px;
	}
	.assist-conversion__title {
		font-size: 2rem;
		font-weight: 700;
	}
	.assist-conversion-button__type {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 820px;
		height: 76px;
		box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.15);
		background: #71c000;
		border: 1px solid #71c000;
		border-radius: 9999px;
		color: #fff !important;
		font-size: 3rem;
		font-weight: 700;
		text-align: center;
		text-decoration: none !important;
		transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
	}
	.assist-conversion-button__label {
		position: relative;
		padding: 0 0 0 40px;
	}
	.assist-conversion-button__label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 24px;
		height: 24px;
		background: url("/omatome/images/about_ltg08/ltg08_btn_ic01.png") no-repeat 0 0;
		background-size: 100% 100%;
	}
	.assist-conversion-button__label, .assist-conversion-button__highlight, .assist-conversion-button__subscript {
		line-height: 1.1;
	}
	.assist-conversion-button__highlight {
		font-size: 4rem;
	}
	.assist-conversion-button__subscript {
		font-size: 1.2rem;
		font-weight: 400;
	}
	.assist-conversion-button__type:hover {
		background: #fff;
		color: #71c000 !important;
	}
	.assist-conversion-button__type:hover .assist-conversion-button__label::before {
		background-image: url("/omatome/images/about_ltg08/ltg08_btn_ic02.png");
	}
	.assist-conversion-note {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		margin: 0.8333em 0 0;
		padding: 0 0 0 1.5em;
		color: #999;
		font-size: 1.2rem;
	}
	.assist-conversion-note__mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* ------------------------------------------------------
	 * Footer
	------------------------------------------------------ */
	.Footer {
		padding: 0 0 120px;
	}
	.Footer__body {
		background: #ff7e00;
	}
	/* ----- footer-copyright ----- */
	.footer-copyright {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 40px;
	}
	.footer-copyright__label {
		color: #fff;
		font-size: 100%;
	}
	/* ------------------------------------------------------
	 * Page Component
	------------------------------------------------------ */
	/* ----- ltg08-link ----- */
	.ltg08-link, .ltg08-link--blank, .ltg08-link-list__type, .ltg08-link-list__type--blank {
		color: #0b3190 !important;
		transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
	}
	.ltg08-link, .ltg08-link--blank {
		text-decoration: underline !important;
	}
	.ltg08-link-list__type, .ltg08-link-list__type--blank {
		text-decoration: none !important;
	}
	.ltg08-link-list__type, .ltg08-link-list__type--blank {
		position: relative;
		display: inline-block;
		padding: 0 0 0 17px;
		text-align: left;
	}
	.ltg08-link:hover, .ltg08-link--blank:hover, .ltg08-link-list__type:hover, .ltg08-link-list__type--blank:hover {
		color: #d32700 !important;
	}
	.ltg08-link-list__type:hover, .ltg08-link-list__type--blank:hover {
		text-decoration: underline !important;
	}
	.ltg08-link-list__type::before, .ltg08-link-list__type--blank::before {
		content: "";
		position: absolute;
		top: 0.3125em;
		left: 0;
		width: 8px;
		height: 12px;
		background: url("/omatome/images/about_ltg08/ltg08_link_ic01.png") no-repeat 0 0;
		background-size: 100% 100%;
	}
	.ltg08-link--blank::after, .ltg08-link-list__type--blank::after {
		content: "";
		position: relative;
		top: -0.125em;
		display: inline-block;
		width: 14px;
		height: 14px;
		background: url("/omatome/images/about_ltg08/ltg08_link_ic02.png") no-repeat 0 0;
		background-size: 100% 100%;
		vertical-align: middle;
	}
	.ltg08-link--blank::after {
		margin: 0 5px;
	}
	.ltg08-link-list__type--blank::after {
		margin: 0 0 0 5px;
	}
	.ltg08-link-list, .ltg08-link-list--right {
		margin: 0.9375em 0 0;
	}
	.ltg08-link-list--right > li {
		text-align: right;
	}
	/* ----- ltg08-visual ----- */
	.ltg08-visual {
		height: 538px;
		padding: 59px 0 0;
		background: url("/omatome/images/tetsuandtomo/ltg08_visual_bg01.jpg") no-repeat 50% 0;
	}
	.ltg08_02-visual {
		height: 538px;
		padding: 59px 0 0;
		background: url("/omatome/images/about_ltg08/ltg08_visual_bg02.jpg") no-repeat 50% 0;
	}
	.ltg08-visual__inner {
		width: 716px;
	}
	.ltg08-visual__body {
		margin: 0.625em 0 0;
	}
	.ltg08-visual__head.pc{
    display:block;
  }
	.ltg08-visual__head.sp{
    display:none;
  }
	.ltg08-visual-column {
		display: flex;
		justify-content: space-between;
	}
	.ltg08-visual-title, .ltg08-visual-title__highlight--small, .ltg08-visual-title__highlight--medium, .ltg08-visual-title__highlight--large {
		line-height: 1.1;
	}
	.ltg08-visual-title {
		position: relative;
		top: -0.2592em;
		color: #fff;
		font-size: 2.7rem;
		font-weight: 700;
	}
	.ltg08_02-visual__head .ltg08-visual-title img {
		width: 440px;
	}
	.ltg08-visual-title__highlight--small {
		font-size: 3rem;
	}
	.ltg08-visual-title__highlight--medium {
		font-size: 3.6rem;
	}
	.ltg08-visual-title__highlight--large {
		display: block;
		margin: 0.0617em 0 0;
		font-size: 8.1rem;
	}
	.ltg08-visual-title__note {
		display: block;
		margin: -0.5em 0 0;
		color: #999;
		font-size: 1.2rem;
		line-height: 1.1;
		text-align: right;
	}
	.ltg08_02-visual__head .ltg08-visual-title__note {
		margin: -0.8em -25px 0;
	}
	.ltg08_02-visual__head .ltg08-visual-title, .ltg08_02-visual__head .ltg08-visual-title__note {
		color: #0a1759;
	}
	.ltg08-visual-banner__image {
		width: 220px;
		height: 120px;
		padding: 28px 0 0 18px;
		box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.2);
		background: #fff;
		border-radius: 5px;
		line-height: 0;
	}
	.ltg08-visual-banner__icon {
		display: none;
	}
	.ltg08-visual-card {
		display: flex;
		justify-content: space-between;
	}
	[class*="ltg08-visual-card__item"] {
		height: 125px;
		padding: 0 4px;
		box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.2);
		background: #fff;
		border-radius: 5px;
		color: #17256e;
	}
	.ltg08-visual-card__item--1st {
		width: 230px;
	}
	.ltg08-visual-card__item--2nd {
		width: 170px;
	}
	.ltg08-visual-card__item--3rd {
		width: 300px;
	}
	.ltg08-visual-card__head {
		border-bottom: 1px solid #17256e;
	}
	.ltg08-visual-card__body {
		display: flex;
		justify-content: center;
		margin: 0.9375em 0 0;
	}
	.ltg08-visual-card__item--1st .ltg08-visual-card__body {
		/*margin-top: 1.25em;*/
	}
	.ltg08-visual-card__title, .ltg08-visual-card__title > span {
		line-height: 1.1;
	}
	.ltg08-visual-card__title {
		padding: 16px 0 11px;
		font-size: 2rem;
		font-weight: 700;
		text-align: center;
	}
	.ltg08-visual-card__title > span {
		font-size: 1.4rem;
		font-weight: 400;
	}
	.ltg08-visual-card-v2 {
		display: flex;
		justify-content: space-between;
		margin: 1.125em 0 0;
	}
	[class*="ltg08-visual-card-v2__item"] {
		display: flex;
		align-items: center;
		height: 90px;
		width: calc(((100% - 10px * 4) / 5) - 0.1px);
		background: #0a1759;
		border: 1px solid #fff;
		border-radius: 5px;
		color: #fff;
	}
	.ltg08-visual-card-v2__inner {
		width: 100%;
		padding: 2px 0 0;
	}
	.ltg08-visual-card-v2__inner * {
		line-height: 1.1;
	}
	.ltg08-visual-text {
		display: flex;
		justify-content: center;
	}
	.ltg08-visual-text__inner > *, .ltg08-visual-text__inner > * * {
		line-height: 1.1;
	}
	.ltg08-visual-text__inner > dt {
		font-weight: 700;
		letter-spacing: -0.025em;
	}
	.ltg08-visual-text__inner > dd {
		margin: 0.4166em 0 0;
		font-size: 1.2rem;
		text-align: center;
	}
	.ltg08-visual-text__highlight {
		color: #f60;
		font-size: 2.4rem;
	}
	.ltg08-visual-text-v2, .ltg08-visual-text-v3, .ltg08-visual-text-v2 *, .ltg08-visual-text-v3 * {
		line-height: 1.1;
	}
	.ltg08-visual-text-v2, .ltg08-visual-text-v3 {
		font-size: 2.2rem;
		font-weight: 700;
	}
	.ltg08-visual-text-v2__strong {
		font-size: 2.6rem;
	}
	.ltg08-visual-text-v2__highlight, .ltg08-visual-text-v3__highlight {
		position: relative;
		top: 0.0937em;
		padding: 0 8px;
		color: #f60;
		font-size: 3.2rem;
	}
	.ltg08-visual-text-v4, .ltg08-visual-text-v5, .ltg08-visual-text-v6, .ltg08-visual-text-v7, .ltg08-visual-text-v8 {
		font-weight: 700;
		text-align: center;
	}
	.ltg08-visual-text-v4__letter--1, .ltg08-visual-text-v4__letter--2 {
		display: block;
	}
	.ltg08-visual-text-v4__letter--1 {
		font-size: 1.4rem;
	}
	.ltg08-visual-text-v4__letter--2 {
		margin: 0.1111em 0 0;
		font-size: 3.6rem;
	}
	.ltg08-visual-text-v5__letter--1, .ltg08-visual-text-v5__letter--2 {
		display: block;
	}
	.ltg08-visual-text-v5__letter--1 {
		font-size: 2rem;
	}
	.ltg08-visual-text-v5__letter--2 {
		margin: 0.0625em 0 0;
		font-size: 3.2rem;
	}
	.ltg08-visual-text-v6__letter--1, .ltg08-visual-text-v6__letter--2 {
		display: block;
	}
	.ltg08-visual-text-v6__letter--1 {
		font-size: 1.4rem;
	}
	.ltg08-visual-text-v6__letter--2 {
		margin: 0.3em 0 0;
		font-size: 2rem;
	}
	.ltg08-visual-text-v6__letter--3 {
		position: relative;
		top: 0.0666em;
		padding: 0 0.0666em;
		font-size: 3rem;
	}
	.ltg08-visual-text-v7__letter--1 {
		display: block;
		font-size: 2rem;
	}
	.ltg08-visual-text-v7__letter--1 + .ltg08-visual-text-v7__letter--1 {
		margin-top: 0.25em;
	}
	.ltg08-visual-text-v7__letter--2 {
		font-size: 2.4rem;
	}
	.ltg08-visual-text-v8__letter--1, .ltg08-visual-text-v8__letter--2 {
		display: block;
		font-size: 0.9rem;
	}
	.ltg08-visual-text-v8__letter--1 {
		font-size: 1.2rem;
		line-height: 1.3333;
	}
	.ltg08-visual-text-v8__letter--2 {
		margin: 0.0714em 0 0;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.ltg08-visual-text-v8__letter--3 {
		position: relative;
		top: 0.0555em;
		padding: 0 0.1666em;
		font-size: 1.8rem;
	}
	/* ----- ltg08-frame ----- */
	.ltg08-frame {
		overflow: hidden;
		margin: 0 0 0;
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
		border-radius: 8px;
	}
	[class*="ltg08-frame__inner"] {
		padding: 45px;
		background: #fff;
	}
	.ltg08-frame__inner--simulation {
		padding-top: 29px;
		padding-bottom: 30px;
	}
	.ltg08-frame__inner--overview {
		padding-top: 68px;
		padding-bottom: 42px;
	}
	.ltg08-frame__inner--note {
		padding-top: 20px;
		padding-bottom: 20px;
		background: #fafafa;
		border-top: 1px solid #e8e8e8;
	}
	.ltg08-frame__inner--simulation > .container-v2 > .ltg08-frame__inner--note {
		margin-top: 1em;
		padding-top: 12px;
		padding-bottom: 20px;
		background: #fafafa;
		border-top: none;
	}
	.ltg08-frame__inner--contact {
		padding-top: 30px;
	}
	[class*="ltg08-frame__inner"] > *:first-child {
		margin-top: 0 !important;
	}
	/* v2 */
	.ltg08-frame-v2 > *:first-child {
		margin-top: 0 !important;
	}
	/* v3 */
	.ltg08-frame-v3 {
		position: relative;
		background: #f1f1f1;
		border-radius: 5px;
	}
	.ltg08-frame-v3__head {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.ltg08-frame-v3__body {
		padding: 55px 45px 45px;
	}
	.ltg08-frame-v3__title {
		position: relative;
		top: -0.5952em;
		color: #17256e;
		font-size: 4.2rem;
		line-height: 1.1;
		text-align: center;
	}
	/* v4 */
	.ltg08-frame-v4 {
		margin: 4.375em 0 0;
		padding: 0 10px 10px;
		background: #0a1759;
		border-radius: 5px;
	}
	.ltg08-frame-v4__head {
		display: flex;
		align-items: center;
		padding: 30px 28px;
		color: #fff;
	}
	.ltg08-frame-v4__title {
		margin: 0 40px 0 0;
	}
	.ltg08-frame-v4__catch {
		flex: 1;
		padding: 0 0 4px;
		background: url("/omatome/images/about_ltg08/ltg08_line_ex02.png") repeat-x 0 100%;
	}
	.ltg08-frame-v4-title {
		display: flex;
		align-items: center;
	}
	.ltg08-frame-v4-title__index {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 60px;
		height: 60px;
		margin: 0 18px 0 0;
		border: 1px solid #fff;
		border-radius: 5px;
		font-size: 4rem;
		text-align: center;
	}
	.ltg08-frame-v4-title__text {
		font-size: 3.5rem;
		font-weight: 700;
	}
	.ltg08-frame-v4-title__subscript {
		position: relative;
		top: 0.25em;
		padding: 0 0 0 0.5em;
		color: #999;
		font-size: 1.2rem;
		font-weight: 400;
	}
	.ltg08-frame-v4-catch, .ltg08-frame-v4-catch * {
		line-height: 1.1;
	}
	.ltg08-frame-v4-catch {
		font-size: 2.4rem;
		font-weight: 700;
	}
	.ltg08-frame-v4-catch__highlight {
		color: #ff7e00;
	}
	.ltg08-frame-v4-catch__strong {
		font-size: 2.7rem;
		color: #ff7e00;
	}
	/* v5 */
	.ltg08-frame-v5 {
		overflow: hidden;
		border-radius: 5px;
	}
	.ltg08-frame-v5__head, .ltg08-frame-v5__body {
		background: #fff;
	}
	.ltg08-frame-v5__head {
		padding: 16px 0;
	}
	.ltg08-frame-v5__body {
		margin: 2px 0 0;
		padding: 40px 28px 30px;
	}
	.ltg08-frame-v5__foot {
		padding: 15px 28px;
		background: #fafafa;
		border-top: 1px solid #e8e8e8;
	}
	.ltg08-frame-v5__foot > *:first-child {
		margin-top: 0 !important;
	}
	.ltg08-frame-v5-title {
		font-size: 2.4rem;
		text-align: center;
	}
	.ltg08-frame-v5-title__highlight {
		color: #ff7e00;
		font-weight: 700;
	}
	.ltg08-frame-v5-title__subscript {
		position: relative;
		top: 0.1666em;
		color: #999;
		font-size: 1.2rem;
	}
	/* v6 */
	.ltg08-frame-v6 {
		overflow: hidden;
		background: #fff;
		border: 1px solid #808080;
		border-radius: 5px;
	}
	.ltg08-frame-v6__head {
		padding: 7px 34px;
		background: #808080;
		color: #fff;
	}
	.ltg08-frame-v6__body {
		padding: 25px 34px;
	}
	.ltg08-frame-v6__title {
		font-size: 2.2rem;
		text-align: center;
	}
	/* ----- ltg08-button ----- */
	.ltg08-button {
		display: flex;
		width: 100%;
	}
	[class*="ltg08-button__type"] {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 0.8125em 10px;
		box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.15);
		background: #fff;
		border: 1px solid #ddd;
		border-radius: 4px;
		color: #000 !important;
		font-weight: 700;
		text-align: center;
		text-decoration: none !important;
		transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
	}
	[class*="ltg08-button__type"]:hover {
		color: #d32700 !important;
	}
	.ltg08-button__label {
		line-height: 1.375;
	}
	[class*="ltg08-button__type"] .ltg08-button__label::after {
		content: "";
		position: relative;
		display: inline-block;
		margin: 0 0 0 10px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% 100%;
		vertical-align: middle;
	}
	.ltg08-button__type .ltg08-button__label::after {
		top: -0.125em;
		width: 8px;
		height: 12px;
		background-image: url("/omatome/images/about_ltg08/ltg08_link_ic01.png");
	}
	.ltg08-button__type--blank .ltg08-button__label::after {
		top: -0.125em;
		width: 14px;
		height: 14px;
		background-image: url("/omatome/images/about_ltg08/ltg08_link_ic02.png");
	}
	.ltg08-button-wrap {
		display: flex;
		justify-content: space-between;
		margin: 1.875em 0 0;
	}
	.ltg08-button-wrap > li {
		display: flex;
		width: calc(((100% - 36px) / 2) - 0.1px);
	}
	.ltg08-button-wrap-v2 {
		display: flex;
		justify-content: space-between;
	}
	.ltg08-button-wrap-v2 > li {
		display: flex;
		width: calc(((100% - 10px) / 2) - 0.1px);
	}
	/* ----- ltg08-button-v2 ----- */
	.ltg08-button-v2 {
		display: flex;
		width: 100%;
    margin-top:15rem;
	}
	.ltg08-button-v2 a{
    position:relative;
	}
	.ltg08-button-v2 .ltg08-button-v2-img{
    position:absolute;
    right:5rem;
    bottom:0;
    width:24rem;
    z-index:2;
	}
	[class*="ltg08-button-v2__type"] {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 0.8125em 10px;
		box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.15);
		background: #3981e0;
		border: 1px solid #3981e0;
		border-radius: 4px;
		color: #fff !important;
		font-weight: 700;
		text-align: center;
		text-decoration: none !important;
		transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
	}
	[class*="ltg08-button-v2__type"]:hover {
		color: #d32700 !important;
	}
	.ltg08-button__label {
		line-height: 1.375;
	}
	[class*="ltg08-button-v2__type"] .ltg08-button-v2__label::after {
		content: "";
		position: relative;
		display: inline-block;
		margin: 0 0 0 10px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% 100%;
		vertical-align: middle;
	}
	.ltg08-button-v2__type .ltg08-button-v2__label::after {
		top: -0.125em;
		width: 8px;
		height: 12px;
		background-image: url("/omatome/images/about_ltg08/ltg08_link_ic04.png");
	}
	.ltg08-button-v2__type--blank .ltg08-button-v2__label::after {
		top: -0.125em;
		width: 14px;
		height: 14px;
		background-image: url("/omatome/images/about_ltg08/ltg08_link_ic02.png");
	}
	.ltg08-button-wrap {
		display: flex;
		justify-content: space-between;
		margin: 1.875em 0 0;
	}
	.ltg08-button-wrap > li {
		display: flex;
		width: calc(((100% - 36px) / 2) - 0.1px);
	}
	.ltg08-button-wrap-v2 {
		display: flex;
		justify-content: space-between;
	}
	.ltg08-button-wrap-v2 > li {
		display: flex;
		width: calc(((100% - 10px) / 2) - 0.1px);
	}
	.ltg08-button-v2__type:hover {
		background: #fff;
		color: #3981e0 !important;
	}
	.ltg08-button-v2__type:hover .ltg08-button-v2__label::after {
		background-image: url("/omatome/images/about_ltg08/ltg08_link_ic05.png");
	}
	/* ----- ltg08-conversion ----- */
	.ltg08-conversion {
		margin: 1.5625em 0 0;
	}
	.ltg08-conversion-button__type {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 76px;
		box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.15);
		background: #71c000;
		border: 1px solid #71c000;
		border-radius: 9999px;
		color: #fff !important;
		font-size: 3rem;
		font-weight: 700;
		text-align: center;
		text-decoration: none !important;
		transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
	}
	.ltg08-conversion-button__label {
		position: relative;
		padding: 0 0 0 40px;
	}
	.ltg08-conversion-button__label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 24px;
		height: 24px;
		background: url("/omatome/images/about_ltg08/ltg08_btn_ic01.png") no-repeat 0 0;
		background-size: 100% 100%;
	}
	.ltg08-conversion-button__label, .ltg08-conversion-button__highlight, .ltg08-conversion-button__subscript {
		line-height: 1.1;
	}
	.ltg08-conversion-button__highlight {
		font-size: 4rem;
	}
	.ltg08-conversion-button__subscript {
		font-size: 1.2rem;
		font-weight: 400;
	}
	.ltg08-conversion-button__type:hover {
		background: #fff;
		color: #71c000 !important;
	}
	.ltg08-conversion-button__type:hover .ltg08-conversion-button__label::before {
		background-image: url("/omatome/images/about_ltg08/ltg08_btn_ic02.png");
	}
	.ltg08-conversion__text {
		margin: 1.0714em 0 0;
		font-size: 1.4rem;
		text-align: center;
	}
	/* ----- ltg08-note ----- */
	.ltg08-note, .ltg08-note-v2 {
		margin: 1.25em 0 0;
	}
	.ltg08-note-v3 {
		margin: 0.625em 0 0;
	}
	.ltg08-note-v2 + .ltg08-note {
		margin-top: 0;
	}
	.ltg08-note > li, .ltg08-note-v2 > li, .ltg08-note-v3 > li {
		position: relative;
		color: #999;
		font-size: 1.4rem;
	}
	.ltg08-note > li {
		padding-left: 2em;
	}
	.ltg08-note-v2 > li {
		padding-left: 2.5em;
	}
	.ltg08-note-v3 > li {
		padding-left: 1.5em;
	}
	.ltg08-note__mark, .ltg08-note-v2__mark, .ltg08-note-v3__mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ltg08-note__highlight, .ltg08-note-v2__highlight, .ltg08-note-v3__highlight {
		color: #cd3301 !important;
	}
	/* ----- ltg08-simulation ----- */
	.ltg08-simulation {
		max-width: 840px;
		margin: 3.125em auto 0;
		font-size: 1.2rem;
		text-align: center;
	}
	.ltg08-simulation *, .ltg08-simulation *::before, .ltg08-simulation *::after {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
	.ltg08-simulation .simulation {
		padding: 0;
	}
	/* ----- ltg08-column ----- */
	.ltg08-column {
		display: flex;
		justify-content: space-between;
		margin: 1.875em 0 0;
	}
	.ltg08-column__item {
		width: calc(((100% - 36px) / 2) - 0.1px);
	}
	/* v2 */
	.ltg08-column-v2 {
		display: flex;
	}
	.ltg08-column-v2__item {
		position: relative;
		display: flex;
		align-items: center;
	}
	.ltg08-column-v2__item + .ltg08-column-v2__item {
		flex: 1;
		margin-left: 51px;
	}
	.ltg08-column-v2__item + .ltg08-column-v2__item::before {
		content: "";
		position: absolute;
		top: 0;
		left: -25px;
		width: 1px;
		min-height: 100%;
		background: #e8e8e8;
	}
	.ltg08-column-v2__inner {
		width: 100%;
	}
	.ltg08-column-v2__inner > *:first-child {
		margin-top: 0 !important;
	}
	/* ----- ltg08-contact ----- */
	.ltg08-contact {
		margin: 1.875em 0 0;
	}
	.ltg08-contact__lead {
		font-weight: 700;
		line-height: 1.5625;
		text-align: center;
	}
	.ltg08-contact-button {
		margin: 0.625em 0 0;
		padding-left: 4.2rem;
	}
	.ltg08-contact-button__type, .ltg08-contact-button__type * {
		line-height: 1.1;
	}
	.ltg08-contact-button__type {
		display: block;
		color: #333 !important;
		text-align: center;
		text-decoration: none !important;
		pointer-events: none;
		cursor: default;
	}
	.ltg08-contact-button__number {
		position: relative;
		top: 0.0833em;
		color: #0b3190;
		font-size: 3.6rem;
		font-weight: 700;
	}
	.ltg08-contact__note {
		margin: 0.7142em 0 0;
		font-size: 1.4rem;
		text-align: center;
	}
	/* ----- ltg08-table ----- */
	.ltg08-table {
		width: 100%;
		border-top: 1px solid #bfbfbf;
		border-left: 1px solid #bfbfbf;
	}
	.ltg08-table caption {
		padding: 0 0 0.3125em;
		text-align: center;
	}
	.ltg08-table > * > tr > * {
		padding: 1px 10px;
		border-right: 1px solid #bfbfbf;
		border-bottom: 1px solid #bfbfbf;
		font-size: 1.2rem;
		text-align: center;
	}
	.ltg08-table > thead > tr > th {
		background: #eee;
		font-weight: 700;
	}
	.ltg08-table > tbody > tr > td {
		width: 50%;
		background: #fff5eb;
	}
	/* ----- ltg08-banner ----- */
	.ltg08-banner {
		padding: 30px 45px;
	}
	.ltg08-banner__list > li {
		text-align: center;
	}
	.ltg08-banner__list > li img {
		max-width: 100%;
	}
	/* ----- ltg08-list ----- */
	.ltg08-list {
		padding: 0 0 0 100px;
	}
	.ltg08-list__inner > li, .ltg08-list__inner > li * {
		line-height: 1.1;
	}
	.ltg08-list__inner > li {
		position: relative;
		padding: 0 0 0 43px;
		font-size: 1.8rem;
    line-height: 1.4;
	}
	.ltg08-list__inner > li + li {
		margin-top: 1.1363em;
	}
	.ltg08-list__inner > li::before {
		content: "";
		position: absolute;
		top: -0.0909em;
		left: 0;
		width: 30px;
		height: 26px;
		background: url("/omatome/images/about_ltg08/ltg08_overview_ic01.png") no-repeat 0 0;
	}
	.ltg08-list__highlight {
		position: relative;
		display: inline-block;
	}
	.ltg08-list__highlight::before {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: calc(100% - 5px);
		height: 1px;
		background: url("/omatome/images/about_ltg08/ltg08_line_ex01.png") repeat-x 0 0;
	}
	/* ----- ltg08-balloon ----- */
	.ltg08-balloon {
		margin: 2.5em 0 0;
		padding: 0 0 17px;
	}
	.ltg08-balloon__inner {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100px;
		box-shadow: 0 3px 0 0 #e5e5e5;
		background: #fff;
		border-radius: 5px;
	}
	.ltg08-balloon__inner::before, .ltg08-balloon__inner::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 75%;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent;
	}
	.ltg08-balloon__inner::before {
		margin-left: -2px;
		border-width: 17px 11px 0 11px;
		border-top-color: #e5e5e5;
	}
	.ltg08-balloon__inner::after {
		border-width: 15px 9px 0 9px;
		border-top-color: #fff;
	}
	.ltg08-balloon__text, .ltg08-balloon__text * {
		line-height: 1.1;
	}
	.ltg08-balloon__text {
		width: 100%;
		font-size: 3.2rem;
		text-align: center;
	}
	.ltg08-balloon__highlight {
		color: #ff7e00;
	}
	.ltg08-balloon__strong {
		font-size: 4.5rem;
	}
	/* ----- ltg08-tab ----- */
	.ltg08-tab {
		margin: 1.25em 0 0;
	}
	.ltg08-tab__head {
		display: none;
	}
	.ltg08-tab__body {
		display: flex;
		justify-content: space-between;
	}
	.ltg08-tab__detail {
		overflow: hidden;
		width: calc(((100% - 36px) / 2) - 0.1px);
		background: #fff;
		border-radius: 5px;
	}
	[class*="ltg08-tab-panel__head"] {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100px;
	}
	.ltg08-tab-panel__head--gray {
		background: #505050;
	}
	.ltg08-tab-panel__head--orange {
		background: #ff7e00;
	}
	.ltg08-tab-panel__body {
		padding: 30px 20px 25px;
	}
	.ltg08-tab-panel-title, .ltg08-tab-panel-title * {
		line-height: 1.1;
	}
	.ltg08-tab-panel-title {
		width: 100%;
		color: #fff;
		font-size: 2.2rem;
		text-align: center;
	}
	.ltg08-tab-panel-title__highlight {
		font-size: 2.6rem;
	}
	.ltg08-tab-panel-title__strong {
		display: block;
		margin: 0.3125em 0 0;
		font-size: 3.2rem;
	}
	.ltg08-tab-panel__image {
		margin: 0;
		text-align: center;
	}
	.ltg08-tab-panel__image img {
		max-width: 329px;
		width: 100%;
	}
	.ltg08-tab-panel__text {
		margin: 1.5625em 0 0;
	}
	.ltg08-tab-panel__highlight {
		color: #ff7e00;
		font-size: 1.9rem;
	}
	/* ----- ltg08-flow ----- */
	.ltg08-flow {
		position: relative;
		padding: 95px 0 35px;
	}
	.ltg08-flow + * {
		margin-top: 0 !important;
	}
	.ltg08-flow::before, .ltg08-flow::after {
		content: "";
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	.ltg08-flow::before {
		top: 0;
		width: 61px;
		height: 22px;
		background: #ff7e00;
	}
	.ltg08-flow::after {
		top: 22px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 57px 61px 0 61px;
		border-color: #ff7e00 transparent transparent transparent;
	}
	.ltg08-flow-lead, .ltg08-flow-lead * {
		line-height: 1.1;
	}
	.ltg08-flow-lead {
		font-size: 3.3rem;
		text-align: center;
	}
	.ltg08-flow-lead__subscript {
		color: #999;
		font-size: 1.2rem;
	}
	.ltg08-flow-balloon {
		display: flex;
		justify-content: center;
		margin: 0.625em 0 0;
		padding: 0 0 17px;
	}
	.ltg08-flow-balloon__inner {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 740px;
		height: 100px;
		box-shadow: 0 3px 0 0 #e5e5e5;
		background: #fff;
		border-radius: 5px;
	}
	.ltg08-flow-balloon__inner::before, .ltg08-flow-balloon__inner::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent;
	}
	.ltg08-flow-balloon__inner::before {
		margin-left: -2px;
		border-width: 17px 11px 0 11px;
		border-top-color: #e5e5e5;
	}
	.ltg08-flow-balloon__inner::after {
		border-width: 15px 9px 0 9px;
		border-top-color: #fff;
	}
	[data-browser="ie11"] .ltg08-flow-balloon__inner::after {
		margin-top: -0.1px;
	}
	.ltg08-flow-balloon__text, .ltg08-flow-balloon__text * {
		line-height: 1.1;
	}
	.ltg08-flow-balloon__text {
		width: 100%;
		font-size: 3.3rem;
		font-weight: 700;
		text-align: center;
	}
	.ltg08-flow-balloon__highlight, .ltg08-flow-balloon__strong {
		font-size: 4.3rem;
	}
	.ltg08-flow-balloon__strong {
		color: #ff7e00;
	}
	/* v2 */
	.ltg08-flow-v2 {
		position: relative;
		padding: 45px 0 0;
	}
	.ltg08-flow-v2::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 19px 11px 0 11px;
		border-color: #091654 transparent transparent transparent;
	}
	.ltg08-flow-v2 > *:first-child, .ltg08-flow-v2 > .container-v2:first-child > *:first-child {
		margin-top: 0 !important;
	}
	/* ----- ltg08-feature ----- */
	.ltg08-feature + .ltg08-conversion {
		margin-top: 2.1875em;
	}
	.ltg08-feature .ltg08-feature-container:nth-child(2) {
		margin-top: 4.8em;
		margin-bottom: 3.6em;
	}
	.ltg08-feature .ltg08-feature-container:nth-child(2) > .ltg08-column {
		background: #f1f1f1;
		padding: 1.6em;
	}
	.ltg08-feature-container {
		max-width: 720px;
		margin: 0 auto;
	}
	.ltg08-feature-image {
		margin: 0 -50px;
		text-align: center;
	}
	.ltg08-feature-image img {
		max-width: 100%;
	}
	.ltg08-feature-text {
		margin: 1.25em 0 0;
		font-size: 2.4rem;
		line-height: 1.1;
		text-align: center;
	}
	.ltg08-feature-text.orange {
		margin: 1.25em 0 0;
		font-size: 2.1rem;
		line-height: 1.1;
		text-align: center;
    border:1px solid #FF670C;
    background:#FFF5EB;
    color:#FF670C;
    position:relative;
    z-index:2;
    border-radius:0.7rem;
    padding:1em;
 		font-weight: 700;
	}
	.ltg08-feature-image + .ltg08-feature-text {
		margin-top: 0.625em;
		margin-bottom: -0.4166em;
	}
	.ltg08-feature-text-v2 {
		margin: 0.9375em 0 0;
	}
	.ltg08-feature-text-v2__highlight {
		color: #f6012d;
	}
	.ltg08-feature-media {
		display: flex;
		flex-direction: row-reverse;
	}
	.ltg08-feature-media__head {
		margin: 0 0 0 30px;
	}
	.ltg08-feature-media__body {
		flex: 1;
	}
	.ltg08-feature-media__image {
		margin: 0;
	}
	.ltg08-feature-media__text {
		margin: 0.9375em 0 0;
	}
	.ltg08-feature-media__highlight {
		background: linear-gradient(transparent 55%, #ff9 0%);
	}
	.ltg08-feature-media-v2 {
		display: flex;
		justify-content: center;
		margin: 1.5625em 0 0;
		padding: 10px 0;
		background: #f1f1f1;
	}
	.ltg08-feature-media-v2__inner {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row-reverse;
	}
	.ltg08-feature-media-v2__head {
		width: 247px;
	}
	.ltg08-feature-media-v2__body {
		width: 316px;
	}
	.ltg08-feature-media-v2__head + .ltg08-feature-media-v2__body {
		margin-right: 15px;
	}
	.ltg08-feature-media-v2__image {
		margin: 0;
	}
	.ltg08-feature-media-v2__image img {
		max-width: 100%;
	}
	.ltg08-feature-media-v2__list {
		padding: 0 12px 0 0;
	}
	.ltg08-feature-media-v2__list > li {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 42px;
		background: #333;
		border-radius: 3px;
		color: #fff;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.1;
		text-align: center;
	}
	.ltg08-feature-media-v2__list > li + li {
		margin-top: 4px;
	}
	.ltg08-feature-media-v2__list > li::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 100%;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 0 7px 12px;
		border-color: transparent transparent transparent #333;
	}
	[data-browser="ie11"] .ltg08-feature-media-v2__list > li::before {
		margin-left: -0.1px;
	}
	.ltg08-feature-title {
		padding: 0 0 10px;
		border-bottom: 1px solid #333;
	}
	.ltg08-feature-title__inner {
		position: relative;
		padding: 0 0 0 26px;
		color: #f60;
		font-size: 2rem;
		font-weight: 700;
		line-height: 1.1;
	}
	.ltg08-feature-title__inner::before {
		content: "";
		position: absolute;
		top: 0.1em;
		left: 0;
		width: 6px;
		height: 18px;
		background: #072f89;
	}
	/* ----- ltg08-toggle ----- */
	.ltg08-toggle__head {
		display: none;
	}
	.ltg08-toggle__body > *:first-child {
		margin-top: 0 !important;
	}
	/* ----- ltg08-section ----- */
	.ltg08-section {
		margin: 3.75em 0 0;
	}
	.ltg08-section + .ltg08-section {
		margin-top: 3.125em;
	}
	/* ----- ltg08-heading2 ----- */
	.ltg08-heading2 {
		color: #000;
		font-size: 2.6rem;
		font-weight: 700;
		line-height: 1.4;
	}
	/* ----- ltg08-heading3 ----- */
	.ltg08-heading3 {
		color: #ec6b15;
		font-size: 2.2rem;
		font-weight: 700;
		line-height: 1.3;
		margin-bottom: 20px;
	}
	/* ----- ltg08-faq ----- */
	.ltg08-faq {
		margin: 1.5625em 0 0;
	}
	.ltg08-faq + .ltg08-faq {
		margin-top: 1.25em;
	}
	.ltg08-faq__head {
		position: relative;
		padding: 20px 25px 20px 70px;
		background: #fef7ed;
	}
	.ltg08-faq__head::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 26px;
		transform: translateY(-50%);
		width: 21px;
		height: 22px;
		background: url("/omatome/images/about_ltg08/ltg08_faq_ic01.png") no-repeat 0 0;
		background-size: 100% 100%;
	}
	.ltg08-faq__body {
		position: relative;
		padding: 25px 25px 25px 70px;
		background: #fff;
	}
	.ltg08-faq__body::before {
		content: "";
		position: absolute;
		top: 1.5em;
		left: 26px;
		width: 21px;
		height: 21px;
		background: url("/omatome/images/about_ltg08/ltg08_faq_ic02.png") no-repeat 0 0;
		background-size: 100% 100%;
	}
	.ltg08-faq__body > *:first-child {
		margin-top: 0 !important;
	}
	.ltg08-faq__title {
		font-size: 1.8rem;
		font-weight: 700;
	}
	/* ----- ltg08-card ----- */
	.ltg08-card {
		display: flex;
		flex-wrap: wrap;
		margin: 1.5625em 0 0;
	}
	.ltg08-card__item {
		width: calc(((100% - 36px * 2) / 3) - 0.1px);
		margin: 36px 0 0 36px;
	}
	.ltg08-card__item:nth-child(-n+3) {
		margin-top: 0;
	}
	.ltg08-card__item:nth-child(3n+1) {
		margin-left: 0;
	}
	[class*="ltg08-card__type"] {
		display: block;
	}
	[class*="ltg08-card__type"]:not(.ltg08-card__type--nolink) {
		color: #0b3190 !important;
		text-decoration: none !important;
		transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
	}
	[class*="ltg08-card__type"]:not(.ltg08-card__type--nolink):hover {
		color: #d32700 !important;
		text-decoration: underline !important;
	}
	.ltg08-card__body {
		margin: 1.25em 0 0;
	}
	.ltg08-card__image {
		overflow: hidden;
		margin: 0;
		background: #fff;
		border-radius: 12px;
	}
	.ltg08-card__image img {
		width: 100%;
	}
	[class*="ltg08-card__type"]:not(.ltg08-card__type--nolink) .ltg08-card__image img {
		transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
	}
	[class*="ltg08-card__type"]:not(.ltg08-card__type--nolink):hover .ltg08-card__image img {
		opacity: 0.7;
	}
	.ltg08-card__title {
		font-size: 2rem;
		font-weight: 700;
	}
	[class*="ltg08-card__type"]:not(.ltg08-card__type--nolink) .ltg08-card__title::after {
		content: "";
		position: relative;
		display: inline-block;
		margin: 0 0 0 10px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% 100%;
		vertical-align: middle;
	}
	.ltg08-card__type .ltg08-card__title::after {
		top: -0.1em;
		width: 8px;
		height: 12px;
		background-image: url("/omatome/images/about_ltg08/ltg08_link_ic01.png");
	}
	.ltg08-card__type--blank .ltg08-card__title::after {
		top: -0.05em;
		width: 14px;
		height: 14px;
		background-image: url("/omatome/images/about_ltg08/ltg08_link_ic02.png");
	}
	.ltg08-card .info-card__item {
		width: 284px;
	}
	/* ----- ltg08-caution ----- */
	.ltg08-caution > *:first-child {
		margin-top: 0 !important;
	}
	.ltg08-caution-section {
		margin: 1.25em 0 0;
	}
	.ltg08-caution-title {
		display: flex;
	}
	.ltg08-caution-title__inner {
		padding: 9px 18px;
		background: #808080;
		border-radius: 3px;
		color: #fff;
		font-size: 1.4rem;
		font-weight: 700;
	}
	.ltg08-caution-list {
		margin: 0.9375em 0 0;
	}
	.ltg08-caution-list > li {
		position: relative;
		padding: 0 0 0 1em;
		font-size: 1.4rem;
		line-height: 1.7142;
	}
	.ltg08-caution-list > li::before {
		content: "\30FB";
		position: absolute;
		top: 0;
		left: 0;
	}
	.ltg08-caution-table {
		margin: 0.625em 0 0;
	}
	.ltg08-caution-table__title {
		font-size: 1.4rem;
	}
	.ltg08-caution-table__matrix > tbody > tr > * {
		vertical-align: top;
		font-size: 1.4rem;
		line-height: 1.7142;
	}
	.ltg08-caution-table__matrix > tbody > tr > th {
		font-weight: 400;
		white-space: nowrap;
	}
	.ltg08-caution-table__matrix > tbody > tr > td {
		padding: 0 0 0 1em;
		text-align: right;
	}
	.ltg08-caution-table__text {
		font-size: 1.4rem;
		line-height: 1.7142;
	}
	.ltg08-caution .ltg08-feature-media-v2__image img {
		width: 560px;
		margin: 1em auto;
		border-radius: 12px;
	}
	/* ----- ltg08-text ----- */
	.ltg08-text {
		margin: 2.8125em 0 0;
	}
	/* ----- ltg08-people ----- */
	.ltg08-people__image .ltg08-people {
		width: 24% !important;
		position: absolute;
		right: 15%;
		top: 2%;
	}
	/* ----- ltg08-people ----- */
	.ltg08-people-kansai__image{
    text-align:center;
  }
	.ltg08-people-kansai__image .ltg08-people-kansai {
		width: 42.4% !important;
      margin: 0 auto;
  }
	/* ------------------------------------------------------
	 * dropdown
	------------------------------------------------------ */
	.ltg08-dropdown__lead:before {
		width: 14px;
		height: 14px;
	}
	.dropdown:before {
		right: 3.2em;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 9px solid #072f89;
	}
	#borrowingAmount {
		width: 90%;
	}
	#repaymentAmount {
		width: 60%;
	}
	.result > span {
		left: 64%;
	}
	/* ------------------------------------------------------
	 * accordion
	------------------------------------------------------ */
	.accordion__head {
		padding: 1.4em 1.6em;
		cursor: pointer;
	}
	.accordion__body {
		padding: 1.4em 1.6em;
	}
	.accordion__title:before, .accordion__title:after, .toggle-label:before, .toggle-label:after {
		width: 21px;
		height: 3px;
		margin: -1.5px 0 0 0;
	}
	/* ----- omatome-flow ------ */
	.ltg08-frame-flow {
		overflow: hidden;
		box-shadow: 0 1px 3px 0 rgb(0 0 0 / 15%);
		border-radius: 8px;
		margin-top: 1em;
	}
	.omatome-flow {
		display: flex;
		justify-content: space-between;
	}
	.omatome-flow__step {
		margin: 2.5em 0 1.2em;
		padding: 0.8em 1.5em;
	}
	.omatome-flow__step__title {
		font-size: 2rem;
	}
	.ltg08-heading4__title {
		font-size: 1.8rem;
	}
	.omatome-flow[data-flow-length="5"] > .omatome-flow__item {
		width: calc(((100% - 20px) - (13px * (5 - 1))) / 5);
	}
	.omatome-flow[data-flow-length="5"] > .omatome-flow__item:last-child {
		width: calc((100% - 20px) / 5 + 20px);
	}
	.omatome-flow__item {
		padding: 17px 10px 15px 42px;
		text-align: center;
	}
	.omatome-flow__item:before {
		top: 50%;
		left: calc(32px - 54px);
		width: 0;
		height: 0;
		transform: translateY(-50%);
		border-width: 280px 0 280px 54px;
		border-style: solid;
		border-color: transparent transparent transparent #fff;
	}
	.omatome-flow__item:nth-of-type(1):before {
		transform: none !important;
	}
	.omatome-flow__item:after {
		top: 50%;
		left: calc(100% - (54px - 32px));
		width: 0;
		height: 0;
		transform: translateY(-50%);
		border-width: 280px 0 280px 54px;
		border-style: solid;
		border-color: transparent transparent transparent #fef7ed;
	}
	.omatome-flow__item__step {
		font-size: 1.8rem;
		font-weight: 700;
	}
	.omatome-flow__item__step__emphasis {
		font-size: 2.4rem;
	}
	.omatome-flow__item__title {
		margin-top: 5px;
		font-size: 2.2rem;
		font-weight: 700;
	}
	/* ----- certificate-layout ------ */
	.certificate-layout__column {
		width: 1120px;
		margin: 40px auto 20px;
	}
	.certificate-layout__column__item:nth-of-type(1) {
		width: 510px;
	}
	.certificate-layout__image-column__item:nth-of-type(1), .certificate-layout__image-column__item:nth-of-type(3), .certificate-layout__list-column__item {
		width: 210px;
	}
	.certificate-layout__image-column__item:nth-of-type(2) {
		width: 60px;
	}
	.certificate-layout__image-column__item .certificate-layout__image-column__item__conjunction {
		width: 60px;
		height: 60px;
		font-size: 1.6rem;
		font-weight: 700;
	}
	.certificate-layout__column-wrap > .certificate-layout__column {
		width: 504px;
	}
	.certificate-layout__supplement {
		margin-top: 15px;
		padding: 5px 10px;
		font-weight: 700;
	}
	.fs-small {
		font-size: 1.2rem;
	}
	[data-col-pc="2"] > * {
		width: calc(((100% - (36px)) / 2) - 0.1px);
	}
	[data-col-pc]:not([data-col-pc="auto"]) > * {
		margin-top: 1.25em;
		margin-left: 36px;
	}
	[data-col-pc="2"] > *:nth-child(2n+1) {
		margin-left: 0 !important;
	}
	[data-col-pc="2"] > *:nth-child(-n+2) {
		margin-top: 1.2em;
	}
	.confirm-column__img {
		width: calc(((100% - (36px * (3 - 1))) / 3) - 0.1px);
		margin-left: 36px;
	}
	/* ----- tel ----- */
	a[href^="tel:"] {
		color: #000;
		text-decoration: none;
		cursor: default;
		pointer-events: none;
	}
	/* ----- lead-title ----- */
	.lead-title {
		margin: 1em 45px;
		padding: 0.6em 0.8em;
		font-size: 2em;
	}
	/* ------------------------------------------------------
	 * Clearfix
	------------------------------------------------------ */
	.clearfix::after {
		display: block;
		clear: both;
		content: "";
	}
}
/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1264px) {
	.assist-conversion {
		width: 1264px;
	}
}
/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767.98px) {
	/* ------------------------------------------------------
	 * Transfer
	------------------------------------------------------ */
	/* ----- simulation ----- */
	.tx-color-02 {
		color: #ff7e00;
		font-size: 20px;
	}
	.simulation {}
	.simulation-head {
		background-color: #0a1759;
		position: relative;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}
	.simulation-body {
		background-color: #f0f0f0;
		padding: 10px 20px 64px 20px;
		position: relative;
	}
	.simulation-form-title {
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		margin-left: -3px;
	}
	.simulation-form {}
	.simulation-form-text {
		font-size: 14px;
		font-weight: bold;
		vertical-align: bottom;
		margin-left: 5px;
	}
	.simulation-form-type-text {
		margin: 0;
		background: none;
		border: none;
		outline: none;
		appearance: none;
		background-color: #fff;
		border-radius: 4px;
		padding: 16px;
		width: 80%;
		font-size: 20px;
		font-weight: bold;
	}
	.simulation-form-type-text {
		background-color: #fffbd6;
	}
	.simulation-form-type-text.active {
		background-color: #ffffff;
	}
	a.button-diagnose, a.button-apply {
		color: #fff;
	}
	.button-diagnose {
		background-color: #ff7e00;
		border: 2px solid #ff7e00;
		box-shadow: 0 2px 0 0 rgb(204 111 0);
		width: 100%;
		border-radius: 99px;
		color: #fff;
		display: block;
		margin: 20px auto 0;
		padding: 12px;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		position: relative;
	}
	.btn-arrow {
		background-image: url(/omatome/images/about_ltg08/btn_arrow.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 10px;
		width: 6px;
		height: 9px;
	}
	.simulation .item-cv-btn-002 {
		text-align: center;
	}
	.simulation-answer {
		background-color: #fff;
		padding: 20px;
		margin-top: 20px;
	}
	.answer-text {
		text-align: center;
	}
	.answer-text-main {
		color: #ff7e00;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4;
		margin: 0;
	}
	.answer-text-sub {
		font-size: 10px;
	}
	.button-heading-text {
		font-size: 12px;
		font-weight: bold;
		margin: 0;
		text-align: center;
		margin-top: 20px;
	}
	.button-apply {
		background-color: #71c000;
		border: 2px solid #71c000;
		box-shadow: 0 2px 0 0 rgb(47 136 15);
		width: 100%;
		border-radius: 99px;
		color: #fff;
		display: block;
		margin: 5px auto 0;
		padding: 12px;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		position: relative;
	}
	a.reset {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		font-size: 18px;
		text-decoration: underline;
		margin-bottom: 16px;
	}
	.simulation-form-01, .simulation-form-02 {
		width: 100%;
	}
	.simulation-form-01 {}
	.simulation-form-02 {
		margin-top: 10px;
	}
	.button-icon {
		width: 7px;
		height: 10px;
	}
	.answer-figure-box {
		width: 80px;
		margin: 0 auto 10px;
	}
	.answer-figure-box img {}
	/* ------------------------------------------------------
	 * Basic
	------------------------------------------------------ */
	body {
		font-size: 1.4rem;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	/* ------------------------------------------------------
	 * Common
	------------------------------------------------------ */
	/* ----- device ----- */
	.ltg08-sp-hidden {
		display: none !important;
	}
	/* ------------------------------------------------------
	 * Header
	------------------------------------------------------ */
	.Header__inner {
		position: relative;
		z-index: 5;
	}
	.Header__head {
		padding: 6px 12px;
		background: #fff;
	}
	.Header__body {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 29px;
		background: url("/omatome/images/about_ltg08/ltg08_hdr_bg01-r2x.png") no-repeat 0 0;
		background-size: auto 100%;
	}
	.header-logo {
		position: absolute;
		top: 0;
		left: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 148px;
		height: 27px;
		line-height: 0;
	}
	.header-logo img {
		width: 88px;
	}
	/* ----- header-tagline ----- */
	.header-tagline {
		color: #999;
		font-size: 0.9rem;
	}
	/* ------------------------------------------------------
	 * Main
	------------------------------------------------------ */
	.Main__content {
		padding: 0 15px;
	}
	.Main__guide {
		margin: 1.0714em 0 0;
		background: #f7f7f7;
	}
	/* ----- main-breadcrumb ----- */
	.main-breadcrumb {
		overflow-x: scroll;
		display: flex;
		padding: 0.5em 15px;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	.main-breadcrumb > li {
		position: relative;
		font-size: 1.1rem;
	}
	.main-breadcrumb > li + li {
		margin-left: 0.9090em;
		padding-left: 1.8181em;
	}
	.main-breadcrumb > li + li::before {
		content: "\FF1E";
		position: absolute;
		top: 0;
		left: 0;
		color: #999;
	}
	.main-breadcrumb__type {
		color: #0b3190 !important;
		text-decoration: none !important;
	}
	/* ------------------------------------------------------
	 * Assist
	------------------------------------------------------ */
	/* ----- assist-conversion ----- */
	.assist-conversion {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 80px;
		padding: 8px 15px 0;
		box-shadow: 0 -1px 3px 0px rgba(0, 0, 0, 0.15);
		background: #fdeddb;
		color: #fff;
		z-index: 9999;
	}
	.assist-conversion__inner {
		position: relative;
		display: flex;
		align-items: center;
	}
	.assist-conversion__head {
		margin: 0 8px 0 0;
	}
	.assist-conversion__body {
		flex: 1;
	}
	.assist-conversion__title {
		font-weight: 700;
	}
	.assist-conversion-button__type {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 58px;
		padding: 0 30px;
		box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
		background: #71c000;
		border: 1px solid #71c000;
		border-radius: 9999px;
		color: #fff !important;
		font-weight: 700;
		text-align: center;
		text-decoration: none !important;
	}
	.assist-conversion-button__type::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 15px;
		transform: translateY(-50%);
		width: 13px;
		height: 13px;
		background: url("/omatome/images/about_ltg08/ltg08_btn_ic01-r2x.png") no-repeat 0 0;
		background-size: 100% 100%;
	}
	.assist-conversion-button__label {
		line-height: 1.3928;
	}
	.assist-conversion-button__highlight, .assist-conversion-button__subscript {
		line-height: 1.1;
	}
	.assist-conversion-button__highlight {
		font-size: 2.4rem;
	}
	.assist-conversion-button__subscript {
		font-size: 0.8rem;
		font-weight: 400;
	}
	.assist-conversion-note, .assist-conversion-note__mark {
		line-height: 1.3;
	}
	.assist-conversion-note {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		margin: 1em 0 0;
		padding: 0 0 0 1.5em;
		color: #999;
		font-size: 1rem;
	}
	.assist-conversion-note__mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* ------------------------------------------------------
	 * Footer
	------------------------------------------------------ */
	.Footer {
		padding: 0 0 80px;
	}
	.Footer__body {
		padding: 0 15px;
		background: #ff7e00;
	}
	/* ----- footer-copyright ----- */
	.footer-copyright {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 54px;
	}
	.footer-copyright__label {
		color: #fff;
		font-size: 100%;
		text-align: center;
	}
	/* ------------------------------------------------------
	 * Page Component
	------------------------------------------------------ */
	/* ----- ltg08-link ----- */
	.ltg08-link, .ltg08-link--blank, .ltg08-link-list__type, .ltg08-link-list__type--blank {
		color: #0b3190 !important;
	}
	.ltg08-link, .ltg08-link--blank {
		text-decoration: underline !important;
	}
	.ltg08-link-list__type, .ltg08-link-list__type--blank {
		text-decoration: none !important;
	}
	.ltg08-link-list__type, .ltg08-link-list__type--blank {
		position: relative;
		display: inline-block;
		padding: 0 0 0 15px;
	}
	.ltg08-link-list__type::before, .ltg08-link-list__type--blank::before {
		content: "";
		position: absolute;
		top: 0.3125em;
		left: 0;
		width: 8px;
		height: 12px;
		background: url("/omatome/images/about_ltg08/ltg08_link_ic01.png") no-repeat 0 0;
		background-size: 100% 100%;
	}
	.ltg08-link--blank::after, .ltg08-link-list__type--blank::after {
		content: "";
		position: relative;
		top: -0.0714em;
		display: inline-block;
		width: 14px;
		height: 14px;
		background: url("/omatome/images/about_ltg08/ltg08_link_ic02.png") no-repeat 0 0;
		background-size: 100% 100%;
		vertical-align: middle;
	}
	.ltg08-link--blank::after {
		margin: 0 5px;
	}
	.ltg08-link-list__type--blank::after {
		margin: 0 0 0 5px;
	}
	.ltg08-link-list, .ltg08-link-list--right {
		margin: 0.3571em 0 0;
	}
	.ltg08-faq + .ltg08-link-list--right {
		margin-top: 0.7142em;
	}
	.ltg08-link-list--right > li {
		display: flex;
		justify-content: flex-end;
	}
	/* ----- ltg08-visual ----- */
	.ltg08-visual__head.pc{
    display:none;
  }
	.ltg08-visual__head.sp{
		background: #DBE4FB;
		background-size: cover;
    overflow:hidden;
    position:relative;
    padding:min(23.25vw , 100px) 0 min(3.72vw , 16px);
    box-sizing:border-box;
	}
	.ltg08-visual__head.sp .ltg08-visual-title{
    text-align:center;
  }
	.ltg08-visual__head.sp .ltg08-visual-title img{
    width:min(65% , 430px);
    margin:0 auto;
  }
	.ltg08-visual__head.sp .ltg08-visual__head-img{
    position:absolute;
    bottom:0;
    z-index:2;
    height:95%;
	}
	.ltg08-visual__head.sp .ltg08-visual__head-img.imgL{
    left:0;
	}
	.ltg08-visual__head.sp .ltg08-visual__head-img.imgR{
    right:0;
	}
	.ltg08_02-visual__head {
		padding: 35px 15px 15px;
		background: url("/omatome/images/about_ltg08/ltg08_visual_bg02-r2x.jpg") no-repeat 100% 0;
		background-size: cover;
	}
	.ltg08-visual__body {
		padding: 0 15px 15px;
		background: #0a1759;
	}
	.ltg08_02-visual .ltg08-visual__body {
		background: #ecac40;
	}
	.ltg08-visual-title, .ltg08-visual-title__highlight--small, .ltg08-visual-title__highlight--medium, .ltg08-visual-title__highlight--large {
		line-height: 1.1;
	}
	.ltg08-visual-title__highlight--medium, .ltg08-visual-title__highlight--large {
		font-weight: 700;
	}
	.ltg08-visual-title {
		display: flex;
		color: #fff;
	}
	.ltg08_02-visual__head .ltg08-visual-title {
		max-width: 22.4rem;
	}
	.ltg08_02-visual__head .ltg08-visual-title img {
		width: 100%;
	}
	.ltg08-visual-title__highlight--medium {
		font-size: 1.8rem;
	}
	.ltg08-visual-title__highlight--large {
		display: block;
		margin: 0.1111em 0 0;
		font-size: 4.5rem;
	}
	.ltg08-visual-title__note {
		display: block;
		margin: 0 0 0;
		color: #999;
		font-size: 0.9rem;
		line-height: 1.1;
		text-align: right;
	}
	.ltg08_02-visual__head .ltg08-visual-title, .ltg08_02-visual__head .ltg08-visual-title__note {
		color: #0a1759;
	}
	.ltg08-visual-banner {
		display: flex;
		margin: 0.3571em 0 0;
	}
	.ltg08-visual-banner > li {
		height: 41px;
		border-radius: 3px;
	}
	.ltg08-visual-banner > li + li {
		margin-left: 5px;
	}
	.ltg08-visual-banner__image {
		width: 100px;
		padding: 7px 0 0 6px;
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
		background: #fff;
		line-height: 0;
	}
	.ltg08-visual-banner__image img {
		max-width: 85px;
	}
	.ltg08-visual-banner__icon, .ltg08-visual-banner__icon * {
		line-height: 1.1;
	}
	.ltg08-visual-banner__icon {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 120px;
		background: #0a1759;
		border: 1px solid #fff;
	}
	.ltg08-visual-banner__icon > span {
		width: 100%;
		color: #fff;
		font-size: 1.5rem;
		text-align: center;
	}
	.ltg08-visual-banner__icon > span > span {
		display: block;
	}
	[class*="ltg08-visual-card__item"] {
		overflow: hidden;
		display: flex;
		height: 58px;
		background: #fff;
		border-radius: 3px;
	}
	[class*="ltg08-visual-card__item"] + [class*="ltg08-visual-card__item"] {
		margin-top: 6px;
	}
	.ltg08-visual-card__head, .ltg08-visual-card__body {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 1px;
	}
	.ltg08-visual-card__head {
		position: relative;
		width: 108px;
		background: #efefef;
	}
	.ltg08-visual-card__head::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 1px;
		min-height: calc(100% - (6px * 2));
		background: #0a1759;
	}
	.ltg08-visual-card__body {
		flex: 1;
		color: #17256e;
	}
	.ltg08-visual-card__title, .ltg08-visual-card__title > span {
		line-height: 1.1;
	}
	.ltg08-visual-card__title {
		width: 100%;
		font-weight: 700;
		text-align: center;
		font-size: 1.6rem;
	}
	.ltg08-visual-card__title > span {
		display: block;
		font-size: 1rem;
		font-weight: 400;
	}
	.ltg08-visual-card-v2 {
		display: flex;
		justify-content: space-between;
		margin: 1em 0 0;
	}
	[class*="ltg08-visual-card-v2__item"] {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 62px;
		border: 1px solid #fff;
		border-radius: 3px;
		color: #fff;
	}
	.ltg08_02-visual [class*="ltg08-visual-card-v2__item"] {
		background: #0a1759;
	}
	.ltg08-visual-card-v2__item--1st, .ltg08-visual-card-v2__item--2nd, .ltg08-visual-card-v2__item--3rd {
		width: 22%;
	}
	.ltg08-visual-card-v2__item--4th {
		display: none;
	}
	.ltg08-visual-card-v2__item--5th {
		width: calc(100% - ((22% * 3) + (6px * 3)));
	}
	.ltg08-visual-card-v2__inner * {
		line-height: 1.1;
	}
	.ltg08-visual-text {
		position: relative;
		display: flex;
		justify-content: center;
		margin-top:-1rem;
	}
	.ltg08-visual-text__inner > *, .ltg08-visual-text__inner > * * {
		line-height: 1.1;
	}
	.ltg08-visual-text__inner > dt {
		font-size: 1.6rem;
		font-weight: 700;
		/*letter-spacing: -1px;*/
	}
	.ltg08-visual-text__inner > dd {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		margin: 0.2em 0 0;
		font-size: 1.2rem;
		text-align: center;
	}
	.ltg08-visual-text__highlight {
		padding: 0 2px;
		color: #f60;
		font-size: 2.2rem;
	}
	.ltg08-visual-text-v2, .ltg08-visual-text-v2 * {
		line-height: 0;
	}
	.ltg08-visual-text-v2 {
		width: 100%;
		font-size: 2.4rem;
		font-weight: 700;
		text-align: center;
	}
	.ltg08-visual-text-v2__highlight {
		position: relative;
		top: 0.1071em;
		padding: 0 5px;
		color: #f60;
		font-size: 3.4rem;
	}
	.ltg08-visual-text-v3, .ltg08-visual-text-v3 * {
		line-height: 1.1;
	}
	.ltg08-visual-text-v3 {
		width: 100%;
		font-size: 2rem;
		font-weight: 700;
		text-align: center;
	}
	.ltg08-visual-text-v3__highlight {
		position: relative;
		top: 0.0833em;
		padding: 0 3px;
		color: #f60;
		font-size: 2.6rem;
	}
	.ltg08-visual-text-v4, .ltg08-visual-text-v5, .ltg08-visual-text-v6, .ltg08-visual-text-v7, .ltg08-visual-text-v8 {
		font-weight: 700;
		text-align: center;
	}
	.ltg08-visual-text-v4__letter--1, .ltg08-visual-text-v4__letter--2 {
		display: block;
	}
	.ltg08-visual-text-v4__letter--1 {
		font-size: 1rem;
	}
	.ltg08-visual-text-v4__letter--2 {
		margin: 0.1428em 0 0;
		font-size: 2.1rem;
	}
	.ltg08-visual-text-v5__letter--1, .ltg08-visual-text-v5__letter--2 {
		display: block;
	}
	.ltg08-visual-text-v5__letter--1 {
		font-size: 1.3rem;
	}
	.ltg08-visual-text-v5__letter--2 {
		margin: 0.0952em 0 0;
		font-size: 2.1rem;
	}
	.ltg08-visual-text-v6__letter--1, .ltg08-visual-text-v6__letter--2 {
		display: block;
	}
	.ltg08-visual-text-v6__letter--1 {
		font-size: 0.9rem;
	}
	.ltg08-visual-text-v6__letter--2 {
		margin: 0.2307em 0 0;
		font-size: 1.3rem;
	}
	.ltg08-visual-text-v6__letter--3 {
		padding: 0 0.0869em;
		font-size: 2.3rem;
	}
	.ltg08-visual-text-v8__letter--1, .ltg08-visual-text-v8__letter--2, .ltg08-visual-text-v8__letter--3 {}
	.ltg08-visual-text-v8__letter--1, .ltg08-visual-text-v8__letter--2 {
		display: block;
		font-size: 0.9rem;
	}
	.ltg08-visual-text-v8__letter--1 {
		line-height: 1.2222;
	}
	.ltg08-visual-text-v8__letter--2 {
		margin: 0.2222em 0 0;
		line-height: 1.3;
	}
	.ltg08-visual-text-v8__letter--3 {
		padding: 0 0.1666em;
		font-size: 1.2rem;
	}
	/* ----- ltg08-frame ----- */
	.ltg08-frame {
		margin: 0;
	}
	.ltg08-frame__inner--overview {
		margin: 2.5em 0 0;
	}
	.ltg08-frame__inner--note {
		margin: 1.4285em -15px 0;
		padding: 10px 15px;
		background: #fafafa;
	}
	.ltg08-frame__inner--contact {
		margin: 1.0714em 0 0;
	}
	[class*="ltg08-frame__inner"] > *:first-child {
		margin-top: 0 !important;
	}
	/* v2 */
	.ltg08-frame-v2 {
		margin: 0 -15px;
		padding: 14px 15px 30px;
		background: #fff;
	}
	.ltg08-frame-v2 > *:first-child {
		margin-top: 0 !important;
	}
	/* v3 */
	.ltg08-frame-v3 {
		position: relative;
		background: #f1f1f1;
		border-radius: 4px;
	}
	.ltg08-frame-v3__head {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.ltg08-frame-v3__body {
		padding: 25px 15px 15px;
	}
	.ltg08-frame-v3__title {
		position: relative;
		top: -0.625em;
		color: #17256e;
		font-size: 2.2rem;
		line-height: 1.1;
		text-align: center;
	}
	/* v4 */
	.ltg08-frame-v4 {
		margin: 5em -15px 0;
		padding: 0 15px 15px;
		background: #0a1759;
	}
	.ltg08-frame-v4__title {
		padding: 15px 0;
		color: #fff;
		position: relative;
	}
	.ltg08-frame-v4-title {
		display: flex;
		align-items: center;
	}
	.ltg08-frame-v4-title__index {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		margin: 0 15px 0 0;
		border: 1px solid #fff;
		border-radius: 3px;
		font-size: 3rem;
		font-weight: 700;
		text-align: center;
	}
	.ltg08-frame-v4-title__text {
		font-size: 2.6rem;
		font-weight: 700;
	}
	.ltg08-frame-v4-title__subscript {
		position: relative;
		top: 0.2222em;
		padding: 0 0 0 0.5em;
		font-size: 0.9rem;
		font-weight: 400;
	}
	.ltg08-frame-v4-catch {
		padding: 10px 15px;
		background: #ff7e00;
		border-radius: 4px 4px 0 0;
		color: #fff;
		font-size: 1.8rem;
		font-weight: 700;
		text-align: center;
	}
	.ltg08-frame-v4-catch__strong {
		font-size: 2.3rem;
	}
	/* v5 */
	.ltg08-frame-v5 {
		overflow: hidden;
		margin: 2px 0 0;
		padding: 0 15px 0;
		background: #fff;
		border-radius: 0 0 4px 4px;
	}
	.ltg08-frame-v5__head {
		padding: 18px 0 19px;
		background: url("/omatome/images/about_ltg08/ltg08_line_ex01-r2x.png") repeat-x 0 100%;
		background-size: 2px 1px;
	}
	.ltg08-frame-v5__body {
		padding: 20px 0;
	}
	.ltg08-frame-v5__foot {
		margin: 0 -15px;
		padding: 10px 15px;
		background: #fafafa;
	}
	.ltg08-frame-v5__foot > *:first-child {
		margin-top: 0 !important;
	}
	.ltg08-frame-v5-title {
		font-size: 1.8rem;
		text-align: center;
	}
	.ltg08-frame-v5-title__highlight {
		color: #ff7e00;
		font-weight: 700;
	}
	.ltg08-frame-v5-title__subscript {
		position: relative;
		top: 0.1111em;
		color: #999;
		font-size: 0.9rem;
	}
	/* v6 */
	.ltg08-frame-v6 {
		overflow: hidden;
		background: #fff;
		border: 1px solid #808080;
		border-radius: 5px;
	}
	.ltg08-frame-v6__head {
		padding: 7px 14px;
		background: #808080;
		color: #fff;
	}
	.ltg08-frame-v6__body {
		padding: 14px;
	}
	.ltg08-frame-v6__title {
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.4062;
		text-align: center;
	}
	/* ----- ltg08-button ----- */
	[class*="ltg08-button__type"] {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0.8571em 15px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
		background: #fff;
		border: 1px solid #ddd;
		border-radius: 3px;
		color: #000 !important;
		font-weight: 700;
		text-align: center;
		text-decoration: none !important;
	}
	.ltg08-button__label {
		line-height: 1.3928;
	}
	[class*="ltg08-button__type"] .ltg08-button__label::after {
		content: "";
		position: relative;
		display: inline-block;
		margin: 0 0 0 10px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% 100%;
		vertical-align: middle;
	}
	.ltg08-button__type .ltg08-button__label::after {
		top: -0.0714em;
		width: 8px;
		height: 12px;
		background-image: url("/omatome/images/about_ltg08/ltg08_link_ic01.png");
	}
	.ltg08-button__type--blank .ltg08-button__label::after {
		top: -0.0714em;
		width: 14px;
		height: 14px;
		background-image: url("/omatome/images/about_ltg08/ltg08_link_ic02.png");
	}
	.ltg08-button-wrap {
		margin: 1.0714em 0 0;
	}
	.ltg08-button-wrap > li + li, .ltg08-button-wrap-v2 > li + li {
		margin-top: 14px;
	}
	/* ----- ltg08-button-v2 ----- */
	[class*="ltg08-button-v2__type"] {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0.8571em 15px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
		background: #3981e0;
		border: 1px solid #3981e0;
		border-radius: 3px;
		color: #fff !important;
		font-weight: 700;
		text-align: center;
		text-decoration: none !important;
    position:relative;
    margin-top:16vw;
	}
  .ltg08-button-v2__type .ltg08-button-v2-img{
    position: absolute;
    right: 3vw;
    bottom: 0;
    width: 27vw;
    z-index: 2;
  }
	.ltg08-button-v2__label {
		line-height: 1.3928;
	}
	[class*="ltg08-button-v2__type"] .ltg08-button-v2__label::after {
		content: "";
		position: relative;
		display: inline-block;
		margin: 0 0 0 10px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% 100%;
		vertical-align: middle;
	}
	.ltg08-button-v2__type .ltg08-button-v2__label::after {
		top: -0.0714em;
		width: 8px;
		height: 12px;
		background-image: url("/omatome/images/about_ltg08/ltg08_link_ic04.png");
	}
	.ltg08-button-v2__type--blank .ltg08-button-v2__label::after {
		top: -0.0714em;
		width: 14px;
		height: 14px;
		background-image: url("/omatome/images/about_ltg08/ltg08_link_ic02.png");
		background-image: url("/omatome/images/about_ltg08/ltg08_link_ic02.png");
	}
	/* ----- ltg08-conversion ----- */
	.ltg08-conversion {
		margin: 1.5714em 0 0;
	}
	.ltg08-conversion-button__type {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 72px;
		padding: 0 25px;
		box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
		background: #71c000;
		border: 1px solid #71c000;
		border-radius: 9999px;
		color: #fff !important;
		font-weight: 700;
		text-align: center;
		text-decoration: none !important;
	}
	.ltg08-conversion-button__type::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 25px;
		transform: translateY(-50%);
		width: 21px;
		height: 21px;
		background: url("/omatome/images/about_ltg08/ltg08_btn_ic01-r2x.png") no-repeat 0 0;
		background-size: 100% 100%;
	}
	.ltg08-conversion-button__label {
		line-height: 1.3157;
		font-size: 1.9rem;
	}
	.ltg08-conversion-button__highlight, .ltg08-conversion-button__subscript {
		line-height: 1.1;
	}
	.ltg08-conversion-button__highlight {
		font-size: 3rem;
	}
	.ltg08-conversion-button__subscript {
		font-size: 0.7rem;
		font-weight: 400;
	}
	.ltg08-conversion__text, .ltg08-conversion__text * {
		line-height: 1.4166;
	}
	.ltg08-conversion__text {
		margin: 0.8333em 0 0;
		font-size: 1.2rem;
		text-align: center;
	}
	/* ----- ltg08-note ----- */
	.ltg08-note, .ltg08-note-v2, .ltg08-note-v3 {
		margin: 0.7142em 0 0;
	}
	.ltg08-note-v2 + .ltg08-note {
		margin-top: 0.3571em;
	}
	.ltg08-note > li, .ltg08-note-v2 > li, .ltg08-note-v3 > li {
		position: relative;
		color: #999;
		font-size: 1.2rem;
	}
	.ltg08-note > li, .ltg08-note-v2 > li, .ltg08-note-v3 > li, .ltg08-note > li *, .ltg08-note-v2 > li *, .ltg08-note-v3 > li * {
		line-height: 1.4166;
	}
	.ltg08-note > li {
		padding-left: 2em;
	}
	.ltg08-note-v2 > li {
		padding-left: 2.5em;
	}
	.ltg08-note-v3 > li {
		padding-left: 1.5em;
	}
	.ltg08-note > li + li, .ltg08-note-v2 > li + li {
		margin-top: 0.4166em;
	}
	.ltg08-note__mark, .ltg08-note-v2__mark, .ltg08-note-v3__mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ltg08-note__highlight, .ltg08-note-v2__highlight, .ltg08-note-v3__highlight {
		color: #cd3301 !important;
	}
	/* ----- ltg08-simulation ----- */
	.ltg08-simulation {
		margin: 1.7857em 0 0;
	}
	.ltg08-simulation img {
		max-width: 100%; /* 初校：ダミー画像用スタイル */
	}
	/* ----- ltg08-column ----- */
	.ltg08-column {
		margin: 1.4285em 0 0;
	}
	.ltg08-column__item + .ltg08-column__item {
		margin-top: 0.7142em;
	}
	/* v2 */
	.ltg08-column-v2__item + .ltg08-column-v2__item {
		margin-top: 1.0714em;
	}
	/* ----- ltg08-contact ----- */
	.ltg08-contact {
		margin: 3.2em 0;
	}
	.ltg08-contact__lead {
		font-weight: 700;
		text-align: center;
	}
	.ltg08-contact-button {
		margin: 0.7142em 0 0;
	}
	.ltg08-contact-button__type, .ltg08-contact-button__type * {
		line-height: 1.1;
	}
	.ltg08-contact-button__type {
		display: block;
		padding: 1em 15px 1em 4em;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
		background: #fff;
		border: 1px solid #ddd;
		border-radius: 3px;
		color: #333 !important;
		font-size: 1.2rem;
		font-weight: 700;
		text-align: center;
		text-decoration: none !important;
	}
	.ltg08-contact-button__number {
		position: relative;
		top: 0.0384em;
		color: #0b3190;
		font-size: 2.6rem;
	}
	.ltg08-contact__note {
		margin: 1em 0 0;
		font-size: 1.2rem;
		text-align: center;
	}
	/* ----- ltg08-table ----- */
	.ltg08-table {
		width: 100%;
		border-top: 1px solid #bfbfbf;
		border-left: 1px solid #bfbfbf;
	}
	.ltg08-table caption {
		padding: 0 0 0.3571em;
		font-size: 1.3rem;
		line-height: 1.3928;
		text-align: center;
	}
	.ltg08-table > * > tr > * {
		padding: 2px 10px;
		border-right: 1px solid #bfbfbf;
		border-bottom: 1px solid #bfbfbf;
		text-align: center;
	}
	.ltg08-table > thead > tr > th {
		background: #eee;
		font-size: 1.2rem;
		font-weight: 700;
	}
	.ltg08-table > tbody > tr > td {
		width: 50%;
		background: #fff5eb;
		line-height: 1.2;
	}
	/* ----- ltg08-banner ----- */
	.ltg08-banner {
		margin: 0.7142em -15px 0;
		padding: 15px;
		background: #f1f1f1;
	}
	.ltg08-banner__list > li {
		text-align: center;
	}
	.ltg08-banner__list > li img {
		max-width: 100%;
	}
	/* ----- ltg08-list ----- */
	.ltg08-list {
		display: flex;
		justify-content: center;
	}
	.ltg08-list__inner > li, .ltg08-list__inner > li * {
		line-height: 1.4;
	}
	.ltg08-list__inner > li {
		position: relative;
/*		padding: 0 0 0 25px;*/
    background:#fff;
    border-radius:min(3.25vw , 14px);
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    padding:1em;
    font-weight:700;
    font-size:2.79vw;
	}
	.ltg08-list__inner > li + li {
		margin-top: 0.7142em;
	}
/*	.ltg08-list__inner > li::before {
		content: "";
		position: absolute;
		top: 0.0714em;
		left: -3px;
		width: 21px;
		height: 16px;
		background: url("/omatome/images/about_ltg08/ltg08_overview_ic01-r2x.png") no-repeat 0 0;
		background-size: 100% 100%;
	}
*/
.ltg08-list__inner > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px; 
  border: 1.86vw solid transparent;
}
.ltg08-list__inner > li:nth-of-type(1)::before ,
.ltg08-list__inner > li:nth-of-type(3)::before {
  left: -4vw;
  border-right: 4.19vw solid #fff;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.ltg08-list__inner > li:nth-of-type(2)::before {
  left: auto;
  right: -4vw;
  border-left: 4.19vw solid #fff;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

	.ltg08-list__highlight {
		position: relative;
		display: inline-block;
	}
/*
	.ltg08-list__highlight::before {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: calc(100% - 5px);
		height: 1px;
		background: url("/omatome/images/about_ltg08/ltg08_line_ex01-r2x.png") repeat-x 0 0;
		background-size: auto 100%;
	}
*/
	/* ----- ltg08-balloon ----- */
	.ltg08-balloon {
		margin: 1.4285em 0 0;
		padding: 0 0 9px;
	}
	.ltg08-balloon__inner {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 14px 0;
		box-shadow: 0 2px 0 0 #e5e5e5;
		background: #fff;
		border-radius: 4px;
	}
	.ltg08-balloon__inner::before, .ltg08-balloon__inner::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent;
	}
	.ltg08-balloon__inner::before {
		border-width: 9px 6px 0 6px;
		border-top-color: #e5e5e5;
	}
	.ltg08-balloon__inner::after {
		border-width: 8px 5px 0 5px;
		border-top-color: #fff;
	}
	.ltg08-balloon__text, .ltg08-balloon__text * {
		line-height: 1.1;
	}
	.ltg08-balloon__text {
		width: 100%;
		text-align: center;
	}
	.ltg08-balloon__highlight {
		color: #ff7e00;
		font-weight: 700;
	}
	.ltg08-balloon__strong {
		font-size: 1.8rem;
	}
	/* ----- ltg08-tab ----- */
	.ltg08-tab {
		margin: 1.0714em 0 0;
	}
	.ltg08-tab__body {
		padding: 30px 10px 25px;
		background: #fff;
	}
	.ltg08-tab-navi {
		position: relative;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		padding: 0 0 5px;
	}
	.ltg08-tab-navi > li {
		width: 42.2712%;
	}
	[class*="ltg08-tab-navi__button"], [class*="ltg08-tab-navi__button"] * {
		line-height: 1.1;
	}
	[class*="ltg08-tab-navi__button"] {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 52px;
		box-shadow: inset 0 -2px 3px 0 rgba(0, 0, 0, 0.1);
		border-radius: 4px 4px 0 0;
		color: #fff !important;
		font-size: 1rem;
		text-align: center;
		text-decoration: none !important;
	}
	[class*="ltg08-tab-navi__button"]::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 5px;
		opacity: 0;
	}
	.ltg08-tab-navi__button--gray, .ltg08-tab-navi__button--gray::before {
		background: #505050;
	}
	.ltg08-tab-navi__button--orange, .ltg08-tab-navi__button--orange::before {
		background: #ff7e00;
	}
	.ltg08-tab-navi__highlight {
		font-size: 1.2rem;
		font-weight: 700;
	}
	.ltg08-tab-navi__strong {
		display: block;
		margin: 0.1875em 0 0;
		font-size: 1.6rem;
		font-weight: 700;
	}
	.ltg08-tab-navi > li.is-current {
		width: 56.1514%;
	}
	.ltg08-tab-navi > li.is-current [class*="ltg08-tab-navi__button"] {
		padding-top: 5px;
		height: 54px;
		box-shadow: none;
	}
	.ltg08-tab-navi > li.is-current [class*="ltg08-tab-navi__button"]::before {
		opacity: 1;
	}
	.ltg08-tab-navi > li.is-current .ltg08-tab-navi__highlight {
		font-size: 1.5rem;
	}
	.ltg08-tab-navi > li.is-current .ltg08-tab-navi__strong {
		font-size: 1.9rem;
	}
	[class*="ltg08-tab-panel__head"] {
		display: none;
	}
	.ltg08-tab-panel__image {
		margin: 0;
		text-align: center;
	}
	.ltg08-tab-panel__image img {
		max-width: 235px;
		width: 100%;
	}
	.ltg08-tab-panel__text {
		margin: 2.1428em 0 0;
	}
	.ltg08-tab-panel__highlight {
		color: #ff7e00;
		font-size: 1.7rem;
		font-weight: 700;
	}
	/* ----- ltg08-flow ----- */
	.ltg08-flow {
		position: relative;
		padding: 50px 0 5px;
	}
	.ltg08-flow + * {
		margin-top: 0 !important;
	}
	.ltg08-flow::before, .ltg08-flow::after {
		content: "";
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	.ltg08-flow::before {
		top: 0;
		width: 30px;
		height: 11px;
		background: #ff7e00;
	}
	.ltg08-flow::after {
		top: 11px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 28px 30px 0 30px;
		border-color: #ff7e00 transparent transparent transparent;
	}
	.ltg08-flow-lead, .ltg08-flow-lead * {
		line-height: 1.1;
	}
	.ltg08-flow-lead {
		font-size: 1.9rem;
		text-align: center;
	}
	.ltg08-flow-lead__subscript {
		color: #999;
		font-size: 0.9rem;
	}
	.ltg08-flow-balloon {
		margin: 0.7142em 0 0;
		padding: 0 0 9px;
	}
	.ltg08-flow-balloon__inner {
		position: relative;
		padding: 16px 5px;
		background: #0a1759;
		border-radius: 4px;
	}
	.ltg08-flow-balloon__inner::before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 9px 8px 0 8px;
		border-color: #0a1759 transparent transparent transparent;
	}
	.ltg08-flow-balloon__text, .ltg08-flow-balloon__text * {
		line-height: 1.1;
	}
	.ltg08-flow-balloon__text {
		width: 100%;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 700;
		text-align: center;
	}
	.ltg08-flow-balloon__highlight, .ltg08-flow-balloon__strong {
		font-size: 2.4rem;
	}
	.ltg08-flow-balloon__strong {
		color: #ff7e00;
	}
	/* v2 */
	.ltg08-flow-v2 {
		position: relative;
		padding: 15px 0 0;
	}
	.ltg08-flow-v2 > *:first-child, .ltg08-flow-v2 > .container-v2:first-child > *:first-child {
		margin-top: 0 !important;
	}
	/* ----- ltg08-feature ----- */
	.ltg08-feature-container {
		padding: 0 11px;
	}
	.ltg08-feature-container:nth-child(1) {
		background: url(/omatome/images/about_ltg08/ltg08_line_ex01-r2x.png) repeat-x 0 100%;
		background-size: 2px 1px;
		padding-bottom: 2em;
	}
	.ltg08-feature .ltg08-feature-container:nth-child(2) {
		padding-top: 2.4em;
		margin-bottom: 3em;
	}
	.ltg08-feature .ltg08-feature-container:nth-child(2) > .ltg08-column {
		background: #f1f1f1;
		padding: 1em;
	}
	.ltg08-feature-image {
		margin: 0 -11px;
		text-align: center;
	}
	.ltg08-feature-image img {
		max-width: 317px;
		width: 100%;
	}
	.ltg08-feature-text {
		margin: 0.7894em 0 0;
		font-size: 1.9rem;
		line-height: 1.4;
		text-align: center;
	}
	.ltg08-feature-text.orange {
		margin: 0;
		font-size: 1.9rem;
		line-height: 1.4;
		text-align: center;
    border: 1px solid #FF670C;
    background: #FFF5EB;
    color: #FF670C;
    position: relative;
    z-index: 2;
    border-radius: 0.7rem;
    padding: 1em;
    font-weight: 700;
	}
	.ltg08-feature-image + .ltg08-feature-text {
		margin-bottom: -0.2631em;
	}
	.ltg08-feature-text-v2 {
		margin: 0.7692em 0 0;
		font-size: 1.3rem;
	}
	.ltg08-feature-text-v2__highlight {
		color: #f6012d;
	}
	.ltg08-feature-text-v2__strong {
		font-size: 1.6rem;
	}
	.ltg08-feature-media {
		display: flex;
		flex-direction: column-reverse;
	}
	.ltg08-feature-media__head {
		margin: 1.0714em 0 0;
	}
	.ltg08-feature-media__image {
		margin: 0;
		text-align: center;
	}
	.ltg08-feature-media__image img {
		max-width: 295px;
		width: 100%;
	}
	.ltg08-feature-media__text {
		margin: 0.7692em 0 0;
		font-size: 1.3rem;
	}
	.ltg08-feature-media__highlight {
		background: linear-gradient(transparent 55%, #ff9 0%);
	}
	.ltg08-feature-media-v2 {
		display: flex;
		justify-content: center;
		margin: 0.7142em -26px 0;
		padding: 10px 15px;
		background: #f1f1f1;
	}
	.ltg08-feature-media-v2__inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row-reverse;
		max-width: 317px;
		width: 100%;
		margin: 0 auto;
	}
	.ltg08-feature-media-v2__head {
		width: 45.5835%;
	}
	.ltg08-feature-media-v2__body {
		width: 51.1041%;
	}
	.ltg08-feature-media-v2__image {
		margin: 0;
	}
	.ltg08-feature-media-v2__image img {
		max-width: 100%;
	}
	.ltg08-feature-media-v2__list {
		padding: 0 6px 0 0;
	}
	.ltg08-feature-media-v2__list > li {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 30px;
		background: #333;
		border-radius: 3px;
		color: #fff;
		font-size: 1.2rem;
		font-weight: 700;
		line-height: 1.1;
		text-align: center;
	}
	.ltg08-feature-media-v2__list > li + li {
		margin-top: 5px;
	}
	.ltg08-feature-media-v2__list > li::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 100%;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 6px;
		border-color: transparent transparent transparent #333;
	}
	.ltg08-feature-title {
		margin: 0 0 0 -11px;
	}
	.ltg08-feature-title__inner {
		position: relative;
		padding: 0 0 0 11px;
		color: #f60;
		font-weight: 700;
		line-height: 1.1;
	}
	.ltg08-feature-title__inner::before {
		content: "";
		position: absolute;
		top: 0.2142em;
		left: 0;
		width: 3px;
		height: 10px;
		background: #072f89;
	}
	/* ----- ltg08-toggle ----- */
	.ltg08-toggle__body {
		padding: 25px 0 0;
	}
	.ltg08-toggle__body > *:first-child {
		margin-top: 0 !important;
	}
	.ltg08-toggle-button {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		width: 165px;
		height: 43px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
		background: #fff;
		border-radius: 4px;
		font-weight: 700;
		line-height: 1.1;
		text-align: center;
	}
	.ltg08-toggle-button__label {
		position: relative;
		padding: 0 20px 0 0;
	}
	.ltg08-toggle-button__label::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 12px;
		height: 8px;
		margin: -4px 0 0;
		background: url("/omatome/images/about_ltg08/ltg08_link_ic03.png") no-repeat 0 0;
		background-size: 100% 100%;
	}
	.ltg08-toggle.is-open .ltg08-toggle-button__label::before {
		transform: scale(1, -1);
	}
	/* ----- ltg08-section ----- */
	.ltg08-section {
		margin: 2.5em 0 0;
	}
	/* ----- ltg08-heading2 ----- */
	.ltg08-heading2 {
		color: #000;
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.4;
	}
	/* ----- ltg08-heading3 ----- */
	.ltg08-heading3 {
		color: #ec6b15;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	/* ----- ltg08-faq ----- */
	.ltg08-faq {
		margin: 1.0714em 0 0;
	}
	.ltg08-faq + .ltg08-faq {
		margin-top: 0.7142em;
	}
	.ltg08-faq__head {
		position: relative;
		padding: 10px 15px 10px 40px;
		background: #fef7ed;
	}
	.ltg08-faq__head::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 14px;
		transform: translateY(-50%);
		width: 16px;
		height: 17px;
		background: url("/omatome/images/about_ltg08/ltg08_faq_ic01.png") no-repeat 0 0;
		background-size: 100% 100%;
	}
	.ltg08-faq__body {
		position: relative;
		padding: 10px 15px 10px 40px;
		background: #fff;
	}
	.ltg08-faq__body::before {
		content: "";
		position: absolute;
		top: 0.8571em;
		left: 14px;
		width: 16px;
		height: 16px;
		background: url("/omatome/images/about_ltg08/ltg08_faq_ic02.png") no-repeat 0 0;
		background-size: 100% 100%;
	}
	.ltg08-faq__body > *:first-child {
		margin-top: 0 !important;
	}
	.ltg08-faq__title {
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.4;
	}
	/* ----- ltg08-card ----- */
	.ltg08-card {
		margin: 1.0714em 0 0;
	}
	.ltg08-card__item {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.ltg08-card__item + .ltg08-card__item {
		margin-top: -1px;
	}
	[class*="ltg08-card__type"] {
		display: flex;
		padding: 15px 0;
	}
	[class*="ltg08-card__type"]:not(.ltg08-card__type--nolink) {
		color: #0b3190 !important;
		text-decoration: none !important;
	}
	.ltg08-card__head {
		width: 125px;
		margin: 0 15px 0 0;
	}
	.ltg08-card__body {
		flex: 1;
	}
	.ltg08-card__image {
		margin: 0;
	}
	.ltg08-card__image img {
		width: 100%;
		border-radius: 6px;
	}
	.ltg08-card__title {
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.4;
	}
	[class*="ltg08-card__type"]:not(.ltg08-card__type--nolink) .ltg08-card__title::after {
		content: "";
		display: inline-block;
		margin: 0 0 0 5px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% 100%;
		vertical-align: middle;
	}
	.ltg08-card__type .ltg08-card__title::after {
		width: 8px;
		height: 12px;
		background-image: url("/omatome/images/about_ltg08/ltg08_link_ic01.png");
	}
	.ltg08-card__type--blank .ltg08-card__title::after {
		width: 14px;
		height: 14px;
		background-image: url("/omatome/images/about_ltg08/ltg08_link_ic02.png");
	}
	/* ----- ltg08-caution ----- */
	.ltg08-caution > *:first-child {
		margin-top: 0 !important;
	}
	.ltg08-caution-section {
		margin: 0.71em 0 0;
	}
	.ltg08-caution-title {
		display: flex;
	}
	.ltg08-caution-title__inner {
		padding: 5px 10px;
		background: #808080;
		border-radius: 3px;
		color: #fff;
		font-size: 1.2rem;
		font-weight: 700;
	}
	.ltg08-caution-list {
		margin: 0.7142em 0 0;
	}
	.ltg08-caution-list > li {
		position: relative;
		padding: 0 0 0 1em;
		color: #000;
		font-size: 1.2rem;
	}
	.ltg08-caution-list > li::before {
		content: "\30FB";
		position: absolute;
		top: 0;
		left: 0;
	}
	.ltg08-caution-table, .ltg08-caution-table__foot {
		margin: 0.7142em 0 0;
	}
	.ltg08-caution-table__title {
		font-size: 1.2rem;
	}
	.ltg08-caution-table__matrix > tbody > tr > * {
		vertical-align: top;
		font-size: 1.2rem;
	}
	.ltg08-caution-table__matrix > tbody > tr > th {
		font-weight: 400;
		white-space: nowrap;
	}
	.ltg08-caution-table__matrix > tbody > tr > td {
		padding: 0 0 0 1em;
		text-align: right;
	}
	.ltg08-caution-table__text {
		font-size: 1.2rem;
	}
	.ltg08-caution .ltg08-feature-media-v2__image img {
		margin: 1rem auto;
		border-radius: 6px;
	}
	/* ----- ltg08-text ----- */
	.ltg08-text {
		margin: 1.7857em 0 0;
		color: #000;
	}
	/* ----- ltg08-people ----- */
	.ltg08-people__image {
		text-align: center;
		height: 30vw;
		overflow: hidden;
	}
	.ltg08-people__image .ltg08-people {
		width: 52.56vw !important;
	}
  .ltg08-people-kansai__image{
		text-align: center;
  }
  .ltg08-people-kansai__image .ltg08-people-kansai{
		width: 46.51vw !important;
  }
	/* ----- ltg08-frame-people ----- */
	.ltg08-frame-people__image {
		text-align: center
	}
	.ltg08-frame-people__image .ltg08-frame-people {
		width: 40.93vw !important;
		margin: 10px 0 0;
	}
	/* ------------------------------------------------------
	 * dropdown
	------------------------------------------------------ */
	.ltg08-dropdown__lead:before {
		width: 12px;
		height: 12px;
	}
	.dropdown {
		margin-bottom: 2em;
	}
	.dropdown:before {
		right: 1.2em;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 8px solid #072f89;
	}
	#borrowingAmount {
		width: 100%;
	}
	#repaymentAmount {
		width: 100%;
		text-align: center;
	}
	.result > span {
		left: 70%;
	}
	/* ------------------------------------------------------
	 * accordion
	------------------------------------------------------ */
	.accordion__head {
		padding: 0.8em 1em;
	}
	.accordion__body {
		padding: 0.2em 1em 2em;
	}
	.accordion__title:before, .accordion__title:after, .toggle-label:before, .toggle-label:after {
		width: 14px;
		height: 2px;
		margin: -1px 0 0 0;
	}
	.doc .accordion__head, .step-accordion .accordion__head {
		padding: 0.5em 1em;
		font-size: 1.6rem;
	}
	/* ----- flow-item ----- */
	.ltg08-frame-flow {
		margin: 0 -15px;
		padding: 14px 15px 30px;
		background: #fff;
	}
	.omatome-flow__item {
		display: flex;
		align-items: center;
		padding: 35px 15px 0;
		margin-top: 0.6em;
	}
	.omatome-flow__item:before {
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		border-width: 23px 46vw 0 46vw;
		border-style: solid;
		border-color: #fff transparent transparent transparent;
	}
	.omatome-flow__item:after {
		top: 100%;
		left: 0;
		width: 0;
		height: 0;
		border-width: 23px 46vw 0 46vw;
		border-style: solid;
		border-color: #fef7ed transparent transparent transparent;
	}
	.omatome-flow__item:nth-of-type(1) {
		margin-top: 0 !important;
		padding-top: 15px;
	}
	.omatome-flow__item:nth-of-type(1):before {
		border-width: 0;
	}
	.omatome-flow__item__step {
		width: calc(100% / 3);
		font-size: 1.3rem;
		font-weight: 700;
	}
	.omatome-flow__item__title-wrap {
		display: flex;
		flex-direction: column;
		width: calc(100% / 3);
	}
	.omatome-flow__item__title {
		order: 2;
		margin-top: 10px;
		font-size: 1.6rem;
		font-weight: 700;
		text-align: center;
	}
	.omatome-flow__item__image-wrap {
		order: 1;
		height: 61px;
		padding: 0 6px;
	}
	.omatome-flow__item__image-wrap > img {
		max-width: none;
		max-height: 100%;
	}
	.omatome-flow[data-flow-length="5"] .omatome-flow__item__image-wrap {
		text-align: center;
	}
	.omatome-flow__item:last-child {
		padding-bottom: 25px;
	}
	.omatome-flow__step {
		margin: 2em 0 1em;
		padding: 0.6em 1.2em;
	}
	.omatome-flow__step__title {
		font-size: 1.6rem;
	}
	.certificate-layout__list-column__item {
		width: calc((100% - 50px) / 2);
	}
	.certificate-layout__image-column__item:nth-of-type(1), .certificate-layout__image-column__item:nth-of-type(3) {
		width: 41.6%;
	}
	.certificate-layout__image-column__item:nth-of-type(2) {
		width: 11.88%;
	}
	.certificate-layout__image-column__item .certificate-layout__image-column__item__conjunction {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 100%;
		font-size: 2.933vw;
		font-weight: 700;
	}
	.certificate-layout__image-column__item .certificate-layout__image-column__item__conjunction > span {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.fs-small {
		font-size: 1rem !important;
	}
	[data-col-sp]:not([data-col-sp="auto"]) > * {
		margin-top: 1em;
	}
	.confirm-column__img {
		margin-left: 15px;
		max-width: calc((100% - 15px * 1) / 2);
	}
	/* ----- lead-title ----- */
	.lead-title {
		margin: 1rem auto;
		padding: 0.6em;
		font-size: 1.2em;
	}
	/* ------------------------------------------------------
	 * Clearfix
	------------------------------------------------------ */
	.clearfix::after {
		display: block;
		clear: both;
		content: "";
	}
}
/* ----- modal -----*/
.modal_wrap input {
	display: none;
}
.modal_overlay {
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}
.modal_trigger {
	position: absolute;
	width: 100%;
	height: 100%;
}
.modal_content {
	align-self: center;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transition: 0.5s;
	text-align: center;
}
.modal_content p {
	padding-top: 0;
}
.close_button {
	position: absolute;
	right: 16px;
	cursor: pointer;
	font-weight: 700;
}
.modal_wrap input:checked ~ .modal_overlay {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}
.modal_wrap input:checked ~ .modal_overlay .modal_content {
	transform: translateY(20px);
}
.open-button:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(2px);
	transform: translateY(2px); /*下に動く*/
}
/*アイコンを表示*/
.open-button:after {
	font-family: "Font Awesome 5 Free";
	content: "\f2d0";
	padding-left: 8px;
}
/*ラベルホバー時*/
.open-button:hover {
	color: #FFFFFF;
	background-color: #4f96f6;
	transition: .6s;
}
.modal_head {
	background-color: #fef7ed;
}
.modal_title {
	font-weight: 700;
	color: #ec6b15;
}
.modal_body > p {
	font-weight: 500;
}
.modal_body > .ltg08-button-wrap-v2 {
	margin-top: 1em;
	justify-content: center !important;
}
.ltg08-link-list__type--blank > label {
	cursor: pointer;
}
@media only screen and (min-width: 768px) {
	.modal_content {
		width: 60%;
	}
	.modal_head {
		padding: 14px 0 10px;
	}
	.modal_title {
		font-size: 1.8rem;
	}
	.modal_body {
		padding: 20px 30px 30px;
	}
	.close_button {
		top: 5px;
		font-size: 28px;
	}
}
@media only screen and (max-width: 767.98px) {
	.modal_content {
		width: 90%;
	}
	.modal_head {
		padding: 8px;
	}
	.modal_title {
		font-size: 1.4rem;
	}
	.modal_body {
		padding: 10px 20px 20px;
	}
	.close_button {
		top: -2px;
		font-size: 24px;
	}
}
/* updated 230911
========================================================================== */
/*-- omatome_satisfaction --*/
.ltg08-frame__inner--simulation > .container-v2 > .omatome_satisfaction {
	background: #fffcde;
	margin-bottom: 2em;
}
@media print, screen and (max-width: 767px) {
	.ltg08-frame__inner--simulation > .container-v2 > .omatome_satisfaction {
		margin-top: 0;
	}
	.omatome_satisfaction > .ltg08-feature-media-v2__inner {
		max-width: 100%;
	}
	.pt0 {
		padding-top: 0!important;
	}
	.ltg08-section .ltg08-frame {
		padding: 14px 15px 30px;
    	background: #fff;
	}
}
/*-- attractive --*/
.attractive .sup {
	position: relative;
	font-size: 60%;
	line-height: 1;
	top: 0.1em;
}
.attractive .bold {
	font-weight: bold;
}
.attractive .medium > .large {
	color: #ec6b15;
}
.attractive .mt {
	margin-top: 1em;
}
.attractive .box {
	border: 2px solid #142a80;
	padding: 40px;
	background: #fff;
}
.attractive .box__title {
	font-size: 2.0rem;
	font-weight: 700;
	text-align: center;
}
.attractive .note {
	margin-top: 1em;
	line-height: 1.5;
	text-align: left;
	margin-left: 0 !important;
}
.attractive .note li {
	position: relative;
	padding-left: 2.4em;
	font-size: 1.3rem;
}
.attractive .note li > .note-list {
	position: absolute;
	top: 0;
	left: 0;
}
.media__body {
	text-align: left;
}
@media print, screen and (min-width: 768px) {
	.attractive .medium {
		font-size: 2rem;
	}
	.attractive .large {
		font-size: 2.8rem;
	}
	.media[data-media-wraparound="false"][data-media-pc="image-right"] {
		flex-direction: row-reverse;
	}
	.media[data-media-wraparound="false"] {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center !important;
	}
	.media__head {
		font-size: 1.4rem;
		text-align: right;
	}
}
@media print, screen and (max-width: 767px) {
	.attractive {
		padding: 60px 0;
	}
	.attractive .box {
		padding: 20px 15px;
	}
	.attractive .box__title {
		font-size: 1.5rem;
	}
	.attractive .medium {
		font-size: 1.8rem;
	}
	.attractive .large {
		font-size: 2.2rem;
	}
	.media__head {
		font-size: 1.2rem;
		margin: 1.2em auto;
		text-align: center;
	}
}
/*-- attractive-cards --*/
.attractive-cards {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1em;
	text-align: center;
	justify-content: center;
}
.attractive-cards__item__title {
	font-size: 1.6rem;
	font-weight: 700;
}
.attractive-cards__item {
	position: relative;
}
.attractive-cards__item {
	display: block;
	background-color: #fff;
	color: #000;
	border: 3px solid #0b3190;
	border-radius: 12px;
	padding: 20px 12px;
}
.attractive-cards__item__body > img {
	width: 100%;
}
@media print, screen and (min-width: 768px) {
	[data-col-pc]:not([data-col-pc="auto"]) > .attractive-cards__item {
		margin-left: 10px;
		margin-top: 1.25em;
	}
	.attractive-cards__item:nth-child(4n+1) {
		margin-left: 0px !important;
	}
	[data-col-pc="4"] > .attractive-cards__item {
		width: calc(((100% - (30px)) / 4) - .1px);
	}
}
@media print, screen and (max-width: 767.9px) {
	.attractive-cards__item {
		margin-top: 10px;
		padding: 15px 10px 10px;
	}
	.attractive-cards__item:nth-child(4n+1) {
		margin-top: 0px !important;
	}
}
/*-- //attractive-cards --*/
/*-- rate-hundredfold --*/
.rate-hundredfold {
	position: relative;
}
.rate-hundredfold_date {
	position: absolute;
	right: 10px;
	bottom: -5px;
	font-size: 1.2rem !important;
}
/*-- //rate-hundredfold --*/
/*-- attractive accordion --*/
.accordion .toggle {
	display: none;
}
.accordion .Label {
	display: block;
	z-index: 2;
	position: relative;
	background-color: #ffffff;
	width: 460px;
	border: 2px solid #0b3190;
	border-radius: 8px;
	text-align: center;
	margin: 0 auto;
	padding: 16px;
	font-weight: bold;
	cursor: pointer;
}
.accordion .Label:hover {
	color: #f08505;
	text-decoration: none;
}
.accordion .Label::before, .accordion .Label::after {
	-webkit-backface-visibility: hidden;
	position: absolute;
	top: 50%;
	right: 20px;
	background: #0b3190;
	content: "";
	transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
	transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
	transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.accordion .Label, .accordion .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.accordion .content {
	height: 0;
	margin-bottom: 10px;
	padding: 0 20px;
	overflow: hidden;
}
.accordion .toggle:checked + .Label + .content {
	height: auto;
	padding: 20px;
	transition: all .3s;
}
.accordion .Label::before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.accordion .toggle:checked + .Label::before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
@media print, screen and (min-width: 768px) {
	.accordion .Label {
		font-size: 1.2em;
	}
	.accordion .Label::before, .accordion .Label::after {
		width: 21px;
		height: 3px;
		margin: -1.5px 0 0 0;
	}
}
@media print, screen and (max-width: 767.9px) {
	.accordion .Label {
		border-radius: 6px;
		width: 100%;
		padding: 10px;
	}
	.accordion .toggle:checked + .Label + .content {
		padding: 12px;
	}
	.accordion .Label::before, .accordion .Label:after {
		width: 14px;
		height: 2px;
		margin: -1px 0 0 0;
	}
}


/* ----- info-card-carousel ----- */
.info-card-carousel {
	margin: 2.6em 0 0;
}

.carousel__list > .slick-arrow.slick-next:before, .education-card-carousel .education-card > .slick-arrow.slick-next:before, .article-ranking-carousel .article-ranking > .slick-arrow.slick-next:before, .info-card-carousel .info-card > .slick-arrow.slick-next:before, .carousel__list > .slick-arrow.slick-prev:before, .education-card-carousel .education-card > .slick-arrow.slick-prev:before, .article-ranking-carousel .article-ranking > .slick-arrow.slick-prev:before, .info-card-carousel .info-card > .slick-arrow.slick-prev:before {
	-webkit-backface-visibility: hidden;
    display: inline-block;
    position: relative;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: #999;
    vertical-align: middle;
    content: "";
  }

  .info-card-carousel .info-card > .slick-arrow.slick-prev:before {
	-webkit-backface-visibility: hidden;
    display: inline-block;
    position: relative;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: #999;
    vertical-align: middle;
    content: "";
  }

  .info-card-carousel .info-card > .slick-arrow.slick-prev:before {
	-webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
	}

	.info-card-carousel .info-card > .slick-arrow.slick-next:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

  .info-card-carousel > *:first-child,
  .info-card-carousel > section:first-child > *:first-child,
  .info-card-carousel > [class^="list-wrap"] > *:first-child {
	margin-top: 0 !important;
  }
  
  .info-card-carousel > *:last-child {
	margin-bottom: 0 !important;
  }
  
  .info-card-carousel .info-card:not(.slick-initialized) {
	display: none;
  }
  
  .info-card-carousel .info-card.slick-slider {
	overflow: hidden;
  }
  
  .info-card-carousel .info-card.slick-slider.slick-dotted {
	padding: 0 3.2em;
  }
  
  .info-card-carousel .info-card > .slick-list > .slick-track > .slick-slide {
	line-height: 1.6;
  }
  
  .info-card-carousel .info-card > .slick-arrow {
	z-index: 2;
	position: absolute;
	top: 50%;
	width: 35px;
	height: 35px;
	padding: 0;
	overflow: hidden;
	border: none;
	outline: none;
	background-color: transparent;
	text-indent: 100%;
	white-space: nowrap;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  
  .info-card-carousel .info-card > .slick-arrow:before {
	position: absolute !important;
	top: 50%;
	margin: -9px 0 0 0;
  }
  
  .info-card-carousel .info-card > .slick-arrow.slick-prev:before {
	border-width: 2px;
	border-color: #ec6b15;
  }
  
  .info-card-carousel .info-card > .slick-arrow.slick-next:before {
	border-width: 2px;
	border-color: #ec6b15;
  }
  
  .info-card-carousel .info-card__item {
	width: 100%;
  }
  
  .info-card-carousel .info-card__title {
	line-height: 1.4;
  }
  
  .info-card-carousel .info-card__keyword {
	margin: 0.8rem -5px -5px 0;
	padding-bottom: 5px;
  }
  
  .info-card-carousel__control {
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .info-card-carousel__pager > .slick-dots {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
  }
  
  .info-card-carousel__pager > .slick-dots > li {
	display: flex;
	padding: 5px 10px;
	font-size: 0;
	list-style: none;
  }
  
  .info-card-carousel__pager > .slick-dots > li > button {
	display: inline-block;
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	border-radius: 50%;
	outline: none;
	background-color: #b2b2b2;
	text-indent: -9999em;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  
  .info-card-carousel__pager > .slick-dots > li.slick-active > button {
	background-color: #ec6b15;
  }
  
  .info-card-carousel__switch {
	display: flex;
	align-items: center;
	font-size: 0;
  }
  
  .info-card-carousel__switch__pause {
	display: inline-block;
	position: relative;
	width: 14px;
	height: 16px;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	text-indent: -9999em;
  }
  
  .info-card-carousel__switch__pause:before, .info-card-carousel__switch__pause:after {
	display: inline-block;
	position: absolute;
	top: 0;
	height: 100%;
	background-color: #ec6b15;
	content: "";
  }
  
  .info-card-carousel__switch__pause:before {
	left: 0;
  }
  
  .info-card-carousel__switch__pause:after {
	right: 4px;
  }
  
  .info-card-carousel__switch__play {
	display: inline-block;
	position: relative;
	width: 14px;
	height: 16px;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	text-indent: -9999em;
  }
  
  .info-card-carousel__switch__play:before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -8px 0 0 0;
	border-width: 8px 0 8px 14px;
	border-style: solid;
	border-color: transparent transparent transparent #ec6b15;
	content: "";
  }

  .info-card__image img {
	width: 100%;
  }

  [class*="info-card__type"]:not(.info-card__type--nolink) .ltg08-card__title::after {
    content: "";
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    vertical-align: middle;
  }

  
  @media print, screen and (min-width: 768px) {
	.info-card__type:hover .info-card__image, .info-card__type--blank:hover .info-card__image, .info-card__type--pdf:hover .info-card__image, .info-card__type--excel:hover .info-card__image, .info-card__type--word:hover .info-card__image, .info-card__type--powerpoint:hover .info-card__image, .info-card__type--zip:hover .info-card__image, .info-card__type--video:hover .info-card__image, .info-card__type--modal:hover .info-card__image, .info-card__type--rss:hover .info-card__image, .info-card__type--nolink:hover .info-card__image {
		box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
		opacity: .7;
	  }
	  .info-card__type:hover .info-card__title, .info-card__type--blank:hover .info-card__title, .info-card__type--pdf:hover .info-card__title, .info-card__type--excel:hover .info-card__title, .info-card__type--word:hover .info-card__title, .info-card__type--powerpoint:hover .info-card__title, .info-card__type--zip:hover .info-card__title, .info-card__type--video:hover .info-card__title, .info-card__type--modal:hover .info-card__title, .info-card__type--rss:hover .info-card__title, .info-card__type--nolink:hover .info-card__title {
		color: #d32700;
		text-decoration: underline;
	  }
	  .info-card__badge, .info-card__badge--v2, .info-card__badge--v3, .info-card__badge--v4 {
		padding: 3px 10px;
		border-radius: 5px;
		font-size: 1.2rem;
		font-weight: 700;
	  }
	  .info-card[data-col-pc]:not([data-col-pc="auto"]) > .info-card__item {
		margin-top: 2.5em;
	  }
	  .info-card__type--nolink:hover .info-card__image {
		opacity: 1;
	  }
	  .info-card__type--nolink:hover .info-card__title {
		color: #000;
		text-decoration: none;
	  }
	  .info-card__kind {
		top: 10px;
		right: 10px;
		margin-right: -5px;
	  }
	  .info-card__image {
		transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
	  }

	  .info-card__image {
		overflow: hidden;
		margin: 0;
		background: #fff;
		border-radius: 12px;
		}
		.info-card__image img {
			-webkit-backface-visibility: hidden;
			max-width: 100%;
			height: auto;
			backface-visibility: hidden;
			line-height: 1;
			vertical-align: top;
		}
	  .info-card__body {
		margin-top: 14px;
	  }
	  .info-card__category {
		margin: 1em calc(1em - 5px) 0 0;
	  }
	  .info-card__date {
		font-size: 1.4rem;
	  }
	  .info-card__detail {
		margin-top: 1.2rem;
	  }
	  .info-card__title {
		font-size: 2rem;
		font-weight: 700;
		transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
	  }
	  .info-card__filesize {
		font-size: 1.6rem;
		font-weight: 500;
	  }
	  .info-card__keyword {
		margin: 1.2rem -5px -5px 0;
	  }
	  .info-card__tag {
		margin: 0 5px 5px 0;
		padding: 3px 9px;
		font-size: 1.2rem;
	  }
	  .info-card-carousel .info-card > .slick-list {
		margin: 0 -18px;
	  }
	  .info-card-carousel .info-card > .slick-list > .slick-track {
		margin: 0;
	  }
	  .info-card-carousel .info-card > .slick-arrow:hover {
		opacity: 0.7;
	  }
	  .info-card-carousel .info-card > .slick-arrow.slick-prev {
		left: 16px;
	  }
	  .info-card-carousel .info-card > .slick-arrow.slick-prev:before {
		left: 6px;
		width: 20px;
		height: 20px;
	  }
	  .info-card-carousel .info-card > .slick-arrow.slick-next {
		right: 16px;
	  }
	  .info-card-carousel .info-card > .slick-arrow.slick-next:before {
		right: 6px;
		width: 20px;
		height: 20px;
	  }
	  .info-card-carousel .info-card__item {
		padding: 0 18px;
	  }
	  .info-card-carousel__control {
		margin: 1.4em 0 0 0;
	  }
	  .info-card-carousel__pager > .slick-dots > li > button:hover {
		opacity: 0.7;
	  }
	  .info-card-carousel__switch__pause {
		margin: 0 0 0 .625em;
	  }
	  .info-card-carousel__switch__pause:before, .info-card-carousel__switch__pause:after {
		width: 3px;
	  }
	  .info-card-carousel__switch__play {
		margin: 0 0 0 .625em;
	  }
	  .info-card-carousel[data-banner-pc="5"] .info-card-carousel__list > .slick-list {
		margin: 0 -12px;
	  }
	  .info-card-carousel[data-banner-pc="5"] .info-card-carousel__item {
		padding: 0 12px;
	  }
	  .info-card-carousel[data-banner-pc="6"] .info-card-carousel__list > .slick-list {
		margin: 0 -10px;
	  }
	  .info-card-carousel[data-banner-pc="6"] .info-card-carousel__item {
		padding: 0 10px;
	  }
	  .info-card__type-blank .ltg08-card__title::after {
        top: -0.05em;
        width: 14px;
        height: 14px;
        background-image: url(/omatome/images/about_ltg08/ltg08_link_ic02.png);
      }
  }



  @media only screen and (max-width: 767.98px) {
  .info-card__badge, .info-card__badge--v2, .info-card__badge--v3, .info-card__badge--v4 {
    padding: 3px 9px;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: 700;
  }
  .info-card {
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
  }
  .info-card[data-col-sp]:not([data-col-sp="auto"]) > .info-card__item {
    margin-top: 1em;
  }
  .info-card__item + .info-card__item {
    padding-top: 1em;
    border-top: 1px solid #ddd;
  }
  .info-card__kind {
    top: 9px;
    right: 9px;
    margin-right: -5px;
  }
  .info-card__body {
    margin-top: 9px;
  }
  .info-card__category {
    margin: 1em calc(1em - 5px) 0 0;
  }
  .info-card__date {
    font-size: 1rem;
  }
  .info-card__detail {
    margin-top: .3rem;
  }
  .info-card__title {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .info-card__filesize {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .info-card__keyword {
    margin: .8rem -5px -5px 0;
  }
  .info-card__tag {
    margin: 0 5px 5px 0;
    padding: 3px 9px;
    font-size: 1rem;
  }
  .info-card-carousel {
    margin-right: -15px;
    margin-left: -15px;
  }
  .info-card-carousel .info-card {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .info-card-carousel .info-card > .slick-list {
    margin: 0 -17px;
  }
  .info-card-carousel .info-card > .slick-list > .slick-track > .slick-slide:only-of-type {
    padding: 0 15px;
  }
  .info-card-carousel .info-card > .slick-arrow.slick-prev {
    left: 14px;
  }
  .info-card-carousel .info-card > .slick-arrow.slick-prev:before {
    left: 4px;
    width: 15px;
    height: 15px;
  }
  .info-card-carousel .info-card > .slick-arrow.slick-next {
    right: 14px;
  }
  .info-card-carousel .info-card > .slick-arrow.slick-next:before {
    right: 4px;
    width: 15px;
    height: 15px;
  }
  .info-card-carousel .info-card__item {
    padding: 0 17px;
  }
  .info-card-carousel__control {
    margin: 1em 0 0;
    padding: 0 15px;
  }
  .info-card-carousel__switch__pause {
    margin: 0 0 0 .7em;
  }
  .info-card-carousel__switch__pause:before, .info-card-carousel__switch__pause:after {
    width: 3px;
  }
  .info-card-carousel__switch__play {
    margin: 0 0 0 .7em;
  }
  [class*="info-card__type"]:not(.info-card__type--nolink) .ltg08-card__title::after {
	content: "";
	display: inline-block;
	margin: 0 0 0 5px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	vertical-align: middle;
  }
  .info-card__type-blank .ltg08-card__title::after {
	width: 14px;
	height: 14px;
	background-image: url(/omatome/images/about_ltg08/ltg08_link_ic02.png);
  }
.column  {
    border-bottom: 1px solid #ddd;
	padding-bottom: 1em;
  }
}

/* For Iframe Media Query */
@media only screen and (max-width: 640px) {
	body.type-iframe {
		font-size: 1.2rem;
		overflow: hidden;
	}
}
@media only screen and (min-width: 641px) {
	body.type-iframe {
		font-size: 1.4rem;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}

@media screen and (min-width: 768px) {
span.abtest_cta_title, span.abtest_cta_title strong, span.abtest_cta_title_sub_text {
	display:none;
}
}

@media screen and (max-width: 767px) {
.ltg08-visual-card-v2__item--1st, .ltg08-visual-card-v2__item--2nd, .ltg08-visual-card-v2__item--3rd, .ltg08-visual-card-v2__item--5th {
	width: 47% !important;
}
.ltg08-visual-card-v2 {
	flex-wrap: wrap !important;
	gap: 8px 0 !important;
}
.ltg08-visual__body {
	padding: 2em 15px 15px !important;
}
.ltg08-visual-card-v2 {
	margin: 2em 0 0 !important;
}
span.ltg08-visual-text-v4__letter--1 {
	font-size: 1.2rem!important;
}
span.ltg08-visual-text-v4__letter--2 {
	font-size: 2rem!important;
}
span.ltg08-visual-text-v5__letter--1 {
}
span.ltg08-visual-text-v5__letter--2 {
	font-size: 2rem!important;
}
span.ltg08-visual-text-v6__letter--1 {
	font-size: 1.2rem!important;
}
span.ltg08-visual-text-v7__letter--1 {
	font-size: 1.8rem!important;
}
span.ltg08-visual-text-v8__letter--1 {
	font-size: 1.1rem!important;
}
span.abtest_cta_title {
	font-size: 2.8vw;
	text-align: center;
	display: block;
	font-weight: bold;
	color: black;
}
span.abtest_cta_title_sub {
	font-size: 2vw;
}
span.abtest_cta_title_sub_text {
	text-align: right;
	display: block;
	font-size: 2vw;
	margin-right: 15px;
	color: black;
	position: absolute;
	bottom: 0;
	right: -10px;
}
.assist-conversion {
	height: fit-content !important;
}
span.abtest_cta_title.strong {
	font-size: 2.8vw;
	margin: 4px 0;
}
.id005_cta_area span.abtest_cta_title_sub_text {
	right: -22px;
}
.ltg08-conversion-button.id005_cta_area {
	position: relative;
}
.id004_balloon {
	position: relative;
	display: block;
	margin: 1.5em auto;
	padding: 7px 10px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #0a1759;
	width: 95%;
}
.id004_balloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #0a1759;
}
.id004_balloon p {
	margin: 0;
	padding: 0;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
span.orange {
	color: #ff7e00;
	font-size: 18px;
}
.id004_balloon span.kome {
	position: absolute;
	font-size: 8px;
	bottom: -16px;
	right: 0;
}
p.id004_add_title {
	color: #0a1759;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
p.id004_add_title span.orange {
	font-size: 18px;
}
.ltg08-column__item .ltg08-table caption:not(.id004_add_title) {
	display: none;
}
}
.id009_add {
    margin: 20px 0;
}
p.id009_add_title {
    color: #0a1759;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
p.id009_add_title span.orange {
    font-size: 18px;
}
.id009_balloon {
    position: relative;
    display: block;
    margin: 1.5em auto;
    padding: 7px 10px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #0a1759;
    width: 95%;
}
.id009_balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #0a1759;
}
.id009_balloon p {
    margin: 0;
    padding: 0;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.id009_balloon span.kome {
    position: absolute;
    font-size: 8px;
    bottom: -16px;
    right: 0;
}
.id009_annotation span {
    font-size: 10px;
}
.id009_annotation span {
    display: block;
    margin: 4px 0;
}
.id009_annotation {
    padding: 0px 20px;
}
.id009_text_wrapper {
    background: #fff5eb;
    position: relative;
    padding: 16px 8px;
    border: solid 2px #f1f1f1;
    margin: 8px 0;
}
.id009_text_wrapper .text {
    font-size: 14.5px;
    font-weight: bold;
}
.id009_text_wrapper span.kome {
    position: absolute;
    bottom: 16px;
    right: 16px;
    font-size: 14.5px;
}
.id009_text_wrapper .text span.orange {
    font-size: 14.5px;
}
@media print, screen and (min-width: 768px) {
    .id009_add .orange {
        color: #ff7e00;
    }
	.id009_text_wrapper {
		text-align: center;
	}
	.ltg08-visual-card__item--id010_add {
		display: none;
	}
}