@charset "UTF-8";

/*------------------------------------------
	reset
--------------------------------------------*/
html{-webkit-text-size-adjust:100%;box-sizing:border-box;-moz-tab-size:4;tab-size:4;word-break:normal}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{margin:0;padding:0}hr{color:inherit;height:0;overflow:visible}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}iframe{border-style:none}input{border-radius:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}[disabled]{cursor:default}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}

html {
	width: 100%;
	font-size: 62.5%;
	background-color: #fff;
	/* font-feature-settings: 'palt'; */
}
body {
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #222222;
}
body * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
	-webkit-tap-highlight-color: transparent;
}
li {
	list-style: none;
	font-size: 1.6rem;
	line-height: 1.688;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
sup {
	/* vertical-align: top; */
	font-size: 0.7em;
}
sub {
	/* vertical-align: basseline; */
	font-size: 0.7em;
}
a {
	color: #1265D6;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	font-size: 1.6rem;
	line-height: 1.688;
}
main {
	width: 100%;
	position: relative;
	padding-top: 138px;
}
@media (min-width:768px) {
	main {
	    padding-top: 85px;
	}
}

/*------------------------------------------
	utility
--------------------------------------------*/
.onlyPC {
	display: none;
}
.onlySP {
	display: block;
}
@media (min-width:768px) {
	.onlySP {
		display: none;
	}

	.onlyPC {
		display: block;
	}
}

.container {
	width: 100%;
	max-width: none;
	max-width: inherit;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 992px) {
	.container {
		max-width: 1000px;
	}
}

/* @media (max-width:768px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
} */

.u-color-red {
	color: #DD1B1B!important;
}
.u-txt-bold {
	font-weight: 700;
}
.u-mt-none {
	margin-top: 0!important;
}
.u-mt-8 {
	margin-top: 8px!important;
}
.u-mt-15 {
	margin-top: 15px!important;
}
.u-mt-24 {
	margin-top: 24px!important;
}
.u-mt-24 {
	margin-top: 24px!important;
}
.u-mt-m {
	margin-top: 30px!important;
}
@media (min-width:768px) {
	.u-mt-m {
		margin-top: 40px!important;
	}
}
.u-mt-l {
	margin-top: 60px!important;
}
@media (min-width:768px) {
	.u-mt-l {
		margin-top: 80px!important;
	}
}

.section-inner {
	margin: 0 auto;
	max-width: 1360px;
	padding: 50px 20px;
}
.section-title {
    font-size: 2.2rem;
    font-weight: 700;
	text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #222;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
	.section > .section-inner {
		padding: 100px min(40px, 2.928257687vw) 0;
	}
	.section-title {
		font-size: 3.6rem;
		padding-bottom: 30px;
    	margin-bottom: 50px;
	}
}

.lead {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: left;
	margin-bottom: 30px;
}
.lead a {
	color: #1265D6;
	text-decoration: underline;
}
@media (min-width: 768px) {
	.lead {
		text-align: center;
		font-size: 1.8rem;
		margin-bottom: 60px;
	}
	.lead a:hover {
		text-decoration: none;
	}
}

.pdf::after {
	content: '';
	width: 20px;
	height: 20px;
	margin-left: 3px;
	display: inline-block;
	background: url(/special/ifree/fang-1/images/g_pdf_img_01_20251128.svg) no-repeat;
	background-size: contain;
	transform: translateY(2px);
}


/*------------------------------------------
	共通header
--------------------------------------------*/
.header {
	position: fixed;
	width: 100%;
	background: #ffffff;
	z-index: 20;
	transition: .3s;
}
.header-logo {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 188px;
	z-index: 2;
}
.header-nav-items {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}
.header-nav-items li,
.header-nav-btn {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	color: #222;
	text-align: center;
	border-left: 1px solid rgba(0, 0, 0, 0.16);
}
.header-nav-items li a,
.header-nav-btn a {
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
	width: auto;
	height: 68px;
	text-decoration: none;
	color: initial;
	padding: 13px 12px 26px;
}
.header-nav-items li a:before,
.header-nav-btn a:before {
	position: absolute;
	bottom: 10px;
	left: calc(50% - 6px);
	display: inline-block;
	width: 12px;
	height: 12px;
	content: "";
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-image: url(/special/ifree/fang-1/images/g_arrow_img_06_20251128.svg);
	background: #222222;
}
.header-nav-btn {
	display: inline-block;
}
.header-nav-btn a {
	color: #fff;
	background-color: #5DA71E;
}
.header-nav-btn a:before {
	background: #fff;
}
@media screen and (max-width: 767px) {
	.header-nav-btn {
		display: flex;
		justify-content: flex-end;
		width: 100%;
	}
	.header-nav-btn a {
		display: inline-block;
	}
	.header-nav-items {
		display: grid;
	}
	.header-nav-items {
		border-top: 1px solid #222;
		border-bottom: 1px solid #ccc;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		/* grid-template-columns: repeat(5, 1fr); */
	}
}
@media screen and (min-width: 768px) {
	.header {
		border-bottom: 1px solid #222;
	}
	.header-nav {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row-reverse;
		justify-content: flex-start;
		align-items: center;
	}
}
@media screen and (min-width: 1024px) {
	.header {
		height: 85px;
	}
	.header-logo {
		top: 26px;
		left: 57px;
		width: 200px;
	}
	.header-nav-items li {
		font-size: 1.2rem;
	}
	.header-nav-items li a {
		width: 109px;
		height: 85px;
		padding: 13px 10px 38px;
		transition: all .2s ease-in;
	}
	.header-nav-items li a:before {
		bottom: 14px;
		left: calc(50% - 9px);
		width: 18px;
		height: 18px;
		transition: all .2s ease-in;
	}
	.header-nav-items li a:hover {
		color: #1265D6;
	}
	.header-nav-items li a:hover:before {
		background-color: #1265D6;
	}
	.header-nav-btn {
		font-size: 1.2rem;
	}
	.header-nav-btn a {
		width: 109px;
		height: 85px;
		padding: 13px 10px 38px;
		transition: all .2s ease-in;
	}
	.header-nav-btn a:before {
		bottom: 14px;
		left: calc(50% - 9px);
		width: 18px;
		height: 18px;
		transition: all .2s ease-in;
	}
	.header-nav-btn a:hover {
		background-color: #000;
	}
}


/*------------------------------------------
	main
--------------------------------------------*/
.top-header-logo {
    width: 100%;
    margin-inline: auto;
    text-align: center;
    padding: 20px;
}
.top-header-logo img {
    width: 100%;
    max-width: 657px;
}
.top-header-content {
    width: 100%;
    max-width: 1360px;
    margin-inline: auto;
    padding: 0 20px;
}
.top-header-content a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 14px 20px 40px;
	position: relative;
	text-decoration: none;
	color: #fff;
}
.top-header-content .top-header-title {
	font-size: 1.8rem;
	font-weight: 700;
}
.top-header-content .top-header-lead {
	margin-top: 15px;
	font-size: 1.4rem;
	font-weight: 500;
}
.top-header-content-inner {
	border-radius: 10px;
	overflow: hidden;
}
.top-header-content-inner a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(/special/ifree/fang-1/images/g_bg_img_01_20251128.png) no-repeat;
	z-index: -1;
}
.top-header-content a:after {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(/special/ifree/fang-1/images/g_arrow_img_05_20251128.svg);
    background-size: contain;
	transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
    .top-header-content {
        padding: 0 40px;
    }
	.top-header-content-inner a:before {
		background: url(/special/ifree/fang-1/images/g_bg_img_02_20251128.png) no-repeat;
		background-position: center;
    	background-size: 100% 100%;
	}
	.top-header-content a {
		padding: 20px 45px;
		display: flex;
		align-items: center;
		gap: 36px;
	}
	.top-header-content .top-header-title {
		flex: 1 1 70%;
		max-width: 580px;
		font-size: 3.6rem;
	}
	.top-header-content .top-header-lead {
		flex: 1 1 30%;
		margin-top: 0;
	}
	.top-header-content a:after {
		width: 35px;
		height: 35px;
		bottom: 10px;
		right: 10px;
		transition: background-color .2s ease
	}
	.top-header-content a:hover:after {
		background-color: #000;
	}
}
/*------------------------------------------
	articlelist
--------------------------------------------*/

