@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
.ir_ns{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
}

/* == reset == */

html { font-size:100%;}
body {overflow-x: hidden; font-size:16px; background:#fff; font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif; line-height:1.6; color:#1a1a1a; letter-spacing: 0.04em;}
body, h1, h2, h3, h4, h5, h6, p, dl, dd, ul, ol, li, form, fieldset, blockquote, table, thead, tbody, tfoot, tr, td, th { margin:0; padding:0;}
th, td, table, input, button, select, textarea {
	font-size:1rem;
	font-weight:normal;
	font-style:normal;
	padding:0;
	margin:0;
}
table {
	width:100%;
	border-width:0;
	border-spacing:0;
	border-collapse:collapse;
}
img, input, button, select, textarea {
	vertical-align:middle;
}
ul, ol {
	list-style:none;
}
a {
	color:#333;	
	text-decoration:underline;
	opacity:1;
	transition:0.3s;
}
a:hover {
	outline:none;
	text-decoration:none;
	opacity:0.6;
	transition:0.3s;
}
body * {
    box-sizing: border-box;
    word-wrap: break-word;
}
img {
	border:0;
	max-width: 100%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
	img{
		width: 100%;
	}
}
/* == / reset == */
:root {
	--bland: #4bbcf2;
}

/* == layout == */
body{
	padding-top: 150px;
}
.ir_screen{
	display: block;
}
.pcNone {
	display:none !important;
}
.ir_wide{
	max-width:1200px;
	margin:0 auto;
}
.ir_wide_s{
	max-width:1000px;
	margin:0 auto;
}
.ir_wide_xs{
	max-width:900px;
	margin:0 auto;
}
.ir_font_s{
	font-size: 0.875rem !important;
	line-height: 1.8 !important;
}
.ir_font_b{
	font-weight: 700 !important;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.ir_wide,.ir_wide_s{
		width:auto;
		margin: 0 15px;
	}
}
@media only screen and (min-width: 0) and (max-width: 767px) {
	.spNone {
		display:none!important;
	}
	.pcNone {
		display:block!important;
	}
	.ir_screen{
		display: inline;
	}
	.ir_wide,.ir_wide_s,.ir_wide_xs{
		width:92vw;
		margin:0 4vw;
	}
}
/* == / layout == */


.ir_open_btn{
	position: relative;
	padding: 10px 0;
	cursor: pointer;
	transition: 0.3s;
	font-weight: normal;
}
.ir_open_btn:hover{
	opacity: 0.6;
	transition: 0.3s;
}
.ir_open_btn::before,.ir_open_btn::after{
	content: '';
	position: absolute;
	right: 40px;
	top: calc(50% - 1px);
	width: 20px;
	height: 2px;
	background: #4ABCF2;
}
.ir_open_btn::before{
	transform: rotate(-90deg);
}
.ir_open_close{
	margin: 25px auto 0;
	width: 80px;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
}
.ir_open_close:hover{
	opacity: 0.6;
	transition: 0.3s;
}
.ir_open_btn.is_on::before{
	display: none;
}
.ir_open_box{
	position: relative;
	display: none;
}
@media only screen and (min-width: 0) and (max-width: 767px) { 
	.ir_open_btn:hover{
		opacity: 1;
	}
	.ir_open_btn::before, .ir_open_btn::after{
		right: 15px;
	}
}
.ir_m_scr{
	top: 0;
}
.ir_m_scr_wp{
	top: 0;
}
.ir_m_scr[style *= "fixed"] .ir_menu{
	transform: translate(0px, 0px);
	transition: 0.2s;
}
.ir_menu_wp{
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #1a1a1a;
}
.ir_menu_logo a{
	display: block;
	margin-left: 40px;
	max-width: 82px;
	color: #1a1a1a;
}
.ir_menu{
	position: relative;
	max-width: 1222px;
	width: 100%;
	height: 80px;
	margin: 0 auto;
	transition: 0.6s cubic-bezier(0.25,0.1,0.25,1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 40px;
	background: #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
	transform: translate(0px, 20px);
}
.ir_menu_list{
	display: flex;
	font-size: 0.8125rem;
	font-weight: bold;
}
.ir_menu_list>li{
	position: relative;
	margin: 0 13px;
}
.ir_menu_list>li>a,.ir_menu_list>li>span{
	position: relative;
	display: block;
	padding: 21px 0;
	color: #1a1a1a;
	text-decoration: none;
}
.ir_menu_list>li.ir_menu_en{
	display: flex;
    align-items: center;
}
.ir_menu_list>li.ir_menu_en::before {
	content: '';
	height: 1em;
	width: 1px;
	border-left:solid 1px #1a1a1a;
	margin-right: 15px;
}
.ir_menu_list>li.ir_menu_en a{
	color: var(--bland);
}
.ir_menu_list>li.ir_menu_en::after {
	display: none;
}
.ir_menu_list>li.ir_menu_bdr{
	margin: 0 5px;
	line-height: 1.2;
}
.ir_menu_list>li.ir_menu_bdr a{
	height: 62px;
	padding-left: 17px;
	padding-right: 17px;
	border: 1px solid #4abcf2;
	border-radius: 32px;
}
.ir_menu_list>li.ir_menu_en a span {
	display: none;
}
.ir_menu_list>li.ir_menu_bg a{
	height: 62px;
	display: flex;
    justify-content: center;
    align-items: center;
	padding-top: 11px;
	padding-bottom: 10px;
	padding-left: 18px;
	padding-right: 18px;
	background: #4abcf2;
	border-radius: 32px;
	color: #fff;
	text-align: center;
}
.ir_menu_list>li.ir_menu_bg{
	margin-left: 5px;
	margin-right: 10px;
	line-height: 1.2;
}
.ir_menu_out::after{
	content: '';
	margin-left: 8px;
	width: 14px;
	height: 14px;
	background: url(/ir/img/icon_out.png) no-repeat;
	background-size: 100% 100%;
}
.ir_menu_btn{
	display: none;
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 99;
	width: 2.5em;
	height: 2.5em;	
	cursor: pointer;
	border-radius: 3px;
	background: #2185D0;
}
.ir_menu_btn span{
	width: 1.4em;
    height: 0.13em;
    background-color: #fff;
    position: absolute;
    left: calc(50% - 0.7em);
    transition: all 0.3s ease;
    opacity: 1;
}
.ir_menu_btn span:nth-child(1){
	top: 0.7em;
}
.ir_menu_btn span:nth-child(2){
	top: 1.2em;
}
.ir_menu_btn span:nth-child(3){
	top: 1.7em;
}
.is_open.ir_menu_wp .ir_menu{
	z-index: 98;
	opacity: 1;
	top: 0;
	right: 0;
	transition: 0.6s cubic-bezier(0.25,0.1,0.25,1);
}
.is_open .ir_menu_btn span:nth-child(1) {
	top: 1.2em;
	transform: rotate(45deg);
}
.is_open .ir_menu_btn span:nth-child(2) {
	opacity: 0;
}
.is_open .ir_menu_btn span:nth-child(3) {
	top: 1.2em;
	transform: rotate(-45deg);
}

@media only screen and (min-width: 0) and (max-width: 1180px) {
	.ir_menu_wp{
		background: none;
		position: static;
	}
	.ir_menu_sp{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		padding: 0 15px;
		width: 100%;
		height: 54px;
		background: #fff;
		box-shadow: 0 5px 10px rgba(0,0,0,0.15);
		display: flex;
		align-items: center;
		justify-content: space-between;
		transition: 0.3s;
	}
	.ir_menu_sp .ir_menu_logo {
		flex-grow: 3;
	}
	.ir_menu_wp .pcNone{
		display: block !important;
	}
	.ir_menu_list{
		font-size: 0.875rem;
	}
	.ir_menu_list>li.ir_menu_en{
		display: block;
	}
	.ir_menu_list>li.ir_menu_en::before {
		display: none;
	}
	.ir_menu_list>li.ir_menu_en a span {
		color: #666666;
		display: inline-block;
		position: relative;
		margin-right: 1em;
	}
	.ir_menu_list>li.ir_menu_en a span::after {
		content: "";
		border: solid transparent 3px;
		border-top: solid #666666 3px;
		position: absolute;
		top: 0.5em;
		transform: rotate(-90deg) translateY(-0.5em);
		margin: 0 1em;
	}
	.ir_menu_sp .ir_menu_bg a{
		color: #fff;
		background-color: var(--bland);
		border-radius: 30px;
		text-decoration: none;
		padding: 10px 28px 10px 20px;
		height: 30px;
		max-width: 250px;
		margin: auto 15px;
		font-size: 12px;
	}
	.ir_menu_sp .ir_menu_bg a::after {
		right: 15px;
		width: 5px;
		height: 5px;
	}
	.ir_menu_sp .ir_menu_bg a:hover {
		transform:none;
	}
	.ir_menu_logo a{
		margin-left: 0;
		width: 60px;
	}
	.ir_menu_btn{
		display: block;
		position: relative;
		right: -5px;
		top: 0;
	}
	.ir_menu{
		margin: 0!important;
		width: 100vw!important;
		height: 0;
		overflow: auto;
		padding: 58px 15px 30px;
		position: fixed;
		left: 0;
		top: 0;		
		background: #fff;
		opacity: 0;
		z-index: -1;
		text-align: center;
		border-radius: 0;
		transform: translate(0px, 0);
		align-items: flex-start;
	}
	.is_open.ir_menu_wp .ir_menu {
		height: 100vh;
	}
	.ir_menu_btn{
		background: none;
	}
	.ir_menu_btn span{
		background: #007ab4;
	}
	.ir_menu_list{
		display: none;
		width: 100%;
		padding: 6vh 5vw;
		border-top: 1px solid #4abcf2;
	}
	.is_open.ir_menu_wp .ir_menu_list {
		display: block;
	}
	.ir_menu_list li{
		margin: 0 9px;
		position: relative;
		border-bottom: 1px solid #e6e6e6;
		text-align: left;
	}
	.ir_menu_list li a{
		padding: 15px 0;
	}
	.ir_menu_list li::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #4abcf2;
		border-right: 2px solid #4abcf2;
		transform: translateY(-50%) rotate(45deg);
	}
	.ir_menu_list li.ir_menu_bdr,.ir_menu_list li.ir_menu_bg{
		margin-top: 20px;
		border-bottom: none;
		text-align: center;
	}
	.ir_menu_list li.ir_menu_bdr{
		margin-top: 30px;
	}
	.ir_menu_list li.ir_menu_bdr a{
		height: auto;
		padding: 13px 0;
	}
	.ir_menu_list li.ir_menu_bg a{
		height: 60px;
	}
	.ir_menu_out::after{
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	}
	.ir_menu_wp.is_open .ir_menu_sp{
		box-shadow: none;
	}
	.ir_menu_list li.ir_menu_bdr::after{
		right: 28px;
	}
	
	
}

.ir_foot_wp{
	padding-top: 35px;
	background: #fff;
}
.ir_totop a{
	padding-top: 15px;
	position: relative;
	display: block;
	width: 110px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.625rem;
	font-weight: bold;
	text-decoration: none;
}
.ir_totop a::after{
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 3px);
	width: 6px;
	height: 6px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(-45deg);
}
.ir_footer{
	margin-top: 20px;
	padding: 50px 0 20px;
	background: radial-gradient(circle at top , #4dbdf2 20% ,#138dfc 100%);
	color: #fff;
}
.ir_footer a{
	text-decoration: none;
	color: #fff;
}
.ir_footer_menu{
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	font-size: 0.875rem;
}
.ir_footer_menu li{
	padding: 0 7px;
	border-right: 1px solid #fff;
	line-height: 1;
}
.ir_footer_menu li:last-child{
	border-right: none;
}
.ir_footer_menu_s{
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	font-size: 0.75rem;
}
.ir_footer_menu_s::before{
	content: '（';
}
.ir_footer_menu_s::after{
	content: '）';
}
.ir_footer_menu_s li::after{
	content: '／';
}
.ir_footer_menu_s li:last-child::after{
	display: none;
}
.ir_copyright{
	font-size: 0.625rem;
	text-align: center;
}

/* == index == */

.ir_idx_h1{
	margin: -8px 0 15px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	color: #4ABCF2;
}
.ir_idx_banner{
	margin-bottom: 110px;
}
.ir_idx_kv{
	padding: 20px;
	width: 800px;
}
.ir_idx_kv_in{
	display: block;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.ir_idx_banner .slick-dots li button{
	background: #ebebeb;
}
.ir_idx_banner .slick-dots li.slick-active button{
	background: #4bbcf4;
}
.ir_idx_banner .slick-dots{
	bottom: -25px;
}
.ir_idx_banner .slick-dots li{
	padding: 5px;
	margin: 0 1px;
}
.ir_idx_news_wp{
	margin-bottom: 120px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.ir_idx_news_wp .ir_links_pdf::after {
    transform: scale(0.75);
}
.ir_idx_news{
	width: 46.66%;
}
.ir_idx_news_tit{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 28px;
}
.ir_idx_h3{
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.2;
	color: #4ABCF2;
	text-align: center;
}
.ir_idx_news_more{
	font-weight: 700;
	color: #4ABCF2;
	text-decoration: none;
	border-bottom: 1px solid currentColor;
}
.ir_idx_news_more::after{
	content: '';
	position: relative;
	top: 2px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #4ABCF2;
	border-right: 2px solid #4ABCF2;
	transform: translateY(-50%) rotate(45deg);
}
.ir_idx_news_list{
	border-top: 1px solid #DBDBDB;
}
.ir_idx_news_list li{
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	font-size: 0.875rem;
	border-bottom: 1px solid #DBDBDB;
}
.ir_idx_news_list li a{
	text-decoration: none;
}
.ir_idx_news_time{
	width: 98px;
}
.ir_idx_news_con{
	width: calc(100% - 98px);
}
.ir_idx_dl{
	padding: 20px 26px 20px;
	width: 46.66%;
	border: 1px solid #D9D9D9;
}
.ir_idx_dl_lead{
	margin: 10px 0 15px;
	text-align: center;
	font-size: 0.875rem;
	font-weight: 700;
}
.ir_idx_dl_btn{
	margin-top: 22px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	border-radius: 30px;
	background: linear-gradient(-40deg, rgba(17,139,252,1) 0% ,rgba(78,191,242,1) 90%);
	color: #fff;
	text-decoration: none;
}
.ir_idx_dl_btn::after{
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 13px;
	background: url(../img/icon_dl.png) no-repeat;
	background-size: 100% 100%;
}
.ir_idx_h2{
	margin-bottom: 10px;
	font-size: 2.25rem;
	font-weight: 700;
	color: #4ABCF2;
	text-align: center;
}
.ir_idx_con_wp{
	padding: 110px 0 120px;
	background: #f3fbfe;
}
.ir_idx_con_lead{
	margin-bottom: 40px;
	text-align: center;
	font-weight: 700;
}
.ir_idx_con_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.ir_idx_con_list li{
	width: 31.78%;
	margin-bottom: 40px;
	background: #fff;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.ir_idx_con_text{
	padding: 15px 30px 20px;
	line-height: 1.4;
}
.ir_idx_con_text>div{
	padding: 7px 0;
}
.ir_idx_con_text h3{
	margin-bottom: 10px;
	border-bottom: 1px solid #DBDBDB;
}
.ir_idx_con_text h3 a,
.ir_idx_con_aflex h3 span{
	display: block;
	padding: 10px 0;
	position: relative;
	font-size: 1.375rem;
	font-weight: 700;
	color: #4ABCF2;
	text-decoration: none;
}
.ir_idx_con_text h3 a::after,
.ir_idx_con_aflex h3 span::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 2px;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentcolor;
	border-right: 2px solid currentcolor;
	transform: translateY(-50%) rotate(45deg);
}
.ir_idx_con_text .ir_links_pdf::after{
	transform: scale(0.75);
}
.ir_idx_con_w100{
	width: 100% !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ir_idx_con_w100 .ir_idx_con_pic{
	width: 50%;
}
.ir_idx_con_w100 .ir_idx_con_text{
	width: 50%;
}
.ir_idx_con_aflex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
}
.ir_idx_con_text h3 + p{
	padding: 5px 0;
	font-size: 0.875rem;
	line-height: 1.6;
}
.ir_idx_con_btn{
	height: 80px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	text-decoration: none;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	font-size: 1.375rem;
	font-weight: 700;
	color: #4ABCF2;
	text-decoration: none;
}
.ir_idx_con_btn::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 40px;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentcolor;
	border-right: 2px solid currentcolor;
	transform: translateY(-50%) rotate(45deg);
}
.ir_idx_cal_wp{
	padding: 110px 0 120px;
}
.ir_idx_cal_wp .ir_idx_h2{
	margin-bottom: 35px;
}
.ir_idx_follow{
	position: fixed;
	right: 0;
	bottom: 15px;
}
.ir_idx_follow_item{
	position: relative;
	margin-top: 10px;
	padding: 0 20px 0 16px;
	width: 220px;
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #C0AD6A;
	color: #fff;
	text-decoration: none;
	border-radius: 5px 0 0 5px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.2);
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}
.ir_idx_follow_item::before{
	content: '';
	margin-bottom: 8px;
	margin-top: 1px;
	width: 60px;
	height: 56px;
	background: url(../img/idx_follow.png) no-repeat;
	background-size: 100% 100%;
}
.ir_idx_follow_item::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.ir_idx_follow_item_cr2{
	background: #4abcf2;
}
.ir_idx_follow_item_cr2::before{
	height: 45px;
	background-image: url(../img/idx_follow02.png);
}
.ui_totop{
	opacity: 0;
	pointer-events: none;
}
.ui_totop.is_on{
    opacity: 1;
	pointer-events: auto;
}
.redu_wide{
	max-width: 980px;
	margin: 0 auto;
}
.bene_wide{
	max-width: 800px;
	margin: 0 auto;
}
.bene_wide .redu_btn01{
	width: 100%;
	/* background: #4abcf2; */
	margin-top: -20px;
}

