@charset "utf-8";

/* =======================================

	Customize Style

======================================= */

/* 本文中のリンク */
main a:link,
main a:visited,
main a:active,
main a:hover {
	color: #333333;
}

main a[href*='.pdf'] {
	font-weight: bold;
}

/* 見出し */
h1,
h2,
.cont_header .txt_catch {
	color: #ffffff;
}

.h_bg {
	background-color: #424188;
}

.h_tri::before {
	border-color: transparent transparent transparent #424188;
}

.h_qa {
	color: #424188;
}

.base_wrap h2.topics1 {
	color: #424188;
	margin-bottom: 30px;
	font-size: 2.4rem;
}

/* リストの● */
.ul_round li::before {
	background-color: #424188;
}

/* グローバルナビの区切り点の色 */
#global_nav ul li::before {
	background: #525255;
}

/* コンテンツヘッダー */
.cont_header.visual .catch {
	color: #424188;
}

/* グローバルフッター */
#global_footer .ft_menu {
	background: #EFEFEF;
}

@media only screen and (max-width: 768px) {
	#cont_menu {
		background: #eef0f2;
		margin: 0 auto;
	}

	#cont_menu ul li {
		width: 100% !important;
		text-align: left !important;
		border-bottom-color: #525255 ;
	}

}

/* ------------------------------------

	Overwrite IndexElements

------------------------------------ */
@media only screen and (max-width: 768px) {
	#pg_index .btn_area a {
		width: 90%;
	}
}

@media only screen and (max-width: 768px) {
	#pg_index .btn_area a {
		width: 90%;
	}

	.banner {
		height: 192px;
	}

	.banner a {
		font-size: 2rem;
		text-align: center;
		padding-bottom: 10px;
	}

	.banner a small {
		text-align: left;
	}
}

/* ------------------------------------

	Overwrite ContentsElements

------------------------------------ */
/* ------------------------------------
	Message
------------------------------------ */
.cont_header.visual.message .lead {
	line-height: 2;
}

.cont_header.visual.message .lead a {
	font-weight: bold;
}

.cont_header.visual.message .sign {
	font-weight: bold;
}

.graph-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 800px;
	margin-top: 30px;
}

.graph {
	margin-bottom: 50px;
	width: calc((100% - 40px) / 2);
}

.graph>p {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.message-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 800px;
	margin-top: 30px;
}

.message-img-content {
	margin-bottom: 30px;
}

.message-img-content>p {
	font-size: 1.8rem;
}

hr {
	border: none;
	border-top: 2px dotted #707070;
}

.line {
	border: none;
	border-top: 2px dotted #707070;
	margin-top: 50px;
}

@media only screen and (max-width: 1450px) {
	.cont_header.visual.message p {
		font-size: 1.8rem;
	}
}

@media only screen and (max-width: 1280px) {
	.cont_header.visual.message p {
		font-size: 1.6rem;
	}
}

@media only screen and (768px < width < 1100px) {
	/*#message .cont_header.visual.message {
		background-position: top right -200px, top right;
	}*/

	/*#message .cont_header.visual.message::after {
		background-position: right -320px top -20px;
	}*/

	.cont_header.visual.message .lead br {
		display: none;
	}
}



@media (993px < width < 1280px) {
	#message .cont_header.visual.message {
		background-position: left 90% center, right -15vw center;
	}

	.topics1 .cont_header.visual.topics1 {
		background-position: left 90% center, right -5vw center;
	}

	.topics2 .cont_header.visual.topics2 {
		background-position: left 90% center, right -5vw center;
	}

	.topics3 .cont_header.visual.topics3 {
		background-position: left 90% center, right -5vw center;
	}
}

@media (768px < width < 992.8px) {
	#message .cont_header.visual.message {
		background-position: left 90% center, right -29vw center;
	}

	.topics1 .cont_header.visual.topics1 {
		background-position: left 90% center, right -10vw center;
	}

	.topics2 .cont_header.visual.topics2 {
		background-position: left 90% center, right -10vw center;
	}

	.topics3 .cont_header.visual.topics3 {
		background-position: left 90% center, right -14vw center;
	}

	.topics2 .cont_header.visual.topics2 h1,
	.topics3 .cont_header.visual.topics3 h1 {
		text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
	}

}