/*　記事一覧
----------*/
#articlelist .section-inner {
	padding-top: 20px;
}
.articlelist-item-list {
	color: #000;
	text-decoration: none;
}
.articlelist-item.moreview-item {
	opacity: 0;
	height: 0;
	pointer-events: none;
	cursor: none;
	transition: all .3s;
}
.articlelist-item.moreview-item.is-open {
	display: block;
	opacity: 1;
	height: auto;
	pointer-events: auto;
	cursor: pointer;
}
.article-title {
	margin-top: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
}
/* NEW icon <p class="article-title new"> */
.article-title.new span::after {
	content: 'NEW';
	display: inline-block;
	background-color: #E60000;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 19px;
	padding-inline: 4px;
	margin-left: 5px;
}
.article-lead {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.4;
}
.article-date {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1;
    color: #5DA71E;
}
.articlelist-item--l {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.articlelist-item--s {
	padding-bottom: 23px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
	.articlelist-item + .articlelist-item {
		margin-top: 20px;
	}
	.articlelist-item--m .articlelist-item-list {
		display: flex;
		flex-direction: row-reverse;
		gap: 10px;
		padding-bottom: 18px;
		border-bottom: 1px solid #ccc;
	}
	.articlelist-item--m .detail-box-image {
		flex: 0 0 100px;
		width: 100px;
	}
	.articlelist-item--m .detail-box-contents {
		margin-top: 0;
		flex: 1 0 calc(100% - 110px);
		width: calc(100% - 110px);
	}
	.articlelist-s {
		margin-top: 23px;
	}
}
@media screen and (min-width: 768px) {
	#articlelist .section-inner {
		padding-top: 40px;
	}
	.articlelist-items {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(3, auto);
	}
	.articlelist-item:nth-child(1) {
		grid-area: 1 / 1 / 2 / 4;
	}
	.articlelist-item:nth-child(2) {
		grid-area: 2 / 1 / 3 / 2;
	}
	.articlelist-item:nth-child(3) {
		grid-area: 2 / 2 / 3 / 3;
	}
	.articlelist-item:nth-child(4) {
		grid-area: 3 / 1 / 4 / 2;
	}
	.articlelist-item:nth-child(5) {
		grid-area: 3 / 2 / 4 / 3;
	}
	.articlelist-item:nth-child(6) {
		grid-area: 2 / 3 / 4 / 4;
	}
	.articlelist-item:nth-child(7) {
		grid-area: 4 / 1 / 5 / 4;
	}
    .article-title {
		margin-top: 20px;
		transition: color .2s ease;
    }
    .article-lead {
        font-size: 1.8rem;
    }
    .article-date {
        margin-top: 20px;
        font-size: 1.5rem;
    }
	.articlelist-item--l {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.articlelist-item--l .detail-box-image {
		flex: 1 0 calc(650 / 1280 * 100%);
		max-width: 650px;
	}
	.articlelist-item--l .articlelist-item-list {
		display: flex;
		gap: 0 60px;
		align-items: center;
	}
	.articlelist-item--l .article-title {
		margin-top: 0;
		font-size: 3rem;
	}
	.articlelist-item--l .article-title.new span::after {
		line-height: 25px;
		transform: translateY(-5px);
	}
	.articlelist-item--l .article-text {
		margin-top: 18.6%;

	}
	.articlelist-item--l .article-date {
		margin-top: 30px;
	}
	.articlelist-item--m {
		margin-right: 30px;
		margin-bottom: 30px;
	}
	.articlelist-item--s {
		padding-bottom: 23px;
		margin-bottom: 13px;
	}
	.articlelist-item-list:hover .article-title {
		color: #1265D6;
		text-decoration: underline;
	}
}

/*　view more
----------*/
.viewmore-button {
	padding-top: 0;
}
.viewmore-button button {
	position: relative;
    display: flex;
    width: 100%;
    max-width: 360px;
    height: 100%;
    min-height: 60px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: #1265D6;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    margin-inline: auto;
    transition: background-color .2s ease;
}
.viewmore-button button:before,
.viewmore-button button:after {
	content: '';
	display: block;
	width: 14px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: 20px;
}
.viewmore-button button:after {
	transform: rotate(90deg);
}
.viewmore-button button.is-open:after {
	display: none;
}
@media (min-width: 768px), print {
	.viewmore-button {
		margin-top: 40px;
	}
	.viewmore-button button {
		font-size: 1.8rem;
	}
	.viewmore-button button:hover {
		background-color: #000;
	}
}

/*　FANG＋とは
----------*/
.about-box {
	margin-top: 40px;
	overflow: hidden;
	border-radius: 10px;
}
.about-box-inner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	padding: 100px 10px 10px;
	background-image: linear-gradient(90deg, #94c9ea, #f1f8fc);
}
.about-box-inner::before {
	content: '';
    display: block;
	position: absolute;
	top: -20%;
	left: 0;
    width: 100%;
    height: 100%;
	min-height: 292px;
    background: url(/special/ifree/fang-1/images/g_about_img_01_20251128.png) repeat-x;
	background-size: contain;
	aspect-ratio: 323 / 292;
}
.about-box-contents {
	position: relative;
	padding: 30px 20px 40px;
	background-color: #fff;
	overflow: hidden;
	border-radius: 10px 10px 0 10px;
}
.about-box-contents h2 {
	font-size: 2.4rem;
	font-weight: 700;
	color: #1265D6;
	line-height: 1;
	text-align: center;
}
.about-box-contents p {
	margin-top: 20px;
	font-size: 1.4rem;
	color: #000;
}
.about-box-contents::before {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #1265D6;
}
.about-box-contents::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url(/special/ifree/fang-1/images/g_arrow_img_05_20251128.svg);
    background-color: #fff;
}