@media only screen and (min-width: 0) and (max-width: 767px) { 
	.ir_idx_banner{
		margin-bottom: 80px;
	}
	.ir_idx_kv{
		padding: 4vw;
	}
	.ir_idx_kv_in {
		border-radius: 8px;
	    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	}
	.ir_idx_banner .slick-dots{
		bottom: -20px;
	}
	.ir_idx_news_wp{
		display: block;
		margin-bottom: 100px;
	}
	.ir_idx_news{
		width: 100%;
		margin-bottom: 60px;
	}
	.ir_idx_dl{
		padding: 25px 30px 30px;
		width: 100%;
	}
	.ir_idx_h3{
		font-size: 1.625rem;
	}
	.ir_idx_news_tit{
		align-items: flex-end;
		padding-bottom: 20px;
	}
	.ir_idx_news_more{
		font-size: 0.875rem;
	}
	.ir_idx_news_list li{
		display: block;
		padding: 17px 0;
	}
	.ir_idx_news_time{
		margin-bottom: 5px;
		width: 100%;
	}
	.ir_idx_news_con{
		width: 100%;
	}
	.ir_idx_dl_lead{
		margin-top: 15px;
	}
	.ir_idx_dl_btn{
		padding-right: 10px;
		font-size: 0.875rem;
	}
	.ir_idx_con_wp{
		padding: 80px 0 100px;
	}
	.ir_idx_h2{
		font-size: 1.875rem;
	}
	.ir_idx_con_lead{
		margin-bottom: 30px;
		font-size: 0.9375rem;
	}
	.ir_idx_con_list{
		display: block;
	}
	.ir_idx_con_list li{
		width: 100%;
		margin-bottom: 30px;
	}
	.ir_idx_con_text .ir_links_pdf::after{
		top: -2px;
	}
	.ir_idx_con_w100,.ir_idx_con_aflex{
		display: block;
	}
	.ir_idx_con_w100 .ir_idx_con_pic,.ir_idx_con_w100 .ir_idx_con_text{
		width: 100%;
	}
	.ir_idx_con_btn{
		padding: 5px 30px;
		justify-content: flex-start;
	}
	.ir_idx_con_btn::after{
		right: 30px;
	}
	.ir_idx_cal_wp{
		padding: 90px 0 100px;
	}
	.ir_idx_cal_wp .ir_idx_h2{
		margin-bottom: 20px;
	}
	.ir_idx_follow{
		bottom: 5px;
	}
	.ir_idx_follow_item{
		width: 120px;
		height: 80px;
		margin-top: 5px;
		padding-right: 10px;
		padding-left: 5px;
		font-size: 11px;
	}
	.ir_idx_follow_item::before{
		width: 43px;
		height: 41px;
		margin-bottom: 6px;
	}
	.ir_idx_follow_item::after{
		width: 6px;
		height: 6px;
		right: 8px;
	}
	.ir_idx_follow_item_cr2::before{
		height: 32px;
	}
	
	
	
}
/* == / index == */

