@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*設定する場合→ font-family:'Noto sans japanese', sans-serif; を追加*/
/*同時に他のWEBフォントを使う場合はhtml側に記載すること*/

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;
}

body {
	font-size: 14px;
	background: #FFFFFF;
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
}

#wrapper {
	min-width: 320px;
	max-width: 600px;
	margin: 0 auto;
}

img {
	width: 100%;
	vertical-align: bottom;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
input[type=button] {
	-webkit-appearance: none;
	border: 1px solid #999999;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.for-pc {
	display: none !important;
}

.sp-br {
	display: block;
}

/*共通
----------------------------------------------------------------------------------------------------*/
.banner-box {
	display: block;
	margin: 0;
}

.banner-box img {
	width: 100%;
}

/*ヘッダー
----------------------------------------------------------------------------------------------------*/

/* .fix-header {
	width: 100%;
	max-width: 1024px;
	min-width: 320px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	margin: auto;
	padding: 1rem;
	text-align: end;
} */

.right-menu {
	cursor: pointer;
	position: fixed;
	top: 8px;
	right: 8px;
	z-index: 9999;
}

.right-menu__img {
	width: 60px;
}

.main-navigation {
	display: none;
	opacity: 0;
	transition: all 0.7s;
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 999;
	background: #006331;
}

.main-navigation__inner {
	position: relative;
	width: 96%;
	padding-top: 3%;
	max-width: 580px;
	height: 96vh;
	margin: auto;
}

.main-navigation__back {
	background: #0e0f0f;
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: rotateY(180deg);

	/*  */
	animation: rotateBoard_reverse .8s ease-in-out forwards;
}

.navigation {
	padding: 1rem 0.4rem;
}

.main-navigation__front {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 6px solid #fff;
	background: #066332;
	transform: rotateY(0deg);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;

	/*  */
	animation: rotateBoard .8s ease-in-out forwards;
}


@keyframes rotateBoard {
	from {
		transform: rotateY(0deg);
	}

	to {
		transform: rotateY(calc(360deg * 2));
	}
}

@keyframes rotateBoard_reverse {
	from {
		transform: rotateY(180deg);
	}

	to {
		transform: rotateY(calc(440deg * 2));
	}
}

.navigation__ul {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.navigation__item {
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
}

.navigation__link {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	padding: 0.5rem;
}

/*メインコンテンツ
----------------------------------------------------------------------------------------------------*/
#main {}

:root {
	--tmp-margin: 2rem;
}

.content {
	min-width: 320px;
	max-width: 1024px;
	margin: 0 auto;
	padding: 8px;
	overflow: hidden;
}

.hero {
	background: url('./../img/item/header/head_bg_sp.png')no-repeat center;
	background-size: cover;
	height: 100vh;
	max-height: 760px;
	position: relative;
	overflow: hidden;
}

.hero__absolute {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
}

h1 {
	text-align: center;
	margin: 1rem auto;
	width: 70%;
	min-width: 240px;
	max-width: 600px;
}

h1 img {}

.bubble-box {
	position: relative;
	margin-top: -2rem;
}

.bubble-box__bubble {
	width: 100%;
}

.bubble-box__inner {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-60%);
}

.bubble-box__item {
	flex: 0 1 40%;
}

.bubble-box__item_center {}

.bubble-box__st {
	width: 24vw;
	max-width: 180px;
	margin: 0 auto 0.5rem;
}

.rate {
	display: flex;
	width: 90%;
	margin: auto;
}

.rate__item {
	display: flex;
	flex: 0 1 100%;
	width: 33.3%;
	align-items: center;
	justify-content: center;
}

.rate__decimal {}

.rate__decimal-item {
	display: block;
	max-height: 90px;
}

.rate__num-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.rate__num-img_table {
	max-height: 9vw;
}

.rate__decimal-img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.bubble-box__runner {
	width: fit-content;
	position: absolute;
	left: 0%;
	bottom: -14%;
	width: 74%;
}

.bubble-box__line {
	position: absolute;
	width: 100%;
	max-width: fit-content;
	z-index: 99;
	right: 0;
	bottom: 4%;
}

.header-rate__num-img {
	width: auto;
	height: 22vw;
}

.header-rate_decimal-img {
	width: auto;
	height: 11vw;
}

/*  */

.main-content {
	background: url('./../img/item/common/main_bg_sp.png')no-repeat center;
	background-position-y: top;
	background-size: 100% 100%;
}

.three-point {
	margin: var(--tmp-margin) auto;
}

.three-point__inner {
	display: flex;
}

.three-point__item {
	flex: 1 1 100%;
	padding: 0.2rem;
}

.shortest-time {
	position: relative;
}

.shortest-time__children {
	position: absolute;
	left: 0;
	right: 0;
	width: fit-content;
	margin: auto;
	display: flex;
	justify-content: center;
	bottom: 32%;
}

.shortest-time__child {
	flex: 0 1 33.3%;
}

.shortest-time__img {}

.button-box {
	display: flex;
	flex-direction: column;
	gap: 2rem;

	margin-bottom: var(--tmp-margin);
}

.button-box_flex {
	display: flex;
}

.button-box_flex>* {
	flex: 0 1 50%;
}

.button-box_flex>*>img {
	width: 100%;
}

/*  */
.rate-table {
	margin-bottom: var(--tmp-margin);
}

.rate-table__inner {}

.table-flex {}

.table-flex__thead {}

.table-flex__tr {
	display: flex;
	justify-content: end;
	gap: 12px;
	margin-bottom: 12px;
}

.table-flex__th {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 30%;
	padding: 12px;

	/*  */
	background: #ffffffd4;
	border-radius: 8px 0 0 8px;
	font-size: clamp(0.938rem, -0.277rem + 6.071vw, 2rem);
	;
	font-weight: 800;
	color: #03172B;
}

.table-flex__tbody {}

.table-flex__card-image {
	min-width: 60px;
}

.table-flex__td {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 35%;
	padding: 0.4rem;

	/*  */
	background: #03172B;
}

.table-flex__td :first-child {
	border-radius: 8px 0 0 8px;
}

.table-flex__td :last-child {
	border-radius: 0 8px 8px 0;
}

.flex-thead {}

.flex-thead__tr {
	gap: 0;
}

.flex-thead__th {
	flex: 0 1 35%;
}

.flex-thead__th:first-child {
	border-radius: 8px 0 0 8px;
}

.flex-thead__th:last-child {
	border-radius: 0 8px 8px 0;
}

.table-flex__tr:last-child {
	border-radius: 8px;
	overflow: hidden;
}

.case-line {
	font-size: 1.6rem;
	color: #a6ff08;
	font-weight: 600;
	letter-spacing: 2px;
}

/*  */
.simulation {
	margin-bottom: var(--tmp-margin);
}

.simulation__inner {}

.arrow-table {
	border: 8px solid #04172b;
	overflow: hidden;
}

.arrow-table__head {
	background: #04172b;
	padding: 1rem;
	position: relative;
}

.arrow-table__head::after {
	content: "";
	display: block;
	width: 100%;
	height: 2rem;
	background: url(./../img/item/table-header_arrow.png)no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1rem;
	margin: auto;
	z-index: 99;
}

.arrow-table__st {
	width: fit-content;
	margin: auto;
}

.arrow-table__st-img {}

.arrow-table__body {}

.arrow-table__tr {
	background: #F7F6F2;
	position: relative;
}

.arrow-table__tr::after {
	content: "";
	display: block;
	width: 100%;
	height: 4rem;
	background: url(./../img/item/table_arrow.png)no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4rem;
	margin: auto;
	z-index: 99;
}

.arrow-table__tr:last-child::after {
	content: unset;
}

.arrow-table__th {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	color: #05172b;
}

.arrow-table__th:first-child {
	padding-top: 4rem;
}

.arrow-table__td {
	position: relative;
	padding: 0.4rem;
}

.radio-btn-box {
	display: flex;
	justify-content: center;
	gap: 1rem;
}

.radio-btn {
	flex: 0 1 33.3%;
}

.radio-btn__input {
	display: none;
}

.radio-btn__label {
	cursor: pointer;
}

.input-num-box {}

.num-box {}

.num-box__input {
	display: block;
	margin: auto;
	height: 3rem;
	padding: 4px;
	font-size: 1.2rem;
}

.input-view-box {
	display: flex;
	gap: 1rem;
	width: 100%;
	align-items: end;
}

.view-box {
	width: calc(100% - 2rem);
}

.view-box__input {
	display: block;
	width: 100%;
	height: 4rem;
	padding: 8px;
	font-size: 2rem;

	/*  */
	border: 4px solid #04172b;
	font-weight: 600;
	color: red;
	text-align: center;
}

.input-view-box__yen {
	font-weight: 600;
	font-size: 2rem;

	/*  */
	color: #04172b;
}

/*  */

.group {
	margin-bottom: var(--tmp-margin);
}

.group__inner {}

.group__st {
	max-width: 320px;
	margin: auto;
	margin-bottom: var(--tmp-margin);
}

.group__st-img {}

.group__list {}

.group__ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
	padding: 8px;

	background: url('./../img/item/group/group-space.png') no-repeat;
}