@media only screen and (max-width: 768px) {
	.graph-area {
		display: block;
		margin-top: 30px;
	}

	.graph {
		margin-bottom: 50px;
		width: 100%;
	}

}

/* ------------------------------------
	topics
------------------------------------ */
.topics1_main_img {
	position: relative;
}

.topics1_main_img .ppl_info {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.7;
	position: absolute;
	bottom: 20px;
	z-index: 2;
}

.topics1_main_img .ppl_info.ppl1 {
	width: 150px;
}

.topics1_main_img .ppl_info.ppl2 {
	width: 150px;
}

.topics1_main_img .ppl_info .name {
	display: block;
	font-size: 1.8rem;
}

.topics1_main_img .ppl1 {
	right: 40px;
}

.topics1_main_img .ppl2 {
	left: 40px;
}




.subject_wrap {
	margin: 60px 0 0 0;
}

.subject {
	margin: 0 0 50px;
	padding: 0 0 0 50px;
	position: relative;
}

.subject::before {
	content: '';
	width: 38px;
	height: 2px;
	display: block;
	position: absolute;
	top: 0.7em;
	left: 0;
	background: #00256A;
}

.img_wrap {
	overflow: hidden;
}

.img_wrap .img_r {
	max-width: 45%;
	width: 300px;
	margin: 0 0 1em 1em;
	float: right;
}

.img_wrap .attendees {
	margin: 0 0 1em !important;
}

.img_c {
	max-width: 650px;
	margin: 0 auto 2em;
	text-align: center;
}

/* .topics1_notes */
.topics1_notes {
	margin: 35px auto 0;
}

.topics1_notes.tiny {
	width: 94%;
}

.topics1_notes h3 {
	font-size: 1.8rem;
}

.topics1_notes p {
	font-size: 1.4rem;
}

.topics1_notes p>small {
	display: block;
	font-size: 1.2rem;
}

/* .topics1_img */
.topics1_img {
	margin: 0 auto;
}

.topics1_img.screen {
	max-width: 500px;
}

.topics1_img.banner {
	max-width: 700px;
}





