body {
	margin: 0;
	color: #111111;
    background-color: #FAFAFA;
	line-height: 1.6;
    font-size: 16px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow-x: hidden;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}

a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #2557a7;
}

.scrl {
	opacity: 0;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.scrld {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

/* 未使用: .idh-text-link, .idh-note
.idh-text-link {
	text-align: center;
	display: block;
}

.idh-note {
	font-size: 12px;
}

.idh-text-link:after {
	content: "";
	width: 8px;
	height: 11px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2022/11/09075827/arrow-blue.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	margin: 0 0 0 10px;
}
*/

.idht-page {
    margin: 0 auto;
}

.idht-page img {
	width: 100%;
	height: auto;
	display: block;
}

.idh-row {
	padding: 60px 0;
}

.idh-wrap {
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	max-width: 1000px;
}

/* 未使用: .idh-section, .idh-bg-lblue, .idh-bg-pattern
.idh-section {
	margin-top: 60px;
}

.idh-bg-lblue {
	background-color: #eef1fe;
}

.idh-bg-pattern {
	background-image: url("https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2022/11/09075726/pattern-bg-scaled-1-scaled.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	color: #fff;
}

.idh-bg-pattern h2 {
	color: #fff;
}

.idh-bg-pattern .idh-card {
	color: #595959;
}
*/

/* 未使用: .idh-ttl-1, .idh-ttl-2
.idh-ttl-1 {
	color: #B4602B;
	font-size: 26px;
	text-align: center;
	line-height: 1.4;
	margin: 0 0 30px 0;
	font-weight: bold;
}

.idh-ttl-2 {
	position: relative;
	text-align: center;
}

.idh-ttl-2 span {
	border-radius: 2.5rem;
	padding: 5px 30px;
	color: #164081;
	font-weight: bold;
	font-size: 17px;
	border: solid 2px #164081;
	display: block;
	margin: auto;
	text-align: center;
	background-color: #fff;
	z-index: 1;
	position: relative;
	display: inline-block;
}

.idh-ttl-2:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #164081;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}
*/

/* 未使用: .idh-text-wrap, .idh-qaa, .idh-text-big
.idh-text-wrap {
	text-align: center;
	font-size: 16px;
}

.idh-text-wrap a[href^="tel"] {
	color: #2557a7;
	text-decoration: underline;
}

.idh-qaa a[href^="tel"] {
	color: #2557a7;
	text-decoration: underline;
}

.idh-text-big {
	font-size: 17px;
}

.idh-text-wrap p {
	margin: 0;
	padding: 0;
	display: block;
}
*/

.idh-header {
	background-color: #fff;
}


ul.idh-list-cat,
.idh-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.idh-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: auto;
	justify-content: space-between;
	align-items: center;
    gap: 30px;
}

.idh-nav ul li a {
	text-decoration: none;
	padding: 20px 0;
	color: initial;
	display: block;
	color: #595959;
	position: relative;
}

.idh-nav ul li#idh-faq {
	margin-right: 10px;
}

.idh-nav ul li a:hover {
	color: #164081;
}