@media screen and (min-width: 768px) {
	.about-box {
		margin-top: 60px;
	}
	.about-box-inner {
		padding: 10px 10px 10px calc(323 / 1286 * 100%);
	}
	.about-box-inner::before {
		top: 50%;
		transform: translateY(-50%);
		background-repeat: no-repeat;
	}
	.about-box-contents {
		display: flex;
		gap: 25px;
		align-items: center;
		padding: 30px 40px 36px 33px;
	}
	.about-box-contents h2 {
		flex: 0 0 auto;
		font-size: 3.6rem;
	}
	.about-box-contents p {
		margin-top: 0;
	}
	.about-box-contents::before {
		bottom: 0;
		right: 0;
		width: 35px;
		height: 35px;
		transition: background-color .2s ease;
	}
	.about-box-contents::after {
		bottom: 0;
		right: 0;
		width: 35px;
		height: 35px;
		transition: background-color .2s ease;
	}
	.about-box-inner:hover h2 {
		text-decoration: underline;
	}
	.about-box-inner:hover .about-box-contents::before {
		background-color: #fff;
	}
	.about-box-inner:hover .about-box-contents::after {
		background-color: #1265D6;
	}
}

/*　動画エリア
----------*/
.movie-box {
	padding-top: 40px;
}
.movie-box-youtube {
	position: relative;
}
.movie-box-youtube::before {
	content: "";
    display: block;
    padding-top: 56.25%;
}
.movie-box-youtube > iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.movie-box-note {
	margin-top: 12px;
	font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
	.movie-box {
		border-top: 1px solid #ccc;
		margin-top: 40px;
	}
    .movie-box .articlelist-item-list:hover .article-title {
        color: #000;
        text-decoration: none;
    }
	.movie-box .article-text {
		margin-top: 50px;
	}
}