.group__ul_odd {
	background-position: 97% 97%;
	background-size: 40% auto;
}

.group__ul_even {
	background: none;
}

.group__li {
	flex: 0 1 calc(50% - 6px);
	border-radius: 8px;
	overflow: hidden;

	/*  */
	box-shadow: 8px 8px #000;
}

.group__link {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1rem;
	max-height: 88px;

	/*  */
	background: #f7f6f2;
}

.group__img {
	height: 100%;
	object-fit: contain;
}

.group-list-portal {
	padding: 0 !important;
}

.group-list-portal img {
	height: 100% !important;
}



/*フッター
----------------------------------------------------------------------------------------------------*/
footer {
	padding-bottom: constant(safe-area-inset-bottom);
}

.pageTop {
	position: fixed;
	bottom: 20px;
	/*適宜変更*/
	right: 20px;
	/*適宜変更*/
	z-index: 99;
	/*適宜変更・削除*/

	display: inline-block;
	/*必要があれば適宜変更*/
}

.pageTop img {
	/*アイコンを置く場合などは適宜サイズ指定など追加。*/
}


.footer {
	background: url(./../img/item/common/footer_sp.png) no-repeat center;
	background-size: cover;
	background-position-y: 100%;
}

.footer__inner {
	padding: 4rem 1rem 10rem;
}