.idh-nav ul li a:after {
	content: "";
	position: absolute;
	background-color: #2557a7;
	height: 1px;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 16px;
	width: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.idh-nav ul li a:hover:after {
	width: 100%;
}

/* 未使用: .idh-nav-btn, .idhnb-blue
.idh-nav ul li.idh-nav-btn a {
	background-color: #9D2B6B;
	color: #fff;
	padding: 10px 25px;
	border-radius: 0.5rem;
	font-weight: bold;
	text-align: center;
}

.idh-nav ul li.idh-nav-btn.idhnb-blue a {
	background-color: #2557A7;
}

.idh-nav ul li.idh-nav-btn a:after {
	display: none;
}
*/

.idh-mb-logo img {
	width: 165px;
	height: auto;
	display: inline-block;
	vertical-align: text-bottom;
}

.idh-mb-logo span {
	font-size: 16px;
	color: #033994;
	display: inline-block;
	margin: 0 0 0 7px;
}

.idh-nav-trg {
	display: table-cell;
	position: relative;
	width: 34px;
	padding: 0 5px;
	z-index: 3;
}

.idh-nav-trg .menu-icon {
	width: 100%;
	display: block;
	height: 30px;
	position: relative;
}

.idh-nav-trg .menu-icon span {
	display: block;
	width: 100%;
	height: 2px;
	background: #2557a7;
	position: absolute;
	top: 7px;
	left: 0;
	width: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.idh-nav-trg .menu-icon span.first {
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
}

.idh-nav-trg .menu-icon span.middle {
	top: 14px;
}

.idh-nav-trg .menu-icon span.last {
	top: 21px;
	-webkit-transform-origin: 100% 0%;
	-moz-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}

.idh-nav-show .idh-nav-trg .menu-icon span.first {
	-moz-transform: translate3d(4px, 0, 0) rotate(45deg);
	-o-transform: translate3d(4px, 0, 0) rotate(45deg);
	-ms-transform: translate3d(4px, 0, 0) rotate(45deg);
	-webkit-transform: translate3d(4px, 0, 0) rotate(45deg);
	transform: translate3d(4px, 0, 0) rotate(45deg);
}

.idh-nav-show .idh-nav-trg .menu-icon span.middle {
	opacity: 0;
	filter: alpha(opacity=0);
}

.idh-nav-show .idh-nav-trg .menu-icon span.last {
	top: 7px;
	-moz-transform: translate3d(-4px, 0, 0) rotate(-45deg);
	-o-transform: translate3d(-4px, 0, 0) rotate(-45deg);
	-ms-transform: translate3d(-4px, 0, 0) rotate(-45deg);
	-webkit-transform: translate3d(-5px, 0, 0) rotate(-45deg);
	transform: translate3d(-4px, 0, 0) rotate(-45deg);
}

.idh-mb-hd {
	display: none;
}

.idh-hero {
	margin: 0 0 40px 0;
}

/* 未使用: .idh-ft-hre, .idh-fth-box, .idh-fth-cta, .idh-stk-cta
.idh-hero .idh-wrap.idh-ft-hre {
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	margin: -60px auto 0 auto;
	-webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1);
	position: relative;
	max-width: 850px;
	border-radius: 0.5rem;
	width: calc(100% - 40px);

}

.idh-hero .idh-wrap.idh-ft-hre .idh-fth-box {
	background-color: rgba(255, 255, 255, .9);
	border: solid 1px #164081;
}

.idh-hero .idh-wrap.idh-ft-hre .idh-fth-cta a {
	background-color: #9D2B6B;
}

.idh-stk-cta a:hover,
.idh-nav ul li.idh-nav-btn a:hover,
.idh-hero .idh-wrap.idh-ft-hre .idh-fth-cta a:hover,
.idh-fth-cta a:hover {
	background-color: #752050;
}

.idh-nav ul li.idh-nav-btn.idhnb-blue a:hover {
	background-color: #1c417d;
}
*/

.idh-hero-img {
	position: relative;
	background-color: #e9f3fc;
}

.idh-hero .idh-wrap {
	max-width: 800px;
}

/* 未使用: .idh-hero-text, .idh-hero-ttl, .idh-fth- 関連
.idh-hero-text {
	position: absolute;
	max-width: 40%;
	margin: auto;
	top: 17%;
	left: 0;
	right: 0;
	text-align: center;
}

.idh-hero-ttl {
	width: 63%;
	margin: 0 auto 30px auto;
}

.idh-fth-logo {
	display: none;
	max-width: 160px;
	margin: 0 auto 20px auto;
}

.idh-fth-logo img {
	width: 100%;
	height: auto;
	display: block;
}

.idh-fth-box {
	background-color: #fff;
	padding: 30px 40px;
	border-radius: 0.25rem;
	max-width: 850px;
	margin: 0 auto;
}

.idh-fth-no,
.idh-fth-box-inner,
.idh-fth-phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: auto;
}

.idh-fth-right {
	flex-grow: 1;
}

.idh-fth-ttl {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 30px 0;
}

.idh-fth-ttl br {
	display: none;
}

.idh-fth-cta {
	width: 300px;
	text-align: center;
}

.idh-fth-cta a {
	background-color: #9D2B6B;
	color: #fff;
	text-decoration: none;
	padding: 12px;
	font-weight: bold;
	display: block;
	border-radius: 0.5rem;
	margin: 0 10px 0 0;
	font-size: 17px;
}

.idh-fth-note {
	margin: 5px 0 0 0;
	font-size: 11px;
	color: #707070;
	text-align: left;
}

.idh-fth-phone {
	color: #164081;
	border-top: solid 1px #164081;
	border-bottom: solid 1px #164081;
	align-items: center;
}

.idh-fth-phone>div {
	flex-grow: 1;
}

.idh-fth-label,
.idh-fth-time {
	font-size: 11px;
	line-height: 1.3;
	text-align: left;
}

.idh-fth-no {
	font-weight: bold;
	font-size: 30px;
	padding: 0 5px;
	align-items: center;
	display: flex;
}

.idh-fth-no img {
	max-width: 40px;
	height: auto;
	display: inline-block;
	vertical-align: baseline;
	margin: 0 5px 0 0;
}

.idh-fth-dl {
	margin: 10px 0 0 0;
	font-weight: bold;
	text-align: center;
}

.idh-fth-dl a:before {
	content: "";
	display: inline-block;
	background-size: cover;
	background-position: center;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	vertical-align: text-bottom;
}

.idh-fth-dl a:before {
	background-image: url("https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2022/11/09075705/icon-download.png");
}

.idh-fth-dl a {
	color: #2d2d2d;
	text-decoration: underline;
}

.idh-fth-no a[href^="tel"] {
	color: #164081;
	text-decoration: none;
}
*/

/* 未使用: .idh-col-, .idh-card, .idhc-, .idh-list, .idhl-, .idh-pr-tag
[class^="idh-col-"],
[class*=" idh-col-"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: auto;
	flex-wrap: wrap;
}

[class^="idh-col-"],
[class*=" idh-col-"] {
	justify-content: space-between;
}

[class^="idh-col-"]>div,
[class*=" idh-col-"]>div {
	margin-top: 60px;
}

.idh-col2 {
	width: 48%;
	background-color: #fff;
}

.idh-col3 {
	width: 31%;
}

.idh-card .idh-col3,
.idh-card .idh-col2,
.idh-list {
	border: solid 1px #d4d2d0;
	border-radius: 0.5rem;
	padding: 20px;
	background-color: #fff;
}

.idhc-ttl-1,
.idhc-ttl-2 {
	text-align: center;
	font-weight: bold;
}

.idhc-ttl-1 {
	color: #164081;
	font-size: 22px;
	margin: 0 0 20px 0;
	font-weight: bold;

}

.idhc-ttl-1 span {
	font-size: 35px;
	font-weight: bold;
}

.idhc-ttl-2 {
	color: #2d2d2d;
	font-size: 17px;
	margin: 0;
	font-weight: bold;
}

.idhc-ttl-3 {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #2d2d2d;
}

.idhc-ttl-4 {
	margin: 0 0 20px 0;
	font-size: 20px;
	font-weight: bold;
	color: #2d2d2d;
	text-align: center;
}

.idhc-ttl-5 {
	margin: 0 0 20px 0;
	font-size: 19px;
	font-weight: bold;
	color: #9D2B6B;
}

.idhc-ttl-5 p {
	margin: 0;
	padding: 0;
	display: inline;
}

.idhc-ttl-6 {
	margin: 0 0 30px 0;
	font-size: 19px;
	font-weight: bold;
	color: #2d2d2d;
}

.idhc-icon {
	width: 120px;
	height: auto;
	margin: -80px auto 20px auto;
}

.idh-pr-tag {
	display: inline-block;
	width: 60px;
	background-size: 100% 100%;
	font-size: 11px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	padding-left: 10px;
	vertical-align: middle;
	margin: 0 10px 3px 0;
}

.idh-pr-tag.idh-tag-gr {
	background-image: url("https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2022/11/09075810/tag-green.png");
}

.idh-pr-tag.idh-tag-pk {
	background-image: url("https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2022/11/09075811/tag-pink.png");
}

.idhc-img {
	margin: 0 0 20px 0;
	border: solid 1px #eee;
}

.idhc-dg {
	width: 60%;
	margin: 0 auto 20px auto;
}

.idh-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: auto;
	justify-content: space-between;
	color: #2d2d2d;
	font-size: 16px;
	margin: 40px 0 0 0;
}

.idhl-img {
	width: 30%;
	flex-shrink: 0;
	margin: 0 0 0 30px;
}

ul.idh-list-cat {
	margin: 0 0 10px 0;
}

ul.idh-list-cat li {
	display: inline-block;
	margin: 0 8px 8px 0;
	border-radius: 0.25rem;
	padding: 3px 10px;
	background-color: #3F2F9B;
	color: #fff;
	font-size: 11px;
}

ul.idh-list-cat li.idhl-tag-blue {
	background-color: #2557A7;
}

ul.idh-list-cat li.idhl-tag-green {
	background-color: #2B6256;
}

ul.idh-list-cat li:last-child {
	margin: 0;
}
*/

/* 未使用: .idh-faq, .idh-qaq, .idh-qaa, .idhqaq-arrow, .qa-open, .idh-ft-hre
.idh-faq {
	background-color: #fff;
	border-radius: 0.5rem;
	border: solid 1px #d4d2d0;
	padding: 30px 50px;
	margin: 30px 0 0 0;
}

.idh-faq-wrap>div {
	border-bottom: solid 1px #BCBCBC;
	padding: 0 0 0 55px;
	margin: 0 0 50px 0;
}

.idh-qaq {
	cursor: pointer;
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 20px 0 0;
	color: #164081;
	font-weight: bold;
	font-size: 15px;
}

.idh-qaq:before,
.idh-qaa:before {
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-right: 15px;
	margin-left: -55px;
}

.idh-qaq:before {
	background-image: url("https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2022/11/09075738/qa-q.png");
	position: absolute;
	top: -4px;
}

.idhqaq-arrow {
	width: 15px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 3px;
	background-image: url("https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2022/11/09075830/blue-arrow-sml.png");
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.qa-open .idhqaq-arrow {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.idh-qaa {
	display: none;
	padding: 0 0 30px 0;
	position: relative;
}

.idh-qaa:before {
	position: absolute;
	top: -8px;
	background-image: url("https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2022/11/09075737/qa-a.png");
}

.idh-ft-hre {
	background-color: #164081;
	text-align: center;
}
*/

/* 未使用: a[href^="tel"], .idh-fth-no
a[href^="tel"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-decoration: none;
	color: inherit;
}

.idh-fth-no a[href^="tel"] {
	color: #164081;
}
*/

.idh-sticky {
	position: relative;  /* デフォルトは相対配置 */
	width: 100%;
	bottom: 0;
	left: 0;
    background-color: #FAFAFA;
	/* background-color: #164081; */
	color: #fff;
	padding: 25px 0;
	z-index: 9999;
	display: block !important;  /* 強制的に表示 */
    max-width: 100%;
    visibility: visible !important;
    opacity: 1 !important;
}

/* 未使用: .idh-sticky.is-fixed - JSでインラインスタイルで制御
.idh-sticky.is-fixed {
	position: fixed !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
}
*/

.idh-sticky *,
.idh-sticky *::before,
.idh-sticky *::after {
	visibility: visible !important;
	opacity: 1 !important;
}

/* 未使用: .stk-active
.idh-sticky.stk-active {
	display: block;
}
*/

.idh-sticky .idh-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: auto;
	justify-content: space-between;
	align-items: center;
}

/* 未使用: .idh-stk-ttl, .idh-stk-cta, .idh-cta-note, .idh-stk-dl, .idh-stk-phone, .idh-icon-phone
.idh-stk-ttl {
	font-weight: bold;
	font-size: 19px;
	padding: 0 10px 0 0;
}
.idh-stk-cta {
	text-align: center;
	position: relative;
	padding: 0 10px 0 0;
}

.idh-cta-note {
	position: absolute;
	width: 100%;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	bottom: -23px;
}

.idh-stk-cta a {
	width: 260px;
	background-color: #9D2B6B;
	color: #fff;
	border: solid 2px #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 0.5rem;
	padding: 5px 20px;
	text-decoration: none;
	display: block;
	margin: 0 auto;
}

.idh-stk-dl {
	margin: 0;
}

.idh-stk-dl a {
	color: #fff;
	text-decoration: none;
}

.idh-stk-dl span {
	margin: 0 0 0 10px;
}

.idh-stk-dl img {
	width: 16px;
	display: inline-block;
	vertical-align: middle;
}

.idh-stk-phone {
	flex-grow: 1;
	margin: 0 30px;
}

.idh-sticky .idh-fth-phone,
.idh-sticky .idh-fth-no a[href^="tel"] {
	color: #fff;
	border-color: #fff;
}

.idh-icon-phone {
	display: none;
}
*/


/* 未使用: .container, .clearfix, .h1-.h6, #gnav-main-container, .stm-open
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.row:after,
.row:before {
	content: " ";
	display: table;
}

.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.row:after {
	clear: both;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.5;
	color: inherit;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 25px;
	margin-bottom: 12.5px;
}

.h2,
h2 {
	font-size: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

#gnav-main-container.gnav .gnav-header-10ma5c6:hover {
	border-color: #164081;
	background-color: #164081;
}

.stm-open .sitemap-arrowdown-img {
	display: none !important;
}

.stm-open .sitemap-arrowup-img {
	display: block !important;
}
*/

/* 未使用: .idh-step-wrap, .idh-step, .idhst-, .idh-card-icon, .mb-show
.idh-step-wrap {
	position: relative;
}

.idh-step-wrap:before {
	content: "";
	position: absolute;
	top: 16%;
	left: 37.3%;
	width: 5px;
	height: 61%;
	display: block;
	background-color: #0d2d5e;
}

.idh-step {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: auto;
	align-items: center;
	margin: 40px 0 0 0;
}

.idhst-no-last .idhst-no:before {
	content: "";
	width: 50px;
	height: 42px;
	background-image: url("https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2022/11/09075759/step-triangle.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	align-items: center;
	display: block;
	margin: auto;
}

.idhst-img {
	width: 30%;
	flex-shrink: 0;
}

.idhst-no {
	width: 15%;
	flex-shrink: 0;
	position: relative;
}


.idhst-no img {
	width: 60px;
	margin: auto;
}

.idhst-text {
	width: 50%;
	flex-shrink: 0;
	background-color: #fff;
	padding: 20px;
	border-radius: 0.5rem;
	border: solid 1px #d4d2d0;
	position: relative;
}

.idhst-text:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	z-index: 1;
	background-image: url("https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2022/11/09075742/speech-tri.png");
	width: 30px;
	height: 35px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	top: 42%;
	left: -30px;
}

.idhst-no-last .idhst-no {
	margin-top: -40px;
}

.idh-step h3 {
	text-align: left;
	font-size: 19px;
}

.idh-card-icon .idh-col3 {
	background-image: url("https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2022/11/09075824/top-icon-bg.png");
	background-repeat: no-repeat;
	background-size: 27% auto;
	background-position: top 40% center;
}

.idh-card .idh-col2 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.mb-show {
	display: none !important;
}
*/


/* 未使用: メディアクエリ内の .idhc-ttl-5, .container
@media (min-width: 992px) {
	.idhc-ttl-5 p {
		display: block;
	}
}

@media (min-width: 1024px) {
	.container {
		width: 960px;
	}

}

@media (min-width: 1200px) {
	.container {
		width: 1045px;
	}

}
*/


@media all and (max-width:1000px) {
	.idh-nav ul li {
		font-size: 11px;
	}

	/* 未使用: .idh-card-icon, .idh-fth-cta, .idh-list-cat, .idh-stk-ttl, .idh-cta-note, .idh-stk-cta, .idh-stk-dl
	.idh-card-icon .idh-col3 {
		margin: 60px 0 0 0;
	}

	.idh-fth-cta {
		width: 240px;
	}

	ul.idh-list-cat li {
		margin: 0 3px 8px 0;
		padding: 3px 16px;
		font-size: 12px;
	}

	.idh-stk-ttl {
		font-size: 18px;
	}

	.idh-cta-note {
		display: none;
	}

	.idh-stk-cta .pctb-show {
		display: none;
	}

	.idh-stk-cta a {
		width: 150px;
	}
	*/

	.idh-sticky {
		padding: 20px 0;
	}

	.idh-sticky .idh-wrap {
		justify-content: center;
	}

	/* 未使用: .idh-stk-dl
	.idh-stk-dl img {
		width: 24px;
	}

	.idh-stk-dl span {
		display: none;
	}
	*/
}

/* 未使用: @media all and (max-width:850px) 内全て
@media all and (max-width:850px) {
	.idh-step-wrap:before {
		height: 62%;
	}

	.idhc-ttl-1 {
		font-size: 20px;
	}

	.idhc-ttl-1 span {
		font-size: 25px;
	}

	.idh-text-wrap p {
		display: inline;
	}

	.idhc-ttl-3 {
		font-size: 15px;
	}
}
*/

@media all and (max-width:767px) {
	body {
		position: relative;
		overflow-x: hidden;
	}

	/* 未使用: .pctb-show, .mb-show, .idh-hero-copy, .idh-fth-cta, .idhc-ttl-*
	.pctb-show {
		display: none !important;
	}

	.mb-show {
		display: block !important;
	}

	.idh-hero-copy {
		margin: 0 0 15px 0;
	}

	.idh-fth-cta {
		width: 100%;
		max-width: 500px;
	}

	.idhc-ttl-1 {
		font-size: 22px;
	}

	.idhc-ttl-1 span {
		font-size: 35px;
	}

	.idhc-ttl-3 {
		font-size: 16px;
	}

	.idhc-ttl-4 {
		font-size: 18px;
	}

	.idhc-ttl-5 {
		font-size: 18px;
	}
	*/

	.idh-header {
		padding: 13px 0;
	}

	.idh-nav {
		display: none;
	}

	.idh-mb-hd {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-basis: auto;
		justify-content: space-between;
		align-items: center;
		padding: 10px 0 0 0;
	}

	.idh-nav {
		position: absolute;
		width: 100%;
		left: 0;
		top: 65px;
		z-index: 2;
		display: none;
		background-color: #fff;
		padding: 0 0 20px 0;
		-webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1);
		-moz-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1);
		box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1);
	}

	.idh-nav-show .idh-nav {
		left: 0;
	}

	.idh-nav ul {
		display: block;
	}

	.idh-nav ul li {
		font-size: 14px;
		padding: 0 20px;
	}

	.idh-nav ul li a {
		padding: 20px 0;
		border-top: solid 1px #eee;
	}

	.idh-nav ul li:first-child a {
		border-top: none;
	}

	.idh-nav ul li {
		display: block;
	}

	/* 未使用: .idh-nav-btn
	.idh-nav ul li.idh-nav-btn {
		margin: 20px 0 0 0;
	}
	*/

	.idh-nav ul li a:after {
		display: none;
	}

	/* 未使用: .idh-hero-text, .idh-hero-ttl, .idh-ft-hre, .idh-fth-* 関連
	.idh-hero-text {
		position: relative;
		top: auto;
		max-width: 320px;
		margin: auto;
	}

	.idh-hero-ttl {
		display: none;
	}

	.idh-hero .idh-wrap.idh-ft-hre {
		margin: -20px auto 0 auto;
	}

	.idh-hero .idh-fth-box-inner {
		border: none;
		border-radius: 0.25rem;
	}

	.idh-fth-logo {
		display: block;
	}

	.idh-fth-box {
		padding: 30px 20px;
	}

	.idh-fth-note {
		text-align: center;
	}

	.idh-fth-dl {
		margin: 20px 0 0 0;
	}

	.idh-fth-box-inner,
	.idh-fth-phone {
		display: block;
	}

	.idh-fth-left {
		margin: 0 0 20px 0;
	}

	.idh-fth-cta {
		margin: 0 auto;
	}

	.idh-fth-cta a {
		margin: 0;
	}

	.idh-fth-phone {
		padding: 10px 0;
		max-width: 500px;
		margin: auto;
	}

	.idh-fth-note,
	.idh-fth-phone>div {
		text-align: center;
	}

	.idh-fth-phone>div br {
		display: none;
	}

	.idh-fth-no {
		justify-content: center;
		padding: 0;
		line-height: 1.3;
	}
	*/

	/* 未使用: .idh-step, .idh-list, .idh-col-, .idhst-, .idhl-, .idh-rs, .idh-text-wrap, .idh-qaq, .idh-qaa, .idh-faq
	.idh-step,
	.idh-list,
	[class^="idh-col-"],
	[class*=" idh-col-"] {
		display: block;
	}

	.idhst-img,
	.idhst-text,
	.idhl-img,
	.idh-col2,
	.idh-col3 {
		width: 100%;
	}

	.idh-rs .idh-col3 {
		margin-top: 100px;
	}

	.idh-text-wrap p {
		display: inline;
	}

	.idh-qaq:before,
	.idh-qaa:before {
		content: "";
		display: inline-block;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center center;
		width: 35px;
		height: 35px;
		vertical-align: middle;
		margin-right: 15px;
		margin-left: -50px;
	}

	.idh-faq {
		padding: 30px;
	}

	.idhl-img {
		margin: 20px 0 0 0;
	}

	.idh-step {
		position: relative;
		padding-left: 80px;
	}

	.idhst-no {
		position: absolute;
		left: 0;
		top: 0;
		width: 70px;
		padding-top: 12%;
	}

	.idhst-no img {
		width: 100%;
		margin: 0;
	}

	.idh-stk-ttl {
		display: none;
	}

	.idh-step-wrap:before {
		top: 5%;
		left: 33px;
		height: 56.5%;
	}

	.idh-step {
		margin: 50px 0 0 0;
	}

	.idhst-text {
		background-color: transparent;
		padding: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin: 20px 0 0 0;
		border: none;
	}

	.idhst-text:after {
		display: none;
	}

	.idh-card-icon .idh-col3 {
		background-size: 20% auto;
		background-position: top 35% center;
	}

	.idh-fth-ttl br {
		display: block;
	}


	.idh-sticky .idh-fth-label {
		display: none;
	}


	.idh-sticky .idh-fth-phone {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-basis: auto;
	}
	*/

	.idh-sticky .idh-wrap {
        flex-direction: column;
		justify-content: center;
	}

	/* 未使用: .idh-sticky .idh-fth-*, .idh-icon-phone, .idh-stk-phone
	.idh-sticky .idh-fth-phone>div br {
		display: block;
	}

	.idh-sticky .idh-fth-phone>div {
		text-align: left;
	}

	.idh-sticky .idh-icon-phone {
		display: block;
		position: relative;
		padding: 0 15px 0 10px;
		margin: 0 15px 0 0;
		border-right: solid 1px #fff;
	}

	.idh-sticky .idh-icon-phone a {
		width: 30px;
		display: block;
	}

	.idh-sticky .idh-fth-no {
		display: none;
	}

	.idh-sticky .idh-fth-phone {
		border: none;
	}

	.idh-stk-phone {
		flex-grow: 0;
		margin: 0 0 0 10px;
	}
	*/

}