/*------------------------------------------
	detail
--------------------------------------------*/
.detail-box-contents {
	margin-top: 20px;
}
.detail-box-item {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 23px;
	border-bottom: 1px solid #ccc;
}
.detail-box-item:not(:first-child) {
	margin-top: 20px;
}
.detail-box-item-text dt {
	font-size: 1.6rem;
	font-weight: 600;
}
.detail-box-item-text dt span {
	position: relative;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 600;
	color: #ffffff;
	width: 20px;
	margin-right: 5px;
	text-align: center;
	line-height: 20px;
}
.detail-box-item-text dt span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 20px;
	height: 20px;
	background-color: #000;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.detail-box-item-text dd {
	margin-top: 15px;
	font-size: 1.4rem;
}
.detail-box-item-image {
	flex: 0 0 calc(100 / 335 * 100%);
}
.detail-link {
	margin-top: 30px;
	text-align: right;
}
.detail-link a {
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 27px;
	padding-right: 47px;
	color: #000;
	text-decoration: none;
}
.detail-link a::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 27px;
    height: 27px;
    background: url(/special/ifree/fang-1/images/g_arrow_img_05_20251128.svg);
    background-size: contain;
	background-color: #1265D6;
	transform: rotate(180deg);
	z-index: 1;
}
@media screen and (min-width: 768px) {
	.detail-box-inner {
		display: flex;
		gap: 40px;
	}
	.detail-box-image {
		flex: 0 1 650px;
	}
	.detail-box-contents {
		flex: 1 1 auto;
		margin-top: 0;
	}
	.detail-box-item {
		gap: 30px;
		padding-bottom: 23px;
	}
	.detail-box-item-text dt {
		font-size: 2.2rem;
	}
	.detail-box-item-text dt span {
		width: 20px;
		margin-right: 5px;
		line-height: 20px;
		transform: translateY(-2px);
	}
	.detail-box-item-text dt span::before {
		width: 20px;
		height: 20px;
	}
	.detail-box-item-text dd {
		margin-top: 20px;
		font-size: 1.6rem;
	}
	.detail-box-item-image {
		max-width: 128px;
	}
	.detail-link {
		text-align: left;
	}
	.detail-link a {
		transition: all .2s ease-in;
	}
	.detail-link a::before {
		transition: background-color .2s ease-in;
	}
	.detail-link a:hover {
		color: #1265D6;
		text-decoration: underline;
	}
	.detail-link a:hover::before {
		background-color: #000;
	}
}

/*------------------------------------------
	FANG+
--------------------------------------------*/
.bottom-block-fund {
	position: relative;
}

.block-fund-head {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	border: 3px solid #1265D6;
	background-color: #fff;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
	padding: 40px 20px 20px;
}

.block-fund-head img {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

.block-fund-head-ttlwrap {
	display: flex;
	flex-direction: column;
	gap: 5px 0;
}

.block-fund-head-text {
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.block-fund-head-title {
	width: 100%;
	margin: 0 auto -20px;
	text-align: center;
}

.block-fund-head-title .title {
	display: inline-block;
	background-color: #1265D6;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 9px 20px;
	border-radius: 50px;
}

.block-fund-note {
	margin-top: 25px;
}

.block-fund-head .note-01 {
	margin-top: 20px;
}

.bottom-block-fund.bottom-block-fund02 .block-fund-head {
	border-color: #E689C6;
}

.bottom-block-fund.bottom-block-fund02 .block-fund-head-title .title {
	background-color: #E689C6;
}

.bottom-block-fund.bottom-block-fund02 .block-fund .block-fund-inner {
	background-color: #E689C6;
}

.bottom-block-fund.bottom-block-fund02 .block-fund .text-link a:after {
	background: url(../images/g_arrow_img_04_20251128.svg) no-repeat center center / contain;
}

.block-fund-note li {
	position: relative;
	padding-left: 25px;
	font-size: 1.8rem;
	font-weight: 700;
}

.block-fund-note li+li {
	margin-top: 10px;
}

.block-fund-note li::before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 15px;
	height: 15px;
	content: "";
	background: url(../images/g_icon_img_12_20251128.svg) no-repeat;
}

.block-fund .block-fund-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	background-color: #1265D6;
	padding: 16px 20px 20px;
	border-radius: 0 0 6px 6px;
}

