@charset "UTF-8";
@font-face {
	font-family: 'GUJPCorporate';
	src: url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Light_v2.0.woff2') format('woff2'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Light_v2.0.woff') format('woff'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Light_v2.0.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GUJPCorporate';
	src: url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.woff2') format('woff2'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.woff') format('woff'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GUJPCorporate';
	src: url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.woff2') format('woff2'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.woff') format('woff'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}


/* common class
--------------------------------------------------*/
body {
	background-color: #fff;
	font-size: 13px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}
a,
body {
	color: #1b1b1b;
}

.clearfix {zoom:1;}
.clearfix:after{content: "";display: block;clear: both; overflow:hidden;}
img {
	vertical-align: bottom;
}









.hero_contents_textBold {
	font-weight: 700;
	margin: 15px;
}
.hero_contents_sp {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hero_contents_TextInner {
	min-width: 100%;
}
.hero_contents_TextInner h1 {
	margin-bottom: 20px;
	font-size: 21px;
}
.hero_contents_mainText_sp {
	margin: 21px 0 21px 15px;
	/*font-family: ヒラギノ角ゴ Pro W6,sans-serif;*/
	font-weight: 700;
	line-height: 1.5em;
}
.hero_imgInner img {
	width: 100vw;
	min-width: 320px;
}
.hero_contents_TextInner p {
	font-size: 16px;
	line-height: 1.5;
}
.monitor_heroSub_text {
	margin: 0 15px 36px;
	font-size: 14px;
	line-height: 21px;
}













.fixedAnchor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	margin-top: -71px;
	flex-wrap: nowrap;
	border-width: 0 0 1px 1px;
	width: 100%;
	transition: margin-top 0.3s;
	min-height: 71px;
	background-color: #FFF;
}
.fixedAnchor.is_absolute {
	max-width: 1176px;
	left: 50%;
	transform: translateX(-50%);
	position: fixed;
	margin-top: 60px;
	transition: margin-top 0.3s;
	z-index: 11;
}



.fixedAnchor_item {
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	width: 25%;
	height: 71px;
	background: #fff;
	min-height: 71px;
	cursor: pointer;
}
.fixedAnchor_item.-half {
	width: 50%;
}
.fixedAnchor_item:first-child {
	border-left: 1px solid #dadada;
}
.fixedAnchor_itemLink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 15.6px;
	border-bottom: 2px solid transparent;
	font-weight: bold;
}
.monitor_anchor_Btn {
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: 700;
	padding: 26px 0;
	font-size: 12px!important;
}
.fixedAnchor_itemLink.currentAnchor {
	border-bottom-color: #1b1b1b;
}