@media only screen and (max-width: 768px) {
	.cont_header.visual.topics1 h1 {
		padding: 0;
		font-size: 2.8rem;
	}

	.cont_header.visual.topics1 .label {
		font-size: 1.2rem;
		top: 0;
	}

	.topics1_main_img::before {
		content: none;
	}

	.attendance {
		font-size: 1.3rem;
	}

	.sp_ib {
		display: inline-block;
	}

	.subject_wrap {
		margin: 30px 0 0 0;
	}

	.subject {
		margin: 0 0 20px;
		padding: 0 0 0 40px;
	}

	.subject::before {
		width: 30px;
	}

	.attendees {
		padding: 0 0 0 50px;
		position: relative;
	}

	.attendees::before {
		padding: 0 6px;
		font-size: 1.4rem;
		top: 0.2em;
	}

	.img_wrap {
		display: flex;
		flex-direction: column;
	}

	.img_wrap .attendees {
		order: 1;
	}

	.img_wrap .img_r {
		max-width: 100%;
		width: 100%;
		min-height: 1%;
		margin: 0 0 1em 0;
		padding: 0 0 0 50px;
		float: none;
		order: 2;
	}

	.topics1_notes {
		margin: 25px auto 0;
	}

	.topics1_notes.tiny {
		width: 100%;
	}

	.topics1_clm_2 {
		display: block;
	}

	.topics1_clm_2 figure {
		text-align: center;
		width: 100% !important;
	}

	.topics1_clm_2 figure:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

/* ------------------------------------
	topics2
------------------------------------ */
.topics_list article h1 a {
	color: #424188;
}

table {
	width: 100%;
	margin: 60px 0 20px;
}

table.four_column thead tr th:last-child,
table.four_column tbody tr td:last-child {
	background-color: #DAEEFA;
}

table.four_column thead tr th,
table.four_column tbody tr th,
table.four_column tbody tr td {
	font-weight: bold;
	vertical-align: middle;
}

table.four_column tbody tr th {
	padding: 0.8rem 0 0.8rem 0;
	font-size: 1.6rem;
	line-height: 1.4;
}

table.four_column tr td {
	padding: 2rem;
	font-size: 2.8rem;
	text-align: center;
	color: #424188;
	line-height: 1;
}

table.four_column tr td small {
	font-size: 1.6rem;
	vertical-align: middle;
}

table.four_column thead tr th {
	padding: 1rem;
	font-size: 1.6rem;
	text-align: center;
}

table.four_column thead tr th,
table.four_column tbody tr th:last-child,
table.four_column tr:last-child {
	border-bottom: 2px solid #000;
}

table.four_column tbody tr th,
table.four_column tr td {
	border-bottom: 1px solid #000;
}

.t2_p {
	margin-bottom: 60px;
}

.t2_p>a::before {
	content: '';
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 10px;
	height: 0;
	border-top: 2px solid #333;
}

p.rsc {
	margin-top: 60px !important;
}

p.asterisk {
	padding-left: 1em;
}

p.asterisk::before {
	content: "※";
	display: inline-block;
	margin-left: -1em;
}

.t2_p a {
	position: relative;
	padding: 0 0 0 20px
}

.t2_p a::before {
	content: '';
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 10px;
	height: 0;
	border-top: 2px solid #333;
}

.t2_p a:hover {
	opacity: 0.6;
}

@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: 25%;
	}

	table.four_column tbody tr th {
		font-size: 1.4rem;
	}

	table.four_column tr td {
		font-size: 1.4rem;
	}

	table.four_column tr td small {
		font-size: 1rem;
	}

	table.four_column thead tr th {
		font-size: 1.4rem;
		line-height: 1.4;
	}
}

/* ------------------------------------
	topics3
------------------------------------ */
		.topics3 .base_wrap p,
		.topics3 .base_wrap h4 {
			margin-bottom: 3rem;
		}
		.topics3 br.br-tablet {
			display: none;
		}
		.topics3 .youtube-content {
			text-align: left;
			margin-bottom: 6rem;
			& iframe {
				margin-top:3rem;
				aspect-ratio: 16/9;
			}
			& iframe.short {
				aspect-ratio: 9/16;
				width: 50%;
			}
		}
		.topics3 .base_wrap h4 {
			color: #424188;
			font-size: 2rem;
		}
		@media only screen and (767.8px < width < 1085px) {
			.topics3 br.br-tablet {
				display: block;
			}
		}
/* ------------------------------------
	reco
------------------------------------ */
.reco {
	color: #424188;
}

.reco-line {
	border-top: 1px solid #707070;
	width: 200px;
}

/* ------------------------------------
	Print Element
------------------------------------ */
@page {
	size: A4 portrait;
	margin: 12.7mm 9.7mm;
}

@media print {

	html,
	body {
		display: block;
	}

	body,
	main {
		width: 1100px;
	}

	#global_header,
	#global_nav {
		position: absolute;
	}

	#page_top {
		display: none !important;
	}

	.pc {
		display: none;
	}

	/* message */
	.cont_header.visual.message .wrap {
		margin: 0 30px 0 430px;
	}

	.cont_header.visual h1 {
		font-size: 3.5rem;
	}
}

/* ------------------------------------

	追加CSS-2023

------------------------------------ */
/* ------------------------------------
	共通
------------------------------------ */
.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center;
}

.indent {
	text-indent: -1em;
	padding-left: 1em;
}

.flex {
	display: flex;
}

figure {
	text-align: center;
}

.f_blue {
	color: #424188;
}

/* ------------------------------------
	header
------------------------------------ */