.block-fund .block-fund-title {
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

.block-fund .button-link {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	max-width: 100%;
}

.block-fund .button-link a {
	padding-right: 56px;
	padding-left: 56px;
	min-height: 70px;
	border-radius: 6px;
	border: 3px solid #E9ECF0;
	color: #222222;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: bold;
	position: relative;
	text-decoration: none;
	overflow: hidden;
	transition: all .3s;
}
.block-fund .button-link a[target="_blank"] {
	padding-right: 76px;
}

.block-fund .button-link.border {
	padding: 2px;
	background: #1265D6;
	border-radius: 40px;
	transition: all .3s;
	opacity: 1;
}

.block-fund .button-link.border-black {
	background: #222222;
}

.block-fund .button-link.border a {
	height: 100%;
	background: #fff;
	color: #222222;
}

.block-fund .button-link.border .sbi {
	display: block;
	width: 150px;
}

.block-fund .button-link.border .rakuten {
	display: block;
	margin-top: 5px;
	width: 218px;
}

.block-fund .button-link.border .manex {
	display: block;
	width: 189px;
}

.block-fund .button-link.border a::after {
	background: url(../images/g_icon_img_01_20241015.png) no-repeat 0 0 / cover;
}

.block-fund .button-link.border-black a::after {
	background: url(../images/g_icon_img_02_20241015.png) no-repeat 0 0 / cover;
}

.block-fund .button-link span {
	position: relative;
	display: block;
	text-align: center;
}

.block-fund .button-link span img {
	width: 60%;
}

.block-fund .button-link span.sbi img {
	width: 40%;
}

.block-fund .button-link small {
	position: relative;
	display: block;
	font-size: 0.6em;
	text-align: center;
}

.block-fund .button-link a[target="_blank"]:after {
	position: absolute;
	display: block;
	content: '';
	top: 50%;
	right: 24px;
	z-index: 1;
	transform: translateY(-50%);
	height: 18px;
	width: 18px;
	background: url(../images/g_icon_img_09_20251128.svg) no-repeat 0 0 / cover;
}

.block-fund .text-link {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	transition: all .3s;
}

.block-fund .text-link a {
	position: relative;
	padding-right: 26px;
	min-height: 70px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: underline;
	overflow: hidden;
	transition: all .3s;
}

.block-fund .text-link a:after {
	position: absolute;
	display: block;
	content: '';
	top: 5px;
	right: 0;
	z-index: 1;
	height: 20px;
	width: 20px;
	background: url(../images/g_arrow_img_01_20251128.svg) no-repeat center center / contain;
	transition: all .3s;
}

.block-fund .button-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.block-fund .button-links .button-link {
	margin: 0;
}

@media screen and (min-width: 768px) {
	.bottom-block-fund-col {
		display: flex;
		flex-wrap: nowrap;
		margin: 0 auto;
		gap: 28px;
	}

	.bottom-block-fund {
		flex: 0 0 calc(50% - 14px);
		width: calc(50% - 14px);
	}

	.block-fund .button-link a:hover:before {
		opacity: 1;
	}

	.block-fund .button-link.border:has(a:hover) {
		opacity: 0.6;
	}

	.block-fund .button-link.border a:hover:before {
		opacity: 0;
	}

	.block-fund .text-link a:hover {
		opacity: .8;
	}

	.block-fund .button-link a:hover {
		opacity: .8;
	}

	.block-fund-head-title {
		margin-bottom: -25px;
	}

	.block-fund-head-title .title {
		font-size: 2.4rem;
	}

	.block-fund-head-text {
		font-size: 2rem;
		line-height: 1.2;
	}

	.block-fund-head img {
		max-width: 273px;
	}

	.block-fund-head {
		min-height: 468px;
		padding: 60px 40px 20px;
	}

	.block-fund-note {
		margin-top: 35px;
	}

	.block-fund-head-ttlwrap+.block-fund-note {
		margin-top: 20px;
	}

	.block-fund-note li {
		font-size: 2rem;
	}

	.block-fund-note li::before {
		top: 8px;
	}

	.block-fund-head .note-01 {
		font-weight: 700;
	}

	.block-fund .button-link a:after {
		width: 16px;
		height: 16px;
	}

	.block-fund .button-link span img {
		width: 80%;
	}

	.block-fund .button-link span.sbi img {
		width: 50%;
	}

	.bottom-block-fund.bottom-block-fund02 .block-fund-head {
		padding-top: 46px;
	}
}

@media screen and (max-width: 767px) {
	.block-fund .block-fund-title {
		font-size: 1.6rem;
	}

	.block-fund .button-link {
		width: 100%;
		min-width: 240px;
	}

	.block-fund .button-link a {
		padding-right: 25px;
		padding-left: 25px;
		min-height: 58px;
		font-size: 1.4rem;
	}

	.block-fund .button-link a[target="_blank"] {
		padding-right: 35px;
	}

	.block-fund .button-link a[target="_blank"]:after {
		right: 16px;
		height: 16px;
		width: 16px;
	}

	.block-fund .button-link.border {
		width: 71.794871795vw;
		min-width: 280px;
	}

	.block-fund .button-link.border .sbi {
		width: 110px;
	}

	.block-fund .button-link.border .rakuten {
		margin-top: 2px;
		width: 152px;
	}

	.block-fund .button-link.border .manex {
		width: 132px;
	}

	.block-fund .text-link {
		margin-top: 20px;
	}

	.block-fund .text-link a {
		padding-right: 19px;
		font-size: 1.4rem;
	}

	.block-fund .text-link a:after {
		width: 14px;
		height: 14px;
	}

	.block-fund .button-links {
		flex-direction: column;
		align-content: center;
		gap: 10px;
	}

	.bottom-block-fund.bottom-block-fund02 {
		margin-top: 24px;
	}
}

/* その他のFANG+シリーズ */
.bottom-block-fund-other {
	margin-top: 24px;
}

.other-inner {
	background-color: #F2F3F5;
	padding: 16px 20px 20px;
}

.other-inner .other-inner-title {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}
.other-inner .other-lead {
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: left;
	margin: 16px 0;
}
.other-inner .other-inner-item {
	margin-top: 16px;
	background-color: #fff;
	padding: 16px 20px 20px;
	text-align: center;
}

.other-inner .other-inner-item img {
	width: calc(243 / 295 * 100%);
}

.other-inner .other-inner-item:nth-of-type(2) img {
	width: calc(196 / 295 * 100%);
}

.other-inner-button-list .other-inner-button {
	position: relative;
	margin-top: 16px;
}

.other-inner-button a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: 2px solid #E9EBF0;
	border-radius: 5px;
	padding: 14px;
	box-sizing: border-box;
	text-decoration: none;
	transition: all 0.3s ease-out;
}

.other-inner-button a span {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #222222;
}

.other-inner-button a::before {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	content: "";
	background: url(../images/g_arrow_img_02_20251128.svg) no-repeat center center / contain;
	transform: translateY(2px);
}

@media screen and (min-width: 768px) {
	.bottom-block-fund-other {
		margin-top: 60px;
	}

	.other-inner {
		margin: 0 auto;
		padding: 24px 40px 40px;
	}

	.other-inner .other-inner-title {
		font-size: 2.4rem;
	}

	.other-inner .other-lead {
		font-size: 1.6rem;
		text-align: center;
		margin: 30px 0;
	}

	.other-inner .other-inner-items {
		display: flex;
		flex-wrap: nowrap;
		gap: 28px;
	}

	.other-inner .other-inner-item {
		flex: 0 0 calc(50% - 14px);
		width: calc(50% - 14px);
		padding: 20px 20px 30px;
	}

	.other-inner-button-list {
		display: flex;
		flex-wrap: wrap;
		gap: 0 20px;
	}

	.other-inner-button-list .other-inner-button {
		margin-top: 20px;
		flex: 1 0 auto;
	}

	.other-inner-button a {
		padding: 20px 10px;
		transition: all .3s;
	}

	.other-inner-button a span {
		font-size: 22px;
	}

	.other-inner-button a::before {
		width: 20px;
		height: 20px;
		padding-right: 6px;
	}

	.other-inner-button a:hover {
		opacity: .7;
	}
}