.ir_path{
	display: flex;
	font-size: 0.875rem;
}
.ir_path li{
	color: #bababa;
}
.ir_path li::before{
    content: "";
    display: inline-block;
	vertical-align: middle;
	margin: -3px 10px 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}
.ir_path li:first-child::before{
	display: none;
}
.ir_path li a{
	color: #1a1a1a;
	text-decoration: none;
}
.ir_bnr_wp{
	position: relative;
	margin: 40px 0 0;
}
.ir_bnr_wp img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.ir_title_box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.ir_title_box h1 {
    font-size: 2.25rem;
	font-weight: 700;
    text-shadow: 0 0 10px rgb(0 0 0 / 40%);
	color: #fff;
	letter-spacing: 0.08em;
}
.ir_container{
	padding: 100px 0;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.ir_page_btn_box{
	margin-bottom: -30px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.ir_page_btn{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding: 20px 15px 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: calc((100% - 40px)/3.0001);
	min-height: 200px;
	border: 2px solid #4ABCF2;
	border-radius: 5px;
	text-decoration: none;
	font-size: 1.125rem;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
}
.ir_page_btn:nth-child(3n){
	margin-right: 0;
}
.ir_page_btn_pic{
	width: 90px;
	min-height: 90px;
	margin-top: 5px;
	margin-bottom: 20px;
}
.ir_page_btn_text{
	padding-top: 1px;
	min-height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ir_page_btn_text::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: -3px -5px 0 8px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #4ABCF2;
	border-right: 2px solid #4ABCF2;
	transform: rotate(45deg);
}
.ir_page_btn_pdf .ir_page_btn_text::after{
	width: 24px;
	height: 24px;
	background: url(../img/icon_pdf.png) no-repeat;
	background-size: 100% 100%;
	border: none;
	transform: rotate(0);
}
.ir_mtitle{
	margin: -20px 0 75px;
}
.ir_mtitle h1{
	font-size: 1.875rem;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
	color: #4ABCF2;
}
.ir_content p{
	line-height: 2.5;
	margin-bottom: 2.5em;
}
.ir_content p:last-child{
	margin-bottom: 0;
}
.ir_mess_lead{
	padding-top: 20px;
	font-size: 1.125rem;
	font-weight: 700;
	text-align: right;
}
.ir_mess_lead small{
	font-size: 0.875rem;
}
.ir_info{
	display: flex;
	padding: 30px 0;
	border-top: 1px solid #DBDBDB;
}
.ir_content .ir_info:last-of-type{
	border-bottom: 1px solid #DBDBDB;
}
.ir_info_date{
	min-width: 105px;
	max-width: 105px;
	padding: 1px 0;
	font-size: 0.875rem;
}
.ir_info_tit{
	padding-left: 15px;
	font-size: 1rem;
	font-weight: normal;
}
.ir_links{
	text-decoration: none;
}
.ir_links::after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 2px;
	margin-left: 6px;
	width: 6px;
	height: 6px;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.ir_links_pdf{
	text-decoration: none;
}
.ir_links_pdf::after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -3px;
	margin-left: 5px;
	width: 24px;
	height: 24px;
	background: url(../img/icon_pdf.png) no-repeat;
	background-size: 100% 100%;
}
.ir_links_blue{
	color: #007AB4;
	text-decoration: underline;
}
.ir_info_head{
	margin-top: -40px;
	padding: 10px 0 25px;
	display: flex;
	justify-content: space-between;
}
.ir_info_head h2{
	margin-top: 30px;
	font-size: 1.5rem;
	font-weight: 700;
}
.ir_info_sel select{
	position: relative;
	padding: 10px 15px 10px 15px;
	width: 150px;
	background: #fff;
	border: 1px solid #DBDBDB;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;;
	font-size: 0.875rem;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	background-image: url(../img/icon_arr_down.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 12px 8px;
	transition: background-image 0.1s;
	cursor: pointer;
}
.ir_info_sel select:open {
  outline: none;
  background-image: url(../img/icon_arr_up.png);
}
.ir_info_sel select option{
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.4;
}
.ir_info_th{
	width: 190px;
	color: #4ABCF2;
	font-size: 0.875rem;
}
.ir_info_td{
	width: calc(100% - 190px);
	font-size: 0.875rem;
}
.ir_info_td a{
	color: #4ABCF2;
}
.ir_info_sort{
	margin: 50px 0 27px;
	position: relative;
	padding-left: 22px;
	font-size: 1.25rem;
	font-weight: 700;
}
.ir_info_sort::before{
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #4ABCF2;
}
.ir_info_head+div .ir_info_sort{
	margin-top: 10px;
}
.ir_faq{
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid #DBDBDB;
	font-size: 0.875rem;
}
.ir_content .ir_faq:first-child{
	border-top: 1px solid #DBDBDB;
}
.ir_faq .ir_open_btn{
	padding: 10px 60px 10px 30px;
}
.ir_faq::before{
	content: 'Q';
	position: absolute;
	left: 0;
	top: 30px;
	color: #4ABCF2;
}
.ir_faq .ir_open_box::before{
	content: 'A';
	position: absolute;
	left: 0;
	top: 18px;
	color: #4ABCF2;
}
.ir_faq_in{
	padding: 18px 100px 10px 30px;
}
.ir_faq_in p{
	line-height: 1.6;
}
.ir_faq_in a{
	color: #4ABCF2;
}
[class *= "ir_info_mark"]{
	margin-right: 15px;
	min-width: 116px;
	max-width: 116px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #4ABCF2;
	color: #fff;
	font-size: 0.75rem;
	border-radius: 3px;
}
.ir_info_mark_pink{
	background: #D864D6;
}
.ir_info_mark_purple{
	background: #9464F4;
}
.ir_info_mark_blue{
	background: #206DDF;
}
.ir_info_mark_teal{
	background: #0A8FA7;
}
.ir_info_mark_green{
	background: #4CB22C;
}
.ir_info_mark_orange{
	background: #E47526;
}
.ir_info_mark_red{
	background: #EA4949;
}
.ir_tab .ir_links::after{
	display: none;
}
.ir_tab .ir_info_date{
	font-size: 1rem;
}
.ir_tab_nav{
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.ir_tab_btn{
	width: calc((100% - 30px)/4.0001);
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #EDECEC;
	border-radius: 25px;
	font-weight: 700;
	cursor: pointer;
}
.ir_tab_btn.is_on{
	background: #4ABCF2;
	color: #fff;
}
.ir_tab_data{
	display: none;
}
.ir_tab_body{
	opacity: 0;
}
.ir_tab_body.is_show{
	opacity: 7;
	transition: 0.3s;
}
.ir_split{
	padding: 60px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ir_split_btn{
	width: 70px;
	height: 70px;
	margin: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #4ABCF2;
	border-radius: 50%;
	color: #4ABCF2;
	text-decoration: none;
}
.ir_split_btn.is_on{
	background: #4ABCF2;
	color: #fff;
	pointer-events: none;
	cursor: auto;
}
.ir_split_prev,.ir_split_next{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #4ABCF2;
}
.ir_split_prev::after,.ir_split_next::after{
	content: '';
	width: 6px;
	height: 6px;
	border-top: 2px solid currentcolor;
	border-right: 2px solid currentcolor;
	transform: rotate(45deg);
}
.ir_split_prev::after{
	transform: rotate(225deg);
}
.ir_news_reader{
	margin-top: 50px;
	display: flex;
	align-items: center;
}
.ir_news_reader>p{
	margin-left: 30px;
	line-height: 1.6;
}
.ir_high_wide{
	max-width: 1100px;
}
.ir_hl_tips{
	height: 500px;
	background: #bfbfbf;
	font-size: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ir_secbox{
	padding-bottom: 70px;
	margin-bottom: 70px;
	border-bottom: 1px solid #DBDBDB;
	font-size: 0.875rem;
}
.ir_content .ir_secbox:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.ir_secbox>*:last-child{
	margin-bottom: 0;
}
.ir_secbox p{
	line-height: 2;
}
.ir_secbox .ir_h2:first-child{
	margin-top: 0;
}
.ir_h2{
	margin: 60px 0 35px;
	font-size: 1.5rem;
	line-height: 1.4;
	color: #4ABCF2;
}
.ir_vis_h3{
	margin: 50px 0 20px;
	font-size: 1rem;
	color: #4ABCF2;
}
.ir_list_cir{
	margin-bottom: 25px;
}
.ir_list_cir li{
	padding: 2px 0;
	position: relative;
	padding-left: 18px;
}
.ir_list_cir li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #4ABCF2;
}
.ir_vis_pic{
	margin: 20px 0 40px;
}
.ir_vis_flex{
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.ir_vis_dt{
	width: 100%;
	margin-bottom: 25px;
	padding-right: 50px;
	font-weight: 700;
}
.ir_vis_dd{
	border-left: 6px solid #DBDBDB;
	padding: 0 40px 0 15px;
	font-size: 1rem;
	line-height: 1.3;
}
.ir_vis_dd strong{
	padding: 0 3px 0 8px;
	font-size: 2rem;
	font-weight: 700;
	color: #4ABCF2;
}
.ir_vis_flex .ir_vis_dd:last-child{
	padding-right: 0;
}
.ir_vis_text01{
	margin-bottom: 0 !important;
}
.ir_vis_h4{
	margin-bottom: 8px;
}
.ir_ris_point{
	margin-bottom: 8px;
	display: flex;
	align-items: flex-start;
	font-size: 1rem;
	font-weight: 700;
}
.ir_ris_point>span{
	content: '';
	margin: -2px 10px 0 0;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #4ABCF2;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: normal;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ir_arr_down{
	margin: 0 auto 15px;
	width: 0;
	height: 0;
	border: none;
	border-style: solid;
	border-color: #4ABCF2 transparent transparent transparent;
	border-width: 19px 13px 0 13px;
}
.ir_content p + .ir_arr_down{
	margin-top: -1.6em;
}
.ir_ris_linebox{
	position: relative;
	margin-bottom: 65px;
	padding: 35px 30px;
	border: 1px solid #4ABCF2;
}
.ir_ris_mark{
	position: absolute;
	left: 0;
	top: 0;
	padding: 1px 10px 3px;
	background: #4ABCF2;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	line-height: 1.2;
}
.ir_ris_sec{
	padding-bottom: 100px;
	margin-bottom: 100px;
}
.ir_ris_lead{
	margin-bottom: 70px !important;
}

.ir_ind_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}
.ir_ind_list li{
	width: 148px;
	height: 148px;
	border-radius: 74px;
	background: linear-gradient(-40deg, rgba(17,139,252,1) 0% ,rgba(78,191,242,1) 90%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.25rem;
	text-align: center;
	line-height: 1.4;
	position: relative;
}
.ir_ind_list li::before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: none;
	border-style: solid;
	border-color: #a4ddf8 transparent transparent transparent;
	border-width: 18px 10px 0 10px;
	top: 50%;
	left: -30px;
	transform: translateY(-50%) rotate(-90deg);
}
.ir_ind_list li:first-child::before{
	display: none;
}
.ir_ind_box01{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}
.ir_ind_col01{
	width: 45%;
}
.ir_ind_col02{
	width: 48%;
}
.ir_ind_h301{
	font-size: 1.75rem;
	color: #4ABCF2;
	margin-bottom: 20px;
}
.ir_ind_col02 p{
	margin-bottom: 20px;
}
.ir_ind_item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.ir_ind_item li{
	width: 49%;
	margin-bottom: 10px;
}
.ir_ind_item li a{
	display: block;
	border: 1px #4ABCF2 solid;
	border-radius: 30px;
	text-align: center;
	padding: 10px 20px 10px 10px;
	text-decoration: none;
	color: #4ABCF2;
	position: relative;
}
.ir_ind_item li a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 6px;
	height: 6px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.ir_ind_reverse{
	flex-direction: row-reverse;
}
.ir_ind_share{
	background: #f8f8f8;
	padding: 60px 0 40px;
	margin-bottom: 110px;
}
.ir_ind_share .ir_container{
	padding: 0;
}
.ir_ind_h302{
	font-size: 1.5rem;
	position: relative;
	text-align: center;
	margin: 0 auto 35px;
	max-width: 400px;
}
.ir_ind_h302::before,
.ir_ind_h302::after{
	content: "";
	position: absolute;
	top: 50%;
	left: -40px;
	width: 20px;
	height: 3px;
	background-color: #4abcf2;
	transform: translateY(-50%);
}
.ir_ind_h302::after{
	content: "";
	position: absolute;
	right: -40px;
	left: auto;
}
.ir_ind_plan{
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 87%;
}
.ir_ind_plan div{
	position: relative;
	margin-bottom: 10px;
}
.ir_ind_plan p{
	content: "";
	position: absolute;
	text-align: center;
	font-size: 1.63rem;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-weight: 600;
}
.ir_ind_plan span{
	font-size: 0.875rem;
	color: #4ABCF2;
	text-align: right;
	position: relative;
	padding-right: 15px;
	float: right;
	border-bottom: 1px #4ABCF2 solid;
}
.ir_ind_plan span::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.gov_font_b{
	font-weight: bold;
	line-height: 2 !important;
}
.ir_gov_pic{
	margin: 60px auto 0;
}
.div_img01{
	max-width: 600px;
	margin: 0 auto;
}
.div_img01 img{
	margin-top: 10px;
}
.page_news .ir_info_sel select{
	width: 110px;
	padding-left: 25px;
}
.page_news .ir_info_head{
	margin-top: 0;
}
.page_news .ir_info_head h2{
	font-size: 26px;
}
.ir_ind_con_text{
	margin-bottom: 30px;
}
.ir_ind_cal .ir_idx_h2 {
    margin-bottom: 35px;
}
.ir_ind_cal{
	padding-bottom: 120px;
}

.redu_bg01{
	background: #f2efe1;
}
.redu_kv{
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 30px 0 70px;
}
.redu_kv h1{
	font-size: 4.25rem;
	color: #4abcf2;
	font-weight: bold;
	line-height: 1.4;
}
.redu_tits{
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 40px;
}
.redu_kv p{
	line-height: 1.9;
}
.redu_whitebg{
	background: #fff;
	padding: 130px 0;
}
.redu_h201{
	text-align: center;
	font-size: 2.25rem;
	margin-bottom: 40px;
}
.redu_flex{
	display: flex;
	justify-content: space-between;
}
.redu_navi{
	display: flex!important;
}
.redu_navi li{
	width: 48.5%;
	border: 4px #f2efe1 solid;
	border-radius: 10px;
	text-align: center;
}
.redu_navi li a{
	text-decoration: none;
	display: block;
	padding: 30px 32px 20px 0;
}
.redu_navi li div{
	margin-bottom: 15px;
}
.redu_navi li p{
	font-size: 1.5rem;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
.redu_navi li p::after{
	content: "";
	position: absolute;
	bottom: 6px;
	right: -30px;
	width: 12px;
	height: 12px;
	border-top: 3px solid #4abcf2;
	border-right: 3px solid #4abcf2;
	transform: translateY(-65%) rotate(135deg);
}
.redu_navi li p img{
	margin-top: -3px;
	margin-right: 10px;
}
.redu_wppd{
	padding: 130px 0 0;
}
.redu_infobox{
	align-items: center;
	margin-bottom: 70px;
}
.redu_col01{
	width: 58%;
}
.redu_col02{
	width: 40%;
}
.redu_tit01{
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.redu_tit01 img{
	max-width: 67px;
	margin-right: 20px;
}
.redu_tit01 h3{
	color: #49bbe8;
	font-size: 2.6rem;
	line-height: 1;
}
.redu_col01 p{
	font-size: 1.1rem;
	line-height: 2.1;
}
.redu_col01 p strong{
	font-size: 1.88rem;
}
.redu_whitebox{
	background: #fff;
	border-radius: 20px;
	padding: 70px 30px 30px;
	margin-bottom: 90px;
}
.redu_tac{
	text-align: center;
}
.ui_mb0{
	margin-bottom: 0!important;
}
.ui_mb15{
	margin-bottom: 15px;
}
.ui_mb20{
	margin-bottom: 20px;
}
.ui_mb40{
	margin-bottom: 40px;
}
.ui_mb50{
	margin-bottom: 50px;
}
.ui_mb70{
	margin-bottom: 70px;
}
.redu_bluebox{
	background: #4abcf2;
	border-radius: 10px;
	padding: 50px 100px;
}
.redu_bluebox p{
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.redu_bluebox p strong{
	font-size: 2rem;
	border-bottom: 2px #fff solid;
}
.redu_bluebox a{
	width: 100%;
	background: #fff;
	border-radius: 30px;
	text-align: center;
	font-size: 1.1rem;
	display: block;
	padding: 15px 0;
	text-decoration: none;
	font-weight: bold;
	position: relative;
}
.redu_bluebox a::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 64%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #4abcf2;
	border-right: 2px solid #4abcf2;
	transform: translateY(-50%) rotate(45deg);
}
.id_por{
	position: relative;
	top: -50px;
}
.redu_img01{
	margin-bottom: -50px;
}
.redu_tit02{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	margin-bottom: 90px;
}
.redu_tit03{
	font-size: 1.6rem;
	font-weight: bold;
	color: #4abcf2;
	text-align: center;
	margin-bottom: 20px;
}
.redu_table{
	width: 100%;
	margin-bottom: 30px;
}
.redu_table th,
.redu_table td{
	padding: 15px 0;
	text-align: center;
	font-size: 1.25rem;
	border-bottom: 2px #f2eee2 solid;
	border-right: 2px #f2eee2 solid;
}
.redu_table th{
	background: #4abcf2;
	color: #fff;
	font-weight: bold;
}
.redu_table td{
	background: #fff;
}
.redu_txt01{
	font-size: 0.875rem;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 50px;
}
.redu_txt01 strong{
	display: inline-block;
	margin-right: 20px;
}
.redu_btn01{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	border-radius: 35px;
	background: linear-gradient(-40deg, rgba(60,164,251,1) 0% ,rgba(78,191,242,1) 90%);
	color: #fff;
	text-decoration: none;
	width: 78%;
	margin: 0 auto 150px;
	font-size: 1.1rem;
	font-weight: bold;
}
.redu_btn01::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 85%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}
.bene_line{
	border-bottom: 1px #DBDBDB solid;
	padding-bottom: 70px;
	margin-bottom: 70px;
}
.bene_h201{
	font-size: 1.5rem;
	color: #4ABCF2;
	margin-bottom: 10px;
}
.bene_note{
	font-size: 0.75rem;
}
.bene_tit01{
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.bene_tit01 span{
	font-size: 0.875rem;
	font-weight: normal;
	margin-left: 10px;
}
.bene_list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}
.bene_box .redu_table{
	margin-bottom: 0;
}
.bene_box .redu_table td{
	background: #f8f8f8;
}
.bene_box .redu_table th, 
.bene_box .redu_table td{
	border-bottom: 2px #fff solid;
	border-right: 2px #fff solid;
}
.redu_img04{
	margin-left: -3.6%;
}

@media screen and (min-width:1200px) { /*PC*/

}
@media only screen and (min-width: 768px) and (max-width: 1199px) { /*PAD*/

}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
	body {
		padding-top: 74px;
	}
	.ir_footer{
		background: radial-gradient(circle at top , rgba(77,189,242,1) 20% ,rgba(20,141,252,1) 100%);
	}
	.ir_footer_menu{
		display: block;
	}
	.ir_footer_menu li{
		padding: 8px 0;
		border: none;
	}
	.ir_footer_menu_s{
		display: block;
		margin-bottom: 40px;
	}
	.ir_footer_menu_s li{
		padding: 2px 0;
		border: none;
	}
	.ir_footer_menu_s::before,.ir_footer_menu_s::after,.ir_footer_menu_s li::after{
		display: none;
	}
	.ir_path{
		font-size: 0.75rem;
		display: inline;
	}
	.ir_path li{
		display: inline;
	}
	.ir_bnr_wp img{
		height: 66.67vw;
	}
	.ir_title_box h1{
		font-size: 1.875rem;
	}
	.ir_container{
		width: 92vw;
		margin: 0 auto;
		padding: 60px 0 110px;
	}
	.ir_page_btn_box{
		margin-bottom: -20px;
	}
	.ir_page_btn{
		margin-bottom: 10px;
		width: 100%;
		min-height: 90px;
		margin-right: 0 !important;
		height: auto;
		font-size: 1.125rem;
		padding: 5px 20px;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		text-align: left;
	}
	.ir_page_btn_pic{
		margin: 0 18px 0 0;
		width: 50px;
		min-height: 50px;
	}
	.ir_page_btn_text{
		margin: 18px 0;
	}
	.ir_page_btn_text::after{
		position: absolute;
		top: calc(50% - 4px);
		right: 20px;
		margin: 0;
	}
	.ir_page_btn_pdf .ir_page_btn_text::after{
		top: calc(50% - 12px);
	}
	.ir_mtitle{
		margin: -5px 0 55px;
	}
	.ir_mess_lead{
		padding-top: 10px;
		line-height: 1.2 !important;
	}
	.ir_info_head{
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 20px;
	}
	.ir_info_head h2{
		margin-top: 45px;
		font-size: 1.375rem;
	}
	.ir_info{
		padding: 20px 0;
		flex-wrap: wrap;
	}
	.ir_info_tit{
		padding: 5px 0 0;
		width: 100%;
	}
	.ir_info_th{
		width: 100%;
		margin-bottom: 5px;
	}
	.ir_info_td{
		width: 100%;
	}
	.ir_info_td a{
		font-size: 0.8125rem;
	}
	.ir_info_sort{
		margin-bottom: 20px;
		font-size: 1.125rem;
	}
	.ir_info_sort::before{
		width: 8px;
		height: 8px;
	}
	.ir_info_head+div .ir_info_sort {
	    margin-top: 15px;
	}
	.ir_faq{
		padding: 10px 0;
	}
	.ir_faq .ir_faq_in{
		padding-top: 10px;
		padding-right: 50px;
	}
	.ir_faq::before{
		top: 20px;
	}
	.ir_faq .ir_open_box::before{
		top: 11px;
	}
	.ir_tab_nav{
		flex-wrap: wrap;
	}
	.ir_tab_btn{
		width: calc((100% - 10px)/2.0001);
		margin-bottom: 10px;
		font-size: 0.9375rem;
	}
	[class *= "ir_info_mark"]{
		margin-left: -5px;
	}
	.ir_tab .ir_info_tit{
		padding-top: 8px;
	}
	.ir_split{
		margin-left: -3vw;
		margin-right: -3vw;
	}
	.ir_split_btn{
		margin: 0 7px;
		width: 60px;
		height: 60px;
		font-size: 0.875rem;
	}
	.ir_split_prev, .ir_split_next{
		width: 30px;
		height: 30px;
	}
	.ir_news_reader{
		display: block;
	}
	.ir_news_reader>div{
		width: 158px;
	}
	.ir_news_reader>p{
		margin: 15px 0 0 0;
	}
	.ir_hl_tips{
		height: 400px;
		font-size: 1.5rem;
	}
	.ir_h2{
		margin: 60px 0 25px;
	}
	.ir_secbox p{
		line-height: 1.8;
	}
	.ir_vis_h3{
		margin: 60px 0 15px;
	}
	.ir_vis_text01{
		margin-top: 60px;
		text-align: center;
	}
	.ui_scroll{
		position: relative;
		overflow-x: scroll;
		width: 100%;
	}
	.table_scr_mark{
		position: sticky;
		left: 50%;
		top: 50%;
		width: 150px;
		height: 0;
		transition: 0.7s;
	}
	.table_scr_mark::after{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 150px;
		background: url(/img/img_scroll.png) no-repeat;
		background-size: 100% 100%;
		transform: translateX(-50%) translateY(-50%);
	}
	.ui_scroll.is_on .table_scr_mark{
		opacity: 0;
	}
	.ir_vis_pic_box{
		width: 250%;
	}
	.ir_list_cir{
		margin-bottom: 30px;
	}
	.ir_vis_flex{
		display: block;
	}
	.ir_vis_dt{
		margin-bottom: 20px;
	}
	.ir_vis_dd{
		margin-bottom: 20px;
		line-height: 1.2;
	}
	.ir_vis_h4{
		margin-bottom: 5px;
	}
	.ir_ris_lead{
		margin-bottom: 80px !important;
	}
	.ir_ris_point{
		padding-top: 5px;
	}
	.ir_ris_linebox{
		padding: 35px 15px;
	}
	.ir_ind_list{
		flex-wrap: wrap;
		justify-content: center;
		margin-top: -5px;
		margin-bottom: 60px;
	}
	.ir_ind_list li{
		width: 102px;
		height: 102px;
		border-radius: 51px;
		margin-right: 5.4%;
		font-size: 0.875rem;
		margin-bottom: 10px;
	}
	.ir_ind_list li:nth-child(3n){
		margin-right: 0;
	}
	.ir_ind_list li::before{
		border-width: 10px 6px 0 6px;
		left: -15px;
	}
	.ir_ind_list li:first-child::before{
		display: none;
	}
	.ui_mb30sp{
		margin-bottom: 30px;
	}
	.ui_mb40sp{
		margin-bottom: 40px;
	}
	.ir_ind_box01{
		display: block;
		padding: 0 2%;
	}
	.ir_ind_box01:last-child{
		margin-bottom: 0;
	}
	.ir_ind_col01, .ir_ind_col02{
		width: 100%;
	}
	.ir_ind_col01{
		margin-bottom: 30px;
	}
	.ir_ind_h301{
		font-size: 1.5rem;
		line-height: 1.4;
	}
	.ir_ind_item{
		display: block;
	}
	.ir_ind_item li{
		width: 100%;
	}
	.ir_ind_item li a{
		font-size: 0.93rem;
		padding: 12px;
	}
	.ir_ind_item li a::after{
		right: 20px;
	}
	.ir_ind_h302{
		max-width: 75%;
		line-height: 1.4;
		margin-bottom: 35px;
	}
	.ir_ind_share{
		padding: 90px 0 70px;
	}
	.ir_ind_plan{
		display: block;
		width: 100%;
	}
	.ir_ind_plan li{
		margin-bottom: 80px;
	}
	.ir_ind_plan li:last-child{
		margin-bottom: 40px;
	}
	.ir_ind_plan p{
		font-size: 1.5rem;
	}
	.ir_ind_reverse{
		margin-bottom: -20px !important;
	}
	.ir_gov_pic_box{
		width: 192%;
	}
	.ir_ind_con_text{
		margin-bottom: 0;
	}
	.ir_ind_cal .ir_idx_h2 {
	    margin-bottom: 20px;
	}
	.ir_ind_cal{
		padding-bottom: 100px;
	}

	.redu_kv{
		width: 92vw;
		margin: 0 4vw;
		display: block;
		padding-bottom: 50px;
	}
	.redu_kv h1{
		font-size: 12vw;
		margin-bottom: 5px;
	}
	.redu_tits{
		font-size: 5vw;
		margin-bottom: 20px;
	}
	.redu_kv p{
		font-size: 4vw;
		margin-bottom: 20px;
		line-height: 1.7;
	}
	.redu_whitebg{
		padding: 80px 0;
	}
	.redu_h201{
		font-size: 6vw;
		margin-bottom: 25px;
	}
	.redu_navi li{
		border-width: 2px;
		border-radius: 5px;
	}
	.redu_navi li span{
		position: absolute;
		left: 7px;
		top: 5px;
		width: 24px;
		display: block;
	}
	.redu_navi li a{
		padding: 15px 15px 40px;
		position: relative;
	}
	.redu_navi li div{
		width: 40%;
		margin: 0 auto 5px;
	}
	.redu_navi li p{
		font-size: 5vw;
		line-height: 1.4;
	}
	.redu_navi li p::after{
		left: 45%;
		bottom: -25px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #4abcf2;
		border-right: 2px solid #4abcf2;
	}
	.redu_wppd{
		padding: 70px 0 15px;
	}
	.redu_flex{
		display: block;
	}
	.redu_col01{
		width: 100%;
		margin-bottom: 20px;
	}
	.redu_tit01{
		display: block;
		text-align: center;
	}
	.redu_tit01 img{
		max-width: 42px;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.redu_tit01 h3{
		font-size: 8vw;
	}
	.redu_col01 p{
		text-align: center;
		font-size: 4.7vw;
		line-height: 1.6;
	}
	.redu_col01 p strong{
		font-size: 6vw;
	}
	.redu_col02{
		width: 92%;
		margin: 0 4%;
	}
	.redu_whitebox{
		padding: 40px 15px 50px;
		margin-bottom: 110px;
	}
	.redu_img02{
		width: 45%;
		margin: 0 auto;
	}
	.redu_bluebox{
		border-radius: 5px;
		padding: 30px 20px;
		text-align: center;
	}
	.redu_bluebox p{
		font-size: 4.8vw;
		line-height: 1.7;
	}
	.redu_bluebox p strong{
		font-size: 9.4vw;
	}
	.redu_bluebox a{
		font-size: 4vw;
		padding: 13px 0;
	}
	.redu_bluebox a::after {
		content: "";
		top: 50%;
		left: 86%;
	}
	.redu_wide{
		width: 92vw;
		margin: 0 4vw;
	}
	.ui_mb0sp{
		margin-bottom: 0;
	}
	.redu_img01{
		margin-top: -10px;
		margin-bottom: -10px;
	}
	.redu_tit02{
		font-size: 5.7vw;
		line-height: 1.7;
	}
	.redu_tit03{
		font-size: 6.8vw;
	}
	.redu_table{
		margin-bottom: 20px;
	}
	.redu_table th{
		font-size: 4.8vw;
	}
	.redu_table td{
		font-size: 4.5vw;
	}
	.redu_txt01 strong{
		width: 23%;
		font-size: 4.8vw;
	}
	.redu_txt01 p{
		width: 76%;
	}
	.redu_btn01{
		width: 100%;
		text-align: center;
		font-size: 4.5vw;
		margin-bottom: 100px;
	}
	.redu_btn01::after{
		left: 90%;
	}
	.id_por{
		top: -70px;
	}
	.bene_h201{
		font-size: 6.8vw;
	}
	.bene_tit01{
		font-size: 4.7vw;
		line-height: 1.2;
	}
	.bene_tit01 span{
		font-size: 3.3vw;
	}
	.bene_list {
		flex-wrap: wrap;
		margin-bottom: 35px;
	}
	.bene_list li{
		width: 48.6%;
		margin-bottom: 10px;
	}
	.bene_wide{
		width: 92vw;
		margin: 0 4vw;
	}
	
	
	
}


