.cont_header.visual.message::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: max(calc(50% - 686px), -296px);
	top: -8px;
	width: 686.3188px;
	height: 389.6327px;
	background: rgba(255, 255, 255, 0.8);
	-webkit-clip-path: path("M 155.836 0 L 0 389.633 L 686.319 106.737 Z M 476.103 224 L 440 314.267 L 599 248.728 Z");
	clip-path: path("M 155.836 0 L 0 389.633 L 686.319 106.737 Z M 476.103 224 L 440 314.267 L 599 248.728 Z");
	pointer-events: none;
}

.cont_header.visual.topics::after {
	background-image: url(../img/topics2/header_bg_pc.png);
}

/* ------------------------------------
	biz_report2026.html
------------------------------------ */
body #pg_index h1.top {
	font-size: 5.5rem;
	color: #008DB2;
	z-index: 1;
	position: relative;
}

@media only screen and (max-width: 768px) {
	.cont_header.visual {
		position: relative;
	}


	.cont_header.visual p {
		position: relative;
		z-index: 1;
		font-size: 1.6rem;
		line-height: 1.5;
		margin: 0.5em auto 0;
		text-align: center;
		max-width: 268px;
		padding: 1px;
	}
}

/* --- cont_index --- */
.banner a:link,
.banner a:visited,
.banner a:active,
.banner a:hover {
	color: #fff;
	text-decoration: none;
}

.banner li a small {
	display: block;
	font-size: 1.6rem;
	margin: 0 0 1em;
}

.banner_wrap {
	container-type: inline-size;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.banner {
	position: relative;
	overflow: hidden;
	width: 23.7cqw;
	height: 260px;
}


/* banner_wrap：写真＋3層のグラデーション */
#pg_index .banner_wrap .banner {
	--banner-image-size: cover;
	--banner-image-position: center;
	--banner-background-color: transparent;
	overflow: hidden;
	border-radius: 15px;
	background-color: var(--banner-background-color);
	isolation: isolate;
}

#pg_index .banner_wrap .banner.cont_page01 {
	--banner-image: url("../img/top_message_pc.png");
	--banner-image-position: center top;
}

#pg_index .banner_wrap .banner.cont_page02 {
	--banner-image: url("../img/top_topics1_pc.png");
	--banner-image-position: center top;
}

#pg_index .banner_wrap .banner.cont_page03 {
	--banner-image: url("../img/top_topics2_pc.png");
	--banner-image-position: center top;
}

#pg_index .banner_wrap .banner.cont_page04 {
	--banner-image: url("../img/top_topics3_pc.png");
	--banner-image-position: center center;
	--banner-background-color: #dbebff;
}

#pg_index .banner_wrap .banner::before,
#pg_index .banner_wrap .banner::after {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	content: "";
	pointer-events: none;
}

#pg_index .banner_wrap .banner::before {
	z-index: 0;
	background: linear-gradient(180deg,
			rgba(215, 241, 248, 0.18) 0%,
			rgba(197, 233, 242, 0.08) 45%,
			rgba(60, 145, 170, 0.10) 70%,
			rgba(105, 91, 137, 0.34) 100%),
		linear-gradient(180deg,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0) 62%,
			rgba(0, 0, 0, 0.04) 80%,
			rgba(0, 0, 0, 0.07) 100%), var(--banner-image);
	background-position: var(--banner-image-position);
	background-repeat: no-repeat;
	background-size: var(--banner-image-size);
	opacity: 1;
	transition:
		opacity 0.3s ease,
		transform 0.3s ease-out;
}

/*
     * グラデーションのみを表示するレイヤー。
     * 画像とは分離しているため、ホバーしても透明度は変わりません。
     */