/* note */
.note-01 {
	font-size: 1.0rem;
	line-height: 1.6;
	color: #222222;
}

@media screen and (min-width: 768px) {

	.note-01 {
		font-size: 1.2rem;
	}

}


/*------------------------------------------
	LINE
--------------------------------------------*/
.line {
	background-color: #e6f7ed;
	color: #333;
	font-size: 1.4rem;
	font-feature-settings: "palt";

}

.line-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url('../images/g_bg_line_header_sp_20251128.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 24px 0;
}

.line-header>div {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
}

.line-header h2 {
	width: fit-content;
	margin: 0 auto;
}

.line-header-text {
	width: 283px;
	height: auto;
}

.line-bubble {
	width: 238px;
	height: auto;
	margin: 19px auto 0;
}

.line-screen {
	width: 242px;
	height: auto;
	margin: 13px auto 0;
}

.line-desc {
	padding: 40px 15px;
}

.line-desc-inner {
	max-width: 340px;
	margin: 0 auto;
}

.line-desc-content {
	border-radius: 20px;
	background-color: #fff;
	padding: 30px 22px;
}

.line-desc-content:first-of-type {
	margin-bottom: 20px;
}

.line-desc-content h3 {
	color: #06c755;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.line-desc-content p {
	margin-top: 10px;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.line-desc-content p br {
	display: none;
}

.line-questionnaire {
	display: block;
	width: 180px;
	height: auto;
	margin: 10px auto 0;
}

.line-desc-content ul {
	display: flex;
	flex-direction: column;
	margin-top: 16px;
}

.line-desc-content li {
	display: flex;
	align-items: start;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
}

.line-desc-content li::before {
	content: '' !important;
	display: inline-block;
	width: 15px;
	height: 14px;
	background-image: url('../images/g_line-check_20251128.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin: 4px 4px 0 0;
}

.line-talk {
	display: block;
	width: 177px;
	height: auto;
	margin: 20px auto 0;
}

.line-note {
	text-align: right;
	margin-top: 8px;
}

.line-friend {
	border: 5px solid #06c755;
	border-radius: 20px;
	background-color: #fff;
	padding: 30px 20px 35px;
	margin: 40px auto 0;
}

.line-friend p {
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
}

.btn-add-friend {
	background-color: #06c755;
	color: #fff !important;
	padding: 11px 12% 12px 6% !important;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	font-size: 1.6rem;
	font-weight: 700;
	width: 100%;
	max-width: 240px;
	margin: 20px auto 0;
	border-radius: 4px;
	letter-spacing: 0.05em;
	text-decoration: none;
}

.btn-add-friend:hover {
	color: #fff;
}

.btn-add-friend::before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 27px;
	background-image: url('../images/g_icon_line_bubble_20251128.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

@media (min-width:768px) {
	.line {
		font-size: 1.8rem;
	}

	.line-header {
		flex-direction: row;
		justify-content: center;
		align-items: end;
		/* gap: 88px; */
		gap: 30px;
		background-image: url('../images/g_bg_line_header_pc_20251128.jpg');
		padding: 40px 24px 0;
	}

	.line-header>div {
		flex-direction: column;
		align-items: center;
		margin: 0;
		width: fit-content;
	}

	/* .line-header h2 {
    width: fit-content;
    margin: 0 auto;
  } */

	.line-header-text {
		width: 269px;
	}

	.line-bubble {
		width: 315px;
		margin: 26px auto 28px;
	}

	.line-screen {
		width: 349px;
		margin: 0;
	}

	.line-desc {
		padding: 60px 40px;
	}

	.line-desc-inner {
		max-width: 960px;
		margin: 0 auto;
	}

	.line-desc-content {
		padding: 25px 40px;
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		align-items: center;
		gap: 60px;
	}

	.line-desc-content>div {
		max-width: 454px;
	}

	.line-desc-content>img {
		width: 150px;
		margin: 0;
	}

	.line-desc-content:first-of-type {
		margin-bottom: 30px;
	}

	.line-desc-content h3 {
		font-size: 2.4rem;
	}

	.line-desc-content p {
		font-size: 1.8rem;
		margin-top: 16px;
	}

	.line-desc-content ul {
		display: flex;
		flex-direction: column;
		margin-top: 10px;
	}

	.line-desc-content li {
		font-size: 1.8rem;
	}

	.line-desc-content li::before {
		width: 19px;
		height: 18px;
		margin: 4px 5px 0 0;
	}

	.line-note {
		font-size: 1.4rem;
	}

	.line-friend {
		border: 6px solid #06c755;
		background-color: #06c755;
		padding: 0 0 14px 0;
		margin: 40px auto 0;
	}

	.line-friend-header {
		background-color: #fff;
		border-radius: 14px 14px 0 0;
		padding: 18px 0;
		font-size: 2.4rem;
		color: #06c755;
		line-height: 1;
	}

	.line-friend-header p {
		letter-spacing: 0.05em;
		line-height: 1;
	}

	.line-flex {
		display: flex;
		gap: 20px;
		margin-top: 20px;
		padding: 0 15px;
	}

	.line-flex>* {
		flex: 1;
		display: flex;
		flex-direction: column;
	}

	.line-flex>*>div {
		flex: 1;
		margin-top: 12px;
	}

	.add-friend,
	.line-qr {
		background-color: #fff;
		width: fit-content;
		padding: 30px 20px 26px;
		border-radius: 12px;
	}

	.add-friend>div {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.btn-add-friend {
		padding: 16px 55px 17px 30px !important;
		font-size: 1.8rem;
		margin: 0 auto;
		border-radius: 4px;
		width: 100%;
		max-width: 360px;
	}

	.btn-add-friend:hover {
		color: #fff;
	}

	.btn-add-friend::before {
		content: '';
		display: inline-block;
		width: 26px;
		height: 27px;
		background-image: url('../images/g_icon_line_bubble_20251128.svg');
		background-repeat: no-repeat;
		background-size: contain;
	}

	.img-line-qr {
		display: block;
		margin: 0 auto;
		width: 111px;
		height: auto;
	}
}

@media (min-width:1200px) {

	.line-header {
		gap: 88px;
	}

	.line-desc-content {
		gap: 130px;
	}

	.line-desc-content p br {
		display: block;
	}

	.line-friend p {
		font-size: 2rem;
	}

	.line-friend-header p {
		font-size: 2.4rem;
	}

}


/*------------------------------------------
	motion
--------------------------------------------*/

/* mainv */

@keyframes anime-float {
	from {
		margin-top: 0;
	}

	to {
		margin-top: -10px;
	}
}

@keyframes anime-float02 {
	0% {
		margin-top: 0;
	}

	45% {
		margin-top: -15px;
	}

	60% {
		margin-top: -5px;
	}

	75% {
		margin-top: -10px;
	}

	100% {
		margin-top: 0;
	}
}

.js-fadein02 {
	opacity: 0;
	transition: all 1.5s;
}

.js-fadein02-act {
	opacity: 1;
}

.js-fadein01 {
	opacity: 0;
	transition: all 1.5s;
}

.js-fadein01-act {
	opacity: 1;
	animation: anime-float 1.5s infinite alternate ease-in-out 1s;
}

.js-float {}



/* inview - slideup */

.js-slideup {
	will-change: translate, opacity;
	transform: translate(0, 60px);
	opacity: 0;
	transition: all 0.8s ease-in-out;
}

.js-slideup-act {
	transform: translate(0, 0);
	opacity: 1.0;
}

/*--------------------------------------------------------------
	disclaimer
---------------------------------------------------------------*/
/* overide */
.information .section-inner {
	max-width: 1180px;
	padding-bottom: 40px;
}
.information {
	background:#F5F5F5;
	font-size: 1.4rem;
}
.information li {
	font-size: 1.4rem;
}
.information p{
	font-size: 1.4rem;
}
.information__heading-lv2 {
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 25px;
}
.information__heading-lv2::after {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #222222;
    z-index: 1;
}
.information__heading-lv2 h2 {
	display: inline-block;
    padding: 0 15px 0 0;
    background: #F5F5F5;
    position: relative;
    z-index: 2;
}
.information__heading-lv3 {
	position: relative;
	margin-bottom: 15px;
	font-size: 1.4rem;
	font-weight: 700;
}
.information__heading-lv3::before {
	display: inline;
	content: "■";
	padding-right: 5px;
}
.information__heading-lv4 {
	margin-top: 20px;
	font-weight: 700;
	font-size: 1.6rem;
}
.information__datalist dt {
	margin-top: 20px;
	font-weight: 700;
}
.information__datalist dt::before {
	display: inline;
	content: "●";
}
.information__notelist {
	margin-top: 1.6em;
}
.information__squarelist > li{
    padding-left: 1em;
    text-indent: -1.3em;
}
.information__squarelist > li::before {
	display: inline;
	content: "■";
	padding-right: 5px;
}
.information__squarelist > li + li {
	margin-top: 12px;
}
.information__circlelist > li{
    padding-left: 1em;
    text-indent: -1.3em;
}
.information__circlelist > li::before {
	display: inline;
	content: "●";
	padding-right: 5px;
}
.information__circlelist > li + li {
	margin-top: 12px;
}
.information__circlelist.information__circlelist--s > li::before {
	content: "・";
}
.information__circlelist.information__circlelist--s > li + li {
	margin-top: 0;
}
.disclaimer_note01{
	font-size: 1.2rem!important;
    padding-left: 1em;
    text-indent: -1em;
}
.disclaimer_note01 + .disclaimer_note01 {
	/* margin-top: 8px; */
}
.disclaimer_note02{
    padding-left: 1em;
    text-indent: -1em;
}
.disclaimer_note02 + .disclaimer_note02 {
	/* margin-top: 8px; */
}
@media (max-width: 767px) {
	.information__content + .information__content {
		margin-top: 40px;
	}
	.information__heading-lv2 {
		font-size: 1.6rem;
	}
	.information__heading-lv3 {
		margin-top: 20px;
		font-size: 1.4rem;
	}
	.information__heading-lv4 {
		font-size: 1.4rem;
	}
}
@media (min-width: 768px) {
	/* overide */
	.information .section-inner {
		padding-bottom: 80px;
	}

	.information {
		margin-top: 150px;
	}
	.information__content + .information__content {
		margin-top: 80px;
	}
	.information__heading-lv2 {
		font-size: 2rem;
	}
	.information__heading-lv3 {
		margin-top: 25px;
	}
}

/*------------------------------------------
	フロートボタン
--------------------------------------------*/
.float-button {
	position: fixed;
	bottom: 20px;
	right: 5px;
	z-index: 10;
}
.float-button__inner {
	position: relative;
	padding-top: 10px;
}
.float-button__inner a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	background-color: #1265D6;
	border-radius: 50%;
	color: #fff;
	line-height: 1;
	font-size: 1.6rem;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0px 3px 6px 0px rgb(0, 0, 0, .2);
	pointer-events: all;
}
.float-button__inner a::before {
	content: '';
    position: absolute;
    bottom: 10px;
    left: calc(50% - 8px);
    display: block;
    width: 16px;
    height: 16px;
    background: url(/special/ifree/fang-1/images/g_arrow_img_07_20251128.svg);
    background-size: contain;
	z-index: 1;
}
.float-button__inner span {
	position: relative;
	padding-bottom: 8px;
}
.float-button__inner .close-button {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	color: #fff;
	line-height: 1;
	box-shadow: 0px 3px 6px 0px rgb(0, 0, 0, .2);
	background-color: #666666;
	border-radius: 50%;
	cursor: pointer;
	z-index: 1;
}
.float-button__inner .close-button::before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-color: #fff;
	border-radius: 50%;
	mask-image: url('/special/ifree/fang-1/images/g_icon_img_01_20251128.svg');
	mask-size: 100% 100%;
}
.float-button.is-hidden {
	bottom: 120px;
}
.float-button.is-hidden .float-button__inner a {
	display: none;
	width: 0;
	height: 0;
	pointer-events: none;
}
.float-button.is-hidden .float-button__inner .close-button::before {
	mask-image: url('/special/ifree/fang-1/images/g_icon_img_02_20251128.svg');
}
@media (min-width: 768px) {
	.float-button {
		right: 20px;
	}
	.float-button__inner a {
		width: 130px;
		height: 130px;
		font-size: 2rem;
		transition: background-color .2s ease;
	}
	.float-button__inner a::before {
		bottom: 15px;
		left: calc(50% - 12px);
		width: 24px;
		height: 24px;
	}
	.float-button__inner span {
		padding-bottom: 12px;
	}
	.float-button__inner .close-button {
		width: 36px;
		height: 36px;
	}
	.float-button__inner .close-button::before {
		width: 36px;
		height: 36px;
	}
	.float-button__inner a:hover {
		background-color: #000;
	}
	.float-button.is-hidden {
		bottom: 150px;
	}
}

/*------------------------------------------
	footer
--------------------------------------------*/
.footer {
	background: #222222;
	color: #ffffff;
	padding: 60px 20px 150px 20px;
}

.footer-wrap {

}

.footer-01 {

}

.footer-01 > ul {
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: bold;
}

.footer-01 > ul > li {

}

.footer-01 > ul > li + li {
	margin-top: 24px;
}

.footer-01 > ul > li > a {
	position: relative;
	color: #ffffff;
	text-decoration: none;
}

.footer-02 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 48px;
	border-top: solid 1px #707070;
}

.footer-02-01 {
	order: 1;
	margin: 24px 0 0 0;
}

.footer-02-01-inner > dl {
	font-size: 1.0rem;
	line-height: 1.6;
}

.footer-02-01-inner > dl > dt {
	font-weight: bold;
}

.footer-02-01-inner > dl > dt > span {
	padding: 0 0 0 1em;
}

.footer-02-01-inner-copyright {
	margin-top: 16px;
	font-size: 1.0rem;
	line-height: 1.5;
	font-weight: bold;
}

.footer-02-02 {
	order: 0;
	margin: 48px auto 0 auto;
	width: 189px;
}

.footer-02 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 48px;
	border-top: solid 1px #707070;
}

