:root{
	--main-color:#43428a;
	--message-color:#F18E10;
	--news-color:#6FBA2C;
	--topics01-color:#00AAC3;
	--topics02-color:#B68D5D;
}

body{
	overflow: hidden;
}

/* ------------------------------------
	header
------------------------------------ */
#global_header .sub_menu > ul li a {
    background: none;
    color: var(--main-color);
    padding: 10px 30px;
    border-radius: 5px;
    background-image: linear-gradient(white, white), linear-gradient(to right, #363581, #B4B4EC 50%, #363581);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    border: 2px solid transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#global_header .sub_menu > ul li a:hover{
	background:#363581;
	color:#FFF;
}
#global_header .sub_menu > ul li a:hover img{
    filter: brightness(0) invert(1);
}
#global_header .sub_menu > ul li a > span{
	display: block;
	text-align: center;
	width: 100%;
}
/*　ハンバーガーボタン　*/
#global_header .hamburger {
    border-radius: 5px;
	margin-left:4px;
	background-color: #525255;
}
@media only screen and (max-width: 768px) {
    #global_header .sub_menu > ul li a img{
		position: absolute;
		top: 4px;
		width: auto;
		height: 23px;
	}
}

/* ------------------------------------
	globalNav
------------------------------------ */
#global_nav ul {
    height:100%;
}
#global_nav ul li:hover::after,
#global_nav a.active::after {
	width:0;
	height:0;
	left:50%;
	transform: translateX(-50%);
	bottom: 2px;
	border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #F6A900;
	content: '';
	position: absolute;
	transition-duration: .5s;
}
#global_nav a {
    display: block;
	width:100%;
	height:100%;
}
#global_nav li:first-child:hover a,
#global_nav a.active {
	color:var(--main-color);
}
/* ------------------------------------
	cont_header
------------------------------------ */
/* cont_header visual 上半期トピックス */
.cont_header.visual{
	height:241px;
}
.cont_header.visual.enquete::after {
	background:url(../img/news_header_bg_pc.png) center center no-repeat;
	background-size:cover;
}
/* cont_header visual 特集1 */
.cont_header.visual.topics1::after {
	background: #363581 url(../img/topics1/header_bg_pc.png) right center no-repeat;
	background-size: auto 240px;
}
/* cont_header visual 特集2 */
.cont_header.visual.topics2::after{
	background:#363581 url(../img/topics2/header_bg_pc.png) right center no-repeat;
	background-size: auto 240px;
}
/* cont_header visual 特集3 */
.cont_header.visual.topics3::after{
	background:#363581 url(../img/topics3/header_bg_pc.png) right center no-repeat;
	background-size: auto 240px;
}
.earth {
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 307px;
}
@media only screen and (max-width: 768px) {
	.cont_header.visual{
	height:auto;
	}
    .cont_header.visual::after {
		background:url(../img/top-header-img-4-sp.png) no-repeat left top 14px,url(../img/top-header-img-3-sp.png) no-repeat right top !important;
		background-size:auto 210px,auto 210px !important;
	}
	.cont_header.visual.topics3::after {
		background:none !important;
	}
    #pg_index .cont_header.visual::after {
		background-position:left bottom 100px, right top !important;
	}
	.cont_header.visual.enquete::after {
		background: url(../img/top_news_sp.png) top center no-repeat;
		background-size: cover;
	}
    .cont_header.visual h1 {
        color: #FFF;
		text-shadow: none;
    }
	#t-label{
		margin-bottom:0;
		margin-right:.5em;
	}
	.banner.cont_page01:after{
		background-position:top  center;
	}
	.banner.cont_page02:after{
		background-position:bottom +1.5vw center;
	}
}
#t-label {
	display: inline-flex;
    background-color: #fff;
    width: 85px;
    height: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    color: #363581;
}