.fr-anchorButton {
	border: 1px solid #dadada;
	border-width: 0 0 1px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -1px;
}
.fr-anchorButton_item {
	background-color: #fff;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	cursor: pointer;
	/*font-family: ヒラギノ角ゴ Pro W6,sans-serif;*/
	font-weight: 700;
	font-size: 12px;
}
.fr-anchorButton_item.-half {
	width: 50%;
}
.fr-anchorButton_itemInner {
	display: flex;
	height: 100%;
}
.fr-anchorButton_itemLink {
	align-items: center;
	display: flex;
	flex: 1;
	justify-content: center;
	line-height: 1.5;
	min-height: 71px;
}
.fr-heading {
	/*font-family: ヒラギノ角ゴ Pro W6,sans-serif;*/
	font-weight: 700;
	line-height: 1.5em;
}
.fr-heading.-h2 {
	font-size: 18px;
}
.fr-heading.-h3 {
	font-size: 16px;
}
.flex_center {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.flex_center img {
	width: 100%;
}
.fr-sp-ml-1g,
.fr-sp-mx-1g {
	margin-left: 4vw;
}
.fr-sp-mx-1g {
	margin-right: 4vw;
}
.fr-linkButton {
	border: 1px solid #1b1b1b;
	font-size: 16px;
	line-height: 24px;
	padding: 12px 4vw;
	font-weight: 700;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fr-linkButton.-white {
	background-color: #fff;
}
.fr-stepFlow {
	background-color: #fff;
}
.fr-stepFlow_item {
	margin-left: 4vw;
	margin-right: 4vw;
	padding-top: 9px;
	padding-bottom: 9px;
}
.fr-stepFlow_itemInner,
.fr-stepFlow_number {
	align-items: center;
	display: flex;
}
.fr-stepFlow_itemInner,
.fr-stepFlow_number {
	align-items: center;
	display: flex;
}
.fr-stepFlow_number {
	border: 1px solid #dadada;
	font-size: 24px;
	font-weight: 700;
	justify-content: center;
	width: 30px;
	height: 30px;
}
.fr-stepFlow_heading {
	/*font-family: ヒラギノ角ゴ Pro W6,sans-serif;*/
	font-weight: 700;
	font-size: 14px;
	flex: 1;
	line-height: 21px;
	margin-left: 4vw;
	margin-left: var(--sp-h-1g);
}
.fr-textLink_item {
	text-decoration: underline;
}
.fr-textLink {
	font-size: 13px;
	font-weight: 700;
	line-height: 19.5px;
}


.u-align-center {
	text-align: center;
}
.u-align-right {
	text-align: right;
}




.monitor_anchor_Btn {
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: 700;
	padding: 26px 0;
	font-size: 12px!important;
}
.monitor_toha_title {
	font-size: 30px;
	margin-top: 36px;
	margin-bottom: 15px;
}
.monitor_toha_text {
	font-size: 13px;
	margin: 0 0 36px 0;
}
.monitor_toha_text {
	font-size: 13px;
	margin: 0 0 36px 0;
}
.monitor_toha_subtext {
	margin-bottom: 21px;
}
.monitor_toha_img {
	margin-bottom: 21px;
}
.monitor_flow_Btn {
	margin: 0 15px 36px 15px;
	width: calc( (697 / 756)*100%);
	max-width: 576px;
}
.monitor_anchor_title {
	padding: 10px 0 21px 0;
}
.monitor_entry_subtext {
	font-size: 13px;
	margin: 0 15px 36px 15px;
	margin-bottom: 36px;
}
.monitor_entry_step_Contents {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.monitor_stepFlow {
	padding: 0 0 12px 0;
}
.monitor_step_number {
	font-size: 24px;
	line-height: 28.8px;
	width: 44px;
	height: 44px;
}
.monitor_maintitle {
	font-size: 16px;
	line-height: 28px;
	margin-left: 15px;
}
.monitor_stepFlow_Text {
	margin: 0 15px 28px 15px;
}
.monitor_entry_stepImg {
	display: flex;
	justify-content: center;
	align-items: center;
}
.monitor_entry_stepImg img {
	width: 100%;
}
.monitor_step_Btn {
	max-width: 576px;
	width: 100%;
	padding: 0 15px 15px;
	margin: 21px 0 64px 0;
}
.monitor_step_subText {
	padding: 0 15px 34px 15px;
}
.monitor_application_title {
	margin: 0 0 28px 0;
}
.monitor_application_text {
	margin: 0 15px 28px 15px;
}




.dowBtnInner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.dowBtnInner a.link_app_01 {
	padding: 0 7px 0 15px;
	text-align: right;
	width: 50%;
}
.dowBtnInner a.link_app_02 {
	padding: 0 15px 0 7px;
	text-align: left;
	width: 50%;
}
.dowBtnInner a img {
	width: auto;
	max-height: 50px;
}
.dowBtn_link {
	text-align: right;
	width: 100%;
	padding: 21px 19px 36px 0;
}
.dowBtn_link_two {
	text-align: center;
	width: 100%;
	padding: 9px 15px 27px 0;
}





.main_inner {
	min-width: 320px;
}

.contents_Inner {
	margin: 0 auto;
	padding-top: 80px;
	margin-top: -80px;
	width: 100%;
}


.mb60 {
	margin-bottom: 60px;
}
.gu-only-pc {
	display: none;
}
.gu-only-sp {
	display: block;
}

.sns {
	display: none;
}

.topic-path-pc {
	display: none;
}

.pc-header-container,
.pc-footer-container,
.live-pc,
.feature-pc,
.modal-pc,
.slide-pc-image {
	display: none !important;
}

#dynamic-header.sp .dynamic-header-in .gnavi-menues {
	display: none;
}
#dynamic-footer .footer-in .footer-menu {
	display: none;
}
#dynamic-footer .footer-in .sns-area {
	display: none;
}
#dynamic-footer .footer-in .copyright {
	padding-top: 40px;
}
#dynamic-footer .footer_tax_bnr{
	display: none;
}