/* ロゴ&ナビ無し */
.footer.footer-v2 {
	padding: 60px 20px;
}

.footer-03-inner > dl {
	font-size: 1.0rem;
	line-height: 1.6;
}

.footer-03-inner > dl > dt {
	font-weight: bold;
}

.footer-03-inner > dl > dt > span {
	padding: 0 0 0 1em;
}

.footer-03-inner > dl > dt > br,
.footer-03-inner > dl > dd > br {
	display: none;
}

.footer-03-inner > dl > dd {
	margin: 16px 0 0 0;
}

.footer-03-inner-copyright {
	margin-top: 16px;
	font-size: 1.0rem;
	line-height: 1.5;
	font-weight: bold;
}

@media screen and (min-width: 768px) {

	.footer {
		padding: 64px 60px 48px 60px;
	}

	.footer-wrap {
		width: 100%;
		max-width: 1180px;
		margin: 0 auto;
		padding-inline: min(40px, 2.928257687vw);
	}

	.footer-01 > ul {
		margin: -16px -20px 0 0;
		line-height: 32px;
	}

	.footer-01 > ul > li {
		display: inline-block;
		padding: 0 40px 0 0;
		margin: 16px 40px 0 0;
		border-right: solid 1px #ffffff;
	}

	.footer-01 > ul > li + li {
		padding: 0 40px 0 0;
		margin: 16px 40px 0 0;
	}

	.footer-01 > ul > li:last-child {
		padding: 0 0 0 0;
		margin: 16px 0 0 0;
		border-right: none;
	}

	.footer-01 > ul > li > a {
		transition: all 0.4s;
	}

	.footer-01 > ul > li > a:hover {
		color: #1265D6;
	}

	.footer-02 {
		display: flex;
		width: 100%;
		padding: 50px 0 0 0;
		margin: 0 0 0 0;
		border-top: none;
	}

	.footer-02-01 {
		order: 1;
		flex: 1;
		margin: 0 0 0 0;
		padding: 0 0 0 60px;
		text-align: right;
	}

	.footer-02-01-inner {
		display: inline-block;
		text-align: left;
	}

	.footer-02-01-inner > dl {
		font-size: 1.2rem;
		line-height: 1.6;
	}

	.footer-02-02 {
		order: 0;
		width: 189px;
		margin: 0 0 0 0;
	}

	/* ロゴ&ナビ無し */
	.footer.footer-v2 {
		padding: 64px 60px 48px 60px;
		text-align: center;
	}

	.footer-03-inner > dl {
		font-size: 1.2rem;
		line-height: 1.6;
	}

	.footer-03-inner > dl > dt > br,
	.footer-03-inner > dl > dd > br {
		display: block;
	}
}