/* 未使用: @media all and (max-width:600px), @media all and (max-width:480px) 内全て
@media all and (max-width:600px) {
	.idh-step-wrap:before {
		height: 58%;
	}

	.idh-card-icon .idh-col3 {
		background-size: 25% auto;
		background-position: top 48% center;
		margin: 100px 0 0 0;
	}
}

@media all and (max-width:480px) {
	.idh-stk-cta a {
		width: auto;
	}

	.idh-step-wrap:before {
		height: 61%;
	}

}
*/

.idh-nav-logo img {
	width: 165px;
	height: auto;
	display: inline-block;
	vertical-align: text-bottom;
}

.idh-sticky {
    position: relative;  /* デフォルトは相対配置 */
    width: 100%;
    background-color: #FAFAFA;
    color: #fff;
    padding: 25px 0;
    z-index: 100;
    display: block;  /* 常時表示 */
    max-width: 100%;
}
/* 未使用: .idh-sticky.is-fixed - JSでインラインスタイルで制御
.idh-sticky.is-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
}
*/

.idh-new-cta .idh-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: auto;
	justify-content: center;
	align-items: center;
	gap: min(5.13vw,20px);
}

.idh-sticky .idh-wrap {
    justify-content: center;
    gap: min(5.13vw,20px);
}
.idh-sticky-txt {
    width: min(32.03vw,246px);
    max-width: 246px;
    margin: 0 0 0 auto;
}
.idh-sticky-btn {
    width: min(50.78vw,390px);
    max-width: 390px;
    margin: 0 auto 0 0;
}