#pg_index .banner_wrap .banner::after {
	z-index: 1;
	background-image:
		linear-gradient(rgb(0 141 178 / 5%),
			rgb(0 141 178 / 5%)),
		linear-gradient(to top,
			rgb(54 53 129 / 50%) 0%,
			rgb(0 141 178 / 50%) 28.077%,
			rgb(0 141 178 / 0%) 56.154%),
		linear-gradient(to bottom,
			rgb(0 0 0 / 0%) 50%,
			rgb(0 0 0 / 40%) 100%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;


	background: linear-gradient(to bottom,

			/* 上部は透明 */
			transparent 0%,
			transparent 42%,

			/* 中央付近から青緑を重ねる */
			rgba(8, 141, 178, 0.11) 50%,
			rgba(0, 115, 151, 0.20) 54%,
			rgba(0, 105, 135, 0.38) 62%,
			rgba(0, 97, 124, 0.54) 69%,

			/* 下へ向かって濃紺に変化 */
			rgba(6, 79, 108, 0.61) 77%,
			rgba(14, 57, 86, 0.64) 85%,
			rgba(12, 15, 38, 0.78) 100%);

	/*
   * 写真の明暗を残しながら着色
   */
	mix-blend-mode: overlay;

	pointer-events: none;



}

/* ホバー時は画像だけを半透明にして拡大 */
#pg_index .banner_wrap .banner:hover::before {
	opacity: 0.5;

}

/* 外部CSSにある::afterの拡大を解除 */
#pg_index .banner_wrap .banner:hover::after {
	transform: none;
}



.banner a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	z-index: 20;
	height: 100%;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	padding: 65% 0 0;
	vertical-align: bottom;
	z-index: 2;
}

#pg_index .banner_wrap .banner p {
	position: relative;
	margin: 0;
	background: transparent;
	color: #fff;
	text-shadow: 0 1px 4px rgb(0 0 0 / 45%);
}

#pg_index .banner_wrap .banner a:focus-visible {
	outline: 3px solid #008db2;
	outline-offset: -4px;
}

@media only screen and (max-width: 768px) {
	.banner_wrap {
		display: block;
	}

	.banner {
		display: block;
		width: 100%;
		margin: 0 0 10px;
		text-align: left;
		height: 180px;
	}

	.banner a {
		padding: 0;
	}

	.banner p {
		min-height: 50px;
	}


	#pg_index .banner_wrap .banner.cont_page01 {
		--banner-image: url("../img/top_message_sp.png");
		--banner-image-size: cover;
		--banner-image-position: center;
	}

	#pg_index .banner_wrap .banner.cont_page02 {
		--banner-image: url("../img/top_topics1_sp.png");
		--banner-image-size: cover;
		--banner-image-position: center;
	}

	#pg_index .banner_wrap .banner.cont_page03 {
		--banner-image: url("../img/top_topics2_sp.png");
		--banner-image-size: cover;
		--banner-image-position: center;
	}

	#pg_index .banner_wrap .banner.cont_page04 {
		--banner-image: url("../img/top_topics3_sp.png");
		--banner-image-size: auto 180px;
		--banner-image-position: center;
	}
	#pg_index .banner_wrap .banner.cont_page04 p{
		margin-bottom: 8px;
	}



}

/* ---- btn_area ---- */
.btn_area {
	display: flex;
	justify-content: center;
	gap: 15px;
	text-align: center;
	margin: 60px auto 75px;
	width: 100%;
	max-width: 932px;
	font-weight: bold;
}

body #pg_index .btn_area a {
	position: relative;
	display: flex;
	padding: 0.5rem 1.5rem;
	width: calc((100% - 60px) / 2);
	max-width: 350px;
	color: #424188;
	text-decoration: none !important;
	border-radius: 50px;
	border: 1px solid #424188;
	line-height: 1.5;
	align-items: center;
	justify-content: center;
}
body #pg_index .btn_area a::before {
	  content: "";
  opacity: 0;
  transition: all 300ms ease-out;
  color:#FFF;
  	border-radius: 50px;
	position: absolute;
	top:0;
}

