.subtitle01 {
	display: flex;
	align-items: flex-end;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	background-color: #002864;
	/*border-radius: .3em;*/
	margin-bottom: 20px;
	padding: .5em;
}



.mypageCnt {
	max-width:1200px;
	margin:20px auto;
	text-align:left;

}

#login section .section_inner {
	background-color: #fff;
	border: 1px solid #e9ecef;
	padding: 20px;
}


.subtitle02 {
	font-size: 1.8em;
	font-weight: bold;
	color: #0b3c53;
	line-height: 1.2;
	border-left: 5px solid #0159a7;
	margin-bottom: 15px;
	padding: .3em .5em;
	text-align:left;
}


#login section .section_inner .inner_main {
	font-size: 1.4em;
	padding: 0 1em;
}
#login section .section_inner .inner_main p {
	margin-bottom:1.5em;
}


#login section .section_inner.viewing_note .inner_main ol {
	padding-left: 1em;
}


#login section .section_inner+.section_inner {
	margin-top: 20px;
	margin-bottom:20px;
}


#login section .section_inner.browser .inner_main_box .subtitle03 {
	margin-bottom: 5px;
}

.subtitle03 {
	font-weight: bold;
	color: #0b3c53;
	line-height: 1.2;
}


#login section .section_inner.browser .inner_main_box .browser_list {
	display: flex;
	align-content: center;
}



#login section .section_inner .inner_main .inner_main_box+.inner_main_box {
	border-top: 1px dashed #999;
	margin-top: 13px;
	padding-top: 13px;
}


#login section .section_inner {
	background-color: #fff;
	border: 10px solid #b9b7cb;
	padding: 20px 15px;
}

#login section .section_inner.line1 {
	border:1px solid #b9b7cb;
}

.login_area {
	display: flex;
	justify-content: center;
}


.login_area .login_main .login_main_inputarea {
	padding: 0 50px;
	margin-bottom:20px;
}

.login_area .login_main .login_main_inputarea .errMsg,
.login_area .login_main .errMsg {
	color: #f00;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom:1em;
}

.login_area .login_main .input_area {
	font-size: 1.4em;
}

.login_area .login_main .input_area .title {
	display: flex;
	/* width: 50%; */
	font-weight: bold;
}

.login_area .login_main .agree_area {
	font-size: 1.3em;
	text-align: center;
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	margin-top: 20px;
	padding: 10px;
}


.login_area .login_main .agree_area .check_agree {
	display: flex;
	justify-content: center;
	align-content: center;
	padding: 10px 0;
}

.login_area .login_main .agree_area .check_agree_box {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1;
	position: relative;
}

.login_area .login_main .agree_area .check_agree input {
	position: absolute;
	top: 50%;
	left: .5em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.login_area .login_main .agree_area .check_agree_box label {
	display: flex;
	justify-content: center;
	align-content: center;
	background-color: #fff;
	border-radius: .3em;
	padding: .3em .5em .3em 1.5em;
}
.login_area .login_main .agree_area .check_agree input:checked + label {
	color: #f35213;
	background-color: #ffbb55;
}


.login_area .login_main .agree_area .note {
	display: flex;
	justify-content: center;
	align-content: center;
}

.login_area .login_main .agree_area .note p {
	font-size: .9em;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	background-color: #ea687f;
	padding: .2em .6em;
	border-radius: .3em;
}

.login_area .login_main .btn_area {
	display: flex;
	/* justify-content: flex-end; */
	justify-content: center;
	align-items: center;
	line-height: 1;
	padding-top: 15px;
}


.login_area .login_main .btn_area .btn_login {
	display: flex;
	align-items: center;
}

.login_area .login_main .btn_area .btn_login input {
	-webkit-appearance: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: top;
	outline: none;
	cursor: pointer;
	background-color: #3482c4;
	border: 1px solid #09357f;
	border-radius: .3em;
	margin: 0;
	padding: .5em 3.5em;
	transition: all .2s;
}

.login_area .login_main .btn_area .btn_login input:hover {
	color: #09357f;
	background-color: #fff;
}
#login section .section_inner.browser .inner_main_box .browser_list li+li {
	margin-left: 1em;
}

.login_area .login_main .input_area .input input {
	width: 100%;
	border: 1px solid #999;
	outline: none;
	background-color: #fff;
	margin: 0;
	padding: .5em;
}

.login_area .login_main .repass {
	font-size:1.4em;
	text-align:center;
	margin-top:15px;
}
.login_area .login_main .repass p+p {
	margin-top: .5em;
}

/* contactArea */
#contactArea {
	width:100%;
	margin:0 auto;
	background:#09357f;
	color:#fff;
	font-size:15px;
	text-align:left;
}
#contactArea .contactInner {
	display: flex;
	padding:1.5em 0.5em;
	max-width:1140px;
	margin:auto;
	line-height:1.5;
}
#contactArea .contactInner > ul+ul {
	margin-left: 2em;
}
#contactArea .contactInner a {
	color:#fff!important;
}

@media only screen and (max-width:768px) {
	#contactArea {
		width:100%;
		font-size: 1.2em;
		margin:0;
	}

	#contactArea .contactInner {
		padding:1em;
	}

}


