@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;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

a:hover {
	opacity: .7;
}

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

#wrapper {
	min-width: 1024px;
}

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=submit] {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

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-sp {
	display: none !important;
}

/*共通
----------------------------------------------------------------------------------------------------*/
.banner-box {
	display: block;
	margin: 0rem auto;
	width: 100%;
	max-width: 800px;
}

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


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

/* .fix-header {
	width: 100%;
	max-width: 1200px;
	min-width: 1024px;
	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: calc(50% - 512px);
	z-index: 9999;
}

.right-menu__img {
	width: 100px;
}


.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: 60%;
	padding-top: 3%;
	max-width: 600px;
	height: 90vh;
	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;
}

.main-navigation__front {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 12px 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: 2rem;
	font-weight: 600;
}

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

.navigation__img {}


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

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

.content {
	width: 100%;
	max-width: 1200px;
	min-width: 1024px;
	margin: auto;
	padding: 1rem;
	overflow: hidden;
}

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

.content_header {
	max-width: 1300px;
	height: 100vh;
	position: relative;
}

h1 {
	text-align: center;
	margin-top: 1rem;
}

h1 img {
	min-width: 400px;
	max-width: 520px;
}

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

.bubble-box__bubble {
	width: 100%;
}

.bubble-box__inner {
	width: 90%;
	display: flex;
	gap: 2rem;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.bubble-box__item {
	flex: 1 1 100%;
	width: 33.3%;
	padding: 1rem;

}

.bubble-box__item_center {
	margin-top: 4rem;
}

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

.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: 120px;
}

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

.bubble-box__runner {
	width: 40%;
	min-width: 364px;
	max-width: 370px;
	position: absolute;
	left: 20vw;
	bottom: -14%;
}

.bubble-box__line {
	position: absolute;
	width: 80%;
	max-width: 800px;
	z-index: 99;
	right: 0;
	bottom: 4%;
}

.header-rate__num-img {
	width: auto;
	height: 180px;
	height: 12vw;
	max-height: 180px;
}

.header-rate_decimal-img {
	width: auto;
	height: 6vw;
	max-height: 90px;
}

/*  */

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

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

.three-point__inner {
	display: flex;
}

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

.shortest-time {
	position: relative;
}

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

.shortest-time__child {
	flex: 1 1 100%;
}

.shortest-time__img {}

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

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

.image-button_spacial-rate {
	width: fit-content;
	margin: 0 auto;
}

.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: 1rem;
	margin-bottom: 1rem;
}

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

	/*  */
	background: #ffffffd4;
	border-radius: 8px 0 0 8px;
	font-size: 3rem;
	font-weight: 800;
	color: #03172B;
}

.table-flex__tbody {}

.table-flex__card-image {
	width: 120px;
}

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

	/*  */
	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: 3rem;
	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%;
	max-width: 1200px;
	min-width: 1024px;
	height: 4rem;
	background: url(./../img/item/table-header_arrow.png)no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3rem;
	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%;
	max-width: 1200px;
	min-width: 1024px;
	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 {
	padding: 1rem;
	position: relative;
}

.arrow-table__td_flex {
	display: flex;
}

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

.radio-btn {
	flex: 0 1 33.3%;
	max-width: fit-content;
}

.radio-btn__input {
	display: none;
}

.radio-btn__label {
	cursor: pointer;
}

.input-num-box {}

.num-box {}

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

.input-view-box {
	display: flex;
	gap: 1rem;
	width: 80%;
	margin: 0 auto var(--tmp-margin) 10rem;
	align-items: end;
}

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

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

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

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

	/*  */
	color: #04172b;
}

/*  */

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

.group__inner {}

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

.group__st-img {}

.group__list {}

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

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

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

.group__ul_even {
	background: none;
}

.group__li {
	flex: 0 1 48%;
	border-radius: 8px;
	overflow: hidden;

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

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

	/*  */
	background: #f7f6f2;
}

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

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

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



/*フッター
----------------------------------------------------------------------------------------------------*/
.pageTop {
	position: fixed;
	bottom: 20px;
	/*適宜変更*/
	right: calc(50% - 512px);
	/*適宜変更 これはコンテンツ幅の右に合わせる場合の指定です*/
	z-index: 99;
	/*適宜変更・削除*/

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

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

.footer {
	background: url(./../img/item/common/footer.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: repeat(3, 1fr);
	gap: 1rem;
	margin: auto;
}

.footer__nav-item {}

.footer__link {
	display: block;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	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__link_before-ball::before {
	content: "";
	display: block;
	width: 1rem;
	height: 1rem;
	background: url('./../img/item/ball_before_list.png') no-repeat center;
	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: 0 2rem;
}

.foot-inner__item {
    flex: 0 0 calc(50% - 1rem);
}

.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;
    margin: unset !important;
    gap: 1rem !important;
}

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

.footer__nav-link {
    font-size: 1rem !important;
    font-weight: normal !important;
}


/* 
.fixed-banner {
	position: fixed;
	right: calc(50% - 512px);
	bottom: 20px;
	z-index: 999;
} */

/* .for-sp {}

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

.fixed-banner__img {
	width: 100%;
} */

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

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

#largeuse .case-info {
	font-size: 1.4rem;
	color: #fff;
	font-weight: 600;
	letter-spacing: 2px;
}

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

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

.fixed-banner {
	width: fit-content;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 99;
}

.fixed-banner__item {
	display: block;
	width: fit-content;
	padding-left: 6px;
}

.fixed-banner__img {
	width: fit-content;
	max-width: 600px;
}