/* ------------------------------------
	cont_menu
------------------------------------ */
#cont_menu {
    margin: 0 auto 75px;
}
#cont_menu ul li {
    min-width:calc(800px / 3);
    margin:0;
}
#cont_menu ul li:nth-of-type(4),
#cont_menu ul li:last-child{
	width: 100%;
}
#cont_menu ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 0.5em solid #F6A900;
    background:none;
    border-radius: 0;
}
@media only screen and (max-width: 820px) {
	#cont_menu ul li:first-child,
	#cont_menu ul li:nth-of-type(2),
	#cont_menu ul li:nth-of-type(3){
		min-width:225px;
	}
}
/* heading */
.cont_header h1{
	text-shadow: 0px 0px 3px #383683,0px 0px 3px #383683,0px 0px 3px #383683,0px 0px 3px #383683;
}

/* ------------------------------------
	message
------------------------------------ */
#pg_index .cont_header.visual {
	height: 290px;
	background: url(../img/page_header_bg.png) right 50px center no-repeat,linear-gradient(to right, #363581, #1B1B41)
}
.cont_header.visual.large {
    width:100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
#message .top-message {
    padding: 20px 0 0 0px;
}
#message .top-name {
    padding: 10px 0 20px 0px;
}
.cont_header.visual.message{
	background: url(../img/message/header_bg_pc_img.png) right no-repeat, linear-gradient(to right, #363581, #1B1B41);
	background-size: auto 351px, cover;
}
.cont_header.visual.message .wrap {
	max-width:1100px;
	z-index: 1;
}
@media only screen and (max-width: 768px) {
	#message .cont_header.visual{
		background: url(../img/message/header_bg_sp_img.png) right no-repeat, linear-gradient(to right, #363581, #1B1B41);
		justify-content: flex-end;
		background-size:auto calc(240px + 240 * 0.03vw);
		background-position: center top,left top !important;
	}
	.cont_header.visual.topics1{
		display: inline-flex;
		flex-direction: column;
		width:100%;
		background: url(../img/topics1/header_bg_sp_img.png) right no-repeat, linear-gradient(to right, #363581, #1B1B41);
		justify-content: flex-end;
		background-size:auto calc(240px + 240 * 0.03vw);
		background-position: center top,left top !important;
		min-height:332px;
	}
	.cont_header.visual.topics2{
		display: inline-flex;
		flex-direction: column;
		width:100%;
		background: url(../img/topics2/header_bg_sp_img.png) right no-repeat, linear-gradient(to right, #363581, #1B1B41);
		justify-content: flex-end;
		background-size:auto calc(240px + 240 * 0.03vw);
		background-position: center top,left top !important;
		min-height:332px;
	}
	.cont_header.visual.topics3{
		display: inline-flex;
		flex-direction: column;
		width:100%;
		background: url(../img/topics3/header_bg_sp_img.png) no-repeat, #dbebff;
		justify-content: flex-end;
		background-size: 375px auto;
		background-position: center top 27px !important;
		min-height:332px;
	}
	.cont_header.visual.message .wrap{
		padding-bottom:0;
	}
	#message .top-message,
	#message .top-name{
		padding-left:0;
	}
}
@media only screen and (max-width: 768px) {
	.cont_header.visual.message .wrap{
		width:100%;
		order:2;
	}
    .cont_header.visual.message .wrap::after {
        content: none;
    }
	#message .top-message_wrap,
	header.topics1 .wrap,
	header.topics2 .wrap,
	header.topics3 .wrap{
		background-color: #1b1b41;
		padding:19px 4%;
		width:100%;
		order: 2;
	}
	#message .top-message{
		margin-bottom:0;
	}
    #message .top-message,
    #message .top-name {
		padding-top:0;
		padding-bottom:0;
    }
	#message .top-name{
		margin-top:0;
		margin-bottom:0;
		font-size:2rem !important;
	}
    .cont_header.visual.message h1 {
        font-size: 2.8rem;
        order: -2;
        margin-bottom: 0;
    }
    #message .cont_header img {
        z-index: 1;
        width: 50%;
        height: auto;
    }
}