.footer__global-nav {
	width: fit-content;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin: auto;
}

.footer__nav-item {}

.footer__link {
	display: block;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 2px;
}

.footer__link_before-ball {
	padding: 1rem 0rem 1rem 3rem;
	background: url(./../img/item/ball_before_list.png) no-repeat center;
	background-size: 2rem;
	background-position-x: 0%;
}


.footer__inner small {
	color: #fff;
	text-align: center;
	margin: 5rem 0 0;
	display: block;
	font-size: 1.2rem;
	width: 100%;
}

.foot-inner--flex {
	display: flex;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: auto;
	gap: 2rem 0;
}

.foot-inner__item {
	flex: 0 0 100%;
}

.footer__ttl {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 600;
	border-bottom: 1px solid;
	margin-bottom: .5rem;
	padding-bottom: .5rem;
}

.footer__nav {
	flex-wrap: wrap;
	flex-direction: unset !important;
	margin: unset !important;
	gap: 1rem !important;
}

.footer__nav-item {
	flex: 0 1 calc(50% - 1rem / 2);
}

.footer__nav-link {
	font-size: 14px !important;
	font-weight: normal !important;
}

.fixed-banner {
	position: fixed;
	bottom: 0;
	z-index: 99;
}

.for-sp {}

.fixed-banner__item {
	display: block;
	width: 100%;
}

.fixed-banner__img {
	width: 100%;
}

/*大口特別レート*/
#largeuse {}

#largeuse .arrow-table__tr::after {
	content: unset !important;
}

#largeuse .case-info {
	font-size: 1.2rem;
	color: #fff;
	font-weight: 600;
	letter-spacing: 4px;
	padding: 1rem 0.5rem;
}

#largeuse .lu-cond {
	font-size: 1.34rem;
	font-weight: 800;
	color: #ff9100;
}

#largeuse .arrow-table__th:first-child {
	padding-top: 1rem !important;
}

#largeuse .lu-lightborder {
	border: 1px solid #444;
}