body #pg_index .btn_area a:hover::before {
  opacity: 1;
  background: linear-gradient(90deg,#363581,#008DB2);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.btn_area a:link,
.btn_area a:visited,
.btn_area a:active,
.btn_area a:hover {
	color: #333;
}

.btn_area a[target='_blank']::after,
.btn_area a[href*='.pdf']::after {
	content: unset;
}

@media only screen and (max-width: 768px) {
	.btn_area {
		display: block;
		text-align: center;
		font-weight: bold;
		margin: 30px 0;
	}

	body #pg_index .btn_area a {
		display: flex;
		/* background: #424188; */
		color: #fff;
		/* box-shadow: 6px 6px 0 #84BEFE; */
		width: 100%;
		font-size: 1.6rem;
		padding: 5px 0.7rem 3px;
		margin: 0 auto 20px;
		width: 100%;
		justify-content: center;
		align-items: center;
		min-height: 3.7em;
	}

	/* body #pg_index .btn_text::after {
		margin-left: 1rem;
	} */
}

@media print {
	body #pg_index .btn_area a {
		position: relative;
		z-index: 1;
		display: inline-block;
		line-height: 1.5;
		padding: 0.7em 1.5em;
		width: 370px;
		color: #fff;
		text-decoration: none !important;
	}
}

/* ------------------------------------
	PC hover
------------------------------------ */
/* opacity */
body.pc_view .cont_index li a::after {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

body.pc_view .cont_index li a:hover::after {
	opacity: 0.6;
}

/* messeage.html,topics1.html */
span.mark_b {
	color: #424188;
}

.topics1 .flex {
	justify-content: space-between;
	margin-top: 30px;
}

.topics1 .border_b img {
	border: 1px solid #818080;
}



/* topics2.html */
body.topics2 h2 {
	color: #424188;
	font-size: 2rem;
	margin-bottom: 3rem;
}

body.topics2 figure.youtube {
	text-align: left;

	& figcaption {
		font-weight: 600;
	}
	& iframe {
		margin-top: 3rem;
		aspect-ratio: 16/9;
	}
}


.topics_list article img {
	margin: 1em auto;
}
body.topics2 a.icon2 {
color: #424188;
font-weight: 600;

}
main .topics_list a[href*='.pdf']::after {
	content: none;
}

/* スマホ版 */
@media only screen and (max-width: 768px) {
	.cont_header.visual.message .wrap::after {
		background: transparent url(../img/top_topics1_sp.png) center center no-repeat;
		background-size: cover;
	}

	.cont_header.visual::after {
		height: 230px;
		position: relative;
		top: 0;
		z-index: 1;
	}

	.message.cont_header.visual::after {
		display: none;
		height: 250px;
		position: relative;
		top: 0;
		z-index: 1;
	}


	.top-message_wrap {
		position: relative;
		z-index: 1;
		background-image: url("../img/watercolor.jpg");
		background-size: 200%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 4px;
		width: 100%;
		margin: 0;
		overflow: hidden;
		font-size: 3.2rem;
		font-weight: 600;
		line-height: 40px;
		letter-spacing: 0;
		white-space: nowrap;
		position: relative;
	}


	.top-message_wrap h1.top-title::before {
		content: "";
		position: absolute;
		z-index: -1;
		top: -24px;
		width: 271px;
		aspect-ratio: 271 / 154;
		background: rgba(255, 255, 255, .8);
		clip-path: polygon(22.706068% 0,
				0 100%,
				100% 27.394251%);
		pointer-events: none;
	}

	.top-message_wrap h1.top-title::after {
		content: "";
		position: absolute;
		z-index: -1;
		left: 240px;
		top: 44px;
		width: 50.385px;
		aspect-ratio: 50.385 / 28.605;
		background:
			linear-gradient(135deg,
				rgba(255, 255, 255, 0.88) 0%,
				rgba(255, 255, 255, 0.55) 100%);
		clip-path: polygon(22.706068% 0,
				0 100%,
				100% 27.394251%);
		pointer-events: none;
	}



	.banner.cont_page04 {
		background-image: url(../img/topics2/header_bg_sp.png);
	}

	.cont_header.visual.message .wrap::after {
		background: transparent url(../img/top_topics1_sp.png) center center no-repeat;
		background-size: cover;
	}

	.topics1 .flex {
		display: block;
		margin-bottom: 10px;
		text-align: center;
	}

	.topics1 .flex div {
		margin: 20px 0 60px;
	}
}