/* ナビゲーション */

header nav {
	background-color: #e78e2a;
	height:auto;
	width: 1140px;
	margin: auto;
}
header nav ul {
	display: flex;
	justify-content: center;
	width: 1140px;
	margin: 0 auto;
}
header nav ul li {
	width: 285px;
	position: relative;
}
header nav ul li::after {
	content: "";
	display: block;
	width: 1px;
	height: 70%;
	background-color: rgba(255,255,255,.3);
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
header nav ul li a {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	padding: .7em 0;
}
header nav ul li a:link,
header nav ul li a:visited {
	color:#fff;
	text-decoration:none;
}

header nav ul li a:hover,
header nav ul li.active a {
	color: #fff;
	background-color: #f1b655;
	text-decoration: none;

}
header nav ul li a.noLink {
	color: #969696;
	background-color: #bdbdbd;
	text-decoration: none;
}

header nav ul li.home a span {
	width: 100%;
	text-align: center;
}
header nav ul li.home a span.icon {
	font-size: 1.6em;
	padding: .3em 0 .2em 0;
}
header nav ul li.home a span.text {
	padding-bottom: .5em;
}


#logout__area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1140px;
	line-height: 1.2;
	margin: 0 auto;
	padding: 15px 50px;
}


/* logout__area */
/*------------------------------------------------------------------------------*/
#logout__area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1140px;
	line-height: 1.2;
	margin: 0 auto;
	padding: 15px 50px;
}
#logout__area #locater {
	display: flex;
	align-items: center;
}
#logout__area #locater li {
	font-size: 1.4em;
}
#logout__area #locater li+li:before {
	content: ">";
	margin: 0 .5em;
}
#logout__area #logout {
	display: flex;
	align-items: flex-end;
}
#logout__area #logout p.name {
	font-size: 1.4em;
	font-weight: bold;
	margin-right: 20px;
}
#logout__area #logout p.name::after {
	content: "様";
	font-size: .9em;
	margin-left: .3em;
}
#logout__area #logout a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #ea687f;
	text-decoration: none;
	outline: none;
	background-color: #fff;
	border: 1px solid #ea687f;
	border-radius: .3em;
	padding: .6em 1.2em;
}
#logout__area #logout a span.icon {
	margin-right: .3em;
}
#logout__area #logout a:hover {
	color: #fff;
	background-color: #ea687f;
}

#top .sitemap {
	padding: 0 10px;
	margin-bottom:40px;
}
#top .sitemap li+li {
	margin-top: 20px;
}
#top .sitemap li .title {
	display: flex;
	align-items: center;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
}
#top .sitemap li .title::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-color: #f18a21;
	border-radius: 100%;
	margin-right: .3em;
}
#top .sitemap li p {
	font-size: 1.4em;
	background-color: #f2f2f2;
	border-radius: .3em;
	padding: .5em 1em;
}
#top .download_area ul {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	margin: 20px auto 40px;
}
#top .download_area ul li {
	width: 32%;
}
#top .download_area ul li+li {
	margin-left: 2%;
}
#top .download_area ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	background-color: #0873a7;
	border: 1px solid #0873a7;
	border-radius: .3em;
	padding: 1em 0;
}
#top .download_area ul li a > span.icon {
	margin-right: .3em;
}
#top .download_area ul li a:hover {
	color: #0873a7;
	background-color: #fff;
}
#top .download_area ul li a.noLink {
	color: #969696;
	background-color: #bdbdbd;
}

/* 各種ダウンロード */

.download_area {
	margin-bottom:80px;
}
.download_area p {
	font-size:1.4em;
}