.idh-row {
	padding: min(7.81vw,60px) 0 0;
}
.idh-wrap {
	padding-left: min(5.26vw,20px);
	padding-right: min(5.26vw,20px);
	margin: 0 auto;
	width: min(96.15vw,1116px);
    max-width: 1116px;
}

.idh-nav {
    max-width: 1116px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.idh-nav ul {
    justify-content: center;
    gap: 30px;
}

.bg-body-secondary { background-color: #F1F3F5; }
/* 未使用: .bg-body-option { background-color: #EEF1FF; } */
/* 未使用: .bg-body-register { background-color: #F8F9FA; } */
.bg-body-dark { background-color: #001C40;}
.text-body-secondary { color: #333333; }
/* 未使用: .text-body-tertiary { color: #555555; } */
.text-body-emphasis { color: #003A9B; }
.text-white { color: #FFFFFF; }
.text-bold { font-weight: 700;}

.sp_only { display: none; }
.pc_only { display: block; }

.idht-nav{
    max-width: 1440px;
    margin: min(1.3vw,10px) auto 0;
}

.idh-msg {
    background-image: url("https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2025/12/22090641/bg_copy_pc-scaled.png");
    width: 100%;
    max-width: 1440px;
    height: 431px;
    background-size: 100% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.idh-msg-wrap {
    padding: 0 5%;
    gap: 18px;
}
.idh-msg-upper,.idh-msg-middle {
    display: block;
}
/* 未使用: .idh-msg-lower { display: block; } */
.idh-msg-upper img {
    width: 100%;
    max-width: min(62.36vw,898px);
    margin: min(2.61vw,20px) auto 0;
}
.idh-msg-middle {
    text-align: center;
}
/* 未使用: .idh-msg-lower { text-align: center; } */
.idh-msg-middle .msg_bigger {
    font-size: min(3vw,43px);
    font-weight: 700;
    margin: min(1.96vw,15px) auto;
}
/* 未使用: .idh-msg-lower, .msg_smaller
.idh-msg-lower .msg_smaller {
    font-size: min(2.2vw,31px);
}
*/

/* PC */
.idh-hero {
    max-width: 1440px;
    margin: 0 auto min(5.21vw,40px);
}
.idh-point-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1116px;
    margin: min(7.81vw,60px) auto 0;
    padding: 0;
    gap: 60px;
}
.idh-point-headline {
    font-size: min(4.17vw,32px);
    margin: 0 auto;
}
.idh-point,.idh-how {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    max-height: 360px;
    flex: 0 1;
    flex-shrink: 1;
}
.idh-point_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    max-height: 360px;
}
.idh-point-img {
    max-width: 451px;
    max-height: 360px;
}
.idh-point-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 2vw;
    padding-right: 2vw;
    gap: min(3.26vw,25px);
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}
.idh-point-number {
    color: #9D2B6D;
    font-size: min(3.59vw,14px);
    line-height: 2.8;
}
.idh-point-ttl {
    font-size: min(6.17vw,24px);
}
.idh-point-txt {
    font-size: min(3.59vw,14px);
}
.idh-how-container {
    max-width: 1440px;
    margin: min(7.81vw,60px) auto 0;
}
.idh-how-wrap {
    width: 100%;
    max-width: 1116px;
    margin: 0 auto;
    padding: min(7.81vw,60px) 0;
    display: grid;
    grid-template-areas: "idh-how-block02 idh-how-block01" "idh-how-block02 idh-how-block03";
    grid-template-columns: 0.375fr 0.625fr;
    grid-template-rows: 0.4fr 0.6fr;
}
.idh-how-block01 {
    grid-area: idh-how-block01;
}
.idh-how-block02 {
    grid-area: idh-how-block02;
    max-width: 324px;
    margin: 0 auto;
}
.idh-how-block03 {
    grid-area: idh-how-block03;
}
.idh-how-block01,.idh-how-block02,.idh-how-block03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.idh-how-block01,.idh-how-block03 {
    margin: 0 auto 0 min(8.21vw,32px);
}

.idh-how-ttl01 {
    font-size: min(6.17vw, 24px);
    line-height: 1.4;
    margin-bottom: min(1.07vw,8px);
}
.idh-how-ttl02 {
    font-size: min(4.1vw,16px);
    line-height: 1.4;
    margin-bottom: min(3.85vw,15px);
}
.idh-how-txt01 {
    font-size: min(3.59vw,14px);
    line-height: 1.8;
    margin-bottom: min(2.67vw,20px);
}
.idh-how-link {
    font-size: min(3.8vw,18px);
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: min(2.67vw,20px);
}
.idh-how-txt2 {
    font-size: min(2.11vw,10px);
    line-height: 1.4;
}

.idh-register-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    margin: min(7.81vw,60px) auto min(1.39vw,20px);
}

.idh-register-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1116px;
    gap: min(2.08vw,30px);
}
.idh-register-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: min(90vw,1116px);
    margin: min(7.81vw,60px) auto;
}
.idh-register-ttl {
    width: min(45.05vw,346px);
    max-width: 346px;
    margin: 0 auto;
}
.idh-register-content {
    align-self: flex-start;
    width: min(26.04vw,200px);
    max-width: 200px;
}
.idh-register-txt-pc {
    align-self: flex-start;
    width: min(4.17vw,32px);
}
.idh-register-polygon {
    width: min(6.51vw,50px);
    max-width: 50px;
    transform: rotate(-90deg);
    align-self: flex-start;
    margin-top: min(9.11vw,70px);
}
.idh-register-txt-ex {
    font-size: min(1.303vw,12px);
    margin: min(2.61vw,20px) auto;
}
.idh-footer-container {
    padding-top: min(1.3vw,10px);
    margin: 0 auto;
}
.idh-footer-wrap {
    max-width: 1440px;
    margin: 0 auto;
}
.idh-footer-img {
    width: 100%;
    max-width: 1116px;
    margin: 0 auto;
}

.idh-sticky {
    position: relative;  /* デフォルトは相対配置 */
    width: 100%;
    background-color: #FAFAFA;
    color: #fff;
    padding: 25px 0;
    z-index: 9999;
    display: block !important;  /* 強制的に表示 */
    max-width: 100%;
    visibility: visible !important;
    opacity: 1 !important;
}

/* 未使用: .idh-sticky.is-fixed - JSでインラインスタイルで制御
.idh-sticky.is-fixed {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
}
*/

@media all and (max-width:1440px){
    .idh-msg{
        height: 30vw;
    }
}
@media all and (max-width:767px){
    .sp_only { display: block; }
    .pc_only { display: none; }
    .idh-nav{
        display: none;
    }
    .idh-new-cta .idh-wrap {
        flex-direction: column;
		justify-content: center;
	}
    .idh-sticky-txt,.idh-sticky-btn {
        margin: 0 auto;
    }
    .idh-msg{
        background-image: url("https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2025/12/22090733/bg_copy.png");
        background-size: cover;
        height: 46.15vw;
    }
    .idh-msg-upper picture source {
        display: block;
        max-width: min(81.6vw, 306px);
        margin: 0 auto;
    }
    .idh-msg-upper img {
        width: 100%;
        height: auto;
    }
    .idh-msg-middle .msg_bigger {
        font-size: 6vw;
    }
    /* 未使用: .idh-msg-lower, .msg_smaller
    .idh-msg-lower .msg_smaller {
        font-size: 3.8vw;
        line-height: 1.8;
    }
    */
    .idh-point-wrap {
        gap: min(8.21vw,32px);
        margin: min(8.21vw,32px) auto;
    }
    .idh-point-headline {
        font-size: min(4.18vw,32px);
    }
    .idh-point,.idh-point_r {
        flex-direction: column;
        max-height: fit-content;
    }
    .idh-point-img {
        max-height: fit-content;
        max-width: fit-content;
    }
    .idh-point-ttl {
        line-height: 1.4;
    }
    .idh-point-text {
        gap: 20px;
        padding: 6vw 7vw;
    }

    .idh-how-wrap {
        grid-template-areas: "idh-how-block01" "idh-how-block02" "idh-how-block03";
        grid-template-columns: 1fr;
        grid-template-rows: 0.5fr 0.5fr 1fr;
        gap: min(4.5vw,32px);
        padding: 6vw 5vw;
    }

    .idh-how-block01,.idh-how-block03 {
        margin: 0;
    }
    .idh-how-block02 {
        max-width: max(47.44vw,185px);
        margin: 0 auto;
    }
    .idh-register-wrapper {}
    .idh-register-wrap {}
    .idh-register-container {
        flex-direction: column;
        gap: min(5.13vw,20px);
        width: 100%;
    }
    .idh-register-ttl {
        width: min(79.74vw,311px);
    }
    .idh-register-content,.idh-register-txt-pc {
        align-self: center;
    }
    .idh-register-content {
        width: min(69.23vw,270px);
    }
    .idh-register-polygon {
        transform: rotate(0);
        align-self: center;
        margin-top: 0;
    }
    .idh-register-txt-sp {
        margin-top: 2.25vw;
        width: min(49.49vw,193px);
    }
    .idh-register-txt-ex {
        font-size: min(3.077vw, 12px);
    }
}