@media only screen and (max-width: 400px) {
	#message .cont_header.visual{
		margin-bottom:40px !important;	
	}
	.cont_header.visual.message::after{
		background-position-y:center ;
	}
}
/* ------------------------------------
	topics1
------------------------------------ */
.base_wrap h2.topics1 a{
	color: var(--main-color);
}
body.topics1 h3{
	font-size: 20px;
	margin-bottom:30px;
}
body.topics1 .base_wrap:nth-of-type(2){
	margin-bottom:60px;
}
body.topics1 .message-img-content a{
	display: block;
	margin-bottom:15px;
}
body.topics1 hr{
	margin-bottom: 50px;
    max-width: 800px;
}
.sns_area{
	width:fit-content;
	background:#EBEBFA;
	padding:25px;
	height:72px;
	display: flex;
	align-items: center;
	justify-content:space-between;
	color:var(--main-color);
	font-weight: bold;
	gap:32px;
	font-size: 15px;
}
.sns_area > a{
	text-decoration: none;
	color:var(--main-color) !important;
}
.sns_area span{
	display: flex;
	align-items: center;
	gap: 15px;
}
.sns_area span a::after{
	content: none;
}
.sns_area span img{
	width:48px;
	height:48px;
	vertical-align: middle;
}
@media (max-width:768px){
	.sns_area{
		margin:auto;
		display: flex;
		gap:1em;
		flex-direction: column;
		height: 100%;
	}
}
/* ------------------------------------
	topics2
------------------------------------ */
table.four_column thead tr th,
table.four_column tbody tr th,
table.four_column tbody tr td{
  max-width:160px;
}
p.rsc.asterisk{
	margin-top:0 !important;
	font-size: 15px;
	margin-bottom:60px;
}
@media only screen and (max-width: 820px) {
    table.four_column tbody tr th br.sp{
      display: block !important;
    }
}
@media only screen and (max-width: 768px) {
	table.four_column thead tr th,
	table.four_column tbody tr th,
	table.four_column tbody tr td {
		width: 20%;
		font-size: 1.4rem;
	}
	table.four_column tr td small {
		font-size: 1rem;
	}
}
@media only screen and (max-width: 400px) {
	table.four_column thead tr th:last-child,
	table.four_column tbody tr td:last-child{
		padding:0;
	}
}
a.icon::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background: transparent url(../img/ico_pdf.png) center center no-repeat ;
    background-size: 100%;
    margin: 0 1rem -2px 0.5rem;
}
  a.icon2::after {
	content: '';
    display: inline-block;
    background: transparent url(../img/ico_blank.png) center center no-repeat !important;
    width: 1em ;
    height: 1em !important;
    background-size: 100% !important;
	margin: 0 1rem -2px 0.5rem;
}

.arrow-line {
  position: relative;
  padding-left: 1em;            /* 矢印とテキストの間隔 */
  display: inline-block;        /* 高さと位置を確実に取るため */
}

.arrow-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;                        /* 一行目の先頭行にピタリ */
  width: 0;
  height: 0;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 0.5em solid #F6A900; /* 黄色の三角 */
}

.circle-numbered-list {
  list-style: none;
  padding-left: 0;
  margin-bottom:5rem;
  margin-left:1em;
}

.circle-numbered-list li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 2rem;
}

.circle-numbered-list li:nth-child(1)::before {
  content: '❶';
}
.circle-numbered-list li:nth-child(2)::before {
  content: '❷';
}
.circle-numbered-list li:nth-child(3)::before {
  content: '❸';
}
.circle-numbered-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: #2c3e8c;
  font-weight: bold;
}
/* ------------------------------------
	print
------------------------------------ */
@media print{
	#pg_index .cont_header .wrap{
		width:auto;
	}
	.btn_area{
		gap:1em;
	}
	body #pg_index .btn_area a{
		width:calc(100% / 2);
	}
	.cont_header.visual.message .wrap{
		width:100%;
		margin-left:150px;
	}
	#message .top-message{
		padding: 20px 0 10px;
	}
	#message .top-name {
		padding:0;
	}
	.cont_header.visual.message::after{
		background-size:cover;
	}
	.content-area,
	.content-area.step > div{
		padding:3em 2em !important;
		gap:1em !important;
	}
	.content-area.step{
		align-items: center !important;
	}
	.content-area.step > div{
		width:fit-content !important;
		padding:0 !important;
	}
	.img-area{
		margin: auto !important;
        height: calc(147px* 2) !important;
        width: calc(236px* 2) !important;
	}
	#topics #global_footer{
		margin-top:2em !important;
	}
}