.red { color:#f00!important; }
.taL { text-align:left!important; }
.taC { text-align:center!important; }
.taR { text-align:right!important; }

.mb5 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb40 { margin-bottom:40px!important; }

.err-fld {
	background:#FCAEAE!important;
}
.decimal {
	list-style-type: decimal;
	padding-left: 1.5em;
}

.main__contents {
	display:none;
}

.acoTtl {
	display: block;
	font-size: 1.8em;
	cursor:pointer;
	position:relative;
	transition: all 0.2s;
}
/* screens smaller than 690 ---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.acoTtl {
	font-size: 1.6em;
	padding-right: 2em;
}
}
.acoTtl:hover {
	background-color: #2a5ba4;
}
.acoTtl > div+div {
	margin-top: .2em;
}
.acoTtl span.normal {
	font-weight:normal;
	font-size:0.8em;
}

.acoTtl span.open,
.acoTtl span.close {
	display: block;
	width: 1em;
	height: 1em;
	font-size: 1.4em;
	line-height: 1;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.2s;
}
.acoTtl span.close {
	display:none;
}
.acoTtl span.open .bar,
.acoTtl span.close .bar {
	display: block;
	width: calc(100% - 4px);
	height: 3px;
	background-color: #0159a7;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.acoTtl span.open .bar:nth-of-type(2) {
	top: 50%;
	left: 50%;
	-webkit-transform: rotate(90deg) translateY(-50%) translateX(-50%);
	transform: rotate(90deg) translateY(-50%) translateX(-50%);
	transform-origin: top left;
}



.iffs2025-tokyo .section__login {
	margin-bottom: 30px;
}
.iffs2025-tokyo .login__category__block {
	background-color: #f6f6f6;
	border: 2px solid #333;
	padding: 30px 20px 20px;
	position: relative;
}
.iffs2025-tokyo .login__category__block+.login__category__block {
	margin-top: 30px;
}
.iffs2025-tokyo .login__category__block .category__title {
	font-size: 1.8em;
	font-weight: 700;
	color: #fff;
	line-height: 1.1;
	background-color: #333;
	padding: .4em .8em;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.iffs2025-tokyo .login__category__block.IFFS__Overseas {
	border-color: #02929c;
}
.iffs2025-tokyo .login__category__block.IFFS__Overseas .category__title {
	background-color: #02929c;
}
.iffs2025-tokyo .login__category__block.IFFS {
	border-color: #0868b1;
}
.iffs2025-tokyo .login__category__block.IFFS .category__title {
	background-color: #0868b1;
}
.iffs2025-tokyo .login__category__block.jsrm {
	border-color: #c42355;
}
.iffs2025-tokyo .login__category__block.jsrm .category__title {
	background-color: #c42355;
}

.iffs2025-tokyo .login__category__block .login__info__text {
	font-size: 1.6em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}

.iffs2025-tokyo .category__block__main {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.iffs2025-tokyo .category__block__main .login__input {
	width: calc(100% / 3);
	background-color: #fff;
	border: 1px solid #333;
	position: relative;
}
.iffs2025-tokyo .category__block__main .login__input__title__block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #333;
	padding: 2px 2px 2px 5px;
}
.iffs2025-tokyo .category__block__main .login__input__title {
	font-size: 1.3em;
	font-weight: 700;
	color: #fff;
}
.iffs2025-tokyo .category__block__main .select__radio {
	display: flex;
	align-items: center;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.1;
	background-color: #fff;
	border-radius: 100vh;
	padding: .2em .4em;
}
.iffs2025-tokyo .category__block__main .select__radio.selected {
	background-color: #ffe200;
}

.iffs2025-tokyo .category__block__main .input__block__main {
/*	pointer-events: none;*/
	padding: 10px;
}
.iffs2025-tokyo .category__block__main .input__block__main .input__area {
	font-size: 1.3em;
	line-height: 1.1;
}
.iffs2025-tokyo .category__block__main .input__block__main .input__area+.input__area {
	margin-top: 10px;
}
.iffs2025-tokyo .category__block__main .input__block__main .input__area .area__title {
	font-weight: 700;
	margin-bottom: 5px;
}
.iffs2025-tokyo .category__block__main .input__block__main .input__box input[type=text] {
	pointer-events: none;
	display: block;
	width: 100%;
	font-size: 1.2em;
	background-color: #f2f2f2;
	border: 1px solid #666;
	padding: .5em;
}
/*.iffs2025-tokyo .category__block__main .input__block__main .input__box input[type=text]:focus {
	background-color: #fffccf;
}*/
.iffs2025-tokyo .category__block__main .input__block__main .forgot__pass {
	font-size: 1.2em;
	margin-top: 5px;
}
.iffs2025-tokyo .category__block__main .input__block__main .forgot__pass a {
}

/*.iffs2025-tokyo .category__block__main .input__block__main.passable {
	pointer-events: auto;
}
.iffs2025-tokyo .category__block__main .input__block__main.passable .input__box input[type=text] {
	background-color: #fffccf;
}*/
.iffs2025-tokyo .category__block__main .input__block__main .input__box input[type=text].passable {
	pointer-events: auto;
	background-color: #fffccf;
}



.iffs2025-tokyo .section__login__type {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}
.iffs2025-tokyo .type__select .section__login__type {
	margin-bottom: 10px;
}
.iffs2025-tokyo .section__login__type .catch {
	font-size: 1.8em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
}
.iffs2025-tokyo .type__select .section__login__type .login__type {
	font-size: 1.8em;
	font-weight: 700;
	padding: .5em;
}
.iffs2025-tokyo .type__select .login__input {
	display: none;
}
.iffs2025-tokyo .type__select .login__input.IFFS .login__input__title__block {
	background-color: #0868b1;
}
.iffs2025-tokyo .type__select .login__category__block {
	padding: 20px;
}
.iffs2025-tokyo .type__select .login__input.IFFS .login__input__title__block {
	background-color: #0868b1;
}
.iffs2025-tokyo .type__select .login__input.jsrm .login__input__title__block {
	background-color: #c42355;
}


.iffs2025-tokyo .type__select .login__input {
	display: none;
}
.iffs2025-tokyo .type__select .login__input.selected {
	display: block;
}
.iffs2025-tokyo .type__select .category__block__main .login__input {
	width: 50%;
}
.iffs2025-tokyo .type__select .category__block__main .input__block__main {
	pointer-events: auto;
}
.iffs2025-tokyo .type__select .category__block__main .input__block__main .input__box input[type=text] {
	background-color: #fffccf;
}







